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