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