]> code.delx.au - gnu-emacs/blob - doc/lispref/ChangeLog
Merge from emacs-24; up to 2012-12-01T13:25:13Z!cyd@gnu.org
[gnu-emacs] / doc / lispref / ChangeLog
1 2012-12-21 Chong Yidong <cyd@gnu.org>
2
3 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
4
5 * customize.texi (Simple Types): Document key-sequence type
6 (Bug#13048).
7
8 * strings.texi (Text Comparison): Doc fix for compare-strings.
9
10 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
11
12 * files.texi (Magic File Names): Add `file-acl',
13 `file-selinux-context', `set-file-acl' and
14 `set-file-selinux-context'. Make the list consistent.
15
16 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
17
18 * tips.texi (Library Headers): New header keyword `Homepage'.
19 Make continuation lines syntax more precise.
20
21 2012-12-17 Eli Zaretskii <eliz@gnu.org>
22
23 * files.texi (File Attributes, Changing Files): Update to include
24 MS-Windows support for ACLs.
25
26 2012-12-16 Romain Francoise <romain@orebokech.com>
27
28 * files.texi (File Attributes): Document ACL support and new
29 `file-acl' function.
30 (Changing Files): Mention argument name change of `copy-file' and
31 document new function `set-file-acl'.
32
33 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
34
35 Fix permissions bugs with setgid directories etc. (Bug#13125)
36 * files.texi (Testing Accessibility): Document GROUP arg
37 of file-ownership-preserved-p.
38 (File Attributes): Document that 9th element is now
39 just a placeholder.
40 * os.texi (User Identification): Document new functions group-gid,
41 group-real-gid.
42
43 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
44
45 * internals.texi (C Integer Types): New section.
46 This follows up and records an email in
47 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
48
49 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * control.texi (Pattern matching case statement): New node.
52
53 * customize.texi (Variable Definitions): Mention the default :group
54 for defcustoms (bug#13093).
55
56 2012-12-09 Glenn Morris <rgm@gnu.org>
57
58 * customize.texi (Variable Definitions): Mention eval-defun
59 on a defcustom calls the :set function when appropriate.
60
61 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
62
63 * doclicense.texi, gpl.texi: Update to latest version from FSF.
64 These are just minor editorial changes.
65
66 2012-12-06 Chong Yidong <cyd@gnu.org>
67
68 * lists.texi (Plist Access): Move put example to Symbol Plists.
69
70 * symbols.texi (Standard Properties): Fix typo.
71
72 2012-12-03 Chong Yidong <cyd@gnu.org>
73
74 * symbols.texi (Symbol Properties): New node.
75 (Symbol Plists): Make it a subsection under Symbol Properties.
76 (Standard Properties): New node.
77
78 * lists.texi (Property Lists): Move here from symbols.texi.
79 (Plist Access): Rename from Other Plists.
80
81 * customize.texi (Variable Definitions):
82 * display.texi (Defining Faces):
83 * sequences.texi (Char-Tables): Fix xref.
84
85 * keymaps.texi (Key Sequences): `kbd' is now a function.
86
87 * commands.texi (Using Interactive): Fix index entry.
88
89 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
90
91 * doclicense.texi: Update to latest version from FSF.
92 These are just minor editorial changes.
93 * elisp.texi (GNU Free Documentation License)
94 (GNU General Public Licens):
95 Provide sectioning, since doclicense.texi no longer does that.
96
97 * loading.texi (Named Features): @ -> @@ to fix typo.
98
99 2012-11-24 Martin Rudalics <rudalics@gmx.at>
100
101 * windows.texi (Basic Windows): Fix typo.
102 (Windows and Frames): Fix example. Move description of
103 window-in-direction here.
104 (Recombining Windows): Fix example.
105 (Buffers and Windows): Fix description of replace-buffer-in-windows.
106 (Switching Buffers): Reword.
107 (Display Action Functions): Minor adjustments.
108 (Choosing Window Options): Minor fixes.
109 (Window History): Minor rewording.
110 (Dedicated Windows): Correct and reword part describing how
111 dedicatedness affects functions removing buffers or windows.
112 * buffers.texi (The Buffer List): Fix description of bury-buffer.
113
114 2012-11-24 Chong Yidong <cyd@gnu.org>
115
116 * modes.texi (%-Constructs): Fix statement about mode construct
117 padding (Bug#12866).
118
119 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
120
121 * debugging.texi (Profiling): Make it more clear
122 that --enable-profiling is about profiling the C code.
123
124 2012-11-21 Glenn Morris <rgm@gnu.org>
125
126 * display.texi (Attribute Functions):
127 Update for set-face-* name changes.
128 Add new "inherit" argument for face-bold-p etc.
129 Move description of this argument to a common section, like "frame".
130
131 * debugging.texi (Profiling): New section.
132 (Debugging): Mention profiling in the introduction.
133 * tips.texi (Compilation Tips): Move profiling to separate section.
134 * elisp.texi: Add Profiling to detailed menu.
135
136 2012-11-21 Martin Rudalics <rudalics@gmx.at>
137
138 * windows.texi (Display Action Functions): Fix recently added
139 example. Suggested by Michael Heerdegen.
140
141 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
142
143 Minor cleanup for times as lists of four integers.
144 * os.texi (Time Parsing): Time values can now be four integers.
145
146 2012-11-18 Glenn Morris <rgm@gnu.org>
147
148 * loading.texi (How Programs Do Loading): Add eager macro expansion.
149 * macros.texi (Expansion): Mention eager macro expansion.
150
151 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
152
153 2012-11-18 Leo Liu <sdl.web@gmail.com>
154
155 * minibuf.texi (Programmed Completion): Doc fix for metadata
156 request (Bug#12850).
157
158 2012-11-18 Glenn Morris <rgm@gnu.org>
159
160 * display.texi (Temporary Displays): Document with-temp-buffer-window.
161
162 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
163 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
164 (Window Sizes): Add vindex for window-min-height, window-min-width.
165 (Display Action Functions): Mention pop-up-frame-parameters.
166
167 2012-11-16 Martin Rudalics <rudalics@gmx.at>
168
169 * windows.texi (Choosing Window): Rewrite description of
170 display-buffer-alist (Bug#12167).
171 (Display Action Functions): Mention inhibit-switch-frame.
172 Fix description of display-buffer-below-selected. Reorder actions.
173 Add example (Bug#12848).
174
175 2012-11-16 Glenn Morris <rgm@gnu.org>
176
177 * display.texi (Face Attributes): Fix :underline COLOR description.
178 (Attribute Functions): Update for set-face-underline rename.
179 Tweak descriptions of face-underline-p, face-inverse-video-p.
180
181 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
182 so they align better in info.
183 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
184 Document set-temporary-overlay-map.
185
186 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
187
188 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
189 with normal keymaps".
190
191 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
192
193 * internals.texi (Garbage Collection): Update descriptions
194 of vectorlike_header, garbage-collect and gc-cons-threshold.
195 (Object Internals): Explain Lisp_Object layout and the basics
196 of an internal type system.
197 (Buffer Internals): Update description of struct buffer.
198
199 2012-11-13 Glenn Morris <rgm@gnu.org>
200
201 * variables.texi (Adding Generalized Variables):
202 At least mention gv-define-expander and gv-letplace.
203
204 * debugging.texi (Error Debugging): Mention debug-on-message.
205 (Using Debugger): Mention debugger-bury-or-kill.
206
207 * control.texi (Signaling Errors):
208 * debugging.texi (Error Debugging):
209 * errors.texi (Standard Errors): Add user-error.
210
211 * variables.texi (Adding Generalized Variables):
212 Use standard formatting for common lisp note about setf functions.
213
214 2012-11-10 Martin Rudalics <rudalics@gmx.at>
215
216 * elisp.texi (Top): Add Recombining Windows to menu.
217 * windows.texi (Recombining Windows): New subsection.
218 (Splitting Windows): Rewrite text on handling of window
219 combinations and move it to new subsection.
220
221 2012-11-10 Chong Yidong <cyd@gnu.org>
222
223 * searching.texi (Replacing Match): Document \? in replace-match.
224
225 * variables.texi (Creating Buffer-Local): Document setq-local and
226 defvar-local.
227 (Setting Generalized Variables): Arrange table alphabetically.
228
229 * lists.texi (List Elements, List Variables): Clarify descriptions
230 of push and pop for generalized variables.
231
232 * edebug.texi (Specification List): setf is no longer CL-only.
233
234 2012-11-10 Glenn Morris <rgm@gnu.org>
235
236 * variables.texi (Adding Generalized Variables):
237 Update description of FIX-RETURN expansion.
238
239 * variables.texi (Setting Generalized Variables):
240 Split most of previous contents into this subsection.
241 (Adding Generalized Variables): New subsection.
242 Move note on lack of setf functions here from misc/cl.texi.
243
244 * elisp.texi: Add Generalized Variables subsections to detailed menu.
245
246 2012-11-10 Chong Yidong <cyd@gnu.org>
247
248 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
249
250 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
251
252 * os.texi (Notifications): Update descriptions of
253 notifications-notify, notifications-close-notification and
254 notifications-get-capabilities according to latest code changes.
255 Add notifications-get-server-information.
256
257 2012-11-03 Chong Yidong <cyd@gnu.org>
258
259 * objects.texi (General Escape Syntax): Clarify the explanation of
260 escape sequences.
261 (Non-ASCII in Strings): Clarify when a string is unibyte vs
262 multibyte. Hex escapes do not automatically make a string
263 multibyte.
264
265 2012-11-03 Martin Rudalics <rudalics@gmx.at>
266
267 * windows.texi (Switching Buffers): Document option
268 switch-to-buffer-preserve-window-point.
269 (Display Action Functions): Document window-height and
270 window-width alist entries.
271 (Display Action Functions):
272 Document display-buffer-below-selected and
273 display-buffer-in-previous-window.
274 (Quitting Windows): Document quit-restore-window.
275 Rewrite section.
276 (Window Configurations): In window-state-get mention that
277 argument window must be valid.
278 (Window Parameters): Document quit-restore window parameter
279 (Bug#12158).
280
281 2012-10-31 Glenn Morris <rgm@gnu.org>
282
283 * control.texi (Catch and Throw): Add xref to cl.texi.
284
285 * lists.texi (Sets And Lists): Point xref to better location.
286
287 * errors.texi (Standard Errors):
288 * loading.texi (Autoload): Update for cl-lib namespace changes.
289
290 * modes.texi (Defining Minor Modes): "Generalized Variables"
291 section is now in this manual rather than cl.texi.
292
293 * eval.texi (Special Forms): No longer special forms: defmacro,
294 defun, save-window-excursion, with-output-to-temp-buffer.
295 * functions.texi (Defining Functions): Defun is now a macro.
296 Defalias is a function.
297
298 2012-10-30 Glenn Morris <rgm@gnu.org>
299
300 * variables.texi (Generalized Variables): Fix typo.
301
302 2012-10-30 Chong Yidong <cyd@gnu.org>
303
304 * symbols.texi (Symbol Plists): Document function-get.
305
306 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
307
308 * frames.texi (Visibility of Frames): Document tty-top-frame.
309
310 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
311
312 * keymaps.texi (Format of Keymaps): Document the multiple
313 inheritance format.
314
315 2012-10-28 Martin Rudalics <rudalics@gmx.at>
316
317 * windows.texi (Basic Windows): Reformulate description of live,
318 internal and valid windows.
319 (Cyclic Window Ordering): Describe new argument of
320 get-lru-window and get-largest-window. Add description of
321 window-in-direction.
322
323 2012-10-27 Glenn Morris <rgm@gnu.org>
324
325 * variables.texi (Generalized Variables): New section,
326 adapted from misc/cl.texi.
327 * elisp.texi (Top): Add Generalized Variables to menu.
328 * lists.texi (List Elements, List Variables):
329 Mention generalized variables.
330
331 * lists.texi (List Elements): Typo fix.
332
333 2012-10-27 Chong Yidong <cyd@gnu.org>
334
335 * minibuf.texi (High-Level Completion): Don't mention removed
336 function iswitchb-read-buffer.
337
338 * commands.texi (Event Input Misc): Remove last-input-char.
339 (Command Loop Info): Remove last-command-char.
340
341 * frames.texi (Initial Parameters): Don't mention the obsolete
342 special-display feature.
343
344 * windows.texi (Choosing Window): Don't mention the obsolete
345 special display feature.
346 (Choosing Window Options): Remove obsolete special-display
347 variables, and the functions special-display-p and
348 special-display-popup-frame.
349
350 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
351
352 * hooks.texi (Standard Hooks): Remove obsolete hooks.
353
354 * markers.texi (Information from Markers): Remove obsolete
355 function buffer-has-markers-at.
356
357 * text.texi (Yanking): Document yank-handled-properties.
358
359 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
360
361 Update manual for new time stamp format (Bug#12706).
362 * buffers.texi (Modification Time):
363 * files.texi (Testing Accessibility, File Attributes):
364 * intro.texi (Version Info):
365 * os.texi (Time of Day):
366 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
367 These instances were missed the first time around.
368 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
369
370 2012-10-24 Chong Yidong <cyd@gnu.org>
371
372 * minibuf.texi (Text from Minibuffer): Document read-regexp
373 changes.
374
375 * nonascii.texi (Selecting a Representation):
376 Document set-buffer-multibyte changes.
377
378 * keymaps.texi (Toolkit Differences): Node deleted.
379 (Easy Menu): New node.
380
381 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
382
383 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
384
385 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
386
387 Fix outdated timestamp documentation in Elisp manual (bug#12706).
388 * files.texi (File Attributes):
389 * text.texi (Undo):
390 Time stamp resolution is now 1 picosecond, not 1 second.
391
392 2012-10-23 Chong Yidong <cyd@gnu.org>
393
394 * display.texi (Font Lookup): Remove font-list-limit.
395
396 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
397 (Bug#12529).
398
399 2012-10-22 Glenn Morris <rgm@gnu.org>
400
401 * os.texi (Recording Input): Tiny fix.
402
403 * intro.texi (Lisp History):
404 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
405 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
406
407 2012-10-15 Chong Yidong <cyd@gnu.org>
408
409 * macros.texi (Defining Macros): defmacro is now a macro.
410 Explicitly list the docstring and declare arguments.
411
412 * functions.texi (Anonymous Functions): Explicitly list the
413 docstring, declare, and interactive arguments to lambda.
414 (Defining Functions): Likewise for defun.
415 (Inline Functions): Likewise for defsubst.
416 (Declare Form): Tweak description.
417
418 2012-10-13 Chong Yidong <cyd@gnu.org>
419
420 * display.texi (ImageMagick Images): ImageMagick enabled by default.
421
422 2012-10-05 Chong Yidong <cyd@gnu.org>
423
424 * minibuf.texi (Basic Completion): Clarify list form of completion
425 table (Bug#12564).
426
427 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
428
429 * functions.texi (Function Safety): Copyedit. (Bug#12562)
430
431 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
432
433 Revert the FOLLOW-SYMLINKS change for file-attributes.
434 * files.texi (File Attributes, Magic File Names): Undo last change.
435
436 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
437
438 file-attributes has a new optional arg FOLLOW-SYMLINKS.
439 * files.texi (File Attributes): Describe it.
440 (Magic File Names): Use it.
441
442 2012-09-30 Chong Yidong <cyd@gnu.org>
443
444 * commands.texi (Click Events): Define "mouse position list".
445 Remove mention of unimplemented horizontal scroll bars.
446 (Drag Events, Motion Events): Refer to "mouse position list".
447 (Accessing Mouse): Document posnp.
448
449 * errors.texi (Standard Errors): Tweak arith-error description.
450 Tweak markup. Remove domain-error and friends, which seem to be
451 unused after the floating-point code revamp.
452
453 * functions.texi (Obsolete Functions): Obsolescence also affects
454 documentation commands. Various clarifications.
455 (Declare Form): New node.
456
457 * strings.texi (String Basics): Copyedits.
458
459 * os.texi (Idle Timers): Minor clarifications.
460 (User Identification): Add system-users and system-groups.
461
462 * macros.texi (Defining Macros): Move description of `declare' to
463 Declare Form node.
464
465 * loading.texi (Autoload):
466 * help.texi (Documentation Basics): The special sequences can
467 trigger autoloading.
468
469 * numbers.texi (Integer Basics): Copyedits.
470 (Float Basics): Consider IEEE floating point always available.
471 (Random Numbers): Document actual limits.
472 (Arithmetic Operations): Clarify division by zero. Don't mention
473 the machine-independence of negative division since it does not
474 happen in practice.
475
476 2012-09-28 Chong Yidong <cyd@gnu.org>
477
478 * os.texi (Startup Summary): Document leim-list.el change.
479
480 2012-09-25 Chong Yidong <cyd@gnu.org>
481
482 * functions.texi (Defining Functions): defun is now a macro.
483
484 2012-09-28 Leo Liu <sdl.web@gmail.com>
485
486 * files.texi (Files): Fix typo.
487
488 2012-09-23 Chong Yidong <cyd@gnu.org>
489
490 * buffers.texi (Read Only Buffers): Document read-only-mode.
491
492 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
493 read-only-mode.
494
495 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
496 calling conventions.
497
498 2012-09-22 Chong Yidong <cyd@gnu.org>
499
500 * searching.texi (Replacing Match): Minor clarification.
501
502 2012-09-22 Eli Zaretskii <eliz@gnu.org>
503
504 * edebug.texi (Instrumenting): Improve indexing.
505
506 * os.texi (Idle Timers): Warn against reinvoking an idle timer
507 from within its own timer action. (Bug#12447)
508
509 2012-09-22 Chong Yidong <cyd@gnu.org>
510
511 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
512
513 2012-09-21 Glenn Morris <rgm@gnu.org>
514
515 * debugging.texi (Using Debugger): Fix typo.
516
517 2012-09-18 Chong Yidong <cyd@gnu.org>
518
519 * display.texi (Faces): Discuss anonymous faces.
520 (Face Attributes): Tweak intro.
521 (Defining Faces): Move after the Face Attributes node. Copyedits.
522 (Displaying Faces): Describe role of inheritance.
523
524 * customize.texi (Customization): Define customization more
525 carefully (Bug#11440).
526 (Common Keywords): Add xref to Constant Variables.
527
528 * variables.texi (Defining Variables): Link to defcustom's node
529 instead of the higher-level Customization chapter.
530
531 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
532
533 Simplify, document, and port floating-point (Bug#12381).
534 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
535 Document that / and mod (with floating point arguments), along
536 with asin, acos, log, log10, expt and sqrt, return special values
537 instead of signaling exceptions.
538 (Float Basics): Document that logb operates on the absolute value
539 of its argument.
540 (Math Functions): Document that (log ARG BASE) also returns NaN if
541 BASE is negative. Document that (expt X Y) returns NaN if X is a
542 finite negative number and Y a finite non-integer.
543
544 2012-09-09 Chong Yidong <cyd@gnu.org>
545
546 * lists.texi (Sets And Lists): Explain that the return value for
547 delete should be used, like for delq.
548
549 * minibuf.texi (Yes-or-No Queries): Document recentering and
550 scrolling in y-or-n-p. Remove gratuitous example.
551
552 * searching.texi (Search and Replace): Document window scrolling
553 entries in query-replace-map.
554
555 2012-09-08 Chong Yidong <cyd@gnu.org>
556
557 * syntax.texi (Syntax Table Internals): Define "raw syntax
558 descriptor" terminology (Bug#12383).
559 (Syntax Descriptors): Mention raw syntax descriptors.
560
561 2012-09-07 Chong Yidong <cyd@gnu.org>
562
563 * variables.texi (Creating Buffer-Local): Fix description of
564 local-variable-if-set-p (Bug#10713).
565
566 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
567
568 * windows.texi (Display Action Functions)
569 (Choosing Window Options): Remove obsolete variable
570 display-buffer-reuse-frames.
571 (Switching Buffers): Minor doc tweak for switch-to-buffer.
572
573 * positions.texi (Narrowing): Document buffer-narrowed-p.
574
575 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
576
577 * syntax.texi (Low-Level Parsing): Add xref to Parser State
578 (Bug#12269).
579
580 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
581
582 * debugging.texi (Explicit Debug): Document `debug-on-message'.
583
584 2012-09-02 Chong Yidong <cyd@gnu.org>
585
586 * windows.texi (Window Configurations): Recommend against using
587 save-window-excursion (Bug#12075).
588
589 * control.texi (Catch and Throw):
590 * positions.texi (Excursions): Don't mention it.
591
592 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
593
594 Better seed support for (random).
595 * numbers.texi (Random Numbers): Document new behavior of
596 the calls (random) and (random STRING).
597
598 2012-08-21 Martin Rudalics <rudalics@gmx.at>
599
600 * windows.texi (Window Point): Document recent changes in
601 window-point and set-window-point.
602 (Selecting Windows): Document recent change in select-window.
603
604 2012-08-06 Eli Zaretskii <eliz@gnu.org>
605
606 * functions.texi (Closures): Put the main index entry for
607 "closures" here. (Bug#12138)
608
609 * variables.texi (Lexical Binding): Disambiguate the index entry
610 for "closures".
611
612 2012-08-05 Chong Yidong <cyd@gnu.org>
613
614 * display.texi (Defining Faces): Move documentation of
615 frame-background-mode to the Emacs manual (Bug#7774).
616
617 2012-08-04 Chong Yidong <cyd@gnu.org>
618
619 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
620 Fix description of syntax table inheritance.
621 (Syntax Table Functions): Don't refer to internal contents of
622 syntax table, since that is not explained yet. Copyedits.
623 (Standard Syntax Tables): Node deleted.
624 (Syntax Table Internals): Misc clarifications. Improve table
625 formatting.
626
627 * keymaps.texi (Inheritance and Keymaps):
628 * text.texi (Sticky Properties): Tweak index entry.
629
630 2012-07-28 Eli Zaretskii <eliz@gnu.org>
631
632 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
633
634 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
635
636 Prefer typical American spelling for "acknowledgment".
637 * intro.texi (Acknowledgments): Rename from Acknowledgements.
638
639 2012-07-21 Eli Zaretskii <eliz@gnu.org>
640
641 * commands.texi (Special Events): Mention language-change event.
642 (Input Events, Interactive Codes):
643 * keymaps.texi (Key Sequences): Mention events that are
644 non-keyboard but also non-mouse events.
645
646 2012-07-17 Chong Yidong <cyd@gnu.org>
647
648 * text.texi (Insertion): Document insert-char changes.
649
650 2012-07-15 Leo Liu <sdl.web@gmail.com>
651
652 * display.texi (Fringe Bitmaps): Add exclamation-mark.
653
654 2012-07-13 Chong Yidong <cyd@gnu.org>
655
656 * buffers.texi (Read Only Buffers): Document toggle-read-only
657 changes. Reword to account for the fact that read-only is
658 currently not supported in overlay properties.
659
660 2012-07-07 Chong Yidong <cyd@gnu.org>
661
662 * loading.texi (Library Search): Index site-lisp directories.
663
664 2012-07-06 Chong Yidong <cyd@gnu.org>
665
666 * intro.texi (A Sample Function Description): Fix incorrect
667 markup, undoing previous change.
668 (A Sample Variable Description): Minor clarifications and markup
669 improvements.
670
671 * elisp.texi (Top):
672 * text.texi (Text): Fix menu order.
673
674 2012-07-06 Richard Stallman <rms@gnu.org>
675
676 * intro.texi (Evaluation Notation, A Sample Function Description):
677 (A Sample Variable Description): Improve/undo previous changes.
678
679 2012-07-05 Glenn Morris <rgm@gnu.org>
680
681 * intro.texi (A Sample Function Description): Fix cross-refs.
682
683 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
684
685 * intro.texi (Evaluation Notation, A Sample Function Description)
686 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
687
688 2012-06-27 Chong Yidong <cyd@gnu.org>
689
690 * processes.texi (Asynchronous Processes, Input to Processes):
691 * internals.texi (Process Internals): Don't capitalize "pty".
692
693 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
694
695 * processes.texi (Asynchronous Processes): Make the pty vs pipe
696 discussion more prominent.
697
698 2012-06-23 Eli Zaretskii <eliz@gnu.org>
699
700 * commands.texi (Misc Events): Document the language-change event.
701
702 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
703
704 Support higher-resolution time stamps (Bug#9000).
705 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
706 * processes.texi (System Processes):
707 Time stamp resolution is now picosecond, not microsecond.
708
709 2012-06-21 Glenn Morris <rgm@gnu.org>
710
711 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
712
713 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
714
715 * functions.texi (Defining Functions):
716 * macros.texi (Defining Macros): Un-define the return value of `defun',
717 `defmacro' and `defalias'.
718
719 2012-06-17 Chong Yidong <cyd@gnu.org>
720
721 * elisp.texi: Remove urlcolor setting.
722
723 2012-06-17 Glenn Morris <rgm@gnu.org>
724
725 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
726 Overlining no longer behaves exactly like underlining.
727
728 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
729
730 * display.texi (Face Attributes):
731 Document wave-style underline face attribute.
732
733 2012-06-11 Chong Yidong <cyd@gnu.org>
734
735 * display.texi (ImageMagick Images): ImageMagick now supports the
736 :background property.
737
738 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
739
740 * internals.texi (Garbage Collection): Typo fix.
741
742 2012-06-09 Chong Yidong <cyd@gnu.org>
743
744 * text.texi (Special Properties): Clarify the meaning of a list of
745 faces in the `face' property.
746
747 * display.texi (Face Remapping): Minor clarification.
748
749 2012-06-08 Chong Yidong <cyd@gnu.org>
750
751 * display.texi (Face Attributes): Font family does not accept
752 wildcards. De-document obsolete :bold and :italic attributes.
753 (Defining Faces): Use new-style face spec format.
754
755 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
756
757 * internals.texi (Garbage Collection): Document new
758 vector management code and vectorlike_header structure.
759
760 2012-06-03 Chong Yidong <cyd@gnu.org>
761
762 * modes.texi (Mode Line Data): Use "mode line construct"
763 terminology for consistency.
764
765 2012-05-27 Glenn Morris <rgm@gnu.org>
766
767 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
768 * buffers.texi, commands.texi, compile.texi, control.texi:
769 * customize.texi, debugging.texi, display.texi, doclicense.texi:
770 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
771 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
772 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
773 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
774 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
775 * objects.texi, os.texi, package.texi, positions.texi:
776 * processes.texi, searching.texi, sequences.texi, streams.texi:
777 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
778 * variables.texi, windows.texi: Nuke hand-written node pointers.
779
780 2012-05-27 Chong Yidong <cyd@gnu.org>
781
782 * functions.texi (Obsolete Functions):
783 Fix doc for set-advertised-calling-convention.
784
785 * modes.texi (Mode Help): Fix describe-mode.
786
787 * display.texi (Face Functions): Fix define-obsolete-face-alias.
788
789 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
790
791 2012-05-27 Martin Rudalics <rudalics@gmx.at>
792
793 * commands.texi (Recursive Editing): recursive-edit is a command.
794
795 * compile.texi (Docs and Compilation):
796 byte-compile-dynamic-docstrings is an option.
797
798 * debugging.texi (Invoking the Debugger): debug is a command.
799
800 * display.texi (Progress): progress-reporter-update and
801 progress-reporter-force-update have VALUE argument optional.
802 (Animated Images): Use non-@code{nil} instead of non-nil.
803
804 * files.texi (Format Conversion Round-Trip):
805 Use non-@code{nil} instead of non-nil.
806
807 * frames.texi (Creating Frames): make-frame is a command.
808 (Input Focus): select-frame is a command.
809 (Pointer Shape): void-text-area-pointer is an option.
810
811 * help.texi (Describing Characters): read-kbd-macro is a command.
812 (Help Functions): describe-prefix-bindings is a command.
813
814 * markers.texi (Creating Markers): Both arguments of copy-marker
815 are optional.
816
817 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
818
819 * modes.texi (Mode Line Variables): mode-line-remote and
820 mode-line-client are not options.
821 (Imenu): imenu-add-to-menubar is a command.
822 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
823
824 * os.texi (Sound Output): play-sound-file is a command.
825
826 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
827
828 * processes.texi (Signals to Processes):
829 Use @key{RET} instead of @code{RET}.
830 (Signals to Processes): signal-process is a command.
831
832 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
833 (Base 64): base64-encode-string is not a command while
834 base64-decode-region is.
835
836 * windows.texi (Switching Buffers): pop-to-buffer is a command.
837
838 2012-05-12 Glenn Morris <rgm@gnu.org>
839
840 * Makefile.in (MKDIR_P): New, set by configure.
841 (mkinfodir): Use $MKDIR_P.
842
843 2012-05-10 Glenn Morris <rgm@gnu.org>
844
845 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
846 with "coding: raw-text".
847 Concept of multibyte sessions no longer exists.
848
849 * files.texi (File Locks): Mention create-lockfiles option.
850
851 2012-05-09 Glenn Morris <rgm@gnu.org>
852
853 * vol1.texi, vol2.texi: Remove files.
854 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
855 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
856
857 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
858
859 * two-volume.make (emacsdir): New.
860 (tex): Add directory with emacsver.texi to TEXINPUTS.
861
862 * minibuf.texi (Minibuffer History, Basic Completion):
863 Tweak page breaks.
864
865 * internals.texi (Garbage Collection, Memory Usage)
866 (Writing Emacs Primitives): Tweak page breaks.
867
868 * streams.texi (Output Variables): Improve page break.
869
870 * edebug.texi (Edebug Display Update): Improve page break.
871
872 * compile.texi (Disassembly): Condense the examples.
873
874 * eval.texi, functions.texi, loading.texi, macros.texi:
875 Where possible, use example rather than smallexample.
876
877 * symbols.texi: Where possible, use example rather than smallexample.
878 (Symbol Components): Fix typo.
879 (Other Plists): Tweak page break.
880
881 * sequences.texi (Arrays): Tweak page breaks.
882
883 * customize.texi: Where possible, use example rather than smallexample.
884 (Common Keywords, Variable Definitions, Applying Customizations)
885 (Custom Themes): Tweak page breaks.
886
887 * control.texi: Where possible, use example rather than smallexample.
888 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
889 Tweak page breaks.
890
891 2012-05-08 Glenn Morris <rgm@gnu.org>
892
893 * two.el: Remove; unused since creation of two-volume.make.
894
895 * vol1.texi, vol2.texi: No need to keep menus in these files.
896
897 2012-05-05 Glenn Morris <rgm@gnu.org>
898
899 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
900
901 * intro.texi (Caveats): Copyedit.
902 (Lisp History): Convert inforef to xref.
903 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
904
905 * text.texi (Auto Filling): Don't mention Emacs 19.
906
907 * commands.texi (Event Input Misc): Don't mention unread-command-char.
908 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
909
910 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
911
912 * lists.texi (List-related Predicates, List Variables):
913 Tweak page-breaks.
914 (Sets And Lists): Convert inforef to xref.
915
916 2012-05-04 Glenn Morris <rgm@gnu.org>
917
918 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
919 (info, infoclean): Use $INFO_EXT.
920 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
921 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
922 (info, maintainer-clean): Use $INFO_EXT.
923 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
924
925 2012-05-04 Chong Yidong <cyd@gnu.org>
926
927 * os.texi (Timers): Use defopt for timer-max-repeats.
928
929 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
930
931 * os.texi (Time of Day): Do not limit current-time-string
932 to years 1000..9999.
933
934 2012-05-02 Chong Yidong <cyd@gnu.org>
935
936 * display.texi (Font Lookup):
937 * frames.texi (Pointer Shape):
938 * processes.texi (Subprocess Creation): Use defopt for options.
939
940 2012-05-02 Glenn Morris <rgm@gnu.org>
941
942 * elisp.texi (@copying):
943 * intro.texi (Introduction): Only print VERSION in the TeX version.
944
945 2012-05-02 Chong Yidong <cyd@gnu.org>
946
947 * text.texi (Change Hooks): Minor fix for after-change-functions.
948
949 2012-05-02 Glenn Morris <rgm@gnu.org>
950
951 * package.texi (Packaging Basics):
952 * loading.texi (Autoload):
953 * files.texi (Magic File Names):
954 Reword to remove/reduce some overly long/short lines.
955
956 2012-04-27 Glenn Morris <rgm@gnu.org>
957
958 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
959 * modes.texi (Major Modes, Auto-Indentation):
960 * buffers.texi (Buffers): Some fixes for menu descriptions.
961
962 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
963 * functions.texi (Simple Lambda, Argument List):
964 * eval.texi (Function Indirection): Avoid deprecated form.
965
966 2012-04-27 Glenn Morris <rgm@gnu.org>
967
968 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
969 Add "et al." to authors.
970
971 * buffers.texi, commands.texi, compile.texi, control.texi:
972 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
973 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
974 * modes.texi, numbers.texi, objects.texi, streams.texi:
975 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
976 Use Texinfo recommended convention for quotes+punctuation.
977
978 2012-04-27 Chong Yidong <cyd@gnu.org>
979
980 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
981 to where-is-internal (Bug#10872).
982
983 2012-04-27 Glenn Morris <rgm@gnu.org>
984
985 * macros.texi (Indenting Macros): Fix typo.
986
987 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
988 (Resizing Windows, Deleting Windows, Selecting Windows)
989 (Choosing Window Options, Horizontal Scrolling)
990 (Cyclic Window Ordering, Window History, Dedicated Windows)
991 (Quitting Windows, Window Configurations, Textual Scrolling):
992 (Coordinates and Windows, Window Configurations)
993 (Window Parameters, Window Hooks): Copyedits.
994 (Splitting Windows, Deleting Windows):
995 Fix ignore-window-parameters logic.
996 (Selecting Windows, Choosing Window Options): Markup fixes.
997 (Window Start and End): Remove pointless example.
998 Remove cross-reference to deleted count-lines content.
999 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
1000 and recenter-positions. Remove recenter example.
1001
1002 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
1003
1004 * minibuf.texi (Intro to Minibuffers):
1005 Tweak discussion of resizing minibuffer window.
1006
1007 2012-04-26 Glenn Morris <rgm@gnu.org>
1008
1009 * elisp-covers.texi, front-cover-1.texi: Remove files.
1010
1011 * tindex.pl: Remove file.
1012
1013 * makefile.w32-in (srcs):
1014 * Makefile.in (srcs): Remove back.texi (which is unused).
1015
1016 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
1017
1018 * os.texi (Notifications): Extend possible notification hints.
1019 Add notifications-get-capabilities.
1020
1021 2012-04-20 Chong Yidong <cyd@gnu.org>
1022
1023 * processes.texi (Asynchronous Processes): Mention nil argument to
1024 start-process.
1025
1026 2012-04-20 Glenn Morris <rgm@gnu.org>
1027
1028 * minibuf.texi (Basic Completion): No need to describe obarrays here.
1029 Don't mention obsolete `nospace' argument of all-completions.
1030 (Minibuffer Completion, Completion Commands, Reading File Names)
1031 (Completion Variables): Copyedits.
1032 (Completion Commands): Mention parent keymaps.
1033 Remove obsolete minibuffer-local-filename-must-match-map.
1034 (High-Level Completion): Remove read-variable's almost
1035 word-for-word duplication of read-command.
1036 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
1037 Update "High-Level Completion" description.
1038
1039 * minibuf.texi (Minibuffers):
1040 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
1041
1042 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
1043 Use Texinfo-recommended form of quote+punctuation.
1044 (Intro to Minibuffers): First minibuffer is #1, not #0.
1045 Mention minibuffer-inactive-mode.
1046 (Text from Minibuffer): Copyedits.
1047 (Minibuffer History, Programmed Completion): Fix @var usage.
1048 (Object from Minibuffer): Remove overly pedantic para.
1049 (Minibuffer History): Copyedits. Add face-name-history.
1050 (Initial Input, Yes-or-No Queries, Multiple Queries)
1051 (Minibuffer Windows, Minibuffer Misc): Copyedits.
1052 (Yes-or-No Queries): Tweak example.
1053 (Minibuffer Commands): Add next-complete-history-element.
1054 (Minibuffer Misc): Mention minibuffer-message-timeout, and
1055 minibuffer-inactive-mode.
1056
1057 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
1058 (Bindat Functions): Copyedits.
1059
1060 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
1061
1062 * files.texi (Saving Buffers): Document `visit and `visit-save'
1063 values of require-final-newline.
1064
1065 2012-04-20 Glenn Morris <rgm@gnu.org>
1066
1067 * processes.texi (Output from Processes, Filter Functions):
1068 Mention waiting-for-user-input-p.
1069 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
1070 (Network Servers, Datagrams, Network Processes, Network Options)
1071 (Network Feature Testing, Serial Ports): Copyedits.
1072 (Network): Add encrypted network overview paragraph.
1073 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
1074
1075 2012-04-20 Chong Yidong <cyd@gnu.org>
1076
1077 * help.texi (Keys in Documentation): Mention :advertised-binding.
1078
1079 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
1080 description to help.texi.
1081
1082 2012-04-20 Glenn Morris <rgm@gnu.org>
1083
1084 * processes.texi (Process Information, Input to Processes)
1085 (Signals to Processes, Output from Processes, Process Buffers)
1086 (Filter Functions, Decoding Output): Copyedits.
1087 (Accepting Output): Discourage use of `millisec' argument.
1088
1089 2012-04-15 Glenn Morris <rgm@gnu.org>
1090
1091 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
1092 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
1093 Copyedits.
1094 (Subprocess Creation): Discourage modifying exec-path directly.
1095 (Synchronous Processes, Asynchronous Processes):
1096 Update some example output.
1097 (Process Information): Fix typo.
1098 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
1099
1100 2012-04-15 Glenn Morris <rgm@gnu.org>
1101
1102 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
1103 open-network-stream does exist in Emacs 23, but is simpler.
1104
1105 2012-04-15 Chong Yidong <cyd@gnu.org>
1106
1107 * customize.texi (Custom Themes): Also document load-theme etc.
1108
1109 2012-04-14 Chong Yidong <cyd@gnu.org>
1110
1111 * customize.texi (Applying Customizations):
1112 (Custom Themes): New nodes.
1113
1114 * display.texi (Defining Faces): Reference custom-set-faces.
1115
1116 * modes.texi (Defining Minor Modes, Defining Minor Modes):
1117 * os.texi (Startup Summary): Copyedits.
1118
1119 2012-04-14 Glenn Morris <rgm@gnu.org>
1120
1121 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
1122
1123 * strings.texi (Case Tables):
1124 * objects.texi (General Escape Syntax):
1125 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
1126
1127 * buffers.texi, compile.texi, customize.texi, debugging.texi:
1128 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
1129 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
1130 * text.texi: Use @file for buffers, per the Texinfo manual.
1131
1132 * compile.texi (Compiler Errors): Add missing space in buffer name.
1133
1134 2012-04-14 Chong Yidong <cyd@gnu.org>
1135
1136 * processes.texi (Query Before Exit): Remove obsolete function
1137 process-kill-without-query (Bug#11190).
1138
1139 2012-04-14 Glenn Morris <rgm@gnu.org>
1140
1141 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
1142 Use @env for environment variables.
1143
1144 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1145
1146 2012-04-12 Jari Aalto <jari.aalto@cante.net>
1147
1148 * processes.texi (Synchronous Processes):
1149 Mention `default-directory' (bug#7515).
1150
1151 2012-04-09 Chong Yidong <cyd@gnu.org>
1152
1153 * customize.texi (Variable Definitions): Remove user-variable-p.
1154
1155 * commands.texi (Interactive Codes):
1156 * help.texi (Accessing Documentation):
1157 * minibuf.texi (High-Level Completion): Callers changed.
1158
1159 2012-04-06 Chong Yidong <cyd@gnu.org>
1160
1161 * minibuf.texi (Programmed Completion): Document metadata method.
1162 (Completion Variables): Document completion-category-overrides.
1163
1164 2012-04-05 Chong Yidong <cyd@gnu.org>
1165
1166 * anti.texi (Antinews): Rewrite for Emacs 23.
1167
1168 2012-04-04 Chong Yidong <cyd@gnu.org>
1169
1170 * minibuf.texi (Programmed Completion): Remove obsolete variable
1171 completion-annotate-function.
1172 (Completion Variables): Rename from Completion Styles.
1173 Document completion-extra-properties. Document completion-styles-alist
1174 change.
1175 (Reading File Names): minibuffer-local-filename-must-match-map is
1176 not used anymore.
1177 (Minibuffer Completion): Document completing-read-function.
1178 (Completion in Buffers): completion-at-point-functions can return
1179 properties recognized in completion-extra-properties.
1180
1181 * display.texi (Delayed Warnings): New node.
1182
1183 * os.texi (Notifications): Copyedits.
1184
1185 2012-04-04 Glenn Morris <rgm@gnu.org>
1186
1187 * os.texi (Notifications): Copyedits.
1188
1189 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
1190
1191 * os.texi (Terminal-Specific): Fix typo.
1192 (Notifications): New section.
1193
1194 * elisp.texi (Top):
1195 * vol1.texi (Top):
1196 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
1197 menu entries.
1198
1199 2012-04-01 Chong Yidong <cyd@gnu.org>
1200
1201 * files.texi (Kinds of Files): file-subdir-of-p renamed to
1202 file-in-directory-p.
1203
1204 2012-03-31 Glenn Morris <rgm@gnu.org>
1205
1206 * edebug.texi (Instrumenting Macro Calls):
1207 Mention defining macros at instrumentation time.
1208 (Edebug Options): Mention edebug-unwrap-results.
1209
1210 2012-03-31 Eli Zaretskii <eliz@gnu.org>
1211
1212 * text.texi (Special Properties): Clarify the description of the
1213 effect of integer values of the 'cursor' property on cursor
1214 position. See the discussions in bug#11068 for more details and
1215 context.
1216
1217 2012-03-31 Glenn Morris <rgm@gnu.org>
1218
1219 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
1220 Copyedits.
1221
1222 2012-03-30 Chong Yidong <cyd@gnu.org>
1223
1224 * display.texi (Image Formats): Add imagemagick type.
1225 (Image Descriptors): Mention how they are used.
1226 (ImageMagick Images): Clarify role of imagemagick-register-types.
1227 (Character Display): Don't mention glyph tables.
1228 (Display Tables): Use make-glyph-code in example.
1229 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
1230 tables are semi-obsolete. De-document create-glyph.
1231 (Glyphless Chars): Note that display tables override this.
1232 (Bidirectional Display): Copyedits. Introduce "bidirectional
1233 reordering" terminology, and use it.
1234
1235 2012-03-30 Glenn Morris <rgm@gnu.org>
1236
1237 * edebug.texi (Jumping): Give name of `i' binding.
1238
1239 2012-03-28 Glenn Morris <rgm@gnu.org>
1240
1241 * searching.texi (Regular Expressions, Regexp Special):
1242 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
1243 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
1244 (Regexp Special): Mention collation.
1245 Clarify char classes with an example.
1246 (Regexp Functions): Mention regexp-opt is not guaranteed.
1247 Mention regexp-opt-charset.
1248 (Regexp Search): Recommend against looking-back.
1249 (Search and Replace): Use Texinfo recommended quote convention.
1250 Add more query-replace-map items. List multi-query-replace-map items.
1251
1252 2012-03-27 Martin Rudalics <rudalics@gmx.at>
1253
1254 * windows.texi (Window History): Describe new option
1255 switch-to-visible-buffer.
1256
1257 2012-03-27 Glenn Morris <rgm@gnu.org>
1258
1259 * searching.texi (String Search): Add xref to Emacs manual.
1260 Copyedits. Mention the function word-search-regexp.
1261 (Searching and Case): Add xref to Emacs manual. Copyedits.
1262
1263 * processes.texi (Network Servers): Standardize apostrophe usage.
1264
1265 * os.texi (System Environment): Copyedits. Remove some examples
1266 that do not seem useful. Mention setenv third arg.
1267 tty-erase-char does not seem to be nil under a window-system.
1268 (User Identification): Copyedits.
1269 Remove some examples that do not seem useful.
1270
1271 2012-03-26 Glenn Morris <rgm@gnu.org>
1272
1273 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
1274 (Init File): Copyedits.
1275 (Command-Line Arguments): Copyedits. Do not mention argv alias.
1276 (Killing Emacs): Copyedits.
1277 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
1278 Shorten the example, use more standard shell prompts.
1279
1280 2012-03-25 Chong Yidong <cyd@gnu.org>
1281
1282 * display.texi (Fringes): Note that fringes are shown on graphical
1283 displays only.
1284 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
1285 (Replacing Specs): Clarify example.
1286 (Manipulating Buttons): Note that button-at can return a marker.
1287 (Buttons): Minor rewrite.
1288 (Character Display): New node. Consolidate all character display
1289 related nodes into its subsections.
1290 (Usual Display): Character 127 is also affected by ctl-arrow.
1291 (Display Tables): Improve example.
1292
1293 2012-03-22 Glenn Morris <rgm@gnu.org>
1294
1295 * strings.texi (Text Comparison): Mention string-prefix-p.
1296
1297 2012-03-21 Chong Yidong <cyd@gnu.org>
1298
1299 * display.texi (The Echo Area): Add xref to Output Streams.
1300 (Displaying Messages): Improve doc of message.
1301 (Echo Area Customization, Invisible Text): Copyedits.
1302 (Invisible Text): Mention that spec comparison is done with eq.
1303 (Width): Improve doc of char-width.
1304 (Faces): Recommend using symbol instead of string for face name.
1305 Minor clarifications.
1306 (Defining Faces): Copyedits. Update face example.
1307 (Attribute Functions): Mark set-face-foreground etc as commands.
1308 (Face Remapping): Mention text-scale-adjust.
1309 Clarify face-remapping-alist and related docs.
1310 (Face Functions): Don't document make-face or copy-face.
1311
1312 2012-03-20 Chong Yidong <cyd@gnu.org>
1313
1314 * display.texi (Forcing Redisplay): Various rewrites to reflect
1315 new value of redisplay-dont-pause.
1316 (Truncation): Copyedits.
1317
1318 2012-03-20 Glenn Morris <rgm@gnu.org>
1319
1320 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
1321 Add summary table of some relevant command-line options.
1322
1323 2012-03-18 Chong Yidong <cyd@gnu.org>
1324
1325 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
1326 (Writing Emacs Primitives): Re-organize discussion of functions
1327 with variable Lisp arguments are handled. Delete an obsolete
1328 remark, previously tagged as FIXME.
1329
1330 * os.texi (Idle Timers): Minor clarification.
1331 (Idle Timers): Link to Time of Day for description of time list.
1332
1333 2012-03-18 Glenn Morris <rgm@gnu.org>
1334
1335 * os.texi (System Interface): Flow control was removed.
1336 (Startup Summary): General update.
1337 (Init File): Don't mention compiling it.
1338
1339 2012-03-17 Chong Yidong <cyd@gnu.org>
1340
1341 * os.texi (Startup Summary): Mention package loading.
1342 (Init File): Don't refer to .emacs in section title. Copyedits.
1343 (Terminal-Specific): Give a realistic example.
1344 (Command-Line Arguments): Reference Entering Emacs instead of
1345 repeating the spiel about not restarting Emacs.
1346 (Time of Day): Discuss time representation at beginning of node.
1347 (Sound Output): Copyedits.
1348
1349 * package.texi (Packaging Basics): Document package-initialize.
1350
1351 2012-03-17 Eli Zaretskii <eliz@gnu.org>
1352
1353 * frames.texi (Initial Parameters): Add an index entry for
1354 minibuffer-only frame.
1355
1356 2012-03-16 Glenn Morris <rgm@gnu.org>
1357
1358 * modes.texi (Major Mode Conventions): Mention the strange
1359 relationship between View mode and special modes. (Bug#10650)
1360
1361 2012-03-11 Chong Yidong <cyd@gnu.org>
1362
1363 * windows.texi (Window Configurations): save-window-excursion is
1364 now a macro.
1365
1366 * display.texi (Temporary Displays): with-output-to-temp-buffer is
1367 now a macro.
1368
1369 * text.texi (Fields): Minor copyedit.
1370
1371 2012-03-10 Eli Zaretskii <eliz@gnu.org>
1372
1373 * strings.texi (String Basics):
1374 * sequences.texi (Sequence Functions): Mention that `length' is
1375 not appropriate for computing the string width on display; add a
1376 cross-reference to the description of `string-width'. (Bug#10978)
1377
1378 * eval.texi (Autoloading): Minor change of wording.
1379
1380 2012-03-10 Chong Yidong <cyd@gnu.org>
1381
1382 * loading.texi (Autoload): Explicitly state which forms are
1383 processed specially (Bug#7783).
1384
1385 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
1386 non-default situation. Describe one-submenu exception (Bug#7695).
1387
1388 * nonascii.texi (Character Properties): Copyedits.
1389
1390 2012-03-08 Chong Yidong <cyd@gnu.org>
1391
1392 * text.texi (Mode-Specific Indent): Document new behavior of
1393 indent-for-tab-command. Document tab-always-indent.
1394 (Special Properties): Copyedits.
1395 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
1396 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
1397 libxml-parse-html-region.
1398
1399 2012-03-07 Glenn Morris <rgm@gnu.org>
1400
1401 * markers.texi (The Region): Briefly mention use-empty-active-region
1402 and region-active-p.
1403 (Overview of Markers): Reword garbage collection, add cross-ref.
1404 (The Mark): Tiny clarification re command loop and activate-mark-hook.
1405
1406 2012-03-07 Chong Yidong <cyd@gnu.org>
1407
1408 * text.texi (Buffer Contents): Don't duplicate explanation of
1409 region arguments from Text node. Put doc of obsolete var
1410 buffer-substring-filters back, since it is referred to.
1411 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
1412 selection by default.
1413
1414 * markers.texi (The Mark): Fix typo.
1415 (The Region): Copyedits.
1416
1417 2012-03-07 Glenn Morris <rgm@gnu.org>
1418
1419 * markers.texi (Overview of Markers): Copyedits.
1420 (Creating Markers): Update approximate example buffer size.
1421 (The Mark): Don't mention uninteresting return values.
1422
1423 2012-03-05 Chong Yidong <cyd@gnu.org>
1424
1425 * positions.texi (Text Lines): Document count-words.
1426
1427 2012-03-04 Chong Yidong <cyd@gnu.org>
1428
1429 * frames.texi (Frames): Remove little-used "terminal frame" and
1430 "window frame" terminology.
1431 (Frame Parameters, Font and Color Parameters, Initial Parameters)
1432 (Size and Position, Visibility of Frames): Callers changed.
1433 (Frames): Clarify which terminals in framep are graphical.
1434 (Initial Parameters): --geometry is not the only option which adds
1435 to initial-frame-alist.
1436 (Position Parameters): Note that icon-left and icon-top are for
1437 old window managers only.
1438 (Size Parameters): Sizes are in characters even on graphical
1439 displays.
1440 (Management Parameters): Note that window-id and outer-window-id
1441 can't really be changed, and that auto-raise isn't always obeyed.
1442 (Cursor Parameters): Document cursor-type explicitly.
1443 (Size and Position): The aliases set-screen-height and
1444 set-screen-width have been deleted.
1445 (Visibility of Frames): Mention "minimization".
1446
1447 * os.texi (Startup Summary): Minor clarifications.
1448 (Startup Summary, Suspending Emacs): Standardize on "text
1449 terminal" terminology.
1450
1451 * windows.texi (Basic Windows, Coordinates and Windows)
1452 (Coordinates and Windows):
1453 * display.texi (Refresh Screen, Line Height, Face Attributes)
1454 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
1455
1456 2012-03-04 Glenn Morris <rgm@gnu.org>
1457
1458 * abbrevs.texi: Small copyedits throughout.
1459 (Abbrev Mode): Remove this section, folding it into the top-level.
1460 (Abbrev Tables): Don't mention irrelevant return values.
1461 (Abbrev Expansion): Add cross-ref for wrapper hooks.
1462 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
1463 (Abbrev Table Properties): Update nil :regexp description.
1464
1465 2012-03-03 Glenn Morris <rgm@gnu.org>
1466
1467 * internals.texi: Change @appendix section commands to @section.
1468 (Building Emacs): Say less about CANNOT_DUMP platforms.
1469 Replace deleted eval-at-startup with custom-initialize-delay.
1470 (Pure Storage): Small changes.
1471 (Memory Usage): Copyedit.
1472 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
1473 example definitions. Give examples of things with non-nil
1474 interactive args. Mention eval_sub. Remove old info about
1475 strings and GCPRO. Mention cus-start.el.
1476 (Buffer Internals, Window Internals, Process Internals):
1477 Misc small updates and fixes for fields.
1478
1479 * tips.texi: Copyedits.
1480 (Coding Conventions): Mention autoloads.
1481 Combine partially duplicated macro items. Fix xref.
1482 Refer to Library Headers for copyright notice.
1483 (Programming Tips): edit-options is long-obsolete.
1484 (Compilation Tips): Mention loading bytecomp for byte-compile props.
1485 (Warning Tips): Mention declare-function.
1486 (Documentation Tips): Remove old info.
1487 (Comment Tips): Mention comment-dwim, not indent-for-comment.
1488 (Library Headers): General update.
1489
1490 2012-03-02 Glenn Morris <rgm@gnu.org>
1491
1492 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
1493 and relocate entry. Mention buffer-stale-function.
1494
1495 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
1496
1497 * hooks.texi (Standard Hooks): General update.
1498 Put related hooks together. Add and remove items.
1499 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
1500 * modes.texi (Hooks): Tweak cross-ref description.
1501
1502 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
1503
1504 * files.texi (Kinds of Files): The return value of file-equal-p is
1505 unspecified, if FILE1 or FILE2 does not exist.
1506
1507 2012-03-01 Glenn Morris <rgm@gnu.org>
1508
1509 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
1510
1511 * maps.texi (Standard Keymaps): General update.
1512 Remove mode-specific maps, talk about the more general keymaps.
1513 * help.texi (Help Functions): Add vindex for Helper-help-map.
1514 * keymaps.texi (Active Keymaps): Minor rephrasing.
1515
1516 2012-02-29 Glenn Morris <rgm@gnu.org>
1517
1518 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
1519
1520 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1521
1522 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
1523 Update changed behavior of file-subdir-of-p.
1524
1525 2012-02-28 Glenn Morris <rgm@gnu.org>
1526
1527 * advice.texi, anti.texi, display.texi, elisp.texi:
1528 * processes.texi, variables.texi, vol1.texi, vol2.texi:
1529 Standardize possessive apostrophe usage.
1530
1531 * locals.texi: Remove file.
1532 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
1533 Remove menu entry.
1534 * errors.texi, maps.texi: Adjust node pointers.
1535 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
1536 * makefile.w32-in (srcs):
1537 * Makefile.in (srcs): Remove locals.texi.
1538
1539 * frames.texi (Mouse Position): Fix cross-ref.
1540
1541 2012-02-27 Chong Yidong <cyd@gnu.org>
1542
1543 * buffers.texi (Creating Buffers): Clarify that
1544 generate-new-buffer uses generate-new-buffer-names.
1545 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
1546
1547 * files.texi (Directory Names): Index entry for file name abbreviations.
1548 (Relative File Names, File Name Expansion): Refer to it.
1549 (Locating Files): Move locate-user-emacs-file documentation to
1550 Standard File Names.
1551 (Standard File Names): Add locate-user-emacs-file; update examples.
1552
1553 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
1554
1555 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
1556
1557 2012-02-26 Chong Yidong <cyd@gnu.org>
1558
1559 * files.texi (Kinds of Files): Improve documentation of
1560 files-equal-p and file-subdir-of-p.
1561
1562 2012-02-26 Glenn Morris <rgm@gnu.org>
1563
1564 * intro.texi (Acknowledgements): Small changes.
1565
1566 2012-02-25 Glenn Morris <rgm@gnu.org>
1567
1568 * errors.texi: Don't try to list _all_ the error symbols.
1569 Add circular-list, cl-assertion-failed, compression-error.
1570 * elisp.texi, vol1.texi, vol2.texi:
1571 * control.texi (Error Symbols): Tweak "Standard Errors" description.
1572
1573 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1574
1575 * files.texi (files-equal-p, file-subdir-of-p): New,
1576 add initial documentation.
1577
1578 2012-02-25 Chong Yidong <cyd@gnu.org>
1579
1580 * files.texi (File Attributes): Document file-selinux-context.
1581 (Changing Files): Link to it.
1582 (Changing Files): Document set-file-selinux-context.
1583
1584 * backups.texi (Making Backups): Return value of backup-buffer is
1585 changed. Mention default value of backup-directory-alist.
1586 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
1587 (Auto-Saving): New minor mode behavior for auto-save-mode.
1588 (Reverting): Add defvar for revert-buffer-in-progress-p.
1589
1590 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
1591
1592 2012-02-24 Glenn Morris <rgm@gnu.org>
1593
1594 * errors.texi (Standard Errors): Mention dbus-error.
1595 For arith-error sub-classes, just use one cross-ref.
1596
1597 2012-02-23 Alan Mackenzie <acm@muc.de>
1598
1599 * modes.texi (Defining Minor Modes): Document the new keyword
1600 :after-hook.
1601
1602 2012-02-21 Chong Yidong <cyd@gnu.org>
1603
1604 * files.texi (Files): Mention magic file names as arguments.
1605 (Reading from Files): Copyedits.
1606 (File Attributes): Mention how to change file modes.
1607 (Changing Files): Use standard "file permissions" terminology.
1608 Add xref to File Attributes node.
1609 (Locating Files): Document locate-user-emacs-file.
1610 (Unique File Names): Recommend against using make-temp-name.
1611
1612 2012-02-19 Chong Yidong <cyd@gnu.org>
1613
1614 * help.texi (Documentation, Documentation Basics, Help Functions):
1615 Minor clarifications.
1616 (Accessing Documentation): Clarify what documentation-property is
1617 for. Add xref to Keys in Documentation.
1618
1619 * tips.texi (Documentation Tips): Don't recommend using * in
1620 docstrings.
1621
1622 * macros.texi (Defining Macros):
1623 * modes.texi (Derived Modes): Say "documentation string" instead
1624 of docstring.
1625
1626 2012-02-18 Chong Yidong <cyd@gnu.org>
1627
1628 * modes.texi (Tabulated List Mode): New node.
1629 (Basic Major Modes): Add xref to it.
1630
1631 * processes.texi (Process Information): Mention Process Menu mode.
1632
1633 2012-02-17 Chong Yidong <cyd@gnu.org>
1634
1635 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
1636
1637 2012-02-17 Glenn Morris <rgm@gnu.org>
1638
1639 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
1640
1641 2012-02-16 Chong Yidong <cyd@gnu.org>
1642
1643 * syntax.texi (Syntax Tables, Syntax Descriptors)
1644 (Syntax Table Functions): Copyedits.
1645 (Syntax Basics): Don't repeat the material in the preceding node.
1646 (Syntax Class Table): Use a table.
1647 (Syntax Properties): Document syntax-propertize-function and
1648 syntax-propertize-extend-region-functions.
1649 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1650 (Parser State): Update for the new "c" comment style.
1651 Fix description of item 7 (comment style).
1652
1653 * modes.texi (Minor Modes): Update how mode commands should treat
1654 arguments now.
1655 (Mode Line Basics): Clarify force-mode-line-update.
1656 (Mode Line Top): Note that the example is not realistic.
1657 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
1658 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
1659 "mode line construct" instead of "mode line specification".
1660 (Syntactic Font Lock): Remove mention of obsolete variable
1661 font-lock-syntactic-keywords.
1662 (Setting Syntax Properties): Node deleted.
1663 (Font Lock Mode): Note that Font Lock mode is a minor mode.
1664 (Font Lock Basics): Note that syntactic fontification falls back
1665 on `syntax-table'.
1666 (Search-based Fontification): Emphasize that font-lock-keywords
1667 should not be set directly.
1668 (Faces for Font Lock): Avoid some confusing terminology.
1669 (Syntactic Font Lock): Minor clarifications. Add xref to
1670 Syntactic Font Lock node.
1671
1672 2012-02-15 Chong Yidong <cyd@gnu.org>
1673
1674 * minibuf.texi (Basic Completion): Define "completion table".
1675 Move completion-in-region to Completion in Buffers node.
1676 (Completion Commands): Use "completion table" terminology.
1677 (Completion in Buffers): New node.
1678
1679 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
1680 (Setting Hooks): Update minor mode usage example.
1681 (Major Mode Conventions): Note that completion-at-point-functions
1682 should be altered locally. Add xref to Completion in Buffers.
1683 Remove duplicate tip about auto-mode-alist.
1684 (Minor Modes): Rewrite introduction.
1685 (Minor Mode Conventions): Copyedits. Don't recommend
1686 variable-only minor modes since few minor modes are like that.
1687
1688 2012-02-15 Glenn Morris <rgm@gnu.org>
1689
1690 * processes.texi (Network): Document open-network-stream :parameters.
1691
1692 2012-02-14 Chong Yidong <cyd@gnu.org>
1693
1694 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
1695 was removed on 2009-09-10. Update lisp-mode-map example.
1696 (Inheritance and Keymaps): Minor clarification.
1697 (Searching Keymaps): Remove out-of-place enumeration.
1698 (Key Lookup): Remove unnecessary example (one was already given in
1699 Format of Keymaps).
1700 (Changing Key Bindings): Update suppress-keymap example.
1701 (Menu Bar, Tool Bar): Copyedits.
1702 (Tool Bar): Update tool-bar-map example.
1703
1704 2012-02-12 Chong Yidong <cyd@gnu.org>
1705
1706 * debugging.texi (Debugger Commands): Continuing is now allowed
1707 for errors.
1708
1709 2012-02-11 Chong Yidong <cyd@gnu.org>
1710
1711 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
1712 Move the list of standard bitmaps there.
1713 (Fringe Cursors): Rewrite for clarity.
1714 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
1715
1716 * commands.texi (Command Overview): Mention read-key.
1717 (Using Interactive, Interactive Call): Minor clarifications.
1718 (Function Keys, Click Events): Avoid "input stream" terminology.
1719 (Click Events): Add xref to Window Sizes and Accessing Mouse.
1720 Clarify column and row components.
1721 (Accessing Mouse): Add xref to Click Events. Minor fixes.
1722 (Special Events): Copyedits.
1723
1724 * streams.texi (Input Streams): De-document get-file-char.
1725 (Output Variables): Don't refer to old backquote syntax.
1726
1727 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
1728 (Error Debugging): Note that debug-ignored-errors overrides list
1729 values of debug-on-error too. Add xref to Signaling Errors.
1730 Note that debug-on-signal is not customizable.
1731 Mention condition-case-unless-debug.
1732 (Compilation Errors): Node deleted.
1733
1734 * compile.texi (Compiler Errors): Move a paragraph here from
1735 deleted node Compilation Errors.
1736
1737 2012-02-10 Leo Liu <sdl.web@gmail.com>
1738
1739 * control.texi (Handling Errors): Change condition-case-no-debug
1740 to condition-case-unless-debug.
1741
1742 2012-02-10 Chong Yidong <cyd@gnu.org>
1743
1744 * advice.texi (Defining Advice): Clarify ad-unadvise.
1745 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
1746 is not abnormal.
1747 (Advising Primitives): Node deleted; ad-define-subr-args has been
1748 removed.
1749
1750 * compile.texi (Speed of Byte-Code): Use float-time in example.
1751 (Compilation Functions): Note that the log uses Compilation mode.
1752 Don't discuss the contents of byte-code function object here.
1753 (Compilation Functions): De-document internal function byte-code.
1754 (Docs and Compilation): Minor clarifications.
1755
1756 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
1757 Objects.
1758
1759 2012-02-10 Glenn Morris <rgm@gnu.org>
1760
1761 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
1762 Mention secure-hash.
1763 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
1764
1765 2012-02-10 Chong Yidong <cyd@gnu.org>
1766
1767 * loading.texi (Loading): Don't emphasize "library" terminology.
1768 (Library Search): load-path is not a user option. Mention role of
1769 -L option and packages. Improve examples.
1770 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
1771 obsolete.
1772 (Autoload): Minor clarifications.
1773
1774 2012-02-10 Glenn Morris <rgm@gnu.org>
1775
1776 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
1777
1778 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
1779
1780 2012-02-08 Glenn Morris <rgm@gnu.org>
1781
1782 * loading.texi (Named Features): Update the require example.
1783
1784 2012-02-07 Glenn Morris <rgm@gnu.org>
1785
1786 * modes.texi (Defining Minor Modes):
1787 Expand on args of defined minor modes.
1788
1789 2012-02-07 Chong Yidong <cyd@gnu.org>
1790
1791 * variables.texi (Creating Buffer-Local): Minor clarification
1792 to buffer-local-variables doc (Bug#10715).
1793
1794 2012-02-07 Glenn Morris <rgm@gnu.org>
1795
1796 * display.texi (ImageMagick Images): General update.
1797 Move most details of imagemagick-render-type to the variable's doc.
1798
1799 2012-02-06 Glenn Morris <rgm@gnu.org>
1800
1801 * keymaps.texi (Tool Bar): Mention separators.
1802 (Inheritance and Keymaps):
1803 Mention make-composed-keymap and multiple inheritance.
1804
1805 * modes.texi (Running Hooks): Mention run-hook-wrapped.
1806
1807 * control.texi (Handling Errors):
1808 Mention condition-case-no-debug and with-demoted-errors.
1809
1810 2012-02-05 Chong Yidong <cyd@gnu.org>
1811
1812 * customize.texi (Common Keywords): Minor clarifications.
1813 Document custom-unlispify-remove-prefixes.
1814 (Variable Definitions): Backquotes in defcustom seem to work fine
1815 now. Various other copyedits.
1816 (Simple Types): Copyedits. Document color selector.
1817 (Composite Types): Copyedits.
1818 (Splicing into Lists): Clarifications.
1819
1820 * eval.texi (Backquote): Move from macros.texi.
1821
1822 * macros.texi (Expansion): Minor clarification.
1823 (Backquote): Move node to eval.texi.
1824 (Defining Macros): Move an example from Backquote node.
1825 (Argument Evaluation): No need to mention Pascal.
1826 (Indenting Macros): Add xref to Defining Macros.
1827
1828 2012-02-05 Glenn Morris <rgm@gnu.org>
1829
1830 * debugging.texi (Error Debugging): Mention debug-on-event default.
1831
1832 2012-02-04 Glenn Morris <rgm@gnu.org>
1833
1834 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
1835
1836 * debugging.texi (Error Debugging): Mention debug-on-event.
1837 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
1838
1839 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
1840
1841 * text.texi (Buffer Contents):
1842 Update filter-buffer-substring description.
1843
1844 2012-02-04 Chong Yidong <cyd@gnu.org>
1845
1846 * functions.texi (What Is a Function): Add closures. Mention
1847 "return value" terminology. Add xref for command-execute.
1848 Remove unused "keystroke command" terminology.
1849 (Lambda Expressions): Give a different example than in the
1850 following subsection. Add xref to Anonymous Functions.
1851 (Function Documentation): Remove gratuitous markup.
1852 (Function Names): Move introductory text to `What Is a Function'.
1853 (Defining Functions): Fix defun argument spec.
1854 (Anonymous Functions): Document lambda macro explicitly.
1855 Mention effects on lexical binding.
1856 (Function Cells): Downplay direct usage of fset.
1857 (Closures): New node.
1858 (Inline Functions): Remove "open-code" terminology.
1859 (Declaring Functions): Minor tweak; .m is not C code.
1860
1861 * variables.texi (Variables): Don't refer to "global value".
1862 (Local Variables, Void Variables): Copyedits.
1863 (Lexical Binding): Minor clarification of example.
1864 (File Local Variables): Mention :safe and :risky defcustom args.
1865 (Lexical Binding): Add xref to Closures node.
1866
1867 2012-02-04 Glenn Morris <rgm@gnu.org>
1868
1869 * minibuf.texi (High-Level Completion): Updates for read-color.
1870
1871 2012-02-03 Glenn Morris <rgm@gnu.org>
1872
1873 * display.texi (GIF Images): Mention animation.
1874 Remove commented-out old example of animation.
1875 (Animated Images): New subsection.
1876 * elisp.texi (Top):
1877 * vol1.texi (Top):
1878 * vol2.texi (Top): Add Animated Images menu entry.
1879
1880 * display.texi (Image Formats): Remove oddly specific information
1881 on versions of image libraries.
1882 (GIF Images, TIFF Images): Minor rephrasing.
1883
1884 2012-02-02 Glenn Morris <rgm@gnu.org>
1885
1886 * processes.texi (Synchronous Processes):
1887 Mention call-process's :file gets overwritten.
1888
1889 * commands.texi (Reading One Event):
1890 * help.texi (Help Functions): Document read-char-choice.
1891
1892 * hooks.texi (Standard Hooks):
1893 * modes.texi (Keymaps and Minor Modes):
1894 * text.texi (Commands for Insertion): Document post-self-insert-hook.
1895
1896 * hooks.texi (Standard Hooks): Add prog-mode-hook.
1897
1898 * hooks.texi (Standard Hooks):
1899 * modes.texi (Major Mode Conventions, Mode Hooks):
1900 Document change-major-mode-after-body-hook.
1901
1902 2012-02-01 Glenn Morris <rgm@gnu.org>
1903
1904 * modes.texi (Defining Minor Modes):
1905 Mention disabling global minor modes on a per-major-mode basis.
1906
1907 2012-01-31 Chong Yidong <cyd@gnu.org>
1908
1909 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
1910 (Parser State): Remove unnecessary statement (Bug#10661).
1911
1912 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
1913
1914 2012-01-31 Glenn Morris <rgm@gnu.org>
1915
1916 * modes.texi (Defining Minor Modes):
1917 Document define-minor-mode's new :variable keyword.
1918
1919 2012-01-29 Chong Yidong <cyd@gnu.org>
1920
1921 * syntax.texi (Syntax Class Table): Tweak description of newline
1922 char syntax (Bug#9619).
1923
1924 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
1925 description (Bug#10189).
1926
1927 2012-01-29 Glenn Morris <rgm@gnu.org>
1928
1929 * files.texi (Changing Files): Document SELinux support.
1930
1931 * windows.texi (Window Sizes): Fix typo.
1932
1933 2012-01-28 Chong Yidong <cyd@gnu.org>
1934
1935 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
1936 doc (Bug#8568).
1937
1938 * frames.texi (Input Focus): Add NORECORD arg to
1939 select-frame-set-input-focus. Clarify its role in select-frame.
1940
1941 * text.texi (Transposition): We don't use transpose-region as an
1942 internal subroutine (Bug#3249).
1943
1944 * modes.texi (Example Major Modes): Update Lisp example code to
1945 current sources. Delete the old non-derived-major-mode example,
1946 which has diverged badly from current sources.
1947
1948 2012-01-27 Glenn Morris <rgm@gnu.org>
1949
1950 * makefile.w32-in (texinputdir): Fix (presumed) typo.
1951 (VERSION, manual): Remove, unused.
1952
1953 2012-01-27 Chong Yidong <cyd@gnu.org>
1954
1955 * commands.texi (Command Overview): Minor clarification (Bug#10384).
1956
1957 2012-01-26 Chong Yidong <cyd@gnu.org>
1958
1959 * searching.texi (String Search): Document negative repeat count
1960 (Bug#10507).
1961
1962 2012-01-26 Glenn Morris <rgm@gnu.org>
1963
1964 * variables.texi (Using Lexical Binding):
1965 Mention that lexical-binding should be set in the first line.
1966
1967 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1968
1969 * macros.texi (Defining Macros): Don't claim that `declare' only
1970 affects Edebug and indentation.
1971
1972 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1973
1974 * macros.texi (Defining Macros): Slight `declare' fixup.
1975
1976 2012-01-25 Glenn Morris <rgm@gnu.org>
1977
1978 * makefile.w32-in (texinputdir):
1979 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
1980
1981 2012-01-24 Chong Yidong <cyd@gnu.org>
1982
1983 * variables.texi (Variables, Local Variables, Void Variables):
1984 Edit to make the descriptions less specific to dynamic binding.
1985 (Local Variables): Default max-specpdl-size is now 1300.
1986 (Defining Variables): Edits for lexical scoping.
1987 Delete information about starting docstrings with *. De-document
1988 user-variable-p.
1989 (Tips for Defining): Remove an unimportant discussion of quitting
1990 in the middle of a load.
1991 (Accessing Variables, Setting Variables): Discuss lexical binding.
1992 (Variable Scoping): Rewrite.
1993 (Scope, Extent, Impl of Scope): Nodes deleted.
1994 (Dynamic Binding): New node, with material from Scope, Extent, and
1995 Impl of Scope nodes.
1996 (Dynamic Binding Tips): Rename from Using Scoping.
1997 (Lexical Binding): Rewrite.
1998 (Using Lexical Binding): Rename from Converting to Lexical
1999 Binding. Convert to subsection.
2000
2001 * customize.texi (Variable Definitions): Add custom-variable-p.
2002 Move user-variable-p documentation here.
2003
2004 2012-01-23 Chong Yidong <cyd@gnu.org>
2005
2006 * strings.texi (Text Comparison): Minor qualification.
2007
2008 * lists.texi (Cons Cells): Copyedits.
2009 (List Elements): Mention push.
2010 (List Variables): Mention pop.
2011 (Rings): Move to sequences.texi.
2012
2013 * sequences.texi (Sequence Functions): Don't repeat the
2014 introduction already given in the parent.
2015 (Vectors): Copyedits.
2016 (Rings): Move from lists.texi. Note that this is specific to the
2017 ring package.
2018
2019 * symbols.texi (Definitions, Symbol Components): Mention variable
2020 scoping issues.
2021 (Plists and Alists): Copyedits.
2022
2023 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
2024 correctness with lexical scoping.
2025 (Eval): Copyedits.
2026
2027 2012-01-21 Chong Yidong <cyd@gnu.org>
2028
2029 * intro.texi (A Sample Function Description): Special notation
2030 used for macros too.
2031
2032 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
2033 (Symbol Type): Add xref for keyword symbols.
2034 (Sequence Type): Clarify differences between sequence types.
2035 (Cons Cell Type): Add "linked list" index entry.
2036 (Non-ASCII in Strings): Copyedits.
2037 (Equality Predicates): Symbols with same name need not be eq.
2038
2039 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
2040 ldexp. Move float-e and float-pi to Math Functions node.
2041
2042 2012-01-21 Glenn Morris <rgm@gnu.org>
2043
2044 * modes.texi (Auto Major Mode):
2045 * variables.texi (File Local Variables):
2046 Mention inhibit-local-variables-regexps.
2047
2048 2012-01-19 Martin Rudalics <rudalics@gmx.at>
2049
2050 * windows.texi (Window Configurations): Rewrite references to
2051 persistent window parameters.
2052 (Window Parameters): Fix description of persistent window
2053 parameters.
2054
2055 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
2056
2057 * windows.texi (Window Parameters): Use @pxref.
2058
2059 2012-01-16 Martin Rudalics <rudalics@gmx.at>
2060
2061 * windows.texi (Window Configurations, Window Parameters):
2062 Describe persistent window parameters.
2063
2064 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2065
2066 * variables.texi (Creating Buffer-Local): Warn against misuses of
2067 make-variable-buffer-local (bug#10258).
2068
2069 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2070
2071 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
2072
2073 2012-01-06 Chong Yidong <cyd@gnu.org>
2074
2075 * variables.texi (Directory Local Variables):
2076 Document hack-dir-local-variables-non-file-buffer.
2077
2078 2012-01-06 Glenn Morris <rgm@gnu.org>
2079
2080 * maps.texi (Standard Keymaps): Refer to Info-edit by name
2081 rather than by keybinding.
2082
2083 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
2084
2085 * frames.texi (Font and Color Parameters): Add @pxref.
2086
2087 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
2088
2089 * frames.texi (Font and Color Parameters):
2090 Document w32 font backends (bug#10399).
2091
2092 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2093
2094 * files.texi (File Attributes, Changing Files):
2095 Use a more-natural notation for octal numbers.
2096
2097 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
2098
2099 * variables.texi (Variables with Restricted Values):
2100 Change reference to variable (bug#10354).
2101
2102 2011-12-13 Martin Rudalics <rudalics@gmx.at>
2103
2104 * windows.texi (Splitting Windows): Use t instead of non-nil
2105 when describing window-combination-resize.
2106
2107 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2108
2109 * text.texi (Special Properties): Warn against `intangible' properties
2110 (bug#10222).
2111
2112 2011-11-26 Eli Zaretskii <eliz@gnu.org>
2113
2114 * display.texi (Truncation):
2115 * text.texi (Special Properties): Describe what a stretch-glyph is
2116 instead of using that term without explanation. Make the
2117 cross-references more accurate.
2118
2119 * display.texi (Usual Display): Update the description,
2120 cross-references, and indexing related to display of control
2121 characters and raw bytes.
2122
2123 2011-11-25 Martin Rudalics <rudalics@gmx.at>
2124
2125 * windows.texi (Splitting Windows): Fix description of
2126 window-combination-limit. Suggested by Eli Zaretskii.
2127
2128 2011-11-23 Chong Yidong <cyd@gnu.org>
2129
2130 * windows.texi (Window Sizes): Move window-top-line,
2131 window-left-column, and window-*-pixel-edges to Coordinates and
2132 Windows node.
2133 (Coordinates and Windows): Restore window-edges doc.
2134
2135 2011-11-21 Martin Rudalics <rudalics@gmx.at>
2136
2137 * windows.texi (Windows and Frames, Splitting Windows):
2138 Fix typos.
2139
2140 2011-11-21 Chong Yidong <cyd@gnu.org>
2141
2142 * windows.texi (Splitting Windows): Fix error in documentation of
2143 window-combination-limit.
2144 (Cyclic Window Ordering): Minor fixes to next-window,
2145 one-window-p, and get-lru-window docs. Don't document
2146 window-list-1.
2147 (Buffers and Windows): Copyedits.
2148 (Choosing Window): Document special handling of special-display-*.
2149 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
2150 Don't document even-window-heights, which is going away.
2151 Clarify which options are obeyed by which action functions.
2152
2153 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2154
2155 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
2156
2157 2011-11-20 Martin Rudalics <rudalics@gmx.at>
2158
2159 * windows.texi (Resizing Windows, Splitting Windows):
2160 Remove term "status" when talking about combination limits.
2161
2162 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2163
2164 * compile.texi (Compiler Errors):
2165 * help.texi (Help Functions): Fix typos.
2166
2167 2011-11-19 Chong Yidong <cyd@gnu.org>
2168
2169 * windows.texi (Splitting Windows): Clarify role of window
2170 parameters in split-window. Shorten the example.
2171 (Deleting Windows): Rewrite intro to handle internal windows.
2172 Fix delete-windows-on doc.
2173 (Selecting Windows): Copyedits.
2174
2175 2011-11-17 Martin Rudalics <rudalics@gmx.at>
2176
2177 * windows.texi (Resizing Windows, Splitting Windows)
2178 (Deleting Windows): Use term window-combination-resize instead
2179 of window-splits.
2180
2181 2011-11-16 Martin Rudalics <rudalics@gmx.at>
2182
2183 * windows.texi (Resizing Windows, Splitting Windows):
2184 Rename occurrences of window-nest to window-combination-limit.
2185
2186 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
2187
2188 * intro.texi (Lisp History): Fix typo.
2189
2190 2011-11-12 Martin Rudalics <rudalics@gmx.at>
2191
2192 * windows.texi (Splitting Windows, Deleting Windows):
2193 Remove references to splits status of windows.
2194
2195 2011-11-10 Glenn Morris <rgm@gnu.org>
2196
2197 * buffers.texi (Read Only Buffers): Expand a bit on why
2198 toggle-read-only should only be used interactively. (Bug#7292)
2199
2200 2011-11-09 Chong Yidong <cyd@gnu.org>
2201
2202 * windows.texi (Window Sizes): Document window-pixel-edges,
2203 window-inside-pixel-edges, window-absolute-pixel-edges, and
2204 window-inside-absolute-pixel-edges.
2205 (Resizing Windows): shrink-window-if-larger-than-buffer works on
2206 non-full-width windows.
2207
2208 2011-11-09 Martin Rudalics <rudalics@gmx.at>
2209
2210 * windows.texi (Resizing Windows): Rewrite documentation of
2211 window-resizable.
2212
2213 2011-11-09 Chong Yidong <cyd@gnu.org>
2214
2215 * windows.texi (Splitting Windows): Simplify example.
2216
2217 2011-11-08 Chong Yidong <cyd@gnu.org>
2218
2219 * windows.texi (Window Sizes): Copyedits. Document
2220 window-text-height. Remove window-min-height and window-min-width
2221 discussion, referring instead to Emacs manual.
2222 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
2223 (Resizing Windows): Simplify introduction. Don't document
2224 enlarge-window, shrink-window, enlarge-window-horizontally, and
2225 shrink-window-horizontally; they are no longer preferred for
2226 calling from Lisp, and are already documented in the Emacs manual.
2227
2228 2011-11-07 Glenn Morris <rgm@gnu.org>
2229
2230 * windows.texi (Choosing Window): Fix keybinding typo.
2231
2232 2011-11-07 Martin Rudalics <rudalics@gmx.at>
2233
2234 * windows.texi (Resizing Windows, Splitting Windows)
2235 (Window Configurations): Use "child window" instead of
2236 "subwindow".
2237
2238 2011-11-06 Chong Yidong <cyd@gnu.org>
2239
2240 * windows.texi (Basic Windows): Clarify various definitions.
2241 Treat window-normalize-* as internal; don't document them.
2242 (Windows and Frames): Various clarifications, e.g. non-live
2243 windows also belong to frames. Fix window-list description.
2244 Simplify window nesting example.
2245 (Splitting Windows, Window Configurations):
2246 Use split-window-below.
2247
2248 2011-11-04 Eli Zaretskii <eliz@gnu.org>
2249
2250 * windows.texi (Window Sizes): Mention in the doc string that the
2251 return values of `window-body-height' and `window-body-width' are
2252 in frame's canonical units. (Bug#9949)
2253
2254 2011-10-30 Martin Rudalics <rudalics@gmx.at>
2255
2256 * windows.texi (Windows and Frames): Remove "iso-" infix from
2257 documentation of window-iso-combined-p.
2258
2259 2011-10-26 Chong Yidong <cyd@gnu.org>
2260
2261 * modes.texi (Running Hooks): Document with-wrapper-hook.
2262
2263 2011-10-18 Chong Yidong <cyd@gnu.org>
2264
2265 * display.texi (Glyphless Chars): New node.
2266
2267 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
2268
2269 * text.texi (Yanking): Document yank-excluded-properties.
2270
2271 * package.texi (Packaging Basics): The commentary should say how
2272 to begin using the package.
2273
2274 2011-10-11 Martin Rudalics <rudalics@gmx.at>
2275
2276 * windows.texi (Deleting Windows): Mention which window gets
2277 selected when deleting the selected window.
2278
2279 2011-10-09 Martin Rudalics <rudalics@gmx.at>
2280
2281 * buffers.texi (The Buffer List): Describe how bury-buffer deals
2282 with the selected window.
2283 * windows.texi (Buffers and Windows): Reformulate text on how
2284 replace-buffer-in-windows deals with a window.
2285 (Quitting Windows): Describe how quit-window deals with a
2286 standalone frame. Describe new option frame-auto-hide-function.
2287
2288 2011-10-08 Glenn Morris <rgm@gnu.org>
2289
2290 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
2291
2292 * positions.texi (Excursions): Update warning message.
2293
2294 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
2295
2296 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
2297 Fix Emacs manual xref (Bug#9675).
2298
2299 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
2300
2301 * windows.texi (Textual Scrolling): Document scroll-up-command,
2302 scroll-down-command, scroll-error-top-bottom, and the
2303 scroll-command symbol property.
2304 (Display Action Functions): Fix description of
2305 display-buffer-pop-up-window.
2306
2307 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
2308
2309 * windows.texi (Splitting Windows): Fix typos.
2310
2311 2011-09-25 Martin Rudalics <rudalics@gmx.at>
2312
2313 * windows.texi (Windows and Frames, Display Action Functions)
2314 (Switching Buffers): Fix some typos.
2315 (Buffers and Windows): Remove reference to window-auto-delete.
2316 Reword description of replace-buffer-in-windows.
2317 (Window History): Fix some typos and refer to frame local buffer
2318 list.
2319 (Quitting Windows): New node.
2320 (Window Configurations): Add descriptions of window-state-get
2321 and window-state-put.
2322 (Window Parameters): Describe variable ignore-window-parameters.
2323 Sketch some window parameters currently in use.
2324 * elisp.texi (Top): Update node listing.
2325
2326 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
2327
2328 * windows.texi (Display Action Functions)
2329 (Choosing Window Options): New nodes.
2330
2331 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
2332
2333 * windows.texi (Window History): New node. Move text here from
2334 Buffers and Windows.
2335 (Switching Buffers): Rename from Displaying Buffers, since we
2336 don't document display-buffer here; callers changed.
2337 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
2338 switch-to-buffer-other-frame. Delete duplicate
2339 replace-buffer-in-windows doc.
2340 (Choosing Window): Document display actions.
2341
2342 2011-09-24 Eli Zaretskii <eliz@gnu.org>
2343
2344 * display.texi (Forcing Redisplay): Update the description of
2345 redisplay-dont-pause due to change in the default value.
2346
2347 2011-09-23 Martin Rudalics <rudalics@gmx.at>
2348
2349 * frames.texi (Frames and Windows): Move section and rename to
2350 Windows and Frames in windows.texi.
2351 * windows.texi (Windows): Restructure.
2352 (Basic Windows): Rewrite. Explain live and internal windows and
2353 normalization functions.
2354 (Windows and Frames): Move section here from frames.texi.
2355 Describe subwindows, window combinations, window tree, and
2356 corresponding functions including window-list here.
2357 (Window Sizes): Rename section from Size of Window and move it
2358 up in chapter. Describe total and body sizes and the
2359 corresponding functions. Explain new semantics of
2360 window-min-height/-width.
2361 (Resizing Windows): Move section up in chapter. Describe new
2362 resize functions.
2363 (Splitting Windows): Describe new behavior of split-window,
2364 split-window-above-each-other and split-window-side-by-side.
2365 Provide examples. Describe window-nest and window-splits
2366 options.
2367 (Deleting Windows): Minor rewrite.
2368 (Selecting Windows): Minor rewrite.
2369 Describe frame-selected-window and set-frame-selected-window here.
2370 (Cyclic Window Ordering): Minor rewrite.
2371 Describe window-list-1.
2372 (Buffers and Windows): Rewrite. Explain a window's previous and
2373 next buffers and the corresponding functions.
2374 (Window Tree): Merge into Windows and Frames section.
2375 * elisp.texi (Top): Update node listings for frames and windows
2376 sections.
2377
2378 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2379
2380 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
2381
2382 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2383
2384 * errors.texi (Standard Errors): Remove apparent placeholder text
2385 (bug#9491).
2386
2387 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
2388
2389 * frames.texi (Management Parameters): Fix description of
2390 icon-type parameter.
2391
2392 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
2393
2394 * tips.texi (Key Binding Conventions): Don't bind a key sequence
2395 ending in C-g. Suggested by Edward O'Connor.
2396
2397 2011-09-17 Eli Zaretskii <eliz@gnu.org>
2398
2399 * numbers.texi (Integer Basics): Add indexing for
2400 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
2401
2402 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
2403
2404 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
2405
2406 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
2407
2408 * processes.texi (Network Servers): Clarify what the process
2409 buffer is used for (bug#9233).
2410
2411 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
2412
2413 * lists.texi (Building Lists): Fix typo.
2414
2415 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
2416
2417 * display.texi (Basic Faces): New node. Document new faces.
2418
2419 * modes.texi (Major Mode Conventions): Move some text there.
2420 (Mode Help): Remove major-mode var, duplicated in Major Modes.
2421
2422 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
2423
2424 * modes.texi (Basic Major Modes): New node. Callers updated.
2425 (Major Modes): Document fundamental-mode and major-mode.
2426 (Major Mode Basics): Node deleted; text moved to Major Modes.
2427 (Derived Modes): Document derived-mode-p.
2428
2429 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
2430
2431 * files.texi (Changing Files, Create/Delete Dirs): Document new
2432 arguments for delete-file, delete-directory, and copy-directory.
2433 (Visiting Functions): Remove view-file; it is documented in the
2434 Emacs manual.
2435
2436 * frames.texi (Layout Parameters): The defaults for the
2437 menu-bar-lines and tool-bar-lines parameters depend on the mode.
2438
2439 * display.texi (Progress): Document spinner functionality.
2440
2441 * os.texi (Killing Emacs): Note that kill-emacs can be called by
2442 operating system signals. Refer to save-buffers-kill-terminal
2443 instead of save-buffers-kill-emacs.
2444
2445 * objects.texi (Symbol Type): Document ## print representation.
2446
2447 2011-08-25 Eli Zaretskii <eliz@gnu.org>
2448
2449 * display.texi (Specified Space): Mention that `space' specs
2450 influence bidi reordering.
2451 (Bidirectional Display): Explain how to use `(space . PROPS)' for
2452 separating fields with bidirectional content.
2453
2454 2011-08-24 Eli Zaretskii <eliz@gnu.org>
2455
2456 * display.texi (Bidirectional Display): Document return value in
2457 buffers that are not bidi-reordered for display, and in unibyte
2458 buffers.
2459
2460 2011-08-23 Eli Zaretskii <eliz@gnu.org>
2461
2462 * nonascii.texi (Character Properties): Document the values for
2463 unassigned codepoints.
2464
2465 2011-08-18 Eli Zaretskii <eliz@gnu.org>
2466
2467 * nonascii.texi (Character Properties): Document use of
2468 `bidi-class' and `mirroring' properties as part of reordering.
2469 Provide cross-references to "Bidirectional Display".
2470
2471 * display.texi (Bidirectional Display): Document the pitfalls of
2472 concatenating strings with bidirectional content, with possible
2473 solutions. Document bidi-string-mark-left-to-right.
2474 Mention paragraph direction in modes that inherit from prog-mode.
2475 Document use of `bidi-class' and `mirroring' properties as part of
2476 reordering.
2477
2478 2011-08-16 Eli Zaretskii <eliz@gnu.org>
2479
2480 * modes.texi (Major Mode Conventions): Improve the documentation
2481 of `mode-class' `special' modes.
2482
2483 * nonascii.texi (Character Properties): Document the `mirroring'
2484 property. Add index entries.
2485
2486 * syntax.texi (Categories): Add an example of defining a new
2487 category and category table.
2488
2489 * searching.texi (Regexp Backslash): Document how to display
2490 existing categories. Mention the possibility of adding
2491 categories, and add an xref to where this is described. Add an
2492 index entry.
2493
2494 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
2495
2496 * text.texi (Special Properties):
2497 * display.texi (Overlay Properties): Note that mouse-face cannot
2498 change the text size (Bug#8530).
2499
2500 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
2501
2502 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
2503 using setenv instead.
2504
2505 2011-07-28 Eli Zaretskii <eliz@gnu.org>
2506
2507 * display.texi (Bidirectional Display): Document the fact that
2508 bidi-display-reordering is t by default.
2509
2510 2011-07-23 Eli Zaretskii <eliz@gnu.org>
2511
2512 * display.texi (Bidirectional Display): New section.
2513
2514 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2515 Tim Cross <theophilusx@gmail.com> (tiny change)
2516 Glenn Morris <rgm@gnu.org>
2517
2518 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
2519
2520 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
2521
2522 * help.texi (Keys in Documentation): Revert last change.
2523
2524 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2525
2526 * help.texi (Keys in Documentation): Clarify that \= only quotes
2527 the next character, and doesn't affect longer sequences in
2528 particular (bug#8935).
2529
2530 * debugging.texi (Using Debugger):
2531 Mention @code{eval-expression-debug-on-error} (bug#8549).
2532
2533 2011-07-14 Eli Zaretskii <eliz@gnu.org>
2534
2535 * display.texi (Other Display Specs): Document that `left-fringe'
2536 and `right-fringe' display specifications are of the "replacing"
2537 kind.
2538
2539 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2540
2541 * help.texi (Documentation Basics): Add a link to the Function
2542 Documentation node (bug#6580).
2543
2544 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2545
2546 * keymaps.texi (Menu Bar): Mention :visible and :enable
2547 (bug#6344). Text by Drew Adams.
2548
2549 * modes.texi (Running Hooks): Mention buffer-local hook variables
2550 (bug#6218).
2551
2552 * objects.texi (General Escape Syntax): "a with grave accent" is
2553 ?xe0, not ?x8e0 (bug#5259).
2554
2555 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
2556
2557 * display.texi (Face Attributes, Font Selection): Add references
2558 to the Fonts node in the Emacs manual (Bug#4178).
2559
2560 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
2561
2562 * display.texi (Window Systems): `window-system' is
2563 terminal-local.
2564
2565 * frames.texi (Frame Parameters, Parameter Access): Don't mention
2566 frame-local variables.
2567
2568 * variables.texi (Buffer-Local Variables): Don't mention obsolete
2569 frame-local variables.
2570 (Frame-Local Variables): Node deleted.
2571
2572 * elisp.texi (Top): Update node listing.
2573
2574 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2575
2576 * elisp.texi: Change "inferiors" to "subnodes" in three places
2577 (bug#3523).
2578
2579 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
2580
2581 * frames.texi (Window System Selections): Discussion of
2582 x-select-enable-clipboard moved to Emacs manual.
2583
2584 2011-07-11 Deniz Dogan <deniz@dogan.se>
2585
2586 * commands.texi (Prefix Command Arguments): Remove excessive
2587 apostrophe.
2588
2589 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2590
2591 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
2592 description is a string (bug#3313).
2593
2594 * frames.texi (Display Feature Testing): Try to explain what all
2595 the visual classes mean (bug#3042).
2596
2597 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2598
2599 * modes.texi (Mode Line Variables): Document `mode-line-remote'
2600 and `mode-line-client' (bug#2974).
2601
2602 * text.texi (Insertion): Clarify marker movements (bug#1651).
2603 Text from Drew Adams.
2604
2605 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2606
2607 * text.texi (Special Properties): Clarify the format of `face'
2608 (bug#1375).
2609
2610 * commands.texi (Interactive Call): Add a `call-interactively'
2611 example (bug#1010).
2612
2613 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2614
2615 * functions.texi (Calling Functions): Link to the "Interactive
2616 Call" node (bug#1001).
2617
2618 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
2619
2620 * customize.texi (Composite Types): Move alist and plist to here
2621 from Simple Types (Bug#7545).
2622
2623 * elisp.texi (Top): Update menu description.
2624
2625 * display.texi (Face Attributes): Document negative line widths
2626 (Bug#6113).
2627
2628 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2629
2630 * searching.texi (Match Data): Note that match data can be
2631 overwritten by most functions (bug#2499).
2632
2633 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2634
2635 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
2636 flags mean (bug#6659).
2637
2638 * functions.texi (What Is a Function): Document the autoload
2639 object (bug#6496).
2640
2641 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2642
2643 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
2644 is only used in the Customize user interface (bug#6089).
2645
2646 * display.texi (Showing Images): Mention the point of sliced
2647 images (bug#7836).
2648
2649 2011-07-02 Eli Zaretskii <eliz@gnu.org>
2650
2651 * variables.texi (Defining Variables, Void Variables)
2652 (Constant Variables): Fix incorrect usage of @kindex.
2653
2654 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2655
2656 * variables.texi (Defining Variables): Add an index entry for
2657 `set-variable' (bug#7262).
2658 (Defining Variables): Use @findex for functions.
2659
2660 * frames.texi (Basic Parameters): Document the `explicit-name'
2661 parameter (bug#6951).
2662
2663 * customize.texi (Type Keywords): Clarify that :value provides a
2664 default value for all types (bug#7386).
2665
2666 * streams.texi (Output Functions): Document `pp'.
2667
2668 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
2669
2670 * keymaps.texi (Searching Keymaps):
2671 * display.texi (Overlay Properties): Fix errors in 2011-05-29
2672 change. Suggested by Johan Bockgård.
2673
2674 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
2675
2676 * text.texi (Special Properties): Clarify role of font-lock-face.
2677
2678 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2679
2680 * processes.texi (Process Information): Rename `process-alive-p'
2681 to `process-live-p' for consistency with other `-live-p' functions.
2682
2683 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
2684
2685 Document wide integers better.
2686 * files.texi (File Attributes): Document ino_t values better.
2687 ino_t values no longer map to anything larger than a single cons.
2688 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
2689 (Bitwise Operations):
2690 * objects.texi (Integer Type): Use a binary notation that is a bit easier
2691 to read, and that will port better if 62-bits becomes the default.
2692 Fix or remove incorrect examples.
2693 * os.texi (Time Conversion): Document time_t values better.
2694
2695 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2696
2697 * processes.texi (Process Information):
2698 Document `process-alive-p'.
2699
2700 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
2701
2702 * help.texi (Accessing Documentation):
2703 * display.texi (Pixel Specification):
2704 * processes.texi (Serial Ports, Serial Ports):
2705 * nonascii.texi (Character Properties, Default Coding Systems):
2706 * text.texi (Changing Properties, Special Properties):
2707 * windows.texi (Window Start and End):
2708 * modes.texi (SMIE Indentation Example, SMIE Tricks):
2709 * keymaps.texi (Searching Keymaps, Tool Bar):
2710 * minibuf.texi (Basic Completion):
2711 * compile.texi (Eval During Compile):
2712 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
2713 7x9 paper in printed manual.
2714
2715 * lists.texi (Sets And Lists): Fix misplaced text.
2716
2717 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
2718
2719 * keymaps.texi (Remapping Commands): Emphasize that the keymap
2720 needs to be active (Bug#8350).
2721
2722 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
2723
2724 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
2725
2726 * tips.texi (Coding Conventions): Remove antediluvian filename
2727 limit recommendation (Bug#8538).
2728
2729 2011-05-27 Glenn Morris <rgm@gnu.org>
2730
2731 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
2732
2733 2011-05-26 Glenn Morris <rgm@gnu.org>
2734
2735 * variables.texi (File Local Variables):
2736 Update hack-local-variables `mode-only' return value.
2737 Add some more details on what this function does in the other case.
2738
2739 2011-05-19 Glenn Morris <rgm@gnu.org>
2740
2741 * lists.texi (Sets And Lists): Mention cl provides union etc.
2742
2743 2011-05-19 Nix <nix@esperi.org.uk>
2744
2745 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
2746
2747 * text.texi (Parsing HTML): Update for function name changes.
2748
2749 * syntax.texi (Syntax Flags): Small fix.
2750
2751 * keymaps.texi (Active Keymaps): Typo fix.
2752 (Changing Key Bindings): Grammar fix.
2753
2754 * frames.texi (Minibuffers and Frames): Grammar fix.
2755 (Window System Selections): x-select-enable-clipboard now defaults to t.
2756
2757 * customize.texi (Common Keywords):
2758 * display.texi (Abstract Display):
2759 * modes.texi (Auto-Indentation):
2760 * nonascii.texi (Converting Representations): Typo fixes.
2761
2762 * control.texi (Examples of Catch): Call it "goto" not "go to".
2763
2764 2011-05-14 Eli Zaretskii <eliz@gnu.org>
2765
2766 * nonascii.texi (Character Properties): Fix inconsistencies with
2767 implementation.
2768
2769 * text.texi (Special Properties): Move @defvar's out of the
2770 @table. (Bug#8652)
2771
2772 2011-05-12 Glenn Morris <rgm@gnu.org>
2773
2774 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
2775
2776 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2777
2778 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
2779 (Multiline Font Lock):
2780 * vol2.texi (Top):
2781 * vol1.texi (Top):
2782 * elisp.texi (Top): Update menu accordingly.
2783
2784 2011-05-12 Drew Adams <drew.adams@oracle.com>
2785
2786 * modes.texi (Region to Fontify): Fix typo.
2787
2788 2011-05-10 Jim Meyering <meyering@redhat.com>
2789
2790 * minibuf.texi: Fix typo "in in -> in".
2791
2792 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
2793
2794 * numbers.texi (Integer Basics): Large integers are treated as floats.
2795
2796 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2797
2798 * processes.texi (Synchronous Processes): Document the (:file
2799 "/file-name") syntax for `call-process'.
2800
2801 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
2802
2803 * windows.texi (Choosing Window): Fix typo.
2804
2805 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
2806
2807 * frames.texi (Layout Parameters): Note the difference between
2808 querying and setting parameters for left-fringe and right-fringe
2809 (Bug#6930).
2810
2811 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2812
2813 * minibuf.texi (Basic Completion): Be a bit more precise about the
2814 valid kinds of completion tables.
2815 (Programmed Completion): Remove obsolete text about lambda expressions
2816 not being valid completion tables.
2817
2818 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
2819
2820 * positions.texi (Excursions): Explain the "save-excursion
2821 defeated by set-buffer" warning.
2822
2823 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
2824 save-excursion. Suggested by Uday S Reddy.
2825
2826 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2827
2828 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
2829 (Lexical Binding): New sub-section.
2830
2831 * eval.texi (Eval): Discourage the use of `eval'.
2832 Document its new `lexical' argument.
2833
2834 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2835
2836 * commands.texi (Command Overview): `post-command-hook' is not reset to
2837 nil any more.
2838
2839 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2840
2841 * strings.texi (String Conversion): Don't mention
2842 string-make-(uni|multi)byte (bug#8262).
2843 * nonascii.texi (Converting Representations): Fix up range.
2844 * keymaps.texi (Key Binding Commands): Update code point, avoid
2845 "unibyte character" and remove mention of unibyte bindings.
2846
2847 2011-03-10 Eli Zaretskii <eliz@gnu.org>
2848
2849 * modes.texi (Operator Precedence Grammars): Don't use characters
2850 outside ISO-8859-1.
2851
2852 2011-03-09 Eli Zaretskii <eliz@gnu.org>
2853
2854 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
2855
2856 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2857
2858 2011-03-08 Glenn Morris <rgm@gnu.org>
2859
2860 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2861 * intro.texi (Acknowledgements): Names to UTF-8.
2862 * elisp.texi: Set documentencoding.
2863
2864 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2865
2866 * Version 23.3 released.
2867
2868 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
2869
2870 * package.texi: Update index keywords.
2871 (Package Archives): New node contents. Document package-x.el.
2872
2873 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
2874
2875 * makefile.w32-in (srcs): Add package.texi.
2876
2877 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
2878
2879 * package.texi (Packaging, Packaging Basics, Simple Packages)
2880 (Multi-file Packages): Expand and clarify.
2881 (Package Archives): Temporary placeholder node.
2882
2883 * elisp.texi (Top): Update node listing.
2884
2885 * Makefile.in (srcs): Add package.texi.
2886
2887 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
2888
2889 * processes.texi (Synchronous Processes): Minor clarification
2890 (Bug#8149).
2891
2892 2011-03-03 Glenn Morris <rgm@gnu.org>
2893
2894 * files.texi (Truenames): Minor clarification. (Bug#2341)
2895
2896 2011-03-01 Glenn Morris <rgm@gnu.org>
2897
2898 * variables.texi (Directory Local Variables):
2899 Mention `(subdirs . nil)' alist element.
2900
2901 2011-02-28 Glenn Morris <rgm@gnu.org>
2902
2903 * variables.texi (Directory Local Variables): Mention the optional
2904 mtime argument of dir-locals-set-directory-class. (Bug#3577)
2905
2906 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
2907
2908 * minibuf.texi (Minibuffer History): Clarify discussion of
2909 minibuffer history lists (Bug#8085).
2910
2911 2011-02-19 Eli Zaretskii <eliz@gnu.org>
2912
2913 * elisp.texi: Sync @dircategory with ../../info/dir.
2914
2915 * files.texi (Visiting Functions): Document find-file-literally,
2916 both the command and the variable.
2917
2918 * variables.texi (Creating Buffer-Local): Explain the meaning of
2919 permanent local variables.
2920
2921 * files.texi (Visiting Functions): Document find-file-literally,
2922 both the command and the variable.
2923
2924 * variables.texi (Creating Buffer-Local): Explain the meaning of
2925 permanent local variables.
2926
2927 2011-02-19 Glenn Morris <rgm@gnu.org>
2928
2929 * keymaps.texi (Remapping Commands): Mention how to undo it.
2930
2931 2011-02-09 Reuben Thomas <rrt@sc3d.org>
2932
2933 * loading.texi (Hooks for Loading): Remove unnecessary advice
2934 about eval-after-load (Bug#7986).
2935
2936 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
2937
2938 * commands.texi (Accessing Mouse): Note that a header line is not
2939 included in the row of posn-col-row.
2940
2941 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
2942
2943 * modes.texi (Major Mode Conventions): Add face guidelines.
2944 (Faces for Font Lock): List faces in order of prominence.
2945
2946 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
2947
2948 format-time-string now supports subsecond time stamp resolution
2949 * os.texi (Time Parsing): Document %N.
2950
2951 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2952
2953 * vol1.texi (Top):
2954 * vol2.texi (Top):
2955 * elisp.texi (Top):
2956 * display.texi (Display Property): Shorten the menu description of
2957 the "Other Display Specs" node (Bug#7816).
2958
2959 * keymaps.texi (Defining Menus): Add "menu item" and "extended
2960 menu item" concept index entries (Bug#7805).
2961
2962 2011-01-29 Eli Zaretskii <eliz@gnu.org>
2963
2964 * makefile.w32-in (texinfodir): New variable.
2965 (usermanualdir): Remove as redundant with $(emacsdir).
2966 (MAKEINFO): Remove options, leave only program name.
2967 (MAKEINFO_OPTS): New variable.
2968 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
2969
2970 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
2971 Richard Kim <emacs18@gmail.com>
2972
2973 * loading.texi (Library Search): Document list-load-path-shadows
2974 (Bug#7757).
2975
2976 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
2977
2978 * searching.texi (Regexp Special): Remove outdated discussion of
2979 character sets (Bug#7780).
2980
2981 * frames.texi (Pop-Up Menus): Document where menu title comes
2982 from (Bug#7684).
2983
2984 2011-01-25 Glenn Morris <rgm@gnu.org>
2985
2986 * display.texi (Making Buttons): Mention limitation of text buttons.
2987
2988 2011-01-23 Werner Lemberg <wl@gnu.org>
2989
2990 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2991 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2992 (ENVADD): New variable to control texi2dvi and texi2pdf.
2993
2994 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2995
2996 * files.texi (Directory Names): Move directory-abbrev-alist doc to
2997 Emacs manual.
2998
2999 2011-01-15 Eli Zaretskii <eliz@gnu.org>
3000
3001 * files.texi (Directory Names): Explain why FROM in
3002 directory-abbrev-alist should begin with \`. (Bug#7777)
3003
3004 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3005
3006 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
3007
3008 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3009
3010 * modes.texi (Emulating Mode Line): Fix last change.
3011
3012 2011-01-02 Eli Zaretskii <eliz@gnu.org>
3013
3014 * modes.texi (Emulating Mode Line): Update documentation of
3015 format-mode-line according to changes that fixed bug #7587.
3016
3017 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3018
3019 * modes.texi (Derived Modes): Mention prog-mode.
3020
3021 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
3022 of the key-binding-data cache since we don't use it any more.
3023
3024 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3025
3026 * processes.texi (Shell Arguments):
3027 * strings.texi (Creating Strings): Don't mention "shell commands";
3028 make it explicit that `split-string-and-unquote' and
3029 `combine-and-quote-strings' are mainly for working with arguments
3030 to call-process and start-process.
3031
3032 * processes.texi (Shell Arguments): Fix documentation of
3033 `split-string-and-unquote'. Add indexing. (Bug#7563)
3034
3035 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3036
3037 * modes.texi (Auto-Indentation): New section to document SMIE.
3038 (Major Mode Conventions):
3039 * text.texi (Mode-Specific Indent): Refer to it.
3040
3041 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3042
3043 * display.texi (Other Display Specs): Document left-fringe and
3044 right-fringe display specs.
3045
3046 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3047
3048 * backups.texi (Making Backups):
3049 * modes.texi (Example Major Modes): Use recommended coding style.
3050 (Major Mode Basics, Derived Modes): Encourge more strongly use of
3051 define-derived-mode. Mention completion-at-point-functions.
3052
3053 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3054
3055 * nonascii.texi (Converting Representations):
3056 Document byte-to-string.
3057
3058 2010-12-08 Glenn Morris <rgm@gnu.org>
3059
3060 * buffers.texi (Modification Time):
3061 verify-visited-file-modtime now defaults to the current buffer.
3062
3063 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3064
3065 * nonascii.texi (Converting Representations): Document byte-to-string.
3066
3067 * strings.texi (Creating Strings): Don't mention semi-obsolete
3068 function char-to-string.
3069 (String Conversion): Shorten discussion of semi-obsolete function
3070 string-to-char. Link to Converting Representations.
3071
3072 * objects.texi (Symbol Type):
3073 * text.texi (Near Point):
3074 * help.texi (Help Functions):
3075 * functions.texi (Mapping Functions): Use string instead of
3076 char-to-string in examples.
3077
3078 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3079
3080 * text.texi (Kill Functions, Kill Functions)
3081 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
3082 YANK-HANDLER args.
3083
3084 * symbols.texi (Creating Symbols): Using unintern without an
3085 obarray arg is now obsolete.
3086
3087 * numbers.texi (Float Basics): Document float-e and float-pi.
3088
3089 * variables.texi (Defining Variables): Change "pi" example to
3090 "float-pi".
3091
3092 2010-11-26 Eli Zaretskii <eliz@gnu.org>
3093
3094 * commands.texi (Click Events): Document the values of X, Y and
3095 COL, ROW in the event's position, when the click is on the header
3096 or mode line, on the fringes, or in the margins.
3097
3098 2010-11-17 Eli Zaretskii <eliz@gnu.org>
3099
3100 * customize.texi (Composite Types): Lower-case index entry.
3101
3102 * loading.texi (How Programs Do Loading):
3103 Document load-file-name. (Bug#7346)
3104
3105 2010-11-17 Glenn Morris <rgm@gnu.org>
3106
3107 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
3108
3109 2010-11-13 Eli Zaretskii <eliz@gnu.org>
3110
3111 * display.texi (Usual Display): Characters with no fonts are not
3112 necessarily displayed as empty boxes.
3113
3114 2010-10-31 Glenn Morris <rgm@gnu.org>
3115
3116 * maps.texi (Standard Keymaps): Update File menu description.
3117
3118 2010-10-28 Glenn Morris <rgm@gnu.org>
3119
3120 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
3121
3122 2010-10-24 Eli Zaretskii <eliz@gnu.org>
3123
3124 * display.texi (Window Systems): Deprecate use of window-system as
3125 a predicate.
3126
3127 2010-10-23 Glenn Morris <rgm@gnu.org>
3128
3129 * help.texi (Documentation Basics): Remove mentions of digest-doc and
3130 sorted-doc.
3131
3132 2010-10-15 Eli Zaretskii <eliz@gnu.org>
3133
3134 * os.texi (Dynamic Libraries): New node, with slightly modified
3135 text deleted from "Image Formats".
3136 (System Interface): Add @menu entry for "Dynamic Libraries".
3137
3138 * display.texi (Image Formats): Remove description of
3139 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
3140
3141 2010-10-12 Glenn Morris <rgm@gnu.org>
3142
3143 * book-spine.texinfo: Rename to book-spine.texi.
3144
3145 2010-10-11 Glenn Morris <rgm@gnu.org>
3146
3147 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
3148
3149 * Makefile.in (DVIPS): New variable.
3150 (.PHONY): Add html, ps.
3151 (html, elisp.html, ps, elisp.ps): New targets.
3152 (clean): Delete html, ps files.
3153 ($(infodir)/elisp): Remove unnecessary includes.
3154
3155 2010-10-09 Eli Zaretskii <eliz@gnu.org>
3156
3157 * makefile.w32-in (emacsdir): New variable.
3158 (srcs): Add emacsver.texi.
3159 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
3160
3161 2010-10-09 Glenn Morris <rgm@gnu.org>
3162
3163 * Makefile.in (VPATH): Remove.
3164 (infodir): Make it absolute.
3165 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
3166
3167 * Makefile.in (dist): Anchor regexps.
3168
3169 * Makefile.in (srcs): Put elisp.texi first.
3170 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
3171
3172 * Makefile.in (infoclean): Remove harmless, long-standing error.
3173
3174 * Makefile.in ($(infodir)): Delete rule.
3175 (mkinfodir): New.
3176 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
3177
3178 * Makefile.in (dist): Remove reference to emacsver.texi.in.
3179 Also copy emacsver.texi, and edit $emacsdir.
3180
3181 2010-10-09 Glenn Morris <rgm@gnu.org>
3182
3183 * Makefile.in (emacsdir): New variable.
3184 (MAKEINFO): Add -I $emacsdir.
3185 (dist): Copy emacsver.texi.
3186 (srcs): Add emacsver.texi.
3187
3188 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
3189 Set EMACSVER by including emacsver.texi.
3190
3191 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
3192
3193 2010-10-07 Glenn Morris <rgm@gnu.org>
3194
3195 * Makefile.in (version): New, set by configure.
3196 (clean): Delete dist tar file.
3197 (dist): Use version in tar name.
3198
3199 2010-10-06 Glenn Morris <rgm@gnu.org>
3200
3201 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
3202 (INSTALL_INFO): Remove unused variable.
3203 (mostlyclean, infoclean, dist): New rules.
3204 (clean): Delete dvi and pdf files.
3205 (maintainer-clean): Remove elisp.oaux, use infoclean.
3206 ($(infodir)): Add parallel build workaround.
3207
3208 2010-10-04 Glenn Morris <rgm@gnu.org>
3209
3210 * Makefile.in (dvi, pdf, $(infodir)): New targets.
3211 ($(infodir)/elisp): Ensure target directory exists. Use $@.
3212 Fix -I typo.
3213 (clean): No 'make.out' or 'core' files.
3214 (.PHONY): Declare clean rules.
3215 (maintainer-clean): Delete pdf file. Guard against cd failures.
3216
3217 2010-10-03 Glenn Morris <rgm@gnu.org>
3218
3219 * files.texi (File Name Components): Remove ignored section about
3220 deleted variable directory-sep-char.
3221
3222 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
3223
3224 * files.texi (Magic File Names): New defopt
3225 remote-file-name-inhibit-cache.
3226
3227 2010-10-02 Glenn Morris <rgm@gnu.org>
3228
3229 * os.texi (Killing Emacs): Hook now runs in batch mode.
3230
3231 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3232
3233 * text.texi (Special Properties): Clarify when modification-hooks run.
3234
3235 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3236
3237 * syntax.texi (Syntax Flags): Document new `c' flag.
3238
3239 2010-09-09 Glenn Morris <rgm@gnu.org>
3240
3241 * display.texi (ImageMagick Images): General cleanup.
3242
3243 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3244
3245 * files.texi (Directory Names): Use \` rather than ^.
3246
3247 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3248
3249 * text.texi (Low-Level Kill Ring):
3250 * frames.texi (Window System Selections): Remove cut buffer
3251 documentation.
3252
3253 2010-08-28 Eli Zaretskii <eliz@gnu.org>
3254
3255 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
3256 Parameters", where the default fringe width is described.
3257
3258 * frames.texi (Window Frame Parameters, Basic Parameters)
3259 (Position Parameters, Layout Parameters, Management Parameters)
3260 (Cursor Parameters, Font and Color Parameters): Add indexing for
3261 frame parameters. (Bug#6929)
3262
3263 2010-08-25 Tom Tromey <tromey@redhat.com>
3264
3265 * vol2.texi (Top): Update.
3266 * vol1.texi (Top): Update.
3267 * tips.texi (Library Headers): Mention Package-Version and
3268 Package-Requires.
3269 * package.texi: New file.
3270 * os.texi (System Interface): Update pointers.
3271 * elisp.texi (Top): Link to new nodes. Include package.texi.
3272 * anti.texi (Antinews): Update pointers.
3273
3274 2010-08-25 Eli Zaretskii <eliz@gnu.org>
3275
3276 * processes.texi (Filter Functions): Fix last change.
3277
3278 2010-08-24 Markus Triska <triska@gmx.at>
3279
3280 * processes.texi (Filter Functions): Use `buffer-live-p' instead
3281 of `buffer-name' in the main text as well as in the example
3282 (Bug#3098).
3283
3284 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3285
3286 * nonascii.texi (Text Representations):
3287 * loading.texi (Loading Non-ASCII):
3288 * compile.texi (Byte Compilation): Don't mention obsolete
3289 --unibyte command-line argument.
3290
3291 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3292
3293 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
3294
3295 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3296
3297 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
3298
3299 2010-08-20 Eli Zaretskii <eliz@gnu.org>
3300
3301 * commands.texi (Misc Events): Add cross-references to where
3302 POSITION of a mouse event is described in detail.
3303
3304 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
3305
3306 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
3307
3308 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3309
3310 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
3311 Suggested by Štěpán Němec <stepnem@gmail.com>.
3312
3313 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3314
3315 * minibuf.texi (High-Level Completion): Document args of
3316 `read-buffer-function' (bug#5625).
3317
3318 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3319
3320 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
3321
3322 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
3323
3324 * processes.texi (Process Information): Explain process property
3325 `remote-tty'.
3326
3327 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
3328
3329 * modes.texi (Defining Minor Modes): Use C-delete in examples,
3330 instead of "\C-\^?" (bug#6334).
3331
3332 * text.texi (Special Properties): Fix typo.
3333
3334 2010-07-09 Eli Zaretskii <eliz@gnu.org>
3335
3336 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
3337 calling sequences, which are now the standard.
3338
3339 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
3340
3341 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
3342
3343 * commands.texi (Command Overview): Mention undo-boundary call.
3344
3345 2010-06-23 Glenn Morris <rgm@gnu.org>
3346
3347 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
3348 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
3349 * frames.texi, functions.texi, internals.texi, keymaps.texi:
3350 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
3351 * searching.texi, sequences.texi, strings.texi, syntax.texi:
3352 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
3353 Untabify Texinfo files.
3354
3355 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
3356
3357 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
3358
3359 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3360
3361 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
3362
3363 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
3364
3365 * searching.texi (Regexp Special): Remove obsolete information
3366 about matching non-ASCII characters, and suggest using char
3367 classes (Bug#6283).
3368
3369 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
3370
3371 * minibuf.texi (Basic Completion): Add missing "@end defun".
3372
3373 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3374
3375 * minibuf.texi (Basic Completion): Document completion-boundaries.
3376 (Programmed Completion): Document the new fourth method for boundaries.
3377
3378 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
3379
3380 * display.texi (Image Cache): Update documentation about image caching.
3381
3382 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3383
3384 * windows.texi (Textual Scrolling):
3385 * tips.texi (Coding Conventions):
3386 * minibuf.texi (Minibuffer History):
3387 * maps.texi (Standard Keymaps):
3388 * loading.texi (Where Defined):
3389 * edebug.texi (Instrumenting): Fix typos.
3390
3391 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3392
3393 * keymaps.texi (Menu Bar): Document :advertised-binding property.
3394
3395 * functions.texi (Obsolete Functions):
3396 Document set-advertised-calling-convention.
3397
3398 * minibuf.texi (Basic Completion): Document completion-in-region.
3399 (Programmed Completion): Document completion-annotate-function.
3400
3401 * commands.texi (Reading One Event): Document read-key.
3402 (Distinguish Interactive): Document KIND arg to
3403 called-interactively-p. Delete obsolete interactive-p.
3404
3405 * elisp.texi (Top): Update node description.
3406
3407 2010-05-08 Eli Zaretskii <eliz@gnu.org>
3408
3409 * nonascii.texi (Character Properties):
3410 Document unicode-category-table. Add an index entry for Unicode
3411 general category.
3412
3413 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3414
3415 * Version 23.2 released.
3416
3417 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
3418
3419 * locals.texi (Standard Buffer-Local Variables):
3420 Remove @ignore'd reference to `direction-reversed'.
3421
3422 2010-04-14 Juri Linkov <juri@jurta.org>
3423
3424 Fix @deffn without category.
3425
3426 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
3427 for `abbrev-insert'.
3428
3429 * buffers.texi (Indirect Buffers): Add category `Command'
3430 to @deffn of `clone-indirect-buffer'.
3431
3432 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
3433 for `next-window' and `previous-window'. Add category `Command'
3434 to @deffn of `pop-to-buffer'.
3435
3436 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
3437
3438 * nonascii.texi (Text Representations): Don't mark
3439 enable-multibyte-characters as a user option.
3440
3441 2010-03-31 Eli Zaretskii <eliz@gnu.org>
3442
3443 * control.texi (Handling Errors): How to re-throw a signal caught
3444 by condition-case.
3445
3446 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
3447
3448 * loading.texi (Hooks for Loading): Document after-load-functions.
3449 Copyedits.
3450
3451 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
3452
3453 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
3454
3455 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3456
3457 * processes.texi (Network Processes): Document seqpacket type.
3458
3459 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3460
3461 * os.texi (System Environment): Do not mention lynxos.
3462
3463 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3464
3465 * Branch for 23.2.
3466
3467 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
3468
3469 * objects.texi (Integer Type): Take note of the read syntax
3470 exception for numbers that cannot fit in the integer type.
3471
3472 2010-03-03 Glenn Morris <rgm@gnu.org>
3473
3474 * numbers.texi (Integer Basics, Bitwise Operations):
3475 * objects.texi (Integer Type): Update for integers now being 30-bit.
3476
3477 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
3478
3479 * display.texi (Low-Level Font): Document :otf font-spec property.
3480
3481 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3482
3483 * display.texi (Line Height): Avoid obsolete special default variables
3484 like default-major-mode.
3485
3486 2010-01-28 Alan Mackenzie <acm@muc.de>
3487
3488 * display.texi (Auto Faces): Say fontification-functions is called
3489 whether or not Font Lock is enabled. Tidy up the wording a bit.
3490
3491 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3492
3493 * elisp.texi: Remove duplicate edition information (Bug#5407).
3494
3495 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3496
3497 * two.el (volume-header-toc-markup): Fix typos in docstring.
3498
3499 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3500
3501 Avoid dubious uses of save-excursions.
3502 * positions.texi (Excursions): Recommend the use of
3503 save-current-buffer if applicable.
3504 * text.texi (Clickable Text): Fix the example code which used
3505 save-excursion in a naive way which sometimes preserves point and
3506 sometimes not.
3507 * variables.texi (Creating Buffer-Local):
3508 * os.texi (Session Management):
3509 * display.texi (GIF Images):
3510 * control.texi (Cleanups): Use (save|with)-current-buffer.
3511
3512 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3513
3514 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
3515
3516 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3517
3518 * nonascii.texi (Text Representations, Character Codes)
3519 (Converting Representations, Explicit Encoding)
3520 (Translation of Characters): Use hex notation consistently.
3521 (Character Sets): Fix map-charset-chars doc (Bug#5197).
3522
3523 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3524
3525 * loading.texi (Where Defined): Make it clearer that these are
3526 loaded files (Bug#5068).
3527
3528 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
3529
3530 * minibuf.texi (Completion Styles): Document `initials' style.
3531
3532 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
3533
3534 * frames.texi (Resources): Describe inhibit-x-resources.
3535 (Size Parameters): Copyedit.
3536
3537 * hash.texi (Creating Hash):
3538 * objects.texi (Hash Table Type): Document the new hash table
3539 printed representation.
3540
3541 * minibuf.texi (Basic Completion): 4th arg to all-completions is
3542 obsolete.
3543
3544 * processes.texi (Process Buffers):
3545 Document process-kill-buffer-query-function.
3546
3547 2009-12-05 Glenn Morris <rgm@gnu.org>
3548
3549 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
3550 diary-display-function, and no longer recommended to be a hook.
3551 Update for changes in the names of calendar and diary hooks.
3552 diary-print-entries-hook has changed section.
3553
3554 2009-11-28 Eli Zaretskii <eliz@gnu.org>
3555
3556 * text.texi (Special Properties): More accurate description of
3557 what the `cursor' property does.
3558
3559 2009-11-26 Kevin Ryde <user42@zip.com.au>
3560
3561 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
3562 mouse-wheel-down-event, the closest thing to a definition for them.
3563 * os.texi (Startup Summary): vindex inhibit-startup-message and
3564 inhibit-splash-screen.
3565 (Command-Line Arguments): vindex argv.
3566 (Suspending Emacs): vindex suspend-tty-functions and
3567 resume-tty-functions. Don't want to index every hook, but having
3568 the programming ones is helpful.
3569
3570 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3571
3572 * commands.texi (Motion Events): Fix typo (Bug#4907).
3573
3574 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3575
3576 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
3577 are affected by case-fold-search (Bug#4483).
3578
3579 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
3580
3581 * minibuf.texi (Reading File Names): Note that read-file-name may
3582 use a graphical file dialog.
3583
3584 2009-10-31 Glenn Morris <rgm@gnu.org>
3585
3586 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
3587
3588 2009-10-16 Kevin Ryde <user42@zip.com.au>
3589
3590 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
3591 in particular so `info-lookup-symbol' can find its docs.
3592
3593 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
3594
3595 * variables.texi (Constant Variables): Distinguish from defconst
3596 variables.
3597 (Defining Variables): Add cindex.
3598
3599 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
3600
3601 * os.texi (Time of Day): Clarify that the microsecond part is
3602 ignored (Bug#4637).
3603
3604 2009-10-11 Glenn Morris <rgm@gnu.org>
3605
3606 * frames.texi (Size and Position): Clarify what is included in the frame
3607 height. (Bug#4535)
3608
3609 2009-10-10 Glenn Morris <rgm@gnu.org>
3610
3611 * windows.texi (Size of Window): The relationship between window and
3612 frame heights is not so simple. (Bug#4535)
3613 Mention window-full-height-p.
3614
3615 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3616
3617 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
3618 used from Lisp.
3619
3620 2009-10-07 Eli Zaretskii <eliz@gnu.org>
3621
3622 * files.texi (Directory Names) <abbreviate-file-name>:
3623 Document that root home directories are not replaced with "~".
3624
3625 2009-10-06 Eli Zaretskii <eliz@gnu.org>
3626
3627 * text.texi (Special Properties): Document the meaning of the
3628 `cursor' text property whose value is an integer.
3629
3630 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3631
3632 * files.texi (Magic File Names): Add `copy-directory'.
3633
3634 2009-10-05 Eli Zaretskii <eliz@gnu.org>
3635
3636 * files.texi (File Attributes): Fix description of file
3637 attributes. (Bug#4638) Update attributes of files.texi example to
3638 be more representative.
3639
3640 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3641
3642 * files.texi (Create/Delete Dirs): New command copy-directory.
3643
3644 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3645
3646 * anti.texi (Antinews):
3647 * macros.texi (Indenting Macros):
3648 * strings.texi (Creating Strings, Case Conversion):
3649 Remove duplicate words.
3650
3651 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
3652
3653 * files.texi (Create/Delete Dirs): delete-directory has an
3654 optional parameter RECURSIVE.
3655
3656 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3657
3658 * buffers.texi (Swapping Text): Minor clarification.
3659
3660 2009-10-01 Glenn Morris <rgm@gnu.org>
3661
3662 * functions.texi (Declaring Functions): Mention that we also search for
3663 ".m" files in the src/ directory.
3664
3665 2009-09-25 David Engster <deng@randomsample.de>
3666
3667 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
3668
3669 2009-09-22 Glenn Morris <rgm@gnu.org>
3670
3671 * internals.texi (Building Emacs): Mention preloaded-file-list.
3672
3673 2009-09-14 Alan Mackenzie <acm@muc.de>
3674
3675 * os.texi (Terminal Output): Put "@code{}" around "stdout".
3676
3677 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
3678
3679 * functions.texi (Anonymous Functions): Rearrange discussion,
3680 giving usage of unquoted lambda forms first. Mention that
3681 `function' and `#'' are no longer required (Bug#4290).
3682
3683 2009-09-11 Alan Mackenzie <acm@muc.de>
3684
3685 * os.texi (Terminal Output): Document `send-string-to-terminal' in
3686 batch mode.
3687
3688 2009-09-01 Glenn Morris <rgm@gnu.org>
3689
3690 * display.texi (Face Functions): Mention define-obsolete-face-alias.
3691
3692 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
3693
3694 * nonascii.texi (Character Codes): Fix typos.
3695
3696 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
3697
3698 * processes.texi (Synchronous Processes): New defvar
3699 process-file-side-effects.
3700
3701 2009-08-25 Glenn Morris <rgm@gnu.org>
3702
3703 * display.texi (Fontsets): Fix typo.
3704
3705 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
3706
3707 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3708
3709 * processes.texi (Asynchronous Processes): Adjust arglist of
3710 start-process-shell-command and start-file-process-shell-command.
3711
3712 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
3713
3714 * advice.texi (Argument Access in Advice): Note that argument
3715 positions are zero-based (Bug#3932).
3716
3717 * commands.texi (Distinguish Interactive): Minor copyedit.
3718
3719 * display.texi (Face Attributes): Add xref to Displaying Faces for
3720 explanation of "underlying face".
3721
3722 * customize.texi (Common Keywords): Add xref to Loading.
3723
3724 * loading.texi (How Programs Do Loading): Add xref to Lisp
3725 Libraries node in the Emacs manual.
3726
3727 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
3728
3729 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
3730
3731 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
3732
3733 * processes.texi (Shell Arguments): Copyedits.
3734
3735 2009-07-18 Glenn Morris <rgm@gnu.org>
3736
3737 * loading.texi (Repeated Loading): Fix typo.
3738
3739 2009-07-16 Richard Stallman <rms@gnu.org>
3740
3741 * buffers.texi (Swapping Text): Recommend setting
3742 write-region-annotate-functions and buffer-saved-size.
3743
3744 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
3745
3746 2009-07-15 Glenn Morris <rgm@gnu.org>
3747
3748 * edebug.texi: Minor re-phrasings throughout.
3749 (Edebug Execution Modes): Sit-for affects continue mode too.
3750 (Jumping): Use `forward-sexp' rather than its keybinding.
3751 (Edebug Misc): Fix Q binding.
3752 (Edebug Eval): Remove cl version.
3753 (Printing in Edebug): Clarify print-length etc.
3754 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
3755 (Specification List): Remove edebug-unwrap findex entry.
3756 (Specification Examples): defmacro is actually not the same as defun.
3757 Escape "`" in example.
3758
3759 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
3760
3761 * markers.texi (The Mark): Document optional arg to
3762 deactivate-mark.
3763
3764 2009-07-11 Kevin Ryde <user42@zip.com.au>
3765
3766 * hooks.texi (Standard Hooks): Fix cross-references.
3767
3768 * loading.texi (Named Features): Refer to eval-after-load.
3769
3770 2009-07-11 Glenn Morris <rgm@gnu.org>
3771
3772 * Makefile.in (TEXI2PDF): New.
3773 (elisp.pdf): New target.
3774
3775 * searching.texi (Regexp Backslash): Fix typo.
3776
3777 * elisp.texi (Top): Display copyright notice at start of non-TeX.
3778
3779 2009-07-10 Glenn Morris <rgm@gnu.org>
3780
3781 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
3782
3783 * customize.texi (Customization Types):
3784 * display.texi (Abstract Display):
3785 * objects.texi (Character Type, String Type):
3786 Merge in some menu descriptions from elisp.texi.
3787
3788 * hash.texi (Hash Tables):
3789 * modes.texi (Multiline Font Lock):
3790 End menu description with period.
3791
3792 2009-07-09 Glenn Morris <rgm@gnu.org>
3793
3794 * back.texi: Don't hard-code texinfo location.
3795
3796 * two-volume.make (texinfodir): New, with location of texinfo.tex.
3797 (tex): Add texinfodir to TEXINPUTS.
3798 (elisp1med-init, elisp2med-init): Use texinfodir.
3799
3800 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
3801 (clean): Add two-volume.make intermediate files.
3802
3803 * elisp.texi, vol1.texi, vol2.texi:
3804 Use a DATE variable with the publication date, and update it.
3805 Fix antinews menu description.
3806
3807 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
3808 Update the detailed node listing to match elisp.texi.
3809
3810 * README: Update edition to match elisp.texi.
3811
3812 * objects.texi (General Escape Syntax):
3813 * nonascii.texi (Character Sets):
3814 Use consistent case for "Unicode Standard".
3815
3816 * anti.texi (Antinews):
3817 * customize.texi (Variable Definitions):
3818 * functions.texi (Declaring Functions):
3819 * nonascii.texi (Character Properties):
3820 * processes.texi (Serial Ports):
3821 * text.texi (Special Properties):
3822 * tips.texi (Coding Conventions):
3823 Minor rearrangements to improve TeX line-filling.
3824
3825 * commands.texi (Using Interactive): Fix cross-reference.
3826
3827 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3828
3829 * frames.texi (Management Parameters): Mention sticky.
3830
3831 2009-07-01 Andreas Schwab <aschwab@redhat.com>
3832
3833 * help.texi (Help Functions): Fix description of help-buffer and
3834 help-setup-xref to use @defun instead of @deffn.
3835
3836 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3837
3838 * frames.texi (Size Parameters): Mention maximized for fullscreen.
3839
3840 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
3841
3842 * display.texi (Window Systems): Add ns to the list.
3843
3844 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3845
3846 * Branch for 23.1.
3847
3848 2009-06-17 Martin Rudalics <rudalics@gmx.at>
3849
3850 * windows.texi (Dedicated Windows): Fix typo.
3851 (Resizing Windows): Replace @defun by @deffn.
3852
3853 2009-06-17 Glenn Morris <rgm@gnu.org>
3854
3855 * variables.texi (Directory Local Variables):
3856 Update for 2009-04-11 name-change of dir-locals-directory-alist.
3857
3858 2009-06-09 Kenichi Handa <handa@m17n.org>
3859
3860 * nonascii.texi (Character Sets): State clearly that FROM and TO
3861 are codepoints of CHARSET.
3862
3863 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
3864
3865 * minibuf.texi (Reading File Names): Fix introductory text.
3866 Suggested by stan@derbycityprints.com.
3867 (High-Level Completion): Fix typo.
3868
3869 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
3870
3871 * frames.texi (Text Terminal Colors): Multi-tty is already
3872 implemented, but tty-local colors are not.
3873
3874 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
3875
3876 * hooks.texi (Standard Hooks): Remove mention of obsolete
3877 redisplay-end-trigger-functions.
3878
3879 * internals.texi (Window Internals): Remove mention of obsolete
3880 redisplay-end-trigger-functions.
3881
3882 2009-05-21 Martin Rudalics <rudalics@gmx.at>
3883
3884 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
3885
3886 * backups.texi (Making Backups): backup-directory-alist and
3887 make-backup-file-name-function are options.
3888 (Auto-Saving): auto-save-list-file-prefix is an option.
3889
3890 * buffers.texi (Killing Buffers): buffer-offer-save is an
3891 option.
3892
3893 * display.texi (Refresh Screen): no-redraw-on-reenter is an
3894 option.
3895 (Echo Area Customization): echo-keystrokes is an option.
3896 (Selective Display): selective-display-ellipses is an option.
3897 (Temporary Displays): temp-buffer-show-function is an option.
3898 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
3899 are options.
3900 (Font Selection): face-font-family-alternatives,
3901 face-font-selection-order, face-font-registry-alternatives, and
3902 scalable-fonts-allowed are options.
3903 (Fringe Indicators): indicate-buffer-boundaries is an option.
3904 (Fringe Cursors): overflow-newline-into-fringe is an option.
3905 (Scroll Bars): scroll-bar-mode is an option.
3906
3907 * eval.texi (Eval): max-lisp-eval-depth is an option.
3908
3909 * files.texi (Visiting Functions): find-file-hook is an option.
3910 (Directory Names): directory-abbrev-alist is an option.
3911 (Unique File Names): temporary-file-directory and
3912 small-temporary-file-directory are options.
3913
3914 * frames.texi (Initial Parameters): initial-frame-alist,
3915 minibuffer-frame-alist and default-frame-alist are options.
3916 (Cursor Parameters): blink-cursor-alist and
3917 cursor-in-non-selected-windows ar options.
3918 (Window System Selections): selection-coding-system is an
3919 option.
3920 (Display Feature Testing): display-mm-dimensions-alist is an
3921 option.
3922
3923 * help.texi (Help Functions): help-char and help-event-list are
3924 options.
3925
3926 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
3927 an option.
3928
3929 * minibuf.texi (Minibuffer History): history-length and
3930 history-delete-duplicates are options.
3931 (High-Level Completion): read-buffer-function and
3932 read-buffer-completion-ignore-case are options.
3933 (Reading File Names): read-file-name-completion-ignore-case is
3934 an option.
3935
3936 * modes.texi (Mode Line Top): mode-line-format is an option.
3937 (Mode Line Variables): mode-line-position and mode-line-modes
3938 are options.
3939
3940 * nonascii.texi (Text Representations):
3941 enable-multibyte-characters is an option.
3942 (Default Coding Systems): auto-coding-regexp-alist,
3943 file-coding-system-alist, auto-coding-alist and
3944 auto-coding-functions are options.
3945 (Specifying Coding Systems): inhibit-eol-conversion is an
3946 option.
3947
3948 * os.texi (Init File): site-run-file is an option.
3949 (System Environment): mail-host-address is an option.
3950 (User Identification): user-mail-address is an option.
3951 (Terminal Output): baud-rate is an option.
3952
3953 * positions.texi (Word Motion): words-include-escapes is an
3954 option.
3955
3956 * searching.texi (Standard Regexps): page-delimiter,
3957 paragraph-separate, paragraph-separate and sentence-end are
3958 options.
3959
3960 * text.texi (Margins): left-margin and fill-nobreak-predicate
3961 are options.
3962
3963 * variables.texi (Local Variables): max-specpdl-size is an
3964 option.
3965
3966 * windows.texi (Choosing Window):
3967 split-window-preferred-function, special-display-function and
3968 display-buffer-function are options.
3969
3970 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
3971
3972 Fix errors spotted by Martin Rudalics.
3973
3974 * syntax.texi (Position Parse): Document rationale for ignored
3975 arguments to syntax-ppss-flush-cache.
3976
3977 * processes.texi (Input to Processes): Mark PROCESS arg to
3978 process-running-child-p as optional.
3979 (Network Options): Document NO-ERROR arg to
3980 set-network-process-option.
3981
3982 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
3983 command.
3984
3985 * searching.texi (POSIX Regexps): Mark posix-search-forward and
3986 posix-search-backward as commands.
3987
3988 * os.texi (Killing Emacs): Mark kill-emacs as a command.
3989 (Suspending Emacs): Mark suspend-emacs as a command.
3990 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
3991 commands.
3992 (Terminal Output): Remove obsolete function baud-rate.
3993 Document TERMINAL arg for send-string-to-terminal.
3994
3995 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
3996 terminal-coding-system and set-terminal-coding-system.
3997 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
3998 as optional.
3999 (Character Sets): Document RESTRICTION arg of char-charset.
4000 (Character Codes): Mark POS argument to get-byte as optional.
4001
4002 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
4003 minibuffer-message.
4004
4005 * files.texi (Create/Delete Dirs): Mark make-directory and
4006 delete-directory as commands.
4007
4008 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
4009
4010 * text.texi (Base 64): Mark base64-decode-string and
4011 base64-encode-string as commands.
4012 (Columns): Mark move-to-column as a command.
4013 (Mode-Specific Indent): Document RIGID arg to
4014 indent-for-tab-command.
4015 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
4016 Mark indent-code-rigidly as a command.
4017 (Substitution): Mark translate-region as a command.
4018
4019 * frames.texi (Size and Position): Remove obsolete functions
4020 screen-height and screen-width.
4021
4022 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
4023
4024 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
4025 (Displaying Buffers, Resizing Windows): Correct mistakes;
4026 next-window, previous-window, and pop-to-buffer are not commands,
4027 and fit-window-to-buffer" is a command. (Pointed out by Martin
4028 Rudalics.)
4029
4030 2009-05-17 Richard M Stallman <rms@gnu.org>
4031
4032 * modes.texi (Precalculated Fontification): Clarify text.
4033
4034 2009-05-17 Martin Rudalics <rudalics@gmx.at>
4035
4036 * windows.texi (Selecting Windows): Clarify descriptions of
4037 with-selected-window and get-lru-window.
4038 (Cyclic Window Ordering): Refer to particular frame when talking
4039 about how splitting affects the ordering.
4040 (Displaying Buffers): Fix descriptions of switch-to-buffer and
4041 switch-to-buffer-other-window. Explain how setting of
4042 display-buffer-reuse-frames affects pop-to-buffer.
4043 (Choosing Window): Clarify some details in descriptions of
4044 display-buffer-reuse-frames, pop-up-frames, and
4045 pop-up-frame-function.
4046 (Dedicated Windows): Clarify some details.
4047 (Textual Scrolling): Replace term vscroll by term vertical
4048 scroll position.
4049 (Vertical Scrolling): Fix typo.
4050 (Window Hooks): Relate text on jit-lock-register to window
4051 scrolling and size changes.
4052
4053 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
4054
4055 * frames.texi (Initial Parameters): Clarify what the initial
4056 minibuffer frame is.
4057 (Buffer Parameters): Note that the minibuffer parameter can not be
4058 altered.
4059
4060 * anti.texi (Antinews): Copyedits. Rearrange some entries.
4061 Document display-buffer changes.
4062
4063 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
4064
4065 * anti.texi (Antinews): Rewrite for Emacs 22.
4066
4067 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
4068 obarrays are first mentioned. Define "system abbrev" more
4069 prominently, and add it to the index.
4070 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
4071 Copyedits.
4072 (Abbrev Expansion): Document abbrev-insert.
4073
4074 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
4075
4076 * frames.texi (Font and Color Parameters): Rename from Color
4077 Parameters. Document font-backend parameter.
4078
4079 * vol2.texi (Top): Update node listing.
4080 * vol1.texi (Top): Update node listing.
4081 * elisp.texi (Top): Update node listing.
4082
4083 2009-05-11 Martin Rudalics <rudalics@gmx.at>
4084
4085 * windows.texi (Choosing Window): Don't explicitly refer to
4086 split-window-sensibly's window argument in descriptions of
4087 split-height-threshold and split-width-threshold.
4088
4089 2009-05-10 Martin Rudalics <rudalics@gmx.at>
4090
4091 * windows.texi (Choosing Window): Fix rewrite of window
4092 splitting section.
4093
4094 2009-05-09 Eli Zaretskii <eliz@gnu.org>
4095
4096 * nonascii.texi (Default Coding Systems):
4097 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
4098 Add indexing.
4099 (Lisp and Coding Systems): Add index entries.
4100
4101 2009-05-09 Martin Rudalics <rudalics@gmx.at>
4102
4103 * windows.texi (Choosing Window): Describe split-window-sensibly
4104 and rewrite section on window splitting accordingly.
4105 (Textual Scrolling): Replace `...' by @code{...}.
4106
4107 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
4108
4109 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
4110 Remove obsoleted pre-abbrev-expand-hook.
4111
4112 * locals.texi (Standard Buffer-Local Variables): Consolidate table
4113 entries.
4114
4115 * internals.texi (Object Internals): Don't assume 32-bit machines
4116 are the norm.
4117 (Buffer Internals): Consolidate table entries for readability.
4118 (Window Internals): Synch field names to window.h.
4119 (Process Internals): Synch field names to process.h.
4120
4121 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
4122
4123 * variables.texi (File Local Variables): Note that read-circle is
4124 bound to nil when reading file-local variables.
4125
4126 * streams.texi (Input Functions): Document read-circle.
4127 (Output Variables): Add xref to Circular Objects.
4128
4129 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
4130
4131 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
4132 Features and Coding System Basics. Node that "p" stands for
4133 "predicate". Recommend utf-8-emacs instead of emacs-mule.
4134 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
4135 mouse-appearance-menu.
4136 (Programming Tips): Add xref to Progress.
4137
4138 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
4139
4140 * os.texi (Command-Line Arguments):
4141 Document command-line-args-left.
4142 (Suspending Emacs): Adapt text to multi-tty case. Document use of
4143 terminal objects for tty arguments.
4144 (Startup Summary): Add xref to Session Management.
4145 (Session Management): Mention emacs-session-restore. Copyedits.
4146
4147 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * os.texi (Startup Summary): Copyedits. The init file is not
4150 necessarily named .emacs now. Document initial-buffer-choice and
4151 initial-scratch-message. Note where Emacs exits in batch mode.
4152 Document inhibit-splash-screen as an alias.
4153 (Init File): Be neutral about which init file name to use.
4154
4155 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
4156
4157 * os.texi (System Interface): Fix Texinfo usage.
4158
4159 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
4160
4161 * searching.texi (Regexp Backslash): Also refer to shy groups as
4162 non-capturing or unnumbered groups.
4163 (Regexp Functions): Add cross-reference to Regexp Backslash.
4164
4165 * display.texi (Truncation): Overlays can use line-prefix and
4166 wrap-prefix too.
4167 (Overlay Properties): Document wrap-prefix and line-prefix.
4168 (Face Attributes): Document underline-minimum-offset.
4169 (Face Remapping): Copyedits.
4170 (Low-Level Font): Copyedits.
4171 (Image Cache): Note that the image cache is shared between frames.
4172 (Line Height): Emphasize that line-spacing only takes effect on
4173 graphical terminals.
4174
4175 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
4176
4177 * display.texi (Refresh Screen): Note that a passage about screen
4178 refreshing is text terminal only.
4179 (Forcing Redisplay): Delete misleading comment---sit-for calls
4180 redisplay, not the other way around.
4181 (Truncation): Note new values of truncate-partial-width-windows.
4182 Copyedits.
4183 (Invisible Text): Document invisible-p.
4184
4185 2009-04-11 Eli Zaretskii <eliz@gnu.org>
4186
4187 * display.texi (Overlays): Overlays don't scale well. See
4188 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
4189
4190 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
4191
4192 * syntax.texi (Syntax Table Functions): Document cons cell
4193 argument for modify-syntax-entry.
4194 (Categories): Document cons cell argument for
4195 modify-category-entry.
4196
4197 * searching.texi (String Search): Document word-search-forward-lax
4198 and word-search-backward-lax.
4199 (Searching and Case): Describe isearch behavior more precisely.
4200
4201 * keymaps.texi (Tool Bar): Mention that some platforms do not
4202 support multi-line toolbars. Suggested by Stephen Eglen.
4203
4204 * frames.texi (Layout Parameters): Mention that Nextstep also
4205 allows only one tool-bar line. Suggested by Stephen Eglen.
4206
4207 * nonascii.texi (Text Representations): Copyedits.
4208 (Coding System Basics): Also mention utf-8-emacs.
4209 (Converting Representations, Selecting a Representation)
4210 (Scanning Charsets, Translation of Characters, Encoding and I/O):
4211 Copyedits.
4212 (Character Codes): Mention role of codepoints 1114112 to 4194175.
4213
4214 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
4215
4216 * text.texi (Yank Commands): Note that yank uses push-mark.
4217 (Filling): Clarify REGION argument of fill-paragraph.
4218 Document fill-forward-paragraph-function.
4219 (Special Properties): Remove "new in Emacs 22" declaration.
4220 (Clickable Text): Merge with Links and Mouse-1 node.
4221
4222 * display.texi (Button Properties, Button Buffer Commands):
4223 Change xref to Clickable Text.
4224
4225 * tips.texi (Key Binding Conventions): Change xref to Clickable
4226 Text.
4227
4228 * elisp.texi (Top): Update node listing.
4229
4230 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
4231
4232 * markers.texi (The Mark): Copyedits. Improve description of
4233 handle-shift-selection.
4234 (The Region): Move use-region-p here from The Mark.
4235
4236 * positions.texi (Screen Lines): Document (cols . lines) argument
4237 for vertical-motion.
4238
4239 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
4240
4241 * frames.texi (Frames): Clean up introduction. Document `ns'
4242 return value for framep.
4243 (Creating Frames): Note how the terminal is chosen.
4244 (Multiple Terminals, Multiple Displays): Merge into a single node.
4245 (Color Parameters): Fix typo.
4246
4247 * variables.texi (Local Variables, Buffer-Local Variables)
4248 (Creating Buffer-Local): Change link to Multiple Terminals.
4249
4250 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
4251
4252 * keymaps.texi (Controlling Active Maps): Change link to Multiple
4253 Terminals.
4254
4255 * commands.texi (Command Loop Info, Keyboard Macros): Change link
4256 to Multiple Terminals.
4257
4258 * elisp.texi (Top): Update node listing.
4259 * vol2.texi (Top): Update node listing.
4260 * vol1.texi (Top): Update node listing.
4261
4262 * buffers.texi (Current Buffer): Note that the append-to-buffer
4263 example is no longer in synch with the latest code. Tie the two
4264 examples together.
4265
4266 * files.texi (File Attributes): Move note about MS-DOS from
4267 Changing Files to File Attributes.
4268 (Create/Delete Dirs): Note that mkdir is an alias for this.
4269
4270 2009-04-01 Markus Triska <triska@gmx.at>
4271
4272 * processes.texi (Filter Functions): Suggest how to handle output
4273 batches.
4274
4275 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
4276
4277 * help.texi (Accessing Documentation): Update example to use
4278 help-setup-xref and with-help-window.
4279 (Help Functions): Remove print-help-return-message, which is
4280 semi-obsolete due to with-help-window. Document help-buffer and
4281 help-setup-xref.
4282
4283 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
4284
4285 * help.texi (Accessing Documentation, Help Functions):
4286 Remove information about long-obsolete Emacs versions.
4287
4288 * modes.texi (Mode Line Variables): The default values of the mode
4289 line variables are now more complicated.
4290
4291 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
4292
4293 * modes.texi (Major Mode Conventions): Note that specialness is
4294 inherited.
4295 (Derived Modes): Note that define-derive-mode sets the mode-class
4296 property.
4297
4298 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
4299 goto-map. Add search-map to the list.
4300
4301 2009-03-27 Eli Zaretskii <eliz@gnu.org>
4302
4303 * os.texi (System Environment): Update the list of system-type
4304 values.
4305
4306 * markers.texi (The Mark) <handle-shift-selection>: Update for
4307 removal of the optional argument DEACTIVATE.
4308
4309 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
4310
4311 * commands.texi (Focus Events): Most X window managers don't use
4312 focus-follows-mouse nowadays.
4313
4314 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
4315
4316 * commands.texi (Defining Commands): Clarify introduction.
4317 (Using Interactive): Not that interactive can be put in a symbol
4318 property.
4319 (Interactive Call): Note that a symbol with a non-nil
4320 interactive-form property satisfies commandp.
4321
4322 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
4323
4324 * minibuf.texi (Intro to Minibuffers): Fix typos.
4325
4326 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
4327
4328 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
4329 about minibuffers in old Emacs versions. Copyedits.
4330 Emphasize that enable-recursive-minibuffers defaults to nil.
4331 (Text from Minibuffer): Simplify introduction.
4332
4333 2009-03-22 Alan Mackenzie <acm@muc.de>
4334
4335 * commands.texi (Using Interactive): Clarify string argument to
4336 `interactive' - even promptless elements need \n separators.
4337
4338 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
4339
4340 * minibuf.texi (Completion Styles): New node.
4341
4342 * elisp.texi (Top): Update node listing.
4343
4344 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
4345
4346 * minibuf.texi (Basic Completion): Note that
4347 read-file-name-completion-ignore-case and
4348 read-buffer-completion-ignore-case can override
4349 completion-ignore-case.
4350 (Minibuffer Completion): Document completing-read changes.
4351 (Completion Commands): Avoid mentioning partial completion mode.
4352 Document minibuffer-completion-confirm changes, and
4353 minibuffer-confirm-exit-commands.
4354 (High-Level Completion): Document new require-match behavior for
4355 read-buffer. Document read-buffer-completion-ignore-case.
4356 (Reading File Names): Document new require-match behavior for
4357 read-file-name.
4358
4359 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
4360
4361 * debugging.texi (Error Debugging): Don't mislead the reader into
4362 thinking that debug-on-error enters debugger for C-f at EOB.
4363 (Error Debugging): Setting debug-on-init within the init file
4364 works, and has for some time.
4365
4366 2009-03-13 Kenichi Handa <handa@m17n.org>
4367
4368 * display.texi (Fontsets): Update the description.
4369
4370 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
4371
4372 * advice.texi (Advising Primitives): Link to What Is a Function.
4373
4374 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
4375
4376 * compile.texi (Speed of Byte-Code): Update example.
4377 (Disassembly): Update examples.
4378
4379 * loading.texi (Repeated Loading): Simplify examples.
4380
4381 * customize.texi (Common Keywords): It's not necessary to use :tag
4382 to remove hyphens, as custom-unlispify-tag-name does it
4383 automatically.
4384 (Variable Definitions): Link to File Local Variables.
4385 Document customized-value symbol property.
4386 (Customization Types): Move menu to end of node.
4387
4388 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
4389
4390 * macros.texi (Compiling Macros): Omit misleading sentence, which
4391 implied that macros can only be used in the same file they are
4392 defined.
4393 (Backquote): Remove obsolete information about Emacs 19.
4394
4395 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
4396
4397 * display.texi (Display Margins): Fix paren typo.
4398
4399 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
4400
4401 * elisp.texi (Top): Update node listing.
4402
4403 * variables.texi (Variables): Clarify introduction.
4404 (Global Variables): Mention that setq is a special form.
4405 (Local Variables): Use active voice.
4406 (Tips for Defining): Mention marking variables as safe.
4407 (Buffer-Local Variables): Mention terminal-local and frame-local
4408 variables together.
4409 (File Local Variables): Copyedits.
4410 (Frame-Local Variables): Note that they are not really useful.
4411 (Future Local Variables): Node deleted.
4412
4413 * objects.texi (General Escape Syntax): Update explanation of
4414 Unicode escape syntax.
4415
4416 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
4417
4418 * control.texi (Control Structures): Add cindex entry for "textual
4419 order".
4420
4421 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
4422 instead of "expression" throughout.
4423 (Function Indirection): Copyedits. Use active voice.
4424 (Eval): The default value of max-lisp-eval-depth is now 400.
4425
4426 2009-02-23 Miles Bader <miles@gnu.org>
4427
4428 * processes.texi (System Processes): Rename `system-process-attributes'
4429 to `process-attributes'.
4430
4431 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
4432
4433 * symbols.texi (Property Lists): Emphasize that property lists are
4434 not restricted to symbol cells.
4435 (Other Plists): Copyedit.
4436
4437 * sequences.texi (Sequences Arrays Vectors): Make introduction
4438 more concise.
4439 (Arrays): Mention char-tables and bool-vectors too.
4440 (Vectors): Don't repeat information given in Arrays node. Link to
4441 nodes that explain the vector usage examples.
4442 (Char-Tables): Note that char-table elements can have arbitrary
4443 type. Explain effect of omitted char-table-extra-slots property.
4444 Link to Property Lists node.
4445
4446 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
4447
4448 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
4449 `append'.
4450 (List Elements): Copyedits.
4451
4452 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
4453 of `vconcat'.
4454
4455 * strings.texi (Creating Strings): Copyedits. Remove obsolete
4456 Emacs 20 usage of `concat'.
4457 (Case Conversion): Copyedits.
4458
4459 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
4460
4461 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
4462 Minor edits.
4463 (Frame Configuration Type): Emphasize that it is not primitive.
4464 (Font Type): New node.
4465 (Type Predicates): Add fontp; type-of now recognizes font object
4466 types.
4467
4468 * intro.texi (Version Info): Update version numbers in examples.
4469 (Acknowledgements): List more contributors.
4470
4471 * elisp.texi: Bump version number to 3.0.
4472 (Top): Link to Font Type node.
4473
4474 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
4475
4476 * modes.texi (Major Mode Conventions): Remove duplicate words.
4477 (Customizing Keywords): Fix typo.
4478
4479 2009-02-14 Eli Zaretskii <eliz@gnu.org>
4480
4481 * nonascii.texi (User-Chosen Coding Systems): Document that
4482 select-safe-coding-system suggests raw-text if there are raw bytes
4483 in the region.
4484 (Explicit Encoding): Warn not to use `undecided' when encoding.
4485
4486 2009-02-11 Glenn Morris <rgm@gnu.org>
4487
4488 * frames.texi (Visibility of Frames): Mention the effect multiple
4489 workspaces/desktops can have on visibility.
4490
4491 2009-02-07 Eli Zaretskii <eliz@gnu.org>
4492
4493 * text.texi (Commands for Insertion):
4494 * commands.texi (Event Mod):
4495 * keymaps.texi (Searching Keymaps):
4496 * nonascii.texi (Translation of Characters):
4497 Reinstate documentation of translation-table-for-input.
4498 (Explicit Encoding): Document the `charset' text property produced
4499 by decode-coding-region and decode-coding-string.
4500
4501 2009-01-27 Alan Mackenzie <acm@muc.de>
4502
4503 * modes.texi (Search-based Fontification): Correct a typo.
4504
4505 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
4506
4507 * abbrevs.texi (Abbrev Table Properties): Fix typo.
4508 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
4509
4510 2009-01-24 Eli Zaretskii <eliz@gnu.org>
4511
4512 * display.texi (Window Systems): Document the value of
4513 `initial-window-system' under --daemon.
4514
4515 * os.texi (System Environment): Remove description of the
4516 `environment' function which has been deleted.
4517
4518 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4519
4520 * frames.texi (Multiple Displays): Remove documentation for
4521 removed function make-frame-on-tty.
4522
4523 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
4524
4525 * files.texi (Format Conversion Piecemeal): Clarify behavior of
4526 write-region-annotate-functions.
4527 Document write-region-post-annotation-function.
4528
4529 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
4530
4531 * display.texi (Font Lookup): Document WIDTH argument of
4532 x-list-fonts.
4533
4534 2009-01-17 Eli Zaretskii <eliz@gnu.org>
4535
4536 * maps.texi (Standard Keymaps): Rename function-key-map to
4537 local-function-key-map.
4538
4539 * keymaps.texi (Translation Keymaps): Rename function-key-map to
4540 local-function-key-map.
4541
4542 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
4543 and `set-keyboard-coding-system' now accept an optional terminal
4544 argument.
4545
4546 * commands.texi (Event Mod): `keyboard-translate-table' is now
4547 terminal-local.
4548 (Function Keys): Rename function-key-map to
4549 local-function-key-map.
4550
4551 * elisp.texi (Top): Make @detailmenu be consistent with changes in
4552 frames.texi.
4553
4554 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
4555 `delete-terminal-functions', `suspend-tty-functions' and
4556 `resume-tty-functions'.
4557
4558 * frames.texi (Frames): Document `frame-terminal' and
4559 `terminal-live-p'.
4560 (Multiple Displays): Document `make-frame-on-tty'.
4561 (Multiple Terminals): Document `terminal-list', `delete-terminal',
4562 `terminal-name', and `get-device-terminal'.
4563 (Terminal Parameters): Document `terminal-parameters',
4564 `terminal-parameter', and `set-terminal-parameter'.
4565
4566 * os.texi (System Environment): Document `environment' and
4567 `initial-environment'.
4568 (Suspending Emacs): Update for multi-tty; document
4569 `suspend-tty', `resume-tty', and `controlling-tty-p'.
4570
4571 * nonascii.texi (Coding System Basics): More accurate description
4572 of `raw-text'.
4573
4574 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
4575
4576 * display.texi (Low-Level Font): Fix typo.
4577
4578 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
4579
4580 * elisp.texi (Top): Update node listing.
4581
4582 * display.texi (PostScript Images): Node deleted.
4583
4584 2009-01-10 Eli Zaretskii <eliz@gnu.org>
4585
4586 * processes.texi (Decoding Output): Document that null bytes force
4587 no-conversion for reading process output.
4588
4589 * files.texi (Reading from Files): Document that null bytes force
4590 no-conversion when visiting files.
4591
4592 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
4593
4594 * nonascii.texi (Lisp and Coding Systems):
4595 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
4596 (Character Properties): Improve wording.
4597
4598 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
4599
4600 * display.texi (Font Lookup): Remove obsolete function
4601 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
4602 (Low-Level Font): Rename from Fonts, move to end of Faces section.
4603 (Font Selection): Reorder order of variable descriptions.
4604 Minor clarifications.
4605
4606 * elisp.texi (Top): Update node listing.
4607
4608 2009-01-09 Glenn Morris <rgm@gnu.org>
4609
4610 * commands.texi (Command Loop Info): Say that last-command-char and
4611 last-input-char are obsolete aliases.
4612
4613 * edebug.texi (Edebug Recursive Edit): Remove separate references to
4614 last-input-char and last-command-char, since they are just aliases for
4615 last-input-event and last-command-event.
4616
4617 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
4618 last-command-char.
4619
4620 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4621
4622 * elisp.texi: Update node listing.
4623
4624 * display.texi (Faces): Put Font Selection node after Auto Faces.
4625 (Face Attributes): Don't link to Font Lookup.
4626 Document font-family-list.
4627 (Fonts): New node.
4628
4629 2009-01-08 Jason Rumney <jasonr@gnu.org>
4630
4631 * frames.texi (Pointer Shape): Clarify that only X supports
4632 changing the standard pointer shapes. (Bug#1485)
4633
4634 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4635
4636 * display.texi (Attribute Functions): Note that a function value
4637 :height is relative, and that compatibility functions work by
4638 calling set-face-attribute.
4639 (Displaying Faces): Reorder list in order of increasing priority.
4640 (Face Remapping): New node. Content moved here from Displaying
4641 Faces.
4642 (Glyphs): Link to Face Functions.
4643
4644 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4645
4646 * display.texi (Faces): Don't discuss face id here. facep does
4647 not return t.
4648 (Defining Faces): Minor clarification.
4649 (Face Attributes): Rearrange items to match docstring of
4650 set-face-attribute. Add :foundry attribute. Document new role of
4651 :font attribute. Texinfo usage fix.
4652 (Attribute Functions): Copyedits.
4653 (Face Functions): Note that face number is seldom used.
4654
4655 2009-01-05 Richard M Stallman <rms@gnu.org>
4656
4657 * strings.texi (Predicates for Strings): Minor clarification.
4658
4659 * functions.texi (Function Safety): Texinfo usage fix.
4660
4661 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
4662
4663 * objects.texi (General Escape Syntax): Fix typo.
4664
4665 2009-01-03 Martin Rudalics <rudalics@gmx.at>
4666
4667 * windows.texi (Choosing Window): Say that pop-up-frame-alist
4668 works via the default value of pop-up-frame-function.
4669
4670 2009-01-02 Eli Zaretskii <eliz@gnu.org>
4671
4672 * processes.texi (System Processes): Document the `time' and
4673 `ctime' attributes of `system-process-attributes'.
4674
4675 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
4676
4677 * display.texi (Face Attributes): Clarify :height attribute.
4678
4679 2008-12-31 Martin Rudalics <rudalics@gmx.at>
4680
4681 * buffers.texi (The Buffer List): Clarify what moves a buffer to
4682 the front of the buffer list. Add entries for `last-buffer' and
4683 `unbury-buffer'.
4684
4685 2008-12-27 Eli Zaretskii <eliz@gnu.org>
4686
4687 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
4688 and its subsections.
4689
4690 * frames.texi (Multiple Terminals, Low-level Terminal)
4691 (Terminal Parameters, Frames on Other TTY devices): New sections.
4692 (Frames): Add an xref to "Multiple Terminals".
4693
4694 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
4695
4696 * objects.texi (Terminal Type): New node.
4697 (Editing Types): Add it to the menu.
4698
4699 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
4700 Variables".
4701
4702 * variables.texi (Directory Local Variables): New node.
4703 (Variables): Add a menu item for it.
4704
4705 * loading.texi (Autoload): Document `generate-autoload-cookie' and
4706 `generated-autoload-file'.
4707
4708 2008-12-20 Eli Zaretskii <eliz@gnu.org>
4709
4710 * os.texi (Startup Summary): Add xref to documentation of
4711 `initial-window-system'.
4712
4713 * display.texi (Window Systems): Document `window-system' the
4714 function. The variable `window-system' is now frame-local.
4715 Document `initial-window-system'.
4716
4717 2008-12-19 Martin Rudalics <rudalics@gmx.at>
4718
4719 * windows.texi (Windows): Rewrite description of
4720 fit-window-to-buffer.
4721
4722 2008-12-13 Glenn Morris <rgm@gnu.org>
4723
4724 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
4725 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
4726
4727 2008-12-12 Glenn Morris <rgm@gnu.org>
4728
4729 * debugging.texi (Error Debugging): Refer forwards to
4730 eval-expression-debug-on-error.
4731
4732 2008-12-05 Eli Zaretskii <eliz@gnu.org>
4733
4734 * strings.texi (String Basics): Only unibyte strings that
4735 represent key sequences hold 8-bit raw bytes.
4736
4737 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
4738 paragraph to speak about `undecided'.
4739 (Character Properties): Don't explain the meaning of each
4740 property; instead, identify their Unicode Standard names.
4741 (Character Sets): Document `map-charset-chars'.
4742
4743 2008-12-02 Glenn Morris <rgm@gnu.org>
4744
4745 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
4746 section yet again.
4747
4748 2008-11-29 Eli Zaretskii <eliz@gnu.org>
4749
4750 * nonascii.texi (Character Properties): New Section.
4751 (Specifying Coding Systems): Document
4752 `coding-system-priority-list', `set-coding-system-priority', and
4753 `with-coding-priority'.
4754 (Lisp and Coding Systems): Document `check-coding-systems-region'
4755 and `coding-system-charset-list'.
4756 (Coding System Basics): Document `coding-system-aliases'.
4757
4758 * elisp.texi (Top): Add a @detailmenu entry for "Character
4759 Properties".
4760
4761 * objects.texi (Character Type): Correct the range of Emacs
4762 characters. Add an @xref to "Character Codes".
4763
4764 * strings.texi (String Basics): Add an @xref to "Character Codes".
4765
4766 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
4767
4768 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
4769 (Character Codes): Document `max-char'.
4770
4771 2008-11-28 Eli Zaretskii <eliz@gnu.org>
4772
4773 * nonascii.texi (Text Representations, Converting Representations)
4774 (Character Sets, Scanning Charsets, Translation of Characters):
4775 Make text more accurate.
4776
4777 2008-11-28 Glenn Morris <rgm@gnu.org>
4778
4779 * files.texi (Format Conversion Round-Trip): Improve previous change.
4780
4781 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
4782
4783 * modes.texi (Auto Major Mode): Fix example.
4784
4785 2008-11-25 Glenn Morris <rgm@gnu.org>
4786
4787 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
4788
4789 * files.texi (Format Conversion Round-Trip):
4790 Use active voice for previous change.
4791
4792 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
4793
4794 * os.texi (Processor Run Time):
4795 * processes.texi (Transaction Queues):
4796 * markers.texi (The Mark):
4797 * windows.texi (Choosing Window, Selecting Windows):
4798 * files.texi (Changing Files, Magic File Names):
4799 * commands.texi (Key Sequence Input):
4800 * functions.texi (Declaring Functions):
4801 * strings.texi (Predicates for Strings):
4802 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
4803
4804 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
4805
4806 * help.texi (Accessing Documentation): Update example.
4807
4808 * variables.texi (Defining Variables): Note that `*' is not
4809 necessary if defcustom is used.
4810
4811 2008-11-22 Eli Zaretskii <eliz@gnu.org>
4812
4813 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
4814 Characters" from @detailmenu.
4815
4816 * nonascii.texi (Character Codes, Character Sets)
4817 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
4818 (Chars and Bytes, Splitting Characters): Sections removed.
4819
4820 2008-11-22 Lute Kamstra <lute@gnu.org>
4821
4822 * positions.texi (Text Lines): Update goto-line documentation.
4823
4824 2008-11-21 Martin Rudalics <rudalics@gmx.at>
4825
4826 * frames.texi (Frames): Fix typo, add cross references, reword.
4827 (Initial Parameters): Reword special-display-frame-alist text.
4828 (Frames and Windows): Reword. Describe argument norecord for
4829 set-frame-selected-window.
4830 (Input Focus): Describe argument norecord for select-frame.
4831 Remove comment on MS-Windows behavior for focus-follows-mouse.
4832 (Raising and Lowering): Mention windows-frames dichotomy in
4833 metaphor.
4834
4835 * windows.texi (Displaying Buffers, Vertical Scrolling)
4836 (Horizontal Scrolling): Fix indenting and rewording issues
4837 introduced with 2008-11-07 change.
4838
4839 2008-11-20 Glenn Morris <rgm@gnu.org>
4840
4841 * files.texi (Format Conversion Round-Trip): Mention `preserve'
4842 element of `format-alist'.
4843
4844 2008-11-19 Glenn Morris <rgm@gnu.org>
4845
4846 * doclicense.texi: Update to FDL 1.3.
4847 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
4848
4849 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
4850
4851 * windows.texi (Window Hooks): Remove *-end-trigger-functions
4852 vars, which are obsolete. Mention jit-lock-register.
4853
4854 * modes.texi (Other Font Lock Variables):
4855 Document jit-lock-register and jit-lock-unregister.
4856
4857 * frames.texi (Color Parameters): Document alpha parameter.
4858
4859 2008-11-16 Martin Rudalics <rudalics@gmx.at>
4860
4861 * windows.texi (Splitting Windows, Deleting Windows)
4862 (Selecting Windows, Cyclic Window Ordering)
4863 (Buffers and Windows, Displaying Buffers, Choosing Window)
4864 (Dedicated Windows, Window Point, Window Start and End)
4865 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
4866 (Size of Window, Resizing Windows, Window Configurations)
4867 (Window Parameters): Avoid @var at beginning of sentences and
4868 reword accordingly.
4869
4870 2008-11-11 Lute Kamstra <lute@gnu.org>
4871
4872 * files.texi (File Name Components): Fix file-name-extension
4873 documentation.
4874
4875 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
4876
4877 * frames.texi (Basic Parameters): Remove display-environment-variable
4878 and term-environment-variable.
4879
4880 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4881
4882 * windows.texi (Basic Windows, Splitting Windows)
4883 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
4884 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
4885 (Resizing Windows, Window Configurations, Window Parameters):
4886 Fix wording and markup.
4887
4888 2008-11-07 Martin Rudalics <rudalics@gmx.at>
4889
4890 * windows.texi (Windows): Update entries.
4891 (Basic Windows): Remove listing of attributes. Reword.
4892 (Splitting Windows, Deleting Windows): Reword.
4893 (Selecting Windows, Cyclic Window Ordering): Reword with special
4894 emphasis on order of recently selected windows and buffer list.
4895 (Buffers and Windows, Choosing Window): Reword with special
4896 emphasis on dedicated windows.
4897 (Displaying Buffers): Reword. For switch-to-buffer mention that
4898 it may fall back on pop-to-buffer. For other-window try to
4899 explain how it treats the cyclic ordering of windows.
4900 (Dedicated Windows): New node and section discussing dedicated
4901 windows and associated functions.
4902 (Window Point): Add entry for window-point-insertion-type. Reword.
4903 (Window Start and End): Rename node and section title. Reword.
4904 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
4905 Minor rewording.
4906 (Size of Window): Reword, in particular text on window-width.
4907 (Resizing Windows): Reword. Add text on balancing windows.
4908 (Window Configurations): Reword. Mention window parameters.
4909 (Window Parameters): New node and section on window parameters.
4910 (Window Hooks): Reword. Mention that
4911 window-configuration-change-hook is run "buffer-locally".
4912 * elisp.texi (Top): Update Windows entries in @detailmenu
4913 section.
4914
4915 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4916
4917 * searching.texi (Regexp Search): Fix typo.
4918
4919 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4920
4921 * searching.texi (Regexp Search): Document GREEDY arg.
4922 (Simple Match Data): Fix return value.
4923
4924 2008-11-01 Eli Zaretskii <eliz@gnu.org>
4925
4926 * nonascii.texi (Text Representations): Rewrite to make consistent
4927 with Emacs 23 internal representation of characters.
4928 Document `unibyte-string'.
4929
4930 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
4931
4932 * processes.texi (Process Information): Note that process-status
4933 does not accept buffer names.
4934
4935 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4936
4937 * positions.texi (Skipping Characters): Correct return value of
4938 skip-chars-forward.
4939
4940 2008-10-25 Martin Rudalics <rudalics@gmx.at>
4941
4942 * windows.texi (Deleting Windows): Update documentation of
4943 delete-windows-on.
4944 (Buffers and Windows): Update documentations of
4945 get-buffer-window and get-buffer-window-list.
4946 (Displaying Buffers): Update documentation of
4947 replace-buffer-in-windows.
4948
4949 * buffers.texi (Current Buffer): Reword set-buffer and
4950 with-current-buffer documentations.
4951 (Creating Buffers): Reword documentation of get-buffer-create.
4952
4953 2008-10-23 Martin Rudalics <rudalics@gmx.at>
4954
4955 * buffers.texi (Current Buffer): Reword documentation of
4956 set-buffer.
4957 (Buffer Names): Reword documentation of buffer-name.
4958 (The Buffer List): For bury-buffer explain what happens with the
4959 buffer's window.
4960 (Creating Buffers): Say that get-buffer-create's arg is called
4961 buffer-or-name.
4962
4963 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
4964
4965 * advice.texi (Computed Advice): Explain what DEFINITION is.
4966
4967 * nonascii.texi (Character Codes): Remove obsolete function
4968 char-valid-p, and document characterp instead.
4969
4970 2008-10-22 Martin Rudalics <rudalics@gmx.at>
4971
4972 * windows.texi (Displaying Buffers): Reword documentation of
4973 pop-to-buffer.
4974 (Choosing Window): Rewrite documentation of display-buffer and
4975 its options.
4976
4977 * buffers.texi (Killing Buffers): Update documentation of
4978 kill-buffer.
4979
4980 2008-10-21 Eli Zaretskii <eliz@gnu.org>
4981
4982 * processes.texi (Serial Ports): Fix wording and improve markup.
4983
4984 * searching.texi (Regexp Search): Document `string-match-p' and
4985 `looking-at-p'.
4986 (POSIX Regexps): Add an xref for "non-greedy".
4987 (Regexp Special): Add @cindex entry for "non-greedy".
4988
4989 * display.texi (Attribute Functions): Document `face-all-attributes'.
4990 (Image Cache) <image-refresh>: Minor wording fixes.
4991
4992 * frames.texi (Color Names): Add an xref to `read-color'.
4993
4994 * minibuf.texi (High-Level Completion): Document `read-color'.
4995
4996 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
4997
4998 * positions.texi (Narrowing): Add an xref to "Swapping Text".
4999
5000 * buffers.texi (Swapping Text): New section, documents
5001 `buffer-swap-text'.
5002
5003 2008-10-21 Martin Rudalics <rudalics@gmx.at>
5004
5005 * windows.texi (Resizing Windows): Minor wording fix.
5006
5007 2008-10-20 Eli Zaretskii <eliz@gnu.org>
5008
5009 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
5010 and `combine-and-quote-strings'.
5011
5012 * strings.texi (Creating Strings): Add xrefs for them.
5013
5014 2008-10-19 Eli Zaretskii <eliz@gnu.org>
5015
5016 * elisp.texi (Top): Make descriptive text for "Reading File Names"
5017 match the corresponding menu in minibuf.texi.
5018
5019 * minibuf.texi (Reading File Names): Document `read-shell-command'
5020 and `minibuffer-local-shell-command-map'.
5021
5022 2008-10-19 Martin Rudalics <rudalics@gmx.at>
5023
5024 * windows.texi (Resizing Windows): Remove var{} around "window" in
5025 documentation of enlarge-window.
5026 Rewrite documentation of window-min-height and window-min-width.
5027
5028 2008-10-19 Eli Zaretskii <eliz@gnu.org>
5029
5030 * functions.texi (Calling Functions): Document `apply-partially'.
5031
5032 * hooks.texi (Standard Hooks): Mention
5033 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
5034
5035 * variables.texi (File Local Variables): Document
5036 `file-local-variables-alist', `before-hack-local-variables-hook'
5037 and `hack-local-variables-hook'.
5038
5039 * processes.texi (Synchronous Processes): Document `process-lines'.
5040
5041 * customize.texi (Variable Definitions):
5042 Document `custom-reevaluate-setting'.
5043
5044 2008-10-18 Martin Rudalics <rudalics@gmx.at>
5045
5046 * windows.texi (Choosing Window, Deleting Windows)
5047 (Displaying Buffers): Expand documentation of dedicated windows.
5048
5049 2008-10-18 Eli Zaretskii <eliz@gnu.org>
5050
5051 * files.texi (Changing Files): Document symbolic input of file
5052 modes to `set-file-modes'. Document `read-file-modes' and
5053 `file-modes-symbolic-to-number'.
5054
5055 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
5056 and `search-map'.
5057
5058 * searching.texi (Search and Replace):
5059 Document `replace-search-function' and `replace-re-search-function'.
5060 Document `multi-query-replace-map'.
5061
5062 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5063 (Completion Commands, Reading File Names):
5064 Rename `minibuffer-local-must-match-filename-map' to
5065 `minibuffer-local-filename-must-match-map'.
5066 (Minibuffer Completion): The `require-match' argument to
5067 `completing-read' can now have the value `confirm-only'.
5068
5069 * windows.texi (Displaying Buffers): Minor wording fix.
5070 (Choosing Window): `split-height-threshold' can now be nil.
5071 Document `split-width-threshold'. `pop-up-frames' can have the
5072 value `graphic-only'.
5073
5074 2008-10-17 Eli Zaretskii <eliz@gnu.org>
5075
5076 * os.texi (Startup Summary): Document `before-init-time' and
5077 `after-init-time'. Document `initial-window-system' and
5078 `window-system-initialization-alist'. Document reading the
5079 abbrevs file. Document the call to `server-start' under --daemon.
5080 Rearrange a bit to be consistent with the code flow.
5081 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
5082 (Time Parsing): Document `format-seconds'.
5083
5084 2008-10-17 Martin Rudalics <rudalics@gmx.at>
5085
5086 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
5087 and reword.
5088
5089 2008-10-16 Eli Zaretskii <eliz@gnu.org>
5090
5091 * markers.texi (The Mark): Document use-region-p.
5092
5093 2008-10-15 Eli Zaretskii <eliz@gnu.org>
5094
5095 * internals.texi (Writing Emacs Primitives): The interactive spec
5096 of a primitive can be a Lisp form.
5097
5098 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
5099 values of transient-mark-mode. Document handle-shift-selection.
5100
5101 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
5102 (Interactive Examples): Show an example of `^'.
5103 (Key Sequence Input): Document this-command-keys-shift-translated.
5104 (Defining Commands, Using Interactive): The interactive-form of a
5105 function can be added via its symbol's property.
5106
5107 * positions.texi (List Motion): beginning-of-defun-function can
5108 now accept an argument.
5109
5110 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
5111 now return a list of strings.
5112
5113 * control.texi (Handling Errors): Document ignore-errors.
5114
5115 * frames.texi (Creating Frames): Document frame-inherited-parameters.
5116 (Parameter Access): Document set-frame-parameter.
5117
5118 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
5119 Hooks" for the effect of kill-all-local-variables on local hook
5120 functions.
5121
5122 * modes.texi (Major Mode Conventions, Mode Line Variables):
5123 `mode-name' need not be a string. xref to "Mode Line Data" for
5124 details, and to "Emulating Mode Line" for computing a string
5125 value.
5126
5127 2008-10-14 Eli Zaretskii <eliz@gnu.org>
5128
5129 * processes.texi (System Processes): New section.
5130 (Processes, Signals to Processes): Add xrefs to it.
5131
5132 * objects.texi (Editing Types): A `process' is a subprocess of
5133 Emacs, not just any process running on the OS.
5134
5135 * elisp.texi (Top): Adjust the @detailmenu for the above two
5136 changes.
5137
5138 * sequences.texi (Char-Tables): Remove documentation of
5139 set-char-table-default, which has no effect since Emacs 23.
5140 <char-table-range, set-char-table-range>: Don't mention generic
5141 characters and charsets. Add a cons cell as a possible argument.
5142
5143 * nonascii.texi (Splitting Characters)
5144 (Translation of Characters): Don't mention generic characters.
5145
5146 * display.texi (Fontsets): Don't mention generic characters.
5147
5148 * sequences.texi (Char-Tables): `map-char-table' can now call its
5149 argument FUNCTION with a cons cell as KEY.
5150
5151 2008-10-13 Eli Zaretskii <eliz@gnu.org>
5152
5153 * objects.texi (Primitive Function Type): Move "@cindex special
5154 forms" from here...
5155
5156 * eval.texi (Special Forms): ...to here.
5157
5158 * functions.texi (What Is a Function): `functionp' returns nil for
5159 special forms. Add an xref.
5160
5161 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
5162 Variables".
5163
5164 * variables.texi (Frame-Local Variables): New section.
5165 (Buffer-Local Variables): Add an xref to it.
5166 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
5167 have both frame-local and buffer-local binding.
5168
5169 * frames.texi (Frames): Mention multiple tty frames.
5170 (Frame Parameters, Parameter Access): Mention frame-local variable
5171 bindings.
5172
5173 2008-09-20 Glenn Morris <rgm@gnu.org>
5174
5175 * display.texi (Defining Faces): Recommend against face variables.
5176
5177 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
5178
5179 * display.texi (Echo Area Customization): Fix typo.
5180
5181 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
5182
5183 * loading.texi (Where Defined): Add `defface' item.
5184
5185 2008-09-06 Martin Rudalics <rudalics@gmx.at>
5186
5187 * loading.texi (Where Defined): Fix description of symbol-file.
5188
5189 2008-08-26 Jason Rumney <jasonr@gnu.org>
5190
5191 * display.texi (TIFF Images): New section describing :index property.
5192
5193 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
5194
5195 * display.texi (Temporary Displays): Remove unnecessary comment
5196 about usage of temp-buffer-show-hook.
5197
5198 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
5199
5200 * symbols.texi (Other Plists): Fix incorrect example.
5201 Suggested by Florian Beck.
5202
5203 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
5204
5205 * os.texi: Fix previous change.
5206
5207 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5208
5209 * os.texi:
5210 * intro.texi:
5211 * files.texi: Remove VMS support.
5212
5213 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5214
5215 * os.texi:
5216 * frames.texi:
5217 * display.texi: Remove mentions of Mac Carbon.
5218
5219 2008-07-01 Miles Bader <miles@gnu.org>
5220
5221 * text.texi (Special Properties):
5222 * display.texi (Truncation): Add wrap-prefix and line-prefix.
5223
5224 2008-06-28 Johan Bockgård <bojohan@gnu.org>
5225
5226 * display.texi (Other Image Types): Fix copy/paste error; say
5227 "PBM", not "XBM".
5228
5229 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5230
5231 * os.texi: Remove references to obsolete systems.
5232
5233 2008-06-20 Eli Zaretskii <eliz@gnu.org>
5234
5235 * makefile.w32-in (distclean): Remove makefile.
5236
5237 2008-06-17 Glenn Morris <rgm@gnu.org>
5238
5239 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
5240 (elisp, dist): Remove rules and variables that are obsolete now
5241 the lisp manual is no longer distributed separately.
5242
5243 2008-06-16 Glenn Morris <rgm@gnu.org>
5244
5245 * configure, configure.in, mkinstalldirs: Remove unused files.
5246
5247 * book-spine.texinfo: Set version to 23.0.60.
5248 * vol1.texi (EMACSVER):
5249 * vol2.texi (EMACSVER): Set to 23.0.60.
5250
5251 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
5252 as per maintain.info.
5253
5254 2008-06-15 Glenn Morris <rgm@gnu.org>
5255
5256 * makefile.w32-in (manual): Use "23" rather than "21".
5257
5258 * Makefile.in (emacsver): New, set by configure.
5259 (manual): Use emacsver.
5260
5261 * intro.texi: Report bugs using M-x report-emacs-bug.
5262
5263 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
5264
5265 2008-06-13 Daniel Engeler <engeler@gmail.com>
5266
5267 * elisp.texi, internals.texi, processes.texi: Add documentation
5268 about serial port access.
5269
5270 2008-06-05 Miles Bader <miles@gnu.org>
5271
5272 * display.texi (Displaying Faces): Update to reflect function
5273 renamings in face-remap.el.
5274
5275 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
5276
5277 * display.texi (Fontsets): Fix typos.
5278
5279 2008-06-03 Miles Bader <miles@gnu.org>
5280
5281 * display.texi (Displaying Faces): Add add-relative-face-remapping,
5282 remove-relative-face-remapping, set-base-face-remapping,
5283 and set-default-base-face-remapping.
5284
5285 2008-06-01 Miles Bader <miles@gnu.org>
5286
5287 * display.texi (Displaying Faces): Add face-remapping-alist.
5288
5289 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5290
5291 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
5292 variable names.
5293
5294 2008-05-03 Eric S. Raymond <esr@golux>
5295
5296 * keymaps.texi: Clarify that (current-local-map) and
5297 (current-global-map) return references, not copies.
5298
5299 2008-05-02 Juri Linkov <juri@jurta.org>
5300
5301 * minibuf.texi (Text from Minibuffer): Document a list of
5302 default values for `read-from-minibuffer'.
5303
5304 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
5305
5306 * nonascii.texi (Translation of Characters): Fix previous change.
5307
5308 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
5309
5310 * display.texi (Overlay Properties): Clarify role of underlying
5311 textprop and overlay keymaps for display strings.
5312
5313 * keymaps.texi (Active Keymaps): Ditto.
5314
5315 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5316
5317 * minibuf.texi (Programmed Completion):
5318 Replace dynamic-completion-table with the new completion-table-dynamic.
5319
5320 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
5321
5322 * intro.texi (Some Terms): Change "fonts in this manual" index
5323 entry to "typographic conventions".
5324
5325 2008-04-05 Eli Zaretskii <eliz@gnu.org>
5326
5327 * objects.texi (Text Props and Strings): Add indexing for read
5328 syntax of text properties.
5329
5330 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5331
5332 * processes.texi (Decoding Output): Remove process-filter-multibyte
5333 functions.
5334
5335 2008-03-15 Martin Rudalics <rudalics@gmx.at>
5336
5337 * display.texi (Finding Overlays): Say that empty overlays at
5338 the end of the buffer are reported too.
5339
5340 2008-03-13 Glenn Morris <rgm@gnu.org>
5341
5342 * elisp.texi (EMACSVER): Set to 23.0.60.
5343
5344 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
5345
5346 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
5347
5348 2008-02-22 Glenn Morris <rgm@gnu.org>
5349
5350 * frames.texi (Position Parameters): Clarify the description of
5351 `left' and `top', using information from "Geometry".
5352 (Geometry): Give a pointer to "Position Parameters", rather than
5353 repeating information.
5354
5355 2008-02-11 Glenn Morris <rgm@gnu.org>
5356
5357 * objects.texi (Equality Predicates): No longer talk about "two"
5358 functions.
5359
5360 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
5361
5362 * objects.texi (Equality Predicates): Add defun for
5363 equal-including-properties.
5364
5365 2008-02-10 Glenn Morris <rgm@gnu.org>
5366
5367 * objects.texi (Equality Predicates):
5368 Mention equal-including-properties.
5369
5370 2008-02-07 Richard Stallman <rms@gnu.org>
5371
5372 * windows.texi (Window Start): Mention the feature of moving
5373 window-start to start of line.
5374
5375 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
5376
5377 * keymaps.texi (Tool Bar): Document rtl property.
5378
5379 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5380
5381 * display.texi (Button Types):
5382 For define-button-type, clarify type of NAME.
5383
5384 2008-01-19 Martin Rudalics <rudalics@gmx.at>
5385
5386 * buffers.texi (Buffer Modification): Fix typo.
5387
5388 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5389
5390 * os.texi (System Environment): Remove references to OSes that are
5391 not supported anymore.
5392
5393 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5394
5395 * os.texi (System Environment): Remove mention for Masscomp.
5396
5397 2008-01-04 Richard Stallman <rms@gnu.org>
5398
5399 * display.texi (Faces): Don't talk about internal face vector as arg
5400 to facep.
5401
5402 * customize.texi (Type Keywords): Fix previous change.
5403
5404 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
5405 * elisp.texi (Top): Fix menu for commands.texi change.
5406
5407 2007-12-30 Richard Stallman <rms@gnu.org>
5408
5409 * commands.texi (Accessing Mouse): Rename from Accessing Events.
5410 (Accessing Scroll): New node broken out of Accessing Mouse.
5411
5412 2007-12-28 Richard Stallman <rms@gnu.org>
5413
5414 * frames.texi (Size Parameters): Fix typo.
5415 (Basic Parameters): For `title', refer to title bar.
5416 (Size and Position): Explain meaning of frame pixel width and height.
5417
5418 2007-12-23 Richard Stallman <rms@gnu.org>
5419
5420 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
5421 Improve some of the commented-out keywords' text too.
5422
5423 2007-12-14 Martin Rudalics <rudalics@gmx.at>
5424
5425 * nonascii.texi (Encoding and I/O): Reword to avoid saying
5426 "visit the current buffer".
5427
5428 * os.texi (System Interface): Fix typo.
5429
5430 2007-12-04 Richard Stallman <rms@gnu.org>
5431
5432 * objects.texi (Symbol Type): Fix typo.
5433
5434 2007-12-03 Richard Stallman <rms@gnu.org>
5435
5436 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
5437
5438 2007-12-01 Glenn Morris <rgm@gnu.org>
5439
5440 * functions.texi (Declaring Functions): Improve previous change.
5441
5442 2007-11-30 Glenn Morris <rgm@gnu.org>
5443
5444 * functions.texi (Declaring Functions): Add optional fourth
5445 argument of declare-function, and setting third argument to `t'.
5446
5447 2007-11-29 Richard Stallman <rms@gnu.org>
5448
5449 * customize.texi (Composite Types): Document `group' type.
5450
5451 2007-11-29 Glenn Morris <rgm@gnu.org>
5452
5453 * functions.texi (Declaring Functions): Add findex.
5454 Mention `external' files.
5455
5456 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
5457
5458 * functions.texi (Declaring Functions): Fix directive.
5459
5460 2007-11-25 Richard Stallman <rms@gnu.org>
5461
5462 * help.texi (Help Functions): Clean up last change.
5463
5464 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
5465
5466 * loading.texi (Named Features): Minor cleanup.
5467
5468 * macros.texi (Eval During Expansion): Minor cleanup.
5469
5470 * variables.texi (Variable Aliases): Minor cleanup.
5471
5472 2007-11-24 Richard Stallman <rms@gnu.org>
5473
5474 * functions.texi (Declaring Functions): Clarify previous change.
5475
5476 * compile.texi (Compiler Errors): Clarify previous change.
5477
5478 2007-11-24 Richard Stallman <rms@gnu.org>
5479
5480 * display.texi (Refresh Screen, Forcing Redisplay):
5481 Clarify the text and move items around.
5482
5483 2007-11-24 Glenn Morris <rgm@gnu.org>
5484
5485 * functions.texi (Declaring Functions): New section.
5486 * compile.texi (Compiler Errors): Mention declaring functions,
5487 defvar with no initvalue, and byte-compile-warnings.
5488
5489 2007-11-15 Martin Rudalics <rudalics@gmx.at>
5490
5491 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
5492 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
5493
5494 2007-11-13 Martin Rudalics <rudalics@gmx.at>
5495
5496 * help.texi (Help Functions): Document new macro `with-help-window'.
5497
5498 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
5499
5500 * searching.texi (Replacing Match): Describe new
5501 `match-substitute-replacement'.
5502
5503 2007-10-31 Richard Stallman <rms@gnu.org>
5504
5505 * strings.texi (Creating Strings): Null strings from concat not unique.
5506
5507 2007-10-26 Richard Stallman <rms@gnu.org>
5508
5509 * objects.texi (Equality Predicates): Null strings are uniquified.
5510
5511 * minibuf.texi: Minor clarifications in previous change.
5512
5513 2007-10-25 Glenn Morris <rgm@gnu.org>
5514
5515 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
5516
5517 2007-10-24 Richard Stallman <rms@gnu.org>
5518
5519 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
5520
5521 * variables.texi (Frame-Local Variables): Node deleted.
5522 (Variables): Delete Frame-Local Variables from menu.
5523 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
5524 (Default Value): Don't mention frame-local vars.
5525
5526 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
5527
5528 * loading.texi (Unloading): Document FEATURE-unload-function
5529 instead of FEATURE-unload-hook.
5530
5531 * frames.texi (Multiple Displays): Don't mention frame-local vars.
5532
5533 2007-10-22 Juri Linkov <juri@jurta.org>
5534
5535 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
5536 (High-Level Completion): Document a list of default value strings
5537 in the DEFAULT argument, for which minibuffer functions return the
5538 first element.
5539
5540 2007-10-17 Juri Linkov <juri@jurta.org>
5541
5542 * text.texi (Filling): Update arguments of fill-paragraph.
5543 fill-paragraph operates on the active region in Transient Mark mode.
5544 Remove fill-paragraph-or-region.
5545
5546 2007-10-13 Karl Berry <karl@gnu.org>
5547
5548 * elisp.texi (@dircategory): Move to after @copying,
5549 since we want @copying as close as possible to the beginning of
5550 the output.
5551
5552 2007-10-12 Richard Stallman <rms@gnu.org>
5553
5554 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
5555
5556 * commands.texi (Distinguish Interactive): New node,
5557 broken out from Interactive Call and rewritten.
5558 (Command Loop): Put Distinguish Interactive in menu.
5559
5560 2007-10-09 Richard Stallman <rms@gnu.org>
5561
5562 * text.texi (Examining Properties): Mention overlay priority.
5563
5564 * display.texi (Display Margins): Correct the description
5565 of margin display specifications.
5566 (Replacing Specs): New subnode broken out of Display Property.
5567
5568 2007-10-06 Juri Linkov <juri@jurta.org>
5569
5570 * text.texi (Filling): Document fill-paragraph-or-region.
5571
5572 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
5573
5574 * display.texi (Auto Faces): Fix typo.
5575
5576 2007-10-02 Richard Stallman <rms@gnu.org>
5577
5578 * display.texi (Display Property): Explain some display specs
5579 don't let you move point in.
5580
5581 * frames.texi (Cursor Parameters):
5582 Describe cursor-in-non-selected-windows here. Explain more values.
5583
5584 * windows.texi (Basic Windows): Don't describe
5585 cursor-in-non-selected-windows here.
5586
5587 2007-10-01 Eli Zaretskii <eliz@gnu.org>
5588
5589 * processes.texi (Misc Network): Note that these functions are
5590 supported only on some systems.
5591
5592 2007-10-01 Richard Stallman <rms@gnu.org>
5593
5594 * display.texi (Overlay Properties): Explain nil as priority.
5595 Explain that conflicts are unpredictable if not resolved by
5596 priorities.
5597
5598 2007-09-23 Richard Stallman <rms@gnu.org>
5599
5600 * macros.texi (Backquote): Minor clarification.
5601
5602 2007-09-19 Richard Stallman <rms@gnu.org>
5603
5604 * display.texi (Display Property): Explain multiple display specs.
5605 Clarify when they work in parallel and when one overrides.
5606 Fix error in example.
5607
5608 2007-09-06 Glenn Morris <rgm@gnu.org>
5609
5610 Move from lispref/ to doc/lispref/. Change all setfilename
5611 commands to use ../../info.
5612 * Makefile.in (infodir): Go up one more level.
5613 (usermanualdir): Change from ../man to ../emacs.
5614 (miscmanualdir): New.
5615 (dist): Use new variable miscmanualdir.
5616 * makefile.w32-in (infodir, texinputdir): Go up one more level.
5617 (usermanualdir): Change from ../man to ../emacs.
5618
5619 2007-08-30 Martin Rudalics <rudalics@gmx.at>
5620
5621 * commands.texi (Command Loop Info): Advise against changing
5622 most variables described here. Explain new variable
5623 last-repeatable-command.
5624
5625 2007-08-29 Glenn Morris <rgm@gnu.org>
5626
5627 * elisp.texi (EMACSVER): Increase to 23.0.50.
5628
5629 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5630
5631 * frames.texi (Basic Parameters): Add display-environment-variable
5632 and term-environment-variable.
5633
5634 2007-08-28 Juri Linkov <juri@jurta.org>
5635
5636 * display.texi (Image Formats, Other Image Types): Add SVG.
5637
5638 2007-08-28 Juri Linkov <juri@jurta.org>
5639
5640 * display.texi (Images): Move formats-related text to new node
5641 "Image Formats".
5642 (Image Formats): New node.
5643
5644 2007-08-27 Richard Stallman <rms@gnu.org>
5645
5646 * windows.texi (Window Configurations): Clarify what
5647 a window configuration saves.
5648
5649 2007-08-25 Richard Stallman <rms@gnu.org>
5650
5651 * display.texi (Images): Delete redundant @findex.
5652
5653 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
5654
5655 * text.texi (Change Hooks): (after|before)-change-functions are no
5656 longer bound to nil while running; rather inhibit-modification-hooks
5657 is t.
5658
5659 2007-08-16 Richard Stallman <rms@gnu.org>
5660
5661 * processes.texi (Asynchronous Processes):
5662 Clarify doc of start-file-process.
5663
5664 2007-08-08 Martin Rudalics <rudalics@gmx.at>
5665
5666 * modes.texi (Example Major Modes): Fix typo.
5667
5668 2007-08-08 Glenn Morris <rgm@gnu.org>
5669
5670 * intro.texi (nil and t): Do not use `iff' in documentation.
5671
5672 * tips.texi (Documentation Tips): Recommend against `iff'.
5673
5674 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5675
5676 * display.texi (Image Cache): Document image-refresh.
5677
5678 2007-08-06 Martin Rudalics <rudalics@gmx.at>
5679
5680 * windows.texi (Size of Window): Document window-full-width-p.
5681
5682 2007-07-25 Glenn Morris <rgm@gnu.org>
5683
5684 * gpl.texi (GPL): Replace license with GPLv3.
5685
5686 * Relicense all FSF files to GPLv3 or later.
5687
5688 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
5689
5690 * processes.texi (Synchronous Processes):
5691 Add `process-file-shell-command'.
5692 (Asynchronous Processes): Mention restricted use of
5693 `process-filter' and `process-sentinel' in
5694 `start-file-process'. Add `start-file-process-shell-command'.
5695
5696 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
5697
5698 * files.texi (Magic File Names): Introduce optional parameter
5699 IDENTIFICATION for `file-remote-p'.
5700
5701 2007-07-16 Richard Stallman <rms@gnu.org>
5702
5703 * display.texi (Defining Faces): Fix previous change.
5704
5705 2007-07-14 Richard Stallman <rms@gnu.org>
5706
5707 * control.texi (Handling Errors): Document `debug' in handler list.
5708
5709 2007-07-10 Richard Stallman <rms@gnu.org>
5710
5711 * display.texi (Defining Faces): Explain C-M-x feature for defface.
5712
5713 2007-07-09 Richard Stallman <rms@gnu.org>
5714
5715 * files.texi (Magic File Names): Rewrite previous change.
5716
5717 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
5718
5719 * files.texi (Magic File Names): Introduce optional parameter
5720 CONNECTED for `file-remote-p'.
5721
5722 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
5723
5724 * processes.texi (Asynchronous Processes):
5725 * files.texi (Magic File Names): Add `start-file-process'.
5726
5727 2007-06-27 Richard Stallman <rms@gnu.org>
5728
5729 * files.texi (Format Conversion Piecemeal):
5730 Clarify `after-insert-file-functions' calling convention.
5731
5732 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
5733
5734 * files.texi (Magic File Names): Remove `dired-call-process'.
5735 Add `process-file'.
5736
5737 2007-06-27 Kenichi Handa <handa@m17n.org>
5738
5739 * text.texi (Special Properties): Fix description about
5740 `composition' property.
5741
5742 2007-06-26 Kenichi Handa <handa@m17n.org>
5743
5744 * nonascii.texi (Default Coding Systems): Document about the
5745 return value `undecided'.
5746
5747 2007-06-25 David Kastrup <dak@gnu.org>
5748
5749 * keymaps.texi (Active Keymaps): Document new POSITION argument of
5750 `current-active-maps'.
5751
5752 2007-06-24 Karl Berry <karl@gnu.org>
5753
5754 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
5755
5756 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
5757
5758 * display.texi (Overlay Arrow): Doc fix.
5759
5760 2007-06-14 Karl Berry <karl@tug.org>
5761
5762 * anti.texi (Antinews): Typo.
5763
5764 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
5765
5766 * display.texi (Image Cache): Document image-refresh.
5767
5768 2007-06-12 Karl Berry <karl@gnu.org>
5769
5770 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
5771 * two-volume.make: New file.
5772 * .cvsignore: Ignore two-volume files.
5773
5774 2007-06-12 Tom Tromey <tromey@redhat.com>
5775
5776 * os.texi (Init File): Document user-emacs-directory.
5777
5778 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
5779
5780 * commands.texi (Click Events): Describe width and height when
5781 object is nil.
5782
5783 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
5784
5785 * commands.texi (Click Events): Layout more logically.
5786 Describe width and height.
5787 (Drag Events, Motion Events): Update to new format for position.
5788
5789 2007-06-02 Richard Stallman <rms@gnu.org>
5790
5791 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
5792
5793 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
5794
5795 * Version 22.1 released.
5796
5797 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5798
5799 * text.texi (Special Properties): Correct meaning of fontified face.
5800
5801 2007-05-30 Richard Stallman <rms@gnu.org>
5802
5803 * text.texi (Special Properties): Add link to Adjusting Point.
5804
5805 2007-05-12 Richard Stallman <rms@gnu.org>
5806
5807 * text.texi (Margins): indent-to-left-margin is not the default.
5808 (Mode-Specific Indent): For indent-line-function, the default
5809 is indent-relative.
5810
5811 * modes.texi (Example Major Modes): Explain last line of text-mode
5812 is redundant.
5813
5814 2007-05-10 Richard Stallman <rms@gnu.org>
5815
5816 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
5817
5818 * help.texi (Keys in Documentation): Add reference to
5819 Documentation Tips.
5820
5821 * files.texi (Format Conversion): TO-FN gets three arguments.
5822
5823 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
5824
5825 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5826
5827 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
5828 * files.texi (Format Conversion): Expand intro; add menu.
5829 (Format Conversion Overview, Format Conversion Round-Trip)
5830 (Format Conversion Piecemeal): New nodes/subsections.
5831 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
5832 * text.texi (Text Properties): Remove "Saving Properties" from menu.
5833 (Saving Properties): Delete node/subsection.
5834
5835 2007-05-07 Karl Berry <karl@gnu.org>
5836
5837 * elisp.texi (EMACSVER): Back to 22.
5838
5839 2007-05-06 Richard Stallman <rms@gnu.org>
5840
5841 * processes.texi (Accepting Output): Revert most of previous change.
5842
5843 2007-05-05 Richard Stallman <rms@gnu.org>
5844
5845 * processes.texi (Accepting Output): accept-process-output
5846 uses microseconds, not milliseconds. But that arg is obsolete.
5847
5848 2007-05-04 Karl Berry <karl@tug.org>
5849
5850 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
5851
5852 2007-05-04 Eli Zaretskii <eliz@gnu.org>
5853
5854 * tips.texi (Documentation Tips): Rearrange items to place the
5855 more important ones first. Add an index entry for hyperlinks.
5856
5857 2007-05-03 Karl Berry <karl@gnu.org>
5858
5859 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
5860 (EMACSVER) [smallbook]: 22 for printed version.
5861
5862 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
5863 so restore anchor to normal position after defun. Found by Kevin Ryde.
5864
5865 2007-04-26 Glenn Morris <rgm@gnu.org>
5866
5867 * elisp.texi (EMACSVER): Increase to 22.1.50.
5868
5869 2007-04-28 Karl Berry <karl@gnu.org>
5870
5871 * elisp.texi: Improve line breaks on copyright page,
5872 similar layout to emacs manual, 8.5x11 by default.
5873
5874 2007-04-24 Richard Stallman <rms@gnu.org>
5875
5876 * text.texi (Special Properties): Add xref to Overlay Properties.
5877
5878 * display.texi (Overlay Properties): Add xref to Special Properties.
5879
5880 2007-04-22 Richard Stallman <rms@gnu.org>
5881
5882 * keymaps.texi (Extended Menu Items): Move the info about
5883 format with cached keyboard binding.
5884
5885 2007-04-21 Richard Stallman <rms@gnu.org>
5886
5887 * text.texi (Special Properties): Clarify previous change.
5888
5889 * files.texi (File Name Expansion): Clarify previous change.
5890
5891 * display.texi (Attribute Functions): Fix example for
5892 face-attribute-relative-p.
5893
5894 2007-04-19 Kenichi Handa <handa@m17n.org>
5895
5896 * text.texi (Special Properties): Document composition property.
5897
5898 2007-04-19 Glenn Morris <rgm@gnu.org>
5899
5900 * files.texi (File Name Expansion): Mention "superroot".
5901
5902 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
5903
5904 * frames.texi (Multiple Displays): Add note about "multi-monitor"
5905 setups.
5906 (Display Feature Testing): Note that display refers to all
5907 physical monitors for multi-monitor setups.
5908
5909 2007-04-14 Richard Stallman <rms@gnu.org>
5910
5911 * lists.texi (Sets And Lists): Clarify `delete' examples.
5912 Remove spurious xref to same node.
5913 Clarify xref for add-to-list.
5914
5915 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
5916
5917 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
5918 value of lisp-mode-map.
5919
5920 2007-04-11 Karl Berry <karl@gnu.org>
5921
5922 * anti.texi (Antinews):
5923 * display.texi (Overlay Properties, Defining Images):
5924 * processes.texi (Synchronous Processes, Sentinels):
5925 * syntax.texi (Syntax Table Internals):
5926 * searching.texi (Regexp Special):
5927 * nonascii.texi (Default Coding Systems):
5928 * text.texi (Special Properties):
5929 * minibuf.texi (Basic Completion): Wording to improve breaks in
5930 8.5x11 format.
5931 * elisp.texi (smallbook): New @set to more easily switch between
5932 smallbook and 8.5x11.
5933
5934 2007-04-11 Richard Stallman <rms@gnu.org>
5935
5936 * text.texi (Lazy Properties): Minor fix.
5937
5938 2007-04-08 Karl Berry <karl@gnu.org>
5939
5940 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
5941 * macros.texi (Backquote): Downcase Backquote in index entries for
5942 consistency.
5943
5944 2007-04-08 Richard Stallman <rms@gnu.org>
5945
5946 * text.texi (Adaptive Fill): Just describe default,
5947 don't show it (since it contains non-ASCII chars).
5948
5949 2007-04-07 Karl Berry <karl@gnu.org>
5950
5951 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
5952 adaptive-fill-regexp's value, since they are not in the standard
5953 TeX fonts.
5954
5955 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
5956
5957 * display.texi (Defining Faces): Fix example.
5958
5959 2007-04-07 Karl Berry <karl@gnu.org>
5960
5961 * display.texi (Button Buffer Commands): Improve page break.
5962
5963 2007-04-07 Richard Stallman <rms@gnu.org>
5964
5965 * advice.texi (Activation of Advice): Remove redundant index entry.
5966
5967 * backups.texi: Improve index entries. Remove redundant ones.
5968
5969 * compile.texi (Byte Compilation): Improve index entry.
5970
5971 * hash.texi (Creating Hash): Improve index entry.
5972
5973 * symbols.texi (Definitions): Improve index entry.
5974
5975 * edebug.texi: Improve index entries. Remove redundant/useless ones.
5976
5977 * maps.texi (Standard Keymaps): Remove useless index entry.
5978
5979 * help.texi (Documentation Basics): Remove redundant index entries.
5980
5981 * customize.texi: Improve index entries.
5982 Remove redundant/useless ones.
5983
5984 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
5985
5986 * streams.texi (Output Variables): Improve index entry.
5987
5988 * abbrevs.texi (Abbrevs): Remove useless index entry.
5989
5990 * macros.texi (Expansion): Remove useless index entry.
5991
5992 * text.texi: Improve index entries. Remove redundant/useless ones.
5993 (Text Properties, Examining Properties)
5994 (Special Properties): Use "property category" instead of "category"
5995 to refer to the `category' property.
5996
5997 * positions.texi: Improve index entries. Remove useless one.
5998
5999 * lists.texi: Improve index entries. Remove redundant/useless ones.
6000
6001 * os.texi: Improve index entries.
6002 (Timers): Fix previous change.
6003
6004 * buffers.texi: Improve index entries.
6005 (Modification Time): Get rid of term "obsolete buffer".
6006
6007 * debugging.texi: Improve index entries.
6008 (Test Coverage): Add xref to other test coverage ftr.
6009
6010 * eval.texi: Improve index entry. Remove redundant ones.
6011
6012 * numbers.texi: Improve index entries. Remove redundant/useless ones.
6013
6014 * files.texi: Improve index entries. Remove redundant/useless ones.
6015
6016 * objects.texi: Improve index entries.
6017
6018 * processes.texi: Improve index entries.
6019
6020 * modes.texi: Improve index entry. Remove redundant one.
6021
6022 * nonascii.texi: Improve index entries.
6023
6024 * internals.texi: Improve index entries.
6025
6026 * syntax.texi: Improve index entries.
6027
6028 * keymaps.texi (Active Keymaps): Improve index entries.
6029
6030 * commands.texi: Improve index entries. Remove redundant/useless ones.
6031
6032 * frames.texi: Improve index entries. Remove redundant/useless ones.
6033
6034 * markers.texi: Improve index entries. Remove redundant ones.
6035
6036 * tips.texi: Improve index entries.
6037
6038 * loading.texi (Unloading): Improve index entry.
6039
6040 * variables.texi: Improve index entries. Remove redundant one.
6041
6042 * sequences.texi: Improve index entry.
6043
6044 * display.texi: Improve index entries. Remove redundant ones.
6045
6046 * windows.texi: Improve index entries.
6047
6048 * searching.texi: Improve index entries. Remove redundant one.
6049
6050 * strings.texi (Case Tables): Improve last change.
6051
6052 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
6053
6054 * strings.texi (Case Tables): Document with-case-table and
6055 ascii-case-table.
6056
6057 2007-04-03 Karl Berry <karl@gnu.org>
6058
6059 * processes.texi (Network): Reword to improve page break.
6060
6061 2007-04-03 Eli Zaretskii <eliz@gnu.org>
6062
6063 * functions.texi (Inline Functions): Describe more disadvantages
6064 of defsubst, and make advice against it stronger.
6065
6066 2007-04-02 Karl Berry <karl@gnu.org>
6067
6068 * backups.texi (Backup Names): Avoid widow words.
6069 * modes.texi (Example Major Modes): Align last comment.
6070
6071 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
6072
6073 * keymaps.texi (Remapping Commands): Document new arg to
6074 command-remapping.
6075
6076 2007-04-01 Karl Berry <karl@gnu.org>
6077
6078 * processes.texi (Low-Level Network): Typo.
6079 * loading.texi (Hooks for Loading): Avoid double "the".
6080 * keymaps.texi (Key Sequences): No double "and".
6081 (Changing Key Bindings): Shorten to improve line break.
6082
6083 2007-03-31 Glenn Morris <rgm@gnu.org>
6084
6085 * os.texi (Timers): Fix description of run-at-time TIME formats.
6086
6087 2007-03-31 Richard Stallman <rms@gnu.org>
6088
6089 * display.texi (Invisible Text): Correct buffer-invisibility-spec
6090 regarding ellipsis.
6091
6092 2007-03-31 Eli Zaretskii <eliz@gnu.org>
6093
6094 * intro.texi (nil and t):
6095 * symbols.texi (Plists and Alists):
6096 * variables.texi (Variable Aliases, Constant Variables):
6097 * functions.texi (Defining Functions):
6098 * advice.texi (Advising Primitives):
6099 * debugging.texi (Syntax Errors, Compilation Errors):
6100 * minibuf.texi (Minibuffer Windows):
6101 * commands.texi (Adjusting Point):
6102 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
6103 (Auto Major Mode, Major Mode Conventions):
6104 * help.texi (Describing Characters):
6105 * files.texi (Create/Delete Dirs, Information about Files)
6106 (File Locks, Writing to Files, Reading from Files)
6107 (Saving Buffers):
6108 * windows.texi (Resizing Windows, Cyclic Window Ordering):
6109 * frames.texi (Finding All Frames):
6110 * positions.texi (Buffer End, Motion):
6111 * markers.texi (The Region):
6112 * text.texi (Deletion, Near Point):
6113 * display.texi (Displaying Messages, Truncation):
6114 * os.texi (Processor Run Time):
6115 * tips.texi (Key Binding Conventions, Programming Tips)
6116 (Warning Tips, Documentation Tips, Comment Tips):
6117 * internals.texi (Memory Usage): Improve indexing.
6118
6119 * variables.texi (Frame-Local Variables):
6120 * functions.texi (Argument List):
6121 * loading.texi (Library Search):
6122 * streams.texi (Output Variables):
6123 * keymaps.texi (Translation Keymaps, Searching Keymaps):
6124 * searching.texi (Replacing Match, Search and Replace):
6125 * processes.texi (Byte Packing, Decoding Output)
6126 (Accepting Output, Network Servers, Shell Arguments):
6127 * display.texi (Abstract Display, Image Cache, Scroll Bars):
6128 * windows.texi (Window Point, Window Start):
6129 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
6130 * commands.texi (Reading Input, Keyboard Events):
6131 * minibuf.texi (Reading File Names, Minibuffer Completion)
6132 (Recursive Mini):
6133 * positions.texi (List Motion):
6134 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
6135 * numbers.texi (Arithmetic Operations, Math Functions)
6136 (Predicates on Numbers, Comparison of Numbers):
6137 (Numeric Conversions):
6138 * locals.texi (Standard Buffer-Local Variables):
6139 * maps.texi (Standard Keymaps):
6140 * os.texi (User Identification, System Environment, Recording Input)
6141 (X11 Keysyms):
6142 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
6143 * backups.texi (Backups and Auto-Saving):
6144 * customize.texi (Customization, Group Definitions)
6145 (Variable Definitions):
6146 * compile.texi (Byte Compilation): Improve index entries.
6147
6148 2007-03-31 Karl Berry <karl@gnu.org>
6149
6150 * macros.texi (Defining Macros): Avoid widow syllable.
6151
6152 2007-03-31 Eli Zaretskii <eliz@gnu.org>
6153
6154 * elisp.texi (Top): Postscript -> PostScript.
6155
6156 * display.texi (Images, Postscript Images): Postscript -> PostScript.
6157
6158 2007-03-31 Markus Triska <markus.triska@gmx.at>
6159
6160 * internals.texi (Writing Emacs Primitives): Untabify `For'.
6161
6162 2007-03-30 Karl Berry <karl@gnu.org>
6163
6164 * lists.texi (List-related Predicates): Remove spurious @need.
6165 (Setcdr): Use @smallexample to improve page break.
6166 (Association Lists) <assoc>: Reword to improve page break.
6167
6168 * strings.texi (String Conversion): Insert blank line to improve
6169 page break.
6170
6171 * numbers.texi (Random Numbers): Use @minus{}.
6172 (Math Functions): Use @minus{}.
6173
6174 * intro.texi (Acknowledgements): Avoid line breaks before middle
6175 initials.
6176
6177 2007-03-24 Eli Zaretskii <eliz@gnu.org>
6178
6179 * errors.texi (Standard Errors): Add an index entry.
6180
6181 2007-03-19 Richard Stallman <rms@gnu.org>
6182
6183 * os.texi (Recording Input): recent-keys now gives 300 keys.
6184
6185 2007-03-12 Glenn Morris <rgm@gnu.org>
6186
6187 * os.texi: Replace "daylight savings" with "daylight saving"
6188 throughout.
6189
6190 2007-03-05 Richard Stallman <rms@gnu.org>
6191
6192 * variables.texi (File Local Variables):
6193 Update enable-local-variables values.
6194
6195 2007-03-04 Richard Stallman <rms@gnu.org>
6196
6197 * syntax.texi (Control Parsing): Minor clarification.
6198
6199 * strings.texi (Formatting Strings): Clarify width, precision, flags.
6200
6201 * sequences.texi (Sequence Functions): Move string-bytes away,
6202 add xref.
6203
6204 * nonascii.texi (Text Representations): Move string-bytes here.
6205
6206 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
6207
6208 * minibuf.texi (Basic Completion): Minor clarification.
6209
6210 * markers.texi (The Mark): Clarify existence vs activation of mark.
6211 Other cleanup.
6212
6213 * display.texi (Finding Overlays): Write better example.
6214
6215 * compile.texi (Eval During Compile): Clarify putting macros
6216 in eval-when-compile.
6217
6218 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
6219
6220 * loading.texi (How Programs Do Loading): Fix anchor position at
6221 load-read-function definition doc.
6222
6223 2007-02-21 Kim F. Storm <storm@cua.dk>
6224
6225 * strings.texi (Text Comparison): Mention that assoc-string
6226 converts symbols to strings before testing.
6227
6228 2007-02-17 Kim F. Storm <storm@cua.dk>
6229
6230 * processes.texi (Bindat Spec): Vector types can have optional
6231 element type.
6232 (Bindat Examples): Fix example. Add vector with element type.
6233
6234 2007-02-16 Andreas Schwab <schwab@suse.de>
6235
6236 * strings.texi (Formatting Strings): Document '+' flag.
6237
6238 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
6239
6240 * strings.texi (Modifying Strings): Clarify that `clear-string'
6241 always converts the string to unibyte.
6242
6243 2007-02-14 Kim F. Storm <storm@cua.dk>
6244
6245 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
6246 Rewrite glyph code description to refer to these functions.
6247 Remove details of encoding face number and char into integer code.
6248
6249 2007-02-03 Alan Mackenzie <acm@muc.de>
6250
6251 * loading.texi (Hooks for Loading): Make the description of
6252 `eval-after-load' more detailed, and amend the description of
6253 after-load-alist, in accordance with changes from 2006-05.
6254
6255 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
6256
6257 * modes.texi (Defining Minor Modes): Document that a :require
6258 keyword or similar may be required to make saved customization
6259 variables work.
6260
6261 2007-02-03 Eli Zaretskii <eliz@gnu.org>
6262
6263 * elisp.texi (Top): Make the detailed menu headers compliant with
6264 Texinfo guidelines and with what texnfo-upd.el expects.
6265 Add comments to prevent people from inadvertently modifying the key
6266 parts needed by `texinfo-multiple-files-update'.
6267
6268 2007-02-02 Eli Zaretskii <eliz@gnu.org>
6269
6270 * elisp.texi (Top): Update the top-level menus.
6271
6272 * syntax.texi (Categories): Add index entries.
6273
6274 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
6275
6276 * display.texi (Attribute Functions): Fix name and description of
6277 the UNDERLINE arg of `set-face-underline-p'.
6278
6279 2007-01-29 Eli Zaretskii <eliz@gnu.org>
6280
6281 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
6282 Variables", and "Standard Keymaps" to the detailed menu.
6283
6284 * variables.texi (Future Local Variables): Add index entry.
6285
6286 2007-01-28 Richard Stallman <rms@gnu.org>
6287
6288 * tips.texi (Coding Conventions): Clarify the tip about macros
6289 that define a function or a variable.
6290
6291 * files.texi (File Attributes): UID and GID can be floats.
6292 (Magic File Names): Explain why deferring all operations to
6293 the standard handler does not work.
6294
6295 2007-01-23 Martin Rudalics <rudalics@gmx.at>
6296
6297 * backups.texi (Reverting): Use "buffer" instead of "file"
6298 when talking about major and minor modes.
6299
6300 2007-01-21 Richard Stallman <rms@gnu.org>
6301
6302 * help.texi (Documentation): Add xref to Documentation Tips.
6303
6304 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
6305
6306 * tips.texi (Coding Conventions): Fix typos.
6307
6308 2007-01-05 Richard Stallman <rms@gnu.org>
6309
6310 * modes.texi (Defining Minor Modes): Fix previous change.
6311
6312 2007-01-03 Richard Stallman <rms@gnu.org>
6313
6314 * customize.texi (Variable Definitions, Customization Types):
6315 Don't use * in doc string for defcustom.
6316
6317 2007-01-02 Richard Stallman <rms@gnu.org>
6318
6319 * variables.texi (Variable Aliases): Clarify that aliases vars
6320 always have the same value.
6321
6322 * processes.texi (Bindat Spec): Fix Texinfo usage.
6323
6324 * modes.texi (Defining Minor Modes): Explain effect of command
6325 defined with define-global-minor-mode on new buffers.
6326
6327 2006-12-30 Kim F. Storm <storm@cua.dk>
6328
6329 * keymaps.texi (Tool Bar): Describe `grow-only' value of
6330 `auto-resize-tool-bars'.
6331
6332 2006-12-30 Richard Stallman <rms@gnu.org>
6333
6334 * keymaps.texi (Active Keymaps): Fix previous change.
6335
6336 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
6337
6338 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
6339
6340 2006-12-30 Kim F. Storm <storm@cua.dk>
6341
6342 * processes.texi (Bindat Spec): Clarify using field names in
6343 length specifications.
6344
6345 2006-12-29 Kim F. Storm <storm@cua.dk>
6346
6347 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
6348 Add count and index variables for eval forms in repeat blocks.
6349
6350 2006-12-24 Richard Stallman <rms@gnu.org>
6351
6352 * customize.texi (Variable Definitions):
6353 Document new name custom-add-frequent-value.
6354
6355 2006-12-19 Kim F. Storm <storm@cua.dk>
6356
6357 * commands.texi (Misc Events): User signals now result in sigusr1
6358 and sigusr2 events which are handled through special-event-map.
6359 (Special Events): User signals and drag-n-drop are special.
6360
6361 2006-12-17 Richard Stallman <rms@gnu.org>
6362
6363 * loading.texi (Named Features): Explain subfeatures better.
6364
6365 * customize.texi: Use "option" only for user options.
6366 For the keyword values inside defcustom etc, say "keywords".
6367 For :options value's elements, say "elements".
6368 :group should not be omitted.
6369
6370 * syntax.texi (Parsing Expressions): Split up node.
6371 (Motion via Parsing, Position Parse, Parser State)
6372 (Low-Level Parsing, Control Parsing): New subnodes.
6373 (Parser State): Document syntax-ppss-toplevel-pos.
6374
6375 * positions.texi (List Motion): Punctuation fix.
6376
6377 * files.texi (File Name Completion): Document PREDICATE arg
6378 to file-name-completion.
6379
6380 2006-12-16 Eli Zaretskii <eliz@gnu.org>
6381
6382 * internals.texi (Building Emacs, Writing Emacs Primitives):
6383 Add index entries.
6384
6385 2006-12-11 Richard Stallman <rms@gnu.org>
6386
6387 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
6388 affects face menu. Explain how to make it non-nil without enabling
6389 any fontification.
6390
6391 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6392
6393 * modes.texi (Font Lock Basics): Document nil value of
6394 font-lock-defaults.
6395
6396 2006-12-10 Glenn Morris <rgm@gnu.org>
6397
6398 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
6399 value for system-flag argument. Abbrev tables may not be empty
6400 when major modes are loaded.
6401
6402 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
6403
6404 * makefile.w32-in (maintainer-clean): Partially revert last
6405 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
6406 to protect elisp-covers.texi.
6407
6408 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
6409
6410 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
6411 Don't remove elisp* info files; they are already deleted by the
6412 `clean' and `distclean' targets, and they are in the $(infodir)
6413 directory, not the current one.
6414
6415 2006-12-04 Kim F. Storm <storm@cua.dk>
6416
6417 * commands.texi (Misc Events): Update signal events.
6418 (Event Examples): Add signal example.
6419
6420 2006-11-29 Richard Stallman <rms@gnu.org>
6421
6422 * frames.texi (Visibility of Frames): Explain visible windows
6423 can be covered by others. Add xref for raise-frame.
6424
6425 2006-11-28 Richard Stallman <rms@gnu.org>
6426
6427 * searching.texi (Regexp Special): Update when ^ is special.
6428
6429 2006-11-27 Eli Zaretskii <eliz@gnu.org>
6430
6431 * customize.texi (Customization, Common Keywords)
6432 (Group Definitions, Variable Definitions, Composite Types)
6433 (Type Keywords, Customization Types): Add index entries for
6434 various customization keywords.
6435
6436 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6437
6438 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
6439
6440 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
6441
6442 * frames.texi (Window System Selections): Remove clipboard from
6443 description of selection-coding-system.
6444
6445 2006-11-06 Richard Stallman <rms@gnu.org>
6446
6447 * lists.texi (List Variables): Document COMPARE-FN.
6448
6449 * keymaps.texi: Avoid use of "binding" to mean a relation;
6450 use it only to refer to the meaning associated with a key.
6451 (Keymaps): Change menu node description.
6452
6453 * elisp.texi (Top): Change menu node description.
6454
6455 * display.texi (Managing Overlays): Document overlay-recenter.
6456
6457 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
6458
6459 * Makefile.in: Use relative paths to avoid advertising filesystem
6460 contents during compilation.
6461
6462 2006-10-23 Kim F. Storm <storm@cua.dk>
6463
6464 * commands.texi (Event Input Misc): Update unread-command-events.
6465
6466 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
6467
6468 * lists.texi (Sets And Lists): Fix typos.
6469
6470 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
6471
6472 * control.texi (Processing of Errors): Use @var for an argument,
6473 not @code.
6474
6475 2006-10-16 Richard Stallman <rms@gnu.org>
6476
6477 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
6478
6479 * keymaps.texi (Format of Keymaps): Show all the keymap element
6480 patterns that result from menu items.
6481 (Key Lookup): Minor cleanups.
6482
6483 * modes.texi (Precalculated Fontification): Don't say that
6484 not setting font-lock-defaults avoids loading font-lock.
6485
6486 * help.texi (Documentation): Move xref to Emacs Manual here.
6487 (Documentation Basics): From here.
6488 Also doc emacs-lisp-docstring-fill-column.
6489
6490 * elisp.texi: Update version and ISBN.
6491
6492 * commands.texi (Interactive Call): Clarify KEYS arg to
6493 call-interactively is a vector.
6494 (Command Loop Info): Delete anchor in this-command-keys.
6495 Add anchor in this-command-keys-vector.
6496 (Recursive Editing): Document how recursive-edit
6497 handles the current buffer.
6498
6499 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
6500
6501 * frames.texi (Frame Titles): %c and %l are ignored in
6502 frame-title-format.
6503
6504 2006-10-11 Richard Stallman <rms@gnu.org>
6505
6506 * keymaps.texi (Key Sequences): Clarify use of kbd.
6507
6508 2006-10-10 Kim F. Storm <storm@cua.dk>
6509
6510 * lists.texi (Sets And Lists): Add memql.
6511
6512 2006-10-03 Richard Stallman <rms@gnu.org>
6513
6514 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
6515 Clarify :ascii: and :nonascii:.
6516
6517 2006-09-29 Juri Linkov <juri@jurta.org>
6518
6519 * modes.texi (%-Constructs): Reorder coding systems in the
6520 documentation of %z to the real order displayed in the modeline.
6521
6522 2006-09-25 Richard Stallman <rms@gnu.org>
6523
6524 * os.texi (Timers): Describe timer-max-repeats.
6525
6526 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
6527
6528 * os.texi (Timers): Mention with-local-quit.
6529
6530 2006-09-24 Richard Stallman <rms@gnu.org>
6531
6532 * searching.texi (Searching and Matching): Mention property search.
6533
6534 * commands.texi (Command Loop Info): Explain how read-event affects
6535 this-command-keys.
6536
6537 2006-09-20 Richard Stallman <rms@gnu.org>
6538
6539 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
6540
6541 * windows.texi (Window Start): Minor cleanups.
6542
6543 2006-09-20 Kim F. Storm <storm@cua.dk>
6544
6545 * windows.texi (Window Start): pos-visible-in-window-p allows
6546 specifying t for position to mean "end of window".
6547 Add window-line-height.
6548
6549 * anti.texi (Antinews): Mention window-line-height.
6550
6551 2006-09-19 David Kastrup <dak@gnu.org>
6552
6553 * keymaps.texi (Searching Keymaps): Small clarification.
6554
6555 2006-09-18 Richard Stallman <rms@gnu.org>
6556
6557 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
6558 cause keyboard menus.
6559 (Menu Keymaps): Likewise.
6560 (Defining Menus, Keyboard Menus): Clarify.
6561
6562 * text.texi (Fields): Clarify explanation of constrain-to-field.
6563
6564 2006-09-16 Eli Zaretskii <eliz@gnu.org>
6565
6566 * variables.texi (Tips for Defining): Fix a typo.
6567
6568 2006-09-15 Richard Stallman <rms@gnu.org>
6569
6570 * keymaps.texi (Remapping Commands, Searching Keymaps)
6571 (Active Keymaps): Clean up previous change.
6572
6573 2006-09-15 Jay Belanger <belanger@truman.edu>
6574
6575 * gpl.texi: Replace "Library Public License" by "Lesser Public
6576 License" throughout.
6577
6578 2006-09-15 David Kastrup <dak@gnu.org>
6579
6580 * keymaps.texi (Active Keymaps): Adapt description to use
6581 `get-char-property' instead `get-text-property'. Explain how
6582 mouse events change this. Explain the new optional argument of
6583 `key-binding' and its mouse-dependent lookup.
6584 (Searching Keymaps): Adapt description similarly.
6585 (Remapping Commands): Explain the new optional argument of
6586 `command-remapping'.
6587
6588 2006-09-14 Richard Stallman <rms@gnu.org>
6589
6590 * keymaps.texi (Searching Keymaps): Clarification.
6591 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
6592
6593 2006-09-13 Richard Stallman <rms@gnu.org>
6594
6595 * objects.texi (Character Type): Node split.
6596 Add xref to Describing Characters.
6597 (Basic Char Syntax, General Escape Syntax)
6598 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
6599
6600 2006-09-11 Richard Stallman <rms@gnu.org>
6601
6602 * display.texi (Display Table Format): Wording clarification.
6603 (Glyphs): Clarifications.
6604
6605 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
6606
6607 * keymaps.texi (Active Keymaps): Mention that key-binding checks
6608 local maps.
6609
6610 2006-09-10 Kim F. Storm <storm@cua.dk>
6611
6612 * display.texi (Forcing Redisplay): Document return value of
6613 function redisplay.
6614
6615 2006-09-09 Richard Stallman <rms@gnu.org>
6616
6617 * windows.texi (Window Hooks): Explain limits of
6618 window-scroll-functions.
6619
6620 * display.texi (Fringe Indicators): Update for last change in
6621 indicate-buffer-boundaries.
6622
6623 2006-09-08 Richard Stallman <rms@gnu.org>
6624
6625 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
6626
6627 2006-09-06 Kim F. Storm <storm@cua.dk>
6628
6629 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
6630
6631 * windows.texi (Window Start): Update pos-visible-in-window-p.
6632
6633 2006-09-04 Richard Stallman <rms@gnu.org>
6634
6635 * processes.texi (Accepting Output): Explain SECONDS=0 for
6636 accept-process-output.
6637
6638 * os.texi (Idle Timers): Explain why timer functions should not
6639 loop until (input-pending-p).
6640
6641 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6642
6643 * makefile.w32-in (usermanualdir): New variable.
6644 (elisp.dvi): Use it.
6645
6646 2006-09-01 Eli Zaretskii <eliz@gnu.org>
6647
6648 * buffers.texi (Buffer Modification): Fix last change.
6649
6650 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
6651
6652 * buffers.texi (Buffer Modification):
6653 Document buffer-chars-modified-tick.
6654
6655 2006-08-31 Richard Stallman <rms@gnu.org>
6656
6657 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
6658
6659 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
6660
6661 * modes.texi (Syntactic Font Lock):
6662 Mention font-lock-syntactic-face-function
6663 instead of specific faces.
6664
6665 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
6666
6667 * display.texi (Images): Add xrref to display-images-p.
6668
6669 2006-08-28 Kenichi Handa <handa@m17n.org>
6670
6671 * nonascii.texi (Lisp and Coding Systems): Fix description of
6672 detect-coding-region.
6673
6674 2006-08-27 Michael Olson <mwolson@gnu.org>
6675
6676 * processes.texi (Transaction Queues): Remove stray quote
6677 character.
6678
6679 2006-08-25 Richard Stallman <rms@gnu.org>
6680
6681 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
6682 Add xref.
6683
6684 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
6685
6686 * os.texi (Timers): Avoid waiting inside timers.
6687
6688 2006-08-21 Lute Kamstra <lute@gnu.org>
6689
6690 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
6691
6692 2006-08-20 Richard Stallman <rms@gnu.org>
6693
6694 * os.texi (Idle Timers): New node, split out from Timers.
6695 Document current-idle-time.
6696 * commands.texi (Reading One Event): Update xref.
6697 * elisp.texi (Top): Update subnode menu.
6698
6699 2006-08-16 Richard Stallman <rms@gnu.org>
6700
6701 * keymaps.texi (Extended Menu Items): Show format of cached
6702 bindings in extended menu items.
6703
6704 * customize.texi (Variable Definitions): Explain when the
6705 standard value expression is evaluated.
6706
6707 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
6708
6709 * commands.texi (Reading One Event): Explain idleness in
6710 `read-event'.
6711
6712 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
6713
6714 * text.texi (Near Point): Say "cursor" not "terminal cursor".
6715 (Commands for Insertion): Remove split-line since it's not
6716 relevant for Lisp programming.
6717 (Yank Commands): Rewrite introduction.
6718 (Undo): Clarify.
6719 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
6720 (Filling): Remove redundant comment. Clarify return value of
6721 current-justification.
6722 (Margins): Minor clarifications.
6723 (Adaptive Fill): Update default value of adaptive-fill-regexp.
6724 (Sorting): Update definition of sort-lines.
6725 (Columns): Clarify behavior of sort-columns.
6726 (Indent Tabs): Link to Tab Stops in Emacs manual.
6727 (Special Properties): Clarify.
6728 (Clickable Text): Mention Buttons package.
6729
6730 2006-08-12 Kevin Ryde <user42@zip.com.au>
6731
6732 * os.texi (Time Parsing): Add %z to description of
6733 format-time-string, as per docstring. Add cross reference to
6734 glibc manual for strftime.
6735
6736 2006-08-08 Richard Stallman <rms@gnu.org>
6737
6738 * modes.texi: Clean up wording in previous change.
6739
6740 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
6741
6742 * modes.texi (Hooks): Clarify.
6743 (Major Mode Basics): Mention define-derived-mode explicitly.
6744 (Major Mode Conventions): Rebinding RET is OK for some modes.
6745 Mention change-major-mode-hook and after-change-major-mode-hook.
6746 (Example Major Modes): Move to end of Modes section.
6747 (Mode Line Basics): Clarify.
6748 (Mode Line Data): Mention help-echo and local-map in strings.
6749 Explain reason for treatment of non-risky variables.
6750 (Properties in Mode): Clarify.
6751 (Faces for Font Lock): Add font-lock-negation-char-face.
6752
6753 2006-08-04 Eli Zaretskii <eliz@gnu.org>
6754
6755 * strings.texi (Formatting Strings): Warn against arbitrary
6756 strings as first arg to `format'.
6757
6758 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
6759
6760 * text.texi (Clickable Text): Mention `help-echo' text property.
6761 Update intro, examples and associated explanations.
6762
6763 2006-07-31 Richard Stallman <rms@gnu.org>
6764
6765 * commands.texi: Update xrefs.
6766 (Event Mod): New node, cut out from old Translating Input.
6767
6768 * maps.texi: Update xrefs.
6769
6770 * keymaps.texi (Translation Keymaps): New node.
6771 Update xrefs from Translating Input to Translation Keymaps.
6772
6773 * elisp.texi (Top): Update subnode menu.
6774
6775 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
6776
6777 * os.texi (System Interface): Fix menu descriptions of some nodes.
6778 (Translating Input): Node deleted.
6779
6780 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
6781
6782 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
6783
6784 * lists.texi (Sets And Lists): Likewise.
6785
6786 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
6787
6788 * text.texi (Fields): Mention POS
6789 requirement when narrowing is in effect.
6790
6791 2006-07-28 Richard Stallman <rms@gnu.org>
6792
6793 * display.texi (Face Attributes): Simplify wording.
6794 (Attribute Functions): Clarify meaning of new-frame default
6795 attribute settings.
6796
6797 * customize.texi (Common Keywords): Document how to use
6798 :package-version in a package not in Emacs.
6799
6800 2006-07-28 Kim F. Storm <storm@cua.dk>
6801
6802 * commands.texi (Reading One Event): Fix last change.
6803
6804 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
6805
6806 * commands.texi (Reading One Event): Document SECONDS argument for
6807 read-event, read-char, and read-char-exclusive.
6808
6809 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6810
6811 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
6812 to ensure correct identification.
6813
6814 2006-07-24 Richard Stallman <rms@gnu.org>
6815
6816 * text.texi (Clickable Text): Clarify.
6817
6818 * sequences.texi (Vector Functions): Delete duplicate xref.
6819
6820 * objects.texi (Function Type): Clarify.
6821
6822 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
6823 modes.
6824
6825 * lists.texi (List Variables): New node.
6826 Material moved from other nodes.
6827
6828 * variables.texi (Setting Variables): add-to-list and
6829 add-to-ordered-list moved to List Variables node.
6830
6831 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
6832
6833 * text.texi (Links and Mouse-1):
6834 For mouse-on-link-p, expand on arg POS.
6835
6836 2006-07-21 Kim F. Storm <storm@cua.dk>
6837
6838 * display.texi (Forcing Redisplay): Don't mention systems which
6839 don't support sub-second timers for redisplay-preemption-period.
6840
6841 * os.texi (Terminal Output): Clarify text vs graphical terminal.
6842
6843 2006-07-21 Eli Zaretskii <eliz@gnu.org>
6844
6845 * frames.texi (Input Focus): Document that focus-follows-mouse has
6846 no effect on MS-Windows.
6847
6848 2006-07-18 Richard Stallman <rms@gnu.org>
6849
6850 * display.texi (Forcing Redisplay): Cleanups in previous change.
6851
6852 * processes.texi (Low-Level Network): Make menu more convenient.
6853
6854 2006-07-18 Kim F. Storm <storm@cua.dk>
6855
6856 * display.texi (Forcing Redisplay): redisplay-preemption-period
6857 only used on window systems. Add xref to Terminal Output.
6858
6859 * os.texi (Terminal Output): baud-rate only controls preemption on
6860 non-window systems. Add xref to Forcing Redisplay.
6861
6862 * processes.texi (Low-Level Network): Rename node "Make Network"
6863 to "Network Processes".
6864
6865 2006-07-18 Karl Berry <karl@gnu.org>
6866
6867 * variables.texi, functions.texi, customize.texi, loading.texi:
6868 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
6869
6870 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
6871
6872 * commands.texi (Waiting): Document batch-mode sit-for behavior.
6873
6874 2006-07-17 Richard Stallman <rms@gnu.org>
6875
6876 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
6877 Put period and comma inside quotes.
6878
6879 * loading.texi, markers.texi: Use real doublequote inside menus.
6880
6881 * windows.texi: Put point and comma inside quotes.
6882 (Textual Scrolling): Use @samp for error message.
6883
6884 * variables.texi, tips.texi, syntax.texi, symbols.texi:
6885 * strings.texi, streams.texi, processes.texi, os.texi:
6886 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
6887 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
6888 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
6889 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
6890 Put point and comma inside quotes.
6891
6892 * control.texi (Processing of Errors): Add command-error-function.
6893
6894 * variables.texi (File Local Variables): Clarify that
6895 file local variables make buffer-local bindings.
6896
6897 * modes.texi (Syntactic Font Lock): Give default for
6898 font-lock-syntax-table.
6899
6900 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
6901
6902 * text.texi (Special Properties): Clean up previous change.
6903
6904 2006-07-16 Karl Berry <karl@gnu.org>
6905
6906 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
6907 * control.texi: Fix bad page breaks through chapter 10 (control).
6908
6909 * anti.texi (Antinews): Reorder face-attribute fns to avoid
6910 underfull hbox.
6911
6912 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
6913
6914 * text.texi (Special Properties): Describe fontified text property
6915 in relation to a character (not text).
6916
6917 2006-07-15 Kim F. Storm <storm@cua.dk>
6918
6919 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
6920 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
6921 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
6922
6923 * anti.texi (Antinews): Mention redisplay function.
6924 The kbd macro existed, but was not documented, before 22.x.
6925 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
6926
6927 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
6928
6929 * display.texi (Displaying Messages): Add anchor.
6930
6931 * frames.texi (Dialog Boxes): Use it.
6932
6933 2006-07-12 Richard Stallman <rms@gnu.org>
6934
6935 * objects.texi (Frame Type): Explain nature of frames better.
6936
6937 * frames.texi (Frames): Explain nature of frames better.
6938
6939 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
6940
6941 * tips.texi (Coding Conventions): Explain why use cl at compile time.
6942
6943 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6944
6945 * frames.texi (Window System Selections): Mention scrap support for Mac.
6946 Default value of x-select-enable-clipboard is t on Mac.
6947
6948 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
6949
6950 2006-07-11 Kim F. Storm <storm@cua.dk>
6951
6952 * display.texi (Forcing Redisplay): Add `redisplay' function.
6953 Don't mention (sit-for -1) -- use (redisplay t) instead.
6954
6955 * commands.texi (Waiting): (sit-for -1) is no longer special.
6956 (sit-for 0) is equivalent to (redisplay).
6957 Iconifying/deiconifying no longer makes sit-for return.
6958
6959 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
6960
6961 * display.texi (Buttons): Fix typo.
6962
6963 * index.texi, elisp.texi (New Symbols): Comment node out.
6964
6965 2006-07-09 Richard Stallman <rms@gnu.org>
6966
6967 * display.texi (Truncation): Clean up previous change.
6968
6969 2006-07-08 Richard Stallman <rms@gnu.org>
6970
6971 * commands.texi (Interactive Call): Use 3 as prefix in example
6972 for execute-extended-command.
6973
6974 * display.texi (Attribute Functions): Move paragraph about
6975 compatibility with Emacs < 21.
6976
6977 2006-07-09 Kim F. Storm <storm@cua.dk>
6978
6979 * display.texi (Refresh Screen): Clarify force-window-update.
6980 (Truncation): "Normally" indicated by fringe arrows.
6981
6982 2006-07-08 Eli Zaretskii <eliz@gnu.org>
6983
6984 * windows.texi (Textual Scrolling, Resizing Windows):
6985 * variables.texi (Constant Variables):
6986 * text.texi (Buffer Contents, Deletion, Changing Properties)
6987 (Property Search, Special Properties, Sticky Properties)
6988 (Links and Mouse-1, Fields, Change Hooks):
6989 * syntax.texi (Syntax Table Functions, Parsing Expressions)
6990 (Categories):
6991 * symbols.texi (Other Plists):
6992 * streams.texi (Output Variables):
6993 * processes.texi (Input to Processes, Query Before Exit):
6994 * positions.texi (Word Motion, Text Lines, List Motion):
6995 * os.texi (Init File, System Environment, Sound Output)
6996 (Session Management):
6997 * nonascii.texi (Text Representations, Character Sets)
6998 (Chars and Bytes, Locales):
6999 * modes.texi (Defining Minor Modes, Header Lines):
7000 * minibuf.texi (Minibuffer Contents):
7001 * markers.texi (Information from Markers):
7002 * lists.texi (List Elements, Building Lists, Association Lists):
7003 * keymaps.texi (Tool Bar):
7004 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
7005 * functions.texi (What Is a Function, Mapping Functions):
7006 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
7007 (Color Names, Text Terminal Colors, Display Feature Testing):
7008 * files.texi (Visiting Functions, File Name Components)
7009 (Unique File Names, Contents of Directories):
7010 * display.texi (Forcing Redisplay, Displaying Messages)
7011 (Temporary Displays, Font Selection, Auto Faces)
7012 (Font Lookup, Fringe Indicators, Display Margins)
7013 (Image Descriptors, Showing Images, Image Cache, Button Types)
7014 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
7015 (Display Table Format, Glyphs):
7016 * control.texi (Iteration):
7017 * commands.texi (Command Loop Info, Adjusting Point):
7018 * backups.texi (Making Backups, Auto-Saving):
7019 Remove @tindex entries.
7020
7021 2006-07-07 Kim F. Storm <storm@cua.dk>
7022
7023 * display.texi (Fringe Cursors): Fix typo.
7024 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
7025 (Overlay Arrow): Default is overlay-arrow fringe indicator.
7026
7027 2006-07-05 Richard Stallman <rms@gnu.org>
7028
7029 * text.texi (Buffer Contents): Add example of text props
7030 in result of buffer-substring.
7031 (Text Properties): Explain better about use of specific property names.
7032 (Property Search): Some cleanups; reorder some functions.
7033
7034 * keymaps.texi (Changing Key Bindings): Cleanup.
7035 Add xref to Key Binding Conventions.
7036
7037 * display.texi (Attribute Functions): Add examples for
7038 face-attribute-relative-p.
7039
7040 * tips.texi (Coding Conventions): Cleanup last change.
7041
7042 2006-07-05 Karl Berry <karl@gnu.org>
7043
7044 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
7045 Remove @setchapternewpage odd.
7046 Result is 1013 pages, down from 1100.
7047
7048 * anti.texi, customize.texi, display.texi, internals.texi:
7049 * minibuf.texi, modes.texi, tips.texi:
7050 Fix overfull/underfull boxes.
7051
7052 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7053
7054 * edebug.texi (Instrumenting):
7055 Add Edebug-specific findex for eval-buffer.
7056 * loading.texi (Loading):
7057 Replace eval-current-buffer with eval-buffer.
7058
7059 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
7060
7061 * locals.texi (Standard Buffer-Local Variables): Update the list
7062 of variables.
7063
7064 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
7065
7066 * files.texi (File Name Completion): Point user to the node
7067 "Reading File Names".
7068
7069 2006-06-24 Eli Zaretskii <eliz@gnu.org>
7070
7071 * files.texi (Contents of Directories): Document case-insensitive
7072 behavior on respective filesystems.
7073
7074 * objects.texi (Character Type): Document that Emacs signals an
7075 error for unsupported Unicode characters specified as \uNNNN.
7076
7077 2006-06-19 Richard Stallman <rms@gnu.org>
7078
7079 * processes.texi (Bindat Spec): Clarify previous change.
7080
7081 2006-06-16 Richard Stallman <rms@gnu.org>
7082
7083 * tips.texi (Coding Conventions): Better explain conventions
7084 for definition constructs.
7085
7086 * text.texi (Special Properties): String value of `read-only'
7087 serves as the error message.
7088
7089 * objects.texi (Character Type): Clarify prev. change.
7090 (Non-ASCII in Strings): Mention \u and \U.
7091
7092 * commands.texi (Using Interactive): Explain problem of
7093 markers, etc., in command-history.
7094
7095 2006-06-14 Kim F. Storm <storm@cua.dk>
7096
7097 * commands.texi (Waiting): Negative arg to sit-for forces
7098 redisplay even if input is pending.
7099
7100 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
7101 redisplay. Remove incorrect example of binding redisplay-dont-pause
7102 around (sit-for 0).
7103
7104 2006-06-13 Richard Stallman <rms@gnu.org>
7105
7106 * display.texi (Forcing Redisplay): Clarify previous change.
7107
7108 2006-06-13 Romain Francoise <romain@orebokech.com>
7109
7110 * display.texi (Forcing Redisplay): Fix typo.
7111
7112 2006-06-13 Kim F. Storm <storm@cua.dk>
7113
7114 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
7115
7116 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
7117
7118 * tips.texi (Coding Conventions): Add `@end itemize'.
7119
7120 2006-06-10 Richard Stallman <rms@gnu.org>
7121
7122 * tips.texi (Coding Conventions): Explain use of coding systems
7123 to ensure one decoding for strings.
7124
7125 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
7126
7127 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7128 syntax.
7129
7130 2006-06-07 Eli Zaretskii <eliz@gnu.org>
7131
7132 * display.texi (Font Selection): Remove description of
7133 clear-face-cache.
7134
7135 * compile.texi (Eval During Compile): Fix a typo. Add index
7136 entries for possible uses of eval-when-compile.
7137
7138 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
7139
7140 * display.texi (Abstract Display): Fix typo.
7141
7142 2006-06-03 Eli Zaretskii <eliz@gnu.org>
7143
7144 * minibuf.texi (Minibuffer History) <history-add-new-input>:
7145 Reword variable's description.
7146
7147 2006-06-01 Richard Stallman <rms@gnu.org>
7148
7149 * windows.texi (Splitting Windows): Clarify splitting nonselected
7150 window.
7151
7152 2006-05-31 Juri Linkov <juri@jurta.org>
7153
7154 * minibuf.texi (Minibuffer History): Add history-add-new-input.
7155
7156 2006-05-30 Richard Stallman <rms@gnu.org>
7157
7158 * display.texi (Line Height): Fix errors in description of
7159 default line height and line-height property.
7160
7161 * nonascii.texi (Default Coding Systems): Further clarification.
7162
7163 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
7164
7165 * internals.texi (Pure Storage): Mention that an overflow in pure
7166 space causes a memory leak.
7167 (Garbage Collection): If there was an overflow in pure space,
7168 `garbage-collect' returns nil.
7169
7170 2006-05-30 Eli Zaretskii <eliz@gnu.org>
7171
7172 * nonascii.texi (Default Coding Systems): Fix it some more.
7173
7174 2006-05-29 Eli Zaretskii <eliz@gnu.org>
7175
7176 * nonascii.texi (Default Coding Systems): Fix last change.
7177
7178 2006-05-29 Kenichi Handa <handa@m17n.org>
7179
7180 * nonascii.texi (find-operation-coding-system): Describe the new
7181 argument format (FILENAME . BUFFER).
7182
7183 2006-05-28 Richard Stallman <rms@gnu.org>
7184
7185 * tips.texi (Coding Conventions): Better explain reasons not to
7186 advise other packages or use `eval-after-load'.
7187
7188 2006-05-29 Kim F. Storm <storm@cua.dk>
7189
7190 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
7191 `bindat-idx' and `bindat-raw' for clarity.
7192
7193 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7194
7195 * processes.texi (Bindat Spec): Expand on `repeat' handler.
7196
7197 * display.texi (Display): Add "Abstract Display" to menu.
7198 (Abstract Display, Abstract Display Functions)
7199 (Abstract Display Example): New nodes.
7200 * elisp.texi (Top): Add "Abstract Display" to menu.
7201
7202 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
7203
7204 * keymaps.texi (Key Sequences): Link to input events definition.
7205 (Format of Keymaps): Delete material duplicated in Keymap Basics.
7206
7207 * files.texi (Changing Files): Document updated argument list for
7208 copy-file.
7209
7210 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7211
7212 * processes.texi (Bindat Functions): Explain term "total length".
7213 Use it in bindat-length and bindat-pack descriptions.
7214
7215 2006-05-26 Eli Zaretskii <eliz@gnu.org>
7216
7217 * tips.texi (Coding Conventions): Advise against using
7218 eval-after-load in packages. Add an index entry.
7219
7220 2006-05-25 Juri Linkov <juri@jurta.org>
7221
7222 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
7223
7224 * modes.texi (%-Constructs): Add %e, %z, %Z.
7225
7226 2006-05-25 Richard Stallman <rms@gnu.org>
7227
7228 * elisp.texi (Top): Update subnode menu.
7229
7230 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
7231 (Keymaps): Update menu.
7232
7233 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
7234
7235 * keymaps.texi (Key Sequences): Some clarifications.
7236
7237 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7238
7239 * processes.texi (Bindat Functions): Say "unibyte string"
7240 explicitly for bindat-unpack and bindat-pack descriptions.
7241 (Bindat Examples): Don't call `string-make-unibyte' in example.
7242
7243 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
7244
7245 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
7246 Explain string and vector representations of key sequences.
7247
7248 * keymaps.texi (Changing Key Bindings):
7249 * commands.texi (Interactive Codes):
7250 * help.texi (Describing Characters): Refer to it.
7251
7252 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
7253
7254 * frames.texi (Pointer Shape): @end table -> @end defvar.
7255
7256 2006-05-22 Richard Stallman <rms@gnu.org>
7257
7258 * elisp.texi (Top): Update subnode menus.
7259
7260 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
7261 Contents rewritten; material from old Pointer Shape node moved here.
7262
7263 * display.texi (Pointer Shape): Node deleted.
7264 (Image Descriptors): Minor cleanup.
7265
7266 2006-05-21 Richard Stallman <rms@gnu.org>
7267
7268 * syntax.texi (Parsing Expressions): Update info on which STATE
7269 elements are ignored.
7270
7271 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
7272
7273 * hooks.texi (Standard Hooks): Correct typo.
7274
7275 * gpl.texi (GPL): ifinfo -> ifnottex.
7276
7277 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
7278
7279 * searching.texi (Simple Match Data): Warn about match data being
7280 set anew by every search.
7281
7282 2006-05-17 Richard Stallman <rms@gnu.org>
7283
7284 * minibuf.texi (Minibuffer History): Clarify.
7285
7286 * searching.texi (Regexp Special): Clarify nested regexp warning.
7287
7288 2006-05-16 Kim F. Storm <storm@cua.dk>
7289
7290 * minibuf.texi (Minibuffer History): Update add-to-history.
7291
7292 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
7293
7294 * nonascii.texi (Explicit Encoding):
7295 Fix typo (encoding<->decoding).
7296
7297 2006-05-14 Richard Stallman <rms@gnu.org>
7298
7299 * buffers.texi (Creating Buffers): Cleanup.
7300
7301 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
7302
7303 2006-05-13 Eli Zaretskii <eliz@gnu.org>
7304
7305 * buffers.texi (Current Buffer): Document that with-temp-buffer
7306 disables undo.
7307
7308 * os.texi (Terminal-Specific): More accurate description of how
7309 Emacs searches for the terminal-specific libraries.
7310
7311 2006-05-12 Eli Zaretskii <eliz@gnu.org>
7312
7313 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
7314 emacs-xtra to @inforef's.
7315
7316 * text.texi (Undo): Document that undo is turned off in buffers
7317 whose names begin with a space.
7318
7319 * buffers.texi (Buffer Names): Add index entries for buffers whose
7320 names begin with a space.
7321 (Creating Buffers): Document that undo is turned off in buffers
7322 whose names begin with a space.
7323
7324 * files.texi (Visiting Functions, Reading from Files)
7325 (Saving Buffers): Mention code and EOL conversions by file I/O
7326 primitives and subroutines.
7327
7328 * nonascii.texi (Lisp and Coding Systems):
7329 Document coding-system-eol-type. Add index entries for eol conversion.
7330
7331 * display.texi (Defining Faces): Mention `mac', and add an xref to
7332 where window-system is described.
7333
7334 2006-05-10 Richard Stallman <rms@gnu.org>
7335
7336 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
7337
7338 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
7339
7340 * variables.texi (File Local Variables): Recommend to quote lambda
7341 expressions in safe-local-variable property.
7342
7343 2006-05-09 Richard Stallman <rms@gnu.org>
7344
7345 * variables.texi (File Local Variables):
7346 Document safe-local-eval-forms and safe-local-eval-function.
7347
7348 2006-05-07 Kim F. Storm <storm@cua.dk>
7349
7350 * minibuf.texi (Minibuffer History): Remove keep-dups arg
7351 from add-to-history.
7352
7353 2006-05-07 Romain Francoise <romain@orebokech.com>
7354
7355 * commands.texi (Event Input Misc):
7356 * compile.texi (Eval During Compile):
7357 * internals.texi (Buffer Internals):
7358 * minibuf.texi (Initial Input):
7359 * nonascii.texi (Scanning Charsets):
7360 * numbers.texi (Comparison of Numbers):
7361 * windows.texi (Textual Scrolling, Vertical Scrolling):
7362 Fix various typos.
7363
7364 2006-05-06 Eli Zaretskii <eliz@gnu.org>
7365
7366 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
7367 conditional xref's to either emacs or emacs-xtra, depending on
7368 @iftex/@ifnottex.
7369
7370 * minibuf.texi (Minibuffer History): Document add-to-history.
7371
7372 2006-05-05 Eli Zaretskii <eliz@gnu.org>
7373
7374 * internals.texi (Pure Storage): Mention the pure overflow message
7375 at startup.
7376
7377 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
7378
7379 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
7380 (Searching Keymaps): Fix pseudo-Lisp description of keymap
7381 search.
7382
7383 2006-05-01 Richard Stallman <rms@gnu.org>
7384
7385 * intro.texi (nil and t): Clarify.
7386
7387 * variables.texi (File Local Variables): Suggest using booleanp.
7388
7389 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
7390
7391 * objects.texi (Type Predicates): Fix typos.
7392
7393 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7394
7395 * intro.texi (nil and t): Add booleanp.
7396
7397 * objects.texi (Type Predicates): Add links for booleanp and
7398 string-or-null-p.
7399
7400 2006-04-29 Richard Stallman <rms@gnu.org>
7401
7402 * modes.texi (Multiline Font Lock): Rename from
7403 Multi line Font Lock Elements. Much clarification.
7404 (Font Lock Multiline, Region to Fontify): Much clarification.
7405
7406 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7407
7408 * variables.texi (File Local Variables): Remove the special case t for
7409 safe-local-variable.
7410
7411 2006-04-26 Richard Stallman <rms@gnu.org>
7412
7413 * syntax.texi (Parsing Expressions): Minor cleanup.
7414
7415 2006-04-18 Richard Stallman <rms@gnu.org>
7416
7417 * tips.texi (Coding Conventions): Explain when the package's
7418 prefix should appear later on (not at the start of the name).
7419
7420 * searching.texi (String Search): Clarify effect of NOERROR.
7421
7422 * modes.texi (Imenu): Clarify what special items do.
7423
7424 * hooks.texi (Standard Hooks): Delete text about old hook names.
7425
7426 2006-04-17 Romain Francoise <romain@orebokech.com>
7427
7428 * variables.texi (Local Variables): Update the default value of
7429 `max-specpdl-size'.
7430
7431 2006-04-15 Michael Olson <mwolson@gnu.org>
7432
7433 * processes.texi (Transaction Queues): Mention the new optional
7434 `delay-question' argument for `tq-enqueue'.
7435
7436 2006-04-13 Bill Wohler <wohler@newt.com>
7437
7438 * customize.texi (Common Keywords): Use dotted notation for
7439 :package-version value. Specify its values. Improve documentation
7440 for customize-package-emacs-version-alist.
7441
7442 2006-04-12 Bill Wohler <wohler@newt.com>
7443
7444 * customize.texi (Common Keywords): Move description of
7445 customize-package-emacs-version-alist to @defvar.
7446
7447 2006-04-10 Bill Wohler <wohler@newt.com>
7448
7449 * customize.texi (Common Keywords): Add :package-version.
7450
7451 2006-04-10 Kim F. Storm <storm@cua.dk>
7452
7453 * text.texi (Buffer Contents): Add NOPROPS arg to
7454 filter-buffer-substring.
7455
7456 2006-04-08 Kevin Ryde <user42@zip.com.au>
7457
7458 * os.texi (Command-Line Arguments): Update xref to emacs manual
7459 "Command Arguments" -> "Emacs Invocation", per change there.
7460
7461 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
7462
7463 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
7464 be on one line to help makeinfo not render two spaces after the dot.
7465
7466 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7467
7468 * strings.texi (Predicates for Strings): Add string-or-null-p.
7469
7470 2006-03-28 Kim F. Storm <storm@cua.dk>
7471
7472 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
7473 remarks about systems that don't support fractional seconds.
7474
7475 2006-03-25 Karl Berry <karl@gnu.org>
7476
7477 * elisp.texi: Use @copyright{} instead of (C), and do not indent
7478 the year list.
7479
7480 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
7481
7482 * display.texi (Fringe Indicators): Fix typos.
7483
7484 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7485
7486 * tips.texi (Documentation Tips): One can now also write `program'
7487 in front of a quoted symbol in a docstring to prevent making a
7488 hyperlink.
7489
7490 2006-03-19 Alan Mackenzie <acm@muc.de>
7491
7492 * text.texi (Special Properties): Clarify `fontified' property.
7493
7494 2006-03-16 Richard Stallman <rms@gnu.org>
7495
7496 * display.texi (Defining Images): Minor cleanup.
7497
7498 2006-03-16 Bill Wohler <wohler@newt.com>
7499
7500 * display.texi (Defining Images): In image-load-path-for-library,
7501 prefer user's images.
7502
7503 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
7506
7507 2006-03-15 Bill Wohler <wohler@newt.com>
7508
7509 * display.texi (Defining Images): Fix example in
7510 image-load-path-for-library by not recommending that one binds
7511 image-load-path. Just defvar it to placate compiler and only use
7512 it if previously defined.
7513
7514 2006-03-14 Bill Wohler <wohler@newt.com>
7515
7516 * display.texi (Defining Images): In image-load-path-for-library,
7517 always return list of directories. Update example.
7518
7519 2006-03-14 Alan Mackenzie <acm@muc.de>
7520
7521 * modes.texi: New node, "Region to Fontify" (for Font Lock).
7522 This describes font-lock-extend-region-function.
7523 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
7524 the new node "Region to Fontify".
7525
7526 2006-03-13 Richard Stallman <rms@gnu.org>
7527
7528 * display.texi (Invisible Text): The impossible position is
7529 now before the invisible text, not after.
7530 (Defining Images): Clean up last change.
7531
7532 2006-03-11 Bill Wohler <wohler@newt.com>
7533
7534 * display.texi (Defining Images): Add image-load-path-for-library.
7535
7536 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7537
7538 * text.texi (Adaptive Fill): Fix Texinfo usage.
7539
7540 * strings.texi (Creating Strings): Fix Texinfo usage.
7541
7542 * searching.texi (Regexp Special): Use @samp for regular
7543 expressions that are not in Lisp syntax.
7544
7545 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
7546
7547 * searching.texi (Regexp Special): Put remark between parentheses
7548 to avoid misreading.
7549
7550 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
7551
7552 * searching.texi (Syntax of Regexps): More accurately describe
7553 which characters are special in which situations.
7554 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
7555 are not special. Describe in detail when `[' and `]' are special.
7556 (Regexp Backslash): Plenty of regexps with unbalanced square
7557 brackets are valid, so reword that statement.
7558
7559 2006-03-02 Kim F. Storm <storm@cua.dk>
7560
7561 * keymaps.texi (Tool Bar): Add tool-bar-border.
7562
7563 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
7564
7565 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
7566
7567 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
7568
7569 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
7570
7571 * files.texi (Locating Files): Suggest additional values for the
7572 SUFFIXES arg of `locate-file'. Update pxref.
7573
7574 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
7575 (How Programs Do Loading): Discuss the effects of Auto Compression
7576 mode on `load'.
7577 (Load Suffixes): New node.
7578 (Library Search): Delete description of `load-suffixes'; it was
7579 moved to "Load Suffixes".
7580 (Autoload, Named Features): Mention `load-suffixes'.
7581
7582 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7583
7584 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
7585
7586 * windows.texi (Window Tree): Fix typo.
7587
7588 2006-02-20 Kim F. Storm <storm@cua.dk>
7589
7590 * display.texi (Fringe Indicators): New section.
7591 Move indicate-empty-lines, indicate-buffer-boundaries, and
7592 default-indicate-buffer-boundaries here.
7593 Add fringe-indicator-alist and default-fringes-indicator-alist.
7594 Add list of logical fringe indicator symbols.
7595 Update list of standard bitmap names.
7596 (Fringe Cursors): New section.
7597 Move overflow-newline-into-fringe here.
7598 Add fringe-cursor-alist and default-fringes-cursor-alist.
7599 Add list of fringe cursor symbols.
7600
7601 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
7602
7603 * commands.texi (Using Interactive): Fix reference to node
7604 "Minibuffers".
7605
7606 2006-02-19 Richard M. Stallman <rms@gnu.org>
7607
7608 * minibuf.texi (High-Level Completion):
7609 Add xref to read-input-method-name.
7610
7611 * files.texi (Relative File Names): Move file-relative-name here.
7612 (File Name Expansion): From here. Minor clarifications.
7613
7614 * commands.texi (Using Interactive): Add xrefs about reading input.
7615 Clarify remarks about that moving point and mark.
7616 Put string case before list case.
7617
7618 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
7619
7620 * display.texi (Other Display Specs, Image Descriptors):
7621 Revert erroneous changes. The previous description of
7622 image-descriptors as `(image . PROPS)' was correct.
7623
7624 2006-02-14 Richard M. Stallman <rms@gnu.org>
7625
7626 * variables.texi (File Local Variables): Clarifications.
7627
7628 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
7629
7630 * variables.texi (File Local Variables): Use @code for a cons
7631 cell, not @var.
7632
7633 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
7634
7635 * variables.texi (File Local Variables): Document new file local
7636 variable behavior.
7637
7638 2006-02-10 Kim F. Storm <storm@cua.dk>
7639
7640 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
7641
7642 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
7643
7644 * modes.texi (%-Constructs): Remove obsolete info about
7645 `global-mode-string'.
7646
7647 2006-02-07 Richard M. Stallman <rms@gnu.org>
7648
7649 * commands.texi (Prefix Command Arguments): Minor cleanup.
7650
7651 * display.texi: "Graphical display", not window system.
7652
7653 * functions.texi (What Is a Function): Fix xref.
7654
7655 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
7656 (Changing Key Bindings): Clarify when remapping is better than
7657 substitute-key-definition.
7658
7659 2006-02-02 Richard M. Stallman <rms@gnu.org>
7660
7661 * minibuf.texi (Basic Completion): Completion alists are risky.
7662
7663 * keymaps.texi (Active Keymaps): Clarifications.
7664 (Searching Keymaps): New node.
7665 (Keymaps): Update menu.
7666
7667 * frames.texi (Layout Parameters): Minor clarification.
7668 (Drag and Drop): New node.
7669 (Frames): Update menu.
7670
7671 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
7672
7673 * display.texi (Other Display Specs, Image Descriptors):
7674 Image description is a list, not a cons cell.
7675
7676 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7677
7678 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
7679 list is not necessarily a list).
7680
7681 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7682
7683 * frames.texi (Layout Parameters): border-width and
7684 internal-border-width belong to the frame, not the window.
7685
7686 2006-01-19 Richard M. Stallman <rms@gnu.org>
7687
7688 * nonascii.texi (Translation of Characters): Search cmds use
7689 translation-table-for-input. Automatically made local.
7690
7691 * markers.texi (Overview of Markers): Count insertion type
7692 as one of a marker's attributes.
7693
7694 * keymaps.texi (Controlling Active Maps): New node, split out of
7695 Active Keymaps.
7696 (Keymaps): Menu updated.
7697 (Active Keymaps): Give pseudocode to explain how the active
7698 maps are searched. current-active-maps and key-binding moved here.
7699 (Functions for Key Lookup): current-active-maps and key-binding moved.
7700 Clarifications.
7701 (Searching the Keymaps): New subnode.
7702
7703 * elisp.texi (Top): Menu clarification.
7704
7705 * display.texi (Other Display Specs): Delete duplicate entry for
7706 just a string as display spec. Move text about recursive display
7707 specs on such a string.
7708
7709 * commands.texi (Key Sequence Input): Clarify.
7710 Move num-nonmacro-input-events out.
7711 (Reading One Event): num-nonmacro-input-events moved here.
7712
7713 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
7714
7715 * advice.texi (Simple Advice): Update example to fit argument
7716 change in previous-line.
7717
7718 2006-01-05 Richard M. Stallman <rms@gnu.org>
7719
7720 * markers.texi (The Mark): Fix in `mark'.
7721
7722 2006-01-04 Richard M. Stallman <rms@gnu.org>
7723
7724 * processes.texi (Misc Network, Make Network): Minor cleanups.
7725
7726 2006-01-04 Kim F. Storm <storm@cua.dk>
7727
7728 * processes.texi (Make Network): Add IPv6 addresses and handling.
7729 (Network Feature Testing): Mention (:family ipv6).
7730 (Misc Network): Add IPv6 formats to format-network-address.
7731
7732 2005-12-30 Richard M. Stallman <rms@gnu.org>
7733
7734 * text.texi (Changing Properties):
7735 Don't use return value of set-text-properties.
7736
7737 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7738
7739 * modes.texi (Mode Line Format): Correct typo in menu.
7740
7741 2005-12-29 Richard M. Stallman <rms@gnu.org>
7742
7743 * modes.texi (Mode Line Top): New node.
7744 (Mode Line Data): Some text moved to new node.
7745 Explain the data structure more concretely.
7746 (Mode Line Basics): Clarifications.
7747 (Mode Line Variables): Clarify intro paragraph.
7748 (%-Constructs): Clarify intro paragraph.
7749 (Mode Line Format): Update menu.
7750
7751 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7752
7753 * minibuf.texi (Basic Completion): Update lazy-completion-table
7754 examples for removal of ARGS argument.
7755
7756 2005-12-23 Richard M. Stallman <rms@gnu.org>
7757
7758 * text.texi (Undo): Restore some explanation from the version
7759 that was deleted.
7760
7761 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7762
7763 * text.texi (Undo): Remove duplicate descriptions of `apply
7764 funname' and `apply delta' elements of the undo list.
7765
7766 2005-12-20 Richard M. Stallman <rms@gnu.org>
7767
7768 * help.texi (Help Functions): Update documentation of `apropos'.
7769
7770 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
7771
7772 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
7773 because it is confusing. If the :help-echo keyword is a function,
7774 it is not directly used as the :help-echo overlay property, as the
7775 xref seems to suggest (it does not take the appropriate args).
7776
7777 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7778
7779 * customize.texi (Common Keywords): Fix Texinfo usage.
7780 (Group Definitions, Variable Definitions): Update for new
7781 conventions for using `*' in docstrings.
7782
7783 * tips.texi (Documentation Tips): Update for new conventions for
7784 using `*' in docstrings.
7785
7786 2005-12-16 Richard M. Stallman <rms@gnu.org>
7787
7788 * minibuf.texi (Minibuffer Contents): Minor cleanup.
7789
7790 2005-12-16 Juri Linkov <juri@jurta.org>
7791
7792 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
7793
7794 2005-12-14 Romain Francoise <romain@orebokech.com>
7795
7796 * modes.texi (Customizing Keywords): Rename `append' to `how'.
7797 Fix typo.
7798
7799 2005-12-11 Juri Linkov <juri@jurta.org>
7800
7801 * minibuf.texi (Completion Commands): Add mention of read-file-name
7802 for filename completion keymaps.
7803 (Reading File Names): Add mention of filename completion keymaps
7804 for read-file-name and xref to `Completion Commands'.
7805
7806 2005-12-10 Richard M. Stallman <rms@gnu.org>
7807
7808 * customize.texi (Common Keywords): State caveats for use of :tag.
7809
7810 2005-12-08 Richard M. Stallman <rms@gnu.org>
7811
7812 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
7813 with xrefs and better explanation.
7814 (Completion Commands): Add the filename completion maps.
7815
7816 * objects.texi (Character Type): Clarify that \s is not space
7817 if a dash follows.
7818
7819 2005-12-05 Richard M. Stallman <rms@gnu.org>
7820
7821 * windows.texi (Resizing Windows): Delete preserve-before args.
7822
7823 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7824
7825 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
7826 in full keymaps, since the quirk has been fixed.
7827
7828 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7829
7830 * hooks.texi (Standard Hooks): Add index entries.
7831 Mention `compilation-finish-functions'.
7832
7833 2005-11-27 Richard M. Stallman <rms@gnu.org>
7834
7835 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
7836
7837 2005-11-21 Juri Linkov <juri@jurta.org>
7838
7839 * customize.texi (Common Keywords): Update links types
7840 custom-manual and url-link. Add link types emacs-library-link,
7841 file-link, function-link, variable-link, custom-group-link.
7842
7843 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7844
7845 * display.texi: Revert 2005-11-20 change.
7846
7847 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
7848
7849 * processes.texi (Bindat Functions):
7850 Say "third" to refer to zero-based index "2".
7851
7852 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
7853
7854 * loading.texi (Library Search): Update the default value of
7855 `load-suffixes'.
7856
7857 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7858
7859 * display.texi (Attribute Functions): Mention :ignore-defface.
7860
7861 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7862
7863 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
7864 (Minor Mode Conventions): Mention the use of a hook.
7865
7866 2005-11-06 Richard M. Stallman <rms@gnu.org>
7867
7868 * files.texi (Magic File Names): find-file-name-handler checks the
7869 `operations' property of the handler.
7870
7871 2005-11-03 Richard M. Stallman <rms@gnu.org>
7872
7873 * variables.texi (Frame-Local Variables): Small clarification.
7874
7875 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
7876
7877 * os.texi (Init File): Document ~/.emacs.d/init.el.
7878
7879 2005-10-29 Richard M. Stallman <rms@gnu.org>
7880
7881 * internals.texi (Garbage Collection): Document memory-full.
7882
7883 2005-10-28 Bill Wohler <wohler@newt.com>
7884
7885 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
7886 for URLs.
7887
7888 2005-10-28 Richard M. Stallman <rms@gnu.org>
7889
7890 * minibuf.texi (Completion Commands): Clean up prev change.
7891
7892 2005-10-26 Kevin Ryde <user42@zip.com.au>
7893
7894 * compile.texi (Eval During Compile): Explain recommended uses
7895 of eval-when-compile and eval-and-compile.
7896
7897 2005-10-27 Masatake YAMATO <jet@gyve.org>
7898
7899 * minibuf.texi (Completion Commands):
7900 Write about new optional argument for `display-completion-list'.
7901
7902 2005-10-23 Richard M. Stallman <rms@gnu.org>
7903
7904 * display.texi (Overlay Arrow): Clarify about local bindings of
7905 overlay-arrow-position.
7906
7907 2005-10-22 Eli Zaretskii <eliz@gnu.org>
7908
7909 * internals.texi (Building Emacs): Fix last change.
7910
7911 2005-10-22 Richard M. Stallman <rms@gnu.org>
7912
7913 * internals.texi (Building Emacs): Document eval-at-startup.
7914
7915 2005-10-21 Richard M. Stallman <rms@gnu.org>
7916
7917 * loading.texi (Where Defined): load-history contains abs file names.
7918 symbol-file returns abs file names.
7919
7920 2005-10-19 Kim F. Storm <storm@cua.dk>
7921
7922 * display.texi (Showing Images): Add max-image-size integer value.
7923
7924 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
7925
7926 * display.texi (Showing Images): Document max-image-size.
7927
7928 2005-10-17 Richard M. Stallman <rms@gnu.org>
7929
7930 * commands.texi (Quitting): Minor clarification.
7931
7932 * processes.texi (Sentinels): Clarify about output and quitting.
7933 (Filter Functions): Mention with-local-quit.
7934
7935 2005-10-17 Juri Linkov <juri@jurta.org>
7936
7937 * buffers.texi (Current Buffer):
7938 * commands.texi (Event Input Misc):
7939 * compile.texi (Eval During Compile, Compiler Errors):
7940 * customize.texi (Group Definitions):
7941 * display.texi (Progress, Defining Faces):
7942 * files.texi (Writing to Files):
7943 * modes.texi (Mode Hooks, Defining Minor Modes):
7944 * streams.texi (Output Functions):
7945 * syntax.texi (Syntax Table Functions):
7946 * text.texi (Change Hooks):
7947 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
7948
7949 * commands.texi (Quitting): Replace arg `forms' with `body' in
7950 `with-local-quit'.
7951
7952 * positions.texi (Excursions): Replace arg `forms' with `body' in
7953 `save-excursion'.
7954
7955 2005-10-08 Kim F. Storm <storm@cua.dk>
7956
7957 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
7958 Rename manual section accordingly.
7959
7960 2005-10-04 Kim F. Storm <storm@cua.dk>
7961
7962 * windows.texi (Window Split Tree): New section describing
7963 new function window-split-tree function.
7964
7965 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
7966
7967 * display.texi (Fringe Size/Pos): Simplify and add detail.
7968
7969 2005-09-30 Romain Francoise <romain@orebokech.com>
7970
7971 * minibuf.texi (High-Level Completion): Explain that the prompt
7972 given to `read-buffer' should end with a colon and a space.
7973 Update usage examples.
7974
7975 2005-09-29 Juri Linkov <juri@jurta.org>
7976
7977 * display.texi (Displaying Messages): Rename argument name
7978 `string' to `format-string' in functions `message', `message-box',
7979 `message-or-box'.
7980
7981 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
7982
7983 * errors.texi (Standard Errors): Correct xrefs.
7984
7985 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
7986
7987 * display.texi (Defining Images): Update documentation for
7988 `image-load-path'.
7989
7990 2005-09-17 Richard M. Stallman <rms@gnu.org>
7991
7992 * display.texi (Defining Images): Clean up previous change.
7993
7994 2005-09-16 Romain Francoise <romain@orebokech.com>
7995
7996 * elisp.texi: Specify GFDL version 1.2.
7997
7998 * doclicense.texi (GNU Free Documentation License): Update to
7999 version 1.2.
8000
8001 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
8002
8003 * display.texi (Defining Images): Document `image-load-path'.
8004
8005 2005-09-15 Richard M. Stallman <rms@gnu.org>
8006
8007 * objects.texi (Printed Representation): Minor cleanup.
8008 (Box Diagrams): Minor fix.
8009 (Cons Cell Type): Move (...) index item here.
8010 (Box Diagrams): From here.
8011 (Array Type): Minor fix.
8012 (Type Predicates): Delete index "predicates".
8013 (Hash Table Type): Clarify xref.
8014 (Dotted Pair Notation): Minor fix.
8015
8016 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
8017
8018 * files.texi (Saving Buffers): Fix typo.
8019
8020 2005-09-08 Richard M. Stallman <rms@gnu.org>
8021
8022 * tips.texi (Programming Tips): Correct the "default" prompt spec.
8023
8024 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
8025
8026 * locals.texi (Standard Buffer-Local Variables): Don't include
8027 mode variables for minor modes.
8028 Fix xrefs for buffer-display-count, buffer-display-table,
8029 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
8030 enable-multibyte-characters, fill-column, header-line-format,
8031 left-fringe-width, left-margin, and right-fringe-width.
8032
8033 * hooks.texi (Standard Hooks): All hooks should conform to the
8034 standard naming convention now.
8035 Fix xref for `echo-area-clear-hook'.
8036
8037 * display.texi (Usual Display): Note that indicate-empty-lines and
8038 tab-width are buffer-local.
8039
8040 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
8041
8042 * modes.texi (Mode Help): Note that major-mode is buffer-local.
8043
8044 * nonascii.texi (Encoding and I/O): Note that
8045 buffer-file-coding-system is buffer-local.
8046
8047 * positions.texi (List Motion): Note that defun-prompt-regexp is
8048 buffer-local.
8049
8050 * text.texi (Auto Filling): Note that auto-fill-function is
8051 buffer-local.
8052 (Undo): Note that buffer-undo-list is buffer-local.
8053
8054 * windows.texi (Buffers and Windows):
8055 Document buffer-display-count.
8056
8057 2005-09-06 Richard M. Stallman <rms@gnu.org>
8058
8059 * tips.texi (Coding Conventions): Sometimes it is ok to put the
8060 package prefix elsewhere than at the start of the name.
8061
8062 2005-09-03 Richard M. Stallman <rms@gnu.org>
8063
8064 * tips.texi (Programming Tips): Add conventions for minibuffer
8065 questions and prompts.
8066
8067 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
8068
8069 * intro.texi (nil and t): Minor cleanup.
8070 Delete spurious mention of keyword symbols.
8071 (Evaluation Notation): Add index entry.
8072 (A Sample Function Description): Minor cleanup.
8073 (A Sample Variable Description): Not all vars can be set.
8074
8075 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
8076
8077 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
8078
8079 (Insertion): Document precise type of `insert-char' arg COUNT.
8080
8081 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8082
8083 * modes.texi (Other Font Lock Variables): Sync the default of
8084 font-lock-lines-before.
8085
8086 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
8087
8088 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
8089
8090 2005-08-29 Richard M. Stallman <rms@gnu.org>
8091
8092 * elisp.texi (Top): Update subnode menu.
8093
8094 * searching.texi (Searching and Matching): Move node.
8095 Rearrange contents and add overall explanation.
8096 (Searching and Case): Move node.
8097 (Searching and Matching): Update menu.
8098
8099 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8100
8101 * os.texi (Startup Summary): Fix the description of the initial
8102 startup message display.
8103
8104 2005-08-25 Richard M. Stallman <rms@gnu.org>
8105
8106 * searching.texi (Search and Replace): Add replace-regexp-in-string.
8107
8108 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
8109
8110 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
8111 `next-overlay-change' example.
8112
8113 2005-08-22 Juri Linkov <juri@jurta.org>
8114
8115 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
8116 Fix invert-face. Fix args of face-background.
8117
8118 * display.texi (Standard Faces): Delete node.
8119 (Faces): Add xref to `(emacs)Standard Faces'.
8120 (Displaying Faces): Fix xref to `Standard Faces'.
8121
8122 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
8123
8124 2005-08-20 Alan Mackenzie <acm@muc.de>
8125
8126 * buffers.texi (The Buffer List): Clarify the manipulation of the
8127 buffer list.
8128
8129 2005-08-14 Richard M. Stallman <rms@gnu.org>
8130
8131 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
8132 a regexp.
8133
8134 2005-08-11 Richard M. Stallman <rms@gnu.org>
8135
8136 * elisp.texi (Top): Update subnode lists.
8137
8138 * display.texi (Inverse Video): Node deleted.
8139
8140 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
8141 New nodes split out of Coding Conventions.
8142
8143 * searching.texi (Regular Expressions): Document re-builder.
8144
8145 * os.texi (Time Parsing): New node split out of Time Conversion.
8146
8147 * processes.texi (Misc Network, Network Feature Testing)
8148 (Network Options, Make Network): New nodes split out of
8149 Low-Level Network.
8150
8151 2005-08-09 Richard M. Stallman <rms@gnu.org>
8152
8153 * frames.texi (Geometry): New node, split from Size and Position.
8154 (Frame Parameters): Refer to Geometry.
8155
8156 * buffers.texi (The Buffer List): Fix xrefs.
8157
8158 * windows.texi (Splitting Windows): Fix xref.
8159
8160 * frames.texi (Layout Parameters): Add xref.
8161
8162 * display.texi (Line Height, Scroll Bars): Fix xrefs.
8163
8164 * keymaps.texi (Menu Bar): Fix xref.
8165
8166 * locals.texi (Standard Buffer-Local Variables): Fix xref.
8167
8168 * modes.texi (%-Constructs): Fix xref.
8169
8170 * frames.texi (Window Frame Parameters): Node split up.
8171 (Basic Parameters, Position Parameters, Size Parameters)
8172 (Layout Parameters, Buffer Parameters, Management Parameters)
8173 (Cursor Parameters, Color Parameters): New subnodes.
8174
8175 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
8176
8177 * positions.texi (Screen Lines): Update xref for previous change
8178 in minibuf.texi.
8179
8180 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
8181 change in minibuf.texi.
8182
8183 2005-08-09 Richard M. Stallman <rms@gnu.org>
8184
8185 * tips.texi (Coding Conventions): Minor cleanup.
8186
8187 * modes.texi (Defining Minor Modes): Explain when init-value
8188 can be non-nil.
8189
8190 * elisp.texi (Top): Update submenu for Minibuffer.
8191
8192 * minibuf.texi (Minibuffer Misc): Node split up.
8193 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
8194 (Recursive Mini): New nodes split out from Minibuffer Misc.
8195 (Minibuffer Misc): Document max-mini-window-height.
8196
8197 * hash.texi (Defining Hash): Delete stray paren in example.
8198
8199 * display.texi (Echo Area Customization): Don't define
8200 max-mini-window-height here; xref instead.
8201
8202 * commands.texi (Event Input Misc): Update while-no-input.
8203
8204 * advice.texi (Advising Functions): Explain when to use advice
8205 and when to use a hook.
8206
8207 2005-07-30 Eli Zaretskii <eliz@gnu.org>
8208
8209 * makefile.w32-in (info): Don't run install-info.
8210 ($(infodir)/dir): New target, produced by running install-info.
8211
8212 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
8213
8214 * modes.texi (Defining Minor Modes): The keyword for the initial
8215 value is :init-value, not :initial-value.
8216
8217 2005-07-23 Eli Zaretskii <eliz@gnu.org>
8218
8219 * loading.texi (Autoload): Make the `doctor' example be consistent
8220 with what's in current loaddefs.el. Describe the "fn" magic in
8221 the usage portion of the doc string.
8222
8223 2005-07-22 Richard M. Stallman <rms@gnu.org>
8224
8225 * internals.texi (Garbage Collection): Clarify previous change.
8226
8227 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
8228
8229 * internals.texi (Garbage Collection): Add gc-cons-percentage.
8230
8231 2005-07-18 Juri Linkov <juri@jurta.org>
8232
8233 * commands.texi (Accessing Events):
8234 * frames.texi (Text Terminal Colors, Resources):
8235 * markers.texi (The Mark):
8236 * modes.texi (Defining Minor Modes):
8237 Delete duplicate duplicate words.
8238
8239 2005-07-16 Richard M. Stallman <rms@gnu.org>
8240
8241 * display.texi (Managing Overlays): Clarify make-overlay
8242 args for insertion types.
8243
8244 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
8245
8246 * customize.texi (Variable Definitions):
8247 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
8248 `standard-value' is a list too.
8249 (Defining New Types): Use @key{RET} instead of @key{ret}.
8250
8251 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
8252
8253 * os.texi (Translating Input): Fix typo.
8254
8255 2005-07-08 Richard M. Stallman <rms@gnu.org>
8256
8257 * README: Update edition number and size estimate.
8258
8259 * elisp.texi (VERSION): Set to 2.9.
8260
8261 2005-07-07 Richard M. Stallman <rms@gnu.org>
8262
8263 * book-spine.texinfo: Update Emacs version.
8264
8265 * display.texi (Inverse Video): Delete mode-line-inverse-video.
8266
8267 2005-07-06 Richard M. Stallman <rms@gnu.org>
8268
8269 * searching.texi (Regexp Search): Clarify what re-search-forward
8270 does when the search fails.
8271
8272 2005-07-05 Lute Kamstra <lute@gnu.org>
8273
8274 * Update FSF's address in GPL notices.
8275
8276 * doclicense.texi (GNU Free Documentation License):
8277 * gpl.texi (GPL):
8278 * tips.texi (Coding Conventions, Library Headers):
8279 * vol1.texi:
8280 * vol2.texi: Update FSF's address.
8281
8282 2005-07-04 Richard M. Stallman <rms@gnu.org>
8283
8284 * hooks.texi (Standard Hooks): Add occur-hook.
8285
8286 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
8287
8288 * display.texi (The Echo Area): Correct menu.
8289
8290 2005-07-03 Richard M. Stallman <rms@gnu.org>
8291
8292 * elisp.texi (Top): Update subnode menu for Display.
8293
8294 * display.texi (Displaying Messages): New node, with most
8295 of what was in The Echo Area.
8296 (Progress): Move under The Echo Area.
8297 (Logging Messages): New node with new text.
8298 (Echo Area Customization): New node, the rest of what was
8299 in The Echo Area. Document message-truncate-lines with @defvar.
8300 (Display): Update menu.
8301
8302 * windows.texi (Textual Scrolling): Doc 3 values for
8303 scroll-preserve-screen-position.
8304
8305 * text.texi (Special Properties): Change hook functions
8306 should bind inhibit-modification-hooks around altering buffer text.
8307
8308 * keymaps.texi (Key Binding Commands): Call binding BINDING
8309 rather than DEFINITION.
8310
8311 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
8312
8313 * variables.texi (Defining Variables): `user-variable-p' returns t
8314 for aliases of user options, nil for alias loops.
8315
8316 2005-06-28 Richard M. Stallman <rms@gnu.org>
8317
8318 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
8319 make-keymap.
8320
8321 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
8322
8323 * variables.texi (Setting Variables): Correct and clarify
8324 description of `add-to-ordered-list'.
8325
8326 2005-06-26 Richard M. Stallman <rms@gnu.org>
8327
8328 * display.texi (Faces): Minor cleanup.
8329
8330 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
8331
8332 * display.texi (Faces): `facep' returns t for strings that are
8333 face names.
8334
8335 2005-06-25 Richard M. Stallman <rms@gnu.org>
8336
8337 * objects.texi (Equality Predicates): Clarify meaning of equal.
8338
8339 * windows.texi (Selecting Windows): save-selected-window
8340 and with-selected-window save and restore the current buffer.
8341
8342 2005-06-24 Richard M. Stallman <rms@gnu.org>
8343
8344 * numbers.texi (Float Basics): Explain how to test for NaN,
8345 and printing the sign of NaNs.
8346
8347 2005-06-24 Eli Zaretskii <eliz@gnu.org>
8348
8349 * makefile.w32-in (MAKEINFO): Use --force.
8350
8351 2005-06-23 Richard M. Stallman <rms@gnu.org>
8352
8353 * display.texi (Face Functions): Correct Texinfo usage.
8354
8355 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
8356
8357 * lists.texi (Rings): `ring-elements' now returns the elements of
8358 RING in order.
8359
8360 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
8361
8362 * markers.texi (The Mark): Texinfo usage fix.
8363
8364 2005-06-23 Kim F. Storm <storm@cua.dk>
8365
8366 * searching.texi (Entire Match Data): Remove evaporate option for
8367 match-data. Do not mention evaporate option for set-match-data.
8368
8369 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
8370
8371 * display.texi (Face Functions): Mention face aliases.
8372
8373 2005-06-21 Richard M. Stallman <rms@gnu.org>
8374
8375 * anti.texi (Antinews): Texinfo usage fix.
8376
8377 2005-06-21 Karl Berry <karl@gnu.org>
8378
8379 * elisp.texi: Use @copying.
8380
8381 * elisp.texi: Put @summarycontents and @contents before the Top
8382 node, instead of the end of the file, so that the contents appear
8383 in the right place in the dvi/pdf output.
8384
8385 2005-06-21 Juri Linkov <juri@jurta.org>
8386
8387 * display.texi (Defining Faces): Add `customized-face'.
8388
8389 2005-06-20 Kim F. Storm <storm@cua.dk>
8390
8391 * variables.texi (Setting Variables): Any type of element can be
8392 given order in add-to-ordered-list. Compare elements with eq.
8393
8394 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
8395
8396 2005-06-20 Karl Berry <karl@gnu.org>
8397
8398 * syntax.texi (Syntax Flags): Make last column very slightly wider
8399 to avoid "generic comment" breaking on two lines and causing an
8400 underfull box.
8401
8402 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
8403
8404 * lists.texi (Rings): Various minor clarifications and corrections.
8405
8406 2005-06-18 Richard M. Stallman <rms@gnu.org>
8407
8408 * functions.texi (Obsolete Functions): Simplify.
8409
8410 * variables.texi (Variable Aliases): Simplify.
8411
8412 * anti.texi, backups.texi, compile.texi, customization.texi:
8413 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
8414 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
8415 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
8416 * variables.texi: Fix formatting ugliness.
8417
8418 * elisp.texi: Add links to Rings and Byte Packing.
8419 Update version and copyright years.
8420
8421 * minibuf.texi: Fix formatting ugliness.
8422 (Completion Commands): Move keymap vars to the end
8423 and vars completing-read binds to the top.
8424
8425 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
8426
8427 * processes.texi: Fix typos.
8428 (Bindat Spec): Correct Texinfo error.
8429 (Byte Packing): Fix ungrammatical sentence.
8430
8431 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
8432
8433 * lists.texi (Rings): New node.
8434 (Lists): Add it to menu.
8435
8436 * processes.texi (Byte Packing): New node.
8437 (Processes): Add it to menu.
8438
8439 2005-06-17 Richard M. Stallman <rms@gnu.org>
8440
8441 * syntax.texi (Parsing Expressions): Fix texinfo usage.
8442
8443 * help.texi (Documentation Basics): Explain the xref to
8444 Documentation Tips.
8445
8446 * debugging.texi (Debugger Commands): Minor fix.
8447
8448 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
8449
8450 * edebug.texi (Instrumenting): Eliminate duplicate link.
8451 (Specification List): Replace references to "below", referring to
8452 a later node, with one @ref to that node.
8453
8454 * os.texi (Timers): Timers should save and restore the match data
8455 if they change it.
8456
8457 * debugging.texi (Debugger Commands): Mention that the Lisp
8458 debugger can not step through primitive functions.
8459
8460 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
8461
8462 * functions.texi (Obsolete Functions): Update argument names of
8463 `make-obsolete' and `define-obsolete-function-alias'.
8464
8465 * variables.texi (Variable Aliases): Update argument names of
8466 `defvaralias', `make-obsolete-variable' and
8467 `define-obsolete-variable-alias'.
8468
8469 2005-06-15 Kim F. Storm <storm@cua.dk>
8470
8471 * searching.texi (Entire Match Data): Rephrase warnings about
8472 evaporate arg to match-data and set-match-data.
8473
8474 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8475
8476 * elisp.texi (Top): Update detailed menu.
8477
8478 * edebug.texi (Edebug): Update menu.
8479 (Instrumenting): Update xrefs.
8480 (Edebug Execution Modes): Correct xref.
8481 (Jumping): Clarify description of `h' command.
8482 Eliminate redundant @ref.
8483 (Breaks): New node.
8484 (Breakpoints): Is now a subsubsection.
8485 (Global Break Condition): Mention `C-x X X'.
8486 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
8487 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
8488 (Edebug Display Update): Correct pxref.
8489 (Edebug and Macros): New node.
8490 (Instrumenting Macro Calls): Is now a subsubsection.
8491 Neither arg of `def-edebug-spec' is evaluated.
8492 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
8493 (Specification Examples): Fix typo.
8494
8495 2005-06-14 Lute Kamstra <lute@gnu.org>
8496
8497 * debugging.texi (Function Debugging): Primitives can break on
8498 entry too.
8499
8500 2005-06-14 Kim F. Storm <storm@cua.dk>
8501
8502 * variables.texi (Setting Variables): Add add-to-ordered-list.
8503
8504 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8505
8506 * syntax.texi (Parsing Expressions): Document aux functions and vars of
8507 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
8508
8509 2005-06-13 Lute Kamstra <lute@gnu.org>
8510
8511 * text.texi (Special Properties): Fix cross reference.
8512
8513 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8514
8515 * debugging.texi (Function Debugging): Delete mention of empty
8516 string argument to `cancel-debug-on-entry'. Delete inaccurate
8517 description of the return value of that command.
8518
8519 2005-06-11 Alan Mackenzie <acm@muc.de>
8520
8521 * text.texi (Adaptive Fill): Amplify the description of
8522 fill-context-prefix.
8523
8524 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8525
8526 * syntax.texi (Parsing Expressions): Fix Texinfo error.
8527
8528 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8529
8530 * syntax.texi (Parsing Expressions): Document syntax-ppss.
8531
8532 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8533
8534 * debugging.texi (Error Debugging): Minor rewording.
8535 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
8536 is optional.
8537
8538 2005-06-10 Lute Kamstra <lute@gnu.org>
8539
8540 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
8541 (Top): Give it a title. Correct version number. Give the
8542 detailed node listing a more prominent header.
8543 * intro.texi: Don't set VERSION here a second time.
8544 Mention Emacs's version too.
8545 * anti.texi (Antinews): Use EMACSVER to refer to the current
8546 version of Emacs.
8547
8548 2005-06-09 Kim F. Storm <storm@cua.dk>
8549
8550 * searching.texi (Entire Match Data): Explain new `reseat' argument to
8551 match-data and set-match-data.
8552
8553 2005-06-08 Richard M. Stallman <rms@gnu.org>
8554
8555 * searching.texi (Entire Match Data): Clarify when match-data
8556 returns markers and when integers.
8557
8558 * display.texi (Defining Faces): Explain that face name should not
8559 end in `-face'.
8560
8561 * modes.texi (Mode Line Data): Minor cleanup.
8562 (Customizing Keywords): Node split out of Search-based Fontification.
8563 Add example of using font-lock-add-keywords from a hook.
8564 Clarify when MODE should be non-nil, and when nil.
8565
8566 2005-06-06 Richard M. Stallman <rms@gnu.org>
8567
8568 * modes.texi (Mode Line Data): Explain what happens when the car
8569 of a list is a void symbol.
8570 (Search-based Fontification): Explain MODE arg to
8571 font-lock-add-keywords and warn about calls from major modes.
8572
8573 2005-06-08 Juri Linkov <juri@jurta.org>
8574
8575 * display.texi (Standard Faces): Add `shadow' face.
8576
8577 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
8578
8579 * modes.texi (Major Mode Conventions): A derived mode only needs
8580 to put the call to the parent mode inside `delay-mode-hooks'.
8581
8582 2005-05-29 Richard M. Stallman <rms@gnu.org>
8583
8584 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
8585 new, and what that implies. Clarify.
8586
8587 * files.texi (Locating Files): Clean up the text.
8588
8589 * frames.texi (Window Frame Parameters): Document user-size.
8590 Shorten entry for top by referring to left.
8591
8592 2005-05-26 Richard M. Stallman <rms@gnu.org>
8593
8594 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
8595 is new, and what the implications are. Other clarifications.
8596
8597 2005-05-24 Richard M. Stallman <rms@gnu.org>
8598
8599 * frames.texi (Dialog Boxes): Minor fixes.
8600
8601 2005-05-25 Masatake YAMATO <jet@gyve.org>
8602
8603 * display.texi (Standard Faces): Write about `mode-line-highlight'.
8604
8605 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
8606
8607 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
8608 is optional.
8609
8610 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
8611
8612 * frames.texi (Dialog Boxes): Describe new optional argument.
8613
8614 2005-05-23 Lute Kamstra <lute@gnu.org>
8615
8616 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
8617 syntax-begin-function over font-lock-beginning-of-syntax-function.
8618
8619 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
8620
8621 * minibuf.texi (Reading File Names): Update description of
8622 `read-directory-name'.
8623
8624 * modes.texi (Derived Modes): Clarify :group keyword.
8625
8626 2005-05-21 Eli Zaretskii <eliz@gnu.org>
8627
8628 * files.texi (Locating Files): New subsection.
8629 Describe locate-file and executable-find.
8630
8631 2005-05-21 Kevin Ryde <user42@zip.com.au>
8632
8633 * frames.texi (Initial Parameters): Update cross reference to
8634 "Emacs Invocation".
8635
8636 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
8637
8638 * keymaps.texi (Active Keymaps): Add anchor.
8639
8640 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
8641 (Major Mode Conventions): Refer to `Auto Major Mode' in more
8642 appropriate place.
8643 (Derived Modes): Small clarifications.
8644 (Minor Mode Conventions, Keymaps and Minor Modes):
8645 Replace references to nodes with references to anchors.
8646 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
8647 Clarify description of lists whose first element is an integer.
8648 (Mode Line Variables): Add anchor.
8649 (%-Constructs): Clarify description of integer after %.
8650 (Emulating Mode Line): Describe nil value for FACE.
8651
8652 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8653
8654 * modes.texi (Derived Modes): Correct references to non-existing
8655 variable standard-syntax-table.
8656
8657 2005-05-17 Lute Kamstra <lute@gnu.org>
8658
8659 * modes.texi (Defining Minor Modes): Mention the mode hook.
8660
8661 2005-05-15 Kim F. Storm <storm@cua.dk>
8662
8663 * processes.texi (Network): Remove open-network-stream-nowait.
8664 (Network Servers): Remove open-network-stream-server.
8665
8666 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
8667
8668 * elisp.texi (Top): Update detailed menu.
8669
8670 * variables.texi: Reorder nodes.
8671 (Variables): Update menu.
8672 (File Local Variables): Do not refer to the `-*-' line as
8673 a "local variables list". Add pxref.
8674
8675 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8676
8677 * elisp.texi (Top): Update detailed menu for node changes.
8678
8679 * modes.texi (Modes): Update Menu.
8680 (Hooks): Move to beginning of chapter.
8681 Most minor modes run mode hooks too.
8682 `add-hook' can handle void hooks or hooks whose value is a single
8683 function.
8684 (Major Modes): Update Menu.
8685 (Major Mode Basics): New node, split off from `Major Modes'.
8686 (Major Mode Conventions): Correct xref. Explain how to handle
8687 auto-mode-alist if the major mode command has an autoload cookie.
8688 (Auto Major Mode): Major update. Add magic-mode-alist.
8689 (Derived Modes): Major update.
8690 (Mode Line Format): Update Menu.
8691 (Mode Line Basics): New node, split off from `Mode Line Format'.
8692
8693 * loading.texi (Autoload): Mention `autoload cookie' as synonym
8694 for `magic autoload comment'. Add index entries and anchor.
8695
8696 2005-05-14 Richard M. Stallman <rms@gnu.org>
8697
8698 * tips.texi (Coding Conventions): Explain how important it is
8699 that just loading certain files not change Emacs behavior.
8700
8701 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
8702
8703 2005-05-12 Lute Kamstra <lute@gnu.org>
8704
8705 * modes.texi (Generic Modes): Update.
8706 (Major Modes): Refer to node "Generic Modes".
8707
8708 * elisp.texi (Top): Update to the current structure of the manual.
8709 * processes.texi (Processes): Add menu description.
8710 * customize.texi (Customization): Add menu descriptions.
8711
8712 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
8713
8714 * processes.texi (Signals to Processes)
8715 (Low-Level Network): Fix typos.
8716
8717 2005-05-11 Lute Kamstra <lute@gnu.org>
8718
8719 * elisp.texi (Top): Add some nodes from the chapter "Major and
8720 Minor Modes" to the detailed node listing.
8721
8722 2005-05-10 Richard M. Stallman <rms@gnu.org>
8723
8724 * keymaps.texi (Extended Menu Items): Menu item filter functions
8725 can be called at any time.
8726
8727 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
8728
8729 * variables.texi (File Local Variables): `(hack-local-variables t)'
8730 now also checks whether a mode is specified in the local variables
8731 list.
8732
8733 2005-05-05 Kevin Ryde <user42@zip.com.au>
8734
8735 * display.texi (The Echo Area): Correct format function cross
8736 reference.
8737
8738 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8739
8740 * variables.texi (Variable Aliases): Change description of
8741 `define-obsolete-variable-alias'.
8742
8743 * functions.texi (Functions): Add "Obsolete Functions" to menu.
8744 (Defining Functions): Add xref.
8745 (Obsolete Functions): New node.
8746 (Function Safety): Standardize capitalization of section title.
8747
8748 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
8749 (Dialog Boxes): Complete description of `x-popup-dialog'.
8750
8751 2005-05-04 Richard M. Stallman <rms@gnu.org>
8752
8753 * commands.texi (Interactive Codes): Fix Texinfo usage.
8754 Document U more clearly.
8755
8756 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8757
8758 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
8759 function and not a macro.
8760
8761 * frames.texi (Pop-Up Menus): Correct and clarify description of
8762 `x-popup-menu'.
8763 (Dialog Boxes): Clarify description of `x-popup-dialog'.
8764
8765 2005-05-01 Richard M. Stallman <rms@gnu.org>
8766
8767 * edebug.texi (Checking Whether to Stop): Fix previous change.
8768
8769 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8770
8771 * display.texi: Fix typos and Texinfo usage.
8772
8773 * edebug.texi (Checking Whether to Stop): executing-macro ->
8774 executing-kbd-macro.
8775
8776 2005-05-01 Richard M. Stallman <rms@gnu.org>
8777
8778 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
8779
8780 2005-04-30 Richard M. Stallman <rms@gnu.org>
8781
8782 * files.texi (Magic File Names): Document `operations' property.
8783
8784 2005-04-29 Lute Kamstra <lute@gnu.org>
8785
8786 * modes.texi (Generic Modes): New node.
8787 (Major Modes): Add it to the menu.
8788 (Derived Modes): Add "derived mode" to concept index.
8789
8790 2005-04-28 Lute Kamstra <lute@gnu.org>
8791
8792 * modes.texi (Defining Minor Modes): Fix previous change.
8793 (Font Lock Mode): Simplify.
8794 (Font Lock Basics): Say that font-lock-defaults is buffer-local
8795 when set and that some parts are optional. Add cross references.
8796 (Search-based Fontification): Say how to specify font-lock-keywords.
8797 Add cross references. Add font-lock-multiline to index.
8798 Move font-lock-keywords-case-fold-search here from node "Other Font
8799 Lock Variables". Document font-lock-add-keywords and
8800 font-lock-remove-keywords.
8801 (Other Font Lock Variables): Move font-lock-keywords-only,
8802 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8803 and font-lock-syntactic-face-function to node "Syntactic Font
8804 Lock". Move font-lock-keywords-case-fold-search to node
8805 "Search-based Fontification". Document font-lock-inhibit-thing-lock
8806 and font-lock-{,un}fontify-{buffer,region}-function.
8807 (Precalculated Fontification): Remove reference to deleted variable
8808 font-lock-core-only.
8809 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
8810 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
8811 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8812 and font-lock-syntactic-face-function here from node "Other Font
8813 Lock Variables". Move font-lock-syntactic-keywords to "Setting
8814 Syntax Properties". Add cross references.
8815 (Setting Syntax Properties): New node.
8816 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
8817 * syntax.texi (Syntax Properties): Add cross reference.
8818 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
8819
8820 2005-04-26 Richard M. Stallman <rms@gnu.org>
8821
8822 * display.texi (Defining Faces):
8823 Document `default' elements of defface spec.
8824
8825 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
8826
8827 * variables.texi (Variable Aliases): Clarify text.
8828
8829 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
8830
8831 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
8832
8833 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
8834
8835 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
8836
8837 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8838
8839 * syntax.texi (Syntax Table Internals): Elaborate documentation of
8840 syntax-after and syntax-class.
8841
8842 * files.texi (Changing Files): Fix last change's cross-reference.
8843 (Unique File Names): Don't mention "numbers" in the documentation
8844 of make-temp-file and make-temp-name.
8845
8846 2005-04-23 Richard M. Stallman <rms@gnu.org>
8847
8848 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
8849
8850 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8851
8852 * windows.texi (Cyclic Window Ordering): Clarify window-list.
8853
8854 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8855
8856 * variables.texi (Variable Aliases): Describe make-obsolete-variable
8857 and define-obsolete-variable-alias.
8858
8859 2005-04-22 Kim F. Storm <storm@cua.dk>
8860
8861 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
8862 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
8863
8864 2005-04-21 Lute Kamstra <lute@gnu.org>
8865
8866 * lists.texi (Association Lists): Document rassq-delete-all.
8867
8868 2005-04-19 Richard M. Stallman <rms@gnu.org>
8869
8870 * modes.texi (Search-based Fontification): Explain that
8871 facespec is an expression to be evaluated.
8872
8873 2005-04-19 Kevin Ryde <user42@zip.com.au>
8874
8875 * streams.texi (Output Functions): Fix xref.
8876 * strings.texi (String Conversion): Fix xref.
8877
8878 2005-04-19 Kim F. Storm <storm@cua.dk>
8879
8880 * symbols.texi (Symbol Plists): Add safe-get.
8881 Mention that `get' may signal an error.
8882
8883 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
8884
8885 * customize.texi (Variable Definitions): Replace tooltip-mode
8886 example with save-place.
8887
8888 2005-04-17 Richard M. Stallman <rms@gnu.org>
8889
8890 * buffers.texi (Indirect Buffers): Clarify.
8891
8892 * positions.texi (Positions): Clarify converting marker to integer.
8893
8894 * strings.texi (String Basics): Mention string-match; clarify.
8895
8896 2005-04-08 Lute Kamstra <lute@gnu.org>
8897
8898 * modes.texi (Search-based Fontification): Fix cross references.
8899 Use consistent terminology. Document anchored highlighting.
8900
8901 2005-04-05 Lute Kamstra <lute@gnu.org>
8902
8903 * modes.texi (Defining Minor Modes): Document :group keyword
8904 argument and its default value.
8905
8906 2005-04-03 Lute Kamstra <lute@gnu.org>
8907
8908 * hooks.texi (Standard Hooks): Add some hooks. Add cross
8909 references and/or descriptions. Delete major mode hooks; mention
8910 them as a category instead. Rename or delete obsolete hooks.
8911
8912 2005-04-02 Richard M. Stallman <rms@gnu.org>
8913
8914 * nonascii.texi (Coding System Basics): Another wording cleanup.
8915
8916 2005-04-01 Richard M. Stallman <rms@gnu.org>
8917
8918 * nonascii.texi (Coding System Basics): Clarify previous change.
8919
8920 2005-04-01 Kenichi Handa <handa@m17n.org>
8921
8922 * nonascii.texi (Coding System Basics): Describe about roundtrip
8923 identity of coding systems.
8924
8925 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
8926
8927 * text.texi (Buffer Contents): Add filter-buffer-substring and
8928 buffer-substring-filters.
8929
8930 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
8931
8932 * anti.texi (Antinews): Mention `G' interactive code.
8933
8934 * tips.texi (Compilation Tips): Mention benchmark.el.
8935
8936 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
8937
8938 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
8939 is now bound to M-o M-o.
8940
8941 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
8942
8943 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8944
8945 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
8946 in the Emacs Manual).
8947 * Makefile.in (srcs): Remove calendar.texi.
8948 * makefile.w32-in (srcs): Remove calendar.texi.
8949 * display.texi (Display): Change name of next node.
8950 * os.texi (System In): Change name of previous node.
8951 * elisp.texi (Top): Remove Calendar references.
8952 * vol1.texi (Top): Remove Calendar references.
8953 * vol2.texi (Top): Remove Calendar references.
8954
8955 2005-03-25 Richard M. Stallman <rms@gnu.org>
8956
8957 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
8958 Cleanup previous change.
8959
8960 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
8961
8962 * display.texi (Face Attributes): Faces earlier in an :inherit
8963 list take precedence.
8964 (Scroll Bars): Fix description of vertical-scroll-bars.
8965 Document frame-current-scroll-bars and window-current-scroll-bars.
8966
8967 * markers.texi (The Mark): Document temporary Transient Mark mode.
8968
8969 * minibuf.texi (Reading File Names):
8970 Document read-file-name-completion-ignore-case.
8971
8972 * positions.texi (Screen Lines): Document nil for width argument
8973 to compute-motion.
8974
8975 2005-03-23 Kim F. Storm <storm@cua.dk>
8976
8977 * display.texi (Standard Faces): Other faces used in the fringe
8978 implicitly inherits from the fringe face.
8979 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
8980 properties implicitly inherits from fringe face.
8981 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
8982
8983 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
8984
8985 * display.texi (Invisible Text): State default value of
8986 line-move-ignore-invisible.
8987 (Managing Overlays): Document remove-overlays.
8988 (Standard Faces): Document escape-glyph face.
8989
8990 * minibuf.texi (Reading File Names): Document read-file-name-function.
8991
8992 * modes.texi (Other Font Lock Variables):
8993 Document font-lock-lines-before.
8994
8995 * positions.texi (Skipping Characters): skip-chars-forward allows
8996 character classes.
8997
8998 2005-03-18 Lute Kamstra <lute@gnu.org>
8999
9000 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
9001
9002 2005-03-17 Richard M. Stallman <rms@gnu.org>
9003
9004 * text.texi (Undo): Document extensible undo entries.
9005
9006 * searching.texi (String Search, Regexp Search): Cleanups.
9007
9008 * nonascii.texi (Character Codes): Minor fix.
9009
9010 * display.texi (Display Property): Explain the significance
9011 of having text properties that are eq.
9012 (Other Display Specs): Explain string as display spec.
9013
9014 * commands.texi (Interactive Codes): Document G option.
9015
9016 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
9017
9018 * text.texi (Filling): Add sentence-end-without-period and
9019 sentence-end-without-space.
9020 (Changing Properties): Minor fix.
9021
9022 * anti.texi: Total rewrite.
9023
9024 2005-03-15 Lute Kamstra <lute@gnu.org>
9025
9026 * edebug.texi (Instrumenting Macro Calls): Fix typos.
9027
9028 2005-03-08 Kim F. Storm <storm@cua.dk>
9029
9030 * display.texi (Specified Space): Property :width is support on
9031 non-graphic terminals, :height is not.
9032
9033 2005-03-07 Richard M. Stallman <rms@gnu.org>
9034
9035 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
9036 Now subnodes of Fringes.
9037 (Overlay Arrow): Document overlay-arrow-variable-list.
9038 (Fringe Size/Pos): New node, broken out of Fringes.
9039 (Display): Explain clearing vs redisplay better.
9040 (Truncation): Clarify use of bitmaps.
9041 (The Echo Area): Clarify the uses of the echo area.
9042 Add max-mini-window-height.
9043 (Progress): Clarify.
9044 (Invisible Text): Explain that main loop moves point out.
9045 (Selective Display): Say "hidden", not "invisible".
9046 (Managing Overlays): Move up. Describe relation to Undo here.
9047 (Overlay Properties): Clarify intro.
9048 (Finding Overlays): Explain return values when nothing found.
9049 (Width): truncate-string-to-width has added arg.
9050 (Displaying Faces): Clarify and update mode line face handling.
9051 (Face Functions): Minor cleanup.
9052 (Conditional Display): Merge into Other Display Specs.
9053 (Pixel Specification, Other Display Specs): Minor cleanups.
9054 (Images, Image Descriptors): Minor cleanups.
9055 (GIF Images): Patents have expired.
9056 (Showing Images): Explain default text for insert-image.
9057 (Manipulating Button Types): Merge into Manipulating Buttons.
9058 (Making Buttons): Explain return values.
9059 (Button Buffer Commands): Add xref.
9060 (Inverse Video): Update mode-line-inverse-video.
9061 (Display Table Format): Clarify.
9062 (Active Display Table): Give defaults for window-display-table.
9063
9064 * calendar.texi (Calendar Customizing): calendar-holiday-marker
9065 and calendar-today-marker are strings, not chars.
9066 (Holiday Customizing): Minor fix.
9067
9068 * internals.texi (Writing Emacs Primitives): Update `or' example.
9069 Update limit on # args of subr.
9070
9071 * edebug.texi (Using Edebug): Arrow is in fringe.
9072 (Instrumenting): Arg to eval-defun works without loading edebug.
9073 (Edebug Execution Modes): Add xref.
9074
9075 * customize.texi (Common Keywords): Clarify :require.
9076 Mention :version here.
9077 (Variable Definitions, Group Definitions): Not here.
9078 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
9079
9080 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
9081 * nonascii.texi (Text Representations): Clarify position-bytes.
9082 (Character Sets): Add list-charset-chars.
9083 (Scanning Charsets): Add charset-after.
9084 (Encoding and I/O): Minor fix.
9085
9086 2005-03-06 Richard M. Stallman <rms@gnu.org>
9087
9088 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
9089 (Resizing Windows): Likewise.
9090
9091 * text.texi (Change Hooks): Get rid of "Emacs 21".
9092
9093 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
9094
9095 * streams.texi (Output Variables): Get rid of "Emacs 21".
9096
9097 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
9098
9099 * os.texi (Translating Input): Replace flow-control example
9100 with a less obsolete example that uses `keyboard-translate'.
9101
9102 * objects.texi (Hash Table Type, Circular Objects):
9103 Get rid of "Emacs 21".
9104
9105 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
9106 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
9107
9108 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
9109
9110 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
9111
9112 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
9113 (Menu Bar): Fix when menu-bar-update-hook is called.
9114
9115 * hash.texi (Hash Tables): Get rid of "Emacs 21".
9116
9117 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
9118 and make it read better.
9119
9120 * files.texi (Writing to Files): Get rid of "Emacs 21".
9121 (Unique File Names): Likewise.
9122
9123 * elisp.texi: Update Emacs version to 22.
9124
9125 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
9126 (Overlay Properties, Face Attributes): Likewise.
9127 (Managing Overlays): Fix punctuation.
9128 (Attribute Functions): Clarify set-face-font; get rid of
9129 info about old Emacs versions.
9130 (Auto Faces, Font Lookup, Display Property, Images):
9131 Get rid of "Emacs 21".
9132
9133 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
9134
9135 2005-03-05 Richard M. Stallman <rms@gnu.org>
9136
9137 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
9138
9139 2005-03-04 Lute Kamstra <lute@gnu.org>
9140
9141 * debugging.texi (Error Debugging): Document stack-trace-on-error.
9142
9143 2005-03-03 Lute Kamstra <lute@gnu.org>
9144
9145 * edebug.texi (Instrumenting Macro Calls): Fix typo.
9146
9147 2005-03-01 Lute Kamstra <lute@gnu.org>
9148
9149 * debugging.texi (Debugger Commands): Update `j'.
9150
9151 2005-02-28 Lute Kamstra <lute@gnu.org>
9152
9153 * debugging.texi (Debugging): Fix typo.
9154 (Error Debugging): Document eval-expression-debug-on-error.
9155 (Function Debugging): Update example.
9156 (Using Debugger): Mention starred stack frames.
9157 (Debugger Commands): Document `j' and `l'.
9158 (Invoking the Debugger): `d' and `j' exit recursive edit too.
9159 Update the messages that the debugger displays.
9160 (Internals of Debugger): Add cross reference. Update example.
9161 (Excess Open): Minor improvement.
9162 (Excess Close): Minor improvement.
9163
9164 2005-02-26 Richard M. Stallman <rms@gnu.org>
9165
9166 * tips.texi (Coding Conventions): Clarify.
9167 Put all the major mode key reservations together.
9168 Mention the Mouse-1 => Mouse-2 conventions.
9169
9170 * syntax.texi (Syntax Class Table): Clarify.
9171 (Syntax Table Functions): syntax-after moved from here.
9172 (Syntax Table Internals): syntax-after moved to here.
9173 (Parsing Expressions): Update info on number of values
9174 and what's meaningful in the STATE argument.
9175 (Categories): Fix typo.
9176
9177 * sequences.texi (Arrays): Cleanup.
9178 (Char-Tables): Clarify.
9179
9180 * processes.texi (Deleting Processes): Cleanups, add xref.
9181 (Subprocess Creation): Explain nil in exec-path. Cleanup.
9182 (Process Information): set-process-coding-system, some args optional.
9183 (Input to Processes): Explain various types for PROCESS args.
9184 Rename them from PROCESS-NAME to PROCESS.
9185 (Signals to Processes): Likewise.
9186 (Decoding Output): Cleanup.
9187 (Query Before Exit): Clarify.
9188
9189 * os.texi (Startup Summary): Correct the options; add missing ones.
9190 (Terminal Output, Batch Mode): Clarify.
9191 (Flow Control): Node deleted.
9192
9193 * markers.texi (The Mark): Clarify.
9194
9195 * macros.texi (Expansion): Cleanup.
9196 (Indenting Macros): indent-spec allows ints, not floats.
9197
9198 * keymaps.texi (Keymaps): Clarify.
9199 (Format of Keymaps): Update lisp-mode-map example.
9200 (Active Keymaps, Key Lookup): Clarify.
9201 (Changing Key Bindings): Add xref to `kbd'.
9202 (Key Binding Commands, Simple Menu Items): Clarify.
9203 (Mouse Menus, Menu Bar): Clarify.
9204 (Menu Example): Replace print example with menu-bar-replace-menu.
9205
9206 * help.texi (Documentation Basics): Add function-documentation prop.
9207
9208 * elisp.texi (Top): Don't refer to Flow Control node.
9209
9210 * commands.texi (Command Overview): Improve xrefs.
9211 (Adjusting Point): Adjusting point applies to intangible and invis.
9212 (Key Sequence Input): Doc extra read-key-sequence args.
9213 Likewise for read-key-sequence-vector.
9214
9215 * backups.texi (Rename or Copy): Minor fix.
9216 (Numbered Backups): For version-control, say the default.
9217 (Auto-Saving): make-auto-save-file-name example is simplified.
9218
9219 * advice.texi (Advising Functions): Don't imply one part of Emacs
9220 should advise another part. Markup changes.
9221 (Defining Advice): Move transitional para.
9222 (Activation of Advice): Cleanup.
9223 Explain if COMPILE is nil or negative.
9224
9225 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
9226
9227 2005-02-24 Lute Kamstra <lute@gnu.org>
9228
9229 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
9230 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
9231
9232 2005-02-23 Lute Kamstra <lute@gnu.org>
9233
9234 * modes.texi (Defining Minor Modes): define-minor-mode can be used
9235 to define global minor modes as well.
9236
9237 * display.texi (Managing Overlays): overlay-buffer returns nil for
9238 deleted overlays.
9239
9240 2005-02-22 Kim F. Storm <storm@cua.dk>
9241
9242 * minibuf.texi (Basic Completion): Allow symbols in addition to
9243 strings in try-completion and all-completions.
9244
9245 2005-02-14 Lute Kamstra <lute@gnu.org>
9246
9247 * elisp.texi (Top): Remove reference to deleted node.
9248
9249 * lists.texi (Lists): Remove reference to deleted node.
9250 (Cons Cells): Fix typo.
9251
9252 * loading.texi (Where Defined): Fix typo.
9253
9254 2005-02-14 Richard M. Stallman <rms@gnu.org>
9255
9256 * variables.texi (Creating Buffer-Local): change-major-mode-hook
9257 is useful for discarding some minor modes.
9258
9259 * symbols.texi (Symbol Components): Reorder examples.
9260
9261 * streams.texi (Input Functions): State standard-input default.
9262 (Output Variables): State standard-output default.
9263
9264 * objects.texi (Printed Representation): Clarify read syntax vs print.
9265 (Floating Point Type): Explain meaning better.
9266 (Symbol Type): Explain uniqueness better.
9267 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
9268 List examples sooner.
9269 (Box Diagrams): New subnode broken out.
9270 Some examples moved from old Lists as Boxes node.
9271 (Dotted Pair Notation): Clarify intro.
9272 (Array Type): Clarify.
9273 (Type Predicates): Add hash-table-p.
9274
9275 * numbers.texi (Integer Basics): Clarify radix explanation.
9276 (Predicates on Numbers): Minor clarification.
9277 (Comparison of Numbers): Minor clarification. Clarify eql.
9278 Typos in min, max.
9279 (Math Functions): Clarify overflow in expt.
9280
9281 * minibuf.texi (Text from Minibuffer): Minor clarification.
9282 Mention arrow keys.
9283
9284 * loading.texi (Autoload): defun's doc string overrides autoload's
9285 doc string.
9286 (Repeated Loading): Modernize "add to list" examples.
9287 (Where Defined): Finish updating table of load-history elts.
9288
9289 * lists.texi (List-related Predicates): Minor wording improvement.
9290 (Lists as Boxes): Node deleted.
9291 (Building Lists): Explain trivial cases of number-sequence.
9292
9293 * hash.texi (Hash Tables): Add desc to menu items.
9294 (Creating Hash): Explain "full" means "make larger".
9295 (Hash Access): Any object can be a key.
9296 State value of maphash.
9297
9298 * functions.texi (What Is a Function): Wording cleanup.
9299 (Function Documentation): Minor cleanup.
9300 Explain purpose of calling convention at end of doc string.
9301 (Function Names): Wording cleanup.
9302 (Calling Functions): Wording cleanup.
9303 Explain better how funcall calls the function.
9304 (Function Cells): Delete example of saving and redefining function.
9305
9306 * control.texi (Combining Conditions): Wording cleanup.
9307 (Iteration): dolist and dotimes bind VAR locally.
9308 (Cleanups): Xref to Atomic Changes.
9309
9310 * compile.texi (Byte Compilation): Delete 19.29 info.
9311 (Compilation Functions): Macros' difficulties don't affect defsubst.
9312 (Docs and Compilation): Delete 19.29 info.
9313
9314 2005-02-10 Richard M. Stallman <rms@gnu.org>
9315
9316 * objects.texi (Symbol Type): Minor correction.
9317
9318 2005-02-06 Lute Kamstra <lute@gnu.org>
9319
9320 * modes.texi (Example Major Modes): Fix typos.
9321
9322 2005-02-06 Richard M. Stallman <rms@gnu.org>
9323
9324 * text.texi (Margins): fill-nobreak-predicate can be one function.
9325
9326 * strings.texi (Modifying Strings): clear-string can make unibyte.
9327 (Formatting Strings): format gives error if values missing.
9328
9329 * positions.texi (Character Motion): Mention default arg
9330 for forward-char. backward-char refers to forward-char.
9331 (Word Motion): Mention default arg for forward-word.
9332 (Buffer End Motion): Mention default arg for beginning-of-buffer.
9333 Simplify end-of-buffer.
9334 (Text Lines): Mention default arg for forward-line.
9335 (List Motion): Mention default arg for beginning/end-of-defun.
9336 (Skipping Characters): Minor fixes in explaining character-set.
9337
9338 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
9339 Mode inheritance applies only when default-major-mode is nil.
9340 Clarifications.
9341 (Example Major Modes): Update Text mode and Lisp mode examples.
9342 (Minor Mode Conventions): Mention define-minor-mode at top.
9343 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
9344 (Mode Line Format): Update mode line face display info.
9345 (Properties in Mode): Mention effect of risky vars.
9346 (Imenu): Define imenu-add-to-menubar.
9347 (Font Lock Mode): Add descriptions to menu lines.
9348 (Faces for Font Lock): Add font-lock-doc-face.
9349
9350 2005-02-05 Lute Kamstra <lute@gnu.org>
9351
9352 * text.texi (Maintaining Undo): Remove obsolete function.
9353
9354 2005-02-05 Eli Zaretskii <eliz@gnu.org>
9355
9356 * frames.texi (Color Names): Add pointer to the X docs about RGB
9357 color specifications. Improve indexing.
9358 (Text Terminal Colors): Replace the description of RGB values by
9359 an xref to "Color Names".
9360
9361 2005-02-03 Richard M. Stallman <rms@gnu.org>
9362
9363 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
9364 Clarify.
9365 (Selecting Windows): Clarify save-selected-window.
9366 (Cyclic Window Ordering): Clarify walk-windows.
9367 (Window Point): Clarify.
9368 (Window Start): Add comment to example.
9369 (Resizing Windows): Add `interactive' specs in examples.
9370 Document fit-window-to-buffer.
9371
9372 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
9373 (Undo, Maintaining Undo): Clarify last change.
9374 (Sorting): In sort-numeric-fields, explain about octal and hex.
9375 Mention sort-numeric-base.
9376 (Format Properties): Add xref for hard newlines.
9377
9378 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
9379 (Pop-Up Menus): Fix typo.
9380 (Color Names): Explain all types of color names.
9381 Explain color-values on B&W terminal.
9382 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
9383
9384 * files.texi (File Locks): Not supported on MS systems.
9385 (Testing Accessibility): Clarify.
9386
9387 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
9388 (Coverage Testing): Fix typo.
9389
9390 * commands.texi (Misc Events): Remove stray space.
9391
9392 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
9393 (Modification Time): Clarify when visited-file-modtime returns 0.
9394 (The Buffer List): Clarify bury-buffer.
9395 (Killing Buffers): Clarify.
9396 (Indirect Buffers): Add clone-indirect-buffer.
9397
9398 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
9399
9400 * edebug.texi (Printing in Edebug): Fix default value of
9401 edebug-print-circle.
9402 (Coverage Testing): Fix displayed frequency count data.
9403
9404 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
9405
9406 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
9407
9408 2005-02-02 Kim F. Storm <storm@cua.dk>
9409
9410 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
9411
9412 2005-01-29 Eli Zaretskii <eliz@gnu.org>
9413
9414 * commands.texi (Misc Events): Describe the help-echo event.
9415
9416 * text.texi (Special Properties) <help-echo>: Use `pos'
9417 consistently in description of the help-echo property.
9418 Use @code{nil} instead of @var{nil}.
9419
9420 * display.texi (Overlay Properties): Fix the index entry for
9421 help-echo overlay property.
9422
9423 * customize.texi (Type Keywords): Uncomment the xref to the
9424 help-echo property documentation.
9425
9426 2005-01-23 Kim F. Storm <storm@cua.dk>
9427
9428 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
9429 return value. Third element FULLY replaced by PARTIAL which
9430 specifies number of invisible pixels if row is only partially visible.
9431 (Textual Scrolling): Mention auto-window-vscroll.
9432 (Vertical Scrolling): New defvar auto-window-vscroll.
9433
9434 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
9435
9436 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
9437 command remapping.
9438
9439 2005-01-15 Richard M. Stallman <rms@gnu.org>
9440
9441 * display.texi (Defining Images): Mention DATA-P arg of create-image.
9442
9443 2005-01-14 Kim F. Storm <storm@cua.dk>
9444
9445 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
9446
9447 * text.texi (Links and Mouse-1): Fix string and vector item.
9448
9449 2005-01-13 Richard M. Stallman <rms@gnu.org>
9450
9451 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
9452 descriptions of overriding-local-map and overriding-terminal-local-map.
9453
9454 * text.texi (Links and Mouse-1): Clarify text.
9455
9456 2005-01-13 Kim F. Storm <storm@cua.dk>
9457
9458 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
9459
9460 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
9461
9462 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
9463
9464 2005-01-12 Kim F. Storm <storm@cua.dk>
9465
9466 * text.texi (Links and Mouse-1): Rename section from Enabling
9467 Mouse-1 to Following Links. Change xrefs.
9468 Add examples for define-button-type and define-widget.
9469
9470 * display.texi (Button Properties, Button Buffer Commands):
9471 Clarify mouse-1 and follow-link functionality.
9472
9473 2005-01-12 Richard M. Stallman <rms@gnu.org>
9474
9475 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
9476
9477 * display.texi (Beeping): Fix Texinfo usage.
9478
9479 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
9480
9481 2005-01-11 Kim F. Storm <storm@cua.dk>
9482
9483 * display.texi (Button Properties, Button Buffer Commands):
9484 Mention mouse-1 binding. Add follow-link keyword.
9485
9486 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
9487 (Enabling Mouse-1 to Follow Links): New subsection.
9488
9489 2005-01-06 Richard M. Stallman <rms@gnu.org>
9490
9491 * text.texi (Special Properties): Minor change.
9492
9493 * os.texi (Timers): Clarify previous change.
9494
9495 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
9496
9497 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
9498
9499 * display.texi (Face Attributes): Correct xref to renamed node.
9500
9501 2005-01-01 Richard M. Stallman <rms@gnu.org>
9502
9503 * display.texi (Face Attributes): Describe hex color specs.
9504
9505 2004-12-31 Richard M. Stallman <rms@gnu.org>
9506
9507 * os.texi (Timers): Update previous change.
9508
9509 2004-12-30 Kim F. Storm <storm@cua.dk>
9510
9511 * display.texi (Line Height): Total line-height is now specified
9512 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
9513 in cons cells. (nil . RATIO) is relative to actual line height.
9514 Use line-height `t' instead of `0' to get minimum height.
9515
9516 2004-12-29 Richard M. Stallman <rms@gnu.org>
9517
9518 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
9519
9520 2004-12-28 Richard M. Stallman <rms@gnu.org>
9521
9522 * commands.texi (Quitting): Clarify value of with-local-quit.
9523
9524 * elisp.texi (Top): Fix previous change.
9525
9526 * loading.texi (Loading): Fix previous change.
9527
9528 2004-12-27 Richard M. Stallman <rms@gnu.org>
9529
9530 * Makefile.in (MAKEINFO): Specify --force.
9531
9532 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
9533
9534 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
9535
9536 * display.texi (Line Height): Further clarify.
9537
9538 * elisp.texi (Top): Update Loading submenu.
9539
9540 * loading.texi (Where Defined): New node.
9541 (Unloading): load-history moved to Where Defined.
9542
9543 2004-12-21 Richard M. Stallman <rms@gnu.org>
9544
9545 * commands.texi (Event Input Misc): Add while-no-input.
9546
9547 2004-12-11 Richard M. Stallman <rms@gnu.org>
9548
9549 * display.texi (Line Height): Rewrite text for clarity.
9550
9551 2004-12-11 Kim F. Storm <storm@cua.dk>
9552
9553 * display.texi (Display): Add node "Line Height" to menu.
9554 (Line Height): New node. Move full description of line-spacing
9555 and line-height text properties here from text.texi.
9556 (Scroll Bars): Add vertical-scroll-bar variable.
9557
9558 * frames.texi (Window Frame Parameters): Remove line-height defvar.
9559
9560 * locals.texi (Standard Buffer-Local Variables): Fix xref for
9561 line-spacing and vertical-scroll-bar.
9562
9563 * text.texi (Special Properties): Just mention line-spacing and
9564 line-height here, add xref to new "Line Height" node.
9565
9566 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
9567
9568 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
9569
9570 * locals.texi (Standard Buffer-Local Variables):
9571 Add @xref for `line-spacing'.
9572
9573 2004-12-05 Richard M. Stallman <rms@gnu.org>
9574
9575 * Makefile.in (maintainer-clean): Remove the info files
9576 in $(infodir) where they are created.
9577
9578 2004-12-03 Richard M. Stallman <rms@gnu.org>
9579
9580 * windows.texi (Selecting Windows): get-lru-window and
9581 get-largest-window don't consider dedicated windows.
9582
9583 * text.texi (Undo): Document undo-in-progress.
9584
9585 2004-11-26 Richard M. Stallman <rms@gnu.org>
9586
9587 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
9588 Remove a few vars that are not always buffer-local.
9589
9590 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
9591
9592 * locals.texi (Standard Buffer-Local Variables): Comment out
9593 xref's to non-existent node `Yet to be written'.
9594
9595 2004-11-24 Richard M. Stallman <rms@gnu.org>
9596
9597 * processes.texi (Synchronous Processes): Grammar fix.
9598
9599 * numbers.texi (Comparison of Numbers): Add eql.
9600
9601 * locals.texi (Standard Buffer-Local Variables): Add many vars.
9602
9603 * intro.texi (Printing Notation): Fix previous change.
9604
9605 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
9606 and default-indicate-buffer-boundaries from here.
9607 (Usual Display): To here.
9608 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
9609 (Usual Display): Move tab-width up.
9610
9611 * customize.texi (Variable Definitions):
9612 Replace show-paren-mode example with tooltip-mode.
9613 (Simple Types, Composite Types, Defining New Types):
9614 Minor cleanups.
9615
9616 2004-11-21 Jesper Harder <harder@ifa.au.dk>
9617
9618 * processes.texi (Synchronous Processes, Output from Processes):
9619 Markup fix.
9620
9621 2004-11-20 Richard M. Stallman <rms@gnu.org>
9622
9623 * positions.texi (Skipping Characters): skip-chars-forward
9624 now handles char classes.
9625
9626 * intro.texi (Printing Notation): Avoid confusion of `print'
9627 when explaining @print.
9628
9629 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
9630
9631 * display.texi (Display Table Format): Minor fix.
9632
9633 * streams.texi (Output Functions): Fix print example.
9634
9635 * Makefile.in (elisp): New target.
9636 (dist): Depend on $(infodir)/elisp, not elisp.
9637 Copy the info files from $(infodir).
9638
9639 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
9640 read-from-minibuffer.
9641
9642 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
9643
9644 2004-11-19 Richard M. Stallman <rms@gnu.org>
9645
9646 * searching.texi (Regexp Search): Add search-whitespace-regexp.
9647
9648 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
9649
9650 * tips.texi (Coding Conventions): Fix typo.
9651
9652 2004-11-16 Richard M. Stallman <rms@gnu.org>
9653
9654 * tips.texi (Coding Conventions): Separate defvar and require
9655 methods to avoid warnings. Use require only when there are many
9656 functions and variables from that package.
9657
9658 * minibuf.texi (Minibuffer Completion): When ignoring case,
9659 predicate must not be case-sensitive.
9660
9661 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
9662 (Test Coverage): Don't talk about "splotches". Clarified.
9663
9664 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
9665
9666 * frames.texi (Window Frame Parameters): Fix typo.
9667
9668 2004-11-15 Kim F. Storm <storm@cua.dk>
9669
9670 * symbols.texi (Other Plists): Note that plist-get may signal error.
9671 Add safe-plist-get.
9672
9673 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9674
9675 * modes.texi (Font Lock Basics): Fix typo.
9676
9677 2004-11-08 Richard M. Stallman <rms@gnu.org>
9678
9679 * syntax.texi (Syntax Table Functions): Add syntax-after.
9680
9681 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
9682
9683 * os.texi (Processor Run Time): New section documenting
9684 get-internal-run-time.
9685
9686 2004-11-06 Eli Zaretskii <eliz@gnu.org>
9687
9688 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
9689 it nukes elisp-cover.texi.
9690 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
9691 elisp-0 etc.
9692
9693 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
9694
9695 * commands.texi (Keyboard Macros): Document `append' return value
9696 of `defining-kbd-macro'.
9697
9698 2004-11-01 Richard M. Stallman <rms@gnu.org>
9699
9700 * commands.texi (Interactive Call): Add called-interactively-p.
9701
9702 2004-10-29 Simon Josefsson <jas@extundo.com>
9703
9704 * minibuf.texi (Reading a Password): Revert.
9705
9706 2004-10-28 Richard M. Stallman <rms@gnu.org>
9707
9708 * frames.texi (Display Feature Testing): Explain about "vendor".
9709
9710 2004-10-27 Richard M. Stallman <rms@gnu.org>
9711
9712 * commands.texi (Interactive Codes): `N' uses numeric prefix,
9713 not raw. Clarify `n'.
9714 (Interactive Call): Rewrite interactive-p, focusing on when
9715 and how to use it.
9716 (Misc Events): Clarify previous change.
9717
9718 * advice.texi (Simple Advice): Clarify what job the example does.
9719 (Around-Advice): Clarify ad-do-it.
9720 (Activation of Advice): An option of ad-default-compilation-action
9721 is `never', not `nil'.
9722
9723 2004-10-26 Kim F. Storm <storm@cua.dk>
9724
9725 * commands.texi (Interactive Codes): Add U code letter.
9726
9727 2004-10-25 Simon Josefsson <jas@extundo.com>
9728
9729 * minibuf.texi (Reading a Password): Add.
9730
9731 2004-10-24 Jason Rumney <jasonr@gnu.org>
9732
9733 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
9734 and wheel-down.
9735
9736 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
9737
9738 * processes.texi (Synchronous Processes): Document process-file.
9739
9740 2004-10-22 Kenichi Handa <handa@m17n.org>
9741
9742 * text.texi (translate-region): Document that it accepts also a
9743 char-table.
9744
9745 2004-10-22 David Ponce <david@dponce.com>
9746
9747 * windows.texi (Resizing Windows): Document the `preserve-before'
9748 argument of the functions `enlarge-window' and `shrink-window'.
9749
9750 2004-10-19 Jason Rumney <jasonr@gnu.org>
9751
9752 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
9753
9754 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
9755
9756 * text.texi (Filling): Add anchor for definition of
9757 `sentence-end-double-space'.
9758
9759 * searching.texi (Regexp Example): Update description of how
9760 Emacs currently recognizes the end of a sentence.
9761 (Standard Regexps): Update definition of the variable
9762 `sentence-end'. Add definition of the function `sentence-end'.
9763
9764 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
9765
9766 * display.texi (Progress): New node.
9767
9768 2004-10-05 Kim F. Storm <storm@cua.dk>
9769
9770 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
9771
9772 2004-09-29 Kim F. Storm <storm@cua.dk>
9773
9774 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
9775 to identify bitmaps. Remove -fringe-bitmap suffix for standard
9776 fringe bitmap symbols, as they now have their own namespace.
9777 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
9778 vs. pixels. Signal error if no free bitmap slots.
9779 (Pixel Specification): Change IMAGE to @var{image}.
9780
9781 2004-09-28 Richard M. Stallman <rms@gnu.org>
9782
9783 * text.texi (Special Properties): Clarify line-spacing and line-height.
9784
9785 * searching.texi (Regexp Search): Add looking-back.
9786
9787 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
9788
9789 * display.texi: Correct typos.
9790 (Image Descriptors): Correct xref's.
9791
9792 2004-09-25 Richard M. Stallman <rms@gnu.org>
9793
9794 * text.texi (Special Properties): Cleanups in `cursor'.
9795 Rewrites in `line-height' and `line-spacing'; exchange them.
9796
9797 * display.texi (Fringes): Rewrite previous change.
9798 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
9799 (Display Fringe Bitmaps): Node deleted, text moved.
9800 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
9801 (Scroll Bars): Clarify set-window-scroll-bars.
9802 (Pointer Shape): Rewrite.
9803 (Specified Space): Clarify :align-to, etc.
9804 (Pixel Specification): Use @var. Clarify new text.
9805 (Other Display Specs): Clarify `slice'.
9806 (Image Descriptors): Cleanups.
9807 (Showing Images): Cleanups.
9808
9809 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
9810
9811 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
9812
9813 * modes.texi: Various minor changes in addition to:
9814 (Major Mode Conventions): Final call to `run-mode-hooks' should
9815 not be inside the `delay-mode-hooks' form.
9816 (Mode Hooks): New node.
9817 (Hooks): Delete obsolete example.
9818 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
9819 node "Mode Hooks".
9820
9821 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
9822
9823 * display.texi: Correct various typos.
9824 (Display): Rename node "Pointer Shapes" to "Pointer
9825 Shape". (There is already a node called "Pointer Shapes" in
9826 frames.texi.)
9827 (Images): Remove non-existent node "Image Slices" from menu.
9828
9829 2004-09-23 Kim F. Storm <storm@cua.dk>
9830
9831 * text.texi (Special Properties): Add `cursor', `pointer',
9832 `line-height', and `line-spacing' properties.
9833
9834 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
9835 Shapes' to menu.
9836 (Standard Faces): Doc fix for fringe face.
9837 (Fringes): Add `overflow-newline-into-fringe' and
9838 'indicate-buffer-boundaries'.
9839 (Fringe Bitmaps, Pointer Shapes): New nodes.
9840 (Display Property): Add 'Pixel Specification' and 'Display Fringe
9841 Bitmaps' to menu.
9842 (Specified Space): Describe pixel width and height.
9843 (Pixel Specification): New node.
9844 (Other Display Specs): Add `slice' property.
9845 (Display Fringe Bitmaps): New node.
9846 (Images): Add 'Image Slices' to menu.
9847 (Image Descriptors): Add `:pointer' and `:map' properties.
9848 (Showing Images): Add slice arg to `insert-image'.
9849 Add 'insert-sliced-image'.
9850
9851 2004-09-20 Richard M. Stallman <rms@gnu.org>
9852
9853 * commands.texi (Key Sequence Input):
9854 Clarify downcasing in read-key-sequence.
9855
9856 2004-09-08 Juri Linkov <juri@jurta.org>
9857
9858 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
9859
9860 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
9861
9862 * locals.texi (Standard Buffer-Local Variables):
9863 Add `buffer-auto-save-file-format'.
9864 * internals.texi (Buffer Internals): Describe new
9865 auto_save_file_format field of the buffer structure.
9866 * files.texi (Format Conversion): `auto-save-file-format' has been
9867 renamed `buffer-auto-save-file-format'.
9868
9869 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
9870
9871 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
9872 an integer or a marker.
9873 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
9874
9875 2004-08-22 Richard M. Stallman <rms@gnu.org>
9876
9877 * modes.texi (Major Mode Conventions): Discuss rebinding of
9878 standard key bindings.
9879
9880 2004-08-18 Kim F. Storm <storm@cua.dk>
9881
9882 * processes.texi (Accepting Output): Add `just-this-one' arg to
9883 `accept-process-output'.
9884 (Output from Processes): New var `process-adaptive-read-buffering'.
9885
9886 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
9887
9888 * keymaps.texi: Various changes in addition to:
9889 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
9890 Give more varied examples for `kbd'.
9891 (Creating Keymaps): Char tables have slots for all characters
9892 without modifiers.
9893 (Active Keymaps): `overriding-local-map' and
9894 `overriding-terminal-local-map' also override text property and
9895 overlay keymaps.
9896 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
9897 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
9898 to denote a prefix of no events.
9899 `map-keymap' includes parent's bindings _recursively_.
9900 Clarify and correct description of `where-is-internal'.
9901 Mention BUFFER-OR-NAME arg to `describe-bindings'.
9902 (Menu Example): For menus intended for use with the keyboard, the
9903 menu items should be bound to characters or real function keys.
9904
9905 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
9906
9907 * objects.texi (Character Type): Reposition `@anchor' to prevent
9908 double space inside sentence in Info.
9909
9910 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
9911 renamed to `disabled-command-function'.
9912 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
9913 (Command Loop Info): Replace reference to it.
9914 (Disabling Commands): `disabled-command-hook' has been renamed to
9915 `disabled-command-function'.
9916
9917 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
9918
9919 * os.texi (Translating Input): Only non-prefix bindings in
9920 `key-translation-map' override actual key bindings. Warn about
9921 possible indirect effect of actual key bindings on non-prefix
9922 bindings in `key-translation-map'.
9923
9924 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
9925
9926 * minibuf.texi (High-Level Completion): Add anchor for definition
9927 of `read-variable'.
9928
9929 * commands.texi: Various changes in addition to:
9930 (Using Interactive): Clarify description of `interactive-form'.
9931 (Interactive Call): Mention default for KEYS argument to
9932 `call-interactively'.
9933 (Command Loop Info): Clarify description of `this-command-keys'.
9934 Mention KEEP-RECORD argument to `clear-this-command-keys'.
9935 Value of `last-event-frame' can be `macro'.
9936 (Repeat Events): `double-click-fuzz' is also used to distinguish
9937 clicks and drags.
9938 (Classifying Events): Clarify descriptions of `event-modifiers'
9939 `event-basic-type' and `event-convert-list'.
9940 (Accessing Events): `posn-timestamp' takes POSITION argument.
9941 (Quoted Character Input): Clarify description of
9942 `read-quoted-char' and fix example.
9943 (Quitting): Add `with-local-quit'.
9944 (Disabling Commands): Correct and clarify descriptions of
9945 `enable-command' and `disable-command'.
9946 Mention what happens if `disabled-command-hook' is nil.
9947 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
9948 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
9949
9950 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
9951
9952 * frames.texi: Various changes in addition to:
9953 (Creating Frames): Expand and clarify description of `make-frame'.
9954 (Window Frame Parameters): Either none or both of the `icon-left'
9955 and `icon-top' parameters must be specified. Put descriptions of
9956 `menu-bar-lines' and `toolbar-lines' closer together and change
9957 them accordingly.
9958 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
9959 except while processing `frame-title-format' or `icon-title-format'.
9960 (Deleting Frames): Correct description of `delete-frame'.
9961 Non-nil return values of `frame-live-p' are like those of `framep'.
9962 (Frames and Windows): Mention return value of
9963 `set-frame-selected-window'.
9964 (Visibility of Frames): Mention `force' argument to
9965 `make-frame-invisible'. `frame-visible-p' returns t for all
9966 frames on text-only terminals.
9967 (Frame Configurations): Restoring a frame configuration does not
9968 restore deleted frames.
9969 (Window System Selections): `x-set-selection' returns DATA.
9970 (Resources): Add example.
9971 (Display Feature Testing): Clarify descriptions of
9972 `display-pixel-height', `display-pixel-width', `x-server-version'
9973 and `x-server-vendor'.
9974
9975 * windows.texi (Choosing Window): Add anchor.
9976 * minibuf.texi (Minibuffer Misc): Add anchor.
9977
9978 2004-07-23 John Paul Wallington <jpw@gnu.org>
9979
9980 * macros.texi (Defining Macros): Declaration keyword for setting
9981 Edebug spec is `debug' not `edebug'.
9982
9983 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
9984
9985 * windows.texi: Various small changes in addition to:
9986 (Window Point): Mention return value of `set-window-point'.
9987 (Window Start): `pos-visible-in-window-p' disregards horizontal
9988 scrolling. Explain return value if PARTIALLY is non-nil.
9989 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
9990 and `set-window-vscroll'.
9991 (Size of Window): The argument WINDOW to `window-inside-edges',
9992 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
9993 (Resizing Windows): Explain return value of
9994 `shrink-window-if-larger-than-buffer'.
9995 `window-size-fixed' automatically becomes buffer local when set.
9996 (Window Configurations): Explain return value of
9997 `set-window-configuration'.
9998
9999 * minibuf.texi (Minibuffer Misc): Add anchor for
10000 `minibuffer-scroll-window'.
10001
10002 * positions.texi (Text Lines): Add anchor for `count-lines'.
10003
10004 2004-07-17 Richard M. Stallman <rms@gnu.org>
10005
10006 * display.texi (Overlay Properties): Adding `evaporate' prop
10007 deletes empty overlay immediately.
10008
10009 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
10010 fix example.
10011
10012 2004-07-16 Jim Blandy <jimb@redhat.com>
10013
10014 * searching.texi (Regexp Backslash): Document new \_< and \_>
10015 operators.
10016
10017 2004-07-16 Juanma Barranquero <lektu@terra.es>
10018
10019 * display.texi (Images): Fix Texinfo usage.
10020
10021 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
10022
10023 * buffers.texi (Modification Time): `visited-file-modtime' now
10024 returns a list of two integers, instead of a cons.
10025
10026 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
10027
10028 * windows.texi: Various changes in addition to:
10029 (Splitting Windows): Add `split-window-keep-point'.
10030
10031 2004-07-09 Richard M. Stallman <rms@gnu.org>
10032
10033 * frames.texi (Input Focus): Minor fix.
10034
10035 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
10036
10037 * frames.texi (Input Focus): Clarify descriptions of
10038 `select-frame-set-input-focus' and `select-frame'.
10039
10040 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
10041
10042 * os.texi: Various small changes in addition to:
10043 (Killing Emacs): Expand and clarify description of
10044 `kill-emacs-query-functions' and `kill-emacs-hook'.
10045 (System Environment): Expand and clarify description of `getenv'
10046 and `setenv'.
10047 (Timers): Clarify description of `run-at-time'.
10048 (Translating Input): Correct description of
10049 `extra-keyboard-modifiers'.
10050 (Flow Control): Correct description of `enable-flow-control'.
10051
10052 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
10053
10054 * os.texi: Update copyright.
10055 (Session Management): Grammar fix.
10056 Clarify which Emacs does the restarting.
10057 Use @samp for *scratch* buffer.
10058
10059 2004-07-04 Alan Mackenzie <acm@muc.de>
10060
10061 * frames.texi (Input Focus): Add documentation for
10062 `select-frame-set-input-focus'. Replace refs to non-existent
10063 `switch-frame' with `select-frame'. Minor corrections and tidying
10064 up of text-only terminal stuff.
10065
10066 2004-07-02 Richard M. Stallman <rms@gnu.org>
10067
10068 * files.texi (Saving Buffers): Cleanup write-contents-function.
10069 (Magic File Names): Cleanup file-remote-p.
10070
10071 2004-07-02 Kai Großjohann <kai@emptydomain.de>
10072
10073 * files.texi (Magic File Names): `file-remote-p' returns an
10074 identifier of the remote system, not just t.
10075
10076 2004-07-02 David Kastrup <dak@gnu.org>
10077
10078 * searching.texi (Entire Match Data): Add explanation about new
10079 match-data behavior when @var{integers} is non-nil.
10080
10081 2004-06-24 Richard M. Stallman <rms@gnu.org>
10082
10083 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
10084
10085 * customize.texi (Variable Definitions): Note about doc strings
10086 and :set.
10087
10088 * keymaps.texi (Keymap Terminology): Document `kbd'.
10089 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
10090
10091 * display.texi (Invisible Text): Setting buffer-invisibility-spec
10092 makes it buffer-local.
10093
10094 * files.texi (Saving Buffers): Correct previous change.
10095
10096 * commands.texi (Accessing Events):
10097 Clarify posn-col-row and posn-actual-col-row.
10098
10099 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
10100
10101 * commands.texi (Accessing Events): New functions
10102 posn-at-point and posn-at-x-y. Add example to posn-x-y.
10103
10104 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
10105
10106 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
10107 * frames.texi, buffers.texi, backups.texi, variables.texi:
10108 * loading.texi, eval.texi, functions.texi, control.texi:
10109 * symbols.texi, minibuf.texi: Reposition @anchor's.
10110
10111 * help.texi: Various small changes in addition to the following.
10112 (Describing Characters): Describe PREFIX argument to
10113 `key-description'. Correct and clarify definition of
10114 `text-char-description'. Describe NEED-VECTOR argument to
10115 `read-kbd-macro'.
10116 (Help Functions): Clarify definition of `apropos'.
10117
10118 2004-06-23 Lars Hansen <larsh@math.ku.dk>
10119
10120 * files.texi (Saving Buffers): Correct description of
10121 `write-contents-functions'.
10122
10123 2004-06-21 Juanma Barranquero <lektu@terra.es>
10124
10125 * display.texi (Images): Remove redundant @vindex directives.
10126 Rewrite `image-library-alist' doc in active voice.
10127
10128 2004-06-14 Juanma Barranquero <lektu@terra.es>
10129
10130 * display.texi (Images): Document new delayed library loading,
10131 variable `image-library-alist' and (existing but undocumented)
10132 function `image-type-available-p'.
10133
10134 2004-06-05 Richard M. Stallman <rms@gnu.org>
10135
10136 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
10137 refer the user to the Initial Input node.
10138 (Text from Minibuffer): Likewise.
10139 (Initial Input): New node. Document this feature
10140 and say it is mostly deprecated.
10141
10142 2004-05-30 Richard M. Stallman <rms@gnu.org>
10143
10144 * loading.texi (Named Features): Clarify return value
10145 and meaning of NOERROR.
10146
10147 * variables.texi (File Local Variables): Minor cleanup.
10148
10149 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
10150
10151 * files.texi (Magic File Names): Add `file-remote-p' as operation
10152 of file name handlers.
10153
10154 2004-05-29 Richard M. Stallman <rms@gnu.org>
10155
10156 * modes.texi (Minor Mode Conventions): (-) has no special meaning
10157 as arg to a minor mode command.
10158
10159 2004-05-22 Richard M. Stallman <rms@gnu.org>
10160
10161 * syntax.texi (Syntax Class Table): Word syntax not just for English.
10162
10163 * streams.texi (Output Variables): Doc float-output-format.
10164
10165 * searching.texi (Regexp Special): Nested repetition can be infloop.
10166
10167 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
10168 real stack overflow.
10169
10170 * compile.texi: Minor cleanups.
10171
10172 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
10173
10174 * lists.texi (Cons Cells): Explain dotted lists, true lists,
10175 circular lists.
10176 (List Elements): Explain handling of circular and dotted lists.
10177
10178 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
10179
10180 * modes.texi (Search-based Fontification): Fix typo.
10181
10182 2004-05-10 Juanma Barranquero <lektu@terra.es>
10183
10184 * modes.texi (Mode Line Variables): Fix description of
10185 global-mode-string, which is now after which-func-mode, not the
10186 buffer name.
10187
10188 2004-05-07 Lars Hansen <larsh@math.ku.dk>
10189
10190 * modes.texi (Desktop Save Mode): Add.
10191 (Modes): Add menu entry Desktop Save Mode.
10192
10193 * hooks.texi: Add desktop-after-read-hook,
10194 desktop-no-desktop-file-hook and desktop-save-hook.
10195
10196 * locals.texi: Add desktop-save-buffer.
10197
10198 2004-04-30 Jesper Harder <harder@ifa.au.dk>
10199
10200 * display.texi: emacs -> Emacs.
10201
10202 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
10203
10204 * files.texi (Changing Files): Document set-file-times.
10205
10206 2004-04-23 Juanma Barranquero <lektu@terra.es>
10207
10208 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10209
10210 2004-04-18 Jesper Harder <harder@ifa.au.dk>
10211
10212 * tips.texi (Coding Conventions): defopt -> defcustom.
10213
10214 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
10215
10216 * sequences.texi: Various clarifications.
10217
10218 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
10219
10220 * buffers.texi (Read Only Buffers): Mention optional ARG to
10221 `toggle-read-only'.
10222
10223 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
10224
10225 * windows.texi (Selecting Windows): Note that get-lru-window
10226 returns a full-width window if possible.
10227
10228 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
10229
10230 * buffers.texi: Various changes in addition to:
10231 (Buffer File Name): Add `find-buffer-visiting'.
10232 (Buffer Modification): Mention optional ARG to `not-modified'.
10233 (Indirect Buffers): Mention optional CLONE argument to
10234 `make-indirect-buffer'.
10235
10236 * files.texi: Various changes in addition to:
10237 (Visiting Functions): `find-file-hook' is now a normal hook.
10238 (File Name Expansion): Explain difference between the way that
10239 `expand-file-name' and `file-truename' treat `..'.
10240 (Contents of Directories): Mention optional ID-FORMAT argument to
10241 `directory-files-and-attributes'.
10242 (Format Conversion): Mention new optional CONFIRM argument to
10243 `format-write-file'.
10244
10245 2004-04-12 Miles Bader <miles@gnu.org>
10246
10247 * macros.texi (Expansion): Add description of `macroexpand-all'.
10248
10249 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10250
10251 * variables.texi (Variable Aliases):
10252 Mention cyclic-variable-indirection.
10253
10254 * errors.texi (Standard Errors): Ditto.
10255
10256 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
10257
10258 * backups.texi: Various small changes in addition to:
10259 (Making Backups): Mention return value of `backup-buffer'.
10260 (Auto-Saving): Mention optional FORCE argument to
10261 `delete-auto-save-file-if-necessary'.
10262 (Reverting): Mention optional PRESERVE-MODES argument to
10263 `revert-buffer'. Correct description of `revert-buffer-function'.
10264
10265 2004-03-22 Juri Linkov <juri@jurta.org>
10266
10267 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
10268 with `Vector Functions'.
10269
10270 * text.texi (Sorting): Add missing quote.
10271
10272 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
10273
10274 * intro.texi (Lisp History): Replace xref to `cl' manual with
10275 inforef.
10276
10277 2004-03-12 Richard M. Stallman <rms@gnu.org>
10278
10279 * intro.texi (Version Info): Add arg to emacs-version.
10280 (Lisp History): Change xref to CL manual.
10281
10282 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
10283
10284 * minibuf.texi (Completion Commands): Add xref to Emacs manual
10285 for Partial Completion mode.
10286
10287 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
10288
10289 * customize.texi: Fix typo. Remove eol whitespace.
10290
10291 2004-03-04 Richard M. Stallman <rms@gnu.org>
10292
10293 * processes.texi: Fix typos.
10294
10295 * lists.texi (Building Lists): Minor clarification.
10296
10297 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
10298 in make-hash-table.
10299
10300 2004-02-29 Juanma Barranquero <lektu@terra.es>
10301
10302 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
10303 rm, and ignore exit code.
10304
10305 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
10306
10307 * display.texi (Defining Faces): Add description for min-colors.
10308 Update example.
10309
10310 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10311
10312 * abbrevs.texi: Various corrections and clarifications in addition
10313 to the following:
10314 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
10315
10316 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10317
10318 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
10319
10320 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
10321
10322 * text.texi: Various small changes in addition to the following:
10323 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
10324 to delete-horizontal-space.
10325 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
10326 description of yank-handler text property at various places.
10327
10328 * frames.texi (Window System Selections): Add anchor.
10329
10330 * syntax.texi (Syntax Table Functions): Clarify and correct
10331 descriptions of make-syntax-table and copy-syntax-table.
10332 (Motion and Syntax): Clarify SYNTAXES argument to
10333 skip-syntax-forward.
10334 (Parsing Expressions): Mention that the return value of
10335 parse-partial-sexp is currently a list of ten rather than nine
10336 elements.
10337 (Categories): Various corrections and clarifications.
10338
10339 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
10340
10341 * markers.texi (Marker Insertion Types): Minor change.
10342
10343 * locals.texi (Standard Buffer-Local Variables):
10344 * commands.texi (Interactive Codes, Using Interactive):
10345 * functions.texi (Related Topics): Fix xrefs.
10346
10347 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
10348
10349 * lists.texi (Sets And Lists): Update description of delete-dups.
10350
10351 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10352
10353 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
10354
10355 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
10356
10357 * frames.texi (Parameter Access): frame-parameters arg is optional.
10358 modify-frame-parameters handles nil for FRAME.
10359 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
10360 are all-or-nothing for certain toolkits.
10361 Mention parameter wait-for-wm.
10362 (Frames and Windows): In frame-first-window and frame-selected-window
10363 the arg is optional.
10364 (Input Focus): In redirect-frame-focus the second arg is optional.
10365 (Window System Selections): Mention selection type CLIPBOARD.
10366 Mention data-type UTF8_STRING.
10367 Mention numbering of cut buffers.
10368 (Resources): Describe x-resource-name.
10369
10370 2004-02-16 Richard M. Stallman <rms@gnu.org>
10371
10372 * windows.texi (Buffers and Windows): Delete false table
10373 about all-frames.
10374
10375 * syntax.texi (Parsing Expressions): Delete old caveat
10376 about parse-sexp-ignore-comments.
10377
10378 * streams.texi (Output Variables): Add print-quoted.
10379
10380 * lists.texi (Building Lists): Minor cleanup.
10381
10382 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
10383
10384 * display.texi (Overlays): Explain overlays use markers.
10385 (Managing Overlays): Explain front-advance and rear-advance
10386 in more detail.
10387
10388 * loading.texi (Unloading): Document unload-feature-special-hooks.
10389 Get rid of fns-NNN.el file.
10390
10391 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10392
10393 * help.texi (Describing Characters): Fix text-char-description
10394 example output.
10395
10396 * edebug.texi (Using Edebug): Fix example.
10397
10398 * debugging.texi (Internals of Debugger): Fix return value.
10399
10400 * files.texi (Changing Files): Fix argname.
10401
10402 * calendar.texi: Fix parens, and default values.
10403
10404 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
10405 * nonascii.texi, objects.texi, os.texi: Minor fixes.
10406 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
10407
10408 * positions.texi (Text Lines): Don't add -1 in current-line.
10409
10410 2004-02-16 Richard M. Stallman <rms@gnu.org>
10411
10412 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
10413
10414 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10415
10416 * processes.texi (Low-Level Network): Fix a typo.
10417
10418 2004-02-12 Kim F. Storm <storm@cua.dk>
10419
10420 * display.texi (Fringes): Use consistent wording.
10421 Note that window-fringe's window arg is optional.
10422 (Scroll Bars): Use consistent wording.
10423
10424 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10425
10426 * tips.texi (Comment Tips): Document the new conventions for
10427 commenting out code.
10428
10429 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
10430
10431 * positions.texi (Text Lines): Add missing end defun.
10432
10433 2004-02-07 Kim F. Storm <storm@cua.dk>
10434
10435 * positions.texi (Text Lines): Add line-number-at-pos.
10436
10437 2004-02-06 John Paul Wallington <jpw@gnu.org>
10438
10439 * display.texi (Button Properties, Button Buffer Commands):
10440 mouse-2 invokes button, not down-mouse-1.
10441
10442 2004-02-04 Jason Rumney <jasonr@gnu.org>
10443
10444 * makefile.w32-in: Sync with Makefile.in changes.
10445
10446 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
10447
10448 * minibuf.texi (Text from Minibuffer): Various corrections and
10449 clarifications.
10450 (Object from Minibuffer): Correct Lisp description of
10451 read-minibuffer.
10452 (Minibuffer History): Clarify description of cons values for
10453 HISTORY arguments.
10454 (Basic Completion): Various corrections and clarifications.
10455 Add completion-regexp-list.
10456 (Minibuffer Completion): Correct and clarify description of
10457 completing-read.
10458 (Completion Commands): Mention Partial Completion mode.
10459 Various other minor changes.
10460 (High-Level Completion): Various corrections and clarifications.
10461 (Reading File Names): Ditto.
10462 (Minibuffer Misc): Ditto.
10463
10464 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
10465
10466 * strings.texi (Text Comparison): assoc-string also matches
10467 elements of alists that are strings instead of conses.
10468 (Formatting Strings): Standardize Texinfo usage. Update index
10469 entries.
10470
10471 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
10472
10473 * lists.texi (Sets And Lists): Add delete-dups.
10474
10475 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10476
10477 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
10478 special form.
10479 * macros.texi (Defining Macros): Update description of `declare',
10480 which now is a macro.
10481 (Wrong Time): Fix typos.
10482
10483 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
10484
10485 * compile.texi (Compilation Functions): Expand descriptions of
10486 `compile-defun', `byte-compile-file', `byte-recompile-directory'
10487 and `batch-byte-compile'. In particular, mention and describe
10488 all optional arguments.
10489 (Disassembly): Correct and clarify the description of `disassemble'.
10490
10491 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
10492
10493 * searching.texi: Various small changes in addition to the
10494 following.
10495 (Regexp Example): Adapt to new value of `sentence-end'.
10496 (Regexp Functions): The PAREN argument to `regexp-opt' can be
10497 `words'.
10498 (Search and Replace): Add usage note for `perform-replace'.
10499 (Entire Match Data): Mention INTEGERS and REUSE arguments to
10500 `match-data'.
10501 (Standard Regexps): Update for new values of `paragraph-start'
10502 and `sentence-end'.
10503
10504 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10505
10506 * files.texi (Saving Buffers): Clarify descriptions of
10507 `write-contents-functions' and `before-save-hook'.
10508 Make the defvar's for `before-save-hook' and `after-save-hook'
10509 into defopt's.
10510
10511 2004-01-07 Kim F. Storm <storm@cua.dk>
10512
10513 * commands.texi (Click Events): Describe new image and
10514 width/height elements of click events.
10515 (Accessing Events): Add posn-string, posn-image, and
10516 posn-object-width-height. Change posn-object to return either
10517 image or string object.
10518
10519 2004-01-01 Simon Josefsson <jas@extundo.com>
10520
10521 * hooks.texi (Standard Hooks): Add before-save-hook.
10522 * files.texi (Saving Buffers): Likewise.
10523
10524 2004-01-03 Richard M. Stallman <rms@gnu.org>
10525
10526 * frames.texi (Frames and Windows): Delete frame-root-window.
10527
10528 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10529
10530 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
10531
10532 * functions.texi: Various small changes in addition to the
10533 following.
10534 (What Is a Function): `functionp' returns nil for macros.
10535 Clarify behavior of this and following functions for symbol arguments.
10536 (Function Documentation): Add `\' in front of (fn @var{arglist})
10537 and explain why.
10538 (Defining Functions): Mention DOCSTRING argument to `defalias'.
10539 Add anchor.
10540 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
10541
10542 2004-01-01 Miles Bader <miles@gnu.org>
10543
10544 * display.texi (Buttons): New section.
10545
10546 2003-12-31 Andreas Schwab <schwab@suse.de>
10547
10548 * numbers.texi (Math Functions): sqrt reports a domain-error
10549 error.
10550 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
10551
10552 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10553
10554 * tips.texi (Documentation Tips): Update item on hyperlinks in
10555 documentation strings.
10556
10557 * errors.texi (Standard Errors): Various small corrections and
10558 additions.
10559
10560 * control.texi: Various small changes in addition to the
10561 following.
10562 (Signaling Errors): Provide some more details on how `signal'
10563 constructs the error message. Add anchor to the definition of
10564 `signal'.
10565 (Error Symbols): Describe special treatment of `quit'.
10566 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
10567 to emphasize that it has to be a single form.
10568
10569 * buffers.texi: Add anchor.
10570
10571 2003-12-29 Richard M. Stallman <rms@gnu.org>
10572
10573 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
10574 (Window Configurations): Add window-configuration-frame.
10575
10576 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
10577
10578 * text.texi (Examining Properties): Add get-char-property-and-overlay.
10579 Change arg name in get-char-property.
10580 (Special Properties): Update handling of keymap property.
10581
10582 * strings.texi (Modifying Strings): Add clear-string.
10583 (Text Comparison): Add assoc-string and remove
10584 assoc-ignore-case, assoc-ignore-representation.
10585
10586 * os.texi (Time of Day): Add set-time-zone-rule.
10587
10588 * numbers.texi (Math Functions): asin, acos, log, log10
10589 report domain-error errors.
10590
10591 * nonascii.texi (Converting Representations):
10592 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
10593 (Encoding and I/O): Add file-name-coding-system.
10594
10595 * modes.texi (Search-based Fontification): Explain that
10596 face specs are symbols with face names as values.
10597
10598 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
10599
10600 * lists.texi (Building Lists): remq moved elsewhere.
10601 (Sets And Lists): remq moved here.
10602 (Association Lists): Refer to assoc-string.
10603
10604 * internals.texi (Garbage Collection): Add memory-use-counts.
10605
10606 * frames.texi (Frames and Windows): Add set-frame-selected-window
10607 and frame-root-window.
10608
10609 * files.texi (Contents of Directories):
10610 Add directory-files-and-attributes.
10611
10612 * display.texi (Refresh Screen): Add force-window-update.
10613 (Invisible Text): Explain about moving point out of invis text.
10614 (Overlay Properties): Add overlay-properties.
10615 (Managing Overlays): Add overlayp.
10616 (GIF Images): Invalid image number displays a hollow box.
10617
10618 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
10619 (Killing Buffers): Add buffer-live-p.
10620
10621 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
10622
10623 * display.texi (Fringes): Fix typo "set-buffer-window".
10624
10625 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
10626
10627 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
10628 * nonascii.texi, processes.texi, tips.texi, variables.texi:
10629 Add or change various xrefs and anchors.
10630
10631 * commands.texi: Replace all occurrences of @acronym{CAR} with
10632 @sc{car}, for consistency with the rest of the Elisp manual.
10633 `car' and `cdr' are historically acronyms, but are no longer
10634 widely thought of as such.
10635
10636 * internals.texi (Pure Storage): Mention that `purecopy' does not
10637 copy text properties.
10638 (Object Internals): Now 29 bits are used (in most implementations)
10639 to address Lisp objects.
10640
10641 * variables.texi (Variables with Restricted Values): New node.
10642
10643 * objects.texi (Lisp Data Types): Mention that certain variables
10644 can only take on a restricted set of values and add an xref to
10645 the new node "Variables with Restricted Values".
10646
10647 * eval.texi (Function Indirection): Describe the errors that
10648 `indirect-function' can signal.
10649 (Eval): Clarify the descriptions of `eval-region' and `values'.
10650 Describe `eval-buffer' instead of `eval-current-buffer' and
10651 mention `eval-current-buffer' as an alias for `current-buffer'.
10652 Correct the description and mention all optional arguments.
10653
10654 * nonascii.texi: Various small changes in addition to the
10655 following.
10656 (Converting Representations): Clarify behavior of
10657 `string-make-multibyte' and `string-to-multibyte' for unibyte all
10658 ASCII arguments.
10659 (Character Sets): Document the variable `charset-list' and adapt
10660 the definition of the function `charset-list' accordingly.
10661 (Translation of Characters): Clarify use of generic characters in
10662 `make-translation-table'. Clarify and correct the description of
10663 the use of translation tables in encoding and decoding.
10664 (User-Chosen Coding Systems): Correct and clarify the description
10665 of `select-safe-coding-system'.
10666 (Default Coding Systems): Clarify description of
10667 `file-coding-system-alist'.
10668
10669 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10670
10671 * strings.texi (Text Comparison): Correctly describe when two
10672 strings are `equal'. Combine and clarify descriptions of
10673 `assoc-ignore-case' and `assoc-ignore-representation'.
10674
10675 * objects.texi (Non-ASCII in Strings): Clarify description of
10676 when a string is unibyte or multibyte.
10677 (Bool-Vector Type): Update examples.
10678 (Equality Predicates): Correctly describe when two strings are
10679 `equal'.
10680
10681 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
10682
10683 * lists.texi (Building Lists): `append' no longer accepts integer
10684 arguments. Update the description of `number-sequence' to reflect
10685 recent changes.
10686 (Sets And Lists): Describe `member-ignore-case' after `member'.
10687
10688 2003-11-27 Kim F. Storm <storm@cua.dk>
10689
10690 * commands.texi (Click Events): Click object may be an images.
10691 Describe (dx . dy) element of click positions.
10692 (Accessing Events): Remove duplicate posn-timestamp.
10693 New functions posn-object and posn-object-x-y.
10694
10695 2003-11-23 Kim F. Storm <storm@cua.dk>
10696
10697 * commands.texi (Click Events): Describe enhancements to event
10698 position lists, including new text-pos and (col . row) items.
10699 Mention left-fringe and right-fringe area events.
10700 (Accessing Events): New functions posn-area and
10701 posn-actual-col-row. Mention posn-timestamp. Mention that
10702 posn-point in non-text area still returns buffer position.
10703 Clarify posn-col-row.
10704
10705 2003-11-21 Lars Hansen <larsh@math.ku.dk>
10706
10707 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
10708 * anti.texi (File Attributes): Describe removed parameter
10709 ID-FORMAT.
10710
10711 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
10712
10713 * positions.texi (Positions): Mention that, if a marker is used as
10714 a position, its buffer is ignored.
10715
10716 * markers.texi (Overview of Markers): Mention it here too.
10717
10718 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
10719
10720 * numbers.texi (Numeric Conversions): Not just `floor', but also
10721 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
10722
10723 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
10724
10725 * markers.texi (Creating Markers): Specify insertion type of
10726 created markers. Add xref to `Marker Insertion Types'.
10727 Second argument to `copy-marker' is optional.
10728 (Marker Insertion Types): Mention that most markers are created
10729 with insertion type nil.
10730 (The Mark): Correctly describe when `mark' signals an error.
10731 (The Region): Correctly describe when `region-beginning' and
10732 `region-end' signal an error.
10733
10734 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
10735
10736 * hash.texi (Creating Hash): Clarify description of `eql'.
10737 `makehash' is obsolete.
10738 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
10739
10740 * positions.texi (Point): Change description of `buffer-end', so
10741 that it is also correct for floating point arguments.
10742 (List Motion): Correct argument lists of `beginning-of-defun' and
10743 `end-of-defun'.
10744 (Excursions): Add xref to `Marker Insertion Types'.
10745 (Narrowing): Argument to `narrow-to-page' is optional.
10746
10747 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
10748
10749 * streams.texi (Output Streams): Clarify behavior of point for
10750 marker output streams.
10751
10752 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
10753
10754 * variables.texi (Defining Variables): Second argument to
10755 `defconst' is not optional.
10756 (Setting Variables): Mention optional argument APPEND to
10757 `add-to-list'.
10758 (Creating Buffer-Local): Expand description of
10759 `make-variable-buffer-local'.
10760 (Frame-Local Variables): Expand description of
10761 `make-variable-frame-local'.
10762 (Variable Aliases): Correct description of optional argument
10763 DOCSTRING to `defvaralias'. Mention return value of
10764 `defvaralias'.
10765 (File Local Variables): Add xref to `File variables' in Emacs
10766 Manual. Correct description of `hack-local-variables'. Mention
10767 `safe-local-variable' property. Mention optional second argument
10768 to `risky-local-variable-p'.
10769
10770 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
10771
10772 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
10773
10774 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10775
10776 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
10777 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
10778 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
10779 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
10780 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
10781 lispref/processes.texi, lispref/searching.texi,
10782 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
10783 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
10784 @acronym{FOO}.
10785
10786 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
10787
10788 * strings.texi (Creating Strings): Argument START to `substring'
10789 can not be `nil'. Expand description of
10790 `substring-no-properties'. Correct description of `split-string',
10791 especially with respect to empty matches. Prevent very bad line
10792 break in definition of `split-string-default-separators'.
10793 (Text Comparison): `string=' and `string<' also accept symbols as
10794 arguments.
10795 (String Conversion): More completely describe argument BASE in
10796 `string-to-number'.
10797 (Formatting Strings): `%s' and `%S' in `format' do require
10798 corresponding object. Clarify behavior of numeric prefix after
10799 `%' in `format'.
10800 (Case Conversion): The argument to `upcase-initials' can be a
10801 character.
10802
10803 2003-10-27 Kenichi Handa <handa@m17n.org>
10804
10805 * display.texi (Fontsets): Fix texinfo usage.
10806
10807 2003-10-25 Kenichi Handa <handa@m17n.org>
10808
10809 * display.texi (Fontsets): Add description of the function
10810 set-fontset-font.
10811
10812 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
10813
10814 * display.texi (Temporary Displays): Add xref to `Documentation
10815 Tips'.
10816
10817 * functions.texi (Function Safety): Use inforef instead of pxref
10818 for SES.
10819
10820 2003-10-23 Andreas Schwab <schwab@suse.de>
10821
10822 * Makefile.in (TEX, texinputdir): Don't define.
10823 (TEXI2DVI): Define.
10824 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
10825 add $(srcdir)/index.texi.
10826 ($(infodir)/elisp): Remove index.texi dependency.
10827 (elisp.dvi): Likewise. Use $(TEXI2DVI).
10828 (index.texi): Remove target.
10829 (dist): Don't link $(srcdir)/permute-index.
10830 (clean): Don't remove index.texi.
10831
10832 * permute-index, index.perm: Remove.
10833 * index.texi: Rename from index.unperm.
10834
10835 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
10836
10837 * tips.texi (Documentation Tips): Document new behavior for face
10838 and variable hyperlinks in Help mode.
10839
10840 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
10841
10842 * objects.texi (Integer Type): Update for extra bit of integer range.
10843 (Character Type): Ditto.
10844
10845 2003-10-16 Eli Zaretskii <eliz@gnu.org>
10846
10847 * numbers.texi (Integer Basics): Add index entries for reading
10848 numbers in hex, octal, and binary.
10849
10850 2003-10-16 Lute Kamstra <lute@gnu.org>
10851
10852 * modes.texi (Mode Line Format): Mention force-mode-line-update's
10853 argument.
10854
10855 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
10856
10857 * windows.texi (Choosing Window): Fix typo.
10858 * edebug.texi (Edebug Execution Modes): Fix typo.
10859
10860 2003-10-13 Richard M. Stallman <rms@gnu.org>
10861
10862 * windows.texi (Basic Windows): A window has fringe settings,
10863 display margins and scroll-bar settings.
10864 (Splitting Windows): Doc split-window return value.
10865 Clean up one-window-p.
10866 (Selecting Windows): Fix typo.
10867 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
10868 (Buffers and Windows): In set-window-buffer, explain effect
10869 on fringe settings and scroll bar settings.
10870 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
10871 (Choosing Window): Use defopt for pop-up-frame-function.
10872 For special-display-buffer-names, explain same-window and same-frame.
10873 Clarify window-dedicated-p return value.
10874 (Textual Scrolling): scroll-up and scroll-down can get an error.
10875 (Horizontal Scrolling): Clarify auto-hscroll-mode.
10876 Clarify set-window-hscroll.
10877 (Size of Window): Don't mention tool bar in window-height.
10878 (Coordinates and Windows): Explain what coordinates-in-window-p
10879 returns for fringes and display margins.
10880 (Window Configurations): Explain saving fringes, etc.
10881
10882 * tips.texi (Library Headers): Clean up Documentation.
10883
10884 * syntax.texi (Parsing Expressions): Clean up forward-comment
10885 and parse-sexp-lookup-properties.
10886
10887 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
10888
10889 * os.texi (System Environment): Clean up text for load-average errors.
10890
10891 * modes.texi (Hooks): Don't explain local hook details at front.
10892 Clarify run-hooks and run-hook-with-args a little.
10893 Clean up add-hook and remove-hook.
10894
10895 * edebug.texi (Edebug Execution Modes): Clarify t.
10896 Document edebug-sit-for-seconds.
10897 (Coverage Testing): Document C-x X = and =.
10898 (Instrumenting Macro Calls): Fix typo.
10899 (Specification List): Don't index the specification keywords.
10900
10901 2003-10-10 Kim F. Storm <storm@cua.dk>
10902
10903 * processes.texi (Network): Introduce make-network-process.
10904
10905 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
10906
10907 * tips.texi (Library Headers): Fix typo.
10908
10909 2003-10-07 Juri Linkov <juri@jurta.org>
10910
10911 * modes.texi (Imenu): Mention imenu-create-index-function's
10912 default value. Explain submenus better.
10913
10914 2003-10-07 Lute Kamstra <lute@gnu.org>
10915
10916 * modes.texi (Faces for Font Lock): Fix typo.
10917 (Hooks): Explain how buffer-local hook variables can refer to
10918 global hook variables.
10919 Various minor clarifications.
10920
10921 2003-10-06 Lute Kamstra <lute@gnu.org>
10922
10923 * tips.texi (Coding Conventions): Mention naming conventions for
10924 hooks.
10925
10926 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
10927
10928 * loading.texi (Library Search): Correct default value of
10929 load-suffixes.
10930 (Named Features): Fix typo.
10931
10932 2003-10-05 Richard M. Stallman <rms@gnu.org>
10933
10934 * loading.texi (Named Features): In `provide',
10935 say how to test for subfeatures.
10936 (Unloading): In unload-feature, use new var name
10937 unload-feature-special-hooks.
10938
10939 2003-10-03 Lute Kamstra <lute@gnu.org>
10940
10941 * modes.texi (Major Mode Conventions): Mention third way to set up
10942 Imenu.
10943 (Imenu): A number of small fixes.
10944 Delete documentation of internal variable imenu--index-alist.
10945 Document the return value format of imenu-create-index-function
10946 functions.
10947
10948 2003-09-30 Richard M. Stallman <rms@gnu.org>
10949
10950 * processes.texi (Network): Say what stopped datagram connections do.
10951
10952 * lists.texi (Association Lists): Clarify `assq-delete-all'.
10953
10954 * display.texi (Overlay Properties): Clarify `evaporate' property.
10955
10956 2003-09-29 Lute Kamstra <lute@gnu.org>
10957
10958 * modes.texi (Mode Line Data): Explain when symbols in mode-line
10959 constructs should be marked as risky.
10960 Change cons cell into proper list.
10961 (Mode Line Variables): Change cons cell into proper list.
10962
10963 2003-09-26 Lute Kamstra <lute@gnu.org>
10964
10965 * modes.texi (Mode Line Data): Document the :propertize construct.
10966 (Mode Line Variables): Reorder the descriptions of the variables
10967 to match their order in the default mode-line-format.
10968 Describe the new variables mode-line-position and mode-line-modes.
10969 Update the default values of mode-line-frame-identification,
10970 minor-mode-alist, and default-mode-line-format.
10971 (Properties in Mode): Mention the :propertize construct.
10972
10973 2003-09-26 Richard M. Stallman <rms@gnu.org>
10974
10975 * buffers.texi, commands.texi, debugging.texi, eval.texi:
10976 * loading.texi, minibuf.texi, text.texi, variables.texi:
10977 Avoid @strong{Note:}.
10978
10979 2003-09-26 Richard M. Stallman <rms@gnu.org>
10980
10981 * keymaps.texi (Remapping Commands): Fix typo.
10982
10983 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
10984
10985 * processes.texi (Low-Level Network): Fix typo.
10986
10987 2003-09-23 Kim F. Storm <storm@cua.dk>
10988
10989 * processes.texi (Network, Network Servers): Fix typos.
10990 (Low-Level Network): Add timeout value for :server keyword.
10991 Add new option keywords to make-network-process.
10992 Add set-network-process-options.
10993 Explain how to test availability of network options.
10994
10995 2003-09-19 Richard M. Stallman <rms@gnu.org>
10996
10997 * text.texi (Motion by Indent): Arg to
10998 backward-to-indentation and forward-to-indentation is optional.
10999
11000 * strings.texi (Creating Strings): Add substring-no-properties.
11001
11002 * processes.texi
11003 (Process Information): Add list-processes arg QUERY-ONLY.
11004 Delete process-contact from here.
11005 Add new status values for process-status.
11006 Add process-get, process-put, process-plist, set-process-plist.
11007 (Synchronous Processes): Add call-process-shell-command.
11008 (Signals to Processes): signal-process allows process objects.
11009 (Network): Complete rewrite.
11010 (Network Servers, Datagrams, Low-Level Network): New nodes.
11011
11012 * positions.texi (Word Motion): forward-word, backward-word
11013 arg is optional. Reword.
11014
11015 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
11016
11017 * variables.texi (Creating Buffer-Local):
11018 Delete duplicate definition of buffer-local-value.
11019 (File Local Variables): Explain about discarding text props.
11020
11021 2003-09-11 Richard M. Stallman <rms@gnu.org>
11022
11023 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
11024 changes variables that record input events.
11025 (Minibuffer Misc): Add minibuffer-selected-window.
11026
11027 * lists.texi (Building Lists): Add copy-tree.
11028
11029 * display.texi (Fontsets): Add char-displayable-p.
11030 (Scroll Bars): New node.
11031
11032 2003-09-08 Lute Kamstra <lute@gnu.org>
11033
11034 * modes.texi (%-Constructs): Document new `%i' and `%I'
11035 constructs.
11036
11037 2003-09-03 Peter Runestig <peter@runestig.com>
11038
11039 * makefile.w32-in: New file.
11040
11041 2003-08-29 Richard M. Stallman <rms@gnu.org>
11042
11043 * display.texi (Overlay Properties): Clarify how priorities
11044 affect use of the properties.
11045
11046 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
11047
11048 * customize.texi (Type Keywords): Correct the description of
11049 `:help-echo' in the case where `motion-doc' is a function.
11050
11051 2003-08-14 John Paul Wallington <jpw@gnu.org>
11052
11053 * modes.texi (Emulating Mode Line): Subsection, not section.
11054
11055 2003-08-13 Richard M. Stallman <rms@gnu.org>
11056
11057 * elisp.texi (Top): Update subnode lists in menu.
11058
11059 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
11060 (Kill Functions): kill-region has new arg yank-handler.
11061 (Yanking): New node.
11062 (Yank Commands): Add yank-undo-function.
11063 (Low-Level Kill Ring):
11064 kill-new and kill-append have new arg yank-handler.
11065 (Changing Properties): Add remove-list-of-text-properties.
11066 (Atomic Changes): New node.
11067
11068 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
11069
11070 * streams.texi (Output Variables): Add eval-expression-print-length
11071 and eval-expression-print-level.
11072
11073 * os.texi (Time Conversion): For encode-time, explain limits on year.
11074
11075 * objects.texi (Character Type): Define anchor "modifier bits".
11076
11077 * modes.texi (Emulating Mode Line): New node.
11078 (Search-based Fontification): Font Lock uses font-lock-face property.
11079 (Other Font Lock Variables): Likewise.
11080
11081 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
11082 not vectors.
11083 (Active Keymaps): Add emulation-mode-map-alists.
11084 (Functions for Key Lookup): key-binding has new arg no-remap.
11085 (Remapping Commands): New node.
11086 (Scanning Keymaps): where-is-internal has new arg no-remap.
11087 (Tool Bar): Add tool-bar-local-item-from-menu.
11088 Clarify when to use tool-bar-add-item-from-menu.
11089
11090 * commands.texi (Interactive Call): commandp has new arg.
11091 (Command Loop Info): Add this-original-command.
11092
11093 2003-08-06 John Paul Wallington <jpw@gnu.org>
11094
11095 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
11096
11097 * display.texi (Warning Basics): Fix typo.
11098 (Fringes): Add closing curly bracket and fix typo.
11099
11100 * elisp.texi (Top): Fix typo.
11101
11102 2003-08-05 Richard M. Stallman <rms@gnu.org>
11103
11104 * elisp.texi: Update lists of subnodes.
11105
11106 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
11107
11108 * variables.texi (Local Variables): Use lc for example variable names.
11109
11110 * tips.texi (Library Headers): Explain where to put -*-.
11111
11112 * strings.texi (Creating Strings): Fix xref for vconcat.
11113
11114 * sequences.texi (Vector Functions):
11115 vconcat no longer allows integer args.
11116
11117 * minibuf.texi (Reading File Names): read-file-name has new
11118 arg PREDICATE. New function read-directory-name.
11119
11120 * macros.texi (Defining Macros): Give definition of `declare'.
11121 (Indenting Macros): New node.
11122
11123 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
11124 (Window Frame Parameters): Make separate table of parameters
11125 that are coupled with specific face attributes.
11126 (Deleting Frames): delete-frame-hooks renamed to
11127 delete-frame-functions.
11128
11129 * files.texi (Magic File Names): Add file-remote-p.
11130 Clarify file-local-copy.
11131
11132 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
11133 here; instead xref Defining Macros.
11134
11135 * display.texi (Warnings): New node, and subnodes.
11136 (Fringes): New node.
11137
11138 * debugging.texi (Test Coverage): New node.
11139
11140 * compile.texi (Compiler Errors): Explain with-no-warnings
11141 and other ways to suppress warnings.
11142
11143 * commands.texi (Interactive Call): Minor clarification.
11144
11145 * buffers.texi (Buffer File Name): set-visited-file-name
11146 renames the buffer too.
11147
11148 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
11149
11150 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
11151
11152 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
11153
11154 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
11155
11156 * internals.texi (Garbage Collection): Fix previous change.
11157
11158 2003-07-22 Richard M. Stallman <rms@gnu.org>
11159
11160 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
11161
11162 * display.texi (Width): Use \s syntax in example.
11163 (Font Selection): Add face-font-rescale-alist.
11164
11165 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
11166 Remove spurious indent in example.
11167
11168 * lists.texi (Building Lists): Add number-sequence.
11169
11170 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
11171
11172 * functions.texi (Function Documentation): Explain how to
11173 show calling convention explicitly in the doc string.
11174
11175 * windows.texi (Selecting Windows): save-selected-window saves
11176 selected window of each frame.
11177 (Window Configurations): Minor change.
11178
11179 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
11180
11181 * streams.texi (Output Variables): Add print-continuous-numbering
11182 and print-number-table.
11183
11184 * processes.texi (Decoding Output): New node.
11185
11186 * os.texi (Time Conversion): decode-time arg is optional.
11187
11188 * objects.texi (Character Type): Don't use space as example for \.
11189 Make list of char names and \-sequences correspond.
11190 Explain that \s is not used in strings. `\ ' needs space after.
11191
11192 * nonascii.texi (Converting Representations): Add string-to-multibyte.
11193 (Translation of Characters): Add translation-table-for-input.
11194 (Default Coding Systems): Add auto-coding-functions.
11195 (Explicit Encoding): Add decode-coding-inserted-region.
11196 (Locales): Add locale-info.
11197
11198 * minibuf.texi (Basic Completion): Describe test-completion.
11199 Collections can be lists of strings.
11200 Clean up lazy-completion-table.
11201 (Programmed Completion): Mention test-completion.
11202 Clarify why lambda expressions are not accepted.
11203 (Minibuffer Misc): Describe minibufferp.
11204
11205 2003-07-14 Richard M. Stallman <rms@gnu.org>
11206
11207 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
11208
11209 * windows.texi (Selecting Windows): New arg to select-window.
11210 (Selecting Windows): Add with-selected-window.
11211 (Size of Window): Add window-inside-edges, etc.
11212
11213 * internals.texi (Garbage Collection): Add post-gc-hook.
11214
11215 * processes.texi (Subprocess Creation): Add exec-suffixes.
11216
11217 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
11218 (Scanning Keymaps): Add map-keymaps.
11219 (Defining Menus): Add keymap-prompt.
11220
11221 * numbers.texi (Integer Basics): Add most-positive-fixnum,
11222 most-negative-fixnum.
11223
11224 * compile.texi (Byte Compilation): Explain no-byte-compile.
11225 (Compiler Errors): New node.
11226
11227 * os.texi (User Identification): user-uid, user-real-uid
11228 can return float.
11229
11230 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
11231 and about derived modes.
11232 (Minor Modes): Add minor-mode-list.
11233 (Defining Minor Modes): Keyword args for define-minor-mode.
11234 (Search-based Fontification): Explain managing other properties.
11235 (Other Font Lock Variables): Add font-lock-extra-managed-props.
11236 (Faces for Font Lock): Add font-lock-preprocessor-face.
11237 (Hooks): Add run-mode-hooks and delay-mode-hooks.
11238
11239 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
11240 (Variable Aliases): Clarify defvaralias.
11241
11242 * loading.texi (Library Search): Add load-suffixes.
11243
11244 * minibuf.texi (Basic Completion): Add lazy-completion-table.
11245 (Programmed Completion): Add dynamic-completion-table.
11246
11247 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
11248 (Magic File Names): Specify precedence order of handlers.
11249
11250 * commands.texi (Command Overview): Emacs server runs pre-command-hook
11251 and post-command-hook.
11252 (Waiting): New calling convention for sit-for.
11253
11254 * text.texi (Special Properties): local-map and keymap properties
11255 apply based on their stickiness.
11256
11257 2003-07-07 Richard M. Stallman <rms@gnu.org>
11258
11259 * modes.texi (Minor Mode Conventions): Specify only some kinds
11260 of list values as args to minor modes.
11261
11262 * files.texi (File Name Expansion): Warn about iterative use
11263 of substitute-in-file-name.
11264
11265 * advice.texi (Activation of Advice): Clean up previous change.
11266
11267 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
11268
11269 * advice.texi (Activation of Advice): Note that ad-start-advice is
11270 turned on by default.
11271
11272 2003-06-30 Richard M. Stallman <rms@gnu.org>
11273
11274 * text.texi (Buffer Contents): Document current-word.
11275 (Change Hooks): Not called for *Messages*.
11276
11277 * functions.texi (Defining Functions): Explain about redefining
11278 primitives.
11279 (Function Safety): Rename. Minor changes.
11280 Comment out the detailed criteria for what is safe.
11281
11282 2003-06-22 Andreas Schwab <schwab@suse.de>
11283
11284 * objects.texi (Symbol Type): Fix description of examples.
11285
11286 2003-06-16 Andreas Schwab <schwab@suse.de>
11287
11288 * hash.texi (Creating Hash): Fix description of :weakness.
11289
11290 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
11291
11292 * files.texi (Changing Files): copy-file copies file modes, too.
11293
11294 2003-05-28 Richard M. Stallman <rms@gnu.org>
11295
11296 * strings.texi (Creating Strings): Clarify split-string.
11297
11298 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
11299
11300 * strings.texi (Creating Strings): Update split-string specification
11301 and examples.
11302
11303 2003-05-19 Richard M. Stallman <rms@gnu.org>
11304
11305 * elisp.texi: Correct invariant section names.
11306
11307 2003-04-20 Richard M. Stallman <rms@gnu.org>
11308
11309 * os.texi (Timers): Explain about timers and quitting.
11310
11311 2003-04-19 Richard M. Stallman <rms@gnu.org>
11312
11313 * internals.texi (Writing Emacs Primitives): Strings are
11314 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
11315 Explain GCPRO convention for varargs function args.
11316
11317 2003-04-16 Richard M. Stallman <rms@gnu.org>
11318
11319 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
11320
11321 2003-04-08 Richard M. Stallman <rms@gnu.org>
11322
11323 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
11324
11325 2003-02-13 Kim F. Storm <storm@cua.dk>
11326
11327 * objects.texi (Character Type): New \s escape for space.
11328
11329 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
11330
11331 * os.texi (System Environment): Add cygwin system-type.
11332
11333 2003-01-25 Richard M. Stallman <rms@gnu.org>
11334
11335 * keymaps.texi: Document that a symbol can act as a keymap.
11336
11337 2003-01-13 Richard M. Stallman <rms@gnu.org>
11338
11339 * text.texi (Changing Properties): Say string indices are origin-0.
11340
11341 * positions.texi (Screen Lines) <compute-motion>:
11342 Correct order of elts in return value.
11343
11344 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
11345 how to define a default binding.
11346
11347 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
11348
11349 * loading.texi (Unloading): Fix recent change for load-history.
11350
11351 * customize.texi (Simple Types): Clarify description of custom
11352 type 'number. Describe new custom type 'float.
11353
11354 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
11355
11356 * variables.texi (File Local Variables): Fix typo.
11357
11358 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
11359
11360 From Michael Albinus <Michael.Albinus@alcatel.de>.
11361
11362 * README: Target for Info file is `make info'.
11363
11364 * files.texi (File Name Components): Fix typos in
11365 `file-name-sans-extension'.
11366 (Magic File Names): Complete list of operations for magic file
11367 name handlers.
11368
11369 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
11370
11371 * variables.texi (File Local Variables): New function
11372 risky-local-variable-p.
11373
11374 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
11375
11376 * functions.texi (Function safety): New node about unsafep.
11377
11378 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
11379
11380 * customize.texi (Splicing into Lists): Fix example.
11381 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
11382
11383 2002-06-17 Juanma Barranquero <lektu@terra.es>
11384
11385 * frames.texi (Display Feature Testing): Fix typo.
11386
11387 2002-06-12 Andreas Schwab <schwab@suse.de>
11388
11389 * frames.texi (Initial Parameters, Resources): Fix references to
11390 the Emacs manual.
11391
11392 2002-05-13 Kim F. Storm <storm@cua.dk>
11393
11394 * variables.texi (Intro to Buffer-Local): Updated warning and
11395 example relating to changing buffer inside let.
11396
11397 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
11398
11399 * os.texi (Session Management): New node about X Session management.
11400
11401 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
11402
11403 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
11404 to which the manual corresponds, and the copyright years.
11405
11406 * Makefile.in (VERSION): Set to 2.9.
11407
11408 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
11409
11410 * elisp.texi: Change the category in @dircategory to "Emacs", to
11411 make it consistent with info/dir.
11412
11413 2001-11-25 Miles Bader <miles@gnu.org>
11414
11415 * text.texi (Fields): Describe new `limit' arg in
11416 field-beginning/field-end.
11417
11418 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
11419
11420 * permute-index: Don't depend on csh-specific features.
11421 Replace the interpreter name with /bin/sh.
11422
11423 * two-volume-cross-refs.txt: New file.
11424 * two.el: New file.
11425 * spellfile: New file.
11426
11427 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
11428
11429 * permute-index: New file.
11430
11431 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
11432 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
11433 8+3 restricted namespace.
11434
11435 * Makefile.in (infodir): Define relative to $(srcdir).
11436 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
11437 include directories list via -I switch to makeinfo.
11438 (index.texi): Use cp if both hard and symbolic links fail.
11439
11440 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
11441
11442 * Makefile.in (distclean): Add.
11443
11444 The following changes make ELisp manual part of the Emacs
11445 distribution:
11446
11447 * Makefile.in: Add Copyright notice.
11448 (prefix): Remove.
11449 (infodir): Change value to "../info".
11450 (VPATH): New variable.
11451 (MAKE): Don't define.
11452 (texmacrodir): Don't define.
11453 (texinputdir): Append the existing value of TEXINPUTS.
11454 ($(infodir)/elisp): Instead of just "elisp". Reformat the
11455 command to be compatible with man/Makefile.in, and to put the
11456 output into ../info.
11457 (info): Add target.
11458 (installall): Target removed.
11459
11460 2001-10-31 Pavel Janík <Pavel@Janik.cz>
11461
11462 * tips.texi (Coding Conventions): Fix typo.
11463
11464 2001-10-23 Gerd Moellmann <gerd@gnu.org>
11465
11466 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
11467
11468 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
11469
11470 * files.texi (File Name Components): Update the description of
11471 file-name-sans-extension and file-name-extension, as they now
11472 ignore leading dots.
11473
11474 2001-10-20 Gerd Moellmann <gerd@gnu.org>
11475
11476 * (Version 21.1 released.)
11477
11478 2001-10-19 Miles Bader <miles@gnu.org>
11479
11480 * positions.texi (Text Lines): Describe behavior of
11481 `beginning-of-line'/`end-of-line' in the presence of field properties.
11482
11483 2001-10-17 Gerd Moellmann <gerd@gnu.org>
11484
11485 * Makefile.in (VERSION): Set to 2.8.
11486 (manual): Use `manual-21'.
11487
11488 * elisp.texi (VERSION): Add and use it where the version
11489 number was used. Set it to 2.8.
11490
11491 * intro.texi: Likewise.
11492
11493 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11494
11495 * files.texi (File Name Completion): Document the significance of
11496 a trailing slash in elements of completion-ignored-extensions.
11497
11498 2001-10-06 Miles Bader <miles@gnu.org>
11499
11500 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
11501
11502 2001-10-04 Gerd Moellmann <gerd@gnu.org>
11503
11504 * variables.texi (Variable Aliases): New node.
11505
11506 2001-10-04 Gerd Moellmann <gerd@gnu.org>
11507
11508 * Branch for 21.1.
11509
11510 2001-10-02 Miles Bader <miles@gnu.org>
11511
11512 * minibuf.texi (Minibuffer Misc): Add entries for
11513 `minibuffer-contents', `minibuffer-contents-no-properties', and
11514 `delete-minibuffer-contents'.
11515 Correct description for `minibuffer-prompt-end'.
11516
11517 * text.texi (Property Search): Correct descriptions of
11518 `next-char-property-change' and `previous-char-property-change'.
11519 Add entries for `next-single-char-property-change' and
11520 `previous-single-char-property-change'.
11521 Make operand names a bit more consistent.
11522
11523 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
11524
11525 * frames.texi (Finding All Frames): Document that next-frame and
11526 previous-frame are local to current terminal.
11527
11528 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
11529
11530 * keymaps.texi (Creating Keymaps): Fix the description of the
11531 result of make-keymap.
11532
11533 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
11534
11535 * display.texi (Font Lookup, Attribute Functions)
11536 (Image Descriptors): Add cross-references to the definition of
11537 selected frame.
11538
11539 * buffers.texi (The Buffer List): Add cross-references to the
11540 definition of selected frame.
11541
11542 * frames.texi (Input Focus): Clarify which frame is _the_ selected
11543 frame at any given time.
11544 (Multiple Displays, Size and Position): Add a cross-reference to
11545 the definition of the selected frame.
11546
11547 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11548
11549 * strings.texi (String Conversion) <string-to-number>: Document
11550 that a float is returned for integers that are too large.
11551
11552 * frames.texi (Mouse Position): Document mouse-position-function.
11553 (Display Feature Testing): Document display-images-p.
11554 (Window Frame Parameters): Document the cursor-type variable.
11555
11556 * numbers.texi (Integer Basics): Document CL style read syntax for
11557 integers in bases other than 10.
11558
11559 * positions.texi (List Motion):
11560 Document open-paren-in-column-0-is-defun-start.
11561
11562 * lists.texi (Sets And Lists): Document member-ignore-case.
11563
11564 * internals.texi (Garbage Collection): Document the used and free
11565 strings report.
11566 (Memory Usage): Document strings-consed.
11567
11568 * os.texi (Time of Day): Document float-time.
11569 (Recording Input): Document that clear-this-command-keys clears
11570 the vector to be returned by recent-keys.
11571
11572 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
11573 The argument keymap can be a list.
11574
11575 * nonascii.texi (User-Chosen Coding Systems)
11576 <select-safe-coding-system>: Document the new argument
11577 accept-default-p and the variable
11578 select-safe-coding-system-accept-default-p. Tell what happens if
11579 buffer-file-coding-system is undecided.
11580 (Default Coding Systems): Document auto-coding-regexp-alist.
11581
11582 * display.texi (The Echo Area) <message>: Document
11583 message-truncate-lines.
11584 (Glyphs): Document that the glyph table is unused on windowed
11585 displays.
11586
11587 * help.texi (Describing Characters) <single-key-description>:
11588 Document the new argument no-angles.
11589 (Accessing Documentation) <documentation-property>: Document that
11590 a non-string property is evaluated.
11591 <documentation>: Document that the function-documentation property
11592 is looked for.
11593
11594 * windows.texi (Selecting Windows): Document some-window.
11595
11596 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
11597
11598 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
11599 apropos-mode-hook.
11600
11601 * commands.texi (Using Interactive): Document interactive-form.
11602 (Keyboard Macros): Document kbd-macro-termination-hook.
11603 (Command Loop Info): Document that clear-this-command-keys clears
11604 the vector to be returned by recent-keys.
11605
11606 2001-09-04 Werner LEMBERG <wl@gnu.org>
11607
11608 * Makefile.in (srcdir, texinputdir): New variables.
11609 (srcs, index.texi, install): Use $(srcdir).
11610 (.PHONY): Remove elisp.dvi.
11611 (elisp): Use -I switch for makeinfo.
11612 (elisp.dvi): Use $(srcdir) and $(texinputdir).
11613 (installall, dist): Use $(srcdir).
11614 Fix path to texinfo.tex.
11615 (maintainer-clean): Add elisp.dvi and elisp.oaux.
11616
11617 2001-08-30 Gerd Moellmann <gerd@gnu.org>
11618
11619 * display.texi (Conditional Display): Adjust to API change.
11620
11621 * configure: New file.
11622
11623 2001-07-30 Gerd Moellmann <gerd@gnu.org>
11624
11625 * commands.texi (Repeat Events): Add description of
11626 double-click-fuzz.
11627
11628 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
11629
11630 * syntax.texi (Syntax Class Table): Add the missing designator for
11631 comment and string fences.
11632 (Syntax Properties): Add a xref to syntax table internals.
11633 (Syntax Table Internals): Document string-to-syntax.
11634
11635 2001-05-07 Gerd Moellmann <gerd@gnu.org>
11636
11637 * Makefile.in (install): Use install-info command line options
11638 like in Emacs' Makefile.in.
11639
11640 2000-12-09 Miles Bader <miles@gnu.org>
11641
11642 * windows.texi (Window Start): Update documentation for
11643 `pos-visible-in-window-p'.
11644
11645 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
11646
11647 * lists.texi (Building Lists): Add footnote to explain how to add
11648 to the end of a list.
11649
11650 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11651
11652 * files.texi (Visiting Functions): Typos.
11653
11654 2000-10-25 Kenichi Handa <handa@etl.go.jp>
11655
11656 * files.texi (Visiting Functions): Return value of
11657 find-file-noselect may be a list of buffers if wildcards are used.
11658
11659 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11660
11661 * display.texi (Defining Faces): Document `graphic' display type
11662 in face specs.
11663
11664 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11665
11666 * hooks.texi (Standard Hooks): Replace obsolete
11667 `after-make-frame-hook' with `after-make-frame-functions'.
11668
11669 * frames.texi (Creating Frames): Ditto.
11670
11671 * variables.texi (Future Local Variables): Ditto.
11672
11673 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11674
11675 * display.texi (Other Image Types): Add description of :foreground
11676 and :background properties of mono PBM images.
11677
11678 2000-08-17 Werner LEMBERG <wl@gnu.org>
11679
11680 * .cvsignore: New file.
11681
11682 2000-01-05 Gerd Moellmann <gerd@gnu.org>
11683
11684 * tindex.pl: New script.
11685
11686 1999-12-03 Dave Love <fx@gnu.org>
11687
11688 * Makefile.in (MAKEINFO): New parameter.
11689
11690 1999-09-17 Richard Stallman <rms@gnu.org>
11691
11692 * Makefile.in (srcs): Add hash.texi.
11693 (VERSION): Update to 20.6.
11694
11695 1999-09-13 Richard Stallman <rms@gnu.org>
11696
11697 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
11698
11699 1998-08-29 Karl Heuer <kwzh@gnu.org>
11700
11701 * configure.in: New file.
11702 * Makefile.in: Renamed from Makefile.
11703 (prefix, infodir): Use value obtained from configure.
11704 (emacslibdir): Obsolete variable deleted.
11705 (dist): Distribute configure.in, configure, Makefile.in.
11706
11707 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11708
11709 * Makefile (INSTALL_INFO): New variable.
11710 (install): Run install-info.
11711
11712 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11713
11714 * Makefile (elisp.dvi): Add missing backslash.
11715
11716 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
11717
11718 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
11719 Run texindex without `./'. Always run texindex on elisp.tp.
11720 (elisp.tps): Target deleted.
11721
11722 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
11723
11724 * Makefile (srcs): Add nonascii.texi and customize.texi.
11725 (dist): Start by deleting `temp'.
11726
11727 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
11728
11729 * Makefile (makeinfo, texindex): Targets deleted.
11730 (makeinfo.o, texindex.o): Targets deleted.
11731 (clean, dist): Don't do anything with them or with getopt*.
11732
11733 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
11734
11735 * Makefile (SHELL): Defined.
11736
11737 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
11738
11739 * Makefile (elisp.tps): New target.
11740 (elisp.dvi): Depend on elisp.tps.
11741
11742 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
11743
11744 * README: Update phone number.
11745
11746 * Makefile (elisp): Make this be the default target.
11747 Depend on makeinfo.c instead of makeinfo.
11748 (install): Don't depend on elisp.dvi, since we don't install that.
11749 Use mkinstalldirs.
11750 (dist): Add mkinstalldirs.
11751
11752 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11753
11754 * Makefile (VERSION): Update version number.
11755 (maintainer-clean): Rename from realclean.
11756
11757 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11758
11759 * Makefile (realclean): New target.
11760 (elisp): Remove any old elisp-* files first.
11761
11762 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
11763
11764 * Makefile (VERSION): New variable.
11765 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
11766 Compressed file suffix should be `.gz', not `.z'.
11767
11768 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11769
11770 * Makefile (elisp): Depend on makeinfo.
11771
11772 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
11773
11774 * Makefile (srcs): Add anti.texi.
11775
11776 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11777
11778 * Makefile (infodir, prefix): New vars.
11779 (install): Use infodir.
11780 (emacsinfodir): Delete.
11781
11782 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11783
11784 * Makefile (srcs): Add calendar.texi.
11785
11786 * Makefile (dist): Copy texindex.c and makeinfo.c.
11787 Limit elisp-* files to those with one or two digits.
11788
11789 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11790
11791 * Makefile (dist): Change to use Gzip instead of compress.
11792
11793 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11794
11795 * loading.texi (Unloading): define-function changed back to
11796 defalias. It may not stay this way, but at least it's
11797 consistent with the known-good version of the code patch.
11798
11799 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11800
11801 * modes.texi (Hooks): Document new optional arg of add-hook.
11802
11803 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11804
11805 * variables.texi: Document nil initial value of buffer-local variables.
11806
11807 * tips.texi: Add new section on standard library headers.
11808
11809 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11810
11811 * Makefile (srcs): Add frame.texi to the list of sources.
11812
11813 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11814
11815 * Makefile (dist): Don't bother excluding autosave files; they'll
11816 never make it into the temp directory anyway, and the hash marks
11817 in the name are problematic for make and the Bourne shell.
11818 (srcs): ???
11819
11820 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11821
11822 * Makefile (dist): Don't include backup files or autosave files in
11823 the distribution tar file.
11824
11825 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11826
11827 * Makefile (srcs): Add index.perm.
11828 (elisp.dvi): Remove erroneous shell comment.
11829 Expect output of permute-index in permuted.fns.
11830 Save old elisp.aux in elisp.oaux.
11831 (clean): Add index.texi to be deleted.
11832
11833 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11834
11835 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
11836
11837 1990-06-26 David Lawrence (tale@geech)
11838
11839 * files.texi: Noted that completion-ignored-extensions is ignored
11840 when making *Completions*.
11841
11842 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
11843
11844 * Makefile make dist now depends on elisp.dvi, since it tries
11845 to include it in the dist file.
11846
11847 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
11848
11849 * functions.texinfo (Mapping Functions): Add missing quote.
11850
11851 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11852
11853 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
11854 (defunargs): Turn off \hyphenchar of \sl font temporarily.
11855
11856 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11857
11858 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
11859 and @error{} are the terms now being used. The files in the
11860 directory have been changed to reflect this.
11861
11862 * All instances of @indentedresultt{} have been changed to
11863 ` @result{}', using 5 spaces at the beginning of the line.
11864
11865 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11866
11867 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
11868 experimental @indentedresult{}, @indentedexpandsto{} are part of
11869 the texinfo.tex in this directory. These TeX macros are not
11870 stable yet.
11871
11872 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11873
11874 * texinfo.tex: Temporarily added
11875 \let\result=\dblarrow
11876 \def\error{{\it ERROR} \longdblarrow}
11877 We need to do this better soon.
11878
11879 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11880
11881 * Applied Karl Berry's patches to *.texinfo files, but not to
11882 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
11883 new title page format is also not applied, since it requires
11884 texinfo.tex changes.)
11885
11886 * Cleaned up `Makefile' and defined the `emacslibdir' directory
11887 for the Project GNU development environment.
11888
11889 ;; Local Variables:
11890 ;; coding: utf-8
11891 ;; End:
11892
11893 Copyright (C) 1998-2012 Free Software Foundation, Inc.
11894
11895 This file is part of GNU Emacs.
11896
11897 GNU Emacs is free software: you can redistribute it and/or modify
11898 it under the terms of the GNU General Public License as published by
11899 the Free Software Foundation, either version 3 of the License, or
11900 (at your option) any later version.
11901
11902 GNU Emacs is distributed in the hope that it will be useful,
11903 but WITHOUT ANY WARRANTY; without even the implied warranty of
11904 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11905 GNU General Public License for more details.
11906
11907 You should have received a copy of the GNU General Public License
11908 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.