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