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