* doc/lispref/customize.texi (Variable Definitions): Mention the default :group
[bpt/emacs.git] / doc / lispref / ChangeLog
1 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * customize.texi (Variable Definitions): Mention the default :group
4 for defcustoms (bug#13093).
5
6 2012-12-05 Chong Yidong <cyd@gnu.org>
7
8 * lists.texi (Plist Access): Move put example to Symbol Plists.
9
10 * symbols.texi (Standard Properties): Fix typo.
11
12 2012-12-02 Chong Yidong <cyd@gnu.org>
13
14 * symbols.texi (Symbol Properties): New node.
15 (Symbol Plists): Make it a subsection under Symbol Properties.
16 (Standard Properties): New node.
17
18 * lists.texi (Property Lists): Move here from symbols.texi.
19 (Plist Access): Rename from Other Plists.
20
21 * customize.texi (Variable Definitions):
22 * display.texi (Defining Faces):
23 * sequences.texi (Char-Tables): Fix xref.
24
25 * keymaps.texi (Key Sequences): `kbd' is now a function.
26
27 * commands.texi (Using Interactive): Fix index entry.
28
29 2012-11-23 Martin Rudalics <rudalics@gmx.at>
30
31 * windows.texi (Basic Windows): Fix typo.
32 (Windows and Frames): Fix example. Move description of
33 window-in-direction here.
34 (Recombining Windows): Fix example.
35 (Buffers and Windows): Fix description of replace-buffer-in-windows.
36 (Switching Buffers): Reword.
37 (Display Action Functions): Minor adjustments.
38 (Choosing Window Options): Minor fixes.
39 (Window History): Minor rewording.
40 (Dedicated Windows): Correct and reword part describing how
41 dedicatedness affects functions removing buffers or windows.
42 * buffers.texi (The Buffer List): Fix description of bury-buffer.
43
44 2012-11-23 Chong Yidong <cyd@gnu.org>
45
46 * modes.texi (%-Constructs): Fix statement about mode construct
47 padding (Bug#12866).
48
49 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * debugging.texi (Profiling): Make it more clear
52 that --enable-profiling is about profiling the C code.
53
54 2012-11-21 Glenn Morris <rgm@gnu.org>
55
56 * debugging.texi (Profiling): Mention --enable-profiling (if !tex).
57 Add some basic information about the profile report buffer.
58 (Debugging): Mention profiling in the introduction.
59
60 2012-11-20 Glenn Morris <rgm@gnu.org>
61
62 * debugging.texi (Profiling): New section, in progress.
63 * tips.texi (Compilation Tips): Move profiling to separate section.
64 * elisp.texi: Add Profiling to detailed menu.
65
66 2012-11-18 Martin Rudalics <rudalics@gmx.at>
67
68 * windows.texi (Display Action Functions): Fix recently added
69 example. Suggested by Michael Heerdegen.
70
71 2012-11-18 Paul Eggert <eggert@cs.ucla.edu>
72
73 Minor cleanup for times as lists of four integers.
74 * os.texi (Time Parsing): Time values can now be four integers.
75
76 2012-11-18 Glenn Morris <rgm@gnu.org>
77
78 * loading.texi (How Programs Do Loading): Add eager macro expansion.
79 * macros.texi (Expansion): Mention eager macro expansion.
80
81 2012-11-17 Glenn Morris <rgm@gnu.org>
82
83 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
84
85 2012-11-17 Leo Liu <sdl.web@gmail.com>
86
87 * minibuf.texi (Programmed Completion): Doc fix for metadata
88 request (Bug#12850).
89
90 2012-11-17 Glenn Morris <rgm@gnu.org>
91
92 * display.texi (Temporary Displays): Document with-temp-buffer-window.
93
94 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
95 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
96 (Window Sizes): Add vindex for window-min-height, window-min-width.
97 (Display Action Functions): Mention pop-up-frame-parameters.
98
99 2012-11-16 Martin Rudalics <rudalics@gmx.at>
100
101 * windows.texi (Choosing Window): Rewrite description of
102 display-buffer-alist (Bug#12167).
103 (Display Action Functions): Mention inhibit-switch-frame.
104 Fix description of display-buffer-below-selected. Reorder actions.
105 Add example (Bug#12848).
106
107 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
108
109 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
110 with normal keymaps" (bug#12868).
111
112 2012-11-15 Glenn Morris <rgm@gnu.org>
113
114 * display.texi (Face Attributes): Fix :underline COLOR description.
115 (Attribute Functions): Update for set-face-underline rename.
116 Tweak descriptions of face-underline-p, face-inverse-video-p.
117
118 2012-11-14 Glenn Morris <rgm@gnu.org>
119
120 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
121 so they align better in info.
122 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
123 Document set-temporary-overlay-map.
124
125 2012-11-12 Glenn Morris <rgm@gnu.org>
126
127 * variables.texi (Adding Generalized Variables):
128 At least mention gv-define-expander and gv-letplace.
129
130 2012-11-11 Glenn Morris <rgm@gnu.org>
131
132 * debugging.texi (Error Debugging): Mention debug-on-message.
133 (Using Debugger): Mention debugger-bury-or-kill.
134
135 * control.texi (Signaling Errors):
136 * debugging.texi (Error Debugging):
137 * errors.texi (Standard Errors): Add user-error.
138
139 * variables.texi (Adding Generalized Variables):
140 Use standard formatting for common lisp note about setf functions.
141
142 2012-11-07 Martin Rudalics <rudalics@gmx.at>
143
144 * elisp.texi (Top): Add Recombining Windows to menu.
145 * windows.texi (Recombining Windows): New subsection.
146 (Splitting Windows): Rewrite text on handling of window
147 combinations and move it to new subsection.
148
149 2012-11-07 Chong Yidong <cyd@gnu.org>
150
151 * searching.texi (Replacing Match): Document \? in replace-match.
152
153 * variables.texi (Creating Buffer-Local): Document setq-local and
154 defvar-local.
155 (Setting Generalized Variables): Arrange table alphabetically.
156
157 * lists.texi (List Elements, List Variables): Clarify descriptions
158 of push and pop for generalized variables.
159
160 * edebug.texi (Specification List): setf is no longer CL-only.
161
162 2012-11-07 Glenn Morris <rgm@gnu.org>
163
164 * variables.texi (Adding Generalized Variables):
165 Update description of FIX-RETURN expansion.
166
167 2012-11-06 Glenn Morris <rgm@gnu.org>
168
169 * variables.texi (Setting Generalized Variables):
170 Split most of previous contents into this subsection.
171 (Adding Generalized Variables): New subsection.
172 Move note on lack of setf functions here from misc/cl.texi.
173
174 * elisp.texi: Add Generalized Variables subsections to detailed menu.
175
176 2012-11-05 Chong Yidong <cyd@gnu.org>
177
178 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
179
180 2012-11-03 Chong Yidong <cyd@gnu.org>
181
182 * objects.texi (General Escape Syntax): Clarify the explanation of
183 escape sequences.
184 (Non-ASCII in Strings): Clarify when a string is unibyte vs
185 multibyte. Hex escapes do not automatically make a string
186 multibyte.
187
188 2012-11-03 Martin Rudalics <rudalics@gmx.at>
189
190 * windows.texi (Switching Buffers): Document option
191 switch-to-buffer-preserve-window-point.
192 (Display Action Functions): Document window-height and
193 window-width alist entries.
194 (Display Action Functions):
195 Document display-buffer-below-selected and
196 display-buffer-in-previous-window.
197 (Quitting Windows): Document quit-restore-window.
198 Rewrite section.
199 (Window Configurations): In window-state-get mention that
200 argument window must be valid.
201 (Window Parameters): Document quit-restore window parameter
202 (Bug#12158).
203
204 2012-10-31 Glenn Morris <rgm@gnu.org>
205
206 * control.texi (Catch and Throw): Add xref to cl.texi.
207
208 * lists.texi (Sets And Lists): Point xref to better location.
209
210 * errors.texi (Standard Errors):
211 * loading.texi (Autoload): Update for cl-lib namespace changes.
212
213 * modes.texi (Defining Minor Modes): "Generalized Variables"
214 section is now in this manual rather than cl.texi.
215
216 * eval.texi (Special Forms): No longer special forms: defmacro,
217 defun, save-window-excursion, with-output-to-temp-buffer.
218 * functions.texi (Defining Functions): Defun is now a macro.
219 Defalias is a function.
220
221 2012-10-30 Glenn Morris <rgm@gnu.org>
222
223 * variables.texi (Generalized Variables): Fix typo.
224
225 2012-10-30 Chong Yidong <cyd@gnu.org>
226
227 * symbols.texi (Symbol Plists): Document function-get.
228
229 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
230
231 * frames.texi (Visibility of Frames): Document tty-top-frame.
232
233 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * keymaps.texi (Format of Keymaps): Document the multiple
236 inheritance format.
237
238 2012-10-28 Martin Rudalics <rudalics@gmx.at>
239
240 * windows.texi (Basic Windows): Reformulate description of live,
241 internal and valid windows.
242 (Cyclic Window Ordering): Describe new argument of
243 get-lru-window and get-largest-window. Add description of
244 window-in-direction.
245
246 2012-10-27 Glenn Morris <rgm@gnu.org>
247
248 * variables.texi (Generalized Variables): New section,
249 adapted from misc/cl.texi.
250 * elisp.texi (Top): Add Generalized Variables to menu.
251 * lists.texi (List Elements, List Variables):
252 Mention generalized variables.
253
254 * lists.texi (List Elements): Typo fix.
255
256 2012-10-27 Chong Yidong <cyd@gnu.org>
257
258 * minibuf.texi (High-Level Completion): Don't mention removed
259 function iswitchb-read-buffer.
260
261 * commands.texi (Event Input Misc): Remove last-input-char.
262 (Command Loop Info): Remove last-command-char.
263
264 * frames.texi (Initial Parameters): Don't mention the obsolete
265 special-display feature.
266
267 * windows.texi (Choosing Window): Don't mention the obsolete
268 special display feature.
269 (Choosing Window Options): Remove obsolete special-display
270 variables, and the functions special-display-p and
271 special-display-popup-frame.
272
273 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
274
275 * hooks.texi (Standard Hooks): Remove obsolete hooks.
276
277 * markers.texi (Information from Markers): Remove obsolete
278 function buffer-has-markers-at.
279
280 * text.texi (Yanking): Document yank-handled-properties.
281
282 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
283
284 Update manual for new time stamp format (Bug#12706).
285 * buffers.texi (Modification Time):
286 * files.texi (Testing Accessibility, File Attributes):
287 * intro.texi (Version Info):
288 * os.texi (Time of Day):
289 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
290 These instances were missed the first time around.
291 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
292
293 2012-10-24 Chong Yidong <cyd@gnu.org>
294
295 * minibuf.texi (Text from Minibuffer): Document read-regexp
296 changes.
297
298 * nonascii.texi (Selecting a Representation):
299 Document set-buffer-multibyte changes.
300
301 * keymaps.texi (Toolkit Differences): Node deleted.
302 (Easy Menu): New node.
303
304 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
305
306 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
307
308 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
309
310 Fix outdated timestamp documentation in Elisp manual (bug#12706).
311 * files.texi (File Attributes):
312 * text.texi (Undo):
313 Time stamp resolution is now 1 picosecond, not 1 second.
314
315 2012-10-23 Chong Yidong <cyd@gnu.org>
316
317 * display.texi (Font Lookup): Remove font-list-limit.
318
319 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
320 (Bug#12529).
321
322 2012-10-22 Glenn Morris <rgm@gnu.org>
323
324 * os.texi (Recording Input): Tiny fix.
325
326 * intro.texi (Lisp History):
327 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
328 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
329
330 2012-10-15 Chong Yidong <cyd@gnu.org>
331
332 * macros.texi (Defining Macros): defmacro is now a macro.
333 Explicitly list the docstring and declare arguments.
334
335 * functions.texi (Anonymous Functions): Explicitly list the
336 docstring, declare, and interactive arguments to lambda.
337 (Defining Functions): Likewise for defun.
338 (Inline Functions): Likewise for defsubst.
339 (Declare Form): Tweak description.
340
341 2012-10-13 Chong Yidong <cyd@gnu.org>
342
343 * display.texi (ImageMagick Images): ImageMagick enabled by default.
344
345 2012-10-05 Chong Yidong <cyd@gnu.org>
346
347 * minibuf.texi (Basic Completion): Clarify list form of completion
348 table (Bug#12564).
349
350 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
351
352 * functions.texi (Function Safety): Copyedit. (Bug#12562)
353
354 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
355
356 Revert the FOLLOW-SYMLINKS change for file-attributes.
357 * files.texi (File Attributes, Magic File Names): Undo last change.
358
359 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
360
361 file-attributes has a new optional arg FOLLOW-SYMLINKS.
362 * files.texi (File Attributes): Describe it.
363 (Magic File Names): Use it.
364
365 2012-09-30 Chong Yidong <cyd@gnu.org>
366
367 * commands.texi (Click Events): Define "mouse position list".
368 Remove mention of unimplemented horizontal scroll bars.
369 (Drag Events, Motion Events): Refer to "mouse position list".
370 (Accessing Mouse): Document posnp.
371
372 * errors.texi (Standard Errors): Tweak arith-error description.
373 Tweak markup. Remove domain-error and friends, which seem to be
374 unused after the floating-point code revamp.
375
376 * functions.texi (Obsolete Functions): Obsolescence also affects
377 documentation commands. Various clarifications.
378 (Declare Form): New node.
379
380 * strings.texi (String Basics): Copyedits.
381
382 * os.texi (Idle Timers): Minor clarifications.
383 (User Identification): Add system-users and system-groups.
384
385 * macros.texi (Defining Macros): Move description of `declare' to
386 Declare Form node.
387
388 * loading.texi (Autoload):
389 * help.texi (Documentation Basics): The special sequences can
390 trigger autoloading.
391
392 * numbers.texi (Integer Basics): Copyedits.
393 (Float Basics): Consider IEEE floating point always available.
394 (Random Numbers): Document actual limits.
395 (Arithmetic Operations): Clarify division by zero. Don't mention
396 the machine-independence of negative division since it does not
397 happen in practice.
398
399 2012-09-28 Chong Yidong <cyd@gnu.org>
400
401 * os.texi (Startup Summary): Document leim-list.el change.
402
403 2012-09-25 Chong Yidong <cyd@gnu.org>
404
405 * functions.texi (Defining Functions): defun is now a macro.
406
407 2012-09-28 Leo Liu <sdl.web@gmail.com>
408
409 * files.texi (Files): Fix typo.
410
411 2012-09-23 Chong Yidong <cyd@gnu.org>
412
413 * buffers.texi (Read Only Buffers): Document read-only-mode.
414
415 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
416 read-only-mode.
417
418 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
419 calling conventions.
420
421 2012-09-22 Chong Yidong <cyd@gnu.org>
422
423 * searching.texi (Replacing Match): Minor clarification.
424
425 2012-09-22 Eli Zaretskii <eliz@gnu.org>
426
427 * edebug.texi (Instrumenting): Improve indexing.
428
429 * os.texi (Idle Timers): Warn against reinvoking an idle timer
430 from within its own timer action. (Bug#12447)
431
432 2012-09-22 Chong Yidong <cyd@gnu.org>
433
434 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
435
436 2012-09-21 Glenn Morris <rgm@gnu.org>
437
438 * debugging.texi (Using Debugger): Fix typo.
439
440 2012-09-18 Chong Yidong <cyd@gnu.org>
441
442 * display.texi (Faces): Discuss anonymous faces.
443 (Face Attributes): Tweak intro.
444 (Defining Faces): Move after the Face Attributes node. Copyedits.
445 (Displaying Faces): Describe role of inheritance.
446
447 * customize.texi (Customization): Define customization more
448 carefully (Bug#11440).
449 (Common Keywords): Add xref to Constant Variables.
450
451 * variables.texi (Defining Variables): Link to defcustom's node
452 instead of the higher-level Customization chapter.
453
454 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
455
456 Simplify, document, and port floating-point (Bug#12381).
457 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
458 Document that / and mod (with floating point arguments), along
459 with asin, acos, log, log10, expt and sqrt, return special values
460 instead of signaling exceptions.
461 (Float Basics): Document that logb operates on the absolute value
462 of its argument.
463 (Math Functions): Document that (log ARG BASE) also returns NaN if
464 BASE is negative. Document that (expt X Y) returns NaN if X is a
465 finite negative number and Y a finite non-integer.
466
467 2012-09-09 Chong Yidong <cyd@gnu.org>
468
469 * lists.texi (Sets And Lists): Explain that the return value for
470 delete should be used, like for delq.
471
472 * minibuf.texi (Yes-or-No Queries): Document recentering and
473 scrolling in y-or-n-p. Remove gratuitous example.
474
475 * searching.texi (Search and Replace): Document window scrolling
476 entries in query-replace-map.
477
478 2012-09-08 Chong Yidong <cyd@gnu.org>
479
480 * syntax.texi (Syntax Table Internals): Define "raw syntax
481 descriptor" terminology (Bug#12383).
482 (Syntax Descriptors): Mention raw syntax descriptors.
483
484 2012-09-07 Chong Yidong <cyd@gnu.org>
485
486 * variables.texi (Creating Buffer-Local): Fix description of
487 local-variable-if-set-p (Bug#10713).
488
489 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
490
491 * windows.texi (Display Action Functions)
492 (Choosing Window Options): Remove obsolete variable
493 display-buffer-reuse-frames.
494 (Switching Buffers): Minor doc tweak for switch-to-buffer.
495
496 * positions.texi (Narrowing): Document buffer-narrowed-p.
497
498 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
499
500 * syntax.texi (Low-Level Parsing): Add xref to Parser State
501 (Bug#12269).
502
503 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
504
505 * debugging.texi (Explicit Debug): Document `debug-on-message'.
506
507 2012-09-02 Chong Yidong <cyd@gnu.org>
508
509 * windows.texi (Window Configurations): Recommend against using
510 save-window-excursion (Bug#12075).
511
512 * control.texi (Catch and Throw):
513 * positions.texi (Excursions): Don't mention it.
514
515 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
516
517 Better seed support for (random).
518 * numbers.texi (Random Numbers): Document new behavior of
519 the calls (random) and (random STRING).
520
521 2012-08-21 Martin Rudalics <rudalics@gmx.at>
522
523 * windows.texi (Window Point): Document recent changes in
524 window-point and set-window-point.
525 (Selecting Windows): Document recent change in select-window.
526
527 2012-08-06 Eli Zaretskii <eliz@gnu.org>
528
529 * functions.texi (Closures): Put the main index entry for
530 "closures" here. (Bug#12138)
531
532 * variables.texi (Lexical Binding): Disambiguate the index entry
533 for "closures".
534
535 2012-08-05 Chong Yidong <cyd@gnu.org>
536
537 * display.texi (Defining Faces): Move documentation of
538 frame-background-mode to the Emacs manual (Bug#7774).
539
540 2012-08-04 Chong Yidong <cyd@gnu.org>
541
542 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
543 Fix description of syntax table inheritance.
544 (Syntax Table Functions): Don't refer to internal contents of
545 syntax table, since that is not explained yet. Copyedits.
546 (Standard Syntax Tables): Node deleted.
547 (Syntax Table Internals): Misc clarifications. Improve table
548 formatting.
549
550 * keymaps.texi (Inheritance and Keymaps):
551 * text.texi (Sticky Properties): Tweak index entry.
552
553 2012-07-28 Eli Zaretskii <eliz@gnu.org>
554
555 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
556
557 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
558
559 Prefer typical American spelling for "acknowledgment".
560 * intro.texi (Acknowledgments): Rename from Acknowledgements.
561
562 2012-07-21 Eli Zaretskii <eliz@gnu.org>
563
564 * commands.texi (Special Events): Mention language-change event.
565 (Input Events, Interactive Codes):
566 * keymaps.texi (Key Sequences): Mention events that are
567 non-keyboard but also non-mouse events.
568
569 2012-07-17 Chong Yidong <cyd@gnu.org>
570
571 * text.texi (Insertion): Document insert-char changes.
572
573 2012-07-15 Leo Liu <sdl.web@gmail.com>
574
575 * display.texi (Fringe Bitmaps): Add exclamation-mark.
576
577 2012-07-13 Chong Yidong <cyd@gnu.org>
578
579 * buffers.texi (Read Only Buffers): Document toggle-read-only
580 changes. Reword to account for the fact that read-only is
581 currently not supported in overlay properties.
582
583 2012-07-07 Chong Yidong <cyd@gnu.org>
584
585 * loading.texi (Library Search): Index site-lisp directories.
586
587 2012-07-06 Chong Yidong <cyd@gnu.org>
588
589 * intro.texi (A Sample Function Description): Fix incorrect
590 markup, undoing previous change.
591 (A Sample Variable Description): Minor clarifications and markup
592 improvements.
593
594 * elisp.texi (Top):
595 * text.texi (Text): Fix menu order.
596
597 2012-07-06 Richard Stallman <rms@gnu.org>
598
599 * intro.texi (Evaluation Notation, A Sample Function Description):
600 (A Sample Variable Description): Improve/undo previous changes.
601
602 2012-07-05 Glenn Morris <rgm@gnu.org>
603
604 * intro.texi (A Sample Function Description): Fix cross-refs.
605
606 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
607
608 * intro.texi (Evaluation Notation, A Sample Function Description)
609 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
610
611 2012-06-27 Chong Yidong <cyd@gnu.org>
612
613 * processes.texi (Asynchronous Processes, Input to Processes):
614 * internals.texi (Process Internals): Don't capitalize "pty".
615
616 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
617
618 * processes.texi (Asynchronous Processes): Make the pty vs pipe
619 discussion more prominent.
620
621 2012-06-23 Eli Zaretskii <eliz@gnu.org>
622
623 * commands.texi (Misc Events): Document the language-change event.
624
625 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
626
627 Support higher-resolution time stamps (Bug#9000).
628 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
629 * processes.texi (System Processes):
630 Time stamp resolution is now picosecond, not microsecond.
631
632 2012-06-21 Glenn Morris <rgm@gnu.org>
633
634 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
635
636 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
637
638 * functions.texi (Defining Functions):
639 * macros.texi (Defining Macros): Un-define the return value of `defun',
640 `defmacro' and `defalias'.
641
642 2012-06-17 Chong Yidong <cyd@gnu.org>
643
644 * elisp.texi: Remove urlcolor setting.
645
646 2012-06-17 Glenn Morris <rgm@gnu.org>
647
648 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
649 Overlining no longer behaves exactly like underlining.
650
651 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
652
653 * display.texi (Face Attributes):
654 Document wave-style underline face attribute.
655
656 2012-06-11 Chong Yidong <cyd@gnu.org>
657
658 * display.texi (ImageMagick Images): ImageMagick now supports the
659 :background property.
660
661 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
662
663 * internals.texi (Garbage Collection): Typo fix.
664
665 2012-06-09 Chong Yidong <cyd@gnu.org>
666
667 * text.texi (Special Properties): Clarify the meaning of a list of
668 faces in the `face' property.
669
670 * display.texi (Face Remapping): Minor clarification.
671
672 2012-06-08 Chong Yidong <cyd@gnu.org>
673
674 * display.texi (Face Attributes): Font family does not accept
675 wildcards. De-document obsolete :bold and :italic attributes.
676 (Defining Faces): Use new-style face spec format.
677
678 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
679
680 * internals.texi (Garbage Collection): Document new
681 vector management code and vectorlike_header structure.
682
683 2012-06-03 Chong Yidong <cyd@gnu.org>
684
685 * modes.texi (Mode Line Data): Use "mode line construct"
686 terminology for consistency.
687
688 2012-05-27 Glenn Morris <rgm@gnu.org>
689
690 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
691 * buffers.texi, commands.texi, compile.texi, control.texi:
692 * customize.texi, debugging.texi, display.texi, doclicense.texi:
693 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
694 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
695 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
696 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
697 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
698 * objects.texi, os.texi, package.texi, positions.texi:
699 * processes.texi, searching.texi, sequences.texi, streams.texi:
700 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
701 * variables.texi, windows.texi: Nuke hand-written node pointers.
702
703 2012-05-27 Chong Yidong <cyd@gnu.org>
704
705 * functions.texi (Obsolete Functions):
706 Fix doc for set-advertised-calling-convention.
707
708 * modes.texi (Mode Help): Fix describe-mode.
709
710 * display.texi (Face Functions): Fix define-obsolete-face-alias.
711
712 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
713
714 2012-05-27 Martin Rudalics <rudalics@gmx.at>
715
716 * commands.texi (Recursive Editing): recursive-edit is a command.
717
718 * compile.texi (Docs and Compilation):
719 byte-compile-dynamic-docstrings is an option.
720
721 * debugging.texi (Invoking the Debugger): debug is a command.
722
723 * display.texi (Progress): progress-reporter-update and
724 progress-reporter-force-update have VALUE argument optional.
725 (Animated Images): Use non-@code{nil} instead of non-nil.
726
727 * files.texi (Format Conversion Round-Trip):
728 Use non-@code{nil} instead of non-nil.
729
730 * frames.texi (Creating Frames): make-frame is a command.
731 (Input Focus): select-frame is a command.
732 (Pointer Shape): void-text-area-pointer is an option.
733
734 * help.texi (Describing Characters): read-kbd-macro is a command.
735 (Help Functions): describe-prefix-bindings is a command.
736
737 * markers.texi (Creating Markers): Both arguments of copy-marker
738 are optional.
739
740 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
741
742 * modes.texi (Mode Line Variables): mode-line-remote and
743 mode-line-client are not options.
744 (Imenu): imenu-add-to-menubar is a command.
745 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
746
747 * os.texi (Sound Output): play-sound-file is a command.
748
749 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
750
751 * processes.texi (Signals to Processes):
752 Use @key{RET} instead of @code{RET}.
753 (Signals to Processes): signal-process is a command.
754
755 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
756 (Base 64): base64-encode-string is not a command while
757 base64-decode-region is.
758
759 * windows.texi (Switching Buffers): pop-to-buffer is a command.
760
761 2012-05-12 Glenn Morris <rgm@gnu.org>
762
763 * Makefile.in (MKDIR_P): New, set by configure.
764 (mkinfodir): Use $MKDIR_P.
765
766 2012-05-10 Glenn Morris <rgm@gnu.org>
767
768 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
769 with "coding: raw-text".
770 Concept of multibyte sessions no longer exists.
771
772 * files.texi (File Locks): Mention create-lockfiles option.
773
774 2012-05-09 Glenn Morris <rgm@gnu.org>
775
776 * vol1.texi, vol2.texi: Remove files.
777 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
778 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
779
780 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
781
782 * two-volume.make (emacsdir): New.
783 (tex): Add directory with emacsver.texi to TEXINPUTS.
784
785 * minibuf.texi (Minibuffer History, Basic Completion):
786 Tweak page breaks.
787
788 * internals.texi (Garbage Collection, Memory Usage)
789 (Writing Emacs Primitives): Tweak page breaks.
790
791 * streams.texi (Output Variables): Improve page break.
792
793 * edebug.texi (Edebug Display Update): Improve page break.
794
795 * compile.texi (Disassembly): Condense the examples.
796
797 * eval.texi, functions.texi, loading.texi, macros.texi:
798 Where possible, use example rather than smallexample.
799
800 * symbols.texi: Where possible, use example rather than smallexample.
801 (Symbol Components): Fix typo.
802 (Other Plists): Tweak page break.
803
804 * sequences.texi (Arrays): Tweak page breaks.
805
806 * customize.texi: Where possible, use example rather than smallexample.
807 (Common Keywords, Variable Definitions, Applying Customizations)
808 (Custom Themes): Tweak page breaks.
809
810 * control.texi: Where possible, use example rather than smallexample.
811 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
812 Tweak page breaks.
813
814 2012-05-08 Glenn Morris <rgm@gnu.org>
815
816 * two.el: Remove; unused since creation of two-volume.make.
817
818 * vol1.texi, vol2.texi: No need to keep menus in these files.
819
820 2012-05-05 Glenn Morris <rgm@gnu.org>
821
822 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
823
824 * intro.texi (Caveats): Copyedit.
825 (Lisp History): Convert inforef to xref.
826 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
827
828 * text.texi (Auto Filling): Don't mention Emacs 19.
829
830 * commands.texi (Event Input Misc): Don't mention unread-command-char.
831 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
832
833 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
834
835 * lists.texi (List-related Predicates, List Variables):
836 Tweak page-breaks.
837 (Sets And Lists): Convert inforef to xref.
838
839 2012-05-04 Glenn Morris <rgm@gnu.org>
840
841 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
842 (info, infoclean): Use $INFO_EXT.
843 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
844 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
845 (info, maintainer-clean): Use $INFO_EXT.
846 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
847
848 2012-05-04 Chong Yidong <cyd@gnu.org>
849
850 * os.texi (Timers): Use defopt for timer-max-repeats.
851
852 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
853
854 * os.texi (Time of Day): Do not limit current-time-string
855 to years 1000..9999.
856
857 2012-05-02 Chong Yidong <cyd@gnu.org>
858
859 * display.texi (Font Lookup):
860 * frames.texi (Pointer Shape):
861 * processes.texi (Subprocess Creation): Use defopt for options.
862
863 2012-05-02 Glenn Morris <rgm@gnu.org>
864
865 * elisp.texi (@copying):
866 * intro.texi (Introduction): Only print VERSION in the TeX version.
867
868 2012-05-02 Chong Yidong <cyd@gnu.org>
869
870 * text.texi (Change Hooks): Minor fix for after-change-functions.
871
872 2012-05-02 Glenn Morris <rgm@gnu.org>
873
874 * package.texi (Packaging Basics):
875 * loading.texi (Autoload):
876 * files.texi (Magic File Names):
877 Reword to remove/reduce some overly long/short lines.
878
879 2012-04-27 Glenn Morris <rgm@gnu.org>
880
881 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
882 * modes.texi (Major Modes, Auto-Indentation):
883 * buffers.texi (Buffers): Some fixes for menu descriptions.
884
885 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
886 * functions.texi (Simple Lambda, Argument List):
887 * eval.texi (Function Indirection): Avoid deprecated form.
888
889 2012-04-27 Glenn Morris <rgm@gnu.org>
890
891 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
892 Add "et al." to authors.
893
894 * buffers.texi, commands.texi, compile.texi, control.texi:
895 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
896 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
897 * modes.texi, numbers.texi, objects.texi, streams.texi:
898 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
899 Use Texinfo recommended convention for quotes+punctuation.
900
901 2012-04-27 Chong Yidong <cyd@gnu.org>
902
903 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
904 to where-is-internal (Bug#10872).
905
906 2012-04-27 Glenn Morris <rgm@gnu.org>
907
908 * macros.texi (Indenting Macros): Fix typo.
909
910 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
911 (Resizing Windows, Deleting Windows, Selecting Windows)
912 (Choosing Window Options, Horizontal Scrolling)
913 (Cyclic Window Ordering, Window History, Dedicated Windows)
914 (Quitting Windows, Window Configurations, Textual Scrolling):
915 (Coordinates and Windows, Window Configurations)
916 (Window Parameters, Window Hooks): Copyedits.
917 (Splitting Windows, Deleting Windows):
918 Fix ignore-window-parameters logic.
919 (Selecting Windows, Choosing Window Options): Markup fixes.
920 (Window Start and End): Remove pointless example.
921 Remove cross-reference to deleted count-lines content.
922 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
923 and recenter-positions. Remove recenter example.
924
925 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
926
927 * minibuf.texi (Intro to Minibuffers):
928 Tweak discussion of resizing minibuffer window.
929
930 2012-04-26 Glenn Morris <rgm@gnu.org>
931
932 * elisp-covers.texi, front-cover-1.texi: Remove files.
933
934 * tindex.pl: Remove file.
935
936 * makefile.w32-in (srcs):
937 * Makefile.in (srcs): Remove back.texi (which is unused).
938
939 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
940
941 * os.texi (Notifications): Extend possible notification hints.
942 Add notifications-get-capabilities.
943
944 2012-04-20 Chong Yidong <cyd@gnu.org>
945
946 * processes.texi (Asynchronous Processes): Mention nil argument to
947 start-process.
948
949 2012-04-20 Glenn Morris <rgm@gnu.org>
950
951 * minibuf.texi (Basic Completion): No need to describe obarrays here.
952 Don't mention obsolete `nospace' argument of all-completions.
953 (Minibuffer Completion, Completion Commands, Reading File Names)
954 (Completion Variables): Copyedits.
955 (Completion Commands): Mention parent keymaps.
956 Remove obsolete minibuffer-local-filename-must-match-map.
957 (High-Level Completion): Remove read-variable's almost
958 word-for-word duplication of read-command.
959 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
960 Update "High-Level Completion" description.
961
962 * minibuf.texi (Minibuffers):
963 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
964
965 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
966 Use Texinfo-recommended form of quote+punctuation.
967 (Intro to Minibuffers): First minibuffer is #1, not #0.
968 Mention minibuffer-inactive-mode.
969 (Text from Minibuffer): Copyedits.
970 (Minibuffer History, Programmed Completion): Fix @var usage.
971 (Object from Minibuffer): Remove overly pedantic para.
972 (Minibuffer History): Copyedits. Add face-name-history.
973 (Initial Input, Yes-or-No Queries, Multiple Queries)
974 (Minibuffer Windows, Minibuffer Misc): Copyedits.
975 (Yes-or-No Queries): Tweak example.
976 (Minibuffer Commands): Add next-complete-history-element.
977 (Minibuffer Misc): Mention minibuffer-message-timeout, and
978 minibuffer-inactive-mode.
979
980 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
981 (Bindat Functions): Copyedits.
982
983 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
984
985 * files.texi (Saving Buffers): Document `visit and `visit-save'
986 values of require-final-newline.
987
988 2012-04-20 Glenn Morris <rgm@gnu.org>
989
990 * processes.texi (Output from Processes, Filter Functions):
991 Mention waiting-for-user-input-p.
992 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
993 (Network Servers, Datagrams, Network Processes, Network Options)
994 (Network Feature Testing, Serial Ports): Copyedits.
995 (Network): Add encrypted network overview paragraph.
996 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
997
998 2012-04-20 Chong Yidong <cyd@gnu.org>
999
1000 * help.texi (Keys in Documentation): Mention :advertised-binding.
1001
1002 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
1003 description to help.texi.
1004
1005 2012-04-20 Glenn Morris <rgm@gnu.org>
1006
1007 * processes.texi (Process Information, Input to Processes)
1008 (Signals to Processes, Output from Processes, Process Buffers)
1009 (Filter Functions, Decoding Output): Copyedits.
1010 (Accepting Output): Discourage use of `millisec' argument.
1011
1012 2012-04-15 Glenn Morris <rgm@gnu.org>
1013
1014 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
1015 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
1016 Copyedits.
1017 (Subprocess Creation): Discourage modifying exec-path directly.
1018 (Synchronous Processes, Asynchronous Processes):
1019 Update some example output.
1020 (Process Information): Fix typo.
1021 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
1022
1023 2012-04-15 Glenn Morris <rgm@gnu.org>
1024
1025 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
1026 open-network-stream does exist in Emacs 23, but is simpler.
1027
1028 2012-04-15 Chong Yidong <cyd@gnu.org>
1029
1030 * customize.texi (Custom Themes): Also document load-theme etc.
1031
1032 2012-04-14 Chong Yidong <cyd@gnu.org>
1033
1034 * customize.texi (Applying Customizations):
1035 (Custom Themes): New nodes.
1036
1037 * display.texi (Defining Faces): Reference custom-set-faces.
1038
1039 * modes.texi (Defining Minor Modes, Defining Minor Modes):
1040 * os.texi (Startup Summary): Copyedits.
1041
1042 2012-04-14 Glenn Morris <rgm@gnu.org>
1043
1044 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
1045
1046 * strings.texi (Case Tables):
1047 * objects.texi (General Escape Syntax):
1048 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
1049
1050 * buffers.texi, compile.texi, customize.texi, debugging.texi:
1051 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
1052 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
1053 * text.texi: Use @file for buffers, per the Texinfo manual.
1054
1055 * compile.texi (Compiler Errors): Add missing space in buffer name.
1056
1057 2012-04-14 Chong Yidong <cyd@gnu.org>
1058
1059 * processes.texi (Query Before Exit): Remove obsolete function
1060 process-kill-without-query (Bug#11190).
1061
1062 2012-04-14 Glenn Morris <rgm@gnu.org>
1063
1064 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
1065 Use @env for environment variables.
1066
1067 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1068
1069 2012-04-12 Jari Aalto <jari.aalto@cante.net>
1070
1071 * processes.texi (Synchronous Processes):
1072 Mention `default-directory' (bug#7515).
1073
1074 2012-04-09 Chong Yidong <cyd@gnu.org>
1075
1076 * customize.texi (Variable Definitions): Remove user-variable-p.
1077
1078 * commands.texi (Interactive Codes):
1079 * help.texi (Accessing Documentation):
1080 * minibuf.texi (High-Level Completion): Callers changed.
1081
1082 2012-04-06 Chong Yidong <cyd@gnu.org>
1083
1084 * minibuf.texi (Programmed Completion): Document metadata method.
1085 (Completion Variables): Document completion-category-overrides.
1086
1087 2012-04-05 Chong Yidong <cyd@gnu.org>
1088
1089 * anti.texi (Antinews): Rewrite for Emacs 23.
1090
1091 2012-04-04 Chong Yidong <cyd@gnu.org>
1092
1093 * minibuf.texi (Programmed Completion): Remove obsolete variable
1094 completion-annotate-function.
1095 (Completion Variables): Rename from Completion Styles.
1096 Document completion-extra-properties. Document completion-styles-alist
1097 change.
1098 (Reading File Names): minibuffer-local-filename-must-match-map is
1099 not used anymore.
1100 (Minibuffer Completion): Document completing-read-function.
1101 (Completion in Buffers): completion-at-point-functions can return
1102 properties recognized in completion-extra-properties.
1103
1104 * display.texi (Delayed Warnings): New node.
1105
1106 * os.texi (Notifications): Copyedits.
1107
1108 2012-04-04 Glenn Morris <rgm@gnu.org>
1109
1110 * os.texi (Notifications): Copyedits.
1111
1112 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
1113
1114 * os.texi (Terminal-Specific): Fix typo.
1115 (Notifications): New section.
1116
1117 * elisp.texi (Top):
1118 * vol1.texi (Top):
1119 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
1120 menu entries.
1121
1122 2012-04-01 Chong Yidong <cyd@gnu.org>
1123
1124 * files.texi (Kinds of Files): file-subdir-of-p renamed to
1125 file-in-directory-p.
1126
1127 2012-03-31 Glenn Morris <rgm@gnu.org>
1128
1129 * edebug.texi (Instrumenting Macro Calls):
1130 Mention defining macros at instrumentation time.
1131 (Edebug Options): Mention edebug-unwrap-results.
1132
1133 2012-03-31 Eli Zaretskii <eliz@gnu.org>
1134
1135 * text.texi (Special Properties): Clarify the description of the
1136 effect of integer values of the 'cursor' property on cursor
1137 position. See the discussions in bug#11068 for more details and
1138 context.
1139
1140 2012-03-31 Glenn Morris <rgm@gnu.org>
1141
1142 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
1143 Copyedits.
1144
1145 2012-03-30 Chong Yidong <cyd@gnu.org>
1146
1147 * display.texi (Image Formats): Add imagemagick type.
1148 (Image Descriptors): Mention how they are used.
1149 (ImageMagick Images): Clarify role of imagemagick-register-types.
1150 (Character Display): Don't mention glyph tables.
1151 (Display Tables): Use make-glyph-code in example.
1152 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
1153 tables are semi-obsolete. De-document create-glyph.
1154 (Glyphless Chars): Note that display tables override this.
1155 (Bidirectional Display): Copyedits. Introduce "bidirectional
1156 reordering" terminology, and use it.
1157
1158 2012-03-30 Glenn Morris <rgm@gnu.org>
1159
1160 * edebug.texi (Jumping): Give name of `i' binding.
1161
1162 2012-03-28 Glenn Morris <rgm@gnu.org>
1163
1164 * searching.texi (Regular Expressions, Regexp Special):
1165 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
1166 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
1167 (Regexp Special): Mention collation.
1168 Clarify char classes with an example.
1169 (Regexp Functions): Mention regexp-opt is not guaranteed.
1170 Mention regexp-opt-charset.
1171 (Regexp Search): Recommend against looking-back.
1172 (Search and Replace): Use Texinfo recommended quote convention.
1173 Add more query-replace-map items. List multi-query-replace-map items.
1174
1175 2012-03-27 Martin Rudalics <rudalics@gmx.at>
1176
1177 * windows.texi (Window History): Describe new option
1178 switch-to-visible-buffer.
1179
1180 2012-03-27 Glenn Morris <rgm@gnu.org>
1181
1182 * searching.texi (String Search): Add xref to Emacs manual.
1183 Copyedits. Mention the function word-search-regexp.
1184 (Searching and Case): Add xref to Emacs manual. Copyedits.
1185
1186 * processes.texi (Network Servers): Standardize apostrophe usage.
1187
1188 * os.texi (System Environment): Copyedits. Remove some examples
1189 that do not seem useful. Mention setenv third arg.
1190 tty-erase-char does not seem to be nil under a window-system.
1191 (User Identification): Copyedits.
1192 Remove some examples that do not seem useful.
1193
1194 2012-03-26 Glenn Morris <rgm@gnu.org>
1195
1196 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
1197 (Init File): Copyedits.
1198 (Command-Line Arguments): Copyedits. Do not mention argv alias.
1199 (Killing Emacs): Copyedits.
1200 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
1201 Shorten the example, use more standard shell prompts.
1202
1203 2012-03-25 Chong Yidong <cyd@gnu.org>
1204
1205 * display.texi (Fringes): Note that fringes are shown on graphical
1206 displays only.
1207 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
1208 (Replacing Specs): Clarify example.
1209 (Manipulating Buttons): Note that button-at can return a marker.
1210 (Buttons): Minor rewrite.
1211 (Character Display): New node. Consolidate all character display
1212 related nodes into its subsections.
1213 (Usual Display): Character 127 is also affected by ctl-arrow.
1214 (Display Tables): Improve example.
1215
1216 2012-03-22 Glenn Morris <rgm@gnu.org>
1217
1218 * strings.texi (Text Comparison): Mention string-prefix-p.
1219
1220 2012-03-21 Chong Yidong <cyd@gnu.org>
1221
1222 * display.texi (The Echo Area): Add xref to Output Streams.
1223 (Displaying Messages): Improve doc of message.
1224 (Echo Area Customization, Invisible Text): Copyedits.
1225 (Invisible Text): Mention that spec comparison is done with eq.
1226 (Width): Improve doc of char-width.
1227 (Faces): Recommend using symbol instead of string for face name.
1228 Minor clarifications.
1229 (Defining Faces): Copyedits. Update face example.
1230 (Attribute Functions): Mark set-face-foreground etc as commands.
1231 (Face Remapping): Mention text-scale-adjust.
1232 Clarify face-remapping-alist and related docs.
1233 (Face Functions): Don't document make-face or copy-face.
1234
1235 2012-03-20 Chong Yidong <cyd@gnu.org>
1236
1237 * display.texi (Forcing Redisplay): Various rewrites to reflect
1238 new value of redisplay-dont-pause.
1239 (Truncation): Copyedits.
1240
1241 2012-03-20 Glenn Morris <rgm@gnu.org>
1242
1243 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
1244 Add summary table of some relevant command-line options.
1245
1246 2012-03-18 Chong Yidong <cyd@gnu.org>
1247
1248 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
1249 (Writing Emacs Primitives): Re-organize discussion of functions
1250 with variable Lisp arguments are handled. Delete an obsolete
1251 remark, previously tagged as FIXME.
1252
1253 * os.texi (Idle Timers): Minor clarification.
1254 (Idle Timers): Link to Time of Day for description of time list.
1255
1256 2012-03-18 Glenn Morris <rgm@gnu.org>
1257
1258 * os.texi (System Interface): Flow control was removed.
1259 (Startup Summary): General update.
1260 (Init File): Don't mention compiling it.
1261
1262 2012-03-17 Chong Yidong <cyd@gnu.org>
1263
1264 * os.texi (Startup Summary): Mention package loading.
1265 (Init File): Don't refer to .emacs in section title. Copyedits.
1266 (Terminal-Specific): Give a realistic example.
1267 (Command-Line Arguments): Reference Entering Emacs instead of
1268 repeating the spiel about not restarting Emacs.
1269 (Time of Day): Discuss time representation at beginning of node.
1270 (Sound Output): Copyedits.
1271
1272 * package.texi (Packaging Basics): Document package-initialize.
1273
1274 2012-03-17 Eli Zaretskii <eliz@gnu.org>
1275
1276 * frames.texi (Initial Parameters): Add an index entry for
1277 minibuffer-only frame.
1278
1279 2012-03-16 Glenn Morris <rgm@gnu.org>
1280
1281 * modes.texi (Major Mode Conventions): Mention the strange
1282 relationship between View mode and special modes. (Bug#10650)
1283
1284 2012-03-11 Chong Yidong <cyd@gnu.org>
1285
1286 * windows.texi (Window Configurations): save-window-excursion is
1287 now a macro.
1288
1289 * display.texi (Temporary Displays): with-output-to-temp-buffer is
1290 now a macro.
1291
1292 * text.texi (Fields): Minor copyedit.
1293
1294 2012-03-10 Eli Zaretskii <eliz@gnu.org>
1295
1296 * strings.texi (String Basics):
1297 * sequences.texi (Sequence Functions): Mention that `length' is
1298 not appropriate for computing the string width on display; add a
1299 cross-reference to the description of `string-width'. (Bug#10978)
1300
1301 * eval.texi (Autoloading): Minor change of wording.
1302
1303 2012-03-10 Chong Yidong <cyd@gnu.org>
1304
1305 * loading.texi (Autoload): Explicitly state which forms are
1306 processed specially (Bug#7783).
1307
1308 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
1309 non-default situation. Describe one-submenu exception (Bug#7695).
1310
1311 * nonascii.texi (Character Properties): Copyedits.
1312
1313 2012-03-08 Chong Yidong <cyd@gnu.org>
1314
1315 * text.texi (Mode-Specific Indent): Document new behavior of
1316 indent-for-tab-command. Document tab-always-indent.
1317 (Special Properties): Copyedits.
1318 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
1319 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
1320 libxml-parse-html-region.
1321
1322 2012-03-07 Glenn Morris <rgm@gnu.org>
1323
1324 * markers.texi (The Region): Briefly mention use-empty-active-region
1325 and region-active-p.
1326 (Overview of Markers): Reword garbage collection, add cross-ref.
1327 (The Mark): Tiny clarification re command loop and activate-mark-hook.
1328
1329 2012-03-07 Chong Yidong <cyd@gnu.org>
1330
1331 * text.texi (Buffer Contents): Don't duplicate explanation of
1332 region arguments from Text node. Put doc of obsolete var
1333 buffer-substring-filters back, since it is referred to.
1334 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
1335 selection by default.
1336
1337 * markers.texi (The Mark): Fix typo.
1338 (The Region): Copyedits.
1339
1340 2012-03-07 Glenn Morris <rgm@gnu.org>
1341
1342 * markers.texi (Overview of Markers): Copyedits.
1343 (Creating Markers): Update approximate example buffer size.
1344 (The Mark): Don't mention uninteresting return values.
1345
1346 2012-03-05 Chong Yidong <cyd@gnu.org>
1347
1348 * positions.texi (Text Lines): Document count-words.
1349
1350 2012-03-04 Chong Yidong <cyd@gnu.org>
1351
1352 * frames.texi (Frames): Remove little-used "terminal frame" and
1353 "window frame" terminology.
1354 (Frame Parameters, Font and Color Parameters, Initial Parameters)
1355 (Size and Position, Visibility of Frames): Callers changed.
1356 (Frames): Clarify which terminals in framep are graphical.
1357 (Initial Parameters): --geometry is not the only option which adds
1358 to initial-frame-alist.
1359 (Position Parameters): Note that icon-left and icon-top are for
1360 old window managers only.
1361 (Size Parameters): Sizes are in characters even on graphical
1362 displays.
1363 (Management Parameters): Note that window-id and outer-window-id
1364 can't really be changed, and that auto-raise isn't always obeyed.
1365 (Cursor Parameters): Document cursor-type explicitly.
1366 (Size and Position): The aliases set-screen-height and
1367 set-screen-width have been deleted.
1368 (Visibility of Frames): Mention "minimization".
1369
1370 * os.texi (Startup Summary): Minor clarifications.
1371 (Startup Summary, Suspending Emacs): Standardize on "text
1372 terminal" terminology.
1373
1374 * windows.texi (Basic Windows, Coordinates and Windows)
1375 (Coordinates and Windows):
1376 * display.texi (Refresh Screen, Line Height, Face Attributes)
1377 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
1378
1379 2012-03-04 Glenn Morris <rgm@gnu.org>
1380
1381 * abbrevs.texi: Small copyedits throughout.
1382 (Abbrev Mode): Remove this section, folding it into the top-level.
1383 (Abbrev Tables): Don't mention irrelevant return values.
1384 (Abbrev Expansion): Add cross-ref for wrapper hooks.
1385 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
1386 (Abbrev Table Properties): Update nil :regexp description.
1387
1388 2012-03-03 Glenn Morris <rgm@gnu.org>
1389
1390 * internals.texi: Change @appendix section commands to @section.
1391 (Building Emacs): Say less about CANNOT_DUMP platforms.
1392 Replace deleted eval-at-startup with custom-initialize-delay.
1393 (Pure Storage): Small changes.
1394 (Memory Usage): Copyedit.
1395 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
1396 example definitions. Give examples of things with non-nil
1397 interactive args. Mention eval_sub. Remove old info about
1398 strings and GCPRO. Mention cus-start.el.
1399 (Buffer Internals, Window Internals, Process Internals):
1400 Misc small updates and fixes for fields.
1401
1402 * tips.texi: Copyedits.
1403 (Coding Conventions): Mention autoloads.
1404 Combine partially duplicated macro items. Fix xref.
1405 Refer to Library Headers for copyright notice.
1406 (Programming Tips): edit-options is long-obsolete.
1407 (Compilation Tips): Mention loading bytecomp for byte-compile props.
1408 (Warning Tips): Mention declare-function.
1409 (Documentation Tips): Remove old info.
1410 (Comment Tips): Mention comment-dwim, not indent-for-comment.
1411 (Library Headers): General update.
1412
1413 2012-03-02 Glenn Morris <rgm@gnu.org>
1414
1415 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
1416 and relocate entry. Mention buffer-stale-function.
1417
1418 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
1419
1420 * hooks.texi (Standard Hooks): General update.
1421 Put related hooks together. Add and remove items.
1422 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
1423 * modes.texi (Hooks): Tweak cross-ref description.
1424
1425 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
1426
1427 * files.texi (Kinds of Files): The return value of file-equal-p is
1428 unspecified, if FILE1 or FILE2 does not exist.
1429
1430 2012-03-01 Glenn Morris <rgm@gnu.org>
1431
1432 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
1433
1434 * maps.texi (Standard Keymaps): General update.
1435 Remove mode-specific maps, talk about the more general keymaps.
1436 * help.texi (Help Functions): Add vindex for Helper-help-map.
1437 * keymaps.texi (Active Keymaps): Minor rephrasing.
1438
1439 2012-02-29 Glenn Morris <rgm@gnu.org>
1440
1441 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
1442
1443 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1444
1445 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
1446 Update changed behavior of file-subdir-of-p.
1447
1448 2012-02-28 Glenn Morris <rgm@gnu.org>
1449
1450 * advice.texi, anti.texi, display.texi, elisp.texi:
1451 * processes.texi, variables.texi, vol1.texi, vol2.texi:
1452 Standardize possessive apostrophe usage.
1453
1454 * locals.texi: Remove file.
1455 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
1456 Remove menu entry.
1457 * errors.texi, maps.texi: Adjust node pointers.
1458 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
1459 * makefile.w32-in (srcs):
1460 * Makefile.in (srcs): Remove locals.texi.
1461
1462 * frames.texi (Mouse Position): Fix cross-ref.
1463
1464 2012-02-27 Chong Yidong <cyd@gnu.org>
1465
1466 * buffers.texi (Creating Buffers): Clarify that
1467 generate-new-buffer uses generate-new-buffer-names.
1468 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
1469
1470 * files.texi (Directory Names): Index entry for file name abbreviations.
1471 (Relative File Names, File Name Expansion): Refer to it.
1472 (Locating Files): Move locate-user-emacs-file documentation to
1473 Standard File Names.
1474 (Standard File Names): Add locate-user-emacs-file; update examples.
1475
1476 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
1477
1478 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
1479
1480 2012-02-26 Chong Yidong <cyd@gnu.org>
1481
1482 * files.texi (Kinds of Files): Improve documentation of
1483 files-equal-p and file-subdir-of-p.
1484
1485 2012-02-26 Glenn Morris <rgm@gnu.org>
1486
1487 * intro.texi (Acknowledgements): Small changes.
1488
1489 2012-02-25 Glenn Morris <rgm@gnu.org>
1490
1491 * errors.texi: Don't try to list _all_ the error symbols.
1492 Add circular-list, cl-assertion-failed, compression-error.
1493 * elisp.texi, vol1.texi, vol2.texi:
1494 * control.texi (Error Symbols): Tweak "Standard Errors" description.
1495
1496 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1497
1498 * files.texi (files-equal-p, file-subdir-of-p): New,
1499 add initial documentation.
1500
1501 2012-02-25 Chong Yidong <cyd@gnu.org>
1502
1503 * files.texi (File Attributes): Document file-selinux-context.
1504 (Changing Files): Link to it.
1505 (Changing Files): Document set-file-selinux-context.
1506
1507 * backups.texi (Making Backups): Return value of backup-buffer is
1508 changed. Mention default value of backup-directory-alist.
1509 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
1510 (Auto-Saving): New minor mode behavior for auto-save-mode.
1511 (Reverting): Add defvar for revert-buffer-in-progress-p.
1512
1513 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
1514
1515 2012-02-24 Glenn Morris <rgm@gnu.org>
1516
1517 * errors.texi (Standard Errors): Mention dbus-error.
1518 For arith-error sub-classes, just use one cross-ref.
1519
1520 2012-02-23 Alan Mackenzie <acm@muc.de>
1521
1522 * modes.texi (Defining Minor Modes): Document the new keyword
1523 :after-hook.
1524
1525 2012-02-21 Chong Yidong <cyd@gnu.org>
1526
1527 * files.texi (Files): Mention magic file names as arguments.
1528 (Reading from Files): Copyedits.
1529 (File Attributes): Mention how to change file modes.
1530 (Changing Files): Use standard "file permissions" terminology.
1531 Add xref to File Attributes node.
1532 (Locating Files): Document locate-user-emacs-file.
1533 (Unique File Names): Recommend against using make-temp-name.
1534
1535 2012-02-19 Chong Yidong <cyd@gnu.org>
1536
1537 * help.texi (Documentation, Documentation Basics, Help Functions):
1538 Minor clarifications.
1539 (Accessing Documentation): Clarify what documentation-property is
1540 for. Add xref to Keys in Documentation.
1541
1542 * tips.texi (Documentation Tips): Don't recommend using * in
1543 docstrings.
1544
1545 * macros.texi (Defining Macros):
1546 * modes.texi (Derived Modes): Say "documentation string" instead
1547 of docstring.
1548
1549 2012-02-18 Chong Yidong <cyd@gnu.org>
1550
1551 * modes.texi (Tabulated List Mode): New node.
1552 (Basic Major Modes): Add xref to it.
1553
1554 * processes.texi (Process Information): Mention Process Menu mode.
1555
1556 2012-02-17 Chong Yidong <cyd@gnu.org>
1557
1558 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
1559
1560 2012-02-17 Glenn Morris <rgm@gnu.org>
1561
1562 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
1563
1564 2012-02-16 Chong Yidong <cyd@gnu.org>
1565
1566 * syntax.texi (Syntax Tables, Syntax Descriptors)
1567 (Syntax Table Functions): Copyedits.
1568 (Syntax Basics): Don't repeat the material in the preceding node.
1569 (Syntax Class Table): Use a table.
1570 (Syntax Properties): Document syntax-propertize-function and
1571 syntax-propertize-extend-region-functions.
1572 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1573 (Parser State): Update for the new "c" comment style.
1574 Fix description of item 7 (comment style).
1575
1576 * modes.texi (Minor Modes): Update how mode commands should treat
1577 arguments now.
1578 (Mode Line Basics): Clarify force-mode-line-update.
1579 (Mode Line Top): Note that the example is not realistic.
1580 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
1581 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
1582 "mode line construct" instead of "mode line specification".
1583 (Syntactic Font Lock): Remove mention of obsolete variable
1584 font-lock-syntactic-keywords.
1585 (Setting Syntax Properties): Node deleted.
1586 (Font Lock Mode): Note that Font Lock mode is a minor mode.
1587 (Font Lock Basics): Note that syntactic fontification falls back
1588 on `syntax-table'.
1589 (Search-based Fontification): Emphasize that font-lock-keywords
1590 should not be set directly.
1591 (Faces for Font Lock): Avoid some confusing terminology.
1592 (Syntactic Font Lock): Minor clarifications. Add xref to
1593 Syntactic Font Lock node.
1594
1595 2012-02-15 Chong Yidong <cyd@gnu.org>
1596
1597 * minibuf.texi (Basic Completion): Define "completion table".
1598 Move completion-in-region to Completion in Buffers node.
1599 (Completion Commands): Use "completion table" terminology.
1600 (Completion in Buffers): New node.
1601
1602 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
1603 (Setting Hooks): Update minor mode usage example.
1604 (Major Mode Conventions): Note that completion-at-point-functions
1605 should be altered locally. Add xref to Completion in Buffers.
1606 Remove duplicate tip about auto-mode-alist.
1607 (Minor Modes): Rewrite introduction.
1608 (Minor Mode Conventions): Copyedits. Don't recommend
1609 variable-only minor modes since few minor modes are like that.
1610
1611 2012-02-15 Glenn Morris <rgm@gnu.org>
1612
1613 * processes.texi (Network): Document open-network-stream :parameters.
1614
1615 2012-02-14 Chong Yidong <cyd@gnu.org>
1616
1617 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
1618 was removed on 2009-09-10. Update lisp-mode-map example.
1619 (Inheritance and Keymaps): Minor clarification.
1620 (Searching Keymaps): Remove out-of-place enumeration.
1621 (Key Lookup): Remove unnecessary example (one was already given in
1622 Format of Keymaps).
1623 (Changing Key Bindings): Update suppress-keymap example.
1624 (Menu Bar, Tool Bar): Copyedits.
1625 (Tool Bar): Update tool-bar-map example.
1626
1627 2012-02-12 Chong Yidong <cyd@gnu.org>
1628
1629 * debugging.texi (Debugger Commands): Continuing is now allowed
1630 for errors.
1631
1632 2012-02-11 Chong Yidong <cyd@gnu.org>
1633
1634 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
1635 Move the list of standard bitmaps there.
1636 (Fringe Cursors): Rewrite for clarity.
1637 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
1638
1639 * commands.texi (Command Overview): Mention read-key.
1640 (Using Interactive, Interactive Call): Minor clarifications.
1641 (Function Keys, Click Events): Avoid "input stream" terminology.
1642 (Click Events): Add xref to Window Sizes and Accessing Mouse.
1643 Clarify column and row components.
1644 (Accessing Mouse): Add xref to Click Events. Minor fixes.
1645 (Special Events): Copyedits.
1646
1647 * streams.texi (Input Streams): De-document get-file-char.
1648 (Output Variables): Don't refer to old backquote syntax.
1649
1650 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
1651 (Error Debugging): Note that debug-ignored-errors overrides list
1652 values of debug-on-error too. Add xref to Signaling Errors.
1653 Note that debug-on-signal is not customizable.
1654 Mention condition-case-unless-debug.
1655 (Compilation Errors): Node deleted.
1656
1657 * compile.texi (Compiler Errors): Move a paragraph here from
1658 deleted node Compilation Errors.
1659
1660 2012-02-10 Leo Liu <sdl.web@gmail.com>
1661
1662 * control.texi (Handling Errors): Change condition-case-no-debug
1663 to condition-case-unless-debug.
1664
1665 2012-02-10 Chong Yidong <cyd@gnu.org>
1666
1667 * advice.texi (Defining Advice): Clarify ad-unadvise.
1668 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
1669 is not abnormal.
1670 (Advising Primitives): Node deleted; ad-define-subr-args has been
1671 removed.
1672
1673 * compile.texi (Speed of Byte-Code): Use float-time in example.
1674 (Compilation Functions): Note that the log uses Compilation mode.
1675 Don't discuss the contents of byte-code function object here.
1676 (Compilation Functions): De-document internal function byte-code.
1677 (Docs and Compilation): Minor clarifications.
1678
1679 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
1680 Objects.
1681
1682 2012-02-10 Glenn Morris <rgm@gnu.org>
1683
1684 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
1685 Mention secure-hash.
1686 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
1687
1688 2012-02-10 Chong Yidong <cyd@gnu.org>
1689
1690 * loading.texi (Loading): Don't emphasize "library" terminology.
1691 (Library Search): load-path is not a user option. Mention role of
1692 -L option and packages. Improve examples.
1693 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
1694 obsolete.
1695 (Autoload): Minor clarifications.
1696
1697 2012-02-10 Glenn Morris <rgm@gnu.org>
1698
1699 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
1700
1701 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
1702
1703 2012-02-08 Glenn Morris <rgm@gnu.org>
1704
1705 * loading.texi (Named Features): Update the require example.
1706
1707 2012-02-07 Glenn Morris <rgm@gnu.org>
1708
1709 * modes.texi (Defining Minor Modes):
1710 Expand on args of defined minor modes.
1711
1712 2012-02-07 Chong Yidong <cyd@gnu.org>
1713
1714 * variables.texi (Creating Buffer-Local): Minor clarification
1715 to buffer-local-variables doc (Bug#10715).
1716
1717 2012-02-07 Glenn Morris <rgm@gnu.org>
1718
1719 * display.texi (ImageMagick Images): General update.
1720 Move most details of imagemagick-render-type to the variable's doc.
1721
1722 2012-02-06 Glenn Morris <rgm@gnu.org>
1723
1724 * keymaps.texi (Tool Bar): Mention separators.
1725 (Inheritance and Keymaps):
1726 Mention make-composed-keymap and multiple inheritance.
1727
1728 * modes.texi (Running Hooks): Mention run-hook-wrapped.
1729
1730 * control.texi (Handling Errors):
1731 Mention condition-case-no-debug and with-demoted-errors.
1732
1733 2012-02-05 Chong Yidong <cyd@gnu.org>
1734
1735 * customize.texi (Common Keywords): Minor clarifications.
1736 Document custom-unlispify-remove-prefixes.
1737 (Variable Definitions): Backquotes in defcustom seem to work fine
1738 now. Various other copyedits.
1739 (Simple Types): Copyedits. Document color selector.
1740 (Composite Types): Copyedits.
1741 (Splicing into Lists): Clarifications.
1742
1743 * eval.texi (Backquote): Move from macros.texi.
1744
1745 * macros.texi (Expansion): Minor clarification.
1746 (Backquote): Move node to eval.texi.
1747 (Defining Macros): Move an example from Backquote node.
1748 (Argument Evaluation): No need to mention Pascal.
1749 (Indenting Macros): Add xref to Defining Macros.
1750
1751 2012-02-05 Glenn Morris <rgm@gnu.org>
1752
1753 * debugging.texi (Error Debugging): Mention debug-on-event default.
1754
1755 2012-02-04 Glenn Morris <rgm@gnu.org>
1756
1757 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
1758
1759 * debugging.texi (Error Debugging): Mention debug-on-event.
1760 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
1761
1762 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
1763
1764 * text.texi (Buffer Contents):
1765 Update filter-buffer-substring description.
1766
1767 2012-02-04 Chong Yidong <cyd@gnu.org>
1768
1769 * functions.texi (What Is a Function): Add closures. Mention
1770 "return value" terminology. Add xref for command-execute.
1771 Remove unused "keystroke command" terminology.
1772 (Lambda Expressions): Give a different example than in the
1773 following subsection. Add xref to Anonymous Functions.
1774 (Function Documentation): Remove gratuitous markup.
1775 (Function Names): Move introductory text to `What Is a Function'.
1776 (Defining Functions): Fix defun argument spec.
1777 (Anonymous Functions): Document lambda macro explicitly.
1778 Mention effects on lexical binding.
1779 (Function Cells): Downplay direct usage of fset.
1780 (Closures): New node.
1781 (Inline Functions): Remove "open-code" terminology.
1782 (Declaring Functions): Minor tweak; .m is not C code.
1783
1784 * variables.texi (Variables): Don't refer to "global value".
1785 (Local Variables, Void Variables): Copyedits.
1786 (Lexical Binding): Minor clarification of example.
1787 (File Local Variables): Mention :safe and :risky defcustom args.
1788 (Lexical Binding): Add xref to Closures node.
1789
1790 2012-02-04 Glenn Morris <rgm@gnu.org>
1791
1792 * minibuf.texi (High-Level Completion): Updates for read-color.
1793
1794 2012-02-03 Glenn Morris <rgm@gnu.org>
1795
1796 * display.texi (GIF Images): Mention animation.
1797 Remove commented-out old example of animation.
1798 (Animated Images): New subsection.
1799 * elisp.texi (Top):
1800 * vol1.texi (Top):
1801 * vol2.texi (Top): Add Animated Images menu entry.
1802
1803 * display.texi (Image Formats): Remove oddly specific information
1804 on versions of image libraries.
1805 (GIF Images, TIFF Images): Minor rephrasing.
1806
1807 2012-02-02 Glenn Morris <rgm@gnu.org>
1808
1809 * processes.texi (Synchronous Processes):
1810 Mention call-process's :file gets overwritten.
1811
1812 * commands.texi (Reading One Event):
1813 * help.texi (Help Functions): Document read-char-choice.
1814
1815 * hooks.texi (Standard Hooks):
1816 * modes.texi (Keymaps and Minor Modes):
1817 * text.texi (Commands for Insertion): Document post-self-insert-hook.
1818
1819 * hooks.texi (Standard Hooks): Add prog-mode-hook.
1820
1821 * hooks.texi (Standard Hooks):
1822 * modes.texi (Major Mode Conventions, Mode Hooks):
1823 Document change-major-mode-after-body-hook.
1824
1825 2012-02-01 Glenn Morris <rgm@gnu.org>
1826
1827 * modes.texi (Defining Minor Modes):
1828 Mention disabling global minor modes on a per-major-mode basis.
1829
1830 2012-01-31 Chong Yidong <cyd@gnu.org>
1831
1832 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
1833 (Parser State): Remove unnecessary statement (Bug#10661).
1834
1835 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
1836
1837 2012-01-31 Glenn Morris <rgm@gnu.org>
1838
1839 * modes.texi (Defining Minor Modes):
1840 Document define-minor-mode's new :variable keyword.
1841
1842 2012-01-29 Chong Yidong <cyd@gnu.org>
1843
1844 * syntax.texi (Syntax Class Table): Tweak description of newline
1845 char syntax (Bug#9619).
1846
1847 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
1848 description (Bug#10189).
1849
1850 2012-01-29 Glenn Morris <rgm@gnu.org>
1851
1852 * files.texi (Changing Files): Document SELinux support.
1853
1854 * windows.texi (Window Sizes): Fix typo.
1855
1856 2012-01-28 Chong Yidong <cyd@gnu.org>
1857
1858 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
1859 doc (Bug#8568).
1860
1861 * frames.texi (Input Focus): Add NORECORD arg to
1862 select-frame-set-input-focus. Clarify its role in select-frame.
1863
1864 * text.texi (Transposition): We don't use transpose-region as an
1865 internal subroutine (Bug#3249).
1866
1867 * modes.texi (Example Major Modes): Update Lisp example code to
1868 current sources. Delete the old non-derived-major-mode example,
1869 which has diverged badly from current sources.
1870
1871 2012-01-27 Glenn Morris <rgm@gnu.org>
1872
1873 * makefile.w32-in (texinputdir): Fix (presumed) typo.
1874 (VERSION, manual): Remove, unused.
1875
1876 2012-01-27 Chong Yidong <cyd@gnu.org>
1877
1878 * commands.texi (Command Overview): Minor clarification (Bug#10384).
1879
1880 2012-01-26 Chong Yidong <cyd@gnu.org>
1881
1882 * searching.texi (String Search): Document negative repeat count
1883 (Bug#10507).
1884
1885 2012-01-26 Glenn Morris <rgm@gnu.org>
1886
1887 * variables.texi (Using Lexical Binding):
1888 Mention that lexical-binding should be set in the first line.
1889
1890 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1891
1892 * macros.texi (Defining Macros): Don't claim that `declare' only
1893 affects Edebug and indentation.
1894
1895 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1896
1897 * macros.texi (Defining Macros): Slight `declare' fixup.
1898
1899 2012-01-25 Glenn Morris <rgm@gnu.org>
1900
1901 * makefile.w32-in (texinputdir):
1902 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
1903
1904 2012-01-24 Chong Yidong <cyd@gnu.org>
1905
1906 * variables.texi (Variables, Local Variables, Void Variables):
1907 Edit to make the descriptions less specific to dynamic binding.
1908 (Local Variables): Default max-specpdl-size is now 1300.
1909 (Defining Variables): Edits for lexical scoping.
1910 Delete information about starting docstrings with *. De-document
1911 user-variable-p.
1912 (Tips for Defining): Remove an unimportant discussion of quitting
1913 in the middle of a load.
1914 (Accessing Variables, Setting Variables): Discuss lexical binding.
1915 (Variable Scoping): Rewrite.
1916 (Scope, Extent, Impl of Scope): Nodes deleted.
1917 (Dynamic Binding): New node, with material from Scope, Extent, and
1918 Impl of Scope nodes.
1919 (Dynamic Binding Tips): Rename from Using Scoping.
1920 (Lexical Binding): Rewrite.
1921 (Using Lexical Binding): Rename from Converting to Lexical
1922 Binding. Convert to subsection.
1923
1924 * customize.texi (Variable Definitions): Add custom-variable-p.
1925 Move user-variable-p documentation here.
1926
1927 2012-01-23 Chong Yidong <cyd@gnu.org>
1928
1929 * strings.texi (Text Comparison): Minor qualification.
1930
1931 * lists.texi (Cons Cells): Copyedits.
1932 (List Elements): Mention push.
1933 (List Variables): Mention pop.
1934 (Rings): Move to sequences.texi.
1935
1936 * sequences.texi (Sequence Functions): Don't repeat the
1937 introduction already given in the parent.
1938 (Vectors): Copyedits.
1939 (Rings): Move from lists.texi. Note that this is specific to the
1940 ring package.
1941
1942 * symbols.texi (Definitions, Symbol Components): Mention variable
1943 scoping issues.
1944 (Plists and Alists): Copyedits.
1945
1946 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
1947 correctness with lexical scoping.
1948 (Eval): Copyedits.
1949
1950 2012-01-21 Chong Yidong <cyd@gnu.org>
1951
1952 * intro.texi (A Sample Function Description): Special notation
1953 used for macros too.
1954
1955 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
1956 (Symbol Type): Add xref for keyword symbols.
1957 (Sequence Type): Clarify differences between sequence types.
1958 (Cons Cell Type): Add "linked list" index entry.
1959 (Non-ASCII in Strings): Copyedits.
1960 (Equality Predicates): Symbols with same name need not be eq.
1961
1962 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
1963 ldexp. Move float-e and float-pi to Math Functions node.
1964
1965 2012-01-21 Glenn Morris <rgm@gnu.org>
1966
1967 * modes.texi (Auto Major Mode):
1968 * variables.texi (File Local Variables):
1969 Mention inhibit-local-variables-regexps.
1970
1971 2012-01-19 Martin Rudalics <rudalics@gmx.at>
1972
1973 * windows.texi (Window Configurations): Rewrite references to
1974 persistent window parameters.
1975 (Window Parameters): Fix description of persistent window
1976 parameters.
1977
1978 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
1979
1980 * windows.texi (Window Parameters): Use @pxref.
1981
1982 2012-01-16 Martin Rudalics <rudalics@gmx.at>
1983
1984 * windows.texi (Window Configurations, Window Parameters):
1985 Describe persistent window parameters.
1986
1987 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1988
1989 * variables.texi (Creating Buffer-Local): Warn against misuses of
1990 make-variable-buffer-local (bug#10258).
1991
1992 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1993
1994 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
1995
1996 2012-01-06 Chong Yidong <cyd@gnu.org>
1997
1998 * variables.texi (Directory Local Variables):
1999 Document hack-dir-local-variables-non-file-buffer.
2000
2001 2012-01-06 Glenn Morris <rgm@gnu.org>
2002
2003 * maps.texi (Standard Keymaps): Refer to Info-edit by name
2004 rather than by keybinding.
2005
2006 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
2007
2008 * frames.texi (Font and Color Parameters): Add @pxref.
2009
2010 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
2011
2012 * frames.texi (Font and Color Parameters):
2013 Document w32 font backends (bug#10399).
2014
2015 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2016
2017 * files.texi (File Attributes, Changing Files):
2018 Use a more-natural notation for octal numbers.
2019
2020 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
2021
2022 * variables.texi (Variables with Restricted Values):
2023 Change reference to variable (bug#10354).
2024
2025 2011-12-13 Martin Rudalics <rudalics@gmx.at>
2026
2027 * windows.texi (Splitting Windows): Use t instead of non-nil
2028 when describing window-combination-resize.
2029
2030 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2031
2032 * text.texi (Special Properties): Warn against `intangible' properties
2033 (bug#10222).
2034
2035 2011-11-26 Eli Zaretskii <eliz@gnu.org>
2036
2037 * display.texi (Truncation):
2038 * text.texi (Special Properties): Describe what a stretch-glyph is
2039 instead of using that term without explanation. Make the
2040 cross-references more accurate.
2041
2042 * display.texi (Usual Display): Update the description,
2043 cross-references, and indexing related to display of control
2044 characters and raw bytes.
2045
2046 2011-11-25 Martin Rudalics <rudalics@gmx.at>
2047
2048 * windows.texi (Splitting Windows): Fix description of
2049 window-combination-limit. Suggested by Eli Zaretskii.
2050
2051 2011-11-23 Chong Yidong <cyd@gnu.org>
2052
2053 * windows.texi (Window Sizes): Move window-top-line,
2054 window-left-column, and window-*-pixel-edges to Coordinates and
2055 Windows node.
2056 (Coordinates and Windows): Restore window-edges doc.
2057
2058 2011-11-21 Martin Rudalics <rudalics@gmx.at>
2059
2060 * windows.texi (Windows and Frames, Splitting Windows):
2061 Fix typos.
2062
2063 2011-11-21 Chong Yidong <cyd@gnu.org>
2064
2065 * windows.texi (Splitting Windows): Fix error in documentation of
2066 window-combination-limit.
2067 (Cyclic Window Ordering): Minor fixes to next-window,
2068 one-window-p, and get-lru-window docs. Don't document
2069 window-list-1.
2070 (Buffers and Windows): Copyedits.
2071 (Choosing Window): Document special handling of special-display-*.
2072 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
2073 Don't document even-window-heights, which is going away.
2074 Clarify which options are obeyed by which action functions.
2075
2076 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2077
2078 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
2079
2080 2011-11-20 Martin Rudalics <rudalics@gmx.at>
2081
2082 * windows.texi (Resizing Windows, Splitting Windows):
2083 Remove term "status" when talking about combination limits.
2084
2085 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2086
2087 * compile.texi (Compiler Errors):
2088 * help.texi (Help Functions): Fix typos.
2089
2090 2011-11-19 Chong Yidong <cyd@gnu.org>
2091
2092 * windows.texi (Splitting Windows): Clarify role of window
2093 parameters in split-window. Shorten the example.
2094 (Deleting Windows): Rewrite intro to handle internal windows.
2095 Fix delete-windows-on doc.
2096 (Selecting Windows): Copyedits.
2097
2098 2011-11-17 Martin Rudalics <rudalics@gmx.at>
2099
2100 * windows.texi (Resizing Windows, Splitting Windows)
2101 (Deleting Windows): Use term window-combination-resize instead
2102 of window-splits.
2103
2104 2011-11-16 Martin Rudalics <rudalics@gmx.at>
2105
2106 * windows.texi (Resizing Windows, Splitting Windows):
2107 Rename occurrences of window-nest to window-combination-limit.
2108
2109 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
2110
2111 * intro.texi (Lisp History): Fix typo.
2112
2113 2011-11-12 Martin Rudalics <rudalics@gmx.at>
2114
2115 * windows.texi (Splitting Windows, Deleting Windows):
2116 Remove references to splits status of windows.
2117
2118 2011-11-10 Glenn Morris <rgm@gnu.org>
2119
2120 * buffers.texi (Read Only Buffers): Expand a bit on why
2121 toggle-read-only should only be used interactively. (Bug#7292)
2122
2123 2011-11-09 Chong Yidong <cyd@gnu.org>
2124
2125 * windows.texi (Window Sizes): Document window-pixel-edges,
2126 window-inside-pixel-edges, window-absolute-pixel-edges, and
2127 window-inside-absolute-pixel-edges.
2128 (Resizing Windows): shrink-window-if-larger-than-buffer works on
2129 non-full-width windows.
2130
2131 2011-11-09 Martin Rudalics <rudalics@gmx.at>
2132
2133 * windows.texi (Resizing Windows): Rewrite documentation of
2134 window-resizable.
2135
2136 2011-11-09 Chong Yidong <cyd@gnu.org>
2137
2138 * windows.texi (Splitting Windows): Simplify example.
2139
2140 2011-11-08 Chong Yidong <cyd@gnu.org>
2141
2142 * windows.texi (Window Sizes): Copyedits. Document
2143 window-text-height. Remove window-min-height and window-min-width
2144 discussion, referring instead to Emacs manual.
2145 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
2146 (Resizing Windows): Simplify introduction. Don't document
2147 enlarge-window, shrink-window, enlarge-window-horizontally, and
2148 shrink-window-horizontally; they are no longer preferred for
2149 calling from Lisp, and are already documented in the Emacs manual.
2150
2151 2011-11-07 Glenn Morris <rgm@gnu.org>
2152
2153 * windows.texi (Choosing Window): Fix keybinding typo.
2154
2155 2011-11-07 Martin Rudalics <rudalics@gmx.at>
2156
2157 * windows.texi (Resizing Windows, Splitting Windows)
2158 (Window Configurations): Use "child window" instead of
2159 "subwindow".
2160
2161 2011-11-06 Chong Yidong <cyd@gnu.org>
2162
2163 * windows.texi (Basic Windows): Clarify various definitions.
2164 Treat window-normalize-* as internal; don't document them.
2165 (Windows and Frames): Various clarifications, e.g. non-live
2166 windows also belong to frames. Fix window-list description.
2167 Simplify window nesting example.
2168 (Splitting Windows, Window Configurations):
2169 Use split-window-below.
2170
2171 2011-11-04 Eli Zaretskii <eliz@gnu.org>
2172
2173 * windows.texi (Window Sizes): Mention in the doc string that the
2174 return values of `window-body-height' and `window-body-width' are
2175 in frame's canonical units. (Bug#9949)
2176
2177 2011-10-30 Martin Rudalics <rudalics@gmx.at>
2178
2179 * windows.texi (Windows and Frames): Remove "iso-" infix from
2180 documentation of window-iso-combined-p.
2181
2182 2011-10-26 Chong Yidong <cyd@gnu.org>
2183
2184 * modes.texi (Running Hooks): Document with-wrapper-hook.
2185
2186 2011-10-18 Chong Yidong <cyd@gnu.org>
2187
2188 * display.texi (Glyphless Chars): New node.
2189
2190 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
2191
2192 * text.texi (Yanking): Document yank-excluded-properties.
2193
2194 * package.texi (Packaging Basics): The commentary should say how
2195 to begin using the package.
2196
2197 2011-10-11 Martin Rudalics <rudalics@gmx.at>
2198
2199 * windows.texi (Deleting Windows): Mention which window gets
2200 selected when deleting the selected window.
2201
2202 2011-10-09 Martin Rudalics <rudalics@gmx.at>
2203
2204 * buffers.texi (The Buffer List): Describe how bury-buffer deals
2205 with the selected window.
2206 * windows.texi (Buffers and Windows): Reformulate text on how
2207 replace-buffer-in-windows deals with a window.
2208 (Quitting Windows): Describe how quit-window deals with a
2209 standalone frame. Describe new option frame-auto-hide-function.
2210
2211 2011-10-08 Glenn Morris <rgm@gnu.org>
2212
2213 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
2214
2215 * positions.texi (Excursions): Update warning message.
2216
2217 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
2218
2219 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
2220 Fix Emacs manual xref (Bug#9675).
2221
2222 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
2223
2224 * windows.texi (Textual Scrolling): Document scroll-up-command,
2225 scroll-down-command, scroll-error-top-bottom, and the
2226 scroll-command symbol property.
2227 (Display Action Functions): Fix description of
2228 display-buffer-pop-up-window.
2229
2230 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
2231
2232 * windows.texi (Splitting Windows): Fix typos.
2233
2234 2011-09-25 Martin Rudalics <rudalics@gmx.at>
2235
2236 * windows.texi (Windows and Frames, Display Action Functions)
2237 (Switching Buffers): Fix some typos.
2238 (Buffers and Windows): Remove reference to window-auto-delete.
2239 Reword description of replace-buffer-in-windows.
2240 (Window History): Fix some typos and refer to frame local buffer
2241 list.
2242 (Quitting Windows): New node.
2243 (Window Configurations): Add descriptions of window-state-get
2244 and window-state-put.
2245 (Window Parameters): Describe variable ignore-window-parameters.
2246 Sketch some window parameters currently in use.
2247 * elisp.texi (Top): Update node listing.
2248
2249 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
2250
2251 * windows.texi (Display Action Functions)
2252 (Choosing Window Options): New nodes.
2253
2254 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
2255
2256 * windows.texi (Window History): New node. Move text here from
2257 Buffers and Windows.
2258 (Switching Buffers): Rename from Displaying Buffers, since we
2259 don't document display-buffer here; callers changed.
2260 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
2261 switch-to-buffer-other-frame. Delete duplicate
2262 replace-buffer-in-windows doc.
2263 (Choosing Window): Document display actions.
2264
2265 2011-09-24 Eli Zaretskii <eliz@gnu.org>
2266
2267 * display.texi (Forcing Redisplay): Update the description of
2268 redisplay-dont-pause due to change in the default value.
2269
2270 2011-09-23 Martin Rudalics <rudalics@gmx.at>
2271
2272 * frames.texi (Frames and Windows): Move section and rename to
2273 Windows and Frames in windows.texi.
2274 * windows.texi (Windows): Restructure.
2275 (Basic Windows): Rewrite. Explain live and internal windows and
2276 normalization functions.
2277 (Windows and Frames): Move section here from frames.texi.
2278 Describe subwindows, window combinations, window tree, and
2279 corresponding functions including window-list here.
2280 (Window Sizes): Rename section from Size of Window and move it
2281 up in chapter. Describe total and body sizes and the
2282 corresponding functions. Explain new semantics of
2283 window-min-height/-width.
2284 (Resizing Windows): Move section up in chapter. Describe new
2285 resize functions.
2286 (Splitting Windows): Describe new behavior of split-window,
2287 split-window-above-each-other and split-window-side-by-side.
2288 Provide examples. Describe window-nest and window-splits
2289 options.
2290 (Deleting Windows): Minor rewrite.
2291 (Selecting Windows): Minor rewrite.
2292 Describe frame-selected-window and set-frame-selected-window here.
2293 (Cyclic Window Ordering): Minor rewrite.
2294 Describe window-list-1.
2295 (Buffers and Windows): Rewrite. Explain a window's previous and
2296 next buffers and the corresponding functions.
2297 (Window Tree): Merge into Windows and Frames section.
2298 * elisp.texi (Top): Update node listings for frames and windows
2299 sections.
2300
2301 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2302
2303 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
2304
2305 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2306
2307 * errors.texi (Standard Errors): Remove apparent placeholder text
2308 (bug#9491).
2309
2310 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
2311
2312 * frames.texi (Management Parameters): Fix description of
2313 icon-type parameter.
2314
2315 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
2316
2317 * tips.texi (Key Binding Conventions): Don't bind a key sequence
2318 ending in C-g. Suggested by Edward O'Connor.
2319
2320 2011-09-17 Eli Zaretskii <eliz@gnu.org>
2321
2322 * numbers.texi (Integer Basics): Add indexing for
2323 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
2324
2325 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
2326
2327 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
2328
2329 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
2330
2331 * processes.texi (Network Servers): Clarify what the process
2332 buffer is used for (bug#9233).
2333
2334 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
2335
2336 * lists.texi (Building Lists): Fix typo.
2337
2338 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
2339
2340 * display.texi (Basic Faces): New node. Document new faces.
2341
2342 * modes.texi (Major Mode Conventions): Move some text there.
2343 (Mode Help): Remove major-mode var, duplicated in Major Modes.
2344
2345 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * modes.texi (Basic Major Modes): New node. Callers updated.
2348 (Major Modes): Document fundamental-mode and major-mode.
2349 (Major Mode Basics): Node deleted; text moved to Major Modes.
2350 (Derived Modes): Document derived-mode-p.
2351
2352 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
2353
2354 * files.texi (Changing Files, Create/Delete Dirs): Document new
2355 arguments for delete-file, delete-directory, and copy-directory.
2356 (Visiting Functions): Remove view-file; it is documented in the
2357 Emacs manual.
2358
2359 * frames.texi (Layout Parameters): The defaults for the
2360 menu-bar-lines and tool-bar-lines parameters depend on the mode.
2361
2362 * display.texi (Progress): Document spinner functionality.
2363
2364 * os.texi (Killing Emacs): Note that kill-emacs can be called by
2365 operating system signals. Refer to save-buffers-kill-terminal
2366 instead of save-buffers-kill-emacs.
2367
2368 * objects.texi (Symbol Type): Document ## print representation.
2369
2370 2011-08-25 Eli Zaretskii <eliz@gnu.org>
2371
2372 * display.texi (Specified Space): Mention that `space' specs
2373 influence bidi reordering.
2374 (Bidirectional Display): Explain how to use `(space . PROPS)' for
2375 separating fields with bidirectional content.
2376
2377 2011-08-24 Eli Zaretskii <eliz@gnu.org>
2378
2379 * display.texi (Bidirectional Display): Document return value in
2380 buffers that are not bidi-reordered for display, and in unibyte
2381 buffers.
2382
2383 2011-08-23 Eli Zaretskii <eliz@gnu.org>
2384
2385 * nonascii.texi (Character Properties): Document the values for
2386 unassigned codepoints.
2387
2388 2011-08-18 Eli Zaretskii <eliz@gnu.org>
2389
2390 * nonascii.texi (Character Properties): Document use of
2391 `bidi-class' and `mirroring' properties as part of reordering.
2392 Provide cross-references to "Bidirectional Display".
2393
2394 * display.texi (Bidirectional Display): Document the pitfalls of
2395 concatenating strings with bidirectional content, with possible
2396 solutions. Document bidi-string-mark-left-to-right.
2397 Mention paragraph direction in modes that inherit from prog-mode.
2398 Document use of `bidi-class' and `mirroring' properties as part of
2399 reordering.
2400
2401 2011-08-16 Eli Zaretskii <eliz@gnu.org>
2402
2403 * modes.texi (Major Mode Conventions): Improve the documentation
2404 of `mode-class' `special' modes.
2405
2406 * nonascii.texi (Character Properties): Document the `mirroring'
2407 property. Add index entries.
2408
2409 * syntax.texi (Categories): Add an example of defining a new
2410 category and category table.
2411
2412 * searching.texi (Regexp Backslash): Document how to display
2413 existing categories. Mention the possibility of adding
2414 categories, and add an xref to where this is described. Add an
2415 index entry.
2416
2417 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
2418
2419 * text.texi (Special Properties):
2420 * display.texi (Overlay Properties): Note that mouse-face cannot
2421 change the text size (Bug#8530).
2422
2423 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
2424
2425 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
2426 using setenv instead.
2427
2428 2011-07-28 Eli Zaretskii <eliz@gnu.org>
2429
2430 * display.texi (Bidirectional Display): Document the fact that
2431 bidi-display-reordering is t by default.
2432
2433 2011-07-23 Eli Zaretskii <eliz@gnu.org>
2434
2435 * display.texi (Bidirectional Display): New section.
2436
2437 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2438 Tim Cross <theophilusx@gmail.com> (tiny change)
2439 Glenn Morris <rgm@gnu.org>
2440
2441 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
2442
2443 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
2444
2445 * help.texi (Keys in Documentation): Revert last change.
2446
2447 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2448
2449 * help.texi (Keys in Documentation): Clarify that \= only quotes
2450 the next character, and doesn't affect longer sequences in
2451 particular (bug#8935).
2452
2453 * debugging.texi (Using Debugger):
2454 Mention @code{eval-expression-debug-on-error} (bug#8549).
2455
2456 2011-07-14 Eli Zaretskii <eliz@gnu.org>
2457
2458 * display.texi (Other Display Specs): Document that `left-fringe'
2459 and `right-fringe' display specifications are of the "replacing"
2460 kind.
2461
2462 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2463
2464 * help.texi (Documentation Basics): Add a link to the Function
2465 Documentation node (bug#6580).
2466
2467 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2468
2469 * keymaps.texi (Menu Bar): Mention :visible and :enable
2470 (bug#6344). Text by Drew Adams.
2471
2472 * modes.texi (Running Hooks): Mention buffer-local hook variables
2473 (bug#6218).
2474
2475 * objects.texi (General Escape Syntax): "a with grave accent" is
2476 ?xe0, not ?x8e0 (bug#5259).
2477
2478 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
2479
2480 * display.texi (Face Attributes, Font Selection): Add references
2481 to the Fonts node in the Emacs manual (Bug#4178).
2482
2483 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
2484
2485 * display.texi (Window Systems): `window-system' is
2486 terminal-local.
2487
2488 * frames.texi (Frame Parameters, Parameter Access): Don't mention
2489 frame-local variables.
2490
2491 * variables.texi (Buffer-Local Variables): Don't mention obsolete
2492 frame-local variables.
2493 (Frame-Local Variables): Node deleted.
2494
2495 * elisp.texi (Top): Update node listing.
2496
2497 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2498
2499 * elisp.texi: Change "inferiors" to "subnodes" in three places
2500 (bug#3523).
2501
2502 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
2503
2504 * frames.texi (Window System Selections): Discussion of
2505 x-select-enable-clipboard moved to Emacs manual.
2506
2507 2011-07-11 Deniz Dogan <deniz@dogan.se>
2508
2509 * commands.texi (Prefix Command Arguments): Remove excessive
2510 apostrophe.
2511
2512 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2513
2514 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
2515 description is a string (bug#3313).
2516
2517 * frames.texi (Display Feature Testing): Try to explain what all
2518 the visual classes mean (bug#3042).
2519
2520 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2521
2522 * modes.texi (Mode Line Variables): Document `mode-line-remote'
2523 and `mode-line-client' (bug#2974).
2524
2525 * text.texi (Insertion): Clarify marker movements (bug#1651).
2526 Text from Drew Adams.
2527
2528 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2529
2530 * text.texi (Special Properties): Clarify the format of `face'
2531 (bug#1375).
2532
2533 * commands.texi (Interactive Call): Add a `call-interactively'
2534 example (bug#1010).
2535
2536 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2537
2538 * functions.texi (Calling Functions): Link to the "Interactive
2539 Call" node (bug#1001).
2540
2541 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
2542
2543 * customize.texi (Composite Types): Move alist and plist to here
2544 from Simple Types (Bug#7545).
2545
2546 * elisp.texi (Top): Update menu description.
2547
2548 * display.texi (Face Attributes): Document negative line widths
2549 (Bug#6113).
2550
2551 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2552
2553 * searching.texi (Match Data): Note that match data can be
2554 overwritten by most functions (bug#2499).
2555
2556 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2557
2558 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
2559 flags mean (bug#6659).
2560
2561 * functions.texi (What Is a Function): Document the autoload
2562 object (bug#6496).
2563
2564 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2565
2566 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
2567 is only used in the Customize user interface (bug#6089).
2568
2569 * display.texi (Showing Images): Mention the point of sliced
2570 images (bug#7836).
2571
2572 2011-07-02 Eli Zaretskii <eliz@gnu.org>
2573
2574 * variables.texi (Defining Variables, Void Variables)
2575 (Constant Variables): Fix incorrect usage of @kindex.
2576
2577 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2578
2579 * variables.texi (Defining Variables): Add an index entry for
2580 `set-variable' (bug#7262).
2581 (Defining Variables): Use @findex for functions.
2582
2583 * frames.texi (Basic Parameters): Document the `explicit-name'
2584 parameter (bug#6951).
2585
2586 * customize.texi (Type Keywords): Clarify that :value provides a
2587 default value for all types (bug#7386).
2588
2589 * streams.texi (Output Functions): Document `pp'.
2590
2591 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
2592
2593 * keymaps.texi (Searching Keymaps):
2594 * display.texi (Overlay Properties): Fix errors in 2011-05-29
2595 change. Suggested by Johan Bockgård.
2596
2597 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
2598
2599 * text.texi (Special Properties): Clarify role of font-lock-face.
2600
2601 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2602
2603 * processes.texi (Process Information): Rename `process-alive-p'
2604 to `process-live-p' for consistency with other `-live-p' functions.
2605
2606 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
2607
2608 Document wide integers better.
2609 * files.texi (File Attributes): Document ino_t values better.
2610 ino_t values no longer map to anything larger than a single cons.
2611 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
2612 (Bitwise Operations):
2613 * objects.texi (Integer Type): Use a binary notation that is a bit easier
2614 to read, and that will port better if 62-bits becomes the default.
2615 Fix or remove incorrect examples.
2616 * os.texi (Time Conversion): Document time_t values better.
2617
2618 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2619
2620 * processes.texi (Process Information):
2621 Document `process-alive-p'.
2622
2623 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
2624
2625 * help.texi (Accessing Documentation):
2626 * display.texi (Pixel Specification):
2627 * processes.texi (Serial Ports, Serial Ports):
2628 * nonascii.texi (Character Properties, Default Coding Systems):
2629 * text.texi (Changing Properties, Special Properties):
2630 * windows.texi (Window Start and End):
2631 * modes.texi (SMIE Indentation Example, SMIE Tricks):
2632 * keymaps.texi (Searching Keymaps, Tool Bar):
2633 * minibuf.texi (Basic Completion):
2634 * compile.texi (Eval During Compile):
2635 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
2636 7x9 paper in printed manual.
2637
2638 * lists.texi (Sets And Lists): Fix misplaced text.
2639
2640 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
2641
2642 * keymaps.texi (Remapping Commands): Emphasize that the keymap
2643 needs to be active (Bug#8350).
2644
2645 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
2646
2647 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
2648
2649 * tips.texi (Coding Conventions): Remove antediluvian filename
2650 limit recommendation (Bug#8538).
2651
2652 2011-05-27 Glenn Morris <rgm@gnu.org>
2653
2654 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
2655
2656 2011-05-26 Glenn Morris <rgm@gnu.org>
2657
2658 * variables.texi (File Local Variables):
2659 Update hack-local-variables `mode-only' return value.
2660 Add some more details on what this function does in the other case.
2661
2662 2011-05-19 Glenn Morris <rgm@gnu.org>
2663
2664 * lists.texi (Sets And Lists): Mention cl provides union etc.
2665
2666 2011-05-19 Nix <nix@esperi.org.uk>
2667
2668 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
2669
2670 * text.texi (Parsing HTML): Update for function name changes.
2671
2672 * syntax.texi (Syntax Flags): Small fix.
2673
2674 * keymaps.texi (Active Keymaps): Typo fix.
2675 (Changing Key Bindings): Grammar fix.
2676
2677 * frames.texi (Minibuffers and Frames): Grammar fix.
2678 (Window System Selections): x-select-enable-clipboard now defaults to t.
2679
2680 * customize.texi (Common Keywords):
2681 * display.texi (Abstract Display):
2682 * modes.texi (Auto-Indentation):
2683 * nonascii.texi (Converting Representations): Typo fixes.
2684
2685 * control.texi (Examples of Catch): Call it "goto" not "go to".
2686
2687 2011-05-14 Eli Zaretskii <eliz@gnu.org>
2688
2689 * nonascii.texi (Character Properties): Fix inconsistencies with
2690 implementation.
2691
2692 * text.texi (Special Properties): Move @defvar's out of the
2693 @table. (Bug#8652)
2694
2695 2011-05-12 Glenn Morris <rgm@gnu.org>
2696
2697 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
2698
2699 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
2702 (Multiline Font Lock):
2703 * vol2.texi (Top):
2704 * vol1.texi (Top):
2705 * elisp.texi (Top): Update menu accordingly.
2706
2707 2011-05-12 Drew Adams <drew.adams@oracle.com>
2708
2709 * modes.texi (Region to Fontify): Fix typo.
2710
2711 2011-05-10 Jim Meyering <meyering@redhat.com>
2712
2713 * minibuf.texi: Fix typo "in in -> in".
2714
2715 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
2716
2717 * numbers.texi (Integer Basics): Large integers are treated as floats.
2718
2719 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2720
2721 * processes.texi (Synchronous Processes): Document the (:file
2722 "/file-name") syntax for `call-process'.
2723
2724 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
2725
2726 * windows.texi (Choosing Window): Fix typo.
2727
2728 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
2729
2730 * frames.texi (Layout Parameters): Note the difference between
2731 querying and setting parameters for left-fringe and right-fringe
2732 (Bug#6930).
2733
2734 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2735
2736 * minibuf.texi (Basic Completion): Be a bit more precise about the
2737 valid kinds of completion tables.
2738 (Programmed Completion): Remove obsolete text about lambda expressions
2739 not being valid completion tables.
2740
2741 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
2742
2743 * positions.texi (Excursions): Explain the "save-excursion
2744 defeated by set-buffer" warning.
2745
2746 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
2747 save-excursion. Suggested by Uday S Reddy.
2748
2749 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2750
2751 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
2752 (Lexical Binding): New sub-section.
2753
2754 * eval.texi (Eval): Discourage the use of `eval'.
2755 Document its new `lexical' argument.
2756
2757 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2758
2759 * commands.texi (Command Overview): `post-command-hook' is not reset to
2760 nil any more.
2761
2762 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2763
2764 * strings.texi (String Conversion): Don't mention
2765 string-make-(uni|multi)byte (bug#8262).
2766 * nonascii.texi (Converting Representations): Fix up range.
2767 * keymaps.texi (Key Binding Commands): Update code point, avoid
2768 "unibyte character" and remove mention of unibyte bindings.
2769
2770 2011-03-10 Eli Zaretskii <eliz@gnu.org>
2771
2772 * modes.texi (Operator Precedence Grammars): Don't use characters
2773 outside ISO-8859-1.
2774
2775 2011-03-09 Eli Zaretskii <eliz@gnu.org>
2776
2777 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
2778
2779 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
2780
2781 2011-03-08 Glenn Morris <rgm@gnu.org>
2782
2783 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
2784 * intro.texi (Acknowledgements): Names to UTF-8.
2785 * elisp.texi: Set documentencoding.
2786
2787 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2788
2789 * Version 23.3 released.
2790
2791 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
2792
2793 * package.texi: Update index keywords.
2794 (Package Archives): New node contents. Document package-x.el.
2795
2796 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
2797
2798 * makefile.w32-in (srcs): Add package.texi.
2799
2800 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
2801
2802 * package.texi (Packaging, Packaging Basics, Simple Packages)
2803 (Multi-file Packages): Expand and clarify.
2804 (Package Archives): Temporary placeholder node.
2805
2806 * elisp.texi (Top): Update node listing.
2807
2808 * Makefile.in (srcs): Add package.texi.
2809
2810 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
2811
2812 * processes.texi (Synchronous Processes): Minor clarification
2813 (Bug#8149).
2814
2815 2011-03-03 Glenn Morris <rgm@gnu.org>
2816
2817 * files.texi (Truenames): Minor clarification. (Bug#2341)
2818
2819 2011-03-01 Glenn Morris <rgm@gnu.org>
2820
2821 * variables.texi (Directory Local Variables):
2822 Mention `(subdirs . nil)' alist element.
2823
2824 2011-02-28 Glenn Morris <rgm@gnu.org>
2825
2826 * variables.texi (Directory Local Variables): Mention the optional
2827 mtime argument of dir-locals-set-directory-class. (Bug#3577)
2828
2829 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
2830
2831 * minibuf.texi (Minibuffer History): Clarify discussion of
2832 minibuffer history lists (Bug#8085).
2833
2834 2011-02-19 Eli Zaretskii <eliz@gnu.org>
2835
2836 * elisp.texi: Sync @dircategory with ../../info/dir.
2837
2838 * files.texi (Visiting Functions): Document find-file-literally,
2839 both the command and the variable.
2840
2841 * variables.texi (Creating Buffer-Local): Explain the meaning of
2842 permanent local variables.
2843
2844 * files.texi (Visiting Functions): Document find-file-literally,
2845 both the command and the variable.
2846
2847 * variables.texi (Creating Buffer-Local): Explain the meaning of
2848 permanent local variables.
2849
2850 2011-02-19 Glenn Morris <rgm@gnu.org>
2851
2852 * keymaps.texi (Remapping Commands): Mention how to undo it.
2853
2854 2011-02-09 Reuben Thomas <rrt@sc3d.org>
2855
2856 * loading.texi (Hooks for Loading): Remove unnecessary advice
2857 about eval-after-load (Bug#7986).
2858
2859 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
2860
2861 * commands.texi (Accessing Mouse): Note that a header line is not
2862 included in the row of posn-col-row.
2863
2864 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
2865
2866 * modes.texi (Major Mode Conventions): Add face guidelines.
2867 (Faces for Font Lock): List faces in order of prominence.
2868
2869 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
2870
2871 format-time-string now supports subsecond time stamp resolution
2872 * os.texi (Time Parsing): Document %N.
2873
2874 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
2875
2876 * vol1.texi (Top):
2877 * vol2.texi (Top):
2878 * elisp.texi (Top):
2879 * display.texi (Display Property): Shorten the menu description of
2880 the "Other Display Specs" node (Bug#7816).
2881
2882 * keymaps.texi (Defining Menus): Add "menu item" and "extended
2883 menu item" concept index entries (Bug#7805).
2884
2885 2011-01-29 Eli Zaretskii <eliz@gnu.org>
2886
2887 * makefile.w32-in (texinfodir): New variable.
2888 (usermanualdir): Remove as redundant with $(emacsdir).
2889 (MAKEINFO): Remove options, leave only program name.
2890 (MAKEINFO_OPTS): New variable.
2891 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
2892
2893 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
2894 Richard Kim <emacs18@gmail.com>
2895
2896 * loading.texi (Library Search): Document list-load-path-shadows
2897 (Bug#7757).
2898
2899 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
2900
2901 * searching.texi (Regexp Special): Remove outdated discussion of
2902 character sets (Bug#7780).
2903
2904 * frames.texi (Pop-Up Menus): Document where menu title comes
2905 from (Bug#7684).
2906
2907 2011-01-25 Glenn Morris <rgm@gnu.org>
2908
2909 * display.texi (Making Buttons): Mention limitation of text buttons.
2910
2911 2011-01-23 Werner Lemberg <wl@gnu.org>
2912
2913 * Makefile.in (MAKEINFO): Now controlled by `configure'.
2914 (MAKEINFO_OPTS): New variable. Use it where appropriate.
2915 (ENVADD): New variable to control texi2dvi and texi2pdf.
2916
2917 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2918
2919 * files.texi (Directory Names): Move directory-abbrev-alist doc to
2920 Emacs manual.
2921
2922 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2923
2924 * files.texi (Directory Names): Explain why FROM in
2925 directory-abbrev-alist should begin with \`. (Bug#7777)
2926
2927 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2928
2929 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
2930
2931 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2932
2933 * modes.texi (Emulating Mode Line): Fix last change.
2934
2935 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2936
2937 * modes.texi (Emulating Mode Line): Update documentation of
2938 format-mode-line according to changes that fixed bug #7587.
2939
2940 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2941
2942 * modes.texi (Derived Modes): Mention prog-mode.
2943
2944 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
2945 of the key-binding-data cache since we don't use it any more.
2946
2947 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2948
2949 * processes.texi (Shell Arguments):
2950 * strings.texi (Creating Strings): Don't mention "shell commands";
2951 make it explicit that `split-string-and-unquote' and
2952 `combine-and-quote-strings' are mainly for working with arguments
2953 to call-process and start-process.
2954
2955 * processes.texi (Shell Arguments): Fix documentation of
2956 `split-string-and-unquote'. Add indexing. (Bug#7563)
2957
2958 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2959
2960 * modes.texi (Auto-Indentation): New section to document SMIE.
2961 (Major Mode Conventions):
2962 * text.texi (Mode-Specific Indent): Refer to it.
2963
2964 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2965
2966 * display.texi (Other Display Specs): Document left-fringe and
2967 right-fringe display specs.
2968
2969 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2970
2971 * backups.texi (Making Backups):
2972 * modes.texi (Example Major Modes): Use recommended coding style.
2973 (Major Mode Basics, Derived Modes): Encourge more strongly use of
2974 define-derived-mode. Mention completion-at-point-functions.
2975
2976 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
2977
2978 * nonascii.texi (Converting Representations):
2979 Document byte-to-string.
2980
2981 2010-12-08 Glenn Morris <rgm@gnu.org>
2982
2983 * buffers.texi (Modification Time):
2984 verify-visited-file-modtime now defaults to the current buffer.
2985
2986 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2987
2988 * nonascii.texi (Converting Representations): Document byte-to-string.
2989
2990 * strings.texi (Creating Strings): Don't mention semi-obsolete
2991 function char-to-string.
2992 (String Conversion): Shorten discussion of semi-obsolete function
2993 string-to-char. Link to Converting Representations.
2994
2995 * objects.texi (Symbol Type):
2996 * text.texi (Near Point):
2997 * help.texi (Help Functions):
2998 * functions.texi (Mapping Functions): Use string instead of
2999 char-to-string in examples.
3000
3001 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3002
3003 * text.texi (Kill Functions, Kill Functions)
3004 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
3005 YANK-HANDLER args.
3006
3007 * symbols.texi (Creating Symbols): Using unintern without an
3008 obarray arg is now obsolete.
3009
3010 * numbers.texi (Float Basics): Document float-e and float-pi.
3011
3012 * variables.texi (Defining Variables): Change "pi" example to
3013 "float-pi".
3014
3015 2010-11-26 Eli Zaretskii <eliz@gnu.org>
3016
3017 * commands.texi (Click Events): Document the values of X, Y and
3018 COL, ROW in the event's position, when the click is on the header
3019 or mode line, on the fringes, or in the margins.
3020
3021 2010-11-17 Eli Zaretskii <eliz@gnu.org>
3022
3023 * customize.texi (Composite Types): Lower-case index entry.
3024
3025 * loading.texi (How Programs Do Loading):
3026 Document load-file-name. (Bug#7346)
3027
3028 2010-11-17 Glenn Morris <rgm@gnu.org>
3029
3030 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
3031
3032 2010-11-13 Eli Zaretskii <eliz@gnu.org>
3033
3034 * display.texi (Usual Display): Characters with no fonts are not
3035 necessarily displayed as empty boxes.
3036
3037 2010-10-31 Glenn Morris <rgm@gnu.org>
3038
3039 * maps.texi (Standard Keymaps): Update File menu description.
3040
3041 2010-10-28 Glenn Morris <rgm@gnu.org>
3042
3043 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
3044
3045 2010-10-24 Eli Zaretskii <eliz@gnu.org>
3046
3047 * display.texi (Window Systems): Deprecate use of window-system as
3048 a predicate.
3049
3050 2010-10-23 Glenn Morris <rgm@gnu.org>
3051
3052 * help.texi (Documentation Basics): Remove mentions of digest-doc and
3053 sorted-doc.
3054
3055 2010-10-15 Eli Zaretskii <eliz@gnu.org>
3056
3057 * os.texi (Dynamic Libraries): New node, with slightly modified
3058 text deleted from "Image Formats".
3059 (System Interface): Add @menu entry for "Dynamic Libraries".
3060
3061 * display.texi (Image Formats): Remove description of
3062 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
3063
3064 2010-10-12 Glenn Morris <rgm@gnu.org>
3065
3066 * book-spine.texinfo: Rename to book-spine.texi.
3067
3068 2010-10-11 Glenn Morris <rgm@gnu.org>
3069
3070 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
3071
3072 * Makefile.in (DVIPS): New variable.
3073 (.PHONY): Add html, ps.
3074 (html, elisp.html, ps, elisp.ps): New targets.
3075 (clean): Delete html, ps files.
3076 ($(infodir)/elisp): Remove unnecessary includes.
3077
3078 2010-10-09 Eli Zaretskii <eliz@gnu.org>
3079
3080 * makefile.w32-in (emacsdir): New variable.
3081 (srcs): Add emacsver.texi.
3082 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
3083
3084 2010-10-09 Glenn Morris <rgm@gnu.org>
3085
3086 * Makefile.in (VPATH): Remove.
3087 (infodir): Make it absolute.
3088 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
3089
3090 * Makefile.in (dist): Anchor regexps.
3091
3092 * Makefile.in (srcs): Put elisp.texi first.
3093 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
3094
3095 * Makefile.in (infoclean): Remove harmless, long-standing error.
3096
3097 * Makefile.in ($(infodir)): Delete rule.
3098 (mkinfodir): New.
3099 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
3100
3101 * Makefile.in (dist): Remove reference to emacsver.texi.in.
3102 Also copy emacsver.texi, and edit $emacsdir.
3103
3104 2010-10-09 Glenn Morris <rgm@gnu.org>
3105
3106 * Makefile.in (emacsdir): New variable.
3107 (MAKEINFO): Add -I $emacsdir.
3108 (dist): Copy emacsver.texi.
3109 (srcs): Add emacsver.texi.
3110
3111 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
3112 Set EMACSVER by including emacsver.texi.
3113
3114 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
3115
3116 2010-10-07 Glenn Morris <rgm@gnu.org>
3117
3118 * Makefile.in (version): New, set by configure.
3119 (clean): Delete dist tar file.
3120 (dist): Use version in tar name.
3121
3122 2010-10-06 Glenn Morris <rgm@gnu.org>
3123
3124 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
3125 (INSTALL_INFO): Remove unused variable.
3126 (mostlyclean, infoclean, dist): New rules.
3127 (clean): Delete dvi and pdf files.
3128 (maintainer-clean): Remove elisp.oaux, use infoclean.
3129 ($(infodir)): Add parallel build workaround.
3130
3131 2010-10-04 Glenn Morris <rgm@gnu.org>
3132
3133 * Makefile.in (dvi, pdf, $(infodir)): New targets.
3134 ($(infodir)/elisp): Ensure target directory exists. Use $@.
3135 Fix -I typo.
3136 (clean): No 'make.out' or 'core' files.
3137 (.PHONY): Declare clean rules.
3138 (maintainer-clean): Delete pdf file. Guard against cd failures.
3139
3140 2010-10-03 Glenn Morris <rgm@gnu.org>
3141
3142 * files.texi (File Name Components): Remove ignored section about
3143 deleted variable directory-sep-char.
3144
3145 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
3146
3147 * files.texi (Magic File Names): New defopt
3148 remote-file-name-inhibit-cache.
3149
3150 2010-10-02 Glenn Morris <rgm@gnu.org>
3151
3152 * os.texi (Killing Emacs): Hook now runs in batch mode.
3153
3154 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3155
3156 * text.texi (Special Properties): Clarify when modification-hooks run.
3157
3158 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3159
3160 * syntax.texi (Syntax Flags): Document new `c' flag.
3161
3162 2010-09-09 Glenn Morris <rgm@gnu.org>
3163
3164 * display.texi (ImageMagick Images): General cleanup.
3165
3166 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3167
3168 * files.texi (Directory Names): Use \` rather than ^.
3169
3170 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3171
3172 * text.texi (Low-Level Kill Ring):
3173 * frames.texi (Window System Selections): Remove cut buffer
3174 documentation.
3175
3176 2010-08-28 Eli Zaretskii <eliz@gnu.org>
3177
3178 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
3179 Parameters", where the default fringe width is described.
3180
3181 * frames.texi (Window Frame Parameters, Basic Parameters)
3182 (Position Parameters, Layout Parameters, Management Parameters)
3183 (Cursor Parameters, Font and Color Parameters): Add indexing for
3184 frame parameters. (Bug#6929)
3185
3186 2010-08-25 Tom Tromey <tromey@redhat.com>
3187
3188 * vol2.texi (Top): Update.
3189 * vol1.texi (Top): Update.
3190 * tips.texi (Library Headers): Mention Package-Version and
3191 Package-Requires.
3192 * package.texi: New file.
3193 * os.texi (System Interface): Update pointers.
3194 * elisp.texi (Top): Link to new nodes. Include package.texi.
3195 * anti.texi (Antinews): Update pointers.
3196
3197 2010-08-25 Eli Zaretskii <eliz@gnu.org>
3198
3199 * processes.texi (Filter Functions): Fix last change.
3200
3201 2010-08-24 Markus Triska <triska@gmx.at>
3202
3203 * processes.texi (Filter Functions): Use `buffer-live-p' instead
3204 of `buffer-name' in the main text as well as in the example
3205 (Bug#3098).
3206
3207 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3208
3209 * nonascii.texi (Text Representations):
3210 * loading.texi (Loading Non-ASCII):
3211 * compile.texi (Byte Compilation): Don't mention obsolete
3212 --unibyte command-line argument.
3213
3214 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3215
3216 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
3217
3218 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
3219
3220 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
3221
3222 2010-08-20 Eli Zaretskii <eliz@gnu.org>
3223
3224 * commands.texi (Misc Events): Add cross-references to where
3225 POSITION of a mouse event is described in detail.
3226
3227 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
3228
3229 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
3230
3231 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3232
3233 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
3234 Suggested by Štěpán Němec <stepnem@gmail.com>.
3235
3236 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3237
3238 * minibuf.texi (High-Level Completion): Document args of
3239 `read-buffer-function' (bug#5625).
3240
3241 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3242
3243 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
3244
3245 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
3246
3247 * processes.texi (Process Information): Explain process property
3248 `remote-tty'.
3249
3250 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
3251
3252 * modes.texi (Defining Minor Modes): Use C-delete in examples,
3253 instead of "\C-\^?" (bug#6334).
3254
3255 * text.texi (Special Properties): Fix typo.
3256
3257 2010-07-09 Eli Zaretskii <eliz@gnu.org>
3258
3259 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
3260 calling sequences, which are now the standard.
3261
3262 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
3263
3264 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
3265
3266 * commands.texi (Command Overview): Mention undo-boundary call.
3267
3268 2010-06-23 Glenn Morris <rgm@gnu.org>
3269
3270 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
3271 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
3272 * frames.texi, functions.texi, internals.texi, keymaps.texi:
3273 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
3274 * searching.texi, sequences.texi, strings.texi, syntax.texi:
3275 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
3276 Untabify Texinfo files.
3277
3278 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
3279
3280 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
3281
3282 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
3283
3284 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
3285
3286 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
3287
3288 * searching.texi (Regexp Special): Remove obsolete information
3289 about matching non-ASCII characters, and suggest using char
3290 classes (Bug#6283).
3291
3292 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
3293
3294 * minibuf.texi (Basic Completion): Add missing "@end defun".
3295
3296 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3297
3298 * minibuf.texi (Basic Completion): Document completion-boundaries.
3299 (Programmed Completion): Document the new fourth method for boundaries.
3300
3301 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
3302
3303 * display.texi (Image Cache): Update documentation about image caching.
3304
3305 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3306
3307 * windows.texi (Textual Scrolling):
3308 * tips.texi (Coding Conventions):
3309 * minibuf.texi (Minibuffer History):
3310 * maps.texi (Standard Keymaps):
3311 * loading.texi (Where Defined):
3312 * edebug.texi (Instrumenting): Fix typos.
3313
3314 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3315
3316 * keymaps.texi (Menu Bar): Document :advertised-binding property.
3317
3318 * functions.texi (Obsolete Functions):
3319 Document set-advertised-calling-convention.
3320
3321 * minibuf.texi (Basic Completion): Document completion-in-region.
3322 (Programmed Completion): Document completion-annotate-function.
3323
3324 * commands.texi (Reading One Event): Document read-key.
3325 (Distinguish Interactive): Document KIND arg to
3326 called-interactively-p. Delete obsolete interactive-p.
3327
3328 * elisp.texi (Top): Update node description.
3329
3330 2010-05-08 Eli Zaretskii <eliz@gnu.org>
3331
3332 * nonascii.texi (Character Properties):
3333 Document unicode-category-table. Add an index entry for Unicode
3334 general category.
3335
3336 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3337
3338 * Version 23.2 released.
3339
3340 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
3341
3342 * locals.texi (Standard Buffer-Local Variables):
3343 Remove @ignore'd reference to `direction-reversed'.
3344
3345 2010-04-14 Juri Linkov <juri@jurta.org>
3346
3347 Fix @deffn without category.
3348
3349 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
3350 for `abbrev-insert'.
3351
3352 * buffers.texi (Indirect Buffers): Add category `Command'
3353 to @deffn of `clone-indirect-buffer'.
3354
3355 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
3356 for `next-window' and `previous-window'. Add category `Command'
3357 to @deffn of `pop-to-buffer'.
3358
3359 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
3360
3361 * nonascii.texi (Text Representations): Don't mark
3362 enable-multibyte-characters as a user option.
3363
3364 2010-03-31 Eli Zaretskii <eliz@gnu.org>
3365
3366 * control.texi (Handling Errors): How to re-throw a signal caught
3367 by condition-case.
3368
3369 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
3370
3371 * loading.texi (Hooks for Loading): Document after-load-functions.
3372 Copyedits.
3373
3374 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
3375
3376 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
3377
3378 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
3379
3380 * processes.texi (Network Processes): Document seqpacket type.
3381
3382 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3383
3384 * os.texi (System Environment): Do not mention lynxos.
3385
3386 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3387
3388 * Branch for 23.2.
3389
3390 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
3391
3392 * objects.texi (Integer Type): Take note of the read syntax
3393 exception for numbers that cannot fit in the integer type.
3394
3395 2010-03-03 Glenn Morris <rgm@gnu.org>
3396
3397 * numbers.texi (Integer Basics, Bitwise Operations):
3398 * objects.texi (Integer Type): Update for integers now being 30-bit.
3399
3400 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
3401
3402 * display.texi (Low-Level Font): Document :otf font-spec property.
3403
3404 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3405
3406 * display.texi (Line Height): Avoid obsolete special default variables
3407 like default-major-mode.
3408
3409 2010-01-28 Alan Mackenzie <acm@muc.de>
3410
3411 * display.texi (Auto Faces): Say fontification-functions is called
3412 whether or not Font Lock is enabled. Tidy up the wording a bit.
3413
3414 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3415
3416 * elisp.texi: Remove duplicate edition information (Bug#5407).
3417
3418 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3419
3420 * two.el (volume-header-toc-markup): Fix typos in docstring.
3421
3422 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3423
3424 Avoid dubious uses of save-excursions.
3425 * positions.texi (Excursions): Recommend the use of
3426 save-current-buffer if applicable.
3427 * text.texi (Clickable Text): Fix the example code which used
3428 save-excursion in a naive way which sometimes preserves point and
3429 sometimes not.
3430 * variables.texi (Creating Buffer-Local):
3431 * os.texi (Session Management):
3432 * display.texi (GIF Images):
3433 * control.texi (Cleanups): Use (save|with)-current-buffer.
3434
3435 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3436
3437 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
3438
3439 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3440
3441 * nonascii.texi (Text Representations, Character Codes)
3442 (Converting Representations, Explicit Encoding)
3443 (Translation of Characters): Use hex notation consistently.
3444 (Character Sets): Fix map-charset-chars doc (Bug#5197).
3445
3446 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3447
3448 * loading.texi (Where Defined): Make it clearer that these are
3449 loaded files (Bug#5068).
3450
3451 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
3452
3453 * minibuf.texi (Completion Styles): Document `initials' style.
3454
3455 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
3456
3457 * frames.texi (Resources): Describe inhibit-x-resources.
3458 (Size Parameters): Copyedit.
3459
3460 * hash.texi (Creating Hash):
3461 * objects.texi (Hash Table Type): Document the new hash table
3462 printed representation.
3463
3464 * minibuf.texi (Basic Completion): 4th arg to all-completions is
3465 obsolete.
3466
3467 * processes.texi (Process Buffers):
3468 Document process-kill-buffer-query-function.
3469
3470 2009-12-05 Glenn Morris <rgm@gnu.org>
3471
3472 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
3473 diary-display-function, and no longer recommended to be a hook.
3474 Update for changes in the names of calendar and diary hooks.
3475 diary-print-entries-hook has changed section.
3476
3477 2009-11-28 Eli Zaretskii <eliz@gnu.org>
3478
3479 * text.texi (Special Properties): More accurate description of
3480 what the `cursor' property does.
3481
3482 2009-11-26 Kevin Ryde <user42@zip.com.au>
3483
3484 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
3485 mouse-wheel-down-event, the closest thing to a definition for them.
3486 * os.texi (Startup Summary): vindex inhibit-startup-message and
3487 inhibit-splash-screen.
3488 (Command-Line Arguments): vindex argv.
3489 (Suspending Emacs): vindex suspend-tty-functions and
3490 resume-tty-functions. Don't want to index every hook, but having
3491 the programming ones is helpful.
3492
3493 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3494
3495 * commands.texi (Motion Events): Fix typo (Bug#4907).
3496
3497 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3498
3499 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
3500 are affected by case-fold-search (Bug#4483).
3501
3502 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
3503
3504 * minibuf.texi (Reading File Names): Note that read-file-name may
3505 use a graphical file dialog.
3506
3507 2009-10-31 Glenn Morris <rgm@gnu.org>
3508
3509 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
3510
3511 2009-10-16 Kevin Ryde <user42@zip.com.au>
3512
3513 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
3514 in particular so `info-lookup-symbol' can find its docs.
3515
3516 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
3517
3518 * variables.texi (Constant Variables): Distinguish from defconst
3519 variables.
3520 (Defining Variables): Add cindex.
3521
3522 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
3523
3524 * os.texi (Time of Day): Clarify that the microsecond part is
3525 ignored (Bug#4637).
3526
3527 2009-10-11 Glenn Morris <rgm@gnu.org>
3528
3529 * frames.texi (Size and Position): Clarify what is included in the frame
3530 height. (Bug#4535)
3531
3532 2009-10-10 Glenn Morris <rgm@gnu.org>
3533
3534 * windows.texi (Size of Window): The relationship between window and
3535 frame heights is not so simple. (Bug#4535)
3536 Mention window-full-height-p.
3537
3538 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3539
3540 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
3541 used from Lisp.
3542
3543 2009-10-07 Eli Zaretskii <eliz@gnu.org>
3544
3545 * files.texi (Directory Names) <abbreviate-file-name>:
3546 Document that root home directories are not replaced with "~".
3547
3548 2009-10-06 Eli Zaretskii <eliz@gnu.org>
3549
3550 * text.texi (Special Properties): Document the meaning of the
3551 `cursor' text property whose value is an integer.
3552
3553 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3554
3555 * files.texi (Magic File Names): Add `copy-directory'.
3556
3557 2009-10-05 Eli Zaretskii <eliz@gnu.org>
3558
3559 * files.texi (File Attributes): Fix description of file
3560 attributes. (Bug#4638) Update attributes of files.texi example to
3561 be more representative.
3562
3563 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
3564
3565 * files.texi (Create/Delete Dirs): New command copy-directory.
3566
3567 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3568
3569 * anti.texi (Antinews):
3570 * macros.texi (Indenting Macros):
3571 * strings.texi (Creating Strings, Case Conversion):
3572 Remove duplicate words.
3573
3574 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
3575
3576 * files.texi (Create/Delete Dirs): delete-directory has an
3577 optional parameter RECURSIVE.
3578
3579 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3580
3581 * buffers.texi (Swapping Text): Minor clarification.
3582
3583 2009-10-01 Glenn Morris <rgm@gnu.org>
3584
3585 * functions.texi (Declaring Functions): Mention that we also search for
3586 ".m" files in the src/ directory.
3587
3588 2009-09-25 David Engster <deng@randomsample.de>
3589
3590 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
3591
3592 2009-09-22 Glenn Morris <rgm@gnu.org>
3593
3594 * internals.texi (Building Emacs): Mention preloaded-file-list.
3595
3596 2009-09-14 Alan Mackenzie <acm@muc.de>
3597
3598 * os.texi (Terminal Output): Put "@code{}" around "stdout".
3599
3600 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
3601
3602 * functions.texi (Anonymous Functions): Rearrange discussion,
3603 giving usage of unquoted lambda forms first. Mention that
3604 `function' and `#'' are no longer required (Bug#4290).
3605
3606 2009-09-11 Alan Mackenzie <acm@muc.de>
3607
3608 * os.texi (Terminal Output): Document `send-string-to-terminal' in
3609 batch mode.
3610
3611 2009-09-01 Glenn Morris <rgm@gnu.org>
3612
3613 * display.texi (Face Functions): Mention define-obsolete-face-alias.
3614
3615 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
3616
3617 * nonascii.texi (Character Codes): Fix typos.
3618
3619 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
3620
3621 * processes.texi (Synchronous Processes): New defvar
3622 process-file-side-effects.
3623
3624 2009-08-25 Glenn Morris <rgm@gnu.org>
3625
3626 * display.texi (Fontsets): Fix typo.
3627
3628 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
3629
3630 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3631
3632 * processes.texi (Asynchronous Processes): Adjust arglist of
3633 start-process-shell-command and start-file-process-shell-command.
3634
3635 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
3636
3637 * advice.texi (Argument Access in Advice): Note that argument
3638 positions are zero-based (Bug#3932).
3639
3640 * commands.texi (Distinguish Interactive): Minor copyedit.
3641
3642 * display.texi (Face Attributes): Add xref to Displaying Faces for
3643 explanation of "underlying face".
3644
3645 * customize.texi (Common Keywords): Add xref to Loading.
3646
3647 * loading.texi (How Programs Do Loading): Add xref to Lisp
3648 Libraries node in the Emacs manual.
3649
3650 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
3651
3652 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
3653
3654 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
3655
3656 * processes.texi (Shell Arguments): Copyedits.
3657
3658 2009-07-18 Glenn Morris <rgm@gnu.org>
3659
3660 * loading.texi (Repeated Loading): Fix typo.
3661
3662 2009-07-16 Richard Stallman <rms@gnu.org>
3663
3664 * buffers.texi (Swapping Text): Recommend setting
3665 write-region-annotate-functions and buffer-saved-size.
3666
3667 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
3668
3669 2009-07-15 Glenn Morris <rgm@gnu.org>
3670
3671 * edebug.texi: Minor re-phrasings throughout.
3672 (Edebug Execution Modes): Sit-for affects continue mode too.
3673 (Jumping): Use `forward-sexp' rather than its keybinding.
3674 (Edebug Misc): Fix Q binding.
3675 (Edebug Eval): Remove cl version.
3676 (Printing in Edebug): Clarify print-length etc.
3677 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
3678 (Specification List): Remove edebug-unwrap findex entry.
3679 (Specification Examples): defmacro is actually not the same as defun.
3680 Escape "`" in example.
3681
3682 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
3683
3684 * markers.texi (The Mark): Document optional arg to
3685 deactivate-mark.
3686
3687 2009-07-11 Kevin Ryde <user42@zip.com.au>
3688
3689 * hooks.texi (Standard Hooks): Fix cross-references.
3690
3691 * loading.texi (Named Features): Refer to eval-after-load.
3692
3693 2009-07-11 Glenn Morris <rgm@gnu.org>
3694
3695 * Makefile.in (TEXI2PDF): New.
3696 (elisp.pdf): New target.
3697
3698 * searching.texi (Regexp Backslash): Fix typo.
3699
3700 * elisp.texi (Top): Display copyright notice at start of non-TeX.
3701
3702 2009-07-10 Glenn Morris <rgm@gnu.org>
3703
3704 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
3705
3706 * customize.texi (Customization Types):
3707 * display.texi (Abstract Display):
3708 * objects.texi (Character Type, String Type):
3709 Merge in some menu descriptions from elisp.texi.
3710
3711 * hash.texi (Hash Tables):
3712 * modes.texi (Multiline Font Lock):
3713 End menu description with period.
3714
3715 2009-07-09 Glenn Morris <rgm@gnu.org>
3716
3717 * back.texi: Don't hard-code texinfo location.
3718
3719 * two-volume.make (texinfodir): New, with location of texinfo.tex.
3720 (tex): Add texinfodir to TEXINPUTS.
3721 (elisp1med-init, elisp2med-init): Use texinfodir.
3722
3723 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
3724 (clean): Add two-volume.make intermediate files.
3725
3726 * elisp.texi, vol1.texi, vol2.texi:
3727 Use a DATE variable with the publication date, and update it.
3728 Fix antinews menu description.
3729
3730 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
3731 Update the detailed node listing to match elisp.texi.
3732
3733 * README: Update edition to match elisp.texi.
3734
3735 * objects.texi (General Escape Syntax):
3736 * nonascii.texi (Character Sets):
3737 Use consistent case for "Unicode Standard".
3738
3739 * anti.texi (Antinews):
3740 * customize.texi (Variable Definitions):
3741 * functions.texi (Declaring Functions):
3742 * nonascii.texi (Character Properties):
3743 * processes.texi (Serial Ports):
3744 * text.texi (Special Properties):
3745 * tips.texi (Coding Conventions):
3746 Minor rearrangements to improve TeX line-filling.
3747
3748 * commands.texi (Using Interactive): Fix cross-reference.
3749
3750 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3751
3752 * frames.texi (Management Parameters): Mention sticky.
3753
3754 2009-07-01 Andreas Schwab <aschwab@redhat.com>
3755
3756 * help.texi (Help Functions): Fix description of help-buffer and
3757 help-setup-xref to use @defun instead of @deffn.
3758
3759 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
3760
3761 * frames.texi (Size Parameters): Mention maximized for fullscreen.
3762
3763 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
3764
3765 * display.texi (Window Systems): Add ns to the list.
3766
3767 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3768
3769 * Branch for 23.1.
3770
3771 2009-06-17 Martin Rudalics <rudalics@gmx.at>
3772
3773 * windows.texi (Dedicated Windows): Fix typo.
3774 (Resizing Windows): Replace @defun by @deffn.
3775
3776 2009-06-17 Glenn Morris <rgm@gnu.org>
3777
3778 * variables.texi (Directory Local Variables):
3779 Update for 2009-04-11 name-change of dir-locals-directory-alist.
3780
3781 2009-06-09 Kenichi Handa <handa@m17n.org>
3782
3783 * nonascii.texi (Character Sets): State clearly that FROM and TO
3784 are codepoints of CHARSET.
3785
3786 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
3787
3788 * minibuf.texi (Reading File Names): Fix introductory text.
3789 Suggested by stan@derbycityprints.com.
3790 (High-Level Completion): Fix typo.
3791
3792 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
3793
3794 * frames.texi (Text Terminal Colors): Multi-tty is already
3795 implemented, but tty-local colors are not.
3796
3797 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
3798
3799 * hooks.texi (Standard Hooks): Remove mention of obsolete
3800 redisplay-end-trigger-functions.
3801
3802 * internals.texi (Window Internals): Remove mention of obsolete
3803 redisplay-end-trigger-functions.
3804
3805 2009-05-21 Martin Rudalics <rudalics@gmx.at>
3806
3807 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
3808
3809 * backups.texi (Making Backups): backup-directory-alist and
3810 make-backup-file-name-function are options.
3811 (Auto-Saving): auto-save-list-file-prefix is an option.
3812
3813 * buffers.texi (Killing Buffers): buffer-offer-save is an
3814 option.
3815
3816 * display.texi (Refresh Screen): no-redraw-on-reenter is an
3817 option.
3818 (Echo Area Customization): echo-keystrokes is an option.
3819 (Selective Display): selective-display-ellipses is an option.
3820 (Temporary Displays): temp-buffer-show-function is an option.
3821 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
3822 are options.
3823 (Font Selection): face-font-family-alternatives,
3824 face-font-selection-order, face-font-registry-alternatives, and
3825 scalable-fonts-allowed are options.
3826 (Fringe Indicators): indicate-buffer-boundaries is an option.
3827 (Fringe Cursors): overflow-newline-into-fringe is an option.
3828 (Scroll Bars): scroll-bar-mode is an option.
3829
3830 * eval.texi (Eval): max-lisp-eval-depth is an option.
3831
3832 * files.texi (Visiting Functions): find-file-hook is an option.
3833 (Directory Names): directory-abbrev-alist is an option.
3834 (Unique File Names): temporary-file-directory and
3835 small-temporary-file-directory are options.
3836
3837 * frames.texi (Initial Parameters): initial-frame-alist,
3838 minibuffer-frame-alist and default-frame-alist are options.
3839 (Cursor Parameters): blink-cursor-alist and
3840 cursor-in-non-selected-windows ar options.
3841 (Window System Selections): selection-coding-system is an
3842 option.
3843 (Display Feature Testing): display-mm-dimensions-alist is an
3844 option.
3845
3846 * help.texi (Help Functions): help-char and help-event-list are
3847 options.
3848
3849 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
3850 an option.
3851
3852 * minibuf.texi (Minibuffer History): history-length and
3853 history-delete-duplicates are options.
3854 (High-Level Completion): read-buffer-function and
3855 read-buffer-completion-ignore-case are options.
3856 (Reading File Names): read-file-name-completion-ignore-case is
3857 an option.
3858
3859 * modes.texi (Mode Line Top): mode-line-format is an option.
3860 (Mode Line Variables): mode-line-position and mode-line-modes
3861 are options.
3862
3863 * nonascii.texi (Text Representations):
3864 enable-multibyte-characters is an option.
3865 (Default Coding Systems): auto-coding-regexp-alist,
3866 file-coding-system-alist, auto-coding-alist and
3867 auto-coding-functions are options.
3868 (Specifying Coding Systems): inhibit-eol-conversion is an
3869 option.
3870
3871 * os.texi (Init File): site-run-file is an option.
3872 (System Environment): mail-host-address is an option.
3873 (User Identification): user-mail-address is an option.
3874 (Terminal Output): baud-rate is an option.
3875
3876 * positions.texi (Word Motion): words-include-escapes is an
3877 option.
3878
3879 * searching.texi (Standard Regexps): page-delimiter,
3880 paragraph-separate, paragraph-separate and sentence-end are
3881 options.
3882
3883 * text.texi (Margins): left-margin and fill-nobreak-predicate
3884 are options.
3885
3886 * variables.texi (Local Variables): max-specpdl-size is an
3887 option.
3888
3889 * windows.texi (Choosing Window):
3890 split-window-preferred-function, special-display-function and
3891 display-buffer-function are options.
3892
3893 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
3894
3895 Fix errors spotted by Martin Rudalics.
3896
3897 * syntax.texi (Position Parse): Document rationale for ignored
3898 arguments to syntax-ppss-flush-cache.
3899
3900 * processes.texi (Input to Processes): Mark PROCESS arg to
3901 process-running-child-p as optional.
3902 (Network Options): Document NO-ERROR arg to
3903 set-network-process-option.
3904
3905 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
3906 command.
3907
3908 * searching.texi (POSIX Regexps): Mark posix-search-forward and
3909 posix-search-backward as commands.
3910
3911 * os.texi (Killing Emacs): Mark kill-emacs as a command.
3912 (Suspending Emacs): Mark suspend-emacs as a command.
3913 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
3914 commands.
3915 (Terminal Output): Remove obsolete function baud-rate.
3916 Document TERMINAL arg for send-string-to-terminal.
3917
3918 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
3919 terminal-coding-system and set-terminal-coding-system.
3920 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
3921 as optional.
3922 (Character Sets): Document RESTRICTION arg of char-charset.
3923 (Character Codes): Mark POS argument to get-byte as optional.
3924
3925 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
3926 minibuffer-message.
3927
3928 * files.texi (Create/Delete Dirs): Mark make-directory and
3929 delete-directory as commands.
3930
3931 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
3932
3933 * text.texi (Base 64): Mark base64-decode-string and
3934 base64-encode-string as commands.
3935 (Columns): Mark move-to-column as a command.
3936 (Mode-Specific Indent): Document RIGID arg to
3937 indent-for-tab-command.
3938 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
3939 Mark indent-code-rigidly as a command.
3940 (Substitution): Mark translate-region as a command.
3941
3942 * frames.texi (Size and Position): Remove obsolete functions
3943 screen-height and screen-width.
3944
3945 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
3946
3947 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
3948 (Displaying Buffers, Resizing Windows): Correct mistakes;
3949 next-window, previous-window, and pop-to-buffer are not commands,
3950 and fit-window-to-buffer" is a command. (Pointed out by Martin
3951 Rudalics.)
3952
3953 2009-05-17 Richard M Stallman <rms@gnu.org>
3954
3955 * modes.texi (Precalculated Fontification): Clarify text.
3956
3957 2009-05-17 Martin Rudalics <rudalics@gmx.at>
3958
3959 * windows.texi (Selecting Windows): Clarify descriptions of
3960 with-selected-window and get-lru-window.
3961 (Cyclic Window Ordering): Refer to particular frame when talking
3962 about how splitting affects the ordering.
3963 (Displaying Buffers): Fix descriptions of switch-to-buffer and
3964 switch-to-buffer-other-window. Explain how setting of
3965 display-buffer-reuse-frames affects pop-to-buffer.
3966 (Choosing Window): Clarify some details in descriptions of
3967 display-buffer-reuse-frames, pop-up-frames, and
3968 pop-up-frame-function.
3969 (Dedicated Windows): Clarify some details.
3970 (Textual Scrolling): Replace term vscroll by term vertical
3971 scroll position.
3972 (Vertical Scrolling): Fix typo.
3973 (Window Hooks): Relate text on jit-lock-register to window
3974 scrolling and size changes.
3975
3976 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
3977
3978 * frames.texi (Initial Parameters): Clarify what the initial
3979 minibuffer frame is.
3980 (Buffer Parameters): Note that the minibuffer parameter can not be
3981 altered.
3982
3983 * anti.texi (Antinews): Copyedits. Rearrange some entries.
3984 Document display-buffer changes.
3985
3986 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
3987
3988 * anti.texi (Antinews): Rewrite for Emacs 22.
3989
3990 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
3991 obarrays are first mentioned. Define "system abbrev" more
3992 prominently, and add it to the index.
3993 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
3994 Copyedits.
3995 (Abbrev Expansion): Document abbrev-insert.
3996
3997 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
3998
3999 * frames.texi (Font and Color Parameters): Rename from Color
4000 Parameters. Document font-backend parameter.
4001
4002 * vol2.texi (Top): Update node listing.
4003 * vol1.texi (Top): Update node listing.
4004 * elisp.texi (Top): Update node listing.
4005
4006 2009-05-11 Martin Rudalics <rudalics@gmx.at>
4007
4008 * windows.texi (Choosing Window): Don't explicitly refer to
4009 split-window-sensibly's window argument in descriptions of
4010 split-height-threshold and split-width-threshold.
4011
4012 2009-05-10 Martin Rudalics <rudalics@gmx.at>
4013
4014 * windows.texi (Choosing Window): Fix rewrite of window
4015 splitting section.
4016
4017 2009-05-09 Eli Zaretskii <eliz@gnu.org>
4018
4019 * nonascii.texi (Default Coding Systems):
4020 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
4021 Add indexing.
4022 (Lisp and Coding Systems): Add index entries.
4023
4024 2009-05-09 Martin Rudalics <rudalics@gmx.at>
4025
4026 * windows.texi (Choosing Window): Describe split-window-sensibly
4027 and rewrite section on window splitting accordingly.
4028 (Textual Scrolling): Replace `...' by @code{...}.
4029
4030 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
4031
4032 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
4033 Remove obsoleted pre-abbrev-expand-hook.
4034
4035 * locals.texi (Standard Buffer-Local Variables): Consolidate table
4036 entries.
4037
4038 * internals.texi (Object Internals): Don't assume 32-bit machines
4039 are the norm.
4040 (Buffer Internals): Consolidate table entries for readability.
4041 (Window Internals): Synch field names to window.h.
4042 (Process Internals): Synch field names to process.h.
4043
4044 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
4045
4046 * variables.texi (File Local Variables): Note that read-circle is
4047 bound to nil when reading file-local variables.
4048
4049 * streams.texi (Input Functions): Document read-circle.
4050 (Output Variables): Add xref to Circular Objects.
4051
4052 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
4053
4054 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
4055 Features and Coding System Basics. Node that "p" stands for
4056 "predicate". Recommend utf-8-emacs instead of emacs-mule.
4057 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
4058 mouse-appearance-menu.
4059 (Programming Tips): Add xref to Progress.
4060
4061 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
4062
4063 * os.texi (Command-Line Arguments):
4064 Document command-line-args-left.
4065 (Suspending Emacs): Adapt text to multi-tty case. Document use of
4066 terminal objects for tty arguments.
4067 (Startup Summary): Add xref to Session Management.
4068 (Session Management): Mention emacs-session-restore. Copyedits.
4069
4070 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
4071
4072 * os.texi (Startup Summary): Copyedits. The init file is not
4073 necessarily named .emacs now. Document initial-buffer-choice and
4074 initial-scratch-message. Note where Emacs exits in batch mode.
4075 Document inhibit-splash-screen as an alias.
4076 (Init File): Be neutral about which init file name to use.
4077
4078 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
4079
4080 * os.texi (System Interface): Fix Texinfo usage.
4081
4082 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
4083
4084 * searching.texi (Regexp Backslash): Also refer to shy groups as
4085 non-capturing or unnumbered groups.
4086 (Regexp Functions): Add cross-reference to Regexp Backslash.
4087
4088 * display.texi (Truncation): Overlays can use line-prefix and
4089 wrap-prefix too.
4090 (Overlay Properties): Document wrap-prefix and line-prefix.
4091 (Face Attributes): Document underline-minimum-offset.
4092 (Face Remapping): Copyedits.
4093 (Low-Level Font): Copyedits.
4094 (Image Cache): Note that the image cache is shared between frames.
4095 (Line Height): Emphasize that line-spacing only takes effect on
4096 graphical terminals.
4097
4098 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
4099
4100 * display.texi (Refresh Screen): Note that a passage about screen
4101 refreshing is text terminal only.
4102 (Forcing Redisplay): Delete misleading comment---sit-for calls
4103 redisplay, not the other way around.
4104 (Truncation): Note new values of truncate-partial-width-windows.
4105 Copyedits.
4106 (Invisible Text): Document invisible-p.
4107
4108 2009-04-11 Eli Zaretskii <eliz@gnu.org>
4109
4110 * display.texi (Overlays): Overlays don't scale well. See
4111 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
4112
4113 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
4114
4115 * syntax.texi (Syntax Table Functions): Document cons cell
4116 argument for modify-syntax-entry.
4117 (Categories): Document cons cell argument for
4118 modify-category-entry.
4119
4120 * searching.texi (String Search): Document word-search-forward-lax
4121 and word-search-backward-lax.
4122 (Searching and Case): Describe isearch behavior more precisely.
4123
4124 * keymaps.texi (Tool Bar): Mention that some platforms do not
4125 support multi-line toolbars. Suggested by Stephen Eglen.
4126
4127 * frames.texi (Layout Parameters): Mention that Nextstep also
4128 allows only one tool-bar line. Suggested by Stephen Eglen.
4129
4130 * nonascii.texi (Text Representations): Copyedits.
4131 (Coding System Basics): Also mention utf-8-emacs.
4132 (Converting Representations, Selecting a Representation)
4133 (Scanning Charsets, Translation of Characters, Encoding and I/O):
4134 Copyedits.
4135 (Character Codes): Mention role of codepoints 1114112 to 4194175.
4136
4137 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
4138
4139 * text.texi (Yank Commands): Note that yank uses push-mark.
4140 (Filling): Clarify REGION argument of fill-paragraph.
4141 Document fill-forward-paragraph-function.
4142 (Special Properties): Remove "new in Emacs 22" declaration.
4143 (Clickable Text): Merge with Links and Mouse-1 node.
4144
4145 * display.texi (Button Properties, Button Buffer Commands):
4146 Change xref to Clickable Text.
4147
4148 * tips.texi (Key Binding Conventions): Change xref to Clickable
4149 Text.
4150
4151 * elisp.texi (Top): Update node listing.
4152
4153 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
4154
4155 * markers.texi (The Mark): Copyedits. Improve description of
4156 handle-shift-selection.
4157 (The Region): Move use-region-p here from The Mark.
4158
4159 * positions.texi (Screen Lines): Document (cols . lines) argument
4160 for vertical-motion.
4161
4162 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
4163
4164 * frames.texi (Frames): Clean up introduction. Document `ns'
4165 return value for framep.
4166 (Creating Frames): Note how the terminal is chosen.
4167 (Multiple Terminals, Multiple Displays): Merge into a single node.
4168 (Color Parameters): Fix typo.
4169
4170 * variables.texi (Local Variables, Buffer-Local Variables)
4171 (Creating Buffer-Local): Change link to Multiple Terminals.
4172
4173 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
4174
4175 * keymaps.texi (Controlling Active Maps): Change link to Multiple
4176 Terminals.
4177
4178 * commands.texi (Command Loop Info, Keyboard Macros): Change link
4179 to Multiple Terminals.
4180
4181 * elisp.texi (Top): Update node listing.
4182 * vol2.texi (Top): Update node listing.
4183 * vol1.texi (Top): Update node listing.
4184
4185 * buffers.texi (Current Buffer): Note that the append-to-buffer
4186 example is no longer in synch with the latest code. Tie the two
4187 examples together.
4188
4189 * files.texi (File Attributes): Move note about MS-DOS from
4190 Changing Files to File Attributes.
4191 (Create/Delete Dirs): Note that mkdir is an alias for this.
4192
4193 2009-04-01 Markus Triska <triska@gmx.at>
4194
4195 * processes.texi (Filter Functions): Suggest how to handle output
4196 batches.
4197
4198 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
4199
4200 * help.texi (Accessing Documentation): Update example to use
4201 help-setup-xref and with-help-window.
4202 (Help Functions): Remove print-help-return-message, which is
4203 semi-obsolete due to with-help-window. Document help-buffer and
4204 help-setup-xref.
4205
4206 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
4207
4208 * help.texi (Accessing Documentation, Help Functions):
4209 Remove information about long-obsolete Emacs versions.
4210
4211 * modes.texi (Mode Line Variables): The default values of the mode
4212 line variables are now more complicated.
4213
4214 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
4215
4216 * modes.texi (Major Mode Conventions): Note that specialness is
4217 inherited.
4218 (Derived Modes): Note that define-derive-mode sets the mode-class
4219 property.
4220
4221 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
4222 goto-map. Add search-map to the list.
4223
4224 2009-03-27 Eli Zaretskii <eliz@gnu.org>
4225
4226 * os.texi (System Environment): Update the list of system-type
4227 values.
4228
4229 * markers.texi (The Mark) <handle-shift-selection>: Update for
4230 removal of the optional argument DEACTIVATE.
4231
4232 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
4233
4234 * commands.texi (Focus Events): Most X window managers don't use
4235 focus-follows-mouse nowadays.
4236
4237 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
4238
4239 * commands.texi (Defining Commands): Clarify introduction.
4240 (Using Interactive): Not that interactive can be put in a symbol
4241 property.
4242 (Interactive Call): Note that a symbol with a non-nil
4243 interactive-form property satisfies commandp.
4244
4245 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
4246
4247 * minibuf.texi (Intro to Minibuffers): Fix typos.
4248
4249 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
4250
4251 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
4252 about minibuffers in old Emacs versions. Copyedits.
4253 Emphasize that enable-recursive-minibuffers defaults to nil.
4254 (Text from Minibuffer): Simplify introduction.
4255
4256 2009-03-22 Alan Mackenzie <acm@muc.de>
4257
4258 * commands.texi (Using Interactive): Clarify string argument to
4259 `interactive' - even promptless elements need \n separators.
4260
4261 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
4262
4263 * minibuf.texi (Completion Styles): New node.
4264
4265 * elisp.texi (Top): Update node listing.
4266
4267 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
4268
4269 * minibuf.texi (Basic Completion): Note that
4270 read-file-name-completion-ignore-case and
4271 read-buffer-completion-ignore-case can override
4272 completion-ignore-case.
4273 (Minibuffer Completion): Document completing-read changes.
4274 (Completion Commands): Avoid mentioning partial completion mode.
4275 Document minibuffer-completion-confirm changes, and
4276 minibuffer-confirm-exit-commands.
4277 (High-Level Completion): Document new require-match behavior for
4278 read-buffer. Document read-buffer-completion-ignore-case.
4279 (Reading File Names): Document new require-match behavior for
4280 read-file-name.
4281
4282 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
4283
4284 * debugging.texi (Error Debugging): Don't mislead the reader into
4285 thinking that debug-on-error enters debugger for C-f at EOB.
4286 (Error Debugging): Setting debug-on-init within the init file
4287 works, and has for some time.
4288
4289 2009-03-13 Kenichi Handa <handa@m17n.org>
4290
4291 * display.texi (Fontsets): Update the description.
4292
4293 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
4294
4295 * advice.texi (Advising Primitives): Link to What Is a Function.
4296
4297 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
4298
4299 * compile.texi (Speed of Byte-Code): Update example.
4300 (Disassembly): Update examples.
4301
4302 * loading.texi (Repeated Loading): Simplify examples.
4303
4304 * customize.texi (Common Keywords): It's not necessary to use :tag
4305 to remove hyphens, as custom-unlispify-tag-name does it
4306 automatically.
4307 (Variable Definitions): Link to File Local Variables.
4308 Document customized-value symbol property.
4309 (Customization Types): Move menu to end of node.
4310
4311 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
4312
4313 * macros.texi (Compiling Macros): Omit misleading sentence, which
4314 implied that macros can only be used in the same file they are
4315 defined.
4316 (Backquote): Remove obsolete information about Emacs 19.
4317
4318 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
4319
4320 * display.texi (Display Margins): Fix paren typo.
4321
4322 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
4323
4324 * elisp.texi (Top): Update node listing.
4325
4326 * variables.texi (Variables): Clarify introduction.
4327 (Global Variables): Mention that setq is a special form.
4328 (Local Variables): Use active voice.
4329 (Tips for Defining): Mention marking variables as safe.
4330 (Buffer-Local Variables): Mention terminal-local and frame-local
4331 variables together.
4332 (File Local Variables): Copyedits.
4333 (Frame-Local Variables): Note that they are not really useful.
4334 (Future Local Variables): Node deleted.
4335
4336 * objects.texi (General Escape Syntax): Update explanation of
4337 Unicode escape syntax.
4338
4339 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
4340
4341 * control.texi (Control Structures): Add cindex entry for "textual
4342 order".
4343
4344 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
4345 instead of "expression" throughout.
4346 (Function Indirection): Copyedits. Use active voice.
4347 (Eval): The default value of max-lisp-eval-depth is now 400.
4348
4349 2009-02-23 Miles Bader <miles@gnu.org>
4350
4351 * processes.texi (System Processes): Rename `system-process-attributes'
4352 to `process-attributes'.
4353
4354 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
4355
4356 * symbols.texi (Property Lists): Emphasize that property lists are
4357 not restricted to symbol cells.
4358 (Other Plists): Copyedit.
4359
4360 * sequences.texi (Sequences Arrays Vectors): Make introduction
4361 more concise.
4362 (Arrays): Mention char-tables and bool-vectors too.
4363 (Vectors): Don't repeat information given in Arrays node. Link to
4364 nodes that explain the vector usage examples.
4365 (Char-Tables): Note that char-table elements can have arbitrary
4366 type. Explain effect of omitted char-table-extra-slots property.
4367 Link to Property Lists node.
4368
4369 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
4370
4371 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
4372 `append'.
4373 (List Elements): Copyedits.
4374
4375 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
4376 of `vconcat'.
4377
4378 * strings.texi (Creating Strings): Copyedits. Remove obsolete
4379 Emacs 20 usage of `concat'.
4380 (Case Conversion): Copyedits.
4381
4382 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
4383
4384 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
4385 Minor edits.
4386 (Frame Configuration Type): Emphasize that it is not primitive.
4387 (Font Type): New node.
4388 (Type Predicates): Add fontp; type-of now recognizes font object
4389 types.
4390
4391 * intro.texi (Version Info): Update version numbers in examples.
4392 (Acknowledgements): List more contributors.
4393
4394 * elisp.texi: Bump version number to 3.0.
4395 (Top): Link to Font Type node.
4396
4397 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
4398
4399 * modes.texi (Major Mode Conventions): Remove duplicate words.
4400 (Customizing Keywords): Fix typo.
4401
4402 2009-02-14 Eli Zaretskii <eliz@gnu.org>
4403
4404 * nonascii.texi (User-Chosen Coding Systems): Document that
4405 select-safe-coding-system suggests raw-text if there are raw bytes
4406 in the region.
4407 (Explicit Encoding): Warn not to use `undecided' when encoding.
4408
4409 2009-02-11 Glenn Morris <rgm@gnu.org>
4410
4411 * frames.texi (Visibility of Frames): Mention the effect multiple
4412 workspaces/desktops can have on visibility.
4413
4414 2009-02-07 Eli Zaretskii <eliz@gnu.org>
4415
4416 * text.texi (Commands for Insertion):
4417 * commands.texi (Event Mod):
4418 * keymaps.texi (Searching Keymaps):
4419 * nonascii.texi (Translation of Characters):
4420 Reinstate documentation of translation-table-for-input.
4421 (Explicit Encoding): Document the `charset' text property produced
4422 by decode-coding-region and decode-coding-string.
4423
4424 2009-01-27 Alan Mackenzie <acm@muc.de>
4425
4426 * modes.texi (Search-based Fontification): Correct a typo.
4427
4428 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
4429
4430 * abbrevs.texi (Abbrev Table Properties): Fix typo.
4431 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
4432
4433 2009-01-24 Eli Zaretskii <eliz@gnu.org>
4434
4435 * display.texi (Window Systems): Document the value of
4436 `initial-window-system' under --daemon.
4437
4438 * os.texi (System Environment): Remove description of the
4439 `environment' function which has been deleted.
4440
4441 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4442
4443 * frames.texi (Multiple Displays): Remove documentation for
4444 removed function make-frame-on-tty.
4445
4446 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
4447
4448 * files.texi (Format Conversion Piecemeal): Clarify behavior of
4449 write-region-annotate-functions.
4450 Document write-region-post-annotation-function.
4451
4452 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
4453
4454 * display.texi (Font Lookup): Document WIDTH argument of
4455 x-list-fonts.
4456
4457 2009-01-17 Eli Zaretskii <eliz@gnu.org>
4458
4459 * maps.texi (Standard Keymaps): Rename function-key-map to
4460 local-function-key-map.
4461
4462 * keymaps.texi (Translation Keymaps): Rename function-key-map to
4463 local-function-key-map.
4464
4465 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
4466 and `set-keyboard-coding-system' now accept an optional terminal
4467 argument.
4468
4469 * commands.texi (Event Mod): `keyboard-translate-table' is now
4470 terminal-local.
4471 (Function Keys): Rename function-key-map to
4472 local-function-key-map.
4473
4474 * elisp.texi (Top): Make @detailmenu be consistent with changes in
4475 frames.texi.
4476
4477 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
4478 `delete-terminal-functions', `suspend-tty-functions' and
4479 `resume-tty-functions'.
4480
4481 * frames.texi (Frames): Document `frame-terminal' and
4482 `terminal-live-p'.
4483 (Multiple Displays): Document `make-frame-on-tty'.
4484 (Multiple Terminals): Document `terminal-list', `delete-terminal',
4485 `terminal-name', and `get-device-terminal'.
4486 (Terminal Parameters): Document `terminal-parameters',
4487 `terminal-parameter', and `set-terminal-parameter'.
4488
4489 * os.texi (System Environment): Document `environment' and
4490 `initial-environment'.
4491 (Suspending Emacs): Update for multi-tty; document
4492 `suspend-tty', `resume-tty', and `controlling-tty-p'.
4493
4494 * nonascii.texi (Coding System Basics): More accurate description
4495 of `raw-text'.
4496
4497 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
4498
4499 * display.texi (Low-Level Font): Fix typo.
4500
4501 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
4502
4503 * elisp.texi (Top): Update node listing.
4504
4505 * display.texi (PostScript Images): Node deleted.
4506
4507 2009-01-10 Eli Zaretskii <eliz@gnu.org>
4508
4509 * processes.texi (Decoding Output): Document that null bytes force
4510 no-conversion for reading process output.
4511
4512 * files.texi (Reading from Files): Document that null bytes force
4513 no-conversion when visiting files.
4514
4515 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
4516
4517 * nonascii.texi (Lisp and Coding Systems):
4518 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
4519 (Character Properties): Improve wording.
4520
4521 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
4522
4523 * display.texi (Font Lookup): Remove obsolete function
4524 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
4525 (Low-Level Font): Rename from Fonts, move to end of Faces section.
4526 (Font Selection): Reorder order of variable descriptions.
4527 Minor clarifications.
4528
4529 * elisp.texi (Top): Update node listing.
4530
4531 2009-01-09 Glenn Morris <rgm@gnu.org>
4532
4533 * commands.texi (Command Loop Info): Say that last-command-char and
4534 last-input-char are obsolete aliases.
4535
4536 * edebug.texi (Edebug Recursive Edit): Remove separate references to
4537 last-input-char and last-command-char, since they are just aliases for
4538 last-input-event and last-command-event.
4539
4540 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
4541 last-command-char.
4542
4543 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4544
4545 * elisp.texi: Update node listing.
4546
4547 * display.texi (Faces): Put Font Selection node after Auto Faces.
4548 (Face Attributes): Don't link to Font Lookup.
4549 Document font-family-list.
4550 (Fonts): New node.
4551
4552 2009-01-08 Jason Rumney <jasonr@gnu.org>
4553
4554 * frames.texi (Pointer Shape): Clarify that only X supports
4555 changing the standard pointer shapes. (Bug#1485)
4556
4557 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4558
4559 * display.texi (Attribute Functions): Note that a function value
4560 :height is relative, and that compatibility functions work by
4561 calling set-face-attribute.
4562 (Displaying Faces): Reorder list in order of increasing priority.
4563 (Face Remapping): New node. Content moved here from Displaying
4564 Faces.
4565 (Glyphs): Link to Face Functions.
4566
4567 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
4568
4569 * display.texi (Faces): Don't discuss face id here. facep does
4570 not return t.
4571 (Defining Faces): Minor clarification.
4572 (Face Attributes): Rearrange items to match docstring of
4573 set-face-attribute. Add :foundry attribute. Document new role of
4574 :font attribute. Texinfo usage fix.
4575 (Attribute Functions): Copyedits.
4576 (Face Functions): Note that face number is seldom used.
4577
4578 2009-01-05 Richard M Stallman <rms@gnu.org>
4579
4580 * strings.texi (Predicates for Strings): Minor clarification.
4581
4582 * functions.texi (Function Safety): Texinfo usage fix.
4583
4584 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
4585
4586 * objects.texi (General Escape Syntax): Fix typo.
4587
4588 2009-01-03 Martin Rudalics <rudalics@gmx.at>
4589
4590 * windows.texi (Choosing Window): Say that pop-up-frame-alist
4591 works via the default value of pop-up-frame-function.
4592
4593 2009-01-02 Eli Zaretskii <eliz@gnu.org>
4594
4595 * processes.texi (System Processes): Document the `time' and
4596 `ctime' attributes of `system-process-attributes'.
4597
4598 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
4599
4600 * display.texi (Face Attributes): Clarify :height attribute.
4601
4602 2008-12-31 Martin Rudalics <rudalics@gmx.at>
4603
4604 * buffers.texi (The Buffer List): Clarify what moves a buffer to
4605 the front of the buffer list. Add entries for `last-buffer' and
4606 `unbury-buffer'.
4607
4608 2008-12-27 Eli Zaretskii <eliz@gnu.org>
4609
4610 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
4611 and its subsections.
4612
4613 * frames.texi (Multiple Terminals, Low-level Terminal)
4614 (Terminal Parameters, Frames on Other TTY devices): New sections.
4615 (Frames): Add an xref to "Multiple Terminals".
4616
4617 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
4618
4619 * objects.texi (Terminal Type): New node.
4620 (Editing Types): Add it to the menu.
4621
4622 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
4623 Variables".
4624
4625 * variables.texi (Directory Local Variables): New node.
4626 (Variables): Add a menu item for it.
4627
4628 * loading.texi (Autoload): Document `generate-autoload-cookie' and
4629 `generated-autoload-file'.
4630
4631 2008-12-20 Eli Zaretskii <eliz@gnu.org>
4632
4633 * os.texi (Startup Summary): Add xref to documentation of
4634 `initial-window-system'.
4635
4636 * display.texi (Window Systems): Document `window-system' the
4637 function. The variable `window-system' is now frame-local.
4638 Document `initial-window-system'.
4639
4640 2008-12-19 Martin Rudalics <rudalics@gmx.at>
4641
4642 * windows.texi (Windows): Rewrite description of
4643 fit-window-to-buffer.
4644
4645 2008-12-13 Glenn Morris <rgm@gnu.org>
4646
4647 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
4648 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
4649
4650 2008-12-12 Glenn Morris <rgm@gnu.org>
4651
4652 * debugging.texi (Error Debugging): Refer forwards to
4653 eval-expression-debug-on-error.
4654
4655 2008-12-05 Eli Zaretskii <eliz@gnu.org>
4656
4657 * strings.texi (String Basics): Only unibyte strings that
4658 represent key sequences hold 8-bit raw bytes.
4659
4660 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
4661 paragraph to speak about `undecided'.
4662 (Character Properties): Don't explain the meaning of each
4663 property; instead, identify their Unicode Standard names.
4664 (Character Sets): Document `map-charset-chars'.
4665
4666 2008-12-02 Glenn Morris <rgm@gnu.org>
4667
4668 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
4669 section yet again.
4670
4671 2008-11-29 Eli Zaretskii <eliz@gnu.org>
4672
4673 * nonascii.texi (Character Properties): New Section.
4674 (Specifying Coding Systems): Document
4675 `coding-system-priority-list', `set-coding-system-priority', and
4676 `with-coding-priority'.
4677 (Lisp and Coding Systems): Document `check-coding-systems-region'
4678 and `coding-system-charset-list'.
4679 (Coding System Basics): Document `coding-system-aliases'.
4680
4681 * elisp.texi (Top): Add a @detailmenu entry for "Character
4682 Properties".
4683
4684 * objects.texi (Character Type): Correct the range of Emacs
4685 characters. Add an @xref to "Character Codes".
4686
4687 * strings.texi (String Basics): Add an @xref to "Character Codes".
4688
4689 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
4690
4691 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
4692 (Character Codes): Document `max-char'.
4693
4694 2008-11-28 Eli Zaretskii <eliz@gnu.org>
4695
4696 * nonascii.texi (Text Representations, Converting Representations)
4697 (Character Sets, Scanning Charsets, Translation of Characters):
4698 Make text more accurate.
4699
4700 2008-11-28 Glenn Morris <rgm@gnu.org>
4701
4702 * files.texi (Format Conversion Round-Trip): Improve previous change.
4703
4704 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
4705
4706 * modes.texi (Auto Major Mode): Fix example.
4707
4708 2008-11-25 Glenn Morris <rgm@gnu.org>
4709
4710 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
4711
4712 * files.texi (Format Conversion Round-Trip):
4713 Use active voice for previous change.
4714
4715 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
4716
4717 * os.texi (Processor Run Time):
4718 * processes.texi (Transaction Queues):
4719 * markers.texi (The Mark):
4720 * windows.texi (Choosing Window, Selecting Windows):
4721 * files.texi (Changing Files, Magic File Names):
4722 * commands.texi (Key Sequence Input):
4723 * functions.texi (Declaring Functions):
4724 * strings.texi (Predicates for Strings):
4725 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
4726
4727 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
4728
4729 * help.texi (Accessing Documentation): Update example.
4730
4731 * variables.texi (Defining Variables): Note that `*' is not
4732 necessary if defcustom is used.
4733
4734 2008-11-22 Eli Zaretskii <eliz@gnu.org>
4735
4736 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
4737 Characters" from @detailmenu.
4738
4739 * nonascii.texi (Character Codes, Character Sets)
4740 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
4741 (Chars and Bytes, Splitting Characters): Sections removed.
4742
4743 2008-11-22 Lute Kamstra <lute@gnu.org>
4744
4745 * positions.texi (Text Lines): Update goto-line documentation.
4746
4747 2008-11-21 Martin Rudalics <rudalics@gmx.at>
4748
4749 * frames.texi (Frames): Fix typo, add cross references, reword.
4750 (Initial Parameters): Reword special-display-frame-alist text.
4751 (Frames and Windows): Reword. Describe argument norecord for
4752 set-frame-selected-window.
4753 (Input Focus): Describe argument norecord for select-frame.
4754 Remove comment on MS-Windows behavior for focus-follows-mouse.
4755 (Raising and Lowering): Mention windows-frames dichotomy in
4756 metaphor.
4757
4758 * windows.texi (Displaying Buffers, Vertical Scrolling)
4759 (Horizontal Scrolling): Fix indenting and rewording issues
4760 introduced with 2008-11-07 change.
4761
4762 2008-11-20 Glenn Morris <rgm@gnu.org>
4763
4764 * files.texi (Format Conversion Round-Trip): Mention `preserve'
4765 element of `format-alist'.
4766
4767 2008-11-19 Glenn Morris <rgm@gnu.org>
4768
4769 * doclicense.texi: Update to FDL 1.3.
4770 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
4771
4772 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
4773
4774 * windows.texi (Window Hooks): Remove *-end-trigger-functions
4775 vars, which are obsolete. Mention jit-lock-register.
4776
4777 * modes.texi (Other Font Lock Variables):
4778 Document jit-lock-register and jit-lock-unregister.
4779
4780 * frames.texi (Color Parameters): Document alpha parameter.
4781
4782 2008-11-16 Martin Rudalics <rudalics@gmx.at>
4783
4784 * windows.texi (Splitting Windows, Deleting Windows)
4785 (Selecting Windows, Cyclic Window Ordering)
4786 (Buffers and Windows, Displaying Buffers, Choosing Window)
4787 (Dedicated Windows, Window Point, Window Start and End)
4788 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
4789 (Size of Window, Resizing Windows, Window Configurations)
4790 (Window Parameters): Avoid @var at beginning of sentences and
4791 reword accordingly.
4792
4793 2008-11-11 Lute Kamstra <lute@gnu.org>
4794
4795 * files.texi (File Name Components): Fix file-name-extension
4796 documentation.
4797
4798 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
4799
4800 * frames.texi (Basic Parameters): Remove display-environment-variable
4801 and term-environment-variable.
4802
4803 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4804
4805 * windows.texi (Basic Windows, Splitting Windows)
4806 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
4807 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
4808 (Resizing Windows, Window Configurations, Window Parameters):
4809 Fix wording and markup.
4810
4811 2008-11-07 Martin Rudalics <rudalics@gmx.at>
4812
4813 * windows.texi (Windows): Update entries.
4814 (Basic Windows): Remove listing of attributes. Reword.
4815 (Splitting Windows, Deleting Windows): Reword.
4816 (Selecting Windows, Cyclic Window Ordering): Reword with special
4817 emphasis on order of recently selected windows and buffer list.
4818 (Buffers and Windows, Choosing Window): Reword with special
4819 emphasis on dedicated windows.
4820 (Displaying Buffers): Reword. For switch-to-buffer mention that
4821 it may fall back on pop-to-buffer. For other-window try to
4822 explain how it treats the cyclic ordering of windows.
4823 (Dedicated Windows): New node and section discussing dedicated
4824 windows and associated functions.
4825 (Window Point): Add entry for window-point-insertion-type. Reword.
4826 (Window Start and End): Rename node and section title. Reword.
4827 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
4828 Minor rewording.
4829 (Size of Window): Reword, in particular text on window-width.
4830 (Resizing Windows): Reword. Add text on balancing windows.
4831 (Window Configurations): Reword. Mention window parameters.
4832 (Window Parameters): New node and section on window parameters.
4833 (Window Hooks): Reword. Mention that
4834 window-configuration-change-hook is run "buffer-locally".
4835 * elisp.texi (Top): Update Windows entries in @detailmenu
4836 section.
4837
4838 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4839
4840 * searching.texi (Regexp Search): Fix typo.
4841
4842 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4843
4844 * searching.texi (Regexp Search): Document GREEDY arg.
4845 (Simple Match Data): Fix return value.
4846
4847 2008-11-01 Eli Zaretskii <eliz@gnu.org>
4848
4849 * nonascii.texi (Text Representations): Rewrite to make consistent
4850 with Emacs 23 internal representation of characters.
4851 Document `unibyte-string'.
4852
4853 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
4854
4855 * processes.texi (Process Information): Note that process-status
4856 does not accept buffer names.
4857
4858 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
4859
4860 * positions.texi (Skipping Characters): Correct return value of
4861 skip-chars-forward.
4862
4863 2008-10-25 Martin Rudalics <rudalics@gmx.at>
4864
4865 * windows.texi (Deleting Windows): Update documentation of
4866 delete-windows-on.
4867 (Buffers and Windows): Update documentations of
4868 get-buffer-window and get-buffer-window-list.
4869 (Displaying Buffers): Update documentation of
4870 replace-buffer-in-windows.
4871
4872 * buffers.texi (Current Buffer): Reword set-buffer and
4873 with-current-buffer documentations.
4874 (Creating Buffers): Reword documentation of get-buffer-create.
4875
4876 2008-10-23 Martin Rudalics <rudalics@gmx.at>
4877
4878 * buffers.texi (Current Buffer): Reword documentation of
4879 set-buffer.
4880 (Buffer Names): Reword documentation of buffer-name.
4881 (The Buffer List): For bury-buffer explain what happens with the
4882 buffer's window.
4883 (Creating Buffers): Say that get-buffer-create's arg is called
4884 buffer-or-name.
4885
4886 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
4887
4888 * advice.texi (Computed Advice): Explain what DEFINITION is.
4889
4890 * nonascii.texi (Character Codes): Remove obsolete function
4891 char-valid-p, and document characterp instead.
4892
4893 2008-10-22 Martin Rudalics <rudalics@gmx.at>
4894
4895 * windows.texi (Displaying Buffers): Reword documentation of
4896 pop-to-buffer.
4897 (Choosing Window): Rewrite documentation of display-buffer and
4898 its options.
4899
4900 * buffers.texi (Killing Buffers): Update documentation of
4901 kill-buffer.
4902
4903 2008-10-21 Eli Zaretskii <eliz@gnu.org>
4904
4905 * processes.texi (Serial Ports): Fix wording and improve markup.
4906
4907 * searching.texi (Regexp Search): Document `string-match-p' and
4908 `looking-at-p'.
4909 (POSIX Regexps): Add an xref for "non-greedy".
4910 (Regexp Special): Add @cindex entry for "non-greedy".
4911
4912 * display.texi (Attribute Functions): Document `face-all-attributes'.
4913 (Image Cache) <image-refresh>: Minor wording fixes.
4914
4915 * frames.texi (Color Names): Add an xref to `read-color'.
4916
4917 * minibuf.texi (High-Level Completion): Document `read-color'.
4918
4919 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
4920
4921 * positions.texi (Narrowing): Add an xref to "Swapping Text".
4922
4923 * buffers.texi (Swapping Text): New section, documents
4924 `buffer-swap-text'.
4925
4926 2008-10-21 Martin Rudalics <rudalics@gmx.at>
4927
4928 * windows.texi (Resizing Windows): Minor wording fix.
4929
4930 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4931
4932 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
4933 and `combine-and-quote-strings'.
4934
4935 * strings.texi (Creating Strings): Add xrefs for them.
4936
4937 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4938
4939 * elisp.texi (Top): Make descriptive text for "Reading File Names"
4940 match the corresponding menu in minibuf.texi.
4941
4942 * minibuf.texi (Reading File Names): Document `read-shell-command'
4943 and `minibuffer-local-shell-command-map'.
4944
4945 2008-10-19 Martin Rudalics <rudalics@gmx.at>
4946
4947 * windows.texi (Resizing Windows): Remove var{} around "window" in
4948 documentation of enlarge-window.
4949 Rewrite documentation of window-min-height and window-min-width.
4950
4951 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4952
4953 * functions.texi (Calling Functions): Document `apply-partially'.
4954
4955 * hooks.texi (Standard Hooks): Mention
4956 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
4957
4958 * variables.texi (File Local Variables): Document
4959 `file-local-variables-alist', `before-hack-local-variables-hook'
4960 and `hack-local-variables-hook'.
4961
4962 * processes.texi (Synchronous Processes): Document `process-lines'.
4963
4964 * customize.texi (Variable Definitions):
4965 Document `custom-reevaluate-setting'.
4966
4967 2008-10-18 Martin Rudalics <rudalics@gmx.at>
4968
4969 * windows.texi (Choosing Window, Deleting Windows)
4970 (Displaying Buffers): Expand documentation of dedicated windows.
4971
4972 2008-10-18 Eli Zaretskii <eliz@gnu.org>
4973
4974 * files.texi (Changing Files): Document symbolic input of file
4975 modes to `set-file-modes'. Document `read-file-modes' and
4976 `file-modes-symbolic-to-number'.
4977
4978 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
4979 and `search-map'.
4980
4981 * searching.texi (Search and Replace):
4982 Document `replace-search-function' and `replace-re-search-function'.
4983 Document `multi-query-replace-map'.
4984
4985 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
4986 (Completion Commands, Reading File Names):
4987 Rename `minibuffer-local-must-match-filename-map' to
4988 `minibuffer-local-filename-must-match-map'.
4989 (Minibuffer Completion): The `require-match' argument to
4990 `completing-read' can now have the value `confirm-only'.
4991
4992 * windows.texi (Displaying Buffers): Minor wording fix.
4993 (Choosing Window): `split-height-threshold' can now be nil.
4994 Document `split-width-threshold'. `pop-up-frames' can have the
4995 value `graphic-only'.
4996
4997 2008-10-17 Eli Zaretskii <eliz@gnu.org>
4998
4999 * os.texi (Startup Summary): Document `before-init-time' and
5000 `after-init-time'. Document `initial-window-system' and
5001 `window-system-initialization-alist'. Document reading the
5002 abbrevs file. Document the call to `server-start' under --daemon.
5003 Rearrange a bit to be consistent with the code flow.
5004 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
5005 (Time Parsing): Document `format-seconds'.
5006
5007 2008-10-17 Martin Rudalics <rudalics@gmx.at>
5008
5009 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
5010 and reword.
5011
5012 2008-10-16 Eli Zaretskii <eliz@gnu.org>
5013
5014 * markers.texi (The Mark): Document use-region-p.
5015
5016 2008-10-15 Eli Zaretskii <eliz@gnu.org>
5017
5018 * internals.texi (Writing Emacs Primitives): The interactive spec
5019 of a primitive can be a Lisp form.
5020
5021 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
5022 values of transient-mark-mode. Document handle-shift-selection.
5023
5024 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
5025 (Interactive Examples): Show an example of `^'.
5026 (Key Sequence Input): Document this-command-keys-shift-translated.
5027 (Defining Commands, Using Interactive): The interactive-form of a
5028 function can be added via its symbol's property.
5029
5030 * positions.texi (List Motion): beginning-of-defun-function can
5031 now accept an argument.
5032
5033 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
5034 now return a list of strings.
5035
5036 * control.texi (Handling Errors): Document ignore-errors.
5037
5038 * frames.texi (Creating Frames): Document frame-inherited-parameters.
5039 (Parameter Access): Document set-frame-parameter.
5040
5041 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
5042 Hooks" for the effect of kill-all-local-variables on local hook
5043 functions.
5044
5045 * modes.texi (Major Mode Conventions, Mode Line Variables):
5046 `mode-name' need not be a string. xref to "Mode Line Data" for
5047 details, and to "Emulating Mode Line" for computing a string
5048 value.
5049
5050 2008-10-14 Eli Zaretskii <eliz@gnu.org>
5051
5052 * processes.texi (System Processes): New section.
5053 (Processes, Signals to Processes): Add xrefs to it.
5054
5055 * objects.texi (Editing Types): A `process' is a subprocess of
5056 Emacs, not just any process running on the OS.
5057
5058 * elisp.texi (Top): Adjust the @detailmenu for the above two
5059 changes.
5060
5061 * sequences.texi (Char-Tables): Remove documentation of
5062 set-char-table-default, which has no effect since Emacs 23.
5063 <char-table-range, set-char-table-range>: Don't mention generic
5064 characters and charsets. Add a cons cell as a possible argument.
5065
5066 * nonascii.texi (Splitting Characters)
5067 (Translation of Characters): Don't mention generic characters.
5068
5069 * display.texi (Fontsets): Don't mention generic characters.
5070
5071 * sequences.texi (Char-Tables): `map-char-table' can now call its
5072 argument FUNCTION with a cons cell as KEY.
5073
5074 2008-10-13 Eli Zaretskii <eliz@gnu.org>
5075
5076 * objects.texi (Primitive Function Type): Move "@cindex special
5077 forms" from here...
5078
5079 * eval.texi (Special Forms): ...to here.
5080
5081 * functions.texi (What Is a Function): `functionp' returns nil for
5082 special forms. Add an xref.
5083
5084 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
5085 Variables".
5086
5087 * variables.texi (Frame-Local Variables): New section.
5088 (Buffer-Local Variables): Add an xref to it.
5089 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
5090 have both frame-local and buffer-local binding.
5091
5092 * frames.texi (Frames): Mention multiple tty frames.
5093 (Frame Parameters, Parameter Access): Mention frame-local variable
5094 bindings.
5095
5096 2008-09-20 Glenn Morris <rgm@gnu.org>
5097
5098 * display.texi (Defining Faces): Recommend against face variables.
5099
5100 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
5101
5102 * display.texi (Echo Area Customization): Fix typo.
5103
5104 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
5105
5106 * loading.texi (Where Defined): Add `defface' item.
5107
5108 2008-09-06 Martin Rudalics <rudalics@gmx.at>
5109
5110 * loading.texi (Where Defined): Fix description of symbol-file.
5111
5112 2008-08-26 Jason Rumney <jasonr@gnu.org>
5113
5114 * display.texi (TIFF Images): New section describing :index property.
5115
5116 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
5117
5118 * display.texi (Temporary Displays): Remove unnecessary comment
5119 about usage of temp-buffer-show-hook.
5120
5121 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
5122
5123 * symbols.texi (Other Plists): Fix incorrect example.
5124 Suggested by Florian Beck.
5125
5126 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
5127
5128 * os.texi: Fix previous change.
5129
5130 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5131
5132 * os.texi:
5133 * intro.texi:
5134 * files.texi: Remove VMS support.
5135
5136 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5137
5138 * os.texi:
5139 * frames.texi:
5140 * display.texi: Remove mentions of Mac Carbon.
5141
5142 2008-07-01 Miles Bader <miles@gnu.org>
5143
5144 * text.texi (Special Properties):
5145 * display.texi (Truncation): Add wrap-prefix and line-prefix.
5146
5147 2008-06-28 Johan Bockgård <bojohan@gnu.org>
5148
5149 * display.texi (Other Image Types): Fix copy/paste error; say
5150 "PBM", not "XBM".
5151
5152 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5153
5154 * os.texi: Remove references to obsolete systems.
5155
5156 2008-06-20 Eli Zaretskii <eliz@gnu.org>
5157
5158 * makefile.w32-in (distclean): Remove makefile.
5159
5160 2008-06-17 Glenn Morris <rgm@gnu.org>
5161
5162 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
5163 (elisp, dist): Remove rules and variables that are obsolete now
5164 the lisp manual is no longer distributed separately.
5165
5166 2008-06-16 Glenn Morris <rgm@gnu.org>
5167
5168 * configure, configure.in, mkinstalldirs: Remove unused files.
5169
5170 * book-spine.texinfo: Set version to 23.0.60.
5171 * vol1.texi (EMACSVER):
5172 * vol2.texi (EMACSVER): Set to 23.0.60.
5173
5174 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
5175 as per maintain.info.
5176
5177 2008-06-15 Glenn Morris <rgm@gnu.org>
5178
5179 * makefile.w32-in (manual): Use "23" rather than "21".
5180
5181 * Makefile.in (emacsver): New, set by configure.
5182 (manual): Use emacsver.
5183
5184 * intro.texi: Report bugs using M-x report-emacs-bug.
5185
5186 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
5187
5188 2008-06-13 Daniel Engeler <engeler@gmail.com>
5189
5190 * elisp.texi, internals.texi, processes.texi: Add documentation
5191 about serial port access.
5192
5193 2008-06-05 Miles Bader <miles@gnu.org>
5194
5195 * display.texi (Displaying Faces): Update to reflect function
5196 renamings in face-remap.el.
5197
5198 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
5199
5200 * display.texi (Fontsets): Fix typos.
5201
5202 2008-06-03 Miles Bader <miles@gnu.org>
5203
5204 * display.texi (Displaying Faces): Add add-relative-face-remapping,
5205 remove-relative-face-remapping, set-base-face-remapping,
5206 and set-default-base-face-remapping.
5207
5208 2008-06-01 Miles Bader <miles@gnu.org>
5209
5210 * display.texi (Displaying Faces): Add face-remapping-alist.
5211
5212 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5213
5214 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
5215 variable names.
5216
5217 2008-05-03 Eric S. Raymond <esr@golux>
5218
5219 * keymaps.texi: Clarify that (current-local-map) and
5220 (current-global-map) return references, not copies.
5221
5222 2008-05-02 Juri Linkov <juri@jurta.org>
5223
5224 * minibuf.texi (Text from Minibuffer): Document a list of
5225 default values for `read-from-minibuffer'.
5226
5227 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
5228
5229 * nonascii.texi (Translation of Characters): Fix previous change.
5230
5231 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
5232
5233 * display.texi (Overlay Properties): Clarify role of underlying
5234 textprop and overlay keymaps for display strings.
5235
5236 * keymaps.texi (Active Keymaps): Ditto.
5237
5238 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5239
5240 * minibuf.texi (Programmed Completion):
5241 Replace dynamic-completion-table with the new completion-table-dynamic.
5242
5243 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
5244
5245 * intro.texi (Some Terms): Change "fonts in this manual" index
5246 entry to "typographic conventions".
5247
5248 2008-04-05 Eli Zaretskii <eliz@gnu.org>
5249
5250 * objects.texi (Text Props and Strings): Add indexing for read
5251 syntax of text properties.
5252
5253 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5254
5255 * processes.texi (Decoding Output): Remove process-filter-multibyte
5256 functions.
5257
5258 2008-03-15 Martin Rudalics <rudalics@gmx.at>
5259
5260 * display.texi (Finding Overlays): Say that empty overlays at
5261 the end of the buffer are reported too.
5262
5263 2008-03-13 Glenn Morris <rgm@gnu.org>
5264
5265 * elisp.texi (EMACSVER): Set to 23.0.60.
5266
5267 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
5268
5269 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
5270
5271 2008-02-22 Glenn Morris <rgm@gnu.org>
5272
5273 * frames.texi (Position Parameters): Clarify the description of
5274 `left' and `top', using information from "Geometry".
5275 (Geometry): Give a pointer to "Position Parameters", rather than
5276 repeating information.
5277
5278 2008-02-11 Glenn Morris <rgm@gnu.org>
5279
5280 * objects.texi (Equality Predicates): No longer talk about "two"
5281 functions.
5282
5283 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
5284
5285 * objects.texi (Equality Predicates): Add defun for
5286 equal-including-properties.
5287
5288 2008-02-10 Glenn Morris <rgm@gnu.org>
5289
5290 * objects.texi (Equality Predicates):
5291 Mention equal-including-properties.
5292
5293 2008-02-07 Richard Stallman <rms@gnu.org>
5294
5295 * windows.texi (Window Start): Mention the feature of moving
5296 window-start to start of line.
5297
5298 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
5299
5300 * keymaps.texi (Tool Bar): Document rtl property.
5301
5302 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5303
5304 * display.texi (Button Types):
5305 For define-button-type, clarify type of NAME.
5306
5307 2008-01-19 Martin Rudalics <rudalics@gmx.at>
5308
5309 * buffers.texi (Buffer Modification): Fix typo.
5310
5311 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5312
5313 * os.texi (System Environment): Remove references to OSes that are
5314 not supported anymore.
5315
5316 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5317
5318 * os.texi (System Environment): Remove mention for Masscomp.
5319
5320 2008-01-04 Richard Stallman <rms@gnu.org>
5321
5322 * display.texi (Faces): Don't talk about internal face vector as arg
5323 to facep.
5324
5325 * customize.texi (Type Keywords): Fix previous change.
5326
5327 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
5328 * elisp.texi (Top): Fix menu for commands.texi change.
5329
5330 2007-12-30 Richard Stallman <rms@gnu.org>
5331
5332 * commands.texi (Accessing Mouse): Rename from Accessing Events.
5333 (Accessing Scroll): New node broken out of Accessing Mouse.
5334
5335 2007-12-28 Richard Stallman <rms@gnu.org>
5336
5337 * frames.texi (Size Parameters): Fix typo.
5338 (Basic Parameters): For `title', refer to title bar.
5339 (Size and Position): Explain meaning of frame pixel width and height.
5340
5341 2007-12-23 Richard Stallman <rms@gnu.org>
5342
5343 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
5344 Improve some of the commented-out keywords' text too.
5345
5346 2007-12-14 Martin Rudalics <rudalics@gmx.at>
5347
5348 * nonascii.texi (Encoding and I/O): Reword to avoid saying
5349 "visit the current buffer".
5350
5351 * os.texi (System Interface): Fix typo.
5352
5353 2007-12-04 Richard Stallman <rms@gnu.org>
5354
5355 * objects.texi (Symbol Type): Fix typo.
5356
5357 2007-12-03 Richard Stallman <rms@gnu.org>
5358
5359 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
5360
5361 2007-12-01 Glenn Morris <rgm@gnu.org>
5362
5363 * functions.texi (Declaring Functions): Improve previous change.
5364
5365 2007-11-30 Glenn Morris <rgm@gnu.org>
5366
5367 * functions.texi (Declaring Functions): Add optional fourth
5368 argument of declare-function, and setting third argument to `t'.
5369
5370 2007-11-29 Richard Stallman <rms@gnu.org>
5371
5372 * customize.texi (Composite Types): Document `group' type.
5373
5374 2007-11-29 Glenn Morris <rgm@gnu.org>
5375
5376 * functions.texi (Declaring Functions): Add findex.
5377 Mention `external' files.
5378
5379 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
5380
5381 * functions.texi (Declaring Functions): Fix directive.
5382
5383 2007-11-25 Richard Stallman <rms@gnu.org>
5384
5385 * help.texi (Help Functions): Clean up last change.
5386
5387 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
5388
5389 * loading.texi (Named Features): Minor cleanup.
5390
5391 * macros.texi (Eval During Expansion): Minor cleanup.
5392
5393 * variables.texi (Variable Aliases): Minor cleanup.
5394
5395 2007-11-24 Richard Stallman <rms@gnu.org>
5396
5397 * functions.texi (Declaring Functions): Clarify previous change.
5398
5399 * compile.texi (Compiler Errors): Clarify previous change.
5400
5401 2007-11-24 Richard Stallman <rms@gnu.org>
5402
5403 * display.texi (Refresh Screen, Forcing Redisplay):
5404 Clarify the text and move items around.
5405
5406 2007-11-24 Glenn Morris <rgm@gnu.org>
5407
5408 * functions.texi (Declaring Functions): New section.
5409 * compile.texi (Compiler Errors): Mention declaring functions,
5410 defvar with no initvalue, and byte-compile-warnings.
5411
5412 2007-11-15 Martin Rudalics <rudalics@gmx.at>
5413
5414 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
5415 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
5416
5417 2007-11-13 Martin Rudalics <rudalics@gmx.at>
5418
5419 * help.texi (Help Functions): Document new macro `with-help-window'.
5420
5421 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
5422
5423 * searching.texi (Replacing Match): Describe new
5424 `match-substitute-replacement'.
5425
5426 2007-10-31 Richard Stallman <rms@gnu.org>
5427
5428 * strings.texi (Creating Strings): Null strings from concat not unique.
5429
5430 2007-10-26 Richard Stallman <rms@gnu.org>
5431
5432 * objects.texi (Equality Predicates): Null strings are uniquified.
5433
5434 * minibuf.texi: Minor clarifications in previous change.
5435
5436 2007-10-25 Glenn Morris <rgm@gnu.org>
5437
5438 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
5439
5440 2007-10-24 Richard Stallman <rms@gnu.org>
5441
5442 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
5443
5444 * variables.texi (Frame-Local Variables): Node deleted.
5445 (Variables): Delete Frame-Local Variables from menu.
5446 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
5447 (Default Value): Don't mention frame-local vars.
5448
5449 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
5450
5451 * loading.texi (Unloading): Document FEATURE-unload-function
5452 instead of FEATURE-unload-hook.
5453
5454 * frames.texi (Multiple Displays): Don't mention frame-local vars.
5455
5456 2007-10-22 Juri Linkov <juri@jurta.org>
5457
5458 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
5459 (High-Level Completion): Document a list of default value strings
5460 in the DEFAULT argument, for which minibuffer functions return the
5461 first element.
5462
5463 2007-10-17 Juri Linkov <juri@jurta.org>
5464
5465 * text.texi (Filling): Update arguments of fill-paragraph.
5466 fill-paragraph operates on the active region in Transient Mark mode.
5467 Remove fill-paragraph-or-region.
5468
5469 2007-10-13 Karl Berry <karl@gnu.org>
5470
5471 * elisp.texi (@dircategory): Move to after @copying,
5472 since we want @copying as close as possible to the beginning of
5473 the output.
5474
5475 2007-10-12 Richard Stallman <rms@gnu.org>
5476
5477 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
5478
5479 * commands.texi (Distinguish Interactive): New node,
5480 broken out from Interactive Call and rewritten.
5481 (Command Loop): Put Distinguish Interactive in menu.
5482
5483 2007-10-09 Richard Stallman <rms@gnu.org>
5484
5485 * text.texi (Examining Properties): Mention overlay priority.
5486
5487 * display.texi (Display Margins): Correct the description
5488 of margin display specifications.
5489 (Replacing Specs): New subnode broken out of Display Property.
5490
5491 2007-10-06 Juri Linkov <juri@jurta.org>
5492
5493 * text.texi (Filling): Document fill-paragraph-or-region.
5494
5495 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
5496
5497 * display.texi (Auto Faces): Fix typo.
5498
5499 2007-10-02 Richard Stallman <rms@gnu.org>
5500
5501 * display.texi (Display Property): Explain some display specs
5502 don't let you move point in.
5503
5504 * frames.texi (Cursor Parameters):
5505 Describe cursor-in-non-selected-windows here. Explain more values.
5506
5507 * windows.texi (Basic Windows): Don't describe
5508 cursor-in-non-selected-windows here.
5509
5510 2007-10-01 Eli Zaretskii <eliz@gnu.org>
5511
5512 * processes.texi (Misc Network): Note that these functions are
5513 supported only on some systems.
5514
5515 2007-10-01 Richard Stallman <rms@gnu.org>
5516
5517 * display.texi (Overlay Properties): Explain nil as priority.
5518 Explain that conflicts are unpredictable if not resolved by
5519 priorities.
5520
5521 2007-09-23 Richard Stallman <rms@gnu.org>
5522
5523 * macros.texi (Backquote): Minor clarification.
5524
5525 2007-09-19 Richard Stallman <rms@gnu.org>
5526
5527 * display.texi (Display Property): Explain multiple display specs.
5528 Clarify when they work in parallel and when one overrides.
5529 Fix error in example.
5530
5531 2007-09-06 Glenn Morris <rgm@gnu.org>
5532
5533 Move from lispref/ to doc/lispref/. Change all setfilename
5534 commands to use ../../info.
5535 * Makefile.in (infodir): Go up one more level.
5536 (usermanualdir): Change from ../man to ../emacs.
5537 (miscmanualdir): New.
5538 (dist): Use new variable miscmanualdir.
5539 * makefile.w32-in (infodir, texinputdir): Go up one more level.
5540 (usermanualdir): Change from ../man to ../emacs.
5541
5542 2007-08-30 Martin Rudalics <rudalics@gmx.at>
5543
5544 * commands.texi (Command Loop Info): Advise against changing
5545 most variables described here. Explain new variable
5546 last-repeatable-command.
5547
5548 2007-08-29 Glenn Morris <rgm@gnu.org>
5549
5550 * elisp.texi (EMACSVER): Increase to 23.0.50.
5551
5552 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5553
5554 * frames.texi (Basic Parameters): Add display-environment-variable
5555 and term-environment-variable.
5556
5557 2007-08-28 Juri Linkov <juri@jurta.org>
5558
5559 * display.texi (Image Formats, Other Image Types): Add SVG.
5560
5561 2007-08-28 Juri Linkov <juri@jurta.org>
5562
5563 * display.texi (Images): Move formats-related text to new node
5564 "Image Formats".
5565 (Image Formats): New node.
5566
5567 2007-08-27 Richard Stallman <rms@gnu.org>
5568
5569 * windows.texi (Window Configurations): Clarify what
5570 a window configuration saves.
5571
5572 2007-08-25 Richard Stallman <rms@gnu.org>
5573
5574 * display.texi (Images): Delete redundant @findex.
5575
5576 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
5577
5578 * text.texi (Change Hooks): (after|before)-change-functions are no
5579 longer bound to nil while running; rather inhibit-modification-hooks
5580 is t.
5581
5582 2007-08-16 Richard Stallman <rms@gnu.org>
5583
5584 * processes.texi (Asynchronous Processes):
5585 Clarify doc of start-file-process.
5586
5587 2007-08-08 Martin Rudalics <rudalics@gmx.at>
5588
5589 * modes.texi (Example Major Modes): Fix typo.
5590
5591 2007-08-08 Glenn Morris <rgm@gnu.org>
5592
5593 * intro.texi (nil and t): Do not use `iff' in documentation.
5594
5595 * tips.texi (Documentation Tips): Recommend against `iff'.
5596
5597 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5598
5599 * display.texi (Image Cache): Document image-refresh.
5600
5601 2007-08-06 Martin Rudalics <rudalics@gmx.at>
5602
5603 * windows.texi (Size of Window): Document window-full-width-p.
5604
5605 2007-07-25 Glenn Morris <rgm@gnu.org>
5606
5607 * gpl.texi (GPL): Replace license with GPLv3.
5608
5609 * Relicense all FSF files to GPLv3 or later.
5610
5611 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
5612
5613 * processes.texi (Synchronous Processes):
5614 Add `process-file-shell-command'.
5615 (Asynchronous Processes): Mention restricted use of
5616 `process-filter' and `process-sentinel' in
5617 `start-file-process'. Add `start-file-process-shell-command'.
5618
5619 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
5620
5621 * files.texi (Magic File Names): Introduce optional parameter
5622 IDENTIFICATION for `file-remote-p'.
5623
5624 2007-07-16 Richard Stallman <rms@gnu.org>
5625
5626 * display.texi (Defining Faces): Fix previous change.
5627
5628 2007-07-14 Richard Stallman <rms@gnu.org>
5629
5630 * control.texi (Handling Errors): Document `debug' in handler list.
5631
5632 2007-07-10 Richard Stallman <rms@gnu.org>
5633
5634 * display.texi (Defining Faces): Explain C-M-x feature for defface.
5635
5636 2007-07-09 Richard Stallman <rms@gnu.org>
5637
5638 * files.texi (Magic File Names): Rewrite previous change.
5639
5640 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
5641
5642 * files.texi (Magic File Names): Introduce optional parameter
5643 CONNECTED for `file-remote-p'.
5644
5645 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
5646
5647 * processes.texi (Asynchronous Processes):
5648 * files.texi (Magic File Names): Add `start-file-process'.
5649
5650 2007-06-27 Richard Stallman <rms@gnu.org>
5651
5652 * files.texi (Format Conversion Piecemeal):
5653 Clarify `after-insert-file-functions' calling convention.
5654
5655 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
5656
5657 * files.texi (Magic File Names): Remove `dired-call-process'.
5658 Add `process-file'.
5659
5660 2007-06-27 Kenichi Handa <handa@m17n.org>
5661
5662 * text.texi (Special Properties): Fix description about
5663 `composition' property.
5664
5665 2007-06-26 Kenichi Handa <handa@m17n.org>
5666
5667 * nonascii.texi (Default Coding Systems): Document about the
5668 return value `undecided'.
5669
5670 2007-06-25 David Kastrup <dak@gnu.org>
5671
5672 * keymaps.texi (Active Keymaps): Document new POSITION argument of
5673 `current-active-maps'.
5674
5675 2007-06-24 Karl Berry <karl@gnu.org>
5676
5677 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
5678
5679 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
5680
5681 * display.texi (Overlay Arrow): Doc fix.
5682
5683 2007-06-14 Karl Berry <karl@tug.org>
5684
5685 * anti.texi (Antinews): Typo.
5686
5687 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
5688
5689 * display.texi (Image Cache): Document image-refresh.
5690
5691 2007-06-12 Karl Berry <karl@gnu.org>
5692
5693 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
5694 * two-volume.make: New file.
5695 * .cvsignore: Ignore two-volume files.
5696
5697 2007-06-12 Tom Tromey <tromey@redhat.com>
5698
5699 * os.texi (Init File): Document user-emacs-directory.
5700
5701 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
5702
5703 * commands.texi (Click Events): Describe width and height when
5704 object is nil.
5705
5706 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
5707
5708 * commands.texi (Click Events): Layout more logically.
5709 Describe width and height.
5710 (Drag Events, Motion Events): Update to new format for position.
5711
5712 2007-06-02 Richard Stallman <rms@gnu.org>
5713
5714 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
5715
5716 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
5717
5718 * Version 22.1 released.
5719
5720 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5721
5722 * text.texi (Special Properties): Correct meaning of fontified face.
5723
5724 2007-05-30 Richard Stallman <rms@gnu.org>
5725
5726 * text.texi (Special Properties): Add link to Adjusting Point.
5727
5728 2007-05-12 Richard Stallman <rms@gnu.org>
5729
5730 * text.texi (Margins): indent-to-left-margin is not the default.
5731 (Mode-Specific Indent): For indent-line-function, the default
5732 is indent-relative.
5733
5734 * modes.texi (Example Major Modes): Explain last line of text-mode
5735 is redundant.
5736
5737 2007-05-10 Richard Stallman <rms@gnu.org>
5738
5739 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
5740
5741 * help.texi (Keys in Documentation): Add reference to
5742 Documentation Tips.
5743
5744 * files.texi (Format Conversion): TO-FN gets three arguments.
5745
5746 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
5747
5748 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5749
5750 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
5751 * files.texi (Format Conversion): Expand intro; add menu.
5752 (Format Conversion Overview, Format Conversion Round-Trip)
5753 (Format Conversion Piecemeal): New nodes/subsections.
5754 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
5755 * text.texi (Text Properties): Remove "Saving Properties" from menu.
5756 (Saving Properties): Delete node/subsection.
5757
5758 2007-05-07 Karl Berry <karl@gnu.org>
5759
5760 * elisp.texi (EMACSVER): Back to 22.
5761
5762 2007-05-06 Richard Stallman <rms@gnu.org>
5763
5764 * processes.texi (Accepting Output): Revert most of previous change.
5765
5766 2007-05-05 Richard Stallman <rms@gnu.org>
5767
5768 * processes.texi (Accepting Output): accept-process-output
5769 uses microseconds, not milliseconds. But that arg is obsolete.
5770
5771 2007-05-04 Karl Berry <karl@tug.org>
5772
5773 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
5774
5775 2007-05-04 Eli Zaretskii <eliz@gnu.org>
5776
5777 * tips.texi (Documentation Tips): Rearrange items to place the
5778 more important ones first. Add an index entry for hyperlinks.
5779
5780 2007-05-03 Karl Berry <karl@gnu.org>
5781
5782 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
5783 (EMACSVER) [smallbook]: 22 for printed version.
5784
5785 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
5786 so restore anchor to normal position after defun. Found by Kevin Ryde.
5787
5788 2007-04-26 Glenn Morris <rgm@gnu.org>
5789
5790 * elisp.texi (EMACSVER): Increase to 22.1.50.
5791
5792 2007-04-28 Karl Berry <karl@gnu.org>
5793
5794 * elisp.texi: Improve line breaks on copyright page,
5795 similar layout to emacs manual, 8.5x11 by default.
5796
5797 2007-04-24 Richard Stallman <rms@gnu.org>
5798
5799 * text.texi (Special Properties): Add xref to Overlay Properties.
5800
5801 * display.texi (Overlay Properties): Add xref to Special Properties.
5802
5803 2007-04-22 Richard Stallman <rms@gnu.org>
5804
5805 * keymaps.texi (Extended Menu Items): Move the info about
5806 format with cached keyboard binding.
5807
5808 2007-04-21 Richard Stallman <rms@gnu.org>
5809
5810 * text.texi (Special Properties): Clarify previous change.
5811
5812 * files.texi (File Name Expansion): Clarify previous change.
5813
5814 * display.texi (Attribute Functions): Fix example for
5815 face-attribute-relative-p.
5816
5817 2007-04-19 Kenichi Handa <handa@m17n.org>
5818
5819 * text.texi (Special Properties): Document composition property.
5820
5821 2007-04-19 Glenn Morris <rgm@gnu.org>
5822
5823 * files.texi (File Name Expansion): Mention "superroot".
5824
5825 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
5826
5827 * frames.texi (Multiple Displays): Add note about "multi-monitor"
5828 setups.
5829 (Display Feature Testing): Note that display refers to all
5830 physical monitors for multi-monitor setups.
5831
5832 2007-04-14 Richard Stallman <rms@gnu.org>
5833
5834 * lists.texi (Sets And Lists): Clarify `delete' examples.
5835 Remove spurious xref to same node.
5836 Clarify xref for add-to-list.
5837
5838 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
5839
5840 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
5841 value of lisp-mode-map.
5842
5843 2007-04-11 Karl Berry <karl@gnu.org>
5844
5845 * anti.texi (Antinews):
5846 * display.texi (Overlay Properties, Defining Images):
5847 * processes.texi (Synchronous Processes, Sentinels):
5848 * syntax.texi (Syntax Table Internals):
5849 * searching.texi (Regexp Special):
5850 * nonascii.texi (Default Coding Systems):
5851 * text.texi (Special Properties):
5852 * minibuf.texi (Basic Completion): Wording to improve breaks in
5853 8.5x11 format.
5854 * elisp.texi (smallbook): New @set to more easily switch between
5855 smallbook and 8.5x11.
5856
5857 2007-04-11 Richard Stallman <rms@gnu.org>
5858
5859 * text.texi (Lazy Properties): Minor fix.
5860
5861 2007-04-08 Karl Berry <karl@gnu.org>
5862
5863 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
5864 * macros.texi (Backquote): Downcase Backquote in index entries for
5865 consistency.
5866
5867 2007-04-08 Richard Stallman <rms@gnu.org>
5868
5869 * text.texi (Adaptive Fill): Just describe default,
5870 don't show it (since it contains non-ASCII chars).
5871
5872 2007-04-07 Karl Berry <karl@gnu.org>
5873
5874 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
5875 adaptive-fill-regexp's value, since they are not in the standard
5876 TeX fonts.
5877
5878 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
5879
5880 * display.texi (Defining Faces): Fix example.
5881
5882 2007-04-07 Karl Berry <karl@gnu.org>
5883
5884 * display.texi (Button Buffer Commands): Improve page break.
5885
5886 2007-04-07 Richard Stallman <rms@gnu.org>
5887
5888 * advice.texi (Activation of Advice): Remove redundant index entry.
5889
5890 * backups.texi: Improve index entries. Remove redundant ones.
5891
5892 * compile.texi (Byte Compilation): Improve index entry.
5893
5894 * hash.texi (Creating Hash): Improve index entry.
5895
5896 * symbols.texi (Definitions): Improve index entry.
5897
5898 * edebug.texi: Improve index entries. Remove redundant/useless ones.
5899
5900 * maps.texi (Standard Keymaps): Remove useless index entry.
5901
5902 * help.texi (Documentation Basics): Remove redundant index entries.
5903
5904 * customize.texi: Improve index entries.
5905 Remove redundant/useless ones.
5906
5907 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
5908
5909 * streams.texi (Output Variables): Improve index entry.
5910
5911 * abbrevs.texi (Abbrevs): Remove useless index entry.
5912
5913 * macros.texi (Expansion): Remove useless index entry.
5914
5915 * text.texi: Improve index entries. Remove redundant/useless ones.
5916 (Text Properties, Examining Properties)
5917 (Special Properties): Use "property category" instead of "category"
5918 to refer to the `category' property.
5919
5920 * positions.texi: Improve index entries. Remove useless one.
5921
5922 * lists.texi: Improve index entries. Remove redundant/useless ones.
5923
5924 * os.texi: Improve index entries.
5925 (Timers): Fix previous change.
5926
5927 * buffers.texi: Improve index entries.
5928 (Modification Time): Get rid of term "obsolete buffer".
5929
5930 * debugging.texi: Improve index entries.
5931 (Test Coverage): Add xref to other test coverage ftr.
5932
5933 * eval.texi: Improve index entry. Remove redundant ones.
5934
5935 * numbers.texi: Improve index entries. Remove redundant/useless ones.
5936
5937 * files.texi: Improve index entries. Remove redundant/useless ones.
5938
5939 * objects.texi: Improve index entries.
5940
5941 * processes.texi: Improve index entries.
5942
5943 * modes.texi: Improve index entry. Remove redundant one.
5944
5945 * nonascii.texi: Improve index entries.
5946
5947 * internals.texi: Improve index entries.
5948
5949 * syntax.texi: Improve index entries.
5950
5951 * keymaps.texi (Active Keymaps): Improve index entries.
5952
5953 * commands.texi: Improve index entries. Remove redundant/useless ones.
5954
5955 * frames.texi: Improve index entries. Remove redundant/useless ones.
5956
5957 * markers.texi: Improve index entries. Remove redundant ones.
5958
5959 * tips.texi: Improve index entries.
5960
5961 * loading.texi (Unloading): Improve index entry.
5962
5963 * variables.texi: Improve index entries. Remove redundant one.
5964
5965 * sequences.texi: Improve index entry.
5966
5967 * display.texi: Improve index entries. Remove redundant ones.
5968
5969 * windows.texi: Improve index entries.
5970
5971 * searching.texi: Improve index entries. Remove redundant one.
5972
5973 * strings.texi (Case Tables): Improve last change.
5974
5975 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
5976
5977 * strings.texi (Case Tables): Document with-case-table and
5978 ascii-case-table.
5979
5980 2007-04-03 Karl Berry <karl@gnu.org>
5981
5982 * processes.texi (Network): Reword to improve page break.
5983
5984 2007-04-03 Eli Zaretskii <eliz@gnu.org>
5985
5986 * functions.texi (Inline Functions): Describe more disadvantages
5987 of defsubst, and make advice against it stronger.
5988
5989 2007-04-02 Karl Berry <karl@gnu.org>
5990
5991 * backups.texi (Backup Names): Avoid widow words.
5992 * modes.texi (Example Major Modes): Align last comment.
5993
5994 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
5995
5996 * keymaps.texi (Remapping Commands): Document new arg to
5997 command-remapping.
5998
5999 2007-04-01 Karl Berry <karl@gnu.org>
6000
6001 * processes.texi (Low-Level Network): Typo.
6002 * loading.texi (Hooks for Loading): Avoid double "the".
6003 * keymaps.texi (Key Sequences): No double "and".
6004 (Changing Key Bindings): Shorten to improve line break.
6005
6006 2007-03-31 Glenn Morris <rgm@gnu.org>
6007
6008 * os.texi (Timers): Fix description of run-at-time TIME formats.
6009
6010 2007-03-31 Richard Stallman <rms@gnu.org>
6011
6012 * display.texi (Invisible Text): Correct buffer-invisibility-spec
6013 regarding ellipsis.
6014
6015 2007-03-31 Eli Zaretskii <eliz@gnu.org>
6016
6017 * intro.texi (nil and t):
6018 * symbols.texi (Plists and Alists):
6019 * variables.texi (Variable Aliases, Constant Variables):
6020 * functions.texi (Defining Functions):
6021 * advice.texi (Advising Primitives):
6022 * debugging.texi (Syntax Errors, Compilation Errors):
6023 * minibuf.texi (Minibuffer Windows):
6024 * commands.texi (Adjusting Point):
6025 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
6026 (Auto Major Mode, Major Mode Conventions):
6027 * help.texi (Describing Characters):
6028 * files.texi (Create/Delete Dirs, Information about Files)
6029 (File Locks, Writing to Files, Reading from Files)
6030 (Saving Buffers):
6031 * windows.texi (Resizing Windows, Cyclic Window Ordering):
6032 * frames.texi (Finding All Frames):
6033 * positions.texi (Buffer End, Motion):
6034 * markers.texi (The Region):
6035 * text.texi (Deletion, Near Point):
6036 * display.texi (Displaying Messages, Truncation):
6037 * os.texi (Processor Run Time):
6038 * tips.texi (Key Binding Conventions, Programming Tips)
6039 (Warning Tips, Documentation Tips, Comment Tips):
6040 * internals.texi (Memory Usage): Improve indexing.
6041
6042 * variables.texi (Frame-Local Variables):
6043 * functions.texi (Argument List):
6044 * loading.texi (Library Search):
6045 * streams.texi (Output Variables):
6046 * keymaps.texi (Translation Keymaps, Searching Keymaps):
6047 * searching.texi (Replacing Match, Search and Replace):
6048 * processes.texi (Byte Packing, Decoding Output)
6049 (Accepting Output, Network Servers, Shell Arguments):
6050 * display.texi (Abstract Display, Image Cache, Scroll Bars):
6051 * windows.texi (Window Point, Window Start):
6052 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
6053 * commands.texi (Reading Input, Keyboard Events):
6054 * minibuf.texi (Reading File Names, Minibuffer Completion)
6055 (Recursive Mini):
6056 * positions.texi (List Motion):
6057 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
6058 * numbers.texi (Arithmetic Operations, Math Functions)
6059 (Predicates on Numbers, Comparison of Numbers):
6060 (Numeric Conversions):
6061 * locals.texi (Standard Buffer-Local Variables):
6062 * maps.texi (Standard Keymaps):
6063 * os.texi (User Identification, System Environment, Recording Input)
6064 (X11 Keysyms):
6065 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
6066 * backups.texi (Backups and Auto-Saving):
6067 * customize.texi (Customization, Group Definitions)
6068 (Variable Definitions):
6069 * compile.texi (Byte Compilation): Improve index entries.
6070
6071 2007-03-31 Karl Berry <karl@gnu.org>
6072
6073 * macros.texi (Defining Macros): Avoid widow syllable.
6074
6075 2007-03-31 Eli Zaretskii <eliz@gnu.org>
6076
6077 * elisp.texi (Top): Postscript -> PostScript.
6078
6079 * display.texi (Images, Postscript Images): Postscript -> PostScript.
6080
6081 2007-03-31 Markus Triska <markus.triska@gmx.at>
6082
6083 * internals.texi (Writing Emacs Primitives): Untabify `For'.
6084
6085 2007-03-30 Karl Berry <karl@gnu.org>
6086
6087 * lists.texi (List-related Predicates): Remove spurious @need.
6088 (Setcdr): Use @smallexample to improve page break.
6089 (Association Lists) <assoc>: Reword to improve page break.
6090
6091 * strings.texi (String Conversion): Insert blank line to improve
6092 page break.
6093
6094 * numbers.texi (Random Numbers): Use @minus{}.
6095 (Math Functions): Use @minus{}.
6096
6097 * intro.texi (Acknowledgements): Avoid line breaks before middle
6098 initials.
6099
6100 2007-03-24 Eli Zaretskii <eliz@gnu.org>
6101
6102 * errors.texi (Standard Errors): Add an index entry.
6103
6104 2007-03-19 Richard Stallman <rms@gnu.org>
6105
6106 * os.texi (Recording Input): recent-keys now gives 300 keys.
6107
6108 2007-03-12 Glenn Morris <rgm@gnu.org>
6109
6110 * os.texi: Replace "daylight savings" with "daylight saving"
6111 throughout.
6112
6113 2007-03-05 Richard Stallman <rms@gnu.org>
6114
6115 * variables.texi (File Local Variables):
6116 Update enable-local-variables values.
6117
6118 2007-03-04 Richard Stallman <rms@gnu.org>
6119
6120 * syntax.texi (Control Parsing): Minor clarification.
6121
6122 * strings.texi (Formatting Strings): Clarify width, precision, flags.
6123
6124 * sequences.texi (Sequence Functions): Move string-bytes away,
6125 add xref.
6126
6127 * nonascii.texi (Text Representations): Move string-bytes here.
6128
6129 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
6130
6131 * minibuf.texi (Basic Completion): Minor clarification.
6132
6133 * markers.texi (The Mark): Clarify existence vs activation of mark.
6134 Other cleanup.
6135
6136 * display.texi (Finding Overlays): Write better example.
6137
6138 * compile.texi (Eval During Compile): Clarify putting macros
6139 in eval-when-compile.
6140
6141 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
6142
6143 * loading.texi (How Programs Do Loading): Fix anchor position at
6144 load-read-function definition doc.
6145
6146 2007-02-21 Kim F. Storm <storm@cua.dk>
6147
6148 * strings.texi (Text Comparison): Mention that assoc-string
6149 converts symbols to strings before testing.
6150
6151 2007-02-17 Kim F. Storm <storm@cua.dk>
6152
6153 * processes.texi (Bindat Spec): Vector types can have optional
6154 element type.
6155 (Bindat Examples): Fix example. Add vector with element type.
6156
6157 2007-02-16 Andreas Schwab <schwab@suse.de>
6158
6159 * strings.texi (Formatting Strings): Document '+' flag.
6160
6161 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
6162
6163 * strings.texi (Modifying Strings): Clarify that `clear-string'
6164 always converts the string to unibyte.
6165
6166 2007-02-14 Kim F. Storm <storm@cua.dk>
6167
6168 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
6169 Rewrite glyph code description to refer to these functions.
6170 Remove details of encoding face number and char into integer code.
6171
6172 2007-02-03 Alan Mackenzie <acm@muc.de>
6173
6174 * loading.texi (Hooks for Loading): Make the description of
6175 `eval-after-load' more detailed, and amend the description of
6176 after-load-alist, in accordance with changes from 2006-05.
6177
6178 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
6179
6180 * modes.texi (Defining Minor Modes): Document that a :require
6181 keyword or similar may be required to make saved customization
6182 variables work.
6183
6184 2007-02-03 Eli Zaretskii <eliz@gnu.org>
6185
6186 * elisp.texi (Top): Make the detailed menu headers compliant with
6187 Texinfo guidelines and with what texnfo-upd.el expects.
6188 Add comments to prevent people from inadvertently modifying the key
6189 parts needed by `texinfo-multiple-files-update'.
6190
6191 2007-02-02 Eli Zaretskii <eliz@gnu.org>
6192
6193 * elisp.texi (Top): Update the top-level menus.
6194
6195 * syntax.texi (Categories): Add index entries.
6196
6197 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
6198
6199 * display.texi (Attribute Functions): Fix name and description of
6200 the UNDERLINE arg of `set-face-underline-p'.
6201
6202 2007-01-29 Eli Zaretskii <eliz@gnu.org>
6203
6204 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
6205 Variables", and "Standard Keymaps" to the detailed menu.
6206
6207 * variables.texi (Future Local Variables): Add index entry.
6208
6209 2007-01-28 Richard Stallman <rms@gnu.org>
6210
6211 * tips.texi (Coding Conventions): Clarify the tip about macros
6212 that define a function or a variable.
6213
6214 * files.texi (File Attributes): UID and GID can be floats.
6215 (Magic File Names): Explain why deferring all operations to
6216 the standard handler does not work.
6217
6218 2007-01-23 Martin Rudalics <rudalics@gmx.at>
6219
6220 * backups.texi (Reverting): Use "buffer" instead of "file"
6221 when talking about major and minor modes.
6222
6223 2007-01-21 Richard Stallman <rms@gnu.org>
6224
6225 * help.texi (Documentation): Add xref to Documentation Tips.
6226
6227 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
6228
6229 * tips.texi (Coding Conventions): Fix typos.
6230
6231 2007-01-05 Richard Stallman <rms@gnu.org>
6232
6233 * modes.texi (Defining Minor Modes): Fix previous change.
6234
6235 2007-01-03 Richard Stallman <rms@gnu.org>
6236
6237 * customize.texi (Variable Definitions, Customization Types):
6238 Don't use * in doc string for defcustom.
6239
6240 2007-01-02 Richard Stallman <rms@gnu.org>
6241
6242 * variables.texi (Variable Aliases): Clarify that aliases vars
6243 always have the same value.
6244
6245 * processes.texi (Bindat Spec): Fix Texinfo usage.
6246
6247 * modes.texi (Defining Minor Modes): Explain effect of command
6248 defined with define-global-minor-mode on new buffers.
6249
6250 2006-12-30 Kim F. Storm <storm@cua.dk>
6251
6252 * keymaps.texi (Tool Bar): Describe `grow-only' value of
6253 `auto-resize-tool-bars'.
6254
6255 2006-12-30 Richard Stallman <rms@gnu.org>
6256
6257 * keymaps.texi (Active Keymaps): Fix previous change.
6258
6259 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
6260
6261 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
6262
6263 2006-12-30 Kim F. Storm <storm@cua.dk>
6264
6265 * processes.texi (Bindat Spec): Clarify using field names in
6266 length specifications.
6267
6268 2006-12-29 Kim F. Storm <storm@cua.dk>
6269
6270 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
6271 Add count and index variables for eval forms in repeat blocks.
6272
6273 2006-12-24 Richard Stallman <rms@gnu.org>
6274
6275 * customize.texi (Variable Definitions):
6276 Document new name custom-add-frequent-value.
6277
6278 2006-12-19 Kim F. Storm <storm@cua.dk>
6279
6280 * commands.texi (Misc Events): User signals now result in sigusr1
6281 and sigusr2 events which are handled through special-event-map.
6282 (Special Events): User signals and drag-n-drop are special.
6283
6284 2006-12-17 Richard Stallman <rms@gnu.org>
6285
6286 * loading.texi (Named Features): Explain subfeatures better.
6287
6288 * customize.texi: Use "option" only for user options.
6289 For the keyword values inside defcustom etc, say "keywords".
6290 For :options value's elements, say "elements".
6291 :group should not be omitted.
6292
6293 * syntax.texi (Parsing Expressions): Split up node.
6294 (Motion via Parsing, Position Parse, Parser State)
6295 (Low-Level Parsing, Control Parsing): New subnodes.
6296 (Parser State): Document syntax-ppss-toplevel-pos.
6297
6298 * positions.texi (List Motion): Punctuation fix.
6299
6300 * files.texi (File Name Completion): Document PREDICATE arg
6301 to file-name-completion.
6302
6303 2006-12-16 Eli Zaretskii <eliz@gnu.org>
6304
6305 * internals.texi (Building Emacs, Writing Emacs Primitives):
6306 Add index entries.
6307
6308 2006-12-11 Richard Stallman <rms@gnu.org>
6309
6310 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
6311 affects face menu. Explain how to make it non-nil without enabling
6312 any fontification.
6313
6314 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6315
6316 * modes.texi (Font Lock Basics): Document nil value of
6317 font-lock-defaults.
6318
6319 2006-12-10 Glenn Morris <rgm@gnu.org>
6320
6321 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
6322 value for system-flag argument. Abbrev tables may not be empty
6323 when major modes are loaded.
6324
6325 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
6326
6327 * makefile.w32-in (maintainer-clean): Partially revert last
6328 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
6329 to protect elisp-covers.texi.
6330
6331 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
6332
6333 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
6334 Don't remove elisp* info files; they are already deleted by the
6335 `clean' and `distclean' targets, and they are in the $(infodir)
6336 directory, not the current one.
6337
6338 2006-12-04 Kim F. Storm <storm@cua.dk>
6339
6340 * commands.texi (Misc Events): Update signal events.
6341 (Event Examples): Add signal example.
6342
6343 2006-11-29 Richard Stallman <rms@gnu.org>
6344
6345 * frames.texi (Visibility of Frames): Explain visible windows
6346 can be covered by others. Add xref for raise-frame.
6347
6348 2006-11-28 Richard Stallman <rms@gnu.org>
6349
6350 * searching.texi (Regexp Special): Update when ^ is special.
6351
6352 2006-11-27 Eli Zaretskii <eliz@gnu.org>
6353
6354 * customize.texi (Customization, Common Keywords)
6355 (Group Definitions, Variable Definitions, Composite Types)
6356 (Type Keywords, Customization Types): Add index entries for
6357 various customization keywords.
6358
6359 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6360
6361 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
6362
6363 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
6364
6365 * frames.texi (Window System Selections): Remove clipboard from
6366 description of selection-coding-system.
6367
6368 2006-11-06 Richard Stallman <rms@gnu.org>
6369
6370 * lists.texi (List Variables): Document COMPARE-FN.
6371
6372 * keymaps.texi: Avoid use of "binding" to mean a relation;
6373 use it only to refer to the meaning associated with a key.
6374 (Keymaps): Change menu node description.
6375
6376 * elisp.texi (Top): Change menu node description.
6377
6378 * display.texi (Managing Overlays): Document overlay-recenter.
6379
6380 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
6381
6382 * Makefile.in: Use relative paths to avoid advertising filesystem
6383 contents during compilation.
6384
6385 2006-10-23 Kim F. Storm <storm@cua.dk>
6386
6387 * commands.texi (Event Input Misc): Update unread-command-events.
6388
6389 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
6390
6391 * lists.texi (Sets And Lists): Fix typos.
6392
6393 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
6394
6395 * control.texi (Processing of Errors): Use @var for an argument,
6396 not @code.
6397
6398 2006-10-16 Richard Stallman <rms@gnu.org>
6399
6400 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
6401
6402 * keymaps.texi (Format of Keymaps): Show all the keymap element
6403 patterns that result from menu items.
6404 (Key Lookup): Minor cleanups.
6405
6406 * modes.texi (Precalculated Fontification): Don't say that
6407 not setting font-lock-defaults avoids loading font-lock.
6408
6409 * help.texi (Documentation): Move xref to Emacs Manual here.
6410 (Documentation Basics): From here.
6411 Also doc emacs-lisp-docstring-fill-column.
6412
6413 * elisp.texi: Update version and ISBN.
6414
6415 * commands.texi (Interactive Call): Clarify KEYS arg to
6416 call-interactively is a vector.
6417 (Command Loop Info): Delete anchor in this-command-keys.
6418 Add anchor in this-command-keys-vector.
6419 (Recursive Editing): Document how recursive-edit
6420 handles the current buffer.
6421
6422 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
6423
6424 * frames.texi (Frame Titles): %c and %l are ignored in
6425 frame-title-format.
6426
6427 2006-10-11 Richard Stallman <rms@gnu.org>
6428
6429 * keymaps.texi (Key Sequences): Clarify use of kbd.
6430
6431 2006-10-10 Kim F. Storm <storm@cua.dk>
6432
6433 * lists.texi (Sets And Lists): Add memql.
6434
6435 2006-10-03 Richard Stallman <rms@gnu.org>
6436
6437 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
6438 Clarify :ascii: and :nonascii:.
6439
6440 2006-09-29 Juri Linkov <juri@jurta.org>
6441
6442 * modes.texi (%-Constructs): Reorder coding systems in the
6443 documentation of %z to the real order displayed in the modeline.
6444
6445 2006-09-25 Richard Stallman <rms@gnu.org>
6446
6447 * os.texi (Timers): Describe timer-max-repeats.
6448
6449 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
6450
6451 * os.texi (Timers): Mention with-local-quit.
6452
6453 2006-09-24 Richard Stallman <rms@gnu.org>
6454
6455 * searching.texi (Searching and Matching): Mention property search.
6456
6457 * commands.texi (Command Loop Info): Explain how read-event affects
6458 this-command-keys.
6459
6460 2006-09-20 Richard Stallman <rms@gnu.org>
6461
6462 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
6463
6464 * windows.texi (Window Start): Minor cleanups.
6465
6466 2006-09-20 Kim F. Storm <storm@cua.dk>
6467
6468 * windows.texi (Window Start): pos-visible-in-window-p allows
6469 specifying t for position to mean "end of window".
6470 Add window-line-height.
6471
6472 * anti.texi (Antinews): Mention window-line-height.
6473
6474 2006-09-19 David Kastrup <dak@gnu.org>
6475
6476 * keymaps.texi (Searching Keymaps): Small clarification.
6477
6478 2006-09-18 Richard Stallman <rms@gnu.org>
6479
6480 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
6481 cause keyboard menus.
6482 (Menu Keymaps): Likewise.
6483 (Defining Menus, Keyboard Menus): Clarify.
6484
6485 * text.texi (Fields): Clarify explanation of constrain-to-field.
6486
6487 2006-09-16 Eli Zaretskii <eliz@gnu.org>
6488
6489 * variables.texi (Tips for Defining): Fix a typo.
6490
6491 2006-09-15 Richard Stallman <rms@gnu.org>
6492
6493 * keymaps.texi (Remapping Commands, Searching Keymaps)
6494 (Active Keymaps): Clean up previous change.
6495
6496 2006-09-15 Jay Belanger <belanger@truman.edu>
6497
6498 * gpl.texi: Replace "Library Public License" by "Lesser Public
6499 License" throughout.
6500
6501 2006-09-15 David Kastrup <dak@gnu.org>
6502
6503 * keymaps.texi (Active Keymaps): Adapt description to use
6504 `get-char-property' instead `get-text-property'. Explain how
6505 mouse events change this. Explain the new optional argument of
6506 `key-binding' and its mouse-dependent lookup.
6507 (Searching Keymaps): Adapt description similarly.
6508 (Remapping Commands): Explain the new optional argument of
6509 `command-remapping'.
6510
6511 2006-09-14 Richard Stallman <rms@gnu.org>
6512
6513 * keymaps.texi (Searching Keymaps): Clarification.
6514 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
6515
6516 2006-09-13 Richard Stallman <rms@gnu.org>
6517
6518 * objects.texi (Character Type): Node split.
6519 Add xref to Describing Characters.
6520 (Basic Char Syntax, General Escape Syntax)
6521 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
6522
6523 2006-09-11 Richard Stallman <rms@gnu.org>
6524
6525 * display.texi (Display Table Format): Wording clarification.
6526 (Glyphs): Clarifications.
6527
6528 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
6529
6530 * keymaps.texi (Active Keymaps): Mention that key-binding checks
6531 local maps.
6532
6533 2006-09-10 Kim F. Storm <storm@cua.dk>
6534
6535 * display.texi (Forcing Redisplay): Document return value of
6536 function redisplay.
6537
6538 2006-09-09 Richard Stallman <rms@gnu.org>
6539
6540 * windows.texi (Window Hooks): Explain limits of
6541 window-scroll-functions.
6542
6543 * display.texi (Fringe Indicators): Update for last change in
6544 indicate-buffer-boundaries.
6545
6546 2006-09-08 Richard Stallman <rms@gnu.org>
6547
6548 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
6549
6550 2006-09-06 Kim F. Storm <storm@cua.dk>
6551
6552 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
6553
6554 * windows.texi (Window Start): Update pos-visible-in-window-p.
6555
6556 2006-09-04 Richard Stallman <rms@gnu.org>
6557
6558 * processes.texi (Accepting Output): Explain SECONDS=0 for
6559 accept-process-output.
6560
6561 * os.texi (Idle Timers): Explain why timer functions should not
6562 loop until (input-pending-p).
6563
6564 2006-09-02 Eli Zaretskii <eliz@gnu.org>
6565
6566 * makefile.w32-in (usermanualdir): New variable.
6567 (elisp.dvi): Use it.
6568
6569 2006-09-01 Eli Zaretskii <eliz@gnu.org>
6570
6571 * buffers.texi (Buffer Modification): Fix last change.
6572
6573 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
6574
6575 * buffers.texi (Buffer Modification):
6576 Document buffer-chars-modified-tick.
6577
6578 2006-08-31 Richard Stallman <rms@gnu.org>
6579
6580 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
6581
6582 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
6583
6584 * modes.texi (Syntactic Font Lock):
6585 Mention font-lock-syntactic-face-function
6586 instead of specific faces.
6587
6588 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
6589
6590 * display.texi (Images): Add xrref to display-images-p.
6591
6592 2006-08-28 Kenichi Handa <handa@m17n.org>
6593
6594 * nonascii.texi (Lisp and Coding Systems): Fix description of
6595 detect-coding-region.
6596
6597 2006-08-27 Michael Olson <mwolson@gnu.org>
6598
6599 * processes.texi (Transaction Queues): Remove stray quote
6600 character.
6601
6602 2006-08-25 Richard Stallman <rms@gnu.org>
6603
6604 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
6605 Add xref.
6606
6607 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
6608
6609 * os.texi (Timers): Avoid waiting inside timers.
6610
6611 2006-08-21 Lute Kamstra <lute@gnu.org>
6612
6613 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
6614
6615 2006-08-20 Richard Stallman <rms@gnu.org>
6616
6617 * os.texi (Idle Timers): New node, split out from Timers.
6618 Document current-idle-time.
6619 * commands.texi (Reading One Event): Update xref.
6620 * elisp.texi (Top): Update subnode menu.
6621
6622 2006-08-16 Richard Stallman <rms@gnu.org>
6623
6624 * keymaps.texi (Extended Menu Items): Show format of cached
6625 bindings in extended menu items.
6626
6627 * customize.texi (Variable Definitions): Explain when the
6628 standard value expression is evaluated.
6629
6630 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
6631
6632 * commands.texi (Reading One Event): Explain idleness in
6633 `read-event'.
6634
6635 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
6636
6637 * text.texi (Near Point): Say "cursor" not "terminal cursor".
6638 (Commands for Insertion): Remove split-line since it's not
6639 relevant for Lisp programming.
6640 (Yank Commands): Rewrite introduction.
6641 (Undo): Clarify.
6642 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
6643 (Filling): Remove redundant comment. Clarify return value of
6644 current-justification.
6645 (Margins): Minor clarifications.
6646 (Adaptive Fill): Update default value of adaptive-fill-regexp.
6647 (Sorting): Update definition of sort-lines.
6648 (Columns): Clarify behavior of sort-columns.
6649 (Indent Tabs): Link to Tab Stops in Emacs manual.
6650 (Special Properties): Clarify.
6651 (Clickable Text): Mention Buttons package.
6652
6653 2006-08-12 Kevin Ryde <user42@zip.com.au>
6654
6655 * os.texi (Time Parsing): Add %z to description of
6656 format-time-string, as per docstring. Add cross reference to
6657 glibc manual for strftime.
6658
6659 2006-08-08 Richard Stallman <rms@gnu.org>
6660
6661 * modes.texi: Clean up wording in previous change.
6662
6663 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
6664
6665 * modes.texi (Hooks): Clarify.
6666 (Major Mode Basics): Mention define-derived-mode explicitly.
6667 (Major Mode Conventions): Rebinding RET is OK for some modes.
6668 Mention change-major-mode-hook and after-change-major-mode-hook.
6669 (Example Major Modes): Move to end of Modes section.
6670 (Mode Line Basics): Clarify.
6671 (Mode Line Data): Mention help-echo and local-map in strings.
6672 Explain reason for treatment of non-risky variables.
6673 (Properties in Mode): Clarify.
6674 (Faces for Font Lock): Add font-lock-negation-char-face.
6675
6676 2006-08-04 Eli Zaretskii <eliz@gnu.org>
6677
6678 * strings.texi (Formatting Strings): Warn against arbitrary
6679 strings as first arg to `format'.
6680
6681 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
6682
6683 * text.texi (Clickable Text): Mention `help-echo' text property.
6684 Update intro, examples and associated explanations.
6685
6686 2006-07-31 Richard Stallman <rms@gnu.org>
6687
6688 * commands.texi: Update xrefs.
6689 (Event Mod): New node, cut out from old Translating Input.
6690
6691 * maps.texi: Update xrefs.
6692
6693 * keymaps.texi (Translation Keymaps): New node.
6694 Update xrefs from Translating Input to Translation Keymaps.
6695
6696 * elisp.texi (Top): Update subnode menu.
6697
6698 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
6699
6700 * os.texi (System Interface): Fix menu descriptions of some nodes.
6701 (Translating Input): Node deleted.
6702
6703 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
6704
6705 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
6706
6707 * lists.texi (Sets And Lists): Likewise.
6708
6709 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
6710
6711 * text.texi (Fields): Mention POS
6712 requirement when narrowing is in effect.
6713
6714 2006-07-28 Richard Stallman <rms@gnu.org>
6715
6716 * display.texi (Face Attributes): Simplify wording.
6717 (Attribute Functions): Clarify meaning of new-frame default
6718 attribute settings.
6719
6720 * customize.texi (Common Keywords): Document how to use
6721 :package-version in a package not in Emacs.
6722
6723 2006-07-28 Kim F. Storm <storm@cua.dk>
6724
6725 * commands.texi (Reading One Event): Fix last change.
6726
6727 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
6728
6729 * commands.texi (Reading One Event): Document SECONDS argument for
6730 read-event, read-char, and read-char-exclusive.
6731
6732 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6733
6734 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
6735 to ensure correct identification.
6736
6737 2006-07-24 Richard Stallman <rms@gnu.org>
6738
6739 * text.texi (Clickable Text): Clarify.
6740
6741 * sequences.texi (Vector Functions): Delete duplicate xref.
6742
6743 * objects.texi (Function Type): Clarify.
6744
6745 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
6746 modes.
6747
6748 * lists.texi (List Variables): New node.
6749 Material moved from other nodes.
6750
6751 * variables.texi (Setting Variables): add-to-list and
6752 add-to-ordered-list moved to List Variables node.
6753
6754 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
6755
6756 * text.texi (Links and Mouse-1):
6757 For mouse-on-link-p, expand on arg POS.
6758
6759 2006-07-21 Kim F. Storm <storm@cua.dk>
6760
6761 * display.texi (Forcing Redisplay): Don't mention systems which
6762 don't support sub-second timers for redisplay-preemption-period.
6763
6764 * os.texi (Terminal Output): Clarify text vs graphical terminal.
6765
6766 2006-07-21 Eli Zaretskii <eliz@gnu.org>
6767
6768 * frames.texi (Input Focus): Document that focus-follows-mouse has
6769 no effect on MS-Windows.
6770
6771 2006-07-18 Richard Stallman <rms@gnu.org>
6772
6773 * display.texi (Forcing Redisplay): Cleanups in previous change.
6774
6775 * processes.texi (Low-Level Network): Make menu more convenient.
6776
6777 2006-07-18 Kim F. Storm <storm@cua.dk>
6778
6779 * display.texi (Forcing Redisplay): redisplay-preemption-period
6780 only used on window systems. Add xref to Terminal Output.
6781
6782 * os.texi (Terminal Output): baud-rate only controls preemption on
6783 non-window systems. Add xref to Forcing Redisplay.
6784
6785 * processes.texi (Low-Level Network): Rename node "Make Network"
6786 to "Network Processes".
6787
6788 2006-07-18 Karl Berry <karl@gnu.org>
6789
6790 * variables.texi, functions.texi, customize.texi, loading.texi:
6791 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
6792
6793 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
6794
6795 * commands.texi (Waiting): Document batch-mode sit-for behavior.
6796
6797 2006-07-17 Richard Stallman <rms@gnu.org>
6798
6799 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
6800 Put period and comma inside quotes.
6801
6802 * loading.texi, markers.texi: Use real doublequote inside menus.
6803
6804 * windows.texi: Put point and comma inside quotes.
6805 (Textual Scrolling): Use @samp for error message.
6806
6807 * variables.texi, tips.texi, syntax.texi, symbols.texi:
6808 * strings.texi, streams.texi, processes.texi, os.texi:
6809 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
6810 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
6811 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
6812 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
6813 Put point and comma inside quotes.
6814
6815 * control.texi (Processing of Errors): Add command-error-function.
6816
6817 * variables.texi (File Local Variables): Clarify that
6818 file local variables make buffer-local bindings.
6819
6820 * modes.texi (Syntactic Font Lock): Give default for
6821 font-lock-syntax-table.
6822
6823 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
6824
6825 * text.texi (Special Properties): Clean up previous change.
6826
6827 2006-07-16 Karl Berry <karl@gnu.org>
6828
6829 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
6830 * control.texi: Fix bad page breaks through chapter 10 (control).
6831
6832 * anti.texi (Antinews): Reorder face-attribute fns to avoid
6833 underfull hbox.
6834
6835 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
6836
6837 * text.texi (Special Properties): Describe fontified text property
6838 in relation to a character (not text).
6839
6840 2006-07-15 Kim F. Storm <storm@cua.dk>
6841
6842 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
6843 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
6844 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
6845
6846 * anti.texi (Antinews): Mention redisplay function.
6847 The kbd macro existed, but was not documented, before 22.x.
6848 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
6849
6850 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
6851
6852 * display.texi (Displaying Messages): Add anchor.
6853
6854 * frames.texi (Dialog Boxes): Use it.
6855
6856 2006-07-12 Richard Stallman <rms@gnu.org>
6857
6858 * objects.texi (Frame Type): Explain nature of frames better.
6859
6860 * frames.texi (Frames): Explain nature of frames better.
6861
6862 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
6863
6864 * tips.texi (Coding Conventions): Explain why use cl at compile time.
6865
6866 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6867
6868 * frames.texi (Window System Selections): Mention scrap support for Mac.
6869 Default value of x-select-enable-clipboard is t on Mac.
6870
6871 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
6872
6873 2006-07-11 Kim F. Storm <storm@cua.dk>
6874
6875 * display.texi (Forcing Redisplay): Add `redisplay' function.
6876 Don't mention (sit-for -1) -- use (redisplay t) instead.
6877
6878 * commands.texi (Waiting): (sit-for -1) is no longer special.
6879 (sit-for 0) is equivalent to (redisplay).
6880 Iconifying/deiconifying no longer makes sit-for return.
6881
6882 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
6883
6884 * display.texi (Buttons): Fix typo.
6885
6886 * index.texi, elisp.texi (New Symbols): Comment node out.
6887
6888 2006-07-09 Richard Stallman <rms@gnu.org>
6889
6890 * display.texi (Truncation): Clean up previous change.
6891
6892 2006-07-08 Richard Stallman <rms@gnu.org>
6893
6894 * commands.texi (Interactive Call): Use 3 as prefix in example
6895 for execute-extended-command.
6896
6897 * display.texi (Attribute Functions): Move paragraph about
6898 compatibility with Emacs < 21.
6899
6900 2006-07-09 Kim F. Storm <storm@cua.dk>
6901
6902 * display.texi (Refresh Screen): Clarify force-window-update.
6903 (Truncation): "Normally" indicated by fringe arrows.
6904
6905 2006-07-08 Eli Zaretskii <eliz@gnu.org>
6906
6907 * windows.texi (Textual Scrolling, Resizing Windows):
6908 * variables.texi (Constant Variables):
6909 * text.texi (Buffer Contents, Deletion, Changing Properties)
6910 (Property Search, Special Properties, Sticky Properties)
6911 (Links and Mouse-1, Fields, Change Hooks):
6912 * syntax.texi (Syntax Table Functions, Parsing Expressions)
6913 (Categories):
6914 * symbols.texi (Other Plists):
6915 * streams.texi (Output Variables):
6916 * processes.texi (Input to Processes, Query Before Exit):
6917 * positions.texi (Word Motion, Text Lines, List Motion):
6918 * os.texi (Init File, System Environment, Sound Output)
6919 (Session Management):
6920 * nonascii.texi (Text Representations, Character Sets)
6921 (Chars and Bytes, Locales):
6922 * modes.texi (Defining Minor Modes, Header Lines):
6923 * minibuf.texi (Minibuffer Contents):
6924 * markers.texi (Information from Markers):
6925 * lists.texi (List Elements, Building Lists, Association Lists):
6926 * keymaps.texi (Tool Bar):
6927 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
6928 * functions.texi (What Is a Function, Mapping Functions):
6929 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
6930 (Color Names, Text Terminal Colors, Display Feature Testing):
6931 * files.texi (Visiting Functions, File Name Components)
6932 (Unique File Names, Contents of Directories):
6933 * display.texi (Forcing Redisplay, Displaying Messages)
6934 (Temporary Displays, Font Selection, Auto Faces)
6935 (Font Lookup, Fringe Indicators, Display Margins)
6936 (Image Descriptors, Showing Images, Image Cache, Button Types)
6937 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
6938 (Display Table Format, Glyphs):
6939 * control.texi (Iteration):
6940 * commands.texi (Command Loop Info, Adjusting Point):
6941 * backups.texi (Making Backups, Auto-Saving):
6942 Remove @tindex entries.
6943
6944 2006-07-07 Kim F. Storm <storm@cua.dk>
6945
6946 * display.texi (Fringe Cursors): Fix typo.
6947 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
6948 (Overlay Arrow): Default is overlay-arrow fringe indicator.
6949
6950 2006-07-05 Richard Stallman <rms@gnu.org>
6951
6952 * text.texi (Buffer Contents): Add example of text props
6953 in result of buffer-substring.
6954 (Text Properties): Explain better about use of specific property names.
6955 (Property Search): Some cleanups; reorder some functions.
6956
6957 * keymaps.texi (Changing Key Bindings): Cleanup.
6958 Add xref to Key Binding Conventions.
6959
6960 * display.texi (Attribute Functions): Add examples for
6961 face-attribute-relative-p.
6962
6963 * tips.texi (Coding Conventions): Cleanup last change.
6964
6965 2006-07-05 Karl Berry <karl@gnu.org>
6966
6967 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
6968 Remove @setchapternewpage odd.
6969 Result is 1013 pages, down from 1100.
6970
6971 * anti.texi, customize.texi, display.texi, internals.texi:
6972 * minibuf.texi, modes.texi, tips.texi:
6973 Fix overfull/underfull boxes.
6974
6975 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
6976
6977 * edebug.texi (Instrumenting):
6978 Add Edebug-specific findex for eval-buffer.
6979 * loading.texi (Loading):
6980 Replace eval-current-buffer with eval-buffer.
6981
6982 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
6983
6984 * locals.texi (Standard Buffer-Local Variables): Update the list
6985 of variables.
6986
6987 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
6988
6989 * files.texi (File Name Completion): Point user to the node
6990 "Reading File Names".
6991
6992 2006-06-24 Eli Zaretskii <eliz@gnu.org>
6993
6994 * files.texi (Contents of Directories): Document case-insensitive
6995 behavior on respective filesystems.
6996
6997 * objects.texi (Character Type): Document that Emacs signals an
6998 error for unsupported Unicode characters specified as \uNNNN.
6999
7000 2006-06-19 Richard Stallman <rms@gnu.org>
7001
7002 * processes.texi (Bindat Spec): Clarify previous change.
7003
7004 2006-06-16 Richard Stallman <rms@gnu.org>
7005
7006 * tips.texi (Coding Conventions): Better explain conventions
7007 for definition constructs.
7008
7009 * text.texi (Special Properties): String value of `read-only'
7010 serves as the error message.
7011
7012 * objects.texi (Character Type): Clarify prev. change.
7013 (Non-ASCII in Strings): Mention \u and \U.
7014
7015 * commands.texi (Using Interactive): Explain problem of
7016 markers, etc., in command-history.
7017
7018 2006-06-14 Kim F. Storm <storm@cua.dk>
7019
7020 * commands.texi (Waiting): Negative arg to sit-for forces
7021 redisplay even if input is pending.
7022
7023 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
7024 redisplay. Remove incorrect example of binding redisplay-dont-pause
7025 around (sit-for 0).
7026
7027 2006-06-13 Richard Stallman <rms@gnu.org>
7028
7029 * display.texi (Forcing Redisplay): Clarify previous change.
7030
7031 2006-06-13 Romain Francoise <romain@orebokech.com>
7032
7033 * display.texi (Forcing Redisplay): Fix typo.
7034
7035 2006-06-13 Kim F. Storm <storm@cua.dk>
7036
7037 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
7038
7039 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
7040
7041 * tips.texi (Coding Conventions): Add `@end itemize'.
7042
7043 2006-06-10 Richard Stallman <rms@gnu.org>
7044
7045 * tips.texi (Coding Conventions): Explain use of coding systems
7046 to ensure one decoding for strings.
7047
7048 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
7049
7050 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7051 syntax.
7052
7053 2006-06-07 Eli Zaretskii <eliz@gnu.org>
7054
7055 * display.texi (Font Selection): Remove description of
7056 clear-face-cache.
7057
7058 * compile.texi (Eval During Compile): Fix a typo. Add index
7059 entries for possible uses of eval-when-compile.
7060
7061 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
7062
7063 * display.texi (Abstract Display): Fix typo.
7064
7065 2006-06-03 Eli Zaretskii <eliz@gnu.org>
7066
7067 * minibuf.texi (Minibuffer History) <history-add-new-input>:
7068 Reword variable's description.
7069
7070 2006-06-01 Richard Stallman <rms@gnu.org>
7071
7072 * windows.texi (Splitting Windows): Clarify splitting nonselected
7073 window.
7074
7075 2006-05-31 Juri Linkov <juri@jurta.org>
7076
7077 * minibuf.texi (Minibuffer History): Add history-add-new-input.
7078
7079 2006-05-30 Richard Stallman <rms@gnu.org>
7080
7081 * display.texi (Line Height): Fix errors in description of
7082 default line height and line-height property.
7083
7084 * nonascii.texi (Default Coding Systems): Further clarification.
7085
7086 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
7087
7088 * internals.texi (Pure Storage): Mention that an overflow in pure
7089 space causes a memory leak.
7090 (Garbage Collection): If there was an overflow in pure space,
7091 `garbage-collect' returns nil.
7092
7093 2006-05-30 Eli Zaretskii <eliz@gnu.org>
7094
7095 * nonascii.texi (Default Coding Systems): Fix it some more.
7096
7097 2006-05-29 Eli Zaretskii <eliz@gnu.org>
7098
7099 * nonascii.texi (Default Coding Systems): Fix last change.
7100
7101 2006-05-29 Kenichi Handa <handa@m17n.org>
7102
7103 * nonascii.texi (find-operation-coding-system): Describe the new
7104 argument format (FILENAME . BUFFER).
7105
7106 2006-05-28 Richard Stallman <rms@gnu.org>
7107
7108 * tips.texi (Coding Conventions): Better explain reasons not to
7109 advise other packages or use `eval-after-load'.
7110
7111 2006-05-29 Kim F. Storm <storm@cua.dk>
7112
7113 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
7114 `bindat-idx' and `bindat-raw' for clarity.
7115
7116 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7117
7118 * processes.texi (Bindat Spec): Expand on `repeat' handler.
7119
7120 * display.texi (Display): Add "Abstract Display" to menu.
7121 (Abstract Display, Abstract Display Functions)
7122 (Abstract Display Example): New nodes.
7123 * elisp.texi (Top): Add "Abstract Display" to menu.
7124
7125 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
7126
7127 * keymaps.texi (Key Sequences): Link to input events definition.
7128 (Format of Keymaps): Delete material duplicated in Keymap Basics.
7129
7130 * files.texi (Changing Files): Document updated argument list for
7131 copy-file.
7132
7133 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7134
7135 * processes.texi (Bindat Functions): Explain term "total length".
7136 Use it in bindat-length and bindat-pack descriptions.
7137
7138 2006-05-26 Eli Zaretskii <eliz@gnu.org>
7139
7140 * tips.texi (Coding Conventions): Advise against using
7141 eval-after-load in packages. Add an index entry.
7142
7143 2006-05-25 Juri Linkov <juri@jurta.org>
7144
7145 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
7146
7147 * modes.texi (%-Constructs): Add %e, %z, %Z.
7148
7149 2006-05-25 Richard Stallman <rms@gnu.org>
7150
7151 * elisp.texi (Top): Update subnode menu.
7152
7153 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
7154 (Keymaps): Update menu.
7155
7156 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
7157
7158 * keymaps.texi (Key Sequences): Some clarifications.
7159
7160 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7161
7162 * processes.texi (Bindat Functions): Say "unibyte string"
7163 explicitly for bindat-unpack and bindat-pack descriptions.
7164 (Bindat Examples): Don't call `string-make-unibyte' in example.
7165
7166 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
7167
7168 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
7169 Explain string and vector representations of key sequences.
7170
7171 * keymaps.texi (Changing Key Bindings):
7172 * commands.texi (Interactive Codes):
7173 * help.texi (Describing Characters): Refer to it.
7174
7175 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
7176
7177 * frames.texi (Pointer Shape): @end table -> @end defvar.
7178
7179 2006-05-22 Richard Stallman <rms@gnu.org>
7180
7181 * elisp.texi (Top): Update subnode menus.
7182
7183 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
7184 Contents rewritten; material from old Pointer Shape node moved here.
7185
7186 * display.texi (Pointer Shape): Node deleted.
7187 (Image Descriptors): Minor cleanup.
7188
7189 2006-05-21 Richard Stallman <rms@gnu.org>
7190
7191 * syntax.texi (Parsing Expressions): Update info on which STATE
7192 elements are ignored.
7193
7194 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
7195
7196 * hooks.texi (Standard Hooks): Correct typo.
7197
7198 * gpl.texi (GPL): ifinfo -> ifnottex.
7199
7200 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
7201
7202 * searching.texi (Simple Match Data): Warn about match data being
7203 set anew by every search.
7204
7205 2006-05-17 Richard Stallman <rms@gnu.org>
7206
7207 * minibuf.texi (Minibuffer History): Clarify.
7208
7209 * searching.texi (Regexp Special): Clarify nested regexp warning.
7210
7211 2006-05-16 Kim F. Storm <storm@cua.dk>
7212
7213 * minibuf.texi (Minibuffer History): Update add-to-history.
7214
7215 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
7216
7217 * nonascii.texi (Explicit Encoding):
7218 Fix typo (encoding<->decoding).
7219
7220 2006-05-14 Richard Stallman <rms@gnu.org>
7221
7222 * buffers.texi (Creating Buffers): Cleanup.
7223
7224 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
7225
7226 2006-05-13 Eli Zaretskii <eliz@gnu.org>
7227
7228 * buffers.texi (Current Buffer): Document that with-temp-buffer
7229 disables undo.
7230
7231 * os.texi (Terminal-Specific): More accurate description of how
7232 Emacs searches for the terminal-specific libraries.
7233
7234 2006-05-12 Eli Zaretskii <eliz@gnu.org>
7235
7236 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
7237 emacs-xtra to @inforef's.
7238
7239 * text.texi (Undo): Document that undo is turned off in buffers
7240 whose names begin with a space.
7241
7242 * buffers.texi (Buffer Names): Add index entries for buffers whose
7243 names begin with a space.
7244 (Creating Buffers): Document that undo is turned off in buffers
7245 whose names begin with a space.
7246
7247 * files.texi (Visiting Functions, Reading from Files)
7248 (Saving Buffers): Mention code and EOL conversions by file I/O
7249 primitives and subroutines.
7250
7251 * nonascii.texi (Lisp and Coding Systems):
7252 Document coding-system-eol-type. Add index entries for eol conversion.
7253
7254 * display.texi (Defining Faces): Mention `mac', and add an xref to
7255 where window-system is described.
7256
7257 2006-05-10 Richard Stallman <rms@gnu.org>
7258
7259 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
7260
7261 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
7262
7263 * variables.texi (File Local Variables): Recommend to quote lambda
7264 expressions in safe-local-variable property.
7265
7266 2006-05-09 Richard Stallman <rms@gnu.org>
7267
7268 * variables.texi (File Local Variables):
7269 Document safe-local-eval-forms and safe-local-eval-function.
7270
7271 2006-05-07 Kim F. Storm <storm@cua.dk>
7272
7273 * minibuf.texi (Minibuffer History): Remove keep-dups arg
7274 from add-to-history.
7275
7276 2006-05-07 Romain Francoise <romain@orebokech.com>
7277
7278 * commands.texi (Event Input Misc):
7279 * compile.texi (Eval During Compile):
7280 * internals.texi (Buffer Internals):
7281 * minibuf.texi (Initial Input):
7282 * nonascii.texi (Scanning Charsets):
7283 * numbers.texi (Comparison of Numbers):
7284 * windows.texi (Textual Scrolling, Vertical Scrolling):
7285 Fix various typos.
7286
7287 2006-05-06 Eli Zaretskii <eliz@gnu.org>
7288
7289 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
7290 conditional xref's to either emacs or emacs-xtra, depending on
7291 @iftex/@ifnottex.
7292
7293 * minibuf.texi (Minibuffer History): Document add-to-history.
7294
7295 2006-05-05 Eli Zaretskii <eliz@gnu.org>
7296
7297 * internals.texi (Pure Storage): Mention the pure overflow message
7298 at startup.
7299
7300 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
7301
7302 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
7303 (Searching Keymaps): Fix pseudo-Lisp description of keymap
7304 search.
7305
7306 2006-05-01 Richard Stallman <rms@gnu.org>
7307
7308 * intro.texi (nil and t): Clarify.
7309
7310 * variables.texi (File Local Variables): Suggest using booleanp.
7311
7312 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
7313
7314 * objects.texi (Type Predicates): Fix typos.
7315
7316 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7317
7318 * intro.texi (nil and t): Add booleanp.
7319
7320 * objects.texi (Type Predicates): Add links for booleanp and
7321 string-or-null-p.
7322
7323 2006-04-29 Richard Stallman <rms@gnu.org>
7324
7325 * modes.texi (Multiline Font Lock): Rename from
7326 Multi line Font Lock Elements. Much clarification.
7327 (Font Lock Multiline, Region to Fontify): Much clarification.
7328
7329 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7330
7331 * variables.texi (File Local Variables): Remove the special case t for
7332 safe-local-variable.
7333
7334 2006-04-26 Richard Stallman <rms@gnu.org>
7335
7336 * syntax.texi (Parsing Expressions): Minor cleanup.
7337
7338 2006-04-18 Richard Stallman <rms@gnu.org>
7339
7340 * tips.texi (Coding Conventions): Explain when the package's
7341 prefix should appear later on (not at the start of the name).
7342
7343 * searching.texi (String Search): Clarify effect of NOERROR.
7344
7345 * modes.texi (Imenu): Clarify what special items do.
7346
7347 * hooks.texi (Standard Hooks): Delete text about old hook names.
7348
7349 2006-04-17 Romain Francoise <romain@orebokech.com>
7350
7351 * variables.texi (Local Variables): Update the default value of
7352 `max-specpdl-size'.
7353
7354 2006-04-15 Michael Olson <mwolson@gnu.org>
7355
7356 * processes.texi (Transaction Queues): Mention the new optional
7357 `delay-question' argument for `tq-enqueue'.
7358
7359 2006-04-13 Bill Wohler <wohler@newt.com>
7360
7361 * customize.texi (Common Keywords): Use dotted notation for
7362 :package-version value. Specify its values. Improve documentation
7363 for customize-package-emacs-version-alist.
7364
7365 2006-04-12 Bill Wohler <wohler@newt.com>
7366
7367 * customize.texi (Common Keywords): Move description of
7368 customize-package-emacs-version-alist to @defvar.
7369
7370 2006-04-10 Bill Wohler <wohler@newt.com>
7371
7372 * customize.texi (Common Keywords): Add :package-version.
7373
7374 2006-04-10 Kim F. Storm <storm@cua.dk>
7375
7376 * text.texi (Buffer Contents): Add NOPROPS arg to
7377 filter-buffer-substring.
7378
7379 2006-04-08 Kevin Ryde <user42@zip.com.au>
7380
7381 * os.texi (Command-Line Arguments): Update xref to emacs manual
7382 "Command Arguments" -> "Emacs Invocation", per change there.
7383
7384 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
7385
7386 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
7387 be on one line to help makeinfo not render two spaces after the dot.
7388
7389 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7390
7391 * strings.texi (Predicates for Strings): Add string-or-null-p.
7392
7393 2006-03-28 Kim F. Storm <storm@cua.dk>
7394
7395 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
7396 remarks about systems that don't support fractional seconds.
7397
7398 2006-03-25 Karl Berry <karl@gnu.org>
7399
7400 * elisp.texi: Use @copyright{} instead of (C), and do not indent
7401 the year list.
7402
7403 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
7404
7405 * display.texi (Fringe Indicators): Fix typos.
7406
7407 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7408
7409 * tips.texi (Documentation Tips): One can now also write `program'
7410 in front of a quoted symbol in a docstring to prevent making a
7411 hyperlink.
7412
7413 2006-03-19 Alan Mackenzie <acm@muc.de>
7414
7415 * text.texi (Special Properties): Clarify `fontified' property.
7416
7417 2006-03-16 Richard Stallman <rms@gnu.org>
7418
7419 * display.texi (Defining Images): Minor cleanup.
7420
7421 2006-03-16 Bill Wohler <wohler@newt.com>
7422
7423 * display.texi (Defining Images): In image-load-path-for-library,
7424 prefer user's images.
7425
7426 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7427
7428 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
7429
7430 2006-03-15 Bill Wohler <wohler@newt.com>
7431
7432 * display.texi (Defining Images): Fix example in
7433 image-load-path-for-library by not recommending that one binds
7434 image-load-path. Just defvar it to placate compiler and only use
7435 it if previously defined.
7436
7437 2006-03-14 Bill Wohler <wohler@newt.com>
7438
7439 * display.texi (Defining Images): In image-load-path-for-library,
7440 always return list of directories. Update example.
7441
7442 2006-03-14 Alan Mackenzie <acm@muc.de>
7443
7444 * modes.texi: New node, "Region to Fontify" (for Font Lock).
7445 This describes font-lock-extend-region-function.
7446 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
7447 the new node "Region to Fontify".
7448
7449 2006-03-13 Richard Stallman <rms@gnu.org>
7450
7451 * display.texi (Invisible Text): The impossible position is
7452 now before the invisible text, not after.
7453 (Defining Images): Clean up last change.
7454
7455 2006-03-11 Bill Wohler <wohler@newt.com>
7456
7457 * display.texi (Defining Images): Add image-load-path-for-library.
7458
7459 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7460
7461 * text.texi (Adaptive Fill): Fix Texinfo usage.
7462
7463 * strings.texi (Creating Strings): Fix Texinfo usage.
7464
7465 * searching.texi (Regexp Special): Use @samp for regular
7466 expressions that are not in Lisp syntax.
7467
7468 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
7469
7470 * searching.texi (Regexp Special): Put remark between parentheses
7471 to avoid misreading.
7472
7473 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
7474
7475 * searching.texi (Syntax of Regexps): More accurately describe
7476 which characters are special in which situations.
7477 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
7478 are not special. Describe in detail when `[' and `]' are special.
7479 (Regexp Backslash): Plenty of regexps with unbalanced square
7480 brackets are valid, so reword that statement.
7481
7482 2006-03-02 Kim F. Storm <storm@cua.dk>
7483
7484 * keymaps.texi (Tool Bar): Add tool-bar-border.
7485
7486 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
7487
7488 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
7489
7490 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
7491
7492 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
7493
7494 * files.texi (Locating Files): Suggest additional values for the
7495 SUFFIXES arg of `locate-file'. Update pxref.
7496
7497 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
7498 (How Programs Do Loading): Discuss the effects of Auto Compression
7499 mode on `load'.
7500 (Load Suffixes): New node.
7501 (Library Search): Delete description of `load-suffixes'; it was
7502 moved to "Load Suffixes".
7503 (Autoload, Named Features): Mention `load-suffixes'.
7504
7505 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7506
7507 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
7508
7509 * windows.texi (Window Tree): Fix typo.
7510
7511 2006-02-20 Kim F. Storm <storm@cua.dk>
7512
7513 * display.texi (Fringe Indicators): New section.
7514 Move indicate-empty-lines, indicate-buffer-boundaries, and
7515 default-indicate-buffer-boundaries here.
7516 Add fringe-indicator-alist and default-fringes-indicator-alist.
7517 Add list of logical fringe indicator symbols.
7518 Update list of standard bitmap names.
7519 (Fringe Cursors): New section.
7520 Move overflow-newline-into-fringe here.
7521 Add fringe-cursor-alist and default-fringes-cursor-alist.
7522 Add list of fringe cursor symbols.
7523
7524 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
7525
7526 * commands.texi (Using Interactive): Fix reference to node
7527 "Minibuffers".
7528
7529 2006-02-19 Richard M. Stallman <rms@gnu.org>
7530
7531 * minibuf.texi (High-Level Completion):
7532 Add xref to read-input-method-name.
7533
7534 * files.texi (Relative File Names): Move file-relative-name here.
7535 (File Name Expansion): From here. Minor clarifications.
7536
7537 * commands.texi (Using Interactive): Add xrefs about reading input.
7538 Clarify remarks about that moving point and mark.
7539 Put string case before list case.
7540
7541 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
7542
7543 * display.texi (Other Display Specs, Image Descriptors):
7544 Revert erroneous changes. The previous description of
7545 image-descriptors as `(image . PROPS)' was correct.
7546
7547 2006-02-14 Richard M. Stallman <rms@gnu.org>
7548
7549 * variables.texi (File Local Variables): Clarifications.
7550
7551 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
7552
7553 * variables.texi (File Local Variables): Use @code for a cons
7554 cell, not @var.
7555
7556 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
7557
7558 * variables.texi (File Local Variables): Document new file local
7559 variable behavior.
7560
7561 2006-02-10 Kim F. Storm <storm@cua.dk>
7562
7563 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
7564
7565 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
7566
7567 * modes.texi (%-Constructs): Remove obsolete info about
7568 `global-mode-string'.
7569
7570 2006-02-07 Richard M. Stallman <rms@gnu.org>
7571
7572 * commands.texi (Prefix Command Arguments): Minor cleanup.
7573
7574 * display.texi: "Graphical display", not window system.
7575
7576 * functions.texi (What Is a Function): Fix xref.
7577
7578 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
7579 (Changing Key Bindings): Clarify when remapping is better than
7580 substitute-key-definition.
7581
7582 2006-02-02 Richard M. Stallman <rms@gnu.org>
7583
7584 * minibuf.texi (Basic Completion): Completion alists are risky.
7585
7586 * keymaps.texi (Active Keymaps): Clarifications.
7587 (Searching Keymaps): New node.
7588 (Keymaps): Update menu.
7589
7590 * frames.texi (Layout Parameters): Minor clarification.
7591 (Drag and Drop): New node.
7592 (Frames): Update menu.
7593
7594 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
7595
7596 * display.texi (Other Display Specs, Image Descriptors):
7597 Image description is a list, not a cons cell.
7598
7599 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7600
7601 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
7602 list is not necessarily a list).
7603
7604 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7605
7606 * frames.texi (Layout Parameters): border-width and
7607 internal-border-width belong to the frame, not the window.
7608
7609 2006-01-19 Richard M. Stallman <rms@gnu.org>
7610
7611 * nonascii.texi (Translation of Characters): Search cmds use
7612 translation-table-for-input. Automatically made local.
7613
7614 * markers.texi (Overview of Markers): Count insertion type
7615 as one of a marker's attributes.
7616
7617 * keymaps.texi (Controlling Active Maps): New node, split out of
7618 Active Keymaps.
7619 (Keymaps): Menu updated.
7620 (Active Keymaps): Give pseudocode to explain how the active
7621 maps are searched. current-active-maps and key-binding moved here.
7622 (Functions for Key Lookup): current-active-maps and key-binding moved.
7623 Clarifications.
7624 (Searching the Keymaps): New subnode.
7625
7626 * elisp.texi (Top): Menu clarification.
7627
7628 * display.texi (Other Display Specs): Delete duplicate entry for
7629 just a string as display spec. Move text about recursive display
7630 specs on such a string.
7631
7632 * commands.texi (Key Sequence Input): Clarify.
7633 Move num-nonmacro-input-events out.
7634 (Reading One Event): num-nonmacro-input-events moved here.
7635
7636 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
7637
7638 * advice.texi (Simple Advice): Update example to fit argument
7639 change in previous-line.
7640
7641 2006-01-05 Richard M. Stallman <rms@gnu.org>
7642
7643 * markers.texi (The Mark): Fix in `mark'.
7644
7645 2006-01-04 Richard M. Stallman <rms@gnu.org>
7646
7647 * processes.texi (Misc Network, Make Network): Minor cleanups.
7648
7649 2006-01-04 Kim F. Storm <storm@cua.dk>
7650
7651 * processes.texi (Make Network): Add IPv6 addresses and handling.
7652 (Network Feature Testing): Mention (:family ipv6).
7653 (Misc Network): Add IPv6 formats to format-network-address.
7654
7655 2005-12-30 Richard M. Stallman <rms@gnu.org>
7656
7657 * text.texi (Changing Properties):
7658 Don't use return value of set-text-properties.
7659
7660 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7661
7662 * modes.texi (Mode Line Format): Correct typo in menu.
7663
7664 2005-12-29 Richard M. Stallman <rms@gnu.org>
7665
7666 * modes.texi (Mode Line Top): New node.
7667 (Mode Line Data): Some text moved to new node.
7668 Explain the data structure more concretely.
7669 (Mode Line Basics): Clarifications.
7670 (Mode Line Variables): Clarify intro paragraph.
7671 (%-Constructs): Clarify intro paragraph.
7672 (Mode Line Format): Update menu.
7673
7674 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7675
7676 * minibuf.texi (Basic Completion): Update lazy-completion-table
7677 examples for removal of ARGS argument.
7678
7679 2005-12-23 Richard M. Stallman <rms@gnu.org>
7680
7681 * text.texi (Undo): Restore some explanation from the version
7682 that was deleted.
7683
7684 2005-12-23 Eli Zaretskii <eliz@gnu.org>
7685
7686 * text.texi (Undo): Remove duplicate descriptions of `apply
7687 funname' and `apply delta' elements of the undo list.
7688
7689 2005-12-20 Richard M. Stallman <rms@gnu.org>
7690
7691 * help.texi (Help Functions): Update documentation of `apropos'.
7692
7693 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
7694
7695 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
7696 because it is confusing. If the :help-echo keyword is a function,
7697 it is not directly used as the :help-echo overlay property, as the
7698 xref seems to suggest (it does not take the appropriate args).
7699
7700 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7701
7702 * customize.texi (Common Keywords): Fix Texinfo usage.
7703 (Group Definitions, Variable Definitions): Update for new
7704 conventions for using `*' in docstrings.
7705
7706 * tips.texi (Documentation Tips): Update for new conventions for
7707 using `*' in docstrings.
7708
7709 2005-12-16 Richard M. Stallman <rms@gnu.org>
7710
7711 * minibuf.texi (Minibuffer Contents): Minor cleanup.
7712
7713 2005-12-16 Juri Linkov <juri@jurta.org>
7714
7715 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
7716
7717 2005-12-14 Romain Francoise <romain@orebokech.com>
7718
7719 * modes.texi (Customizing Keywords): Rename `append' to `how'.
7720 Fix typo.
7721
7722 2005-12-11 Juri Linkov <juri@jurta.org>
7723
7724 * minibuf.texi (Completion Commands): Add mention of read-file-name
7725 for filename completion keymaps.
7726 (Reading File Names): Add mention of filename completion keymaps
7727 for read-file-name and xref to `Completion Commands'.
7728
7729 2005-12-10 Richard M. Stallman <rms@gnu.org>
7730
7731 * customize.texi (Common Keywords): State caveats for use of :tag.
7732
7733 2005-12-08 Richard M. Stallman <rms@gnu.org>
7734
7735 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
7736 with xrefs and better explanation.
7737 (Completion Commands): Add the filename completion maps.
7738
7739 * objects.texi (Character Type): Clarify that \s is not space
7740 if a dash follows.
7741
7742 2005-12-05 Richard M. Stallman <rms@gnu.org>
7743
7744 * windows.texi (Resizing Windows): Delete preserve-before args.
7745
7746 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7747
7748 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
7749 in full keymaps, since the quirk has been fixed.
7750
7751 2005-12-03 Eli Zaretskii <eliz@gnu.org>
7752
7753 * hooks.texi (Standard Hooks): Add index entries.
7754 Mention `compilation-finish-functions'.
7755
7756 2005-11-27 Richard M. Stallman <rms@gnu.org>
7757
7758 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
7759
7760 2005-11-21 Juri Linkov <juri@jurta.org>
7761
7762 * customize.texi (Common Keywords): Update links types
7763 custom-manual and url-link. Add link types emacs-library-link,
7764 file-link, function-link, variable-link, custom-group-link.
7765
7766 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7767
7768 * display.texi: Revert 2005-11-20 change.
7769
7770 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
7771
7772 * processes.texi (Bindat Functions):
7773 Say "third" to refer to zero-based index "2".
7774
7775 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
7776
7777 * loading.texi (Library Search): Update the default value of
7778 `load-suffixes'.
7779
7780 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7781
7782 * display.texi (Attribute Functions): Mention :ignore-defface.
7783
7784 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7785
7786 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
7787 (Minor Mode Conventions): Mention the use of a hook.
7788
7789 2005-11-06 Richard M. Stallman <rms@gnu.org>
7790
7791 * files.texi (Magic File Names): find-file-name-handler checks the
7792 `operations' property of the handler.
7793
7794 2005-11-03 Richard M. Stallman <rms@gnu.org>
7795
7796 * variables.texi (Frame-Local Variables): Small clarification.
7797
7798 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
7799
7800 * os.texi (Init File): Document ~/.emacs.d/init.el.
7801
7802 2005-10-29 Richard M. Stallman <rms@gnu.org>
7803
7804 * internals.texi (Garbage Collection): Document memory-full.
7805
7806 2005-10-28 Bill Wohler <wohler@newt.com>
7807
7808 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
7809 for URLs.
7810
7811 2005-10-28 Richard M. Stallman <rms@gnu.org>
7812
7813 * minibuf.texi (Completion Commands): Clean up prev change.
7814
7815 2005-10-26 Kevin Ryde <user42@zip.com.au>
7816
7817 * compile.texi (Eval During Compile): Explain recommended uses
7818 of eval-when-compile and eval-and-compile.
7819
7820 2005-10-27 Masatake YAMATO <jet@gyve.org>
7821
7822 * minibuf.texi (Completion Commands):
7823 Write about new optional argument for `display-completion-list'.
7824
7825 2005-10-23 Richard M. Stallman <rms@gnu.org>
7826
7827 * display.texi (Overlay Arrow): Clarify about local bindings of
7828 overlay-arrow-position.
7829
7830 2005-10-22 Eli Zaretskii <eliz@gnu.org>
7831
7832 * internals.texi (Building Emacs): Fix last change.
7833
7834 2005-10-22 Richard M. Stallman <rms@gnu.org>
7835
7836 * internals.texi (Building Emacs): Document eval-at-startup.
7837
7838 2005-10-21 Richard M. Stallman <rms@gnu.org>
7839
7840 * loading.texi (Where Defined): load-history contains abs file names.
7841 symbol-file returns abs file names.
7842
7843 2005-10-19 Kim F. Storm <storm@cua.dk>
7844
7845 * display.texi (Showing Images): Add max-image-size integer value.
7846
7847 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
7848
7849 * display.texi (Showing Images): Document max-image-size.
7850
7851 2005-10-17 Richard M. Stallman <rms@gnu.org>
7852
7853 * commands.texi (Quitting): Minor clarification.
7854
7855 * processes.texi (Sentinels): Clarify about output and quitting.
7856 (Filter Functions): Mention with-local-quit.
7857
7858 2005-10-17 Juri Linkov <juri@jurta.org>
7859
7860 * buffers.texi (Current Buffer):
7861 * commands.texi (Event Input Misc):
7862 * compile.texi (Eval During Compile, Compiler Errors):
7863 * customize.texi (Group Definitions):
7864 * display.texi (Progress, Defining Faces):
7865 * files.texi (Writing to Files):
7866 * modes.texi (Mode Hooks, Defining Minor Modes):
7867 * streams.texi (Output Functions):
7868 * syntax.texi (Syntax Table Functions):
7869 * text.texi (Change Hooks):
7870 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
7871
7872 * commands.texi (Quitting): Replace arg `forms' with `body' in
7873 `with-local-quit'.
7874
7875 * positions.texi (Excursions): Replace arg `forms' with `body' in
7876 `save-excursion'.
7877
7878 2005-10-08 Kim F. Storm <storm@cua.dk>
7879
7880 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
7881 Rename manual section accordingly.
7882
7883 2005-10-04 Kim F. Storm <storm@cua.dk>
7884
7885 * windows.texi (Window Split Tree): New section describing
7886 new function window-split-tree function.
7887
7888 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
7889
7890 * display.texi (Fringe Size/Pos): Simplify and add detail.
7891
7892 2005-09-30 Romain Francoise <romain@orebokech.com>
7893
7894 * minibuf.texi (High-Level Completion): Explain that the prompt
7895 given to `read-buffer' should end with a colon and a space.
7896 Update usage examples.
7897
7898 2005-09-29 Juri Linkov <juri@jurta.org>
7899
7900 * display.texi (Displaying Messages): Rename argument name
7901 `string' to `format-string' in functions `message', `message-box',
7902 `message-or-box'.
7903
7904 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
7905
7906 * errors.texi (Standard Errors): Correct xrefs.
7907
7908 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
7909
7910 * display.texi (Defining Images): Update documentation for
7911 `image-load-path'.
7912
7913 2005-09-17 Richard M. Stallman <rms@gnu.org>
7914
7915 * display.texi (Defining Images): Clean up previous change.
7916
7917 2005-09-16 Romain Francoise <romain@orebokech.com>
7918
7919 * elisp.texi: Specify GFDL version 1.2.
7920
7921 * doclicense.texi (GNU Free Documentation License): Update to
7922 version 1.2.
7923
7924 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
7925
7926 * display.texi (Defining Images): Document `image-load-path'.
7927
7928 2005-09-15 Richard M. Stallman <rms@gnu.org>
7929
7930 * objects.texi (Printed Representation): Minor cleanup.
7931 (Box Diagrams): Minor fix.
7932 (Cons Cell Type): Move (...) index item here.
7933 (Box Diagrams): From here.
7934 (Array Type): Minor fix.
7935 (Type Predicates): Delete index "predicates".
7936 (Hash Table Type): Clarify xref.
7937 (Dotted Pair Notation): Minor fix.
7938
7939 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
7940
7941 * files.texi (Saving Buffers): Fix typo.
7942
7943 2005-09-08 Richard M. Stallman <rms@gnu.org>
7944
7945 * tips.texi (Programming Tips): Correct the "default" prompt spec.
7946
7947 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
7948
7949 * locals.texi (Standard Buffer-Local Variables): Don't include
7950 mode variables for minor modes.
7951 Fix xrefs for buffer-display-count, buffer-display-table,
7952 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
7953 enable-multibyte-characters, fill-column, header-line-format,
7954 left-fringe-width, left-margin, and right-fringe-width.
7955
7956 * hooks.texi (Standard Hooks): All hooks should conform to the
7957 standard naming convention now.
7958 Fix xref for `echo-area-clear-hook'.
7959
7960 * display.texi (Usual Display): Note that indicate-empty-lines and
7961 tab-width are buffer-local.
7962
7963 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
7964
7965 * modes.texi (Mode Help): Note that major-mode is buffer-local.
7966
7967 * nonascii.texi (Encoding and I/O): Note that
7968 buffer-file-coding-system is buffer-local.
7969
7970 * positions.texi (List Motion): Note that defun-prompt-regexp is
7971 buffer-local.
7972
7973 * text.texi (Auto Filling): Note that auto-fill-function is
7974 buffer-local.
7975 (Undo): Note that buffer-undo-list is buffer-local.
7976
7977 * windows.texi (Buffers and Windows):
7978 Document buffer-display-count.
7979
7980 2005-09-06 Richard M. Stallman <rms@gnu.org>
7981
7982 * tips.texi (Coding Conventions): Sometimes it is ok to put the
7983 package prefix elsewhere than at the start of the name.
7984
7985 2005-09-03 Richard M. Stallman <rms@gnu.org>
7986
7987 * tips.texi (Programming Tips): Add conventions for minibuffer
7988 questions and prompts.
7989
7990 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
7991
7992 * intro.texi (nil and t): Minor cleanup.
7993 Delete spurious mention of keyword symbols.
7994 (Evaluation Notation): Add index entry.
7995 (A Sample Function Description): Minor cleanup.
7996 (A Sample Variable Description): Not all vars can be set.
7997
7998 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
7999
8000 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
8001
8002 (Insertion): Document precise type of `insert-char' arg COUNT.
8003
8004 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8005
8006 * modes.texi (Other Font Lock Variables): Sync the default of
8007 font-lock-lines-before.
8008
8009 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
8010
8011 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
8012
8013 2005-08-29 Richard M. Stallman <rms@gnu.org>
8014
8015 * elisp.texi (Top): Update subnode menu.
8016
8017 * searching.texi (Searching and Matching): Move node.
8018 Rearrange contents and add overall explanation.
8019 (Searching and Case): Move node.
8020 (Searching and Matching): Update menu.
8021
8022 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8023
8024 * os.texi (Startup Summary): Fix the description of the initial
8025 startup message display.
8026
8027 2005-08-25 Richard M. Stallman <rms@gnu.org>
8028
8029 * searching.texi (Search and Replace): Add replace-regexp-in-string.
8030
8031 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
8032
8033 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
8034 `next-overlay-change' example.
8035
8036 2005-08-22 Juri Linkov <juri@jurta.org>
8037
8038 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
8039 Fix invert-face. Fix args of face-background.
8040
8041 * display.texi (Standard Faces): Delete node.
8042 (Faces): Add xref to `(emacs)Standard Faces'.
8043 (Displaying Faces): Fix xref to `Standard Faces'.
8044
8045 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
8046
8047 2005-08-20 Alan Mackenzie <acm@muc.de>
8048
8049 * buffers.texi (The Buffer List): Clarify the manipulation of the
8050 buffer list.
8051
8052 2005-08-14 Richard M. Stallman <rms@gnu.org>
8053
8054 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
8055 a regexp.
8056
8057 2005-08-11 Richard M. Stallman <rms@gnu.org>
8058
8059 * elisp.texi (Top): Update subnode lists.
8060
8061 * display.texi (Inverse Video): Node deleted.
8062
8063 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
8064 New nodes split out of Coding Conventions.
8065
8066 * searching.texi (Regular Expressions): Document re-builder.
8067
8068 * os.texi (Time Parsing): New node split out of Time Conversion.
8069
8070 * processes.texi (Misc Network, Network Feature Testing)
8071 (Network Options, Make Network): New nodes split out of
8072 Low-Level Network.
8073
8074 2005-08-09 Richard M. Stallman <rms@gnu.org>
8075
8076 * frames.texi (Geometry): New node, split from Size and Position.
8077 (Frame Parameters): Refer to Geometry.
8078
8079 * buffers.texi (The Buffer List): Fix xrefs.
8080
8081 * windows.texi (Splitting Windows): Fix xref.
8082
8083 * frames.texi (Layout Parameters): Add xref.
8084
8085 * display.texi (Line Height, Scroll Bars): Fix xrefs.
8086
8087 * keymaps.texi (Menu Bar): Fix xref.
8088
8089 * locals.texi (Standard Buffer-Local Variables): Fix xref.
8090
8091 * modes.texi (%-Constructs): Fix xref.
8092
8093 * frames.texi (Window Frame Parameters): Node split up.
8094 (Basic Parameters, Position Parameters, Size Parameters)
8095 (Layout Parameters, Buffer Parameters, Management Parameters)
8096 (Cursor Parameters, Color Parameters): New subnodes.
8097
8098 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
8099
8100 * positions.texi (Screen Lines): Update xref for previous change
8101 in minibuf.texi.
8102
8103 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
8104 change in minibuf.texi.
8105
8106 2005-08-09 Richard M. Stallman <rms@gnu.org>
8107
8108 * tips.texi (Coding Conventions): Minor cleanup.
8109
8110 * modes.texi (Defining Minor Modes): Explain when init-value
8111 can be non-nil.
8112
8113 * elisp.texi (Top): Update submenu for Minibuffer.
8114
8115 * minibuf.texi (Minibuffer Misc): Node split up.
8116 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
8117 (Recursive Mini): New nodes split out from Minibuffer Misc.
8118 (Minibuffer Misc): Document max-mini-window-height.
8119
8120 * hash.texi (Defining Hash): Delete stray paren in example.
8121
8122 * display.texi (Echo Area Customization): Don't define
8123 max-mini-window-height here; xref instead.
8124
8125 * commands.texi (Event Input Misc): Update while-no-input.
8126
8127 * advice.texi (Advising Functions): Explain when to use advice
8128 and when to use a hook.
8129
8130 2005-07-30 Eli Zaretskii <eliz@gnu.org>
8131
8132 * makefile.w32-in (info): Don't run install-info.
8133 ($(infodir)/dir): New target, produced by running install-info.
8134
8135 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
8136
8137 * modes.texi (Defining Minor Modes): The keyword for the initial
8138 value is :init-value, not :initial-value.
8139
8140 2005-07-23 Eli Zaretskii <eliz@gnu.org>
8141
8142 * loading.texi (Autoload): Make the `doctor' example be consistent
8143 with what's in current loaddefs.el. Describe the "fn" magic in
8144 the usage portion of the doc string.
8145
8146 2005-07-22 Richard M. Stallman <rms@gnu.org>
8147
8148 * internals.texi (Garbage Collection): Clarify previous change.
8149
8150 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
8151
8152 * internals.texi (Garbage Collection): Add gc-cons-percentage.
8153
8154 2005-07-18 Juri Linkov <juri@jurta.org>
8155
8156 * commands.texi (Accessing Events):
8157 * frames.texi (Text Terminal Colors, Resources):
8158 * markers.texi (The Mark):
8159 * modes.texi (Defining Minor Modes):
8160 Delete duplicate duplicate words.
8161
8162 2005-07-16 Richard M. Stallman <rms@gnu.org>
8163
8164 * display.texi (Managing Overlays): Clarify make-overlay
8165 args for insertion types.
8166
8167 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
8168
8169 * customize.texi (Variable Definitions):
8170 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
8171 `standard-value' is a list too.
8172 (Defining New Types): Use @key{RET} instead of @key{ret}.
8173
8174 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
8175
8176 * os.texi (Translating Input): Fix typo.
8177
8178 2005-07-08 Richard M. Stallman <rms@gnu.org>
8179
8180 * README: Update edition number and size estimate.
8181
8182 * elisp.texi (VERSION): Set to 2.9.
8183
8184 2005-07-07 Richard M. Stallman <rms@gnu.org>
8185
8186 * book-spine.texinfo: Update Emacs version.
8187
8188 * display.texi (Inverse Video): Delete mode-line-inverse-video.
8189
8190 2005-07-06 Richard M. Stallman <rms@gnu.org>
8191
8192 * searching.texi (Regexp Search): Clarify what re-search-forward
8193 does when the search fails.
8194
8195 2005-07-05 Lute Kamstra <lute@gnu.org>
8196
8197 * Update FSF's address in GPL notices.
8198
8199 * doclicense.texi (GNU Free Documentation License):
8200 * gpl.texi (GPL):
8201 * tips.texi (Coding Conventions, Library Headers):
8202 * vol1.texi:
8203 * vol2.texi: Update FSF's address.
8204
8205 2005-07-04 Richard M. Stallman <rms@gnu.org>
8206
8207 * hooks.texi (Standard Hooks): Add occur-hook.
8208
8209 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
8210
8211 * display.texi (The Echo Area): Correct menu.
8212
8213 2005-07-03 Richard M. Stallman <rms@gnu.org>
8214
8215 * elisp.texi (Top): Update subnode menu for Display.
8216
8217 * display.texi (Displaying Messages): New node, with most
8218 of what was in The Echo Area.
8219 (Progress): Move under The Echo Area.
8220 (Logging Messages): New node with new text.
8221 (Echo Area Customization): New node, the rest of what was
8222 in The Echo Area. Document message-truncate-lines with @defvar.
8223 (Display): Update menu.
8224
8225 * windows.texi (Textual Scrolling): Doc 3 values for
8226 scroll-preserve-screen-position.
8227
8228 * text.texi (Special Properties): Change hook functions
8229 should bind inhibit-modification-hooks around altering buffer text.
8230
8231 * keymaps.texi (Key Binding Commands): Call binding BINDING
8232 rather than DEFINITION.
8233
8234 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
8235
8236 * variables.texi (Defining Variables): `user-variable-p' returns t
8237 for aliases of user options, nil for alias loops.
8238
8239 2005-06-28 Richard M. Stallman <rms@gnu.org>
8240
8241 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
8242 make-keymap.
8243
8244 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
8245
8246 * variables.texi (Setting Variables): Correct and clarify
8247 description of `add-to-ordered-list'.
8248
8249 2005-06-26 Richard M. Stallman <rms@gnu.org>
8250
8251 * display.texi (Faces): Minor cleanup.
8252
8253 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
8254
8255 * display.texi (Faces): `facep' returns t for strings that are
8256 face names.
8257
8258 2005-06-25 Richard M. Stallman <rms@gnu.org>
8259
8260 * objects.texi (Equality Predicates): Clarify meaning of equal.
8261
8262 * windows.texi (Selecting Windows): save-selected-window
8263 and with-selected-window save and restore the current buffer.
8264
8265 2005-06-24 Richard M. Stallman <rms@gnu.org>
8266
8267 * numbers.texi (Float Basics): Explain how to test for NaN,
8268 and printing the sign of NaNs.
8269
8270 2005-06-24 Eli Zaretskii <eliz@gnu.org>
8271
8272 * makefile.w32-in (MAKEINFO): Use --force.
8273
8274 2005-06-23 Richard M. Stallman <rms@gnu.org>
8275
8276 * display.texi (Face Functions): Correct Texinfo usage.
8277
8278 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
8279
8280 * lists.texi (Rings): `ring-elements' now returns the elements of
8281 RING in order.
8282
8283 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
8284
8285 * markers.texi (The Mark): Texinfo usage fix.
8286
8287 2005-06-23 Kim F. Storm <storm@cua.dk>
8288
8289 * searching.texi (Entire Match Data): Remove evaporate option for
8290 match-data. Do not mention evaporate option for set-match-data.
8291
8292 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
8293
8294 * display.texi (Face Functions): Mention face aliases.
8295
8296 2005-06-21 Richard M. Stallman <rms@gnu.org>
8297
8298 * anti.texi (Antinews): Texinfo usage fix.
8299
8300 2005-06-21 Karl Berry <karl@gnu.org>
8301
8302 * elisp.texi: Use @copying.
8303
8304 * elisp.texi: Put @summarycontents and @contents before the Top
8305 node, instead of the end of the file, so that the contents appear
8306 in the right place in the dvi/pdf output.
8307
8308 2005-06-21 Juri Linkov <juri@jurta.org>
8309
8310 * display.texi (Defining Faces): Add `customized-face'.
8311
8312 2005-06-20 Kim F. Storm <storm@cua.dk>
8313
8314 * variables.texi (Setting Variables): Any type of element can be
8315 given order in add-to-ordered-list. Compare elements with eq.
8316
8317 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
8318
8319 2005-06-20 Karl Berry <karl@gnu.org>
8320
8321 * syntax.texi (Syntax Flags): Make last column very slightly wider
8322 to avoid "generic comment" breaking on two lines and causing an
8323 underfull box.
8324
8325 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
8326
8327 * lists.texi (Rings): Various minor clarifications and corrections.
8328
8329 2005-06-18 Richard M. Stallman <rms@gnu.org>
8330
8331 * functions.texi (Obsolete Functions): Simplify.
8332
8333 * variables.texi (Variable Aliases): Simplify.
8334
8335 * anti.texi, backups.texi, compile.texi, customization.texi:
8336 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
8337 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
8338 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
8339 * variables.texi: Fix formatting ugliness.
8340
8341 * elisp.texi: Add links to Rings and Byte Packing.
8342 Update version and copyright years.
8343
8344 * minibuf.texi: Fix formatting ugliness.
8345 (Completion Commands): Move keymap vars to the end
8346 and vars completing-read binds to the top.
8347
8348 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
8349
8350 * processes.texi: Fix typos.
8351 (Bindat Spec): Correct Texinfo error.
8352 (Byte Packing): Fix ungrammatical sentence.
8353
8354 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
8355
8356 * lists.texi (Rings): New node.
8357 (Lists): Add it to menu.
8358
8359 * processes.texi (Byte Packing): New node.
8360 (Processes): Add it to menu.
8361
8362 2005-06-17 Richard M. Stallman <rms@gnu.org>
8363
8364 * syntax.texi (Parsing Expressions): Fix texinfo usage.
8365
8366 * help.texi (Documentation Basics): Explain the xref to
8367 Documentation Tips.
8368
8369 * debugging.texi (Debugger Commands): Minor fix.
8370
8371 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
8372
8373 * edebug.texi (Instrumenting): Eliminate duplicate link.
8374 (Specification List): Replace references to "below", referring to
8375 a later node, with one @ref to that node.
8376
8377 * os.texi (Timers): Timers should save and restore the match data
8378 if they change it.
8379
8380 * debugging.texi (Debugger Commands): Mention that the Lisp
8381 debugger can not step through primitive functions.
8382
8383 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
8384
8385 * functions.texi (Obsolete Functions): Update argument names of
8386 `make-obsolete' and `define-obsolete-function-alias'.
8387
8388 * variables.texi (Variable Aliases): Update argument names of
8389 `defvaralias', `make-obsolete-variable' and
8390 `define-obsolete-variable-alias'.
8391
8392 2005-06-15 Kim F. Storm <storm@cua.dk>
8393
8394 * searching.texi (Entire Match Data): Rephrase warnings about
8395 evaporate arg to match-data and set-match-data.
8396
8397 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8398
8399 * elisp.texi (Top): Update detailed menu.
8400
8401 * edebug.texi (Edebug): Update menu.
8402 (Instrumenting): Update xrefs.
8403 (Edebug Execution Modes): Correct xref.
8404 (Jumping): Clarify description of `h' command.
8405 Eliminate redundant @ref.
8406 (Breaks): New node.
8407 (Breakpoints): Is now a subsubsection.
8408 (Global Break Condition): Mention `C-x X X'.
8409 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
8410 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
8411 (Edebug Display Update): Correct pxref.
8412 (Edebug and Macros): New node.
8413 (Instrumenting Macro Calls): Is now a subsubsection.
8414 Neither arg of `def-edebug-spec' is evaluated.
8415 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
8416 (Specification Examples): Fix typo.
8417
8418 2005-06-14 Lute Kamstra <lute@gnu.org>
8419
8420 * debugging.texi (Function Debugging): Primitives can break on
8421 entry too.
8422
8423 2005-06-14 Kim F. Storm <storm@cua.dk>
8424
8425 * variables.texi (Setting Variables): Add add-to-ordered-list.
8426
8427 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8428
8429 * syntax.texi (Parsing Expressions): Document aux functions and vars of
8430 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
8431
8432 2005-06-13 Lute Kamstra <lute@gnu.org>
8433
8434 * text.texi (Special Properties): Fix cross reference.
8435
8436 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8437
8438 * debugging.texi (Function Debugging): Delete mention of empty
8439 string argument to `cancel-debug-on-entry'. Delete inaccurate
8440 description of the return value of that command.
8441
8442 2005-06-11 Alan Mackenzie <acm@muc.de>
8443
8444 * text.texi (Adaptive Fill): Amplify the description of
8445 fill-context-prefix.
8446
8447 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8448
8449 * syntax.texi (Parsing Expressions): Fix Texinfo error.
8450
8451 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8452
8453 * syntax.texi (Parsing Expressions): Document syntax-ppss.
8454
8455 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8456
8457 * debugging.texi (Error Debugging): Minor rewording.
8458 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
8459 is optional.
8460
8461 2005-06-10 Lute Kamstra <lute@gnu.org>
8462
8463 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
8464 (Top): Give it a title. Correct version number. Give the
8465 detailed node listing a more prominent header.
8466 * intro.texi: Don't set VERSION here a second time.
8467 Mention Emacs's version too.
8468 * anti.texi (Antinews): Use EMACSVER to refer to the current
8469 version of Emacs.
8470
8471 2005-06-09 Kim F. Storm <storm@cua.dk>
8472
8473 * searching.texi (Entire Match Data): Explain new `reseat' argument to
8474 match-data and set-match-data.
8475
8476 2005-06-08 Richard M. Stallman <rms@gnu.org>
8477
8478 * searching.texi (Entire Match Data): Clarify when match-data
8479 returns markers and when integers.
8480
8481 * display.texi (Defining Faces): Explain that face name should not
8482 end in `-face'.
8483
8484 * modes.texi (Mode Line Data): Minor cleanup.
8485 (Customizing Keywords): Node split out of Search-based Fontification.
8486 Add example of using font-lock-add-keywords from a hook.
8487 Clarify when MODE should be non-nil, and when nil.
8488
8489 2005-06-06 Richard M. Stallman <rms@gnu.org>
8490
8491 * modes.texi (Mode Line Data): Explain what happens when the car
8492 of a list is a void symbol.
8493 (Search-based Fontification): Explain MODE arg to
8494 font-lock-add-keywords and warn about calls from major modes.
8495
8496 2005-06-08 Juri Linkov <juri@jurta.org>
8497
8498 * display.texi (Standard Faces): Add `shadow' face.
8499
8500 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
8501
8502 * modes.texi (Major Mode Conventions): A derived mode only needs
8503 to put the call to the parent mode inside `delay-mode-hooks'.
8504
8505 2005-05-29 Richard M. Stallman <rms@gnu.org>
8506
8507 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
8508 new, and what that implies. Clarify.
8509
8510 * files.texi (Locating Files): Clean up the text.
8511
8512 * frames.texi (Window Frame Parameters): Document user-size.
8513 Shorten entry for top by referring to left.
8514
8515 2005-05-26 Richard M. Stallman <rms@gnu.org>
8516
8517 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
8518 is new, and what the implications are. Other clarifications.
8519
8520 2005-05-24 Richard M. Stallman <rms@gnu.org>
8521
8522 * frames.texi (Dialog Boxes): Minor fixes.
8523
8524 2005-05-25 Masatake YAMATO <jet@gyve.org>
8525
8526 * display.texi (Standard Faces): Write about `mode-line-highlight'.
8527
8528 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
8529
8530 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
8531 is optional.
8532
8533 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
8534
8535 * frames.texi (Dialog Boxes): Describe new optional argument.
8536
8537 2005-05-23 Lute Kamstra <lute@gnu.org>
8538
8539 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
8540 syntax-begin-function over font-lock-beginning-of-syntax-function.
8541
8542 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
8543
8544 * minibuf.texi (Reading File Names): Update description of
8545 `read-directory-name'.
8546
8547 * modes.texi (Derived Modes): Clarify :group keyword.
8548
8549 2005-05-21 Eli Zaretskii <eliz@gnu.org>
8550
8551 * files.texi (Locating Files): New subsection.
8552 Describe locate-file and executable-find.
8553
8554 2005-05-21 Kevin Ryde <user42@zip.com.au>
8555
8556 * frames.texi (Initial Parameters): Update cross reference to
8557 "Emacs Invocation".
8558
8559 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
8560
8561 * keymaps.texi (Active Keymaps): Add anchor.
8562
8563 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
8564 (Major Mode Conventions): Refer to `Auto Major Mode' in more
8565 appropriate place.
8566 (Derived Modes): Small clarifications.
8567 (Minor Mode Conventions, Keymaps and Minor Modes):
8568 Replace references to nodes with references to anchors.
8569 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
8570 Clarify description of lists whose first element is an integer.
8571 (Mode Line Variables): Add anchor.
8572 (%-Constructs): Clarify description of integer after %.
8573 (Emulating Mode Line): Describe nil value for FACE.
8574
8575 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8576
8577 * modes.texi (Derived Modes): Correct references to non-existing
8578 variable standard-syntax-table.
8579
8580 2005-05-17 Lute Kamstra <lute@gnu.org>
8581
8582 * modes.texi (Defining Minor Modes): Mention the mode hook.
8583
8584 2005-05-15 Kim F. Storm <storm@cua.dk>
8585
8586 * processes.texi (Network): Remove open-network-stream-nowait.
8587 (Network Servers): Remove open-network-stream-server.
8588
8589 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
8590
8591 * elisp.texi (Top): Update detailed menu.
8592
8593 * variables.texi: Reorder nodes.
8594 (Variables): Update menu.
8595 (File Local Variables): Do not refer to the `-*-' line as
8596 a "local variables list". Add pxref.
8597
8598 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8599
8600 * elisp.texi (Top): Update detailed menu for node changes.
8601
8602 * modes.texi (Modes): Update Menu.
8603 (Hooks): Move to beginning of chapter.
8604 Most minor modes run mode hooks too.
8605 `add-hook' can handle void hooks or hooks whose value is a single
8606 function.
8607 (Major Modes): Update Menu.
8608 (Major Mode Basics): New node, split off from `Major Modes'.
8609 (Major Mode Conventions): Correct xref. Explain how to handle
8610 auto-mode-alist if the major mode command has an autoload cookie.
8611 (Auto Major Mode): Major update. Add magic-mode-alist.
8612 (Derived Modes): Major update.
8613 (Mode Line Format): Update Menu.
8614 (Mode Line Basics): New node, split off from `Mode Line Format'.
8615
8616 * loading.texi (Autoload): Mention `autoload cookie' as synonym
8617 for `magic autoload comment'. Add index entries and anchor.
8618
8619 2005-05-14 Richard M. Stallman <rms@gnu.org>
8620
8621 * tips.texi (Coding Conventions): Explain how important it is
8622 that just loading certain files not change Emacs behavior.
8623
8624 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
8625
8626 2005-05-12 Lute Kamstra <lute@gnu.org>
8627
8628 * modes.texi (Generic Modes): Update.
8629 (Major Modes): Refer to node "Generic Modes".
8630
8631 * elisp.texi (Top): Update to the current structure of the manual.
8632 * processes.texi (Processes): Add menu description.
8633 * customize.texi (Customization): Add menu descriptions.
8634
8635 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
8636
8637 * processes.texi (Signals to Processes)
8638 (Low-Level Network): Fix typos.
8639
8640 2005-05-11 Lute Kamstra <lute@gnu.org>
8641
8642 * elisp.texi (Top): Add some nodes from the chapter "Major and
8643 Minor Modes" to the detailed node listing.
8644
8645 2005-05-10 Richard M. Stallman <rms@gnu.org>
8646
8647 * keymaps.texi (Extended Menu Items): Menu item filter functions
8648 can be called at any time.
8649
8650 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
8651
8652 * variables.texi (File Local Variables): `(hack-local-variables t)'
8653 now also checks whether a mode is specified in the local variables
8654 list.
8655
8656 2005-05-05 Kevin Ryde <user42@zip.com.au>
8657
8658 * display.texi (The Echo Area): Correct format function cross
8659 reference.
8660
8661 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8662
8663 * variables.texi (Variable Aliases): Change description of
8664 `define-obsolete-variable-alias'.
8665
8666 * functions.texi (Functions): Add "Obsolete Functions" to menu.
8667 (Defining Functions): Add xref.
8668 (Obsolete Functions): New node.
8669 (Function Safety): Standardize capitalization of section title.
8670
8671 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
8672 (Dialog Boxes): Complete description of `x-popup-dialog'.
8673
8674 2005-05-04 Richard M. Stallman <rms@gnu.org>
8675
8676 * commands.texi (Interactive Codes): Fix Texinfo usage.
8677 Document U more clearly.
8678
8679 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8680
8681 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
8682 function and not a macro.
8683
8684 * frames.texi (Pop-Up Menus): Correct and clarify description of
8685 `x-popup-menu'.
8686 (Dialog Boxes): Clarify description of `x-popup-dialog'.
8687
8688 2005-05-01 Richard M. Stallman <rms@gnu.org>
8689
8690 * edebug.texi (Checking Whether to Stop): Fix previous change.
8691
8692 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8693
8694 * display.texi: Fix typos and Texinfo usage.
8695
8696 * edebug.texi (Checking Whether to Stop): executing-macro ->
8697 executing-kbd-macro.
8698
8699 2005-05-01 Richard M. Stallman <rms@gnu.org>
8700
8701 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
8702
8703 2005-04-30 Richard M. Stallman <rms@gnu.org>
8704
8705 * files.texi (Magic File Names): Document `operations' property.
8706
8707 2005-04-29 Lute Kamstra <lute@gnu.org>
8708
8709 * modes.texi (Generic Modes): New node.
8710 (Major Modes): Add it to the menu.
8711 (Derived Modes): Add "derived mode" to concept index.
8712
8713 2005-04-28 Lute Kamstra <lute@gnu.org>
8714
8715 * modes.texi (Defining Minor Modes): Fix previous change.
8716 (Font Lock Mode): Simplify.
8717 (Font Lock Basics): Say that font-lock-defaults is buffer-local
8718 when set and that some parts are optional. Add cross references.
8719 (Search-based Fontification): Say how to specify font-lock-keywords.
8720 Add cross references. Add font-lock-multiline to index.
8721 Move font-lock-keywords-case-fold-search here from node "Other Font
8722 Lock Variables". Document font-lock-add-keywords and
8723 font-lock-remove-keywords.
8724 (Other Font Lock Variables): Move font-lock-keywords-only,
8725 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8726 and font-lock-syntactic-face-function to node "Syntactic Font
8727 Lock". Move font-lock-keywords-case-fold-search to node
8728 "Search-based Fontification". Document font-lock-inhibit-thing-lock
8729 and font-lock-{,un}fontify-{buffer,region}-function.
8730 (Precalculated Fontification): Remove reference to deleted variable
8731 font-lock-core-only.
8732 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
8733 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
8734 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
8735 and font-lock-syntactic-face-function here from node "Other Font
8736 Lock Variables". Move font-lock-syntactic-keywords to "Setting
8737 Syntax Properties". Add cross references.
8738 (Setting Syntax Properties): New node.
8739 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
8740 * syntax.texi (Syntax Properties): Add cross reference.
8741 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
8742
8743 2005-04-26 Richard M. Stallman <rms@gnu.org>
8744
8745 * display.texi (Defining Faces):
8746 Document `default' elements of defface spec.
8747
8748 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
8749
8750 * variables.texi (Variable Aliases): Clarify text.
8751
8752 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
8753
8754 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
8755
8756 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
8757
8758 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
8759
8760 2005-04-24 Eli Zaretskii <eliz@gnu.org>
8761
8762 * syntax.texi (Syntax Table Internals): Elaborate documentation of
8763 syntax-after and syntax-class.
8764
8765 * files.texi (Changing Files): Fix last change's cross-reference.
8766 (Unique File Names): Don't mention "numbers" in the documentation
8767 of make-temp-file and make-temp-name.
8768
8769 2005-04-23 Richard M. Stallman <rms@gnu.org>
8770
8771 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
8772
8773 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8774
8775 * windows.texi (Cyclic Window Ordering): Clarify window-list.
8776
8777 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
8778
8779 * variables.texi (Variable Aliases): Describe make-obsolete-variable
8780 and define-obsolete-variable-alias.
8781
8782 2005-04-22 Kim F. Storm <storm@cua.dk>
8783
8784 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
8785 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
8786
8787 2005-04-21 Lute Kamstra <lute@gnu.org>
8788
8789 * lists.texi (Association Lists): Document rassq-delete-all.
8790
8791 2005-04-19 Richard M. Stallman <rms@gnu.org>
8792
8793 * modes.texi (Search-based Fontification): Explain that
8794 facespec is an expression to be evaluated.
8795
8796 2005-04-19 Kevin Ryde <user42@zip.com.au>
8797
8798 * streams.texi (Output Functions): Fix xref.
8799 * strings.texi (String Conversion): Fix xref.
8800
8801 2005-04-19 Kim F. Storm <storm@cua.dk>
8802
8803 * symbols.texi (Symbol Plists): Add safe-get.
8804 Mention that `get' may signal an error.
8805
8806 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
8807
8808 * customize.texi (Variable Definitions): Replace tooltip-mode
8809 example with save-place.
8810
8811 2005-04-17 Richard M. Stallman <rms@gnu.org>
8812
8813 * buffers.texi (Indirect Buffers): Clarify.
8814
8815 * positions.texi (Positions): Clarify converting marker to integer.
8816
8817 * strings.texi (String Basics): Mention string-match; clarify.
8818
8819 2005-04-08 Lute Kamstra <lute@gnu.org>
8820
8821 * modes.texi (Search-based Fontification): Fix cross references.
8822 Use consistent terminology. Document anchored highlighting.
8823
8824 2005-04-05 Lute Kamstra <lute@gnu.org>
8825
8826 * modes.texi (Defining Minor Modes): Document :group keyword
8827 argument and its default value.
8828
8829 2005-04-03 Lute Kamstra <lute@gnu.org>
8830
8831 * hooks.texi (Standard Hooks): Add some hooks. Add cross
8832 references and/or descriptions. Delete major mode hooks; mention
8833 them as a category instead. Rename or delete obsolete hooks.
8834
8835 2005-04-02 Richard M. Stallman <rms@gnu.org>
8836
8837 * nonascii.texi (Coding System Basics): Another wording cleanup.
8838
8839 2005-04-01 Richard M. Stallman <rms@gnu.org>
8840
8841 * nonascii.texi (Coding System Basics): Clarify previous change.
8842
8843 2005-04-01 Kenichi Handa <handa@m17n.org>
8844
8845 * nonascii.texi (Coding System Basics): Describe about roundtrip
8846 identity of coding systems.
8847
8848 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
8849
8850 * text.texi (Buffer Contents): Add filter-buffer-substring and
8851 buffer-substring-filters.
8852
8853 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
8854
8855 * anti.texi (Antinews): Mention `G' interactive code.
8856
8857 * tips.texi (Compilation Tips): Mention benchmark.el.
8858
8859 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
8860
8861 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
8862 is now bound to M-o M-o.
8863
8864 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
8865
8866 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8867
8868 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
8869 in the Emacs Manual).
8870 * Makefile.in (srcs): Remove calendar.texi.
8871 * makefile.w32-in (srcs): Remove calendar.texi.
8872 * display.texi (Display): Change name of next node.
8873 * os.texi (System In): Change name of previous node.
8874 * elisp.texi (Top): Remove Calendar references.
8875 * vol1.texi (Top): Remove Calendar references.
8876 * vol2.texi (Top): Remove Calendar references.
8877
8878 2005-03-25 Richard M. Stallman <rms@gnu.org>
8879
8880 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
8881 Cleanup previous change.
8882
8883 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
8884
8885 * display.texi (Face Attributes): Faces earlier in an :inherit
8886 list take precedence.
8887 (Scroll Bars): Fix description of vertical-scroll-bars.
8888 Document frame-current-scroll-bars and window-current-scroll-bars.
8889
8890 * markers.texi (The Mark): Document temporary Transient Mark mode.
8891
8892 * minibuf.texi (Reading File Names):
8893 Document read-file-name-completion-ignore-case.
8894
8895 * positions.texi (Screen Lines): Document nil for width argument
8896 to compute-motion.
8897
8898 2005-03-23 Kim F. Storm <storm@cua.dk>
8899
8900 * display.texi (Standard Faces): Other faces used in the fringe
8901 implicitly inherits from the fringe face.
8902 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
8903 properties implicitly inherits from fringe face.
8904 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
8905
8906 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
8907
8908 * display.texi (Invisible Text): State default value of
8909 line-move-ignore-invisible.
8910 (Managing Overlays): Document remove-overlays.
8911 (Standard Faces): Document escape-glyph face.
8912
8913 * minibuf.texi (Reading File Names): Document read-file-name-function.
8914
8915 * modes.texi (Other Font Lock Variables):
8916 Document font-lock-lines-before.
8917
8918 * positions.texi (Skipping Characters): skip-chars-forward allows
8919 character classes.
8920
8921 2005-03-18 Lute Kamstra <lute@gnu.org>
8922
8923 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
8924
8925 2005-03-17 Richard M. Stallman <rms@gnu.org>
8926
8927 * text.texi (Undo): Document extensible undo entries.
8928
8929 * searching.texi (String Search, Regexp Search): Cleanups.
8930
8931 * nonascii.texi (Character Codes): Minor fix.
8932
8933 * display.texi (Display Property): Explain the significance
8934 of having text properties that are eq.
8935 (Other Display Specs): Explain string as display spec.
8936
8937 * commands.texi (Interactive Codes): Document G option.
8938
8939 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
8940
8941 * text.texi (Filling): Add sentence-end-without-period and
8942 sentence-end-without-space.
8943 (Changing Properties): Minor fix.
8944
8945 * anti.texi: Total rewrite.
8946
8947 2005-03-15 Lute Kamstra <lute@gnu.org>
8948
8949 * edebug.texi (Instrumenting Macro Calls): Fix typos.
8950
8951 2005-03-08 Kim F. Storm <storm@cua.dk>
8952
8953 * display.texi (Specified Space): Property :width is support on
8954 non-graphic terminals, :height is not.
8955
8956 2005-03-07 Richard M. Stallman <rms@gnu.org>
8957
8958 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
8959 Now subnodes of Fringes.
8960 (Overlay Arrow): Document overlay-arrow-variable-list.
8961 (Fringe Size/Pos): New node, broken out of Fringes.
8962 (Display): Explain clearing vs redisplay better.
8963 (Truncation): Clarify use of bitmaps.
8964 (The Echo Area): Clarify the uses of the echo area.
8965 Add max-mini-window-height.
8966 (Progress): Clarify.
8967 (Invisible Text): Explain that main loop moves point out.
8968 (Selective Display): Say "hidden", not "invisible".
8969 (Managing Overlays): Move up. Describe relation to Undo here.
8970 (Overlay Properties): Clarify intro.
8971 (Finding Overlays): Explain return values when nothing found.
8972 (Width): truncate-string-to-width has added arg.
8973 (Displaying Faces): Clarify and update mode line face handling.
8974 (Face Functions): Minor cleanup.
8975 (Conditional Display): Merge into Other Display Specs.
8976 (Pixel Specification, Other Display Specs): Minor cleanups.
8977 (Images, Image Descriptors): Minor cleanups.
8978 (GIF Images): Patents have expired.
8979 (Showing Images): Explain default text for insert-image.
8980 (Manipulating Button Types): Merge into Manipulating Buttons.
8981 (Making Buttons): Explain return values.
8982 (Button Buffer Commands): Add xref.
8983 (Inverse Video): Update mode-line-inverse-video.
8984 (Display Table Format): Clarify.
8985 (Active Display Table): Give defaults for window-display-table.
8986
8987 * calendar.texi (Calendar Customizing): calendar-holiday-marker
8988 and calendar-today-marker are strings, not chars.
8989 (Holiday Customizing): Minor fix.
8990
8991 * internals.texi (Writing Emacs Primitives): Update `or' example.
8992 Update limit on # args of subr.
8993
8994 * edebug.texi (Using Edebug): Arrow is in fringe.
8995 (Instrumenting): Arg to eval-defun works without loading edebug.
8996 (Edebug Execution Modes): Add xref.
8997
8998 * customize.texi (Common Keywords): Clarify :require.
8999 Mention :version here.
9000 (Variable Definitions, Group Definitions): Not here.
9001 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
9002
9003 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
9004 * nonascii.texi (Text Representations): Clarify position-bytes.
9005 (Character Sets): Add list-charset-chars.
9006 (Scanning Charsets): Add charset-after.
9007 (Encoding and I/O): Minor fix.
9008
9009 2005-03-06 Richard M. Stallman <rms@gnu.org>
9010
9011 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
9012 (Resizing Windows): Likewise.
9013
9014 * text.texi (Change Hooks): Get rid of "Emacs 21".
9015
9016 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
9017
9018 * streams.texi (Output Variables): Get rid of "Emacs 21".
9019
9020 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
9021
9022 * os.texi (Translating Input): Replace flow-control example
9023 with a less obsolete example that uses `keyboard-translate'.
9024
9025 * objects.texi (Hash Table Type, Circular Objects):
9026 Get rid of "Emacs 21".
9027
9028 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
9029 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
9030
9031 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
9032
9033 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
9034
9035 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
9036 (Menu Bar): Fix when menu-bar-update-hook is called.
9037
9038 * hash.texi (Hash Tables): Get rid of "Emacs 21".
9039
9040 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
9041 and make it read better.
9042
9043 * files.texi (Writing to Files): Get rid of "Emacs 21".
9044 (Unique File Names): Likewise.
9045
9046 * elisp.texi: Update Emacs version to 22.
9047
9048 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
9049 (Overlay Properties, Face Attributes): Likewise.
9050 (Managing Overlays): Fix punctuation.
9051 (Attribute Functions): Clarify set-face-font; get rid of
9052 info about old Emacs versions.
9053 (Auto Faces, Font Lookup, Display Property, Images):
9054 Get rid of "Emacs 21".
9055
9056 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
9057
9058 2005-03-05 Richard M. Stallman <rms@gnu.org>
9059
9060 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
9061
9062 2005-03-04 Lute Kamstra <lute@gnu.org>
9063
9064 * debugging.texi (Error Debugging): Document stack-trace-on-error.
9065
9066 2005-03-03 Lute Kamstra <lute@gnu.org>
9067
9068 * edebug.texi (Instrumenting Macro Calls): Fix typo.
9069
9070 2005-03-01 Lute Kamstra <lute@gnu.org>
9071
9072 * debugging.texi (Debugger Commands): Update `j'.
9073
9074 2005-02-28 Lute Kamstra <lute@gnu.org>
9075
9076 * debugging.texi (Debugging): Fix typo.
9077 (Error Debugging): Document eval-expression-debug-on-error.
9078 (Function Debugging): Update example.
9079 (Using Debugger): Mention starred stack frames.
9080 (Debugger Commands): Document `j' and `l'.
9081 (Invoking the Debugger): `d' and `j' exit recursive edit too.
9082 Update the messages that the debugger displays.
9083 (Internals of Debugger): Add cross reference. Update example.
9084 (Excess Open): Minor improvement.
9085 (Excess Close): Minor improvement.
9086
9087 2005-02-26 Richard M. Stallman <rms@gnu.org>
9088
9089 * tips.texi (Coding Conventions): Clarify.
9090 Put all the major mode key reservations together.
9091 Mention the Mouse-1 => Mouse-2 conventions.
9092
9093 * syntax.texi (Syntax Class Table): Clarify.
9094 (Syntax Table Functions): syntax-after moved from here.
9095 (Syntax Table Internals): syntax-after moved to here.
9096 (Parsing Expressions): Update info on number of values
9097 and what's meaningful in the STATE argument.
9098 (Categories): Fix typo.
9099
9100 * sequences.texi (Arrays): Cleanup.
9101 (Char-Tables): Clarify.
9102
9103 * processes.texi (Deleting Processes): Cleanups, add xref.
9104 (Subprocess Creation): Explain nil in exec-path. Cleanup.
9105 (Process Information): set-process-coding-system, some args optional.
9106 (Input to Processes): Explain various types for PROCESS args.
9107 Rename them from PROCESS-NAME to PROCESS.
9108 (Signals to Processes): Likewise.
9109 (Decoding Output): Cleanup.
9110 (Query Before Exit): Clarify.
9111
9112 * os.texi (Startup Summary): Correct the options; add missing ones.
9113 (Terminal Output, Batch Mode): Clarify.
9114 (Flow Control): Node deleted.
9115
9116 * markers.texi (The Mark): Clarify.
9117
9118 * macros.texi (Expansion): Cleanup.
9119 (Indenting Macros): indent-spec allows ints, not floats.
9120
9121 * keymaps.texi (Keymaps): Clarify.
9122 (Format of Keymaps): Update lisp-mode-map example.
9123 (Active Keymaps, Key Lookup): Clarify.
9124 (Changing Key Bindings): Add xref to `kbd'.
9125 (Key Binding Commands, Simple Menu Items): Clarify.
9126 (Mouse Menus, Menu Bar): Clarify.
9127 (Menu Example): Replace print example with menu-bar-replace-menu.
9128
9129 * help.texi (Documentation Basics): Add function-documentation prop.
9130
9131 * elisp.texi (Top): Don't refer to Flow Control node.
9132
9133 * commands.texi (Command Overview): Improve xrefs.
9134 (Adjusting Point): Adjusting point applies to intangible and invis.
9135 (Key Sequence Input): Doc extra read-key-sequence args.
9136 Likewise for read-key-sequence-vector.
9137
9138 * backups.texi (Rename or Copy): Minor fix.
9139 (Numbered Backups): For version-control, say the default.
9140 (Auto-Saving): make-auto-save-file-name example is simplified.
9141
9142 * advice.texi (Advising Functions): Don't imply one part of Emacs
9143 should advise another part. Markup changes.
9144 (Defining Advice): Move transitional para.
9145 (Activation of Advice): Cleanup.
9146 Explain if COMPILE is nil or negative.
9147
9148 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
9149
9150 2005-02-24 Lute Kamstra <lute@gnu.org>
9151
9152 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
9153 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
9154
9155 2005-02-23 Lute Kamstra <lute@gnu.org>
9156
9157 * modes.texi (Defining Minor Modes): define-minor-mode can be used
9158 to define global minor modes as well.
9159
9160 * display.texi (Managing Overlays): overlay-buffer returns nil for
9161 deleted overlays.
9162
9163 2005-02-22 Kim F. Storm <storm@cua.dk>
9164
9165 * minibuf.texi (Basic Completion): Allow symbols in addition to
9166 strings in try-completion and all-completions.
9167
9168 2005-02-14 Lute Kamstra <lute@gnu.org>
9169
9170 * elisp.texi (Top): Remove reference to deleted node.
9171
9172 * lists.texi (Lists): Remove reference to deleted node.
9173 (Cons Cells): Fix typo.
9174
9175 * loading.texi (Where Defined): Fix typo.
9176
9177 2005-02-14 Richard M. Stallman <rms@gnu.org>
9178
9179 * variables.texi (Creating Buffer-Local): change-major-mode-hook
9180 is useful for discarding some minor modes.
9181
9182 * symbols.texi (Symbol Components): Reorder examples.
9183
9184 * streams.texi (Input Functions): State standard-input default.
9185 (Output Variables): State standard-output default.
9186
9187 * objects.texi (Printed Representation): Clarify read syntax vs print.
9188 (Floating Point Type): Explain meaning better.
9189 (Symbol Type): Explain uniqueness better.
9190 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
9191 List examples sooner.
9192 (Box Diagrams): New subnode broken out.
9193 Some examples moved from old Lists as Boxes node.
9194 (Dotted Pair Notation): Clarify intro.
9195 (Array Type): Clarify.
9196 (Type Predicates): Add hash-table-p.
9197
9198 * numbers.texi (Integer Basics): Clarify radix explanation.
9199 (Predicates on Numbers): Minor clarification.
9200 (Comparison of Numbers): Minor clarification. Clarify eql.
9201 Typos in min, max.
9202 (Math Functions): Clarify overflow in expt.
9203
9204 * minibuf.texi (Text from Minibuffer): Minor clarification.
9205 Mention arrow keys.
9206
9207 * loading.texi (Autoload): defun's doc string overrides autoload's
9208 doc string.
9209 (Repeated Loading): Modernize "add to list" examples.
9210 (Where Defined): Finish updating table of load-history elts.
9211
9212 * lists.texi (List-related Predicates): Minor wording improvement.
9213 (Lists as Boxes): Node deleted.
9214 (Building Lists): Explain trivial cases of number-sequence.
9215
9216 * hash.texi (Hash Tables): Add desc to menu items.
9217 (Creating Hash): Explain "full" means "make larger".
9218 (Hash Access): Any object can be a key.
9219 State value of maphash.
9220
9221 * functions.texi (What Is a Function): Wording cleanup.
9222 (Function Documentation): Minor cleanup.
9223 Explain purpose of calling convention at end of doc string.
9224 (Function Names): Wording cleanup.
9225 (Calling Functions): Wording cleanup.
9226 Explain better how funcall calls the function.
9227 (Function Cells): Delete example of saving and redefining function.
9228
9229 * control.texi (Combining Conditions): Wording cleanup.
9230 (Iteration): dolist and dotimes bind VAR locally.
9231 (Cleanups): Xref to Atomic Changes.
9232
9233 * compile.texi (Byte Compilation): Delete 19.29 info.
9234 (Compilation Functions): Macros' difficulties don't affect defsubst.
9235 (Docs and Compilation): Delete 19.29 info.
9236
9237 2005-02-10 Richard M. Stallman <rms@gnu.org>
9238
9239 * objects.texi (Symbol Type): Minor correction.
9240
9241 2005-02-06 Lute Kamstra <lute@gnu.org>
9242
9243 * modes.texi (Example Major Modes): Fix typos.
9244
9245 2005-02-06 Richard M. Stallman <rms@gnu.org>
9246
9247 * text.texi (Margins): fill-nobreak-predicate can be one function.
9248
9249 * strings.texi (Modifying Strings): clear-string can make unibyte.
9250 (Formatting Strings): format gives error if values missing.
9251
9252 * positions.texi (Character Motion): Mention default arg
9253 for forward-char. backward-char refers to forward-char.
9254 (Word Motion): Mention default arg for forward-word.
9255 (Buffer End Motion): Mention default arg for beginning-of-buffer.
9256 Simplify end-of-buffer.
9257 (Text Lines): Mention default arg for forward-line.
9258 (List Motion): Mention default arg for beginning/end-of-defun.
9259 (Skipping Characters): Minor fixes in explaining character-set.
9260
9261 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
9262 Mode inheritance applies only when default-major-mode is nil.
9263 Clarifications.
9264 (Example Major Modes): Update Text mode and Lisp mode examples.
9265 (Minor Mode Conventions): Mention define-minor-mode at top.
9266 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
9267 (Mode Line Format): Update mode line face display info.
9268 (Properties in Mode): Mention effect of risky vars.
9269 (Imenu): Define imenu-add-to-menubar.
9270 (Font Lock Mode): Add descriptions to menu lines.
9271 (Faces for Font Lock): Add font-lock-doc-face.
9272
9273 2005-02-05 Lute Kamstra <lute@gnu.org>
9274
9275 * text.texi (Maintaining Undo): Remove obsolete function.
9276
9277 2005-02-05 Eli Zaretskii <eliz@gnu.org>
9278
9279 * frames.texi (Color Names): Add pointer to the X docs about RGB
9280 color specifications. Improve indexing.
9281 (Text Terminal Colors): Replace the description of RGB values by
9282 an xref to "Color Names".
9283
9284 2005-02-03 Richard M. Stallman <rms@gnu.org>
9285
9286 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
9287 Clarify.
9288 (Selecting Windows): Clarify save-selected-window.
9289 (Cyclic Window Ordering): Clarify walk-windows.
9290 (Window Point): Clarify.
9291 (Window Start): Add comment to example.
9292 (Resizing Windows): Add `interactive' specs in examples.
9293 Document fit-window-to-buffer.
9294
9295 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
9296 (Undo, Maintaining Undo): Clarify last change.
9297 (Sorting): In sort-numeric-fields, explain about octal and hex.
9298 Mention sort-numeric-base.
9299 (Format Properties): Add xref for hard newlines.
9300
9301 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
9302 (Pop-Up Menus): Fix typo.
9303 (Color Names): Explain all types of color names.
9304 Explain color-values on B&W terminal.
9305 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
9306
9307 * files.texi (File Locks): Not supported on MS systems.
9308 (Testing Accessibility): Clarify.
9309
9310 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
9311 (Coverage Testing): Fix typo.
9312
9313 * commands.texi (Misc Events): Remove stray space.
9314
9315 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
9316 (Modification Time): Clarify when visited-file-modtime returns 0.
9317 (The Buffer List): Clarify bury-buffer.
9318 (Killing Buffers): Clarify.
9319 (Indirect Buffers): Add clone-indirect-buffer.
9320
9321 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
9322
9323 * edebug.texi (Printing in Edebug): Fix default value of
9324 edebug-print-circle.
9325 (Coverage Testing): Fix displayed frequency count data.
9326
9327 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
9328
9329 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
9330
9331 2005-02-02 Kim F. Storm <storm@cua.dk>
9332
9333 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
9334
9335 2005-01-29 Eli Zaretskii <eliz@gnu.org>
9336
9337 * commands.texi (Misc Events): Describe the help-echo event.
9338
9339 * text.texi (Special Properties) <help-echo>: Use `pos'
9340 consistently in description of the help-echo property.
9341 Use @code{nil} instead of @var{nil}.
9342
9343 * display.texi (Overlay Properties): Fix the index entry for
9344 help-echo overlay property.
9345
9346 * customize.texi (Type Keywords): Uncomment the xref to the
9347 help-echo property documentation.
9348
9349 2005-01-23 Kim F. Storm <storm@cua.dk>
9350
9351 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
9352 return value. Third element FULLY replaced by PARTIAL which
9353 specifies number of invisible pixels if row is only partially visible.
9354 (Textual Scrolling): Mention auto-window-vscroll.
9355 (Vertical Scrolling): New defvar auto-window-vscroll.
9356
9357 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
9358
9359 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
9360 command remapping.
9361
9362 2005-01-15 Richard M. Stallman <rms@gnu.org>
9363
9364 * display.texi (Defining Images): Mention DATA-P arg of create-image.
9365
9366 2005-01-14 Kim F. Storm <storm@cua.dk>
9367
9368 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
9369
9370 * text.texi (Links and Mouse-1): Fix string and vector item.
9371
9372 2005-01-13 Richard M. Stallman <rms@gnu.org>
9373
9374 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
9375 descriptions of overriding-local-map and overriding-terminal-local-map.
9376
9377 * text.texi (Links and Mouse-1): Clarify text.
9378
9379 2005-01-13 Kim F. Storm <storm@cua.dk>
9380
9381 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
9382
9383 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
9384
9385 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
9386
9387 2005-01-12 Kim F. Storm <storm@cua.dk>
9388
9389 * text.texi (Links and Mouse-1): Rename section from Enabling
9390 Mouse-1 to Following Links. Change xrefs.
9391 Add examples for define-button-type and define-widget.
9392
9393 * display.texi (Button Properties, Button Buffer Commands):
9394 Clarify mouse-1 and follow-link functionality.
9395
9396 2005-01-12 Richard M. Stallman <rms@gnu.org>
9397
9398 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
9399
9400 * display.texi (Beeping): Fix Texinfo usage.
9401
9402 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
9403
9404 2005-01-11 Kim F. Storm <storm@cua.dk>
9405
9406 * display.texi (Button Properties, Button Buffer Commands):
9407 Mention mouse-1 binding. Add follow-link keyword.
9408
9409 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
9410 (Enabling Mouse-1 to Follow Links): New subsection.
9411
9412 2005-01-06 Richard M. Stallman <rms@gnu.org>
9413
9414 * text.texi (Special Properties): Minor change.
9415
9416 * os.texi (Timers): Clarify previous change.
9417
9418 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
9419
9420 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
9421
9422 * display.texi (Face Attributes): Correct xref to renamed node.
9423
9424 2005-01-01 Richard M. Stallman <rms@gnu.org>
9425
9426 * display.texi (Face Attributes): Describe hex color specs.
9427
9428 2004-12-31 Richard M. Stallman <rms@gnu.org>
9429
9430 * os.texi (Timers): Update previous change.
9431
9432 2004-12-30 Kim F. Storm <storm@cua.dk>
9433
9434 * display.texi (Line Height): Total line-height is now specified
9435 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
9436 in cons cells. (nil . RATIO) is relative to actual line height.
9437 Use line-height `t' instead of `0' to get minimum height.
9438
9439 2004-12-29 Richard M. Stallman <rms@gnu.org>
9440
9441 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
9442
9443 2004-12-28 Richard M. Stallman <rms@gnu.org>
9444
9445 * commands.texi (Quitting): Clarify value of with-local-quit.
9446
9447 * elisp.texi (Top): Fix previous change.
9448
9449 * loading.texi (Loading): Fix previous change.
9450
9451 2004-12-27 Richard M. Stallman <rms@gnu.org>
9452
9453 * Makefile.in (MAKEINFO): Specify --force.
9454
9455 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
9456
9457 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
9458
9459 * display.texi (Line Height): Further clarify.
9460
9461 * elisp.texi (Top): Update Loading submenu.
9462
9463 * loading.texi (Where Defined): New node.
9464 (Unloading): load-history moved to Where Defined.
9465
9466 2004-12-21 Richard M. Stallman <rms@gnu.org>
9467
9468 * commands.texi (Event Input Misc): Add while-no-input.
9469
9470 2004-12-11 Richard M. Stallman <rms@gnu.org>
9471
9472 * display.texi (Line Height): Rewrite text for clarity.
9473
9474 2004-12-11 Kim F. Storm <storm@cua.dk>
9475
9476 * display.texi (Display): Add node "Line Height" to menu.
9477 (Line Height): New node. Move full description of line-spacing
9478 and line-height text properties here from text.texi.
9479 (Scroll Bars): Add vertical-scroll-bar variable.
9480
9481 * frames.texi (Window Frame Parameters): Remove line-height defvar.
9482
9483 * locals.texi (Standard Buffer-Local Variables): Fix xref for
9484 line-spacing and vertical-scroll-bar.
9485
9486 * text.texi (Special Properties): Just mention line-spacing and
9487 line-height here, add xref to new "Line Height" node.
9488
9489 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
9490
9491 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
9492
9493 * locals.texi (Standard Buffer-Local Variables):
9494 Add @xref for `line-spacing'.
9495
9496 2004-12-05 Richard M. Stallman <rms@gnu.org>
9497
9498 * Makefile.in (maintainer-clean): Remove the info files
9499 in $(infodir) where they are created.
9500
9501 2004-12-03 Richard M. Stallman <rms@gnu.org>
9502
9503 * windows.texi (Selecting Windows): get-lru-window and
9504 get-largest-window don't consider dedicated windows.
9505
9506 * text.texi (Undo): Document undo-in-progress.
9507
9508 2004-11-26 Richard M. Stallman <rms@gnu.org>
9509
9510 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
9511 Remove a few vars that are not always buffer-local.
9512
9513 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
9514
9515 * locals.texi (Standard Buffer-Local Variables): Comment out
9516 xref's to non-existent node `Yet to be written'.
9517
9518 2004-11-24 Richard M. Stallman <rms@gnu.org>
9519
9520 * processes.texi (Synchronous Processes): Grammar fix.
9521
9522 * numbers.texi (Comparison of Numbers): Add eql.
9523
9524 * locals.texi (Standard Buffer-Local Variables): Add many vars.
9525
9526 * intro.texi (Printing Notation): Fix previous change.
9527
9528 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
9529 and default-indicate-buffer-boundaries from here.
9530 (Usual Display): To here.
9531 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
9532 (Usual Display): Move tab-width up.
9533
9534 * customize.texi (Variable Definitions):
9535 Replace show-paren-mode example with tooltip-mode.
9536 (Simple Types, Composite Types, Defining New Types):
9537 Minor cleanups.
9538
9539 2004-11-21 Jesper Harder <harder@ifa.au.dk>
9540
9541 * processes.texi (Synchronous Processes, Output from Processes):
9542 Markup fix.
9543
9544 2004-11-20 Richard M. Stallman <rms@gnu.org>
9545
9546 * positions.texi (Skipping Characters): skip-chars-forward
9547 now handles char classes.
9548
9549 * intro.texi (Printing Notation): Avoid confusion of `print'
9550 when explaining @print.
9551
9552 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
9553
9554 * display.texi (Display Table Format): Minor fix.
9555
9556 * streams.texi (Output Functions): Fix print example.
9557
9558 * Makefile.in (elisp): New target.
9559 (dist): Depend on $(infodir)/elisp, not elisp.
9560 Copy the info files from $(infodir).
9561
9562 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
9563 read-from-minibuffer.
9564
9565 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
9566
9567 2004-11-19 Richard M. Stallman <rms@gnu.org>
9568
9569 * searching.texi (Regexp Search): Add search-whitespace-regexp.
9570
9571 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
9572
9573 * tips.texi (Coding Conventions): Fix typo.
9574
9575 2004-11-16 Richard M. Stallman <rms@gnu.org>
9576
9577 * tips.texi (Coding Conventions): Separate defvar and require
9578 methods to avoid warnings. Use require only when there are many
9579 functions and variables from that package.
9580
9581 * minibuf.texi (Minibuffer Completion): When ignoring case,
9582 predicate must not be case-sensitive.
9583
9584 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
9585 (Test Coverage): Don't talk about "splotches". Clarified.
9586
9587 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
9588
9589 * frames.texi (Window Frame Parameters): Fix typo.
9590
9591 2004-11-15 Kim F. Storm <storm@cua.dk>
9592
9593 * symbols.texi (Other Plists): Note that plist-get may signal error.
9594 Add safe-plist-get.
9595
9596 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9597
9598 * modes.texi (Font Lock Basics): Fix typo.
9599
9600 2004-11-08 Richard M. Stallman <rms@gnu.org>
9601
9602 * syntax.texi (Syntax Table Functions): Add syntax-after.
9603
9604 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
9605
9606 * os.texi (Processor Run Time): New section documenting
9607 get-internal-run-time.
9608
9609 2004-11-06 Eli Zaretskii <eliz@gnu.org>
9610
9611 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
9612 it nukes elisp-cover.texi.
9613 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
9614 elisp-0 etc.
9615
9616 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
9617
9618 * commands.texi (Keyboard Macros): Document `append' return value
9619 of `defining-kbd-macro'.
9620
9621 2004-11-01 Richard M. Stallman <rms@gnu.org>
9622
9623 * commands.texi (Interactive Call): Add called-interactively-p.
9624
9625 2004-10-29 Simon Josefsson <jas@extundo.com>
9626
9627 * minibuf.texi (Reading a Password): Revert.
9628
9629 2004-10-28 Richard M. Stallman <rms@gnu.org>
9630
9631 * frames.texi (Display Feature Testing): Explain about "vendor".
9632
9633 2004-10-27 Richard M. Stallman <rms@gnu.org>
9634
9635 * commands.texi (Interactive Codes): `N' uses numeric prefix,
9636 not raw. Clarify `n'.
9637 (Interactive Call): Rewrite interactive-p, focusing on when
9638 and how to use it.
9639 (Misc Events): Clarify previous change.
9640
9641 * advice.texi (Simple Advice): Clarify what job the example does.
9642 (Around-Advice): Clarify ad-do-it.
9643 (Activation of Advice): An option of ad-default-compilation-action
9644 is `never', not `nil'.
9645
9646 2004-10-26 Kim F. Storm <storm@cua.dk>
9647
9648 * commands.texi (Interactive Codes): Add U code letter.
9649
9650 2004-10-25 Simon Josefsson <jas@extundo.com>
9651
9652 * minibuf.texi (Reading a Password): Add.
9653
9654 2004-10-24 Jason Rumney <jasonr@gnu.org>
9655
9656 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
9657 and wheel-down.
9658
9659 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
9660
9661 * processes.texi (Synchronous Processes): Document process-file.
9662
9663 2004-10-22 Kenichi Handa <handa@m17n.org>
9664
9665 * text.texi (translate-region): Document that it accepts also a
9666 char-table.
9667
9668 2004-10-22 David Ponce <david@dponce.com>
9669
9670 * windows.texi (Resizing Windows): Document the `preserve-before'
9671 argument of the functions `enlarge-window' and `shrink-window'.
9672
9673 2004-10-19 Jason Rumney <jasonr@gnu.org>
9674
9675 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
9676
9677 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
9678
9679 * text.texi (Filling): Add anchor for definition of
9680 `sentence-end-double-space'.
9681
9682 * searching.texi (Regexp Example): Update description of how
9683 Emacs currently recognizes the end of a sentence.
9684 (Standard Regexps): Update definition of the variable
9685 `sentence-end'. Add definition of the function `sentence-end'.
9686
9687 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
9688
9689 * display.texi (Progress): New node.
9690
9691 2004-10-05 Kim F. Storm <storm@cua.dk>
9692
9693 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
9694
9695 2004-09-29 Kim F. Storm <storm@cua.dk>
9696
9697 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
9698 to identify bitmaps. Remove -fringe-bitmap suffix for standard
9699 fringe bitmap symbols, as they now have their own namespace.
9700 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
9701 vs. pixels. Signal error if no free bitmap slots.
9702 (Pixel Specification): Change IMAGE to @var{image}.
9703
9704 2004-09-28 Richard M. Stallman <rms@gnu.org>
9705
9706 * text.texi (Special Properties): Clarify line-spacing and line-height.
9707
9708 * searching.texi (Regexp Search): Add looking-back.
9709
9710 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
9711
9712 * display.texi: Correct typos.
9713 (Image Descriptors): Correct xref's.
9714
9715 2004-09-25 Richard M. Stallman <rms@gnu.org>
9716
9717 * text.texi (Special Properties): Cleanups in `cursor'.
9718 Rewrites in `line-height' and `line-spacing'; exchange them.
9719
9720 * display.texi (Fringes): Rewrite previous change.
9721 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
9722 (Display Fringe Bitmaps): Node deleted, text moved.
9723 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
9724 (Scroll Bars): Clarify set-window-scroll-bars.
9725 (Pointer Shape): Rewrite.
9726 (Specified Space): Clarify :align-to, etc.
9727 (Pixel Specification): Use @var. Clarify new text.
9728 (Other Display Specs): Clarify `slice'.
9729 (Image Descriptors): Cleanups.
9730 (Showing Images): Cleanups.
9731
9732 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
9733
9734 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
9735
9736 * modes.texi: Various minor changes in addition to:
9737 (Major Mode Conventions): Final call to `run-mode-hooks' should
9738 not be inside the `delay-mode-hooks' form.
9739 (Mode Hooks): New node.
9740 (Hooks): Delete obsolete example.
9741 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
9742 node "Mode Hooks".
9743
9744 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
9745
9746 * display.texi: Correct various typos.
9747 (Display): Rename node "Pointer Shapes" to "Pointer
9748 Shape". (There is already a node called "Pointer Shapes" in
9749 frames.texi.)
9750 (Images): Remove non-existent node "Image Slices" from menu.
9751
9752 2004-09-23 Kim F. Storm <storm@cua.dk>
9753
9754 * text.texi (Special Properties): Add `cursor', `pointer',
9755 `line-height', and `line-spacing' properties.
9756
9757 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
9758 Shapes' to menu.
9759 (Standard Faces): Doc fix for fringe face.
9760 (Fringes): Add `overflow-newline-into-fringe' and
9761 'indicate-buffer-boundaries'.
9762 (Fringe Bitmaps, Pointer Shapes): New nodes.
9763 (Display Property): Add 'Pixel Specification' and 'Display Fringe
9764 Bitmaps' to menu.
9765 (Specified Space): Describe pixel width and height.
9766 (Pixel Specification): New node.
9767 (Other Display Specs): Add `slice' property.
9768 (Display Fringe Bitmaps): New node.
9769 (Images): Add 'Image Slices' to menu.
9770 (Image Descriptors): Add `:pointer' and `:map' properties.
9771 (Showing Images): Add slice arg to `insert-image'.
9772 Add 'insert-sliced-image'.
9773
9774 2004-09-20 Richard M. Stallman <rms@gnu.org>
9775
9776 * commands.texi (Key Sequence Input):
9777 Clarify downcasing in read-key-sequence.
9778
9779 2004-09-08 Juri Linkov <juri@jurta.org>
9780
9781 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
9782
9783 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
9784
9785 * locals.texi (Standard Buffer-Local Variables):
9786 Add `buffer-auto-save-file-format'.
9787 * internals.texi (Buffer Internals): Describe new
9788 auto_save_file_format field of the buffer structure.
9789 * files.texi (Format Conversion): `auto-save-file-format' has been
9790 renamed `buffer-auto-save-file-format'.
9791
9792 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
9793
9794 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
9795 an integer or a marker.
9796 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
9797
9798 2004-08-22 Richard M. Stallman <rms@gnu.org>
9799
9800 * modes.texi (Major Mode Conventions): Discuss rebinding of
9801 standard key bindings.
9802
9803 2004-08-18 Kim F. Storm <storm@cua.dk>
9804
9805 * processes.texi (Accepting Output): Add `just-this-one' arg to
9806 `accept-process-output'.
9807 (Output from Processes): New var `process-adaptive-read-buffering'.
9808
9809 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
9810
9811 * keymaps.texi: Various changes in addition to:
9812 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
9813 Give more varied examples for `kbd'.
9814 (Creating Keymaps): Char tables have slots for all characters
9815 without modifiers.
9816 (Active Keymaps): `overriding-local-map' and
9817 `overriding-terminal-local-map' also override text property and
9818 overlay keymaps.
9819 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
9820 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
9821 to denote a prefix of no events.
9822 `map-keymap' includes parent's bindings _recursively_.
9823 Clarify and correct description of `where-is-internal'.
9824 Mention BUFFER-OR-NAME arg to `describe-bindings'.
9825 (Menu Example): For menus intended for use with the keyboard, the
9826 menu items should be bound to characters or real function keys.
9827
9828 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
9829
9830 * objects.texi (Character Type): Reposition `@anchor' to prevent
9831 double space inside sentence in Info.
9832
9833 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
9834 renamed to `disabled-command-function'.
9835 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
9836 (Command Loop Info): Replace reference to it.
9837 (Disabling Commands): `disabled-command-hook' has been renamed to
9838 `disabled-command-function'.
9839
9840 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
9841
9842 * os.texi (Translating Input): Only non-prefix bindings in
9843 `key-translation-map' override actual key bindings. Warn about
9844 possible indirect effect of actual key bindings on non-prefix
9845 bindings in `key-translation-map'.
9846
9847 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
9848
9849 * minibuf.texi (High-Level Completion): Add anchor for definition
9850 of `read-variable'.
9851
9852 * commands.texi: Various changes in addition to:
9853 (Using Interactive): Clarify description of `interactive-form'.
9854 (Interactive Call): Mention default for KEYS argument to
9855 `call-interactively'.
9856 (Command Loop Info): Clarify description of `this-command-keys'.
9857 Mention KEEP-RECORD argument to `clear-this-command-keys'.
9858 Value of `last-event-frame' can be `macro'.
9859 (Repeat Events): `double-click-fuzz' is also used to distinguish
9860 clicks and drags.
9861 (Classifying Events): Clarify descriptions of `event-modifiers'
9862 `event-basic-type' and `event-convert-list'.
9863 (Accessing Events): `posn-timestamp' takes POSITION argument.
9864 (Quoted Character Input): Clarify description of
9865 `read-quoted-char' and fix example.
9866 (Quitting): Add `with-local-quit'.
9867 (Disabling Commands): Correct and clarify descriptions of
9868 `enable-command' and `disable-command'.
9869 Mention what happens if `disabled-command-hook' is nil.
9870 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
9871 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
9872
9873 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
9874
9875 * frames.texi: Various changes in addition to:
9876 (Creating Frames): Expand and clarify description of `make-frame'.
9877 (Window Frame Parameters): Either none or both of the `icon-left'
9878 and `icon-top' parameters must be specified. Put descriptions of
9879 `menu-bar-lines' and `toolbar-lines' closer together and change
9880 them accordingly.
9881 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
9882 except while processing `frame-title-format' or `icon-title-format'.
9883 (Deleting Frames): Correct description of `delete-frame'.
9884 Non-nil return values of `frame-live-p' are like those of `framep'.
9885 (Frames and Windows): Mention return value of
9886 `set-frame-selected-window'.
9887 (Visibility of Frames): Mention `force' argument to
9888 `make-frame-invisible'. `frame-visible-p' returns t for all
9889 frames on text-only terminals.
9890 (Frame Configurations): Restoring a frame configuration does not
9891 restore deleted frames.
9892 (Window System Selections): `x-set-selection' returns DATA.
9893 (Resources): Add example.
9894 (Display Feature Testing): Clarify descriptions of
9895 `display-pixel-height', `display-pixel-width', `x-server-version'
9896 and `x-server-vendor'.
9897
9898 * windows.texi (Choosing Window): Add anchor.
9899 * minibuf.texi (Minibuffer Misc): Add anchor.
9900
9901 2004-07-23 John Paul Wallington <jpw@gnu.org>
9902
9903 * macros.texi (Defining Macros): Declaration keyword for setting
9904 Edebug spec is `debug' not `edebug'.
9905
9906 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
9907
9908 * windows.texi: Various small changes in addition to:
9909 (Window Point): Mention return value of `set-window-point'.
9910 (Window Start): `pos-visible-in-window-p' disregards horizontal
9911 scrolling. Explain return value if PARTIALLY is non-nil.
9912 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
9913 and `set-window-vscroll'.
9914 (Size of Window): The argument WINDOW to `window-inside-edges',
9915 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
9916 (Resizing Windows): Explain return value of
9917 `shrink-window-if-larger-than-buffer'.
9918 `window-size-fixed' automatically becomes buffer local when set.
9919 (Window Configurations): Explain return value of
9920 `set-window-configuration'.
9921
9922 * minibuf.texi (Minibuffer Misc): Add anchor for
9923 `minibuffer-scroll-window'.
9924
9925 * positions.texi (Text Lines): Add anchor for `count-lines'.
9926
9927 2004-07-17 Richard M. Stallman <rms@gnu.org>
9928
9929 * display.texi (Overlay Properties): Adding `evaporate' prop
9930 deletes empty overlay immediately.
9931
9932 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
9933 fix example.
9934
9935 2004-07-16 Jim Blandy <jimb@redhat.com>
9936
9937 * searching.texi (Regexp Backslash): Document new \_< and \_>
9938 operators.
9939
9940 2004-07-16 Juanma Barranquero <lektu@terra.es>
9941
9942 * display.texi (Images): Fix Texinfo usage.
9943
9944 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
9945
9946 * buffers.texi (Modification Time): `visited-file-modtime' now
9947 returns a list of two integers, instead of a cons.
9948
9949 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
9950
9951 * windows.texi: Various changes in addition to:
9952 (Splitting Windows): Add `split-window-keep-point'.
9953
9954 2004-07-09 Richard M. Stallman <rms@gnu.org>
9955
9956 * frames.texi (Input Focus): Minor fix.
9957
9958 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
9959
9960 * frames.texi (Input Focus): Clarify descriptions of
9961 `select-frame-set-input-focus' and `select-frame'.
9962
9963 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
9964
9965 * os.texi: Various small changes in addition to:
9966 (Killing Emacs): Expand and clarify description of
9967 `kill-emacs-query-functions' and `kill-emacs-hook'.
9968 (System Environment): Expand and clarify description of `getenv'
9969 and `setenv'.
9970 (Timers): Clarify description of `run-at-time'.
9971 (Translating Input): Correct description of
9972 `extra-keyboard-modifiers'.
9973 (Flow Control): Correct description of `enable-flow-control'.
9974
9975 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
9976
9977 * os.texi: Update copyright.
9978 (Session Management): Grammar fix.
9979 Clarify which Emacs does the restarting.
9980 Use @samp for *scratch* buffer.
9981
9982 2004-07-04 Alan Mackenzie <acm@muc.de>
9983
9984 * frames.texi (Input Focus): Add documentation for
9985 `select-frame-set-input-focus'. Replace refs to non-existent
9986 `switch-frame' with `select-frame'. Minor corrections and tidying
9987 up of text-only terminal stuff.
9988
9989 2004-07-02 Richard M. Stallman <rms@gnu.org>
9990
9991 * files.texi (Saving Buffers): Cleanup write-contents-function.
9992 (Magic File Names): Cleanup file-remote-p.
9993
9994 2004-07-02 Kai Großjohann <kai@emptydomain.de>
9995
9996 * files.texi (Magic File Names): `file-remote-p' returns an
9997 identifier of the remote system, not just t.
9998
9999 2004-07-02 David Kastrup <dak@gnu.org>
10000
10001 * searching.texi (Entire Match Data): Add explanation about new
10002 match-data behavior when @var{integers} is non-nil.
10003
10004 2004-06-24 Richard M. Stallman <rms@gnu.org>
10005
10006 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
10007
10008 * customize.texi (Variable Definitions): Note about doc strings
10009 and :set.
10010
10011 * keymaps.texi (Keymap Terminology): Document `kbd'.
10012 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
10013
10014 * display.texi (Invisible Text): Setting buffer-invisibility-spec
10015 makes it buffer-local.
10016
10017 * files.texi (Saving Buffers): Correct previous change.
10018
10019 * commands.texi (Accessing Events):
10020 Clarify posn-col-row and posn-actual-col-row.
10021
10022 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
10023
10024 * commands.texi (Accessing Events): New functions
10025 posn-at-point and posn-at-x-y. Add example to posn-x-y.
10026
10027 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
10028
10029 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
10030 * frames.texi, buffers.texi, backups.texi, variables.texi:
10031 * loading.texi, eval.texi, functions.texi, control.texi:
10032 * symbols.texi, minibuf.texi: Reposition @anchor's.
10033
10034 * help.texi: Various small changes in addition to the following.
10035 (Describing Characters): Describe PREFIX argument to
10036 `key-description'. Correct and clarify definition of
10037 `text-char-description'. Describe NEED-VECTOR argument to
10038 `read-kbd-macro'.
10039 (Help Functions): Clarify definition of `apropos'.
10040
10041 2004-06-23 Lars Hansen <larsh@math.ku.dk>
10042
10043 * files.texi (Saving Buffers): Correct description of
10044 `write-contents-functions'.
10045
10046 2004-06-21 Juanma Barranquero <lektu@terra.es>
10047
10048 * display.texi (Images): Remove redundant @vindex directives.
10049 Rewrite `image-library-alist' doc in active voice.
10050
10051 2004-06-14 Juanma Barranquero <lektu@terra.es>
10052
10053 * display.texi (Images): Document new delayed library loading,
10054 variable `image-library-alist' and (existing but undocumented)
10055 function `image-type-available-p'.
10056
10057 2004-06-05 Richard M. Stallman <rms@gnu.org>
10058
10059 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
10060 refer the user to the Initial Input node.
10061 (Text from Minibuffer): Likewise.
10062 (Initial Input): New node. Document this feature
10063 and say it is mostly deprecated.
10064
10065 2004-05-30 Richard M. Stallman <rms@gnu.org>
10066
10067 * loading.texi (Named Features): Clarify return value
10068 and meaning of NOERROR.
10069
10070 * variables.texi (File Local Variables): Minor cleanup.
10071
10072 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
10073
10074 * files.texi (Magic File Names): Add `file-remote-p' as operation
10075 of file name handlers.
10076
10077 2004-05-29 Richard M. Stallman <rms@gnu.org>
10078
10079 * modes.texi (Minor Mode Conventions): (-) has no special meaning
10080 as arg to a minor mode command.
10081
10082 2004-05-22 Richard M. Stallman <rms@gnu.org>
10083
10084 * syntax.texi (Syntax Class Table): Word syntax not just for English.
10085
10086 * streams.texi (Output Variables): Doc float-output-format.
10087
10088 * searching.texi (Regexp Special): Nested repetition can be infloop.
10089
10090 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
10091 real stack overflow.
10092
10093 * compile.texi: Minor cleanups.
10094
10095 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
10096
10097 * lists.texi (Cons Cells): Explain dotted lists, true lists,
10098 circular lists.
10099 (List Elements): Explain handling of circular and dotted lists.
10100
10101 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
10102
10103 * modes.texi (Search-based Fontification): Fix typo.
10104
10105 2004-05-10 Juanma Barranquero <lektu@terra.es>
10106
10107 * modes.texi (Mode Line Variables): Fix description of
10108 global-mode-string, which is now after which-func-mode, not the
10109 buffer name.
10110
10111 2004-05-07 Lars Hansen <larsh@math.ku.dk>
10112
10113 * modes.texi (Desktop Save Mode): Add.
10114 (Modes): Add menu entry Desktop Save Mode.
10115
10116 * hooks.texi: Add desktop-after-read-hook,
10117 desktop-no-desktop-file-hook and desktop-save-hook.
10118
10119 * locals.texi: Add desktop-save-buffer.
10120
10121 2004-04-30 Jesper Harder <harder@ifa.au.dk>
10122
10123 * display.texi: emacs -> Emacs.
10124
10125 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
10126
10127 * files.texi (Changing Files): Document set-file-times.
10128
10129 2004-04-23 Juanma Barranquero <lektu@terra.es>
10130
10131 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10132
10133 2004-04-18 Jesper Harder <harder@ifa.au.dk>
10134
10135 * tips.texi (Coding Conventions): defopt -> defcustom.
10136
10137 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
10138
10139 * sequences.texi: Various clarifications.
10140
10141 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
10142
10143 * buffers.texi (Read Only Buffers): Mention optional ARG to
10144 `toggle-read-only'.
10145
10146 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
10147
10148 * windows.texi (Selecting Windows): Note that get-lru-window
10149 returns a full-width window if possible.
10150
10151 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
10152
10153 * buffers.texi: Various changes in addition to:
10154 (Buffer File Name): Add `find-buffer-visiting'.
10155 (Buffer Modification): Mention optional ARG to `not-modified'.
10156 (Indirect Buffers): Mention optional CLONE argument to
10157 `make-indirect-buffer'.
10158
10159 * files.texi: Various changes in addition to:
10160 (Visiting Functions): `find-file-hook' is now a normal hook.
10161 (File Name Expansion): Explain difference between the way that
10162 `expand-file-name' and `file-truename' treat `..'.
10163 (Contents of Directories): Mention optional ID-FORMAT argument to
10164 `directory-files-and-attributes'.
10165 (Format Conversion): Mention new optional CONFIRM argument to
10166 `format-write-file'.
10167
10168 2004-04-12 Miles Bader <miles@gnu.org>
10169
10170 * macros.texi (Expansion): Add description of `macroexpand-all'.
10171
10172 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10173
10174 * variables.texi (Variable Aliases):
10175 Mention cyclic-variable-indirection.
10176
10177 * errors.texi (Standard Errors): Ditto.
10178
10179 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
10180
10181 * backups.texi: Various small changes in addition to:
10182 (Making Backups): Mention return value of `backup-buffer'.
10183 (Auto-Saving): Mention optional FORCE argument to
10184 `delete-auto-save-file-if-necessary'.
10185 (Reverting): Mention optional PRESERVE-MODES argument to
10186 `revert-buffer'. Correct description of `revert-buffer-function'.
10187
10188 2004-03-22 Juri Linkov <juri@jurta.org>
10189
10190 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
10191 with `Vector Functions'.
10192
10193 * text.texi (Sorting): Add missing quote.
10194
10195 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
10196
10197 * intro.texi (Lisp History): Replace xref to `cl' manual with
10198 inforef.
10199
10200 2004-03-12 Richard M. Stallman <rms@gnu.org>
10201
10202 * intro.texi (Version Info): Add arg to emacs-version.
10203 (Lisp History): Change xref to CL manual.
10204
10205 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
10206
10207 * minibuf.texi (Completion Commands): Add xref to Emacs manual
10208 for Partial Completion mode.
10209
10210 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
10211
10212 * customize.texi: Fix typo. Remove eol whitespace.
10213
10214 2004-03-04 Richard M. Stallman <rms@gnu.org>
10215
10216 * processes.texi: Fix typos.
10217
10218 * lists.texi (Building Lists): Minor clarification.
10219
10220 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
10221 in make-hash-table.
10222
10223 2004-02-29 Juanma Barranquero <lektu@terra.es>
10224
10225 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
10226 rm, and ignore exit code.
10227
10228 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
10229
10230 * display.texi (Defining Faces): Add description for min-colors.
10231 Update example.
10232
10233 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10234
10235 * abbrevs.texi: Various corrections and clarifications in addition
10236 to the following:
10237 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
10238
10239 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10240
10241 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
10242
10243 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
10244
10245 * text.texi: Various small changes in addition to the following:
10246 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
10247 to delete-horizontal-space.
10248 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
10249 description of yank-handler text property at various places.
10250
10251 * frames.texi (Window System Selections): Add anchor.
10252
10253 * syntax.texi (Syntax Table Functions): Clarify and correct
10254 descriptions of make-syntax-table and copy-syntax-table.
10255 (Motion and Syntax): Clarify SYNTAXES argument to
10256 skip-syntax-forward.
10257 (Parsing Expressions): Mention that the return value of
10258 parse-partial-sexp is currently a list of ten rather than nine
10259 elements.
10260 (Categories): Various corrections and clarifications.
10261
10262 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
10263
10264 * markers.texi (Marker Insertion Types): Minor change.
10265
10266 * locals.texi (Standard Buffer-Local Variables):
10267 * commands.texi (Interactive Codes, Using Interactive):
10268 * functions.texi (Related Topics): Fix xrefs.
10269
10270 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
10271
10272 * lists.texi (Sets And Lists): Update description of delete-dups.
10273
10274 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10275
10276 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
10277
10278 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
10279
10280 * frames.texi (Parameter Access): frame-parameters arg is optional.
10281 modify-frame-parameters handles nil for FRAME.
10282 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
10283 are all-or-nothing for certain toolkits.
10284 Mention parameter wait-for-wm.
10285 (Frames and Windows): In frame-first-window and frame-selected-window
10286 the arg is optional.
10287 (Input Focus): In redirect-frame-focus the second arg is optional.
10288 (Window System Selections): Mention selection type CLIPBOARD.
10289 Mention data-type UTF8_STRING.
10290 Mention numbering of cut buffers.
10291 (Resources): Describe x-resource-name.
10292
10293 2004-02-16 Richard M. Stallman <rms@gnu.org>
10294
10295 * windows.texi (Buffers and Windows): Delete false table
10296 about all-frames.
10297
10298 * syntax.texi (Parsing Expressions): Delete old caveat
10299 about parse-sexp-ignore-comments.
10300
10301 * streams.texi (Output Variables): Add print-quoted.
10302
10303 * lists.texi (Building Lists): Minor cleanup.
10304
10305 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
10306
10307 * display.texi (Overlays): Explain overlays use markers.
10308 (Managing Overlays): Explain front-advance and rear-advance
10309 in more detail.
10310
10311 * loading.texi (Unloading): Document unload-feature-special-hooks.
10312 Get rid of fns-NNN.el file.
10313
10314 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10315
10316 * help.texi (Describing Characters): Fix text-char-description
10317 example output.
10318
10319 * edebug.texi (Using Edebug): Fix example.
10320
10321 * debugging.texi (Internals of Debugger): Fix return value.
10322
10323 * files.texi (Changing Files): Fix argname.
10324
10325 * calendar.texi: Fix parens, and default values.
10326
10327 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
10328 * nonascii.texi, objects.texi, os.texi: Minor fixes.
10329 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
10330
10331 * positions.texi (Text Lines): Don't add -1 in current-line.
10332
10333 2004-02-16 Richard M. Stallman <rms@gnu.org>
10334
10335 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
10336
10337 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10338
10339 * processes.texi (Low-Level Network): Fix a typo.
10340
10341 2004-02-12 Kim F. Storm <storm@cua.dk>
10342
10343 * display.texi (Fringes): Use consistent wording.
10344 Note that window-fringe's window arg is optional.
10345 (Scroll Bars): Use consistent wording.
10346
10347 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10348
10349 * tips.texi (Comment Tips): Document the new conventions for
10350 commenting out code.
10351
10352 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
10353
10354 * positions.texi (Text Lines): Add missing end defun.
10355
10356 2004-02-07 Kim F. Storm <storm@cua.dk>
10357
10358 * positions.texi (Text Lines): Add line-number-at-pos.
10359
10360 2004-02-06 John Paul Wallington <jpw@gnu.org>
10361
10362 * display.texi (Button Properties, Button Buffer Commands):
10363 mouse-2 invokes button, not down-mouse-1.
10364
10365 2004-02-04 Jason Rumney <jasonr@gnu.org>
10366
10367 * makefile.w32-in: Sync with Makefile.in changes.
10368
10369 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
10370
10371 * minibuf.texi (Text from Minibuffer): Various corrections and
10372 clarifications.
10373 (Object from Minibuffer): Correct Lisp description of
10374 read-minibuffer.
10375 (Minibuffer History): Clarify description of cons values for
10376 HISTORY arguments.
10377 (Basic Completion): Various corrections and clarifications.
10378 Add completion-regexp-list.
10379 (Minibuffer Completion): Correct and clarify description of
10380 completing-read.
10381 (Completion Commands): Mention Partial Completion mode.
10382 Various other minor changes.
10383 (High-Level Completion): Various corrections and clarifications.
10384 (Reading File Names): Ditto.
10385 (Minibuffer Misc): Ditto.
10386
10387 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
10388
10389 * strings.texi (Text Comparison): assoc-string also matches
10390 elements of alists that are strings instead of conses.
10391 (Formatting Strings): Standardize Texinfo usage. Update index
10392 entries.
10393
10394 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
10395
10396 * lists.texi (Sets And Lists): Add delete-dups.
10397
10398 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10399
10400 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
10401 special form.
10402 * macros.texi (Defining Macros): Update description of `declare',
10403 which now is a macro.
10404 (Wrong Time): Fix typos.
10405
10406 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
10407
10408 * compile.texi (Compilation Functions): Expand descriptions of
10409 `compile-defun', `byte-compile-file', `byte-recompile-directory'
10410 and `batch-byte-compile'. In particular, mention and describe
10411 all optional arguments.
10412 (Disassembly): Correct and clarify the description of `disassemble'.
10413
10414 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
10415
10416 * searching.texi: Various small changes in addition to the
10417 following.
10418 (Regexp Example): Adapt to new value of `sentence-end'.
10419 (Regexp Functions): The PAREN argument to `regexp-opt' can be
10420 `words'.
10421 (Search and Replace): Add usage note for `perform-replace'.
10422 (Entire Match Data): Mention INTEGERS and REUSE arguments to
10423 `match-data'.
10424 (Standard Regexps): Update for new values of `paragraph-start'
10425 and `sentence-end'.
10426
10427 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10428
10429 * files.texi (Saving Buffers): Clarify descriptions of
10430 `write-contents-functions' and `before-save-hook'.
10431 Make the defvar's for `before-save-hook' and `after-save-hook'
10432 into defopt's.
10433
10434 2004-01-07 Kim F. Storm <storm@cua.dk>
10435
10436 * commands.texi (Click Events): Describe new image and
10437 width/height elements of click events.
10438 (Accessing Events): Add posn-string, posn-image, and
10439 posn-object-width-height. Change posn-object to return either
10440 image or string object.
10441
10442 2004-01-01 Simon Josefsson <jas@extundo.com>
10443
10444 * hooks.texi (Standard Hooks): Add before-save-hook.
10445 * files.texi (Saving Buffers): Likewise.
10446
10447 2004-01-03 Richard M. Stallman <rms@gnu.org>
10448
10449 * frames.texi (Frames and Windows): Delete frame-root-window.
10450
10451 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10452
10453 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
10454
10455 * functions.texi: Various small changes in addition to the
10456 following.
10457 (What Is a Function): `functionp' returns nil for macros.
10458 Clarify behavior of this and following functions for symbol arguments.
10459 (Function Documentation): Add `\' in front of (fn @var{arglist})
10460 and explain why.
10461 (Defining Functions): Mention DOCSTRING argument to `defalias'.
10462 Add anchor.
10463 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
10464
10465 2004-01-01 Miles Bader <miles@gnu.org>
10466
10467 * display.texi (Buttons): New section.
10468
10469 2003-12-31 Andreas Schwab <schwab@suse.de>
10470
10471 * numbers.texi (Math Functions): sqrt reports a domain-error
10472 error.
10473 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
10474
10475 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10476
10477 * tips.texi (Documentation Tips): Update item on hyperlinks in
10478 documentation strings.
10479
10480 * errors.texi (Standard Errors): Various small corrections and
10481 additions.
10482
10483 * control.texi: Various small changes in addition to the
10484 following.
10485 (Signaling Errors): Provide some more details on how `signal'
10486 constructs the error message. Add anchor to the definition of
10487 `signal'.
10488 (Error Symbols): Describe special treatment of `quit'.
10489 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
10490 to emphasize that it has to be a single form.
10491
10492 * buffers.texi: Add anchor.
10493
10494 2003-12-29 Richard M. Stallman <rms@gnu.org>
10495
10496 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
10497 (Window Configurations): Add window-configuration-frame.
10498
10499 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
10500
10501 * text.texi (Examining Properties): Add get-char-property-and-overlay.
10502 Change arg name in get-char-property.
10503 (Special Properties): Update handling of keymap property.
10504
10505 * strings.texi (Modifying Strings): Add clear-string.
10506 (Text Comparison): Add assoc-string and remove
10507 assoc-ignore-case, assoc-ignore-representation.
10508
10509 * os.texi (Time of Day): Add set-time-zone-rule.
10510
10511 * numbers.texi (Math Functions): asin, acos, log, log10
10512 report domain-error errors.
10513
10514 * nonascii.texi (Converting Representations):
10515 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
10516 (Encoding and I/O): Add file-name-coding-system.
10517
10518 * modes.texi (Search-based Fontification): Explain that
10519 face specs are symbols with face names as values.
10520
10521 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
10522
10523 * lists.texi (Building Lists): remq moved elsewhere.
10524 (Sets And Lists): remq moved here.
10525 (Association Lists): Refer to assoc-string.
10526
10527 * internals.texi (Garbage Collection): Add memory-use-counts.
10528
10529 * frames.texi (Frames and Windows): Add set-frame-selected-window
10530 and frame-root-window.
10531
10532 * files.texi (Contents of Directories):
10533 Add directory-files-and-attributes.
10534
10535 * display.texi (Refresh Screen): Add force-window-update.
10536 (Invisible Text): Explain about moving point out of invis text.
10537 (Overlay Properties): Add overlay-properties.
10538 (Managing Overlays): Add overlayp.
10539 (GIF Images): Invalid image number displays a hollow box.
10540
10541 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
10542 (Killing Buffers): Add buffer-live-p.
10543
10544 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
10545
10546 * display.texi (Fringes): Fix typo "set-buffer-window".
10547
10548 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
10549
10550 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
10551 * nonascii.texi, processes.texi, tips.texi, variables.texi:
10552 Add or change various xrefs and anchors.
10553
10554 * commands.texi: Replace all occurrences of @acronym{CAR} with
10555 @sc{car}, for consistency with the rest of the Elisp manual.
10556 `car' and `cdr' are historically acronyms, but are no longer
10557 widely thought of as such.
10558
10559 * internals.texi (Pure Storage): Mention that `purecopy' does not
10560 copy text properties.
10561 (Object Internals): Now 29 bits are used (in most implementations)
10562 to address Lisp objects.
10563
10564 * variables.texi (Variables with Restricted Values): New node.
10565
10566 * objects.texi (Lisp Data Types): Mention that certain variables
10567 can only take on a restricted set of values and add an xref to
10568 the new node "Variables with Restricted Values".
10569
10570 * eval.texi (Function Indirection): Describe the errors that
10571 `indirect-function' can signal.
10572 (Eval): Clarify the descriptions of `eval-region' and `values'.
10573 Describe `eval-buffer' instead of `eval-current-buffer' and
10574 mention `eval-current-buffer' as an alias for `current-buffer'.
10575 Correct the description and mention all optional arguments.
10576
10577 * nonascii.texi: Various small changes in addition to the
10578 following.
10579 (Converting Representations): Clarify behavior of
10580 `string-make-multibyte' and `string-to-multibyte' for unibyte all
10581 ASCII arguments.
10582 (Character Sets): Document the variable `charset-list' and adapt
10583 the definition of the function `charset-list' accordingly.
10584 (Translation of Characters): Clarify use of generic characters in
10585 `make-translation-table'. Clarify and correct the description of
10586 the use of translation tables in encoding and decoding.
10587 (User-Chosen Coding Systems): Correct and clarify the description
10588 of `select-safe-coding-system'.
10589 (Default Coding Systems): Clarify description of
10590 `file-coding-system-alist'.
10591
10592 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10593
10594 * strings.texi (Text Comparison): Correctly describe when two
10595 strings are `equal'. Combine and clarify descriptions of
10596 `assoc-ignore-case' and `assoc-ignore-representation'.
10597
10598 * objects.texi (Non-ASCII in Strings): Clarify description of
10599 when a string is unibyte or multibyte.
10600 (Bool-Vector Type): Update examples.
10601 (Equality Predicates): Correctly describe when two strings are
10602 `equal'.
10603
10604 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
10605
10606 * lists.texi (Building Lists): `append' no longer accepts integer
10607 arguments. Update the description of `number-sequence' to reflect
10608 recent changes.
10609 (Sets And Lists): Describe `member-ignore-case' after `member'.
10610
10611 2003-11-27 Kim F. Storm <storm@cua.dk>
10612
10613 * commands.texi (Click Events): Click object may be an images.
10614 Describe (dx . dy) element of click positions.
10615 (Accessing Events): Remove duplicate posn-timestamp.
10616 New functions posn-object and posn-object-x-y.
10617
10618 2003-11-23 Kim F. Storm <storm@cua.dk>
10619
10620 * commands.texi (Click Events): Describe enhancements to event
10621 position lists, including new text-pos and (col . row) items.
10622 Mention left-fringe and right-fringe area events.
10623 (Accessing Events): New functions posn-area and
10624 posn-actual-col-row. Mention posn-timestamp. Mention that
10625 posn-point in non-text area still returns buffer position.
10626 Clarify posn-col-row.
10627
10628 2003-11-21 Lars Hansen <larsh@math.ku.dk>
10629
10630 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
10631 * anti.texi (File Attributes): Describe removed parameter
10632 ID-FORMAT.
10633
10634 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
10635
10636 * positions.texi (Positions): Mention that, if a marker is used as
10637 a position, its buffer is ignored.
10638
10639 * markers.texi (Overview of Markers): Mention it here too.
10640
10641 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
10642
10643 * numbers.texi (Numeric Conversions): Not just `floor', but also
10644 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
10645
10646 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
10647
10648 * markers.texi (Creating Markers): Specify insertion type of
10649 created markers. Add xref to `Marker Insertion Types'.
10650 Second argument to `copy-marker' is optional.
10651 (Marker Insertion Types): Mention that most markers are created
10652 with insertion type nil.
10653 (The Mark): Correctly describe when `mark' signals an error.
10654 (The Region): Correctly describe when `region-beginning' and
10655 `region-end' signal an error.
10656
10657 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
10658
10659 * hash.texi (Creating Hash): Clarify description of `eql'.
10660 `makehash' is obsolete.
10661 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
10662
10663 * positions.texi (Point): Change description of `buffer-end', so
10664 that it is also correct for floating point arguments.
10665 (List Motion): Correct argument lists of `beginning-of-defun' and
10666 `end-of-defun'.
10667 (Excursions): Add xref to `Marker Insertion Types'.
10668 (Narrowing): Argument to `narrow-to-page' is optional.
10669
10670 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
10671
10672 * streams.texi (Output Streams): Clarify behavior of point for
10673 marker output streams.
10674
10675 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
10676
10677 * variables.texi (Defining Variables): Second argument to
10678 `defconst' is not optional.
10679 (Setting Variables): Mention optional argument APPEND to
10680 `add-to-list'.
10681 (Creating Buffer-Local): Expand description of
10682 `make-variable-buffer-local'.
10683 (Frame-Local Variables): Expand description of
10684 `make-variable-frame-local'.
10685 (Variable Aliases): Correct description of optional argument
10686 DOCSTRING to `defvaralias'. Mention return value of
10687 `defvaralias'.
10688 (File Local Variables): Add xref to `File variables' in Emacs
10689 Manual. Correct description of `hack-local-variables'. Mention
10690 `safe-local-variable' property. Mention optional second argument
10691 to `risky-local-variable-p'.
10692
10693 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
10694
10695 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
10696
10697 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10698
10699 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
10700 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
10701 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
10702 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
10703 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
10704 lispref/processes.texi, lispref/searching.texi,
10705 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
10706 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
10707 @acronym{FOO}.
10708
10709 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
10710
10711 * strings.texi (Creating Strings): Argument START to `substring'
10712 can not be `nil'. Expand description of
10713 `substring-no-properties'. Correct description of `split-string',
10714 especially with respect to empty matches. Prevent very bad line
10715 break in definition of `split-string-default-separators'.
10716 (Text Comparison): `string=' and `string<' also accept symbols as
10717 arguments.
10718 (String Conversion): More completely describe argument BASE in
10719 `string-to-number'.
10720 (Formatting Strings): `%s' and `%S' in `format' do require
10721 corresponding object. Clarify behavior of numeric prefix after
10722 `%' in `format'.
10723 (Case Conversion): The argument to `upcase-initials' can be a
10724 character.
10725
10726 2003-10-27 Kenichi Handa <handa@m17n.org>
10727
10728 * display.texi (Fontsets): Fix texinfo usage.
10729
10730 2003-10-25 Kenichi Handa <handa@m17n.org>
10731
10732 * display.texi (Fontsets): Add description of the function
10733 set-fontset-font.
10734
10735 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
10736
10737 * display.texi (Temporary Displays): Add xref to `Documentation
10738 Tips'.
10739
10740 * functions.texi (Function Safety): Use inforef instead of pxref
10741 for SES.
10742
10743 2003-10-23 Andreas Schwab <schwab@suse.de>
10744
10745 * Makefile.in (TEX, texinputdir): Don't define.
10746 (TEXI2DVI): Define.
10747 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
10748 add $(srcdir)/index.texi.
10749 ($(infodir)/elisp): Remove index.texi dependency.
10750 (elisp.dvi): Likewise. Use $(TEXI2DVI).
10751 (index.texi): Remove target.
10752 (dist): Don't link $(srcdir)/permute-index.
10753 (clean): Don't remove index.texi.
10754
10755 * permute-index, index.perm: Remove.
10756 * index.texi: Rename from index.unperm.
10757
10758 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
10759
10760 * tips.texi (Documentation Tips): Document new behavior for face
10761 and variable hyperlinks in Help mode.
10762
10763 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
10764
10765 * objects.texi (Integer Type): Update for extra bit of integer range.
10766 (Character Type): Ditto.
10767
10768 2003-10-16 Eli Zaretskii <eliz@gnu.org>
10769
10770 * numbers.texi (Integer Basics): Add index entries for reading
10771 numbers in hex, octal, and binary.
10772
10773 2003-10-16 Lute Kamstra <lute@gnu.org>
10774
10775 * modes.texi (Mode Line Format): Mention force-mode-line-update's
10776 argument.
10777
10778 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
10779
10780 * windows.texi (Choosing Window): Fix typo.
10781 * edebug.texi (Edebug Execution Modes): Fix typo.
10782
10783 2003-10-13 Richard M. Stallman <rms@gnu.org>
10784
10785 * windows.texi (Basic Windows): A window has fringe settings,
10786 display margins and scroll-bar settings.
10787 (Splitting Windows): Doc split-window return value.
10788 Clean up one-window-p.
10789 (Selecting Windows): Fix typo.
10790 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
10791 (Buffers and Windows): In set-window-buffer, explain effect
10792 on fringe settings and scroll bar settings.
10793 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
10794 (Choosing Window): Use defopt for pop-up-frame-function.
10795 For special-display-buffer-names, explain same-window and same-frame.
10796 Clarify window-dedicated-p return value.
10797 (Textual Scrolling): scroll-up and scroll-down can get an error.
10798 (Horizontal Scrolling): Clarify auto-hscroll-mode.
10799 Clarify set-window-hscroll.
10800 (Size of Window): Don't mention tool bar in window-height.
10801 (Coordinates and Windows): Explain what coordinates-in-window-p
10802 returns for fringes and display margins.
10803 (Window Configurations): Explain saving fringes, etc.
10804
10805 * tips.texi (Library Headers): Clean up Documentation.
10806
10807 * syntax.texi (Parsing Expressions): Clean up forward-comment
10808 and parse-sexp-lookup-properties.
10809
10810 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
10811
10812 * os.texi (System Environment): Clean up text for load-average errors.
10813
10814 * modes.texi (Hooks): Don't explain local hook details at front.
10815 Clarify run-hooks and run-hook-with-args a little.
10816 Clean up add-hook and remove-hook.
10817
10818 * edebug.texi (Edebug Execution Modes): Clarify t.
10819 Document edebug-sit-for-seconds.
10820 (Coverage Testing): Document C-x X = and =.
10821 (Instrumenting Macro Calls): Fix typo.
10822 (Specification List): Don't index the specification keywords.
10823
10824 2003-10-10 Kim F. Storm <storm@cua.dk>
10825
10826 * processes.texi (Network): Introduce make-network-process.
10827
10828 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
10829
10830 * tips.texi (Library Headers): Fix typo.
10831
10832 2003-10-07 Juri Linkov <juri@jurta.org>
10833
10834 * modes.texi (Imenu): Mention imenu-create-index-function's
10835 default value. Explain submenus better.
10836
10837 2003-10-07 Lute Kamstra <lute@gnu.org>
10838
10839 * modes.texi (Faces for Font Lock): Fix typo.
10840 (Hooks): Explain how buffer-local hook variables can refer to
10841 global hook variables.
10842 Various minor clarifications.
10843
10844 2003-10-06 Lute Kamstra <lute@gnu.org>
10845
10846 * tips.texi (Coding Conventions): Mention naming conventions for
10847 hooks.
10848
10849 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
10850
10851 * loading.texi (Library Search): Correct default value of
10852 load-suffixes.
10853 (Named Features): Fix typo.
10854
10855 2003-10-05 Richard M. Stallman <rms@gnu.org>
10856
10857 * loading.texi (Named Features): In `provide',
10858 say how to test for subfeatures.
10859 (Unloading): In unload-feature, use new var name
10860 unload-feature-special-hooks.
10861
10862 2003-10-03 Lute Kamstra <lute@gnu.org>
10863
10864 * modes.texi (Major Mode Conventions): Mention third way to set up
10865 Imenu.
10866 (Imenu): A number of small fixes.
10867 Delete documentation of internal variable imenu--index-alist.
10868 Document the return value format of imenu-create-index-function
10869 functions.
10870
10871 2003-09-30 Richard M. Stallman <rms@gnu.org>
10872
10873 * processes.texi (Network): Say what stopped datagram connections do.
10874
10875 * lists.texi (Association Lists): Clarify `assq-delete-all'.
10876
10877 * display.texi (Overlay Properties): Clarify `evaporate' property.
10878
10879 2003-09-29 Lute Kamstra <lute@gnu.org>
10880
10881 * modes.texi (Mode Line Data): Explain when symbols in mode-line
10882 constructs should be marked as risky.
10883 Change cons cell into proper list.
10884 (Mode Line Variables): Change cons cell into proper list.
10885
10886 2003-09-26 Lute Kamstra <lute@gnu.org>
10887
10888 * modes.texi (Mode Line Data): Document the :propertize construct.
10889 (Mode Line Variables): Reorder the descriptions of the variables
10890 to match their order in the default mode-line-format.
10891 Describe the new variables mode-line-position and mode-line-modes.
10892 Update the default values of mode-line-frame-identification,
10893 minor-mode-alist, and default-mode-line-format.
10894 (Properties in Mode): Mention the :propertize construct.
10895
10896 2003-09-26 Richard M. Stallman <rms@gnu.org>
10897
10898 * buffers.texi, commands.texi, debugging.texi, eval.texi:
10899 * loading.texi, minibuf.texi, text.texi, variables.texi:
10900 Avoid @strong{Note:}.
10901
10902 2003-09-26 Richard M. Stallman <rms@gnu.org>
10903
10904 * keymaps.texi (Remapping Commands): Fix typo.
10905
10906 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
10907
10908 * processes.texi (Low-Level Network): Fix typo.
10909
10910 2003-09-23 Kim F. Storm <storm@cua.dk>
10911
10912 * processes.texi (Network, Network Servers): Fix typos.
10913 (Low-Level Network): Add timeout value for :server keyword.
10914 Add new option keywords to make-network-process.
10915 Add set-network-process-options.
10916 Explain how to test availability of network options.
10917
10918 2003-09-19 Richard M. Stallman <rms@gnu.org>
10919
10920 * text.texi (Motion by Indent): Arg to
10921 backward-to-indentation and forward-to-indentation is optional.
10922
10923 * strings.texi (Creating Strings): Add substring-no-properties.
10924
10925 * processes.texi
10926 (Process Information): Add list-processes arg QUERY-ONLY.
10927 Delete process-contact from here.
10928 Add new status values for process-status.
10929 Add process-get, process-put, process-plist, set-process-plist.
10930 (Synchronous Processes): Add call-process-shell-command.
10931 (Signals to Processes): signal-process allows process objects.
10932 (Network): Complete rewrite.
10933 (Network Servers, Datagrams, Low-Level Network): New nodes.
10934
10935 * positions.texi (Word Motion): forward-word, backward-word
10936 arg is optional. Reword.
10937
10938 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
10939
10940 * variables.texi (Creating Buffer-Local):
10941 Delete duplicate definition of buffer-local-value.
10942 (File Local Variables): Explain about discarding text props.
10943
10944 2003-09-11 Richard M. Stallman <rms@gnu.org>
10945
10946 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
10947 changes variables that record input events.
10948 (Minibuffer Misc): Add minibuffer-selected-window.
10949
10950 * lists.texi (Building Lists): Add copy-tree.
10951
10952 * display.texi (Fontsets): Add char-displayable-p.
10953 (Scroll Bars): New node.
10954
10955 2003-09-08 Lute Kamstra <lute@gnu.org>
10956
10957 * modes.texi (%-Constructs): Document new `%i' and `%I'
10958 constructs.
10959
10960 2003-09-03 Peter Runestig <peter@runestig.com>
10961
10962 * makefile.w32-in: New file.
10963
10964 2003-08-29 Richard M. Stallman <rms@gnu.org>
10965
10966 * display.texi (Overlay Properties): Clarify how priorities
10967 affect use of the properties.
10968
10969 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
10970
10971 * customize.texi (Type Keywords): Correct the description of
10972 `:help-echo' in the case where `motion-doc' is a function.
10973
10974 2003-08-14 John Paul Wallington <jpw@gnu.org>
10975
10976 * modes.texi (Emulating Mode Line): Subsection, not section.
10977
10978 2003-08-13 Richard M. Stallman <rms@gnu.org>
10979
10980 * elisp.texi (Top): Update subnode lists in menu.
10981
10982 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
10983 (Kill Functions): kill-region has new arg yank-handler.
10984 (Yanking): New node.
10985 (Yank Commands): Add yank-undo-function.
10986 (Low-Level Kill Ring):
10987 kill-new and kill-append have new arg yank-handler.
10988 (Changing Properties): Add remove-list-of-text-properties.
10989 (Atomic Changes): New node.
10990
10991 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
10992
10993 * streams.texi (Output Variables): Add eval-expression-print-length
10994 and eval-expression-print-level.
10995
10996 * os.texi (Time Conversion): For encode-time, explain limits on year.
10997
10998 * objects.texi (Character Type): Define anchor "modifier bits".
10999
11000 * modes.texi (Emulating Mode Line): New node.
11001 (Search-based Fontification): Font Lock uses font-lock-face property.
11002 (Other Font Lock Variables): Likewise.
11003
11004 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
11005 not vectors.
11006 (Active Keymaps): Add emulation-mode-map-alists.
11007 (Functions for Key Lookup): key-binding has new arg no-remap.
11008 (Remapping Commands): New node.
11009 (Scanning Keymaps): where-is-internal has new arg no-remap.
11010 (Tool Bar): Add tool-bar-local-item-from-menu.
11011 Clarify when to use tool-bar-add-item-from-menu.
11012
11013 * commands.texi (Interactive Call): commandp has new arg.
11014 (Command Loop Info): Add this-original-command.
11015
11016 2003-08-06 John Paul Wallington <jpw@gnu.org>
11017
11018 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
11019
11020 * display.texi (Warning Basics): Fix typo.
11021 (Fringes): Add closing curly bracket and fix typo.
11022
11023 * elisp.texi (Top): Fix typo.
11024
11025 2003-08-05 Richard M. Stallman <rms@gnu.org>
11026
11027 * elisp.texi: Update lists of subnodes.
11028
11029 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
11030
11031 * variables.texi (Local Variables): Use lc for example variable names.
11032
11033 * tips.texi (Library Headers): Explain where to put -*-.
11034
11035 * strings.texi (Creating Strings): Fix xref for vconcat.
11036
11037 * sequences.texi (Vector Functions):
11038 vconcat no longer allows integer args.
11039
11040 * minibuf.texi (Reading File Names): read-file-name has new
11041 arg PREDICATE. New function read-directory-name.
11042
11043 * macros.texi (Defining Macros): Give definition of `declare'.
11044 (Indenting Macros): New node.
11045
11046 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
11047 (Window Frame Parameters): Make separate table of parameters
11048 that are coupled with specific face attributes.
11049 (Deleting Frames): delete-frame-hooks renamed to
11050 delete-frame-functions.
11051
11052 * files.texi (Magic File Names): Add file-remote-p.
11053 Clarify file-local-copy.
11054
11055 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
11056 here; instead xref Defining Macros.
11057
11058 * display.texi (Warnings): New node, and subnodes.
11059 (Fringes): New node.
11060
11061 * debugging.texi (Test Coverage): New node.
11062
11063 * compile.texi (Compiler Errors): Explain with-no-warnings
11064 and other ways to suppress warnings.
11065
11066 * commands.texi (Interactive Call): Minor clarification.
11067
11068 * buffers.texi (Buffer File Name): set-visited-file-name
11069 renames the buffer too.
11070
11071 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
11072
11073 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
11074
11075 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
11076
11077 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
11078
11079 * internals.texi (Garbage Collection): Fix previous change.
11080
11081 2003-07-22 Richard M. Stallman <rms@gnu.org>
11082
11083 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
11084
11085 * display.texi (Width): Use \s syntax in example.
11086 (Font Selection): Add face-font-rescale-alist.
11087
11088 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
11089 Remove spurious indent in example.
11090
11091 * lists.texi (Building Lists): Add number-sequence.
11092
11093 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
11094
11095 * functions.texi (Function Documentation): Explain how to
11096 show calling convention explicitly in the doc string.
11097
11098 * windows.texi (Selecting Windows): save-selected-window saves
11099 selected window of each frame.
11100 (Window Configurations): Minor change.
11101
11102 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
11103
11104 * streams.texi (Output Variables): Add print-continuous-numbering
11105 and print-number-table.
11106
11107 * processes.texi (Decoding Output): New node.
11108
11109 * os.texi (Time Conversion): decode-time arg is optional.
11110
11111 * objects.texi (Character Type): Don't use space as example for \.
11112 Make list of char names and \-sequences correspond.
11113 Explain that \s is not used in strings. `\ ' needs space after.
11114
11115 * nonascii.texi (Converting Representations): Add string-to-multibyte.
11116 (Translation of Characters): Add translation-table-for-input.
11117 (Default Coding Systems): Add auto-coding-functions.
11118 (Explicit Encoding): Add decode-coding-inserted-region.
11119 (Locales): Add locale-info.
11120
11121 * minibuf.texi (Basic Completion): Describe test-completion.
11122 Collections can be lists of strings.
11123 Clean up lazy-completion-table.
11124 (Programmed Completion): Mention test-completion.
11125 Clarify why lambda expressions are not accepted.
11126 (Minibuffer Misc): Describe minibufferp.
11127
11128 2003-07-14 Richard M. Stallman <rms@gnu.org>
11129
11130 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
11131
11132 * windows.texi (Selecting Windows): New arg to select-window.
11133 (Selecting Windows): Add with-selected-window.
11134 (Size of Window): Add window-inside-edges, etc.
11135
11136 * internals.texi (Garbage Collection): Add post-gc-hook.
11137
11138 * processes.texi (Subprocess Creation): Add exec-suffixes.
11139
11140 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
11141 (Scanning Keymaps): Add map-keymaps.
11142 (Defining Menus): Add keymap-prompt.
11143
11144 * numbers.texi (Integer Basics): Add most-positive-fixnum,
11145 most-negative-fixnum.
11146
11147 * compile.texi (Byte Compilation): Explain no-byte-compile.
11148 (Compiler Errors): New node.
11149
11150 * os.texi (User Identification): user-uid, user-real-uid
11151 can return float.
11152
11153 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
11154 and about derived modes.
11155 (Minor Modes): Add minor-mode-list.
11156 (Defining Minor Modes): Keyword args for define-minor-mode.
11157 (Search-based Fontification): Explain managing other properties.
11158 (Other Font Lock Variables): Add font-lock-extra-managed-props.
11159 (Faces for Font Lock): Add font-lock-preprocessor-face.
11160 (Hooks): Add run-mode-hooks and delay-mode-hooks.
11161
11162 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
11163 (Variable Aliases): Clarify defvaralias.
11164
11165 * loading.texi (Library Search): Add load-suffixes.
11166
11167 * minibuf.texi (Basic Completion): Add lazy-completion-table.
11168 (Programmed Completion): Add dynamic-completion-table.
11169
11170 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
11171 (Magic File Names): Specify precedence order of handlers.
11172
11173 * commands.texi (Command Overview): Emacs server runs pre-command-hook
11174 and post-command-hook.
11175 (Waiting): New calling convention for sit-for.
11176
11177 * text.texi (Special Properties): local-map and keymap properties
11178 apply based on their stickiness.
11179
11180 2003-07-07 Richard M. Stallman <rms@gnu.org>
11181
11182 * modes.texi (Minor Mode Conventions): Specify only some kinds
11183 of list values as args to minor modes.
11184
11185 * files.texi (File Name Expansion): Warn about iterative use
11186 of substitute-in-file-name.
11187
11188 * advice.texi (Activation of Advice): Clean up previous change.
11189
11190 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
11191
11192 * advice.texi (Activation of Advice): Note that ad-start-advice is
11193 turned on by default.
11194
11195 2003-06-30 Richard M. Stallman <rms@gnu.org>
11196
11197 * text.texi (Buffer Contents): Document current-word.
11198 (Change Hooks): Not called for *Messages*.
11199
11200 * functions.texi (Defining Functions): Explain about redefining
11201 primitives.
11202 (Function Safety): Rename. Minor changes.
11203 Comment out the detailed criteria for what is safe.
11204
11205 2003-06-22 Andreas Schwab <schwab@suse.de>
11206
11207 * objects.texi (Symbol Type): Fix description of examples.
11208
11209 2003-06-16 Andreas Schwab <schwab@suse.de>
11210
11211 * hash.texi (Creating Hash): Fix description of :weakness.
11212
11213 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
11214
11215 * files.texi (Changing Files): copy-file copies file modes, too.
11216
11217 2003-05-28 Richard M. Stallman <rms@gnu.org>
11218
11219 * strings.texi (Creating Strings): Clarify split-string.
11220
11221 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
11222
11223 * strings.texi (Creating Strings): Update split-string specification
11224 and examples.
11225
11226 2003-05-19 Richard M. Stallman <rms@gnu.org>
11227
11228 * elisp.texi: Correct invariant section names.
11229
11230 2003-04-20 Richard M. Stallman <rms@gnu.org>
11231
11232 * os.texi (Timers): Explain about timers and quitting.
11233
11234 2003-04-19 Richard M. Stallman <rms@gnu.org>
11235
11236 * internals.texi (Writing Emacs Primitives): Strings are
11237 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
11238 Explain GCPRO convention for varargs function args.
11239
11240 2003-04-16 Richard M. Stallman <rms@gnu.org>
11241
11242 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
11243
11244 2003-04-08 Richard M. Stallman <rms@gnu.org>
11245
11246 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
11247
11248 2003-02-13 Kim F. Storm <storm@cua.dk>
11249
11250 * objects.texi (Character Type): New \s escape for space.
11251
11252 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
11253
11254 * os.texi (System Environment): Add cygwin system-type.
11255
11256 2003-01-25 Richard M. Stallman <rms@gnu.org>
11257
11258 * keymaps.texi: Document that a symbol can act as a keymap.
11259
11260 2003-01-13 Richard M. Stallman <rms@gnu.org>
11261
11262 * text.texi (Changing Properties): Say string indices are origin-0.
11263
11264 * positions.texi (Screen Lines) <compute-motion>:
11265 Correct order of elts in return value.
11266
11267 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
11268 how to define a default binding.
11269
11270 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
11271
11272 * loading.texi (Unloading): Fix recent change for load-history.
11273
11274 * customize.texi (Simple Types): Clarify description of custom
11275 type 'number. Describe new custom type 'float.
11276
11277 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
11278
11279 * variables.texi (File Local Variables): Fix typo.
11280
11281 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
11282
11283 From Michael Albinus <Michael.Albinus@alcatel.de>.
11284
11285 * README: Target for Info file is `make info'.
11286
11287 * files.texi (File Name Components): Fix typos in
11288 `file-name-sans-extension'.
11289 (Magic File Names): Complete list of operations for magic file
11290 name handlers.
11291
11292 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
11293
11294 * variables.texi (File Local Variables): New function
11295 risky-local-variable-p.
11296
11297 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
11298
11299 * functions.texi (Function safety): New node about unsafep.
11300
11301 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
11302
11303 * customize.texi (Splicing into Lists): Fix example.
11304 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
11305
11306 2002-06-17 Juanma Barranquero <lektu@terra.es>
11307
11308 * frames.texi (Display Feature Testing): Fix typo.
11309
11310 2002-06-12 Andreas Schwab <schwab@suse.de>
11311
11312 * frames.texi (Initial Parameters, Resources): Fix references to
11313 the Emacs manual.
11314
11315 2002-05-13 Kim F. Storm <storm@cua.dk>
11316
11317 * variables.texi (Intro to Buffer-Local): Updated warning and
11318 example relating to changing buffer inside let.
11319
11320 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
11321
11322 * os.texi (Session Management): New node about X Session management.
11323
11324 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
11325
11326 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
11327 to which the manual corresponds, and the copyright years.
11328
11329 * Makefile.in (VERSION): Set to 2.9.
11330
11331 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
11332
11333 * elisp.texi: Change the category in @dircategory to "Emacs", to
11334 make it consistent with info/dir.
11335
11336 2001-11-25 Miles Bader <miles@gnu.org>
11337
11338 * text.texi (Fields): Describe new `limit' arg in
11339 field-beginning/field-end.
11340
11341 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
11342
11343 * permute-index: Don't depend on csh-specific features.
11344 Replace the interpreter name with /bin/sh.
11345
11346 * two-volume-cross-refs.txt: New file.
11347 * two.el: New file.
11348 * spellfile: New file.
11349
11350 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
11351
11352 * permute-index: New file.
11353
11354 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
11355 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
11356 8+3 restricted namespace.
11357
11358 * Makefile.in (infodir): Define relative to $(srcdir).
11359 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
11360 include directories list via -I switch to makeinfo.
11361 (index.texi): Use cp if both hard and symbolic links fail.
11362
11363 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
11364
11365 * Makefile.in (distclean): Add.
11366
11367 The following changes make ELisp manual part of the Emacs
11368 distribution:
11369
11370 * Makefile.in: Add Copyright notice.
11371 (prefix): Remove.
11372 (infodir): Change value to "../info".
11373 (VPATH): New variable.
11374 (MAKE): Don't define.
11375 (texmacrodir): Don't define.
11376 (texinputdir): Append the existing value of TEXINPUTS.
11377 ($(infodir)/elisp): Instead of just "elisp". Reformat the
11378 command to be compatible with man/Makefile.in, and to put the
11379 output into ../info.
11380 (info): Add target.
11381 (installall): Target removed.
11382
11383 2001-10-31 Pavel Janík <Pavel@Janik.cz>
11384
11385 * tips.texi (Coding Conventions): Fix typo.
11386
11387 2001-10-23 Gerd Moellmann <gerd@gnu.org>
11388
11389 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
11390
11391 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
11392
11393 * files.texi (File Name Components): Update the description of
11394 file-name-sans-extension and file-name-extension, as they now
11395 ignore leading dots.
11396
11397 2001-10-20 Gerd Moellmann <gerd@gnu.org>
11398
11399 * (Version 21.1 released.)
11400
11401 2001-10-19 Miles Bader <miles@gnu.org>
11402
11403 * positions.texi (Text Lines): Describe behavior of
11404 `beginning-of-line'/`end-of-line' in the presence of field properties.
11405
11406 2001-10-17 Gerd Moellmann <gerd@gnu.org>
11407
11408 * Makefile.in (VERSION): Set to 2.8.
11409 (manual): Use `manual-21'.
11410
11411 * elisp.texi (VERSION): Add and use it where the version
11412 number was used. Set it to 2.8.
11413
11414 * intro.texi: Likewise.
11415
11416 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11417
11418 * files.texi (File Name Completion): Document the significance of
11419 a trailing slash in elements of completion-ignored-extensions.
11420
11421 2001-10-06 Miles Bader <miles@gnu.org>
11422
11423 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
11424
11425 2001-10-04 Gerd Moellmann <gerd@gnu.org>
11426
11427 * variables.texi (Variable Aliases): New node.
11428
11429 2001-10-04 Gerd Moellmann <gerd@gnu.org>
11430
11431 * Branch for 21.1.
11432
11433 2001-10-02 Miles Bader <miles@gnu.org>
11434
11435 * minibuf.texi (Minibuffer Misc): Add entries for
11436 `minibuffer-contents', `minibuffer-contents-no-properties', and
11437 `delete-minibuffer-contents'.
11438 Correct description for `minibuffer-prompt-end'.
11439
11440 * text.texi (Property Search): Correct descriptions of
11441 `next-char-property-change' and `previous-char-property-change'.
11442 Add entries for `next-single-char-property-change' and
11443 `previous-single-char-property-change'.
11444 Make operand names a bit more consistent.
11445
11446 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
11447
11448 * frames.texi (Finding All Frames): Document that next-frame and
11449 previous-frame are local to current terminal.
11450
11451 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
11452
11453 * keymaps.texi (Creating Keymaps): Fix the description of the
11454 result of make-keymap.
11455
11456 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
11457
11458 * display.texi (Font Lookup, Attribute Functions)
11459 (Image Descriptors): Add cross-references to the definition of
11460 selected frame.
11461
11462 * buffers.texi (The Buffer List): Add cross-references to the
11463 definition of selected frame.
11464
11465 * frames.texi (Input Focus): Clarify which frame is _the_ selected
11466 frame at any given time.
11467 (Multiple Displays, Size and Position): Add a cross-reference to
11468 the definition of the selected frame.
11469
11470 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11471
11472 * strings.texi (String Conversion) <string-to-number>: Document
11473 that a float is returned for integers that are too large.
11474
11475 * frames.texi (Mouse Position): Document mouse-position-function.
11476 (Display Feature Testing): Document display-images-p.
11477 (Window Frame Parameters): Document the cursor-type variable.
11478
11479 * numbers.texi (Integer Basics): Document CL style read syntax for
11480 integers in bases other than 10.
11481
11482 * positions.texi (List Motion):
11483 Document open-paren-in-column-0-is-defun-start.
11484
11485 * lists.texi (Sets And Lists): Document member-ignore-case.
11486
11487 * internals.texi (Garbage Collection): Document the used and free
11488 strings report.
11489 (Memory Usage): Document strings-consed.
11490
11491 * os.texi (Time of Day): Document float-time.
11492 (Recording Input): Document that clear-this-command-keys clears
11493 the vector to be returned by recent-keys.
11494
11495 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
11496 The argument keymap can be a list.
11497
11498 * nonascii.texi (User-Chosen Coding Systems)
11499 <select-safe-coding-system>: Document the new argument
11500 accept-default-p and the variable
11501 select-safe-coding-system-accept-default-p. Tell what happens if
11502 buffer-file-coding-system is undecided.
11503 (Default Coding Systems): Document auto-coding-regexp-alist.
11504
11505 * display.texi (The Echo Area) <message>: Document
11506 message-truncate-lines.
11507 (Glyphs): Document that the glyph table is unused on windowed
11508 displays.
11509
11510 * help.texi (Describing Characters) <single-key-description>:
11511 Document the new argument no-angles.
11512 (Accessing Documentation) <documentation-property>: Document that
11513 a non-string property is evaluated.
11514 <documentation>: Document that the function-documentation property
11515 is looked for.
11516
11517 * windows.texi (Selecting Windows): Document some-window.
11518
11519 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
11520
11521 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
11522 apropos-mode-hook.
11523
11524 * commands.texi (Using Interactive): Document interactive-form.
11525 (Keyboard Macros): Document kbd-macro-termination-hook.
11526 (Command Loop Info): Document that clear-this-command-keys clears
11527 the vector to be returned by recent-keys.
11528
11529 2001-09-04 Werner LEMBERG <wl@gnu.org>
11530
11531 * Makefile.in (srcdir, texinputdir): New variables.
11532 (srcs, index.texi, install): Use $(srcdir).
11533 (.PHONY): Remove elisp.dvi.
11534 (elisp): Use -I switch for makeinfo.
11535 (elisp.dvi): Use $(srcdir) and $(texinputdir).
11536 (installall, dist): Use $(srcdir).
11537 Fix path to texinfo.tex.
11538 (maintainer-clean): Add elisp.dvi and elisp.oaux.
11539
11540 2001-08-30 Gerd Moellmann <gerd@gnu.org>
11541
11542 * display.texi (Conditional Display): Adjust to API change.
11543
11544 * configure: New file.
11545
11546 2001-07-30 Gerd Moellmann <gerd@gnu.org>
11547
11548 * commands.texi (Repeat Events): Add description of
11549 double-click-fuzz.
11550
11551 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
11552
11553 * syntax.texi (Syntax Class Table): Add the missing designator for
11554 comment and string fences.
11555 (Syntax Properties): Add a xref to syntax table internals.
11556 (Syntax Table Internals): Document string-to-syntax.
11557
11558 2001-05-07 Gerd Moellmann <gerd@gnu.org>
11559
11560 * Makefile.in (install): Use install-info command line options
11561 like in Emacs' Makefile.in.
11562
11563 2000-12-09 Miles Bader <miles@gnu.org>
11564
11565 * windows.texi (Window Start): Update documentation for
11566 `pos-visible-in-window-p'.
11567
11568 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
11569
11570 * lists.texi (Building Lists): Add footnote to explain how to add
11571 to the end of a list.
11572
11573 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11574
11575 * files.texi (Visiting Functions): Typos.
11576
11577 2000-10-25 Kenichi Handa <handa@etl.go.jp>
11578
11579 * files.texi (Visiting Functions): Return value of
11580 find-file-noselect may be a list of buffers if wildcards are used.
11581
11582 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11583
11584 * display.texi (Defining Faces): Document `graphic' display type
11585 in face specs.
11586
11587 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11588
11589 * hooks.texi (Standard Hooks): Replace obsolete
11590 `after-make-frame-hook' with `after-make-frame-functions'.
11591
11592 * frames.texi (Creating Frames): Ditto.
11593
11594 * variables.texi (Future Local Variables): Ditto.
11595
11596 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11597
11598 * display.texi (Other Image Types): Add description of :foreground
11599 and :background properties of mono PBM images.
11600
11601 2000-08-17 Werner LEMBERG <wl@gnu.org>
11602
11603 * .cvsignore: New file.
11604
11605 2000-01-05 Gerd Moellmann <gerd@gnu.org>
11606
11607 * tindex.pl: New script.
11608
11609 1999-12-03 Dave Love <fx@gnu.org>
11610
11611 * Makefile.in (MAKEINFO): New parameter.
11612
11613 1999-09-17 Richard Stallman <rms@gnu.org>
11614
11615 * Makefile.in (srcs): Add hash.texi.
11616 (VERSION): Update to 20.6.
11617
11618 1999-09-13 Richard Stallman <rms@gnu.org>
11619
11620 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
11621
11622 1998-08-29 Karl Heuer <kwzh@gnu.org>
11623
11624 * configure.in: New file.
11625 * Makefile.in: Renamed from Makefile.
11626 (prefix, infodir): Use value obtained from configure.
11627 (emacslibdir): Obsolete variable deleted.
11628 (dist): Distribute configure.in, configure, Makefile.in.
11629
11630 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11631
11632 * Makefile (INSTALL_INFO): New variable.
11633 (install): Run install-info.
11634
11635 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11636
11637 * Makefile (elisp.dvi): Add missing backslash.
11638
11639 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
11640
11641 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
11642 Run texindex without `./'. Always run texindex on elisp.tp.
11643 (elisp.tps): Target deleted.
11644
11645 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
11646
11647 * Makefile (srcs): Add nonascii.texi and customize.texi.
11648 (dist): Start by deleting `temp'.
11649
11650 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
11651
11652 * Makefile (makeinfo, texindex): Targets deleted.
11653 (makeinfo.o, texindex.o): Targets deleted.
11654 (clean, dist): Don't do anything with them or with getopt*.
11655
11656 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
11657
11658 * Makefile (SHELL): Defined.
11659
11660 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
11661
11662 * Makefile (elisp.tps): New target.
11663 (elisp.dvi): Depend on elisp.tps.
11664
11665 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
11666
11667 * README: Update phone number.
11668
11669 * Makefile (elisp): Make this be the default target.
11670 Depend on makeinfo.c instead of makeinfo.
11671 (install): Don't depend on elisp.dvi, since we don't install that.
11672 Use mkinstalldirs.
11673 (dist): Add mkinstalldirs.
11674
11675 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11676
11677 * Makefile (VERSION): Update version number.
11678 (maintainer-clean): Rename from realclean.
11679
11680 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11681
11682 * Makefile (realclean): New target.
11683 (elisp): Remove any old elisp-* files first.
11684
11685 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
11686
11687 * Makefile (VERSION): New variable.
11688 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
11689 Compressed file suffix should be `.gz', not `.z'.
11690
11691 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11692
11693 * Makefile (elisp): Depend on makeinfo.
11694
11695 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
11696
11697 * Makefile (srcs): Add anti.texi.
11698
11699 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11700
11701 * Makefile (infodir, prefix): New vars.
11702 (install): Use infodir.
11703 (emacsinfodir): Delete.
11704
11705 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11706
11707 * Makefile (srcs): Add calendar.texi.
11708
11709 * Makefile (dist): Copy texindex.c and makeinfo.c.
11710 Limit elisp-* files to those with one or two digits.
11711
11712 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11713
11714 * Makefile (dist): Change to use Gzip instead of compress.
11715
11716 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11717
11718 * loading.texi (Unloading): define-function changed back to
11719 defalias. It may not stay this way, but at least it's
11720 consistent with the known-good version of the code patch.
11721
11722 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11723
11724 * modes.texi (Hooks): Document new optional arg of add-hook.
11725
11726 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11727
11728 * variables.texi: Document nil initial value of buffer-local variables.
11729
11730 * tips.texi: Add new section on standard library headers.
11731
11732 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11733
11734 * Makefile (srcs): Add frame.texi to the list of sources.
11735
11736 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11737
11738 * Makefile (dist): Don't bother excluding autosave files; they'll
11739 never make it into the temp directory anyway, and the hash marks
11740 in the name are problematic for make and the Bourne shell.
11741 (srcs): ???
11742
11743 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11744
11745 * Makefile (dist): Don't include backup files or autosave files in
11746 the distribution tar file.
11747
11748 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11749
11750 * Makefile (srcs): Add index.perm.
11751 (elisp.dvi): Remove erroneous shell comment.
11752 Expect output of permute-index in permuted.fns.
11753 Save old elisp.aux in elisp.oaux.
11754 (clean): Add index.texi to be deleted.
11755
11756 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11757
11758 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
11759
11760 1990-06-26 David Lawrence (tale@geech)
11761
11762 * files.texi: Noted that completion-ignored-extensions is ignored
11763 when making *Completions*.
11764
11765 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
11766
11767 * Makefile make dist now depends on elisp.dvi, since it tries
11768 to include it in the dist file.
11769
11770 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
11771
11772 * functions.texinfo (Mapping Functions): Add missing quote.
11773
11774 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11775
11776 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
11777 (defunargs): Turn off \hyphenchar of \sl font temporarily.
11778
11779 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11780
11781 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
11782 and @error{} are the terms now being used. The files in the
11783 directory have been changed to reflect this.
11784
11785 * All instances of @indentedresultt{} have been changed to
11786 ` @result{}', using 5 spaces at the beginning of the line.
11787
11788 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11789
11790 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
11791 experimental @indentedresult{}, @indentedexpandsto{} are part of
11792 the texinfo.tex in this directory. These TeX macros are not
11793 stable yet.
11794
11795 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11796
11797 * texinfo.tex: Temporarily added
11798 \let\result=\dblarrow
11799 \def\error{{\it ERROR} \longdblarrow}
11800 We need to do this better soon.
11801
11802 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
11803
11804 * Applied Karl Berry's patches to *.texinfo files, but not to
11805 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
11806 new title page format is also not applied, since it requires
11807 texinfo.tex changes.)
11808
11809 * Cleaned up `Makefile' and defined the `emacslibdir' directory
11810 for the Project GNU development environment.
11811
11812 ;; Local Variables:
11813 ;; coding: utf-8
11814 ;; End:
11815
11816 Copyright (C) 1998-2012 Free Software Foundation, Inc.
11817
11818 This file is part of GNU Emacs.
11819
11820 GNU Emacs is free software: you can redistribute it and/or modify
11821 it under the terms of the GNU General Public License as published by
11822 the Free Software Foundation, either version 3 of the License, or
11823 (at your option) any later version.
11824
11825 GNU Emacs is distributed in the hope that it will be useful,
11826 but WITHOUT ANY WARRANTY; without even the implied warranty of
11827 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11828 GNU General Public License for more details.
11829
11830 You should have received a copy of the GNU General Public License
11831 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.