Improve documentation for integer and floating-point basics.
[bpt/emacs.git] / doc / lispref / ChangeLog
1 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
2
3 Improve documentation for integer and floating-point basics.
4 * numbers.texi (Numbers, Integer Basics, Float Basics):
5 Document the basics a bit more precisely. Say more clearly
6 that Emacs floating-point numbers are IEEE doubles on all
7 current platforms. Give more details about frexp.
8 Say more clearly that '1.' is an integer.
9 (Predicates on Numbers): Fix wholenump typo.
10 * objects.texi (Integer Type): Adjust to match numbers.texi.
11
12 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * functions.texi (Advising Functions): Try and improve the text.
15 Add example use of advice-add (bug#16959).
16 (Core Advising Primitives): Rename. Explain handling of interactive
17 specs, including advice-eval-interactive-spec.
18 (Advising Named Functions): Try and better explain the difference with
19 add-function.
20 (Porting old advices): New node.
21
22 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
23
24 Style fixes for floating-point doc.
25 * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
26 * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
27 * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
28 * processes.texi, streams.texi, strings.texi, text.texi:
29 * variables.texi, windows.texi:
30 Hyphenate "floating-point" iff it precedes a noun.
31 Reword to avoid nouns and hyphenation when that's easy.
32 Prefer "integer" to "integer number" and "is floating point"
33 to "is a floating point number".
34 Prefer "@minus{}" to "-" when it's a minus.
35
36 2014-03-16 Martin Rudalics <rudalics@gmx.at>
37
38 * display.texi (Temporary Displays): Rewrite descriptions of
39 `with-output-to-temp-buffer' and `with-temp-buffer-window'.
40 * help.texi (Help Functions): Rewrite description of `with-help-window'.
41
42 2014-03-15 Dmitry Gutov <dgutov@yandex.ru>
43
44 * display.texi (Blinking): Update WRT to the new
45 `blink-matchin-paren' behavior.
46
47 2014-03-14 Martin Rudalics <rudalics@gmx.at>
48
49 * display.texi (Temporary Displays): Say that
50 `with-temp-buffer-window' makes its buffer current.
51 * frames.texi (Size and Position): Describe new option
52 `frame-resize-pixelwise'. Rewrite descriptions of
53 `set-frame-size', `set-frame-height' and `set-frame-width'.
54
55 2014-03-09 Martin Rudalics <rudalics@gmx.at>
56
57 * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
58 * text.texi (Primitive Indent):
59 * strings.texi (String Basics):
60 * sequences.texi (Sequence Functions): Update references accordingly.
61 * display.texi (Size of Displayed Text): Rename section from
62 "Width". Add description for `window-text-pixel-size'.
63 (Window Dividers): Reword description of window dividers.
64 * frames.texi (Layout Parameters): Improve description of window
65 divider parameters.
66 * windows.texi (Window Sizes): Add descriptions of
67 `window-mode-line-height' and `window-header-line-height'.
68 (Coordinates and Windows): Mention window dividers.
69
70 2014-03-07 Martin Rudalics <rudalics@gmx.at>
71
72 * buffers.texi (The Buffer List): Rename node to Buffer List.
73 Describe `buffer-list-update-hook'.
74 * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
75 Add node for Window Dividers.
76 * hooks.texi (Standard Hooks): Add reference to
77 `buffer-list-update-hook'.
78 * windows.texi (Window Sizes): Describe `window-min-size'.
79 (Splitting Windows): Update description of `split-window'.
80 (Selecting Windows): Update description of `select-window'.
81
82 2014-03-06 Martin Rudalics <rudalics@gmx.at>
83
84 * frames.texi (Size and Position): Rewrite entries for
85 `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
86 Add description for `fit-frame-to-buffer-sizes'.
87 * windows.texi (Resizing Windows): Add descriptions for
88 pixelwise resizing. Add entries for `window-resize-pixelwise'
89 and `fit-window-to-buffer-horizontally'.
90 Rewrite `fit-window-to-buffer' entry.
91
92 2014-03-06 Xue Fuqiao <xfq@gnu.org>
93
94 * internals.texi (Window Internals): Remove field `region_showing'.
95
96 2014-03-06 Glenn Morris <rgm@gnu.org>
97
98 * searching.texi (Replacing Match):
99 Remove incorrect, uninteresting return value. (Bug#16942)
100
101 2014-03-05 Martin Rudalics <rudalics@gmx.at>
102
103 * display.texi (Window Dividers): New section.
104 * frames.texi (Layout Parameters): Add right-divider-width and
105 bottom-divider-width.
106 * windows.texi (Window Sizes): Redraw schematic and rewrite its
107 description. Rewrite descriptions of `window-total-height',
108 `window-total-width', `window-total-size', `window-body-height',
109 `window-body-width' and `window-size-fixed'. Add descriptions
110 for `window-pixel-height', `window-pixel-width',
111 `window-min-height' and `window-min-width'. Remove description
112 of `window-size-fixed-p' moving part of it to that of
113 `window-size-fixed'.
114 (Resizing Windows): Mention dividers when talking about minimum sizes.
115
116 2014-03-05 Glenn Morris <rgm@gnu.org>
117
118 * modes.texi (SMIE Customization): New section.
119 * elisp.texi (Top): Update detailed menu.
120
121 2014-03-04 Martin Rudalics <rudalics@gmx.at>
122
123 * windows.texi (Windows and Frames): Add some missing &optional
124 designators. Adjust description of window-in-direction.
125
126 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
127
128 * markers.texi (Moving Marker Positions): Clarify guidance about
129 when to move markers and when to create a new one, as discussed at
130 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
131
132 2014-03-02 Glenn Morris <rgm@gnu.org>
133
134 * text.texi (Decompression): New node.
135 * elisp.texi (Top): Update detailed menu.
136
137 2014-03-01 Glenn Morris <rgm@gnu.org>
138
139 * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
140
141 2014-02-28 Xue Fuqiao <xfq@gnu.org>
142
143 * functions.texi (Advising Functions, Advising Named Functions):
144 Tweak markup.
145
146 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
147
148 * elisp.texi (Top):
149 * commands.texi (Generic Commands, Defining Commands):
150 Document `define-alternatives'.
151
152 2014-02-27 Xue Fuqiao <xfq@gnu.org>
153
154 * windows.texi (Window Sizes): Document `window-size'.
155 (Display Action Functions): Document `display-buffer-at-bottom'.
156 (Window Configurations): Minor fixes.
157
158 * modes.texi (Header Lines): Document `window-header-line-height'.
159
160 * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
161
162 * windows.texi (Window Sizes, Resizing Windows): Document some
163 pixelwise window operations.
164
165 * text.texi (Margins): Fix the description of RET and `C-j'.
166
167 * frames.texi (Multiple Terminals): Document
168 `display-monitor-attributes-list' and `display-monitor-attributes'.
169 (Display Feature Testing): Add some notes about multi-monitor.
170
171 2014-02-27 Glenn Morris <rgm@gnu.org>
172
173 * minibuf.texi (Programmed Completion):
174 Mention completion-table-with-cache.
175
176 2014-02-25 Glenn Morris <rgm@gnu.org>
177
178 * display.texi (Window Systems):
179 Replace term-setup-hook with emacs-startup-hook.
180 * hooks.texi (Standard Hooks):
181 Replace term-setup-hook with tty-setup-hook.
182 * os.texi (Startup Summary, Init File, Terminal-Specific):
183 Replace term-setup-hook with tty-setup-hook, and update.
184
185 2014-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
186
187 * functions.texi (Declare Form): Document gv-expander, gv-setter,
188 and compiler-macro (bug#16829, bug#15093).
189
190 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
191
192 * windows.texi (Window Configurations): Doc fix.
193 (Windows and Frames): Fix typo.
194
195 2014-02-21 Glenn Morris <rgm@gnu.org>
196
197 * internals.texi (Process Internals):
198 * processes.texi (Subprocess Creation, Deleting Processes)
199 (Output from Processes, Process Buffers, Filter Functions)
200 (Accepting Output, Sentinels, Network, Network Servers):
201 Filters and sentinels can no longer be nil.
202 * elisp.texi (Top): Menu update.
203
204 2014-02-20 Glenn Morris <rgm@gnu.org>
205
206 * functions.texi (Defining Functions): Mention defalias-fset-function.
207
208 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * minibuf.texi (Completion Commands): Don't document obsolete
211 `common-substring' arg of display-completion-list.
212
213 2014-02-17 Glenn Morris <rgm@gnu.org>
214
215 * minibuf.texi (Text from Minibuffer): Update read-regexp details.
216 Mention read-regexp-defaults-function.
217
218 2014-02-13 Glenn Morris <rgm@gnu.org>
219
220 * debugging.texi (Debugger Commands): Tiny edits.
221
222 2014-02-12 Glenn Morris <rgm@gnu.org>
223
224 * package.texi (Simple Packages): Describe URL and Keywords headers.
225
226 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
227
228 * text.texi (User-Level Deletion):
229 Document `delete-trailing-whitespace' (bug#15309).
230
231 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
232
233 * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
234
235 * display.texi (Blinking): Clarify doc string in example (bug#10658).
236
237 * commands.texi (Accessing Mouse): Mention that these function
238 also work on keyboard events (bug#14228).
239 (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
240
241 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
242
243 * display.texi (Face Attributes): Add an index (bug#14924).
244
245 * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
246
247 2014-02-06 Glenn Morris <rgm@gnu.org>
248
249 * display.texi (Truncation):
250 * positions.texi (Screen Lines): Do not mention cache-long-scans.
251
252 2014-01-31 Juri Linkov <juri@jurta.org>
253
254 * searching.texi (String Search): Incremental word search fixes.
255
256 2014-01-28 Glenn Morris <rgm@gnu.org>
257
258 * text.texi (Indent Tabs): Update related to tab-stops.
259
260 2014-01-24 Glenn Morris <rgm@gnu.org>
261
262 * control.texi (Handling Errors): Update with-demoted-errors.
263
264 * files.texi (File Locks): Every platform supports locking now.
265
266 2014-01-22 Glenn Morris <rgm@gnu.org>
267
268 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
269
270 2014-01-20 Glenn Morris <rgm@gnu.org>
271
272 * hash.texi (Other Hash): Do not mention subr-x.el functions;
273 reverts 2013-12-22 change.
274
275 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
276
277 * functions.texi (Advising Functions): New section.
278 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
279 run-hook-wrapped any more.
280 (Hooks): Link to the new Advising Functions node.
281 * elisp.texi (Top): Don't include advice.texi.
282 * advice.texi: Remove.
283 * makefile.w32-in (srcs):
284 * Makefile.in (srcs): Adjust accordingly.
285
286 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
287
288 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
289
290 * strings.texi (Text Comparison): Document `string-suffix-p'.
291
292 2014-01-07 Glenn Morris <rgm@gnu.org>
293
294 * files.texi (File Attributes): Fix superscipt typo.
295
296 2014-01-07 Chong Yidong <cyd@gnu.org>
297
298 * files.texi (Changing Files): Document copy-file changes.
299
300 2014-01-07 Glenn Morris <rgm@gnu.org>
301
302 * display.texi (Logging Messages): Copyedits re messages-buffer.
303
304 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
305
306 Specify .texi encoding (Bug#16292).
307 * back.texi, book-spine.texi, lay-flat.texi:
308 Add @documentencoding.
309
310 2014-01-05 Chong Yidong <cyd@gnu.org>
311
312 * backups.texi (Making Backups): Document backup-buffer change.
313
314 * files.texi (Visiting Files): Copyedits.
315 (Testing Accessibility): Mention ACLs. Move file-modes here from
316 File Attributes.
317 (Truenames): Move file-equal-p here from Kinds of Files.
318 (File Attributes): Move file-newer-than-file-p here from Testing
319 Accessibility.
320 (Extended Attributes): New node. Add file-extended-attributes.
321 (Changing Files): Document set-file-extended-attributes.
322
323 * commands.texi (Defining Commands): Document the interactive-form
324 property more carefully. Document interactive-only.
325
326 * compile.texi (Compiler Errors): Copyedits. Note that the
327 details for byte-compile-warnings are in its docstring.
328
329 * minibuf.texi (Minibuffer Contents): Remove obsolete function
330 minibuffer-completion-contents.
331
332 * variables.texi (Defining Variables): Note that defvar acts
333 always on the dynamic value.
334
335 * customize.texi (Variable Definitions): Likewise.
336
337 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
338
339 Document vconcat and the empty vector (Bug#16246).
340 * sequences.texi (Vector Functions):
341 Document behavior better when the result is empty.
342
343 Document behavior of (string-to-number "+@") (Bug#16293).
344 * strings.texi (String Conversion): Document behavior of
345 string-to-number on invalid strings that begin with "+", too.
346
347 2014-01-03 Chong Yidong <cyd@gnu.org>
348
349 * help.texi (Documentation, Accessing Documentation): Copyedits.
350 (Documentation Basics): Rewrite, avoiding a repeat discussion of
351 docstring conventions.
352
353 * tips.texi (Documentation Tips): Move discussion of
354 emacs-lisp-docstring-fill-column here from Documentation Basics.
355
356 * compile.texi (Docs and Compilation): Copyedits.
357
358 2014-01-02 Glenn Morris <rgm@gnu.org>
359
360 * numbers.texi (Numeric Conversions): Fix a typo.
361
362 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
363
364 Plain copy-file no longer chmods an existing destination (Bug#16133).
365 * files.texi (Changing Files): Document this.
366
367 2013-12-28 Chong Yidong <cyd@gnu.org>
368
369 * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
370
371 * buffers.texi (Modification Time): Document visited-file-modtime
372 change.
373
374 2013-12-28 Glenn Morris <rgm@gnu.org>
375
376 * control.texi (Pattern matching case statement): Brevity.
377
378 2013-12-27 Chong Yidong <cyd@gnu.org>
379
380 * functions.texi (Function Cells):
381 * eval.texi (Function Indirection): Update for the fact that
382 symbol-function no longer signals an error.
383
384 * commands.texi (Reading One Event): Mention keyboard coding.
385
386 * keymaps.texi (Translation Keymaps, Translation Keymaps):
387 * nonascii.texi (Terminal I/O Encoding): Copyedits.
388
389 2013-12-26 Chong Yidong <cyd@gnu.org>
390
391 * advice.texi (Advising Functions, Defining Advice): Special forms
392 can no longer be advised.
393
394 2013-12-25 Chong Yidong <cyd@gnu.org>
395
396 * keymaps.texi (Active Keymaps): Re-organize the text.
397 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
398 (Controlling Active Maps): Note that set-transient-map uses
399 overriding-terminal-local-map.
400
401 * tips.texi (Coding Conventions): Tweak the coding system tip;
402 Emacs now uses utf-8 by default for Emacs Lisp source files.
403
404 * display.texi (Font Selection): Tweak example.
405
406 * commands.texi (Event Input Misc): Document new arg to input-pending-p.
407
408 * nonascii.texi (Specifying Coding Systems): Don't refer to
409 emacs-mule-dos.
410 (Lisp and Coding Systems): Describe emacs-mule return value in
411 modern terms.
412
413 2013-12-25 Tassilo Horn <tsdh@gnu.org>
414
415 * control.texi (Pattern matching case statement): Rephrase lexical
416 binding requirement: the example needs it, not `pcase' itself.
417
418 2013-12-25 Chong Yidong <cyd@gnu.org>
419
420 * eval.texi (Eval): Document the LEXICAL arg to eval.
421
422 * variables.texi (Variables, Void Variables): Use "scoping rule"
423 terminology consistently.
424 (Variable Scoping): Add index entries, and use "dynamic scope"
425 terminology in place of "indefinite scope" to reduce confusion.
426 (Lexical Binding): Document lexical environment format.
427 (Using Lexical Binding): Add index entries for error messages.
428
429 2013-12-24 Tassilo Horn <tsdh@gnu.org>
430
431 * control.texi (Pattern matching case statement): Fix missing
432 argument in simple expression language sample (Bug#16238).
433 Add some sample programs written in that language. Mention that
434 `pcase' requires lexical binding.
435
436 2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
437
438 * eval.texi (Special Forms): Document `special-form-p'.
439
440 * macros.texi (Simple Macro): Document `macrop'.
441
442 * files.texi (Changing Files): Fix an argument of `copy-file'.
443
444 * strings.texi (Creating Strings): Document TRIM in `split-string'.
445
446 2013-12-23 Chong Yidong <cyd@gnu.org>
447
448 * keymaps.texi (Controlling Active Maps):
449 Rename set-temporary-overlay-map to set-transient map. Doc fixes.
450 (Searching Keymaps): The transient keymap takes precedence.
451
452 2013-12-23 Glenn Morris <rgm@gnu.org>
453
454 * loading.texi (How Programs Do Loading, Load Suffixes):
455 Mention `load-prefer-newer'.
456
457 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
458
459 * hash.texi (Other Hash): Document `hash-table-keys'
460 and `hash-table-values'.
461
462 2013-12-22 Eli Zaretskii <eliz@gnu.org>
463
464 * nonascii.texi (Character Properties): NAME or OLD-NAME
465 properties can be nil (there's no empty string).
466 (Character Properties): Update the reference to the UCD.
467
468 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
469
470 * sequences.texi (Bool-Vectors): Document new bool-vector set
471 operation functions.
472
473 * text.texi (Examining Properties): Document `get-pos-property'.
474
475 * variables.texi (Directory Local Variables):
476 Document `enable-dir-local-variables'.
477
478 * debugging.texi (Debugger Commands):
479 Document `debugger-toggle-locals'.
480
481 2013-12-21 Chong Yidong <cyd@gnu.org>
482
483 * text.texi (Region Indent): Note the new interactive behavior of
484 indent-rigidly.
485
486 2013-12-20 Tassilo Horn <tsdh@gnu.org>
487
488 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
489 one or many arguments.
490
491 * display.texi: Document `messages-buffer'.
492
493 * os.texi: Document `initial-buffer-choice' changes.
494
495 2013-12-20 Chong Yidong <cyd@gnu.org>
496
497 * text.texi (Changing Properties): Improve documentation for
498 add-face-text-property.
499 (Special Properties): Mention add-face-text-property.
500
501 2013-12-18 Chong Yidong <cyd@gnu.org>
502
503 * customize.texi (Custom Themes): Document custom-known-themes
504 (Bug#15717).
505
506 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
507 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
508
509 2013-12-13 Glenn Morris <rgm@gnu.org>
510
511 * internals.texi (Building Emacs):
512 * loading.texi (Library Search): Mention that site-load,
513 site-init cannot change load-path.
514
515 2013-12-12 Glenn Morris <rgm@gnu.org>
516
517 * elisp.texi: Tweak dircategory.
518
519 2013-12-12 Eli Zaretskii <eliz@gnu.org>
520
521 * nonascii.texi (Encoding and I/O): Document file-name encoding
522 peculiarities on MS-Windows.
523
524 2013-12-12 Glenn Morris <rgm@gnu.org>
525
526 * elisp.texi: Sync direntry with info/dir version.
527
528 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
529
530 * display.texi (Progress, Face Remapping):
531 * processes.texi (Serial Ports):
532 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
533
534 2013-12-04 Juri Linkov <juri@jurta.org>
535
536 * searching.texi (Search and Replace): Fix `unread-command-events'
537 and add ref.
538
539 2013-12-03 Juri Linkov <juri@jurta.org>
540
541 * windows.texi (Choosing Window): Rename `no-display-ok' to
542 `allow-no-window'. (Bug#13594)
543
544 2013-11-30 Glenn Morris <rgm@gnu.org>
545
546 * Makefile.in (distclean): Remove Makefile.
547
548 2013-11-29 Andreas Politz <politza@fh-trier.de>
549
550 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
551 (Bug#14029).
552
553 2013-11-27 Glenn Morris <rgm@gnu.org>
554
555 * loading.texi (Library Search):
556 * os.texi (Startup Summary): No more leim directory.
557
558 2013-11-26 Glenn Morris <rgm@gnu.org>
559
560 * os.texi (Startup Summary): Update for leim-list being preloaded.
561
562 2013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
563
564 * frames.texi (Input Focus):
565 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
566
567 2013-11-23 Glenn Morris <rgm@gnu.org>
568
569 * loading.texi (Library Search):
570 Empty elements in EMACSLOADPATH now mean the default load-path.
571
572 2013-11-22 Glenn Morris <rgm@gnu.org>
573
574 * loading.texi (Library Search): Minor clarification.
575
576 2013-11-20 Leo Liu <sdl.web@gmail.com>
577
578 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
579
580 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
581
582 * os.texi (File Notifications): Add an index.
583
584 * loading.texi (Loading): Add an cross-reference.
585
586 2013-11-18 Xue Fuqiao <xfq.free@gmail.com>
587
588 * os.texi (Session Management, Desktop Notifications): Add some
589 indexes and a cross-reference.
590
591 2013-11-17 Xue Fuqiao <xfq.free@gmail.com>
592
593 * os.texi (Time Parsing, Processor Run Time, Input Modes)
594 (Terminal Output): Minor fixes.
595
596 2013-11-14 Glenn Morris <rgm@gnu.org>
597
598 * loading.texi (Library Search): Update section.
599
600 2013-11-11 Xue Fuqiao <xfq.free@gmail.com>
601
602 * os.texi (User Identification, Time of Day, Time Conversion):
603 Minor fixes.
604
605 2013-11-10 Jan Djärv <jan.h.d@swipnet.se>
606
607 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
608
609 2013-11-09 Xue Fuqiao <xfq.free@gmail.com>
610
611 * os.texi (Startup Summary): Add an index about startup screen.
612 Typo fix.
613 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
614
615 2013-11-08 Eli Zaretskii <eliz@gnu.org>
616
617 * display.texi (Truncation): Document that cache-long-scans is now
618 non-nil by default. (Bug#15797)
619
620 2013-11-05 Eli Zaretskii <eliz@gnu.org>
621
622 * lists.texi (Rearrangement): Fix indexing.
623
624 * display.texi (Bidirectional Display): Fix indexing.
625
626 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
627
628 * lists.texi (Rearrangement): Improve indexing.
629
630 * display.texi (Glyphs): Add an index for glyph code.
631 (Bidirectional Display): Improve indexing.
632
633 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
634
635 * display.texi (Face Attributes): Document :distant-foreground.
636
637 2013-10-30 Xue Fuqiao <xfq.free@gmail.com>
638
639 * display.texi (Abstract Display): Improve indexing.
640
641 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * display.texi (Selective Display): Discourage the use of explicit
644 selective display.
645
646 2013-10-29 Xue Fuqiao <xfq.free@gmail.com>
647
648 * display.texi (Showing Images): Add an index for image-size.
649 Use @code instead of @var for a normal variable.
650 (Multi-Frame Images): Improve indexing.
651 (Button Buffer Commands): Use @code instead of @var for a normal
652 variable.
653 (Abstract Display): Explain the meaning of Ewoc.
654
655 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
656
657 * display.texi (Image Descriptors): Improve indexing.
658
659 2013-10-26 Xue Fuqiao <xfq.free@gmail.com>
660
661 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
662 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
663
664 2013-10-25 Xue Fuqiao <xfq.free@gmail.com>
665
666 * display.texi (Fontsets): Minor wording fix.
667 (Low-Level Font): Improve indexing.
668
669 * nonascii.texi (Character Properties): Add an index for script symbols.
670
671 2013-10-24 Xue Fuqiao <xfq.free@gmail.com>
672
673 * display.texi (Face Remapping): Add indexes for face remapping.
674 (Font Selection): Add indexes.
675 (Low-Level Font): Add an index for font registry.
676
677 2013-10-23 Glenn Morris <rgm@gnu.org>
678
679 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
680 Nuke @refill.
681
682 * Makefile.in (install-dvi, install-html, install-pdf)
683 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
684 (uninstall-pdf): Quote entities that might contain whitespace.
685
686 2013-10-19 Xue Fuqiao <xfq.free@gmail.com>
687
688 * display.texi (Face Attributes): Add indexes for the ‘:box’
689 face attribute.
690
691 2013-10-18 Xue Fuqiao <xfq.free@gmail.com>
692
693 * display.texi (Line Height): Add indexes for line height.
694
695 2013-10-17 Xue Fuqiao <xfq.free@gmail.com>
696
697 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
698
699 2013-10-16 Xue Fuqiao <xfq.free@gmail.com>
700
701 * display.texi (Selective Display): Add an index for explicit
702 selective display.
703
704 2013-10-15 Xue Fuqiao <xfq.free@gmail.com>
705
706 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
707
708 2013-10-13 Glenn Morris <rgm@gnu.org>
709
710 * intro.texi (Acknowledgments): Use accented form of some names.
711
712 2013-10-09 Glenn Morris <rgm@gnu.org>
713
714 * control.texi (Conditionals): Copyedits. (Bug#15558)
715
716 2013-10-08 Eli Zaretskii <eliz@gnu.org>
717
718 Support menus on text-mode terminals.
719 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
720 Modify wording to the effect that menus are supported on TTYs.
721
722 * frames.texi (Pop-Up Menus, Dialog Boxes)
723 (Display Feature Testing): Update for menu support on TTYs.
724
725 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
726
727 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
728 non-headings.
729
730 2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
731
732 * syntax.texi (Categories): Add an index for category sets.
733
734 2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
735
736 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
737
738 2013-10-02 Xue Fuqiao <xfq.free@gmail.com>
739
740 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
741
742 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
743
744 * searching.texi (Regexp Search): Refine.
745
746 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
747
748 * nonascii.texi (Default Coding Systems): Typo fix.
749
750 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
751
752 * nonascii.texi (Coding System Basics): Add information about
753 carriage-return.
754
755 2013-09-14 Eli Zaretskii <eliz@gnu.org>
756
757 * display.texi (Display Margins): State the units of measuring
758 margin width. (Bug#15375)
759
760 2013-09-13 Eli Zaretskii <eliz@gnu.org>
761
762 * text.texi (Not Intervals): Minor wording fix.
763
764 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
765
766 * functions.texi (Obsolete Functions): Add an index for obsolete
767 functions.
768
769 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
770
771 * nonascii.texi (Character Properties): Character properties fix
772 for decimal-digit-value and digit-value.
773
774 2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
775
776 * macros.texi (Defining Macros): Prefer "function" to "lambda
777 expression" (bug#15296).
778
779 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
780
781 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
782 for portability to hosts where /bin/sh has problems.
783
784 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
785
786 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
787
788 2013-08-20 Eli Zaretskii <eliz@gnu.org>
789
790 * files.texi (Information about Files): Mention file names with
791 trailing blanks on MS-Windows. (Bug#15130)
792
793 2013-08-18 Xue Fuqiao <xfq.free@gmail.com>
794
795 * positions.texi (Positions): Improve indexing.
796
797 2013-08-18 Eli Zaretskii <eliz@gnu.org>
798
799 * markers.texi (The Region): Improve indexing.
800
801 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
802
803 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
804
805 * text.texi (Maintaining Undo): Mention interactive call of
806 buffer-disable-undo.
807 (Filling): Add cross-reference for hard newlines.
808 (Sorting): Fix indentation.
809 (Columns): Comment out undefined behavior.
810 (Case Changes): Fix an `args-out-of-range' error in the example.
811
812 2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
813
814 * text.texi (Insertion): Refine.
815 (Margins): Add an index.
816 (Undo): Doc fix for `buffer-undo-list'.
817
818 * positions.texi (Character Motion):
819 * markers.texi (Moving Markers, Creating Markers):
820 Comment out undefined behavior.
821
822 2013-08-15 Xue Fuqiao <xfq.free@gmail.com>
823
824 * markers.texi (The Region): Add/move indexes.
825
826 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
827
828 * display.texi (ImageMagick Images): Mention :content-type and
829 `image-content-type-suffixes'.
830
831 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
832
833 * positions.texi (Word Motion): Remove redundant sentence.
834
835 2013-08-13 Glenn Morris <rgm@gnu.org>
836
837 * lists.texi (List Elements):
838 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
839
840 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
841
842 * frames.texi (Display Feature Testing): Add indexes.
843
844 2013-08-12 Glenn Morris <rgm@gnu.org>
845
846 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
847 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
848 (INSTALL_DATA): New, set by configure.
849 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
850 New variables.
851 (.SUFFIXES): Add .ps and .dvi.
852 (.dvi.ps): New suffix rule.
853 (dvi, html, pdf, ps): Use *_TARGETS variables.
854 (elisp.html): Use HTML_OPTS.
855 (elisp.ps): Remove explicit rule.
856 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
857 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
858 uninstall-ps, and uninstall-doc.
859 (install-dvi, install-html, install-pdf, install-ps, install-doc)
860 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
861 (uninstall-doc): New rules.
862 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
863
864 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
865
866 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
867
868 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
869
870 * control.texi (Error Symbols): Minor fix for previous change.
871
872 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
873
874 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
875
876 * control.texi (Signaling Errors): Refer to define-error.
877 (Error Symbols): Add `define-error'.
878
879 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
880
881 * positions.texi (Motion by Screen Lines):
882 * display.texi (Truncation): Rename `cache-long-line-scans'
883 to `cache-long-scans'.
884
885 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
886
887 * windows.texi (Window Start and End): Add an index.
888
889 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
890
891 * display.texi (Face Functions): Add an index.
892
893 * variables.texi (Variable Aliases): Add an index.
894
895 * functions.texi (Defining Functions): Add an index.
896
897 * nonascii.texi (Coding System Basics): Add an index.
898
899 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
900
901 * nonascii.texi (Non-ASCII Characters): Update menu.
902 (Disabling Multibyte): Move here from doc/emacs/mule.texi.
903 Fix cross-references.
904
905 * elisp.texi (Top): Update menu.
906
907 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
908
909 * windows.texi (Window History): Mention the default value of
910 switch-to-visible-buffer. Add cross-references.
911
912 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
913
914 * errors.texi (Standard Errors): Fix typo.
915
916 * files.texi (Magic File Names):
917 * os.texi (File Notifications): Remove file-notify-supported-p.
918
919 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
920
921 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
922 non-well-formed expressions result in unspecified behavior, though
923 Emacs will not crash.
924
925 2013-07-22 Michael Albinus <michael.albinus@gmx.de>
926
927 * files.texi (Magic File Names): Add file-notify-add-watch,
928 file-notify-rm-watch and file-notify-supported-p.
929 Move file-remote-p down.
930
931 * errors.texi (Standard Errors): Add file-notify-error.
932
933 * os.texi (Desktop Notifications): Rename from Notifications.
934 (File Notifications): New node.
935
936 * elisp.texi (Top): Update menu for these changes.
937
938 2013-07-19 Xue Fuqiao <xfq.free@gmail.com>
939
940 * windows.texi (Display Action Functions): Mention next-window.
941
942 2013-07-16 Xue Fuqiao <xfq.free@gmail.com>
943
944 * windows.texi (Selecting Windows): Fix the introduction of
945 `set-frame-selected-window''s arguments.
946
947 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
948
949 Timestamp fixes for undo (Bug#14824).
950 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
951
952 2013-07-06 Eli Zaretskii <eliz@gnu.org>
953
954 * nonascii.texi (Text Representations): Document that
955 multibyte-string-p returns nil for non-string objects.
956
957 2013-07-06 Glenn Morris <rgm@gnu.org>
958
959 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
960
961 2013-07-03 Glenn Morris <rgm@gnu.org>
962
963 * debugging.texi (Debugging):
964 * files.texi (File Attributes, Changing Files): Fix cross-references.
965
966 * package.texi (Package Archives): Fix @url call.
967
968 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
969
970 2013-06-29 Eli Zaretskii <eliz@gnu.org>
971
972 * display.texi (Bidirectional Display): Document move-point-visually.
973
974 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
975
976 * buffers.texi (Buffer File Name): Fix typo.
977
978 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
979
980 * tips.texi (Coding Conventions): Improve wording.
981
982 2013-06-24 Glenn Morris <rgm@gnu.org>
983
984 * loading.texi (Autoload): Fix typo.
985
986 * variables.texi (Lexical Binding): Fix typo.
987
988 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
989
990 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
991
992 * display.texi (ImageMagick Images): Mention :max-width and
993 :max-height.
994
995 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
996
997 * numbers.texi (Math Functions): Remove obsolete function log10.
998
999 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1000
1001 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1002 rather than `local-map'.
1003
1004 * keymaps.texi (Active Keymaps): Fix documentation of
1005 set-temporary-overlay-map and overriding-terminal-local-map.
1006
1007 2013-06-19 Glenn Morris <rgm@gnu.org>
1008
1009 * Makefile.in (dist): Edit more configure variables.
1010 Try to check that we do not miss any in future.
1011
1012 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
1013
1014 * text.texi (Undo, Changing Properties): Fix typos.
1015
1016 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1017
1018 * text.texi (Changing Properties): Document `add-face-text-property'.
1019
1020 2013-06-17 Kenichi Handa <handa@gnu.org>
1021
1022 * display.texi (Face Attributes): Refer to "Low-Level font" (not
1023 "Font Selection") in the explanation of :font attribute (bug#14629).
1024
1025 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1026
1027 * loading.texi (Hooks for Loading): Don't document after-load-alist.
1028 Document with-eval-after-load instead of eval-after-load.
1029
1030 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
1031
1032 * files.texi (File Name Expansion): Make the example more
1033 intuitive.
1034
1035 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
1036
1037 Documentation fix for 'ls' and hard links.
1038 * compile.texi (Compilation Functions):
1039 * files.texi (File Attributes, Changing Files):
1040 Use current format for GNU 'ls' output.
1041 (File Attributes): Fix problem introduced in previous change:
1042 the link count is the number of hard links, not the number
1043 of hard links + 1.
1044
1045 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
1046
1047 * files.texi (File Attributes): Fix typo.
1048
1049 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1050
1051 * functions.texi (Lambda Expressions): Lambda expressions don't
1052 evaluate to themselves in general (bug#11782).
1053
1054 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * loading.texi (Autoload):
1057 * help.texi (Documentation Basics, Accessing Documentation)
1058 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1059
1060 2013-04-23 Glenn Morris <rgm@gnu.org>
1061
1062 * internals.texi (Writing Emacs Primitives): Remove obvious example.
1063 Tweak other to avoid overly long line.
1064
1065 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1066
1067 * internals.texi (Writing Emacs Primitives): Remove unnecessary
1068 references to the sources. (Bug#13800)
1069
1070 * searching.texi (Regexp Backslash): Doc fix for backslash
1071 constructs in regular expressions.
1072
1073 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
1074
1075 * tips.texi (Coding Conventions): Mention separation of package
1076 descriptor and name of internal symbols by two hyphens.
1077
1078 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1079
1080 * windows.texi (Splitting Windows): Change category of
1081 split-window from a command to a function.
1082
1083 2013-04-06 Chong Yidong <cyd@gnu.org>
1084
1085 * display.texi (Faces): Minor clarifications.
1086 (Defining Faces): Clarify default vs custom face specs.
1087 Document face-spec-set.
1088
1089 * display.texi (Overlay Properties):
1090 * text.texi (Special Properties): Use the "anonymous face"
1091 terminology. Describe foreground-color and background-color forms
1092 as compatibility-only.
1093
1094 2013-03-24 Eli Zaretskii <eliz@gnu.org>
1095
1096 * compile.texi (Byte-Code Objects): Add index entry.
1097 (Disassembly): Add cross-references.
1098
1099 2013-03-23 Eli Zaretskii <eliz@gnu.org>
1100
1101 * frames.texi (Size Parameters): More accurate description of the
1102 difference between 'fullboth' and 'maximized'. (Bug#13935)
1103
1104 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
1105
1106 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
1107
1108 2013-03-16 Glenn Morris <rgm@gnu.org>
1109
1110 * elisp.texi: Add some stuff specific to www.gnu.org.
1111
1112 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1113
1114 * control.texi (Pattern matching case statement): Fix typo.
1115
1116 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1117
1118 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1119
1120 2013-03-03 Glenn Morris <rgm@gnu.org>
1121
1122 * objects.texi (Symbol Type): Fix typo.
1123
1124 2013-02-28 Bastien Guerry <bzg@gnu.org>
1125
1126 * variables.texi (File Local Variables): Fix reference.
1127
1128 2013-02-24 Eli Zaretskii <eliz@gnu.org>
1129
1130 * files.texi (Magic File Names): Improve wording and indexing.
1131
1132 2013-02-21 Glenn Morris <rgm@gnu.org>
1133
1134 * display.texi (Multi-Frame Images): Minor rephrasing.
1135
1136 2013-02-20 Glenn Morris <rgm@gnu.org>
1137
1138 * display.texi (GIF Images, TIFF Images): Delete these nodes.
1139 (ImageMagick Images): For :index, use an xref rather than duplicating.
1140 (Other Image Types): Add GIF, adjust formatting.
1141 (Multi-Frame Images): Rename from Animated Images. Expand section.
1142 * elisp.texi (Top): Update menu for these changes.
1143
1144 2013-02-19 Glenn Morris <rgm@gnu.org>
1145
1146 * text.texi (Change Hooks): Fix typo.
1147
1148 2013-02-15 Glenn Morris <rgm@gnu.org>
1149
1150 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1151
1152 2013-02-13 Glenn Morris <rgm@gnu.org>
1153
1154 * objects.texi (Char-Table Type): Add footnote about #^^.
1155
1156 * modes.texi (Minor Mode Conventions): Fix typo.
1157
1158 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1159 meta characters; this changed in 22.1. (Bug#13684)
1160
1161 * objects.texi (Char-Table Type): Add cindex.
1162
1163 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1164
1165 2013-02-10 Glenn Morris <rgm@gnu.org>
1166
1167 * keymaps.texi (Creating Keymaps): Update make-keymap result.
1168
1169 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1170
1171 * modes.texi (%-Constructs): Remove the description of %t.
1172
1173 * nonascii.texi (MS-DOS File Types): Delete node.
1174
1175 2013-02-08 Glenn Morris <rgm@gnu.org>
1176
1177 * keymaps.texi (Active Keymaps, Searching Keymaps):
1178 Remove confusing mention of "symbolic prefix". (Bug#13643)
1179
1180 2013-01-19 Glenn Morris <rgm@gnu.org>
1181
1182 * macros.texi (Indenting Macros): Fix order of an indent
1183 symbol's arguments. (Bug#13450)
1184
1185 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1186
1187 Allow floating-point file offsets.
1188 * files.texi (Reading from Files, Writing to Files):
1189 Say that file offsets can be numbers, not just integers.
1190
1191 2013-01-09 Glenn Morris <rgm@gnu.org>
1192
1193 * commands.texi (Interactive Codes):
1194 Whitespace does not terminate interactive "S". (Bug#13393)
1195
1196 2013-01-06 Chong Yidong <cyd@gnu.org>
1197
1198 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
1199
1200 2013-01-05 Glenn Morris <rgm@gnu.org>
1201
1202 * display.texi (Overlay Properties): Mention field. (Bug#13364)
1203
1204 2013-01-05 Eli Zaretskii <eliz@gnu.org>
1205
1206 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
1207 directive in a group of items.
1208
1209 2013-01-05 Chong Yidong <cyd@gnu.org>
1210
1211 * keymaps.texi (Key Sequences): Remove obsolete sentence
1212 (Bug#13356).
1213
1214 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1215
1216 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
1217
1218 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 * files.texi (File Attributes): Undocument return format of file-acl.
1221
1222 2013-01-03 Glenn Morris <rgm@gnu.org>
1223
1224 * processes.texi (System Processes):
1225 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
1226
1227 * searching.texi (Replacing Match): Fix xref.
1228
1229 * elisp.texi (DATE): Bump to Jan 2013.
1230
1231 2013-01-02 Glenn Morris <rgm@gnu.org>
1232
1233 * customize.texi (Common Keywords, Type Keywords):
1234 Replace "active field" with "button". (Bug#13310)
1235
1236 * customize.texi (Common Keywords): Add xref. (Bug#13311)
1237 * tips.texi (Library Headers): Add cindex.
1238
1239 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
1240
1241 * functions.texi (Declare Form):
1242 * intro.texi (A Sample Function Description):
1243 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
1244 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
1245 in @def.. commands. (Bug#13292)
1246
1247 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1248
1249 * files.texi (Changing Files): Document the return values of
1250 set-file-selinux-context and set-file-acl.
1251
1252 2012-12-27 Glenn Morris <rgm@gnu.org>
1253
1254 * files.texi (File Names): Mention Cygwin conversion functions.
1255
1256 2012-12-22 Martin Rudalics <rudalics@gmx.at>
1257
1258 * windows.texi (Selecting Windows): Reword description of
1259 select-window (Bug#13248).
1260
1261 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1262
1263 * files.texi (File Attributes, Changing Files): Remove the details
1264 about the text returned by file-acl. Instead, just document that
1265 it is an opaque string meant to be used by set-file-acl.
1266
1267 2012-12-21 Chong Yidong <cyd@gnu.org>
1268
1269 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
1270
1271 * customize.texi (Simple Types): Document key-sequence type
1272 (Bug#13048).
1273
1274 * strings.texi (Text Comparison): Doc fix for compare-strings.
1275
1276 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1277
1278 * files.texi (Magic File Names): Add `file-acl',
1279 `file-selinux-context', `set-file-acl' and
1280 `set-file-selinux-context'. Make the list consistent.
1281
1282 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1283
1284 * tips.texi (Library Headers): New header keyword `Homepage'.
1285 Make continuation lines syntax more precise.
1286
1287 2012-12-17 Eli Zaretskii <eliz@gnu.org>
1288
1289 * files.texi (File Attributes, Changing Files): Update to include
1290 MS-Windows support for ACLs.
1291
1292 2012-12-16 Romain Francoise <romain@orebokech.com>
1293
1294 * files.texi (File Attributes): Document ACL support and new
1295 `file-acl' function.
1296 (Changing Files): Mention argument name change of `copy-file' and
1297 document new function `set-file-acl'.
1298
1299 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1300
1301 Fix permissions bugs with setgid directories etc. (Bug#13125)
1302 * files.texi (Testing Accessibility): Document GROUP arg
1303 of file-ownership-preserved-p.
1304 (File Attributes): Document that 9th element is now
1305 just a placeholder.
1306 * os.texi (User Identification): Document new functions group-gid,
1307 group-real-gid.
1308
1309 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1310
1311 * internals.texi (C Integer Types): New section.
1312 This follows up and records an email in
1313 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
1314
1315 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1316
1317 * control.texi (Pattern matching case statement): New node.
1318
1319 * customize.texi (Variable Definitions): Mention the default :group
1320 for defcustoms (bug#13093).
1321
1322 2012-12-09 Glenn Morris <rgm@gnu.org>
1323
1324 * customize.texi (Variable Definitions): Mention eval-defun
1325 on a defcustom calls the :set function when appropriate.
1326
1327 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1328
1329 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1330 These are just minor editorial changes.
1331
1332 2012-12-06 Chong Yidong <cyd@gnu.org>
1333
1334 * lists.texi (Plist Access): Move put example to Symbol Plists.
1335
1336 * symbols.texi (Standard Properties): Fix typo.
1337
1338 2012-12-03 Chong Yidong <cyd@gnu.org>
1339
1340 * symbols.texi (Symbol Properties): New node.
1341 (Symbol Plists): Make it a subsection under Symbol Properties.
1342 (Standard Properties): New node.
1343
1344 * lists.texi (Property Lists): Move here from symbols.texi.
1345 (Plist Access): Rename from Other Plists.
1346
1347 * customize.texi (Variable Definitions):
1348 * display.texi (Defining Faces):
1349 * sequences.texi (Char-Tables): Fix xref.
1350
1351 * keymaps.texi (Key Sequences): `kbd' is now a function.
1352
1353 * commands.texi (Using Interactive): Fix index entry.
1354
1355 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1356
1357 * doclicense.texi: Update to latest version from FSF.
1358 These are just minor editorial changes.
1359 * elisp.texi (GNU Free Documentation License)
1360 (GNU General Public Licens):
1361 Provide sectioning, since doclicense.texi no longer does that.
1362
1363 * loading.texi (Named Features): @ -> @@ to fix typo.
1364
1365 2012-11-24 Martin Rudalics <rudalics@gmx.at>
1366
1367 * windows.texi (Basic Windows): Fix typo.
1368 (Windows and Frames): Fix example. Move description of
1369 window-in-direction here.
1370 (Recombining Windows): Fix example.
1371 (Buffers and Windows): Fix description of replace-buffer-in-windows.
1372 (Switching Buffers): Reword.
1373 (Display Action Functions): Minor adjustments.
1374 (Choosing Window Options): Minor fixes.
1375 (Window History): Minor rewording.
1376 (Dedicated Windows): Correct and reword part describing how
1377 dedicatedness affects functions removing buffers or windows.
1378 * buffers.texi (The Buffer List): Fix description of bury-buffer.
1379
1380 2012-11-24 Chong Yidong <cyd@gnu.org>
1381
1382 * modes.texi (%-Constructs): Fix statement about mode construct
1383 padding (Bug#12866).
1384
1385 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1386
1387 * debugging.texi (Profiling): Make it more clear
1388 that --enable-profiling is about profiling the C code.
1389
1390 2012-11-21 Glenn Morris <rgm@gnu.org>
1391
1392 * display.texi (Attribute Functions):
1393 Update for set-face-* name changes.
1394 Add new "inherit" argument for face-bold-p etc.
1395 Move description of this argument to a common section, like "frame".
1396
1397 * debugging.texi (Profiling): New section.
1398 (Debugging): Mention profiling in the introduction.
1399 * tips.texi (Compilation Tips): Move profiling to separate section.
1400 * elisp.texi: Add Profiling to detailed menu.
1401
1402 2012-11-21 Martin Rudalics <rudalics@gmx.at>
1403
1404 * windows.texi (Display Action Functions): Fix recently added
1405 example. Suggested by Michael Heerdegen.
1406
1407 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1408
1409 Minor cleanup for times as lists of four integers.
1410 * os.texi (Time Parsing): Time values can now be four integers.
1411
1412 2012-11-18 Glenn Morris <rgm@gnu.org>
1413
1414 * loading.texi (How Programs Do Loading): Add eager macro expansion.
1415 * macros.texi (Expansion): Mention eager macro expansion.
1416
1417 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1418
1419 2012-11-18 Leo Liu <sdl.web@gmail.com>
1420
1421 * minibuf.texi (Programmed Completion): Doc fix for metadata
1422 request (Bug#12850).
1423
1424 2012-11-18 Glenn Morris <rgm@gnu.org>
1425
1426 * display.texi (Temporary Displays): Document with-temp-buffer-window.
1427
1428 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1429 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1430 (Window Sizes): Add vindex for window-min-height, window-min-width.
1431 (Display Action Functions): Mention pop-up-frame-parameters.
1432
1433 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1434
1435 * windows.texi (Choosing Window): Rewrite description of
1436 display-buffer-alist (Bug#12167).
1437 (Display Action Functions): Mention inhibit-switch-frame.
1438 Fix description of display-buffer-below-selected. Reorder actions.
1439 Add example (Bug#12848).
1440
1441 2012-11-16 Glenn Morris <rgm@gnu.org>
1442
1443 * display.texi (Face Attributes): Fix :underline COLOR description.
1444 (Attribute Functions): Update for set-face-underline rename.
1445 Tweak descriptions of face-underline-p, face-inverse-video-p.
1446
1447 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1448 so they align better in info.
1449 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1450 Document set-temporary-overlay-map.
1451
1452 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1453
1454 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1455 with normal keymaps".
1456
1457 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
1458
1459 * internals.texi (Garbage Collection): Update descriptions
1460 of vectorlike_header, garbage-collect and gc-cons-threshold.
1461 (Object Internals): Explain Lisp_Object layout and the basics
1462 of an internal type system.
1463 (Buffer Internals): Update description of struct buffer.
1464
1465 2012-11-13 Glenn Morris <rgm@gnu.org>
1466
1467 * variables.texi (Adding Generalized Variables):
1468 At least mention gv-define-expander and gv-letplace.
1469
1470 * debugging.texi (Error Debugging): Mention debug-on-message.
1471 (Using Debugger): Mention debugger-bury-or-kill.
1472
1473 * control.texi (Signaling Errors):
1474 * debugging.texi (Error Debugging):
1475 * errors.texi (Standard Errors): Add user-error.
1476
1477 * variables.texi (Adding Generalized Variables):
1478 Use standard formatting for common lisp note about setf functions.
1479
1480 2012-11-10 Martin Rudalics <rudalics@gmx.at>
1481
1482 * elisp.texi (Top): Add Recombining Windows to menu.
1483 * windows.texi (Recombining Windows): New subsection.
1484 (Splitting Windows): Rewrite text on handling of window
1485 combinations and move it to new subsection.
1486
1487 2012-11-10 Chong Yidong <cyd@gnu.org>
1488
1489 * searching.texi (Replacing Match): Document \? in replace-match.
1490
1491 * variables.texi (Creating Buffer-Local): Document setq-local and
1492 defvar-local.
1493 (Setting Generalized Variables): Arrange table alphabetically.
1494
1495 * lists.texi (List Elements, List Variables): Clarify descriptions
1496 of push and pop for generalized variables.
1497
1498 * edebug.texi (Specification List): setf is no longer CL-only.
1499
1500 2012-11-10 Glenn Morris <rgm@gnu.org>
1501
1502 * variables.texi (Adding Generalized Variables):
1503 Update description of FIX-RETURN expansion.
1504
1505 * variables.texi (Setting Generalized Variables):
1506 Split most of previous contents into this subsection.
1507 (Adding Generalized Variables): New subsection.
1508 Move note on lack of setf functions here from misc/cl.texi.
1509
1510 * elisp.texi: Add Generalized Variables subsections to detailed menu.
1511
1512 2012-11-10 Chong Yidong <cyd@gnu.org>
1513
1514 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1515
1516 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
1517
1518 * os.texi (Notifications): Update descriptions of
1519 notifications-notify, notifications-close-notification and
1520 notifications-get-capabilities according to latest code changes.
1521 Add notifications-get-server-information.
1522
1523 2012-11-03 Chong Yidong <cyd@gnu.org>
1524
1525 * objects.texi (General Escape Syntax): Clarify the explanation of
1526 escape sequences.
1527 (Non-ASCII in Strings): Clarify when a string is unibyte vs
1528 multibyte. Hex escapes do not automatically make a string
1529 multibyte.
1530
1531 2012-11-03 Martin Rudalics <rudalics@gmx.at>
1532
1533 * windows.texi (Switching Buffers): Document option
1534 switch-to-buffer-preserve-window-point.
1535 (Display Action Functions): Document window-height and
1536 window-width alist entries.
1537 (Display Action Functions):
1538 Document display-buffer-below-selected and
1539 display-buffer-in-previous-window.
1540 (Quitting Windows): Document quit-restore-window.
1541 Rewrite section.
1542 (Window Configurations): In window-state-get mention that
1543 argument window must be valid.
1544 (Window Parameters): Document quit-restore window parameter
1545 (Bug#12158).
1546
1547 2012-10-31 Glenn Morris <rgm@gnu.org>
1548
1549 * control.texi (Catch and Throw): Add xref to cl.texi.
1550
1551 * lists.texi (Sets And Lists): Point xref to better location.
1552
1553 * errors.texi (Standard Errors):
1554 * loading.texi (Autoload): Update for cl-lib namespace changes.
1555
1556 * modes.texi (Defining Minor Modes): "Generalized Variables"
1557 section is now in this manual rather than cl.texi.
1558
1559 * eval.texi (Special Forms): No longer special forms: defmacro,
1560 defun, save-window-excursion, with-output-to-temp-buffer.
1561 * functions.texi (Defining Functions): Defun is now a macro.
1562 Defalias is a function.
1563
1564 2012-10-30 Glenn Morris <rgm@gnu.org>
1565
1566 * variables.texi (Generalized Variables): Fix typo.
1567
1568 2012-10-30 Chong Yidong <cyd@gnu.org>
1569
1570 * symbols.texi (Symbol Plists): Document function-get.
1571
1572 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1573
1574 * frames.texi (Visibility of Frames): Document tty-top-frame.
1575
1576 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * keymaps.texi (Format of Keymaps): Document the multiple
1579 inheritance format.
1580
1581 2012-10-28 Martin Rudalics <rudalics@gmx.at>
1582
1583 * windows.texi (Basic Windows): Reformulate description of live,
1584 internal and valid windows.
1585 (Cyclic Window Ordering): Describe new argument of
1586 get-lru-window and get-largest-window. Add description of
1587 window-in-direction.
1588
1589 2012-10-27 Glenn Morris <rgm@gnu.org>
1590
1591 * variables.texi (Generalized Variables): New section,
1592 adapted from misc/cl.texi.
1593 * elisp.texi (Top): Add Generalized Variables to menu.
1594 * lists.texi (List Elements, List Variables):
1595 Mention generalized variables.
1596
1597 * lists.texi (List Elements): Typo fix.
1598
1599 2012-10-27 Chong Yidong <cyd@gnu.org>
1600
1601 * minibuf.texi (High-Level Completion): Don't mention removed
1602 function iswitchb-read-buffer.
1603
1604 * commands.texi (Event Input Misc): Remove last-input-char.
1605 (Command Loop Info): Remove last-command-char.
1606
1607 * frames.texi (Initial Parameters): Don't mention the obsolete
1608 special-display feature.
1609
1610 * windows.texi (Choosing Window): Don't mention the obsolete
1611 special display feature.
1612 (Choosing Window Options): Remove obsolete special-display
1613 variables, and the functions special-display-p and
1614 special-display-popup-frame.
1615
1616 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
1617
1618 * hooks.texi (Standard Hooks): Remove obsolete hooks.
1619
1620 * markers.texi (Information from Markers): Remove obsolete
1621 function buffer-has-markers-at.
1622
1623 * text.texi (Yanking): Document yank-handled-properties.
1624
1625 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
1626
1627 Update manual for new time stamp format (Bug#12706).
1628 * buffers.texi (Modification Time):
1629 * files.texi (Testing Accessibility, File Attributes):
1630 * intro.texi (Version Info):
1631 * os.texi (Time of Day):
1632 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
1633 These instances were missed the first time around.
1634 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
1635
1636 2012-10-24 Chong Yidong <cyd@gnu.org>
1637
1638 * minibuf.texi (Text from Minibuffer): Document read-regexp
1639 changes.
1640
1641 * nonascii.texi (Selecting a Representation):
1642 Document set-buffer-multibyte changes.
1643
1644 * keymaps.texi (Toolkit Differences): Node deleted.
1645 (Easy Menu): New node.
1646
1647 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1648
1649 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
1650
1651 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
1652
1653 Fix outdated timestamp documentation in Elisp manual (bug#12706).
1654 * files.texi (File Attributes):
1655 * text.texi (Undo):
1656 Time stamp resolution is now 1 picosecond, not 1 second.
1657
1658 2012-10-23 Chong Yidong <cyd@gnu.org>
1659
1660 * display.texi (Font Lookup): Remove font-list-limit.
1661
1662 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
1663 (Bug#12529).
1664
1665 2012-10-22 Glenn Morris <rgm@gnu.org>
1666
1667 * os.texi (Recording Input): Tiny fix.
1668
1669 * intro.texi (Lisp History):
1670 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
1671 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
1672
1673 2012-10-15 Chong Yidong <cyd@gnu.org>
1674
1675 * macros.texi (Defining Macros): defmacro is now a macro.
1676 Explicitly list the docstring and declare arguments.
1677
1678 * functions.texi (Anonymous Functions): Explicitly list the
1679 docstring, declare, and interactive arguments to lambda.
1680 (Defining Functions): Likewise for defun.
1681 (Inline Functions): Likewise for defsubst.
1682 (Declare Form): Tweak description.
1683
1684 2012-10-13 Chong Yidong <cyd@gnu.org>
1685
1686 * display.texi (ImageMagick Images): ImageMagick enabled by default.
1687
1688 2012-10-05 Chong Yidong <cyd@gnu.org>
1689
1690 * minibuf.texi (Basic Completion): Clarify list form of completion
1691 table (Bug#12564).
1692
1693 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
1694
1695 * functions.texi (Function Safety): Copyedit. (Bug#12562)
1696
1697 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1698
1699 Revert the FOLLOW-SYMLINKS change for file-attributes.
1700 * files.texi (File Attributes, Magic File Names): Undo last change.
1701
1702 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1703
1704 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1705 * files.texi (File Attributes): Describe it.
1706 (Magic File Names): Use it.
1707
1708 2012-09-30 Chong Yidong <cyd@gnu.org>
1709
1710 * commands.texi (Click Events): Define "mouse position list".
1711 Remove mention of unimplemented horizontal scroll bars.
1712 (Drag Events, Motion Events): Refer to "mouse position list".
1713 (Accessing Mouse): Document posnp.
1714
1715 * errors.texi (Standard Errors): Tweak arith-error description.
1716 Tweak markup. Remove domain-error and friends, which seem to be
1717 unused after the floating-point code revamp.
1718
1719 * functions.texi (Defining Functions): defun is now a macro.
1720 (Obsolete Functions): Obsolescence also affects
1721 documentation commands. Various clarifications.
1722 (Declare Form): New node.
1723
1724 * strings.texi (String Basics): Copyedits.
1725
1726 * os.texi (Startup Summary): Document leim-list.el change.
1727 (User Identification): Add system-users and system-groups.
1728 (Idle Timers): Minor clarifications.
1729
1730 * macros.texi (Defining Macros): Move description of `declare' to
1731 Declare Form node.
1732
1733 * loading.texi (Autoload):
1734 * help.texi (Documentation Basics): The special sequences can
1735 trigger autoloading.
1736
1737 * numbers.texi (Integer Basics): Copyedits.
1738 (Float Basics): Consider IEEE floating point always available.
1739 (Random Numbers): Document actual limits.
1740 (Arithmetic Operations): Clarify division by zero. Don't mention
1741 the machine-independence of negative division since it does not
1742 happen in practice.
1743
1744 2012-09-28 Leo Liu <sdl.web@gmail.com>
1745
1746 * files.texi (Files): Fix typo.
1747
1748 2012-09-23 Chong Yidong <cyd@gnu.org>
1749
1750 * buffers.texi (Read Only Buffers): Document read-only-mode.
1751
1752 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
1753 read-only-mode.
1754
1755 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
1756 calling conventions.
1757
1758 2012-09-22 Chong Yidong <cyd@gnu.org>
1759
1760 * searching.texi (Replacing Match): Minor clarification.
1761
1762 2012-09-22 Eli Zaretskii <eliz@gnu.org>
1763
1764 * edebug.texi (Instrumenting): Improve indexing.
1765
1766 * os.texi (Idle Timers): Warn against reinvoking an idle timer
1767 from within its own timer action. (Bug#12447)
1768
1769 2012-09-22 Chong Yidong <cyd@gnu.org>
1770
1771 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
1772
1773 2012-09-21 Glenn Morris <rgm@gnu.org>
1774
1775 * debugging.texi (Using Debugger): Fix typo.
1776
1777 2012-09-18 Chong Yidong <cyd@gnu.org>
1778
1779 * display.texi (Faces): Discuss anonymous faces.
1780 (Face Attributes): Tweak intro.
1781 (Defining Faces): Move after the Face Attributes node. Copyedits.
1782 (Displaying Faces): Describe role of inheritance.
1783
1784 * customize.texi (Customization): Define customization more
1785 carefully (Bug#11440).
1786 (Common Keywords): Add xref to Constant Variables.
1787
1788 * variables.texi (Defining Variables): Link to defcustom's node
1789 instead of the higher-level Customization chapter.
1790
1791 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1792
1793 Simplify, document, and port floating-point (Bug#12381).
1794 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
1795 Document that / and mod (with floating point arguments), along
1796 with asin, acos, log, log10, expt and sqrt, return special values
1797 instead of signaling exceptions.
1798 (Float Basics): Document that logb operates on the absolute value
1799 of its argument.
1800 (Math Functions): Document that (log ARG BASE) also returns NaN if
1801 BASE is negative. Document that (expt X Y) returns NaN if X is a
1802 finite negative number and Y a finite non-integer.
1803
1804 2012-09-09 Chong Yidong <cyd@gnu.org>
1805
1806 * lists.texi (Sets And Lists): Explain that the return value for
1807 delete should be used, like for delq.
1808
1809 * minibuf.texi (Yes-or-No Queries): Document recentering and
1810 scrolling in y-or-n-p. Remove gratuitous example.
1811
1812 * searching.texi (Search and Replace): Document window scrolling
1813 entries in query-replace-map.
1814
1815 2012-09-08 Chong Yidong <cyd@gnu.org>
1816
1817 * syntax.texi (Syntax Table Internals): Define "raw syntax
1818 descriptor" terminology (Bug#12383).
1819 (Syntax Descriptors): Mention raw syntax descriptors.
1820
1821 2012-09-07 Chong Yidong <cyd@gnu.org>
1822
1823 * variables.texi (Creating Buffer-Local): Fix description of
1824 local-variable-if-set-p (Bug#10713).
1825
1826 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
1827
1828 * windows.texi (Display Action Functions)
1829 (Choosing Window Options): Remove obsolete variable
1830 display-buffer-reuse-frames.
1831 (Switching Buffers): Minor doc tweak for switch-to-buffer.
1832
1833 * positions.texi (Narrowing): Document buffer-narrowed-p.
1834
1835 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
1836
1837 * syntax.texi (Low-Level Parsing): Add xref to Parser State
1838 (Bug#12269).
1839
1840 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1841
1842 * debugging.texi (Explicit Debug): Document `debug-on-message'.
1843
1844 2012-09-02 Chong Yidong <cyd@gnu.org>
1845
1846 * windows.texi (Window Configurations): Recommend against using
1847 save-window-excursion (Bug#12075).
1848
1849 * control.texi (Catch and Throw):
1850 * positions.texi (Excursions): Don't mention it.
1851
1852 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1853
1854 Better seed support for (random).
1855 * numbers.texi (Random Numbers): Document new behavior of
1856 the calls (random) and (random STRING).
1857
1858 2012-08-21 Martin Rudalics <rudalics@gmx.at>
1859
1860 * windows.texi (Window Point): Document recent changes in
1861 window-point and set-window-point.
1862 (Selecting Windows): Document recent change in select-window.
1863
1864 2012-08-06 Eli Zaretskii <eliz@gnu.org>
1865
1866 * functions.texi (Closures): Put the main index entry for
1867 "closures" here. (Bug#12138)
1868
1869 * variables.texi (Lexical Binding): Disambiguate the index entry
1870 for "closures".
1871
1872 2012-08-05 Chong Yidong <cyd@gnu.org>
1873
1874 * display.texi (Defining Faces): Move documentation of
1875 frame-background-mode to the Emacs manual (Bug#7774).
1876
1877 2012-08-04 Chong Yidong <cyd@gnu.org>
1878
1879 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
1880 Fix description of syntax table inheritance.
1881 (Syntax Table Functions): Don't refer to internal contents of
1882 syntax table, since that is not explained yet. Copyedits.
1883 (Standard Syntax Tables): Node deleted.
1884 (Syntax Table Internals): Misc clarifications. Improve table
1885 formatting.
1886
1887 * keymaps.texi (Inheritance and Keymaps):
1888 * text.texi (Sticky Properties): Tweak index entry.
1889
1890 2012-07-28 Eli Zaretskii <eliz@gnu.org>
1891
1892 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
1893
1894 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1895
1896 Prefer typical American spelling for "acknowledgment".
1897 * intro.texi (Acknowledgments): Rename from Acknowledgements.
1898
1899 2012-07-21 Eli Zaretskii <eliz@gnu.org>
1900
1901 * commands.texi (Special Events): Mention language-change event.
1902 (Input Events, Interactive Codes):
1903 * keymaps.texi (Key Sequences): Mention events that are
1904 non-keyboard but also non-mouse events.
1905
1906 2012-07-17 Chong Yidong <cyd@gnu.org>
1907
1908 * text.texi (Insertion): Document insert-char changes.
1909
1910 2012-07-15 Leo Liu <sdl.web@gmail.com>
1911
1912 * display.texi (Fringe Bitmaps): Add exclamation-mark.
1913
1914 2012-07-13 Chong Yidong <cyd@gnu.org>
1915
1916 * buffers.texi (Read Only Buffers): Document toggle-read-only
1917 changes. Reword to account for the fact that read-only is
1918 currently not supported in overlay properties.
1919
1920 2012-07-07 Chong Yidong <cyd@gnu.org>
1921
1922 * loading.texi (Library Search): Index site-lisp directories.
1923
1924 2012-07-06 Chong Yidong <cyd@gnu.org>
1925
1926 * intro.texi (A Sample Function Description): Fix incorrect
1927 markup, undoing previous change.
1928 (A Sample Variable Description): Minor clarifications and markup
1929 improvements.
1930
1931 * elisp.texi (Top):
1932 * text.texi (Text): Fix menu order.
1933
1934 2012-07-06 Richard Stallman <rms@gnu.org>
1935
1936 * intro.texi (Evaluation Notation, A Sample Function Description)
1937 (A Sample Variable Description): Improve/undo previous changes.
1938
1939 2012-07-05 Glenn Morris <rgm@gnu.org>
1940
1941 * intro.texi (A Sample Function Description): Fix cross-refs.
1942
1943 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
1944
1945 * intro.texi (Evaluation Notation, A Sample Function Description)
1946 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
1947
1948 2012-06-27 Chong Yidong <cyd@gnu.org>
1949
1950 * processes.texi (Asynchronous Processes, Input to Processes):
1951 * internals.texi (Process Internals): Don't capitalize "pty".
1952
1953 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1954
1955 * processes.texi (Asynchronous Processes): Make the pty vs pipe
1956 discussion more prominent.
1957
1958 2012-06-23 Eli Zaretskii <eliz@gnu.org>
1959
1960 * commands.texi (Misc Events): Document the language-change event.
1961
1962 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1963
1964 Support higher-resolution time stamps (Bug#9000).
1965 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
1966 * processes.texi (System Processes):
1967 Time stamp resolution is now picosecond, not microsecond.
1968
1969 2012-06-21 Glenn Morris <rgm@gnu.org>
1970
1971 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1972
1973 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1974
1975 * functions.texi (Defining Functions):
1976 * macros.texi (Defining Macros): Un-define the return value of `defun',
1977 `defmacro' and `defalias'.
1978
1979 2012-06-17 Chong Yidong <cyd@gnu.org>
1980
1981 * elisp.texi: Remove urlcolor setting.
1982
1983 2012-06-17 Glenn Morris <rgm@gnu.org>
1984
1985 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
1986 Overlining no longer behaves exactly like underlining.
1987
1988 2012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
1989
1990 * display.texi (Face Attributes):
1991 Document wave-style underline face attribute.
1992
1993 2012-06-11 Chong Yidong <cyd@gnu.org>
1994
1995 * display.texi (ImageMagick Images): ImageMagick now supports the
1996 :background property.
1997
1998 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
1999
2000 * internals.texi (Garbage Collection): Typo fix.
2001
2002 2012-06-09 Chong Yidong <cyd@gnu.org>
2003
2004 * text.texi (Special Properties): Clarify the meaning of a list of
2005 faces in the `face' property.
2006
2007 * display.texi (Face Remapping): Minor clarification.
2008
2009 2012-06-08 Chong Yidong <cyd@gnu.org>
2010
2011 * display.texi (Face Attributes): Font family does not accept
2012 wildcards. De-document obsolete :bold and :italic attributes.
2013 (Defining Faces): Use new-style face spec format.
2014
2015 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
2016
2017 * internals.texi (Garbage Collection): Document new
2018 vector management code and vectorlike_header structure.
2019
2020 2012-06-03 Chong Yidong <cyd@gnu.org>
2021
2022 * modes.texi (Mode Line Data): Use "mode line construct"
2023 terminology for consistency.
2024
2025 2012-05-27 Glenn Morris <rgm@gnu.org>
2026
2027 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2028 * buffers.texi, commands.texi, compile.texi, control.texi:
2029 * customize.texi, debugging.texi, display.texi, doclicense.texi:
2030 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2031 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2032 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2033 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2034 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2035 * objects.texi, os.texi, package.texi, positions.texi:
2036 * processes.texi, searching.texi, sequences.texi, streams.texi:
2037 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2038 * variables.texi, windows.texi: Nuke hand-written node pointers.
2039
2040 2012-05-27 Chong Yidong <cyd@gnu.org>
2041
2042 * functions.texi (Obsolete Functions):
2043 Fix doc for set-advertised-calling-convention.
2044
2045 * modes.texi (Mode Help): Fix describe-mode.
2046
2047 * display.texi (Face Functions): Fix define-obsolete-face-alias.
2048
2049 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2050
2051 2012-05-27 Martin Rudalics <rudalics@gmx.at>
2052
2053 * commands.texi (Recursive Editing): recursive-edit is a command.
2054
2055 * compile.texi (Docs and Compilation):
2056 byte-compile-dynamic-docstrings is an option.
2057
2058 * debugging.texi (Invoking the Debugger): debug is a command.
2059
2060 * display.texi (Progress): progress-reporter-update and
2061 progress-reporter-force-update have VALUE argument optional.
2062 (Animated Images): Use non-@code{nil} instead of non-nil.
2063
2064 * files.texi (Format Conversion Round-Trip):
2065 Use non-@code{nil} instead of non-nil.
2066
2067 * frames.texi (Creating Frames): make-frame is a command.
2068 (Input Focus): select-frame is a command.
2069 (Pointer Shape): void-text-area-pointer is an option.
2070
2071 * help.texi (Describing Characters): read-kbd-macro is a command.
2072 (Help Functions): describe-prefix-bindings is a command.
2073
2074 * markers.texi (Creating Markers): Both arguments of copy-marker
2075 are optional.
2076
2077 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2078
2079 * modes.texi (Mode Line Variables): mode-line-remote and
2080 mode-line-client are not options.
2081 (Imenu): imenu-add-to-menubar is a command.
2082 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
2083
2084 * os.texi (Sound Output): play-sound-file is a command.
2085
2086 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
2087
2088 * processes.texi (Signals to Processes):
2089 Use @key{RET} instead of @code{RET}.
2090 (Signals to Processes): signal-process is a command.
2091
2092 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
2093 (Base 64): base64-encode-string is not a command while
2094 base64-decode-region is.
2095
2096 * windows.texi (Switching Buffers): pop-to-buffer is a command.
2097
2098 2012-05-12 Glenn Morris <rgm@gnu.org>
2099
2100 * Makefile.in (MKDIR_P): New, set by configure.
2101 (mkinfodir): Use $MKDIR_P.
2102
2103 2012-05-10 Glenn Morris <rgm@gnu.org>
2104
2105 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2106 with "coding: raw-text".
2107 Concept of multibyte sessions no longer exists.
2108
2109 * files.texi (File Locks): Mention create-lockfiles option.
2110
2111 2012-05-09 Glenn Morris <rgm@gnu.org>
2112
2113 * vol1.texi, vol2.texi: Remove files.
2114 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2115 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2116
2117 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
2118
2119 * two-volume.make (emacsdir): New.
2120 (tex): Add directory with emacsver.texi to TEXINPUTS.
2121
2122 * minibuf.texi (Minibuffer History, Basic Completion):
2123 Tweak page breaks.
2124
2125 * internals.texi (Garbage Collection, Memory Usage)
2126 (Writing Emacs Primitives): Tweak page breaks.
2127
2128 * streams.texi (Output Variables): Improve page break.
2129
2130 * edebug.texi (Edebug Display Update): Improve page break.
2131
2132 * compile.texi (Disassembly): Condense the examples.
2133
2134 * eval.texi, functions.texi, loading.texi, macros.texi:
2135 Where possible, use example rather than smallexample.
2136
2137 * symbols.texi: Where possible, use example rather than smallexample.
2138 (Symbol Components): Fix typo.
2139 (Other Plists): Tweak page break.
2140
2141 * sequences.texi (Arrays): Tweak page breaks.
2142
2143 * customize.texi: Where possible, use example rather than smallexample.
2144 (Common Keywords, Variable Definitions, Applying Customizations)
2145 (Custom Themes): Tweak page breaks.
2146
2147 * control.texi: Where possible, use example rather than smallexample.
2148 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2149 Tweak page breaks.
2150
2151 2012-05-08 Glenn Morris <rgm@gnu.org>
2152
2153 * two.el: Remove; unused since creation of two-volume.make.
2154
2155 * vol1.texi, vol2.texi: No need to keep menus in these files.
2156
2157 2012-05-05 Glenn Morris <rgm@gnu.org>
2158
2159 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2160
2161 * intro.texi (Caveats): Copyedit.
2162 (Lisp History): Convert inforef to xref.
2163 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2164
2165 * text.texi (Auto Filling): Don't mention Emacs 19.
2166
2167 * commands.texi (Event Input Misc): Don't mention unread-command-char.
2168 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2169
2170 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2171
2172 * lists.texi (List-related Predicates, List Variables):
2173 Tweak page-breaks.
2174 (Sets And Lists): Convert inforef to xref.
2175
2176 2012-05-04 Glenn Morris <rgm@gnu.org>
2177
2178 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2179 (info, infoclean): Use $INFO_EXT.
2180 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2181 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2182 (info, maintainer-clean): Use $INFO_EXT.
2183 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2184
2185 2012-05-04 Chong Yidong <cyd@gnu.org>
2186
2187 * os.texi (Timers): Use defopt for timer-max-repeats.
2188
2189 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
2190
2191 * os.texi (Time of Day): Do not limit current-time-string
2192 to years 1000..9999.
2193
2194 2012-05-02 Chong Yidong <cyd@gnu.org>
2195
2196 * display.texi (Font Lookup):
2197 * frames.texi (Pointer Shape):
2198 * processes.texi (Subprocess Creation): Use defopt for options.
2199
2200 2012-05-02 Glenn Morris <rgm@gnu.org>
2201
2202 * elisp.texi (@copying):
2203 * intro.texi (Introduction): Only print VERSION in the TeX version.
2204
2205 2012-05-02 Chong Yidong <cyd@gnu.org>
2206
2207 * text.texi (Change Hooks): Minor fix for after-change-functions.
2208
2209 2012-05-02 Glenn Morris <rgm@gnu.org>
2210
2211 * package.texi (Packaging Basics):
2212 * loading.texi (Autoload):
2213 * files.texi (Magic File Names):
2214 Reword to remove/reduce some overly long/short lines.
2215
2216 2012-04-27 Glenn Morris <rgm@gnu.org>
2217
2218 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
2219 * modes.texi (Major Modes, Auto-Indentation):
2220 * buffers.texi (Buffers): Some fixes for menu descriptions.
2221
2222 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2223 * functions.texi (Simple Lambda, Argument List):
2224 * eval.texi (Function Indirection): Avoid deprecated form.
2225
2226 2012-04-27 Glenn Morris <rgm@gnu.org>
2227
2228 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
2229 Add "et al." to authors.
2230
2231 * buffers.texi, commands.texi, compile.texi, control.texi:
2232 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
2233 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
2234 * modes.texi, numbers.texi, objects.texi, streams.texi:
2235 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
2236 Use Texinfo recommended convention for quotes+punctuation.
2237
2238 2012-04-27 Chong Yidong <cyd@gnu.org>
2239
2240 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
2241 to where-is-internal (Bug#10872).
2242
2243 2012-04-27 Glenn Morris <rgm@gnu.org>
2244
2245 * macros.texi (Indenting Macros): Fix typo.
2246
2247 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
2248 (Resizing Windows, Deleting Windows, Selecting Windows)
2249 (Choosing Window Options, Horizontal Scrolling)
2250 (Cyclic Window Ordering, Window History, Dedicated Windows)
2251 (Quitting Windows, Window Configurations, Textual Scrolling)
2252 (Coordinates and Windows, Window Configurations)
2253 (Window Parameters, Window Hooks): Copyedits.
2254 (Splitting Windows, Deleting Windows):
2255 Fix ignore-window-parameters logic.
2256 (Selecting Windows, Choosing Window Options): Markup fixes.
2257 (Window Start and End): Remove pointless example.
2258 Remove cross-reference to deleted count-lines content.
2259 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
2260 and recenter-positions. Remove recenter example.
2261
2262 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
2263
2264 * minibuf.texi (Intro to Minibuffers):
2265 Tweak discussion of resizing minibuffer window.
2266
2267 2012-04-26 Glenn Morris <rgm@gnu.org>
2268
2269 * elisp-covers.texi, front-cover-1.texi: Remove files.
2270
2271 * tindex.pl: Remove file.
2272
2273 * makefile.w32-in (srcs):
2274 * Makefile.in (srcs): Remove back.texi (which is unused).
2275
2276 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
2277
2278 * os.texi (Notifications): Extend possible notification hints.
2279 Add notifications-get-capabilities.
2280
2281 2012-04-20 Chong Yidong <cyd@gnu.org>
2282
2283 * processes.texi (Asynchronous Processes): Mention nil argument to
2284 start-process.
2285
2286 2012-04-20 Glenn Morris <rgm@gnu.org>
2287
2288 * minibuf.texi (Basic Completion): No need to describe obarrays here.
2289 Don't mention obsolete `nospace' argument of all-completions.
2290 (Minibuffer Completion, Completion Commands, Reading File Names)
2291 (Completion Variables): Copyedits.
2292 (Completion Commands): Mention parent keymaps.
2293 Remove obsolete minibuffer-local-filename-must-match-map.
2294 (High-Level Completion): Remove read-variable's almost
2295 word-for-word duplication of read-command.
2296 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
2297 Update "High-Level Completion" description.
2298
2299 * minibuf.texi (Minibuffers):
2300 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
2301
2302 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
2303 Use Texinfo-recommended form of quote+punctuation.
2304 (Intro to Minibuffers): First minibuffer is #1, not #0.
2305 Mention minibuffer-inactive-mode.
2306 (Text from Minibuffer): Copyedits.
2307 (Minibuffer History, Programmed Completion): Fix @var usage.
2308 (Object from Minibuffer): Remove overly pedantic para.
2309 (Minibuffer History): Copyedits. Add face-name-history.
2310 (Initial Input, Yes-or-No Queries, Multiple Queries)
2311 (Minibuffer Windows, Minibuffer Misc): Copyedits.
2312 (Yes-or-No Queries): Tweak example.
2313 (Minibuffer Commands): Add next-complete-history-element.
2314 (Minibuffer Misc): Mention minibuffer-message-timeout, and
2315 minibuffer-inactive-mode.
2316
2317 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
2318 (Bindat Functions): Copyedits.
2319
2320 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
2321
2322 * files.texi (Saving Buffers): Document `visit and `visit-save'
2323 values of require-final-newline.
2324
2325 2012-04-20 Glenn Morris <rgm@gnu.org>
2326
2327 * processes.texi (Output from Processes, Filter Functions):
2328 Mention waiting-for-user-input-p.
2329 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
2330 (Network Servers, Datagrams, Network Processes, Network Options)
2331 (Network Feature Testing, Serial Ports): Copyedits.
2332 (Network): Add encrypted network overview paragraph.
2333 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
2334
2335 2012-04-20 Chong Yidong <cyd@gnu.org>
2336
2337 * help.texi (Keys in Documentation): Mention :advertised-binding.
2338
2339 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2340 description to help.texi.
2341
2342 2012-04-20 Glenn Morris <rgm@gnu.org>
2343
2344 * processes.texi (Process Information, Input to Processes)
2345 (Signals to Processes, Output from Processes, Process Buffers)
2346 (Filter Functions, Decoding Output): Copyedits.
2347 (Accepting Output): Discourage use of `millisec' argument.
2348
2349 2012-04-15 Glenn Morris <rgm@gnu.org>
2350
2351 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
2352 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2353 Copyedits.
2354 (Subprocess Creation): Discourage modifying exec-path directly.
2355 (Synchronous Processes, Asynchronous Processes):
2356 Update some example output.
2357 (Process Information): Fix typo.
2358 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2359
2360 2012-04-15 Glenn Morris <rgm@gnu.org>
2361
2362 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
2363 open-network-stream does exist in Emacs 23, but is simpler.
2364
2365 2012-04-15 Chong Yidong <cyd@gnu.org>
2366
2367 * customize.texi (Custom Themes): Also document load-theme etc.
2368
2369 2012-04-14 Chong Yidong <cyd@gnu.org>
2370
2371 * customize.texi (Applying Customizations, Custom Themes): New nodes.
2372
2373 * display.texi (Defining Faces): Reference custom-set-faces.
2374
2375 * modes.texi (Defining Minor Modes, Defining Minor Modes):
2376 * os.texi (Startup Summary): Copyedits.
2377
2378 2012-04-14 Glenn Morris <rgm@gnu.org>
2379
2380 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2381
2382 * strings.texi (Case Tables):
2383 * objects.texi (General Escape Syntax):
2384 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2385
2386 * buffers.texi, compile.texi, customize.texi, debugging.texi:
2387 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2388 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2389 * text.texi: Use @file for buffers, per the Texinfo manual.
2390
2391 * compile.texi (Compiler Errors): Add missing space in buffer name.
2392
2393 2012-04-14 Chong Yidong <cyd@gnu.org>
2394
2395 * processes.texi (Query Before Exit): Remove obsolete function
2396 process-kill-without-query (Bug#11190).
2397
2398 2012-04-14 Glenn Morris <rgm@gnu.org>
2399
2400 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2401 Use @env for environment variables.
2402
2403 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2404
2405 2012-04-12 Jari Aalto <jari.aalto@cante.net>
2406
2407 * processes.texi (Synchronous Processes):
2408 Mention `default-directory' (bug#7515).
2409
2410 2012-04-09 Chong Yidong <cyd@gnu.org>
2411
2412 * customize.texi (Variable Definitions): Remove user-variable-p.
2413
2414 * commands.texi (Interactive Codes):
2415 * help.texi (Accessing Documentation):
2416 * minibuf.texi (High-Level Completion): Callers changed.
2417
2418 2012-04-06 Chong Yidong <cyd@gnu.org>
2419
2420 * minibuf.texi (Programmed Completion): Document metadata method.
2421 (Completion Variables): Document completion-category-overrides.
2422
2423 2012-04-05 Chong Yidong <cyd@gnu.org>
2424
2425 * anti.texi (Antinews): Rewrite for Emacs 23.
2426
2427 2012-04-04 Chong Yidong <cyd@gnu.org>
2428
2429 * minibuf.texi (Programmed Completion): Remove obsolete variable
2430 completion-annotate-function.
2431 (Completion Variables): Rename from Completion Styles.
2432 Document completion-extra-properties. Document completion-styles-alist
2433 change.
2434 (Reading File Names): minibuffer-local-filename-must-match-map is
2435 not used anymore.
2436 (Minibuffer Completion): Document completing-read-function.
2437 (Completion in Buffers): completion-at-point-functions can return
2438 properties recognized in completion-extra-properties.
2439
2440 * display.texi (Delayed Warnings): New node.
2441
2442 * os.texi (Notifications): Copyedits.
2443
2444 2012-04-04 Glenn Morris <rgm@gnu.org>
2445
2446 * os.texi (Notifications): Copyedits.
2447
2448 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
2449
2450 * os.texi (Terminal-Specific): Fix typo.
2451 (Notifications): New section.
2452
2453 * elisp.texi (Top):
2454 * vol1.texi (Top):
2455 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2456 menu entries.
2457
2458 2012-04-01 Chong Yidong <cyd@gnu.org>
2459
2460 * files.texi (Kinds of Files): file-subdir-of-p renamed to
2461 file-in-directory-p.
2462
2463 2012-03-31 Glenn Morris <rgm@gnu.org>
2464
2465 * edebug.texi (Instrumenting Macro Calls):
2466 Mention defining macros at instrumentation time.
2467 (Edebug Options): Mention edebug-unwrap-results.
2468
2469 2012-03-31 Eli Zaretskii <eliz@gnu.org>
2470
2471 * text.texi (Special Properties): Clarify the description of the
2472 effect of integer values of the 'cursor' property on cursor
2473 position. See the discussions in bug#11068 for more details and
2474 context.
2475
2476 2012-03-31 Glenn Morris <rgm@gnu.org>
2477
2478 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2479 Copyedits.
2480
2481 2012-03-30 Chong Yidong <cyd@gnu.org>
2482
2483 * display.texi (Image Formats): Add imagemagick type.
2484 (Image Descriptors): Mention how they are used.
2485 (ImageMagick Images): Clarify role of imagemagick-register-types.
2486 (Character Display): Don't mention glyph tables.
2487 (Display Tables): Use make-glyph-code in example.
2488 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
2489 tables are semi-obsolete. De-document create-glyph.
2490 (Glyphless Chars): Note that display tables override this.
2491 (Bidirectional Display): Copyedits. Introduce "bidirectional
2492 reordering" terminology, and use it.
2493
2494 2012-03-30 Glenn Morris <rgm@gnu.org>
2495
2496 * edebug.texi (Jumping): Give name of `i' binding.
2497
2498 2012-03-28 Glenn Morris <rgm@gnu.org>
2499
2500 * searching.texi (Regular Expressions, Regexp Special)
2501 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
2502 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
2503 (Regexp Special): Mention collation.
2504 Clarify char classes with an example.
2505 (Regexp Functions): Mention regexp-opt is not guaranteed.
2506 Mention regexp-opt-charset.
2507 (Regexp Search): Recommend against looking-back.
2508 (Search and Replace): Use Texinfo recommended quote convention.
2509 Add more query-replace-map items. List multi-query-replace-map items.
2510
2511 2012-03-27 Martin Rudalics <rudalics@gmx.at>
2512
2513 * windows.texi (Window History): Describe new option
2514 switch-to-visible-buffer.
2515
2516 2012-03-27 Glenn Morris <rgm@gnu.org>
2517
2518 * searching.texi (String Search): Add xref to Emacs manual.
2519 Copyedits. Mention the function word-search-regexp.
2520 (Searching and Case): Add xref to Emacs manual. Copyedits.
2521
2522 * processes.texi (Network Servers): Standardize apostrophe usage.
2523
2524 * os.texi (System Environment): Copyedits. Remove some examples
2525 that do not seem useful. Mention setenv third arg.
2526 tty-erase-char does not seem to be nil under a window-system.
2527 (User Identification): Copyedits.
2528 Remove some examples that do not seem useful.
2529
2530 2012-03-26 Glenn Morris <rgm@gnu.org>
2531
2532 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
2533 (Init File): Copyedits.
2534 (Command-Line Arguments): Copyedits. Do not mention argv alias.
2535 (Killing Emacs): Copyedits.
2536 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
2537 Shorten the example, use more standard shell prompts.
2538
2539 2012-03-25 Chong Yidong <cyd@gnu.org>
2540
2541 * display.texi (Fringes): Note that fringes are shown on graphical
2542 displays only.
2543 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2544 (Replacing Specs): Clarify example.
2545 (Manipulating Buttons): Note that button-at can return a marker.
2546 (Buttons): Minor rewrite.
2547 (Character Display): New node. Consolidate all character display
2548 related nodes into its subsections.
2549 (Usual Display): Character 127 is also affected by ctl-arrow.
2550 (Display Tables): Improve example.
2551
2552 2012-03-22 Glenn Morris <rgm@gnu.org>
2553
2554 * strings.texi (Text Comparison): Mention string-prefix-p.
2555
2556 2012-03-21 Chong Yidong <cyd@gnu.org>
2557
2558 * display.texi (The Echo Area): Add xref to Output Streams.
2559 (Displaying Messages): Improve doc of message.
2560 (Echo Area Customization, Invisible Text): Copyedits.
2561 (Invisible Text): Mention that spec comparison is done with eq.
2562 (Width): Improve doc of char-width.
2563 (Faces): Recommend using symbol instead of string for face name.
2564 Minor clarifications.
2565 (Defining Faces): Copyedits. Update face example.
2566 (Attribute Functions): Mark set-face-foreground etc as commands.
2567 (Face Remapping): Mention text-scale-adjust.
2568 Clarify face-remapping-alist and related docs.
2569 (Face Functions): Don't document make-face or copy-face.
2570
2571 2012-03-20 Chong Yidong <cyd@gnu.org>
2572
2573 * display.texi (Forcing Redisplay): Various rewrites to reflect
2574 new value of redisplay-dont-pause.
2575 (Truncation): Copyedits.
2576
2577 2012-03-20 Glenn Morris <rgm@gnu.org>
2578
2579 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2580 Add summary table of some relevant command-line options.
2581
2582 2012-03-18 Chong Yidong <cyd@gnu.org>
2583
2584 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2585 (Writing Emacs Primitives): Re-organize discussion of functions
2586 with variable Lisp arguments are handled. Delete an obsolete
2587 remark, previously tagged as FIXME.
2588
2589 * os.texi (Idle Timers): Minor clarification.
2590 (Idle Timers): Link to Time of Day for description of time list.
2591
2592 2012-03-18 Glenn Morris <rgm@gnu.org>
2593
2594 * os.texi (System Interface): Flow control was removed.
2595 (Startup Summary): General update.
2596 (Init File): Don't mention compiling it.
2597
2598 2012-03-17 Chong Yidong <cyd@gnu.org>
2599
2600 * os.texi (Startup Summary): Mention package loading.
2601 (Init File): Don't refer to .emacs in section title. Copyedits.
2602 (Terminal-Specific): Give a realistic example.
2603 (Command-Line Arguments): Reference Entering Emacs instead of
2604 repeating the spiel about not restarting Emacs.
2605 (Time of Day): Discuss time representation at beginning of node.
2606 (Sound Output): Copyedits.
2607
2608 * package.texi (Packaging Basics): Document package-initialize.
2609
2610 2012-03-17 Eli Zaretskii <eliz@gnu.org>
2611
2612 * frames.texi (Initial Parameters): Add an index entry for
2613 minibuffer-only frame.
2614
2615 2012-03-16 Glenn Morris <rgm@gnu.org>
2616
2617 * modes.texi (Major Mode Conventions): Mention the strange
2618 relationship between View mode and special modes. (Bug#10650)
2619
2620 2012-03-11 Chong Yidong <cyd@gnu.org>
2621
2622 * windows.texi (Window Configurations): save-window-excursion is
2623 now a macro.
2624
2625 * display.texi (Temporary Displays): with-output-to-temp-buffer is
2626 now a macro.
2627
2628 * text.texi (Fields): Minor copyedit.
2629
2630 2012-03-10 Eli Zaretskii <eliz@gnu.org>
2631
2632 * strings.texi (String Basics):
2633 * sequences.texi (Sequence Functions): Mention that `length' is
2634 not appropriate for computing the string width on display; add a
2635 cross-reference to the description of `string-width'. (Bug#10978)
2636
2637 * eval.texi (Autoloading): Minor change of wording.
2638
2639 2012-03-10 Chong Yidong <cyd@gnu.org>
2640
2641 * loading.texi (Autoload): Explicitly state which forms are
2642 processed specially (Bug#7783).
2643
2644 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
2645 non-default situation. Describe one-submenu exception (Bug#7695).
2646
2647 * nonascii.texi (Character Properties): Copyedits.
2648
2649 2012-03-08 Chong Yidong <cyd@gnu.org>
2650
2651 * text.texi (Mode-Specific Indent): Document new behavior of
2652 indent-for-tab-command. Document tab-always-indent.
2653 (Special Properties): Copyedits.
2654 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
2655 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
2656 libxml-parse-html-region.
2657
2658 2012-03-07 Glenn Morris <rgm@gnu.org>
2659
2660 * markers.texi (The Region): Briefly mention use-empty-active-region
2661 and region-active-p.
2662 (Overview of Markers): Reword garbage collection, add cross-ref.
2663 (The Mark): Tiny clarification re command loop and activate-mark-hook.
2664
2665 2012-03-07 Chong Yidong <cyd@gnu.org>
2666
2667 * text.texi (Buffer Contents): Don't duplicate explanation of
2668 region arguments from Text node. Put doc of obsolete var
2669 buffer-substring-filters back, since it is referred to.
2670 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
2671 selection by default.
2672
2673 * markers.texi (The Mark): Fix typo.
2674 (The Region): Copyedits.
2675
2676 2012-03-07 Glenn Morris <rgm@gnu.org>
2677
2678 * markers.texi (Overview of Markers): Copyedits.
2679 (Creating Markers): Update approximate example buffer size.
2680 (The Mark): Don't mention uninteresting return values.
2681
2682 2012-03-05 Chong Yidong <cyd@gnu.org>
2683
2684 * positions.texi (Text Lines): Document count-words.
2685
2686 2012-03-04 Chong Yidong <cyd@gnu.org>
2687
2688 * frames.texi (Frames): Remove little-used "terminal frame" and
2689 "window frame" terminology.
2690 (Frame Parameters, Font and Color Parameters, Initial Parameters)
2691 (Size and Position, Visibility of Frames): Callers changed.
2692 (Frames): Clarify which terminals in framep are graphical.
2693 (Initial Parameters): --geometry is not the only option which adds
2694 to initial-frame-alist.
2695 (Position Parameters): Note that icon-left and icon-top are for
2696 old window managers only.
2697 (Size Parameters): Sizes are in characters even on graphical
2698 displays.
2699 (Management Parameters): Note that window-id and outer-window-id
2700 can't really be changed, and that auto-raise isn't always obeyed.
2701 (Cursor Parameters): Document cursor-type explicitly.
2702 (Size and Position): The aliases set-screen-height and
2703 set-screen-width have been deleted.
2704 (Visibility of Frames): Mention "minimization".
2705
2706 * os.texi (Startup Summary): Minor clarifications.
2707 (Startup Summary, Suspending Emacs): Standardize on "text
2708 terminal" terminology.
2709
2710 * windows.texi (Basic Windows, Coordinates and Windows)
2711 (Coordinates and Windows):
2712 * display.texi (Refresh Screen, Line Height, Face Attributes)
2713 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
2714
2715 2012-03-04 Glenn Morris <rgm@gnu.org>
2716
2717 * abbrevs.texi: Small copyedits throughout.
2718 (Abbrev Mode): Remove this section, folding it into the top-level.
2719 (Abbrev Tables): Don't mention irrelevant return values.
2720 (Abbrev Expansion): Add cross-ref for wrapper hooks.
2721 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
2722 (Abbrev Table Properties): Update nil :regexp description.
2723
2724 2012-03-03 Glenn Morris <rgm@gnu.org>
2725
2726 * internals.texi: Change @appendix section commands to @section.
2727 (Building Emacs): Say less about CANNOT_DUMP platforms.
2728 Replace deleted eval-at-startup with custom-initialize-delay.
2729 (Pure Storage): Small changes.
2730 (Memory Usage): Copyedit.
2731 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
2732 example definitions. Give examples of things with non-nil
2733 interactive args. Mention eval_sub. Remove old info about
2734 strings and GCPRO. Mention cus-start.el.
2735 (Buffer Internals, Window Internals, Process Internals):
2736 Misc small updates and fixes for fields.
2737
2738 * tips.texi: Copyedits.
2739 (Coding Conventions): Mention autoloads.
2740 Combine partially duplicated macro items. Fix xref.
2741 Refer to Library Headers for copyright notice.
2742 (Programming Tips): edit-options is long-obsolete.
2743 (Compilation Tips): Mention loading bytecomp for byte-compile props.
2744 (Warning Tips): Mention declare-function.
2745 (Documentation Tips): Remove old info.
2746 (Comment Tips): Mention comment-dwim, not indent-for-comment.
2747 (Library Headers): General update.
2748
2749 2012-03-02 Glenn Morris <rgm@gnu.org>
2750
2751 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
2752 and relocate entry. Mention buffer-stale-function.
2753
2754 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
2755
2756 * hooks.texi (Standard Hooks): General update.
2757 Put related hooks together. Add and remove items.
2758 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
2759 * modes.texi (Hooks): Tweak cross-ref description.
2760
2761 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
2762
2763 * files.texi (Kinds of Files): The return value of file-equal-p is
2764 unspecified, if FILE1 or FILE2 does not exist.
2765
2766 2012-03-01 Glenn Morris <rgm@gnu.org>
2767
2768 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
2769
2770 * maps.texi (Standard Keymaps): General update.
2771 Remove mode-specific maps, talk about the more general keymaps.
2772 * help.texi (Help Functions): Add vindex for Helper-help-map.
2773 * keymaps.texi (Active Keymaps): Minor rephrasing.
2774
2775 2012-02-29 Glenn Morris <rgm@gnu.org>
2776
2777 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
2778
2779 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2780
2781 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
2782 Update changed behavior of file-subdir-of-p.
2783
2784 2012-02-28 Glenn Morris <rgm@gnu.org>
2785
2786 * advice.texi, anti.texi, display.texi, elisp.texi:
2787 * processes.texi, variables.texi, vol1.texi, vol2.texi:
2788 Standardize possessive apostrophe usage.
2789
2790 * locals.texi: Remove file.
2791 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
2792 Remove menu entry.
2793 * errors.texi, maps.texi: Adjust node pointers.
2794 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
2795 * makefile.w32-in (srcs):
2796 * Makefile.in (srcs): Remove locals.texi.
2797
2798 * frames.texi (Mouse Position): Fix cross-ref.
2799
2800 2012-02-27 Chong Yidong <cyd@gnu.org>
2801
2802 * buffers.texi (Creating Buffers): Clarify that
2803 generate-new-buffer uses generate-new-buffer-names.
2804 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
2805
2806 * files.texi (Directory Names): Index entry for file name abbreviations.
2807 (Relative File Names, File Name Expansion): Refer to it.
2808 (Locating Files): Move locate-user-emacs-file documentation to
2809 Standard File Names.
2810 (Standard File Names): Add locate-user-emacs-file; update examples.
2811
2812 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
2813
2814 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
2815
2816 2012-02-26 Chong Yidong <cyd@gnu.org>
2817
2818 * files.texi (Kinds of Files): Improve documentation of
2819 files-equal-p and file-subdir-of-p.
2820
2821 2012-02-26 Glenn Morris <rgm@gnu.org>
2822
2823 * intro.texi (Acknowledgements): Small changes.
2824
2825 2012-02-25 Glenn Morris <rgm@gnu.org>
2826
2827 * errors.texi: Don't try to list _all_ the error symbols.
2828 Add circular-list, cl-assertion-failed, compression-error.
2829 * elisp.texi, vol1.texi, vol2.texi:
2830 * control.texi (Error Symbols): Tweak "Standard Errors" description.
2831
2832 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2833
2834 * files.texi (files-equal-p, file-subdir-of-p): New,
2835 add initial documentation.
2836
2837 2012-02-25 Chong Yidong <cyd@gnu.org>
2838
2839 * files.texi (File Attributes): Document file-selinux-context.
2840 (Changing Files): Link to it.
2841 (Changing Files): Document set-file-selinux-context.
2842
2843 * backups.texi (Making Backups): Return value of backup-buffer is
2844 changed. Mention default value of backup-directory-alist.
2845 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
2846 (Auto-Saving): New minor mode behavior for auto-save-mode.
2847 (Reverting): Add defvar for revert-buffer-in-progress-p.
2848
2849 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
2850
2851 2012-02-24 Glenn Morris <rgm@gnu.org>
2852
2853 * errors.texi (Standard Errors): Mention dbus-error.
2854 For arith-error sub-classes, just use one cross-ref.
2855
2856 2012-02-23 Alan Mackenzie <acm@muc.de>
2857
2858 * modes.texi (Defining Minor Modes): Document the new keyword
2859 :after-hook.
2860
2861 2012-02-21 Chong Yidong <cyd@gnu.org>
2862
2863 * files.texi (Files): Mention magic file names as arguments.
2864 (Reading from Files): Copyedits.
2865 (File Attributes): Mention how to change file modes.
2866 (Changing Files): Use standard "file permissions" terminology.
2867 Add xref to File Attributes node.
2868 (Locating Files): Document locate-user-emacs-file.
2869 (Unique File Names): Recommend against using make-temp-name.
2870
2871 2012-02-19 Chong Yidong <cyd@gnu.org>
2872
2873 * help.texi (Documentation, Documentation Basics, Help Functions):
2874 Minor clarifications.
2875 (Accessing Documentation): Clarify what documentation-property is
2876 for. Add xref to Keys in Documentation.
2877
2878 * tips.texi (Documentation Tips): Don't recommend using * in
2879 docstrings.
2880
2881 * macros.texi (Defining Macros):
2882 * modes.texi (Derived Modes): Say "documentation string" instead
2883 of docstring.
2884
2885 2012-02-18 Chong Yidong <cyd@gnu.org>
2886
2887 * modes.texi (Tabulated List Mode): New node.
2888 (Basic Major Modes): Add xref to it.
2889
2890 * processes.texi (Process Information): Mention Process Menu mode.
2891
2892 2012-02-17 Chong Yidong <cyd@gnu.org>
2893
2894 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
2895
2896 2012-02-17 Glenn Morris <rgm@gnu.org>
2897
2898 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
2899
2900 2012-02-16 Chong Yidong <cyd@gnu.org>
2901
2902 * syntax.texi (Syntax Tables, Syntax Descriptors)
2903 (Syntax Table Functions): Copyedits.
2904 (Syntax Basics): Don't repeat the material in the preceding node.
2905 (Syntax Class Table): Use a table.
2906 (Syntax Properties): Document syntax-propertize-function and
2907 syntax-propertize-extend-region-functions.
2908 (Motion via Parsing): Clarify scan-lists. Fix indentation.
2909 (Parser State): Update for the new "c" comment style.
2910 Fix description of item 7 (comment style).
2911
2912 * modes.texi (Minor Modes): Update how mode commands should treat
2913 arguments now.
2914 (Mode Line Basics): Clarify force-mode-line-update.
2915 (Mode Line Top): Note that the example is not realistic.
2916 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
2917 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
2918 "mode line construct" instead of "mode line specification".
2919 (Syntactic Font Lock): Remove mention of obsolete variable
2920 font-lock-syntactic-keywords.
2921 (Setting Syntax Properties): Node deleted.
2922 (Font Lock Mode): Note that Font Lock mode is a minor mode.
2923 (Font Lock Basics): Note that syntactic fontification falls back
2924 on `syntax-table'.
2925 (Search-based Fontification): Emphasize that font-lock-keywords
2926 should not be set directly.
2927 (Faces for Font Lock): Avoid some confusing terminology.
2928 (Syntactic Font Lock): Minor clarifications. Add xref to
2929 Syntactic Font Lock node.
2930
2931 2012-02-15 Chong Yidong <cyd@gnu.org>
2932
2933 * minibuf.texi (Basic Completion): Define "completion table".
2934 Move completion-in-region to Completion in Buffers node.
2935 (Completion Commands): Use "completion table" terminology.
2936 (Completion in Buffers): New node.
2937
2938 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
2939 (Setting Hooks): Update minor mode usage example.
2940 (Major Mode Conventions): Note that completion-at-point-functions
2941 should be altered locally. Add xref to Completion in Buffers.
2942 Remove duplicate tip about auto-mode-alist.
2943 (Minor Modes): Rewrite introduction.
2944 (Minor Mode Conventions): Copyedits. Don't recommend
2945 variable-only minor modes since few minor modes are like that.
2946
2947 2012-02-15 Glenn Morris <rgm@gnu.org>
2948
2949 * processes.texi (Network): Document open-network-stream :parameters.
2950
2951 2012-02-14 Chong Yidong <cyd@gnu.org>
2952
2953 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
2954 was removed on 2009-09-10. Update lisp-mode-map example.
2955 (Inheritance and Keymaps): Minor clarification.
2956 (Searching Keymaps): Remove out-of-place enumeration.
2957 (Key Lookup): Remove unnecessary example (one was already given in
2958 Format of Keymaps).
2959 (Changing Key Bindings): Update suppress-keymap example.
2960 (Menu Bar, Tool Bar): Copyedits.
2961 (Tool Bar): Update tool-bar-map example.
2962
2963 2012-02-12 Chong Yidong <cyd@gnu.org>
2964
2965 * debugging.texi (Debugger Commands): Continuing is now allowed
2966 for errors.
2967
2968 2012-02-11 Chong Yidong <cyd@gnu.org>
2969
2970 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
2971 Move the list of standard bitmaps there.
2972 (Fringe Cursors): Rewrite for clarity.
2973 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
2974
2975 * commands.texi (Command Overview): Mention read-key.
2976 (Using Interactive, Interactive Call): Minor clarifications.
2977 (Function Keys, Click Events): Avoid "input stream" terminology.
2978 (Click Events): Add xref to Window Sizes and Accessing Mouse.
2979 Clarify column and row components.
2980 (Accessing Mouse): Add xref to Click Events. Minor fixes.
2981 (Special Events): Copyedits.
2982
2983 * streams.texi (Input Streams): De-document get-file-char.
2984 (Output Variables): Don't refer to old backquote syntax.
2985
2986 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
2987 (Error Debugging): Note that debug-ignored-errors overrides list
2988 values of debug-on-error too. Add xref to Signaling Errors.
2989 Note that debug-on-signal is not customizable.
2990 Mention condition-case-unless-debug.
2991 (Compilation Errors): Node deleted.
2992
2993 * compile.texi (Compiler Errors): Move a paragraph here from
2994 deleted node Compilation Errors.
2995
2996 2012-02-10 Leo Liu <sdl.web@gmail.com>
2997
2998 * control.texi (Handling Errors): Change condition-case-no-debug
2999 to condition-case-unless-debug.
3000
3001 2012-02-10 Chong Yidong <cyd@gnu.org>
3002
3003 * advice.texi (Defining Advice): Clarify ad-unadvise.
3004 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3005 is not abnormal.
3006 (Advising Primitives): Node deleted; ad-define-subr-args has been
3007 removed.
3008
3009 * compile.texi (Speed of Byte-Code): Use float-time in example.
3010 (Compilation Functions): Note that the log uses Compilation mode.
3011 Don't discuss the contents of byte-code function object here.
3012 (Compilation Functions): De-document internal function byte-code.
3013 (Docs and Compilation): Minor clarifications.
3014
3015 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3016 Objects.
3017
3018 2012-02-10 Glenn Morris <rgm@gnu.org>
3019
3020 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3021 Mention secure-hash.
3022 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3023
3024 2012-02-10 Chong Yidong <cyd@gnu.org>
3025
3026 * loading.texi (Loading): Don't emphasize "library" terminology.
3027 (Library Search): load-path is not a user option. Mention role of
3028 -L option and packages. Improve examples.
3029 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3030 obsolete.
3031 (Autoload): Minor clarifications.
3032
3033 2012-02-10 Glenn Morris <rgm@gnu.org>
3034
3035 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3036
3037 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3038
3039 2012-02-08 Glenn Morris <rgm@gnu.org>
3040
3041 * loading.texi (Named Features): Update the require example.
3042
3043 2012-02-07 Glenn Morris <rgm@gnu.org>
3044
3045 * modes.texi (Defining Minor Modes):
3046 Expand on args of defined minor modes.
3047
3048 2012-02-07 Chong Yidong <cyd@gnu.org>
3049
3050 * variables.texi (Creating Buffer-Local): Minor clarification
3051 to buffer-local-variables doc (Bug#10715).
3052
3053 2012-02-07 Glenn Morris <rgm@gnu.org>
3054
3055 * display.texi (ImageMagick Images): General update.
3056 Move most details of imagemagick-render-type to the variable's doc.
3057
3058 2012-02-06 Glenn Morris <rgm@gnu.org>
3059
3060 * keymaps.texi (Tool Bar): Mention separators.
3061 (Inheritance and Keymaps):
3062 Mention make-composed-keymap and multiple inheritance.
3063
3064 * modes.texi (Running Hooks): Mention run-hook-wrapped.
3065
3066 * control.texi (Handling Errors):
3067 Mention condition-case-no-debug and with-demoted-errors.
3068
3069 2012-02-05 Chong Yidong <cyd@gnu.org>
3070
3071 * customize.texi (Common Keywords): Minor clarifications.
3072 Document custom-unlispify-remove-prefixes.
3073 (Variable Definitions): Backquotes in defcustom seem to work fine
3074 now. Various other copyedits.
3075 (Simple Types): Copyedits. Document color selector.
3076 (Composite Types): Copyedits.
3077 (Splicing into Lists): Clarifications.
3078
3079 * eval.texi (Backquote): Move from macros.texi.
3080
3081 * macros.texi (Expansion): Minor clarification.
3082 (Backquote): Move node to eval.texi.
3083 (Defining Macros): Move an example from Backquote node.
3084 (Argument Evaluation): No need to mention Pascal.
3085 (Indenting Macros): Add xref to Defining Macros.
3086
3087 2012-02-05 Glenn Morris <rgm@gnu.org>
3088
3089 * debugging.texi (Error Debugging): Mention debug-on-event default.
3090
3091 2012-02-04 Glenn Morris <rgm@gnu.org>
3092
3093 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3094
3095 * debugging.texi (Error Debugging): Mention debug-on-event.
3096 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3097
3098 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3099
3100 * text.texi (Buffer Contents):
3101 Update filter-buffer-substring description.
3102
3103 2012-02-04 Chong Yidong <cyd@gnu.org>
3104
3105 * functions.texi (What Is a Function): Add closures.
3106 Mention "return value" terminology. Add xref for command-execute.
3107 Remove unused "keystroke command" terminology.
3108 (Lambda Expressions): Give a different example than in the
3109 following subsection. Add xref to Anonymous Functions.
3110 (Function Documentation): Remove gratuitous markup.
3111 (Function Names): Move introductory text to `What Is a Function'.
3112 (Defining Functions): Fix defun argument spec.
3113 (Anonymous Functions): Document lambda macro explicitly.
3114 Mention effects on lexical binding.
3115 (Function Cells): Downplay direct usage of fset.
3116 (Closures): New node.
3117 (Inline Functions): Remove "open-code" terminology.
3118 (Declaring Functions): Minor tweak; .m is not C code.
3119
3120 * variables.texi (Variables): Don't refer to "global value".
3121 (Local Variables, Void Variables): Copyedits.
3122 (Lexical Binding): Minor clarification of example.
3123 (File Local Variables): Mention :safe and :risky defcustom args.
3124 (Lexical Binding): Add xref to Closures node.
3125
3126 2012-02-04 Glenn Morris <rgm@gnu.org>
3127
3128 * minibuf.texi (High-Level Completion): Updates for read-color.
3129
3130 2012-02-03 Glenn Morris <rgm@gnu.org>
3131
3132 * display.texi (GIF Images): Mention animation.
3133 Remove commented-out old example of animation.
3134 (Animated Images): New subsection.
3135 * elisp.texi (Top):
3136 * vol1.texi (Top):
3137 * vol2.texi (Top): Add Animated Images menu entry.
3138
3139 * display.texi (Image Formats): Remove oddly specific information
3140 on versions of image libraries.
3141 (GIF Images, TIFF Images): Minor rephrasing.
3142
3143 2012-02-02 Glenn Morris <rgm@gnu.org>
3144
3145 * processes.texi (Synchronous Processes):
3146 Mention call-process's :file gets overwritten.
3147
3148 * commands.texi (Reading One Event):
3149 * help.texi (Help Functions): Document read-char-choice.
3150
3151 * hooks.texi (Standard Hooks):
3152 * modes.texi (Keymaps and Minor Modes):
3153 * text.texi (Commands for Insertion): Document post-self-insert-hook.
3154
3155 * hooks.texi (Standard Hooks): Add prog-mode-hook.
3156
3157 * hooks.texi (Standard Hooks):
3158 * modes.texi (Major Mode Conventions, Mode Hooks):
3159 Document change-major-mode-after-body-hook.
3160
3161 2012-02-01 Glenn Morris <rgm@gnu.org>
3162
3163 * modes.texi (Defining Minor Modes):
3164 Mention disabling global minor modes on a per-major-mode basis.
3165
3166 2012-01-31 Chong Yidong <cyd@gnu.org>
3167
3168 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3169 (Parser State): Remove unnecessary statement (Bug#10661).
3170
3171 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3172
3173 2012-01-31 Glenn Morris <rgm@gnu.org>
3174
3175 * modes.texi (Defining Minor Modes):
3176 Document define-minor-mode's new :variable keyword.
3177
3178 2012-01-29 Chong Yidong <cyd@gnu.org>
3179
3180 * syntax.texi (Syntax Class Table): Tweak description of newline
3181 char syntax (Bug#9619).
3182
3183 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3184 description (Bug#10189).
3185
3186 2012-01-29 Glenn Morris <rgm@gnu.org>
3187
3188 * files.texi (Changing Files): Document SELinux support.
3189
3190 * windows.texi (Window Sizes): Fix typo.
3191
3192 2012-01-28 Chong Yidong <cyd@gnu.org>
3193
3194 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
3195 doc (Bug#8568).
3196
3197 * frames.texi (Input Focus): Add NORECORD arg to
3198 select-frame-set-input-focus. Clarify its role in select-frame.
3199
3200 * text.texi (Transposition): We don't use transpose-region as an
3201 internal subroutine (Bug#3249).
3202
3203 * modes.texi (Example Major Modes): Update Lisp example code to
3204 current sources. Delete the old non-derived-major-mode example,
3205 which has diverged badly from current sources.
3206
3207 2012-01-27 Glenn Morris <rgm@gnu.org>
3208
3209 * makefile.w32-in (texinputdir): Fix (presumed) typo.
3210 (VERSION, manual): Remove, unused.
3211
3212 2012-01-27 Chong Yidong <cyd@gnu.org>
3213
3214 * commands.texi (Command Overview): Minor clarification (Bug#10384).
3215
3216 2012-01-26 Chong Yidong <cyd@gnu.org>
3217
3218 * searching.texi (String Search): Document negative repeat count
3219 (Bug#10507).
3220
3221 2012-01-26 Glenn Morris <rgm@gnu.org>
3222
3223 * variables.texi (Using Lexical Binding):
3224 Mention that lexical-binding should be set in the first line.
3225
3226 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3227
3228 * macros.texi (Defining Macros): Don't claim that `declare' only
3229 affects Edebug and indentation.
3230
3231 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3232
3233 * macros.texi (Defining Macros): Slight `declare' fixup.
3234
3235 2012-01-25 Glenn Morris <rgm@gnu.org>
3236
3237 * makefile.w32-in (texinputdir):
3238 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
3239
3240 2012-01-24 Chong Yidong <cyd@gnu.org>
3241
3242 * variables.texi (Variables, Local Variables, Void Variables):
3243 Edit to make the descriptions less specific to dynamic binding.
3244 (Local Variables): Default max-specpdl-size is now 1300.
3245 (Defining Variables): Edits for lexical scoping.
3246 Delete information about starting docstrings with *. De-document
3247 user-variable-p.
3248 (Tips for Defining): Remove an unimportant discussion of quitting
3249 in the middle of a load.
3250 (Accessing Variables, Setting Variables): Discuss lexical binding.
3251 (Variable Scoping): Rewrite.
3252 (Scope, Extent, Impl of Scope): Nodes deleted.
3253 (Dynamic Binding): New node, with material from Scope, Extent, and
3254 Impl of Scope nodes.
3255 (Dynamic Binding Tips): Rename from Using Scoping.
3256 (Lexical Binding): Rewrite.
3257 (Using Lexical Binding): Rename from Converting to Lexical
3258 Binding. Convert to subsection.
3259
3260 * customize.texi (Variable Definitions): Add custom-variable-p.
3261 Move user-variable-p documentation here.
3262
3263 2012-01-23 Chong Yidong <cyd@gnu.org>
3264
3265 * strings.texi (Text Comparison): Minor qualification.
3266
3267 * lists.texi (Cons Cells): Copyedits.
3268 (List Elements): Mention push.
3269 (List Variables): Mention pop.
3270 (Rings): Move to sequences.texi.
3271
3272 * sequences.texi (Sequence Functions): Don't repeat the
3273 introduction already given in the parent.
3274 (Vectors): Copyedits.
3275 (Rings): Move from lists.texi. Note that this is specific to the
3276 ring package.
3277
3278 * symbols.texi (Definitions, Symbol Components): Mention variable
3279 scoping issues.
3280 (Plists and Alists): Copyedits.
3281
3282 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
3283 correctness with lexical scoping.
3284 (Eval): Copyedits.
3285
3286 2012-01-21 Chong Yidong <cyd@gnu.org>
3287
3288 * intro.texi (A Sample Function Description): Special notation
3289 used for macros too.
3290
3291 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
3292 (Symbol Type): Add xref for keyword symbols.
3293 (Sequence Type): Clarify differences between sequence types.
3294 (Cons Cell Type): Add "linked list" index entry.
3295 (Non-ASCII in Strings): Copyedits.
3296 (Equality Predicates): Symbols with same name need not be eq.
3297
3298 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
3299 ldexp. Move float-e and float-pi to Math Functions node.
3300
3301 2012-01-21 Glenn Morris <rgm@gnu.org>
3302
3303 * modes.texi (Auto Major Mode):
3304 * variables.texi (File Local Variables):
3305 Mention inhibit-local-variables-regexps.
3306
3307 2012-01-19 Martin Rudalics <rudalics@gmx.at>
3308
3309 * windows.texi (Window Configurations): Rewrite references to
3310 persistent window parameters.
3311 (Window Parameters): Fix description of persistent window
3312 parameters.
3313
3314 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
3315
3316 * windows.texi (Window Parameters): Use @pxref.
3317
3318 2012-01-16 Martin Rudalics <rudalics@gmx.at>
3319
3320 * windows.texi (Window Configurations, Window Parameters):
3321 Describe persistent window parameters.
3322
3323 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3324
3325 * variables.texi (Creating Buffer-Local): Warn against misuses of
3326 make-variable-buffer-local (bug#10258).
3327
3328 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3329
3330 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
3331
3332 2012-01-06 Chong Yidong <cyd@gnu.org>
3333
3334 * variables.texi (Directory Local Variables):
3335 Document hack-dir-local-variables-non-file-buffer.
3336
3337 2012-01-06 Glenn Morris <rgm@gnu.org>
3338
3339 * maps.texi (Standard Keymaps): Refer to Info-edit by name
3340 rather than by keybinding.
3341
3342 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
3343
3344 * frames.texi (Font and Color Parameters): Add @pxref.
3345
3346 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
3347
3348 * frames.texi (Font and Color Parameters):
3349 Document w32 font backends (bug#10399).
3350
3351 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3352
3353 * files.texi (File Attributes, Changing Files):
3354 Use a more-natural notation for octal numbers.
3355
3356 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
3357
3358 * variables.texi (Variables with Restricted Values):
3359 Change reference to variable (bug#10354).
3360
3361 2011-12-13 Martin Rudalics <rudalics@gmx.at>
3362
3363 * windows.texi (Splitting Windows): Use t instead of non-nil
3364 when describing window-combination-resize.
3365
3366 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3367
3368 * text.texi (Special Properties): Warn against `intangible' properties
3369 (bug#10222).
3370
3371 2011-11-26 Eli Zaretskii <eliz@gnu.org>
3372
3373 * display.texi (Truncation):
3374 * text.texi (Special Properties): Describe what a stretch-glyph is
3375 instead of using that term without explanation. Make the
3376 cross-references more accurate.
3377
3378 * display.texi (Usual Display): Update the description,
3379 cross-references, and indexing related to display of control
3380 characters and raw bytes.
3381
3382 2011-11-25 Martin Rudalics <rudalics@gmx.at>
3383
3384 * windows.texi (Splitting Windows): Fix description of
3385 window-combination-limit. Suggested by Eli Zaretskii.
3386
3387 2011-11-23 Chong Yidong <cyd@gnu.org>
3388
3389 * windows.texi (Window Sizes): Move window-top-line,
3390 window-left-column, and window-*-pixel-edges to Coordinates and
3391 Windows node.
3392 (Coordinates and Windows): Restore window-edges doc.
3393
3394 2011-11-21 Martin Rudalics <rudalics@gmx.at>
3395
3396 * windows.texi (Windows and Frames, Splitting Windows):
3397 Fix typos.
3398
3399 2011-11-21 Chong Yidong <cyd@gnu.org>
3400
3401 * windows.texi (Splitting Windows): Fix error in documentation of
3402 window-combination-limit.
3403 (Cyclic Window Ordering): Minor fixes to next-window,
3404 one-window-p, and get-lru-window docs. Don't document
3405 window-list-1.
3406 (Buffers and Windows): Copyedits.
3407 (Choosing Window): Document special handling of special-display-*.
3408 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
3409 Don't document even-window-heights, which is going away.
3410 Clarify which options are obeyed by which action functions.
3411
3412 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3413
3414 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3415
3416 2011-11-20 Martin Rudalics <rudalics@gmx.at>
3417
3418 * windows.texi (Resizing Windows, Splitting Windows):
3419 Remove term "status" when talking about combination limits.
3420
3421 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3422
3423 * compile.texi (Compiler Errors):
3424 * help.texi (Help Functions): Fix typos.
3425
3426 2011-11-19 Chong Yidong <cyd@gnu.org>
3427
3428 * windows.texi (Splitting Windows): Clarify role of window
3429 parameters in split-window. Shorten the example.
3430 (Deleting Windows): Rewrite intro to handle internal windows.
3431 Fix delete-windows-on doc.
3432 (Selecting Windows): Copyedits.
3433
3434 2011-11-17 Martin Rudalics <rudalics@gmx.at>
3435
3436 * windows.texi (Resizing Windows, Splitting Windows)
3437 (Deleting Windows): Use term window-combination-resize instead
3438 of window-splits.
3439
3440 2011-11-16 Martin Rudalics <rudalics@gmx.at>
3441
3442 * windows.texi (Resizing Windows, Splitting Windows):
3443 Rename occurrences of window-nest to window-combination-limit.
3444
3445 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3446
3447 * intro.texi (Lisp History): Fix typo.
3448
3449 2011-11-12 Martin Rudalics <rudalics@gmx.at>
3450
3451 * windows.texi (Splitting Windows, Deleting Windows):
3452 Remove references to splits status of windows.
3453
3454 2011-11-10 Glenn Morris <rgm@gnu.org>
3455
3456 * buffers.texi (Read Only Buffers): Expand a bit on why
3457 toggle-read-only should only be used interactively. (Bug#7292)
3458
3459 2011-11-09 Chong Yidong <cyd@gnu.org>
3460
3461 * windows.texi (Window Sizes): Document window-pixel-edges,
3462 window-inside-pixel-edges, window-absolute-pixel-edges, and
3463 window-inside-absolute-pixel-edges.
3464 (Resizing Windows): shrink-window-if-larger-than-buffer works on
3465 non-full-width windows.
3466
3467 2011-11-09 Martin Rudalics <rudalics@gmx.at>
3468
3469 * windows.texi (Resizing Windows): Rewrite documentation of
3470 window-resizable.
3471
3472 2011-11-09 Chong Yidong <cyd@gnu.org>
3473
3474 * windows.texi (Splitting Windows): Simplify example.
3475
3476 2011-11-08 Chong Yidong <cyd@gnu.org>
3477
3478 * windows.texi (Window Sizes): Copyedits. Document
3479 window-text-height. Remove window-min-height and window-min-width
3480 discussion, referring instead to Emacs manual.
3481 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
3482 (Resizing Windows): Simplify introduction. Don't document
3483 enlarge-window, shrink-window, enlarge-window-horizontally, and
3484 shrink-window-horizontally; they are no longer preferred for
3485 calling from Lisp, and are already documented in the Emacs manual.
3486
3487 2011-11-07 Glenn Morris <rgm@gnu.org>
3488
3489 * windows.texi (Choosing Window): Fix keybinding typo.
3490
3491 2011-11-07 Martin Rudalics <rudalics@gmx.at>
3492
3493 * windows.texi (Resizing Windows, Splitting Windows)
3494 (Window Configurations): Use "child window" instead of
3495 "subwindow".
3496
3497 2011-11-06 Chong Yidong <cyd@gnu.org>
3498
3499 * windows.texi (Basic Windows): Clarify various definitions.
3500 Treat window-normalize-* as internal; don't document them.
3501 (Windows and Frames): Various clarifications, e.g. non-live
3502 windows also belong to frames. Fix window-list description.
3503 Simplify window nesting example.
3504 (Splitting Windows, Window Configurations):
3505 Use split-window-below.
3506
3507 2011-11-04 Eli Zaretskii <eliz@gnu.org>
3508
3509 * windows.texi (Window Sizes): Mention in the doc string that the
3510 return values of `window-body-height' and `window-body-width' are
3511 in frame's canonical units. (Bug#9949)
3512
3513 2011-10-30 Martin Rudalics <rudalics@gmx.at>
3514
3515 * windows.texi (Windows and Frames): Remove "iso-" infix from
3516 documentation of window-iso-combined-p.
3517
3518 2011-10-26 Chong Yidong <cyd@gnu.org>
3519
3520 * modes.texi (Running Hooks): Document with-wrapper-hook.
3521
3522 2011-10-18 Chong Yidong <cyd@gnu.org>
3523
3524 * display.texi (Glyphless Chars): New node.
3525
3526 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
3527
3528 * text.texi (Yanking): Document yank-excluded-properties.
3529
3530 * package.texi (Packaging Basics): The commentary should say how
3531 to begin using the package.
3532
3533 2011-10-11 Martin Rudalics <rudalics@gmx.at>
3534
3535 * windows.texi (Deleting Windows): Mention which window gets
3536 selected when deleting the selected window.
3537
3538 2011-10-09 Martin Rudalics <rudalics@gmx.at>
3539
3540 * buffers.texi (The Buffer List): Describe how bury-buffer deals
3541 with the selected window.
3542 * windows.texi (Buffers and Windows): Reformulate text on how
3543 replace-buffer-in-windows deals with a window.
3544 (Quitting Windows): Describe how quit-window deals with a
3545 standalone frame. Describe new option frame-auto-hide-function.
3546
3547 2011-10-08 Glenn Morris <rgm@gnu.org>
3548
3549 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
3550
3551 * positions.texi (Excursions): Update warning message.
3552
3553 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
3554
3555 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3556 Fix Emacs manual xref (Bug#9675).
3557
3558 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
3559
3560 * windows.texi (Textual Scrolling): Document scroll-up-command,
3561 scroll-down-command, scroll-error-top-bottom, and the
3562 scroll-command symbol property.
3563 (Display Action Functions): Fix description of
3564 display-buffer-pop-up-window.
3565
3566 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
3567
3568 * windows.texi (Splitting Windows): Fix typos.
3569
3570 2011-09-25 Martin Rudalics <rudalics@gmx.at>
3571
3572 * windows.texi (Windows and Frames, Display Action Functions)
3573 (Switching Buffers): Fix some typos.
3574 (Buffers and Windows): Remove reference to window-auto-delete.
3575 Reword description of replace-buffer-in-windows.
3576 (Window History): Fix some typos and refer to frame local buffer
3577 list.
3578 (Quitting Windows): New node.
3579 (Window Configurations): Add descriptions of window-state-get
3580 and window-state-put.
3581 (Window Parameters): Describe variable ignore-window-parameters.
3582 Sketch some window parameters currently in use.
3583 * elisp.texi (Top): Update node listing.
3584
3585 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
3586
3587 * windows.texi (Display Action Functions)
3588 (Choosing Window Options): New nodes.
3589
3590 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
3591
3592 * windows.texi (Window History): New node. Move text here from
3593 Buffers and Windows.
3594 (Switching Buffers): Rename from Displaying Buffers, since we
3595 don't document display-buffer here; callers changed.
3596 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
3597 switch-to-buffer-other-frame. Delete duplicate
3598 replace-buffer-in-windows doc.
3599 (Choosing Window): Document display actions.
3600
3601 2011-09-24 Eli Zaretskii <eliz@gnu.org>
3602
3603 * display.texi (Forcing Redisplay): Update the description of
3604 redisplay-dont-pause due to change in the default value.
3605
3606 2011-09-23 Martin Rudalics <rudalics@gmx.at>
3607
3608 * frames.texi (Frames and Windows): Move section and rename to
3609 Windows and Frames in windows.texi.
3610 * windows.texi (Windows): Restructure.
3611 (Basic Windows): Rewrite. Explain live and internal windows and
3612 normalization functions.
3613 (Windows and Frames): Move section here from frames.texi.
3614 Describe subwindows, window combinations, window tree, and
3615 corresponding functions including window-list here.
3616 (Window Sizes): Rename section from Size of Window and move it
3617 up in chapter. Describe total and body sizes and the
3618 corresponding functions. Explain new semantics of
3619 window-min-height/-width.
3620 (Resizing Windows): Move section up in chapter. Describe new
3621 resize functions.
3622 (Splitting Windows): Describe new behavior of split-window,
3623 split-window-above-each-other and split-window-side-by-side.
3624 Provide examples. Describe window-nest and window-splits
3625 options.
3626 (Deleting Windows): Minor rewrite.
3627 (Selecting Windows): Minor rewrite.
3628 Describe frame-selected-window and set-frame-selected-window here.
3629 (Cyclic Window Ordering): Minor rewrite.
3630 Describe window-list-1.
3631 (Buffers and Windows): Rewrite. Explain a window's previous and
3632 next buffers and the corresponding functions.
3633 (Window Tree): Merge into Windows and Frames section.
3634 * elisp.texi (Top): Update node listings for frames and windows
3635 sections.
3636
3637 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3638
3639 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
3640
3641 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3642
3643 * errors.texi (Standard Errors): Remove apparent placeholder text
3644 (bug#9491).
3645
3646 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
3647
3648 * frames.texi (Management Parameters): Fix description of
3649 icon-type parameter.
3650
3651 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
3652
3653 * tips.texi (Key Binding Conventions): Don't bind a key sequence
3654 ending in C-g. Suggested by Edward O'Connor.
3655
3656 2011-09-17 Eli Zaretskii <eliz@gnu.org>
3657
3658 * numbers.texi (Integer Basics): Add indexing for
3659 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
3660
3661 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
3662
3663 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
3664
3665 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
3666
3667 * processes.texi (Network Servers): Clarify what the process
3668 buffer is used for (bug#9233).
3669
3670 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
3671
3672 * lists.texi (Building Lists): Fix typo.
3673
3674 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
3675
3676 * display.texi (Basic Faces): New node. Document new faces.
3677
3678 * modes.texi (Major Mode Conventions): Move some text there.
3679 (Mode Help): Remove major-mode var, duplicated in Major Modes.
3680
3681 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
3682
3683 * modes.texi (Basic Major Modes): New node. Callers updated.
3684 (Major Modes): Document fundamental-mode and major-mode.
3685 (Major Mode Basics): Node deleted; text moved to Major Modes.
3686 (Derived Modes): Document derived-mode-p.
3687
3688 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
3689
3690 * files.texi (Changing Files, Create/Delete Dirs): Document new
3691 arguments for delete-file, delete-directory, and copy-directory.
3692 (Visiting Functions): Remove view-file; it is documented in the
3693 Emacs manual.
3694
3695 * frames.texi (Layout Parameters): The defaults for the
3696 menu-bar-lines and tool-bar-lines parameters depend on the mode.
3697
3698 * display.texi (Progress): Document spinner functionality.
3699
3700 * os.texi (Killing Emacs): Note that kill-emacs can be called by
3701 operating system signals. Refer to save-buffers-kill-terminal
3702 instead of save-buffers-kill-emacs.
3703
3704 * objects.texi (Symbol Type): Document ## print representation.
3705
3706 2011-08-25 Eli Zaretskii <eliz@gnu.org>
3707
3708 * display.texi (Specified Space): Mention that `space' specs
3709 influence bidi reordering.
3710 (Bidirectional Display): Explain how to use `(space . PROPS)' for
3711 separating fields with bidirectional content.
3712
3713 2011-08-24 Eli Zaretskii <eliz@gnu.org>
3714
3715 * display.texi (Bidirectional Display): Document return value in
3716 buffers that are not bidi-reordered for display, and in unibyte
3717 buffers.
3718
3719 2011-08-23 Eli Zaretskii <eliz@gnu.org>
3720
3721 * nonascii.texi (Character Properties): Document the values for
3722 unassigned codepoints.
3723
3724 2011-08-18 Eli Zaretskii <eliz@gnu.org>
3725
3726 * nonascii.texi (Character Properties): Document use of
3727 `bidi-class' and `mirroring' properties as part of reordering.
3728 Provide cross-references to "Bidirectional Display".
3729
3730 * display.texi (Bidirectional Display): Document the pitfalls of
3731 concatenating strings with bidirectional content, with possible
3732 solutions. Document bidi-string-mark-left-to-right.
3733 Mention paragraph direction in modes that inherit from prog-mode.
3734 Document use of `bidi-class' and `mirroring' properties as part of
3735 reordering.
3736
3737 2011-08-16 Eli Zaretskii <eliz@gnu.org>
3738
3739 * modes.texi (Major Mode Conventions): Improve the documentation
3740 of `mode-class' `special' modes.
3741
3742 * nonascii.texi (Character Properties): Document the `mirroring'
3743 property. Add index entries.
3744
3745 * syntax.texi (Categories): Add an example of defining a new
3746 category and category table.
3747
3748 * searching.texi (Regexp Backslash): Document how to display
3749 existing categories. Mention the possibility of adding
3750 categories, and add an xref to where this is described. Add an
3751 index entry.
3752
3753 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
3754
3755 * text.texi (Special Properties):
3756 * display.texi (Overlay Properties): Note that mouse-face cannot
3757 change the text size (Bug#8530).
3758
3759 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
3760
3761 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
3762 using setenv instead.
3763
3764 2011-07-28 Eli Zaretskii <eliz@gnu.org>
3765
3766 * display.texi (Bidirectional Display): Document the fact that
3767 bidi-display-reordering is t by default.
3768
3769 2011-07-23 Eli Zaretskii <eliz@gnu.org>
3770
3771 * display.texi (Bidirectional Display): New section.
3772
3773 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3774 Tim Cross <theophilusx@gmail.com> (tiny change)
3775 Glenn Morris <rgm@gnu.org>
3776
3777 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
3778
3779 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
3780
3781 * help.texi (Keys in Documentation): Revert last change.
3782
3783 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3784
3785 * help.texi (Keys in Documentation): Clarify that \= only quotes
3786 the next character, and doesn't affect longer sequences in
3787 particular (bug#8935).
3788
3789 * debugging.texi (Using Debugger):
3790 Mention @code{eval-expression-debug-on-error} (bug#8549).
3791
3792 2011-07-14 Eli Zaretskii <eliz@gnu.org>
3793
3794 * display.texi (Other Display Specs): Document that `left-fringe'
3795 and `right-fringe' display specifications are of the "replacing"
3796 kind.
3797
3798 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3799
3800 * help.texi (Documentation Basics): Add a link to the Function
3801 Documentation node (bug#6580).
3802
3803 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3804
3805 * keymaps.texi (Menu Bar): Mention :visible and :enable
3806 (bug#6344). Text by Drew Adams.
3807
3808 * modes.texi (Running Hooks): Mention buffer-local hook variables
3809 (bug#6218).
3810
3811 * objects.texi (General Escape Syntax): "a with grave accent" is
3812 ?xe0, not ?x8e0 (bug#5259).
3813
3814 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3815
3816 * display.texi (Face Attributes, Font Selection): Add references
3817 to the Fonts node in the Emacs manual (Bug#4178).
3818
3819 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3820
3821 * display.texi (Window Systems): `window-system' is
3822 terminal-local.
3823
3824 * frames.texi (Frame Parameters, Parameter Access): Don't mention
3825 frame-local variables.
3826
3827 * variables.texi (Buffer-Local Variables): Don't mention obsolete
3828 frame-local variables.
3829 (Frame-Local Variables): Node deleted.
3830
3831 * elisp.texi (Top): Update node listing.
3832
3833 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3834
3835 * elisp.texi: Change "inferiors" to "subnodes" in three places
3836 (bug#3523).
3837
3838 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
3839
3840 * frames.texi (Window System Selections): Discussion of
3841 x-select-enable-clipboard moved to Emacs manual.
3842
3843 2011-07-11 Deniz Dogan <deniz@dogan.se>
3844
3845 * commands.texi (Prefix Command Arguments): Remove excessive
3846 apostrophe.
3847
3848 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3849
3850 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
3851 description is a string (bug#3313).
3852
3853 * frames.texi (Display Feature Testing): Try to explain what all
3854 the visual classes mean (bug#3042).
3855
3856 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3857
3858 * modes.texi (Mode Line Variables): Document `mode-line-remote'
3859 and `mode-line-client' (bug#2974).
3860
3861 * text.texi (Insertion): Clarify marker movements (bug#1651).
3862 Text from Drew Adams.
3863
3864 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3865
3866 * text.texi (Special Properties): Clarify the format of `face'
3867 (bug#1375).
3868
3869 * commands.texi (Interactive Call): Add a `call-interactively'
3870 example (bug#1010).
3871
3872 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3873
3874 * functions.texi (Calling Functions): Link to the "Interactive
3875 Call" node (bug#1001).
3876
3877 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
3878
3879 * customize.texi (Composite Types): Move alist and plist to here
3880 from Simple Types (Bug#7545).
3881
3882 * elisp.texi (Top): Update menu description.
3883
3884 * display.texi (Face Attributes): Document negative line widths
3885 (Bug#6113).
3886
3887 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3888
3889 * searching.texi (Match Data): Note that match data can be
3890 overwritten by most functions (bug#2499).
3891
3892 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3893
3894 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
3895 flags mean (bug#6659).
3896
3897 * functions.texi (What Is a Function): Document the autoload
3898 object (bug#6496).
3899
3900 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3901
3902 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
3903 is only used in the Customize user interface (bug#6089).
3904
3905 * display.texi (Showing Images): Mention the point of sliced
3906 images (bug#7836).
3907
3908 2011-07-02 Eli Zaretskii <eliz@gnu.org>
3909
3910 * variables.texi (Defining Variables, Void Variables)
3911 (Constant Variables): Fix incorrect usage of @kindex.
3912
3913 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3914
3915 * variables.texi (Defining Variables): Add an index entry for
3916 `set-variable' (bug#7262).
3917 (Defining Variables): Use @findex for functions.
3918
3919 * frames.texi (Basic Parameters): Document the `explicit-name'
3920 parameter (bug#6951).
3921
3922 * customize.texi (Type Keywords): Clarify that :value provides a
3923 default value for all types (bug#7386).
3924
3925 * streams.texi (Output Functions): Document `pp'.
3926
3927 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
3928
3929 * keymaps.texi (Searching Keymaps):
3930 * display.texi (Overlay Properties): Fix errors in 2011-05-29
3931 change. Suggested by Johan Bockgård.
3932
3933 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
3934
3935 * text.texi (Special Properties): Clarify role of font-lock-face.
3936
3937 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3938
3939 * processes.texi (Process Information): Rename `process-alive-p'
3940 to `process-live-p' for consistency with other `-live-p' functions.
3941
3942 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
3943
3944 Document wide integers better.
3945 * files.texi (File Attributes): Document ino_t values better.
3946 ino_t values no longer map to anything larger than a single cons.
3947 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
3948 (Bitwise Operations):
3949 * objects.texi (Integer Type): Use a binary notation that is a bit easier
3950 to read, and that will port better if 62-bits becomes the default.
3951 Fix or remove incorrect examples.
3952 * os.texi (Time Conversion): Document time_t values better.
3953
3954 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3955
3956 * processes.texi (Process Information):
3957 Document `process-alive-p'.
3958
3959 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
3960
3961 * help.texi (Accessing Documentation):
3962 * display.texi (Pixel Specification):
3963 * processes.texi (Serial Ports, Serial Ports):
3964 * nonascii.texi (Character Properties, Default Coding Systems):
3965 * text.texi (Changing Properties, Special Properties):
3966 * windows.texi (Window Start and End):
3967 * modes.texi (SMIE Indentation Example, SMIE Tricks):
3968 * keymaps.texi (Searching Keymaps, Tool Bar):
3969 * minibuf.texi (Basic Completion):
3970 * compile.texi (Eval During Compile):
3971 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
3972 7x9 paper in printed manual.
3973
3974 * lists.texi (Sets And Lists): Fix misplaced text.
3975
3976 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
3977
3978 * keymaps.texi (Remapping Commands): Emphasize that the keymap
3979 needs to be active (Bug#8350).
3980
3981 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
3982
3983 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
3984
3985 * tips.texi (Coding Conventions): Remove antediluvian filename
3986 limit recommendation (Bug#8538).
3987
3988 2011-05-27 Glenn Morris <rgm@gnu.org>
3989
3990 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
3991
3992 2011-05-26 Glenn Morris <rgm@gnu.org>
3993
3994 * variables.texi (File Local Variables):
3995 Update hack-local-variables `mode-only' return value.
3996 Add some more details on what this function does in the other case.
3997
3998 2011-05-19 Glenn Morris <rgm@gnu.org>
3999
4000 * lists.texi (Sets And Lists): Mention cl provides union etc.
4001
4002 2011-05-19 Nix <nix@esperi.org.uk>
4003
4004 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4005
4006 * text.texi (Parsing HTML): Update for function name changes.
4007
4008 * syntax.texi (Syntax Flags): Small fix.
4009
4010 * keymaps.texi (Active Keymaps): Typo fix.
4011 (Changing Key Bindings): Grammar fix.
4012
4013 * frames.texi (Minibuffers and Frames): Grammar fix.
4014 (Window System Selections): x-select-enable-clipboard now defaults to t.
4015
4016 * customize.texi (Common Keywords):
4017 * display.texi (Abstract Display):
4018 * modes.texi (Auto-Indentation):
4019 * nonascii.texi (Converting Representations): Typo fixes.
4020
4021 * control.texi (Examples of Catch): Call it "goto" not "go to".
4022
4023 2011-05-14 Eli Zaretskii <eliz@gnu.org>
4024
4025 * nonascii.texi (Character Properties): Fix inconsistencies with
4026 implementation.
4027
4028 * text.texi (Special Properties): Move @defvar's out of the
4029 @table. (Bug#8652)
4030
4031 2011-05-12 Glenn Morris <rgm@gnu.org>
4032
4033 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
4034
4035 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4036
4037 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4038 (Multiline Font Lock):
4039 * vol2.texi (Top):
4040 * vol1.texi (Top):
4041 * elisp.texi (Top): Update menu accordingly.
4042
4043 2011-05-12 Drew Adams <drew.adams@oracle.com>
4044
4045 * modes.texi (Region to Fontify): Fix typo.
4046
4047 2011-05-10 Jim Meyering <meyering@redhat.com>
4048
4049 * minibuf.texi: Fix typo "in in -> in".
4050
4051 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4052
4053 * numbers.texi (Integer Basics): Large integers are treated as floats.
4054
4055 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4056
4057 * processes.texi (Synchronous Processes): Document the (:file
4058 "/file-name") syntax for `call-process'.
4059
4060 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
4061
4062 * windows.texi (Choosing Window): Fix typo.
4063
4064 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
4065
4066 * frames.texi (Layout Parameters): Note the difference between
4067 querying and setting parameters for left-fringe and right-fringe
4068 (Bug#6930).
4069
4070 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 * minibuf.texi (Basic Completion): Be a bit more precise about the
4073 valid kinds of completion tables.
4074 (Programmed Completion): Remove obsolete text about lambda expressions
4075 not being valid completion tables.
4076
4077 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
4078
4079 * positions.texi (Excursions): Explain the "save-excursion
4080 defeated by set-buffer" warning.
4081
4082 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
4083 save-excursion. Suggested by Uday S Reddy.
4084
4085 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4086
4087 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4088 (Lexical Binding): New sub-section.
4089
4090 * eval.texi (Eval): Discourage the use of `eval'.
4091 Document its new `lexical' argument.
4092
4093 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4094
4095 * commands.texi (Command Overview): `post-command-hook' is not reset to
4096 nil any more.
4097
4098 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4099
4100 * strings.texi (String Conversion): Don't mention
4101 string-make-(uni|multi)byte (bug#8262).
4102 * nonascii.texi (Converting Representations): Fix up range.
4103 * keymaps.texi (Key Binding Commands): Update code point, avoid
4104 "unibyte character" and remove mention of unibyte bindings.
4105
4106 2011-03-10 Eli Zaretskii <eliz@gnu.org>
4107
4108 * modes.texi (Operator Precedence Grammars): Don't use characters
4109 outside ISO-8859-1.
4110
4111 2011-03-09 Eli Zaretskii <eliz@gnu.org>
4112
4113 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4114
4115 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4116
4117 2011-03-08 Glenn Morris <rgm@gnu.org>
4118
4119 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4120 * intro.texi (Acknowledgements): Names to UTF-8.
4121 * elisp.texi: Set documentencoding.
4122
4123 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4124
4125 * Version 23.3 released.
4126
4127 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4128
4129 * package.texi: Update index keywords.
4130 (Package Archives): New node contents. Document package-x.el.
4131
4132 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
4133
4134 * makefile.w32-in (srcs): Add package.texi.
4135
4136 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4137
4138 * package.texi (Packaging, Packaging Basics, Simple Packages)
4139 (Multi-file Packages): Expand and clarify.
4140 (Package Archives): Temporary placeholder node.
4141
4142 * elisp.texi (Top): Update node listing.
4143
4144 * Makefile.in (srcs): Add package.texi.
4145
4146 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
4147
4148 * processes.texi (Synchronous Processes): Minor clarification
4149 (Bug#8149).
4150
4151 2011-03-03 Glenn Morris <rgm@gnu.org>
4152
4153 * files.texi (Truenames): Minor clarification. (Bug#2341)
4154
4155 2011-03-01 Glenn Morris <rgm@gnu.org>
4156
4157 * variables.texi (Directory Local Variables):
4158 Mention `(subdirs . nil)' alist element.
4159
4160 2011-02-28 Glenn Morris <rgm@gnu.org>
4161
4162 * variables.texi (Directory Local Variables): Mention the optional
4163 mtime argument of dir-locals-set-directory-class. (Bug#3577)
4164
4165 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
4166
4167 * minibuf.texi (Minibuffer History): Clarify discussion of
4168 minibuffer history lists (Bug#8085).
4169
4170 2011-02-19 Eli Zaretskii <eliz@gnu.org>
4171
4172 * elisp.texi: Sync @dircategory with ../../info/dir.
4173
4174 * files.texi (Visiting Functions): Document find-file-literally,
4175 both the command and the variable.
4176
4177 * variables.texi (Creating Buffer-Local): Explain the meaning of
4178 permanent local variables.
4179
4180 * files.texi (Visiting Functions): Document find-file-literally,
4181 both the command and the variable.
4182
4183 * variables.texi (Creating Buffer-Local): Explain the meaning of
4184 permanent local variables.
4185
4186 2011-02-19 Glenn Morris <rgm@gnu.org>
4187
4188 * keymaps.texi (Remapping Commands): Mention how to undo it.
4189
4190 2011-02-09 Reuben Thomas <rrt@sc3d.org>
4191
4192 * loading.texi (Hooks for Loading): Remove unnecessary advice
4193 about eval-after-load (Bug#7986).
4194
4195 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
4196
4197 * commands.texi (Accessing Mouse): Note that a header line is not
4198 included in the row of posn-col-row.
4199
4200 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
4201
4202 * modes.texi (Major Mode Conventions): Add face guidelines.
4203 (Faces for Font Lock): List faces in order of prominence.
4204
4205 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
4206
4207 format-time-string now supports subsecond time stamp resolution
4208 * os.texi (Time Parsing): Document %N.
4209
4210 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
4211
4212 * vol1.texi (Top):
4213 * vol2.texi (Top):
4214 * elisp.texi (Top):
4215 * display.texi (Display Property): Shorten the menu description of
4216 the "Other Display Specs" node (Bug#7816).
4217
4218 * keymaps.texi (Defining Menus): Add "menu item" and "extended
4219 menu item" concept index entries (Bug#7805).
4220
4221 2011-01-29 Eli Zaretskii <eliz@gnu.org>
4222
4223 * makefile.w32-in (texinfodir): New variable.
4224 (usermanualdir): Remove as redundant with $(emacsdir).
4225 (MAKEINFO): Remove options, leave only program name.
4226 (MAKEINFO_OPTS): New variable.
4227 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
4228
4229 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4230 Richard Kim <emacs18@gmail.com>
4231
4232 * loading.texi (Library Search): Document list-load-path-shadows
4233 (Bug#7757).
4234
4235 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4236
4237 * searching.texi (Regexp Special): Remove outdated discussion of
4238 character sets (Bug#7780).
4239
4240 * frames.texi (Pop-Up Menus): Document where menu title comes
4241 from (Bug#7684).
4242
4243 2011-01-25 Glenn Morris <rgm@gnu.org>
4244
4245 * display.texi (Making Buttons): Mention limitation of text buttons.
4246
4247 2011-01-23 Werner Lemberg <wl@gnu.org>
4248
4249 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4250 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4251 (ENVADD): New variable to control texi2dvi and texi2pdf.
4252
4253 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
4254
4255 * files.texi (Directory Names): Move directory-abbrev-alist doc to
4256 Emacs manual.
4257
4258 2011-01-15 Eli Zaretskii <eliz@gnu.org>
4259
4260 * files.texi (Directory Names): Explain why FROM in
4261 directory-abbrev-alist should begin with \`. (Bug#7777)
4262
4263 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
4266
4267 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4268
4269 * modes.texi (Emulating Mode Line): Fix last change.
4270
4271 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4272
4273 * modes.texi (Emulating Mode Line): Update documentation of
4274 format-mode-line according to changes that fixed bug #7587.
4275
4276 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4277
4278 * modes.texi (Derived Modes): Mention prog-mode.
4279
4280 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
4281 of the key-binding-data cache since we don't use it any more.
4282
4283 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4284
4285 * processes.texi (Shell Arguments):
4286 * strings.texi (Creating Strings): Don't mention "shell commands";
4287 make it explicit that `split-string-and-unquote' and
4288 `combine-and-quote-strings' are mainly for working with arguments
4289 to call-process and start-process.
4290
4291 * processes.texi (Shell Arguments): Fix documentation of
4292 `split-string-and-unquote'. Add indexing. (Bug#7563)
4293
4294 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4295
4296 * modes.texi (Auto-Indentation): New section to document SMIE.
4297 (Major Mode Conventions):
4298 * text.texi (Mode-Specific Indent): Refer to it.
4299
4300 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4301
4302 * display.texi (Other Display Specs): Document left-fringe and
4303 right-fringe display specs.
4304
4305 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4306
4307 * backups.texi (Making Backups):
4308 * modes.texi (Example Major Modes): Use recommended coding style.
4309 (Major Mode Basics, Derived Modes): Encourge more strongly use of
4310 define-derived-mode. Mention completion-at-point-functions.
4311
4312 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
4313
4314 * nonascii.texi (Converting Representations):
4315 Document byte-to-string.
4316
4317 2010-12-08 Glenn Morris <rgm@gnu.org>
4318
4319 * buffers.texi (Modification Time):
4320 verify-visited-file-modtime now defaults to the current buffer.
4321
4322 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4323
4324 * nonascii.texi (Converting Representations): Document byte-to-string.
4325
4326 * strings.texi (Creating Strings): Don't mention semi-obsolete
4327 function char-to-string.
4328 (String Conversion): Shorten discussion of semi-obsolete function
4329 string-to-char. Link to Converting Representations.
4330
4331 * objects.texi (Symbol Type):
4332 * text.texi (Near Point):
4333 * help.texi (Help Functions):
4334 * functions.texi (Mapping Functions): Use string instead of
4335 char-to-string in examples.
4336
4337 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4338
4339 * text.texi (Kill Functions, Kill Functions)
4340 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4341 YANK-HANDLER args.
4342
4343 * symbols.texi (Creating Symbols): Using unintern without an
4344 obarray arg is now obsolete.
4345
4346 * numbers.texi (Float Basics): Document float-e and float-pi.
4347
4348 * variables.texi (Defining Variables): Change "pi" example to
4349 "float-pi".
4350
4351 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4352
4353 * commands.texi (Click Events): Document the values of X, Y and
4354 COL, ROW in the event's position, when the click is on the header
4355 or mode line, on the fringes, or in the margins.
4356
4357 2010-11-17 Eli Zaretskii <eliz@gnu.org>
4358
4359 * customize.texi (Composite Types): Lower-case index entry.
4360
4361 * loading.texi (How Programs Do Loading):
4362 Document load-file-name. (Bug#7346)
4363
4364 2010-11-17 Glenn Morris <rgm@gnu.org>
4365
4366 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4367
4368 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4369
4370 * display.texi (Usual Display): Characters with no fonts are not
4371 necessarily displayed as empty boxes.
4372
4373 2010-10-31 Glenn Morris <rgm@gnu.org>
4374
4375 * maps.texi (Standard Keymaps): Update File menu description.
4376
4377 2010-10-28 Glenn Morris <rgm@gnu.org>
4378
4379 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4380
4381 2010-10-24 Eli Zaretskii <eliz@gnu.org>
4382
4383 * display.texi (Window Systems): Deprecate use of window-system as
4384 a predicate.
4385
4386 2010-10-23 Glenn Morris <rgm@gnu.org>
4387
4388 * help.texi (Documentation Basics): Remove mentions of digest-doc and
4389 sorted-doc.
4390
4391 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4392
4393 * os.texi (Dynamic Libraries): New node, with slightly modified
4394 text deleted from "Image Formats".
4395 (System Interface): Add @menu entry for "Dynamic Libraries".
4396
4397 * display.texi (Image Formats): Remove description of
4398 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4399
4400 2010-10-12 Glenn Morris <rgm@gnu.org>
4401
4402 * book-spine.texinfo: Rename to book-spine.texi.
4403
4404 2010-10-11 Glenn Morris <rgm@gnu.org>
4405
4406 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4407
4408 * Makefile.in (DVIPS): New variable.
4409 (.PHONY): Add html, ps.
4410 (html, elisp.html, ps, elisp.ps): New targets.
4411 (clean): Delete html, ps files.
4412 ($(infodir)/elisp): Remove unnecessary includes.
4413
4414 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4415
4416 * makefile.w32-in (emacsdir): New variable.
4417 (srcs): Add emacsver.texi.
4418 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4419
4420 2010-10-09 Glenn Morris <rgm@gnu.org>
4421
4422 * Makefile.in (VPATH): Remove.
4423 (infodir): Make it absolute.
4424 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4425
4426 * Makefile.in (dist): Anchor regexps.
4427
4428 * Makefile.in (srcs): Put elisp.texi first.
4429 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4430
4431 * Makefile.in (infoclean): Remove harmless, long-standing error.
4432
4433 * Makefile.in ($(infodir)): Delete rule.
4434 (mkinfodir): New.
4435 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4436
4437 * Makefile.in (dist): Remove reference to emacsver.texi.in.
4438 Also copy emacsver.texi, and edit $emacsdir.
4439
4440 2010-10-09 Glenn Morris <rgm@gnu.org>
4441
4442 * Makefile.in (emacsdir): New variable.
4443 (MAKEINFO): Add -I $emacsdir.
4444 (dist): Copy emacsver.texi.
4445 (srcs): Add emacsver.texi.
4446
4447 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4448 Set EMACSVER by including emacsver.texi.
4449
4450 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4451
4452 2010-10-07 Glenn Morris <rgm@gnu.org>
4453
4454 * Makefile.in (version): New, set by configure.
4455 (clean): Delete dist tar file.
4456 (dist): Use version in tar name.
4457
4458 2010-10-06 Glenn Morris <rgm@gnu.org>
4459
4460 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4461 (INSTALL_INFO): Remove unused variable.
4462 (mostlyclean, infoclean, dist): New rules.
4463 (clean): Delete dvi and pdf files.
4464 (maintainer-clean): Remove elisp.oaux, use infoclean.
4465 ($(infodir)): Add parallel build workaround.
4466
4467 2010-10-04 Glenn Morris <rgm@gnu.org>
4468
4469 * Makefile.in (dvi, pdf, $(infodir)): New targets.
4470 ($(infodir)/elisp): Ensure target directory exists. Use $@.
4471 Fix -I typo.
4472 (clean): No 'make.out' or 'core' files.
4473 (.PHONY): Declare clean rules.
4474 (maintainer-clean): Delete pdf file. Guard against cd failures.
4475
4476 2010-10-03 Glenn Morris <rgm@gnu.org>
4477
4478 * files.texi (File Name Components): Remove ignored section about
4479 deleted variable directory-sep-char.
4480
4481 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4482
4483 * files.texi (Magic File Names): New defopt
4484 remote-file-name-inhibit-cache.
4485
4486 2010-10-02 Glenn Morris <rgm@gnu.org>
4487
4488 * os.texi (Killing Emacs): Hook now runs in batch mode.
4489
4490 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4491
4492 * text.texi (Special Properties): Clarify when modification-hooks run.
4493
4494 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4495
4496 * syntax.texi (Syntax Flags): Document new `c' flag.
4497
4498 2010-09-09 Glenn Morris <rgm@gnu.org>
4499
4500 * display.texi (ImageMagick Images): General cleanup.
4501
4502 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4503
4504 * files.texi (Directory Names): Use \` rather than ^.
4505
4506 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4507
4508 * text.texi (Low-Level Kill Ring):
4509 * frames.texi (Window System Selections): Remove cut buffer
4510 documentation.
4511
4512 2010-08-28 Eli Zaretskii <eliz@gnu.org>
4513
4514 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4515 Parameters", where the default fringe width is described.
4516
4517 * frames.texi (Window Frame Parameters, Basic Parameters)
4518 (Position Parameters, Layout Parameters, Management Parameters)
4519 (Cursor Parameters, Font and Color Parameters): Add indexing for
4520 frame parameters. (Bug#6929)
4521
4522 2010-08-25 Tom Tromey <tromey@redhat.com>
4523
4524 * vol2.texi (Top): Update.
4525 * vol1.texi (Top): Update.
4526 * tips.texi (Library Headers): Mention Package-Version and
4527 Package-Requires.
4528 * package.texi: New file.
4529 * os.texi (System Interface): Update pointers.
4530 * elisp.texi (Top): Link to new nodes. Include package.texi.
4531 * anti.texi (Antinews): Update pointers.
4532
4533 2010-08-25 Eli Zaretskii <eliz@gnu.org>
4534
4535 * processes.texi (Filter Functions): Fix last change.
4536
4537 2010-08-24 Markus Triska <triska@gmx.at>
4538
4539 * processes.texi (Filter Functions): Use `buffer-live-p' instead
4540 of `buffer-name' in the main text as well as in the example
4541 (Bug#3098).
4542
4543 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4544
4545 * nonascii.texi (Text Representations):
4546 * loading.texi (Loading Non-ASCII):
4547 * compile.texi (Byte Compilation): Don't mention obsolete
4548 --unibyte command-line argument.
4549
4550 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4551
4552 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4553
4554 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4555
4556 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4557
4558 2010-08-20 Eli Zaretskii <eliz@gnu.org>
4559
4560 * commands.texi (Misc Events): Add cross-references to where
4561 POSITION of a mouse event is described in detail.
4562
4563 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
4564
4565 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
4566
4567 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4568
4569 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4570 Suggested by Štěpán Němec <stepnem@gmail.com>.
4571
4572 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4573
4574 * minibuf.texi (High-Level Completion): Document args of
4575 `read-buffer-function' (bug#5625).
4576
4577 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4578
4579 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4580
4581 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
4582
4583 * processes.texi (Process Information): Explain process property
4584 `remote-tty'.
4585
4586 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
4587
4588 * modes.texi (Defining Minor Modes): Use C-delete in examples,
4589 instead of "\C-\^?" (bug#6334).
4590
4591 * text.texi (Special Properties): Fix typo.
4592
4593 2010-07-09 Eli Zaretskii <eliz@gnu.org>
4594
4595 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
4596 calling sequences, which are now the standard.
4597
4598 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
4599
4600 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
4601
4602 * commands.texi (Command Overview): Mention undo-boundary call.
4603
4604 2010-06-23 Glenn Morris <rgm@gnu.org>
4605
4606 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
4607 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
4608 * frames.texi, functions.texi, internals.texi, keymaps.texi:
4609 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
4610 * searching.texi, sequences.texi, strings.texi, syntax.texi:
4611 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
4612 Untabify Texinfo files.
4613
4614 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
4615
4616 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
4617
4618 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
4619
4620 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
4621
4622 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
4623
4624 * searching.texi (Regexp Special): Remove obsolete information
4625 about matching non-ASCII characters, and suggest using char
4626 classes (Bug#6283).
4627
4628 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4629
4630 * minibuf.texi (Basic Completion): Add missing "@end defun".
4631
4632 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4633
4634 * minibuf.texi (Basic Completion): Document completion-boundaries.
4635 (Programmed Completion): Document the new fourth method for boundaries.
4636
4637 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
4638
4639 * display.texi (Image Cache): Update documentation about image caching.
4640
4641 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4642
4643 * windows.texi (Textual Scrolling):
4644 * tips.texi (Coding Conventions):
4645 * minibuf.texi (Minibuffer History):
4646 * maps.texi (Standard Keymaps):
4647 * loading.texi (Where Defined):
4648 * edebug.texi (Instrumenting): Fix typos.
4649
4650 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4651
4652 * keymaps.texi (Menu Bar): Document :advertised-binding property.
4653
4654 * functions.texi (Obsolete Functions):
4655 Document set-advertised-calling-convention.
4656
4657 * minibuf.texi (Basic Completion): Document completion-in-region.
4658 (Programmed Completion): Document completion-annotate-function.
4659
4660 * commands.texi (Reading One Event): Document read-key.
4661 (Distinguish Interactive): Document KIND arg to
4662 called-interactively-p. Delete obsolete interactive-p.
4663
4664 * elisp.texi (Top): Update node description.
4665
4666 2010-05-08 Eli Zaretskii <eliz@gnu.org>
4667
4668 * nonascii.texi (Character Properties):
4669 Document unicode-category-table. Add an index entry for Unicode
4670 general category.
4671
4672 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4673
4674 * Version 23.2 released.
4675
4676 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
4677
4678 * locals.texi (Standard Buffer-Local Variables):
4679 Remove @ignore'd reference to `direction-reversed'.
4680
4681 2010-04-14 Juri Linkov <juri@jurta.org>
4682
4683 Fix @deffn without category.
4684
4685 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
4686 for `abbrev-insert'.
4687
4688 * buffers.texi (Indirect Buffers): Add category `Command'
4689 to @deffn of `clone-indirect-buffer'.
4690
4691 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
4692 for `next-window' and `previous-window'. Add category `Command'
4693 to @deffn of `pop-to-buffer'.
4694
4695 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
4696
4697 * nonascii.texi (Text Representations): Don't mark
4698 enable-multibyte-characters as a user option.
4699
4700 2010-03-31 Eli Zaretskii <eliz@gnu.org>
4701
4702 * control.texi (Handling Errors): How to re-throw a signal caught
4703 by condition-case.
4704
4705 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
4706
4707 * loading.texi (Hooks for Loading): Document after-load-functions.
4708 Copyedits.
4709
4710 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
4711
4712 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
4713
4714 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
4715
4716 * processes.texi (Network Processes): Document seqpacket type.
4717
4718 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4719
4720 * os.texi (System Environment): Do not mention lynxos.
4721
4722 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4723
4724 * Branch for 23.2.
4725
4726 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
4727
4728 * objects.texi (Integer Type): Take note of the read syntax
4729 exception for numbers that cannot fit in the integer type.
4730
4731 2010-03-03 Glenn Morris <rgm@gnu.org>
4732
4733 * numbers.texi (Integer Basics, Bitwise Operations):
4734 * objects.texi (Integer Type): Update for integers now being 30-bit.
4735
4736 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
4737
4738 * display.texi (Low-Level Font): Document :otf font-spec property.
4739
4740 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4741
4742 * display.texi (Line Height): Avoid obsolete special default variables
4743 like default-major-mode.
4744
4745 2010-01-28 Alan Mackenzie <acm@muc.de>
4746
4747 * display.texi (Auto Faces): Say fontification-functions is called
4748 whether or not Font Lock is enabled. Tidy up the wording a bit.
4749
4750 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
4751
4752 * elisp.texi: Remove duplicate edition information (Bug#5407).
4753
4754 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
4755
4756 * two.el (volume-header-toc-markup): Fix typos in docstring.
4757
4758 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4759
4760 Avoid dubious uses of save-excursions.
4761 * positions.texi (Excursions): Recommend the use of
4762 save-current-buffer if applicable.
4763 * text.texi (Clickable Text): Fix the example code which used
4764 save-excursion in a naive way which sometimes preserves point and
4765 sometimes not.
4766 * variables.texi (Creating Buffer-Local):
4767 * os.texi (Session Management):
4768 * display.texi (GIF Images):
4769 * control.texi (Cleanups): Use (save|with)-current-buffer.
4770
4771 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4772
4773 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
4774
4775 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
4776
4777 * nonascii.texi (Text Representations, Character Codes)
4778 (Converting Representations, Explicit Encoding)
4779 (Translation of Characters): Use hex notation consistently.
4780 (Character Sets): Fix map-charset-chars doc (Bug#5197).
4781
4782 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4783
4784 * loading.texi (Where Defined): Make it clearer that these are
4785 loaded files (Bug#5068).
4786
4787 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
4788
4789 * minibuf.texi (Completion Styles): Document `initials' style.
4790
4791 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
4792
4793 * frames.texi (Resources): Describe inhibit-x-resources.
4794 (Size Parameters): Copyedit.
4795
4796 * hash.texi (Creating Hash):
4797 * objects.texi (Hash Table Type): Document the new hash table
4798 printed representation.
4799
4800 * minibuf.texi (Basic Completion): 4th arg to all-completions is
4801 obsolete.
4802
4803 * processes.texi (Process Buffers):
4804 Document process-kill-buffer-query-function.
4805
4806 2009-12-05 Glenn Morris <rgm@gnu.org>
4807
4808 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
4809 diary-display-function, and no longer recommended to be a hook.
4810 Update for changes in the names of calendar and diary hooks.
4811 diary-print-entries-hook has changed section.
4812
4813 2009-11-28 Eli Zaretskii <eliz@gnu.org>
4814
4815 * text.texi (Special Properties): More accurate description of
4816 what the `cursor' property does.
4817
4818 2009-11-26 Kevin Ryde <user42@zip.com.au>
4819
4820 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
4821 mouse-wheel-down-event, the closest thing to a definition for them.
4822 * os.texi (Startup Summary): vindex inhibit-startup-message and
4823 inhibit-splash-screen.
4824 (Command-Line Arguments): vindex argv.
4825 (Suspending Emacs): vindex suspend-tty-functions and
4826 resume-tty-functions. Don't want to index every hook, but having
4827 the programming ones is helpful.
4828
4829 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
4830
4831 * commands.texi (Motion Events): Fix typo (Bug#4907).
4832
4833 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
4834
4835 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
4836 are affected by case-fold-search (Bug#4483).
4837
4838 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
4839
4840 * minibuf.texi (Reading File Names): Note that read-file-name may
4841 use a graphical file dialog.
4842
4843 2009-10-31 Glenn Morris <rgm@gnu.org>
4844
4845 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
4846
4847 2009-10-16 Kevin Ryde <user42@zip.com.au>
4848
4849 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
4850 in particular so `info-lookup-symbol' can find its docs.
4851
4852 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
4853
4854 * variables.texi (Constant Variables): Distinguish from defconst
4855 variables.
4856 (Defining Variables): Add cindex.
4857
4858 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
4859
4860 * os.texi (Time of Day): Clarify that the microsecond part is
4861 ignored (Bug#4637).
4862
4863 2009-10-11 Glenn Morris <rgm@gnu.org>
4864
4865 * frames.texi (Size and Position): Clarify what is included in the frame
4866 height. (Bug#4535)
4867
4868 2009-10-10 Glenn Morris <rgm@gnu.org>
4869
4870 * windows.texi (Size of Window): The relationship between window and
4871 frame heights is not so simple. (Bug#4535)
4872 Mention window-full-height-p.
4873
4874 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4875
4876 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
4877 used from Lisp.
4878
4879 2009-10-07 Eli Zaretskii <eliz@gnu.org>
4880
4881 * files.texi (Directory Names) <abbreviate-file-name>:
4882 Document that root home directories are not replaced with "~".
4883
4884 2009-10-06 Eli Zaretskii <eliz@gnu.org>
4885
4886 * text.texi (Special Properties): Document the meaning of the
4887 `cursor' text property whose value is an integer.
4888
4889 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4890
4891 * files.texi (Magic File Names): Add `copy-directory'.
4892
4893 2009-10-05 Eli Zaretskii <eliz@gnu.org>
4894
4895 * files.texi (File Attributes): Fix description of file
4896 attributes. (Bug#4638) Update attributes of files.texi example to
4897 be more representative.
4898
4899 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
4900
4901 * files.texi (Create/Delete Dirs): New command copy-directory.
4902
4903 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
4904
4905 * anti.texi (Antinews):
4906 * macros.texi (Indenting Macros):
4907 * strings.texi (Creating Strings, Case Conversion):
4908 Remove duplicate words.
4909
4910 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
4911
4912 * files.texi (Create/Delete Dirs): delete-directory has an
4913 optional parameter RECURSIVE.
4914
4915 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * buffers.texi (Swapping Text): Minor clarification.
4918
4919 2009-10-01 Glenn Morris <rgm@gnu.org>
4920
4921 * functions.texi (Declaring Functions): Mention that we also search for
4922 ".m" files in the src/ directory.
4923
4924 2009-09-25 David Engster <deng@randomsample.de>
4925
4926 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
4927
4928 2009-09-22 Glenn Morris <rgm@gnu.org>
4929
4930 * internals.texi (Building Emacs): Mention preloaded-file-list.
4931
4932 2009-09-14 Alan Mackenzie <acm@muc.de>
4933
4934 * os.texi (Terminal Output): Put "@code{}" around "stdout".
4935
4936 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4937
4938 * functions.texi (Anonymous Functions): Rearrange discussion,
4939 giving usage of unquoted lambda forms first. Mention that
4940 `function' and `#'' are no longer required (Bug#4290).
4941
4942 2009-09-11 Alan Mackenzie <acm@muc.de>
4943
4944 * os.texi (Terminal Output): Document `send-string-to-terminal' in
4945 batch mode.
4946
4947 2009-09-01 Glenn Morris <rgm@gnu.org>
4948
4949 * display.texi (Face Functions): Mention define-obsolete-face-alias.
4950
4951 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
4952
4953 * nonascii.texi (Character Codes): Fix typos.
4954
4955 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
4956
4957 * processes.texi (Synchronous Processes): New defvar
4958 process-file-side-effects.
4959
4960 2009-08-25 Glenn Morris <rgm@gnu.org>
4961
4962 * display.texi (Fontsets): Fix typo.
4963
4964 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
4965
4966 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4967
4968 * processes.texi (Asynchronous Processes): Adjust arglist of
4969 start-process-shell-command and start-file-process-shell-command.
4970
4971 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
4972
4973 * advice.texi (Argument Access in Advice): Note that argument
4974 positions are zero-based (Bug#3932).
4975
4976 * commands.texi (Distinguish Interactive): Minor copyedit.
4977
4978 * display.texi (Face Attributes): Add xref to Displaying Faces for
4979 explanation of "underlying face".
4980
4981 * customize.texi (Common Keywords): Add xref to Loading.
4982
4983 * loading.texi (How Programs Do Loading): Add xref to Lisp
4984 Libraries node in the Emacs manual.
4985
4986 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
4987
4988 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
4989
4990 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
4991
4992 * processes.texi (Shell Arguments): Copyedits.
4993
4994 2009-07-18 Glenn Morris <rgm@gnu.org>
4995
4996 * loading.texi (Repeated Loading): Fix typo.
4997
4998 2009-07-16 Richard Stallman <rms@gnu.org>
4999
5000 * buffers.texi (Swapping Text): Recommend setting
5001 write-region-annotate-functions and buffer-saved-size.
5002
5003 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5004
5005 2009-07-15 Glenn Morris <rgm@gnu.org>
5006
5007 * edebug.texi: Minor re-phrasings throughout.
5008 (Edebug Execution Modes): Sit-for affects continue mode too.
5009 (Jumping): Use `forward-sexp' rather than its keybinding.
5010 (Edebug Misc): Fix Q binding.
5011 (Edebug Eval): Remove cl version.
5012 (Printing in Edebug): Clarify print-length etc.
5013 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5014 (Specification List): Remove edebug-unwrap findex entry.
5015 (Specification Examples): defmacro is actually not the same as defun.
5016 Escape "`" in example.
5017
5018 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
5019
5020 * markers.texi (The Mark): Document optional arg to
5021 deactivate-mark.
5022
5023 2009-07-11 Kevin Ryde <user42@zip.com.au>
5024
5025 * hooks.texi (Standard Hooks): Fix cross-references.
5026
5027 * loading.texi (Named Features): Refer to eval-after-load.
5028
5029 2009-07-11 Glenn Morris <rgm@gnu.org>
5030
5031 * Makefile.in (TEXI2PDF): New.
5032 (elisp.pdf): New target.
5033
5034 * searching.texi (Regexp Backslash): Fix typo.
5035
5036 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5037
5038 2009-07-10 Glenn Morris <rgm@gnu.org>
5039
5040 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5041
5042 * customize.texi (Customization Types):
5043 * display.texi (Abstract Display):
5044 * objects.texi (Character Type, String Type):
5045 Merge in some menu descriptions from elisp.texi.
5046
5047 * hash.texi (Hash Tables):
5048 * modes.texi (Multiline Font Lock):
5049 End menu description with period.
5050
5051 2009-07-09 Glenn Morris <rgm@gnu.org>
5052
5053 * back.texi: Don't hard-code texinfo location.
5054
5055 * two-volume.make (texinfodir): New, with location of texinfo.tex.
5056 (tex): Add texinfodir to TEXINPUTS.
5057 (elisp1med-init, elisp2med-init): Use texinfodir.
5058
5059 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5060 (clean): Add two-volume.make intermediate files.
5061
5062 * elisp.texi, vol1.texi, vol2.texi:
5063 Use a DATE variable with the publication date, and update it.
5064 Fix antinews menu description.
5065
5066 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5067 Update the detailed node listing to match elisp.texi.
5068
5069 * README: Update edition to match elisp.texi.
5070
5071 * objects.texi (General Escape Syntax):
5072 * nonascii.texi (Character Sets):
5073 Use consistent case for "Unicode Standard".
5074
5075 * anti.texi (Antinews):
5076 * customize.texi (Variable Definitions):
5077 * functions.texi (Declaring Functions):
5078 * nonascii.texi (Character Properties):
5079 * processes.texi (Serial Ports):
5080 * text.texi (Special Properties):
5081 * tips.texi (Coding Conventions):
5082 Minor rearrangements to improve TeX line-filling.
5083
5084 * commands.texi (Using Interactive): Fix cross-reference.
5085
5086 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5087
5088 * frames.texi (Management Parameters): Mention sticky.
5089
5090 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5091
5092 * help.texi (Help Functions): Fix description of help-buffer and
5093 help-setup-xref to use @defun instead of @deffn.
5094
5095 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5096
5097 * frames.texi (Size Parameters): Mention maximized for fullscreen.
5098
5099 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5100
5101 * display.texi (Window Systems): Add ns to the list.
5102
5103 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5104
5105 * Branch for 23.1.
5106
5107 2009-06-17 Martin Rudalics <rudalics@gmx.at>
5108
5109 * windows.texi (Dedicated Windows): Fix typo.
5110 (Resizing Windows): Replace @defun by @deffn.
5111
5112 2009-06-17 Glenn Morris <rgm@gnu.org>
5113
5114 * variables.texi (Directory Local Variables):
5115 Update for 2009-04-11 name-change of dir-locals-directory-alist.
5116
5117 2009-06-09 Kenichi Handa <handa@m17n.org>
5118
5119 * nonascii.texi (Character Sets): State clearly that FROM and TO
5120 are codepoints of CHARSET.
5121
5122 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5123
5124 * minibuf.texi (Reading File Names): Fix introductory text.
5125 Suggested by stan@derbycityprints.com.
5126 (High-Level Completion): Fix typo.
5127
5128 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
5129
5130 * frames.texi (Text Terminal Colors): Multi-tty is already
5131 implemented, but tty-local colors are not.
5132
5133 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
5134
5135 * hooks.texi (Standard Hooks): Remove mention of obsolete
5136 redisplay-end-trigger-functions.
5137
5138 * internals.texi (Window Internals): Remove mention of obsolete
5139 redisplay-end-trigger-functions.
5140
5141 2009-05-21 Martin Rudalics <rudalics@gmx.at>
5142
5143 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5144
5145 * backups.texi (Making Backups): backup-directory-alist and
5146 make-backup-file-name-function are options.
5147 (Auto-Saving): auto-save-list-file-prefix is an option.
5148
5149 * buffers.texi (Killing Buffers): buffer-offer-save is an
5150 option.
5151
5152 * display.texi (Refresh Screen): no-redraw-on-reenter is an
5153 option.
5154 (Echo Area Customization): echo-keystrokes is an option.
5155 (Selective Display): selective-display-ellipses is an option.
5156 (Temporary Displays): temp-buffer-show-function is an option.
5157 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5158 are options.
5159 (Font Selection): face-font-family-alternatives,
5160 face-font-selection-order, face-font-registry-alternatives, and
5161 scalable-fonts-allowed are options.
5162 (Fringe Indicators): indicate-buffer-boundaries is an option.
5163 (Fringe Cursors): overflow-newline-into-fringe is an option.
5164 (Scroll Bars): scroll-bar-mode is an option.
5165
5166 * eval.texi (Eval): max-lisp-eval-depth is an option.
5167
5168 * files.texi (Visiting Functions): find-file-hook is an option.
5169 (Directory Names): directory-abbrev-alist is an option.
5170 (Unique File Names): temporary-file-directory and
5171 small-temporary-file-directory are options.
5172
5173 * frames.texi (Initial Parameters): initial-frame-alist,
5174 minibuffer-frame-alist and default-frame-alist are options.
5175 (Cursor Parameters): blink-cursor-alist and
5176 cursor-in-non-selected-windows ar options.
5177 (Window System Selections): selection-coding-system is an
5178 option.
5179 (Display Feature Testing): display-mm-dimensions-alist is an
5180 option.
5181
5182 * help.texi (Help Functions): help-char and help-event-list are
5183 options.
5184
5185 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
5186 an option.
5187
5188 * minibuf.texi (Minibuffer History): history-length and
5189 history-delete-duplicates are options.
5190 (High-Level Completion): read-buffer-function and
5191 read-buffer-completion-ignore-case are options.
5192 (Reading File Names): read-file-name-completion-ignore-case is
5193 an option.
5194
5195 * modes.texi (Mode Line Top): mode-line-format is an option.
5196 (Mode Line Variables): mode-line-position and mode-line-modes
5197 are options.
5198
5199 * nonascii.texi (Text Representations):
5200 enable-multibyte-characters is an option.
5201 (Default Coding Systems): auto-coding-regexp-alist,
5202 file-coding-system-alist, auto-coding-alist and
5203 auto-coding-functions are options.
5204 (Specifying Coding Systems): inhibit-eol-conversion is an
5205 option.
5206
5207 * os.texi (Init File): site-run-file is an option.
5208 (System Environment): mail-host-address is an option.
5209 (User Identification): user-mail-address is an option.
5210 (Terminal Output): baud-rate is an option.
5211
5212 * positions.texi (Word Motion): words-include-escapes is an
5213 option.
5214
5215 * searching.texi (Standard Regexps): page-delimiter,
5216 paragraph-separate, paragraph-separate and sentence-end are
5217 options.
5218
5219 * text.texi (Margins): left-margin and fill-nobreak-predicate
5220 are options.
5221
5222 * variables.texi (Local Variables): max-specpdl-size is an
5223 option.
5224
5225 * windows.texi (Choosing Window):
5226 split-window-preferred-function, special-display-function and
5227 display-buffer-function are options.
5228
5229 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
5230
5231 Fix errors spotted by Martin Rudalics.
5232
5233 * syntax.texi (Position Parse): Document rationale for ignored
5234 arguments to syntax-ppss-flush-cache.
5235
5236 * processes.texi (Input to Processes): Mark PROCESS arg to
5237 process-running-child-p as optional.
5238 (Network Options): Document NO-ERROR arg to
5239 set-network-process-option.
5240
5241 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
5242 command.
5243
5244 * searching.texi (POSIX Regexps): Mark posix-search-forward and
5245 posix-search-backward as commands.
5246
5247 * os.texi (Killing Emacs): Mark kill-emacs as a command.
5248 (Suspending Emacs): Mark suspend-emacs as a command.
5249 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
5250 commands.
5251 (Terminal Output): Remove obsolete function baud-rate.
5252 Document TERMINAL arg for send-string-to-terminal.
5253
5254 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
5255 terminal-coding-system and set-terminal-coding-system.
5256 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
5257 as optional.
5258 (Character Sets): Document RESTRICTION arg of char-charset.
5259 (Character Codes): Mark POS argument to get-byte as optional.
5260
5261 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
5262 minibuffer-message.
5263
5264 * files.texi (Create/Delete Dirs): Mark make-directory and
5265 delete-directory as commands.
5266
5267 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
5268
5269 * text.texi (Base 64): Mark base64-decode-string and
5270 base64-encode-string as commands.
5271 (Columns): Mark move-to-column as a command.
5272 (Mode-Specific Indent): Document RIGID arg to
5273 indent-for-tab-command.
5274 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
5275 Mark indent-code-rigidly as a command.
5276 (Substitution): Mark translate-region as a command.
5277
5278 * frames.texi (Size and Position): Remove obsolete functions
5279 screen-height and screen-width.
5280
5281 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
5282
5283 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
5284 (Displaying Buffers, Resizing Windows): Correct mistakes;
5285 next-window, previous-window, and pop-to-buffer are not commands,
5286 and fit-window-to-buffer" is a command. (Pointed out by Martin
5287 Rudalics.)
5288
5289 2009-05-17 Richard M Stallman <rms@gnu.org>
5290
5291 * modes.texi (Precalculated Fontification): Clarify text.
5292
5293 2009-05-17 Martin Rudalics <rudalics@gmx.at>
5294
5295 * windows.texi (Selecting Windows): Clarify descriptions of
5296 with-selected-window and get-lru-window.
5297 (Cyclic Window Ordering): Refer to particular frame when talking
5298 about how splitting affects the ordering.
5299 (Displaying Buffers): Fix descriptions of switch-to-buffer and
5300 switch-to-buffer-other-window. Explain how setting of
5301 display-buffer-reuse-frames affects pop-to-buffer.
5302 (Choosing Window): Clarify some details in descriptions of
5303 display-buffer-reuse-frames, pop-up-frames, and
5304 pop-up-frame-function.
5305 (Dedicated Windows): Clarify some details.
5306 (Textual Scrolling): Replace term vscroll by term vertical
5307 scroll position.
5308 (Vertical Scrolling): Fix typo.
5309 (Window Hooks): Relate text on jit-lock-register to window
5310 scrolling and size changes.
5311
5312 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
5313
5314 * frames.texi (Initial Parameters): Clarify what the initial
5315 minibuffer frame is.
5316 (Buffer Parameters): Note that the minibuffer parameter can not be
5317 altered.
5318
5319 * anti.texi (Antinews): Copyedits. Rearrange some entries.
5320 Document display-buffer changes.
5321
5322 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
5323
5324 * anti.texi (Antinews): Rewrite for Emacs 22.
5325
5326 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
5327 obarrays are first mentioned. Define "system abbrev" more
5328 prominently, and add it to the index.
5329 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
5330 Copyedits.
5331 (Abbrev Expansion): Document abbrev-insert.
5332
5333 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
5334
5335 * frames.texi (Font and Color Parameters): Rename from Color
5336 Parameters. Document font-backend parameter.
5337
5338 * vol2.texi (Top): Update node listing.
5339 * vol1.texi (Top): Update node listing.
5340 * elisp.texi (Top): Update node listing.
5341
5342 2009-05-11 Martin Rudalics <rudalics@gmx.at>
5343
5344 * windows.texi (Choosing Window): Don't explicitly refer to
5345 split-window-sensibly's window argument in descriptions of
5346 split-height-threshold and split-width-threshold.
5347
5348 2009-05-10 Martin Rudalics <rudalics@gmx.at>
5349
5350 * windows.texi (Choosing Window): Fix rewrite of window
5351 splitting section.
5352
5353 2009-05-09 Eli Zaretskii <eliz@gnu.org>
5354
5355 * nonascii.texi (Default Coding Systems):
5356 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5357 Add indexing.
5358 (Lisp and Coding Systems): Add index entries.
5359
5360 2009-05-09 Martin Rudalics <rudalics@gmx.at>
5361
5362 * windows.texi (Choosing Window): Describe split-window-sensibly
5363 and rewrite section on window splitting accordingly.
5364 (Textual Scrolling): Replace `...' by @code{...}.
5365
5366 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
5367
5368 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5369 Remove obsoleted pre-abbrev-expand-hook.
5370
5371 * locals.texi (Standard Buffer-Local Variables): Consolidate table
5372 entries.
5373
5374 * internals.texi (Object Internals): Don't assume 32-bit machines
5375 are the norm.
5376 (Buffer Internals): Consolidate table entries for readability.
5377 (Window Internals): Synch field names to window.h.
5378 (Process Internals): Synch field names to process.h.
5379
5380 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
5381
5382 * variables.texi (File Local Variables): Note that read-circle is
5383 bound to nil when reading file-local variables.
5384
5385 * streams.texi (Input Functions): Document read-circle.
5386 (Output Variables): Add xref to Circular Objects.
5387
5388 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
5389
5390 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
5391 Features and Coding System Basics. Node that "p" stands for
5392 "predicate". Recommend utf-8-emacs instead of emacs-mule.
5393 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5394 mouse-appearance-menu.
5395 (Programming Tips): Add xref to Progress.
5396
5397 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
5398
5399 * os.texi (Command-Line Arguments):
5400 Document command-line-args-left.
5401 (Suspending Emacs): Adapt text to multi-tty case. Document use of
5402 terminal objects for tty arguments.
5403 (Startup Summary): Add xref to Session Management.
5404 (Session Management): Mention emacs-session-restore. Copyedits.
5405
5406 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
5407
5408 * os.texi (Startup Summary): Copyedits. The init file is not
5409 necessarily named .emacs now. Document initial-buffer-choice and
5410 initial-scratch-message. Note where Emacs exits in batch mode.
5411 Document inhibit-splash-screen as an alias.
5412 (Init File): Be neutral about which init file name to use.
5413
5414 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
5415
5416 * os.texi (System Interface): Fix Texinfo usage.
5417
5418 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
5419
5420 * searching.texi (Regexp Backslash): Also refer to shy groups as
5421 non-capturing or unnumbered groups.
5422 (Regexp Functions): Add cross-reference to Regexp Backslash.
5423
5424 * display.texi (Truncation): Overlays can use line-prefix and
5425 wrap-prefix too.
5426 (Overlay Properties): Document wrap-prefix and line-prefix.
5427 (Face Attributes): Document underline-minimum-offset.
5428 (Face Remapping): Copyedits.
5429 (Low-Level Font): Copyedits.
5430 (Image Cache): Note that the image cache is shared between frames.
5431 (Line Height): Emphasize that line-spacing only takes effect on
5432 graphical terminals.
5433
5434 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5435
5436 * display.texi (Refresh Screen): Note that a passage about screen
5437 refreshing is text terminal only.
5438 (Forcing Redisplay): Delete misleading comment---sit-for calls
5439 redisplay, not the other way around.
5440 (Truncation): Note new values of truncate-partial-width-windows.
5441 Copyedits.
5442 (Invisible Text): Document invisible-p.
5443
5444 2009-04-11 Eli Zaretskii <eliz@gnu.org>
5445
5446 * display.texi (Overlays): Overlays don't scale well. See
5447 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5448
5449 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
5450
5451 * syntax.texi (Syntax Table Functions): Document cons cell
5452 argument for modify-syntax-entry.
5453 (Categories): Document cons cell argument for
5454 modify-category-entry.
5455
5456 * searching.texi (String Search): Document word-search-forward-lax
5457 and word-search-backward-lax.
5458 (Searching and Case): Describe isearch behavior more precisely.
5459
5460 * keymaps.texi (Tool Bar): Mention that some platforms do not
5461 support multi-line toolbars. Suggested by Stephen Eglen.
5462
5463 * frames.texi (Layout Parameters): Mention that Nextstep also
5464 allows only one tool-bar line. Suggested by Stephen Eglen.
5465
5466 * nonascii.texi (Text Representations): Copyedits.
5467 (Coding System Basics): Also mention utf-8-emacs.
5468 (Converting Representations, Selecting a Representation)
5469 (Scanning Charsets, Translation of Characters, Encoding and I/O):
5470 Copyedits.
5471 (Character Codes): Mention role of codepoints 1114112 to 4194175.
5472
5473 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
5474
5475 * text.texi (Yank Commands): Note that yank uses push-mark.
5476 (Filling): Clarify REGION argument of fill-paragraph.
5477 Document fill-forward-paragraph-function.
5478 (Special Properties): Remove "new in Emacs 22" declaration.
5479 (Clickable Text): Merge with Links and Mouse-1 node.
5480
5481 * display.texi (Button Properties, Button Buffer Commands):
5482 Change xref to Clickable Text.
5483
5484 * tips.texi (Key Binding Conventions): Change xref to Clickable
5485 Text.
5486
5487 * elisp.texi (Top): Update node listing.
5488
5489 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
5490
5491 * markers.texi (The Mark): Copyedits. Improve description of
5492 handle-shift-selection.
5493 (The Region): Move use-region-p here from The Mark.
5494
5495 * positions.texi (Screen Lines): Document (cols . lines) argument
5496 for vertical-motion.
5497
5498 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
5499
5500 * frames.texi (Frames): Clean up introduction. Document `ns'
5501 return value for framep.
5502 (Creating Frames): Note how the terminal is chosen.
5503 (Multiple Terminals, Multiple Displays): Merge into a single node.
5504 (Color Parameters): Fix typo.
5505
5506 * variables.texi (Local Variables, Buffer-Local Variables)
5507 (Creating Buffer-Local): Change link to Multiple Terminals.
5508
5509 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5510
5511 * keymaps.texi (Controlling Active Maps): Change link to Multiple
5512 Terminals.
5513
5514 * commands.texi (Command Loop Info, Keyboard Macros): Change link
5515 to Multiple Terminals.
5516
5517 * elisp.texi (Top): Update node listing.
5518 * vol2.texi (Top): Update node listing.
5519 * vol1.texi (Top): Update node listing.
5520
5521 * buffers.texi (Current Buffer): Note that the append-to-buffer
5522 example is no longer in synch with the latest code. Tie the two
5523 examples together.
5524
5525 * files.texi (File Attributes): Move note about MS-DOS from
5526 Changing Files to File Attributes.
5527 (Create/Delete Dirs): Note that mkdir is an alias for this.
5528
5529 2009-04-01 Markus Triska <triska@gmx.at>
5530
5531 * processes.texi (Filter Functions): Suggest how to handle output
5532 batches.
5533
5534 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
5535
5536 * help.texi (Accessing Documentation): Update example to use
5537 help-setup-xref and with-help-window.
5538 (Help Functions): Remove print-help-return-message, which is
5539 semi-obsolete due to with-help-window. Document help-buffer and
5540 help-setup-xref.
5541
5542 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
5543
5544 * help.texi (Accessing Documentation, Help Functions):
5545 Remove information about long-obsolete Emacs versions.
5546
5547 * modes.texi (Mode Line Variables): The default values of the mode
5548 line variables are now more complicated.
5549
5550 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
5551
5552 * modes.texi (Major Mode Conventions): Note that specialness is
5553 inherited.
5554 (Derived Modes): Note that define-derive-mode sets the mode-class
5555 property.
5556
5557 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5558 goto-map. Add search-map to the list.
5559
5560 2009-03-27 Eli Zaretskii <eliz@gnu.org>
5561
5562 * os.texi (System Environment): Update the list of system-type
5563 values.
5564
5565 * markers.texi (The Mark) <handle-shift-selection>: Update for
5566 removal of the optional argument DEACTIVATE.
5567
5568 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
5569
5570 * commands.texi (Focus Events): Most X window managers don't use
5571 focus-follows-mouse nowadays.
5572
5573 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
5574
5575 * commands.texi (Defining Commands): Clarify introduction.
5576 (Using Interactive): Not that interactive can be put in a symbol
5577 property.
5578 (Interactive Call): Note that a symbol with a non-nil
5579 interactive-form property satisfies commandp.
5580
5581 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
5582
5583 * minibuf.texi (Intro to Minibuffers): Fix typos.
5584
5585 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
5586
5587 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5588 about minibuffers in old Emacs versions. Copyedits.
5589 Emphasize that enable-recursive-minibuffers defaults to nil.
5590 (Text from Minibuffer): Simplify introduction.
5591
5592 2009-03-22 Alan Mackenzie <acm@muc.de>
5593
5594 * commands.texi (Using Interactive): Clarify string argument to
5595 `interactive' - even promptless elements need \n separators.
5596
5597 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
5598
5599 * minibuf.texi (Completion Styles): New node.
5600
5601 * elisp.texi (Top): Update node listing.
5602
5603 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
5604
5605 * minibuf.texi (Basic Completion): Note that
5606 read-file-name-completion-ignore-case and
5607 read-buffer-completion-ignore-case can override
5608 completion-ignore-case.
5609 (Minibuffer Completion): Document completing-read changes.
5610 (Completion Commands): Avoid mentioning partial completion mode.
5611 Document minibuffer-completion-confirm changes, and
5612 minibuffer-confirm-exit-commands.
5613 (High-Level Completion): Document new require-match behavior for
5614 read-buffer. Document read-buffer-completion-ignore-case.
5615 (Reading File Names): Document new require-match behavior for
5616 read-file-name.
5617
5618 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
5619
5620 * debugging.texi (Error Debugging): Don't mislead the reader into
5621 thinking that debug-on-error enters debugger for C-f at EOB.
5622 (Error Debugging): Setting debug-on-init within the init file
5623 works, and has for some time.
5624
5625 2009-03-13 Kenichi Handa <handa@m17n.org>
5626
5627 * display.texi (Fontsets): Update the description.
5628
5629 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
5630
5631 * advice.texi (Advising Primitives): Link to What Is a Function.
5632
5633 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
5634
5635 * compile.texi (Speed of Byte-Code): Update example.
5636 (Disassembly): Update examples.
5637
5638 * loading.texi (Repeated Loading): Simplify examples.
5639
5640 * customize.texi (Common Keywords): It's not necessary to use :tag
5641 to remove hyphens, as custom-unlispify-tag-name does it
5642 automatically.
5643 (Variable Definitions): Link to File Local Variables.
5644 Document customized-value symbol property.
5645 (Customization Types): Move menu to end of node.
5646
5647 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
5648
5649 * macros.texi (Compiling Macros): Omit misleading sentence, which
5650 implied that macros can only be used in the same file they are
5651 defined.
5652 (Backquote): Remove obsolete information about Emacs 19.
5653
5654 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
5655
5656 * display.texi (Display Margins): Fix paren typo.
5657
5658 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
5659
5660 * elisp.texi (Top): Update node listing.
5661
5662 * variables.texi (Variables): Clarify introduction.
5663 (Global Variables): Mention that setq is a special form.
5664 (Local Variables): Use active voice.
5665 (Tips for Defining): Mention marking variables as safe.
5666 (Buffer-Local Variables): Mention terminal-local and frame-local
5667 variables together.
5668 (File Local Variables): Copyedits.
5669 (Frame-Local Variables): Note that they are not really useful.
5670 (Future Local Variables): Node deleted.
5671
5672 * objects.texi (General Escape Syntax): Update explanation of
5673 Unicode escape syntax.
5674
5675 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
5676
5677 * control.texi (Control Structures): Add cindex entry for "textual
5678 order".
5679
5680 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
5681 instead of "expression" throughout.
5682 (Function Indirection): Copyedits. Use active voice.
5683 (Eval): The default value of max-lisp-eval-depth is now 400.
5684
5685 2009-02-23 Miles Bader <miles@gnu.org>
5686
5687 * processes.texi (System Processes): Rename `system-process-attributes'
5688 to `process-attributes'.
5689
5690 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
5691
5692 * symbols.texi (Property Lists): Emphasize that property lists are
5693 not restricted to symbol cells.
5694 (Other Plists): Copyedit.
5695
5696 * sequences.texi (Sequences Arrays Vectors): Make introduction
5697 more concise.
5698 (Arrays): Mention char-tables and bool-vectors too.
5699 (Vectors): Don't repeat information given in Arrays node. Link to
5700 nodes that explain the vector usage examples.
5701 (Char-Tables): Note that char-table elements can have arbitrary
5702 type. Explain effect of omitted char-table-extra-slots property.
5703 Link to Property Lists node.
5704
5705 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
5706
5707 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
5708 `append'.
5709 (List Elements): Copyedits.
5710
5711 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
5712 of `vconcat'.
5713
5714 * strings.texi (Creating Strings): Copyedits. Remove obsolete
5715 Emacs 20 usage of `concat'.
5716 (Case Conversion): Copyedits.
5717
5718 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
5719
5720 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
5721 Minor edits.
5722 (Frame Configuration Type): Emphasize that it is not primitive.
5723 (Font Type): New node.
5724 (Type Predicates): Add fontp; type-of now recognizes font object
5725 types.
5726
5727 * intro.texi (Version Info): Update version numbers in examples.
5728 (Acknowledgements): List more contributors.
5729
5730 * elisp.texi: Bump version number to 3.0.
5731 (Top): Link to Font Type node.
5732
5733 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
5734
5735 * modes.texi (Major Mode Conventions): Remove duplicate words.
5736 (Customizing Keywords): Fix typo.
5737
5738 2009-02-14 Eli Zaretskii <eliz@gnu.org>
5739
5740 * nonascii.texi (User-Chosen Coding Systems): Document that
5741 select-safe-coding-system suggests raw-text if there are raw bytes
5742 in the region.
5743 (Explicit Encoding): Warn not to use `undecided' when encoding.
5744
5745 2009-02-11 Glenn Morris <rgm@gnu.org>
5746
5747 * frames.texi (Visibility of Frames): Mention the effect multiple
5748 workspaces/desktops can have on visibility.
5749
5750 2009-02-07 Eli Zaretskii <eliz@gnu.org>
5751
5752 * text.texi (Commands for Insertion):
5753 * commands.texi (Event Mod):
5754 * keymaps.texi (Searching Keymaps):
5755 * nonascii.texi (Translation of Characters):
5756 Reinstate documentation of translation-table-for-input.
5757 (Explicit Encoding): Document the `charset' text property produced
5758 by decode-coding-region and decode-coding-string.
5759
5760 2009-01-27 Alan Mackenzie <acm@muc.de>
5761
5762 * modes.texi (Search-based Fontification): Correct a typo.
5763
5764 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
5765
5766 * abbrevs.texi (Abbrev Table Properties): Fix typo.
5767 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
5768
5769 2009-01-24 Eli Zaretskii <eliz@gnu.org>
5770
5771 * display.texi (Window Systems): Document the value of
5772 `initial-window-system' under --daemon.
5773
5774 * os.texi (System Environment): Remove description of the
5775 `environment' function which has been deleted.
5776
5777 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5778
5779 * frames.texi (Multiple Displays): Remove documentation for
5780 removed function make-frame-on-tty.
5781
5782 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
5783
5784 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5785 write-region-annotate-functions.
5786 Document write-region-post-annotation-function.
5787
5788 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
5789
5790 * display.texi (Font Lookup): Document WIDTH argument of
5791 x-list-fonts.
5792
5793 2009-01-17 Eli Zaretskii <eliz@gnu.org>
5794
5795 * maps.texi (Standard Keymaps): Rename function-key-map to
5796 local-function-key-map.
5797
5798 * keymaps.texi (Translation Keymaps): Rename function-key-map to
5799 local-function-key-map.
5800
5801 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
5802 and `set-keyboard-coding-system' now accept an optional terminal
5803 argument.
5804
5805 * commands.texi (Event Mod): `keyboard-translate-table' is now
5806 terminal-local.
5807 (Function Keys): Rename function-key-map to
5808 local-function-key-map.
5809
5810 * elisp.texi (Top): Make @detailmenu be consistent with changes in
5811 frames.texi.
5812
5813 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
5814 `delete-terminal-functions', `suspend-tty-functions' and
5815 `resume-tty-functions'.
5816
5817 * frames.texi (Frames): Document `frame-terminal' and
5818 `terminal-live-p'.
5819 (Multiple Displays): Document `make-frame-on-tty'.
5820 (Multiple Terminals): Document `terminal-list', `delete-terminal',
5821 `terminal-name', and `get-device-terminal'.
5822 (Terminal Parameters): Document `terminal-parameters',
5823 `terminal-parameter', and `set-terminal-parameter'.
5824
5825 * os.texi (System Environment): Document `environment' and
5826 `initial-environment'.
5827 (Suspending Emacs): Update for multi-tty; document
5828 `suspend-tty', `resume-tty', and `controlling-tty-p'.
5829
5830 * nonascii.texi (Coding System Basics): More accurate description
5831 of `raw-text'.
5832
5833 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
5834
5835 * display.texi (Low-Level Font): Fix typo.
5836
5837 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
5838
5839 * elisp.texi (Top): Update node listing.
5840
5841 * display.texi (PostScript Images): Node deleted.
5842
5843 2009-01-10 Eli Zaretskii <eliz@gnu.org>
5844
5845 * processes.texi (Decoding Output): Document that null bytes force
5846 no-conversion for reading process output.
5847
5848 * files.texi (Reading from Files): Document that null bytes force
5849 no-conversion when visiting files.
5850
5851 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
5852
5853 * nonascii.texi (Lisp and Coding Systems):
5854 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
5855 (Character Properties): Improve wording.
5856
5857 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
5858
5859 * display.texi (Font Lookup): Remove obsolete function
5860 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
5861 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5862 (Font Selection): Reorder order of variable descriptions.
5863 Minor clarifications.
5864
5865 * elisp.texi (Top): Update node listing.
5866
5867 2009-01-09 Glenn Morris <rgm@gnu.org>
5868
5869 * commands.texi (Command Loop Info): Say that last-command-char and
5870 last-input-char are obsolete aliases.
5871
5872 * edebug.texi (Edebug Recursive Edit): Remove separate references to
5873 last-input-char and last-command-char, since they are just aliases for
5874 last-input-event and last-command-event.
5875
5876 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
5877 last-command-char.
5878
5879 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5880
5881 * elisp.texi: Update node listing.
5882
5883 * display.texi (Faces): Put Font Selection node after Auto Faces.
5884 (Face Attributes): Don't link to Font Lookup.
5885 Document font-family-list.
5886 (Fonts): New node.
5887
5888 2009-01-08 Jason Rumney <jasonr@gnu.org>
5889
5890 * frames.texi (Pointer Shape): Clarify that only X supports
5891 changing the standard pointer shapes. (Bug#1485)
5892
5893 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5894
5895 * display.texi (Attribute Functions): Note that a function value
5896 :height is relative, and that compatibility functions work by
5897 calling set-face-attribute.
5898 (Displaying Faces): Reorder list in order of increasing priority.
5899 (Face Remapping): New node. Content moved here from Displaying
5900 Faces.
5901 (Glyphs): Link to Face Functions.
5902
5903 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
5904
5905 * display.texi (Faces): Don't discuss face id here. facep does
5906 not return t.
5907 (Defining Faces): Minor clarification.
5908 (Face Attributes): Rearrange items to match docstring of
5909 set-face-attribute. Add :foundry attribute. Document new role of
5910 :font attribute. Texinfo usage fix.
5911 (Attribute Functions): Copyedits.
5912 (Face Functions): Note that face number is seldom used.
5913
5914 2009-01-05 Richard M Stallman <rms@gnu.org>
5915
5916 * strings.texi (Predicates for Strings): Minor clarification.
5917
5918 * functions.texi (Function Safety): Texinfo usage fix.
5919
5920 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
5921
5922 * objects.texi (General Escape Syntax): Fix typo.
5923
5924 2009-01-03 Martin Rudalics <rudalics@gmx.at>
5925
5926 * windows.texi (Choosing Window): Say that pop-up-frame-alist
5927 works via the default value of pop-up-frame-function.
5928
5929 2009-01-02 Eli Zaretskii <eliz@gnu.org>
5930
5931 * processes.texi (System Processes): Document the `time' and
5932 `ctime' attributes of `system-process-attributes'.
5933
5934 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
5935
5936 * display.texi (Face Attributes): Clarify :height attribute.
5937
5938 2008-12-31 Martin Rudalics <rudalics@gmx.at>
5939
5940 * buffers.texi (The Buffer List): Clarify what moves a buffer to
5941 the front of the buffer list. Add entries for `last-buffer' and
5942 `unbury-buffer'.
5943
5944 2008-12-27 Eli Zaretskii <eliz@gnu.org>
5945
5946 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
5947 and its subsections.
5948
5949 * frames.texi (Multiple Terminals, Low-level Terminal)
5950 (Terminal Parameters, Frames on Other TTY devices): New sections.
5951 (Frames): Add an xref to "Multiple Terminals".
5952
5953 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
5954
5955 * objects.texi (Terminal Type): New node.
5956 (Editing Types): Add it to the menu.
5957
5958 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
5959 Variables".
5960
5961 * variables.texi (Directory Local Variables): New node.
5962 (Variables): Add a menu item for it.
5963
5964 * loading.texi (Autoload): Document `generate-autoload-cookie' and
5965 `generated-autoload-file'.
5966
5967 2008-12-20 Eli Zaretskii <eliz@gnu.org>
5968
5969 * os.texi (Startup Summary): Add xref to documentation of
5970 `initial-window-system'.
5971
5972 * display.texi (Window Systems): Document `window-system' the
5973 function. The variable `window-system' is now frame-local.
5974 Document `initial-window-system'.
5975
5976 2008-12-19 Martin Rudalics <rudalics@gmx.at>
5977
5978 * windows.texi (Windows): Rewrite description of
5979 fit-window-to-buffer.
5980
5981 2008-12-13 Glenn Morris <rgm@gnu.org>
5982
5983 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
5984 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
5985
5986 2008-12-12 Glenn Morris <rgm@gnu.org>
5987
5988 * debugging.texi (Error Debugging): Refer forwards to
5989 eval-expression-debug-on-error.
5990
5991 2008-12-05 Eli Zaretskii <eliz@gnu.org>
5992
5993 * strings.texi (String Basics): Only unibyte strings that
5994 represent key sequences hold 8-bit raw bytes.
5995
5996 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
5997 paragraph to speak about `undecided'.
5998 (Character Properties): Don't explain the meaning of each
5999 property; instead, identify their Unicode Standard names.
6000 (Character Sets): Document `map-charset-chars'.
6001
6002 2008-12-02 Glenn Morris <rgm@gnu.org>
6003
6004 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6005 section yet again.
6006
6007 2008-11-29 Eli Zaretskii <eliz@gnu.org>
6008
6009 * nonascii.texi (Character Properties): New Section.
6010 (Specifying Coding Systems): Document
6011 `coding-system-priority-list', `set-coding-system-priority', and
6012 `with-coding-priority'.
6013 (Lisp and Coding Systems): Document `check-coding-systems-region'
6014 and `coding-system-charset-list'.
6015 (Coding System Basics): Document `coding-system-aliases'.
6016
6017 * elisp.texi (Top): Add a @detailmenu entry for "Character
6018 Properties".
6019
6020 * objects.texi (Character Type): Correct the range of Emacs
6021 characters. Add an @xref to "Character Codes".
6022
6023 * strings.texi (String Basics): Add an @xref to "Character Codes".
6024
6025 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6026
6027 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6028 (Character Codes): Document `max-char'.
6029
6030 2008-11-28 Eli Zaretskii <eliz@gnu.org>
6031
6032 * nonascii.texi (Text Representations, Converting Representations)
6033 (Character Sets, Scanning Charsets, Translation of Characters):
6034 Make text more accurate.
6035
6036 2008-11-28 Glenn Morris <rgm@gnu.org>
6037
6038 * files.texi (Format Conversion Round-Trip): Improve previous change.
6039
6040 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
6041
6042 * modes.texi (Auto Major Mode): Fix example.
6043
6044 2008-11-25 Glenn Morris <rgm@gnu.org>
6045
6046 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6047
6048 * files.texi (Format Conversion Round-Trip):
6049 Use active voice for previous change.
6050
6051 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
6052
6053 * os.texi (Processor Run Time):
6054 * processes.texi (Transaction Queues):
6055 * markers.texi (The Mark):
6056 * windows.texi (Choosing Window, Selecting Windows):
6057 * files.texi (Changing Files, Magic File Names):
6058 * commands.texi (Key Sequence Input):
6059 * functions.texi (Declaring Functions):
6060 * strings.texi (Predicates for Strings):
6061 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6062
6063 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
6064
6065 * help.texi (Accessing Documentation): Update example.
6066
6067 * variables.texi (Defining Variables): Note that `*' is not
6068 necessary if defcustom is used.
6069
6070 2008-11-22 Eli Zaretskii <eliz@gnu.org>
6071
6072 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6073 Characters" from @detailmenu.
6074
6075 * nonascii.texi (Character Codes, Character Sets)
6076 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6077 (Chars and Bytes, Splitting Characters): Sections removed.
6078
6079 2008-11-22 Lute Kamstra <lute@gnu.org>
6080
6081 * positions.texi (Text Lines): Update goto-line documentation.
6082
6083 2008-11-21 Martin Rudalics <rudalics@gmx.at>
6084
6085 * frames.texi (Frames): Fix typo, add cross references, reword.
6086 (Initial Parameters): Reword special-display-frame-alist text.
6087 (Frames and Windows): Reword. Describe argument norecord for
6088 set-frame-selected-window.
6089 (Input Focus): Describe argument norecord for select-frame.
6090 Remove comment on MS-Windows behavior for focus-follows-mouse.
6091 (Raising and Lowering): Mention windows-frames dichotomy in
6092 metaphor.
6093
6094 * windows.texi (Displaying Buffers, Vertical Scrolling)
6095 (Horizontal Scrolling): Fix indenting and rewording issues
6096 introduced with 2008-11-07 change.
6097
6098 2008-11-20 Glenn Morris <rgm@gnu.org>
6099
6100 * files.texi (Format Conversion Round-Trip): Mention `preserve'
6101 element of `format-alist'.
6102
6103 2008-11-19 Glenn Morris <rgm@gnu.org>
6104
6105 * doclicense.texi: Update to FDL 1.3.
6106 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6107
6108 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
6109
6110 * windows.texi (Window Hooks): Remove *-end-trigger-functions
6111 vars, which are obsolete. Mention jit-lock-register.
6112
6113 * modes.texi (Other Font Lock Variables):
6114 Document jit-lock-register and jit-lock-unregister.
6115
6116 * frames.texi (Color Parameters): Document alpha parameter.
6117
6118 2008-11-16 Martin Rudalics <rudalics@gmx.at>
6119
6120 * windows.texi (Splitting Windows, Deleting Windows)
6121 (Selecting Windows, Cyclic Window Ordering)
6122 (Buffers and Windows, Displaying Buffers, Choosing Window)
6123 (Dedicated Windows, Window Point, Window Start and End)
6124 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6125 (Size of Window, Resizing Windows, Window Configurations)
6126 (Window Parameters): Avoid @var at beginning of sentences and
6127 reword accordingly.
6128
6129 2008-11-11 Lute Kamstra <lute@gnu.org>
6130
6131 * files.texi (File Name Components): Fix file-name-extension
6132 documentation.
6133
6134 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
6135
6136 * frames.texi (Basic Parameters): Remove display-environment-variable
6137 and term-environment-variable.
6138
6139 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6140
6141 * windows.texi (Basic Windows, Splitting Windows)
6142 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6143 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
6144 (Resizing Windows, Window Configurations, Window Parameters):
6145 Fix wording and markup.
6146
6147 2008-11-07 Martin Rudalics <rudalics@gmx.at>
6148
6149 * windows.texi (Windows): Update entries.
6150 (Basic Windows): Remove listing of attributes. Reword.
6151 (Splitting Windows, Deleting Windows): Reword.
6152 (Selecting Windows, Cyclic Window Ordering): Reword with special
6153 emphasis on order of recently selected windows and buffer list.
6154 (Buffers and Windows, Choosing Window): Reword with special
6155 emphasis on dedicated windows.
6156 (Displaying Buffers): Reword. For switch-to-buffer mention that
6157 it may fall back on pop-to-buffer. For other-window try to
6158 explain how it treats the cyclic ordering of windows.
6159 (Dedicated Windows): New node and section discussing dedicated
6160 windows and associated functions.
6161 (Window Point): Add entry for window-point-insertion-type. Reword.
6162 (Window Start and End): Rename node and section title. Reword.
6163 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6164 Minor rewording.
6165 (Size of Window): Reword, in particular text on window-width.
6166 (Resizing Windows): Reword. Add text on balancing windows.
6167 (Window Configurations): Reword. Mention window parameters.
6168 (Window Parameters): New node and section on window parameters.
6169 (Window Hooks): Reword. Mention that
6170 window-configuration-change-hook is run "buffer-locally".
6171 * elisp.texi (Top): Update Windows entries in @detailmenu
6172 section.
6173
6174 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
6175
6176 * searching.texi (Regexp Search): Fix typo.
6177
6178 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6179
6180 * searching.texi (Regexp Search): Document GREEDY arg.
6181 (Simple Match Data): Fix return value.
6182
6183 2008-11-01 Eli Zaretskii <eliz@gnu.org>
6184
6185 * nonascii.texi (Text Representations): Rewrite to make consistent
6186 with Emacs 23 internal representation of characters.
6187 Document `unibyte-string'.
6188
6189 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
6190
6191 * processes.texi (Process Information): Note that process-status
6192 does not accept buffer names.
6193
6194 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6195
6196 * positions.texi (Skipping Characters): Correct return value of
6197 skip-chars-forward.
6198
6199 2008-10-25 Martin Rudalics <rudalics@gmx.at>
6200
6201 * windows.texi (Deleting Windows): Update documentation of
6202 delete-windows-on.
6203 (Buffers and Windows): Update documentations of
6204 get-buffer-window and get-buffer-window-list.
6205 (Displaying Buffers): Update documentation of
6206 replace-buffer-in-windows.
6207
6208 * buffers.texi (Current Buffer): Reword set-buffer and
6209 with-current-buffer documentations.
6210 (Creating Buffers): Reword documentation of get-buffer-create.
6211
6212 2008-10-23 Martin Rudalics <rudalics@gmx.at>
6213
6214 * buffers.texi (Current Buffer): Reword documentation of
6215 set-buffer.
6216 (Buffer Names): Reword documentation of buffer-name.
6217 (The Buffer List): For bury-buffer explain what happens with the
6218 buffer's window.
6219 (Creating Buffers): Say that get-buffer-create's arg is called
6220 buffer-or-name.
6221
6222 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
6223
6224 * advice.texi (Computed Advice): Explain what DEFINITION is.
6225
6226 * nonascii.texi (Character Codes): Remove obsolete function
6227 char-valid-p, and document characterp instead.
6228
6229 2008-10-22 Martin Rudalics <rudalics@gmx.at>
6230
6231 * windows.texi (Displaying Buffers): Reword documentation of
6232 pop-to-buffer.
6233 (Choosing Window): Rewrite documentation of display-buffer and
6234 its options.
6235
6236 * buffers.texi (Killing Buffers): Update documentation of
6237 kill-buffer.
6238
6239 2008-10-21 Eli Zaretskii <eliz@gnu.org>
6240
6241 * processes.texi (Serial Ports): Fix wording and improve markup.
6242
6243 * searching.texi (Regexp Search): Document `string-match-p' and
6244 `looking-at-p'.
6245 (POSIX Regexps): Add an xref for "non-greedy".
6246 (Regexp Special): Add @cindex entry for "non-greedy".
6247
6248 * display.texi (Attribute Functions): Document `face-all-attributes'.
6249 (Image Cache) <image-refresh>: Minor wording fixes.
6250
6251 * frames.texi (Color Names): Add an xref to `read-color'.
6252
6253 * minibuf.texi (High-Level Completion): Document `read-color'.
6254
6255 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
6256
6257 * positions.texi (Narrowing): Add an xref to "Swapping Text".
6258
6259 * buffers.texi (Swapping Text): New section, documents
6260 `buffer-swap-text'.
6261
6262 2008-10-21 Martin Rudalics <rudalics@gmx.at>
6263
6264 * windows.texi (Resizing Windows): Minor wording fix.
6265
6266 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6267
6268 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
6269 and `combine-and-quote-strings'.
6270
6271 * strings.texi (Creating Strings): Add xrefs for them.
6272
6273 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6274
6275 * elisp.texi (Top): Make descriptive text for "Reading File Names"
6276 match the corresponding menu in minibuf.texi.
6277
6278 * minibuf.texi (Reading File Names): Document `read-shell-command'
6279 and `minibuffer-local-shell-command-map'.
6280
6281 2008-10-19 Martin Rudalics <rudalics@gmx.at>
6282
6283 * windows.texi (Resizing Windows): Remove var{} around "window" in
6284 documentation of enlarge-window.
6285 Rewrite documentation of window-min-height and window-min-width.
6286
6287 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6288
6289 * functions.texi (Calling Functions): Document `apply-partially'.
6290
6291 * hooks.texi (Standard Hooks): Mention
6292 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
6293
6294 * variables.texi (File Local Variables): Document
6295 `file-local-variables-alist', `before-hack-local-variables-hook'
6296 and `hack-local-variables-hook'.
6297
6298 * processes.texi (Synchronous Processes): Document `process-lines'.
6299
6300 * customize.texi (Variable Definitions):
6301 Document `custom-reevaluate-setting'.
6302
6303 2008-10-18 Martin Rudalics <rudalics@gmx.at>
6304
6305 * windows.texi (Choosing Window, Deleting Windows)
6306 (Displaying Buffers): Expand documentation of dedicated windows.
6307
6308 2008-10-18 Eli Zaretskii <eliz@gnu.org>
6309
6310 * files.texi (Changing Files): Document symbolic input of file
6311 modes to `set-file-modes'. Document `read-file-modes' and
6312 `file-modes-symbolic-to-number'.
6313
6314 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
6315 and `search-map'.
6316
6317 * searching.texi (Search and Replace):
6318 Document `replace-search-function' and `replace-re-search-function'.
6319 Document `multi-query-replace-map'.
6320
6321 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
6322 (Completion Commands, Reading File Names):
6323 Rename `minibuffer-local-must-match-filename-map' to
6324 `minibuffer-local-filename-must-match-map'.
6325 (Minibuffer Completion): The `require-match' argument to
6326 `completing-read' can now have the value `confirm-only'.
6327
6328 * windows.texi (Displaying Buffers): Minor wording fix.
6329 (Choosing Window): `split-height-threshold' can now be nil.
6330 Document `split-width-threshold'. `pop-up-frames' can have the
6331 value `graphic-only'.
6332
6333 2008-10-17 Eli Zaretskii <eliz@gnu.org>
6334
6335 * os.texi (Startup Summary): Document `before-init-time' and
6336 `after-init-time'. Document `initial-window-system' and
6337 `window-system-initialization-alist'. Document reading the
6338 abbrevs file. Document the call to `server-start' under --daemon.
6339 Rearrange a bit to be consistent with the code flow.
6340 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6341 (Time Parsing): Document `format-seconds'.
6342
6343 2008-10-17 Martin Rudalics <rudalics@gmx.at>
6344
6345 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6346 and reword.
6347
6348 2008-10-16 Eli Zaretskii <eliz@gnu.org>
6349
6350 * markers.texi (The Mark): Document use-region-p.
6351
6352 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6353
6354 * internals.texi (Writing Emacs Primitives): The interactive spec
6355 of a primitive can be a Lisp form.
6356
6357 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6358 values of transient-mark-mode. Document handle-shift-selection.
6359
6360 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6361 (Interactive Examples): Show an example of `^'.
6362 (Key Sequence Input): Document this-command-keys-shift-translated.
6363 (Defining Commands, Using Interactive): The interactive-form of a
6364 function can be added via its symbol's property.
6365
6366 * positions.texi (List Motion): beginning-of-defun-function can
6367 now accept an argument.
6368
6369 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6370 now return a list of strings.
6371
6372 * control.texi (Handling Errors): Document ignore-errors.
6373
6374 * frames.texi (Creating Frames): Document frame-inherited-parameters.
6375 (Parameter Access): Document set-frame-parameter.
6376
6377 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6378 Hooks" for the effect of kill-all-local-variables on local hook
6379 functions.
6380
6381 * modes.texi (Major Mode Conventions, Mode Line Variables):
6382 `mode-name' need not be a string. xref to "Mode Line Data" for
6383 details, and to "Emulating Mode Line" for computing a string
6384 value.
6385
6386 2008-10-14 Eli Zaretskii <eliz@gnu.org>
6387
6388 * processes.texi (System Processes): New section.
6389 (Processes, Signals to Processes): Add xrefs to it.
6390
6391 * objects.texi (Editing Types): A `process' is a subprocess of
6392 Emacs, not just any process running on the OS.
6393
6394 * elisp.texi (Top): Adjust the @detailmenu for the above two
6395 changes.
6396
6397 * sequences.texi (Char-Tables): Remove documentation of
6398 set-char-table-default, which has no effect since Emacs 23.
6399 <char-table-range, set-char-table-range>: Don't mention generic
6400 characters and charsets. Add a cons cell as a possible argument.
6401
6402 * nonascii.texi (Splitting Characters)
6403 (Translation of Characters): Don't mention generic characters.
6404
6405 * display.texi (Fontsets): Don't mention generic characters.
6406
6407 * sequences.texi (Char-Tables): `map-char-table' can now call its
6408 argument FUNCTION with a cons cell as KEY.
6409
6410 2008-10-13 Eli Zaretskii <eliz@gnu.org>
6411
6412 * objects.texi (Primitive Function Type): Move "@cindex special
6413 forms" from here...
6414
6415 * eval.texi (Special Forms): ...to here.
6416
6417 * functions.texi (What Is a Function): `functionp' returns nil for
6418 special forms. Add an xref.
6419
6420 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6421 Variables".
6422
6423 * variables.texi (Frame-Local Variables): New section.
6424 (Buffer-Local Variables): Add an xref to it.
6425 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6426 have both frame-local and buffer-local binding.
6427
6428 * frames.texi (Frames): Mention multiple tty frames.
6429 (Frame Parameters, Parameter Access): Mention frame-local variable
6430 bindings.
6431
6432 2008-09-20 Glenn Morris <rgm@gnu.org>
6433
6434 * display.texi (Defining Faces): Recommend against face variables.
6435
6436 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
6437
6438 * display.texi (Echo Area Customization): Fix typo.
6439
6440 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
6441
6442 * loading.texi (Where Defined): Add `defface' item.
6443
6444 2008-09-06 Martin Rudalics <rudalics@gmx.at>
6445
6446 * loading.texi (Where Defined): Fix description of symbol-file.
6447
6448 2008-08-26 Jason Rumney <jasonr@gnu.org>
6449
6450 * display.texi (TIFF Images): New section describing :index property.
6451
6452 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6453
6454 * display.texi (Temporary Displays): Remove unnecessary comment
6455 about usage of temp-buffer-show-hook.
6456
6457 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6458
6459 * symbols.texi (Other Plists): Fix incorrect example.
6460 Suggested by Florian Beck.
6461
6462 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6463
6464 * os.texi: Fix previous change.
6465
6466 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6467
6468 * os.texi:
6469 * intro.texi:
6470 * files.texi: Remove VMS support.
6471
6472 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6473
6474 * os.texi:
6475 * frames.texi:
6476 * display.texi: Remove mentions of Mac Carbon.
6477
6478 2008-07-01 Miles Bader <miles@gnu.org>
6479
6480 * text.texi (Special Properties):
6481 * display.texi (Truncation): Add wrap-prefix and line-prefix.
6482
6483 2008-06-28 Johan Bockgård <bojohan@gnu.org>
6484
6485 * display.texi (Other Image Types): Fix copy/paste error; say
6486 "PBM", not "XBM".
6487
6488 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6489
6490 * os.texi: Remove references to obsolete systems.
6491
6492 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6493
6494 * makefile.w32-in (distclean): Remove makefile.
6495
6496 2008-06-17 Glenn Morris <rgm@gnu.org>
6497
6498 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6499 (elisp, dist): Remove rules and variables that are obsolete now
6500 the lisp manual is no longer distributed separately.
6501
6502 2008-06-16 Glenn Morris <rgm@gnu.org>
6503
6504 * configure, configure.in, mkinstalldirs: Remove unused files.
6505
6506 * book-spine.texinfo: Set version to 23.0.60.
6507 * vol1.texi (EMACSVER):
6508 * vol2.texi (EMACSVER): Set to 23.0.60.
6509
6510 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6511 as per maintain.info.
6512
6513 2008-06-15 Glenn Morris <rgm@gnu.org>
6514
6515 * makefile.w32-in (manual): Use "23" rather than "21".
6516
6517 * Makefile.in (emacsver): New, set by configure.
6518 (manual): Use emacsver.
6519
6520 * intro.texi: Report bugs using M-x report-emacs-bug.
6521
6522 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6523
6524 2008-06-13 Daniel Engeler <engeler@gmail.com>
6525
6526 * elisp.texi, internals.texi, processes.texi: Add documentation
6527 about serial port access.
6528
6529 2008-06-05 Miles Bader <miles@gnu.org>
6530
6531 * display.texi (Displaying Faces): Update to reflect function
6532 renamings in face-remap.el.
6533
6534 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
6535
6536 * display.texi (Fontsets): Fix typos.
6537
6538 2008-06-03 Miles Bader <miles@gnu.org>
6539
6540 * display.texi (Displaying Faces): Add add-relative-face-remapping,
6541 remove-relative-face-remapping, set-base-face-remapping,
6542 and set-default-base-face-remapping.
6543
6544 2008-06-01 Miles Bader <miles@gnu.org>
6545
6546 * display.texi (Displaying Faces): Add face-remapping-alist.
6547
6548 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6549
6550 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6551 variable names.
6552
6553 2008-05-03 Eric S. Raymond <esr@golux>
6554
6555 * keymaps.texi: Clarify that (current-local-map) and
6556 (current-global-map) return references, not copies.
6557
6558 2008-05-02 Juri Linkov <juri@jurta.org>
6559
6560 * minibuf.texi (Text from Minibuffer): Document a list of
6561 default values for `read-from-minibuffer'.
6562
6563 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
6564
6565 * nonascii.texi (Translation of Characters): Fix previous change.
6566
6567 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
6568
6569 * display.texi (Overlay Properties): Clarify role of underlying
6570 textprop and overlay keymaps for display strings.
6571
6572 * keymaps.texi (Active Keymaps): Ditto.
6573
6574 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * minibuf.texi (Programmed Completion):
6577 Replace dynamic-completion-table with the new completion-table-dynamic.
6578
6579 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
6580
6581 * intro.texi (Some Terms): Change "fonts in this manual" index
6582 entry to "typographic conventions".
6583
6584 2008-04-05 Eli Zaretskii <eliz@gnu.org>
6585
6586 * objects.texi (Text Props and Strings): Add indexing for read
6587 syntax of text properties.
6588
6589 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6590
6591 * processes.texi (Decoding Output): Remove process-filter-multibyte
6592 functions.
6593
6594 2008-03-15 Martin Rudalics <rudalics@gmx.at>
6595
6596 * display.texi (Finding Overlays): Say that empty overlays at
6597 the end of the buffer are reported too.
6598
6599 2008-03-13 Glenn Morris <rgm@gnu.org>
6600
6601 * elisp.texi (EMACSVER): Set to 23.0.60.
6602
6603 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
6604
6605 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
6606
6607 2008-02-22 Glenn Morris <rgm@gnu.org>
6608
6609 * frames.texi (Position Parameters): Clarify the description of
6610 `left' and `top', using information from "Geometry".
6611 (Geometry): Give a pointer to "Position Parameters", rather than
6612 repeating information.
6613
6614 2008-02-11 Glenn Morris <rgm@gnu.org>
6615
6616 * objects.texi (Equality Predicates): No longer talk about "two"
6617 functions.
6618
6619 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
6620
6621 * objects.texi (Equality Predicates): Add defun for
6622 equal-including-properties.
6623
6624 2008-02-10 Glenn Morris <rgm@gnu.org>
6625
6626 * objects.texi (Equality Predicates):
6627 Mention equal-including-properties.
6628
6629 2008-02-07 Richard Stallman <rms@gnu.org>
6630
6631 * windows.texi (Window Start): Mention the feature of moving
6632 window-start to start of line.
6633
6634 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
6635
6636 * keymaps.texi (Tool Bar): Document rtl property.
6637
6638 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6639
6640 * display.texi (Button Types):
6641 For define-button-type, clarify type of NAME.
6642
6643 2008-01-19 Martin Rudalics <rudalics@gmx.at>
6644
6645 * buffers.texi (Buffer Modification): Fix typo.
6646
6647 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6648
6649 * os.texi (System Environment): Remove references to OSes that are
6650 not supported anymore.
6651
6652 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6653
6654 * os.texi (System Environment): Remove mention for Masscomp.
6655
6656 2008-01-04 Richard Stallman <rms@gnu.org>
6657
6658 * display.texi (Faces): Don't talk about internal face vector as arg
6659 to facep.
6660
6661 * customize.texi (Type Keywords): Fix previous change.
6662
6663 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
6664 * elisp.texi (Top): Fix menu for commands.texi change.
6665
6666 2007-12-30 Richard Stallman <rms@gnu.org>
6667
6668 * commands.texi (Accessing Mouse): Rename from Accessing Events.
6669 (Accessing Scroll): New node broken out of Accessing Mouse.
6670
6671 2007-12-28 Richard Stallman <rms@gnu.org>
6672
6673 * frames.texi (Size Parameters): Fix typo.
6674 (Basic Parameters): For `title', refer to title bar.
6675 (Size and Position): Explain meaning of frame pixel width and height.
6676
6677 2007-12-23 Richard Stallman <rms@gnu.org>
6678
6679 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
6680 Improve some of the commented-out keywords' text too.
6681
6682 2007-12-14 Martin Rudalics <rudalics@gmx.at>
6683
6684 * nonascii.texi (Encoding and I/O): Reword to avoid saying
6685 "visit the current buffer".
6686
6687 * os.texi (System Interface): Fix typo.
6688
6689 2007-12-04 Richard Stallman <rms@gnu.org>
6690
6691 * objects.texi (Symbol Type): Fix typo.
6692
6693 2007-12-03 Richard Stallman <rms@gnu.org>
6694
6695 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
6696
6697 2007-12-01 Glenn Morris <rgm@gnu.org>
6698
6699 * functions.texi (Declaring Functions): Improve previous change.
6700
6701 2007-11-30 Glenn Morris <rgm@gnu.org>
6702
6703 * functions.texi (Declaring Functions): Add optional fourth
6704 argument of declare-function, and setting third argument to `t'.
6705
6706 2007-11-29 Richard Stallman <rms@gnu.org>
6707
6708 * customize.texi (Composite Types): Document `group' type.
6709
6710 2007-11-29 Glenn Morris <rgm@gnu.org>
6711
6712 * functions.texi (Declaring Functions): Add findex.
6713 Mention `external' files.
6714
6715 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
6716
6717 * functions.texi (Declaring Functions): Fix directive.
6718
6719 2007-11-25 Richard Stallman <rms@gnu.org>
6720
6721 * help.texi (Help Functions): Clean up last change.
6722
6723 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
6724
6725 * loading.texi (Named Features): Minor cleanup.
6726
6727 * macros.texi (Eval During Expansion): Minor cleanup.
6728
6729 * variables.texi (Variable Aliases): Minor cleanup.
6730
6731 2007-11-24 Richard Stallman <rms@gnu.org>
6732
6733 * functions.texi (Declaring Functions): Clarify previous change.
6734
6735 * compile.texi (Compiler Errors): Clarify previous change.
6736
6737 2007-11-24 Richard Stallman <rms@gnu.org>
6738
6739 * display.texi (Refresh Screen, Forcing Redisplay):
6740 Clarify the text and move items around.
6741
6742 2007-11-24 Glenn Morris <rgm@gnu.org>
6743
6744 * functions.texi (Declaring Functions): New section.
6745 * compile.texi (Compiler Errors): Mention declaring functions,
6746 defvar with no initvalue, and byte-compile-warnings.
6747
6748 2007-11-15 Martin Rudalics <rudalics@gmx.at>
6749
6750 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
6751 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
6752
6753 2007-11-13 Martin Rudalics <rudalics@gmx.at>
6754
6755 * help.texi (Help Functions): Document new macro `with-help-window'.
6756
6757 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
6758
6759 * searching.texi (Replacing Match): Describe new
6760 `match-substitute-replacement'.
6761
6762 2007-10-31 Richard Stallman <rms@gnu.org>
6763
6764 * strings.texi (Creating Strings): Null strings from concat not unique.
6765
6766 2007-10-26 Richard Stallman <rms@gnu.org>
6767
6768 * objects.texi (Equality Predicates): Null strings are uniquified.
6769
6770 * minibuf.texi: Minor clarifications in previous change.
6771
6772 2007-10-25 Glenn Morris <rgm@gnu.org>
6773
6774 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
6775
6776 2007-10-24 Richard Stallman <rms@gnu.org>
6777
6778 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
6779
6780 * variables.texi (Frame-Local Variables): Node deleted.
6781 (Variables): Delete Frame-Local Variables from menu.
6782 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
6783 (Default Value): Don't mention frame-local vars.
6784
6785 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
6786
6787 * loading.texi (Unloading): Document FEATURE-unload-function
6788 instead of FEATURE-unload-hook.
6789
6790 * frames.texi (Multiple Displays): Don't mention frame-local vars.
6791
6792 2007-10-22 Juri Linkov <juri@jurta.org>
6793
6794 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
6795 (High-Level Completion): Document a list of default value strings
6796 in the DEFAULT argument, for which minibuffer functions return the
6797 first element.
6798
6799 2007-10-17 Juri Linkov <juri@jurta.org>
6800
6801 * text.texi (Filling): Update arguments of fill-paragraph.
6802 fill-paragraph operates on the active region in Transient Mark mode.
6803 Remove fill-paragraph-or-region.
6804
6805 2007-10-13 Karl Berry <karl@gnu.org>
6806
6807 * elisp.texi (@dircategory): Move to after @copying,
6808 since we want @copying as close as possible to the beginning of
6809 the output.
6810
6811 2007-10-12 Richard Stallman <rms@gnu.org>
6812
6813 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
6814
6815 * commands.texi (Distinguish Interactive): New node,
6816 broken out from Interactive Call and rewritten.
6817 (Command Loop): Put Distinguish Interactive in menu.
6818
6819 2007-10-09 Richard Stallman <rms@gnu.org>
6820
6821 * text.texi (Examining Properties): Mention overlay priority.
6822
6823 * display.texi (Display Margins): Correct the description
6824 of margin display specifications.
6825 (Replacing Specs): New subnode broken out of Display Property.
6826
6827 2007-10-06 Juri Linkov <juri@jurta.org>
6828
6829 * text.texi (Filling): Document fill-paragraph-or-region.
6830
6831 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
6832
6833 * display.texi (Auto Faces): Fix typo.
6834
6835 2007-10-02 Richard Stallman <rms@gnu.org>
6836
6837 * display.texi (Display Property): Explain some display specs
6838 don't let you move point in.
6839
6840 * frames.texi (Cursor Parameters):
6841 Describe cursor-in-non-selected-windows here. Explain more values.
6842
6843 * windows.texi (Basic Windows): Don't describe
6844 cursor-in-non-selected-windows here.
6845
6846 2007-10-01 Eli Zaretskii <eliz@gnu.org>
6847
6848 * processes.texi (Misc Network): Note that these functions are
6849 supported only on some systems.
6850
6851 2007-10-01 Richard Stallman <rms@gnu.org>
6852
6853 * display.texi (Overlay Properties): Explain nil as priority.
6854 Explain that conflicts are unpredictable if not resolved by
6855 priorities.
6856
6857 2007-09-23 Richard Stallman <rms@gnu.org>
6858
6859 * macros.texi (Backquote): Minor clarification.
6860
6861 2007-09-19 Richard Stallman <rms@gnu.org>
6862
6863 * display.texi (Display Property): Explain multiple display specs.
6864 Clarify when they work in parallel and when one overrides.
6865 Fix error in example.
6866
6867 2007-09-06 Glenn Morris <rgm@gnu.org>
6868
6869 Move from lispref/ to doc/lispref/. Change all setfilename
6870 commands to use ../../info.
6871 * Makefile.in (infodir): Go up one more level.
6872 (usermanualdir): Change from ../man to ../emacs.
6873 (miscmanualdir): New.
6874 (dist): Use new variable miscmanualdir.
6875 * makefile.w32-in (infodir, texinputdir): Go up one more level.
6876 (usermanualdir): Change from ../man to ../emacs.
6877
6878 2007-08-30 Martin Rudalics <rudalics@gmx.at>
6879
6880 * commands.texi (Command Loop Info): Advise against changing
6881 most variables described here. Explain new variable
6882 last-repeatable-command.
6883
6884 2007-08-29 Glenn Morris <rgm@gnu.org>
6885
6886 * elisp.texi (EMACSVER): Increase to 23.0.50.
6887
6888 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6889
6890 * frames.texi (Basic Parameters): Add display-environment-variable
6891 and term-environment-variable.
6892
6893 2007-08-28 Juri Linkov <juri@jurta.org>
6894
6895 * display.texi (Image Formats, Other Image Types): Add SVG.
6896
6897 2007-08-28 Juri Linkov <juri@jurta.org>
6898
6899 * display.texi (Images): Move formats-related text to new node
6900 "Image Formats".
6901 (Image Formats): New node.
6902
6903 2007-08-27 Richard Stallman <rms@gnu.org>
6904
6905 * windows.texi (Window Configurations): Clarify what
6906 a window configuration saves.
6907
6908 2007-08-25 Richard Stallman <rms@gnu.org>
6909
6910 * display.texi (Images): Delete redundant @findex.
6911
6912 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6913
6914 * text.texi (Change Hooks): (after|before)-change-functions are no
6915 longer bound to nil while running; rather inhibit-modification-hooks
6916 is t.
6917
6918 2007-08-16 Richard Stallman <rms@gnu.org>
6919
6920 * processes.texi (Asynchronous Processes):
6921 Clarify doc of start-file-process.
6922
6923 2007-08-08 Martin Rudalics <rudalics@gmx.at>
6924
6925 * modes.texi (Example Major Modes): Fix typo.
6926
6927 2007-08-08 Glenn Morris <rgm@gnu.org>
6928
6929 * intro.texi (nil and t): Do not use `iff' in documentation.
6930
6931 * tips.texi (Documentation Tips): Recommend against `iff'.
6932
6933 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
6934
6935 * display.texi (Image Cache): Document image-refresh.
6936
6937 2007-08-06 Martin Rudalics <rudalics@gmx.at>
6938
6939 * windows.texi (Size of Window): Document window-full-width-p.
6940
6941 2007-07-25 Glenn Morris <rgm@gnu.org>
6942
6943 * gpl.texi (GPL): Replace license with GPLv3.
6944
6945 * Relicense all FSF files to GPLv3 or later.
6946
6947 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
6948
6949 * processes.texi (Synchronous Processes):
6950 Add `process-file-shell-command'.
6951 (Asynchronous Processes): Mention restricted use of
6952 `process-filter' and `process-sentinel' in
6953 `start-file-process'. Add `start-file-process-shell-command'.
6954
6955 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
6956
6957 * files.texi (Magic File Names): Introduce optional parameter
6958 IDENTIFICATION for `file-remote-p'.
6959
6960 2007-07-16 Richard Stallman <rms@gnu.org>
6961
6962 * display.texi (Defining Faces): Fix previous change.
6963
6964 2007-07-14 Richard Stallman <rms@gnu.org>
6965
6966 * control.texi (Handling Errors): Document `debug' in handler list.
6967
6968 2007-07-10 Richard Stallman <rms@gnu.org>
6969
6970 * display.texi (Defining Faces): Explain C-M-x feature for defface.
6971
6972 2007-07-09 Richard Stallman <rms@gnu.org>
6973
6974 * files.texi (Magic File Names): Rewrite previous change.
6975
6976 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
6977
6978 * files.texi (Magic File Names): Introduce optional parameter
6979 CONNECTED for `file-remote-p'.
6980
6981 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
6982
6983 * processes.texi (Asynchronous Processes):
6984 * files.texi (Magic File Names): Add `start-file-process'.
6985
6986 2007-06-27 Richard Stallman <rms@gnu.org>
6987
6988 * files.texi (Format Conversion Piecemeal):
6989 Clarify `after-insert-file-functions' calling convention.
6990
6991 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
6992
6993 * files.texi (Magic File Names): Remove `dired-call-process'.
6994 Add `process-file'.
6995
6996 2007-06-27 Kenichi Handa <handa@m17n.org>
6997
6998 * text.texi (Special Properties): Fix description about
6999 `composition' property.
7000
7001 2007-06-26 Kenichi Handa <handa@m17n.org>
7002
7003 * nonascii.texi (Default Coding Systems): Document about the
7004 return value `undecided'.
7005
7006 2007-06-25 David Kastrup <dak@gnu.org>
7007
7008 * keymaps.texi (Active Keymaps): Document new POSITION argument of
7009 `current-active-maps'.
7010
7011 2007-06-24 Karl Berry <karl@gnu.org>
7012
7013 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
7014
7015 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
7016
7017 * display.texi (Overlay Arrow): Doc fix.
7018
7019 2007-06-14 Karl Berry <karl@tug.org>
7020
7021 * anti.texi (Antinews): Typo.
7022
7023 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7024
7025 * display.texi (Image Cache): Document image-refresh.
7026
7027 2007-06-12 Karl Berry <karl@gnu.org>
7028
7029 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7030 * two-volume.make: New file.
7031 * .cvsignore: Ignore two-volume files.
7032
7033 2007-06-12 Tom Tromey <tromey@redhat.com>
7034
7035 * os.texi (Init File): Document user-emacs-directory.
7036
7037 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
7038
7039 * commands.texi (Click Events): Describe width and height when
7040 object is nil.
7041
7042 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
7043
7044 * commands.texi (Click Events): Layout more logically.
7045 Describe width and height.
7046 (Drag Events, Motion Events): Update to new format for position.
7047
7048 2007-06-02 Richard Stallman <rms@gnu.org>
7049
7050 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7051
7052 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7053
7054 * Version 22.1 released.
7055
7056 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * text.texi (Special Properties): Correct meaning of fontified face.
7059
7060 2007-05-30 Richard Stallman <rms@gnu.org>
7061
7062 * text.texi (Special Properties): Add link to Adjusting Point.
7063
7064 2007-05-12 Richard Stallman <rms@gnu.org>
7065
7066 * text.texi (Margins): indent-to-left-margin is not the default.
7067 (Mode-Specific Indent): For indent-line-function, the default
7068 is indent-relative.
7069
7070 * modes.texi (Example Major Modes): Explain last line of text-mode
7071 is redundant.
7072
7073 2007-05-10 Richard Stallman <rms@gnu.org>
7074
7075 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7076
7077 * help.texi (Keys in Documentation): Add reference to
7078 Documentation Tips.
7079
7080 * files.texi (Format Conversion): TO-FN gets three arguments.
7081
7082 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7083
7084 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7085
7086 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7087 * files.texi (Format Conversion): Expand intro; add menu.
7088 (Format Conversion Overview, Format Conversion Round-Trip)
7089 (Format Conversion Piecemeal): New nodes/subsections.
7090 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7091 * text.texi (Text Properties): Remove "Saving Properties" from menu.
7092 (Saving Properties): Delete node/subsection.
7093
7094 2007-05-07 Karl Berry <karl@gnu.org>
7095
7096 * elisp.texi (EMACSVER): Back to 22.
7097
7098 2007-05-06 Richard Stallman <rms@gnu.org>
7099
7100 * processes.texi (Accepting Output): Revert most of previous change.
7101
7102 2007-05-05 Richard Stallman <rms@gnu.org>
7103
7104 * processes.texi (Accepting Output): accept-process-output
7105 uses microseconds, not milliseconds. But that arg is obsolete.
7106
7107 2007-05-04 Karl Berry <karl@tug.org>
7108
7109 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7110
7111 2007-05-04 Eli Zaretskii <eliz@gnu.org>
7112
7113 * tips.texi (Documentation Tips): Rearrange items to place the
7114 more important ones first. Add an index entry for hyperlinks.
7115
7116 2007-05-03 Karl Berry <karl@gnu.org>
7117
7118 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7119 (EMACSVER) [smallbook]: 22 for printed version.
7120
7121 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7122 so restore anchor to normal position after defun. Found by Kevin Ryde.
7123
7124 2007-04-26 Glenn Morris <rgm@gnu.org>
7125
7126 * elisp.texi (EMACSVER): Increase to 22.1.50.
7127
7128 2007-04-28 Karl Berry <karl@gnu.org>
7129
7130 * elisp.texi: Improve line breaks on copyright page,
7131 similar layout to emacs manual, 8.5x11 by default.
7132
7133 2007-04-24 Richard Stallman <rms@gnu.org>
7134
7135 * text.texi (Special Properties): Add xref to Overlay Properties.
7136
7137 * display.texi (Overlay Properties): Add xref to Special Properties.
7138
7139 2007-04-22 Richard Stallman <rms@gnu.org>
7140
7141 * keymaps.texi (Extended Menu Items): Move the info about
7142 format with cached keyboard binding.
7143
7144 2007-04-21 Richard Stallman <rms@gnu.org>
7145
7146 * text.texi (Special Properties): Clarify previous change.
7147
7148 * files.texi (File Name Expansion): Clarify previous change.
7149
7150 * display.texi (Attribute Functions): Fix example for
7151 face-attribute-relative-p.
7152
7153 2007-04-19 Kenichi Handa <handa@m17n.org>
7154
7155 * text.texi (Special Properties): Document composition property.
7156
7157 2007-04-19 Glenn Morris <rgm@gnu.org>
7158
7159 * files.texi (File Name Expansion): Mention "superroot".
7160
7161 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7162
7163 * frames.texi (Multiple Displays): Add note about "multi-monitor"
7164 setups.
7165 (Display Feature Testing): Note that display refers to all
7166 physical monitors for multi-monitor setups.
7167
7168 2007-04-14 Richard Stallman <rms@gnu.org>
7169
7170 * lists.texi (Sets And Lists): Clarify `delete' examples.
7171 Remove spurious xref to same node.
7172 Clarify xref for add-to-list.
7173
7174 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
7175
7176 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7177 value of lisp-mode-map.
7178
7179 2007-04-11 Karl Berry <karl@gnu.org>
7180
7181 * anti.texi (Antinews):
7182 * display.texi (Overlay Properties, Defining Images):
7183 * processes.texi (Synchronous Processes, Sentinels):
7184 * syntax.texi (Syntax Table Internals):
7185 * searching.texi (Regexp Special):
7186 * nonascii.texi (Default Coding Systems):
7187 * text.texi (Special Properties):
7188 * minibuf.texi (Basic Completion): Wording to improve breaks in
7189 8.5x11 format.
7190 * elisp.texi (smallbook): New @set to more easily switch between
7191 smallbook and 8.5x11.
7192
7193 2007-04-11 Richard Stallman <rms@gnu.org>
7194
7195 * text.texi (Lazy Properties): Minor fix.
7196
7197 2007-04-08 Karl Berry <karl@gnu.org>
7198
7199 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
7200 * macros.texi (Backquote): Downcase Backquote in index entries for
7201 consistency.
7202
7203 2007-04-08 Richard Stallman <rms@gnu.org>
7204
7205 * text.texi (Adaptive Fill): Just describe default,
7206 don't show it (since it contains non-ASCII chars).
7207
7208 2007-04-07 Karl Berry <karl@gnu.org>
7209
7210 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
7211 adaptive-fill-regexp's value, since they are not in the standard
7212 TeX fonts.
7213
7214 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
7215
7216 * display.texi (Defining Faces): Fix example.
7217
7218 2007-04-07 Karl Berry <karl@gnu.org>
7219
7220 * display.texi (Button Buffer Commands): Improve page break.
7221
7222 2007-04-07 Richard Stallman <rms@gnu.org>
7223
7224 * advice.texi (Activation of Advice): Remove redundant index entry.
7225
7226 * backups.texi: Improve index entries. Remove redundant ones.
7227
7228 * compile.texi (Byte Compilation): Improve index entry.
7229
7230 * hash.texi (Creating Hash): Improve index entry.
7231
7232 * symbols.texi (Definitions): Improve index entry.
7233
7234 * edebug.texi: Improve index entries. Remove redundant/useless ones.
7235
7236 * maps.texi (Standard Keymaps): Remove useless index entry.
7237
7238 * help.texi (Documentation Basics): Remove redundant index entries.
7239
7240 * customize.texi: Improve index entries.
7241 Remove redundant/useless ones.
7242
7243 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
7244
7245 * streams.texi (Output Variables): Improve index entry.
7246
7247 * abbrevs.texi (Abbrevs): Remove useless index entry.
7248
7249 * macros.texi (Expansion): Remove useless index entry.
7250
7251 * text.texi: Improve index entries. Remove redundant/useless ones.
7252 (Text Properties, Examining Properties)
7253 (Special Properties): Use "property category" instead of "category"
7254 to refer to the `category' property.
7255
7256 * positions.texi: Improve index entries. Remove useless one.
7257
7258 * lists.texi: Improve index entries. Remove redundant/useless ones.
7259
7260 * os.texi: Improve index entries.
7261 (Timers): Fix previous change.
7262
7263 * buffers.texi: Improve index entries.
7264 (Modification Time): Get rid of term "obsolete buffer".
7265
7266 * debugging.texi: Improve index entries.
7267 (Test Coverage): Add xref to other test coverage ftr.
7268
7269 * eval.texi: Improve index entry. Remove redundant ones.
7270
7271 * numbers.texi: Improve index entries. Remove redundant/useless ones.
7272
7273 * files.texi: Improve index entries. Remove redundant/useless ones.
7274
7275 * objects.texi: Improve index entries.
7276
7277 * processes.texi: Improve index entries.
7278
7279 * modes.texi: Improve index entry. Remove redundant one.
7280
7281 * nonascii.texi: Improve index entries.
7282
7283 * internals.texi: Improve index entries.
7284
7285 * syntax.texi: Improve index entries.
7286
7287 * keymaps.texi (Active Keymaps): Improve index entries.
7288
7289 * commands.texi: Improve index entries. Remove redundant/useless ones.
7290
7291 * frames.texi: Improve index entries. Remove redundant/useless ones.
7292
7293 * markers.texi: Improve index entries. Remove redundant ones.
7294
7295 * tips.texi: Improve index entries.
7296
7297 * loading.texi (Unloading): Improve index entry.
7298
7299 * variables.texi: Improve index entries. Remove redundant one.
7300
7301 * sequences.texi: Improve index entry.
7302
7303 * display.texi: Improve index entries. Remove redundant ones.
7304
7305 * windows.texi: Improve index entries.
7306
7307 * searching.texi: Improve index entries. Remove redundant one.
7308
7309 * strings.texi (Case Tables): Improve last change.
7310
7311 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
7312
7313 * strings.texi (Case Tables): Document with-case-table and
7314 ascii-case-table.
7315
7316 2007-04-03 Karl Berry <karl@gnu.org>
7317
7318 * processes.texi (Network): Reword to improve page break.
7319
7320 2007-04-03 Eli Zaretskii <eliz@gnu.org>
7321
7322 * functions.texi (Inline Functions): Describe more disadvantages
7323 of defsubst, and make advice against it stronger.
7324
7325 2007-04-02 Karl Berry <karl@gnu.org>
7326
7327 * backups.texi (Backup Names): Avoid widow words.
7328 * modes.texi (Example Major Modes): Align last comment.
7329
7330 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
7331
7332 * keymaps.texi (Remapping Commands): Document new arg to
7333 command-remapping.
7334
7335 2007-04-01 Karl Berry <karl@gnu.org>
7336
7337 * processes.texi (Low-Level Network): Typo.
7338 * loading.texi (Hooks for Loading): Avoid double "the".
7339 * keymaps.texi (Key Sequences): No double "and".
7340 (Changing Key Bindings): Shorten to improve line break.
7341
7342 2007-03-31 Glenn Morris <rgm@gnu.org>
7343
7344 * os.texi (Timers): Fix description of run-at-time TIME formats.
7345
7346 2007-03-31 Richard Stallman <rms@gnu.org>
7347
7348 * display.texi (Invisible Text): Correct buffer-invisibility-spec
7349 regarding ellipsis.
7350
7351 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7352
7353 * intro.texi (nil and t):
7354 * symbols.texi (Plists and Alists):
7355 * variables.texi (Variable Aliases, Constant Variables):
7356 * functions.texi (Defining Functions):
7357 * advice.texi (Advising Primitives):
7358 * debugging.texi (Syntax Errors, Compilation Errors):
7359 * minibuf.texi (Minibuffer Windows):
7360 * commands.texi (Adjusting Point):
7361 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7362 (Auto Major Mode, Major Mode Conventions):
7363 * help.texi (Describing Characters):
7364 * files.texi (Create/Delete Dirs, Information about Files)
7365 (File Locks, Writing to Files, Reading from Files)
7366 (Saving Buffers):
7367 * windows.texi (Resizing Windows, Cyclic Window Ordering):
7368 * frames.texi (Finding All Frames):
7369 * positions.texi (Buffer End, Motion):
7370 * markers.texi (The Region):
7371 * text.texi (Deletion, Near Point):
7372 * display.texi (Displaying Messages, Truncation):
7373 * os.texi (Processor Run Time):
7374 * tips.texi (Key Binding Conventions, Programming Tips)
7375 (Warning Tips, Documentation Tips, Comment Tips):
7376 * internals.texi (Memory Usage): Improve indexing.
7377
7378 * variables.texi (Frame-Local Variables):
7379 * functions.texi (Argument List):
7380 * loading.texi (Library Search):
7381 * streams.texi (Output Variables):
7382 * keymaps.texi (Translation Keymaps, Searching Keymaps):
7383 * searching.texi (Replacing Match, Search and Replace):
7384 * processes.texi (Byte Packing, Decoding Output)
7385 (Accepting Output, Network Servers, Shell Arguments):
7386 * display.texi (Abstract Display, Image Cache, Scroll Bars):
7387 * windows.texi (Window Point, Window Start):
7388 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7389 * commands.texi (Reading Input, Keyboard Events):
7390 * minibuf.texi (Reading File Names, Minibuffer Completion)
7391 (Recursive Mini):
7392 * positions.texi (List Motion):
7393 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7394 * numbers.texi (Arithmetic Operations, Math Functions)
7395 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
7396 * locals.texi (Standard Buffer-Local Variables):
7397 * maps.texi (Standard Keymaps):
7398 * os.texi (User Identification, System Environment, Recording Input)
7399 (X11 Keysyms):
7400 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7401 * backups.texi (Backups and Auto-Saving):
7402 * customize.texi (Customization, Group Definitions)
7403 (Variable Definitions):
7404 * compile.texi (Byte Compilation): Improve index entries.
7405
7406 2007-03-31 Karl Berry <karl@gnu.org>
7407
7408 * macros.texi (Defining Macros): Avoid widow syllable.
7409
7410 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7411
7412 * elisp.texi (Top): Postscript -> PostScript.
7413
7414 * display.texi (Images, Postscript Images): Postscript -> PostScript.
7415
7416 2007-03-31 Markus Triska <markus.triska@gmx.at>
7417
7418 * internals.texi (Writing Emacs Primitives): Untabify `For'.
7419
7420 2007-03-30 Karl Berry <karl@gnu.org>
7421
7422 * lists.texi (List-related Predicates): Remove spurious @need.
7423 (Setcdr): Use @smallexample to improve page break.
7424 (Association Lists) <assoc>: Reword to improve page break.
7425
7426 * strings.texi (String Conversion): Insert blank line to improve
7427 page break.
7428
7429 * numbers.texi (Random Numbers): Use @minus{}.
7430 (Math Functions): Use @minus{}.
7431
7432 * intro.texi (Acknowledgements): Avoid line breaks before middle
7433 initials.
7434
7435 2007-03-24 Eli Zaretskii <eliz@gnu.org>
7436
7437 * errors.texi (Standard Errors): Add an index entry.
7438
7439 2007-03-19 Richard Stallman <rms@gnu.org>
7440
7441 * os.texi (Recording Input): recent-keys now gives 300 keys.
7442
7443 2007-03-12 Glenn Morris <rgm@gnu.org>
7444
7445 * os.texi: Replace "daylight savings" with "daylight saving"
7446 throughout.
7447
7448 2007-03-05 Richard Stallman <rms@gnu.org>
7449
7450 * variables.texi (File Local Variables):
7451 Update enable-local-variables values.
7452
7453 2007-03-04 Richard Stallman <rms@gnu.org>
7454
7455 * syntax.texi (Control Parsing): Minor clarification.
7456
7457 * strings.texi (Formatting Strings): Clarify width, precision, flags.
7458
7459 * sequences.texi (Sequence Functions): Move string-bytes away,
7460 add xref.
7461
7462 * nonascii.texi (Text Representations): Move string-bytes here.
7463
7464 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7465
7466 * minibuf.texi (Basic Completion): Minor clarification.
7467
7468 * markers.texi (The Mark): Clarify existence vs activation of mark.
7469 Other cleanup.
7470
7471 * display.texi (Finding Overlays): Write better example.
7472
7473 * compile.texi (Eval During Compile): Clarify putting macros
7474 in eval-when-compile.
7475
7476 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
7477
7478 * loading.texi (How Programs Do Loading): Fix anchor position at
7479 load-read-function definition doc.
7480
7481 2007-02-21 Kim F. Storm <storm@cua.dk>
7482
7483 * strings.texi (Text Comparison): Mention that assoc-string
7484 converts symbols to strings before testing.
7485
7486 2007-02-17 Kim F. Storm <storm@cua.dk>
7487
7488 * processes.texi (Bindat Spec): Vector types can have optional
7489 element type.
7490 (Bindat Examples): Fix example. Add vector with element type.
7491
7492 2007-02-16 Andreas Schwab <schwab@suse.de>
7493
7494 * strings.texi (Formatting Strings): Document '+' flag.
7495
7496 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
7497
7498 * strings.texi (Modifying Strings): Clarify that `clear-string'
7499 always converts the string to unibyte.
7500
7501 2007-02-14 Kim F. Storm <storm@cua.dk>
7502
7503 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7504 Rewrite glyph code description to refer to these functions.
7505 Remove details of encoding face number and char into integer code.
7506
7507 2007-02-03 Alan Mackenzie <acm@muc.de>
7508
7509 * loading.texi (Hooks for Loading): Make the description of
7510 `eval-after-load' more detailed, and amend the description of
7511 after-load-alist, in accordance with changes from 2006-05.
7512
7513 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
7514
7515 * modes.texi (Defining Minor Modes): Document that a :require
7516 keyword or similar may be required to make saved customization
7517 variables work.
7518
7519 2007-02-03 Eli Zaretskii <eliz@gnu.org>
7520
7521 * elisp.texi (Top): Make the detailed menu headers compliant with
7522 Texinfo guidelines and with what texnfo-upd.el expects.
7523 Add comments to prevent people from inadvertently modifying the key
7524 parts needed by `texinfo-multiple-files-update'.
7525
7526 2007-02-02 Eli Zaretskii <eliz@gnu.org>
7527
7528 * elisp.texi (Top): Update the top-level menus.
7529
7530 * syntax.texi (Categories): Add index entries.
7531
7532 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
7533
7534 * display.texi (Attribute Functions): Fix name and description of
7535 the UNDERLINE arg of `set-face-underline-p'.
7536
7537 2007-01-29 Eli Zaretskii <eliz@gnu.org>
7538
7539 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7540 Variables", and "Standard Keymaps" to the detailed menu.
7541
7542 * variables.texi (Future Local Variables): Add index entry.
7543
7544 2007-01-28 Richard Stallman <rms@gnu.org>
7545
7546 * tips.texi (Coding Conventions): Clarify the tip about macros
7547 that define a function or a variable.
7548
7549 * files.texi (File Attributes): UID and GID can be floats.
7550 (Magic File Names): Explain why deferring all operations to
7551 the standard handler does not work.
7552
7553 2007-01-23 Martin Rudalics <rudalics@gmx.at>
7554
7555 * backups.texi (Reverting): Use "buffer" instead of "file"
7556 when talking about major and minor modes.
7557
7558 2007-01-21 Richard Stallman <rms@gnu.org>
7559
7560 * help.texi (Documentation): Add xref to Documentation Tips.
7561
7562 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
7563
7564 * tips.texi (Coding Conventions): Fix typos.
7565
7566 2007-01-05 Richard Stallman <rms@gnu.org>
7567
7568 * modes.texi (Defining Minor Modes): Fix previous change.
7569
7570 2007-01-03 Richard Stallman <rms@gnu.org>
7571
7572 * customize.texi (Variable Definitions, Customization Types):
7573 Don't use * in doc string for defcustom.
7574
7575 2007-01-02 Richard Stallman <rms@gnu.org>
7576
7577 * variables.texi (Variable Aliases): Clarify that aliases vars
7578 always have the same value.
7579
7580 * processes.texi (Bindat Spec): Fix Texinfo usage.
7581
7582 * modes.texi (Defining Minor Modes): Explain effect of command
7583 defined with define-global-minor-mode on new buffers.
7584
7585 2006-12-30 Kim F. Storm <storm@cua.dk>
7586
7587 * keymaps.texi (Tool Bar): Describe `grow-only' value of
7588 `auto-resize-tool-bars'.
7589
7590 2006-12-30 Richard Stallman <rms@gnu.org>
7591
7592 * keymaps.texi (Active Keymaps): Fix previous change.
7593
7594 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
7595
7596 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
7597
7598 2006-12-30 Kim F. Storm <storm@cua.dk>
7599
7600 * processes.texi (Bindat Spec): Clarify using field names in
7601 length specifications.
7602
7603 2006-12-29 Kim F. Storm <storm@cua.dk>
7604
7605 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
7606 Add count and index variables for eval forms in repeat blocks.
7607
7608 2006-12-24 Richard Stallman <rms@gnu.org>
7609
7610 * customize.texi (Variable Definitions):
7611 Document new name custom-add-frequent-value.
7612
7613 2006-12-19 Kim F. Storm <storm@cua.dk>
7614
7615 * commands.texi (Misc Events): User signals now result in sigusr1
7616 and sigusr2 events which are handled through special-event-map.
7617 (Special Events): User signals and drag-n-drop are special.
7618
7619 2006-12-17 Richard Stallman <rms@gnu.org>
7620
7621 * loading.texi (Named Features): Explain subfeatures better.
7622
7623 * customize.texi: Use "option" only for user options.
7624 For the keyword values inside defcustom etc, say "keywords".
7625 For :options value's elements, say "elements".
7626 :group should not be omitted.
7627
7628 * syntax.texi (Parsing Expressions): Split up node.
7629 (Motion via Parsing, Position Parse, Parser State)
7630 (Low-Level Parsing, Control Parsing): New subnodes.
7631 (Parser State): Document syntax-ppss-toplevel-pos.
7632
7633 * positions.texi (List Motion): Punctuation fix.
7634
7635 * files.texi (File Name Completion): Document PREDICATE arg
7636 to file-name-completion.
7637
7638 2006-12-16 Eli Zaretskii <eliz@gnu.org>
7639
7640 * internals.texi (Building Emacs, Writing Emacs Primitives):
7641 Add index entries.
7642
7643 2006-12-11 Richard Stallman <rms@gnu.org>
7644
7645 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
7646 affects face menu. Explain how to make it non-nil without enabling
7647 any fontification.
7648
7649 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
7650
7651 * modes.texi (Font Lock Basics): Document nil value of
7652 font-lock-defaults.
7653
7654 2006-12-10 Glenn Morris <rgm@gnu.org>
7655
7656 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
7657 value for system-flag argument. Abbrev tables may not be empty
7658 when major modes are loaded.
7659
7660 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
7661
7662 * makefile.w32-in (maintainer-clean): Partially revert last
7663 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
7664 to protect elisp-covers.texi.
7665
7666 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
7667
7668 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
7669 Don't remove elisp* info files; they are already deleted by the
7670 `clean' and `distclean' targets, and they are in the $(infodir)
7671 directory, not the current one.
7672
7673 2006-12-04 Kim F. Storm <storm@cua.dk>
7674
7675 * commands.texi (Misc Events): Update signal events.
7676 (Event Examples): Add signal example.
7677
7678 2006-11-29 Richard Stallman <rms@gnu.org>
7679
7680 * frames.texi (Visibility of Frames): Explain visible windows
7681 can be covered by others. Add xref for raise-frame.
7682
7683 2006-11-28 Richard Stallman <rms@gnu.org>
7684
7685 * searching.texi (Regexp Special): Update when ^ is special.
7686
7687 2006-11-27 Eli Zaretskii <eliz@gnu.org>
7688
7689 * customize.texi (Customization, Common Keywords)
7690 (Group Definitions, Variable Definitions, Composite Types)
7691 (Type Keywords, Customization Types): Add index entries for
7692 various customization keywords.
7693
7694 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7695
7696 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
7697
7698 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
7699
7700 * frames.texi (Window System Selections): Remove clipboard from
7701 description of selection-coding-system.
7702
7703 2006-11-06 Richard Stallman <rms@gnu.org>
7704
7705 * lists.texi (List Variables): Document COMPARE-FN.
7706
7707 * keymaps.texi: Avoid use of "binding" to mean a relation;
7708 use it only to refer to the meaning associated with a key.
7709 (Keymaps): Change menu node description.
7710
7711 * elisp.texi (Top): Change menu node description.
7712
7713 * display.texi (Managing Overlays): Document overlay-recenter.
7714
7715 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
7716
7717 * Makefile.in: Use relative paths to avoid advertising filesystem
7718 contents during compilation.
7719
7720 2006-10-23 Kim F. Storm <storm@cua.dk>
7721
7722 * commands.texi (Event Input Misc): Update unread-command-events.
7723
7724 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7725
7726 * lists.texi (Sets And Lists): Fix typos.
7727
7728 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7729
7730 * control.texi (Processing of Errors): Use @var for an argument,
7731 not @code.
7732
7733 2006-10-16 Richard Stallman <rms@gnu.org>
7734
7735 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
7736
7737 * keymaps.texi (Format of Keymaps): Show all the keymap element
7738 patterns that result from menu items.
7739 (Key Lookup): Minor cleanups.
7740
7741 * modes.texi (Precalculated Fontification): Don't say that
7742 not setting font-lock-defaults avoids loading font-lock.
7743
7744 * help.texi (Documentation): Move xref to Emacs Manual here.
7745 (Documentation Basics): From here.
7746 Also doc emacs-lisp-docstring-fill-column.
7747
7748 * elisp.texi: Update version and ISBN.
7749
7750 * commands.texi (Interactive Call): Clarify KEYS arg to
7751 call-interactively is a vector.
7752 (Command Loop Info): Delete anchor in this-command-keys.
7753 Add anchor in this-command-keys-vector.
7754 (Recursive Editing): Document how recursive-edit
7755 handles the current buffer.
7756
7757 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
7758
7759 * frames.texi (Frame Titles): %c and %l are ignored in
7760 frame-title-format.
7761
7762 2006-10-11 Richard Stallman <rms@gnu.org>
7763
7764 * keymaps.texi (Key Sequences): Clarify use of kbd.
7765
7766 2006-10-10 Kim F. Storm <storm@cua.dk>
7767
7768 * lists.texi (Sets And Lists): Add memql.
7769
7770 2006-10-03 Richard Stallman <rms@gnu.org>
7771
7772 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
7773 Clarify :ascii: and :nonascii:.
7774
7775 2006-09-29 Juri Linkov <juri@jurta.org>
7776
7777 * modes.texi (%-Constructs): Reorder coding systems in the
7778 documentation of %z to the real order displayed in the modeline.
7779
7780 2006-09-25 Richard Stallman <rms@gnu.org>
7781
7782 * os.texi (Timers): Describe timer-max-repeats.
7783
7784 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
7785
7786 * os.texi (Timers): Mention with-local-quit.
7787
7788 2006-09-24 Richard Stallman <rms@gnu.org>
7789
7790 * searching.texi (Searching and Matching): Mention property search.
7791
7792 * commands.texi (Command Loop Info): Explain how read-event affects
7793 this-command-keys.
7794
7795 2006-09-20 Richard Stallman <rms@gnu.org>
7796
7797 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
7798
7799 * windows.texi (Window Start): Minor cleanups.
7800
7801 2006-09-20 Kim F. Storm <storm@cua.dk>
7802
7803 * windows.texi (Window Start): pos-visible-in-window-p allows
7804 specifying t for position to mean "end of window".
7805 Add window-line-height.
7806
7807 * anti.texi (Antinews): Mention window-line-height.
7808
7809 2006-09-19 David Kastrup <dak@gnu.org>
7810
7811 * keymaps.texi (Searching Keymaps): Small clarification.
7812
7813 2006-09-18 Richard Stallman <rms@gnu.org>
7814
7815 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
7816 cause keyboard menus.
7817 (Menu Keymaps): Likewise.
7818 (Defining Menus, Keyboard Menus): Clarify.
7819
7820 * text.texi (Fields): Clarify explanation of constrain-to-field.
7821
7822 2006-09-16 Eli Zaretskii <eliz@gnu.org>
7823
7824 * variables.texi (Tips for Defining): Fix a typo.
7825
7826 2006-09-15 Richard Stallman <rms@gnu.org>
7827
7828 * keymaps.texi (Remapping Commands, Searching Keymaps)
7829 (Active Keymaps): Clean up previous change.
7830
7831 2006-09-15 Jay Belanger <belanger@truman.edu>
7832
7833 * gpl.texi: Replace "Library Public License" by "Lesser Public
7834 License" throughout.
7835
7836 2006-09-15 David Kastrup <dak@gnu.org>
7837
7838 * keymaps.texi (Active Keymaps): Adapt description to use
7839 `get-char-property' instead `get-text-property'. Explain how
7840 mouse events change this. Explain the new optional argument of
7841 `key-binding' and its mouse-dependent lookup.
7842 (Searching Keymaps): Adapt description similarly.
7843 (Remapping Commands): Explain the new optional argument of
7844 `command-remapping'.
7845
7846 2006-09-14 Richard Stallman <rms@gnu.org>
7847
7848 * keymaps.texi (Searching Keymaps): Clarification.
7849 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
7850
7851 2006-09-13 Richard Stallman <rms@gnu.org>
7852
7853 * objects.texi (Character Type): Node split.
7854 Add xref to Describing Characters.
7855 (Basic Char Syntax, General Escape Syntax)
7856 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
7857
7858 2006-09-11 Richard Stallman <rms@gnu.org>
7859
7860 * display.texi (Display Table Format): Wording clarification.
7861 (Glyphs): Clarifications.
7862
7863 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
7864
7865 * keymaps.texi (Active Keymaps): Mention that key-binding checks
7866 local maps.
7867
7868 2006-09-10 Kim F. Storm <storm@cua.dk>
7869
7870 * display.texi (Forcing Redisplay): Document return value of
7871 function redisplay.
7872
7873 2006-09-09 Richard Stallman <rms@gnu.org>
7874
7875 * windows.texi (Window Hooks): Explain limits of
7876 window-scroll-functions.
7877
7878 * display.texi (Fringe Indicators): Update for last change in
7879 indicate-buffer-boundaries.
7880
7881 2006-09-08 Richard Stallman <rms@gnu.org>
7882
7883 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
7884
7885 2006-09-06 Kim F. Storm <storm@cua.dk>
7886
7887 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
7888
7889 * windows.texi (Window Start): Update pos-visible-in-window-p.
7890
7891 2006-09-04 Richard Stallman <rms@gnu.org>
7892
7893 * processes.texi (Accepting Output): Explain SECONDS=0 for
7894 accept-process-output.
7895
7896 * os.texi (Idle Timers): Explain why timer functions should not
7897 loop until (input-pending-p).
7898
7899 2006-09-02 Eli Zaretskii <eliz@gnu.org>
7900
7901 * makefile.w32-in (usermanualdir): New variable.
7902 (elisp.dvi): Use it.
7903
7904 2006-09-01 Eli Zaretskii <eliz@gnu.org>
7905
7906 * buffers.texi (Buffer Modification): Fix last change.
7907
7908 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
7909
7910 * buffers.texi (Buffer Modification):
7911 Document buffer-chars-modified-tick.
7912
7913 2006-08-31 Richard Stallman <rms@gnu.org>
7914
7915 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
7916
7917 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
7918
7919 * modes.texi (Syntactic Font Lock):
7920 Mention font-lock-syntactic-face-function
7921 instead of specific faces.
7922
7923 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
7924
7925 * display.texi (Images): Add xrref to display-images-p.
7926
7927 2006-08-28 Kenichi Handa <handa@m17n.org>
7928
7929 * nonascii.texi (Lisp and Coding Systems): Fix description of
7930 detect-coding-region.
7931
7932 2006-08-27 Michael Olson <mwolson@gnu.org>
7933
7934 * processes.texi (Transaction Queues): Remove stray quote
7935 character.
7936
7937 2006-08-25 Richard Stallman <rms@gnu.org>
7938
7939 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
7940 Add xref.
7941
7942 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
7943
7944 * os.texi (Timers): Avoid waiting inside timers.
7945
7946 2006-08-21 Lute Kamstra <lute@gnu.org>
7947
7948 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
7949
7950 2006-08-20 Richard Stallman <rms@gnu.org>
7951
7952 * os.texi (Idle Timers): New node, split out from Timers.
7953 Document current-idle-time.
7954 * commands.texi (Reading One Event): Update xref.
7955 * elisp.texi (Top): Update subnode menu.
7956
7957 2006-08-16 Richard Stallman <rms@gnu.org>
7958
7959 * keymaps.texi (Extended Menu Items): Show format of cached
7960 bindings in extended menu items.
7961
7962 * customize.texi (Variable Definitions): Explain when the
7963 standard value expression is evaluated.
7964
7965 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
7966
7967 * commands.texi (Reading One Event): Explain idleness in
7968 `read-event'.
7969
7970 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
7971
7972 * text.texi (Near Point): Say "cursor" not "terminal cursor".
7973 (Commands for Insertion): Remove split-line since it's not
7974 relevant for Lisp programming.
7975 (Yank Commands): Rewrite introduction.
7976 (Undo): Clarify.
7977 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
7978 (Filling): Remove redundant comment. Clarify return value of
7979 current-justification.
7980 (Margins): Minor clarifications.
7981 (Adaptive Fill): Update default value of adaptive-fill-regexp.
7982 (Sorting): Update definition of sort-lines.
7983 (Columns): Clarify behavior of sort-columns.
7984 (Indent Tabs): Link to Tab Stops in Emacs manual.
7985 (Special Properties): Clarify.
7986 (Clickable Text): Mention Buttons package.
7987
7988 2006-08-12 Kevin Ryde <user42@zip.com.au>
7989
7990 * os.texi (Time Parsing): Add %z to description of
7991 format-time-string, as per docstring. Add cross reference to
7992 glibc manual for strftime.
7993
7994 2006-08-08 Richard Stallman <rms@gnu.org>
7995
7996 * modes.texi: Clean up wording in previous change.
7997
7998 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
7999
8000 * modes.texi (Hooks): Clarify.
8001 (Major Mode Basics): Mention define-derived-mode explicitly.
8002 (Major Mode Conventions): Rebinding RET is OK for some modes.
8003 Mention change-major-mode-hook and after-change-major-mode-hook.
8004 (Example Major Modes): Move to end of Modes section.
8005 (Mode Line Basics): Clarify.
8006 (Mode Line Data): Mention help-echo and local-map in strings.
8007 Explain reason for treatment of non-risky variables.
8008 (Properties in Mode): Clarify.
8009 (Faces for Font Lock): Add font-lock-negation-char-face.
8010
8011 2006-08-04 Eli Zaretskii <eliz@gnu.org>
8012
8013 * strings.texi (Formatting Strings): Warn against arbitrary
8014 strings as first arg to `format'.
8015
8016 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
8017
8018 * text.texi (Clickable Text): Mention `help-echo' text property.
8019 Update intro, examples and associated explanations.
8020
8021 2006-07-31 Richard Stallman <rms@gnu.org>
8022
8023 * commands.texi: Update xrefs.
8024 (Event Mod): New node, cut out from old Translating Input.
8025
8026 * maps.texi: Update xrefs.
8027
8028 * keymaps.texi (Translation Keymaps): New node.
8029 Update xrefs from Translating Input to Translation Keymaps.
8030
8031 * elisp.texi (Top): Update subnode menu.
8032
8033 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8034
8035 * os.texi (System Interface): Fix menu descriptions of some nodes.
8036 (Translating Input): Node deleted.
8037
8038 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
8039
8040 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8041
8042 * lists.texi (Sets And Lists): Likewise.
8043
8044 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
8045
8046 * text.texi (Fields): Mention POS
8047 requirement when narrowing is in effect.
8048
8049 2006-07-28 Richard Stallman <rms@gnu.org>
8050
8051 * display.texi (Face Attributes): Simplify wording.
8052 (Attribute Functions): Clarify meaning of new-frame default
8053 attribute settings.
8054
8055 * customize.texi (Common Keywords): Document how to use
8056 :package-version in a package not in Emacs.
8057
8058 2006-07-28 Kim F. Storm <storm@cua.dk>
8059
8060 * commands.texi (Reading One Event): Fix last change.
8061
8062 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
8063
8064 * commands.texi (Reading One Event): Document SECONDS argument for
8065 read-event, read-char, and read-char-exclusive.
8066
8067 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8068
8069 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8070 to ensure correct identification.
8071
8072 2006-07-24 Richard Stallman <rms@gnu.org>
8073
8074 * text.texi (Clickable Text): Clarify.
8075
8076 * sequences.texi (Vector Functions): Delete duplicate xref.
8077
8078 * objects.texi (Function Type): Clarify.
8079
8080 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8081 modes.
8082
8083 * lists.texi (List Variables): New node.
8084 Material moved from other nodes.
8085
8086 * variables.texi (Setting Variables): add-to-list and
8087 add-to-ordered-list moved to List Variables node.
8088
8089 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8090
8091 * text.texi (Links and Mouse-1):
8092 For mouse-on-link-p, expand on arg POS.
8093
8094 2006-07-21 Kim F. Storm <storm@cua.dk>
8095
8096 * display.texi (Forcing Redisplay): Don't mention systems which
8097 don't support sub-second timers for redisplay-preemption-period.
8098
8099 * os.texi (Terminal Output): Clarify text vs graphical terminal.
8100
8101 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8102
8103 * frames.texi (Input Focus): Document that focus-follows-mouse has
8104 no effect on MS-Windows.
8105
8106 2006-07-18 Richard Stallman <rms@gnu.org>
8107
8108 * display.texi (Forcing Redisplay): Cleanups in previous change.
8109
8110 * processes.texi (Low-Level Network): Make menu more convenient.
8111
8112 2006-07-18 Kim F. Storm <storm@cua.dk>
8113
8114 * display.texi (Forcing Redisplay): redisplay-preemption-period
8115 only used on window systems. Add xref to Terminal Output.
8116
8117 * os.texi (Terminal Output): baud-rate only controls preemption on
8118 non-window systems. Add xref to Forcing Redisplay.
8119
8120 * processes.texi (Low-Level Network): Rename node "Make Network"
8121 to "Network Processes".
8122
8123 2006-07-18 Karl Berry <karl@gnu.org>
8124
8125 * variables.texi, functions.texi, customize.texi, loading.texi:
8126 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8127
8128 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8129
8130 * commands.texi (Waiting): Document batch-mode sit-for behavior.
8131
8132 2006-07-17 Richard Stallman <rms@gnu.org>
8133
8134 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8135 Put period and comma inside quotes.
8136
8137 * loading.texi, markers.texi: Use real doublequote inside menus.
8138
8139 * windows.texi: Put point and comma inside quotes.
8140 (Textual Scrolling): Use @samp for error message.
8141
8142 * variables.texi, tips.texi, syntax.texi, symbols.texi:
8143 * strings.texi, streams.texi, processes.texi, os.texi:
8144 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8145 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8146 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8147 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8148 Put point and comma inside quotes.
8149
8150 * control.texi (Processing of Errors): Add command-error-function.
8151
8152 * variables.texi (File Local Variables): Clarify that
8153 file local variables make buffer-local bindings.
8154
8155 * modes.texi (Syntactic Font Lock): Give default for
8156 font-lock-syntax-table.
8157
8158 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
8159
8160 * text.texi (Special Properties): Clean up previous change.
8161
8162 2006-07-16 Karl Berry <karl@gnu.org>
8163
8164 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8165 * control.texi: Fix bad page breaks through chapter 10 (control).
8166
8167 * anti.texi (Antinews): Reorder face-attribute fns to avoid
8168 underfull hbox.
8169
8170 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
8171
8172 * text.texi (Special Properties): Describe fontified text property
8173 in relation to a character (not text).
8174
8175 2006-07-15 Kim F. Storm <storm@cua.dk>
8176
8177 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8178 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8179 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8180
8181 * anti.texi (Antinews): Mention redisplay function.
8182 The kbd macro existed, but was not documented, before 22.x.
8183 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
8184
8185 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8186
8187 * display.texi (Displaying Messages): Add anchor.
8188
8189 * frames.texi (Dialog Boxes): Use it.
8190
8191 2006-07-12 Richard Stallman <rms@gnu.org>
8192
8193 * objects.texi (Frame Type): Explain nature of frames better.
8194
8195 * frames.texi (Frames): Explain nature of frames better.
8196
8197 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
8198
8199 * tips.texi (Coding Conventions): Explain why use cl at compile time.
8200
8201 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8202
8203 * frames.texi (Window System Selections): Mention scrap support for Mac.
8204 Default value of x-select-enable-clipboard is t on Mac.
8205
8206 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
8207
8208 2006-07-11 Kim F. Storm <storm@cua.dk>
8209
8210 * display.texi (Forcing Redisplay): Add `redisplay' function.
8211 Don't mention (sit-for -1) -- use (redisplay t) instead.
8212
8213 * commands.texi (Waiting): (sit-for -1) is no longer special.
8214 (sit-for 0) is equivalent to (redisplay).
8215 Iconifying/deiconifying no longer makes sit-for return.
8216
8217 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8218
8219 * display.texi (Buttons): Fix typo.
8220
8221 * index.texi, elisp.texi (New Symbols): Comment node out.
8222
8223 2006-07-09 Richard Stallman <rms@gnu.org>
8224
8225 * display.texi (Truncation): Clean up previous change.
8226
8227 2006-07-08 Richard Stallman <rms@gnu.org>
8228
8229 * commands.texi (Interactive Call): Use 3 as prefix in example
8230 for execute-extended-command.
8231
8232 * display.texi (Attribute Functions): Move paragraph about
8233 compatibility with Emacs < 21.
8234
8235 2006-07-09 Kim F. Storm <storm@cua.dk>
8236
8237 * display.texi (Refresh Screen): Clarify force-window-update.
8238 (Truncation): "Normally" indicated by fringe arrows.
8239
8240 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8241
8242 * windows.texi (Textual Scrolling, Resizing Windows):
8243 * variables.texi (Constant Variables):
8244 * text.texi (Buffer Contents, Deletion, Changing Properties)
8245 (Property Search, Special Properties, Sticky Properties)
8246 (Links and Mouse-1, Fields, Change Hooks):
8247 * syntax.texi (Syntax Table Functions, Parsing Expressions)
8248 (Categories):
8249 * symbols.texi (Other Plists):
8250 * streams.texi (Output Variables):
8251 * processes.texi (Input to Processes, Query Before Exit):
8252 * positions.texi (Word Motion, Text Lines, List Motion):
8253 * os.texi (Init File, System Environment, Sound Output)
8254 (Session Management):
8255 * nonascii.texi (Text Representations, Character Sets)
8256 (Chars and Bytes, Locales):
8257 * modes.texi (Defining Minor Modes, Header Lines):
8258 * minibuf.texi (Minibuffer Contents):
8259 * markers.texi (Information from Markers):
8260 * lists.texi (List Elements, Building Lists, Association Lists):
8261 * keymaps.texi (Tool Bar):
8262 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
8263 * functions.texi (What Is a Function, Mapping Functions):
8264 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
8265 (Color Names, Text Terminal Colors, Display Feature Testing):
8266 * files.texi (Visiting Functions, File Name Components)
8267 (Unique File Names, Contents of Directories):
8268 * display.texi (Forcing Redisplay, Displaying Messages)
8269 (Temporary Displays, Font Selection, Auto Faces)
8270 (Font Lookup, Fringe Indicators, Display Margins)
8271 (Image Descriptors, Showing Images, Image Cache, Button Types)
8272 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
8273 (Display Table Format, Glyphs):
8274 * control.texi (Iteration):
8275 * commands.texi (Command Loop Info, Adjusting Point):
8276 * backups.texi (Making Backups, Auto-Saving):
8277 Remove @tindex entries.
8278
8279 2006-07-07 Kim F. Storm <storm@cua.dk>
8280
8281 * display.texi (Fringe Cursors): Fix typo.
8282 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
8283 (Overlay Arrow): Default is overlay-arrow fringe indicator.
8284
8285 2006-07-05 Richard Stallman <rms@gnu.org>
8286
8287 * text.texi (Buffer Contents): Add example of text props
8288 in result of buffer-substring.
8289 (Text Properties): Explain better about use of specific property names.
8290 (Property Search): Some cleanups; reorder some functions.
8291
8292 * keymaps.texi (Changing Key Bindings): Cleanup.
8293 Add xref to Key Binding Conventions.
8294
8295 * display.texi (Attribute Functions): Add examples for
8296 face-attribute-relative-p.
8297
8298 * tips.texi (Coding Conventions): Cleanup last change.
8299
8300 2006-07-05 Karl Berry <karl@gnu.org>
8301
8302 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
8303 Remove @setchapternewpage odd.
8304 Result is 1013 pages, down from 1100.
8305
8306 * anti.texi, customize.texi, display.texi, internals.texi:
8307 * minibuf.texi, modes.texi, tips.texi:
8308 Fix overfull/underfull boxes.
8309
8310 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8311
8312 * edebug.texi (Instrumenting):
8313 Add Edebug-specific findex for eval-buffer.
8314 * loading.texi (Loading):
8315 Replace eval-current-buffer with eval-buffer.
8316
8317 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8318
8319 * locals.texi (Standard Buffer-Local Variables): Update the list
8320 of variables.
8321
8322 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
8323
8324 * files.texi (File Name Completion): Point user to the node
8325 "Reading File Names".
8326
8327 2006-06-24 Eli Zaretskii <eliz@gnu.org>
8328
8329 * files.texi (Contents of Directories): Document case-insensitive
8330 behavior on respective filesystems.
8331
8332 * objects.texi (Character Type): Document that Emacs signals an
8333 error for unsupported Unicode characters specified as \uNNNN.
8334
8335 2006-06-19 Richard Stallman <rms@gnu.org>
8336
8337 * processes.texi (Bindat Spec): Clarify previous change.
8338
8339 2006-06-16 Richard Stallman <rms@gnu.org>
8340
8341 * tips.texi (Coding Conventions): Better explain conventions
8342 for definition constructs.
8343
8344 * text.texi (Special Properties): String value of `read-only'
8345 serves as the error message.
8346
8347 * objects.texi (Character Type): Clarify prev. change.
8348 (Non-ASCII in Strings): Mention \u and \U.
8349
8350 * commands.texi (Using Interactive): Explain problem of
8351 markers, etc., in command-history.
8352
8353 2006-06-14 Kim F. Storm <storm@cua.dk>
8354
8355 * commands.texi (Waiting): Negative arg to sit-for forces
8356 redisplay even if input is pending.
8357
8358 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8359 redisplay. Remove incorrect example of binding redisplay-dont-pause
8360 around (sit-for 0).
8361
8362 2006-06-13 Richard Stallman <rms@gnu.org>
8363
8364 * display.texi (Forcing Redisplay): Clarify previous change.
8365
8366 2006-06-13 Romain Francoise <romain@orebokech.com>
8367
8368 * display.texi (Forcing Redisplay): Fix typo.
8369
8370 2006-06-13 Kim F. Storm <storm@cua.dk>
8371
8372 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8373
8374 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
8375
8376 * tips.texi (Coding Conventions): Add `@end itemize'.
8377
8378 2006-06-10 Richard Stallman <rms@gnu.org>
8379
8380 * tips.texi (Coding Conventions): Explain use of coding systems
8381 to ensure one decoding for strings.
8382
8383 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
8384
8385 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8386 syntax.
8387
8388 2006-06-07 Eli Zaretskii <eliz@gnu.org>
8389
8390 * display.texi (Font Selection): Remove description of
8391 clear-face-cache.
8392
8393 * compile.texi (Eval During Compile): Fix a typo. Add index
8394 entries for possible uses of eval-when-compile.
8395
8396 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
8397
8398 * display.texi (Abstract Display): Fix typo.
8399
8400 2006-06-03 Eli Zaretskii <eliz@gnu.org>
8401
8402 * minibuf.texi (Minibuffer History) <history-add-new-input>:
8403 Reword variable's description.
8404
8405 2006-06-01 Richard Stallman <rms@gnu.org>
8406
8407 * windows.texi (Splitting Windows): Clarify splitting nonselected
8408 window.
8409
8410 2006-05-31 Juri Linkov <juri@jurta.org>
8411
8412 * minibuf.texi (Minibuffer History): Add history-add-new-input.
8413
8414 2006-05-30 Richard Stallman <rms@gnu.org>
8415
8416 * display.texi (Line Height): Fix errors in description of
8417 default line height and line-height property.
8418
8419 * nonascii.texi (Default Coding Systems): Further clarification.
8420
8421 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
8422
8423 * internals.texi (Pure Storage): Mention that an overflow in pure
8424 space causes a memory leak.
8425 (Garbage Collection): If there was an overflow in pure space,
8426 `garbage-collect' returns nil.
8427
8428 2006-05-30 Eli Zaretskii <eliz@gnu.org>
8429
8430 * nonascii.texi (Default Coding Systems): Fix it some more.
8431
8432 2006-05-29 Eli Zaretskii <eliz@gnu.org>
8433
8434 * nonascii.texi (Default Coding Systems): Fix last change.
8435
8436 2006-05-29 Kenichi Handa <handa@m17n.org>
8437
8438 * nonascii.texi (find-operation-coding-system): Describe the new
8439 argument format (FILENAME . BUFFER).
8440
8441 2006-05-28 Richard Stallman <rms@gnu.org>
8442
8443 * tips.texi (Coding Conventions): Better explain reasons not to
8444 advise other packages or use `eval-after-load'.
8445
8446 2006-05-29 Kim F. Storm <storm@cua.dk>
8447
8448 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8449 `bindat-idx' and `bindat-raw' for clarity.
8450
8451 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8452
8453 * processes.texi (Bindat Spec): Expand on `repeat' handler.
8454
8455 * display.texi (Display): Add "Abstract Display" to menu.
8456 (Abstract Display, Abstract Display Functions)
8457 (Abstract Display Example): New nodes.
8458 * elisp.texi (Top): Add "Abstract Display" to menu.
8459
8460 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
8461
8462 * keymaps.texi (Key Sequences): Link to input events definition.
8463 (Format of Keymaps): Delete material duplicated in Keymap Basics.
8464
8465 * files.texi (Changing Files): Document updated argument list for
8466 copy-file.
8467
8468 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8469
8470 * processes.texi (Bindat Functions): Explain term "total length".
8471 Use it in bindat-length and bindat-pack descriptions.
8472
8473 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8474
8475 * tips.texi (Coding Conventions): Advise against using
8476 eval-after-load in packages. Add an index entry.
8477
8478 2006-05-25 Juri Linkov <juri@jurta.org>
8479
8480 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8481
8482 * modes.texi (%-Constructs): Add %e, %z, %Z.
8483
8484 2006-05-25 Richard Stallman <rms@gnu.org>
8485
8486 * elisp.texi (Top): Update subnode menu.
8487
8488 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8489 (Keymaps): Update menu.
8490
8491 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8492
8493 * keymaps.texi (Key Sequences): Some clarifications.
8494
8495 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8496
8497 * processes.texi (Bindat Functions): Say "unibyte string"
8498 explicitly for bindat-unpack and bindat-pack descriptions.
8499 (Bindat Examples): Don't call `string-make-unibyte' in example.
8500
8501 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8502
8503 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
8504 Explain string and vector representations of key sequences.
8505
8506 * keymaps.texi (Changing Key Bindings):
8507 * commands.texi (Interactive Codes):
8508 * help.texi (Describing Characters): Refer to it.
8509
8510 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
8511
8512 * frames.texi (Pointer Shape): @end table -> @end defvar.
8513
8514 2006-05-22 Richard Stallman <rms@gnu.org>
8515
8516 * elisp.texi (Top): Update subnode menus.
8517
8518 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8519 Contents rewritten; material from old Pointer Shape node moved here.
8520
8521 * display.texi (Pointer Shape): Node deleted.
8522 (Image Descriptors): Minor cleanup.
8523
8524 2006-05-21 Richard Stallman <rms@gnu.org>
8525
8526 * syntax.texi (Parsing Expressions): Update info on which STATE
8527 elements are ignored.
8528
8529 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
8530
8531 * hooks.texi (Standard Hooks): Correct typo.
8532
8533 * gpl.texi (GPL): ifinfo -> ifnottex.
8534
8535 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
8536
8537 * searching.texi (Simple Match Data): Warn about match data being
8538 set anew by every search.
8539
8540 2006-05-17 Richard Stallman <rms@gnu.org>
8541
8542 * minibuf.texi (Minibuffer History): Clarify.
8543
8544 * searching.texi (Regexp Special): Clarify nested regexp warning.
8545
8546 2006-05-16 Kim F. Storm <storm@cua.dk>
8547
8548 * minibuf.texi (Minibuffer History): Update add-to-history.
8549
8550 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
8551
8552 * nonascii.texi (Explicit Encoding):
8553 Fix typo (encoding<->decoding).
8554
8555 2006-05-14 Richard Stallman <rms@gnu.org>
8556
8557 * buffers.texi (Creating Buffers): Cleanup.
8558
8559 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8560
8561 2006-05-13 Eli Zaretskii <eliz@gnu.org>
8562
8563 * buffers.texi (Current Buffer): Document that with-temp-buffer
8564 disables undo.
8565
8566 * os.texi (Terminal-Specific): More accurate description of how
8567 Emacs searches for the terminal-specific libraries.
8568
8569 2006-05-12 Eli Zaretskii <eliz@gnu.org>
8570
8571 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8572 emacs-xtra to @inforef's.
8573
8574 * text.texi (Undo): Document that undo is turned off in buffers
8575 whose names begin with a space.
8576
8577 * buffers.texi (Buffer Names): Add index entries for buffers whose
8578 names begin with a space.
8579 (Creating Buffers): Document that undo is turned off in buffers
8580 whose names begin with a space.
8581
8582 * files.texi (Visiting Functions, Reading from Files)
8583 (Saving Buffers): Mention code and EOL conversions by file I/O
8584 primitives and subroutines.
8585
8586 * nonascii.texi (Lisp and Coding Systems):
8587 Document coding-system-eol-type. Add index entries for eol conversion.
8588
8589 * display.texi (Defining Faces): Mention `mac', and add an xref to
8590 where window-system is described.
8591
8592 2006-05-10 Richard Stallman <rms@gnu.org>
8593
8594 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
8595
8596 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8597
8598 * variables.texi (File Local Variables): Recommend to quote lambda
8599 expressions in safe-local-variable property.
8600
8601 2006-05-09 Richard Stallman <rms@gnu.org>
8602
8603 * variables.texi (File Local Variables):
8604 Document safe-local-eval-forms and safe-local-eval-function.
8605
8606 2006-05-07 Kim F. Storm <storm@cua.dk>
8607
8608 * minibuf.texi (Minibuffer History): Remove keep-dups arg
8609 from add-to-history.
8610
8611 2006-05-07 Romain Francoise <romain@orebokech.com>
8612
8613 * commands.texi (Event Input Misc):
8614 * compile.texi (Eval During Compile):
8615 * internals.texi (Buffer Internals):
8616 * minibuf.texi (Initial Input):
8617 * nonascii.texi (Scanning Charsets):
8618 * numbers.texi (Comparison of Numbers):
8619 * windows.texi (Textual Scrolling, Vertical Scrolling):
8620 Fix various typos.
8621
8622 2006-05-06 Eli Zaretskii <eliz@gnu.org>
8623
8624 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
8625 conditional xref's to either emacs or emacs-xtra, depending on
8626 @iftex/@ifnottex.
8627
8628 * minibuf.texi (Minibuffer History): Document add-to-history.
8629
8630 2006-05-05 Eli Zaretskii <eliz@gnu.org>
8631
8632 * internals.texi (Pure Storage): Mention the pure overflow message
8633 at startup.
8634
8635 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
8636
8637 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
8638 (Searching Keymaps): Fix pseudo-Lisp description of keymap
8639 search.
8640
8641 2006-05-01 Richard Stallman <rms@gnu.org>
8642
8643 * intro.texi (nil and t): Clarify.
8644
8645 * variables.texi (File Local Variables): Suggest using booleanp.
8646
8647 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
8648
8649 * objects.texi (Type Predicates): Fix typos.
8650
8651 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8652
8653 * intro.texi (nil and t): Add booleanp.
8654
8655 * objects.texi (Type Predicates): Add links for booleanp and
8656 string-or-null-p.
8657
8658 2006-04-29 Richard Stallman <rms@gnu.org>
8659
8660 * modes.texi (Multiline Font Lock): Rename from
8661 Multi line Font Lock Elements. Much clarification.
8662 (Font Lock Multiline, Region to Fontify): Much clarification.
8663
8664 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8665
8666 * variables.texi (File Local Variables): Remove the special case t for
8667 safe-local-variable.
8668
8669 2006-04-26 Richard Stallman <rms@gnu.org>
8670
8671 * syntax.texi (Parsing Expressions): Minor cleanup.
8672
8673 2006-04-18 Richard Stallman <rms@gnu.org>
8674
8675 * tips.texi (Coding Conventions): Explain when the package's
8676 prefix should appear later on (not at the start of the name).
8677
8678 * searching.texi (String Search): Clarify effect of NOERROR.
8679
8680 * modes.texi (Imenu): Clarify what special items do.
8681
8682 * hooks.texi (Standard Hooks): Delete text about old hook names.
8683
8684 2006-04-17 Romain Francoise <romain@orebokech.com>
8685
8686 * variables.texi (Local Variables): Update the default value of
8687 `max-specpdl-size'.
8688
8689 2006-04-15 Michael Olson <mwolson@gnu.org>
8690
8691 * processes.texi (Transaction Queues): Mention the new optional
8692 `delay-question' argument for `tq-enqueue'.
8693
8694 2006-04-13 Bill Wohler <wohler@newt.com>
8695
8696 * customize.texi (Common Keywords): Use dotted notation for
8697 :package-version value. Specify its values. Improve documentation
8698 for customize-package-emacs-version-alist.
8699
8700 2006-04-12 Bill Wohler <wohler@newt.com>
8701
8702 * customize.texi (Common Keywords): Move description of
8703 customize-package-emacs-version-alist to @defvar.
8704
8705 2006-04-10 Bill Wohler <wohler@newt.com>
8706
8707 * customize.texi (Common Keywords): Add :package-version.
8708
8709 2006-04-10 Kim F. Storm <storm@cua.dk>
8710
8711 * text.texi (Buffer Contents): Add NOPROPS arg to
8712 filter-buffer-substring.
8713
8714 2006-04-08 Kevin Ryde <user42@zip.com.au>
8715
8716 * os.texi (Command-Line Arguments): Update xref to emacs manual
8717 "Command Arguments" -> "Emacs Invocation", per change there.
8718
8719 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
8720
8721 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
8722 be on one line to help makeinfo not render two spaces after the dot.
8723
8724 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8725
8726 * strings.texi (Predicates for Strings): Add string-or-null-p.
8727
8728 2006-03-28 Kim F. Storm <storm@cua.dk>
8729
8730 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
8731 remarks about systems that don't support fractional seconds.
8732
8733 2006-03-25 Karl Berry <karl@gnu.org>
8734
8735 * elisp.texi: Use @copyright{} instead of (C), and do not indent
8736 the year list.
8737
8738 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
8739
8740 * display.texi (Fringe Indicators): Fix typos.
8741
8742 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8743
8744 * tips.texi (Documentation Tips): One can now also write `program'
8745 in front of a quoted symbol in a docstring to prevent making a
8746 hyperlink.
8747
8748 2006-03-19 Alan Mackenzie <acm@muc.de>
8749
8750 * text.texi (Special Properties): Clarify `fontified' property.
8751
8752 2006-03-16 Richard Stallman <rms@gnu.org>
8753
8754 * display.texi (Defining Images): Minor cleanup.
8755
8756 2006-03-16 Bill Wohler <wohler@newt.com>
8757
8758 * display.texi (Defining Images): In image-load-path-for-library,
8759 prefer user's images.
8760
8761 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8762
8763 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
8764
8765 2006-03-15 Bill Wohler <wohler@newt.com>
8766
8767 * display.texi (Defining Images): Fix example in
8768 image-load-path-for-library by not recommending that one binds
8769 image-load-path. Just defvar it to placate compiler and only use
8770 it if previously defined.
8771
8772 2006-03-14 Bill Wohler <wohler@newt.com>
8773
8774 * display.texi (Defining Images): In image-load-path-for-library,
8775 always return list of directories. Update example.
8776
8777 2006-03-14 Alan Mackenzie <acm@muc.de>
8778
8779 * modes.texi: New node, "Region to Fontify" (for Font Lock).
8780 This describes font-lock-extend-region-function.
8781 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
8782 the new node "Region to Fontify".
8783
8784 2006-03-13 Richard Stallman <rms@gnu.org>
8785
8786 * display.texi (Invisible Text): The impossible position is
8787 now before the invisible text, not after.
8788 (Defining Images): Clean up last change.
8789
8790 2006-03-11 Bill Wohler <wohler@newt.com>
8791
8792 * display.texi (Defining Images): Add image-load-path-for-library.
8793
8794 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8795
8796 * text.texi (Adaptive Fill): Fix Texinfo usage.
8797
8798 * strings.texi (Creating Strings): Fix Texinfo usage.
8799
8800 * searching.texi (Regexp Special): Use @samp for regular
8801 expressions that are not in Lisp syntax.
8802
8803 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
8804
8805 * searching.texi (Regexp Special): Put remark between parentheses
8806 to avoid misreading.
8807
8808 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
8809
8810 * searching.texi (Syntax of Regexps): More accurately describe
8811 which characters are special in which situations.
8812 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
8813 are not special. Describe in detail when `[' and `]' are special.
8814 (Regexp Backslash): Plenty of regexps with unbalanced square
8815 brackets are valid, so reword that statement.
8816
8817 2006-03-02 Kim F. Storm <storm@cua.dk>
8818
8819 * keymaps.texi (Tool Bar): Add tool-bar-border.
8820
8821 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
8822
8823 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
8824
8825 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
8826
8827 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
8828
8829 * files.texi (Locating Files): Suggest additional values for the
8830 SUFFIXES arg of `locate-file'. Update pxref.
8831
8832 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
8833 (How Programs Do Loading): Discuss the effects of Auto Compression
8834 mode on `load'.
8835 (Load Suffixes): New node.
8836 (Library Search): Delete description of `load-suffixes'; it was
8837 moved to "Load Suffixes".
8838 (Autoload, Named Features): Mention `load-suffixes'.
8839
8840 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8841
8842 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
8843
8844 * windows.texi (Window Tree): Fix typo.
8845
8846 2006-02-20 Kim F. Storm <storm@cua.dk>
8847
8848 * display.texi (Fringe Indicators): New section.
8849 Move indicate-empty-lines, indicate-buffer-boundaries, and
8850 default-indicate-buffer-boundaries here.
8851 Add fringe-indicator-alist and default-fringes-indicator-alist.
8852 Add list of logical fringe indicator symbols.
8853 Update list of standard bitmap names.
8854 (Fringe Cursors): New section.
8855 Move overflow-newline-into-fringe here.
8856 Add fringe-cursor-alist and default-fringes-cursor-alist.
8857 Add list of fringe cursor symbols.
8858
8859 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
8860
8861 * commands.texi (Using Interactive): Fix reference to node
8862 "Minibuffers".
8863
8864 2006-02-19 Richard M. Stallman <rms@gnu.org>
8865
8866 * minibuf.texi (High-Level Completion):
8867 Add xref to read-input-method-name.
8868
8869 * files.texi (Relative File Names): Move file-relative-name here.
8870 (File Name Expansion): From here. Minor clarifications.
8871
8872 * commands.texi (Using Interactive): Add xrefs about reading input.
8873 Clarify remarks about that moving point and mark.
8874 Put string case before list case.
8875
8876 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
8877
8878 * display.texi (Other Display Specs, Image Descriptors):
8879 Revert erroneous changes. The previous description of
8880 image-descriptors as `(image . PROPS)' was correct.
8881
8882 2006-02-14 Richard M. Stallman <rms@gnu.org>
8883
8884 * variables.texi (File Local Variables): Clarifications.
8885
8886 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
8887
8888 * variables.texi (File Local Variables): Use @code for a cons
8889 cell, not @var.
8890
8891 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
8892
8893 * variables.texi (File Local Variables): Document new file local
8894 variable behavior.
8895
8896 2006-02-10 Kim F. Storm <storm@cua.dk>
8897
8898 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
8899
8900 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
8901
8902 * modes.texi (%-Constructs): Remove obsolete info about
8903 `global-mode-string'.
8904
8905 2006-02-07 Richard M. Stallman <rms@gnu.org>
8906
8907 * commands.texi (Prefix Command Arguments): Minor cleanup.
8908
8909 * display.texi: "Graphical display", not window system.
8910
8911 * functions.texi (What Is a Function): Fix xref.
8912
8913 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
8914 (Changing Key Bindings): Clarify when remapping is better than
8915 substitute-key-definition.
8916
8917 2006-02-02 Richard M. Stallman <rms@gnu.org>
8918
8919 * minibuf.texi (Basic Completion): Completion alists are risky.
8920
8921 * keymaps.texi (Active Keymaps): Clarifications.
8922 (Searching Keymaps): New node.
8923 (Keymaps): Update menu.
8924
8925 * frames.texi (Layout Parameters): Minor clarification.
8926 (Drag and Drop): New node.
8927 (Frames): Update menu.
8928
8929 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
8930
8931 * display.texi (Other Display Specs, Image Descriptors):
8932 Image description is a list, not a cons cell.
8933
8934 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8935
8936 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
8937 list is not necessarily a list).
8938
8939 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8940
8941 * frames.texi (Layout Parameters): border-width and
8942 internal-border-width belong to the frame, not the window.
8943
8944 2006-01-19 Richard M. Stallman <rms@gnu.org>
8945
8946 * nonascii.texi (Translation of Characters): Search cmds use
8947 translation-table-for-input. Automatically made local.
8948
8949 * markers.texi (Overview of Markers): Count insertion type
8950 as one of a marker's attributes.
8951
8952 * keymaps.texi (Controlling Active Maps): New node, split out of
8953 Active Keymaps.
8954 (Keymaps): Menu updated.
8955 (Active Keymaps): Give pseudocode to explain how the active
8956 maps are searched. current-active-maps and key-binding moved here.
8957 (Functions for Key Lookup): current-active-maps and key-binding moved.
8958 Clarifications.
8959 (Searching the Keymaps): New subnode.
8960
8961 * elisp.texi (Top): Menu clarification.
8962
8963 * display.texi (Other Display Specs): Delete duplicate entry for
8964 just a string as display spec. Move text about recursive display
8965 specs on such a string.
8966
8967 * commands.texi (Key Sequence Input): Clarify.
8968 Move num-nonmacro-input-events out.
8969 (Reading One Event): num-nonmacro-input-events moved here.
8970
8971 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
8972
8973 * advice.texi (Simple Advice): Update example to fit argument
8974 change in previous-line.
8975
8976 2006-01-05 Richard M. Stallman <rms@gnu.org>
8977
8978 * markers.texi (The Mark): Fix in `mark'.
8979
8980 2006-01-04 Richard M. Stallman <rms@gnu.org>
8981
8982 * processes.texi (Misc Network, Make Network): Minor cleanups.
8983
8984 2006-01-04 Kim F. Storm <storm@cua.dk>
8985
8986 * processes.texi (Make Network): Add IPv6 addresses and handling.
8987 (Network Feature Testing): Mention (:family ipv6).
8988 (Misc Network): Add IPv6 formats to format-network-address.
8989
8990 2005-12-30 Richard M. Stallman <rms@gnu.org>
8991
8992 * text.texi (Changing Properties):
8993 Don't use return value of set-text-properties.
8994
8995 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8996
8997 * modes.texi (Mode Line Format): Correct typo in menu.
8998
8999 2005-12-29 Richard M. Stallman <rms@gnu.org>
9000
9001 * modes.texi (Mode Line Top): New node.
9002 (Mode Line Data): Some text moved to new node.
9003 Explain the data structure more concretely.
9004 (Mode Line Basics): Clarifications.
9005 (Mode Line Variables): Clarify intro paragraph.
9006 (%-Constructs): Clarify intro paragraph.
9007 (Mode Line Format): Update menu.
9008
9009 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9010
9011 * minibuf.texi (Basic Completion): Update lazy-completion-table
9012 examples for removal of ARGS argument.
9013
9014 2005-12-23 Richard M. Stallman <rms@gnu.org>
9015
9016 * text.texi (Undo): Restore some explanation from the version
9017 that was deleted.
9018
9019 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9020
9021 * text.texi (Undo): Remove duplicate descriptions of `apply
9022 funname' and `apply delta' elements of the undo list.
9023
9024 2005-12-20 Richard M. Stallman <rms@gnu.org>
9025
9026 * help.texi (Help Functions): Update documentation of `apropos'.
9027
9028 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
9029
9030 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9031 because it is confusing. If the :help-echo keyword is a function,
9032 it is not directly used as the :help-echo overlay property, as the
9033 xref seems to suggest (it does not take the appropriate args).
9034
9035 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9036
9037 * customize.texi (Common Keywords): Fix Texinfo usage.
9038 (Group Definitions, Variable Definitions): Update for new
9039 conventions for using `*' in docstrings.
9040
9041 * tips.texi (Documentation Tips): Update for new conventions for
9042 using `*' in docstrings.
9043
9044 2005-12-16 Richard M. Stallman <rms@gnu.org>
9045
9046 * minibuf.texi (Minibuffer Contents): Minor cleanup.
9047
9048 2005-12-16 Juri Linkov <juri@jurta.org>
9049
9050 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9051
9052 2005-12-14 Romain Francoise <romain@orebokech.com>
9053
9054 * modes.texi (Customizing Keywords): Rename `append' to `how'.
9055 Fix typo.
9056
9057 2005-12-11 Juri Linkov <juri@jurta.org>
9058
9059 * minibuf.texi (Completion Commands): Add mention of read-file-name
9060 for filename completion keymaps.
9061 (Reading File Names): Add mention of filename completion keymaps
9062 for read-file-name and xref to `Completion Commands'.
9063
9064 2005-12-10 Richard M. Stallman <rms@gnu.org>
9065
9066 * customize.texi (Common Keywords): State caveats for use of :tag.
9067
9068 2005-12-08 Richard M. Stallman <rms@gnu.org>
9069
9070 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9071 with xrefs and better explanation.
9072 (Completion Commands): Add the filename completion maps.
9073
9074 * objects.texi (Character Type): Clarify that \s is not space
9075 if a dash follows.
9076
9077 2005-12-05 Richard M. Stallman <rms@gnu.org>
9078
9079 * windows.texi (Resizing Windows): Delete preserve-before args.
9080
9081 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9082
9083 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9084 in full keymaps, since the quirk has been fixed.
9085
9086 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9087
9088 * hooks.texi (Standard Hooks): Add index entries.
9089 Mention `compilation-finish-functions'.
9090
9091 2005-11-27 Richard M. Stallman <rms@gnu.org>
9092
9093 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9094
9095 2005-11-21 Juri Linkov <juri@jurta.org>
9096
9097 * customize.texi (Common Keywords): Update links types
9098 custom-manual and url-link. Add link types emacs-library-link,
9099 file-link, function-link, variable-link, custom-group-link.
9100
9101 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9102
9103 * display.texi: Revert 2005-11-20 change.
9104
9105 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9106
9107 * processes.texi (Bindat Functions):
9108 Say "third" to refer to zero-based index "2".
9109
9110 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
9111
9112 * loading.texi (Library Search): Update the default value of
9113 `load-suffixes'.
9114
9115 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9116
9117 * display.texi (Attribute Functions): Mention :ignore-defface.
9118
9119 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9120
9121 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9122 (Minor Mode Conventions): Mention the use of a hook.
9123
9124 2005-11-06 Richard M. Stallman <rms@gnu.org>
9125
9126 * files.texi (Magic File Names): find-file-name-handler checks the
9127 `operations' property of the handler.
9128
9129 2005-11-03 Richard M. Stallman <rms@gnu.org>
9130
9131 * variables.texi (Frame-Local Variables): Small clarification.
9132
9133 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9134
9135 * os.texi (Init File): Document ~/.emacs.d/init.el.
9136
9137 2005-10-29 Richard M. Stallman <rms@gnu.org>
9138
9139 * internals.texi (Garbage Collection): Document memory-full.
9140
9141 2005-10-28 Bill Wohler <wohler@newt.com>
9142
9143 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9144 for URLs.
9145
9146 2005-10-28 Richard M. Stallman <rms@gnu.org>
9147
9148 * minibuf.texi (Completion Commands): Clean up prev change.
9149
9150 2005-10-26 Kevin Ryde <user42@zip.com.au>
9151
9152 * compile.texi (Eval During Compile): Explain recommended uses
9153 of eval-when-compile and eval-and-compile.
9154
9155 2005-10-27 Masatake YAMATO <jet@gyve.org>
9156
9157 * minibuf.texi (Completion Commands):
9158 Write about new optional argument for `display-completion-list'.
9159
9160 2005-10-23 Richard M. Stallman <rms@gnu.org>
9161
9162 * display.texi (Overlay Arrow): Clarify about local bindings of
9163 overlay-arrow-position.
9164
9165 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9166
9167 * internals.texi (Building Emacs): Fix last change.
9168
9169 2005-10-22 Richard M. Stallman <rms@gnu.org>
9170
9171 * internals.texi (Building Emacs): Document eval-at-startup.
9172
9173 2005-10-21 Richard M. Stallman <rms@gnu.org>
9174
9175 * loading.texi (Where Defined): load-history contains abs file names.
9176 symbol-file returns abs file names.
9177
9178 2005-10-19 Kim F. Storm <storm@cua.dk>
9179
9180 * display.texi (Showing Images): Add max-image-size integer value.
9181
9182 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9183
9184 * display.texi (Showing Images): Document max-image-size.
9185
9186 2005-10-17 Richard M. Stallman <rms@gnu.org>
9187
9188 * commands.texi (Quitting): Minor clarification.
9189
9190 * processes.texi (Sentinels): Clarify about output and quitting.
9191 (Filter Functions): Mention with-local-quit.
9192
9193 2005-10-17 Juri Linkov <juri@jurta.org>
9194
9195 * buffers.texi (Current Buffer):
9196 * commands.texi (Event Input Misc):
9197 * compile.texi (Eval During Compile, Compiler Errors):
9198 * customize.texi (Group Definitions):
9199 * display.texi (Progress, Defining Faces):
9200 * files.texi (Writing to Files):
9201 * modes.texi (Mode Hooks, Defining Minor Modes):
9202 * streams.texi (Output Functions):
9203 * syntax.texi (Syntax Table Functions):
9204 * text.texi (Change Hooks):
9205 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
9206
9207 * commands.texi (Quitting): Replace arg `forms' with `body' in
9208 `with-local-quit'.
9209
9210 * positions.texi (Excursions): Replace arg `forms' with `body' in
9211 `save-excursion'.
9212
9213 2005-10-08 Kim F. Storm <storm@cua.dk>
9214
9215 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
9216 Rename manual section accordingly.
9217
9218 2005-10-04 Kim F. Storm <storm@cua.dk>
9219
9220 * windows.texi (Window Split Tree): New section describing
9221 new function window-split-tree function.
9222
9223 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
9224
9225 * display.texi (Fringe Size/Pos): Simplify and add detail.
9226
9227 2005-09-30 Romain Francoise <romain@orebokech.com>
9228
9229 * minibuf.texi (High-Level Completion): Explain that the prompt
9230 given to `read-buffer' should end with a colon and a space.
9231 Update usage examples.
9232
9233 2005-09-29 Juri Linkov <juri@jurta.org>
9234
9235 * display.texi (Displaying Messages): Rename argument name
9236 `string' to `format-string' in functions `message', `message-box',
9237 `message-or-box'.
9238
9239 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
9240
9241 * errors.texi (Standard Errors): Correct xrefs.
9242
9243 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9244
9245 * display.texi (Defining Images): Update documentation for
9246 `image-load-path'.
9247
9248 2005-09-17 Richard M. Stallman <rms@gnu.org>
9249
9250 * display.texi (Defining Images): Clean up previous change.
9251
9252 2005-09-16 Romain Francoise <romain@orebokech.com>
9253
9254 * elisp.texi: Specify GFDL version 1.2.
9255
9256 * doclicense.texi (GNU Free Documentation License): Update to
9257 version 1.2.
9258
9259 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9260
9261 * display.texi (Defining Images): Document `image-load-path'.
9262
9263 2005-09-15 Richard M. Stallman <rms@gnu.org>
9264
9265 * objects.texi (Printed Representation): Minor cleanup.
9266 (Box Diagrams): Minor fix.
9267 (Cons Cell Type): Move (...) index item here.
9268 (Box Diagrams): From here.
9269 (Array Type): Minor fix.
9270 (Type Predicates): Delete index "predicates".
9271 (Hash Table Type): Clarify xref.
9272 (Dotted Pair Notation): Minor fix.
9273
9274 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
9275
9276 * files.texi (Saving Buffers): Fix typo.
9277
9278 2005-09-08 Richard M. Stallman <rms@gnu.org>
9279
9280 * tips.texi (Programming Tips): Correct the "default" prompt spec.
9281
9282 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
9283
9284 * locals.texi (Standard Buffer-Local Variables): Don't include
9285 mode variables for minor modes.
9286 Fix xrefs for buffer-display-count, buffer-display-table,
9287 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
9288 enable-multibyte-characters, fill-column, header-line-format,
9289 left-fringe-width, left-margin, and right-fringe-width.
9290
9291 * hooks.texi (Standard Hooks): All hooks should conform to the
9292 standard naming convention now.
9293 Fix xref for `echo-area-clear-hook'.
9294
9295 * display.texi (Usual Display): Note that indicate-empty-lines and
9296 tab-width are buffer-local.
9297
9298 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
9299
9300 * modes.texi (Mode Help): Note that major-mode is buffer-local.
9301
9302 * nonascii.texi (Encoding and I/O): Note that
9303 buffer-file-coding-system is buffer-local.
9304
9305 * positions.texi (List Motion): Note that defun-prompt-regexp is
9306 buffer-local.
9307
9308 * text.texi (Auto Filling): Note that auto-fill-function is
9309 buffer-local.
9310 (Undo): Note that buffer-undo-list is buffer-local.
9311
9312 * windows.texi (Buffers and Windows):
9313 Document buffer-display-count.
9314
9315 2005-09-06 Richard M. Stallman <rms@gnu.org>
9316
9317 * tips.texi (Coding Conventions): Sometimes it is ok to put the
9318 package prefix elsewhere than at the start of the name.
9319
9320 2005-09-03 Richard M. Stallman <rms@gnu.org>
9321
9322 * tips.texi (Programming Tips): Add conventions for minibuffer
9323 questions and prompts.
9324
9325 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
9326
9327 * intro.texi (nil and t): Minor cleanup.
9328 Delete spurious mention of keyword symbols.
9329 (Evaluation Notation): Add index entry.
9330 (A Sample Function Description): Minor cleanup.
9331 (A Sample Variable Description): Not all vars can be set.
9332
9333 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
9334
9335 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
9336
9337 (Insertion): Document precise type of `insert-char' arg COUNT.
9338
9339 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9340
9341 * modes.texi (Other Font Lock Variables): Sync the default of
9342 font-lock-lines-before.
9343
9344 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9345
9346 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9347
9348 2005-08-29 Richard M. Stallman <rms@gnu.org>
9349
9350 * elisp.texi (Top): Update subnode menu.
9351
9352 * searching.texi (Searching and Matching): Move node.
9353 Rearrange contents and add overall explanation.
9354 (Searching and Case): Move node.
9355 (Searching and Matching): Update menu.
9356
9357 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9358
9359 * os.texi (Startup Summary): Fix the description of the initial
9360 startup message display.
9361
9362 2005-08-25 Richard M. Stallman <rms@gnu.org>
9363
9364 * searching.texi (Search and Replace): Add replace-regexp-in-string.
9365
9366 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
9367
9368 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9369 `next-overlay-change' example.
9370
9371 2005-08-22 Juri Linkov <juri@jurta.org>
9372
9373 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9374 Fix invert-face. Fix args of face-background.
9375
9376 * display.texi (Standard Faces): Delete node.
9377 (Faces): Add xref to `(emacs)Standard Faces'.
9378 (Displaying Faces): Fix xref to `Standard Faces'.
9379
9380 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9381
9382 2005-08-20 Alan Mackenzie <acm@muc.de>
9383
9384 * buffers.texi (The Buffer List): Clarify the manipulation of the
9385 buffer list.
9386
9387 2005-08-14 Richard M. Stallman <rms@gnu.org>
9388
9389 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9390 a regexp.
9391
9392 2005-08-11 Richard M. Stallman <rms@gnu.org>
9393
9394 * elisp.texi (Top): Update subnode lists.
9395
9396 * display.texi (Inverse Video): Node deleted.
9397
9398 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9399 New nodes split out of Coding Conventions.
9400
9401 * searching.texi (Regular Expressions): Document re-builder.
9402
9403 * os.texi (Time Parsing): New node split out of Time Conversion.
9404
9405 * processes.texi (Misc Network, Network Feature Testing)
9406 (Network Options, Make Network): New nodes split out of
9407 Low-Level Network.
9408
9409 2005-08-09 Richard M. Stallman <rms@gnu.org>
9410
9411 * frames.texi (Geometry): New node, split from Size and Position.
9412 (Frame Parameters): Refer to Geometry.
9413
9414 * buffers.texi (The Buffer List): Fix xrefs.
9415
9416 * windows.texi (Splitting Windows): Fix xref.
9417
9418 * frames.texi (Layout Parameters): Add xref.
9419
9420 * display.texi (Line Height, Scroll Bars): Fix xrefs.
9421
9422 * keymaps.texi (Menu Bar): Fix xref.
9423
9424 * locals.texi (Standard Buffer-Local Variables): Fix xref.
9425
9426 * modes.texi (%-Constructs): Fix xref.
9427
9428 * frames.texi (Window Frame Parameters): Node split up.
9429 (Basic Parameters, Position Parameters, Size Parameters)
9430 (Layout Parameters, Buffer Parameters, Management Parameters)
9431 (Cursor Parameters, Color Parameters): New subnodes.
9432
9433 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9434
9435 * positions.texi (Screen Lines): Update xref for previous change
9436 in minibuf.texi.
9437
9438 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9439 change in minibuf.texi.
9440
9441 2005-08-09 Richard M. Stallman <rms@gnu.org>
9442
9443 * tips.texi (Coding Conventions): Minor cleanup.
9444
9445 * modes.texi (Defining Minor Modes): Explain when init-value
9446 can be non-nil.
9447
9448 * elisp.texi (Top): Update submenu for Minibuffer.
9449
9450 * minibuf.texi (Minibuffer Misc): Node split up.
9451 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9452 (Recursive Mini): New nodes split out from Minibuffer Misc.
9453 (Minibuffer Misc): Document max-mini-window-height.
9454
9455 * hash.texi (Defining Hash): Delete stray paren in example.
9456
9457 * display.texi (Echo Area Customization): Don't define
9458 max-mini-window-height here; xref instead.
9459
9460 * commands.texi (Event Input Misc): Update while-no-input.
9461
9462 * advice.texi (Advising Functions): Explain when to use advice
9463 and when to use a hook.
9464
9465 2005-07-30 Eli Zaretskii <eliz@gnu.org>
9466
9467 * makefile.w32-in (info): Don't run install-info.
9468 ($(infodir)/dir): New target, produced by running install-info.
9469
9470 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
9471
9472 * modes.texi (Defining Minor Modes): The keyword for the initial
9473 value is :init-value, not :initial-value.
9474
9475 2005-07-23 Eli Zaretskii <eliz@gnu.org>
9476
9477 * loading.texi (Autoload): Make the `doctor' example be consistent
9478 with what's in current loaddefs.el. Describe the "fn" magic in
9479 the usage portion of the doc string.
9480
9481 2005-07-22 Richard M. Stallman <rms@gnu.org>
9482
9483 * internals.texi (Garbage Collection): Clarify previous change.
9484
9485 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9486
9487 * internals.texi (Garbage Collection): Add gc-cons-percentage.
9488
9489 2005-07-18 Juri Linkov <juri@jurta.org>
9490
9491 * commands.texi (Accessing Events):
9492 * frames.texi (Text Terminal Colors, Resources):
9493 * markers.texi (The Mark):
9494 * modes.texi (Defining Minor Modes):
9495 Delete duplicate duplicate words.
9496
9497 2005-07-16 Richard M. Stallman <rms@gnu.org>
9498
9499 * display.texi (Managing Overlays): Clarify make-overlay
9500 args for insertion types.
9501
9502 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9503
9504 * customize.texi (Variable Definitions):
9505 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9506 `standard-value' is a list too.
9507 (Defining New Types): Use @key{RET} instead of @key{ret}.
9508
9509 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
9510
9511 * os.texi (Translating Input): Fix typo.
9512
9513 2005-07-08 Richard M. Stallman <rms@gnu.org>
9514
9515 * README: Update edition number and size estimate.
9516
9517 * elisp.texi (VERSION): Set to 2.9.
9518
9519 2005-07-07 Richard M. Stallman <rms@gnu.org>
9520
9521 * book-spine.texinfo: Update Emacs version.
9522
9523 * display.texi (Inverse Video): Delete mode-line-inverse-video.
9524
9525 2005-07-06 Richard M. Stallman <rms@gnu.org>
9526
9527 * searching.texi (Regexp Search): Clarify what re-search-forward
9528 does when the search fails.
9529
9530 2005-07-05 Lute Kamstra <lute@gnu.org>
9531
9532 * Update FSF's address in GPL notices.
9533
9534 * doclicense.texi (GNU Free Documentation License):
9535 * gpl.texi (GPL):
9536 * tips.texi (Coding Conventions, Library Headers):
9537 * vol1.texi:
9538 * vol2.texi: Update FSF's address.
9539
9540 2005-07-04 Richard M. Stallman <rms@gnu.org>
9541
9542 * hooks.texi (Standard Hooks): Add occur-hook.
9543
9544 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9545
9546 * display.texi (The Echo Area): Correct menu.
9547
9548 2005-07-03 Richard M. Stallman <rms@gnu.org>
9549
9550 * elisp.texi (Top): Update subnode menu for Display.
9551
9552 * display.texi (Displaying Messages): New node, with most
9553 of what was in The Echo Area.
9554 (Progress): Move under The Echo Area.
9555 (Logging Messages): New node with new text.
9556 (Echo Area Customization): New node, the rest of what was
9557 in The Echo Area. Document message-truncate-lines with @defvar.
9558 (Display): Update menu.
9559
9560 * windows.texi (Textual Scrolling): Doc 3 values for
9561 scroll-preserve-screen-position.
9562
9563 * text.texi (Special Properties): Change hook functions
9564 should bind inhibit-modification-hooks around altering buffer text.
9565
9566 * keymaps.texi (Key Binding Commands): Call binding BINDING
9567 rather than DEFINITION.
9568
9569 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9570
9571 * variables.texi (Defining Variables): `user-variable-p' returns t
9572 for aliases of user options, nil for alias loops.
9573
9574 2005-06-28 Richard M. Stallman <rms@gnu.org>
9575
9576 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9577 make-keymap.
9578
9579 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9580
9581 * variables.texi (Setting Variables): Correct and clarify
9582 description of `add-to-ordered-list'.
9583
9584 2005-06-26 Richard M. Stallman <rms@gnu.org>
9585
9586 * display.texi (Faces): Minor cleanup.
9587
9588 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9589
9590 * display.texi (Faces): `facep' returns t for strings that are
9591 face names.
9592
9593 2005-06-25 Richard M. Stallman <rms@gnu.org>
9594
9595 * objects.texi (Equality Predicates): Clarify meaning of equal.
9596
9597 * windows.texi (Selecting Windows): save-selected-window
9598 and with-selected-window save and restore the current buffer.
9599
9600 2005-06-24 Richard M. Stallman <rms@gnu.org>
9601
9602 * numbers.texi (Float Basics): Explain how to test for NaN,
9603 and printing the sign of NaNs.
9604
9605 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9606
9607 * makefile.w32-in (MAKEINFO): Use --force.
9608
9609 2005-06-23 Richard M. Stallman <rms@gnu.org>
9610
9611 * display.texi (Face Functions): Correct Texinfo usage.
9612
9613 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9614
9615 * lists.texi (Rings): `ring-elements' now returns the elements of
9616 RING in order.
9617
9618 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9619
9620 * markers.texi (The Mark): Texinfo usage fix.
9621
9622 2005-06-23 Kim F. Storm <storm@cua.dk>
9623
9624 * searching.texi (Entire Match Data): Remove evaporate option for
9625 match-data. Do not mention evaporate option for set-match-data.
9626
9627 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
9628
9629 * display.texi (Face Functions): Mention face aliases.
9630
9631 2005-06-21 Richard M. Stallman <rms@gnu.org>
9632
9633 * anti.texi (Antinews): Texinfo usage fix.
9634
9635 2005-06-21 Karl Berry <karl@gnu.org>
9636
9637 * elisp.texi: Use @copying.
9638
9639 * elisp.texi: Put @summarycontents and @contents before the Top
9640 node, instead of the end of the file, so that the contents appear
9641 in the right place in the dvi/pdf output.
9642
9643 2005-06-21 Juri Linkov <juri@jurta.org>
9644
9645 * display.texi (Defining Faces): Add `customized-face'.
9646
9647 2005-06-20 Kim F. Storm <storm@cua.dk>
9648
9649 * variables.texi (Setting Variables): Any type of element can be
9650 given order in add-to-ordered-list. Compare elements with eq.
9651
9652 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
9653
9654 2005-06-20 Karl Berry <karl@gnu.org>
9655
9656 * syntax.texi (Syntax Flags): Make last column very slightly wider
9657 to avoid "generic comment" breaking on two lines and causing an
9658 underfull box.
9659
9660 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
9661
9662 * lists.texi (Rings): Various minor clarifications and corrections.
9663
9664 2005-06-18 Richard M. Stallman <rms@gnu.org>
9665
9666 * functions.texi (Obsolete Functions): Simplify.
9667
9668 * variables.texi (Variable Aliases): Simplify.
9669
9670 * anti.texi, backups.texi, compile.texi, customize.texi:
9671 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
9672 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
9673 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
9674 * variables.texi: Fix formatting ugliness.
9675
9676 * elisp.texi: Add links to Rings and Byte Packing.
9677 Update version and copyright years.
9678
9679 * minibuf.texi: Fix formatting ugliness.
9680 (Completion Commands): Move keymap vars to the end
9681 and vars completing-read binds to the top.
9682
9683 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
9684
9685 * processes.texi: Fix typos.
9686 (Bindat Spec): Correct Texinfo error.
9687 (Byte Packing): Fix ungrammatical sentence.
9688
9689 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
9690
9691 * lists.texi (Rings): New node.
9692 (Lists): Add it to menu.
9693
9694 * processes.texi (Byte Packing): New node.
9695 (Processes): Add it to menu.
9696
9697 2005-06-17 Richard M. Stallman <rms@gnu.org>
9698
9699 * syntax.texi (Parsing Expressions): Fix texinfo usage.
9700
9701 * help.texi (Documentation Basics): Explain the xref to
9702 Documentation Tips.
9703
9704 * debugging.texi (Debugger Commands): Minor fix.
9705
9706 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
9707
9708 * edebug.texi (Instrumenting): Eliminate duplicate link.
9709 (Specification List): Replace references to "below", referring to
9710 a later node, with one @ref to that node.
9711
9712 * os.texi (Timers): Timers should save and restore the match data
9713 if they change it.
9714
9715 * debugging.texi (Debugger Commands): Mention that the Lisp
9716 debugger can not step through primitive functions.
9717
9718 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
9719
9720 * functions.texi (Obsolete Functions): Update argument names of
9721 `make-obsolete' and `define-obsolete-function-alias'.
9722
9723 * variables.texi (Variable Aliases): Update argument names of
9724 `defvaralias', `make-obsolete-variable' and
9725 `define-obsolete-variable-alias'.
9726
9727 2005-06-15 Kim F. Storm <storm@cua.dk>
9728
9729 * searching.texi (Entire Match Data): Rephrase warnings about
9730 evaporate arg to match-data and set-match-data.
9731
9732 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
9733
9734 * elisp.texi (Top): Update detailed menu.
9735
9736 * edebug.texi (Edebug): Update menu.
9737 (Instrumenting): Update xrefs.
9738 (Edebug Execution Modes): Correct xref.
9739 (Jumping): Clarify description of `h' command.
9740 Eliminate redundant @ref.
9741 (Breaks): New node.
9742 (Breakpoints): Is now a subsubsection.
9743 (Global Break Condition): Mention `C-x X X'.
9744 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
9745 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
9746 (Edebug Display Update): Correct pxref.
9747 (Edebug and Macros): New node.
9748 (Instrumenting Macro Calls): Is now a subsubsection.
9749 Neither arg of `def-edebug-spec' is evaluated.
9750 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
9751 (Specification Examples): Fix typo.
9752
9753 2005-06-14 Lute Kamstra <lute@gnu.org>
9754
9755 * debugging.texi (Function Debugging): Primitives can break on
9756 entry too.
9757
9758 2005-06-14 Kim F. Storm <storm@cua.dk>
9759
9760 * variables.texi (Setting Variables): Add add-to-ordered-list.
9761
9762 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9763
9764 * syntax.texi (Parsing Expressions): Document aux functions and vars of
9765 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
9766
9767 2005-06-13 Lute Kamstra <lute@gnu.org>
9768
9769 * text.texi (Special Properties): Fix cross reference.
9770
9771 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
9772
9773 * debugging.texi (Function Debugging): Delete mention of empty
9774 string argument to `cancel-debug-on-entry'. Delete inaccurate
9775 description of the return value of that command.
9776
9777 2005-06-11 Alan Mackenzie <acm@muc.de>
9778
9779 * text.texi (Adaptive Fill): Amplify the description of
9780 fill-context-prefix.
9781
9782 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9783
9784 * syntax.texi (Parsing Expressions): Fix Texinfo error.
9785
9786 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9787
9788 * syntax.texi (Parsing Expressions): Document syntax-ppss.
9789
9790 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9791
9792 * debugging.texi (Error Debugging): Minor rewording.
9793 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
9794 is optional.
9795
9796 2005-06-10 Lute Kamstra <lute@gnu.org>
9797
9798 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
9799 (Top): Give it a title. Correct version number. Give the
9800 detailed node listing a more prominent header.
9801 * intro.texi: Don't set VERSION here a second time.
9802 Mention Emacs's version too.
9803 * anti.texi (Antinews): Use EMACSVER to refer to the current
9804 version of Emacs.
9805
9806 2005-06-09 Kim F. Storm <storm@cua.dk>
9807
9808 * searching.texi (Entire Match Data): Explain new `reseat' argument to
9809 match-data and set-match-data.
9810
9811 2005-06-08 Richard M. Stallman <rms@gnu.org>
9812
9813 * searching.texi (Entire Match Data): Clarify when match-data
9814 returns markers and when integers.
9815
9816 * display.texi (Defining Faces): Explain that face name should not
9817 end in `-face'.
9818
9819 * modes.texi (Mode Line Data): Minor cleanup.
9820 (Customizing Keywords): Node split out of Search-based Fontification.
9821 Add example of using font-lock-add-keywords from a hook.
9822 Clarify when MODE should be non-nil, and when nil.
9823
9824 2005-06-06 Richard M. Stallman <rms@gnu.org>
9825
9826 * modes.texi (Mode Line Data): Explain what happens when the car
9827 of a list is a void symbol.
9828 (Search-based Fontification): Explain MODE arg to
9829 font-lock-add-keywords and warn about calls from major modes.
9830
9831 2005-06-08 Juri Linkov <juri@jurta.org>
9832
9833 * display.texi (Standard Faces): Add `shadow' face.
9834
9835 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9836
9837 * modes.texi (Major Mode Conventions): A derived mode only needs
9838 to put the call to the parent mode inside `delay-mode-hooks'.
9839
9840 2005-05-29 Richard M. Stallman <rms@gnu.org>
9841
9842 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
9843 new, and what that implies. Clarify.
9844
9845 * files.texi (Locating Files): Clean up the text.
9846
9847 * frames.texi (Window Frame Parameters): Document user-size.
9848 Shorten entry for top by referring to left.
9849
9850 2005-05-26 Richard M. Stallman <rms@gnu.org>
9851
9852 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
9853 is new, and what the implications are. Other clarifications.
9854
9855 2005-05-24 Richard M. Stallman <rms@gnu.org>
9856
9857 * frames.texi (Dialog Boxes): Minor fixes.
9858
9859 2005-05-25 Masatake YAMATO <jet@gyve.org>
9860
9861 * display.texi (Standard Faces): Write about `mode-line-highlight'.
9862
9863 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
9864
9865 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
9866 is optional.
9867
9868 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
9869
9870 * frames.texi (Dialog Boxes): Describe new optional argument.
9871
9872 2005-05-23 Lute Kamstra <lute@gnu.org>
9873
9874 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
9875 syntax-begin-function over font-lock-beginning-of-syntax-function.
9876
9877 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9878
9879 * minibuf.texi (Reading File Names): Update description of
9880 `read-directory-name'.
9881
9882 * modes.texi (Derived Modes): Clarify :group keyword.
9883
9884 2005-05-21 Eli Zaretskii <eliz@gnu.org>
9885
9886 * files.texi (Locating Files): New subsection.
9887 Describe locate-file and executable-find.
9888
9889 2005-05-21 Kevin Ryde <user42@zip.com.au>
9890
9891 * frames.texi (Initial Parameters): Update cross reference to
9892 "Emacs Invocation".
9893
9894 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
9895
9896 * keymaps.texi (Active Keymaps): Add anchor.
9897
9898 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
9899 (Major Mode Conventions): Refer to `Auto Major Mode' in more
9900 appropriate place.
9901 (Derived Modes): Small clarifications.
9902 (Minor Mode Conventions, Keymaps and Minor Modes):
9903 Replace references to nodes with references to anchors.
9904 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
9905 Clarify description of lists whose first element is an integer.
9906 (Mode Line Variables): Add anchor.
9907 (%-Constructs): Clarify description of integer after %.
9908 (Emulating Mode Line): Describe nil value for FACE.
9909
9910 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9911
9912 * modes.texi (Derived Modes): Correct references to non-existing
9913 variable standard-syntax-table.
9914
9915 2005-05-17 Lute Kamstra <lute@gnu.org>
9916
9917 * modes.texi (Defining Minor Modes): Mention the mode hook.
9918
9919 2005-05-15 Kim F. Storm <storm@cua.dk>
9920
9921 * processes.texi (Network): Remove open-network-stream-nowait.
9922 (Network Servers): Remove open-network-stream-server.
9923
9924 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
9925
9926 * elisp.texi (Top): Update detailed menu.
9927
9928 * variables.texi: Reorder nodes.
9929 (Variables): Update menu.
9930 (File Local Variables): Do not refer to the `-*-' line as
9931 a "local variables list". Add pxref.
9932
9933 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
9934
9935 * elisp.texi (Top): Update detailed menu for node changes.
9936
9937 * modes.texi (Modes): Update Menu.
9938 (Hooks): Move to beginning of chapter.
9939 Most minor modes run mode hooks too.
9940 `add-hook' can handle void hooks or hooks whose value is a single
9941 function.
9942 (Major Modes): Update Menu.
9943 (Major Mode Basics): New node, split off from `Major Modes'.
9944 (Major Mode Conventions): Correct xref. Explain how to handle
9945 auto-mode-alist if the major mode command has an autoload cookie.
9946 (Auto Major Mode): Major update. Add magic-mode-alist.
9947 (Derived Modes): Major update.
9948 (Mode Line Format): Update Menu.
9949 (Mode Line Basics): New node, split off from `Mode Line Format'.
9950
9951 * loading.texi (Autoload): Mention `autoload cookie' as synonym
9952 for `magic autoload comment'. Add index entries and anchor.
9953
9954 2005-05-14 Richard M. Stallman <rms@gnu.org>
9955
9956 * tips.texi (Coding Conventions): Explain how important it is
9957 that just loading certain files not change Emacs behavior.
9958
9959 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
9960
9961 2005-05-12 Lute Kamstra <lute@gnu.org>
9962
9963 * modes.texi (Generic Modes): Update.
9964 (Major Modes): Refer to node "Generic Modes".
9965
9966 * elisp.texi (Top): Update to the current structure of the manual.
9967 * processes.texi (Processes): Add menu description.
9968 * customize.texi (Customization): Add menu descriptions.
9969
9970 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9971
9972 * processes.texi (Signals to Processes)
9973 (Low-Level Network): Fix typos.
9974
9975 2005-05-11 Lute Kamstra <lute@gnu.org>
9976
9977 * elisp.texi (Top): Add some nodes from the chapter "Major and
9978 Minor Modes" to the detailed node listing.
9979
9980 2005-05-10 Richard M. Stallman <rms@gnu.org>
9981
9982 * keymaps.texi (Extended Menu Items): Menu item filter functions
9983 can be called at any time.
9984
9985 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
9986
9987 * variables.texi (File Local Variables): `(hack-local-variables t)'
9988 now also checks whether a mode is specified in the local variables
9989 list.
9990
9991 2005-05-05 Kevin Ryde <user42@zip.com.au>
9992
9993 * display.texi (The Echo Area): Correct format function cross
9994 reference.
9995
9996 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
9997
9998 * variables.texi (Variable Aliases): Change description of
9999 `define-obsolete-variable-alias'.
10000
10001 * functions.texi (Functions): Add "Obsolete Functions" to menu.
10002 (Defining Functions): Add xref.
10003 (Obsolete Functions): New node.
10004 (Function Safety): Standardize capitalization of section title.
10005
10006 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10007 (Dialog Boxes): Complete description of `x-popup-dialog'.
10008
10009 2005-05-04 Richard M. Stallman <rms@gnu.org>
10010
10011 * commands.texi (Interactive Codes): Fix Texinfo usage.
10012 Document U more clearly.
10013
10014 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10015
10016 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10017 function and not a macro.
10018
10019 * frames.texi (Pop-Up Menus): Correct and clarify description of
10020 `x-popup-menu'.
10021 (Dialog Boxes): Clarify description of `x-popup-dialog'.
10022
10023 2005-05-01 Richard M. Stallman <rms@gnu.org>
10024
10025 * edebug.texi (Checking Whether to Stop): Fix previous change.
10026
10027 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10028
10029 * display.texi: Fix typos and Texinfo usage.
10030
10031 * edebug.texi (Checking Whether to Stop): executing-macro ->
10032 executing-kbd-macro.
10033
10034 2005-05-01 Richard M. Stallman <rms@gnu.org>
10035
10036 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10037
10038 2005-04-30 Richard M. Stallman <rms@gnu.org>
10039
10040 * files.texi (Magic File Names): Document `operations' property.
10041
10042 2005-04-29 Lute Kamstra <lute@gnu.org>
10043
10044 * modes.texi (Generic Modes): New node.
10045 (Major Modes): Add it to the menu.
10046 (Derived Modes): Add "derived mode" to concept index.
10047
10048 2005-04-28 Lute Kamstra <lute@gnu.org>
10049
10050 * modes.texi (Defining Minor Modes): Fix previous change.
10051 (Font Lock Mode): Simplify.
10052 (Font Lock Basics): Say that font-lock-defaults is buffer-local
10053 when set and that some parts are optional. Add cross references.
10054 (Search-based Fontification): Say how to specify font-lock-keywords.
10055 Add cross references. Add font-lock-multiline to index.
10056 Move font-lock-keywords-case-fold-search here from node "Other Font
10057 Lock Variables". Document font-lock-add-keywords and
10058 font-lock-remove-keywords.
10059 (Other Font Lock Variables): Move font-lock-keywords-only,
10060 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10061 and font-lock-syntactic-face-function to node "Syntactic Font
10062 Lock". Move font-lock-keywords-case-fold-search to node
10063 "Search-based Fontification". Document font-lock-inhibit-thing-lock
10064 and font-lock-{,un}fontify-{buffer,region}-function.
10065 (Precalculated Fontification): Remove reference to deleted variable
10066 font-lock-core-only.
10067 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10068 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
10069 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10070 and font-lock-syntactic-face-function here from node "Other Font
10071 Lock Variables". Move font-lock-syntactic-keywords to "Setting
10072 Syntax Properties". Add cross references.
10073 (Setting Syntax Properties): New node.
10074 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10075 * syntax.texi (Syntax Properties): Add cross reference.
10076 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10077
10078 2005-04-26 Richard M. Stallman <rms@gnu.org>
10079
10080 * display.texi (Defining Faces):
10081 Document `default' elements of defface spec.
10082
10083 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10084
10085 * variables.texi (Variable Aliases): Clarify text.
10086
10087 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
10088
10089 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10090
10091 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
10092
10093 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10094
10095 2005-04-24 Eli Zaretskii <eliz@gnu.org>
10096
10097 * syntax.texi (Syntax Table Internals): Elaborate documentation of
10098 syntax-after and syntax-class.
10099
10100 * files.texi (Changing Files): Fix last change's cross-reference.
10101 (Unique File Names): Don't mention "numbers" in the documentation
10102 of make-temp-file and make-temp-name.
10103
10104 2005-04-23 Richard M. Stallman <rms@gnu.org>
10105
10106 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10107
10108 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10109
10110 * windows.texi (Cyclic Window Ordering): Clarify window-list.
10111
10112 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10113
10114 * variables.texi (Variable Aliases): Describe make-obsolete-variable
10115 and define-obsolete-variable-alias.
10116
10117 2005-04-22 Kim F. Storm <storm@cua.dk>
10118
10119 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10120 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10121
10122 2005-04-21 Lute Kamstra <lute@gnu.org>
10123
10124 * lists.texi (Association Lists): Document rassq-delete-all.
10125
10126 2005-04-19 Richard M. Stallman <rms@gnu.org>
10127
10128 * modes.texi (Search-based Fontification): Explain that
10129 facespec is an expression to be evaluated.
10130
10131 2005-04-19 Kevin Ryde <user42@zip.com.au>
10132
10133 * streams.texi (Output Functions): Fix xref.
10134 * strings.texi (String Conversion): Fix xref.
10135
10136 2005-04-19 Kim F. Storm <storm@cua.dk>
10137
10138 * symbols.texi (Symbol Plists): Add safe-get.
10139 Mention that `get' may signal an error.
10140
10141 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
10142
10143 * customize.texi (Variable Definitions): Replace tooltip-mode
10144 example with save-place.
10145
10146 2005-04-17 Richard M. Stallman <rms@gnu.org>
10147
10148 * buffers.texi (Indirect Buffers): Clarify.
10149
10150 * positions.texi (Positions): Clarify converting marker to integer.
10151
10152 * strings.texi (String Basics): Mention string-match; clarify.
10153
10154 2005-04-08 Lute Kamstra <lute@gnu.org>
10155
10156 * modes.texi (Search-based Fontification): Fix cross references.
10157 Use consistent terminology. Document anchored highlighting.
10158
10159 2005-04-05 Lute Kamstra <lute@gnu.org>
10160
10161 * modes.texi (Defining Minor Modes): Document :group keyword
10162 argument and its default value.
10163
10164 2005-04-03 Lute Kamstra <lute@gnu.org>
10165
10166 * hooks.texi (Standard Hooks): Add some hooks. Add cross
10167 references and/or descriptions. Delete major mode hooks; mention
10168 them as a category instead. Rename or delete obsolete hooks.
10169
10170 2005-04-02 Richard M. Stallman <rms@gnu.org>
10171
10172 * nonascii.texi (Coding System Basics): Another wording cleanup.
10173
10174 2005-04-01 Richard M. Stallman <rms@gnu.org>
10175
10176 * nonascii.texi (Coding System Basics): Clarify previous change.
10177
10178 2005-04-01 Kenichi Handa <handa@m17n.org>
10179
10180 * nonascii.texi (Coding System Basics): Describe about roundtrip
10181 identity of coding systems.
10182
10183 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10184
10185 * text.texi (Buffer Contents): Add filter-buffer-substring and
10186 buffer-substring-filters.
10187
10188 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
10189
10190 * anti.texi (Antinews): Mention `G' interactive code.
10191
10192 * tips.texi (Compilation Tips): Mention benchmark.el.
10193
10194 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
10195
10196 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
10197 is now bound to M-o M-o.
10198
10199 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
10200
10201 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10202
10203 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
10204 in the Emacs Manual).
10205 * Makefile.in (srcs): Remove calendar.texi.
10206 * makefile.w32-in (srcs): Remove calendar.texi.
10207 * display.texi (Display): Change name of next node.
10208 * os.texi (System In): Change name of previous node.
10209 * elisp.texi (Top): Remove Calendar references.
10210 * vol1.texi (Top): Remove Calendar references.
10211 * vol2.texi (Top): Remove Calendar references.
10212
10213 2005-03-25 Richard M. Stallman <rms@gnu.org>
10214
10215 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
10216 Cleanup previous change.
10217
10218 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
10219
10220 * display.texi (Face Attributes): Faces earlier in an :inherit
10221 list take precedence.
10222 (Scroll Bars): Fix description of vertical-scroll-bars.
10223 Document frame-current-scroll-bars and window-current-scroll-bars.
10224
10225 * markers.texi (The Mark): Document temporary Transient Mark mode.
10226
10227 * minibuf.texi (Reading File Names):
10228 Document read-file-name-completion-ignore-case.
10229
10230 * positions.texi (Screen Lines): Document nil for width argument
10231 to compute-motion.
10232
10233 2005-03-23 Kim F. Storm <storm@cua.dk>
10234
10235 * display.texi (Standard Faces): Other faces used in the fringe
10236 implicitly inherits from the fringe face.
10237 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
10238 properties implicitly inherits from fringe face.
10239 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
10240
10241 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
10242
10243 * display.texi (Invisible Text): State default value of
10244 line-move-ignore-invisible.
10245 (Managing Overlays): Document remove-overlays.
10246 (Standard Faces): Document escape-glyph face.
10247
10248 * minibuf.texi (Reading File Names): Document read-file-name-function.
10249
10250 * modes.texi (Other Font Lock Variables):
10251 Document font-lock-lines-before.
10252
10253 * positions.texi (Skipping Characters): skip-chars-forward allows
10254 character classes.
10255
10256 2005-03-18 Lute Kamstra <lute@gnu.org>
10257
10258 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
10259
10260 2005-03-17 Richard M. Stallman <rms@gnu.org>
10261
10262 * text.texi (Undo): Document extensible undo entries.
10263
10264 * searching.texi (String Search, Regexp Search): Cleanups.
10265
10266 * nonascii.texi (Character Codes): Minor fix.
10267
10268 * display.texi (Display Property): Explain the significance
10269 of having text properties that are eq.
10270 (Other Display Specs): Explain string as display spec.
10271
10272 * commands.texi (Interactive Codes): Document G option.
10273
10274 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
10275
10276 * text.texi (Filling): Add sentence-end-without-period and
10277 sentence-end-without-space.
10278 (Changing Properties): Minor fix.
10279
10280 * anti.texi: Total rewrite.
10281
10282 2005-03-15 Lute Kamstra <lute@gnu.org>
10283
10284 * edebug.texi (Instrumenting Macro Calls): Fix typos.
10285
10286 2005-03-08 Kim F. Storm <storm@cua.dk>
10287
10288 * display.texi (Specified Space): Property :width is support on
10289 non-graphic terminals, :height is not.
10290
10291 2005-03-07 Richard M. Stallman <rms@gnu.org>
10292
10293 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
10294 Now subnodes of Fringes.
10295 (Overlay Arrow): Document overlay-arrow-variable-list.
10296 (Fringe Size/Pos): New node, broken out of Fringes.
10297 (Display): Explain clearing vs redisplay better.
10298 (Truncation): Clarify use of bitmaps.
10299 (The Echo Area): Clarify the uses of the echo area.
10300 Add max-mini-window-height.
10301 (Progress): Clarify.
10302 (Invisible Text): Explain that main loop moves point out.
10303 (Selective Display): Say "hidden", not "invisible".
10304 (Managing Overlays): Move up. Describe relation to Undo here.
10305 (Overlay Properties): Clarify intro.
10306 (Finding Overlays): Explain return values when nothing found.
10307 (Width): truncate-string-to-width has added arg.
10308 (Displaying Faces): Clarify and update mode line face handling.
10309 (Face Functions): Minor cleanup.
10310 (Conditional Display): Merge into Other Display Specs.
10311 (Pixel Specification, Other Display Specs): Minor cleanups.
10312 (Images, Image Descriptors): Minor cleanups.
10313 (GIF Images): Patents have expired.
10314 (Showing Images): Explain default text for insert-image.
10315 (Manipulating Button Types): Merge into Manipulating Buttons.
10316 (Making Buttons): Explain return values.
10317 (Button Buffer Commands): Add xref.
10318 (Inverse Video): Update mode-line-inverse-video.
10319 (Display Table Format): Clarify.
10320 (Active Display Table): Give defaults for window-display-table.
10321
10322 * calendar.texi (Calendar Customizing): calendar-holiday-marker
10323 and calendar-today-marker are strings, not chars.
10324 (Holiday Customizing): Minor fix.
10325
10326 * internals.texi (Writing Emacs Primitives): Update `or' example.
10327 Update limit on # args of subr.
10328
10329 * edebug.texi (Using Edebug): Arrow is in fringe.
10330 (Instrumenting): Arg to eval-defun works without loading edebug.
10331 (Edebug Execution Modes): Add xref.
10332
10333 * customize.texi (Common Keywords): Clarify :require.
10334 Mention :version here.
10335 (Variable Definitions, Group Definitions): Not here.
10336 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10337
10338 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
10339 * nonascii.texi (Text Representations): Clarify position-bytes.
10340 (Character Sets): Add list-charset-chars.
10341 (Scanning Charsets): Add charset-after.
10342 (Encoding and I/O): Minor fix.
10343
10344 2005-03-06 Richard M. Stallman <rms@gnu.org>
10345
10346 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10347 (Resizing Windows): Likewise.
10348
10349 * text.texi (Change Hooks): Get rid of "Emacs 21".
10350
10351 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10352
10353 * streams.texi (Output Variables): Get rid of "Emacs 21".
10354
10355 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10356
10357 * os.texi (Translating Input): Replace flow-control example
10358 with a less obsolete example that uses `keyboard-translate'.
10359
10360 * objects.texi (Hash Table Type, Circular Objects):
10361 Get rid of "Emacs 21".
10362
10363 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10364 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10365
10366 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10367
10368 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10369
10370 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10371 (Menu Bar): Fix when menu-bar-update-hook is called.
10372
10373 * hash.texi (Hash Tables): Get rid of "Emacs 21".
10374
10375 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10376 and make it read better.
10377
10378 * files.texi (Writing to Files): Get rid of "Emacs 21".
10379 (Unique File Names): Likewise.
10380
10381 * elisp.texi: Update Emacs version to 22.
10382
10383 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10384 (Overlay Properties, Face Attributes): Likewise.
10385 (Managing Overlays): Fix punctuation.
10386 (Attribute Functions): Clarify set-face-font; get rid of
10387 info about old Emacs versions.
10388 (Auto Faces, Font Lookup, Display Property, Images):
10389 Get rid of "Emacs 21".
10390
10391 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10392
10393 2005-03-05 Richard M. Stallman <rms@gnu.org>
10394
10395 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10396
10397 2005-03-04 Lute Kamstra <lute@gnu.org>
10398
10399 * debugging.texi (Error Debugging): Document stack-trace-on-error.
10400
10401 2005-03-03 Lute Kamstra <lute@gnu.org>
10402
10403 * edebug.texi (Instrumenting Macro Calls): Fix typo.
10404
10405 2005-03-01 Lute Kamstra <lute@gnu.org>
10406
10407 * debugging.texi (Debugger Commands): Update `j'.
10408
10409 2005-02-28 Lute Kamstra <lute@gnu.org>
10410
10411 * debugging.texi (Debugging): Fix typo.
10412 (Error Debugging): Document eval-expression-debug-on-error.
10413 (Function Debugging): Update example.
10414 (Using Debugger): Mention starred stack frames.
10415 (Debugger Commands): Document `j' and `l'.
10416 (Invoking the Debugger): `d' and `j' exit recursive edit too.
10417 Update the messages that the debugger displays.
10418 (Internals of Debugger): Add cross reference. Update example.
10419 (Excess Open): Minor improvement.
10420 (Excess Close): Minor improvement.
10421
10422 2005-02-26 Richard M. Stallman <rms@gnu.org>
10423
10424 * tips.texi (Coding Conventions): Clarify.
10425 Put all the major mode key reservations together.
10426 Mention the Mouse-1 => Mouse-2 conventions.
10427
10428 * syntax.texi (Syntax Class Table): Clarify.
10429 (Syntax Table Functions): syntax-after moved from here.
10430 (Syntax Table Internals): syntax-after moved to here.
10431 (Parsing Expressions): Update info on number of values
10432 and what's meaningful in the STATE argument.
10433 (Categories): Fix typo.
10434
10435 * sequences.texi (Arrays): Cleanup.
10436 (Char-Tables): Clarify.
10437
10438 * processes.texi (Deleting Processes): Cleanups, add xref.
10439 (Subprocess Creation): Explain nil in exec-path. Cleanup.
10440 (Process Information): set-process-coding-system, some args optional.
10441 (Input to Processes): Explain various types for PROCESS args.
10442 Rename them from PROCESS-NAME to PROCESS.
10443 (Signals to Processes): Likewise.
10444 (Decoding Output): Cleanup.
10445 (Query Before Exit): Clarify.
10446
10447 * os.texi (Startup Summary): Correct the options; add missing ones.
10448 (Terminal Output, Batch Mode): Clarify.
10449 (Flow Control): Node deleted.
10450
10451 * markers.texi (The Mark): Clarify.
10452
10453 * macros.texi (Expansion): Cleanup.
10454 (Indenting Macros): indent-spec allows ints, not floats.
10455
10456 * keymaps.texi (Keymaps): Clarify.
10457 (Format of Keymaps): Update lisp-mode-map example.
10458 (Active Keymaps, Key Lookup): Clarify.
10459 (Changing Key Bindings): Add xref to `kbd'.
10460 (Key Binding Commands, Simple Menu Items): Clarify.
10461 (Mouse Menus, Menu Bar): Clarify.
10462 (Menu Example): Replace print example with menu-bar-replace-menu.
10463
10464 * help.texi (Documentation Basics): Add function-documentation prop.
10465
10466 * elisp.texi (Top): Don't refer to Flow Control node.
10467
10468 * commands.texi (Command Overview): Improve xrefs.
10469 (Adjusting Point): Adjusting point applies to intangible and invis.
10470 (Key Sequence Input): Doc extra read-key-sequence args.
10471 Likewise for read-key-sequence-vector.
10472
10473 * backups.texi (Rename or Copy): Minor fix.
10474 (Numbered Backups): For version-control, say the default.
10475 (Auto-Saving): make-auto-save-file-name example is simplified.
10476
10477 * advice.texi (Advising Functions): Don't imply one part of Emacs
10478 should advise another part. Markup changes.
10479 (Defining Advice): Move transitional para.
10480 (Activation of Advice): Cleanup.
10481 Explain if COMPILE is nil or negative.
10482
10483 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10484
10485 2005-02-24 Lute Kamstra <lute@gnu.org>
10486
10487 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10488 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10489
10490 2005-02-23 Lute Kamstra <lute@gnu.org>
10491
10492 * modes.texi (Defining Minor Modes): define-minor-mode can be used
10493 to define global minor modes as well.
10494
10495 * display.texi (Managing Overlays): overlay-buffer returns nil for
10496 deleted overlays.
10497
10498 2005-02-22 Kim F. Storm <storm@cua.dk>
10499
10500 * minibuf.texi (Basic Completion): Allow symbols in addition to
10501 strings in try-completion and all-completions.
10502
10503 2005-02-14 Lute Kamstra <lute@gnu.org>
10504
10505 * elisp.texi (Top): Remove reference to deleted node.
10506
10507 * lists.texi (Lists): Remove reference to deleted node.
10508 (Cons Cells): Fix typo.
10509
10510 * loading.texi (Where Defined): Fix typo.
10511
10512 2005-02-14 Richard M. Stallman <rms@gnu.org>
10513
10514 * variables.texi (Creating Buffer-Local): change-major-mode-hook
10515 is useful for discarding some minor modes.
10516
10517 * symbols.texi (Symbol Components): Reorder examples.
10518
10519 * streams.texi (Input Functions): State standard-input default.
10520 (Output Variables): State standard-output default.
10521
10522 * objects.texi (Printed Representation): Clarify read syntax vs print.
10523 (Floating Point Type): Explain meaning better.
10524 (Symbol Type): Explain uniqueness better.
10525 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
10526 List examples sooner.
10527 (Box Diagrams): New subnode broken out.
10528 Some examples moved from old Lists as Boxes node.
10529 (Dotted Pair Notation): Clarify intro.
10530 (Array Type): Clarify.
10531 (Type Predicates): Add hash-table-p.
10532
10533 * numbers.texi (Integer Basics): Clarify radix explanation.
10534 (Predicates on Numbers): Minor clarification.
10535 (Comparison of Numbers): Minor clarification. Clarify eql.
10536 Typos in min, max.
10537 (Math Functions): Clarify overflow in expt.
10538
10539 * minibuf.texi (Text from Minibuffer): Minor clarification.
10540 Mention arrow keys.
10541
10542 * loading.texi (Autoload): defun's doc string overrides autoload's
10543 doc string.
10544 (Repeated Loading): Modernize "add to list" examples.
10545 (Where Defined): Finish updating table of load-history elts.
10546
10547 * lists.texi (List-related Predicates): Minor wording improvement.
10548 (Lists as Boxes): Node deleted.
10549 (Building Lists): Explain trivial cases of number-sequence.
10550
10551 * hash.texi (Hash Tables): Add desc to menu items.
10552 (Creating Hash): Explain "full" means "make larger".
10553 (Hash Access): Any object can be a key.
10554 State value of maphash.
10555
10556 * functions.texi (What Is a Function): Wording cleanup.
10557 (Function Documentation): Minor cleanup.
10558 Explain purpose of calling convention at end of doc string.
10559 (Function Names): Wording cleanup.
10560 (Calling Functions): Wording cleanup.
10561 Explain better how funcall calls the function.
10562 (Function Cells): Delete example of saving and redefining function.
10563
10564 * control.texi (Combining Conditions): Wording cleanup.
10565 (Iteration): dolist and dotimes bind VAR locally.
10566 (Cleanups): Xref to Atomic Changes.
10567
10568 * compile.texi (Byte Compilation): Delete 19.29 info.
10569 (Compilation Functions): Macros' difficulties don't affect defsubst.
10570 (Docs and Compilation): Delete 19.29 info.
10571
10572 2005-02-10 Richard M. Stallman <rms@gnu.org>
10573
10574 * objects.texi (Symbol Type): Minor correction.
10575
10576 2005-02-06 Lute Kamstra <lute@gnu.org>
10577
10578 * modes.texi (Example Major Modes): Fix typos.
10579
10580 2005-02-06 Richard M. Stallman <rms@gnu.org>
10581
10582 * text.texi (Margins): fill-nobreak-predicate can be one function.
10583
10584 * strings.texi (Modifying Strings): clear-string can make unibyte.
10585 (Formatting Strings): format gives error if values missing.
10586
10587 * positions.texi (Character Motion): Mention default arg
10588 for forward-char. backward-char refers to forward-char.
10589 (Word Motion): Mention default arg for forward-word.
10590 (Buffer End Motion): Mention default arg for beginning-of-buffer.
10591 Simplify end-of-buffer.
10592 (Text Lines): Mention default arg for forward-line.
10593 (List Motion): Mention default arg for beginning/end-of-defun.
10594 (Skipping Characters): Minor fixes in explaining character-set.
10595
10596 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
10597 Mode inheritance applies only when default-major-mode is nil.
10598 Clarifications.
10599 (Example Major Modes): Update Text mode and Lisp mode examples.
10600 (Minor Mode Conventions): Mention define-minor-mode at top.
10601 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
10602 (Mode Line Format): Update mode line face display info.
10603 (Properties in Mode): Mention effect of risky vars.
10604 (Imenu): Define imenu-add-to-menubar.
10605 (Font Lock Mode): Add descriptions to menu lines.
10606 (Faces for Font Lock): Add font-lock-doc-face.
10607
10608 2005-02-05 Lute Kamstra <lute@gnu.org>
10609
10610 * text.texi (Maintaining Undo): Remove obsolete function.
10611
10612 2005-02-05 Eli Zaretskii <eliz@gnu.org>
10613
10614 * frames.texi (Color Names): Add pointer to the X docs about RGB
10615 color specifications. Improve indexing.
10616 (Text Terminal Colors): Replace the description of RGB values by
10617 an xref to "Color Names".
10618
10619 2005-02-03 Richard M. Stallman <rms@gnu.org>
10620
10621 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
10622 Clarify.
10623 (Selecting Windows): Clarify save-selected-window.
10624 (Cyclic Window Ordering): Clarify walk-windows.
10625 (Window Point): Clarify.
10626 (Window Start): Add comment to example.
10627 (Resizing Windows): Add `interactive' specs in examples.
10628 Document fit-window-to-buffer.
10629
10630 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
10631 (Undo, Maintaining Undo): Clarify last change.
10632 (Sorting): In sort-numeric-fields, explain about octal and hex.
10633 Mention sort-numeric-base.
10634 (Format Properties): Add xref for hard newlines.
10635
10636 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
10637 (Pop-Up Menus): Fix typo.
10638 (Color Names): Explain all types of color names.
10639 Explain color-values on B&W terminal.
10640 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
10641
10642 * files.texi (File Locks): Not supported on MS systems.
10643 (Testing Accessibility): Clarify.
10644
10645 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
10646 (Coverage Testing): Fix typo.
10647
10648 * commands.texi (Misc Events): Remove stray space.
10649
10650 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
10651 (Modification Time): Clarify when visited-file-modtime returns 0.
10652 (The Buffer List): Clarify bury-buffer.
10653 (Killing Buffers): Clarify.
10654 (Indirect Buffers): Add clone-indirect-buffer.
10655
10656 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
10657
10658 * edebug.texi (Printing in Edebug): Fix default value of
10659 edebug-print-circle.
10660 (Coverage Testing): Fix displayed frequency count data.
10661
10662 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
10663
10664 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
10665
10666 2005-02-02 Kim F. Storm <storm@cua.dk>
10667
10668 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
10669
10670 2005-01-29 Eli Zaretskii <eliz@gnu.org>
10671
10672 * commands.texi (Misc Events): Describe the help-echo event.
10673
10674 * text.texi (Special Properties) <help-echo>: Use `pos'
10675 consistently in description of the help-echo property.
10676 Use @code{nil} instead of @var{nil}.
10677
10678 * display.texi (Overlay Properties): Fix the index entry for
10679 help-echo overlay property.
10680
10681 * customize.texi (Type Keywords): Uncomment the xref to the
10682 help-echo property documentation.
10683
10684 2005-01-23 Kim F. Storm <storm@cua.dk>
10685
10686 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
10687 return value. Third element FULLY replaced by PARTIAL which
10688 specifies number of invisible pixels if row is only partially visible.
10689 (Textual Scrolling): Mention auto-window-vscroll.
10690 (Vertical Scrolling): New defvar auto-window-vscroll.
10691
10692 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
10693
10694 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
10695 command remapping.
10696
10697 2005-01-15 Richard M. Stallman <rms@gnu.org>
10698
10699 * display.texi (Defining Images): Mention DATA-P arg of create-image.
10700
10701 2005-01-14 Kim F. Storm <storm@cua.dk>
10702
10703 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
10704
10705 * text.texi (Links and Mouse-1): Fix string and vector item.
10706
10707 2005-01-13 Richard M. Stallman <rms@gnu.org>
10708
10709 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
10710 descriptions of overriding-local-map and overriding-terminal-local-map.
10711
10712 * text.texi (Links and Mouse-1): Clarify text.
10713
10714 2005-01-13 Kim F. Storm <storm@cua.dk>
10715
10716 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
10717
10718 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
10719
10720 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
10721
10722 2005-01-12 Kim F. Storm <storm@cua.dk>
10723
10724 * text.texi (Links and Mouse-1): Rename section from Enabling
10725 Mouse-1 to Following Links. Change xrefs.
10726 Add examples for define-button-type and define-widget.
10727
10728 * display.texi (Button Properties, Button Buffer Commands):
10729 Clarify mouse-1 and follow-link functionality.
10730
10731 2005-01-12 Richard M. Stallman <rms@gnu.org>
10732
10733 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
10734
10735 * display.texi (Beeping): Fix Texinfo usage.
10736
10737 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
10738
10739 2005-01-11 Kim F. Storm <storm@cua.dk>
10740
10741 * display.texi (Button Properties, Button Buffer Commands):
10742 Mention mouse-1 binding. Add follow-link keyword.
10743
10744 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
10745 (Enabling Mouse-1 to Follow Links): New subsection.
10746
10747 2005-01-06 Richard M. Stallman <rms@gnu.org>
10748
10749 * text.texi (Special Properties): Minor change.
10750
10751 * os.texi (Timers): Clarify previous change.
10752
10753 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
10754
10755 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
10756
10757 * display.texi (Face Attributes): Correct xref to renamed node.
10758
10759 2005-01-01 Richard M. Stallman <rms@gnu.org>
10760
10761 * display.texi (Face Attributes): Describe hex color specs.
10762
10763 2004-12-31 Richard M. Stallman <rms@gnu.org>
10764
10765 * os.texi (Timers): Update previous change.
10766
10767 2004-12-30 Kim F. Storm <storm@cua.dk>
10768
10769 * display.texi (Line Height): Total line-height is now specified
10770 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
10771 in cons cells. (nil . RATIO) is relative to actual line height.
10772 Use line-height `t' instead of `0' to get minimum height.
10773
10774 2004-12-29 Richard M. Stallman <rms@gnu.org>
10775
10776 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
10777
10778 2004-12-28 Richard M. Stallman <rms@gnu.org>
10779
10780 * commands.texi (Quitting): Clarify value of with-local-quit.
10781
10782 * elisp.texi (Top): Fix previous change.
10783
10784 * loading.texi (Loading): Fix previous change.
10785
10786 2004-12-27 Richard M. Stallman <rms@gnu.org>
10787
10788 * Makefile.in (MAKEINFO): Specify --force.
10789
10790 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
10791
10792 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
10793
10794 * display.texi (Line Height): Further clarify.
10795
10796 * elisp.texi (Top): Update Loading submenu.
10797
10798 * loading.texi (Where Defined): New node.
10799 (Unloading): load-history moved to Where Defined.
10800
10801 2004-12-21 Richard M. Stallman <rms@gnu.org>
10802
10803 * commands.texi (Event Input Misc): Add while-no-input.
10804
10805 2004-12-11 Richard M. Stallman <rms@gnu.org>
10806
10807 * display.texi (Line Height): Rewrite text for clarity.
10808
10809 2004-12-11 Kim F. Storm <storm@cua.dk>
10810
10811 * display.texi (Display): Add node "Line Height" to menu.
10812 (Line Height): New node. Move full description of line-spacing
10813 and line-height text properties here from text.texi.
10814 (Scroll Bars): Add vertical-scroll-bar variable.
10815
10816 * frames.texi (Window Frame Parameters): Remove line-height defvar.
10817
10818 * locals.texi (Standard Buffer-Local Variables): Fix xref for
10819 line-spacing and vertical-scroll-bar.
10820
10821 * text.texi (Special Properties): Just mention line-spacing and
10822 line-height here, add xref to new "Line Height" node.
10823
10824 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
10825
10826 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
10827
10828 * locals.texi (Standard Buffer-Local Variables):
10829 Add @xref for `line-spacing'.
10830
10831 2004-12-05 Richard M. Stallman <rms@gnu.org>
10832
10833 * Makefile.in (maintainer-clean): Remove the info files
10834 in $(infodir) where they are created.
10835
10836 2004-12-03 Richard M. Stallman <rms@gnu.org>
10837
10838 * windows.texi (Selecting Windows): get-lru-window and
10839 get-largest-window don't consider dedicated windows.
10840
10841 * text.texi (Undo): Document undo-in-progress.
10842
10843 2004-11-26 Richard M. Stallman <rms@gnu.org>
10844
10845 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
10846 Remove a few vars that are not always buffer-local.
10847
10848 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
10849
10850 * locals.texi (Standard Buffer-Local Variables): Comment out
10851 xref's to non-existent node `Yet to be written'.
10852
10853 2004-11-24 Richard M. Stallman <rms@gnu.org>
10854
10855 * processes.texi (Synchronous Processes): Grammar fix.
10856
10857 * numbers.texi (Comparison of Numbers): Add eql.
10858
10859 * locals.texi (Standard Buffer-Local Variables): Add many vars.
10860
10861 * intro.texi (Printing Notation): Fix previous change.
10862
10863 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
10864 and default-indicate-buffer-boundaries from here.
10865 (Usual Display): To here.
10866 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
10867 (Usual Display): Move tab-width up.
10868
10869 * customize.texi (Variable Definitions):
10870 Replace show-paren-mode example with tooltip-mode.
10871 (Simple Types, Composite Types, Defining New Types):
10872 Minor cleanups.
10873
10874 2004-11-21 Jesper Harder <harder@ifa.au.dk>
10875
10876 * processes.texi (Synchronous Processes, Output from Processes):
10877 Markup fix.
10878
10879 2004-11-20 Richard M. Stallman <rms@gnu.org>
10880
10881 * positions.texi (Skipping Characters): skip-chars-forward
10882 now handles char classes.
10883
10884 * intro.texi (Printing Notation): Avoid confusion of `print'
10885 when explaining @print.
10886
10887 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
10888
10889 * display.texi (Display Table Format): Minor fix.
10890
10891 * streams.texi (Output Functions): Fix print example.
10892
10893 * Makefile.in (elisp): New target.
10894 (dist): Depend on $(infodir)/elisp, not elisp.
10895 Copy the info files from $(infodir).
10896
10897 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
10898 read-from-minibuffer.
10899
10900 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
10901
10902 2004-11-19 Richard M. Stallman <rms@gnu.org>
10903
10904 * searching.texi (Regexp Search): Add search-whitespace-regexp.
10905
10906 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
10907
10908 * tips.texi (Coding Conventions): Fix typo.
10909
10910 2004-11-16 Richard M. Stallman <rms@gnu.org>
10911
10912 * tips.texi (Coding Conventions): Separate defvar and require
10913 methods to avoid warnings. Use require only when there are many
10914 functions and variables from that package.
10915
10916 * minibuf.texi (Minibuffer Completion): When ignoring case,
10917 predicate must not be case-sensitive.
10918
10919 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
10920 (Test Coverage): Don't talk about "splotches". Clarified.
10921
10922 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
10923
10924 * frames.texi (Window Frame Parameters): Fix typo.
10925
10926 2004-11-15 Kim F. Storm <storm@cua.dk>
10927
10928 * symbols.texi (Other Plists): Note that plist-get may signal error.
10929 Add safe-plist-get.
10930
10931 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
10932
10933 * modes.texi (Font Lock Basics): Fix typo.
10934
10935 2004-11-08 Richard M. Stallman <rms@gnu.org>
10936
10937 * syntax.texi (Syntax Table Functions): Add syntax-after.
10938
10939 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
10940
10941 * os.texi (Processor Run Time): New section documenting
10942 get-internal-run-time.
10943
10944 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10945
10946 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
10947 it nukes elisp-cover.texi.
10948 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
10949 elisp-0 etc.
10950
10951 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
10952
10953 * commands.texi (Keyboard Macros): Document `append' return value
10954 of `defining-kbd-macro'.
10955
10956 2004-11-01 Richard M. Stallman <rms@gnu.org>
10957
10958 * commands.texi (Interactive Call): Add called-interactively-p.
10959
10960 2004-10-29 Simon Josefsson <jas@extundo.com>
10961
10962 * minibuf.texi (Reading a Password): Revert.
10963
10964 2004-10-28 Richard M. Stallman <rms@gnu.org>
10965
10966 * frames.texi (Display Feature Testing): Explain about "vendor".
10967
10968 2004-10-27 Richard M. Stallman <rms@gnu.org>
10969
10970 * commands.texi (Interactive Codes): `N' uses numeric prefix,
10971 not raw. Clarify `n'.
10972 (Interactive Call): Rewrite interactive-p, focusing on when
10973 and how to use it.
10974 (Misc Events): Clarify previous change.
10975
10976 * advice.texi (Simple Advice): Clarify what job the example does.
10977 (Around-Advice): Clarify ad-do-it.
10978 (Activation of Advice): An option of ad-default-compilation-action
10979 is `never', not `nil'.
10980
10981 2004-10-26 Kim F. Storm <storm@cua.dk>
10982
10983 * commands.texi (Interactive Codes): Add U code letter.
10984
10985 2004-10-25 Simon Josefsson <jas@extundo.com>
10986
10987 * minibuf.texi (Reading a Password): Add.
10988
10989 2004-10-24 Jason Rumney <jasonr@gnu.org>
10990
10991 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
10992 and wheel-down.
10993
10994 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10995
10996 * processes.texi (Synchronous Processes): Document process-file.
10997
10998 2004-10-22 Kenichi Handa <handa@m17n.org>
10999
11000 * text.texi (translate-region): Document that it accepts also a
11001 char-table.
11002
11003 2004-10-22 David Ponce <david@dponce.com>
11004
11005 * windows.texi (Resizing Windows): Document the `preserve-before'
11006 argument of the functions `enlarge-window' and `shrink-window'.
11007
11008 2004-10-19 Jason Rumney <jasonr@gnu.org>
11009
11010 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11011
11012 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11013
11014 * text.texi (Filling): Add anchor for definition of
11015 `sentence-end-double-space'.
11016
11017 * searching.texi (Regexp Example): Update description of how
11018 Emacs currently recognizes the end of a sentence.
11019 (Standard Regexps): Update definition of the variable
11020 `sentence-end'. Add definition of the function `sentence-end'.
11021
11022 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11023
11024 * display.texi (Progress): New node.
11025
11026 2004-10-05 Kim F. Storm <storm@cua.dk>
11027
11028 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11029
11030 2004-09-29 Kim F. Storm <storm@cua.dk>
11031
11032 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11033 to identify bitmaps. Remove -fringe-bitmap suffix for standard
11034 fringe bitmap symbols, as they now have their own namespace.
11035 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11036 vs. pixels. Signal error if no free bitmap slots.
11037 (Pixel Specification): Change IMAGE to @var{image}.
11038
11039 2004-09-28 Richard M. Stallman <rms@gnu.org>
11040
11041 * text.texi (Special Properties): Clarify line-spacing and line-height.
11042
11043 * searching.texi (Regexp Search): Add looking-back.
11044
11045 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
11046
11047 * display.texi: Correct typos.
11048 (Image Descriptors): Correct xref's.
11049
11050 2004-09-25 Richard M. Stallman <rms@gnu.org>
11051
11052 * text.texi (Special Properties): Cleanups in `cursor'.
11053 Rewrites in `line-height' and `line-spacing'; exchange them.
11054
11055 * display.texi (Fringes): Rewrite previous change.
11056 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
11057 (Display Fringe Bitmaps): Node deleted, text moved.
11058 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
11059 (Scroll Bars): Clarify set-window-scroll-bars.
11060 (Pointer Shape): Rewrite.
11061 (Specified Space): Clarify :align-to, etc.
11062 (Pixel Specification): Use @var. Clarify new text.
11063 (Other Display Specs): Clarify `slice'.
11064 (Image Descriptors): Cleanups.
11065 (Showing Images): Cleanups.
11066
11067 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11068
11069 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11070
11071 * modes.texi: Various minor changes in addition to:
11072 (Major Mode Conventions): Final call to `run-mode-hooks' should
11073 not be inside the `delay-mode-hooks' form.
11074 (Mode Hooks): New node.
11075 (Hooks): Delete obsolete example.
11076 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11077 node "Mode Hooks".
11078
11079 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
11080
11081 * display.texi: Correct various typos.
11082 (Display): Rename node "Pointer Shapes" to "Pointer
11083 Shape". (There is already a node called "Pointer Shapes" in
11084 frames.texi.)
11085 (Images): Remove non-existent node "Image Slices" from menu.
11086
11087 2004-09-23 Kim F. Storm <storm@cua.dk>
11088
11089 * text.texi (Special Properties): Add `cursor', `pointer',
11090 `line-height', and `line-spacing' properties.
11091
11092 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11093 Shapes' to menu.
11094 (Standard Faces): Doc fix for fringe face.
11095 (Fringes): Add `overflow-newline-into-fringe' and
11096 'indicate-buffer-boundaries'.
11097 (Fringe Bitmaps, Pointer Shapes): New nodes.
11098 (Display Property): Add 'Pixel Specification' and 'Display Fringe
11099 Bitmaps' to menu.
11100 (Specified Space): Describe pixel width and height.
11101 (Pixel Specification): New node.
11102 (Other Display Specs): Add `slice' property.
11103 (Display Fringe Bitmaps): New node.
11104 (Images): Add 'Image Slices' to menu.
11105 (Image Descriptors): Add `:pointer' and `:map' properties.
11106 (Showing Images): Add slice arg to `insert-image'.
11107 Add 'insert-sliced-image'.
11108
11109 2004-09-20 Richard M. Stallman <rms@gnu.org>
11110
11111 * commands.texi (Key Sequence Input):
11112 Clarify downcasing in read-key-sequence.
11113
11114 2004-09-08 Juri Linkov <juri@jurta.org>
11115
11116 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11117
11118 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11119
11120 * locals.texi (Standard Buffer-Local Variables):
11121 Add `buffer-auto-save-file-format'.
11122 * internals.texi (Buffer Internals): Describe new
11123 auto_save_file_format field of the buffer structure.
11124 * files.texi (Format Conversion): `auto-save-file-format' has been
11125 renamed `buffer-auto-save-file-format'.
11126
11127 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
11128
11129 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11130 an integer or a marker.
11131 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11132
11133 2004-08-22 Richard M. Stallman <rms@gnu.org>
11134
11135 * modes.texi (Major Mode Conventions): Discuss rebinding of
11136 standard key bindings.
11137
11138 2004-08-18 Kim F. Storm <storm@cua.dk>
11139
11140 * processes.texi (Accepting Output): Add `just-this-one' arg to
11141 `accept-process-output'.
11142 (Output from Processes): New var `process-adaptive-read-buffering'.
11143
11144 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
11145
11146 * keymaps.texi: Various changes in addition to:
11147 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11148 Give more varied examples for `kbd'.
11149 (Creating Keymaps): Char tables have slots for all characters
11150 without modifiers.
11151 (Active Keymaps): `overriding-local-map' and
11152 `overriding-terminal-local-map' also override text property and
11153 overlay keymaps.
11154 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11155 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11156 to denote a prefix of no events.
11157 `map-keymap' includes parent's bindings _recursively_.
11158 Clarify and correct description of `where-is-internal'.
11159 Mention BUFFER-OR-NAME arg to `describe-bindings'.
11160 (Menu Example): For menus intended for use with the keyboard, the
11161 menu items should be bound to characters or real function keys.
11162
11163 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11164
11165 * objects.texi (Character Type): Reposition `@anchor' to prevent
11166 double space inside sentence in Info.
11167
11168 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11169 renamed to `disabled-command-function'.
11170 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11171 (Command Loop Info): Replace reference to it.
11172 (Disabling Commands): `disabled-command-hook' has been renamed to
11173 `disabled-command-function'.
11174
11175 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11176
11177 * os.texi (Translating Input): Only non-prefix bindings in
11178 `key-translation-map' override actual key bindings. Warn about
11179 possible indirect effect of actual key bindings on non-prefix
11180 bindings in `key-translation-map'.
11181
11182 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11183
11184 * minibuf.texi (High-Level Completion): Add anchor for definition
11185 of `read-variable'.
11186
11187 * commands.texi: Various changes in addition to:
11188 (Using Interactive): Clarify description of `interactive-form'.
11189 (Interactive Call): Mention default for KEYS argument to
11190 `call-interactively'.
11191 (Command Loop Info): Clarify description of `this-command-keys'.
11192 Mention KEEP-RECORD argument to `clear-this-command-keys'.
11193 Value of `last-event-frame' can be `macro'.
11194 (Repeat Events): `double-click-fuzz' is also used to distinguish
11195 clicks and drags.
11196 (Classifying Events): Clarify descriptions of `event-modifiers'
11197 `event-basic-type' and `event-convert-list'.
11198 (Accessing Events): `posn-timestamp' takes POSITION argument.
11199 (Quoted Character Input): Clarify description of
11200 `read-quoted-char' and fix example.
11201 (Quitting): Add `with-local-quit'.
11202 (Disabling Commands): Correct and clarify descriptions of
11203 `enable-command' and `disable-command'.
11204 Mention what happens if `disabled-command-hook' is nil.
11205 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
11206 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
11207
11208 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11209
11210 * frames.texi: Various changes in addition to:
11211 (Creating Frames): Expand and clarify description of `make-frame'.
11212 (Window Frame Parameters): Either none or both of the `icon-left'
11213 and `icon-top' parameters must be specified. Put descriptions of
11214 `menu-bar-lines' and `toolbar-lines' closer together and change
11215 them accordingly.
11216 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
11217 except while processing `frame-title-format' or `icon-title-format'.
11218 (Deleting Frames): Correct description of `delete-frame'.
11219 Non-nil return values of `frame-live-p' are like those of `framep'.
11220 (Frames and Windows): Mention return value of
11221 `set-frame-selected-window'.
11222 (Visibility of Frames): Mention `force' argument to
11223 `make-frame-invisible'. `frame-visible-p' returns t for all
11224 frames on text-only terminals.
11225 (Frame Configurations): Restoring a frame configuration does not
11226 restore deleted frames.
11227 (Window System Selections): `x-set-selection' returns DATA.
11228 (Resources): Add example.
11229 (Display Feature Testing): Clarify descriptions of
11230 `display-pixel-height', `display-pixel-width', `x-server-version'
11231 and `x-server-vendor'.
11232
11233 * windows.texi (Choosing Window): Add anchor.
11234 * minibuf.texi (Minibuffer Misc): Add anchor.
11235
11236 2004-07-23 John Paul Wallington <jpw@gnu.org>
11237
11238 * macros.texi (Defining Macros): Declaration keyword for setting
11239 Edebug spec is `debug' not `edebug'.
11240
11241 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11242
11243 * windows.texi: Various small changes in addition to:
11244 (Window Point): Mention return value of `set-window-point'.
11245 (Window Start): `pos-visible-in-window-p' disregards horizontal
11246 scrolling. Explain return value if PARTIALLY is non-nil.
11247 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
11248 and `set-window-vscroll'.
11249 (Size of Window): The argument WINDOW to `window-inside-edges',
11250 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
11251 (Resizing Windows): Explain return value of
11252 `shrink-window-if-larger-than-buffer'.
11253 `window-size-fixed' automatically becomes buffer local when set.
11254 (Window Configurations): Explain return value of
11255 `set-window-configuration'.
11256
11257 * minibuf.texi (Minibuffer Misc): Add anchor for
11258 `minibuffer-scroll-window'.
11259
11260 * positions.texi (Text Lines): Add anchor for `count-lines'.
11261
11262 2004-07-17 Richard M. Stallman <rms@gnu.org>
11263
11264 * display.texi (Overlay Properties): Adding `evaporate' prop
11265 deletes empty overlay immediately.
11266
11267 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
11268 fix example.
11269
11270 2004-07-16 Jim Blandy <jimb@redhat.com>
11271
11272 * searching.texi (Regexp Backslash): Document new \_< and \_>
11273 operators.
11274
11275 2004-07-16 Juanma Barranquero <lektu@terra.es>
11276
11277 * display.texi (Images): Fix Texinfo usage.
11278
11279 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11280
11281 * buffers.texi (Modification Time): `visited-file-modtime' now
11282 returns a list of two integers, instead of a cons.
11283
11284 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
11285
11286 * windows.texi: Various changes in addition to:
11287 (Splitting Windows): Add `split-window-keep-point'.
11288
11289 2004-07-09 Richard M. Stallman <rms@gnu.org>
11290
11291 * frames.texi (Input Focus): Minor fix.
11292
11293 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
11294
11295 * frames.texi (Input Focus): Clarify descriptions of
11296 `select-frame-set-input-focus' and `select-frame'.
11297
11298 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11299
11300 * os.texi: Various small changes in addition to:
11301 (Killing Emacs): Expand and clarify description of
11302 `kill-emacs-query-functions' and `kill-emacs-hook'.
11303 (System Environment): Expand and clarify description of `getenv'
11304 and `setenv'.
11305 (Timers): Clarify description of `run-at-time'.
11306 (Translating Input): Correct description of
11307 `extra-keyboard-modifiers'.
11308 (Flow Control): Correct description of `enable-flow-control'.
11309
11310 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
11311
11312 * os.texi: Update copyright.
11313 (Session Management): Grammar fix.
11314 Clarify which Emacs does the restarting.
11315 Use @samp for *scratch* buffer.
11316
11317 2004-07-04 Alan Mackenzie <acm@muc.de>
11318
11319 * frames.texi (Input Focus): Add documentation for
11320 `select-frame-set-input-focus'. Replace refs to non-existent
11321 `switch-frame' with `select-frame'. Minor corrections and tidying
11322 up of text-only terminal stuff.
11323
11324 2004-07-02 Richard M. Stallman <rms@gnu.org>
11325
11326 * files.texi (Saving Buffers): Cleanup write-contents-function.
11327 (Magic File Names): Cleanup file-remote-p.
11328
11329 2004-07-02 Kai Großjohann <kai@emptydomain.de>
11330
11331 * files.texi (Magic File Names): `file-remote-p' returns an
11332 identifier of the remote system, not just t.
11333
11334 2004-07-02 David Kastrup <dak@gnu.org>
11335
11336 * searching.texi (Entire Match Data): Add explanation about new
11337 match-data behavior when @var{integers} is non-nil.
11338
11339 2004-06-24 Richard M. Stallman <rms@gnu.org>
11340
11341 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11342
11343 * customize.texi (Variable Definitions): Note about doc strings
11344 and :set.
11345
11346 * keymaps.texi (Keymap Terminology): Document `kbd'.
11347 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11348
11349 * display.texi (Invisible Text): Setting buffer-invisibility-spec
11350 makes it buffer-local.
11351
11352 * files.texi (Saving Buffers): Correct previous change.
11353
11354 * commands.texi (Accessing Events):
11355 Clarify posn-col-row and posn-actual-col-row.
11356
11357 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
11358
11359 * commands.texi (Accessing Events): New functions
11360 posn-at-point and posn-at-x-y. Add example to posn-x-y.
11361
11362 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11363
11364 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11365 * frames.texi, buffers.texi, backups.texi, variables.texi:
11366 * loading.texi, eval.texi, functions.texi, control.texi:
11367 * symbols.texi, minibuf.texi: Reposition @anchor's.
11368
11369 * help.texi: Various small changes in addition to the following.
11370 (Describing Characters): Describe PREFIX argument to
11371 `key-description'. Correct and clarify definition of
11372 `text-char-description'. Describe NEED-VECTOR argument to
11373 `read-kbd-macro'.
11374 (Help Functions): Clarify definition of `apropos'.
11375
11376 2004-06-23 Lars Hansen <larsh@math.ku.dk>
11377
11378 * files.texi (Saving Buffers): Correct description of
11379 `write-contents-functions'.
11380
11381 2004-06-21 Juanma Barranquero <lektu@terra.es>
11382
11383 * display.texi (Images): Remove redundant @vindex directives.
11384 Rewrite `image-library-alist' doc in active voice.
11385
11386 2004-06-14 Juanma Barranquero <lektu@terra.es>
11387
11388 * display.texi (Images): Document new delayed library loading,
11389 variable `image-library-alist' and (existing but undocumented)
11390 function `image-type-available-p'.
11391
11392 2004-06-05 Richard M. Stallman <rms@gnu.org>
11393
11394 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11395 refer the user to the Initial Input node.
11396 (Text from Minibuffer): Likewise.
11397 (Initial Input): New node. Document this feature
11398 and say it is mostly deprecated.
11399
11400 2004-05-30 Richard M. Stallman <rms@gnu.org>
11401
11402 * loading.texi (Named Features): Clarify return value
11403 and meaning of NOERROR.
11404
11405 * variables.texi (File Local Variables): Minor cleanup.
11406
11407 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
11408
11409 * files.texi (Magic File Names): Add `file-remote-p' as operation
11410 of file name handlers.
11411
11412 2004-05-29 Richard M. Stallman <rms@gnu.org>
11413
11414 * modes.texi (Minor Mode Conventions): (-) has no special meaning
11415 as arg to a minor mode command.
11416
11417 2004-05-22 Richard M. Stallman <rms@gnu.org>
11418
11419 * syntax.texi (Syntax Class Table): Word syntax not just for English.
11420
11421 * streams.texi (Output Variables): Doc float-output-format.
11422
11423 * searching.texi (Regexp Special): Nested repetition can be infloop.
11424
11425 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11426 real stack overflow.
11427
11428 * compile.texi: Minor cleanups.
11429
11430 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
11431
11432 * lists.texi (Cons Cells): Explain dotted lists, true lists,
11433 circular lists.
11434 (List Elements): Explain handling of circular and dotted lists.
11435
11436 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
11437
11438 * modes.texi (Search-based Fontification): Fix typo.
11439
11440 2004-05-10 Juanma Barranquero <lektu@terra.es>
11441
11442 * modes.texi (Mode Line Variables): Fix description of
11443 global-mode-string, which is now after which-func-mode, not the
11444 buffer name.
11445
11446 2004-05-07 Lars Hansen <larsh@math.ku.dk>
11447
11448 * modes.texi (Desktop Save Mode): Add.
11449 (Modes): Add menu entry Desktop Save Mode.
11450
11451 * hooks.texi: Add desktop-after-read-hook,
11452 desktop-no-desktop-file-hook and desktop-save-hook.
11453
11454 * locals.texi: Add desktop-save-buffer.
11455
11456 2004-04-30 Jesper Harder <harder@ifa.au.dk>
11457
11458 * display.texi: emacs -> Emacs.
11459
11460 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11461
11462 * files.texi (Changing Files): Document set-file-times.
11463
11464 2004-04-23 Juanma Barranquero <lektu@terra.es>
11465
11466 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11467
11468 2004-04-18 Jesper Harder <harder@ifa.au.dk>
11469
11470 * tips.texi (Coding Conventions): defopt -> defcustom.
11471
11472 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
11473
11474 * sequences.texi: Various clarifications.
11475
11476 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
11477
11478 * buffers.texi (Read Only Buffers): Mention optional ARG to
11479 `toggle-read-only'.
11480
11481 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
11482
11483 * windows.texi (Selecting Windows): Note that get-lru-window
11484 returns a full-width window if possible.
11485
11486 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
11487
11488 * buffers.texi: Various changes in addition to:
11489 (Buffer File Name): Add `find-buffer-visiting'.
11490 (Buffer Modification): Mention optional ARG to `not-modified'.
11491 (Indirect Buffers): Mention optional CLONE argument to
11492 `make-indirect-buffer'.
11493
11494 * files.texi: Various changes in addition to:
11495 (Visiting Functions): `find-file-hook' is now a normal hook.
11496 (File Name Expansion): Explain difference between the way that
11497 `expand-file-name' and `file-truename' treat `..'.
11498 (Contents of Directories): Mention optional ID-FORMAT argument to
11499 `directory-files-and-attributes'.
11500 (Format Conversion): Mention new optional CONFIRM argument to
11501 `format-write-file'.
11502
11503 2004-04-12 Miles Bader <miles@gnu.org>
11504
11505 * macros.texi (Expansion): Add description of `macroexpand-all'.
11506
11507 2004-04-05 Jesper Harder <harder@ifa.au.dk>
11508
11509 * variables.texi (Variable Aliases):
11510 Mention cyclic-variable-indirection.
11511
11512 * errors.texi (Standard Errors): Ditto.
11513
11514 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11515
11516 * backups.texi: Various small changes in addition to:
11517 (Making Backups): Mention return value of `backup-buffer'.
11518 (Auto-Saving): Mention optional FORCE argument to
11519 `delete-auto-save-file-if-necessary'.
11520 (Reverting): Mention optional PRESERVE-MODES argument to
11521 `revert-buffer'. Correct description of `revert-buffer-function'.
11522
11523 2004-03-22 Juri Linkov <juri@jurta.org>
11524
11525 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11526 with `Vector Functions'.
11527
11528 * text.texi (Sorting): Add missing quote.
11529
11530 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
11531
11532 * intro.texi (Lisp History): Replace xref to `cl' manual with
11533 inforef.
11534
11535 2004-03-12 Richard M. Stallman <rms@gnu.org>
11536
11537 * intro.texi (Version Info): Add arg to emacs-version.
11538 (Lisp History): Change xref to CL manual.
11539
11540 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
11541
11542 * minibuf.texi (Completion Commands): Add xref to Emacs manual
11543 for Partial Completion mode.
11544
11545 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
11546
11547 * customize.texi: Fix typo. Remove eol whitespace.
11548
11549 2004-03-04 Richard M. Stallman <rms@gnu.org>
11550
11551 * processes.texi: Fix typos.
11552
11553 * lists.texi (Building Lists): Minor clarification.
11554
11555 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11556 in make-hash-table.
11557
11558 2004-02-29 Juanma Barranquero <lektu@terra.es>
11559
11560 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11561 rm, and ignore exit code.
11562
11563 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11564
11565 * display.texi (Defining Faces): Add description for min-colors.
11566 Update example.
11567
11568 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11569
11570 * abbrevs.texi: Various corrections and clarifications in addition
11571 to the following:
11572 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11573
11574 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11575
11576 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11577
11578 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
11579
11580 * text.texi: Various small changes in addition to the following:
11581 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11582 to delete-horizontal-space.
11583 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11584 description of yank-handler text property at various places.
11585
11586 * frames.texi (Window System Selections): Add anchor.
11587
11588 * syntax.texi (Syntax Table Functions): Clarify and correct
11589 descriptions of make-syntax-table and copy-syntax-table.
11590 (Motion and Syntax): Clarify SYNTAXES argument to
11591 skip-syntax-forward.
11592 (Parsing Expressions): Mention that the return value of
11593 parse-partial-sexp is currently a list of ten rather than nine
11594 elements.
11595 (Categories): Various corrections and clarifications.
11596
11597 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
11598
11599 * markers.texi (Marker Insertion Types): Minor change.
11600
11601 * locals.texi (Standard Buffer-Local Variables):
11602 * commands.texi (Interactive Codes, Using Interactive):
11603 * functions.texi (Related Topics): Fix xrefs.
11604
11605 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
11606
11607 * lists.texi (Sets And Lists): Update description of delete-dups.
11608
11609 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11610
11611 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
11612
11613 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
11614
11615 * frames.texi (Parameter Access): frame-parameters arg is optional.
11616 modify-frame-parameters handles nil for FRAME.
11617 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
11618 are all-or-nothing for certain toolkits.
11619 Mention parameter wait-for-wm.
11620 (Frames and Windows): In frame-first-window and frame-selected-window
11621 the arg is optional.
11622 (Input Focus): In redirect-frame-focus the second arg is optional.
11623 (Window System Selections): Mention selection type CLIPBOARD.
11624 Mention data-type UTF8_STRING.
11625 Mention numbering of cut buffers.
11626 (Resources): Describe x-resource-name.
11627
11628 2004-02-16 Richard M. Stallman <rms@gnu.org>
11629
11630 * windows.texi (Buffers and Windows): Delete false table
11631 about all-frames.
11632
11633 * syntax.texi (Parsing Expressions): Delete old caveat
11634 about parse-sexp-ignore-comments.
11635
11636 * streams.texi (Output Variables): Add print-quoted.
11637
11638 * lists.texi (Building Lists): Minor cleanup.
11639
11640 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
11641
11642 * display.texi (Overlays): Explain overlays use markers.
11643 (Managing Overlays): Explain front-advance and rear-advance
11644 in more detail.
11645
11646 * loading.texi (Unloading): Document unload-feature-special-hooks.
11647 Get rid of fns-NNN.el file.
11648
11649 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11650
11651 * help.texi (Describing Characters): Fix text-char-description
11652 example output.
11653
11654 * edebug.texi (Using Edebug): Fix example.
11655
11656 * debugging.texi (Internals of Debugger): Fix return value.
11657
11658 * files.texi (Changing Files): Fix argname.
11659
11660 * calendar.texi: Fix parens, and default values.
11661
11662 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
11663 * nonascii.texi, objects.texi, os.texi: Minor fixes.
11664 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
11665
11666 * positions.texi (Text Lines): Don't add -1 in current-line.
11667
11668 2004-02-16 Richard M. Stallman <rms@gnu.org>
11669
11670 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
11671
11672 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11673
11674 * processes.texi (Low-Level Network): Fix a typo.
11675
11676 2004-02-12 Kim F. Storm <storm@cua.dk>
11677
11678 * display.texi (Fringes): Use consistent wording.
11679 Note that window-fringe's window arg is optional.
11680 (Scroll Bars): Use consistent wording.
11681
11682 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
11683
11684 * tips.texi (Comment Tips): Document the new conventions for
11685 commenting out code.
11686
11687 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
11688
11689 * positions.texi (Text Lines): Add missing end defun.
11690
11691 2004-02-07 Kim F. Storm <storm@cua.dk>
11692
11693 * positions.texi (Text Lines): Add line-number-at-pos.
11694
11695 2004-02-06 John Paul Wallington <jpw@gnu.org>
11696
11697 * display.texi (Button Properties, Button Buffer Commands):
11698 mouse-2 invokes button, not down-mouse-1.
11699
11700 2004-02-04 Jason Rumney <jasonr@gnu.org>
11701
11702 * makefile.w32-in: Sync with Makefile.in changes.
11703
11704 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
11705
11706 * minibuf.texi (Text from Minibuffer): Various corrections and
11707 clarifications.
11708 (Object from Minibuffer): Correct Lisp description of
11709 read-minibuffer.
11710 (Minibuffer History): Clarify description of cons values for
11711 HISTORY arguments.
11712 (Basic Completion): Various corrections and clarifications.
11713 Add completion-regexp-list.
11714 (Minibuffer Completion): Correct and clarify description of
11715 completing-read.
11716 (Completion Commands): Mention Partial Completion mode.
11717 Various other minor changes.
11718 (High-Level Completion): Various corrections and clarifications.
11719 (Reading File Names): Ditto.
11720 (Minibuffer Misc): Ditto.
11721
11722 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
11723
11724 * strings.texi (Text Comparison): assoc-string also matches
11725 elements of alists that are strings instead of conses.
11726 (Formatting Strings): Standardize Texinfo usage. Update index
11727 entries.
11728
11729 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
11730
11731 * lists.texi (Sets And Lists): Add delete-dups.
11732
11733 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11734
11735 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
11736 special form.
11737 * macros.texi (Defining Macros): Update description of `declare',
11738 which now is a macro.
11739 (Wrong Time): Fix typos.
11740
11741 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
11742
11743 * compile.texi (Compilation Functions): Expand descriptions of
11744 `compile-defun', `byte-compile-file', `byte-recompile-directory'
11745 and `batch-byte-compile'. In particular, mention and describe
11746 all optional arguments.
11747 (Disassembly): Correct and clarify the description of `disassemble'.
11748
11749 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
11750
11751 * searching.texi: Various small changes in addition to the
11752 following.
11753 (Regexp Example): Adapt to new value of `sentence-end'.
11754 (Regexp Functions): The PAREN argument to `regexp-opt' can be
11755 `words'.
11756 (Search and Replace): Add usage note for `perform-replace'.
11757 (Entire Match Data): Mention INTEGERS and REUSE arguments to
11758 `match-data'.
11759 (Standard Regexps): Update for new values of `paragraph-start'
11760 and `sentence-end'.
11761
11762 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11763
11764 * files.texi (Saving Buffers): Clarify descriptions of
11765 `write-contents-functions' and `before-save-hook'.
11766 Make the defvar's for `before-save-hook' and `after-save-hook'
11767 into defopt's.
11768
11769 2004-01-07 Kim F. Storm <storm@cua.dk>
11770
11771 * commands.texi (Click Events): Describe new image and
11772 width/height elements of click events.
11773 (Accessing Events): Add posn-string, posn-image, and
11774 posn-object-width-height. Change posn-object to return either
11775 image or string object.
11776
11777 2004-01-01 Simon Josefsson <jas@extundo.com>
11778
11779 * hooks.texi (Standard Hooks): Add before-save-hook.
11780 * files.texi (Saving Buffers): Likewise.
11781
11782 2004-01-03 Richard M. Stallman <rms@gnu.org>
11783
11784 * frames.texi (Frames and Windows): Delete frame-root-window.
11785
11786 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11787
11788 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
11789
11790 * functions.texi: Various small changes in addition to the
11791 following.
11792 (What Is a Function): `functionp' returns nil for macros.
11793 Clarify behavior of this and following functions for symbol arguments.
11794 (Function Documentation): Add `\' in front of (fn @var{arglist})
11795 and explain why.
11796 (Defining Functions): Mention DOCSTRING argument to `defalias'.
11797 Add anchor.
11798 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
11799
11800 2004-01-01 Miles Bader <miles@gnu.org>
11801
11802 * display.texi (Buttons): New section.
11803
11804 2003-12-31 Andreas Schwab <schwab@suse.de>
11805
11806 * numbers.texi (Math Functions): sqrt reports a domain-error
11807 error.
11808 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
11809
11810 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11811
11812 * tips.texi (Documentation Tips): Update item on hyperlinks in
11813 documentation strings.
11814
11815 * errors.texi (Standard Errors): Various small corrections and
11816 additions.
11817
11818 * control.texi: Various small changes in addition to the
11819 following.
11820 (Signaling Errors): Provide some more details on how `signal'
11821 constructs the error message. Add anchor to the definition of
11822 `signal'.
11823 (Error Symbols): Describe special treatment of `quit'.
11824 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
11825 to emphasize that it has to be a single form.
11826
11827 * buffers.texi: Add anchor.
11828
11829 2003-12-29 Richard M. Stallman <rms@gnu.org>
11830
11831 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
11832 (Window Configurations): Add window-configuration-frame.
11833
11834 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
11835
11836 * text.texi (Examining Properties): Add get-char-property-and-overlay.
11837 Change arg name in get-char-property.
11838 (Special Properties): Update handling of keymap property.
11839
11840 * strings.texi (Modifying Strings): Add clear-string.
11841 (Text Comparison): Add assoc-string and remove
11842 assoc-ignore-case, assoc-ignore-representation.
11843
11844 * os.texi (Time of Day): Add set-time-zone-rule.
11845
11846 * numbers.texi (Math Functions): asin, acos, log, log10
11847 report domain-error errors.
11848
11849 * nonascii.texi (Converting Representations):
11850 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
11851 (Encoding and I/O): Add file-name-coding-system.
11852
11853 * modes.texi (Search-based Fontification): Explain that
11854 face specs are symbols with face names as values.
11855
11856 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
11857
11858 * lists.texi (Building Lists): remq moved elsewhere.
11859 (Sets And Lists): remq moved here.
11860 (Association Lists): Refer to assoc-string.
11861
11862 * internals.texi (Garbage Collection): Add memory-use-counts.
11863
11864 * frames.texi (Frames and Windows): Add set-frame-selected-window
11865 and frame-root-window.
11866
11867 * files.texi (Contents of Directories):
11868 Add directory-files-and-attributes.
11869
11870 * display.texi (Refresh Screen): Add force-window-update.
11871 (Invisible Text): Explain about moving point out of invis text.
11872 (Overlay Properties): Add overlay-properties.
11873 (Managing Overlays): Add overlayp.
11874 (GIF Images): Invalid image number displays a hollow box.
11875
11876 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
11877 (Killing Buffers): Add buffer-live-p.
11878
11879 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
11880
11881 * display.texi (Fringes): Fix typo "set-buffer-window".
11882
11883 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
11884
11885 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
11886 * nonascii.texi, processes.texi, tips.texi, variables.texi:
11887 Add or change various xrefs and anchors.
11888
11889 * commands.texi: Replace all occurrences of @acronym{CAR} with
11890 @sc{car}, for consistency with the rest of the Elisp manual.
11891 `car' and `cdr' are historically acronyms, but are no longer
11892 widely thought of as such.
11893
11894 * internals.texi (Pure Storage): Mention that `purecopy' does not
11895 copy text properties.
11896 (Object Internals): Now 29 bits are used (in most implementations)
11897 to address Lisp objects.
11898
11899 * variables.texi (Variables with Restricted Values): New node.
11900
11901 * objects.texi (Lisp Data Types): Mention that certain variables
11902 can only take on a restricted set of values and add an xref to
11903 the new node "Variables with Restricted Values".
11904
11905 * eval.texi (Function Indirection): Describe the errors that
11906 `indirect-function' can signal.
11907 (Eval): Clarify the descriptions of `eval-region' and `values'.
11908 Describe `eval-buffer' instead of `eval-current-buffer' and
11909 mention `eval-current-buffer' as an alias for `current-buffer'.
11910 Correct the description and mention all optional arguments.
11911
11912 * nonascii.texi: Various small changes in addition to the
11913 following.
11914 (Converting Representations): Clarify behavior of
11915 `string-make-multibyte' and `string-to-multibyte' for unibyte all
11916 ASCII arguments.
11917 (Character Sets): Document the variable `charset-list' and adapt
11918 the definition of the function `charset-list' accordingly.
11919 (Translation of Characters): Clarify use of generic characters in
11920 `make-translation-table'. Clarify and correct the description of
11921 the use of translation tables in encoding and decoding.
11922 (User-Chosen Coding Systems): Correct and clarify the description
11923 of `select-safe-coding-system'.
11924 (Default Coding Systems): Clarify description of
11925 `file-coding-system-alist'.
11926
11927 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11928
11929 * strings.texi (Text Comparison): Correctly describe when two
11930 strings are `equal'. Combine and clarify descriptions of
11931 `assoc-ignore-case' and `assoc-ignore-representation'.
11932
11933 * objects.texi (Non-ASCII in Strings): Clarify description of
11934 when a string is unibyte or multibyte.
11935 (Bool-Vector Type): Update examples.
11936 (Equality Predicates): Correctly describe when two strings are
11937 `equal'.
11938
11939 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
11940
11941 * lists.texi (Building Lists): `append' no longer accepts integer
11942 arguments. Update the description of `number-sequence' to reflect
11943 recent changes.
11944 (Sets And Lists): Describe `member-ignore-case' after `member'.
11945
11946 2003-11-27 Kim F. Storm <storm@cua.dk>
11947
11948 * commands.texi (Click Events): Click object may be an images.
11949 Describe (dx . dy) element of click positions.
11950 (Accessing Events): Remove duplicate posn-timestamp.
11951 New functions posn-object and posn-object-x-y.
11952
11953 2003-11-23 Kim F. Storm <storm@cua.dk>
11954
11955 * commands.texi (Click Events): Describe enhancements to event
11956 position lists, including new text-pos and (col . row) items.
11957 Mention left-fringe and right-fringe area events.
11958 (Accessing Events): New functions posn-area and
11959 posn-actual-col-row. Mention posn-timestamp. Mention that
11960 posn-point in non-text area still returns buffer position.
11961 Clarify posn-col-row.
11962
11963 2003-11-21 Lars Hansen <larsh@math.ku.dk>
11964
11965 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
11966 * anti.texi (File Attributes): Describe removed parameter
11967 ID-FORMAT.
11968
11969 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
11970
11971 * positions.texi (Positions): Mention that, if a marker is used as
11972 a position, its buffer is ignored.
11973
11974 * markers.texi (Overview of Markers): Mention it here too.
11975
11976 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
11977
11978 * numbers.texi (Numeric Conversions): Not just `floor', but also
11979 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
11980
11981 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
11982
11983 * markers.texi (Creating Markers): Specify insertion type of
11984 created markers. Add xref to `Marker Insertion Types'.
11985 Second argument to `copy-marker' is optional.
11986 (Marker Insertion Types): Mention that most markers are created
11987 with insertion type nil.
11988 (The Mark): Correctly describe when `mark' signals an error.
11989 (The Region): Correctly describe when `region-beginning' and
11990 `region-end' signal an error.
11991
11992 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
11993
11994 * hash.texi (Creating Hash): Clarify description of `eql'.
11995 `makehash' is obsolete.
11996 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
11997
11998 * positions.texi (Point): Change description of `buffer-end', so
11999 that it is also correct for floating point arguments.
12000 (List Motion): Correct argument lists of `beginning-of-defun' and
12001 `end-of-defun'.
12002 (Excursions): Add xref to `Marker Insertion Types'.
12003 (Narrowing): Argument to `narrow-to-page' is optional.
12004
12005 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
12006
12007 * streams.texi (Output Streams): Clarify behavior of point for
12008 marker output streams.
12009
12010 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12011
12012 * variables.texi (Defining Variables): Second argument to
12013 `defconst' is not optional.
12014 (Setting Variables): Mention optional argument APPEND to
12015 `add-to-list'.
12016 (Creating Buffer-Local): Expand description of
12017 `make-variable-buffer-local'.
12018 (Frame-Local Variables): Expand description of
12019 `make-variable-frame-local'.
12020 (Variable Aliases): Correct description of optional argument
12021 DOCSTRING to `defvaralias'. Mention return value of
12022 `defvaralias'.
12023 (File Local Variables): Add xref to `File variables' in Emacs
12024 Manual. Correct description of `hack-local-variables'. Mention
12025 `safe-local-variable' property. Mention optional second argument
12026 to `risky-local-variable-p'.
12027
12028 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
12029
12030 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12031
12032 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
12033
12034 * anti.texi, backups.texi, commands.texi, customize.texi:
12035 * display.texi, files.texi, internals.texi, keymaps.texi:
12036 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12037 * objects.texi, os.texi, positions.texi, processes.texi:
12038 * searching.texi, sequences.texi, streams.texi, strings.texi:
12039 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
12040
12041 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
12042
12043 * strings.texi (Creating Strings): Argument START to `substring'
12044 can not be `nil'. Expand description of
12045 `substring-no-properties'. Correct description of `split-string',
12046 especially with respect to empty matches. Prevent very bad line
12047 break in definition of `split-string-default-separators'.
12048 (Text Comparison): `string=' and `string<' also accept symbols as
12049 arguments.
12050 (String Conversion): More completely describe argument BASE in
12051 `string-to-number'.
12052 (Formatting Strings): `%s' and `%S' in `format' do require
12053 corresponding object. Clarify behavior of numeric prefix after
12054 `%' in `format'.
12055 (Case Conversion): The argument to `upcase-initials' can be a
12056 character.
12057
12058 2003-10-27 Kenichi Handa <handa@m17n.org>
12059
12060 * display.texi (Fontsets): Fix texinfo usage.
12061
12062 2003-10-25 Kenichi Handa <handa@m17n.org>
12063
12064 * display.texi (Fontsets): Add description of the function
12065 set-fontset-font.
12066
12067 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
12068
12069 * display.texi (Temporary Displays): Add xref to `Documentation
12070 Tips'.
12071
12072 * functions.texi (Function Safety): Use inforef instead of pxref
12073 for SES.
12074
12075 2003-10-23 Andreas Schwab <schwab@suse.de>
12076
12077 * Makefile.in (TEX, texinputdir): Don't define.
12078 (TEXI2DVI): Define.
12079 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12080 add $(srcdir)/index.texi.
12081 ($(infodir)/elisp): Remove index.texi dependency.
12082 (elisp.dvi): Likewise. Use $(TEXI2DVI).
12083 (index.texi): Remove target.
12084 (dist): Don't link $(srcdir)/permute-index.
12085 (clean): Don't remove index.texi.
12086
12087 * permute-index, index.perm: Remove.
12088 * index.texi: Rename from index.unperm.
12089
12090 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
12091
12092 * tips.texi (Documentation Tips): Document new behavior for face
12093 and variable hyperlinks in Help mode.
12094
12095 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
12096
12097 * objects.texi (Integer Type): Update for extra bit of integer range.
12098 (Character Type): Ditto.
12099
12100 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12101
12102 * numbers.texi (Integer Basics): Add index entries for reading
12103 numbers in hex, octal, and binary.
12104
12105 2003-10-16 Lute Kamstra <lute@gnu.org>
12106
12107 * modes.texi (Mode Line Format): Mention force-mode-line-update's
12108 argument.
12109
12110 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
12111
12112 * windows.texi (Choosing Window): Fix typo.
12113 * edebug.texi (Edebug Execution Modes): Fix typo.
12114
12115 2003-10-13 Richard M. Stallman <rms@gnu.org>
12116
12117 * windows.texi (Basic Windows): A window has fringe settings,
12118 display margins and scroll-bar settings.
12119 (Splitting Windows): Doc split-window return value.
12120 Clean up one-window-p.
12121 (Selecting Windows): Fix typo.
12122 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12123 (Buffers and Windows): In set-window-buffer, explain effect
12124 on fringe settings and scroll bar settings.
12125 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12126 (Choosing Window): Use defopt for pop-up-frame-function.
12127 For special-display-buffer-names, explain same-window and same-frame.
12128 Clarify window-dedicated-p return value.
12129 (Textual Scrolling): scroll-up and scroll-down can get an error.
12130 (Horizontal Scrolling): Clarify auto-hscroll-mode.
12131 Clarify set-window-hscroll.
12132 (Size of Window): Don't mention tool bar in window-height.
12133 (Coordinates and Windows): Explain what coordinates-in-window-p
12134 returns for fringes and display margins.
12135 (Window Configurations): Explain saving fringes, etc.
12136
12137 * tips.texi (Library Headers): Clean up Documentation.
12138
12139 * syntax.texi (Parsing Expressions): Clean up forward-comment
12140 and parse-sexp-lookup-properties.
12141
12142 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12143
12144 * os.texi (System Environment): Clean up text for load-average errors.
12145
12146 * modes.texi (Hooks): Don't explain local hook details at front.
12147 Clarify run-hooks and run-hook-with-args a little.
12148 Clean up add-hook and remove-hook.
12149
12150 * edebug.texi (Edebug Execution Modes): Clarify t.
12151 Document edebug-sit-for-seconds.
12152 (Coverage Testing): Document C-x X = and =.
12153 (Instrumenting Macro Calls): Fix typo.
12154 (Specification List): Don't index the specification keywords.
12155
12156 2003-10-10 Kim F. Storm <storm@cua.dk>
12157
12158 * processes.texi (Network): Introduce make-network-process.
12159
12160 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
12161
12162 * tips.texi (Library Headers): Fix typo.
12163
12164 2003-10-07 Juri Linkov <juri@jurta.org>
12165
12166 * modes.texi (Imenu): Mention imenu-create-index-function's
12167 default value. Explain submenus better.
12168
12169 2003-10-07 Lute Kamstra <lute@gnu.org>
12170
12171 * modes.texi (Faces for Font Lock): Fix typo.
12172 (Hooks): Explain how buffer-local hook variables can refer to
12173 global hook variables.
12174 Various minor clarifications.
12175
12176 2003-10-06 Lute Kamstra <lute@gnu.org>
12177
12178 * tips.texi (Coding Conventions): Mention naming conventions for
12179 hooks.
12180
12181 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
12182
12183 * loading.texi (Library Search): Correct default value of
12184 load-suffixes.
12185 (Named Features): Fix typo.
12186
12187 2003-10-05 Richard M. Stallman <rms@gnu.org>
12188
12189 * loading.texi (Named Features): In `provide',
12190 say how to test for subfeatures.
12191 (Unloading): In unload-feature, use new var name
12192 unload-feature-special-hooks.
12193
12194 2003-10-03 Lute Kamstra <lute@gnu.org>
12195
12196 * modes.texi (Major Mode Conventions): Mention third way to set up
12197 Imenu.
12198 (Imenu): A number of small fixes.
12199 Delete documentation of internal variable imenu--index-alist.
12200 Document the return value format of imenu-create-index-function
12201 functions.
12202
12203 2003-09-30 Richard M. Stallman <rms@gnu.org>
12204
12205 * processes.texi (Network): Say what stopped datagram connections do.
12206
12207 * lists.texi (Association Lists): Clarify `assq-delete-all'.
12208
12209 * display.texi (Overlay Properties): Clarify `evaporate' property.
12210
12211 2003-09-29 Lute Kamstra <lute@gnu.org>
12212
12213 * modes.texi (Mode Line Data): Explain when symbols in mode-line
12214 constructs should be marked as risky.
12215 Change cons cell into proper list.
12216 (Mode Line Variables): Change cons cell into proper list.
12217
12218 2003-09-26 Lute Kamstra <lute@gnu.org>
12219
12220 * modes.texi (Mode Line Data): Document the :propertize construct.
12221 (Mode Line Variables): Reorder the descriptions of the variables
12222 to match their order in the default mode-line-format.
12223 Describe the new variables mode-line-position and mode-line-modes.
12224 Update the default values of mode-line-frame-identification,
12225 minor-mode-alist, and default-mode-line-format.
12226 (Properties in Mode): Mention the :propertize construct.
12227
12228 2003-09-26 Richard M. Stallman <rms@gnu.org>
12229
12230 * buffers.texi, commands.texi, debugging.texi, eval.texi:
12231 * loading.texi, minibuf.texi, text.texi, variables.texi:
12232 Avoid @strong{Note:}.
12233
12234 2003-09-26 Richard M. Stallman <rms@gnu.org>
12235
12236 * keymaps.texi (Remapping Commands): Fix typo.
12237
12238 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
12239
12240 * processes.texi (Low-Level Network): Fix typo.
12241
12242 2003-09-23 Kim F. Storm <storm@cua.dk>
12243
12244 * processes.texi (Network, Network Servers): Fix typos.
12245 (Low-Level Network): Add timeout value for :server keyword.
12246 Add new option keywords to make-network-process.
12247 Add set-network-process-options.
12248 Explain how to test availability of network options.
12249
12250 2003-09-19 Richard M. Stallman <rms@gnu.org>
12251
12252 * text.texi (Motion by Indent): Arg to
12253 backward-to-indentation and forward-to-indentation is optional.
12254
12255 * strings.texi (Creating Strings): Add substring-no-properties.
12256
12257 * processes.texi
12258 (Process Information): Add list-processes arg QUERY-ONLY.
12259 Delete process-contact from here.
12260 Add new status values for process-status.
12261 Add process-get, process-put, process-plist, set-process-plist.
12262 (Synchronous Processes): Add call-process-shell-command.
12263 (Signals to Processes): signal-process allows process objects.
12264 (Network): Complete rewrite.
12265 (Network Servers, Datagrams, Low-Level Network): New nodes.
12266
12267 * positions.texi (Word Motion): forward-word, backward-word
12268 arg is optional. Reword.
12269
12270 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
12271
12272 * variables.texi (Creating Buffer-Local):
12273 Delete duplicate definition of buffer-local-value.
12274 (File Local Variables): Explain about discarding text props.
12275
12276 2003-09-11 Richard M. Stallman <rms@gnu.org>
12277
12278 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
12279 changes variables that record input events.
12280 (Minibuffer Misc): Add minibuffer-selected-window.
12281
12282 * lists.texi (Building Lists): Add copy-tree.
12283
12284 * display.texi (Fontsets): Add char-displayable-p.
12285 (Scroll Bars): New node.
12286
12287 2003-09-08 Lute Kamstra <lute@gnu.org>
12288
12289 * modes.texi (%-Constructs): Document new `%i' and `%I'
12290 constructs.
12291
12292 2003-09-03 Peter Runestig <peter@runestig.com>
12293
12294 * makefile.w32-in: New file.
12295
12296 2003-08-29 Richard M. Stallman <rms@gnu.org>
12297
12298 * display.texi (Overlay Properties): Clarify how priorities
12299 affect use of the properties.
12300
12301 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
12302
12303 * customize.texi (Type Keywords): Correct the description of
12304 `:help-echo' in the case where `motion-doc' is a function.
12305
12306 2003-08-14 John Paul Wallington <jpw@gnu.org>
12307
12308 * modes.texi (Emulating Mode Line): Subsection, not section.
12309
12310 2003-08-13 Richard M. Stallman <rms@gnu.org>
12311
12312 * elisp.texi (Top): Update subnode lists in menu.
12313
12314 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
12315 (Kill Functions): kill-region has new arg yank-handler.
12316 (Yanking): New node.
12317 (Yank Commands): Add yank-undo-function.
12318 (Low-Level Kill Ring):
12319 kill-new and kill-append have new arg yank-handler.
12320 (Changing Properties): Add remove-list-of-text-properties.
12321 (Atomic Changes): New node.
12322
12323 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
12324
12325 * streams.texi (Output Variables): Add eval-expression-print-length
12326 and eval-expression-print-level.
12327
12328 * os.texi (Time Conversion): For encode-time, explain limits on year.
12329
12330 * objects.texi (Character Type): Define anchor "modifier bits".
12331
12332 * modes.texi (Emulating Mode Line): New node.
12333 (Search-based Fontification): Font Lock uses font-lock-face property.
12334 (Other Font Lock Variables): Likewise.
12335
12336 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12337 not vectors.
12338 (Active Keymaps): Add emulation-mode-map-alists.
12339 (Functions for Key Lookup): key-binding has new arg no-remap.
12340 (Remapping Commands): New node.
12341 (Scanning Keymaps): where-is-internal has new arg no-remap.
12342 (Tool Bar): Add tool-bar-local-item-from-menu.
12343 Clarify when to use tool-bar-add-item-from-menu.
12344
12345 * commands.texi (Interactive Call): commandp has new arg.
12346 (Command Loop Info): Add this-original-command.
12347
12348 2003-08-06 John Paul Wallington <jpw@gnu.org>
12349
12350 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12351
12352 * display.texi (Warning Basics): Fix typo.
12353 (Fringes): Add closing curly bracket and fix typo.
12354
12355 * elisp.texi (Top): Fix typo.
12356
12357 2003-08-05 Richard M. Stallman <rms@gnu.org>
12358
12359 * elisp.texi: Update lists of subnodes.
12360
12361 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12362
12363 * variables.texi (Local Variables): Use lc for example variable names.
12364
12365 * tips.texi (Library Headers): Explain where to put -*-.
12366
12367 * strings.texi (Creating Strings): Fix xref for vconcat.
12368
12369 * sequences.texi (Vector Functions):
12370 vconcat no longer allows integer args.
12371
12372 * minibuf.texi (Reading File Names): read-file-name has new
12373 arg PREDICATE. New function read-directory-name.
12374
12375 * macros.texi (Defining Macros): Give definition of `declare'.
12376 (Indenting Macros): New node.
12377
12378 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12379 (Window Frame Parameters): Make separate table of parameters
12380 that are coupled with specific face attributes.
12381 (Deleting Frames): delete-frame-hooks renamed to
12382 delete-frame-functions.
12383
12384 * files.texi (Magic File Names): Add file-remote-p.
12385 Clarify file-local-copy.
12386
12387 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12388 here; instead xref Defining Macros.
12389
12390 * display.texi (Warnings): New node, and subnodes.
12391 (Fringes): New node.
12392
12393 * debugging.texi (Test Coverage): New node.
12394
12395 * compile.texi (Compiler Errors): Explain with-no-warnings
12396 and other ways to suppress warnings.
12397
12398 * commands.texi (Interactive Call): Minor clarification.
12399
12400 * buffers.texi (Buffer File Name): set-visited-file-name
12401 renames the buffer too.
12402
12403 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12404
12405 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
12406
12407 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12408
12409 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
12410
12411 * internals.texi (Garbage Collection): Fix previous change.
12412
12413 2003-07-22 Richard M. Stallman <rms@gnu.org>
12414
12415 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12416
12417 * display.texi (Width): Use \s syntax in example.
12418 (Font Selection): Add face-font-rescale-alist.
12419
12420 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12421 Remove spurious indent in example.
12422
12423 * lists.texi (Building Lists): Add number-sequence.
12424
12425 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12426
12427 * functions.texi (Function Documentation): Explain how to
12428 show calling convention explicitly in the doc string.
12429
12430 * windows.texi (Selecting Windows): save-selected-window saves
12431 selected window of each frame.
12432 (Window Configurations): Minor change.
12433
12434 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12435
12436 * streams.texi (Output Variables): Add print-continuous-numbering
12437 and print-number-table.
12438
12439 * processes.texi (Decoding Output): New node.
12440
12441 * os.texi (Time Conversion): decode-time arg is optional.
12442
12443 * objects.texi (Character Type): Don't use space as example for \.
12444 Make list of char names and \-sequences correspond.
12445 Explain that \s is not used in strings. `\ ' needs space after.
12446
12447 * nonascii.texi (Converting Representations): Add string-to-multibyte.
12448 (Translation of Characters): Add translation-table-for-input.
12449 (Default Coding Systems): Add auto-coding-functions.
12450 (Explicit Encoding): Add decode-coding-inserted-region.
12451 (Locales): Add locale-info.
12452
12453 * minibuf.texi (Basic Completion): Describe test-completion.
12454 Collections can be lists of strings.
12455 Clean up lazy-completion-table.
12456 (Programmed Completion): Mention test-completion.
12457 Clarify why lambda expressions are not accepted.
12458 (Minibuffer Misc): Describe minibufferp.
12459
12460 2003-07-14 Richard M. Stallman <rms@gnu.org>
12461
12462 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12463
12464 * windows.texi (Selecting Windows): New arg to select-window.
12465 (Selecting Windows): Add with-selected-window.
12466 (Size of Window): Add window-inside-edges, etc.
12467
12468 * internals.texi (Garbage Collection): Add post-gc-hook.
12469
12470 * processes.texi (Subprocess Creation): Add exec-suffixes.
12471
12472 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12473 (Scanning Keymaps): Add map-keymaps.
12474 (Defining Menus): Add keymap-prompt.
12475
12476 * numbers.texi (Integer Basics): Add most-positive-fixnum,
12477 most-negative-fixnum.
12478
12479 * compile.texi (Byte Compilation): Explain no-byte-compile.
12480 (Compiler Errors): New node.
12481
12482 * os.texi (User Identification): user-uid, user-real-uid
12483 can return float.
12484
12485 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12486 and about derived modes.
12487 (Minor Modes): Add minor-mode-list.
12488 (Defining Minor Modes): Keyword args for define-minor-mode.
12489 (Search-based Fontification): Explain managing other properties.
12490 (Other Font Lock Variables): Add font-lock-extra-managed-props.
12491 (Faces for Font Lock): Add font-lock-preprocessor-face.
12492 (Hooks): Add run-mode-hooks and delay-mode-hooks.
12493
12494 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12495 (Variable Aliases): Clarify defvaralias.
12496
12497 * loading.texi (Library Search): Add load-suffixes.
12498
12499 * minibuf.texi (Basic Completion): Add lazy-completion-table.
12500 (Programmed Completion): Add dynamic-completion-table.
12501
12502 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12503 (Magic File Names): Specify precedence order of handlers.
12504
12505 * commands.texi (Command Overview): Emacs server runs pre-command-hook
12506 and post-command-hook.
12507 (Waiting): New calling convention for sit-for.
12508
12509 * text.texi (Special Properties): local-map and keymap properties
12510 apply based on their stickiness.
12511
12512 2003-07-07 Richard M. Stallman <rms@gnu.org>
12513
12514 * modes.texi (Minor Mode Conventions): Specify only some kinds
12515 of list values as args to minor modes.
12516
12517 * files.texi (File Name Expansion): Warn about iterative use
12518 of substitute-in-file-name.
12519
12520 * advice.texi (Activation of Advice): Clean up previous change.
12521
12522 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
12523
12524 * advice.texi (Activation of Advice): Note that ad-start-advice is
12525 turned on by default.
12526
12527 2003-06-30 Richard M. Stallman <rms@gnu.org>
12528
12529 * text.texi (Buffer Contents): Document current-word.
12530 (Change Hooks): Not called for *Messages*.
12531
12532 * functions.texi (Defining Functions): Explain about redefining
12533 primitives.
12534 (Function Safety): Rename. Minor changes.
12535 Comment out the detailed criteria for what is safe.
12536
12537 2003-06-22 Andreas Schwab <schwab@suse.de>
12538
12539 * objects.texi (Symbol Type): Fix description of examples.
12540
12541 2003-06-16 Andreas Schwab <schwab@suse.de>
12542
12543 * hash.texi (Creating Hash): Fix description of :weakness.
12544
12545 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
12546
12547 * files.texi (Changing Files): copy-file copies file modes, too.
12548
12549 2003-05-28 Richard M. Stallman <rms@gnu.org>
12550
12551 * strings.texi (Creating Strings): Clarify split-string.
12552
12553 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
12554
12555 * strings.texi (Creating Strings): Update split-string specification
12556 and examples.
12557
12558 2003-05-19 Richard M. Stallman <rms@gnu.org>
12559
12560 * elisp.texi: Correct invariant section names.
12561
12562 2003-04-20 Richard M. Stallman <rms@gnu.org>
12563
12564 * os.texi (Timers): Explain about timers and quitting.
12565
12566 2003-04-19 Richard M. Stallman <rms@gnu.org>
12567
12568 * internals.texi (Writing Emacs Primitives): Strings are
12569 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
12570 Explain GCPRO convention for varargs function args.
12571
12572 2003-04-16 Richard M. Stallman <rms@gnu.org>
12573
12574 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12575
12576 2003-04-08 Richard M. Stallman <rms@gnu.org>
12577
12578 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12579
12580 2003-02-13 Kim F. Storm <storm@cua.dk>
12581
12582 * objects.texi (Character Type): New \s escape for space.
12583
12584 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12585
12586 * os.texi (System Environment): Add cygwin system-type.
12587
12588 2003-01-25 Richard M. Stallman <rms@gnu.org>
12589
12590 * keymaps.texi: Document that a symbol can act as a keymap.
12591
12592 2003-01-13 Richard M. Stallman <rms@gnu.org>
12593
12594 * text.texi (Changing Properties): Say string indices are origin-0.
12595
12596 * positions.texi (Screen Lines) <compute-motion>:
12597 Correct order of elts in return value.
12598
12599 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
12600 how to define a default binding.
12601
12602 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
12603
12604 * loading.texi (Unloading): Fix recent change for load-history.
12605
12606 * customize.texi (Simple Types): Clarify description of custom
12607 type 'number. Describe new custom type 'float.
12608
12609 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
12610
12611 * variables.texi (File Local Variables): Fix typo.
12612
12613 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
12614
12615 From Michael Albinus <Michael.Albinus@alcatel.de>.
12616
12617 * README: Target for Info file is `make info'.
12618
12619 * files.texi (File Name Components): Fix typos in
12620 `file-name-sans-extension'.
12621 (Magic File Names): Complete list of operations for magic file
12622 name handlers.
12623
12624 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
12625
12626 * variables.texi (File Local Variables): New function
12627 risky-local-variable-p.
12628
12629 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
12630
12631 * functions.texi (Function safety): New node about unsafep.
12632
12633 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
12634
12635 * customize.texi (Splicing into Lists): Fix example.
12636 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
12637
12638 2002-06-17 Juanma Barranquero <lektu@terra.es>
12639
12640 * frames.texi (Display Feature Testing): Fix typo.
12641
12642 2002-06-12 Andreas Schwab <schwab@suse.de>
12643
12644 * frames.texi (Initial Parameters, Resources): Fix references to
12645 the Emacs manual.
12646
12647 2002-05-13 Kim F. Storm <storm@cua.dk>
12648
12649 * variables.texi (Intro to Buffer-Local): Update warning and
12650 example relating to changing buffer inside let.
12651
12652 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
12653
12654 * os.texi (Session Management): New node about X Session management.
12655
12656 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
12657
12658 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
12659 to which the manual corresponds, and the copyright years.
12660
12661 * Makefile.in (VERSION): Set to 2.9.
12662
12663 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
12664
12665 * elisp.texi: Change the category in @dircategory to "Emacs", to
12666 make it consistent with info/dir.
12667
12668 2001-11-25 Miles Bader <miles@gnu.org>
12669
12670 * text.texi (Fields): Describe new `limit' arg in
12671 field-beginning/field-end.
12672
12673 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
12674
12675 * permute-index: Don't depend on csh-specific features.
12676 Replace the interpreter name with /bin/sh.
12677
12678 * two-volume-cross-refs.txt: New file.
12679 * two.el: New file.
12680 * spellfile: New file.
12681
12682 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
12683
12684 * permute-index: New file.
12685
12686 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
12687 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
12688 8+3 restricted namespace.
12689
12690 * Makefile.in (infodir): Define relative to $(srcdir).
12691 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
12692 include directories list via -I switch to makeinfo.
12693 (index.texi): Use cp if both hard and symbolic links fail.
12694
12695 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
12696
12697 * Makefile.in (distclean): Add.
12698
12699 The following changes make ELisp manual part of the Emacs
12700 distribution:
12701
12702 * Makefile.in: Add Copyright notice.
12703 (prefix): Remove.
12704 (infodir): Change value to "../info".
12705 (VPATH): New variable.
12706 (MAKE): Don't define.
12707 (texmacrodir): Don't define.
12708 (texinputdir): Append the existing value of TEXINPUTS.
12709 ($(infodir)/elisp): Instead of just "elisp". Reformat the
12710 command to be compatible with man/Makefile.in, and to put the
12711 output into ../info.
12712 (info): Add target.
12713 (installall): Target removed.
12714
12715 2001-10-31 Pavel Janík <Pavel@Janik.cz>
12716
12717 * tips.texi (Coding Conventions): Fix typo.
12718
12719 2001-10-23 Gerd Moellmann <gerd@gnu.org>
12720
12721 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
12722
12723 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
12724
12725 * files.texi (File Name Components): Update the description of
12726 file-name-sans-extension and file-name-extension, as they now
12727 ignore leading dots.
12728
12729 2001-10-20 Gerd Moellmann <gerd@gnu.org>
12730
12731 * (Version 21.1 released.)
12732
12733 2001-10-19 Miles Bader <miles@gnu.org>
12734
12735 * positions.texi (Text Lines): Describe behavior of
12736 `beginning-of-line'/`end-of-line' in the presence of field properties.
12737
12738 2001-10-17 Gerd Moellmann <gerd@gnu.org>
12739
12740 * Makefile.in (VERSION): Set to 2.8.
12741 (manual): Use `manual-21'.
12742
12743 * elisp.texi (VERSION): Add and use it where the version
12744 number was used. Set it to 2.8.
12745
12746 * intro.texi: Likewise.
12747
12748 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12749
12750 * files.texi (File Name Completion): Document the significance of
12751 a trailing slash in elements of completion-ignored-extensions.
12752
12753 2001-10-06 Miles Bader <miles@gnu.org>
12754
12755 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
12756
12757 2001-10-04 Gerd Moellmann <gerd@gnu.org>
12758
12759 * variables.texi (Variable Aliases): New node.
12760
12761 2001-10-04 Gerd Moellmann <gerd@gnu.org>
12762
12763 * Branch for 21.1.
12764
12765 2001-10-02 Miles Bader <miles@gnu.org>
12766
12767 * minibuf.texi (Minibuffer Misc): Add entries for
12768 `minibuffer-contents', `minibuffer-contents-no-properties', and
12769 `delete-minibuffer-contents'.
12770 Correct description for `minibuffer-prompt-end'.
12771
12772 * text.texi (Property Search): Correct descriptions of
12773 `next-char-property-change' and `previous-char-property-change'.
12774 Add entries for `next-single-char-property-change' and
12775 `previous-single-char-property-change'.
12776 Make operand names a bit more consistent.
12777
12778 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
12779
12780 * frames.texi (Finding All Frames): Document that next-frame and
12781 previous-frame are local to current terminal.
12782
12783 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
12784
12785 * keymaps.texi (Creating Keymaps): Fix the description of the
12786 result of make-keymap.
12787
12788 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
12789
12790 * display.texi (Font Lookup, Attribute Functions)
12791 (Image Descriptors): Add cross-references to the definition of
12792 selected frame.
12793
12794 * buffers.texi (The Buffer List): Add cross-references to the
12795 definition of selected frame.
12796
12797 * frames.texi (Input Focus): Clarify which frame is _the_ selected
12798 frame at any given time.
12799 (Multiple Displays, Size and Position): Add a cross-reference to
12800 the definition of the selected frame.
12801
12802 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12803
12804 * strings.texi (String Conversion) <string-to-number>: Document
12805 that a float is returned for integers that are too large.
12806
12807 * frames.texi (Mouse Position): Document mouse-position-function.
12808 (Display Feature Testing): Document display-images-p.
12809 (Window Frame Parameters): Document the cursor-type variable.
12810
12811 * numbers.texi (Integer Basics): Document CL style read syntax for
12812 integers in bases other than 10.
12813
12814 * positions.texi (List Motion):
12815 Document open-paren-in-column-0-is-defun-start.
12816
12817 * lists.texi (Sets And Lists): Document member-ignore-case.
12818
12819 * internals.texi (Garbage Collection): Document the used and free
12820 strings report.
12821 (Memory Usage): Document strings-consed.
12822
12823 * os.texi (Time of Day): Document float-time.
12824 (Recording Input): Document that clear-this-command-keys clears
12825 the vector to be returned by recent-keys.
12826
12827 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
12828 The argument keymap can be a list.
12829
12830 * nonascii.texi (User-Chosen Coding Systems)
12831 <select-safe-coding-system>: Document the new argument
12832 accept-default-p and the variable
12833 select-safe-coding-system-accept-default-p. Tell what happens if
12834 buffer-file-coding-system is undecided.
12835 (Default Coding Systems): Document auto-coding-regexp-alist.
12836
12837 * display.texi (The Echo Area) <message>: Document
12838 message-truncate-lines.
12839 (Glyphs): Document that the glyph table is unused on windowed
12840 displays.
12841
12842 * help.texi (Describing Characters) <single-key-description>:
12843 Document the new argument no-angles.
12844 (Accessing Documentation) <documentation-property>: Document that
12845 a non-string property is evaluated.
12846 <documentation>: Document that the function-documentation property
12847 is looked for.
12848
12849 * windows.texi (Selecting Windows): Document some-window.
12850
12851 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
12852
12853 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
12854 apropos-mode-hook.
12855
12856 * commands.texi (Using Interactive): Document interactive-form.
12857 (Keyboard Macros): Document kbd-macro-termination-hook.
12858 (Command Loop Info): Document that clear-this-command-keys clears
12859 the vector to be returned by recent-keys.
12860
12861 2001-09-04 Werner LEMBERG <wl@gnu.org>
12862
12863 * Makefile.in (srcdir, texinputdir): New variables.
12864 (srcs, index.texi, install): Use $(srcdir).
12865 (.PHONY): Remove elisp.dvi.
12866 (elisp): Use -I switch for makeinfo.
12867 (elisp.dvi): Use $(srcdir) and $(texinputdir).
12868 (installall, dist): Use $(srcdir).
12869 Fix path to texinfo.tex.
12870 (maintainer-clean): Add elisp.dvi and elisp.oaux.
12871
12872 2001-08-30 Gerd Moellmann <gerd@gnu.org>
12873
12874 * display.texi (Conditional Display): Adjust to API change.
12875
12876 * configure: New file.
12877
12878 2001-07-30 Gerd Moellmann <gerd@gnu.org>
12879
12880 * commands.texi (Repeat Events): Add description of
12881 double-click-fuzz.
12882
12883 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
12884
12885 * syntax.texi (Syntax Class Table): Add the missing designator for
12886 comment and string fences.
12887 (Syntax Properties): Add a xref to syntax table internals.
12888 (Syntax Table Internals): Document string-to-syntax.
12889
12890 2001-05-07 Gerd Moellmann <gerd@gnu.org>
12891
12892 * Makefile.in (install): Use install-info command line options
12893 like in Emacs' Makefile.in.
12894
12895 2000-12-09 Miles Bader <miles@gnu.org>
12896
12897 * windows.texi (Window Start): Update documentation for
12898 `pos-visible-in-window-p'.
12899
12900 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
12901
12902 * lists.texi (Building Lists): Add footnote to explain how to add
12903 to the end of a list.
12904
12905 2000-10-25 Gerd Moellmann <gerd@gnu.org>
12906
12907 * files.texi (Visiting Functions): Typos.
12908
12909 2000-10-25 Kenichi Handa <handa@etl.go.jp>
12910
12911 * files.texi (Visiting Functions): Return value of
12912 find-file-noselect may be a list of buffers if wildcards are used.
12913
12914 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12915
12916 * display.texi (Defining Faces): Document `graphic' display type
12917 in face specs.
12918
12919 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12920
12921 * hooks.texi (Standard Hooks): Replace obsolete
12922 `after-make-frame-hook' with `after-make-frame-functions'.
12923
12924 * frames.texi (Creating Frames): Ditto.
12925
12926 * variables.texi (Future Local Variables): Ditto.
12927
12928 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12929
12930 * display.texi (Other Image Types): Add description of :foreground
12931 and :background properties of mono PBM images.
12932
12933 2000-08-17 Werner LEMBERG <wl@gnu.org>
12934
12935 * .cvsignore: New file.
12936
12937 2000-01-05 Gerd Moellmann <gerd@gnu.org>
12938
12939 * tindex.pl: New script.
12940
12941 1999-12-03 Dave Love <fx@gnu.org>
12942
12943 * Makefile.in (MAKEINFO): New parameter.
12944
12945 1999-09-17 Richard Stallman <rms@gnu.org>
12946
12947 * Makefile.in (srcs): Add hash.texi.
12948 (VERSION): Update to 20.6.
12949
12950 1999-09-13 Richard Stallman <rms@gnu.org>
12951
12952 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
12953
12954 1998-08-29 Karl Heuer <kwzh@gnu.org>
12955
12956 * configure.in: New file.
12957 * Makefile.in: Renamed from Makefile.
12958 (prefix, infodir): Use value obtained from configure.
12959 (emacslibdir): Obsolete variable deleted.
12960 (dist): Distribute configure.in, configure, Makefile.in.
12961
12962 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12963
12964 * Makefile (INSTALL_INFO): New variable.
12965 (install): Run install-info.
12966
12967 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12968
12969 * Makefile (elisp.dvi): Add missing backslash.
12970
12971 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
12972
12973 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
12974 Run texindex without `./'. Always run texindex on elisp.tp.
12975 (elisp.tps): Target deleted.
12976
12977 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
12978
12979 * Makefile (srcs): Add nonascii.texi and customize.texi.
12980 (dist): Start by deleting `temp'.
12981
12982 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
12983
12984 * Makefile (makeinfo, texindex): Targets deleted.
12985 (makeinfo.o, texindex.o): Targets deleted.
12986 (clean, dist): Don't do anything with them or with getopt*.
12987
12988 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
12989
12990 * Makefile (SHELL): Defined.
12991
12992 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
12993
12994 * Makefile (elisp.tps): New target.
12995 (elisp.dvi): Depend on elisp.tps.
12996
12997 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
12998
12999 * README: Update phone number.
13000
13001 * Makefile (elisp): Make this be the default target.
13002 Depend on makeinfo.c instead of makeinfo.
13003 (install): Don't depend on elisp.dvi, since we don't install that.
13004 Use mkinstalldirs.
13005 (dist): Add mkinstalldirs.
13006
13007 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13008
13009 * Makefile (VERSION): Update version number.
13010 (maintainer-clean): Rename from realclean.
13011
13012 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
13013
13014 * Makefile (realclean): New target.
13015 (elisp): Remove any old elisp-* files first.
13016
13017 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
13018
13019 * Makefile (VERSION): New variable.
13020 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13021 Compressed file suffix should be `.gz', not `.z'.
13022
13023 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13024
13025 * Makefile (elisp): Depend on makeinfo.
13026
13027 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
13028
13029 * Makefile (srcs): Add anti.texi.
13030
13031 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13032
13033 * Makefile (infodir, prefix): New vars.
13034 (install): Use infodir.
13035 (emacsinfodir): Delete.
13036
13037 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13038
13039 * Makefile (srcs): Add calendar.texi.
13040
13041 * Makefile (dist): Copy texindex.c and makeinfo.c.
13042 Limit elisp-* files to those with one or two digits.
13043
13044 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13045
13046 * Makefile (dist): Change to use Gzip instead of compress.
13047
13048 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13049
13050 * loading.texi (Unloading): define-function changed back to
13051 defalias. It may not stay this way, but at least it's
13052 consistent with the known-good version of the code patch.
13053
13054 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13055
13056 * modes.texi (Hooks): Document new optional arg of add-hook.
13057
13058 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13059
13060 * variables.texi: Document nil initial value of buffer-local variables.
13061
13062 * tips.texi: Add new section on standard library headers.
13063
13064 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13065
13066 * Makefile (srcs): Add frame.texi to the list of sources.
13067
13068 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13069
13070 * Makefile (dist): Don't bother excluding autosave files; they'll
13071 never make it into the temp directory anyway, and the hash marks
13072 in the name are problematic for make and the Bourne shell.
13073 (srcs): ???
13074
13075 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13076
13077 * Makefile (dist): Don't include backup files or autosave files in
13078 the distribution tar file.
13079
13080 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13081
13082 * Makefile (srcs): Add index.perm.
13083 (elisp.dvi): Remove erroneous shell comment.
13084 Expect output of permute-index in permuted.fns.
13085 Save old elisp.aux in elisp.oaux.
13086 (clean): Add index.texi to be deleted.
13087
13088 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13089
13090 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13091
13092 1990-06-26 David Lawrence (tale@geech)
13093
13094 * files.texi: Noted that completion-ignored-extensions is ignored
13095 when making *Completions*.
13096
13097 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
13098
13099 * Makefile make dist now depends on elisp.dvi, since it tries
13100 to include it in the dist file.
13101
13102 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
13103
13104 * functions.texinfo (Mapping Functions): Add missing quote.
13105
13106 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13107
13108 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13109 (defunargs): Turn off \hyphenchar of \sl font temporarily.
13110
13111 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13112
13113 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13114 and @error{} are the terms now being used. The files in the
13115 directory have been changed to reflect this.
13116
13117 * All instances of @indentedresultt{} have been changed to
13118 ` @result{}', using 5 spaces at the beginning of the line.
13119
13120 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13121
13122 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13123 experimental @indentedresult{}, @indentedexpandsto{} are part of
13124 the texinfo.tex in this directory. These TeX macros are not
13125 stable yet.
13126
13127 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13128
13129 * texinfo.tex: Temporarily added
13130 \let\result=\dblarrow
13131 \def\error{{\it ERROR} \longdblarrow}
13132 We need to do this better soon.
13133
13134 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13135
13136 * Applied Karl Berry's patches to *.texinfo files, but not to
13137 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
13138 new title page format is also not applied, since it requires
13139 texinfo.tex changes.)
13140
13141 * Cleaned up `Makefile' and defined the `emacslibdir' directory
13142 for the Project GNU development environment.
13143
13144 ;; Local Variables:
13145 ;; coding: utf-8
13146 ;; End:
13147
13148 Copyright (C) 1998-2014 Free Software Foundation, Inc.
13149
13150 This file is part of GNU Emacs.
13151
13152 GNU Emacs is free software: you can redistribute it and/or modify
13153 it under the terms of the GNU General Public License as published by
13154 the Free Software Foundation, either version 3 of the License, or
13155 (at your option) any later version.
13156
13157 GNU Emacs is distributed in the hope that it will be useful,
13158 but WITHOUT ANY WARRANTY; without even the implied warranty of
13159 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13160 GNU General Public License for more details.
13161
13162 You should have received a copy of the GNU General Public License
13163 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.