format-time-string now supports subsecond time stamp resolution
[bpt/emacs.git] / doc / lispref / ChangeLog
1 2011-02-01 Paul Eggert <eggert@cs.ucla.edu>
2
3 format-time-string now supports subsecond time stamp resolution
4 * os.texi (Time Parsing): Document %N.
5
6 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
7
8 * vol1.texi (Top):
9 * vol2.texi (Top):
10 * elisp.texi (Top):
11 * display.texi (Display Property): Shorten the menu description of
12 the "Other Display Specs" node (Bug#7816).
13
14 * keymaps.texi (Defining Menus): Add "menu item" and "extended
15 menu item" concept index entries (Bug#7805).
16
17 2011-01-29 Eli Zaretskii <eliz@gnu.org>
18
19 * makefile.w32-in (texinfodir): New variable.
20 (usermanualdir): Remove as redundant with $(emacsdir).
21 (MAKEINFO): Remove options, leave only program name.
22 (MAKEINFO_OPTS): New variable.
23 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
24
25 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
26 Richard Kim <emacs18@gmail.com>
27
28 * loading.texi (Library Search): Document list-load-path-shadows
29 (Bug#7757).
30
31 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
32
33 * searching.texi (Regexp Special): Remove outdated discussion of
34 character sets (Bug#7780).
35
36 * frames.texi (Pop-Up Menus): Document where menu title comes
37 from (Bug#7684).
38
39 2011-01-25 Glenn Morris <rgm@gnu.org>
40
41 * display.texi (Making Buttons): Mention limitation of text buttons.
42
43 2011-01-23 Werner Lemberg <wl@gnu.org>
44
45 * Makefile.in (MAKEINFO): Now controlled by `configure'.
46 (MAKEINFO_OPTS): New variable. Use it where appropriate.
47 (ENVADD): New variable to control texi2dvi and texi2pdf.
48
49 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
50
51 * files.texi (Directory Names): Move directory-abbrev-alist doc to
52 Emacs manual.
53
54 2011-01-15 Eli Zaretskii <eliz@gnu.org>
55
56 * files.texi (Directory Names): Explain why FROM in
57 directory-abbrev-alist should begin with \`. (Bug#7777)
58
59 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
60
61 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
62
63 2011-01-02 Eli Zaretskii <eliz@gnu.org>
64
65 * modes.texi (Emulating Mode Line): Fix last change.
66
67 2011-01-02 Eli Zaretskii <eliz@gnu.org>
68
69 * modes.texi (Emulating Mode Line): Update documentation of
70 format-mode-line according to changes that fixed bug #7587.
71
72 2010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * modes.texi (Derived Modes): Mention prog-mode.
75
76 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
77 of the key-binding-data cache since we don't use it any more.
78
79 2010-12-13 Eli Zaretskii <eliz@gnu.org>
80
81 * processes.texi (Shell Arguments):
82 * strings.texi (Creating Strings): Don't mention "shell commands";
83 make it explicit that `split-string-and-unquote' and
84 `combine-and-quote-strings' are mainly for working with arguments
85 to call-process and start-process.
86
87 * processes.texi (Shell Arguments): Fix documentation of
88 `split-string-and-unquote'. Add indexing. (Bug#7563)
89
90 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
91
92 * modes.texi (Auto-Indentation): New section to document SMIE.
93 (Major Mode Conventions):
94 * text.texi (Mode-Specific Indent): Refer to it.
95
96 2010-12-13 Eli Zaretskii <eliz@gnu.org>
97
98 * display.texi (Other Display Specs): Document left-fringe and
99 right-fringe display specs.
100
101 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
102
103 * backups.texi (Making Backups):
104 * modes.texi (Example Major Modes): Use recommended coding style.
105 (Major Mode Basics, Derived Modes): Encourge more strongly use of
106 define-derived-mode. Mention completion-at-point-functions.
107
108 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
109
110 * nonascii.texi (Converting Representations):
111 Document byte-to-string.
112
113 2010-12-08 Glenn Morris <rgm@gnu.org>
114
115 * buffers.texi (Modification Time):
116 verify-visited-file-modtime now defaults to the current buffer.
117
118 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
119
120 * nonascii.texi (Converting Representations): Document byte-to-string.
121
122 * strings.texi (Creating Strings): Don't mention semi-obsolete
123 function char-to-string.
124 (String Conversion): Shorten discussion of semi-obsolete function
125 string-to-char. Link to Converting Representations.
126
127 * objects.texi (Symbol Type):
128 * text.texi (Near Point):
129 * help.texi (Help Functions):
130 * functions.texi (Mapping Functions): Use string instead of
131 char-to-string in examples.
132
133 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
134
135 * text.texi (Kill Functions, Kill Functions)
136 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
137 YANK-HANDLER args.
138
139 * symbols.texi (Creating Symbols): Using unintern without an
140 obarray arg is now obsolete.
141
142 * numbers.texi (Float Basics): Document float-e and float-pi.
143
144 * variables.texi (Defining Variables): Change "pi" example to
145 "float-pi".
146
147 2010-11-26 Eli Zaretskii <eliz@gnu.org>
148
149 * commands.texi (Click Events): Document the values of X, Y and
150 COL, ROW in the event's position, when the click is on the header
151 or mode line, on the fringes, or in the margins.
152
153 2010-11-17 Eli Zaretskii <eliz@gnu.org>
154
155 * customize.texi (Composite Types): Lower-case index entry.
156
157 * loading.texi (How Programs Do Loading):
158 Document load-file-name. (Bug#7346)
159
160 2010-11-17 Glenn Morris <rgm@gnu.org>
161
162 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
163
164 2010-11-13 Eli Zaretskii <eliz@gnu.org>
165
166 * display.texi (Usual Display): Characters with no fonts are not
167 necessarily displayed as empty boxes.
168
169 2010-10-31 Glenn Morris <rgm@gnu.org>
170
171 * maps.texi (Standard Keymaps): Update File menu description.
172
173 2010-10-28 Glenn Morris <rgm@gnu.org>
174
175 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
176
177 2010-10-24 Eli Zaretskii <eliz@gnu.org>
178
179 * display.texi (Window Systems): Deprecate use of window-system as
180 a predicate.
181
182 2010-10-23 Glenn Morris <rgm@gnu.org>
183
184 * help.texi (Documentation Basics): Remove mentions of digest-doc and
185 sorted-doc.
186
187 2010-10-15 Eli Zaretskii <eliz@gnu.org>
188
189 * os.texi (Dynamic Libraries): New node, with slightly modified
190 text deleted from "Image Formats".
191 (System Interface): Add @menu entry for "Dynamic Libraries".
192
193 * display.texi (Image Formats): Remove description of
194 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
195
196 2010-10-12 Glenn Morris <rgm@gnu.org>
197
198 * book-spine.texinfo: Rename to book-spine.texi.
199
200 2010-10-11 Glenn Morris <rgm@gnu.org>
201
202 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
203
204 * Makefile.in (DVIPS): New variable.
205 (.PHONY): Add html, ps.
206 (html, elisp.html, ps, elisp.ps): New targets.
207 (clean): Delete html, ps files.
208 ($(infodir)/elisp): Remove unnecessary includes.
209
210 2010-10-09 Eli Zaretskii <eliz@gnu.org>
211
212 * makefile.w32-in (emacsdir): New variable.
213 (srcs): Add emacsver.texi.
214 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
215
216 2010-10-09 Glenn Morris <rgm@gnu.org>
217
218 * Makefile.in (VPATH): Remove.
219 (infodir): Make it absolute.
220 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
221
222 * Makefile.in (dist): Anchor regexps.
223
224 * Makefile.in (srcs): Put elisp.texi first.
225 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
226
227 * Makefile.in (infoclean): Remove harmless, long-standing error.
228
229 * Makefile.in ($(infodir)): Delete rule.
230 (mkinfodir): New.
231 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
232
233 * Makefile.in (dist): Remove reference to emacsver.texi.in.
234 Also copy emacsver.texi, and edit $emacsdir.
235
236 2010-10-09 Glenn Morris <rgm@gnu.org>
237
238 * Makefile.in (emacsdir): New variable.
239 (MAKEINFO): Add -I $emacsdir.
240 (dist): Copy emacsver.texi.
241 (srcs): Add emacsver.texi.
242
243 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
244 Set EMACSVER by including emacsver.texi.
245
246 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
247
248 2010-10-07 Glenn Morris <rgm@gnu.org>
249
250 * Makefile.in (version): New, set by configure.
251 (clean): Delete dist tar file.
252 (dist): Use version in tar name.
253
254 2010-10-06 Glenn Morris <rgm@gnu.org>
255
256 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
257 (INSTALL_INFO): Remove unused variable.
258 (mostlyclean, infoclean, dist): New rules.
259 (clean): Delete dvi and pdf files.
260 (maintainer-clean): Remove elisp.oaux, use infoclean.
261 ($(infodir)): Add parallel build workaround.
262
263 2010-10-04 Glenn Morris <rgm@gnu.org>
264
265 * Makefile.in (dvi, pdf, $(infodir)): New targets.
266 ($(infodir)/elisp): Ensure target directory exists. Use $@.
267 Fix -I typo.
268 (clean): No 'make.out' or 'core' files.
269 (.PHONY): Declare clean rules.
270 (maintainer-clean): Delete pdf file. Guard against cd failures.
271
272 2010-10-03 Glenn Morris <rgm@gnu.org>
273
274 * files.texi (File Name Components): Remove ignored section about
275 deleted variable directory-sep-char.
276
277 2010-10-03 Michael Albinus <michael.albinus@gmx.de>
278
279 * files.texi (Magic File Names): New defopt
280 remote-file-name-inhibit-cache.
281
282 2010-10-02 Glenn Morris <rgm@gnu.org>
283
284 * os.texi (Killing Emacs): Hook now runs in batch mode.
285
286 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
287
288 * text.texi (Special Properties): Clarify when modification-hooks run.
289
290 2010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
291
292 * syntax.texi (Syntax Flags): Document new `c' flag.
293
294 2010-09-09 Glenn Morris <rgm@gnu.org>
295
296 * display.texi (ImageMagick Images): General cleanup.
297
298 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
299
300 * files.texi (Directory Names): Use \` rather than ^.
301
302 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
303
304 * text.texi (Low-Level Kill Ring):
305 * frames.texi (Window System Selections): Remove cut buffer
306 documentation.
307
308 2010-08-28 Eli Zaretskii <eliz@gnu.org>
309
310 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
311 Parameters", where the default fringe width is described.
312
313 * frames.texi (Window Frame Parameters, Basic Parameters)
314 (Position Parameters, Layout Parameters, Management Parameters)
315 (Cursor Parameters, Font and Color Parameters): Add indexing for
316 frame parameters. (Bug#6929)
317
318 2010-08-25 Tom Tromey <tromey@redhat.com>
319
320 * vol2.texi (Top): Update.
321 * vol1.texi (Top): Update.
322 * tips.texi (Library Headers): Mention Package-Version and
323 Package-Requires.
324 * package.texi: New file.
325 * os.texi (System Interface): Update pointers.
326 * elisp.texi (Top): Link to new nodes. Include package.texi.
327 * anti.texi (Antinews): Update pointers.
328
329 2010-08-25 Eli Zaretskii <eliz@gnu.org>
330
331 * processes.texi (Filter Functions): Fix last change.
332
333 2010-08-24 Markus Triska <triska@gmx.at>
334
335 * processes.texi (Filter Functions): Use `buffer-live-p' instead
336 of `buffer-name' in the main text as well as in the example
337 (Bug#3098).
338
339 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
340
341 * nonascii.texi (Text Representations):
342 * loading.texi (Loading Non-ASCII):
343 * compile.texi (Byte Compilation): Don't mention obsolete
344 --unibyte command-line argument.
345
346 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
347
348 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
349
350 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
351
352 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
353
354 2010-08-20 Eli Zaretskii <eliz@gnu.org>
355
356 * commands.texi (Misc Events): Add cross-references to where
357 POSITION of a mouse event is described in detail.
358
359 2010-08-08 Christoph <cschol2112@googlemail.com>
360
361 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
362
363 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
364
365 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
366 Suggested by Štěpán Němec <stepnem@gmail.com>.
367
368 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
369
370 * minibuf.texi (High-Level Completion): Document args of
371 `read-buffer-function' (bug#5625).
372
373 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
374
375 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
376
377 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
378
379 * processes.texi (Process Information): Explain process property
380 `remote-tty'.
381
382 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
383
384 * modes.texi (Defining Minor Modes): Use C-delete in examples,
385 instead of "\C-\^?" (bug#6334).
386
387 * text.texi (Special Properties): Fix typo.
388
389 2010-07-09 Eli Zaretskii <eliz@gnu.org>
390
391 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
392 calling sequences, which are now the standard.
393
394 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
395
396 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
397
398 * commands.texi (Command Overview): Mention undo-boundary call.
399
400 2010-06-23 Glenn Morris <rgm@gnu.org>
401
402 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
403 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
404 * frames.texi, functions.texi, internals.texi, keymaps.texi:
405 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
406 * searching.texi, sequences.texi, strings.texi, syntax.texi:
407 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
408 Untabify Texinfo files.
409
410 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
411
412 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
413
414 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
415
416 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
417
418 2010-06-02 Chong Yidong <cyd@stupidchicken.com>
419
420 * searching.texi (Regexp Special): Remove obsolete information
421 about matching non-ASCII characters, and suggest using char
422 classes (Bug#6283).
423
424 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
425
426 * minibuf.texi (Basic Completion): Add missing "@end defun".
427
428 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * minibuf.texi (Basic Completion): Document completion-boundaries.
431 (Programmed Completion): Document the new fourth method for boundaries.
432
433 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
434
435 * display.texi (Image Cache): Update documentation about image caching.
436
437 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
438
439 * windows.texi (Textual Scrolling):
440 * tips.texi (Coding Conventions):
441 * minibuf.texi (Minibuffer History):
442 * maps.texi (Standard Keymaps):
443 * loading.texi (Where Defined):
444 * edebug.texi (Instrumenting): Fix typos.
445
446 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
447
448 * keymaps.texi (Menu Bar): Document :advertised-binding property.
449
450 * functions.texi (Obsolete Functions):
451 Document set-advertised-calling-convention.
452
453 * minibuf.texi (Basic Completion): Document completion-in-region.
454 (Programmed Completion): Document completion-annotate-function.
455
456 * commands.texi (Reading One Event): Document read-key.
457 (Distinguish Interactive): Document KIND arg to
458 called-interactively-p. Delete obsolete interactive-p.
459
460 * elisp.texi (Top): Update node description.
461
462 2010-05-08 Eli Zaretskii <eliz@gnu.org>
463
464 * nonascii.texi (Character Properties):
465 Document unicode-category-table. Add an index entry for Unicode
466 general category.
467
468 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
469
470 * Version 23.2 released.
471
472 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
473
474 * locals.texi (Standard Buffer-Local Variables):
475 Remove @ignore'd reference to `direction-reversed'.
476
477 2010-04-14 Juri Linkov <juri@jurta.org>
478
479 Fix @deffn without category.
480
481 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
482 for `abbrev-insert'.
483
484 * buffers.texi (Indirect Buffers): Add category `Command'
485 to @deffn of `clone-indirect-buffer'.
486
487 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
488 for `next-window' and `previous-window'. Add category `Command'
489 to @deffn of `pop-to-buffer'.
490
491 2010-04-01 Chong Yidong <cyd@stupidchicken.com>
492
493 * nonascii.texi (Text Representations): Don't mark
494 enable-multibyte-characters as a user option.
495
496 2010-03-31 Eli Zaretskii <eliz@gnu.org>
497
498 * control.texi (Handling Errors): How to re-throw a signal caught
499 by condition-case.
500
501 2010-03-26 Chong Yidong <cyd@stupidchicken.com>
502
503 * loading.texi (Hooks for Loading): Document after-load-functions.
504 Copyedits.
505
506 2010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
507
508 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
509
510 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
511
512 * processes.texi (Network Processes): Document seqpacket type.
513
514 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
515
516 * os.texi (System Environment): Do not mention lynxos.
517
518 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
519
520 * Branch for 23.2.
521
522 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
523
524 * objects.texi (Integer Type): Take note of the read syntax
525 exception for numbers that cannot fit in the integer type.
526
527 2010-03-03 Glenn Morris <rgm@gnu.org>
528
529 * numbers.texi (Integer Basics, Bitwise Operations):
530 * objects.texi (Integer Type): Update for integers now being 30-bit.
531
532 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
533
534 * display.texi (Low-Level Font): Document :otf font-spec property.
535
536 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * display.texi (Line Height): Avoid obsolete special default variables
539 like default-major-mode.
540
541 2010-01-28 Alan Mackenzie <acm@muc.de>
542
543 * display.texi (Auto Faces): Say fontification-functions is called
544 whether or not Font Lock is enabled. Tidy up the wording a bit.
545
546 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
547
548 * elisp.texi: Remove duplicate edition information (Bug#5407).
549
550 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
551
552 * two.el (volume-header-toc-markup): Fix typos in docstring.
553
554 2010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 Avoid dubious uses of save-excursions.
557 * positions.texi (Excursions): Recommend the use of
558 save-current-buffer if applicable.
559 * text.texi (Clickable Text): Fix the example code which used
560 save-excursion in a naive way which sometimes preserves point and
561 sometimes not.
562 * variables.texi (Creating Buffer-Local):
563 * os.texi (Session Management):
564 * display.texi (GIF Images):
565 * control.texi (Cleanups): Use (save|with)-current-buffer.
566
567 2010-01-02 Eli Zaretskii <eliz@gnu.org>
568
569 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
570
571 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
572
573 * nonascii.texi (Text Representations, Character Codes)
574 (Converting Representations, Explicit Encoding)
575 (Translation of Characters): Use hex notation consistently.
576 (Character Sets): Fix map-charset-chars doc (Bug#5197).
577
578 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
579
580 * loading.texi (Where Defined): Make it clearer that these are
581 loaded files (Bug#5068).
582
583 2009-12-29 Chong Yidong <cyd@stupidchicken.com>
584
585 * minibuf.texi (Completion Styles): Document `initials' style.
586
587 2009-12-25 Chong Yidong <cyd@stupidchicken.com>
588
589 * frames.texi (Resources): Describe inhibit-x-resources.
590 (Size Parameters): Copyedit.
591
592 * hash.texi (Creating Hash):
593 * objects.texi (Hash Table Type): Document the new hash table
594 printed representation.
595
596 * minibuf.texi (Basic Completion): 4th arg to all-completions is
597 obsolete.
598
599 * processes.texi (Process Buffers):
600 Document process-kill-buffer-query-function.
601
602 2009-12-05 Glenn Morris <rgm@gnu.org>
603
604 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
605 diary-display-function, and no longer recommended to be a hook.
606 Update for changes in the names of calendar and diary hooks.
607 diary-print-entries-hook has changed section.
608
609 2009-11-28 Eli Zaretskii <eliz@gnu.org>
610
611 * text.texi (Special Properties): More accurate description of
612 what the `cursor' property does.
613
614 2009-11-26 Kevin Ryde <user42@zip.com.au>
615
616 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
617 mouse-wheel-down-event, the closest thing to a definition for them.
618 * os.texi (Startup Summary): vindex inhibit-startup-message and
619 inhibit-splash-screen.
620 (Command-Line Arguments): vindex argv.
621 (Suspending Emacs): vindex suspend-tty-functions and
622 resume-tty-functions. Don't want to index every hook, but having
623 the programming ones is helpful.
624
625 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
626
627 * commands.texi (Motion Events): Fix typo (Bug#4907).
628
629 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
630
631 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
632 are affected by case-fold-search (Bug#4483).
633
634 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
635
636 * minibuf.texi (Reading File Names): Note that read-file-name may
637 use a graphical file dialog.
638
639 2009-10-31 Glenn Morris <rgm@gnu.org>
640
641 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
642
643 2009-10-16 Kevin Ryde <user42@zip.com.au>
644
645 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
646 in particular so `info-lookup-symbol' can find its docs.
647
648 2009-10-16 Chong Yidong <cyd@stupidchicken.com>
649
650 * variables.texi (Constant Variables): Distinguish from defconst
651 variables.
652 (Defining Variables): Add cindex.
653
654 2009-10-15 Chong Yidong <cyd@stupidchicken.com>
655
656 * os.texi (Time of Day): Clarify that the microsecond part is
657 ignored (Bug#4637).
658
659 2009-10-11 Glenn Morris <rgm@gnu.org>
660
661 * frames.texi (Size and Position): Clarify what is included in the frame
662 height. (Bug#4535)
663
664 2009-10-10 Glenn Morris <rgm@gnu.org>
665
666 * windows.texi (Size of Window): The relationship between window and
667 frame heights is not so simple. (Bug#4535)
668 Mention window-full-height-p.
669
670 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
671
672 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
673 used from Lisp.
674
675 2009-10-07 Eli Zaretskii <eliz@gnu.org>
676
677 * files.texi (Directory Names) <abbreviate-file-name>:
678 Document that root home directories are not replaced with "~".
679
680 2009-10-06 Eli Zaretskii <eliz@gnu.org>
681
682 * text.texi (Special Properties): Document the meaning of the
683 `cursor' text property whose value is an integer.
684
685 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
686
687 * files.texi (Magic File Names): Add `copy-directory'.
688
689 2009-10-05 Eli Zaretskii <eliz@gnu.org>
690
691 * files.texi (File Attributes): Fix description of file
692 attributes. (Bug#4638) Update attributes of files.texi example to
693 be more representative.
694
695 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
696
697 * files.texi (Create/Delete Dirs): New command copy-directory.
698
699 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
700
701 * anti.texi (Antinews):
702 * macros.texi (Indenting Macros):
703 * strings.texi (Creating Strings, Case Conversion):
704 Remove duplicate words.
705
706 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
707
708 * files.texi (Create/Delete Dirs): delete-directory has an
709 optional parameter RECURSIVE.
710
711 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
712
713 * buffers.texi (Swapping Text): Minor clarification.
714
715 2009-10-01 Glenn Morris <rgm@gnu.org>
716
717 * functions.texi (Declaring Functions): Mention that we also search for
718 ".m" files in the src/ directory.
719
720 2009-09-25 David Engster <deng@randomsample.de>
721
722 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
723
724 2009-09-22 Glenn Morris <rgm@gnu.org>
725
726 * internals.texi (Building Emacs): Mention preloaded-file-list.
727
728 2009-09-14 Alan Mackenzie <acm@muc.de>
729
730 * os.texi (Terminal Output): Put "@code{}" around "stdout".
731
732 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
733
734 * functions.texi (Anonymous Functions): Rearrange discussion,
735 giving usage of unquoted lambda forms first. Mention that
736 `function' and `#'' are no longer required (Bug#4290).
737
738 2009-09-11 Alan Mackenzie <acm@muc.de>
739
740 * os.texi (Terminal Output): Document `send-string-to-terminal' in
741 batch mode.
742
743 2009-09-01 Glenn Morris <rgm@gnu.org>
744
745 * display.texi (Face Functions): Mention define-obsolete-face-alias.
746
747 2009-08-26 Ulrich Mueller <ulm@gentoo.org>
748
749 * nonascii.texi (Character Codes): Fix typos.
750
751 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
752
753 * processes.texi (Synchronous Processes): New defvar
754 process-file-side-effects.
755
756 2009-08-25 Glenn Morris <rgm@gnu.org>
757
758 * display.texi (Fontsets): Fix typo.
759
760 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
761
762 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
763
764 * processes.texi (Asynchronous Processes): Adjust arglist of
765 start-process-shell-command and start-file-process-shell-command.
766
767 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
768
769 * advice.texi (Argument Access in Advice): Note that argument
770 positions are zero-based (Bug#3932).
771
772 * commands.texi (Distinguish Interactive): Minor copyedit.
773
774 * display.texi (Face Attributes): Add xref to Displaying Faces for
775 explanation of "underlying face".
776
777 * customize.texi (Common Keywords): Add xref to Loading.
778
779 * loading.texi (How Programs Do Loading): Add xref to Lisp
780 Libraries node in the Emacs manual.
781
782 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
783
784 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
785
786 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
787
788 * processes.texi (Shell Arguments): Copyedits.
789
790 2009-07-18 Glenn Morris <rgm@gnu.org>
791
792 * loading.texi (Repeated Loading): Fix typo.
793
794 2009-07-16 Richard Stallman <rms@gnu.org>
795
796 * buffers.texi (Swapping Text): Recommend setting
797 write-region-annotate-functions and buffer-saved-size.
798
799 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
800
801 2009-07-15 Glenn Morris <rgm@gnu.org>
802
803 * edebug.texi: Minor re-phrasings throughout.
804 (Edebug Execution Modes): Sit-for affects continue mode too.
805 (Jumping): Use `forward-sexp' rather than its keybinding.
806 (Edebug Misc): Fix Q binding.
807 (Edebug Eval): Remove cl version.
808 (Printing in Edebug): Clarify print-length etc.
809 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
810 (Specification List): Remove edebug-unwrap findex entry.
811 (Specification Examples): defmacro is actually not the same as defun.
812 Escape "`" in example.
813
814 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
815
816 * markers.texi (The Mark): Document optional arg to
817 deactivate-mark.
818
819 2009-07-11 Kevin Ryde <user42@zip.com.au>
820
821 * hooks.texi (Standard Hooks): Fix cross-references.
822
823 * loading.texi (Named Features): Refer to eval-after-load.
824
825 2009-07-11 Glenn Morris <rgm@gnu.org>
826
827 * Makefile.in (TEXI2PDF): New.
828 (elisp.pdf): New target.
829
830 * searching.texi (Regexp Backslash): Fix typo.
831
832 * elisp.texi (Top): Display copyright notice at start of non-TeX.
833
834 2009-07-10 Glenn Morris <rgm@gnu.org>
835
836 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
837
838 * customize.texi (Customization Types):
839 * display.texi (Abstract Display):
840 * objects.texi (Character Type, String Type):
841 Merge in some menu descriptions from elisp.texi.
842
843 * hash.texi (Hash Tables):
844 * modes.texi (Multiline Font Lock):
845 End menu description with period.
846
847 2009-07-09 Glenn Morris <rgm@gnu.org>
848
849 * back.texi: Don't hard-code texinfo location.
850
851 * two-volume.make (texinfodir): New, with location of texinfo.tex.
852 (tex): Add texinfodir to TEXINPUTS.
853 (elisp1med-init, elisp2med-init): Use texinfodir.
854
855 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
856 (clean): Add two-volume.make intermediate files.
857
858 * elisp.texi, vol1.texi, vol2.texi:
859 Use a DATE variable with the publication date, and update it.
860 Fix antinews menu description.
861
862 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
863 Update the detailed node listing to match elisp.texi.
864
865 * README: Update edition to match elisp.texi.
866
867 * objects.texi (General Escape Syntax):
868 * nonascii.texi (Character Sets):
869 Use consistent case for "Unicode Standard".
870
871 * anti.texi (Antinews):
872 * customize.texi (Variable Definitions):
873 * functions.texi (Declaring Functions):
874 * nonascii.texi (Character Properties):
875 * processes.texi (Serial Ports):
876 * text.texi (Special Properties):
877 * tips.texi (Coding Conventions):
878 Minor rearrangements to improve TeX line-filling.
879
880 * commands.texi (Using Interactive): Fix cross-reference.
881
882 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
883
884 * frames.texi (Management Parameters): Mention sticky.
885
886 2009-07-01 Andreas Schwab <aschwab@redhat.com>
887
888 * help.texi (Help Functions): Fix description of help-buffer and
889 help-setup-xref to use @defun instead of @deffn.
890
891 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
892
893 * frames.texi (Size Parameters): Mention maximized for fullscreen.
894
895 2009-06-24 Chong Yidong <cyd@stupidchicken.com>
896
897 * display.texi (Window Systems): Add ns to the list.
898
899 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
900
901 * Branch for 23.1.
902
903 2009-06-17 Martin Rudalics <rudalics@gmx.at>
904
905 * windows.texi (Dedicated Windows): Fix typo.
906 (Resizing Windows): Replace @defun by @deffn.
907
908 2009-06-17 Glenn Morris <rgm@gnu.org>
909
910 * variables.texi (Directory Local Variables):
911 Update for 2009-04-11 name-change of dir-locals-directory-alist.
912
913 2009-06-09 Kenichi Handa <handa@m17n.org>
914
915 * nonascii.texi (Character Sets): State clearly that FROM and TO
916 are codepoints of CHARSET.
917
918 2009-06-07 Chong Yidong <cyd@stupidchicken.com>
919
920 * minibuf.texi (Reading File Names): Fix introductory text.
921 Suggested by stan@derbycityprints.com.
922 (High-Level Completion): Fix typo.
923
924 2009-05-28 Chong Yidong <cyd@stupidchicken.com>
925
926 * frames.texi (Text Terminal Colors): Multi-tty is already
927 implemented, but tty-local colors are not.
928
929 2009-05-27 Chong Yidong <cyd@stupidchicken.com>
930
931 * hooks.texi (Standard Hooks): Remove mention of obsolete
932 redisplay-end-trigger-functions.
933
934 * internals.texi (Window Internals): Remove mention of obsolete
935 redisplay-end-trigger-functions.
936
937 2009-05-21 Martin Rudalics <rudalics@gmx.at>
938
939 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
940
941 * backups.texi (Making Backups): backup-directory-alist and
942 make-backup-file-name-function are options.
943 (Auto-Saving): auto-save-list-file-prefix is an option.
944
945 * buffers.texi (Killing Buffers): buffer-offer-save is an
946 option.
947
948 * display.texi (Refresh Screen): no-redraw-on-reenter is an
949 option.
950 (Echo Area Customization): echo-keystrokes is an option.
951 (Selective Display): selective-display-ellipses is an option.
952 (Temporary Displays): temp-buffer-show-function is an option.
953 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
954 are options.
955 (Font Selection): face-font-family-alternatives,
956 face-font-selection-order, face-font-registry-alternatives, and
957 scalable-fonts-allowed are options.
958 (Fringe Indicators): indicate-buffer-boundaries is an option.
959 (Fringe Cursors): overflow-newline-into-fringe is an option.
960 (Scroll Bars): scroll-bar-mode is an option.
961
962 * eval.texi (Eval): max-lisp-eval-depth is an option.
963
964 * files.texi (Visiting Functions): find-file-hook is an option.
965 (Directory Names): directory-abbrev-alist is an option.
966 (Unique File Names): temporary-file-directory and
967 small-temporary-file-directory are options.
968
969 * frames.texi (Initial Parameters): initial-frame-alist,
970 minibuffer-frame-alist and default-frame-alist are options.
971 (Cursor Parameters): blink-cursor-alist and
972 cursor-in-non-selected-windows ar options.
973 (Window System Selections): selection-coding-system is an
974 option.
975 (Display Feature Testing): display-mm-dimensions-alist is an
976 option.
977
978 * help.texi (Help Functions): help-char and help-event-list are
979 options.
980
981 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
982 an option.
983
984 * minibuf.texi (Minibuffer History): history-length and
985 history-delete-duplicates are options.
986 (High-Level Completion): read-buffer-function and
987 read-buffer-completion-ignore-case are options.
988 (Reading File Names): read-file-name-completion-ignore-case is
989 an option.
990
991 * modes.texi (Mode Line Top): mode-line-format is an option.
992 (Mode Line Variables): mode-line-position and mode-line-modes
993 are options.
994
995 * nonascii.texi (Text Representations):
996 enable-multibyte-characters is an option.
997 (Default Coding Systems): auto-coding-regexp-alist,
998 file-coding-system-alist, auto-coding-alist and
999 auto-coding-functions are options.
1000 (Specifying Coding Systems): inhibit-eol-conversion is an
1001 option.
1002
1003 * os.texi (Init File): site-run-file is an option.
1004 (System Environment): mail-host-address is an option.
1005 (User Identification): user-mail-address is an option.
1006 (Terminal Output): baud-rate is an option.
1007
1008 * positions.texi (Word Motion): words-include-escapes is an
1009 option.
1010
1011 * searching.texi (Standard Regexps): page-delimiter,
1012 paragraph-separate, paragraph-separate and sentence-end are
1013 options.
1014
1015 * text.texi (Margins): left-margin and fill-nobreak-predicate
1016 are options.
1017
1018 * variables.texi (Local Variables): max-specpdl-size is an
1019 option.
1020
1021 * windows.texi (Choosing Window):
1022 split-window-preferred-function, special-display-function and
1023 display-buffer-function are options.
1024
1025 2009-05-20 Chong Yidong <cyd@stupidchicken.com>
1026
1027 Fix errors spotted by Martin Rudalics.
1028
1029 * syntax.texi (Position Parse): Document rationale for ignored
1030 arguments to syntax-ppss-flush-cache.
1031
1032 * processes.texi (Input to Processes): Mark PROCESS arg to
1033 process-running-child-p as optional.
1034 (Network Options): Document NO-ERROR arg to
1035 set-network-process-option.
1036
1037 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1038 command.
1039
1040 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1041 posix-search-backward as commands.
1042
1043 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1044 (Suspending Emacs): Mark suspend-emacs as a command.
1045 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1046 commands.
1047 (Terminal Output): Remove obsolete function baud-rate.
1048 Document TERMINAL arg for send-string-to-terminal.
1049
1050 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1051 terminal-coding-system and set-terminal-coding-system.
1052 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1053 as optional.
1054 (Character Sets): Document RESTRICTION arg of char-charset.
1055 (Character Codes): Mark POS argument to get-byte as optional.
1056
1057 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1058 minibuffer-message.
1059
1060 * files.texi (Create/Delete Dirs): Mark make-directory and
1061 delete-directory as commands.
1062
1063 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1064
1065 * text.texi (Base 64): Mark base64-decode-string and
1066 base64-encode-string as commands.
1067 (Columns): Mark move-to-column as a command.
1068 (Mode-Specific Indent): Document RIGID arg to
1069 indent-for-tab-command.
1070 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1071 Mark indent-code-rigidly as a command.
1072 (Substitution): Mark translate-region as a command.
1073
1074 * frames.texi (Size and Position): Remove obsolete functions
1075 screen-height and screen-width.
1076
1077 2009-05-19 Chong Yidong <cyd@stupidchicken.com>
1078
1079 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1080 (Displaying Buffers, Resizing Windows): Correct mistakes;
1081 next-window, previous-window, and pop-to-buffer are not commands,
1082 and fit-window-to-buffer" is a command. (Pointed out by Martin
1083 Rudalics.)
1084
1085 2009-05-17 Richard M Stallman <rms@gnu.org>
1086
1087 * modes.texi (Precalculated Fontification): Clarify text.
1088
1089 2009-05-17 Martin Rudalics <rudalics@gmx.at>
1090
1091 * windows.texi (Selecting Windows): Clarify descriptions of
1092 with-selected-window and get-lru-window.
1093 (Cyclic Window Ordering): Refer to particular frame when talking
1094 about how splitting affects the ordering.
1095 (Displaying Buffers): Fix descriptions of switch-to-buffer and
1096 switch-to-buffer-other-window. Explain how setting of
1097 display-buffer-reuse-frames affects pop-to-buffer.
1098 (Choosing Window): Clarify some details in descriptions of
1099 display-buffer-reuse-frames, pop-up-frames, and
1100 pop-up-frame-function.
1101 (Dedicated Windows): Clarify some details.
1102 (Textual Scrolling): Replace term vscroll by term vertical
1103 scroll position.
1104 (Vertical Scrolling): Fix typo.
1105 (Window Hooks): Relate text on jit-lock-register to window
1106 scrolling and size changes.
1107
1108 2009-05-14 Chong Yidong <cyd@stupidchicken.com>
1109
1110 * frames.texi (Initial Parameters): Clarify what the initial
1111 minibuffer frame is.
1112 (Buffer Parameters): Note that the minibuffer parameter can not be
1113 altered.
1114
1115 * anti.texi (Antinews): Copyedits. Rearrange some entries.
1116 Document display-buffer changes.
1117
1118 2009-05-13 Chong Yidong <cyd@stupidchicken.com>
1119
1120 * anti.texi (Antinews): Rewrite for Emacs 22.
1121
1122 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1123 obarrays are first mentioned. Define "system abbrev" more
1124 prominently, and add it to the index.
1125 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1126 Copyedits.
1127 (Abbrev Expansion): Document abbrev-insert.
1128
1129 2009-05-12 Chong Yidong <cyd@stupidchicken.com>
1130
1131 * frames.texi (Font and Color Parameters): Rename from Color
1132 Parameters. Document font-backend parameter.
1133
1134 * vol2.texi (Top): Update node listing.
1135 * vol1.texi (Top): Update node listing.
1136 * elisp.texi (Top): Update node listing.
1137
1138 2009-05-11 Martin Rudalics <rudalics@gmx.at>
1139
1140 * windows.texi (Choosing Window): Don't explicitly refer to
1141 split-window-sensibly's window argument in descriptions of
1142 split-height-threshold and split-width-threshold.
1143
1144 2009-05-10 Martin Rudalics <rudalics@gmx.at>
1145
1146 * windows.texi (Choosing Window): Fix rewrite of window
1147 splitting section.
1148
1149 2009-05-09 Eli Zaretskii <eliz@gnu.org>
1150
1151 * nonascii.texi (Default Coding Systems): Document
1152 find-auto-coding, set-auto-coding, and auto-coding-alist.
1153 Add indexing.
1154 (Lisp and Coding Systems): Add index entries.
1155
1156 2009-05-09 Martin Rudalics <rudalics@gmx.at>
1157
1158 * windows.texi (Choosing Window): Describe split-window-sensibly
1159 and rewrite section on window splitting accordingly.
1160 (Textual Scrolling): Replace `...' by @code{...}.
1161
1162 2009-05-04 Chong Yidong <cyd@stupidchicken.com>
1163
1164 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1165 Remove obsoleted pre-abbrev-expand-hook.
1166
1167 * locals.texi (Standard Buffer-Local Variables): Consolidate table
1168 entries.
1169
1170 * internals.texi (Object Internals): Don't assume 32-bit machines
1171 are the norm.
1172 (Buffer Internals): Consolidate table entries for readability.
1173 (Window Internals): Synch field names to window.h.
1174 (Process Internals): Synch field names to process.h.
1175
1176 2009-04-29 Chong Yidong <cyd@stupidchicken.com>
1177
1178 * variables.texi (File Local Variables): Note that read-circle is
1179 bound to nil when reading file-local variables.
1180
1181 * streams.texi (Input Functions): Document read-circle.
1182 (Output Variables): Add xref to Circular Objects.
1183
1184 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
1185
1186 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
1187 Features and Coding System Basics. Node that "p" stands for
1188 "predicate". Recommend utf-8-emacs instead of emacs-mule.
1189 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1190 mouse-appearance-menu.
1191 (Programming Tips): Add xref to Progress.
1192
1193 2009-04-22 Chong Yidong <cyd@stupidchicken.com>
1194
1195 * os.texi (Command-Line Arguments):
1196 Document command-line-args-left.
1197 (Suspending Emacs): Adapt text to multi-tty case. Document use of
1198 terminal objects for tty arguments.
1199 (Startup Summary): Add xref to Session Management.
1200 (Session Management): Mention emacs-session-restore. Copyedits.
1201
1202 2009-04-20 Chong Yidong <cyd@stupidchicken.com>
1203
1204 * os.texi (Startup Summary): Copyedits. The init file is not
1205 necessarily named .emacs now. Document initial-buffer-choice and
1206 initial-scratch-message. Note where Emacs exits in batch mode.
1207 Document inhibit-splash-screen as an alias.
1208 (Init File): Be neutral about which init file name to use.
1209
1210 2009-04-16 Chong Yidong <cyd@stupidchicken.com>
1211
1212 * os.texi (System Interface): Fix Texinfo usage.
1213
1214 2009-04-15 Chong Yidong <cyd@stupidchicken.com>
1215
1216 * searching.texi (Regexp Backslash): Also refer to shy groups as
1217 non-capturing or unnumbered groups.
1218 (Regexp Functions): Add cross-reference to Regexp Backslash.
1219
1220 * display.texi (Truncation): Overlays can use line-prefix and
1221 wrap-prefix too.
1222 (Overlay Properties): Document wrap-prefix and line-prefix.
1223 (Face Attributes): Document underline-minimum-offset.
1224 (Face Remapping): Copyedits.
1225 (Low-Level Font): Copyedits.
1226 (Image Cache): Note that the image cache is shared between frames.
1227 (Line Height): Emphasize that line-spacing only takes effect on
1228 graphical terminals.
1229
1230 2009-04-13 Chong Yidong <cyd@stupidchicken.com>
1231
1232 * display.texi (Refresh Screen): Note that a passage about screen
1233 refreshing is text terminal only.
1234 (Forcing Redisplay): Delete misleading comment---sit-for calls
1235 redisplay, not the other way around.
1236 (Truncation): Note new values of truncate-partial-width-windows.
1237 Copyedits.
1238 (Invisible Text): Document invisible-p.
1239
1240 2009-04-11 Eli Zaretskii <eliz@gnu.org>
1241
1242 * display.texi (Overlays): Overlays don't scale well. See
1243 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1244
1245 2009-04-10 Chong Yidong <cyd@stupidchicken.com>
1246
1247 * syntax.texi (Syntax Table Functions): Document cons cell
1248 argument for modify-syntax-entry.
1249 (Categories): Document cons cell argument for
1250 modify-category-entry.
1251
1252 * searching.texi (String Search): Document word-search-forward-lax
1253 and word-search-backward-lax.
1254 (Searching and Case): Describe isearch behavior more precisely.
1255
1256 * keymaps.texi (Tool Bar): Mention that some platforms do not
1257 support multi-line toolbars. Suggested by Stephen Eglen.
1258
1259 * frames.texi (Layout Parameters): Mention that Nextstep also
1260 allows only one tool-bar line. Suggested by Stephen Eglen.
1261
1262 * nonascii.texi (Text Representations): Copyedits.
1263 (Coding System Basics): Also mention utf-8-emacs.
1264 (Converting Representations, Selecting a Representation)
1265 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1266 Copyedits.
1267 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1268
1269 2009-04-09 Chong Yidong <cyd@stupidchicken.com>
1270
1271 * text.texi (Yank Commands): Note that yank uses push-mark.
1272 (Filling): Clarify REGION argument of fill-paragraph.
1273 Document fill-forward-paragraph-function.
1274 (Special Properties): Remove "new in Emacs 22" declaration.
1275 (Clickable Text): Merge with Links and Mouse-1 node.
1276
1277 * display.texi (Button Properties, Button Buffer Commands):
1278 Change xref to Clickable Text.
1279
1280 * tips.texi (Key Binding Conventions): Change xref to Clickable
1281 Text.
1282
1283 * elisp.texi (Top): Update node listing.
1284
1285 2009-04-05 Chong Yidong <cyd@stupidchicken.com>
1286
1287 * markers.texi (The Mark): Copyedits. Improve description of
1288 handle-shift-selection.
1289 (The Region): Move use-region-p here from The Mark.
1290
1291 * positions.texi (Screen Lines): Document (cols . lines) argument
1292 for vertical-motion.
1293
1294 2009-04-04 Chong Yidong <cyd@stupidchicken.com>
1295
1296 * frames.texi (Frames): Clean up introduction. Document `ns'
1297 return value for framep.
1298 (Creating Frames): Note how the terminal is chosen.
1299 (Multiple Terminals, Multiple Displays): Merge into a single node.
1300 (Color Parameters): Fix typo.
1301
1302 * variables.texi (Local Variables, Buffer-Local Variables)
1303 (Creating Buffer-Local): Change link to Multiple Terminals.
1304
1305 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1306
1307 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1308 Terminals.
1309
1310 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1311 to Multiple Terminals.
1312
1313 * elisp.texi (Top): Update node listing.
1314 * vol2.texi (Top): Update node listing.
1315 * vol1.texi (Top): Update node listing.
1316
1317 * buffers.texi (Current Buffer): Note that the append-to-buffer
1318 example is no longer in synch with the latest code. Tie the two
1319 examples together.
1320
1321 * files.texi (File Attributes): Move note about MS-DOS from
1322 Changing Files to File Attributes.
1323 (Create/Delete Dirs): Note that mkdir is an alias for this.
1324
1325 2009-04-01 Markus Triska <triska@gmx.at>
1326
1327 * processes.texi (Filter Functions): Suggest how to handle output
1328 batches.
1329
1330 2009-03-30 Chong Yidong <cyd@stupidchicken.com>
1331
1332 * help.texi (Accessing Documentation): Update example to use
1333 help-setup-xref and with-help-window.
1334 (Help Functions): Remove print-help-return-message, which is
1335 semi-obsolete due to with-help-window. Document help-buffer and
1336 help-setup-xref.
1337
1338 2009-03-29 Chong Yidong <cyd@stupidchicken.com>
1339
1340 * help.texi (Accessing Documentation, Help Functions):
1341 Remove information about long-obsolete Emacs versions.
1342
1343 * modes.texi (Mode Line Variables): The default values of the mode
1344 line variables are now more complicated.
1345
1346 2009-03-28 Chong Yidong <cyd@stupidchicken.com>
1347
1348 * modes.texi (Major Mode Conventions): Note that specialness is
1349 inherited.
1350 (Derived Modes): Note that define-derive-mode sets the mode-class
1351 property.
1352
1353 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1354 goto-map. Add search-map to the list.
1355
1356 2009-03-27 Eli Zaretskii <eliz@gnu.org>
1357
1358 * os.texi (System Environment): Update the list of system-type
1359 values.
1360
1361 * markers.texi (The Mark) <handle-shift-selection>: Update for
1362 removal of the optional argument DEACTIVATE.
1363
1364 2009-03-25 Chong Yidong <cyd@stupidchicken.com>
1365
1366 * commands.texi (Focus Events): Most X window managers don't use
1367 focus-follows-mouse nowadays.
1368
1369 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
1370
1371 * commands.texi (Defining Commands): Clarify introduction.
1372 (Using Interactive): Not that interactive can be put in a symbol
1373 property.
1374 (Interactive Call): Note that a symbol with a non-nil
1375 interactive-form property satisfies commandp.
1376
1377 2009-03-23 Juanma Barranquero <lekktu@gmail.com>
1378
1379 * minibuf.texi (Intro to Minibuffers): Fix typos.
1380
1381 2009-03-23 Chong Yidong <cyd@stupidchicken.com>
1382
1383 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
1384 about minibuffers in old Emacs versions. Copyedits.
1385 Emphasize that enable-recursive-minibuffers defaults to nil.
1386 (Text from Minibuffer): Simplify introduction.
1387
1388 2009-03-22 Alan Mackenzie <acm@muc.de>
1389
1390 * commands.texi (Using Interactive): Clarify string argument to
1391 `interactive' - even promptless elements need \n separators.
1392
1393 2009-03-18 Chong Yidong <cyd@stupidchicken.com>
1394
1395 * minibuf.texi (Completion Styles): New node.
1396
1397 * elisp.texi (Top): Update node listing.
1398
1399 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
1400
1401 * minibuf.texi (Basic Completion): Note that
1402 read-file-name-completion-ignore-case and
1403 read-buffer-completion-ignore-case can override
1404 completion-ignore-case.
1405 (Minibuffer Completion): Document completing-read changes.
1406 (Completion Commands): Avoid mentioning partial completion mode.
1407 Document minibuffer-completion-confirm changes, and
1408 minibuffer-confirm-exit-commands.
1409 (High-Level Completion): Document new require-match behavior for
1410 read-buffer. Document read-buffer-completion-ignore-case.
1411 (Reading File Names): Document new require-match behavior for
1412 read-file-name.
1413
1414 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
1415
1416 * debugging.texi (Error Debugging): Don't mislead the reader into
1417 thinking that debug-on-error enters debugger for C-f at EOB.
1418 (Error Debugging): Setting debug-on-init within the init file
1419 works, and has for some time.
1420
1421 2009-03-13 Kenichi Handa <handa@m17n.org>
1422
1423 * display.texi (Fontsets): Update the description.
1424
1425 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
1426
1427 * advice.texi (Advising Primitives): Link to What Is a Function.
1428
1429 2009-03-12 Chong Yidong <cyd@stupidchicken.com>
1430
1431 * compile.texi (Speed of Byte-Code): Update example.
1432 (Disassembly): Update examples.
1433
1434 * loading.texi (Repeated Loading): Simplify examples.
1435
1436 * customize.texi (Common Keywords): It's not necessary to use :tag
1437 to remove hyphens, as custom-unlispify-tag-name does it
1438 automatically.
1439 (Variable Definitions): Link to File Local Variables.
1440 Document customized-value symbol property.
1441 (Customization Types): Move menu to end of node.
1442
1443 2009-03-10 Chong Yidong <cyd@stupidchicken.com>
1444
1445 * macros.texi (Compiling Macros): Omit misleading sentence, which
1446 implied that macros can only be used in the same file they are
1447 defined.
1448 (Backquote): Remove obsolete information about Emacs 19.
1449
1450 2009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1451
1452 * display.texi (Display Margins): Fix paren typo.
1453
1454 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
1455
1456 * elisp.texi (Top): Update node listing.
1457
1458 * variables.texi (Variables): Clarify introduction.
1459 (Global Variables): Mention that setq is a special form.
1460 (Local Variables): Use active voice.
1461 (Tips for Defining): Mention marking variables as safe.
1462 (Buffer-Local Variables): Mention terminal-local and frame-local
1463 variables together.
1464 (File Local Variables): Copyedits.
1465 (Frame-Local Variables): Note that they are not really useful.
1466 (Future Local Variables): Node deleted.
1467
1468 * objects.texi (General Escape Syntax): Update explanation of
1469 unicode escape syntax.
1470
1471 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
1472
1473 * control.texi (Control Structures): Add cindex entry for "textual
1474 order".
1475
1476 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1477 instead of "expression" throughout.
1478 (Function Indirection): Copyedits. Use active voice.
1479 (Eval): The default value of max-lisp-eval-depth is now 400.
1480
1481 2009-02-23 Miles Bader <miles@gnu.org>
1482
1483 * processes.texi (System Processes): Rename `system-process-attributes'
1484 to `process-attributes'.
1485
1486 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
1487
1488 * symbols.texi (Property Lists): Emphasize that property lists are
1489 not restricted to symbol cells.
1490 (Other Plists): Copyedit.
1491
1492 * sequences.texi (Sequences Arrays Vectors): Make introduction
1493 more concise.
1494 (Arrays): Mention char-tables and bool-vectors too.
1495 (Vectors): Don't repeat information given in Arrays node. Link to
1496 nodes that explain the vector usage examples.
1497 (Char-Tables): Note that char-table elements can have arbitrary
1498 type. Explain effect of omitted char-table-extra-slots property.
1499 Link to Property Lists node.
1500
1501 2009-02-22 Chong Yidong <cyd@stupidchicken.com>
1502
1503 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1504 `append'.
1505 (List Elements): Copyedits.
1506
1507 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1508 of `vconcat'.
1509
1510 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1511 Emacs 20 usage of `concat'.
1512 (Case Conversion): Copyedits.
1513
1514 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
1515
1516 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1517 Minor edits.
1518 (Frame Configuration Type): Emphasize that it is not primitive.
1519 (Font Type): New node.
1520 (Type Predicates): Add fontp; type-of now recognizes font object
1521 types.
1522
1523 * intro.texi (Version Info): Update version numbers in examples.
1524 (Acknowledgements): List more contributors.
1525
1526 * elisp.texi: Bump version number to 3.0.
1527 (Top): Link to Font Type node.
1528
1529 2009-02-20 Juanma Barranquero <lekktu@gmail.com>
1530
1531 * modes.texi (Major Mode Conventions): Remove duplicate words.
1532 (Customizing Keywords): Fix typo.
1533
1534 2009-02-14 Eli Zaretskii <eliz@gnu.org>
1535
1536 * nonascii.texi (User-Chosen Coding Systems): Document that
1537 select-safe-coding-system suggests raw-text if there are raw bytes
1538 in the region.
1539 (Explicit Encoding): Warn not to use `undecided' when encoding.
1540
1541 2009-02-11 Glenn Morris <rgm@gnu.org>
1542
1543 * frames.texi (Visibility of Frames): Mention the effect multiple
1544 workspaces/desktops can have on visibility.
1545
1546 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1547
1548 * text.texi (Commands for Insertion):
1549 * commands.texi (Event Mod):
1550 * keymaps.texi (Searching Keymaps):
1551 * nonascii.texi (Translation of Characters):
1552 Reinstate documentation of translation-table-for-input.
1553 (Explicit Encoding): Document the `charset' text property produced
1554 by decode-coding-region and decode-coding-string.
1555
1556 2009-01-27 Alan Mackenzie <acm@muc.de>
1557
1558 * modes.texi (Search-based Fontification): Correct a typo.
1559
1560 2009-01-25 Juanma Barranquero <lekktu@gmail.com>
1561
1562 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1563 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1564
1565 2009-01-24 Eli Zaretskii <eliz@gnu.org>
1566
1567 * display.texi (Window Systems): Document the value of
1568 `initial-window-system' under --daemon.
1569
1570 * os.texi (System Environment): Remove description of the
1571 `environment' function which has been deleted.
1572
1573 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1574
1575 * frames.texi (Multiple Displays): Remove documentation for
1576 removed function make-frame-on-tty.
1577
1578 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
1579
1580 * files.texi (Format Conversion Piecemeal): Clarify behavior of
1581 write-region-annotate-functions.
1582 Document write-region-post-annotation-function.
1583
1584 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
1585
1586 * display.texi (Font Lookup): Document WIDTH argument of
1587 x-list-fonts.
1588
1589 2009-01-17 Eli Zaretskii <eliz@gnu.org>
1590
1591 * maps.texi (Standard Keymaps): Rename function-key-map to
1592 local-function-key-map.
1593
1594 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1595 local-function-key-map.
1596
1597 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1598 and `set-keyboard-coding-system' now accept an optional terminal
1599 argument.
1600
1601 * commands.texi (Event Mod): `keyboard-translate-table' is now
1602 terminal-local.
1603 (Function Keys): Rename function-key-map to
1604 local-function-key-map.
1605
1606 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1607 frames.texi.
1608
1609 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
1610 `delete-terminal-functions', `suspend-tty-functions' and
1611 `resume-tty-functions'.
1612
1613 * frames.texi (Frames): Document `frame-terminal' and
1614 `terminal-live-p'.
1615 (Multiple Displays): Document `make-frame-on-tty'.
1616 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1617 `terminal-name', and `get-device-terminal'.
1618 (Terminal Parameters): Document `terminal-parameters',
1619 `terminal-parameter', and `set-terminal-parameter'.
1620
1621 * os.texi (System Environment): Document `environment' and
1622 `initial-environment'.
1623 (Suspending Emacs): Update for multi-tty; document
1624 `suspend-tty', `resume-tty', and `controlling-tty-p'.
1625
1626 * nonascii.texi (Coding System Basics): More accurate description
1627 of `raw-text'.
1628
1629 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
1630
1631 * display.texi (Low-Level Font): Fix typo.
1632
1633 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
1634
1635 * elisp.texi (Top): Update node listing.
1636
1637 * display.texi (PostScript Images): Node deleted.
1638
1639 2009-01-10 Eli Zaretskii <eliz@gnu.org>
1640
1641 * processes.texi (Decoding Output): Document that null bytes force
1642 no-conversion for reading process output.
1643
1644 * files.texi (Reading from Files): Document that null bytes force
1645 no-conversion when visiting files.
1646
1647 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
1648
1649 * nonascii.texi (Lisp and Coding Systems):
1650 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
1651 (Character Properties): Improve wording.
1652
1653 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
1654
1655 * display.texi (Font Lookup): Remove obsolete function
1656 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
1657 (Low-Level Font): Rename from Fonts, move to end of Faces section.
1658 (Font Selection): Reorder order of variable descriptions.
1659 Minor clarifications.
1660
1661 * elisp.texi (Top): Update node listing.
1662
1663 2009-01-09 Glenn Morris <rgm@gnu.org>
1664
1665 * commands.texi (Command Loop Info): Say that last-command-char and
1666 last-input-char are obsolete aliases.
1667
1668 * edebug.texi (Edebug Recursive Edit): Remove separate references to
1669 last-input-char and last-command-char, since they are just aliases for
1670 last-input-event and last-command-event.
1671
1672 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1673 last-command-char.
1674
1675 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
1676
1677 * elisp.texi: Update node listing.
1678
1679 * display.texi (Faces): Put Font Selection node after Auto Faces.
1680 (Face Attributes): Don't link to Font Lookup.
1681 Document font-family-list.
1682 (Fonts): New node.
1683
1684 2009-01-08 Jason Rumney <jasonr@gnu.org>
1685
1686 * frames.texi (Pointer Shape): Clarify that only X supports
1687 changing the standard pointer shapes. (Bug#1485)
1688
1689 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
1690
1691 * display.texi (Attribute Functions): Note that a function value
1692 :height is relative, and that compatibility functions work by
1693 calling set-face-attribute.
1694 (Displaying Faces): Reorder list in order of increasing priority.
1695 (Face Remapping): New node. Content moved here from Displaying
1696 Faces.
1697 (Glyphs): Link to Face Functions.
1698
1699 2009-01-08 Chong Yidong <cyd@stupidchicken.com>
1700
1701 * display.texi (Faces): Don't discuss face id here. facep does
1702 not return t.
1703 (Defining Faces): Minor clarification.
1704 (Face Attributes): Rearrange items to match docstring of
1705 set-face-attribute. Add :foundry attribute. Document new role of
1706 :font attribute. Texinfo usage fix.
1707 (Attribute Functions): Copyedits.
1708 (Face Functions): Note that face number is seldom used.
1709
1710 2009-01-05 Richard M Stallman <rms@gnu.org>
1711
1712 * strings.texi (Predicates for Strings): Minor clarification.
1713
1714 * functions.texi (Function Safety): Texinfo usage fix.
1715
1716 2009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
1717
1718 * objects.texi (General Escape Syntax): Fix typo.
1719
1720 2009-01-03 Martin Rudalics <rudalics@gmx.at>
1721
1722 * windows.texi (Choosing Window): Say that pop-up-frame-alist
1723 works via the default value of pop-up-frame-function.
1724
1725 2009-01-02 Eli Zaretskii <eliz@gnu.org>
1726
1727 * processes.texi (System Processes): Document the `time' and
1728 `ctime' attributes of `system-process-attributes'.
1729
1730 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
1731
1732 * display.texi (Face Attributes): Clarify :height attribute.
1733
1734 2008-12-31 Martin Rudalics <rudalics@gmx.at>
1735
1736 * buffers.texi (The Buffer List): Clarify what moves a buffer to
1737 the front of the buffer list. Add entries for `last-buffer' and
1738 `unbury-buffer'.
1739
1740 2008-12-27 Eli Zaretskii <eliz@gnu.org>
1741
1742 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
1743 and its subsections.
1744
1745 * frames.texi (Multiple Terminals, Low-level Terminal)
1746 (Terminal Parameters, Frames on Other TTY devices): New sections.
1747 (Frames): Add an xref to "Multiple Terminals".
1748
1749 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
1750
1751 * objects.texi (Terminal Type): New node.
1752 (Editing Types): Add it to the menu.
1753
1754 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
1755 Variables".
1756
1757 * variables.texi (Directory Local Variables): New node.
1758 (Variables): Add a menu item for it.
1759
1760 * loading.texi (Autoload): Document `generate-autoload-cookie' and
1761 `generated-autoload-file'.
1762
1763 2008-12-20 Eli Zaretskii <eliz@gnu.org>
1764
1765 * os.texi (Startup Summary): Add xref to documentation of
1766 `initial-window-system'.
1767
1768 * display.texi (Window Systems): Document `window-system' the
1769 function. The variable `window-system' is now frame-local.
1770 Document `initial-window-system'.
1771
1772 2008-12-19 Martin Rudalics <rudalics@gmx.at>
1773
1774 * windows.texi (Windows): Rewrite description of
1775 fit-window-to-buffer.
1776
1777 2008-12-13 Glenn Morris <rgm@gnu.org>
1778
1779 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
1780 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
1781
1782 2008-12-12 Glenn Morris <rgm@gnu.org>
1783
1784 * debugging.texi (Error Debugging): Refer forwards to
1785 eval-expression-debug-on-error.
1786
1787 2008-12-05 Eli Zaretskii <eliz@gnu.org>
1788
1789 * strings.texi (String Basics): Only unibyte strings that
1790 represent key sequences hold 8-bit raw bytes.
1791
1792 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
1793 paragraph to speak about `undecided'.
1794 (Character Properties): Don't explain the meaning of each
1795 property; instead, identify their Unicode Standard names.
1796 (Character Sets): Document `map-charset-chars'.
1797
1798 2008-12-02 Glenn Morris <rgm@gnu.org>
1799
1800 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
1801 section yet again.
1802
1803 2008-11-29 Eli Zaretskii <eliz@gnu.org>
1804
1805 * nonascii.texi (Character Properties): New Section.
1806 (Specifying Coding Systems): Document
1807 `coding-system-priority-list', `set-coding-system-priority', and
1808 `with-coding-priority'.
1809 (Lisp and Coding Systems): Document `check-coding-systems-region'
1810 and `coding-system-charset-list'.
1811 (Coding System Basics): Document `coding-system-aliases'.
1812
1813 * elisp.texi (Top): Add a @detailmenu entry for "Character
1814 Properties".
1815
1816 * objects.texi (Character Type): Correct the range of Emacs
1817 characters. Add an @xref to "Character Codes".
1818
1819 * strings.texi (String Basics): Add an @xref to "Character Codes".
1820
1821 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
1822
1823 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
1824 (Character Codes): Document `max-char'.
1825
1826 2008-11-28 Eli Zaretskii <eliz@gnu.org>
1827
1828 * nonascii.texi (Text Representations, Converting Representations)
1829 (Character Sets, Scanning Charsets, Translation of Characters):
1830 Make text more accurate.
1831
1832 2008-11-28 Glenn Morris <rgm@gnu.org>
1833
1834 * files.texi (Format Conversion Round-Trip): Improve previous change.
1835
1836 2008-11-26 Chong Yidong <cyd@stupidchicken.com>
1837
1838 * modes.texi (Auto Major Mode): Fix example.
1839
1840 2008-11-25 Glenn Morris <rgm@gnu.org>
1841
1842 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
1843
1844 * files.texi (Format Conversion Round-Trip):
1845 Use active voice for previous change.
1846
1847 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
1848
1849 * os.texi (Processor Run Time):
1850 * processes.texi (Transaction Queues):
1851 * markers.texi (The Mark):
1852 * windows.texi (Choosing Window, Selecting Windows):
1853 * files.texi (Changing Files, Magic File Names):
1854 * commands.texi (Key Sequence Input):
1855 * functions.texi (Declaring Functions):
1856 * strings.texi (Predicates for Strings):
1857 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
1858
1859 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
1860
1861 * help.texi (Accessing Documentation): Update example.
1862
1863 * variables.texi (Defining Variables): Note that `*' is not
1864 necessary if defcustom is used.
1865
1866 2008-11-22 Eli Zaretskii <eliz@gnu.org>
1867
1868 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
1869 Characters" from @detailmenu.
1870
1871 * nonascii.texi (Character Codes, Character Sets)
1872 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
1873 (Chars and Bytes, Splitting Characters): Sections removed.
1874
1875 2008-11-22 Lute Kamstra <lute@gnu.org>
1876
1877 * positions.texi (Text Lines): Update goto-line documentation.
1878
1879 2008-11-21 Martin Rudalics <rudalics@gmx.at>
1880
1881 * frames.texi (Frames): Fix typo, add cross references, reword.
1882 (Initial Parameters): Reword special-display-frame-alist text.
1883 (Frames and Windows): Reword. Describe argument norecord for
1884 set-frame-selected-window.
1885 (Input Focus): Describe argument norecord for select-frame.
1886 Remove comment on MS-Windows behavior for focus-follows-mouse.
1887 (Raising and Lowering): Mention windows-frames dichotomy in
1888 metaphor.
1889
1890 * windows.texi (Displaying Buffers, Vertical Scrolling)
1891 (Horizontal Scrolling): Fix indenting and rewording issues
1892 introduced with 2008-11-07 change.
1893
1894 2008-11-20 Glenn Morris <rgm@gnu.org>
1895
1896 * files.texi (Format Conversion Round-Trip): Mention `preserve'
1897 element of `format-alist'.
1898
1899 2008-11-19 Glenn Morris <rgm@gnu.org>
1900
1901 * doclicense.texi: Update to FDL 1.3.
1902 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
1903
1904 2008-11-18 Chong Yidong <cyd@stupidchicken.com>
1905
1906 * windows.texi (Window Hooks): Remove *-end-trigger-functions
1907 vars, which are obsolete. Mention jit-lock-register.
1908
1909 * modes.texi (Other Font Lock Variables):
1910 Document jit-lock-register and jit-lock-unregister.
1911
1912 * frames.texi (Color Parameters): Document alpha parameter.
1913
1914 2008-11-16 Martin Rudalics <rudalics@gmx.at>
1915
1916 * windows.texi (Splitting Windows, Deleting Windows)
1917 (Selecting Windows, Cyclic Window Ordering)
1918 (Buffers and Windows, Displaying Buffers, Choosing Window)
1919 (Dedicated Windows, Window Point, Window Start and End)
1920 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
1921 (Size of Window, Resizing Windows, Window Configurations)
1922 (Window Parameters): Avoid @var at beginning of sentences and
1923 reword accordingly.
1924
1925 2008-11-11 Lute Kamstra <lute@gnu.org>
1926
1927 * files.texi (File Name Components): Fix file-name-extension
1928 documentation.
1929
1930 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
1931
1932 * frames.texi (Basic Parameters): Remove display-environment-variable
1933 and term-environment-variable.
1934
1935 2008-11-08 Eli Zaretskii <eliz@gnu.org>
1936
1937 * windows.texi (Basic Windows, Splitting Windows)
1938 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
1939 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
1940 (Resizing Windows, Window Configurations, Window Parameters):
1941 Fix wording and markup.
1942
1943 2008-11-07 Martin Rudalics <rudalics@gmx.at>
1944
1945 * windows.texi (Windows): Update entries.
1946 (Basic Windows): Remove listing of attributes. Reword.
1947 (Splitting Windows, Deleting Windows): Reword.
1948 (Selecting Windows, Cyclic Window Ordering): Reword with special
1949 emphasis on order of recently selected windows and buffer list.
1950 (Buffers and Windows, Choosing Window): Reword with special
1951 emphasis on dedicated windows.
1952 (Displaying Buffers): Reword. For switch-to-buffer mention that
1953 it may fall back on pop-to-buffer. For other-window try to
1954 explain how it treats the cyclic ordering of windows.
1955 (Dedicated Windows): New node and section discussing dedicated
1956 windows and associated functions.
1957 (Window Point): Add entry for window-point-insertion-type. Reword.
1958 (Window Start and End): Rename node and section title. Reword.
1959 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
1960 Minor rewording.
1961 (Size of Window): Reword, in particular text on window-width.
1962 (Resizing Windows): Reword. Add text on balancing windows.
1963 (Window Configurations): Reword. Mention window parameters.
1964 (Window Parameters): New node and section on window parameters.
1965 (Window Hooks): Reword. Mention that
1966 window-configuration-change-hook is run "buffer-locally".
1967 * elisp.texi (Top): Update Windows entries in @detailmenu
1968 section.
1969
1970 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
1971
1972 * searching.texi (Regexp Search): Fix typo.
1973
1974 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1975
1976 * searching.texi (Regexp Search): Document GREEDY arg.
1977 (Simple Match Data): Fix return value.
1978
1979 2008-11-01 Eli Zaretskii <eliz@gnu.org>
1980
1981 * nonascii.texi (Text Representations): Rewrite to make consistent
1982 with Emacs 23 internal representation of characters.
1983 Document `unibyte-string'.
1984
1985 2008-10-28 Chong Yidong <cyd@stupidchicken.com>
1986
1987 * processes.texi (Process Information): Note that process-status
1988 does not accept buffer names.
1989
1990 2008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
1991
1992 * positions.texi (Skipping Characters): Correct return value of
1993 skip-chars-forward.
1994
1995 2008-10-25 Martin Rudalics <rudalics@gmx.at>
1996
1997 * windows.texi (Deleting Windows): Update documentation of
1998 delete-windows-on.
1999 (Buffers and Windows): Update documentations of
2000 get-buffer-window and get-buffer-window-list.
2001 (Displaying Buffers): Update documentation of
2002 replace-buffer-in-windows.
2003
2004 * buffers.texi (Current Buffer): Reword set-buffer and
2005 with-current-buffer documentations.
2006 (Creating Buffers): Reword documentation of get-buffer-create.
2007
2008 2008-10-23 Martin Rudalics <rudalics@gmx.at>
2009
2010 * buffers.texi (Current Buffer): Reword documentation of
2011 set-buffer.
2012 (Buffer Names): Reword documentation of buffer-name.
2013 (The Buffer List): For bury-buffer explain what happens with the
2014 buffer's window.
2015 (Creating Buffers): Say that get-buffer-create's arg is called
2016 buffer-or-name.
2017
2018 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
2019
2020 * advice.texi (Computed Advice): Explain what DEFINITION is.
2021
2022 * nonascii.texi (Character Codes): Remove obsolete function
2023 char-valid-p, and document characterp instead.
2024
2025 2008-10-22 Martin Rudalics <rudalics@gmx.at>
2026
2027 * windows.texi (Displaying Buffers): Reword documentation of
2028 pop-to-buffer.
2029 (Choosing Window): Rewrite documentation of display-buffer and
2030 its options.
2031
2032 * buffers.texi (Killing Buffers): Update documentation of
2033 kill-buffer.
2034
2035 2008-10-21 Eli Zaretskii <eliz@gnu.org>
2036
2037 * processes.texi (Serial Ports): Fix wording and improve markup.
2038
2039 * searching.texi (Regexp Search): Document `string-match-p' and
2040 `looking-at-p'.
2041 (POSIX Regexps): Add an xref for "non-greedy".
2042 (Regexp Special): Add @cindex entry for "non-greedy".
2043
2044 * display.texi (Attribute Functions): Document `face-all-attributes'.
2045 (Image Cache) <image-refresh>: Minor wording fixes.
2046
2047 * frames.texi (Color Names): Add an xref to `read-color'.
2048
2049 * minibuf.texi (High-Level Completion): Document `read-color'.
2050
2051 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2052
2053 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2054
2055 * buffers.texi (Swapping Text): New section, documents
2056 `buffer-swap-text'.
2057
2058 2008-10-21 Martin Rudalics <rudalics@gmx.at>
2059
2060 * windows.texi (Resizing Windows): Minor wording fix.
2061
2062 2008-10-20 Eli Zaretskii <eliz@gnu.org>
2063
2064 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2065 and `combine-and-quote-strings'.
2066
2067 * strings.texi (Creating Strings): Add xrefs for them.
2068
2069 2008-10-19 Eli Zaretskii <eliz@gnu.org>
2070
2071 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2072 match the corresponding menu in minibuf.texi.
2073
2074 * minibuf.texi (Reading File Names): Document `read-shell-command'
2075 and `minibuffer-local-shell-command-map'.
2076
2077 2008-10-19 Martin Rudalics <rudalics@gmx.at>
2078
2079 * windows.texi (Resizing Windows): Remove var{} around "window" in
2080 documentation of enlarge-window.
2081 Rewrite documentation of window-min-height and window-min-width.
2082
2083 2008-10-19 Eli Zaretskii <eliz@gnu.org>
2084
2085 * functions.texi (Calling Functions): Document `apply-partially'.
2086
2087 * hooks.texi (Standard Hooks): Mention
2088 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2089
2090 * variables.texi (File Local Variables): Document
2091 `file-local-variables-alist', `before-hack-local-variables-hook'
2092 and `hack-local-variables-hook'.
2093
2094 * processes.texi (Synchronous Processes): Document `process-lines'.
2095
2096 * customize.texi (Variable Definitions):
2097 Document `custom-reevaluate-setting'.
2098
2099 2008-10-18 Martin Rudalics <rudalics@gmx.at>
2100
2101 * windows.texi (Choosing Window, Deleting Windows)
2102 (Displaying Buffers): Expand documentation of dedicated windows.
2103
2104 2008-10-18 Eli Zaretskii <eliz@gnu.org>
2105
2106 * files.texi (Changing Files): Document symbolic input of file
2107 modes to `set-file-modes'. Document `read-file-modes' and
2108 `file-modes-symbolic-to-number'.
2109
2110 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2111 and `search-map'.
2112
2113 * searching.texi (Search and Replace):
2114 Document `replace-search-function' and `replace-re-search-function'.
2115 Document `multi-query-replace-map'.
2116
2117 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
2118 (Completion Commands, Reading File Names):
2119 Rename `minibuffer-local-must-match-filename-map' to
2120 `minibuffer-local-filename-must-match-map'.
2121 (Minibuffer Completion): The `require-match' argument to
2122 `completing-read' can now have the value `confirm-only'.
2123
2124 * windows.texi (Displaying Buffers): Minor wording fix.
2125 (Choosing Window): `split-height-threshold' can now be nil.
2126 Document `split-width-threshold'. `pop-up-frames' can have the
2127 value `graphic-only'.
2128
2129 2008-10-17 Eli Zaretskii <eliz@gnu.org>
2130
2131 * os.texi (Startup Summary): Document `before-init-time' and
2132 `after-init-time'. Document `initial-window-system' and
2133 `window-system-initialization-alist'. Document reading the
2134 abbrevs file. Document the call to `server-start' under --daemon.
2135 Rearrange a bit to be consistent with the code flow.
2136 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2137 (Time Parsing): Document `format-seconds'.
2138
2139 2008-10-17 Martin Rudalics <rudalics@gmx.at>
2140
2141 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2142 and reword.
2143
2144 2008-10-16 Eli Zaretskii <eliz@gnu.org>
2145
2146 * markers.texi (The Mark): Document use-region-p.
2147
2148 2008-10-15 Eli Zaretskii <eliz@gnu.org>
2149
2150 * internals.texi (Writing Emacs Primitives): The interactive spec
2151 of a primitive can be a Lisp form.
2152
2153 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2154 values of transient-mark-mode. Document handle-shift-selection.
2155
2156 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2157 (Interactive Examples): Show an example of `^'.
2158 (Key Sequence Input): Document this-command-keys-shift-translated.
2159 (Defining Commands, Using Interactive): The interactive-form of a
2160 function can be added via its symbol's property.
2161
2162 * positions.texi (List Motion): beginning-of-defun-function can
2163 now accept an argument.
2164
2165 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2166 now return a list of strings.
2167
2168 * control.texi (Handling Errors): Document ignore-errors.
2169
2170 * frames.texi (Creating Frames): Document frame-inherited-parameters.
2171 (Parameter Access): Document set-frame-parameter.
2172
2173 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2174 Hooks" for the effect of kill-all-local-variables on local hook
2175 functions.
2176
2177 * modes.texi (Major Mode Conventions, Mode Line Variables):
2178 `mode-name' need not be a string. xref to "Mode Line Data" for
2179 details, and to "Emulating Mode Line" for computing a string
2180 value.
2181
2182 2008-10-14 Eli Zaretskii <eliz@gnu.org>
2183
2184 * processes.texi (System Processes): New section.
2185 (Processes, Signals to Processes): Add xrefs to it.
2186
2187 * objects.texi (Editing Types): A `process' is a subprocess of
2188 Emacs, not just any process running on the OS.
2189
2190 * elisp.texi (Top): Adjust the @detailmenu for the above two
2191 changes.
2192
2193 * sequences.texi (Char-Tables): Remove documentation of
2194 set-char-table-default, which has no effect since Emacs 23.
2195 <char-table-range, set-char-table-range>: Don't mention generic
2196 characters and charsets. Add a cons cell as a possible argument.
2197
2198 * nonascii.texi (Splitting Characters)
2199 (Translation of Characters): Don't mention generic characters.
2200
2201 * display.texi (Fontsets): Don't mention generic characters.
2202
2203 * sequences.texi (Char-Tables): `map-char-table' can now call its
2204 argument FUNCTION with a cons cell as KEY.
2205
2206 2008-10-13 Eli Zaretskii <eliz@gnu.org>
2207
2208 * objects.texi (Primitive Function Type): Move "@cindex special
2209 forms" from here...
2210
2211 * eval.texi (Special Forms): ...to here.
2212
2213 * functions.texi (What Is a Function): `functionp' returns nil for
2214 special forms. Add an xref.
2215
2216 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2217 Variables".
2218
2219 * variables.texi (Frame-Local Variables): New section.
2220 (Buffer-Local Variables): Add an xref to it.
2221 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2222 have both frame-local and buffer-local binding.
2223
2224 * frames.texi (Frames): Mention multiple tty frames.
2225 (Frame Parameters, Parameter Access): Mention frame-local variable
2226 bindings.
2227
2228 2008-09-20 Glenn Morris <rgm@gnu.org>
2229
2230 * display.texi (Defining Faces): Recommend against face variables.
2231
2232 2008-09-16 Juanma Barranquero <lekktu@gmail.com>
2233
2234 * display.texi (Echo Area Customization): Fix typo.
2235
2236 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
2237
2238 * loading.texi (Where Defined): Add `defface' item.
2239
2240 2008-09-06 Martin Rudalics <rudalics@gmx.at>
2241
2242 * loading.texi (Where Defined): Fix description of symbol-file.
2243
2244 2008-08-26 Jason Rumney <jasonr@gnu.org>
2245
2246 * display.texi (TIFF Images): New section describing :index property.
2247
2248 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
2249
2250 * display.texi (Temporary Displays): Remove unnecessary comment
2251 about usage of temp-buffer-show-hook.
2252
2253 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
2254
2255 * symbols.texi (Other Plists): Fix incorrect example.
2256 Suggested by Florian Beck.
2257
2258 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
2259
2260 * os.texi: Fix previous change.
2261
2262 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2263
2264 * os.texi:
2265 * intro.texi:
2266 * files.texi: Remove VMS support.
2267
2268 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2269
2270 * os.texi:
2271 * frames.texi:
2272 * display.texi: Remove mentions of Mac Carbon.
2273
2274 2008-07-01 Miles Bader <miles@gnu.org>
2275
2276 * text.texi (Special Properties):
2277 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2278
2279 2008-06-28 Johan Bockgård <bojohan@gnu.org>
2280
2281 * display.texi (Other Image Types): Fix copy/paste error; say
2282 "PBM", not "XBM".
2283
2284 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2285
2286 * os.texi: Remove references to obsolete systems.
2287
2288 2008-06-20 Eli Zaretskii <eliz@gnu.org>
2289
2290 * makefile.w32-in (distclean): Remove makefile.
2291
2292 2008-06-17 Glenn Morris <rgm@gnu.org>
2293
2294 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2295 (elisp, dist): Remove rules and variables that are obsolete now
2296 the lisp manual is no longer distributed separately.
2297
2298 2008-06-16 Glenn Morris <rgm@gnu.org>
2299
2300 * configure, configure.in, mkinstalldirs: Remove unused files.
2301
2302 * book-spine.texinfo: Set version to 23.0.60.
2303 * vol1.texi (EMACSVER):
2304 * vol2.texi (EMACSVER): Set to 23.0.60.
2305
2306 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2307 as per maintain.info.
2308
2309 2008-06-15 Glenn Morris <rgm@gnu.org>
2310
2311 * makefile.w32-in (manual): Use "23" rather than "21".
2312
2313 * Makefile.in (emacsver): New, set by configure.
2314 (manual): Use emacsver.
2315
2316 * intro.texi: Report bugs using M-x report-emacs-bug.
2317
2318 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2319
2320 2008-06-13 Daniel Engeler <engeler@gmail.com>
2321
2322 * elisp.texi, internals.texi, processes.texi: Add documentation
2323 about serial port access.
2324
2325 2008-06-05 Miles Bader <miles@gnu.org>
2326
2327 * display.texi (Displaying Faces): Update to reflect function
2328 renamings in face-remap.el.
2329
2330 2008-06-05 Juanma Barranquero <lekktu@gmail.com>
2331
2332 * display.texi (Fontsets): Fix typos.
2333
2334 2008-06-03 Miles Bader <miles@gnu.org>
2335
2336 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2337 remove-relative-face-remapping, set-base-face-remapping,
2338 and set-default-base-face-remapping.
2339
2340 2008-06-01 Miles Bader <miles@gnu.org>
2341
2342 * display.texi (Displaying Faces): Add face-remapping-alist.
2343
2344 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2347 variable names.
2348
2349 2008-05-03 Eric S. Raymond <esr@golux>
2350
2351 * keymaps.texi: Clarify that (current-local-map) and
2352 (current-global-map) return references, not copies.
2353
2354 2008-05-02 Juri Linkov <juri@jurta.org>
2355
2356 * minibuf.texi (Text from Minibuffer): Document a list of
2357 default values for `read-from-minibuffer'.
2358
2359 2008-04-24 Juanma Barranquero <lekktu@gmail.com>
2360
2361 * nonascii.texi (Translation of Characters): Fix previous change.
2362
2363 2008-04-20 Chong Yidong <cyd@stupidchicken.com>
2364
2365 * display.texi (Overlay Properties): Clarify role of underlying
2366 textprop and overlay keymaps for display strings.
2367
2368 * keymaps.texi (Active Keymaps): Ditto.
2369
2370 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2371
2372 * minibuf.texi (Programmed Completion):
2373 Replace dynamic-completion-table with the new completion-table-dynamic.
2374
2375 2008-04-07 Chong Yidong <cyd@stupidchicken.com>
2376
2377 * intro.texi (Some Terms): Change "fonts in this manual" index
2378 entry to "typographic conventions".
2379
2380 2008-04-05 Eli Zaretskii <eliz@gnu.org>
2381
2382 * objects.texi (Text Props and Strings): Add indexing for read
2383 syntax of text properties.
2384
2385 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2386
2387 * processes.texi (Decoding Output): Remove process-filter-multibyte
2388 functions.
2389
2390 2008-03-15 Martin Rudalics <rudalics@gmx.at>
2391
2392 * display.texi (Finding Overlays): Say that empty overlays at
2393 the end of the buffer are reported too.
2394
2395 2008-03-13 Glenn Morris <rgm@gnu.org>
2396
2397 * elisp.texi (EMACSVER): Set to 23.0.60.
2398
2399 2008-02-26 Chong Yidong <cyd@stupidchicken.com>
2400
2401 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
2402
2403 2008-02-22 Glenn Morris <rgm@gnu.org>
2404
2405 * frames.texi (Position Parameters): Clarify the description of
2406 `left' and `top', using information from "Geometry".
2407 (Geometry): Give a pointer to "Position Parameters", rather than
2408 repeating information.
2409
2410 2008-02-11 Glenn Morris <rgm@gnu.org>
2411
2412 * objects.texi (Equality Predicates): No longer talk about "two"
2413 functions.
2414
2415 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
2416
2417 * objects.texi (Equality Predicates): Add defun for
2418 equal-including-properties.
2419
2420 2008-02-10 Glenn Morris <rgm@gnu.org>
2421
2422 * objects.texi (Equality Predicates):
2423 Mention equal-including-properties.
2424
2425 2008-02-07 Richard Stallman <rms@gnu.org>
2426
2427 * windows.texi (Window Start): Mention the feature of moving
2428 window-start to start of line.
2429
2430 2008-02-07 Jan Djärv <jan.h.d@swipnet.se>
2431
2432 * keymaps.texi (Tool Bar): Document rtl property.
2433
2434 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2435
2436 * display.texi (Button Types):
2437 For define-button-type, clarify type of NAME.
2438
2439 2008-01-19 Martin Rudalics <rudalics@gmx.at>
2440
2441 * buffers.texi (Buffer Modification): Fix typo.
2442
2443 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2444
2445 * os.texi (System Environment): Remove references to OSes that are
2446 not supported anymore.
2447
2448 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2449
2450 * os.texi (System Environment): Remove mention for Masscomp.
2451
2452 2008-01-04 Richard Stallman <rms@gnu.org>
2453
2454 * display.texi (Faces): Don't talk about internal face vector as arg
2455 to facep.
2456
2457 * customize.texi (Type Keywords): Fix previous change.
2458
2459 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2460 * elisp.texi (Top): Fix menu for commands.texi change.
2461
2462 2007-12-30 Richard Stallman <rms@gnu.org>
2463
2464 * commands.texi (Accessing Mouse): Rename from Accessing Events.
2465 (Accessing Scroll): New node broken out of Accessing Mouse.
2466
2467 2007-12-28 Richard Stallman <rms@gnu.org>
2468
2469 * frames.texi (Size Parameters): Fix typo.
2470 (Basic Parameters): For `title', refer to title bar.
2471 (Size and Position): Explain meaning of frame pixel width and height.
2472
2473 2007-12-23 Richard Stallman <rms@gnu.org>
2474
2475 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2476 Improve some of the commented-out keywords' text too.
2477
2478 2007-12-14 Martin Rudalics <rudalics@gmx.at>
2479
2480 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2481 "visit the current buffer".
2482
2483 * os.texi (System Interface): Fix typo.
2484
2485 2007-12-04 Richard Stallman <rms@gnu.org>
2486
2487 * objects.texi (Symbol Type): Fix typo.
2488
2489 2007-12-03 Richard Stallman <rms@gnu.org>
2490
2491 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2492
2493 2007-12-01 Glenn Morris <rgm@gnu.org>
2494
2495 * functions.texi (Declaring Functions): Improve previous change.
2496
2497 2007-11-30 Glenn Morris <rgm@gnu.org>
2498
2499 * functions.texi (Declaring Functions): Add optional fourth
2500 argument of declare-function, and setting third argument to `t'.
2501
2502 2007-11-29 Richard Stallman <rms@gnu.org>
2503
2504 * customize.texi (Composite Types): Document `group' type.
2505
2506 2007-11-29 Glenn Morris <rgm@gnu.org>
2507
2508 * functions.texi (Declaring Functions): Add findex.
2509 Mention `external' files.
2510
2511 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
2512
2513 * functions.texi (Declaring Functions): Fix directive.
2514
2515 2007-11-25 Richard Stallman <rms@gnu.org>
2516
2517 * help.texi (Help Functions): Clean up last change.
2518
2519 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2520
2521 * loading.texi (Named Features): Minor cleanup.
2522
2523 * macros.texi (Eval During Expansion): Minor cleanup.
2524
2525 * variables.texi (Variable Aliases): Minor cleanup.
2526
2527 2007-11-24 Richard Stallman <rms@gnu.org>
2528
2529 * functions.texi (Declaring Functions): Clarify previous change.
2530
2531 * compile.texi (Compiler Errors): Clarify previous change.
2532
2533 2007-11-24 Richard Stallman <rms@gnu.org>
2534
2535 * display.texi (Refresh Screen, Forcing Redisplay):
2536 Clarify the text and move items around.
2537
2538 2007-11-24 Glenn Morris <rgm@gnu.org>
2539
2540 * functions.texi (Declaring Functions): New section.
2541 * compile.texi (Compiler Errors): Mention declaring functions,
2542 defvar with no initvalue, and byte-compile-warnings.
2543
2544 2007-11-15 Martin Rudalics <rudalics@gmx.at>
2545
2546 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2547 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2548
2549 2007-11-13 Martin Rudalics <rudalics@gmx.at>
2550
2551 * help.texi (Help Functions): Document new macro `with-help-window'.
2552
2553 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2554
2555 * searching.texi (Replacing Match): Describe new
2556 `match-substitute-replacement'.
2557
2558 2007-10-31 Richard Stallman <rms@gnu.org>
2559
2560 * strings.texi (Creating Strings): Null strings from concat not unique.
2561
2562 2007-10-26 Richard Stallman <rms@gnu.org>
2563
2564 * objects.texi (Equality Predicates): Null strings are uniquified.
2565
2566 * minibuf.texi: Minor clarifications in previous change.
2567
2568 2007-10-25 Glenn Morris <rgm@gnu.org>
2569
2570 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2571
2572 2007-10-24 Richard Stallman <rms@gnu.org>
2573
2574 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2575
2576 * variables.texi (Frame-Local Variables): Node deleted.
2577 (Variables): Delete Frame-Local Variables from menu.
2578 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2579 (Default Value): Don't mention frame-local vars.
2580
2581 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2582
2583 * loading.texi (Unloading): Document FEATURE-unload-function
2584 instead of FEATURE-unload-hook.
2585
2586 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2587
2588 2007-10-22 Juri Linkov <juri@jurta.org>
2589
2590 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2591 (High-Level Completion): Document a list of default value strings
2592 in the DEFAULT argument, for which minibuffer functions return the
2593 first element.
2594
2595 2007-10-17 Juri Linkov <juri@jurta.org>
2596
2597 * text.texi (Filling): Update arguments of fill-paragraph.
2598 fill-paragraph operates on the active region in Transient Mark mode.
2599 Remove fill-paragraph-or-region.
2600
2601 2007-10-13 Karl Berry <karl@gnu.org>
2602
2603 * elisp.texi (@dircategory): Move to after @copying,
2604 since we want @copying as close as possible to the beginning of
2605 the output.
2606
2607 2007-10-12 Richard Stallman <rms@gnu.org>
2608
2609 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2610
2611 * commands.texi (Distinguish Interactive): New node,
2612 broken out from Interactive Call and rewritten.
2613 (Command Loop): Put Distinguish Interactive in menu.
2614
2615 2007-10-09 Richard Stallman <rms@gnu.org>
2616
2617 * text.texi (Examining Properties): Mention overlay priority.
2618
2619 * display.texi (Display Margins): Correct the description
2620 of margin display specifications.
2621 (Replacing Specs): New subnode broken out of Display Property.
2622
2623 2007-10-06 Juri Linkov <juri@jurta.org>
2624
2625 * text.texi (Filling): Document fill-paragraph-or-region.
2626
2627 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
2628
2629 * display.texi (Auto Faces): Fix typo.
2630
2631 2007-10-02 Richard Stallman <rms@gnu.org>
2632
2633 * display.texi (Display Property): Explain some display specs
2634 don't let you move point in.
2635
2636 * frames.texi (Cursor Parameters):
2637 Describe cursor-in-non-selected-windows here. Explain more values.
2638
2639 * windows.texi (Basic Windows): Don't describe
2640 cursor-in-non-selected-windows here.
2641
2642 2007-10-01 Eli Zaretskii <eliz@gnu.org>
2643
2644 * processes.texi (Misc Network): Note that these functions are
2645 supported only on some systems.
2646
2647 2007-10-01 Richard Stallman <rms@gnu.org>
2648
2649 * display.texi (Overlay Properties): Explain nil as priority.
2650 Explain that conflicts are unpredictable if not resolved by
2651 priorities.
2652
2653 2007-09-23 Richard Stallman <rms@gnu.org>
2654
2655 * macros.texi (Backquote): Minor clarification.
2656
2657 2007-09-19 Richard Stallman <rms@gnu.org>
2658
2659 * display.texi (Display Property): Explain multiple display specs.
2660 Clarify when they work in parallel and when one overrides.
2661 Fix error in example.
2662
2663 2007-09-06 Glenn Morris <rgm@gnu.org>
2664
2665 Move from lispref/ to doc/lispref/. Change all setfilename
2666 commands to use ../../info.
2667 * Makefile.in (infodir): Go up one more level.
2668 (usermanualdir): Change from ../man to ../emacs.
2669 (miscmanualdir): New.
2670 (dist): Use new variable miscmanualdir.
2671 * makefile.w32-in (infodir, texinputdir): Go up one more level.
2672 (usermanualdir): Change from ../man to ../emacs.
2673
2674 2007-08-30 Martin Rudalics <rudalics@gmx.at>
2675
2676 * commands.texi (Command Loop Info): Advise against changing
2677 most variables described here. Explain new variable
2678 last-repeatable-command.
2679
2680 2007-08-29 Glenn Morris <rgm@gnu.org>
2681
2682 * elisp.texi (EMACSVER): Increase to 23.0.50.
2683
2684 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2685
2686 * frames.texi (Basic Parameters): Add display-environment-variable
2687 and term-environment-variable.
2688
2689 2007-08-28 Juri Linkov <juri@jurta.org>
2690
2691 * display.texi (Image Formats, Other Image Types): Add SVG.
2692
2693 2007-08-28 Juri Linkov <juri@jurta.org>
2694
2695 * display.texi (Images): Move formats-related text to new node
2696 "Image Formats".
2697 (Image Formats): New node.
2698
2699 2007-08-27 Richard Stallman <rms@gnu.org>
2700
2701 * windows.texi (Window Configurations): Clarify what
2702 a window configuration saves.
2703
2704 2007-08-25 Richard Stallman <rms@gnu.org>
2705
2706 * display.texi (Images): Delete redundant @findex.
2707
2708 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2709
2710 * text.texi (Change Hooks): (after|before)-change-functions are no
2711 longer bound to nil while running; rather inhibit-modification-hooks
2712 is t.
2713
2714 2007-08-16 Richard Stallman <rms@gnu.org>
2715
2716 * processes.texi (Asynchronous Processes):
2717 Clarify doc of start-file-process.
2718
2719 2007-08-08 Martin Rudalics <rudalics@gmx.at>
2720
2721 * modes.texi (Example Major Modes): Fix typo.
2722
2723 2007-08-08 Glenn Morris <rgm@gnu.org>
2724
2725 * intro.texi (nil and t): Do not use `iff' in documentation.
2726
2727 * tips.texi (Documentation Tips): Recommend against `iff'.
2728
2729 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2730
2731 * display.texi (Image Cache): Document image-refresh.
2732
2733 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2734
2735 * windows.texi (Size of Window): Document window-full-width-p.
2736
2737 2007-07-25 Glenn Morris <rgm@gnu.org>
2738
2739 * gpl.texi (GPL): Replace license with GPLv3.
2740
2741 * Relicense all FSF files to GPLv3 or later.
2742
2743 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
2744
2745 * processes.texi (Synchronous Processes):
2746 Add `process-file-shell-command'.
2747 (Asynchronous Processes): Mention restricted use of
2748 `process-filter' and `process-sentinel' in
2749 `start-file-process'. Add `start-file-process-shell-command'.
2750
2751 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
2752
2753 * files.texi (Magic File Names): Introduce optional parameter
2754 IDENTIFICATION for `file-remote-p'.
2755
2756 2007-07-16 Richard Stallman <rms@gnu.org>
2757
2758 * display.texi (Defining Faces): Fix previous change.
2759
2760 2007-07-14 Richard Stallman <rms@gnu.org>
2761
2762 * control.texi (Handling Errors): Document `debug' in handler list.
2763
2764 2007-07-10 Richard Stallman <rms@gnu.org>
2765
2766 * display.texi (Defining Faces): Explain C-M-x feature for defface.
2767
2768 2007-07-09 Richard Stallman <rms@gnu.org>
2769
2770 * files.texi (Magic File Names): Rewrite previous change.
2771
2772 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
2773
2774 * files.texi (Magic File Names): Introduce optional parameter
2775 CONNECTED for `file-remote-p'.
2776
2777 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
2778
2779 * processes.texi (Asynchronous Processes):
2780 * files.texi (Magic File Names): Add `start-file-process'.
2781
2782 2007-06-27 Richard Stallman <rms@gnu.org>
2783
2784 * files.texi (Format Conversion Piecemeal):
2785 Clarify `after-insert-file-functions' calling convention.
2786
2787 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
2788
2789 * files.texi (Magic File Names): Remove `dired-call-process'.
2790 Add `process-file'.
2791
2792 2007-06-27 Kenichi Handa <handa@m17n.org>
2793
2794 * text.texi (Special Properties): Fix description about
2795 `composition' property.
2796
2797 2007-06-26 Kenichi Handa <handa@m17n.org>
2798
2799 * nonascii.texi (Default Coding Systems): Document about the
2800 return value `undecided'.
2801
2802 2007-06-25 David Kastrup <dak@gnu.org>
2803
2804 * keymaps.texi (Active Keymaps): Document new POSITION argument of
2805 `current-active-maps'.
2806
2807 2007-06-24 Karl Berry <karl@gnu.org>
2808
2809 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
2810
2811 2007-06-15 Juanma Barranquero <lekktu@gmail.com>
2812
2813 * display.texi (Overlay Arrow): Doc fix.
2814
2815 2007-06-14 Karl Berry <karl@tug.org>
2816
2817 * anti.texi (Antinews): Typo.
2818
2819 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
2820
2821 * display.texi (Image Cache): Document image-refresh.
2822
2823 2007-06-12 Karl Berry <karl@gnu.org>
2824
2825 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
2826 * two-volume.make: New file.
2827 * .cvsignore: Ignore two-volume files.
2828
2829 2007-06-12 Tom Tromey <tromey@redhat.com>
2830
2831 * os.texi (Init File): Document user-emacs-directory.
2832
2833 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
2834
2835 * commands.texi (Click Events): Describe width and height when
2836 object is nil.
2837
2838 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
2839
2840 * commands.texi (Click Events): Layout more logically.
2841 Describe width and height.
2842 (Drag Events, Motion Events): Update to new format for position.
2843
2844 2007-06-02 Richard Stallman <rms@gnu.org>
2845
2846 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
2847
2848 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
2849
2850 * Version 22.1 released.
2851
2852 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2853
2854 * text.texi (Special Properties): Correct meaning of fontified face.
2855
2856 2007-05-30 Richard Stallman <rms@gnu.org>
2857
2858 * text.texi (Special Properties): Add link to Adjusting Point.
2859
2860 2007-05-12 Richard Stallman <rms@gnu.org>
2861
2862 * text.texi (Margins): indent-to-left-margin is not the default.
2863 (Mode-Specific Indent): For indent-line-function, the default
2864 is indent-relative.
2865
2866 * modes.texi (Example Major Modes): Explain last line of text-mode
2867 is redundant.
2868
2869 2007-05-10 Richard Stallman <rms@gnu.org>
2870
2871 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
2872
2873 * help.texi (Keys in Documentation): Add reference to
2874 Documentation Tips.
2875
2876 * files.texi (Format Conversion): TO-FN gets three arguments.
2877
2878 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
2879
2880 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
2881
2882 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
2883 * files.texi (Format Conversion): Expand intro; add menu.
2884 (Format Conversion Overview, Format Conversion Round-Trip)
2885 (Format Conversion Piecemeal): New nodes/subsections.
2886 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
2887 * text.texi (Text Properties): Remove "Saving Properties" from menu.
2888 (Saving Properties): Delete node/subsection.
2889
2890 2007-05-07 Karl Berry <karl@gnu.org>
2891
2892 * elisp.texi (EMACSVER): Back to 22.
2893
2894 2007-05-06 Richard Stallman <rms@gnu.org>
2895
2896 * processes.texi (Accepting Output): Revert most of previous change.
2897
2898 2007-05-05 Richard Stallman <rms@gnu.org>
2899
2900 * processes.texi (Accepting Output): accept-process-output
2901 uses microseconds, not milliseconds. But that arg is obsolete.
2902
2903 2007-05-04 Karl Berry <karl@tug.org>
2904
2905 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
2906
2907 2007-05-04 Eli Zaretskii <eliz@gnu.org>
2908
2909 * tips.texi (Documentation Tips): Rearrange items to place the
2910 more important ones first. Add an index entry for hyperlinks.
2911
2912 2007-05-03 Karl Berry <karl@gnu.org>
2913
2914 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
2915 (EMACSVER) [smallbook]: 22 for printed version.
2916
2917 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
2918 so restore anchor to normal position after defun. Found by Kevin Ryde.
2919
2920 2007-04-26 Glenn Morris <rgm@gnu.org>
2921
2922 * elisp.texi (EMACSVER): Increase to 22.1.50.
2923
2924 2007-04-28 Karl Berry <karl@gnu.org>
2925
2926 * elisp.texi: Improve line breaks on copyright page,
2927 similar layout to emacs manual, 8.5x11 by default.
2928
2929 2007-04-24 Richard Stallman <rms@gnu.org>
2930
2931 * text.texi (Special Properties): Add xref to Overlay Properties.
2932
2933 * display.texi (Overlay Properties): Add xref to Special Properties.
2934
2935 2007-04-22 Richard Stallman <rms@gnu.org>
2936
2937 * keymaps.texi (Extended Menu Items): Move the info about
2938 format with cached keyboard binding.
2939
2940 2007-04-21 Richard Stallman <rms@gnu.org>
2941
2942 * text.texi (Special Properties): Clarify previous change.
2943
2944 * files.texi (File Name Expansion): Clarify previous change.
2945
2946 * display.texi (Attribute Functions): Fix example for
2947 face-attribute-relative-p.
2948
2949 2007-04-19 Kenichi Handa <handa@m17n.org>
2950
2951 * text.texi (Special Properties): Document composition property.
2952
2953 2007-04-19 Glenn Morris <rgm@gnu.org>
2954
2955 * files.texi (File Name Expansion): Mention "superroot".
2956
2957 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
2958
2959 * frames.texi (Multiple Displays): Add note about "multi-monitor"
2960 setups.
2961 (Display Feature Testing): Note that display refers to all
2962 physical monitors for multi-monitor setups.
2963
2964 2007-04-14 Richard Stallman <rms@gnu.org>
2965
2966 * lists.texi (Sets And Lists): Clarify `delete' examples.
2967 Remove spurious xref to same node.
2968 Clarify xref for add-to-list.
2969
2970 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
2971
2972 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
2973 value of lisp-mode-map.
2974
2975 2007-04-11 Karl Berry <karl@gnu.org>
2976
2977 * anti.texi (Antinews):
2978 * display.texi (Overlay Properties, Defining Images):
2979 * processes.texi (Synchronous Processes, Sentinels):
2980 * syntax.texi (Syntax Table Internals):
2981 * searching.texi (Regexp Special):
2982 * nonascii.texi (Default Coding Systems):
2983 * text.texi (Special Properties):
2984 * minibuf.texi (Basic Completion): Wording to improve breaks in
2985 8.5x11 format.
2986 * elisp.texi (smallbook): New @set to more easily switch between
2987 smallbook and 8.5x11.
2988
2989 2007-04-11 Richard Stallman <rms@gnu.org>
2990
2991 * text.texi (Lazy Properties): Minor fix.
2992
2993 2007-04-08 Karl Berry <karl@gnu.org>
2994
2995 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
2996 * macros.texi (Backquote): Downcase Backquote in index entries for
2997 consistency.
2998
2999 2007-04-08 Richard Stallman <rms@gnu.org>
3000
3001 * text.texi (Adaptive Fill): Just describe default,
3002 don't show it (since it contains non-ASCII chars).
3003
3004 2007-04-07 Karl Berry <karl@gnu.org>
3005
3006 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3007 adaptive-fill-regexp's value, since they are not in the standard
3008 TeX fonts.
3009
3010 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3011
3012 * display.texi (Defining Faces): Fix example.
3013
3014 2007-04-07 Karl Berry <karl@gnu.org>
3015
3016 * display.texi (Button Buffer Commands): Improve page break.
3017
3018 2007-04-07 Richard Stallman <rms@gnu.org>
3019
3020 * advice.texi (Activation of Advice): Remove redundant index entry.
3021
3022 * backups.texi: Improve index entries. Remove redundant ones.
3023
3024 * compile.texi (Byte Compilation): Improve index entry.
3025
3026 * hash.texi (Creating Hash): Improve index entry.
3027
3028 * symbols.texi (Definitions): Improve index entry.
3029
3030 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3031
3032 * maps.texi (Standard Keymaps): Remove useless index entry.
3033
3034 * help.texi (Documentation Basics): Remove redundant index entries.
3035
3036 * customize.texi: Improve index entries.
3037 Remove redundant/useless ones.
3038
3039 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3040
3041 * streams.texi (Output Variables): Improve index entry.
3042
3043 * abbrevs.texi (Abbrevs): Remove useless index entry.
3044
3045 * macros.texi (Expansion): Remove useless index entry.
3046
3047 * text.texi: Improve index entries. Remove redundant/useless ones.
3048 (Text Properties, Examining Properties)
3049 (Special Properties): Use "property category" instead of "category"
3050 to refer to the `category' property.
3051
3052 * positions.texi: Improve index entries. Remove useless one.
3053
3054 * lists.texi: Improve index entries. Remove redundant/useless ones.
3055
3056 * os.texi: Improve index entries.
3057 (Timers): Fix previous change.
3058
3059 * buffers.texi: Improve index entries.
3060 (Modification Time): Get rid of term "obsolete buffer".
3061
3062 * debugging.texi: Improve index entries.
3063 (Test Coverage): Add xref to other test coverage ftr.
3064
3065 * eval.texi: Improve index entry. Remove redundant ones.
3066
3067 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3068
3069 * files.texi: Improve index entries. Remove redundant/useless ones.
3070
3071 * objects.texi: Improve index entries.
3072
3073 * processes.texi: Improve index entries.
3074
3075 * modes.texi: Improve index entry. Remove redundant one.
3076
3077 * nonascii.texi: Improve index entries.
3078
3079 * internals.texi: Improve index entries.
3080
3081 * syntax.texi: Improve index entries.
3082
3083 * keymaps.texi (Active Keymaps): Improve index entries.
3084
3085 * commands.texi: Improve index entries. Remove redundant/useless ones.
3086
3087 * frames.texi: Improve index entries. Remove redundant/useless ones.
3088
3089 * markers.texi: Improve index entries. Remove redundant ones.
3090
3091 * tips.texi: Improve index entries.
3092
3093 * loading.texi (Unloading): Improve index entry.
3094
3095 * variables.texi: Improve index entries. Remove redundant one.
3096
3097 * sequences.texi: Improve index entry.
3098
3099 * display.texi: Improve index entries. Remove redundant ones.
3100
3101 * windows.texi: Improve index entries.
3102
3103 * searching.texi: Improve index entries. Remove redundant one.
3104
3105 * strings.texi (Case Tables): Improve last change.
3106
3107 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
3108
3109 * strings.texi (Case Tables): Document with-case-table and
3110 ascii-case-table.
3111
3112 2007-04-03 Karl Berry <karl@gnu.org>
3113
3114 * processes.texi (Network): Reword to improve page break.
3115
3116 2007-04-03 Eli Zaretskii <eliz@gnu.org>
3117
3118 * functions.texi (Inline Functions): Describe more disadvantages
3119 of defsubst, and make advice against it stronger.
3120
3121 2007-04-02 Karl Berry <karl@gnu.org>
3122
3123 * backups.texi (Backup Names): Avoid widow words.
3124 * modes.texi (Example Major Modes): Align last comment.
3125
3126 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
3127
3128 * keymaps.texi (Remapping Commands): Document new arg to
3129 command-remapping.
3130
3131 2007-04-01 Karl Berry <karl@gnu.org>
3132
3133 * processes.texi (Low-Level Network): Typo.
3134 * loading.texi (Hooks for Loading): Avoid double "the".
3135 * keymaps.texi (Key Sequences): No double "and".
3136 (Changing Key Bindings): Shorten to improve line break.
3137
3138 2007-03-31 Glenn Morris <rgm@gnu.org>
3139
3140 * os.texi (Timers): Fix description of run-at-time TIME formats.
3141
3142 2007-03-31 Richard Stallman <rms@gnu.org>
3143
3144 * display.texi (Invisible Text): Correct buffer-invisibility-spec
3145 regarding ellipsis.
3146
3147 2007-03-31 Eli Zaretskii <eliz@gnu.org>
3148
3149 * intro.texi (nil and t):
3150 * symbols.texi (Plists and Alists):
3151 * variables.texi (Variable Aliases, Constant Variables):
3152 * functions.texi (Defining Functions):
3153 * advice.texi (Advising Primitives):
3154 * debugging.texi (Syntax Errors, Compilation Errors):
3155 * minibuf.texi (Minibuffer Windows):
3156 * commands.texi (Adjusting Point):
3157 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3158 (Auto Major Mode, Major Mode Conventions):
3159 * help.texi (Describing Characters):
3160 * files.texi (Create/Delete Dirs, Information about Files)
3161 (File Locks, Writing to Files, Reading from Files)
3162 (Saving Buffers):
3163 * windows.texi (Resizing Windows, Cyclic Window Ordering):
3164 * frames.texi (Finding All Frames):
3165 * positions.texi (Buffer End, Motion):
3166 * markers.texi (The Region):
3167 * text.texi (Deletion, Near Point):
3168 * display.texi (Displaying Messages, Truncation):
3169 * os.texi (Processor Run Time):
3170 * tips.texi (Key Binding Conventions, Programming Tips)
3171 (Warning Tips, Documentation Tips, Comment Tips):
3172 * internals.texi (Memory Usage): Improve indexing.
3173
3174 * variables.texi (Frame-Local Variables):
3175 * functions.texi (Argument List):
3176 * loading.texi (Library Search):
3177 * streams.texi (Output Variables):
3178 * keymaps.texi (Translation Keymaps, Searching Keymaps):
3179 * searching.texi (Replacing Match, Search and Replace):
3180 * processes.texi (Byte Packing, Decoding Output)
3181 (Accepting Output, Network Servers, Shell Arguments):
3182 * display.texi (Abstract Display, Image Cache, Scroll Bars):
3183 * windows.texi (Window Point, Window Start):
3184 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3185 * commands.texi (Reading Input, Keyboard Events):
3186 * minibuf.texi (Reading File Names, Minibuffer Completion)
3187 (Recursive Mini):
3188 * positions.texi (List Motion):
3189 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3190 * numbers.texi (Arithmetic Operations, Math Functions)
3191 (Predicates on Numbers, Comparison of Numbers):
3192 (Numeric Conversions):
3193 * locals.texi (Standard Buffer-Local Variables):
3194 * maps.texi (Standard Keymaps):
3195 * os.texi (User Identification, System Environment, Recording Input)
3196 (X11 Keysyms):
3197 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3198 * backups.texi (Backups and Auto-Saving):
3199 * customize.texi (Customization, Group Definitions)
3200 (Variable Definitions):
3201 * compile.texi (Byte Compilation): Improve index entries.
3202
3203 2007-03-31 Karl Berry <karl@gnu.org>
3204
3205 * macros.texi (Defining Macros): Avoid widow syllable.
3206
3207 2007-03-31 Eli Zaretskii <eliz@gnu.org>
3208
3209 * elisp.texi (Top): Postscript -> PostScript.
3210
3211 * display.texi (Images, Postscript Images): Postscript -> PostScript.
3212
3213 2007-03-31 Markus Triska <markus.triska@gmx.at>
3214
3215 * internals.texi (Writing Emacs Primitives): Untabify `For'.
3216
3217 2007-03-30 Karl Berry <karl@gnu.org>
3218
3219 * lists.texi (List-related Predicates): Remove spurious @need.
3220 (Setcdr): Use @smallexample to improve page break.
3221 (Association Lists) <assoc>: Reword to improve page break.
3222
3223 * strings.texi (String Conversion): Insert blank line to improve
3224 page break.
3225
3226 * numbers.texi (Random Numbers): Use @minus{}.
3227 (Math Functions): Use @minus{}.
3228
3229 * intro.texi (Acknowledgements): Avoid line breaks before middle
3230 initials.
3231
3232 2007-03-24 Eli Zaretskii <eliz@gnu.org>
3233
3234 * errors.texi (Standard Errors): Add an index entry.
3235
3236 2007-03-19 Richard Stallman <rms@gnu.org>
3237
3238 * os.texi (Recording Input): recent-keys now gives 300 keys.
3239
3240 2007-03-12 Glenn Morris <rgm@gnu.org>
3241
3242 * os.texi: Replace "daylight savings" with "daylight saving"
3243 throughout.
3244
3245 2007-03-05 Richard Stallman <rms@gnu.org>
3246
3247 * variables.texi (File Local Variables):
3248 Update enable-local-variables values.
3249
3250 2007-03-04 Richard Stallman <rms@gnu.org>
3251
3252 * syntax.texi (Control Parsing): Minor clarification.
3253
3254 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3255
3256 * sequences.texi (Sequence Functions): Move string-bytes away,
3257 add xref.
3258
3259 * nonascii.texi (Text Representations): Move string-bytes here.
3260
3261 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3262
3263 * minibuf.texi (Basic Completion): Minor clarification.
3264
3265 * markers.texi (The Mark): Clarify existence vs activation of mark.
3266 Other cleanup.
3267
3268 * display.texi (Finding Overlays): Write better example.
3269
3270 * compile.texi (Eval During Compile): Clarify putting macros
3271 in eval-when-compile.
3272
3273 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
3274
3275 * loading.texi (How Programs Do Loading): Fix anchor position at
3276 load-read-function definition doc.
3277
3278 2007-02-21 Kim F. Storm <storm@cua.dk>
3279
3280 * strings.texi (Text Comparison): Mention that assoc-string
3281 converts symbols to strings before testing.
3282
3283 2007-02-17 Kim F. Storm <storm@cua.dk>
3284
3285 * processes.texi (Bindat Spec): Vector types can have optional
3286 element type.
3287 (Bindat Examples): Fix example. Add vector with element type.
3288
3289 2007-02-16 Andreas Schwab <schwab@suse.de>
3290
3291 * strings.texi (Formatting Strings): Document '+' flag.
3292
3293 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
3294
3295 * strings.texi (Modifying Strings): Clarify that `clear-string'
3296 always converts the string to unibyte.
3297
3298 2007-02-14 Kim F. Storm <storm@cua.dk>
3299
3300 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3301 Rewrite glyph code description to refer to these functions.
3302 Remove details of encoding face number and char into integer code.
3303
3304 2007-02-03 Alan Mackenzie <acm@muc.de>
3305
3306 * loading.texi (Hooks for Loading): Make the description of
3307 `eval-after-load' more detailed, and amend the description of
3308 after-load-alist, in accordance with changes from 2006-05.
3309
3310 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
3311
3312 * modes.texi (Defining Minor Modes): Document that a :require
3313 keyword or similar may be required to make saved customization
3314 variables work.
3315
3316 2007-02-03 Eli Zaretskii <eliz@gnu.org>
3317
3318 * elisp.texi (Top): Make the detailed menu headers compliant with
3319 Texinfo guidelines and with what texnfo-upd.el expects.
3320 Add comments to prevent people from inadvertently modifying the key
3321 parts needed by `texinfo-multiple-files-update'.
3322
3323 2007-02-02 Eli Zaretskii <eliz@gnu.org>
3324
3325 * elisp.texi (Top): Update the top-level menus.
3326
3327 * syntax.texi (Categories): Add index entries.
3328
3329 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
3330
3331 * display.texi (Attribute Functions): Fix name and description of
3332 the UNDERLINE arg of `set-face-underline-p'.
3333
3334 2007-01-29 Eli Zaretskii <eliz@gnu.org>
3335
3336 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3337 Variables", and "Standard Keymaps" to the detailed menu.
3338
3339 * variables.texi (Future Local Variables): Add index entry.
3340
3341 2007-01-28 Richard Stallman <rms@gnu.org>
3342
3343 * tips.texi (Coding Conventions): Clarify the tip about macros
3344 that define a function or a variable.
3345
3346 * files.texi (File Attributes): UID and GID can be floats.
3347 (Magic File Names): Explain why deferring all operations to
3348 the standard handler does not work.
3349
3350 2007-01-23 Martin Rudalics <rudalics@gmx.at>
3351
3352 * backups.texi (Reverting): Use "buffer" instead of "file"
3353 when talking about major and minor modes.
3354
3355 2007-01-21 Richard Stallman <rms@gnu.org>
3356
3357 * help.texi (Documentation): Add xref to Documentation Tips.
3358
3359 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
3360
3361 * tips.texi (Coding Conventions): Fix typos.
3362
3363 2007-01-05 Richard Stallman <rms@gnu.org>
3364
3365 * modes.texi (Defining Minor Modes): Fix previous change.
3366
3367 2007-01-03 Richard Stallman <rms@gnu.org>
3368
3369 * customize.texi (Variable Definitions, Customization Types):
3370 Don't use * in doc string for defcustom.
3371
3372 2007-01-02 Richard Stallman <rms@gnu.org>
3373
3374 * variables.texi (Variable Aliases): Clarify that aliases vars
3375 always have the same value.
3376
3377 * processes.texi (Bindat Spec): Fix Texinfo usage.
3378
3379 * modes.texi (Defining Minor Modes): Explain effect of command
3380 defined with define-global-minor-mode on new buffers.
3381
3382 2006-12-30 Kim F. Storm <storm@cua.dk>
3383
3384 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3385 `auto-resize-tool-bars'.
3386
3387 2006-12-30 Richard Stallman <rms@gnu.org>
3388
3389 * keymaps.texi (Active Keymaps): Fix previous change.
3390
3391 2006-12-30 Nick Roberts <nickrob@snap.net.nz>
3392
3393 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3394
3395 2006-12-30 Kim F. Storm <storm@cua.dk>
3396
3397 * processes.texi (Bindat Spec): Clarify using field names in
3398 length specifications.
3399
3400 2006-12-29 Kim F. Storm <storm@cua.dk>
3401
3402 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3403 Add count and index variables for eval forms in repeat blocks.
3404
3405 2006-12-24 Richard Stallman <rms@gnu.org>
3406
3407 * customize.texi (Variable Definitions):
3408 Document new name custom-add-frequent-value.
3409
3410 2006-12-19 Kim F. Storm <storm@cua.dk>
3411
3412 * commands.texi (Misc Events): User signals now result in sigusr1
3413 and sigusr2 events which are handled through special-event-map.
3414 (Special Events): User signals and drag-n-drop are special.
3415
3416 2006-12-17 Richard Stallman <rms@gnu.org>
3417
3418 * loading.texi (Named Features): Explain subfeatures better.
3419
3420 * customize.texi: Use "option" only for user options.
3421 For the keyword values inside defcustom etc, say "keywords".
3422 For :options value's elements, say "elements".
3423 :group should not be omitted.
3424
3425 * syntax.texi (Parsing Expressions): Split up node.
3426 (Motion via Parsing, Position Parse, Parser State)
3427 (Low-Level Parsing, Control Parsing): New subnodes.
3428 (Parser State): Document syntax-ppss-toplevel-pos.
3429
3430 * positions.texi (List Motion): Punctuation fix.
3431
3432 * files.texi (File Name Completion): Document PREDICATE arg
3433 to file-name-completion.
3434
3435 2006-12-16 Eli Zaretskii <eliz@gnu.org>
3436
3437 * internals.texi (Building Emacs, Writing Emacs Primitives):
3438 Add index entries.
3439
3440 2006-12-11 Richard Stallman <rms@gnu.org>
3441
3442 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3443 affects face menu. Explain how to make it non-nil without enabling
3444 any fontification.
3445
3446 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
3447
3448 * modes.texi (Font Lock Basics): Document nil value of
3449 font-lock-defaults.
3450
3451 2006-12-10 Glenn Morris <rgm@gnu.org>
3452
3453 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3454 value for system-flag argument. Abbrev tables may not be empty
3455 when major modes are loaded.
3456
3457 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
3458
3459 * makefile.w32-in (maintainer-clean): Partially revert last
3460 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3461 to protect elisp-covers.texi.
3462
3463 2006-12-07 Juanma Barranquero <lekktu@gmail.com>
3464
3465 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3466 Don't remove elisp* info files; they are already deleted by the
3467 `clean' and `distclean' targets, and they are in the $(infodir)
3468 directory, not the current one.
3469
3470 2006-12-04 Kim F. Storm <storm@cua.dk>
3471
3472 * commands.texi (Misc Events): Update signal events.
3473 (Event Examples): Add signal example.
3474
3475 2006-11-29 Richard Stallman <rms@gnu.org>
3476
3477 * frames.texi (Visibility of Frames): Explain visible windows
3478 can be covered by others. Add xref for raise-frame.
3479
3480 2006-11-28 Richard Stallman <rms@gnu.org>
3481
3482 * searching.texi (Regexp Special): Update when ^ is special.
3483
3484 2006-11-27 Eli Zaretskii <eliz@gnu.org>
3485
3486 * customize.texi (Customization, Common Keywords)
3487 (Group Definitions, Variable Definitions, Composite Types)
3488 (Type Keywords, Customization Types): Add index entries for
3489 various customization keywords.
3490
3491 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3492
3493 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3494
3495 2006-11-10 Jan Djärv <jan.h.d@swipnet.se>
3496
3497 * frames.texi (Window System Selections): Remove clipboard from
3498 description of selection-coding-system.
3499
3500 2006-11-06 Richard Stallman <rms@gnu.org>
3501
3502 * lists.texi (List Variables): Document COMPARE-FN.
3503
3504 * keymaps.texi: Avoid use of "binding" to mean a relation;
3505 use it only to refer to the meaning associated with a key.
3506 (Keymaps): Change menu node description.
3507
3508 * elisp.texi (Top): Change menu node description.
3509
3510 * display.texi (Managing Overlays): Document overlay-recenter.
3511
3512 2006-10-29 Chong Yidong <cyd@stupidchicken.com>
3513
3514 * Makefile.in: Use relative paths to avoid advertising filesystem
3515 contents during compilation.
3516
3517 2006-10-23 Kim F. Storm <storm@cua.dk>
3518
3519 * commands.texi (Event Input Misc): Update unread-command-events.
3520
3521 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
3522
3523 * lists.texi (Sets And Lists): Fix typos.
3524
3525 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
3526
3527 * control.texi (Processing of Errors): Use @var for an argument,
3528 not @code.
3529
3530 2006-10-16 Richard Stallman <rms@gnu.org>
3531
3532 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3533
3534 * keymaps.texi (Format of Keymaps): Show all the keymap element
3535 patterns that result from menu items.
3536 (Key Lookup): Minor cleanups.
3537
3538 * modes.texi (Precalculated Fontification): Don't say that
3539 not setting font-lock-defaults avoids loading font-lock.
3540
3541 * help.texi (Documentation): Move xref to Emacs Manual here.
3542 (Documentation Basics): From here.
3543 Also doc emacs-lisp-docstring-fill-column.
3544
3545 * elisp.texi: Update version and ISBN.
3546
3547 * commands.texi (Interactive Call): Clarify KEYS arg to
3548 call-interactively is a vector.
3549 (Command Loop Info): Delete anchor in this-command-keys.
3550 Add anchor in this-command-keys-vector.
3551 (Recursive Editing): Document how recursive-edit
3552 handles the current buffer.
3553
3554 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
3555
3556 * frames.texi (Frame Titles): %c and %l are ignored in
3557 frame-title-format.
3558
3559 2006-10-11 Richard Stallman <rms@gnu.org>
3560
3561 * keymaps.texi (Key Sequences): Clarify use of kbd.
3562
3563 2006-10-10 Kim F. Storm <storm@cua.dk>
3564
3565 * lists.texi (Sets And Lists): Add memql.
3566
3567 2006-10-03 Richard Stallman <rms@gnu.org>
3568
3569 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3570 Clarify :ascii: and :nonascii:.
3571
3572 2006-09-29 Juri Linkov <juri@jurta.org>
3573
3574 * modes.texi (%-Constructs): Reorder coding systems in the
3575 documentation of %z to the real order displayed in the modeline.
3576
3577 2006-09-25 Richard Stallman <rms@gnu.org>
3578
3579 * os.texi (Timers): Describe timer-max-repeats.
3580
3581 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
3582
3583 * os.texi (Timers): Mention with-local-quit.
3584
3585 2006-09-24 Richard Stallman <rms@gnu.org>
3586
3587 * searching.texi (Searching and Matching): Mention property search.
3588
3589 * commands.texi (Command Loop Info): Explain how read-event affects
3590 this-command-keys.
3591
3592 2006-09-20 Richard Stallman <rms@gnu.org>
3593
3594 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3595
3596 * windows.texi (Window Start): Minor cleanups.
3597
3598 2006-09-20 Kim F. Storm <storm@cua.dk>
3599
3600 * windows.texi (Window Start): pos-visible-in-window-p allows
3601 specifying t for position to mean "end of window".
3602 Add window-line-height.
3603
3604 * anti.texi (Antinews): Mention window-line-height.
3605
3606 2006-09-19 David Kastrup <dak@gnu.org>
3607
3608 * keymaps.texi (Searching Keymaps): Small clarification.
3609
3610 2006-09-18 Richard Stallman <rms@gnu.org>
3611
3612 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3613 cause keyboard menus.
3614 (Menu Keymaps): Likewise.
3615 (Defining Menus, Keyboard Menus): Clarify.
3616
3617 * text.texi (Fields): Clarify explanation of constrain-to-field.
3618
3619 2006-09-16 Eli Zaretskii <eliz@gnu.org>
3620
3621 * variables.texi (Tips for Defining): Fix a typo.
3622
3623 2006-09-15 Richard Stallman <rms@gnu.org>
3624
3625 * keymaps.texi (Remapping Commands, Searching Keymaps)
3626 (Active Keymaps): Clean up previous change.
3627
3628 2006-09-15 Jay Belanger <belanger@truman.edu>
3629
3630 * gpl.texi: Replace "Library Public License" by "Lesser Public
3631 License" throughout.
3632
3633 2006-09-15 David Kastrup <dak@gnu.org>
3634
3635 * keymaps.texi (Active Keymaps): Adapt description to use
3636 `get-char-property' instead `get-text-property'. Explain how
3637 mouse events change this. Explain the new optional argument of
3638 `key-binding' and its mouse-dependent lookup.
3639 (Searching Keymaps): Adapt description similarly.
3640 (Remapping Commands): Explain the new optional argument of
3641 `command-remapping'.
3642
3643 2006-09-14 Richard Stallman <rms@gnu.org>
3644
3645 * keymaps.texi (Searching Keymaps): Clarification.
3646 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3647
3648 2006-09-13 Richard Stallman <rms@gnu.org>
3649
3650 * objects.texi (Character Type): Node split.
3651 Add xref to Describing Characters.
3652 (Basic Char Syntax, General Escape Syntax)
3653 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3654
3655 2006-09-11 Richard Stallman <rms@gnu.org>
3656
3657 * display.texi (Display Table Format): Wording clarification.
3658 (Glyphs): Clarifications.
3659
3660 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
3661
3662 * keymaps.texi (Active Keymaps): Mention that key-binding checks
3663 local maps.
3664
3665 2006-09-10 Kim F. Storm <storm@cua.dk>
3666
3667 * display.texi (Forcing Redisplay): Document return value of
3668 function redisplay.
3669
3670 2006-09-09 Richard Stallman <rms@gnu.org>
3671
3672 * windows.texi (Window Hooks): Explain limits of
3673 window-scroll-functions.
3674
3675 * display.texi (Fringe Indicators): Update for last change in
3676 indicate-buffer-boundaries.
3677
3678 2006-09-08 Richard Stallman <rms@gnu.org>
3679
3680 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3681
3682 2006-09-06 Kim F. Storm <storm@cua.dk>
3683
3684 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3685
3686 * windows.texi (Window Start): Update pos-visible-in-window-p.
3687
3688 2006-09-04 Richard Stallman <rms@gnu.org>
3689
3690 * processes.texi (Accepting Output): Explain SECONDS=0 for
3691 accept-process-output.
3692
3693 * os.texi (Idle Timers): Explain why timer functions should not
3694 loop until (input-pending-p).
3695
3696 2006-09-02 Eli Zaretskii <eliz@gnu.org>
3697
3698 * makefile.w32-in (usermanualdir): New variable.
3699 (elisp.dvi): Use it.
3700
3701 2006-09-01 Eli Zaretskii <eliz@gnu.org>
3702
3703 * buffers.texi (Buffer Modification): Fix last change.
3704
3705 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
3706
3707 * buffers.texi (Buffer Modification):
3708 Document buffer-chars-modified-tick.
3709
3710 2006-08-31 Richard Stallman <rms@gnu.org>
3711
3712 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3713
3714 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
3715
3716 * modes.texi (Syntactic Font Lock):
3717 Mention font-lock-syntactic-face-function
3718 instead of specific faces.
3719
3720 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
3721
3722 * display.texi (Images): Add xrref to display-images-p.
3723
3724 2006-08-28 Kenichi Handa <handa@m17n.org>
3725
3726 * nonascii.texi (Lisp and Coding Systems): Fix description of
3727 detect-coding-region.
3728
3729 2006-08-27 Michael Olson <mwolson@gnu.org>
3730
3731 * processes.texi (Transaction Queues): Remove stray quote
3732 character.
3733
3734 2006-08-25 Richard Stallman <rms@gnu.org>
3735
3736 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
3737 Add xref.
3738
3739 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
3740
3741 * os.texi (Timers): Avoid waiting inside timers.
3742
3743 2006-08-21 Lute Kamstra <lute@gnu.org>
3744
3745 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
3746
3747 2006-08-20 Richard Stallman <rms@gnu.org>
3748
3749 * os.texi (Idle Timers): New node, split out from Timers.
3750 Document current-idle-time.
3751 * commands.texi (Reading One Event): Update xref.
3752 * elisp.texi (Top): Update subnode menu.
3753
3754 2006-08-16 Richard Stallman <rms@gnu.org>
3755
3756 * keymaps.texi (Extended Menu Items): Show format of cached
3757 bindings in extended menu items.
3758
3759 * customize.texi (Variable Definitions): Explain when the
3760 standard value expression is evaluated.
3761
3762 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
3763
3764 * commands.texi (Reading One Event): Explain idleness in
3765 `read-event'.
3766
3767 2006-08-12 Chong Yidong <cyd@stupidchicken.com>
3768
3769 * text.texi (Near Point): Say "cursor" not "terminal cursor".
3770 (Commands for Insertion): Remove split-line since it's not
3771 relevant for Lisp programming.
3772 (Yank Commands): Rewrite introduction.
3773 (Undo): Clarify.
3774 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
3775 (Filling): Remove redundant comment. Clarify return value of
3776 current-justification.
3777 (Margins): Minor clarifications.
3778 (Adaptive Fill): Update default value of adaptive-fill-regexp.
3779 (Sorting): Update definition of sort-lines.
3780 (Columns): Clarify behavior of sort-columns.
3781 (Indent Tabs): Link to Tab Stops in Emacs manual.
3782 (Special Properties): Clarify.
3783 (Clickable Text): Mention Buttons package.
3784
3785 2006-08-12 Kevin Ryde <user42@zip.com.au>
3786
3787 * os.texi (Time Parsing): Add %z to description of
3788 format-time-string, as per docstring. Add cross reference to
3789 glibc manual for strftime.
3790
3791 2006-08-08 Richard Stallman <rms@gnu.org>
3792
3793 * modes.texi: Clean up wording in previous change.
3794
3795 2006-08-07 Chong Yidong <cyd@stupidchicken.com>
3796
3797 * modes.texi (Hooks): Clarify.
3798 (Major Mode Basics): Mention define-derived-mode explicitly.
3799 (Major Mode Conventions): Rebinding RET is OK for some modes.
3800 Mention change-major-mode-hook and after-change-major-mode-hook.
3801 (Example Major Modes): Move to end of Modes section.
3802 (Mode Line Basics): Clarify.
3803 (Mode Line Data): Mention help-echo and local-map in strings.
3804 Explain reason for treatment of non-risky variables.
3805 (Properties in Mode): Clarify.
3806 (Faces for Font Lock): Add font-lock-negation-char-face.
3807
3808 2006-08-04 Eli Zaretskii <eliz@gnu.org>
3809
3810 * strings.texi (Formatting Strings): Warn against arbitrary
3811 strings as first arg to `format'.
3812
3813 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
3814
3815 * text.texi (Clickable Text): Mention `help-echo' text property.
3816 Update intro, examples and associated explanations.
3817
3818 2006-07-31 Richard Stallman <rms@gnu.org>
3819
3820 * commands.texi: Update xrefs.
3821 (Event Mod): New node, cut out from old Translating Input.
3822
3823 * maps.texi: Update xrefs.
3824
3825 * keymaps.texi (Translation Keymaps): New node.
3826 Update xrefs from Translating Input to Translation Keymaps.
3827
3828 * elisp.texi (Top): Update subnode menu.
3829
3830 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
3831
3832 * os.texi (System Interface): Fix menu descriptions of some nodes.
3833 (Translating Input): Node deleted.
3834
3835 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
3836
3837 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
3838
3839 * lists.texi (Sets And Lists): Likewise.
3840
3841 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
3842
3843 * text.texi (Fields): Mention POS
3844 requirement when narrowing is in effect.
3845
3846 2006-07-28 Richard Stallman <rms@gnu.org>
3847
3848 * display.texi (Face Attributes): Simplify wording.
3849 (Attribute Functions): Clarify meaning of new-frame default
3850 attribute settings.
3851
3852 * customize.texi (Common Keywords): Document how to use
3853 :package-version in a package not in Emacs.
3854
3855 2006-07-28 Kim F. Storm <storm@cua.dk>
3856
3857 * commands.texi (Reading One Event): Fix last change.
3858
3859 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
3860
3861 * commands.texi (Reading One Event): Document SECONDS argument for
3862 read-event, read-char, and read-char-exclusive.
3863
3864 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3865
3866 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
3867 to ensure correct identification.
3868
3869 2006-07-24 Richard Stallman <rms@gnu.org>
3870
3871 * text.texi (Clickable Text): Clarify.
3872
3873 * sequences.texi (Vector Functions): Delete duplicate xref.
3874
3875 * objects.texi (Function Type): Clarify.
3876
3877 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
3878 modes.
3879
3880 * lists.texi (List Variables): New node.
3881 Material moved from other nodes.
3882
3883 * variables.texi (Setting Variables): add-to-list and
3884 add-to-ordered-list moved to List Variables node.
3885
3886 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
3887
3888 * text.texi (Links and Mouse-1):
3889 For mouse-on-link-p, expand on arg POS.
3890
3891 2006-07-21 Kim F. Storm <storm@cua.dk>
3892
3893 * display.texi (Forcing Redisplay): Don't mention systems which
3894 don't support sub-second timers for redisplay-preemption-period.
3895
3896 * os.texi (Terminal Output): Clarify text vs graphical terminal.
3897
3898 2006-07-21 Eli Zaretskii <eliz@gnu.org>
3899
3900 * frames.texi (Input Focus): Document that focus-follows-mouse has
3901 no effect on MS-Windows.
3902
3903 2006-07-18 Richard Stallman <rms@gnu.org>
3904
3905 * display.texi (Forcing Redisplay): Cleanups in previous change.
3906
3907 * processes.texi (Low-Level Network): Make menu more convenient.
3908
3909 2006-07-18 Kim F. Storm <storm@cua.dk>
3910
3911 * display.texi (Forcing Redisplay): redisplay-preemption-period
3912 only used on window systems. Add xref to Terminal Output.
3913
3914 * os.texi (Terminal Output): baud-rate only controls preemption on
3915 non-window systems. Add xref to Forcing Redisplay.
3916
3917 * processes.texi (Low-Level Network): Rename node "Make Network"
3918 to "Network Processes".
3919
3920 2006-07-18 Karl Berry <karl@gnu.org>
3921
3922 * variables.texi, functions.texi, customize.texi, loading.texi:
3923 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
3924
3925 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
3926
3927 * commands.texi (Waiting): Document batch-mode sit-for behavior.
3928
3929 2006-07-17 Richard Stallman <rms@gnu.org>
3930
3931 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
3932 Put period and comma inside quotes.
3933
3934 * loading.texi, markers.texi: Use real doublequote inside menus.
3935
3936 * windows.texi: Put point and comma inside quotes.
3937 (Textual Scrolling): Use @samp for error message.
3938
3939 * variables.texi, tips.texi, syntax.texi, symbols.texi:
3940 * strings.texi, streams.texi, processes.texi, os.texi:
3941 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
3942 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
3943 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
3944 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
3945 Put point and comma inside quotes.
3946
3947 * control.texi (Processing of Errors): Add command-error-function.
3948
3949 * variables.texi (File Local Variables): Clarify that
3950 file local variables make buffer-local bindings.
3951
3952 * modes.texi (Syntactic Font Lock): Give default for
3953 font-lock-syntax-table.
3954
3955 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
3956
3957 * text.texi (Special Properties): Clean up previous change.
3958
3959 2006-07-16 Karl Berry <karl@gnu.org>
3960
3961 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
3962 * control.texi: Fix bad page breaks through chapter 10 (control).
3963
3964 * anti.texi (Antinews): Reorder face-attribute fns to avoid
3965 underfull hbox.
3966
3967 2006-07-15 Nick Roberts <nickrob@snap.net.nz>
3968
3969 * text.texi (Special Properties): Describe fontified text property
3970 in relation to a character (not text).
3971
3972 2006-07-15 Kim F. Storm <storm@cua.dk>
3973
3974 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
3975 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
3976 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
3977
3978 * anti.texi (Antinews): Mention redisplay function.
3979 The kbd macro existed, but was not documented, before 22.x.
3980 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
3981
3982 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
3983
3984 * display.texi (Displaying Messages): Add anchor.
3985
3986 * frames.texi (Dialog Boxes): Use it.
3987
3988 2006-07-12 Richard Stallman <rms@gnu.org>
3989
3990 * objects.texi (Frame Type): Explain nature of frames better.
3991
3992 * frames.texi (Frames): Explain nature of frames better.
3993
3994 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
3995
3996 * tips.texi (Coding Conventions): Explain why use cl at compile time.
3997
3998 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3999
4000 * frames.texi (Window System Selections): Mention scrap support for Mac.
4001 Default value of x-select-enable-clipboard is t on Mac.
4002
4003 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4004
4005 2006-07-11 Kim F. Storm <storm@cua.dk>
4006
4007 * display.texi (Forcing Redisplay): Add `redisplay' function.
4008 Don't mention (sit-for -1) -- use (redisplay t) instead.
4009
4010 * commands.texi (Waiting): (sit-for -1) is no longer special.
4011 (sit-for 0) is equivalent to (redisplay).
4012 Iconifying/deiconifying no longer makes sit-for return.
4013
4014 2006-07-10 Nick Roberts <nickrob@snap.net.nz>
4015
4016 * display.texi (Buttons): Fix typo.
4017
4018 * index.texi, elisp.texi (New Symbols): Comment node out.
4019
4020 2006-07-09 Richard Stallman <rms@gnu.org>
4021
4022 * display.texi (Truncation): Clean up previous change.
4023
4024 2006-07-08 Richard Stallman <rms@gnu.org>
4025
4026 * commands.texi (Interactive Call): Use 3 as prefix in example
4027 for execute-extended-command.
4028
4029 * display.texi (Attribute Functions): Move paragraph about
4030 compatibility with Emacs < 21.
4031
4032 2006-07-09 Kim F. Storm <storm@cua.dk>
4033
4034 * display.texi (Refresh Screen): Clarify force-window-update.
4035 (Truncation): "Normally" indicated by fringe arrows.
4036
4037 2006-07-08 Eli Zaretskii <eliz@gnu.org>
4038
4039 * windows.texi (Textual Scrolling, Resizing Windows):
4040 * variables.texi (Constant Variables):
4041 * text.texi (Buffer Contents, Deletion, Changing Properties)
4042 (Property Search, Special Properties, Sticky Properties)
4043 (Links and Mouse-1, Fields, Change Hooks):
4044 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4045 (Categories):
4046 * symbols.texi (Other Plists):
4047 * streams.texi (Output Variables):
4048 * processes.texi (Input to Processes, Query Before Exit):
4049 * positions.texi (Word Motion, Text Lines, List Motion):
4050 * os.texi (Init File, System Environment, Sound Output)
4051 (Session Management):
4052 * nonascii.texi (Text Representations, Character Sets)
4053 (Chars and Bytes, Locales):
4054 * modes.texi (Defining Minor Modes, Header Lines):
4055 * minibuf.texi (Minibuffer Contents):
4056 * markers.texi (Information from Markers):
4057 * lists.texi (List Elements, Building Lists, Association Lists):
4058 * keymaps.texi (Tool Bar):
4059 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4060 * functions.texi (What Is a Function, Mapping Functions):
4061 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4062 (Color Names, Text Terminal Colors, Display Feature Testing):
4063 * files.texi (Visiting Functions, File Name Components)
4064 (Unique File Names, Contents of Directories):
4065 * display.texi (Forcing Redisplay, Displaying Messages)
4066 (Temporary Displays, Font Selection, Auto Faces)
4067 (Font Lookup, Fringe Indicators, Display Margins)
4068 (Image Descriptors, Showing Images, Image Cache, Button Types)
4069 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4070 (Display Table Format, Glyphs):
4071 * control.texi (Iteration):
4072 * commands.texi (Command Loop Info, Adjusting Point):
4073 * backups.texi (Making Backups, Auto-Saving):
4074 Remove @tindex entries.
4075
4076 2006-07-07 Kim F. Storm <storm@cua.dk>
4077
4078 * display.texi (Fringe Cursors): Fix typo.
4079 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4080 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4081
4082 2006-07-05 Richard Stallman <rms@gnu.org>
4083
4084 * text.texi (Buffer Contents): Add example of text props
4085 in result of buffer-substring.
4086 (Text Properties): Explain better about use of specific property names.
4087 (Property Search): Some cleanups; reorder some functions.
4088
4089 * keymaps.texi (Changing Key Bindings): Cleanup.
4090 Add xref to Key Binding Conventions.
4091
4092 * display.texi (Attribute Functions): Add examples for
4093 face-attribute-relative-p.
4094
4095 * tips.texi (Coding Conventions): Cleanup last change.
4096
4097 2006-07-05 Karl Berry <karl@gnu.org>
4098
4099 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4100 Remove @setchapternewpage odd.
4101 Result is 1013 pages, down from 1100.
4102
4103 * anti.texi, customize.texi, display.texi, internals.texi:
4104 * minibuf.texi, modes.texi, tips.texi:
4105 Fix overfull/underfull boxes.
4106
4107 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4108
4109 * edebug.texi (Instrumenting):
4110 Add Edebug-specific findex for eval-buffer.
4111 * loading.texi (Loading):
4112 Replace eval-current-buffer with eval-buffer.
4113
4114 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
4115
4116 * locals.texi (Standard Buffer-Local Variables): Update the list
4117 of variables.
4118
4119 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
4120
4121 * files.texi (File Name Completion): Point user to the node
4122 "Reading File Names".
4123
4124 2006-06-24 Eli Zaretskii <eliz@gnu.org>
4125
4126 * files.texi (Contents of Directories): Document case-insensitive
4127 behavior on respective filesystems.
4128
4129 * objects.texi (Character Type): Document that Emacs signals an
4130 error for unsupported Unicode characters specified as \uNNNN.
4131
4132 2006-06-19 Richard Stallman <rms@gnu.org>
4133
4134 * processes.texi (Bindat Spec): Clarify previous change.
4135
4136 2006-06-16 Richard Stallman <rms@gnu.org>
4137
4138 * tips.texi (Coding Conventions): Better explain conventions
4139 for definition constructs.
4140
4141 * text.texi (Special Properties): String value of `read-only'
4142 serves as the error message.
4143
4144 * objects.texi (Character Type): Clarify prev. change.
4145 (Non-ASCII in Strings): Mention \u and \U.
4146
4147 * commands.texi (Using Interactive): Explain problem of
4148 markers, etc., in command-history.
4149
4150 2006-06-14 Kim F. Storm <storm@cua.dk>
4151
4152 * commands.texi (Waiting): Negative arg to sit-for forces
4153 redisplay even if input is pending.
4154
4155 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4156 redisplay. Remove incorrect example of binding redisplay-dont-pause
4157 around (sit-for 0).
4158
4159 2006-06-13 Richard Stallman <rms@gnu.org>
4160
4161 * display.texi (Forcing Redisplay): Clarify previous change.
4162
4163 2006-06-13 Romain Francoise <romain@orebokech.com>
4164
4165 * display.texi (Forcing Redisplay): Fix typo.
4166
4167 2006-06-13 Kim F. Storm <storm@cua.dk>
4168
4169 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4170
4171 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
4172
4173 * tips.texi (Coding Conventions): Add `@end itemize'.
4174
4175 2006-06-10 Richard Stallman <rms@gnu.org>
4176
4177 * tips.texi (Coding Conventions): Explain use of coding systems
4178 to ensure one decoding for strings.
4179
4180 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
4181
4182 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4183 syntax.
4184
4185 2006-06-07 Eli Zaretskii <eliz@gnu.org>
4186
4187 * display.texi (Font Selection): Remove description of
4188 clear-face-cache.
4189
4190 * compile.texi (Eval During Compile): Fix a typo. Add index
4191 entries for possible uses of eval-when-compile.
4192
4193 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
4194
4195 * display.texi (Abstract Display): Fix typo.
4196
4197 2006-06-03 Eli Zaretskii <eliz@gnu.org>
4198
4199 * minibuf.texi (Minibuffer History) <history-add-new-input>:
4200 Reword variable's description.
4201
4202 2006-06-01 Richard Stallman <rms@gnu.org>
4203
4204 * windows.texi (Splitting Windows): Clarify splitting nonselected
4205 window.
4206
4207 2006-05-31 Juri Linkov <juri@jurta.org>
4208
4209 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4210
4211 2006-05-30 Richard Stallman <rms@gnu.org>
4212
4213 * display.texi (Line Height): Fix errors in description of
4214 default line height and line-height property.
4215
4216 * nonascii.texi (Default Coding Systems): Further clarification.
4217
4218 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
4219
4220 * internals.texi (Pure Storage): Mention that an overflow in pure
4221 space causes a memory leak.
4222 (Garbage Collection): If there was an overflow in pure space,
4223 `garbage-collect' returns nil.
4224
4225 2006-05-30 Eli Zaretskii <eliz@gnu.org>
4226
4227 * nonascii.texi (Default Coding Systems): Fix it some more.
4228
4229 2006-05-29 Eli Zaretskii <eliz@gnu.org>
4230
4231 * nonascii.texi (Default Coding Systems): Fix last change.
4232
4233 2006-05-29 Kenichi Handa <handa@m17n.org>
4234
4235 * nonascii.texi (find-operation-coding-system): Describe the new
4236 argument format (FILENAME . BUFFER).
4237
4238 2006-05-28 Richard Stallman <rms@gnu.org>
4239
4240 * tips.texi (Coding Conventions): Better explain reasons not to
4241 advise other packages or use `eval-after-load'.
4242
4243 2006-05-29 Kim F. Storm <storm@cua.dk>
4244
4245 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4246 `bindat-idx' and `bindat-raw' for clarity.
4247
4248 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4249
4250 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4251
4252 * display.texi (Display): Add "Abstract Display" to menu.
4253 (Abstract Display, Abstract Display Functions)
4254 (Abstract Display Example): New nodes.
4255 * elisp.texi (Top): Add "Abstract Display" to menu.
4256
4257 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
4258
4259 * keymaps.texi (Key Sequences): Link to input events definition.
4260 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4261
4262 * files.texi (Changing Files): Document updated argument list for
4263 copy-file.
4264
4265 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4266
4267 * processes.texi (Bindat Functions): Explain term "total length".
4268 Use it in bindat-length and bindat-pack descriptions.
4269
4270 2006-05-26 Eli Zaretskii <eliz@gnu.org>
4271
4272 * tips.texi (Coding Conventions): Advise against using
4273 eval-after-load in packages. Add an index entry.
4274
4275 2006-05-25 Juri Linkov <juri@jurta.org>
4276
4277 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4278
4279 * modes.texi (%-Constructs): Add %e, %z, %Z.
4280
4281 2006-05-25 Richard Stallman <rms@gnu.org>
4282
4283 * elisp.texi (Top): Update subnode menu.
4284
4285 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4286 (Keymaps): Update menu.
4287
4288 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
4289
4290 * keymaps.texi (Key Sequences): Some clarifications.
4291
4292 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4293
4294 * processes.texi (Bindat Functions): Say "unibyte string"
4295 explicitly for bindat-unpack and bindat-pack descriptions.
4296 (Bindat Examples): Don't call `string-make-unibyte' in example.
4297
4298 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
4299
4300 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
4301 Explain string and vector representations of key sequences.
4302
4303 * keymaps.texi (Changing Key Bindings):
4304 * commands.texi (Interactive Codes):
4305 * help.texi (Describing Characters): Refer to it.
4306
4307 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4308
4309 * frames.texi (Pointer Shape): @end table -> @end defvar.
4310
4311 2006-05-22 Richard Stallman <rms@gnu.org>
4312
4313 * elisp.texi (Top): Update subnode menus.
4314
4315 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4316 Contents rewritten; material from old Pointer Shape node moved here.
4317
4318 * display.texi (Pointer Shape): Node deleted.
4319 (Image Descriptors): Minor cleanup.
4320
4321 2006-05-21 Richard Stallman <rms@gnu.org>
4322
4323 * syntax.texi (Parsing Expressions): Update info on which STATE
4324 elements are ignored.
4325
4326 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4327
4328 * hooks.texi (Standard Hooks): Correct typo.
4329
4330 * gpl.texi (GPL): ifinfo -> ifnottex.
4331
4332 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4333
4334 * searching.texi (Simple Match Data): Warn about match data being
4335 set anew by every search.
4336
4337 2006-05-17 Richard Stallman <rms@gnu.org>
4338
4339 * minibuf.texi (Minibuffer History): Clarify.
4340
4341 * searching.texi (Regexp Special): Clarify nested regexp warning.
4342
4343 2006-05-16 Kim F. Storm <storm@cua.dk>
4344
4345 * minibuf.texi (Minibuffer History): Update add-to-history.
4346
4347 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4348
4349 * nonascii.texi (Explicit Encoding):
4350 Fix typo (encoding<->decoding).
4351
4352 2006-05-14 Richard Stallman <rms@gnu.org>
4353
4354 * buffers.texi (Creating Buffers): Cleanup.
4355
4356 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4357
4358 2006-05-13 Eli Zaretskii <eliz@gnu.org>
4359
4360 * buffers.texi (Current Buffer): Document that with-temp-buffer
4361 disables undo.
4362
4363 * os.texi (Terminal-Specific): More accurate description of how
4364 Emacs searches for the terminal-specific libraries.
4365
4366 2006-05-12 Eli Zaretskii <eliz@gnu.org>
4367
4368 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4369 emacs-xtra to @inforef's.
4370
4371 * text.texi (Undo): Document that undo is turned off in buffers
4372 whose names begin with a space.
4373
4374 * buffers.texi (Buffer Names): Add index entries for buffers whose
4375 names begin with a space.
4376 (Creating Buffers): Document that undo is turned off in buffers
4377 whose names begin with a space.
4378
4379 * files.texi (Visiting Functions, Reading from Files)
4380 (Saving Buffers): Mention code and EOL conversions by file I/O
4381 primitives and subroutines.
4382
4383 * nonascii.texi (Lisp and Coding Systems): Document
4384 coding-system-eol-type. Add index entries for eol conversion.
4385
4386 * display.texi (Defining Faces): Mention `mac', and add an xref to
4387 where window-system is described.
4388
4389 2006-05-10 Richard Stallman <rms@gnu.org>
4390
4391 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4392
4393 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4394
4395 * variables.texi (File Local Variables): Recommend to quote lambda
4396 expressions in safe-local-variable property.
4397
4398 2006-05-09 Richard Stallman <rms@gnu.org>
4399
4400 * variables.texi (File Local Variables):
4401 Document safe-local-eval-forms and safe-local-eval-function.
4402
4403 2006-05-07 Kim F. Storm <storm@cua.dk>
4404
4405 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4406 from add-to-history.
4407
4408 2006-05-07 Romain Francoise <romain@orebokech.com>
4409
4410 * commands.texi (Event Input Misc):
4411 * compile.texi (Eval During Compile):
4412 * internals.texi (Buffer Internals):
4413 * minibuf.texi (Initial Input):
4414 * nonascii.texi (Scanning Charsets):
4415 * numbers.texi (Comparison of Numbers):
4416 * windows.texi (Textual Scrolling, Vertical Scrolling):
4417 Fix various typos.
4418
4419 2006-05-06 Eli Zaretskii <eliz@gnu.org>
4420
4421 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4422 conditional xref's to either emacs or emacs-xtra, depending on
4423 @iftex/@ifnottex.
4424
4425 * minibuf.texi (Minibuffer History): Document add-to-history.
4426
4427 2006-05-05 Eli Zaretskii <eliz@gnu.org>
4428
4429 * internals.texi (Pure Storage): Mention the pure overflow message
4430 at startup.
4431
4432 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
4433
4434 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4435 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4436 search.
4437
4438 2006-05-01 Richard Stallman <rms@gnu.org>
4439
4440 * intro.texi (nil and t): Clarify.
4441
4442 * variables.texi (File Local Variables): Suggest using booleanp.
4443
4444 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
4445
4446 * objects.texi (Type Predicates): Fix typos.
4447
4448 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 * intro.texi (nil and t): Add booleanp.
4451
4452 * objects.texi (Type Predicates): Add links for booleanp and
4453 string-or-null-p.
4454
4455 2006-04-29 Richard Stallman <rms@gnu.org>
4456
4457 * modes.texi (Multiline Font Lock): Rename from
4458 Multi line Font Lock Elements. Much clarification.
4459 (Font Lock Multiline, Region to Fontify): Much clarification.
4460
4461 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4462
4463 * variables.texi (File Local Variables): Remove the special case t for
4464 safe-local-variable.
4465
4466 2006-04-26 Richard Stallman <rms@gnu.org>
4467
4468 * syntax.texi (Parsing Expressions): Minor cleanup.
4469
4470 2006-04-18 Richard Stallman <rms@gnu.org>
4471
4472 * tips.texi (Coding Conventions): Explain when the package's
4473 prefix should appear later on (not at the start of the name).
4474
4475 * searching.texi (String Search): Clarify effect of NOERROR.
4476
4477 * modes.texi (Imenu): Clarify what special items do.
4478
4479 * hooks.texi (Standard Hooks): Delete text about old hook names.
4480
4481 2006-04-17 Romain Francoise <romain@orebokech.com>
4482
4483 * variables.texi (Local Variables): Update the default value of
4484 `max-specpdl-size'.
4485
4486 2006-04-15 Michael Olson <mwolson@gnu.org>
4487
4488 * processes.texi (Transaction Queues): Mention the new optional
4489 `delay-question' argument for `tq-enqueue'.
4490
4491 2006-04-13 Bill Wohler <wohler@newt.com>
4492
4493 * customize.texi (Common Keywords): Use dotted notation for
4494 :package-version value. Specify its values. Improve documentation
4495 for customize-package-emacs-version-alist.
4496
4497 2006-04-12 Bill Wohler <wohler@newt.com>
4498
4499 * customize.texi (Common Keywords): Move description of
4500 customize-package-emacs-version-alist to @defvar.
4501
4502 2006-04-10 Bill Wohler <wohler@newt.com>
4503
4504 * customize.texi (Common Keywords): Add :package-version.
4505
4506 2006-04-10 Kim F. Storm <storm@cua.dk>
4507
4508 * text.texi (Buffer Contents): Add NOPROPS arg to
4509 filter-buffer-substring.
4510
4511 2006-04-08 Kevin Ryde <user42@zip.com.au>
4512
4513 * os.texi (Command-Line Arguments): Update xref to emacs manual
4514 "Command Arguments" -> "Emacs Invocation", per change there.
4515
4516 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4517
4518 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4519 be on one line to help makeinfo not render two spaces after the dot.
4520
4521 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4522
4523 * strings.texi (Predicates for Strings): Add string-or-null-p.
4524
4525 2006-03-28 Kim F. Storm <storm@cua.dk>
4526
4527 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4528 remarks about systems that don't support fractional seconds.
4529
4530 2006-03-25 Karl Berry <karl@gnu.org>
4531
4532 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4533 the year list.
4534
4535 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
4536
4537 * display.texi (Fringe Indicators): Fix typos.
4538
4539 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4540
4541 * tips.texi (Documentation Tips): One can now also write `program'
4542 in front of a quoted symbol in a docstring to prevent making a
4543 hyperlink.
4544
4545 2006-03-19 Alan Mackenzie <acm@muc.de>
4546
4547 * text.texi (Special Properties): Clarify `fontified' property.
4548
4549 2006-03-16 Richard Stallman <rms@gnu.org>
4550
4551 * display.texi (Defining Images): Minor cleanup.
4552
4553 2006-03-16 Bill Wohler <wohler@newt.com>
4554
4555 * display.texi (Defining Images): In image-load-path-for-library,
4556 prefer user's images.
4557
4558 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4559
4560 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4561
4562 2006-03-15 Bill Wohler <wohler@newt.com>
4563
4564 * display.texi (Defining Images): Fix example in
4565 image-load-path-for-library by not recommending that one binds
4566 image-load-path. Just defvar it to placate compiler and only use
4567 it if previously defined.
4568
4569 2006-03-14 Bill Wohler <wohler@newt.com>
4570
4571 * display.texi (Defining Images): In image-load-path-for-library,
4572 always return list of directories. Update example.
4573
4574 2006-03-14 Alan Mackenzie <acm@muc.de>
4575
4576 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4577 This describes font-lock-extend-region-function.
4578 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4579 the new node "Region to Fontify".
4580
4581 2006-03-13 Richard Stallman <rms@gnu.org>
4582
4583 * display.texi (Invisible Text): The impossible position is
4584 now before the invisible text, not after.
4585 (Defining Images): Clean up last change.
4586
4587 2006-03-11 Bill Wohler <wohler@newt.com>
4588
4589 * display.texi (Defining Images): Add image-load-path-for-library.
4590
4591 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4592
4593 * text.texi (Adaptive Fill): Fix Texinfo usage.
4594
4595 * strings.texi (Creating Strings): Fix Texinfo usage.
4596
4597 * searching.texi (Regexp Special): Use @samp for regular
4598 expressions that are not in Lisp syntax.
4599
4600 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4601
4602 * searching.texi (Regexp Special): Put remark between parentheses
4603 to avoid misreading.
4604
4605 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4606
4607 * searching.texi (Syntax of Regexps): More accurately describe
4608 which characters are special in which situations.
4609 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4610 are not special. Describe in detail when `[' and `]' are special.
4611 (Regexp Backslash): Plenty of regexps with unbalanced square
4612 brackets are valid, so reword that statement.
4613
4614 2006-03-02 Kim F. Storm <storm@cua.dk>
4615
4616 * keymaps.texi (Tool Bar): Add tool-bar-border.
4617
4618 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4619
4620 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4621
4622 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4623
4624 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4625
4626 * files.texi (Locating Files): Suggest additional values for the
4627 SUFFIXES arg of `locate-file'. Update pxref.
4628
4629 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4630 (How Programs Do Loading): Discuss the effects of Auto Compression
4631 mode on `load'.
4632 (Load Suffixes): New node.
4633 (Library Search): Delete description of `load-suffixes'; it was
4634 moved to "Load Suffixes".
4635 (Autoload, Named Features): Mention `load-suffixes'.
4636
4637 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4638
4639 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4640
4641 * windows.texi (Window Tree): Fix typo.
4642
4643 2006-02-20 Kim F. Storm <storm@cua.dk>
4644
4645 * display.texi (Fringe Indicators): New section.
4646 Move indicate-empty-lines, indicate-buffer-boundaries, and
4647 default-indicate-buffer-boundaries here.
4648 Add fringe-indicator-alist and default-fringes-indicator-alist.
4649 Add list of logical fringe indicator symbols.
4650 Update list of standard bitmap names.
4651 (Fringe Cursors): New section.
4652 Move overflow-newline-into-fringe here.
4653 Add fringe-cursor-alist and default-fringes-cursor-alist.
4654 Add list of fringe cursor symbols.
4655
4656 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
4657
4658 * commands.texi (Using Interactive): Fix reference to node
4659 "Minibuffers".
4660
4661 2006-02-19 Richard M. Stallman <rms@gnu.org>
4662
4663 * minibuf.texi (High-Level Completion):
4664 Add xref to read-input-method-name.
4665
4666 * files.texi (Relative File Names): Move file-relative-name here.
4667 (File Name Expansion): From here. Minor clarifications.
4668
4669 * commands.texi (Using Interactive): Add xrefs about reading input.
4670 Clarify remarks about that moving point and mark.
4671 Put string case before list case.
4672
4673 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
4674
4675 * display.texi (Other Display Specs, Image Descriptors):
4676 Revert erroneous changes. The previous description of
4677 image-descriptors as `(image . PROPS)' was correct.
4678
4679 2006-02-14 Richard M. Stallman <rms@gnu.org>
4680
4681 * variables.texi (File Local Variables): Clarifications.
4682
4683 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
4684
4685 * variables.texi (File Local Variables): Use @code for a cons
4686 cell, not @var.
4687
4688 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
4689
4690 * variables.texi (File Local Variables): Document new file local
4691 variable behavior.
4692
4693 2006-02-10 Kim F. Storm <storm@cua.dk>
4694
4695 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4696
4697 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
4698
4699 * modes.texi (%-Constructs): Remove obsolete info about
4700 `global-mode-string'.
4701
4702 2006-02-07 Richard M. Stallman <rms@gnu.org>
4703
4704 * commands.texi (Prefix Command Arguments): Minor cleanup.
4705
4706 * display.texi: "Graphical display", not window system.
4707
4708 * functions.texi (What Is a Function): Fix xref.
4709
4710 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4711 (Changing Key Bindings): Clarify when remapping is better than
4712 substitute-key-definition.
4713
4714 2006-02-02 Richard M. Stallman <rms@gnu.org>
4715
4716 * minibuf.texi (Basic Completion): Completion alists are risky.
4717
4718 * keymaps.texi (Active Keymaps): Clarifications.
4719 (Searching Keymaps): New node.
4720 (Keymaps): Update menu.
4721
4722 * frames.texi (Layout Parameters): Minor clarification.
4723 (Drag and Drop): New node.
4724 (Frames): Update menu.
4725
4726 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
4727
4728 * display.texi (Other Display Specs, Image Descriptors):
4729 Image description is a list, not a cons cell.
4730
4731 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4732
4733 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
4734 list is not necessarily a list).
4735
4736 2006-01-27 Eli Zaretskii <eliz@gnu.org>
4737
4738 * frames.texi (Layout Parameters): border-width and
4739 internal-border-width belong to the frame, not the window.
4740
4741 2006-01-19 Richard M. Stallman <rms@gnu.org>
4742
4743 * nonascii.texi (Translation of Characters): Search cmds use
4744 translation-table-for-input. Automatically made local.
4745
4746 * markers.texi (Overview of Markers): Count insertion type
4747 as one of a marker's attributes.
4748
4749 * keymaps.texi (Controlling Active Maps): New node, split out of
4750 Active Keymaps.
4751 (Keymaps): Menu updated.
4752 (Active Keymaps): Give pseudocode to explain how the active
4753 maps are searched. current-active-maps and key-binding moved here.
4754 (Functions for Key Lookup): current-active-maps and key-binding moved.
4755 Clarifications.
4756 (Searching the Keymaps): New subnode.
4757
4758 * elisp.texi (Top): Menu clarification.
4759
4760 * display.texi (Other Display Specs): Delete duplicate entry for
4761 just a string as display spec. Move text about recursive display
4762 specs on such a string.
4763
4764 * commands.texi (Key Sequence Input): Clarify.
4765 Move num-nonmacro-input-events out.
4766 (Reading One Event): num-nonmacro-input-events moved here.
4767
4768 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
4769
4770 * advice.texi (Simple Advice): Update example to fit argument
4771 change in previous-line.
4772
4773 2006-01-05 Richard M. Stallman <rms@gnu.org>
4774
4775 * markers.texi (The Mark): Fix in `mark'.
4776
4777 2006-01-04 Richard M. Stallman <rms@gnu.org>
4778
4779 * processes.texi (Misc Network, Make Network): Minor cleanups.
4780
4781 2006-01-04 Kim F. Storm <storm@cua.dk>
4782
4783 * processes.texi (Make Network): Add IPv6 addresses and handling.
4784 (Network Feature Testing): Mention (:family ipv6).
4785 (Misc Network): Add IPv6 formats to format-network-address.
4786
4787 2005-12-30 Richard M. Stallman <rms@gnu.org>
4788
4789 * text.texi (Changing Properties):
4790 Don't use return value of set-text-properties.
4791
4792 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4793
4794 * modes.texi (Mode Line Format): Correct typo in menu.
4795
4796 2005-12-29 Richard M. Stallman <rms@gnu.org>
4797
4798 * modes.texi (Mode Line Top): New node.
4799 (Mode Line Data): Some text moved to new node.
4800 Explain the data structure more concretely.
4801 (Mode Line Basics): Clarifications.
4802 (Mode Line Variables): Clarify intro paragraph.
4803 (%-Constructs): Clarify intro paragraph.
4804 (Mode Line Format): Update menu.
4805
4806 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4807
4808 * minibuf.texi (Basic Completion): Update lazy-completion-table
4809 examples for removal of ARGS argument.
4810
4811 2005-12-23 Richard M. Stallman <rms@gnu.org>
4812
4813 * text.texi (Undo): Restore some explanation from the version
4814 that was deleted.
4815
4816 2005-12-23 Eli Zaretskii <eliz@gnu.org>
4817
4818 * text.texi (Undo): Remove duplicate descriptions of `apply
4819 funname' and `apply delta' elements of the undo list.
4820
4821 2005-12-20 Richard M. Stallman <rms@gnu.org>
4822
4823 * help.texi (Help Functions): Update documentation of `apropos'.
4824
4825 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
4826
4827 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
4828 because it is confusing. If the :help-echo keyword is a function,
4829 it is not directly used as the :help-echo overlay property, as the
4830 xref seems to suggest (it does not take the appropriate args).
4831
4832 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4833
4834 * customize.texi (Common Keywords): Fix Texinfo usage.
4835 (Group Definitions, Variable Definitions): Update for new
4836 conventions for using `*' in docstrings.
4837
4838 * tips.texi (Documentation Tips): Update for new conventions for
4839 using `*' in docstrings.
4840
4841 2005-12-16 Richard M. Stallman <rms@gnu.org>
4842
4843 * minibuf.texi (Minibuffer Contents): Minor cleanup.
4844
4845 2005-12-16 Juri Linkov <juri@jurta.org>
4846
4847 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
4848
4849 2005-12-14 Romain Francoise <romain@orebokech.com>
4850
4851 * modes.texi (Customizing Keywords): Rename `append' to `how'.
4852 Fix typo.
4853
4854 2005-12-11 Juri Linkov <juri@jurta.org>
4855
4856 * minibuf.texi (Completion Commands): Add mention of read-file-name
4857 for filename completion keymaps.
4858 (Reading File Names): Add mention of filename completion keymaps
4859 for read-file-name and xref to `Completion Commands'.
4860
4861 2005-12-10 Richard M. Stallman <rms@gnu.org>
4862
4863 * customize.texi (Common Keywords): State caveats for use of :tag.
4864
4865 2005-12-08 Richard M. Stallman <rms@gnu.org>
4866
4867 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
4868 with xrefs and better explanation.
4869 (Completion Commands): Add the filename completion maps.
4870
4871 * objects.texi (Character Type): Clarify that \s is not space
4872 if a dash follows.
4873
4874 2005-12-05 Richard M. Stallman <rms@gnu.org>
4875
4876 * windows.texi (Resizing Windows): Delete preserve-before args.
4877
4878 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4879
4880 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
4881 in full keymaps, since the quirk has been fixed.
4882
4883 2005-12-03 Eli Zaretskii <eliz@gnu.org>
4884
4885 * hooks.texi (Standard Hooks): Add index entries.
4886 Mention `compilation-finish-functions'.
4887
4888 2005-11-27 Richard M. Stallman <rms@gnu.org>
4889
4890 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
4891
4892 2005-11-21 Juri Linkov <juri@jurta.org>
4893
4894 * customize.texi (Common Keywords): Update links types
4895 custom-manual and url-link. Add link types emacs-library-link,
4896 file-link, function-link, variable-link, custom-group-link.
4897
4898 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
4899
4900 * display.texi: Revert 2005-11-20 change.
4901
4902 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
4903
4904 * processes.texi (Bindat Functions):
4905 Say "third" to refer to zero-based index "2".
4906
4907 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
4908
4909 * loading.texi (Library Search): Update the default value of
4910 `load-suffixes'.
4911
4912 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
4913
4914 * display.texi (Attribute Functions): Mention :ignore-defface.
4915
4916 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4917
4918 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
4919 (Minor Mode Conventions): Mention the use of a hook.
4920
4921 2005-11-06 Richard M. Stallman <rms@gnu.org>
4922
4923 * files.texi (Magic File Names): find-file-name-handler checks the
4924 `operations' property of the handler.
4925
4926 2005-11-03 Richard M. Stallman <rms@gnu.org>
4927
4928 * variables.texi (Frame-Local Variables): Small clarification.
4929
4930 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
4931
4932 * os.texi (Init File): Document ~/.emacs.d/init.el.
4933
4934 2005-10-29 Richard M. Stallman <rms@gnu.org>
4935
4936 * internals.texi (Garbage Collection): Document memory-full.
4937
4938 2005-10-28 Bill Wohler <wohler@newt.com>
4939
4940 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
4941 for URLs.
4942
4943 2005-10-28 Richard M. Stallman <rms@gnu.org>
4944
4945 * minibuf.texi (Completion Commands): Clean up prev change.
4946
4947 2005-10-26 Kevin Ryde <user42@zip.com.au>
4948
4949 * compile.texi (Eval During Compile): Explain recommended uses
4950 of eval-when-compile and eval-and-compile.
4951
4952 2005-10-27 Masatake YAMATO <jet@gyve.org>
4953
4954 * minibuf.texi (Completion Commands):
4955 Write about new optional argument for `display-completion-list'.
4956
4957 2005-10-23 Richard M. Stallman <rms@gnu.org>
4958
4959 * display.texi (Overlay Arrow): Clarify about local bindings of
4960 overlay-arrow-position.
4961
4962 2005-10-22 Eli Zaretskii <eliz@gnu.org>
4963
4964 * internals.texi (Building Emacs): Fix last change.
4965
4966 2005-10-22 Richard M. Stallman <rms@gnu.org>
4967
4968 * internals.texi (Building Emacs): Document eval-at-startup.
4969
4970 2005-10-21 Richard M. Stallman <rms@gnu.org>
4971
4972 * loading.texi (Where Defined): load-history contains abs file names.
4973 symbol-file returns abs file names.
4974
4975 2005-10-19 Kim F. Storm <storm@cua.dk>
4976
4977 * display.texi (Showing Images): Add max-image-size integer value.
4978
4979 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
4980
4981 * display.texi (Showing Images): Document max-image-size.
4982
4983 2005-10-17 Richard M. Stallman <rms@gnu.org>
4984
4985 * commands.texi (Quitting): Minor clarification.
4986
4987 * processes.texi (Sentinels): Clarify about output and quitting.
4988 (Filter Functions): Mention with-local-quit.
4989
4990 2005-10-17 Juri Linkov <juri@jurta.org>
4991
4992 * buffers.texi (Current Buffer):
4993 * commands.texi (Event Input Misc):
4994 * compile.texi (Eval During Compile, Compiler Errors):
4995 * customize.texi (Group Definitions):
4996 * display.texi (Progress, Defining Faces):
4997 * files.texi (Writing to Files):
4998 * modes.texi (Mode Hooks, Defining Minor Modes):
4999 * streams.texi (Output Functions):
5000 * syntax.texi (Syntax Table Functions):
5001 * text.texi (Change Hooks):
5002 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5003
5004 * commands.texi (Quitting): Replace arg `forms' with `body' in
5005 `with-local-quit'.
5006
5007 * positions.texi (Excursions): Replace arg `forms' with `body' in
5008 `save-excursion'.
5009
5010 2005-10-08 Kim F. Storm <storm@cua.dk>
5011
5012 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5013 Rename manual section accordingly.
5014
5015 2005-10-04 Kim F. Storm <storm@cua.dk>
5016
5017 * windows.texi (Window Split Tree): New section describing
5018 new function window-split-tree function.
5019
5020 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
5021
5022 * display.texi (Fringe Size/Pos): Simplify and add detail.
5023
5024 2005-09-30 Romain Francoise <romain@orebokech.com>
5025
5026 * minibuf.texi (High-Level Completion): Explain that the prompt
5027 given to `read-buffer' should end with a colon and a space.
5028 Update usage examples.
5029
5030 2005-09-29 Juri Linkov <juri@jurta.org>
5031
5032 * display.texi (Displaying Messages): Rename argument name
5033 `string' to `format-string' in functions `message', `message-box',
5034 `message-or-box'.
5035
5036 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
5037
5038 * errors.texi (Standard Errors): Correct xrefs.
5039
5040 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
5041
5042 * display.texi (Defining Images): Update documentation for
5043 `image-load-path'.
5044
5045 2005-09-17 Richard M. Stallman <rms@gnu.org>
5046
5047 * display.texi (Defining Images): Clean up previous change.
5048
5049 2005-09-16 Romain Francoise <romain@orebokech.com>
5050
5051 * elisp.texi: Specify GFDL version 1.2.
5052
5053 * doclicense.texi (GNU Free Documentation License): Update to
5054 version 1.2.
5055
5056 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
5057
5058 * display.texi (Defining Images): Document `image-load-path'.
5059
5060 2005-09-15 Richard M. Stallman <rms@gnu.org>
5061
5062 * objects.texi (Printed Representation): Minor cleanup.
5063 (Box Diagrams): Minor fix.
5064 (Cons Cell Type): Move (...) index item here.
5065 (Box Diagrams): From here.
5066 (Array Type): Minor fix.
5067 (Type Predicates): Delete index "predicates".
5068 (Hash Table Type): Clarify xref.
5069 (Dotted Pair Notation): Minor fix.
5070
5071 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
5072
5073 * files.texi (Saving Buffers): Fix typo.
5074
5075 2005-09-08 Richard M. Stallman <rms@gnu.org>
5076
5077 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5078
5079 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
5080
5081 * locals.texi (Standard Buffer-Local Variables): Don't include
5082 mode variables for minor modes.
5083 Fix xrefs for buffer-display-count, buffer-display-table,
5084 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5085 enable-multibyte-characters, fill-column, header-line-format,
5086 left-fringe-width, left-margin, and right-fringe-width.
5087
5088 * hooks.texi (Standard Hooks): All hooks should conform to the
5089 standard naming convention now.
5090 Fix xref for `echo-area-clear-hook'.
5091
5092 * display.texi (Usual Display): Note that indicate-empty-lines and
5093 tab-width are buffer-local.
5094
5095 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5096
5097 * modes.texi (Mode Help): Note that major-mode is buffer-local.
5098
5099 * nonascii.texi (Encoding and I/O): Note that
5100 buffer-file-coding-system is buffer-local.
5101
5102 * positions.texi (List Motion): Note that defun-prompt-regexp is
5103 buffer-local.
5104
5105 * text.texi (Auto Filling): Note that auto-fill-function is
5106 buffer-local.
5107 (Undo): Note that buffer-undo-list is buffer-local.
5108
5109 * windows.texi (Buffers and Windows):
5110 Document buffer-display-count.
5111
5112 2005-09-06 Richard M. Stallman <rms@gnu.org>
5113
5114 * tips.texi (Coding Conventions): Sometimes it is ok to put the
5115 package prefix elsewhere than at the start of the name.
5116
5117 2005-09-03 Richard M. Stallman <rms@gnu.org>
5118
5119 * tips.texi (Programming Tips): Add conventions for minibuffer
5120 questions and prompts.
5121
5122 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
5123
5124 * intro.texi (nil and t): Minor cleanup.
5125 Delete spurious mention of keyword symbols.
5126 (Evaluation Notation): Add index entry.
5127 (A Sample Function Description): Minor cleanup.
5128 (A Sample Variable Description): Not all vars can be set.
5129
5130 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
5131
5132 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5133
5134 (Insertion): Document precise type of `insert-char' arg COUNT.
5135
5136 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5137
5138 * modes.texi (Other Font Lock Variables): Sync the default of
5139 font-lock-lines-before.
5140
5141 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
5142
5143 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5144
5145 2005-08-29 Richard M. Stallman <rms@gnu.org>
5146
5147 * elisp.texi (Top): Update subnode menu.
5148
5149 * searching.texi (Searching and Matching): Move node.
5150 Rearrange contents and add overall explanation.
5151 (Searching and Case): Move node.
5152 (Searching and Matching): Update menu.
5153
5154 2005-08-27 Eli Zaretskii <eliz@gnu.org>
5155
5156 * os.texi (Startup Summary): Fix the description of the initial
5157 startup message display.
5158
5159 2005-08-25 Richard M. Stallman <rms@gnu.org>
5160
5161 * searching.texi (Search and Replace): Add replace-regexp-in-string.
5162
5163 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
5164
5165 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5166 `next-overlay-change' example.
5167
5168 2005-08-22 Juri Linkov <juri@jurta.org>
5169
5170 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5171 Fix invert-face. Fix args of face-background.
5172
5173 * display.texi (Standard Faces): Delete node.
5174 (Faces): Add xref to `(emacs)Standard Faces'.
5175 (Displaying Faces): Fix xref to `Standard Faces'.
5176
5177 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5178
5179 2005-08-20 Alan Mackenzie <acm@muc.de>
5180
5181 * buffers.texi (The Buffer List): Clarify the manipulation of the
5182 buffer list.
5183
5184 2005-08-14 Richard M. Stallman <rms@gnu.org>
5185
5186 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5187 a regexp.
5188
5189 2005-08-11 Richard M. Stallman <rms@gnu.org>
5190
5191 * elisp.texi (Top): Update subnode lists.
5192
5193 * display.texi (Inverse Video): Node deleted.
5194
5195 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5196 New nodes split out of Coding Conventions.
5197
5198 * searching.texi (Regular Expressions): Document re-builder.
5199
5200 * os.texi (Time Parsing): New node split out of Time Conversion.
5201
5202 * processes.texi (Misc Network, Network Feature Testing)
5203 (Network Options, Make Network): New nodes split out of
5204 Low-Level Network.
5205
5206 2005-08-09 Richard M. Stallman <rms@gnu.org>
5207
5208 * frames.texi (Geometry): New node, split from Size and Position.
5209 (Frame Parameters): Refer to Geometry.
5210
5211 * buffers.texi (The Buffer List): Fix xrefs.
5212
5213 * windows.texi (Splitting Windows): Fix xref.
5214
5215 * frames.texi (Layout Parameters): Add xref.
5216
5217 * display.texi (Line Height, Scroll Bars): Fix xrefs.
5218
5219 * keymaps.texi (Menu Bar): Fix xref.
5220
5221 * locals.texi (Standard Buffer-Local Variables): Fix xref.
5222
5223 * modes.texi (%-Constructs): Fix xref.
5224
5225 * frames.texi (Window Frame Parameters): Node split up.
5226 (Basic Parameters, Position Parameters, Size Parameters)
5227 (Layout Parameters, Buffer Parameters, Management Parameters)
5228 (Cursor Parameters, Color Parameters): New subnodes.
5229
5230 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5231
5232 * positions.texi (Screen Lines): Update xref for previous change
5233 in minibuf.texi.
5234
5235 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5236 change in minibuf.texi.
5237
5238 2005-08-09 Richard M. Stallman <rms@gnu.org>
5239
5240 * tips.texi (Coding Conventions): Minor cleanup.
5241
5242 * modes.texi (Defining Minor Modes): Explain when init-value
5243 can be non-nil.
5244
5245 * elisp.texi (Top): Update submenu for Minibuffer.
5246
5247 * minibuf.texi (Minibuffer Misc): Node split up.
5248 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5249 (Recursive Mini): New nodes split out from Minibuffer Misc.
5250 (Minibuffer Misc): Document max-mini-window-height.
5251
5252 * hash.texi (Defining Hash): Delete stray paren in example.
5253
5254 * display.texi (Echo Area Customization): Don't define
5255 max-mini-window-height here; xref instead.
5256
5257 * commands.texi (Event Input Misc): Update while-no-input.
5258
5259 * advice.texi (Advising Functions): Explain when to use advice
5260 and when to use a hook.
5261
5262 2005-07-30 Eli Zaretskii <eliz@gnu.org>
5263
5264 * makefile.w32-in (info): Don't run install-info.
5265 ($(infodir)/dir): New target, produced by running install-info.
5266
5267 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5268
5269 * modes.texi (Defining Minor Modes): The keyword for the initial
5270 value is :init-value, not :initial-value.
5271
5272 2005-07-23 Eli Zaretskii <eliz@gnu.org>
5273
5274 * loading.texi (Autoload): Make the `doctor' example be consistent
5275 with what's in current loaddefs.el. Describe the "fn" magic in
5276 the usage portion of the doc string.
5277
5278 2005-07-22 Richard M. Stallman <rms@gnu.org>
5279
5280 * internals.texi (Garbage Collection): Clarify previous change.
5281
5282 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5283
5284 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5285
5286 2005-07-18 Juri Linkov <juri@jurta.org>
5287
5288 * commands.texi (Accessing Events):
5289 * frames.texi (Text Terminal Colors, Resources):
5290 * markers.texi (The Mark):
5291 * modes.texi (Defining Minor Modes):
5292 Delete duplicate duplicate words.
5293
5294 2005-07-16 Richard M. Stallman <rms@gnu.org>
5295
5296 * display.texi (Managing Overlays): Clarify make-overlay
5297 args for insertion types.
5298
5299 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5300
5301 * customize.texi (Variable Definitions):
5302 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5303 `standard-value' is a list too.
5304 (Defining New Types): Use @key{RET} instead of @key{ret}.
5305
5306 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5307
5308 * os.texi (Translating Input): Fix typo.
5309
5310 2005-07-08 Richard M. Stallman <rms@gnu.org>
5311
5312 * README: Update edition number and size estimate.
5313
5314 * elisp.texi (VERSION): Set to 2.9.
5315
5316 2005-07-07 Richard M. Stallman <rms@gnu.org>
5317
5318 * book-spine.texinfo: Update Emacs version.
5319
5320 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5321
5322 2005-07-06 Richard M. Stallman <rms@gnu.org>
5323
5324 * searching.texi (Regexp Search): Clarify what re-search-forward
5325 does when the search fails.
5326
5327 2005-07-05 Lute Kamstra <lute@gnu.org>
5328
5329 * Update FSF's address in GPL notices.
5330
5331 * doclicense.texi (GNU Free Documentation License):
5332 * gpl.texi (GPL):
5333 * tips.texi (Coding Conventions, Library Headers):
5334 * vol1.texi:
5335 * vol2.texi: Update FSF's address.
5336
5337 2005-07-04 Richard M. Stallman <rms@gnu.org>
5338
5339 * hooks.texi (Standard Hooks): Add occur-hook.
5340
5341 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5342
5343 * display.texi (The Echo Area): Correct menu.
5344
5345 2005-07-03 Richard M. Stallman <rms@gnu.org>
5346
5347 * elisp.texi (Top): Update subnode menu for Display.
5348
5349 * display.texi (Displaying Messages): New node, with most
5350 of what was in The Echo Area.
5351 (Progress): Move under The Echo Area.
5352 (Logging Messages): New node with new text.
5353 (Echo Area Customization): New node, the rest of what was
5354 in The Echo Area. Document message-truncate-lines with @defvar.
5355 (Display): Update menu.
5356
5357 * windows.texi (Textual Scrolling): Doc 3 values for
5358 scroll-preserve-screen-position.
5359
5360 * text.texi (Special Properties): Change hook functions
5361 should bind inhibit-modification-hooks around altering buffer text.
5362
5363 * keymaps.texi (Key Binding Commands): Call binding BINDING
5364 rather than DEFINITION.
5365
5366 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5367
5368 * variables.texi (Defining Variables): `user-variable-p' returns t
5369 for aliases of user options, nil for alias loops.
5370
5371 2005-06-28 Richard M. Stallman <rms@gnu.org>
5372
5373 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5374 make-keymap.
5375
5376 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5377
5378 * variables.texi (Setting Variables): Correct and clarify
5379 description of `add-to-ordered-list'.
5380
5381 2005-06-26 Richard M. Stallman <rms@gnu.org>
5382
5383 * display.texi (Faces): Minor cleanup.
5384
5385 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5386
5387 * display.texi (Faces): `facep' returns t for strings that are
5388 face names.
5389
5390 2005-06-25 Richard M. Stallman <rms@gnu.org>
5391
5392 * objects.texi (Equality Predicates): Clarify meaning of equal.
5393
5394 * windows.texi (Selecting Windows): save-selected-window
5395 and with-selected-window save and restore the current buffer.
5396
5397 2005-06-24 Richard M. Stallman <rms@gnu.org>
5398
5399 * numbers.texi (Float Basics): Explain how to test for NaN,
5400 and printing the sign of NaNs.
5401
5402 2005-06-24 Eli Zaretskii <eliz@gnu.org>
5403
5404 * makefile.w32-in (MAKEINFO): Use --force.
5405
5406 2005-06-23 Richard M. Stallman <rms@gnu.org>
5407
5408 * display.texi (Face Functions): Correct Texinfo usage.
5409
5410 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5411
5412 * lists.texi (Rings): `ring-elements' now returns the elements of
5413 RING in order.
5414
5415 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
5416
5417 * markers.texi (The Mark): Texinfo usage fix.
5418
5419 2005-06-23 Kim F. Storm <storm@cua.dk>
5420
5421 * searching.texi (Entire Match Data): Remove evaporate option for
5422 match-data. Do not mention evaporate option for set-match-data.
5423
5424 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5425
5426 * display.texi (Face Functions): Mention face aliases.
5427
5428 2005-06-21 Richard M. Stallman <rms@gnu.org>
5429
5430 * anti.texi (Antinews): Texinfo usage fix.
5431
5432 2005-06-21 Karl Berry <karl@gnu.org>
5433
5434 * elisp.texi: Use @copying.
5435
5436 * elisp.texi: Put @summarycontents and @contents before the Top
5437 node, instead of the end of the file, so that the contents appear
5438 in the right place in the dvi/pdf output.
5439
5440 2005-06-21 Juri Linkov <juri@jurta.org>
5441
5442 * display.texi (Defining Faces): Add `customized-face'.
5443
5444 2005-06-20 Kim F. Storm <storm@cua.dk>
5445
5446 * variables.texi (Setting Variables): Any type of element can be
5447 given order in add-to-ordered-list. Compare elements with eq.
5448
5449 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5450
5451 2005-06-20 Karl Berry <karl@gnu.org>
5452
5453 * syntax.texi (Syntax Flags): Make last column very slightly wider
5454 to avoid "generic comment" breaking on two lines and causing an
5455 underfull box.
5456
5457 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5458
5459 * lists.texi (Rings): Various minor clarifications and corrections.
5460
5461 2005-06-18 Richard M. Stallman <rms@gnu.org>
5462
5463 * functions.texi (Obsolete Functions): Simplify.
5464
5465 * variables.texi (Variable Aliases): Simplify.
5466
5467 * anti.texi, backups.texi, compile.texi, customization.texi:
5468 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5469 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5470 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5471 * variables.texi: Fix formatting ugliness.
5472
5473 * elisp.texi: Add links to Rings and Byte Packing.
5474 Update version and copyright years.
5475
5476 * minibuf.texi: Fix formatting ugliness.
5477 (Completion Commands): Move keymap vars to the end
5478 and vars completing-read binds to the top.
5479
5480 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5481
5482 * processes.texi: Fix typos.
5483 (Bindat Spec): Correct Texinfo error.
5484 (Byte Packing): Fix ungrammatical sentence.
5485
5486 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5487
5488 * lists.texi (Rings): New node.
5489 (Lists): Add it to menu.
5490
5491 * processes.texi (Byte Packing): New node.
5492 (Processes): Add it to menu.
5493
5494 2005-06-17 Richard M. Stallman <rms@gnu.org>
5495
5496 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5497
5498 * help.texi (Documentation Basics): Explain the xref to
5499 Documentation Tips.
5500
5501 * debugging.texi (Debugger Commands): Minor fix.
5502
5503 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5504
5505 * edebug.texi (Instrumenting): Eliminate duplicate link.
5506 (Specification List): Replace references to "below", referring to
5507 a later node, with one @ref to that node.
5508
5509 * os.texi (Timers): Timers should save and restore the match data
5510 if they change it.
5511
5512 * debugging.texi (Debugger Commands): Mention that the Lisp
5513 debugger can not step through primitive functions.
5514
5515 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5516
5517 * functions.texi (Obsolete Functions): Update argument names of
5518 `make-obsolete' and `define-obsolete-function-alias'.
5519
5520 * variables.texi (Variable Aliases): Update argument names of
5521 `defvaralias', `make-obsolete-variable' and
5522 `define-obsolete-variable-alias'.
5523
5524 2005-06-15 Kim F. Storm <storm@cua.dk>
5525
5526 * searching.texi (Entire Match Data): Rephrase warnings about
5527 evaporate arg to match-data and set-match-data.
5528
5529 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5530
5531 * elisp.texi (Top): Update detailed menu.
5532
5533 * edebug.texi (Edebug): Update menu.
5534 (Instrumenting): Update xrefs.
5535 (Edebug Execution Modes): Correct xref.
5536 (Jumping): Clarify description of `h' command.
5537 Eliminate redundant @ref.
5538 (Breaks): New node.
5539 (Breakpoints): Is now a subsubsection.
5540 (Global Break Condition): Mention `C-x X X'.
5541 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5542 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5543 (Edebug Display Update): Correct pxref.
5544 (Edebug and Macros): New node.
5545 (Instrumenting Macro Calls): Is now a subsubsection.
5546 Neither arg of `def-edebug-spec' is evaluated.
5547 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5548 (Specification Examples): Fix typo.
5549
5550 2005-06-14 Lute Kamstra <lute@gnu.org>
5551
5552 * debugging.texi (Function Debugging): Primitives can break on
5553 entry too.
5554
5555 2005-06-14 Kim F. Storm <storm@cua.dk>
5556
5557 * variables.texi (Setting Variables): Add add-to-ordered-list.
5558
5559 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5560
5561 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5562 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5563
5564 2005-06-13 Lute Kamstra <lute@gnu.org>
5565
5566 * text.texi (Special Properties): Fix cross reference.
5567
5568 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5569
5570 * debugging.texi (Function Debugging): Delete mention of empty
5571 string argument to `cancel-debug-on-entry'. Delete inaccurate
5572 description of the return value of that command.
5573
5574 2005-06-11 Alan Mackenzie <acm@muc.de>
5575
5576 * text.texi (Adaptive Fill): Amplify the description of
5577 fill-context-prefix.
5578
5579 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5580
5581 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5582
5583 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5584
5585 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5586
5587 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5588
5589 * debugging.texi (Error Debugging): Minor rewording.
5590 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5591 is optional.
5592
5593 2005-06-10 Lute Kamstra <lute@gnu.org>
5594
5595 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5596 (Top): Give it a title. Correct version number. Give the
5597 detailed node listing a more prominent header.
5598 * intro.texi: Don't set VERSION here a second time.
5599 Mention Emacs's version too.
5600 * anti.texi (Antinews): Use EMACSVER to refer to the current
5601 version of Emacs.
5602
5603 2005-06-09 Kim F. Storm <storm@cua.dk>
5604
5605 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5606 match-data and set-match-data.
5607
5608 2005-06-08 Richard M. Stallman <rms@gnu.org>
5609
5610 * searching.texi (Entire Match Data): Clarify when match-data
5611 returns markers and when integers.
5612
5613 * display.texi (Defining Faces): Explain that face name should not
5614 end in `-face'.
5615
5616 * modes.texi (Mode Line Data): Minor cleanup.
5617 (Customizing Keywords): Node split out of Search-based Fontification.
5618 Add example of using font-lock-add-keywords from a hook.
5619 Clarify when MODE should be non-nil, and when nil.
5620
5621 2005-06-06 Richard M. Stallman <rms@gnu.org>
5622
5623 * modes.texi (Mode Line Data): Explain what happens when the car
5624 of a list is a void symbol.
5625 (Search-based Fontification): Explain MODE arg to
5626 font-lock-add-keywords and warn about calls from major modes.
5627
5628 2005-06-08 Juri Linkov <juri@jurta.org>
5629
5630 * display.texi (Standard Faces): Add `shadow' face.
5631
5632 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5633
5634 * modes.texi (Major Mode Conventions): A derived mode only needs
5635 to put the call to the parent mode inside `delay-mode-hooks'.
5636
5637 2005-05-29 Richard M. Stallman <rms@gnu.org>
5638
5639 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5640 new, and what that implies. Clarify.
5641
5642 * files.texi (Locating Files): Clean up the text.
5643
5644 * frames.texi (Window Frame Parameters): Document user-size.
5645 Shorten entry for top by referring to left.
5646
5647 2005-05-26 Richard M. Stallman <rms@gnu.org>
5648
5649 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5650 is new, and what the implications are. Other clarifications.
5651
5652 2005-05-24 Richard M. Stallman <rms@gnu.org>
5653
5654 * frames.texi (Dialog Boxes): Minor fixes.
5655
5656 2005-05-25 Masatake YAMATO <jet@gyve.org>
5657
5658 * display.texi (Standard Faces): Write about `mode-line-highlight'.
5659
5660 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5661
5662 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5663 is optional.
5664
5665 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
5666
5667 * frames.texi (Dialog Boxes): Describe new optional argument.
5668
5669 2005-05-23 Lute Kamstra <lute@gnu.org>
5670
5671 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5672 syntax-begin-function over font-lock-beginning-of-syntax-function.
5673
5674 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5675
5676 * minibuf.texi (Reading File Names): Update description of
5677 `read-directory-name'.
5678
5679 * modes.texi (Derived Modes): Clarify :group keyword.
5680
5681 2005-05-21 Eli Zaretskii <eliz@gnu.org>
5682
5683 * files.texi (Locating Files): New subsection.
5684 Describe locate-file and executable-find.
5685
5686 2005-05-21 Kevin Ryde <user42@zip.com.au>
5687
5688 * frames.texi (Initial Parameters): Update cross reference to
5689 "Emacs Invocation".
5690
5691 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5692
5693 * keymaps.texi (Active Keymaps): Add anchor.
5694
5695 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5696 (Major Mode Conventions): Refer to `Auto Major Mode' in more
5697 appropriate place.
5698 (Derived Modes): Small clarifications.
5699 (Minor Mode Conventions, Keymaps and Minor Modes):
5700 Replace references to nodes with references to anchors.
5701 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5702 Clarify description of lists whose first element is an integer.
5703 (Mode Line Variables): Add anchor.
5704 (%-Constructs): Clarify description of integer after %.
5705 (Emulating Mode Line): Describe nil value for FACE.
5706
5707 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5708
5709 * modes.texi (Derived Modes): Correct references to non-existing
5710 variable standard-syntax-table.
5711
5712 2005-05-17 Lute Kamstra <lute@gnu.org>
5713
5714 * modes.texi (Defining Minor Modes): Mention the mode hook.
5715
5716 2005-05-15 Kim F. Storm <storm@cua.dk>
5717
5718 * processes.texi (Network): Remove open-network-stream-nowait.
5719 (Network Servers): Remove open-network-stream-server.
5720
5721 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5722
5723 * elisp.texi (Top): Update detailed menu.
5724
5725 * variables.texi: Reorder nodes.
5726 (Variables): Update menu.
5727 (File Local Variables): Do not refer to the `-*-' line as
5728 a "local variables list". Add pxref.
5729
5730 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5731
5732 * elisp.texi (Top): Update detailed menu for node changes.
5733
5734 * modes.texi (Modes): Update Menu.
5735 (Hooks): Move to beginning of chapter.
5736 Most minor modes run mode hooks too.
5737 `add-hook' can handle void hooks or hooks whose value is a single
5738 function.
5739 (Major Modes): Update Menu.
5740 (Major Mode Basics): New node, split off from `Major Modes'.
5741 (Major Mode Conventions): Correct xref. Explain how to handle
5742 auto-mode-alist if the major mode command has an autoload cookie.
5743 (Auto Major Mode): Major update. Add magic-mode-alist.
5744 (Derived Modes): Major update.
5745 (Mode Line Format): Update Menu.
5746 (Mode Line Basics): New node, split off from `Mode Line Format'.
5747
5748 * loading.texi (Autoload): Mention `autoload cookie' as synonym
5749 for `magic autoload comment'. Add index entries and anchor.
5750
5751 2005-05-14 Richard M. Stallman <rms@gnu.org>
5752
5753 * tips.texi (Coding Conventions): Explain how important it is
5754 that just loading certain files not change Emacs behavior.
5755
5756 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
5757
5758 2005-05-12 Lute Kamstra <lute@gnu.org>
5759
5760 * modes.texi (Generic Modes): Update.
5761 (Major Modes): Refer to node "Generic Modes".
5762
5763 * elisp.texi (Top): Update to the current structure of the manual.
5764 * processes.texi (Processes): Add menu description.
5765 * customize.texi (Customization): Add menu descriptions.
5766
5767 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
5768
5769 * processes.texi (Signals to Processes)
5770 (Low-Level Network): Fix typos.
5771
5772 2005-05-11 Lute Kamstra <lute@gnu.org>
5773
5774 * elisp.texi (Top): Add some nodes from the chapter "Major and
5775 Minor Modes" to the detailed node listing.
5776
5777 2005-05-10 Richard M. Stallman <rms@gnu.org>
5778
5779 * keymaps.texi (Extended Menu Items): Menu item filter functions
5780 can be called at any time.
5781
5782 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
5783
5784 * variables.texi (File Local Variables): `(hack-local-variables t)'
5785 now also checks whether a mode is specified in the local variables
5786 list.
5787
5788 2005-05-05 Kevin Ryde <user42@zip.com.au>
5789
5790 * display.texi (The Echo Area): Correct format function cross
5791 reference.
5792
5793 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5794
5795 * variables.texi (Variable Aliases): Change description of
5796 `define-obsolete-variable-alias'.
5797
5798 * functions.texi (Functions): Add "Obsolete Functions" to menu.
5799 (Defining Functions): Add xref.
5800 (Obsolete Functions): New node.
5801 (Function Safety): Standardize capitalization of section title.
5802
5803 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
5804 (Dialog Boxes): Complete description of `x-popup-dialog'.
5805
5806 2005-05-04 Richard M. Stallman <rms@gnu.org>
5807
5808 * commands.texi (Interactive Codes): Fix Texinfo usage.
5809 Document U more clearly.
5810
5811 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5812
5813 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
5814 function and not a macro.
5815
5816 * frames.texi (Pop-Up Menus): Correct and clarify description of
5817 `x-popup-menu'.
5818 (Dialog Boxes): Clarify description of `x-popup-dialog'.
5819
5820 2005-05-01 Richard M. Stallman <rms@gnu.org>
5821
5822 * edebug.texi (Checking Whether to Stop): Fix previous change.
5823
5824 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5825
5826 * display.texi: Fix typos and Texinfo usage.
5827
5828 * edebug.texi (Checking Whether to Stop): executing-macro ->
5829 executing-kbd-macro.
5830
5831 2005-05-01 Richard M. Stallman <rms@gnu.org>
5832
5833 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
5834
5835 2005-04-30 Richard M. Stallman <rms@gnu.org>
5836
5837 * files.texi (Magic File Names): Document `operations' property.
5838
5839 2005-04-29 Lute Kamstra <lute@gnu.org>
5840
5841 * modes.texi (Generic Modes): New node.
5842 (Major Modes): Add it to the menu.
5843 (Derived Modes): Add "derived mode" to concept index.
5844
5845 2005-04-28 Lute Kamstra <lute@gnu.org>
5846
5847 * modes.texi (Defining Minor Modes): Fix previous change.
5848 (Font Lock Mode): Simplify.
5849 (Font Lock Basics): Say that font-lock-defaults is buffer-local
5850 when set and that some parts are optional. Add cross references.
5851 (Search-based Fontification): Say how to specify font-lock-keywords.
5852 Add cross references. Add font-lock-multiline to index.
5853 Move font-lock-keywords-case-fold-search here from node "Other Font
5854 Lock Variables". Document font-lock-add-keywords and
5855 font-lock-remove-keywords.
5856 (Other Font Lock Variables): Move font-lock-keywords-only,
5857 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5858 and font-lock-syntactic-face-function to node "Syntactic Font
5859 Lock". Move font-lock-keywords-case-fold-search to node
5860 "Search-based Fontification". Document font-lock-inhibit-thing-lock
5861 and font-lock-{,un}fontify-{buffer,region}-function.
5862 (Precalculated Fontification): Remove reference to deleted variable
5863 font-lock-core-only.
5864 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
5865 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
5866 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5867 and font-lock-syntactic-face-function here from node "Other Font
5868 Lock Variables". Move font-lock-syntactic-keywords to "Setting
5869 Syntax Properties". Add cross references.
5870 (Setting Syntax Properties): New node.
5871 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
5872 * syntax.texi (Syntax Properties): Add cross reference.
5873 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
5874
5875 2005-04-26 Richard M. Stallman <rms@gnu.org>
5876
5877 * display.texi (Defining Faces):
5878 Document `default' elements of defface spec.
5879
5880 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
5881
5882 * variables.texi (Variable Aliases): Clarify text.
5883
5884 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
5885
5886 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
5887
5888 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
5889
5890 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
5891
5892 2005-04-24 Eli Zaretskii <eliz@gnu.org>
5893
5894 * syntax.texi (Syntax Table Internals): Elaborate documentation of
5895 syntax-after and syntax-class.
5896
5897 * files.texi (Changing Files): Fix last change's cross-reference.
5898 (Unique File Names): Don't mention "numbers" in the documentation
5899 of make-temp-file and make-temp-name.
5900
5901 2005-04-23 Richard M. Stallman <rms@gnu.org>
5902
5903 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
5904
5905 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
5906
5907 * windows.texi (Cyclic Window Ordering): Clarify window-list.
5908
5909 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
5910
5911 * variables.texi (Variable Aliases): Describe make-obsolete-variable
5912 and define-obsolete-variable-alias.
5913
5914 2005-04-22 Kim F. Storm <storm@cua.dk>
5915
5916 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
5917 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
5918
5919 2005-04-21 Lute Kamstra <lute@gnu.org>
5920
5921 * lists.texi (Association Lists): Document rassq-delete-all.
5922
5923 2005-04-19 Richard M. Stallman <rms@gnu.org>
5924
5925 * modes.texi (Search-based Fontification): Explain that
5926 facespec is an expression to be evaluated.
5927
5928 2005-04-19 Kevin Ryde <user42@zip.com.au>
5929
5930 * streams.texi (Output Functions): Fix xref.
5931 * strings.texi (String Conversion): Fix xref.
5932
5933 2005-04-19 Kim F. Storm <storm@cua.dk>
5934
5935 * symbols.texi (Symbol Plists): Add safe-get.
5936 Mention that `get' may signal an error.
5937
5938 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
5939
5940 * customize.texi (Variable Definitions): Replace tooltip-mode
5941 example with save-place.
5942
5943 2005-04-17 Richard M. Stallman <rms@gnu.org>
5944
5945 * buffers.texi (Indirect Buffers): Clarify.
5946
5947 * positions.texi (Positions): Clarify converting marker to integer.
5948
5949 * strings.texi (String Basics): Mention string-match; clarify.
5950
5951 2005-04-08 Lute Kamstra <lute@gnu.org>
5952
5953 * modes.texi (Search-based Fontification): Fix cross references.
5954 Use consistent terminology. Document anchored highlighting.
5955
5956 2005-04-05 Lute Kamstra <lute@gnu.org>
5957
5958 * modes.texi (Defining Minor Modes): Document :group keyword
5959 argument and its default value.
5960
5961 2005-04-03 Lute Kamstra <lute@gnu.org>
5962
5963 * hooks.texi (Standard Hooks): Add some hooks. Add cross
5964 references and/or descriptions. Delete major mode hooks; mention
5965 them as a category instead. Rename or delete obsolete hooks.
5966
5967 2005-04-02 Richard M. Stallman <rms@gnu.org>
5968
5969 * nonascii.texi (Coding System Basics): Another wording cleanup.
5970
5971 2005-04-01 Richard M. Stallman <rms@gnu.org>
5972
5973 * nonascii.texi (Coding System Basics): Clarify previous change.
5974
5975 2005-04-01 Kenichi Handa <handa@m17n.org>
5976
5977 * nonascii.texi (Coding System Basics): Describe about roundtrip
5978 identity of coding systems.
5979
5980 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
5981
5982 * text.texi (Buffer Contents): Add filter-buffer-substring and
5983 buffer-substring-filters.
5984
5985 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
5986
5987 * anti.texi (Antinews): Mention `G' interactive code.
5988
5989 * tips.texi (Compilation Tips): Mention benchmark.el.
5990
5991 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
5992
5993 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
5994 is now bound to M-o M-o.
5995
5996 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
5997
5998 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5999
6000 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6001 in the Emacs Manual).
6002 * Makefile.in (srcs): Remove calendar.texi.
6003 * makefile.w32-in (srcs): Remove calendar.texi.
6004 * display.texi (Display): Change name of next node.
6005 * os.texi (System In): Change name of previous node.
6006 * elisp.texi (Top): Remove Calendar references.
6007 * vol1.texi (Top): Remove Calendar references.
6008 * vol2.texi (Top): Remove Calendar references.
6009
6010 2005-03-25 Richard M. Stallman <rms@gnu.org>
6011
6012 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6013 Cleanup previous change.
6014
6015 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
6016
6017 * display.texi (Face Attributes): Faces earlier in an :inherit
6018 list take precedence.
6019 (Scroll Bars): Fix description of vertical-scroll-bars.
6020 Document frame-current-scroll-bars and window-current-scroll-bars.
6021
6022 * markers.texi (The Mark): Document temporary Transient Mark mode.
6023
6024 * minibuf.texi (Reading File Names):
6025 Document read-file-name-completion-ignore-case.
6026
6027 * positions.texi (Screen Lines): Document nil for width argument
6028 to compute-motion.
6029
6030 2005-03-23 Kim F. Storm <storm@cua.dk>
6031
6032 * display.texi (Standard Faces): Other faces used in the fringe
6033 implicitly inherits from the fringe face.
6034 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6035 properties implicitly inherits from fringe face.
6036 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6037
6038 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
6039
6040 * display.texi (Invisible Text): State default value of
6041 line-move-ignore-invisible.
6042 (Managing Overlays): Document remove-overlays.
6043 (Standard Faces): Document escape-glyph face.
6044
6045 * minibuf.texi (Reading File Names): Document read-file-name-function.
6046
6047 * modes.texi (Other Font Lock Variables):
6048 Document font-lock-lines-before.
6049
6050 * positions.texi (Skipping Characters): skip-chars-forward allows
6051 character classes.
6052
6053 2005-03-18 Lute Kamstra <lute@gnu.org>
6054
6055 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6056
6057 2005-03-17 Richard M. Stallman <rms@gnu.org>
6058
6059 * text.texi (Undo): Document extensible undo entries.
6060
6061 * searching.texi (String Search, Regexp Search): Cleanups.
6062
6063 * nonascii.texi (Character Codes): Minor fix.
6064
6065 * display.texi (Display Property): Explain the significance
6066 of having text properties that are eq.
6067 (Other Display Specs): Explain string as display spec.
6068
6069 * commands.texi (Interactive Codes): Document G option.
6070
6071 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
6072
6073 * text.texi (Filling): Add sentence-end-without-period and
6074 sentence-end-without-space.
6075 (Changing Properties): Minor fix.
6076
6077 * anti.texi: Total rewrite.
6078
6079 2005-03-15 Lute Kamstra <lute@gnu.org>
6080
6081 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6082
6083 2005-03-08 Kim F. Storm <storm@cua.dk>
6084
6085 * display.texi (Specified Space): Property :width is support on
6086 non-graphic terminals, :height is not.
6087
6088 2005-03-07 Richard M. Stallman <rms@gnu.org>
6089
6090 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6091 Now subnodes of Fringes.
6092 (Overlay Arrow): Document overlay-arrow-variable-list.
6093 (Fringe Size/Pos): New node, broken out of Fringes.
6094 (Display): Explain clearing vs redisplay better.
6095 (Truncation): Clarify use of bitmaps.
6096 (The Echo Area): Clarify the uses of the echo area.
6097 Add max-mini-window-height.
6098 (Progress): Clarify.
6099 (Invisible Text): Explain that main loop moves point out.
6100 (Selective Display): Say "hidden", not "invisible".
6101 (Managing Overlays): Move up. Describe relation to Undo here.
6102 (Overlay Properties): Clarify intro.
6103 (Finding Overlays): Explain return values when nothing found.
6104 (Width): truncate-string-to-width has added arg.
6105 (Displaying Faces): Clarify and update mode line face handling.
6106 (Face Functions): Minor cleanup.
6107 (Conditional Display): Merge into Other Display Specs.
6108 (Pixel Specification, Other Display Specs): Minor cleanups.
6109 (Images, Image Descriptors): Minor cleanups.
6110 (GIF Images): Patents have expired.
6111 (Showing Images): Explain default text for insert-image.
6112 (Manipulating Button Types): Merge into Manipulating Buttons.
6113 (Making Buttons): Explain return values.
6114 (Button Buffer Commands): Add xref.
6115 (Inverse Video): Update mode-line-inverse-video.
6116 (Display Table Format): Clarify.
6117 (Active Display Table): Give defaults for window-display-table.
6118
6119 * calendar.texi (Calendar Customizing): calendar-holiday-marker
6120 and calendar-today-marker are strings, not chars.
6121 (Holiday Customizing): Minor fix.
6122
6123 * internals.texi (Writing Emacs Primitives): Update `or' example.
6124 Update limit on # args of subr.
6125
6126 * edebug.texi (Using Edebug): Arrow is in fringe.
6127 (Instrumenting): Arg to eval-defun works without loading edebug.
6128 (Edebug Execution Modes): Add xref.
6129
6130 * customize.texi (Common Keywords): Clarify :require.
6131 Mention :version here.
6132 (Variable Definitions, Group Definitions): Not here.
6133 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6134
6135 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
6136 * nonascii.texi (Text Representations): Clarify position-bytes.
6137 (Character Sets): Add list-charset-chars.
6138 (Scanning Charsets): Add charset-after.
6139 (Encoding and I/O): Minor fix.
6140
6141 2005-03-06 Richard M. Stallman <rms@gnu.org>
6142
6143 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6144 (Resizing Windows): Likewise.
6145
6146 * text.texi (Change Hooks): Get rid of "Emacs 21".
6147
6148 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6149
6150 * streams.texi (Output Variables): Get rid of "Emacs 21".
6151
6152 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6153
6154 * os.texi (Translating Input): Replace flow-control example
6155 with a less obsolete example that uses `keyboard-translate'.
6156
6157 * objects.texi (Hash Table Type, Circular Objects):
6158 Get rid of "Emacs 21".
6159
6160 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6161 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6162
6163 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6164
6165 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6166
6167 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6168 (Menu Bar): Fix when menu-bar-update-hook is called.
6169
6170 * hash.texi (Hash Tables): Get rid of "Emacs 21".
6171
6172 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6173 and make it read better.
6174
6175 * files.texi (Writing to Files): Get rid of "Emacs 21".
6176 (Unique File Names): Likewise.
6177
6178 * elisp.texi: Update Emacs version to 22.
6179
6180 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6181 (Overlay Properties, Face Attributes): Likewise.
6182 (Managing Overlays): Fix punctuation.
6183 (Attribute Functions): Clarify set-face-font; get rid of
6184 info about old Emacs versions.
6185 (Auto Faces, Font Lookup, Display Property, Images):
6186 Get rid of "Emacs 21".
6187
6188 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6189
6190 2005-03-05 Richard M. Stallman <rms@gnu.org>
6191
6192 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6193
6194 2005-03-04 Lute Kamstra <lute@gnu.org>
6195
6196 * debugging.texi (Error Debugging): Document stack-trace-on-error.
6197
6198 2005-03-03 Lute Kamstra <lute@gnu.org>
6199
6200 * edebug.texi (Instrumenting Macro Calls): Fix typo.
6201
6202 2005-03-01 Lute Kamstra <lute@gnu.org>
6203
6204 * debugging.texi (Debugger Commands): Update `j'.
6205
6206 2005-02-28 Lute Kamstra <lute@gnu.org>
6207
6208 * debugging.texi (Debugging): Fix typo.
6209 (Error Debugging): Document eval-expression-debug-on-error.
6210 (Function Debugging): Update example.
6211 (Using Debugger): Mention starred stack frames.
6212 (Debugger Commands): Document `j' and `l'.
6213 (Invoking the Debugger): `d' and `j' exit recursive edit too.
6214 Update the messages that the debugger displays.
6215 (Internals of Debugger): Add cross reference. Update example.
6216 (Excess Open): Minor improvement.
6217 (Excess Close): Minor improvement.
6218
6219 2005-02-26 Richard M. Stallman <rms@gnu.org>
6220
6221 * tips.texi (Coding Conventions): Clarify.
6222 Put all the major mode key reservations together.
6223 Mention the Mouse-1 => Mouse-2 conventions.
6224
6225 * syntax.texi (Syntax Class Table): Clarify.
6226 (Syntax Table Functions): syntax-after moved from here.
6227 (Syntax Table Internals): syntax-after moved to here.
6228 (Parsing Expressions): Update info on number of values
6229 and what's meaningful in the STATE argument.
6230 (Categories): Fix typo.
6231
6232 * sequences.texi (Arrays): Cleanup.
6233 (Char-Tables): Clarify.
6234
6235 * processes.texi (Deleting Processes): Cleanups, add xref.
6236 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6237 (Process Information): set-process-coding-system, some args optional.
6238 (Input to Processes): Explain various types for PROCESS args.
6239 Rename them from PROCESS-NAME to PROCESS.
6240 (Signals to Processes): Likewise.
6241 (Decoding Output): Cleanup.
6242 (Query Before Exit): Clarify.
6243
6244 * os.texi (Startup Summary): Correct the options; add missing ones.
6245 (Terminal Output, Batch Mode): Clarify.
6246 (Flow Control): Node deleted.
6247
6248 * markers.texi (The Mark): Clarify.
6249
6250 * macros.texi (Expansion): Cleanup.
6251 (Indenting Macros): indent-spec allows ints, not floats.
6252
6253 * keymaps.texi (Keymaps): Clarify.
6254 (Format of Keymaps): Update lisp-mode-map example.
6255 (Active Keymaps, Key Lookup): Clarify.
6256 (Changing Key Bindings): Add xref to `kbd'.
6257 (Key Binding Commands, Simple Menu Items): Clarify.
6258 (Mouse Menus, Menu Bar): Clarify.
6259 (Menu Example): Replace print example with menu-bar-replace-menu.
6260
6261 * help.texi (Documentation Basics): Add function-documentation prop.
6262
6263 * elisp.texi (Top): Don't refer to Flow Control node.
6264
6265 * commands.texi (Command Overview): Improve xrefs.
6266 (Adjusting Point): Adjusting point applies to intangible and invis.
6267 (Key Sequence Input): Doc extra read-key-sequence args.
6268 Likewise for read-key-sequence-vector.
6269
6270 * backups.texi (Rename or Copy): Minor fix.
6271 (Numbered Backups): For version-control, say the default.
6272 (Auto-Saving): make-auto-save-file-name example is simplified.
6273
6274 * advice.texi (Advising Functions): Don't imply one part of Emacs
6275 should advise another part. Markup changes.
6276 (Defining Advice): Move transitional para.
6277 (Activation of Advice): Cleanup.
6278 Explain if COMPILE is nil or negative.
6279
6280 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6281
6282 2005-02-24 Lute Kamstra <lute@gnu.org>
6283
6284 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6285 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6286
6287 2005-02-23 Lute Kamstra <lute@gnu.org>
6288
6289 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6290 to define global minor modes as well.
6291
6292 * display.texi (Managing Overlays): overlay-buffer returns nil for
6293 deleted overlays.
6294
6295 2005-02-22 Kim F. Storm <storm@cua.dk>
6296
6297 * minibuf.texi (Basic Completion): Allow symbols in addition to
6298 strings in try-completion and all-completions.
6299
6300 2005-02-14 Lute Kamstra <lute@gnu.org>
6301
6302 * elisp.texi (Top): Remove reference to deleted node.
6303
6304 * lists.texi (Lists): Remove reference to deleted node.
6305 (Cons Cells): Fix typo.
6306
6307 * loading.texi (Where Defined): Fix typo.
6308
6309 2005-02-14 Richard M. Stallman <rms@gnu.org>
6310
6311 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6312 is useful for discarding some minor modes.
6313
6314 * symbols.texi (Symbol Components): Reorder examples.
6315
6316 * streams.texi (Input Functions): State standard-input default.
6317 (Output Variables): State standard-output default.
6318
6319 * objects.texi (Printed Representation): Clarify read syntax vs print.
6320 (Floating Point Type): Explain meaning better.
6321 (Symbol Type): Explain uniqueness better.
6322 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6323 List examples sooner.
6324 (Box Diagrams): New subnode broken out.
6325 Some examples moved from old Lists as Boxes node.
6326 (Dotted Pair Notation): Clarify intro.
6327 (Array Type): Clarify.
6328 (Type Predicates): Add hash-table-p.
6329
6330 * numbers.texi (Integer Basics): Clarify radix explanation.
6331 (Predicates on Numbers): Minor clarification.
6332 (Comparison of Numbers): Minor clarification. Clarify eql.
6333 Typos in min, max.
6334 (Math Functions): Clarify overflow in expt.
6335
6336 * minibuf.texi (Text from Minibuffer): Minor clarification.
6337 Mention arrow keys.
6338
6339 * loading.texi (Autoload): defun's doc string overrides autoload's
6340 doc string.
6341 (Repeated Loading): Modernize "add to list" examples.
6342 (Where Defined): Finish updating table of load-history elts.
6343
6344 * lists.texi (List-related Predicates): Minor wording improvement.
6345 (Lists as Boxes): Node deleted.
6346 (Building Lists): Explain trivial cases of number-sequence.
6347
6348 * hash.texi (Hash Tables): Add desc to menu items.
6349 (Creating Hash): Explain "full" means "make larger".
6350 (Hash Access): Any object can be a key.
6351 State value of maphash.
6352
6353 * functions.texi (What Is a Function): Wording cleanup.
6354 (Function Documentation): Minor cleanup.
6355 Explain purpose of calling convention at end of doc string.
6356 (Function Names): Wording cleanup.
6357 (Calling Functions): Wording cleanup.
6358 Explain better how funcall calls the function.
6359 (Function Cells): Delete example of saving and redefining function.
6360
6361 * control.texi (Combining Conditions): Wording cleanup.
6362 (Iteration): dolist and dotimes bind VAR locally.
6363 (Cleanups): Xref to Atomic Changes.
6364
6365 * compile.texi (Byte Compilation): Delete 19.29 info.
6366 (Compilation Functions): Macros' difficulties don't affect defsubst.
6367 (Docs and Compilation): Delete 19.29 info.
6368
6369 2005-02-10 Richard M. Stallman <rms@gnu.org>
6370
6371 * objects.texi (Symbol Type): Minor correction.
6372
6373 2005-02-06 Lute Kamstra <lute@gnu.org>
6374
6375 * modes.texi (Example Major Modes): Fix typos.
6376
6377 2005-02-06 Richard M. Stallman <rms@gnu.org>
6378
6379 * text.texi (Margins): fill-nobreak-predicate can be one function.
6380
6381 * strings.texi (Modifying Strings): clear-string can make unibyte.
6382 (Formatting Strings): format gives error if values missing.
6383
6384 * positions.texi (Character Motion): Mention default arg
6385 for forward-char. backward-char refers to forward-char.
6386 (Word Motion): Mention default arg for forward-word.
6387 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6388 Simplify end-of-buffer.
6389 (Text Lines): Mention default arg for forward-line.
6390 (List Motion): Mention default arg for beginning/end-of-defun.
6391 (Skipping Characters): Minor fixes in explaining character-set.
6392
6393 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6394 Mode inheritance applies only when default-major-mode is nil.
6395 Clarifications.
6396 (Example Major Modes): Update Text mode and Lisp mode examples.
6397 (Minor Mode Conventions): Mention define-minor-mode at top.
6398 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6399 (Mode Line Format): Update mode line face display info.
6400 (Properties in Mode): Mention effect of risky vars.
6401 (Imenu): Define imenu-add-to-menubar.
6402 (Font Lock Mode): Add descriptions to menu lines.
6403 (Faces for Font Lock): Add font-lock-doc-face.
6404
6405 2005-02-05 Lute Kamstra <lute@gnu.org>
6406
6407 * text.texi (Maintaining Undo): Remove obsolete function.
6408
6409 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6410
6411 * frames.texi (Color Names): Add pointer to the X docs about RGB
6412 color specifications. Improve indexing.
6413 (Text Terminal Colors): Replace the description of RGB values by
6414 an xref to "Color Names".
6415
6416 2005-02-03 Richard M. Stallman <rms@gnu.org>
6417
6418 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6419 Clarify.
6420 (Selecting Windows): Clarify save-selected-window.
6421 (Cyclic Window Ordering): Clarify walk-windows.
6422 (Window Point): Clarify.
6423 (Window Start): Add comment to example.
6424 (Resizing Windows): Add `interactive' specs in examples.
6425 Document fit-window-to-buffer.
6426
6427 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6428 (Undo, Maintaining Undo): Clarify last change.
6429 (Sorting): In sort-numeric-fields, explain about octal and hex.
6430 Mention sort-numeric-base.
6431 (Format Properties): Add xref for hard newlines.
6432
6433 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6434 (Pop-Up Menus): Fix typo.
6435 (Color Names): Explain all types of color names.
6436 Explain color-values on B&W terminal.
6437 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6438
6439 * files.texi (File Locks): Not supported on MS systems.
6440 (Testing Accessibility): Clarify.
6441
6442 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6443 (Coverage Testing): Fix typo.
6444
6445 * commands.texi (Misc Events): Remove stray space.
6446
6447 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6448 (Modification Time): Clarify when visited-file-modtime returns 0.
6449 (The Buffer List): Clarify bury-buffer.
6450 (Killing Buffers): Clarify.
6451 (Indirect Buffers): Add clone-indirect-buffer.
6452
6453 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6454
6455 * edebug.texi (Printing in Edebug): Fix default value of
6456 edebug-print-circle.
6457 (Coverage Testing): Fix displayed frequency count data.
6458
6459 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6460
6461 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6462
6463 2005-02-02 Kim F. Storm <storm@cua.dk>
6464
6465 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6466
6467 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6468
6469 * commands.texi (Misc Events): Describe the help-echo event.
6470
6471 * text.texi (Special Properties) <help-echo>: Use `pos'
6472 consistently in description of the help-echo property.
6473 Use @code{nil} instead of @var{nil}.
6474
6475 * display.texi (Overlay Properties): Fix the index entry for
6476 help-echo overlay property.
6477
6478 * customize.texi (Type Keywords): Uncomment the xref to the
6479 help-echo property documentation.
6480
6481 2005-01-23 Kim F. Storm <storm@cua.dk>
6482
6483 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6484 return value. Third element FULLY replaced by PARTIAL which
6485 specifies number of invisible pixels if row is only partially visible.
6486 (Textual Scrolling): Mention auto-window-vscroll.
6487 (Vertical Scrolling): New defvar auto-window-vscroll.
6488
6489 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6490
6491 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6492 command remapping.
6493
6494 2005-01-15 Richard M. Stallman <rms@gnu.org>
6495
6496 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6497
6498 2005-01-14 Kim F. Storm <storm@cua.dk>
6499
6500 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6501
6502 * text.texi (Links and Mouse-1): Fix string and vector item.
6503
6504 2005-01-13 Richard M. Stallman <rms@gnu.org>
6505
6506 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6507 descriptions of overriding-local-map and overriding-terminal-local-map.
6508
6509 * text.texi (Links and Mouse-1): Clarify text.
6510
6511 2005-01-13 Kim F. Storm <storm@cua.dk>
6512
6513 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6514
6515 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6516
6517 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6518
6519 2005-01-12 Kim F. Storm <storm@cua.dk>
6520
6521 * text.texi (Links and Mouse-1): Rename section from Enabling
6522 Mouse-1 to Following Links. Change xrefs.
6523 Add examples for define-button-type and define-widget.
6524
6525 * display.texi (Button Properties, Button Buffer Commands):
6526 Clarify mouse-1 and follow-link functionality.
6527
6528 2005-01-12 Richard M. Stallman <rms@gnu.org>
6529
6530 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6531
6532 * display.texi (Beeping): Fix Texinfo usage.
6533
6534 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6535
6536 2005-01-11 Kim F. Storm <storm@cua.dk>
6537
6538 * display.texi (Button Properties, Button Buffer Commands):
6539 Mention mouse-1 binding. Add follow-link keyword.
6540
6541 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6542 (Enabling Mouse-1 to Follow Links): New subsection.
6543
6544 2005-01-06 Richard M. Stallman <rms@gnu.org>
6545
6546 * text.texi (Special Properties): Minor change.
6547
6548 * os.texi (Timers): Clarify previous change.
6549
6550 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6551
6552 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6553
6554 * display.texi (Face Attributes): Correct xref to renamed node.
6555
6556 2005-01-01 Richard M. Stallman <rms@gnu.org>
6557
6558 * display.texi (Face Attributes): Describe hex color specs.
6559
6560 2004-12-31 Richard M. Stallman <rms@gnu.org>
6561
6562 * os.texi (Timers): Update previous change.
6563
6564 2004-12-30 Kim F. Storm <storm@cua.dk>
6565
6566 * display.texi (Line Height): Total line-height is now specified
6567 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6568 in cons cells. (nil . RATIO) is relative to actual line height.
6569 Use line-height `t' instead of `0' to get minimum height.
6570
6571 2004-12-29 Richard M. Stallman <rms@gnu.org>
6572
6573 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6574
6575 2004-12-28 Richard M. Stallman <rms@gnu.org>
6576
6577 * commands.texi (Quitting): Clarify value of with-local-quit.
6578
6579 * elisp.texi (Top): Fix previous change.
6580
6581 * loading.texi (Loading): Fix previous change.
6582
6583 2004-12-27 Richard M. Stallman <rms@gnu.org>
6584
6585 * Makefile.in (MAKEINFO): Specify --force.
6586
6587 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6588
6589 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6590
6591 * display.texi (Line Height): Further clarify.
6592
6593 * elisp.texi (Top): Update Loading submenu.
6594
6595 * loading.texi (Where Defined): New node.
6596 (Unloading): load-history moved to Where Defined.
6597
6598 2004-12-21 Richard M. Stallman <rms@gnu.org>
6599
6600 * commands.texi (Event Input Misc): Add while-no-input.
6601
6602 2004-12-11 Richard M. Stallman <rms@gnu.org>
6603
6604 * display.texi (Line Height): Rewrite text for clarity.
6605
6606 2004-12-11 Kim F. Storm <storm@cua.dk>
6607
6608 * display.texi (Display): Add node "Line Height" to menu.
6609 (Line Height): New node. Move full description of line-spacing
6610 and line-height text properties here from text.texi.
6611 (Scroll Bars): Add vertical-scroll-bar variable.
6612
6613 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6614
6615 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6616 line-spacing and vertical-scroll-bar.
6617
6618 * text.texi (Special Properties): Just mention line-spacing and
6619 line-height here, add xref to new "Line Height" node.
6620
6621 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6622
6623 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6624
6625 * locals.texi (Standard Buffer-Local Variables):
6626 Add @xref for `line-spacing'.
6627
6628 2004-12-05 Richard M. Stallman <rms@gnu.org>
6629
6630 * Makefile.in (maintainer-clean): Remove the info files
6631 in $(infodir) where they are created.
6632
6633 2004-12-03 Richard M. Stallman <rms@gnu.org>
6634
6635 * windows.texi (Selecting Windows): get-lru-window and
6636 get-largest-window don't consider dedicated windows.
6637
6638 * text.texi (Undo): Document undo-in-progress.
6639
6640 2004-11-26 Richard M. Stallman <rms@gnu.org>
6641
6642 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6643 Remove a few vars that are not always buffer-local.
6644
6645 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6646
6647 * locals.texi (Standard Buffer-Local Variables): Comment out
6648 xref's to non-existent node `Yet to be written'.
6649
6650 2004-11-24 Richard M. Stallman <rms@gnu.org>
6651
6652 * processes.texi (Synchronous Processes): Grammar fix.
6653
6654 * numbers.texi (Comparison of Numbers): Add eql.
6655
6656 * locals.texi (Standard Buffer-Local Variables): Add many vars.
6657
6658 * intro.texi (Printing Notation): Fix previous change.
6659
6660 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6661 and default-indicate-buffer-boundaries from here.
6662 (Usual Display): To here.
6663 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6664 (Usual Display): Move tab-width up.
6665
6666 * customize.texi (Variable Definitions):
6667 Replace show-paren-mode example with tooltip-mode.
6668 (Simple Types, Composite Types, Defining New Types):
6669 Minor cleanups.
6670
6671 2004-11-21 Jesper Harder <harder@ifa.au.dk>
6672
6673 * processes.texi (Synchronous Processes, Output from Processes):
6674 Markup fix.
6675
6676 2004-11-20 Richard M. Stallman <rms@gnu.org>
6677
6678 * positions.texi (Skipping Characters): skip-chars-forward
6679 now handles char classes.
6680
6681 * intro.texi (Printing Notation): Avoid confusion of `print'
6682 when explaining @print.
6683
6684 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6685
6686 * display.texi (Display Table Format): Minor fix.
6687
6688 * streams.texi (Output Functions): Fix print example.
6689
6690 * Makefile.in (elisp): New target.
6691 (dist): Depend on $(infodir)/elisp, not elisp.
6692 Copy the info files from $(infodir).
6693
6694 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6695 read-from-minibuffer.
6696
6697 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6698
6699 2004-11-19 Richard M. Stallman <rms@gnu.org>
6700
6701 * searching.texi (Regexp Search): Add search-whitespace-regexp.
6702
6703 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
6704
6705 * tips.texi (Coding Conventions): Fix typo.
6706
6707 2004-11-16 Richard M. Stallman <rms@gnu.org>
6708
6709 * tips.texi (Coding Conventions): Separate defvar and require
6710 methods to avoid warnings. Use require only when there are many
6711 functions and variables from that package.
6712
6713 * minibuf.texi (Minibuffer Completion): When ignoring case,
6714 predicate must not be case-sensitive.
6715
6716 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6717 (Test Coverage): Don't talk about "splotches". Clarified.
6718
6719 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
6720
6721 * frames.texi (Window Frame Parameters): Fix typo.
6722
6723 2004-11-15 Kim F. Storm <storm@cua.dk>
6724
6725 * symbols.texi (Other Plists): Note that plist-get may signal error.
6726 Add safe-plist-get.
6727
6728 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6729
6730 * modes.texi (Font Lock Basics): Fix typo.
6731
6732 2004-11-08 Richard M. Stallman <rms@gnu.org>
6733
6734 * syntax.texi (Syntax Table Functions): Add syntax-after.
6735
6736 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
6737
6738 * os.texi (Processor Run Time): New section documenting
6739 get-internal-run-time.
6740
6741 2004-11-06 Eli Zaretskii <eliz@gnu.org>
6742
6743 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
6744 it nukes elisp-cover.texi.
6745 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
6746 elisp-0 etc.
6747
6748 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
6749
6750 * commands.texi (Keyboard Macros): Document `append' return value
6751 of `defining-kbd-macro'.
6752
6753 2004-11-01 Richard M. Stallman <rms@gnu.org>
6754
6755 * commands.texi (Interactive Call): Add called-interactively-p.
6756
6757 2004-10-29 Simon Josefsson <jas@extundo.com>
6758
6759 * minibuf.texi (Reading a Password): Revert.
6760
6761 2004-10-28 Richard M. Stallman <rms@gnu.org>
6762
6763 * frames.texi (Display Feature Testing): Explain about "vendor".
6764
6765 2004-10-27 Richard M. Stallman <rms@gnu.org>
6766
6767 * commands.texi (Interactive Codes): `N' uses numeric prefix,
6768 not raw. Clarify `n'.
6769 (Interactive Call): Rewrite interactive-p, focusing on when
6770 and how to use it.
6771 (Misc Events): Clarify previous change.
6772
6773 * advice.texi (Simple Advice): Clarify what job the example does.
6774 (Around-Advice): Clarify ad-do-it.
6775 (Activation of Advice): An option of ad-default-compilation-action
6776 is `never', not `nil'.
6777
6778 2004-10-26 Kim F. Storm <storm@cua.dk>
6779
6780 * commands.texi (Interactive Codes): Add U code letter.
6781
6782 2004-10-25 Simon Josefsson <jas@extundo.com>
6783
6784 * minibuf.texi (Reading a Password): Add.
6785
6786 2004-10-24 Jason Rumney <jasonr@gnu.org>
6787
6788 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
6789 and wheel-down.
6790
6791 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
6792
6793 * processes.texi (Synchronous Processes): Document process-file.
6794
6795 2004-10-22 Kenichi Handa <handa@m17n.org>
6796
6797 * text.texi (translate-region): Document that it accepts also a
6798 char-table.
6799
6800 2004-10-22 David Ponce <david@dponce.com>
6801
6802 * windows.texi (Resizing Windows): Document the `preserve-before'
6803 argument of the functions `enlarge-window' and `shrink-window'.
6804
6805 2004-10-19 Jason Rumney <jasonr@gnu.org>
6806
6807 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
6808
6809 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
6810
6811 * text.texi (Filling): Add anchor for definition of
6812 `sentence-end-double-space'.
6813
6814 * searching.texi (Regexp Example): Update description of how
6815 Emacs currently recognizes the end of a sentence.
6816 (Standard Regexps): Update definition of the variable
6817 `sentence-end'. Add definition of the function `sentence-end'.
6818
6819 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
6820
6821 * display.texi (Progress): New node.
6822
6823 2004-10-05 Kim F. Storm <storm@cua.dk>
6824
6825 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
6826
6827 2004-09-29 Kim F. Storm <storm@cua.dk>
6828
6829 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
6830 to identify bitmaps. Remove -fringe-bitmap suffix for standard
6831 fringe bitmap symbols, as they now have their own namespace.
6832 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
6833 vs. pixels. Signal error if no free bitmap slots.
6834 (Pixel Specification): Change IMAGE to @var{image}.
6835
6836 2004-09-28 Richard M. Stallman <rms@gnu.org>
6837
6838 * text.texi (Special Properties): Clarify line-spacing and line-height.
6839
6840 * searching.texi (Regexp Search): Add looking-back.
6841
6842 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
6843
6844 * display.texi: Correct typos.
6845 (Image Descriptors): Correct xref's.
6846
6847 2004-09-25 Richard M. Stallman <rms@gnu.org>
6848
6849 * text.texi (Special Properties): Cleanups in `cursor'.
6850 Rewrites in `line-height' and `line-spacing'; exchange them.
6851
6852 * display.texi (Fringes): Rewrite previous change.
6853 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
6854 (Display Fringe Bitmaps): Node deleted, text moved.
6855 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
6856 (Scroll Bars): Clarify set-window-scroll-bars.
6857 (Pointer Shape): Rewrite.
6858 (Specified Space): Clarify :align-to, etc.
6859 (Pixel Specification): Use @var. Clarify new text.
6860 (Other Display Specs): Clarify `slice'.
6861 (Image Descriptors): Cleanups.
6862 (Showing Images): Cleanups.
6863
6864 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
6865
6866 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
6867
6868 * modes.texi: Various minor changes in addition to:
6869 (Major Mode Conventions): Final call to `run-mode-hooks' should
6870 not be inside the `delay-mode-hooks' form.
6871 (Mode Hooks): New node.
6872 (Hooks): Delete obsolete example.
6873 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
6874 node "Mode Hooks".
6875
6876 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
6877
6878 * display.texi: Correct various typos.
6879 (Display): Rename node "Pointer Shapes" to "Pointer
6880 Shape". (There is already a node called "Pointer Shapes" in
6881 frames.texi.)
6882 (Images): Remove non-existent node "Image Slices" from menu.
6883
6884 2004-09-23 Kim F. Storm <storm@cua.dk>
6885
6886 * text.texi (Special Properties): Add `cursor', `pointer',
6887 `line-height', and `line-spacing' properties.
6888
6889 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
6890 Shapes' to menu.
6891 (Standard Faces): Doc fix for fringe face.
6892 (Fringes): Add `overflow-newline-into-fringe' and
6893 'indicate-buffer-boundaries'.
6894 (Fringe Bitmaps, Pointer Shapes): New nodes.
6895 (Display Property): Add 'Pixel Specification' and 'Display Fringe
6896 Bitmaps' to menu.
6897 (Specified Space): Describe pixel width and height.
6898 (Pixel Specification): New node.
6899 (Other Display Specs): Add `slice' property.
6900 (Display Fringe Bitmaps): New node.
6901 (Images): Add 'Image Slices' to menu.
6902 (Image Descriptors): Add `:pointer' and `:map' properties.
6903 (Showing Images): Add slice arg to `insert-image'.
6904 Add 'insert-sliced-image'.
6905
6906 2004-09-20 Richard M. Stallman <rms@gnu.org>
6907
6908 * commands.texi (Key Sequence Input):
6909 Clarify downcasing in read-key-sequence.
6910
6911 2004-09-08 Juri Linkov <juri@jurta.org>
6912
6913 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
6914
6915 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
6916
6917 * locals.texi (Standard Buffer-Local Variables):
6918 Add `buffer-auto-save-file-format'.
6919 * internals.texi (Buffer Internals): Describe new
6920 auto_save_file_format field of the buffer structure.
6921 * files.texi (Format Conversion): `auto-save-file-format' has been
6922 renamed `buffer-auto-save-file-format'.
6923
6924 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
6925
6926 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
6927 an integer or a marker.
6928 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
6929
6930 2004-08-22 Richard M. Stallman <rms@gnu.org>
6931
6932 * modes.texi (Major Mode Conventions): Discuss rebinding of
6933 standard key bindings.
6934
6935 2004-08-18 Kim F. Storm <storm@cua.dk>
6936
6937 * processes.texi (Accepting Output): Add `just-this-one' arg to
6938 `accept-process-output'.
6939 (Output from Processes): New var `process-adaptive-read-buffering'.
6940
6941 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
6942
6943 * keymaps.texi: Various changes in addition to:
6944 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
6945 Give more varied examples for `kbd'.
6946 (Creating Keymaps): Char tables have slots for all characters
6947 without modifiers.
6948 (Active Keymaps): `overriding-local-map' and
6949 `overriding-terminal-local-map' also override text property and
6950 overlay keymaps.
6951 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
6952 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
6953 to denote a prefix of no events.
6954 `map-keymap' includes parent's bindings _recursively_.
6955 Clarify and correct description of `where-is-internal'.
6956 Mention BUFFER-OR-NAME arg to `describe-bindings'.
6957 (Menu Example): For menus intended for use with the keyboard, the
6958 menu items should be bound to characters or real function keys.
6959
6960 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
6961
6962 * objects.texi (Character Type): Reposition `@anchor' to prevent
6963 double space inside sentence in Info.
6964
6965 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
6966 renamed to `disabled-command-function'.
6967 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
6968 (Command Loop Info): Replace reference to it.
6969 (Disabling Commands): `disabled-command-hook' has been renamed to
6970 `disabled-command-function'.
6971
6972 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
6973
6974 * os.texi (Translating Input): Only non-prefix bindings in
6975 `key-translation-map' override actual key bindings. Warn about
6976 possible indirect effect of actual key bindings on non-prefix
6977 bindings in `key-translation-map'.
6978
6979 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
6980
6981 * minibuf.texi (High-Level Completion): Add anchor for definition
6982 of `read-variable'.
6983
6984 * commands.texi: Various changes in addition to:
6985 (Using Interactive): Clarify description of `interactive-form'.
6986 (Interactive Call): Mention default for KEYS argument to
6987 `call-interactively'.
6988 (Command Loop Info): Clarify description of `this-command-keys'.
6989 Mention KEEP-RECORD argument to `clear-this-command-keys'.
6990 Value of `last-event-frame' can be `macro'.
6991 (Repeat Events): `double-click-fuzz' is also used to distinguish
6992 clicks and drags.
6993 (Classifying Events): Clarify descriptions of `event-modifiers'
6994 `event-basic-type' and `event-convert-list'.
6995 (Accessing Events): `posn-timestamp' takes POSITION argument.
6996 (Quoted Character Input): Clarify description of
6997 `read-quoted-char' and fix example.
6998 (Quitting): Add `with-local-quit'.
6999 (Disabling Commands): Correct and clarify descriptions of
7000 `enable-command' and `disable-command'.
7001 Mention what happens if `disabled-command-hook' is nil.
7002 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7003 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7004
7005 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7006
7007 * frames.texi: Various changes in addition to:
7008 (Creating Frames): Expand and clarify description of `make-frame'.
7009 (Window Frame Parameters): Either none or both of the `icon-left'
7010 and `icon-top' parameters must be specified. Put descriptions of
7011 `menu-bar-lines' and `toolbar-lines' closer together and change
7012 them accordingly.
7013 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7014 except while processing `frame-title-format' or `icon-title-format'.
7015 (Deleting Frames): Correct description of `delete-frame'.
7016 Non-nil return values of `frame-live-p' are like those of `framep'.
7017 (Frames and Windows): Mention return value of
7018 `set-frame-selected-window'.
7019 (Visibility of Frames): Mention `force' argument to
7020 `make-frame-invisible'. `frame-visible-p' returns t for all
7021 frames on text-only terminals.
7022 (Frame Configurations): Restoring a frame configuration does not
7023 restore deleted frames.
7024 (Window System Selections): `x-set-selection' returns DATA.
7025 (Resources): Add example.
7026 (Display Feature Testing): Clarify descriptions of
7027 `display-pixel-height', `display-pixel-width', `x-server-version'
7028 and `x-server-vendor'.
7029
7030 * windows.texi (Choosing Window): Add anchor.
7031 * minibuf.texi (Minibuffer Misc): Add anchor.
7032
7033 2004-07-23 John Paul Wallington <jpw@gnu.org>
7034
7035 * macros.texi (Defining Macros): Declaration keyword for setting
7036 Edebug spec is `debug' not `edebug'.
7037
7038 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7039
7040 * windows.texi: Various small changes in addition to:
7041 (Window Point): Mention return value of `set-window-point'.
7042 (Window Start): `pos-visible-in-window-p' disregards horizontal
7043 scrolling. Explain return value if PARTIALLY is non-nil.
7044 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7045 and `set-window-vscroll'.
7046 (Size of Window): The argument WINDOW to `window-inside-edges',
7047 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7048 (Resizing Windows): Explain return value of
7049 `shrink-window-if-larger-than-buffer'.
7050 `window-size-fixed' automatically becomes buffer local when set.
7051 (Window Configurations): Explain return value of
7052 `set-window-configuration'.
7053
7054 * minibuf.texi (Minibuffer Misc): Add anchor for
7055 `minibuffer-scroll-window'.
7056
7057 * positions.texi (Text Lines): Add anchor for `count-lines'.
7058
7059 2004-07-17 Richard M. Stallman <rms@gnu.org>
7060
7061 * display.texi (Overlay Properties): Adding `evaporate' prop
7062 deletes empty overlay immediately.
7063
7064 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7065 fix example.
7066
7067 2004-07-16 Jim Blandy <jimb@redhat.com>
7068
7069 * searching.texi (Regexp Backslash): Document new \_< and \_>
7070 operators.
7071
7072 2004-07-16 Juanma Barranquero <lektu@terra.es>
7073
7074 * display.texi (Images): Fix Texinfo usage.
7075
7076 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7077
7078 * buffers.texi (Modification Time): `visited-file-modtime' now
7079 returns a list of two integers, instead of a cons.
7080
7081 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7082
7083 * windows.texi: Various changes in addition to:
7084 (Splitting Windows): Add `split-window-keep-point'.
7085
7086 2004-07-09 Richard M. Stallman <rms@gnu.org>
7087
7088 * frames.texi (Input Focus): Minor fix.
7089
7090 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7091
7092 * frames.texi (Input Focus): Clarify descriptions of
7093 `select-frame-set-input-focus' and `select-frame'.
7094
7095 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7096
7097 * os.texi: Various small changes in addition to:
7098 (Killing Emacs): Expand and clarify description of
7099 `kill-emacs-query-functions' and `kill-emacs-hook'.
7100 (System Environment): Expand and clarify description of `getenv'
7101 and `setenv'.
7102 (Timers): Clarify description of `run-at-time'.
7103 (Translating Input): Correct description of
7104 `extra-keyboard-modifiers'.
7105 (Flow Control): Correct description of `enable-flow-control'.
7106
7107 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
7108
7109 * os.texi: Update copyright.
7110 (Session Management): Grammar fix.
7111 Clarify which Emacs does the restarting.
7112 Use @samp for *scratch* buffer.
7113
7114 2004-07-04 Alan Mackenzie <acm@muc.de>
7115
7116 * frames.texi (Input Focus): Add documentation for
7117 `select-frame-set-input-focus'. Replace refs to non-existent
7118 `switch-frame' with `select-frame'. Minor corrections and tidying
7119 up of text-only terminal stuff.
7120
7121 2004-07-02 Richard M. Stallman <rms@gnu.org>
7122
7123 * files.texi (Saving Buffers): Cleanup write-contents-function.
7124 (Magic File Names): Cleanup file-remote-p.
7125
7126 2004-07-02 Kai Großjohann <kai@emptydomain.de>
7127
7128 * files.texi (Magic File Names): `file-remote-p' returns an
7129 identifier of the remote system, not just t.
7130
7131 2004-07-02 David Kastrup <dak@gnu.org>
7132
7133 * searching.texi (Entire Match Data): Add explanation about new
7134 match-data behavior when @var{integers} is non-nil.
7135
7136 2004-06-24 Richard M. Stallman <rms@gnu.org>
7137
7138 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7139
7140 * customize.texi (Variable Definitions): Note about doc strings
7141 and :set.
7142
7143 * keymaps.texi (Keymap Terminology): Document `kbd'.
7144 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7145
7146 * display.texi (Invisible Text): Setting buffer-invisibility-spec
7147 makes it buffer-local.
7148
7149 * files.texi (Saving Buffers): Correct previous change.
7150
7151 * commands.texi (Accessing Events):
7152 Clarify posn-col-row and posn-actual-col-row.
7153
7154 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
7155
7156 * commands.texi (Accessing Events): New functions
7157 posn-at-point and posn-at-x-y. Add example to posn-x-y.
7158
7159 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7160
7161 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7162 * frames.texi, buffers.texi, backups.texi, variables.texi:
7163 * loading.texi, eval.texi, functions.texi, control.texi:
7164 * symbols.texi, minibuf.texi: Reposition @anchor's.
7165
7166 * help.texi: Various small changes in addition to the following.
7167 (Describing Characters): Describe PREFIX argument to
7168 `key-description'. Correct and clarify definition of
7169 `text-char-description'. Describe NEED-VECTOR argument to
7170 `read-kbd-macro'.
7171 (Help Functions): Clarify definition of `apropos'.
7172
7173 2004-06-23 Lars Hansen <larsh@math.ku.dk>
7174
7175 * files.texi (Saving Buffers): Correct description of
7176 `write-contents-functions'.
7177
7178 2004-06-21 Juanma Barranquero <lektu@terra.es>
7179
7180 * display.texi (Images): Remove redundant @vindex directives.
7181 Rewrite `image-library-alist' doc in active voice.
7182
7183 2004-06-14 Juanma Barranquero <lektu@terra.es>
7184
7185 * display.texi (Images): Document new delayed library loading,
7186 variable `image-library-alist' and (existing but undocumented)
7187 function `image-type-available-p'.
7188
7189 2004-06-05 Richard M. Stallman <rms@gnu.org>
7190
7191 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7192 refer the user to the Initial Input node.
7193 (Text from Minibuffer): Likewise.
7194 (Initial Input): New node. Document this feature
7195 and say it is mostly deprecated.
7196
7197 2004-05-30 Richard M. Stallman <rms@gnu.org>
7198
7199 * loading.texi (Named Features): Clarify return value
7200 and meaning of NOERROR.
7201
7202 * variables.texi (File Local Variables): Minor cleanup.
7203
7204 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
7205
7206 * files.texi (Magic File Names): Add `file-remote-p' as operation
7207 of file name handlers.
7208
7209 2004-05-29 Richard M. Stallman <rms@gnu.org>
7210
7211 * modes.texi (Minor Mode Conventions): (-) has no special meaning
7212 as arg to a minor mode command.
7213
7214 2004-05-22 Richard M. Stallman <rms@gnu.org>
7215
7216 * syntax.texi (Syntax Class Table): Word syntax not just for English.
7217
7218 * streams.texi (Output Variables): Doc float-output-format.
7219
7220 * searching.texi (Regexp Special): Nested repetition can be infloop.
7221
7222 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7223 real stack overflow.
7224
7225 * compile.texi: Minor cleanups.
7226
7227 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7228
7229 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7230 circular lists.
7231 (List Elements): Explain handling of circular and dotted lists.
7232
7233 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7234
7235 * modes.texi (Search-based Fontification): Fix typo.
7236
7237 2004-05-10 Juanma Barranquero <lektu@terra.es>
7238
7239 * modes.texi (Mode Line Variables): Fix description of
7240 global-mode-string, which is now after which-func-mode, not the
7241 buffer name.
7242
7243 2004-05-07 Lars Hansen <larsh@math.ku.dk>
7244
7245 * modes.texi (Desktop Save Mode): Add.
7246 (Modes): Add menu entry Desktop Save Mode.
7247
7248 * hooks.texi: Add desktop-after-read-hook,
7249 desktop-no-desktop-file-hook and desktop-save-hook.
7250
7251 * locals.texi: Add desktop-save-buffer.
7252
7253 2004-04-30 Jesper Harder <harder@ifa.au.dk>
7254
7255 * display.texi: emacs -> Emacs.
7256
7257 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7258
7259 * files.texi (Changing Files): Document set-file-times.
7260
7261 2004-04-23 Juanma Barranquero <lektu@terra.es>
7262
7263 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7264
7265 2004-04-18 Jesper Harder <harder@ifa.au.dk>
7266
7267 * tips.texi (Coding Conventions): defopt -> defcustom.
7268
7269 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7270
7271 * sequences.texi: Various clarifications.
7272
7273 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7274
7275 * buffers.texi (Read Only Buffers): Mention optional ARG to
7276 `toggle-read-only'.
7277
7278 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
7279
7280 * windows.texi (Selecting Windows): Note that get-lru-window
7281 returns a full-width window if possible.
7282
7283 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7284
7285 * buffers.texi: Various changes in addition to:
7286 (Buffer File Name): Add `find-buffer-visiting'.
7287 (Buffer Modification): Mention optional ARG to `not-modified'.
7288 (Indirect Buffers): Mention optional CLONE argument to
7289 `make-indirect-buffer'.
7290
7291 * files.texi: Various changes in addition to:
7292 (Visiting Functions): `find-file-hook' is now a normal hook.
7293 (File Name Expansion): Explain difference between the way that
7294 `expand-file-name' and `file-truename' treat `..'.
7295 (Contents of Directories): Mention optional ID-FORMAT argument to
7296 `directory-files-and-attributes'.
7297 (Format Conversion): Mention new optional CONFIRM argument to
7298 `format-write-file'.
7299
7300 2004-04-12 Miles Bader <miles@gnu.org>
7301
7302 * macros.texi (Expansion): Add description of `macroexpand-all'.
7303
7304 2004-04-05 Jesper Harder <harder@ifa.au.dk>
7305
7306 * variables.texi (Variable Aliases):
7307 Mention cyclic-variable-indirection.
7308
7309 * errors.texi (Standard Errors): Ditto.
7310
7311 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7312
7313 * backups.texi: Various small changes in addition to:
7314 (Making Backups): Mention return value of `backup-buffer'.
7315 (Auto-Saving): Mention optional FORCE argument to
7316 `delete-auto-save-file-if-necessary'.
7317 (Reverting): Mention optional PRESERVE-MODES argument to
7318 `revert-buffer'. Correct description of `revert-buffer-function'.
7319
7320 2004-03-22 Juri Linkov <juri@jurta.org>
7321
7322 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7323 with `Vector Functions'.
7324
7325 * text.texi (Sorting): Add missing quote.
7326
7327 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7328
7329 * intro.texi (Lisp History): Replace xref to `cl' manual with
7330 inforef.
7331
7332 2004-03-12 Richard M. Stallman <rms@gnu.org>
7333
7334 * intro.texi (Version Info): Add arg to emacs-version.
7335 (Lisp History): Change xref to CL manual.
7336
7337 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7338
7339 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7340 for Partial Completion mode.
7341
7342 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7343
7344 * customize.texi: Fix typo. Remove eol whitespace.
7345
7346 2004-03-04 Richard M. Stallman <rms@gnu.org>
7347
7348 * processes.texi: Fix typos.
7349
7350 * lists.texi (Building Lists): Minor clarification.
7351
7352 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7353 in make-hash-table.
7354
7355 2004-02-29 Juanma Barranquero <lektu@terra.es>
7356
7357 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7358 rm, and ignore exit code.
7359
7360 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7361
7362 * display.texi (Defining Faces): Add description for min-colors.
7363 Update example.
7364
7365 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7366
7367 * abbrevs.texi: Various corrections and clarifications in addition
7368 to the following:
7369 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7370
7371 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7372
7373 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7374
7375 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7376
7377 * text.texi: Various small changes in addition to the following:
7378 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7379 to delete-horizontal-space.
7380 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7381 description of yank-handler text property at various places.
7382
7383 * frames.texi (Window System Selections): Add anchor.
7384
7385 * syntax.texi (Syntax Table Functions): Clarify and correct
7386 descriptions of make-syntax-table and copy-syntax-table.
7387 (Motion and Syntax): Clarify SYNTAXES argument to
7388 skip-syntax-forward.
7389 (Parsing Expressions): Mention that the return value of
7390 parse-partial-sexp is currently a list of ten rather than nine
7391 elements.
7392 (Categories): Various corrections and clarifications.
7393
7394 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7395
7396 * markers.texi (Marker Insertion Types): Minor change.
7397
7398 * locals.texi (Standard Buffer-Local Variables):
7399 * commands.texi (Interactive Codes, Using Interactive):
7400 * functions.texi (Related Topics): Fix xrefs.
7401
7402 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7403
7404 * lists.texi (Sets And Lists): Update description of delete-dups.
7405
7406 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7407
7408 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7409
7410 2004-02-16 Jan Djärv <jan.h.d@swipnet.se>
7411
7412 * frames.texi (Parameter Access): frame-parameters arg is optional.
7413 modify-frame-parameters handles nil for FRAME.
7414 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7415 are all-or-nothing for certain toolkits.
7416 Mention parameter wait-for-wm.
7417 (Frames and Windows): In frame-first-window and frame-selected-window
7418 the arg is optional.
7419 (Input Focus): In redirect-frame-focus the second arg is optional.
7420 (Window System Selections): Mention selection type CLIPBOARD.
7421 Mention data-type UTF8_STRING.
7422 Mention numbering of cut buffers.
7423 (Resources): Describe x-resource-name.
7424
7425 2004-02-16 Richard M. Stallman <rms@gnu.org>
7426
7427 * windows.texi (Buffers and Windows): Delete false table
7428 about all-frames.
7429
7430 * syntax.texi (Parsing Expressions): Delete old caveat
7431 about parse-sexp-ignore-comments.
7432
7433 * streams.texi (Output Variables): Add print-quoted.
7434
7435 * lists.texi (Building Lists): Minor cleanup.
7436
7437 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7438
7439 * display.texi (Overlays): Explain overlays use markers.
7440 (Managing Overlays): Explain front-advance and rear-advance
7441 in more detail.
7442
7443 * loading.texi (Unloading): Document unload-feature-special-hooks.
7444 Get rid of fns-NNN.el file.
7445
7446 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7447
7448 * help.texi (Describing Characters): Fix text-char-description
7449 example output.
7450
7451 * edebug.texi (Using Edebug): Fix example.
7452
7453 * debugging.texi (Internals of Debugger): Fix return value.
7454
7455 * files.texi (Changing Files): Fix argname.
7456
7457 * calendar.texi: Fix parens, and default values.
7458
7459 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7460 * nonascii.texi, objects.texi, os.texi: Minor fixes.
7461 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
7462
7463 * positions.texi (Text Lines): Don't add -1 in current-line.
7464
7465 2004-02-16 Richard M. Stallman <rms@gnu.org>
7466
7467 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7468
7469 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7470
7471 * processes.texi (Low-Level Network): Fix a typo.
7472
7473 2004-02-12 Kim F. Storm <storm@cua.dk>
7474
7475 * display.texi (Fringes): Use consistent wording.
7476 Note that window-fringe's window arg is optional.
7477 (Scroll Bars): Use consistent wording.
7478
7479 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7480
7481 * tips.texi (Comment Tips): Document the new conventions for
7482 commenting out code.
7483
7484 2004-02-07 Jan Djärv <jan.h.d@swipnet.se>
7485
7486 * positions.texi (Text Lines): Add missing end defun.
7487
7488 2004-02-07 Kim F. Storm <storm@cua.dk>
7489
7490 * positions.texi (Text Lines): Add line-number-at-pos.
7491
7492 2004-02-06 John Paul Wallington <jpw@gnu.org>
7493
7494 * display.texi (Button Properties, Button Buffer Commands):
7495 mouse-2 invokes button, not down-mouse-1.
7496
7497 2004-02-04 Jason Rumney <jasonr@gnu.org>
7498
7499 * makefile.w32-in: Sync with Makefile.in changes.
7500
7501 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7502
7503 * minibuf.texi (Text from Minibuffer): Various corrections and
7504 clarifications.
7505 (Object from Minibuffer): Correct Lisp description of
7506 read-minibuffer.
7507 (Minibuffer History): Clarify description of cons values for
7508 HISTORY arguments.
7509 (Basic Completion): Various corrections and clarifications.
7510 Add completion-regexp-list.
7511 (Minibuffer Completion): Correct and clarify description of
7512 completing-read.
7513 (Completion Commands): Mention Partial Completion mode.
7514 Various other minor changes.
7515 (High-Level Completion): Various corrections and clarifications.
7516 (Reading File Names): Ditto.
7517 (Minibuffer Misc): Ditto.
7518
7519 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7520
7521 * strings.texi (Text Comparison): assoc-string also matches
7522 elements of alists that are strings instead of conses.
7523 (Formatting Strings): Standardize Texinfo usage. Update index
7524 entries.
7525
7526 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7527
7528 * lists.texi (Sets And Lists): Add delete-dups.
7529
7530 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7531
7532 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7533 special form.
7534 * macros.texi (Defining Macros): Update description of `declare',
7535 which now is a macro.
7536 (Wrong Time): Fix typos.
7537
7538 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7539
7540 * compile.texi (Compilation Functions): Expand descriptions of
7541 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7542 and `batch-byte-compile'. In particular, mention and describe
7543 all optional arguments.
7544 (Disassembly): Correct and clarify the description of `disassemble'.
7545
7546 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7547
7548 * searching.texi: Various small changes in addition to the
7549 following.
7550 (Regexp Example): Adapt to new value of `sentence-end'.
7551 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7552 `words'.
7553 (Search and Replace): Add usage note for `perform-replace'.
7554 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7555 `match-data'.
7556 (Standard Regexps): Update for new values of `paragraph-start'
7557 and `sentence-end'.
7558
7559 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7560
7561 * files.texi (Saving Buffers): Clarify descriptions of
7562 `write-contents-functions' and `before-save-hook'.
7563 Make the defvar's for `before-save-hook' and `after-save-hook'
7564 into defopt's.
7565
7566 2004-01-07 Kim F. Storm <storm@cua.dk>
7567
7568 * commands.texi (Click Events): Describe new image and
7569 width/height elements of click events.
7570 (Accessing Events): Add posn-string, posn-image, and
7571 posn-object-width-height. Change posn-object to return either
7572 image or string object.
7573
7574 2004-01-01 Simon Josefsson <jas@extundo.com>
7575
7576 * hooks.texi (Standard Hooks): Add before-save-hook.
7577 * files.texi (Saving Buffers): Likewise.
7578
7579 2004-01-03 Richard M. Stallman <rms@gnu.org>
7580
7581 * frames.texi (Frames and Windows): Delete frame-root-window.
7582
7583 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7584
7585 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7586
7587 * functions.texi: Various small changes in addition to the
7588 following.
7589 (What Is a Function): `functionp' returns nil for macros.
7590 Clarify behavior of this and following functions for symbol arguments.
7591 (Function Documentation): Add `\' in front of (fn @var{arglist})
7592 and explain why.
7593 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7594 Add anchor.
7595 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7596
7597 2004-01-01 Miles Bader <miles@gnu.org>
7598
7599 * display.texi (Buttons): New section.
7600
7601 2003-12-31 Andreas Schwab <schwab@suse.de>
7602
7603 * numbers.texi (Math Functions): sqrt reports a domain-error
7604 error.
7605 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7606
7607 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7608
7609 * tips.texi (Documentation Tips): Update item on hyperlinks in
7610 documentation strings.
7611
7612 * errors.texi (Standard Errors): Various small corrections and
7613 additions.
7614
7615 * control.texi: Various small changes in addition to the
7616 following.
7617 (Signaling Errors): Provide some more details on how `signal'
7618 constructs the error message. Add anchor to the definition of
7619 `signal'.
7620 (Error Symbols): Describe special treatment of `quit'.
7621 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7622 to emphasize that it has to be a single form.
7623
7624 * buffers.texi: Add anchor.
7625
7626 2003-12-29 Richard M. Stallman <rms@gnu.org>
7627
7628 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7629 (Window Configurations): Add window-configuration-frame.
7630
7631 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7632
7633 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7634 Change arg name in get-char-property.
7635 (Special Properties): Update handling of keymap property.
7636
7637 * strings.texi (Modifying Strings): Add clear-string.
7638 (Text Comparison): Add assoc-string and remove
7639 assoc-ignore-case, assoc-ignore-representation.
7640
7641 * os.texi (Time of Day): Add set-time-zone-rule.
7642
7643 * numbers.texi (Math Functions): asin, acos, log, log10
7644 report domain-error errors.
7645
7646 * nonascii.texi (Converting Representations):
7647 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7648 (Encoding and I/O): Add file-name-coding-system.
7649
7650 * modes.texi (Search-based Fontification): Explain that
7651 face specs are symbols with face names as values.
7652
7653 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7654
7655 * lists.texi (Building Lists): remq moved elsewhere.
7656 (Sets And Lists): remq moved here.
7657 (Association Lists): Refer to assoc-string.
7658
7659 * internals.texi (Garbage Collection): Add memory-use-counts.
7660
7661 * frames.texi (Frames and Windows): Add set-frame-selected-window
7662 and frame-root-window.
7663
7664 * files.texi (Contents of Directories):
7665 Add directory-files-and-attributes.
7666
7667 * display.texi (Refresh Screen): Add force-window-update.
7668 (Invisible Text): Explain about moving point out of invis text.
7669 (Overlay Properties): Add overlay-properties.
7670 (Managing Overlays): Add overlayp.
7671 (GIF Images): Invalid image number displays a hollow box.
7672
7673 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7674 (Killing Buffers): Add buffer-live-p.
7675
7676 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7677
7678 * display.texi (Fringes): Fix typo "set-buffer-window".
7679
7680 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
7681
7682 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7683 * nonascii.texi, processes.texi, tips.texi, variables.texi:
7684 Add or change various xrefs and anchors.
7685
7686 * commands.texi: Replace all occurrences of @acronym{CAR} with
7687 @sc{car}, for consistency with the rest of the Elisp manual.
7688 `car' and `cdr' are historically acronyms, but are no longer
7689 widely thought of as such.
7690
7691 * internals.texi (Pure Storage): Mention that `purecopy' does not
7692 copy text properties.
7693 (Object Internals): Now 29 bits are used (in most implementations)
7694 to address Lisp objects.
7695
7696 * variables.texi (Variables with Restricted Values): New node.
7697
7698 * objects.texi (Lisp Data Types): Mention that certain variables
7699 can only take on a restricted set of values and add an xref to
7700 the new node "Variables with Restricted Values".
7701
7702 * eval.texi (Function Indirection): Describe the errors that
7703 `indirect-function' can signal.
7704 (Eval): Clarify the descriptions of `eval-region' and `values'.
7705 Describe `eval-buffer' instead of `eval-current-buffer' and
7706 mention `eval-current-buffer' as an alias for `current-buffer'.
7707 Correct the description and mention all optional arguments.
7708
7709 * nonascii.texi: Various small changes in addition to the
7710 following.
7711 (Converting Representations): Clarify behavior of
7712 `string-make-multibyte' and `string-to-multibyte' for unibyte all
7713 ASCII arguments.
7714 (Character Sets): Document the variable `charset-list' and adapt
7715 the definition of the function `charset-list' accordingly.
7716 (Translation of Characters): Clarify use of generic characters in
7717 `make-translation-table'. Clarify and correct the description of
7718 the use of translation tables in encoding and decoding.
7719 (User-Chosen Coding Systems): Correct and clarify the description
7720 of `select-safe-coding-system'.
7721 (Default Coding Systems): Clarify description of
7722 `file-coding-system-alist'.
7723
7724 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7725
7726 * strings.texi (Text Comparison): Correctly describe when two
7727 strings are `equal'. Combine and clarify descriptions of
7728 `assoc-ignore-case' and `assoc-ignore-representation'.
7729
7730 * objects.texi (Non-ASCII in Strings): Clarify description of
7731 when a string is unibyte or multibyte.
7732 (Bool-Vector Type): Update examples.
7733 (Equality Predicates): Correctly describe when two strings are
7734 `equal'.
7735
7736 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
7737
7738 * lists.texi (Building Lists): `append' no longer accepts integer
7739 arguments. Update the description of `number-sequence' to reflect
7740 recent changes.
7741 (Sets And Lists): Describe `member-ignore-case' after `member'.
7742
7743 2003-11-27 Kim F. Storm <storm@cua.dk>
7744
7745 * commands.texi (Click Events): Click object may be an images.
7746 Describe (dx . dy) element of click positions.
7747 (Accessing Events): Remove duplicate posn-timestamp.
7748 New functions posn-object and posn-object-x-y.
7749
7750 2003-11-23 Kim F. Storm <storm@cua.dk>
7751
7752 * commands.texi (Click Events): Describe enhancements to event
7753 position lists, including new text-pos and (col . row) items.
7754 Mention left-fringe and right-fringe area events.
7755 (Accessing Events): New functions posn-area and
7756 posn-actual-col-row. Mention posn-timestamp. Mention that
7757 posn-point in non-text area still returns buffer position.
7758 Clarify posn-col-row.
7759
7760 2003-11-21 Lars Hansen <larsh@math.ku.dk>
7761
7762 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
7763 * anti.texi (File Attributes): Describe removed parameter
7764 ID-FORMAT.
7765
7766 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
7767
7768 * positions.texi (Positions): Mention that, if a marker is used as
7769 a position, its buffer is ignored.
7770
7771 * markers.texi (Overview of Markers): Mention it here too.
7772
7773 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
7774
7775 * numbers.texi (Numeric Conversions): Not just `floor', but also
7776 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
7777
7778 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
7779
7780 * markers.texi (Creating Markers): Specify insertion type of
7781 created markers. Add xref to `Marker Insertion Types'.
7782 Second argument to `copy-marker' is optional.
7783 (Marker Insertion Types): Mention that most markers are created
7784 with insertion type nil.
7785 (The Mark): Correctly describe when `mark' signals an error.
7786 (The Region): Correctly describe when `region-beginning' and
7787 `region-end' signal an error.
7788
7789 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
7790
7791 * hash.texi (Creating Hash): Clarify description of `eql'.
7792 `makehash' is obsolete.
7793 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
7794
7795 * positions.texi (Point): Change description of `buffer-end', so
7796 that it is also correct for floating point arguments.
7797 (List Motion): Correct argument lists of `beginning-of-defun' and
7798 `end-of-defun'.
7799 (Excursions): Add xref to `Marker Insertion Types'.
7800 (Narrowing): Argument to `narrow-to-page' is optional.
7801
7802 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
7803
7804 * streams.texi (Output Streams): Clarify behavior of point for
7805 marker output streams.
7806
7807 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7808
7809 * variables.texi (Defining Variables): Second argument to
7810 `defconst' is not optional.
7811 (Setting Variables): Mention optional argument APPEND to
7812 `add-to-list'.
7813 (Creating Buffer-Local): Expand description of
7814 `make-variable-buffer-local'.
7815 (Frame-Local Variables): Expand description of
7816 `make-variable-frame-local'.
7817 (Variable Aliases): Correct description of optional argument
7818 DOCSTRING to `defvaralias'. Mention return value of
7819 `defvaralias'.
7820 (File Local Variables): Add xref to `File variables' in Emacs
7821 Manual. Correct description of `hack-local-variables'. Mention
7822 `safe-local-variable' property. Mention optional second argument
7823 to `risky-local-variable-p'.
7824
7825 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
7826
7827 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
7828
7829 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7830
7831 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
7832 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
7833 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
7834 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
7835 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
7836 lispref/processes.texi, lispref/searching.texi,
7837 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
7838 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
7839 @acronym{FOO}.
7840
7841 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
7842
7843 * strings.texi (Creating Strings): Argument START to `substring'
7844 can not be `nil'. Expand description of
7845 `substring-no-properties'. Correct description of `split-string',
7846 especially with respect to empty matches. Prevent very bad line
7847 break in definition of `split-string-default-separators'.
7848 (Text Comparison): `string=' and `string<' also accept symbols as
7849 arguments.
7850 (String Conversion): More completely describe argument BASE in
7851 `string-to-number'.
7852 (Formatting Strings): `%s' and `%S' in `format' do require
7853 corresponding object. Clarify behavior of numeric prefix after
7854 `%' in `format'.
7855 (Case Conversion): The argument to `upcase-initials' can be a
7856 character.
7857
7858 2003-10-27 Kenichi Handa <handa@m17n.org>
7859
7860 * display.texi (Fontsets): Fix texinfo usage.
7861
7862 2003-10-25 Kenichi Handa <handa@m17n.org>
7863
7864 * display.texi (Fontsets): Add description of the function
7865 set-fontset-font.
7866
7867 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
7868
7869 * display.texi (Temporary Displays): Add xref to `Documentation
7870 Tips'.
7871
7872 * functions.texi (Function Safety): Use inforef instead of pxref
7873 for SES.
7874
7875 2003-10-23 Andreas Schwab <schwab@suse.de>
7876
7877 * Makefile.in (TEX, texinputdir): Don't define.
7878 (TEXI2DVI): Define.
7879 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
7880 add $(srcdir)/index.texi.
7881 ($(infodir)/elisp): Remove index.texi dependency.
7882 (elisp.dvi): Likewise. Use $(TEXI2DVI).
7883 (index.texi): Remove target.
7884 (dist): Don't link $(srcdir)/permute-index.
7885 (clean): Don't remove index.texi.
7886
7887 * permute-index, index.perm: Remove.
7888 * index.texi: Rename from index.unperm.
7889
7890 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
7891
7892 * tips.texi (Documentation Tips): Document new behavior for face
7893 and variable hyperlinks in Help mode.
7894
7895 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
7896
7897 * objects.texi (Integer Type): Update for extra bit of integer range.
7898 (Character Type): Ditto.
7899
7900 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7901
7902 * numbers.texi (Integer Basics): Add index entries for reading
7903 numbers in hex, octal, and binary.
7904
7905 2003-10-16 Lute Kamstra <lute@gnu.org>
7906
7907 * modes.texi (Mode Line Format): Mention force-mode-line-update's
7908 argument.
7909
7910 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
7911
7912 * windows.texi (Choosing Window): Fix typo.
7913 * edebug.texi (Edebug Execution Modes): Fix typo.
7914
7915 2003-10-13 Richard M. Stallman <rms@gnu.org>
7916
7917 * windows.texi (Basic Windows): A window has fringe settings,
7918 display margins and scroll-bar settings.
7919 (Splitting Windows): Doc split-window return value.
7920 Clean up one-window-p.
7921 (Selecting Windows): Fix typo.
7922 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
7923 (Buffers and Windows): In set-window-buffer, explain effect
7924 on fringe settings and scroll bar settings.
7925 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
7926 (Choosing Window): Use defopt for pop-up-frame-function.
7927 For special-display-buffer-names, explain same-window and same-frame.
7928 Clarify window-dedicated-p return value.
7929 (Textual Scrolling): scroll-up and scroll-down can get an error.
7930 (Horizontal Scrolling): Clarify auto-hscroll-mode.
7931 Clarify set-window-hscroll.
7932 (Size of Window): Don't mention tool bar in window-height.
7933 (Coordinates and Windows): Explain what coordinates-in-window-p
7934 returns for fringes and display margins.
7935 (Window Configurations): Explain saving fringes, etc.
7936
7937 * tips.texi (Library Headers): Clean up Documentation.
7938
7939 * syntax.texi (Parsing Expressions): Clean up forward-comment
7940 and parse-sexp-lookup-properties.
7941
7942 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
7943
7944 * os.texi (System Environment): Clean up text for load-average errors.
7945
7946 * modes.texi (Hooks): Don't explain local hook details at front.
7947 Clarify run-hooks and run-hook-with-args a little.
7948 Clean up add-hook and remove-hook.
7949
7950 * edebug.texi (Edebug Execution Modes): Clarify t.
7951 Document edebug-sit-for-seconds.
7952 (Coverage Testing): Document C-x X = and =.
7953 (Instrumenting Macro Calls): Fix typo.
7954 (Specification List): Don't index the specification keywords.
7955
7956 2003-10-10 Kim F. Storm <storm@cua.dk>
7957
7958 * processes.texi (Network): Introduce make-network-process.
7959
7960 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
7961
7962 * tips.texi (Library Headers): Fix typo.
7963
7964 2003-10-07 Juri Linkov <juri@jurta.org>
7965
7966 * modes.texi (Imenu): Mention imenu-create-index-function's
7967 default value. Explain submenus better.
7968
7969 2003-10-07 Lute Kamstra <lute@gnu.org>
7970
7971 * modes.texi (Faces for Font Lock): Fix typo.
7972 (Hooks): Explain how buffer-local hook variables can refer to
7973 global hook variables.
7974 Various minor clarifications.
7975
7976 2003-10-06 Lute Kamstra <lute@gnu.org>
7977
7978 * tips.texi (Coding Conventions): Mention naming conventions for
7979 hooks.
7980
7981 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
7982
7983 * loading.texi (Library Search): Correct default value of
7984 load-suffixes.
7985 (Named Features): Fix typo.
7986
7987 2003-10-05 Richard M. Stallman <rms@gnu.org>
7988
7989 * loading.texi (Named Features): In `provide',
7990 say how to test for subfeatures.
7991 (Unloading): In unload-feature, use new var name
7992 unload-feature-special-hooks.
7993
7994 2003-10-03 Lute Kamstra <lute@gnu.org>
7995
7996 * modes.texi (Major Mode Conventions): Mention third way to set up
7997 Imenu.
7998 (Imenu): A number of small fixes.
7999 Delete documentation of internal variable imenu--index-alist.
8000 Document the return value format of imenu-create-index-function
8001 functions.
8002
8003 2003-09-30 Richard M. Stallman <rms@gnu.org>
8004
8005 * processes.texi (Network): Say what stopped datagram connections do.
8006
8007 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8008
8009 * display.texi (Overlay Properties): Clarify `evaporate' property.
8010
8011 2003-09-29 Lute Kamstra <lute@gnu.org>
8012
8013 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8014 constructs should be marked as risky.
8015 Change cons cell into proper list.
8016 (Mode Line Variables): Change cons cell into proper list.
8017
8018 2003-09-26 Lute Kamstra <lute@gnu.org>
8019
8020 * modes.texi (Mode Line Data): Document the :propertize construct.
8021 (Mode Line Variables): Reorder the descriptions of the variables
8022 to match their order in the default mode-line-format.
8023 Describe the new variables mode-line-position and mode-line-modes.
8024 Update the default values of mode-line-frame-identification,
8025 minor-mode-alist, and default-mode-line-format.
8026 (Properties in Mode): Mention the :propertize construct.
8027
8028 2003-09-26 Richard M. Stallman <rms@gnu.org>
8029
8030 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8031 * loading.texi, minibuf.texi, text.texi, variables.texi:
8032 Avoid @strong{Note:}.
8033
8034 2003-09-26 Richard M. Stallman <rms@gnu.org>
8035
8036 * keymaps.texi (Remapping Commands): Fix typo.
8037
8038 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8039
8040 * processes.texi (Low-Level Network): Fix typo.
8041
8042 2003-09-23 Kim F. Storm <storm@cua.dk>
8043
8044 * processes.texi (Network, Network Servers): Fix typos.
8045 (Low-Level Network): Add timeout value for :server keyword.
8046 Add new option keywords to make-network-process.
8047 Add set-network-process-options.
8048 Explain how to test availability of network options.
8049
8050 2003-09-19 Richard M. Stallman <rms@gnu.org>
8051
8052 * text.texi (Motion by Indent): Arg to
8053 backward-to-indentation and forward-to-indentation is optional.
8054
8055 * strings.texi (Creating Strings): Add substring-no-properties.
8056
8057 * processes.texi
8058 (Process Information): Add list-processes arg QUERY-ONLY.
8059 Delete process-contact from here.
8060 Add new status values for process-status.
8061 Add process-get, process-put, process-plist, set-process-plist.
8062 (Synchronous Processes): Add call-process-shell-command.
8063 (Signals to Processes): signal-process allows process objects.
8064 (Network): Complete rewrite.
8065 (Network Servers, Datagrams, Low-Level Network): New nodes.
8066
8067 * positions.texi (Word Motion): forward-word, backward-word
8068 arg is optional. Reword.
8069
8070 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8071
8072 * variables.texi (Creating Buffer-Local):
8073 Delete duplicate definition of buffer-local-value.
8074 (File Local Variables): Explain about discarding text props.
8075
8076 2003-09-11 Richard M. Stallman <rms@gnu.org>
8077
8078 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8079 changes variables that record input events.
8080 (Minibuffer Misc): Add minibuffer-selected-window.
8081
8082 * lists.texi (Building Lists): Add copy-tree.
8083
8084 * display.texi (Fontsets): Add char-displayable-p.
8085 (Scroll Bars): New node.
8086
8087 2003-09-08 Lute Kamstra <lute@gnu.org>
8088
8089 * modes.texi (%-Constructs): Document new `%i' and `%I'
8090 constructs.
8091
8092 2003-09-03 Peter Runestig <peter@runestig.com>
8093
8094 * makefile.w32-in: New file.
8095
8096 2003-08-29 Richard M. Stallman <rms@gnu.org>
8097
8098 * display.texi (Overlay Properties): Clarify how priorities
8099 affect use of the properties.
8100
8101 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8102
8103 * customize.texi (Type Keywords): Correct the description of
8104 `:help-echo' in the case where `motion-doc' is a function.
8105
8106 2003-08-14 John Paul Wallington <jpw@gnu.org>
8107
8108 * modes.texi (Emulating Mode Line): Subsection, not section.
8109
8110 2003-08-13 Richard M. Stallman <rms@gnu.org>
8111
8112 * elisp.texi (Top): Update subnode lists in menu.
8113
8114 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8115 (Kill Functions): kill-region has new arg yank-handler.
8116 (Yanking): New node.
8117 (Yank Commands): Add yank-undo-function.
8118 (Low-Level Kill Ring):
8119 kill-new and kill-append have new arg yank-handler.
8120 (Changing Properties): Add remove-list-of-text-properties.
8121 (Atomic Changes): New node.
8122
8123 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8124
8125 * streams.texi (Output Variables): Add eval-expression-print-length
8126 and eval-expression-print-level.
8127
8128 * os.texi (Time Conversion): For encode-time, explain limits on year.
8129
8130 * objects.texi (Character Type): Define anchor "modifier bits".
8131
8132 * modes.texi (Emulating Mode Line): New node.
8133 (Search-based Fontification): Font Lock uses font-lock-face property.
8134 (Other Font Lock Variables): Likewise.
8135
8136 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8137 not vectors.
8138 (Active Keymaps): Add emulation-mode-map-alists.
8139 (Functions for Key Lookup): key-binding has new arg no-remap.
8140 (Remapping Commands): New node.
8141 (Scanning Keymaps): where-is-internal has new arg no-remap.
8142 (Tool Bar): Add tool-bar-local-item-from-menu.
8143 Clarify when to use tool-bar-add-item-from-menu.
8144
8145 * commands.texi (Interactive Call): commandp has new arg.
8146 (Command Loop Info): Add this-original-command.
8147
8148 2003-08-06 John Paul Wallington <jpw@gnu.org>
8149
8150 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8151
8152 * display.texi (Warning Basics): Fix typo.
8153 (Fringes): Add closing curly bracket and fix typo.
8154
8155 * elisp.texi (Top): Fix typo.
8156
8157 2003-08-05 Richard M. Stallman <rms@gnu.org>
8158
8159 * elisp.texi: Update lists of subnodes.
8160
8161 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8162
8163 * variables.texi (Local Variables): Use lc for example variable names.
8164
8165 * tips.texi (Library Headers): Explain where to put -*-.
8166
8167 * strings.texi (Creating Strings): Fix xref for vconcat.
8168
8169 * sequences.texi (Vector Functions):
8170 vconcat no longer allows integer args.
8171
8172 * minibuf.texi (Reading File Names): read-file-name has new
8173 arg PREDICATE. New function read-directory-name.
8174
8175 * macros.texi (Defining Macros): Give definition of `declare'.
8176 (Indenting Macros): New node.
8177
8178 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8179 (Window Frame Parameters): Make separate table of parameters
8180 that are coupled with specific face attributes.
8181 (Deleting Frames): delete-frame-hooks renamed to
8182 delete-frame-functions.
8183
8184 * files.texi (Magic File Names): Add file-remote-p.
8185 Clarify file-local-copy.
8186
8187 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8188 here; instead xref Defining Macros.
8189
8190 * display.texi (Warnings): New node, and subnodes.
8191 (Fringes): New node.
8192
8193 * debugging.texi (Test Coverage): New node.
8194
8195 * compile.texi (Compiler Errors): Explain with-no-warnings
8196 and other ways to suppress warnings.
8197
8198 * commands.texi (Interactive Call): Minor clarification.
8199
8200 * buffers.texi (Buffer File Name): set-visited-file-name
8201 renames the buffer too.
8202
8203 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8204
8205 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
8206
8207 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8208
8209 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
8210
8211 * internals.texi (Garbage Collection): Fix previous change.
8212
8213 2003-07-22 Richard M. Stallman <rms@gnu.org>
8214
8215 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8216
8217 * display.texi (Width): Use \s syntax in example.
8218 (Font Selection): Add face-font-rescale-alist.
8219
8220 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8221 Remove spurious indent in example.
8222
8223 * lists.texi (Building Lists): Add number-sequence.
8224
8225 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8226
8227 * functions.texi (Function Documentation): Explain how to
8228 show calling convention explicitly in the doc string.
8229
8230 * windows.texi (Selecting Windows): save-selected-window saves
8231 selected window of each frame.
8232 (Window Configurations): Minor change.
8233
8234 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8235
8236 * streams.texi (Output Variables): Add print-continuous-numbering
8237 and print-number-table.
8238
8239 * processes.texi (Decoding Output): New node.
8240
8241 * os.texi (Time Conversion): decode-time arg is optional.
8242
8243 * objects.texi (Character Type): Don't use space as example for \.
8244 Make list of char names and \-sequences correspond.
8245 Explain that \s is not used in strings. `\ ' needs space after.
8246
8247 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8248 (Translation of Characters): Add translation-table-for-input.
8249 (Default Coding Systems): Add auto-coding-functions.
8250 (Explicit Encoding): Add decode-coding-inserted-region.
8251 (Locales): Add locale-info.
8252
8253 * minibuf.texi (Basic Completion): Describe test-completion.
8254 Collections can be lists of strings.
8255 Clean up lazy-completion-table.
8256 (Programmed Completion): Mention test-completion.
8257 Clarify why lambda expressions are not accepted.
8258 (Minibuffer Misc): Describe minibufferp.
8259
8260 2003-07-14 Richard M. Stallman <rms@gnu.org>
8261
8262 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8263
8264 * windows.texi (Selecting Windows): New arg to select-window.
8265 (Selecting Windows): Add with-selected-window.
8266 (Size of Window): Add window-inside-edges, etc.
8267
8268 * internals.texi (Garbage Collection): Add post-gc-hook.
8269
8270 * processes.texi (Subprocess Creation): Add exec-suffixes.
8271
8272 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8273 (Scanning Keymaps): Add map-keymaps.
8274 (Defining Menus): Add keymap-prompt.
8275
8276 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8277 most-negative-fixnum.
8278
8279 * compile.texi (Byte Compilation): Explain no-byte-compile.
8280 (Compiler Errors): New node.
8281
8282 * os.texi (User Identification): user-uid, user-real-uid
8283 can return float.
8284
8285 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8286 and about derived modes.
8287 (Minor Modes): Add minor-mode-list.
8288 (Defining Minor Modes): Keyword args for define-minor-mode.
8289 (Search-based Fontification): Explain managing other properties.
8290 (Other Font Lock Variables): Add font-lock-extra-managed-props.
8291 (Faces for Font Lock): Add font-lock-preprocessor-face.
8292 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8293
8294 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8295 (Variable Aliases): Clarify defvaralias.
8296
8297 * loading.texi (Library Search): Add load-suffixes.
8298
8299 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8300 (Programmed Completion): Add dynamic-completion-table.
8301
8302 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8303 (Magic File Names): Specify precedence order of handlers.
8304
8305 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8306 and post-command-hook.
8307 (Waiting): New calling convention for sit-for.
8308
8309 * text.texi (Special Properties): local-map and keymap properties
8310 apply based on their stickiness.
8311
8312 2003-07-07 Richard M. Stallman <rms@gnu.org>
8313
8314 * modes.texi (Minor Mode Conventions): Specify only some kinds
8315 of list values as args to minor modes.
8316
8317 * files.texi (File Name Expansion): Warn about iterative use
8318 of substitute-in-file-name.
8319
8320 * advice.texi (Activation of Advice): Clean up previous change.
8321
8322 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
8323
8324 * advice.texi (Activation of Advice): Note that ad-start-advice is
8325 turned on by default.
8326
8327 2003-06-30 Richard M. Stallman <rms@gnu.org>
8328
8329 * text.texi (Buffer Contents): Document current-word.
8330 (Change Hooks): Not called for *Messages*.
8331
8332 * functions.texi (Defining Functions): Explain about redefining
8333 primitives.
8334 (Function Safety): Renamed. Minor changes.
8335 Comment out the detailed criteria for what is safe.
8336
8337 2003-06-22 Andreas Schwab <schwab@suse.de>
8338
8339 * objects.texi (Symbol Type): Fix description of examples.
8340
8341 2003-06-16 Andreas Schwab <schwab@suse.de>
8342
8343 * hash.texi (Creating Hash): Fix description of :weakness.
8344
8345 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
8346
8347 * files.texi (Changing Files): copy-file copies file modes, too.
8348
8349 2003-05-28 Richard M. Stallman <rms@gnu.org>
8350
8351 * strings.texi (Creating Strings): Clarify split-string.
8352
8353 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8354
8355 * strings.texi (Creating Strings): Update split-string specification
8356 and examples.
8357
8358 2003-05-19 Richard M. Stallman <rms@gnu.org>
8359
8360 * elisp.texi: Correct invariant section names.
8361
8362 2003-04-20 Richard M. Stallman <rms@gnu.org>
8363
8364 * os.texi (Timers): Explain about timers and quitting.
8365
8366 2003-04-19 Richard M. Stallman <rms@gnu.org>
8367
8368 * internals.texi (Writing Emacs Primitives): Strings are
8369 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8370 Explain GCPRO convention for varargs function args.
8371
8372 2003-04-16 Richard M. Stallman <rms@gnu.org>
8373
8374 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8375
8376 2003-04-08 Richard M. Stallman <rms@gnu.org>
8377
8378 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8379
8380 2003-02-13 Kim F. Storm <storm@cua.dk>
8381
8382 * objects.texi (Character Type): New \s escape for space.
8383
8384 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8385
8386 * os.texi (System Environment): Add cygwin system-type.
8387
8388 2003-01-25 Richard M. Stallman <rms@gnu.org>
8389
8390 * keymaps.texi: Document that a symbol can act as a keymap.
8391
8392 2003-01-13 Richard M. Stallman <rms@gnu.org>
8393
8394 * text.texi (Changing Properties): Say string indices are origin-0.
8395
8396 * positions.texi (Screen Lines) <compute-motion>:
8397 Correct order of elts in return value.
8398
8399 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8400 how to define a default binding.
8401
8402 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
8403
8404 * loading.texi (Unloading): Fix recent change for load-history.
8405
8406 * customize.texi (Simple Types): Clarify description of custom
8407 type 'number. Describe new custom type 'float.
8408
8409 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
8410
8411 * variables.texi (File Local Variables): Fix typo.
8412
8413 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
8414
8415 From Michael Albinus <Michael.Albinus@alcatel.de>.
8416
8417 * README: Target for Info file is `make info'.
8418
8419 * files.texi (File Name Components): Fix typos in
8420 `file-name-sans-extension'.
8421 (Magic File Names): Complete list of operations for magic file
8422 name handlers.
8423
8424 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
8425
8426 * variables.texi (File Local Variables): New function
8427 risky-local-variable-p.
8428
8429 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
8430
8431 * functions.texi (Function safety): New node about unsafep.
8432
8433 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8434
8435 * customize.texi (Splicing into Lists): Fix example.
8436 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
8437
8438 2002-06-17 Juanma Barranquero <lektu@terra.es>
8439
8440 * frames.texi (Display Feature Testing): Fix typo.
8441
8442 2002-06-12 Andreas Schwab <schwab@suse.de>
8443
8444 * frames.texi (Initial Parameters, Resources): Fix references to
8445 the Emacs manual.
8446
8447 2002-05-13 Kim F. Storm <storm@cua.dk>
8448
8449 * variables.texi (Intro to Buffer-Local): Updated warning and
8450 example relating to changing buffer inside let.
8451
8452 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
8453
8454 * os.texi (Session Management): New node about X Session management.
8455
8456 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8457
8458 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8459 to which the manual corresponds, and the copyright years.
8460
8461 * Makefile.in (VERSION): Set to 2.9.
8462
8463 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8464
8465 * elisp.texi: Change the category in @dircategory to "Emacs", to
8466 make it consistent with info/dir.
8467
8468 2001-11-25 Miles Bader <miles@gnu.org>
8469
8470 * text.texi (Fields): Describe new `limit' arg in
8471 field-beginning/field-end.
8472
8473 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8474
8475 * permute-index: Don't depend on csh-specific features.
8476 Replace the interpreter name with /bin/sh.
8477
8478 * two-volume-cross-refs.txt: New file.
8479 * two.el: New file.
8480 * spellfile: New file.
8481
8482 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8483
8484 * permute-index: New file.
8485
8486 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8487 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8488 8+3 restricted namespace.
8489
8490 * Makefile.in (infodir): Define relative to $(srcdir).
8491 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8492 include directories list via -I switch to makeinfo.
8493 (index.texi): Use cp if both hard and symbolic links fail.
8494
8495 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8496
8497 * Makefile.in (distclean): Add.
8498
8499 The following changes make ELisp manual part of the Emacs
8500 distribution:
8501
8502 * Makefile.in: Add Copyright notice.
8503 (prefix): Remove.
8504 (infodir): Change value to "../info".
8505 (VPATH): New variable.
8506 (MAKE): Don't define.
8507 (texmacrodir): Don't define.
8508 (texinputdir): Append the existing value of TEXINPUTS.
8509 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8510 command to be compatible with man/Makefile.in, and to put the
8511 output into ../info.
8512 (info): Add target.
8513 (installall): Target removed.
8514
8515 2001-10-31 Pavel Janík <Pavel@Janik.cz>
8516
8517 * tips.texi (Coding Conventions): Fix typo.
8518
8519 2001-10-23 Gerd Moellmann <gerd@gnu.org>
8520
8521 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8522
8523 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8524
8525 * files.texi (File Name Components): Update the description of
8526 file-name-sans-extension and file-name-extension, as they now
8527 ignore leading dots.
8528
8529 2001-10-20 Gerd Moellmann <gerd@gnu.org>
8530
8531 * (Version 21.1 released.)
8532
8533 2001-10-19 Miles Bader <miles@gnu.org>
8534
8535 * positions.texi (Text Lines): Describe behavior of
8536 `beginning-of-line'/`end-of-line' in the presence of field properties.
8537
8538 2001-10-17 Gerd Moellmann <gerd@gnu.org>
8539
8540 * Makefile.in (VERSION): Set to 2.8.
8541 (manual): Use `manual-21'.
8542
8543 * elisp.texi (VERSION): Add and use it where the version
8544 number was used. Set it to 2.8.
8545
8546 * intro.texi: Likewise.
8547
8548 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8549
8550 * files.texi (File Name Completion): Document the significance of
8551 a trailing slash in elements of completion-ignored-extensions.
8552
8553 2001-10-06 Miles Bader <miles@gnu.org>
8554
8555 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8556
8557 2001-10-04 Gerd Moellmann <gerd@gnu.org>
8558
8559 * variables.texi (Variable Aliases): New node.
8560
8561 2001-10-04 Gerd Moellmann <gerd@gnu.org>
8562
8563 * Branch for 21.1.
8564
8565 2001-10-02 Miles Bader <miles@gnu.org>
8566
8567 * minibuf.texi (Minibuffer Misc): Add entries for
8568 `minibuffer-contents', `minibuffer-contents-no-properties', and
8569 `delete-minibuffer-contents'.
8570 Correct description for `minibuffer-prompt-end'.
8571
8572 * text.texi (Property Search): Correct descriptions of
8573 `next-char-property-change' and `previous-char-property-change'.
8574 Add entries for `next-single-char-property-change' and
8575 `previous-single-char-property-change'.
8576 Make operand names a bit more consistent.
8577
8578 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8579
8580 * frames.texi (Finding All Frames): Document that next-frame and
8581 previous-frame are local to current terminal.
8582
8583 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8584
8585 * keymaps.texi (Creating Keymaps): Fix the description of the
8586 result of make-keymap.
8587
8588 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8589
8590 * display.texi (Font Lookup, Attribute Functions)
8591 (Image Descriptors): Add cross-references to the definition of
8592 selected frame.
8593
8594 * buffers.texi (The Buffer List): Add cross-references to the
8595 definition of selected frame.
8596
8597 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8598 frame at any given time.
8599 (Multiple Displays, Size and Position): Add a cross-reference to
8600 the definition of the selected frame.
8601
8602 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8603
8604 * strings.texi (String Conversion) <string-to-number>: Document
8605 that a float is returned for integers that are too large.
8606
8607 * frames.texi (Mouse Position): Document mouse-position-function.
8608 (Display Feature Testing): Document display-images-p.
8609 (Window Frame Parameters): Document the cursor-type variable.
8610
8611 * numbers.texi (Integer Basics): Document CL style read syntax for
8612 integers in bases other than 10.
8613
8614 * positions.texi (List Motion):
8615 Document open-paren-in-column-0-is-defun-start.
8616
8617 * lists.texi (Sets And Lists): Document member-ignore-case.
8618
8619 * internals.texi (Garbage Collection): Document the used and free
8620 strings report.
8621 (Memory Usage): Document strings-consed.
8622
8623 * os.texi (Time of Day): Document float-time.
8624 (Recording Input): Document that clear-this-command-keys clears
8625 the vector to be returned by recent-keys.
8626
8627 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8628 argument keymap can be a list.
8629
8630 * nonascii.texi (User-Chosen Coding Systems)
8631 <select-safe-coding-system>: Document the new argument
8632 accept-default-p and the variable
8633 select-safe-coding-system-accept-default-p. Tell what happens if
8634 buffer-file-coding-system is undecided.
8635 (Default Coding Systems): Document auto-coding-regexp-alist.
8636
8637 * display.texi (The Echo Area) <message>: Document
8638 message-truncate-lines.
8639 (Glyphs): Document that the glyph table is unused on windowed
8640 displays.
8641
8642 * help.texi (Describing Characters) <single-key-description>:
8643 Document the new argument no-angles.
8644 (Accessing Documentation) <documentation-property>: Document that
8645 a non-string property is evaluated.
8646 <documentation>: Document that the function-documentation property
8647 is looked for.
8648
8649 * windows.texi (Selecting Windows): Document some-window.
8650
8651 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8652
8653 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8654 apropos-mode-hook.
8655
8656 * commands.texi (Using Interactive): Document interactive-form.
8657 (Keyboard Macros): Document kbd-macro-termination-hook.
8658 (Command Loop Info): Document that clear-this-command-keys clears
8659 the vector to be returned by recent-keys.
8660
8661 2001-09-04 Werner LEMBERG <wl@gnu.org>
8662
8663 * Makefile.in (srcdir, texinputdir): New variables.
8664 (srcs, index.texi, install): Use $(srcdir).
8665 (.PHONY): Remove elisp.dvi.
8666 (elisp): Use -I switch for makeinfo.
8667 (elisp.dvi): Use $(srcdir) and $(texinputdir).
8668 (installall, dist): Use $(srcdir).
8669 Fix path to texinfo.tex.
8670 (maintainer-clean): Add elisp.dvi and elisp.oaux.
8671
8672 2001-08-30 Gerd Moellmann <gerd@gnu.org>
8673
8674 * display.texi (Conditional Display): Adjust to API change.
8675
8676 * configure: New file.
8677
8678 2001-07-30 Gerd Moellmann <gerd@gnu.org>
8679
8680 * commands.texi (Repeat Events): Add description of
8681 double-click-fuzz.
8682
8683 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
8684
8685 * syntax.texi (Syntax Class Table): Add the missing designator for
8686 comment and string fences.
8687 (Syntax Properties): Add a xref to syntax table internals.
8688 (Syntax Table Internals): Document string-to-syntax.
8689
8690 2001-05-07 Gerd Moellmann <gerd@gnu.org>
8691
8692 * Makefile.in (install): Use install-info command line options
8693 like in Emacs' Makefile.in.
8694
8695 2000-12-09 Miles Bader <miles@gnu.org>
8696
8697 * windows.texi (Window Start): Update documentation for
8698 `pos-visible-in-window-p'.
8699
8700 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8701
8702 * lists.texi (Building Lists): Add footnote to explain how to add
8703 to the end of a list.
8704
8705 2000-10-25 Gerd Moellmann <gerd@gnu.org>
8706
8707 * files.texi (Visiting Functions): Typos.
8708
8709 2000-10-25 Kenichi Handa <handa@etl.go.jp>
8710
8711 * files.texi (Visiting Functions): Return value of
8712 find-file-noselect may be a list of buffers if wildcards are used.
8713
8714 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8715
8716 * display.texi (Defining Faces): Document `graphic' display type
8717 in face specs.
8718
8719 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8720
8721 * hooks.texi (Standard Hooks): Replace obsolete
8722 `after-make-frame-hook' with `after-make-frame-functions'.
8723
8724 * frames.texi (Creating Frames): Ditto.
8725
8726 * variables.texi (Future Local Variables): Ditto.
8727
8728 2000-10-16 Gerd Moellmann <gerd@gnu.org>
8729
8730 * display.texi (Other Image Types): Add description of :foreground
8731 and :background properties of mono PBM images.
8732
8733 2000-08-17 Werner LEMBERG <wl@gnu.org>
8734
8735 * .cvsignore: New file.
8736
8737 2000-01-05 Gerd Moellmann <gerd@gnu.org>
8738
8739 * tindex.pl: New script.
8740
8741 1999-12-03 Dave Love <fx@gnu.org>
8742
8743 * Makefile.in (MAKEINFO): New parameter.
8744
8745 1999-09-17 Richard Stallman <rms@gnu.org>
8746
8747 * Makefile.in (srcs): Add hash.texi.
8748 (VERSION): Update to 20.6.
8749
8750 1999-09-13 Richard Stallman <rms@gnu.org>
8751
8752 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
8753
8754 1998-08-29 Karl Heuer <kwzh@gnu.org>
8755
8756 * configure.in: New file.
8757 * Makefile.in: Renamed from Makefile.
8758 (prefix, infodir): Use value obtained from configure.
8759 (emacslibdir): Obsolete variable deleted.
8760 (dist): Distribute configure.in, configure, Makefile.in.
8761
8762 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8763
8764 * Makefile (INSTALL_INFO): New variable.
8765 (install): Run install-info.
8766
8767 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
8768
8769 * Makefile (elisp.dvi): Add missing backslash.
8770
8771 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
8772
8773 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
8774 Run texindex without `./'. Always run texindex on elisp.tp.
8775 (elisp.tps): Target deleted.
8776
8777 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
8778
8779 * Makefile (srcs): Add nonascii.texi and customize.texi.
8780 (dist): Start by deleting `temp'.
8781
8782 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
8783
8784 * Makefile (makeinfo, texindex): Targets deleted.
8785 (makeinfo.o, texindex.o): Targets deleted.
8786 (clean, dist): Don't do anything with them or with getopt*.
8787
8788 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
8789
8790 * Makefile (SHELL): Defined.
8791
8792 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
8793
8794 * Makefile (elisp.tps): New target.
8795 (elisp.dvi): Depend on elisp.tps.
8796
8797 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
8798
8799 * README: Update phone number.
8800
8801 * Makefile (elisp): Make this be the default target.
8802 Depend on makeinfo.c instead of makeinfo.
8803 (install): Don't depend on elisp.dvi, since we don't install that.
8804 Use mkinstalldirs.
8805 (dist): Add mkinstalldirs.
8806
8807 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8808
8809 * Makefile (VERSION): Update version number.
8810 (maintainer-clean): Rename from realclean.
8811
8812 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8813
8814 * Makefile (realclean): New target.
8815 (elisp): Remove any old elisp-* files first.
8816
8817 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
8818
8819 * Makefile (VERSION): New variable.
8820 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
8821 Compressed file suffix should be `.gz', not `.z'.
8822
8823 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8824
8825 * Makefile (elisp): Depend on makeinfo.
8826
8827 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
8828
8829 * Makefile (srcs): Add anti.texi.
8830
8831 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8832
8833 * Makefile (infodir, prefix): New vars.
8834 (install): Use infodir.
8835 (emacsinfodir): Deleted.
8836
8837 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8838
8839 * Makefile (srcs): Add calendar.texi.
8840
8841 * Makefile (dist): Copy texindex.c and makeinfo.c.
8842 Limit elisp-* files to those with one or two digits.
8843
8844 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8845
8846 * Makefile (dist): Changed to use Gzip instead of compress.
8847
8848 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8849
8850 * loading.texi (Unloading): define-function changed back to
8851 defalias. It may not stay this way, but at least it's
8852 consistent with the known-good version of the code patch.
8853
8854 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8855
8856 * modes.texi (Hooks): Document new optional arg of add-hook.
8857
8858 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8859
8860 * variables.texi: Document nil initial value of buffer-local variables.
8861
8862 * tips.texi: Add new section on standard library headers.
8863
8864 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8865
8866 * Makefile (srcs): Add frame.texi to the list of sources.
8867
8868 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8869
8870 * Makefile (dist): Don't bother excluding autosave files; they'll
8871 never make it into the temp directory anyway, and the hash marks
8872 in the name are problematic for make and the Bourne shell.
8873 (srcs):
8874
8875 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8876
8877 * Makefile (dist): Don't include backup files or autosave files in
8878 the distribution tar file.
8879
8880 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8881
8882 * Makefile (srcs): Add index.perm.
8883 (elisp.dvi): Remove erroneous shell comment.
8884 Expect output of permute-index in permuted.fns.
8885 Save old elisp.aux in elisp.oaux.
8886 (clean): Add index.texi to be deleted.
8887
8888 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8889
8890 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
8891
8892 1990-06-26 David Lawrence (tale@geech)
8893
8894 * files.texi: Noted that completion-ignored-extensions is ignored
8895 when making *Completions*.
8896
8897 1990-06-08 Jay Fenlason (hack@ai.mit.edu)
8898
8899 * Makefile make dist now depends on elisp.dvi, since it tries
8900 to include it in the dist file.
8901
8902 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
8903
8904 * functions.texinfo (Mapping Functions): Add missing quote.
8905
8906 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8907
8908 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
8909 (defunargs): Turn off \hyphenchar of \sl font temporarily.
8910
8911 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
8912
8913 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
8914 and @error{} are the terms now being used. The files in the
8915 directory have been changed to reflect this.
8916
8917 * All instances of @indentedresultt{} have been changed to
8918 ` @result{}', using 5 spaces at the begining of the line.
8919
8920 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
8921
8922 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
8923 experimental @indentedresult{}, @indentedexpandsto{} are part of
8924 the texinfo.tex in this directory. These TeX macros are not
8925 stable yet.
8926
8927 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
8928
8929 * texinfo.tex: Temporarily added
8930 \let\result=\dblarrow
8931 \def\error{{\it ERROR} \longdblarrow}
8932 We need to do this better soon.
8933
8934 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
8935
8936 * Applied Karl Berry's patches to *.texinfo files, but not to
8937 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
8938 new title page format is also not applied, since it requires
8939 texinfo.tex changes.)
8940
8941 * Cleaned up `Makefile' and defined the `emacslibdir' directory
8942 for the Project GNU development environment.
8943
8944 ;; Local Variables:
8945 ;; coding: utf-8
8946 ;; End:
8947
8948 Copyright (C) 1998-2011 Free Software Foundation, Inc.
8949
8950 This file is part of GNU Emacs.
8951
8952 GNU Emacs is free software: you can redistribute it and/or modify
8953 it under the terms of the GNU General Public License as published by
8954 the Free Software Foundation, either version 3 of the License, or
8955 (at your option) any later version.
8956
8957 GNU Emacs is distributed in the hope that it will be useful,
8958 but WITHOUT ANY WARRANTY; without even the implied warranty of
8959 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8960 GNU General Public License for more details.
8961
8962 You should have received a copy of the GNU General Public License
8963 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.