* custom.el (defcustom, custom-handle-keyword): Add :package-version
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
6c230417
KS
12006-04-10 Kim F. Storm <storm@cua.dk>
2
3 * text.texi (Buffer Contents): Add NOPROPS arg to
4 filter-buffer-substring.
5
d82eac8f
EZ
62006-04-08 Kevin Ryde <user42@zip.com.au>
7
8 * os.texi (Command-Line Arguments): Update xref to emacs manual
9 "Command Arguments" -> "Emacs Invocation", per change there.
10
4f815b29
TTN
112006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
12
13 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
14 be on one line to help makeinfo not render two spaces after the dot.
15
122c3009
RS
162006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
17
18 * strings.texi (Predicates for Strings): Add string-or-null-p.
19
da68bc3d
KS
202006-03-28 Kim F. Storm <storm@cua.dk>
21
22 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
23 remarks about systems that don't support fractional seconds.
24
b223e22d
KB
252006-03-25 Karl Berry <karl@gnu.org>
26
27 * elisp.texi: use @copyright{} instead of (C), and do not indent
28 the year list.
29
b756c64c
NR
302006-03-21 Nick Roberts <nickrob@snap.net.nz>
31
32 * display.texi (Fringe Indicators): Fix typos.
33
fe3dca59
LT
342006-03-19 Luc Teirlinck <teirllm@auburn.edu>
35
c287ad03 36 * tips.texi (Documentation Tips): One can now also write `program'
fe3dca59
LT
37 in front of a quoted symbol in a docstring to prevent making a
38 hyperlink.
39
e91d4202
AM
402006-03-19 Alan Mackenzie <acm@muc.de>
41
42 * text.texi (Special Properties): Clarify the definition of
43 'fontified.
44
e8a5f60b
RS
452006-03-16 Richard Stallman <rms@gnu.org>
46
47 * display.texi (Defining Images): Minor cleanup.
48
486daaa5
BW
492006-03-16 Bill Wohler <wohler@newt.com>
50
51 * display.texi (Defining Images): In image-load-path-for-library,
52 prefer user's images.
53
4ffc92c2
SM
542006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
57
874a6ef8
BW
582006-03-15 Bill Wohler <wohler@newt.com>
59
60 * display.texi (Defining Images): Fix example in
61 image-load-path-for-library by not recommending that one binds
62 image-load-path. Just defvar it to placate compiler and only use
63 it if previously defined.
64
70949f30
BW
652006-03-14 Bill Wohler <wohler@newt.com>
66
67 * display.texi (Defining Images): In image-load-path-for-library,
68 always return list of directories. Update example.
69
c852c516
AM
702006-03-14 Alan Mackenzie <acm@muc.de>
71
72 * modes.texi: New node, "Region to Fontify" (for Font Lock).
73 This describes font-lock-extend-region-function.
4ffc92c2 74 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
c852c516
AM
75 the new node "Region to Fontify".
76
7cd3712b
RS
772006-03-13 Richard Stallman <rms@gnu.org>
78
79 * display.texi (Invisible Text): The impossible position is
80 now before the invisible text, not after.
81 (Defining Images): Clean up last change.
82
2c676341
BW
832006-03-11 Bill Wohler <wohler@newt.com>
84
85 * display.texi (Defining Images): Add image-load-path-for-library.
86
6f49b4c5
LT
872006-03-11 Luc Teirlinck <teirllm@auburn.edu>
88
2d14c9bf
LT
89 * text.texi (Adaptive Fill): Fix Texinfo usage.
90
91 * strings.texi (Creating Strings): Fix Texinfo usage.
92
6f49b4c5
LT
93 * searching.texi (Regexp Special): Use @samp for regular
94 expressions that are not in Lisp syntax.
95
fc1d3386
LT
962006-03-08 Luc Teirlinck <teirllm@auburn.edu>
97
98 * searching.texi (Regexp Special): Put remark between parentheses
99 to avoid misreading.
100
7b2c2ca9
LT
1012006-03-07 Luc Teirlinck <teirllm@auburn.edu>
102
103 * searching.texi (Syntax of Regexps): More accurately describe
104 which characters are special in which situations.
105 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
106 are not special. Describe in detail when `[' and `]' are special.
107 (Regexp Backslash): Plenty of regexps with unbalanced square
108 brackets are valid, so reword that statement.
109
f79bc642
KS
1102006-03-02 Kim F. Storm <storm@cua.dk>
111
112 * keymaps.texi (Tool Bar): Add tool-bar-border.
113
1d9a5237
LT
1142006-02-28 Luc Teirlinck <teirllm@auburn.edu>
115
a86b01fa 116 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 117
2534ef94
LT
1182006-02-27 Luc Teirlinck <teirllm@auburn.edu>
119
120 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
121
122 * files.texi (Locating Files): Suggest additional values for the
123 SUFFIXES arg of `locate-file'. Update pxref.
124
125 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
126 (How Programs Do Loading): Discuss the effects of Auto Compression
127 mode on `load'.
128 (Load Suffixes): New node.
394e96d5 129 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
130 moved to "Load Suffixes".
131 (Autoload, Named Features): Mention `load-suffixes'.
132
dd9959da 1332006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
134
135 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
136
137 * windows.texi (Window Tree): Fix typo.
138
49af2995
KS
1392006-02-20 Kim F. Storm <storm@cua.dk>
140
141 * display.texi (Fringe Indicators): New section.
142 Move indicate-empty-lines, indicate-buffer-boundaries, and
143 default-indicate-buffer-boundaries here.
144 Add fringe-indicator-alist and default-fringes-indicator-alist.
145 Add list of logical fringe indicator symbols.
146 Update list of standard bitmap names.
147 (Fringe Cursors): New section.
148 Move overflow-newline-into-fringe here.
149 Add fringe-cursor-alist and default-fringes-cursor-alist.
150 Add list of fringe cursor symbols.
151
58f71009
JB
1522006-02-20 Juanma Barranquero <lekktu@gmail.com>
153
154 * commands.texi (Using Interactive): Fix reference to node
155 "Minibuffers".
156
5498b6af
RS
1572006-02-19 Richard M. Stallman <rms@gnu.org>
158
159 * minibuf.texi (High-Level Completion):
160 Add xref to read-input-method-name.
161
162 * files.texi (Relative File Names): Move file-relative-name here.
163 (File Name Expansion): From here. Minor clarifications.
164
165 * commands.texi (Using Interactive): Add xrefs about reading input.
166 Clarify remarks about that moving point and mark.
167 Put string case before list case.
168
43ce897a 1692006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68 170
4ffc92c2
SM
171 * display.texi (Other Display Specs, Image Descriptors):
172 Revert erroneous changes. The previous description of
173 image-descriptors as `(image . PROPS)' was correct.
b6498a68 174
1324d26e
RS
1752006-02-14 Richard M. Stallman <rms@gnu.org>
176
177 * variables.texi (File Local Variables): Clarifications.
178
0da93350
JB
1792006-02-14 Juanma Barranquero <lekktu@gmail.com>
180
181 * variables.texi (File Local Variables): Use @code for a cons
182 cell, not @var.
183
51a39bab
CY
1842006-02-13 Chong Yidong <cyd@stupidchicken.com>
185
186 * variables.texi (File Local Variables): Document new file local
187 variable behavior.
188
d342156c
KS
1892006-02-10 Kim F. Storm <storm@cua.dk>
190
191 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
192
8392fe4a
JB
1932006-02-08 Juanma Barranquero <lekktu@gmail.com>
194
195 * modes.texi (%-Constructs): Remove obsolete info about
196 `global-mode-string'.
197
cd6cd82a
RS
1982006-02-07 Richard M. Stallman <rms@gnu.org>
199
d78dc2d8
RS
200 * commands.texi (Prefix Command Arguments): Minor cleanup.
201
202 * display.texi: "Graphical display", not window system.
203
cd6cd82a
RS
204 * functions.texi (What Is a Function): Fix xref.
205
206 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
207 (Changing Key Bindings): Clarify when remapping is better than
208 substitute-key-definition.
209
2102006-02-02 Richard M. Stallman <rms@gnu.org>
211
212 * minibuf.texi (Basic Completion): Completion alists are risky.
213
214 * keymaps.texi (Active Keymaps): Clarifications.
215 (Searching Keymaps): New node.
216 (Keymaps): Update menu.
217
218 * frames.texi (Layout Parameters): Minor clarification.
219 (Drag and Drop): New node.
220 (Frames): Update menu.
221
cf052abc
CY
2222006-01-29 Chong Yidong <cyd@stupidchicken.com>
223
4ffc92c2
SM
224 * display.texi (Other Display Specs, Image Descriptors):
225 Image description is a list, not a cons cell.
cf052abc 226
1f2907ee
LT
2272006-01-28 Luc Teirlinck <teirllm@auburn.edu>
228
229 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
230 list is not necessarily a list).
231
a849f77d
EZ
2322006-01-27 Eli Zaretskii <eliz@gnu.org>
233
234 * frames.texi (Layout Parameters): border-width and
235 internal-border-width belong to the frame, not the window.
236
d322eb9b
RS
2372006-01-19 Richard M. Stallman <rms@gnu.org>
238
239 * nonascii.texi (Translation of Characters): Search cmds use
240 translation-table-for-input. Automatically made local.
241
242 * markers.texi (Overview of Markers): Count insertion type
243 as one of a marker's attributes.
244
cd6cd82a
RS
245 * keymaps.texi (Controlling Active Maps): New node, split out of
246 Active Keymaps.
247 (Keymaps): Menu updated.
248 (Active Keymaps): Give pseudocode to explain how the active
249 maps are searched. current-active-maps and key-binding moved here.
250 (Functions for Key Lookup): current-active-maps and key-binding moved.
251 Clarifications.
252 (Searching the Keymaps): New subnode.
253
d322eb9b
RS
254 * elisp.texi (Top): Menu clarification.
255
256 * display.texi (Other Display Specs): Delete duplicate entry for
257 just a string as display spec. Move text about recursive display
258 specs on such a string.
259
260 * commands.texi (Key Sequence Input): Clarify.
261 Move num-nonmacro-input-events out.
262 (Reading One Event): num-nonmacro-input-events moved here.
263
2ac77b5a
NR
2642006-01-14 Nick Roberts <nickrob@snap.net.nz>
265
266 * advice.texi (Simple Advice): Update example to fit argument
267 change in previous-line.
268
a203a18c
RS
2692006-01-05 Richard M. Stallman <rms@gnu.org>
270
271 * markers.texi (The Mark): Fix in `mark'.
272
d9043ddf
RS
2732006-01-04 Richard M. Stallman <rms@gnu.org>
274
275 * processes.texi (Misc Network, Make Network): Minor cleanups.
276
8a5db8ae
KS
2772006-01-04 Kim F. Storm <storm@cua.dk>
278
279 * processes.texi (Make Network): Add IPv6 addresses and handling.
280 (Network Feature Testing): Mention (:family ipv6).
281 (Misc Network): Add IPv6 formats to format-network-address.
282
19bb7940
RS
2832005-12-30 Richard M. Stallman <rms@gnu.org>
284
285 * text.texi (Changing Properties):
286 Don't use return value of set-text-properties.
287
b9cb50d9
LT
2882005-12-29 Luc Teirlinck <teirllm@auburn.edu>
289
290 * modes.texi (Mode Line Format): Correct typo in menu.
291
94a867a6
RS
2922005-12-29 Richard M. Stallman <rms@gnu.org>
293
294 * modes.texi (Mode Line Top): New node.
295 (Mode Line Data): Some text moved to new node.
296 Explain the data structure more concretely.
297 (Mode Line Basics): Clarifications.
298 (Mode Line Variables): Clarify intro paragraph.
299 (%-Constructs): Clarify intro paragraph.
300 (Mode Line Format): Update menu.
301
ba455131
LT
3022005-12-28 Luc Teirlinck <teirllm@auburn.edu>
303
304 * minibuf.texi (Basic Completion): Update lazy-completion-table
305 examples for removal of ARGS argument.
306
2b6abe1e
RS
3072005-12-23 Richard M. Stallman <rms@gnu.org>
308
309 * text.texi (Undo): Restore some explanation from the version
310 that was deleted.
311
2d7409f2
EZ
3122005-12-23 Eli Zaretskii <eliz@gnu.org>
313
314 * text.texi (Undo): Remove dupliate descriptions of `apply
315 funname' and `apply delta' elements of the undo list.
316
2e23b82e
RS
3172005-12-20 Richard M. Stallman <rms@gnu.org>
318
319 * help.texi (Help Functions): Update documentation of `apropos'.
320
a31687ce
LT
3212005-12-20 Luc Teirlinck <teirllm@auburn.edu>
322
323 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
324 because it is confusing. If the :help-echo keyword is a function,
325 it is not directly used as the :help-echo overlay property, as the
326 xref seems to suggest (it does not take the appropriate args).
327
0e83c4e9
LT
3282005-12-19 Luc Teirlinck <teirllm@auburn.edu>
329
330 * customize.texi (Common Keywords): Fix Texinfo usage.
331 (Group Definitions, Variable Definitions): Update for new
332 conventions for using `*' in docstrings.
77df907a
LT
333
334 * tips.texi (Documentation Tips): Update for new conventions for
335 using `*' in docstrings.
336
69487a1f
RS
3372005-12-16 Richard M. Stallman <rms@gnu.org>
338
339 * minibuf.texi (Minibuffer Contents): Minor cleanup.
340
2a502a32
JL
3412005-12-16 Juri Linkov <juri@jurta.org>
342
343 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
344
b158c851
RF
3452005-12-14 Romain Francoise <romain@orebokech.com>
346
347 * modes.texi (Customizing Keywords): Rename `append' to `how'.
348 Fix typo.
349
d7d1f75e
JL
3502005-12-11 Juri Linkov <juri@jurta.org>
351
352 * minibuf.texi (Completion Commands): Add mention of read-file-name
353 for filename completion keymaps.
354 (Reading File Names): Add mention of filename completion keymaps
355 for read-file-name and xref to `Completion Commands'.
356
4b1c16c2
RS
3572005-12-10 Richard M. Stallman <rms@gnu.org>
358
359 * customize.texi (Common Keywords): State caveats for use of :tag.
360
1d49d5d9
RS
3612005-12-08 Richard M. Stallman <rms@gnu.org>
362
2663a204
RS
363 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
364 with xrefs and better explanation.
365 (Completion Commands): Add the filename completion maps.
366
1d49d5d9
RS
367 * objects.texi (Character Type): Clarify that \s is not space
368 if a dash follows.
369
fa0d4d0c
RS
3702005-12-05 Richard M. Stallman <rms@gnu.org>
371
372 * windows.texi (Resizing Windows): Delete preserve-before args.
373
d64b177a
SM
3742005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
375
376 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
377 in full keymaps, since the quirk has been fixed.
378
79019cc9
EZ
3792005-12-03 Eli Zaretskii <eliz@gnu.org>
380
381 * hooks.texi (Standard Hooks): Add index entries. Mention
382 `compilation-finish-functions'.
383
161ef3be
RS
3842005-11-27 Richard M. Stallman <rms@gnu.org>
385
386 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
387
17c1971a
JL
3882005-11-21 Juri Linkov <juri@jurta.org>
389
390 * customize.texi (Common Keywords): Update links types
391 custom-manual and url-link. Add link types emacs-library-link,
392 file-link, function-link, variable-link, custom-group-link.
393
5890344b
CY
3942005-11-20 Chong Yidong <cyd@stupidchicken.com>
395
396 * display.texi: Revert 2005-11-20 change.
397
cbce0752
TTN
3982005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
399
400 * processes.texi (Bindat Functions):
401 Say "third" to refer to zero-based index "2".
402
ff04c885
LT
4032005-11-18 Luc Teirlinck <teirllm@auburn.edu>
404
405 * loading.texi (Library Search): Update the default value of
406 `load-suffixes'.
407
ce8d4e00
CY
4082005-11-17 Chong Yidong <cyd@stupidchicken.com>
409
410 * display.texi (Attribute Functions): Mention :ignore-defface.
411
cbad4a9e
SM
4122005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
413
414 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 415 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 416
fda12b27
RS
4172005-11-06 Richard M. Stallman <rms@gnu.org>
418
419 * files.texi (Magic File Names): find-file-name-handler checks the
420 `operations' property of the handler.
421
e082564e
RS
4222005-11-03 Richard M. Stallman <rms@gnu.org>
423
424 * variables.texi (Frame-Local Variables): Small clarification.
425
f0cdd9e4
CY
4262005-10-29 Chong Yidong <cyd@stupidchicken.com>
427
428 * os.texi (Init File): Document ~/.emacs.d/init.el.
429
685abb98
RS
4302005-10-29 Richard M. Stallman <rms@gnu.org>
431
432 * internals.texi (Garbage Collection): Document memory-full.
433
7000848e
BW
4342005-10-28 Bill Wohler <wohler@newt.com>
435
436 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
437 for URLs.
438
107fb6c9
RS
4392005-10-28 Richard M. Stallman <rms@gnu.org>
440
441 * minibuf.texi (Completion Commands): Clean up prev change.
442
4432005-10-26 Kevin Ryde <user42@zip.com.au>
444
445 * compile.texi (Eval During Compile): Explain recommended uses
446 of eval-when-compile and eval-and-compile.
447
1d8e69a2
MY
4482005-10-27 Masatake YAMATO <jet@gyve.org>
449
cbad4a9e 450 * minibuf.texi (Completion Commands):
1d8e69a2 451 Write about new optional argument for `display-completion-list'.
cbad4a9e 452
6a897887
RS
4532005-10-23 Richard M. Stallman <rms@gnu.org>
454
455 * display.texi (Overlay Arrow): Clarify about local bindings of
456 overlay-arrow-position.
457
6d1e17be
EZ
4582005-10-22 Eli Zaretskii <eliz@gnu.org>
459
460 * internals.texi (Building Emacs): Fix last change.
461
db5fe0a6
RS
4622005-10-22 Richard M. Stallman <rms@gnu.org>
463
464 * internals.texi (Building Emacs): Document eval-at-startup.
465
45158e77
RS
4662005-10-21 Richard M. Stallman <rms@gnu.org>
467
468 * loading.texi (Where Defined): load-history contains abs file names.
469 symbol-file returns abs file names.
470
e50165ec
KS
4712005-10-19 Kim F. Storm <storm@cua.dk>
472
473 * display.texi (Showing Images): Add max-image-size integer value.
474
63ab30d0
CY
4752005-10-18 Chong Yidong <cyd@stupidchicken.com>
476
477 * display.texi (Showing Images): Document max-image-size.
478
f8252852
RS
4792005-10-17 Richard M. Stallman <rms@gnu.org>
480
481 * commands.texi (Quitting): Minor clarification.
482
483 * processes.texi (Sentinels): Clarify about output and quitting.
484 (Filter Functions): Mention with-local-quit.
485
c1bed3aa
JL
4862005-10-17 Juri Linkov <juri@jurta.org>
487
488 * buffers.texi (Current Buffer):
489 * commands.texi (Event Input Misc):
490 * compile.texi (Eval During Compile, Compiler Errors):
491 * customize.texi (Group Definitions):
492 * display.texi (Progress, Defining Faces):
493 * files.texi (Writing to Files):
494 * modes.texi (Mode Hooks, Defining Minor Modes):
495 * streams.texi (Output Functions):
496 * syntax.texi (Syntax Table Functions):
497 * text.texi (Change Hooks):
498 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
499
500 * commands.texi (Quitting): Replace arg `forms' with `body' in
501 `with-local-quit'.
502
503 * positions.texi (Excursions): Replace arg `forms' with `body' in
504 `save-excursion'.
505
ef1b4c9e
KS
5062005-10-08 Kim F. Storm <storm@cua.dk>
507
508 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
509 Rename manual section accordingly.
510
abc8ce50
KS
5112005-10-04 Kim F. Storm <storm@cua.dk>
512
513 * windows.texi (Window Split Tree): New section describing
514 new function window-split-tree function.
515
a1f5a1f0
NR
5162005-10-03 Nick Roberts <nickrob@snap.net.nz>
517
518 * display.texi (Fringe Size/Pos): Simplify and add detail.
519
97c3e4cc
RF
5202005-09-30 Romain Francoise <romain@orebokech.com>
521
522 * minibuf.texi (High-Level Completion): Explain that the prompt
523 given to `read-buffer' should end with a colon and a space.
524 Update usage examples.
525
8ad8c5ce
JL
5262005-09-29 Juri Linkov <juri@jurta.org>
527
528 * display.texi (Displaying Messages): Rename argument name
529 `string' to `format-string' in functions `message', `message-box',
530 `message-or-box'.
531
63182706
CY
5322005-09-26 Chong Yidong <cyd@stupidchicken.com>
533
534 * errors.texi (Standard Errors): Corrected xrefs.
535
906320ec
CY
5362005-09-18 Chong Yidong <cyd@stupidchicken.com>
537
538 * display.texi (Defining Images): Updated documentation for
539 `image-load-path'.
540
8ccd3630
RS
5412005-09-17 Richard M. Stallman <rms@gnu.org>
542
543 * display.texi (Defining Images): Clean up previous change.
544
7260457b
RF
5452005-09-16 Romain Francoise <romain@orebokech.com>
546
547 * elisp.texi: Specify GFDL version 1.2.
548
549 * doclicense.texi (GNU Free Documentation License): Update to
550 version 1.2.
551
5b51c037
CY
5522005-09-15 Chong Yidong <cyd@stupidchicken.com>
553
554 * display.texi (Defining Images): Document `image-load-path'.
555
5c4757d3
RS
5562005-09-15 Richard M. Stallman <rms@gnu.org>
557
558 * objects.texi (Printed Representation): Minor cleanup.
559 (Box Diagrams): Minor fix.
560 (Cons Cell Type): Move (...) index item here.
561 (Box Diagrams): From here.
562 (Array Type): Minor fix.
563 (Type Predicates): Delete index "predicates".
564 (Hash Table Type): Clarify xref.
565 (Dotted Pair Notation): Minor fix.
566
2bb8b80c
CY
5672005-09-10 Chong Yidong <cyd@stupidchicken.com>
568
569 * files.texi (Saving Buffers): Fix typo.
570
47b8bc5d
RS
5712005-09-08 Richard M. Stallman <rms@gnu.org>
572
573 * tips.texi (Programming Tips): Correct the "default" prompt spec.
574
475aab0d
CY
5752005-09-08 Chong Yidong <cyd@stupidchicken.com>
576
577 * locals.texi (Standard Buffer-Local Variables): Don't include
578 mode variables for minor modes.
579 Fix xrefs for buffer-display-count, buffer-display-table,
580 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
581 enable-multibyte-characters, fill-column, header-line-format,
582 left-fringe-width, left-margin, and right-fringe-width.
583
584 * hooks.texi (Standard Hooks): All hooks should conform to the
585 standard naming convention now.
586 Fix xref for `echo-area-clear-hook'.
587
588 * display.texi (Usual Display): Note that indicate-empty-lines and
589 tab-width are buffer-local.
590
591 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
592
593 * modes.texi (Mode Help): Note that major-mode is buffer-local.
594
595 * nonascii.texi (Encoding and I/O): Note that
596 buffer-file-coding-system is buffer-local.
597
598 * positions.texi (List Motion): Note that defun-prompt-regexp is
599 buffer-local.
600
601 * text.texi (Auto Filling): Note that auto-fill-function is
602 buffer-local.
603 (Undo): Note that buffer-undo-list is buffer-local.
604
605 * windows.texi (Buffers and Windows): Document
606 buffer-display-count.
607
2a6bc1f7
RS
6082005-09-06 Richard M. Stallman <rms@gnu.org>
609
610 * tips.texi (Coding Conventions): Sometimes it is ok to put the
611 package prefix elsewhere than at the start of the name.
612
d7ea8b71
RS
6132005-09-03 Richard M. Stallman <rms@gnu.org>
614
615 * tips.texi (Programming Tips): Add conventions for minibuffer
616 questions and prompts.
617
0c6087a6
RS
6182005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
619
620 * intro.texi (nil and t): Minor cleanup.
621 Delete spurious mention of keyword symbols.
622 (Evaluation Notation): Add index entry.
623 (A Sample Function Description): Minor cleanup.
624 (A Sample Variable Description): Not all vars can be set.
625
4b5fa40e
TTN
6262005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
627
628 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
629
630 (Insertion): Document precise type of `insert-char' arg COUNT.
631
34b50776
SM
6322005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
633
634 * modes.texi (Other Font Lock Variables): Sync the default of
635 font-lock-lines-before.
636
c1105d05
MA
6372005-08-31 Michael Albinus <michael.albinus@gmx.de>
638
639 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
640
62929713
RS
6412005-08-29 Richard M. Stallman <rms@gnu.org>
642
643 * elisp.texi (Top): Update subnode menu.
644
645 * searching.texi (Searching and Matching): Move node.
646 Rearrange contents and add overall explanation.
647 (Searching and Case): Move node.
648 (Searching and Matching): Update menu.
649
0fb57cc0
EZ
6502005-08-27 Eli Zaretskii <eliz@gnu.org>
651
652 * os.texi (Startup Summary): Fix the description of the initial
653 startup message display.
654
3e80c4c1
RS
6552005-08-25 Richard M. Stallman <rms@gnu.org>
656
657 * searching.texi (Search and Replace): Add replace-regexp-in-string.
658
6592005-08-25 Emilio C. Lopes <eclig@gmx.net>
660
661 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
662 `next-overlay-change' example.
c1105d05 663
79a8defb
JL
6642005-08-22 Juri Linkov <juri@jurta.org>
665
666 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
667 Fix invert-face. Fix args of face-background.
668
16691d29
JL
669 * display.texi (Standard Faces): Delete node.
670 (Faces): Add xref to `(emacs)Standard Faces'.
671 (Displaying Faces): Fix xref to `Standard Faces'.
672
673 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
674
217b694f
EZ
6752005-08-20 Alan Mackenzie <acm@muc.de>
676
677 * buffers.texi (The Buffer List): Clarify the manipulation of the
678 buffer list.
679
0bf14bfd
RS
6802005-08-14 Richard M. Stallman <rms@gnu.org>
681
7ad1498e
AS
682 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
683 a regexp.
0bf14bfd 684
c118d09e
RS
6852005-08-11 Richard M. Stallman <rms@gnu.org>
686
59cb8c23
RS
687 * elisp.texi (Top): Update subnode lists.
688
689 * display.texi (Inverse Video): Node deleted.
690
c118d09e
RS
691 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
692 New nodes split out of Coding Conventions.
693
694 * searching.texi (Regular Expressions): Document re-builder.
695
696 * os.texi (Time Parsing): New node split out of Time Conversion.
697
698 * processes.texi (Misc Network, Network Feature Testing)
699 (Network Options, Make Network): New nodes split out of
700 Low-Level Network.
701
67ec7f41
RS
7022005-08-09 Richard M. Stallman <rms@gnu.org>
703
76d47f0d
RS
704 * frames.texi (Geometry): New node, split from Size and Position.
705 (Frame Parameters): Refer to Geometry.
706
67ec7f41 707 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 708
67ec7f41
RS
709 * windows.texi (Splitting Windows): Fix xref.
710
711 * frames.texi (Layout Parameters): Add xref.
712
713 * display.texi (Line Height, Scroll Bars): Fix xrefs.
714
715 * keymaps.texi (Menu Bar): Fix xref.
716
717 * locals.texi (Standard Buffer-Local Variables): Fix xref.
718
719 * modes.texi (%-Constructs): Fix xref.
720
721 * frames.texi (Window Frame Parameters): Node split up.
722 (Basic Parameters, Position Parameters, Size Parameters)
723 (Layout Parameters, Buffer Parameters, Management Parameters)
724 (Cursor Parameters, Color Parameters): New subnodes.
725
adb5e445
LT
7262005-08-09 Luc Teirlinck <teirllm@auburn.edu>
727
728 * positions.texi (Screen Lines): Update xref for previous change
729 in minibuf.texi.
730
731 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
732 change in minibuf.texi.
733
61298e17
RS
7342005-08-09 Richard M. Stallman <rms@gnu.org>
735
736 * tips.texi (Coding Conventions): Minor cleanup.
737
738 * modes.texi (Defining Minor Modes): Explain when init-value
739 can be non-nil.
740
741 * elisp.texi (Top): Update submenu for Minibuffer.
742
743 * minibuf.texi (Minibuffer Misc): Node split up.
744 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
745 (Recursive Mini): New nodes split out from Minibuffer Misc.
746 (Minibuffer Misc): Document max-mini-window-height.
747
748 * hash.texi (Defining Hash): Delete stray paren in example.
749
750 * display.texi (Echo Area Customization): Don't define
751 max-mini-window-height here; xref instead.
752
753 * commands.texi (Event Input Misc): Update while-no-input.
754
755 * advice.texi (Advising Functions): Explain when to use advice
756 and when to use a hook.
757
43e124e6
EZ
7582005-07-30 Eli Zaretskii <eliz@gnu.org>
759
760 * makefile.w32-in (info): Don't run install-info.
761 ($(infodir)/dir): New target, produced by running install-info.
762
653aea22
LT
7632005-07-27 Luc Teirlinck <teirllm@auburn.edu>
764
765 * modes.texi (Defining Minor Modes): The keyword for the initial
766 value is :init-value, not :initial-value.
767
ba6ebbd5
EZ
7682005-07-23 Eli Zaretskii <eliz@gnu.org>
769
770 * loading.texi (Autoload): Make the `doctor' example be consistent
771 with what's in current loaddefs.el. Describe the "fn" magic in
772 the usage portion of the doc string.
773
6696f2a4
RS
7742005-07-22 Richard M. Stallman <rms@gnu.org>
775
776 * internals.texi (Garbage Collection): Clarify previous change.
777
0c17e67c
SM
7782005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
779
780 * internals.texi (Garbage Collection): Add gc-cons-percentage.
781
426179e1
JL
7822005-07-18 Juri Linkov <juri@jurta.org>
783
784 * commands.texi (Accessing Events):
785 * frames.texi (Text Terminal Colors, Resources):
786 * markers.texi (The Mark):
787 * modes.texi (Defining Minor Modes):
788 Delete duplicate duplicate words.
789
9b0c2c56
RS
7902005-07-16 Richard M. Stallman <rms@gnu.org>
791
792 * display.texi (Managing Overlays): Clarify make-overlay
793 args for insertion types.
794
fd90b80c
LT
7952005-07-13 Luc Teirlinck <teirllm@auburn.edu>
796
0c17e67c
SM
797 * customize.texi (Variable Definitions):
798 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
799 `standard-value' is a list too.
800 (Defining New Types): Use @key{RET} instead of @key{ret}.
801
37aa90e5
TTN
8022005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
803
804 * os.texi (Translating Input): Fix typo.
805
917e0c95
RS
8062005-07-08 Richard M. Stallman <rms@gnu.org>
807
808 * README: Update edition number and size estimate.
809
810 * elisp.texi (VERSION): Set to 2.9.
811
7d90e71d
RS
8122005-07-07 Richard M. Stallman <rms@gnu.org>
813
c330dafe
RS
814 * book-spine.texinfo: Update Emacs version.
815
7d90e71d
RS
816 * display.texi (Inverse Video): Delete mode-line-inverse-video.
817
dc2204be
RS
8182005-07-06 Richard M. Stallman <rms@gnu.org>
819
820 * searching.texi (Regexp Search): Clarify what re-search-forward
821 does when the search fails.
822
a0ec7a4a
LK
8232005-07-05 Lute Kamstra <lute@gnu.org>
824
dc2204be 825 * Update FSF's address in GPL notices.
a0ec7a4a
LK
826
827 * doclicense.texi (GNU Free Documentation License):
828 * gpl.texi (GPL):
829 * tips.texi (Coding Conventions, Library Headers):
830 * vol1.texi:
831 * vol2.texi: Update FSF's address.
832
4af33176
RS
8332005-07-04 Richard M. Stallman <rms@gnu.org>
834
835 * hooks.texi (Standard Hooks): Add occur-hook.
836
b3ab615b
LT
8372005-07-03 Luc Teirlinck <teirllm@auburn.edu>
838
839 * display.texi (The Echo Area): Correct menu.
840
3d393029
RS
8412005-07-03 Richard M. Stallman <rms@gnu.org>
842
7fe48b75
RS
843 * elisp.texi (Top): Update subnode menu for Display.
844
845 * display.texi (Displaying Messages): New node, with most
846 of what was in The Echo Area.
847 (Progress): Moved under The Echo Area.
848 (Logging Messages): New node with new text.
849 (Echo Area Customization): New node, the rest of what was
850 in The Echo Area. Document message-truncate-lines with @defvar.
851 (Display): Update menu.
852
3d393029
RS
853 * windows.texi (Textual Scrolling): Doc 3 values for
854 scroll-preserve-screen-position.
855
856 * text.texi (Special Properties): Change hook functions
857 should bind inhibit-modification-hooks around altering buffer text.
858
859 * keymaps.texi (Key Binding Commands): Call binding BINDING
860 rather than DEFINITION.
861
b26860ad
JB
8622005-06-29 Juanma Barranquero <lekktu@gmail.com>
863
864 * variables.texi (Defining Variables): `user-variable-p' returns t
865 for aliases of user options, nil for alias loops.
866
025691ed
RS
8672005-06-28 Richard M. Stallman <rms@gnu.org>
868
869 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
870 make-keymap.
871
b61bfa4d
LT
8722005-06-27 Luc Teirlinck <teirllm@auburn.edu>
873
874 * variables.texi (Setting Variables): Correct and clarify
875 description of `add-to-ordered-list'.
876
24ee714d
RS
8772005-06-26 Richard M. Stallman <rms@gnu.org>
878
879 * display.texi (Faces): Minor cleanup.
880
33b79ce4
LT
8812005-06-25 Luc Teirlinck <teirllm@auburn.edu>
882
883 * display.texi (Faces): `facep' returns t for strings that are
884 face names.
885
df13531d
RS
8862005-06-25 Richard M. Stallman <rms@gnu.org>
887
888 * objects.texi (Equality Predicates): Clarify meaning of equal.
889
890 * windows.texi (Selecting Windows): save-selected-window
891 and with-selected-window save and restore the current buffer.
892
cf444441
RS
8932005-06-24 Richard M. Stallman <rms@gnu.org>
894
895 * numbers.texi (Float Basics): Explain how to test for NaN,
896 and printing the sign of NaNs.
897
6cdd056d
EZ
8982005-06-24 Eli Zaretskii <eliz@gnu.org>
899
900 * makefile.w32-in (MAKEINFO): Use --force.
901
b93e3c3b
RS
9022005-06-23 Richard M. Stallman <rms@gnu.org>
903
904 * display.texi (Face Functions): Correct Texinfo usage.
905
6fb276bd
LT
9062005-06-23 Luc Teirlinck <teirllm@auburn.edu>
907
908 * lists.texi (Rings): `ring-elements' now returns the elements of
909 RING in order.
910
1d1c7e75
JB
9112005-06-23 Juanma Barranquero <lekktu@gmail.com>
912
913 * markers.texi (The Mark): Texinfo usage fix.
914
9d12e52b
KS
9152005-06-23 Kim F. Storm <storm@cua.dk>
916
917 * searching.texi (Entire Match Data): Remove evaporate option for
918 match-data. Do not mention evaporate option for set-match-data.
919
6d44324c
GM
9202005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
921
922 * display.texi (Face Functions): Mention face aliases.
923
80df27a7
RS
9242005-06-21 Richard M. Stallman <rms@gnu.org>
925
926 * anti.texi (Antinews): Texinfo usage fix.
927
e121563b
KB
9282005-06-21 Karl Berry <karl@gnu.org>
929
9d7d543c
KB
930 * elisp.texi: Use @copying.
931
e121563b
KB
932 * elisp.texi: Put @summarycontents and @contents before the Top
933 node, instead of the end of the file, so that the contents appear
934 in the right place in the dvi/pdf output.
935
36a3b076
JL
9362005-06-21 Juri Linkov <juri@jurta.org>
937
938 * display.texi (Defining Faces): Add `customized-face'.
939
5c796e80
KS
9402005-06-20 Kim F. Storm <storm@cua.dk>
941
b7d1f38f
KS
942 * variables.texi (Setting Variables): Any type of element can be
943 given order in add-to-ordered-list. Compare elements with eq.
944
5c796e80
KS
945 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
946
fb056bef
KB
9472005-06-20 Karl Berry <karl@gnu.org>
948
949 * syntax.texi (Syntax Flags): Make last column very slightly wider
950 to avoid "generic comment" breaking on two lines and causing an
951 underfull box.
952
84398baa
LT
9532005-06-19 Luc Teirlinck <teirllm@auburn.edu>
954
955 * lists.texi (Rings): Various minor clarifications and corrections.
956
07ff1e4b
RS
9572005-06-18 Richard M. Stallman <rms@gnu.org>
958
959 * functions.texi (Obsolete Functions): Simplify.
960
961 * variables.texi (Variable Aliases): Simplify.
962
963 * anti.texi, backups.texi, compile.texi, customization.texi:
964 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
965 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
966 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
967 * variables.texi: Fix formatting ugliness.
968
969 * elisp.texi: Add links to Rings and Byte Packing.
970 Update version and copyright years.
971
972 * minibuf.texi: Fix formatting ugliness.
973 (Completion Commands): Move keymap vars to the end
974 and vars completing-read binds to the top.
975
3f7fab24
LT
9762005-06-17 Luc Teirlinck <teirllm@auburn.edu>
977
978 * processes.texi: Fix typos.
979 (Bindat Spec): Correct Texinfo error.
926c4c9b 980 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 981
f19b57e3
RS
9822005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
983
984 * lists.texi (Rings): New node.
985 (Lists): Add it to menu.
986
a80c5da7 987 * processes.texi (Byte Packing): New node.
f19b57e3
RS
988 (Processes): Add it to menu.
989
9902005-06-17 Richard M. Stallman <rms@gnu.org>
991
992 * syntax.texi (Parsing Expressions): Fix texinfo usage.
993
994 * help.texi (Documentation Basics): Explain the xref to
995 Documentation Tips.
996
997 * debugging.texi (Debugger Commands): Minor fix.
998
67c1390d
LT
9992005-06-16 Luc Teirlinck <teirllm@auburn.edu>
1000
1001 * edebug.texi (Instrumenting): Eliminate duplicate link.
1002 (Specification List): Replace references to "below", referring to
1003 a later node, with one @ref to that node.
1004
1005 * os.texi (Timers): Timers should save and restore the match data
1006 if they change it.
1007
1008 * debugging.texi (Debugger Commands): Mention that the Lisp
1009 debugger can not step through primitive functions.
1010
51cd2a8c
JB
10112005-06-16 Juanma Barranquero <lekktu@gmail.com>
1012
1013 * functions.texi (Obsolete Functions): Update argument names of
1014 `make-obsolete' and `define-obsolete-function-alias'.
1015
1016 * variables.texi (Variable Aliases): Update argument names of
1017 `defvaralias', `make-obsolete-variable' and
1018 `define-obsolete-variable-alias'.
1019
f5e6ac4a
KS
10202005-06-15 Kim F. Storm <storm@cua.dk>
1021
1022 * searching.texi (Entire Match Data): Rephrase warnings about
1023 evaporate arg to match-data and set-match-data.
1024
fe2a9972
LT
10252005-06-14 Luc Teirlinck <teirllm@auburn.edu>
1026
67774855
LT
1027 * elisp.texi (Top): Update detailed menu.
1028
fe2a9972
LT
1029 * edebug.texi (Edebug): Update menu.
1030 (Instrumenting): Update xrefs.
1031 (Edebug Execution Modes): Correct xref.
1032 (Jumping): Clarify description of `h' command.
1033 Eliminate redundant @ref.
1034 (Breaks): New node.
1035 (Breakpoints): is now a subsubsection.
1036 (Global Break Condition): Mention `C-x X X'.
1037 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
1038 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
1039 (Edebug Display Update): Correct pxref.
1040 (Edebug and Macros): New node.
1041 (Instrumenting Macro Calls): Is now a subsubsection.
1042 Neither arg of `def-edebug-spec' is evaluated.
1043 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
1044 (Specification Examples): Fix typo.
1045
b59f605b
LK
10462005-06-14 Lute Kamstra <lute@gnu.org>
1047
1048 * debugging.texi (Function Debugging): Primitives can break on
1049 entry too.
1050
a5c99dc9
KS
10512005-06-14 Kim F. Storm <storm@cua.dk>
1052
1053 * variables.texi (Setting Variables): Add add-to-ordered-list.
1054
f99ed2f8
SM
10552005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1056
1057 * syntax.texi (Parsing Expressions): Document aux functions and vars of
1058 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
1059
9d42ffaa
LK
10602005-06-13 Lute Kamstra <lute@gnu.org>
1061
1062 * text.texi (Special Properties): Fix cross reference.
1063
32cc0b00
LT
10642005-06-11 Luc Teirlinck <teirllm@auburn.edu>
1065
1066 * debugging.texi (Function Debugging): Delete mention of empty
1067 string argument to `cancel-debug-on-entry'. Delete inaccurate
1068 description of the return value of that command.
1069
98d1a1cf
EZ
10702005-06-11 Alan Mackenzie <acm@muc.de>
1071
1072 * text.texi (Adaptive Fill): Amplify the description of
1073 fill-context-prefix.
1074
4b53b8d7
LT
10752005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1076
84398baa 1077 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 1078
b5305167
SM
10792005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1080
1081 * syntax.texi (Parsing Expressions): Document syntax-ppss.
1082
9bd4c3ad
LT
10832005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1084
1085 * debugging.texi (Error Debugging): Minor rewording.
1086 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
1087 is optional.
1088
257914aa
LK
10892005-06-10 Lute Kamstra <lute@gnu.org>
1090
b5305167 1091 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
1092 (Top): Give it a title. Correct version number. Give the
1093 detailed node listing a more prominent header.
b5305167
SM
1094 * intro.texi: Don't set VERSION here a second time.
1095 Mention Emacs's version too.
257914aa
LK
1096 * anti.texi (Antinews): Use EMACSVER to refer to the current
1097 version of Emacs.
1098
b7aae902
KS
10992005-06-09 Kim F. Storm <storm@cua.dk>
1100
1101 * searching.texi (Entire Match Data): Explain new `reseat' argument to
1102 match-data and set-match-data.
1103
99598737
RS
11042005-06-08 Richard M. Stallman <rms@gnu.org>
1105
1106 * searching.texi (Entire Match Data): Clarify when match-data
1107 returns markers and when integers.
1108
1109 * display.texi (Defining Faces): Explain that face name should not
1110 end in `-face'.
1111
1112 * modes.texi (Mode Line Data): Minor cleanup.
1113 (Customizing Keywords): Node split out of Search-based Fontification.
1114 Add example of using font-lock-add-keywords from a hook.
1115 Clarify when MODE should be non-nil, and when nil.
1116
11172005-06-06 Richard M. Stallman <rms@gnu.org>
1118
1119 * modes.texi (Mode Line Data): Explain what happens when the car
1120 of a list is a void symbol.
1121 (Search-based Fontification): Explain MODE arg to
1122 font-lock-add-keywords and warn about calls from major modes.
1123
ecc8893a
JL
11242005-06-08 Juri Linkov <juri@jurta.org>
1125
1126 * display.texi (Standard Faces): Add `shadow' face.
1127
7fa9f4eb
LT
11282005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1129
1130 * modes.texi (Major Mode Conventions): A derived mode only needs
1131 to put the call to the parent mode inside `delay-mode-hooks'.
1132
bebcc4b1
RS
11332005-05-29 Richard M. Stallman <rms@gnu.org>
1134
c16b1394
RS
1135 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
1136 new, and what that implies. Clarify.
1137
1138 * files.texi (Locating Files): Clean up the text.
1139
bebcc4b1
RS
1140 * frames.texi (Window Frame Parameters): Document user-size.
1141 Shorten entry for top by referring to left.
1142
11432005-05-26 Richard M. Stallman <rms@gnu.org>
1144
1145 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
1146 is new, and what the implications are. Other clarifications.
1147
217797bc
RS
11482005-05-24 Richard M. Stallman <rms@gnu.org>
1149
1150 * frames.texi (Dialog Boxes): Minor fixes.
1151
3565fe07
MY
11522005-05-25 Masatake YAMATO <jet@gyve.org>
1153
1154 * display.texi (Standard Faces): Write about `mode-line-highlight'.
1155
817089df
LT
11562005-05-24 Luc Teirlinck <teirllm@auburn.edu>
1157
1158 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
1159 is optional.
1160
cb5db137
NR
11612005-05-24 Nick Roberts <nickrob@snap.net.nz>
1162
1163 * frames.texi (Dialog Boxes): Descibe new optional argument.
1164
3c8572f5
LK
11652005-05-23 Lute Kamstra <lute@gnu.org>
1166
1167 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
1168 syntax-begin-function over font-lock-beginning-of-syntax-function.
1169
2a4d7cb3
LT
11702005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1171
71f800cf
LT
1172 * minibuf.texi (Reading File Names): Update description of
1173 `read-directory-name'.
1174
2a4d7cb3
LT
1175 * modes.texi (Derived Modes): Clarify :group keyword.
1176
bb4afd09
EZ
11772005-05-21 Eli Zaretskii <eliz@gnu.org>
1178
b5305167
SM
1179 * files.texi (Locating Files): New subsection.
1180 Describe locate-file and executable-find.
bb4afd09 1181
a2c9aee6
EZ
11822005-05-21 Kevin Ryde <user42@zip.com.au>
1183
1184 * frames.texi (Initial Parameters): Update cross reference to
1185 "Emacs Invocation".
1186
6900105f
LT
11872005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1188
ca1b0914
LT
1189 * keymaps.texi (Active Keymaps): Add anchor.
1190
6900105f
LT
1191 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
1192 (Major Mode Conventions): Refer to `Auto Major Mode' in more
1193 appropriate place.
1194 (Derived Modes): Small clarifications.
b5305167
SM
1195 (Minor Mode Conventions, Keymaps and Minor Modes):
1196 Replace references to nodes with references to anchors.
6900105f
LT
1197 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
1198 Clarify description of lists whose first element is an integer.
1199 (Mode Line Variables): Add anchor.
1200 (%-Constructs): Clarify description of integer after %.
1201 (Emulating Mode Line): Describe nil value for FACE.
1202
54d06364
LT
12032005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1204
1205 * modes.texi (Derived Modes): Correct references to non-existing
1206 variable standard-syntax-table.
1207
f8d0b769
LK
12082005-05-17 Lute Kamstra <lute@gnu.org>
1209
1210 * modes.texi (Defining Minor Modes): Mention the mode hook.
1211
294c599c
KS
12122005-05-15 Kim F. Storm <storm@cua.dk>
1213
1214 * processes.texi (Network): Remove open-network-stream-nowait.
1215 (Network Servers): Remove open-network-stream-server.
1216
4214af69
LT
12172005-05-15 Luc Teirlinck <teirllm@auburn.edu>
1218
1219 * elisp.texi (Top): Update detailed menu.
1220
1221 * variables.texi: Reorder nodes.
1222 (Variables): Update menu.
1223 (File Local Variables): Do not refer to the `-*-' line as
1224 a "local variables list". Add pxref.
1225
302691ab
LT
12262005-05-14 Luc Teirlinck <teirllm@auburn.edu>
1227
56d4215a
LT
1228 * elisp.texi (Top): Update detailed menu for node changes.
1229
302691ab
LT
1230 * modes.texi (Modes): Update Menu.
1231 (Hooks): Move to beginning of chapter.
1232 Most minor modes run mode hooks too.
1233 `add-hook' can handle void hooks or hooks whose value is a single
1234 function.
1235 (Major Modes): Update Menu.
1236 (Major Mode Basics): New node, split off from `Major Modes'.
1237 (Major Mode Conventions): Correct xref. Explain how to handle
1238 auto-mode-alist if the major mode command has an autoload cookie.
1239 (Auto Major Mode): Major update. Add magic-mode-alist.
1240 (Derived Modes): Major update.
1241 (Mode Line Format): Update Menu.
1242 (Mode Line Basics): New node, split off from `Mode Line Format'.
1243
1244 * loading.texi (Autoload): Mention `autoload cookie' as synonym
1245 for `magic autoload comment'. Add index entries and anchor.
1246
d06ba294
RS
12472005-05-14 Richard M. Stallman <rms@gnu.org>
1248
1249 * tips.texi (Coding Conventions): Explain how important it is
1250 that just loading certain files not change Emacs behavior.
1251
1252 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
1253
405cb12a
LK
12542005-05-12 Lute Kamstra <lute@gnu.org>
1255
19958124
LK
1256 * modes.texi (Generic Modes): Update.
1257 (Major Modes): Refer to node "Generic Modes".
1258
405cb12a
LK
1259 * elisp.texi (Top): Update to the current structure of the manual.
1260 * processes.texi (Processes): Add menu description.
1261 * customize.texi (Customization): Add menu descriptions.
1262
f714dd1b
TTN
12632005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1264
cc9442f2
TTN
1265 * processes.texi (Signals to Processes)
1266 (Low-Level Network): Fix typos.
f714dd1b 1267
36ad23ec
LK
12682005-05-11 Lute Kamstra <lute@gnu.org>
1269
1270 * elisp.texi (Top): Add some nodes from the chapter "Major and
1271 Minor Modes" to the detailed node listing.
1272
d101bf56
RS
12732005-05-10 Richard M. Stallman <rms@gnu.org>
1274
1275 * keymaps.texi (Extended Menu Items): Menu item filter functions
1276 can be called at any time.
1277
698b0510
LT
12782005-05-08 Luc Teirlinck <teirllm@auburn.edu>
1279
1280 * variables.texi (File Local Variables): `(hack-local-variables t)'
1281 now also checks whether a mode is specified in the local variables
1282 list.
1283
2c6b25c7
EZ
12842005-05-05 Kevin Ryde <user42@zip.com.au>
1285
1286 * display.texi (The Echo Area): Correct format function cross
1287 reference.
1288
643b4cf5
LT
12892005-05-05 Luc Teirlinck <teirllm@auburn.edu>
1290
1291 * variables.texi (Variable Aliases): Change description of
1292 `define-obsolete-variable-alias'.
1293
1294 * functions.texi (Functions): Add "Obsolete Functions" to menu.
1295 (Defining Functions): Add xref.
1296 (Obsolete Functions): New node.
1297 (Function Safety): Standardize capitalization of section title.
1298
1299 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
1300 (Dialog Boxes): Complete description of `x-popup-dialog'.
1301
053bc8e4
RS
13022005-05-04 Richard M. Stallman <rms@gnu.org>
1303
1304 * commands.texi (Interactive Codes): Fix Texinfo usage.
1305 Document U more clearly.
1306
f6b1b15a
LT
13072005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1308
3b925015
LT
1309 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
1310 function and not a macro.
1311
f6b1b15a
LT
1312 * frames.texi (Pop-Up Menus): Correct and clarify description of
1313 `x-popup-menu'.
1314 (Dialog Boxes): Clarify description of `x-popup-dialog'.
1315
ebbfa918
RS
13162005-05-01 Richard M. Stallman <rms@gnu.org>
1317
1318 * edebug.texi (Checking Whether to Stop): Fix previous change.
1319
abe2f96e
LT
13202005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1321
d6028ef2
LT
1322 * display.texi: Fix typos and Texinfo usage.
1323
abe2f96e
LT
1324 * edebug.texi (Checking Whether to Stop): executing-macro ->
1325 executing-kbd-macro.
1326
b2cfb30b
RS
13272005-05-01 Richard M. Stallman <rms@gnu.org>
1328
1329 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
1330
7e995a23
RS
13312005-04-30 Richard M. Stallman <rms@gnu.org>
1332
1333 * files.texi (Magic File Names): Document `operations' property.
1334
57efa539
LK
13352005-04-29 Lute Kamstra <lute@gnu.org>
1336
1337 * modes.texi (Generic Modes): New node.
1338 (Major Modes): Add it to the menu.
1339 (Derived Modes): Add "derived mode" to concept index.
1340
0a20b1dc
LK
13412005-04-28 Lute Kamstra <lute@gnu.org>
1342
1343 * modes.texi (Defining Minor Modes): Fix previous change.
1344 (Font Lock Mode): Simplify.
1345 (Font Lock Basics): Say that font-lock-defaults is buffer-local
1346 when set and that some parts are optional. Add cross references.
1347 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
1348 Add cross references. Add font-lock-multiline to index.
1349 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 1350 Lock Variables". Document font-lock-add-keywords and
b5305167 1351 font-lock-remove-keywords.
0a20b1dc
LK
1352 (Other Font Lock Variables): Move font-lock-keywords-only,
1353 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
1354 and font-lock-syntactic-face-function to node "Syntactic Font
1355 Lock". Move font-lock-keywords-case-fold-search to node
1356 "Search-based Fontification". Document font-lock-inhibit-thing-lock
1357 and font-lock-{,un}fontify-{buffer,region}-function.
1358 (Precalculated Fontification): Remove reference to deleted variable
1359 font-lock-core-only.
1360 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
1361 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
1362 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
1363 and font-lock-syntactic-face-function here from node "Other Font
1364 Lock Variables". Move font-lock-syntactic-keywords to "Setting
1365 Syntax Properties". Add cross references.
b5305167
SM
1366 (Setting Syntax Properties): New node.
1367 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
1368 * syntax.texi (Syntax Properties): Add cross reference.
1369 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
1370
68a94f5a
RS
13712005-04-26 Richard M. Stallman <rms@gnu.org>
1372
1373 * display.texi (Defining Faces):
1374 Document `default' elements of defface spec.
1375
1376 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
1377
1378 * variables.texi (Variable Aliases): Clarify text.
1379
13802005-04-25 Chong Yidong <cyd@stupidchicken.com>
1381
1382 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
1383
7f48f143
LT
13842005-04-25 Luc Teirlinck <teirllm@auburn.edu>
1385
1386 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
1387
45d2f8e8
EZ
13882005-04-24 Eli Zaretskii <eliz@gnu.org>
1389
f3714ab2
EZ
1390 * syntax.texi (Syntax Table Internals): Elaborate documentation of
1391 syntax-after and syntax-class.
1392
45d2f8e8 1393 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
1394 (Unique File Names): Don't mention "numbers" in the documentation
1395 of make-temp-file and make-temp-name.
45d2f8e8 1396
469bc679
RS
13972005-04-23 Richard M. Stallman <rms@gnu.org>
1398
1399 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
1400
c9fa5dc9
RS
14012005-04-22 Nick Roberts <nickrob@snap.net.nz>
1402
1403 * windows.texi (Cyclic Window Ordering): Clarify window-list.
1404
230e1e80
NR
14052005-04-22 Nick Roberts <nickrob@snap.net.nz>
1406
1407 * variables.texi (Variable Aliases): Describe make-obsolete-variable
1408 and define-obsolete-variable-alias.
1409
1ba52906
KS
14102005-04-22 Kim F. Storm <storm@cua.dk>
1411
1412 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
1413 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
1414
9721d904
LK
14152005-04-21 Lute Kamstra <lute@gnu.org>
1416
1417 * lists.texi (Association Lists): Document rassq-delete-all.
1418
ed35c736
RS
14192005-04-19 Richard M. Stallman <rms@gnu.org>
1420
1421 * modes.texi (Search-based Fontification): Explain that
1422 facespec is an expression to be evaluated.
1423
42fc00a4
RS
14242005-04-19 Kevin Ryde <user42@zip.com.au>
1425
b5305167 1426 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
1427 * strings.texi (String Conversion): Fix xref.
1428
5827e9d4
KS
14292005-04-19 Kim F. Storm <storm@cua.dk>
1430
1431 * symbols.texi (Symbol Plists): Add safe-get.
1432 Mention that `get' may signal an error.
1433
47872da9
NR
14342005-04-18 Nick Roberts <nickrob@snap.net.nz>
1435
1436 * customize.texi (Variable Definitions): Replace tooltip-mode
1437 example with save-place.
1438
ec0cf966
RS
14392005-04-17 Richard M. Stallman <rms@gnu.org>
1440
1441 * buffers.texi (Indirect Buffers): Clarify.
1442
1443 * positions.texi (Positions): Clarify converting marker to integer.
1444
1445 * strings.texi (String Basics): Mention string-match; clarify.
1446
199bb209
LK
14472005-04-08 Lute Kamstra <lute@gnu.org>
1448
1449 * modes.texi (Search-based Fontification): Fix cross references.
1450 Use consistent terminology. Document anchored highlighting.
1451
bfa54668
LK
14522005-04-05 Lute Kamstra <lute@gnu.org>
1453
1454 * modes.texi (Defining Minor Modes): Document :group keyword
1455 argument and its default value.
1456
07e5fb9e
LK
14572005-04-03 Lute Kamstra <lute@gnu.org>
1458
1459 * hooks.texi (Standard Hooks): Add some hooks. Add cross
1460 references and/or descriptions. Delete major mode hooks; mention
1461 them as a category instead. Rename or delete obsolete hooks.
1462
aa945b59
RS
14632005-04-02 Richard M. Stallman <rms@gnu.org>
1464
1465 * nonascii.texi (Coding System Basics): Another wording cleanup.
1466
8b918214
RS
14672005-04-01 Richard M. Stallman <rms@gnu.org>
1468
1469 * nonascii.texi (Coding System Basics): Clarify previous change.
1470
41639988
KH
14712005-04-01 Kenichi Handa <handa@m17n.org>
1472
1473 * nonascii.texi (Coding System Basics): Describe about rondtrip
1474 identity of coding systems.
1475
8e669bbd
RS
14762005-03-29 Chong Yidong <cyd@stupidchicken.com>
1477
1478 * text.texi (Buffer Contents): Add filter-buffer-substring and
1479 buffer-substring-filters.
1480
f60a6f87
RS
14812005-03-26 Chong Yidong <cyd@stupidchicken.com>
1482
1483 * anti.texi (Antinews): Mention `G' interactive code.
1484
1485 * tips.texi (Compilation Tips): Mention benchmark.el.
1486
aaac1251
LT
14872005-03-27 Luc Teirlinck <teirllm@auburn.edu>
1488
1489 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
1490 is now bound to M-o M-o.
1491
1492 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
1493
45325173
GM
14942005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
1495
1496 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
1497 in the Emacs Manual).
1498 * Makefile.in (srcs): Remove calendar.texi.
1499 * makefile.w32-in (srcs): Remove calendar.texi.
1500 * display.texi (Display): Change name of next node.
1501 * os.texi (System In): Change name of previous node.
1502 * elisp.texi (Top): Remove Calendar references.
1503 * vol1.texi (Top): Remove Calendar references.
1504 * vol2.texi (Top): Remove Calendar references.
1505
85df292e
RS
15062005-03-25 Richard M. Stallman <rms@gnu.org>
1507
45325173 1508 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
1509 Cleanup previous change.
1510
15112005-03-25 Chong Yidong <cyd@stupidchicken.com>
1512
1513 * display.texi (Face Attributes): Faces earlier in an :inherit
1514 list take precedence.
1515 (Scroll Bars): Fix description of vertical-scroll-bars.
1516 Document frame-current-scroll-bars and window-current-scroll-bars.
1517
1518 * markers.texi (The Mark): Document temporary Transient Mark mode.
1519
b5305167
SM
1520 * minibuf.texi (Reading File Names):
1521 Document read-file-name-completion-ignore-case.
85df292e
RS
1522
1523 * positions.texi (Screen Lines): Document nil for width argument
1524 to compute-motion.
1525
1fe54d69
KS
15262005-03-23 Kim F. Storm <storm@cua.dk>
1527
1528 * display.texi (Standard Faces): Other faces used in the fringe
1529 implicitly inherits from the fringe face.
1530 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
1531 properties implicitly inherits from fringe face.
1532 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
1533
a775dff4
RS
15342005-03-20 Chong Yidong <cyd@stupidchicken.com>
1535
1536 * display.texi (Invisible Text): State default value of
1537 line-move-ignore-invisible.
1538 (Managing Overlays): Document remove-overlays.
1539 (Standard Faces): Document escape-glyph face.
1540
b5305167 1541 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 1542
b5305167
SM
1543 * modes.texi (Other Font Lock Variables):
1544 Document font-lock-lines-before.
a775dff4
RS
1545
1546 * positions.texi (Skipping Characters): skip-chars-forward allows
1547 character classes.
1548
077f7085
LK
15492005-03-18 Lute Kamstra <lute@gnu.org>
1550
1551 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
1552
d69ea7ab
RS
15532005-03-17 Richard M. Stallman <rms@gnu.org>
1554
c7bd5d57
RS
1555 * text.texi (Undo): Document extensible undo entries.
1556
d69ea7ab
RS
1557 * searching.texi (String Search, Regexp Search, Regexp Search):
1558 Cleanups.
1559
1560 * nonascii.texi (Character Codes): Minor fix.
1561
1562 * display.texi (Display Property): Explain the significance
1563 of having text properties that are eq.
1564 (Other Display Specs): Explain string as display spec.
1565
1566 * commands.texi (Interactive Codes): Document G option.
1567
15682005-03-17 Chong Yidong <cyd@stupidchicken.com>
1569
1570 * text.texi (Filling): Add sentence-end-without-period and
1571 sentence-end-without-space.
1572 (Changing Properties): Minor fix.
1573
1574 * anti.texi: Total rewrite.
1575
a7679889
LK
15762005-03-15 Lute Kamstra <lute@gnu.org>
1577
1578 * edebug.texi (Instrumenting Macro Calls): Fix typos.
1579
6eb8e247
KS
15802005-03-08 Kim F. Storm <storm@cua.dk>
1581
1582 * display.texi (Specified Space): Property :width is support on
1583 non-graphic terminals, :height is not.
1584
bfa8be14
RS
15852005-03-07 Richard M. Stallman <rms@gnu.org>
1586
1587 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
1588 Now subnodes of Fringes.
1589 (Overlay Arrow): Document overlay-arrow-variable-list.
1590 (Fringe Size/Pos): New node, broken out of Fringes.
1591 (Display): Explain clearing vs redisplay better.
1592 (Truncation): Clarify use of bitmaps.
1593 (The Echo Area): Clarify the uses of the echo area.
1594 Add max-mini-window-height.
1595 (Progress): Clarify.
1596 (Invisible Text): Explain that main loop moves point out.
1597 (Selective Display): Say "hidden", not "invisible".
b5305167 1598 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
1599 (Overlay Properties): Clarify intro.
1600 (Finding Overlays): Explain return values when nothing found.
1601 (Width): truncate-string-to-width has added arg.
1602 (Displaying Faces): Clarify and update mode line face handling.
1603 (Face Functions): Minor cleanup.
b5305167 1604 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
1605 (Pixel Specification, Other Display Specs): Minor cleanups.
1606 (Images, Image Descriptors): Minor cleanups.
1607 (GIF Images): Patents have expired.
1608 (Showing Images): Explain default text for insert-image.
b5305167 1609 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
1610 (Making Buttons): Explain return values.
1611 (Button Buffer Commands): Add xref.
1612 (Inverse Video): Update mode-line-inverse-video.
1613 (Display Table Format): Clarify.
1614 (Active Display Table): Give defaults for window-display-table.
1615
1616 * calendar.texi (Calendar Customizing): calendar-holiday-marker
1617 and calendar-today-marker are strings, not chars.
1618 (Holiday Customizing): Minor fix.
1619
bfa8be14
RS
1620 * internals.texi (Writing Emacs Primitives): Update `or' example.
1621 Update limit on # args of subr.
1622
1623 * edebug.texi (Using Edebug): Arrow is in fringe.
1624 (Instrumenting): Arg to eval-defun works without loading edebug.
1625 (Edebug Execution Modes): Add xref.
1626
1627 * customize.texi (Common Keywords): Clarify :require.
1628 Mention :version here.
1629 (Variable Definitions, Group Definitions): Not here.
1630 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
1631
d69ea7ab
RS
16322005-03-07 Chong Yidong <cyd@stupidchicken.com>
1633 * nonascii.texi (Text Representations): Clarify position-bytes.
1634 (Character Sets): Add list-charset-chars.
1635 (Scanning Charsets): Add charset-after.
1636 (Encoding and I/O): Minor fix.
1637
34398e6c
RS
16382005-03-06 Richard M. Stallman <rms@gnu.org>
1639
1640 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
1641 (Resizing Windows): Likewise.
1642
1643 * text.texi (Change Hooks): Get rid of "Emacs 21".
1644
1645 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
1646
1647 * streams.texi (Output Variables): Get rid of "Emacs 21".
1648
1649 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
1650
1651 * os.texi (Translating Input): Replace flow-control example
1652 with a less obsolete example that uses `keyboard-translate'.
1653
6eb8e247 1654 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 1655 Get rid of "Emacs 21".
6eb8e247 1656
34398e6c
RS
1657 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
1658 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
1659
1660 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
1661
1662 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
1663
1664 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
1665 (Menu Bar): Fix when menu-bar-update-hook is called.
1666
1667 * hash.texi (Hash Tables): Get rid of "Emacs 21".
1668
1669 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
1670 and make it read better.
1671
1672 * files.texi (Writing to Files): Get rid of "Emacs 21".
1673 (Unique File Names): Likewise.
1674
1675 * elisp.texi: Update Emacs version to 22.
1676
1677 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
1678 (Overlay Properties, Face Attributes): Likewise.
1679 (Managing Overlays): Fix punctuation.
1680 (Attribute Functions): Clarify set-face-font; get rid of
1681 info about old Emacs versions.
1682 (Auto Faces, Font Lookup, Display Property, Images):
1683 Get rid of "Emacs 21".
1684
1685 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
1686
d2178387
RS
16872005-03-05 Richard M. Stallman <rms@gnu.org>
1688
1689 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
1690
524352d6
LK
16912005-03-04 Lute Kamstra <lute@gnu.org>
1692
1693 * debugging.texi (Error Debugging): Document stack-trace-on-error.
1694
16952005-03-03 Lute Kamstra <lute@gnu.org>
1696
1697 * edebug.texi (Instrumenting Macro Calls): Fix typo.
1698
284f0680
LK
16992005-03-01 Lute Kamstra <lute@gnu.org>
1700
1701 * debugging.texi (Debugger Commands): Update `j'.
1702
a9ee5cac
LK
17032005-02-28 Lute Kamstra <lute@gnu.org>
1704
1705 * debugging.texi (Debugging): Fix typo.
1706 (Error Debugging): Document eval-expression-debug-on-error.
1707 (Function Debugging): Update example.
1708 (Using Debugger): Mention starred stack frames.
1709 (Debugger Commands): Document `j' and `l'.
1710 (Invoking the Debugger): `d' and `j' exit recursive edit too.
1711 Update the messages that the debugger displays.
1712 (Internals of Debugger): Add cross reference. Update example.
1713 (Excess Open): Minor improvement.
1714 (Excess Close): Minor improvement.
1715
378d0f8e
RS
17162005-02-26 Richard M. Stallman <rms@gnu.org>
1717
1718 * tips.texi (Coding Conventions): Clarify.
1719 Put all the major mode key reservations together.
1720 Mention the Mouse-1 => Mouse-2 conventions.
1721
1722 * syntax.texi (Syntax Class Table): Clarify.
1723 (Syntax Table Functions): syntax-after moved from here.
1724 (Syntax Table Internals): syntax-after moved to here.
1725 (Parsing Expressions): Update info on number of values
1726 and what's meaningful in the STATE argument.
1727 (Categories): Fix typo.
1728
1729 * sequences.texi (Arrays): Cleanup.
1730 (Char-Tables): Clarify.
1731
1732 * processes.texi (Deleting Processes): Cleanups, add xref.
1733 (Subprocess Creation): Explain nil in exec-path. Cleanup.
1734 (Process Information): set-process-coding-system, some args optional.
1735 (Input to Processes): Explain various types for PROCESS args.
1736 Rename them from PROCESS-NAME to PROCESS.
1737 (Signals to Processes): Likewise.
1738 (Decoding Output): Cleanup.
1739 (Query Before Exit): Clarify.
1740
1741 * os.texi (Startup Summary): Correct the options; add missing ones.
1742 (Terminal Output, Batch Mode): Clarify.
1743 (Flow Control): Node deleted.
1744
1745 * markers.texi (The Mark): Clarify.
1746
1747 * macros.texi (Expansion): Cleanup.
1748 (Indenting Macros): indent-spec allows ints, not floats.
1749
1750 * keymaps.texi (Keymaps): Clarify.
1751 (Format of Keymaps): Update lisp-mode-map example.
1752 (Active Keymaps, Key Lookup): Clarify.
1753 (Changing Key Bindings): Add xref to `kbd'.
1754 (Key Binding Commands, Simple Menu Items): Clarify.
1755 (Mouse Menus, Menu Bar): Clarify.
1756 (Menu Example): Replace print example with menu-bar-replace-menu.
1757
1758 * help.texi (Documentation Basics): Add function-documentation prop.
1759
1760 * elisp.texi (Top): Don't refer to Flow Control node.
1761
1762 * commands.texi (Command Overview): Improve xrefs.
1763 (Adjusting Point): Adjusting point applies to intangible and invis.
1764 (Key Sequence Input): Doc extra read-key-sequence args.
1765 Likewise for read-key-sequence-vector.
1766
1767 * backups.texi (Rename or Copy): Minor fix.
1768 (Numbered Backups): For version-control, say the default.
1769 (Auto-Saving): make-auto-save-file-name example is simplified.
1770
1771 * advice.texi (Advising Functions): Don't imply one part of Emacs
1772 should advise another part. Markup changes.
1773 (Defining Advice): Move transitional para.
1774 (Activation of Advice): Cleanup.
1775 Explain if COMPILE is nil or negative.
1776
1777 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
1778
2e20c83d
LK
17792005-02-24 Lute Kamstra <lute@gnu.org>
1780
1781 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
1782 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
1783
65c492fd
LK
17842005-02-23 Lute Kamstra <lute@gnu.org>
1785
b02c3eed
LK
1786 * modes.texi (Defining Minor Modes): define-minor-mode can be used
1787 to define global minor modes as well.
1788
65c492fd
LK
1789 * display.texi (Managing Overlays): overlay-buffer returns nil for
1790 deleted overlays.
1791
b686dd59
KS
17922005-02-22 Kim F. Storm <storm@cua.dk>
1793
1794 * minibuf.texi (Basic Completion): Allow symbols in addition to
1795 strings in try-completion and all-completions.
1796
23e8c095
LK
17972005-02-14 Lute Kamstra <lute@gnu.org>
1798
1799 * elisp.texi (Top): Remove reference to deleted node.
1800
1801 * lists.texi (Lists): Remove reference to deleted node.
1802 (Cons Cells): Fix typo.
1803
1804 * loading.texi (Where Defined): Fix typo.
1805
134948fc
RS
18062005-02-14 Richard M. Stallman <rms@gnu.org>
1807
1808 * variables.texi (Creating Buffer-Local): change-major-mode-hook
1809 is useful for discarding some minor modes.
1810
1811 * symbols.texi (Symbol Components): Reorder examples.
1812
1813 * streams.texi (Input Functions): State standard-input default.
1814 (Output Variables): State standard-output default.
1815
1816 * objects.texi (Printed Representation): Clarify read syntax vs print.
1817 (Floating Point Type): Explain meaning better.
1818 (Symbol Type): Explain uniqueness better.
1819 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
1820 List examples sooner.
1821 (Box Diagrams): New subnode broken out.
1822 Some examples moved from old Lists as Boxes node.
1823 (Dotted Pair Notation): Clarify intro.
1824 (Array Type): Clarify.
1825 (Type Predicates): Add hash-table-p.
1826
1827 * numbers.texi (Integer Basics): Clarify radix explanation.
1828 (Predicates on Numbers): Minor clarification.
1829 (Comparison of Numbers): Minor clarification. Clarify eql.
1830 Typos in min, max.
1831 (Math Functions): Clarify overflow in expt.
1832
1833 * minibuf.texi (Text from Minibuffer): Minor clarification.
1834 Mention arrow keys.
1835
1836 * loading.texi (Autoload): defun's doc string overrides autoload's
1837 doc string.
1838 (Repeated Loading): Modernize "add to list" examples.
1839 (Where Defined): Finish updating table of load-history elts.
1840
1841 * lists.texi (List-related Predicates): Minor wording improvement.
1842 (Lists as Boxes): Node deleted.
1843 (Building Lists): Explain trivial cases of number-sequence.
1844
1845 * hash.texi (Hash Tables): Add desc to menu items.
1846 (Creating Hash): Expain "full" means "make larger",
1847 (Hash Access): Any object can be a key.
1848 State value of maphash.
1849
1850 * functions.texi (What Is a Function): Wording cleanup.
1851 (Function Documentation): Minor cleanup.
1852 Explain purpose of calling convention at end of doc string.
1853 (Function Names): Wording cleanup.
1854 (Calling Functions): Wording cleanup.
1855 Explain better how funcall calls the function.
1856 (Function Cells): Delete example of saving and redefining function.
1857
1858 * control.texi (Combining Conditions): Wording cleanup.
1859 (Iteration): dolist and dotimes bind VAR locally.
1860 (Cleanups): Xref to Atomic Changes.
1861
1862 * compile.texi (Byte Compilation): Delete 19.29 info.
1863 (Compilation Functions): Macros' difficulties don't affect defsubst.
1864 (Docs and Compilation): Delete 19.29 info.
1865
44291460
RS
18662005-02-10 Richard M. Stallman <rms@gnu.org>
1867
1868 * objects.texi (Symbol Type): Minor correction.
1869
1f9ad95a
LK
18702005-02-06 Lute Kamstra <lute@gnu.org>
1871
1872 * modes.texi (Example Major Modes): Fix typos.
1873
ba2c991c
RS
18742005-02-06 Richard M. Stallman <rms@gnu.org>
1875
1876 * text.texi (Margins): fill-nobreak-predicate can be one function.
1877
1878 * strings.texi (Modifying Strings): clear-string can make unibyte.
1879 (Formatting Strings): format gives error if values missing.
1880
1881 * positions.texi (Character Motion): Mention default arg
1882 for forward-char. backward-char refers to forward-char.
1883 (Word Motion): Mention default arg for forward-word.
1884 (Buffer End Motion): Mention default arg for beginning-of-buffer.
1885 Simplify end-of-buffer.
1886 (Text Lines): Mention default arg for forward-line.
1887 (List Motion): Mention default arg for beginning/end-of-defun.
1888 (Skipping Characters): Minor fixes in explaining character-set.
1889
1890 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
1891 Mode inheritance applies only when default-major-mode is nil.
1892 Clarifications.
1893 (Example Major Modes): Update Text mode and Lisp mode examples.
1894 (Minor Mode Conventions): Mention define-minor-mode at top.
1895 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
1896 (Mode Line Format): Update mode line face display info.
1897 (Properties in Mode): Mention effect of risky vars.
1898 (Imenu): Define imenu-add-to-menubar.
1899 (Font Lock Mode): Add descriptions to menu lines.
1900 (Faces for Font Lock): Add font-lock-doc-face.
1901
9bf6d576
LK
19022005-02-05 Lute Kamstra <lute@gnu.org>
1903
1904 * text.texi (Maintaining Undo): Remove obsolete function.
1905
cb602754
EZ
19062005-02-05 Eli Zaretskii <eliz@gnu.org>
1907
1908 * frames.texi (Color Names): Add pointer to the X docs about RGB
1909 color specifications. Improve indexing
1910 (Text Terminal Colors): Replace the description of RGB values by
1911 an xref to "Color Names".
1912
4e07258f
RS
19132005-02-03 Richard M. Stallman <rms@gnu.org>
1914
1915 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
1916 Clarify.
1917 (Selecting Windows): Clarify save-selected-window.
1918 (Cyclic Window Ordering): Clarify walk-windows.
1919 (Window Point): Clarify.
1920 (Window Start): Add comment to example.
1921 (Resizing Windows): Add `interactive' specs in examples.
1922 Document fit-window-to-buffer.
1923
1924 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
1925 (Undo, Maintaining Undo): Clarify last change.
1926 (Sorting): In sort-numeric-fields, explain about octal and hex.
1927 Mention sort-numeric-base.
1928 (Format Properties): Add xref for hard newlines.
1929
1930 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
1931 (Pop-Up Menus): Fix typo.
1932 (Color Names): Explain all types of color names.
1933 Explain color-values on B&W terminal.
1934 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
1935
1936 * files.texi (File Locks): Not supported on MS systems.
1937 (Testing Accessibility): Clarify.
1938
1939 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
1940 (Coverage Testing): Fix typo.
1941
1942 * commands.texi (Misc Events): Remove stray space.
1943
1944 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
1945 (Modification Time): Clarify when visited-file-modtime returns 0.
1946 (The Buffer List): Clarify bury-buffer.
1947 (Killing Buffers): Clarify.
1948 (Indirect Buffers): Add clone-indirect-buffer.
1949
19502005-02-02 Matt Hodges <MPHodges@member.fsf.org>
1951
1952 * edebug.texi (Printing in Edebug): Fix default value of
1953 edebug-print-circle.
1954 (Coverage Testing): Fix displayed frequency count data.
1955
19562005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
1957
1958 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
1959
4e07258f 19602005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
1961
1962 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
1963
28d986b9
EZ
19642005-01-29 Eli Zaretskii <eliz@gnu.org>
1965
1966 * commands.texi (Misc Events): Describe the help-echo event.
1967
1968 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
1969 consistently in description of the help-echo property.
1970 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
1971
1972 * display.texi (Overlay Properties): Fix the index entry for
1973 help-echo overlay property.
1974
1975 * customize.texi (Type Keywords): Uncomment the xref to the
1976 help-echo property documentation.
1977
8f958b40
KS
19782005-01-23 Kim F. Storm <storm@cua.dk>
1979
1980 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
1981 return value. Third element FULLY replaced by PARTIAL which
1982 specifies number of invisible pixels if row is only partially visible.
1983 (Textual Scrolling): Mention auto-window-vscroll.
1984 (Vertical Scrolling): New defvar auto-window-vscroll.
1985
cd7e5dd6
LT
19862005-01-16 Luc Teirlinck <teirllm@auburn.edu>
1987
1988 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
1989 command remapping.
1990
6f771c32
RS
19912005-01-15 Richard M. Stallman <rms@gnu.org>
1992
1993 * display.texi (Defining Images): Mention DATA-P arg of create-image.
1994
6ac8a822
KS
19952005-01-14 Kim F. Storm <storm@cua.dk>
1996
88948d55
KS
1997 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
1998
6ac8a822
KS
1999 * text.texi (Links and Mouse-1): Fix string and vector item.
2000
20d6de82
RS
20012005-01-13 Richard M. Stallman <rms@gnu.org>
2002
2003 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
2004 descriptions of overriding-local-map and overriding-terminal-local-map.
2005
2006 * text.texi (Links and Mouse-1): Clarify text.
2007
f75a592e
KS
20082005-01-13 Kim F. Storm <storm@cua.dk>
2009
2010 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
2011
910f60b1
TTN
20122005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
2013
2014 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
2015
37181fc4
KS
20162005-01-12 Kim F. Storm <storm@cua.dk>
2017
2018 * text.texi (Links and Mouse-1): Rename section from Enabling
2019 Mouse-1 to Following Links. Change xrefs.
2020 Add examples for define-button-type and define-widget.
2021
2022 * display.texi (Button Properties, Button Buffer Commands):
2023 Clarify mouse-1 and follow-link functionality.
2024
28f94a34
RS
20252005-01-12 Richard M. Stallman <rms@gnu.org>
2026
2027 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
2028
2029 * display.texi (Beeping): Fix Texinfo usage.
2030
2031 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
2032
bac2d936
KS
20332005-01-11 Kim F. Storm <storm@cua.dk>
2034
2035 * display.texi (Button Properties, Button Buffer Commands):
93381d62 2036 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
2037
2038 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
2039 (Enabling Mouse-1 to Follow Links): New subsection.
2040
de968ddb
RS
20412005-01-06 Richard M. Stallman <rms@gnu.org>
2042
2043 * text.texi (Special Properties): Minor change.
2044
2045 * os.texi (Timers): Clarify previous change.
2046
2047 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
2048
a3a43b3b
LT
20492005-01-01 Luc Teirlinck <teirllm@auburn.edu>
2050
2051 * display.texi (Face Attributes): Correct xref to renamed node.
2052
732bb9ce
RS
20532005-01-01 Richard M. Stallman <rms@gnu.org>
2054
2055 * display.texi (Face Attributes): Describe hex color specs.
2056
c734ae59
RS
20572004-12-31 Richard M. Stallman <rms@gnu.org>
2058
2059 * os.texi (Timers): Update previous change.
2060
33b2f4ea
KS
20612004-12-30 Kim F. Storm <storm@cua.dk>
2062
2063 * display.texi (Line Height): Total line-height is now specified
2064 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
2065 in cons cells. (nil . RATIO) is relative to actual line height.
2066 Use line-height `t' instead of `0' to get minimum height.
2067
99ec74b9
RS
20682004-12-29 Richard M. Stallman <rms@gnu.org>
2069
2070 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
2071
eab463f6
RS
20722004-12-28 Richard M. Stallman <rms@gnu.org>
2073
2074 * commands.texi (Quitting): Clarify value of with-local-quit.
2075
2076 * elisp.texi (Top): Fix previous change.
2077
2078 * loading.texi (Loading): Fix previous change.
2079
ebbd14f1
RS
20802004-12-27 Richard M. Stallman <rms@gnu.org>
2081
4ae98fc5
RS
2082 * Makefile.in (MAKEINFO): Specify --force.
2083
8f430046
RS
2084 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
2085
56011a8c
RS
2086 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
2087
2088 * display.texi (Line Height): Further clarify.
2089
2090 * elisp.texi (Top): Update Loading submenu.
2091
ebbd14f1
RS
2092 * loading.texi (Where Defined): New node.
2093 (Unloading): load-history moved to Where Defined.
2094
fda2922a
RS
20952004-12-21 Richard M. Stallman <rms@gnu.org>
2096
2097 * commands.texi (Event Input Misc): Add while-no-input.
2098
9eb8959a
RS
20992004-12-11 Richard M. Stallman <rms@gnu.org>
2100
2101 * display.texi (Line Height): Rewrite text for clarity.
2102
adf87c29
KS
21032004-12-11 Kim F. Storm <storm@cua.dk>
2104
2105 * display.texi (Display): Add node "Line Height" to menu.
2106 (Line Height): New node. Move full description of line-spacing
2107 and line-height text properties here from text.texi.
2108 (Scroll Bars): Add vertical-scroll-bar variable.
2109
2110 * frames.texi (Window Frame Parameters): Remove line-height defvar.
2111
2112 * locals.texi (Standard Buffer-Local Variables): Fix xref for
2113 line-spacing and vertical-scroll-bar.
2114
2115 * text.texi (Special Properties): Just mention line-spacing and
2116 line-height here, add xref to new "Line Height" node.
2117
31e4729e
TTN
21182004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
2119
2120 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
2121
2122 * locals.texi (Standard Buffer-Local Variables):
2123 Add @xref for `line-spacing'.
2124
cc60c723
RS
21252004-12-05 Richard M. Stallman <rms@gnu.org>
2126
2127 * Makefile.in (maintainer-clean): Remove the info files
2128 in $(infodir) where they are created.
2129
f6101ac9
RS
21302004-12-03 Richard M. Stallman <rms@gnu.org>
2131
2132 * windows.texi (Selecting Windows): get-lru-window and
2133 get-largest-window don't consider dedicated windows.
2134
2135 * text.texi (Undo): Document undo-in-progress.
2136
94221759
RS
21372004-11-26 Richard M. Stallman <rms@gnu.org>
2138
2139 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
2140 Remove a few vars that are not always buffer-local.
2141
7092c5e8
LT
21422004-11-24 Luc Teirlinck <teirllm@auburn.edu>
2143
2144 * locals.texi (Standard Buffer-Local Variables): Comment out
2145 xref's to non-existent node `Yet to be written'.
2146
261b01c6
RS
21472004-11-24 Richard M. Stallman <rms@gnu.org>
2148
2149 * processes.texi (Synchronous Processes): Grammar fix.
2150
2151 * numbers.texi (Comparison of Numbers): Add eql.
2152
2153 * locals.texi (Standard Buffer-Local Variables): Add many vars.
2154
2155 * intro.texi (Printing Notation): Fix previous change.
2156
2157 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
2158 and default-indicate-buffer-boundaries from here.
2159 (Usual Display): To here.
2160 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
2161 (Usual Display): Move tab-width up.
2162
2163 * customize.texi (Variable Definitions): Replace
2164 show-paren-mode example with tooltip-mode.
7092c5e8 2165 (Simple Types, Composite Types, Defining New Types):
261b01c6 2166 Minor cleanups.
7092c5e8 2167
c1aa4864
JH
21682004-11-21 Jesper Harder <harder@ifa.au.dk>
2169
2170 * processes.texi (Synchronous Processes, Output from Processes):
2171 Markup fix.
2172
dedbac89
RS
21732004-11-20 Richard M. Stallman <rms@gnu.org>
2174
07c8c65a
RS
2175 * positions.texi (Skipping Characters): skip-chars-forward
2176 now handles char classes.
2177
8f40a868
RS
2178 * intro.texi (Printing Notation): Avoid confusion of `print'
2179 when explaining @print.
2180
2181 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
2182
2183 * display.texi (Display Table Format): Minor fix.
2184
2185 * streams.texi (Output Functions): Fix print example.
2186
fd6866c8
RS
2187 * Makefile.in (elisp): New target.
2188 (dist): Depend on $(infodir)/elisp, not elisp.
2189 Copy the info files from $(infodir).
2190
9d00469f
RS
2191 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
2192 read-from-minibuffer.
2193
dedbac89
RS
2194 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
2195
6de891db
RS
21962004-11-19 Richard M. Stallman <rms@gnu.org>
2197
2198 * searching.texi (Regexp Search): Add search-whitespace-regexp.
2199
e1c1c5a7
TTN
22002004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
2201
2202 * tips.texi (Coding Conventions): Fix typo.
2203
ee31cd78
RS
22042004-11-16 Richard M. Stallman <rms@gnu.org>
2205
2206 * tips.texi (Coding Conventions): Separate defvar and require
2207 methods to avoid warnings. Use require only when there are many
2208 functions and variables from that package.
2209
2210 * minibuf.texi (Minibuffer Completion): When ignoring case,
2211 predicate must not be case-sensitive.
2212
2213 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
2214 (Test Coverage): Don't talk about "splotches". Clarified.
2215
4bd38e94
TTN
22162004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
2217
2218 * frames.texi (Window Frame Parameters): Fix typo.
2219
6d073ae1
KS
22202004-11-15 Kim F. Storm <storm@cua.dk>
2221
9f89426b
KS
2222 * symbols.texi (Other Plists): Note that plist-get may signal error.
2223 Add safe-plist-get.
6d073ae1 2224
10980463
TTN
22252004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
2226
2227 * modes.texi (Font Lock Basics): Fix typo.
2228
1efc19eb
RS
22292004-11-08 Richard M. Stallman <rms@gnu.org>
2230
2231 * syntax.texi (Syntax Table Functions): Add syntax-after.
2232
6159c232
EZ
22332004-11-06 Lars Brinkhoff <lars@nocrew.org>
2234
2235 * os.texi (Processor Run Time): New section documenting
2236 get-internal-run-time.
2237
59dede22
EZ
22382004-11-06 Eli Zaretskii <eliz@gnu.org>
2239
2240 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
2241 it nukes elisp-cover.texi.
2242 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
2243 elisp-0 etc.
2244
4cc8522c
LT
22452004-11-05 Luc Teirlinck <teirllm@auburn.edu>
2246
2247 * commands.texi (Keyboard Macros): Document `append' return value
2248 of `defining-kbd-macro'.
2249
2d1ef312
RS
22502004-11-01 Richard M. Stallman <rms@gnu.org>
2251
2252 * commands.texi (Interactive Call): Add called-interactively-p.
2253
6f4e005d
SJ
22542004-10-29 Simon Josefsson <jas@extundo.com>
2255
2256 * minibuf.texi (Reading a Password): Revert.
2257
4f71c13f
RS
22582004-10-28 Richard M. Stallman <rms@gnu.org>
2259
2260 * frames.texi (Display Feature Testing): Explain about "vendor".
2261
4660a9e3
RS
22622004-10-27 Richard M. Stallman <rms@gnu.org>
2263
2264 * commands.texi (Interactive Codes): `N' uses numeric prefix,
2265 not raw. Clarify `n'.
2266 (Interactive Call): Rewrite interactive-p, focusing on when
2267 and how to use it.
2268 (Misc Events): Clarify previous change.
2269
2270 * advice.texi (Simple Advice): Clarify what job the example does.
2271 (Around-Advice): Clarify ad-do-it.
2272 (Activation of Advice): An option of ad-default-compilation-action
2273 is `never', not `nil'.
2274
c8636435
KS
22752004-10-26 Kim F. Storm <storm@cua.dk>
2276
2277 * commands.texi (Interactive Codes): Add U code letter.
2278
acd4089b
SJ
22792004-10-25 Simon Josefsson <jas@extundo.com>
2280
2281 * minibuf.texi (Reading a Password): Add.
2282
29dc7809
JR
22832004-10-24 Jason Rumney <jasonr@gnu.org>
2284
2285 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
2286 and wheel-down.
2287
bb5d6d34
KG
22882004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
2289
2290 * processes.texi (Synchronous Processes): Document process-file.
2291
d0ee2ed3
KH
22922004-10-22 Kenichi Handa <handa@m17n.org>
2293
2294 * text.texi (translate-region): Document that it accepts also a
2295 char-table.
2296
38be9dbb
DP
22972004-10-22 David Ponce <david@dponce.com>
2298
2299 * windows.texi (Resizing Windows): Document the `preserve-before'
2300 argument of the functions `enlarge-window' and `shrink-window'.
2301
63c80452
JR
23022004-10-19 Jason Rumney <jasonr@gnu.org>
2303
2304 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
2305
9f4b6e73
LT
23062004-10-09 Luc Teirlinck <teirllm@auburn.edu>
2307
2308 * text.texi (Filling): Add anchor for definition of
2309 `sentence-end-double-space'.
2310
2311 * searching.texi (Regexp Example): Update description of how
2312 Emacs currently recognizes the end of a sentence.
2313 (Standard Regexps): Update definition of the variable
2314 `sentence-end'. Add definition of the function `sentence-end'.
2315
657f0f9c
EZ
23162004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
2317
2318 * display.texi (Progress): New node.
2319
35ab4857
KS
23202004-10-05 Kim F. Storm <storm@cua.dk>
2321
2322 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
2323
f2a54fbc
KS
23242004-09-29 Kim F. Storm <storm@cua.dk>
2325
2326 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
2327 to identify bitmaps. Remove -fringe-bitmap suffix for standard
2328 fringe bitmap symbols, as they now have their own namespace.
2329 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
2330 vs. pixels. Signal error if no free bitmap slots.
2331 (Pixel Specification): Change IMAGE to @var{image}.
2332
4676d6f3
RS
23332004-09-28 Richard M. Stallman <rms@gnu.org>
2334
2335 * text.texi (Special Properties): Clarify line-spacing and line-height.
2336
2337 * searching.texi (Regexp Search): Add looking-back.
2338
17234906
LT
23392004-09-25 Luc Teirlinck <teirllm@auburn.edu>
2340
2341 * display.texi: Correct typos.
2342 (Image Descriptors): Correct xref's.
2343
4de43c8b
RS
23442004-09-25 Richard M. Stallman <rms@gnu.org>
2345
2346 * text.texi (Special Properties): Cleanups in `cursor'.
2347 Rewrites in `line-height' and `line-spacing'; exchange them.
2348
2349 * display.texi (Fringes): Rewrite previous change.
2350 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
2351 (Display Fringe Bitmaps): Node deleted, text moved.
2352 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
2353 (Scroll Bars): Clarify set-window-scroll-bars.
2354 (Pointer Shape): Rewrite.
2355 (Specified Space): Clarify :align-to, etc.
2356 (Pixel Specification): Use @var. Clarify new text.
2357 (Other Display Specs): Clarify `slice'.
2358 (Image Descriptors): Cleanups.
2359 (Showing Images): Cleanups.
2360
a3ee0299
LT
23612004-09-24 Luc Teirlinck <teirllm@auburn.edu>
2362
e88ebce6
LT
2363 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
2364
a3ee0299
LT
2365 * modes.texi: Various minor changes in addition to:
2366 (Major Mode Conventions): Final call to `run-mode-hooks' should
2367 not be inside the `delay-mode-hooks' form.
2368 (Mode Hooks): New node.
2369 (Hooks): Delete obsolete example.
2370 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
2371 node "Mode Hooks".
2372
6db2bc02
LT
23732004-09-22 Luc Teirlinck <teirllm@auburn.edu>
2374
2375 * display.texi: Correct various typos.
2376 (Display): Rename node "Pointer Shapes" to "Pointer
2377 Shape". (There is already a node called "Pointer Shapes" in
2378 frames.texi.)
2379 (Images): Remove non-existent node "Image Slices" from menu.
2380
ed2846bd
KS
23812004-09-23 Kim F. Storm <storm@cua.dk>
2382
2383 * text.texi (Special Properties): Add `cursor', `pointer',
2384 `line-height', and `line-spacing' properties.
2385
2386 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
2387 Shapes' to menu.
2388 (Standard Faces): Doc fix for fringe face.
2389 (Fringes): Add `overflow-newline-into-fringe' and
2390 'indicate-buffer-boundaries'.
2391 (Fringe Bitmaps, Pointer Shapes): New nodes.
2392 (Display Property): Add 'Pixel Specification' and 'Display Fringe
2393 Bitmaps' to menu.
2394 (Specified Space): Describe pixel width and height.
2395 (Pixel Specification): New node.
2396 (Other Display Specs): Add `slice' property.
2397 (Display Fringe Bitmaps): New node.
2398 (Images): Add 'Image Slices' to menu.
2399 (Image Descriptors): Add `:pointer' and `:map' properties.
2400 (Showing Images): Add slice arg to `insert-image'. Add
2401 'insert-sliced-image'.
2402
4d894c98
RS
24032004-09-20 Richard M. Stallman <rms@gnu.org>
2404
2405 * commands.texi (Key Sequence Input):
2406 Clarify downcasing in read-key-sequence.
2407
7e388eb7
JL
24082004-09-08 Juri Linkov <juri@jurta.org>
2409
2410 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
2411
a020987f
LT
24122004-09-07 Luc Teirlinck <teirllm@auburn.edu>
2413
2414 * locals.texi (Standard Buffer-Local Variables): Add
2415 `buffer-auto-save-file-format'.
2416 * internals.texi (Buffer Internals): Describe new
2417 auto_save_file_format field of the buffer structure.
2418 * files.texi (Format Conversion): `auto-save-file-format' has been
2419 renamed `buffer-auto-save-file-format'.
2420
2b96f80c
LT
24212004-08-27 Luc Teirlinck <teirllm@auburn.edu>
2422
2423 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
2424 an integer or a marker.
2425 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
2426
2ee3b79e
RS
24272004-08-22 Richard M. Stallman <rms@gnu.org>
2428
2429 * modes.texi (Major Mode Conventions): Discuss rebinding of
2430 standard key bindings.
2431
c438dc33
KS
24322004-08-18 Kim F. Storm <storm@cua.dk>
2433
2434 * processes.texi (Accepting Output): Add `just-this-one' arg to
2435 `accept-process-output'.
101c421e 2436 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 2437
db8af011
LT
24382004-08-10 Luc Teirlinck <teirllm@auburn.edu>
2439
2440 * keymaps.texi: Various changes in addition to:
2441 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
2442 Give more varied examples for `kbd'.
2443 (Creating Keymaps): Char tables have slots for all characters
2444 without modifiers.
2445 (Active Keymaps): `overriding-local-map' and
2446 `overriding-terminal-local-map' also override text property and
2447 overlay keymaps.
2448 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
2449 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
2450 to denote a prefix of no events.
2451 `map-keymap' includes parent's bindings _recursively_.
2452 Clarify and correct description of `where-is-internal'.
2453 Mention BUFFER-OR-NAME arg to `describe-bindings'.
2454 (Menu Example): For menus intended for use with the keyboard, the
2455 menu items should be bound to characters or real function keys.
2456
de700726
LT
24572004-08-08 Luc Teirlinck <teirllm@auburn.edu>
2458
30e75a87
LT
2459 * objects.texi (Character Type): Reposition `@anchor' to prevent
2460 double space inside sentence in Info.
2461
de700726
LT
2462 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
2463 renamed to `disabled-command-function'.
7c5b95c9 2464 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
2465 (Command Loop Info): Replace reference to it.
2466 (Disabling Commands): `disabled-command-hook' has been renamed to
2467 `disabled-command-function'.
2468
81909a1a
LT
24692004-08-07 Luc Teirlinck <teirllm@auburn.edu>
2470
2471 * os.texi (Translating Input): Only non-prefix bindings in
2472 `key-translation-map' override actual key bindings. Warn about
2473 possible indirect effect of actual key bindings on non-prefix
2474 bindings in `key-translation-map'.
2475
5504e99c
LT
24762004-08-06 Luc Teirlinck <teirllm@auburn.edu>
2477
2478 * minibuf.texi (High-Level Completion): Add anchor for definition
2479 of `read-variable'.
2480
2481 * commands.texi: Various changes in addition to:
2482 (Using Interactive): Clarify description of `interactive-form'.
2483 (Interactive Call): Mention default for KEYS argument to
2484 `call-interactively'.
2485 (Command Loop Info): Clarify description of `this-command-keys'.
2486 Mention KEEP-RECORD argument to `clear-this-command-keys'.
2487 Value of `last-event-frame' can be `macro'.
2488 (Repeat Events): `double-click-fuzz' is also used to distinguish
2489 clicks and drags.
2490 (Classifying Events): Clarify descriptions of `event-modifiers'
2491 `event-basic-type' and `event-convert-list'.
2492 (Accessing Events): `posn-timestamp' takes POSITION argument.
2493 (Quoted Character Input): Clarify description of
2494 `read-quoted-char' and fix example.
2495 (Quitting): Add `with-local-quit'.
2496 (Disabling Commands): Correct and clarify descriptions of
2497 `enable-command' and `disable-command'.
2498 Mention what happens if `disabled-command-hook' is nil.
2499 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
2500 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
2501
f478a72a
LT
25022004-07-24 Luc Teirlinck <teirllm@auburn.edu>
2503
2504 * frames.texi: Various changes in addition to:
2505 (Creating Frames): Expand and clarify description of `make-frame'.
2506 (Window Frame Parameters): Either none or both of the `icon-left'
2507 and `icon-top' parameters must be specified. Put descriptions of
2508 `menu-bar-lines' and `toolbar-lines' closer together and change
2509 them accordingly.
2510 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
2511 except while processing `frame-title-format' or `icon-title-format'.
2512 (Deleting Frames): Correct description of `delete-frame'.
2513 Non-nil return values of `frame-live-p' are like those of `framep'.
2514 (Frames and Windows): mention return value of
2515 `set-frame-selected-window'.
2516 (Visibility of Frames): Mention `force' argument to
2517 `make-frame-invisible'. `frame-visible-p' returns t for all
2518 frames on text-only terminals.
2519 (Frame Configurations): Restoring a frame configuration does not
2520 restore deleted frames.
2521 (Window System Selections): `x-set-selection' returns DATA.
2522 (Resources): Add example.
2523 (Display Feature Testing): Clarify descriptions of
2524 `display-pixel-height', `display-pixel-width', `x-server-version'
2525 and `x-server-vendor'.
2526
2527 * windows.texi (Choosing Window): Add anchor.
2528 * minibuf.texi (Minibuffer Misc): Add anchor.
2529
bc135062
JPW
25302004-07-23 John Paul Wallington <jpw@gnu.org>
2531
2532 * macros.texi (Defining Macros): Declaration keyword for setting
2533 Edebug spec is `debug' not `edebug'.
2534
cb7516e5
LT
25352004-07-19 Luc Teirlinck <teirllm@auburn.edu>
2536
2537 * windows.texi: Various small changes in addition to:
2538 (Window Point): Mention return value of `set-window-point'.
2539 (Window Start): `pos-visible-in-window-p' disregards horizontal
2540 scrolling. Explain return value if PARTIALLY is non-nil.
2541 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
2542 and `set-window-vscroll'.
2543 (Size of Window): The argument WINDOW to `window-inside-edges',
2544 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
2545 (Resizing Windows): Explain return value of
2546 `shrink-window-if-larger-than-buffer'.
2547 `window-size-fixed' automatically becomes buffer local when set.
2548 (Window Configurations): Explain return value of
2549 `set-window-configuration'.
2550
2551 * minibuf.texi (Minibuffer Misc): Add anchor for
2552 `minibuffer-scroll-window'.
2553
2554 * positions.texi (Text Lines): Add anchor for `count-lines'.
2555
3751eb00
RS
25562004-07-17 Richard M. Stallman <rms@gnu.org>
2557
2558 * display.texi (Overlay Properties): Adding `evaporate' prop
2559 deletes empty overlay immediately.
2560
2561 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
2562 fix example.
2563
9a7e97c6
LT
25642004-07-16 Jim Blandy <jimb@redhat.com>
2565
2566 * searching.texi (Regexp Backslash): Document new \_< and \_>
2567 operators.
2568
aa0e4da8
JB
25692004-07-16 Juanma Barranquero <lektu@terra.es>
2570
2571 * display.texi (Images): Fix Texinfo usage.
2572
cbbfedb2
LT
25732004-07-14 Luc Teirlinck <teirllm@auburn.edu>
2574
2575 * buffers.texi (Modification Time): `visited-file-modtime' now
2576 returns a list of two integers, instead of a cons.
2577
3a052bd3
LT
25782004-07-13 Luc Teirlinck <teirllm@auburn.edu>
2579
2580 * windows.texi: Various changes in addition to:
2581 (Splitting Windows): Add `split-window-keep-point'.
2582
02c04e6f
RS
25832004-07-09 Richard M. Stallman <rms@gnu.org>
2584
2585 * frames.texi (Input Focus): Minor fix.
2586
cb4f1287
LT
25872004-07-07 Luc Teirlinck <teirllm@auburn.edu>
2588
2589 * frames.texi (Input Focus): Clarify descriptions of
2590 `select-frame-set-input-focus' and `select-frame'.
2591
339902ec
LT
25922004-07-06 Luc Teirlinck <teirllm@auburn.edu>
2593
2594 * os.texi: Various small changes in addition to:
2595 (Killing Emacs): Expand and clarify description of
2596 `kill-emacs-query-functions' and `kill-emacs-hook'.
2597 (System Environment): Expand and clarify description of `getenv'
2598 and `setenv'.
2599 (Timers): Clarify description of `run-at-time'.
2600 (Translating Input): Correct description of
2601 `extra-keyboard-modifiers'.
2602 (Flow Control): Correct description of `enable-flow-control'.
2603
fe3b7e35
TTN
26042004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
2605
2606 * os.texi: Update copyright.
2607 (Session Management): Grammar fix.
2608 Clarify which Emacs does the restarting.
2609 Use @samp for *scratch* buffer.
2610
59db7d6e
LT
26112004-07-04 Alan Mackenzie <acm@muc.de>
2612
2613 * frames.texi (Input Focus): Add documentation for
2614 `select-frame-set-input-focus'. Replace refs to non-existent
2615 `switch-frame' with `select-frame'. Minor corrections and tidying
2616 up of text-only terminal stuff.
2617
e3ccf404
RS
26182004-07-02 Richard M. Stallman <rms@gnu.org>
2619
2620 * files.texi (Saving Buffers): Cleanup write-contents-function.
2621 (Magic File Names): Cleanup file-remote-p.
2622
8addb6eb
KG
26232004-07-02 Kai Grossjohann <kai@emptydomain.de>
2624
2625 * files.texi (Magic File Names): `file-remote-p' returns an
2626 identifier of the remote system, not just t.
2627
7a58d84d
DK
26282004-07-02 David Kastrup <dak@gnu.org>
2629
2630 * searching.texi (Entire Match Data): Add explanation about new
2631 match-data behavior when @var{integers} is non-nil.
2632
d8c379f8
RS
26332004-06-24 Richard M. Stallman <rms@gnu.org>
2634
b4a4b0ae
RS
2635 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
2636
d8c379f8
RS
2637 * customize.texi (Variable Definitions): Note about doc strings
2638 and :set.
2639
2640 * keymaps.texi (Keymap Terminology): Document `kbd'.
2641 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
2642
2643 * display.texi (Invisible Text): Setting buffer-invisibility-spec
2644 makes it buffer-local.
2645
2646 * files.texi (Saving Buffers): Correct previous change.
2647
2648 * commands.texi (Accessing Events):
2649 Clarify posn-col-row and posn-actual-col-row.
2650
26512004-06-24 David Ponce <david.ponce@wanadoo.fr>
2652
2653 * commands.texi (Accessing Events): New functions
2654 posn-at-point and posn-at-x-y. Add example to posn-x-y.
2655
dce417e7
LT
26562004-06-23 Luc Teirlinck <teirllm@auburn.edu>
2657
2658 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
2659 * frames.texi, buffers.texi, backups.texi, variables.texi:
2660 * loading.texi, eval.texi, functions.texi, control.texi:
2661 * symbols.texi, minibuf.texi: Reposition @anchor's.
2662
2663 * help.texi: Various small changes in addition to the following.
2664 (Describing Characters): Describe PREFIX argument to
2665 `key-description'. Correct and clarify definition of
2666 `text-char-description'. Describe NEED-VECTOR argument to
2667 `read-kbd-macro'.
2668 (Help Functions): Clarify definition of `apropos'.
2669
255d07dc
LH
26702004-06-23 Lars Hansen <larsh@math.ku.dk>
2671
2672 * files.texi (Saving Buffers): Correct description of
2673 `write-contents-functions'.
2674
4e9691e9
JB
26752004-06-21 Juanma Barranquero <lektu@terra.es>
2676
2677 * display.texi (Images): Remove redundant @vindex directives.
2678 Rewrite `image-library-alist' doc in active voice.
2679
1ebd4f78
JB
26802004-06-14 Juanma Barranquero <lektu@terra.es>
2681
2682 * display.texi (Images): Document new delayed library loading,
2683 variable `image-library-alist' and (existing but undocumented)
2684 function `image-type-available-p'.
2685
ddfb8369
RS
26862004-06-05 Richard M. Stallman <rms@gnu.org>
2687
2688 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
2689 refer the user to the Initial Input node.
2690 (Text from Minibuffer): Likewise.
2691 (Initial Input): New node. Document this feature
2692 and say it is mostly deprecated.
2693
18684a3a
RS
26942004-05-30 Richard M. Stallman <rms@gnu.org>
2695
7a61e456
RS
2696 * loading.texi (Named Features): Clarify return value
2697 and meaning of NOERROR.
2698
18684a3a
RS
2699 * variables.texi (File Local Variables): Minor cleanup.
2700
c8364415
MA
27012004-05-30 Michael Albinus <michael.albinus@gmx.de>
2702
2703 * files.texi (Magic File Names): Add `file-remote-p' as operation
2704 of file name handlers.
2705
08fd1251
RS
27062004-05-29 Richard M. Stallman <rms@gnu.org>
2707
2708 * modes.texi (Minor Mode Conventions): (-) has no special meaning
2709 as arg to a minor mode command.
2710
71d5a208
RS
27112004-05-22 Richard M. Stallman <rms@gnu.org>
2712
2713 * syntax.texi (Syntax Class Table): Word syntax not just for English.
2714
2715 * streams.texi (Output Variables): Doc float-output-format.
2716
2717 * searching.texi (Regexp Special): Nested repetition can be infloop.
2718
2719 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
2720 real stack overflow.
2721
2722 * compile.texi: Minor cleanups.
2723
27242004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
2725
2726 * lists.texi (Cons Cells): Explain dotted lists, true lists,
2727 circular lists.
2728 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 2729
022cb162
TTN
27302004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
2731
2732 * modes.texi (Search-based Fontification): Fix typo.
2733
aa7094ba
JB
27342004-05-10 Juanma Barranquero <lektu@terra.es>
2735
2736 * modes.texi (Mode Line Variables): Fix description of
2737 global-mode-string, which is now after which-func-mode, not the
2738 buffer name.
2739
c2383279
LH
27402004-05-07 Lars Hansen <larsh@math.ku.dk>
2741
2742 * modes.texi (Desktop Save Mode): Add.
2743 (Modes): Add menu entry Desktop Save Mode.
2744
2745 * hooks.texi: Add desktop-after-read-hook,
2746 desktop-no-desktop-file-hook and desktop-save-hook.
2747
2748 * locals.texi: Add desktop-save-buffer.
2749
058296d3
JH
27502004-04-30 Jesper Harder <harder@ifa.au.dk>
2751
2752 * display.texi: emacs -> Emacs.
2753
0c54865e
EZ
27542004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2755
2756 * files.texi (Changing Files): Document set-file-times.
2757
d814862a
JB
27582004-04-23 Juanma Barranquero <lektu@terra.es>
2759
2760 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2761
e8d6f886
JH
27622004-04-18 Jesper Harder <harder@ifa.au.dk>
2763
2764 * tips.texi (Coding Conventions): defopt -> defcustom.
2765
3a424014
LT
27662004-04-16 Luc Teirlinck <teirllm@auburn.edu>
2767
2768 * sequences.texi: Various clarifications.
2769
9e860631
LT
27702004-04-14 Luc Teirlinck <teirllm@auburn.edu>
2771
2772 * buffers.texi (Read Only Buffers): Mention optional ARG to
2773 `toggle-read-only'.
2774
5e30a0fb
NR
27752004-04-14 Nick Roberts <nick@nick.uklinux.net>
2776
9e860631 2777 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
2778 returns a full-width window if possible.
2779
619fb950
LT
27802004-04-13 Luc Teirlinck <teirllm@auburn.edu>
2781
2782 * buffers.texi: Various changes in addition to:
2783 (Buffer File Name): Add `find-buffer-visiting'.
2784 (Buffer Modification): Mention optional ARG to `not-modified'.
2785 (Indirect Buffers): Mention optional CLONE argument to
2786 `make-indirect-buffer'.
2787
2788 * files.texi: Various changes in addition to:
2789 (Visiting Functions): `find-file-hook' is now a normal hook.
2790 (File Name Expansion): Explain difference between the way that
2791 `expand-file-name' and `file-truename' treat `..'.
2792 (Contents of Directories): Mention optional ID-FORMAT argument to
2793 `directory-files-and-attributes'.
2794 (Format Conversion): Mention new optional CONFIRM argument to
2795 `format-write-file'.
2796
a2295d32
MB
27972004-04-12 Miles Bader <miles@gnu.org>
2798
2799 * macros.texi (Expansion): Add description of `macroexpand-all'.
2800
571fd4d5
JH
28012004-04-05 Jesper Harder <harder@ifa.au.dk>
2802
2803 * variables.texi (Variable Aliases): Mention
2804 cyclic-variable-indirection.
2805
2806 * errors.texi (Standard Errors): Ditto.
2807
4ba2fd66
LT
28082004-04-04 Luc Teirlinck <teirllm@auburn.edu>
2809
2810 * backups.texi: Various small changes in addition to:
2811 (Making Backups): Mention return value of `backup-buffer'.
2812 (Auto-Saving): Mention optional FORCE argument to
2813 `delete-auto-save-file-if-necessary'.
2814 (Reverting): Mention optional PRESERVE-MODES argument to
2815 `revert-buffer'. Correct description of `revert-buffer-function'.
2816
8f7ea687
JL
28172004-03-22 Juri Linkov <juri@jurta.org>
2818
2819 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
2820 with `Vector Functions'.
2821
2822 * text.texi (Sorting): Add missing quote.
2823
0eeca3c1
LT
28242004-03-14 Luc Teirlinck <teirllm@auburn.edu>
2825
2826 * intro.texi (Lisp History): Replace xref to `cl' manual with
2827 inforef.
2828
e69cfac2
RS
28292004-03-12 Richard M. Stallman <rms@gnu.org>
2830
2831 * intro.texi (Version Info): Add arg to emacs-version.
2832 (Lisp History): Change xref to CL manual.
2833
1b91d47f
LT
28342004-03-09 Luc Teirlinck <teirllm@auburn.edu>
2835
2836 * minibuf.texi (Completion Commands): Add xref to Emacs manual
2837 for Partial Completion mode.
2838
97073664
TTN
28392004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
2840
2841 * customize.texi: Fix typo. Remove eol whitespace.
2842
04a6e76b
RS
28432004-03-04 Richard M. Stallman <rms@gnu.org>
2844
2845 * processes.texi: Fix typos.
2846
2847 * lists.texi (Building Lists): Minor clarification.
2848
2849 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
2850 in make-hash-table.
2851
5bb0fcd1
JB
28522004-02-29 Juanma Barranquero <lektu@terra.es>
2853
2854 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
2855 rm, and ignore exit code.
2856
9022d421
EZ
28572004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
2858
2859 * display.texi (Defining Faces): Add description for min-colors.
2860 Update example.
2861
92f5fba2
LT
28622004-02-23 Luc Teirlinck <teirllm@auburn.edu>
2863
2864 * abbrevs.texi: Various corrections and clarifications in addition
2865 to the following:
2866 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
2867
7e83e178
GM
28682004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2869
2870 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
2871
9c5609e8
LT
28722004-02-21 Luc Teirlinck <teirllm@auburn.edu>
2873
e2b9b51f
LT
2874 * text.texi: Various small changes in addition to the following:
2875 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
2876 to delete-horizontal-space.
2877 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
2878 description of yank-handler text property at various places.
2879
7daa0e81
LT
2880 * frames.texi (Window System Selections): Add anchor.
2881
9c5609e8
LT
2882 * syntax.texi (Syntax Table Functions): Clarify and correct
2883 descriptions of make-syntax-table and copy-syntax-table.
2884 (Motion and Syntax): Clarify SYNTAXES argument to
2885 skip-syntax-forward.
2886 (Parsing Expressions): Mention that the return value of
2887 parse-partial-sexp is currently a list of ten rather than nine
2888 elements.
2889 (Categories): Various corrections and clarifications.
2890
d29edb21
LT
28912004-02-17 Luc Teirlinck <teirllm@auburn.edu>
2892
2893 * markers.texi (Marker Insertion Types): Minor change.
2894
2895 * locals.texi (Standard Buffer-Local Variables):
2896 * commands.texi (Interactive Codes, Using Interactive):
2897 * functions.texi (Related Topics): Fix xrefs.
2898
43e48bda
LT
28992004-02-16 Luc Teirlinck <teirllm@auburn.edu>
2900
2901 * lists.texi (Sets And Lists): Update description of delete-dups.
2902
84e34002
RS
29032004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2904
2905 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
2906
29072004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2908
2909 * frames.texi (Parameter Access): frame-parameters arg is optional.
2910 modify-frame-parameters handles nil for FRAME.
2911 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
2912 are all-or-nothing for certain toolkits.
2913 Mention parameter wait-for-wm.
2914 (Frames and Windows): In frame-first-window and frame-selected-window
2915 the arg is optional.
2916 (Input Focus): In redirect-frame-focus the second arg is optional.
2917 (Window System Selections): Mention selection type CLIPBOARD.
2918 Mention data-type UTF8_STRING.
2919 Mention numbering of cut buffers.
2920 (Resources): Describe x-resource-name.
2921
29222004-02-16 Richard M. Stallman <rms@gnu.org>
2923
2924 * windows.texi (Buffers and Windows): Delete false table
2925 about all-frames.
2926
2927 * syntax.texi (Parsing Expressions): Delete old caveat
2928 about parse-sexp-ignore-comments.
2929
2930 * streams.texi (Output Variables): Add print-quoted.
2931
2932 * lists.texi (Building Lists): Minor cleanup.
2933
2934 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
2935
2936 * display.texi (Overlays): Explain overlays use markers.
2937 (Managing Overlays): Explain front-advance and rear-advance
2938 in more detail.
2939
2940 * loading.texi (Unloading): Document unload-feature-special-hooks.
2941 Get rid of fns-NNN.el file.
2942
29432004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2944
2945 * help.texi (Describing Characters): Fix text-char-description
2946 example output.
2947
2948 * edebug.texi (Using Edebug): Fix example.
2949
2950 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 2951
84e34002
RS
2952 * files.texi (Changing Files): Fix argname.
2953
2954 * calendar.texi: Fix parens, and default values.
2955
2956 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
2957 * nonascii.texi, objects.texi, os.texi: Minor fixes.
2958 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
2959
2960 * positions.texi (Text Lines): Don't add -1 in current-line.
2961
29622004-02-16 Richard M. Stallman <rms@gnu.org>
2963
2964 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
2965
c33b76da
EZ
29662004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2967
2968 * processes.texi (Low-Level Network): Fix a typo.
2969
9d7271e8
KS
29702004-02-12 Kim F. Storm <storm@cua.dk>
2971
2972 * display.texi (Fringes): Use consistent wording.
2973 Note that window-fringe's window arg is optional.
2974 (Scroll Bars): Use consistent wording.
2975
6827d730
LT
29762004-02-11 Luc Teirlinck <teirllm@auburn.edu>
2977
2978 * tips.texi (Comment Tips): Document the new conventions for
2979 commenting out code.
2980
1cb60b5a
JD
29812004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2982
2983 * positions.texi (Text Lines): Added missing end defun.
2984
7fdd1f62
KS
29852004-02-07 Kim F. Storm <storm@cua.dk>
2986
2987 * positions.texi (Text Lines): Add line-number-at-pos.
2988
eb3c144c
JPW
29892004-02-06 John Paul Wallington <jpw@gnu.org>
2990
2991 * display.texi (Button Properties, Button Buffer Commands):
2992 mouse-2 invokes button, not down-mouse-1.
2993
a1d38d63
JR
29942004-02-04 Jason Rumney <jasonr@gnu.org>
2995
2996 * makefile.w32-in: Sync with Makefile.in changes.
2997
4b574f3d
LT
29982004-02-03 Luc Teirlinck <teirllm@auburn.edu>
2999
3000 * minibuf.texi (Text from Minibuffer): Various corrections and
3001 clarifications.
3002 (Object from Minibuffer): Correct Lisp description of
3003 read-minibuffer.
3004 (Minibuffer History): Clarify description of cons values for
3005 HISTORY arguments.
3006 (Basic Completion): Various corrections and clarifications. Add
3007 completion-regexp-list.
3008 (Minibuffer Completion): Correct and clarify description of
3009 completing-read.
6f6b0433 3010 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
3011 other minor changes.
3012 (High-Level Completion): Various corrections and clarifications.
3013 (Reading File Names): Ditto.
3014 (Minibuffer Misc): Ditto.
3015
d8186297
LT
30162004-01-26 Luc Teirlinck <teirllm@auburn.edu>
3017
3018 * strings.texi (Text Comparison): assoc-string also matches
3019 elements of alists that are strings instead of conses.
3020 (Formatting Strings): Standardize Texinfo usage. Update index
3021 entries.
3022
9adcb5f2
LT
30232004-01-20 Luc Teirlinck <teirllm@auburn.edu>
3024
3025 * lists.texi (Sets And Lists): Add delete-dups.
3026
3e7274ae
LT
30272004-01-15 Luc Teirlinck <teirllm@auburn.edu>
3028
3029 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
3030 special form.
3031 * macros.texi (Defining Macros): Update description of `declare',
3032 which now is a macro.
3033 (Wrong Time): Fix typos.
3034
944e099f
LT
30352004-01-14 Luc Teirlinck <teirllm@auburn.edu>
3036
3037 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 3038 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
3039 and `batch-byte-compile'. In particular, mention and describe
3040 all optional arguments.
3041 (Disassembly): Correct and clarify the description of `disassemble'.
3042
90c3aa59
LT
30432004-01-11 Luc Teirlinck <teirllm@auburn.edu>
3044
3045 * searching.texi: Various small changes in addition to the
3046 following.
3047 (Regexp Example): Adapt to new value of `sentence-end'.
3048 (Regexp Functions): The PAREN argument to `regexp-opt' can be
3049 `words'.
3050 (Search and Replace): Add usage note for `perform-replace'.
3051 (Entire Match Data): Mention INTEGERS and REUSE arguments to
3052 `match-data'.
3053 (Standard Regexps): Update for new values of `paragraph-start'
3054 and `sentence-end'.
3055
583c353d
LT
30562004-01-07 Luc Teirlinck <teirllm@auburn.edu>
3057
3058 * files.texi (Saving Buffers): Clarify descriptions of
3059 `write-contents-functions' and `before-save-hook'.
3060 Make the defvar's for `before-save-hook' and `after-save-hook'
3061 into defopt's.
3062
05faee07
KS
30632004-01-07 Kim F. Storm <storm@cua.dk>
3064
3065 * commands.texi (Click Events): Describe new image and
3066 width/height elements of click events.
3067 (Accessing Events): Add posn-string, posn-image, and
3068 posn-object-width-height. Change posn-object to return either
3069 image or string object.
3070
a0465ec3
SJ
30712004-01-01 Simon Josefsson <jas@extundo.com>
3072
3073 * hooks.texi (Standard Hooks): Add before-save-hook.
3074 * files.texi (Saving Buffers): Likewise.
3075
972c0c49
RS
30762004-01-03 Richard M. Stallman <rms@gnu.org>
3077
3078 * frames.texi (Frames and Windows): Delete frame-root-window.
3079
dbcd463f
LT
30802004-01-03 Luc Teirlinck <teirllm@auburn.edu>
3081
3082 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
3083
3084 * functions.texi: Various small changes in addition to the
3085 following.
3086 (What Is a Function): `functionp' returns nil for macros. Clarify
3087 behavior of this and following functions for symbol arguments.
3088 (Function Documentation): Add `\' in front of (fn @var{arglist})
3089 and explain why.
3090 (Defining Functions): Mention DOCSTRING argument to `defalias'.
3091 Add anchor.
3092 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
3093
02c77ee9
MB
30942004-01-01 Miles Bader <miles@gnu.org>
3095
3096 * display.texi (Buttons): New section.
3097
903a1a91
AS
30982003-12-31 Andreas Schwab <schwab@suse.de>
3099
3100 * numbers.texi (Math Functions): sqrt reports a domain-error
3101 error.
3102 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
3103
697cf92a
LT
31042003-12-30 Luc Teirlinck <teirllm@auburn.edu>
3105
3f70fe82
LT
3106 * tips.texi (Documentation Tips): Update item on hyperlinks in
3107 documentation strings.
3108
697cf92a
LT
3109 * errors.texi (Standard Errors): Various small corrections and
3110 additions.
3111
3112 * control.texi: Various small changes in addition to the
3113 following.
3114 (Signaling Errors): Provide some more details on how `signal'
3115 constructs the error message. Add anchor to the definition of
3116 `signal'.
3117 (Error Symbols): Describe special treatment of `quit'.
3118 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
3119 to emphasize that it has to be a single form.
3120
3121 * buffers.texi: Add anchor.
3122
4d25144d
RS
31232003-12-29 Richard M. Stallman <rms@gnu.org>
3124
3125 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
3126 (Window Configurations): Add window-configuration-frame.
3127
3128 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
3129
3130 * text.texi (Examining Properties): Add get-char-property-and-overlay.
3131 Change arg name in get-char-property.
3132 (Special Properties): Update handling of keymap property.
3133
3134 * strings.texi (Modifying Strings): Add clear-string.
3135 (Text Comparison): Add assoc-string and remove
3136 assoc-ignore-case, assoc-ignore-representation.
3137
3138 * os.texi (Time of Day): Add set-time-zone-rule.
3139
3140 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 3141 report domain-error errors.
4d25144d 3142
697cf92a 3143 * nonascii.texi (Converting Representations):
4d25144d
RS
3144 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
3145 (Encoding and I/O): Add file-name-coding-system.
3146
3147 * modes.texi (Search-based Fontification): Explain that
3148 face specs are symbols with face names as values.
3149
3150 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
3151
3152 * lists.texi (Building Lists): remq moved elsewhere.
3153 (Sets And Lists): remq moved here.
3154 (Association Lists): Refer to assoc-string.
3155
3156 * internals.texi (Garbage Collection): Add memory-use-counts.
3157
3158 * frames.texi (Frames and Windows): Add set-frame-selected-window
3159 and frame-root-window.
3160
697cf92a 3161 * files.texi (Contents of Directories):
4d25144d
RS
3162 Add directory-files-and-attributes.
3163
3164 * display.texi (Refresh Screen): Add force-window-update.
3165 (Invisible Text): Explain about moving point out of invis text.
3166 (Overlay Properties): Add overlay-properties.
3167 (Managing Overlays): Add overlayp.
3168 (GIF Images): Invalid image number displays a hollow box.
3169
3170 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
3171 (Killing Buffers): Add buffer-live-p.
3172
67fafe38
MR
31732003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
3174
3175 * display.texi (Fringes): Fix typo "set-buffer-window".
3176
68e74f25
LT
31772003-12-24 Luc Teirlinck <teirllm@auburn.edu>
3178
3179 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
3180 * nonascii.texi, processes.texi, tips.texi, variables.texi:
3181 Add or change various xrefs and anchors.
3182
3183 * commands.texi: Replace all occurrences of @acronym{CAR} with
3184 @sc{car}, for consistency with the rest of the Elisp manual.
3185 `car' and `cdr' are historically acronyms, but are no longer
3186 widely thought of as such.
3187
3188 * internals.texi (Pure Storage): Mention that `purecopy' does not
3189 copy text properties.
3190 (Object Internals): Now 29 bits are used (in most implementations)
3191 to address Lisp objects.
3192
3193 * variables.texi (Variables with Restricted Values): New node.
3194
3195 * objects.texi (Lisp Data Types): Mention that certain variables
3196 can only take on a restricted set of values and add an xref to
3197 the new node "Variables with Restricted Values".
3198
3199 * eval.texi (Function Indirection): Describe the errors that
3200 `indirect-function' can signal.
3201 (Eval): Clarify the descriptions of `eval-region' and `values'.
3202 Describe `eval-buffer' instead of `eval-current-buffer' and
3203 mention `eval-current-buffer' as an alias for `current-buffer'.
3204 Correct the description and mention all optional arguments.
3205
697cf92a 3206 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
3207 following.
3208 (Converting Representations): Clarify behavior of
3209 `string-make-multibyte' and `string-to-multibyte' for unibyte all
3210 ASCII arguments.
3211 (Character Sets): Document the variable `charset-list' and adapt
3212 the definition of the function `charset-list' accordingly.
3213 (Translation of Characters): Clarify use of generic characters in
3214 `make-translation-table'. Clarify and correct the description of
3215 the use of translation tables in encoding and decoding.
3216 (User-Chosen Coding Systems): Correct and clarify the description
3217 of `select-safe-coding-system'.
3218 (Default Coding Systems): Clarify description of
3219 `file-coding-system-alist'.
3220
a62f71e4
LT
32212003-11-30 Luc Teirlinck <teirllm@auburn.edu>
3222
3223 * strings.texi (Text Comparison): Correctly describe when two
3224 strings are `equal'. Combine and clarify descriptions of
3225 `assoc-ignore-case' and `assoc-ignore-representation'.
3226
3227 * objects.texi (Non-ASCII in Strings): Clarify description of
3228 when a string is unibyte or multibyte.
3229 (Bool-Vector Type): Update examples.
3230 (Equality Predicates): Correctly describe when two strings are
3231 `equal'.
3232
19017752
LT
32332003-11-29 Luc Teirlinck <teirllm@auburn.edu>
3234
3235 * lists.texi (Building Lists): `append' no longer accepts integer
3236 arguments. Update the description of `number-sequence' to reflect
3237 recent changes.
3238 (Sets And Lists): Describe `member-ignore-case' after `member'.
3239
0f6a07a8
KS
32402003-11-27 Kim F. Storm <storm@cua.dk>
3241
3242 * commands.texi (Click Events): Click object may be an images.
3243 Describe (dx . dy) element of click positions.
3244 (Accessing Events): Remove duplicate posn-timestamp.
3245 New functions posn-object and posn-object-x-y.
3246
1ce7c819
KS
32472003-11-23 Kim F. Storm <storm@cua.dk>
3248
3249 * commands.texi (Click Events): Describe enhancements to event
3250 position lists, including new text-pos and (col . row) items.
3251 Mention left-fringe and right-fringe area events.
0f6a07a8 3252 (Accessing Events): New functions posn-area and
1ce7c819
KS
3253 posn-actual-col-row. Mention posn-timestamp. Mention that
3254 posn-point in non-text area still returns buffer position.
3255 Clarify posn-col-row.
3256
cae8ddbb
LH
32572003-11-21 Lars Hansen <larsh@math.ku.dk>
3258
3259 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
3260 * anti.texi (File Attributes): Describe removed parameter
3261 ID-FORMAT.
3262
f7f1a248
LT
32632003-11-20 Luc Teirlinck <teirllm@auburn.edu>
3264
68e74f25 3265 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
3266 a position, its buffer is ignored.
3267
3268 * markers.texi (Overview of Markers): Mention it here too.
3269
c5e2fb05
LT
32702003-11-12 Luc Teirlinck <teirllm@auburn.edu>
3271
3272 * numbers.texi (Numeric Conversions): Not just `floor', but also
3273 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
3274
e57d0aa8
LT
32752003-11-10 Luc Teirlinck <teirllm@auburn.edu>
3276
3277 * markers.texi (Creating Markers): Specify insertion type of
3278 created markers. Add xref to `Marker Insertion Types'.
3279 Second argument to `copy-marker' is optional.
3280 (Marker Insertion Types): Mention that most markers are created
3281 with insertion type nil.
3282 (The Mark): Correctly describe when `mark' signals an error.
3283 (The Region): Correctly describe when `region-beginning' and
3284 `region-end' signal an error.
3285
bb3612ec
LT
32862003-11-08 Luc Teirlinck <teirllm@auburn.edu>
3287
3288 * hash.texi (Creating Hash): Clarify description of `eql'.
3289 `makehash' is obsolete.
3290 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
3291
3292 * positions.texi (Point): Change description of `buffer-end', so
3293 that it is also correct for floating point arguments.
3294 (List Motion): Correct argument lists of `beginning-of-defun' and
3295 `end-of-defun'.
3296 (Excursions): Add xref to `Marker Insertion Types'.
3297 (Narrowing): Argument to `narrow-to-page' is optional.
3298
cfb8a797
LT
32992003-11-06 Luc Teirlinck <teirllm@auburn.edu>
3300
3301 * streams.texi (Output Streams): Clarify behavior of point for
3302 marker output streams.
3303
c6177909
LT
33042003-11-04 Luc Teirlinck <teirllm@auburn.edu>
3305
3306 * variables.texi (Defining Variables): Second argument to
3307 `defconst' is not optional.
3308 (Setting Variables): Mention optional argument APPEND to
3309 `add-to-list'.
3310 (Creating Buffer-Local): Expand description of
3311 `make-variable-buffer-local'.
3312 (Frame-Local Variables): Expand description of
3313 `make-variable-frame-local'.
3314 (Variable Aliases): Correct description of optional argument
3315 DOCSTRING to `defvaralias'. Mention return value of
3316 `defvaralias'.
3317 (File Local Variables): Add xref to `File variables' in Emacs
3318 Manual. Correct description of `hack-local-variables'. Mention
3319 `safe-local-variable' property. Mention optional second argument
3320 to `risky-local-variable-p'.
3321
b3645067
LT
33222003-11-03 Luc Teirlinck <teirllm@auburn.edu>
3323
3324 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
3325
10695e5c
EZ
33262003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
3327
3328 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
3329 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
3330 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
3331 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
3332 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 3333 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
3334 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
3335 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
3336 @acronym{FOO}.
3337
a2f4def1
LT
33382003-10-27 Luc Teirlinck <teirllm@auburn.edu>
3339
3340 * strings.texi (Creating Strings): Argument START to `substring'
3341 can not be `nil'. Expand description of
3342 `substring-no-properties'. Correct description of `split-string',
3343 especially with respect to empty matches. Prevent very bad line
3344 break in definition of `split-string-default-separators'.
3345 (Text Comparison): `string=' and `string<' also accept symbols as
3346 arguments.
3347 (String Conversion): More completely describe argument BASE in
3348 `string-to-number'.
5bb0fcd1 3349 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
3350 corresponding object. Clarify behavior of numeric prefix after
3351 `%' in `format'.
3352 (Case Conversion): The argument to `upcase-initials' can be a
3353 character.
3354
a2296bf9
KH
33552003-10-27 Kenichi Handa <handa@m17n.org>
3356
3357 * display.texi (Fontsets): Fix texinfo usage.
3358
885fef7c
KH
33592003-10-25 Kenichi Handa <handa@m17n.org>
3360
3361 * display.texi (Fontsets): Add description of the function
3362 set-fontset-font.
3363
0c6b7a1f
LT
33642003-10-23 Luc Teirlinck <teirllm@auburn.edu>
3365
3366 * display.texi (Temporary Displays): Add xref to `Documentation
3367 Tips'.
3368
3369 * functions.texi (Function Safety): Use inforef instead of pxref
3370 for SES.
3371
c3cda320
AS
33722003-10-23 Andreas Schwab <schwab@suse.de>
3373
3374 * Makefile.in (TEX, texinputdir): Don't define.
3375 (TEXI2DVI): Define.
3376 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
3377 add $(srcdir)/index.texi.
3378 ($(infodir)/elisp): Remove index.texi dependency.
3379 (elisp.dvi): Likewise. Use $(TEXI2DVI).
3380 (index.texi): Remove target.
3381 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
3382 (clean): Don't remove index.texi.
3383
c3cda320
AS
3384 * permute-index, index.perm: Remove.
3385 * index.texi: Rename from index.unperm.
3386
e5dadca7
LT
33872003-10-22 Luc Teirlinck <teirllm@auburn.edu>
3388
3389 * tips.texi (Documentation Tips): Document new behavior for face
3390 and variable hyperlinks in Help mode.
3391
6cfb0777
LT
33922003-10-21 Luc Teirlinck <teirllm@auburn.edu>
3393
3394 * objects.texi (Integer Type): Update for extra bit of integer range.
3395 (Character Type): Ditto.
3396
a6eeaa81 33972003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
3398
3399 * numbers.texi (Integer Basics): Add index entries for reading
3400 numbers in hex, octal, and binary.
3401
c8f9ba83
LK
34022003-10-16 Lute Kamstra <lute@gnu.org>
3403
3404 * modes.texi (Mode Line Format): Mention force-mode-line-update's
3405 argument.
3406
b52a26fb
LT
34072003-10-13 Luc Teirlinck <teirllm@auburn.edu>
3408
3409 * windows.texi (Choosing Window): Fix typo.
3410 * edebug.texi (Edebug Execution Modes): Fix typo.
3411
f7005886
RS
34122003-10-13 Richard M. Stallman <rms@gnu.org>
3413
3414 * windows.texi (Basic Windows): A window has fringe settings,
3415 display margins and scroll-bar settings.
3416 (Splitting Windows): Doc split-window return value.
3417 Clean up one-window-p.
3418 (Selecting Windows): Fix typo.
3419 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
3420 (Buffers and Windows): In set-window-buffer, explain effect
3421 on fringe settings and scroll bar settings.
3422 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
3423 (Choosing Window): Use defopt for pop-up-frame-function.
3424 For special-display-buffer-names, explain same-window and same-frame.
3425 Clarify window-dedicated-p return value.
3426 (Textual Scrolling): scroll-up and scroll-down can get an error.
3427 (Horizontal Scrolling): Clarify auto-hscroll-mode.
3428 Clarify set-window-hscroll.
3429 (Size of Window): Don't mention tool bar in window-height.
3430 (Coordinates and Windows): Explain what coordinates-in-window-p
3431 returns for fringes and display margins.
3432 (Window Configurations): Explain saving fringes, etc.
3433
3434 * tips.texi (Library Headers): Clean up Documentation.
3435
3436 * syntax.texi (Parsing Expressions): Clean up forward-comment
3437 and parse-sexp-lookup-properties.
3438
3439 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
3440
3441 * os.texi (System Environment): Clean up text for load-average errors.
3442
3443 * modes.texi (Hooks): Don't explain local hook details at front.
3444 Clarify run-hooks and run-hook-with-args a little.
3445 Clean up add-hook and remove-hook.
3446
3447 * edebug.texi (Edebug Execution Modes): Clarify t.
3448 Document edebug-sit-for-seconds.
3449 (Coverage Testing): Document C-x X = and =.
3450 (Instrumenting Macro Calls): Fix typo.
3451 (Specification List): Don't index the specification keywords.
3452
c989ebe9
KS
34532003-10-10 Kim F. Storm <storm@cua.dk>
3454
3455 * processes.texi (Network): Introduce make-network-process.
3456
f9525eef
LT
34572003-10-09 Luc Teirlinck <teirllm@auburn.edu>
3458
3459 * tips.texi (Library Headers): Fix typo.
3460
f008b925
LK
34612003-10-07 Juri Linkov <juri@jurta.org>
3462
3463 * modes.texi (Imenu): Mention imenu-create-index-function's
3464 default value. Explain submenus better.
3465
c22c5da6
LK
34662003-10-07 Lute Kamstra <lute@gnu.org>
3467
3468 * modes.texi (Faces for Font Lock): Fix typo.
3469 (Hooks): Explain how buffer-local hook variables can refer to
3470 global hook variables.
3471 Various minor clarifications.
3472
49247521
LK
34732003-10-06 Lute Kamstra <lute@gnu.org>
3474
3475 * tips.texi (Coding Conventions): Mention naming conventions for
3476 hooks.
3477
9296c947
LT
34782003-10-05 Luc Teirlinck <teirllm@auburn.edu>
3479
3480 * loading.texi (Library Search): Correct default value of
3481 load-suffixes.
3482 (Named Features): Fix typo.
3483
0e9b293a
RS
34842003-10-05 Richard M. Stallman <rms@gnu.org>
3485
3486 * loading.texi (Named Features): In `provide',
3487 say how to test for subfeatures.
3488 (Unloading): In unload-feature, use new var name
3489 unload-feature-special-hooks.
3490
49247521 34912003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
3492
3493 * modes.texi (Major Mode Conventions): Mention third way to set up
3494 Imenu.
3495 (Imenu): A number of small fixes.
3496 Delete documentation of internal variable imenu--index-alist.
3497 Document the return value format of imenu-create-index-function
3498 functions.
3499
ab8f7d5c
RS
35002003-09-30 Richard M. Stallman <rms@gnu.org>
3501
3502 * processes.texi (Network): Say what stopped datagram connections do.
3503
3504 * lists.texi (Association Lists): Clarify `assq-delete-all'.
3505
3506 * display.texi (Overlay Properties): Clarify `evaporate' property.
3507
49247521 35082003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
3509
3510 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 3511 constructs should be marked as risky.
86b9b767
LK
3512 Change cons cell into proper list.
3513 (Mode Line Variables): Change cons cell into proper list.
3514
49247521 35152003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
3516
3517 * modes.texi (Mode Line Data): Document the :propertize construct.
3518 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 3519 to match their order in the default mode-line-format.
bc3b02f9
LK
3520 Describe the new variables mode-line-position and mode-line-modes.
3521 Update the default values of mode-line-frame-identification,
3522 minor-mode-alist, and default-mode-line-format.
3523 (Properties in Mode): Mention the :propertize construct.
6142d1d0 3524
bc3b02f9 35252003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 3526
c22c5da6 3527 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
3528 * loading.texi, minibuf.texi, text.texi, variables.texi:
3529 Avoid @strong{Note:}.
3530
35312003-09-26 Richard M. Stallman <rms@gnu.org>
3532
3533 * keymaps.texi (Remapping Commands): Fix typo.
3534
41beda59
LT
35352003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
3536
3537 * processes.texi (Low-Level Network): Fix typo.
3538
ef6ae4ff
KS
35392003-09-23 Kim F. Storm <storm@cua.dk>
3540
3541 * processes.texi (Network, Network Servers): Fix typos.
3542 (Low-Level Network): Add timeout value for :server keyword.
3543 Add new option keywords to make-network-process.
3544 Add set-network-process-options.
3545 Explain how to test availability of network options.
3546
b0f23edf
RS
35472003-09-19 Richard M. Stallman <rms@gnu.org>
3548
3549 * text.texi (Motion by Indent): Arg to
3550 backward-to-indentation and forward-to-indentation is optional.
3551
3552 * strings.texi (Creating Strings): Add substring-no-properties.
3553
3554 * processes.texi
3555 (Process Information): Add list-processes arg QUERY-ONLY.
3556 Delete process-contact from here.
3557 Add new status values for process-status.
3558 Add process-get, process-put, process-plist, set-process-plist.
3559 (Synchronous Processes): Add call-process-shell-command.
3560 (Signals to Processes): signal-process allows process objects.
3561 (Network): Complete rewrite.
3562 (Network Servers, Datagrams, Low-Level Network): New nodes.
3563
3564 * positions.texi (Word Motion): forward-word, backward-word
3565 arg is optional. Reword.
3566
3567 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
3568
c22c5da6 3569 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
3570 Delete duplicate definition of buffer-local-value.
3571 (File Local Variables): Explain about discarding text props.
3572
f387bdea
RS
35732003-09-11 Richard M. Stallman <rms@gnu.org>
3574
3575 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
3576 changes variables that record input events.
3577 (Minibuffer Misc): Add minibuffer-selected-window.
3578
3579 * lists.texi (Building Lists): Add copy-tree.
3580
3581 * display.texi (Fontsets): Add char-displayable-p.
3582 (Scroll Bars): New node.
3583
49247521 35842003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
3585
3586 * modes.texi (%-Constructs): Document new `%i' and `%I'
3587 constructs.
3588
fd026ee1
JR
35892003-09-03 Peter Runestig <peter@runestig.com>
3590
3591 * makefile.w32-in: New file.
3592
4828b4d7
RS
35932003-08-29 Richard M. Stallman <rms@gnu.org>
3594
3595 * display.texi (Overlay Properties): Clarify how priorities
3596 affect use of the properties.
3597
a4e4f05d
LT
35982003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
3599
3600 * customize.texi (Type Keywords): Correct the description of
3601 `:help-echo' in the case where `motion-doc' is a function.
3602
3ebe0346
JPW
36032003-08-14 John Paul Wallington <jpw@gnu.org>
3604
3605 * modes.texi (Emulating Mode Line): Subsection, not section.
3606
3afe8e39
RS
36072003-08-13 Richard M. Stallman <rms@gnu.org>
3608
3609 * elisp.texi (Top): Update subnode lists in menu.
3610
3611 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
3612 (Kill Functions): kill-region has new arg yank-handler.
3613 (Yanking): New node.
3614 (Yank Commands): Add yank-undo-function.
3615 (Low-Level Kill Ring):
3616 kill-new and kill-append have new arg yank-handler.
3617 (Changing Properties): Add remove-list-of-text-properties.
3618 (Atomic Changes): New node.
3619
3620 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
3621
3622 * streams.texi (Output Variables): Add eval-expression-print-length
3623 and eval-expression-print-level.
3624
3625 * os.texi (Time Conversion): For encode-time, explain limits on year.
3626
3627 * objects.texi (Character Type): Define anchor "modifier bits".
3628
3629 * modes.texi (Emulating Mode Line): New node.
3630 (Search-based Fontification): Font Lock uses font-lock-face property.
3631 (Other Font Lock Variables): Likewise.
3632
3633 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
3634 not vectors.
3635 (Active Keymaps): Add emulation-mode-map-alists.
3636 (Functions for Key Lookup): key-binding has new arg no-remap.
3637 (Remapping Commands): New node.
3638 (Scanning Keymaps): where-is-internal has new arg no-remap.
3639 (Tool Bar): Add tool-bar-local-item-from-menu.
3640 Clarify when to use tool-bar-add-item-from-menu.
3641
3642 * commands.texi (Interactive Call): commandp has new arg.
3643 (Command Loop Info): Add this-original-command.
3644
e37769b1
JPW
36452003-08-06 John Paul Wallington <jpw@gnu.org>
3646
3647 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
3648
3649 * display.texi (Warning Basics): Fix typo.
3650 (Fringes): Add closing curly bracket and fix typo.
3651
3652 * elisp.texi (Top): Fix typo.
3653
c5e0561f
RS
36542003-08-05 Richard M. Stallman <rms@gnu.org>
3655
3656 * elisp.texi: Update lists of subnodes.
3657
3658 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
3659
3660 * variables.texi (Local Variables): Use lc for example variable names.
3661
3662 * tips.texi (Library Headers): Explain where to put -*-.
3663
3664 * strings.texi (Creating Strings): Fix xref for vconcat.
3665
3666 * sequences.texi (Vector Functions):
3667 vconcat no longer allows integer args.
3668
3669 * minibuf.texi (Reading File Names): read-file-name has new
3670 arg PREDICATE. New function read-directory-name.
3671
3672 * macros.texi (Defining Macros): Give definition of `declare'
3673 (Indenting Macros): New node.
3674
3675 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
3676 (Window Frame Parameters): Make separate table of parameters
3677 that are coupled with specific face attributes.
3678 (Deleting Frames): delete-frame-hooks renamed to
3679 delete-frame-functions.
3680
3681 * files.texi (Magic File Names): Add file-remote-p.
3682 Clarify file-local-copy.
3683
3684 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
3685 here; instead xref Defining Macros.
3686
3687 * display.texi (Warnings): New node, and subnodes.
3688 (Fringes): New node.
3689
3690 * debugging.texi (Test Coverage): New node.
3691
3692 * compile.texi (Compiler Errors): Explain with-no-warnings
3693 and other ways to suppress warnings.
3694
3695 * commands.texi (Interactive Call): Minor clarification.
3696
3697 * buffers.texi (Buffer File Name): set-visited-file-name
3698 renames the buffer too.
3699
3700 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
3701
ee59dede
MR
37022003-07-24 Markus Rost <rost@math.ohio-state.edu>
3703
3704 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
3705
f0514b34
MR
37062003-07-22 Markus Rost <rost@math.ohio-state.edu>
3707
3708 * internals.texi (Garbage Collection): Fix previous change.
3709
c73983bb
RS
37102003-07-22 Richard M. Stallman <rms@gnu.org>
3711
3712 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
3713
3714 * display.texi (Width): Use \s syntax in example.
3715 (Font Selection): Add face-font-rescale-alist.
3716
3717 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
3718 Remove spurious indent in example.
3719
3720 * lists.texi (Building Lists): Add number-sequence.
3721
3722 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
3723
3724 * functions.texi (Function Documentation): Explain how to
3725 show calling convention explicitly in the doc string.
3726
3727 * windows.texi (Selecting Windows): save-selected-window saves
3728 selected window of each frame.
3729 (Window Configurations): Minor change.
3730
3731 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
3732
3733 * streams.texi (Output Variables): Add print-continuous-numbering
3734 and print-number-table.
3735
3736 * processes.texi (Decoding Output): New node.
3737
3738 * os.texi (Time Conversion): decode-time arg is optional.
3739
3740 * objects.texi (Character Type): Don't use space as example for \.
3741 Make list of char names and \-sequences correspond.
3742 Explain that \s is not used in strings. `\ ' needs space after.
3743
3744 * nonascii.texi (Converting Representations): Add string-to-multibyte.
3745 (Translation of Characters): Add translation-table-for-input.
3746 (Default Coding Systems): Add auto-coding-functions.
3747 (Explicit Encoding): Add decode-coding-inserted-region.
3748 (Locales): Add locale-info.
3749
3750 * minibuf.texi (Basic Completion): Describe test-completion.
3751 Collections can be lists of strings.
3752 Clean up lazy-completion-table.
3753 (Programmed Completion): Mention test-completion.
3754 Clarify why lambda expressions are not accepted.
3755 (Minibuffer Misc): Describe minibufferp.
3756
51a8b435
RS
37572003-07-14 Richard M. Stallman <rms@gnu.org>
3758
3759 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
3760
3761 * windows.texi (Selecting Windows): New arg to select-window.
3762 (Selecting Windows): Add with-selected-window.
3763 (Size of Window): Add window-inside-edges, etc.
3764
3765 * internals.texi (Garbage Collection): Add post-gc-hook.
3766
3767 * processes.texi (Subprocess Creation): Add exec-suffixes.
3768
3769 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
3770 (Scanning Keymaps): Add map-keymaps.
3771 (Defining Menus): Add keymap-prompt.
3772
3773 * numbers.texi (Integer Basics): Add most-positive-fixnum,
3774 most-negative-fixnum.
3775
3776 * compile.texi (Byte Compilation): Explain no-byte-compile
3777 (Compiler Errors): New node.
3778
3779 * os.texi (User Identification): user-uid, user-real-uid
3780 can return float.
3781
3782 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
3783 and about derived modes.
3784 (Minor Modes): Add minor-mode-list.
3785 (Defining Minor Modes): Keyword args for define-minor-mode.
3786 (Search-based Fontification): Explain managing other properties.
3787 (Other Font Lock Variables): Add font-lock-extra-managed-props.
3788 (Faces for Font Lock): Add font-locl-preprocessor-face.
3789 (Hooks): Add run-mode-hooks and delay-mode-hooks.
3790
3791 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 3792 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
3793
3794 * loading.texi (Library Search): Add load-suffixes.
3795
3796 * minibuf.texi (Basic Completion): Add lazy-completion-table.
3797 (Programmed Completion): Add dynamic-completion-table.
3798
3799 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
3800 (Magic File Names): Specify precedence order of handlers.
199bb209 3801
51a8b435
RS
3802 * commands.texi (Command Overview): Emacs server runs pre-command-hook
3803 and post-command-hook.
3804 (Waiting): New calling convention for sit-for.
3805
3806 * text.texi (Special Properties): local-map and keymap properties
3807 apply based on their stickiness.
3808
c6de56a0
RS
38092003-07-07 Richard M. Stallman <rms@gnu.org>
3810
3811 * modes.texi (Minor Mode Conventions): Specify only some kinds
3812 of list values as args to minor modes.
3813
3814 * files.texi (File Name Expansion): Warn about iterative use
3815 of substitute-in-file-name.
3816
3817 * advice.texi (Activation of Advice): Clean up previous change.
3818
8c761ea6
MR
38192003-07-06 Markus Rost <rost@math.ohio-state.edu>
3820
3821 * advice.texi (Activation of Advice): Note that ad-start-advice is
3822 turned on by default.
3823
c6de56a0
RS
38242003-06-30 Richard M. Stallman <rms@gnu.org>
3825
3826 * text.texi (Buffer Contents): Document current-word.
3827 (Change Hooks): Not called for *Messages*.
3828
3829 * functions.texi (Defining Functions): Explain about redefining
3830 primitives.
3831 (Function Safety): Renamed. Minor changes.
3832 Comment out the detailed criteria for what is safe.
3833
3fe4e567
AS
38342003-06-22 Andreas Schwab <schwab@suse.de>
3835
3836 * objects.texi (Symbol Type): Fix description of examples.
3837
cda7bd13
AS
38382003-06-16 Andreas Schwab <schwab@suse.de>
3839
3840 * hash.texi (Creating Hash): Fix description of :weakness.
3841
fbcffa4a
KG
38422003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3843
3844 * files.texi (Changing Files): copy-file copies file modes, too.
3845
ff6a3bfb
RS
38462003-05-28 Richard M. Stallman <rms@gnu.org>
3847
3848 * strings.texi (Creating Strings): Clarify split-string.
3849
1463a05d
JB
38502003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
3851
3852 * strings.texi (Creating Strings): Update split-string specification
3853 and examples.
3854
af253914
RS
38552003-05-19 Richard M. Stallman <rms@gnu.org>
3856
3857 * elisp.texi: Correct invariant section names.
3858
7ea52f92
RS
38592003-04-20 Richard M. Stallman <rms@gnu.org>
3860
3861 * os.texi (Timers): Explain about timers and quitting.
3862
e31afc09
RS
38632003-04-19 Richard M. Stallman <rms@gnu.org>
3864
3865 * internals.texi (Writing Emacs Primitives): Strings are
3866 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
3867 Explain GCPRO convention for varargs function args.
3868
5ceea398
RS
38692003-04-16 Richard M. Stallman <rms@gnu.org>
3870
3871 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
3872
b0ada147
RS
38732003-04-08 Richard M. Stallman <rms@gnu.org>
3874
3875 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
3876
b23375aa
KS
38772003-02-13 Kim F. Storm <storm@cua.dk>
3878
3879 * objects.texi (Character Type): New \s escape for space.
3880
c60ee5e7
JB
38812003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3882
3883 * os.texi (System Environment): Added cygwin system-type.
3884
84e47416
RS
38852003-01-25 Richard M. Stallman <rms@gnu.org>
3886
3887 * keymaps.texi: Document that a symbol can act as a keymap.
3888
3e8cf2ea
RS
38892003-01-13 Richard M. Stallman <rms@gnu.org>
3890
3891 * text.texi (Changing Properties): Say string indices are origin-0.
3892
3893 * positions.texi (Screen Lines) <compute-motion>:
3894 Correct order of elts in return value.
3895
3896 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
3897 how to define a default binding.
3898
7abb9fc5 38992002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 3900
104bc3aa 3901 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 3902
104bc3aa
MR
3903 * customize.texi (Simple Types): Clarify description of custom
3904 type 'number. Describe new custom type 'float.
177f790c 3905
7abb9fc5 39062002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
3907
3908 * variables.texi (File Local Variables): Fix typo.
3909
df140a68 39102002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 3911
df140a68
KG
3912 From Michael Albinus <Michael.Albinus@alcatel.de>.
3913
3914 * README: Target for Info file is `make info'.
3915
3916 * files.texi (File Name Components): Fixed typos in
3917 `file-name-sans-extension'.
3918 (Magic File Names): Complete list of operations for magic file
3919 name handlers.
3920
7ed9159a
JY
39212002-09-16 Jonathan Yavner <jyavner@engineer.com>
3922
3923 * variables.texi (File Local Variables): New function
3924 risky-local-variable-p.
3925
39262002-09-15 Jonathan Yavner <jyavner@engineer.com>
3927
3928 * functions.texi (Function safety): New node about unsafep.
3929
241f79af
PA
39302002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
3931
3932 * customize.texi (Splicing into Lists): Fixed example.
3933 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
3934
72459b15
JB
39352002-06-17 Juanma Barranquero <lektu@terra.es>
3936
3937 * frames.texi (Display Feature Testing): Fix typo.
3938
61f7e0f5
AS
39392002-06-12 Andreas Schwab <schwab@suse.de>
3940
3941 * frames.texi (Initial Parameters, Resources): Fix references to
3942 the Emacs manual.
3943
4e792dbd
KS
39442002-05-13 Kim F. Storm <storm@cua.dk>
3945
3946 * variables.texi (Intro to Buffer-Local): Updated warning and
3947 example relating to changing buffer inside let.
3948
940344d4 39492002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
3950
3951 * os.texi (Session Management): New node about X Session management.
3952
231ac53b
EZ
39532002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
3954
3955 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
3956 to which the manual corresponds, and the copyright years.
3957
3958 * Makefile.in (VERSION): Set to 2.9.
3959
140cc574
EZ
39602001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
3961
3962 * elisp.texi: Change the category in @dircategory to "Emacs", to
3963 make it consistent with info/dir.
3964
9c7fce05
MB
39652001-11-25 Miles Bader <miles@gnu.org>
3966
3967 * text.texi (Fields): Describe new `limit' arg in
3968 field-beginning/field-end.
3969
9f8bbf0f
EZ
39702001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3971
a5e6715c
EZ
3972 * permute-index: Don't depend on csh-specific features. Replace
3973 the interpreter name with /bin/sh.
3974
9f8bbf0f
EZ
3975 * two-volume-cross-refs.txt: New file.
3976 * two.el: New file.
3977 * spellfile: New file.
3978
1756e2fb
EZ
39792001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
3980
3981 * permute-index: New file.
3982
3983 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
3984 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
3985 8+3 restricted namespace.
ad050e54
EZ
3986
3987 * Makefile.in (infodir): Define relative to $(srcdir).
3988 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
3989 include directories list via -I switch to makeinfo.
3990 (index.texi): Use cp if both hard and symbolic links fail.
3991
10fa7f8e
EZ
39922001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3993
7a1494ce
EZ
3994 * Makefile.in (distclean): Add.
3995
10fa7f8e
EZ
3996 The following changes make ELisp manual part of the Emacs
3997 distribution:
3998
3999 * Makefile.in: Add Copyright notice.
4000 (prefix): Remove.
4001 (infodir): Change value to "../info".
4002 (VPATH): New variable.
4003 (MAKE): Don't define.
4004 (texmacrodir): Don't define.
4005 (texinputdir): Append the existing value of TEXINPUTS.
4006 ($(infodir)/elisp): Instead of just "elisp". Reformat the
4007 command to be compatible with man/Makefile.in, and to put the
4008 output into ../info.
5c32b7c5 4009 (info): Add target.
10fa7f8e
EZ
4010 (installall): Target removed.
4011
ad050e54 40122001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
4013
4014 * tips.texi (Coding Conventions): Fix typo.
4015
6fd735df
GM
40162001-10-23 Gerd Moellmann <gerd@gnu.org>
4017
4018 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
4019
b704d54b
EZ
40202001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4021
4022 * files.texi (File Name Components): Update the description of
4023 file-name-sans-extension and file-name-extension, as they now
4024 ignore leading dots.
4025
71431a0e
GM
40262001-10-20 Gerd Moellmann <gerd@gnu.org>
4027
6aa97356 4028 * (Version 21.1 released.)
71431a0e 4029
79f1f96c
MB
40302001-10-19 Miles Bader <miles@gnu.org>
4031
4032 * positions.texi (Text Lines): Describe behavior of
4033 `beginning-of-line'/`end-of-line' in the presence of field properties.
4034
892a8f36
GM
40352001-10-17 Gerd Moellmann <gerd@gnu.org>
4036
4037 * Makefile.in (VERSION): Set to 2.8.
4038 (manual): Use `manual-21'.
4039
8c1cc9e8 4040 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
4041 number was used. Set it to 2.8.
4042
4043 * intro.texi: Likewise.
4044
51724e26
EZ
40452001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4046
4047 * files.texi (File Name Completion): Document the significance of
4048 a trailing slash in elements of completion-ignored-extensions.
4049
57b338e8
MB
40502001-10-06 Miles Bader <miles@gnu.org>
4051
4052 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
4053
c89e4bc5
GM
40542001-10-04 Gerd Moellmann <gerd@gnu.org>
4055
4056 * variables.texi (Variable Aliases): New node.
4057
ab952a4f
GM
40582001-10-04 Gerd Moellmann <gerd@gnu.org>
4059
4060 * Branch for 21.1.
dff28924 4061
9db3a582
MB
40622001-10-02 Miles Bader <miles@gnu.org>
4063
ae1a9581
MB
4064 * minibuf.texi (Minibuffer Misc): Add entries for
4065 `minibuffer-contents', `minibuffer-contents-no-properties', and
4066 `delete-minibuffer-contents'.
4067 Correct description for `minibuffer-prompt-end'.
4068
9db3a582
MB
4069 * text.texi (Property Search): Correct descriptions of
4070 `next-char-property-change' and `previous-char-property-change'.
4071 Add entries for `next-single-char-property-change' and
4072 `previous-single-char-property-change'.
4073 Make operand names a bit more consistent.
4074
03be5931
EZ
40752001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
4076
4077 * frames.texi (Finding All Frames): Document that next-frame and
4078 previous-frame are local to current terminal.
4079
974548ec
EZ
40802001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
4081
4082 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 4083 result of make-keymap.
974548ec 4084
8d82c597
EZ
40852001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
4086
4087 * display.texi (Font Lookup, Attribute Functions)
4088 (Image Descriptors): Add cross-references to the definition of
4089 selected frame.
4090
4091 * buffers.texi (The Buffer List): Add cross-references to the
4092 definition of selected frame.
4093
4094 * frames.texi (Input Focus): Clarify which frame is _the_ selected
4095 frame at any given time.
4096 (Multiple Displays, Size and Position): Add a cross-reference to
4097 the definition of the selected frame.
4098
2842de30
EZ
40992001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4100
4101 * strings.texi (String Conversion) <string-to-number>: Document
4102 that a float is returned for integers that are too large.
4103
4104 * frames.texi (Mouse Position): Document mouse-position-function.
4105 (Display Feature Testing): Document display-images-p.
4106 (Window Frame Parameters): Document the cursor-type variable.
4107
4108 * numbers.texi (Integer Basics): Document CL style read syntax for
4109 integers in bases other than 10.
4110
4111 * positions.texi (List Motion): Document
4112 open-paren-in-column-0-is-defun-start.
4113
4114 * lists.texi (Sets And Lists): Document member-ignore-case.
4115
4116 * internals.texi (Garbage Collection): Document the used and free
4117 strings report.
4118 (Memory Usage): Document strings-consed.
4119
4120 * os.texi (Time of Day): Document float-time.
4121 (Recording Input): Document that clear-this-command-keys clears
4122 the vector to be returned by recent-keys.
4123
4124 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
4125 argument keymap can be a list.
4126
4127 * nonascii.texi (User-Chosen Coding Systems)
4128 <select-safe-coding-system>: Document the new argument
4129 accept-default-p and the variable
4130 select-safe-coding-system-accept-default-p. Tell what happens if
4131 buffer-file-coding-system is undecided.
4132 (Default Coding Systems): Document auto-coding-regexp-alist.
4133
4134 * display.texi (The Echo Area) <message>: Document
4135 message-truncate-lines.
4136 (Glyphs): Document that the glyph table is unused on windowed
4137 displays.
4138
4139 * help.texi (Describing Characters) <single-key-description>:
4140 Document the new argument no-angles.
4141 (Accessing Documentation) <documentation-property>: Document that
4142 a non-string property is evaluated.
4143 <documentation>: Document that the function-documentation property
4144 is looked for.
4145
4146 * windows.texi (Selecting Windows): Document some-window.
4147
4148 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
4149
4150 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
4151 apropos-mode-hook.
4152
4153 * commands.texi (Using Interactive): Document interactive-form.
4154 (Keyboard Macros): Document kbd-macro-termination-hook.
4155 (Command Loop Info): Document that clear-this-command-keys clears
4156 the vector to be returned by recent-keys.
4157
2d43d823
GM
41582001-09-04 Werner LEMBERG <wl@gnu.org>
4159
4160 * Makefile.in (srcdir, texinputdir): New variables.
4161 (srcs, index.texi, install): Use $(srcdir).
4162 (.PHONY): Remove elisp.dvi.
4163 (elisp): Use -I switch for makeinfo.
4164 (elisp.dvi): Use $(srcdir) and $(texinputdir).
4165 (installall, dist): Use $(srcdir).
4166 Fix path to texinfo.tex.
4167 (maintainer-clean): Add elisp.dvi and elisp.oaux.
4168
fa739b31
GM
41692001-08-30 Gerd Moellmann <gerd@gnu.org>
4170
92a25631
GM
4171 * display.texi (Conditional Display): Adjust to API change.
4172
fa739b31
GM
4173 * configure: New file.
4174
cef68af5
GM
41752001-07-30 Gerd Moellmann <gerd@gnu.org>
4176
4177 * commands.texi (Repeat Events): Add description of
4178 double-click-fuzz.
4179
d1f08d85
SM
41802001-05-08 Stefan Monnier <monnier@cs.yale.edu>
4181
4182 * syntax.texi (Syntax Class Table): Add the missing designator for
4183 comment and string fences.
4184 (Syntax Properties): Add a xref to syntax table internals.
4185 (Syntax Table Internals): Document string-to-syntax.
4186
1e9fc92e
GM
41872001-05-07 Gerd Moellmann <gerd@gnu.org>
4188
4189 * Makefile.in (install): Use install-info command line options
4190 like in Emacs' Makefile.in.
4191
00480554
MB
41922000-12-09 Miles Bader <miles@gnu.org>
4193
4194 * windows.texi (Window Start): Update documentation for
4195 `pos-visible-in-window-p'.
4196
1e344ee2
SM
41972000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4198
4199 * lists.texi (Building Lists): Add footnote to explain how to add
4200 to the end of a list.
4201
a540f6ed
GM
42022000-10-25 Gerd Moellmann <gerd@gnu.org>
4203
4204 * files.texi (Visiting Functions): Typos.
4205
28bcdbee
KH
42062000-10-25 Kenichi Handa <handa@etl.go.jp>
4207
4208 * files.texi (Visiting Functions): Return value of
4209 find-file-noselect may be a list of buffers if wildcards are used.
4210
22d1a4ed
MB
42112000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4212
4213 * display.texi (Defining Faces): Document `graphic' display type
4214 in face specs.
4215
916a89db
KG
42162000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4217
1e9fc92e 4218 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
4219 `after-make-frame-hook' with `after-make-frame-functions'.
4220
1e9fc92e 4221 * frames.texi (Creating Frames): Ditto.
916a89db 4222
1e9fc92e 4223 * variables.texi (Future Local Variables): Ditto.
916a89db 4224
483de32b
GM
42252000-10-16 Gerd Moellmann <gerd@gnu.org>
4226
4227 * display.texi (Other Image Types): Add description of :foreground
4228 and :background properties of mono PBM images.
4229
e23a63a5
WL
42302000-08-17 Werner LEMBERG <wl@gnu.org>
4231
4232 * .cvsignore: New file.
4233
dfc16043
GM
42342000-01-05 Gerd Moellmann <gerd@gnu.org>
4235
4236 * tindex.pl: New script.
4237
602613fe
DL
42381999-12-03 Dave Love <fx@gnu.org>
4239
4240 * Makefile.in (MAKEINFO): New parameter.
4241
94ec544d
DL
42421999-09-17 Richard Stallman <rms@gnu.org>
4243
4244 * Makefile.in (srcs): Add hash.texi.
4245 (VERSION): Update to 20.6.
4246
42471999-09-13 Richard Stallman <rms@gnu.org>
4248
4249 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
4250
42511998-08-29 Karl Heuer <kwzh@gnu.org>
4252
4253 * configure.in: New file.
4254 * Makefile.in: Renamed from Makefile.
4255 (prefix, infodir): Use value obtained from configure.
4256 (emacslibdir): Obsolete variable deleted.
4257 (dist): Distribute configure.in, configure, Makefile.in.
4258
42591998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
4260
4261 * Makefile (INSTALL_INFO): New variable.
4262 (install): Run install-info.
4263
42641998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
4265
4266 * Makefile (elisp.dvi): Add missing backslash.
4267
42681998-05-02 Richard Stallman <rms@psilocin.gnu.org>
4269
4270 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
4271 Run texindex without `./'. Always run texindex on elisp.tp.
4272 (elisp.tps): Target deleted.
4273
42741998-04-05 Richard Stallman <rms@psilocin.gnu.org>
4275
4276 * Makefile (srcs): Add nonascii.texi and customize.texi.
4277 (dist): Start by deleting `temp'.
4278
42791998-02-17 Richard Stallman <rms@psilocin.gnu.org>
4280
4281 * Makefile (makeinfo, texindex): Targets deleted.
4282 (makeinfo.o, texindex.o): Targets deleted.
4283 (clean, dist): Don't do anything with them or with getopt*.
4284
42851998-01-30 Richard Stallman <rms@psilocin.gnu.org>
4286
4287 * Makefile (SHELL): Defined.
4288
42891998-01-27 Richard Stallman <rms@psilocin.gnu.org>
4290
4291 * Makefile (elisp.tps): New target.
4292 (elisp.dvi): Depend on elisp.tps.
4293
4294Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
4295
4296 * README: Update phone number.
4297
4298 * Makefile (elisp): Make this be the default target.
4299 Depend on makeinfo.c instead of makeinfo.
4300 (install): Don't depend on elisp.dvi, since we don't install that.
4301 Use mkinstalldirs.
4302 (dist): Add mkinstalldirs.
4303
4304Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4305
4306 * Makefile (VERSION): Update version number.
4307 (maintainer-clean): Renamed from realclean.
4308
4309Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
4310
4311 * Makefile (realclean): New target.
4312 (elisp): Remove any old elisp-* files first.
4313
4314Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
4315
d1f08d85
SM
4316 * Makefile (VERSION): New variable.
4317 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
4318 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
4319
4320Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4321
4322 * Makefile (elisp): Depend on makeinfo.
4323
4324Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
4325
d1f08d85 4326 * Makefile (srcs): Add anti.texi.
94ec544d
DL
4327
4328Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4329
4330 * Makefile (infodir, prefix): New vars.
4331 (install): Use infodir.
4332 (emacsinfodir): Deleted.
4333
4334Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4335
4336 * Makefile (srcs): Add calendar.texi.
4337
4338 * Makefile (dist): Copy texindex.c and makeinfo.c.
4339 Limit elisp-* files to those with one or two digits.
4340
4341Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4342
4343 * Makefile (dist): Changed to use Gzip instead of compress.
4344
4345Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4346
4347 * loading.texi (Unloading): define-function changed back to
4348 defalias. It may not stay this way, but at least it's
4349 consistent with the known-good version of the code patch.
4350
4351Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4352
4353 * modes.texi (Hooks): Document new optional arg of add-hook.
4354
4355Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4356
d1f08d85 4357 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
4358
4359 * tips.texi: Add new section on standard library headers.
4360
4361Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4362
4363 * Makefile (srcs): Add frame.texi to the list of sources.
4364
4365Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4366
4367 * Makefile (dist): Don't bother excluding autosave files; they'll
4368 never make it into the temp directory anyway, and the hash marks
4369 in the name are problematic for make and the Bourne shell.
dff28924 4370 (srcs):
94ec544d
DL
4371
4372Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4373
d1f08d85 4374 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
4375 the distribution tar file.
4376
dff28924 4377Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
4378
4379 * Makefile (srcs): Added index.perm.
4380 (elisp.dvi): Remove erroneous shell comment.
4381 Expect output of permute-index in permuted.fns.
4382 Save old elisp.aux in elisp.oaux.
4383 (clean): Added index.texi to be deleted.
4384
dff28924 4385Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
4386
4387 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
4388
dff28924 4389Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
4390
4391 * files.texi: Noted that completion-ignored-extensions is ignored
4392 when making *Completions*.
4393
4394Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
4395
4396 * Makefile make dist now depends on elisp.dvi, since it tries
4397 to include it in the dist file.
4398
dff28924 4399Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
4400
4401 * functions.texinfo (Mapping Functions): Add missing quote
4402
dff28924 4403Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
4404
4405 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
4406 (defunargs): Turn off \hyphenchar of \sl font temporarily.
4407
dff28924 4408Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4409
4410 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
4411 and @error{} are the terms now being used. The files in the
4412 directory have been changed to reflect this.
4413
d1f08d85 4414 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
4415 ` @result{}', using 5 spaces at the begining of the line.
4416
dff28924 4417Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4418
4419 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
4420 experimental @indentedresult{}, @indentedexpandsto{} are part of
4421 the texinfo.tex in this directory. These TeX macros are not
4422 stable yet.
4423
dff28924 4424Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4425
4426 * texinfo.tex: temporarily added
d1f08d85 4427 \let\result=\dblarrow
94ec544d
DL
4428 \def\error{{\it ERROR} \longdblarrow}
4429 We need to do this better soon.
4430
dff28924 4431Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4432
4433 * Applied Karl Berry's patches to *.texinfo files, but not to
4434 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
4435 new title page format is also not applied, since it requires
4436 texinfo.tex changes.)
4437
4438 * Cleaned up `Makefile' and defined the `emacslibdir' directory
4439 for the Project GNU development environment.
4440
ad050e54 4441;; Local Variables:
fd026ee1 4442;; coding: iso-2022-7bit
ad050e54 4443;; End:
2a34a036 4444
651f374c 4445 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
ceb4c4d3 4446 2005, 2006 Free Software Foundation, Inc.
2a34a036
GM
4447 Copying and distribution of this file, with or without modification,
4448 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
4449
4450;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda