]> code.delx.au - gnu-emacs/blob - doc/lispref/ChangeLog
Merge from emacs-24; up to 2014-07-21T01:34:03Z!monnier@iro.umontreal.ca
[gnu-emacs] / doc / lispref / ChangeLog
1 2014-10-04 Martin Rudalics <rudalics@gmx.at>
2
3 * display.texi (Scroll Bars): Add description of horizontal scroll
4 bars and associated functions.
5 * frames.texi (Layout Parameters): Add horizontal scroll bar
6 entries. Remove paragraph on "combined fringe widths".
7 * windows.texi (Window Sizes): Describe affects of horizontal
8 scroll bars on window layout and sizes. Fix description of
9 window-full-height-p.
10 (Resizing Windows): Mention horizontal scroll bar.
11
12 2014-10-04 Glenn Morris <rgm@gnu.org>
13
14 * commands.texi (Generic Commands): Copyedits.
15
16 * display.texi (Scroll Bars):
17 * modes.texi (Header Lines): Copyedits.
18
19 * buffers.texi (Buffer List):
20 * display.texi (Image Descriptors, Defining Images):
21 * functions.texi (Core Advising Primitives): Small fixes re @var usage.
22
23 * windows.texi (Window Sizes, Resizing Windows): Copyedits.
24
25 * frames.texi (Multiple Terminals): Copyedits re multiple monitors.
26
27 2014-10-03 Martin Rudalics <rudalics@gmx.at>
28
29 * frames.texi (Size Parameters, Size and Position): Mention that
30 with some window managers you have to set `frame-resize-pixelwise'
31 in order make a frame truly fullscreen or maximized.
32
33 2014-10-01 Paul Eggert <eggert@cs.ucla.edu>
34
35 Improve doc for use of 'int', and discuss 'ssize_t'.
36 * internals.texi (C Integer Types): Mention 'int' for other
37 randomish values that lie in 'int' range. Mention 'ssize_t'. See:
38 http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00019.html
39
40 Use AUTO_CONS instead of SCOPED_CONS, etc.
41 * internals.texi (Stack-allocated Objects):
42 Adjust to match the revised, less error-prone macros.
43
44 2014-09-30 Paul Eggert <eggert@cs.ucla.edu>
45
46 * internals.texi (Stack-allocated Objects): Further improvements.
47 Give an example of misuse.
48
49 2014-09-30 Eli Zaretskii <eliz@gnu.org>
50
51 * internals.texi (Stack-allocated Objects): Minor improvements of
52 the wording and the indexing.
53
54 2014-09-30 Dmitry Antipov <dmantipov@yandex.ru>
55
56 * internals.texi (Stack-allocated Objects): Describe this feature.
57
58 2014-09-15 Daniel Colascione <dancol@dancol.org>
59
60 * text.texi (Registers): Make `insert-register' documentation
61 reflect interface change.
62
63 2014-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
64
65 * functions.texi (Core Advising Primitives): Add a note about the
66 confusing treatment of `interactive' for :filter-args (bug#18399).
67
68 2014-09-07 Michael Albinus <michael.albinus@gmx.de>
69
70 * strings.texi (Text Comparison): Describe `string-collate-equalp'
71 and `string-collate-lessp'.
72
73 2014-09-06 Leo Liu <sdl.web@gmail.com>
74
75 * control.texi (Pattern matching case statement): Document vector
76 qpattern. (Bug#18327)
77
78 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru>
79
80 * lists.texi (Functions that Rearrange Lists): Remove
81 description of sort ...
82 * sequences.texi (Sequence Functions): ... and generalize
83 it for sequences. Add an example.
84
85 2014-08-28 Eli Zaretskii <eliz@gnu.org>
86
87 * display.texi (Bidirectional Display): Update the Emacs's class
88 of bidirectional conformance.
89
90 2014-08-27 Dmitry Antipov <dmantipov@yandex.ru>
91
92 * eval.texi (Eval): Mention possible recovery from stack overflow.
93
94 2014-07-11 Eli Zaretskii <eliz@gnu.org>
95
96 * internals.texi (Garbage Collection): Fix last change.
97
98 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
99
100 * internals.texi (Garbage Collection): Mention memory-info.
101
102 2014-07-11 Michael Albinus <michael.albinus@gmx.de>
103
104 * minibuf.texi (Intro to Minibuffers, Reading a Password):
105 Password hiding is available in batch mode, do not mention it in
106 the exclusion list. Mention `read-hide-char'. (Bug#17839)
107
108 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * debugging.texi (Function Debugging, Debugger Commands):
111 Update debug-on-entry w.r.t behavior after redefinitions (bug#17902).
112
113 2014-07-03 Glenn Morris <rgm@gnu.org>
114
115 * help.texi (Help Functions): "Online" help doesn't mean what it
116 used to any more.
117
118 2014-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
119
120 * keymaps.texi (Key Lookup): Remove mention of indirect entries.
121 (Scanning Keymaps): Reword the `noindirect' argument.
122
123 2014-06-28 Glenn Morris <rgm@gnu.org>
124
125 * minibuf.texi (Intro to Minibuffers): Batch mode is basic.
126 (Reading a Password): Mention batch mode. (Bug#17839)
127
128 2014-06-23 Glenn Morris <rgm@gnu.org>
129
130 * Makefile.in (%.texi): Disable implicit rules.
131 (mkinfodir): Remove.
132 (.dvi.ps): Replace with explicit rule.
133 (html): Declare as PHONY.
134 (${buildinfodir}): New rule.
135 ($(buildinfodir)/elisp.info): Use order-only prereq for output dir.
136 Use $<.
137 (elisp.dvi, elisp.html, elisp.pdf): Use $<.
138 (elisp.ps): New rule.
139
140 2014-06-21 Eli Zaretskii <eliz@gnu.org>
141
142 * positions.texi (Screen Lines): Clarify how columns are counted
143 by vertical-motion.
144
145 2014-06-15 Glenn Morris <rgm@gnu.org>
146
147 * Makefile.in (bootstrap-clean): New.
148
149 2014-06-15 Eli Zaretskii <eliz@gnu.org>
150
151 * commands.texi (Accessing Mouse): Improve the wording of the
152 posn-col-row documentation. (Bug#17768)
153
154 2014-06-10 Glenn Morris <rgm@gnu.org>
155
156 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
157 (INFO_OPTS): Set directly rather than with configure.
158
159 2014-06-09 Paul Eggert <eggert@cs.ucla.edu>
160
161 Say (accept-process-output P)'s result pertains to P if P is non-nil.
162 * processes.texi (Accepting Output): Mention that if PROCESS is non-nil,
163 the return value is about PROCESS, not about other processes.
164
165 2014-06-08 Glenn Morris <rgm@gnu.org>
166
167 * os.texi (Startup Summary): Small fix for initial-buffer-choice.
168
169 * files.texi (Subroutines of Visiting): Mention uniquify.
170
171 * numbers.texi (Comparison of Numbers): Copyedits.
172
173 2014-06-08 Glenn Morris <rgm@gnu.org>
174
175 * display.texi (Window Systems): Remove window-setup-hook.
176 * os.texi (Startup Summary, Init File):
177 Improve description of window-setup-hook.
178 (Terminal-Specific): Update window-setup-hook cross-reference.
179 * hooks.texi (Standard Hooks): Update window-setup-hook cross-reference.
180
181 * display.texi (Overlay Properties): Update re priority. (Bug#17234)
182
183 * package.texi (Package Archives): Mention signing packages.
184
185 2014-06-07 Eli Zaretskii <eliz@gnu.org>
186
187 * commands.texi (Click Events): Update contents of click event's
188 position list due to last changes in make_lispy_position.
189
190 2014-06-02 Glenn Morris <rgm@gnu.org>
191
192 * text.texi (Buffer Contents):
193 Update for filter-buffer-substring changes.
194
195 * abbrevs.texi (Abbrev Expansion): Update for expand-abbrev changes.
196 * functions.texi (Advising Functions): Standardize menu case.
197
198 2014-05-26 Eli Zaretskii <eliz@gnu.org>
199
200 * display.texi (Invisible Text): Clarify the description of
201 line-move-ignore-invisible. (Bug#17511)
202
203 2014-05-22 Leo Liu <sdl.web@gmail.com>
204
205 * sequences.texi (Sequence Functions): Don't mention when and how
206 SEQ to nreverse is mutated.
207
208 2014-05-21 Leo Liu <sdl.web@gmail.com>
209
210 * sequences.texi (Sequence Functions): Update nreverse.
211
212 2014-05-19 Paul Eggert <eggert@cs.ucla.edu>
213
214 Allow any non-nil value to count as true in bool-vector.
215 * sequences.texi (Bool-Vectors): Coalesce discussion of how to
216 print them. bool-vector's args need not be t or nil.
217
218 2014-05-19 Dmitry Antipov <dmantipov@yandex.ru>
219
220 * sequences.texi (Bool-vectors): Mention bool-vector.
221
222 2014-05-17 Paul Eggert <eggert@cs.ucla.edu>
223
224 Assume C99 or later (Bug#17487).
225 * internals.texi (C Dialect): Document this.
226
227 2014-05-15 Dmitry Antipov <dmantipov@yandex.ru>
228
229 * lists.texi (Building Cons Cells and Lists): Remove
230 description of `reverse' and `'nreverse' to generalize them...
231 * sequences.texi (Sequences): ...for sequences here.
232
233 2014-05-14 Glenn Morris <rgm@gnu.org>
234
235 * files.texi (Changing Files): Mention with-file-modes.
236
237 2014-05-08 Paul Eggert <eggert@cs.ucla.edu>
238
239 * internals.texi (C Dialect): New section.
240 (C Integer Types): Mention bool_bf.
241
242 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
243
244 * processes.texi (Filter Functions, Sentinels): Advertise add-function.
245
246 2014-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
247
248 * windows.texi (Window Configurations, Window Configurations):
249 Window configs don't store marks any more.
250
251 2014-04-25 Eli Zaretskii <eliz@gnu.org>
252
253 * strings.texi (Text Comparison): Mention equal-including-properties
254 for when text properties of the strings matter for comparison.
255
256 2014-04-22 Eli Zaretskii <eliz@gnu.org>
257
258 * text.texi (Registers): Document register-read-with-preview.
259
260 * internals.texi (Building Emacs): Improve indexing.
261
262 2014-04-17 Daniel Colascione <dancol@dancol.org>
263
264 * frames.texi (Terminal Parameters): Document new
265 tty-mode-set-strings and tty-mode-reset-strings terminal
266 parameters.
267
268 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
269
270 * Makefile.in (infoclean): Be consistent about reporting failures.
271
272 2014-04-09 Daniel Colascione <dancol@dancol.org>
273
274 * errors.texi (Standard Errors): Document required error
275 parameters for `scan-error'.
276
277 * positions.texi (List Motion): Explain new `up-list' arguments.
278 Mention `backward-up-list'.
279
280 2014-04-08 Daniel Colascione <dancol@dancol.org>
281
282 * minibuf.texi (Programmed Completion): Improve phrasing, remove
283 incorrect bullet count.
284
285 2014-04-07 Glenn Morris <rgm@gnu.org>
286
287 * os.texi (Recording Input): Dribble files may contain passwords.
288
289 * backups.texi (Making Backups, Reverting):
290 Update for default values of some -function vars no longer being nil.
291 (Reverting): Update for buffer-stale-function
292 also applying to file-buffers.
293
294 2014-03-31 Daniel Colascione <dancol@dancol.org>
295
296 * minibuf.texi (Completion in Buffers): Discuss using lazy
297 completion tables for inline completion.
298
299 2014-03-28 Glenn Morris <rgm@gnu.org>
300
301 * os.texi (Terminal-Specific): Mention term-file-aliases.
302
303 2014-03-26 Eli Zaretskii <eliz@gnu.org>
304
305 * files.texi (Kinds of Files): Improve documentation of
306 file-symlink-p. (Bug#17073) Add cross-references.
307
308 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
309
310 * markers.texi (Moving Marker Positions): The 2014-03-02 doc
311 change mentioning undo's inability to handle relocated markers no
312 longer applies. See bug#16818.
313 * text.texi (Undo): Expand documentation of (TEXT . POS) and
314 (MARKER . ADJUSTMENT) undo elements.
315
316 2014-03-26 Glenn Morris <rgm@gnu.org>
317
318 * files.texi (File Locks): All systems support locking.
319
320 2014-03-22 Glenn Morris <rgm@gnu.org>
321
322 * commands.texi (Defining Commands):
323 Mention that interactive-only also affects describe-function.
324
325 * functions.texi (Declare Form): Add interactive-only.
326 * commands.texi (Defining Commands) Mention declare.
327
328 * commands.texi (Defining Commands): List interactive-only values.
329
330 2014-03-22 Eli Zaretskii <eliz@gnu.org>
331
332 * functions.texi (Core Advising Primitives): Fix cross-reference
333 in last change.
334
335 2014-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
336
337 * functions.texi (Advising Functions): Explain a bit more how
338 arguments work.
339 (Advice combinators): New node.
340 (Core Advising Primitives): Use it. Expand description of "depth".
341 (Advising Named Functions): Document limitation of advices on macros.
342
343 2014-03-21 Martin Rudalics <rudalics@gmx.at>
344
345 * frames.texi (Size and Position): In `frame-resize-pixelwise'
346 description drop remark about frame maximization.
347 * windows.texi (Display Action Functions): Add description for
348 `display-buffer-no-window' and explain use of `allow-no-window'
349 alist entries.
350
351 2014-03-21 Glenn Morris <rgm@gnu.org>
352
353 * commands.texi (Defining Commands): Copyedit re `interactive-only'.
354
355 2014-03-20 Paul Eggert <eggert@cs.ucla.edu>
356
357 * internals.texi (C Integer Types): Prefer 'false' and 'true'
358 to '0' and '1' for booleans.
359
360 2014-03-19 Paul Eggert <eggert@cs.ucla.edu>
361
362 * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
363 Remove now-obsolete hypothetical note about negative division,
364 as the C standard has changed.
365
366 Fix porting inconsistency about rounding to even.
367 * numbers.texi (Numeric Conversions, Rounding Operations):
368 Document that 'round' and 'fround' round to even.
369
370 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
371
372 * customize.texi (Variable Definitions): Recommend avoiding
373 destructive modification of the value argument of :set (bug#16755).
374
375 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * modes.texi (Auto-Indentation): Mention electric-indent variables.
378
379 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
380
381 * functions.texi (Advising Named Functions): Fix reference.
382
383 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
384
385 Improve documentation for integer and floating-point basics.
386 * numbers.texi (Numbers, Integer Basics, Float Basics):
387 Document the basics a bit more precisely. Say more clearly
388 that Emacs floating-point numbers are IEEE doubles on all
389 current platforms. Give more details about frexp.
390 Say more clearly that '1.' is an integer.
391 (Predicates on Numbers): Fix wholenump typo.
392 * objects.texi (Integer Type): Adjust to match numbers.texi.
393
394 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * functions.texi (Advising Functions): Try and improve the text.
397 Add example use of advice-add (bug#16959).
398 (Core Advising Primitives): Rename. Explain handling of interactive
399 specs, including advice-eval-interactive-spec.
400 (Advising Named Functions): Try and better explain the difference with
401 add-function.
402 (Porting old advices): New node.
403
404 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
405
406 Style fixes for floating-point doc.
407 * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
408 * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
409 * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
410 * processes.texi, streams.texi, strings.texi, text.texi:
411 * variables.texi, windows.texi:
412 Hyphenate "floating-point" iff it precedes a noun.
413 Reword to avoid nouns and hyphenation when that's easy.
414 Prefer "integer" to "integer number" and "is floating point"
415 to "is a floating point number".
416 Prefer "@minus{}" to "-" when it's a minus.
417
418 2014-03-16 Martin Rudalics <rudalics@gmx.at>
419
420 * display.texi (Temporary Displays): Rewrite descriptions of
421 `with-output-to-temp-buffer' and `with-temp-buffer-window'.
422 * help.texi (Help Functions): Rewrite description of `with-help-window'.
423
424 2014-03-15 Dmitry Gutov <dgutov@yandex.ru>
425
426 * display.texi (Blinking): Update WRT to the new
427 `blink-matchin-paren' behavior.
428
429 2014-03-14 Martin Rudalics <rudalics@gmx.at>
430
431 * display.texi (Temporary Displays): Say that
432 `with-temp-buffer-window' makes its buffer current.
433 * frames.texi (Size and Position): Describe new option
434 `frame-resize-pixelwise'. Rewrite descriptions of
435 `set-frame-size', `set-frame-height' and `set-frame-width'.
436
437 2014-03-09 Martin Rudalics <rudalics@gmx.at>
438
439 * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
440 * text.texi (Primitive Indent):
441 * strings.texi (String Basics):
442 * sequences.texi (Sequence Functions): Update references accordingly.
443 * display.texi (Size of Displayed Text): Rename section from
444 "Width". Add description for `window-text-pixel-size'.
445 (Window Dividers): Reword description of window dividers.
446 * frames.texi (Layout Parameters): Improve description of window
447 divider parameters.
448 * windows.texi (Window Sizes): Add descriptions of
449 `window-mode-line-height' and `window-header-line-height'.
450 (Coordinates and Windows): Mention window dividers.
451
452 2014-03-07 Martin Rudalics <rudalics@gmx.at>
453
454 * buffers.texi (The Buffer List): Rename node to Buffer List.
455 Describe `buffer-list-update-hook'.
456 * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
457 Add node for Window Dividers.
458 * hooks.texi (Standard Hooks): Add reference to
459 `buffer-list-update-hook'.
460 * windows.texi (Window Sizes): Describe `window-min-size'.
461 (Splitting Windows): Update description of `split-window'.
462 (Selecting Windows): Update description of `select-window'.
463
464 2014-03-06 Martin Rudalics <rudalics@gmx.at>
465
466 * frames.texi (Size and Position): Rewrite entries for
467 `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
468 Add description for `fit-frame-to-buffer-sizes'.
469 * windows.texi (Resizing Windows): Add descriptions for
470 pixelwise resizing. Add entries for `window-resize-pixelwise'
471 and `fit-window-to-buffer-horizontally'.
472 Rewrite `fit-window-to-buffer' entry.
473
474 2014-03-06 Xue Fuqiao <xfq@gnu.org>
475
476 * internals.texi (Window Internals): Remove field `region_showing'.
477
478 2014-03-06 Glenn Morris <rgm@gnu.org>
479
480 * searching.texi (Replacing Match):
481 Remove incorrect, uninteresting return value. (Bug#16942)
482
483 2014-03-05 Martin Rudalics <rudalics@gmx.at>
484
485 * display.texi (Window Dividers): New section.
486 * frames.texi (Layout Parameters): Add right-divider-width and
487 bottom-divider-width.
488 * windows.texi (Window Sizes): Redraw schematic and rewrite its
489 description. Rewrite descriptions of `window-total-height',
490 `window-total-width', `window-total-size', `window-body-height',
491 `window-body-width' and `window-size-fixed'. Add descriptions
492 for `window-pixel-height', `window-pixel-width',
493 `window-min-height' and `window-min-width'. Remove description
494 of `window-size-fixed-p' moving part of it to that of
495 `window-size-fixed'.
496 (Resizing Windows): Mention dividers when talking about minimum sizes.
497
498 2014-03-05 Glenn Morris <rgm@gnu.org>
499
500 * modes.texi (SMIE Customization): New section.
501 * elisp.texi (Top): Update detailed menu.
502
503 2014-03-04 Martin Rudalics <rudalics@gmx.at>
504
505 * windows.texi (Windows and Frames): Add some missing &optional
506 designators. Adjust description of window-in-direction.
507
508 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
509
510 * markers.texi (Moving Marker Positions): Clarify guidance about
511 when to move markers and when to create a new one, as discussed at
512 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
513
514 2014-03-02 Glenn Morris <rgm@gnu.org>
515
516 * text.texi (Decompression): New node.
517 * elisp.texi (Top): Update detailed menu.
518
519 2014-03-01 Glenn Morris <rgm@gnu.org>
520
521 * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
522
523 2014-02-28 Xue Fuqiao <xfq@gnu.org>
524
525 * functions.texi (Advising Functions, Advising Named Functions):
526 Tweak markup.
527
528 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
529
530 * elisp.texi (Top):
531 * commands.texi (Generic Commands, Defining Commands):
532 Document `define-alternatives'.
533
534 2014-02-27 Xue Fuqiao <xfq@gnu.org>
535
536 * windows.texi (Window Sizes): Document `window-size'.
537 (Display Action Functions): Document `display-buffer-at-bottom'.
538 (Window Configurations): Minor fixes.
539
540 * modes.texi (Header Lines): Document `window-header-line-height'.
541
542 * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
543
544 * windows.texi (Window Sizes, Resizing Windows): Document some
545 pixelwise window operations.
546
547 * text.texi (Margins): Fix the description of RET and `C-j'.
548
549 * frames.texi (Multiple Terminals): Document
550 `display-monitor-attributes-list' and `display-monitor-attributes'.
551 (Display Feature Testing): Add some notes about multi-monitor.
552
553 2014-02-27 Glenn Morris <rgm@gnu.org>
554
555 * minibuf.texi (Programmed Completion):
556 Mention completion-table-with-cache.
557
558 2014-02-25 Glenn Morris <rgm@gnu.org>
559
560 * display.texi (Window Systems):
561 Replace term-setup-hook with emacs-startup-hook.
562 * hooks.texi (Standard Hooks):
563 Replace term-setup-hook with tty-setup-hook.
564 * os.texi (Startup Summary, Init File, Terminal-Specific):
565 Replace term-setup-hook with tty-setup-hook, and update.
566
567 2014-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
568
569 * functions.texi (Declare Form): Document gv-expander, gv-setter,
570 and compiler-macro (bug#16829, bug#15093).
571
572 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
573
574 * windows.texi (Window Configurations): Doc fix.
575 (Windows and Frames): Fix typo.
576
577 2014-02-21 Glenn Morris <rgm@gnu.org>
578
579 * internals.texi (Process Internals):
580 * processes.texi (Subprocess Creation, Deleting Processes)
581 (Output from Processes, Process Buffers, Filter Functions)
582 (Accepting Output, Sentinels, Network, Network Servers):
583 Filters and sentinels can no longer be nil.
584 * elisp.texi (Top): Menu update.
585
586 2014-02-20 Glenn Morris <rgm@gnu.org>
587
588 * functions.texi (Defining Functions): Mention defalias-fset-function.
589
590 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
591
592 * minibuf.texi (Completion Commands): Don't document obsolete
593 `common-substring' arg of display-completion-list.
594
595 2014-02-17 Glenn Morris <rgm@gnu.org>
596
597 * minibuf.texi (Text from Minibuffer): Update read-regexp details.
598 Mention read-regexp-defaults-function.
599
600 2014-02-13 Glenn Morris <rgm@gnu.org>
601
602 * debugging.texi (Debugger Commands): Tiny edits.
603
604 2014-02-12 Glenn Morris <rgm@gnu.org>
605
606 * package.texi (Simple Packages): Describe URL and Keywords headers.
607
608 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
609
610 * text.texi (User-Level Deletion):
611 Document `delete-trailing-whitespace' (bug#15309).
612
613 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
614
615 * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
616
617 * display.texi (Blinking): Clarify doc string in example (bug#10658).
618
619 * commands.texi (Accessing Mouse): Mention that these function
620 also work on keyboard events (bug#14228).
621 (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
622
623 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
624
625 * display.texi (Face Attributes): Add an index (bug#14924).
626
627 * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
628
629 2014-02-06 Glenn Morris <rgm@gnu.org>
630
631 * display.texi (Truncation):
632 * positions.texi (Screen Lines): Do not mention cache-long-scans.
633
634 2014-01-31 Juri Linkov <juri@jurta.org>
635
636 * searching.texi (String Search): Incremental word search fixes.
637
638 2014-01-28 Glenn Morris <rgm@gnu.org>
639
640 * text.texi (Indent Tabs): Update related to tab-stops.
641
642 2014-01-24 Glenn Morris <rgm@gnu.org>
643
644 * control.texi (Handling Errors): Update with-demoted-errors.
645
646 * files.texi (File Locks): Every platform supports locking now.
647
648 2014-01-22 Glenn Morris <rgm@gnu.org>
649
650 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
651
652 2014-01-20 Glenn Morris <rgm@gnu.org>
653
654 * hash.texi (Other Hash): Do not mention subr-x.el functions;
655 reverts 2013-12-22 change.
656
657 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
658
659 * functions.texi (Advising Functions): New section.
660 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
661 run-hook-wrapped any more.
662 (Hooks): Link to the new Advising Functions node.
663 * elisp.texi (Top): Don't include advice.texi.
664 * advice.texi: Remove.
665 * makefile.w32-in (srcs):
666 * Makefile.in (srcs): Adjust accordingly.
667
668 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
669
670 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
671
672 * strings.texi (Text Comparison): Document `string-suffix-p'.
673
674 2014-01-07 Glenn Morris <rgm@gnu.org>
675
676 * files.texi (File Attributes): Fix superscipt typo.
677
678 2014-01-07 Chong Yidong <cyd@gnu.org>
679
680 * files.texi (Changing Files): Document copy-file changes.
681
682 2014-01-07 Glenn Morris <rgm@gnu.org>
683
684 * display.texi (Logging Messages): Copyedits re messages-buffer.
685
686 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
687
688 Specify .texi encoding (Bug#16292).
689 * back.texi, book-spine.texi, lay-flat.texi:
690 Add @documentencoding.
691
692 2014-01-05 Chong Yidong <cyd@gnu.org>
693
694 * backups.texi (Making Backups): Document backup-buffer change.
695
696 * files.texi (Visiting Files): Copyedits.
697 (Testing Accessibility): Mention ACLs. Move file-modes here from
698 File Attributes.
699 (Truenames): Move file-equal-p here from Kinds of Files.
700 (File Attributes): Move file-newer-than-file-p here from Testing
701 Accessibility.
702 (Extended Attributes): New node. Add file-extended-attributes.
703 (Changing Files): Document set-file-extended-attributes.
704
705 * commands.texi (Defining Commands): Document the interactive-form
706 property more carefully. Document interactive-only.
707
708 * compile.texi (Compiler Errors): Copyedits. Note that the
709 details for byte-compile-warnings are in its docstring.
710
711 * minibuf.texi (Minibuffer Contents): Remove obsolete function
712 minibuffer-completion-contents.
713
714 * variables.texi (Defining Variables): Note that defvar acts
715 always on the dynamic value.
716
717 * customize.texi (Variable Definitions): Likewise.
718
719 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
720
721 Document vconcat and the empty vector (Bug#16246).
722 * sequences.texi (Vector Functions):
723 Document behavior better when the result is empty.
724
725 Document behavior of (string-to-number "+@") (Bug#16293).
726 * strings.texi (String Conversion): Document behavior of
727 string-to-number on invalid strings that begin with "+", too.
728
729 2014-01-03 Chong Yidong <cyd@gnu.org>
730
731 * help.texi (Documentation, Accessing Documentation): Copyedits.
732 (Documentation Basics): Rewrite, avoiding a repeat discussion of
733 docstring conventions.
734
735 * tips.texi (Documentation Tips): Move discussion of
736 emacs-lisp-docstring-fill-column here from Documentation Basics.
737
738 * compile.texi (Docs and Compilation): Copyedits.
739
740 2014-01-02 Glenn Morris <rgm@gnu.org>
741
742 * numbers.texi (Numeric Conversions): Fix a typo.
743
744 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
745
746 Plain copy-file no longer chmods an existing destination (Bug#16133).
747 * files.texi (Changing Files): Document this.
748
749 2013-12-28 Chong Yidong <cyd@gnu.org>
750
751 * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
752
753 * buffers.texi (Modification Time): Document visited-file-modtime
754 change.
755
756 2013-12-28 Glenn Morris <rgm@gnu.org>
757
758 * control.texi (Pattern matching case statement): Brevity.
759
760 2013-12-27 Chong Yidong <cyd@gnu.org>
761
762 * functions.texi (Function Cells):
763 * eval.texi (Function Indirection): Update for the fact that
764 symbol-function no longer signals an error.
765
766 * commands.texi (Reading One Event): Mention keyboard coding.
767
768 * keymaps.texi (Translation Keymaps, Translation Keymaps):
769 * nonascii.texi (Terminal I/O Encoding): Copyedits.
770
771 2013-12-26 Chong Yidong <cyd@gnu.org>
772
773 * advice.texi (Advising Functions, Defining Advice): Special forms
774 can no longer be advised.
775
776 2013-12-25 Chong Yidong <cyd@gnu.org>
777
778 * keymaps.texi (Active Keymaps): Re-organize the text.
779 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
780 (Controlling Active Maps): Note that set-transient-map uses
781 overriding-terminal-local-map.
782
783 * tips.texi (Coding Conventions): Tweak the coding system tip;
784 Emacs now uses utf-8 by default for Emacs Lisp source files.
785
786 * display.texi (Font Selection): Tweak example.
787
788 * commands.texi (Event Input Misc): Document new arg to input-pending-p.
789
790 * nonascii.texi (Specifying Coding Systems): Don't refer to
791 emacs-mule-dos.
792 (Lisp and Coding Systems): Describe emacs-mule return value in
793 modern terms.
794
795 2013-12-25 Tassilo Horn <tsdh@gnu.org>
796
797 * control.texi (Pattern matching case statement): Rephrase lexical
798 binding requirement: the example needs it, not `pcase' itself.
799
800 2013-12-25 Chong Yidong <cyd@gnu.org>
801
802 * eval.texi (Eval): Document the LEXICAL arg to eval.
803
804 * variables.texi (Variables, Void Variables): Use "scoping rule"
805 terminology consistently.
806 (Variable Scoping): Add index entries, and use "dynamic scope"
807 terminology in place of "indefinite scope" to reduce confusion.
808 (Lexical Binding): Document lexical environment format.
809 (Using Lexical Binding): Add index entries for error messages.
810
811 2013-12-24 Tassilo Horn <tsdh@gnu.org>
812
813 * control.texi (Pattern matching case statement): Fix missing
814 argument in simple expression language sample (Bug#16238).
815 Add some sample programs written in that language. Mention that
816 `pcase' requires lexical binding.
817
818 2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
819
820 * eval.texi (Special Forms): Document `special-form-p'.
821
822 * macros.texi (Simple Macro): Document `macrop'.
823
824 * files.texi (Changing Files): Fix an argument of `copy-file'.
825
826 * strings.texi (Creating Strings): Document TRIM in `split-string'.
827
828 2013-12-23 Chong Yidong <cyd@gnu.org>
829
830 * keymaps.texi (Controlling Active Maps):
831 Rename set-temporary-overlay-map to set-transient map. Doc fixes.
832 (Searching Keymaps): The transient keymap takes precedence.
833
834 2013-12-23 Glenn Morris <rgm@gnu.org>
835
836 * loading.texi (How Programs Do Loading, Load Suffixes):
837 Mention `load-prefer-newer'.
838
839 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
840
841 * hash.texi (Other Hash): Document `hash-table-keys'
842 and `hash-table-values'.
843
844 2013-12-22 Eli Zaretskii <eliz@gnu.org>
845
846 * nonascii.texi (Character Properties): NAME or OLD-NAME
847 properties can be nil (there's no empty string).
848 (Character Properties): Update the reference to the UCD.
849
850 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
851
852 * sequences.texi (Bool-Vectors): Document new bool-vector set
853 operation functions.
854
855 * text.texi (Examining Properties): Document `get-pos-property'.
856
857 * variables.texi (Directory Local Variables):
858 Document `enable-dir-local-variables'.
859
860 * debugging.texi (Debugger Commands):
861 Document `debugger-toggle-locals'.
862
863 2013-12-21 Chong Yidong <cyd@gnu.org>
864
865 * text.texi (Region Indent): Note the new interactive behavior of
866 indent-rigidly.
867
868 2013-12-20 Tassilo Horn <tsdh@gnu.org>
869
870 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
871 one or many arguments.
872
873 * display.texi: Document `messages-buffer'.
874
875 * os.texi: Document `initial-buffer-choice' changes.
876
877 2013-12-20 Chong Yidong <cyd@gnu.org>
878
879 * text.texi (Changing Properties): Improve documentation for
880 add-face-text-property.
881 (Special Properties): Mention add-face-text-property.
882
883 2013-12-18 Chong Yidong <cyd@gnu.org>
884
885 * customize.texi (Custom Themes): Document custom-known-themes
886 (Bug#15717).
887
888 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
889 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
890
891 2013-12-13 Glenn Morris <rgm@gnu.org>
892
893 * internals.texi (Building Emacs):
894 * loading.texi (Library Search): Mention that site-load,
895 site-init cannot change load-path.
896
897 2013-12-12 Glenn Morris <rgm@gnu.org>
898
899 * elisp.texi: Tweak dircategory.
900
901 2013-12-12 Eli Zaretskii <eliz@gnu.org>
902
903 * nonascii.texi (Encoding and I/O): Document file-name encoding
904 peculiarities on MS-Windows.
905
906 2013-12-12 Glenn Morris <rgm@gnu.org>
907
908 * elisp.texi: Sync direntry with info/dir version.
909
910 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
911
912 * display.texi (Progress, Face Remapping):
913 * processes.texi (Serial Ports):
914 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
915
916 2013-12-04 Juri Linkov <juri@jurta.org>
917
918 * searching.texi (Search and Replace): Fix `unread-command-events'
919 and add ref.
920
921 2013-12-03 Juri Linkov <juri@jurta.org>
922
923 * windows.texi (Choosing Window): Rename `no-display-ok' to
924 `allow-no-window'. (Bug#13594)
925
926 2013-11-30 Glenn Morris <rgm@gnu.org>
927
928 * Makefile.in (distclean): Remove Makefile.
929
930 2013-11-29 Andreas Politz <politza@fh-trier.de>
931
932 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
933 (Bug#14029).
934
935 2013-11-27 Glenn Morris <rgm@gnu.org>
936
937 * loading.texi (Library Search):
938 * os.texi (Startup Summary): No more leim directory.
939
940 2013-11-26 Glenn Morris <rgm@gnu.org>
941
942 * os.texi (Startup Summary): Update for leim-list being preloaded.
943
944 2013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
945
946 * frames.texi (Input Focus):
947 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
948
949 2013-11-23 Glenn Morris <rgm@gnu.org>
950
951 * loading.texi (Library Search):
952 Empty elements in EMACSLOADPATH now mean the default load-path.
953
954 2013-11-22 Glenn Morris <rgm@gnu.org>
955
956 * loading.texi (Library Search): Minor clarification.
957
958 2013-11-20 Leo Liu <sdl.web@gmail.com>
959
960 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
961
962 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
963
964 * os.texi (File Notifications): Add an index.
965
966 * loading.texi (Loading): Add an cross-reference.
967
968 2013-11-18 Xue Fuqiao <xfq.free@gmail.com>
969
970 * os.texi (Session Management, Desktop Notifications): Add some
971 indexes and a cross-reference.
972
973 2013-11-17 Xue Fuqiao <xfq.free@gmail.com>
974
975 * os.texi (Time Parsing, Processor Run Time, Input Modes)
976 (Terminal Output): Minor fixes.
977
978 2013-11-14 Glenn Morris <rgm@gnu.org>
979
980 * loading.texi (Library Search): Update section.
981
982 2013-11-11 Xue Fuqiao <xfq.free@gmail.com>
983
984 * os.texi (User Identification, Time of Day, Time Conversion):
985 Minor fixes.
986
987 2013-11-10 Jan Djärv <jan.h.d@swipnet.se>
988
989 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
990
991 2013-11-09 Xue Fuqiao <xfq.free@gmail.com>
992
993 * os.texi (Startup Summary): Add an index about startup screen.
994 Typo fix.
995 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
996
997 2013-11-08 Eli Zaretskii <eliz@gnu.org>
998
999 * display.texi (Truncation): Document that cache-long-scans is now
1000 non-nil by default. (Bug#15797)
1001
1002 2013-11-05 Eli Zaretskii <eliz@gnu.org>
1003
1004 * lists.texi (Rearrangement): Fix indexing.
1005
1006 * display.texi (Bidirectional Display): Fix indexing.
1007
1008 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
1009
1010 * lists.texi (Rearrangement): Improve indexing.
1011
1012 * display.texi (Glyphs): Add an index for glyph code.
1013 (Bidirectional Display): Improve indexing.
1014
1015 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1016
1017 * display.texi (Face Attributes): Document :distant-foreground.
1018
1019 2013-10-30 Xue Fuqiao <xfq.free@gmail.com>
1020
1021 * display.texi (Abstract Display): Improve indexing.
1022
1023 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * display.texi (Selective Display): Discourage the use of explicit
1026 selective display.
1027
1028 2013-10-29 Xue Fuqiao <xfq.free@gmail.com>
1029
1030 * display.texi (Showing Images): Add an index for image-size.
1031 Use @code instead of @var for a normal variable.
1032 (Multi-Frame Images): Improve indexing.
1033 (Button Buffer Commands): Use @code instead of @var for a normal
1034 variable.
1035 (Abstract Display): Explain the meaning of Ewoc.
1036
1037 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1038
1039 * display.texi (Image Descriptors): Improve indexing.
1040
1041 2013-10-26 Xue Fuqiao <xfq.free@gmail.com>
1042
1043 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
1044 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
1045
1046 2013-10-25 Xue Fuqiao <xfq.free@gmail.com>
1047
1048 * display.texi (Fontsets): Minor wording fix.
1049 (Low-Level Font): Improve indexing.
1050
1051 * nonascii.texi (Character Properties): Add an index for script symbols.
1052
1053 2013-10-24 Xue Fuqiao <xfq.free@gmail.com>
1054
1055 * display.texi (Face Remapping): Add indexes for face remapping.
1056 (Font Selection): Add indexes.
1057 (Low-Level Font): Add an index for font registry.
1058
1059 2013-10-23 Glenn Morris <rgm@gnu.org>
1060
1061 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
1062 Nuke @refill.
1063
1064 * Makefile.in (install-dvi, install-html, install-pdf)
1065 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
1066 (uninstall-pdf): Quote entities that might contain whitespace.
1067
1068 2013-10-19 Xue Fuqiao <xfq.free@gmail.com>
1069
1070 * display.texi (Face Attributes): Add indexes for the ‘:box’
1071 face attribute.
1072
1073 2013-10-18 Xue Fuqiao <xfq.free@gmail.com>
1074
1075 * display.texi (Line Height): Add indexes for line height.
1076
1077 2013-10-17 Xue Fuqiao <xfq.free@gmail.com>
1078
1079 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
1080
1081 2013-10-16 Xue Fuqiao <xfq.free@gmail.com>
1082
1083 * display.texi (Selective Display): Add an index for explicit
1084 selective display.
1085
1086 2013-10-15 Xue Fuqiao <xfq.free@gmail.com>
1087
1088 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
1089
1090 2013-10-13 Glenn Morris <rgm@gnu.org>
1091
1092 * intro.texi (Acknowledgments): Use accented form of some names.
1093
1094 2013-10-09 Glenn Morris <rgm@gnu.org>
1095
1096 * control.texi (Conditionals): Copyedits. (Bug#15558)
1097
1098 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1099
1100 Support menus on text-mode terminals.
1101 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
1102 Modify wording to the effect that menus are supported on TTYs.
1103
1104 * frames.texi (Pop-Up Menus, Dialog Boxes)
1105 (Display Feature Testing): Update for menu support on TTYs.
1106
1107 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1108
1109 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
1110 non-headings.
1111
1112 2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
1113
1114 * syntax.texi (Categories): Add an index for category sets.
1115
1116 2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
1117
1118 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
1119
1120 2013-10-02 Xue Fuqiao <xfq.free@gmail.com>
1121
1122 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
1123
1124 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1125
1126 * searching.texi (Regexp Search): Refine.
1127
1128 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
1129
1130 * nonascii.texi (Default Coding Systems): Typo fix.
1131
1132 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1133
1134 * nonascii.texi (Coding System Basics): Add information about
1135 carriage-return.
1136
1137 2013-09-14 Eli Zaretskii <eliz@gnu.org>
1138
1139 * display.texi (Display Margins): State the units of measuring
1140 margin width. (Bug#15375)
1141
1142 2013-09-13 Eli Zaretskii <eliz@gnu.org>
1143
1144 * text.texi (Not Intervals): Minor wording fix.
1145
1146 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
1147
1148 * functions.texi (Obsolete Functions): Add an index for obsolete
1149 functions.
1150
1151 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
1152
1153 * nonascii.texi (Character Properties): Character properties fix
1154 for decimal-digit-value and digit-value.
1155
1156 2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1157
1158 * macros.texi (Defining Macros): Prefer "function" to "lambda
1159 expression" (bug#15296).
1160
1161 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1162
1163 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1164 for portability to hosts where /bin/sh has problems.
1165
1166 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1167
1168 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
1169
1170 2013-08-20 Eli Zaretskii <eliz@gnu.org>
1171
1172 * files.texi (Information about Files): Mention file names with
1173 trailing blanks on MS-Windows. (Bug#15130)
1174
1175 2013-08-18 Xue Fuqiao <xfq.free@gmail.com>
1176
1177 * positions.texi (Positions): Improve indexing.
1178
1179 2013-08-18 Eli Zaretskii <eliz@gnu.org>
1180
1181 * markers.texi (The Region): Improve indexing.
1182
1183 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
1184
1185 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
1186
1187 * text.texi (Maintaining Undo): Mention interactive call of
1188 buffer-disable-undo.
1189 (Filling): Add cross-reference for hard newlines.
1190 (Sorting): Fix indentation.
1191 (Columns): Comment out undefined behavior.
1192 (Case Changes): Fix an `args-out-of-range' error in the example.
1193
1194 2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
1195
1196 * text.texi (Insertion): Refine.
1197 (Margins): Add an index.
1198 (Undo): Doc fix for `buffer-undo-list'.
1199
1200 * positions.texi (Character Motion):
1201 * markers.texi (Moving Markers, Creating Markers):
1202 Comment out undefined behavior.
1203
1204 2013-08-15 Xue Fuqiao <xfq.free@gmail.com>
1205
1206 * markers.texi (The Region): Add/move indexes.
1207
1208 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1209
1210 * display.texi (ImageMagick Images): Mention :content-type and
1211 `image-content-type-suffixes'.
1212
1213 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1214
1215 * positions.texi (Word Motion): Remove redundant sentence.
1216
1217 2013-08-13 Glenn Morris <rgm@gnu.org>
1218
1219 * lists.texi (List Elements):
1220 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
1221
1222 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1223
1224 * frames.texi (Display Feature Testing): Add indexes.
1225
1226 2013-08-12 Glenn Morris <rgm@gnu.org>
1227
1228 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1229 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1230 (INSTALL_DATA): New, set by configure.
1231 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1232 New variables.
1233 (.SUFFIXES): Add .ps and .dvi.
1234 (.dvi.ps): New suffix rule.
1235 (dvi, html, pdf, ps): Use *_TARGETS variables.
1236 (elisp.html): Use HTML_OPTS.
1237 (elisp.ps): Remove explicit rule.
1238 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
1239 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1240 uninstall-ps, and uninstall-doc.
1241 (install-dvi, install-html, install-pdf, install-ps, install-doc)
1242 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
1243 (uninstall-doc): New rules.
1244 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
1245
1246 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1247
1248 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
1249
1250 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1251
1252 * control.texi (Error Symbols): Minor fix for previous change.
1253
1254 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1255
1256 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
1257
1258 * control.texi (Signaling Errors): Refer to define-error.
1259 (Error Symbols): Add `define-error'.
1260
1261 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1262
1263 * positions.texi (Motion by Screen Lines):
1264 * display.texi (Truncation): Rename `cache-long-line-scans'
1265 to `cache-long-scans'.
1266
1267 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1268
1269 * windows.texi (Window Start and End): Add an index.
1270
1271 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
1272
1273 * display.texi (Face Functions): Add an index.
1274
1275 * variables.texi (Variable Aliases): Add an index.
1276
1277 * functions.texi (Defining Functions): Add an index.
1278
1279 * nonascii.texi (Coding System Basics): Add an index.
1280
1281 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
1282
1283 * nonascii.texi (Non-ASCII Characters): Update menu.
1284 (Disabling Multibyte): Move here from doc/emacs/mule.texi.
1285 Fix cross-references.
1286
1287 * elisp.texi (Top): Update menu.
1288
1289 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1290
1291 * windows.texi (Window History): Mention the default value of
1292 switch-to-visible-buffer. Add cross-references.
1293
1294 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
1295
1296 * errors.texi (Standard Errors): Fix typo.
1297
1298 * files.texi (Magic File Names):
1299 * os.texi (File Notifications): Remove file-notify-supported-p.
1300
1301 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
1302
1303 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
1304 non-well-formed expressions result in unspecified behavior, though
1305 Emacs will not crash.
1306
1307 2013-07-22 Michael Albinus <michael.albinus@gmx.de>
1308
1309 * files.texi (Magic File Names): Add file-notify-add-watch,
1310 file-notify-rm-watch and file-notify-supported-p.
1311 Move file-remote-p down.
1312
1313 * errors.texi (Standard Errors): Add file-notify-error.
1314
1315 * os.texi (Desktop Notifications): Rename from Notifications.
1316 (File Notifications): New node.
1317
1318 * elisp.texi (Top): Update menu for these changes.
1319
1320 2013-07-19 Xue Fuqiao <xfq.free@gmail.com>
1321
1322 * windows.texi (Display Action Functions): Mention next-window.
1323
1324 2013-07-16 Xue Fuqiao <xfq.free@gmail.com>
1325
1326 * windows.texi (Selecting Windows): Fix the introduction of
1327 `set-frame-selected-window''s arguments.
1328
1329 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1330
1331 Timestamp fixes for undo (Bug#14824).
1332 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
1333
1334 2013-07-06 Eli Zaretskii <eliz@gnu.org>
1335
1336 * nonascii.texi (Text Representations): Document that
1337 multibyte-string-p returns nil for non-string objects.
1338
1339 2013-07-06 Glenn Morris <rgm@gnu.org>
1340
1341 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
1342
1343 2013-07-03 Glenn Morris <rgm@gnu.org>
1344
1345 * debugging.texi (Debugging):
1346 * files.texi (File Attributes, Changing Files): Fix cross-references.
1347
1348 * package.texi (Package Archives): Fix @url call.
1349
1350 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
1351
1352 2013-06-29 Eli Zaretskii <eliz@gnu.org>
1353
1354 * display.texi (Bidirectional Display): Document move-point-visually.
1355
1356 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
1357
1358 * buffers.texi (Buffer File Name): Fix typo.
1359
1360 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1361
1362 * tips.texi (Coding Conventions): Improve wording.
1363
1364 2013-06-24 Glenn Morris <rgm@gnu.org>
1365
1366 * loading.texi (Autoload): Fix typo.
1367
1368 * variables.texi (Lexical Binding): Fix typo.
1369
1370 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
1371
1372 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1373
1374 * display.texi (ImageMagick Images): Mention :max-width and
1375 :max-height.
1376
1377 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
1378
1379 * numbers.texi (Math Functions): Remove obsolete function log10.
1380
1381 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1382
1383 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1384 rather than `local-map'.
1385
1386 * keymaps.texi (Active Keymaps): Fix documentation of
1387 set-temporary-overlay-map and overriding-terminal-local-map.
1388
1389 2013-06-19 Glenn Morris <rgm@gnu.org>
1390
1391 * Makefile.in (dist): Edit more configure variables.
1392 Try to check that we do not miss any in future.
1393
1394 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
1395
1396 * text.texi (Undo, Changing Properties): Fix typos.
1397
1398 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1399
1400 * text.texi (Changing Properties): Document `add-face-text-property'.
1401
1402 2013-06-17 Kenichi Handa <handa@gnu.org>
1403
1404 * display.texi (Face Attributes): Refer to "Low-Level font" (not
1405 "Font Selection") in the explanation of :font attribute (bug#14629).
1406
1407 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1408
1409 * loading.texi (Hooks for Loading): Don't document after-load-alist.
1410 Document with-eval-after-load instead of eval-after-load.
1411
1412 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
1413
1414 * files.texi (File Name Expansion): Make the example more
1415 intuitive.
1416
1417 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
1418
1419 Documentation fix for 'ls' and hard links.
1420 * compile.texi (Compilation Functions):
1421 * files.texi (File Attributes, Changing Files):
1422 Use current format for GNU 'ls' output.
1423 (File Attributes): Fix problem introduced in previous change:
1424 the link count is the number of hard links, not the number
1425 of hard links + 1.
1426
1427 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
1428
1429 * files.texi (File Attributes): Fix typo.
1430
1431 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1432
1433 * functions.texi (Lambda Expressions): Lambda expressions don't
1434 evaluate to themselves in general (bug#11782).
1435
1436 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1437
1438 * loading.texi (Autoload):
1439 * help.texi (Documentation Basics, Accessing Documentation)
1440 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1441
1442 2013-04-23 Glenn Morris <rgm@gnu.org>
1443
1444 * internals.texi (Writing Emacs Primitives): Remove obvious example.
1445 Tweak other to avoid overly long line.
1446
1447 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1448
1449 * internals.texi (Writing Emacs Primitives): Remove unnecessary
1450 references to the sources. (Bug#13800)
1451
1452 * searching.texi (Regexp Backslash): Doc fix for backslash
1453 constructs in regular expressions.
1454
1455 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
1456
1457 * tips.texi (Coding Conventions): Mention separation of package
1458 descriptor and name of internal symbols by two hyphens.
1459
1460 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1461
1462 * windows.texi (Splitting Windows): Change category of
1463 split-window from a command to a function.
1464
1465 2013-04-06 Chong Yidong <cyd@gnu.org>
1466
1467 * display.texi (Faces): Minor clarifications.
1468 (Defining Faces): Clarify default vs custom face specs.
1469 Document face-spec-set.
1470
1471 * display.texi (Overlay Properties):
1472 * text.texi (Special Properties): Use the "anonymous face"
1473 terminology. Describe foreground-color and background-color forms
1474 as compatibility-only.
1475
1476 2013-03-24 Eli Zaretskii <eliz@gnu.org>
1477
1478 * compile.texi (Byte-Code Objects): Add index entry.
1479 (Disassembly): Add cross-references.
1480
1481 2013-03-23 Eli Zaretskii <eliz@gnu.org>
1482
1483 * frames.texi (Size Parameters): More accurate description of the
1484 difference between 'fullboth' and 'maximized'. (Bug#13935)
1485
1486 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
1487
1488 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
1489
1490 2013-03-16 Glenn Morris <rgm@gnu.org>
1491
1492 * elisp.texi: Add some stuff specific to www.gnu.org.
1493
1494 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1495
1496 * control.texi (Pattern matching case statement): Fix typo.
1497
1498 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1499
1500 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1501
1502 2013-03-03 Glenn Morris <rgm@gnu.org>
1503
1504 * objects.texi (Symbol Type): Fix typo.
1505
1506 2013-02-28 Bastien Guerry <bzg@gnu.org>
1507
1508 * variables.texi (File Local Variables): Fix reference.
1509
1510 2013-02-24 Eli Zaretskii <eliz@gnu.org>
1511
1512 * files.texi (Magic File Names): Improve wording and indexing.
1513
1514 2013-02-21 Glenn Morris <rgm@gnu.org>
1515
1516 * display.texi (Multi-Frame Images): Minor rephrasing.
1517
1518 2013-02-20 Glenn Morris <rgm@gnu.org>
1519
1520 * display.texi (GIF Images, TIFF Images): Delete these nodes.
1521 (ImageMagick Images): For :index, use an xref rather than duplicating.
1522 (Other Image Types): Add GIF, adjust formatting.
1523 (Multi-Frame Images): Rename from Animated Images. Expand section.
1524 * elisp.texi (Top): Update menu for these changes.
1525
1526 2013-02-19 Glenn Morris <rgm@gnu.org>
1527
1528 * text.texi (Change Hooks): Fix typo.
1529
1530 2013-02-15 Glenn Morris <rgm@gnu.org>
1531
1532 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1533
1534 2013-02-13 Glenn Morris <rgm@gnu.org>
1535
1536 * objects.texi (Char-Table Type): Add footnote about #^^.
1537
1538 * modes.texi (Minor Mode Conventions): Fix typo.
1539
1540 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1541 meta characters; this changed in 22.1. (Bug#13684)
1542
1543 * objects.texi (Char-Table Type): Add cindex.
1544
1545 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1546
1547 2013-02-10 Glenn Morris <rgm@gnu.org>
1548
1549 * keymaps.texi (Creating Keymaps): Update make-keymap result.
1550
1551 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1552
1553 * modes.texi (%-Constructs): Remove the description of %t.
1554
1555 * nonascii.texi (MS-DOS File Types): Delete node.
1556
1557 2013-02-08 Glenn Morris <rgm@gnu.org>
1558
1559 * keymaps.texi (Active Keymaps, Searching Keymaps):
1560 Remove confusing mention of "symbolic prefix". (Bug#13643)
1561
1562 2013-01-19 Glenn Morris <rgm@gnu.org>
1563
1564 * macros.texi (Indenting Macros): Fix order of an indent
1565 symbol's arguments. (Bug#13450)
1566
1567 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1568
1569 Allow floating-point file offsets.
1570 * files.texi (Reading from Files, Writing to Files):
1571 Say that file offsets can be numbers, not just integers.
1572
1573 2013-01-09 Glenn Morris <rgm@gnu.org>
1574
1575 * commands.texi (Interactive Codes):
1576 Whitespace does not terminate interactive "S". (Bug#13393)
1577
1578 2013-01-06 Chong Yidong <cyd@gnu.org>
1579
1580 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
1581
1582 2013-01-05 Glenn Morris <rgm@gnu.org>
1583
1584 * display.texi (Overlay Properties): Mention field. (Bug#13364)
1585
1586 2013-01-05 Eli Zaretskii <eliz@gnu.org>
1587
1588 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
1589 directive in a group of items.
1590
1591 2013-01-05 Chong Yidong <cyd@gnu.org>
1592
1593 * keymaps.texi (Key Sequences): Remove obsolete sentence
1594 (Bug#13356).
1595
1596 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1597
1598 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
1599
1600 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1601
1602 * files.texi (File Attributes): Undocument return format of file-acl.
1603
1604 2013-01-03 Glenn Morris <rgm@gnu.org>
1605
1606 * processes.texi (System Processes):
1607 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
1608
1609 * searching.texi (Replacing Match): Fix xref.
1610
1611 * elisp.texi (DATE): Bump to Jan 2013.
1612
1613 2013-01-02 Glenn Morris <rgm@gnu.org>
1614
1615 * customize.texi (Common Keywords, Type Keywords):
1616 Replace "active field" with "button". (Bug#13310)
1617
1618 * customize.texi (Common Keywords): Add xref. (Bug#13311)
1619 * tips.texi (Library Headers): Add cindex.
1620
1621 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
1622
1623 * functions.texi (Declare Form):
1624 * intro.texi (A Sample Function Description):
1625 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
1626 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
1627 in @def.. commands. (Bug#13292)
1628
1629 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1630
1631 * files.texi (Changing Files): Document the return values of
1632 set-file-selinux-context and set-file-acl.
1633
1634 2012-12-27 Glenn Morris <rgm@gnu.org>
1635
1636 * files.texi (File Names): Mention Cygwin conversion functions.
1637
1638 2012-12-22 Martin Rudalics <rudalics@gmx.at>
1639
1640 * windows.texi (Selecting Windows): Reword description of
1641 select-window (Bug#13248).
1642
1643 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1644
1645 * files.texi (File Attributes, Changing Files): Remove the details
1646 about the text returned by file-acl. Instead, just document that
1647 it is an opaque string meant to be used by set-file-acl.
1648
1649 2012-12-21 Chong Yidong <cyd@gnu.org>
1650
1651 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
1652
1653 * customize.texi (Simple Types): Document key-sequence type
1654 (Bug#13048).
1655
1656 * strings.texi (Text Comparison): Doc fix for compare-strings.
1657
1658 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1659
1660 * files.texi (Magic File Names): Add `file-acl',
1661 `file-selinux-context', `set-file-acl' and
1662 `set-file-selinux-context'. Make the list consistent.
1663
1664 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1665
1666 * tips.texi (Library Headers): New header keyword `Homepage'.
1667 Make continuation lines syntax more precise.
1668
1669 2012-12-17 Eli Zaretskii <eliz@gnu.org>
1670
1671 * files.texi (File Attributes, Changing Files): Update to include
1672 MS-Windows support for ACLs.
1673
1674 2012-12-16 Romain Francoise <romain@orebokech.com>
1675
1676 * files.texi (File Attributes): Document ACL support and new
1677 `file-acl' function.
1678 (Changing Files): Mention argument name change of `copy-file' and
1679 document new function `set-file-acl'.
1680
1681 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1682
1683 Fix permissions bugs with setgid directories etc. (Bug#13125)
1684 * files.texi (Testing Accessibility): Document GROUP arg
1685 of file-ownership-preserved-p.
1686 (File Attributes): Document that 9th element is now
1687 just a placeholder.
1688 * os.texi (User Identification): Document new functions group-gid,
1689 group-real-gid.
1690
1691 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1692
1693 * internals.texi (C Integer Types): New section.
1694 This follows up and records an email in
1695 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
1696
1697 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1698
1699 * control.texi (Pattern matching case statement): New node.
1700
1701 * customize.texi (Variable Definitions): Mention the default :group
1702 for defcustoms (bug#13093).
1703
1704 2012-12-09 Glenn Morris <rgm@gnu.org>
1705
1706 * customize.texi (Variable Definitions): Mention eval-defun
1707 on a defcustom calls the :set function when appropriate.
1708
1709 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1710
1711 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1712 These are just minor editorial changes.
1713
1714 2012-12-06 Chong Yidong <cyd@gnu.org>
1715
1716 * lists.texi (Plist Access): Move put example to Symbol Plists.
1717
1718 * symbols.texi (Standard Properties): Fix typo.
1719
1720 2012-12-03 Chong Yidong <cyd@gnu.org>
1721
1722 * symbols.texi (Symbol Properties): New node.
1723 (Symbol Plists): Make it a subsection under Symbol Properties.
1724 (Standard Properties): New node.
1725
1726 * lists.texi (Property Lists): Move here from symbols.texi.
1727 (Plist Access): Rename from Other Plists.
1728
1729 * customize.texi (Variable Definitions):
1730 * display.texi (Defining Faces):
1731 * sequences.texi (Char-Tables): Fix xref.
1732
1733 * keymaps.texi (Key Sequences): `kbd' is now a function.
1734
1735 * commands.texi (Using Interactive): Fix index entry.
1736
1737 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1738
1739 * doclicense.texi: Update to latest version from FSF.
1740 These are just minor editorial changes.
1741 * elisp.texi (GNU Free Documentation License)
1742 (GNU General Public Licens):
1743 Provide sectioning, since doclicense.texi no longer does that.
1744
1745 * loading.texi (Named Features): @ -> @@ to fix typo.
1746
1747 2012-11-24 Martin Rudalics <rudalics@gmx.at>
1748
1749 * windows.texi (Basic Windows): Fix typo.
1750 (Windows and Frames): Fix example. Move description of
1751 window-in-direction here.
1752 (Recombining Windows): Fix example.
1753 (Buffers and Windows): Fix description of replace-buffer-in-windows.
1754 (Switching Buffers): Reword.
1755 (Display Action Functions): Minor adjustments.
1756 (Choosing Window Options): Minor fixes.
1757 (Window History): Minor rewording.
1758 (Dedicated Windows): Correct and reword part describing how
1759 dedicatedness affects functions removing buffers or windows.
1760 * buffers.texi (The Buffer List): Fix description of bury-buffer.
1761
1762 2012-11-24 Chong Yidong <cyd@gnu.org>
1763
1764 * modes.texi (%-Constructs): Fix statement about mode construct
1765 padding (Bug#12866).
1766
1767 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1768
1769 * debugging.texi (Profiling): Make it more clear
1770 that --enable-profiling is about profiling the C code.
1771
1772 2012-11-21 Glenn Morris <rgm@gnu.org>
1773
1774 * display.texi (Attribute Functions):
1775 Update for set-face-* name changes.
1776 Add new "inherit" argument for face-bold-p etc.
1777 Move description of this argument to a common section, like "frame".
1778
1779 * debugging.texi (Profiling): New section.
1780 (Debugging): Mention profiling in the introduction.
1781 * tips.texi (Compilation Tips): Move profiling to separate section.
1782 * elisp.texi: Add Profiling to detailed menu.
1783
1784 2012-11-21 Martin Rudalics <rudalics@gmx.at>
1785
1786 * windows.texi (Display Action Functions): Fix recently added
1787 example. Suggested by Michael Heerdegen.
1788
1789 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1790
1791 Minor cleanup for times as lists of four integers.
1792 * os.texi (Time Parsing): Time values can now be four integers.
1793
1794 2012-11-18 Glenn Morris <rgm@gnu.org>
1795
1796 * loading.texi (How Programs Do Loading): Add eager macro expansion.
1797 * macros.texi (Expansion): Mention eager macro expansion.
1798
1799 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1800
1801 2012-11-18 Leo Liu <sdl.web@gmail.com>
1802
1803 * minibuf.texi (Programmed Completion): Doc fix for metadata
1804 request (Bug#12850).
1805
1806 2012-11-18 Glenn Morris <rgm@gnu.org>
1807
1808 * display.texi (Temporary Displays): Document with-temp-buffer-window.
1809
1810 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1811 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1812 (Window Sizes): Add vindex for window-min-height, window-min-width.
1813 (Display Action Functions): Mention pop-up-frame-parameters.
1814
1815 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1816
1817 * windows.texi (Choosing Window): Rewrite description of
1818 display-buffer-alist (Bug#12167).
1819 (Display Action Functions): Mention inhibit-switch-frame.
1820 Fix description of display-buffer-below-selected. Reorder actions.
1821 Add example (Bug#12848).
1822
1823 2012-11-16 Glenn Morris <rgm@gnu.org>
1824
1825 * display.texi (Face Attributes): Fix :underline COLOR description.
1826 (Attribute Functions): Update for set-face-underline rename.
1827 Tweak descriptions of face-underline-p, face-inverse-video-p.
1828
1829 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1830 so they align better in info.
1831 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1832 Document set-temporary-overlay-map.
1833
1834 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1835
1836 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1837 with normal keymaps".
1838
1839 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
1840
1841 * internals.texi (Garbage Collection): Update descriptions
1842 of vectorlike_header, garbage-collect and gc-cons-threshold.
1843 (Object Internals): Explain Lisp_Object layout and the basics
1844 of an internal type system.
1845 (Buffer Internals): Update description of struct buffer.
1846
1847 2012-11-13 Glenn Morris <rgm@gnu.org>
1848
1849 * variables.texi (Adding Generalized Variables):
1850 At least mention gv-define-expander and gv-letplace.
1851
1852 * debugging.texi (Error Debugging): Mention debug-on-message.
1853 (Using Debugger): Mention debugger-bury-or-kill.
1854
1855 * control.texi (Signaling Errors):
1856 * debugging.texi (Error Debugging):
1857 * errors.texi (Standard Errors): Add user-error.
1858
1859 * variables.texi (Adding Generalized Variables):
1860 Use standard formatting for common lisp note about setf functions.
1861
1862 2012-11-10 Martin Rudalics <rudalics@gmx.at>
1863
1864 * elisp.texi (Top): Add Recombining Windows to menu.
1865 * windows.texi (Recombining Windows): New subsection.
1866 (Splitting Windows): Rewrite text on handling of window
1867 combinations and move it to new subsection.
1868
1869 2012-11-10 Chong Yidong <cyd@gnu.org>
1870
1871 * searching.texi (Replacing Match): Document \? in replace-match.
1872
1873 * variables.texi (Creating Buffer-Local): Document setq-local and
1874 defvar-local.
1875 (Setting Generalized Variables): Arrange table alphabetically.
1876
1877 * lists.texi (List Elements, List Variables): Clarify descriptions
1878 of push and pop for generalized variables.
1879
1880 * edebug.texi (Specification List): setf is no longer CL-only.
1881
1882 2012-11-10 Glenn Morris <rgm@gnu.org>
1883
1884 * variables.texi (Adding Generalized Variables):
1885 Update description of FIX-RETURN expansion.
1886
1887 * variables.texi (Setting Generalized Variables):
1888 Split most of previous contents into this subsection.
1889 (Adding Generalized Variables): New subsection.
1890 Move note on lack of setf functions here from misc/cl.texi.
1891
1892 * elisp.texi: Add Generalized Variables subsections to detailed menu.
1893
1894 2012-11-10 Chong Yidong <cyd@gnu.org>
1895
1896 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1897
1898 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
1899
1900 * os.texi (Notifications): Update descriptions of
1901 notifications-notify, notifications-close-notification and
1902 notifications-get-capabilities according to latest code changes.
1903 Add notifications-get-server-information.
1904
1905 2012-11-03 Chong Yidong <cyd@gnu.org>
1906
1907 * objects.texi (General Escape Syntax): Clarify the explanation of
1908 escape sequences.
1909 (Non-ASCII in Strings): Clarify when a string is unibyte vs
1910 multibyte. Hex escapes do not automatically make a string
1911 multibyte.
1912
1913 2012-11-03 Martin Rudalics <rudalics@gmx.at>
1914
1915 * windows.texi (Switching Buffers): Document option
1916 switch-to-buffer-preserve-window-point.
1917 (Display Action Functions): Document window-height and
1918 window-width alist entries.
1919 (Display Action Functions):
1920 Document display-buffer-below-selected and
1921 display-buffer-in-previous-window.
1922 (Quitting Windows): Document quit-restore-window.
1923 Rewrite section.
1924 (Window Configurations): In window-state-get mention that
1925 argument window must be valid.
1926 (Window Parameters): Document quit-restore window parameter
1927 (Bug#12158).
1928
1929 2012-10-31 Glenn Morris <rgm@gnu.org>
1930
1931 * control.texi (Catch and Throw): Add xref to cl.texi.
1932
1933 * lists.texi (Sets And Lists): Point xref to better location.
1934
1935 * errors.texi (Standard Errors):
1936 * loading.texi (Autoload): Update for cl-lib namespace changes.
1937
1938 * modes.texi (Defining Minor Modes): "Generalized Variables"
1939 section is now in this manual rather than cl.texi.
1940
1941 * eval.texi (Special Forms): No longer special forms: defmacro,
1942 defun, save-window-excursion, with-output-to-temp-buffer.
1943 * functions.texi (Defining Functions): Defun is now a macro.
1944 Defalias is a function.
1945
1946 2012-10-30 Glenn Morris <rgm@gnu.org>
1947
1948 * variables.texi (Generalized Variables): Fix typo.
1949
1950 2012-10-30 Chong Yidong <cyd@gnu.org>
1951
1952 * symbols.texi (Symbol Plists): Document function-get.
1953
1954 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1955
1956 * frames.texi (Visibility of Frames): Document tty-top-frame.
1957
1958 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1959
1960 * keymaps.texi (Format of Keymaps): Document the multiple
1961 inheritance format.
1962
1963 2012-10-28 Martin Rudalics <rudalics@gmx.at>
1964
1965 * windows.texi (Basic Windows): Reformulate description of live,
1966 internal and valid windows.
1967 (Cyclic Window Ordering): Describe new argument of
1968 get-lru-window and get-largest-window. Add description of
1969 window-in-direction.
1970
1971 2012-10-27 Glenn Morris <rgm@gnu.org>
1972
1973 * variables.texi (Generalized Variables): New section,
1974 adapted from misc/cl.texi.
1975 * elisp.texi (Top): Add Generalized Variables to menu.
1976 * lists.texi (List Elements, List Variables):
1977 Mention generalized variables.
1978
1979 * lists.texi (List Elements): Typo fix.
1980
1981 2012-10-27 Chong Yidong <cyd@gnu.org>
1982
1983 * minibuf.texi (High-Level Completion): Don't mention removed
1984 function iswitchb-read-buffer.
1985
1986 * commands.texi (Event Input Misc): Remove last-input-char.
1987 (Command Loop Info): Remove last-command-char.
1988
1989 * frames.texi (Initial Parameters): Don't mention the obsolete
1990 special-display feature.
1991
1992 * windows.texi (Choosing Window): Don't mention the obsolete
1993 special display feature.
1994 (Choosing Window Options): Remove obsolete special-display
1995 variables, and the functions special-display-p and
1996 special-display-popup-frame.
1997
1998 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
1999
2000 * hooks.texi (Standard Hooks): Remove obsolete hooks.
2001
2002 * markers.texi (Information from Markers): Remove obsolete
2003 function buffer-has-markers-at.
2004
2005 * text.texi (Yanking): Document yank-handled-properties.
2006
2007 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
2008
2009 Update manual for new time stamp format (Bug#12706).
2010 * buffers.texi (Modification Time):
2011 * files.texi (Testing Accessibility, File Attributes):
2012 * intro.texi (Version Info):
2013 * os.texi (Time of Day):
2014 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
2015 These instances were missed the first time around.
2016 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
2017
2018 2012-10-24 Chong Yidong <cyd@gnu.org>
2019
2020 * minibuf.texi (Text from Minibuffer): Document read-regexp
2021 changes.
2022
2023 * nonascii.texi (Selecting a Representation):
2024 Document set-buffer-multibyte changes.
2025
2026 * keymaps.texi (Toolkit Differences): Node deleted.
2027 (Easy Menu): New node.
2028
2029 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2030
2031 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
2032
2033 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
2034
2035 Fix outdated timestamp documentation in Elisp manual (bug#12706).
2036 * files.texi (File Attributes):
2037 * text.texi (Undo):
2038 Time stamp resolution is now 1 picosecond, not 1 second.
2039
2040 2012-10-23 Chong Yidong <cyd@gnu.org>
2041
2042 * display.texi (Font Lookup): Remove font-list-limit.
2043
2044 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
2045 (Bug#12529).
2046
2047 2012-10-22 Glenn Morris <rgm@gnu.org>
2048
2049 * os.texi (Recording Input): Tiny fix.
2050
2051 * intro.texi (Lisp History):
2052 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
2053 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
2054
2055 2012-10-15 Chong Yidong <cyd@gnu.org>
2056
2057 * macros.texi (Defining Macros): defmacro is now a macro.
2058 Explicitly list the docstring and declare arguments.
2059
2060 * functions.texi (Anonymous Functions): Explicitly list the
2061 docstring, declare, and interactive arguments to lambda.
2062 (Defining Functions): Likewise for defun.
2063 (Inline Functions): Likewise for defsubst.
2064 (Declare Form): Tweak description.
2065
2066 2012-10-13 Chong Yidong <cyd@gnu.org>
2067
2068 * display.texi (ImageMagick Images): ImageMagick enabled by default.
2069
2070 2012-10-05 Chong Yidong <cyd@gnu.org>
2071
2072 * minibuf.texi (Basic Completion): Clarify list form of completion
2073 table (Bug#12564).
2074
2075 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
2076
2077 * functions.texi (Function Safety): Copyedit. (Bug#12562)
2078
2079 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2080
2081 Revert the FOLLOW-SYMLINKS change for file-attributes.
2082 * files.texi (File Attributes, Magic File Names): Undo last change.
2083
2084 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2085
2086 file-attributes has a new optional arg FOLLOW-SYMLINKS.
2087 * files.texi (File Attributes): Describe it.
2088 (Magic File Names): Use it.
2089
2090 2012-09-30 Chong Yidong <cyd@gnu.org>
2091
2092 * commands.texi (Click Events): Define "mouse position list".
2093 Remove mention of unimplemented horizontal scroll bars.
2094 (Drag Events, Motion Events): Refer to "mouse position list".
2095 (Accessing Mouse): Document posnp.
2096
2097 * errors.texi (Standard Errors): Tweak arith-error description.
2098 Tweak markup. Remove domain-error and friends, which seem to be
2099 unused after the floating-point code revamp.
2100
2101 * functions.texi (Defining Functions): defun is now a macro.
2102 (Obsolete Functions): Obsolescence also affects
2103 documentation commands. Various clarifications.
2104 (Declare Form): New node.
2105
2106 * strings.texi (String Basics): Copyedits.
2107
2108 * os.texi (Startup Summary): Document leim-list.el change.
2109 (User Identification): Add system-users and system-groups.
2110 (Idle Timers): Minor clarifications.
2111
2112 * macros.texi (Defining Macros): Move description of `declare' to
2113 Declare Form node.
2114
2115 * loading.texi (Autoload):
2116 * help.texi (Documentation Basics): The special sequences can
2117 trigger autoloading.
2118
2119 * numbers.texi (Integer Basics): Copyedits.
2120 (Float Basics): Consider IEEE floating point always available.
2121 (Random Numbers): Document actual limits.
2122 (Arithmetic Operations): Clarify division by zero. Don't mention
2123 the machine-independence of negative division since it does not
2124 happen in practice.
2125
2126 2012-09-28 Leo Liu <sdl.web@gmail.com>
2127
2128 * files.texi (Files): Fix typo.
2129
2130 2012-09-23 Chong Yidong <cyd@gnu.org>
2131
2132 * buffers.texi (Read Only Buffers): Document read-only-mode.
2133
2134 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
2135 read-only-mode.
2136
2137 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
2138 calling conventions.
2139
2140 2012-09-22 Chong Yidong <cyd@gnu.org>
2141
2142 * searching.texi (Replacing Match): Minor clarification.
2143
2144 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2145
2146 * edebug.texi (Instrumenting): Improve indexing.
2147
2148 * os.texi (Idle Timers): Warn against reinvoking an idle timer
2149 from within its own timer action. (Bug#12447)
2150
2151 2012-09-22 Chong Yidong <cyd@gnu.org>
2152
2153 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
2154
2155 2012-09-21 Glenn Morris <rgm@gnu.org>
2156
2157 * debugging.texi (Using Debugger): Fix typo.
2158
2159 2012-09-18 Chong Yidong <cyd@gnu.org>
2160
2161 * display.texi (Faces): Discuss anonymous faces.
2162 (Face Attributes): Tweak intro.
2163 (Defining Faces): Move after the Face Attributes node. Copyedits.
2164 (Displaying Faces): Describe role of inheritance.
2165
2166 * customize.texi (Customization): Define customization more
2167 carefully (Bug#11440).
2168 (Common Keywords): Add xref to Constant Variables.
2169
2170 * variables.texi (Defining Variables): Link to defcustom's node
2171 instead of the higher-level Customization chapter.
2172
2173 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2174
2175 Simplify, document, and port floating-point (Bug#12381).
2176 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
2177 Document that / and mod (with floating point arguments), along
2178 with asin, acos, log, log10, expt and sqrt, return special values
2179 instead of signaling exceptions.
2180 (Float Basics): Document that logb operates on the absolute value
2181 of its argument.
2182 (Math Functions): Document that (log ARG BASE) also returns NaN if
2183 BASE is negative. Document that (expt X Y) returns NaN if X is a
2184 finite negative number and Y a finite non-integer.
2185
2186 2012-09-09 Chong Yidong <cyd@gnu.org>
2187
2188 * lists.texi (Sets And Lists): Explain that the return value for
2189 delete should be used, like for delq.
2190
2191 * minibuf.texi (Yes-or-No Queries): Document recentering and
2192 scrolling in y-or-n-p. Remove gratuitous example.
2193
2194 * searching.texi (Search and Replace): Document window scrolling
2195 entries in query-replace-map.
2196
2197 2012-09-08 Chong Yidong <cyd@gnu.org>
2198
2199 * syntax.texi (Syntax Table Internals): Define "raw syntax
2200 descriptor" terminology (Bug#12383).
2201 (Syntax Descriptors): Mention raw syntax descriptors.
2202
2203 2012-09-07 Chong Yidong <cyd@gnu.org>
2204
2205 * variables.texi (Creating Buffer-Local): Fix description of
2206 local-variable-if-set-p (Bug#10713).
2207
2208 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
2209
2210 * windows.texi (Display Action Functions)
2211 (Choosing Window Options): Remove obsolete variable
2212 display-buffer-reuse-frames.
2213 (Switching Buffers): Minor doc tweak for switch-to-buffer.
2214
2215 * positions.texi (Narrowing): Document buffer-narrowed-p.
2216
2217 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
2218
2219 * syntax.texi (Low-Level Parsing): Add xref to Parser State
2220 (Bug#12269).
2221
2222 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2223
2224 * debugging.texi (Explicit Debug): Document `debug-on-message'.
2225
2226 2012-09-02 Chong Yidong <cyd@gnu.org>
2227
2228 * windows.texi (Window Configurations): Recommend against using
2229 save-window-excursion (Bug#12075).
2230
2231 * control.texi (Catch and Throw):
2232 * positions.texi (Excursions): Don't mention it.
2233
2234 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2235
2236 Better seed support for (random).
2237 * numbers.texi (Random Numbers): Document new behavior of
2238 the calls (random) and (random STRING).
2239
2240 2012-08-21 Martin Rudalics <rudalics@gmx.at>
2241
2242 * windows.texi (Window Point): Document recent changes in
2243 window-point and set-window-point.
2244 (Selecting Windows): Document recent change in select-window.
2245
2246 2012-08-06 Eli Zaretskii <eliz@gnu.org>
2247
2248 * functions.texi (Closures): Put the main index entry for
2249 "closures" here. (Bug#12138)
2250
2251 * variables.texi (Lexical Binding): Disambiguate the index entry
2252 for "closures".
2253
2254 2012-08-05 Chong Yidong <cyd@gnu.org>
2255
2256 * display.texi (Defining Faces): Move documentation of
2257 frame-background-mode to the Emacs manual (Bug#7774).
2258
2259 2012-08-04 Chong Yidong <cyd@gnu.org>
2260
2261 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
2262 Fix description of syntax table inheritance.
2263 (Syntax Table Functions): Don't refer to internal contents of
2264 syntax table, since that is not explained yet. Copyedits.
2265 (Standard Syntax Tables): Node deleted.
2266 (Syntax Table Internals): Misc clarifications. Improve table
2267 formatting.
2268
2269 * keymaps.texi (Inheritance and Keymaps):
2270 * text.texi (Sticky Properties): Tweak index entry.
2271
2272 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2273
2274 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
2275
2276 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2277
2278 Prefer typical American spelling for "acknowledgment".
2279 * intro.texi (Acknowledgments): Rename from Acknowledgements.
2280
2281 2012-07-21 Eli Zaretskii <eliz@gnu.org>
2282
2283 * commands.texi (Special Events): Mention language-change event.
2284 (Input Events, Interactive Codes):
2285 * keymaps.texi (Key Sequences): Mention events that are
2286 non-keyboard but also non-mouse events.
2287
2288 2012-07-17 Chong Yidong <cyd@gnu.org>
2289
2290 * text.texi (Insertion): Document insert-char changes.
2291
2292 2012-07-15 Leo Liu <sdl.web@gmail.com>
2293
2294 * display.texi (Fringe Bitmaps): Add exclamation-mark.
2295
2296 2012-07-13 Chong Yidong <cyd@gnu.org>
2297
2298 * buffers.texi (Read Only Buffers): Document toggle-read-only
2299 changes. Reword to account for the fact that read-only is
2300 currently not supported in overlay properties.
2301
2302 2012-07-07 Chong Yidong <cyd@gnu.org>
2303
2304 * loading.texi (Library Search): Index site-lisp directories.
2305
2306 2012-07-06 Chong Yidong <cyd@gnu.org>
2307
2308 * intro.texi (A Sample Function Description): Fix incorrect
2309 markup, undoing previous change.
2310 (A Sample Variable Description): Minor clarifications and markup
2311 improvements.
2312
2313 * elisp.texi (Top):
2314 * text.texi (Text): Fix menu order.
2315
2316 2012-07-06 Richard Stallman <rms@gnu.org>
2317
2318 * intro.texi (Evaluation Notation, A Sample Function Description)
2319 (A Sample Variable Description): Improve/undo previous changes.
2320
2321 2012-07-05 Glenn Morris <rgm@gnu.org>
2322
2323 * intro.texi (A Sample Function Description): Fix cross-refs.
2324
2325 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
2326
2327 * intro.texi (Evaluation Notation, A Sample Function Description)
2328 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
2329
2330 2012-06-27 Chong Yidong <cyd@gnu.org>
2331
2332 * processes.texi (Asynchronous Processes, Input to Processes):
2333 * internals.texi (Process Internals): Don't capitalize "pty".
2334
2335 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2336
2337 * processes.texi (Asynchronous Processes): Make the pty vs pipe
2338 discussion more prominent.
2339
2340 2012-06-23 Eli Zaretskii <eliz@gnu.org>
2341
2342 * commands.texi (Misc Events): Document the language-change event.
2343
2344 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2345
2346 Support higher-resolution time stamps (Bug#9000).
2347 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
2348 * processes.texi (System Processes):
2349 Time stamp resolution is now picosecond, not microsecond.
2350
2351 2012-06-21 Glenn Morris <rgm@gnu.org>
2352
2353 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2354
2355 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2356
2357 * functions.texi (Defining Functions):
2358 * macros.texi (Defining Macros): Un-define the return value of `defun',
2359 `defmacro' and `defalias'.
2360
2361 2012-06-17 Chong Yidong <cyd@gnu.org>
2362
2363 * elisp.texi: Remove urlcolor setting.
2364
2365 2012-06-17 Glenn Morris <rgm@gnu.org>
2366
2367 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
2368 Overlining no longer behaves exactly like underlining.
2369
2370 2012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
2371
2372 * display.texi (Face Attributes):
2373 Document wave-style underline face attribute.
2374
2375 2012-06-11 Chong Yidong <cyd@gnu.org>
2376
2377 * display.texi (ImageMagick Images): ImageMagick now supports the
2378 :background property.
2379
2380 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
2381
2382 * internals.texi (Garbage Collection): Typo fix.
2383
2384 2012-06-09 Chong Yidong <cyd@gnu.org>
2385
2386 * text.texi (Special Properties): Clarify the meaning of a list of
2387 faces in the `face' property.
2388
2389 * display.texi (Face Remapping): Minor clarification.
2390
2391 2012-06-08 Chong Yidong <cyd@gnu.org>
2392
2393 * display.texi (Face Attributes): Font family does not accept
2394 wildcards. De-document obsolete :bold and :italic attributes.
2395 (Defining Faces): Use new-style face spec format.
2396
2397 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
2398
2399 * internals.texi (Garbage Collection): Document new
2400 vector management code and vectorlike_header structure.
2401
2402 2012-06-03 Chong Yidong <cyd@gnu.org>
2403
2404 * modes.texi (Mode Line Data): Use "mode line construct"
2405 terminology for consistency.
2406
2407 2012-05-27 Glenn Morris <rgm@gnu.org>
2408
2409 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2410 * buffers.texi, commands.texi, compile.texi, control.texi:
2411 * customize.texi, debugging.texi, display.texi, doclicense.texi:
2412 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2413 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2414 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2415 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2416 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2417 * objects.texi, os.texi, package.texi, positions.texi:
2418 * processes.texi, searching.texi, sequences.texi, streams.texi:
2419 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2420 * variables.texi, windows.texi: Nuke hand-written node pointers.
2421
2422 2012-05-27 Chong Yidong <cyd@gnu.org>
2423
2424 * functions.texi (Obsolete Functions):
2425 Fix doc for set-advertised-calling-convention.
2426
2427 * modes.texi (Mode Help): Fix describe-mode.
2428
2429 * display.texi (Face Functions): Fix define-obsolete-face-alias.
2430
2431 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2432
2433 2012-05-27 Martin Rudalics <rudalics@gmx.at>
2434
2435 * commands.texi (Recursive Editing): recursive-edit is a command.
2436
2437 * compile.texi (Docs and Compilation):
2438 byte-compile-dynamic-docstrings is an option.
2439
2440 * debugging.texi (Invoking the Debugger): debug is a command.
2441
2442 * display.texi (Progress): progress-reporter-update and
2443 progress-reporter-force-update have VALUE argument optional.
2444 (Animated Images): Use non-@code{nil} instead of non-nil.
2445
2446 * files.texi (Format Conversion Round-Trip):
2447 Use non-@code{nil} instead of non-nil.
2448
2449 * frames.texi (Creating Frames): make-frame is a command.
2450 (Input Focus): select-frame is a command.
2451 (Pointer Shape): void-text-area-pointer is an option.
2452
2453 * help.texi (Describing Characters): read-kbd-macro is a command.
2454 (Help Functions): describe-prefix-bindings is a command.
2455
2456 * markers.texi (Creating Markers): Both arguments of copy-marker
2457 are optional.
2458
2459 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2460
2461 * modes.texi (Mode Line Variables): mode-line-remote and
2462 mode-line-client are not options.
2463 (Imenu): imenu-add-to-menubar is a command.
2464 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
2465
2466 * os.texi (Sound Output): play-sound-file is a command.
2467
2468 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
2469
2470 * processes.texi (Signals to Processes):
2471 Use @key{RET} instead of @code{RET}.
2472 (Signals to Processes): signal-process is a command.
2473
2474 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
2475 (Base 64): base64-encode-string is not a command while
2476 base64-decode-region is.
2477
2478 * windows.texi (Switching Buffers): pop-to-buffer is a command.
2479
2480 2012-05-12 Glenn Morris <rgm@gnu.org>
2481
2482 * Makefile.in (MKDIR_P): New, set by configure.
2483 (mkinfodir): Use $MKDIR_P.
2484
2485 2012-05-10 Glenn Morris <rgm@gnu.org>
2486
2487 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2488 with "coding: raw-text".
2489 Concept of multibyte sessions no longer exists.
2490
2491 * files.texi (File Locks): Mention create-lockfiles option.
2492
2493 2012-05-09 Glenn Morris <rgm@gnu.org>
2494
2495 * vol1.texi, vol2.texi: Remove files.
2496 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2497 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2498
2499 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
2500
2501 * two-volume.make (emacsdir): New.
2502 (tex): Add directory with emacsver.texi to TEXINPUTS.
2503
2504 * minibuf.texi (Minibuffer History, Basic Completion):
2505 Tweak page breaks.
2506
2507 * internals.texi (Garbage Collection, Memory Usage)
2508 (Writing Emacs Primitives): Tweak page breaks.
2509
2510 * streams.texi (Output Variables): Improve page break.
2511
2512 * edebug.texi (Edebug Display Update): Improve page break.
2513
2514 * compile.texi (Disassembly): Condense the examples.
2515
2516 * eval.texi, functions.texi, loading.texi, macros.texi:
2517 Where possible, use example rather than smallexample.
2518
2519 * symbols.texi: Where possible, use example rather than smallexample.
2520 (Symbol Components): Fix typo.
2521 (Other Plists): Tweak page break.
2522
2523 * sequences.texi (Arrays): Tweak page breaks.
2524
2525 * customize.texi: Where possible, use example rather than smallexample.
2526 (Common Keywords, Variable Definitions, Applying Customizations)
2527 (Custom Themes): Tweak page breaks.
2528
2529 * control.texi: Where possible, use example rather than smallexample.
2530 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2531 Tweak page breaks.
2532
2533 2012-05-08 Glenn Morris <rgm@gnu.org>
2534
2535 * two.el: Remove; unused since creation of two-volume.make.
2536
2537 * vol1.texi, vol2.texi: No need to keep menus in these files.
2538
2539 2012-05-05 Glenn Morris <rgm@gnu.org>
2540
2541 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2542
2543 * intro.texi (Caveats): Copyedit.
2544 (Lisp History): Convert inforef to xref.
2545 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2546
2547 * text.texi (Auto Filling): Don't mention Emacs 19.
2548
2549 * commands.texi (Event Input Misc): Don't mention unread-command-char.
2550 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2551
2552 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2553
2554 * lists.texi (List-related Predicates, List Variables):
2555 Tweak page-breaks.
2556 (Sets And Lists): Convert inforef to xref.
2557
2558 2012-05-04 Glenn Morris <rgm@gnu.org>
2559
2560 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2561 (info, infoclean): Use $INFO_EXT.
2562 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2563 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2564 (info, maintainer-clean): Use $INFO_EXT.
2565 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2566
2567 2012-05-04 Chong Yidong <cyd@gnu.org>
2568
2569 * os.texi (Timers): Use defopt for timer-max-repeats.
2570
2571 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
2572
2573 * os.texi (Time of Day): Do not limit current-time-string
2574 to years 1000..9999.
2575
2576 2012-05-02 Chong Yidong <cyd@gnu.org>
2577
2578 * display.texi (Font Lookup):
2579 * frames.texi (Pointer Shape):
2580 * processes.texi (Subprocess Creation): Use defopt for options.
2581
2582 2012-05-02 Glenn Morris <rgm@gnu.org>
2583
2584 * elisp.texi (@copying):
2585 * intro.texi (Introduction): Only print VERSION in the TeX version.
2586
2587 2012-05-02 Chong Yidong <cyd@gnu.org>
2588
2589 * text.texi (Change Hooks): Minor fix for after-change-functions.
2590
2591 2012-05-02 Glenn Morris <rgm@gnu.org>
2592
2593 * package.texi (Packaging Basics):
2594 * loading.texi (Autoload):
2595 * files.texi (Magic File Names):
2596 Reword to remove/reduce some overly long/short lines.
2597
2598 2012-04-27 Glenn Morris <rgm@gnu.org>
2599
2600 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
2601 * modes.texi (Major Modes, Auto-Indentation):
2602 * buffers.texi (Buffers): Some fixes for menu descriptions.
2603
2604 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2605 * functions.texi (Simple Lambda, Argument List):
2606 * eval.texi (Function Indirection): Avoid deprecated form.
2607
2608 2012-04-27 Glenn Morris <rgm@gnu.org>
2609
2610 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
2611 Add "et al." to authors.
2612
2613 * buffers.texi, commands.texi, compile.texi, control.texi:
2614 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
2615 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
2616 * modes.texi, numbers.texi, objects.texi, streams.texi:
2617 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
2618 Use Texinfo recommended convention for quotes+punctuation.
2619
2620 2012-04-27 Chong Yidong <cyd@gnu.org>
2621
2622 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
2623 to where-is-internal (Bug#10872).
2624
2625 2012-04-27 Glenn Morris <rgm@gnu.org>
2626
2627 * macros.texi (Indenting Macros): Fix typo.
2628
2629 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
2630 (Resizing Windows, Deleting Windows, Selecting Windows)
2631 (Choosing Window Options, Horizontal Scrolling)
2632 (Cyclic Window Ordering, Window History, Dedicated Windows)
2633 (Quitting Windows, Window Configurations, Textual Scrolling)
2634 (Coordinates and Windows, Window Configurations)
2635 (Window Parameters, Window Hooks): Copyedits.
2636 (Splitting Windows, Deleting Windows):
2637 Fix ignore-window-parameters logic.
2638 (Selecting Windows, Choosing Window Options): Markup fixes.
2639 (Window Start and End): Remove pointless example.
2640 Remove cross-reference to deleted count-lines content.
2641 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
2642 and recenter-positions. Remove recenter example.
2643
2644 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
2645
2646 * minibuf.texi (Intro to Minibuffers):
2647 Tweak discussion of resizing minibuffer window.
2648
2649 2012-04-26 Glenn Morris <rgm@gnu.org>
2650
2651 * elisp-covers.texi, front-cover-1.texi: Remove files.
2652
2653 * tindex.pl: Remove file.
2654
2655 * makefile.w32-in (srcs):
2656 * Makefile.in (srcs): Remove back.texi (which is unused).
2657
2658 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
2659
2660 * os.texi (Notifications): Extend possible notification hints.
2661 Add notifications-get-capabilities.
2662
2663 2012-04-20 Chong Yidong <cyd@gnu.org>
2664
2665 * processes.texi (Asynchronous Processes): Mention nil argument to
2666 start-process.
2667
2668 2012-04-20 Glenn Morris <rgm@gnu.org>
2669
2670 * minibuf.texi (Basic Completion): No need to describe obarrays here.
2671 Don't mention obsolete `nospace' argument of all-completions.
2672 (Minibuffer Completion, Completion Commands, Reading File Names)
2673 (Completion Variables): Copyedits.
2674 (Completion Commands): Mention parent keymaps.
2675 Remove obsolete minibuffer-local-filename-must-match-map.
2676 (High-Level Completion): Remove read-variable's almost
2677 word-for-word duplication of read-command.
2678 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
2679 Update "High-Level Completion" description.
2680
2681 * minibuf.texi (Minibuffers):
2682 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
2683
2684 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
2685 Use Texinfo-recommended form of quote+punctuation.
2686 (Intro to Minibuffers): First minibuffer is #1, not #0.
2687 Mention minibuffer-inactive-mode.
2688 (Text from Minibuffer): Copyedits.
2689 (Minibuffer History, Programmed Completion): Fix @var usage.
2690 (Object from Minibuffer): Remove overly pedantic para.
2691 (Minibuffer History): Copyedits. Add face-name-history.
2692 (Initial Input, Yes-or-No Queries, Multiple Queries)
2693 (Minibuffer Windows, Minibuffer Misc): Copyedits.
2694 (Yes-or-No Queries): Tweak example.
2695 (Minibuffer Commands): Add next-complete-history-element.
2696 (Minibuffer Misc): Mention minibuffer-message-timeout, and
2697 minibuffer-inactive-mode.
2698
2699 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
2700 (Bindat Functions): Copyedits.
2701
2702 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
2703
2704 * files.texi (Saving Buffers): Document `visit and `visit-save'
2705 values of require-final-newline.
2706
2707 2012-04-20 Glenn Morris <rgm@gnu.org>
2708
2709 * processes.texi (Output from Processes, Filter Functions):
2710 Mention waiting-for-user-input-p.
2711 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
2712 (Network Servers, Datagrams, Network Processes, Network Options)
2713 (Network Feature Testing, Serial Ports): Copyedits.
2714 (Network): Add encrypted network overview paragraph.
2715 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
2716
2717 2012-04-20 Chong Yidong <cyd@gnu.org>
2718
2719 * help.texi (Keys in Documentation): Mention :advertised-binding.
2720
2721 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2722 description to help.texi.
2723
2724 2012-04-20 Glenn Morris <rgm@gnu.org>
2725
2726 * processes.texi (Process Information, Input to Processes)
2727 (Signals to Processes, Output from Processes, Process Buffers)
2728 (Filter Functions, Decoding Output): Copyedits.
2729 (Accepting Output): Discourage use of `millisec' argument.
2730
2731 2012-04-15 Glenn Morris <rgm@gnu.org>
2732
2733 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
2734 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2735 Copyedits.
2736 (Subprocess Creation): Discourage modifying exec-path directly.
2737 (Synchronous Processes, Asynchronous Processes):
2738 Update some example output.
2739 (Process Information): Fix typo.
2740 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2741
2742 2012-04-15 Glenn Morris <rgm@gnu.org>
2743
2744 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
2745 open-network-stream does exist in Emacs 23, but is simpler.
2746
2747 2012-04-15 Chong Yidong <cyd@gnu.org>
2748
2749 * customize.texi (Custom Themes): Also document load-theme etc.
2750
2751 2012-04-14 Chong Yidong <cyd@gnu.org>
2752
2753 * customize.texi (Applying Customizations, Custom Themes): New nodes.
2754
2755 * display.texi (Defining Faces): Reference custom-set-faces.
2756
2757 * modes.texi (Defining Minor Modes, Defining Minor Modes):
2758 * os.texi (Startup Summary): Copyedits.
2759
2760 2012-04-14 Glenn Morris <rgm@gnu.org>
2761
2762 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2763
2764 * strings.texi (Case Tables):
2765 * objects.texi (General Escape Syntax):
2766 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2767
2768 * buffers.texi, compile.texi, customize.texi, debugging.texi:
2769 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2770 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2771 * text.texi: Use @file for buffers, per the Texinfo manual.
2772
2773 * compile.texi (Compiler Errors): Add missing space in buffer name.
2774
2775 2012-04-14 Chong Yidong <cyd@gnu.org>
2776
2777 * processes.texi (Query Before Exit): Remove obsolete function
2778 process-kill-without-query (Bug#11190).
2779
2780 2012-04-14 Glenn Morris <rgm@gnu.org>
2781
2782 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2783 Use @env for environment variables.
2784
2785 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2786
2787 2012-04-12 Jari Aalto <jari.aalto@cante.net>
2788
2789 * processes.texi (Synchronous Processes):
2790 Mention `default-directory' (bug#7515).
2791
2792 2012-04-09 Chong Yidong <cyd@gnu.org>
2793
2794 * customize.texi (Variable Definitions): Remove user-variable-p.
2795
2796 * commands.texi (Interactive Codes):
2797 * help.texi (Accessing Documentation):
2798 * minibuf.texi (High-Level Completion): Callers changed.
2799
2800 2012-04-06 Chong Yidong <cyd@gnu.org>
2801
2802 * minibuf.texi (Programmed Completion): Document metadata method.
2803 (Completion Variables): Document completion-category-overrides.
2804
2805 2012-04-05 Chong Yidong <cyd@gnu.org>
2806
2807 * anti.texi (Antinews): Rewrite for Emacs 23.
2808
2809 2012-04-04 Chong Yidong <cyd@gnu.org>
2810
2811 * minibuf.texi (Programmed Completion): Remove obsolete variable
2812 completion-annotate-function.
2813 (Completion Variables): Rename from Completion Styles.
2814 Document completion-extra-properties. Document completion-styles-alist
2815 change.
2816 (Reading File Names): minibuffer-local-filename-must-match-map is
2817 not used anymore.
2818 (Minibuffer Completion): Document completing-read-function.
2819 (Completion in Buffers): completion-at-point-functions can return
2820 properties recognized in completion-extra-properties.
2821
2822 * display.texi (Delayed Warnings): New node.
2823
2824 * os.texi (Notifications): Copyedits.
2825
2826 2012-04-04 Glenn Morris <rgm@gnu.org>
2827
2828 * os.texi (Notifications): Copyedits.
2829
2830 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
2831
2832 * os.texi (Terminal-Specific): Fix typo.
2833 (Notifications): New section.
2834
2835 * elisp.texi (Top):
2836 * vol1.texi (Top):
2837 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2838 menu entries.
2839
2840 2012-04-01 Chong Yidong <cyd@gnu.org>
2841
2842 * files.texi (Kinds of Files): file-subdir-of-p renamed to
2843 file-in-directory-p.
2844
2845 2012-03-31 Glenn Morris <rgm@gnu.org>
2846
2847 * edebug.texi (Instrumenting Macro Calls):
2848 Mention defining macros at instrumentation time.
2849 (Edebug Options): Mention edebug-unwrap-results.
2850
2851 2012-03-31 Eli Zaretskii <eliz@gnu.org>
2852
2853 * text.texi (Special Properties): Clarify the description of the
2854 effect of integer values of the 'cursor' property on cursor
2855 position. See the discussions in bug#11068 for more details and
2856 context.
2857
2858 2012-03-31 Glenn Morris <rgm@gnu.org>
2859
2860 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2861 Copyedits.
2862
2863 2012-03-30 Chong Yidong <cyd@gnu.org>
2864
2865 * display.texi (Image Formats): Add imagemagick type.
2866 (Image Descriptors): Mention how they are used.
2867 (ImageMagick Images): Clarify role of imagemagick-register-types.
2868 (Character Display): Don't mention glyph tables.
2869 (Display Tables): Use make-glyph-code in example.
2870 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
2871 tables are semi-obsolete. De-document create-glyph.
2872 (Glyphless Chars): Note that display tables override this.
2873 (Bidirectional Display): Copyedits. Introduce "bidirectional
2874 reordering" terminology, and use it.
2875
2876 2012-03-30 Glenn Morris <rgm@gnu.org>
2877
2878 * edebug.texi (Jumping): Give name of `i' binding.
2879
2880 2012-03-28 Glenn Morris <rgm@gnu.org>
2881
2882 * searching.texi (Regular Expressions, Regexp Special)
2883 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
2884 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
2885 (Regexp Special): Mention collation.
2886 Clarify char classes with an example.
2887 (Regexp Functions): Mention regexp-opt is not guaranteed.
2888 Mention regexp-opt-charset.
2889 (Regexp Search): Recommend against looking-back.
2890 (Search and Replace): Use Texinfo recommended quote convention.
2891 Add more query-replace-map items. List multi-query-replace-map items.
2892
2893 2012-03-27 Martin Rudalics <rudalics@gmx.at>
2894
2895 * windows.texi (Window History): Describe new option
2896 switch-to-visible-buffer.
2897
2898 2012-03-27 Glenn Morris <rgm@gnu.org>
2899
2900 * searching.texi (String Search): Add xref to Emacs manual.
2901 Copyedits. Mention the function word-search-regexp.
2902 (Searching and Case): Add xref to Emacs manual. Copyedits.
2903
2904 * processes.texi (Network Servers): Standardize apostrophe usage.
2905
2906 * os.texi (System Environment): Copyedits. Remove some examples
2907 that do not seem useful. Mention setenv third arg.
2908 tty-erase-char does not seem to be nil under a window-system.
2909 (User Identification): Copyedits.
2910 Remove some examples that do not seem useful.
2911
2912 2012-03-26 Glenn Morris <rgm@gnu.org>
2913
2914 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
2915 (Init File): Copyedits.
2916 (Command-Line Arguments): Copyedits. Do not mention argv alias.
2917 (Killing Emacs): Copyedits.
2918 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
2919 Shorten the example, use more standard shell prompts.
2920
2921 2012-03-25 Chong Yidong <cyd@gnu.org>
2922
2923 * display.texi (Fringes): Note that fringes are shown on graphical
2924 displays only.
2925 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2926 (Replacing Specs): Clarify example.
2927 (Manipulating Buttons): Note that button-at can return a marker.
2928 (Buttons): Minor rewrite.
2929 (Character Display): New node. Consolidate all character display
2930 related nodes into its subsections.
2931 (Usual Display): Character 127 is also affected by ctl-arrow.
2932 (Display Tables): Improve example.
2933
2934 2012-03-22 Glenn Morris <rgm@gnu.org>
2935
2936 * strings.texi (Text Comparison): Mention string-prefix-p.
2937
2938 2012-03-21 Chong Yidong <cyd@gnu.org>
2939
2940 * display.texi (The Echo Area): Add xref to Output Streams.
2941 (Displaying Messages): Improve doc of message.
2942 (Echo Area Customization, Invisible Text): Copyedits.
2943 (Invisible Text): Mention that spec comparison is done with eq.
2944 (Width): Improve doc of char-width.
2945 (Faces): Recommend using symbol instead of string for face name.
2946 Minor clarifications.
2947 (Defining Faces): Copyedits. Update face example.
2948 (Attribute Functions): Mark set-face-foreground etc as commands.
2949 (Face Remapping): Mention text-scale-adjust.
2950 Clarify face-remapping-alist and related docs.
2951 (Face Functions): Don't document make-face or copy-face.
2952
2953 2012-03-20 Chong Yidong <cyd@gnu.org>
2954
2955 * display.texi (Forcing Redisplay): Various rewrites to reflect
2956 new value of redisplay-dont-pause.
2957 (Truncation): Copyedits.
2958
2959 2012-03-20 Glenn Morris <rgm@gnu.org>
2960
2961 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2962 Add summary table of some relevant command-line options.
2963
2964 2012-03-18 Chong Yidong <cyd@gnu.org>
2965
2966 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2967 (Writing Emacs Primitives): Re-organize discussion of functions
2968 with variable Lisp arguments are handled. Delete an obsolete
2969 remark, previously tagged as FIXME.
2970
2971 * os.texi (Idle Timers): Minor clarification.
2972 (Idle Timers): Link to Time of Day for description of time list.
2973
2974 2012-03-18 Glenn Morris <rgm@gnu.org>
2975
2976 * os.texi (System Interface): Flow control was removed.
2977 (Startup Summary): General update.
2978 (Init File): Don't mention compiling it.
2979
2980 2012-03-17 Chong Yidong <cyd@gnu.org>
2981
2982 * os.texi (Startup Summary): Mention package loading.
2983 (Init File): Don't refer to .emacs in section title. Copyedits.
2984 (Terminal-Specific): Give a realistic example.
2985 (Command-Line Arguments): Reference Entering Emacs instead of
2986 repeating the spiel about not restarting Emacs.
2987 (Time of Day): Discuss time representation at beginning of node.
2988 (Sound Output): Copyedits.
2989
2990 * package.texi (Packaging Basics): Document package-initialize.
2991
2992 2012-03-17 Eli Zaretskii <eliz@gnu.org>
2993
2994 * frames.texi (Initial Parameters): Add an index entry for
2995 minibuffer-only frame.
2996
2997 2012-03-16 Glenn Morris <rgm@gnu.org>
2998
2999 * modes.texi (Major Mode Conventions): Mention the strange
3000 relationship between View mode and special modes. (Bug#10650)
3001
3002 2012-03-11 Chong Yidong <cyd@gnu.org>
3003
3004 * windows.texi (Window Configurations): save-window-excursion is
3005 now a macro.
3006
3007 * display.texi (Temporary Displays): with-output-to-temp-buffer is
3008 now a macro.
3009
3010 * text.texi (Fields): Minor copyedit.
3011
3012 2012-03-10 Eli Zaretskii <eliz@gnu.org>
3013
3014 * strings.texi (String Basics):
3015 * sequences.texi (Sequence Functions): Mention that `length' is
3016 not appropriate for computing the string width on display; add a
3017 cross-reference to the description of `string-width'. (Bug#10978)
3018
3019 * eval.texi (Autoloading): Minor change of wording.
3020
3021 2012-03-10 Chong Yidong <cyd@gnu.org>
3022
3023 * loading.texi (Autoload): Explicitly state which forms are
3024 processed specially (Bug#7783).
3025
3026 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
3027 non-default situation. Describe one-submenu exception (Bug#7695).
3028
3029 * nonascii.texi (Character Properties): Copyedits.
3030
3031 2012-03-08 Chong Yidong <cyd@gnu.org>
3032
3033 * text.texi (Mode-Specific Indent): Document new behavior of
3034 indent-for-tab-command. Document tab-always-indent.
3035 (Special Properties): Copyedits.
3036 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
3037 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
3038 libxml-parse-html-region.
3039
3040 2012-03-07 Glenn Morris <rgm@gnu.org>
3041
3042 * markers.texi (The Region): Briefly mention use-empty-active-region
3043 and region-active-p.
3044 (Overview of Markers): Reword garbage collection, add cross-ref.
3045 (The Mark): Tiny clarification re command loop and activate-mark-hook.
3046
3047 2012-03-07 Chong Yidong <cyd@gnu.org>
3048
3049 * text.texi (Buffer Contents): Don't duplicate explanation of
3050 region arguments from Text node. Put doc of obsolete var
3051 buffer-substring-filters back, since it is referred to.
3052 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
3053 selection by default.
3054
3055 * markers.texi (The Mark): Fix typo.
3056 (The Region): Copyedits.
3057
3058 2012-03-07 Glenn Morris <rgm@gnu.org>
3059
3060 * markers.texi (Overview of Markers): Copyedits.
3061 (Creating Markers): Update approximate example buffer size.
3062 (The Mark): Don't mention uninteresting return values.
3063
3064 2012-03-05 Chong Yidong <cyd@gnu.org>
3065
3066 * positions.texi (Text Lines): Document count-words.
3067
3068 2012-03-04 Chong Yidong <cyd@gnu.org>
3069
3070 * frames.texi (Frames): Remove little-used "terminal frame" and
3071 "window frame" terminology.
3072 (Frame Parameters, Font and Color Parameters, Initial Parameters)
3073 (Size and Position, Visibility of Frames): Callers changed.
3074 (Frames): Clarify which terminals in framep are graphical.
3075 (Initial Parameters): --geometry is not the only option which adds
3076 to initial-frame-alist.
3077 (Position Parameters): Note that icon-left and icon-top are for
3078 old window managers only.
3079 (Size Parameters): Sizes are in characters even on graphical
3080 displays.
3081 (Management Parameters): Note that window-id and outer-window-id
3082 can't really be changed, and that auto-raise isn't always obeyed.
3083 (Cursor Parameters): Document cursor-type explicitly.
3084 (Size and Position): The aliases set-screen-height and
3085 set-screen-width have been deleted.
3086 (Visibility of Frames): Mention "minimization".
3087
3088 * os.texi (Startup Summary): Minor clarifications.
3089 (Startup Summary, Suspending Emacs): Standardize on "text
3090 terminal" terminology.
3091
3092 * windows.texi (Basic Windows, Coordinates and Windows)
3093 (Coordinates and Windows):
3094 * display.texi (Refresh Screen, Line Height, Face Attributes)
3095 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
3096
3097 2012-03-04 Glenn Morris <rgm@gnu.org>
3098
3099 * abbrevs.texi: Small copyedits throughout.
3100 (Abbrev Mode): Remove this section, folding it into the top-level.
3101 (Abbrev Tables): Don't mention irrelevant return values.
3102 (Abbrev Expansion): Add cross-ref for wrapper hooks.
3103 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
3104 (Abbrev Table Properties): Update nil :regexp description.
3105
3106 2012-03-03 Glenn Morris <rgm@gnu.org>
3107
3108 * internals.texi: Change @appendix section commands to @section.
3109 (Building Emacs): Say less about CANNOT_DUMP platforms.
3110 Replace deleted eval-at-startup with custom-initialize-delay.
3111 (Pure Storage): Small changes.
3112 (Memory Usage): Copyedit.
3113 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
3114 example definitions. Give examples of things with non-nil
3115 interactive args. Mention eval_sub. Remove old info about
3116 strings and GCPRO. Mention cus-start.el.
3117 (Buffer Internals, Window Internals, Process Internals):
3118 Misc small updates and fixes for fields.
3119
3120 * tips.texi: Copyedits.
3121 (Coding Conventions): Mention autoloads.
3122 Combine partially duplicated macro items. Fix xref.
3123 Refer to Library Headers for copyright notice.
3124 (Programming Tips): edit-options is long-obsolete.
3125 (Compilation Tips): Mention loading bytecomp for byte-compile props.
3126 (Warning Tips): Mention declare-function.
3127 (Documentation Tips): Remove old info.
3128 (Comment Tips): Mention comment-dwim, not indent-for-comment.
3129 (Library Headers): General update.
3130
3131 2012-03-02 Glenn Morris <rgm@gnu.org>
3132
3133 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
3134 and relocate entry. Mention buffer-stale-function.
3135
3136 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
3137
3138 * hooks.texi (Standard Hooks): General update.
3139 Put related hooks together. Add and remove items.
3140 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
3141 * modes.texi (Hooks): Tweak cross-ref description.
3142
3143 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
3144
3145 * files.texi (Kinds of Files): The return value of file-equal-p is
3146 unspecified, if FILE1 or FILE2 does not exist.
3147
3148 2012-03-01 Glenn Morris <rgm@gnu.org>
3149
3150 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
3151
3152 * maps.texi (Standard Keymaps): General update.
3153 Remove mode-specific maps, talk about the more general keymaps.
3154 * help.texi (Help Functions): Add vindex for Helper-help-map.
3155 * keymaps.texi (Active Keymaps): Minor rephrasing.
3156
3157 2012-02-29 Glenn Morris <rgm@gnu.org>
3158
3159 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
3160
3161 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3162
3163 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
3164 Update changed behavior of file-subdir-of-p.
3165
3166 2012-02-28 Glenn Morris <rgm@gnu.org>
3167
3168 * advice.texi, anti.texi, display.texi, elisp.texi:
3169 * processes.texi, variables.texi, vol1.texi, vol2.texi:
3170 Standardize possessive apostrophe usage.
3171
3172 * locals.texi: Remove file.
3173 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
3174 Remove menu entry.
3175 * errors.texi, maps.texi: Adjust node pointers.
3176 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
3177 * makefile.w32-in (srcs):
3178 * Makefile.in (srcs): Remove locals.texi.
3179
3180 * frames.texi (Mouse Position): Fix cross-ref.
3181
3182 2012-02-27 Chong Yidong <cyd@gnu.org>
3183
3184 * buffers.texi (Creating Buffers): Clarify that
3185 generate-new-buffer uses generate-new-buffer-names.
3186 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
3187
3188 * files.texi (Directory Names): Index entry for file name abbreviations.
3189 (Relative File Names, File Name Expansion): Refer to it.
3190 (Locating Files): Move locate-user-emacs-file documentation to
3191 Standard File Names.
3192 (Standard File Names): Add locate-user-emacs-file; update examples.
3193
3194 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
3195
3196 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
3197
3198 2012-02-26 Chong Yidong <cyd@gnu.org>
3199
3200 * files.texi (Kinds of Files): Improve documentation of
3201 files-equal-p and file-subdir-of-p.
3202
3203 2012-02-26 Glenn Morris <rgm@gnu.org>
3204
3205 * intro.texi (Acknowledgements): Small changes.
3206
3207 2012-02-25 Glenn Morris <rgm@gnu.org>
3208
3209 * errors.texi: Don't try to list _all_ the error symbols.
3210 Add circular-list, cl-assertion-failed, compression-error.
3211 * elisp.texi, vol1.texi, vol2.texi:
3212 * control.texi (Error Symbols): Tweak "Standard Errors" description.
3213
3214 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3215
3216 * files.texi (files-equal-p, file-subdir-of-p): New,
3217 add initial documentation.
3218
3219 2012-02-25 Chong Yidong <cyd@gnu.org>
3220
3221 * files.texi (File Attributes): Document file-selinux-context.
3222 (Changing Files): Link to it.
3223 (Changing Files): Document set-file-selinux-context.
3224
3225 * backups.texi (Making Backups): Return value of backup-buffer is
3226 changed. Mention default value of backup-directory-alist.
3227 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
3228 (Auto-Saving): New minor mode behavior for auto-save-mode.
3229 (Reverting): Add defvar for revert-buffer-in-progress-p.
3230
3231 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
3232
3233 2012-02-24 Glenn Morris <rgm@gnu.org>
3234
3235 * errors.texi (Standard Errors): Mention dbus-error.
3236 For arith-error sub-classes, just use one cross-ref.
3237
3238 2012-02-23 Alan Mackenzie <acm@muc.de>
3239
3240 * modes.texi (Defining Minor Modes): Document the new keyword
3241 :after-hook.
3242
3243 2012-02-21 Chong Yidong <cyd@gnu.org>
3244
3245 * files.texi (Files): Mention magic file names as arguments.
3246 (Reading from Files): Copyedits.
3247 (File Attributes): Mention how to change file modes.
3248 (Changing Files): Use standard "file permissions" terminology.
3249 Add xref to File Attributes node.
3250 (Locating Files): Document locate-user-emacs-file.
3251 (Unique File Names): Recommend against using make-temp-name.
3252
3253 2012-02-19 Chong Yidong <cyd@gnu.org>
3254
3255 * help.texi (Documentation, Documentation Basics, Help Functions):
3256 Minor clarifications.
3257 (Accessing Documentation): Clarify what documentation-property is
3258 for. Add xref to Keys in Documentation.
3259
3260 * tips.texi (Documentation Tips): Don't recommend using * in
3261 docstrings.
3262
3263 * macros.texi (Defining Macros):
3264 * modes.texi (Derived Modes): Say "documentation string" instead
3265 of docstring.
3266
3267 2012-02-18 Chong Yidong <cyd@gnu.org>
3268
3269 * modes.texi (Tabulated List Mode): New node.
3270 (Basic Major Modes): Add xref to it.
3271
3272 * processes.texi (Process Information): Mention Process Menu mode.
3273
3274 2012-02-17 Chong Yidong <cyd@gnu.org>
3275
3276 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
3277
3278 2012-02-17 Glenn Morris <rgm@gnu.org>
3279
3280 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
3281
3282 2012-02-16 Chong Yidong <cyd@gnu.org>
3283
3284 * syntax.texi (Syntax Tables, Syntax Descriptors)
3285 (Syntax Table Functions): Copyedits.
3286 (Syntax Basics): Don't repeat the material in the preceding node.
3287 (Syntax Class Table): Use a table.
3288 (Syntax Properties): Document syntax-propertize-function and
3289 syntax-propertize-extend-region-functions.
3290 (Motion via Parsing): Clarify scan-lists. Fix indentation.
3291 (Parser State): Update for the new "c" comment style.
3292 Fix description of item 7 (comment style).
3293
3294 * modes.texi (Minor Modes): Update how mode commands should treat
3295 arguments now.
3296 (Mode Line Basics): Clarify force-mode-line-update.
3297 (Mode Line Top): Note that the example is not realistic.
3298 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
3299 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
3300 "mode line construct" instead of "mode line specification".
3301 (Syntactic Font Lock): Remove mention of obsolete variable
3302 font-lock-syntactic-keywords.
3303 (Setting Syntax Properties): Node deleted.
3304 (Font Lock Mode): Note that Font Lock mode is a minor mode.
3305 (Font Lock Basics): Note that syntactic fontification falls back
3306 on `syntax-table'.
3307 (Search-based Fontification): Emphasize that font-lock-keywords
3308 should not be set directly.
3309 (Faces for Font Lock): Avoid some confusing terminology.
3310 (Syntactic Font Lock): Minor clarifications. Add xref to
3311 Syntactic Font Lock node.
3312
3313 2012-02-15 Chong Yidong <cyd@gnu.org>
3314
3315 * minibuf.texi (Basic Completion): Define "completion table".
3316 Move completion-in-region to Completion in Buffers node.
3317 (Completion Commands): Use "completion table" terminology.
3318 (Completion in Buffers): New node.
3319
3320 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
3321 (Setting Hooks): Update minor mode usage example.
3322 (Major Mode Conventions): Note that completion-at-point-functions
3323 should be altered locally. Add xref to Completion in Buffers.
3324 Remove duplicate tip about auto-mode-alist.
3325 (Minor Modes): Rewrite introduction.
3326 (Minor Mode Conventions): Copyedits. Don't recommend
3327 variable-only minor modes since few minor modes are like that.
3328
3329 2012-02-15 Glenn Morris <rgm@gnu.org>
3330
3331 * processes.texi (Network): Document open-network-stream :parameters.
3332
3333 2012-02-14 Chong Yidong <cyd@gnu.org>
3334
3335 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
3336 was removed on 2009-09-10. Update lisp-mode-map example.
3337 (Inheritance and Keymaps): Minor clarification.
3338 (Searching Keymaps): Remove out-of-place enumeration.
3339 (Key Lookup): Remove unnecessary example (one was already given in
3340 Format of Keymaps).
3341 (Changing Key Bindings): Update suppress-keymap example.
3342 (Menu Bar, Tool Bar): Copyedits.
3343 (Tool Bar): Update tool-bar-map example.
3344
3345 2012-02-12 Chong Yidong <cyd@gnu.org>
3346
3347 * debugging.texi (Debugger Commands): Continuing is now allowed
3348 for errors.
3349
3350 2012-02-11 Chong Yidong <cyd@gnu.org>
3351
3352 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
3353 Move the list of standard bitmaps there.
3354 (Fringe Cursors): Rewrite for clarity.
3355 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
3356
3357 * commands.texi (Command Overview): Mention read-key.
3358 (Using Interactive, Interactive Call): Minor clarifications.
3359 (Function Keys, Click Events): Avoid "input stream" terminology.
3360 (Click Events): Add xref to Window Sizes and Accessing Mouse.
3361 Clarify column and row components.
3362 (Accessing Mouse): Add xref to Click Events. Minor fixes.
3363 (Special Events): Copyedits.
3364
3365 * streams.texi (Input Streams): De-document get-file-char.
3366 (Output Variables): Don't refer to old backquote syntax.
3367
3368 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
3369 (Error Debugging): Note that debug-ignored-errors overrides list
3370 values of debug-on-error too. Add xref to Signaling Errors.
3371 Note that debug-on-signal is not customizable.
3372 Mention condition-case-unless-debug.
3373 (Compilation Errors): Node deleted.
3374
3375 * compile.texi (Compiler Errors): Move a paragraph here from
3376 deleted node Compilation Errors.
3377
3378 2012-02-10 Leo Liu <sdl.web@gmail.com>
3379
3380 * control.texi (Handling Errors): Change condition-case-no-debug
3381 to condition-case-unless-debug.
3382
3383 2012-02-10 Chong Yidong <cyd@gnu.org>
3384
3385 * advice.texi (Defining Advice): Clarify ad-unadvise.
3386 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3387 is not abnormal.
3388 (Advising Primitives): Node deleted; ad-define-subr-args has been
3389 removed.
3390
3391 * compile.texi (Speed of Byte-Code): Use float-time in example.
3392 (Compilation Functions): Note that the log uses Compilation mode.
3393 Don't discuss the contents of byte-code function object here.
3394 (Compilation Functions): De-document internal function byte-code.
3395 (Docs and Compilation): Minor clarifications.
3396
3397 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3398 Objects.
3399
3400 2012-02-10 Glenn Morris <rgm@gnu.org>
3401
3402 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3403 Mention secure-hash.
3404 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3405
3406 2012-02-10 Chong Yidong <cyd@gnu.org>
3407
3408 * loading.texi (Loading): Don't emphasize "library" terminology.
3409 (Library Search): load-path is not a user option. Mention role of
3410 -L option and packages. Improve examples.
3411 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3412 obsolete.
3413 (Autoload): Minor clarifications.
3414
3415 2012-02-10 Glenn Morris <rgm@gnu.org>
3416
3417 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3418
3419 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3420
3421 2012-02-08 Glenn Morris <rgm@gnu.org>
3422
3423 * loading.texi (Named Features): Update the require example.
3424
3425 2012-02-07 Glenn Morris <rgm@gnu.org>
3426
3427 * modes.texi (Defining Minor Modes):
3428 Expand on args of defined minor modes.
3429
3430 2012-02-07 Chong Yidong <cyd@gnu.org>
3431
3432 * variables.texi (Creating Buffer-Local): Minor clarification
3433 to buffer-local-variables doc (Bug#10715).
3434
3435 2012-02-07 Glenn Morris <rgm@gnu.org>
3436
3437 * display.texi (ImageMagick Images): General update.
3438 Move most details of imagemagick-render-type to the variable's doc.
3439
3440 2012-02-06 Glenn Morris <rgm@gnu.org>
3441
3442 * keymaps.texi (Tool Bar): Mention separators.
3443 (Inheritance and Keymaps):
3444 Mention make-composed-keymap and multiple inheritance.
3445
3446 * modes.texi (Running Hooks): Mention run-hook-wrapped.
3447
3448 * control.texi (Handling Errors):
3449 Mention condition-case-no-debug and with-demoted-errors.
3450
3451 2012-02-05 Chong Yidong <cyd@gnu.org>
3452
3453 * customize.texi (Common Keywords): Minor clarifications.
3454 Document custom-unlispify-remove-prefixes.
3455 (Variable Definitions): Backquotes in defcustom seem to work fine
3456 now. Various other copyedits.
3457 (Simple Types): Copyedits. Document color selector.
3458 (Composite Types): Copyedits.
3459 (Splicing into Lists): Clarifications.
3460
3461 * eval.texi (Backquote): Move from macros.texi.
3462
3463 * macros.texi (Expansion): Minor clarification.
3464 (Backquote): Move node to eval.texi.
3465 (Defining Macros): Move an example from Backquote node.
3466 (Argument Evaluation): No need to mention Pascal.
3467 (Indenting Macros): Add xref to Defining Macros.
3468
3469 2012-02-05 Glenn Morris <rgm@gnu.org>
3470
3471 * debugging.texi (Error Debugging): Mention debug-on-event default.
3472
3473 2012-02-04 Glenn Morris <rgm@gnu.org>
3474
3475 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3476
3477 * debugging.texi (Error Debugging): Mention debug-on-event.
3478 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3479
3480 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3481
3482 * text.texi (Buffer Contents):
3483 Update filter-buffer-substring description.
3484
3485 2012-02-04 Chong Yidong <cyd@gnu.org>
3486
3487 * functions.texi (What Is a Function): Add closures.
3488 Mention "return value" terminology. Add xref for command-execute.
3489 Remove unused "keystroke command" terminology.
3490 (Lambda Expressions): Give a different example than in the
3491 following subsection. Add xref to Anonymous Functions.
3492 (Function Documentation): Remove gratuitous markup.
3493 (Function Names): Move introductory text to `What Is a Function'.
3494 (Defining Functions): Fix defun argument spec.
3495 (Anonymous Functions): Document lambda macro explicitly.
3496 Mention effects on lexical binding.
3497 (Function Cells): Downplay direct usage of fset.
3498 (Closures): New node.
3499 (Inline Functions): Remove "open-code" terminology.
3500 (Declaring Functions): Minor tweak; .m is not C code.
3501
3502 * variables.texi (Variables): Don't refer to "global value".
3503 (Local Variables, Void Variables): Copyedits.
3504 (Lexical Binding): Minor clarification of example.
3505 (File Local Variables): Mention :safe and :risky defcustom args.
3506 (Lexical Binding): Add xref to Closures node.
3507
3508 2012-02-04 Glenn Morris <rgm@gnu.org>
3509
3510 * minibuf.texi (High-Level Completion): Updates for read-color.
3511
3512 2012-02-03 Glenn Morris <rgm@gnu.org>
3513
3514 * display.texi (GIF Images): Mention animation.
3515 Remove commented-out old example of animation.
3516 (Animated Images): New subsection.
3517 * elisp.texi (Top):
3518 * vol1.texi (Top):
3519 * vol2.texi (Top): Add Animated Images menu entry.
3520
3521 * display.texi (Image Formats): Remove oddly specific information
3522 on versions of image libraries.
3523 (GIF Images, TIFF Images): Minor rephrasing.
3524
3525 2012-02-02 Glenn Morris <rgm@gnu.org>
3526
3527 * processes.texi (Synchronous Processes):
3528 Mention call-process's :file gets overwritten.
3529
3530 * commands.texi (Reading One Event):
3531 * help.texi (Help Functions): Document read-char-choice.
3532
3533 * hooks.texi (Standard Hooks):
3534 * modes.texi (Keymaps and Minor Modes):
3535 * text.texi (Commands for Insertion): Document post-self-insert-hook.
3536
3537 * hooks.texi (Standard Hooks): Add prog-mode-hook.
3538
3539 * hooks.texi (Standard Hooks):
3540 * modes.texi (Major Mode Conventions, Mode Hooks):
3541 Document change-major-mode-after-body-hook.
3542
3543 2012-02-01 Glenn Morris <rgm@gnu.org>
3544
3545 * modes.texi (Defining Minor Modes):
3546 Mention disabling global minor modes on a per-major-mode basis.
3547
3548 2012-01-31 Chong Yidong <cyd@gnu.org>
3549
3550 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3551 (Parser State): Remove unnecessary statement (Bug#10661).
3552
3553 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3554
3555 2012-01-31 Glenn Morris <rgm@gnu.org>
3556
3557 * modes.texi (Defining Minor Modes):
3558 Document define-minor-mode's new :variable keyword.
3559
3560 2012-01-29 Chong Yidong <cyd@gnu.org>
3561
3562 * syntax.texi (Syntax Class Table): Tweak description of newline
3563 char syntax (Bug#9619).
3564
3565 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3566 description (Bug#10189).
3567
3568 2012-01-29 Glenn Morris <rgm@gnu.org>
3569
3570 * files.texi (Changing Files): Document SELinux support.
3571
3572 * windows.texi (Window Sizes): Fix typo.
3573
3574 2012-01-28 Chong Yidong <cyd@gnu.org>
3575
3576 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
3577 doc (Bug#8568).
3578
3579 * frames.texi (Input Focus): Add NORECORD arg to
3580 select-frame-set-input-focus. Clarify its role in select-frame.
3581
3582 * text.texi (Transposition): We don't use transpose-region as an
3583 internal subroutine (Bug#3249).
3584
3585 * modes.texi (Example Major Modes): Update Lisp example code to
3586 current sources. Delete the old non-derived-major-mode example,
3587 which has diverged badly from current sources.
3588
3589 2012-01-27 Glenn Morris <rgm@gnu.org>
3590
3591 * makefile.w32-in (texinputdir): Fix (presumed) typo.
3592 (VERSION, manual): Remove, unused.
3593
3594 2012-01-27 Chong Yidong <cyd@gnu.org>
3595
3596 * commands.texi (Command Overview): Minor clarification (Bug#10384).
3597
3598 2012-01-26 Chong Yidong <cyd@gnu.org>
3599
3600 * searching.texi (String Search): Document negative repeat count
3601 (Bug#10507).
3602
3603 2012-01-26 Glenn Morris <rgm@gnu.org>
3604
3605 * variables.texi (Using Lexical Binding):
3606 Mention that lexical-binding should be set in the first line.
3607
3608 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3609
3610 * macros.texi (Defining Macros): Don't claim that `declare' only
3611 affects Edebug and indentation.
3612
3613 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3614
3615 * macros.texi (Defining Macros): Slight `declare' fixup.
3616
3617 2012-01-25 Glenn Morris <rgm@gnu.org>
3618
3619 * makefile.w32-in (texinputdir):
3620 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
3621
3622 2012-01-24 Chong Yidong <cyd@gnu.org>
3623
3624 * variables.texi (Variables, Local Variables, Void Variables):
3625 Edit to make the descriptions less specific to dynamic binding.
3626 (Local Variables): Default max-specpdl-size is now 1300.
3627 (Defining Variables): Edits for lexical scoping.
3628 Delete information about starting docstrings with *. De-document
3629 user-variable-p.
3630 (Tips for Defining): Remove an unimportant discussion of quitting
3631 in the middle of a load.
3632 (Accessing Variables, Setting Variables): Discuss lexical binding.
3633 (Variable Scoping): Rewrite.
3634 (Scope, Extent, Impl of Scope): Nodes deleted.
3635 (Dynamic Binding): New node, with material from Scope, Extent, and
3636 Impl of Scope nodes.
3637 (Dynamic Binding Tips): Rename from Using Scoping.
3638 (Lexical Binding): Rewrite.
3639 (Using Lexical Binding): Rename from Converting to Lexical
3640 Binding. Convert to subsection.
3641
3642 * customize.texi (Variable Definitions): Add custom-variable-p.
3643 Move user-variable-p documentation here.
3644
3645 2012-01-23 Chong Yidong <cyd@gnu.org>
3646
3647 * strings.texi (Text Comparison): Minor qualification.
3648
3649 * lists.texi (Cons Cells): Copyedits.
3650 (List Elements): Mention push.
3651 (List Variables): Mention pop.
3652 (Rings): Move to sequences.texi.
3653
3654 * sequences.texi (Sequence Functions): Don't repeat the
3655 introduction already given in the parent.
3656 (Vectors): Copyedits.
3657 (Rings): Move from lists.texi. Note that this is specific to the
3658 ring package.
3659
3660 * symbols.texi (Definitions, Symbol Components): Mention variable
3661 scoping issues.
3662 (Plists and Alists): Copyedits.
3663
3664 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
3665 correctness with lexical scoping.
3666 (Eval): Copyedits.
3667
3668 2012-01-21 Chong Yidong <cyd@gnu.org>
3669
3670 * intro.texi (A Sample Function Description): Special notation
3671 used for macros too.
3672
3673 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
3674 (Symbol Type): Add xref for keyword symbols.
3675 (Sequence Type): Clarify differences between sequence types.
3676 (Cons Cell Type): Add "linked list" index entry.
3677 (Non-ASCII in Strings): Copyedits.
3678 (Equality Predicates): Symbols with same name need not be eq.
3679
3680 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
3681 ldexp. Move float-e and float-pi to Math Functions node.
3682
3683 2012-01-21 Glenn Morris <rgm@gnu.org>
3684
3685 * modes.texi (Auto Major Mode):
3686 * variables.texi (File Local Variables):
3687 Mention inhibit-local-variables-regexps.
3688
3689 2012-01-19 Martin Rudalics <rudalics@gmx.at>
3690
3691 * windows.texi (Window Configurations): Rewrite references to
3692 persistent window parameters.
3693 (Window Parameters): Fix description of persistent window
3694 parameters.
3695
3696 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
3697
3698 * windows.texi (Window Parameters): Use @pxref.
3699
3700 2012-01-16 Martin Rudalics <rudalics@gmx.at>
3701
3702 * windows.texi (Window Configurations, Window Parameters):
3703 Describe persistent window parameters.
3704
3705 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3706
3707 * variables.texi (Creating Buffer-Local): Warn against misuses of
3708 make-variable-buffer-local (bug#10258).
3709
3710 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3711
3712 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
3713
3714 2012-01-06 Chong Yidong <cyd@gnu.org>
3715
3716 * variables.texi (Directory Local Variables):
3717 Document hack-dir-local-variables-non-file-buffer.
3718
3719 2012-01-06 Glenn Morris <rgm@gnu.org>
3720
3721 * maps.texi (Standard Keymaps): Refer to Info-edit by name
3722 rather than by keybinding.
3723
3724 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
3725
3726 * frames.texi (Font and Color Parameters): Add @pxref.
3727
3728 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
3729
3730 * frames.texi (Font and Color Parameters):
3731 Document w32 font backends (bug#10399).
3732
3733 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3734
3735 * files.texi (File Attributes, Changing Files):
3736 Use a more-natural notation for octal numbers.
3737
3738 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
3739
3740 * variables.texi (Variables with Restricted Values):
3741 Change reference to variable (bug#10354).
3742
3743 2011-12-13 Martin Rudalics <rudalics@gmx.at>
3744
3745 * windows.texi (Splitting Windows): Use t instead of non-nil
3746 when describing window-combination-resize.
3747
3748 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3749
3750 * text.texi (Special Properties): Warn against `intangible' properties
3751 (bug#10222).
3752
3753 2011-11-26 Eli Zaretskii <eliz@gnu.org>
3754
3755 * display.texi (Truncation):
3756 * text.texi (Special Properties): Describe what a stretch-glyph is
3757 instead of using that term without explanation. Make the
3758 cross-references more accurate.
3759
3760 * display.texi (Usual Display): Update the description,
3761 cross-references, and indexing related to display of control
3762 characters and raw bytes.
3763
3764 2011-11-25 Martin Rudalics <rudalics@gmx.at>
3765
3766 * windows.texi (Splitting Windows): Fix description of
3767 window-combination-limit. Suggested by Eli Zaretskii.
3768
3769 2011-11-23 Chong Yidong <cyd@gnu.org>
3770
3771 * windows.texi (Window Sizes): Move window-top-line,
3772 window-left-column, and window-*-pixel-edges to Coordinates and
3773 Windows node.
3774 (Coordinates and Windows): Restore window-edges doc.
3775
3776 2011-11-21 Martin Rudalics <rudalics@gmx.at>
3777
3778 * windows.texi (Windows and Frames, Splitting Windows):
3779 Fix typos.
3780
3781 2011-11-21 Chong Yidong <cyd@gnu.org>
3782
3783 * windows.texi (Splitting Windows): Fix error in documentation of
3784 window-combination-limit.
3785 (Cyclic Window Ordering): Minor fixes to next-window,
3786 one-window-p, and get-lru-window docs. Don't document
3787 window-list-1.
3788 (Buffers and Windows): Copyedits.
3789 (Choosing Window): Document special handling of special-display-*.
3790 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
3791 Don't document even-window-heights, which is going away.
3792 Clarify which options are obeyed by which action functions.
3793
3794 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3795
3796 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3797
3798 2011-11-20 Martin Rudalics <rudalics@gmx.at>
3799
3800 * windows.texi (Resizing Windows, Splitting Windows):
3801 Remove term "status" when talking about combination limits.
3802
3803 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3804
3805 * compile.texi (Compiler Errors):
3806 * help.texi (Help Functions): Fix typos.
3807
3808 2011-11-19 Chong Yidong <cyd@gnu.org>
3809
3810 * windows.texi (Splitting Windows): Clarify role of window
3811 parameters in split-window. Shorten the example.
3812 (Deleting Windows): Rewrite intro to handle internal windows.
3813 Fix delete-windows-on doc.
3814 (Selecting Windows): Copyedits.
3815
3816 2011-11-17 Martin Rudalics <rudalics@gmx.at>
3817
3818 * windows.texi (Resizing Windows, Splitting Windows)
3819 (Deleting Windows): Use term window-combination-resize instead
3820 of window-splits.
3821
3822 2011-11-16 Martin Rudalics <rudalics@gmx.at>
3823
3824 * windows.texi (Resizing Windows, Splitting Windows):
3825 Rename occurrences of window-nest to window-combination-limit.
3826
3827 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3828
3829 * intro.texi (Lisp History): Fix typo.
3830
3831 2011-11-12 Martin Rudalics <rudalics@gmx.at>
3832
3833 * windows.texi (Splitting Windows, Deleting Windows):
3834 Remove references to splits status of windows.
3835
3836 2011-11-10 Glenn Morris <rgm@gnu.org>
3837
3838 * buffers.texi (Read Only Buffers): Expand a bit on why
3839 toggle-read-only should only be used interactively. (Bug#7292)
3840
3841 2011-11-09 Chong Yidong <cyd@gnu.org>
3842
3843 * windows.texi (Window Sizes): Document window-pixel-edges,
3844 window-inside-pixel-edges, window-absolute-pixel-edges, and
3845 window-inside-absolute-pixel-edges.
3846 (Resizing Windows): shrink-window-if-larger-than-buffer works on
3847 non-full-width windows.
3848
3849 2011-11-09 Martin Rudalics <rudalics@gmx.at>
3850
3851 * windows.texi (Resizing Windows): Rewrite documentation of
3852 window-resizable.
3853
3854 2011-11-09 Chong Yidong <cyd@gnu.org>
3855
3856 * windows.texi (Splitting Windows): Simplify example.
3857
3858 2011-11-08 Chong Yidong <cyd@gnu.org>
3859
3860 * windows.texi (Window Sizes): Copyedits. Document
3861 window-text-height. Remove window-min-height and window-min-width
3862 discussion, referring instead to Emacs manual.
3863 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
3864 (Resizing Windows): Simplify introduction. Don't document
3865 enlarge-window, shrink-window, enlarge-window-horizontally, and
3866 shrink-window-horizontally; they are no longer preferred for
3867 calling from Lisp, and are already documented in the Emacs manual.
3868
3869 2011-11-07 Glenn Morris <rgm@gnu.org>
3870
3871 * windows.texi (Choosing Window): Fix keybinding typo.
3872
3873 2011-11-07 Martin Rudalics <rudalics@gmx.at>
3874
3875 * windows.texi (Resizing Windows, Splitting Windows)
3876 (Window Configurations): Use "child window" instead of
3877 "subwindow".
3878
3879 2011-11-06 Chong Yidong <cyd@gnu.org>
3880
3881 * windows.texi (Basic Windows): Clarify various definitions.
3882 Treat window-normalize-* as internal; don't document them.
3883 (Windows and Frames): Various clarifications, e.g. non-live
3884 windows also belong to frames. Fix window-list description.
3885 Simplify window nesting example.
3886 (Splitting Windows, Window Configurations):
3887 Use split-window-below.
3888
3889 2011-11-04 Eli Zaretskii <eliz@gnu.org>
3890
3891 * windows.texi (Window Sizes): Mention in the doc string that the
3892 return values of `window-body-height' and `window-body-width' are
3893 in frame's canonical units. (Bug#9949)
3894
3895 2011-10-30 Martin Rudalics <rudalics@gmx.at>
3896
3897 * windows.texi (Windows and Frames): Remove "iso-" infix from
3898 documentation of window-iso-combined-p.
3899
3900 2011-10-26 Chong Yidong <cyd@gnu.org>
3901
3902 * modes.texi (Running Hooks): Document with-wrapper-hook.
3903
3904 2011-10-18 Chong Yidong <cyd@gnu.org>
3905
3906 * display.texi (Glyphless Chars): New node.
3907
3908 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
3909
3910 * text.texi (Yanking): Document yank-excluded-properties.
3911
3912 * package.texi (Packaging Basics): The commentary should say how
3913 to begin using the package.
3914
3915 2011-10-11 Martin Rudalics <rudalics@gmx.at>
3916
3917 * windows.texi (Deleting Windows): Mention which window gets
3918 selected when deleting the selected window.
3919
3920 2011-10-09 Martin Rudalics <rudalics@gmx.at>
3921
3922 * buffers.texi (The Buffer List): Describe how bury-buffer deals
3923 with the selected window.
3924 * windows.texi (Buffers and Windows): Reformulate text on how
3925 replace-buffer-in-windows deals with a window.
3926 (Quitting Windows): Describe how quit-window deals with a
3927 standalone frame. Describe new option frame-auto-hide-function.
3928
3929 2011-10-08 Glenn Morris <rgm@gnu.org>
3930
3931 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
3932
3933 * positions.texi (Excursions): Update warning message.
3934
3935 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
3936
3937 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3938 Fix Emacs manual xref (Bug#9675).
3939
3940 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
3941
3942 * windows.texi (Textual Scrolling): Document scroll-up-command,
3943 scroll-down-command, scroll-error-top-bottom, and the
3944 scroll-command symbol property.
3945 (Display Action Functions): Fix description of
3946 display-buffer-pop-up-window.
3947
3948 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
3949
3950 * windows.texi (Splitting Windows): Fix typos.
3951
3952 2011-09-25 Martin Rudalics <rudalics@gmx.at>
3953
3954 * windows.texi (Windows and Frames, Display Action Functions)
3955 (Switching Buffers): Fix some typos.
3956 (Buffers and Windows): Remove reference to window-auto-delete.
3957 Reword description of replace-buffer-in-windows.
3958 (Window History): Fix some typos and refer to frame local buffer
3959 list.
3960 (Quitting Windows): New node.
3961 (Window Configurations): Add descriptions of window-state-get
3962 and window-state-put.
3963 (Window Parameters): Describe variable ignore-window-parameters.
3964 Sketch some window parameters currently in use.
3965 * elisp.texi (Top): Update node listing.
3966
3967 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
3968
3969 * windows.texi (Display Action Functions)
3970 (Choosing Window Options): New nodes.
3971
3972 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
3973
3974 * windows.texi (Window History): New node. Move text here from
3975 Buffers and Windows.
3976 (Switching Buffers): Rename from Displaying Buffers, since we
3977 don't document display-buffer here; callers changed.
3978 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
3979 switch-to-buffer-other-frame. Delete duplicate
3980 replace-buffer-in-windows doc.
3981 (Choosing Window): Document display actions.
3982
3983 2011-09-24 Eli Zaretskii <eliz@gnu.org>
3984
3985 * display.texi (Forcing Redisplay): Update the description of
3986 redisplay-dont-pause due to change in the default value.
3987
3988 2011-09-23 Martin Rudalics <rudalics@gmx.at>
3989
3990 * frames.texi (Frames and Windows): Move section and rename to
3991 Windows and Frames in windows.texi.
3992 * windows.texi (Windows): Restructure.
3993 (Basic Windows): Rewrite. Explain live and internal windows and
3994 normalization functions.
3995 (Windows and Frames): Move section here from frames.texi.
3996 Describe subwindows, window combinations, window tree, and
3997 corresponding functions including window-list here.
3998 (Window Sizes): Rename section from Size of Window and move it
3999 up in chapter. Describe total and body sizes and the
4000 corresponding functions. Explain new semantics of
4001 window-min-height/-width.
4002 (Resizing Windows): Move section up in chapter. Describe new
4003 resize functions.
4004 (Splitting Windows): Describe new behavior of split-window,
4005 split-window-above-each-other and split-window-side-by-side.
4006 Provide examples. Describe window-nest and window-splits
4007 options.
4008 (Deleting Windows): Minor rewrite.
4009 (Selecting Windows): Minor rewrite.
4010 Describe frame-selected-window and set-frame-selected-window here.
4011 (Cyclic Window Ordering): Minor rewrite.
4012 Describe window-list-1.
4013 (Buffers and Windows): Rewrite. Explain a window's previous and
4014 next buffers and the corresponding functions.
4015 (Window Tree): Merge into Windows and Frames section.
4016 * elisp.texi (Top): Update node listings for frames and windows
4017 sections.
4018
4019 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4020
4021 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
4022
4023 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4024
4025 * errors.texi (Standard Errors): Remove apparent placeholder text
4026 (bug#9491).
4027
4028 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
4029
4030 * frames.texi (Management Parameters): Fix description of
4031 icon-type parameter.
4032
4033 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
4034
4035 * tips.texi (Key Binding Conventions): Don't bind a key sequence
4036 ending in C-g. Suggested by Edward O'Connor.
4037
4038 2011-09-17 Eli Zaretskii <eliz@gnu.org>
4039
4040 * numbers.texi (Integer Basics): Add indexing for
4041 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
4042
4043 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
4044
4045 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
4046
4047 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
4048
4049 * processes.texi (Network Servers): Clarify what the process
4050 buffer is used for (bug#9233).
4051
4052 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
4053
4054 * lists.texi (Building Lists): Fix typo.
4055
4056 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
4057
4058 * display.texi (Basic Faces): New node. Document new faces.
4059
4060 * modes.texi (Major Mode Conventions): Move some text there.
4061 (Mode Help): Remove major-mode var, duplicated in Major Modes.
4062
4063 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
4064
4065 * modes.texi (Basic Major Modes): New node. Callers updated.
4066 (Major Modes): Document fundamental-mode and major-mode.
4067 (Major Mode Basics): Node deleted; text moved to Major Modes.
4068 (Derived Modes): Document derived-mode-p.
4069
4070 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
4071
4072 * files.texi (Changing Files, Create/Delete Dirs): Document new
4073 arguments for delete-file, delete-directory, and copy-directory.
4074 (Visiting Functions): Remove view-file; it is documented in the
4075 Emacs manual.
4076
4077 * frames.texi (Layout Parameters): The defaults for the
4078 menu-bar-lines and tool-bar-lines parameters depend on the mode.
4079
4080 * display.texi (Progress): Document spinner functionality.
4081
4082 * os.texi (Killing Emacs): Note that kill-emacs can be called by
4083 operating system signals. Refer to save-buffers-kill-terminal
4084 instead of save-buffers-kill-emacs.
4085
4086 * objects.texi (Symbol Type): Document ## print representation.
4087
4088 2011-08-25 Eli Zaretskii <eliz@gnu.org>
4089
4090 * display.texi (Specified Space): Mention that `space' specs
4091 influence bidi reordering.
4092 (Bidirectional Display): Explain how to use `(space . PROPS)' for
4093 separating fields with bidirectional content.
4094
4095 2011-08-24 Eli Zaretskii <eliz@gnu.org>
4096
4097 * display.texi (Bidirectional Display): Document return value in
4098 buffers that are not bidi-reordered for display, and in unibyte
4099 buffers.
4100
4101 2011-08-23 Eli Zaretskii <eliz@gnu.org>
4102
4103 * nonascii.texi (Character Properties): Document the values for
4104 unassigned codepoints.
4105
4106 2011-08-18 Eli Zaretskii <eliz@gnu.org>
4107
4108 * nonascii.texi (Character Properties): Document use of
4109 `bidi-class' and `mirroring' properties as part of reordering.
4110 Provide cross-references to "Bidirectional Display".
4111
4112 * display.texi (Bidirectional Display): Document the pitfalls of
4113 concatenating strings with bidirectional content, with possible
4114 solutions. Document bidi-string-mark-left-to-right.
4115 Mention paragraph direction in modes that inherit from prog-mode.
4116 Document use of `bidi-class' and `mirroring' properties as part of
4117 reordering.
4118
4119 2011-08-16 Eli Zaretskii <eliz@gnu.org>
4120
4121 * modes.texi (Major Mode Conventions): Improve the documentation
4122 of `mode-class' `special' modes.
4123
4124 * nonascii.texi (Character Properties): Document the `mirroring'
4125 property. Add index entries.
4126
4127 * syntax.texi (Categories): Add an example of defining a new
4128 category and category table.
4129
4130 * searching.texi (Regexp Backslash): Document how to display
4131 existing categories. Mention the possibility of adding
4132 categories, and add an xref to where this is described. Add an
4133 index entry.
4134
4135 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
4136
4137 * text.texi (Special Properties):
4138 * display.texi (Overlay Properties): Note that mouse-face cannot
4139 change the text size (Bug#8530).
4140
4141 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
4142
4143 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
4144 using setenv instead.
4145
4146 2011-07-28 Eli Zaretskii <eliz@gnu.org>
4147
4148 * display.texi (Bidirectional Display): Document the fact that
4149 bidi-display-reordering is t by default.
4150
4151 2011-07-23 Eli Zaretskii <eliz@gnu.org>
4152
4153 * display.texi (Bidirectional Display): New section.
4154
4155 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4156 Tim Cross <theophilusx@gmail.com> (tiny change)
4157 Glenn Morris <rgm@gnu.org>
4158
4159 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
4160
4161 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
4162
4163 * help.texi (Keys in Documentation): Revert last change.
4164
4165 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4166
4167 * help.texi (Keys in Documentation): Clarify that \= only quotes
4168 the next character, and doesn't affect longer sequences in
4169 particular (bug#8935).
4170
4171 * debugging.texi (Using Debugger):
4172 Mention @code{eval-expression-debug-on-error} (bug#8549).
4173
4174 2011-07-14 Eli Zaretskii <eliz@gnu.org>
4175
4176 * display.texi (Other Display Specs): Document that `left-fringe'
4177 and `right-fringe' display specifications are of the "replacing"
4178 kind.
4179
4180 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4181
4182 * help.texi (Documentation Basics): Add a link to the Function
4183 Documentation node (bug#6580).
4184
4185 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4186
4187 * keymaps.texi (Menu Bar): Mention :visible and :enable
4188 (bug#6344). Text by Drew Adams.
4189
4190 * modes.texi (Running Hooks): Mention buffer-local hook variables
4191 (bug#6218).
4192
4193 * objects.texi (General Escape Syntax): "a with grave accent" is
4194 ?xe0, not ?x8e0 (bug#5259).
4195
4196 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4197
4198 * display.texi (Face Attributes, Font Selection): Add references
4199 to the Fonts node in the Emacs manual (Bug#4178).
4200
4201 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4202
4203 * display.texi (Window Systems): `window-system' is
4204 terminal-local.
4205
4206 * frames.texi (Frame Parameters, Parameter Access): Don't mention
4207 frame-local variables.
4208
4209 * variables.texi (Buffer-Local Variables): Don't mention obsolete
4210 frame-local variables.
4211 (Frame-Local Variables): Node deleted.
4212
4213 * elisp.texi (Top): Update node listing.
4214
4215 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4216
4217 * elisp.texi: Change "inferiors" to "subnodes" in three places
4218 (bug#3523).
4219
4220 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
4221
4222 * frames.texi (Window System Selections): Discussion of
4223 x-select-enable-clipboard moved to Emacs manual.
4224
4225 2011-07-11 Deniz Dogan <deniz@dogan.se>
4226
4227 * commands.texi (Prefix Command Arguments): Remove excessive
4228 apostrophe.
4229
4230 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4231
4232 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
4233 description is a string (bug#3313).
4234
4235 * frames.texi (Display Feature Testing): Try to explain what all
4236 the visual classes mean (bug#3042).
4237
4238 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4239
4240 * modes.texi (Mode Line Variables): Document `mode-line-remote'
4241 and `mode-line-client' (bug#2974).
4242
4243 * text.texi (Insertion): Clarify marker movements (bug#1651).
4244 Text from Drew Adams.
4245
4246 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4247
4248 * text.texi (Special Properties): Clarify the format of `face'
4249 (bug#1375).
4250
4251 * commands.texi (Interactive Call): Add a `call-interactively'
4252 example (bug#1010).
4253
4254 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4255
4256 * functions.texi (Calling Functions): Link to the "Interactive
4257 Call" node (bug#1001).
4258
4259 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
4260
4261 * customize.texi (Composite Types): Move alist and plist to here
4262 from Simple Types (Bug#7545).
4263
4264 * elisp.texi (Top): Update menu description.
4265
4266 * display.texi (Face Attributes): Document negative line widths
4267 (Bug#6113).
4268
4269 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4270
4271 * searching.texi (Match Data): Note that match data can be
4272 overwritten by most functions (bug#2499).
4273
4274 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4275
4276 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
4277 flags mean (bug#6659).
4278
4279 * functions.texi (What Is a Function): Document the autoload
4280 object (bug#6496).
4281
4282 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4283
4284 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
4285 is only used in the Customize user interface (bug#6089).
4286
4287 * display.texi (Showing Images): Mention the point of sliced
4288 images (bug#7836).
4289
4290 2011-07-02 Eli Zaretskii <eliz@gnu.org>
4291
4292 * variables.texi (Defining Variables, Void Variables)
4293 (Constant Variables): Fix incorrect usage of @kindex.
4294
4295 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4296
4297 * variables.texi (Defining Variables): Add an index entry for
4298 `set-variable' (bug#7262).
4299 (Defining Variables): Use @findex for functions.
4300
4301 * frames.texi (Basic Parameters): Document the `explicit-name'
4302 parameter (bug#6951).
4303
4304 * customize.texi (Type Keywords): Clarify that :value provides a
4305 default value for all types (bug#7386).
4306
4307 * streams.texi (Output Functions): Document `pp'.
4308
4309 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
4310
4311 * keymaps.texi (Searching Keymaps):
4312 * display.texi (Overlay Properties): Fix errors in 2011-05-29
4313 change. Suggested by Johan Bockgård.
4314
4315 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
4316
4317 * text.texi (Special Properties): Clarify role of font-lock-face.
4318
4319 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4320
4321 * processes.texi (Process Information): Rename `process-alive-p'
4322 to `process-live-p' for consistency with other `-live-p' functions.
4323
4324 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
4325
4326 Document wide integers better.
4327 * files.texi (File Attributes): Document ino_t values better.
4328 ino_t values no longer map to anything larger than a single cons.
4329 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
4330 (Bitwise Operations):
4331 * objects.texi (Integer Type): Use a binary notation that is a bit easier
4332 to read, and that will port better if 62-bits becomes the default.
4333 Fix or remove incorrect examples.
4334 * os.texi (Time Conversion): Document time_t values better.
4335
4336 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4337
4338 * processes.texi (Process Information):
4339 Document `process-alive-p'.
4340
4341 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4342
4343 * help.texi (Accessing Documentation):
4344 * display.texi (Pixel Specification):
4345 * processes.texi (Serial Ports, Serial Ports):
4346 * nonascii.texi (Character Properties, Default Coding Systems):
4347 * text.texi (Changing Properties, Special Properties):
4348 * windows.texi (Window Start and End):
4349 * modes.texi (SMIE Indentation Example, SMIE Tricks):
4350 * keymaps.texi (Searching Keymaps, Tool Bar):
4351 * minibuf.texi (Basic Completion):
4352 * compile.texi (Eval During Compile):
4353 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
4354 7x9 paper in printed manual.
4355
4356 * lists.texi (Sets And Lists): Fix misplaced text.
4357
4358 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4359
4360 * keymaps.texi (Remapping Commands): Emphasize that the keymap
4361 needs to be active (Bug#8350).
4362
4363 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
4364
4365 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
4366
4367 * tips.texi (Coding Conventions): Remove antediluvian filename
4368 limit recommendation (Bug#8538).
4369
4370 2011-05-27 Glenn Morris <rgm@gnu.org>
4371
4372 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
4373
4374 2011-05-26 Glenn Morris <rgm@gnu.org>
4375
4376 * variables.texi (File Local Variables):
4377 Update hack-local-variables `mode-only' return value.
4378 Add some more details on what this function does in the other case.
4379
4380 2011-05-19 Glenn Morris <rgm@gnu.org>
4381
4382 * lists.texi (Sets And Lists): Mention cl provides union etc.
4383
4384 2011-05-19 Nix <nix@esperi.org.uk>
4385
4386 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4387
4388 * text.texi (Parsing HTML): Update for function name changes.
4389
4390 * syntax.texi (Syntax Flags): Small fix.
4391
4392 * keymaps.texi (Active Keymaps): Typo fix.
4393 (Changing Key Bindings): Grammar fix.
4394
4395 * frames.texi (Minibuffers and Frames): Grammar fix.
4396 (Window System Selections): x-select-enable-clipboard now defaults to t.
4397
4398 * customize.texi (Common Keywords):
4399 * display.texi (Abstract Display):
4400 * modes.texi (Auto-Indentation):
4401 * nonascii.texi (Converting Representations): Typo fixes.
4402
4403 * control.texi (Examples of Catch): Call it "goto" not "go to".
4404
4405 2011-05-14 Eli Zaretskii <eliz@gnu.org>
4406
4407 * nonascii.texi (Character Properties): Fix inconsistencies with
4408 implementation.
4409
4410 * text.texi (Special Properties): Move @defvar's out of the
4411 @table. (Bug#8652)
4412
4413 2011-05-12 Glenn Morris <rgm@gnu.org>
4414
4415 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
4416
4417 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4418
4419 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4420 (Multiline Font Lock):
4421 * vol2.texi (Top):
4422 * vol1.texi (Top):
4423 * elisp.texi (Top): Update menu accordingly.
4424
4425 2011-05-12 Drew Adams <drew.adams@oracle.com>
4426
4427 * modes.texi (Region to Fontify): Fix typo.
4428
4429 2011-05-10 Jim Meyering <meyering@redhat.com>
4430
4431 * minibuf.texi: Fix typo "in in -> in".
4432
4433 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4434
4435 * numbers.texi (Integer Basics): Large integers are treated as floats.
4436
4437 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4438
4439 * processes.texi (Synchronous Processes): Document the (:file
4440 "/file-name") syntax for `call-process'.
4441
4442 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
4443
4444 * windows.texi (Choosing Window): Fix typo.
4445
4446 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
4447
4448 * frames.texi (Layout Parameters): Note the difference between
4449 querying and setting parameters for left-fringe and right-fringe
4450 (Bug#6930).
4451
4452 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4453
4454 * minibuf.texi (Basic Completion): Be a bit more precise about the
4455 valid kinds of completion tables.
4456 (Programmed Completion): Remove obsolete text about lambda expressions
4457 not being valid completion tables.
4458
4459 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
4460
4461 * positions.texi (Excursions): Explain the "save-excursion
4462 defeated by set-buffer" warning.
4463
4464 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
4465 save-excursion. Suggested by Uday S Reddy.
4466
4467 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4468
4469 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4470 (Lexical Binding): New sub-section.
4471
4472 * eval.texi (Eval): Discourage the use of `eval'.
4473 Document its new `lexical' argument.
4474
4475 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4476
4477 * commands.texi (Command Overview): `post-command-hook' is not reset to
4478 nil any more.
4479
4480 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4481
4482 * strings.texi (String Conversion): Don't mention
4483 string-make-(uni|multi)byte (bug#8262).
4484 * nonascii.texi (Converting Representations): Fix up range.
4485 * keymaps.texi (Key Binding Commands): Update code point, avoid
4486 "unibyte character" and remove mention of unibyte bindings.
4487
4488 2011-03-10 Eli Zaretskii <eliz@gnu.org>
4489
4490 * modes.texi (Operator Precedence Grammars): Don't use characters
4491 outside ISO-8859-1.
4492
4493 2011-03-09 Eli Zaretskii <eliz@gnu.org>
4494
4495 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4496
4497 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4498
4499 2011-03-08 Glenn Morris <rgm@gnu.org>
4500
4501 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4502 * intro.texi (Acknowledgements): Names to UTF-8.
4503 * elisp.texi: Set documentencoding.
4504
4505 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4506
4507 * Version 23.3 released.
4508
4509 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4510
4511 * package.texi: Update index keywords.
4512 (Package Archives): New node contents. Document package-x.el.
4513
4514 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
4515
4516 * makefile.w32-in (srcs): Add package.texi.
4517
4518 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4519
4520 * package.texi (Packaging, Packaging Basics, Simple Packages)
4521 (Multi-file Packages): Expand and clarify.
4522 (Package Archives): Temporary placeholder node.
4523
4524 * elisp.texi (Top): Update node listing.
4525
4526 * Makefile.in (srcs): Add package.texi.
4527
4528 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
4529
4530 * processes.texi (Synchronous Processes): Minor clarification
4531 (Bug#8149).
4532
4533 2011-03-03 Glenn Morris <rgm@gnu.org>
4534
4535 * files.texi (Truenames): Minor clarification. (Bug#2341)
4536
4537 2011-03-01 Glenn Morris <rgm@gnu.org>
4538
4539 * variables.texi (Directory Local Variables):
4540 Mention `(subdirs . nil)' alist element.
4541
4542 2011-02-28 Glenn Morris <rgm@gnu.org>
4543
4544 * variables.texi (Directory Local Variables): Mention the optional
4545 mtime argument of dir-locals-set-directory-class. (Bug#3577)
4546
4547 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
4548
4549 * minibuf.texi (Minibuffer History): Clarify discussion of
4550 minibuffer history lists (Bug#8085).
4551
4552 2011-02-19 Eli Zaretskii <eliz@gnu.org>
4553
4554 * elisp.texi: Sync @dircategory with ../../info/dir.
4555
4556 * files.texi (Visiting Functions): Document find-file-literally,
4557 both the command and the variable.
4558
4559 * variables.texi (Creating Buffer-Local): Explain the meaning of
4560 permanent local variables.
4561
4562 * files.texi (Visiting Functions): Document find-file-literally,
4563 both the command and the variable.
4564
4565 * variables.texi (Creating Buffer-Local): Explain the meaning of
4566 permanent local variables.
4567
4568 2011-02-19 Glenn Morris <rgm@gnu.org>
4569
4570 * keymaps.texi (Remapping Commands): Mention how to undo it.
4571
4572 2011-02-09 Reuben Thomas <rrt@sc3d.org>
4573
4574 * loading.texi (Hooks for Loading): Remove unnecessary advice
4575 about eval-after-load (Bug#7986).
4576
4577 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
4578
4579 * commands.texi (Accessing Mouse): Note that a header line is not
4580 included in the row of posn-col-row.
4581
4582 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
4583
4584 * modes.texi (Major Mode Conventions): Add face guidelines.
4585 (Faces for Font Lock): List faces in order of prominence.
4586
4587 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
4588
4589 format-time-string now supports subsecond time stamp resolution
4590 * os.texi (Time Parsing): Document %N.
4591
4592 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
4593
4594 * vol1.texi (Top):
4595 * vol2.texi (Top):
4596 * elisp.texi (Top):
4597 * display.texi (Display Property): Shorten the menu description of
4598 the "Other Display Specs" node (Bug#7816).
4599
4600 * keymaps.texi (Defining Menus): Add "menu item" and "extended
4601 menu item" concept index entries (Bug#7805).
4602
4603 2011-01-29 Eli Zaretskii <eliz@gnu.org>
4604
4605 * makefile.w32-in (texinfodir): New variable.
4606 (usermanualdir): Remove as redundant with $(emacsdir).
4607 (MAKEINFO): Remove options, leave only program name.
4608 (MAKEINFO_OPTS): New variable.
4609 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
4610
4611 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4612 Richard Kim <emacs18@gmail.com>
4613
4614 * loading.texi (Library Search): Document list-load-path-shadows
4615 (Bug#7757).
4616
4617 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4618
4619 * searching.texi (Regexp Special): Remove outdated discussion of
4620 character sets (Bug#7780).
4621
4622 * frames.texi (Pop-Up Menus): Document where menu title comes
4623 from (Bug#7684).
4624
4625 2011-01-25 Glenn Morris <rgm@gnu.org>
4626
4627 * display.texi (Making Buttons): Mention limitation of text buttons.
4628
4629 2011-01-23 Werner Lemberg <wl@gnu.org>
4630
4631 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4632 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4633 (ENVADD): New variable to control texi2dvi and texi2pdf.
4634
4635 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
4636
4637 * files.texi (Directory Names): Move directory-abbrev-alist doc to
4638 Emacs manual.
4639
4640 2011-01-15 Eli Zaretskii <eliz@gnu.org>
4641
4642 * files.texi (Directory Names): Explain why FROM in
4643 directory-abbrev-alist should begin with \`. (Bug#7777)
4644
4645 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4646
4647 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
4648
4649 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4650
4651 * modes.texi (Emulating Mode Line): Fix last change.
4652
4653 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4654
4655 * modes.texi (Emulating Mode Line): Update documentation of
4656 format-mode-line according to changes that fixed bug #7587.
4657
4658 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4659
4660 * modes.texi (Derived Modes): Mention prog-mode.
4661
4662 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
4663 of the key-binding-data cache since we don't use it any more.
4664
4665 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4666
4667 * processes.texi (Shell Arguments):
4668 * strings.texi (Creating Strings): Don't mention "shell commands";
4669 make it explicit that `split-string-and-unquote' and
4670 `combine-and-quote-strings' are mainly for working with arguments
4671 to call-process and start-process.
4672
4673 * processes.texi (Shell Arguments): Fix documentation of
4674 `split-string-and-unquote'. Add indexing. (Bug#7563)
4675
4676 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4677
4678 * modes.texi (Auto-Indentation): New section to document SMIE.
4679 (Major Mode Conventions):
4680 * text.texi (Mode-Specific Indent): Refer to it.
4681
4682 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4683
4684 * display.texi (Other Display Specs): Document left-fringe and
4685 right-fringe display specs.
4686
4687 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4688
4689 * backups.texi (Making Backups):
4690 * modes.texi (Example Major Modes): Use recommended coding style.
4691 (Major Mode Basics, Derived Modes): Encourge more strongly use of
4692 define-derived-mode. Mention completion-at-point-functions.
4693
4694 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
4695
4696 * nonascii.texi (Converting Representations):
4697 Document byte-to-string.
4698
4699 2010-12-08 Glenn Morris <rgm@gnu.org>
4700
4701 * buffers.texi (Modification Time):
4702 verify-visited-file-modtime now defaults to the current buffer.
4703
4704 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4705
4706 * nonascii.texi (Converting Representations): Document byte-to-string.
4707
4708 * strings.texi (Creating Strings): Don't mention semi-obsolete
4709 function char-to-string.
4710 (String Conversion): Shorten discussion of semi-obsolete function
4711 string-to-char. Link to Converting Representations.
4712
4713 * objects.texi (Symbol Type):
4714 * text.texi (Near Point):
4715 * help.texi (Help Functions):
4716 * functions.texi (Mapping Functions): Use string instead of
4717 char-to-string in examples.
4718
4719 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4720
4721 * text.texi (Kill Functions, Kill Functions)
4722 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4723 YANK-HANDLER args.
4724
4725 * symbols.texi (Creating Symbols): Using unintern without an
4726 obarray arg is now obsolete.
4727
4728 * numbers.texi (Float Basics): Document float-e and float-pi.
4729
4730 * variables.texi (Defining Variables): Change "pi" example to
4731 "float-pi".
4732
4733 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4734
4735 * commands.texi (Click Events): Document the values of X, Y and
4736 COL, ROW in the event's position, when the click is on the header
4737 or mode line, on the fringes, or in the margins.
4738
4739 2010-11-17 Eli Zaretskii <eliz@gnu.org>
4740
4741 * customize.texi (Composite Types): Lower-case index entry.
4742
4743 * loading.texi (How Programs Do Loading):
4744 Document load-file-name. (Bug#7346)
4745
4746 2010-11-17 Glenn Morris <rgm@gnu.org>
4747
4748 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4749
4750 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4751
4752 * display.texi (Usual Display): Characters with no fonts are not
4753 necessarily displayed as empty boxes.
4754
4755 2010-10-31 Glenn Morris <rgm@gnu.org>
4756
4757 * maps.texi (Standard Keymaps): Update File menu description.
4758
4759 2010-10-28 Glenn Morris <rgm@gnu.org>
4760
4761 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4762
4763 2010-10-24 Eli Zaretskii <eliz@gnu.org>
4764
4765 * display.texi (Window Systems): Deprecate use of window-system as
4766 a predicate.
4767
4768 2010-10-23 Glenn Morris <rgm@gnu.org>
4769
4770 * help.texi (Documentation Basics): Remove mentions of digest-doc and
4771 sorted-doc.
4772
4773 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4774
4775 * os.texi (Dynamic Libraries): New node, with slightly modified
4776 text deleted from "Image Formats".
4777 (System Interface): Add @menu entry for "Dynamic Libraries".
4778
4779 * display.texi (Image Formats): Remove description of
4780 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4781
4782 2010-10-12 Glenn Morris <rgm@gnu.org>
4783
4784 * book-spine.texinfo: Rename to book-spine.texi.
4785
4786 2010-10-11 Glenn Morris <rgm@gnu.org>
4787
4788 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4789
4790 * Makefile.in (DVIPS): New variable.
4791 (.PHONY): Add html, ps.
4792 (html, elisp.html, ps, elisp.ps): New targets.
4793 (clean): Delete html, ps files.
4794 ($(infodir)/elisp): Remove unnecessary includes.
4795
4796 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4797
4798 * makefile.w32-in (emacsdir): New variable.
4799 (srcs): Add emacsver.texi.
4800 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4801
4802 2010-10-09 Glenn Morris <rgm@gnu.org>
4803
4804 * Makefile.in (VPATH): Remove.
4805 (infodir): Make it absolute.
4806 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4807
4808 * Makefile.in (dist): Anchor regexps.
4809
4810 * Makefile.in (srcs): Put elisp.texi first.
4811 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4812
4813 * Makefile.in (infoclean): Remove harmless, long-standing error.
4814
4815 * Makefile.in ($(infodir)): Delete rule.
4816 (mkinfodir): New.
4817 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4818
4819 * Makefile.in (dist): Remove reference to emacsver.texi.in.
4820 Also copy emacsver.texi, and edit $emacsdir.
4821
4822 2010-10-09 Glenn Morris <rgm@gnu.org>
4823
4824 * Makefile.in (emacsdir): New variable.
4825 (MAKEINFO): Add -I $emacsdir.
4826 (dist): Copy emacsver.texi.
4827 (srcs): Add emacsver.texi.
4828
4829 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4830 Set EMACSVER by including emacsver.texi.
4831
4832 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4833
4834 2010-10-07 Glenn Morris <rgm@gnu.org>
4835
4836 * Makefile.in (version): New, set by configure.
4837 (clean): Delete dist tar file.
4838 (dist): Use version in tar name.
4839
4840 2010-10-06 Glenn Morris <rgm@gnu.org>
4841
4842 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4843 (INSTALL_INFO): Remove unused variable.
4844 (mostlyclean, infoclean, dist): New rules.
4845 (clean): Delete dvi and pdf files.
4846 (maintainer-clean): Remove elisp.oaux, use infoclean.
4847 ($(infodir)): Add parallel build workaround.
4848
4849 2010-10-04 Glenn Morris <rgm@gnu.org>
4850
4851 * Makefile.in (dvi, pdf, $(infodir)): New targets.
4852 ($(infodir)/elisp): Ensure target directory exists. Use $@.
4853 Fix -I typo.
4854 (clean): No 'make.out' or 'core' files.
4855 (.PHONY): Declare clean rules.
4856 (maintainer-clean): Delete pdf file. Guard against cd failures.
4857
4858 2010-10-03 Glenn Morris <rgm@gnu.org>
4859
4860 * files.texi (File Name Components): Remove ignored section about
4861 deleted variable directory-sep-char.
4862
4863 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4864
4865 * files.texi (Magic File Names): New defopt
4866 remote-file-name-inhibit-cache.
4867
4868 2010-10-02 Glenn Morris <rgm@gnu.org>
4869
4870 * os.texi (Killing Emacs): Hook now runs in batch mode.
4871
4872 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 * text.texi (Special Properties): Clarify when modification-hooks run.
4875
4876 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4877
4878 * syntax.texi (Syntax Flags): Document new `c' flag.
4879
4880 2010-09-09 Glenn Morris <rgm@gnu.org>
4881
4882 * display.texi (ImageMagick Images): General cleanup.
4883
4884 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4885
4886 * files.texi (Directory Names): Use \` rather than ^.
4887
4888 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4889
4890 * text.texi (Low-Level Kill Ring):
4891 * frames.texi (Window System Selections): Remove cut buffer
4892 documentation.
4893
4894 2010-08-28 Eli Zaretskii <eliz@gnu.org>
4895
4896 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4897 Parameters", where the default fringe width is described.
4898
4899 * frames.texi (Window Frame Parameters, Basic Parameters)
4900 (Position Parameters, Layout Parameters, Management Parameters)
4901 (Cursor Parameters, Font and Color Parameters): Add indexing for
4902 frame parameters. (Bug#6929)
4903
4904 2010-08-25 Tom Tromey <tromey@redhat.com>
4905
4906 * vol2.texi (Top): Update.
4907 * vol1.texi (Top): Update.
4908 * tips.texi (Library Headers): Mention Package-Version and
4909 Package-Requires.
4910 * package.texi: New file.
4911 * os.texi (System Interface): Update pointers.
4912 * elisp.texi (Top): Link to new nodes. Include package.texi.
4913 * anti.texi (Antinews): Update pointers.
4914
4915 2010-08-25 Eli Zaretskii <eliz@gnu.org>
4916
4917 * processes.texi (Filter Functions): Fix last change.
4918
4919 2010-08-24 Markus Triska <triska@gmx.at>
4920
4921 * processes.texi (Filter Functions): Use `buffer-live-p' instead
4922 of `buffer-name' in the main text as well as in the example
4923 (Bug#3098).
4924
4925 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4926
4927 * nonascii.texi (Text Representations):
4928 * loading.texi (Loading Non-ASCII):
4929 * compile.texi (Byte Compilation): Don't mention obsolete
4930 --unibyte command-line argument.
4931
4932 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4933
4934 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4935
4936 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4937
4938 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4939
4940 2010-08-20 Eli Zaretskii <eliz@gnu.org>
4941
4942 * commands.texi (Misc Events): Add cross-references to where
4943 POSITION of a mouse event is described in detail.
4944
4945 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
4946
4947 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
4948
4949 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4950
4951 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4952 Suggested by Štěpán Němec <stepnem@gmail.com>.
4953
4954 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4955
4956 * minibuf.texi (High-Level Completion): Document args of
4957 `read-buffer-function' (bug#5625).
4958
4959 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4960
4961 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4962
4963 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
4964
4965 * processes.texi (Process Information): Explain process property
4966 `remote-tty'.
4967
4968 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
4969
4970 * modes.texi (Defining Minor Modes): Use C-delete in examples,
4971 instead of "\C-\^?" (bug#6334).
4972
4973 * text.texi (Special Properties): Fix typo.
4974
4975 2010-07-09 Eli Zaretskii <eliz@gnu.org>
4976
4977 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
4978 calling sequences, which are now the standard.
4979
4980 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
4981
4982 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
4983
4984 * commands.texi (Command Overview): Mention undo-boundary call.
4985
4986 2010-06-23 Glenn Morris <rgm@gnu.org>
4987
4988 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
4989 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
4990 * frames.texi, functions.texi, internals.texi, keymaps.texi:
4991 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
4992 * searching.texi, sequences.texi, strings.texi, syntax.texi:
4993 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
4994 Untabify Texinfo files.
4995
4996 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
4997
4998 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
4999
5000 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
5001
5002 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5003
5004 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
5005
5006 * searching.texi (Regexp Special): Remove obsolete information
5007 about matching non-ASCII characters, and suggest using char
5008 classes (Bug#6283).
5009
5010 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
5011
5012 * minibuf.texi (Basic Completion): Add missing "@end defun".
5013
5014 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5015
5016 * minibuf.texi (Basic Completion): Document completion-boundaries.
5017 (Programmed Completion): Document the new fourth method for boundaries.
5018
5019 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
5020
5021 * display.texi (Image Cache): Update documentation about image caching.
5022
5023 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
5024
5025 * windows.texi (Textual Scrolling):
5026 * tips.texi (Coding Conventions):
5027 * minibuf.texi (Minibuffer History):
5028 * maps.texi (Standard Keymaps):
5029 * loading.texi (Where Defined):
5030 * edebug.texi (Instrumenting): Fix typos.
5031
5032 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5033
5034 * keymaps.texi (Menu Bar): Document :advertised-binding property.
5035
5036 * functions.texi (Obsolete Functions):
5037 Document set-advertised-calling-convention.
5038
5039 * minibuf.texi (Basic Completion): Document completion-in-region.
5040 (Programmed Completion): Document completion-annotate-function.
5041
5042 * commands.texi (Reading One Event): Document read-key.
5043 (Distinguish Interactive): Document KIND arg to
5044 called-interactively-p. Delete obsolete interactive-p.
5045
5046 * elisp.texi (Top): Update node description.
5047
5048 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5049
5050 * nonascii.texi (Character Properties):
5051 Document unicode-category-table. Add an index entry for Unicode
5052 general category.
5053
5054 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5055
5056 * Version 23.2 released.
5057
5058 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5059
5060 * locals.texi (Standard Buffer-Local Variables):
5061 Remove @ignore'd reference to `direction-reversed'.
5062
5063 2010-04-14 Juri Linkov <juri@jurta.org>
5064
5065 Fix @deffn without category.
5066
5067 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
5068 for `abbrev-insert'.
5069
5070 * buffers.texi (Indirect Buffers): Add category `Command'
5071 to @deffn of `clone-indirect-buffer'.
5072
5073 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
5074 for `next-window' and `previous-window'. Add category `Command'
5075 to @deffn of `pop-to-buffer'.
5076
5077 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
5078
5079 * nonascii.texi (Text Representations): Don't mark
5080 enable-multibyte-characters as a user option.
5081
5082 2010-03-31 Eli Zaretskii <eliz@gnu.org>
5083
5084 * control.texi (Handling Errors): How to re-throw a signal caught
5085 by condition-case.
5086
5087 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
5088
5089 * loading.texi (Hooks for Loading): Document after-load-functions.
5090 Copyedits.
5091
5092 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
5093
5094 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
5095
5096 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
5097
5098 * processes.texi (Network Processes): Document seqpacket type.
5099
5100 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5101
5102 * os.texi (System Environment): Do not mention lynxos.
5103
5104 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5105
5106 * Branch for 23.2.
5107
5108 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
5109
5110 * objects.texi (Integer Type): Take note of the read syntax
5111 exception for numbers that cannot fit in the integer type.
5112
5113 2010-03-03 Glenn Morris <rgm@gnu.org>
5114
5115 * numbers.texi (Integer Basics, Bitwise Operations):
5116 * objects.texi (Integer Type): Update for integers now being 30-bit.
5117
5118 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
5119
5120 * display.texi (Low-Level Font): Document :otf font-spec property.
5121
5122 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5123
5124 * display.texi (Line Height): Avoid obsolete special default variables
5125 like default-major-mode.
5126
5127 2010-01-28 Alan Mackenzie <acm@muc.de>
5128
5129 * display.texi (Auto Faces): Say fontification-functions is called
5130 whether or not Font Lock is enabled. Tidy up the wording a bit.
5131
5132 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5133
5134 * elisp.texi: Remove duplicate edition information (Bug#5407).
5135
5136 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5137
5138 * two.el (volume-header-toc-markup): Fix typos in docstring.
5139
5140 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5141
5142 Avoid dubious uses of save-excursions.
5143 * positions.texi (Excursions): Recommend the use of
5144 save-current-buffer if applicable.
5145 * text.texi (Clickable Text): Fix the example code which used
5146 save-excursion in a naive way which sometimes preserves point and
5147 sometimes not.
5148 * variables.texi (Creating Buffer-Local):
5149 * os.texi (Session Management):
5150 * display.texi (GIF Images):
5151 * control.texi (Cleanups): Use (save|with)-current-buffer.
5152
5153 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5154
5155 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
5156
5157 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5158
5159 * nonascii.texi (Text Representations, Character Codes)
5160 (Converting Representations, Explicit Encoding)
5161 (Translation of Characters): Use hex notation consistently.
5162 (Character Sets): Fix map-charset-chars doc (Bug#5197).
5163
5164 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5165
5166 * loading.texi (Where Defined): Make it clearer that these are
5167 loaded files (Bug#5068).
5168
5169 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
5170
5171 * minibuf.texi (Completion Styles): Document `initials' style.
5172
5173 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
5174
5175 * frames.texi (Resources): Describe inhibit-x-resources.
5176 (Size Parameters): Copyedit.
5177
5178 * hash.texi (Creating Hash):
5179 * objects.texi (Hash Table Type): Document the new hash table
5180 printed representation.
5181
5182 * minibuf.texi (Basic Completion): 4th arg to all-completions is
5183 obsolete.
5184
5185 * processes.texi (Process Buffers):
5186 Document process-kill-buffer-query-function.
5187
5188 2009-12-05 Glenn Morris <rgm@gnu.org>
5189
5190 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
5191 diary-display-function, and no longer recommended to be a hook.
5192 Update for changes in the names of calendar and diary hooks.
5193 diary-print-entries-hook has changed section.
5194
5195 2009-11-28 Eli Zaretskii <eliz@gnu.org>
5196
5197 * text.texi (Special Properties): More accurate description of
5198 what the `cursor' property does.
5199
5200 2009-11-26 Kevin Ryde <user42@zip.com.au>
5201
5202 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
5203 mouse-wheel-down-event, the closest thing to a definition for them.
5204 * os.texi (Startup Summary): vindex inhibit-startup-message and
5205 inhibit-splash-screen.
5206 (Command-Line Arguments): vindex argv.
5207 (Suspending Emacs): vindex suspend-tty-functions and
5208 resume-tty-functions. Don't want to index every hook, but having
5209 the programming ones is helpful.
5210
5211 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5212
5213 * commands.texi (Motion Events): Fix typo (Bug#4907).
5214
5215 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5216
5217 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
5218 are affected by case-fold-search (Bug#4483).
5219
5220 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5221
5222 * minibuf.texi (Reading File Names): Note that read-file-name may
5223 use a graphical file dialog.
5224
5225 2009-10-31 Glenn Morris <rgm@gnu.org>
5226
5227 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
5228
5229 2009-10-16 Kevin Ryde <user42@zip.com.au>
5230
5231 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
5232 in particular so `info-lookup-symbol' can find its docs.
5233
5234 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
5235
5236 * variables.texi (Constant Variables): Distinguish from defconst
5237 variables.
5238 (Defining Variables): Add cindex.
5239
5240 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
5241
5242 * os.texi (Time of Day): Clarify that the microsecond part is
5243 ignored (Bug#4637).
5244
5245 2009-10-11 Glenn Morris <rgm@gnu.org>
5246
5247 * frames.texi (Size and Position): Clarify what is included in the frame
5248 height. (Bug#4535)
5249
5250 2009-10-10 Glenn Morris <rgm@gnu.org>
5251
5252 * windows.texi (Size of Window): The relationship between window and
5253 frame heights is not so simple. (Bug#4535)
5254 Mention window-full-height-p.
5255
5256 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5257
5258 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
5259 used from Lisp.
5260
5261 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5262
5263 * files.texi (Directory Names) <abbreviate-file-name>:
5264 Document that root home directories are not replaced with "~".
5265
5266 2009-10-06 Eli Zaretskii <eliz@gnu.org>
5267
5268 * text.texi (Special Properties): Document the meaning of the
5269 `cursor' text property whose value is an integer.
5270
5271 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5272
5273 * files.texi (Magic File Names): Add `copy-directory'.
5274
5275 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5276
5277 * files.texi (File Attributes): Fix description of file
5278 attributes. (Bug#4638) Update attributes of files.texi example to
5279 be more representative.
5280
5281 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5282
5283 * files.texi (Create/Delete Dirs): New command copy-directory.
5284
5285 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5286
5287 * anti.texi (Antinews):
5288 * macros.texi (Indenting Macros):
5289 * strings.texi (Creating Strings, Case Conversion):
5290 Remove duplicate words.
5291
5292 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5293
5294 * files.texi (Create/Delete Dirs): delete-directory has an
5295 optional parameter RECURSIVE.
5296
5297 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5298
5299 * buffers.texi (Swapping Text): Minor clarification.
5300
5301 2009-10-01 Glenn Morris <rgm@gnu.org>
5302
5303 * functions.texi (Declaring Functions): Mention that we also search for
5304 ".m" files in the src/ directory.
5305
5306 2009-09-25 David Engster <deng@randomsample.de>
5307
5308 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
5309
5310 2009-09-22 Glenn Morris <rgm@gnu.org>
5311
5312 * internals.texi (Building Emacs): Mention preloaded-file-list.
5313
5314 2009-09-14 Alan Mackenzie <acm@muc.de>
5315
5316 * os.texi (Terminal Output): Put "@code{}" around "stdout".
5317
5318 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5319
5320 * functions.texi (Anonymous Functions): Rearrange discussion,
5321 giving usage of unquoted lambda forms first. Mention that
5322 `function' and `#'' are no longer required (Bug#4290).
5323
5324 2009-09-11 Alan Mackenzie <acm@muc.de>
5325
5326 * os.texi (Terminal Output): Document `send-string-to-terminal' in
5327 batch mode.
5328
5329 2009-09-01 Glenn Morris <rgm@gnu.org>
5330
5331 * display.texi (Face Functions): Mention define-obsolete-face-alias.
5332
5333 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
5334
5335 * nonascii.texi (Character Codes): Fix typos.
5336
5337 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5338
5339 * processes.texi (Synchronous Processes): New defvar
5340 process-file-side-effects.
5341
5342 2009-08-25 Glenn Morris <rgm@gnu.org>
5343
5344 * display.texi (Fontsets): Fix typo.
5345
5346 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
5347
5348 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5349
5350 * processes.texi (Asynchronous Processes): Adjust arglist of
5351 start-process-shell-command and start-file-process-shell-command.
5352
5353 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5354
5355 * advice.texi (Argument Access in Advice): Note that argument
5356 positions are zero-based (Bug#3932).
5357
5358 * commands.texi (Distinguish Interactive): Minor copyedit.
5359
5360 * display.texi (Face Attributes): Add xref to Displaying Faces for
5361 explanation of "underlying face".
5362
5363 * customize.texi (Common Keywords): Add xref to Loading.
5364
5365 * loading.texi (How Programs Do Loading): Add xref to Lisp
5366 Libraries node in the Emacs manual.
5367
5368 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5369
5370 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
5371
5372 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
5373
5374 * processes.texi (Shell Arguments): Copyedits.
5375
5376 2009-07-18 Glenn Morris <rgm@gnu.org>
5377
5378 * loading.texi (Repeated Loading): Fix typo.
5379
5380 2009-07-16 Richard Stallman <rms@gnu.org>
5381
5382 * buffers.texi (Swapping Text): Recommend setting
5383 write-region-annotate-functions and buffer-saved-size.
5384
5385 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5386
5387 2009-07-15 Glenn Morris <rgm@gnu.org>
5388
5389 * edebug.texi: Minor re-phrasings throughout.
5390 (Edebug Execution Modes): Sit-for affects continue mode too.
5391 (Jumping): Use `forward-sexp' rather than its keybinding.
5392 (Edebug Misc): Fix Q binding.
5393 (Edebug Eval): Remove cl version.
5394 (Printing in Edebug): Clarify print-length etc.
5395 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5396 (Specification List): Remove edebug-unwrap findex entry.
5397 (Specification Examples): defmacro is actually not the same as defun.
5398 Escape "`" in example.
5399
5400 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
5401
5402 * markers.texi (The Mark): Document optional arg to
5403 deactivate-mark.
5404
5405 2009-07-11 Kevin Ryde <user42@zip.com.au>
5406
5407 * hooks.texi (Standard Hooks): Fix cross-references.
5408
5409 * loading.texi (Named Features): Refer to eval-after-load.
5410
5411 2009-07-11 Glenn Morris <rgm@gnu.org>
5412
5413 * Makefile.in (TEXI2PDF): New.
5414 (elisp.pdf): New target.
5415
5416 * searching.texi (Regexp Backslash): Fix typo.
5417
5418 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5419
5420 2009-07-10 Glenn Morris <rgm@gnu.org>
5421
5422 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5423
5424 * customize.texi (Customization Types):
5425 * display.texi (Abstract Display):
5426 * objects.texi (Character Type, String Type):
5427 Merge in some menu descriptions from elisp.texi.
5428
5429 * hash.texi (Hash Tables):
5430 * modes.texi (Multiline Font Lock):
5431 End menu description with period.
5432
5433 2009-07-09 Glenn Morris <rgm@gnu.org>
5434
5435 * back.texi: Don't hard-code texinfo location.
5436
5437 * two-volume.make (texinfodir): New, with location of texinfo.tex.
5438 (tex): Add texinfodir to TEXINPUTS.
5439 (elisp1med-init, elisp2med-init): Use texinfodir.
5440
5441 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5442 (clean): Add two-volume.make intermediate files.
5443
5444 * elisp.texi, vol1.texi, vol2.texi:
5445 Use a DATE variable with the publication date, and update it.
5446 Fix antinews menu description.
5447
5448 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5449 Update the detailed node listing to match elisp.texi.
5450
5451 * README: Update edition to match elisp.texi.
5452
5453 * objects.texi (General Escape Syntax):
5454 * nonascii.texi (Character Sets):
5455 Use consistent case for "Unicode Standard".
5456
5457 * anti.texi (Antinews):
5458 * customize.texi (Variable Definitions):
5459 * functions.texi (Declaring Functions):
5460 * nonascii.texi (Character Properties):
5461 * processes.texi (Serial Ports):
5462 * text.texi (Special Properties):
5463 * tips.texi (Coding Conventions):
5464 Minor rearrangements to improve TeX line-filling.
5465
5466 * commands.texi (Using Interactive): Fix cross-reference.
5467
5468 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5469
5470 * frames.texi (Management Parameters): Mention sticky.
5471
5472 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5473
5474 * help.texi (Help Functions): Fix description of help-buffer and
5475 help-setup-xref to use @defun instead of @deffn.
5476
5477 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5478
5479 * frames.texi (Size Parameters): Mention maximized for fullscreen.
5480
5481 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5482
5483 * display.texi (Window Systems): Add ns to the list.
5484
5485 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5486
5487 * Branch for 23.1.
5488
5489 2009-06-17 Martin Rudalics <rudalics@gmx.at>
5490
5491 * windows.texi (Dedicated Windows): Fix typo.
5492 (Resizing Windows): Replace @defun by @deffn.
5493
5494 2009-06-17 Glenn Morris <rgm@gnu.org>
5495
5496 * variables.texi (Directory Local Variables):
5497 Update for 2009-04-11 name-change of dir-locals-directory-alist.
5498
5499 2009-06-09 Kenichi Handa <handa@m17n.org>
5500
5501 * nonascii.texi (Character Sets): State clearly that FROM and TO
5502 are codepoints of CHARSET.
5503
5504 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5505
5506 * minibuf.texi (Reading File Names): Fix introductory text.
5507 Suggested by stan@derbycityprints.com.
5508 (High-Level Completion): Fix typo.
5509
5510 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
5511
5512 * frames.texi (Text Terminal Colors): Multi-tty is already
5513 implemented, but tty-local colors are not.
5514
5515 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
5516
5517 * hooks.texi (Standard Hooks): Remove mention of obsolete
5518 redisplay-end-trigger-functions.
5519
5520 * internals.texi (Window Internals): Remove mention of obsolete
5521 redisplay-end-trigger-functions.
5522
5523 2009-05-21 Martin Rudalics <rudalics@gmx.at>
5524
5525 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5526
5527 * backups.texi (Making Backups): backup-directory-alist and
5528 make-backup-file-name-function are options.
5529 (Auto-Saving): auto-save-list-file-prefix is an option.
5530
5531 * buffers.texi (Killing Buffers): buffer-offer-save is an
5532 option.
5533
5534 * display.texi (Refresh Screen): no-redraw-on-reenter is an
5535 option.
5536 (Echo Area Customization): echo-keystrokes is an option.
5537 (Selective Display): selective-display-ellipses is an option.
5538 (Temporary Displays): temp-buffer-show-function is an option.
5539 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5540 are options.
5541 (Font Selection): face-font-family-alternatives,
5542 face-font-selection-order, face-font-registry-alternatives, and
5543 scalable-fonts-allowed are options.
5544 (Fringe Indicators): indicate-buffer-boundaries is an option.
5545 (Fringe Cursors): overflow-newline-into-fringe is an option.
5546 (Scroll Bars): scroll-bar-mode is an option.
5547
5548 * eval.texi (Eval): max-lisp-eval-depth is an option.
5549
5550 * files.texi (Visiting Functions): find-file-hook is an option.
5551 (Directory Names): directory-abbrev-alist is an option.
5552 (Unique File Names): temporary-file-directory and
5553 small-temporary-file-directory are options.
5554
5555 * frames.texi (Initial Parameters): initial-frame-alist,
5556 minibuffer-frame-alist and default-frame-alist are options.
5557 (Cursor Parameters): blink-cursor-alist and
5558 cursor-in-non-selected-windows ar options.
5559 (Window System Selections): selection-coding-system is an
5560 option.
5561 (Display Feature Testing): display-mm-dimensions-alist is an
5562 option.
5563
5564 * help.texi (Help Functions): help-char and help-event-list are
5565 options.
5566
5567 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
5568 an option.
5569
5570 * minibuf.texi (Minibuffer History): history-length and
5571 history-delete-duplicates are options.
5572 (High-Level Completion): read-buffer-function and
5573 read-buffer-completion-ignore-case are options.
5574 (Reading File Names): read-file-name-completion-ignore-case is
5575 an option.
5576
5577 * modes.texi (Mode Line Top): mode-line-format is an option.
5578 (Mode Line Variables): mode-line-position and mode-line-modes
5579 are options.
5580
5581 * nonascii.texi (Text Representations):
5582 enable-multibyte-characters is an option.
5583 (Default Coding Systems): auto-coding-regexp-alist,
5584 file-coding-system-alist, auto-coding-alist and
5585 auto-coding-functions are options.
5586 (Specifying Coding Systems): inhibit-eol-conversion is an
5587 option.
5588
5589 * os.texi (Init File): site-run-file is an option.
5590 (System Environment): mail-host-address is an option.
5591 (User Identification): user-mail-address is an option.
5592 (Terminal Output): baud-rate is an option.
5593
5594 * positions.texi (Word Motion): words-include-escapes is an
5595 option.
5596
5597 * searching.texi (Standard Regexps): page-delimiter,
5598 paragraph-separate, paragraph-separate and sentence-end are
5599 options.
5600
5601 * text.texi (Margins): left-margin and fill-nobreak-predicate
5602 are options.
5603
5604 * variables.texi (Local Variables): max-specpdl-size is an
5605 option.
5606
5607 * windows.texi (Choosing Window):
5608 split-window-preferred-function, special-display-function and
5609 display-buffer-function are options.
5610
5611 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
5612
5613 Fix errors spotted by Martin Rudalics.
5614
5615 * syntax.texi (Position Parse): Document rationale for ignored
5616 arguments to syntax-ppss-flush-cache.
5617
5618 * processes.texi (Input to Processes): Mark PROCESS arg to
5619 process-running-child-p as optional.
5620 (Network Options): Document NO-ERROR arg to
5621 set-network-process-option.
5622
5623 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
5624 command.
5625
5626 * searching.texi (POSIX Regexps): Mark posix-search-forward and
5627 posix-search-backward as commands.
5628
5629 * os.texi (Killing Emacs): Mark kill-emacs as a command.
5630 (Suspending Emacs): Mark suspend-emacs as a command.
5631 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
5632 commands.
5633 (Terminal Output): Remove obsolete function baud-rate.
5634 Document TERMINAL arg for send-string-to-terminal.
5635
5636 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
5637 terminal-coding-system and set-terminal-coding-system.
5638 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
5639 as optional.
5640 (Character Sets): Document RESTRICTION arg of char-charset.
5641 (Character Codes): Mark POS argument to get-byte as optional.
5642
5643 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
5644 minibuffer-message.
5645
5646 * files.texi (Create/Delete Dirs): Mark make-directory and
5647 delete-directory as commands.
5648
5649 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
5650
5651 * text.texi (Base 64): Mark base64-decode-string and
5652 base64-encode-string as commands.
5653 (Columns): Mark move-to-column as a command.
5654 (Mode-Specific Indent): Document RIGID arg to
5655 indent-for-tab-command.
5656 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
5657 Mark indent-code-rigidly as a command.
5658 (Substitution): Mark translate-region as a command.
5659
5660 * frames.texi (Size and Position): Remove obsolete functions
5661 screen-height and screen-width.
5662
5663 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
5664
5665 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
5666 (Displaying Buffers, Resizing Windows): Correct mistakes;
5667 next-window, previous-window, and pop-to-buffer are not commands,
5668 and fit-window-to-buffer" is a command. (Pointed out by Martin
5669 Rudalics.)
5670
5671 2009-05-17 Richard M Stallman <rms@gnu.org>
5672
5673 * modes.texi (Precalculated Fontification): Clarify text.
5674
5675 2009-05-17 Martin Rudalics <rudalics@gmx.at>
5676
5677 * windows.texi (Selecting Windows): Clarify descriptions of
5678 with-selected-window and get-lru-window.
5679 (Cyclic Window Ordering): Refer to particular frame when talking
5680 about how splitting affects the ordering.
5681 (Displaying Buffers): Fix descriptions of switch-to-buffer and
5682 switch-to-buffer-other-window. Explain how setting of
5683 display-buffer-reuse-frames affects pop-to-buffer.
5684 (Choosing Window): Clarify some details in descriptions of
5685 display-buffer-reuse-frames, pop-up-frames, and
5686 pop-up-frame-function.
5687 (Dedicated Windows): Clarify some details.
5688 (Textual Scrolling): Replace term vscroll by term vertical
5689 scroll position.
5690 (Vertical Scrolling): Fix typo.
5691 (Window Hooks): Relate text on jit-lock-register to window
5692 scrolling and size changes.
5693
5694 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
5695
5696 * frames.texi (Initial Parameters): Clarify what the initial
5697 minibuffer frame is.
5698 (Buffer Parameters): Note that the minibuffer parameter can not be
5699 altered.
5700
5701 * anti.texi (Antinews): Copyedits. Rearrange some entries.
5702 Document display-buffer changes.
5703
5704 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
5705
5706 * anti.texi (Antinews): Rewrite for Emacs 22.
5707
5708 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
5709 obarrays are first mentioned. Define "system abbrev" more
5710 prominently, and add it to the index.
5711 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
5712 Copyedits.
5713 (Abbrev Expansion): Document abbrev-insert.
5714
5715 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
5716
5717 * frames.texi (Font and Color Parameters): Rename from Color
5718 Parameters. Document font-backend parameter.
5719
5720 * vol2.texi (Top): Update node listing.
5721 * vol1.texi (Top): Update node listing.
5722 * elisp.texi (Top): Update node listing.
5723
5724 2009-05-11 Martin Rudalics <rudalics@gmx.at>
5725
5726 * windows.texi (Choosing Window): Don't explicitly refer to
5727 split-window-sensibly's window argument in descriptions of
5728 split-height-threshold and split-width-threshold.
5729
5730 2009-05-10 Martin Rudalics <rudalics@gmx.at>
5731
5732 * windows.texi (Choosing Window): Fix rewrite of window
5733 splitting section.
5734
5735 2009-05-09 Eli Zaretskii <eliz@gnu.org>
5736
5737 * nonascii.texi (Default Coding Systems):
5738 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5739 Add indexing.
5740 (Lisp and Coding Systems): Add index entries.
5741
5742 2009-05-09 Martin Rudalics <rudalics@gmx.at>
5743
5744 * windows.texi (Choosing Window): Describe split-window-sensibly
5745 and rewrite section on window splitting accordingly.
5746 (Textual Scrolling): Replace `...' by @code{...}.
5747
5748 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
5749
5750 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5751 Remove obsoleted pre-abbrev-expand-hook.
5752
5753 * locals.texi (Standard Buffer-Local Variables): Consolidate table
5754 entries.
5755
5756 * internals.texi (Object Internals): Don't assume 32-bit machines
5757 are the norm.
5758 (Buffer Internals): Consolidate table entries for readability.
5759 (Window Internals): Synch field names to window.h.
5760 (Process Internals): Synch field names to process.h.
5761
5762 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
5763
5764 * variables.texi (File Local Variables): Note that read-circle is
5765 bound to nil when reading file-local variables.
5766
5767 * streams.texi (Input Functions): Document read-circle.
5768 (Output Variables): Add xref to Circular Objects.
5769
5770 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
5771
5772 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
5773 Features and Coding System Basics. Node that "p" stands for
5774 "predicate". Recommend utf-8-emacs instead of emacs-mule.
5775 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5776 mouse-appearance-menu.
5777 (Programming Tips): Add xref to Progress.
5778
5779 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
5780
5781 * os.texi (Command-Line Arguments):
5782 Document command-line-args-left.
5783 (Suspending Emacs): Adapt text to multi-tty case. Document use of
5784 terminal objects for tty arguments.
5785 (Startup Summary): Add xref to Session Management.
5786 (Session Management): Mention emacs-session-restore. Copyedits.
5787
5788 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
5789
5790 * os.texi (Startup Summary): Copyedits. The init file is not
5791 necessarily named .emacs now. Document initial-buffer-choice and
5792 initial-scratch-message. Note where Emacs exits in batch mode.
5793 Document inhibit-splash-screen as an alias.
5794 (Init File): Be neutral about which init file name to use.
5795
5796 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
5797
5798 * os.texi (System Interface): Fix Texinfo usage.
5799
5800 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
5801
5802 * searching.texi (Regexp Backslash): Also refer to shy groups as
5803 non-capturing or unnumbered groups.
5804 (Regexp Functions): Add cross-reference to Regexp Backslash.
5805
5806 * display.texi (Truncation): Overlays can use line-prefix and
5807 wrap-prefix too.
5808 (Overlay Properties): Document wrap-prefix and line-prefix.
5809 (Face Attributes): Document underline-minimum-offset.
5810 (Face Remapping): Copyedits.
5811 (Low-Level Font): Copyedits.
5812 (Image Cache): Note that the image cache is shared between frames.
5813 (Line Height): Emphasize that line-spacing only takes effect on
5814 graphical terminals.
5815
5816 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5817
5818 * display.texi (Refresh Screen): Note that a passage about screen
5819 refreshing is text terminal only.
5820 (Forcing Redisplay): Delete misleading comment---sit-for calls
5821 redisplay, not the other way around.
5822 (Truncation): Note new values of truncate-partial-width-windows.
5823 Copyedits.
5824 (Invisible Text): Document invisible-p.
5825
5826 2009-04-11 Eli Zaretskii <eliz@gnu.org>
5827
5828 * display.texi (Overlays): Overlays don't scale well. See
5829 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5830
5831 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
5832
5833 * syntax.texi (Syntax Table Functions): Document cons cell
5834 argument for modify-syntax-entry.
5835 (Categories): Document cons cell argument for
5836 modify-category-entry.
5837
5838 * searching.texi (String Search): Document word-search-forward-lax
5839 and word-search-backward-lax.
5840 (Searching and Case): Describe isearch behavior more precisely.
5841
5842 * keymaps.texi (Tool Bar): Mention that some platforms do not
5843 support multi-line toolbars. Suggested by Stephen Eglen.
5844
5845 * frames.texi (Layout Parameters): Mention that Nextstep also
5846 allows only one tool-bar line. Suggested by Stephen Eglen.
5847
5848 * nonascii.texi (Text Representations): Copyedits.
5849 (Coding System Basics): Also mention utf-8-emacs.
5850 (Converting Representations, Selecting a Representation)
5851 (Scanning Charsets, Translation of Characters, Encoding and I/O):
5852 Copyedits.
5853 (Character Codes): Mention role of codepoints 1114112 to 4194175.
5854
5855 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
5856
5857 * text.texi (Yank Commands): Note that yank uses push-mark.
5858 (Filling): Clarify REGION argument of fill-paragraph.
5859 Document fill-forward-paragraph-function.
5860 (Special Properties): Remove "new in Emacs 22" declaration.
5861 (Clickable Text): Merge with Links and Mouse-1 node.
5862
5863 * display.texi (Button Properties, Button Buffer Commands):
5864 Change xref to Clickable Text.
5865
5866 * tips.texi (Key Binding Conventions): Change xref to Clickable
5867 Text.
5868
5869 * elisp.texi (Top): Update node listing.
5870
5871 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
5872
5873 * markers.texi (The Mark): Copyedits. Improve description of
5874 handle-shift-selection.
5875 (The Region): Move use-region-p here from The Mark.
5876
5877 * positions.texi (Screen Lines): Document (cols . lines) argument
5878 for vertical-motion.
5879
5880 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
5881
5882 * frames.texi (Frames): Clean up introduction. Document `ns'
5883 return value for framep.
5884 (Creating Frames): Note how the terminal is chosen.
5885 (Multiple Terminals, Multiple Displays): Merge into a single node.
5886 (Color Parameters): Fix typo.
5887
5888 * variables.texi (Local Variables, Buffer-Local Variables)
5889 (Creating Buffer-Local): Change link to Multiple Terminals.
5890
5891 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5892
5893 * keymaps.texi (Controlling Active Maps): Change link to Multiple
5894 Terminals.
5895
5896 * commands.texi (Command Loop Info, Keyboard Macros): Change link
5897 to Multiple Terminals.
5898
5899 * elisp.texi (Top): Update node listing.
5900 * vol2.texi (Top): Update node listing.
5901 * vol1.texi (Top): Update node listing.
5902
5903 * buffers.texi (Current Buffer): Note that the append-to-buffer
5904 example is no longer in synch with the latest code. Tie the two
5905 examples together.
5906
5907 * files.texi (File Attributes): Move note about MS-DOS from
5908 Changing Files to File Attributes.
5909 (Create/Delete Dirs): Note that mkdir is an alias for this.
5910
5911 2009-04-01 Markus Triska <triska@gmx.at>
5912
5913 * processes.texi (Filter Functions): Suggest how to handle output
5914 batches.
5915
5916 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
5917
5918 * help.texi (Accessing Documentation): Update example to use
5919 help-setup-xref and with-help-window.
5920 (Help Functions): Remove print-help-return-message, which is
5921 semi-obsolete due to with-help-window. Document help-buffer and
5922 help-setup-xref.
5923
5924 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
5925
5926 * help.texi (Accessing Documentation, Help Functions):
5927 Remove information about long-obsolete Emacs versions.
5928
5929 * modes.texi (Mode Line Variables): The default values of the mode
5930 line variables are now more complicated.
5931
5932 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
5933
5934 * modes.texi (Major Mode Conventions): Note that specialness is
5935 inherited.
5936 (Derived Modes): Note that define-derive-mode sets the mode-class
5937 property.
5938
5939 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5940 goto-map. Add search-map to the list.
5941
5942 2009-03-27 Eli Zaretskii <eliz@gnu.org>
5943
5944 * os.texi (System Environment): Update the list of system-type
5945 values.
5946
5947 * markers.texi (The Mark) <handle-shift-selection>: Update for
5948 removal of the optional argument DEACTIVATE.
5949
5950 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
5951
5952 * commands.texi (Focus Events): Most X window managers don't use
5953 focus-follows-mouse nowadays.
5954
5955 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
5956
5957 * commands.texi (Defining Commands): Clarify introduction.
5958 (Using Interactive): Not that interactive can be put in a symbol
5959 property.
5960 (Interactive Call): Note that a symbol with a non-nil
5961 interactive-form property satisfies commandp.
5962
5963 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
5964
5965 * minibuf.texi (Intro to Minibuffers): Fix typos.
5966
5967 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
5968
5969 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5970 about minibuffers in old Emacs versions. Copyedits.
5971 Emphasize that enable-recursive-minibuffers defaults to nil.
5972 (Text from Minibuffer): Simplify introduction.
5973
5974 2009-03-22 Alan Mackenzie <acm@muc.de>
5975
5976 * commands.texi (Using Interactive): Clarify string argument to
5977 `interactive' - even promptless elements need \n separators.
5978
5979 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
5980
5981 * minibuf.texi (Completion Styles): New node.
5982
5983 * elisp.texi (Top): Update node listing.
5984
5985 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
5986
5987 * minibuf.texi (Basic Completion): Note that
5988 read-file-name-completion-ignore-case and
5989 read-buffer-completion-ignore-case can override
5990 completion-ignore-case.
5991 (Minibuffer Completion): Document completing-read changes.
5992 (Completion Commands): Avoid mentioning partial completion mode.
5993 Document minibuffer-completion-confirm changes, and
5994 minibuffer-confirm-exit-commands.
5995 (High-Level Completion): Document new require-match behavior for
5996 read-buffer. Document read-buffer-completion-ignore-case.
5997 (Reading File Names): Document new require-match behavior for
5998 read-file-name.
5999
6000 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
6001
6002 * debugging.texi (Error Debugging): Don't mislead the reader into
6003 thinking that debug-on-error enters debugger for C-f at EOB.
6004 (Error Debugging): Setting debug-on-init within the init file
6005 works, and has for some time.
6006
6007 2009-03-13 Kenichi Handa <handa@m17n.org>
6008
6009 * display.texi (Fontsets): Update the description.
6010
6011 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
6012
6013 * advice.texi (Advising Primitives): Link to What Is a Function.
6014
6015 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
6016
6017 * compile.texi (Speed of Byte-Code): Update example.
6018 (Disassembly): Update examples.
6019
6020 * loading.texi (Repeated Loading): Simplify examples.
6021
6022 * customize.texi (Common Keywords): It's not necessary to use :tag
6023 to remove hyphens, as custom-unlispify-tag-name does it
6024 automatically.
6025 (Variable Definitions): Link to File Local Variables.
6026 Document customized-value symbol property.
6027 (Customization Types): Move menu to end of node.
6028
6029 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
6030
6031 * macros.texi (Compiling Macros): Omit misleading sentence, which
6032 implied that macros can only be used in the same file they are
6033 defined.
6034 (Backquote): Remove obsolete information about Emacs 19.
6035
6036 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
6037
6038 * display.texi (Display Margins): Fix paren typo.
6039
6040 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
6041
6042 * elisp.texi (Top): Update node listing.
6043
6044 * variables.texi (Variables): Clarify introduction.
6045 (Global Variables): Mention that setq is a special form.
6046 (Local Variables): Use active voice.
6047 (Tips for Defining): Mention marking variables as safe.
6048 (Buffer-Local Variables): Mention terminal-local and frame-local
6049 variables together.
6050 (File Local Variables): Copyedits.
6051 (Frame-Local Variables): Note that they are not really useful.
6052 (Future Local Variables): Node deleted.
6053
6054 * objects.texi (General Escape Syntax): Update explanation of
6055 Unicode escape syntax.
6056
6057 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
6058
6059 * control.texi (Control Structures): Add cindex entry for "textual
6060 order".
6061
6062 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
6063 instead of "expression" throughout.
6064 (Function Indirection): Copyedits. Use active voice.
6065 (Eval): The default value of max-lisp-eval-depth is now 400.
6066
6067 2009-02-23 Miles Bader <miles@gnu.org>
6068
6069 * processes.texi (System Processes): Rename `system-process-attributes'
6070 to `process-attributes'.
6071
6072 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6073
6074 * symbols.texi (Property Lists): Emphasize that property lists are
6075 not restricted to symbol cells.
6076 (Other Plists): Copyedit.
6077
6078 * sequences.texi (Sequences Arrays Vectors): Make introduction
6079 more concise.
6080 (Arrays): Mention char-tables and bool-vectors too.
6081 (Vectors): Don't repeat information given in Arrays node. Link to
6082 nodes that explain the vector usage examples.
6083 (Char-Tables): Note that char-table elements can have arbitrary
6084 type. Explain effect of omitted char-table-extra-slots property.
6085 Link to Property Lists node.
6086
6087 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6088
6089 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
6090 `append'.
6091 (List Elements): Copyedits.
6092
6093 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
6094 of `vconcat'.
6095
6096 * strings.texi (Creating Strings): Copyedits. Remove obsolete
6097 Emacs 20 usage of `concat'.
6098 (Case Conversion): Copyedits.
6099
6100 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
6101
6102 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
6103 Minor edits.
6104 (Frame Configuration Type): Emphasize that it is not primitive.
6105 (Font Type): New node.
6106 (Type Predicates): Add fontp; type-of now recognizes font object
6107 types.
6108
6109 * intro.texi (Version Info): Update version numbers in examples.
6110 (Acknowledgements): List more contributors.
6111
6112 * elisp.texi: Bump version number to 3.0.
6113 (Top): Link to Font Type node.
6114
6115 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
6116
6117 * modes.texi (Major Mode Conventions): Remove duplicate words.
6118 (Customizing Keywords): Fix typo.
6119
6120 2009-02-14 Eli Zaretskii <eliz@gnu.org>
6121
6122 * nonascii.texi (User-Chosen Coding Systems): Document that
6123 select-safe-coding-system suggests raw-text if there are raw bytes
6124 in the region.
6125 (Explicit Encoding): Warn not to use `undecided' when encoding.
6126
6127 2009-02-11 Glenn Morris <rgm@gnu.org>
6128
6129 * frames.texi (Visibility of Frames): Mention the effect multiple
6130 workspaces/desktops can have on visibility.
6131
6132 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6133
6134 * text.texi (Commands for Insertion):
6135 * commands.texi (Event Mod):
6136 * keymaps.texi (Searching Keymaps):
6137 * nonascii.texi (Translation of Characters):
6138 Reinstate documentation of translation-table-for-input.
6139 (Explicit Encoding): Document the `charset' text property produced
6140 by decode-coding-region and decode-coding-string.
6141
6142 2009-01-27 Alan Mackenzie <acm@muc.de>
6143
6144 * modes.texi (Search-based Fontification): Correct a typo.
6145
6146 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
6147
6148 * abbrevs.texi (Abbrev Table Properties): Fix typo.
6149 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
6150
6151 2009-01-24 Eli Zaretskii <eliz@gnu.org>
6152
6153 * display.texi (Window Systems): Document the value of
6154 `initial-window-system' under --daemon.
6155
6156 * os.texi (System Environment): Remove description of the
6157 `environment' function which has been deleted.
6158
6159 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
6160
6161 * frames.texi (Multiple Displays): Remove documentation for
6162 removed function make-frame-on-tty.
6163
6164 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
6165
6166 * files.texi (Format Conversion Piecemeal): Clarify behavior of
6167 write-region-annotate-functions.
6168 Document write-region-post-annotation-function.
6169
6170 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
6171
6172 * display.texi (Font Lookup): Document WIDTH argument of
6173 x-list-fonts.
6174
6175 2009-01-17 Eli Zaretskii <eliz@gnu.org>
6176
6177 * maps.texi (Standard Keymaps): Rename function-key-map to
6178 local-function-key-map.
6179
6180 * keymaps.texi (Translation Keymaps): Rename function-key-map to
6181 local-function-key-map.
6182
6183 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
6184 and `set-keyboard-coding-system' now accept an optional terminal
6185 argument.
6186
6187 * commands.texi (Event Mod): `keyboard-translate-table' is now
6188 terminal-local.
6189 (Function Keys): Rename function-key-map to
6190 local-function-key-map.
6191
6192 * elisp.texi (Top): Make @detailmenu be consistent with changes in
6193 frames.texi.
6194
6195 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
6196 `delete-terminal-functions', `suspend-tty-functions' and
6197 `resume-tty-functions'.
6198
6199 * frames.texi (Frames): Document `frame-terminal' and
6200 `terminal-live-p'.
6201 (Multiple Displays): Document `make-frame-on-tty'.
6202 (Multiple Terminals): Document `terminal-list', `delete-terminal',
6203 `terminal-name', and `get-device-terminal'.
6204 (Terminal Parameters): Document `terminal-parameters',
6205 `terminal-parameter', and `set-terminal-parameter'.
6206
6207 * os.texi (System Environment): Document `environment' and
6208 `initial-environment'.
6209 (Suspending Emacs): Update for multi-tty; document
6210 `suspend-tty', `resume-tty', and `controlling-tty-p'.
6211
6212 * nonascii.texi (Coding System Basics): More accurate description
6213 of `raw-text'.
6214
6215 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
6216
6217 * display.texi (Low-Level Font): Fix typo.
6218
6219 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
6220
6221 * elisp.texi (Top): Update node listing.
6222
6223 * display.texi (PostScript Images): Node deleted.
6224
6225 2009-01-10 Eli Zaretskii <eliz@gnu.org>
6226
6227 * processes.texi (Decoding Output): Document that null bytes force
6228 no-conversion for reading process output.
6229
6230 * files.texi (Reading from Files): Document that null bytes force
6231 no-conversion when visiting files.
6232
6233 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
6234
6235 * nonascii.texi (Lisp and Coding Systems):
6236 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
6237 (Character Properties): Improve wording.
6238
6239 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
6240
6241 * display.texi (Font Lookup): Remove obsolete function
6242 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
6243 (Low-Level Font): Rename from Fonts, move to end of Faces section.
6244 (Font Selection): Reorder order of variable descriptions.
6245 Minor clarifications.
6246
6247 * elisp.texi (Top): Update node listing.
6248
6249 2009-01-09 Glenn Morris <rgm@gnu.org>
6250
6251 * commands.texi (Command Loop Info): Say that last-command-char and
6252 last-input-char are obsolete aliases.
6253
6254 * edebug.texi (Edebug Recursive Edit): Remove separate references to
6255 last-input-char and last-command-char, since they are just aliases for
6256 last-input-event and last-command-event.
6257
6258 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
6259 last-command-char.
6260
6261 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6262
6263 * elisp.texi: Update node listing.
6264
6265 * display.texi (Faces): Put Font Selection node after Auto Faces.
6266 (Face Attributes): Don't link to Font Lookup.
6267 Document font-family-list.
6268 (Fonts): New node.
6269
6270 2009-01-08 Jason Rumney <jasonr@gnu.org>
6271
6272 * frames.texi (Pointer Shape): Clarify that only X supports
6273 changing the standard pointer shapes. (Bug#1485)
6274
6275 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6276
6277 * display.texi (Attribute Functions): Note that a function value
6278 :height is relative, and that compatibility functions work by
6279 calling set-face-attribute.
6280 (Displaying Faces): Reorder list in order of increasing priority.
6281 (Face Remapping): New node. Content moved here from Displaying
6282 Faces.
6283 (Glyphs): Link to Face Functions.
6284
6285 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6286
6287 * display.texi (Faces): Don't discuss face id here. facep does
6288 not return t.
6289 (Defining Faces): Minor clarification.
6290 (Face Attributes): Rearrange items to match docstring of
6291 set-face-attribute. Add :foundry attribute. Document new role of
6292 :font attribute. Texinfo usage fix.
6293 (Attribute Functions): Copyedits.
6294 (Face Functions): Note that face number is seldom used.
6295
6296 2009-01-05 Richard M Stallman <rms@gnu.org>
6297
6298 * strings.texi (Predicates for Strings): Minor clarification.
6299
6300 * functions.texi (Function Safety): Texinfo usage fix.
6301
6302 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
6303
6304 * objects.texi (General Escape Syntax): Fix typo.
6305
6306 2009-01-03 Martin Rudalics <rudalics@gmx.at>
6307
6308 * windows.texi (Choosing Window): Say that pop-up-frame-alist
6309 works via the default value of pop-up-frame-function.
6310
6311 2009-01-02 Eli Zaretskii <eliz@gnu.org>
6312
6313 * processes.texi (System Processes): Document the `time' and
6314 `ctime' attributes of `system-process-attributes'.
6315
6316 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
6317
6318 * display.texi (Face Attributes): Clarify :height attribute.
6319
6320 2008-12-31 Martin Rudalics <rudalics@gmx.at>
6321
6322 * buffers.texi (The Buffer List): Clarify what moves a buffer to
6323 the front of the buffer list. Add entries for `last-buffer' and
6324 `unbury-buffer'.
6325
6326 2008-12-27 Eli Zaretskii <eliz@gnu.org>
6327
6328 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
6329 and its subsections.
6330
6331 * frames.texi (Multiple Terminals, Low-level Terminal)
6332 (Terminal Parameters, Frames on Other TTY devices): New sections.
6333 (Frames): Add an xref to "Multiple Terminals".
6334
6335 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
6336
6337 * objects.texi (Terminal Type): New node.
6338 (Editing Types): Add it to the menu.
6339
6340 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
6341 Variables".
6342
6343 * variables.texi (Directory Local Variables): New node.
6344 (Variables): Add a menu item for it.
6345
6346 * loading.texi (Autoload): Document `generate-autoload-cookie' and
6347 `generated-autoload-file'.
6348
6349 2008-12-20 Eli Zaretskii <eliz@gnu.org>
6350
6351 * os.texi (Startup Summary): Add xref to documentation of
6352 `initial-window-system'.
6353
6354 * display.texi (Window Systems): Document `window-system' the
6355 function. The variable `window-system' is now frame-local.
6356 Document `initial-window-system'.
6357
6358 2008-12-19 Martin Rudalics <rudalics@gmx.at>
6359
6360 * windows.texi (Windows): Rewrite description of
6361 fit-window-to-buffer.
6362
6363 2008-12-13 Glenn Morris <rgm@gnu.org>
6364
6365 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
6366 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
6367
6368 2008-12-12 Glenn Morris <rgm@gnu.org>
6369
6370 * debugging.texi (Error Debugging): Refer forwards to
6371 eval-expression-debug-on-error.
6372
6373 2008-12-05 Eli Zaretskii <eliz@gnu.org>
6374
6375 * strings.texi (String Basics): Only unibyte strings that
6376 represent key sequences hold 8-bit raw bytes.
6377
6378 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
6379 paragraph to speak about `undecided'.
6380 (Character Properties): Don't explain the meaning of each
6381 property; instead, identify their Unicode Standard names.
6382 (Character Sets): Document `map-charset-chars'.
6383
6384 2008-12-02 Glenn Morris <rgm@gnu.org>
6385
6386 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6387 section yet again.
6388
6389 2008-11-29 Eli Zaretskii <eliz@gnu.org>
6390
6391 * nonascii.texi (Character Properties): New Section.
6392 (Specifying Coding Systems): Document
6393 `coding-system-priority-list', `set-coding-system-priority', and
6394 `with-coding-priority'.
6395 (Lisp and Coding Systems): Document `check-coding-systems-region'
6396 and `coding-system-charset-list'.
6397 (Coding System Basics): Document `coding-system-aliases'.
6398
6399 * elisp.texi (Top): Add a @detailmenu entry for "Character
6400 Properties".
6401
6402 * objects.texi (Character Type): Correct the range of Emacs
6403 characters. Add an @xref to "Character Codes".
6404
6405 * strings.texi (String Basics): Add an @xref to "Character Codes".
6406
6407 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6408
6409 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6410 (Character Codes): Document `max-char'.
6411
6412 2008-11-28 Eli Zaretskii <eliz@gnu.org>
6413
6414 * nonascii.texi (Text Representations, Converting Representations)
6415 (Character Sets, Scanning Charsets, Translation of Characters):
6416 Make text more accurate.
6417
6418 2008-11-28 Glenn Morris <rgm@gnu.org>
6419
6420 * files.texi (Format Conversion Round-Trip): Improve previous change.
6421
6422 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
6423
6424 * modes.texi (Auto Major Mode): Fix example.
6425
6426 2008-11-25 Glenn Morris <rgm@gnu.org>
6427
6428 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6429
6430 * files.texi (Format Conversion Round-Trip):
6431 Use active voice for previous change.
6432
6433 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
6434
6435 * os.texi (Processor Run Time):
6436 * processes.texi (Transaction Queues):
6437 * markers.texi (The Mark):
6438 * windows.texi (Choosing Window, Selecting Windows):
6439 * files.texi (Changing Files, Magic File Names):
6440 * commands.texi (Key Sequence Input):
6441 * functions.texi (Declaring Functions):
6442 * strings.texi (Predicates for Strings):
6443 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6444
6445 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
6446
6447 * help.texi (Accessing Documentation): Update example.
6448
6449 * variables.texi (Defining Variables): Note that `*' is not
6450 necessary if defcustom is used.
6451
6452 2008-11-22 Eli Zaretskii <eliz@gnu.org>
6453
6454 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6455 Characters" from @detailmenu.
6456
6457 * nonascii.texi (Character Codes, Character Sets)
6458 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6459 (Chars and Bytes, Splitting Characters): Sections removed.
6460
6461 2008-11-22 Lute Kamstra <lute@gnu.org>
6462
6463 * positions.texi (Text Lines): Update goto-line documentation.
6464
6465 2008-11-21 Martin Rudalics <rudalics@gmx.at>
6466
6467 * frames.texi (Frames): Fix typo, add cross references, reword.
6468 (Initial Parameters): Reword special-display-frame-alist text.
6469 (Frames and Windows): Reword. Describe argument norecord for
6470 set-frame-selected-window.
6471 (Input Focus): Describe argument norecord for select-frame.
6472 Remove comment on MS-Windows behavior for focus-follows-mouse.
6473 (Raising and Lowering): Mention windows-frames dichotomy in
6474 metaphor.
6475
6476 * windows.texi (Displaying Buffers, Vertical Scrolling)
6477 (Horizontal Scrolling): Fix indenting and rewording issues
6478 introduced with 2008-11-07 change.
6479
6480 2008-11-20 Glenn Morris <rgm@gnu.org>
6481
6482 * files.texi (Format Conversion Round-Trip): Mention `preserve'
6483 element of `format-alist'.
6484
6485 2008-11-19 Glenn Morris <rgm@gnu.org>
6486
6487 * doclicense.texi: Update to FDL 1.3.
6488 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6489
6490 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
6491
6492 * windows.texi (Window Hooks): Remove *-end-trigger-functions
6493 vars, which are obsolete. Mention jit-lock-register.
6494
6495 * modes.texi (Other Font Lock Variables):
6496 Document jit-lock-register and jit-lock-unregister.
6497
6498 * frames.texi (Color Parameters): Document alpha parameter.
6499
6500 2008-11-16 Martin Rudalics <rudalics@gmx.at>
6501
6502 * windows.texi (Splitting Windows, Deleting Windows)
6503 (Selecting Windows, Cyclic Window Ordering)
6504 (Buffers and Windows, Displaying Buffers, Choosing Window)
6505 (Dedicated Windows, Window Point, Window Start and End)
6506 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6507 (Size of Window, Resizing Windows, Window Configurations)
6508 (Window Parameters): Avoid @var at beginning of sentences and
6509 reword accordingly.
6510
6511 2008-11-11 Lute Kamstra <lute@gnu.org>
6512
6513 * files.texi (File Name Components): Fix file-name-extension
6514 documentation.
6515
6516 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
6517
6518 * frames.texi (Basic Parameters): Remove display-environment-variable
6519 and term-environment-variable.
6520
6521 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6522
6523 * windows.texi (Basic Windows, Splitting Windows)
6524 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6525 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
6526 (Resizing Windows, Window Configurations, Window Parameters):
6527 Fix wording and markup.
6528
6529 2008-11-07 Martin Rudalics <rudalics@gmx.at>
6530
6531 * windows.texi (Windows): Update entries.
6532 (Basic Windows): Remove listing of attributes. Reword.
6533 (Splitting Windows, Deleting Windows): Reword.
6534 (Selecting Windows, Cyclic Window Ordering): Reword with special
6535 emphasis on order of recently selected windows and buffer list.
6536 (Buffers and Windows, Choosing Window): Reword with special
6537 emphasis on dedicated windows.
6538 (Displaying Buffers): Reword. For switch-to-buffer mention that
6539 it may fall back on pop-to-buffer. For other-window try to
6540 explain how it treats the cyclic ordering of windows.
6541 (Dedicated Windows): New node and section discussing dedicated
6542 windows and associated functions.
6543 (Window Point): Add entry for window-point-insertion-type. Reword.
6544 (Window Start and End): Rename node and section title. Reword.
6545 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6546 Minor rewording.
6547 (Size of Window): Reword, in particular text on window-width.
6548 (Resizing Windows): Reword. Add text on balancing windows.
6549 (Window Configurations): Reword. Mention window parameters.
6550 (Window Parameters): New node and section on window parameters.
6551 (Window Hooks): Reword. Mention that
6552 window-configuration-change-hook is run "buffer-locally".
6553 * elisp.texi (Top): Update Windows entries in @detailmenu
6554 section.
6555
6556 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
6557
6558 * searching.texi (Regexp Search): Fix typo.
6559
6560 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6561
6562 * searching.texi (Regexp Search): Document GREEDY arg.
6563 (Simple Match Data): Fix return value.
6564
6565 2008-11-01 Eli Zaretskii <eliz@gnu.org>
6566
6567 * nonascii.texi (Text Representations): Rewrite to make consistent
6568 with Emacs 23 internal representation of characters.
6569 Document `unibyte-string'.
6570
6571 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
6572
6573 * processes.texi (Process Information): Note that process-status
6574 does not accept buffer names.
6575
6576 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6577
6578 * positions.texi (Skipping Characters): Correct return value of
6579 skip-chars-forward.
6580
6581 2008-10-25 Martin Rudalics <rudalics@gmx.at>
6582
6583 * windows.texi (Deleting Windows): Update documentation of
6584 delete-windows-on.
6585 (Buffers and Windows): Update documentations of
6586 get-buffer-window and get-buffer-window-list.
6587 (Displaying Buffers): Update documentation of
6588 replace-buffer-in-windows.
6589
6590 * buffers.texi (Current Buffer): Reword set-buffer and
6591 with-current-buffer documentations.
6592 (Creating Buffers): Reword documentation of get-buffer-create.
6593
6594 2008-10-23 Martin Rudalics <rudalics@gmx.at>
6595
6596 * buffers.texi (Current Buffer): Reword documentation of
6597 set-buffer.
6598 (Buffer Names): Reword documentation of buffer-name.
6599 (The Buffer List): For bury-buffer explain what happens with the
6600 buffer's window.
6601 (Creating Buffers): Say that get-buffer-create's arg is called
6602 buffer-or-name.
6603
6604 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
6605
6606 * advice.texi (Computed Advice): Explain what DEFINITION is.
6607
6608 * nonascii.texi (Character Codes): Remove obsolete function
6609 char-valid-p, and document characterp instead.
6610
6611 2008-10-22 Martin Rudalics <rudalics@gmx.at>
6612
6613 * windows.texi (Displaying Buffers): Reword documentation of
6614 pop-to-buffer.
6615 (Choosing Window): Rewrite documentation of display-buffer and
6616 its options.
6617
6618 * buffers.texi (Killing Buffers): Update documentation of
6619 kill-buffer.
6620
6621 2008-10-21 Eli Zaretskii <eliz@gnu.org>
6622
6623 * processes.texi (Serial Ports): Fix wording and improve markup.
6624
6625 * searching.texi (Regexp Search): Document `string-match-p' and
6626 `looking-at-p'.
6627 (POSIX Regexps): Add an xref for "non-greedy".
6628 (Regexp Special): Add @cindex entry for "non-greedy".
6629
6630 * display.texi (Attribute Functions): Document `face-all-attributes'.
6631 (Image Cache) <image-refresh>: Minor wording fixes.
6632
6633 * frames.texi (Color Names): Add an xref to `read-color'.
6634
6635 * minibuf.texi (High-Level Completion): Document `read-color'.
6636
6637 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
6638
6639 * positions.texi (Narrowing): Add an xref to "Swapping Text".
6640
6641 * buffers.texi (Swapping Text): New section, documents
6642 `buffer-swap-text'.
6643
6644 2008-10-21 Martin Rudalics <rudalics@gmx.at>
6645
6646 * windows.texi (Resizing Windows): Minor wording fix.
6647
6648 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6649
6650 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
6651 and `combine-and-quote-strings'.
6652
6653 * strings.texi (Creating Strings): Add xrefs for them.
6654
6655 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6656
6657 * elisp.texi (Top): Make descriptive text for "Reading File Names"
6658 match the corresponding menu in minibuf.texi.
6659
6660 * minibuf.texi (Reading File Names): Document `read-shell-command'
6661 and `minibuffer-local-shell-command-map'.
6662
6663 2008-10-19 Martin Rudalics <rudalics@gmx.at>
6664
6665 * windows.texi (Resizing Windows): Remove var{} around "window" in
6666 documentation of enlarge-window.
6667 Rewrite documentation of window-min-height and window-min-width.
6668
6669 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6670
6671 * functions.texi (Calling Functions): Document `apply-partially'.
6672
6673 * hooks.texi (Standard Hooks): Mention
6674 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
6675
6676 * variables.texi (File Local Variables): Document
6677 `file-local-variables-alist', `before-hack-local-variables-hook'
6678 and `hack-local-variables-hook'.
6679
6680 * processes.texi (Synchronous Processes): Document `process-lines'.
6681
6682 * customize.texi (Variable Definitions):
6683 Document `custom-reevaluate-setting'.
6684
6685 2008-10-18 Martin Rudalics <rudalics@gmx.at>
6686
6687 * windows.texi (Choosing Window, Deleting Windows)
6688 (Displaying Buffers): Expand documentation of dedicated windows.
6689
6690 2008-10-18 Eli Zaretskii <eliz@gnu.org>
6691
6692 * files.texi (Changing Files): Document symbolic input of file
6693 modes to `set-file-modes'. Document `read-file-modes' and
6694 `file-modes-symbolic-to-number'.
6695
6696 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
6697 and `search-map'.
6698
6699 * searching.texi (Search and Replace):
6700 Document `replace-search-function' and `replace-re-search-function'.
6701 Document `multi-query-replace-map'.
6702
6703 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
6704 (Completion Commands, Reading File Names):
6705 Rename `minibuffer-local-must-match-filename-map' to
6706 `minibuffer-local-filename-must-match-map'.
6707 (Minibuffer Completion): The `require-match' argument to
6708 `completing-read' can now have the value `confirm-only'.
6709
6710 * windows.texi (Displaying Buffers): Minor wording fix.
6711 (Choosing Window): `split-height-threshold' can now be nil.
6712 Document `split-width-threshold'. `pop-up-frames' can have the
6713 value `graphic-only'.
6714
6715 2008-10-17 Eli Zaretskii <eliz@gnu.org>
6716
6717 * os.texi (Startup Summary): Document `before-init-time' and
6718 `after-init-time'. Document `initial-window-system' and
6719 `window-system-initialization-alist'. Document reading the
6720 abbrevs file. Document the call to `server-start' under --daemon.
6721 Rearrange a bit to be consistent with the code flow.
6722 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6723 (Time Parsing): Document `format-seconds'.
6724
6725 2008-10-17 Martin Rudalics <rudalics@gmx.at>
6726
6727 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6728 and reword.
6729
6730 2008-10-16 Eli Zaretskii <eliz@gnu.org>
6731
6732 * markers.texi (The Mark): Document use-region-p.
6733
6734 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6735
6736 * internals.texi (Writing Emacs Primitives): The interactive spec
6737 of a primitive can be a Lisp form.
6738
6739 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6740 values of transient-mark-mode. Document handle-shift-selection.
6741
6742 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6743 (Interactive Examples): Show an example of `^'.
6744 (Key Sequence Input): Document this-command-keys-shift-translated.
6745 (Defining Commands, Using Interactive): The interactive-form of a
6746 function can be added via its symbol's property.
6747
6748 * positions.texi (List Motion): beginning-of-defun-function can
6749 now accept an argument.
6750
6751 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6752 now return a list of strings.
6753
6754 * control.texi (Handling Errors): Document ignore-errors.
6755
6756 * frames.texi (Creating Frames): Document frame-inherited-parameters.
6757 (Parameter Access): Document set-frame-parameter.
6758
6759 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6760 Hooks" for the effect of kill-all-local-variables on local hook
6761 functions.
6762
6763 * modes.texi (Major Mode Conventions, Mode Line Variables):
6764 `mode-name' need not be a string. xref to "Mode Line Data" for
6765 details, and to "Emulating Mode Line" for computing a string
6766 value.
6767
6768 2008-10-14 Eli Zaretskii <eliz@gnu.org>
6769
6770 * processes.texi (System Processes): New section.
6771 (Processes, Signals to Processes): Add xrefs to it.
6772
6773 * objects.texi (Editing Types): A `process' is a subprocess of
6774 Emacs, not just any process running on the OS.
6775
6776 * elisp.texi (Top): Adjust the @detailmenu for the above two
6777 changes.
6778
6779 * sequences.texi (Char-Tables): Remove documentation of
6780 set-char-table-default, which has no effect since Emacs 23.
6781 <char-table-range, set-char-table-range>: Don't mention generic
6782 characters and charsets. Add a cons cell as a possible argument.
6783
6784 * nonascii.texi (Splitting Characters)
6785 (Translation of Characters): Don't mention generic characters.
6786
6787 * display.texi (Fontsets): Don't mention generic characters.
6788
6789 * sequences.texi (Char-Tables): `map-char-table' can now call its
6790 argument FUNCTION with a cons cell as KEY.
6791
6792 2008-10-13 Eli Zaretskii <eliz@gnu.org>
6793
6794 * objects.texi (Primitive Function Type): Move "@cindex special
6795 forms" from here...
6796
6797 * eval.texi (Special Forms): ...to here.
6798
6799 * functions.texi (What Is a Function): `functionp' returns nil for
6800 special forms. Add an xref.
6801
6802 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6803 Variables".
6804
6805 * variables.texi (Frame-Local Variables): New section.
6806 (Buffer-Local Variables): Add an xref to it.
6807 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6808 have both frame-local and buffer-local binding.
6809
6810 * frames.texi (Frames): Mention multiple tty frames.
6811 (Frame Parameters, Parameter Access): Mention frame-local variable
6812 bindings.
6813
6814 2008-09-20 Glenn Morris <rgm@gnu.org>
6815
6816 * display.texi (Defining Faces): Recommend against face variables.
6817
6818 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
6819
6820 * display.texi (Echo Area Customization): Fix typo.
6821
6822 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
6823
6824 * loading.texi (Where Defined): Add `defface' item.
6825
6826 2008-09-06 Martin Rudalics <rudalics@gmx.at>
6827
6828 * loading.texi (Where Defined): Fix description of symbol-file.
6829
6830 2008-08-26 Jason Rumney <jasonr@gnu.org>
6831
6832 * display.texi (TIFF Images): New section describing :index property.
6833
6834 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6835
6836 * display.texi (Temporary Displays): Remove unnecessary comment
6837 about usage of temp-buffer-show-hook.
6838
6839 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6840
6841 * symbols.texi (Other Plists): Fix incorrect example.
6842 Suggested by Florian Beck.
6843
6844 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6845
6846 * os.texi: Fix previous change.
6847
6848 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6849
6850 * os.texi:
6851 * intro.texi:
6852 * files.texi: Remove VMS support.
6853
6854 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6855
6856 * os.texi:
6857 * frames.texi:
6858 * display.texi: Remove mentions of Mac Carbon.
6859
6860 2008-07-01 Miles Bader <miles@gnu.org>
6861
6862 * text.texi (Special Properties):
6863 * display.texi (Truncation): Add wrap-prefix and line-prefix.
6864
6865 2008-06-28 Johan Bockgård <bojohan@gnu.org>
6866
6867 * display.texi (Other Image Types): Fix copy/paste error; say
6868 "PBM", not "XBM".
6869
6870 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6871
6872 * os.texi: Remove references to obsolete systems.
6873
6874 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6875
6876 * makefile.w32-in (distclean): Remove makefile.
6877
6878 2008-06-17 Glenn Morris <rgm@gnu.org>
6879
6880 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6881 (elisp, dist): Remove rules and variables that are obsolete now
6882 the lisp manual is no longer distributed separately.
6883
6884 2008-06-16 Glenn Morris <rgm@gnu.org>
6885
6886 * configure, configure.in, mkinstalldirs: Remove unused files.
6887
6888 * book-spine.texinfo: Set version to 23.0.60.
6889 * vol1.texi (EMACSVER):
6890 * vol2.texi (EMACSVER): Set to 23.0.60.
6891
6892 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6893 as per maintain.info.
6894
6895 2008-06-15 Glenn Morris <rgm@gnu.org>
6896
6897 * makefile.w32-in (manual): Use "23" rather than "21".
6898
6899 * Makefile.in (emacsver): New, set by configure.
6900 (manual): Use emacsver.
6901
6902 * intro.texi: Report bugs using M-x report-emacs-bug.
6903
6904 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6905
6906 2008-06-13 Daniel Engeler <engeler@gmail.com>
6907
6908 * elisp.texi, internals.texi, processes.texi: Add documentation
6909 about serial port access.
6910
6911 2008-06-05 Miles Bader <miles@gnu.org>
6912
6913 * display.texi (Displaying Faces): Update to reflect function
6914 renamings in face-remap.el.
6915
6916 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
6917
6918 * display.texi (Fontsets): Fix typos.
6919
6920 2008-06-03 Miles Bader <miles@gnu.org>
6921
6922 * display.texi (Displaying Faces): Add add-relative-face-remapping,
6923 remove-relative-face-remapping, set-base-face-remapping,
6924 and set-default-base-face-remapping.
6925
6926 2008-06-01 Miles Bader <miles@gnu.org>
6927
6928 * display.texi (Displaying Faces): Add face-remapping-alist.
6929
6930 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6931
6932 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6933 variable names.
6934
6935 2008-05-03 Eric S. Raymond <esr@golux>
6936
6937 * keymaps.texi: Clarify that (current-local-map) and
6938 (current-global-map) return references, not copies.
6939
6940 2008-05-02 Juri Linkov <juri@jurta.org>
6941
6942 * minibuf.texi (Text from Minibuffer): Document a list of
6943 default values for `read-from-minibuffer'.
6944
6945 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
6946
6947 * nonascii.texi (Translation of Characters): Fix previous change.
6948
6949 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
6950
6951 * display.texi (Overlay Properties): Clarify role of underlying
6952 textprop and overlay keymaps for display strings.
6953
6954 * keymaps.texi (Active Keymaps): Ditto.
6955
6956 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6957
6958 * minibuf.texi (Programmed Completion):
6959 Replace dynamic-completion-table with the new completion-table-dynamic.
6960
6961 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
6962
6963 * intro.texi (Some Terms): Change "fonts in this manual" index
6964 entry to "typographic conventions".
6965
6966 2008-04-05 Eli Zaretskii <eliz@gnu.org>
6967
6968 * objects.texi (Text Props and Strings): Add indexing for read
6969 syntax of text properties.
6970
6971 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6972
6973 * processes.texi (Decoding Output): Remove process-filter-multibyte
6974 functions.
6975
6976 2008-03-15 Martin Rudalics <rudalics@gmx.at>
6977
6978 * display.texi (Finding Overlays): Say that empty overlays at
6979 the end of the buffer are reported too.
6980
6981 2008-03-13 Glenn Morris <rgm@gnu.org>
6982
6983 * elisp.texi (EMACSVER): Set to 23.0.60.
6984
6985 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
6986
6987 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
6988
6989 2008-02-22 Glenn Morris <rgm@gnu.org>
6990
6991 * frames.texi (Position Parameters): Clarify the description of
6992 `left' and `top', using information from "Geometry".
6993 (Geometry): Give a pointer to "Position Parameters", rather than
6994 repeating information.
6995
6996 2008-02-11 Glenn Morris <rgm@gnu.org>
6997
6998 * objects.texi (Equality Predicates): No longer talk about "two"
6999 functions.
7000
7001 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
7002
7003 * objects.texi (Equality Predicates): Add defun for
7004 equal-including-properties.
7005
7006 2008-02-10 Glenn Morris <rgm@gnu.org>
7007
7008 * objects.texi (Equality Predicates):
7009 Mention equal-including-properties.
7010
7011 2008-02-07 Richard Stallman <rms@gnu.org>
7012
7013 * windows.texi (Window Start): Mention the feature of moving
7014 window-start to start of line.
7015
7016 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
7017
7018 * keymaps.texi (Tool Bar): Document rtl property.
7019
7020 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7021
7022 * display.texi (Button Types):
7023 For define-button-type, clarify type of NAME.
7024
7025 2008-01-19 Martin Rudalics <rudalics@gmx.at>
7026
7027 * buffers.texi (Buffer Modification): Fix typo.
7028
7029 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7030
7031 * os.texi (System Environment): Remove references to OSes that are
7032 not supported anymore.
7033
7034 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7035
7036 * os.texi (System Environment): Remove mention for Masscomp.
7037
7038 2008-01-04 Richard Stallman <rms@gnu.org>
7039
7040 * display.texi (Faces): Don't talk about internal face vector as arg
7041 to facep.
7042
7043 * customize.texi (Type Keywords): Fix previous change.
7044
7045 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
7046 * elisp.texi (Top): Fix menu for commands.texi change.
7047
7048 2007-12-30 Richard Stallman <rms@gnu.org>
7049
7050 * commands.texi (Accessing Mouse): Rename from Accessing Events.
7051 (Accessing Scroll): New node broken out of Accessing Mouse.
7052
7053 2007-12-28 Richard Stallman <rms@gnu.org>
7054
7055 * frames.texi (Size Parameters): Fix typo.
7056 (Basic Parameters): For `title', refer to title bar.
7057 (Size and Position): Explain meaning of frame pixel width and height.
7058
7059 2007-12-23 Richard Stallman <rms@gnu.org>
7060
7061 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
7062 Improve some of the commented-out keywords' text too.
7063
7064 2007-12-14 Martin Rudalics <rudalics@gmx.at>
7065
7066 * nonascii.texi (Encoding and I/O): Reword to avoid saying
7067 "visit the current buffer".
7068
7069 * os.texi (System Interface): Fix typo.
7070
7071 2007-12-04 Richard Stallman <rms@gnu.org>
7072
7073 * objects.texi (Symbol Type): Fix typo.
7074
7075 2007-12-03 Richard Stallman <rms@gnu.org>
7076
7077 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
7078
7079 2007-12-01 Glenn Morris <rgm@gnu.org>
7080
7081 * functions.texi (Declaring Functions): Improve previous change.
7082
7083 2007-11-30 Glenn Morris <rgm@gnu.org>
7084
7085 * functions.texi (Declaring Functions): Add optional fourth
7086 argument of declare-function, and setting third argument to `t'.
7087
7088 2007-11-29 Richard Stallman <rms@gnu.org>
7089
7090 * customize.texi (Composite Types): Document `group' type.
7091
7092 2007-11-29 Glenn Morris <rgm@gnu.org>
7093
7094 * functions.texi (Declaring Functions): Add findex.
7095 Mention `external' files.
7096
7097 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
7098
7099 * functions.texi (Declaring Functions): Fix directive.
7100
7101 2007-11-25 Richard Stallman <rms@gnu.org>
7102
7103 * help.texi (Help Functions): Clean up last change.
7104
7105 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
7106
7107 * loading.texi (Named Features): Minor cleanup.
7108
7109 * macros.texi (Eval During Expansion): Minor cleanup.
7110
7111 * variables.texi (Variable Aliases): Minor cleanup.
7112
7113 2007-11-24 Richard Stallman <rms@gnu.org>
7114
7115 * functions.texi (Declaring Functions): Clarify previous change.
7116
7117 * compile.texi (Compiler Errors): Clarify previous change.
7118
7119 2007-11-24 Richard Stallman <rms@gnu.org>
7120
7121 * display.texi (Refresh Screen, Forcing Redisplay):
7122 Clarify the text and move items around.
7123
7124 2007-11-24 Glenn Morris <rgm@gnu.org>
7125
7126 * functions.texi (Declaring Functions): New section.
7127 * compile.texi (Compiler Errors): Mention declaring functions,
7128 defvar with no initvalue, and byte-compile-warnings.
7129
7130 2007-11-15 Martin Rudalics <rudalics@gmx.at>
7131
7132 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
7133 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
7134
7135 2007-11-13 Martin Rudalics <rudalics@gmx.at>
7136
7137 * help.texi (Help Functions): Document new macro `with-help-window'.
7138
7139 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
7140
7141 * searching.texi (Replacing Match): Describe new
7142 `match-substitute-replacement'.
7143
7144 2007-10-31 Richard Stallman <rms@gnu.org>
7145
7146 * strings.texi (Creating Strings): Null strings from concat not unique.
7147
7148 2007-10-26 Richard Stallman <rms@gnu.org>
7149
7150 * objects.texi (Equality Predicates): Null strings are uniquified.
7151
7152 * minibuf.texi: Minor clarifications in previous change.
7153
7154 2007-10-25 Glenn Morris <rgm@gnu.org>
7155
7156 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
7157
7158 2007-10-24 Richard Stallman <rms@gnu.org>
7159
7160 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
7161
7162 * variables.texi (Frame-Local Variables): Node deleted.
7163 (Variables): Delete Frame-Local Variables from menu.
7164 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
7165 (Default Value): Don't mention frame-local vars.
7166
7167 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
7168
7169 * loading.texi (Unloading): Document FEATURE-unload-function
7170 instead of FEATURE-unload-hook.
7171
7172 * frames.texi (Multiple Displays): Don't mention frame-local vars.
7173
7174 2007-10-22 Juri Linkov <juri@jurta.org>
7175
7176 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
7177 (High-Level Completion): Document a list of default value strings
7178 in the DEFAULT argument, for which minibuffer functions return the
7179 first element.
7180
7181 2007-10-17 Juri Linkov <juri@jurta.org>
7182
7183 * text.texi (Filling): Update arguments of fill-paragraph.
7184 fill-paragraph operates on the active region in Transient Mark mode.
7185 Remove fill-paragraph-or-region.
7186
7187 2007-10-13 Karl Berry <karl@gnu.org>
7188
7189 * elisp.texi (@dircategory): Move to after @copying,
7190 since we want @copying as close as possible to the beginning of
7191 the output.
7192
7193 2007-10-12 Richard Stallman <rms@gnu.org>
7194
7195 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
7196
7197 * commands.texi (Distinguish Interactive): New node,
7198 broken out from Interactive Call and rewritten.
7199 (Command Loop): Put Distinguish Interactive in menu.
7200
7201 2007-10-09 Richard Stallman <rms@gnu.org>
7202
7203 * text.texi (Examining Properties): Mention overlay priority.
7204
7205 * display.texi (Display Margins): Correct the description
7206 of margin display specifications.
7207 (Replacing Specs): New subnode broken out of Display Property.
7208
7209 2007-10-06 Juri Linkov <juri@jurta.org>
7210
7211 * text.texi (Filling): Document fill-paragraph-or-region.
7212
7213 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
7214
7215 * display.texi (Auto Faces): Fix typo.
7216
7217 2007-10-02 Richard Stallman <rms@gnu.org>
7218
7219 * display.texi (Display Property): Explain some display specs
7220 don't let you move point in.
7221
7222 * frames.texi (Cursor Parameters):
7223 Describe cursor-in-non-selected-windows here. Explain more values.
7224
7225 * windows.texi (Basic Windows): Don't describe
7226 cursor-in-non-selected-windows here.
7227
7228 2007-10-01 Eli Zaretskii <eliz@gnu.org>
7229
7230 * processes.texi (Misc Network): Note that these functions are
7231 supported only on some systems.
7232
7233 2007-10-01 Richard Stallman <rms@gnu.org>
7234
7235 * display.texi (Overlay Properties): Explain nil as priority.
7236 Explain that conflicts are unpredictable if not resolved by
7237 priorities.
7238
7239 2007-09-23 Richard Stallman <rms@gnu.org>
7240
7241 * macros.texi (Backquote): Minor clarification.
7242
7243 2007-09-19 Richard Stallman <rms@gnu.org>
7244
7245 * display.texi (Display Property): Explain multiple display specs.
7246 Clarify when they work in parallel and when one overrides.
7247 Fix error in example.
7248
7249 2007-09-06 Glenn Morris <rgm@gnu.org>
7250
7251 Move from lispref/ to doc/lispref/. Change all setfilename
7252 commands to use ../../info.
7253 * Makefile.in (infodir): Go up one more level.
7254 (usermanualdir): Change from ../man to ../emacs.
7255 (miscmanualdir): New.
7256 (dist): Use new variable miscmanualdir.
7257 * makefile.w32-in (infodir, texinputdir): Go up one more level.
7258 (usermanualdir): Change from ../man to ../emacs.
7259
7260 2007-08-30 Martin Rudalics <rudalics@gmx.at>
7261
7262 * commands.texi (Command Loop Info): Advise against changing
7263 most variables described here. Explain new variable
7264 last-repeatable-command.
7265
7266 2007-08-29 Glenn Morris <rgm@gnu.org>
7267
7268 * elisp.texi (EMACSVER): Increase to 23.0.50.
7269
7270 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7271
7272 * frames.texi (Basic Parameters): Add display-environment-variable
7273 and term-environment-variable.
7274
7275 2007-08-28 Juri Linkov <juri@jurta.org>
7276
7277 * display.texi (Image Formats, Other Image Types): Add SVG.
7278
7279 2007-08-28 Juri Linkov <juri@jurta.org>
7280
7281 * display.texi (Images): Move formats-related text to new node
7282 "Image Formats".
7283 (Image Formats): New node.
7284
7285 2007-08-27 Richard Stallman <rms@gnu.org>
7286
7287 * windows.texi (Window Configurations): Clarify what
7288 a window configuration saves.
7289
7290 2007-08-25 Richard Stallman <rms@gnu.org>
7291
7292 * display.texi (Images): Delete redundant @findex.
7293
7294 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7295
7296 * text.texi (Change Hooks): (after|before)-change-functions are no
7297 longer bound to nil while running; rather inhibit-modification-hooks
7298 is t.
7299
7300 2007-08-16 Richard Stallman <rms@gnu.org>
7301
7302 * processes.texi (Asynchronous Processes):
7303 Clarify doc of start-file-process.
7304
7305 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7306
7307 * modes.texi (Example Major Modes): Fix typo.
7308
7309 2007-08-08 Glenn Morris <rgm@gnu.org>
7310
7311 * intro.texi (nil and t): Do not use `iff' in documentation.
7312
7313 * tips.texi (Documentation Tips): Recommend against `iff'.
7314
7315 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7316
7317 * display.texi (Image Cache): Document image-refresh.
7318
7319 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7320
7321 * windows.texi (Size of Window): Document window-full-width-p.
7322
7323 2007-07-25 Glenn Morris <rgm@gnu.org>
7324
7325 * gpl.texi (GPL): Replace license with GPLv3.
7326
7327 * Relicense all FSF files to GPLv3 or later.
7328
7329 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7330
7331 * processes.texi (Synchronous Processes):
7332 Add `process-file-shell-command'.
7333 (Asynchronous Processes): Mention restricted use of
7334 `process-filter' and `process-sentinel' in
7335 `start-file-process'. Add `start-file-process-shell-command'.
7336
7337 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7338
7339 * files.texi (Magic File Names): Introduce optional parameter
7340 IDENTIFICATION for `file-remote-p'.
7341
7342 2007-07-16 Richard Stallman <rms@gnu.org>
7343
7344 * display.texi (Defining Faces): Fix previous change.
7345
7346 2007-07-14 Richard Stallman <rms@gnu.org>
7347
7348 * control.texi (Handling Errors): Document `debug' in handler list.
7349
7350 2007-07-10 Richard Stallman <rms@gnu.org>
7351
7352 * display.texi (Defining Faces): Explain C-M-x feature for defface.
7353
7354 2007-07-09 Richard Stallman <rms@gnu.org>
7355
7356 * files.texi (Magic File Names): Rewrite previous change.
7357
7358 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7359
7360 * files.texi (Magic File Names): Introduce optional parameter
7361 CONNECTED for `file-remote-p'.
7362
7363 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7364
7365 * processes.texi (Asynchronous Processes):
7366 * files.texi (Magic File Names): Add `start-file-process'.
7367
7368 2007-06-27 Richard Stallman <rms@gnu.org>
7369
7370 * files.texi (Format Conversion Piecemeal):
7371 Clarify `after-insert-file-functions' calling convention.
7372
7373 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7374
7375 * files.texi (Magic File Names): Remove `dired-call-process'.
7376 Add `process-file'.
7377
7378 2007-06-27 Kenichi Handa <handa@m17n.org>
7379
7380 * text.texi (Special Properties): Fix description about
7381 `composition' property.
7382
7383 2007-06-26 Kenichi Handa <handa@m17n.org>
7384
7385 * nonascii.texi (Default Coding Systems): Document about the
7386 return value `undecided'.
7387
7388 2007-06-25 David Kastrup <dak@gnu.org>
7389
7390 * keymaps.texi (Active Keymaps): Document new POSITION argument of
7391 `current-active-maps'.
7392
7393 2007-06-24 Karl Berry <karl@gnu.org>
7394
7395 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
7396
7397 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
7398
7399 * display.texi (Overlay Arrow): Doc fix.
7400
7401 2007-06-14 Karl Berry <karl@tug.org>
7402
7403 * anti.texi (Antinews): Typo.
7404
7405 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7406
7407 * display.texi (Image Cache): Document image-refresh.
7408
7409 2007-06-12 Karl Berry <karl@gnu.org>
7410
7411 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7412 * two-volume.make: New file.
7413 * .cvsignore: Ignore two-volume files.
7414
7415 2007-06-12 Tom Tromey <tromey@redhat.com>
7416
7417 * os.texi (Init File): Document user-emacs-directory.
7418
7419 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
7420
7421 * commands.texi (Click Events): Describe width and height when
7422 object is nil.
7423
7424 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
7425
7426 * commands.texi (Click Events): Layout more logically.
7427 Describe width and height.
7428 (Drag Events, Motion Events): Update to new format for position.
7429
7430 2007-06-02 Richard Stallman <rms@gnu.org>
7431
7432 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7433
7434 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7435
7436 * Version 22.1 released.
7437
7438 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7439
7440 * text.texi (Special Properties): Correct meaning of fontified face.
7441
7442 2007-05-30 Richard Stallman <rms@gnu.org>
7443
7444 * text.texi (Special Properties): Add link to Adjusting Point.
7445
7446 2007-05-12 Richard Stallman <rms@gnu.org>
7447
7448 * text.texi (Margins): indent-to-left-margin is not the default.
7449 (Mode-Specific Indent): For indent-line-function, the default
7450 is indent-relative.
7451
7452 * modes.texi (Example Major Modes): Explain last line of text-mode
7453 is redundant.
7454
7455 2007-05-10 Richard Stallman <rms@gnu.org>
7456
7457 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7458
7459 * help.texi (Keys in Documentation): Add reference to
7460 Documentation Tips.
7461
7462 * files.texi (Format Conversion): TO-FN gets three arguments.
7463
7464 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7465
7466 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7467
7468 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7469 * files.texi (Format Conversion): Expand intro; add menu.
7470 (Format Conversion Overview, Format Conversion Round-Trip)
7471 (Format Conversion Piecemeal): New nodes/subsections.
7472 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7473 * text.texi (Text Properties): Remove "Saving Properties" from menu.
7474 (Saving Properties): Delete node/subsection.
7475
7476 2007-05-07 Karl Berry <karl@gnu.org>
7477
7478 * elisp.texi (EMACSVER): Back to 22.
7479
7480 2007-05-06 Richard Stallman <rms@gnu.org>
7481
7482 * processes.texi (Accepting Output): Revert most of previous change.
7483
7484 2007-05-05 Richard Stallman <rms@gnu.org>
7485
7486 * processes.texi (Accepting Output): accept-process-output
7487 uses microseconds, not milliseconds. But that arg is obsolete.
7488
7489 2007-05-04 Karl Berry <karl@tug.org>
7490
7491 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7492
7493 2007-05-04 Eli Zaretskii <eliz@gnu.org>
7494
7495 * tips.texi (Documentation Tips): Rearrange items to place the
7496 more important ones first. Add an index entry for hyperlinks.
7497
7498 2007-05-03 Karl Berry <karl@gnu.org>
7499
7500 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7501 (EMACSVER) [smallbook]: 22 for printed version.
7502
7503 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7504 so restore anchor to normal position after defun. Found by Kevin Ryde.
7505
7506 2007-04-26 Glenn Morris <rgm@gnu.org>
7507
7508 * elisp.texi (EMACSVER): Increase to 22.1.50.
7509
7510 2007-04-28 Karl Berry <karl@gnu.org>
7511
7512 * elisp.texi: Improve line breaks on copyright page,
7513 similar layout to emacs manual, 8.5x11 by default.
7514
7515 2007-04-24 Richard Stallman <rms@gnu.org>
7516
7517 * text.texi (Special Properties): Add xref to Overlay Properties.
7518
7519 * display.texi (Overlay Properties): Add xref to Special Properties.
7520
7521 2007-04-22 Richard Stallman <rms@gnu.org>
7522
7523 * keymaps.texi (Extended Menu Items): Move the info about
7524 format with cached keyboard binding.
7525
7526 2007-04-21 Richard Stallman <rms@gnu.org>
7527
7528 * text.texi (Special Properties): Clarify previous change.
7529
7530 * files.texi (File Name Expansion): Clarify previous change.
7531
7532 * display.texi (Attribute Functions): Fix example for
7533 face-attribute-relative-p.
7534
7535 2007-04-19 Kenichi Handa <handa@m17n.org>
7536
7537 * text.texi (Special Properties): Document composition property.
7538
7539 2007-04-19 Glenn Morris <rgm@gnu.org>
7540
7541 * files.texi (File Name Expansion): Mention "superroot".
7542
7543 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7544
7545 * frames.texi (Multiple Displays): Add note about "multi-monitor"
7546 setups.
7547 (Display Feature Testing): Note that display refers to all
7548 physical monitors for multi-monitor setups.
7549
7550 2007-04-14 Richard Stallman <rms@gnu.org>
7551
7552 * lists.texi (Sets And Lists): Clarify `delete' examples.
7553 Remove spurious xref to same node.
7554 Clarify xref for add-to-list.
7555
7556 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
7557
7558 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7559 value of lisp-mode-map.
7560
7561 2007-04-11 Karl Berry <karl@gnu.org>
7562
7563 * anti.texi (Antinews):
7564 * display.texi (Overlay Properties, Defining Images):
7565 * processes.texi (Synchronous Processes, Sentinels):
7566 * syntax.texi (Syntax Table Internals):
7567 * searching.texi (Regexp Special):
7568 * nonascii.texi (Default Coding Systems):
7569 * text.texi (Special Properties):
7570 * minibuf.texi (Basic Completion): Wording to improve breaks in
7571 8.5x11 format.
7572 * elisp.texi (smallbook): New @set to more easily switch between
7573 smallbook and 8.5x11.
7574
7575 2007-04-11 Richard Stallman <rms@gnu.org>
7576
7577 * text.texi (Lazy Properties): Minor fix.
7578
7579 2007-04-08 Karl Berry <karl@gnu.org>
7580
7581 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
7582 * macros.texi (Backquote): Downcase Backquote in index entries for
7583 consistency.
7584
7585 2007-04-08 Richard Stallman <rms@gnu.org>
7586
7587 * text.texi (Adaptive Fill): Just describe default,
7588 don't show it (since it contains non-ASCII chars).
7589
7590 2007-04-07 Karl Berry <karl@gnu.org>
7591
7592 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
7593 adaptive-fill-regexp's value, since they are not in the standard
7594 TeX fonts.
7595
7596 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
7597
7598 * display.texi (Defining Faces): Fix example.
7599
7600 2007-04-07 Karl Berry <karl@gnu.org>
7601
7602 * display.texi (Button Buffer Commands): Improve page break.
7603
7604 2007-04-07 Richard Stallman <rms@gnu.org>
7605
7606 * advice.texi (Activation of Advice): Remove redundant index entry.
7607
7608 * backups.texi: Improve index entries. Remove redundant ones.
7609
7610 * compile.texi (Byte Compilation): Improve index entry.
7611
7612 * hash.texi (Creating Hash): Improve index entry.
7613
7614 * symbols.texi (Definitions): Improve index entry.
7615
7616 * edebug.texi: Improve index entries. Remove redundant/useless ones.
7617
7618 * maps.texi (Standard Keymaps): Remove useless index entry.
7619
7620 * help.texi (Documentation Basics): Remove redundant index entries.
7621
7622 * customize.texi: Improve index entries.
7623 Remove redundant/useless ones.
7624
7625 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
7626
7627 * streams.texi (Output Variables): Improve index entry.
7628
7629 * abbrevs.texi (Abbrevs): Remove useless index entry.
7630
7631 * macros.texi (Expansion): Remove useless index entry.
7632
7633 * text.texi: Improve index entries. Remove redundant/useless ones.
7634 (Text Properties, Examining Properties)
7635 (Special Properties): Use "property category" instead of "category"
7636 to refer to the `category' property.
7637
7638 * positions.texi: Improve index entries. Remove useless one.
7639
7640 * lists.texi: Improve index entries. Remove redundant/useless ones.
7641
7642 * os.texi: Improve index entries.
7643 (Timers): Fix previous change.
7644
7645 * buffers.texi: Improve index entries.
7646 (Modification Time): Get rid of term "obsolete buffer".
7647
7648 * debugging.texi: Improve index entries.
7649 (Test Coverage): Add xref to other test coverage ftr.
7650
7651 * eval.texi: Improve index entry. Remove redundant ones.
7652
7653 * numbers.texi: Improve index entries. Remove redundant/useless ones.
7654
7655 * files.texi: Improve index entries. Remove redundant/useless ones.
7656
7657 * objects.texi: Improve index entries.
7658
7659 * processes.texi: Improve index entries.
7660
7661 * modes.texi: Improve index entry. Remove redundant one.
7662
7663 * nonascii.texi: Improve index entries.
7664
7665 * internals.texi: Improve index entries.
7666
7667 * syntax.texi: Improve index entries.
7668
7669 * keymaps.texi (Active Keymaps): Improve index entries.
7670
7671 * commands.texi: Improve index entries. Remove redundant/useless ones.
7672
7673 * frames.texi: Improve index entries. Remove redundant/useless ones.
7674
7675 * markers.texi: Improve index entries. Remove redundant ones.
7676
7677 * tips.texi: Improve index entries.
7678
7679 * loading.texi (Unloading): Improve index entry.
7680
7681 * variables.texi: Improve index entries. Remove redundant one.
7682
7683 * sequences.texi: Improve index entry.
7684
7685 * display.texi: Improve index entries. Remove redundant ones.
7686
7687 * windows.texi: Improve index entries.
7688
7689 * searching.texi: Improve index entries. Remove redundant one.
7690
7691 * strings.texi (Case Tables): Improve last change.
7692
7693 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
7694
7695 * strings.texi (Case Tables): Document with-case-table and
7696 ascii-case-table.
7697
7698 2007-04-03 Karl Berry <karl@gnu.org>
7699
7700 * processes.texi (Network): Reword to improve page break.
7701
7702 2007-04-03 Eli Zaretskii <eliz@gnu.org>
7703
7704 * functions.texi (Inline Functions): Describe more disadvantages
7705 of defsubst, and make advice against it stronger.
7706
7707 2007-04-02 Karl Berry <karl@gnu.org>
7708
7709 * backups.texi (Backup Names): Avoid widow words.
7710 * modes.texi (Example Major Modes): Align last comment.
7711
7712 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
7713
7714 * keymaps.texi (Remapping Commands): Document new arg to
7715 command-remapping.
7716
7717 2007-04-01 Karl Berry <karl@gnu.org>
7718
7719 * processes.texi (Low-Level Network): Typo.
7720 * loading.texi (Hooks for Loading): Avoid double "the".
7721 * keymaps.texi (Key Sequences): No double "and".
7722 (Changing Key Bindings): Shorten to improve line break.
7723
7724 2007-03-31 Glenn Morris <rgm@gnu.org>
7725
7726 * os.texi (Timers): Fix description of run-at-time TIME formats.
7727
7728 2007-03-31 Richard Stallman <rms@gnu.org>
7729
7730 * display.texi (Invisible Text): Correct buffer-invisibility-spec
7731 regarding ellipsis.
7732
7733 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7734
7735 * intro.texi (nil and t):
7736 * symbols.texi (Plists and Alists):
7737 * variables.texi (Variable Aliases, Constant Variables):
7738 * functions.texi (Defining Functions):
7739 * advice.texi (Advising Primitives):
7740 * debugging.texi (Syntax Errors, Compilation Errors):
7741 * minibuf.texi (Minibuffer Windows):
7742 * commands.texi (Adjusting Point):
7743 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7744 (Auto Major Mode, Major Mode Conventions):
7745 * help.texi (Describing Characters):
7746 * files.texi (Create/Delete Dirs, Information about Files)
7747 (File Locks, Writing to Files, Reading from Files)
7748 (Saving Buffers):
7749 * windows.texi (Resizing Windows, Cyclic Window Ordering):
7750 * frames.texi (Finding All Frames):
7751 * positions.texi (Buffer End, Motion):
7752 * markers.texi (The Region):
7753 * text.texi (Deletion, Near Point):
7754 * display.texi (Displaying Messages, Truncation):
7755 * os.texi (Processor Run Time):
7756 * tips.texi (Key Binding Conventions, Programming Tips)
7757 (Warning Tips, Documentation Tips, Comment Tips):
7758 * internals.texi (Memory Usage): Improve indexing.
7759
7760 * variables.texi (Frame-Local Variables):
7761 * functions.texi (Argument List):
7762 * loading.texi (Library Search):
7763 * streams.texi (Output Variables):
7764 * keymaps.texi (Translation Keymaps, Searching Keymaps):
7765 * searching.texi (Replacing Match, Search and Replace):
7766 * processes.texi (Byte Packing, Decoding Output)
7767 (Accepting Output, Network Servers, Shell Arguments):
7768 * display.texi (Abstract Display, Image Cache, Scroll Bars):
7769 * windows.texi (Window Point, Window Start):
7770 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7771 * commands.texi (Reading Input, Keyboard Events):
7772 * minibuf.texi (Reading File Names, Minibuffer Completion)
7773 (Recursive Mini):
7774 * positions.texi (List Motion):
7775 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7776 * numbers.texi (Arithmetic Operations, Math Functions)
7777 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
7778 * locals.texi (Standard Buffer-Local Variables):
7779 * maps.texi (Standard Keymaps):
7780 * os.texi (User Identification, System Environment, Recording Input)
7781 (X11 Keysyms):
7782 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7783 * backups.texi (Backups and Auto-Saving):
7784 * customize.texi (Customization, Group Definitions)
7785 (Variable Definitions):
7786 * compile.texi (Byte Compilation): Improve index entries.
7787
7788 2007-03-31 Karl Berry <karl@gnu.org>
7789
7790 * macros.texi (Defining Macros): Avoid widow syllable.
7791
7792 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7793
7794 * elisp.texi (Top): Postscript -> PostScript.
7795
7796 * display.texi (Images, Postscript Images): Postscript -> PostScript.
7797
7798 2007-03-31 Markus Triska <markus.triska@gmx.at>
7799
7800 * internals.texi (Writing Emacs Primitives): Untabify `For'.
7801
7802 2007-03-30 Karl Berry <karl@gnu.org>
7803
7804 * lists.texi (List-related Predicates): Remove spurious @need.
7805 (Setcdr): Use @smallexample to improve page break.
7806 (Association Lists) <assoc>: Reword to improve page break.
7807
7808 * strings.texi (String Conversion): Insert blank line to improve
7809 page break.
7810
7811 * numbers.texi (Random Numbers): Use @minus{}.
7812 (Math Functions): Use @minus{}.
7813
7814 * intro.texi (Acknowledgements): Avoid line breaks before middle
7815 initials.
7816
7817 2007-03-24 Eli Zaretskii <eliz@gnu.org>
7818
7819 * errors.texi (Standard Errors): Add an index entry.
7820
7821 2007-03-19 Richard Stallman <rms@gnu.org>
7822
7823 * os.texi (Recording Input): recent-keys now gives 300 keys.
7824
7825 2007-03-12 Glenn Morris <rgm@gnu.org>
7826
7827 * os.texi: Replace "daylight savings" with "daylight saving"
7828 throughout.
7829
7830 2007-03-05 Richard Stallman <rms@gnu.org>
7831
7832 * variables.texi (File Local Variables):
7833 Update enable-local-variables values.
7834
7835 2007-03-04 Richard Stallman <rms@gnu.org>
7836
7837 * syntax.texi (Control Parsing): Minor clarification.
7838
7839 * strings.texi (Formatting Strings): Clarify width, precision, flags.
7840
7841 * sequences.texi (Sequence Functions): Move string-bytes away,
7842 add xref.
7843
7844 * nonascii.texi (Text Representations): Move string-bytes here.
7845
7846 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7847
7848 * minibuf.texi (Basic Completion): Minor clarification.
7849
7850 * markers.texi (The Mark): Clarify existence vs activation of mark.
7851 Other cleanup.
7852
7853 * display.texi (Finding Overlays): Write better example.
7854
7855 * compile.texi (Eval During Compile): Clarify putting macros
7856 in eval-when-compile.
7857
7858 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
7859
7860 * loading.texi (How Programs Do Loading): Fix anchor position at
7861 load-read-function definition doc.
7862
7863 2007-02-21 Kim F. Storm <storm@cua.dk>
7864
7865 * strings.texi (Text Comparison): Mention that assoc-string
7866 converts symbols to strings before testing.
7867
7868 2007-02-17 Kim F. Storm <storm@cua.dk>
7869
7870 * processes.texi (Bindat Spec): Vector types can have optional
7871 element type.
7872 (Bindat Examples): Fix example. Add vector with element type.
7873
7874 2007-02-16 Andreas Schwab <schwab@suse.de>
7875
7876 * strings.texi (Formatting Strings): Document '+' flag.
7877
7878 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
7879
7880 * strings.texi (Modifying Strings): Clarify that `clear-string'
7881 always converts the string to unibyte.
7882
7883 2007-02-14 Kim F. Storm <storm@cua.dk>
7884
7885 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7886 Rewrite glyph code description to refer to these functions.
7887 Remove details of encoding face number and char into integer code.
7888
7889 2007-02-03 Alan Mackenzie <acm@muc.de>
7890
7891 * loading.texi (Hooks for Loading): Make the description of
7892 `eval-after-load' more detailed, and amend the description of
7893 after-load-alist, in accordance with changes from 2006-05.
7894
7895 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
7896
7897 * modes.texi (Defining Minor Modes): Document that a :require
7898 keyword or similar may be required to make saved customization
7899 variables work.
7900
7901 2007-02-03 Eli Zaretskii <eliz@gnu.org>
7902
7903 * elisp.texi (Top): Make the detailed menu headers compliant with
7904 Texinfo guidelines and with what texnfo-upd.el expects.
7905 Add comments to prevent people from inadvertently modifying the key
7906 parts needed by `texinfo-multiple-files-update'.
7907
7908 2007-02-02 Eli Zaretskii <eliz@gnu.org>
7909
7910 * elisp.texi (Top): Update the top-level menus.
7911
7912 * syntax.texi (Categories): Add index entries.
7913
7914 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
7915
7916 * display.texi (Attribute Functions): Fix name and description of
7917 the UNDERLINE arg of `set-face-underline-p'.
7918
7919 2007-01-29 Eli Zaretskii <eliz@gnu.org>
7920
7921 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7922 Variables", and "Standard Keymaps" to the detailed menu.
7923
7924 * variables.texi (Future Local Variables): Add index entry.
7925
7926 2007-01-28 Richard Stallman <rms@gnu.org>
7927
7928 * tips.texi (Coding Conventions): Clarify the tip about macros
7929 that define a function or a variable.
7930
7931 * files.texi (File Attributes): UID and GID can be floats.
7932 (Magic File Names): Explain why deferring all operations to
7933 the standard handler does not work.
7934
7935 2007-01-23 Martin Rudalics <rudalics@gmx.at>
7936
7937 * backups.texi (Reverting): Use "buffer" instead of "file"
7938 when talking about major and minor modes.
7939
7940 2007-01-21 Richard Stallman <rms@gnu.org>
7941
7942 * help.texi (Documentation): Add xref to Documentation Tips.
7943
7944 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
7945
7946 * tips.texi (Coding Conventions): Fix typos.
7947
7948 2007-01-05 Richard Stallman <rms@gnu.org>
7949
7950 * modes.texi (Defining Minor Modes): Fix previous change.
7951
7952 2007-01-03 Richard Stallman <rms@gnu.org>
7953
7954 * customize.texi (Variable Definitions, Customization Types):
7955 Don't use * in doc string for defcustom.
7956
7957 2007-01-02 Richard Stallman <rms@gnu.org>
7958
7959 * variables.texi (Variable Aliases): Clarify that aliases vars
7960 always have the same value.
7961
7962 * processes.texi (Bindat Spec): Fix Texinfo usage.
7963
7964 * modes.texi (Defining Minor Modes): Explain effect of command
7965 defined with define-global-minor-mode on new buffers.
7966
7967 2006-12-30 Kim F. Storm <storm@cua.dk>
7968
7969 * keymaps.texi (Tool Bar): Describe `grow-only' value of
7970 `auto-resize-tool-bars'.
7971
7972 2006-12-30 Richard Stallman <rms@gnu.org>
7973
7974 * keymaps.texi (Active Keymaps): Fix previous change.
7975
7976 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
7977
7978 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
7979
7980 2006-12-30 Kim F. Storm <storm@cua.dk>
7981
7982 * processes.texi (Bindat Spec): Clarify using field names in
7983 length specifications.
7984
7985 2006-12-29 Kim F. Storm <storm@cua.dk>
7986
7987 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
7988 Add count and index variables for eval forms in repeat blocks.
7989
7990 2006-12-24 Richard Stallman <rms@gnu.org>
7991
7992 * customize.texi (Variable Definitions):
7993 Document new name custom-add-frequent-value.
7994
7995 2006-12-19 Kim F. Storm <storm@cua.dk>
7996
7997 * commands.texi (Misc Events): User signals now result in sigusr1
7998 and sigusr2 events which are handled through special-event-map.
7999 (Special Events): User signals and drag-n-drop are special.
8000
8001 2006-12-17 Richard Stallman <rms@gnu.org>
8002
8003 * loading.texi (Named Features): Explain subfeatures better.
8004
8005 * customize.texi: Use "option" only for user options.
8006 For the keyword values inside defcustom etc, say "keywords".
8007 For :options value's elements, say "elements".
8008 :group should not be omitted.
8009
8010 * syntax.texi (Parsing Expressions): Split up node.
8011 (Motion via Parsing, Position Parse, Parser State)
8012 (Low-Level Parsing, Control Parsing): New subnodes.
8013 (Parser State): Document syntax-ppss-toplevel-pos.
8014
8015 * positions.texi (List Motion): Punctuation fix.
8016
8017 * files.texi (File Name Completion): Document PREDICATE arg
8018 to file-name-completion.
8019
8020 2006-12-16 Eli Zaretskii <eliz@gnu.org>
8021
8022 * internals.texi (Building Emacs, Writing Emacs Primitives):
8023 Add index entries.
8024
8025 2006-12-11 Richard Stallman <rms@gnu.org>
8026
8027 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
8028 affects face menu. Explain how to make it non-nil without enabling
8029 any fontification.
8030
8031 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
8032
8033 * modes.texi (Font Lock Basics): Document nil value of
8034 font-lock-defaults.
8035
8036 2006-12-10 Glenn Morris <rgm@gnu.org>
8037
8038 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
8039 value for system-flag argument. Abbrev tables may not be empty
8040 when major modes are loaded.
8041
8042 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
8043
8044 * makefile.w32-in (maintainer-clean): Partially revert last
8045 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
8046 to protect elisp-covers.texi.
8047
8048 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
8049
8050 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
8051 Don't remove elisp* info files; they are already deleted by the
8052 `clean' and `distclean' targets, and they are in the $(infodir)
8053 directory, not the current one.
8054
8055 2006-12-04 Kim F. Storm <storm@cua.dk>
8056
8057 * commands.texi (Misc Events): Update signal events.
8058 (Event Examples): Add signal example.
8059
8060 2006-11-29 Richard Stallman <rms@gnu.org>
8061
8062 * frames.texi (Visibility of Frames): Explain visible windows
8063 can be covered by others. Add xref for raise-frame.
8064
8065 2006-11-28 Richard Stallman <rms@gnu.org>
8066
8067 * searching.texi (Regexp Special): Update when ^ is special.
8068
8069 2006-11-27 Eli Zaretskii <eliz@gnu.org>
8070
8071 * customize.texi (Customization, Common Keywords)
8072 (Group Definitions, Variable Definitions, Composite Types)
8073 (Type Keywords, Customization Types): Add index entries for
8074 various customization keywords.
8075
8076 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
8079
8080 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
8081
8082 * frames.texi (Window System Selections): Remove clipboard from
8083 description of selection-coding-system.
8084
8085 2006-11-06 Richard Stallman <rms@gnu.org>
8086
8087 * lists.texi (List Variables): Document COMPARE-FN.
8088
8089 * keymaps.texi: Avoid use of "binding" to mean a relation;
8090 use it only to refer to the meaning associated with a key.
8091 (Keymaps): Change menu node description.
8092
8093 * elisp.texi (Top): Change menu node description.
8094
8095 * display.texi (Managing Overlays): Document overlay-recenter.
8096
8097 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
8098
8099 * Makefile.in: Use relative paths to avoid advertising filesystem
8100 contents during compilation.
8101
8102 2006-10-23 Kim F. Storm <storm@cua.dk>
8103
8104 * commands.texi (Event Input Misc): Update unread-command-events.
8105
8106 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8107
8108 * lists.texi (Sets And Lists): Fix typos.
8109
8110 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8111
8112 * control.texi (Processing of Errors): Use @var for an argument,
8113 not @code.
8114
8115 2006-10-16 Richard Stallman <rms@gnu.org>
8116
8117 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
8118
8119 * keymaps.texi (Format of Keymaps): Show all the keymap element
8120 patterns that result from menu items.
8121 (Key Lookup): Minor cleanups.
8122
8123 * modes.texi (Precalculated Fontification): Don't say that
8124 not setting font-lock-defaults avoids loading font-lock.
8125
8126 * help.texi (Documentation): Move xref to Emacs Manual here.
8127 (Documentation Basics): From here.
8128 Also doc emacs-lisp-docstring-fill-column.
8129
8130 * elisp.texi: Update version and ISBN.
8131
8132 * commands.texi (Interactive Call): Clarify KEYS arg to
8133 call-interactively is a vector.
8134 (Command Loop Info): Delete anchor in this-command-keys.
8135 Add anchor in this-command-keys-vector.
8136 (Recursive Editing): Document how recursive-edit
8137 handles the current buffer.
8138
8139 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
8140
8141 * frames.texi (Frame Titles): %c and %l are ignored in
8142 frame-title-format.
8143
8144 2006-10-11 Richard Stallman <rms@gnu.org>
8145
8146 * keymaps.texi (Key Sequences): Clarify use of kbd.
8147
8148 2006-10-10 Kim F. Storm <storm@cua.dk>
8149
8150 * lists.texi (Sets And Lists): Add memql.
8151
8152 2006-10-03 Richard Stallman <rms@gnu.org>
8153
8154 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
8155 Clarify :ascii: and :nonascii:.
8156
8157 2006-09-29 Juri Linkov <juri@jurta.org>
8158
8159 * modes.texi (%-Constructs): Reorder coding systems in the
8160 documentation of %z to the real order displayed in the modeline.
8161
8162 2006-09-25 Richard Stallman <rms@gnu.org>
8163
8164 * os.texi (Timers): Describe timer-max-repeats.
8165
8166 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
8167
8168 * os.texi (Timers): Mention with-local-quit.
8169
8170 2006-09-24 Richard Stallman <rms@gnu.org>
8171
8172 * searching.texi (Searching and Matching): Mention property search.
8173
8174 * commands.texi (Command Loop Info): Explain how read-event affects
8175 this-command-keys.
8176
8177 2006-09-20 Richard Stallman <rms@gnu.org>
8178
8179 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
8180
8181 * windows.texi (Window Start): Minor cleanups.
8182
8183 2006-09-20 Kim F. Storm <storm@cua.dk>
8184
8185 * windows.texi (Window Start): pos-visible-in-window-p allows
8186 specifying t for position to mean "end of window".
8187 Add window-line-height.
8188
8189 * anti.texi (Antinews): Mention window-line-height.
8190
8191 2006-09-19 David Kastrup <dak@gnu.org>
8192
8193 * keymaps.texi (Searching Keymaps): Small clarification.
8194
8195 2006-09-18 Richard Stallman <rms@gnu.org>
8196
8197 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
8198 cause keyboard menus.
8199 (Menu Keymaps): Likewise.
8200 (Defining Menus, Keyboard Menus): Clarify.
8201
8202 * text.texi (Fields): Clarify explanation of constrain-to-field.
8203
8204 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8205
8206 * variables.texi (Tips for Defining): Fix a typo.
8207
8208 2006-09-15 Richard Stallman <rms@gnu.org>
8209
8210 * keymaps.texi (Remapping Commands, Searching Keymaps)
8211 (Active Keymaps): Clean up previous change.
8212
8213 2006-09-15 Jay Belanger <belanger@truman.edu>
8214
8215 * gpl.texi: Replace "Library Public License" by "Lesser Public
8216 License" throughout.
8217
8218 2006-09-15 David Kastrup <dak@gnu.org>
8219
8220 * keymaps.texi (Active Keymaps): Adapt description to use
8221 `get-char-property' instead `get-text-property'. Explain how
8222 mouse events change this. Explain the new optional argument of
8223 `key-binding' and its mouse-dependent lookup.
8224 (Searching Keymaps): Adapt description similarly.
8225 (Remapping Commands): Explain the new optional argument of
8226 `command-remapping'.
8227
8228 2006-09-14 Richard Stallman <rms@gnu.org>
8229
8230 * keymaps.texi (Searching Keymaps): Clarification.
8231 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
8232
8233 2006-09-13 Richard Stallman <rms@gnu.org>
8234
8235 * objects.texi (Character Type): Node split.
8236 Add xref to Describing Characters.
8237 (Basic Char Syntax, General Escape Syntax)
8238 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
8239
8240 2006-09-11 Richard Stallman <rms@gnu.org>
8241
8242 * display.texi (Display Table Format): Wording clarification.
8243 (Glyphs): Clarifications.
8244
8245 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
8246
8247 * keymaps.texi (Active Keymaps): Mention that key-binding checks
8248 local maps.
8249
8250 2006-09-10 Kim F. Storm <storm@cua.dk>
8251
8252 * display.texi (Forcing Redisplay): Document return value of
8253 function redisplay.
8254
8255 2006-09-09 Richard Stallman <rms@gnu.org>
8256
8257 * windows.texi (Window Hooks): Explain limits of
8258 window-scroll-functions.
8259
8260 * display.texi (Fringe Indicators): Update for last change in
8261 indicate-buffer-boundaries.
8262
8263 2006-09-08 Richard Stallman <rms@gnu.org>
8264
8265 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
8266
8267 2006-09-06 Kim F. Storm <storm@cua.dk>
8268
8269 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
8270
8271 * windows.texi (Window Start): Update pos-visible-in-window-p.
8272
8273 2006-09-04 Richard Stallman <rms@gnu.org>
8274
8275 * processes.texi (Accepting Output): Explain SECONDS=0 for
8276 accept-process-output.
8277
8278 * os.texi (Idle Timers): Explain why timer functions should not
8279 loop until (input-pending-p).
8280
8281 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8282
8283 * makefile.w32-in (usermanualdir): New variable.
8284 (elisp.dvi): Use it.
8285
8286 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8287
8288 * buffers.texi (Buffer Modification): Fix last change.
8289
8290 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8291
8292 * buffers.texi (Buffer Modification):
8293 Document buffer-chars-modified-tick.
8294
8295 2006-08-31 Richard Stallman <rms@gnu.org>
8296
8297 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
8298
8299 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
8300
8301 * modes.texi (Syntactic Font Lock):
8302 Mention font-lock-syntactic-face-function
8303 instead of specific faces.
8304
8305 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
8306
8307 * display.texi (Images): Add xrref to display-images-p.
8308
8309 2006-08-28 Kenichi Handa <handa@m17n.org>
8310
8311 * nonascii.texi (Lisp and Coding Systems): Fix description of
8312 detect-coding-region.
8313
8314 2006-08-27 Michael Olson <mwolson@gnu.org>
8315
8316 * processes.texi (Transaction Queues): Remove stray quote
8317 character.
8318
8319 2006-08-25 Richard Stallman <rms@gnu.org>
8320
8321 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
8322 Add xref.
8323
8324 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
8325
8326 * os.texi (Timers): Avoid waiting inside timers.
8327
8328 2006-08-21 Lute Kamstra <lute@gnu.org>
8329
8330 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
8331
8332 2006-08-20 Richard Stallman <rms@gnu.org>
8333
8334 * os.texi (Idle Timers): New node, split out from Timers.
8335 Document current-idle-time.
8336 * commands.texi (Reading One Event): Update xref.
8337 * elisp.texi (Top): Update subnode menu.
8338
8339 2006-08-16 Richard Stallman <rms@gnu.org>
8340
8341 * keymaps.texi (Extended Menu Items): Show format of cached
8342 bindings in extended menu items.
8343
8344 * customize.texi (Variable Definitions): Explain when the
8345 standard value expression is evaluated.
8346
8347 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
8348
8349 * commands.texi (Reading One Event): Explain idleness in
8350 `read-event'.
8351
8352 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
8353
8354 * text.texi (Near Point): Say "cursor" not "terminal cursor".
8355 (Commands for Insertion): Remove split-line since it's not
8356 relevant for Lisp programming.
8357 (Yank Commands): Rewrite introduction.
8358 (Undo): Clarify.
8359 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
8360 (Filling): Remove redundant comment. Clarify return value of
8361 current-justification.
8362 (Margins): Minor clarifications.
8363 (Adaptive Fill): Update default value of adaptive-fill-regexp.
8364 (Sorting): Update definition of sort-lines.
8365 (Columns): Clarify behavior of sort-columns.
8366 (Indent Tabs): Link to Tab Stops in Emacs manual.
8367 (Special Properties): Clarify.
8368 (Clickable Text): Mention Buttons package.
8369
8370 2006-08-12 Kevin Ryde <user42@zip.com.au>
8371
8372 * os.texi (Time Parsing): Add %z to description of
8373 format-time-string, as per docstring. Add cross reference to
8374 glibc manual for strftime.
8375
8376 2006-08-08 Richard Stallman <rms@gnu.org>
8377
8378 * modes.texi: Clean up wording in previous change.
8379
8380 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
8381
8382 * modes.texi (Hooks): Clarify.
8383 (Major Mode Basics): Mention define-derived-mode explicitly.
8384 (Major Mode Conventions): Rebinding RET is OK for some modes.
8385 Mention change-major-mode-hook and after-change-major-mode-hook.
8386 (Example Major Modes): Move to end of Modes section.
8387 (Mode Line Basics): Clarify.
8388 (Mode Line Data): Mention help-echo and local-map in strings.
8389 Explain reason for treatment of non-risky variables.
8390 (Properties in Mode): Clarify.
8391 (Faces for Font Lock): Add font-lock-negation-char-face.
8392
8393 2006-08-04 Eli Zaretskii <eliz@gnu.org>
8394
8395 * strings.texi (Formatting Strings): Warn against arbitrary
8396 strings as first arg to `format'.
8397
8398 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
8399
8400 * text.texi (Clickable Text): Mention `help-echo' text property.
8401 Update intro, examples and associated explanations.
8402
8403 2006-07-31 Richard Stallman <rms@gnu.org>
8404
8405 * commands.texi: Update xrefs.
8406 (Event Mod): New node, cut out from old Translating Input.
8407
8408 * maps.texi: Update xrefs.
8409
8410 * keymaps.texi (Translation Keymaps): New node.
8411 Update xrefs from Translating Input to Translation Keymaps.
8412
8413 * elisp.texi (Top): Update subnode menu.
8414
8415 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8416
8417 * os.texi (System Interface): Fix menu descriptions of some nodes.
8418 (Translating Input): Node deleted.
8419
8420 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
8421
8422 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8423
8424 * lists.texi (Sets And Lists): Likewise.
8425
8426 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
8427
8428 * text.texi (Fields): Mention POS
8429 requirement when narrowing is in effect.
8430
8431 2006-07-28 Richard Stallman <rms@gnu.org>
8432
8433 * display.texi (Face Attributes): Simplify wording.
8434 (Attribute Functions): Clarify meaning of new-frame default
8435 attribute settings.
8436
8437 * customize.texi (Common Keywords): Document how to use
8438 :package-version in a package not in Emacs.
8439
8440 2006-07-28 Kim F. Storm <storm@cua.dk>
8441
8442 * commands.texi (Reading One Event): Fix last change.
8443
8444 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
8445
8446 * commands.texi (Reading One Event): Document SECONDS argument for
8447 read-event, read-char, and read-char-exclusive.
8448
8449 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8450
8451 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8452 to ensure correct identification.
8453
8454 2006-07-24 Richard Stallman <rms@gnu.org>
8455
8456 * text.texi (Clickable Text): Clarify.
8457
8458 * sequences.texi (Vector Functions): Delete duplicate xref.
8459
8460 * objects.texi (Function Type): Clarify.
8461
8462 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8463 modes.
8464
8465 * lists.texi (List Variables): New node.
8466 Material moved from other nodes.
8467
8468 * variables.texi (Setting Variables): add-to-list and
8469 add-to-ordered-list moved to List Variables node.
8470
8471 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8472
8473 * text.texi (Links and Mouse-1):
8474 For mouse-on-link-p, expand on arg POS.
8475
8476 2006-07-21 Kim F. Storm <storm@cua.dk>
8477
8478 * display.texi (Forcing Redisplay): Don't mention systems which
8479 don't support sub-second timers for redisplay-preemption-period.
8480
8481 * os.texi (Terminal Output): Clarify text vs graphical terminal.
8482
8483 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8484
8485 * frames.texi (Input Focus): Document that focus-follows-mouse has
8486 no effect on MS-Windows.
8487
8488 2006-07-18 Richard Stallman <rms@gnu.org>
8489
8490 * display.texi (Forcing Redisplay): Cleanups in previous change.
8491
8492 * processes.texi (Low-Level Network): Make menu more convenient.
8493
8494 2006-07-18 Kim F. Storm <storm@cua.dk>
8495
8496 * display.texi (Forcing Redisplay): redisplay-preemption-period
8497 only used on window systems. Add xref to Terminal Output.
8498
8499 * os.texi (Terminal Output): baud-rate only controls preemption on
8500 non-window systems. Add xref to Forcing Redisplay.
8501
8502 * processes.texi (Low-Level Network): Rename node "Make Network"
8503 to "Network Processes".
8504
8505 2006-07-18 Karl Berry <karl@gnu.org>
8506
8507 * variables.texi, functions.texi, customize.texi, loading.texi:
8508 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8509
8510 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8511
8512 * commands.texi (Waiting): Document batch-mode sit-for behavior.
8513
8514 2006-07-17 Richard Stallman <rms@gnu.org>
8515
8516 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8517 Put period and comma inside quotes.
8518
8519 * loading.texi, markers.texi: Use real doublequote inside menus.
8520
8521 * windows.texi: Put point and comma inside quotes.
8522 (Textual Scrolling): Use @samp for error message.
8523
8524 * variables.texi, tips.texi, syntax.texi, symbols.texi:
8525 * strings.texi, streams.texi, processes.texi, os.texi:
8526 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8527 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8528 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8529 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8530 Put point and comma inside quotes.
8531
8532 * control.texi (Processing of Errors): Add command-error-function.
8533
8534 * variables.texi (File Local Variables): Clarify that
8535 file local variables make buffer-local bindings.
8536
8537 * modes.texi (Syntactic Font Lock): Give default for
8538 font-lock-syntax-table.
8539
8540 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
8541
8542 * text.texi (Special Properties): Clean up previous change.
8543
8544 2006-07-16 Karl Berry <karl@gnu.org>
8545
8546 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8547 * control.texi: Fix bad page breaks through chapter 10 (control).
8548
8549 * anti.texi (Antinews): Reorder face-attribute fns to avoid
8550 underfull hbox.
8551
8552 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
8553
8554 * text.texi (Special Properties): Describe fontified text property
8555 in relation to a character (not text).
8556
8557 2006-07-15 Kim F. Storm <storm@cua.dk>
8558
8559 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8560 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8561 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8562
8563 * anti.texi (Antinews): Mention redisplay function.
8564 The kbd macro existed, but was not documented, before 22.x.
8565 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
8566
8567 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8568
8569 * display.texi (Displaying Messages): Add anchor.
8570
8571 * frames.texi (Dialog Boxes): Use it.
8572
8573 2006-07-12 Richard Stallman <rms@gnu.org>
8574
8575 * objects.texi (Frame Type): Explain nature of frames better.
8576
8577 * frames.texi (Frames): Explain nature of frames better.
8578
8579 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
8580
8581 * tips.texi (Coding Conventions): Explain why use cl at compile time.
8582
8583 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8584
8585 * frames.texi (Window System Selections): Mention scrap support for Mac.
8586 Default value of x-select-enable-clipboard is t on Mac.
8587
8588 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
8589
8590 2006-07-11 Kim F. Storm <storm@cua.dk>
8591
8592 * display.texi (Forcing Redisplay): Add `redisplay' function.
8593 Don't mention (sit-for -1) -- use (redisplay t) instead.
8594
8595 * commands.texi (Waiting): (sit-for -1) is no longer special.
8596 (sit-for 0) is equivalent to (redisplay).
8597 Iconifying/deiconifying no longer makes sit-for return.
8598
8599 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8600
8601 * display.texi (Buttons): Fix typo.
8602
8603 * index.texi, elisp.texi (New Symbols): Comment node out.
8604
8605 2006-07-09 Richard Stallman <rms@gnu.org>
8606
8607 * display.texi (Truncation): Clean up previous change.
8608
8609 2006-07-08 Richard Stallman <rms@gnu.org>
8610
8611 * commands.texi (Interactive Call): Use 3 as prefix in example
8612 for execute-extended-command.
8613
8614 * display.texi (Attribute Functions): Move paragraph about
8615 compatibility with Emacs < 21.
8616
8617 2006-07-09 Kim F. Storm <storm@cua.dk>
8618
8619 * display.texi (Refresh Screen): Clarify force-window-update.
8620 (Truncation): "Normally" indicated by fringe arrows.
8621
8622 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8623
8624 * windows.texi (Textual Scrolling, Resizing Windows):
8625 * variables.texi (Constant Variables):
8626 * text.texi (Buffer Contents, Deletion, Changing Properties)
8627 (Property Search, Special Properties, Sticky Properties)
8628 (Links and Mouse-1, Fields, Change Hooks):
8629 * syntax.texi (Syntax Table Functions, Parsing Expressions)
8630 (Categories):
8631 * symbols.texi (Other Plists):
8632 * streams.texi (Output Variables):
8633 * processes.texi (Input to Processes, Query Before Exit):
8634 * positions.texi (Word Motion, Text Lines, List Motion):
8635 * os.texi (Init File, System Environment, Sound Output)
8636 (Session Management):
8637 * nonascii.texi (Text Representations, Character Sets)
8638 (Chars and Bytes, Locales):
8639 * modes.texi (Defining Minor Modes, Header Lines):
8640 * minibuf.texi (Minibuffer Contents):
8641 * markers.texi (Information from Markers):
8642 * lists.texi (List Elements, Building Lists, Association Lists):
8643 * keymaps.texi (Tool Bar):
8644 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
8645 * functions.texi (What Is a Function, Mapping Functions):
8646 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
8647 (Color Names, Text Terminal Colors, Display Feature Testing):
8648 * files.texi (Visiting Functions, File Name Components)
8649 (Unique File Names, Contents of Directories):
8650 * display.texi (Forcing Redisplay, Displaying Messages)
8651 (Temporary Displays, Font Selection, Auto Faces)
8652 (Font Lookup, Fringe Indicators, Display Margins)
8653 (Image Descriptors, Showing Images, Image Cache, Button Types)
8654 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
8655 (Display Table Format, Glyphs):
8656 * control.texi (Iteration):
8657 * commands.texi (Command Loop Info, Adjusting Point):
8658 * backups.texi (Making Backups, Auto-Saving):
8659 Remove @tindex entries.
8660
8661 2006-07-07 Kim F. Storm <storm@cua.dk>
8662
8663 * display.texi (Fringe Cursors): Fix typo.
8664 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
8665 (Overlay Arrow): Default is overlay-arrow fringe indicator.
8666
8667 2006-07-05 Richard Stallman <rms@gnu.org>
8668
8669 * text.texi (Buffer Contents): Add example of text props
8670 in result of buffer-substring.
8671 (Text Properties): Explain better about use of specific property names.
8672 (Property Search): Some cleanups; reorder some functions.
8673
8674 * keymaps.texi (Changing Key Bindings): Cleanup.
8675 Add xref to Key Binding Conventions.
8676
8677 * display.texi (Attribute Functions): Add examples for
8678 face-attribute-relative-p.
8679
8680 * tips.texi (Coding Conventions): Cleanup last change.
8681
8682 2006-07-05 Karl Berry <karl@gnu.org>
8683
8684 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
8685 Remove @setchapternewpage odd.
8686 Result is 1013 pages, down from 1100.
8687
8688 * anti.texi, customize.texi, display.texi, internals.texi:
8689 * minibuf.texi, modes.texi, tips.texi:
8690 Fix overfull/underfull boxes.
8691
8692 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8693
8694 * edebug.texi (Instrumenting):
8695 Add Edebug-specific findex for eval-buffer.
8696 * loading.texi (Loading):
8697 Replace eval-current-buffer with eval-buffer.
8698
8699 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8700
8701 * locals.texi (Standard Buffer-Local Variables): Update the list
8702 of variables.
8703
8704 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
8705
8706 * files.texi (File Name Completion): Point user to the node
8707 "Reading File Names".
8708
8709 2006-06-24 Eli Zaretskii <eliz@gnu.org>
8710
8711 * files.texi (Contents of Directories): Document case-insensitive
8712 behavior on respective filesystems.
8713
8714 * objects.texi (Character Type): Document that Emacs signals an
8715 error for unsupported Unicode characters specified as \uNNNN.
8716
8717 2006-06-19 Richard Stallman <rms@gnu.org>
8718
8719 * processes.texi (Bindat Spec): Clarify previous change.
8720
8721 2006-06-16 Richard Stallman <rms@gnu.org>
8722
8723 * tips.texi (Coding Conventions): Better explain conventions
8724 for definition constructs.
8725
8726 * text.texi (Special Properties): String value of `read-only'
8727 serves as the error message.
8728
8729 * objects.texi (Character Type): Clarify prev. change.
8730 (Non-ASCII in Strings): Mention \u and \U.
8731
8732 * commands.texi (Using Interactive): Explain problem of
8733 markers, etc., in command-history.
8734
8735 2006-06-14 Kim F. Storm <storm@cua.dk>
8736
8737 * commands.texi (Waiting): Negative arg to sit-for forces
8738 redisplay even if input is pending.
8739
8740 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8741 redisplay. Remove incorrect example of binding redisplay-dont-pause
8742 around (sit-for 0).
8743
8744 2006-06-13 Richard Stallman <rms@gnu.org>
8745
8746 * display.texi (Forcing Redisplay): Clarify previous change.
8747
8748 2006-06-13 Romain Francoise <romain@orebokech.com>
8749
8750 * display.texi (Forcing Redisplay): Fix typo.
8751
8752 2006-06-13 Kim F. Storm <storm@cua.dk>
8753
8754 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8755
8756 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
8757
8758 * tips.texi (Coding Conventions): Add `@end itemize'.
8759
8760 2006-06-10 Richard Stallman <rms@gnu.org>
8761
8762 * tips.texi (Coding Conventions): Explain use of coding systems
8763 to ensure one decoding for strings.
8764
8765 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
8766
8767 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8768 syntax.
8769
8770 2006-06-07 Eli Zaretskii <eliz@gnu.org>
8771
8772 * display.texi (Font Selection): Remove description of
8773 clear-face-cache.
8774
8775 * compile.texi (Eval During Compile): Fix a typo. Add index
8776 entries for possible uses of eval-when-compile.
8777
8778 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
8779
8780 * display.texi (Abstract Display): Fix typo.
8781
8782 2006-06-03 Eli Zaretskii <eliz@gnu.org>
8783
8784 * minibuf.texi (Minibuffer History) <history-add-new-input>:
8785 Reword variable's description.
8786
8787 2006-06-01 Richard Stallman <rms@gnu.org>
8788
8789 * windows.texi (Splitting Windows): Clarify splitting nonselected
8790 window.
8791
8792 2006-05-31 Juri Linkov <juri@jurta.org>
8793
8794 * minibuf.texi (Minibuffer History): Add history-add-new-input.
8795
8796 2006-05-30 Richard Stallman <rms@gnu.org>
8797
8798 * display.texi (Line Height): Fix errors in description of
8799 default line height and line-height property.
8800
8801 * nonascii.texi (Default Coding Systems): Further clarification.
8802
8803 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
8804
8805 * internals.texi (Pure Storage): Mention that an overflow in pure
8806 space causes a memory leak.
8807 (Garbage Collection): If there was an overflow in pure space,
8808 `garbage-collect' returns nil.
8809
8810 2006-05-30 Eli Zaretskii <eliz@gnu.org>
8811
8812 * nonascii.texi (Default Coding Systems): Fix it some more.
8813
8814 2006-05-29 Eli Zaretskii <eliz@gnu.org>
8815
8816 * nonascii.texi (Default Coding Systems): Fix last change.
8817
8818 2006-05-29 Kenichi Handa <handa@m17n.org>
8819
8820 * nonascii.texi (find-operation-coding-system): Describe the new
8821 argument format (FILENAME . BUFFER).
8822
8823 2006-05-28 Richard Stallman <rms@gnu.org>
8824
8825 * tips.texi (Coding Conventions): Better explain reasons not to
8826 advise other packages or use `eval-after-load'.
8827
8828 2006-05-29 Kim F. Storm <storm@cua.dk>
8829
8830 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8831 `bindat-idx' and `bindat-raw' for clarity.
8832
8833 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8834
8835 * processes.texi (Bindat Spec): Expand on `repeat' handler.
8836
8837 * display.texi (Display): Add "Abstract Display" to menu.
8838 (Abstract Display, Abstract Display Functions)
8839 (Abstract Display Example): New nodes.
8840 * elisp.texi (Top): Add "Abstract Display" to menu.
8841
8842 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
8843
8844 * keymaps.texi (Key Sequences): Link to input events definition.
8845 (Format of Keymaps): Delete material duplicated in Keymap Basics.
8846
8847 * files.texi (Changing Files): Document updated argument list for
8848 copy-file.
8849
8850 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8851
8852 * processes.texi (Bindat Functions): Explain term "total length".
8853 Use it in bindat-length and bindat-pack descriptions.
8854
8855 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8856
8857 * tips.texi (Coding Conventions): Advise against using
8858 eval-after-load in packages. Add an index entry.
8859
8860 2006-05-25 Juri Linkov <juri@jurta.org>
8861
8862 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8863
8864 * modes.texi (%-Constructs): Add %e, %z, %Z.
8865
8866 2006-05-25 Richard Stallman <rms@gnu.org>
8867
8868 * elisp.texi (Top): Update subnode menu.
8869
8870 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8871 (Keymaps): Update menu.
8872
8873 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8874
8875 * keymaps.texi (Key Sequences): Some clarifications.
8876
8877 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8878
8879 * processes.texi (Bindat Functions): Say "unibyte string"
8880 explicitly for bindat-unpack and bindat-pack descriptions.
8881 (Bindat Examples): Don't call `string-make-unibyte' in example.
8882
8883 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8884
8885 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
8886 Explain string and vector representations of key sequences.
8887
8888 * keymaps.texi (Changing Key Bindings):
8889 * commands.texi (Interactive Codes):
8890 * help.texi (Describing Characters): Refer to it.
8891
8892 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
8893
8894 * frames.texi (Pointer Shape): @end table -> @end defvar.
8895
8896 2006-05-22 Richard Stallman <rms@gnu.org>
8897
8898 * elisp.texi (Top): Update subnode menus.
8899
8900 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8901 Contents rewritten; material from old Pointer Shape node moved here.
8902
8903 * display.texi (Pointer Shape): Node deleted.
8904 (Image Descriptors): Minor cleanup.
8905
8906 2006-05-21 Richard Stallman <rms@gnu.org>
8907
8908 * syntax.texi (Parsing Expressions): Update info on which STATE
8909 elements are ignored.
8910
8911 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
8912
8913 * hooks.texi (Standard Hooks): Correct typo.
8914
8915 * gpl.texi (GPL): ifinfo -> ifnottex.
8916
8917 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
8918
8919 * searching.texi (Simple Match Data): Warn about match data being
8920 set anew by every search.
8921
8922 2006-05-17 Richard Stallman <rms@gnu.org>
8923
8924 * minibuf.texi (Minibuffer History): Clarify.
8925
8926 * searching.texi (Regexp Special): Clarify nested regexp warning.
8927
8928 2006-05-16 Kim F. Storm <storm@cua.dk>
8929
8930 * minibuf.texi (Minibuffer History): Update add-to-history.
8931
8932 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
8933
8934 * nonascii.texi (Explicit Encoding):
8935 Fix typo (encoding<->decoding).
8936
8937 2006-05-14 Richard Stallman <rms@gnu.org>
8938
8939 * buffers.texi (Creating Buffers): Cleanup.
8940
8941 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8942
8943 2006-05-13 Eli Zaretskii <eliz@gnu.org>
8944
8945 * buffers.texi (Current Buffer): Document that with-temp-buffer
8946 disables undo.
8947
8948 * os.texi (Terminal-Specific): More accurate description of how
8949 Emacs searches for the terminal-specific libraries.
8950
8951 2006-05-12 Eli Zaretskii <eliz@gnu.org>
8952
8953 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8954 emacs-xtra to @inforef's.
8955
8956 * text.texi (Undo): Document that undo is turned off in buffers
8957 whose names begin with a space.
8958
8959 * buffers.texi (Buffer Names): Add index entries for buffers whose
8960 names begin with a space.
8961 (Creating Buffers): Document that undo is turned off in buffers
8962 whose names begin with a space.
8963
8964 * files.texi (Visiting Functions, Reading from Files)
8965 (Saving Buffers): Mention code and EOL conversions by file I/O
8966 primitives and subroutines.
8967
8968 * nonascii.texi (Lisp and Coding Systems):
8969 Document coding-system-eol-type. Add index entries for eol conversion.
8970
8971 * display.texi (Defining Faces): Mention `mac', and add an xref to
8972 where window-system is described.
8973
8974 2006-05-10 Richard Stallman <rms@gnu.org>
8975
8976 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
8977
8978 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8979
8980 * variables.texi (File Local Variables): Recommend to quote lambda
8981 expressions in safe-local-variable property.
8982
8983 2006-05-09 Richard Stallman <rms@gnu.org>
8984
8985 * variables.texi (File Local Variables):
8986 Document safe-local-eval-forms and safe-local-eval-function.
8987
8988 2006-05-07 Kim F. Storm <storm@cua.dk>
8989
8990 * minibuf.texi (Minibuffer History): Remove keep-dups arg
8991 from add-to-history.
8992
8993 2006-05-07 Romain Francoise <romain@orebokech.com>
8994
8995 * commands.texi (Event Input Misc):
8996 * compile.texi (Eval During Compile):
8997 * internals.texi (Buffer Internals):
8998 * minibuf.texi (Initial Input):
8999 * nonascii.texi (Scanning Charsets):
9000 * numbers.texi (Comparison of Numbers):
9001 * windows.texi (Textual Scrolling, Vertical Scrolling):
9002 Fix various typos.
9003
9004 2006-05-06 Eli Zaretskii <eliz@gnu.org>
9005
9006 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
9007 conditional xref's to either emacs or emacs-xtra, depending on
9008 @iftex/@ifnottex.
9009
9010 * minibuf.texi (Minibuffer History): Document add-to-history.
9011
9012 2006-05-05 Eli Zaretskii <eliz@gnu.org>
9013
9014 * internals.texi (Pure Storage): Mention the pure overflow message
9015 at startup.
9016
9017 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
9018
9019 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
9020 (Searching Keymaps): Fix pseudo-Lisp description of keymap
9021 search.
9022
9023 2006-05-01 Richard Stallman <rms@gnu.org>
9024
9025 * intro.texi (nil and t): Clarify.
9026
9027 * variables.texi (File Local Variables): Suggest using booleanp.
9028
9029 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
9030
9031 * objects.texi (Type Predicates): Fix typos.
9032
9033 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9034
9035 * intro.texi (nil and t): Add booleanp.
9036
9037 * objects.texi (Type Predicates): Add links for booleanp and
9038 string-or-null-p.
9039
9040 2006-04-29 Richard Stallman <rms@gnu.org>
9041
9042 * modes.texi (Multiline Font Lock): Rename from
9043 Multi line Font Lock Elements. Much clarification.
9044 (Font Lock Multiline, Region to Fontify): Much clarification.
9045
9046 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9047
9048 * variables.texi (File Local Variables): Remove the special case t for
9049 safe-local-variable.
9050
9051 2006-04-26 Richard Stallman <rms@gnu.org>
9052
9053 * syntax.texi (Parsing Expressions): Minor cleanup.
9054
9055 2006-04-18 Richard Stallman <rms@gnu.org>
9056
9057 * tips.texi (Coding Conventions): Explain when the package's
9058 prefix should appear later on (not at the start of the name).
9059
9060 * searching.texi (String Search): Clarify effect of NOERROR.
9061
9062 * modes.texi (Imenu): Clarify what special items do.
9063
9064 * hooks.texi (Standard Hooks): Delete text about old hook names.
9065
9066 2006-04-17 Romain Francoise <romain@orebokech.com>
9067
9068 * variables.texi (Local Variables): Update the default value of
9069 `max-specpdl-size'.
9070
9071 2006-04-15 Michael Olson <mwolson@gnu.org>
9072
9073 * processes.texi (Transaction Queues): Mention the new optional
9074 `delay-question' argument for `tq-enqueue'.
9075
9076 2006-04-13 Bill Wohler <wohler@newt.com>
9077
9078 * customize.texi (Common Keywords): Use dotted notation for
9079 :package-version value. Specify its values. Improve documentation
9080 for customize-package-emacs-version-alist.
9081
9082 2006-04-12 Bill Wohler <wohler@newt.com>
9083
9084 * customize.texi (Common Keywords): Move description of
9085 customize-package-emacs-version-alist to @defvar.
9086
9087 2006-04-10 Bill Wohler <wohler@newt.com>
9088
9089 * customize.texi (Common Keywords): Add :package-version.
9090
9091 2006-04-10 Kim F. Storm <storm@cua.dk>
9092
9093 * text.texi (Buffer Contents): Add NOPROPS arg to
9094 filter-buffer-substring.
9095
9096 2006-04-08 Kevin Ryde <user42@zip.com.au>
9097
9098 * os.texi (Command-Line Arguments): Update xref to emacs manual
9099 "Command Arguments" -> "Emacs Invocation", per change there.
9100
9101 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
9102
9103 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
9104 be on one line to help makeinfo not render two spaces after the dot.
9105
9106 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
9107
9108 * strings.texi (Predicates for Strings): Add string-or-null-p.
9109
9110 2006-03-28 Kim F. Storm <storm@cua.dk>
9111
9112 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
9113 remarks about systems that don't support fractional seconds.
9114
9115 2006-03-25 Karl Berry <karl@gnu.org>
9116
9117 * elisp.texi: Use @copyright{} instead of (C), and do not indent
9118 the year list.
9119
9120 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
9121
9122 * display.texi (Fringe Indicators): Fix typos.
9123
9124 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
9125
9126 * tips.texi (Documentation Tips): One can now also write `program'
9127 in front of a quoted symbol in a docstring to prevent making a
9128 hyperlink.
9129
9130 2006-03-19 Alan Mackenzie <acm@muc.de>
9131
9132 * text.texi (Special Properties): Clarify `fontified' property.
9133
9134 2006-03-16 Richard Stallman <rms@gnu.org>
9135
9136 * display.texi (Defining Images): Minor cleanup.
9137
9138 2006-03-16 Bill Wohler <wohler@newt.com>
9139
9140 * display.texi (Defining Images): In image-load-path-for-library,
9141 prefer user's images.
9142
9143 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9144
9145 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
9146
9147 2006-03-15 Bill Wohler <wohler@newt.com>
9148
9149 * display.texi (Defining Images): Fix example in
9150 image-load-path-for-library by not recommending that one binds
9151 image-load-path. Just defvar it to placate compiler and only use
9152 it if previously defined.
9153
9154 2006-03-14 Bill Wohler <wohler@newt.com>
9155
9156 * display.texi (Defining Images): In image-load-path-for-library,
9157 always return list of directories. Update example.
9158
9159 2006-03-14 Alan Mackenzie <acm@muc.de>
9160
9161 * modes.texi: New node, "Region to Fontify" (for Font Lock).
9162 This describes font-lock-extend-region-function.
9163 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
9164 the new node "Region to Fontify".
9165
9166 2006-03-13 Richard Stallman <rms@gnu.org>
9167
9168 * display.texi (Invisible Text): The impossible position is
9169 now before the invisible text, not after.
9170 (Defining Images): Clean up last change.
9171
9172 2006-03-11 Bill Wohler <wohler@newt.com>
9173
9174 * display.texi (Defining Images): Add image-load-path-for-library.
9175
9176 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
9177
9178 * text.texi (Adaptive Fill): Fix Texinfo usage.
9179
9180 * strings.texi (Creating Strings): Fix Texinfo usage.
9181
9182 * searching.texi (Regexp Special): Use @samp for regular
9183 expressions that are not in Lisp syntax.
9184
9185 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
9186
9187 * searching.texi (Regexp Special): Put remark between parentheses
9188 to avoid misreading.
9189
9190 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
9191
9192 * searching.texi (Syntax of Regexps): More accurately describe
9193 which characters are special in which situations.
9194 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
9195 are not special. Describe in detail when `[' and `]' are special.
9196 (Regexp Backslash): Plenty of regexps with unbalanced square
9197 brackets are valid, so reword that statement.
9198
9199 2006-03-02 Kim F. Storm <storm@cua.dk>
9200
9201 * keymaps.texi (Tool Bar): Add tool-bar-border.
9202
9203 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
9204
9205 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
9206
9207 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
9208
9209 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
9210
9211 * files.texi (Locating Files): Suggest additional values for the
9212 SUFFIXES arg of `locate-file'. Update pxref.
9213
9214 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
9215 (How Programs Do Loading): Discuss the effects of Auto Compression
9216 mode on `load'.
9217 (Load Suffixes): New node.
9218 (Library Search): Delete description of `load-suffixes'; it was
9219 moved to "Load Suffixes".
9220 (Autoload, Named Features): Mention `load-suffixes'.
9221
9222 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9223
9224 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
9225
9226 * windows.texi (Window Tree): Fix typo.
9227
9228 2006-02-20 Kim F. Storm <storm@cua.dk>
9229
9230 * display.texi (Fringe Indicators): New section.
9231 Move indicate-empty-lines, indicate-buffer-boundaries, and
9232 default-indicate-buffer-boundaries here.
9233 Add fringe-indicator-alist and default-fringes-indicator-alist.
9234 Add list of logical fringe indicator symbols.
9235 Update list of standard bitmap names.
9236 (Fringe Cursors): New section.
9237 Move overflow-newline-into-fringe here.
9238 Add fringe-cursor-alist and default-fringes-cursor-alist.
9239 Add list of fringe cursor symbols.
9240
9241 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
9242
9243 * commands.texi (Using Interactive): Fix reference to node
9244 "Minibuffers".
9245
9246 2006-02-19 Richard M. Stallman <rms@gnu.org>
9247
9248 * minibuf.texi (High-Level Completion):
9249 Add xref to read-input-method-name.
9250
9251 * files.texi (Relative File Names): Move file-relative-name here.
9252 (File Name Expansion): From here. Minor clarifications.
9253
9254 * commands.texi (Using Interactive): Add xrefs about reading input.
9255 Clarify remarks about that moving point and mark.
9256 Put string case before list case.
9257
9258 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
9259
9260 * display.texi (Other Display Specs, Image Descriptors):
9261 Revert erroneous changes. The previous description of
9262 image-descriptors as `(image . PROPS)' was correct.
9263
9264 2006-02-14 Richard M. Stallman <rms@gnu.org>
9265
9266 * variables.texi (File Local Variables): Clarifications.
9267
9268 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
9269
9270 * variables.texi (File Local Variables): Use @code for a cons
9271 cell, not @var.
9272
9273 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
9274
9275 * variables.texi (File Local Variables): Document new file local
9276 variable behavior.
9277
9278 2006-02-10 Kim F. Storm <storm@cua.dk>
9279
9280 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
9281
9282 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
9283
9284 * modes.texi (%-Constructs): Remove obsolete info about
9285 `global-mode-string'.
9286
9287 2006-02-07 Richard M. Stallman <rms@gnu.org>
9288
9289 * commands.texi (Prefix Command Arguments): Minor cleanup.
9290
9291 * display.texi: "Graphical display", not window system.
9292
9293 * functions.texi (What Is a Function): Fix xref.
9294
9295 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
9296 (Changing Key Bindings): Clarify when remapping is better than
9297 substitute-key-definition.
9298
9299 2006-02-02 Richard M. Stallman <rms@gnu.org>
9300
9301 * minibuf.texi (Basic Completion): Completion alists are risky.
9302
9303 * keymaps.texi (Active Keymaps): Clarifications.
9304 (Searching Keymaps): New node.
9305 (Keymaps): Update menu.
9306
9307 * frames.texi (Layout Parameters): Minor clarification.
9308 (Drag and Drop): New node.
9309 (Frames): Update menu.
9310
9311 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
9312
9313 * display.texi (Other Display Specs, Image Descriptors):
9314 Image description is a list, not a cons cell.
9315
9316 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9317
9318 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
9319 list is not necessarily a list).
9320
9321 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9322
9323 * frames.texi (Layout Parameters): border-width and
9324 internal-border-width belong to the frame, not the window.
9325
9326 2006-01-19 Richard M. Stallman <rms@gnu.org>
9327
9328 * nonascii.texi (Translation of Characters): Search cmds use
9329 translation-table-for-input. Automatically made local.
9330
9331 * markers.texi (Overview of Markers): Count insertion type
9332 as one of a marker's attributes.
9333
9334 * keymaps.texi (Controlling Active Maps): New node, split out of
9335 Active Keymaps.
9336 (Keymaps): Menu updated.
9337 (Active Keymaps): Give pseudocode to explain how the active
9338 maps are searched. current-active-maps and key-binding moved here.
9339 (Functions for Key Lookup): current-active-maps and key-binding moved.
9340 Clarifications.
9341 (Searching the Keymaps): New subnode.
9342
9343 * elisp.texi (Top): Menu clarification.
9344
9345 * display.texi (Other Display Specs): Delete duplicate entry for
9346 just a string as display spec. Move text about recursive display
9347 specs on such a string.
9348
9349 * commands.texi (Key Sequence Input): Clarify.
9350 Move num-nonmacro-input-events out.
9351 (Reading One Event): num-nonmacro-input-events moved here.
9352
9353 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
9354
9355 * advice.texi (Simple Advice): Update example to fit argument
9356 change in previous-line.
9357
9358 2006-01-05 Richard M. Stallman <rms@gnu.org>
9359
9360 * markers.texi (The Mark): Fix in `mark'.
9361
9362 2006-01-04 Richard M. Stallman <rms@gnu.org>
9363
9364 * processes.texi (Misc Network, Make Network): Minor cleanups.
9365
9366 2006-01-04 Kim F. Storm <storm@cua.dk>
9367
9368 * processes.texi (Make Network): Add IPv6 addresses and handling.
9369 (Network Feature Testing): Mention (:family ipv6).
9370 (Misc Network): Add IPv6 formats to format-network-address.
9371
9372 2005-12-30 Richard M. Stallman <rms@gnu.org>
9373
9374 * text.texi (Changing Properties):
9375 Don't use return value of set-text-properties.
9376
9377 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9378
9379 * modes.texi (Mode Line Format): Correct typo in menu.
9380
9381 2005-12-29 Richard M. Stallman <rms@gnu.org>
9382
9383 * modes.texi (Mode Line Top): New node.
9384 (Mode Line Data): Some text moved to new node.
9385 Explain the data structure more concretely.
9386 (Mode Line Basics): Clarifications.
9387 (Mode Line Variables): Clarify intro paragraph.
9388 (%-Constructs): Clarify intro paragraph.
9389 (Mode Line Format): Update menu.
9390
9391 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9392
9393 * minibuf.texi (Basic Completion): Update lazy-completion-table
9394 examples for removal of ARGS argument.
9395
9396 2005-12-23 Richard M. Stallman <rms@gnu.org>
9397
9398 * text.texi (Undo): Restore some explanation from the version
9399 that was deleted.
9400
9401 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9402
9403 * text.texi (Undo): Remove duplicate descriptions of `apply
9404 funname' and `apply delta' elements of the undo list.
9405
9406 2005-12-20 Richard M. Stallman <rms@gnu.org>
9407
9408 * help.texi (Help Functions): Update documentation of `apropos'.
9409
9410 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
9411
9412 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9413 because it is confusing. If the :help-echo keyword is a function,
9414 it is not directly used as the :help-echo overlay property, as the
9415 xref seems to suggest (it does not take the appropriate args).
9416
9417 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9418
9419 * customize.texi (Common Keywords): Fix Texinfo usage.
9420 (Group Definitions, Variable Definitions): Update for new
9421 conventions for using `*' in docstrings.
9422
9423 * tips.texi (Documentation Tips): Update for new conventions for
9424 using `*' in docstrings.
9425
9426 2005-12-16 Richard M. Stallman <rms@gnu.org>
9427
9428 * minibuf.texi (Minibuffer Contents): Minor cleanup.
9429
9430 2005-12-16 Juri Linkov <juri@jurta.org>
9431
9432 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9433
9434 2005-12-14 Romain Francoise <romain@orebokech.com>
9435
9436 * modes.texi (Customizing Keywords): Rename `append' to `how'.
9437 Fix typo.
9438
9439 2005-12-11 Juri Linkov <juri@jurta.org>
9440
9441 * minibuf.texi (Completion Commands): Add mention of read-file-name
9442 for filename completion keymaps.
9443 (Reading File Names): Add mention of filename completion keymaps
9444 for read-file-name and xref to `Completion Commands'.
9445
9446 2005-12-10 Richard M. Stallman <rms@gnu.org>
9447
9448 * customize.texi (Common Keywords): State caveats for use of :tag.
9449
9450 2005-12-08 Richard M. Stallman <rms@gnu.org>
9451
9452 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9453 with xrefs and better explanation.
9454 (Completion Commands): Add the filename completion maps.
9455
9456 * objects.texi (Character Type): Clarify that \s is not space
9457 if a dash follows.
9458
9459 2005-12-05 Richard M. Stallman <rms@gnu.org>
9460
9461 * windows.texi (Resizing Windows): Delete preserve-before args.
9462
9463 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9464
9465 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9466 in full keymaps, since the quirk has been fixed.
9467
9468 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9469
9470 * hooks.texi (Standard Hooks): Add index entries.
9471 Mention `compilation-finish-functions'.
9472
9473 2005-11-27 Richard M. Stallman <rms@gnu.org>
9474
9475 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9476
9477 2005-11-21 Juri Linkov <juri@jurta.org>
9478
9479 * customize.texi (Common Keywords): Update links types
9480 custom-manual and url-link. Add link types emacs-library-link,
9481 file-link, function-link, variable-link, custom-group-link.
9482
9483 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9484
9485 * display.texi: Revert 2005-11-20 change.
9486
9487 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9488
9489 * processes.texi (Bindat Functions):
9490 Say "third" to refer to zero-based index "2".
9491
9492 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
9493
9494 * loading.texi (Library Search): Update the default value of
9495 `load-suffixes'.
9496
9497 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9498
9499 * display.texi (Attribute Functions): Mention :ignore-defface.
9500
9501 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9502
9503 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9504 (Minor Mode Conventions): Mention the use of a hook.
9505
9506 2005-11-06 Richard M. Stallman <rms@gnu.org>
9507
9508 * files.texi (Magic File Names): find-file-name-handler checks the
9509 `operations' property of the handler.
9510
9511 2005-11-03 Richard M. Stallman <rms@gnu.org>
9512
9513 * variables.texi (Frame-Local Variables): Small clarification.
9514
9515 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9516
9517 * os.texi (Init File): Document ~/.emacs.d/init.el.
9518
9519 2005-10-29 Richard M. Stallman <rms@gnu.org>
9520
9521 * internals.texi (Garbage Collection): Document memory-full.
9522
9523 2005-10-28 Bill Wohler <wohler@newt.com>
9524
9525 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9526 for URLs.
9527
9528 2005-10-28 Richard M. Stallman <rms@gnu.org>
9529
9530 * minibuf.texi (Completion Commands): Clean up prev change.
9531
9532 2005-10-26 Kevin Ryde <user42@zip.com.au>
9533
9534 * compile.texi (Eval During Compile): Explain recommended uses
9535 of eval-when-compile and eval-and-compile.
9536
9537 2005-10-27 Masatake YAMATO <jet@gyve.org>
9538
9539 * minibuf.texi (Completion Commands):
9540 Write about new optional argument for `display-completion-list'.
9541
9542 2005-10-23 Richard M. Stallman <rms@gnu.org>
9543
9544 * display.texi (Overlay Arrow): Clarify about local bindings of
9545 overlay-arrow-position.
9546
9547 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9548
9549 * internals.texi (Building Emacs): Fix last change.
9550
9551 2005-10-22 Richard M. Stallman <rms@gnu.org>
9552
9553 * internals.texi (Building Emacs): Document eval-at-startup.
9554
9555 2005-10-21 Richard M. Stallman <rms@gnu.org>
9556
9557 * loading.texi (Where Defined): load-history contains abs file names.
9558 symbol-file returns abs file names.
9559
9560 2005-10-19 Kim F. Storm <storm@cua.dk>
9561
9562 * display.texi (Showing Images): Add max-image-size integer value.
9563
9564 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9565
9566 * display.texi (Showing Images): Document max-image-size.
9567
9568 2005-10-17 Richard M. Stallman <rms@gnu.org>
9569
9570 * commands.texi (Quitting): Minor clarification.
9571
9572 * processes.texi (Sentinels): Clarify about output and quitting.
9573 (Filter Functions): Mention with-local-quit.
9574
9575 2005-10-17 Juri Linkov <juri@jurta.org>
9576
9577 * buffers.texi (Current Buffer):
9578 * commands.texi (Event Input Misc):
9579 * compile.texi (Eval During Compile, Compiler Errors):
9580 * customize.texi (Group Definitions):
9581 * display.texi (Progress, Defining Faces):
9582 * files.texi (Writing to Files):
9583 * modes.texi (Mode Hooks, Defining Minor Modes):
9584 * streams.texi (Output Functions):
9585 * syntax.texi (Syntax Table Functions):
9586 * text.texi (Change Hooks):
9587 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
9588
9589 * commands.texi (Quitting): Replace arg `forms' with `body' in
9590 `with-local-quit'.
9591
9592 * positions.texi (Excursions): Replace arg `forms' with `body' in
9593 `save-excursion'.
9594
9595 2005-10-08 Kim F. Storm <storm@cua.dk>
9596
9597 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
9598 Rename manual section accordingly.
9599
9600 2005-10-04 Kim F. Storm <storm@cua.dk>
9601
9602 * windows.texi (Window Split Tree): New section describing
9603 new function window-split-tree function.
9604
9605 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
9606
9607 * display.texi (Fringe Size/Pos): Simplify and add detail.
9608
9609 2005-09-30 Romain Francoise <romain@orebokech.com>
9610
9611 * minibuf.texi (High-Level Completion): Explain that the prompt
9612 given to `read-buffer' should end with a colon and a space.
9613 Update usage examples.
9614
9615 2005-09-29 Juri Linkov <juri@jurta.org>
9616
9617 * display.texi (Displaying Messages): Rename argument name
9618 `string' to `format-string' in functions `message', `message-box',
9619 `message-or-box'.
9620
9621 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
9622
9623 * errors.texi (Standard Errors): Correct xrefs.
9624
9625 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9626
9627 * display.texi (Defining Images): Update documentation for
9628 `image-load-path'.
9629
9630 2005-09-17 Richard M. Stallman <rms@gnu.org>
9631
9632 * display.texi (Defining Images): Clean up previous change.
9633
9634 2005-09-16 Romain Francoise <romain@orebokech.com>
9635
9636 * elisp.texi: Specify GFDL version 1.2.
9637
9638 * doclicense.texi (GNU Free Documentation License): Update to
9639 version 1.2.
9640
9641 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9642
9643 * display.texi (Defining Images): Document `image-load-path'.
9644
9645 2005-09-15 Richard M. Stallman <rms@gnu.org>
9646
9647 * objects.texi (Printed Representation): Minor cleanup.
9648 (Box Diagrams): Minor fix.
9649 (Cons Cell Type): Move (...) index item here.
9650 (Box Diagrams): From here.
9651 (Array Type): Minor fix.
9652 (Type Predicates): Delete index "predicates".
9653 (Hash Table Type): Clarify xref.
9654 (Dotted Pair Notation): Minor fix.
9655
9656 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
9657
9658 * files.texi (Saving Buffers): Fix typo.
9659
9660 2005-09-08 Richard M. Stallman <rms@gnu.org>
9661
9662 * tips.texi (Programming Tips): Correct the "default" prompt spec.
9663
9664 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
9665
9666 * locals.texi (Standard Buffer-Local Variables): Don't include
9667 mode variables for minor modes.
9668 Fix xrefs for buffer-display-count, buffer-display-table,
9669 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
9670 enable-multibyte-characters, fill-column, header-line-format,
9671 left-fringe-width, left-margin, and right-fringe-width.
9672
9673 * hooks.texi (Standard Hooks): All hooks should conform to the
9674 standard naming convention now.
9675 Fix xref for `echo-area-clear-hook'.
9676
9677 * display.texi (Usual Display): Note that indicate-empty-lines and
9678 tab-width are buffer-local.
9679
9680 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
9681
9682 * modes.texi (Mode Help): Note that major-mode is buffer-local.
9683
9684 * nonascii.texi (Encoding and I/O): Note that
9685 buffer-file-coding-system is buffer-local.
9686
9687 * positions.texi (List Motion): Note that defun-prompt-regexp is
9688 buffer-local.
9689
9690 * text.texi (Auto Filling): Note that auto-fill-function is
9691 buffer-local.
9692 (Undo): Note that buffer-undo-list is buffer-local.
9693
9694 * windows.texi (Buffers and Windows):
9695 Document buffer-display-count.
9696
9697 2005-09-06 Richard M. Stallman <rms@gnu.org>
9698
9699 * tips.texi (Coding Conventions): Sometimes it is ok to put the
9700 package prefix elsewhere than at the start of the name.
9701
9702 2005-09-03 Richard M. Stallman <rms@gnu.org>
9703
9704 * tips.texi (Programming Tips): Add conventions for minibuffer
9705 questions and prompts.
9706
9707 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
9708
9709 * intro.texi (nil and t): Minor cleanup.
9710 Delete spurious mention of keyword symbols.
9711 (Evaluation Notation): Add index entry.
9712 (A Sample Function Description): Minor cleanup.
9713 (A Sample Variable Description): Not all vars can be set.
9714
9715 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
9716
9717 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
9718
9719 (Insertion): Document precise type of `insert-char' arg COUNT.
9720
9721 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9722
9723 * modes.texi (Other Font Lock Variables): Sync the default of
9724 font-lock-lines-before.
9725
9726 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9727
9728 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9729
9730 2005-08-29 Richard M. Stallman <rms@gnu.org>
9731
9732 * elisp.texi (Top): Update subnode menu.
9733
9734 * searching.texi (Searching and Matching): Move node.
9735 Rearrange contents and add overall explanation.
9736 (Searching and Case): Move node.
9737 (Searching and Matching): Update menu.
9738
9739 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9740
9741 * os.texi (Startup Summary): Fix the description of the initial
9742 startup message display.
9743
9744 2005-08-25 Richard M. Stallman <rms@gnu.org>
9745
9746 * searching.texi (Search and Replace): Add replace-regexp-in-string.
9747
9748 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
9749
9750 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9751 `next-overlay-change' example.
9752
9753 2005-08-22 Juri Linkov <juri@jurta.org>
9754
9755 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9756 Fix invert-face. Fix args of face-background.
9757
9758 * display.texi (Standard Faces): Delete node.
9759 (Faces): Add xref to `(emacs)Standard Faces'.
9760 (Displaying Faces): Fix xref to `Standard Faces'.
9761
9762 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9763
9764 2005-08-20 Alan Mackenzie <acm@muc.de>
9765
9766 * buffers.texi (The Buffer List): Clarify the manipulation of the
9767 buffer list.
9768
9769 2005-08-14 Richard M. Stallman <rms@gnu.org>
9770
9771 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9772 a regexp.
9773
9774 2005-08-11 Richard M. Stallman <rms@gnu.org>
9775
9776 * elisp.texi (Top): Update subnode lists.
9777
9778 * display.texi (Inverse Video): Node deleted.
9779
9780 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9781 New nodes split out of Coding Conventions.
9782
9783 * searching.texi (Regular Expressions): Document re-builder.
9784
9785 * os.texi (Time Parsing): New node split out of Time Conversion.
9786
9787 * processes.texi (Misc Network, Network Feature Testing)
9788 (Network Options, Make Network): New nodes split out of
9789 Low-Level Network.
9790
9791 2005-08-09 Richard M. Stallman <rms@gnu.org>
9792
9793 * frames.texi (Geometry): New node, split from Size and Position.
9794 (Frame Parameters): Refer to Geometry.
9795
9796 * buffers.texi (The Buffer List): Fix xrefs.
9797
9798 * windows.texi (Splitting Windows): Fix xref.
9799
9800 * frames.texi (Layout Parameters): Add xref.
9801
9802 * display.texi (Line Height, Scroll Bars): Fix xrefs.
9803
9804 * keymaps.texi (Menu Bar): Fix xref.
9805
9806 * locals.texi (Standard Buffer-Local Variables): Fix xref.
9807
9808 * modes.texi (%-Constructs): Fix xref.
9809
9810 * frames.texi (Window Frame Parameters): Node split up.
9811 (Basic Parameters, Position Parameters, Size Parameters)
9812 (Layout Parameters, Buffer Parameters, Management Parameters)
9813 (Cursor Parameters, Color Parameters): New subnodes.
9814
9815 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9816
9817 * positions.texi (Screen Lines): Update xref for previous change
9818 in minibuf.texi.
9819
9820 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9821 change in minibuf.texi.
9822
9823 2005-08-09 Richard M. Stallman <rms@gnu.org>
9824
9825 * tips.texi (Coding Conventions): Minor cleanup.
9826
9827 * modes.texi (Defining Minor Modes): Explain when init-value
9828 can be non-nil.
9829
9830 * elisp.texi (Top): Update submenu for Minibuffer.
9831
9832 * minibuf.texi (Minibuffer Misc): Node split up.
9833 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9834 (Recursive Mini): New nodes split out from Minibuffer Misc.
9835 (Minibuffer Misc): Document max-mini-window-height.
9836
9837 * hash.texi (Defining Hash): Delete stray paren in example.
9838
9839 * display.texi (Echo Area Customization): Don't define
9840 max-mini-window-height here; xref instead.
9841
9842 * commands.texi (Event Input Misc): Update while-no-input.
9843
9844 * advice.texi (Advising Functions): Explain when to use advice
9845 and when to use a hook.
9846
9847 2005-07-30 Eli Zaretskii <eliz@gnu.org>
9848
9849 * makefile.w32-in (info): Don't run install-info.
9850 ($(infodir)/dir): New target, produced by running install-info.
9851
9852 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
9853
9854 * modes.texi (Defining Minor Modes): The keyword for the initial
9855 value is :init-value, not :initial-value.
9856
9857 2005-07-23 Eli Zaretskii <eliz@gnu.org>
9858
9859 * loading.texi (Autoload): Make the `doctor' example be consistent
9860 with what's in current loaddefs.el. Describe the "fn" magic in
9861 the usage portion of the doc string.
9862
9863 2005-07-22 Richard M. Stallman <rms@gnu.org>
9864
9865 * internals.texi (Garbage Collection): Clarify previous change.
9866
9867 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9868
9869 * internals.texi (Garbage Collection): Add gc-cons-percentage.
9870
9871 2005-07-18 Juri Linkov <juri@jurta.org>
9872
9873 * commands.texi (Accessing Events):
9874 * frames.texi (Text Terminal Colors, Resources):
9875 * markers.texi (The Mark):
9876 * modes.texi (Defining Minor Modes):
9877 Delete duplicate duplicate words.
9878
9879 2005-07-16 Richard M. Stallman <rms@gnu.org>
9880
9881 * display.texi (Managing Overlays): Clarify make-overlay
9882 args for insertion types.
9883
9884 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9885
9886 * customize.texi (Variable Definitions):
9887 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9888 `standard-value' is a list too.
9889 (Defining New Types): Use @key{RET} instead of @key{ret}.
9890
9891 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
9892
9893 * os.texi (Translating Input): Fix typo.
9894
9895 2005-07-08 Richard M. Stallman <rms@gnu.org>
9896
9897 * README: Update edition number and size estimate.
9898
9899 * elisp.texi (VERSION): Set to 2.9.
9900
9901 2005-07-07 Richard M. Stallman <rms@gnu.org>
9902
9903 * book-spine.texinfo: Update Emacs version.
9904
9905 * display.texi (Inverse Video): Delete mode-line-inverse-video.
9906
9907 2005-07-06 Richard M. Stallman <rms@gnu.org>
9908
9909 * searching.texi (Regexp Search): Clarify what re-search-forward
9910 does when the search fails.
9911
9912 2005-07-05 Lute Kamstra <lute@gnu.org>
9913
9914 * Update FSF's address in GPL notices.
9915
9916 * doclicense.texi (GNU Free Documentation License):
9917 * gpl.texi (GPL):
9918 * tips.texi (Coding Conventions, Library Headers):
9919 * vol1.texi:
9920 * vol2.texi: Update FSF's address.
9921
9922 2005-07-04 Richard M. Stallman <rms@gnu.org>
9923
9924 * hooks.texi (Standard Hooks): Add occur-hook.
9925
9926 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9927
9928 * display.texi (The Echo Area): Correct menu.
9929
9930 2005-07-03 Richard M. Stallman <rms@gnu.org>
9931
9932 * elisp.texi (Top): Update subnode menu for Display.
9933
9934 * display.texi (Displaying Messages): New node, with most
9935 of what was in The Echo Area.
9936 (Progress): Move under The Echo Area.
9937 (Logging Messages): New node with new text.
9938 (Echo Area Customization): New node, the rest of what was
9939 in The Echo Area. Document message-truncate-lines with @defvar.
9940 (Display): Update menu.
9941
9942 * windows.texi (Textual Scrolling): Doc 3 values for
9943 scroll-preserve-screen-position.
9944
9945 * text.texi (Special Properties): Change hook functions
9946 should bind inhibit-modification-hooks around altering buffer text.
9947
9948 * keymaps.texi (Key Binding Commands): Call binding BINDING
9949 rather than DEFINITION.
9950
9951 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9952
9953 * variables.texi (Defining Variables): `user-variable-p' returns t
9954 for aliases of user options, nil for alias loops.
9955
9956 2005-06-28 Richard M. Stallman <rms@gnu.org>
9957
9958 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9959 make-keymap.
9960
9961 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9962
9963 * variables.texi (Setting Variables): Correct and clarify
9964 description of `add-to-ordered-list'.
9965
9966 2005-06-26 Richard M. Stallman <rms@gnu.org>
9967
9968 * display.texi (Faces): Minor cleanup.
9969
9970 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
9971
9972 * display.texi (Faces): `facep' returns t for strings that are
9973 face names.
9974
9975 2005-06-25 Richard M. Stallman <rms@gnu.org>
9976
9977 * objects.texi (Equality Predicates): Clarify meaning of equal.
9978
9979 * windows.texi (Selecting Windows): save-selected-window
9980 and with-selected-window save and restore the current buffer.
9981
9982 2005-06-24 Richard M. Stallman <rms@gnu.org>
9983
9984 * numbers.texi (Float Basics): Explain how to test for NaN,
9985 and printing the sign of NaNs.
9986
9987 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9988
9989 * makefile.w32-in (MAKEINFO): Use --force.
9990
9991 2005-06-23 Richard M. Stallman <rms@gnu.org>
9992
9993 * display.texi (Face Functions): Correct Texinfo usage.
9994
9995 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
9996
9997 * lists.texi (Rings): `ring-elements' now returns the elements of
9998 RING in order.
9999
10000 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
10001
10002 * markers.texi (The Mark): Texinfo usage fix.
10003
10004 2005-06-23 Kim F. Storm <storm@cua.dk>
10005
10006 * searching.texi (Entire Match Data): Remove evaporate option for
10007 match-data. Do not mention evaporate option for set-match-data.
10008
10009 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
10010
10011 * display.texi (Face Functions): Mention face aliases.
10012
10013 2005-06-21 Richard M. Stallman <rms@gnu.org>
10014
10015 * anti.texi (Antinews): Texinfo usage fix.
10016
10017 2005-06-21 Karl Berry <karl@gnu.org>
10018
10019 * elisp.texi: Use @copying.
10020
10021 * elisp.texi: Put @summarycontents and @contents before the Top
10022 node, instead of the end of the file, so that the contents appear
10023 in the right place in the dvi/pdf output.
10024
10025 2005-06-21 Juri Linkov <juri@jurta.org>
10026
10027 * display.texi (Defining Faces): Add `customized-face'.
10028
10029 2005-06-20 Kim F. Storm <storm@cua.dk>
10030
10031 * variables.texi (Setting Variables): Any type of element can be
10032 given order in add-to-ordered-list. Compare elements with eq.
10033
10034 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
10035
10036 2005-06-20 Karl Berry <karl@gnu.org>
10037
10038 * syntax.texi (Syntax Flags): Make last column very slightly wider
10039 to avoid "generic comment" breaking on two lines and causing an
10040 underfull box.
10041
10042 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
10043
10044 * lists.texi (Rings): Various minor clarifications and corrections.
10045
10046 2005-06-18 Richard M. Stallman <rms@gnu.org>
10047
10048 * functions.texi (Obsolete Functions): Simplify.
10049
10050 * variables.texi (Variable Aliases): Simplify.
10051
10052 * anti.texi, backups.texi, compile.texi, customize.texi:
10053 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
10054 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
10055 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
10056 * variables.texi: Fix formatting ugliness.
10057
10058 * elisp.texi: Add links to Rings and Byte Packing.
10059 Update version and copyright years.
10060
10061 * minibuf.texi: Fix formatting ugliness.
10062 (Completion Commands): Move keymap vars to the end
10063 and vars completing-read binds to the top.
10064
10065 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
10066
10067 * processes.texi: Fix typos.
10068 (Bindat Spec): Correct Texinfo error.
10069 (Byte Packing): Fix ungrammatical sentence.
10070
10071 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
10072
10073 * lists.texi (Rings): New node.
10074 (Lists): Add it to menu.
10075
10076 * processes.texi (Byte Packing): New node.
10077 (Processes): Add it to menu.
10078
10079 2005-06-17 Richard M. Stallman <rms@gnu.org>
10080
10081 * syntax.texi (Parsing Expressions): Fix texinfo usage.
10082
10083 * help.texi (Documentation Basics): Explain the xref to
10084 Documentation Tips.
10085
10086 * debugging.texi (Debugger Commands): Minor fix.
10087
10088 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
10089
10090 * edebug.texi (Instrumenting): Eliminate duplicate link.
10091 (Specification List): Replace references to "below", referring to
10092 a later node, with one @ref to that node.
10093
10094 * os.texi (Timers): Timers should save and restore the match data
10095 if they change it.
10096
10097 * debugging.texi (Debugger Commands): Mention that the Lisp
10098 debugger can not step through primitive functions.
10099
10100 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
10101
10102 * functions.texi (Obsolete Functions): Update argument names of
10103 `make-obsolete' and `define-obsolete-function-alias'.
10104
10105 * variables.texi (Variable Aliases): Update argument names of
10106 `defvaralias', `make-obsolete-variable' and
10107 `define-obsolete-variable-alias'.
10108
10109 2005-06-15 Kim F. Storm <storm@cua.dk>
10110
10111 * searching.texi (Entire Match Data): Rephrase warnings about
10112 evaporate arg to match-data and set-match-data.
10113
10114 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
10115
10116 * elisp.texi (Top): Update detailed menu.
10117
10118 * edebug.texi (Edebug): Update menu.
10119 (Instrumenting): Update xrefs.
10120 (Edebug Execution Modes): Correct xref.
10121 (Jumping): Clarify description of `h' command.
10122 Eliminate redundant @ref.
10123 (Breaks): New node.
10124 (Breakpoints): Is now a subsubsection.
10125 (Global Break Condition): Mention `C-x X X'.
10126 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
10127 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
10128 (Edebug Display Update): Correct pxref.
10129 (Edebug and Macros): New node.
10130 (Instrumenting Macro Calls): Is now a subsubsection.
10131 Neither arg of `def-edebug-spec' is evaluated.
10132 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
10133 (Specification Examples): Fix typo.
10134
10135 2005-06-14 Lute Kamstra <lute@gnu.org>
10136
10137 * debugging.texi (Function Debugging): Primitives can break on
10138 entry too.
10139
10140 2005-06-14 Kim F. Storm <storm@cua.dk>
10141
10142 * variables.texi (Setting Variables): Add add-to-ordered-list.
10143
10144 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10145
10146 * syntax.texi (Parsing Expressions): Document aux functions and vars of
10147 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
10148
10149 2005-06-13 Lute Kamstra <lute@gnu.org>
10150
10151 * text.texi (Special Properties): Fix cross reference.
10152
10153 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
10154
10155 * debugging.texi (Function Debugging): Delete mention of empty
10156 string argument to `cancel-debug-on-entry'. Delete inaccurate
10157 description of the return value of that command.
10158
10159 2005-06-11 Alan Mackenzie <acm@muc.de>
10160
10161 * text.texi (Adaptive Fill): Amplify the description of
10162 fill-context-prefix.
10163
10164 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10165
10166 * syntax.texi (Parsing Expressions): Fix Texinfo error.
10167
10168 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10169
10170 * syntax.texi (Parsing Expressions): Document syntax-ppss.
10171
10172 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10173
10174 * debugging.texi (Error Debugging): Minor rewording.
10175 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
10176 is optional.
10177
10178 2005-06-10 Lute Kamstra <lute@gnu.org>
10179
10180 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
10181 (Top): Give it a title. Correct version number. Give the
10182 detailed node listing a more prominent header.
10183 * intro.texi: Don't set VERSION here a second time.
10184 Mention Emacs's version too.
10185 * anti.texi (Antinews): Use EMACSVER to refer to the current
10186 version of Emacs.
10187
10188 2005-06-09 Kim F. Storm <storm@cua.dk>
10189
10190 * searching.texi (Entire Match Data): Explain new `reseat' argument to
10191 match-data and set-match-data.
10192
10193 2005-06-08 Richard M. Stallman <rms@gnu.org>
10194
10195 * searching.texi (Entire Match Data): Clarify when match-data
10196 returns markers and when integers.
10197
10198 * display.texi (Defining Faces): Explain that face name should not
10199 end in `-face'.
10200
10201 * modes.texi (Mode Line Data): Minor cleanup.
10202 (Customizing Keywords): Node split out of Search-based Fontification.
10203 Add example of using font-lock-add-keywords from a hook.
10204 Clarify when MODE should be non-nil, and when nil.
10205
10206 2005-06-06 Richard M. Stallman <rms@gnu.org>
10207
10208 * modes.texi (Mode Line Data): Explain what happens when the car
10209 of a list is a void symbol.
10210 (Search-based Fontification): Explain MODE arg to
10211 font-lock-add-keywords and warn about calls from major modes.
10212
10213 2005-06-08 Juri Linkov <juri@jurta.org>
10214
10215 * display.texi (Standard Faces): Add `shadow' face.
10216
10217 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
10218
10219 * modes.texi (Major Mode Conventions): A derived mode only needs
10220 to put the call to the parent mode inside `delay-mode-hooks'.
10221
10222 2005-05-29 Richard M. Stallman <rms@gnu.org>
10223
10224 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
10225 new, and what that implies. Clarify.
10226
10227 * files.texi (Locating Files): Clean up the text.
10228
10229 * frames.texi (Window Frame Parameters): Document user-size.
10230 Shorten entry for top by referring to left.
10231
10232 2005-05-26 Richard M. Stallman <rms@gnu.org>
10233
10234 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
10235 is new, and what the implications are. Other clarifications.
10236
10237 2005-05-24 Richard M. Stallman <rms@gnu.org>
10238
10239 * frames.texi (Dialog Boxes): Minor fixes.
10240
10241 2005-05-25 Masatake YAMATO <jet@gyve.org>
10242
10243 * display.texi (Standard Faces): Write about `mode-line-highlight'.
10244
10245 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
10246
10247 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
10248 is optional.
10249
10250 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
10251
10252 * frames.texi (Dialog Boxes): Describe new optional argument.
10253
10254 2005-05-23 Lute Kamstra <lute@gnu.org>
10255
10256 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
10257 syntax-begin-function over font-lock-beginning-of-syntax-function.
10258
10259 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
10260
10261 * minibuf.texi (Reading File Names): Update description of
10262 `read-directory-name'.
10263
10264 * modes.texi (Derived Modes): Clarify :group keyword.
10265
10266 2005-05-21 Eli Zaretskii <eliz@gnu.org>
10267
10268 * files.texi (Locating Files): New subsection.
10269 Describe locate-file and executable-find.
10270
10271 2005-05-21 Kevin Ryde <user42@zip.com.au>
10272
10273 * frames.texi (Initial Parameters): Update cross reference to
10274 "Emacs Invocation".
10275
10276 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10277
10278 * keymaps.texi (Active Keymaps): Add anchor.
10279
10280 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
10281 (Major Mode Conventions): Refer to `Auto Major Mode' in more
10282 appropriate place.
10283 (Derived Modes): Small clarifications.
10284 (Minor Mode Conventions, Keymaps and Minor Modes):
10285 Replace references to nodes with references to anchors.
10286 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
10287 Clarify description of lists whose first element is an integer.
10288 (Mode Line Variables): Add anchor.
10289 (%-Constructs): Clarify description of integer after %.
10290 (Emulating Mode Line): Describe nil value for FACE.
10291
10292 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10293
10294 * modes.texi (Derived Modes): Correct references to non-existing
10295 variable standard-syntax-table.
10296
10297 2005-05-17 Lute Kamstra <lute@gnu.org>
10298
10299 * modes.texi (Defining Minor Modes): Mention the mode hook.
10300
10301 2005-05-15 Kim F. Storm <storm@cua.dk>
10302
10303 * processes.texi (Network): Remove open-network-stream-nowait.
10304 (Network Servers): Remove open-network-stream-server.
10305
10306 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
10307
10308 * elisp.texi (Top): Update detailed menu.
10309
10310 * variables.texi: Reorder nodes.
10311 (Variables): Update menu.
10312 (File Local Variables): Do not refer to the `-*-' line as
10313 a "local variables list". Add pxref.
10314
10315 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10316
10317 * elisp.texi (Top): Update detailed menu for node changes.
10318
10319 * modes.texi (Modes): Update Menu.
10320 (Hooks): Move to beginning of chapter.
10321 Most minor modes run mode hooks too.
10322 `add-hook' can handle void hooks or hooks whose value is a single
10323 function.
10324 (Major Modes): Update Menu.
10325 (Major Mode Basics): New node, split off from `Major Modes'.
10326 (Major Mode Conventions): Correct xref. Explain how to handle
10327 auto-mode-alist if the major mode command has an autoload cookie.
10328 (Auto Major Mode): Major update. Add magic-mode-alist.
10329 (Derived Modes): Major update.
10330 (Mode Line Format): Update Menu.
10331 (Mode Line Basics): New node, split off from `Mode Line Format'.
10332
10333 * loading.texi (Autoload): Mention `autoload cookie' as synonym
10334 for `magic autoload comment'. Add index entries and anchor.
10335
10336 2005-05-14 Richard M. Stallman <rms@gnu.org>
10337
10338 * tips.texi (Coding Conventions): Explain how important it is
10339 that just loading certain files not change Emacs behavior.
10340
10341 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
10342
10343 2005-05-12 Lute Kamstra <lute@gnu.org>
10344
10345 * modes.texi (Generic Modes): Update.
10346 (Major Modes): Refer to node "Generic Modes".
10347
10348 * elisp.texi (Top): Update to the current structure of the manual.
10349 * processes.texi (Processes): Add menu description.
10350 * customize.texi (Customization): Add menu descriptions.
10351
10352 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10353
10354 * processes.texi (Signals to Processes)
10355 (Low-Level Network): Fix typos.
10356
10357 2005-05-11 Lute Kamstra <lute@gnu.org>
10358
10359 * elisp.texi (Top): Add some nodes from the chapter "Major and
10360 Minor Modes" to the detailed node listing.
10361
10362 2005-05-10 Richard M. Stallman <rms@gnu.org>
10363
10364 * keymaps.texi (Extended Menu Items): Menu item filter functions
10365 can be called at any time.
10366
10367 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
10368
10369 * variables.texi (File Local Variables): `(hack-local-variables t)'
10370 now also checks whether a mode is specified in the local variables
10371 list.
10372
10373 2005-05-05 Kevin Ryde <user42@zip.com.au>
10374
10375 * display.texi (The Echo Area): Correct format function cross
10376 reference.
10377
10378 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10379
10380 * variables.texi (Variable Aliases): Change description of
10381 `define-obsolete-variable-alias'.
10382
10383 * functions.texi (Functions): Add "Obsolete Functions" to menu.
10384 (Defining Functions): Add xref.
10385 (Obsolete Functions): New node.
10386 (Function Safety): Standardize capitalization of section title.
10387
10388 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10389 (Dialog Boxes): Complete description of `x-popup-dialog'.
10390
10391 2005-05-04 Richard M. Stallman <rms@gnu.org>
10392
10393 * commands.texi (Interactive Codes): Fix Texinfo usage.
10394 Document U more clearly.
10395
10396 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10397
10398 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10399 function and not a macro.
10400
10401 * frames.texi (Pop-Up Menus): Correct and clarify description of
10402 `x-popup-menu'.
10403 (Dialog Boxes): Clarify description of `x-popup-dialog'.
10404
10405 2005-05-01 Richard M. Stallman <rms@gnu.org>
10406
10407 * edebug.texi (Checking Whether to Stop): Fix previous change.
10408
10409 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10410
10411 * display.texi: Fix typos and Texinfo usage.
10412
10413 * edebug.texi (Checking Whether to Stop): executing-macro ->
10414 executing-kbd-macro.
10415
10416 2005-05-01 Richard M. Stallman <rms@gnu.org>
10417
10418 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10419
10420 2005-04-30 Richard M. Stallman <rms@gnu.org>
10421
10422 * files.texi (Magic File Names): Document `operations' property.
10423
10424 2005-04-29 Lute Kamstra <lute@gnu.org>
10425
10426 * modes.texi (Generic Modes): New node.
10427 (Major Modes): Add it to the menu.
10428 (Derived Modes): Add "derived mode" to concept index.
10429
10430 2005-04-28 Lute Kamstra <lute@gnu.org>
10431
10432 * modes.texi (Defining Minor Modes): Fix previous change.
10433 (Font Lock Mode): Simplify.
10434 (Font Lock Basics): Say that font-lock-defaults is buffer-local
10435 when set and that some parts are optional. Add cross references.
10436 (Search-based Fontification): Say how to specify font-lock-keywords.
10437 Add cross references. Add font-lock-multiline to index.
10438 Move font-lock-keywords-case-fold-search here from node "Other Font
10439 Lock Variables". Document font-lock-add-keywords and
10440 font-lock-remove-keywords.
10441 (Other Font Lock Variables): Move font-lock-keywords-only,
10442 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10443 and font-lock-syntactic-face-function to node "Syntactic Font
10444 Lock". Move font-lock-keywords-case-fold-search to node
10445 "Search-based Fontification". Document font-lock-inhibit-thing-lock
10446 and font-lock-{,un}fontify-{buffer,region}-function.
10447 (Precalculated Fontification): Remove reference to deleted variable
10448 font-lock-core-only.
10449 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10450 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
10451 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10452 and font-lock-syntactic-face-function here from node "Other Font
10453 Lock Variables". Move font-lock-syntactic-keywords to "Setting
10454 Syntax Properties". Add cross references.
10455 (Setting Syntax Properties): New node.
10456 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10457 * syntax.texi (Syntax Properties): Add cross reference.
10458 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10459
10460 2005-04-26 Richard M. Stallman <rms@gnu.org>
10461
10462 * display.texi (Defining Faces):
10463 Document `default' elements of defface spec.
10464
10465 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10466
10467 * variables.texi (Variable Aliases): Clarify text.
10468
10469 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
10470
10471 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10472
10473 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
10474
10475 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10476
10477 2005-04-24 Eli Zaretskii <eliz@gnu.org>
10478
10479 * syntax.texi (Syntax Table Internals): Elaborate documentation of
10480 syntax-after and syntax-class.
10481
10482 * files.texi (Changing Files): Fix last change's cross-reference.
10483 (Unique File Names): Don't mention "numbers" in the documentation
10484 of make-temp-file and make-temp-name.
10485
10486 2005-04-23 Richard M. Stallman <rms@gnu.org>
10487
10488 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10489
10490 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10491
10492 * windows.texi (Cyclic Window Ordering): Clarify window-list.
10493
10494 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10495
10496 * variables.texi (Variable Aliases): Describe make-obsolete-variable
10497 and define-obsolete-variable-alias.
10498
10499 2005-04-22 Kim F. Storm <storm@cua.dk>
10500
10501 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10502 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10503
10504 2005-04-21 Lute Kamstra <lute@gnu.org>
10505
10506 * lists.texi (Association Lists): Document rassq-delete-all.
10507
10508 2005-04-19 Richard M. Stallman <rms@gnu.org>
10509
10510 * modes.texi (Search-based Fontification): Explain that
10511 facespec is an expression to be evaluated.
10512
10513 2005-04-19 Kevin Ryde <user42@zip.com.au>
10514
10515 * streams.texi (Output Functions): Fix xref.
10516 * strings.texi (String Conversion): Fix xref.
10517
10518 2005-04-19 Kim F. Storm <storm@cua.dk>
10519
10520 * symbols.texi (Symbol Plists): Add safe-get.
10521 Mention that `get' may signal an error.
10522
10523 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
10524
10525 * customize.texi (Variable Definitions): Replace tooltip-mode
10526 example with save-place.
10527
10528 2005-04-17 Richard M. Stallman <rms@gnu.org>
10529
10530 * buffers.texi (Indirect Buffers): Clarify.
10531
10532 * positions.texi (Positions): Clarify converting marker to integer.
10533
10534 * strings.texi (String Basics): Mention string-match; clarify.
10535
10536 2005-04-08 Lute Kamstra <lute@gnu.org>
10537
10538 * modes.texi (Search-based Fontification): Fix cross references.
10539 Use consistent terminology. Document anchored highlighting.
10540
10541 2005-04-05 Lute Kamstra <lute@gnu.org>
10542
10543 * modes.texi (Defining Minor Modes): Document :group keyword
10544 argument and its default value.
10545
10546 2005-04-03 Lute Kamstra <lute@gnu.org>
10547
10548 * hooks.texi (Standard Hooks): Add some hooks. Add cross
10549 references and/or descriptions. Delete major mode hooks; mention
10550 them as a category instead. Rename or delete obsolete hooks.
10551
10552 2005-04-02 Richard M. Stallman <rms@gnu.org>
10553
10554 * nonascii.texi (Coding System Basics): Another wording cleanup.
10555
10556 2005-04-01 Richard M. Stallman <rms@gnu.org>
10557
10558 * nonascii.texi (Coding System Basics): Clarify previous change.
10559
10560 2005-04-01 Kenichi Handa <handa@m17n.org>
10561
10562 * nonascii.texi (Coding System Basics): Describe about roundtrip
10563 identity of coding systems.
10564
10565 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10566
10567 * text.texi (Buffer Contents): Add filter-buffer-substring and
10568 buffer-substring-filters.
10569
10570 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
10571
10572 * anti.texi (Antinews): Mention `G' interactive code.
10573
10574 * tips.texi (Compilation Tips): Mention benchmark.el.
10575
10576 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
10577
10578 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
10579 is now bound to M-o M-o.
10580
10581 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
10582
10583 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10584
10585 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
10586 in the Emacs Manual).
10587 * Makefile.in (srcs): Remove calendar.texi.
10588 * makefile.w32-in (srcs): Remove calendar.texi.
10589 * display.texi (Display): Change name of next node.
10590 * os.texi (System In): Change name of previous node.
10591 * elisp.texi (Top): Remove Calendar references.
10592 * vol1.texi (Top): Remove Calendar references.
10593 * vol2.texi (Top): Remove Calendar references.
10594
10595 2005-03-25 Richard M. Stallman <rms@gnu.org>
10596
10597 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
10598 Cleanup previous change.
10599
10600 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
10601
10602 * display.texi (Face Attributes): Faces earlier in an :inherit
10603 list take precedence.
10604 (Scroll Bars): Fix description of vertical-scroll-bars.
10605 Document frame-current-scroll-bars and window-current-scroll-bars.
10606
10607 * markers.texi (The Mark): Document temporary Transient Mark mode.
10608
10609 * minibuf.texi (Reading File Names):
10610 Document read-file-name-completion-ignore-case.
10611
10612 * positions.texi (Screen Lines): Document nil for width argument
10613 to compute-motion.
10614
10615 2005-03-23 Kim F. Storm <storm@cua.dk>
10616
10617 * display.texi (Standard Faces): Other faces used in the fringe
10618 implicitly inherits from the fringe face.
10619 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
10620 properties implicitly inherits from fringe face.
10621 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
10622
10623 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
10624
10625 * display.texi (Invisible Text): State default value of
10626 line-move-ignore-invisible.
10627 (Managing Overlays): Document remove-overlays.
10628 (Standard Faces): Document escape-glyph face.
10629
10630 * minibuf.texi (Reading File Names): Document read-file-name-function.
10631
10632 * modes.texi (Other Font Lock Variables):
10633 Document font-lock-lines-before.
10634
10635 * positions.texi (Skipping Characters): skip-chars-forward allows
10636 character classes.
10637
10638 2005-03-18 Lute Kamstra <lute@gnu.org>
10639
10640 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
10641
10642 2005-03-17 Richard M. Stallman <rms@gnu.org>
10643
10644 * text.texi (Undo): Document extensible undo entries.
10645
10646 * searching.texi (String Search, Regexp Search): Cleanups.
10647
10648 * nonascii.texi (Character Codes): Minor fix.
10649
10650 * display.texi (Display Property): Explain the significance
10651 of having text properties that are eq.
10652 (Other Display Specs): Explain string as display spec.
10653
10654 * commands.texi (Interactive Codes): Document G option.
10655
10656 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
10657
10658 * text.texi (Filling): Add sentence-end-without-period and
10659 sentence-end-without-space.
10660 (Changing Properties): Minor fix.
10661
10662 * anti.texi: Total rewrite.
10663
10664 2005-03-15 Lute Kamstra <lute@gnu.org>
10665
10666 * edebug.texi (Instrumenting Macro Calls): Fix typos.
10667
10668 2005-03-08 Kim F. Storm <storm@cua.dk>
10669
10670 * display.texi (Specified Space): Property :width is support on
10671 non-graphic terminals, :height is not.
10672
10673 2005-03-07 Richard M. Stallman <rms@gnu.org>
10674
10675 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
10676 Now subnodes of Fringes.
10677 (Overlay Arrow): Document overlay-arrow-variable-list.
10678 (Fringe Size/Pos): New node, broken out of Fringes.
10679 (Display): Explain clearing vs redisplay better.
10680 (Truncation): Clarify use of bitmaps.
10681 (The Echo Area): Clarify the uses of the echo area.
10682 Add max-mini-window-height.
10683 (Progress): Clarify.
10684 (Invisible Text): Explain that main loop moves point out.
10685 (Selective Display): Say "hidden", not "invisible".
10686 (Managing Overlays): Move up. Describe relation to Undo here.
10687 (Overlay Properties): Clarify intro.
10688 (Finding Overlays): Explain return values when nothing found.
10689 (Width): truncate-string-to-width has added arg.
10690 (Displaying Faces): Clarify and update mode line face handling.
10691 (Face Functions): Minor cleanup.
10692 (Conditional Display): Merge into Other Display Specs.
10693 (Pixel Specification, Other Display Specs): Minor cleanups.
10694 (Images, Image Descriptors): Minor cleanups.
10695 (GIF Images): Patents have expired.
10696 (Showing Images): Explain default text for insert-image.
10697 (Manipulating Button Types): Merge into Manipulating Buttons.
10698 (Making Buttons): Explain return values.
10699 (Button Buffer Commands): Add xref.
10700 (Inverse Video): Update mode-line-inverse-video.
10701 (Display Table Format): Clarify.
10702 (Active Display Table): Give defaults for window-display-table.
10703
10704 * calendar.texi (Calendar Customizing): calendar-holiday-marker
10705 and calendar-today-marker are strings, not chars.
10706 (Holiday Customizing): Minor fix.
10707
10708 * internals.texi (Writing Emacs Primitives): Update `or' example.
10709 Update limit on # args of subr.
10710
10711 * edebug.texi (Using Edebug): Arrow is in fringe.
10712 (Instrumenting): Arg to eval-defun works without loading edebug.
10713 (Edebug Execution Modes): Add xref.
10714
10715 * customize.texi (Common Keywords): Clarify :require.
10716 Mention :version here.
10717 (Variable Definitions, Group Definitions): Not here.
10718 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10719
10720 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
10721 * nonascii.texi (Text Representations): Clarify position-bytes.
10722 (Character Sets): Add list-charset-chars.
10723 (Scanning Charsets): Add charset-after.
10724 (Encoding and I/O): Minor fix.
10725
10726 2005-03-06 Richard M. Stallman <rms@gnu.org>
10727
10728 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10729 (Resizing Windows): Likewise.
10730
10731 * text.texi (Change Hooks): Get rid of "Emacs 21".
10732
10733 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10734
10735 * streams.texi (Output Variables): Get rid of "Emacs 21".
10736
10737 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10738
10739 * os.texi (Translating Input): Replace flow-control example
10740 with a less obsolete example that uses `keyboard-translate'.
10741
10742 * objects.texi (Hash Table Type, Circular Objects):
10743 Get rid of "Emacs 21".
10744
10745 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10746 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10747
10748 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10749
10750 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10751
10752 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10753 (Menu Bar): Fix when menu-bar-update-hook is called.
10754
10755 * hash.texi (Hash Tables): Get rid of "Emacs 21".
10756
10757 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10758 and make it read better.
10759
10760 * files.texi (Writing to Files): Get rid of "Emacs 21".
10761 (Unique File Names): Likewise.
10762
10763 * elisp.texi: Update Emacs version to 22.
10764
10765 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10766 (Overlay Properties, Face Attributes): Likewise.
10767 (Managing Overlays): Fix punctuation.
10768 (Attribute Functions): Clarify set-face-font; get rid of
10769 info about old Emacs versions.
10770 (Auto Faces, Font Lookup, Display Property, Images):
10771 Get rid of "Emacs 21".
10772
10773 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10774
10775 2005-03-05 Richard M. Stallman <rms@gnu.org>
10776
10777 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10778
10779 2005-03-04 Lute Kamstra <lute@gnu.org>
10780
10781 * debugging.texi (Error Debugging): Document stack-trace-on-error.
10782
10783 2005-03-03 Lute Kamstra <lute@gnu.org>
10784
10785 * edebug.texi (Instrumenting Macro Calls): Fix typo.
10786
10787 2005-03-01 Lute Kamstra <lute@gnu.org>
10788
10789 * debugging.texi (Debugger Commands): Update `j'.
10790
10791 2005-02-28 Lute Kamstra <lute@gnu.org>
10792
10793 * debugging.texi (Debugging): Fix typo.
10794 (Error Debugging): Document eval-expression-debug-on-error.
10795 (Function Debugging): Update example.
10796 (Using Debugger): Mention starred stack frames.
10797 (Debugger Commands): Document `j' and `l'.
10798 (Invoking the Debugger): `d' and `j' exit recursive edit too.
10799 Update the messages that the debugger displays.
10800 (Internals of Debugger): Add cross reference. Update example.
10801 (Excess Open): Minor improvement.
10802 (Excess Close): Minor improvement.
10803
10804 2005-02-26 Richard M. Stallman <rms@gnu.org>
10805
10806 * tips.texi (Coding Conventions): Clarify.
10807 Put all the major mode key reservations together.
10808 Mention the Mouse-1 => Mouse-2 conventions.
10809
10810 * syntax.texi (Syntax Class Table): Clarify.
10811 (Syntax Table Functions): syntax-after moved from here.
10812 (Syntax Table Internals): syntax-after moved to here.
10813 (Parsing Expressions): Update info on number of values
10814 and what's meaningful in the STATE argument.
10815 (Categories): Fix typo.
10816
10817 * sequences.texi (Arrays): Cleanup.
10818 (Char-Tables): Clarify.
10819
10820 * processes.texi (Deleting Processes): Cleanups, add xref.
10821 (Subprocess Creation): Explain nil in exec-path. Cleanup.
10822 (Process Information): set-process-coding-system, some args optional.
10823 (Input to Processes): Explain various types for PROCESS args.
10824 Rename them from PROCESS-NAME to PROCESS.
10825 (Signals to Processes): Likewise.
10826 (Decoding Output): Cleanup.
10827 (Query Before Exit): Clarify.
10828
10829 * os.texi (Startup Summary): Correct the options; add missing ones.
10830 (Terminal Output, Batch Mode): Clarify.
10831 (Flow Control): Node deleted.
10832
10833 * markers.texi (The Mark): Clarify.
10834
10835 * macros.texi (Expansion): Cleanup.
10836 (Indenting Macros): indent-spec allows ints, not floats.
10837
10838 * keymaps.texi (Keymaps): Clarify.
10839 (Format of Keymaps): Update lisp-mode-map example.
10840 (Active Keymaps, Key Lookup): Clarify.
10841 (Changing Key Bindings): Add xref to `kbd'.
10842 (Key Binding Commands, Simple Menu Items): Clarify.
10843 (Mouse Menus, Menu Bar): Clarify.
10844 (Menu Example): Replace print example with menu-bar-replace-menu.
10845
10846 * help.texi (Documentation Basics): Add function-documentation prop.
10847
10848 * elisp.texi (Top): Don't refer to Flow Control node.
10849
10850 * commands.texi (Command Overview): Improve xrefs.
10851 (Adjusting Point): Adjusting point applies to intangible and invis.
10852 (Key Sequence Input): Doc extra read-key-sequence args.
10853 Likewise for read-key-sequence-vector.
10854
10855 * backups.texi (Rename or Copy): Minor fix.
10856 (Numbered Backups): For version-control, say the default.
10857 (Auto-Saving): make-auto-save-file-name example is simplified.
10858
10859 * advice.texi (Advising Functions): Don't imply one part of Emacs
10860 should advise another part. Markup changes.
10861 (Defining Advice): Move transitional para.
10862 (Activation of Advice): Cleanup.
10863 Explain if COMPILE is nil or negative.
10864
10865 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10866
10867 2005-02-24 Lute Kamstra <lute@gnu.org>
10868
10869 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10870 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10871
10872 2005-02-23 Lute Kamstra <lute@gnu.org>
10873
10874 * modes.texi (Defining Minor Modes): define-minor-mode can be used
10875 to define global minor modes as well.
10876
10877 * display.texi (Managing Overlays): overlay-buffer returns nil for
10878 deleted overlays.
10879
10880 2005-02-22 Kim F. Storm <storm@cua.dk>
10881
10882 * minibuf.texi (Basic Completion): Allow symbols in addition to
10883 strings in try-completion and all-completions.
10884
10885 2005-02-14 Lute Kamstra <lute@gnu.org>
10886
10887 * elisp.texi (Top): Remove reference to deleted node.
10888
10889 * lists.texi (Lists): Remove reference to deleted node.
10890 (Cons Cells): Fix typo.
10891
10892 * loading.texi (Where Defined): Fix typo.
10893
10894 2005-02-14 Richard M. Stallman <rms@gnu.org>
10895
10896 * variables.texi (Creating Buffer-Local): change-major-mode-hook
10897 is useful for discarding some minor modes.
10898
10899 * symbols.texi (Symbol Components): Reorder examples.
10900
10901 * streams.texi (Input Functions): State standard-input default.
10902 (Output Variables): State standard-output default.
10903
10904 * objects.texi (Printed Representation): Clarify read syntax vs print.
10905 (Floating Point Type): Explain meaning better.
10906 (Symbol Type): Explain uniqueness better.
10907 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
10908 List examples sooner.
10909 (Box Diagrams): New subnode broken out.
10910 Some examples moved from old Lists as Boxes node.
10911 (Dotted Pair Notation): Clarify intro.
10912 (Array Type): Clarify.
10913 (Type Predicates): Add hash-table-p.
10914
10915 * numbers.texi (Integer Basics): Clarify radix explanation.
10916 (Predicates on Numbers): Minor clarification.
10917 (Comparison of Numbers): Minor clarification. Clarify eql.
10918 Typos in min, max.
10919 (Math Functions): Clarify overflow in expt.
10920
10921 * minibuf.texi (Text from Minibuffer): Minor clarification.
10922 Mention arrow keys.
10923
10924 * loading.texi (Autoload): defun's doc string overrides autoload's
10925 doc string.
10926 (Repeated Loading): Modernize "add to list" examples.
10927 (Where Defined): Finish updating table of load-history elts.
10928
10929 * lists.texi (List-related Predicates): Minor wording improvement.
10930 (Lists as Boxes): Node deleted.
10931 (Building Lists): Explain trivial cases of number-sequence.
10932
10933 * hash.texi (Hash Tables): Add desc to menu items.
10934 (Creating Hash): Explain "full" means "make larger".
10935 (Hash Access): Any object can be a key.
10936 State value of maphash.
10937
10938 * functions.texi (What Is a Function): Wording cleanup.
10939 (Function Documentation): Minor cleanup.
10940 Explain purpose of calling convention at end of doc string.
10941 (Function Names): Wording cleanup.
10942 (Calling Functions): Wording cleanup.
10943 Explain better how funcall calls the function.
10944 (Function Cells): Delete example of saving and redefining function.
10945
10946 * control.texi (Combining Conditions): Wording cleanup.
10947 (Iteration): dolist and dotimes bind VAR locally.
10948 (Cleanups): Xref to Atomic Changes.
10949
10950 * compile.texi (Byte Compilation): Delete 19.29 info.
10951 (Compilation Functions): Macros' difficulties don't affect defsubst.
10952 (Docs and Compilation): Delete 19.29 info.
10953
10954 2005-02-10 Richard M. Stallman <rms@gnu.org>
10955
10956 * objects.texi (Symbol Type): Minor correction.
10957
10958 2005-02-06 Lute Kamstra <lute@gnu.org>
10959
10960 * modes.texi (Example Major Modes): Fix typos.
10961
10962 2005-02-06 Richard M. Stallman <rms@gnu.org>
10963
10964 * text.texi (Margins): fill-nobreak-predicate can be one function.
10965
10966 * strings.texi (Modifying Strings): clear-string can make unibyte.
10967 (Formatting Strings): format gives error if values missing.
10968
10969 * positions.texi (Character Motion): Mention default arg
10970 for forward-char. backward-char refers to forward-char.
10971 (Word Motion): Mention default arg for forward-word.
10972 (Buffer End Motion): Mention default arg for beginning-of-buffer.
10973 Simplify end-of-buffer.
10974 (Text Lines): Mention default arg for forward-line.
10975 (List Motion): Mention default arg for beginning/end-of-defun.
10976 (Skipping Characters): Minor fixes in explaining character-set.
10977
10978 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
10979 Mode inheritance applies only when default-major-mode is nil.
10980 Clarifications.
10981 (Example Major Modes): Update Text mode and Lisp mode examples.
10982 (Minor Mode Conventions): Mention define-minor-mode at top.
10983 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
10984 (Mode Line Format): Update mode line face display info.
10985 (Properties in Mode): Mention effect of risky vars.
10986 (Imenu): Define imenu-add-to-menubar.
10987 (Font Lock Mode): Add descriptions to menu lines.
10988 (Faces for Font Lock): Add font-lock-doc-face.
10989
10990 2005-02-05 Lute Kamstra <lute@gnu.org>
10991
10992 * text.texi (Maintaining Undo): Remove obsolete function.
10993
10994 2005-02-05 Eli Zaretskii <eliz@gnu.org>
10995
10996 * frames.texi (Color Names): Add pointer to the X docs about RGB
10997 color specifications. Improve indexing.
10998 (Text Terminal Colors): Replace the description of RGB values by
10999 an xref to "Color Names".
11000
11001 2005-02-03 Richard M. Stallman <rms@gnu.org>
11002
11003 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
11004 Clarify.
11005 (Selecting Windows): Clarify save-selected-window.
11006 (Cyclic Window Ordering): Clarify walk-windows.
11007 (Window Point): Clarify.
11008 (Window Start): Add comment to example.
11009 (Resizing Windows): Add `interactive' specs in examples.
11010 Document fit-window-to-buffer.
11011
11012 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
11013 (Undo, Maintaining Undo): Clarify last change.
11014 (Sorting): In sort-numeric-fields, explain about octal and hex.
11015 Mention sort-numeric-base.
11016 (Format Properties): Add xref for hard newlines.
11017
11018 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
11019 (Pop-Up Menus): Fix typo.
11020 (Color Names): Explain all types of color names.
11021 Explain color-values on B&W terminal.
11022 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
11023
11024 * files.texi (File Locks): Not supported on MS systems.
11025 (Testing Accessibility): Clarify.
11026
11027 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
11028 (Coverage Testing): Fix typo.
11029
11030 * commands.texi (Misc Events): Remove stray space.
11031
11032 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
11033 (Modification Time): Clarify when visited-file-modtime returns 0.
11034 (The Buffer List): Clarify bury-buffer.
11035 (Killing Buffers): Clarify.
11036 (Indirect Buffers): Add clone-indirect-buffer.
11037
11038 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
11039
11040 * edebug.texi (Printing in Edebug): Fix default value of
11041 edebug-print-circle.
11042 (Coverage Testing): Fix displayed frequency count data.
11043
11044 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
11045
11046 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
11047
11048 2005-02-02 Kim F. Storm <storm@cua.dk>
11049
11050 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
11051
11052 2005-01-29 Eli Zaretskii <eliz@gnu.org>
11053
11054 * commands.texi (Misc Events): Describe the help-echo event.
11055
11056 * text.texi (Special Properties) <help-echo>: Use `pos'
11057 consistently in description of the help-echo property.
11058 Use @code{nil} instead of @var{nil}.
11059
11060 * display.texi (Overlay Properties): Fix the index entry for
11061 help-echo overlay property.
11062
11063 * customize.texi (Type Keywords): Uncomment the xref to the
11064 help-echo property documentation.
11065
11066 2005-01-23 Kim F. Storm <storm@cua.dk>
11067
11068 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
11069 return value. Third element FULLY replaced by PARTIAL which
11070 specifies number of invisible pixels if row is only partially visible.
11071 (Textual Scrolling): Mention auto-window-vscroll.
11072 (Vertical Scrolling): New defvar auto-window-vscroll.
11073
11074 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
11075
11076 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
11077 command remapping.
11078
11079 2005-01-15 Richard M. Stallman <rms@gnu.org>
11080
11081 * display.texi (Defining Images): Mention DATA-P arg of create-image.
11082
11083 2005-01-14 Kim F. Storm <storm@cua.dk>
11084
11085 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
11086
11087 * text.texi (Links and Mouse-1): Fix string and vector item.
11088
11089 2005-01-13 Richard M. Stallman <rms@gnu.org>
11090
11091 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
11092 descriptions of overriding-local-map and overriding-terminal-local-map.
11093
11094 * text.texi (Links and Mouse-1): Clarify text.
11095
11096 2005-01-13 Kim F. Storm <storm@cua.dk>
11097
11098 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
11099
11100 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
11101
11102 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
11103
11104 2005-01-12 Kim F. Storm <storm@cua.dk>
11105
11106 * text.texi (Links and Mouse-1): Rename section from Enabling
11107 Mouse-1 to Following Links. Change xrefs.
11108 Add examples for define-button-type and define-widget.
11109
11110 * display.texi (Button Properties, Button Buffer Commands):
11111 Clarify mouse-1 and follow-link functionality.
11112
11113 2005-01-12 Richard M. Stallman <rms@gnu.org>
11114
11115 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
11116
11117 * display.texi (Beeping): Fix Texinfo usage.
11118
11119 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
11120
11121 2005-01-11 Kim F. Storm <storm@cua.dk>
11122
11123 * display.texi (Button Properties, Button Buffer Commands):
11124 Mention mouse-1 binding. Add follow-link keyword.
11125
11126 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
11127 (Enabling Mouse-1 to Follow Links): New subsection.
11128
11129 2005-01-06 Richard M. Stallman <rms@gnu.org>
11130
11131 * text.texi (Special Properties): Minor change.
11132
11133 * os.texi (Timers): Clarify previous change.
11134
11135 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
11136
11137 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
11138
11139 * display.texi (Face Attributes): Correct xref to renamed node.
11140
11141 2005-01-01 Richard M. Stallman <rms@gnu.org>
11142
11143 * display.texi (Face Attributes): Describe hex color specs.
11144
11145 2004-12-31 Richard M. Stallman <rms@gnu.org>
11146
11147 * os.texi (Timers): Update previous change.
11148
11149 2004-12-30 Kim F. Storm <storm@cua.dk>
11150
11151 * display.texi (Line Height): Total line-height is now specified
11152 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
11153 in cons cells. (nil . RATIO) is relative to actual line height.
11154 Use line-height `t' instead of `0' to get minimum height.
11155
11156 2004-12-29 Richard M. Stallman <rms@gnu.org>
11157
11158 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
11159
11160 2004-12-28 Richard M. Stallman <rms@gnu.org>
11161
11162 * commands.texi (Quitting): Clarify value of with-local-quit.
11163
11164 * elisp.texi (Top): Fix previous change.
11165
11166 * loading.texi (Loading): Fix previous change.
11167
11168 2004-12-27 Richard M. Stallman <rms@gnu.org>
11169
11170 * Makefile.in (MAKEINFO): Specify --force.
11171
11172 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
11173
11174 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
11175
11176 * display.texi (Line Height): Further clarify.
11177
11178 * elisp.texi (Top): Update Loading submenu.
11179
11180 * loading.texi (Where Defined): New node.
11181 (Unloading): load-history moved to Where Defined.
11182
11183 2004-12-21 Richard M. Stallman <rms@gnu.org>
11184
11185 * commands.texi (Event Input Misc): Add while-no-input.
11186
11187 2004-12-11 Richard M. Stallman <rms@gnu.org>
11188
11189 * display.texi (Line Height): Rewrite text for clarity.
11190
11191 2004-12-11 Kim F. Storm <storm@cua.dk>
11192
11193 * display.texi (Display): Add node "Line Height" to menu.
11194 (Line Height): New node. Move full description of line-spacing
11195 and line-height text properties here from text.texi.
11196 (Scroll Bars): Add vertical-scroll-bar variable.
11197
11198 * frames.texi (Window Frame Parameters): Remove line-height defvar.
11199
11200 * locals.texi (Standard Buffer-Local Variables): Fix xref for
11201 line-spacing and vertical-scroll-bar.
11202
11203 * text.texi (Special Properties): Just mention line-spacing and
11204 line-height here, add xref to new "Line Height" node.
11205
11206 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
11207
11208 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
11209
11210 * locals.texi (Standard Buffer-Local Variables):
11211 Add @xref for `line-spacing'.
11212
11213 2004-12-05 Richard M. Stallman <rms@gnu.org>
11214
11215 * Makefile.in (maintainer-clean): Remove the info files
11216 in $(infodir) where they are created.
11217
11218 2004-12-03 Richard M. Stallman <rms@gnu.org>
11219
11220 * windows.texi (Selecting Windows): get-lru-window and
11221 get-largest-window don't consider dedicated windows.
11222
11223 * text.texi (Undo): Document undo-in-progress.
11224
11225 2004-11-26 Richard M. Stallman <rms@gnu.org>
11226
11227 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
11228 Remove a few vars that are not always buffer-local.
11229
11230 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
11231
11232 * locals.texi (Standard Buffer-Local Variables): Comment out
11233 xref's to non-existent node `Yet to be written'.
11234
11235 2004-11-24 Richard M. Stallman <rms@gnu.org>
11236
11237 * processes.texi (Synchronous Processes): Grammar fix.
11238
11239 * numbers.texi (Comparison of Numbers): Add eql.
11240
11241 * locals.texi (Standard Buffer-Local Variables): Add many vars.
11242
11243 * intro.texi (Printing Notation): Fix previous change.
11244
11245 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
11246 and default-indicate-buffer-boundaries from here.
11247 (Usual Display): To here.
11248 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
11249 (Usual Display): Move tab-width up.
11250
11251 * customize.texi (Variable Definitions):
11252 Replace show-paren-mode example with tooltip-mode.
11253 (Simple Types, Composite Types, Defining New Types):
11254 Minor cleanups.
11255
11256 2004-11-21 Jesper Harder <harder@ifa.au.dk>
11257
11258 * processes.texi (Synchronous Processes, Output from Processes):
11259 Markup fix.
11260
11261 2004-11-20 Richard M. Stallman <rms@gnu.org>
11262
11263 * positions.texi (Skipping Characters): skip-chars-forward
11264 now handles char classes.
11265
11266 * intro.texi (Printing Notation): Avoid confusion of `print'
11267 when explaining @print.
11268
11269 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
11270
11271 * display.texi (Display Table Format): Minor fix.
11272
11273 * streams.texi (Output Functions): Fix print example.
11274
11275 * Makefile.in (elisp): New target.
11276 (dist): Depend on $(infodir)/elisp, not elisp.
11277 Copy the info files from $(infodir).
11278
11279 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
11280 read-from-minibuffer.
11281
11282 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
11283
11284 2004-11-19 Richard M. Stallman <rms@gnu.org>
11285
11286 * searching.texi (Regexp Search): Add search-whitespace-regexp.
11287
11288 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
11289
11290 * tips.texi (Coding Conventions): Fix typo.
11291
11292 2004-11-16 Richard M. Stallman <rms@gnu.org>
11293
11294 * tips.texi (Coding Conventions): Separate defvar and require
11295 methods to avoid warnings. Use require only when there are many
11296 functions and variables from that package.
11297
11298 * minibuf.texi (Minibuffer Completion): When ignoring case,
11299 predicate must not be case-sensitive.
11300
11301 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
11302 (Test Coverage): Don't talk about "splotches". Clarified.
11303
11304 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
11305
11306 * frames.texi (Window Frame Parameters): Fix typo.
11307
11308 2004-11-15 Kim F. Storm <storm@cua.dk>
11309
11310 * symbols.texi (Other Plists): Note that plist-get may signal error.
11311 Add safe-plist-get.
11312
11313 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11314
11315 * modes.texi (Font Lock Basics): Fix typo.
11316
11317 2004-11-08 Richard M. Stallman <rms@gnu.org>
11318
11319 * syntax.texi (Syntax Table Functions): Add syntax-after.
11320
11321 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
11322
11323 * os.texi (Processor Run Time): New section documenting
11324 get-internal-run-time.
11325
11326 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11327
11328 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
11329 it nukes elisp-cover.texi.
11330 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
11331 elisp-0 etc.
11332
11333 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
11334
11335 * commands.texi (Keyboard Macros): Document `append' return value
11336 of `defining-kbd-macro'.
11337
11338 2004-11-01 Richard M. Stallman <rms@gnu.org>
11339
11340 * commands.texi (Interactive Call): Add called-interactively-p.
11341
11342 2004-10-29 Simon Josefsson <jas@extundo.com>
11343
11344 * minibuf.texi (Reading a Password): Revert.
11345
11346 2004-10-28 Richard M. Stallman <rms@gnu.org>
11347
11348 * frames.texi (Display Feature Testing): Explain about "vendor".
11349
11350 2004-10-27 Richard M. Stallman <rms@gnu.org>
11351
11352 * commands.texi (Interactive Codes): `N' uses numeric prefix,
11353 not raw. Clarify `n'.
11354 (Interactive Call): Rewrite interactive-p, focusing on when
11355 and how to use it.
11356 (Misc Events): Clarify previous change.
11357
11358 * advice.texi (Simple Advice): Clarify what job the example does.
11359 (Around-Advice): Clarify ad-do-it.
11360 (Activation of Advice): An option of ad-default-compilation-action
11361 is `never', not `nil'.
11362
11363 2004-10-26 Kim F. Storm <storm@cua.dk>
11364
11365 * commands.texi (Interactive Codes): Add U code letter.
11366
11367 2004-10-25 Simon Josefsson <jas@extundo.com>
11368
11369 * minibuf.texi (Reading a Password): Add.
11370
11371 2004-10-24 Jason Rumney <jasonr@gnu.org>
11372
11373 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
11374 and wheel-down.
11375
11376 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11377
11378 * processes.texi (Synchronous Processes): Document process-file.
11379
11380 2004-10-22 Kenichi Handa <handa@m17n.org>
11381
11382 * text.texi (translate-region): Document that it accepts also a
11383 char-table.
11384
11385 2004-10-22 David Ponce <david@dponce.com>
11386
11387 * windows.texi (Resizing Windows): Document the `preserve-before'
11388 argument of the functions `enlarge-window' and `shrink-window'.
11389
11390 2004-10-19 Jason Rumney <jasonr@gnu.org>
11391
11392 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11393
11394 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11395
11396 * text.texi (Filling): Add anchor for definition of
11397 `sentence-end-double-space'.
11398
11399 * searching.texi (Regexp Example): Update description of how
11400 Emacs currently recognizes the end of a sentence.
11401 (Standard Regexps): Update definition of the variable
11402 `sentence-end'. Add definition of the function `sentence-end'.
11403
11404 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11405
11406 * display.texi (Progress): New node.
11407
11408 2004-10-05 Kim F. Storm <storm@cua.dk>
11409
11410 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11411
11412 2004-09-29 Kim F. Storm <storm@cua.dk>
11413
11414 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11415 to identify bitmaps. Remove -fringe-bitmap suffix for standard
11416 fringe bitmap symbols, as they now have their own namespace.
11417 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11418 vs. pixels. Signal error if no free bitmap slots.
11419 (Pixel Specification): Change IMAGE to @var{image}.
11420
11421 2004-09-28 Richard M. Stallman <rms@gnu.org>
11422
11423 * text.texi (Special Properties): Clarify line-spacing and line-height.
11424
11425 * searching.texi (Regexp Search): Add looking-back.
11426
11427 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
11428
11429 * display.texi: Correct typos.
11430 (Image Descriptors): Correct xref's.
11431
11432 2004-09-25 Richard M. Stallman <rms@gnu.org>
11433
11434 * text.texi (Special Properties): Cleanups in `cursor'.
11435 Rewrites in `line-height' and `line-spacing'; exchange them.
11436
11437 * display.texi (Fringes): Rewrite previous change.
11438 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
11439 (Display Fringe Bitmaps): Node deleted, text moved.
11440 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
11441 (Scroll Bars): Clarify set-window-scroll-bars.
11442 (Pointer Shape): Rewrite.
11443 (Specified Space): Clarify :align-to, etc.
11444 (Pixel Specification): Use @var. Clarify new text.
11445 (Other Display Specs): Clarify `slice'.
11446 (Image Descriptors): Cleanups.
11447 (Showing Images): Cleanups.
11448
11449 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11450
11451 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11452
11453 * modes.texi: Various minor changes in addition to:
11454 (Major Mode Conventions): Final call to `run-mode-hooks' should
11455 not be inside the `delay-mode-hooks' form.
11456 (Mode Hooks): New node.
11457 (Hooks): Delete obsolete example.
11458 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11459 node "Mode Hooks".
11460
11461 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
11462
11463 * display.texi: Correct various typos.
11464 (Display): Rename node "Pointer Shapes" to "Pointer
11465 Shape". (There is already a node called "Pointer Shapes" in
11466 frames.texi.)
11467 (Images): Remove non-existent node "Image Slices" from menu.
11468
11469 2004-09-23 Kim F. Storm <storm@cua.dk>
11470
11471 * text.texi (Special Properties): Add `cursor', `pointer',
11472 `line-height', and `line-spacing' properties.
11473
11474 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11475 Shapes' to menu.
11476 (Standard Faces): Doc fix for fringe face.
11477 (Fringes): Add `overflow-newline-into-fringe' and
11478 'indicate-buffer-boundaries'.
11479 (Fringe Bitmaps, Pointer Shapes): New nodes.
11480 (Display Property): Add 'Pixel Specification' and 'Display Fringe
11481 Bitmaps' to menu.
11482 (Specified Space): Describe pixel width and height.
11483 (Pixel Specification): New node.
11484 (Other Display Specs): Add `slice' property.
11485 (Display Fringe Bitmaps): New node.
11486 (Images): Add 'Image Slices' to menu.
11487 (Image Descriptors): Add `:pointer' and `:map' properties.
11488 (Showing Images): Add slice arg to `insert-image'.
11489 Add 'insert-sliced-image'.
11490
11491 2004-09-20 Richard M. Stallman <rms@gnu.org>
11492
11493 * commands.texi (Key Sequence Input):
11494 Clarify downcasing in read-key-sequence.
11495
11496 2004-09-08 Juri Linkov <juri@jurta.org>
11497
11498 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11499
11500 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11501
11502 * locals.texi (Standard Buffer-Local Variables):
11503 Add `buffer-auto-save-file-format'.
11504 * internals.texi (Buffer Internals): Describe new
11505 auto_save_file_format field of the buffer structure.
11506 * files.texi (Format Conversion): `auto-save-file-format' has been
11507 renamed `buffer-auto-save-file-format'.
11508
11509 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
11510
11511 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11512 an integer or a marker.
11513 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11514
11515 2004-08-22 Richard M. Stallman <rms@gnu.org>
11516
11517 * modes.texi (Major Mode Conventions): Discuss rebinding of
11518 standard key bindings.
11519
11520 2004-08-18 Kim F. Storm <storm@cua.dk>
11521
11522 * processes.texi (Accepting Output): Add `just-this-one' arg to
11523 `accept-process-output'.
11524 (Output from Processes): New var `process-adaptive-read-buffering'.
11525
11526 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
11527
11528 * keymaps.texi: Various changes in addition to:
11529 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11530 Give more varied examples for `kbd'.
11531 (Creating Keymaps): Char tables have slots for all characters
11532 without modifiers.
11533 (Active Keymaps): `overriding-local-map' and
11534 `overriding-terminal-local-map' also override text property and
11535 overlay keymaps.
11536 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11537 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11538 to denote a prefix of no events.
11539 `map-keymap' includes parent's bindings _recursively_.
11540 Clarify and correct description of `where-is-internal'.
11541 Mention BUFFER-OR-NAME arg to `describe-bindings'.
11542 (Menu Example): For menus intended for use with the keyboard, the
11543 menu items should be bound to characters or real function keys.
11544
11545 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11546
11547 * objects.texi (Character Type): Reposition `@anchor' to prevent
11548 double space inside sentence in Info.
11549
11550 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11551 renamed to `disabled-command-function'.
11552 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11553 (Command Loop Info): Replace reference to it.
11554 (Disabling Commands): `disabled-command-hook' has been renamed to
11555 `disabled-command-function'.
11556
11557 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11558
11559 * os.texi (Translating Input): Only non-prefix bindings in
11560 `key-translation-map' override actual key bindings. Warn about
11561 possible indirect effect of actual key bindings on non-prefix
11562 bindings in `key-translation-map'.
11563
11564 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11565
11566 * minibuf.texi (High-Level Completion): Add anchor for definition
11567 of `read-variable'.
11568
11569 * commands.texi: Various changes in addition to:
11570 (Using Interactive): Clarify description of `interactive-form'.
11571 (Interactive Call): Mention default for KEYS argument to
11572 `call-interactively'.
11573 (Command Loop Info): Clarify description of `this-command-keys'.
11574 Mention KEEP-RECORD argument to `clear-this-command-keys'.
11575 Value of `last-event-frame' can be `macro'.
11576 (Repeat Events): `double-click-fuzz' is also used to distinguish
11577 clicks and drags.
11578 (Classifying Events): Clarify descriptions of `event-modifiers'
11579 `event-basic-type' and `event-convert-list'.
11580 (Accessing Events): `posn-timestamp' takes POSITION argument.
11581 (Quoted Character Input): Clarify description of
11582 `read-quoted-char' and fix example.
11583 (Quitting): Add `with-local-quit'.
11584 (Disabling Commands): Correct and clarify descriptions of
11585 `enable-command' and `disable-command'.
11586 Mention what happens if `disabled-command-hook' is nil.
11587 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
11588 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
11589
11590 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11591
11592 * frames.texi: Various changes in addition to:
11593 (Creating Frames): Expand and clarify description of `make-frame'.
11594 (Window Frame Parameters): Either none or both of the `icon-left'
11595 and `icon-top' parameters must be specified. Put descriptions of
11596 `menu-bar-lines' and `toolbar-lines' closer together and change
11597 them accordingly.
11598 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
11599 except while processing `frame-title-format' or `icon-title-format'.
11600 (Deleting Frames): Correct description of `delete-frame'.
11601 Non-nil return values of `frame-live-p' are like those of `framep'.
11602 (Frames and Windows): Mention return value of
11603 `set-frame-selected-window'.
11604 (Visibility of Frames): Mention `force' argument to
11605 `make-frame-invisible'. `frame-visible-p' returns t for all
11606 frames on text-only terminals.
11607 (Frame Configurations): Restoring a frame configuration does not
11608 restore deleted frames.
11609 (Window System Selections): `x-set-selection' returns DATA.
11610 (Resources): Add example.
11611 (Display Feature Testing): Clarify descriptions of
11612 `display-pixel-height', `display-pixel-width', `x-server-version'
11613 and `x-server-vendor'.
11614
11615 * windows.texi (Choosing Window): Add anchor.
11616 * minibuf.texi (Minibuffer Misc): Add anchor.
11617
11618 2004-07-23 John Paul Wallington <jpw@gnu.org>
11619
11620 * macros.texi (Defining Macros): Declaration keyword for setting
11621 Edebug spec is `debug' not `edebug'.
11622
11623 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11624
11625 * windows.texi: Various small changes in addition to:
11626 (Window Point): Mention return value of `set-window-point'.
11627 (Window Start): `pos-visible-in-window-p' disregards horizontal
11628 scrolling. Explain return value if PARTIALLY is non-nil.
11629 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
11630 and `set-window-vscroll'.
11631 (Size of Window): The argument WINDOW to `window-inside-edges',
11632 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
11633 (Resizing Windows): Explain return value of
11634 `shrink-window-if-larger-than-buffer'.
11635 `window-size-fixed' automatically becomes buffer local when set.
11636 (Window Configurations): Explain return value of
11637 `set-window-configuration'.
11638
11639 * minibuf.texi (Minibuffer Misc): Add anchor for
11640 `minibuffer-scroll-window'.
11641
11642 * positions.texi (Text Lines): Add anchor for `count-lines'.
11643
11644 2004-07-17 Richard M. Stallman <rms@gnu.org>
11645
11646 * display.texi (Overlay Properties): Adding `evaporate' prop
11647 deletes empty overlay immediately.
11648
11649 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
11650 fix example.
11651
11652 2004-07-16 Jim Blandy <jimb@redhat.com>
11653
11654 * searching.texi (Regexp Backslash): Document new \_< and \_>
11655 operators.
11656
11657 2004-07-16 Juanma Barranquero <lektu@terra.es>
11658
11659 * display.texi (Images): Fix Texinfo usage.
11660
11661 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11662
11663 * buffers.texi (Modification Time): `visited-file-modtime' now
11664 returns a list of two integers, instead of a cons.
11665
11666 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
11667
11668 * windows.texi: Various changes in addition to:
11669 (Splitting Windows): Add `split-window-keep-point'.
11670
11671 2004-07-09 Richard M. Stallman <rms@gnu.org>
11672
11673 * frames.texi (Input Focus): Minor fix.
11674
11675 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
11676
11677 * frames.texi (Input Focus): Clarify descriptions of
11678 `select-frame-set-input-focus' and `select-frame'.
11679
11680 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11681
11682 * os.texi: Various small changes in addition to:
11683 (Killing Emacs): Expand and clarify description of
11684 `kill-emacs-query-functions' and `kill-emacs-hook'.
11685 (System Environment): Expand and clarify description of `getenv'
11686 and `setenv'.
11687 (Timers): Clarify description of `run-at-time'.
11688 (Translating Input): Correct description of
11689 `extra-keyboard-modifiers'.
11690 (Flow Control): Correct description of `enable-flow-control'.
11691
11692 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
11693
11694 * os.texi: Update copyright.
11695 (Session Management): Grammar fix.
11696 Clarify which Emacs does the restarting.
11697 Use @samp for *scratch* buffer.
11698
11699 2004-07-04 Alan Mackenzie <acm@muc.de>
11700
11701 * frames.texi (Input Focus): Add documentation for
11702 `select-frame-set-input-focus'. Replace refs to non-existent
11703 `switch-frame' with `select-frame'. Minor corrections and tidying
11704 up of text-only terminal stuff.
11705
11706 2004-07-02 Richard M. Stallman <rms@gnu.org>
11707
11708 * files.texi (Saving Buffers): Cleanup write-contents-function.
11709 (Magic File Names): Cleanup file-remote-p.
11710
11711 2004-07-02 Kai Großjohann <kai@emptydomain.de>
11712
11713 * files.texi (Magic File Names): `file-remote-p' returns an
11714 identifier of the remote system, not just t.
11715
11716 2004-07-02 David Kastrup <dak@gnu.org>
11717
11718 * searching.texi (Entire Match Data): Add explanation about new
11719 match-data behavior when @var{integers} is non-nil.
11720
11721 2004-06-24 Richard M. Stallman <rms@gnu.org>
11722
11723 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11724
11725 * customize.texi (Variable Definitions): Note about doc strings
11726 and :set.
11727
11728 * keymaps.texi (Keymap Terminology): Document `kbd'.
11729 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11730
11731 * display.texi (Invisible Text): Setting buffer-invisibility-spec
11732 makes it buffer-local.
11733
11734 * files.texi (Saving Buffers): Correct previous change.
11735
11736 * commands.texi (Accessing Events):
11737 Clarify posn-col-row and posn-actual-col-row.
11738
11739 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
11740
11741 * commands.texi (Accessing Events): New functions
11742 posn-at-point and posn-at-x-y. Add example to posn-x-y.
11743
11744 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11745
11746 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11747 * frames.texi, buffers.texi, backups.texi, variables.texi:
11748 * loading.texi, eval.texi, functions.texi, control.texi:
11749 * symbols.texi, minibuf.texi: Reposition @anchor's.
11750
11751 * help.texi: Various small changes in addition to the following.
11752 (Describing Characters): Describe PREFIX argument to
11753 `key-description'. Correct and clarify definition of
11754 `text-char-description'. Describe NEED-VECTOR argument to
11755 `read-kbd-macro'.
11756 (Help Functions): Clarify definition of `apropos'.
11757
11758 2004-06-23 Lars Hansen <larsh@math.ku.dk>
11759
11760 * files.texi (Saving Buffers): Correct description of
11761 `write-contents-functions'.
11762
11763 2004-06-21 Juanma Barranquero <lektu@terra.es>
11764
11765 * display.texi (Images): Remove redundant @vindex directives.
11766 Rewrite `image-library-alist' doc in active voice.
11767
11768 2004-06-14 Juanma Barranquero <lektu@terra.es>
11769
11770 * display.texi (Images): Document new delayed library loading,
11771 variable `image-library-alist' and (existing but undocumented)
11772 function `image-type-available-p'.
11773
11774 2004-06-05 Richard M. Stallman <rms@gnu.org>
11775
11776 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11777 refer the user to the Initial Input node.
11778 (Text from Minibuffer): Likewise.
11779 (Initial Input): New node. Document this feature
11780 and say it is mostly deprecated.
11781
11782 2004-05-30 Richard M. Stallman <rms@gnu.org>
11783
11784 * loading.texi (Named Features): Clarify return value
11785 and meaning of NOERROR.
11786
11787 * variables.texi (File Local Variables): Minor cleanup.
11788
11789 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
11790
11791 * files.texi (Magic File Names): Add `file-remote-p' as operation
11792 of file name handlers.
11793
11794 2004-05-29 Richard M. Stallman <rms@gnu.org>
11795
11796 * modes.texi (Minor Mode Conventions): (-) has no special meaning
11797 as arg to a minor mode command.
11798
11799 2004-05-22 Richard M. Stallman <rms@gnu.org>
11800
11801 * syntax.texi (Syntax Class Table): Word syntax not just for English.
11802
11803 * streams.texi (Output Variables): Doc float-output-format.
11804
11805 * searching.texi (Regexp Special): Nested repetition can be infloop.
11806
11807 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11808 real stack overflow.
11809
11810 * compile.texi: Minor cleanups.
11811
11812 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
11813
11814 * lists.texi (Cons Cells): Explain dotted lists, true lists,
11815 circular lists.
11816 (List Elements): Explain handling of circular and dotted lists.
11817
11818 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
11819
11820 * modes.texi (Search-based Fontification): Fix typo.
11821
11822 2004-05-10 Juanma Barranquero <lektu@terra.es>
11823
11824 * modes.texi (Mode Line Variables): Fix description of
11825 global-mode-string, which is now after which-func-mode, not the
11826 buffer name.
11827
11828 2004-05-07 Lars Hansen <larsh@math.ku.dk>
11829
11830 * modes.texi (Desktop Save Mode): Add.
11831 (Modes): Add menu entry Desktop Save Mode.
11832
11833 * hooks.texi: Add desktop-after-read-hook,
11834 desktop-no-desktop-file-hook and desktop-save-hook.
11835
11836 * locals.texi: Add desktop-save-buffer.
11837
11838 2004-04-30 Jesper Harder <harder@ifa.au.dk>
11839
11840 * display.texi: emacs -> Emacs.
11841
11842 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11843
11844 * files.texi (Changing Files): Document set-file-times.
11845
11846 2004-04-23 Juanma Barranquero <lektu@terra.es>
11847
11848 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11849
11850 2004-04-18 Jesper Harder <harder@ifa.au.dk>
11851
11852 * tips.texi (Coding Conventions): defopt -> defcustom.
11853
11854 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
11855
11856 * sequences.texi: Various clarifications.
11857
11858 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
11859
11860 * buffers.texi (Read Only Buffers): Mention optional ARG to
11861 `toggle-read-only'.
11862
11863 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
11864
11865 * windows.texi (Selecting Windows): Note that get-lru-window
11866 returns a full-width window if possible.
11867
11868 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
11869
11870 * buffers.texi: Various changes in addition to:
11871 (Buffer File Name): Add `find-buffer-visiting'.
11872 (Buffer Modification): Mention optional ARG to `not-modified'.
11873 (Indirect Buffers): Mention optional CLONE argument to
11874 `make-indirect-buffer'.
11875
11876 * files.texi: Various changes in addition to:
11877 (Visiting Functions): `find-file-hook' is now a normal hook.
11878 (File Name Expansion): Explain difference between the way that
11879 `expand-file-name' and `file-truename' treat `..'.
11880 (Contents of Directories): Mention optional ID-FORMAT argument to
11881 `directory-files-and-attributes'.
11882 (Format Conversion): Mention new optional CONFIRM argument to
11883 `format-write-file'.
11884
11885 2004-04-12 Miles Bader <miles@gnu.org>
11886
11887 * macros.texi (Expansion): Add description of `macroexpand-all'.
11888
11889 2004-04-05 Jesper Harder <harder@ifa.au.dk>
11890
11891 * variables.texi (Variable Aliases):
11892 Mention cyclic-variable-indirection.
11893
11894 * errors.texi (Standard Errors): Ditto.
11895
11896 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11897
11898 * backups.texi: Various small changes in addition to:
11899 (Making Backups): Mention return value of `backup-buffer'.
11900 (Auto-Saving): Mention optional FORCE argument to
11901 `delete-auto-save-file-if-necessary'.
11902 (Reverting): Mention optional PRESERVE-MODES argument to
11903 `revert-buffer'. Correct description of `revert-buffer-function'.
11904
11905 2004-03-22 Juri Linkov <juri@jurta.org>
11906
11907 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11908 with `Vector Functions'.
11909
11910 * text.texi (Sorting): Add missing quote.
11911
11912 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
11913
11914 * intro.texi (Lisp History): Replace xref to `cl' manual with
11915 inforef.
11916
11917 2004-03-12 Richard M. Stallman <rms@gnu.org>
11918
11919 * intro.texi (Version Info): Add arg to emacs-version.
11920 (Lisp History): Change xref to CL manual.
11921
11922 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
11923
11924 * minibuf.texi (Completion Commands): Add xref to Emacs manual
11925 for Partial Completion mode.
11926
11927 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
11928
11929 * customize.texi: Fix typo. Remove eol whitespace.
11930
11931 2004-03-04 Richard M. Stallman <rms@gnu.org>
11932
11933 * processes.texi: Fix typos.
11934
11935 * lists.texi (Building Lists): Minor clarification.
11936
11937 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11938 in make-hash-table.
11939
11940 2004-02-29 Juanma Barranquero <lektu@terra.es>
11941
11942 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11943 rm, and ignore exit code.
11944
11945 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11946
11947 * display.texi (Defining Faces): Add description for min-colors.
11948 Update example.
11949
11950 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11951
11952 * abbrevs.texi: Various corrections and clarifications in addition
11953 to the following:
11954 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11955
11956 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11957
11958 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11959
11960 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
11961
11962 * text.texi: Various small changes in addition to the following:
11963 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11964 to delete-horizontal-space.
11965 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11966 description of yank-handler text property at various places.
11967
11968 * frames.texi (Window System Selections): Add anchor.
11969
11970 * syntax.texi (Syntax Table Functions): Clarify and correct
11971 descriptions of make-syntax-table and copy-syntax-table.
11972 (Motion and Syntax): Clarify SYNTAXES argument to
11973 skip-syntax-forward.
11974 (Parsing Expressions): Mention that the return value of
11975 parse-partial-sexp is currently a list of ten rather than nine
11976 elements.
11977 (Categories): Various corrections and clarifications.
11978
11979 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
11980
11981 * markers.texi (Marker Insertion Types): Minor change.
11982
11983 * locals.texi (Standard Buffer-Local Variables):
11984 * commands.texi (Interactive Codes, Using Interactive):
11985 * functions.texi (Related Topics): Fix xrefs.
11986
11987 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
11988
11989 * lists.texi (Sets And Lists): Update description of delete-dups.
11990
11991 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11992
11993 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
11994
11995 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
11996
11997 * frames.texi (Parameter Access): frame-parameters arg is optional.
11998 modify-frame-parameters handles nil for FRAME.
11999 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
12000 are all-or-nothing for certain toolkits.
12001 Mention parameter wait-for-wm.
12002 (Frames and Windows): In frame-first-window and frame-selected-window
12003 the arg is optional.
12004 (Input Focus): In redirect-frame-focus the second arg is optional.
12005 (Window System Selections): Mention selection type CLIPBOARD.
12006 Mention data-type UTF8_STRING.
12007 Mention numbering of cut buffers.
12008 (Resources): Describe x-resource-name.
12009
12010 2004-02-16 Richard M. Stallman <rms@gnu.org>
12011
12012 * windows.texi (Buffers and Windows): Delete false table
12013 about all-frames.
12014
12015 * syntax.texi (Parsing Expressions): Delete old caveat
12016 about parse-sexp-ignore-comments.
12017
12018 * streams.texi (Output Variables): Add print-quoted.
12019
12020 * lists.texi (Building Lists): Minor cleanup.
12021
12022 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
12023
12024 * display.texi (Overlays): Explain overlays use markers.
12025 (Managing Overlays): Explain front-advance and rear-advance
12026 in more detail.
12027
12028 * loading.texi (Unloading): Document unload-feature-special-hooks.
12029 Get rid of fns-NNN.el file.
12030
12031 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
12032
12033 * help.texi (Describing Characters): Fix text-char-description
12034 example output.
12035
12036 * edebug.texi (Using Edebug): Fix example.
12037
12038 * debugging.texi (Internals of Debugger): Fix return value.
12039
12040 * files.texi (Changing Files): Fix argname.
12041
12042 * calendar.texi: Fix parens, and default values.
12043
12044 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
12045 * nonascii.texi, objects.texi, os.texi: Minor fixes.
12046 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
12047
12048 * positions.texi (Text Lines): Don't add -1 in current-line.
12049
12050 2004-02-16 Richard M. Stallman <rms@gnu.org>
12051
12052 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
12053
12054 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12055
12056 * processes.texi (Low-Level Network): Fix a typo.
12057
12058 2004-02-12 Kim F. Storm <storm@cua.dk>
12059
12060 * display.texi (Fringes): Use consistent wording.
12061 Note that window-fringe's window arg is optional.
12062 (Scroll Bars): Use consistent wording.
12063
12064 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
12065
12066 * tips.texi (Comment Tips): Document the new conventions for
12067 commenting out code.
12068
12069 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
12070
12071 * positions.texi (Text Lines): Add missing end defun.
12072
12073 2004-02-07 Kim F. Storm <storm@cua.dk>
12074
12075 * positions.texi (Text Lines): Add line-number-at-pos.
12076
12077 2004-02-06 John Paul Wallington <jpw@gnu.org>
12078
12079 * display.texi (Button Properties, Button Buffer Commands):
12080 mouse-2 invokes button, not down-mouse-1.
12081
12082 2004-02-04 Jason Rumney <jasonr@gnu.org>
12083
12084 * makefile.w32-in: Sync with Makefile.in changes.
12085
12086 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
12087
12088 * minibuf.texi (Text from Minibuffer): Various corrections and
12089 clarifications.
12090 (Object from Minibuffer): Correct Lisp description of
12091 read-minibuffer.
12092 (Minibuffer History): Clarify description of cons values for
12093 HISTORY arguments.
12094 (Basic Completion): Various corrections and clarifications.
12095 Add completion-regexp-list.
12096 (Minibuffer Completion): Correct and clarify description of
12097 completing-read.
12098 (Completion Commands): Mention Partial Completion mode.
12099 Various other minor changes.
12100 (High-Level Completion): Various corrections and clarifications.
12101 (Reading File Names): Ditto.
12102 (Minibuffer Misc): Ditto.
12103
12104 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
12105
12106 * strings.texi (Text Comparison): assoc-string also matches
12107 elements of alists that are strings instead of conses.
12108 (Formatting Strings): Standardize Texinfo usage. Update index
12109 entries.
12110
12111 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
12112
12113 * lists.texi (Sets And Lists): Add delete-dups.
12114
12115 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
12116
12117 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
12118 special form.
12119 * macros.texi (Defining Macros): Update description of `declare',
12120 which now is a macro.
12121 (Wrong Time): Fix typos.
12122
12123 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
12124
12125 * compile.texi (Compilation Functions): Expand descriptions of
12126 `compile-defun', `byte-compile-file', `byte-recompile-directory'
12127 and `batch-byte-compile'. In particular, mention and describe
12128 all optional arguments.
12129 (Disassembly): Correct and clarify the description of `disassemble'.
12130
12131 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
12132
12133 * searching.texi: Various small changes in addition to the
12134 following.
12135 (Regexp Example): Adapt to new value of `sentence-end'.
12136 (Regexp Functions): The PAREN argument to `regexp-opt' can be
12137 `words'.
12138 (Search and Replace): Add usage note for `perform-replace'.
12139 (Entire Match Data): Mention INTEGERS and REUSE arguments to
12140 `match-data'.
12141 (Standard Regexps): Update for new values of `paragraph-start'
12142 and `sentence-end'.
12143
12144 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
12145
12146 * files.texi (Saving Buffers): Clarify descriptions of
12147 `write-contents-functions' and `before-save-hook'.
12148 Make the defvar's for `before-save-hook' and `after-save-hook'
12149 into defopt's.
12150
12151 2004-01-07 Kim F. Storm <storm@cua.dk>
12152
12153 * commands.texi (Click Events): Describe new image and
12154 width/height elements of click events.
12155 (Accessing Events): Add posn-string, posn-image, and
12156 posn-object-width-height. Change posn-object to return either
12157 image or string object.
12158
12159 2004-01-01 Simon Josefsson <jas@extundo.com>
12160
12161 * hooks.texi (Standard Hooks): Add before-save-hook.
12162 * files.texi (Saving Buffers): Likewise.
12163
12164 2004-01-03 Richard M. Stallman <rms@gnu.org>
12165
12166 * frames.texi (Frames and Windows): Delete frame-root-window.
12167
12168 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
12169
12170 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
12171
12172 * functions.texi: Various small changes in addition to the
12173 following.
12174 (What Is a Function): `functionp' returns nil for macros.
12175 Clarify behavior of this and following functions for symbol arguments.
12176 (Function Documentation): Add `\' in front of (fn @var{arglist})
12177 and explain why.
12178 (Defining Functions): Mention DOCSTRING argument to `defalias'.
12179 Add anchor.
12180 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
12181
12182 2004-01-01 Miles Bader <miles@gnu.org>
12183
12184 * display.texi (Buttons): New section.
12185
12186 2003-12-31 Andreas Schwab <schwab@suse.de>
12187
12188 * numbers.texi (Math Functions): sqrt reports a domain-error
12189 error.
12190 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
12191
12192 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
12193
12194 * tips.texi (Documentation Tips): Update item on hyperlinks in
12195 documentation strings.
12196
12197 * errors.texi (Standard Errors): Various small corrections and
12198 additions.
12199
12200 * control.texi: Various small changes in addition to the
12201 following.
12202 (Signaling Errors): Provide some more details on how `signal'
12203 constructs the error message. Add anchor to the definition of
12204 `signal'.
12205 (Error Symbols): Describe special treatment of `quit'.
12206 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
12207 to emphasize that it has to be a single form.
12208
12209 * buffers.texi: Add anchor.
12210
12211 2003-12-29 Richard M. Stallman <rms@gnu.org>
12212
12213 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
12214 (Window Configurations): Add window-configuration-frame.
12215
12216 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
12217
12218 * text.texi (Examining Properties): Add get-char-property-and-overlay.
12219 Change arg name in get-char-property.
12220 (Special Properties): Update handling of keymap property.
12221
12222 * strings.texi (Modifying Strings): Add clear-string.
12223 (Text Comparison): Add assoc-string and remove
12224 assoc-ignore-case, assoc-ignore-representation.
12225
12226 * os.texi (Time of Day): Add set-time-zone-rule.
12227
12228 * numbers.texi (Math Functions): asin, acos, log, log10
12229 report domain-error errors.
12230
12231 * nonascii.texi (Converting Representations):
12232 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
12233 (Encoding and I/O): Add file-name-coding-system.
12234
12235 * modes.texi (Search-based Fontification): Explain that
12236 face specs are symbols with face names as values.
12237
12238 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
12239
12240 * lists.texi (Building Lists): remq moved elsewhere.
12241 (Sets And Lists): remq moved here.
12242 (Association Lists): Refer to assoc-string.
12243
12244 * internals.texi (Garbage Collection): Add memory-use-counts.
12245
12246 * frames.texi (Frames and Windows): Add set-frame-selected-window
12247 and frame-root-window.
12248
12249 * files.texi (Contents of Directories):
12250 Add directory-files-and-attributes.
12251
12252 * display.texi (Refresh Screen): Add force-window-update.
12253 (Invisible Text): Explain about moving point out of invis text.
12254 (Overlay Properties): Add overlay-properties.
12255 (Managing Overlays): Add overlayp.
12256 (GIF Images): Invalid image number displays a hollow box.
12257
12258 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
12259 (Killing Buffers): Add buffer-live-p.
12260
12261 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
12262
12263 * display.texi (Fringes): Fix typo "set-buffer-window".
12264
12265 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
12266
12267 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
12268 * nonascii.texi, processes.texi, tips.texi, variables.texi:
12269 Add or change various xrefs and anchors.
12270
12271 * commands.texi: Replace all occurrences of @acronym{CAR} with
12272 @sc{car}, for consistency with the rest of the Elisp manual.
12273 `car' and `cdr' are historically acronyms, but are no longer
12274 widely thought of as such.
12275
12276 * internals.texi (Pure Storage): Mention that `purecopy' does not
12277 copy text properties.
12278 (Object Internals): Now 29 bits are used (in most implementations)
12279 to address Lisp objects.
12280
12281 * variables.texi (Variables with Restricted Values): New node.
12282
12283 * objects.texi (Lisp Data Types): Mention that certain variables
12284 can only take on a restricted set of values and add an xref to
12285 the new node "Variables with Restricted Values".
12286
12287 * eval.texi (Function Indirection): Describe the errors that
12288 `indirect-function' can signal.
12289 (Eval): Clarify the descriptions of `eval-region' and `values'.
12290 Describe `eval-buffer' instead of `eval-current-buffer' and
12291 mention `eval-current-buffer' as an alias for `current-buffer'.
12292 Correct the description and mention all optional arguments.
12293
12294 * nonascii.texi: Various small changes in addition to the
12295 following.
12296 (Converting Representations): Clarify behavior of
12297 `string-make-multibyte' and `string-to-multibyte' for unibyte all
12298 ASCII arguments.
12299 (Character Sets): Document the variable `charset-list' and adapt
12300 the definition of the function `charset-list' accordingly.
12301 (Translation of Characters): Clarify use of generic characters in
12302 `make-translation-table'. Clarify and correct the description of
12303 the use of translation tables in encoding and decoding.
12304 (User-Chosen Coding Systems): Correct and clarify the description
12305 of `select-safe-coding-system'.
12306 (Default Coding Systems): Clarify description of
12307 `file-coding-system-alist'.
12308
12309 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
12310
12311 * strings.texi (Text Comparison): Correctly describe when two
12312 strings are `equal'. Combine and clarify descriptions of
12313 `assoc-ignore-case' and `assoc-ignore-representation'.
12314
12315 * objects.texi (Non-ASCII in Strings): Clarify description of
12316 when a string is unibyte or multibyte.
12317 (Bool-Vector Type): Update examples.
12318 (Equality Predicates): Correctly describe when two strings are
12319 `equal'.
12320
12321 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
12322
12323 * lists.texi (Building Lists): `append' no longer accepts integer
12324 arguments. Update the description of `number-sequence' to reflect
12325 recent changes.
12326 (Sets And Lists): Describe `member-ignore-case' after `member'.
12327
12328 2003-11-27 Kim F. Storm <storm@cua.dk>
12329
12330 * commands.texi (Click Events): Click object may be an images.
12331 Describe (dx . dy) element of click positions.
12332 (Accessing Events): Remove duplicate posn-timestamp.
12333 New functions posn-object and posn-object-x-y.
12334
12335 2003-11-23 Kim F. Storm <storm@cua.dk>
12336
12337 * commands.texi (Click Events): Describe enhancements to event
12338 position lists, including new text-pos and (col . row) items.
12339 Mention left-fringe and right-fringe area events.
12340 (Accessing Events): New functions posn-area and
12341 posn-actual-col-row. Mention posn-timestamp. Mention that
12342 posn-point in non-text area still returns buffer position.
12343 Clarify posn-col-row.
12344
12345 2003-11-21 Lars Hansen <larsh@math.ku.dk>
12346
12347 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
12348 * anti.texi (File Attributes): Describe removed parameter
12349 ID-FORMAT.
12350
12351 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
12352
12353 * positions.texi (Positions): Mention that, if a marker is used as
12354 a position, its buffer is ignored.
12355
12356 * markers.texi (Overview of Markers): Mention it here too.
12357
12358 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
12359
12360 * numbers.texi (Numeric Conversions): Not just `floor', but also
12361 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
12362
12363 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
12364
12365 * markers.texi (Creating Markers): Specify insertion type of
12366 created markers. Add xref to `Marker Insertion Types'.
12367 Second argument to `copy-marker' is optional.
12368 (Marker Insertion Types): Mention that most markers are created
12369 with insertion type nil.
12370 (The Mark): Correctly describe when `mark' signals an error.
12371 (The Region): Correctly describe when `region-beginning' and
12372 `region-end' signal an error.
12373
12374 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
12375
12376 * hash.texi (Creating Hash): Clarify description of `eql'.
12377 `makehash' is obsolete.
12378 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
12379
12380 * positions.texi (Point): Change description of `buffer-end', so
12381 that it is also correct for floating point arguments.
12382 (List Motion): Correct argument lists of `beginning-of-defun' and
12383 `end-of-defun'.
12384 (Excursions): Add xref to `Marker Insertion Types'.
12385 (Narrowing): Argument to `narrow-to-page' is optional.
12386
12387 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
12388
12389 * streams.texi (Output Streams): Clarify behavior of point for
12390 marker output streams.
12391
12392 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12393
12394 * variables.texi (Defining Variables): Second argument to
12395 `defconst' is not optional.
12396 (Setting Variables): Mention optional argument APPEND to
12397 `add-to-list'.
12398 (Creating Buffer-Local): Expand description of
12399 `make-variable-buffer-local'.
12400 (Frame-Local Variables): Expand description of
12401 `make-variable-frame-local'.
12402 (Variable Aliases): Correct description of optional argument
12403 DOCSTRING to `defvaralias'. Mention return value of
12404 `defvaralias'.
12405 (File Local Variables): Add xref to `File variables' in Emacs
12406 Manual. Correct description of `hack-local-variables'. Mention
12407 `safe-local-variable' property. Mention optional second argument
12408 to `risky-local-variable-p'.
12409
12410 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
12411
12412 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12413
12414 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
12415
12416 * anti.texi, backups.texi, commands.texi, customize.texi:
12417 * display.texi, files.texi, internals.texi, keymaps.texi:
12418 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12419 * objects.texi, os.texi, positions.texi, processes.texi:
12420 * searching.texi, sequences.texi, streams.texi, strings.texi:
12421 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
12422
12423 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
12424
12425 * strings.texi (Creating Strings): Argument START to `substring'
12426 can not be `nil'. Expand description of
12427 `substring-no-properties'. Correct description of `split-string',
12428 especially with respect to empty matches. Prevent very bad line
12429 break in definition of `split-string-default-separators'.
12430 (Text Comparison): `string=' and `string<' also accept symbols as
12431 arguments.
12432 (String Conversion): More completely describe argument BASE in
12433 `string-to-number'.
12434 (Formatting Strings): `%s' and `%S' in `format' do require
12435 corresponding object. Clarify behavior of numeric prefix after
12436 `%' in `format'.
12437 (Case Conversion): The argument to `upcase-initials' can be a
12438 character.
12439
12440 2003-10-27 Kenichi Handa <handa@m17n.org>
12441
12442 * display.texi (Fontsets): Fix texinfo usage.
12443
12444 2003-10-25 Kenichi Handa <handa@m17n.org>
12445
12446 * display.texi (Fontsets): Add description of the function
12447 set-fontset-font.
12448
12449 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
12450
12451 * display.texi (Temporary Displays): Add xref to `Documentation
12452 Tips'.
12453
12454 * functions.texi (Function Safety): Use inforef instead of pxref
12455 for SES.
12456
12457 2003-10-23 Andreas Schwab <schwab@suse.de>
12458
12459 * Makefile.in (TEX, texinputdir): Don't define.
12460 (TEXI2DVI): Define.
12461 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12462 add $(srcdir)/index.texi.
12463 ($(infodir)/elisp): Remove index.texi dependency.
12464 (elisp.dvi): Likewise. Use $(TEXI2DVI).
12465 (index.texi): Remove target.
12466 (dist): Don't link $(srcdir)/permute-index.
12467 (clean): Don't remove index.texi.
12468
12469 * permute-index, index.perm: Remove.
12470 * index.texi: Rename from index.unperm.
12471
12472 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
12473
12474 * tips.texi (Documentation Tips): Document new behavior for face
12475 and variable hyperlinks in Help mode.
12476
12477 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
12478
12479 * objects.texi (Integer Type): Update for extra bit of integer range.
12480 (Character Type): Ditto.
12481
12482 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12483
12484 * numbers.texi (Integer Basics): Add index entries for reading
12485 numbers in hex, octal, and binary.
12486
12487 2003-10-16 Lute Kamstra <lute@gnu.org>
12488
12489 * modes.texi (Mode Line Format): Mention force-mode-line-update's
12490 argument.
12491
12492 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
12493
12494 * windows.texi (Choosing Window): Fix typo.
12495 * edebug.texi (Edebug Execution Modes): Fix typo.
12496
12497 2003-10-13 Richard M. Stallman <rms@gnu.org>
12498
12499 * windows.texi (Basic Windows): A window has fringe settings,
12500 display margins and scroll-bar settings.
12501 (Splitting Windows): Doc split-window return value.
12502 Clean up one-window-p.
12503 (Selecting Windows): Fix typo.
12504 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12505 (Buffers and Windows): In set-window-buffer, explain effect
12506 on fringe settings and scroll bar settings.
12507 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12508 (Choosing Window): Use defopt for pop-up-frame-function.
12509 For special-display-buffer-names, explain same-window and same-frame.
12510 Clarify window-dedicated-p return value.
12511 (Textual Scrolling): scroll-up and scroll-down can get an error.
12512 (Horizontal Scrolling): Clarify auto-hscroll-mode.
12513 Clarify set-window-hscroll.
12514 (Size of Window): Don't mention tool bar in window-height.
12515 (Coordinates and Windows): Explain what coordinates-in-window-p
12516 returns for fringes and display margins.
12517 (Window Configurations): Explain saving fringes, etc.
12518
12519 * tips.texi (Library Headers): Clean up Documentation.
12520
12521 * syntax.texi (Parsing Expressions): Clean up forward-comment
12522 and parse-sexp-lookup-properties.
12523
12524 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12525
12526 * os.texi (System Environment): Clean up text for load-average errors.
12527
12528 * modes.texi (Hooks): Don't explain local hook details at front.
12529 Clarify run-hooks and run-hook-with-args a little.
12530 Clean up add-hook and remove-hook.
12531
12532 * edebug.texi (Edebug Execution Modes): Clarify t.
12533 Document edebug-sit-for-seconds.
12534 (Coverage Testing): Document C-x X = and =.
12535 (Instrumenting Macro Calls): Fix typo.
12536 (Specification List): Don't index the specification keywords.
12537
12538 2003-10-10 Kim F. Storm <storm@cua.dk>
12539
12540 * processes.texi (Network): Introduce make-network-process.
12541
12542 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
12543
12544 * tips.texi (Library Headers): Fix typo.
12545
12546 2003-10-07 Juri Linkov <juri@jurta.org>
12547
12548 * modes.texi (Imenu): Mention imenu-create-index-function's
12549 default value. Explain submenus better.
12550
12551 2003-10-07 Lute Kamstra <lute@gnu.org>
12552
12553 * modes.texi (Faces for Font Lock): Fix typo.
12554 (Hooks): Explain how buffer-local hook variables can refer to
12555 global hook variables.
12556 Various minor clarifications.
12557
12558 2003-10-06 Lute Kamstra <lute@gnu.org>
12559
12560 * tips.texi (Coding Conventions): Mention naming conventions for
12561 hooks.
12562
12563 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
12564
12565 * loading.texi (Library Search): Correct default value of
12566 load-suffixes.
12567 (Named Features): Fix typo.
12568
12569 2003-10-05 Richard M. Stallman <rms@gnu.org>
12570
12571 * loading.texi (Named Features): In `provide',
12572 say how to test for subfeatures.
12573 (Unloading): In unload-feature, use new var name
12574 unload-feature-special-hooks.
12575
12576 2003-10-03 Lute Kamstra <lute@gnu.org>
12577
12578 * modes.texi (Major Mode Conventions): Mention third way to set up
12579 Imenu.
12580 (Imenu): A number of small fixes.
12581 Delete documentation of internal variable imenu--index-alist.
12582 Document the return value format of imenu-create-index-function
12583 functions.
12584
12585 2003-09-30 Richard M. Stallman <rms@gnu.org>
12586
12587 * processes.texi (Network): Say what stopped datagram connections do.
12588
12589 * lists.texi (Association Lists): Clarify `assq-delete-all'.
12590
12591 * display.texi (Overlay Properties): Clarify `evaporate' property.
12592
12593 2003-09-29 Lute Kamstra <lute@gnu.org>
12594
12595 * modes.texi (Mode Line Data): Explain when symbols in mode-line
12596 constructs should be marked as risky.
12597 Change cons cell into proper list.
12598 (Mode Line Variables): Change cons cell into proper list.
12599
12600 2003-09-26 Lute Kamstra <lute@gnu.org>
12601
12602 * modes.texi (Mode Line Data): Document the :propertize construct.
12603 (Mode Line Variables): Reorder the descriptions of the variables
12604 to match their order in the default mode-line-format.
12605 Describe the new variables mode-line-position and mode-line-modes.
12606 Update the default values of mode-line-frame-identification,
12607 minor-mode-alist, and default-mode-line-format.
12608 (Properties in Mode): Mention the :propertize construct.
12609
12610 2003-09-26 Richard M. Stallman <rms@gnu.org>
12611
12612 * buffers.texi, commands.texi, debugging.texi, eval.texi:
12613 * loading.texi, minibuf.texi, text.texi, variables.texi:
12614 Avoid @strong{Note:}.
12615
12616 2003-09-26 Richard M. Stallman <rms@gnu.org>
12617
12618 * keymaps.texi (Remapping Commands): Fix typo.
12619
12620 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
12621
12622 * processes.texi (Low-Level Network): Fix typo.
12623
12624 2003-09-23 Kim F. Storm <storm@cua.dk>
12625
12626 * processes.texi (Network, Network Servers): Fix typos.
12627 (Low-Level Network): Add timeout value for :server keyword.
12628 Add new option keywords to make-network-process.
12629 Add set-network-process-options.
12630 Explain how to test availability of network options.
12631
12632 2003-09-19 Richard M. Stallman <rms@gnu.org>
12633
12634 * text.texi (Motion by Indent): Arg to
12635 backward-to-indentation and forward-to-indentation is optional.
12636
12637 * strings.texi (Creating Strings): Add substring-no-properties.
12638
12639 * processes.texi
12640 (Process Information): Add list-processes arg QUERY-ONLY.
12641 Delete process-contact from here.
12642 Add new status values for process-status.
12643 Add process-get, process-put, process-plist, set-process-plist.
12644 (Synchronous Processes): Add call-process-shell-command.
12645 (Signals to Processes): signal-process allows process objects.
12646 (Network): Complete rewrite.
12647 (Network Servers, Datagrams, Low-Level Network): New nodes.
12648
12649 * positions.texi (Word Motion): forward-word, backward-word
12650 arg is optional. Reword.
12651
12652 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
12653
12654 * variables.texi (Creating Buffer-Local):
12655 Delete duplicate definition of buffer-local-value.
12656 (File Local Variables): Explain about discarding text props.
12657
12658 2003-09-11 Richard M. Stallman <rms@gnu.org>
12659
12660 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
12661 changes variables that record input events.
12662 (Minibuffer Misc): Add minibuffer-selected-window.
12663
12664 * lists.texi (Building Lists): Add copy-tree.
12665
12666 * display.texi (Fontsets): Add char-displayable-p.
12667 (Scroll Bars): New node.
12668
12669 2003-09-08 Lute Kamstra <lute@gnu.org>
12670
12671 * modes.texi (%-Constructs): Document new `%i' and `%I'
12672 constructs.
12673
12674 2003-09-03 Peter Runestig <peter@runestig.com>
12675
12676 * makefile.w32-in: New file.
12677
12678 2003-08-29 Richard M. Stallman <rms@gnu.org>
12679
12680 * display.texi (Overlay Properties): Clarify how priorities
12681 affect use of the properties.
12682
12683 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
12684
12685 * customize.texi (Type Keywords): Correct the description of
12686 `:help-echo' in the case where `motion-doc' is a function.
12687
12688 2003-08-14 John Paul Wallington <jpw@gnu.org>
12689
12690 * modes.texi (Emulating Mode Line): Subsection, not section.
12691
12692 2003-08-13 Richard M. Stallman <rms@gnu.org>
12693
12694 * elisp.texi (Top): Update subnode lists in menu.
12695
12696 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
12697 (Kill Functions): kill-region has new arg yank-handler.
12698 (Yanking): New node.
12699 (Yank Commands): Add yank-undo-function.
12700 (Low-Level Kill Ring):
12701 kill-new and kill-append have new arg yank-handler.
12702 (Changing Properties): Add remove-list-of-text-properties.
12703 (Atomic Changes): New node.
12704
12705 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
12706
12707 * streams.texi (Output Variables): Add eval-expression-print-length
12708 and eval-expression-print-level.
12709
12710 * os.texi (Time Conversion): For encode-time, explain limits on year.
12711
12712 * objects.texi (Character Type): Define anchor "modifier bits".
12713
12714 * modes.texi (Emulating Mode Line): New node.
12715 (Search-based Fontification): Font Lock uses font-lock-face property.
12716 (Other Font Lock Variables): Likewise.
12717
12718 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12719 not vectors.
12720 (Active Keymaps): Add emulation-mode-map-alists.
12721 (Functions for Key Lookup): key-binding has new arg no-remap.
12722 (Remapping Commands): New node.
12723 (Scanning Keymaps): where-is-internal has new arg no-remap.
12724 (Tool Bar): Add tool-bar-local-item-from-menu.
12725 Clarify when to use tool-bar-add-item-from-menu.
12726
12727 * commands.texi (Interactive Call): commandp has new arg.
12728 (Command Loop Info): Add this-original-command.
12729
12730 2003-08-06 John Paul Wallington <jpw@gnu.org>
12731
12732 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12733
12734 * display.texi (Warning Basics): Fix typo.
12735 (Fringes): Add closing curly bracket and fix typo.
12736
12737 * elisp.texi (Top): Fix typo.
12738
12739 2003-08-05 Richard M. Stallman <rms@gnu.org>
12740
12741 * elisp.texi: Update lists of subnodes.
12742
12743 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12744
12745 * variables.texi (Local Variables): Use lc for example variable names.
12746
12747 * tips.texi (Library Headers): Explain where to put -*-.
12748
12749 * strings.texi (Creating Strings): Fix xref for vconcat.
12750
12751 * sequences.texi (Vector Functions):
12752 vconcat no longer allows integer args.
12753
12754 * minibuf.texi (Reading File Names): read-file-name has new
12755 arg PREDICATE. New function read-directory-name.
12756
12757 * macros.texi (Defining Macros): Give definition of `declare'.
12758 (Indenting Macros): New node.
12759
12760 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12761 (Window Frame Parameters): Make separate table of parameters
12762 that are coupled with specific face attributes.
12763 (Deleting Frames): delete-frame-hooks renamed to
12764 delete-frame-functions.
12765
12766 * files.texi (Magic File Names): Add file-remote-p.
12767 Clarify file-local-copy.
12768
12769 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12770 here; instead xref Defining Macros.
12771
12772 * display.texi (Warnings): New node, and subnodes.
12773 (Fringes): New node.
12774
12775 * debugging.texi (Test Coverage): New node.
12776
12777 * compile.texi (Compiler Errors): Explain with-no-warnings
12778 and other ways to suppress warnings.
12779
12780 * commands.texi (Interactive Call): Minor clarification.
12781
12782 * buffers.texi (Buffer File Name): set-visited-file-name
12783 renames the buffer too.
12784
12785 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12786
12787 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
12788
12789 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12790
12791 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
12792
12793 * internals.texi (Garbage Collection): Fix previous change.
12794
12795 2003-07-22 Richard M. Stallman <rms@gnu.org>
12796
12797 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12798
12799 * display.texi (Width): Use \s syntax in example.
12800 (Font Selection): Add face-font-rescale-alist.
12801
12802 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12803 Remove spurious indent in example.
12804
12805 * lists.texi (Building Lists): Add number-sequence.
12806
12807 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12808
12809 * functions.texi (Function Documentation): Explain how to
12810 show calling convention explicitly in the doc string.
12811
12812 * windows.texi (Selecting Windows): save-selected-window saves
12813 selected window of each frame.
12814 (Window Configurations): Minor change.
12815
12816 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12817
12818 * streams.texi (Output Variables): Add print-continuous-numbering
12819 and print-number-table.
12820
12821 * processes.texi (Decoding Output): New node.
12822
12823 * os.texi (Time Conversion): decode-time arg is optional.
12824
12825 * objects.texi (Character Type): Don't use space as example for \.
12826 Make list of char names and \-sequences correspond.
12827 Explain that \s is not used in strings. `\ ' needs space after.
12828
12829 * nonascii.texi (Converting Representations): Add string-to-multibyte.
12830 (Translation of Characters): Add translation-table-for-input.
12831 (Default Coding Systems): Add auto-coding-functions.
12832 (Explicit Encoding): Add decode-coding-inserted-region.
12833 (Locales): Add locale-info.
12834
12835 * minibuf.texi (Basic Completion): Describe test-completion.
12836 Collections can be lists of strings.
12837 Clean up lazy-completion-table.
12838 (Programmed Completion): Mention test-completion.
12839 Clarify why lambda expressions are not accepted.
12840 (Minibuffer Misc): Describe minibufferp.
12841
12842 2003-07-14 Richard M. Stallman <rms@gnu.org>
12843
12844 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12845
12846 * windows.texi (Selecting Windows): New arg to select-window.
12847 (Selecting Windows): Add with-selected-window.
12848 (Size of Window): Add window-inside-edges, etc.
12849
12850 * internals.texi (Garbage Collection): Add post-gc-hook.
12851
12852 * processes.texi (Subprocess Creation): Add exec-suffixes.
12853
12854 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12855 (Scanning Keymaps): Add map-keymaps.
12856 (Defining Menus): Add keymap-prompt.
12857
12858 * numbers.texi (Integer Basics): Add most-positive-fixnum,
12859 most-negative-fixnum.
12860
12861 * compile.texi (Byte Compilation): Explain no-byte-compile.
12862 (Compiler Errors): New node.
12863
12864 * os.texi (User Identification): user-uid, user-real-uid
12865 can return float.
12866
12867 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12868 and about derived modes.
12869 (Minor Modes): Add minor-mode-list.
12870 (Defining Minor Modes): Keyword args for define-minor-mode.
12871 (Search-based Fontification): Explain managing other properties.
12872 (Other Font Lock Variables): Add font-lock-extra-managed-props.
12873 (Faces for Font Lock): Add font-lock-preprocessor-face.
12874 (Hooks): Add run-mode-hooks and delay-mode-hooks.
12875
12876 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12877 (Variable Aliases): Clarify defvaralias.
12878
12879 * loading.texi (Library Search): Add load-suffixes.
12880
12881 * minibuf.texi (Basic Completion): Add lazy-completion-table.
12882 (Programmed Completion): Add dynamic-completion-table.
12883
12884 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12885 (Magic File Names): Specify precedence order of handlers.
12886
12887 * commands.texi (Command Overview): Emacs server runs pre-command-hook
12888 and post-command-hook.
12889 (Waiting): New calling convention for sit-for.
12890
12891 * text.texi (Special Properties): local-map and keymap properties
12892 apply based on their stickiness.
12893
12894 2003-07-07 Richard M. Stallman <rms@gnu.org>
12895
12896 * modes.texi (Minor Mode Conventions): Specify only some kinds
12897 of list values as args to minor modes.
12898
12899 * files.texi (File Name Expansion): Warn about iterative use
12900 of substitute-in-file-name.
12901
12902 * advice.texi (Activation of Advice): Clean up previous change.
12903
12904 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
12905
12906 * advice.texi (Activation of Advice): Note that ad-start-advice is
12907 turned on by default.
12908
12909 2003-06-30 Richard M. Stallman <rms@gnu.org>
12910
12911 * text.texi (Buffer Contents): Document current-word.
12912 (Change Hooks): Not called for *Messages*.
12913
12914 * functions.texi (Defining Functions): Explain about redefining
12915 primitives.
12916 (Function Safety): Rename. Minor changes.
12917 Comment out the detailed criteria for what is safe.
12918
12919 2003-06-22 Andreas Schwab <schwab@suse.de>
12920
12921 * objects.texi (Symbol Type): Fix description of examples.
12922
12923 2003-06-16 Andreas Schwab <schwab@suse.de>
12924
12925 * hash.texi (Creating Hash): Fix description of :weakness.
12926
12927 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
12928
12929 * files.texi (Changing Files): copy-file copies file modes, too.
12930
12931 2003-05-28 Richard M. Stallman <rms@gnu.org>
12932
12933 * strings.texi (Creating Strings): Clarify split-string.
12934
12935 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
12936
12937 * strings.texi (Creating Strings): Update split-string specification
12938 and examples.
12939
12940 2003-05-19 Richard M. Stallman <rms@gnu.org>
12941
12942 * elisp.texi: Correct invariant section names.
12943
12944 2003-04-20 Richard M. Stallman <rms@gnu.org>
12945
12946 * os.texi (Timers): Explain about timers and quitting.
12947
12948 2003-04-19 Richard M. Stallman <rms@gnu.org>
12949
12950 * internals.texi (Writing Emacs Primitives): Strings are
12951 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
12952 Explain GCPRO convention for varargs function args.
12953
12954 2003-04-16 Richard M. Stallman <rms@gnu.org>
12955
12956 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12957
12958 2003-04-08 Richard M. Stallman <rms@gnu.org>
12959
12960 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12961
12962 2003-02-13 Kim F. Storm <storm@cua.dk>
12963
12964 * objects.texi (Character Type): New \s escape for space.
12965
12966 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12967
12968 * os.texi (System Environment): Add cygwin system-type.
12969
12970 2003-01-25 Richard M. Stallman <rms@gnu.org>
12971
12972 * keymaps.texi: Document that a symbol can act as a keymap.
12973
12974 2003-01-13 Richard M. Stallman <rms@gnu.org>
12975
12976 * text.texi (Changing Properties): Say string indices are origin-0.
12977
12978 * positions.texi (Screen Lines) <compute-motion>:
12979 Correct order of elts in return value.
12980
12981 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
12982 how to define a default binding.
12983
12984 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
12985
12986 * loading.texi (Unloading): Fix recent change for load-history.
12987
12988 * customize.texi (Simple Types): Clarify description of custom
12989 type 'number. Describe new custom type 'float.
12990
12991 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
12992
12993 * variables.texi (File Local Variables): Fix typo.
12994
12995 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
12996
12997 From Michael Albinus <Michael.Albinus@alcatel.de>.
12998
12999 * README: Target for Info file is `make info'.
13000
13001 * files.texi (File Name Components): Fix typos in
13002 `file-name-sans-extension'.
13003 (Magic File Names): Complete list of operations for magic file
13004 name handlers.
13005
13006 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
13007
13008 * variables.texi (File Local Variables): New function
13009 risky-local-variable-p.
13010
13011 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
13012
13013 * functions.texi (Function safety): New node about unsafep.
13014
13015 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
13016
13017 * customize.texi (Splicing into Lists): Fix example.
13018 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
13019
13020 2002-06-17 Juanma Barranquero <lektu@terra.es>
13021
13022 * frames.texi (Display Feature Testing): Fix typo.
13023
13024 2002-06-12 Andreas Schwab <schwab@suse.de>
13025
13026 * frames.texi (Initial Parameters, Resources): Fix references to
13027 the Emacs manual.
13028
13029 2002-05-13 Kim F. Storm <storm@cua.dk>
13030
13031 * variables.texi (Intro to Buffer-Local): Update warning and
13032 example relating to changing buffer inside let.
13033
13034 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
13035
13036 * os.texi (Session Management): New node about X Session management.
13037
13038 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
13039
13040 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
13041 to which the manual corresponds, and the copyright years.
13042
13043 * Makefile.in (VERSION): Set to 2.9.
13044
13045 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
13046
13047 * elisp.texi: Change the category in @dircategory to "Emacs", to
13048 make it consistent with info/dir.
13049
13050 2001-11-25 Miles Bader <miles@gnu.org>
13051
13052 * text.texi (Fields): Describe new `limit' arg in
13053 field-beginning/field-end.
13054
13055 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
13056
13057 * permute-index: Don't depend on csh-specific features.
13058 Replace the interpreter name with /bin/sh.
13059
13060 * two-volume-cross-refs.txt: New file.
13061 * two.el: New file.
13062 * spellfile: New file.
13063
13064 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
13065
13066 * permute-index: New file.
13067
13068 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
13069 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
13070 8+3 restricted namespace.
13071
13072 * Makefile.in (infodir): Define relative to $(srcdir).
13073 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
13074 include directories list via -I switch to makeinfo.
13075 (index.texi): Use cp if both hard and symbolic links fail.
13076
13077 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
13078
13079 * Makefile.in (distclean): Add.
13080
13081 The following changes make ELisp manual part of the Emacs
13082 distribution:
13083
13084 * Makefile.in: Add Copyright notice.
13085 (prefix): Remove.
13086 (infodir): Change value to "../info".
13087 (VPATH): New variable.
13088 (MAKE): Don't define.
13089 (texmacrodir): Don't define.
13090 (texinputdir): Append the existing value of TEXINPUTS.
13091 ($(infodir)/elisp): Instead of just "elisp". Reformat the
13092 command to be compatible with man/Makefile.in, and to put the
13093 output into ../info.
13094 (info): Add target.
13095 (installall): Target removed.
13096
13097 2001-10-31 Pavel Janík <Pavel@Janik.cz>
13098
13099 * tips.texi (Coding Conventions): Fix typo.
13100
13101 2001-10-23 Gerd Moellmann <gerd@gnu.org>
13102
13103 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
13104
13105 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
13106
13107 * files.texi (File Name Components): Update the description of
13108 file-name-sans-extension and file-name-extension, as they now
13109 ignore leading dots.
13110
13111 2001-10-20 Gerd Moellmann <gerd@gnu.org>
13112
13113 * (Version 21.1 released.)
13114
13115 2001-10-19 Miles Bader <miles@gnu.org>
13116
13117 * positions.texi (Text Lines): Describe behavior of
13118 `beginning-of-line'/`end-of-line' in the presence of field properties.
13119
13120 2001-10-17 Gerd Moellmann <gerd@gnu.org>
13121
13122 * Makefile.in (VERSION): Set to 2.8.
13123 (manual): Use `manual-21'.
13124
13125 * elisp.texi (VERSION): Add and use it where the version
13126 number was used. Set it to 2.8.
13127
13128 * intro.texi: Likewise.
13129
13130 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
13131
13132 * files.texi (File Name Completion): Document the significance of
13133 a trailing slash in elements of completion-ignored-extensions.
13134
13135 2001-10-06 Miles Bader <miles@gnu.org>
13136
13137 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
13138
13139 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13140
13141 * variables.texi (Variable Aliases): New node.
13142
13143 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13144
13145 * Branch for 21.1.
13146
13147 2001-10-02 Miles Bader <miles@gnu.org>
13148
13149 * minibuf.texi (Minibuffer Misc): Add entries for
13150 `minibuffer-contents', `minibuffer-contents-no-properties', and
13151 `delete-minibuffer-contents'.
13152 Correct description for `minibuffer-prompt-end'.
13153
13154 * text.texi (Property Search): Correct descriptions of
13155 `next-char-property-change' and `previous-char-property-change'.
13156 Add entries for `next-single-char-property-change' and
13157 `previous-single-char-property-change'.
13158 Make operand names a bit more consistent.
13159
13160 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
13161
13162 * frames.texi (Finding All Frames): Document that next-frame and
13163 previous-frame are local to current terminal.
13164
13165 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
13166
13167 * keymaps.texi (Creating Keymaps): Fix the description of the
13168 result of make-keymap.
13169
13170 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
13171
13172 * display.texi (Font Lookup, Attribute Functions)
13173 (Image Descriptors): Add cross-references to the definition of
13174 selected frame.
13175
13176 * buffers.texi (The Buffer List): Add cross-references to the
13177 definition of selected frame.
13178
13179 * frames.texi (Input Focus): Clarify which frame is _the_ selected
13180 frame at any given time.
13181 (Multiple Displays, Size and Position): Add a cross-reference to
13182 the definition of the selected frame.
13183
13184 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13185
13186 * strings.texi (String Conversion) <string-to-number>: Document
13187 that a float is returned for integers that are too large.
13188
13189 * frames.texi (Mouse Position): Document mouse-position-function.
13190 (Display Feature Testing): Document display-images-p.
13191 (Window Frame Parameters): Document the cursor-type variable.
13192
13193 * numbers.texi (Integer Basics): Document CL style read syntax for
13194 integers in bases other than 10.
13195
13196 * positions.texi (List Motion):
13197 Document open-paren-in-column-0-is-defun-start.
13198
13199 * lists.texi (Sets And Lists): Document member-ignore-case.
13200
13201 * internals.texi (Garbage Collection): Document the used and free
13202 strings report.
13203 (Memory Usage): Document strings-consed.
13204
13205 * os.texi (Time of Day): Document float-time.
13206 (Recording Input): Document that clear-this-command-keys clears
13207 the vector to be returned by recent-keys.
13208
13209 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
13210 The argument keymap can be a list.
13211
13212 * nonascii.texi (User-Chosen Coding Systems)
13213 <select-safe-coding-system>: Document the new argument
13214 accept-default-p and the variable
13215 select-safe-coding-system-accept-default-p. Tell what happens if
13216 buffer-file-coding-system is undecided.
13217 (Default Coding Systems): Document auto-coding-regexp-alist.
13218
13219 * display.texi (The Echo Area) <message>: Document
13220 message-truncate-lines.
13221 (Glyphs): Document that the glyph table is unused on windowed
13222 displays.
13223
13224 * help.texi (Describing Characters) <single-key-description>:
13225 Document the new argument no-angles.
13226 (Accessing Documentation) <documentation-property>: Document that
13227 a non-string property is evaluated.
13228 <documentation>: Document that the function-documentation property
13229 is looked for.
13230
13231 * windows.texi (Selecting Windows): Document some-window.
13232
13233 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
13234
13235 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
13236 apropos-mode-hook.
13237
13238 * commands.texi (Using Interactive): Document interactive-form.
13239 (Keyboard Macros): Document kbd-macro-termination-hook.
13240 (Command Loop Info): Document that clear-this-command-keys clears
13241 the vector to be returned by recent-keys.
13242
13243 2001-09-04 Werner LEMBERG <wl@gnu.org>
13244
13245 * Makefile.in (srcdir, texinputdir): New variables.
13246 (srcs, index.texi, install): Use $(srcdir).
13247 (.PHONY): Remove elisp.dvi.
13248 (elisp): Use -I switch for makeinfo.
13249 (elisp.dvi): Use $(srcdir) and $(texinputdir).
13250 (installall, dist): Use $(srcdir).
13251 Fix path to texinfo.tex.
13252 (maintainer-clean): Add elisp.dvi and elisp.oaux.
13253
13254 2001-08-30 Gerd Moellmann <gerd@gnu.org>
13255
13256 * display.texi (Conditional Display): Adjust to API change.
13257
13258 * configure: New file.
13259
13260 2001-07-30 Gerd Moellmann <gerd@gnu.org>
13261
13262 * commands.texi (Repeat Events): Add description of
13263 double-click-fuzz.
13264
13265 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
13266
13267 * syntax.texi (Syntax Class Table): Add the missing designator for
13268 comment and string fences.
13269 (Syntax Properties): Add a xref to syntax table internals.
13270 (Syntax Table Internals): Document string-to-syntax.
13271
13272 2001-05-07 Gerd Moellmann <gerd@gnu.org>
13273
13274 * Makefile.in (install): Use install-info command line options
13275 like in Emacs' Makefile.in.
13276
13277 2000-12-09 Miles Bader <miles@gnu.org>
13278
13279 * windows.texi (Window Start): Update documentation for
13280 `pos-visible-in-window-p'.
13281
13282 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13283
13284 * lists.texi (Building Lists): Add footnote to explain how to add
13285 to the end of a list.
13286
13287 2000-10-25 Gerd Moellmann <gerd@gnu.org>
13288
13289 * files.texi (Visiting Functions): Typos.
13290
13291 2000-10-25 Kenichi Handa <handa@etl.go.jp>
13292
13293 * files.texi (Visiting Functions): Return value of
13294 find-file-noselect may be a list of buffers if wildcards are used.
13295
13296 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
13297
13298 * display.texi (Defining Faces): Document `graphic' display type
13299 in face specs.
13300
13301 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13302
13303 * hooks.texi (Standard Hooks): Replace obsolete
13304 `after-make-frame-hook' with `after-make-frame-functions'.
13305
13306 * frames.texi (Creating Frames): Ditto.
13307
13308 * variables.texi (Future Local Variables): Ditto.
13309
13310 2000-10-16 Gerd Moellmann <gerd@gnu.org>
13311
13312 * display.texi (Other Image Types): Add description of :foreground
13313 and :background properties of mono PBM images.
13314
13315 2000-08-17 Werner LEMBERG <wl@gnu.org>
13316
13317 * .cvsignore: New file.
13318
13319 2000-01-05 Gerd Moellmann <gerd@gnu.org>
13320
13321 * tindex.pl: New script.
13322
13323 1999-12-03 Dave Love <fx@gnu.org>
13324
13325 * Makefile.in (MAKEINFO): New parameter.
13326
13327 1999-09-17 Richard Stallman <rms@gnu.org>
13328
13329 * Makefile.in (srcs): Add hash.texi.
13330 (VERSION): Update to 20.6.
13331
13332 1999-09-13 Richard Stallman <rms@gnu.org>
13333
13334 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
13335
13336 1998-08-29 Karl Heuer <kwzh@gnu.org>
13337
13338 * configure.in: New file.
13339 * Makefile.in: Renamed from Makefile.
13340 (prefix, infodir): Use value obtained from configure.
13341 (emacslibdir): Obsolete variable deleted.
13342 (dist): Distribute configure.in, configure, Makefile.in.
13343
13344 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13345
13346 * Makefile (INSTALL_INFO): New variable.
13347 (install): Run install-info.
13348
13349 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13350
13351 * Makefile (elisp.dvi): Add missing backslash.
13352
13353 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
13354
13355 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
13356 Run texindex without `./'. Always run texindex on elisp.tp.
13357 (elisp.tps): Target deleted.
13358
13359 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
13360
13361 * Makefile (srcs): Add nonascii.texi and customize.texi.
13362 (dist): Start by deleting `temp'.
13363
13364 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
13365
13366 * Makefile (makeinfo, texindex): Targets deleted.
13367 (makeinfo.o, texindex.o): Targets deleted.
13368 (clean, dist): Don't do anything with them or with getopt*.
13369
13370 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
13371
13372 * Makefile (SHELL): Defined.
13373
13374 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
13375
13376 * Makefile (elisp.tps): New target.
13377 (elisp.dvi): Depend on elisp.tps.
13378
13379 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
13380
13381 * README: Update phone number.
13382
13383 * Makefile (elisp): Make this be the default target.
13384 Depend on makeinfo.c instead of makeinfo.
13385 (install): Don't depend on elisp.dvi, since we don't install that.
13386 Use mkinstalldirs.
13387 (dist): Add mkinstalldirs.
13388
13389 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13390
13391 * Makefile (VERSION): Update version number.
13392 (maintainer-clean): Rename from realclean.
13393
13394 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
13395
13396 * Makefile (realclean): New target.
13397 (elisp): Remove any old elisp-* files first.
13398
13399 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
13400
13401 * Makefile (VERSION): New variable.
13402 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13403 Compressed file suffix should be `.gz', not `.z'.
13404
13405 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13406
13407 * Makefile (elisp): Depend on makeinfo.
13408
13409 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
13410
13411 * Makefile (srcs): Add anti.texi.
13412
13413 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13414
13415 * Makefile (infodir, prefix): New vars.
13416 (install): Use infodir.
13417 (emacsinfodir): Delete.
13418
13419 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13420
13421 * Makefile (srcs): Add calendar.texi.
13422
13423 * Makefile (dist): Copy texindex.c and makeinfo.c.
13424 Limit elisp-* files to those with one or two digits.
13425
13426 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13427
13428 * Makefile (dist): Change to use Gzip instead of compress.
13429
13430 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13431
13432 * loading.texi (Unloading): define-function changed back to
13433 defalias. It may not stay this way, but at least it's
13434 consistent with the known-good version of the code patch.
13435
13436 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13437
13438 * modes.texi (Hooks): Document new optional arg of add-hook.
13439
13440 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13441
13442 * variables.texi: Document nil initial value of buffer-local variables.
13443
13444 * tips.texi: Add new section on standard library headers.
13445
13446 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13447
13448 * Makefile (srcs): Add frame.texi to the list of sources.
13449
13450 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13451
13452 * Makefile (dist): Don't bother excluding autosave files; they'll
13453 never make it into the temp directory anyway, and the hash marks
13454 in the name are problematic for make and the Bourne shell.
13455 (srcs): ???
13456
13457 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13458
13459 * Makefile (dist): Don't include backup files or autosave files in
13460 the distribution tar file.
13461
13462 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13463
13464 * Makefile (srcs): Add index.perm.
13465 (elisp.dvi): Remove erroneous shell comment.
13466 Expect output of permute-index in permuted.fns.
13467 Save old elisp.aux in elisp.oaux.
13468 (clean): Add index.texi to be deleted.
13469
13470 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13471
13472 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13473
13474 1990-06-26 David Lawrence (tale@geech)
13475
13476 * files.texi: Noted that completion-ignored-extensions is ignored
13477 when making *Completions*.
13478
13479 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
13480
13481 * Makefile make dist now depends on elisp.dvi, since it tries
13482 to include it in the dist file.
13483
13484 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
13485
13486 * functions.texinfo (Mapping Functions): Add missing quote.
13487
13488 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13489
13490 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13491 (defunargs): Turn off \hyphenchar of \sl font temporarily.
13492
13493 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13494
13495 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13496 and @error{} are the terms now being used. The files in the
13497 directory have been changed to reflect this.
13498
13499 * All instances of @indentedresultt{} have been changed to
13500 ` @result{}', using 5 spaces at the beginning of the line.
13501
13502 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13503
13504 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13505 experimental @indentedresult{}, @indentedexpandsto{} are part of
13506 the texinfo.tex in this directory. These TeX macros are not
13507 stable yet.
13508
13509 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13510
13511 * texinfo.tex: Temporarily added
13512 \let\result=\dblarrow
13513 \def\error{{\it ERROR} \longdblarrow}
13514 We need to do this better soon.
13515
13516 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13517
13518 * Applied Karl Berry's patches to *.texinfo files, but not to
13519 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
13520 new title page format is also not applied, since it requires
13521 texinfo.tex changes.)
13522
13523 * Cleaned up `Makefile' and defined the `emacslibdir' directory
13524 for the Project GNU development environment.
13525
13526 ;; Local Variables:
13527 ;; coding: utf-8
13528 ;; End:
13529
13530 Copyright (C) 1998-2014 Free Software Foundation, Inc.
13531
13532 This file is part of GNU Emacs.
13533
13534 GNU Emacs is free software: you can redistribute it and/or modify
13535 it under the terms of the GNU General Public License as published by
13536 the Free Software Foundation, either version 3 of the License, or
13537 (at your option) any later version.
13538
13539 GNU Emacs is distributed in the hope that it will be useful,
13540 but WITHOUT ANY WARRANTY; without even the implied warranty of
13541 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13542 GNU General Public License for more details.
13543
13544 You should have received a copy of the GNU General Public License
13545 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.