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