]> code.delx.au - gnu-emacs/blob - lispref/ChangeLog
*** empty log message ***
[gnu-emacs] / lispref / ChangeLog
1 2006-07-07 Kim F. Storm <storm@cua.dk>
2
3 * display.texi (Fringe Cursors): Fix typo.
4 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5 (Overlay Arrow): Default is overlay-arrow fringe indicator.
6
7 2006-07-05 Richard Stallman <rms@gnu.org>
8
9 * text.texi (Buffer Contents): Add example of text props
10 in result of buffer-substring.
11 (Text Properties): Explain better about use of specific property names.
12 (Property Search): Some cleanups; reorder some functions.
13
14 * keymaps.texi (Changing Key Bindings): Cleanup.
15 Add xref to Key Binding Conventions.
16
17 * display.texi (Attribute Functions): Add examples for
18 face-attribute-relative-p.
19
20 * tips.texi (Coding Conventions): Cleanup last change.
21
22 2006-07-05 Karl Berry <karl@gnu.org>
23
24 * elisp.texi: use @fonttextsize 10pt, a la emacs.texi.
25 and remove @setchapternewpage odd.
26 Result is 1013 pages, down from 1100.
27
28 * anti.texi, customize.texi, display.texi,
29 internals.texi, minibuf.texi, modes.texi tips.texi:
30 fix overfull/underfull boxes.
31
32 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
33
34 * edebug.texi (Instrumenting):
35 Add Edebug-specific findex for eval-buffer.
36 * loading.texi (Loading):
37 Replace eval-current-buffer with eval-buffer.
38
39 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
40
41 * locals.texi (Standard Buffer-Local Variables): Update the list
42 of variables.
43
44 2006-06-26 Nick Roberts <nickrob@snap.net.nz>
45
46 * files.texi (File Name Completion): Point user to the node
47 "Reading File Names".
48
49 2006-06-24 Eli Zaretskii <eliz@gnu.org>
50
51 * files.texi (Contents of Directories): Document case-insensitive
52 behavior on respective filesystems.
53
54 * objects.texi (Character Type): Document that Emacs signals an
55 error for unsupported Unicode characters specified as \uNNNN.
56
57 2006-06-19 Richard Stallman <rms@gnu.org>
58
59 * processes.texi (Bindat Spec): Clarify previous change.
60
61 2006-06-16 Richard Stallman <rms@gnu.org>
62
63 * tips.texi (Coding Conventions): Better explain conventions
64 for definition constructs.
65
66 * text.texi (Special Properties): String value of `read-only'
67 serves as the error message.
68
69 * objects.texi (Character Type): Clarify prev. change.
70 (Non-ASCII in Strings): Mention \u and \U.
71
72 * commands.texi (Using Interactive): Explain problem of
73 markers, etc., in command-history.
74
75 2006-06-14 Kim F. Storm <storm@cua.dk>
76
77 * commands.texi (Waiting): Negative arg to sit-for forces
78 redisplay even if input is pending.
79
80 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
81 redisplay. Remove incorrect example of binding redisplay-dont-pause
82 around (sit-for 0).
83
84 2006-06-13 Richard Stallman <rms@gnu.org>
85
86 * display.texi (Forcing Redisplay): Clarify previous change.
87
88 2006-06-13 Romain Francoise <romain@orebokech.com>
89
90 * display.texi (Forcing Redisplay): Fix typo.
91
92 2006-06-13 Kim F. Storm <storm@cua.dk>
93
94 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
95
96 2006-06-10 Luc Teirlinck <teirllm@auburn.edu>
97
98 * tips.texi (Coding Conventions): Add `@end itemize'.
99
100 2006-06-10 Richard Stallman <rms@gnu.org>
101
102 * tips.texi (Coding Conventions): Explain use of coding systems
103 to ensure one decoding for strings.
104
105 2006-06-09 Aidan Kehoe <kehoea@parhasard.net>
106
107 * objects.texi (Character Type): Describe the\uABCD and \U00ABCDEF
108 syntax.
109
110 2006-06-07 Eli Zaretskii <eliz@gnu.org>
111
112 * display.texi (Font Selection): Remove description of
113 clear-face-cache.
114
115 * compile.texi (Eval During Compile): Fix a typo. Add index
116 entries for possible uses of eval-when-compile.
117
118 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
119
120 * display.texi (Abstract Display): Fix typo.
121
122 2006-06-03 Eli Zaretskii <eliz@gnu.org>
123
124 * minibuf.texi (Minibuffer History) <history-add-new-input>:
125 Reword variable's description.
126
127 2006-06-01 Richard Stallman <rms@gnu.org>
128
129 * windows.texi (Splitting Windows): Clarify splitting nonselected
130 window.
131
132 2006-05-31 Juri Linkov <juri@jurta.org>
133
134 * minibuf.texi (Minibuffer History): Add history-add-new-input.
135
136 2006-05-30 Richard Stallman <rms@gnu.org>
137
138 * display.texi (Line Height): Fix errors in description of
139 default line height and line-height properyty.
140
141 * nonascii.texi (Default Coding Systems): Further clarification.
142
143 2006-05-29 Luc Teirlinck <teirllm@auburn.edu>
144
145 * internals.texi (Pure Storage): Mention that an overflow in pure
146 space causes a memory leak.
147 (Garbage Collection): If there was an overflow in pure space,
148 `garbage-collect' returns nil.
149
150 2006-05-30 Eli Zaretskii <eliz@gnu.org>
151
152 * nonascii.texi (Default Coding Systems): Fix it some more.
153
154 2006-05-29 Eli Zaretskii <eliz@gnu.org>
155
156 * nonascii.texi (Default Coding Systems): Fix last change.
157
158 2006-05-29 Kenichi Handa <handa@m17n.org>
159
160 * nonascii.texi (find-operation-coding-system): Describe the new
161 argument format (FILENAME . BUFFER).
162
163 2006-05-28 Richard Stallman <rms@gnu.org>
164
165 * tips.texi (Coding Conventions): Better explain reasons not to
166 advise other packages or use `eval-after-load'.
167
168 2006-05-29 Kim F. Storm <storm@cua.dk>
169
170 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
171 `bindat-idx' and `bindat-raw' for clarity.
172
173 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
174
175 * processes.texi (Bindat Spec): Expand on `repeat' handler.
176
177 * display.texi (Display): Add "Abstract Display" to menu.
178 (Abstract Display, Abstract Display Functions)
179 (Abstract Display Example): New nodes.
180 * elisp.texi (Top): Add "Abstract Display" to menu.
181
182 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
183
184 * keymaps.texi (Key Sequences): Link to input events definition.
185 (Format of Keymaps): Delete material duplicated in Keymap Basics.
186
187 * files.texi (Changing Files): Document updated argument list for
188 copy-file.
189
190 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
191
192 * processes.texi (Bindat Functions): Explain term "total length".
193 Use it in bindat-length and bindat-pack descriptions.
194
195 2006-05-26 Eli Zaretskii <eliz@gnu.org>
196
197 * tips.texi (Coding Conventions): Advise against using
198 eval-after-load in packages. Add an index entry.
199
200 2006-05-25 Juri Linkov <juri@jurta.org>
201
202 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
203
204 * modes.texi (%-Constructs): Add %e, %z, %Z.
205
206 2006-05-25 Richard Stallman <rms@gnu.org>
207
208 * elisp.texi (Top): Update subnode menu.
209
210 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
211 (Keymaps): Update menu.
212
213 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
214
215 * keymaps.texi (Key Sequences): Some clarifications.
216
217 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
218
219 * processes.texi (Bindat Functions): Say "unibyte string"
220 explicitly for bindat-unpack and bindat-pack descriptions.
221 (Bindat Examples): Don't call `string-make-unibyte' in example.
222
223 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
224
225 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
226 Explain string and vector representations of key sequences
227
228 * keymaps.texi (Changing Key Bindings):
229 * commands.texi (Interactive Codes, Interactive Codes):
230 * help.texi (Describing Characters): Refer to it.
231
232 2006-05-23 Luc Teirlinck <teirllm@auburn.edu>
233
234 * frames.texi (Pointer Shape): @end table -> @end defvar.
235
236 2006-05-22 Richard Stallman <rms@gnu.org>
237
238 * elisp.texi (Top): Update subnode menus.
239
240 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
241 Contents rewritten; material from old Pointer Shape node moved here.
242
243 * display.texi (Pointer Shape): Node deleted.
244 (Image Descriptors): Minor cleanup.
245
246 2006-05-21 Richard Stallman <rms@gnu.org>
247
248 * syntax.texi (Parsing Expressions): Update info on which STATE
249 elements are ignored.
250
251 2006-05-19 Luc Teirlinck <teirllm@auburn.edu>
252
253 * hooks.texi (Standard Hooks): Correct typo.
254
255 * gpl.texi (GPL): ifinfo -> ifnottex.
256
257 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
258
259 * searching.texi (Simple Match Data): Warn about match data being
260 set anew by every search.
261
262 2006-05-17 Richard Stallman <rms@gnu.org>
263
264 * minibuf.texi (Minibuffer History): Clarify.
265
266 * searching.texi (Regexp Special): Clarify nested regexp warning.
267
268 2006-05-16 Kim F. Storm <storm@cua.dk>
269
270 * minibuf.texi (Minibuffer History): Update add-to-history.
271
272 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
273
274 * nonascii.texi (Explicit Encoding): Fix
275 typo (encoding<->decoding).
276
277 2006-05-14 Richard Stallman <rms@gnu.org>
278
279 * buffers.texi (Creating Buffers): Cleanup.
280
281 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
282
283 2006-05-13 Eli Zaretskii <eliz@gnu.org>
284
285 * buffers.texi (Current Buffer): Document that with-temp-buffer
286 disables undo.
287
288 * os.texi (Terminal-Specific): More accurate description of how
289 Emacs searches for the terminal-specific libraries.
290
291 2006-05-12 Eli Zaretskii <eliz@gnu.org>
292
293 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
294 emacs-xtra to @inforef's.
295
296 * text.texi (Undo): Document that undo is turned off in buffers
297 whose names begin with a space.
298
299 * buffers.texi (Buffer Names): Add index entries for buffers whose
300 names begin with a space.
301 (Creating Buffers): Document that undo is turned off in buffers
302 whose names begin with a space.
303
304 * files.texi (Visiting Functions, Reading from Files)
305 (Saving Buffers): Mention code and EOL conversions by file I/O
306 primitives and subroutines.
307
308 * nonascii.texi (Lisp and Coding Systems): Document
309 coding-system-eol-type. Add index entries for eol conversion.
310
311 * display.texi (Defining Faces): Mention `mac', and add an xref to
312 where window-system is described.
313
314 2006-05-10 Richard Stallman <rms@gnu.org>
315
316 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
317
318 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
319
320 * variables.texi (File Local Variables): Recommend to quote lambda
321 expressions in safe-local-variable property.
322
323 2006-05-09 Richard Stallman <rms@gnu.org>
324
325 * variables.texi (File Local Variables): Document
326 safe-local-eval-forms and safe-local-eval-function.
327
328 2006-05-07 Kim F. Storm <storm@cua.dk>
329
330 * minibuf.texi (Minibuffer History): Remove keep-dups arg
331 from add-to-history.
332
333 2006-05-07 Romain Francoise <romain@orebokech.com>
334
335 * commands.texi (Event Input Misc):
336 * compile.texi (Eval During Compile):
337 * internals.texi (Buffer Internals):
338 * minibuf.texi (Initial Input):
339 * nonascii.texi (Scanning Charsets):
340 * numbers.texi (Comparison of Numbers):
341 * windows.texi (Textual Scrolling, Vertical Scrolling):
342 Fix various typos.
343
344 2006-05-06 Eli Zaretskii <eliz@gnu.org>
345
346 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
347 conditional xref's to either emacs or emacs-xtra, depending on
348 @iftex/@ifnottex.
349
350 * minibuf.texi (Minibuffer History): Document add-to-history.
351
352 2006-05-05 Eli Zaretskii <eliz@gnu.org>
353
354 * internals.texi (Pure Storage): Mention the pure overflow message
355 at startup.
356
357 2006-05-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
358
359 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
360 (Searching Keymaps): Fix pseudo-Lisp description of keymap
361 search.
362
363 2006-05-01 Richard Stallman <rms@gnu.org>
364
365 * intro.texi (nil and t): Clarify.
366
367 * variables.texi (File Local Variables): Suggest using booleanp.
368
369 2006-05-01 Juanma Barranquero <lekktu@gmail.com>
370
371 * objects.texi (Type Predicates): Fix typos.
372
373 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
374
375 * intro.texi (nil and t): Add booleanp.
376
377 * objects.texi (Type Predicates): Add links for booleanp and
378 string-or-null-p.
379
380 2006-04-29 Richard Stallman <rms@gnu.org>
381
382 * modes.texi (Multiline Font Lock): Rename from
383 Multi line Font Lock Elements. Much clarification.
384 (Font Lock Multiline, Region to Fontify): Much clarification.
385
386 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * variables.texi (File Local Variables): Remove the special case t for
389 safe-local-variable.
390
391 2006-04-26 Richard Stallman <rms@gnu.org>
392
393 * syntax.texi (Parsing Expressions): Minor cleanup.
394
395 2006-04-18 Richard Stallman <rms@gnu.org>
396
397 * tips.texi (Coding Conventions): Explain when the package's
398 prefix should appear later on (not at the start of the name).
399
400 * searching.texi (String Search): Clarify effect of NOERROR.
401
402 * modes.texi (Imenu): Clarify what special items do.
403
404 * hooks.texi (Standard Hooks): Delete text about old hook names.
405
406 2006-04-17 Romain Francoise <romain@orebokech.com>
407
408 * variables.texi (Local Variables): Update the default value of
409 `max-specpdl-size'.
410
411 2006-04-15 Michael Olson <mwolson@gnu.org>
412
413 * processes.texi (Transaction Queues): Mention the new optional
414 `delay-question' argument for `tq-enqueue'.
415
416 2006-04-13 Bill Wohler <wohler@newt.com>
417
418 * customize.texi (Common Keywords): Use dotted notation for
419 :package-version value. Specify its values. Improve documentation
420 for customize-package-emacs-version-alist.
421
422 2006-04-12 Bill Wohler <wohler@newt.com>
423
424 * customize.texi (Common Keywords): Move description of
425 customize-package-emacs-version-alist to @defvar.
426
427 2006-04-10 Bill Wohler <wohler@newt.com>
428
429 * customize.texi (Common Keywords): Add :package-version.
430
431 2006-04-10 Kim F. Storm <storm@cua.dk>
432
433 * text.texi (Buffer Contents): Add NOPROPS arg to
434 filter-buffer-substring.
435
436 2006-04-08 Kevin Ryde <user42@zip.com.au>
437
438 * os.texi (Command-Line Arguments): Update xref to emacs manual
439 "Command Arguments" -> "Emacs Invocation", per change there.
440
441 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
442
443 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
444 be on one line to help makeinfo not render two spaces after the dot.
445
446 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
447
448 * strings.texi (Predicates for Strings): Add string-or-null-p.
449
450 2006-03-28 Kim F. Storm <storm@cua.dk>
451
452 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
453 remarks about systems that don't support fractional seconds.
454
455 2006-03-25 Karl Berry <karl@gnu.org>
456
457 * elisp.texi: Use @copyright{} instead of (C), and do not indent
458 the year list.
459
460 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
461
462 * display.texi (Fringe Indicators): Fix typos.
463
464 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
465
466 * tips.texi (Documentation Tips): One can now also write `program'
467 in front of a quoted symbol in a docstring to prevent making a
468 hyperlink.
469
470 2006-03-19 Alan Mackenzie <acm@muc.de>
471
472 * text.texi (Special Properties): Clarify `fontified' property.
473
474 2006-03-16 Richard Stallman <rms@gnu.org>
475
476 * display.texi (Defining Images): Minor cleanup.
477
478 2006-03-16 Bill Wohler <wohler@newt.com>
479
480 * display.texi (Defining Images): In image-load-path-for-library,
481 prefer user's images.
482
483 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
484
485 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
486
487 2006-03-15 Bill Wohler <wohler@newt.com>
488
489 * display.texi (Defining Images): Fix example in
490 image-load-path-for-library by not recommending that one binds
491 image-load-path. Just defvar it to placate compiler and only use
492 it if previously defined.
493
494 2006-03-14 Bill Wohler <wohler@newt.com>
495
496 * display.texi (Defining Images): In image-load-path-for-library,
497 always return list of directories. Update example.
498
499 2006-03-14 Alan Mackenzie <acm@muc.de>
500
501 * modes.texi: New node, "Region to Fontify" (for Font Lock).
502 This describes font-lock-extend-region-function.
503 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
504 the new node "Region to Fontify".
505
506 2006-03-13 Richard Stallman <rms@gnu.org>
507
508 * display.texi (Invisible Text): The impossible position is
509 now before the invisible text, not after.
510 (Defining Images): Clean up last change.
511
512 2006-03-11 Bill Wohler <wohler@newt.com>
513
514 * display.texi (Defining Images): Add image-load-path-for-library.
515
516 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
517
518 * text.texi (Adaptive Fill): Fix Texinfo usage.
519
520 * strings.texi (Creating Strings): Fix Texinfo usage.
521
522 * searching.texi (Regexp Special): Use @samp for regular
523 expressions that are not in Lisp syntax.
524
525 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
526
527 * searching.texi (Regexp Special): Put remark between parentheses
528 to avoid misreading.
529
530 2006-03-07 Luc Teirlinck <teirllm@auburn.edu>
531
532 * searching.texi (Syntax of Regexps): More accurately describe
533 which characters are special in which situations.
534 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
535 are not special. Describe in detail when `[' and `]' are special.
536 (Regexp Backslash): Plenty of regexps with unbalanced square
537 brackets are valid, so reword that statement.
538
539 2006-03-02 Kim F. Storm <storm@cua.dk>
540
541 * keymaps.texi (Tool Bar): Add tool-bar-border.
542
543 2006-02-28 Luc Teirlinck <teirllm@auburn.edu>
544
545 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
546
547 2006-02-27 Luc Teirlinck <teirllm@auburn.edu>
548
549 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
550
551 * files.texi (Locating Files): Suggest additional values for the
552 SUFFIXES arg of `locate-file'. Update pxref.
553
554 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
555 (How Programs Do Loading): Discuss the effects of Auto Compression
556 mode on `load'.
557 (Load Suffixes): New node.
558 (Library Search): Delete description of `load-suffixes'; it was
559 moved to "Load Suffixes".
560 (Autoload, Named Features): Mention `load-suffixes'.
561
562 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
563
564 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
565
566 * windows.texi (Window Tree): Fix typo.
567
568 2006-02-20 Kim F. Storm <storm@cua.dk>
569
570 * display.texi (Fringe Indicators): New section.
571 Move indicate-empty-lines, indicate-buffer-boundaries, and
572 default-indicate-buffer-boundaries here.
573 Add fringe-indicator-alist and default-fringes-indicator-alist.
574 Add list of logical fringe indicator symbols.
575 Update list of standard bitmap names.
576 (Fringe Cursors): New section.
577 Move overflow-newline-into-fringe here.
578 Add fringe-cursor-alist and default-fringes-cursor-alist.
579 Add list of fringe cursor symbols.
580
581 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
582
583 * commands.texi (Using Interactive): Fix reference to node
584 "Minibuffers".
585
586 2006-02-19 Richard M. Stallman <rms@gnu.org>
587
588 * minibuf.texi (High-Level Completion):
589 Add xref to read-input-method-name.
590
591 * files.texi (Relative File Names): Move file-relative-name here.
592 (File Name Expansion): From here. Minor clarifications.
593
594 * commands.texi (Using Interactive): Add xrefs about reading input.
595 Clarify remarks about that moving point and mark.
596 Put string case before list case.
597
598 2006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
599
600 * display.texi (Other Display Specs, Image Descriptors):
601 Revert erroneous changes. The previous description of
602 image-descriptors as `(image . PROPS)' was correct.
603
604 2006-02-14 Richard M. Stallman <rms@gnu.org>
605
606 * variables.texi (File Local Variables): Clarifications.
607
608 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
609
610 * variables.texi (File Local Variables): Use @code for a cons
611 cell, not @var.
612
613 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
614
615 * variables.texi (File Local Variables): Document new file local
616 variable behavior.
617
618 2006-02-10 Kim F. Storm <storm@cua.dk>
619
620 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
621
622 2006-02-08 Juanma Barranquero <lekktu@gmail.com>
623
624 * modes.texi (%-Constructs): Remove obsolete info about
625 `global-mode-string'.
626
627 2006-02-07 Richard M. Stallman <rms@gnu.org>
628
629 * commands.texi (Prefix Command Arguments): Minor cleanup.
630
631 * display.texi: "Graphical display", not window system.
632
633 * functions.texi (What Is a Function): Fix xref.
634
635 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
636 (Changing Key Bindings): Clarify when remapping is better than
637 substitute-key-definition.
638
639 2006-02-02 Richard M. Stallman <rms@gnu.org>
640
641 * minibuf.texi (Basic Completion): Completion alists are risky.
642
643 * keymaps.texi (Active Keymaps): Clarifications.
644 (Searching Keymaps): New node.
645 (Keymaps): Update menu.
646
647 * frames.texi (Layout Parameters): Minor clarification.
648 (Drag and Drop): New node.
649 (Frames): Update menu.
650
651 2006-01-29 Chong Yidong <cyd@stupidchicken.com>
652
653 * display.texi (Other Display Specs, Image Descriptors):
654 Image description is a list, not a cons cell.
655
656 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
657
658 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
659 list is not necessarily a list).
660
661 2006-01-27 Eli Zaretskii <eliz@gnu.org>
662
663 * frames.texi (Layout Parameters): border-width and
664 internal-border-width belong to the frame, not the window.
665
666 2006-01-19 Richard M. Stallman <rms@gnu.org>
667
668 * nonascii.texi (Translation of Characters): Search cmds use
669 translation-table-for-input. Automatically made local.
670
671 * markers.texi (Overview of Markers): Count insertion type
672 as one of a marker's attributes.
673
674 * keymaps.texi (Controlling Active Maps): New node, split out of
675 Active Keymaps.
676 (Keymaps): Menu updated.
677 (Active Keymaps): Give pseudocode to explain how the active
678 maps are searched. current-active-maps and key-binding moved here.
679 (Functions for Key Lookup): current-active-maps and key-binding moved.
680 Clarifications.
681 (Searching the Keymaps): New subnode.
682
683 * elisp.texi (Top): Menu clarification.
684
685 * display.texi (Other Display Specs): Delete duplicate entry for
686 just a string as display spec. Move text about recursive display
687 specs on such a string.
688
689 * commands.texi (Key Sequence Input): Clarify.
690 Move num-nonmacro-input-events out.
691 (Reading One Event): num-nonmacro-input-events moved here.
692
693 2006-01-14 Nick Roberts <nickrob@snap.net.nz>
694
695 * advice.texi (Simple Advice): Update example to fit argument
696 change in previous-line.
697
698 2006-01-05 Richard M. Stallman <rms@gnu.org>
699
700 * markers.texi (The Mark): Fix in `mark'.
701
702 2006-01-04 Richard M. Stallman <rms@gnu.org>
703
704 * processes.texi (Misc Network, Make Network): Minor cleanups.
705
706 2006-01-04 Kim F. Storm <storm@cua.dk>
707
708 * processes.texi (Make Network): Add IPv6 addresses and handling.
709 (Network Feature Testing): Mention (:family ipv6).
710 (Misc Network): Add IPv6 formats to format-network-address.
711
712 2005-12-30 Richard M. Stallman <rms@gnu.org>
713
714 * text.texi (Changing Properties):
715 Don't use return value of set-text-properties.
716
717 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
718
719 * modes.texi (Mode Line Format): Correct typo in menu.
720
721 2005-12-29 Richard M. Stallman <rms@gnu.org>
722
723 * modes.texi (Mode Line Top): New node.
724 (Mode Line Data): Some text moved to new node.
725 Explain the data structure more concretely.
726 (Mode Line Basics): Clarifications.
727 (Mode Line Variables): Clarify intro paragraph.
728 (%-Constructs): Clarify intro paragraph.
729 (Mode Line Format): Update menu.
730
731 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
732
733 * minibuf.texi (Basic Completion): Update lazy-completion-table
734 examples for removal of ARGS argument.
735
736 2005-12-23 Richard M. Stallman <rms@gnu.org>
737
738 * text.texi (Undo): Restore some explanation from the version
739 that was deleted.
740
741 2005-12-23 Eli Zaretskii <eliz@gnu.org>
742
743 * text.texi (Undo): Remove duplicate descriptions of `apply
744 funname' and `apply delta' elements of the undo list.
745
746 2005-12-20 Richard M. Stallman <rms@gnu.org>
747
748 * help.texi (Help Functions): Update documentation of `apropos'.
749
750 2005-12-20 Luc Teirlinck <teirllm@auburn.edu>
751
752 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
753 because it is confusing. If the :help-echo keyword is a function,
754 it is not directly used as the :help-echo overlay property, as the
755 xref seems to suggest (it does not take the appropriate args).
756
757 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
758
759 * customize.texi (Common Keywords): Fix Texinfo usage.
760 (Group Definitions, Variable Definitions): Update for new
761 conventions for using `*' in docstrings.
762
763 * tips.texi (Documentation Tips): Update for new conventions for
764 using `*' in docstrings.
765
766 2005-12-16 Richard M. Stallman <rms@gnu.org>
767
768 * minibuf.texi (Minibuffer Contents): Minor cleanup.
769
770 2005-12-16 Juri Linkov <juri@jurta.org>
771
772 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
773
774 2005-12-14 Romain Francoise <romain@orebokech.com>
775
776 * modes.texi (Customizing Keywords): Rename `append' to `how'.
777 Fix typo.
778
779 2005-12-11 Juri Linkov <juri@jurta.org>
780
781 * minibuf.texi (Completion Commands): Add mention of read-file-name
782 for filename completion keymaps.
783 (Reading File Names): Add mention of filename completion keymaps
784 for read-file-name and xref to `Completion Commands'.
785
786 2005-12-10 Richard M. Stallman <rms@gnu.org>
787
788 * customize.texi (Common Keywords): State caveats for use of :tag.
789
790 2005-12-08 Richard M. Stallman <rms@gnu.org>
791
792 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
793 with xrefs and better explanation.
794 (Completion Commands): Add the filename completion maps.
795
796 * objects.texi (Character Type): Clarify that \s is not space
797 if a dash follows.
798
799 2005-12-05 Richard M. Stallman <rms@gnu.org>
800
801 * windows.texi (Resizing Windows): Delete preserve-before args.
802
803 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
804
805 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
806 in full keymaps, since the quirk has been fixed.
807
808 2005-12-03 Eli Zaretskii <eliz@gnu.org>
809
810 * hooks.texi (Standard Hooks): Add index entries. Mention
811 `compilation-finish-functions'.
812
813 2005-11-27 Richard M. Stallman <rms@gnu.org>
814
815 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
816
817 2005-11-21 Juri Linkov <juri@jurta.org>
818
819 * customize.texi (Common Keywords): Update links types
820 custom-manual and url-link. Add link types emacs-library-link,
821 file-link, function-link, variable-link, custom-group-link.
822
823 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
824
825 * display.texi: Revert 2005-11-20 change.
826
827 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
828
829 * processes.texi (Bindat Functions):
830 Say "third" to refer to zero-based index "2".
831
832 2005-11-18 Luc Teirlinck <teirllm@auburn.edu>
833
834 * loading.texi (Library Search): Update the default value of
835 `load-suffixes'.
836
837 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
838
839 * display.texi (Attribute Functions): Mention :ignore-defface.
840
841 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
842
843 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
844 (Minor Mode Conventions): Mention the use of a hook.
845
846 2005-11-06 Richard M. Stallman <rms@gnu.org>
847
848 * files.texi (Magic File Names): find-file-name-handler checks the
849 `operations' property of the handler.
850
851 2005-11-03 Richard M. Stallman <rms@gnu.org>
852
853 * variables.texi (Frame-Local Variables): Small clarification.
854
855 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
856
857 * os.texi (Init File): Document ~/.emacs.d/init.el.
858
859 2005-10-29 Richard M. Stallman <rms@gnu.org>
860
861 * internals.texi (Garbage Collection): Document memory-full.
862
863 2005-10-28 Bill Wohler <wohler@newt.com>
864
865 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
866 for URLs.
867
868 2005-10-28 Richard M. Stallman <rms@gnu.org>
869
870 * minibuf.texi (Completion Commands): Clean up prev change.
871
872 2005-10-26 Kevin Ryde <user42@zip.com.au>
873
874 * compile.texi (Eval During Compile): Explain recommended uses
875 of eval-when-compile and eval-and-compile.
876
877 2005-10-27 Masatake YAMATO <jet@gyve.org>
878
879 * minibuf.texi (Completion Commands):
880 Write about new optional argument for `display-completion-list'.
881
882 2005-10-23 Richard M. Stallman <rms@gnu.org>
883
884 * display.texi (Overlay Arrow): Clarify about local bindings of
885 overlay-arrow-position.
886
887 2005-10-22 Eli Zaretskii <eliz@gnu.org>
888
889 * internals.texi (Building Emacs): Fix last change.
890
891 2005-10-22 Richard M. Stallman <rms@gnu.org>
892
893 * internals.texi (Building Emacs): Document eval-at-startup.
894
895 2005-10-21 Richard M. Stallman <rms@gnu.org>
896
897 * loading.texi (Where Defined): load-history contains abs file names.
898 symbol-file returns abs file names.
899
900 2005-10-19 Kim F. Storm <storm@cua.dk>
901
902 * display.texi (Showing Images): Add max-image-size integer value.
903
904 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
905
906 * display.texi (Showing Images): Document max-image-size.
907
908 2005-10-17 Richard M. Stallman <rms@gnu.org>
909
910 * commands.texi (Quitting): Minor clarification.
911
912 * processes.texi (Sentinels): Clarify about output and quitting.
913 (Filter Functions): Mention with-local-quit.
914
915 2005-10-17 Juri Linkov <juri@jurta.org>
916
917 * buffers.texi (Current Buffer):
918 * commands.texi (Event Input Misc):
919 * compile.texi (Eval During Compile, Compiler Errors):
920 * customize.texi (Group Definitions):
921 * display.texi (Progress, Defining Faces):
922 * files.texi (Writing to Files):
923 * modes.texi (Mode Hooks, Defining Minor Modes):
924 * streams.texi (Output Functions):
925 * syntax.texi (Syntax Table Functions):
926 * text.texi (Change Hooks):
927 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
928
929 * commands.texi (Quitting): Replace arg `forms' with `body' in
930 `with-local-quit'.
931
932 * positions.texi (Excursions): Replace arg `forms' with `body' in
933 `save-excursion'.
934
935 2005-10-08 Kim F. Storm <storm@cua.dk>
936
937 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
938 Rename manual section accordingly.
939
940 2005-10-04 Kim F. Storm <storm@cua.dk>
941
942 * windows.texi (Window Split Tree): New section describing
943 new function window-split-tree function.
944
945 2005-10-03 Nick Roberts <nickrob@snap.net.nz>
946
947 * display.texi (Fringe Size/Pos): Simplify and add detail.
948
949 2005-09-30 Romain Francoise <romain@orebokech.com>
950
951 * minibuf.texi (High-Level Completion): Explain that the prompt
952 given to `read-buffer' should end with a colon and a space.
953 Update usage examples.
954
955 2005-09-29 Juri Linkov <juri@jurta.org>
956
957 * display.texi (Displaying Messages): Rename argument name
958 `string' to `format-string' in functions `message', `message-box',
959 `message-or-box'.
960
961 2005-09-26 Chong Yidong <cyd@stupidchicken.com>
962
963 * errors.texi (Standard Errors): Correct xrefs.
964
965 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
966
967 * display.texi (Defining Images): Update documentation for
968 `image-load-path'.
969
970 2005-09-17 Richard M. Stallman <rms@gnu.org>
971
972 * display.texi (Defining Images): Clean up previous change.
973
974 2005-09-16 Romain Francoise <romain@orebokech.com>
975
976 * elisp.texi: Specify GFDL version 1.2.
977
978 * doclicense.texi (GNU Free Documentation License): Update to
979 version 1.2.
980
981 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
982
983 * display.texi (Defining Images): Document `image-load-path'.
984
985 2005-09-15 Richard M. Stallman <rms@gnu.org>
986
987 * objects.texi (Printed Representation): Minor cleanup.
988 (Box Diagrams): Minor fix.
989 (Cons Cell Type): Move (...) index item here.
990 (Box Diagrams): From here.
991 (Array Type): Minor fix.
992 (Type Predicates): Delete index "predicates".
993 (Hash Table Type): Clarify xref.
994 (Dotted Pair Notation): Minor fix.
995
996 2005-09-10 Chong Yidong <cyd@stupidchicken.com>
997
998 * files.texi (Saving Buffers): Fix typo.
999
1000 2005-09-08 Richard M. Stallman <rms@gnu.org>
1001
1002 * tips.texi (Programming Tips): Correct the "default" prompt spec.
1003
1004 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
1005
1006 * locals.texi (Standard Buffer-Local Variables): Don't include
1007 mode variables for minor modes.
1008 Fix xrefs for buffer-display-count, buffer-display-table,
1009 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1010 enable-multibyte-characters, fill-column, header-line-format,
1011 left-fringe-width, left-margin, and right-fringe-width.
1012
1013 * hooks.texi (Standard Hooks): All hooks should conform to the
1014 standard naming convention now.
1015 Fix xref for `echo-area-clear-hook'.
1016
1017 * display.texi (Usual Display): Note that indicate-empty-lines and
1018 tab-width are buffer-local.
1019
1020 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1021
1022 * modes.texi (Mode Help): Note that major-mode is buffer-local.
1023
1024 * nonascii.texi (Encoding and I/O): Note that
1025 buffer-file-coding-system is buffer-local.
1026
1027 * positions.texi (List Motion): Note that defun-prompt-regexp is
1028 buffer-local.
1029
1030 * text.texi (Auto Filling): Note that auto-fill-function is
1031 buffer-local.
1032 (Undo): Note that buffer-undo-list is buffer-local.
1033
1034 * windows.texi (Buffers and Windows): Document
1035 buffer-display-count.
1036
1037 2005-09-06 Richard M. Stallman <rms@gnu.org>
1038
1039 * tips.texi (Coding Conventions): Sometimes it is ok to put the
1040 package prefix elsewhere than at the start of the name.
1041
1042 2005-09-03 Richard M. Stallman <rms@gnu.org>
1043
1044 * tips.texi (Programming Tips): Add conventions for minibuffer
1045 questions and prompts.
1046
1047 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
1048
1049 * intro.texi (nil and t): Minor cleanup.
1050 Delete spurious mention of keyword symbols.
1051 (Evaluation Notation): Add index entry.
1052 (A Sample Function Description): Minor cleanup.
1053 (A Sample Variable Description): Not all vars can be set.
1054
1055 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
1056
1057 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1058
1059 (Insertion): Document precise type of `insert-char' arg COUNT.
1060
1061 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1062
1063 * modes.texi (Other Font Lock Variables): Sync the default of
1064 font-lock-lines-before.
1065
1066 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
1067
1068 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1069
1070 2005-08-29 Richard M. Stallman <rms@gnu.org>
1071
1072 * elisp.texi (Top): Update subnode menu.
1073
1074 * searching.texi (Searching and Matching): Move node.
1075 Rearrange contents and add overall explanation.
1076 (Searching and Case): Move node.
1077 (Searching and Matching): Update menu.
1078
1079 2005-08-27 Eli Zaretskii <eliz@gnu.org>
1080
1081 * os.texi (Startup Summary): Fix the description of the initial
1082 startup message display.
1083
1084 2005-08-25 Richard M. Stallman <rms@gnu.org>
1085
1086 * searching.texi (Search and Replace): Add replace-regexp-in-string.
1087
1088 2005-08-25 Emilio C. Lopes <eclig@gmx.net>
1089
1090 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1091 `next-overlay-change' example.
1092
1093 2005-08-22 Juri Linkov <juri@jurta.org>
1094
1095 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1096 Fix invert-face. Fix args of face-background.
1097
1098 * display.texi (Standard Faces): Delete node.
1099 (Faces): Add xref to `(emacs)Standard Faces'.
1100 (Displaying Faces): Fix xref to `Standard Faces'.
1101
1102 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1103
1104 2005-08-20 Alan Mackenzie <acm@muc.de>
1105
1106 * buffers.texi (The Buffer List): Clarify the manipulation of the
1107 buffer list.
1108
1109 2005-08-14 Richard M. Stallman <rms@gnu.org>
1110
1111 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1112 a regexp.
1113
1114 2005-08-11 Richard M. Stallman <rms@gnu.org>
1115
1116 * elisp.texi (Top): Update subnode lists.
1117
1118 * display.texi (Inverse Video): Node deleted.
1119
1120 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1121 New nodes split out of Coding Conventions.
1122
1123 * searching.texi (Regular Expressions): Document re-builder.
1124
1125 * os.texi (Time Parsing): New node split out of Time Conversion.
1126
1127 * processes.texi (Misc Network, Network Feature Testing)
1128 (Network Options, Make Network): New nodes split out of
1129 Low-Level Network.
1130
1131 2005-08-09 Richard M. Stallman <rms@gnu.org>
1132
1133 * frames.texi (Geometry): New node, split from Size and Position.
1134 (Frame Parameters): Refer to Geometry.
1135
1136 * buffers.texi (The Buffer List): Fix xrefs.
1137
1138 * windows.texi (Splitting Windows): Fix xref.
1139
1140 * frames.texi (Layout Parameters): Add xref.
1141
1142 * display.texi (Line Height, Scroll Bars): Fix xrefs.
1143
1144 * keymaps.texi (Menu Bar): Fix xref.
1145
1146 * locals.texi (Standard Buffer-Local Variables): Fix xref.
1147
1148 * modes.texi (%-Constructs): Fix xref.
1149
1150 * frames.texi (Window Frame Parameters): Node split up.
1151 (Basic Parameters, Position Parameters, Size Parameters)
1152 (Layout Parameters, Buffer Parameters, Management Parameters)
1153 (Cursor Parameters, Color Parameters): New subnodes.
1154
1155 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
1156
1157 * positions.texi (Screen Lines): Update xref for previous change
1158 in minibuf.texi.
1159
1160 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1161 change in minibuf.texi.
1162
1163 2005-08-09 Richard M. Stallman <rms@gnu.org>
1164
1165 * tips.texi (Coding Conventions): Minor cleanup.
1166
1167 * modes.texi (Defining Minor Modes): Explain when init-value
1168 can be non-nil.
1169
1170 * elisp.texi (Top): Update submenu for Minibuffer.
1171
1172 * minibuf.texi (Minibuffer Misc): Node split up.
1173 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1174 (Recursive Mini): New nodes split out from Minibuffer Misc.
1175 (Minibuffer Misc): Document max-mini-window-height.
1176
1177 * hash.texi (Defining Hash): Delete stray paren in example.
1178
1179 * display.texi (Echo Area Customization): Don't define
1180 max-mini-window-height here; xref instead.
1181
1182 * commands.texi (Event Input Misc): Update while-no-input.
1183
1184 * advice.texi (Advising Functions): Explain when to use advice
1185 and when to use a hook.
1186
1187 2005-07-30 Eli Zaretskii <eliz@gnu.org>
1188
1189 * makefile.w32-in (info): Don't run install-info.
1190 ($(infodir)/dir): New target, produced by running install-info.
1191
1192 2005-07-27 Luc Teirlinck <teirllm@auburn.edu>
1193
1194 * modes.texi (Defining Minor Modes): The keyword for the initial
1195 value is :init-value, not :initial-value.
1196
1197 2005-07-23 Eli Zaretskii <eliz@gnu.org>
1198
1199 * loading.texi (Autoload): Make the `doctor' example be consistent
1200 with what's in current loaddefs.el. Describe the "fn" magic in
1201 the usage portion of the doc string.
1202
1203 2005-07-22 Richard M. Stallman <rms@gnu.org>
1204
1205 * internals.texi (Garbage Collection): Clarify previous change.
1206
1207 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
1208
1209 * internals.texi (Garbage Collection): Add gc-cons-percentage.
1210
1211 2005-07-18 Juri Linkov <juri@jurta.org>
1212
1213 * commands.texi (Accessing Events):
1214 * frames.texi (Text Terminal Colors, Resources):
1215 * markers.texi (The Mark):
1216 * modes.texi (Defining Minor Modes):
1217 Delete duplicate duplicate words.
1218
1219 2005-07-16 Richard M. Stallman <rms@gnu.org>
1220
1221 * display.texi (Managing Overlays): Clarify make-overlay
1222 args for insertion types.
1223
1224 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1225
1226 * customize.texi (Variable Definitions):
1227 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
1228 `standard-value' is a list too.
1229 (Defining New Types): Use @key{RET} instead of @key{ret}.
1230
1231 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
1232
1233 * os.texi (Translating Input): Fix typo.
1234
1235 2005-07-08 Richard M. Stallman <rms@gnu.org>
1236
1237 * README: Update edition number and size estimate.
1238
1239 * elisp.texi (VERSION): Set to 2.9.
1240
1241 2005-07-07 Richard M. Stallman <rms@gnu.org>
1242
1243 * book-spine.texinfo: Update Emacs version.
1244
1245 * display.texi (Inverse Video): Delete mode-line-inverse-video.
1246
1247 2005-07-06 Richard M. Stallman <rms@gnu.org>
1248
1249 * searching.texi (Regexp Search): Clarify what re-search-forward
1250 does when the search fails.
1251
1252 2005-07-05 Lute Kamstra <lute@gnu.org>
1253
1254 * Update FSF's address in GPL notices.
1255
1256 * doclicense.texi (GNU Free Documentation License):
1257 * gpl.texi (GPL):
1258 * tips.texi (Coding Conventions, Library Headers):
1259 * vol1.texi:
1260 * vol2.texi: Update FSF's address.
1261
1262 2005-07-04 Richard M. Stallman <rms@gnu.org>
1263
1264 * hooks.texi (Standard Hooks): Add occur-hook.
1265
1266 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1267
1268 * display.texi (The Echo Area): Correct menu.
1269
1270 2005-07-03 Richard M. Stallman <rms@gnu.org>
1271
1272 * elisp.texi (Top): Update subnode menu for Display.
1273
1274 * display.texi (Displaying Messages): New node, with most
1275 of what was in The Echo Area.
1276 (Progress): Moved under The Echo Area.
1277 (Logging Messages): New node with new text.
1278 (Echo Area Customization): New node, the rest of what was
1279 in The Echo Area. Document message-truncate-lines with @defvar.
1280 (Display): Update menu.
1281
1282 * windows.texi (Textual Scrolling): Doc 3 values for
1283 scroll-preserve-screen-position.
1284
1285 * text.texi (Special Properties): Change hook functions
1286 should bind inhibit-modification-hooks around altering buffer text.
1287
1288 * keymaps.texi (Key Binding Commands): Call binding BINDING
1289 rather than DEFINITION.
1290
1291 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
1292
1293 * variables.texi (Defining Variables): `user-variable-p' returns t
1294 for aliases of user options, nil for alias loops.
1295
1296 2005-06-28 Richard M. Stallman <rms@gnu.org>
1297
1298 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
1299 make-keymap.
1300
1301 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1302
1303 * variables.texi (Setting Variables): Correct and clarify
1304 description of `add-to-ordered-list'.
1305
1306 2005-06-26 Richard M. Stallman <rms@gnu.org>
1307
1308 * display.texi (Faces): Minor cleanup.
1309
1310 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1311
1312 * display.texi (Faces): `facep' returns t for strings that are
1313 face names.
1314
1315 2005-06-25 Richard M. Stallman <rms@gnu.org>
1316
1317 * objects.texi (Equality Predicates): Clarify meaning of equal.
1318
1319 * windows.texi (Selecting Windows): save-selected-window
1320 and with-selected-window save and restore the current buffer.
1321
1322 2005-06-24 Richard M. Stallman <rms@gnu.org>
1323
1324 * numbers.texi (Float Basics): Explain how to test for NaN,
1325 and printing the sign of NaNs.
1326
1327 2005-06-24 Eli Zaretskii <eliz@gnu.org>
1328
1329 * makefile.w32-in (MAKEINFO): Use --force.
1330
1331 2005-06-23 Richard M. Stallman <rms@gnu.org>
1332
1333 * display.texi (Face Functions): Correct Texinfo usage.
1334
1335 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1336
1337 * lists.texi (Rings): `ring-elements' now returns the elements of
1338 RING in order.
1339
1340 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
1341
1342 * markers.texi (The Mark): Texinfo usage fix.
1343
1344 2005-06-23 Kim F. Storm <storm@cua.dk>
1345
1346 * searching.texi (Entire Match Data): Remove evaporate option for
1347 match-data. Do not mention evaporate option for set-match-data.
1348
1349 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1350
1351 * display.texi (Face Functions): Mention face aliases.
1352
1353 2005-06-21 Richard M. Stallman <rms@gnu.org>
1354
1355 * anti.texi (Antinews): Texinfo usage fix.
1356
1357 2005-06-21 Karl Berry <karl@gnu.org>
1358
1359 * elisp.texi: Use @copying.
1360
1361 * elisp.texi: Put @summarycontents and @contents before the Top
1362 node, instead of the end of the file, so that the contents appear
1363 in the right place in the dvi/pdf output.
1364
1365 2005-06-21 Juri Linkov <juri@jurta.org>
1366
1367 * display.texi (Defining Faces): Add `customized-face'.
1368
1369 2005-06-20 Kim F. Storm <storm@cua.dk>
1370
1371 * variables.texi (Setting Variables): Any type of element can be
1372 given order in add-to-ordered-list. Compare elements with eq.
1373
1374 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
1375
1376 2005-06-20 Karl Berry <karl@gnu.org>
1377
1378 * syntax.texi (Syntax Flags): Make last column very slightly wider
1379 to avoid "generic comment" breaking on two lines and causing an
1380 underfull box.
1381
1382 2005-06-19 Luc Teirlinck <teirllm@auburn.edu>
1383
1384 * lists.texi (Rings): Various minor clarifications and corrections.
1385
1386 2005-06-18 Richard M. Stallman <rms@gnu.org>
1387
1388 * functions.texi (Obsolete Functions): Simplify.
1389
1390 * variables.texi (Variable Aliases): Simplify.
1391
1392 * anti.texi, backups.texi, compile.texi, customization.texi:
1393 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
1394 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
1395 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
1396 * variables.texi: Fix formatting ugliness.
1397
1398 * elisp.texi: Add links to Rings and Byte Packing.
1399 Update version and copyright years.
1400
1401 * minibuf.texi: Fix formatting ugliness.
1402 (Completion Commands): Move keymap vars to the end
1403 and vars completing-read binds to the top.
1404
1405 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
1406
1407 * processes.texi: Fix typos.
1408 (Bindat Spec): Correct Texinfo error.
1409 (Byte Packing): Fix ungrammatical sentence.
1410
1411 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
1412
1413 * lists.texi (Rings): New node.
1414 (Lists): Add it to menu.
1415
1416 * processes.texi (Byte Packing): New node.
1417 (Processes): Add it to menu.
1418
1419 2005-06-17 Richard M. Stallman <rms@gnu.org>
1420
1421 * syntax.texi (Parsing Expressions): Fix texinfo usage.
1422
1423 * help.texi (Documentation Basics): Explain the xref to
1424 Documentation Tips.
1425
1426 * debugging.texi (Debugger Commands): Minor fix.
1427
1428 2005-06-16 Luc Teirlinck <teirllm@auburn.edu>
1429
1430 * edebug.texi (Instrumenting): Eliminate duplicate link.
1431 (Specification List): Replace references to "below", referring to
1432 a later node, with one @ref to that node.
1433
1434 * os.texi (Timers): Timers should save and restore the match data
1435 if they change it.
1436
1437 * debugging.texi (Debugger Commands): Mention that the Lisp
1438 debugger can not step through primitive functions.
1439
1440 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
1441
1442 * functions.texi (Obsolete Functions): Update argument names of
1443 `make-obsolete' and `define-obsolete-function-alias'.
1444
1445 * variables.texi (Variable Aliases): Update argument names of
1446 `defvaralias', `make-obsolete-variable' and
1447 `define-obsolete-variable-alias'.
1448
1449 2005-06-15 Kim F. Storm <storm@cua.dk>
1450
1451 * searching.texi (Entire Match Data): Rephrase warnings about
1452 evaporate arg to match-data and set-match-data.
1453
1454 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
1455
1456 * elisp.texi (Top): Update detailed menu.
1457
1458 * edebug.texi (Edebug): Update menu.
1459 (Instrumenting): Update xrefs.
1460 (Edebug Execution Modes): Correct xref.
1461 (Jumping): Clarify description of `h' command.
1462 Eliminate redundant @ref.
1463 (Breaks): New node.
1464 (Breakpoints): is now a subsubsection.
1465 (Global Break Condition): Mention `C-x X X'.
1466 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
1467 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
1468 (Edebug Display Update): Correct pxref.
1469 (Edebug and Macros): New node.
1470 (Instrumenting Macro Calls): Is now a subsubsection.
1471 Neither arg of `def-edebug-spec' is evaluated.
1472 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
1473 (Specification Examples): Fix typo.
1474
1475 2005-06-14 Lute Kamstra <lute@gnu.org>
1476
1477 * debugging.texi (Function Debugging): Primitives can break on
1478 entry too.
1479
1480 2005-06-14 Kim F. Storm <storm@cua.dk>
1481
1482 * variables.texi (Setting Variables): Add add-to-ordered-list.
1483
1484 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1485
1486 * syntax.texi (Parsing Expressions): Document aux functions and vars of
1487 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
1488
1489 2005-06-13 Lute Kamstra <lute@gnu.org>
1490
1491 * text.texi (Special Properties): Fix cross reference.
1492
1493 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
1494
1495 * debugging.texi (Function Debugging): Delete mention of empty
1496 string argument to `cancel-debug-on-entry'. Delete inaccurate
1497 description of the return value of that command.
1498
1499 2005-06-11 Alan Mackenzie <acm@muc.de>
1500
1501 * text.texi (Adaptive Fill): Amplify the description of
1502 fill-context-prefix.
1503
1504 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1505
1506 * syntax.texi (Parsing Expressions): Fix Texinfo error.
1507
1508 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1509
1510 * syntax.texi (Parsing Expressions): Document syntax-ppss.
1511
1512 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1513
1514 * debugging.texi (Error Debugging): Minor rewording.
1515 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
1516 is optional.
1517
1518 2005-06-10 Lute Kamstra <lute@gnu.org>
1519
1520 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
1521 (Top): Give it a title. Correct version number. Give the
1522 detailed node listing a more prominent header.
1523 * intro.texi: Don't set VERSION here a second time.
1524 Mention Emacs's version too.
1525 * anti.texi (Antinews): Use EMACSVER to refer to the current
1526 version of Emacs.
1527
1528 2005-06-09 Kim F. Storm <storm@cua.dk>
1529
1530 * searching.texi (Entire Match Data): Explain new `reseat' argument to
1531 match-data and set-match-data.
1532
1533 2005-06-08 Richard M. Stallman <rms@gnu.org>
1534
1535 * searching.texi (Entire Match Data): Clarify when match-data
1536 returns markers and when integers.
1537
1538 * display.texi (Defining Faces): Explain that face name should not
1539 end in `-face'.
1540
1541 * modes.texi (Mode Line Data): Minor cleanup.
1542 (Customizing Keywords): Node split out of Search-based Fontification.
1543 Add example of using font-lock-add-keywords from a hook.
1544 Clarify when MODE should be non-nil, and when nil.
1545
1546 2005-06-06 Richard M. Stallman <rms@gnu.org>
1547
1548 * modes.texi (Mode Line Data): Explain what happens when the car
1549 of a list is a void symbol.
1550 (Search-based Fontification): Explain MODE arg to
1551 font-lock-add-keywords and warn about calls from major modes.
1552
1553 2005-06-08 Juri Linkov <juri@jurta.org>
1554
1555 * display.texi (Standard Faces): Add `shadow' face.
1556
1557 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1558
1559 * modes.texi (Major Mode Conventions): A derived mode only needs
1560 to put the call to the parent mode inside `delay-mode-hooks'.
1561
1562 2005-05-29 Richard M. Stallman <rms@gnu.org>
1563
1564 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
1565 new, and what that implies. Clarify.
1566
1567 * files.texi (Locating Files): Clean up the text.
1568
1569 * frames.texi (Window Frame Parameters): Document user-size.
1570 Shorten entry for top by referring to left.
1571
1572 2005-05-26 Richard M. Stallman <rms@gnu.org>
1573
1574 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
1575 is new, and what the implications are. Other clarifications.
1576
1577 2005-05-24 Richard M. Stallman <rms@gnu.org>
1578
1579 * frames.texi (Dialog Boxes): Minor fixes.
1580
1581 2005-05-25 Masatake YAMATO <jet@gyve.org>
1582
1583 * display.texi (Standard Faces): Write about `mode-line-highlight'.
1584
1585 2005-05-24 Luc Teirlinck <teirllm@auburn.edu>
1586
1587 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
1588 is optional.
1589
1590 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1591
1592 * frames.texi (Dialog Boxes): Descibe new optional argument.
1593
1594 2005-05-23 Lute Kamstra <lute@gnu.org>
1595
1596 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
1597 syntax-begin-function over font-lock-beginning-of-syntax-function.
1598
1599 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1600
1601 * minibuf.texi (Reading File Names): Update description of
1602 `read-directory-name'.
1603
1604 * modes.texi (Derived Modes): Clarify :group keyword.
1605
1606 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1607
1608 * files.texi (Locating Files): New subsection.
1609 Describe locate-file and executable-find.
1610
1611 2005-05-21 Kevin Ryde <user42@zip.com.au>
1612
1613 * frames.texi (Initial Parameters): Update cross reference to
1614 "Emacs Invocation".
1615
1616 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1617
1618 * keymaps.texi (Active Keymaps): Add anchor.
1619
1620 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
1621 (Major Mode Conventions): Refer to `Auto Major Mode' in more
1622 appropriate place.
1623 (Derived Modes): Small clarifications.
1624 (Minor Mode Conventions, Keymaps and Minor Modes):
1625 Replace references to nodes with references to anchors.
1626 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
1627 Clarify description of lists whose first element is an integer.
1628 (Mode Line Variables): Add anchor.
1629 (%-Constructs): Clarify description of integer after %.
1630 (Emulating Mode Line): Describe nil value for FACE.
1631
1632 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1633
1634 * modes.texi (Derived Modes): Correct references to non-existing
1635 variable standard-syntax-table.
1636
1637 2005-05-17 Lute Kamstra <lute@gnu.org>
1638
1639 * modes.texi (Defining Minor Modes): Mention the mode hook.
1640
1641 2005-05-15 Kim F. Storm <storm@cua.dk>
1642
1643 * processes.texi (Network): Remove open-network-stream-nowait.
1644 (Network Servers): Remove open-network-stream-server.
1645
1646 2005-05-15 Luc Teirlinck <teirllm@auburn.edu>
1647
1648 * elisp.texi (Top): Update detailed menu.
1649
1650 * variables.texi: Reorder nodes.
1651 (Variables): Update menu.
1652 (File Local Variables): Do not refer to the `-*-' line as
1653 a "local variables list". Add pxref.
1654
1655 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
1656
1657 * elisp.texi (Top): Update detailed menu for node changes.
1658
1659 * modes.texi (Modes): Update Menu.
1660 (Hooks): Move to beginning of chapter.
1661 Most minor modes run mode hooks too.
1662 `add-hook' can handle void hooks or hooks whose value is a single
1663 function.
1664 (Major Modes): Update Menu.
1665 (Major Mode Basics): New node, split off from `Major Modes'.
1666 (Major Mode Conventions): Correct xref. Explain how to handle
1667 auto-mode-alist if the major mode command has an autoload cookie.
1668 (Auto Major Mode): Major update. Add magic-mode-alist.
1669 (Derived Modes): Major update.
1670 (Mode Line Format): Update Menu.
1671 (Mode Line Basics): New node, split off from `Mode Line Format'.
1672
1673 * loading.texi (Autoload): Mention `autoload cookie' as synonym
1674 for `magic autoload comment'. Add index entries and anchor.
1675
1676 2005-05-14 Richard M. Stallman <rms@gnu.org>
1677
1678 * tips.texi (Coding Conventions): Explain how important it is
1679 that just loading certain files not change Emacs behavior.
1680
1681 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
1682
1683 2005-05-12 Lute Kamstra <lute@gnu.org>
1684
1685 * modes.texi (Generic Modes): Update.
1686 (Major Modes): Refer to node "Generic Modes".
1687
1688 * elisp.texi (Top): Update to the current structure of the manual.
1689 * processes.texi (Processes): Add menu description.
1690 * customize.texi (Customization): Add menu descriptions.
1691
1692 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1693
1694 * processes.texi (Signals to Processes)
1695 (Low-Level Network): Fix typos.
1696
1697 2005-05-11 Lute Kamstra <lute@gnu.org>
1698
1699 * elisp.texi (Top): Add some nodes from the chapter "Major and
1700 Minor Modes" to the detailed node listing.
1701
1702 2005-05-10 Richard M. Stallman <rms@gnu.org>
1703
1704 * keymaps.texi (Extended Menu Items): Menu item filter functions
1705 can be called at any time.
1706
1707 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
1708
1709 * variables.texi (File Local Variables): `(hack-local-variables t)'
1710 now also checks whether a mode is specified in the local variables
1711 list.
1712
1713 2005-05-05 Kevin Ryde <user42@zip.com.au>
1714
1715 * display.texi (The Echo Area): Correct format function cross
1716 reference.
1717
1718 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
1719
1720 * variables.texi (Variable Aliases): Change description of
1721 `define-obsolete-variable-alias'.
1722
1723 * functions.texi (Functions): Add "Obsolete Functions" to menu.
1724 (Defining Functions): Add xref.
1725 (Obsolete Functions): New node.
1726 (Function Safety): Standardize capitalization of section title.
1727
1728 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
1729 (Dialog Boxes): Complete description of `x-popup-dialog'.
1730
1731 2005-05-04 Richard M. Stallman <rms@gnu.org>
1732
1733 * commands.texi (Interactive Codes): Fix Texinfo usage.
1734 Document U more clearly.
1735
1736 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1737
1738 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
1739 function and not a macro.
1740
1741 * frames.texi (Pop-Up Menus): Correct and clarify description of
1742 `x-popup-menu'.
1743 (Dialog Boxes): Clarify description of `x-popup-dialog'.
1744
1745 2005-05-01 Richard M. Stallman <rms@gnu.org>
1746
1747 * edebug.texi (Checking Whether to Stop): Fix previous change.
1748
1749 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1750
1751 * display.texi: Fix typos and Texinfo usage.
1752
1753 * edebug.texi (Checking Whether to Stop): executing-macro ->
1754 executing-kbd-macro.
1755
1756 2005-05-01 Richard M. Stallman <rms@gnu.org>
1757
1758 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
1759
1760 2005-04-30 Richard M. Stallman <rms@gnu.org>
1761
1762 * files.texi (Magic File Names): Document `operations' property.
1763
1764 2005-04-29 Lute Kamstra <lute@gnu.org>
1765
1766 * modes.texi (Generic Modes): New node.
1767 (Major Modes): Add it to the menu.
1768 (Derived Modes): Add "derived mode" to concept index.
1769
1770 2005-04-28 Lute Kamstra <lute@gnu.org>
1771
1772 * modes.texi (Defining Minor Modes): Fix previous change.
1773 (Font Lock Mode): Simplify.
1774 (Font Lock Basics): Say that font-lock-defaults is buffer-local
1775 when set and that some parts are optional. Add cross references.
1776 (Search-based Fontification): Say how to specify font-lock-keywords.
1777 Add cross references. Add font-lock-multiline to index.
1778 Move font-lock-keywords-case-fold-search here from node "Other Font
1779 Lock Variables". Document font-lock-add-keywords and
1780 font-lock-remove-keywords.
1781 (Other Font Lock Variables): Move font-lock-keywords-only,
1782 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
1783 and font-lock-syntactic-face-function to node "Syntactic Font
1784 Lock". Move font-lock-keywords-case-fold-search to node
1785 "Search-based Fontification". Document font-lock-inhibit-thing-lock
1786 and font-lock-{,un}fontify-{buffer,region}-function.
1787 (Precalculated Fontification): Remove reference to deleted variable
1788 font-lock-core-only.
1789 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
1790 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
1791 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
1792 and font-lock-syntactic-face-function here from node "Other Font
1793 Lock Variables". Move font-lock-syntactic-keywords to "Setting
1794 Syntax Properties". Add cross references.
1795 (Setting Syntax Properties): New node.
1796 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
1797 * syntax.texi (Syntax Properties): Add cross reference.
1798 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
1799
1800 2005-04-26 Richard M. Stallman <rms@gnu.org>
1801
1802 * display.texi (Defining Faces):
1803 Document `default' elements of defface spec.
1804
1805 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
1806
1807 * variables.texi (Variable Aliases): Clarify text.
1808
1809 2005-04-25 Chong Yidong <cyd@stupidchicken.com>
1810
1811 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
1812
1813 2005-04-25 Luc Teirlinck <teirllm@auburn.edu>
1814
1815 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
1816
1817 2005-04-24 Eli Zaretskii <eliz@gnu.org>
1818
1819 * syntax.texi (Syntax Table Internals): Elaborate documentation of
1820 syntax-after and syntax-class.
1821
1822 * files.texi (Changing Files): Fix last change's cross-reference.
1823 (Unique File Names): Don't mention "numbers" in the documentation
1824 of make-temp-file and make-temp-name.
1825
1826 2005-04-23 Richard M. Stallman <rms@gnu.org>
1827
1828 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
1829
1830 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
1831
1832 * windows.texi (Cyclic Window Ordering): Clarify window-list.
1833
1834 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
1835
1836 * variables.texi (Variable Aliases): Describe make-obsolete-variable
1837 and define-obsolete-variable-alias.
1838
1839 2005-04-22 Kim F. Storm <storm@cua.dk>
1840
1841 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
1842 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
1843
1844 2005-04-21 Lute Kamstra <lute@gnu.org>
1845
1846 * lists.texi (Association Lists): Document rassq-delete-all.
1847
1848 2005-04-19 Richard M. Stallman <rms@gnu.org>
1849
1850 * modes.texi (Search-based Fontification): Explain that
1851 facespec is an expression to be evaluated.
1852
1853 2005-04-19 Kevin Ryde <user42@zip.com.au>
1854
1855 * streams.texi (Output Functions): Fix xref.
1856 * strings.texi (String Conversion): Fix xref.
1857
1858 2005-04-19 Kim F. Storm <storm@cua.dk>
1859
1860 * symbols.texi (Symbol Plists): Add safe-get.
1861 Mention that `get' may signal an error.
1862
1863 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
1864
1865 * customize.texi (Variable Definitions): Replace tooltip-mode
1866 example with save-place.
1867
1868 2005-04-17 Richard M. Stallman <rms@gnu.org>
1869
1870 * buffers.texi (Indirect Buffers): Clarify.
1871
1872 * positions.texi (Positions): Clarify converting marker to integer.
1873
1874 * strings.texi (String Basics): Mention string-match; clarify.
1875
1876 2005-04-08 Lute Kamstra <lute@gnu.org>
1877
1878 * modes.texi (Search-based Fontification): Fix cross references.
1879 Use consistent terminology. Document anchored highlighting.
1880
1881 2005-04-05 Lute Kamstra <lute@gnu.org>
1882
1883 * modes.texi (Defining Minor Modes): Document :group keyword
1884 argument and its default value.
1885
1886 2005-04-03 Lute Kamstra <lute@gnu.org>
1887
1888 * hooks.texi (Standard Hooks): Add some hooks. Add cross
1889 references and/or descriptions. Delete major mode hooks; mention
1890 them as a category instead. Rename or delete obsolete hooks.
1891
1892 2005-04-02 Richard M. Stallman <rms@gnu.org>
1893
1894 * nonascii.texi (Coding System Basics): Another wording cleanup.
1895
1896 2005-04-01 Richard M. Stallman <rms@gnu.org>
1897
1898 * nonascii.texi (Coding System Basics): Clarify previous change.
1899
1900 2005-04-01 Kenichi Handa <handa@m17n.org>
1901
1902 * nonascii.texi (Coding System Basics): Describe about rondtrip
1903 identity of coding systems.
1904
1905 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
1906
1907 * text.texi (Buffer Contents): Add filter-buffer-substring and
1908 buffer-substring-filters.
1909
1910 2005-03-26 Chong Yidong <cyd@stupidchicken.com>
1911
1912 * anti.texi (Antinews): Mention `G' interactive code.
1913
1914 * tips.texi (Compilation Tips): Mention benchmark.el.
1915
1916 2005-03-27 Luc Teirlinck <teirllm@auburn.edu>
1917
1918 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
1919 is now bound to M-o M-o.
1920
1921 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
1922
1923 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
1924
1925 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
1926 in the Emacs Manual).
1927 * Makefile.in (srcs): Remove calendar.texi.
1928 * makefile.w32-in (srcs): Remove calendar.texi.
1929 * display.texi (Display): Change name of next node.
1930 * os.texi (System In): Change name of previous node.
1931 * elisp.texi (Top): Remove Calendar references.
1932 * vol1.texi (Top): Remove Calendar references.
1933 * vol2.texi (Top): Remove Calendar references.
1934
1935 2005-03-25 Richard M. Stallman <rms@gnu.org>
1936
1937 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
1938 Cleanup previous change.
1939
1940 2005-03-25 Chong Yidong <cyd@stupidchicken.com>
1941
1942 * display.texi (Face Attributes): Faces earlier in an :inherit
1943 list take precedence.
1944 (Scroll Bars): Fix description of vertical-scroll-bars.
1945 Document frame-current-scroll-bars and window-current-scroll-bars.
1946
1947 * markers.texi (The Mark): Document temporary Transient Mark mode.
1948
1949 * minibuf.texi (Reading File Names):
1950 Document read-file-name-completion-ignore-case.
1951
1952 * positions.texi (Screen Lines): Document nil for width argument
1953 to compute-motion.
1954
1955 2005-03-23 Kim F. Storm <storm@cua.dk>
1956
1957 * display.texi (Standard Faces): Other faces used in the fringe
1958 implicitly inherits from the fringe face.
1959 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
1960 properties implicitly inherits from fringe face.
1961 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
1962
1963 2005-03-20 Chong Yidong <cyd@stupidchicken.com>
1964
1965 * display.texi (Invisible Text): State default value of
1966 line-move-ignore-invisible.
1967 (Managing Overlays): Document remove-overlays.
1968 (Standard Faces): Document escape-glyph face.
1969
1970 * minibuf.texi (Reading File Names): Document read-file-name-function.
1971
1972 * modes.texi (Other Font Lock Variables):
1973 Document font-lock-lines-before.
1974
1975 * positions.texi (Skipping Characters): skip-chars-forward allows
1976 character classes.
1977
1978 2005-03-18 Lute Kamstra <lute@gnu.org>
1979
1980 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
1981
1982 2005-03-17 Richard M. Stallman <rms@gnu.org>
1983
1984 * text.texi (Undo): Document extensible undo entries.
1985
1986 * searching.texi (String Search, Regexp Search, Regexp Search):
1987 Cleanups.
1988
1989 * nonascii.texi (Character Codes): Minor fix.
1990
1991 * display.texi (Display Property): Explain the significance
1992 of having text properties that are eq.
1993 (Other Display Specs): Explain string as display spec.
1994
1995 * commands.texi (Interactive Codes): Document G option.
1996
1997 2005-03-17 Chong Yidong <cyd@stupidchicken.com>
1998
1999 * text.texi (Filling): Add sentence-end-without-period and
2000 sentence-end-without-space.
2001 (Changing Properties): Minor fix.
2002
2003 * anti.texi: Total rewrite.
2004
2005 2005-03-15 Lute Kamstra <lute@gnu.org>
2006
2007 * edebug.texi (Instrumenting Macro Calls): Fix typos.
2008
2009 2005-03-08 Kim F. Storm <storm@cua.dk>
2010
2011 * display.texi (Specified Space): Property :width is support on
2012 non-graphic terminals, :height is not.
2013
2014 2005-03-07 Richard M. Stallman <rms@gnu.org>
2015
2016 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2017 Now subnodes of Fringes.
2018 (Overlay Arrow): Document overlay-arrow-variable-list.
2019 (Fringe Size/Pos): New node, broken out of Fringes.
2020 (Display): Explain clearing vs redisplay better.
2021 (Truncation): Clarify use of bitmaps.
2022 (The Echo Area): Clarify the uses of the echo area.
2023 Add max-mini-window-height.
2024 (Progress): Clarify.
2025 (Invisible Text): Explain that main loop moves point out.
2026 (Selective Display): Say "hidden", not "invisible".
2027 (Managing Overlays): Move up. Describe relation to Undo here.
2028 (Overlay Properties): Clarify intro.
2029 (Finding Overlays): Explain return values when nothing found.
2030 (Width): truncate-string-to-width has added arg.
2031 (Displaying Faces): Clarify and update mode line face handling.
2032 (Face Functions): Minor cleanup.
2033 (Conditional Display): Merge into Other Display Specs.
2034 (Pixel Specification, Other Display Specs): Minor cleanups.
2035 (Images, Image Descriptors): Minor cleanups.
2036 (GIF Images): Patents have expired.
2037 (Showing Images): Explain default text for insert-image.
2038 (Manipulating Button Types): Merge into Manipulating Buttons.
2039 (Making Buttons): Explain return values.
2040 (Button Buffer Commands): Add xref.
2041 (Inverse Video): Update mode-line-inverse-video.
2042 (Display Table Format): Clarify.
2043 (Active Display Table): Give defaults for window-display-table.
2044
2045 * calendar.texi (Calendar Customizing): calendar-holiday-marker
2046 and calendar-today-marker are strings, not chars.
2047 (Holiday Customizing): Minor fix.
2048
2049 * internals.texi (Writing Emacs Primitives): Update `or' example.
2050 Update limit on # args of subr.
2051
2052 * edebug.texi (Using Edebug): Arrow is in fringe.
2053 (Instrumenting): Arg to eval-defun works without loading edebug.
2054 (Edebug Execution Modes): Add xref.
2055
2056 * customize.texi (Common Keywords): Clarify :require.
2057 Mention :version here.
2058 (Variable Definitions, Group Definitions): Not here.
2059 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2060
2061 2005-03-07 Chong Yidong <cyd@stupidchicken.com>
2062 * nonascii.texi (Text Representations): Clarify position-bytes.
2063 (Character Sets): Add list-charset-chars.
2064 (Scanning Charsets): Add charset-after.
2065 (Encoding and I/O): Minor fix.
2066
2067 2005-03-06 Richard M. Stallman <rms@gnu.org>
2068
2069 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2070 (Resizing Windows): Likewise.
2071
2072 * text.texi (Change Hooks): Get rid of "Emacs 21".
2073
2074 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2075
2076 * streams.texi (Output Variables): Get rid of "Emacs 21".
2077
2078 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2079
2080 * os.texi (Translating Input): Replace flow-control example
2081 with a less obsolete example that uses `keyboard-translate'.
2082
2083 * objects.texi (Hash Table Type, Circular Objects):
2084 Get rid of "Emacs 21".
2085
2086 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2087 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2088
2089 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2090
2091 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2092
2093 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2094 (Menu Bar): Fix when menu-bar-update-hook is called.
2095
2096 * hash.texi (Hash Tables): Get rid of "Emacs 21".
2097
2098 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2099 and make it read better.
2100
2101 * files.texi (Writing to Files): Get rid of "Emacs 21".
2102 (Unique File Names): Likewise.
2103
2104 * elisp.texi: Update Emacs version to 22.
2105
2106 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2107 (Overlay Properties, Face Attributes): Likewise.
2108 (Managing Overlays): Fix punctuation.
2109 (Attribute Functions): Clarify set-face-font; get rid of
2110 info about old Emacs versions.
2111 (Auto Faces, Font Lookup, Display Property, Images):
2112 Get rid of "Emacs 21".
2113
2114 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2115
2116 2005-03-05 Richard M. Stallman <rms@gnu.org>
2117
2118 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2119
2120 2005-03-04 Lute Kamstra <lute@gnu.org>
2121
2122 * debugging.texi (Error Debugging): Document stack-trace-on-error.
2123
2124 2005-03-03 Lute Kamstra <lute@gnu.org>
2125
2126 * edebug.texi (Instrumenting Macro Calls): Fix typo.
2127
2128 2005-03-01 Lute Kamstra <lute@gnu.org>
2129
2130 * debugging.texi (Debugger Commands): Update `j'.
2131
2132 2005-02-28 Lute Kamstra <lute@gnu.org>
2133
2134 * debugging.texi (Debugging): Fix typo.
2135 (Error Debugging): Document eval-expression-debug-on-error.
2136 (Function Debugging): Update example.
2137 (Using Debugger): Mention starred stack frames.
2138 (Debugger Commands): Document `j' and `l'.
2139 (Invoking the Debugger): `d' and `j' exit recursive edit too.
2140 Update the messages that the debugger displays.
2141 (Internals of Debugger): Add cross reference. Update example.
2142 (Excess Open): Minor improvement.
2143 (Excess Close): Minor improvement.
2144
2145 2005-02-26 Richard M. Stallman <rms@gnu.org>
2146
2147 * tips.texi (Coding Conventions): Clarify.
2148 Put all the major mode key reservations together.
2149 Mention the Mouse-1 => Mouse-2 conventions.
2150
2151 * syntax.texi (Syntax Class Table): Clarify.
2152 (Syntax Table Functions): syntax-after moved from here.
2153 (Syntax Table Internals): syntax-after moved to here.
2154 (Parsing Expressions): Update info on number of values
2155 and what's meaningful in the STATE argument.
2156 (Categories): Fix typo.
2157
2158 * sequences.texi (Arrays): Cleanup.
2159 (Char-Tables): Clarify.
2160
2161 * processes.texi (Deleting Processes): Cleanups, add xref.
2162 (Subprocess Creation): Explain nil in exec-path. Cleanup.
2163 (Process Information): set-process-coding-system, some args optional.
2164 (Input to Processes): Explain various types for PROCESS args.
2165 Rename them from PROCESS-NAME to PROCESS.
2166 (Signals to Processes): Likewise.
2167 (Decoding Output): Cleanup.
2168 (Query Before Exit): Clarify.
2169
2170 * os.texi (Startup Summary): Correct the options; add missing ones.
2171 (Terminal Output, Batch Mode): Clarify.
2172 (Flow Control): Node deleted.
2173
2174 * markers.texi (The Mark): Clarify.
2175
2176 * macros.texi (Expansion): Cleanup.
2177 (Indenting Macros): indent-spec allows ints, not floats.
2178
2179 * keymaps.texi (Keymaps): Clarify.
2180 (Format of Keymaps): Update lisp-mode-map example.
2181 (Active Keymaps, Key Lookup): Clarify.
2182 (Changing Key Bindings): Add xref to `kbd'.
2183 (Key Binding Commands, Simple Menu Items): Clarify.
2184 (Mouse Menus, Menu Bar): Clarify.
2185 (Menu Example): Replace print example with menu-bar-replace-menu.
2186
2187 * help.texi (Documentation Basics): Add function-documentation prop.
2188
2189 * elisp.texi (Top): Don't refer to Flow Control node.
2190
2191 * commands.texi (Command Overview): Improve xrefs.
2192 (Adjusting Point): Adjusting point applies to intangible and invis.
2193 (Key Sequence Input): Doc extra read-key-sequence args.
2194 Likewise for read-key-sequence-vector.
2195
2196 * backups.texi (Rename or Copy): Minor fix.
2197 (Numbered Backups): For version-control, say the default.
2198 (Auto-Saving): make-auto-save-file-name example is simplified.
2199
2200 * advice.texi (Advising Functions): Don't imply one part of Emacs
2201 should advise another part. Markup changes.
2202 (Defining Advice): Move transitional para.
2203 (Activation of Advice): Cleanup.
2204 Explain if COMPILE is nil or negative.
2205
2206 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2207
2208 2005-02-24 Lute Kamstra <lute@gnu.org>
2209
2210 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2211 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2212
2213 2005-02-23 Lute Kamstra <lute@gnu.org>
2214
2215 * modes.texi (Defining Minor Modes): define-minor-mode can be used
2216 to define global minor modes as well.
2217
2218 * display.texi (Managing Overlays): overlay-buffer returns nil for
2219 deleted overlays.
2220
2221 2005-02-22 Kim F. Storm <storm@cua.dk>
2222
2223 * minibuf.texi (Basic Completion): Allow symbols in addition to
2224 strings in try-completion and all-completions.
2225
2226 2005-02-14 Lute Kamstra <lute@gnu.org>
2227
2228 * elisp.texi (Top): Remove reference to deleted node.
2229
2230 * lists.texi (Lists): Remove reference to deleted node.
2231 (Cons Cells): Fix typo.
2232
2233 * loading.texi (Where Defined): Fix typo.
2234
2235 2005-02-14 Richard M. Stallman <rms@gnu.org>
2236
2237 * variables.texi (Creating Buffer-Local): change-major-mode-hook
2238 is useful for discarding some minor modes.
2239
2240 * symbols.texi (Symbol Components): Reorder examples.
2241
2242 * streams.texi (Input Functions): State standard-input default.
2243 (Output Variables): State standard-output default.
2244
2245 * objects.texi (Printed Representation): Clarify read syntax vs print.
2246 (Floating Point Type): Explain meaning better.
2247 (Symbol Type): Explain uniqueness better.
2248 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
2249 List examples sooner.
2250 (Box Diagrams): New subnode broken out.
2251 Some examples moved from old Lists as Boxes node.
2252 (Dotted Pair Notation): Clarify intro.
2253 (Array Type): Clarify.
2254 (Type Predicates): Add hash-table-p.
2255
2256 * numbers.texi (Integer Basics): Clarify radix explanation.
2257 (Predicates on Numbers): Minor clarification.
2258 (Comparison of Numbers): Minor clarification. Clarify eql.
2259 Typos in min, max.
2260 (Math Functions): Clarify overflow in expt.
2261
2262 * minibuf.texi (Text from Minibuffer): Minor clarification.
2263 Mention arrow keys.
2264
2265 * loading.texi (Autoload): defun's doc string overrides autoload's
2266 doc string.
2267 (Repeated Loading): Modernize "add to list" examples.
2268 (Where Defined): Finish updating table of load-history elts.
2269
2270 * lists.texi (List-related Predicates): Minor wording improvement.
2271 (Lists as Boxes): Node deleted.
2272 (Building Lists): Explain trivial cases of number-sequence.
2273
2274 * hash.texi (Hash Tables): Add desc to menu items.
2275 (Creating Hash): Expain "full" means "make larger",
2276 (Hash Access): Any object can be a key.
2277 State value of maphash.
2278
2279 * functions.texi (What Is a Function): Wording cleanup.
2280 (Function Documentation): Minor cleanup.
2281 Explain purpose of calling convention at end of doc string.
2282 (Function Names): Wording cleanup.
2283 (Calling Functions): Wording cleanup.
2284 Explain better how funcall calls the function.
2285 (Function Cells): Delete example of saving and redefining function.
2286
2287 * control.texi (Combining Conditions): Wording cleanup.
2288 (Iteration): dolist and dotimes bind VAR locally.
2289 (Cleanups): Xref to Atomic Changes.
2290
2291 * compile.texi (Byte Compilation): Delete 19.29 info.
2292 (Compilation Functions): Macros' difficulties don't affect defsubst.
2293 (Docs and Compilation): Delete 19.29 info.
2294
2295 2005-02-10 Richard M. Stallman <rms@gnu.org>
2296
2297 * objects.texi (Symbol Type): Minor correction.
2298
2299 2005-02-06 Lute Kamstra <lute@gnu.org>
2300
2301 * modes.texi (Example Major Modes): Fix typos.
2302
2303 2005-02-06 Richard M. Stallman <rms@gnu.org>
2304
2305 * text.texi (Margins): fill-nobreak-predicate can be one function.
2306
2307 * strings.texi (Modifying Strings): clear-string can make unibyte.
2308 (Formatting Strings): format gives error if values missing.
2309
2310 * positions.texi (Character Motion): Mention default arg
2311 for forward-char. backward-char refers to forward-char.
2312 (Word Motion): Mention default arg for forward-word.
2313 (Buffer End Motion): Mention default arg for beginning-of-buffer.
2314 Simplify end-of-buffer.
2315 (Text Lines): Mention default arg for forward-line.
2316 (List Motion): Mention default arg for beginning/end-of-defun.
2317 (Skipping Characters): Minor fixes in explaining character-set.
2318
2319 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
2320 Mode inheritance applies only when default-major-mode is nil.
2321 Clarifications.
2322 (Example Major Modes): Update Text mode and Lisp mode examples.
2323 (Minor Mode Conventions): Mention define-minor-mode at top.
2324 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
2325 (Mode Line Format): Update mode line face display info.
2326 (Properties in Mode): Mention effect of risky vars.
2327 (Imenu): Define imenu-add-to-menubar.
2328 (Font Lock Mode): Add descriptions to menu lines.
2329 (Faces for Font Lock): Add font-lock-doc-face.
2330
2331 2005-02-05 Lute Kamstra <lute@gnu.org>
2332
2333 * text.texi (Maintaining Undo): Remove obsolete function.
2334
2335 2005-02-05 Eli Zaretskii <eliz@gnu.org>
2336
2337 * frames.texi (Color Names): Add pointer to the X docs about RGB
2338 color specifications. Improve indexing
2339 (Text Terminal Colors): Replace the description of RGB values by
2340 an xref to "Color Names".
2341
2342 2005-02-03 Richard M. Stallman <rms@gnu.org>
2343
2344 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
2345 Clarify.
2346 (Selecting Windows): Clarify save-selected-window.
2347 (Cyclic Window Ordering): Clarify walk-windows.
2348 (Window Point): Clarify.
2349 (Window Start): Add comment to example.
2350 (Resizing Windows): Add `interactive' specs in examples.
2351 Document fit-window-to-buffer.
2352
2353 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
2354 (Undo, Maintaining Undo): Clarify last change.
2355 (Sorting): In sort-numeric-fields, explain about octal and hex.
2356 Mention sort-numeric-base.
2357 (Format Properties): Add xref for hard newlines.
2358
2359 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
2360 (Pop-Up Menus): Fix typo.
2361 (Color Names): Explain all types of color names.
2362 Explain color-values on B&W terminal.
2363 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
2364
2365 * files.texi (File Locks): Not supported on MS systems.
2366 (Testing Accessibility): Clarify.
2367
2368 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
2369 (Coverage Testing): Fix typo.
2370
2371 * commands.texi (Misc Events): Remove stray space.
2372
2373 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
2374 (Modification Time): Clarify when visited-file-modtime returns 0.
2375 (The Buffer List): Clarify bury-buffer.
2376 (Killing Buffers): Clarify.
2377 (Indirect Buffers): Add clone-indirect-buffer.
2378
2379 2005-02-02 Matt Hodges <MPHodges@member.fsf.org>
2380
2381 * edebug.texi (Printing in Edebug): Fix default value of
2382 edebug-print-circle.
2383 (Coverage Testing): Fix displayed frequency count data.
2384
2385 2005-02-02 Luc Teirlinck <teirllm@auburn.edu>
2386
2387 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
2388
2389 2005-02-02 Kim F. Storm <storm@cua.dk>
2390
2391 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
2392
2393 2005-01-29 Eli Zaretskii <eliz@gnu.org>
2394
2395 * commands.texi (Misc Events): Describe the help-echo event.
2396
2397 * text.texi (Special Properties) <help-echo>: Use `pos'
2398 consistently in description of the help-echo property.
2399 Use @code{nil} instead of @var{nil}.
2400
2401 * display.texi (Overlay Properties): Fix the index entry for
2402 help-echo overlay property.
2403
2404 * customize.texi (Type Keywords): Uncomment the xref to the
2405 help-echo property documentation.
2406
2407 2005-01-23 Kim F. Storm <storm@cua.dk>
2408
2409 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
2410 return value. Third element FULLY replaced by PARTIAL which
2411 specifies number of invisible pixels if row is only partially visible.
2412 (Textual Scrolling): Mention auto-window-vscroll.
2413 (Vertical Scrolling): New defvar auto-window-vscroll.
2414
2415 2005-01-16 Luc Teirlinck <teirllm@auburn.edu>
2416
2417 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
2418 command remapping.
2419
2420 2005-01-15 Richard M. Stallman <rms@gnu.org>
2421
2422 * display.texi (Defining Images): Mention DATA-P arg of create-image.
2423
2424 2005-01-14 Kim F. Storm <storm@cua.dk>
2425
2426 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
2427
2428 * text.texi (Links and Mouse-1): Fix string and vector item.
2429
2430 2005-01-13 Richard M. Stallman <rms@gnu.org>
2431
2432 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
2433 descriptions of overriding-local-map and overriding-terminal-local-map.
2434
2435 * text.texi (Links and Mouse-1): Clarify text.
2436
2437 2005-01-13 Kim F. Storm <storm@cua.dk>
2438
2439 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
2440
2441 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
2442
2443 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
2444
2445 2005-01-12 Kim F. Storm <storm@cua.dk>
2446
2447 * text.texi (Links and Mouse-1): Rename section from Enabling
2448 Mouse-1 to Following Links. Change xrefs.
2449 Add examples for define-button-type and define-widget.
2450
2451 * display.texi (Button Properties, Button Buffer Commands):
2452 Clarify mouse-1 and follow-link functionality.
2453
2454 2005-01-12 Richard M. Stallman <rms@gnu.org>
2455
2456 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
2457
2458 * display.texi (Beeping): Fix Texinfo usage.
2459
2460 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
2461
2462 2005-01-11 Kim F. Storm <storm@cua.dk>
2463
2464 * display.texi (Button Properties, Button Buffer Commands):
2465 Mention mouse-1 binding. Add follow-link keyword.
2466
2467 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
2468 (Enabling Mouse-1 to Follow Links): New subsection.
2469
2470 2005-01-06 Richard M. Stallman <rms@gnu.org>
2471
2472 * text.texi (Special Properties): Minor change.
2473
2474 * os.texi (Timers): Clarify previous change.
2475
2476 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
2477
2478 2005-01-01 Luc Teirlinck <teirllm@auburn.edu>
2479
2480 * display.texi (Face Attributes): Correct xref to renamed node.
2481
2482 2005-01-01 Richard M. Stallman <rms@gnu.org>
2483
2484 * display.texi (Face Attributes): Describe hex color specs.
2485
2486 2004-12-31 Richard M. Stallman <rms@gnu.org>
2487
2488 * os.texi (Timers): Update previous change.
2489
2490 2004-12-30 Kim F. Storm <storm@cua.dk>
2491
2492 * display.texi (Line Height): Total line-height is now specified
2493 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
2494 in cons cells. (nil . RATIO) is relative to actual line height.
2495 Use line-height `t' instead of `0' to get minimum height.
2496
2497 2004-12-29 Richard M. Stallman <rms@gnu.org>
2498
2499 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
2500
2501 2004-12-28 Richard M. Stallman <rms@gnu.org>
2502
2503 * commands.texi (Quitting): Clarify value of with-local-quit.
2504
2505 * elisp.texi (Top): Fix previous change.
2506
2507 * loading.texi (Loading): Fix previous change.
2508
2509 2004-12-27 Richard M. Stallman <rms@gnu.org>
2510
2511 * Makefile.in (MAKEINFO): Specify --force.
2512
2513 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
2514
2515 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
2516
2517 * display.texi (Line Height): Further clarify.
2518
2519 * elisp.texi (Top): Update Loading submenu.
2520
2521 * loading.texi (Where Defined): New node.
2522 (Unloading): load-history moved to Where Defined.
2523
2524 2004-12-21 Richard M. Stallman <rms@gnu.org>
2525
2526 * commands.texi (Event Input Misc): Add while-no-input.
2527
2528 2004-12-11 Richard M. Stallman <rms@gnu.org>
2529
2530 * display.texi (Line Height): Rewrite text for clarity.
2531
2532 2004-12-11 Kim F. Storm <storm@cua.dk>
2533
2534 * display.texi (Display): Add node "Line Height" to menu.
2535 (Line Height): New node. Move full description of line-spacing
2536 and line-height text properties here from text.texi.
2537 (Scroll Bars): Add vertical-scroll-bar variable.
2538
2539 * frames.texi (Window Frame Parameters): Remove line-height defvar.
2540
2541 * locals.texi (Standard Buffer-Local Variables): Fix xref for
2542 line-spacing and vertical-scroll-bar.
2543
2544 * text.texi (Special Properties): Just mention line-spacing and
2545 line-height here, add xref to new "Line Height" node.
2546
2547 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
2548
2549 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
2550
2551 * locals.texi (Standard Buffer-Local Variables):
2552 Add @xref for `line-spacing'.
2553
2554 2004-12-05 Richard M. Stallman <rms@gnu.org>
2555
2556 * Makefile.in (maintainer-clean): Remove the info files
2557 in $(infodir) where they are created.
2558
2559 2004-12-03 Richard M. Stallman <rms@gnu.org>
2560
2561 * windows.texi (Selecting Windows): get-lru-window and
2562 get-largest-window don't consider dedicated windows.
2563
2564 * text.texi (Undo): Document undo-in-progress.
2565
2566 2004-11-26 Richard M. Stallman <rms@gnu.org>
2567
2568 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
2569 Remove a few vars that are not always buffer-local.
2570
2571 2004-11-24 Luc Teirlinck <teirllm@auburn.edu>
2572
2573 * locals.texi (Standard Buffer-Local Variables): Comment out
2574 xref's to non-existent node `Yet to be written'.
2575
2576 2004-11-24 Richard M. Stallman <rms@gnu.org>
2577
2578 * processes.texi (Synchronous Processes): Grammar fix.
2579
2580 * numbers.texi (Comparison of Numbers): Add eql.
2581
2582 * locals.texi (Standard Buffer-Local Variables): Add many vars.
2583
2584 * intro.texi (Printing Notation): Fix previous change.
2585
2586 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
2587 and default-indicate-buffer-boundaries from here.
2588 (Usual Display): To here.
2589 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
2590 (Usual Display): Move tab-width up.
2591
2592 * customize.texi (Variable Definitions): Replace
2593 show-paren-mode example with tooltip-mode.
2594 (Simple Types, Composite Types, Defining New Types):
2595 Minor cleanups.
2596
2597 2004-11-21 Jesper Harder <harder@ifa.au.dk>
2598
2599 * processes.texi (Synchronous Processes, Output from Processes):
2600 Markup fix.
2601
2602 2004-11-20 Richard M. Stallman <rms@gnu.org>
2603
2604 * positions.texi (Skipping Characters): skip-chars-forward
2605 now handles char classes.
2606
2607 * intro.texi (Printing Notation): Avoid confusion of `print'
2608 when explaining @print.
2609
2610 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
2611
2612 * display.texi (Display Table Format): Minor fix.
2613
2614 * streams.texi (Output Functions): Fix print example.
2615
2616 * Makefile.in (elisp): New target.
2617 (dist): Depend on $(infodir)/elisp, not elisp.
2618 Copy the info files from $(infodir).
2619
2620 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
2621 read-from-minibuffer.
2622
2623 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
2624
2625 2004-11-19 Richard M. Stallman <rms@gnu.org>
2626
2627 * searching.texi (Regexp Search): Add search-whitespace-regexp.
2628
2629 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
2630
2631 * tips.texi (Coding Conventions): Fix typo.
2632
2633 2004-11-16 Richard M. Stallman <rms@gnu.org>
2634
2635 * tips.texi (Coding Conventions): Separate defvar and require
2636 methods to avoid warnings. Use require only when there are many
2637 functions and variables from that package.
2638
2639 * minibuf.texi (Minibuffer Completion): When ignoring case,
2640 predicate must not be case-sensitive.
2641
2642 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
2643 (Test Coverage): Don't talk about "splotches". Clarified.
2644
2645 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
2646
2647 * frames.texi (Window Frame Parameters): Fix typo.
2648
2649 2004-11-15 Kim F. Storm <storm@cua.dk>
2650
2651 * symbols.texi (Other Plists): Note that plist-get may signal error.
2652 Add safe-plist-get.
2653
2654 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
2655
2656 * modes.texi (Font Lock Basics): Fix typo.
2657
2658 2004-11-08 Richard M. Stallman <rms@gnu.org>
2659
2660 * syntax.texi (Syntax Table Functions): Add syntax-after.
2661
2662 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
2663
2664 * os.texi (Processor Run Time): New section documenting
2665 get-internal-run-time.
2666
2667 2004-11-06 Eli Zaretskii <eliz@gnu.org>
2668
2669 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
2670 it nukes elisp-cover.texi.
2671 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
2672 elisp-0 etc.
2673
2674 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
2675
2676 * commands.texi (Keyboard Macros): Document `append' return value
2677 of `defining-kbd-macro'.
2678
2679 2004-11-01 Richard M. Stallman <rms@gnu.org>
2680
2681 * commands.texi (Interactive Call): Add called-interactively-p.
2682
2683 2004-10-29 Simon Josefsson <jas@extundo.com>
2684
2685 * minibuf.texi (Reading a Password): Revert.
2686
2687 2004-10-28 Richard M. Stallman <rms@gnu.org>
2688
2689 * frames.texi (Display Feature Testing): Explain about "vendor".
2690
2691 2004-10-27 Richard M. Stallman <rms@gnu.org>
2692
2693 * commands.texi (Interactive Codes): `N' uses numeric prefix,
2694 not raw. Clarify `n'.
2695 (Interactive Call): Rewrite interactive-p, focusing on when
2696 and how to use it.
2697 (Misc Events): Clarify previous change.
2698
2699 * advice.texi (Simple Advice): Clarify what job the example does.
2700 (Around-Advice): Clarify ad-do-it.
2701 (Activation of Advice): An option of ad-default-compilation-action
2702 is `never', not `nil'.
2703
2704 2004-10-26 Kim F. Storm <storm@cua.dk>
2705
2706 * commands.texi (Interactive Codes): Add U code letter.
2707
2708 2004-10-25 Simon Josefsson <jas@extundo.com>
2709
2710 * minibuf.texi (Reading a Password): Add.
2711
2712 2004-10-24 Jason Rumney <jasonr@gnu.org>
2713
2714 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
2715 and wheel-down.
2716
2717 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
2718
2719 * processes.texi (Synchronous Processes): Document process-file.
2720
2721 2004-10-22 Kenichi Handa <handa@m17n.org>
2722
2723 * text.texi (translate-region): Document that it accepts also a
2724 char-table.
2725
2726 2004-10-22 David Ponce <david@dponce.com>
2727
2728 * windows.texi (Resizing Windows): Document the `preserve-before'
2729 argument of the functions `enlarge-window' and `shrink-window'.
2730
2731 2004-10-19 Jason Rumney <jasonr@gnu.org>
2732
2733 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
2734
2735 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
2736
2737 * text.texi (Filling): Add anchor for definition of
2738 `sentence-end-double-space'.
2739
2740 * searching.texi (Regexp Example): Update description of how
2741 Emacs currently recognizes the end of a sentence.
2742 (Standard Regexps): Update definition of the variable
2743 `sentence-end'. Add definition of the function `sentence-end'.
2744
2745 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
2746
2747 * display.texi (Progress): New node.
2748
2749 2004-10-05 Kim F. Storm <storm@cua.dk>
2750
2751 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
2752
2753 2004-09-29 Kim F. Storm <storm@cua.dk>
2754
2755 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
2756 to identify bitmaps. Remove -fringe-bitmap suffix for standard
2757 fringe bitmap symbols, as they now have their own namespace.
2758 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
2759 vs. pixels. Signal error if no free bitmap slots.
2760 (Pixel Specification): Change IMAGE to @var{image}.
2761
2762 2004-09-28 Richard M. Stallman <rms@gnu.org>
2763
2764 * text.texi (Special Properties): Clarify line-spacing and line-height.
2765
2766 * searching.texi (Regexp Search): Add looking-back.
2767
2768 2004-09-25 Luc Teirlinck <teirllm@auburn.edu>
2769
2770 * display.texi: Correct typos.
2771 (Image Descriptors): Correct xref's.
2772
2773 2004-09-25 Richard M. Stallman <rms@gnu.org>
2774
2775 * text.texi (Special Properties): Cleanups in `cursor'.
2776 Rewrites in `line-height' and `line-spacing'; exchange them.
2777
2778 * display.texi (Fringes): Rewrite previous change.
2779 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
2780 (Display Fringe Bitmaps): Node deleted, text moved.
2781 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
2782 (Scroll Bars): Clarify set-window-scroll-bars.
2783 (Pointer Shape): Rewrite.
2784 (Specified Space): Clarify :align-to, etc.
2785 (Pixel Specification): Use @var. Clarify new text.
2786 (Other Display Specs): Clarify `slice'.
2787 (Image Descriptors): Cleanups.
2788 (Showing Images): Cleanups.
2789
2790 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
2791
2792 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
2793
2794 * modes.texi: Various minor changes in addition to:
2795 (Major Mode Conventions): Final call to `run-mode-hooks' should
2796 not be inside the `delay-mode-hooks' form.
2797 (Mode Hooks): New node.
2798 (Hooks): Delete obsolete example.
2799 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
2800 node "Mode Hooks".
2801
2802 2004-09-22 Luc Teirlinck <teirllm@auburn.edu>
2803
2804 * display.texi: Correct various typos.
2805 (Display): Rename node "Pointer Shapes" to "Pointer
2806 Shape". (There is already a node called "Pointer Shapes" in
2807 frames.texi.)
2808 (Images): Remove non-existent node "Image Slices" from menu.
2809
2810 2004-09-23 Kim F. Storm <storm@cua.dk>
2811
2812 * text.texi (Special Properties): Add `cursor', `pointer',
2813 `line-height', and `line-spacing' properties.
2814
2815 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
2816 Shapes' to menu.
2817 (Standard Faces): Doc fix for fringe face.
2818 (Fringes): Add `overflow-newline-into-fringe' and
2819 'indicate-buffer-boundaries'.
2820 (Fringe Bitmaps, Pointer Shapes): New nodes.
2821 (Display Property): Add 'Pixel Specification' and 'Display Fringe
2822 Bitmaps' to menu.
2823 (Specified Space): Describe pixel width and height.
2824 (Pixel Specification): New node.
2825 (Other Display Specs): Add `slice' property.
2826 (Display Fringe Bitmaps): New node.
2827 (Images): Add 'Image Slices' to menu.
2828 (Image Descriptors): Add `:pointer' and `:map' properties.
2829 (Showing Images): Add slice arg to `insert-image'. Add
2830 'insert-sliced-image'.
2831
2832 2004-09-20 Richard M. Stallman <rms@gnu.org>
2833
2834 * commands.texi (Key Sequence Input):
2835 Clarify downcasing in read-key-sequence.
2836
2837 2004-09-08 Juri Linkov <juri@jurta.org>
2838
2839 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
2840
2841 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
2842
2843 * locals.texi (Standard Buffer-Local Variables): Add
2844 `buffer-auto-save-file-format'.
2845 * internals.texi (Buffer Internals): Describe new
2846 auto_save_file_format field of the buffer structure.
2847 * files.texi (Format Conversion): `auto-save-file-format' has been
2848 renamed `buffer-auto-save-file-format'.
2849
2850 2004-08-27 Luc Teirlinck <teirllm@auburn.edu>
2851
2852 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
2853 an integer or a marker.
2854 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
2855
2856 2004-08-22 Richard M. Stallman <rms@gnu.org>
2857
2858 * modes.texi (Major Mode Conventions): Discuss rebinding of
2859 standard key bindings.
2860
2861 2004-08-18 Kim F. Storm <storm@cua.dk>
2862
2863 * processes.texi (Accepting Output): Add `just-this-one' arg to
2864 `accept-process-output'.
2865 (Output from Processes): New var `process-adaptive-read-buffering'.
2866
2867 2004-08-10 Luc Teirlinck <teirllm@auburn.edu>
2868
2869 * keymaps.texi: Various changes in addition to:
2870 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
2871 Give more varied examples for `kbd'.
2872 (Creating Keymaps): Char tables have slots for all characters
2873 without modifiers.
2874 (Active Keymaps): `overriding-local-map' and
2875 `overriding-terminal-local-map' also override text property and
2876 overlay keymaps.
2877 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
2878 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
2879 to denote a prefix of no events.
2880 `map-keymap' includes parent's bindings _recursively_.
2881 Clarify and correct description of `where-is-internal'.
2882 Mention BUFFER-OR-NAME arg to `describe-bindings'.
2883 (Menu Example): For menus intended for use with the keyboard, the
2884 menu items should be bound to characters or real function keys.
2885
2886 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
2887
2888 * objects.texi (Character Type): Reposition `@anchor' to prevent
2889 double space inside sentence in Info.
2890
2891 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
2892 renamed to `disabled-command-function'.
2893 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
2894 (Command Loop Info): Replace reference to it.
2895 (Disabling Commands): `disabled-command-hook' has been renamed to
2896 `disabled-command-function'.
2897
2898 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
2899
2900 * os.texi (Translating Input): Only non-prefix bindings in
2901 `key-translation-map' override actual key bindings. Warn about
2902 possible indirect effect of actual key bindings on non-prefix
2903 bindings in `key-translation-map'.
2904
2905 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
2906
2907 * minibuf.texi (High-Level Completion): Add anchor for definition
2908 of `read-variable'.
2909
2910 * commands.texi: Various changes in addition to:
2911 (Using Interactive): Clarify description of `interactive-form'.
2912 (Interactive Call): Mention default for KEYS argument to
2913 `call-interactively'.
2914 (Command Loop Info): Clarify description of `this-command-keys'.
2915 Mention KEEP-RECORD argument to `clear-this-command-keys'.
2916 Value of `last-event-frame' can be `macro'.
2917 (Repeat Events): `double-click-fuzz' is also used to distinguish
2918 clicks and drags.
2919 (Classifying Events): Clarify descriptions of `event-modifiers'
2920 `event-basic-type' and `event-convert-list'.
2921 (Accessing Events): `posn-timestamp' takes POSITION argument.
2922 (Quoted Character Input): Clarify description of
2923 `read-quoted-char' and fix example.
2924 (Quitting): Add `with-local-quit'.
2925 (Disabling Commands): Correct and clarify descriptions of
2926 `enable-command' and `disable-command'.
2927 Mention what happens if `disabled-command-hook' is nil.
2928 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
2929 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
2930
2931 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
2932
2933 * frames.texi: Various changes in addition to:
2934 (Creating Frames): Expand and clarify description of `make-frame'.
2935 (Window Frame Parameters): Either none or both of the `icon-left'
2936 and `icon-top' parameters must be specified. Put descriptions of
2937 `menu-bar-lines' and `toolbar-lines' closer together and change
2938 them accordingly.
2939 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
2940 except while processing `frame-title-format' or `icon-title-format'.
2941 (Deleting Frames): Correct description of `delete-frame'.
2942 Non-nil return values of `frame-live-p' are like those of `framep'.
2943 (Frames and Windows): mention return value of
2944 `set-frame-selected-window'.
2945 (Visibility of Frames): Mention `force' argument to
2946 `make-frame-invisible'. `frame-visible-p' returns t for all
2947 frames on text-only terminals.
2948 (Frame Configurations): Restoring a frame configuration does not
2949 restore deleted frames.
2950 (Window System Selections): `x-set-selection' returns DATA.
2951 (Resources): Add example.
2952 (Display Feature Testing): Clarify descriptions of
2953 `display-pixel-height', `display-pixel-width', `x-server-version'
2954 and `x-server-vendor'.
2955
2956 * windows.texi (Choosing Window): Add anchor.
2957 * minibuf.texi (Minibuffer Misc): Add anchor.
2958
2959 2004-07-23 John Paul Wallington <jpw@gnu.org>
2960
2961 * macros.texi (Defining Macros): Declaration keyword for setting
2962 Edebug spec is `debug' not `edebug'.
2963
2964 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
2965
2966 * windows.texi: Various small changes in addition to:
2967 (Window Point): Mention return value of `set-window-point'.
2968 (Window Start): `pos-visible-in-window-p' disregards horizontal
2969 scrolling. Explain return value if PARTIALLY is non-nil.
2970 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
2971 and `set-window-vscroll'.
2972 (Size of Window): The argument WINDOW to `window-inside-edges',
2973 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
2974 (Resizing Windows): Explain return value of
2975 `shrink-window-if-larger-than-buffer'.
2976 `window-size-fixed' automatically becomes buffer local when set.
2977 (Window Configurations): Explain return value of
2978 `set-window-configuration'.
2979
2980 * minibuf.texi (Minibuffer Misc): Add anchor for
2981 `minibuffer-scroll-window'.
2982
2983 * positions.texi (Text Lines): Add anchor for `count-lines'.
2984
2985 2004-07-17 Richard M. Stallman <rms@gnu.org>
2986
2987 * display.texi (Overlay Properties): Adding `evaporate' prop
2988 deletes empty overlay immediately.
2989
2990 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
2991 fix example.
2992
2993 2004-07-16 Jim Blandy <jimb@redhat.com>
2994
2995 * searching.texi (Regexp Backslash): Document new \_< and \_>
2996 operators.
2997
2998 2004-07-16 Juanma Barranquero <lektu@terra.es>
2999
3000 * display.texi (Images): Fix Texinfo usage.
3001
3002 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3003
3004 * buffers.texi (Modification Time): `visited-file-modtime' now
3005 returns a list of two integers, instead of a cons.
3006
3007 2004-07-13 Luc Teirlinck <teirllm@auburn.edu>
3008
3009 * windows.texi: Various changes in addition to:
3010 (Splitting Windows): Add `split-window-keep-point'.
3011
3012 2004-07-09 Richard M. Stallman <rms@gnu.org>
3013
3014 * frames.texi (Input Focus): Minor fix.
3015
3016 2004-07-07 Luc Teirlinck <teirllm@auburn.edu>
3017
3018 * frames.texi (Input Focus): Clarify descriptions of
3019 `select-frame-set-input-focus' and `select-frame'.
3020
3021 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
3022
3023 * os.texi: Various small changes in addition to:
3024 (Killing Emacs): Expand and clarify description of
3025 `kill-emacs-query-functions' and `kill-emacs-hook'.
3026 (System Environment): Expand and clarify description of `getenv'
3027 and `setenv'.
3028 (Timers): Clarify description of `run-at-time'.
3029 (Translating Input): Correct description of
3030 `extra-keyboard-modifiers'.
3031 (Flow Control): Correct description of `enable-flow-control'.
3032
3033 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
3034
3035 * os.texi: Update copyright.
3036 (Session Management): Grammar fix.
3037 Clarify which Emacs does the restarting.
3038 Use @samp for *scratch* buffer.
3039
3040 2004-07-04 Alan Mackenzie <acm@muc.de>
3041
3042 * frames.texi (Input Focus): Add documentation for
3043 `select-frame-set-input-focus'. Replace refs to non-existent
3044 `switch-frame' with `select-frame'. Minor corrections and tidying
3045 up of text-only terminal stuff.
3046
3047 2004-07-02 Richard M. Stallman <rms@gnu.org>
3048
3049 * files.texi (Saving Buffers): Cleanup write-contents-function.
3050 (Magic File Names): Cleanup file-remote-p.
3051
3052 2004-07-02 Kai Grossjohann <kai@emptydomain.de>
3053
3054 * files.texi (Magic File Names): `file-remote-p' returns an
3055 identifier of the remote system, not just t.
3056
3057 2004-07-02 David Kastrup <dak@gnu.org>
3058
3059 * searching.texi (Entire Match Data): Add explanation about new
3060 match-data behavior when @var{integers} is non-nil.
3061
3062 2004-06-24 Richard M. Stallman <rms@gnu.org>
3063
3064 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3065
3066 * customize.texi (Variable Definitions): Note about doc strings
3067 and :set.
3068
3069 * keymaps.texi (Keymap Terminology): Document `kbd'.
3070 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3071
3072 * display.texi (Invisible Text): Setting buffer-invisibility-spec
3073 makes it buffer-local.
3074
3075 * files.texi (Saving Buffers): Correct previous change.
3076
3077 * commands.texi (Accessing Events):
3078 Clarify posn-col-row and posn-actual-col-row.
3079
3080 2004-06-24 David Ponce <david.ponce@wanadoo.fr>
3081
3082 * commands.texi (Accessing Events): New functions
3083 posn-at-point and posn-at-x-y. Add example to posn-x-y.
3084
3085 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3086
3087 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3088 * frames.texi, buffers.texi, backups.texi, variables.texi:
3089 * loading.texi, eval.texi, functions.texi, control.texi:
3090 * symbols.texi, minibuf.texi: Reposition @anchor's.
3091
3092 * help.texi: Various small changes in addition to the following.
3093 (Describing Characters): Describe PREFIX argument to
3094 `key-description'. Correct and clarify definition of
3095 `text-char-description'. Describe NEED-VECTOR argument to
3096 `read-kbd-macro'.
3097 (Help Functions): Clarify definition of `apropos'.
3098
3099 2004-06-23 Lars Hansen <larsh@math.ku.dk>
3100
3101 * files.texi (Saving Buffers): Correct description of
3102 `write-contents-functions'.
3103
3104 2004-06-21 Juanma Barranquero <lektu@terra.es>
3105
3106 * display.texi (Images): Remove redundant @vindex directives.
3107 Rewrite `image-library-alist' doc in active voice.
3108
3109 2004-06-14 Juanma Barranquero <lektu@terra.es>
3110
3111 * display.texi (Images): Document new delayed library loading,
3112 variable `image-library-alist' and (existing but undocumented)
3113 function `image-type-available-p'.
3114
3115 2004-06-05 Richard M. Stallman <rms@gnu.org>
3116
3117 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3118 refer the user to the Initial Input node.
3119 (Text from Minibuffer): Likewise.
3120 (Initial Input): New node. Document this feature
3121 and say it is mostly deprecated.
3122
3123 2004-05-30 Richard M. Stallman <rms@gnu.org>
3124
3125 * loading.texi (Named Features): Clarify return value
3126 and meaning of NOERROR.
3127
3128 * variables.texi (File Local Variables): Minor cleanup.
3129
3130 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
3131
3132 * files.texi (Magic File Names): Add `file-remote-p' as operation
3133 of file name handlers.
3134
3135 2004-05-29 Richard M. Stallman <rms@gnu.org>
3136
3137 * modes.texi (Minor Mode Conventions): (-) has no special meaning
3138 as arg to a minor mode command.
3139
3140 2004-05-22 Richard M. Stallman <rms@gnu.org>
3141
3142 * syntax.texi (Syntax Class Table): Word syntax not just for English.
3143
3144 * streams.texi (Output Variables): Doc float-output-format.
3145
3146 * searching.texi (Regexp Special): Nested repetition can be infloop.
3147
3148 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3149 real stack overflow.
3150
3151 * compile.texi: Minor cleanups.
3152
3153 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
3154
3155 * lists.texi (Cons Cells): Explain dotted lists, true lists,
3156 circular lists.
3157 (List Elements): Explain handling of circular and dotted lists.
3158
3159 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
3160
3161 * modes.texi (Search-based Fontification): Fix typo.
3162
3163 2004-05-10 Juanma Barranquero <lektu@terra.es>
3164
3165 * modes.texi (Mode Line Variables): Fix description of
3166 global-mode-string, which is now after which-func-mode, not the
3167 buffer name.
3168
3169 2004-05-07 Lars Hansen <larsh@math.ku.dk>
3170
3171 * modes.texi (Desktop Save Mode): Add.
3172 (Modes): Add menu entry Desktop Save Mode.
3173
3174 * hooks.texi: Add desktop-after-read-hook,
3175 desktop-no-desktop-file-hook and desktop-save-hook.
3176
3177 * locals.texi: Add desktop-save-buffer.
3178
3179 2004-04-30 Jesper Harder <harder@ifa.au.dk>
3180
3181 * display.texi: emacs -> Emacs.
3182
3183 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3184
3185 * files.texi (Changing Files): Document set-file-times.
3186
3187 2004-04-23 Juanma Barranquero <lektu@terra.es>
3188
3189 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3190
3191 2004-04-18 Jesper Harder <harder@ifa.au.dk>
3192
3193 * tips.texi (Coding Conventions): defopt -> defcustom.
3194
3195 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
3196
3197 * sequences.texi: Various clarifications.
3198
3199 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
3200
3201 * buffers.texi (Read Only Buffers): Mention optional ARG to
3202 `toggle-read-only'.
3203
3204 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
3205
3206 * windows.texi (Selecting Windows): Note that get-lru-window
3207 returns a full-width window if possible.
3208
3209 2004-04-13 Luc Teirlinck <teirllm@auburn.edu>
3210
3211 * buffers.texi: Various changes in addition to:
3212 (Buffer File Name): Add `find-buffer-visiting'.
3213 (Buffer Modification): Mention optional ARG to `not-modified'.
3214 (Indirect Buffers): Mention optional CLONE argument to
3215 `make-indirect-buffer'.
3216
3217 * files.texi: Various changes in addition to:
3218 (Visiting Functions): `find-file-hook' is now a normal hook.
3219 (File Name Expansion): Explain difference between the way that
3220 `expand-file-name' and `file-truename' treat `..'.
3221 (Contents of Directories): Mention optional ID-FORMAT argument to
3222 `directory-files-and-attributes'.
3223 (Format Conversion): Mention new optional CONFIRM argument to
3224 `format-write-file'.
3225
3226 2004-04-12 Miles Bader <miles@gnu.org>
3227
3228 * macros.texi (Expansion): Add description of `macroexpand-all'.
3229
3230 2004-04-05 Jesper Harder <harder@ifa.au.dk>
3231
3232 * variables.texi (Variable Aliases): Mention
3233 cyclic-variable-indirection.
3234
3235 * errors.texi (Standard Errors): Ditto.
3236
3237 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3238
3239 * backups.texi: Various small changes in addition to:
3240 (Making Backups): Mention return value of `backup-buffer'.
3241 (Auto-Saving): Mention optional FORCE argument to
3242 `delete-auto-save-file-if-necessary'.
3243 (Reverting): Mention optional PRESERVE-MODES argument to
3244 `revert-buffer'. Correct description of `revert-buffer-function'.
3245
3246 2004-03-22 Juri Linkov <juri@jurta.org>
3247
3248 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
3249 with `Vector Functions'.
3250
3251 * text.texi (Sorting): Add missing quote.
3252
3253 2004-03-14 Luc Teirlinck <teirllm@auburn.edu>
3254
3255 * intro.texi (Lisp History): Replace xref to `cl' manual with
3256 inforef.
3257
3258 2004-03-12 Richard M. Stallman <rms@gnu.org>
3259
3260 * intro.texi (Version Info): Add arg to emacs-version.
3261 (Lisp History): Change xref to CL manual.
3262
3263 2004-03-09 Luc Teirlinck <teirllm@auburn.edu>
3264
3265 * minibuf.texi (Completion Commands): Add xref to Emacs manual
3266 for Partial Completion mode.
3267
3268 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
3269
3270 * customize.texi: Fix typo. Remove eol whitespace.
3271
3272 2004-03-04 Richard M. Stallman <rms@gnu.org>
3273
3274 * processes.texi: Fix typos.
3275
3276 * lists.texi (Building Lists): Minor clarification.
3277
3278 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
3279 in make-hash-table.
3280
3281 2004-02-29 Juanma Barranquero <lektu@terra.es>
3282
3283 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
3284 rm, and ignore exit code.
3285
3286 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
3287
3288 * display.texi (Defining Faces): Add description for min-colors.
3289 Update example.
3290
3291 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
3292
3293 * abbrevs.texi: Various corrections and clarifications in addition
3294 to the following:
3295 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
3296
3297 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3298
3299 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
3300
3301 2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
3302
3303 * text.texi: Various small changes in addition to the following:
3304 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
3305 to delete-horizontal-space.
3306 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
3307 description of yank-handler text property at various places.
3308
3309 * frames.texi (Window System Selections): Add anchor.
3310
3311 * syntax.texi (Syntax Table Functions): Clarify and correct
3312 descriptions of make-syntax-table and copy-syntax-table.
3313 (Motion and Syntax): Clarify SYNTAXES argument to
3314 skip-syntax-forward.
3315 (Parsing Expressions): Mention that the return value of
3316 parse-partial-sexp is currently a list of ten rather than nine
3317 elements.
3318 (Categories): Various corrections and clarifications.
3319
3320 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
3321
3322 * markers.texi (Marker Insertion Types): Minor change.
3323
3324 * locals.texi (Standard Buffer-Local Variables):
3325 * commands.texi (Interactive Codes, Using Interactive):
3326 * functions.texi (Related Topics): Fix xrefs.
3327
3328 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
3329
3330 * lists.texi (Sets And Lists): Update description of delete-dups.
3331
3332 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
3333
3334 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
3335
3336 2004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3337
3338 * frames.texi (Parameter Access): frame-parameters arg is optional.
3339 modify-frame-parameters handles nil for FRAME.
3340 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
3341 are all-or-nothing for certain toolkits.
3342 Mention parameter wait-for-wm.
3343 (Frames and Windows): In frame-first-window and frame-selected-window
3344 the arg is optional.
3345 (Input Focus): In redirect-frame-focus the second arg is optional.
3346 (Window System Selections): Mention selection type CLIPBOARD.
3347 Mention data-type UTF8_STRING.
3348 Mention numbering of cut buffers.
3349 (Resources): Describe x-resource-name.
3350
3351 2004-02-16 Richard M. Stallman <rms@gnu.org>
3352
3353 * windows.texi (Buffers and Windows): Delete false table
3354 about all-frames.
3355
3356 * syntax.texi (Parsing Expressions): Delete old caveat
3357 about parse-sexp-ignore-comments.
3358
3359 * streams.texi (Output Variables): Add print-quoted.
3360
3361 * lists.texi (Building Lists): Minor cleanup.
3362
3363 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
3364
3365 * display.texi (Overlays): Explain overlays use markers.
3366 (Managing Overlays): Explain front-advance and rear-advance
3367 in more detail.
3368
3369 * loading.texi (Unloading): Document unload-feature-special-hooks.
3370 Get rid of fns-NNN.el file.
3371
3372 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3373
3374 * help.texi (Describing Characters): Fix text-char-description
3375 example output.
3376
3377 * edebug.texi (Using Edebug): Fix example.
3378
3379 * debugging.texi (Internals of Debugger): Fix return value.
3380
3381 * files.texi (Changing Files): Fix argname.
3382
3383 * calendar.texi: Fix parens, and default values.
3384
3385 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
3386 * nonascii.texi, objects.texi, os.texi: Minor fixes.
3387 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
3388
3389 * positions.texi (Text Lines): Don't add -1 in current-line.
3390
3391 2004-02-16 Richard M. Stallman <rms@gnu.org>
3392
3393 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
3394
3395 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
3396
3397 * processes.texi (Low-Level Network): Fix a typo.
3398
3399 2004-02-12 Kim F. Storm <storm@cua.dk>
3400
3401 * display.texi (Fringes): Use consistent wording.
3402 Note that window-fringe's window arg is optional.
3403 (Scroll Bars): Use consistent wording.
3404
3405 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
3406
3407 * tips.texi (Comment Tips): Document the new conventions for
3408 commenting out code.
3409
3410 2004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3411
3412 * positions.texi (Text Lines): Added missing end defun.
3413
3414 2004-02-07 Kim F. Storm <storm@cua.dk>
3415
3416 * positions.texi (Text Lines): Add line-number-at-pos.
3417
3418 2004-02-06 John Paul Wallington <jpw@gnu.org>
3419
3420 * display.texi (Button Properties, Button Buffer Commands):
3421 mouse-2 invokes button, not down-mouse-1.
3422
3423 2004-02-04 Jason Rumney <jasonr@gnu.org>
3424
3425 * makefile.w32-in: Sync with Makefile.in changes.
3426
3427 2004-02-03 Luc Teirlinck <teirllm@auburn.edu>
3428
3429 * minibuf.texi (Text from Minibuffer): Various corrections and
3430 clarifications.
3431 (Object from Minibuffer): Correct Lisp description of
3432 read-minibuffer.
3433 (Minibuffer History): Clarify description of cons values for
3434 HISTORY arguments.
3435 (Basic Completion): Various corrections and clarifications. Add
3436 completion-regexp-list.
3437 (Minibuffer Completion): Correct and clarify description of
3438 completing-read.
3439 (Completion Commands): Mention Partial Completion mode. Various
3440 other minor changes.
3441 (High-Level Completion): Various corrections and clarifications.
3442 (Reading File Names): Ditto.
3443 (Minibuffer Misc): Ditto.
3444
3445 2004-01-26 Luc Teirlinck <teirllm@auburn.edu>
3446
3447 * strings.texi (Text Comparison): assoc-string also matches
3448 elements of alists that are strings instead of conses.
3449 (Formatting Strings): Standardize Texinfo usage. Update index
3450 entries.
3451
3452 2004-01-20 Luc Teirlinck <teirllm@auburn.edu>
3453
3454 * lists.texi (Sets And Lists): Add delete-dups.
3455
3456 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
3457
3458 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
3459 special form.
3460 * macros.texi (Defining Macros): Update description of `declare',
3461 which now is a macro.
3462 (Wrong Time): Fix typos.
3463
3464 2004-01-14 Luc Teirlinck <teirllm@auburn.edu>
3465
3466 * compile.texi (Compilation Functions): Expand descriptions of
3467 `compile-defun', `byte-compile-file', `byte-recompile-directory'
3468 and `batch-byte-compile'. In particular, mention and describe
3469 all optional arguments.
3470 (Disassembly): Correct and clarify the description of `disassemble'.
3471
3472 2004-01-11 Luc Teirlinck <teirllm@auburn.edu>
3473
3474 * searching.texi: Various small changes in addition to the
3475 following.
3476 (Regexp Example): Adapt to new value of `sentence-end'.
3477 (Regexp Functions): The PAREN argument to `regexp-opt' can be
3478 `words'.
3479 (Search and Replace): Add usage note for `perform-replace'.
3480 (Entire Match Data): Mention INTEGERS and REUSE arguments to
3481 `match-data'.
3482 (Standard Regexps): Update for new values of `paragraph-start'
3483 and `sentence-end'.
3484
3485 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
3486
3487 * files.texi (Saving Buffers): Clarify descriptions of
3488 `write-contents-functions' and `before-save-hook'.
3489 Make the defvar's for `before-save-hook' and `after-save-hook'
3490 into defopt's.
3491
3492 2004-01-07 Kim F. Storm <storm@cua.dk>
3493
3494 * commands.texi (Click Events): Describe new image and
3495 width/height elements of click events.
3496 (Accessing Events): Add posn-string, posn-image, and
3497 posn-object-width-height. Change posn-object to return either
3498 image or string object.
3499
3500 2004-01-01 Simon Josefsson <jas@extundo.com>
3501
3502 * hooks.texi (Standard Hooks): Add before-save-hook.
3503 * files.texi (Saving Buffers): Likewise.
3504
3505 2004-01-03 Richard M. Stallman <rms@gnu.org>
3506
3507 * frames.texi (Frames and Windows): Delete frame-root-window.
3508
3509 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
3510
3511 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
3512
3513 * functions.texi: Various small changes in addition to the
3514 following.
3515 (What Is a Function): `functionp' returns nil for macros. Clarify
3516 behavior of this and following functions for symbol arguments.
3517 (Function Documentation): Add `\' in front of (fn @var{arglist})
3518 and explain why.
3519 (Defining Functions): Mention DOCSTRING argument to `defalias'.
3520 Add anchor.
3521 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
3522
3523 2004-01-01 Miles Bader <miles@gnu.org>
3524
3525 * display.texi (Buttons): New section.
3526
3527 2003-12-31 Andreas Schwab <schwab@suse.de>
3528
3529 * numbers.texi (Math Functions): sqrt reports a domain-error
3530 error.
3531 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
3532
3533 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
3534
3535 * tips.texi (Documentation Tips): Update item on hyperlinks in
3536 documentation strings.
3537
3538 * errors.texi (Standard Errors): Various small corrections and
3539 additions.
3540
3541 * control.texi: Various small changes in addition to the
3542 following.
3543 (Signaling Errors): Provide some more details on how `signal'
3544 constructs the error message. Add anchor to the definition of
3545 `signal'.
3546 (Error Symbols): Describe special treatment of `quit'.
3547 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
3548 to emphasize that it has to be a single form.
3549
3550 * buffers.texi: Add anchor.
3551
3552 2003-12-29 Richard M. Stallman <rms@gnu.org>
3553
3554 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
3555 (Window Configurations): Add window-configuration-frame.
3556
3557 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
3558
3559 * text.texi (Examining Properties): Add get-char-property-and-overlay.
3560 Change arg name in get-char-property.
3561 (Special Properties): Update handling of keymap property.
3562
3563 * strings.texi (Modifying Strings): Add clear-string.
3564 (Text Comparison): Add assoc-string and remove
3565 assoc-ignore-case, assoc-ignore-representation.
3566
3567 * os.texi (Time of Day): Add set-time-zone-rule.
3568
3569 * numbers.texi (Math Functions): asin, acos, log, log10
3570 report domain-error errors.
3571
3572 * nonascii.texi (Converting Representations):
3573 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
3574 (Encoding and I/O): Add file-name-coding-system.
3575
3576 * modes.texi (Search-based Fontification): Explain that
3577 face specs are symbols with face names as values.
3578
3579 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
3580
3581 * lists.texi (Building Lists): remq moved elsewhere.
3582 (Sets And Lists): remq moved here.
3583 (Association Lists): Refer to assoc-string.
3584
3585 * internals.texi (Garbage Collection): Add memory-use-counts.
3586
3587 * frames.texi (Frames and Windows): Add set-frame-selected-window
3588 and frame-root-window.
3589
3590 * files.texi (Contents of Directories):
3591 Add directory-files-and-attributes.
3592
3593 * display.texi (Refresh Screen): Add force-window-update.
3594 (Invisible Text): Explain about moving point out of invis text.
3595 (Overlay Properties): Add overlay-properties.
3596 (Managing Overlays): Add overlayp.
3597 (GIF Images): Invalid image number displays a hollow box.
3598
3599 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
3600 (Killing Buffers): Add buffer-live-p.
3601
3602 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
3603
3604 * display.texi (Fringes): Fix typo "set-buffer-window".
3605
3606 2003-12-24 Luc Teirlinck <teirllm@auburn.edu>
3607
3608 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
3609 * nonascii.texi, processes.texi, tips.texi, variables.texi:
3610 Add or change various xrefs and anchors.
3611
3612 * commands.texi: Replace all occurrences of @acronym{CAR} with
3613 @sc{car}, for consistency with the rest of the Elisp manual.
3614 `car' and `cdr' are historically acronyms, but are no longer
3615 widely thought of as such.
3616
3617 * internals.texi (Pure Storage): Mention that `purecopy' does not
3618 copy text properties.
3619 (Object Internals): Now 29 bits are used (in most implementations)
3620 to address Lisp objects.
3621
3622 * variables.texi (Variables with Restricted Values): New node.
3623
3624 * objects.texi (Lisp Data Types): Mention that certain variables
3625 can only take on a restricted set of values and add an xref to
3626 the new node "Variables with Restricted Values".
3627
3628 * eval.texi (Function Indirection): Describe the errors that
3629 `indirect-function' can signal.
3630 (Eval): Clarify the descriptions of `eval-region' and `values'.
3631 Describe `eval-buffer' instead of `eval-current-buffer' and
3632 mention `eval-current-buffer' as an alias for `current-buffer'.
3633 Correct the description and mention all optional arguments.
3634
3635 * nonascii.texi: Various small changes in addition to the
3636 following.
3637 (Converting Representations): Clarify behavior of
3638 `string-make-multibyte' and `string-to-multibyte' for unibyte all
3639 ASCII arguments.
3640 (Character Sets): Document the variable `charset-list' and adapt
3641 the definition of the function `charset-list' accordingly.
3642 (Translation of Characters): Clarify use of generic characters in
3643 `make-translation-table'. Clarify and correct the description of
3644 the use of translation tables in encoding and decoding.
3645 (User-Chosen Coding Systems): Correct and clarify the description
3646 of `select-safe-coding-system'.
3647 (Default Coding Systems): Clarify description of
3648 `file-coding-system-alist'.
3649
3650 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
3651
3652 * strings.texi (Text Comparison): Correctly describe when two
3653 strings are `equal'. Combine and clarify descriptions of
3654 `assoc-ignore-case' and `assoc-ignore-representation'.
3655
3656 * objects.texi (Non-ASCII in Strings): Clarify description of
3657 when a string is unibyte or multibyte.
3658 (Bool-Vector Type): Update examples.
3659 (Equality Predicates): Correctly describe when two strings are
3660 `equal'.
3661
3662 2003-11-29 Luc Teirlinck <teirllm@auburn.edu>
3663
3664 * lists.texi (Building Lists): `append' no longer accepts integer
3665 arguments. Update the description of `number-sequence' to reflect
3666 recent changes.
3667 (Sets And Lists): Describe `member-ignore-case' after `member'.
3668
3669 2003-11-27 Kim F. Storm <storm@cua.dk>
3670
3671 * commands.texi (Click Events): Click object may be an images.
3672 Describe (dx . dy) element of click positions.
3673 (Accessing Events): Remove duplicate posn-timestamp.
3674 New functions posn-object and posn-object-x-y.
3675
3676 2003-11-23 Kim F. Storm <storm@cua.dk>
3677
3678 * commands.texi (Click Events): Describe enhancements to event
3679 position lists, including new text-pos and (col . row) items.
3680 Mention left-fringe and right-fringe area events.
3681 (Accessing Events): New functions posn-area and
3682 posn-actual-col-row. Mention posn-timestamp. Mention that
3683 posn-point in non-text area still returns buffer position.
3684 Clarify posn-col-row.
3685
3686 2003-11-21 Lars Hansen <larsh@math.ku.dk>
3687
3688 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
3689 * anti.texi (File Attributes): Describe removed parameter
3690 ID-FORMAT.
3691
3692 2003-11-20 Luc Teirlinck <teirllm@auburn.edu>
3693
3694 * positions.texi (Positions): Mention that, if a marker is used as
3695 a position, its buffer is ignored.
3696
3697 * markers.texi (Overview of Markers): Mention it here too.
3698
3699 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
3700
3701 * numbers.texi (Numeric Conversions): Not just `floor', but also
3702 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
3703
3704 2003-11-10 Luc Teirlinck <teirllm@auburn.edu>
3705
3706 * markers.texi (Creating Markers): Specify insertion type of
3707 created markers. Add xref to `Marker Insertion Types'.
3708 Second argument to `copy-marker' is optional.
3709 (Marker Insertion Types): Mention that most markers are created
3710 with insertion type nil.
3711 (The Mark): Correctly describe when `mark' signals an error.
3712 (The Region): Correctly describe when `region-beginning' and
3713 `region-end' signal an error.
3714
3715 2003-11-08 Luc Teirlinck <teirllm@auburn.edu>
3716
3717 * hash.texi (Creating Hash): Clarify description of `eql'.
3718 `makehash' is obsolete.
3719 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
3720
3721 * positions.texi (Point): Change description of `buffer-end', so
3722 that it is also correct for floating point arguments.
3723 (List Motion): Correct argument lists of `beginning-of-defun' and
3724 `end-of-defun'.
3725 (Excursions): Add xref to `Marker Insertion Types'.
3726 (Narrowing): Argument to `narrow-to-page' is optional.
3727
3728 2003-11-06 Luc Teirlinck <teirllm@auburn.edu>
3729
3730 * streams.texi (Output Streams): Clarify behavior of point for
3731 marker output streams.
3732
3733 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
3734
3735 * variables.texi (Defining Variables): Second argument to
3736 `defconst' is not optional.
3737 (Setting Variables): Mention optional argument APPEND to
3738 `add-to-list'.
3739 (Creating Buffer-Local): Expand description of
3740 `make-variable-buffer-local'.
3741 (Frame-Local Variables): Expand description of
3742 `make-variable-frame-local'.
3743 (Variable Aliases): Correct description of optional argument
3744 DOCSTRING to `defvaralias'. Mention return value of
3745 `defvaralias'.
3746 (File Local Variables): Add xref to `File variables' in Emacs
3747 Manual. Correct description of `hack-local-variables'. Mention
3748 `safe-local-variable' property. Mention optional second argument
3749 to `risky-local-variable-p'.
3750
3751 2003-11-03 Luc Teirlinck <teirllm@auburn.edu>
3752
3753 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
3754
3755 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
3756
3757 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
3758 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
3759 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
3760 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
3761 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
3762 lispref/processes.texi, lispref/searching.texi,
3763 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
3764 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
3765 @acronym{FOO}.
3766
3767 2003-10-27 Luc Teirlinck <teirllm@auburn.edu>
3768
3769 * strings.texi (Creating Strings): Argument START to `substring'
3770 can not be `nil'. Expand description of
3771 `substring-no-properties'. Correct description of `split-string',
3772 especially with respect to empty matches. Prevent very bad line
3773 break in definition of `split-string-default-separators'.
3774 (Text Comparison): `string=' and `string<' also accept symbols as
3775 arguments.
3776 (String Conversion): More completely describe argument BASE in
3777 `string-to-number'.
3778 (Formatting Strings): `%s' and `%S' in `format' do require
3779 corresponding object. Clarify behavior of numeric prefix after
3780 `%' in `format'.
3781 (Case Conversion): The argument to `upcase-initials' can be a
3782 character.
3783
3784 2003-10-27 Kenichi Handa <handa@m17n.org>
3785
3786 * display.texi (Fontsets): Fix texinfo usage.
3787
3788 2003-10-25 Kenichi Handa <handa@m17n.org>
3789
3790 * display.texi (Fontsets): Add description of the function
3791 set-fontset-font.
3792
3793 2003-10-23 Luc Teirlinck <teirllm@auburn.edu>
3794
3795 * display.texi (Temporary Displays): Add xref to `Documentation
3796 Tips'.
3797
3798 * functions.texi (Function Safety): Use inforef instead of pxref
3799 for SES.
3800
3801 2003-10-23 Andreas Schwab <schwab@suse.de>
3802
3803 * Makefile.in (TEX, texinputdir): Don't define.
3804 (TEXI2DVI): Define.
3805 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
3806 add $(srcdir)/index.texi.
3807 ($(infodir)/elisp): Remove index.texi dependency.
3808 (elisp.dvi): Likewise. Use $(TEXI2DVI).
3809 (index.texi): Remove target.
3810 (dist): Don't link $(srcdir)/permute-index.
3811 (clean): Don't remove index.texi.
3812
3813 * permute-index, index.perm: Remove.
3814 * index.texi: Rename from index.unperm.
3815
3816 2003-10-22 Luc Teirlinck <teirllm@auburn.edu>
3817
3818 * tips.texi (Documentation Tips): Document new behavior for face
3819 and variable hyperlinks in Help mode.
3820
3821 2003-10-21 Luc Teirlinck <teirllm@auburn.edu>
3822
3823 * objects.texi (Integer Type): Update for extra bit of integer range.
3824 (Character Type): Ditto.
3825
3826 2003-10-16 Eli Zaretskii <eliz@gnu.org>
3827
3828 * numbers.texi (Integer Basics): Add index entries for reading
3829 numbers in hex, octal, and binary.
3830
3831 2003-10-16 Lute Kamstra <lute@gnu.org>
3832
3833 * modes.texi (Mode Line Format): Mention force-mode-line-update's
3834 argument.
3835
3836 2003-10-13 Luc Teirlinck <teirllm@auburn.edu>
3837
3838 * windows.texi (Choosing Window): Fix typo.
3839 * edebug.texi (Edebug Execution Modes): Fix typo.
3840
3841 2003-10-13 Richard M. Stallman <rms@gnu.org>
3842
3843 * windows.texi (Basic Windows): A window has fringe settings,
3844 display margins and scroll-bar settings.
3845 (Splitting Windows): Doc split-window return value.
3846 Clean up one-window-p.
3847 (Selecting Windows): Fix typo.
3848 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
3849 (Buffers and Windows): In set-window-buffer, explain effect
3850 on fringe settings and scroll bar settings.
3851 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
3852 (Choosing Window): Use defopt for pop-up-frame-function.
3853 For special-display-buffer-names, explain same-window and same-frame.
3854 Clarify window-dedicated-p return value.
3855 (Textual Scrolling): scroll-up and scroll-down can get an error.
3856 (Horizontal Scrolling): Clarify auto-hscroll-mode.
3857 Clarify set-window-hscroll.
3858 (Size of Window): Don't mention tool bar in window-height.
3859 (Coordinates and Windows): Explain what coordinates-in-window-p
3860 returns for fringes and display margins.
3861 (Window Configurations): Explain saving fringes, etc.
3862
3863 * tips.texi (Library Headers): Clean up Documentation.
3864
3865 * syntax.texi (Parsing Expressions): Clean up forward-comment
3866 and parse-sexp-lookup-properties.
3867
3868 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
3869
3870 * os.texi (System Environment): Clean up text for load-average errors.
3871
3872 * modes.texi (Hooks): Don't explain local hook details at front.
3873 Clarify run-hooks and run-hook-with-args a little.
3874 Clean up add-hook and remove-hook.
3875
3876 * edebug.texi (Edebug Execution Modes): Clarify t.
3877 Document edebug-sit-for-seconds.
3878 (Coverage Testing): Document C-x X = and =.
3879 (Instrumenting Macro Calls): Fix typo.
3880 (Specification List): Don't index the specification keywords.
3881
3882 2003-10-10 Kim F. Storm <storm@cua.dk>
3883
3884 * processes.texi (Network): Introduce make-network-process.
3885
3886 2003-10-09 Luc Teirlinck <teirllm@auburn.edu>
3887
3888 * tips.texi (Library Headers): Fix typo.
3889
3890 2003-10-07 Juri Linkov <juri@jurta.org>
3891
3892 * modes.texi (Imenu): Mention imenu-create-index-function's
3893 default value. Explain submenus better.
3894
3895 2003-10-07 Lute Kamstra <lute@gnu.org>
3896
3897 * modes.texi (Faces for Font Lock): Fix typo.
3898 (Hooks): Explain how buffer-local hook variables can refer to
3899 global hook variables.
3900 Various minor clarifications.
3901
3902 2003-10-06 Lute Kamstra <lute@gnu.org>
3903
3904 * tips.texi (Coding Conventions): Mention naming conventions for
3905 hooks.
3906
3907 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
3908
3909 * loading.texi (Library Search): Correct default value of
3910 load-suffixes.
3911 (Named Features): Fix typo.
3912
3913 2003-10-05 Richard M. Stallman <rms@gnu.org>
3914
3915 * loading.texi (Named Features): In `provide',
3916 say how to test for subfeatures.
3917 (Unloading): In unload-feature, use new var name
3918 unload-feature-special-hooks.
3919
3920 2003-10-03 Lute Kamstra <lute@gnu.org>
3921
3922 * modes.texi (Major Mode Conventions): Mention third way to set up
3923 Imenu.
3924 (Imenu): A number of small fixes.
3925 Delete documentation of internal variable imenu--index-alist.
3926 Document the return value format of imenu-create-index-function
3927 functions.
3928
3929 2003-09-30 Richard M. Stallman <rms@gnu.org>
3930
3931 * processes.texi (Network): Say what stopped datagram connections do.
3932
3933 * lists.texi (Association Lists): Clarify `assq-delete-all'.
3934
3935 * display.texi (Overlay Properties): Clarify `evaporate' property.
3936
3937 2003-09-29 Lute Kamstra <lute@gnu.org>
3938
3939 * modes.texi (Mode Line Data): Explain when symbols in mode-line
3940 constructs should be marked as risky.
3941 Change cons cell into proper list.
3942 (Mode Line Variables): Change cons cell into proper list.
3943
3944 2003-09-26 Lute Kamstra <lute@gnu.org>
3945
3946 * modes.texi (Mode Line Data): Document the :propertize construct.
3947 (Mode Line Variables): Reorder the descriptions of the variables
3948 to match their order in the default mode-line-format.
3949 Describe the new variables mode-line-position and mode-line-modes.
3950 Update the default values of mode-line-frame-identification,
3951 minor-mode-alist, and default-mode-line-format.
3952 (Properties in Mode): Mention the :propertize construct.
3953
3954 2003-09-26 Richard M. Stallman <rms@gnu.org>
3955
3956 * buffers.texi, commands.texi, debugging.texi, eval.texi:
3957 * loading.texi, minibuf.texi, text.texi, variables.texi:
3958 Avoid @strong{Note:}.
3959
3960 2003-09-26 Richard M. Stallman <rms@gnu.org>
3961
3962 * keymaps.texi (Remapping Commands): Fix typo.
3963
3964 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
3965
3966 * processes.texi (Low-Level Network): Fix typo.
3967
3968 2003-09-23 Kim F. Storm <storm@cua.dk>
3969
3970 * processes.texi (Network, Network Servers): Fix typos.
3971 (Low-Level Network): Add timeout value for :server keyword.
3972 Add new option keywords to make-network-process.
3973 Add set-network-process-options.
3974 Explain how to test availability of network options.
3975
3976 2003-09-19 Richard M. Stallman <rms@gnu.org>
3977
3978 * text.texi (Motion by Indent): Arg to
3979 backward-to-indentation and forward-to-indentation is optional.
3980
3981 * strings.texi (Creating Strings): Add substring-no-properties.
3982
3983 * processes.texi
3984 (Process Information): Add list-processes arg QUERY-ONLY.
3985 Delete process-contact from here.
3986 Add new status values for process-status.
3987 Add process-get, process-put, process-plist, set-process-plist.
3988 (Synchronous Processes): Add call-process-shell-command.
3989 (Signals to Processes): signal-process allows process objects.
3990 (Network): Complete rewrite.
3991 (Network Servers, Datagrams, Low-Level Network): New nodes.
3992
3993 * positions.texi (Word Motion): forward-word, backward-word
3994 arg is optional. Reword.
3995
3996 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
3997
3998 * variables.texi (Creating Buffer-Local):
3999 Delete duplicate definition of buffer-local-value.
4000 (File Local Variables): Explain about discarding text props.
4001
4002 2003-09-11 Richard M. Stallman <rms@gnu.org>
4003
4004 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4005 changes variables that record input events.
4006 (Minibuffer Misc): Add minibuffer-selected-window.
4007
4008 * lists.texi (Building Lists): Add copy-tree.
4009
4010 * display.texi (Fontsets): Add char-displayable-p.
4011 (Scroll Bars): New node.
4012
4013 2003-09-08 Lute Kamstra <lute@gnu.org>
4014
4015 * modes.texi (%-Constructs): Document new `%i' and `%I'
4016 constructs.
4017
4018 2003-09-03 Peter Runestig <peter@runestig.com>
4019
4020 * makefile.w32-in: New file.
4021
4022 2003-08-29 Richard M. Stallman <rms@gnu.org>
4023
4024 * display.texi (Overlay Properties): Clarify how priorities
4025 affect use of the properties.
4026
4027 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4028
4029 * customize.texi (Type Keywords): Correct the description of
4030 `:help-echo' in the case where `motion-doc' is a function.
4031
4032 2003-08-14 John Paul Wallington <jpw@gnu.org>
4033
4034 * modes.texi (Emulating Mode Line): Subsection, not section.
4035
4036 2003-08-13 Richard M. Stallman <rms@gnu.org>
4037
4038 * elisp.texi (Top): Update subnode lists in menu.
4039
4040 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4041 (Kill Functions): kill-region has new arg yank-handler.
4042 (Yanking): New node.
4043 (Yank Commands): Add yank-undo-function.
4044 (Low-Level Kill Ring):
4045 kill-new and kill-append have new arg yank-handler.
4046 (Changing Properties): Add remove-list-of-text-properties.
4047 (Atomic Changes): New node.
4048
4049 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4050
4051 * streams.texi (Output Variables): Add eval-expression-print-length
4052 and eval-expression-print-level.
4053
4054 * os.texi (Time Conversion): For encode-time, explain limits on year.
4055
4056 * objects.texi (Character Type): Define anchor "modifier bits".
4057
4058 * modes.texi (Emulating Mode Line): New node.
4059 (Search-based Fontification): Font Lock uses font-lock-face property.
4060 (Other Font Lock Variables): Likewise.
4061
4062 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4063 not vectors.
4064 (Active Keymaps): Add emulation-mode-map-alists.
4065 (Functions for Key Lookup): key-binding has new arg no-remap.
4066 (Remapping Commands): New node.
4067 (Scanning Keymaps): where-is-internal has new arg no-remap.
4068 (Tool Bar): Add tool-bar-local-item-from-menu.
4069 Clarify when to use tool-bar-add-item-from-menu.
4070
4071 * commands.texi (Interactive Call): commandp has new arg.
4072 (Command Loop Info): Add this-original-command.
4073
4074 2003-08-06 John Paul Wallington <jpw@gnu.org>
4075
4076 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4077
4078 * display.texi (Warning Basics): Fix typo.
4079 (Fringes): Add closing curly bracket and fix typo.
4080
4081 * elisp.texi (Top): Fix typo.
4082
4083 2003-08-05 Richard M. Stallman <rms@gnu.org>
4084
4085 * elisp.texi: Update lists of subnodes.
4086
4087 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4088
4089 * variables.texi (Local Variables): Use lc for example variable names.
4090
4091 * tips.texi (Library Headers): Explain where to put -*-.
4092
4093 * strings.texi (Creating Strings): Fix xref for vconcat.
4094
4095 * sequences.texi (Vector Functions):
4096 vconcat no longer allows integer args.
4097
4098 * minibuf.texi (Reading File Names): read-file-name has new
4099 arg PREDICATE. New function read-directory-name.
4100
4101 * macros.texi (Defining Macros): Give definition of `declare'
4102 (Indenting Macros): New node.
4103
4104 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4105 (Window Frame Parameters): Make separate table of parameters
4106 that are coupled with specific face attributes.
4107 (Deleting Frames): delete-frame-hooks renamed to
4108 delete-frame-functions.
4109
4110 * files.texi (Magic File Names): Add file-remote-p.
4111 Clarify file-local-copy.
4112
4113 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4114 here; instead xref Defining Macros.
4115
4116 * display.texi (Warnings): New node, and subnodes.
4117 (Fringes): New node.
4118
4119 * debugging.texi (Test Coverage): New node.
4120
4121 * compile.texi (Compiler Errors): Explain with-no-warnings
4122 and other ways to suppress warnings.
4123
4124 * commands.texi (Interactive Call): Minor clarification.
4125
4126 * buffers.texi (Buffer File Name): set-visited-file-name
4127 renames the buffer too.
4128
4129 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4130
4131 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
4132
4133 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4134
4135 2003-07-22 Markus Rost <rost@math.ohio-state.edu>
4136
4137 * internals.texi (Garbage Collection): Fix previous change.
4138
4139 2003-07-22 Richard M. Stallman <rms@gnu.org>
4140
4141 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4142
4143 * display.texi (Width): Use \s syntax in example.
4144 (Font Selection): Add face-font-rescale-alist.
4145
4146 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4147 Remove spurious indent in example.
4148
4149 * lists.texi (Building Lists): Add number-sequence.
4150
4151 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4152
4153 * functions.texi (Function Documentation): Explain how to
4154 show calling convention explicitly in the doc string.
4155
4156 * windows.texi (Selecting Windows): save-selected-window saves
4157 selected window of each frame.
4158 (Window Configurations): Minor change.
4159
4160 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4161
4162 * streams.texi (Output Variables): Add print-continuous-numbering
4163 and print-number-table.
4164
4165 * processes.texi (Decoding Output): New node.
4166
4167 * os.texi (Time Conversion): decode-time arg is optional.
4168
4169 * objects.texi (Character Type): Don't use space as example for \.
4170 Make list of char names and \-sequences correspond.
4171 Explain that \s is not used in strings. `\ ' needs space after.
4172
4173 * nonascii.texi (Converting Representations): Add string-to-multibyte.
4174 (Translation of Characters): Add translation-table-for-input.
4175 (Default Coding Systems): Add auto-coding-functions.
4176 (Explicit Encoding): Add decode-coding-inserted-region.
4177 (Locales): Add locale-info.
4178
4179 * minibuf.texi (Basic Completion): Describe test-completion.
4180 Collections can be lists of strings.
4181 Clean up lazy-completion-table.
4182 (Programmed Completion): Mention test-completion.
4183 Clarify why lambda expressions are not accepted.
4184 (Minibuffer Misc): Describe minibufferp.
4185
4186 2003-07-14 Richard M. Stallman <rms@gnu.org>
4187
4188 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4189
4190 * windows.texi (Selecting Windows): New arg to select-window.
4191 (Selecting Windows): Add with-selected-window.
4192 (Size of Window): Add window-inside-edges, etc.
4193
4194 * internals.texi (Garbage Collection): Add post-gc-hook.
4195
4196 * processes.texi (Subprocess Creation): Add exec-suffixes.
4197
4198 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4199 (Scanning Keymaps): Add map-keymaps.
4200 (Defining Menus): Add keymap-prompt.
4201
4202 * numbers.texi (Integer Basics): Add most-positive-fixnum,
4203 most-negative-fixnum.
4204
4205 * compile.texi (Byte Compilation): Explain no-byte-compile
4206 (Compiler Errors): New node.
4207
4208 * os.texi (User Identification): user-uid, user-real-uid
4209 can return float.
4210
4211 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4212 and about derived modes.
4213 (Minor Modes): Add minor-mode-list.
4214 (Defining Minor Modes): Keyword args for define-minor-mode.
4215 (Search-based Fontification): Explain managing other properties.
4216 (Other Font Lock Variables): Add font-lock-extra-managed-props.
4217 (Faces for Font Lock): Add font-locl-preprocessor-face.
4218 (Hooks): Add run-mode-hooks and delay-mode-hooks.
4219
4220 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
4221 (Variable Aliases): Clarify defvaralias.
4222
4223 * loading.texi (Library Search): Add load-suffixes.
4224
4225 * minibuf.texi (Basic Completion): Add lazy-completion-table.
4226 (Programmed Completion): Add dynamic-completion-table.
4227
4228 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4229 (Magic File Names): Specify precedence order of handlers.
4230
4231 * commands.texi (Command Overview): Emacs server runs pre-command-hook
4232 and post-command-hook.
4233 (Waiting): New calling convention for sit-for.
4234
4235 * text.texi (Special Properties): local-map and keymap properties
4236 apply based on their stickiness.
4237
4238 2003-07-07 Richard M. Stallman <rms@gnu.org>
4239
4240 * modes.texi (Minor Mode Conventions): Specify only some kinds
4241 of list values as args to minor modes.
4242
4243 * files.texi (File Name Expansion): Warn about iterative use
4244 of substitute-in-file-name.
4245
4246 * advice.texi (Activation of Advice): Clean up previous change.
4247
4248 2003-07-06 Markus Rost <rost@math.ohio-state.edu>
4249
4250 * advice.texi (Activation of Advice): Note that ad-start-advice is
4251 turned on by default.
4252
4253 2003-06-30 Richard M. Stallman <rms@gnu.org>
4254
4255 * text.texi (Buffer Contents): Document current-word.
4256 (Change Hooks): Not called for *Messages*.
4257
4258 * functions.texi (Defining Functions): Explain about redefining
4259 primitives.
4260 (Function Safety): Renamed. Minor changes.
4261 Comment out the detailed criteria for what is safe.
4262
4263 2003-06-22 Andreas Schwab <schwab@suse.de>
4264
4265 * objects.texi (Symbol Type): Fix description of examples.
4266
4267 2003-06-16 Andreas Schwab <schwab@suse.de>
4268
4269 * hash.texi (Creating Hash): Fix description of :weakness.
4270
4271 2003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4272
4273 * files.texi (Changing Files): copy-file copies file modes, too.
4274
4275 2003-05-28 Richard M. Stallman <rms@gnu.org>
4276
4277 * strings.texi (Creating Strings): Clarify split-string.
4278
4279 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
4280
4281 * strings.texi (Creating Strings): Update split-string specification
4282 and examples.
4283
4284 2003-05-19 Richard M. Stallman <rms@gnu.org>
4285
4286 * elisp.texi: Correct invariant section names.
4287
4288 2003-04-20 Richard M. Stallman <rms@gnu.org>
4289
4290 * os.texi (Timers): Explain about timers and quitting.
4291
4292 2003-04-19 Richard M. Stallman <rms@gnu.org>
4293
4294 * internals.texi (Writing Emacs Primitives): Strings are
4295 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
4296 Explain GCPRO convention for varargs function args.
4297
4298 2003-04-16 Richard M. Stallman <rms@gnu.org>
4299
4300 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
4301
4302 2003-04-08 Richard M. Stallman <rms@gnu.org>
4303
4304 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
4305
4306 2003-02-13 Kim F. Storm <storm@cua.dk>
4307
4308 * objects.texi (Character Type): New \s escape for space.
4309
4310 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
4311
4312 * os.texi (System Environment): Added cygwin system-type.
4313
4314 2003-01-25 Richard M. Stallman <rms@gnu.org>
4315
4316 * keymaps.texi: Document that a symbol can act as a keymap.
4317
4318 2003-01-13 Richard M. Stallman <rms@gnu.org>
4319
4320 * text.texi (Changing Properties): Say string indices are origin-0.
4321
4322 * positions.texi (Screen Lines) <compute-motion>:
4323 Correct order of elts in return value.
4324
4325 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
4326 how to define a default binding.
4327
4328 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
4329
4330 * loading.texi (Unloading): Fix recent change for load-history.
4331
4332 * customize.texi (Simple Types): Clarify description of custom
4333 type 'number. Describe new custom type 'float.
4334
4335 2002-12-04 Markus Rost <rost@math.ohio-state.edu>
4336
4337 * variables.texi (File Local Variables): Fix typo.
4338
4339 2002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4340
4341 From Michael Albinus <Michael.Albinus@alcatel.de>.
4342
4343 * README: Target for Info file is `make info'.
4344
4345 * files.texi (File Name Components): Fixed typos in
4346 `file-name-sans-extension'.
4347 (Magic File Names): Complete list of operations for magic file
4348 name handlers.
4349
4350 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
4351
4352 * variables.texi (File Local Variables): New function
4353 risky-local-variable-p.
4354
4355 2002-09-15 Jonathan Yavner <jyavner@engineer.com>
4356
4357 * functions.texi (Function safety): New node about unsafep.
4358
4359 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
4360
4361 * customize.texi (Splicing into Lists): Fixed example.
4362 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
4363
4364 2002-06-17 Juanma Barranquero <lektu@terra.es>
4365
4366 * frames.texi (Display Feature Testing): Fix typo.
4367
4368 2002-06-12 Andreas Schwab <schwab@suse.de>
4369
4370 * frames.texi (Initial Parameters, Resources): Fix references to
4371 the Emacs manual.
4372
4373 2002-05-13 Kim F. Storm <storm@cua.dk>
4374
4375 * variables.texi (Intro to Buffer-Local): Updated warning and
4376 example relating to changing buffer inside let.
4377
4378 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4379
4380 * os.texi (Session Management): New node about X Session management.
4381
4382 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
4383
4384 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
4385 to which the manual corresponds, and the copyright years.
4386
4387 * Makefile.in (VERSION): Set to 2.9.
4388
4389 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
4390
4391 * elisp.texi: Change the category in @dircategory to "Emacs", to
4392 make it consistent with info/dir.
4393
4394 2001-11-25 Miles Bader <miles@gnu.org>
4395
4396 * text.texi (Fields): Describe new `limit' arg in
4397 field-beginning/field-end.
4398
4399 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
4400
4401 * permute-index: Don't depend on csh-specific features. Replace
4402 the interpreter name with /bin/sh.
4403
4404 * two-volume-cross-refs.txt: New file.
4405 * two.el: New file.
4406 * spellfile: New file.
4407
4408 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
4409
4410 * permute-index: New file.
4411
4412 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
4413 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
4414 8+3 restricted namespace.
4415
4416 * Makefile.in (infodir): Define relative to $(srcdir).
4417 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
4418 include directories list via -I switch to makeinfo.
4419 (index.texi): Use cp if both hard and symbolic links fail.
4420
4421 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
4422
4423 * Makefile.in (distclean): Add.
4424
4425 The following changes make ELisp manual part of the Emacs
4426 distribution:
4427
4428 * Makefile.in: Add Copyright notice.
4429 (prefix): Remove.
4430 (infodir): Change value to "../info".
4431 (VPATH): New variable.
4432 (MAKE): Don't define.
4433 (texmacrodir): Don't define.
4434 (texinputdir): Append the existing value of TEXINPUTS.
4435 ($(infodir)/elisp): Instead of just "elisp". Reformat the
4436 command to be compatible with man/Makefile.in, and to put the
4437 output into ../info.
4438 (info): Add target.
4439 (installall): Target removed.
4440
4441 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4442
4443 * tips.texi (Coding Conventions): Fix typo.
4444
4445 2001-10-23 Gerd Moellmann <gerd@gnu.org>
4446
4447 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
4448
4449 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4450
4451 * files.texi (File Name Components): Update the description of
4452 file-name-sans-extension and file-name-extension, as they now
4453 ignore leading dots.
4454
4455 2001-10-20 Gerd Moellmann <gerd@gnu.org>
4456
4457 * (Version 21.1 released.)
4458
4459 2001-10-19 Miles Bader <miles@gnu.org>
4460
4461 * positions.texi (Text Lines): Describe behavior of
4462 `beginning-of-line'/`end-of-line' in the presence of field properties.
4463
4464 2001-10-17 Gerd Moellmann <gerd@gnu.org>
4465
4466 * Makefile.in (VERSION): Set to 2.8.
4467 (manual): Use `manual-21'.
4468
4469 * elisp.texi (VERSION): Add and use it where the version
4470 number was used. Set it to 2.8.
4471
4472 * intro.texi: Likewise.
4473
4474 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4475
4476 * files.texi (File Name Completion): Document the significance of
4477 a trailing slash in elements of completion-ignored-extensions.
4478
4479 2001-10-06 Miles Bader <miles@gnu.org>
4480
4481 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
4482
4483 2001-10-04 Gerd Moellmann <gerd@gnu.org>
4484
4485 * variables.texi (Variable Aliases): New node.
4486
4487 2001-10-04 Gerd Moellmann <gerd@gnu.org>
4488
4489 * Branch for 21.1.
4490
4491 2001-10-02 Miles Bader <miles@gnu.org>
4492
4493 * minibuf.texi (Minibuffer Misc): Add entries for
4494 `minibuffer-contents', `minibuffer-contents-no-properties', and
4495 `delete-minibuffer-contents'.
4496 Correct description for `minibuffer-prompt-end'.
4497
4498 * text.texi (Property Search): Correct descriptions of
4499 `next-char-property-change' and `previous-char-property-change'.
4500 Add entries for `next-single-char-property-change' and
4501 `previous-single-char-property-change'.
4502 Make operand names a bit more consistent.
4503
4504 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
4505
4506 * frames.texi (Finding All Frames): Document that next-frame and
4507 previous-frame are local to current terminal.
4508
4509 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
4510
4511 * keymaps.texi (Creating Keymaps): Fix the description of the
4512 result of make-keymap.
4513
4514 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
4515
4516 * display.texi (Font Lookup, Attribute Functions)
4517 (Image Descriptors): Add cross-references to the definition of
4518 selected frame.
4519
4520 * buffers.texi (The Buffer List): Add cross-references to the
4521 definition of selected frame.
4522
4523 * frames.texi (Input Focus): Clarify which frame is _the_ selected
4524 frame at any given time.
4525 (Multiple Displays, Size and Position): Add a cross-reference to
4526 the definition of the selected frame.
4527
4528 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4529
4530 * strings.texi (String Conversion) <string-to-number>: Document
4531 that a float is returned for integers that are too large.
4532
4533 * frames.texi (Mouse Position): Document mouse-position-function.
4534 (Display Feature Testing): Document display-images-p.
4535 (Window Frame Parameters): Document the cursor-type variable.
4536
4537 * numbers.texi (Integer Basics): Document CL style read syntax for
4538 integers in bases other than 10.
4539
4540 * positions.texi (List Motion): Document
4541 open-paren-in-column-0-is-defun-start.
4542
4543 * lists.texi (Sets And Lists): Document member-ignore-case.
4544
4545 * internals.texi (Garbage Collection): Document the used and free
4546 strings report.
4547 (Memory Usage): Document strings-consed.
4548
4549 * os.texi (Time of Day): Document float-time.
4550 (Recording Input): Document that clear-this-command-keys clears
4551 the vector to be returned by recent-keys.
4552
4553 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
4554 argument keymap can be a list.
4555
4556 * nonascii.texi (User-Chosen Coding Systems)
4557 <select-safe-coding-system>: Document the new argument
4558 accept-default-p and the variable
4559 select-safe-coding-system-accept-default-p. Tell what happens if
4560 buffer-file-coding-system is undecided.
4561 (Default Coding Systems): Document auto-coding-regexp-alist.
4562
4563 * display.texi (The Echo Area) <message>: Document
4564 message-truncate-lines.
4565 (Glyphs): Document that the glyph table is unused on windowed
4566 displays.
4567
4568 * help.texi (Describing Characters) <single-key-description>:
4569 Document the new argument no-angles.
4570 (Accessing Documentation) <documentation-property>: Document that
4571 a non-string property is evaluated.
4572 <documentation>: Document that the function-documentation property
4573 is looked for.
4574
4575 * windows.texi (Selecting Windows): Document some-window.
4576
4577 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
4578
4579 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
4580 apropos-mode-hook.
4581
4582 * commands.texi (Using Interactive): Document interactive-form.
4583 (Keyboard Macros): Document kbd-macro-termination-hook.
4584 (Command Loop Info): Document that clear-this-command-keys clears
4585 the vector to be returned by recent-keys.
4586
4587 2001-09-04 Werner LEMBERG <wl@gnu.org>
4588
4589 * Makefile.in (srcdir, texinputdir): New variables.
4590 (srcs, index.texi, install): Use $(srcdir).
4591 (.PHONY): Remove elisp.dvi.
4592 (elisp): Use -I switch for makeinfo.
4593 (elisp.dvi): Use $(srcdir) and $(texinputdir).
4594 (installall, dist): Use $(srcdir).
4595 Fix path to texinfo.tex.
4596 (maintainer-clean): Add elisp.dvi and elisp.oaux.
4597
4598 2001-08-30 Gerd Moellmann <gerd@gnu.org>
4599
4600 * display.texi (Conditional Display): Adjust to API change.
4601
4602 * configure: New file.
4603
4604 2001-07-30 Gerd Moellmann <gerd@gnu.org>
4605
4606 * commands.texi (Repeat Events): Add description of
4607 double-click-fuzz.
4608
4609 2001-05-08 Stefan Monnier <monnier@cs.yale.edu>
4610
4611 * syntax.texi (Syntax Class Table): Add the missing designator for
4612 comment and string fences.
4613 (Syntax Properties): Add a xref to syntax table internals.
4614 (Syntax Table Internals): Document string-to-syntax.
4615
4616 2001-05-07 Gerd Moellmann <gerd@gnu.org>
4617
4618 * Makefile.in (install): Use install-info command line options
4619 like in Emacs' Makefile.in.
4620
4621 2000-12-09 Miles Bader <miles@gnu.org>
4622
4623 * windows.texi (Window Start): Update documentation for
4624 `pos-visible-in-window-p'.
4625
4626 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4627
4628 * lists.texi (Building Lists): Add footnote to explain how to add
4629 to the end of a list.
4630
4631 2000-10-25 Gerd Moellmann <gerd@gnu.org>
4632
4633 * files.texi (Visiting Functions): Typos.
4634
4635 2000-10-25 Kenichi Handa <handa@etl.go.jp>
4636
4637 * files.texi (Visiting Functions): Return value of
4638 find-file-noselect may be a list of buffers if wildcards are used.
4639
4640 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4641
4642 * display.texi (Defining Faces): Document `graphic' display type
4643 in face specs.
4644
4645 2000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4646
4647 * hooks.texi (Standard Hooks): Replace obsolete
4648 `after-make-frame-hook' with `after-make-frame-functions'.
4649
4650 * frames.texi (Creating Frames): Ditto.
4651
4652 * variables.texi (Future Local Variables): Ditto.
4653
4654 2000-10-16 Gerd Moellmann <gerd@gnu.org>
4655
4656 * display.texi (Other Image Types): Add description of :foreground
4657 and :background properties of mono PBM images.
4658
4659 2000-08-17 Werner LEMBERG <wl@gnu.org>
4660
4661 * .cvsignore: New file.
4662
4663 2000-01-05 Gerd Moellmann <gerd@gnu.org>
4664
4665 * tindex.pl: New script.
4666
4667 1999-12-03 Dave Love <fx@gnu.org>
4668
4669 * Makefile.in (MAKEINFO): New parameter.
4670
4671 1999-09-17 Richard Stallman <rms@gnu.org>
4672
4673 * Makefile.in (srcs): Add hash.texi.
4674 (VERSION): Update to 20.6.
4675
4676 1999-09-13 Richard Stallman <rms@gnu.org>
4677
4678 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
4679
4680 1998-08-29 Karl Heuer <kwzh@gnu.org>
4681
4682 * configure.in: New file.
4683 * Makefile.in: Renamed from Makefile.
4684 (prefix, infodir): Use value obtained from configure.
4685 (emacslibdir): Obsolete variable deleted.
4686 (dist): Distribute configure.in, configure, Makefile.in.
4687
4688 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
4689
4690 * Makefile (INSTALL_INFO): New variable.
4691 (install): Run install-info.
4692
4693 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
4694
4695 * Makefile (elisp.dvi): Add missing backslash.
4696
4697 1998-05-02 Richard Stallman <rms@psilocin.gnu.org>
4698
4699 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
4700 Run texindex without `./'. Always run texindex on elisp.tp.
4701 (elisp.tps): Target deleted.
4702
4703 1998-04-05 Richard Stallman <rms@psilocin.gnu.org>
4704
4705 * Makefile (srcs): Add nonascii.texi and customize.texi.
4706 (dist): Start by deleting `temp'.
4707
4708 1998-02-17 Richard Stallman <rms@psilocin.gnu.org>
4709
4710 * Makefile (makeinfo, texindex): Targets deleted.
4711 (makeinfo.o, texindex.o): Targets deleted.
4712 (clean, dist): Don't do anything with them or with getopt*.
4713
4714 1998-01-30 Richard Stallman <rms@psilocin.gnu.org>
4715
4716 * Makefile (SHELL): Defined.
4717
4718 1998-01-27 Richard Stallman <rms@psilocin.gnu.org>
4719
4720 * Makefile (elisp.tps): New target.
4721 (elisp.dvi): Depend on elisp.tps.
4722
4723 Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
4724
4725 * README: Update phone number.
4726
4727 * Makefile (elisp): Make this be the default target.
4728 Depend on makeinfo.c instead of makeinfo.
4729 (install): Don't depend on elisp.dvi, since we don't install that.
4730 Use mkinstalldirs.
4731 (dist): Add mkinstalldirs.
4732
4733 Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4734
4735 * Makefile (VERSION): Update version number.
4736 (maintainer-clean): Renamed from realclean.
4737
4738 Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
4739
4740 * Makefile (realclean): New target.
4741 (elisp): Remove any old elisp-* files first.
4742
4743 Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
4744
4745 * Makefile (VERSION): New variable.
4746 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
4747 Compressed file suffix should be `.gz', not `.z'.
4748
4749 Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4750
4751 * Makefile (elisp): Depend on makeinfo.
4752
4753 Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
4754
4755 * Makefile (srcs): Add anti.texi.
4756
4757 Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4758
4759 * Makefile (infodir, prefix): New vars.
4760 (install): Use infodir.
4761 (emacsinfodir): Deleted.
4762
4763 Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4764
4765 * Makefile (srcs): Add calendar.texi.
4766
4767 * Makefile (dist): Copy texindex.c and makeinfo.c.
4768 Limit elisp-* files to those with one or two digits.
4769
4770 Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4771
4772 * Makefile (dist): Changed to use Gzip instead of compress.
4773
4774 Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4775
4776 * loading.texi (Unloading): define-function changed back to
4777 defalias. It may not stay this way, but at least it's
4778 consistent with the known-good version of the code patch.
4779
4780 Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4781
4782 * modes.texi (Hooks): Document new optional arg of add-hook.
4783
4784 Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4785
4786 * variables.texi: Document nil initial value of buffer-local variables.
4787
4788 * tips.texi: Add new section on standard library headers.
4789
4790 Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4791
4792 * Makefile (srcs): Add frame.texi to the list of sources.
4793
4794 Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4795
4796 * Makefile (dist): Don't bother excluding autosave files; they'll
4797 never make it into the temp directory anyway, and the hash marks
4798 in the name are problematic for make and the Bourne shell.
4799 (srcs):
4800
4801 Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4802
4803 * Makefile (dist): Don't include backup files or autosave files in
4804 the distribution tar file.
4805
4806 Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4807
4808 * Makefile (srcs): Added index.perm.
4809 (elisp.dvi): Remove erroneous shell comment.
4810 Expect output of permute-index in permuted.fns.
4811 Save old elisp.aux in elisp.oaux.
4812 (clean): Added index.texi to be deleted.
4813
4814 Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4815
4816 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
4817
4818 Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
4819
4820 * files.texi: Noted that completion-ignored-extensions is ignored
4821 when making *Completions*.
4822
4823 Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
4824
4825 * Makefile make dist now depends on elisp.dvi, since it tries
4826 to include it in the dist file.
4827
4828 Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
4829
4830 * functions.texinfo (Mapping Functions): Add missing quote
4831
4832 Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
4833
4834 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
4835 (defunargs): Turn off \hyphenchar of \sl font temporarily.
4836
4837 Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
4838
4839 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
4840 and @error{} are the terms now being used. The files in the
4841 directory have been changed to reflect this.
4842
4843 * All instances of @indentedresultt{} have been changed to
4844 ` @result{}', using 5 spaces at the begining of the line.
4845
4846 Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
4847
4848 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
4849 experimental @indentedresult{}, @indentedexpandsto{} are part of
4850 the texinfo.tex in this directory. These TeX macros are not
4851 stable yet.
4852
4853 Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
4854
4855 * texinfo.tex: temporarily added
4856 \let\result=\dblarrow
4857 \def\error{{\it ERROR} \longdblarrow}
4858 We need to do this better soon.
4859
4860 Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
4861
4862 * Applied Karl Berry's patches to *.texinfo files, but not to
4863 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
4864 new title page format is also not applied, since it requires
4865 texinfo.tex changes.)
4866
4867 * Cleaned up `Makefile' and defined the `emacslibdir' directory
4868 for the Project GNU development environment.
4869
4870 ;; Local Variables:
4871 ;; coding: iso-2022-7bit
4872 ;; End:
4873
4874 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4875 2005, 2006 Free Software Foundation, Inc.
4876 Copying and distribution of this file, with or without modification,
4877 are permitted provided the copyright notice and this notice are preserved.
4878
4879 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda