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