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