]> code.delx.au - gnu-emacs/blob - doc/lispref/ChangeLog
Merge from emacs-24; up to 2014-07-26T12:14:42Z!schwab@linux-m68k.org
[gnu-emacs] / doc / lispref / ChangeLog
1 2014-10-13 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (dist): Update for new output variables.
4
5 2014-10-12 Glenn Morris <rgm@gnu.org>
6
7 * elisp.texi (DATE): Bump to October 2014.
8
9 2014-10-09 Glenn Morris <rgm@gnu.org>
10
11 * frames.texi (Multiple Terminals): Copyedits.
12
13 2014-10-09 Eli Zaretskii <eliz@gnu.org>
14
15 * frames.texi (Multiple Terminals): Improve the description of X
16 display names. Add index entries.
17 (Basic Parameters): Add a cross-reference to where X display names
18 are described.
19 (Position Parameters): Mention that positional parameters of the
20 form (+ POS) can be negative if they are on a non-primary monitor
21 of a multi-monitor display. (Bug#18636)
22 (Creating Frames): Mention that on multi-monitor displays the
23 frame might be positioned differently than specified by the frame
24 parameters alist.
25
26 2014-10-08 Leo Liu <sdl.web@gmail.com>
27
28 * streams.texi (Output Functions): Document new argument ENSURE to
29 terpri. (Bug#18652)
30
31 2014-10-04 Martin Rudalics <rudalics@gmx.at>
32
33 * display.texi (Scroll Bars): Add description of horizontal scroll
34 bars and associated functions.
35 * frames.texi (Layout Parameters): Add horizontal scroll bar
36 entries. Remove paragraph on "combined fringe widths".
37 * windows.texi (Window Sizes): Describe affects of horizontal
38 scroll bars on window layout and sizes. Fix description of
39 window-full-height-p.
40 (Resizing Windows): Mention horizontal scroll bar.
41
42 2014-10-04 Glenn Morris <rgm@gnu.org>
43
44 * commands.texi (Generic Commands): Copyedits.
45
46 * display.texi (Scroll Bars):
47 * modes.texi (Header Lines): Copyedits.
48
49 * buffers.texi (Buffer List):
50 * display.texi (Image Descriptors, Defining Images):
51 * functions.texi (Core Advising Primitives): Small fixes re @var usage.
52
53 * windows.texi (Window Sizes, Resizing Windows): Copyedits.
54
55 * frames.texi (Multiple Terminals): Copyedits re multiple monitors.
56
57 2014-10-03 Martin Rudalics <rudalics@gmx.at>
58
59 * frames.texi (Size Parameters, Size and Position): Mention that
60 with some window managers you have to set `frame-resize-pixelwise'
61 in order make a frame truly fullscreen or maximized.
62
63 2014-10-01 Paul Eggert <eggert@cs.ucla.edu>
64
65 Improve doc for use of 'int', and discuss 'ssize_t'.
66 * internals.texi (C Integer Types): Mention 'int' for other
67 randomish values that lie in 'int' range. Mention 'ssize_t'. See:
68 http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00019.html
69
70 Use AUTO_CONS instead of SCOPED_CONS, etc.
71 * internals.texi (Stack-allocated Objects):
72 Adjust to match the revised, less error-prone macros.
73
74 2014-09-30 Paul Eggert <eggert@cs.ucla.edu>
75
76 * internals.texi (Stack-allocated Objects): Further improvements.
77 Give an example of misuse.
78
79 2014-09-30 Eli Zaretskii <eliz@gnu.org>
80
81 * internals.texi (Stack-allocated Objects): Minor improvements of
82 the wording and the indexing.
83
84 2014-09-30 Dmitry Antipov <dmantipov@yandex.ru>
85
86 * internals.texi (Stack-allocated Objects): Describe this feature.
87
88 2014-09-15 Daniel Colascione <dancol@dancol.org>
89
90 * text.texi (Registers): Make `insert-register' documentation
91 reflect interface change.
92
93 2014-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
94
95 * functions.texi (Core Advising Primitives): Add a note about the
96 confusing treatment of `interactive' for :filter-args (bug#18399).
97
98 2014-09-07 Michael Albinus <michael.albinus@gmx.de>
99
100 * strings.texi (Text Comparison): Describe `string-collate-equalp'
101 and `string-collate-lessp'.
102
103 2014-09-06 Leo Liu <sdl.web@gmail.com>
104
105 * control.texi (Pattern matching case statement): Document vector
106 qpattern. (Bug#18327)
107
108 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru>
109
110 * lists.texi (Functions that Rearrange Lists): Remove
111 description of sort ...
112 * sequences.texi (Sequence Functions): ... and generalize
113 it for sequences. Add an example.
114
115 2014-08-28 Eli Zaretskii <eliz@gnu.org>
116
117 * display.texi (Bidirectional Display): Update the Emacs's class
118 of bidirectional conformance.
119
120 2014-08-27 Dmitry Antipov <dmantipov@yandex.ru>
121
122 * eval.texi (Eval): Mention possible recovery from stack overflow.
123
124 2014-07-11 Eli Zaretskii <eliz@gnu.org>
125
126 * internals.texi (Garbage Collection): Fix last change.
127
128 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
129
130 * internals.texi (Garbage Collection): Mention memory-info.
131
132 2014-07-11 Michael Albinus <michael.albinus@gmx.de>
133
134 * minibuf.texi (Intro to Minibuffers, Reading a Password):
135 Password hiding is available in batch mode, do not mention it in
136 the exclusion list. Mention `read-hide-char'. (Bug#17839)
137
138 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * debugging.texi (Function Debugging, Debugger Commands):
141 Update debug-on-entry w.r.t behavior after redefinitions (bug#17902).
142
143 2014-07-03 Glenn Morris <rgm@gnu.org>
144
145 * help.texi (Help Functions): "Online" help doesn't mean what it
146 used to any more.
147
148 2014-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
149
150 * keymaps.texi (Key Lookup): Remove mention of indirect entries.
151 (Scanning Keymaps): Reword the `noindirect' argument.
152
153 2014-06-28 Glenn Morris <rgm@gnu.org>
154
155 * minibuf.texi (Intro to Minibuffers): Batch mode is basic.
156 (Reading a Password): Mention batch mode. (Bug#17839)
157
158 2014-06-23 Glenn Morris <rgm@gnu.org>
159
160 * Makefile.in (%.texi): Disable implicit rules.
161 (mkinfodir): Remove.
162 (.dvi.ps): Replace with explicit rule.
163 (html): Declare as PHONY.
164 (${buildinfodir}): New rule.
165 ($(buildinfodir)/elisp.info): Use order-only prereq for output dir.
166 Use $<.
167 (elisp.dvi, elisp.html, elisp.pdf): Use $<.
168 (elisp.ps): New rule.
169
170 2014-06-21 Eli Zaretskii <eliz@gnu.org>
171
172 * positions.texi (Screen Lines): Clarify how columns are counted
173 by vertical-motion.
174
175 2014-06-15 Glenn Morris <rgm@gnu.org>
176
177 * Makefile.in (bootstrap-clean): New.
178
179 2014-06-15 Eli Zaretskii <eliz@gnu.org>
180
181 * commands.texi (Accessing Mouse): Improve the wording of the
182 posn-col-row documentation. (Bug#17768)
183
184 2014-06-10 Glenn Morris <rgm@gnu.org>
185
186 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
187 (INFO_OPTS): Set directly rather than with configure.
188
189 2014-06-09 Paul Eggert <eggert@cs.ucla.edu>
190
191 Say (accept-process-output P)'s result pertains to P if P is non-nil.
192 * processes.texi (Accepting Output): Mention that if PROCESS is non-nil,
193 the return value is about PROCESS, not about other processes.
194
195 2014-06-08 Glenn Morris <rgm@gnu.org>
196
197 * os.texi (Startup Summary): Small fix for initial-buffer-choice.
198
199 * files.texi (Subroutines of Visiting): Mention uniquify.
200
201 * numbers.texi (Comparison of Numbers): Copyedits.
202
203 2014-06-08 Glenn Morris <rgm@gnu.org>
204
205 * display.texi (Window Systems): Remove window-setup-hook.
206 * os.texi (Startup Summary, Init File):
207 Improve description of window-setup-hook.
208 (Terminal-Specific): Update window-setup-hook cross-reference.
209 * hooks.texi (Standard Hooks): Update window-setup-hook cross-reference.
210
211 * display.texi (Overlay Properties): Update re priority. (Bug#17234)
212
213 * package.texi (Package Archives): Mention signing packages.
214
215 2014-06-07 Eli Zaretskii <eliz@gnu.org>
216
217 * commands.texi (Click Events): Update contents of click event's
218 position list due to last changes in make_lispy_position.
219
220 2014-06-02 Glenn Morris <rgm@gnu.org>
221
222 * text.texi (Buffer Contents):
223 Update for filter-buffer-substring changes.
224
225 * abbrevs.texi (Abbrev Expansion): Update for expand-abbrev changes.
226 * functions.texi (Advising Functions): Standardize menu case.
227
228 2014-05-26 Eli Zaretskii <eliz@gnu.org>
229
230 * display.texi (Invisible Text): Clarify the description of
231 line-move-ignore-invisible. (Bug#17511)
232
233 2014-05-22 Leo Liu <sdl.web@gmail.com>
234
235 * sequences.texi (Sequence Functions): Don't mention when and how
236 SEQ to nreverse is mutated.
237
238 2014-05-21 Leo Liu <sdl.web@gmail.com>
239
240 * sequences.texi (Sequence Functions): Update nreverse.
241
242 2014-05-19 Paul Eggert <eggert@cs.ucla.edu>
243
244 Allow any non-nil value to count as true in bool-vector.
245 * sequences.texi (Bool-Vectors): Coalesce discussion of how to
246 print them. bool-vector's args need not be t or nil.
247
248 2014-05-19 Dmitry Antipov <dmantipov@yandex.ru>
249
250 * sequences.texi (Bool-vectors): Mention bool-vector.
251
252 2014-05-17 Paul Eggert <eggert@cs.ucla.edu>
253
254 Assume C99 or later (Bug#17487).
255 * internals.texi (C Dialect): Document this.
256
257 2014-05-15 Dmitry Antipov <dmantipov@yandex.ru>
258
259 * lists.texi (Building Cons Cells and Lists): Remove
260 description of `reverse' and `'nreverse' to generalize them...
261 * sequences.texi (Sequences): ...for sequences here.
262
263 2014-05-14 Glenn Morris <rgm@gnu.org>
264
265 * files.texi (Changing Files): Mention with-file-modes.
266
267 2014-05-08 Paul Eggert <eggert@cs.ucla.edu>
268
269 * internals.texi (C Dialect): New section.
270 (C Integer Types): Mention bool_bf.
271
272 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
273
274 * processes.texi (Filter Functions, Sentinels): Advertise add-function.
275
276 2014-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
277
278 * windows.texi (Window Configurations, Window Configurations):
279 Window configs don't store marks any more.
280
281 2014-04-25 Eli Zaretskii <eliz@gnu.org>
282
283 * strings.texi (Text Comparison): Mention equal-including-properties
284 for when text properties of the strings matter for comparison.
285
286 2014-04-22 Eli Zaretskii <eliz@gnu.org>
287
288 * text.texi (Registers): Document register-read-with-preview.
289
290 * internals.texi (Building Emacs): Improve indexing.
291
292 2014-04-17 Daniel Colascione <dancol@dancol.org>
293
294 * frames.texi (Terminal Parameters): Document new
295 tty-mode-set-strings and tty-mode-reset-strings terminal
296 parameters.
297
298 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
299
300 * Makefile.in (infoclean): Be consistent about reporting failures.
301
302 2014-04-09 Daniel Colascione <dancol@dancol.org>
303
304 * errors.texi (Standard Errors): Document required error
305 parameters for `scan-error'.
306
307 * positions.texi (List Motion): Explain new `up-list' arguments.
308 Mention `backward-up-list'.
309
310 2014-04-08 Daniel Colascione <dancol@dancol.org>
311
312 * minibuf.texi (Programmed Completion): Improve phrasing, remove
313 incorrect bullet count.
314
315 2014-04-07 Glenn Morris <rgm@gnu.org>
316
317 * os.texi (Recording Input): Dribble files may contain passwords.
318
319 * backups.texi (Making Backups, Reverting):
320 Update for default values of some -function vars no longer being nil.
321 (Reverting): Update for buffer-stale-function
322 also applying to file-buffers.
323
324 2014-03-31 Daniel Colascione <dancol@dancol.org>
325
326 * minibuf.texi (Completion in Buffers): Discuss using lazy
327 completion tables for inline completion.
328
329 2014-03-28 Glenn Morris <rgm@gnu.org>
330
331 * os.texi (Terminal-Specific): Mention term-file-aliases.
332
333 2014-03-26 Eli Zaretskii <eliz@gnu.org>
334
335 * files.texi (Kinds of Files): Improve documentation of
336 file-symlink-p. (Bug#17073) Add cross-references.
337
338 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
339
340 * markers.texi (Moving Marker Positions): The 2014-03-02 doc
341 change mentioning undo's inability to handle relocated markers no
342 longer applies. See bug#16818.
343 * text.texi (Undo): Expand documentation of (TEXT . POS) and
344 (MARKER . ADJUSTMENT) undo elements.
345
346 2014-03-26 Glenn Morris <rgm@gnu.org>
347
348 * files.texi (File Locks): All systems support locking.
349
350 2014-03-22 Glenn Morris <rgm@gnu.org>
351
352 * commands.texi (Defining Commands):
353 Mention that interactive-only also affects describe-function.
354
355 * functions.texi (Declare Form): Add interactive-only.
356 * commands.texi (Defining Commands) Mention declare.
357
358 * commands.texi (Defining Commands): List interactive-only values.
359
360 2014-03-22 Eli Zaretskii <eliz@gnu.org>
361
362 * functions.texi (Core Advising Primitives): Fix cross-reference
363 in last change.
364
365 2014-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
366
367 * functions.texi (Advising Functions): Explain a bit more how
368 arguments work.
369 (Advice combinators): New node.
370 (Core Advising Primitives): Use it. Expand description of "depth".
371 (Advising Named Functions): Document limitation of advices on macros.
372
373 2014-03-21 Martin Rudalics <rudalics@gmx.at>
374
375 * frames.texi (Size and Position): In `frame-resize-pixelwise'
376 description drop remark about frame maximization.
377 * windows.texi (Display Action Functions): Add description for
378 `display-buffer-no-window' and explain use of `allow-no-window'
379 alist entries.
380
381 2014-03-21 Glenn Morris <rgm@gnu.org>
382
383 * commands.texi (Defining Commands): Copyedit re `interactive-only'.
384
385 2014-03-20 Paul Eggert <eggert@cs.ucla.edu>
386
387 * internals.texi (C Integer Types): Prefer 'false' and 'true'
388 to '0' and '1' for booleans.
389
390 2014-03-19 Paul Eggert <eggert@cs.ucla.edu>
391
392 * numbers.texi: Improve and clarify a bit, and fix some minor bugs.
393 Remove now-obsolete hypothetical note about negative division,
394 as the C standard has changed.
395
396 Fix porting inconsistency about rounding to even.
397 * numbers.texi (Numeric Conversions, Rounding Operations):
398 Document that 'round' and 'fround' round to even.
399
400 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
401
402 * customize.texi (Variable Definitions): Recommend avoiding
403 destructive modification of the value argument of :set (bug#16755).
404
405 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
406
407 * modes.texi (Auto-Indentation): Mention electric-indent variables.
408
409 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
410
411 * functions.texi (Advising Named Functions): Fix reference.
412
413 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
414
415 Improve documentation for integer and floating-point basics.
416 * numbers.texi (Numbers, Integer Basics, Float Basics):
417 Document the basics a bit more precisely. Say more clearly
418 that Emacs floating-point numbers are IEEE doubles on all
419 current platforms. Give more details about frexp.
420 Say more clearly that '1.' is an integer.
421 (Predicates on Numbers): Fix wholenump typo.
422 * objects.texi (Integer Type): Adjust to match numbers.texi.
423
424 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
425
426 * functions.texi (Advising Functions): Try and improve the text.
427 Add example use of advice-add (bug#16959).
428 (Core Advising Primitives): Rename. Explain handling of interactive
429 specs, including advice-eval-interactive-spec.
430 (Advising Named Functions): Try and better explain the difference with
431 add-function.
432 (Porting old advices): New node.
433
434 2014-03-18 Paul Eggert <eggert@cs.ucla.edu>
435
436 Style fixes for floating-point doc.
437 * commands.texi, customize.texi, display.texi, elisp.texi, files.texi:
438 * frames.texi, hash.texi, internals.texi, keymaps.texi, lists.texi:
439 * minibuf.texi, nonascii.texi, numbers.texi, objects.texi, os.texi:
440 * processes.texi, streams.texi, strings.texi, text.texi:
441 * variables.texi, windows.texi:
442 Hyphenate "floating-point" iff it precedes a noun.
443 Reword to avoid nouns and hyphenation when that's easy.
444 Prefer "integer" to "integer number" and "is floating point"
445 to "is a floating point number".
446 Prefer "@minus{}" to "-" when it's a minus.
447
448 2014-03-16 Martin Rudalics <rudalics@gmx.at>
449
450 * display.texi (Temporary Displays): Rewrite descriptions of
451 `with-output-to-temp-buffer' and `with-temp-buffer-window'.
452 * help.texi (Help Functions): Rewrite description of `with-help-window'.
453
454 2014-03-15 Dmitry Gutov <dgutov@yandex.ru>
455
456 * display.texi (Blinking): Update WRT to the new
457 `blink-matchin-paren' behavior.
458
459 2014-03-14 Martin Rudalics <rudalics@gmx.at>
460
461 * display.texi (Temporary Displays): Say that
462 `with-temp-buffer-window' makes its buffer current.
463 * frames.texi (Size and Position): Describe new option
464 `frame-resize-pixelwise'. Rewrite descriptions of
465 `set-frame-size', `set-frame-height' and `set-frame-width'.
466
467 2014-03-09 Martin Rudalics <rudalics@gmx.at>
468
469 * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text".
470 * text.texi (Primitive Indent):
471 * strings.texi (String Basics):
472 * sequences.texi (Sequence Functions): Update references accordingly.
473 * display.texi (Size of Displayed Text): Rename section from
474 "Width". Add description for `window-text-pixel-size'.
475 (Window Dividers): Reword description of window dividers.
476 * frames.texi (Layout Parameters): Improve description of window
477 divider parameters.
478 * windows.texi (Window Sizes): Add descriptions of
479 `window-mode-line-height' and `window-header-line-height'.
480 (Coordinates and Windows): Mention window dividers.
481
482 2014-03-07 Martin Rudalics <rudalics@gmx.at>
483
484 * buffers.texi (The Buffer List): Rename node to Buffer List.
485 Describe `buffer-list-update-hook'.
486 * elisp.texi (Top): "The Buffer List" renamed to "Buffer List".
487 Add node for Window Dividers.
488 * hooks.texi (Standard Hooks): Add reference to
489 `buffer-list-update-hook'.
490 * windows.texi (Window Sizes): Describe `window-min-size'.
491 (Splitting Windows): Update description of `split-window'.
492 (Selecting Windows): Update description of `select-window'.
493
494 2014-03-06 Martin Rudalics <rudalics@gmx.at>
495
496 * frames.texi (Size and Position): Rewrite entries for
497 `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'.
498 Add description for `fit-frame-to-buffer-sizes'.
499 * windows.texi (Resizing Windows): Add descriptions for
500 pixelwise resizing. Add entries for `window-resize-pixelwise'
501 and `fit-window-to-buffer-horizontally'.
502 Rewrite `fit-window-to-buffer' entry.
503
504 2014-03-06 Xue Fuqiao <xfq@gnu.org>
505
506 * internals.texi (Window Internals): Remove field `region_showing'.
507
508 2014-03-06 Glenn Morris <rgm@gnu.org>
509
510 * searching.texi (Replacing Match):
511 Remove incorrect, uninteresting return value. (Bug#16942)
512
513 2014-03-05 Martin Rudalics <rudalics@gmx.at>
514
515 * display.texi (Window Dividers): New section.
516 * frames.texi (Layout Parameters): Add right-divider-width and
517 bottom-divider-width.
518 * windows.texi (Window Sizes): Redraw schematic and rewrite its
519 description. Rewrite descriptions of `window-total-height',
520 `window-total-width', `window-total-size', `window-body-height',
521 `window-body-width' and `window-size-fixed'. Add descriptions
522 for `window-pixel-height', `window-pixel-width',
523 `window-min-height' and `window-min-width'. Remove description
524 of `window-size-fixed-p' moving part of it to that of
525 `window-size-fixed'.
526 (Resizing Windows): Mention dividers when talking about minimum sizes.
527
528 2014-03-05 Glenn Morris <rgm@gnu.org>
529
530 * modes.texi (SMIE Customization): New section.
531 * elisp.texi (Top): Update detailed menu.
532
533 2014-03-04 Martin Rudalics <rudalics@gmx.at>
534
535 * windows.texi (Windows and Frames): Add some missing &optional
536 designators. Adjust description of window-in-direction.
537
538 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
539
540 * markers.texi (Moving Marker Positions): Clarify guidance about
541 when to move markers and when to create a new one, as discussed at
542 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
543
544 2014-03-02 Glenn Morris <rgm@gnu.org>
545
546 * text.texi (Decompression): New node.
547 * elisp.texi (Top): Update detailed menu.
548
549 2014-03-01 Glenn Morris <rgm@gnu.org>
550
551 * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
552
553 2014-02-28 Xue Fuqiao <xfq@gnu.org>
554
555 * functions.texi (Advising Functions, Advising Named Functions):
556 Tweak markup.
557
558 * display.texi (Defining Faces): Doc fix for `face-spec-set'.
559
560 * elisp.texi (Top):
561 * commands.texi (Generic Commands, Defining Commands):
562 Document `define-alternatives'.
563
564 2014-02-27 Xue Fuqiao <xfq@gnu.org>
565
566 * windows.texi (Window Sizes): Document `window-size'.
567 (Display Action Functions): Document `display-buffer-at-bottom'.
568 (Window Configurations): Minor fixes.
569
570 * modes.texi (Header Lines): Document `window-header-line-height'.
571
572 * display.texi (Scroll Bars): Document `window-scroll-bar-width'.
573
574 * windows.texi (Window Sizes, Resizing Windows): Document some
575 pixelwise window operations.
576
577 * text.texi (Margins): Fix the description of RET and `C-j'.
578
579 * frames.texi (Multiple Terminals): Document
580 `display-monitor-attributes-list' and `display-monitor-attributes'.
581 (Display Feature Testing): Add some notes about multi-monitor.
582
583 2014-02-27 Glenn Morris <rgm@gnu.org>
584
585 * minibuf.texi (Programmed Completion):
586 Mention completion-table-with-cache.
587
588 2014-02-25 Glenn Morris <rgm@gnu.org>
589
590 * display.texi (Window Systems):
591 Replace term-setup-hook with emacs-startup-hook.
592 * hooks.texi (Standard Hooks):
593 Replace term-setup-hook with tty-setup-hook.
594 * os.texi (Startup Summary, Init File, Terminal-Specific):
595 Replace term-setup-hook with tty-setup-hook, and update.
596
597 2014-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
598
599 * functions.texi (Declare Form): Document gv-expander, gv-setter,
600 and compiler-macro (bug#16829, bug#15093).
601
602 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
603
604 * windows.texi (Window Configurations): Doc fix.
605 (Windows and Frames): Fix typo.
606
607 2014-02-21 Glenn Morris <rgm@gnu.org>
608
609 * internals.texi (Process Internals):
610 * processes.texi (Subprocess Creation, Deleting Processes)
611 (Output from Processes, Process Buffers, Filter Functions)
612 (Accepting Output, Sentinels, Network, Network Servers):
613 Filters and sentinels can no longer be nil.
614 * elisp.texi (Top): Menu update.
615
616 2014-02-20 Glenn Morris <rgm@gnu.org>
617
618 * functions.texi (Defining Functions): Mention defalias-fset-function.
619
620 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * minibuf.texi (Completion Commands): Don't document obsolete
623 `common-substring' arg of display-completion-list.
624
625 2014-02-17 Glenn Morris <rgm@gnu.org>
626
627 * minibuf.texi (Text from Minibuffer): Update read-regexp details.
628 Mention read-regexp-defaults-function.
629
630 2014-02-13 Glenn Morris <rgm@gnu.org>
631
632 * debugging.texi (Debugger Commands): Tiny edits.
633
634 2014-02-12 Glenn Morris <rgm@gnu.org>
635
636 * package.texi (Simple Packages): Describe URL and Keywords headers.
637
638 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
639
640 * text.texi (User-Level Deletion):
641 Document `delete-trailing-whitespace' (bug#15309).
642
643 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
644
645 * text.texi (Changing Properties): Clarify `propertize' (bug#9825).
646
647 * display.texi (Blinking): Clarify doc string in example (bug#10658).
648
649 * commands.texi (Accessing Mouse): Mention that these function
650 also work on keyboard events (bug#14228).
651 (Quitting): Refer to the right node for `set-input-mode' (bug#11458).
652
653 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
654
655 * display.texi (Face Attributes): Add an index (bug#14924).
656
657 * keymaps.texi (Menu Bar): Minor clarification (bug#15657).
658
659 2014-02-06 Glenn Morris <rgm@gnu.org>
660
661 * display.texi (Truncation):
662 * positions.texi (Screen Lines): Do not mention cache-long-scans.
663
664 2014-01-31 Juri Linkov <juri@jurta.org>
665
666 * searching.texi (String Search): Incremental word search fixes.
667
668 2014-01-28 Glenn Morris <rgm@gnu.org>
669
670 * text.texi (Indent Tabs): Update related to tab-stops.
671
672 2014-01-24 Glenn Morris <rgm@gnu.org>
673
674 * control.texi (Handling Errors): Update with-demoted-errors.
675
676 * files.texi (File Locks): Every platform supports locking now.
677
678 2014-01-22 Glenn Morris <rgm@gnu.org>
679
680 * display.texi (ImageMagick Images): Expand on image-format-suffixes.
681
682 2014-01-20 Glenn Morris <rgm@gnu.org>
683
684 * hash.texi (Other Hash): Do not mention subr-x.el functions;
685 reverts 2013-12-22 change.
686
687 2014-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 * functions.texi (Advising Functions): New section.
690 * modes.texi (Running Hooks): Don't document with-wrapper-hook and
691 run-hook-wrapped any more.
692 (Hooks): Link to the new Advising Functions node.
693 * elisp.texi (Top): Don't include advice.texi.
694 * advice.texi: Remove.
695 * makefile.w32-in (srcs):
696 * Makefile.in (srcs): Adjust accordingly.
697
698 2014-01-09 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
699
700 * text.texi (Parsing HTML/XML): Document `shr-insert-document'.
701
702 * strings.texi (Text Comparison): Document `string-suffix-p'.
703
704 2014-01-07 Glenn Morris <rgm@gnu.org>
705
706 * files.texi (File Attributes): Fix superscipt typo.
707
708 2014-01-07 Chong Yidong <cyd@gnu.org>
709
710 * files.texi (Changing Files): Document copy-file changes.
711
712 2014-01-07 Glenn Morris <rgm@gnu.org>
713
714 * display.texi (Logging Messages): Copyedits re messages-buffer.
715
716 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
717
718 Specify .texi encoding (Bug#16292).
719 * back.texi, book-spine.texi, lay-flat.texi:
720 Add @documentencoding.
721
722 2014-01-05 Chong Yidong <cyd@gnu.org>
723
724 * backups.texi (Making Backups): Document backup-buffer change.
725
726 * files.texi (Visiting Files): Copyedits.
727 (Testing Accessibility): Mention ACLs. Move file-modes here from
728 File Attributes.
729 (Truenames): Move file-equal-p here from Kinds of Files.
730 (File Attributes): Move file-newer-than-file-p here from Testing
731 Accessibility.
732 (Extended Attributes): New node. Add file-extended-attributes.
733 (Changing Files): Document set-file-extended-attributes.
734
735 * commands.texi (Defining Commands): Document the interactive-form
736 property more carefully. Document interactive-only.
737
738 * compile.texi (Compiler Errors): Copyedits. Note that the
739 details for byte-compile-warnings are in its docstring.
740
741 * minibuf.texi (Minibuffer Contents): Remove obsolete function
742 minibuffer-completion-contents.
743
744 * variables.texi (Defining Variables): Note that defvar acts
745 always on the dynamic value.
746
747 * customize.texi (Variable Definitions): Likewise.
748
749 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
750
751 Document vconcat and the empty vector (Bug#16246).
752 * sequences.texi (Vector Functions):
753 Document behavior better when the result is empty.
754
755 Document behavior of (string-to-number "+@") (Bug#16293).
756 * strings.texi (String Conversion): Document behavior of
757 string-to-number on invalid strings that begin with "+", too.
758
759 2014-01-03 Chong Yidong <cyd@gnu.org>
760
761 * help.texi (Documentation, Accessing Documentation): Copyedits.
762 (Documentation Basics): Rewrite, avoiding a repeat discussion of
763 docstring conventions.
764
765 * tips.texi (Documentation Tips): Move discussion of
766 emacs-lisp-docstring-fill-column here from Documentation Basics.
767
768 * compile.texi (Docs and Compilation): Copyedits.
769
770 2014-01-02 Glenn Morris <rgm@gnu.org>
771
772 * numbers.texi (Numeric Conversions): Fix a typo.
773
774 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
775
776 Plain copy-file no longer chmods an existing destination (Bug#16133).
777 * files.texi (Changing Files): Document this.
778
779 2013-12-28 Chong Yidong <cyd@gnu.org>
780
781 * modes.texi (Auto Major Mode): Document interpreter-mode-alist change.
782
783 * buffers.texi (Modification Time): Document visited-file-modtime
784 change.
785
786 2013-12-28 Glenn Morris <rgm@gnu.org>
787
788 * control.texi (Pattern matching case statement): Brevity.
789
790 2013-12-27 Chong Yidong <cyd@gnu.org>
791
792 * functions.texi (Function Cells):
793 * eval.texi (Function Indirection): Update for the fact that
794 symbol-function no longer signals an error.
795
796 * commands.texi (Reading One Event): Mention keyboard coding.
797
798 * keymaps.texi (Translation Keymaps, Translation Keymaps):
799 * nonascii.texi (Terminal I/O Encoding): Copyedits.
800
801 2013-12-26 Chong Yidong <cyd@gnu.org>
802
803 * advice.texi (Advising Functions, Defining Advice): Special forms
804 can no longer be advised.
805
806 2013-12-25 Chong Yidong <cyd@gnu.org>
807
808 * keymaps.texi (Active Keymaps): Re-organize the text.
809 (Searching Keymaps): Rewrite the pseudo-code for 24.4 changes.
810 (Controlling Active Maps): Note that set-transient-map uses
811 overriding-terminal-local-map.
812
813 * tips.texi (Coding Conventions): Tweak the coding system tip;
814 Emacs now uses utf-8 by default for Emacs Lisp source files.
815
816 * display.texi (Font Selection): Tweak example.
817
818 * commands.texi (Event Input Misc): Document new arg to input-pending-p.
819
820 * nonascii.texi (Specifying Coding Systems): Don't refer to
821 emacs-mule-dos.
822 (Lisp and Coding Systems): Describe emacs-mule return value in
823 modern terms.
824
825 2013-12-25 Tassilo Horn <tsdh@gnu.org>
826
827 * control.texi (Pattern matching case statement): Rephrase lexical
828 binding requirement: the example needs it, not `pcase' itself.
829
830 2013-12-25 Chong Yidong <cyd@gnu.org>
831
832 * eval.texi (Eval): Document the LEXICAL arg to eval.
833
834 * variables.texi (Variables, Void Variables): Use "scoping rule"
835 terminology consistently.
836 (Variable Scoping): Add index entries, and use "dynamic scope"
837 terminology in place of "indefinite scope" to reduce confusion.
838 (Lexical Binding): Document lexical environment format.
839 (Using Lexical Binding): Add index entries for error messages.
840
841 2013-12-24 Tassilo Horn <tsdh@gnu.org>
842
843 * control.texi (Pattern matching case statement): Fix missing
844 argument in simple expression language sample (Bug#16238).
845 Add some sample programs written in that language. Mention that
846 `pcase' requires lexical binding.
847
848 2013-12-23 Xue Fuqiao <xfq.free@gmail.com>
849
850 * eval.texi (Special Forms): Document `special-form-p'.
851
852 * macros.texi (Simple Macro): Document `macrop'.
853
854 * files.texi (Changing Files): Fix an argument of `copy-file'.
855
856 * strings.texi (Creating Strings): Document TRIM in `split-string'.
857
858 2013-12-23 Chong Yidong <cyd@gnu.org>
859
860 * keymaps.texi (Controlling Active Maps):
861 Rename set-temporary-overlay-map to set-transient map. Doc fixes.
862 (Searching Keymaps): The transient keymap takes precedence.
863
864 2013-12-23 Glenn Morris <rgm@gnu.org>
865
866 * loading.texi (How Programs Do Loading, Load Suffixes):
867 Mention `load-prefer-newer'.
868
869 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
870
871 * hash.texi (Other Hash): Document `hash-table-keys'
872 and `hash-table-values'.
873
874 2013-12-22 Eli Zaretskii <eliz@gnu.org>
875
876 * nonascii.texi (Character Properties): NAME or OLD-NAME
877 properties can be nil (there's no empty string).
878 (Character Properties): Update the reference to the UCD.
879
880 2013-12-22 Xue Fuqiao <xfq.free@gmail.com>
881
882 * sequences.texi (Bool-Vectors): Document new bool-vector set
883 operation functions.
884
885 * text.texi (Examining Properties): Document `get-pos-property'.
886
887 * variables.texi (Directory Local Variables):
888 Document `enable-dir-local-variables'.
889
890 * debugging.texi (Debugger Commands):
891 Document `debugger-toggle-locals'.
892
893 2013-12-21 Chong Yidong <cyd@gnu.org>
894
895 * text.texi (Region Indent): Note the new interactive behavior of
896 indent-rigidly.
897
898 2013-12-20 Tassilo Horn <tsdh@gnu.org>
899
900 * numbers.texi (numbers): Document that =, <, <=, >, >= now accept
901 one or many arguments.
902
903 * display.texi: Document `messages-buffer'.
904
905 * os.texi: Document `initial-buffer-choice' changes.
906
907 2013-12-20 Chong Yidong <cyd@gnu.org>
908
909 * text.texi (Changing Properties): Improve documentation for
910 add-face-text-property.
911 (Special Properties): Mention add-face-text-property.
912
913 2013-12-18 Chong Yidong <cyd@gnu.org>
914
915 * customize.texi (Custom Themes): Document custom-known-themes
916 (Bug#15717).
917
918 * modes.texi (Defining Minor Modes): Fix typo (Bug#14874).
919 (Keymaps and Minor Modes): Fix binding convention (Bug#11522).
920
921 2013-12-13 Glenn Morris <rgm@gnu.org>
922
923 * internals.texi (Building Emacs):
924 * loading.texi (Library Search): Mention that site-load,
925 site-init cannot change load-path.
926
927 2013-12-12 Glenn Morris <rgm@gnu.org>
928
929 * elisp.texi: Tweak dircategory.
930
931 2013-12-12 Eli Zaretskii <eliz@gnu.org>
932
933 * nonascii.texi (Encoding and I/O): Document file-name encoding
934 peculiarities on MS-Windows.
935
936 2013-12-12 Glenn Morris <rgm@gnu.org>
937
938 * elisp.texi: Sync direntry with info/dir version.
939
940 2013-12-08 Juanma Barranquero <lekktu@gmail.com>
941
942 * display.texi (Progress, Face Remapping):
943 * processes.texi (Serial Ports):
944 * windows.texi (Recombining Windows): Fix typos. (Bug#16089)
945
946 2013-12-04 Juri Linkov <juri@jurta.org>
947
948 * searching.texi (Search and Replace): Fix `unread-command-events'
949 and add ref.
950
951 2013-12-03 Juri Linkov <juri@jurta.org>
952
953 * windows.texi (Choosing Window): Rename `no-display-ok' to
954 `allow-no-window'. (Bug#13594)
955
956 2013-11-30 Glenn Morris <rgm@gnu.org>
957
958 * Makefile.in (distclean): Remove Makefile.
959
960 2013-11-29 Andreas Politz <politza@fh-trier.de>
961
962 * modes.texi (Imenu): Make it clear that sub-alist is the cdr
963 (Bug#14029).
964
965 2013-11-27 Glenn Morris <rgm@gnu.org>
966
967 * loading.texi (Library Search):
968 * os.texi (Startup Summary): No more leim directory.
969
970 2013-11-26 Glenn Morris <rgm@gnu.org>
971
972 * os.texi (Startup Summary): Update for leim-list being preloaded.
973
974 2013-11-23 Brian Jenkins <brian@brianjenkins.org> (tiny change)
975
976 * frames.texi (Input Focus):
977 * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
978
979 2013-11-23 Glenn Morris <rgm@gnu.org>
980
981 * loading.texi (Library Search):
982 Empty elements in EMACSLOADPATH now mean the default load-path.
983
984 2013-11-22 Glenn Morris <rgm@gnu.org>
985
986 * loading.texi (Library Search): Minor clarification.
987
988 2013-11-20 Leo Liu <sdl.web@gmail.com>
989
990 * windows.texi (Choosing Window): Mention `no-display-ok'. (Bug#13594)
991
992 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
993
994 * os.texi (File Notifications): Add an index.
995
996 * loading.texi (Loading): Add an cross-reference.
997
998 2013-11-18 Xue Fuqiao <xfq.free@gmail.com>
999
1000 * os.texi (Session Management, Desktop Notifications): Add some
1001 indexes and a cross-reference.
1002
1003 2013-11-17 Xue Fuqiao <xfq.free@gmail.com>
1004
1005 * os.texi (Time Parsing, Processor Run Time, Input Modes)
1006 (Terminal Output): Minor fixes.
1007
1008 2013-11-14 Glenn Morris <rgm@gnu.org>
1009
1010 * loading.texi (Library Search): Update section.
1011
1012 2013-11-11 Xue Fuqiao <xfq.free@gmail.com>
1013
1014 * os.texi (User Identification, Time of Day, Time Conversion):
1015 Minor fixes.
1016
1017 2013-11-10 Jan Djärv <jan.h.d@swipnet.se>
1018
1019 * keymaps.texi (Tool Bar): Mention that Gtk+/NS ignores item 1 to 3.
1020
1021 2013-11-09 Xue Fuqiao <xfq.free@gmail.com>
1022
1023 * os.texi (Startup Summary): Add an index about startup screen.
1024 Typo fix.
1025 (Command-Line Arguments): Add cross-reference for `dump-emacs'.
1026
1027 2013-11-08 Eli Zaretskii <eliz@gnu.org>
1028
1029 * display.texi (Truncation): Document that cache-long-scans is now
1030 non-nil by default. (Bug#15797)
1031
1032 2013-11-05 Eli Zaretskii <eliz@gnu.org>
1033
1034 * lists.texi (Rearrangement): Fix indexing.
1035
1036 * display.texi (Bidirectional Display): Fix indexing.
1037
1038 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
1039
1040 * lists.texi (Rearrangement): Improve indexing.
1041
1042 * display.texi (Glyphs): Add an index for glyph code.
1043 (Bidirectional Display): Improve indexing.
1044
1045 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1046
1047 * display.texi (Face Attributes): Document :distant-foreground.
1048
1049 2013-10-30 Xue Fuqiao <xfq.free@gmail.com>
1050
1051 * display.texi (Abstract Display): Improve indexing.
1052
1053 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1054
1055 * display.texi (Selective Display): Discourage the use of explicit
1056 selective display.
1057
1058 2013-10-29 Xue Fuqiao <xfq.free@gmail.com>
1059
1060 * display.texi (Showing Images): Add an index for image-size.
1061 Use @code instead of @var for a normal variable.
1062 (Multi-Frame Images): Improve indexing.
1063 (Button Buffer Commands): Use @code instead of @var for a normal
1064 variable.
1065 (Abstract Display): Explain the meaning of Ewoc.
1066
1067 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
1068
1069 * display.texi (Image Descriptors): Improve indexing.
1070
1071 2013-10-26 Xue Fuqiao <xfq.free@gmail.com>
1072
1073 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
1074 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
1075
1076 2013-10-25 Xue Fuqiao <xfq.free@gmail.com>
1077
1078 * display.texi (Fontsets): Minor wording fix.
1079 (Low-Level Font): Improve indexing.
1080
1081 * nonascii.texi (Character Properties): Add an index for script symbols.
1082
1083 2013-10-24 Xue Fuqiao <xfq.free@gmail.com>
1084
1085 * display.texi (Face Remapping): Add indexes for face remapping.
1086 (Font Selection): Add indexes.
1087 (Low-Level Font): Add an index for font registry.
1088
1089 2013-10-23 Glenn Morris <rgm@gnu.org>
1090
1091 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
1092 Nuke @refill.
1093
1094 * Makefile.in (install-dvi, install-html, install-pdf)
1095 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
1096 (uninstall-pdf): Quote entities that might contain whitespace.
1097
1098 2013-10-19 Xue Fuqiao <xfq.free@gmail.com>
1099
1100 * display.texi (Face Attributes): Add indexes for the ‘:box’
1101 face attribute.
1102
1103 2013-10-18 Xue Fuqiao <xfq.free@gmail.com>
1104
1105 * display.texi (Line Height): Add indexes for line height.
1106
1107 2013-10-17 Xue Fuqiao <xfq.free@gmail.com>
1108
1109 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
1110
1111 2013-10-16 Xue Fuqiao <xfq.free@gmail.com>
1112
1113 * display.texi (Selective Display): Add an index for explicit
1114 selective display.
1115
1116 2013-10-15 Xue Fuqiao <xfq.free@gmail.com>
1117
1118 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
1119
1120 2013-10-13 Glenn Morris <rgm@gnu.org>
1121
1122 * intro.texi (Acknowledgments): Use accented form of some names.
1123
1124 2013-10-09 Glenn Morris <rgm@gnu.org>
1125
1126 * control.texi (Conditionals): Copyedits. (Bug#15558)
1127
1128 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1129
1130 Support menus on text-mode terminals.
1131 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar):
1132 Modify wording to the effect that menus are supported on TTYs.
1133
1134 * frames.texi (Pop-Up Menus, Dialog Boxes)
1135 (Display Feature Testing): Update for menu support on TTYs.
1136
1137 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1138
1139 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
1140 non-headings.
1141
1142 2013-10-05 Xue Fuqiao <xfq.free@gmail.com>
1143
1144 * syntax.texi (Categories): Add an index for category sets.
1145
1146 2013-10-03 Xue Fuqiao <xfq.free@gmail.com>
1147
1148 * syntax.texi (Syntax Flags, Syntax Table Functions): Add indexes.
1149
1150 2013-10-02 Xue Fuqiao <xfq.free@gmail.com>
1151
1152 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
1153
1154 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1155
1156 * searching.texi (Regexp Search): Refine.
1157
1158 2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
1159
1160 * nonascii.texi (Default Coding Systems): Typo fix.
1161
1162 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1163
1164 * nonascii.texi (Coding System Basics): Add information about
1165 carriage-return.
1166
1167 2013-09-14 Eli Zaretskii <eliz@gnu.org>
1168
1169 * display.texi (Display Margins): State the units of measuring
1170 margin width. (Bug#15375)
1171
1172 2013-09-13 Eli Zaretskii <eliz@gnu.org>
1173
1174 * text.texi (Not Intervals): Minor wording fix.
1175
1176 2013-09-12 Xue Fuqiao <xfq.free@gmail.com>
1177
1178 * functions.texi (Obsolete Functions): Add an index for obsolete
1179 functions.
1180
1181 2013-09-11 Xue Fuqiao <xfq.free@gmail.com>
1182
1183 * nonascii.texi (Character Properties): Character properties fix
1184 for decimal-digit-value and digit-value.
1185
1186 2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1187
1188 * macros.texi (Defining Macros): Prefer "function" to "lambda
1189 expression" (bug#15296).
1190
1191 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1192
1193 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1194 for portability to hosts where /bin/sh has problems.
1195
1196 2013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1197
1198 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
1199
1200 2013-08-20 Eli Zaretskii <eliz@gnu.org>
1201
1202 * files.texi (Information about Files): Mention file names with
1203 trailing blanks on MS-Windows. (Bug#15130)
1204
1205 2013-08-18 Xue Fuqiao <xfq.free@gmail.com>
1206
1207 * positions.texi (Positions): Improve indexing.
1208
1209 2013-08-18 Eli Zaretskii <eliz@gnu.org>
1210
1211 * markers.texi (The Region): Improve indexing.
1212
1213 2013-08-17 Xue Fuqiao <xfq.free@gmail.com>
1214
1215 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
1216
1217 * text.texi (Maintaining Undo): Mention interactive call of
1218 buffer-disable-undo.
1219 (Filling): Add cross-reference for hard newlines.
1220 (Sorting): Fix indentation.
1221 (Columns): Comment out undefined behavior.
1222 (Case Changes): Fix an `args-out-of-range' error in the example.
1223
1224 2013-08-16 Xue Fuqiao <xfq.free@gmail.com>
1225
1226 * text.texi (Insertion): Refine.
1227 (Margins): Add an index.
1228 (Undo): Doc fix for `buffer-undo-list'.
1229
1230 * positions.texi (Character Motion):
1231 * markers.texi (Moving Markers, Creating Markers):
1232 Comment out undefined behavior.
1233
1234 2013-08-15 Xue Fuqiao <xfq.free@gmail.com>
1235
1236 * markers.texi (The Region): Add/move indexes.
1237
1238 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1239
1240 * display.texi (ImageMagick Images): Mention :content-type and
1241 `image-content-type-suffixes'.
1242
1243 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1244
1245 * positions.texi (Word Motion): Remove redundant sentence.
1246
1247 2013-08-13 Glenn Morris <rgm@gnu.org>
1248
1249 * lists.texi (List Elements):
1250 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
1251
1252 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1253
1254 * frames.texi (Display Feature Testing): Add indexes.
1255
1256 2013-08-12 Glenn Morris <rgm@gnu.org>
1257
1258 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
1259 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
1260 (INSTALL_DATA): New, set by configure.
1261 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
1262 New variables.
1263 (.SUFFIXES): Add .ps and .dvi.
1264 (.dvi.ps): New suffix rule.
1265 (dvi, html, pdf, ps): Use *_TARGETS variables.
1266 (elisp.html): Use HTML_OPTS.
1267 (elisp.ps): Remove explicit rule.
1268 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
1269 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
1270 uninstall-ps, and uninstall-doc.
1271 (install-dvi, install-html, install-pdf, install-ps, install-doc)
1272 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
1273 (uninstall-doc): New rules.
1274 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
1275
1276 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
1277
1278 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
1279
1280 2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
1281
1282 * control.texi (Error Symbols): Minor fix for previous change.
1283
1284 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1285
1286 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
1287
1288 * control.texi (Signaling Errors): Refer to define-error.
1289 (Error Symbols): Add `define-error'.
1290
1291 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
1292
1293 * positions.texi (Motion by Screen Lines):
1294 * display.texi (Truncation): Rename `cache-long-line-scans'
1295 to `cache-long-scans'.
1296
1297 2013-08-05 Xue Fuqiao <xfq.free@gmail.com>
1298
1299 * windows.texi (Window Start and End): Add an index.
1300
1301 2013-08-02 Xue Fuqiao <xfq.free@gmail.com>
1302
1303 * display.texi (Face Functions): Add an index.
1304
1305 * variables.texi (Variable Aliases): Add an index.
1306
1307 * functions.texi (Defining Functions): Add an index.
1308
1309 * nonascii.texi (Coding System Basics): Add an index.
1310
1311 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
1312
1313 * nonascii.texi (Non-ASCII Characters): Update menu.
1314 (Disabling Multibyte): Move here from doc/emacs/mule.texi.
1315 Fix cross-references.
1316
1317 * elisp.texi (Top): Update menu.
1318
1319 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
1320
1321 * windows.texi (Window History): Mention the default value of
1322 switch-to-visible-buffer. Add cross-references.
1323
1324 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
1325
1326 * errors.texi (Standard Errors): Fix typo.
1327
1328 * files.texi (Magic File Names):
1329 * os.texi (File Notifications): Remove file-notify-supported-p.
1330
1331 2013-07-24 Paul Eggert <eggert@cs.ucla.edu>
1332
1333 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
1334 non-well-formed expressions result in unspecified behavior, though
1335 Emacs will not crash.
1336
1337 2013-07-22 Michael Albinus <michael.albinus@gmx.de>
1338
1339 * files.texi (Magic File Names): Add file-notify-add-watch,
1340 file-notify-rm-watch and file-notify-supported-p.
1341 Move file-remote-p down.
1342
1343 * errors.texi (Standard Errors): Add file-notify-error.
1344
1345 * os.texi (Desktop Notifications): Rename from Notifications.
1346 (File Notifications): New node.
1347
1348 * elisp.texi (Top): Update menu for these changes.
1349
1350 2013-07-19 Xue Fuqiao <xfq.free@gmail.com>
1351
1352 * windows.texi (Display Action Functions): Mention next-window.
1353
1354 2013-07-16 Xue Fuqiao <xfq.free@gmail.com>
1355
1356 * windows.texi (Selecting Windows): Fix the introduction of
1357 `set-frame-selected-window''s arguments.
1358
1359 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1360
1361 Timestamp fixes for undo (Bug#14824).
1362 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
1363
1364 2013-07-06 Eli Zaretskii <eliz@gnu.org>
1365
1366 * nonascii.texi (Text Representations): Document that
1367 multibyte-string-p returns nil for non-string objects.
1368
1369 2013-07-06 Glenn Morris <rgm@gnu.org>
1370
1371 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
1372
1373 2013-07-03 Glenn Morris <rgm@gnu.org>
1374
1375 * debugging.texi (Debugging):
1376 * files.texi (File Attributes, Changing Files): Fix cross-references.
1377
1378 * package.texi (Package Archives): Fix @url call.
1379
1380 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
1381
1382 2013-06-29 Eli Zaretskii <eliz@gnu.org>
1383
1384 * display.texi (Bidirectional Display): Document move-point-visually.
1385
1386 2013-06-29 Xue Fuqiao <xfq.free@gmail.com>
1387
1388 * buffers.texi (Buffer File Name): Fix typo.
1389
1390 2013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1391
1392 * tips.texi (Coding Conventions): Improve wording.
1393
1394 2013-06-24 Glenn Morris <rgm@gnu.org>
1395
1396 * loading.texi (Autoload): Fix typo.
1397
1398 * variables.texi (Lexical Binding): Fix typo.
1399
1400 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
1401
1402 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1403
1404 * display.texi (ImageMagick Images): Mention :max-width and
1405 :max-height.
1406
1407 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
1408
1409 * numbers.texi (Math Functions): Remove obsolete function log10.
1410
1411 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1412
1413 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
1414 rather than `local-map'.
1415
1416 * keymaps.texi (Active Keymaps): Fix documentation of
1417 set-temporary-overlay-map and overriding-terminal-local-map.
1418
1419 2013-06-19 Glenn Morris <rgm@gnu.org>
1420
1421 * Makefile.in (dist): Edit more configure variables.
1422 Try to check that we do not miss any in future.
1423
1424 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
1425
1426 * text.texi (Undo, Changing Properties): Fix typos.
1427
1428 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1429
1430 * text.texi (Changing Properties): Document `add-face-text-property'.
1431
1432 2013-06-17 Kenichi Handa <handa@gnu.org>
1433
1434 * display.texi (Face Attributes): Refer to "Low-Level font" (not
1435 "Font Selection") in the explanation of :font attribute (bug#14629).
1436
1437 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1438
1439 * loading.texi (Hooks for Loading): Don't document after-load-alist.
1440 Document with-eval-after-load instead of eval-after-load.
1441
1442 2013-06-11 Xue Fuqiao <xfq.free@gmail.com>
1443
1444 * files.texi (File Name Expansion): Make the example more
1445 intuitive.
1446
1447 2013-06-10 Paul Eggert <eggert@cs.ucla.edu>
1448
1449 Documentation fix for 'ls' and hard links.
1450 * compile.texi (Compilation Functions):
1451 * files.texi (File Attributes, Changing Files):
1452 Use current format for GNU 'ls' output.
1453 (File Attributes): Fix problem introduced in previous change:
1454 the link count is the number of hard links, not the number
1455 of hard links + 1.
1456
1457 2013-06-10 Xue Fuqiao <xfq.free@gmail.com>
1458
1459 * files.texi (File Attributes): Fix typo.
1460
1461 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1462
1463 * functions.texi (Lambda Expressions): Lambda expressions don't
1464 evaluate to themselves in general (bug#11782).
1465
1466 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1467
1468 * loading.texi (Autoload):
1469 * help.texi (Documentation Basics, Accessing Documentation)
1470 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
1471
1472 2013-04-23 Glenn Morris <rgm@gnu.org>
1473
1474 * internals.texi (Writing Emacs Primitives): Remove obvious example.
1475 Tweak other to avoid overly long line.
1476
1477 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
1478
1479 * internals.texi (Writing Emacs Primitives): Remove unnecessary
1480 references to the sources. (Bug#13800)
1481
1482 * searching.texi (Regexp Backslash): Doc fix for backslash
1483 constructs in regular expressions.
1484
1485 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
1486
1487 * tips.texi (Coding Conventions): Mention separation of package
1488 descriptor and name of internal symbols by two hyphens.
1489
1490 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
1491
1492 * windows.texi (Splitting Windows): Change category of
1493 split-window from a command to a function.
1494
1495 2013-04-06 Chong Yidong <cyd@gnu.org>
1496
1497 * display.texi (Faces): Minor clarifications.
1498 (Defining Faces): Clarify default vs custom face specs.
1499 Document face-spec-set.
1500
1501 * display.texi (Overlay Properties):
1502 * text.texi (Special Properties): Use the "anonymous face"
1503 terminology. Describe foreground-color and background-color forms
1504 as compatibility-only.
1505
1506 2013-03-24 Eli Zaretskii <eliz@gnu.org>
1507
1508 * compile.texi (Byte-Code Objects): Add index entry.
1509 (Disassembly): Add cross-references.
1510
1511 2013-03-23 Eli Zaretskii <eliz@gnu.org>
1512
1513 * frames.texi (Size Parameters): More accurate description of the
1514 difference between 'fullboth' and 'maximized'. (Bug#13935)
1515
1516 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
1517
1518 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
1519
1520 2013-03-16 Glenn Morris <rgm@gnu.org>
1521
1522 * elisp.texi: Add some stuff specific to www.gnu.org.
1523
1524 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1525
1526 * control.texi (Pattern matching case statement): Fix typo.
1527
1528 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
1529
1530 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
1531
1532 2013-03-03 Glenn Morris <rgm@gnu.org>
1533
1534 * objects.texi (Symbol Type): Fix typo.
1535
1536 2013-02-28 Bastien Guerry <bzg@gnu.org>
1537
1538 * variables.texi (File Local Variables): Fix reference.
1539
1540 2013-02-24 Eli Zaretskii <eliz@gnu.org>
1541
1542 * files.texi (Magic File Names): Improve wording and indexing.
1543
1544 2013-02-21 Glenn Morris <rgm@gnu.org>
1545
1546 * display.texi (Multi-Frame Images): Minor rephrasing.
1547
1548 2013-02-20 Glenn Morris <rgm@gnu.org>
1549
1550 * display.texi (GIF Images, TIFF Images): Delete these nodes.
1551 (ImageMagick Images): For :index, use an xref rather than duplicating.
1552 (Other Image Types): Add GIF, adjust formatting.
1553 (Multi-Frame Images): Rename from Animated Images. Expand section.
1554 * elisp.texi (Top): Update menu for these changes.
1555
1556 2013-02-19 Glenn Morris <rgm@gnu.org>
1557
1558 * text.texi (Change Hooks): Fix typo.
1559
1560 2013-02-15 Glenn Morris <rgm@gnu.org>
1561
1562 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
1563
1564 2013-02-13 Glenn Morris <rgm@gnu.org>
1565
1566 * objects.texi (Char-Table Type): Add footnote about #^^.
1567
1568 * modes.texi (Minor Mode Conventions): Fix typo.
1569
1570 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
1571 meta characters; this changed in 22.1. (Bug#13684)
1572
1573 * objects.texi (Char-Table Type): Add cindex.
1574
1575 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
1576
1577 2013-02-10 Glenn Morris <rgm@gnu.org>
1578
1579 * keymaps.texi (Creating Keymaps): Update make-keymap result.
1580
1581 2013-02-09 Eli Zaretskii <eliz@gnu.org>
1582
1583 * modes.texi (%-Constructs): Remove the description of %t.
1584
1585 * nonascii.texi (MS-DOS File Types): Delete node.
1586
1587 2013-02-08 Glenn Morris <rgm@gnu.org>
1588
1589 * keymaps.texi (Active Keymaps, Searching Keymaps):
1590 Remove confusing mention of "symbolic prefix". (Bug#13643)
1591
1592 2013-01-19 Glenn Morris <rgm@gnu.org>
1593
1594 * macros.texi (Indenting Macros): Fix order of an indent
1595 symbol's arguments. (Bug#13450)
1596
1597 2013-01-19 Paul Eggert <eggert@cs.ucla.edu>
1598
1599 Allow floating-point file offsets.
1600 * files.texi (Reading from Files, Writing to Files):
1601 Say that file offsets can be numbers, not just integers.
1602
1603 2013-01-09 Glenn Morris <rgm@gnu.org>
1604
1605 * commands.texi (Interactive Codes):
1606 Whitespace does not terminate interactive "S". (Bug#13393)
1607
1608 2013-01-06 Chong Yidong <cyd@gnu.org>
1609
1610 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
1611
1612 2013-01-05 Glenn Morris <rgm@gnu.org>
1613
1614 * display.texi (Overlay Properties): Mention field. (Bug#13364)
1615
1616 2013-01-05 Eli Zaretskii <eliz@gnu.org>
1617
1618 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
1619 directive in a group of items.
1620
1621 2013-01-05 Chong Yidong <cyd@gnu.org>
1622
1623 * keymaps.texi (Key Sequences): Remove obsolete sentence
1624 (Bug#13356).
1625
1626 2013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1627
1628 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
1629
1630 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * files.texi (File Attributes): Undocument return format of file-acl.
1633
1634 2013-01-03 Glenn Morris <rgm@gnu.org>
1635
1636 * processes.texi (System Processes):
1637 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
1638
1639 * searching.texi (Replacing Match): Fix xref.
1640
1641 * elisp.texi (DATE): Bump to Jan 2013.
1642
1643 2013-01-02 Glenn Morris <rgm@gnu.org>
1644
1645 * customize.texi (Common Keywords, Type Keywords):
1646 Replace "active field" with "button". (Bug#13310)
1647
1648 * customize.texi (Common Keywords): Add xref. (Bug#13311)
1649 * tips.texi (Library Headers): Add cindex.
1650
1651 2012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
1652
1653 * functions.texi (Declare Form):
1654 * intro.texi (A Sample Function Description):
1655 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
1656 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
1657 in @def.. commands. (Bug#13292)
1658
1659 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1660
1661 * files.texi (Changing Files): Document the return values of
1662 set-file-selinux-context and set-file-acl.
1663
1664 2012-12-27 Glenn Morris <rgm@gnu.org>
1665
1666 * files.texi (File Names): Mention Cygwin conversion functions.
1667
1668 2012-12-22 Martin Rudalics <rudalics@gmx.at>
1669
1670 * windows.texi (Selecting Windows): Reword description of
1671 select-window (Bug#13248).
1672
1673 2012-12-22 Eli Zaretskii <eliz@gnu.org>
1674
1675 * files.texi (File Attributes, Changing Files): Remove the details
1676 about the text returned by file-acl. Instead, just document that
1677 it is an opaque string meant to be used by set-file-acl.
1678
1679 2012-12-21 Chong Yidong <cyd@gnu.org>
1680
1681 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
1682
1683 * customize.texi (Simple Types): Document key-sequence type
1684 (Bug#13048).
1685
1686 * strings.texi (Text Comparison): Doc fix for compare-strings.
1687
1688 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1689
1690 * files.texi (Magic File Names): Add `file-acl',
1691 `file-selinux-context', `set-file-acl' and
1692 `set-file-selinux-context'. Make the list consistent.
1693
1694 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1695
1696 * tips.texi (Library Headers): New header keyword `Homepage'.
1697 Make continuation lines syntax more precise.
1698
1699 2012-12-17 Eli Zaretskii <eliz@gnu.org>
1700
1701 * files.texi (File Attributes, Changing Files): Update to include
1702 MS-Windows support for ACLs.
1703
1704 2012-12-16 Romain Francoise <romain@orebokech.com>
1705
1706 * files.texi (File Attributes): Document ACL support and new
1707 `file-acl' function.
1708 (Changing Files): Mention argument name change of `copy-file' and
1709 document new function `set-file-acl'.
1710
1711 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1712
1713 Fix permissions bugs with setgid directories etc. (Bug#13125)
1714 * files.texi (Testing Accessibility): Document GROUP arg
1715 of file-ownership-preserved-p.
1716 (File Attributes): Document that 9th element is now
1717 just a placeholder.
1718 * os.texi (User Identification): Document new functions group-gid,
1719 group-real-gid.
1720
1721 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1722
1723 * internals.texi (C Integer Types): New section.
1724 This follows up and records an email in
1725 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
1726
1727 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1728
1729 * control.texi (Pattern matching case statement): New node.
1730
1731 * customize.texi (Variable Definitions): Mention the default :group
1732 for defcustoms (bug#13093).
1733
1734 2012-12-09 Glenn Morris <rgm@gnu.org>
1735
1736 * customize.texi (Variable Definitions): Mention eval-defun
1737 on a defcustom calls the :set function when appropriate.
1738
1739 2012-12-06 Paul Eggert <eggert@cs.ucla.edu>
1740
1741 * doclicense.texi, gpl.texi: Update to latest version from FSF.
1742 These are just minor editorial changes.
1743
1744 2012-12-06 Chong Yidong <cyd@gnu.org>
1745
1746 * lists.texi (Plist Access): Move put example to Symbol Plists.
1747
1748 * symbols.texi (Standard Properties): Fix typo.
1749
1750 2012-12-03 Chong Yidong <cyd@gnu.org>
1751
1752 * symbols.texi (Symbol Properties): New node.
1753 (Symbol Plists): Make it a subsection under Symbol Properties.
1754 (Standard Properties): New node.
1755
1756 * lists.texi (Property Lists): Move here from symbols.texi.
1757 (Plist Access): Rename from Other Plists.
1758
1759 * customize.texi (Variable Definitions):
1760 * display.texi (Defining Faces):
1761 * sequences.texi (Char-Tables): Fix xref.
1762
1763 * keymaps.texi (Key Sequences): `kbd' is now a function.
1764
1765 * commands.texi (Using Interactive): Fix index entry.
1766
1767 2012-11-24 Paul Eggert <eggert@cs.ucla.edu>
1768
1769 * doclicense.texi: Update to latest version from FSF.
1770 These are just minor editorial changes.
1771 * elisp.texi (GNU Free Documentation License)
1772 (GNU General Public Licens):
1773 Provide sectioning, since doclicense.texi no longer does that.
1774
1775 * loading.texi (Named Features): @ -> @@ to fix typo.
1776
1777 2012-11-24 Martin Rudalics <rudalics@gmx.at>
1778
1779 * windows.texi (Basic Windows): Fix typo.
1780 (Windows and Frames): Fix example. Move description of
1781 window-in-direction here.
1782 (Recombining Windows): Fix example.
1783 (Buffers and Windows): Fix description of replace-buffer-in-windows.
1784 (Switching Buffers): Reword.
1785 (Display Action Functions): Minor adjustments.
1786 (Choosing Window Options): Minor fixes.
1787 (Window History): Minor rewording.
1788 (Dedicated Windows): Correct and reword part describing how
1789 dedicatedness affects functions removing buffers or windows.
1790 * buffers.texi (The Buffer List): Fix description of bury-buffer.
1791
1792 2012-11-24 Chong Yidong <cyd@gnu.org>
1793
1794 * modes.texi (%-Constructs): Fix statement about mode construct
1795 padding (Bug#12866).
1796
1797 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1798
1799 * debugging.texi (Profiling): Make it more clear
1800 that --enable-profiling is about profiling the C code.
1801
1802 2012-11-21 Glenn Morris <rgm@gnu.org>
1803
1804 * display.texi (Attribute Functions):
1805 Update for set-face-* name changes.
1806 Add new "inherit" argument for face-bold-p etc.
1807 Move description of this argument to a common section, like "frame".
1808
1809 * debugging.texi (Profiling): New section.
1810 (Debugging): Mention profiling in the introduction.
1811 * tips.texi (Compilation Tips): Move profiling to separate section.
1812 * elisp.texi: Add Profiling to detailed menu.
1813
1814 2012-11-21 Martin Rudalics <rudalics@gmx.at>
1815
1816 * windows.texi (Display Action Functions): Fix recently added
1817 example. Suggested by Michael Heerdegen.
1818
1819 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1820
1821 Minor cleanup for times as lists of four integers.
1822 * os.texi (Time Parsing): Time values can now be four integers.
1823
1824 2012-11-18 Glenn Morris <rgm@gnu.org>
1825
1826 * loading.texi (How Programs Do Loading): Add eager macro expansion.
1827 * macros.texi (Expansion): Mention eager macro expansion.
1828
1829 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
1830
1831 2012-11-18 Leo Liu <sdl.web@gmail.com>
1832
1833 * minibuf.texi (Programmed Completion): Doc fix for metadata
1834 request (Bug#12850).
1835
1836 2012-11-18 Glenn Morris <rgm@gnu.org>
1837
1838 * display.texi (Temporary Displays): Document with-temp-buffer-window.
1839
1840 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
1841 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
1842 (Window Sizes): Add vindex for window-min-height, window-min-width.
1843 (Display Action Functions): Mention pop-up-frame-parameters.
1844
1845 2012-11-16 Martin Rudalics <rudalics@gmx.at>
1846
1847 * windows.texi (Choosing Window): Rewrite description of
1848 display-buffer-alist (Bug#12167).
1849 (Display Action Functions): Mention inhibit-switch-frame.
1850 Fix description of display-buffer-below-selected. Reorder actions.
1851 Add example (Bug#12848).
1852
1853 2012-11-16 Glenn Morris <rgm@gnu.org>
1854
1855 * display.texi (Face Attributes): Fix :underline COLOR description.
1856 (Attribute Functions): Update for set-face-underline rename.
1857 Tweak descriptions of face-underline-p, face-inverse-video-p.
1858
1859 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
1860 so they align better in info.
1861 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
1862 Document set-temporary-overlay-map.
1863
1864 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1865
1866 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
1867 with normal keymaps".
1868
1869 2012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
1870
1871 * internals.texi (Garbage Collection): Update descriptions
1872 of vectorlike_header, garbage-collect and gc-cons-threshold.
1873 (Object Internals): Explain Lisp_Object layout and the basics
1874 of an internal type system.
1875 (Buffer Internals): Update description of struct buffer.
1876
1877 2012-11-13 Glenn Morris <rgm@gnu.org>
1878
1879 * variables.texi (Adding Generalized Variables):
1880 At least mention gv-define-expander and gv-letplace.
1881
1882 * debugging.texi (Error Debugging): Mention debug-on-message.
1883 (Using Debugger): Mention debugger-bury-or-kill.
1884
1885 * control.texi (Signaling Errors):
1886 * debugging.texi (Error Debugging):
1887 * errors.texi (Standard Errors): Add user-error.
1888
1889 * variables.texi (Adding Generalized Variables):
1890 Use standard formatting for common lisp note about setf functions.
1891
1892 2012-11-10 Martin Rudalics <rudalics@gmx.at>
1893
1894 * elisp.texi (Top): Add Recombining Windows to menu.
1895 * windows.texi (Recombining Windows): New subsection.
1896 (Splitting Windows): Rewrite text on handling of window
1897 combinations and move it to new subsection.
1898
1899 2012-11-10 Chong Yidong <cyd@gnu.org>
1900
1901 * searching.texi (Replacing Match): Document \? in replace-match.
1902
1903 * variables.texi (Creating Buffer-Local): Document setq-local and
1904 defvar-local.
1905 (Setting Generalized Variables): Arrange table alphabetically.
1906
1907 * lists.texi (List Elements, List Variables): Clarify descriptions
1908 of push and pop for generalized variables.
1909
1910 * edebug.texi (Specification List): setf is no longer CL-only.
1911
1912 2012-11-10 Glenn Morris <rgm@gnu.org>
1913
1914 * variables.texi (Adding Generalized Variables):
1915 Update description of FIX-RETURN expansion.
1916
1917 * variables.texi (Setting Generalized Variables):
1918 Split most of previous contents into this subsection.
1919 (Adding Generalized Variables): New subsection.
1920 Move note on lack of setf functions here from misc/cl.texi.
1921
1922 * elisp.texi: Add Generalized Variables subsections to detailed menu.
1923
1924 2012-11-10 Chong Yidong <cyd@gnu.org>
1925
1926 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
1927
1928 2012-11-08 Michael Albinus <michael.albinus@gmx.de>
1929
1930 * os.texi (Notifications): Update descriptions of
1931 notifications-notify, notifications-close-notification and
1932 notifications-get-capabilities according to latest code changes.
1933 Add notifications-get-server-information.
1934
1935 2012-11-03 Chong Yidong <cyd@gnu.org>
1936
1937 * objects.texi (General Escape Syntax): Clarify the explanation of
1938 escape sequences.
1939 (Non-ASCII in Strings): Clarify when a string is unibyte vs
1940 multibyte. Hex escapes do not automatically make a string
1941 multibyte.
1942
1943 2012-11-03 Martin Rudalics <rudalics@gmx.at>
1944
1945 * windows.texi (Switching Buffers): Document option
1946 switch-to-buffer-preserve-window-point.
1947 (Display Action Functions): Document window-height and
1948 window-width alist entries.
1949 (Display Action Functions):
1950 Document display-buffer-below-selected and
1951 display-buffer-in-previous-window.
1952 (Quitting Windows): Document quit-restore-window.
1953 Rewrite section.
1954 (Window Configurations): In window-state-get mention that
1955 argument window must be valid.
1956 (Window Parameters): Document quit-restore window parameter
1957 (Bug#12158).
1958
1959 2012-10-31 Glenn Morris <rgm@gnu.org>
1960
1961 * control.texi (Catch and Throw): Add xref to cl.texi.
1962
1963 * lists.texi (Sets And Lists): Point xref to better location.
1964
1965 * errors.texi (Standard Errors):
1966 * loading.texi (Autoload): Update for cl-lib namespace changes.
1967
1968 * modes.texi (Defining Minor Modes): "Generalized Variables"
1969 section is now in this manual rather than cl.texi.
1970
1971 * eval.texi (Special Forms): No longer special forms: defmacro,
1972 defun, save-window-excursion, with-output-to-temp-buffer.
1973 * functions.texi (Defining Functions): Defun is now a macro.
1974 Defalias is a function.
1975
1976 2012-10-30 Glenn Morris <rgm@gnu.org>
1977
1978 * variables.texi (Generalized Variables): Fix typo.
1979
1980 2012-10-30 Chong Yidong <cyd@gnu.org>
1981
1982 * symbols.texi (Symbol Plists): Document function-get.
1983
1984 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
1985
1986 * frames.texi (Visibility of Frames): Document tty-top-frame.
1987
1988 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1989
1990 * keymaps.texi (Format of Keymaps): Document the multiple
1991 inheritance format.
1992
1993 2012-10-28 Martin Rudalics <rudalics@gmx.at>
1994
1995 * windows.texi (Basic Windows): Reformulate description of live,
1996 internal and valid windows.
1997 (Cyclic Window Ordering): Describe new argument of
1998 get-lru-window and get-largest-window. Add description of
1999 window-in-direction.
2000
2001 2012-10-27 Glenn Morris <rgm@gnu.org>
2002
2003 * variables.texi (Generalized Variables): New section,
2004 adapted from misc/cl.texi.
2005 * elisp.texi (Top): Add Generalized Variables to menu.
2006 * lists.texi (List Elements, List Variables):
2007 Mention generalized variables.
2008
2009 * lists.texi (List Elements): Typo fix.
2010
2011 2012-10-27 Chong Yidong <cyd@gnu.org>
2012
2013 * minibuf.texi (High-Level Completion): Don't mention removed
2014 function iswitchb-read-buffer.
2015
2016 * commands.texi (Event Input Misc): Remove last-input-char.
2017 (Command Loop Info): Remove last-command-char.
2018
2019 * frames.texi (Initial Parameters): Don't mention the obsolete
2020 special-display feature.
2021
2022 * windows.texi (Choosing Window): Don't mention the obsolete
2023 special display feature.
2024 (Choosing Window Options): Remove obsolete special-display
2025 variables, and the functions special-display-p and
2026 special-display-popup-frame.
2027
2028 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
2029
2030 * hooks.texi (Standard Hooks): Remove obsolete hooks.
2031
2032 * markers.texi (Information from Markers): Remove obsolete
2033 function buffer-has-markers-at.
2034
2035 * text.texi (Yanking): Document yank-handled-properties.
2036
2037 2012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
2038
2039 Update manual for new time stamp format (Bug#12706).
2040 * buffers.texi (Modification Time):
2041 * files.texi (Testing Accessibility, File Attributes):
2042 * intro.texi (Version Info):
2043 * os.texi (Time of Day):
2044 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
2045 These instances were missed the first time around.
2046 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
2047
2048 2012-10-24 Chong Yidong <cyd@gnu.org>
2049
2050 * minibuf.texi (Text from Minibuffer): Document read-regexp
2051 changes.
2052
2053 * nonascii.texi (Selecting a Representation):
2054 Document set-buffer-multibyte changes.
2055
2056 * keymaps.texi (Toolkit Differences): Node deleted.
2057 (Easy Menu): New node.
2058
2059 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2060
2061 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
2062
2063 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
2064
2065 Fix outdated timestamp documentation in Elisp manual (bug#12706).
2066 * files.texi (File Attributes):
2067 * text.texi (Undo):
2068 Time stamp resolution is now 1 picosecond, not 1 second.
2069
2070 2012-10-23 Chong Yidong <cyd@gnu.org>
2071
2072 * display.texi (Font Lookup): Remove font-list-limit.
2073
2074 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
2075 (Bug#12529).
2076
2077 2012-10-22 Glenn Morris <rgm@gnu.org>
2078
2079 * os.texi (Recording Input): Tiny fix.
2080
2081 * intro.texi (Lisp History):
2082 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
2083 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
2084
2085 2012-10-15 Chong Yidong <cyd@gnu.org>
2086
2087 * macros.texi (Defining Macros): defmacro is now a macro.
2088 Explicitly list the docstring and declare arguments.
2089
2090 * functions.texi (Anonymous Functions): Explicitly list the
2091 docstring, declare, and interactive arguments to lambda.
2092 (Defining Functions): Likewise for defun.
2093 (Inline Functions): Likewise for defsubst.
2094 (Declare Form): Tweak description.
2095
2096 2012-10-13 Chong Yidong <cyd@gnu.org>
2097
2098 * display.texi (ImageMagick Images): ImageMagick enabled by default.
2099
2100 2012-10-05 Chong Yidong <cyd@gnu.org>
2101
2102 * minibuf.texi (Basic Completion): Clarify list form of completion
2103 table (Bug#12564).
2104
2105 2012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
2106
2107 * functions.texi (Function Safety): Copyedit. (Bug#12562)
2108
2109 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2110
2111 Revert the FOLLOW-SYMLINKS change for file-attributes.
2112 * files.texi (File Attributes, Magic File Names): Undo last change.
2113
2114 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2115
2116 file-attributes has a new optional arg FOLLOW-SYMLINKS.
2117 * files.texi (File Attributes): Describe it.
2118 (Magic File Names): Use it.
2119
2120 2012-09-30 Chong Yidong <cyd@gnu.org>
2121
2122 * commands.texi (Click Events): Define "mouse position list".
2123 Remove mention of unimplemented horizontal scroll bars.
2124 (Drag Events, Motion Events): Refer to "mouse position list".
2125 (Accessing Mouse): Document posnp.
2126
2127 * errors.texi (Standard Errors): Tweak arith-error description.
2128 Tweak markup. Remove domain-error and friends, which seem to be
2129 unused after the floating-point code revamp.
2130
2131 * functions.texi (Defining Functions): defun is now a macro.
2132 (Obsolete Functions): Obsolescence also affects
2133 documentation commands. Various clarifications.
2134 (Declare Form): New node.
2135
2136 * strings.texi (String Basics): Copyedits.
2137
2138 * os.texi (Startup Summary): Document leim-list.el change.
2139 (User Identification): Add system-users and system-groups.
2140 (Idle Timers): Minor clarifications.
2141
2142 * macros.texi (Defining Macros): Move description of `declare' to
2143 Declare Form node.
2144
2145 * loading.texi (Autoload):
2146 * help.texi (Documentation Basics): The special sequences can
2147 trigger autoloading.
2148
2149 * numbers.texi (Integer Basics): Copyedits.
2150 (Float Basics): Consider IEEE floating point always available.
2151 (Random Numbers): Document actual limits.
2152 (Arithmetic Operations): Clarify division by zero. Don't mention
2153 the machine-independence of negative division since it does not
2154 happen in practice.
2155
2156 2012-09-28 Leo Liu <sdl.web@gmail.com>
2157
2158 * files.texi (Files): Fix typo.
2159
2160 2012-09-23 Chong Yidong <cyd@gnu.org>
2161
2162 * buffers.texi (Read Only Buffers): Document read-only-mode.
2163
2164 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
2165 read-only-mode.
2166
2167 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
2168 calling conventions.
2169
2170 2012-09-22 Chong Yidong <cyd@gnu.org>
2171
2172 * searching.texi (Replacing Match): Minor clarification.
2173
2174 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2175
2176 * edebug.texi (Instrumenting): Improve indexing.
2177
2178 * os.texi (Idle Timers): Warn against reinvoking an idle timer
2179 from within its own timer action. (Bug#12447)
2180
2181 2012-09-22 Chong Yidong <cyd@gnu.org>
2182
2183 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
2184
2185 2012-09-21 Glenn Morris <rgm@gnu.org>
2186
2187 * debugging.texi (Using Debugger): Fix typo.
2188
2189 2012-09-18 Chong Yidong <cyd@gnu.org>
2190
2191 * display.texi (Faces): Discuss anonymous faces.
2192 (Face Attributes): Tweak intro.
2193 (Defining Faces): Move after the Face Attributes node. Copyedits.
2194 (Displaying Faces): Describe role of inheritance.
2195
2196 * customize.texi (Customization): Define customization more
2197 carefully (Bug#11440).
2198 (Common Keywords): Add xref to Constant Variables.
2199
2200 * variables.texi (Defining Variables): Link to defcustom's node
2201 instead of the higher-level Customization chapter.
2202
2203 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2204
2205 Simplify, document, and port floating-point (Bug#12381).
2206 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
2207 Document that / and mod (with floating point arguments), along
2208 with asin, acos, log, log10, expt and sqrt, return special values
2209 instead of signaling exceptions.
2210 (Float Basics): Document that logb operates on the absolute value
2211 of its argument.
2212 (Math Functions): Document that (log ARG BASE) also returns NaN if
2213 BASE is negative. Document that (expt X Y) returns NaN if X is a
2214 finite negative number and Y a finite non-integer.
2215
2216 2012-09-09 Chong Yidong <cyd@gnu.org>
2217
2218 * lists.texi (Sets And Lists): Explain that the return value for
2219 delete should be used, like for delq.
2220
2221 * minibuf.texi (Yes-or-No Queries): Document recentering and
2222 scrolling in y-or-n-p. Remove gratuitous example.
2223
2224 * searching.texi (Search and Replace): Document window scrolling
2225 entries in query-replace-map.
2226
2227 2012-09-08 Chong Yidong <cyd@gnu.org>
2228
2229 * syntax.texi (Syntax Table Internals): Define "raw syntax
2230 descriptor" terminology (Bug#12383).
2231 (Syntax Descriptors): Mention raw syntax descriptors.
2232
2233 2012-09-07 Chong Yidong <cyd@gnu.org>
2234
2235 * variables.texi (Creating Buffer-Local): Fix description of
2236 local-variable-if-set-p (Bug#10713).
2237
2238 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
2239
2240 * windows.texi (Display Action Functions)
2241 (Choosing Window Options): Remove obsolete variable
2242 display-buffer-reuse-frames.
2243 (Switching Buffers): Minor doc tweak for switch-to-buffer.
2244
2245 * positions.texi (Narrowing): Document buffer-narrowed-p.
2246
2247 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
2248
2249 * syntax.texi (Low-Level Parsing): Add xref to Parser State
2250 (Bug#12269).
2251
2252 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2253
2254 * debugging.texi (Explicit Debug): Document `debug-on-message'.
2255
2256 2012-09-02 Chong Yidong <cyd@gnu.org>
2257
2258 * windows.texi (Window Configurations): Recommend against using
2259 save-window-excursion (Bug#12075).
2260
2261 * control.texi (Catch and Throw):
2262 * positions.texi (Excursions): Don't mention it.
2263
2264 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2265
2266 Better seed support for (random).
2267 * numbers.texi (Random Numbers): Document new behavior of
2268 the calls (random) and (random STRING).
2269
2270 2012-08-21 Martin Rudalics <rudalics@gmx.at>
2271
2272 * windows.texi (Window Point): Document recent changes in
2273 window-point and set-window-point.
2274 (Selecting Windows): Document recent change in select-window.
2275
2276 2012-08-06 Eli Zaretskii <eliz@gnu.org>
2277
2278 * functions.texi (Closures): Put the main index entry for
2279 "closures" here. (Bug#12138)
2280
2281 * variables.texi (Lexical Binding): Disambiguate the index entry
2282 for "closures".
2283
2284 2012-08-05 Chong Yidong <cyd@gnu.org>
2285
2286 * display.texi (Defining Faces): Move documentation of
2287 frame-background-mode to the Emacs manual (Bug#7774).
2288
2289 2012-08-04 Chong Yidong <cyd@gnu.org>
2290
2291 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
2292 Fix description of syntax table inheritance.
2293 (Syntax Table Functions): Don't refer to internal contents of
2294 syntax table, since that is not explained yet. Copyedits.
2295 (Standard Syntax Tables): Node deleted.
2296 (Syntax Table Internals): Misc clarifications. Improve table
2297 formatting.
2298
2299 * keymaps.texi (Inheritance and Keymaps):
2300 * text.texi (Sticky Properties): Tweak index entry.
2301
2302 2012-07-28 Eli Zaretskii <eliz@gnu.org>
2303
2304 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
2305
2306 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2307
2308 Prefer typical American spelling for "acknowledgment".
2309 * intro.texi (Acknowledgments): Rename from Acknowledgements.
2310
2311 2012-07-21 Eli Zaretskii <eliz@gnu.org>
2312
2313 * commands.texi (Special Events): Mention language-change event.
2314 (Input Events, Interactive Codes):
2315 * keymaps.texi (Key Sequences): Mention events that are
2316 non-keyboard but also non-mouse events.
2317
2318 2012-07-17 Chong Yidong <cyd@gnu.org>
2319
2320 * text.texi (Insertion): Document insert-char changes.
2321
2322 2012-07-15 Leo Liu <sdl.web@gmail.com>
2323
2324 * display.texi (Fringe Bitmaps): Add exclamation-mark.
2325
2326 2012-07-13 Chong Yidong <cyd@gnu.org>
2327
2328 * buffers.texi (Read Only Buffers): Document toggle-read-only
2329 changes. Reword to account for the fact that read-only is
2330 currently not supported in overlay properties.
2331
2332 2012-07-07 Chong Yidong <cyd@gnu.org>
2333
2334 * loading.texi (Library Search): Index site-lisp directories.
2335
2336 2012-07-06 Chong Yidong <cyd@gnu.org>
2337
2338 * intro.texi (A Sample Function Description): Fix incorrect
2339 markup, undoing previous change.
2340 (A Sample Variable Description): Minor clarifications and markup
2341 improvements.
2342
2343 * elisp.texi (Top):
2344 * text.texi (Text): Fix menu order.
2345
2346 2012-07-06 Richard Stallman <rms@gnu.org>
2347
2348 * intro.texi (Evaluation Notation, A Sample Function Description)
2349 (A Sample Variable Description): Improve/undo previous changes.
2350
2351 2012-07-05 Glenn Morris <rgm@gnu.org>
2352
2353 * intro.texi (A Sample Function Description): Fix cross-refs.
2354
2355 2012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
2356
2357 * intro.texi (Evaluation Notation, A Sample Function Description)
2358 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
2359
2360 2012-06-27 Chong Yidong <cyd@gnu.org>
2361
2362 * processes.texi (Asynchronous Processes, Input to Processes):
2363 * internals.texi (Process Internals): Don't capitalize "pty".
2364
2365 2012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2366
2367 * processes.texi (Asynchronous Processes): Make the pty vs pipe
2368 discussion more prominent.
2369
2370 2012-06-23 Eli Zaretskii <eliz@gnu.org>
2371
2372 * commands.texi (Misc Events): Document the language-change event.
2373
2374 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2375
2376 Support higher-resolution time stamps (Bug#9000).
2377 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
2378 * processes.texi (System Processes):
2379 Time stamp resolution is now picosecond, not microsecond.
2380
2381 2012-06-21 Glenn Morris <rgm@gnu.org>
2382
2383 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
2384
2385 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2386
2387 * functions.texi (Defining Functions):
2388 * macros.texi (Defining Macros): Un-define the return value of `defun',
2389 `defmacro' and `defalias'.
2390
2391 2012-06-17 Chong Yidong <cyd@gnu.org>
2392
2393 * elisp.texi: Remove urlcolor setting.
2394
2395 2012-06-17 Glenn Morris <rgm@gnu.org>
2396
2397 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
2398 Overlining no longer behaves exactly like underlining.
2399
2400 2012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
2401
2402 * display.texi (Face Attributes):
2403 Document wave-style underline face attribute.
2404
2405 2012-06-11 Chong Yidong <cyd@gnu.org>
2406
2407 * display.texi (ImageMagick Images): ImageMagick now supports the
2408 :background property.
2409
2410 2012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
2411
2412 * internals.texi (Garbage Collection): Typo fix.
2413
2414 2012-06-09 Chong Yidong <cyd@gnu.org>
2415
2416 * text.texi (Special Properties): Clarify the meaning of a list of
2417 faces in the `face' property.
2418
2419 * display.texi (Face Remapping): Minor clarification.
2420
2421 2012-06-08 Chong Yidong <cyd@gnu.org>
2422
2423 * display.texi (Face Attributes): Font family does not accept
2424 wildcards. De-document obsolete :bold and :italic attributes.
2425 (Defining Faces): Use new-style face spec format.
2426
2427 2012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
2428
2429 * internals.texi (Garbage Collection): Document new
2430 vector management code and vectorlike_header structure.
2431
2432 2012-06-03 Chong Yidong <cyd@gnu.org>
2433
2434 * modes.texi (Mode Line Data): Use "mode line construct"
2435 terminology for consistency.
2436
2437 2012-05-27 Glenn Morris <rgm@gnu.org>
2438
2439 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
2440 * buffers.texi, commands.texi, compile.texi, control.texi:
2441 * customize.texi, debugging.texi, display.texi, doclicense.texi:
2442 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
2443 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
2444 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
2445 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
2446 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
2447 * objects.texi, os.texi, package.texi, positions.texi:
2448 * processes.texi, searching.texi, sequences.texi, streams.texi:
2449 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
2450 * variables.texi, windows.texi: Nuke hand-written node pointers.
2451
2452 2012-05-27 Chong Yidong <cyd@gnu.org>
2453
2454 * functions.texi (Obsolete Functions):
2455 Fix doc for set-advertised-calling-convention.
2456
2457 * modes.texi (Mode Help): Fix describe-mode.
2458
2459 * display.texi (Face Functions): Fix define-obsolete-face-alias.
2460
2461 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
2462
2463 2012-05-27 Martin Rudalics <rudalics@gmx.at>
2464
2465 * commands.texi (Recursive Editing): recursive-edit is a command.
2466
2467 * compile.texi (Docs and Compilation):
2468 byte-compile-dynamic-docstrings is an option.
2469
2470 * debugging.texi (Invoking the Debugger): debug is a command.
2471
2472 * display.texi (Progress): progress-reporter-update and
2473 progress-reporter-force-update have VALUE argument optional.
2474 (Animated Images): Use non-@code{nil} instead of non-nil.
2475
2476 * files.texi (Format Conversion Round-Trip):
2477 Use non-@code{nil} instead of non-nil.
2478
2479 * frames.texi (Creating Frames): make-frame is a command.
2480 (Input Focus): select-frame is a command.
2481 (Pointer Shape): void-text-area-pointer is an option.
2482
2483 * help.texi (Describing Characters): read-kbd-macro is a command.
2484 (Help Functions): describe-prefix-bindings is a command.
2485
2486 * markers.texi (Creating Markers): Both arguments of copy-marker
2487 are optional.
2488
2489 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
2490
2491 * modes.texi (Mode Line Variables): mode-line-remote and
2492 mode-line-client are not options.
2493 (Imenu): imenu-add-to-menubar is a command.
2494 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
2495
2496 * os.texi (Sound Output): play-sound-file is a command.
2497
2498 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
2499
2500 * processes.texi (Signals to Processes):
2501 Use @key{RET} instead of @code{RET}.
2502 (Signals to Processes): signal-process is a command.
2503
2504 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
2505 (Base 64): base64-encode-string is not a command while
2506 base64-decode-region is.
2507
2508 * windows.texi (Switching Buffers): pop-to-buffer is a command.
2509
2510 2012-05-12 Glenn Morris <rgm@gnu.org>
2511
2512 * Makefile.in (MKDIR_P): New, set by configure.
2513 (mkinfodir): Use $MKDIR_P.
2514
2515 2012-05-10 Glenn Morris <rgm@gnu.org>
2516
2517 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
2518 with "coding: raw-text".
2519 Concept of multibyte sessions no longer exists.
2520
2521 * files.texi (File Locks): Mention create-lockfiles option.
2522
2523 2012-05-09 Glenn Morris <rgm@gnu.org>
2524
2525 * vol1.texi, vol2.texi: Remove files.
2526 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
2527 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
2528
2529 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
2530
2531 * two-volume.make (emacsdir): New.
2532 (tex): Add directory with emacsver.texi to TEXINPUTS.
2533
2534 * minibuf.texi (Minibuffer History, Basic Completion):
2535 Tweak page breaks.
2536
2537 * internals.texi (Garbage Collection, Memory Usage)
2538 (Writing Emacs Primitives): Tweak page breaks.
2539
2540 * streams.texi (Output Variables): Improve page break.
2541
2542 * edebug.texi (Edebug Display Update): Improve page break.
2543
2544 * compile.texi (Disassembly): Condense the examples.
2545
2546 * eval.texi, functions.texi, loading.texi, macros.texi:
2547 Where possible, use example rather than smallexample.
2548
2549 * symbols.texi: Where possible, use example rather than smallexample.
2550 (Symbol Components): Fix typo.
2551 (Other Plists): Tweak page break.
2552
2553 * sequences.texi (Arrays): Tweak page breaks.
2554
2555 * customize.texi: Where possible, use example rather than smallexample.
2556 (Common Keywords, Variable Definitions, Applying Customizations)
2557 (Custom Themes): Tweak page breaks.
2558
2559 * control.texi: Where possible, use example rather than smallexample.
2560 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
2561 Tweak page breaks.
2562
2563 2012-05-08 Glenn Morris <rgm@gnu.org>
2564
2565 * two.el: Remove; unused since creation of two-volume.make.
2566
2567 * vol1.texi, vol2.texi: No need to keep menus in these files.
2568
2569 2012-05-05 Glenn Morris <rgm@gnu.org>
2570
2571 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
2572
2573 * intro.texi (Caveats): Copyedit.
2574 (Lisp History): Convert inforef to xref.
2575 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
2576
2577 * text.texi (Auto Filling): Don't mention Emacs 19.
2578
2579 * commands.texi (Event Input Misc): Don't mention unread-command-char.
2580 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
2581
2582 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
2583
2584 * lists.texi (List-related Predicates, List Variables):
2585 Tweak page-breaks.
2586 (Sets And Lists): Convert inforef to xref.
2587
2588 2012-05-04 Glenn Morris <rgm@gnu.org>
2589
2590 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2591 (info, infoclean): Use $INFO_EXT.
2592 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2593 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2594 (info, maintainer-clean): Use $INFO_EXT.
2595 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
2596
2597 2012-05-04 Chong Yidong <cyd@gnu.org>
2598
2599 * os.texi (Timers): Use defopt for timer-max-repeats.
2600
2601 2012-05-03 Paul Eggert <eggert@cs.ucla.edu>
2602
2603 * os.texi (Time of Day): Do not limit current-time-string
2604 to years 1000..9999.
2605
2606 2012-05-02 Chong Yidong <cyd@gnu.org>
2607
2608 * display.texi (Font Lookup):
2609 * frames.texi (Pointer Shape):
2610 * processes.texi (Subprocess Creation): Use defopt for options.
2611
2612 2012-05-02 Glenn Morris <rgm@gnu.org>
2613
2614 * elisp.texi (@copying):
2615 * intro.texi (Introduction): Only print VERSION in the TeX version.
2616
2617 2012-05-02 Chong Yidong <cyd@gnu.org>
2618
2619 * text.texi (Change Hooks): Minor fix for after-change-functions.
2620
2621 2012-05-02 Glenn Morris <rgm@gnu.org>
2622
2623 * package.texi (Packaging Basics):
2624 * loading.texi (Autoload):
2625 * files.texi (Magic File Names):
2626 Reword to remove/reduce some overly long/short lines.
2627
2628 2012-04-27 Glenn Morris <rgm@gnu.org>
2629
2630 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
2631 * modes.texi (Major Modes, Auto-Indentation):
2632 * buffers.texi (Buffers): Some fixes for menu descriptions.
2633
2634 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2635 * functions.texi (Simple Lambda, Argument List):
2636 * eval.texi (Function Indirection): Avoid deprecated form.
2637
2638 2012-04-27 Glenn Morris <rgm@gnu.org>
2639
2640 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
2641 Add "et al." to authors.
2642
2643 * buffers.texi, commands.texi, compile.texi, control.texi:
2644 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
2645 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
2646 * modes.texi, numbers.texi, objects.texi, streams.texi:
2647 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
2648 Use Texinfo recommended convention for quotes+punctuation.
2649
2650 2012-04-27 Chong Yidong <cyd@gnu.org>
2651
2652 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
2653 to where-is-internal (Bug#10872).
2654
2655 2012-04-27 Glenn Morris <rgm@gnu.org>
2656
2657 * macros.texi (Indenting Macros): Fix typo.
2658
2659 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
2660 (Resizing Windows, Deleting Windows, Selecting Windows)
2661 (Choosing Window Options, Horizontal Scrolling)
2662 (Cyclic Window Ordering, Window History, Dedicated Windows)
2663 (Quitting Windows, Window Configurations, Textual Scrolling)
2664 (Coordinates and Windows, Window Configurations)
2665 (Window Parameters, Window Hooks): Copyedits.
2666 (Splitting Windows, Deleting Windows):
2667 Fix ignore-window-parameters logic.
2668 (Selecting Windows, Choosing Window Options): Markup fixes.
2669 (Window Start and End): Remove pointless example.
2670 Remove cross-reference to deleted count-lines content.
2671 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
2672 and recenter-positions. Remove recenter example.
2673
2674 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
2675
2676 * minibuf.texi (Intro to Minibuffers):
2677 Tweak discussion of resizing minibuffer window.
2678
2679 2012-04-26 Glenn Morris <rgm@gnu.org>
2680
2681 * elisp-covers.texi, front-cover-1.texi: Remove files.
2682
2683 * tindex.pl: Remove file.
2684
2685 * makefile.w32-in (srcs):
2686 * Makefile.in (srcs): Remove back.texi (which is unused).
2687
2688 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
2689
2690 * os.texi (Notifications): Extend possible notification hints.
2691 Add notifications-get-capabilities.
2692
2693 2012-04-20 Chong Yidong <cyd@gnu.org>
2694
2695 * processes.texi (Asynchronous Processes): Mention nil argument to
2696 start-process.
2697
2698 2012-04-20 Glenn Morris <rgm@gnu.org>
2699
2700 * minibuf.texi (Basic Completion): No need to describe obarrays here.
2701 Don't mention obsolete `nospace' argument of all-completions.
2702 (Minibuffer Completion, Completion Commands, Reading File Names)
2703 (Completion Variables): Copyedits.
2704 (Completion Commands): Mention parent keymaps.
2705 Remove obsolete minibuffer-local-filename-must-match-map.
2706 (High-Level Completion): Remove read-variable's almost
2707 word-for-word duplication of read-command.
2708 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
2709 Update "High-Level Completion" description.
2710
2711 * minibuf.texi (Minibuffers):
2712 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
2713
2714 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
2715 Use Texinfo-recommended form of quote+punctuation.
2716 (Intro to Minibuffers): First minibuffer is #1, not #0.
2717 Mention minibuffer-inactive-mode.
2718 (Text from Minibuffer): Copyedits.
2719 (Minibuffer History, Programmed Completion): Fix @var usage.
2720 (Object from Minibuffer): Remove overly pedantic para.
2721 (Minibuffer History): Copyedits. Add face-name-history.
2722 (Initial Input, Yes-or-No Queries, Multiple Queries)
2723 (Minibuffer Windows, Minibuffer Misc): Copyedits.
2724 (Yes-or-No Queries): Tweak example.
2725 (Minibuffer Commands): Add next-complete-history-element.
2726 (Minibuffer Misc): Mention minibuffer-message-timeout, and
2727 minibuffer-inactive-mode.
2728
2729 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
2730 (Bindat Functions): Copyedits.
2731
2732 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
2733
2734 * files.texi (Saving Buffers): Document `visit and `visit-save'
2735 values of require-final-newline.
2736
2737 2012-04-20 Glenn Morris <rgm@gnu.org>
2738
2739 * processes.texi (Output from Processes, Filter Functions):
2740 Mention waiting-for-user-input-p.
2741 (Sentinels, Query Before Exit, System Processes, Transaction Queues)
2742 (Network Servers, Datagrams, Network Processes, Network Options)
2743 (Network Feature Testing, Serial Ports): Copyedits.
2744 (Network): Add encrypted network overview paragraph.
2745 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
2746
2747 2012-04-20 Chong Yidong <cyd@gnu.org>
2748
2749 * help.texi (Keys in Documentation): Mention :advertised-binding.
2750
2751 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
2752 description to help.texi.
2753
2754 2012-04-20 Glenn Morris <rgm@gnu.org>
2755
2756 * processes.texi (Process Information, Input to Processes)
2757 (Signals to Processes, Output from Processes, Process Buffers)
2758 (Filter Functions, Decoding Output): Copyedits.
2759 (Accepting Output): Discourage use of `millisec' argument.
2760
2761 2012-04-15 Glenn Morris <rgm@gnu.org>
2762
2763 * processes.texi (Processes, Subprocess Creation, Shell Arguments)
2764 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
2765 Copyedits.
2766 (Subprocess Creation): Discourage modifying exec-path directly.
2767 (Synchronous Processes, Asynchronous Processes):
2768 Update some example output.
2769 (Process Information): Fix typo.
2770 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
2771
2772 2012-04-15 Glenn Morris <rgm@gnu.org>
2773
2774 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
2775 open-network-stream does exist in Emacs 23, but is simpler.
2776
2777 2012-04-15 Chong Yidong <cyd@gnu.org>
2778
2779 * customize.texi (Custom Themes): Also document load-theme etc.
2780
2781 2012-04-14 Chong Yidong <cyd@gnu.org>
2782
2783 * customize.texi (Applying Customizations, Custom Themes): New nodes.
2784
2785 * display.texi (Defining Faces): Reference custom-set-faces.
2786
2787 * modes.texi (Defining Minor Modes, Defining Minor Modes):
2788 * os.texi (Startup Summary): Copyedits.
2789
2790 2012-04-14 Glenn Morris <rgm@gnu.org>
2791
2792 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
2793
2794 * strings.texi (Case Tables):
2795 * objects.texi (General Escape Syntax):
2796 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
2797
2798 * buffers.texi, compile.texi, customize.texi, debugging.texi:
2799 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
2800 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
2801 * text.texi: Use @file for buffers, per the Texinfo manual.
2802
2803 * compile.texi (Compiler Errors): Add missing space in buffer name.
2804
2805 2012-04-14 Chong Yidong <cyd@gnu.org>
2806
2807 * processes.texi (Query Before Exit): Remove obsolete function
2808 process-kill-without-query (Bug#11190).
2809
2810 2012-04-14 Glenn Morris <rgm@gnu.org>
2811
2812 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
2813 Use @env for environment variables.
2814
2815 * Makefile.in: Replace non-portable use of $< in ordinary rules.
2816
2817 2012-04-12 Jari Aalto <jari.aalto@cante.net>
2818
2819 * processes.texi (Synchronous Processes):
2820 Mention `default-directory' (bug#7515).
2821
2822 2012-04-09 Chong Yidong <cyd@gnu.org>
2823
2824 * customize.texi (Variable Definitions): Remove user-variable-p.
2825
2826 * commands.texi (Interactive Codes):
2827 * help.texi (Accessing Documentation):
2828 * minibuf.texi (High-Level Completion): Callers changed.
2829
2830 2012-04-06 Chong Yidong <cyd@gnu.org>
2831
2832 * minibuf.texi (Programmed Completion): Document metadata method.
2833 (Completion Variables): Document completion-category-overrides.
2834
2835 2012-04-05 Chong Yidong <cyd@gnu.org>
2836
2837 * anti.texi (Antinews): Rewrite for Emacs 23.
2838
2839 2012-04-04 Chong Yidong <cyd@gnu.org>
2840
2841 * minibuf.texi (Programmed Completion): Remove obsolete variable
2842 completion-annotate-function.
2843 (Completion Variables): Rename from Completion Styles.
2844 Document completion-extra-properties. Document completion-styles-alist
2845 change.
2846 (Reading File Names): minibuffer-local-filename-must-match-map is
2847 not used anymore.
2848 (Minibuffer Completion): Document completing-read-function.
2849 (Completion in Buffers): completion-at-point-functions can return
2850 properties recognized in completion-extra-properties.
2851
2852 * display.texi (Delayed Warnings): New node.
2853
2854 * os.texi (Notifications): Copyedits.
2855
2856 2012-04-04 Glenn Morris <rgm@gnu.org>
2857
2858 * os.texi (Notifications): Copyedits.
2859
2860 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
2861
2862 * os.texi (Terminal-Specific): Fix typo.
2863 (Notifications): New section.
2864
2865 * elisp.texi (Top):
2866 * vol1.texi (Top):
2867 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
2868 menu entries.
2869
2870 2012-04-01 Chong Yidong <cyd@gnu.org>
2871
2872 * files.texi (Kinds of Files): file-subdir-of-p renamed to
2873 file-in-directory-p.
2874
2875 2012-03-31 Glenn Morris <rgm@gnu.org>
2876
2877 * edebug.texi (Instrumenting Macro Calls):
2878 Mention defining macros at instrumentation time.
2879 (Edebug Options): Mention edebug-unwrap-results.
2880
2881 2012-03-31 Eli Zaretskii <eliz@gnu.org>
2882
2883 * text.texi (Special Properties): Clarify the description of the
2884 effect of integer values of the 'cursor' property on cursor
2885 position. See the discussions in bug#11068 for more details and
2886 context.
2887
2888 2012-03-31 Glenn Morris <rgm@gnu.org>
2889
2890 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
2891 Copyedits.
2892
2893 2012-03-30 Chong Yidong <cyd@gnu.org>
2894
2895 * display.texi (Image Formats): Add imagemagick type.
2896 (Image Descriptors): Mention how they are used.
2897 (ImageMagick Images): Clarify role of imagemagick-register-types.
2898 (Character Display): Don't mention glyph tables.
2899 (Display Tables): Use make-glyph-code in example.
2900 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
2901 tables are semi-obsolete. De-document create-glyph.
2902 (Glyphless Chars): Note that display tables override this.
2903 (Bidirectional Display): Copyedits. Introduce "bidirectional
2904 reordering" terminology, and use it.
2905
2906 2012-03-30 Glenn Morris <rgm@gnu.org>
2907
2908 * edebug.texi (Jumping): Give name of `i' binding.
2909
2910 2012-03-28 Glenn Morris <rgm@gnu.org>
2911
2912 * searching.texi (Regular Expressions, Regexp Special)
2913 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search)
2914 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
2915 (Regexp Special): Mention collation.
2916 Clarify char classes with an example.
2917 (Regexp Functions): Mention regexp-opt is not guaranteed.
2918 Mention regexp-opt-charset.
2919 (Regexp Search): Recommend against looking-back.
2920 (Search and Replace): Use Texinfo recommended quote convention.
2921 Add more query-replace-map items. List multi-query-replace-map items.
2922
2923 2012-03-27 Martin Rudalics <rudalics@gmx.at>
2924
2925 * windows.texi (Window History): Describe new option
2926 switch-to-visible-buffer.
2927
2928 2012-03-27 Glenn Morris <rgm@gnu.org>
2929
2930 * searching.texi (String Search): Add xref to Emacs manual.
2931 Copyedits. Mention the function word-search-regexp.
2932 (Searching and Case): Add xref to Emacs manual. Copyedits.
2933
2934 * processes.texi (Network Servers): Standardize apostrophe usage.
2935
2936 * os.texi (System Environment): Copyedits. Remove some examples
2937 that do not seem useful. Mention setenv third arg.
2938 tty-erase-char does not seem to be nil under a window-system.
2939 (User Identification): Copyedits.
2940 Remove some examples that do not seem useful.
2941
2942 2012-03-26 Glenn Morris <rgm@gnu.org>
2943
2944 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
2945 (Init File): Copyedits.
2946 (Command-Line Arguments): Copyedits. Do not mention argv alias.
2947 (Killing Emacs): Copyedits.
2948 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
2949 Shorten the example, use more standard shell prompts.
2950
2951 2012-03-25 Chong Yidong <cyd@gnu.org>
2952
2953 * display.texi (Fringes): Note that fringes are shown on graphical
2954 displays only.
2955 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
2956 (Replacing Specs): Clarify example.
2957 (Manipulating Buttons): Note that button-at can return a marker.
2958 (Buttons): Minor rewrite.
2959 (Character Display): New node. Consolidate all character display
2960 related nodes into its subsections.
2961 (Usual Display): Character 127 is also affected by ctl-arrow.
2962 (Display Tables): Improve example.
2963
2964 2012-03-22 Glenn Morris <rgm@gnu.org>
2965
2966 * strings.texi (Text Comparison): Mention string-prefix-p.
2967
2968 2012-03-21 Chong Yidong <cyd@gnu.org>
2969
2970 * display.texi (The Echo Area): Add xref to Output Streams.
2971 (Displaying Messages): Improve doc of message.
2972 (Echo Area Customization, Invisible Text): Copyedits.
2973 (Invisible Text): Mention that spec comparison is done with eq.
2974 (Width): Improve doc of char-width.
2975 (Faces): Recommend using symbol instead of string for face name.
2976 Minor clarifications.
2977 (Defining Faces): Copyedits. Update face example.
2978 (Attribute Functions): Mark set-face-foreground etc as commands.
2979 (Face Remapping): Mention text-scale-adjust.
2980 Clarify face-remapping-alist and related docs.
2981 (Face Functions): Don't document make-face or copy-face.
2982
2983 2012-03-20 Chong Yidong <cyd@gnu.org>
2984
2985 * display.texi (Forcing Redisplay): Various rewrites to reflect
2986 new value of redisplay-dont-pause.
2987 (Truncation): Copyedits.
2988
2989 2012-03-20 Glenn Morris <rgm@gnu.org>
2990
2991 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
2992 Add summary table of some relevant command-line options.
2993
2994 2012-03-18 Chong Yidong <cyd@gnu.org>
2995
2996 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
2997 (Writing Emacs Primitives): Re-organize discussion of functions
2998 with variable Lisp arguments are handled. Delete an obsolete
2999 remark, previously tagged as FIXME.
3000
3001 * os.texi (Idle Timers): Minor clarification.
3002 (Idle Timers): Link to Time of Day for description of time list.
3003
3004 2012-03-18 Glenn Morris <rgm@gnu.org>
3005
3006 * os.texi (System Interface): Flow control was removed.
3007 (Startup Summary): General update.
3008 (Init File): Don't mention compiling it.
3009
3010 2012-03-17 Chong Yidong <cyd@gnu.org>
3011
3012 * os.texi (Startup Summary): Mention package loading.
3013 (Init File): Don't refer to .emacs in section title. Copyedits.
3014 (Terminal-Specific): Give a realistic example.
3015 (Command-Line Arguments): Reference Entering Emacs instead of
3016 repeating the spiel about not restarting Emacs.
3017 (Time of Day): Discuss time representation at beginning of node.
3018 (Sound Output): Copyedits.
3019
3020 * package.texi (Packaging Basics): Document package-initialize.
3021
3022 2012-03-17 Eli Zaretskii <eliz@gnu.org>
3023
3024 * frames.texi (Initial Parameters): Add an index entry for
3025 minibuffer-only frame.
3026
3027 2012-03-16 Glenn Morris <rgm@gnu.org>
3028
3029 * modes.texi (Major Mode Conventions): Mention the strange
3030 relationship between View mode and special modes. (Bug#10650)
3031
3032 2012-03-11 Chong Yidong <cyd@gnu.org>
3033
3034 * windows.texi (Window Configurations): save-window-excursion is
3035 now a macro.
3036
3037 * display.texi (Temporary Displays): with-output-to-temp-buffer is
3038 now a macro.
3039
3040 * text.texi (Fields): Minor copyedit.
3041
3042 2012-03-10 Eli Zaretskii <eliz@gnu.org>
3043
3044 * strings.texi (String Basics):
3045 * sequences.texi (Sequence Functions): Mention that `length' is
3046 not appropriate for computing the string width on display; add a
3047 cross-reference to the description of `string-width'. (Bug#10978)
3048
3049 * eval.texi (Autoloading): Minor change of wording.
3050
3051 2012-03-10 Chong Yidong <cyd@gnu.org>
3052
3053 * loading.texi (Autoload): Explicitly state which forms are
3054 processed specially (Bug#7783).
3055
3056 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
3057 non-default situation. Describe one-submenu exception (Bug#7695).
3058
3059 * nonascii.texi (Character Properties): Copyedits.
3060
3061 2012-03-08 Chong Yidong <cyd@gnu.org>
3062
3063 * text.texi (Mode-Specific Indent): Document new behavior of
3064 indent-for-tab-command. Document tab-always-indent.
3065 (Special Properties): Copyedits.
3066 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
3067 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
3068 libxml-parse-html-region.
3069
3070 2012-03-07 Glenn Morris <rgm@gnu.org>
3071
3072 * markers.texi (The Region): Briefly mention use-empty-active-region
3073 and region-active-p.
3074 (Overview of Markers): Reword garbage collection, add cross-ref.
3075 (The Mark): Tiny clarification re command loop and activate-mark-hook.
3076
3077 2012-03-07 Chong Yidong <cyd@gnu.org>
3078
3079 * text.texi (Buffer Contents): Don't duplicate explanation of
3080 region arguments from Text node. Put doc of obsolete var
3081 buffer-substring-filters back, since it is referred to.
3082 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
3083 selection by default.
3084
3085 * markers.texi (The Mark): Fix typo.
3086 (The Region): Copyedits.
3087
3088 2012-03-07 Glenn Morris <rgm@gnu.org>
3089
3090 * markers.texi (Overview of Markers): Copyedits.
3091 (Creating Markers): Update approximate example buffer size.
3092 (The Mark): Don't mention uninteresting return values.
3093
3094 2012-03-05 Chong Yidong <cyd@gnu.org>
3095
3096 * positions.texi (Text Lines): Document count-words.
3097
3098 2012-03-04 Chong Yidong <cyd@gnu.org>
3099
3100 * frames.texi (Frames): Remove little-used "terminal frame" and
3101 "window frame" terminology.
3102 (Frame Parameters, Font and Color Parameters, Initial Parameters)
3103 (Size and Position, Visibility of Frames): Callers changed.
3104 (Frames): Clarify which terminals in framep are graphical.
3105 (Initial Parameters): --geometry is not the only option which adds
3106 to initial-frame-alist.
3107 (Position Parameters): Note that icon-left and icon-top are for
3108 old window managers only.
3109 (Size Parameters): Sizes are in characters even on graphical
3110 displays.
3111 (Management Parameters): Note that window-id and outer-window-id
3112 can't really be changed, and that auto-raise isn't always obeyed.
3113 (Cursor Parameters): Document cursor-type explicitly.
3114 (Size and Position): The aliases set-screen-height and
3115 set-screen-width have been deleted.
3116 (Visibility of Frames): Mention "minimization".
3117
3118 * os.texi (Startup Summary): Minor clarifications.
3119 (Startup Summary, Suspending Emacs): Standardize on "text
3120 terminal" terminology.
3121
3122 * windows.texi (Basic Windows, Coordinates and Windows)
3123 (Coordinates and Windows):
3124 * display.texi (Refresh Screen, Line Height, Face Attributes)
3125 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
3126
3127 2012-03-04 Glenn Morris <rgm@gnu.org>
3128
3129 * abbrevs.texi: Small copyedits throughout.
3130 (Abbrev Mode): Remove this section, folding it into the top-level.
3131 (Abbrev Tables): Don't mention irrelevant return values.
3132 (Abbrev Expansion): Add cross-ref for wrapper hooks.
3133 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
3134 (Abbrev Table Properties): Update nil :regexp description.
3135
3136 2012-03-03 Glenn Morris <rgm@gnu.org>
3137
3138 * internals.texi: Change @appendix section commands to @section.
3139 (Building Emacs): Say less about CANNOT_DUMP platforms.
3140 Replace deleted eval-at-startup with custom-initialize-delay.
3141 (Pure Storage): Small changes.
3142 (Memory Usage): Copyedit.
3143 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
3144 example definitions. Give examples of things with non-nil
3145 interactive args. Mention eval_sub. Remove old info about
3146 strings and GCPRO. Mention cus-start.el.
3147 (Buffer Internals, Window Internals, Process Internals):
3148 Misc small updates and fixes for fields.
3149
3150 * tips.texi: Copyedits.
3151 (Coding Conventions): Mention autoloads.
3152 Combine partially duplicated macro items. Fix xref.
3153 Refer to Library Headers for copyright notice.
3154 (Programming Tips): edit-options is long-obsolete.
3155 (Compilation Tips): Mention loading bytecomp for byte-compile props.
3156 (Warning Tips): Mention declare-function.
3157 (Documentation Tips): Remove old info.
3158 (Comment Tips): Mention comment-dwim, not indent-for-comment.
3159 (Library Headers): General update.
3160
3161 2012-03-02 Glenn Morris <rgm@gnu.org>
3162
3163 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
3164 and relocate entry. Mention buffer-stale-function.
3165
3166 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
3167
3168 * hooks.texi (Standard Hooks): General update.
3169 Put related hooks together. Add and remove items.
3170 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
3171 * modes.texi (Hooks): Tweak cross-ref description.
3172
3173 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
3174
3175 * files.texi (Kinds of Files): The return value of file-equal-p is
3176 unspecified, if FILE1 or FILE2 does not exist.
3177
3178 2012-03-01 Glenn Morris <rgm@gnu.org>
3179
3180 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
3181
3182 * maps.texi (Standard Keymaps): General update.
3183 Remove mode-specific maps, talk about the more general keymaps.
3184 * help.texi (Help Functions): Add vindex for Helper-help-map.
3185 * keymaps.texi (Active Keymaps): Minor rephrasing.
3186
3187 2012-02-29 Glenn Morris <rgm@gnu.org>
3188
3189 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
3190
3191 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3192
3193 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
3194 Update changed behavior of file-subdir-of-p.
3195
3196 2012-02-28 Glenn Morris <rgm@gnu.org>
3197
3198 * advice.texi, anti.texi, display.texi, elisp.texi:
3199 * processes.texi, variables.texi, vol1.texi, vol2.texi:
3200 Standardize possessive apostrophe usage.
3201
3202 * locals.texi: Remove file.
3203 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
3204 Remove menu entry.
3205 * errors.texi, maps.texi: Adjust node pointers.
3206 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
3207 * makefile.w32-in (srcs):
3208 * Makefile.in (srcs): Remove locals.texi.
3209
3210 * frames.texi (Mouse Position): Fix cross-ref.
3211
3212 2012-02-27 Chong Yidong <cyd@gnu.org>
3213
3214 * buffers.texi (Creating Buffers): Clarify that
3215 generate-new-buffer uses generate-new-buffer-names.
3216 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
3217
3218 * files.texi (Directory Names): Index entry for file name abbreviations.
3219 (Relative File Names, File Name Expansion): Refer to it.
3220 (Locating Files): Move locate-user-emacs-file documentation to
3221 Standard File Names.
3222 (Standard File Names): Add locate-user-emacs-file; update examples.
3223
3224 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
3225
3226 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
3227
3228 2012-02-26 Chong Yidong <cyd@gnu.org>
3229
3230 * files.texi (Kinds of Files): Improve documentation of
3231 files-equal-p and file-subdir-of-p.
3232
3233 2012-02-26 Glenn Morris <rgm@gnu.org>
3234
3235 * intro.texi (Acknowledgements): Small changes.
3236
3237 2012-02-25 Glenn Morris <rgm@gnu.org>
3238
3239 * errors.texi: Don't try to list _all_ the error symbols.
3240 Add circular-list, cl-assertion-failed, compression-error.
3241 * elisp.texi, vol1.texi, vol2.texi:
3242 * control.texi (Error Symbols): Tweak "Standard Errors" description.
3243
3244 2012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3245
3246 * files.texi (files-equal-p, file-subdir-of-p): New,
3247 add initial documentation.
3248
3249 2012-02-25 Chong Yidong <cyd@gnu.org>
3250
3251 * files.texi (File Attributes): Document file-selinux-context.
3252 (Changing Files): Link to it.
3253 (Changing Files): Document set-file-selinux-context.
3254
3255 * backups.texi (Making Backups): Return value of backup-buffer is
3256 changed. Mention default value of backup-directory-alist.
3257 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
3258 (Auto-Saving): New minor mode behavior for auto-save-mode.
3259 (Reverting): Add defvar for revert-buffer-in-progress-p.
3260
3261 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
3262
3263 2012-02-24 Glenn Morris <rgm@gnu.org>
3264
3265 * errors.texi (Standard Errors): Mention dbus-error.
3266 For arith-error sub-classes, just use one cross-ref.
3267
3268 2012-02-23 Alan Mackenzie <acm@muc.de>
3269
3270 * modes.texi (Defining Minor Modes): Document the new keyword
3271 :after-hook.
3272
3273 2012-02-21 Chong Yidong <cyd@gnu.org>
3274
3275 * files.texi (Files): Mention magic file names as arguments.
3276 (Reading from Files): Copyedits.
3277 (File Attributes): Mention how to change file modes.
3278 (Changing Files): Use standard "file permissions" terminology.
3279 Add xref to File Attributes node.
3280 (Locating Files): Document locate-user-emacs-file.
3281 (Unique File Names): Recommend against using make-temp-name.
3282
3283 2012-02-19 Chong Yidong <cyd@gnu.org>
3284
3285 * help.texi (Documentation, Documentation Basics, Help Functions):
3286 Minor clarifications.
3287 (Accessing Documentation): Clarify what documentation-property is
3288 for. Add xref to Keys in Documentation.
3289
3290 * tips.texi (Documentation Tips): Don't recommend using * in
3291 docstrings.
3292
3293 * macros.texi (Defining Macros):
3294 * modes.texi (Derived Modes): Say "documentation string" instead
3295 of docstring.
3296
3297 2012-02-18 Chong Yidong <cyd@gnu.org>
3298
3299 * modes.texi (Tabulated List Mode): New node.
3300 (Basic Major Modes): Add xref to it.
3301
3302 * processes.texi (Process Information): Mention Process Menu mode.
3303
3304 2012-02-17 Chong Yidong <cyd@gnu.org>
3305
3306 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
3307
3308 2012-02-17 Glenn Morris <rgm@gnu.org>
3309
3310 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
3311
3312 2012-02-16 Chong Yidong <cyd@gnu.org>
3313
3314 * syntax.texi (Syntax Tables, Syntax Descriptors)
3315 (Syntax Table Functions): Copyedits.
3316 (Syntax Basics): Don't repeat the material in the preceding node.
3317 (Syntax Class Table): Use a table.
3318 (Syntax Properties): Document syntax-propertize-function and
3319 syntax-propertize-extend-region-functions.
3320 (Motion via Parsing): Clarify scan-lists. Fix indentation.
3321 (Parser State): Update for the new "c" comment style.
3322 Fix description of item 7 (comment style).
3323
3324 * modes.texi (Minor Modes): Update how mode commands should treat
3325 arguments now.
3326 (Mode Line Basics): Clarify force-mode-line-update.
3327 (Mode Line Top): Note that the example is not realistic.
3328 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
3329 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
3330 "mode line construct" instead of "mode line specification".
3331 (Syntactic Font Lock): Remove mention of obsolete variable
3332 font-lock-syntactic-keywords.
3333 (Setting Syntax Properties): Node deleted.
3334 (Font Lock Mode): Note that Font Lock mode is a minor mode.
3335 (Font Lock Basics): Note that syntactic fontification falls back
3336 on `syntax-table'.
3337 (Search-based Fontification): Emphasize that font-lock-keywords
3338 should not be set directly.
3339 (Faces for Font Lock): Avoid some confusing terminology.
3340 (Syntactic Font Lock): Minor clarifications. Add xref to
3341 Syntactic Font Lock node.
3342
3343 2012-02-15 Chong Yidong <cyd@gnu.org>
3344
3345 * minibuf.texi (Basic Completion): Define "completion table".
3346 Move completion-in-region to Completion in Buffers node.
3347 (Completion Commands): Use "completion table" terminology.
3348 (Completion in Buffers): New node.
3349
3350 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
3351 (Setting Hooks): Update minor mode usage example.
3352 (Major Mode Conventions): Note that completion-at-point-functions
3353 should be altered locally. Add xref to Completion in Buffers.
3354 Remove duplicate tip about auto-mode-alist.
3355 (Minor Modes): Rewrite introduction.
3356 (Minor Mode Conventions): Copyedits. Don't recommend
3357 variable-only minor modes since few minor modes are like that.
3358
3359 2012-02-15 Glenn Morris <rgm@gnu.org>
3360
3361 * processes.texi (Network): Document open-network-stream :parameters.
3362
3363 2012-02-14 Chong Yidong <cyd@gnu.org>
3364
3365 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
3366 was removed on 2009-09-10. Update lisp-mode-map example.
3367 (Inheritance and Keymaps): Minor clarification.
3368 (Searching Keymaps): Remove out-of-place enumeration.
3369 (Key Lookup): Remove unnecessary example (one was already given in
3370 Format of Keymaps).
3371 (Changing Key Bindings): Update suppress-keymap example.
3372 (Menu Bar, Tool Bar): Copyedits.
3373 (Tool Bar): Update tool-bar-map example.
3374
3375 2012-02-12 Chong Yidong <cyd@gnu.org>
3376
3377 * debugging.texi (Debugger Commands): Continuing is now allowed
3378 for errors.
3379
3380 2012-02-11 Chong Yidong <cyd@gnu.org>
3381
3382 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
3383 Move the list of standard bitmaps there.
3384 (Fringe Cursors): Rewrite for clarity.
3385 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
3386
3387 * commands.texi (Command Overview): Mention read-key.
3388 (Using Interactive, Interactive Call): Minor clarifications.
3389 (Function Keys, Click Events): Avoid "input stream" terminology.
3390 (Click Events): Add xref to Window Sizes and Accessing Mouse.
3391 Clarify column and row components.
3392 (Accessing Mouse): Add xref to Click Events. Minor fixes.
3393 (Special Events): Copyedits.
3394
3395 * streams.texi (Input Streams): De-document get-file-char.
3396 (Output Variables): Don't refer to old backquote syntax.
3397
3398 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
3399 (Error Debugging): Note that debug-ignored-errors overrides list
3400 values of debug-on-error too. Add xref to Signaling Errors.
3401 Note that debug-on-signal is not customizable.
3402 Mention condition-case-unless-debug.
3403 (Compilation Errors): Node deleted.
3404
3405 * compile.texi (Compiler Errors): Move a paragraph here from
3406 deleted node Compilation Errors.
3407
3408 2012-02-10 Leo Liu <sdl.web@gmail.com>
3409
3410 * control.texi (Handling Errors): Change condition-case-no-debug
3411 to condition-case-unless-debug.
3412
3413 2012-02-10 Chong Yidong <cyd@gnu.org>
3414
3415 * advice.texi (Defining Advice): Clarify ad-unadvise.
3416 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
3417 is not abnormal.
3418 (Advising Primitives): Node deleted; ad-define-subr-args has been
3419 removed.
3420
3421 * compile.texi (Speed of Byte-Code): Use float-time in example.
3422 (Compilation Functions): Note that the log uses Compilation mode.
3423 Don't discuss the contents of byte-code function object here.
3424 (Compilation Functions): De-document internal function byte-code.
3425 (Docs and Compilation): Minor clarifications.
3426
3427 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
3428 Objects.
3429
3430 2012-02-10 Glenn Morris <rgm@gnu.org>
3431
3432 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
3433 Mention secure-hash.
3434 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
3435
3436 2012-02-10 Chong Yidong <cyd@gnu.org>
3437
3438 * loading.texi (Loading): Don't emphasize "library" terminology.
3439 (Library Search): load-path is not a user option. Mention role of
3440 -L option and packages. Improve examples.
3441 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
3442 obsolete.
3443 (Autoload): Minor clarifications.
3444
3445 2012-02-10 Glenn Morris <rgm@gnu.org>
3446
3447 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
3448
3449 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
3450
3451 2012-02-08 Glenn Morris <rgm@gnu.org>
3452
3453 * loading.texi (Named Features): Update the require example.
3454
3455 2012-02-07 Glenn Morris <rgm@gnu.org>
3456
3457 * modes.texi (Defining Minor Modes):
3458 Expand on args of defined minor modes.
3459
3460 2012-02-07 Chong Yidong <cyd@gnu.org>
3461
3462 * variables.texi (Creating Buffer-Local): Minor clarification
3463 to buffer-local-variables doc (Bug#10715).
3464
3465 2012-02-07 Glenn Morris <rgm@gnu.org>
3466
3467 * display.texi (ImageMagick Images): General update.
3468 Move most details of imagemagick-render-type to the variable's doc.
3469
3470 2012-02-06 Glenn Morris <rgm@gnu.org>
3471
3472 * keymaps.texi (Tool Bar): Mention separators.
3473 (Inheritance and Keymaps):
3474 Mention make-composed-keymap and multiple inheritance.
3475
3476 * modes.texi (Running Hooks): Mention run-hook-wrapped.
3477
3478 * control.texi (Handling Errors):
3479 Mention condition-case-no-debug and with-demoted-errors.
3480
3481 2012-02-05 Chong Yidong <cyd@gnu.org>
3482
3483 * customize.texi (Common Keywords): Minor clarifications.
3484 Document custom-unlispify-remove-prefixes.
3485 (Variable Definitions): Backquotes in defcustom seem to work fine
3486 now. Various other copyedits.
3487 (Simple Types): Copyedits. Document color selector.
3488 (Composite Types): Copyedits.
3489 (Splicing into Lists): Clarifications.
3490
3491 * eval.texi (Backquote): Move from macros.texi.
3492
3493 * macros.texi (Expansion): Minor clarification.
3494 (Backquote): Move node to eval.texi.
3495 (Defining Macros): Move an example from Backquote node.
3496 (Argument Evaluation): No need to mention Pascal.
3497 (Indenting Macros): Add xref to Defining Macros.
3498
3499 2012-02-05 Glenn Morris <rgm@gnu.org>
3500
3501 * debugging.texi (Error Debugging): Mention debug-on-event default.
3502
3503 2012-02-04 Glenn Morris <rgm@gnu.org>
3504
3505 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
3506
3507 * debugging.texi (Error Debugging): Mention debug-on-event.
3508 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
3509
3510 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
3511
3512 * text.texi (Buffer Contents):
3513 Update filter-buffer-substring description.
3514
3515 2012-02-04 Chong Yidong <cyd@gnu.org>
3516
3517 * functions.texi (What Is a Function): Add closures.
3518 Mention "return value" terminology. Add xref for command-execute.
3519 Remove unused "keystroke command" terminology.
3520 (Lambda Expressions): Give a different example than in the
3521 following subsection. Add xref to Anonymous Functions.
3522 (Function Documentation): Remove gratuitous markup.
3523 (Function Names): Move introductory text to `What Is a Function'.
3524 (Defining Functions): Fix defun argument spec.
3525 (Anonymous Functions): Document lambda macro explicitly.
3526 Mention effects on lexical binding.
3527 (Function Cells): Downplay direct usage of fset.
3528 (Closures): New node.
3529 (Inline Functions): Remove "open-code" terminology.
3530 (Declaring Functions): Minor tweak; .m is not C code.
3531
3532 * variables.texi (Variables): Don't refer to "global value".
3533 (Local Variables, Void Variables): Copyedits.
3534 (Lexical Binding): Minor clarification of example.
3535 (File Local Variables): Mention :safe and :risky defcustom args.
3536 (Lexical Binding): Add xref to Closures node.
3537
3538 2012-02-04 Glenn Morris <rgm@gnu.org>
3539
3540 * minibuf.texi (High-Level Completion): Updates for read-color.
3541
3542 2012-02-03 Glenn Morris <rgm@gnu.org>
3543
3544 * display.texi (GIF Images): Mention animation.
3545 Remove commented-out old example of animation.
3546 (Animated Images): New subsection.
3547 * elisp.texi (Top):
3548 * vol1.texi (Top):
3549 * vol2.texi (Top): Add Animated Images menu entry.
3550
3551 * display.texi (Image Formats): Remove oddly specific information
3552 on versions of image libraries.
3553 (GIF Images, TIFF Images): Minor rephrasing.
3554
3555 2012-02-02 Glenn Morris <rgm@gnu.org>
3556
3557 * processes.texi (Synchronous Processes):
3558 Mention call-process's :file gets overwritten.
3559
3560 * commands.texi (Reading One Event):
3561 * help.texi (Help Functions): Document read-char-choice.
3562
3563 * hooks.texi (Standard Hooks):
3564 * modes.texi (Keymaps and Minor Modes):
3565 * text.texi (Commands for Insertion): Document post-self-insert-hook.
3566
3567 * hooks.texi (Standard Hooks): Add prog-mode-hook.
3568
3569 * hooks.texi (Standard Hooks):
3570 * modes.texi (Major Mode Conventions, Mode Hooks):
3571 Document change-major-mode-after-body-hook.
3572
3573 2012-02-01 Glenn Morris <rgm@gnu.org>
3574
3575 * modes.texi (Defining Minor Modes):
3576 Mention disabling global minor modes on a per-major-mode basis.
3577
3578 2012-01-31 Chong Yidong <cyd@gnu.org>
3579
3580 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
3581 (Parser State): Remove unnecessary statement (Bug#10661).
3582
3583 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
3584
3585 2012-01-31 Glenn Morris <rgm@gnu.org>
3586
3587 * modes.texi (Defining Minor Modes):
3588 Document define-minor-mode's new :variable keyword.
3589
3590 2012-01-29 Chong Yidong <cyd@gnu.org>
3591
3592 * syntax.texi (Syntax Class Table): Tweak description of newline
3593 char syntax (Bug#9619).
3594
3595 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
3596 description (Bug#10189).
3597
3598 2012-01-29 Glenn Morris <rgm@gnu.org>
3599
3600 * files.texi (Changing Files): Document SELinux support.
3601
3602 * windows.texi (Window Sizes): Fix typo.
3603
3604 2012-01-28 Chong Yidong <cyd@gnu.org>
3605
3606 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
3607 doc (Bug#8568).
3608
3609 * frames.texi (Input Focus): Add NORECORD arg to
3610 select-frame-set-input-focus. Clarify its role in select-frame.
3611
3612 * text.texi (Transposition): We don't use transpose-region as an
3613 internal subroutine (Bug#3249).
3614
3615 * modes.texi (Example Major Modes): Update Lisp example code to
3616 current sources. Delete the old non-derived-major-mode example,
3617 which has diverged badly from current sources.
3618
3619 2012-01-27 Glenn Morris <rgm@gnu.org>
3620
3621 * makefile.w32-in (texinputdir): Fix (presumed) typo.
3622 (VERSION, manual): Remove, unused.
3623
3624 2012-01-27 Chong Yidong <cyd@gnu.org>
3625
3626 * commands.texi (Command Overview): Minor clarification (Bug#10384).
3627
3628 2012-01-26 Chong Yidong <cyd@gnu.org>
3629
3630 * searching.texi (String Search): Document negative repeat count
3631 (Bug#10507).
3632
3633 2012-01-26 Glenn Morris <rgm@gnu.org>
3634
3635 * variables.texi (Using Lexical Binding):
3636 Mention that lexical-binding should be set in the first line.
3637
3638 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3639
3640 * macros.texi (Defining Macros): Don't claim that `declare' only
3641 affects Edebug and indentation.
3642
3643 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3644
3645 * macros.texi (Defining Macros): Slight `declare' fixup.
3646
3647 2012-01-25 Glenn Morris <rgm@gnu.org>
3648
3649 * makefile.w32-in (texinputdir):
3650 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
3651
3652 2012-01-24 Chong Yidong <cyd@gnu.org>
3653
3654 * variables.texi (Variables, Local Variables, Void Variables):
3655 Edit to make the descriptions less specific to dynamic binding.
3656 (Local Variables): Default max-specpdl-size is now 1300.
3657 (Defining Variables): Edits for lexical scoping.
3658 Delete information about starting docstrings with *. De-document
3659 user-variable-p.
3660 (Tips for Defining): Remove an unimportant discussion of quitting
3661 in the middle of a load.
3662 (Accessing Variables, Setting Variables): Discuss lexical binding.
3663 (Variable Scoping): Rewrite.
3664 (Scope, Extent, Impl of Scope): Nodes deleted.
3665 (Dynamic Binding): New node, with material from Scope, Extent, and
3666 Impl of Scope nodes.
3667 (Dynamic Binding Tips): Rename from Using Scoping.
3668 (Lexical Binding): Rewrite.
3669 (Using Lexical Binding): Rename from Converting to Lexical
3670 Binding. Convert to subsection.
3671
3672 * customize.texi (Variable Definitions): Add custom-variable-p.
3673 Move user-variable-p documentation here.
3674
3675 2012-01-23 Chong Yidong <cyd@gnu.org>
3676
3677 * strings.texi (Text Comparison): Minor qualification.
3678
3679 * lists.texi (Cons Cells): Copyedits.
3680 (List Elements): Mention push.
3681 (List Variables): Mention pop.
3682 (Rings): Move to sequences.texi.
3683
3684 * sequences.texi (Sequence Functions): Don't repeat the
3685 introduction already given in the parent.
3686 (Vectors): Copyedits.
3687 (Rings): Move from lists.texi. Note that this is specific to the
3688 ring package.
3689
3690 * symbols.texi (Definitions, Symbol Components): Mention variable
3691 scoping issues.
3692 (Plists and Alists): Copyedits.
3693
3694 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
3695 correctness with lexical scoping.
3696 (Eval): Copyedits.
3697
3698 2012-01-21 Chong Yidong <cyd@gnu.org>
3699
3700 * intro.texi (A Sample Function Description): Special notation
3701 used for macros too.
3702
3703 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
3704 (Symbol Type): Add xref for keyword symbols.
3705 (Sequence Type): Clarify differences between sequence types.
3706 (Cons Cell Type): Add "linked list" index entry.
3707 (Non-ASCII in Strings): Copyedits.
3708 (Equality Predicates): Symbols with same name need not be eq.
3709
3710 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
3711 ldexp. Move float-e and float-pi to Math Functions node.
3712
3713 2012-01-21 Glenn Morris <rgm@gnu.org>
3714
3715 * modes.texi (Auto Major Mode):
3716 * variables.texi (File Local Variables):
3717 Mention inhibit-local-variables-regexps.
3718
3719 2012-01-19 Martin Rudalics <rudalics@gmx.at>
3720
3721 * windows.texi (Window Configurations): Rewrite references to
3722 persistent window parameters.
3723 (Window Parameters): Fix description of persistent window
3724 parameters.
3725
3726 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
3727
3728 * windows.texi (Window Parameters): Use @pxref.
3729
3730 2012-01-16 Martin Rudalics <rudalics@gmx.at>
3731
3732 * windows.texi (Window Configurations, Window Parameters):
3733 Describe persistent window parameters.
3734
3735 2011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * variables.texi (Creating Buffer-Local): Warn against misuses of
3738 make-variable-buffer-local (bug#10258).
3739
3740 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3741
3742 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
3743
3744 2012-01-06 Chong Yidong <cyd@gnu.org>
3745
3746 * variables.texi (Directory Local Variables):
3747 Document hack-dir-local-variables-non-file-buffer.
3748
3749 2012-01-06 Glenn Morris <rgm@gnu.org>
3750
3751 * maps.texi (Standard Keymaps): Refer to Info-edit by name
3752 rather than by keybinding.
3753
3754 2011-12-29 Juanma Barranquero <lekktu@gmail.com>
3755
3756 * frames.texi (Font and Color Parameters): Add @pxref.
3757
3758 2011-12-29 Daniel Colascione <dan.colascione@gmail.com>
3759
3760 * frames.texi (Font and Color Parameters):
3761 Document w32 font backends (bug#10399).
3762
3763 2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
3764
3765 * files.texi (File Attributes, Changing Files):
3766 Use a more-natural notation for octal numbers.
3767
3768 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
3769
3770 * variables.texi (Variables with Restricted Values):
3771 Change reference to variable (bug#10354).
3772
3773 2011-12-13 Martin Rudalics <rudalics@gmx.at>
3774
3775 * windows.texi (Splitting Windows): Use t instead of non-nil
3776 when describing window-combination-resize.
3777
3778 2011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3779
3780 * text.texi (Special Properties): Warn against `intangible' properties
3781 (bug#10222).
3782
3783 2011-11-26 Eli Zaretskii <eliz@gnu.org>
3784
3785 * display.texi (Truncation):
3786 * text.texi (Special Properties): Describe what a stretch-glyph is
3787 instead of using that term without explanation. Make the
3788 cross-references more accurate.
3789
3790 * display.texi (Usual Display): Update the description,
3791 cross-references, and indexing related to display of control
3792 characters and raw bytes.
3793
3794 2011-11-25 Martin Rudalics <rudalics@gmx.at>
3795
3796 * windows.texi (Splitting Windows): Fix description of
3797 window-combination-limit. Suggested by Eli Zaretskii.
3798
3799 2011-11-23 Chong Yidong <cyd@gnu.org>
3800
3801 * windows.texi (Window Sizes): Move window-top-line,
3802 window-left-column, and window-*-pixel-edges to Coordinates and
3803 Windows node.
3804 (Coordinates and Windows): Restore window-edges doc.
3805
3806 2011-11-21 Martin Rudalics <rudalics@gmx.at>
3807
3808 * windows.texi (Windows and Frames, Splitting Windows):
3809 Fix typos.
3810
3811 2011-11-21 Chong Yidong <cyd@gnu.org>
3812
3813 * windows.texi (Splitting Windows): Fix error in documentation of
3814 window-combination-limit.
3815 (Cyclic Window Ordering): Minor fixes to next-window,
3816 one-window-p, and get-lru-window docs. Don't document
3817 window-list-1.
3818 (Buffers and Windows): Copyedits.
3819 (Choosing Window): Document special handling of special-display-*.
3820 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
3821 Don't document even-window-heights, which is going away.
3822 Clarify which options are obeyed by which action functions.
3823
3824 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3825
3826 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
3827
3828 2011-11-20 Martin Rudalics <rudalics@gmx.at>
3829
3830 * windows.texi (Resizing Windows, Splitting Windows):
3831 Remove term "status" when talking about combination limits.
3832
3833 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3834
3835 * compile.texi (Compiler Errors):
3836 * help.texi (Help Functions): Fix typos.
3837
3838 2011-11-19 Chong Yidong <cyd@gnu.org>
3839
3840 * windows.texi (Splitting Windows): Clarify role of window
3841 parameters in split-window. Shorten the example.
3842 (Deleting Windows): Rewrite intro to handle internal windows.
3843 Fix delete-windows-on doc.
3844 (Selecting Windows): Copyedits.
3845
3846 2011-11-17 Martin Rudalics <rudalics@gmx.at>
3847
3848 * windows.texi (Resizing Windows, Splitting Windows)
3849 (Deleting Windows): Use term window-combination-resize instead
3850 of window-splits.
3851
3852 2011-11-16 Martin Rudalics <rudalics@gmx.at>
3853
3854 * windows.texi (Resizing Windows, Splitting Windows):
3855 Rename occurrences of window-nest to window-combination-limit.
3856
3857 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3858
3859 * intro.texi (Lisp History): Fix typo.
3860
3861 2011-11-12 Martin Rudalics <rudalics@gmx.at>
3862
3863 * windows.texi (Splitting Windows, Deleting Windows):
3864 Remove references to splits status of windows.
3865
3866 2011-11-10 Glenn Morris <rgm@gnu.org>
3867
3868 * buffers.texi (Read Only Buffers): Expand a bit on why
3869 toggle-read-only should only be used interactively. (Bug#7292)
3870
3871 2011-11-09 Chong Yidong <cyd@gnu.org>
3872
3873 * windows.texi (Window Sizes): Document window-pixel-edges,
3874 window-inside-pixel-edges, window-absolute-pixel-edges, and
3875 window-inside-absolute-pixel-edges.
3876 (Resizing Windows): shrink-window-if-larger-than-buffer works on
3877 non-full-width windows.
3878
3879 2011-11-09 Martin Rudalics <rudalics@gmx.at>
3880
3881 * windows.texi (Resizing Windows): Rewrite documentation of
3882 window-resizable.
3883
3884 2011-11-09 Chong Yidong <cyd@gnu.org>
3885
3886 * windows.texi (Splitting Windows): Simplify example.
3887
3888 2011-11-08 Chong Yidong <cyd@gnu.org>
3889
3890 * windows.texi (Window Sizes): Copyedits. Document
3891 window-text-height. Remove window-min-height and window-min-width
3892 discussion, referring instead to Emacs manual.
3893 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
3894 (Resizing Windows): Simplify introduction. Don't document
3895 enlarge-window, shrink-window, enlarge-window-horizontally, and
3896 shrink-window-horizontally; they are no longer preferred for
3897 calling from Lisp, and are already documented in the Emacs manual.
3898
3899 2011-11-07 Glenn Morris <rgm@gnu.org>
3900
3901 * windows.texi (Choosing Window): Fix keybinding typo.
3902
3903 2011-11-07 Martin Rudalics <rudalics@gmx.at>
3904
3905 * windows.texi (Resizing Windows, Splitting Windows)
3906 (Window Configurations): Use "child window" instead of
3907 "subwindow".
3908
3909 2011-11-06 Chong Yidong <cyd@gnu.org>
3910
3911 * windows.texi (Basic Windows): Clarify various definitions.
3912 Treat window-normalize-* as internal; don't document them.
3913 (Windows and Frames): Various clarifications, e.g. non-live
3914 windows also belong to frames. Fix window-list description.
3915 Simplify window nesting example.
3916 (Splitting Windows, Window Configurations):
3917 Use split-window-below.
3918
3919 2011-11-04 Eli Zaretskii <eliz@gnu.org>
3920
3921 * windows.texi (Window Sizes): Mention in the doc string that the
3922 return values of `window-body-height' and `window-body-width' are
3923 in frame's canonical units. (Bug#9949)
3924
3925 2011-10-30 Martin Rudalics <rudalics@gmx.at>
3926
3927 * windows.texi (Windows and Frames): Remove "iso-" infix from
3928 documentation of window-iso-combined-p.
3929
3930 2011-10-26 Chong Yidong <cyd@gnu.org>
3931
3932 * modes.texi (Running Hooks): Document with-wrapper-hook.
3933
3934 2011-10-18 Chong Yidong <cyd@gnu.org>
3935
3936 * display.texi (Glyphless Chars): New node.
3937
3938 2011-10-13 Chong Yidong <cyd@stupidchicken.com>
3939
3940 * text.texi (Yanking): Document yank-excluded-properties.
3941
3942 * package.texi (Packaging Basics): The commentary should say how
3943 to begin using the package.
3944
3945 2011-10-11 Martin Rudalics <rudalics@gmx.at>
3946
3947 * windows.texi (Deleting Windows): Mention which window gets
3948 selected when deleting the selected window.
3949
3950 2011-10-09 Martin Rudalics <rudalics@gmx.at>
3951
3952 * buffers.texi (The Buffer List): Describe how bury-buffer deals
3953 with the selected window.
3954 * windows.texi (Buffers and Windows): Reformulate text on how
3955 replace-buffer-in-windows deals with a window.
3956 (Quitting Windows): Describe how quit-window deals with a
3957 standalone frame. Describe new option frame-auto-hide-function.
3958
3959 2011-10-08 Glenn Morris <rgm@gnu.org>
3960
3961 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
3962
3963 * positions.texi (Excursions): Update warning message.
3964
3965 2011-10-05 Chong Yidong <cyd@stupidchicken.com>
3966
3967 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
3968 Fix Emacs manual xref (Bug#9675).
3969
3970 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
3971
3972 * windows.texi (Textual Scrolling): Document scroll-up-command,
3973 scroll-down-command, scroll-error-top-bottom, and the
3974 scroll-command symbol property.
3975 (Display Action Functions): Fix description of
3976 display-buffer-pop-up-window.
3977
3978 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
3979
3980 * windows.texi (Splitting Windows): Fix typos.
3981
3982 2011-09-25 Martin Rudalics <rudalics@gmx.at>
3983
3984 * windows.texi (Windows and Frames, Display Action Functions)
3985 (Switching Buffers): Fix some typos.
3986 (Buffers and Windows): Remove reference to window-auto-delete.
3987 Reword description of replace-buffer-in-windows.
3988 (Window History): Fix some typos and refer to frame local buffer
3989 list.
3990 (Quitting Windows): New node.
3991 (Window Configurations): Add descriptions of window-state-get
3992 and window-state-put.
3993 (Window Parameters): Describe variable ignore-window-parameters.
3994 Sketch some window parameters currently in use.
3995 * elisp.texi (Top): Update node listing.
3996
3997 2011-09-25 Chong Yidong <cyd@stupidchicken.com>
3998
3999 * windows.texi (Display Action Functions)
4000 (Choosing Window Options): New nodes.
4001
4002 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
4003
4004 * windows.texi (Window History): New node. Move text here from
4005 Buffers and Windows.
4006 (Switching Buffers): Rename from Displaying Buffers, since we
4007 don't document display-buffer here; callers changed.
4008 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
4009 switch-to-buffer-other-frame. Delete duplicate
4010 replace-buffer-in-windows doc.
4011 (Choosing Window): Document display actions.
4012
4013 2011-09-24 Eli Zaretskii <eliz@gnu.org>
4014
4015 * display.texi (Forcing Redisplay): Update the description of
4016 redisplay-dont-pause due to change in the default value.
4017
4018 2011-09-23 Martin Rudalics <rudalics@gmx.at>
4019
4020 * frames.texi (Frames and Windows): Move section and rename to
4021 Windows and Frames in windows.texi.
4022 * windows.texi (Windows): Restructure.
4023 (Basic Windows): Rewrite. Explain live and internal windows and
4024 normalization functions.
4025 (Windows and Frames): Move section here from frames.texi.
4026 Describe subwindows, window combinations, window tree, and
4027 corresponding functions including window-list here.
4028 (Window Sizes): Rename section from Size of Window and move it
4029 up in chapter. Describe total and body sizes and the
4030 corresponding functions. Explain new semantics of
4031 window-min-height/-width.
4032 (Resizing Windows): Move section up in chapter. Describe new
4033 resize functions.
4034 (Splitting Windows): Describe new behavior of split-window,
4035 split-window-above-each-other and split-window-side-by-side.
4036 Provide examples. Describe window-nest and window-splits
4037 options.
4038 (Deleting Windows): Minor rewrite.
4039 (Selecting Windows): Minor rewrite.
4040 Describe frame-selected-window and set-frame-selected-window here.
4041 (Cyclic Window Ordering): Minor rewrite.
4042 Describe window-list-1.
4043 (Buffers and Windows): Rewrite. Explain a window's previous and
4044 next buffers and the corresponding functions.
4045 (Window Tree): Merge into Windows and Frames section.
4046 * elisp.texi (Top): Update node listings for frames and windows
4047 sections.
4048
4049 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4050
4051 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
4052
4053 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4054
4055 * errors.texi (Standard Errors): Remove apparent placeholder text
4056 (bug#9491).
4057
4058 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
4059
4060 * frames.texi (Management Parameters): Fix description of
4061 icon-type parameter.
4062
4063 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
4064
4065 * tips.texi (Key Binding Conventions): Don't bind a key sequence
4066 ending in C-g. Suggested by Edward O'Connor.
4067
4068 2011-09-17 Eli Zaretskii <eliz@gnu.org>
4069
4070 * numbers.texi (Integer Basics): Add indexing for
4071 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
4072
4073 2011-09-14 Dani Moncayo <dmoncayo@gmail.com>
4074
4075 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
4076
4077 2011-09-11 Juanma Barranquero <lekktu@gmail.com>
4078
4079 * processes.texi (Network Servers): Clarify what the process
4080 buffer is used for (bug#9233).
4081
4082 2011-08-30 Dani Moncayo <dmoncayo@gmail.com>
4083
4084 * lists.texi (Building Lists): Fix typo.
4085
4086 2011-08-30 Chong Yidong <cyd@stupidchicken.com>
4087
4088 * display.texi (Basic Faces): New node. Document new faces.
4089
4090 * modes.texi (Major Mode Conventions): Move some text there.
4091 (Mode Help): Remove major-mode var, duplicated in Major Modes.
4092
4093 2011-08-29 Chong Yidong <cyd@stupidchicken.com>
4094
4095 * modes.texi (Basic Major Modes): New node. Callers updated.
4096 (Major Modes): Document fundamental-mode and major-mode.
4097 (Major Mode Basics): Node deleted; text moved to Major Modes.
4098 (Derived Modes): Document derived-mode-p.
4099
4100 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
4101
4102 * files.texi (Changing Files, Create/Delete Dirs): Document new
4103 arguments for delete-file, delete-directory, and copy-directory.
4104 (Visiting Functions): Remove view-file; it is documented in the
4105 Emacs manual.
4106
4107 * frames.texi (Layout Parameters): The defaults for the
4108 menu-bar-lines and tool-bar-lines parameters depend on the mode.
4109
4110 * display.texi (Progress): Document spinner functionality.
4111
4112 * os.texi (Killing Emacs): Note that kill-emacs can be called by
4113 operating system signals. Refer to save-buffers-kill-terminal
4114 instead of save-buffers-kill-emacs.
4115
4116 * objects.texi (Symbol Type): Document ## print representation.
4117
4118 2011-08-25 Eli Zaretskii <eliz@gnu.org>
4119
4120 * display.texi (Specified Space): Mention that `space' specs
4121 influence bidi reordering.
4122 (Bidirectional Display): Explain how to use `(space . PROPS)' for
4123 separating fields with bidirectional content.
4124
4125 2011-08-24 Eli Zaretskii <eliz@gnu.org>
4126
4127 * display.texi (Bidirectional Display): Document return value in
4128 buffers that are not bidi-reordered for display, and in unibyte
4129 buffers.
4130
4131 2011-08-23 Eli Zaretskii <eliz@gnu.org>
4132
4133 * nonascii.texi (Character Properties): Document the values for
4134 unassigned codepoints.
4135
4136 2011-08-18 Eli Zaretskii <eliz@gnu.org>
4137
4138 * nonascii.texi (Character Properties): Document use of
4139 `bidi-class' and `mirroring' properties as part of reordering.
4140 Provide cross-references to "Bidirectional Display".
4141
4142 * display.texi (Bidirectional Display): Document the pitfalls of
4143 concatenating strings with bidirectional content, with possible
4144 solutions. Document bidi-string-mark-left-to-right.
4145 Mention paragraph direction in modes that inherit from prog-mode.
4146 Document use of `bidi-class' and `mirroring' properties as part of
4147 reordering.
4148
4149 2011-08-16 Eli Zaretskii <eliz@gnu.org>
4150
4151 * modes.texi (Major Mode Conventions): Improve the documentation
4152 of `mode-class' `special' modes.
4153
4154 * nonascii.texi (Character Properties): Document the `mirroring'
4155 property. Add index entries.
4156
4157 * syntax.texi (Categories): Add an example of defining a new
4158 category and category table.
4159
4160 * searching.texi (Regexp Backslash): Document how to display
4161 existing categories. Mention the possibility of adding
4162 categories, and add an xref to where this is described. Add an
4163 index entry.
4164
4165 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
4166
4167 * text.texi (Special Properties):
4168 * display.texi (Overlay Properties): Note that mouse-face cannot
4169 change the text size (Bug#8530).
4170
4171 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
4172
4173 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
4174 using setenv instead.
4175
4176 2011-07-28 Eli Zaretskii <eliz@gnu.org>
4177
4178 * display.texi (Bidirectional Display): Document the fact that
4179 bidi-display-reordering is t by default.
4180
4181 2011-07-23 Eli Zaretskii <eliz@gnu.org>
4182
4183 * display.texi (Bidirectional Display): New section.
4184
4185 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4186 Tim Cross <theophilusx@gmail.com> (tiny change)
4187 Glenn Morris <rgm@gnu.org>
4188
4189 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
4190
4191 2011-07-15 Andreas Schwab <schwab@linux-m68k.org>
4192
4193 * help.texi (Keys in Documentation): Revert last change.
4194
4195 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4196
4197 * help.texi (Keys in Documentation): Clarify that \= only quotes
4198 the next character, and doesn't affect longer sequences in
4199 particular (bug#8935).
4200
4201 * debugging.texi (Using Debugger):
4202 Mention @code{eval-expression-debug-on-error} (bug#8549).
4203
4204 2011-07-14 Eli Zaretskii <eliz@gnu.org>
4205
4206 * display.texi (Other Display Specs): Document that `left-fringe'
4207 and `right-fringe' display specifications are of the "replacing"
4208 kind.
4209
4210 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4211
4212 * help.texi (Documentation Basics): Add a link to the Function
4213 Documentation node (bug#6580).
4214
4215 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4216
4217 * keymaps.texi (Menu Bar): Mention :visible and :enable
4218 (bug#6344). Text by Drew Adams.
4219
4220 * modes.texi (Running Hooks): Mention buffer-local hook variables
4221 (bug#6218).
4222
4223 * objects.texi (General Escape Syntax): "a with grave accent" is
4224 ?xe0, not ?x8e0 (bug#5259).
4225
4226 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4227
4228 * display.texi (Face Attributes, Font Selection): Add references
4229 to the Fonts node in the Emacs manual (Bug#4178).
4230
4231 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4232
4233 * display.texi (Window Systems): `window-system' is
4234 terminal-local.
4235
4236 * frames.texi (Frame Parameters, Parameter Access): Don't mention
4237 frame-local variables.
4238
4239 * variables.texi (Buffer-Local Variables): Don't mention obsolete
4240 frame-local variables.
4241 (Frame-Local Variables): Node deleted.
4242
4243 * elisp.texi (Top): Update node listing.
4244
4245 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4246
4247 * elisp.texi: Change "inferiors" to "subnodes" in three places
4248 (bug#3523).
4249
4250 2011-07-11 Chong Yidong <cyd@stupidchicken.com>
4251
4252 * frames.texi (Window System Selections): Discussion of
4253 x-select-enable-clipboard moved to Emacs manual.
4254
4255 2011-07-11 Deniz Dogan <deniz@dogan.se>
4256
4257 * commands.texi (Prefix Command Arguments): Remove excessive
4258 apostrophe.
4259
4260 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4261
4262 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
4263 description is a string (bug#3313).
4264
4265 * frames.texi (Display Feature Testing): Try to explain what all
4266 the visual classes mean (bug#3042).
4267
4268 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4269
4270 * modes.texi (Mode Line Variables): Document `mode-line-remote'
4271 and `mode-line-client' (bug#2974).
4272
4273 * text.texi (Insertion): Clarify marker movements (bug#1651).
4274 Text from Drew Adams.
4275
4276 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4277
4278 * text.texi (Special Properties): Clarify the format of `face'
4279 (bug#1375).
4280
4281 * commands.texi (Interactive Call): Add a `call-interactively'
4282 example (bug#1010).
4283
4284 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4285
4286 * functions.texi (Calling Functions): Link to the "Interactive
4287 Call" node (bug#1001).
4288
4289 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
4290
4291 * customize.texi (Composite Types): Move alist and plist to here
4292 from Simple Types (Bug#7545).
4293
4294 * elisp.texi (Top): Update menu description.
4295
4296 * display.texi (Face Attributes): Document negative line widths
4297 (Bug#6113).
4298
4299 2011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
4300
4301 * searching.texi (Match Data): Note that match data can be
4302 overwritten by most functions (bug#2499).
4303
4304 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4305
4306 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
4307 flags mean (bug#6659).
4308
4309 * functions.texi (What Is a Function): Document the autoload
4310 object (bug#6496).
4311
4312 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4313
4314 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
4315 is only used in the Customize user interface (bug#6089).
4316
4317 * display.texi (Showing Images): Mention the point of sliced
4318 images (bug#7836).
4319
4320 2011-07-02 Eli Zaretskii <eliz@gnu.org>
4321
4322 * variables.texi (Defining Variables, Void Variables)
4323 (Constant Variables): Fix incorrect usage of @kindex.
4324
4325 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4326
4327 * variables.texi (Defining Variables): Add an index entry for
4328 `set-variable' (bug#7262).
4329 (Defining Variables): Use @findex for functions.
4330
4331 * frames.texi (Basic Parameters): Document the `explicit-name'
4332 parameter (bug#6951).
4333
4334 * customize.texi (Type Keywords): Clarify that :value provides a
4335 default value for all types (bug#7386).
4336
4337 * streams.texi (Output Functions): Document `pp'.
4338
4339 2011-06-25 Chong Yidong <cyd@stupidchicken.com>
4340
4341 * keymaps.texi (Searching Keymaps):
4342 * display.texi (Overlay Properties): Fix errors in 2011-05-29
4343 change. Suggested by Johan Bockgård.
4344
4345 2011-06-15 Chong Yidong <cyd@stupidchicken.com>
4346
4347 * text.texi (Special Properties): Clarify role of font-lock-face.
4348
4349 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4350
4351 * processes.texi (Process Information): Rename `process-alive-p'
4352 to `process-live-p' for consistency with other `-live-p' functions.
4353
4354 2011-06-03 Paul Eggert <eggert@cs.ucla.edu>
4355
4356 Document wide integers better.
4357 * files.texi (File Attributes): Document ino_t values better.
4358 ino_t values no longer map to anything larger than a single cons.
4359 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations)
4360 (Bitwise Operations):
4361 * objects.texi (Integer Type): Use a binary notation that is a bit easier
4362 to read, and that will port better if 62-bits becomes the default.
4363 Fix or remove incorrect examples.
4364 * os.texi (Time Conversion): Document time_t values better.
4365
4366 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4367
4368 * processes.texi (Process Information):
4369 Document `process-alive-p'.
4370
4371 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4372
4373 * help.texi (Accessing Documentation):
4374 * display.texi (Pixel Specification):
4375 * processes.texi (Serial Ports, Serial Ports):
4376 * nonascii.texi (Character Properties, Default Coding Systems):
4377 * text.texi (Changing Properties, Special Properties):
4378 * windows.texi (Window Start and End):
4379 * modes.texi (SMIE Indentation Example, SMIE Tricks):
4380 * keymaps.texi (Searching Keymaps, Tool Bar):
4381 * minibuf.texi (Basic Completion):
4382 * compile.texi (Eval During Compile):
4383 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
4384 7x9 paper in printed manual.
4385
4386 * lists.texi (Sets And Lists): Fix misplaced text.
4387
4388 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
4389
4390 * keymaps.texi (Remapping Commands): Emphasize that the keymap
4391 needs to be active (Bug#8350).
4392
4393 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
4394
4395 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
4396
4397 * tips.texi (Coding Conventions): Remove antediluvian filename
4398 limit recommendation (Bug#8538).
4399
4400 2011-05-27 Glenn Morris <rgm@gnu.org>
4401
4402 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
4403
4404 2011-05-26 Glenn Morris <rgm@gnu.org>
4405
4406 * variables.texi (File Local Variables):
4407 Update hack-local-variables `mode-only' return value.
4408 Add some more details on what this function does in the other case.
4409
4410 2011-05-19 Glenn Morris <rgm@gnu.org>
4411
4412 * lists.texi (Sets And Lists): Mention cl provides union etc.
4413
4414 2011-05-19 Nix <nix@esperi.org.uk>
4415
4416 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
4417
4418 * text.texi (Parsing HTML): Update for function name changes.
4419
4420 * syntax.texi (Syntax Flags): Small fix.
4421
4422 * keymaps.texi (Active Keymaps): Typo fix.
4423 (Changing Key Bindings): Grammar fix.
4424
4425 * frames.texi (Minibuffers and Frames): Grammar fix.
4426 (Window System Selections): x-select-enable-clipboard now defaults to t.
4427
4428 * customize.texi (Common Keywords):
4429 * display.texi (Abstract Display):
4430 * modes.texi (Auto-Indentation):
4431 * nonascii.texi (Converting Representations): Typo fixes.
4432
4433 * control.texi (Examples of Catch): Call it "goto" not "go to".
4434
4435 2011-05-14 Eli Zaretskii <eliz@gnu.org>
4436
4437 * nonascii.texi (Character Properties): Fix inconsistencies with
4438 implementation.
4439
4440 * text.texi (Special Properties): Move @defvar's out of the
4441 @table. (Bug#8652)
4442
4443 2011-05-12 Glenn Morris <rgm@gnu.org>
4444
4445 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
4446
4447 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4448
4449 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
4450 (Multiline Font Lock):
4451 * vol2.texi (Top):
4452 * vol1.texi (Top):
4453 * elisp.texi (Top): Update menu accordingly.
4454
4455 2011-05-12 Drew Adams <drew.adams@oracle.com>
4456
4457 * modes.texi (Region to Fontify): Fix typo.
4458
4459 2011-05-10 Jim Meyering <meyering@redhat.com>
4460
4461 * minibuf.texi: Fix typo "in in -> in".
4462
4463 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4464
4465 * numbers.texi (Integer Basics): Large integers are treated as floats.
4466
4467 2011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4468
4469 * processes.texi (Synchronous Processes): Document the (:file
4470 "/file-name") syntax for `call-process'.
4471
4472 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
4473
4474 * windows.texi (Choosing Window): Fix typo.
4475
4476 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
4477
4478 * frames.texi (Layout Parameters): Note the difference between
4479 querying and setting parameters for left-fringe and right-fringe
4480 (Bug#6930).
4481
4482 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4483
4484 * minibuf.texi (Basic Completion): Be a bit more precise about the
4485 valid kinds of completion tables.
4486 (Programmed Completion): Remove obsolete text about lambda expressions
4487 not being valid completion tables.
4488
4489 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
4490
4491 * positions.texi (Excursions): Explain the "save-excursion
4492 defeated by set-buffer" warning.
4493
4494 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
4495 save-excursion. Suggested by Uday S Reddy.
4496
4497 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4498
4499 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4500 (Lexical Binding): New sub-section.
4501
4502 * eval.texi (Eval): Discourage the use of `eval'.
4503 Document its new `lexical' argument.
4504
4505 2011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4506
4507 * commands.texi (Command Overview): `post-command-hook' is not reset to
4508 nil any more.
4509
4510 2011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4511
4512 * strings.texi (String Conversion): Don't mention
4513 string-make-(uni|multi)byte (bug#8262).
4514 * nonascii.texi (Converting Representations): Fix up range.
4515 * keymaps.texi (Key Binding Commands): Update code point, avoid
4516 "unibyte character" and remove mention of unibyte bindings.
4517
4518 2011-03-10 Eli Zaretskii <eliz@gnu.org>
4519
4520 * modes.texi (Operator Precedence Grammars): Don't use characters
4521 outside ISO-8859-1.
4522
4523 2011-03-09 Eli Zaretskii <eliz@gnu.org>
4524
4525 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4526
4527 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
4528
4529 2011-03-08 Glenn Morris <rgm@gnu.org>
4530
4531 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
4532 * intro.texi (Acknowledgements): Names to UTF-8.
4533 * elisp.texi: Set documentencoding.
4534
4535 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4536
4537 * Version 23.3 released.
4538
4539 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4540
4541 * package.texi: Update index keywords.
4542 (Package Archives): New node contents. Document package-x.el.
4543
4544 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
4545
4546 * makefile.w32-in (srcs): Add package.texi.
4547
4548 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
4549
4550 * package.texi (Packaging, Packaging Basics, Simple Packages)
4551 (Multi-file Packages): Expand and clarify.
4552 (Package Archives): Temporary placeholder node.
4553
4554 * elisp.texi (Top): Update node listing.
4555
4556 * Makefile.in (srcs): Add package.texi.
4557
4558 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
4559
4560 * processes.texi (Synchronous Processes): Minor clarification
4561 (Bug#8149).
4562
4563 2011-03-03 Glenn Morris <rgm@gnu.org>
4564
4565 * files.texi (Truenames): Minor clarification. (Bug#2341)
4566
4567 2011-03-01 Glenn Morris <rgm@gnu.org>
4568
4569 * variables.texi (Directory Local Variables):
4570 Mention `(subdirs . nil)' alist element.
4571
4572 2011-02-28 Glenn Morris <rgm@gnu.org>
4573
4574 * variables.texi (Directory Local Variables): Mention the optional
4575 mtime argument of dir-locals-set-directory-class. (Bug#3577)
4576
4577 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
4578
4579 * minibuf.texi (Minibuffer History): Clarify discussion of
4580 minibuffer history lists (Bug#8085).
4581
4582 2011-02-19 Eli Zaretskii <eliz@gnu.org>
4583
4584 * elisp.texi: Sync @dircategory with ../../info/dir.
4585
4586 * files.texi (Visiting Functions): Document find-file-literally,
4587 both the command and the variable.
4588
4589 * variables.texi (Creating Buffer-Local): Explain the meaning of
4590 permanent local variables.
4591
4592 * files.texi (Visiting Functions): Document find-file-literally,
4593 both the command and the variable.
4594
4595 * variables.texi (Creating Buffer-Local): Explain the meaning of
4596 permanent local variables.
4597
4598 2011-02-19 Glenn Morris <rgm@gnu.org>
4599
4600 * keymaps.texi (Remapping Commands): Mention how to undo it.
4601
4602 2011-02-09 Reuben Thomas <rrt@sc3d.org>
4603
4604 * loading.texi (Hooks for Loading): Remove unnecessary advice
4605 about eval-after-load (Bug#7986).
4606
4607 2011-02-05 Chong Yidong <cyd@stupidchicken.com>
4608
4609 * commands.texi (Accessing Mouse): Note that a header line is not
4610 included in the row of posn-col-row.
4611
4612 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
4613
4614 * modes.texi (Major Mode Conventions): Add face guidelines.
4615 (Faces for Font Lock): List faces in order of prominence.
4616
4617 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
4618
4619 format-time-string now supports subsecond time stamp resolution
4620 * os.texi (Time Parsing): Document %N.
4621
4622 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
4623
4624 * vol1.texi (Top):
4625 * vol2.texi (Top):
4626 * elisp.texi (Top):
4627 * display.texi (Display Property): Shorten the menu description of
4628 the "Other Display Specs" node (Bug#7816).
4629
4630 * keymaps.texi (Defining Menus): Add "menu item" and "extended
4631 menu item" concept index entries (Bug#7805).
4632
4633 2011-01-29 Eli Zaretskii <eliz@gnu.org>
4634
4635 * makefile.w32-in (texinfodir): New variable.
4636 (usermanualdir): Remove as redundant with $(emacsdir).
4637 (MAKEINFO): Remove options, leave only program name.
4638 (MAKEINFO_OPTS): New variable.
4639 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
4640
4641 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4642 Richard Kim <emacs18@gmail.com>
4643
4644 * loading.texi (Library Search): Document list-load-path-shadows
4645 (Bug#7757).
4646
4647 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
4648
4649 * searching.texi (Regexp Special): Remove outdated discussion of
4650 character sets (Bug#7780).
4651
4652 * frames.texi (Pop-Up Menus): Document where menu title comes
4653 from (Bug#7684).
4654
4655 2011-01-25 Glenn Morris <rgm@gnu.org>
4656
4657 * display.texi (Making Buttons): Mention limitation of text buttons.
4658
4659 2011-01-23 Werner Lemberg <wl@gnu.org>
4660
4661 * Makefile.in (MAKEINFO): Now controlled by `configure'.
4662 (MAKEINFO_OPTS): New variable. Use it where appropriate.
4663 (ENVADD): New variable to control texi2dvi and texi2pdf.
4664
4665 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
4666
4667 * files.texi (Directory Names): Move directory-abbrev-alist doc to
4668 Emacs manual.
4669
4670 2011-01-15 Eli Zaretskii <eliz@gnu.org>
4671
4672 * files.texi (Directory Names): Explain why FROM in
4673 directory-abbrev-alist should begin with \`. (Bug#7777)
4674
4675 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
4678
4679 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4680
4681 * modes.texi (Emulating Mode Line): Fix last change.
4682
4683 2011-01-02 Eli Zaretskii <eliz@gnu.org>
4684
4685 * modes.texi (Emulating Mode Line): Update documentation of
4686 format-mode-line according to changes that fixed bug #7587.
4687
4688 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4689
4690 * modes.texi (Derived Modes): Mention prog-mode.
4691
4692 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
4693 of the key-binding-data cache since we don't use it any more.
4694
4695 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4696
4697 * processes.texi (Shell Arguments):
4698 * strings.texi (Creating Strings): Don't mention "shell commands";
4699 make it explicit that `split-string-and-unquote' and
4700 `combine-and-quote-strings' are mainly for working with arguments
4701 to call-process and start-process.
4702
4703 * processes.texi (Shell Arguments): Fix documentation of
4704 `split-string-and-unquote'. Add indexing. (Bug#7563)
4705
4706 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4707
4708 * modes.texi (Auto-Indentation): New section to document SMIE.
4709 (Major Mode Conventions):
4710 * text.texi (Mode-Specific Indent): Refer to it.
4711
4712 2010-12-13 Eli Zaretskii <eliz@gnu.org>
4713
4714 * display.texi (Other Display Specs): Document left-fringe and
4715 right-fringe display specs.
4716
4717 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4718
4719 * backups.texi (Making Backups):
4720 * modes.texi (Example Major Modes): Use recommended coding style.
4721 (Major Mode Basics, Derived Modes): Encourge more strongly use of
4722 define-derived-mode. Mention completion-at-point-functions.
4723
4724 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
4725
4726 * nonascii.texi (Converting Representations):
4727 Document byte-to-string.
4728
4729 2010-12-08 Glenn Morris <rgm@gnu.org>
4730
4731 * buffers.texi (Modification Time):
4732 verify-visited-file-modtime now defaults to the current buffer.
4733
4734 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4735
4736 * nonascii.texi (Converting Representations): Document byte-to-string.
4737
4738 * strings.texi (Creating Strings): Don't mention semi-obsolete
4739 function char-to-string.
4740 (String Conversion): Shorten discussion of semi-obsolete function
4741 string-to-char. Link to Converting Representations.
4742
4743 * objects.texi (Symbol Type):
4744 * text.texi (Near Point):
4745 * help.texi (Help Functions):
4746 * functions.texi (Mapping Functions): Use string instead of
4747 char-to-string in examples.
4748
4749 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
4750
4751 * text.texi (Kill Functions, Kill Functions)
4752 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
4753 YANK-HANDLER args.
4754
4755 * symbols.texi (Creating Symbols): Using unintern without an
4756 obarray arg is now obsolete.
4757
4758 * numbers.texi (Float Basics): Document float-e and float-pi.
4759
4760 * variables.texi (Defining Variables): Change "pi" example to
4761 "float-pi".
4762
4763 2010-11-26 Eli Zaretskii <eliz@gnu.org>
4764
4765 * commands.texi (Click Events): Document the values of X, Y and
4766 COL, ROW in the event's position, when the click is on the header
4767 or mode line, on the fringes, or in the margins.
4768
4769 2010-11-17 Eli Zaretskii <eliz@gnu.org>
4770
4771 * customize.texi (Composite Types): Lower-case index entry.
4772
4773 * loading.texi (How Programs Do Loading):
4774 Document load-file-name. (Bug#7346)
4775
4776 2010-11-17 Glenn Morris <rgm@gnu.org>
4777
4778 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
4779
4780 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4781
4782 * display.texi (Usual Display): Characters with no fonts are not
4783 necessarily displayed as empty boxes.
4784
4785 2010-10-31 Glenn Morris <rgm@gnu.org>
4786
4787 * maps.texi (Standard Keymaps): Update File menu description.
4788
4789 2010-10-28 Glenn Morris <rgm@gnu.org>
4790
4791 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
4792
4793 2010-10-24 Eli Zaretskii <eliz@gnu.org>
4794
4795 * display.texi (Window Systems): Deprecate use of window-system as
4796 a predicate.
4797
4798 2010-10-23 Glenn Morris <rgm@gnu.org>
4799
4800 * help.texi (Documentation Basics): Remove mentions of digest-doc and
4801 sorted-doc.
4802
4803 2010-10-15 Eli Zaretskii <eliz@gnu.org>
4804
4805 * os.texi (Dynamic Libraries): New node, with slightly modified
4806 text deleted from "Image Formats".
4807 (System Interface): Add @menu entry for "Dynamic Libraries".
4808
4809 * display.texi (Image Formats): Remove description of
4810 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
4811
4812 2010-10-12 Glenn Morris <rgm@gnu.org>
4813
4814 * book-spine.texinfo: Rename to book-spine.texi.
4815
4816 2010-10-11 Glenn Morris <rgm@gnu.org>
4817
4818 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
4819
4820 * Makefile.in (DVIPS): New variable.
4821 (.PHONY): Add html, ps.
4822 (html, elisp.html, ps, elisp.ps): New targets.
4823 (clean): Delete html, ps files.
4824 ($(infodir)/elisp): Remove unnecessary includes.
4825
4826 2010-10-09 Eli Zaretskii <eliz@gnu.org>
4827
4828 * makefile.w32-in (emacsdir): New variable.
4829 (srcs): Add emacsver.texi.
4830 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
4831
4832 2010-10-09 Glenn Morris <rgm@gnu.org>
4833
4834 * Makefile.in (VPATH): Remove.
4835 (infodir): Make it absolute.
4836 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
4837
4838 * Makefile.in (dist): Anchor regexps.
4839
4840 * Makefile.in (srcs): Put elisp.texi first.
4841 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
4842
4843 * Makefile.in (infoclean): Remove harmless, long-standing error.
4844
4845 * Makefile.in ($(infodir)): Delete rule.
4846 (mkinfodir): New.
4847 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
4848
4849 * Makefile.in (dist): Remove reference to emacsver.texi.in.
4850 Also copy emacsver.texi, and edit $emacsdir.
4851
4852 2010-10-09 Glenn Morris <rgm@gnu.org>
4853
4854 * Makefile.in (emacsdir): New variable.
4855 (MAKEINFO): Add -I $emacsdir.
4856 (dist): Copy emacsver.texi.
4857 (srcs): Add emacsver.texi.
4858
4859 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
4860 Set EMACSVER by including emacsver.texi.
4861
4862 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
4863
4864 2010-10-07 Glenn Morris <rgm@gnu.org>
4865
4866 * Makefile.in (version): New, set by configure.
4867 (clean): Delete dist tar file.
4868 (dist): Use version in tar name.
4869
4870 2010-10-06 Glenn Morris <rgm@gnu.org>
4871
4872 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
4873 (INSTALL_INFO): Remove unused variable.
4874 (mostlyclean, infoclean, dist): New rules.
4875 (clean): Delete dvi and pdf files.
4876 (maintainer-clean): Remove elisp.oaux, use infoclean.
4877 ($(infodir)): Add parallel build workaround.
4878
4879 2010-10-04 Glenn Morris <rgm@gnu.org>
4880
4881 * Makefile.in (dvi, pdf, $(infodir)): New targets.
4882 ($(infodir)/elisp): Ensure target directory exists. Use $@.
4883 Fix -I typo.
4884 (clean): No 'make.out' or 'core' files.
4885 (.PHONY): Declare clean rules.
4886 (maintainer-clean): Delete pdf file. Guard against cd failures.
4887
4888 2010-10-03 Glenn Morris <rgm@gnu.org>
4889
4890 * files.texi (File Name Components): Remove ignored section about
4891 deleted variable directory-sep-char.
4892
4893 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
4894
4895 * files.texi (Magic File Names): New defopt
4896 remote-file-name-inhibit-cache.
4897
4898 2010-10-02 Glenn Morris <rgm@gnu.org>
4899
4900 * os.texi (Killing Emacs): Hook now runs in batch mode.
4901
4902 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
4903
4904 * text.texi (Special Properties): Clarify when modification-hooks run.
4905
4906 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * syntax.texi (Syntax Flags): Document new `c' flag.
4909
4910 2010-09-09 Glenn Morris <rgm@gnu.org>
4911
4912 * display.texi (ImageMagick Images): General cleanup.
4913
4914 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4915
4916 * files.texi (Directory Names): Use \` rather than ^.
4917
4918 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
4919
4920 * text.texi (Low-Level Kill Ring):
4921 * frames.texi (Window System Selections): Remove cut buffer
4922 documentation.
4923
4924 2010-08-28 Eli Zaretskii <eliz@gnu.org>
4925
4926 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
4927 Parameters", where the default fringe width is described.
4928
4929 * frames.texi (Window Frame Parameters, Basic Parameters)
4930 (Position Parameters, Layout Parameters, Management Parameters)
4931 (Cursor Parameters, Font and Color Parameters): Add indexing for
4932 frame parameters. (Bug#6929)
4933
4934 2010-08-25 Tom Tromey <tromey@redhat.com>
4935
4936 * vol2.texi (Top): Update.
4937 * vol1.texi (Top): Update.
4938 * tips.texi (Library Headers): Mention Package-Version and
4939 Package-Requires.
4940 * package.texi: New file.
4941 * os.texi (System Interface): Update pointers.
4942 * elisp.texi (Top): Link to new nodes. Include package.texi.
4943 * anti.texi (Antinews): Update pointers.
4944
4945 2010-08-25 Eli Zaretskii <eliz@gnu.org>
4946
4947 * processes.texi (Filter Functions): Fix last change.
4948
4949 2010-08-24 Markus Triska <triska@gmx.at>
4950
4951 * processes.texi (Filter Functions): Use `buffer-live-p' instead
4952 of `buffer-name' in the main text as well as in the example
4953 (Bug#3098).
4954
4955 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4956
4957 * nonascii.texi (Text Representations):
4958 * loading.texi (Loading Non-ASCII):
4959 * compile.texi (Byte Compilation): Don't mention obsolete
4960 --unibyte command-line argument.
4961
4962 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4963
4964 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
4965
4966 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
4967
4968 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
4969
4970 2010-08-20 Eli Zaretskii <eliz@gnu.org>
4971
4972 * commands.texi (Misc Events): Add cross-references to where
4973 POSITION of a mouse event is described in detail.
4974
4975 2010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
4976
4977 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
4978
4979 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4980
4981 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
4982 Suggested by Štěpán Němec <stepnem@gmail.com>.
4983
4984 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
4985
4986 * minibuf.texi (High-Level Completion): Document args of
4987 `read-buffer-function' (bug#5625).
4988
4989 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
4990
4991 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
4992
4993 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
4994
4995 * processes.texi (Process Information): Explain process property
4996 `remote-tty'.
4997
4998 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
4999
5000 * modes.texi (Defining Minor Modes): Use C-delete in examples,
5001 instead of "\C-\^?" (bug#6334).
5002
5003 * text.texi (Special Properties): Fix typo.
5004
5005 2010-07-09 Eli Zaretskii <eliz@gnu.org>
5006
5007 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
5008 calling sequences, which are now the standard.
5009
5010 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
5011
5012 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
5013
5014 * commands.texi (Command Overview): Mention undo-boundary call.
5015
5016 2010-06-23 Glenn Morris <rgm@gnu.org>
5017
5018 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
5019 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
5020 * frames.texi, functions.texi, internals.texi, keymaps.texi:
5021 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
5022 * searching.texi, sequences.texi, strings.texi, syntax.texi:
5023 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
5024 Untabify Texinfo files.
5025
5026 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
5027
5028 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
5029
5030 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
5031
5032 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5033
5034 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
5035
5036 * searching.texi (Regexp Special): Remove obsolete information
5037 about matching non-ASCII characters, and suggest using char
5038 classes (Bug#6283).
5039
5040 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
5041
5042 * minibuf.texi (Basic Completion): Add missing "@end defun".
5043
5044 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5045
5046 * minibuf.texi (Basic Completion): Document completion-boundaries.
5047 (Programmed Completion): Document the new fourth method for boundaries.
5048
5049 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
5050
5051 * display.texi (Image Cache): Update documentation about image caching.
5052
5053 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
5054
5055 * windows.texi (Textual Scrolling):
5056 * tips.texi (Coding Conventions):
5057 * minibuf.texi (Minibuffer History):
5058 * maps.texi (Standard Keymaps):
5059 * loading.texi (Where Defined):
5060 * edebug.texi (Instrumenting): Fix typos.
5061
5062 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5063
5064 * keymaps.texi (Menu Bar): Document :advertised-binding property.
5065
5066 * functions.texi (Obsolete Functions):
5067 Document set-advertised-calling-convention.
5068
5069 * minibuf.texi (Basic Completion): Document completion-in-region.
5070 (Programmed Completion): Document completion-annotate-function.
5071
5072 * commands.texi (Reading One Event): Document read-key.
5073 (Distinguish Interactive): Document KIND arg to
5074 called-interactively-p. Delete obsolete interactive-p.
5075
5076 * elisp.texi (Top): Update node description.
5077
5078 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5079
5080 * nonascii.texi (Character Properties):
5081 Document unicode-category-table. Add an index entry for Unicode
5082 general category.
5083
5084 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5085
5086 * Version 23.2 released.
5087
5088 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
5089
5090 * locals.texi (Standard Buffer-Local Variables):
5091 Remove @ignore'd reference to `direction-reversed'.
5092
5093 2010-04-14 Juri Linkov <juri@jurta.org>
5094
5095 Fix @deffn without category.
5096
5097 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
5098 for `abbrev-insert'.
5099
5100 * buffers.texi (Indirect Buffers): Add category `Command'
5101 to @deffn of `clone-indirect-buffer'.
5102
5103 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
5104 for `next-window' and `previous-window'. Add category `Command'
5105 to @deffn of `pop-to-buffer'.
5106
5107 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
5108
5109 * nonascii.texi (Text Representations): Don't mark
5110 enable-multibyte-characters as a user option.
5111
5112 2010-03-31 Eli Zaretskii <eliz@gnu.org>
5113
5114 * control.texi (Handling Errors): How to re-throw a signal caught
5115 by condition-case.
5116
5117 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
5118
5119 * loading.texi (Hooks for Loading): Document after-load-functions.
5120 Copyedits.
5121
5122 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
5123
5124 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
5125
5126 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
5127
5128 * processes.texi (Network Processes): Document seqpacket type.
5129
5130 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5131
5132 * os.texi (System Environment): Do not mention lynxos.
5133
5134 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5135
5136 * Branch for 23.2.
5137
5138 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
5139
5140 * objects.texi (Integer Type): Take note of the read syntax
5141 exception for numbers that cannot fit in the integer type.
5142
5143 2010-03-03 Glenn Morris <rgm@gnu.org>
5144
5145 * numbers.texi (Integer Basics, Bitwise Operations):
5146 * objects.texi (Integer Type): Update for integers now being 30-bit.
5147
5148 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
5149
5150 * display.texi (Low-Level Font): Document :otf font-spec property.
5151
5152 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5153
5154 * display.texi (Line Height): Avoid obsolete special default variables
5155 like default-major-mode.
5156
5157 2010-01-28 Alan Mackenzie <acm@muc.de>
5158
5159 * display.texi (Auto Faces): Say fontification-functions is called
5160 whether or not Font Lock is enabled. Tidy up the wording a bit.
5161
5162 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5163
5164 * elisp.texi: Remove duplicate edition information (Bug#5407).
5165
5166 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5167
5168 * two.el (volume-header-toc-markup): Fix typos in docstring.
5169
5170 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5171
5172 Avoid dubious uses of save-excursions.
5173 * positions.texi (Excursions): Recommend the use of
5174 save-current-buffer if applicable.
5175 * text.texi (Clickable Text): Fix the example code which used
5176 save-excursion in a naive way which sometimes preserves point and
5177 sometimes not.
5178 * variables.texi (Creating Buffer-Local):
5179 * os.texi (Session Management):
5180 * display.texi (GIF Images):
5181 * control.texi (Cleanups): Use (save|with)-current-buffer.
5182
5183 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5184
5185 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
5186
5187 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5188
5189 * nonascii.texi (Text Representations, Character Codes)
5190 (Converting Representations, Explicit Encoding)
5191 (Translation of Characters): Use hex notation consistently.
5192 (Character Sets): Fix map-charset-chars doc (Bug#5197).
5193
5194 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5195
5196 * loading.texi (Where Defined): Make it clearer that these are
5197 loaded files (Bug#5068).
5198
5199 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
5200
5201 * minibuf.texi (Completion Styles): Document `initials' style.
5202
5203 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
5204
5205 * frames.texi (Resources): Describe inhibit-x-resources.
5206 (Size Parameters): Copyedit.
5207
5208 * hash.texi (Creating Hash):
5209 * objects.texi (Hash Table Type): Document the new hash table
5210 printed representation.
5211
5212 * minibuf.texi (Basic Completion): 4th arg to all-completions is
5213 obsolete.
5214
5215 * processes.texi (Process Buffers):
5216 Document process-kill-buffer-query-function.
5217
5218 2009-12-05 Glenn Morris <rgm@gnu.org>
5219
5220 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
5221 diary-display-function, and no longer recommended to be a hook.
5222 Update for changes in the names of calendar and diary hooks.
5223 diary-print-entries-hook has changed section.
5224
5225 2009-11-28 Eli Zaretskii <eliz@gnu.org>
5226
5227 * text.texi (Special Properties): More accurate description of
5228 what the `cursor' property does.
5229
5230 2009-11-26 Kevin Ryde <user42@zip.com.au>
5231
5232 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
5233 mouse-wheel-down-event, the closest thing to a definition for them.
5234 * os.texi (Startup Summary): vindex inhibit-startup-message and
5235 inhibit-splash-screen.
5236 (Command-Line Arguments): vindex argv.
5237 (Suspending Emacs): vindex suspend-tty-functions and
5238 resume-tty-functions. Don't want to index every hook, but having
5239 the programming ones is helpful.
5240
5241 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
5242
5243 * commands.texi (Motion Events): Fix typo (Bug#4907).
5244
5245 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
5246
5247 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
5248 are affected by case-fold-search (Bug#4483).
5249
5250 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
5251
5252 * minibuf.texi (Reading File Names): Note that read-file-name may
5253 use a graphical file dialog.
5254
5255 2009-10-31 Glenn Morris <rgm@gnu.org>
5256
5257 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
5258
5259 2009-10-16 Kevin Ryde <user42@zip.com.au>
5260
5261 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
5262 in particular so `info-lookup-symbol' can find its docs.
5263
5264 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
5265
5266 * variables.texi (Constant Variables): Distinguish from defconst
5267 variables.
5268 (Defining Variables): Add cindex.
5269
5270 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
5271
5272 * os.texi (Time of Day): Clarify that the microsecond part is
5273 ignored (Bug#4637).
5274
5275 2009-10-11 Glenn Morris <rgm@gnu.org>
5276
5277 * frames.texi (Size and Position): Clarify what is included in the frame
5278 height. (Bug#4535)
5279
5280 2009-10-10 Glenn Morris <rgm@gnu.org>
5281
5282 * windows.texi (Size of Window): The relationship between window and
5283 frame heights is not so simple. (Bug#4535)
5284 Mention window-full-height-p.
5285
5286 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5287
5288 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
5289 used from Lisp.
5290
5291 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5292
5293 * files.texi (Directory Names) <abbreviate-file-name>:
5294 Document that root home directories are not replaced with "~".
5295
5296 2009-10-06 Eli Zaretskii <eliz@gnu.org>
5297
5298 * text.texi (Special Properties): Document the meaning of the
5299 `cursor' text property whose value is an integer.
5300
5301 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5302
5303 * files.texi (Magic File Names): Add `copy-directory'.
5304
5305 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5306
5307 * files.texi (File Attributes): Fix description of file
5308 attributes. (Bug#4638) Update attributes of files.texi example to
5309 be more representative.
5310
5311 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5312
5313 * files.texi (Create/Delete Dirs): New command copy-directory.
5314
5315 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5316
5317 * anti.texi (Antinews):
5318 * macros.texi (Indenting Macros):
5319 * strings.texi (Creating Strings, Case Conversion):
5320 Remove duplicate words.
5321
5322 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5323
5324 * files.texi (Create/Delete Dirs): delete-directory has an
5325 optional parameter RECURSIVE.
5326
5327 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5328
5329 * buffers.texi (Swapping Text): Minor clarification.
5330
5331 2009-10-01 Glenn Morris <rgm@gnu.org>
5332
5333 * functions.texi (Declaring Functions): Mention that we also search for
5334 ".m" files in the src/ directory.
5335
5336 2009-09-25 David Engster <deng@randomsample.de>
5337
5338 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
5339
5340 2009-09-22 Glenn Morris <rgm@gnu.org>
5341
5342 * internals.texi (Building Emacs): Mention preloaded-file-list.
5343
5344 2009-09-14 Alan Mackenzie <acm@muc.de>
5345
5346 * os.texi (Terminal Output): Put "@code{}" around "stdout".
5347
5348 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5349
5350 * functions.texi (Anonymous Functions): Rearrange discussion,
5351 giving usage of unquoted lambda forms first. Mention that
5352 `function' and `#'' are no longer required (Bug#4290).
5353
5354 2009-09-11 Alan Mackenzie <acm@muc.de>
5355
5356 * os.texi (Terminal Output): Document `send-string-to-terminal' in
5357 batch mode.
5358
5359 2009-09-01 Glenn Morris <rgm@gnu.org>
5360
5361 * display.texi (Face Functions): Mention define-obsolete-face-alias.
5362
5363 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
5364
5365 * nonascii.texi (Character Codes): Fix typos.
5366
5367 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
5368
5369 * processes.texi (Synchronous Processes): New defvar
5370 process-file-side-effects.
5371
5372 2009-08-25 Glenn Morris <rgm@gnu.org>
5373
5374 * display.texi (Fontsets): Fix typo.
5375
5376 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
5377
5378 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
5379
5380 * processes.texi (Asynchronous Processes): Adjust arglist of
5381 start-process-shell-command and start-file-process-shell-command.
5382
5383 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
5384
5385 * advice.texi (Argument Access in Advice): Note that argument
5386 positions are zero-based (Bug#3932).
5387
5388 * commands.texi (Distinguish Interactive): Minor copyedit.
5389
5390 * display.texi (Face Attributes): Add xref to Displaying Faces for
5391 explanation of "underlying face".
5392
5393 * customize.texi (Common Keywords): Add xref to Loading.
5394
5395 * loading.texi (How Programs Do Loading): Add xref to Lisp
5396 Libraries node in the Emacs manual.
5397
5398 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
5399
5400 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
5401
5402 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
5403
5404 * processes.texi (Shell Arguments): Copyedits.
5405
5406 2009-07-18 Glenn Morris <rgm@gnu.org>
5407
5408 * loading.texi (Repeated Loading): Fix typo.
5409
5410 2009-07-16 Richard Stallman <rms@gnu.org>
5411
5412 * buffers.texi (Swapping Text): Recommend setting
5413 write-region-annotate-functions and buffer-saved-size.
5414
5415 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
5416
5417 2009-07-15 Glenn Morris <rgm@gnu.org>
5418
5419 * edebug.texi: Minor re-phrasings throughout.
5420 (Edebug Execution Modes): Sit-for affects continue mode too.
5421 (Jumping): Use `forward-sexp' rather than its keybinding.
5422 (Edebug Misc): Fix Q binding.
5423 (Edebug Eval): Remove cl version.
5424 (Printing in Edebug): Clarify print-length etc.
5425 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
5426 (Specification List): Remove edebug-unwrap findex entry.
5427 (Specification Examples): defmacro is actually not the same as defun.
5428 Escape "`" in example.
5429
5430 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
5431
5432 * markers.texi (The Mark): Document optional arg to
5433 deactivate-mark.
5434
5435 2009-07-11 Kevin Ryde <user42@zip.com.au>
5436
5437 * hooks.texi (Standard Hooks): Fix cross-references.
5438
5439 * loading.texi (Named Features): Refer to eval-after-load.
5440
5441 2009-07-11 Glenn Morris <rgm@gnu.org>
5442
5443 * Makefile.in (TEXI2PDF): New.
5444 (elisp.pdf): New target.
5445
5446 * searching.texi (Regexp Backslash): Fix typo.
5447
5448 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5449
5450 2009-07-10 Glenn Morris <rgm@gnu.org>
5451
5452 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
5453
5454 * customize.texi (Customization Types):
5455 * display.texi (Abstract Display):
5456 * objects.texi (Character Type, String Type):
5457 Merge in some menu descriptions from elisp.texi.
5458
5459 * hash.texi (Hash Tables):
5460 * modes.texi (Multiline Font Lock):
5461 End menu description with period.
5462
5463 2009-07-09 Glenn Morris <rgm@gnu.org>
5464
5465 * back.texi: Don't hard-code texinfo location.
5466
5467 * two-volume.make (texinfodir): New, with location of texinfo.tex.
5468 (tex): Add texinfodir to TEXINPUTS.
5469 (elisp1med-init, elisp2med-init): Use texinfodir.
5470
5471 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
5472 (clean): Add two-volume.make intermediate files.
5473
5474 * elisp.texi, vol1.texi, vol2.texi:
5475 Use a DATE variable with the publication date, and update it.
5476 Fix antinews menu description.
5477
5478 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
5479 Update the detailed node listing to match elisp.texi.
5480
5481 * README: Update edition to match elisp.texi.
5482
5483 * objects.texi (General Escape Syntax):
5484 * nonascii.texi (Character Sets):
5485 Use consistent case for "Unicode Standard".
5486
5487 * anti.texi (Antinews):
5488 * customize.texi (Variable Definitions):
5489 * functions.texi (Declaring Functions):
5490 * nonascii.texi (Character Properties):
5491 * processes.texi (Serial Ports):
5492 * text.texi (Special Properties):
5493 * tips.texi (Coding Conventions):
5494 Minor rearrangements to improve TeX line-filling.
5495
5496 * commands.texi (Using Interactive): Fix cross-reference.
5497
5498 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5499
5500 * frames.texi (Management Parameters): Mention sticky.
5501
5502 2009-07-01 Andreas Schwab <aschwab@redhat.com>
5503
5504 * help.texi (Help Functions): Fix description of help-buffer and
5505 help-setup-xref to use @defun instead of @deffn.
5506
5507 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
5508
5509 * frames.texi (Size Parameters): Mention maximized for fullscreen.
5510
5511 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
5512
5513 * display.texi (Window Systems): Add ns to the list.
5514
5515 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5516
5517 * Branch for 23.1.
5518
5519 2009-06-17 Martin Rudalics <rudalics@gmx.at>
5520
5521 * windows.texi (Dedicated Windows): Fix typo.
5522 (Resizing Windows): Replace @defun by @deffn.
5523
5524 2009-06-17 Glenn Morris <rgm@gnu.org>
5525
5526 * variables.texi (Directory Local Variables):
5527 Update for 2009-04-11 name-change of dir-locals-directory-alist.
5528
5529 2009-06-09 Kenichi Handa <handa@m17n.org>
5530
5531 * nonascii.texi (Character Sets): State clearly that FROM and TO
5532 are codepoints of CHARSET.
5533
5534 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
5535
5536 * minibuf.texi (Reading File Names): Fix introductory text.
5537 Suggested by stan@derbycityprints.com.
5538 (High-Level Completion): Fix typo.
5539
5540 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
5541
5542 * frames.texi (Text Terminal Colors): Multi-tty is already
5543 implemented, but tty-local colors are not.
5544
5545 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
5546
5547 * hooks.texi (Standard Hooks): Remove mention of obsolete
5548 redisplay-end-trigger-functions.
5549
5550 * internals.texi (Window Internals): Remove mention of obsolete
5551 redisplay-end-trigger-functions.
5552
5553 2009-05-21 Martin Rudalics <rudalics@gmx.at>
5554
5555 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
5556
5557 * backups.texi (Making Backups): backup-directory-alist and
5558 make-backup-file-name-function are options.
5559 (Auto-Saving): auto-save-list-file-prefix is an option.
5560
5561 * buffers.texi (Killing Buffers): buffer-offer-save is an
5562 option.
5563
5564 * display.texi (Refresh Screen): no-redraw-on-reenter is an
5565 option.
5566 (Echo Area Customization): echo-keystrokes is an option.
5567 (Selective Display): selective-display-ellipses is an option.
5568 (Temporary Displays): temp-buffer-show-function is an option.
5569 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
5570 are options.
5571 (Font Selection): face-font-family-alternatives,
5572 face-font-selection-order, face-font-registry-alternatives, and
5573 scalable-fonts-allowed are options.
5574 (Fringe Indicators): indicate-buffer-boundaries is an option.
5575 (Fringe Cursors): overflow-newline-into-fringe is an option.
5576 (Scroll Bars): scroll-bar-mode is an option.
5577
5578 * eval.texi (Eval): max-lisp-eval-depth is an option.
5579
5580 * files.texi (Visiting Functions): find-file-hook is an option.
5581 (Directory Names): directory-abbrev-alist is an option.
5582 (Unique File Names): temporary-file-directory and
5583 small-temporary-file-directory are options.
5584
5585 * frames.texi (Initial Parameters): initial-frame-alist,
5586 minibuffer-frame-alist and default-frame-alist are options.
5587 (Cursor Parameters): blink-cursor-alist and
5588 cursor-in-non-selected-windows ar options.
5589 (Window System Selections): selection-coding-system is an
5590 option.
5591 (Display Feature Testing): display-mm-dimensions-alist is an
5592 option.
5593
5594 * help.texi (Help Functions): help-char and help-event-list are
5595 options.
5596
5597 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
5598 an option.
5599
5600 * minibuf.texi (Minibuffer History): history-length and
5601 history-delete-duplicates are options.
5602 (High-Level Completion): read-buffer-function and
5603 read-buffer-completion-ignore-case are options.
5604 (Reading File Names): read-file-name-completion-ignore-case is
5605 an option.
5606
5607 * modes.texi (Mode Line Top): mode-line-format is an option.
5608 (Mode Line Variables): mode-line-position and mode-line-modes
5609 are options.
5610
5611 * nonascii.texi (Text Representations):
5612 enable-multibyte-characters is an option.
5613 (Default Coding Systems): auto-coding-regexp-alist,
5614 file-coding-system-alist, auto-coding-alist and
5615 auto-coding-functions are options.
5616 (Specifying Coding Systems): inhibit-eol-conversion is an
5617 option.
5618
5619 * os.texi (Init File): site-run-file is an option.
5620 (System Environment): mail-host-address is an option.
5621 (User Identification): user-mail-address is an option.
5622 (Terminal Output): baud-rate is an option.
5623
5624 * positions.texi (Word Motion): words-include-escapes is an
5625 option.
5626
5627 * searching.texi (Standard Regexps): page-delimiter,
5628 paragraph-separate, paragraph-separate and sentence-end are
5629 options.
5630
5631 * text.texi (Margins): left-margin and fill-nobreak-predicate
5632 are options.
5633
5634 * variables.texi (Local Variables): max-specpdl-size is an
5635 option.
5636
5637 * windows.texi (Choosing Window):
5638 split-window-preferred-function, special-display-function and
5639 display-buffer-function are options.
5640
5641 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
5642
5643 Fix errors spotted by Martin Rudalics.
5644
5645 * syntax.texi (Position Parse): Document rationale for ignored
5646 arguments to syntax-ppss-flush-cache.
5647
5648 * processes.texi (Input to Processes): Mark PROCESS arg to
5649 process-running-child-p as optional.
5650 (Network Options): Document NO-ERROR arg to
5651 set-network-process-option.
5652
5653 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
5654 command.
5655
5656 * searching.texi (POSIX Regexps): Mark posix-search-forward and
5657 posix-search-backward as commands.
5658
5659 * os.texi (Killing Emacs): Mark kill-emacs as a command.
5660 (Suspending Emacs): Mark suspend-emacs as a command.
5661 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
5662 commands.
5663 (Terminal Output): Remove obsolete function baud-rate.
5664 Document TERMINAL arg for send-string-to-terminal.
5665
5666 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
5667 terminal-coding-system and set-terminal-coding-system.
5668 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
5669 as optional.
5670 (Character Sets): Document RESTRICTION arg of char-charset.
5671 (Character Codes): Mark POS argument to get-byte as optional.
5672
5673 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
5674 minibuffer-message.
5675
5676 * files.texi (Create/Delete Dirs): Mark make-directory and
5677 delete-directory as commands.
5678
5679 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
5680
5681 * text.texi (Base 64): Mark base64-decode-string and
5682 base64-encode-string as commands.
5683 (Columns): Mark move-to-column as a command.
5684 (Mode-Specific Indent): Document RIGID arg to
5685 indent-for-tab-command.
5686 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
5687 Mark indent-code-rigidly as a command.
5688 (Substitution): Mark translate-region as a command.
5689
5690 * frames.texi (Size and Position): Remove obsolete functions
5691 screen-height and screen-width.
5692
5693 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
5694
5695 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
5696 (Displaying Buffers, Resizing Windows): Correct mistakes;
5697 next-window, previous-window, and pop-to-buffer are not commands,
5698 and fit-window-to-buffer" is a command. (Pointed out by Martin
5699 Rudalics.)
5700
5701 2009-05-17 Richard M Stallman <rms@gnu.org>
5702
5703 * modes.texi (Precalculated Fontification): Clarify text.
5704
5705 2009-05-17 Martin Rudalics <rudalics@gmx.at>
5706
5707 * windows.texi (Selecting Windows): Clarify descriptions of
5708 with-selected-window and get-lru-window.
5709 (Cyclic Window Ordering): Refer to particular frame when talking
5710 about how splitting affects the ordering.
5711 (Displaying Buffers): Fix descriptions of switch-to-buffer and
5712 switch-to-buffer-other-window. Explain how setting of
5713 display-buffer-reuse-frames affects pop-to-buffer.
5714 (Choosing Window): Clarify some details in descriptions of
5715 display-buffer-reuse-frames, pop-up-frames, and
5716 pop-up-frame-function.
5717 (Dedicated Windows): Clarify some details.
5718 (Textual Scrolling): Replace term vscroll by term vertical
5719 scroll position.
5720 (Vertical Scrolling): Fix typo.
5721 (Window Hooks): Relate text on jit-lock-register to window
5722 scrolling and size changes.
5723
5724 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
5725
5726 * frames.texi (Initial Parameters): Clarify what the initial
5727 minibuffer frame is.
5728 (Buffer Parameters): Note that the minibuffer parameter can not be
5729 altered.
5730
5731 * anti.texi (Antinews): Copyedits. Rearrange some entries.
5732 Document display-buffer changes.
5733
5734 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
5735
5736 * anti.texi (Antinews): Rewrite for Emacs 22.
5737
5738 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
5739 obarrays are first mentioned. Define "system abbrev" more
5740 prominently, and add it to the index.
5741 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
5742 Copyedits.
5743 (Abbrev Expansion): Document abbrev-insert.
5744
5745 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
5746
5747 * frames.texi (Font and Color Parameters): Rename from Color
5748 Parameters. Document font-backend parameter.
5749
5750 * vol2.texi (Top): Update node listing.
5751 * vol1.texi (Top): Update node listing.
5752 * elisp.texi (Top): Update node listing.
5753
5754 2009-05-11 Martin Rudalics <rudalics@gmx.at>
5755
5756 * windows.texi (Choosing Window): Don't explicitly refer to
5757 split-window-sensibly's window argument in descriptions of
5758 split-height-threshold and split-width-threshold.
5759
5760 2009-05-10 Martin Rudalics <rudalics@gmx.at>
5761
5762 * windows.texi (Choosing Window): Fix rewrite of window
5763 splitting section.
5764
5765 2009-05-09 Eli Zaretskii <eliz@gnu.org>
5766
5767 * nonascii.texi (Default Coding Systems):
5768 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5769 Add indexing.
5770 (Lisp and Coding Systems): Add index entries.
5771
5772 2009-05-09 Martin Rudalics <rudalics@gmx.at>
5773
5774 * windows.texi (Choosing Window): Describe split-window-sensibly
5775 and rewrite section on window splitting accordingly.
5776 (Textual Scrolling): Replace `...' by @code{...}.
5777
5778 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
5779
5780 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
5781 Remove obsoleted pre-abbrev-expand-hook.
5782
5783 * locals.texi (Standard Buffer-Local Variables): Consolidate table
5784 entries.
5785
5786 * internals.texi (Object Internals): Don't assume 32-bit machines
5787 are the norm.
5788 (Buffer Internals): Consolidate table entries for readability.
5789 (Window Internals): Synch field names to window.h.
5790 (Process Internals): Synch field names to process.h.
5791
5792 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
5793
5794 * variables.texi (File Local Variables): Note that read-circle is
5795 bound to nil when reading file-local variables.
5796
5797 * streams.texi (Input Functions): Document read-circle.
5798 (Output Variables): Add xref to Circular Objects.
5799
5800 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
5801
5802 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
5803 Features and Coding System Basics. Node that "p" stands for
5804 "predicate". Recommend utf-8-emacs instead of emacs-mule.
5805 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
5806 mouse-appearance-menu.
5807 (Programming Tips): Add xref to Progress.
5808
5809 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
5810
5811 * os.texi (Command-Line Arguments):
5812 Document command-line-args-left.
5813 (Suspending Emacs): Adapt text to multi-tty case. Document use of
5814 terminal objects for tty arguments.
5815 (Startup Summary): Add xref to Session Management.
5816 (Session Management): Mention emacs-session-restore. Copyedits.
5817
5818 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
5819
5820 * os.texi (Startup Summary): Copyedits. The init file is not
5821 necessarily named .emacs now. Document initial-buffer-choice and
5822 initial-scratch-message. Note where Emacs exits in batch mode.
5823 Document inhibit-splash-screen as an alias.
5824 (Init File): Be neutral about which init file name to use.
5825
5826 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
5827
5828 * os.texi (System Interface): Fix Texinfo usage.
5829
5830 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
5831
5832 * searching.texi (Regexp Backslash): Also refer to shy groups as
5833 non-capturing or unnumbered groups.
5834 (Regexp Functions): Add cross-reference to Regexp Backslash.
5835
5836 * display.texi (Truncation): Overlays can use line-prefix and
5837 wrap-prefix too.
5838 (Overlay Properties): Document wrap-prefix and line-prefix.
5839 (Face Attributes): Document underline-minimum-offset.
5840 (Face Remapping): Copyedits.
5841 (Low-Level Font): Copyedits.
5842 (Image Cache): Note that the image cache is shared between frames.
5843 (Line Height): Emphasize that line-spacing only takes effect on
5844 graphical terminals.
5845
5846 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
5847
5848 * display.texi (Refresh Screen): Note that a passage about screen
5849 refreshing is text terminal only.
5850 (Forcing Redisplay): Delete misleading comment---sit-for calls
5851 redisplay, not the other way around.
5852 (Truncation): Note new values of truncate-partial-width-windows.
5853 Copyedits.
5854 (Invisible Text): Document invisible-p.
5855
5856 2009-04-11 Eli Zaretskii <eliz@gnu.org>
5857
5858 * display.texi (Overlays): Overlays don't scale well. See
5859 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
5860
5861 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
5862
5863 * syntax.texi (Syntax Table Functions): Document cons cell
5864 argument for modify-syntax-entry.
5865 (Categories): Document cons cell argument for
5866 modify-category-entry.
5867
5868 * searching.texi (String Search): Document word-search-forward-lax
5869 and word-search-backward-lax.
5870 (Searching and Case): Describe isearch behavior more precisely.
5871
5872 * keymaps.texi (Tool Bar): Mention that some platforms do not
5873 support multi-line toolbars. Suggested by Stephen Eglen.
5874
5875 * frames.texi (Layout Parameters): Mention that Nextstep also
5876 allows only one tool-bar line. Suggested by Stephen Eglen.
5877
5878 * nonascii.texi (Text Representations): Copyedits.
5879 (Coding System Basics): Also mention utf-8-emacs.
5880 (Converting Representations, Selecting a Representation)
5881 (Scanning Charsets, Translation of Characters, Encoding and I/O):
5882 Copyedits.
5883 (Character Codes): Mention role of codepoints 1114112 to 4194175.
5884
5885 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
5886
5887 * text.texi (Yank Commands): Note that yank uses push-mark.
5888 (Filling): Clarify REGION argument of fill-paragraph.
5889 Document fill-forward-paragraph-function.
5890 (Special Properties): Remove "new in Emacs 22" declaration.
5891 (Clickable Text): Merge with Links and Mouse-1 node.
5892
5893 * display.texi (Button Properties, Button Buffer Commands):
5894 Change xref to Clickable Text.
5895
5896 * tips.texi (Key Binding Conventions): Change xref to Clickable
5897 Text.
5898
5899 * elisp.texi (Top): Update node listing.
5900
5901 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
5902
5903 * markers.texi (The Mark): Copyedits. Improve description of
5904 handle-shift-selection.
5905 (The Region): Move use-region-p here from The Mark.
5906
5907 * positions.texi (Screen Lines): Document (cols . lines) argument
5908 for vertical-motion.
5909
5910 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
5911
5912 * frames.texi (Frames): Clean up introduction. Document `ns'
5913 return value for framep.
5914 (Creating Frames): Note how the terminal is chosen.
5915 (Multiple Terminals, Multiple Displays): Merge into a single node.
5916 (Color Parameters): Fix typo.
5917
5918 * variables.texi (Local Variables, Buffer-Local Variables)
5919 (Creating Buffer-Local): Change link to Multiple Terminals.
5920
5921 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
5922
5923 * keymaps.texi (Controlling Active Maps): Change link to Multiple
5924 Terminals.
5925
5926 * commands.texi (Command Loop Info, Keyboard Macros): Change link
5927 to Multiple Terminals.
5928
5929 * elisp.texi (Top): Update node listing.
5930 * vol2.texi (Top): Update node listing.
5931 * vol1.texi (Top): Update node listing.
5932
5933 * buffers.texi (Current Buffer): Note that the append-to-buffer
5934 example is no longer in synch with the latest code. Tie the two
5935 examples together.
5936
5937 * files.texi (File Attributes): Move note about MS-DOS from
5938 Changing Files to File Attributes.
5939 (Create/Delete Dirs): Note that mkdir is an alias for this.
5940
5941 2009-04-01 Markus Triska <triska@gmx.at>
5942
5943 * processes.texi (Filter Functions): Suggest how to handle output
5944 batches.
5945
5946 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
5947
5948 * help.texi (Accessing Documentation): Update example to use
5949 help-setup-xref and with-help-window.
5950 (Help Functions): Remove print-help-return-message, which is
5951 semi-obsolete due to with-help-window. Document help-buffer and
5952 help-setup-xref.
5953
5954 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
5955
5956 * help.texi (Accessing Documentation, Help Functions):
5957 Remove information about long-obsolete Emacs versions.
5958
5959 * modes.texi (Mode Line Variables): The default values of the mode
5960 line variables are now more complicated.
5961
5962 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
5963
5964 * modes.texi (Major Mode Conventions): Note that specialness is
5965 inherited.
5966 (Derived Modes): Note that define-derive-mode sets the mode-class
5967 property.
5968
5969 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
5970 goto-map. Add search-map to the list.
5971
5972 2009-03-27 Eli Zaretskii <eliz@gnu.org>
5973
5974 * os.texi (System Environment): Update the list of system-type
5975 values.
5976
5977 * markers.texi (The Mark) <handle-shift-selection>: Update for
5978 removal of the optional argument DEACTIVATE.
5979
5980 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
5981
5982 * commands.texi (Focus Events): Most X window managers don't use
5983 focus-follows-mouse nowadays.
5984
5985 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
5986
5987 * commands.texi (Defining Commands): Clarify introduction.
5988 (Using Interactive): Not that interactive can be put in a symbol
5989 property.
5990 (Interactive Call): Note that a symbol with a non-nil
5991 interactive-form property satisfies commandp.
5992
5993 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
5994
5995 * minibuf.texi (Intro to Minibuffers): Fix typos.
5996
5997 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
5998
5999 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
6000 about minibuffers in old Emacs versions. Copyedits.
6001 Emphasize that enable-recursive-minibuffers defaults to nil.
6002 (Text from Minibuffer): Simplify introduction.
6003
6004 2009-03-22 Alan Mackenzie <acm@muc.de>
6005
6006 * commands.texi (Using Interactive): Clarify string argument to
6007 `interactive' - even promptless elements need \n separators.
6008
6009 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
6010
6011 * minibuf.texi (Completion Styles): New node.
6012
6013 * elisp.texi (Top): Update node listing.
6014
6015 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
6016
6017 * minibuf.texi (Basic Completion): Note that
6018 read-file-name-completion-ignore-case and
6019 read-buffer-completion-ignore-case can override
6020 completion-ignore-case.
6021 (Minibuffer Completion): Document completing-read changes.
6022 (Completion Commands): Avoid mentioning partial completion mode.
6023 Document minibuffer-completion-confirm changes, and
6024 minibuffer-confirm-exit-commands.
6025 (High-Level Completion): Document new require-match behavior for
6026 read-buffer. Document read-buffer-completion-ignore-case.
6027 (Reading File Names): Document new require-match behavior for
6028 read-file-name.
6029
6030 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
6031
6032 * debugging.texi (Error Debugging): Don't mislead the reader into
6033 thinking that debug-on-error enters debugger for C-f at EOB.
6034 (Error Debugging): Setting debug-on-init within the init file
6035 works, and has for some time.
6036
6037 2009-03-13 Kenichi Handa <handa@m17n.org>
6038
6039 * display.texi (Fontsets): Update the description.
6040
6041 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
6042
6043 * advice.texi (Advising Primitives): Link to What Is a Function.
6044
6045 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
6046
6047 * compile.texi (Speed of Byte-Code): Update example.
6048 (Disassembly): Update examples.
6049
6050 * loading.texi (Repeated Loading): Simplify examples.
6051
6052 * customize.texi (Common Keywords): It's not necessary to use :tag
6053 to remove hyphens, as custom-unlispify-tag-name does it
6054 automatically.
6055 (Variable Definitions): Link to File Local Variables.
6056 Document customized-value symbol property.
6057 (Customization Types): Move menu to end of node.
6058
6059 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
6060
6061 * macros.texi (Compiling Macros): Omit misleading sentence, which
6062 implied that macros can only be used in the same file they are
6063 defined.
6064 (Backquote): Remove obsolete information about Emacs 19.
6065
6066 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
6067
6068 * display.texi (Display Margins): Fix paren typo.
6069
6070 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
6071
6072 * elisp.texi (Top): Update node listing.
6073
6074 * variables.texi (Variables): Clarify introduction.
6075 (Global Variables): Mention that setq is a special form.
6076 (Local Variables): Use active voice.
6077 (Tips for Defining): Mention marking variables as safe.
6078 (Buffer-Local Variables): Mention terminal-local and frame-local
6079 variables together.
6080 (File Local Variables): Copyedits.
6081 (Frame-Local Variables): Note that they are not really useful.
6082 (Future Local Variables): Node deleted.
6083
6084 * objects.texi (General Escape Syntax): Update explanation of
6085 Unicode escape syntax.
6086
6087 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
6088
6089 * control.texi (Control Structures): Add cindex entry for "textual
6090 order".
6091
6092 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
6093 instead of "expression" throughout.
6094 (Function Indirection): Copyedits. Use active voice.
6095 (Eval): The default value of max-lisp-eval-depth is now 400.
6096
6097 2009-02-23 Miles Bader <miles@gnu.org>
6098
6099 * processes.texi (System Processes): Rename `system-process-attributes'
6100 to `process-attributes'.
6101
6102 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6103
6104 * symbols.texi (Property Lists): Emphasize that property lists are
6105 not restricted to symbol cells.
6106 (Other Plists): Copyedit.
6107
6108 * sequences.texi (Sequences Arrays Vectors): Make introduction
6109 more concise.
6110 (Arrays): Mention char-tables and bool-vectors too.
6111 (Vectors): Don't repeat information given in Arrays node. Link to
6112 nodes that explain the vector usage examples.
6113 (Char-Tables): Note that char-table elements can have arbitrary
6114 type. Explain effect of omitted char-table-extra-slots property.
6115 Link to Property Lists node.
6116
6117 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
6118
6119 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
6120 `append'.
6121 (List Elements): Copyedits.
6122
6123 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
6124 of `vconcat'.
6125
6126 * strings.texi (Creating Strings): Copyedits. Remove obsolete
6127 Emacs 20 usage of `concat'.
6128 (Case Conversion): Copyedits.
6129
6130 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
6131
6132 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
6133 Minor edits.
6134 (Frame Configuration Type): Emphasize that it is not primitive.
6135 (Font Type): New node.
6136 (Type Predicates): Add fontp; type-of now recognizes font object
6137 types.
6138
6139 * intro.texi (Version Info): Update version numbers in examples.
6140 (Acknowledgements): List more contributors.
6141
6142 * elisp.texi: Bump version number to 3.0.
6143 (Top): Link to Font Type node.
6144
6145 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
6146
6147 * modes.texi (Major Mode Conventions): Remove duplicate words.
6148 (Customizing Keywords): Fix typo.
6149
6150 2009-02-14 Eli Zaretskii <eliz@gnu.org>
6151
6152 * nonascii.texi (User-Chosen Coding Systems): Document that
6153 select-safe-coding-system suggests raw-text if there are raw bytes
6154 in the region.
6155 (Explicit Encoding): Warn not to use `undecided' when encoding.
6156
6157 2009-02-11 Glenn Morris <rgm@gnu.org>
6158
6159 * frames.texi (Visibility of Frames): Mention the effect multiple
6160 workspaces/desktops can have on visibility.
6161
6162 2009-02-07 Eli Zaretskii <eliz@gnu.org>
6163
6164 * text.texi (Commands for Insertion):
6165 * commands.texi (Event Mod):
6166 * keymaps.texi (Searching Keymaps):
6167 * nonascii.texi (Translation of Characters):
6168 Reinstate documentation of translation-table-for-input.
6169 (Explicit Encoding): Document the `charset' text property produced
6170 by decode-coding-region and decode-coding-string.
6171
6172 2009-01-27 Alan Mackenzie <acm@muc.de>
6173
6174 * modes.texi (Search-based Fontification): Correct a typo.
6175
6176 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
6177
6178 * abbrevs.texi (Abbrev Table Properties): Fix typo.
6179 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
6180
6181 2009-01-24 Eli Zaretskii <eliz@gnu.org>
6182
6183 * display.texi (Window Systems): Document the value of
6184 `initial-window-system' under --daemon.
6185
6186 * os.texi (System Environment): Remove description of the
6187 `environment' function which has been deleted.
6188
6189 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
6190
6191 * frames.texi (Multiple Displays): Remove documentation for
6192 removed function make-frame-on-tty.
6193
6194 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
6195
6196 * files.texi (Format Conversion Piecemeal): Clarify behavior of
6197 write-region-annotate-functions.
6198 Document write-region-post-annotation-function.
6199
6200 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
6201
6202 * display.texi (Font Lookup): Document WIDTH argument of
6203 x-list-fonts.
6204
6205 2009-01-17 Eli Zaretskii <eliz@gnu.org>
6206
6207 * maps.texi (Standard Keymaps): Rename function-key-map to
6208 local-function-key-map.
6209
6210 * keymaps.texi (Translation Keymaps): Rename function-key-map to
6211 local-function-key-map.
6212
6213 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
6214 and `set-keyboard-coding-system' now accept an optional terminal
6215 argument.
6216
6217 * commands.texi (Event Mod): `keyboard-translate-table' is now
6218 terminal-local.
6219 (Function Keys): Rename function-key-map to
6220 local-function-key-map.
6221
6222 * elisp.texi (Top): Make @detailmenu be consistent with changes in
6223 frames.texi.
6224
6225 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
6226 `delete-terminal-functions', `suspend-tty-functions' and
6227 `resume-tty-functions'.
6228
6229 * frames.texi (Frames): Document `frame-terminal' and
6230 `terminal-live-p'.
6231 (Multiple Displays): Document `make-frame-on-tty'.
6232 (Multiple Terminals): Document `terminal-list', `delete-terminal',
6233 `terminal-name', and `get-device-terminal'.
6234 (Terminal Parameters): Document `terminal-parameters',
6235 `terminal-parameter', and `set-terminal-parameter'.
6236
6237 * os.texi (System Environment): Document `environment' and
6238 `initial-environment'.
6239 (Suspending Emacs): Update for multi-tty; document
6240 `suspend-tty', `resume-tty', and `controlling-tty-p'.
6241
6242 * nonascii.texi (Coding System Basics): More accurate description
6243 of `raw-text'.
6244
6245 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
6246
6247 * display.texi (Low-Level Font): Fix typo.
6248
6249 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
6250
6251 * elisp.texi (Top): Update node listing.
6252
6253 * display.texi (PostScript Images): Node deleted.
6254
6255 2009-01-10 Eli Zaretskii <eliz@gnu.org>
6256
6257 * processes.texi (Decoding Output): Document that null bytes force
6258 no-conversion for reading process output.
6259
6260 * files.texi (Reading from Files): Document that null bytes force
6261 no-conversion when visiting files.
6262
6263 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
6264
6265 * nonascii.texi (Lisp and Coding Systems):
6266 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
6267 (Character Properties): Improve wording.
6268
6269 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
6270
6271 * display.texi (Font Lookup): Remove obsolete function
6272 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
6273 (Low-Level Font): Rename from Fonts, move to end of Faces section.
6274 (Font Selection): Reorder order of variable descriptions.
6275 Minor clarifications.
6276
6277 * elisp.texi (Top): Update node listing.
6278
6279 2009-01-09 Glenn Morris <rgm@gnu.org>
6280
6281 * commands.texi (Command Loop Info): Say that last-command-char and
6282 last-input-char are obsolete aliases.
6283
6284 * edebug.texi (Edebug Recursive Edit): Remove separate references to
6285 last-input-char and last-command-char, since they are just aliases for
6286 last-input-event and last-command-event.
6287
6288 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
6289 last-command-char.
6290
6291 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6292
6293 * elisp.texi: Update node listing.
6294
6295 * display.texi (Faces): Put Font Selection node after Auto Faces.
6296 (Face Attributes): Don't link to Font Lookup.
6297 Document font-family-list.
6298 (Fonts): New node.
6299
6300 2009-01-08 Jason Rumney <jasonr@gnu.org>
6301
6302 * frames.texi (Pointer Shape): Clarify that only X supports
6303 changing the standard pointer shapes. (Bug#1485)
6304
6305 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6306
6307 * display.texi (Attribute Functions): Note that a function value
6308 :height is relative, and that compatibility functions work by
6309 calling set-face-attribute.
6310 (Displaying Faces): Reorder list in order of increasing priority.
6311 (Face Remapping): New node. Content moved here from Displaying
6312 Faces.
6313 (Glyphs): Link to Face Functions.
6314
6315 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
6316
6317 * display.texi (Faces): Don't discuss face id here. facep does
6318 not return t.
6319 (Defining Faces): Minor clarification.
6320 (Face Attributes): Rearrange items to match docstring of
6321 set-face-attribute. Add :foundry attribute. Document new role of
6322 :font attribute. Texinfo usage fix.
6323 (Attribute Functions): Copyedits.
6324 (Face Functions): Note that face number is seldom used.
6325
6326 2009-01-05 Richard M Stallman <rms@gnu.org>
6327
6328 * strings.texi (Predicates for Strings): Minor clarification.
6329
6330 * functions.texi (Function Safety): Texinfo usage fix.
6331
6332 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
6333
6334 * objects.texi (General Escape Syntax): Fix typo.
6335
6336 2009-01-03 Martin Rudalics <rudalics@gmx.at>
6337
6338 * windows.texi (Choosing Window): Say that pop-up-frame-alist
6339 works via the default value of pop-up-frame-function.
6340
6341 2009-01-02 Eli Zaretskii <eliz@gnu.org>
6342
6343 * processes.texi (System Processes): Document the `time' and
6344 `ctime' attributes of `system-process-attributes'.
6345
6346 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
6347
6348 * display.texi (Face Attributes): Clarify :height attribute.
6349
6350 2008-12-31 Martin Rudalics <rudalics@gmx.at>
6351
6352 * buffers.texi (The Buffer List): Clarify what moves a buffer to
6353 the front of the buffer list. Add entries for `last-buffer' and
6354 `unbury-buffer'.
6355
6356 2008-12-27 Eli Zaretskii <eliz@gnu.org>
6357
6358 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
6359 and its subsections.
6360
6361 * frames.texi (Multiple Terminals, Low-level Terminal)
6362 (Terminal Parameters, Frames on Other TTY devices): New sections.
6363 (Frames): Add an xref to "Multiple Terminals".
6364
6365 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
6366
6367 * objects.texi (Terminal Type): New node.
6368 (Editing Types): Add it to the menu.
6369
6370 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
6371 Variables".
6372
6373 * variables.texi (Directory Local Variables): New node.
6374 (Variables): Add a menu item for it.
6375
6376 * loading.texi (Autoload): Document `generate-autoload-cookie' and
6377 `generated-autoload-file'.
6378
6379 2008-12-20 Eli Zaretskii <eliz@gnu.org>
6380
6381 * os.texi (Startup Summary): Add xref to documentation of
6382 `initial-window-system'.
6383
6384 * display.texi (Window Systems): Document `window-system' the
6385 function. The variable `window-system' is now frame-local.
6386 Document `initial-window-system'.
6387
6388 2008-12-19 Martin Rudalics <rudalics@gmx.at>
6389
6390 * windows.texi (Windows): Rewrite description of
6391 fit-window-to-buffer.
6392
6393 2008-12-13 Glenn Morris <rgm@gnu.org>
6394
6395 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
6396 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
6397
6398 2008-12-12 Glenn Morris <rgm@gnu.org>
6399
6400 * debugging.texi (Error Debugging): Refer forwards to
6401 eval-expression-debug-on-error.
6402
6403 2008-12-05 Eli Zaretskii <eliz@gnu.org>
6404
6405 * strings.texi (String Basics): Only unibyte strings that
6406 represent key sequences hold 8-bit raw bytes.
6407
6408 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
6409 paragraph to speak about `undecided'.
6410 (Character Properties): Don't explain the meaning of each
6411 property; instead, identify their Unicode Standard names.
6412 (Character Sets): Document `map-charset-chars'.
6413
6414 2008-12-02 Glenn Morris <rgm@gnu.org>
6415
6416 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
6417 section yet again.
6418
6419 2008-11-29 Eli Zaretskii <eliz@gnu.org>
6420
6421 * nonascii.texi (Character Properties): New Section.
6422 (Specifying Coding Systems): Document
6423 `coding-system-priority-list', `set-coding-system-priority', and
6424 `with-coding-priority'.
6425 (Lisp and Coding Systems): Document `check-coding-systems-region'
6426 and `coding-system-charset-list'.
6427 (Coding System Basics): Document `coding-system-aliases'.
6428
6429 * elisp.texi (Top): Add a @detailmenu entry for "Character
6430 Properties".
6431
6432 * objects.texi (Character Type): Correct the range of Emacs
6433 characters. Add an @xref to "Character Codes".
6434
6435 * strings.texi (String Basics): Add an @xref to "Character Codes".
6436
6437 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
6438
6439 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
6440 (Character Codes): Document `max-char'.
6441
6442 2008-11-28 Eli Zaretskii <eliz@gnu.org>
6443
6444 * nonascii.texi (Text Representations, Converting Representations)
6445 (Character Sets, Scanning Charsets, Translation of Characters):
6446 Make text more accurate.
6447
6448 2008-11-28 Glenn Morris <rgm@gnu.org>
6449
6450 * files.texi (Format Conversion Round-Trip): Improve previous change.
6451
6452 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
6453
6454 * modes.texi (Auto Major Mode): Fix example.
6455
6456 2008-11-25 Glenn Morris <rgm@gnu.org>
6457
6458 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
6459
6460 * files.texi (Format Conversion Round-Trip):
6461 Use active voice for previous change.
6462
6463 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
6464
6465 * os.texi (Processor Run Time):
6466 * processes.texi (Transaction Queues):
6467 * markers.texi (The Mark):
6468 * windows.texi (Choosing Window, Selecting Windows):
6469 * files.texi (Changing Files, Magic File Names):
6470 * commands.texi (Key Sequence Input):
6471 * functions.texi (Declaring Functions):
6472 * strings.texi (Predicates for Strings):
6473 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
6474
6475 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
6476
6477 * help.texi (Accessing Documentation): Update example.
6478
6479 * variables.texi (Defining Variables): Note that `*' is not
6480 necessary if defcustom is used.
6481
6482 2008-11-22 Eli Zaretskii <eliz@gnu.org>
6483
6484 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
6485 Characters" from @detailmenu.
6486
6487 * nonascii.texi (Character Codes, Character Sets)
6488 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
6489 (Chars and Bytes, Splitting Characters): Sections removed.
6490
6491 2008-11-22 Lute Kamstra <lute@gnu.org>
6492
6493 * positions.texi (Text Lines): Update goto-line documentation.
6494
6495 2008-11-21 Martin Rudalics <rudalics@gmx.at>
6496
6497 * frames.texi (Frames): Fix typo, add cross references, reword.
6498 (Initial Parameters): Reword special-display-frame-alist text.
6499 (Frames and Windows): Reword. Describe argument norecord for
6500 set-frame-selected-window.
6501 (Input Focus): Describe argument norecord for select-frame.
6502 Remove comment on MS-Windows behavior for focus-follows-mouse.
6503 (Raising and Lowering): Mention windows-frames dichotomy in
6504 metaphor.
6505
6506 * windows.texi (Displaying Buffers, Vertical Scrolling)
6507 (Horizontal Scrolling): Fix indenting and rewording issues
6508 introduced with 2008-11-07 change.
6509
6510 2008-11-20 Glenn Morris <rgm@gnu.org>
6511
6512 * files.texi (Format Conversion Round-Trip): Mention `preserve'
6513 element of `format-alist'.
6514
6515 2008-11-19 Glenn Morris <rgm@gnu.org>
6516
6517 * doclicense.texi: Update to FDL 1.3.
6518 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
6519
6520 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
6521
6522 * windows.texi (Window Hooks): Remove *-end-trigger-functions
6523 vars, which are obsolete. Mention jit-lock-register.
6524
6525 * modes.texi (Other Font Lock Variables):
6526 Document jit-lock-register and jit-lock-unregister.
6527
6528 * frames.texi (Color Parameters): Document alpha parameter.
6529
6530 2008-11-16 Martin Rudalics <rudalics@gmx.at>
6531
6532 * windows.texi (Splitting Windows, Deleting Windows)
6533 (Selecting Windows, Cyclic Window Ordering)
6534 (Buffers and Windows, Displaying Buffers, Choosing Window)
6535 (Dedicated Windows, Window Point, Window Start and End)
6536 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
6537 (Size of Window, Resizing Windows, Window Configurations)
6538 (Window Parameters): Avoid @var at beginning of sentences and
6539 reword accordingly.
6540
6541 2008-11-11 Lute Kamstra <lute@gnu.org>
6542
6543 * files.texi (File Name Components): Fix file-name-extension
6544 documentation.
6545
6546 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
6547
6548 * frames.texi (Basic Parameters): Remove display-environment-variable
6549 and term-environment-variable.
6550
6551 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6552
6553 * windows.texi (Basic Windows, Splitting Windows)
6554 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
6555 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
6556 (Resizing Windows, Window Configurations, Window Parameters):
6557 Fix wording and markup.
6558
6559 2008-11-07 Martin Rudalics <rudalics@gmx.at>
6560
6561 * windows.texi (Windows): Update entries.
6562 (Basic Windows): Remove listing of attributes. Reword.
6563 (Splitting Windows, Deleting Windows): Reword.
6564 (Selecting Windows, Cyclic Window Ordering): Reword with special
6565 emphasis on order of recently selected windows and buffer list.
6566 (Buffers and Windows, Choosing Window): Reword with special
6567 emphasis on dedicated windows.
6568 (Displaying Buffers): Reword. For switch-to-buffer mention that
6569 it may fall back on pop-to-buffer. For other-window try to
6570 explain how it treats the cyclic ordering of windows.
6571 (Dedicated Windows): New node and section discussing dedicated
6572 windows and associated functions.
6573 (Window Point): Add entry for window-point-insertion-type. Reword.
6574 (Window Start and End): Rename node and section title. Reword.
6575 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
6576 Minor rewording.
6577 (Size of Window): Reword, in particular text on window-width.
6578 (Resizing Windows): Reword. Add text on balancing windows.
6579 (Window Configurations): Reword. Mention window parameters.
6580 (Window Parameters): New node and section on window parameters.
6581 (Window Hooks): Reword. Mention that
6582 window-configuration-change-hook is run "buffer-locally".
6583 * elisp.texi (Top): Update Windows entries in @detailmenu
6584 section.
6585
6586 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
6587
6588 * searching.texi (Regexp Search): Fix typo.
6589
6590 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6591
6592 * searching.texi (Regexp Search): Document GREEDY arg.
6593 (Simple Match Data): Fix return value.
6594
6595 2008-11-01 Eli Zaretskii <eliz@gnu.org>
6596
6597 * nonascii.texi (Text Representations): Rewrite to make consistent
6598 with Emacs 23 internal representation of characters.
6599 Document `unibyte-string'.
6600
6601 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
6602
6603 * processes.texi (Process Information): Note that process-status
6604 does not accept buffer names.
6605
6606 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
6607
6608 * positions.texi (Skipping Characters): Correct return value of
6609 skip-chars-forward.
6610
6611 2008-10-25 Martin Rudalics <rudalics@gmx.at>
6612
6613 * windows.texi (Deleting Windows): Update documentation of
6614 delete-windows-on.
6615 (Buffers and Windows): Update documentations of
6616 get-buffer-window and get-buffer-window-list.
6617 (Displaying Buffers): Update documentation of
6618 replace-buffer-in-windows.
6619
6620 * buffers.texi (Current Buffer): Reword set-buffer and
6621 with-current-buffer documentations.
6622 (Creating Buffers): Reword documentation of get-buffer-create.
6623
6624 2008-10-23 Martin Rudalics <rudalics@gmx.at>
6625
6626 * buffers.texi (Current Buffer): Reword documentation of
6627 set-buffer.
6628 (Buffer Names): Reword documentation of buffer-name.
6629 (The Buffer List): For bury-buffer explain what happens with the
6630 buffer's window.
6631 (Creating Buffers): Say that get-buffer-create's arg is called
6632 buffer-or-name.
6633
6634 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
6635
6636 * advice.texi (Computed Advice): Explain what DEFINITION is.
6637
6638 * nonascii.texi (Character Codes): Remove obsolete function
6639 char-valid-p, and document characterp instead.
6640
6641 2008-10-22 Martin Rudalics <rudalics@gmx.at>
6642
6643 * windows.texi (Displaying Buffers): Reword documentation of
6644 pop-to-buffer.
6645 (Choosing Window): Rewrite documentation of display-buffer and
6646 its options.
6647
6648 * buffers.texi (Killing Buffers): Update documentation of
6649 kill-buffer.
6650
6651 2008-10-21 Eli Zaretskii <eliz@gnu.org>
6652
6653 * processes.texi (Serial Ports): Fix wording and improve markup.
6654
6655 * searching.texi (Regexp Search): Document `string-match-p' and
6656 `looking-at-p'.
6657 (POSIX Regexps): Add an xref for "non-greedy".
6658 (Regexp Special): Add @cindex entry for "non-greedy".
6659
6660 * display.texi (Attribute Functions): Document `face-all-attributes'.
6661 (Image Cache) <image-refresh>: Minor wording fixes.
6662
6663 * frames.texi (Color Names): Add an xref to `read-color'.
6664
6665 * minibuf.texi (High-Level Completion): Document `read-color'.
6666
6667 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
6668
6669 * positions.texi (Narrowing): Add an xref to "Swapping Text".
6670
6671 * buffers.texi (Swapping Text): New section, documents
6672 `buffer-swap-text'.
6673
6674 2008-10-21 Martin Rudalics <rudalics@gmx.at>
6675
6676 * windows.texi (Resizing Windows): Minor wording fix.
6677
6678 2008-10-20 Eli Zaretskii <eliz@gnu.org>
6679
6680 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
6681 and `combine-and-quote-strings'.
6682
6683 * strings.texi (Creating Strings): Add xrefs for them.
6684
6685 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6686
6687 * elisp.texi (Top): Make descriptive text for "Reading File Names"
6688 match the corresponding menu in minibuf.texi.
6689
6690 * minibuf.texi (Reading File Names): Document `read-shell-command'
6691 and `minibuffer-local-shell-command-map'.
6692
6693 2008-10-19 Martin Rudalics <rudalics@gmx.at>
6694
6695 * windows.texi (Resizing Windows): Remove var{} around "window" in
6696 documentation of enlarge-window.
6697 Rewrite documentation of window-min-height and window-min-width.
6698
6699 2008-10-19 Eli Zaretskii <eliz@gnu.org>
6700
6701 * functions.texi (Calling Functions): Document `apply-partially'.
6702
6703 * hooks.texi (Standard Hooks): Mention
6704 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
6705
6706 * variables.texi (File Local Variables): Document
6707 `file-local-variables-alist', `before-hack-local-variables-hook'
6708 and `hack-local-variables-hook'.
6709
6710 * processes.texi (Synchronous Processes): Document `process-lines'.
6711
6712 * customize.texi (Variable Definitions):
6713 Document `custom-reevaluate-setting'.
6714
6715 2008-10-18 Martin Rudalics <rudalics@gmx.at>
6716
6717 * windows.texi (Choosing Window, Deleting Windows)
6718 (Displaying Buffers): Expand documentation of dedicated windows.
6719
6720 2008-10-18 Eli Zaretskii <eliz@gnu.org>
6721
6722 * files.texi (Changing Files): Document symbolic input of file
6723 modes to `set-file-modes'. Document `read-file-modes' and
6724 `file-modes-symbolic-to-number'.
6725
6726 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
6727 and `search-map'.
6728
6729 * searching.texi (Search and Replace):
6730 Document `replace-search-function' and `replace-re-search-function'.
6731 Document `multi-query-replace-map'.
6732
6733 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
6734 (Completion Commands, Reading File Names):
6735 Rename `minibuffer-local-must-match-filename-map' to
6736 `minibuffer-local-filename-must-match-map'.
6737 (Minibuffer Completion): The `require-match' argument to
6738 `completing-read' can now have the value `confirm-only'.
6739
6740 * windows.texi (Displaying Buffers): Minor wording fix.
6741 (Choosing Window): `split-height-threshold' can now be nil.
6742 Document `split-width-threshold'. `pop-up-frames' can have the
6743 value `graphic-only'.
6744
6745 2008-10-17 Eli Zaretskii <eliz@gnu.org>
6746
6747 * os.texi (Startup Summary): Document `before-init-time' and
6748 `after-init-time'. Document `initial-window-system' and
6749 `window-system-initialization-alist'. Document reading the
6750 abbrevs file. Document the call to `server-start' under --daemon.
6751 Rearrange a bit to be consistent with the code flow.
6752 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
6753 (Time Parsing): Document `format-seconds'.
6754
6755 2008-10-17 Martin Rudalics <rudalics@gmx.at>
6756
6757 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
6758 and reword.
6759
6760 2008-10-16 Eli Zaretskii <eliz@gnu.org>
6761
6762 * markers.texi (The Mark): Document use-region-p.
6763
6764 2008-10-15 Eli Zaretskii <eliz@gnu.org>
6765
6766 * internals.texi (Writing Emacs Primitives): The interactive spec
6767 of a primitive can be a Lisp form.
6768
6769 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
6770 values of transient-mark-mode. Document handle-shift-selection.
6771
6772 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
6773 (Interactive Examples): Show an example of `^'.
6774 (Key Sequence Input): Document this-command-keys-shift-translated.
6775 (Defining Commands, Using Interactive): The interactive-form of a
6776 function can be added via its symbol's property.
6777
6778 * positions.texi (List Motion): beginning-of-defun-function can
6779 now accept an argument.
6780
6781 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
6782 now return a list of strings.
6783
6784 * control.texi (Handling Errors): Document ignore-errors.
6785
6786 * frames.texi (Creating Frames): Document frame-inherited-parameters.
6787 (Parameter Access): Document set-frame-parameter.
6788
6789 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
6790 Hooks" for the effect of kill-all-local-variables on local hook
6791 functions.
6792
6793 * modes.texi (Major Mode Conventions, Mode Line Variables):
6794 `mode-name' need not be a string. xref to "Mode Line Data" for
6795 details, and to "Emulating Mode Line" for computing a string
6796 value.
6797
6798 2008-10-14 Eli Zaretskii <eliz@gnu.org>
6799
6800 * processes.texi (System Processes): New section.
6801 (Processes, Signals to Processes): Add xrefs to it.
6802
6803 * objects.texi (Editing Types): A `process' is a subprocess of
6804 Emacs, not just any process running on the OS.
6805
6806 * elisp.texi (Top): Adjust the @detailmenu for the above two
6807 changes.
6808
6809 * sequences.texi (Char-Tables): Remove documentation of
6810 set-char-table-default, which has no effect since Emacs 23.
6811 <char-table-range, set-char-table-range>: Don't mention generic
6812 characters and charsets. Add a cons cell as a possible argument.
6813
6814 * nonascii.texi (Splitting Characters)
6815 (Translation of Characters): Don't mention generic characters.
6816
6817 * display.texi (Fontsets): Don't mention generic characters.
6818
6819 * sequences.texi (Char-Tables): `map-char-table' can now call its
6820 argument FUNCTION with a cons cell as KEY.
6821
6822 2008-10-13 Eli Zaretskii <eliz@gnu.org>
6823
6824 * objects.texi (Primitive Function Type): Move "@cindex special
6825 forms" from here...
6826
6827 * eval.texi (Special Forms): ...to here.
6828
6829 * functions.texi (What Is a Function): `functionp' returns nil for
6830 special forms. Add an xref.
6831
6832 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
6833 Variables".
6834
6835 * variables.texi (Frame-Local Variables): New section.
6836 (Buffer-Local Variables): Add an xref to it.
6837 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
6838 have both frame-local and buffer-local binding.
6839
6840 * frames.texi (Frames): Mention multiple tty frames.
6841 (Frame Parameters, Parameter Access): Mention frame-local variable
6842 bindings.
6843
6844 2008-09-20 Glenn Morris <rgm@gnu.org>
6845
6846 * display.texi (Defining Faces): Recommend against face variables.
6847
6848 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
6849
6850 * display.texi (Echo Area Customization): Fix typo.
6851
6852 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
6853
6854 * loading.texi (Where Defined): Add `defface' item.
6855
6856 2008-09-06 Martin Rudalics <rudalics@gmx.at>
6857
6858 * loading.texi (Where Defined): Fix description of symbol-file.
6859
6860 2008-08-26 Jason Rumney <jasonr@gnu.org>
6861
6862 * display.texi (TIFF Images): New section describing :index property.
6863
6864 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6865
6866 * display.texi (Temporary Displays): Remove unnecessary comment
6867 about usage of temp-buffer-show-hook.
6868
6869 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6870
6871 * symbols.texi (Other Plists): Fix incorrect example.
6872 Suggested by Florian Beck.
6873
6874 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
6875
6876 * os.texi: Fix previous change.
6877
6878 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6879
6880 * os.texi:
6881 * intro.texi:
6882 * files.texi: Remove VMS support.
6883
6884 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6885
6886 * os.texi:
6887 * frames.texi:
6888 * display.texi: Remove mentions of Mac Carbon.
6889
6890 2008-07-01 Miles Bader <miles@gnu.org>
6891
6892 * text.texi (Special Properties):
6893 * display.texi (Truncation): Add wrap-prefix and line-prefix.
6894
6895 2008-06-28 Johan Bockgård <bojohan@gnu.org>
6896
6897 * display.texi (Other Image Types): Fix copy/paste error; say
6898 "PBM", not "XBM".
6899
6900 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6901
6902 * os.texi: Remove references to obsolete systems.
6903
6904 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6905
6906 * makefile.w32-in (distclean): Remove makefile.
6907
6908 2008-06-17 Glenn Morris <rgm@gnu.org>
6909
6910 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
6911 (elisp, dist): Remove rules and variables that are obsolete now
6912 the lisp manual is no longer distributed separately.
6913
6914 2008-06-16 Glenn Morris <rgm@gnu.org>
6915
6916 * configure, configure.in, mkinstalldirs: Remove unused files.
6917
6918 * book-spine.texinfo: Set version to 23.0.60.
6919 * vol1.texi (EMACSVER):
6920 * vol2.texi (EMACSVER): Set to 23.0.60.
6921
6922 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
6923 as per maintain.info.
6924
6925 2008-06-15 Glenn Morris <rgm@gnu.org>
6926
6927 * makefile.w32-in (manual): Use "23" rather than "21".
6928
6929 * Makefile.in (emacsver): New, set by configure.
6930 (manual): Use emacsver.
6931
6932 * intro.texi: Report bugs using M-x report-emacs-bug.
6933
6934 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
6935
6936 2008-06-13 Daniel Engeler <engeler@gmail.com>
6937
6938 * elisp.texi, internals.texi, processes.texi: Add documentation
6939 about serial port access.
6940
6941 2008-06-05 Miles Bader <miles@gnu.org>
6942
6943 * display.texi (Displaying Faces): Update to reflect function
6944 renamings in face-remap.el.
6945
6946 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
6947
6948 * display.texi (Fontsets): Fix typos.
6949
6950 2008-06-03 Miles Bader <miles@gnu.org>
6951
6952 * display.texi (Displaying Faces): Add add-relative-face-remapping,
6953 remove-relative-face-remapping, set-base-face-remapping,
6954 and set-default-base-face-remapping.
6955
6956 2008-06-01 Miles Bader <miles@gnu.org>
6957
6958 * display.texi (Displaying Faces): Add face-remapping-alist.
6959
6960 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6961
6962 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
6963 variable names.
6964
6965 2008-05-03 Eric S. Raymond <esr@golux>
6966
6967 * keymaps.texi: Clarify that (current-local-map) and
6968 (current-global-map) return references, not copies.
6969
6970 2008-05-02 Juri Linkov <juri@jurta.org>
6971
6972 * minibuf.texi (Text from Minibuffer): Document a list of
6973 default values for `read-from-minibuffer'.
6974
6975 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
6976
6977 * nonascii.texi (Translation of Characters): Fix previous change.
6978
6979 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
6980
6981 * display.texi (Overlay Properties): Clarify role of underlying
6982 textprop and overlay keymaps for display strings.
6983
6984 * keymaps.texi (Active Keymaps): Ditto.
6985
6986 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6987
6988 * minibuf.texi (Programmed Completion):
6989 Replace dynamic-completion-table with the new completion-table-dynamic.
6990
6991 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
6992
6993 * intro.texi (Some Terms): Change "fonts in this manual" index
6994 entry to "typographic conventions".
6995
6996 2008-04-05 Eli Zaretskii <eliz@gnu.org>
6997
6998 * objects.texi (Text Props and Strings): Add indexing for read
6999 syntax of text properties.
7000
7001 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7002
7003 * processes.texi (Decoding Output): Remove process-filter-multibyte
7004 functions.
7005
7006 2008-03-15 Martin Rudalics <rudalics@gmx.at>
7007
7008 * display.texi (Finding Overlays): Say that empty overlays at
7009 the end of the buffer are reported too.
7010
7011 2008-03-13 Glenn Morris <rgm@gnu.org>
7012
7013 * elisp.texi (EMACSVER): Set to 23.0.60.
7014
7015 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
7016
7017 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
7018
7019 2008-02-22 Glenn Morris <rgm@gnu.org>
7020
7021 * frames.texi (Position Parameters): Clarify the description of
7022 `left' and `top', using information from "Geometry".
7023 (Geometry): Give a pointer to "Position Parameters", rather than
7024 repeating information.
7025
7026 2008-02-11 Glenn Morris <rgm@gnu.org>
7027
7028 * objects.texi (Equality Predicates): No longer talk about "two"
7029 functions.
7030
7031 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
7032
7033 * objects.texi (Equality Predicates): Add defun for
7034 equal-including-properties.
7035
7036 2008-02-10 Glenn Morris <rgm@gnu.org>
7037
7038 * objects.texi (Equality Predicates):
7039 Mention equal-including-properties.
7040
7041 2008-02-07 Richard Stallman <rms@gnu.org>
7042
7043 * windows.texi (Window Start): Mention the feature of moving
7044 window-start to start of line.
7045
7046 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
7047
7048 * keymaps.texi (Tool Bar): Document rtl property.
7049
7050 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7051
7052 * display.texi (Button Types):
7053 For define-button-type, clarify type of NAME.
7054
7055 2008-01-19 Martin Rudalics <rudalics@gmx.at>
7056
7057 * buffers.texi (Buffer Modification): Fix typo.
7058
7059 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7060
7061 * os.texi (System Environment): Remove references to OSes that are
7062 not supported anymore.
7063
7064 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7065
7066 * os.texi (System Environment): Remove mention for Masscomp.
7067
7068 2008-01-04 Richard Stallman <rms@gnu.org>
7069
7070 * display.texi (Faces): Don't talk about internal face vector as arg
7071 to facep.
7072
7073 * customize.texi (Type Keywords): Fix previous change.
7074
7075 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
7076 * elisp.texi (Top): Fix menu for commands.texi change.
7077
7078 2007-12-30 Richard Stallman <rms@gnu.org>
7079
7080 * commands.texi (Accessing Mouse): Rename from Accessing Events.
7081 (Accessing Scroll): New node broken out of Accessing Mouse.
7082
7083 2007-12-28 Richard Stallman <rms@gnu.org>
7084
7085 * frames.texi (Size Parameters): Fix typo.
7086 (Basic Parameters): For `title', refer to title bar.
7087 (Size and Position): Explain meaning of frame pixel width and height.
7088
7089 2007-12-23 Richard Stallman <rms@gnu.org>
7090
7091 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
7092 Improve some of the commented-out keywords' text too.
7093
7094 2007-12-14 Martin Rudalics <rudalics@gmx.at>
7095
7096 * nonascii.texi (Encoding and I/O): Reword to avoid saying
7097 "visit the current buffer".
7098
7099 * os.texi (System Interface): Fix typo.
7100
7101 2007-12-04 Richard Stallman <rms@gnu.org>
7102
7103 * objects.texi (Symbol Type): Fix typo.
7104
7105 2007-12-03 Richard Stallman <rms@gnu.org>
7106
7107 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
7108
7109 2007-12-01 Glenn Morris <rgm@gnu.org>
7110
7111 * functions.texi (Declaring Functions): Improve previous change.
7112
7113 2007-11-30 Glenn Morris <rgm@gnu.org>
7114
7115 * functions.texi (Declaring Functions): Add optional fourth
7116 argument of declare-function, and setting third argument to `t'.
7117
7118 2007-11-29 Richard Stallman <rms@gnu.org>
7119
7120 * customize.texi (Composite Types): Document `group' type.
7121
7122 2007-11-29 Glenn Morris <rgm@gnu.org>
7123
7124 * functions.texi (Declaring Functions): Add findex.
7125 Mention `external' files.
7126
7127 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
7128
7129 * functions.texi (Declaring Functions): Fix directive.
7130
7131 2007-11-25 Richard Stallman <rms@gnu.org>
7132
7133 * help.texi (Help Functions): Clean up last change.
7134
7135 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
7136
7137 * loading.texi (Named Features): Minor cleanup.
7138
7139 * macros.texi (Eval During Expansion): Minor cleanup.
7140
7141 * variables.texi (Variable Aliases): Minor cleanup.
7142
7143 2007-11-24 Richard Stallman <rms@gnu.org>
7144
7145 * functions.texi (Declaring Functions): Clarify previous change.
7146
7147 * compile.texi (Compiler Errors): Clarify previous change.
7148
7149 2007-11-24 Richard Stallman <rms@gnu.org>
7150
7151 * display.texi (Refresh Screen, Forcing Redisplay):
7152 Clarify the text and move items around.
7153
7154 2007-11-24 Glenn Morris <rgm@gnu.org>
7155
7156 * functions.texi (Declaring Functions): New section.
7157 * compile.texi (Compiler Errors): Mention declaring functions,
7158 defvar with no initvalue, and byte-compile-warnings.
7159
7160 2007-11-15 Martin Rudalics <rudalics@gmx.at>
7161
7162 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
7163 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
7164
7165 2007-11-13 Martin Rudalics <rudalics@gmx.at>
7166
7167 * help.texi (Help Functions): Document new macro `with-help-window'.
7168
7169 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
7170
7171 * searching.texi (Replacing Match): Describe new
7172 `match-substitute-replacement'.
7173
7174 2007-10-31 Richard Stallman <rms@gnu.org>
7175
7176 * strings.texi (Creating Strings): Null strings from concat not unique.
7177
7178 2007-10-26 Richard Stallman <rms@gnu.org>
7179
7180 * objects.texi (Equality Predicates): Null strings are uniquified.
7181
7182 * minibuf.texi: Minor clarifications in previous change.
7183
7184 2007-10-25 Glenn Morris <rgm@gnu.org>
7185
7186 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
7187
7188 2007-10-24 Richard Stallman <rms@gnu.org>
7189
7190 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
7191
7192 * variables.texi (Frame-Local Variables): Node deleted.
7193 (Variables): Delete Frame-Local Variables from menu.
7194 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
7195 (Default Value): Don't mention frame-local vars.
7196
7197 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
7198
7199 * loading.texi (Unloading): Document FEATURE-unload-function
7200 instead of FEATURE-unload-hook.
7201
7202 * frames.texi (Multiple Displays): Don't mention frame-local vars.
7203
7204 2007-10-22 Juri Linkov <juri@jurta.org>
7205
7206 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
7207 (High-Level Completion): Document a list of default value strings
7208 in the DEFAULT argument, for which minibuffer functions return the
7209 first element.
7210
7211 2007-10-17 Juri Linkov <juri@jurta.org>
7212
7213 * text.texi (Filling): Update arguments of fill-paragraph.
7214 fill-paragraph operates on the active region in Transient Mark mode.
7215 Remove fill-paragraph-or-region.
7216
7217 2007-10-13 Karl Berry <karl@gnu.org>
7218
7219 * elisp.texi (@dircategory): Move to after @copying,
7220 since we want @copying as close as possible to the beginning of
7221 the output.
7222
7223 2007-10-12 Richard Stallman <rms@gnu.org>
7224
7225 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
7226
7227 * commands.texi (Distinguish Interactive): New node,
7228 broken out from Interactive Call and rewritten.
7229 (Command Loop): Put Distinguish Interactive in menu.
7230
7231 2007-10-09 Richard Stallman <rms@gnu.org>
7232
7233 * text.texi (Examining Properties): Mention overlay priority.
7234
7235 * display.texi (Display Margins): Correct the description
7236 of margin display specifications.
7237 (Replacing Specs): New subnode broken out of Display Property.
7238
7239 2007-10-06 Juri Linkov <juri@jurta.org>
7240
7241 * text.texi (Filling): Document fill-paragraph-or-region.
7242
7243 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
7244
7245 * display.texi (Auto Faces): Fix typo.
7246
7247 2007-10-02 Richard Stallman <rms@gnu.org>
7248
7249 * display.texi (Display Property): Explain some display specs
7250 don't let you move point in.
7251
7252 * frames.texi (Cursor Parameters):
7253 Describe cursor-in-non-selected-windows here. Explain more values.
7254
7255 * windows.texi (Basic Windows): Don't describe
7256 cursor-in-non-selected-windows here.
7257
7258 2007-10-01 Eli Zaretskii <eliz@gnu.org>
7259
7260 * processes.texi (Misc Network): Note that these functions are
7261 supported only on some systems.
7262
7263 2007-10-01 Richard Stallman <rms@gnu.org>
7264
7265 * display.texi (Overlay Properties): Explain nil as priority.
7266 Explain that conflicts are unpredictable if not resolved by
7267 priorities.
7268
7269 2007-09-23 Richard Stallman <rms@gnu.org>
7270
7271 * macros.texi (Backquote): Minor clarification.
7272
7273 2007-09-19 Richard Stallman <rms@gnu.org>
7274
7275 * display.texi (Display Property): Explain multiple display specs.
7276 Clarify when they work in parallel and when one overrides.
7277 Fix error in example.
7278
7279 2007-09-06 Glenn Morris <rgm@gnu.org>
7280
7281 Move from lispref/ to doc/lispref/. Change all setfilename
7282 commands to use ../../info.
7283 * Makefile.in (infodir): Go up one more level.
7284 (usermanualdir): Change from ../man to ../emacs.
7285 (miscmanualdir): New.
7286 (dist): Use new variable miscmanualdir.
7287 * makefile.w32-in (infodir, texinputdir): Go up one more level.
7288 (usermanualdir): Change from ../man to ../emacs.
7289
7290 2007-08-30 Martin Rudalics <rudalics@gmx.at>
7291
7292 * commands.texi (Command Loop Info): Advise against changing
7293 most variables described here. Explain new variable
7294 last-repeatable-command.
7295
7296 2007-08-29 Glenn Morris <rgm@gnu.org>
7297
7298 * elisp.texi (EMACSVER): Increase to 23.0.50.
7299
7300 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7301
7302 * frames.texi (Basic Parameters): Add display-environment-variable
7303 and term-environment-variable.
7304
7305 2007-08-28 Juri Linkov <juri@jurta.org>
7306
7307 * display.texi (Image Formats, Other Image Types): Add SVG.
7308
7309 2007-08-28 Juri Linkov <juri@jurta.org>
7310
7311 * display.texi (Images): Move formats-related text to new node
7312 "Image Formats".
7313 (Image Formats): New node.
7314
7315 2007-08-27 Richard Stallman <rms@gnu.org>
7316
7317 * windows.texi (Window Configurations): Clarify what
7318 a window configuration saves.
7319
7320 2007-08-25 Richard Stallman <rms@gnu.org>
7321
7322 * display.texi (Images): Delete redundant @findex.
7323
7324 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7325
7326 * text.texi (Change Hooks): (after|before)-change-functions are no
7327 longer bound to nil while running; rather inhibit-modification-hooks
7328 is t.
7329
7330 2007-08-16 Richard Stallman <rms@gnu.org>
7331
7332 * processes.texi (Asynchronous Processes):
7333 Clarify doc of start-file-process.
7334
7335 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7336
7337 * modes.texi (Example Major Modes): Fix typo.
7338
7339 2007-08-08 Glenn Morris <rgm@gnu.org>
7340
7341 * intro.texi (nil and t): Do not use `iff' in documentation.
7342
7343 * tips.texi (Documentation Tips): Recommend against `iff'.
7344
7345 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7346
7347 * display.texi (Image Cache): Document image-refresh.
7348
7349 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7350
7351 * windows.texi (Size of Window): Document window-full-width-p.
7352
7353 2007-07-25 Glenn Morris <rgm@gnu.org>
7354
7355 * gpl.texi (GPL): Replace license with GPLv3.
7356
7357 * Relicense all FSF files to GPLv3 or later.
7358
7359 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7360
7361 * processes.texi (Synchronous Processes):
7362 Add `process-file-shell-command'.
7363 (Asynchronous Processes): Mention restricted use of
7364 `process-filter' and `process-sentinel' in
7365 `start-file-process'. Add `start-file-process-shell-command'.
7366
7367 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7368
7369 * files.texi (Magic File Names): Introduce optional parameter
7370 IDENTIFICATION for `file-remote-p'.
7371
7372 2007-07-16 Richard Stallman <rms@gnu.org>
7373
7374 * display.texi (Defining Faces): Fix previous change.
7375
7376 2007-07-14 Richard Stallman <rms@gnu.org>
7377
7378 * control.texi (Handling Errors): Document `debug' in handler list.
7379
7380 2007-07-10 Richard Stallman <rms@gnu.org>
7381
7382 * display.texi (Defining Faces): Explain C-M-x feature for defface.
7383
7384 2007-07-09 Richard Stallman <rms@gnu.org>
7385
7386 * files.texi (Magic File Names): Rewrite previous change.
7387
7388 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7389
7390 * files.texi (Magic File Names): Introduce optional parameter
7391 CONNECTED for `file-remote-p'.
7392
7393 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7394
7395 * processes.texi (Asynchronous Processes):
7396 * files.texi (Magic File Names): Add `start-file-process'.
7397
7398 2007-06-27 Richard Stallman <rms@gnu.org>
7399
7400 * files.texi (Format Conversion Piecemeal):
7401 Clarify `after-insert-file-functions' calling convention.
7402
7403 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
7404
7405 * files.texi (Magic File Names): Remove `dired-call-process'.
7406 Add `process-file'.
7407
7408 2007-06-27 Kenichi Handa <handa@m17n.org>
7409
7410 * text.texi (Special Properties): Fix description about
7411 `composition' property.
7412
7413 2007-06-26 Kenichi Handa <handa@m17n.org>
7414
7415 * nonascii.texi (Default Coding Systems): Document about the
7416 return value `undecided'.
7417
7418 2007-06-25 David Kastrup <dak@gnu.org>
7419
7420 * keymaps.texi (Active Keymaps): Document new POSITION argument of
7421 `current-active-maps'.
7422
7423 2007-06-24 Karl Berry <karl@gnu.org>
7424
7425 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
7426
7427 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
7428
7429 * display.texi (Overlay Arrow): Doc fix.
7430
7431 2007-06-14 Karl Berry <karl@tug.org>
7432
7433 * anti.texi (Antinews): Typo.
7434
7435 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
7436
7437 * display.texi (Image Cache): Document image-refresh.
7438
7439 2007-06-12 Karl Berry <karl@gnu.org>
7440
7441 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
7442 * two-volume.make: New file.
7443 * .cvsignore: Ignore two-volume files.
7444
7445 2007-06-12 Tom Tromey <tromey@redhat.com>
7446
7447 * os.texi (Init File): Document user-emacs-directory.
7448
7449 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
7450
7451 * commands.texi (Click Events): Describe width and height when
7452 object is nil.
7453
7454 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
7455
7456 * commands.texi (Click Events): Layout more logically.
7457 Describe width and height.
7458 (Drag Events, Motion Events): Update to new format for position.
7459
7460 2007-06-02 Richard Stallman <rms@gnu.org>
7461
7462 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
7463
7464 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7465
7466 * Version 22.1 released.
7467
7468 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7469
7470 * text.texi (Special Properties): Correct meaning of fontified face.
7471
7472 2007-05-30 Richard Stallman <rms@gnu.org>
7473
7474 * text.texi (Special Properties): Add link to Adjusting Point.
7475
7476 2007-05-12 Richard Stallman <rms@gnu.org>
7477
7478 * text.texi (Margins): indent-to-left-margin is not the default.
7479 (Mode-Specific Indent): For indent-line-function, the default
7480 is indent-relative.
7481
7482 * modes.texi (Example Major Modes): Explain last line of text-mode
7483 is redundant.
7484
7485 2007-05-10 Richard Stallman <rms@gnu.org>
7486
7487 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
7488
7489 * help.texi (Keys in Documentation): Add reference to
7490 Documentation Tips.
7491
7492 * files.texi (Format Conversion): TO-FN gets three arguments.
7493
7494 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
7495
7496 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7497
7498 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
7499 * files.texi (Format Conversion): Expand intro; add menu.
7500 (Format Conversion Overview, Format Conversion Round-Trip)
7501 (Format Conversion Piecemeal): New nodes/subsections.
7502 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
7503 * text.texi (Text Properties): Remove "Saving Properties" from menu.
7504 (Saving Properties): Delete node/subsection.
7505
7506 2007-05-07 Karl Berry <karl@gnu.org>
7507
7508 * elisp.texi (EMACSVER): Back to 22.
7509
7510 2007-05-06 Richard Stallman <rms@gnu.org>
7511
7512 * processes.texi (Accepting Output): Revert most of previous change.
7513
7514 2007-05-05 Richard Stallman <rms@gnu.org>
7515
7516 * processes.texi (Accepting Output): accept-process-output
7517 uses microseconds, not milliseconds. But that arg is obsolete.
7518
7519 2007-05-04 Karl Berry <karl@tug.org>
7520
7521 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
7522
7523 2007-05-04 Eli Zaretskii <eliz@gnu.org>
7524
7525 * tips.texi (Documentation Tips): Rearrange items to place the
7526 more important ones first. Add an index entry for hyperlinks.
7527
7528 2007-05-03 Karl Berry <karl@gnu.org>
7529
7530 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
7531 (EMACSVER) [smallbook]: 22 for printed version.
7532
7533 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
7534 so restore anchor to normal position after defun. Found by Kevin Ryde.
7535
7536 2007-04-26 Glenn Morris <rgm@gnu.org>
7537
7538 * elisp.texi (EMACSVER): Increase to 22.1.50.
7539
7540 2007-04-28 Karl Berry <karl@gnu.org>
7541
7542 * elisp.texi: Improve line breaks on copyright page,
7543 similar layout to emacs manual, 8.5x11 by default.
7544
7545 2007-04-24 Richard Stallman <rms@gnu.org>
7546
7547 * text.texi (Special Properties): Add xref to Overlay Properties.
7548
7549 * display.texi (Overlay Properties): Add xref to Special Properties.
7550
7551 2007-04-22 Richard Stallman <rms@gnu.org>
7552
7553 * keymaps.texi (Extended Menu Items): Move the info about
7554 format with cached keyboard binding.
7555
7556 2007-04-21 Richard Stallman <rms@gnu.org>
7557
7558 * text.texi (Special Properties): Clarify previous change.
7559
7560 * files.texi (File Name Expansion): Clarify previous change.
7561
7562 * display.texi (Attribute Functions): Fix example for
7563 face-attribute-relative-p.
7564
7565 2007-04-19 Kenichi Handa <handa@m17n.org>
7566
7567 * text.texi (Special Properties): Document composition property.
7568
7569 2007-04-19 Glenn Morris <rgm@gnu.org>
7570
7571 * files.texi (File Name Expansion): Mention "superroot".
7572
7573 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
7574
7575 * frames.texi (Multiple Displays): Add note about "multi-monitor"
7576 setups.
7577 (Display Feature Testing): Note that display refers to all
7578 physical monitors for multi-monitor setups.
7579
7580 2007-04-14 Richard Stallman <rms@gnu.org>
7581
7582 * lists.texi (Sets And Lists): Clarify `delete' examples.
7583 Remove spurious xref to same node.
7584 Clarify xref for add-to-list.
7585
7586 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
7587
7588 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
7589 value of lisp-mode-map.
7590
7591 2007-04-11 Karl Berry <karl@gnu.org>
7592
7593 * anti.texi (Antinews):
7594 * display.texi (Overlay Properties, Defining Images):
7595 * processes.texi (Synchronous Processes, Sentinels):
7596 * syntax.texi (Syntax Table Internals):
7597 * searching.texi (Regexp Special):
7598 * nonascii.texi (Default Coding Systems):
7599 * text.texi (Special Properties):
7600 * minibuf.texi (Basic Completion): Wording to improve breaks in
7601 8.5x11 format.
7602 * elisp.texi (smallbook): New @set to more easily switch between
7603 smallbook and 8.5x11.
7604
7605 2007-04-11 Richard Stallman <rms@gnu.org>
7606
7607 * text.texi (Lazy Properties): Minor fix.
7608
7609 2007-04-08 Karl Berry <karl@gnu.org>
7610
7611 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
7612 * macros.texi (Backquote): Downcase Backquote in index entries for
7613 consistency.
7614
7615 2007-04-08 Richard Stallman <rms@gnu.org>
7616
7617 * text.texi (Adaptive Fill): Just describe default,
7618 don't show it (since it contains non-ASCII chars).
7619
7620 2007-04-07 Karl Berry <karl@gnu.org>
7621
7622 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
7623 adaptive-fill-regexp's value, since they are not in the standard
7624 TeX fonts.
7625
7626 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
7627
7628 * display.texi (Defining Faces): Fix example.
7629
7630 2007-04-07 Karl Berry <karl@gnu.org>
7631
7632 * display.texi (Button Buffer Commands): Improve page break.
7633
7634 2007-04-07 Richard Stallman <rms@gnu.org>
7635
7636 * advice.texi (Activation of Advice): Remove redundant index entry.
7637
7638 * backups.texi: Improve index entries. Remove redundant ones.
7639
7640 * compile.texi (Byte Compilation): Improve index entry.
7641
7642 * hash.texi (Creating Hash): Improve index entry.
7643
7644 * symbols.texi (Definitions): Improve index entry.
7645
7646 * edebug.texi: Improve index entries. Remove redundant/useless ones.
7647
7648 * maps.texi (Standard Keymaps): Remove useless index entry.
7649
7650 * help.texi (Documentation Basics): Remove redundant index entries.
7651
7652 * customize.texi: Improve index entries.
7653 Remove redundant/useless ones.
7654
7655 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
7656
7657 * streams.texi (Output Variables): Improve index entry.
7658
7659 * abbrevs.texi (Abbrevs): Remove useless index entry.
7660
7661 * macros.texi (Expansion): Remove useless index entry.
7662
7663 * text.texi: Improve index entries. Remove redundant/useless ones.
7664 (Text Properties, Examining Properties)
7665 (Special Properties): Use "property category" instead of "category"
7666 to refer to the `category' property.
7667
7668 * positions.texi: Improve index entries. Remove useless one.
7669
7670 * lists.texi: Improve index entries. Remove redundant/useless ones.
7671
7672 * os.texi: Improve index entries.
7673 (Timers): Fix previous change.
7674
7675 * buffers.texi: Improve index entries.
7676 (Modification Time): Get rid of term "obsolete buffer".
7677
7678 * debugging.texi: Improve index entries.
7679 (Test Coverage): Add xref to other test coverage ftr.
7680
7681 * eval.texi: Improve index entry. Remove redundant ones.
7682
7683 * numbers.texi: Improve index entries. Remove redundant/useless ones.
7684
7685 * files.texi: Improve index entries. Remove redundant/useless ones.
7686
7687 * objects.texi: Improve index entries.
7688
7689 * processes.texi: Improve index entries.
7690
7691 * modes.texi: Improve index entry. Remove redundant one.
7692
7693 * nonascii.texi: Improve index entries.
7694
7695 * internals.texi: Improve index entries.
7696
7697 * syntax.texi: Improve index entries.
7698
7699 * keymaps.texi (Active Keymaps): Improve index entries.
7700
7701 * commands.texi: Improve index entries. Remove redundant/useless ones.
7702
7703 * frames.texi: Improve index entries. Remove redundant/useless ones.
7704
7705 * markers.texi: Improve index entries. Remove redundant ones.
7706
7707 * tips.texi: Improve index entries.
7708
7709 * loading.texi (Unloading): Improve index entry.
7710
7711 * variables.texi: Improve index entries. Remove redundant one.
7712
7713 * sequences.texi: Improve index entry.
7714
7715 * display.texi: Improve index entries. Remove redundant ones.
7716
7717 * windows.texi: Improve index entries.
7718
7719 * searching.texi: Improve index entries. Remove redundant one.
7720
7721 * strings.texi (Case Tables): Improve last change.
7722
7723 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
7724
7725 * strings.texi (Case Tables): Document with-case-table and
7726 ascii-case-table.
7727
7728 2007-04-03 Karl Berry <karl@gnu.org>
7729
7730 * processes.texi (Network): Reword to improve page break.
7731
7732 2007-04-03 Eli Zaretskii <eliz@gnu.org>
7733
7734 * functions.texi (Inline Functions): Describe more disadvantages
7735 of defsubst, and make advice against it stronger.
7736
7737 2007-04-02 Karl Berry <karl@gnu.org>
7738
7739 * backups.texi (Backup Names): Avoid widow words.
7740 * modes.texi (Example Major Modes): Align last comment.
7741
7742 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
7743
7744 * keymaps.texi (Remapping Commands): Document new arg to
7745 command-remapping.
7746
7747 2007-04-01 Karl Berry <karl@gnu.org>
7748
7749 * processes.texi (Low-Level Network): Typo.
7750 * loading.texi (Hooks for Loading): Avoid double "the".
7751 * keymaps.texi (Key Sequences): No double "and".
7752 (Changing Key Bindings): Shorten to improve line break.
7753
7754 2007-03-31 Glenn Morris <rgm@gnu.org>
7755
7756 * os.texi (Timers): Fix description of run-at-time TIME formats.
7757
7758 2007-03-31 Richard Stallman <rms@gnu.org>
7759
7760 * display.texi (Invisible Text): Correct buffer-invisibility-spec
7761 regarding ellipsis.
7762
7763 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7764
7765 * intro.texi (nil and t):
7766 * symbols.texi (Plists and Alists):
7767 * variables.texi (Variable Aliases, Constant Variables):
7768 * functions.texi (Defining Functions):
7769 * advice.texi (Advising Primitives):
7770 * debugging.texi (Syntax Errors, Compilation Errors):
7771 * minibuf.texi (Minibuffer Windows):
7772 * commands.texi (Adjusting Point):
7773 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
7774 (Auto Major Mode, Major Mode Conventions):
7775 * help.texi (Describing Characters):
7776 * files.texi (Create/Delete Dirs, Information about Files)
7777 (File Locks, Writing to Files, Reading from Files)
7778 (Saving Buffers):
7779 * windows.texi (Resizing Windows, Cyclic Window Ordering):
7780 * frames.texi (Finding All Frames):
7781 * positions.texi (Buffer End, Motion):
7782 * markers.texi (The Region):
7783 * text.texi (Deletion, Near Point):
7784 * display.texi (Displaying Messages, Truncation):
7785 * os.texi (Processor Run Time):
7786 * tips.texi (Key Binding Conventions, Programming Tips)
7787 (Warning Tips, Documentation Tips, Comment Tips):
7788 * internals.texi (Memory Usage): Improve indexing.
7789
7790 * variables.texi (Frame-Local Variables):
7791 * functions.texi (Argument List):
7792 * loading.texi (Library Search):
7793 * streams.texi (Output Variables):
7794 * keymaps.texi (Translation Keymaps, Searching Keymaps):
7795 * searching.texi (Replacing Match, Search and Replace):
7796 * processes.texi (Byte Packing, Decoding Output)
7797 (Accepting Output, Network Servers, Shell Arguments):
7798 * display.texi (Abstract Display, Image Cache, Scroll Bars):
7799 * windows.texi (Window Point, Window Start):
7800 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
7801 * commands.texi (Reading Input, Keyboard Events):
7802 * minibuf.texi (Reading File Names, Minibuffer Completion)
7803 (Recursive Mini):
7804 * positions.texi (List Motion):
7805 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
7806 * numbers.texi (Arithmetic Operations, Math Functions)
7807 (Predicates on Numbers, Comparison of Numbers, Numeric Conversions):
7808 * locals.texi (Standard Buffer-Local Variables):
7809 * maps.texi (Standard Keymaps):
7810 * os.texi (User Identification, System Environment, Recording Input)
7811 (X11 Keysyms):
7812 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
7813 * backups.texi (Backups and Auto-Saving):
7814 * customize.texi (Customization, Group Definitions)
7815 (Variable Definitions):
7816 * compile.texi (Byte Compilation): Improve index entries.
7817
7818 2007-03-31 Karl Berry <karl@gnu.org>
7819
7820 * macros.texi (Defining Macros): Avoid widow syllable.
7821
7822 2007-03-31 Eli Zaretskii <eliz@gnu.org>
7823
7824 * elisp.texi (Top): Postscript -> PostScript.
7825
7826 * display.texi (Images, Postscript Images): Postscript -> PostScript.
7827
7828 2007-03-31 Markus Triska <markus.triska@gmx.at>
7829
7830 * internals.texi (Writing Emacs Primitives): Untabify `For'.
7831
7832 2007-03-30 Karl Berry <karl@gnu.org>
7833
7834 * lists.texi (List-related Predicates): Remove spurious @need.
7835 (Setcdr): Use @smallexample to improve page break.
7836 (Association Lists) <assoc>: Reword to improve page break.
7837
7838 * strings.texi (String Conversion): Insert blank line to improve
7839 page break.
7840
7841 * numbers.texi (Random Numbers): Use @minus{}.
7842 (Math Functions): Use @minus{}.
7843
7844 * intro.texi (Acknowledgements): Avoid line breaks before middle
7845 initials.
7846
7847 2007-03-24 Eli Zaretskii <eliz@gnu.org>
7848
7849 * errors.texi (Standard Errors): Add an index entry.
7850
7851 2007-03-19 Richard Stallman <rms@gnu.org>
7852
7853 * os.texi (Recording Input): recent-keys now gives 300 keys.
7854
7855 2007-03-12 Glenn Morris <rgm@gnu.org>
7856
7857 * os.texi: Replace "daylight savings" with "daylight saving"
7858 throughout.
7859
7860 2007-03-05 Richard Stallman <rms@gnu.org>
7861
7862 * variables.texi (File Local Variables):
7863 Update enable-local-variables values.
7864
7865 2007-03-04 Richard Stallman <rms@gnu.org>
7866
7867 * syntax.texi (Control Parsing): Minor clarification.
7868
7869 * strings.texi (Formatting Strings): Clarify width, precision, flags.
7870
7871 * sequences.texi (Sequence Functions): Move string-bytes away,
7872 add xref.
7873
7874 * nonascii.texi (Text Representations): Move string-bytes here.
7875
7876 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
7877
7878 * minibuf.texi (Basic Completion): Minor clarification.
7879
7880 * markers.texi (The Mark): Clarify existence vs activation of mark.
7881 Other cleanup.
7882
7883 * display.texi (Finding Overlays): Write better example.
7884
7885 * compile.texi (Eval During Compile): Clarify putting macros
7886 in eval-when-compile.
7887
7888 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
7889
7890 * loading.texi (How Programs Do Loading): Fix anchor position at
7891 load-read-function definition doc.
7892
7893 2007-02-21 Kim F. Storm <storm@cua.dk>
7894
7895 * strings.texi (Text Comparison): Mention that assoc-string
7896 converts symbols to strings before testing.
7897
7898 2007-02-17 Kim F. Storm <storm@cua.dk>
7899
7900 * processes.texi (Bindat Spec): Vector types can have optional
7901 element type.
7902 (Bindat Examples): Fix example. Add vector with element type.
7903
7904 2007-02-16 Andreas Schwab <schwab@suse.de>
7905
7906 * strings.texi (Formatting Strings): Document '+' flag.
7907
7908 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
7909
7910 * strings.texi (Modifying Strings): Clarify that `clear-string'
7911 always converts the string to unibyte.
7912
7913 2007-02-14 Kim F. Storm <storm@cua.dk>
7914
7915 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
7916 Rewrite glyph code description to refer to these functions.
7917 Remove details of encoding face number and char into integer code.
7918
7919 2007-02-03 Alan Mackenzie <acm@muc.de>
7920
7921 * loading.texi (Hooks for Loading): Make the description of
7922 `eval-after-load' more detailed, and amend the description of
7923 after-load-alist, in accordance with changes from 2006-05.
7924
7925 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
7926
7927 * modes.texi (Defining Minor Modes): Document that a :require
7928 keyword or similar may be required to make saved customization
7929 variables work.
7930
7931 2007-02-03 Eli Zaretskii <eliz@gnu.org>
7932
7933 * elisp.texi (Top): Make the detailed menu headers compliant with
7934 Texinfo guidelines and with what texnfo-upd.el expects.
7935 Add comments to prevent people from inadvertently modifying the key
7936 parts needed by `texinfo-multiple-files-update'.
7937
7938 2007-02-02 Eli Zaretskii <eliz@gnu.org>
7939
7940 * elisp.texi (Top): Update the top-level menus.
7941
7942 * syntax.texi (Categories): Add index entries.
7943
7944 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
7945
7946 * display.texi (Attribute Functions): Fix name and description of
7947 the UNDERLINE arg of `set-face-underline-p'.
7948
7949 2007-01-29 Eli Zaretskii <eliz@gnu.org>
7950
7951 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
7952 Variables", and "Standard Keymaps" to the detailed menu.
7953
7954 * variables.texi (Future Local Variables): Add index entry.
7955
7956 2007-01-28 Richard Stallman <rms@gnu.org>
7957
7958 * tips.texi (Coding Conventions): Clarify the tip about macros
7959 that define a function or a variable.
7960
7961 * files.texi (File Attributes): UID and GID can be floats.
7962 (Magic File Names): Explain why deferring all operations to
7963 the standard handler does not work.
7964
7965 2007-01-23 Martin Rudalics <rudalics@gmx.at>
7966
7967 * backups.texi (Reverting): Use "buffer" instead of "file"
7968 when talking about major and minor modes.
7969
7970 2007-01-21 Richard Stallman <rms@gnu.org>
7971
7972 * help.texi (Documentation): Add xref to Documentation Tips.
7973
7974 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
7975
7976 * tips.texi (Coding Conventions): Fix typos.
7977
7978 2007-01-05 Richard Stallman <rms@gnu.org>
7979
7980 * modes.texi (Defining Minor Modes): Fix previous change.
7981
7982 2007-01-03 Richard Stallman <rms@gnu.org>
7983
7984 * customize.texi (Variable Definitions, Customization Types):
7985 Don't use * in doc string for defcustom.
7986
7987 2007-01-02 Richard Stallman <rms@gnu.org>
7988
7989 * variables.texi (Variable Aliases): Clarify that aliases vars
7990 always have the same value.
7991
7992 * processes.texi (Bindat Spec): Fix Texinfo usage.
7993
7994 * modes.texi (Defining Minor Modes): Explain effect of command
7995 defined with define-global-minor-mode on new buffers.
7996
7997 2006-12-30 Kim F. Storm <storm@cua.dk>
7998
7999 * keymaps.texi (Tool Bar): Describe `grow-only' value of
8000 `auto-resize-tool-bars'.
8001
8002 2006-12-30 Richard Stallman <rms@gnu.org>
8003
8004 * keymaps.texi (Active Keymaps): Fix previous change.
8005
8006 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
8007
8008 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
8009
8010 2006-12-30 Kim F. Storm <storm@cua.dk>
8011
8012 * processes.texi (Bindat Spec): Clarify using field names in
8013 length specifications.
8014
8015 2006-12-29 Kim F. Storm <storm@cua.dk>
8016
8017 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
8018 Add count and index variables for eval forms in repeat blocks.
8019
8020 2006-12-24 Richard Stallman <rms@gnu.org>
8021
8022 * customize.texi (Variable Definitions):
8023 Document new name custom-add-frequent-value.
8024
8025 2006-12-19 Kim F. Storm <storm@cua.dk>
8026
8027 * commands.texi (Misc Events): User signals now result in sigusr1
8028 and sigusr2 events which are handled through special-event-map.
8029 (Special Events): User signals and drag-n-drop are special.
8030
8031 2006-12-17 Richard Stallman <rms@gnu.org>
8032
8033 * loading.texi (Named Features): Explain subfeatures better.
8034
8035 * customize.texi: Use "option" only for user options.
8036 For the keyword values inside defcustom etc, say "keywords".
8037 For :options value's elements, say "elements".
8038 :group should not be omitted.
8039
8040 * syntax.texi (Parsing Expressions): Split up node.
8041 (Motion via Parsing, Position Parse, Parser State)
8042 (Low-Level Parsing, Control Parsing): New subnodes.
8043 (Parser State): Document syntax-ppss-toplevel-pos.
8044
8045 * positions.texi (List Motion): Punctuation fix.
8046
8047 * files.texi (File Name Completion): Document PREDICATE arg
8048 to file-name-completion.
8049
8050 2006-12-16 Eli Zaretskii <eliz@gnu.org>
8051
8052 * internals.texi (Building Emacs, Writing Emacs Primitives):
8053 Add index entries.
8054
8055 2006-12-11 Richard Stallman <rms@gnu.org>
8056
8057 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
8058 affects face menu. Explain how to make it non-nil without enabling
8059 any fontification.
8060
8061 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
8062
8063 * modes.texi (Font Lock Basics): Document nil value of
8064 font-lock-defaults.
8065
8066 2006-12-10 Glenn Morris <rgm@gnu.org>
8067
8068 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
8069 value for system-flag argument. Abbrev tables may not be empty
8070 when major modes are loaded.
8071
8072 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
8073
8074 * makefile.w32-in (maintainer-clean): Partially revert last
8075 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
8076 to protect elisp-covers.texi.
8077
8078 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
8079
8080 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
8081 Don't remove elisp* info files; they are already deleted by the
8082 `clean' and `distclean' targets, and they are in the $(infodir)
8083 directory, not the current one.
8084
8085 2006-12-04 Kim F. Storm <storm@cua.dk>
8086
8087 * commands.texi (Misc Events): Update signal events.
8088 (Event Examples): Add signal example.
8089
8090 2006-11-29 Richard Stallman <rms@gnu.org>
8091
8092 * frames.texi (Visibility of Frames): Explain visible windows
8093 can be covered by others. Add xref for raise-frame.
8094
8095 2006-11-28 Richard Stallman <rms@gnu.org>
8096
8097 * searching.texi (Regexp Special): Update when ^ is special.
8098
8099 2006-11-27 Eli Zaretskii <eliz@gnu.org>
8100
8101 * customize.texi (Customization, Common Keywords)
8102 (Group Definitions, Variable Definitions, Composite Types)
8103 (Type Keywords, Customization Types): Add index entries for
8104 various customization keywords.
8105
8106 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8107
8108 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
8109
8110 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
8111
8112 * frames.texi (Window System Selections): Remove clipboard from
8113 description of selection-coding-system.
8114
8115 2006-11-06 Richard Stallman <rms@gnu.org>
8116
8117 * lists.texi (List Variables): Document COMPARE-FN.
8118
8119 * keymaps.texi: Avoid use of "binding" to mean a relation;
8120 use it only to refer to the meaning associated with a key.
8121 (Keymaps): Change menu node description.
8122
8123 * elisp.texi (Top): Change menu node description.
8124
8125 * display.texi (Managing Overlays): Document overlay-recenter.
8126
8127 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
8128
8129 * Makefile.in: Use relative paths to avoid advertising filesystem
8130 contents during compilation.
8131
8132 2006-10-23 Kim F. Storm <storm@cua.dk>
8133
8134 * commands.texi (Event Input Misc): Update unread-command-events.
8135
8136 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8137
8138 * lists.texi (Sets And Lists): Fix typos.
8139
8140 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8141
8142 * control.texi (Processing of Errors): Use @var for an argument,
8143 not @code.
8144
8145 2006-10-16 Richard Stallman <rms@gnu.org>
8146
8147 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
8148
8149 * keymaps.texi (Format of Keymaps): Show all the keymap element
8150 patterns that result from menu items.
8151 (Key Lookup): Minor cleanups.
8152
8153 * modes.texi (Precalculated Fontification): Don't say that
8154 not setting font-lock-defaults avoids loading font-lock.
8155
8156 * help.texi (Documentation): Move xref to Emacs Manual here.
8157 (Documentation Basics): From here.
8158 Also doc emacs-lisp-docstring-fill-column.
8159
8160 * elisp.texi: Update version and ISBN.
8161
8162 * commands.texi (Interactive Call): Clarify KEYS arg to
8163 call-interactively is a vector.
8164 (Command Loop Info): Delete anchor in this-command-keys.
8165 Add anchor in this-command-keys-vector.
8166 (Recursive Editing): Document how recursive-edit
8167 handles the current buffer.
8168
8169 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
8170
8171 * frames.texi (Frame Titles): %c and %l are ignored in
8172 frame-title-format.
8173
8174 2006-10-11 Richard Stallman <rms@gnu.org>
8175
8176 * keymaps.texi (Key Sequences): Clarify use of kbd.
8177
8178 2006-10-10 Kim F. Storm <storm@cua.dk>
8179
8180 * lists.texi (Sets And Lists): Add memql.
8181
8182 2006-10-03 Richard Stallman <rms@gnu.org>
8183
8184 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
8185 Clarify :ascii: and :nonascii:.
8186
8187 2006-09-29 Juri Linkov <juri@jurta.org>
8188
8189 * modes.texi (%-Constructs): Reorder coding systems in the
8190 documentation of %z to the real order displayed in the modeline.
8191
8192 2006-09-25 Richard Stallman <rms@gnu.org>
8193
8194 * os.texi (Timers): Describe timer-max-repeats.
8195
8196 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
8197
8198 * os.texi (Timers): Mention with-local-quit.
8199
8200 2006-09-24 Richard Stallman <rms@gnu.org>
8201
8202 * searching.texi (Searching and Matching): Mention property search.
8203
8204 * commands.texi (Command Loop Info): Explain how read-event affects
8205 this-command-keys.
8206
8207 2006-09-20 Richard Stallman <rms@gnu.org>
8208
8209 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
8210
8211 * windows.texi (Window Start): Minor cleanups.
8212
8213 2006-09-20 Kim F. Storm <storm@cua.dk>
8214
8215 * windows.texi (Window Start): pos-visible-in-window-p allows
8216 specifying t for position to mean "end of window".
8217 Add window-line-height.
8218
8219 * anti.texi (Antinews): Mention window-line-height.
8220
8221 2006-09-19 David Kastrup <dak@gnu.org>
8222
8223 * keymaps.texi (Searching Keymaps): Small clarification.
8224
8225 2006-09-18 Richard Stallman <rms@gnu.org>
8226
8227 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
8228 cause keyboard menus.
8229 (Menu Keymaps): Likewise.
8230 (Defining Menus, Keyboard Menus): Clarify.
8231
8232 * text.texi (Fields): Clarify explanation of constrain-to-field.
8233
8234 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8235
8236 * variables.texi (Tips for Defining): Fix a typo.
8237
8238 2006-09-15 Richard Stallman <rms@gnu.org>
8239
8240 * keymaps.texi (Remapping Commands, Searching Keymaps)
8241 (Active Keymaps): Clean up previous change.
8242
8243 2006-09-15 Jay Belanger <belanger@truman.edu>
8244
8245 * gpl.texi: Replace "Library Public License" by "Lesser Public
8246 License" throughout.
8247
8248 2006-09-15 David Kastrup <dak@gnu.org>
8249
8250 * keymaps.texi (Active Keymaps): Adapt description to use
8251 `get-char-property' instead `get-text-property'. Explain how
8252 mouse events change this. Explain the new optional argument of
8253 `key-binding' and its mouse-dependent lookup.
8254 (Searching Keymaps): Adapt description similarly.
8255 (Remapping Commands): Explain the new optional argument of
8256 `command-remapping'.
8257
8258 2006-09-14 Richard Stallman <rms@gnu.org>
8259
8260 * keymaps.texi (Searching Keymaps): Clarification.
8261 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
8262
8263 2006-09-13 Richard Stallman <rms@gnu.org>
8264
8265 * objects.texi (Character Type): Node split.
8266 Add xref to Describing Characters.
8267 (Basic Char Syntax, General Escape Syntax)
8268 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
8269
8270 2006-09-11 Richard Stallman <rms@gnu.org>
8271
8272 * display.texi (Display Table Format): Wording clarification.
8273 (Glyphs): Clarifications.
8274
8275 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
8276
8277 * keymaps.texi (Active Keymaps): Mention that key-binding checks
8278 local maps.
8279
8280 2006-09-10 Kim F. Storm <storm@cua.dk>
8281
8282 * display.texi (Forcing Redisplay): Document return value of
8283 function redisplay.
8284
8285 2006-09-09 Richard Stallman <rms@gnu.org>
8286
8287 * windows.texi (Window Hooks): Explain limits of
8288 window-scroll-functions.
8289
8290 * display.texi (Fringe Indicators): Update for last change in
8291 indicate-buffer-boundaries.
8292
8293 2006-09-08 Richard Stallman <rms@gnu.org>
8294
8295 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
8296
8297 2006-09-06 Kim F. Storm <storm@cua.dk>
8298
8299 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
8300
8301 * windows.texi (Window Start): Update pos-visible-in-window-p.
8302
8303 2006-09-04 Richard Stallman <rms@gnu.org>
8304
8305 * processes.texi (Accepting Output): Explain SECONDS=0 for
8306 accept-process-output.
8307
8308 * os.texi (Idle Timers): Explain why timer functions should not
8309 loop until (input-pending-p).
8310
8311 2006-09-02 Eli Zaretskii <eliz@gnu.org>
8312
8313 * makefile.w32-in (usermanualdir): New variable.
8314 (elisp.dvi): Use it.
8315
8316 2006-09-01 Eli Zaretskii <eliz@gnu.org>
8317
8318 * buffers.texi (Buffer Modification): Fix last change.
8319
8320 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
8321
8322 * buffers.texi (Buffer Modification):
8323 Document buffer-chars-modified-tick.
8324
8325 2006-08-31 Richard Stallman <rms@gnu.org>
8326
8327 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
8328
8329 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
8330
8331 * modes.texi (Syntactic Font Lock):
8332 Mention font-lock-syntactic-face-function
8333 instead of specific faces.
8334
8335 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
8336
8337 * display.texi (Images): Add xrref to display-images-p.
8338
8339 2006-08-28 Kenichi Handa <handa@m17n.org>
8340
8341 * nonascii.texi (Lisp and Coding Systems): Fix description of
8342 detect-coding-region.
8343
8344 2006-08-27 Michael Olson <mwolson@gnu.org>
8345
8346 * processes.texi (Transaction Queues): Remove stray quote
8347 character.
8348
8349 2006-08-25 Richard Stallman <rms@gnu.org>
8350
8351 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
8352 Add xref.
8353
8354 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
8355
8356 * os.texi (Timers): Avoid waiting inside timers.
8357
8358 2006-08-21 Lute Kamstra <lute@gnu.org>
8359
8360 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
8361
8362 2006-08-20 Richard Stallman <rms@gnu.org>
8363
8364 * os.texi (Idle Timers): New node, split out from Timers.
8365 Document current-idle-time.
8366 * commands.texi (Reading One Event): Update xref.
8367 * elisp.texi (Top): Update subnode menu.
8368
8369 2006-08-16 Richard Stallman <rms@gnu.org>
8370
8371 * keymaps.texi (Extended Menu Items): Show format of cached
8372 bindings in extended menu items.
8373
8374 * customize.texi (Variable Definitions): Explain when the
8375 standard value expression is evaluated.
8376
8377 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
8378
8379 * commands.texi (Reading One Event): Explain idleness in
8380 `read-event'.
8381
8382 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
8383
8384 * text.texi (Near Point): Say "cursor" not "terminal cursor".
8385 (Commands for Insertion): Remove split-line since it's not
8386 relevant for Lisp programming.
8387 (Yank Commands): Rewrite introduction.
8388 (Undo): Clarify.
8389 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
8390 (Filling): Remove redundant comment. Clarify return value of
8391 current-justification.
8392 (Margins): Minor clarifications.
8393 (Adaptive Fill): Update default value of adaptive-fill-regexp.
8394 (Sorting): Update definition of sort-lines.
8395 (Columns): Clarify behavior of sort-columns.
8396 (Indent Tabs): Link to Tab Stops in Emacs manual.
8397 (Special Properties): Clarify.
8398 (Clickable Text): Mention Buttons package.
8399
8400 2006-08-12 Kevin Ryde <user42@zip.com.au>
8401
8402 * os.texi (Time Parsing): Add %z to description of
8403 format-time-string, as per docstring. Add cross reference to
8404 glibc manual for strftime.
8405
8406 2006-08-08 Richard Stallman <rms@gnu.org>
8407
8408 * modes.texi: Clean up wording in previous change.
8409
8410 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
8411
8412 * modes.texi (Hooks): Clarify.
8413 (Major Mode Basics): Mention define-derived-mode explicitly.
8414 (Major Mode Conventions): Rebinding RET is OK for some modes.
8415 Mention change-major-mode-hook and after-change-major-mode-hook.
8416 (Example Major Modes): Move to end of Modes section.
8417 (Mode Line Basics): Clarify.
8418 (Mode Line Data): Mention help-echo and local-map in strings.
8419 Explain reason for treatment of non-risky variables.
8420 (Properties in Mode): Clarify.
8421 (Faces for Font Lock): Add font-lock-negation-char-face.
8422
8423 2006-08-04 Eli Zaretskii <eliz@gnu.org>
8424
8425 * strings.texi (Formatting Strings): Warn against arbitrary
8426 strings as first arg to `format'.
8427
8428 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
8429
8430 * text.texi (Clickable Text): Mention `help-echo' text property.
8431 Update intro, examples and associated explanations.
8432
8433 2006-07-31 Richard Stallman <rms@gnu.org>
8434
8435 * commands.texi: Update xrefs.
8436 (Event Mod): New node, cut out from old Translating Input.
8437
8438 * maps.texi: Update xrefs.
8439
8440 * keymaps.texi (Translation Keymaps): New node.
8441 Update xrefs from Translating Input to Translation Keymaps.
8442
8443 * elisp.texi (Top): Update subnode menu.
8444
8445 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
8446
8447 * os.texi (System Interface): Fix menu descriptions of some nodes.
8448 (Translating Input): Node deleted.
8449
8450 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
8451
8452 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
8453
8454 * lists.texi (Sets And Lists): Likewise.
8455
8456 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
8457
8458 * text.texi (Fields): Mention POS
8459 requirement when narrowing is in effect.
8460
8461 2006-07-28 Richard Stallman <rms@gnu.org>
8462
8463 * display.texi (Face Attributes): Simplify wording.
8464 (Attribute Functions): Clarify meaning of new-frame default
8465 attribute settings.
8466
8467 * customize.texi (Common Keywords): Document how to use
8468 :package-version in a package not in Emacs.
8469
8470 2006-07-28 Kim F. Storm <storm@cua.dk>
8471
8472 * commands.texi (Reading One Event): Fix last change.
8473
8474 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
8475
8476 * commands.texi (Reading One Event): Document SECONDS argument for
8477 read-event, read-char, and read-char-exclusive.
8478
8479 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8480
8481 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
8482 to ensure correct identification.
8483
8484 2006-07-24 Richard Stallman <rms@gnu.org>
8485
8486 * text.texi (Clickable Text): Clarify.
8487
8488 * sequences.texi (Vector Functions): Delete duplicate xref.
8489
8490 * objects.texi (Function Type): Clarify.
8491
8492 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
8493 modes.
8494
8495 * lists.texi (List Variables): New node.
8496 Material moved from other nodes.
8497
8498 * variables.texi (Setting Variables): add-to-list and
8499 add-to-ordered-list moved to List Variables node.
8500
8501 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8502
8503 * text.texi (Links and Mouse-1):
8504 For mouse-on-link-p, expand on arg POS.
8505
8506 2006-07-21 Kim F. Storm <storm@cua.dk>
8507
8508 * display.texi (Forcing Redisplay): Don't mention systems which
8509 don't support sub-second timers for redisplay-preemption-period.
8510
8511 * os.texi (Terminal Output): Clarify text vs graphical terminal.
8512
8513 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8514
8515 * frames.texi (Input Focus): Document that focus-follows-mouse has
8516 no effect on MS-Windows.
8517
8518 2006-07-18 Richard Stallman <rms@gnu.org>
8519
8520 * display.texi (Forcing Redisplay): Cleanups in previous change.
8521
8522 * processes.texi (Low-Level Network): Make menu more convenient.
8523
8524 2006-07-18 Kim F. Storm <storm@cua.dk>
8525
8526 * display.texi (Forcing Redisplay): redisplay-preemption-period
8527 only used on window systems. Add xref to Terminal Output.
8528
8529 * os.texi (Terminal Output): baud-rate only controls preemption on
8530 non-window systems. Add xref to Forcing Redisplay.
8531
8532 * processes.texi (Low-Level Network): Rename node "Make Network"
8533 to "Network Processes".
8534
8535 2006-07-18 Karl Berry <karl@gnu.org>
8536
8537 * variables.texi, functions.texi, customize.texi, loading.texi:
8538 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
8539
8540 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8541
8542 * commands.texi (Waiting): Document batch-mode sit-for behavior.
8543
8544 2006-07-17 Richard Stallman <rms@gnu.org>
8545
8546 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
8547 Put period and comma inside quotes.
8548
8549 * loading.texi, markers.texi: Use real doublequote inside menus.
8550
8551 * windows.texi: Put point and comma inside quotes.
8552 (Textual Scrolling): Use @samp for error message.
8553
8554 * variables.texi, tips.texi, syntax.texi, symbols.texi:
8555 * strings.texi, streams.texi, processes.texi, os.texi:
8556 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
8557 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
8558 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
8559 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
8560 Put point and comma inside quotes.
8561
8562 * control.texi (Processing of Errors): Add command-error-function.
8563
8564 * variables.texi (File Local Variables): Clarify that
8565 file local variables make buffer-local bindings.
8566
8567 * modes.texi (Syntactic Font Lock): Give default for
8568 font-lock-syntax-table.
8569
8570 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
8571
8572 * text.texi (Special Properties): Clean up previous change.
8573
8574 2006-07-16 Karl Berry <karl@gnu.org>
8575
8576 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
8577 * control.texi: Fix bad page breaks through chapter 10 (control).
8578
8579 * anti.texi (Antinews): Reorder face-attribute fns to avoid
8580 underfull hbox.
8581
8582 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
8583
8584 * text.texi (Special Properties): Describe fontified text property
8585 in relation to a character (not text).
8586
8587 2006-07-15 Kim F. Storm <storm@cua.dk>
8588
8589 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
8590 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
8591 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
8592
8593 * anti.texi (Antinews): Mention redisplay function.
8594 The kbd macro existed, but was not documented, before 22.x.
8595 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
8596
8597 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8598
8599 * display.texi (Displaying Messages): Add anchor.
8600
8601 * frames.texi (Dialog Boxes): Use it.
8602
8603 2006-07-12 Richard Stallman <rms@gnu.org>
8604
8605 * objects.texi (Frame Type): Explain nature of frames better.
8606
8607 * frames.texi (Frames): Explain nature of frames better.
8608
8609 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
8610
8611 * tips.texi (Coding Conventions): Explain why use cl at compile time.
8612
8613 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8614
8615 * frames.texi (Window System Selections): Mention scrap support for Mac.
8616 Default value of x-select-enable-clipboard is t on Mac.
8617
8618 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
8619
8620 2006-07-11 Kim F. Storm <storm@cua.dk>
8621
8622 * display.texi (Forcing Redisplay): Add `redisplay' function.
8623 Don't mention (sit-for -1) -- use (redisplay t) instead.
8624
8625 * commands.texi (Waiting): (sit-for -1) is no longer special.
8626 (sit-for 0) is equivalent to (redisplay).
8627 Iconifying/deiconifying no longer makes sit-for return.
8628
8629 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
8630
8631 * display.texi (Buttons): Fix typo.
8632
8633 * index.texi, elisp.texi (New Symbols): Comment node out.
8634
8635 2006-07-09 Richard Stallman <rms@gnu.org>
8636
8637 * display.texi (Truncation): Clean up previous change.
8638
8639 2006-07-08 Richard Stallman <rms@gnu.org>
8640
8641 * commands.texi (Interactive Call): Use 3 as prefix in example
8642 for execute-extended-command.
8643
8644 * display.texi (Attribute Functions): Move paragraph about
8645 compatibility with Emacs < 21.
8646
8647 2006-07-09 Kim F. Storm <storm@cua.dk>
8648
8649 * display.texi (Refresh Screen): Clarify force-window-update.
8650 (Truncation): "Normally" indicated by fringe arrows.
8651
8652 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8653
8654 * windows.texi (Textual Scrolling, Resizing Windows):
8655 * variables.texi (Constant Variables):
8656 * text.texi (Buffer Contents, Deletion, Changing Properties)
8657 (Property Search, Special Properties, Sticky Properties)
8658 (Links and Mouse-1, Fields, Change Hooks):
8659 * syntax.texi (Syntax Table Functions, Parsing Expressions)
8660 (Categories):
8661 * symbols.texi (Other Plists):
8662 * streams.texi (Output Variables):
8663 * processes.texi (Input to Processes, Query Before Exit):
8664 * positions.texi (Word Motion, Text Lines, List Motion):
8665 * os.texi (Init File, System Environment, Sound Output)
8666 (Session Management):
8667 * nonascii.texi (Text Representations, Character Sets)
8668 (Chars and Bytes, Locales):
8669 * modes.texi (Defining Minor Modes, Header Lines):
8670 * minibuf.texi (Minibuffer Contents):
8671 * markers.texi (Information from Markers):
8672 * lists.texi (List Elements, Building Lists, Association Lists):
8673 * keymaps.texi (Tool Bar):
8674 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
8675 * functions.texi (What Is a Function, Mapping Functions):
8676 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
8677 (Color Names, Text Terminal Colors, Display Feature Testing):
8678 * files.texi (Visiting Functions, File Name Components)
8679 (Unique File Names, Contents of Directories):
8680 * display.texi (Forcing Redisplay, Displaying Messages)
8681 (Temporary Displays, Font Selection, Auto Faces)
8682 (Font Lookup, Fringe Indicators, Display Margins)
8683 (Image Descriptors, Showing Images, Image Cache, Button Types)
8684 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
8685 (Display Table Format, Glyphs):
8686 * control.texi (Iteration):
8687 * commands.texi (Command Loop Info, Adjusting Point):
8688 * backups.texi (Making Backups, Auto-Saving):
8689 Remove @tindex entries.
8690
8691 2006-07-07 Kim F. Storm <storm@cua.dk>
8692
8693 * display.texi (Fringe Cursors): Fix typo.
8694 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
8695 (Overlay Arrow): Default is overlay-arrow fringe indicator.
8696
8697 2006-07-05 Richard Stallman <rms@gnu.org>
8698
8699 * text.texi (Buffer Contents): Add example of text props
8700 in result of buffer-substring.
8701 (Text Properties): Explain better about use of specific property names.
8702 (Property Search): Some cleanups; reorder some functions.
8703
8704 * keymaps.texi (Changing Key Bindings): Cleanup.
8705 Add xref to Key Binding Conventions.
8706
8707 * display.texi (Attribute Functions): Add examples for
8708 face-attribute-relative-p.
8709
8710 * tips.texi (Coding Conventions): Cleanup last change.
8711
8712 2006-07-05 Karl Berry <karl@gnu.org>
8713
8714 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
8715 Remove @setchapternewpage odd.
8716 Result is 1013 pages, down from 1100.
8717
8718 * anti.texi, customize.texi, display.texi, internals.texi:
8719 * minibuf.texi, modes.texi, tips.texi:
8720 Fix overfull/underfull boxes.
8721
8722 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8723
8724 * edebug.texi (Instrumenting):
8725 Add Edebug-specific findex for eval-buffer.
8726 * loading.texi (Loading):
8727 Replace eval-current-buffer with eval-buffer.
8728
8729 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8730
8731 * locals.texi (Standard Buffer-Local Variables): Update the list
8732 of variables.
8733
8734 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
8735
8736 * files.texi (File Name Completion): Point user to the node
8737 "Reading File Names".
8738
8739 2006-06-24 Eli Zaretskii <eliz@gnu.org>
8740
8741 * files.texi (Contents of Directories): Document case-insensitive
8742 behavior on respective filesystems.
8743
8744 * objects.texi (Character Type): Document that Emacs signals an
8745 error for unsupported Unicode characters specified as \uNNNN.
8746
8747 2006-06-19 Richard Stallman <rms@gnu.org>
8748
8749 * processes.texi (Bindat Spec): Clarify previous change.
8750
8751 2006-06-16 Richard Stallman <rms@gnu.org>
8752
8753 * tips.texi (Coding Conventions): Better explain conventions
8754 for definition constructs.
8755
8756 * text.texi (Special Properties): String value of `read-only'
8757 serves as the error message.
8758
8759 * objects.texi (Character Type): Clarify prev. change.
8760 (Non-ASCII in Strings): Mention \u and \U.
8761
8762 * commands.texi (Using Interactive): Explain problem of
8763 markers, etc., in command-history.
8764
8765 2006-06-14 Kim F. Storm <storm@cua.dk>
8766
8767 * commands.texi (Waiting): Negative arg to sit-for forces
8768 redisplay even if input is pending.
8769
8770 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
8771 redisplay. Remove incorrect example of binding redisplay-dont-pause
8772 around (sit-for 0).
8773
8774 2006-06-13 Richard Stallman <rms@gnu.org>
8775
8776 * display.texi (Forcing Redisplay): Clarify previous change.
8777
8778 2006-06-13 Romain Francoise <romain@orebokech.com>
8779
8780 * display.texi (Forcing Redisplay): Fix typo.
8781
8782 2006-06-13 Kim F. Storm <storm@cua.dk>
8783
8784 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
8785
8786 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
8787
8788 * tips.texi (Coding Conventions): Add `@end itemize'.
8789
8790 2006-06-10 Richard Stallman <rms@gnu.org>
8791
8792 * tips.texi (Coding Conventions): Explain use of coding systems
8793 to ensure one decoding for strings.
8794
8795 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
8796
8797 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
8798 syntax.
8799
8800 2006-06-07 Eli Zaretskii <eliz@gnu.org>
8801
8802 * display.texi (Font Selection): Remove description of
8803 clear-face-cache.
8804
8805 * compile.texi (Eval During Compile): Fix a typo. Add index
8806 entries for possible uses of eval-when-compile.
8807
8808 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
8809
8810 * display.texi (Abstract Display): Fix typo.
8811
8812 2006-06-03 Eli Zaretskii <eliz@gnu.org>
8813
8814 * minibuf.texi (Minibuffer History) <history-add-new-input>:
8815 Reword variable's description.
8816
8817 2006-06-01 Richard Stallman <rms@gnu.org>
8818
8819 * windows.texi (Splitting Windows): Clarify splitting nonselected
8820 window.
8821
8822 2006-05-31 Juri Linkov <juri@jurta.org>
8823
8824 * minibuf.texi (Minibuffer History): Add history-add-new-input.
8825
8826 2006-05-30 Richard Stallman <rms@gnu.org>
8827
8828 * display.texi (Line Height): Fix errors in description of
8829 default line height and line-height property.
8830
8831 * nonascii.texi (Default Coding Systems): Further clarification.
8832
8833 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
8834
8835 * internals.texi (Pure Storage): Mention that an overflow in pure
8836 space causes a memory leak.
8837 (Garbage Collection): If there was an overflow in pure space,
8838 `garbage-collect' returns nil.
8839
8840 2006-05-30 Eli Zaretskii <eliz@gnu.org>
8841
8842 * nonascii.texi (Default Coding Systems): Fix it some more.
8843
8844 2006-05-29 Eli Zaretskii <eliz@gnu.org>
8845
8846 * nonascii.texi (Default Coding Systems): Fix last change.
8847
8848 2006-05-29 Kenichi Handa <handa@m17n.org>
8849
8850 * nonascii.texi (find-operation-coding-system): Describe the new
8851 argument format (FILENAME . BUFFER).
8852
8853 2006-05-28 Richard Stallman <rms@gnu.org>
8854
8855 * tips.texi (Coding Conventions): Better explain reasons not to
8856 advise other packages or use `eval-after-load'.
8857
8858 2006-05-29 Kim F. Storm <storm@cua.dk>
8859
8860 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
8861 `bindat-idx' and `bindat-raw' for clarity.
8862
8863 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8864
8865 * processes.texi (Bindat Spec): Expand on `repeat' handler.
8866
8867 * display.texi (Display): Add "Abstract Display" to menu.
8868 (Abstract Display, Abstract Display Functions)
8869 (Abstract Display Example): New nodes.
8870 * elisp.texi (Top): Add "Abstract Display" to menu.
8871
8872 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
8873
8874 * keymaps.texi (Key Sequences): Link to input events definition.
8875 (Format of Keymaps): Delete material duplicated in Keymap Basics.
8876
8877 * files.texi (Changing Files): Document updated argument list for
8878 copy-file.
8879
8880 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8881
8882 * processes.texi (Bindat Functions): Explain term "total length".
8883 Use it in bindat-length and bindat-pack descriptions.
8884
8885 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8886
8887 * tips.texi (Coding Conventions): Advise against using
8888 eval-after-load in packages. Add an index entry.
8889
8890 2006-05-25 Juri Linkov <juri@jurta.org>
8891
8892 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
8893
8894 * modes.texi (%-Constructs): Add %e, %z, %Z.
8895
8896 2006-05-25 Richard Stallman <rms@gnu.org>
8897
8898 * elisp.texi (Top): Update subnode menu.
8899
8900 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
8901 (Keymaps): Update menu.
8902
8903 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8904
8905 * keymaps.texi (Key Sequences): Some clarifications.
8906
8907 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8908
8909 * processes.texi (Bindat Functions): Say "unibyte string"
8910 explicitly for bindat-unpack and bindat-pack descriptions.
8911 (Bindat Examples): Don't call `string-make-unibyte' in example.
8912
8913 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8914
8915 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
8916 Explain string and vector representations of key sequences.
8917
8918 * keymaps.texi (Changing Key Bindings):
8919 * commands.texi (Interactive Codes):
8920 * help.texi (Describing Characters): Refer to it.
8921
8922 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
8923
8924 * frames.texi (Pointer Shape): @end table -> @end defvar.
8925
8926 2006-05-22 Richard Stallman <rms@gnu.org>
8927
8928 * elisp.texi (Top): Update subnode menus.
8929
8930 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
8931 Contents rewritten; material from old Pointer Shape node moved here.
8932
8933 * display.texi (Pointer Shape): Node deleted.
8934 (Image Descriptors): Minor cleanup.
8935
8936 2006-05-21 Richard Stallman <rms@gnu.org>
8937
8938 * syntax.texi (Parsing Expressions): Update info on which STATE
8939 elements are ignored.
8940
8941 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
8942
8943 * hooks.texi (Standard Hooks): Correct typo.
8944
8945 * gpl.texi (GPL): ifinfo -> ifnottex.
8946
8947 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
8948
8949 * searching.texi (Simple Match Data): Warn about match data being
8950 set anew by every search.
8951
8952 2006-05-17 Richard Stallman <rms@gnu.org>
8953
8954 * minibuf.texi (Minibuffer History): Clarify.
8955
8956 * searching.texi (Regexp Special): Clarify nested regexp warning.
8957
8958 2006-05-16 Kim F. Storm <storm@cua.dk>
8959
8960 * minibuf.texi (Minibuffer History): Update add-to-history.
8961
8962 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
8963
8964 * nonascii.texi (Explicit Encoding):
8965 Fix typo (encoding<->decoding).
8966
8967 2006-05-14 Richard Stallman <rms@gnu.org>
8968
8969 * buffers.texi (Creating Buffers): Cleanup.
8970
8971 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
8972
8973 2006-05-13 Eli Zaretskii <eliz@gnu.org>
8974
8975 * buffers.texi (Current Buffer): Document that with-temp-buffer
8976 disables undo.
8977
8978 * os.texi (Terminal-Specific): More accurate description of how
8979 Emacs searches for the terminal-specific libraries.
8980
8981 2006-05-12 Eli Zaretskii <eliz@gnu.org>
8982
8983 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
8984 emacs-xtra to @inforef's.
8985
8986 * text.texi (Undo): Document that undo is turned off in buffers
8987 whose names begin with a space.
8988
8989 * buffers.texi (Buffer Names): Add index entries for buffers whose
8990 names begin with a space.
8991 (Creating Buffers): Document that undo is turned off in buffers
8992 whose names begin with a space.
8993
8994 * files.texi (Visiting Functions, Reading from Files)
8995 (Saving Buffers): Mention code and EOL conversions by file I/O
8996 primitives and subroutines.
8997
8998 * nonascii.texi (Lisp and Coding Systems):
8999 Document coding-system-eol-type. Add index entries for eol conversion.
9000
9001 * display.texi (Defining Faces): Mention `mac', and add an xref to
9002 where window-system is described.
9003
9004 2006-05-10 Richard Stallman <rms@gnu.org>
9005
9006 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
9007
9008 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
9009
9010 * variables.texi (File Local Variables): Recommend to quote lambda
9011 expressions in safe-local-variable property.
9012
9013 2006-05-09 Richard Stallman <rms@gnu.org>
9014
9015 * variables.texi (File Local Variables):
9016 Document safe-local-eval-forms and safe-local-eval-function.
9017
9018 2006-05-07 Kim F. Storm <storm@cua.dk>
9019
9020 * minibuf.texi (Minibuffer History): Remove keep-dups arg
9021 from add-to-history.
9022
9023 2006-05-07 Romain Francoise <romain@orebokech.com>
9024
9025 * commands.texi (Event Input Misc):
9026 * compile.texi (Eval During Compile):
9027 * internals.texi (Buffer Internals):
9028 * minibuf.texi (Initial Input):
9029 * nonascii.texi (Scanning Charsets):
9030 * numbers.texi (Comparison of Numbers):
9031 * windows.texi (Textual Scrolling, Vertical Scrolling):
9032 Fix various typos.
9033
9034 2006-05-06 Eli Zaretskii <eliz@gnu.org>
9035
9036 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
9037 conditional xref's to either emacs or emacs-xtra, depending on
9038 @iftex/@ifnottex.
9039
9040 * minibuf.texi (Minibuffer History): Document add-to-history.
9041
9042 2006-05-05 Eli Zaretskii <eliz@gnu.org>
9043
9044 * internals.texi (Pure Storage): Mention the pure overflow message
9045 at startup.
9046
9047 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
9048
9049 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
9050 (Searching Keymaps): Fix pseudo-Lisp description of keymap
9051 search.
9052
9053 2006-05-01 Richard Stallman <rms@gnu.org>
9054
9055 * intro.texi (nil and t): Clarify.
9056
9057 * variables.texi (File Local Variables): Suggest using booleanp.
9058
9059 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
9060
9061 * objects.texi (Type Predicates): Fix typos.
9062
9063 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9064
9065 * intro.texi (nil and t): Add booleanp.
9066
9067 * objects.texi (Type Predicates): Add links for booleanp and
9068 string-or-null-p.
9069
9070 2006-04-29 Richard Stallman <rms@gnu.org>
9071
9072 * modes.texi (Multiline Font Lock): Rename from
9073 Multi line Font Lock Elements. Much clarification.
9074 (Font Lock Multiline, Region to Fontify): Much clarification.
9075
9076 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9077
9078 * variables.texi (File Local Variables): Remove the special case t for
9079 safe-local-variable.
9080
9081 2006-04-26 Richard Stallman <rms@gnu.org>
9082
9083 * syntax.texi (Parsing Expressions): Minor cleanup.
9084
9085 2006-04-18 Richard Stallman <rms@gnu.org>
9086
9087 * tips.texi (Coding Conventions): Explain when the package's
9088 prefix should appear later on (not at the start of the name).
9089
9090 * searching.texi (String Search): Clarify effect of NOERROR.
9091
9092 * modes.texi (Imenu): Clarify what special items do.
9093
9094 * hooks.texi (Standard Hooks): Delete text about old hook names.
9095
9096 2006-04-17 Romain Francoise <romain@orebokech.com>
9097
9098 * variables.texi (Local Variables): Update the default value of
9099 `max-specpdl-size'.
9100
9101 2006-04-15 Michael Olson <mwolson@gnu.org>
9102
9103 * processes.texi (Transaction Queues): Mention the new optional
9104 `delay-question' argument for `tq-enqueue'.
9105
9106 2006-04-13 Bill Wohler <wohler@newt.com>
9107
9108 * customize.texi (Common Keywords): Use dotted notation for
9109 :package-version value. Specify its values. Improve documentation
9110 for customize-package-emacs-version-alist.
9111
9112 2006-04-12 Bill Wohler <wohler@newt.com>
9113
9114 * customize.texi (Common Keywords): Move description of
9115 customize-package-emacs-version-alist to @defvar.
9116
9117 2006-04-10 Bill Wohler <wohler@newt.com>
9118
9119 * customize.texi (Common Keywords): Add :package-version.
9120
9121 2006-04-10 Kim F. Storm <storm@cua.dk>
9122
9123 * text.texi (Buffer Contents): Add NOPROPS arg to
9124 filter-buffer-substring.
9125
9126 2006-04-08 Kevin Ryde <user42@zip.com.au>
9127
9128 * os.texi (Command-Line Arguments): Update xref to emacs manual
9129 "Command Arguments" -> "Emacs Invocation", per change there.
9130
9131 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
9132
9133 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
9134 be on one line to help makeinfo not render two spaces after the dot.
9135
9136 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
9137
9138 * strings.texi (Predicates for Strings): Add string-or-null-p.
9139
9140 2006-03-28 Kim F. Storm <storm@cua.dk>
9141
9142 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
9143 remarks about systems that don't support fractional seconds.
9144
9145 2006-03-25 Karl Berry <karl@gnu.org>
9146
9147 * elisp.texi: Use @copyright{} instead of (C), and do not indent
9148 the year list.
9149
9150 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
9151
9152 * display.texi (Fringe Indicators): Fix typos.
9153
9154 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
9155
9156 * tips.texi (Documentation Tips): One can now also write `program'
9157 in front of a quoted symbol in a docstring to prevent making a
9158 hyperlink.
9159
9160 2006-03-19 Alan Mackenzie <acm@muc.de>
9161
9162 * text.texi (Special Properties): Clarify `fontified' property.
9163
9164 2006-03-16 Richard Stallman <rms@gnu.org>
9165
9166 * display.texi (Defining Images): Minor cleanup.
9167
9168 2006-03-16 Bill Wohler <wohler@newt.com>
9169
9170 * display.texi (Defining Images): In image-load-path-for-library,
9171 prefer user's images.
9172
9173 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9174
9175 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
9176
9177 2006-03-15 Bill Wohler <wohler@newt.com>
9178
9179 * display.texi (Defining Images): Fix example in
9180 image-load-path-for-library by not recommending that one binds
9181 image-load-path. Just defvar it to placate compiler and only use
9182 it if previously defined.
9183
9184 2006-03-14 Bill Wohler <wohler@newt.com>
9185
9186 * display.texi (Defining Images): In image-load-path-for-library,
9187 always return list of directories. Update example.
9188
9189 2006-03-14 Alan Mackenzie <acm@muc.de>
9190
9191 * modes.texi: New node, "Region to Fontify" (for Font Lock).
9192 This describes font-lock-extend-region-function.
9193 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
9194 the new node "Region to Fontify".
9195
9196 2006-03-13 Richard Stallman <rms@gnu.org>
9197
9198 * display.texi (Invisible Text): The impossible position is
9199 now before the invisible text, not after.
9200 (Defining Images): Clean up last change.
9201
9202 2006-03-11 Bill Wohler <wohler@newt.com>
9203
9204 * display.texi (Defining Images): Add image-load-path-for-library.
9205
9206 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
9207
9208 * text.texi (Adaptive Fill): Fix Texinfo usage.
9209
9210 * strings.texi (Creating Strings): Fix Texinfo usage.
9211
9212 * searching.texi (Regexp Special): Use @samp for regular
9213 expressions that are not in Lisp syntax.
9214
9215 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
9216
9217 * searching.texi (Regexp Special): Put remark between parentheses
9218 to avoid misreading.
9219
9220 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
9221
9222 * searching.texi (Syntax of Regexps): More accurately describe
9223 which characters are special in which situations.
9224 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
9225 are not special. Describe in detail when `[' and `]' are special.
9226 (Regexp Backslash): Plenty of regexps with unbalanced square
9227 brackets are valid, so reword that statement.
9228
9229 2006-03-02 Kim F. Storm <storm@cua.dk>
9230
9231 * keymaps.texi (Tool Bar): Add tool-bar-border.
9232
9233 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
9234
9235 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
9236
9237 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
9238
9239 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
9240
9241 * files.texi (Locating Files): Suggest additional values for the
9242 SUFFIXES arg of `locate-file'. Update pxref.
9243
9244 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
9245 (How Programs Do Loading): Discuss the effects of Auto Compression
9246 mode on `load'.
9247 (Load Suffixes): New node.
9248 (Library Search): Delete description of `load-suffixes'; it was
9249 moved to "Load Suffixes".
9250 (Autoload, Named Features): Mention `load-suffixes'.
9251
9252 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
9253
9254 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
9255
9256 * windows.texi (Window Tree): Fix typo.
9257
9258 2006-02-20 Kim F. Storm <storm@cua.dk>
9259
9260 * display.texi (Fringe Indicators): New section.
9261 Move indicate-empty-lines, indicate-buffer-boundaries, and
9262 default-indicate-buffer-boundaries here.
9263 Add fringe-indicator-alist and default-fringes-indicator-alist.
9264 Add list of logical fringe indicator symbols.
9265 Update list of standard bitmap names.
9266 (Fringe Cursors): New section.
9267 Move overflow-newline-into-fringe here.
9268 Add fringe-cursor-alist and default-fringes-cursor-alist.
9269 Add list of fringe cursor symbols.
9270
9271 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
9272
9273 * commands.texi (Using Interactive): Fix reference to node
9274 "Minibuffers".
9275
9276 2006-02-19 Richard M. Stallman <rms@gnu.org>
9277
9278 * minibuf.texi (High-Level Completion):
9279 Add xref to read-input-method-name.
9280
9281 * files.texi (Relative File Names): Move file-relative-name here.
9282 (File Name Expansion): From here. Minor clarifications.
9283
9284 * commands.texi (Using Interactive): Add xrefs about reading input.
9285 Clarify remarks about that moving point and mark.
9286 Put string case before list case.
9287
9288 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
9289
9290 * display.texi (Other Display Specs, Image Descriptors):
9291 Revert erroneous changes. The previous description of
9292 image-descriptors as `(image . PROPS)' was correct.
9293
9294 2006-02-14 Richard M. Stallman <rms@gnu.org>
9295
9296 * variables.texi (File Local Variables): Clarifications.
9297
9298 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
9299
9300 * variables.texi (File Local Variables): Use @code for a cons
9301 cell, not @var.
9302
9303 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
9304
9305 * variables.texi (File Local Variables): Document new file local
9306 variable behavior.
9307
9308 2006-02-10 Kim F. Storm <storm@cua.dk>
9309
9310 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
9311
9312 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
9313
9314 * modes.texi (%-Constructs): Remove obsolete info about
9315 `global-mode-string'.
9316
9317 2006-02-07 Richard M. Stallman <rms@gnu.org>
9318
9319 * commands.texi (Prefix Command Arguments): Minor cleanup.
9320
9321 * display.texi: "Graphical display", not window system.
9322
9323 * functions.texi (What Is a Function): Fix xref.
9324
9325 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
9326 (Changing Key Bindings): Clarify when remapping is better than
9327 substitute-key-definition.
9328
9329 2006-02-02 Richard M. Stallman <rms@gnu.org>
9330
9331 * minibuf.texi (Basic Completion): Completion alists are risky.
9332
9333 * keymaps.texi (Active Keymaps): Clarifications.
9334 (Searching Keymaps): New node.
9335 (Keymaps): Update menu.
9336
9337 * frames.texi (Layout Parameters): Minor clarification.
9338 (Drag and Drop): New node.
9339 (Frames): Update menu.
9340
9341 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
9342
9343 * display.texi (Other Display Specs, Image Descriptors):
9344 Image description is a list, not a cons cell.
9345
9346 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
9347
9348 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
9349 list is not necessarily a list).
9350
9351 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9352
9353 * frames.texi (Layout Parameters): border-width and
9354 internal-border-width belong to the frame, not the window.
9355
9356 2006-01-19 Richard M. Stallman <rms@gnu.org>
9357
9358 * nonascii.texi (Translation of Characters): Search cmds use
9359 translation-table-for-input. Automatically made local.
9360
9361 * markers.texi (Overview of Markers): Count insertion type
9362 as one of a marker's attributes.
9363
9364 * keymaps.texi (Controlling Active Maps): New node, split out of
9365 Active Keymaps.
9366 (Keymaps): Menu updated.
9367 (Active Keymaps): Give pseudocode to explain how the active
9368 maps are searched. current-active-maps and key-binding moved here.
9369 (Functions for Key Lookup): current-active-maps and key-binding moved.
9370 Clarifications.
9371 (Searching the Keymaps): New subnode.
9372
9373 * elisp.texi (Top): Menu clarification.
9374
9375 * display.texi (Other Display Specs): Delete duplicate entry for
9376 just a string as display spec. Move text about recursive display
9377 specs on such a string.
9378
9379 * commands.texi (Key Sequence Input): Clarify.
9380 Move num-nonmacro-input-events out.
9381 (Reading One Event): num-nonmacro-input-events moved here.
9382
9383 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
9384
9385 * advice.texi (Simple Advice): Update example to fit argument
9386 change in previous-line.
9387
9388 2006-01-05 Richard M. Stallman <rms@gnu.org>
9389
9390 * markers.texi (The Mark): Fix in `mark'.
9391
9392 2006-01-04 Richard M. Stallman <rms@gnu.org>
9393
9394 * processes.texi (Misc Network, Make Network): Minor cleanups.
9395
9396 2006-01-04 Kim F. Storm <storm@cua.dk>
9397
9398 * processes.texi (Make Network): Add IPv6 addresses and handling.
9399 (Network Feature Testing): Mention (:family ipv6).
9400 (Misc Network): Add IPv6 formats to format-network-address.
9401
9402 2005-12-30 Richard M. Stallman <rms@gnu.org>
9403
9404 * text.texi (Changing Properties):
9405 Don't use return value of set-text-properties.
9406
9407 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
9408
9409 * modes.texi (Mode Line Format): Correct typo in menu.
9410
9411 2005-12-29 Richard M. Stallman <rms@gnu.org>
9412
9413 * modes.texi (Mode Line Top): New node.
9414 (Mode Line Data): Some text moved to new node.
9415 Explain the data structure more concretely.
9416 (Mode Line Basics): Clarifications.
9417 (Mode Line Variables): Clarify intro paragraph.
9418 (%-Constructs): Clarify intro paragraph.
9419 (Mode Line Format): Update menu.
9420
9421 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9422
9423 * minibuf.texi (Basic Completion): Update lazy-completion-table
9424 examples for removal of ARGS argument.
9425
9426 2005-12-23 Richard M. Stallman <rms@gnu.org>
9427
9428 * text.texi (Undo): Restore some explanation from the version
9429 that was deleted.
9430
9431 2005-12-23 Eli Zaretskii <eliz@gnu.org>
9432
9433 * text.texi (Undo): Remove duplicate descriptions of `apply
9434 funname' and `apply delta' elements of the undo list.
9435
9436 2005-12-20 Richard M. Stallman <rms@gnu.org>
9437
9438 * help.texi (Help Functions): Update documentation of `apropos'.
9439
9440 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
9441
9442 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
9443 because it is confusing. If the :help-echo keyword is a function,
9444 it is not directly used as the :help-echo overlay property, as the
9445 xref seems to suggest (it does not take the appropriate args).
9446
9447 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9448
9449 * customize.texi (Common Keywords): Fix Texinfo usage.
9450 (Group Definitions, Variable Definitions): Update for new
9451 conventions for using `*' in docstrings.
9452
9453 * tips.texi (Documentation Tips): Update for new conventions for
9454 using `*' in docstrings.
9455
9456 2005-12-16 Richard M. Stallman <rms@gnu.org>
9457
9458 * minibuf.texi (Minibuffer Contents): Minor cleanup.
9459
9460 2005-12-16 Juri Linkov <juri@jurta.org>
9461
9462 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
9463
9464 2005-12-14 Romain Francoise <romain@orebokech.com>
9465
9466 * modes.texi (Customizing Keywords): Rename `append' to `how'.
9467 Fix typo.
9468
9469 2005-12-11 Juri Linkov <juri@jurta.org>
9470
9471 * minibuf.texi (Completion Commands): Add mention of read-file-name
9472 for filename completion keymaps.
9473 (Reading File Names): Add mention of filename completion keymaps
9474 for read-file-name and xref to `Completion Commands'.
9475
9476 2005-12-10 Richard M. Stallman <rms@gnu.org>
9477
9478 * customize.texi (Common Keywords): State caveats for use of :tag.
9479
9480 2005-12-08 Richard M. Stallman <rms@gnu.org>
9481
9482 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
9483 with xrefs and better explanation.
9484 (Completion Commands): Add the filename completion maps.
9485
9486 * objects.texi (Character Type): Clarify that \s is not space
9487 if a dash follows.
9488
9489 2005-12-05 Richard M. Stallman <rms@gnu.org>
9490
9491 * windows.texi (Resizing Windows): Delete preserve-before args.
9492
9493 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9494
9495 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
9496 in full keymaps, since the quirk has been fixed.
9497
9498 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9499
9500 * hooks.texi (Standard Hooks): Add index entries.
9501 Mention `compilation-finish-functions'.
9502
9503 2005-11-27 Richard M. Stallman <rms@gnu.org>
9504
9505 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
9506
9507 2005-11-21 Juri Linkov <juri@jurta.org>
9508
9509 * customize.texi (Common Keywords): Update links types
9510 custom-manual and url-link. Add link types emacs-library-link,
9511 file-link, function-link, variable-link, custom-group-link.
9512
9513 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9514
9515 * display.texi: Revert 2005-11-20 change.
9516
9517 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9518
9519 * processes.texi (Bindat Functions):
9520 Say "third" to refer to zero-based index "2".
9521
9522 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
9523
9524 * loading.texi (Library Search): Update the default value of
9525 `load-suffixes'.
9526
9527 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9528
9529 * display.texi (Attribute Functions): Mention :ignore-defface.
9530
9531 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9532
9533 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
9534 (Minor Mode Conventions): Mention the use of a hook.
9535
9536 2005-11-06 Richard M. Stallman <rms@gnu.org>
9537
9538 * files.texi (Magic File Names): find-file-name-handler checks the
9539 `operations' property of the handler.
9540
9541 2005-11-03 Richard M. Stallman <rms@gnu.org>
9542
9543 * variables.texi (Frame-Local Variables): Small clarification.
9544
9545 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
9546
9547 * os.texi (Init File): Document ~/.emacs.d/init.el.
9548
9549 2005-10-29 Richard M. Stallman <rms@gnu.org>
9550
9551 * internals.texi (Garbage Collection): Document memory-full.
9552
9553 2005-10-28 Bill Wohler <wohler@newt.com>
9554
9555 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
9556 for URLs.
9557
9558 2005-10-28 Richard M. Stallman <rms@gnu.org>
9559
9560 * minibuf.texi (Completion Commands): Clean up prev change.
9561
9562 2005-10-26 Kevin Ryde <user42@zip.com.au>
9563
9564 * compile.texi (Eval During Compile): Explain recommended uses
9565 of eval-when-compile and eval-and-compile.
9566
9567 2005-10-27 Masatake YAMATO <jet@gyve.org>
9568
9569 * minibuf.texi (Completion Commands):
9570 Write about new optional argument for `display-completion-list'.
9571
9572 2005-10-23 Richard M. Stallman <rms@gnu.org>
9573
9574 * display.texi (Overlay Arrow): Clarify about local bindings of
9575 overlay-arrow-position.
9576
9577 2005-10-22 Eli Zaretskii <eliz@gnu.org>
9578
9579 * internals.texi (Building Emacs): Fix last change.
9580
9581 2005-10-22 Richard M. Stallman <rms@gnu.org>
9582
9583 * internals.texi (Building Emacs): Document eval-at-startup.
9584
9585 2005-10-21 Richard M. Stallman <rms@gnu.org>
9586
9587 * loading.texi (Where Defined): load-history contains abs file names.
9588 symbol-file returns abs file names.
9589
9590 2005-10-19 Kim F. Storm <storm@cua.dk>
9591
9592 * display.texi (Showing Images): Add max-image-size integer value.
9593
9594 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9595
9596 * display.texi (Showing Images): Document max-image-size.
9597
9598 2005-10-17 Richard M. Stallman <rms@gnu.org>
9599
9600 * commands.texi (Quitting): Minor clarification.
9601
9602 * processes.texi (Sentinels): Clarify about output and quitting.
9603 (Filter Functions): Mention with-local-quit.
9604
9605 2005-10-17 Juri Linkov <juri@jurta.org>
9606
9607 * buffers.texi (Current Buffer):
9608 * commands.texi (Event Input Misc):
9609 * compile.texi (Eval During Compile, Compiler Errors):
9610 * customize.texi (Group Definitions):
9611 * display.texi (Progress, Defining Faces):
9612 * files.texi (Writing to Files):
9613 * modes.texi (Mode Hooks, Defining Minor Modes):
9614 * streams.texi (Output Functions):
9615 * syntax.texi (Syntax Table Functions):
9616 * text.texi (Change Hooks):
9617 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
9618
9619 * commands.texi (Quitting): Replace arg `forms' with `body' in
9620 `with-local-quit'.
9621
9622 * positions.texi (Excursions): Replace arg `forms' with `body' in
9623 `save-excursion'.
9624
9625 2005-10-08 Kim F. Storm <storm@cua.dk>
9626
9627 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
9628 Rename manual section accordingly.
9629
9630 2005-10-04 Kim F. Storm <storm@cua.dk>
9631
9632 * windows.texi (Window Split Tree): New section describing
9633 new function window-split-tree function.
9634
9635 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
9636
9637 * display.texi (Fringe Size/Pos): Simplify and add detail.
9638
9639 2005-09-30 Romain Francoise <romain@orebokech.com>
9640
9641 * minibuf.texi (High-Level Completion): Explain that the prompt
9642 given to `read-buffer' should end with a colon and a space.
9643 Update usage examples.
9644
9645 2005-09-29 Juri Linkov <juri@jurta.org>
9646
9647 * display.texi (Displaying Messages): Rename argument name
9648 `string' to `format-string' in functions `message', `message-box',
9649 `message-or-box'.
9650
9651 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
9652
9653 * errors.texi (Standard Errors): Correct xrefs.
9654
9655 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9656
9657 * display.texi (Defining Images): Update documentation for
9658 `image-load-path'.
9659
9660 2005-09-17 Richard M. Stallman <rms@gnu.org>
9661
9662 * display.texi (Defining Images): Clean up previous change.
9663
9664 2005-09-16 Romain Francoise <romain@orebokech.com>
9665
9666 * elisp.texi: Specify GFDL version 1.2.
9667
9668 * doclicense.texi (GNU Free Documentation License): Update to
9669 version 1.2.
9670
9671 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9672
9673 * display.texi (Defining Images): Document `image-load-path'.
9674
9675 2005-09-15 Richard M. Stallman <rms@gnu.org>
9676
9677 * objects.texi (Printed Representation): Minor cleanup.
9678 (Box Diagrams): Minor fix.
9679 (Cons Cell Type): Move (...) index item here.
9680 (Box Diagrams): From here.
9681 (Array Type): Minor fix.
9682 (Type Predicates): Delete index "predicates".
9683 (Hash Table Type): Clarify xref.
9684 (Dotted Pair Notation): Minor fix.
9685
9686 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
9687
9688 * files.texi (Saving Buffers): Fix typo.
9689
9690 2005-09-08 Richard M. Stallman <rms@gnu.org>
9691
9692 * tips.texi (Programming Tips): Correct the "default" prompt spec.
9693
9694 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
9695
9696 * locals.texi (Standard Buffer-Local Variables): Don't include
9697 mode variables for minor modes.
9698 Fix xrefs for buffer-display-count, buffer-display-table,
9699 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
9700 enable-multibyte-characters, fill-column, header-line-format,
9701 left-fringe-width, left-margin, and right-fringe-width.
9702
9703 * hooks.texi (Standard Hooks): All hooks should conform to the
9704 standard naming convention now.
9705 Fix xref for `echo-area-clear-hook'.
9706
9707 * display.texi (Usual Display): Note that indicate-empty-lines and
9708 tab-width are buffer-local.
9709
9710 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
9711
9712 * modes.texi (Mode Help): Note that major-mode is buffer-local.
9713
9714 * nonascii.texi (Encoding and I/O): Note that
9715 buffer-file-coding-system is buffer-local.
9716
9717 * positions.texi (List Motion): Note that defun-prompt-regexp is
9718 buffer-local.
9719
9720 * text.texi (Auto Filling): Note that auto-fill-function is
9721 buffer-local.
9722 (Undo): Note that buffer-undo-list is buffer-local.
9723
9724 * windows.texi (Buffers and Windows):
9725 Document buffer-display-count.
9726
9727 2005-09-06 Richard M. Stallman <rms@gnu.org>
9728
9729 * tips.texi (Coding Conventions): Sometimes it is ok to put the
9730 package prefix elsewhere than at the start of the name.
9731
9732 2005-09-03 Richard M. Stallman <rms@gnu.org>
9733
9734 * tips.texi (Programming Tips): Add conventions for minibuffer
9735 questions and prompts.
9736
9737 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
9738
9739 * intro.texi (nil and t): Minor cleanup.
9740 Delete spurious mention of keyword symbols.
9741 (Evaluation Notation): Add index entry.
9742 (A Sample Function Description): Minor cleanup.
9743 (A Sample Variable Description): Not all vars can be set.
9744
9745 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
9746
9747 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
9748
9749 (Insertion): Document precise type of `insert-char' arg COUNT.
9750
9751 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9752
9753 * modes.texi (Other Font Lock Variables): Sync the default of
9754 font-lock-lines-before.
9755
9756 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
9757
9758 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
9759
9760 2005-08-29 Richard M. Stallman <rms@gnu.org>
9761
9762 * elisp.texi (Top): Update subnode menu.
9763
9764 * searching.texi (Searching and Matching): Move node.
9765 Rearrange contents and add overall explanation.
9766 (Searching and Case): Move node.
9767 (Searching and Matching): Update menu.
9768
9769 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9770
9771 * os.texi (Startup Summary): Fix the description of the initial
9772 startup message display.
9773
9774 2005-08-25 Richard M. Stallman <rms@gnu.org>
9775
9776 * searching.texi (Search and Replace): Add replace-regexp-in-string.
9777
9778 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
9779
9780 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
9781 `next-overlay-change' example.
9782
9783 2005-08-22 Juri Linkov <juri@jurta.org>
9784
9785 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
9786 Fix invert-face. Fix args of face-background.
9787
9788 * display.texi (Standard Faces): Delete node.
9789 (Faces): Add xref to `(emacs)Standard Faces'.
9790 (Displaying Faces): Fix xref to `Standard Faces'.
9791
9792 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
9793
9794 2005-08-20 Alan Mackenzie <acm@muc.de>
9795
9796 * buffers.texi (The Buffer List): Clarify the manipulation of the
9797 buffer list.
9798
9799 2005-08-14 Richard M. Stallman <rms@gnu.org>
9800
9801 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
9802 a regexp.
9803
9804 2005-08-11 Richard M. Stallman <rms@gnu.org>
9805
9806 * elisp.texi (Top): Update subnode lists.
9807
9808 * display.texi (Inverse Video): Node deleted.
9809
9810 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
9811 New nodes split out of Coding Conventions.
9812
9813 * searching.texi (Regular Expressions): Document re-builder.
9814
9815 * os.texi (Time Parsing): New node split out of Time Conversion.
9816
9817 * processes.texi (Misc Network, Network Feature Testing)
9818 (Network Options, Make Network): New nodes split out of
9819 Low-Level Network.
9820
9821 2005-08-09 Richard M. Stallman <rms@gnu.org>
9822
9823 * frames.texi (Geometry): New node, split from Size and Position.
9824 (Frame Parameters): Refer to Geometry.
9825
9826 * buffers.texi (The Buffer List): Fix xrefs.
9827
9828 * windows.texi (Splitting Windows): Fix xref.
9829
9830 * frames.texi (Layout Parameters): Add xref.
9831
9832 * display.texi (Line Height, Scroll Bars): Fix xrefs.
9833
9834 * keymaps.texi (Menu Bar): Fix xref.
9835
9836 * locals.texi (Standard Buffer-Local Variables): Fix xref.
9837
9838 * modes.texi (%-Constructs): Fix xref.
9839
9840 * frames.texi (Window Frame Parameters): Node split up.
9841 (Basic Parameters, Position Parameters, Size Parameters)
9842 (Layout Parameters, Buffer Parameters, Management Parameters)
9843 (Cursor Parameters, Color Parameters): New subnodes.
9844
9845 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
9846
9847 * positions.texi (Screen Lines): Update xref for previous change
9848 in minibuf.texi.
9849
9850 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
9851 change in minibuf.texi.
9852
9853 2005-08-09 Richard M. Stallman <rms@gnu.org>
9854
9855 * tips.texi (Coding Conventions): Minor cleanup.
9856
9857 * modes.texi (Defining Minor Modes): Explain when init-value
9858 can be non-nil.
9859
9860 * elisp.texi (Top): Update submenu for Minibuffer.
9861
9862 * minibuf.texi (Minibuffer Misc): Node split up.
9863 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
9864 (Recursive Mini): New nodes split out from Minibuffer Misc.
9865 (Minibuffer Misc): Document max-mini-window-height.
9866
9867 * hash.texi (Defining Hash): Delete stray paren in example.
9868
9869 * display.texi (Echo Area Customization): Don't define
9870 max-mini-window-height here; xref instead.
9871
9872 * commands.texi (Event Input Misc): Update while-no-input.
9873
9874 * advice.texi (Advising Functions): Explain when to use advice
9875 and when to use a hook.
9876
9877 2005-07-30 Eli Zaretskii <eliz@gnu.org>
9878
9879 * makefile.w32-in (info): Don't run install-info.
9880 ($(infodir)/dir): New target, produced by running install-info.
9881
9882 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
9883
9884 * modes.texi (Defining Minor Modes): The keyword for the initial
9885 value is :init-value, not :initial-value.
9886
9887 2005-07-23 Eli Zaretskii <eliz@gnu.org>
9888
9889 * loading.texi (Autoload): Make the `doctor' example be consistent
9890 with what's in current loaddefs.el. Describe the "fn" magic in
9891 the usage portion of the doc string.
9892
9893 2005-07-22 Richard M. Stallman <rms@gnu.org>
9894
9895 * internals.texi (Garbage Collection): Clarify previous change.
9896
9897 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
9898
9899 * internals.texi (Garbage Collection): Add gc-cons-percentage.
9900
9901 2005-07-18 Juri Linkov <juri@jurta.org>
9902
9903 * commands.texi (Accessing Events):
9904 * frames.texi (Text Terminal Colors, Resources):
9905 * markers.texi (The Mark):
9906 * modes.texi (Defining Minor Modes):
9907 Delete duplicate duplicate words.
9908
9909 2005-07-16 Richard M. Stallman <rms@gnu.org>
9910
9911 * display.texi (Managing Overlays): Clarify make-overlay
9912 args for insertion types.
9913
9914 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
9915
9916 * customize.texi (Variable Definitions):
9917 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
9918 `standard-value' is a list too.
9919 (Defining New Types): Use @key{RET} instead of @key{ret}.
9920
9921 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
9922
9923 * os.texi (Translating Input): Fix typo.
9924
9925 2005-07-08 Richard M. Stallman <rms@gnu.org>
9926
9927 * README: Update edition number and size estimate.
9928
9929 * elisp.texi (VERSION): Set to 2.9.
9930
9931 2005-07-07 Richard M. Stallman <rms@gnu.org>
9932
9933 * book-spine.texinfo: Update Emacs version.
9934
9935 * display.texi (Inverse Video): Delete mode-line-inverse-video.
9936
9937 2005-07-06 Richard M. Stallman <rms@gnu.org>
9938
9939 * searching.texi (Regexp Search): Clarify what re-search-forward
9940 does when the search fails.
9941
9942 2005-07-05 Lute Kamstra <lute@gnu.org>
9943
9944 * Update FSF's address in GPL notices.
9945
9946 * doclicense.texi (GNU Free Documentation License):
9947 * gpl.texi (GPL):
9948 * tips.texi (Coding Conventions, Library Headers):
9949 * vol1.texi:
9950 * vol2.texi: Update FSF's address.
9951
9952 2005-07-04 Richard M. Stallman <rms@gnu.org>
9953
9954 * hooks.texi (Standard Hooks): Add occur-hook.
9955
9956 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
9957
9958 * display.texi (The Echo Area): Correct menu.
9959
9960 2005-07-03 Richard M. Stallman <rms@gnu.org>
9961
9962 * elisp.texi (Top): Update subnode menu for Display.
9963
9964 * display.texi (Displaying Messages): New node, with most
9965 of what was in The Echo Area.
9966 (Progress): Move under The Echo Area.
9967 (Logging Messages): New node with new text.
9968 (Echo Area Customization): New node, the rest of what was
9969 in The Echo Area. Document message-truncate-lines with @defvar.
9970 (Display): Update menu.
9971
9972 * windows.texi (Textual Scrolling): Doc 3 values for
9973 scroll-preserve-screen-position.
9974
9975 * text.texi (Special Properties): Change hook functions
9976 should bind inhibit-modification-hooks around altering buffer text.
9977
9978 * keymaps.texi (Key Binding Commands): Call binding BINDING
9979 rather than DEFINITION.
9980
9981 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9982
9983 * variables.texi (Defining Variables): `user-variable-p' returns t
9984 for aliases of user options, nil for alias loops.
9985
9986 2005-06-28 Richard M. Stallman <rms@gnu.org>
9987
9988 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
9989 make-keymap.
9990
9991 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
9992
9993 * variables.texi (Setting Variables): Correct and clarify
9994 description of `add-to-ordered-list'.
9995
9996 2005-06-26 Richard M. Stallman <rms@gnu.org>
9997
9998 * display.texi (Faces): Minor cleanup.
9999
10000 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
10001
10002 * display.texi (Faces): `facep' returns t for strings that are
10003 face names.
10004
10005 2005-06-25 Richard M. Stallman <rms@gnu.org>
10006
10007 * objects.texi (Equality Predicates): Clarify meaning of equal.
10008
10009 * windows.texi (Selecting Windows): save-selected-window
10010 and with-selected-window save and restore the current buffer.
10011
10012 2005-06-24 Richard M. Stallman <rms@gnu.org>
10013
10014 * numbers.texi (Float Basics): Explain how to test for NaN,
10015 and printing the sign of NaNs.
10016
10017 2005-06-24 Eli Zaretskii <eliz@gnu.org>
10018
10019 * makefile.w32-in (MAKEINFO): Use --force.
10020
10021 2005-06-23 Richard M. Stallman <rms@gnu.org>
10022
10023 * display.texi (Face Functions): Correct Texinfo usage.
10024
10025 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
10026
10027 * lists.texi (Rings): `ring-elements' now returns the elements of
10028 RING in order.
10029
10030 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
10031
10032 * markers.texi (The Mark): Texinfo usage fix.
10033
10034 2005-06-23 Kim F. Storm <storm@cua.dk>
10035
10036 * searching.texi (Entire Match Data): Remove evaporate option for
10037 match-data. Do not mention evaporate option for set-match-data.
10038
10039 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
10040
10041 * display.texi (Face Functions): Mention face aliases.
10042
10043 2005-06-21 Richard M. Stallman <rms@gnu.org>
10044
10045 * anti.texi (Antinews): Texinfo usage fix.
10046
10047 2005-06-21 Karl Berry <karl@gnu.org>
10048
10049 * elisp.texi: Use @copying.
10050
10051 * elisp.texi: Put @summarycontents and @contents before the Top
10052 node, instead of the end of the file, so that the contents appear
10053 in the right place in the dvi/pdf output.
10054
10055 2005-06-21 Juri Linkov <juri@jurta.org>
10056
10057 * display.texi (Defining Faces): Add `customized-face'.
10058
10059 2005-06-20 Kim F. Storm <storm@cua.dk>
10060
10061 * variables.texi (Setting Variables): Any type of element can be
10062 given order in add-to-ordered-list. Compare elements with eq.
10063
10064 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
10065
10066 2005-06-20 Karl Berry <karl@gnu.org>
10067
10068 * syntax.texi (Syntax Flags): Make last column very slightly wider
10069 to avoid "generic comment" breaking on two lines and causing an
10070 underfull box.
10071
10072 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
10073
10074 * lists.texi (Rings): Various minor clarifications and corrections.
10075
10076 2005-06-18 Richard M. Stallman <rms@gnu.org>
10077
10078 * functions.texi (Obsolete Functions): Simplify.
10079
10080 * variables.texi (Variable Aliases): Simplify.
10081
10082 * anti.texi, backups.texi, compile.texi, customize.texi:
10083 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
10084 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
10085 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
10086 * variables.texi: Fix formatting ugliness.
10087
10088 * elisp.texi: Add links to Rings and Byte Packing.
10089 Update version and copyright years.
10090
10091 * minibuf.texi: Fix formatting ugliness.
10092 (Completion Commands): Move keymap vars to the end
10093 and vars completing-read binds to the top.
10094
10095 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
10096
10097 * processes.texi: Fix typos.
10098 (Bindat Spec): Correct Texinfo error.
10099 (Byte Packing): Fix ungrammatical sentence.
10100
10101 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
10102
10103 * lists.texi (Rings): New node.
10104 (Lists): Add it to menu.
10105
10106 * processes.texi (Byte Packing): New node.
10107 (Processes): Add it to menu.
10108
10109 2005-06-17 Richard M. Stallman <rms@gnu.org>
10110
10111 * syntax.texi (Parsing Expressions): Fix texinfo usage.
10112
10113 * help.texi (Documentation Basics): Explain the xref to
10114 Documentation Tips.
10115
10116 * debugging.texi (Debugger Commands): Minor fix.
10117
10118 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
10119
10120 * edebug.texi (Instrumenting): Eliminate duplicate link.
10121 (Specification List): Replace references to "below", referring to
10122 a later node, with one @ref to that node.
10123
10124 * os.texi (Timers): Timers should save and restore the match data
10125 if they change it.
10126
10127 * debugging.texi (Debugger Commands): Mention that the Lisp
10128 debugger can not step through primitive functions.
10129
10130 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
10131
10132 * functions.texi (Obsolete Functions): Update argument names of
10133 `make-obsolete' and `define-obsolete-function-alias'.
10134
10135 * variables.texi (Variable Aliases): Update argument names of
10136 `defvaralias', `make-obsolete-variable' and
10137 `define-obsolete-variable-alias'.
10138
10139 2005-06-15 Kim F. Storm <storm@cua.dk>
10140
10141 * searching.texi (Entire Match Data): Rephrase warnings about
10142 evaporate arg to match-data and set-match-data.
10143
10144 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
10145
10146 * elisp.texi (Top): Update detailed menu.
10147
10148 * edebug.texi (Edebug): Update menu.
10149 (Instrumenting): Update xrefs.
10150 (Edebug Execution Modes): Correct xref.
10151 (Jumping): Clarify description of `h' command.
10152 Eliminate redundant @ref.
10153 (Breaks): New node.
10154 (Breakpoints): Is now a subsubsection.
10155 (Global Break Condition): Mention `C-x X X'.
10156 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
10157 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
10158 (Edebug Display Update): Correct pxref.
10159 (Edebug and Macros): New node.
10160 (Instrumenting Macro Calls): Is now a subsubsection.
10161 Neither arg of `def-edebug-spec' is evaluated.
10162 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
10163 (Specification Examples): Fix typo.
10164
10165 2005-06-14 Lute Kamstra <lute@gnu.org>
10166
10167 * debugging.texi (Function Debugging): Primitives can break on
10168 entry too.
10169
10170 2005-06-14 Kim F. Storm <storm@cua.dk>
10171
10172 * variables.texi (Setting Variables): Add add-to-ordered-list.
10173
10174 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10175
10176 * syntax.texi (Parsing Expressions): Document aux functions and vars of
10177 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
10178
10179 2005-06-13 Lute Kamstra <lute@gnu.org>
10180
10181 * text.texi (Special Properties): Fix cross reference.
10182
10183 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
10184
10185 * debugging.texi (Function Debugging): Delete mention of empty
10186 string argument to `cancel-debug-on-entry'. Delete inaccurate
10187 description of the return value of that command.
10188
10189 2005-06-11 Alan Mackenzie <acm@muc.de>
10190
10191 * text.texi (Adaptive Fill): Amplify the description of
10192 fill-context-prefix.
10193
10194 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10195
10196 * syntax.texi (Parsing Expressions): Fix Texinfo error.
10197
10198 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10199
10200 * syntax.texi (Parsing Expressions): Document syntax-ppss.
10201
10202 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
10203
10204 * debugging.texi (Error Debugging): Minor rewording.
10205 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
10206 is optional.
10207
10208 2005-06-10 Lute Kamstra <lute@gnu.org>
10209
10210 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
10211 (Top): Give it a title. Correct version number. Give the
10212 detailed node listing a more prominent header.
10213 * intro.texi: Don't set VERSION here a second time.
10214 Mention Emacs's version too.
10215 * anti.texi (Antinews): Use EMACSVER to refer to the current
10216 version of Emacs.
10217
10218 2005-06-09 Kim F. Storm <storm@cua.dk>
10219
10220 * searching.texi (Entire Match Data): Explain new `reseat' argument to
10221 match-data and set-match-data.
10222
10223 2005-06-08 Richard M. Stallman <rms@gnu.org>
10224
10225 * searching.texi (Entire Match Data): Clarify when match-data
10226 returns markers and when integers.
10227
10228 * display.texi (Defining Faces): Explain that face name should not
10229 end in `-face'.
10230
10231 * modes.texi (Mode Line Data): Minor cleanup.
10232 (Customizing Keywords): Node split out of Search-based Fontification.
10233 Add example of using font-lock-add-keywords from a hook.
10234 Clarify when MODE should be non-nil, and when nil.
10235
10236 2005-06-06 Richard M. Stallman <rms@gnu.org>
10237
10238 * modes.texi (Mode Line Data): Explain what happens when the car
10239 of a list is a void symbol.
10240 (Search-based Fontification): Explain MODE arg to
10241 font-lock-add-keywords and warn about calls from major modes.
10242
10243 2005-06-08 Juri Linkov <juri@jurta.org>
10244
10245 * display.texi (Standard Faces): Add `shadow' face.
10246
10247 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
10248
10249 * modes.texi (Major Mode Conventions): A derived mode only needs
10250 to put the call to the parent mode inside `delay-mode-hooks'.
10251
10252 2005-05-29 Richard M. Stallman <rms@gnu.org>
10253
10254 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
10255 new, and what that implies. Clarify.
10256
10257 * files.texi (Locating Files): Clean up the text.
10258
10259 * frames.texi (Window Frame Parameters): Document user-size.
10260 Shorten entry for top by referring to left.
10261
10262 2005-05-26 Richard M. Stallman <rms@gnu.org>
10263
10264 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
10265 is new, and what the implications are. Other clarifications.
10266
10267 2005-05-24 Richard M. Stallman <rms@gnu.org>
10268
10269 * frames.texi (Dialog Boxes): Minor fixes.
10270
10271 2005-05-25 Masatake YAMATO <jet@gyve.org>
10272
10273 * display.texi (Standard Faces): Write about `mode-line-highlight'.
10274
10275 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
10276
10277 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
10278 is optional.
10279
10280 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
10281
10282 * frames.texi (Dialog Boxes): Describe new optional argument.
10283
10284 2005-05-23 Lute Kamstra <lute@gnu.org>
10285
10286 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
10287 syntax-begin-function over font-lock-beginning-of-syntax-function.
10288
10289 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
10290
10291 * minibuf.texi (Reading File Names): Update description of
10292 `read-directory-name'.
10293
10294 * modes.texi (Derived Modes): Clarify :group keyword.
10295
10296 2005-05-21 Eli Zaretskii <eliz@gnu.org>
10297
10298 * files.texi (Locating Files): New subsection.
10299 Describe locate-file and executable-find.
10300
10301 2005-05-21 Kevin Ryde <user42@zip.com.au>
10302
10303 * frames.texi (Initial Parameters): Update cross reference to
10304 "Emacs Invocation".
10305
10306 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10307
10308 * keymaps.texi (Active Keymaps): Add anchor.
10309
10310 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
10311 (Major Mode Conventions): Refer to `Auto Major Mode' in more
10312 appropriate place.
10313 (Derived Modes): Small clarifications.
10314 (Minor Mode Conventions, Keymaps and Minor Modes):
10315 Replace references to nodes with references to anchors.
10316 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
10317 Clarify description of lists whose first element is an integer.
10318 (Mode Line Variables): Add anchor.
10319 (%-Constructs): Clarify description of integer after %.
10320 (Emulating Mode Line): Describe nil value for FACE.
10321
10322 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10323
10324 * modes.texi (Derived Modes): Correct references to non-existing
10325 variable standard-syntax-table.
10326
10327 2005-05-17 Lute Kamstra <lute@gnu.org>
10328
10329 * modes.texi (Defining Minor Modes): Mention the mode hook.
10330
10331 2005-05-15 Kim F. Storm <storm@cua.dk>
10332
10333 * processes.texi (Network): Remove open-network-stream-nowait.
10334 (Network Servers): Remove open-network-stream-server.
10335
10336 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
10337
10338 * elisp.texi (Top): Update detailed menu.
10339
10340 * variables.texi: Reorder nodes.
10341 (Variables): Update menu.
10342 (File Local Variables): Do not refer to the `-*-' line as
10343 a "local variables list". Add pxref.
10344
10345 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10346
10347 * elisp.texi (Top): Update detailed menu for node changes.
10348
10349 * modes.texi (Modes): Update Menu.
10350 (Hooks): Move to beginning of chapter.
10351 Most minor modes run mode hooks too.
10352 `add-hook' can handle void hooks or hooks whose value is a single
10353 function.
10354 (Major Modes): Update Menu.
10355 (Major Mode Basics): New node, split off from `Major Modes'.
10356 (Major Mode Conventions): Correct xref. Explain how to handle
10357 auto-mode-alist if the major mode command has an autoload cookie.
10358 (Auto Major Mode): Major update. Add magic-mode-alist.
10359 (Derived Modes): Major update.
10360 (Mode Line Format): Update Menu.
10361 (Mode Line Basics): New node, split off from `Mode Line Format'.
10362
10363 * loading.texi (Autoload): Mention `autoload cookie' as synonym
10364 for `magic autoload comment'. Add index entries and anchor.
10365
10366 2005-05-14 Richard M. Stallman <rms@gnu.org>
10367
10368 * tips.texi (Coding Conventions): Explain how important it is
10369 that just loading certain files not change Emacs behavior.
10370
10371 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
10372
10373 2005-05-12 Lute Kamstra <lute@gnu.org>
10374
10375 * modes.texi (Generic Modes): Update.
10376 (Major Modes): Refer to node "Generic Modes".
10377
10378 * elisp.texi (Top): Update to the current structure of the manual.
10379 * processes.texi (Processes): Add menu description.
10380 * customize.texi (Customization): Add menu descriptions.
10381
10382 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10383
10384 * processes.texi (Signals to Processes)
10385 (Low-Level Network): Fix typos.
10386
10387 2005-05-11 Lute Kamstra <lute@gnu.org>
10388
10389 * elisp.texi (Top): Add some nodes from the chapter "Major and
10390 Minor Modes" to the detailed node listing.
10391
10392 2005-05-10 Richard M. Stallman <rms@gnu.org>
10393
10394 * keymaps.texi (Extended Menu Items): Menu item filter functions
10395 can be called at any time.
10396
10397 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
10398
10399 * variables.texi (File Local Variables): `(hack-local-variables t)'
10400 now also checks whether a mode is specified in the local variables
10401 list.
10402
10403 2005-05-05 Kevin Ryde <user42@zip.com.au>
10404
10405 * display.texi (The Echo Area): Correct format function cross
10406 reference.
10407
10408 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10409
10410 * variables.texi (Variable Aliases): Change description of
10411 `define-obsolete-variable-alias'.
10412
10413 * functions.texi (Functions): Add "Obsolete Functions" to menu.
10414 (Defining Functions): Add xref.
10415 (Obsolete Functions): New node.
10416 (Function Safety): Standardize capitalization of section title.
10417
10418 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
10419 (Dialog Boxes): Complete description of `x-popup-dialog'.
10420
10421 2005-05-04 Richard M. Stallman <rms@gnu.org>
10422
10423 * commands.texi (Interactive Codes): Fix Texinfo usage.
10424 Document U more clearly.
10425
10426 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10427
10428 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
10429 function and not a macro.
10430
10431 * frames.texi (Pop-Up Menus): Correct and clarify description of
10432 `x-popup-menu'.
10433 (Dialog Boxes): Clarify description of `x-popup-dialog'.
10434
10435 2005-05-01 Richard M. Stallman <rms@gnu.org>
10436
10437 * edebug.texi (Checking Whether to Stop): Fix previous change.
10438
10439 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10440
10441 * display.texi: Fix typos and Texinfo usage.
10442
10443 * edebug.texi (Checking Whether to Stop): executing-macro ->
10444 executing-kbd-macro.
10445
10446 2005-05-01 Richard M. Stallman <rms@gnu.org>
10447
10448 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
10449
10450 2005-04-30 Richard M. Stallman <rms@gnu.org>
10451
10452 * files.texi (Magic File Names): Document `operations' property.
10453
10454 2005-04-29 Lute Kamstra <lute@gnu.org>
10455
10456 * modes.texi (Generic Modes): New node.
10457 (Major Modes): Add it to the menu.
10458 (Derived Modes): Add "derived mode" to concept index.
10459
10460 2005-04-28 Lute Kamstra <lute@gnu.org>
10461
10462 * modes.texi (Defining Minor Modes): Fix previous change.
10463 (Font Lock Mode): Simplify.
10464 (Font Lock Basics): Say that font-lock-defaults is buffer-local
10465 when set and that some parts are optional. Add cross references.
10466 (Search-based Fontification): Say how to specify font-lock-keywords.
10467 Add cross references. Add font-lock-multiline to index.
10468 Move font-lock-keywords-case-fold-search here from node "Other Font
10469 Lock Variables". Document font-lock-add-keywords and
10470 font-lock-remove-keywords.
10471 (Other Font Lock Variables): Move font-lock-keywords-only,
10472 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10473 and font-lock-syntactic-face-function to node "Syntactic Font
10474 Lock". Move font-lock-keywords-case-fold-search to node
10475 "Search-based Fontification". Document font-lock-inhibit-thing-lock
10476 and font-lock-{,un}fontify-{buffer,region}-function.
10477 (Precalculated Fontification): Remove reference to deleted variable
10478 font-lock-core-only.
10479 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
10480 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
10481 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
10482 and font-lock-syntactic-face-function here from node "Other Font
10483 Lock Variables". Move font-lock-syntactic-keywords to "Setting
10484 Syntax Properties". Add cross references.
10485 (Setting Syntax Properties): New node.
10486 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
10487 * syntax.texi (Syntax Properties): Add cross reference.
10488 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
10489
10490 2005-04-26 Richard M. Stallman <rms@gnu.org>
10491
10492 * display.texi (Defining Faces):
10493 Document `default' elements of defface spec.
10494
10495 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
10496
10497 * variables.texi (Variable Aliases): Clarify text.
10498
10499 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
10500
10501 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
10502
10503 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
10504
10505 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
10506
10507 2005-04-24 Eli Zaretskii <eliz@gnu.org>
10508
10509 * syntax.texi (Syntax Table Internals): Elaborate documentation of
10510 syntax-after and syntax-class.
10511
10512 * files.texi (Changing Files): Fix last change's cross-reference.
10513 (Unique File Names): Don't mention "numbers" in the documentation
10514 of make-temp-file and make-temp-name.
10515
10516 2005-04-23 Richard M. Stallman <rms@gnu.org>
10517
10518 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
10519
10520 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10521
10522 * windows.texi (Cyclic Window Ordering): Clarify window-list.
10523
10524 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
10525
10526 * variables.texi (Variable Aliases): Describe make-obsolete-variable
10527 and define-obsolete-variable-alias.
10528
10529 2005-04-22 Kim F. Storm <storm@cua.dk>
10530
10531 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
10532 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
10533
10534 2005-04-21 Lute Kamstra <lute@gnu.org>
10535
10536 * lists.texi (Association Lists): Document rassq-delete-all.
10537
10538 2005-04-19 Richard M. Stallman <rms@gnu.org>
10539
10540 * modes.texi (Search-based Fontification): Explain that
10541 facespec is an expression to be evaluated.
10542
10543 2005-04-19 Kevin Ryde <user42@zip.com.au>
10544
10545 * streams.texi (Output Functions): Fix xref.
10546 * strings.texi (String Conversion): Fix xref.
10547
10548 2005-04-19 Kim F. Storm <storm@cua.dk>
10549
10550 * symbols.texi (Symbol Plists): Add safe-get.
10551 Mention that `get' may signal an error.
10552
10553 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
10554
10555 * customize.texi (Variable Definitions): Replace tooltip-mode
10556 example with save-place.
10557
10558 2005-04-17 Richard M. Stallman <rms@gnu.org>
10559
10560 * buffers.texi (Indirect Buffers): Clarify.
10561
10562 * positions.texi (Positions): Clarify converting marker to integer.
10563
10564 * strings.texi (String Basics): Mention string-match; clarify.
10565
10566 2005-04-08 Lute Kamstra <lute@gnu.org>
10567
10568 * modes.texi (Search-based Fontification): Fix cross references.
10569 Use consistent terminology. Document anchored highlighting.
10570
10571 2005-04-05 Lute Kamstra <lute@gnu.org>
10572
10573 * modes.texi (Defining Minor Modes): Document :group keyword
10574 argument and its default value.
10575
10576 2005-04-03 Lute Kamstra <lute@gnu.org>
10577
10578 * hooks.texi (Standard Hooks): Add some hooks. Add cross
10579 references and/or descriptions. Delete major mode hooks; mention
10580 them as a category instead. Rename or delete obsolete hooks.
10581
10582 2005-04-02 Richard M. Stallman <rms@gnu.org>
10583
10584 * nonascii.texi (Coding System Basics): Another wording cleanup.
10585
10586 2005-04-01 Richard M. Stallman <rms@gnu.org>
10587
10588 * nonascii.texi (Coding System Basics): Clarify previous change.
10589
10590 2005-04-01 Kenichi Handa <handa@m17n.org>
10591
10592 * nonascii.texi (Coding System Basics): Describe about roundtrip
10593 identity of coding systems.
10594
10595 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10596
10597 * text.texi (Buffer Contents): Add filter-buffer-substring and
10598 buffer-substring-filters.
10599
10600 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
10601
10602 * anti.texi (Antinews): Mention `G' interactive code.
10603
10604 * tips.texi (Compilation Tips): Mention benchmark.el.
10605
10606 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
10607
10608 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
10609 is now bound to M-o M-o.
10610
10611 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
10612
10613 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10614
10615 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
10616 in the Emacs Manual).
10617 * Makefile.in (srcs): Remove calendar.texi.
10618 * makefile.w32-in (srcs): Remove calendar.texi.
10619 * display.texi (Display): Change name of next node.
10620 * os.texi (System In): Change name of previous node.
10621 * elisp.texi (Top): Remove Calendar references.
10622 * vol1.texi (Top): Remove Calendar references.
10623 * vol2.texi (Top): Remove Calendar references.
10624
10625 2005-03-25 Richard M. Stallman <rms@gnu.org>
10626
10627 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
10628 Cleanup previous change.
10629
10630 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
10631
10632 * display.texi (Face Attributes): Faces earlier in an :inherit
10633 list take precedence.
10634 (Scroll Bars): Fix description of vertical-scroll-bars.
10635 Document frame-current-scroll-bars and window-current-scroll-bars.
10636
10637 * markers.texi (The Mark): Document temporary Transient Mark mode.
10638
10639 * minibuf.texi (Reading File Names):
10640 Document read-file-name-completion-ignore-case.
10641
10642 * positions.texi (Screen Lines): Document nil for width argument
10643 to compute-motion.
10644
10645 2005-03-23 Kim F. Storm <storm@cua.dk>
10646
10647 * display.texi (Standard Faces): Other faces used in the fringe
10648 implicitly inherits from the fringe face.
10649 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
10650 properties implicitly inherits from fringe face.
10651 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
10652
10653 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
10654
10655 * display.texi (Invisible Text): State default value of
10656 line-move-ignore-invisible.
10657 (Managing Overlays): Document remove-overlays.
10658 (Standard Faces): Document escape-glyph face.
10659
10660 * minibuf.texi (Reading File Names): Document read-file-name-function.
10661
10662 * modes.texi (Other Font Lock Variables):
10663 Document font-lock-lines-before.
10664
10665 * positions.texi (Skipping Characters): skip-chars-forward allows
10666 character classes.
10667
10668 2005-03-18 Lute Kamstra <lute@gnu.org>
10669
10670 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
10671
10672 2005-03-17 Richard M. Stallman <rms@gnu.org>
10673
10674 * text.texi (Undo): Document extensible undo entries.
10675
10676 * searching.texi (String Search, Regexp Search): Cleanups.
10677
10678 * nonascii.texi (Character Codes): Minor fix.
10679
10680 * display.texi (Display Property): Explain the significance
10681 of having text properties that are eq.
10682 (Other Display Specs): Explain string as display spec.
10683
10684 * commands.texi (Interactive Codes): Document G option.
10685
10686 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
10687
10688 * text.texi (Filling): Add sentence-end-without-period and
10689 sentence-end-without-space.
10690 (Changing Properties): Minor fix.
10691
10692 * anti.texi: Total rewrite.
10693
10694 2005-03-15 Lute Kamstra <lute@gnu.org>
10695
10696 * edebug.texi (Instrumenting Macro Calls): Fix typos.
10697
10698 2005-03-08 Kim F. Storm <storm@cua.dk>
10699
10700 * display.texi (Specified Space): Property :width is support on
10701 non-graphic terminals, :height is not.
10702
10703 2005-03-07 Richard M. Stallman <rms@gnu.org>
10704
10705 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
10706 Now subnodes of Fringes.
10707 (Overlay Arrow): Document overlay-arrow-variable-list.
10708 (Fringe Size/Pos): New node, broken out of Fringes.
10709 (Display): Explain clearing vs redisplay better.
10710 (Truncation): Clarify use of bitmaps.
10711 (The Echo Area): Clarify the uses of the echo area.
10712 Add max-mini-window-height.
10713 (Progress): Clarify.
10714 (Invisible Text): Explain that main loop moves point out.
10715 (Selective Display): Say "hidden", not "invisible".
10716 (Managing Overlays): Move up. Describe relation to Undo here.
10717 (Overlay Properties): Clarify intro.
10718 (Finding Overlays): Explain return values when nothing found.
10719 (Width): truncate-string-to-width has added arg.
10720 (Displaying Faces): Clarify and update mode line face handling.
10721 (Face Functions): Minor cleanup.
10722 (Conditional Display): Merge into Other Display Specs.
10723 (Pixel Specification, Other Display Specs): Minor cleanups.
10724 (Images, Image Descriptors): Minor cleanups.
10725 (GIF Images): Patents have expired.
10726 (Showing Images): Explain default text for insert-image.
10727 (Manipulating Button Types): Merge into Manipulating Buttons.
10728 (Making Buttons): Explain return values.
10729 (Button Buffer Commands): Add xref.
10730 (Inverse Video): Update mode-line-inverse-video.
10731 (Display Table Format): Clarify.
10732 (Active Display Table): Give defaults for window-display-table.
10733
10734 * calendar.texi (Calendar Customizing): calendar-holiday-marker
10735 and calendar-today-marker are strings, not chars.
10736 (Holiday Customizing): Minor fix.
10737
10738 * internals.texi (Writing Emacs Primitives): Update `or' example.
10739 Update limit on # args of subr.
10740
10741 * edebug.texi (Using Edebug): Arrow is in fringe.
10742 (Instrumenting): Arg to eval-defun works without loading edebug.
10743 (Edebug Execution Modes): Add xref.
10744
10745 * customize.texi (Common Keywords): Clarify :require.
10746 Mention :version here.
10747 (Variable Definitions, Group Definitions): Not here.
10748 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
10749
10750 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
10751 * nonascii.texi (Text Representations): Clarify position-bytes.
10752 (Character Sets): Add list-charset-chars.
10753 (Scanning Charsets): Add charset-after.
10754 (Encoding and I/O): Minor fix.
10755
10756 2005-03-06 Richard M. Stallman <rms@gnu.org>
10757
10758 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
10759 (Resizing Windows): Likewise.
10760
10761 * text.texi (Change Hooks): Get rid of "Emacs 21".
10762
10763 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
10764
10765 * streams.texi (Output Variables): Get rid of "Emacs 21".
10766
10767 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
10768
10769 * os.texi (Translating Input): Replace flow-control example
10770 with a less obsolete example that uses `keyboard-translate'.
10771
10772 * objects.texi (Hash Table Type, Circular Objects):
10773 Get rid of "Emacs 21".
10774
10775 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
10776 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
10777
10778 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
10779
10780 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
10781
10782 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
10783 (Menu Bar): Fix when menu-bar-update-hook is called.
10784
10785 * hash.texi (Hash Tables): Get rid of "Emacs 21".
10786
10787 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
10788 and make it read better.
10789
10790 * files.texi (Writing to Files): Get rid of "Emacs 21".
10791 (Unique File Names): Likewise.
10792
10793 * elisp.texi: Update Emacs version to 22.
10794
10795 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
10796 (Overlay Properties, Face Attributes): Likewise.
10797 (Managing Overlays): Fix punctuation.
10798 (Attribute Functions): Clarify set-face-font; get rid of
10799 info about old Emacs versions.
10800 (Auto Faces, Font Lookup, Display Property, Images):
10801 Get rid of "Emacs 21".
10802
10803 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
10804
10805 2005-03-05 Richard M. Stallman <rms@gnu.org>
10806
10807 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
10808
10809 2005-03-04 Lute Kamstra <lute@gnu.org>
10810
10811 * debugging.texi (Error Debugging): Document stack-trace-on-error.
10812
10813 2005-03-03 Lute Kamstra <lute@gnu.org>
10814
10815 * edebug.texi (Instrumenting Macro Calls): Fix typo.
10816
10817 2005-03-01 Lute Kamstra <lute@gnu.org>
10818
10819 * debugging.texi (Debugger Commands): Update `j'.
10820
10821 2005-02-28 Lute Kamstra <lute@gnu.org>
10822
10823 * debugging.texi (Debugging): Fix typo.
10824 (Error Debugging): Document eval-expression-debug-on-error.
10825 (Function Debugging): Update example.
10826 (Using Debugger): Mention starred stack frames.
10827 (Debugger Commands): Document `j' and `l'.
10828 (Invoking the Debugger): `d' and `j' exit recursive edit too.
10829 Update the messages that the debugger displays.
10830 (Internals of Debugger): Add cross reference. Update example.
10831 (Excess Open): Minor improvement.
10832 (Excess Close): Minor improvement.
10833
10834 2005-02-26 Richard M. Stallman <rms@gnu.org>
10835
10836 * tips.texi (Coding Conventions): Clarify.
10837 Put all the major mode key reservations together.
10838 Mention the Mouse-1 => Mouse-2 conventions.
10839
10840 * syntax.texi (Syntax Class Table): Clarify.
10841 (Syntax Table Functions): syntax-after moved from here.
10842 (Syntax Table Internals): syntax-after moved to here.
10843 (Parsing Expressions): Update info on number of values
10844 and what's meaningful in the STATE argument.
10845 (Categories): Fix typo.
10846
10847 * sequences.texi (Arrays): Cleanup.
10848 (Char-Tables): Clarify.
10849
10850 * processes.texi (Deleting Processes): Cleanups, add xref.
10851 (Subprocess Creation): Explain nil in exec-path. Cleanup.
10852 (Process Information): set-process-coding-system, some args optional.
10853 (Input to Processes): Explain various types for PROCESS args.
10854 Rename them from PROCESS-NAME to PROCESS.
10855 (Signals to Processes): Likewise.
10856 (Decoding Output): Cleanup.
10857 (Query Before Exit): Clarify.
10858
10859 * os.texi (Startup Summary): Correct the options; add missing ones.
10860 (Terminal Output, Batch Mode): Clarify.
10861 (Flow Control): Node deleted.
10862
10863 * markers.texi (The Mark): Clarify.
10864
10865 * macros.texi (Expansion): Cleanup.
10866 (Indenting Macros): indent-spec allows ints, not floats.
10867
10868 * keymaps.texi (Keymaps): Clarify.
10869 (Format of Keymaps): Update lisp-mode-map example.
10870 (Active Keymaps, Key Lookup): Clarify.
10871 (Changing Key Bindings): Add xref to `kbd'.
10872 (Key Binding Commands, Simple Menu Items): Clarify.
10873 (Mouse Menus, Menu Bar): Clarify.
10874 (Menu Example): Replace print example with menu-bar-replace-menu.
10875
10876 * help.texi (Documentation Basics): Add function-documentation prop.
10877
10878 * elisp.texi (Top): Don't refer to Flow Control node.
10879
10880 * commands.texi (Command Overview): Improve xrefs.
10881 (Adjusting Point): Adjusting point applies to intangible and invis.
10882 (Key Sequence Input): Doc extra read-key-sequence args.
10883 Likewise for read-key-sequence-vector.
10884
10885 * backups.texi (Rename or Copy): Minor fix.
10886 (Numbered Backups): For version-control, say the default.
10887 (Auto-Saving): make-auto-save-file-name example is simplified.
10888
10889 * advice.texi (Advising Functions): Don't imply one part of Emacs
10890 should advise another part. Markup changes.
10891 (Defining Advice): Move transitional para.
10892 (Activation of Advice): Cleanup.
10893 Explain if COMPILE is nil or negative.
10894
10895 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
10896
10897 2005-02-24 Lute Kamstra <lute@gnu.org>
10898
10899 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
10900 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
10901
10902 2005-02-23 Lute Kamstra <lute@gnu.org>
10903
10904 * modes.texi (Defining Minor Modes): define-minor-mode can be used
10905 to define global minor modes as well.
10906
10907 * display.texi (Managing Overlays): overlay-buffer returns nil for
10908 deleted overlays.
10909
10910 2005-02-22 Kim F. Storm <storm@cua.dk>
10911
10912 * minibuf.texi (Basic Completion): Allow symbols in addition to
10913 strings in try-completion and all-completions.
10914
10915 2005-02-14 Lute Kamstra <lute@gnu.org>
10916
10917 * elisp.texi (Top): Remove reference to deleted node.
10918
10919 * lists.texi (Lists): Remove reference to deleted node.
10920 (Cons Cells): Fix typo.
10921
10922 * loading.texi (Where Defined): Fix typo.
10923
10924 2005-02-14 Richard M. Stallman <rms@gnu.org>
10925
10926 * variables.texi (Creating Buffer-Local): change-major-mode-hook
10927 is useful for discarding some minor modes.
10928
10929 * symbols.texi (Symbol Components): Reorder examples.
10930
10931 * streams.texi (Input Functions): State standard-input default.
10932 (Output Variables): State standard-output default.
10933
10934 * objects.texi (Printed Representation): Clarify read syntax vs print.
10935 (Floating Point Type): Explain meaning better.
10936 (Symbol Type): Explain uniqueness better.
10937 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
10938 List examples sooner.
10939 (Box Diagrams): New subnode broken out.
10940 Some examples moved from old Lists as Boxes node.
10941 (Dotted Pair Notation): Clarify intro.
10942 (Array Type): Clarify.
10943 (Type Predicates): Add hash-table-p.
10944
10945 * numbers.texi (Integer Basics): Clarify radix explanation.
10946 (Predicates on Numbers): Minor clarification.
10947 (Comparison of Numbers): Minor clarification. Clarify eql.
10948 Typos in min, max.
10949 (Math Functions): Clarify overflow in expt.
10950
10951 * minibuf.texi (Text from Minibuffer): Minor clarification.
10952 Mention arrow keys.
10953
10954 * loading.texi (Autoload): defun's doc string overrides autoload's
10955 doc string.
10956 (Repeated Loading): Modernize "add to list" examples.
10957 (Where Defined): Finish updating table of load-history elts.
10958
10959 * lists.texi (List-related Predicates): Minor wording improvement.
10960 (Lists as Boxes): Node deleted.
10961 (Building Lists): Explain trivial cases of number-sequence.
10962
10963 * hash.texi (Hash Tables): Add desc to menu items.
10964 (Creating Hash): Explain "full" means "make larger".
10965 (Hash Access): Any object can be a key.
10966 State value of maphash.
10967
10968 * functions.texi (What Is a Function): Wording cleanup.
10969 (Function Documentation): Minor cleanup.
10970 Explain purpose of calling convention at end of doc string.
10971 (Function Names): Wording cleanup.
10972 (Calling Functions): Wording cleanup.
10973 Explain better how funcall calls the function.
10974 (Function Cells): Delete example of saving and redefining function.
10975
10976 * control.texi (Combining Conditions): Wording cleanup.
10977 (Iteration): dolist and dotimes bind VAR locally.
10978 (Cleanups): Xref to Atomic Changes.
10979
10980 * compile.texi (Byte Compilation): Delete 19.29 info.
10981 (Compilation Functions): Macros' difficulties don't affect defsubst.
10982 (Docs and Compilation): Delete 19.29 info.
10983
10984 2005-02-10 Richard M. Stallman <rms@gnu.org>
10985
10986 * objects.texi (Symbol Type): Minor correction.
10987
10988 2005-02-06 Lute Kamstra <lute@gnu.org>
10989
10990 * modes.texi (Example Major Modes): Fix typos.
10991
10992 2005-02-06 Richard M. Stallman <rms@gnu.org>
10993
10994 * text.texi (Margins): fill-nobreak-predicate can be one function.
10995
10996 * strings.texi (Modifying Strings): clear-string can make unibyte.
10997 (Formatting Strings): format gives error if values missing.
10998
10999 * positions.texi (Character Motion): Mention default arg
11000 for forward-char. backward-char refers to forward-char.
11001 (Word Motion): Mention default arg for forward-word.
11002 (Buffer End Motion): Mention default arg for beginning-of-buffer.
11003 Simplify end-of-buffer.
11004 (Text Lines): Mention default arg for forward-line.
11005 (List Motion): Mention default arg for beginning/end-of-defun.
11006 (Skipping Characters): Minor fixes in explaining character-set.
11007
11008 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
11009 Mode inheritance applies only when default-major-mode is nil.
11010 Clarifications.
11011 (Example Major Modes): Update Text mode and Lisp mode examples.
11012 (Minor Mode Conventions): Mention define-minor-mode at top.
11013 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
11014 (Mode Line Format): Update mode line face display info.
11015 (Properties in Mode): Mention effect of risky vars.
11016 (Imenu): Define imenu-add-to-menubar.
11017 (Font Lock Mode): Add descriptions to menu lines.
11018 (Faces for Font Lock): Add font-lock-doc-face.
11019
11020 2005-02-05 Lute Kamstra <lute@gnu.org>
11021
11022 * text.texi (Maintaining Undo): Remove obsolete function.
11023
11024 2005-02-05 Eli Zaretskii <eliz@gnu.org>
11025
11026 * frames.texi (Color Names): Add pointer to the X docs about RGB
11027 color specifications. Improve indexing.
11028 (Text Terminal Colors): Replace the description of RGB values by
11029 an xref to "Color Names".
11030
11031 2005-02-03 Richard M. Stallman <rms@gnu.org>
11032
11033 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
11034 Clarify.
11035 (Selecting Windows): Clarify save-selected-window.
11036 (Cyclic Window Ordering): Clarify walk-windows.
11037 (Window Point): Clarify.
11038 (Window Start): Add comment to example.
11039 (Resizing Windows): Add `interactive' specs in examples.
11040 Document fit-window-to-buffer.
11041
11042 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
11043 (Undo, Maintaining Undo): Clarify last change.
11044 (Sorting): In sort-numeric-fields, explain about octal and hex.
11045 Mention sort-numeric-base.
11046 (Format Properties): Add xref for hard newlines.
11047
11048 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
11049 (Pop-Up Menus): Fix typo.
11050 (Color Names): Explain all types of color names.
11051 Explain color-values on B&W terminal.
11052 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
11053
11054 * files.texi (File Locks): Not supported on MS systems.
11055 (Testing Accessibility): Clarify.
11056
11057 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
11058 (Coverage Testing): Fix typo.
11059
11060 * commands.texi (Misc Events): Remove stray space.
11061
11062 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
11063 (Modification Time): Clarify when visited-file-modtime returns 0.
11064 (The Buffer List): Clarify bury-buffer.
11065 (Killing Buffers): Clarify.
11066 (Indirect Buffers): Add clone-indirect-buffer.
11067
11068 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
11069
11070 * edebug.texi (Printing in Edebug): Fix default value of
11071 edebug-print-circle.
11072 (Coverage Testing): Fix displayed frequency count data.
11073
11074 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
11075
11076 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
11077
11078 2005-02-02 Kim F. Storm <storm@cua.dk>
11079
11080 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
11081
11082 2005-01-29 Eli Zaretskii <eliz@gnu.org>
11083
11084 * commands.texi (Misc Events): Describe the help-echo event.
11085
11086 * text.texi (Special Properties) <help-echo>: Use `pos'
11087 consistently in description of the help-echo property.
11088 Use @code{nil} instead of @var{nil}.
11089
11090 * display.texi (Overlay Properties): Fix the index entry for
11091 help-echo overlay property.
11092
11093 * customize.texi (Type Keywords): Uncomment the xref to the
11094 help-echo property documentation.
11095
11096 2005-01-23 Kim F. Storm <storm@cua.dk>
11097
11098 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
11099 return value. Third element FULLY replaced by PARTIAL which
11100 specifies number of invisible pixels if row is only partially visible.
11101 (Textual Scrolling): Mention auto-window-vscroll.
11102 (Vertical Scrolling): New defvar auto-window-vscroll.
11103
11104 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
11105
11106 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
11107 command remapping.
11108
11109 2005-01-15 Richard M. Stallman <rms@gnu.org>
11110
11111 * display.texi (Defining Images): Mention DATA-P arg of create-image.
11112
11113 2005-01-14 Kim F. Storm <storm@cua.dk>
11114
11115 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
11116
11117 * text.texi (Links and Mouse-1): Fix string and vector item.
11118
11119 2005-01-13 Richard M. Stallman <rms@gnu.org>
11120
11121 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
11122 descriptions of overriding-local-map and overriding-terminal-local-map.
11123
11124 * text.texi (Links and Mouse-1): Clarify text.
11125
11126 2005-01-13 Kim F. Storm <storm@cua.dk>
11127
11128 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
11129
11130 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
11131
11132 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
11133
11134 2005-01-12 Kim F. Storm <storm@cua.dk>
11135
11136 * text.texi (Links and Mouse-1): Rename section from Enabling
11137 Mouse-1 to Following Links. Change xrefs.
11138 Add examples for define-button-type and define-widget.
11139
11140 * display.texi (Button Properties, Button Buffer Commands):
11141 Clarify mouse-1 and follow-link functionality.
11142
11143 2005-01-12 Richard M. Stallman <rms@gnu.org>
11144
11145 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
11146
11147 * display.texi (Beeping): Fix Texinfo usage.
11148
11149 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
11150
11151 2005-01-11 Kim F. Storm <storm@cua.dk>
11152
11153 * display.texi (Button Properties, Button Buffer Commands):
11154 Mention mouse-1 binding. Add follow-link keyword.
11155
11156 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
11157 (Enabling Mouse-1 to Follow Links): New subsection.
11158
11159 2005-01-06 Richard M. Stallman <rms@gnu.org>
11160
11161 * text.texi (Special Properties): Minor change.
11162
11163 * os.texi (Timers): Clarify previous change.
11164
11165 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
11166
11167 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
11168
11169 * display.texi (Face Attributes): Correct xref to renamed node.
11170
11171 2005-01-01 Richard M. Stallman <rms@gnu.org>
11172
11173 * display.texi (Face Attributes): Describe hex color specs.
11174
11175 2004-12-31 Richard M. Stallman <rms@gnu.org>
11176
11177 * os.texi (Timers): Update previous change.
11178
11179 2004-12-30 Kim F. Storm <storm@cua.dk>
11180
11181 * display.texi (Line Height): Total line-height is now specified
11182 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
11183 in cons cells. (nil . RATIO) is relative to actual line height.
11184 Use line-height `t' instead of `0' to get minimum height.
11185
11186 2004-12-29 Richard M. Stallman <rms@gnu.org>
11187
11188 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
11189
11190 2004-12-28 Richard M. Stallman <rms@gnu.org>
11191
11192 * commands.texi (Quitting): Clarify value of with-local-quit.
11193
11194 * elisp.texi (Top): Fix previous change.
11195
11196 * loading.texi (Loading): Fix previous change.
11197
11198 2004-12-27 Richard M. Stallman <rms@gnu.org>
11199
11200 * Makefile.in (MAKEINFO): Specify --force.
11201
11202 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
11203
11204 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
11205
11206 * display.texi (Line Height): Further clarify.
11207
11208 * elisp.texi (Top): Update Loading submenu.
11209
11210 * loading.texi (Where Defined): New node.
11211 (Unloading): load-history moved to Where Defined.
11212
11213 2004-12-21 Richard M. Stallman <rms@gnu.org>
11214
11215 * commands.texi (Event Input Misc): Add while-no-input.
11216
11217 2004-12-11 Richard M. Stallman <rms@gnu.org>
11218
11219 * display.texi (Line Height): Rewrite text for clarity.
11220
11221 2004-12-11 Kim F. Storm <storm@cua.dk>
11222
11223 * display.texi (Display): Add node "Line Height" to menu.
11224 (Line Height): New node. Move full description of line-spacing
11225 and line-height text properties here from text.texi.
11226 (Scroll Bars): Add vertical-scroll-bar variable.
11227
11228 * frames.texi (Window Frame Parameters): Remove line-height defvar.
11229
11230 * locals.texi (Standard Buffer-Local Variables): Fix xref for
11231 line-spacing and vertical-scroll-bar.
11232
11233 * text.texi (Special Properties): Just mention line-spacing and
11234 line-height here, add xref to new "Line Height" node.
11235
11236 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
11237
11238 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
11239
11240 * locals.texi (Standard Buffer-Local Variables):
11241 Add @xref for `line-spacing'.
11242
11243 2004-12-05 Richard M. Stallman <rms@gnu.org>
11244
11245 * Makefile.in (maintainer-clean): Remove the info files
11246 in $(infodir) where they are created.
11247
11248 2004-12-03 Richard M. Stallman <rms@gnu.org>
11249
11250 * windows.texi (Selecting Windows): get-lru-window and
11251 get-largest-window don't consider dedicated windows.
11252
11253 * text.texi (Undo): Document undo-in-progress.
11254
11255 2004-11-26 Richard M. Stallman <rms@gnu.org>
11256
11257 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
11258 Remove a few vars that are not always buffer-local.
11259
11260 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
11261
11262 * locals.texi (Standard Buffer-Local Variables): Comment out
11263 xref's to non-existent node `Yet to be written'.
11264
11265 2004-11-24 Richard M. Stallman <rms@gnu.org>
11266
11267 * processes.texi (Synchronous Processes): Grammar fix.
11268
11269 * numbers.texi (Comparison of Numbers): Add eql.
11270
11271 * locals.texi (Standard Buffer-Local Variables): Add many vars.
11272
11273 * intro.texi (Printing Notation): Fix previous change.
11274
11275 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
11276 and default-indicate-buffer-boundaries from here.
11277 (Usual Display): To here.
11278 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
11279 (Usual Display): Move tab-width up.
11280
11281 * customize.texi (Variable Definitions):
11282 Replace show-paren-mode example with tooltip-mode.
11283 (Simple Types, Composite Types, Defining New Types):
11284 Minor cleanups.
11285
11286 2004-11-21 Jesper Harder <harder@ifa.au.dk>
11287
11288 * processes.texi (Synchronous Processes, Output from Processes):
11289 Markup fix.
11290
11291 2004-11-20 Richard M. Stallman <rms@gnu.org>
11292
11293 * positions.texi (Skipping Characters): skip-chars-forward
11294 now handles char classes.
11295
11296 * intro.texi (Printing Notation): Avoid confusion of `print'
11297 when explaining @print.
11298
11299 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
11300
11301 * display.texi (Display Table Format): Minor fix.
11302
11303 * streams.texi (Output Functions): Fix print example.
11304
11305 * Makefile.in (elisp): New target.
11306 (dist): Depend on $(infodir)/elisp, not elisp.
11307 Copy the info files from $(infodir).
11308
11309 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
11310 read-from-minibuffer.
11311
11312 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
11313
11314 2004-11-19 Richard M. Stallman <rms@gnu.org>
11315
11316 * searching.texi (Regexp Search): Add search-whitespace-regexp.
11317
11318 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
11319
11320 * tips.texi (Coding Conventions): Fix typo.
11321
11322 2004-11-16 Richard M. Stallman <rms@gnu.org>
11323
11324 * tips.texi (Coding Conventions): Separate defvar and require
11325 methods to avoid warnings. Use require only when there are many
11326 functions and variables from that package.
11327
11328 * minibuf.texi (Minibuffer Completion): When ignoring case,
11329 predicate must not be case-sensitive.
11330
11331 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
11332 (Test Coverage): Don't talk about "splotches". Clarified.
11333
11334 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
11335
11336 * frames.texi (Window Frame Parameters): Fix typo.
11337
11338 2004-11-15 Kim F. Storm <storm@cua.dk>
11339
11340 * symbols.texi (Other Plists): Note that plist-get may signal error.
11341 Add safe-plist-get.
11342
11343 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11344
11345 * modes.texi (Font Lock Basics): Fix typo.
11346
11347 2004-11-08 Richard M. Stallman <rms@gnu.org>
11348
11349 * syntax.texi (Syntax Table Functions): Add syntax-after.
11350
11351 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
11352
11353 * os.texi (Processor Run Time): New section documenting
11354 get-internal-run-time.
11355
11356 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11357
11358 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
11359 it nukes elisp-cover.texi.
11360 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
11361 elisp-0 etc.
11362
11363 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
11364
11365 * commands.texi (Keyboard Macros): Document `append' return value
11366 of `defining-kbd-macro'.
11367
11368 2004-11-01 Richard M. Stallman <rms@gnu.org>
11369
11370 * commands.texi (Interactive Call): Add called-interactively-p.
11371
11372 2004-10-29 Simon Josefsson <jas@extundo.com>
11373
11374 * minibuf.texi (Reading a Password): Revert.
11375
11376 2004-10-28 Richard M. Stallman <rms@gnu.org>
11377
11378 * frames.texi (Display Feature Testing): Explain about "vendor".
11379
11380 2004-10-27 Richard M. Stallman <rms@gnu.org>
11381
11382 * commands.texi (Interactive Codes): `N' uses numeric prefix,
11383 not raw. Clarify `n'.
11384 (Interactive Call): Rewrite interactive-p, focusing on when
11385 and how to use it.
11386 (Misc Events): Clarify previous change.
11387
11388 * advice.texi (Simple Advice): Clarify what job the example does.
11389 (Around-Advice): Clarify ad-do-it.
11390 (Activation of Advice): An option of ad-default-compilation-action
11391 is `never', not `nil'.
11392
11393 2004-10-26 Kim F. Storm <storm@cua.dk>
11394
11395 * commands.texi (Interactive Codes): Add U code letter.
11396
11397 2004-10-25 Simon Josefsson <jas@extundo.com>
11398
11399 * minibuf.texi (Reading a Password): Add.
11400
11401 2004-10-24 Jason Rumney <jasonr@gnu.org>
11402
11403 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
11404 and wheel-down.
11405
11406 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11407
11408 * processes.texi (Synchronous Processes): Document process-file.
11409
11410 2004-10-22 Kenichi Handa <handa@m17n.org>
11411
11412 * text.texi (translate-region): Document that it accepts also a
11413 char-table.
11414
11415 2004-10-22 David Ponce <david@dponce.com>
11416
11417 * windows.texi (Resizing Windows): Document the `preserve-before'
11418 argument of the functions `enlarge-window' and `shrink-window'.
11419
11420 2004-10-19 Jason Rumney <jasonr@gnu.org>
11421
11422 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
11423
11424 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11425
11426 * text.texi (Filling): Add anchor for definition of
11427 `sentence-end-double-space'.
11428
11429 * searching.texi (Regexp Example): Update description of how
11430 Emacs currently recognizes the end of a sentence.
11431 (Standard Regexps): Update definition of the variable
11432 `sentence-end'. Add definition of the function `sentence-end'.
11433
11434 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11435
11436 * display.texi (Progress): New node.
11437
11438 2004-10-05 Kim F. Storm <storm@cua.dk>
11439
11440 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
11441
11442 2004-09-29 Kim F. Storm <storm@cua.dk>
11443
11444 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
11445 to identify bitmaps. Remove -fringe-bitmap suffix for standard
11446 fringe bitmap symbols, as they now have their own namespace.
11447 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
11448 vs. pixels. Signal error if no free bitmap slots.
11449 (Pixel Specification): Change IMAGE to @var{image}.
11450
11451 2004-09-28 Richard M. Stallman <rms@gnu.org>
11452
11453 * text.texi (Special Properties): Clarify line-spacing and line-height.
11454
11455 * searching.texi (Regexp Search): Add looking-back.
11456
11457 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
11458
11459 * display.texi: Correct typos.
11460 (Image Descriptors): Correct xref's.
11461
11462 2004-09-25 Richard M. Stallman <rms@gnu.org>
11463
11464 * text.texi (Special Properties): Cleanups in `cursor'.
11465 Rewrites in `line-height' and `line-spacing'; exchange them.
11466
11467 * display.texi (Fringes): Rewrite previous change.
11468 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
11469 (Display Fringe Bitmaps): Node deleted, text moved.
11470 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
11471 (Scroll Bars): Clarify set-window-scroll-bars.
11472 (Pointer Shape): Rewrite.
11473 (Specified Space): Clarify :align-to, etc.
11474 (Pixel Specification): Use @var. Clarify new text.
11475 (Other Display Specs): Clarify `slice'.
11476 (Image Descriptors): Cleanups.
11477 (Showing Images): Cleanups.
11478
11479 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11480
11481 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
11482
11483 * modes.texi: Various minor changes in addition to:
11484 (Major Mode Conventions): Final call to `run-mode-hooks' should
11485 not be inside the `delay-mode-hooks' form.
11486 (Mode Hooks): New node.
11487 (Hooks): Delete obsolete example.
11488 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
11489 node "Mode Hooks".
11490
11491 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
11492
11493 * display.texi: Correct various typos.
11494 (Display): Rename node "Pointer Shapes" to "Pointer
11495 Shape". (There is already a node called "Pointer Shapes" in
11496 frames.texi.)
11497 (Images): Remove non-existent node "Image Slices" from menu.
11498
11499 2004-09-23 Kim F. Storm <storm@cua.dk>
11500
11501 * text.texi (Special Properties): Add `cursor', `pointer',
11502 `line-height', and `line-spacing' properties.
11503
11504 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
11505 Shapes' to menu.
11506 (Standard Faces): Doc fix for fringe face.
11507 (Fringes): Add `overflow-newline-into-fringe' and
11508 'indicate-buffer-boundaries'.
11509 (Fringe Bitmaps, Pointer Shapes): New nodes.
11510 (Display Property): Add 'Pixel Specification' and 'Display Fringe
11511 Bitmaps' to menu.
11512 (Specified Space): Describe pixel width and height.
11513 (Pixel Specification): New node.
11514 (Other Display Specs): Add `slice' property.
11515 (Display Fringe Bitmaps): New node.
11516 (Images): Add 'Image Slices' to menu.
11517 (Image Descriptors): Add `:pointer' and `:map' properties.
11518 (Showing Images): Add slice arg to `insert-image'.
11519 Add 'insert-sliced-image'.
11520
11521 2004-09-20 Richard M. Stallman <rms@gnu.org>
11522
11523 * commands.texi (Key Sequence Input):
11524 Clarify downcasing in read-key-sequence.
11525
11526 2004-09-08 Juri Linkov <juri@jurta.org>
11527
11528 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
11529
11530 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11531
11532 * locals.texi (Standard Buffer-Local Variables):
11533 Add `buffer-auto-save-file-format'.
11534 * internals.texi (Buffer Internals): Describe new
11535 auto_save_file_format field of the buffer structure.
11536 * files.texi (Format Conversion): `auto-save-file-format' has been
11537 renamed `buffer-auto-save-file-format'.
11538
11539 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
11540
11541 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
11542 an integer or a marker.
11543 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
11544
11545 2004-08-22 Richard M. Stallman <rms@gnu.org>
11546
11547 * modes.texi (Major Mode Conventions): Discuss rebinding of
11548 standard key bindings.
11549
11550 2004-08-18 Kim F. Storm <storm@cua.dk>
11551
11552 * processes.texi (Accepting Output): Add `just-this-one' arg to
11553 `accept-process-output'.
11554 (Output from Processes): New var `process-adaptive-read-buffering'.
11555
11556 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
11557
11558 * keymaps.texi: Various changes in addition to:
11559 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
11560 Give more varied examples for `kbd'.
11561 (Creating Keymaps): Char tables have slots for all characters
11562 without modifiers.
11563 (Active Keymaps): `overriding-local-map' and
11564 `overriding-terminal-local-map' also override text property and
11565 overlay keymaps.
11566 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
11567 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
11568 to denote a prefix of no events.
11569 `map-keymap' includes parent's bindings _recursively_.
11570 Clarify and correct description of `where-is-internal'.
11571 Mention BUFFER-OR-NAME arg to `describe-bindings'.
11572 (Menu Example): For menus intended for use with the keyboard, the
11573 menu items should be bound to characters or real function keys.
11574
11575 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
11576
11577 * objects.texi (Character Type): Reposition `@anchor' to prevent
11578 double space inside sentence in Info.
11579
11580 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
11581 renamed to `disabled-command-function'.
11582 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
11583 (Command Loop Info): Replace reference to it.
11584 (Disabling Commands): `disabled-command-hook' has been renamed to
11585 `disabled-command-function'.
11586
11587 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
11588
11589 * os.texi (Translating Input): Only non-prefix bindings in
11590 `key-translation-map' override actual key bindings. Warn about
11591 possible indirect effect of actual key bindings on non-prefix
11592 bindings in `key-translation-map'.
11593
11594 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
11595
11596 * minibuf.texi (High-Level Completion): Add anchor for definition
11597 of `read-variable'.
11598
11599 * commands.texi: Various changes in addition to:
11600 (Using Interactive): Clarify description of `interactive-form'.
11601 (Interactive Call): Mention default for KEYS argument to
11602 `call-interactively'.
11603 (Command Loop Info): Clarify description of `this-command-keys'.
11604 Mention KEEP-RECORD argument to `clear-this-command-keys'.
11605 Value of `last-event-frame' can be `macro'.
11606 (Repeat Events): `double-click-fuzz' is also used to distinguish
11607 clicks and drags.
11608 (Classifying Events): Clarify descriptions of `event-modifiers'
11609 `event-basic-type' and `event-convert-list'.
11610 (Accessing Events): `posn-timestamp' takes POSITION argument.
11611 (Quoted Character Input): Clarify description of
11612 `read-quoted-char' and fix example.
11613 (Quitting): Add `with-local-quit'.
11614 (Disabling Commands): Correct and clarify descriptions of
11615 `enable-command' and `disable-command'.
11616 Mention what happens if `disabled-command-hook' is nil.
11617 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
11618 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
11619
11620 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
11621
11622 * frames.texi: Various changes in addition to:
11623 (Creating Frames): Expand and clarify description of `make-frame'.
11624 (Window Frame Parameters): Either none or both of the `icon-left'
11625 and `icon-top' parameters must be specified. Put descriptions of
11626 `menu-bar-lines' and `toolbar-lines' closer together and change
11627 them accordingly.
11628 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
11629 except while processing `frame-title-format' or `icon-title-format'.
11630 (Deleting Frames): Correct description of `delete-frame'.
11631 Non-nil return values of `frame-live-p' are like those of `framep'.
11632 (Frames and Windows): Mention return value of
11633 `set-frame-selected-window'.
11634 (Visibility of Frames): Mention `force' argument to
11635 `make-frame-invisible'. `frame-visible-p' returns t for all
11636 frames on text-only terminals.
11637 (Frame Configurations): Restoring a frame configuration does not
11638 restore deleted frames.
11639 (Window System Selections): `x-set-selection' returns DATA.
11640 (Resources): Add example.
11641 (Display Feature Testing): Clarify descriptions of
11642 `display-pixel-height', `display-pixel-width', `x-server-version'
11643 and `x-server-vendor'.
11644
11645 * windows.texi (Choosing Window): Add anchor.
11646 * minibuf.texi (Minibuffer Misc): Add anchor.
11647
11648 2004-07-23 John Paul Wallington <jpw@gnu.org>
11649
11650 * macros.texi (Defining Macros): Declaration keyword for setting
11651 Edebug spec is `debug' not `edebug'.
11652
11653 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
11654
11655 * windows.texi: Various small changes in addition to:
11656 (Window Point): Mention return value of `set-window-point'.
11657 (Window Start): `pos-visible-in-window-p' disregards horizontal
11658 scrolling. Explain return value if PARTIALLY is non-nil.
11659 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
11660 and `set-window-vscroll'.
11661 (Size of Window): The argument WINDOW to `window-inside-edges',
11662 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
11663 (Resizing Windows): Explain return value of
11664 `shrink-window-if-larger-than-buffer'.
11665 `window-size-fixed' automatically becomes buffer local when set.
11666 (Window Configurations): Explain return value of
11667 `set-window-configuration'.
11668
11669 * minibuf.texi (Minibuffer Misc): Add anchor for
11670 `minibuffer-scroll-window'.
11671
11672 * positions.texi (Text Lines): Add anchor for `count-lines'.
11673
11674 2004-07-17 Richard M. Stallman <rms@gnu.org>
11675
11676 * display.texi (Overlay Properties): Adding `evaporate' prop
11677 deletes empty overlay immediately.
11678
11679 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
11680 fix example.
11681
11682 2004-07-16 Jim Blandy <jimb@redhat.com>
11683
11684 * searching.texi (Regexp Backslash): Document new \_< and \_>
11685 operators.
11686
11687 2004-07-16 Juanma Barranquero <lektu@terra.es>
11688
11689 * display.texi (Images): Fix Texinfo usage.
11690
11691 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
11692
11693 * buffers.texi (Modification Time): `visited-file-modtime' now
11694 returns a list of two integers, instead of a cons.
11695
11696 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
11697
11698 * windows.texi: Various changes in addition to:
11699 (Splitting Windows): Add `split-window-keep-point'.
11700
11701 2004-07-09 Richard M. Stallman <rms@gnu.org>
11702
11703 * frames.texi (Input Focus): Minor fix.
11704
11705 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
11706
11707 * frames.texi (Input Focus): Clarify descriptions of
11708 `select-frame-set-input-focus' and `select-frame'.
11709
11710 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
11711
11712 * os.texi: Various small changes in addition to:
11713 (Killing Emacs): Expand and clarify description of
11714 `kill-emacs-query-functions' and `kill-emacs-hook'.
11715 (System Environment): Expand and clarify description of `getenv'
11716 and `setenv'.
11717 (Timers): Clarify description of `run-at-time'.
11718 (Translating Input): Correct description of
11719 `extra-keyboard-modifiers'.
11720 (Flow Control): Correct description of `enable-flow-control'.
11721
11722 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
11723
11724 * os.texi: Update copyright.
11725 (Session Management): Grammar fix.
11726 Clarify which Emacs does the restarting.
11727 Use @samp for *scratch* buffer.
11728
11729 2004-07-04 Alan Mackenzie <acm@muc.de>
11730
11731 * frames.texi (Input Focus): Add documentation for
11732 `select-frame-set-input-focus'. Replace refs to non-existent
11733 `switch-frame' with `select-frame'. Minor corrections and tidying
11734 up of text-only terminal stuff.
11735
11736 2004-07-02 Richard M. Stallman <rms@gnu.org>
11737
11738 * files.texi (Saving Buffers): Cleanup write-contents-function.
11739 (Magic File Names): Cleanup file-remote-p.
11740
11741 2004-07-02 Kai Großjohann <kai@emptydomain.de>
11742
11743 * files.texi (Magic File Names): `file-remote-p' returns an
11744 identifier of the remote system, not just t.
11745
11746 2004-07-02 David Kastrup <dak@gnu.org>
11747
11748 * searching.texi (Entire Match Data): Add explanation about new
11749 match-data behavior when @var{integers} is non-nil.
11750
11751 2004-06-24 Richard M. Stallman <rms@gnu.org>
11752
11753 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
11754
11755 * customize.texi (Variable Definitions): Note about doc strings
11756 and :set.
11757
11758 * keymaps.texi (Keymap Terminology): Document `kbd'.
11759 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
11760
11761 * display.texi (Invisible Text): Setting buffer-invisibility-spec
11762 makes it buffer-local.
11763
11764 * files.texi (Saving Buffers): Correct previous change.
11765
11766 * commands.texi (Accessing Events):
11767 Clarify posn-col-row and posn-actual-col-row.
11768
11769 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
11770
11771 * commands.texi (Accessing Events): New functions
11772 posn-at-point and posn-at-x-y. Add example to posn-x-y.
11773
11774 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
11775
11776 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
11777 * frames.texi, buffers.texi, backups.texi, variables.texi:
11778 * loading.texi, eval.texi, functions.texi, control.texi:
11779 * symbols.texi, minibuf.texi: Reposition @anchor's.
11780
11781 * help.texi: Various small changes in addition to the following.
11782 (Describing Characters): Describe PREFIX argument to
11783 `key-description'. Correct and clarify definition of
11784 `text-char-description'. Describe NEED-VECTOR argument to
11785 `read-kbd-macro'.
11786 (Help Functions): Clarify definition of `apropos'.
11787
11788 2004-06-23 Lars Hansen <larsh@math.ku.dk>
11789
11790 * files.texi (Saving Buffers): Correct description of
11791 `write-contents-functions'.
11792
11793 2004-06-21 Juanma Barranquero <lektu@terra.es>
11794
11795 * display.texi (Images): Remove redundant @vindex directives.
11796 Rewrite `image-library-alist' doc in active voice.
11797
11798 2004-06-14 Juanma Barranquero <lektu@terra.es>
11799
11800 * display.texi (Images): Document new delayed library loading,
11801 variable `image-library-alist' and (existing but undocumented)
11802 function `image-type-available-p'.
11803
11804 2004-06-05 Richard M. Stallman <rms@gnu.org>
11805
11806 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
11807 refer the user to the Initial Input node.
11808 (Text from Minibuffer): Likewise.
11809 (Initial Input): New node. Document this feature
11810 and say it is mostly deprecated.
11811
11812 2004-05-30 Richard M. Stallman <rms@gnu.org>
11813
11814 * loading.texi (Named Features): Clarify return value
11815 and meaning of NOERROR.
11816
11817 * variables.texi (File Local Variables): Minor cleanup.
11818
11819 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
11820
11821 * files.texi (Magic File Names): Add `file-remote-p' as operation
11822 of file name handlers.
11823
11824 2004-05-29 Richard M. Stallman <rms@gnu.org>
11825
11826 * modes.texi (Minor Mode Conventions): (-) has no special meaning
11827 as arg to a minor mode command.
11828
11829 2004-05-22 Richard M. Stallman <rms@gnu.org>
11830
11831 * syntax.texi (Syntax Class Table): Word syntax not just for English.
11832
11833 * streams.texi (Output Variables): Doc float-output-format.
11834
11835 * searching.texi (Regexp Special): Nested repetition can be infloop.
11836
11837 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
11838 real stack overflow.
11839
11840 * compile.texi: Minor cleanups.
11841
11842 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
11843
11844 * lists.texi (Cons Cells): Explain dotted lists, true lists,
11845 circular lists.
11846 (List Elements): Explain handling of circular and dotted lists.
11847
11848 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
11849
11850 * modes.texi (Search-based Fontification): Fix typo.
11851
11852 2004-05-10 Juanma Barranquero <lektu@terra.es>
11853
11854 * modes.texi (Mode Line Variables): Fix description of
11855 global-mode-string, which is now after which-func-mode, not the
11856 buffer name.
11857
11858 2004-05-07 Lars Hansen <larsh@math.ku.dk>
11859
11860 * modes.texi (Desktop Save Mode): Add.
11861 (Modes): Add menu entry Desktop Save Mode.
11862
11863 * hooks.texi: Add desktop-after-read-hook,
11864 desktop-no-desktop-file-hook and desktop-save-hook.
11865
11866 * locals.texi: Add desktop-save-buffer.
11867
11868 2004-04-30 Jesper Harder <harder@ifa.au.dk>
11869
11870 * display.texi: emacs -> Emacs.
11871
11872 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
11873
11874 * files.texi (Changing Files): Document set-file-times.
11875
11876 2004-04-23 Juanma Barranquero <lektu@terra.es>
11877
11878 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
11879
11880 2004-04-18 Jesper Harder <harder@ifa.au.dk>
11881
11882 * tips.texi (Coding Conventions): defopt -> defcustom.
11883
11884 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
11885
11886 * sequences.texi: Various clarifications.
11887
11888 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
11889
11890 * buffers.texi (Read Only Buffers): Mention optional ARG to
11891 `toggle-read-only'.
11892
11893 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
11894
11895 * windows.texi (Selecting Windows): Note that get-lru-window
11896 returns a full-width window if possible.
11897
11898 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
11899
11900 * buffers.texi: Various changes in addition to:
11901 (Buffer File Name): Add `find-buffer-visiting'.
11902 (Buffer Modification): Mention optional ARG to `not-modified'.
11903 (Indirect Buffers): Mention optional CLONE argument to
11904 `make-indirect-buffer'.
11905
11906 * files.texi: Various changes in addition to:
11907 (Visiting Functions): `find-file-hook' is now a normal hook.
11908 (File Name Expansion): Explain difference between the way that
11909 `expand-file-name' and `file-truename' treat `..'.
11910 (Contents of Directories): Mention optional ID-FORMAT argument to
11911 `directory-files-and-attributes'.
11912 (Format Conversion): Mention new optional CONFIRM argument to
11913 `format-write-file'.
11914
11915 2004-04-12 Miles Bader <miles@gnu.org>
11916
11917 * macros.texi (Expansion): Add description of `macroexpand-all'.
11918
11919 2004-04-05 Jesper Harder <harder@ifa.au.dk>
11920
11921 * variables.texi (Variable Aliases):
11922 Mention cyclic-variable-indirection.
11923
11924 * errors.texi (Standard Errors): Ditto.
11925
11926 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11927
11928 * backups.texi: Various small changes in addition to:
11929 (Making Backups): Mention return value of `backup-buffer'.
11930 (Auto-Saving): Mention optional FORCE argument to
11931 `delete-auto-save-file-if-necessary'.
11932 (Reverting): Mention optional PRESERVE-MODES argument to
11933 `revert-buffer'. Correct description of `revert-buffer-function'.
11934
11935 2004-03-22 Juri Linkov <juri@jurta.org>
11936
11937 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
11938 with `Vector Functions'.
11939
11940 * text.texi (Sorting): Add missing quote.
11941
11942 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
11943
11944 * intro.texi (Lisp History): Replace xref to `cl' manual with
11945 inforef.
11946
11947 2004-03-12 Richard M. Stallman <rms@gnu.org>
11948
11949 * intro.texi (Version Info): Add arg to emacs-version.
11950 (Lisp History): Change xref to CL manual.
11951
11952 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
11953
11954 * minibuf.texi (Completion Commands): Add xref to Emacs manual
11955 for Partial Completion mode.
11956
11957 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
11958
11959 * customize.texi: Fix typo. Remove eol whitespace.
11960
11961 2004-03-04 Richard M. Stallman <rms@gnu.org>
11962
11963 * processes.texi: Fix typos.
11964
11965 * lists.texi (Building Lists): Minor clarification.
11966
11967 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
11968 in make-hash-table.
11969
11970 2004-02-29 Juanma Barranquero <lektu@terra.es>
11971
11972 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
11973 rm, and ignore exit code.
11974
11975 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11976
11977 * display.texi (Defining Faces): Add description for min-colors.
11978 Update example.
11979
11980 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11981
11982 * abbrevs.texi: Various corrections and clarifications in addition
11983 to the following:
11984 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
11985
11986 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11987
11988 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
11989
11990 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
11991
11992 * text.texi: Various small changes in addition to the following:
11993 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
11994 to delete-horizontal-space.
11995 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
11996 description of yank-handler text property at various places.
11997
11998 * frames.texi (Window System Selections): Add anchor.
11999
12000 * syntax.texi (Syntax Table Functions): Clarify and correct
12001 descriptions of make-syntax-table and copy-syntax-table.
12002 (Motion and Syntax): Clarify SYNTAXES argument to
12003 skip-syntax-forward.
12004 (Parsing Expressions): Mention that the return value of
12005 parse-partial-sexp is currently a list of ten rather than nine
12006 elements.
12007 (Categories): Various corrections and clarifications.
12008
12009 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
12010
12011 * markers.texi (Marker Insertion Types): Minor change.
12012
12013 * locals.texi (Standard Buffer-Local Variables):
12014 * commands.texi (Interactive Codes, Using Interactive):
12015 * functions.texi (Related Topics): Fix xrefs.
12016
12017 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
12018
12019 * lists.texi (Sets And Lists): Update description of delete-dups.
12020
12021 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12022
12023 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
12024
12025 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
12026
12027 * frames.texi (Parameter Access): frame-parameters arg is optional.
12028 modify-frame-parameters handles nil for FRAME.
12029 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
12030 are all-or-nothing for certain toolkits.
12031 Mention parameter wait-for-wm.
12032 (Frames and Windows): In frame-first-window and frame-selected-window
12033 the arg is optional.
12034 (Input Focus): In redirect-frame-focus the second arg is optional.
12035 (Window System Selections): Mention selection type CLIPBOARD.
12036 Mention data-type UTF8_STRING.
12037 Mention numbering of cut buffers.
12038 (Resources): Describe x-resource-name.
12039
12040 2004-02-16 Richard M. Stallman <rms@gnu.org>
12041
12042 * windows.texi (Buffers and Windows): Delete false table
12043 about all-frames.
12044
12045 * syntax.texi (Parsing Expressions): Delete old caveat
12046 about parse-sexp-ignore-comments.
12047
12048 * streams.texi (Output Variables): Add print-quoted.
12049
12050 * lists.texi (Building Lists): Minor cleanup.
12051
12052 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
12053
12054 * display.texi (Overlays): Explain overlays use markers.
12055 (Managing Overlays): Explain front-advance and rear-advance
12056 in more detail.
12057
12058 * loading.texi (Unloading): Document unload-feature-special-hooks.
12059 Get rid of fns-NNN.el file.
12060
12061 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
12062
12063 * help.texi (Describing Characters): Fix text-char-description
12064 example output.
12065
12066 * edebug.texi (Using Edebug): Fix example.
12067
12068 * debugging.texi (Internals of Debugger): Fix return value.
12069
12070 * files.texi (Changing Files): Fix argname.
12071
12072 * calendar.texi: Fix parens, and default values.
12073
12074 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
12075 * nonascii.texi, objects.texi, os.texi: Minor fixes.
12076 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
12077
12078 * positions.texi (Text Lines): Don't add -1 in current-line.
12079
12080 2004-02-16 Richard M. Stallman <rms@gnu.org>
12081
12082 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
12083
12084 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12085
12086 * processes.texi (Low-Level Network): Fix a typo.
12087
12088 2004-02-12 Kim F. Storm <storm@cua.dk>
12089
12090 * display.texi (Fringes): Use consistent wording.
12091 Note that window-fringe's window arg is optional.
12092 (Scroll Bars): Use consistent wording.
12093
12094 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
12095
12096 * tips.texi (Comment Tips): Document the new conventions for
12097 commenting out code.
12098
12099 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
12100
12101 * positions.texi (Text Lines): Add missing end defun.
12102
12103 2004-02-07 Kim F. Storm <storm@cua.dk>
12104
12105 * positions.texi (Text Lines): Add line-number-at-pos.
12106
12107 2004-02-06 John Paul Wallington <jpw@gnu.org>
12108
12109 * display.texi (Button Properties, Button Buffer Commands):
12110 mouse-2 invokes button, not down-mouse-1.
12111
12112 2004-02-04 Jason Rumney <jasonr@gnu.org>
12113
12114 * makefile.w32-in: Sync with Makefile.in changes.
12115
12116 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
12117
12118 * minibuf.texi (Text from Minibuffer): Various corrections and
12119 clarifications.
12120 (Object from Minibuffer): Correct Lisp description of
12121 read-minibuffer.
12122 (Minibuffer History): Clarify description of cons values for
12123 HISTORY arguments.
12124 (Basic Completion): Various corrections and clarifications.
12125 Add completion-regexp-list.
12126 (Minibuffer Completion): Correct and clarify description of
12127 completing-read.
12128 (Completion Commands): Mention Partial Completion mode.
12129 Various other minor changes.
12130 (High-Level Completion): Various corrections and clarifications.
12131 (Reading File Names): Ditto.
12132 (Minibuffer Misc): Ditto.
12133
12134 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
12135
12136 * strings.texi (Text Comparison): assoc-string also matches
12137 elements of alists that are strings instead of conses.
12138 (Formatting Strings): Standardize Texinfo usage. Update index
12139 entries.
12140
12141 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
12142
12143 * lists.texi (Sets And Lists): Add delete-dups.
12144
12145 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
12146
12147 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
12148 special form.
12149 * macros.texi (Defining Macros): Update description of `declare',
12150 which now is a macro.
12151 (Wrong Time): Fix typos.
12152
12153 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
12154
12155 * compile.texi (Compilation Functions): Expand descriptions of
12156 `compile-defun', `byte-compile-file', `byte-recompile-directory'
12157 and `batch-byte-compile'. In particular, mention and describe
12158 all optional arguments.
12159 (Disassembly): Correct and clarify the description of `disassemble'.
12160
12161 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
12162
12163 * searching.texi: Various small changes in addition to the
12164 following.
12165 (Regexp Example): Adapt to new value of `sentence-end'.
12166 (Regexp Functions): The PAREN argument to `regexp-opt' can be
12167 `words'.
12168 (Search and Replace): Add usage note for `perform-replace'.
12169 (Entire Match Data): Mention INTEGERS and REUSE arguments to
12170 `match-data'.
12171 (Standard Regexps): Update for new values of `paragraph-start'
12172 and `sentence-end'.
12173
12174 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
12175
12176 * files.texi (Saving Buffers): Clarify descriptions of
12177 `write-contents-functions' and `before-save-hook'.
12178 Make the defvar's for `before-save-hook' and `after-save-hook'
12179 into defopt's.
12180
12181 2004-01-07 Kim F. Storm <storm@cua.dk>
12182
12183 * commands.texi (Click Events): Describe new image and
12184 width/height elements of click events.
12185 (Accessing Events): Add posn-string, posn-image, and
12186 posn-object-width-height. Change posn-object to return either
12187 image or string object.
12188
12189 2004-01-01 Simon Josefsson <jas@extundo.com>
12190
12191 * hooks.texi (Standard Hooks): Add before-save-hook.
12192 * files.texi (Saving Buffers): Likewise.
12193
12194 2004-01-03 Richard M. Stallman <rms@gnu.org>
12195
12196 * frames.texi (Frames and Windows): Delete frame-root-window.
12197
12198 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
12199
12200 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
12201
12202 * functions.texi: Various small changes in addition to the
12203 following.
12204 (What Is a Function): `functionp' returns nil for macros.
12205 Clarify behavior of this and following functions for symbol arguments.
12206 (Function Documentation): Add `\' in front of (fn @var{arglist})
12207 and explain why.
12208 (Defining Functions): Mention DOCSTRING argument to `defalias'.
12209 Add anchor.
12210 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
12211
12212 2004-01-01 Miles Bader <miles@gnu.org>
12213
12214 * display.texi (Buttons): New section.
12215
12216 2003-12-31 Andreas Schwab <schwab@suse.de>
12217
12218 * numbers.texi (Math Functions): sqrt reports a domain-error
12219 error.
12220 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
12221
12222 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
12223
12224 * tips.texi (Documentation Tips): Update item on hyperlinks in
12225 documentation strings.
12226
12227 * errors.texi (Standard Errors): Various small corrections and
12228 additions.
12229
12230 * control.texi: Various small changes in addition to the
12231 following.
12232 (Signaling Errors): Provide some more details on how `signal'
12233 constructs the error message. Add anchor to the definition of
12234 `signal'.
12235 (Error Symbols): Describe special treatment of `quit'.
12236 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
12237 to emphasize that it has to be a single form.
12238
12239 * buffers.texi: Add anchor.
12240
12241 2003-12-29 Richard M. Stallman <rms@gnu.org>
12242
12243 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
12244 (Window Configurations): Add window-configuration-frame.
12245
12246 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
12247
12248 * text.texi (Examining Properties): Add get-char-property-and-overlay.
12249 Change arg name in get-char-property.
12250 (Special Properties): Update handling of keymap property.
12251
12252 * strings.texi (Modifying Strings): Add clear-string.
12253 (Text Comparison): Add assoc-string and remove
12254 assoc-ignore-case, assoc-ignore-representation.
12255
12256 * os.texi (Time of Day): Add set-time-zone-rule.
12257
12258 * numbers.texi (Math Functions): asin, acos, log, log10
12259 report domain-error errors.
12260
12261 * nonascii.texi (Converting Representations):
12262 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
12263 (Encoding and I/O): Add file-name-coding-system.
12264
12265 * modes.texi (Search-based Fontification): Explain that
12266 face specs are symbols with face names as values.
12267
12268 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
12269
12270 * lists.texi (Building Lists): remq moved elsewhere.
12271 (Sets And Lists): remq moved here.
12272 (Association Lists): Refer to assoc-string.
12273
12274 * internals.texi (Garbage Collection): Add memory-use-counts.
12275
12276 * frames.texi (Frames and Windows): Add set-frame-selected-window
12277 and frame-root-window.
12278
12279 * files.texi (Contents of Directories):
12280 Add directory-files-and-attributes.
12281
12282 * display.texi (Refresh Screen): Add force-window-update.
12283 (Invisible Text): Explain about moving point out of invis text.
12284 (Overlay Properties): Add overlay-properties.
12285 (Managing Overlays): Add overlayp.
12286 (GIF Images): Invalid image number displays a hollow box.
12287
12288 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
12289 (Killing Buffers): Add buffer-live-p.
12290
12291 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
12292
12293 * display.texi (Fringes): Fix typo "set-buffer-window".
12294
12295 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
12296
12297 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
12298 * nonascii.texi, processes.texi, tips.texi, variables.texi:
12299 Add or change various xrefs and anchors.
12300
12301 * commands.texi: Replace all occurrences of @acronym{CAR} with
12302 @sc{car}, for consistency with the rest of the Elisp manual.
12303 `car' and `cdr' are historically acronyms, but are no longer
12304 widely thought of as such.
12305
12306 * internals.texi (Pure Storage): Mention that `purecopy' does not
12307 copy text properties.
12308 (Object Internals): Now 29 bits are used (in most implementations)
12309 to address Lisp objects.
12310
12311 * variables.texi (Variables with Restricted Values): New node.
12312
12313 * objects.texi (Lisp Data Types): Mention that certain variables
12314 can only take on a restricted set of values and add an xref to
12315 the new node "Variables with Restricted Values".
12316
12317 * eval.texi (Function Indirection): Describe the errors that
12318 `indirect-function' can signal.
12319 (Eval): Clarify the descriptions of `eval-region' and `values'.
12320 Describe `eval-buffer' instead of `eval-current-buffer' and
12321 mention `eval-current-buffer' as an alias for `current-buffer'.
12322 Correct the description and mention all optional arguments.
12323
12324 * nonascii.texi: Various small changes in addition to the
12325 following.
12326 (Converting Representations): Clarify behavior of
12327 `string-make-multibyte' and `string-to-multibyte' for unibyte all
12328 ASCII arguments.
12329 (Character Sets): Document the variable `charset-list' and adapt
12330 the definition of the function `charset-list' accordingly.
12331 (Translation of Characters): Clarify use of generic characters in
12332 `make-translation-table'. Clarify and correct the description of
12333 the use of translation tables in encoding and decoding.
12334 (User-Chosen Coding Systems): Correct and clarify the description
12335 of `select-safe-coding-system'.
12336 (Default Coding Systems): Clarify description of
12337 `file-coding-system-alist'.
12338
12339 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
12340
12341 * strings.texi (Text Comparison): Correctly describe when two
12342 strings are `equal'. Combine and clarify descriptions of
12343 `assoc-ignore-case' and `assoc-ignore-representation'.
12344
12345 * objects.texi (Non-ASCII in Strings): Clarify description of
12346 when a string is unibyte or multibyte.
12347 (Bool-Vector Type): Update examples.
12348 (Equality Predicates): Correctly describe when two strings are
12349 `equal'.
12350
12351 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
12352
12353 * lists.texi (Building Lists): `append' no longer accepts integer
12354 arguments. Update the description of `number-sequence' to reflect
12355 recent changes.
12356 (Sets And Lists): Describe `member-ignore-case' after `member'.
12357
12358 2003-11-27 Kim F. Storm <storm@cua.dk>
12359
12360 * commands.texi (Click Events): Click object may be an images.
12361 Describe (dx . dy) element of click positions.
12362 (Accessing Events): Remove duplicate posn-timestamp.
12363 New functions posn-object and posn-object-x-y.
12364
12365 2003-11-23 Kim F. Storm <storm@cua.dk>
12366
12367 * commands.texi (Click Events): Describe enhancements to event
12368 position lists, including new text-pos and (col . row) items.
12369 Mention left-fringe and right-fringe area events.
12370 (Accessing Events): New functions posn-area and
12371 posn-actual-col-row. Mention posn-timestamp. Mention that
12372 posn-point in non-text area still returns buffer position.
12373 Clarify posn-col-row.
12374
12375 2003-11-21 Lars Hansen <larsh@math.ku.dk>
12376
12377 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
12378 * anti.texi (File Attributes): Describe removed parameter
12379 ID-FORMAT.
12380
12381 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
12382
12383 * positions.texi (Positions): Mention that, if a marker is used as
12384 a position, its buffer is ignored.
12385
12386 * markers.texi (Overview of Markers): Mention it here too.
12387
12388 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
12389
12390 * numbers.texi (Numeric Conversions): Not just `floor', but also
12391 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
12392
12393 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
12394
12395 * markers.texi (Creating Markers): Specify insertion type of
12396 created markers. Add xref to `Marker Insertion Types'.
12397 Second argument to `copy-marker' is optional.
12398 (Marker Insertion Types): Mention that most markers are created
12399 with insertion type nil.
12400 (The Mark): Correctly describe when `mark' signals an error.
12401 (The Region): Correctly describe when `region-beginning' and
12402 `region-end' signal an error.
12403
12404 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
12405
12406 * hash.texi (Creating Hash): Clarify description of `eql'.
12407 `makehash' is obsolete.
12408 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
12409
12410 * positions.texi (Point): Change description of `buffer-end', so
12411 that it is also correct for floating point arguments.
12412 (List Motion): Correct argument lists of `beginning-of-defun' and
12413 `end-of-defun'.
12414 (Excursions): Add xref to `Marker Insertion Types'.
12415 (Narrowing): Argument to `narrow-to-page' is optional.
12416
12417 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
12418
12419 * streams.texi (Output Streams): Clarify behavior of point for
12420 marker output streams.
12421
12422 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
12423
12424 * variables.texi (Defining Variables): Second argument to
12425 `defconst' is not optional.
12426 (Setting Variables): Mention optional argument APPEND to
12427 `add-to-list'.
12428 (Creating Buffer-Local): Expand description of
12429 `make-variable-buffer-local'.
12430 (Frame-Local Variables): Expand description of
12431 `make-variable-frame-local'.
12432 (Variable Aliases): Correct description of optional argument
12433 DOCSTRING to `defvaralias'. Mention return value of
12434 `defvaralias'.
12435 (File Local Variables): Add xref to `File variables' in Emacs
12436 Manual. Correct description of `hack-local-variables'. Mention
12437 `safe-local-variable' property. Mention optional second argument
12438 to `risky-local-variable-p'.
12439
12440 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
12441
12442 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
12443
12444 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
12445
12446 * anti.texi, backups.texi, commands.texi, customize.texi:
12447 * display.texi, files.texi, internals.texi, keymaps.texi:
12448 * loading.texi, modes.texi, nonascii.texi, numbers.texi:
12449 * objects.texi, os.texi, positions.texi, processes.texi:
12450 * searching.texi, sequences.texi, streams.texi, strings.texi:
12451 * syntax.texi, text.texi: Replace @sc{foo} with @acronym{FOO}.
12452
12453 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
12454
12455 * strings.texi (Creating Strings): Argument START to `substring'
12456 can not be `nil'. Expand description of
12457 `substring-no-properties'. Correct description of `split-string',
12458 especially with respect to empty matches. Prevent very bad line
12459 break in definition of `split-string-default-separators'.
12460 (Text Comparison): `string=' and `string<' also accept symbols as
12461 arguments.
12462 (String Conversion): More completely describe argument BASE in
12463 `string-to-number'.
12464 (Formatting Strings): `%s' and `%S' in `format' do require
12465 corresponding object. Clarify behavior of numeric prefix after
12466 `%' in `format'.
12467 (Case Conversion): The argument to `upcase-initials' can be a
12468 character.
12469
12470 2003-10-27 Kenichi Handa <handa@m17n.org>
12471
12472 * display.texi (Fontsets): Fix texinfo usage.
12473
12474 2003-10-25 Kenichi Handa <handa@m17n.org>
12475
12476 * display.texi (Fontsets): Add description of the function
12477 set-fontset-font.
12478
12479 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
12480
12481 * display.texi (Temporary Displays): Add xref to `Documentation
12482 Tips'.
12483
12484 * functions.texi (Function Safety): Use inforef instead of pxref
12485 for SES.
12486
12487 2003-10-23 Andreas Schwab <schwab@suse.de>
12488
12489 * Makefile.in (TEX, texinputdir): Don't define.
12490 (TEXI2DVI): Define.
12491 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
12492 add $(srcdir)/index.texi.
12493 ($(infodir)/elisp): Remove index.texi dependency.
12494 (elisp.dvi): Likewise. Use $(TEXI2DVI).
12495 (index.texi): Remove target.
12496 (dist): Don't link $(srcdir)/permute-index.
12497 (clean): Don't remove index.texi.
12498
12499 * permute-index, index.perm: Remove.
12500 * index.texi: Rename from index.unperm.
12501
12502 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
12503
12504 * tips.texi (Documentation Tips): Document new behavior for face
12505 and variable hyperlinks in Help mode.
12506
12507 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
12508
12509 * objects.texi (Integer Type): Update for extra bit of integer range.
12510 (Character Type): Ditto.
12511
12512 2003-10-16 Eli Zaretskii <eliz@gnu.org>
12513
12514 * numbers.texi (Integer Basics): Add index entries for reading
12515 numbers in hex, octal, and binary.
12516
12517 2003-10-16 Lute Kamstra <lute@gnu.org>
12518
12519 * modes.texi (Mode Line Format): Mention force-mode-line-update's
12520 argument.
12521
12522 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
12523
12524 * windows.texi (Choosing Window): Fix typo.
12525 * edebug.texi (Edebug Execution Modes): Fix typo.
12526
12527 2003-10-13 Richard M. Stallman <rms@gnu.org>
12528
12529 * windows.texi (Basic Windows): A window has fringe settings,
12530 display margins and scroll-bar settings.
12531 (Splitting Windows): Doc split-window return value.
12532 Clean up one-window-p.
12533 (Selecting Windows): Fix typo.
12534 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
12535 (Buffers and Windows): In set-window-buffer, explain effect
12536 on fringe settings and scroll bar settings.
12537 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
12538 (Choosing Window): Use defopt for pop-up-frame-function.
12539 For special-display-buffer-names, explain same-window and same-frame.
12540 Clarify window-dedicated-p return value.
12541 (Textual Scrolling): scroll-up and scroll-down can get an error.
12542 (Horizontal Scrolling): Clarify auto-hscroll-mode.
12543 Clarify set-window-hscroll.
12544 (Size of Window): Don't mention tool bar in window-height.
12545 (Coordinates and Windows): Explain what coordinates-in-window-p
12546 returns for fringes and display margins.
12547 (Window Configurations): Explain saving fringes, etc.
12548
12549 * tips.texi (Library Headers): Clean up Documentation.
12550
12551 * syntax.texi (Parsing Expressions): Clean up forward-comment
12552 and parse-sexp-lookup-properties.
12553
12554 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
12555
12556 * os.texi (System Environment): Clean up text for load-average errors.
12557
12558 * modes.texi (Hooks): Don't explain local hook details at front.
12559 Clarify run-hooks and run-hook-with-args a little.
12560 Clean up add-hook and remove-hook.
12561
12562 * edebug.texi (Edebug Execution Modes): Clarify t.
12563 Document edebug-sit-for-seconds.
12564 (Coverage Testing): Document C-x X = and =.
12565 (Instrumenting Macro Calls): Fix typo.
12566 (Specification List): Don't index the specification keywords.
12567
12568 2003-10-10 Kim F. Storm <storm@cua.dk>
12569
12570 * processes.texi (Network): Introduce make-network-process.
12571
12572 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
12573
12574 * tips.texi (Library Headers): Fix typo.
12575
12576 2003-10-07 Juri Linkov <juri@jurta.org>
12577
12578 * modes.texi (Imenu): Mention imenu-create-index-function's
12579 default value. Explain submenus better.
12580
12581 2003-10-07 Lute Kamstra <lute@gnu.org>
12582
12583 * modes.texi (Faces for Font Lock): Fix typo.
12584 (Hooks): Explain how buffer-local hook variables can refer to
12585 global hook variables.
12586 Various minor clarifications.
12587
12588 2003-10-06 Lute Kamstra <lute@gnu.org>
12589
12590 * tips.texi (Coding Conventions): Mention naming conventions for
12591 hooks.
12592
12593 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
12594
12595 * loading.texi (Library Search): Correct default value of
12596 load-suffixes.
12597 (Named Features): Fix typo.
12598
12599 2003-10-05 Richard M. Stallman <rms@gnu.org>
12600
12601 * loading.texi (Named Features): In `provide',
12602 say how to test for subfeatures.
12603 (Unloading): In unload-feature, use new var name
12604 unload-feature-special-hooks.
12605
12606 2003-10-03 Lute Kamstra <lute@gnu.org>
12607
12608 * modes.texi (Major Mode Conventions): Mention third way to set up
12609 Imenu.
12610 (Imenu): A number of small fixes.
12611 Delete documentation of internal variable imenu--index-alist.
12612 Document the return value format of imenu-create-index-function
12613 functions.
12614
12615 2003-09-30 Richard M. Stallman <rms@gnu.org>
12616
12617 * processes.texi (Network): Say what stopped datagram connections do.
12618
12619 * lists.texi (Association Lists): Clarify `assq-delete-all'.
12620
12621 * display.texi (Overlay Properties): Clarify `evaporate' property.
12622
12623 2003-09-29 Lute Kamstra <lute@gnu.org>
12624
12625 * modes.texi (Mode Line Data): Explain when symbols in mode-line
12626 constructs should be marked as risky.
12627 Change cons cell into proper list.
12628 (Mode Line Variables): Change cons cell into proper list.
12629
12630 2003-09-26 Lute Kamstra <lute@gnu.org>
12631
12632 * modes.texi (Mode Line Data): Document the :propertize construct.
12633 (Mode Line Variables): Reorder the descriptions of the variables
12634 to match their order in the default mode-line-format.
12635 Describe the new variables mode-line-position and mode-line-modes.
12636 Update the default values of mode-line-frame-identification,
12637 minor-mode-alist, and default-mode-line-format.
12638 (Properties in Mode): Mention the :propertize construct.
12639
12640 2003-09-26 Richard M. Stallman <rms@gnu.org>
12641
12642 * buffers.texi, commands.texi, debugging.texi, eval.texi:
12643 * loading.texi, minibuf.texi, text.texi, variables.texi:
12644 Avoid @strong{Note:}.
12645
12646 2003-09-26 Richard M. Stallman <rms@gnu.org>
12647
12648 * keymaps.texi (Remapping Commands): Fix typo.
12649
12650 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
12651
12652 * processes.texi (Low-Level Network): Fix typo.
12653
12654 2003-09-23 Kim F. Storm <storm@cua.dk>
12655
12656 * processes.texi (Network, Network Servers): Fix typos.
12657 (Low-Level Network): Add timeout value for :server keyword.
12658 Add new option keywords to make-network-process.
12659 Add set-network-process-options.
12660 Explain how to test availability of network options.
12661
12662 2003-09-19 Richard M. Stallman <rms@gnu.org>
12663
12664 * text.texi (Motion by Indent): Arg to
12665 backward-to-indentation and forward-to-indentation is optional.
12666
12667 * strings.texi (Creating Strings): Add substring-no-properties.
12668
12669 * processes.texi
12670 (Process Information): Add list-processes arg QUERY-ONLY.
12671 Delete process-contact from here.
12672 Add new status values for process-status.
12673 Add process-get, process-put, process-plist, set-process-plist.
12674 (Synchronous Processes): Add call-process-shell-command.
12675 (Signals to Processes): signal-process allows process objects.
12676 (Network): Complete rewrite.
12677 (Network Servers, Datagrams, Low-Level Network): New nodes.
12678
12679 * positions.texi (Word Motion): forward-word, backward-word
12680 arg is optional. Reword.
12681
12682 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
12683
12684 * variables.texi (Creating Buffer-Local):
12685 Delete duplicate definition of buffer-local-value.
12686 (File Local Variables): Explain about discarding text props.
12687
12688 2003-09-11 Richard M. Stallman <rms@gnu.org>
12689
12690 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
12691 changes variables that record input events.
12692 (Minibuffer Misc): Add minibuffer-selected-window.
12693
12694 * lists.texi (Building Lists): Add copy-tree.
12695
12696 * display.texi (Fontsets): Add char-displayable-p.
12697 (Scroll Bars): New node.
12698
12699 2003-09-08 Lute Kamstra <lute@gnu.org>
12700
12701 * modes.texi (%-Constructs): Document new `%i' and `%I'
12702 constructs.
12703
12704 2003-09-03 Peter Runestig <peter@runestig.com>
12705
12706 * makefile.w32-in: New file.
12707
12708 2003-08-29 Richard M. Stallman <rms@gnu.org>
12709
12710 * display.texi (Overlay Properties): Clarify how priorities
12711 affect use of the properties.
12712
12713 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
12714
12715 * customize.texi (Type Keywords): Correct the description of
12716 `:help-echo' in the case where `motion-doc' is a function.
12717
12718 2003-08-14 John Paul Wallington <jpw@gnu.org>
12719
12720 * modes.texi (Emulating Mode Line): Subsection, not section.
12721
12722 2003-08-13 Richard M. Stallman <rms@gnu.org>
12723
12724 * elisp.texi (Top): Update subnode lists in menu.
12725
12726 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
12727 (Kill Functions): kill-region has new arg yank-handler.
12728 (Yanking): New node.
12729 (Yank Commands): Add yank-undo-function.
12730 (Low-Level Kill Ring):
12731 kill-new and kill-append have new arg yank-handler.
12732 (Changing Properties): Add remove-list-of-text-properties.
12733 (Atomic Changes): New node.
12734
12735 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
12736
12737 * streams.texi (Output Variables): Add eval-expression-print-length
12738 and eval-expression-print-level.
12739
12740 * os.texi (Time Conversion): For encode-time, explain limits on year.
12741
12742 * objects.texi (Character Type): Define anchor "modifier bits".
12743
12744 * modes.texi (Emulating Mode Line): New node.
12745 (Search-based Fontification): Font Lock uses font-lock-face property.
12746 (Other Font Lock Variables): Likewise.
12747
12748 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
12749 not vectors.
12750 (Active Keymaps): Add emulation-mode-map-alists.
12751 (Functions for Key Lookup): key-binding has new arg no-remap.
12752 (Remapping Commands): New node.
12753 (Scanning Keymaps): where-is-internal has new arg no-remap.
12754 (Tool Bar): Add tool-bar-local-item-from-menu.
12755 Clarify when to use tool-bar-add-item-from-menu.
12756
12757 * commands.texi (Interactive Call): commandp has new arg.
12758 (Command Loop Info): Add this-original-command.
12759
12760 2003-08-06 John Paul Wallington <jpw@gnu.org>
12761
12762 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
12763
12764 * display.texi (Warning Basics): Fix typo.
12765 (Fringes): Add closing curly bracket and fix typo.
12766
12767 * elisp.texi (Top): Fix typo.
12768
12769 2003-08-05 Richard M. Stallman <rms@gnu.org>
12770
12771 * elisp.texi: Update lists of subnodes.
12772
12773 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
12774
12775 * variables.texi (Local Variables): Use lc for example variable names.
12776
12777 * tips.texi (Library Headers): Explain where to put -*-.
12778
12779 * strings.texi (Creating Strings): Fix xref for vconcat.
12780
12781 * sequences.texi (Vector Functions):
12782 vconcat no longer allows integer args.
12783
12784 * minibuf.texi (Reading File Names): read-file-name has new
12785 arg PREDICATE. New function read-directory-name.
12786
12787 * macros.texi (Defining Macros): Give definition of `declare'.
12788 (Indenting Macros): New node.
12789
12790 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
12791 (Window Frame Parameters): Make separate table of parameters
12792 that are coupled with specific face attributes.
12793 (Deleting Frames): delete-frame-hooks renamed to
12794 delete-frame-functions.
12795
12796 * files.texi (Magic File Names): Add file-remote-p.
12797 Clarify file-local-copy.
12798
12799 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
12800 here; instead xref Defining Macros.
12801
12802 * display.texi (Warnings): New node, and subnodes.
12803 (Fringes): New node.
12804
12805 * debugging.texi (Test Coverage): New node.
12806
12807 * compile.texi (Compiler Errors): Explain with-no-warnings
12808 and other ways to suppress warnings.
12809
12810 * commands.texi (Interactive Call): Minor clarification.
12811
12812 * buffers.texi (Buffer File Name): set-visited-file-name
12813 renames the buffer too.
12814
12815 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
12816
12817 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
12818
12819 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
12820
12821 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
12822
12823 * internals.texi (Garbage Collection): Fix previous change.
12824
12825 2003-07-22 Richard M. Stallman <rms@gnu.org>
12826
12827 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
12828
12829 * display.texi (Width): Use \s syntax in example.
12830 (Font Selection): Add face-font-rescale-alist.
12831
12832 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
12833 Remove spurious indent in example.
12834
12835 * lists.texi (Building Lists): Add number-sequence.
12836
12837 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
12838
12839 * functions.texi (Function Documentation): Explain how to
12840 show calling convention explicitly in the doc string.
12841
12842 * windows.texi (Selecting Windows): save-selected-window saves
12843 selected window of each frame.
12844 (Window Configurations): Minor change.
12845
12846 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
12847
12848 * streams.texi (Output Variables): Add print-continuous-numbering
12849 and print-number-table.
12850
12851 * processes.texi (Decoding Output): New node.
12852
12853 * os.texi (Time Conversion): decode-time arg is optional.
12854
12855 * objects.texi (Character Type): Don't use space as example for \.
12856 Make list of char names and \-sequences correspond.
12857 Explain that \s is not used in strings. `\ ' needs space after.
12858
12859 * nonascii.texi (Converting Representations): Add string-to-multibyte.
12860 (Translation of Characters): Add translation-table-for-input.
12861 (Default Coding Systems): Add auto-coding-functions.
12862 (Explicit Encoding): Add decode-coding-inserted-region.
12863 (Locales): Add locale-info.
12864
12865 * minibuf.texi (Basic Completion): Describe test-completion.
12866 Collections can be lists of strings.
12867 Clean up lazy-completion-table.
12868 (Programmed Completion): Mention test-completion.
12869 Clarify why lambda expressions are not accepted.
12870 (Minibuffer Misc): Describe minibufferp.
12871
12872 2003-07-14 Richard M. Stallman <rms@gnu.org>
12873
12874 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
12875
12876 * windows.texi (Selecting Windows): New arg to select-window.
12877 (Selecting Windows): Add with-selected-window.
12878 (Size of Window): Add window-inside-edges, etc.
12879
12880 * internals.texi (Garbage Collection): Add post-gc-hook.
12881
12882 * processes.texi (Subprocess Creation): Add exec-suffixes.
12883
12884 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
12885 (Scanning Keymaps): Add map-keymaps.
12886 (Defining Menus): Add keymap-prompt.
12887
12888 * numbers.texi (Integer Basics): Add most-positive-fixnum,
12889 most-negative-fixnum.
12890
12891 * compile.texi (Byte Compilation): Explain no-byte-compile.
12892 (Compiler Errors): New node.
12893
12894 * os.texi (User Identification): user-uid, user-real-uid
12895 can return float.
12896
12897 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
12898 and about derived modes.
12899 (Minor Modes): Add minor-mode-list.
12900 (Defining Minor Modes): Keyword args for define-minor-mode.
12901 (Search-based Fontification): Explain managing other properties.
12902 (Other Font Lock Variables): Add font-lock-extra-managed-props.
12903 (Faces for Font Lock): Add font-lock-preprocessor-face.
12904 (Hooks): Add run-mode-hooks and delay-mode-hooks.
12905
12906 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
12907 (Variable Aliases): Clarify defvaralias.
12908
12909 * loading.texi (Library Search): Add load-suffixes.
12910
12911 * minibuf.texi (Basic Completion): Add lazy-completion-table.
12912 (Programmed Completion): Add dynamic-completion-table.
12913
12914 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
12915 (Magic File Names): Specify precedence order of handlers.
12916
12917 * commands.texi (Command Overview): Emacs server runs pre-command-hook
12918 and post-command-hook.
12919 (Waiting): New calling convention for sit-for.
12920
12921 * text.texi (Special Properties): local-map and keymap properties
12922 apply based on their stickiness.
12923
12924 2003-07-07 Richard M. Stallman <rms@gnu.org>
12925
12926 * modes.texi (Minor Mode Conventions): Specify only some kinds
12927 of list values as args to minor modes.
12928
12929 * files.texi (File Name Expansion): Warn about iterative use
12930 of substitute-in-file-name.
12931
12932 * advice.texi (Activation of Advice): Clean up previous change.
12933
12934 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
12935
12936 * advice.texi (Activation of Advice): Note that ad-start-advice is
12937 turned on by default.
12938
12939 2003-06-30 Richard M. Stallman <rms@gnu.org>
12940
12941 * text.texi (Buffer Contents): Document current-word.
12942 (Change Hooks): Not called for *Messages*.
12943
12944 * functions.texi (Defining Functions): Explain about redefining
12945 primitives.
12946 (Function Safety): Rename. Minor changes.
12947 Comment out the detailed criteria for what is safe.
12948
12949 2003-06-22 Andreas Schwab <schwab@suse.de>
12950
12951 * objects.texi (Symbol Type): Fix description of examples.
12952
12953 2003-06-16 Andreas Schwab <schwab@suse.de>
12954
12955 * hash.texi (Creating Hash): Fix description of :weakness.
12956
12957 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
12958
12959 * files.texi (Changing Files): copy-file copies file modes, too.
12960
12961 2003-05-28 Richard M. Stallman <rms@gnu.org>
12962
12963 * strings.texi (Creating Strings): Clarify split-string.
12964
12965 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
12966
12967 * strings.texi (Creating Strings): Update split-string specification
12968 and examples.
12969
12970 2003-05-19 Richard M. Stallman <rms@gnu.org>
12971
12972 * elisp.texi: Correct invariant section names.
12973
12974 2003-04-20 Richard M. Stallman <rms@gnu.org>
12975
12976 * os.texi (Timers): Explain about timers and quitting.
12977
12978 2003-04-19 Richard M. Stallman <rms@gnu.org>
12979
12980 * internals.texi (Writing Emacs Primitives): Strings are
12981 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
12982 Explain GCPRO convention for varargs function args.
12983
12984 2003-04-16 Richard M. Stallman <rms@gnu.org>
12985
12986 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
12987
12988 2003-04-08 Richard M. Stallman <rms@gnu.org>
12989
12990 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
12991
12992 2003-02-13 Kim F. Storm <storm@cua.dk>
12993
12994 * objects.texi (Character Type): New \s escape for space.
12995
12996 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12997
12998 * os.texi (System Environment): Add cygwin system-type.
12999
13000 2003-01-25 Richard M. Stallman <rms@gnu.org>
13001
13002 * keymaps.texi: Document that a symbol can act as a keymap.
13003
13004 2003-01-13 Richard M. Stallman <rms@gnu.org>
13005
13006 * text.texi (Changing Properties): Say string indices are origin-0.
13007
13008 * positions.texi (Screen Lines) <compute-motion>:
13009 Correct order of elts in return value.
13010
13011 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
13012 how to define a default binding.
13013
13014 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
13015
13016 * loading.texi (Unloading): Fix recent change for load-history.
13017
13018 * customize.texi (Simple Types): Clarify description of custom
13019 type 'number. Describe new custom type 'float.
13020
13021 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
13022
13023 * variables.texi (File Local Variables): Fix typo.
13024
13025 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
13026
13027 From Michael Albinus <Michael.Albinus@alcatel.de>.
13028
13029 * README: Target for Info file is `make info'.
13030
13031 * files.texi (File Name Components): Fix typos in
13032 `file-name-sans-extension'.
13033 (Magic File Names): Complete list of operations for magic file
13034 name handlers.
13035
13036 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
13037
13038 * variables.texi (File Local Variables): New function
13039 risky-local-variable-p.
13040
13041 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
13042
13043 * functions.texi (Function safety): New node about unsafep.
13044
13045 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
13046
13047 * customize.texi (Splicing into Lists): Fix example.
13048 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
13049
13050 2002-06-17 Juanma Barranquero <lektu@terra.es>
13051
13052 * frames.texi (Display Feature Testing): Fix typo.
13053
13054 2002-06-12 Andreas Schwab <schwab@suse.de>
13055
13056 * frames.texi (Initial Parameters, Resources): Fix references to
13057 the Emacs manual.
13058
13059 2002-05-13 Kim F. Storm <storm@cua.dk>
13060
13061 * variables.texi (Intro to Buffer-Local): Update warning and
13062 example relating to changing buffer inside let.
13063
13064 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
13065
13066 * os.texi (Session Management): New node about X Session management.
13067
13068 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
13069
13070 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
13071 to which the manual corresponds, and the copyright years.
13072
13073 * Makefile.in (VERSION): Set to 2.9.
13074
13075 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
13076
13077 * elisp.texi: Change the category in @dircategory to "Emacs", to
13078 make it consistent with info/dir.
13079
13080 2001-11-25 Miles Bader <miles@gnu.org>
13081
13082 * text.texi (Fields): Describe new `limit' arg in
13083 field-beginning/field-end.
13084
13085 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
13086
13087 * permute-index: Don't depend on csh-specific features.
13088 Replace the interpreter name with /bin/sh.
13089
13090 * two-volume-cross-refs.txt: New file.
13091 * two.el: New file.
13092 * spellfile: New file.
13093
13094 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
13095
13096 * permute-index: New file.
13097
13098 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
13099 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
13100 8+3 restricted namespace.
13101
13102 * Makefile.in (infodir): Define relative to $(srcdir).
13103 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
13104 include directories list via -I switch to makeinfo.
13105 (index.texi): Use cp if both hard and symbolic links fail.
13106
13107 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
13108
13109 * Makefile.in (distclean): Add.
13110
13111 The following changes make ELisp manual part of the Emacs
13112 distribution:
13113
13114 * Makefile.in: Add Copyright notice.
13115 (prefix): Remove.
13116 (infodir): Change value to "../info".
13117 (VPATH): New variable.
13118 (MAKE): Don't define.
13119 (texmacrodir): Don't define.
13120 (texinputdir): Append the existing value of TEXINPUTS.
13121 ($(infodir)/elisp): Instead of just "elisp". Reformat the
13122 command to be compatible with man/Makefile.in, and to put the
13123 output into ../info.
13124 (info): Add target.
13125 (installall): Target removed.
13126
13127 2001-10-31 Pavel Janík <Pavel@Janik.cz>
13128
13129 * tips.texi (Coding Conventions): Fix typo.
13130
13131 2001-10-23 Gerd Moellmann <gerd@gnu.org>
13132
13133 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
13134
13135 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
13136
13137 * files.texi (File Name Components): Update the description of
13138 file-name-sans-extension and file-name-extension, as they now
13139 ignore leading dots.
13140
13141 2001-10-20 Gerd Moellmann <gerd@gnu.org>
13142
13143 * (Version 21.1 released.)
13144
13145 2001-10-19 Miles Bader <miles@gnu.org>
13146
13147 * positions.texi (Text Lines): Describe behavior of
13148 `beginning-of-line'/`end-of-line' in the presence of field properties.
13149
13150 2001-10-17 Gerd Moellmann <gerd@gnu.org>
13151
13152 * Makefile.in (VERSION): Set to 2.8.
13153 (manual): Use `manual-21'.
13154
13155 * elisp.texi (VERSION): Add and use it where the version
13156 number was used. Set it to 2.8.
13157
13158 * intro.texi: Likewise.
13159
13160 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
13161
13162 * files.texi (File Name Completion): Document the significance of
13163 a trailing slash in elements of completion-ignored-extensions.
13164
13165 2001-10-06 Miles Bader <miles@gnu.org>
13166
13167 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
13168
13169 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13170
13171 * variables.texi (Variable Aliases): New node.
13172
13173 2001-10-04 Gerd Moellmann <gerd@gnu.org>
13174
13175 * Branch for 21.1.
13176
13177 2001-10-02 Miles Bader <miles@gnu.org>
13178
13179 * minibuf.texi (Minibuffer Misc): Add entries for
13180 `minibuffer-contents', `minibuffer-contents-no-properties', and
13181 `delete-minibuffer-contents'.
13182 Correct description for `minibuffer-prompt-end'.
13183
13184 * text.texi (Property Search): Correct descriptions of
13185 `next-char-property-change' and `previous-char-property-change'.
13186 Add entries for `next-single-char-property-change' and
13187 `previous-single-char-property-change'.
13188 Make operand names a bit more consistent.
13189
13190 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
13191
13192 * frames.texi (Finding All Frames): Document that next-frame and
13193 previous-frame are local to current terminal.
13194
13195 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
13196
13197 * keymaps.texi (Creating Keymaps): Fix the description of the
13198 result of make-keymap.
13199
13200 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
13201
13202 * display.texi (Font Lookup, Attribute Functions)
13203 (Image Descriptors): Add cross-references to the definition of
13204 selected frame.
13205
13206 * buffers.texi (The Buffer List): Add cross-references to the
13207 definition of selected frame.
13208
13209 * frames.texi (Input Focus): Clarify which frame is _the_ selected
13210 frame at any given time.
13211 (Multiple Displays, Size and Position): Add a cross-reference to
13212 the definition of the selected frame.
13213
13214 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13215
13216 * strings.texi (String Conversion) <string-to-number>: Document
13217 that a float is returned for integers that are too large.
13218
13219 * frames.texi (Mouse Position): Document mouse-position-function.
13220 (Display Feature Testing): Document display-images-p.
13221 (Window Frame Parameters): Document the cursor-type variable.
13222
13223 * numbers.texi (Integer Basics): Document CL style read syntax for
13224 integers in bases other than 10.
13225
13226 * positions.texi (List Motion):
13227 Document open-paren-in-column-0-is-defun-start.
13228
13229 * lists.texi (Sets And Lists): Document member-ignore-case.
13230
13231 * internals.texi (Garbage Collection): Document the used and free
13232 strings report.
13233 (Memory Usage): Document strings-consed.
13234
13235 * os.texi (Time of Day): Document float-time.
13236 (Recording Input): Document that clear-this-command-keys clears
13237 the vector to be returned by recent-keys.
13238
13239 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
13240 The argument keymap can be a list.
13241
13242 * nonascii.texi (User-Chosen Coding Systems)
13243 <select-safe-coding-system>: Document the new argument
13244 accept-default-p and the variable
13245 select-safe-coding-system-accept-default-p. Tell what happens if
13246 buffer-file-coding-system is undecided.
13247 (Default Coding Systems): Document auto-coding-regexp-alist.
13248
13249 * display.texi (The Echo Area) <message>: Document
13250 message-truncate-lines.
13251 (Glyphs): Document that the glyph table is unused on windowed
13252 displays.
13253
13254 * help.texi (Describing Characters) <single-key-description>:
13255 Document the new argument no-angles.
13256 (Accessing Documentation) <documentation-property>: Document that
13257 a non-string property is evaluated.
13258 <documentation>: Document that the function-documentation property
13259 is looked for.
13260
13261 * windows.texi (Selecting Windows): Document some-window.
13262
13263 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
13264
13265 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
13266 apropos-mode-hook.
13267
13268 * commands.texi (Using Interactive): Document interactive-form.
13269 (Keyboard Macros): Document kbd-macro-termination-hook.
13270 (Command Loop Info): Document that clear-this-command-keys clears
13271 the vector to be returned by recent-keys.
13272
13273 2001-09-04 Werner LEMBERG <wl@gnu.org>
13274
13275 * Makefile.in (srcdir, texinputdir): New variables.
13276 (srcs, index.texi, install): Use $(srcdir).
13277 (.PHONY): Remove elisp.dvi.
13278 (elisp): Use -I switch for makeinfo.
13279 (elisp.dvi): Use $(srcdir) and $(texinputdir).
13280 (installall, dist): Use $(srcdir).
13281 Fix path to texinfo.tex.
13282 (maintainer-clean): Add elisp.dvi and elisp.oaux.
13283
13284 2001-08-30 Gerd Moellmann <gerd@gnu.org>
13285
13286 * display.texi (Conditional Display): Adjust to API change.
13287
13288 * configure: New file.
13289
13290 2001-07-30 Gerd Moellmann <gerd@gnu.org>
13291
13292 * commands.texi (Repeat Events): Add description of
13293 double-click-fuzz.
13294
13295 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
13296
13297 * syntax.texi (Syntax Class Table): Add the missing designator for
13298 comment and string fences.
13299 (Syntax Properties): Add a xref to syntax table internals.
13300 (Syntax Table Internals): Document string-to-syntax.
13301
13302 2001-05-07 Gerd Moellmann <gerd@gnu.org>
13303
13304 * Makefile.in (install): Use install-info command line options
13305 like in Emacs' Makefile.in.
13306
13307 2000-12-09 Miles Bader <miles@gnu.org>
13308
13309 * windows.texi (Window Start): Update documentation for
13310 `pos-visible-in-window-p'.
13311
13312 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13313
13314 * lists.texi (Building Lists): Add footnote to explain how to add
13315 to the end of a list.
13316
13317 2000-10-25 Gerd Moellmann <gerd@gnu.org>
13318
13319 * files.texi (Visiting Functions): Typos.
13320
13321 2000-10-25 Kenichi Handa <handa@etl.go.jp>
13322
13323 * files.texi (Visiting Functions): Return value of
13324 find-file-noselect may be a list of buffers if wildcards are used.
13325
13326 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
13327
13328 * display.texi (Defining Faces): Document `graphic' display type
13329 in face specs.
13330
13331 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13332
13333 * hooks.texi (Standard Hooks): Replace obsolete
13334 `after-make-frame-hook' with `after-make-frame-functions'.
13335
13336 * frames.texi (Creating Frames): Ditto.
13337
13338 * variables.texi (Future Local Variables): Ditto.
13339
13340 2000-10-16 Gerd Moellmann <gerd@gnu.org>
13341
13342 * display.texi (Other Image Types): Add description of :foreground
13343 and :background properties of mono PBM images.
13344
13345 2000-08-17 Werner LEMBERG <wl@gnu.org>
13346
13347 * .cvsignore: New file.
13348
13349 2000-01-05 Gerd Moellmann <gerd@gnu.org>
13350
13351 * tindex.pl: New script.
13352
13353 1999-12-03 Dave Love <fx@gnu.org>
13354
13355 * Makefile.in (MAKEINFO): New parameter.
13356
13357 1999-09-17 Richard Stallman <rms@gnu.org>
13358
13359 * Makefile.in (srcs): Add hash.texi.
13360 (VERSION): Update to 20.6.
13361
13362 1999-09-13 Richard Stallman <rms@gnu.org>
13363
13364 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
13365
13366 1998-08-29 Karl Heuer <kwzh@gnu.org>
13367
13368 * configure.in: New file.
13369 * Makefile.in: Renamed from Makefile.
13370 (prefix, infodir): Use value obtained from configure.
13371 (emacslibdir): Obsolete variable deleted.
13372 (dist): Distribute configure.in, configure, Makefile.in.
13373
13374 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
13375
13376 * Makefile (INSTALL_INFO): New variable.
13377 (install): Run install-info.
13378
13379 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
13380
13381 * Makefile (elisp.dvi): Add missing backslash.
13382
13383 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
13384
13385 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
13386 Run texindex without `./'. Always run texindex on elisp.tp.
13387 (elisp.tps): Target deleted.
13388
13389 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
13390
13391 * Makefile (srcs): Add nonascii.texi and customize.texi.
13392 (dist): Start by deleting `temp'.
13393
13394 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
13395
13396 * Makefile (makeinfo, texindex): Targets deleted.
13397 (makeinfo.o, texindex.o): Targets deleted.
13398 (clean, dist): Don't do anything with them or with getopt*.
13399
13400 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
13401
13402 * Makefile (SHELL): Defined.
13403
13404 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
13405
13406 * Makefile (elisp.tps): New target.
13407 (elisp.dvi): Depend on elisp.tps.
13408
13409 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
13410
13411 * README: Update phone number.
13412
13413 * Makefile (elisp): Make this be the default target.
13414 Depend on makeinfo.c instead of makeinfo.
13415 (install): Don't depend on elisp.dvi, since we don't install that.
13416 Use mkinstalldirs.
13417 (dist): Add mkinstalldirs.
13418
13419 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13420
13421 * Makefile (VERSION): Update version number.
13422 (maintainer-clean): Rename from realclean.
13423
13424 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
13425
13426 * Makefile (realclean): New target.
13427 (elisp): Remove any old elisp-* files first.
13428
13429 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
13430
13431 * Makefile (VERSION): New variable.
13432 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
13433 Compressed file suffix should be `.gz', not `.z'.
13434
13435 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13436
13437 * Makefile (elisp): Depend on makeinfo.
13438
13439 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
13440
13441 * Makefile (srcs): Add anti.texi.
13442
13443 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13444
13445 * Makefile (infodir, prefix): New vars.
13446 (install): Use infodir.
13447 (emacsinfodir): Delete.
13448
13449 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13450
13451 * Makefile (srcs): Add calendar.texi.
13452
13453 * Makefile (dist): Copy texindex.c and makeinfo.c.
13454 Limit elisp-* files to those with one or two digits.
13455
13456 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13457
13458 * Makefile (dist): Change to use Gzip instead of compress.
13459
13460 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13461
13462 * loading.texi (Unloading): define-function changed back to
13463 defalias. It may not stay this way, but at least it's
13464 consistent with the known-good version of the code patch.
13465
13466 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13467
13468 * modes.texi (Hooks): Document new optional arg of add-hook.
13469
13470 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13471
13472 * variables.texi: Document nil initial value of buffer-local variables.
13473
13474 * tips.texi: Add new section on standard library headers.
13475
13476 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13477
13478 * Makefile (srcs): Add frame.texi to the list of sources.
13479
13480 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13481
13482 * Makefile (dist): Don't bother excluding autosave files; they'll
13483 never make it into the temp directory anyway, and the hash marks
13484 in the name are problematic for make and the Bourne shell.
13485 (srcs): ???
13486
13487 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13488
13489 * Makefile (dist): Don't include backup files or autosave files in
13490 the distribution tar file.
13491
13492 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13493
13494 * Makefile (srcs): Add index.perm.
13495 (elisp.dvi): Remove erroneous shell comment.
13496 Expect output of permute-index in permuted.fns.
13497 Save old elisp.aux in elisp.oaux.
13498 (clean): Add index.texi to be deleted.
13499
13500 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13501
13502 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
13503
13504 1990-06-26 David Lawrence (tale@geech)
13505
13506 * files.texi: Noted that completion-ignored-extensions is ignored
13507 when making *Completions*.
13508
13509 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
13510
13511 * Makefile make dist now depends on elisp.dvi, since it tries
13512 to include it in the dist file.
13513
13514 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
13515
13516 * functions.texinfo (Mapping Functions): Add missing quote.
13517
13518 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13519
13520 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
13521 (defunargs): Turn off \hyphenchar of \sl font temporarily.
13522
13523 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13524
13525 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
13526 and @error{} are the terms now being used. The files in the
13527 directory have been changed to reflect this.
13528
13529 * All instances of @indentedresultt{} have been changed to
13530 ` @result{}', using 5 spaces at the beginning of the line.
13531
13532 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13533
13534 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
13535 experimental @indentedresult{}, @indentedexpandsto{} are part of
13536 the texinfo.tex in this directory. These TeX macros are not
13537 stable yet.
13538
13539 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13540
13541 * texinfo.tex: Temporarily added
13542 \let\result=\dblarrow
13543 \def\error{{\it ERROR} \longdblarrow}
13544 We need to do this better soon.
13545
13546 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
13547
13548 * Applied Karl Berry's patches to *.texinfo files, but not to
13549 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
13550 new title page format is also not applied, since it requires
13551 texinfo.tex changes.)
13552
13553 * Cleaned up `Makefile' and defined the `emacslibdir' directory
13554 for the Project GNU development environment.
13555
13556 ;; Local Variables:
13557 ;; coding: utf-8
13558 ;; End:
13559
13560 Copyright (C) 1998-2014 Free Software Foundation, Inc.
13561
13562 This file is part of GNU Emacs.
13563
13564 GNU Emacs is free software: you can redistribute it and/or modify
13565 it under the terms of the GNU General Public License as published by
13566 the Free Software Foundation, either version 3 of the License, or
13567 (at your option) any later version.
13568
13569 GNU Emacs is distributed in the hope that it will be useful,
13570 but WITHOUT ANY WARRANTY; without even the implied warranty of
13571 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13572 GNU General Public License for more details.
13573
13574 You should have received a copy of the GNU General Public License
13575 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.