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