(tooltip-mode, tooltip-use-echo-area): Doc fixes.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
1e2b8ce5
RF
12006-04-17 Romain Francoise <romain@orebokech.com>
2
3 * variables.texi (Local Variables): Update the default value of
4 `max-specpdl-size'.
5
51fa34bc
MB
62006-04-15 Michael Olson <mwolson@gnu.org>
7
8 * processes.texi (Transaction Queues): Mention the new optional
9 `delay-question' argument for `tq-enqueue'.
10
61f32d39
BW
112006-04-13 Bill Wohler <wohler@newt.com>
12
13 * customize.texi (Common Keywords): Use dotted notation for
50b7bce0
BW
14 :package-version value. Specify its values. Improve documentation
15 for customize-package-emacs-version-alist.
61f32d39 16
4f8ed159
BW
172006-04-12 Bill Wohler <wohler@newt.com>
18
19 * customize.texi (Common Keywords): Move description of
20 customize-package-emacs-version-alist to @defvar.
21
e5e864ab
BW
222006-04-10 Bill Wohler <wohler@newt.com>
23
24 * customize.texi (Common Keywords): Add :package-version.
25
6c230417
KS
262006-04-10 Kim F. Storm <storm@cua.dk>
27
28 * text.texi (Buffer Contents): Add NOPROPS arg to
29 filter-buffer-substring.
30
d82eac8f
EZ
312006-04-08 Kevin Ryde <user42@zip.com.au>
32
33 * os.texi (Command-Line Arguments): Update xref to emacs manual
34 "Command Arguments" -> "Emacs Invocation", per change there.
35
4f815b29
TTN
362006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
37
38 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
39 be on one line to help makeinfo not render two spaces after the dot.
40
122c3009
RS
412006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
42
43 * strings.texi (Predicates for Strings): Add string-or-null-p.
44
da68bc3d
KS
452006-03-28 Kim F. Storm <storm@cua.dk>
46
47 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
48 remarks about systems that don't support fractional seconds.
49
b223e22d
KB
502006-03-25 Karl Berry <karl@gnu.org>
51
52 * elisp.texi: use @copyright{} instead of (C), and do not indent
53 the year list.
54
b756c64c
NR
552006-03-21 Nick Roberts <nickrob@snap.net.nz>
56
57 * display.texi (Fringe Indicators): Fix typos.
58
fe3dca59
LT
592006-03-19 Luc Teirlinck <teirllm@auburn.edu>
60
c287ad03 61 * tips.texi (Documentation Tips): One can now also write `program'
fe3dca59
LT
62 in front of a quoted symbol in a docstring to prevent making a
63 hyperlink.
64
e91d4202
AM
652006-03-19 Alan Mackenzie <acm@muc.de>
66
67 * text.texi (Special Properties): Clarify the definition of
68 'fontified.
69
e8a5f60b
RS
702006-03-16 Richard Stallman <rms@gnu.org>
71
72 * display.texi (Defining Images): Minor cleanup.
73
486daaa5
BW
742006-03-16 Bill Wohler <wohler@newt.com>
75
76 * display.texi (Defining Images): In image-load-path-for-library,
77 prefer user's images.
78
4ffc92c2
SM
792006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
82
874a6ef8
BW
832006-03-15 Bill Wohler <wohler@newt.com>
84
85 * display.texi (Defining Images): Fix example in
86 image-load-path-for-library by not recommending that one binds
87 image-load-path. Just defvar it to placate compiler and only use
88 it if previously defined.
89
70949f30
BW
902006-03-14 Bill Wohler <wohler@newt.com>
91
92 * display.texi (Defining Images): In image-load-path-for-library,
93 always return list of directories. Update example.
94
c852c516
AM
952006-03-14 Alan Mackenzie <acm@muc.de>
96
97 * modes.texi: New node, "Region to Fontify" (for Font Lock).
98 This describes font-lock-extend-region-function.
4ffc92c2 99 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
c852c516
AM
100 the new node "Region to Fontify".
101
7cd3712b
RS
1022006-03-13 Richard Stallman <rms@gnu.org>
103
104 * display.texi (Invisible Text): The impossible position is
105 now before the invisible text, not after.
106 (Defining Images): Clean up last change.
107
2c676341
BW
1082006-03-11 Bill Wohler <wohler@newt.com>
109
110 * display.texi (Defining Images): Add image-load-path-for-library.
111
6f49b4c5
LT
1122006-03-11 Luc Teirlinck <teirllm@auburn.edu>
113
2d14c9bf
LT
114 * text.texi (Adaptive Fill): Fix Texinfo usage.
115
116 * strings.texi (Creating Strings): Fix Texinfo usage.
117
6f49b4c5
LT
118 * searching.texi (Regexp Special): Use @samp for regular
119 expressions that are not in Lisp syntax.
120
fc1d3386
LT
1212006-03-08 Luc Teirlinck <teirllm@auburn.edu>
122
123 * searching.texi (Regexp Special): Put remark between parentheses
124 to avoid misreading.
125
7b2c2ca9
LT
1262006-03-07 Luc Teirlinck <teirllm@auburn.edu>
127
128 * searching.texi (Syntax of Regexps): More accurately describe
129 which characters are special in which situations.
130 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
131 are not special. Describe in detail when `[' and `]' are special.
132 (Regexp Backslash): Plenty of regexps with unbalanced square
133 brackets are valid, so reword that statement.
134
f79bc642
KS
1352006-03-02 Kim F. Storm <storm@cua.dk>
136
137 * keymaps.texi (Tool Bar): Add tool-bar-border.
138
1d9a5237
LT
1392006-02-28 Luc Teirlinck <teirllm@auburn.edu>
140
a86b01fa 141 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 142
2534ef94
LT
1432006-02-27 Luc Teirlinck <teirllm@auburn.edu>
144
145 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
146
147 * files.texi (Locating Files): Suggest additional values for the
148 SUFFIXES arg of `locate-file'. Update pxref.
149
150 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
151 (How Programs Do Loading): Discuss the effects of Auto Compression
152 mode on `load'.
153 (Load Suffixes): New node.
394e96d5 154 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
155 moved to "Load Suffixes".
156 (Autoload, Named Features): Mention `load-suffixes'.
157
dd9959da 1582006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
159
160 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
161
162 * windows.texi (Window Tree): Fix typo.
163
49af2995
KS
1642006-02-20 Kim F. Storm <storm@cua.dk>
165
166 * display.texi (Fringe Indicators): New section.
167 Move indicate-empty-lines, indicate-buffer-boundaries, and
168 default-indicate-buffer-boundaries here.
169 Add fringe-indicator-alist and default-fringes-indicator-alist.
170 Add list of logical fringe indicator symbols.
171 Update list of standard bitmap names.
172 (Fringe Cursors): New section.
173 Move overflow-newline-into-fringe here.
174 Add fringe-cursor-alist and default-fringes-cursor-alist.
175 Add list of fringe cursor symbols.
176
58f71009
JB
1772006-02-20 Juanma Barranquero <lekktu@gmail.com>
178
179 * commands.texi (Using Interactive): Fix reference to node
180 "Minibuffers".
181
5498b6af
RS
1822006-02-19 Richard M. Stallman <rms@gnu.org>
183
184 * minibuf.texi (High-Level Completion):
185 Add xref to read-input-method-name.
186
187 * files.texi (Relative File Names): Move file-relative-name here.
188 (File Name Expansion): From here. Minor clarifications.
189
190 * commands.texi (Using Interactive): Add xrefs about reading input.
191 Clarify remarks about that moving point and mark.
192 Put string case before list case.
193
43ce897a 1942006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68 195
4ffc92c2
SM
196 * display.texi (Other Display Specs, Image Descriptors):
197 Revert erroneous changes. The previous description of
198 image-descriptors as `(image . PROPS)' was correct.
b6498a68 199
1324d26e
RS
2002006-02-14 Richard M. Stallman <rms@gnu.org>
201
202 * variables.texi (File Local Variables): Clarifications.
203
0da93350
JB
2042006-02-14 Juanma Barranquero <lekktu@gmail.com>
205
206 * variables.texi (File Local Variables): Use @code for a cons
207 cell, not @var.
208
51a39bab
CY
2092006-02-13 Chong Yidong <cyd@stupidchicken.com>
210
211 * variables.texi (File Local Variables): Document new file local
212 variable behavior.
213
d342156c
KS
2142006-02-10 Kim F. Storm <storm@cua.dk>
215
216 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
217
8392fe4a
JB
2182006-02-08 Juanma Barranquero <lekktu@gmail.com>
219
220 * modes.texi (%-Constructs): Remove obsolete info about
221 `global-mode-string'.
222
cd6cd82a
RS
2232006-02-07 Richard M. Stallman <rms@gnu.org>
224
d78dc2d8
RS
225 * commands.texi (Prefix Command Arguments): Minor cleanup.
226
227 * display.texi: "Graphical display", not window system.
228
cd6cd82a
RS
229 * functions.texi (What Is a Function): Fix xref.
230
231 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
232 (Changing Key Bindings): Clarify when remapping is better than
233 substitute-key-definition.
234
2352006-02-02 Richard M. Stallman <rms@gnu.org>
236
237 * minibuf.texi (Basic Completion): Completion alists are risky.
238
239 * keymaps.texi (Active Keymaps): Clarifications.
240 (Searching Keymaps): New node.
241 (Keymaps): Update menu.
242
243 * frames.texi (Layout Parameters): Minor clarification.
244 (Drag and Drop): New node.
245 (Frames): Update menu.
246
cf052abc
CY
2472006-01-29 Chong Yidong <cyd@stupidchicken.com>
248
4ffc92c2
SM
249 * display.texi (Other Display Specs, Image Descriptors):
250 Image description is a list, not a cons cell.
cf052abc 251
1f2907ee
LT
2522006-01-28 Luc Teirlinck <teirllm@auburn.edu>
253
254 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
255 list is not necessarily a list).
256
a849f77d
EZ
2572006-01-27 Eli Zaretskii <eliz@gnu.org>
258
259 * frames.texi (Layout Parameters): border-width and
260 internal-border-width belong to the frame, not the window.
261
d322eb9b
RS
2622006-01-19 Richard M. Stallman <rms@gnu.org>
263
264 * nonascii.texi (Translation of Characters): Search cmds use
265 translation-table-for-input. Automatically made local.
266
267 * markers.texi (Overview of Markers): Count insertion type
268 as one of a marker's attributes.
269
cd6cd82a
RS
270 * keymaps.texi (Controlling Active Maps): New node, split out of
271 Active Keymaps.
272 (Keymaps): Menu updated.
273 (Active Keymaps): Give pseudocode to explain how the active
274 maps are searched. current-active-maps and key-binding moved here.
275 (Functions for Key Lookup): current-active-maps and key-binding moved.
276 Clarifications.
277 (Searching the Keymaps): New subnode.
278
d322eb9b
RS
279 * elisp.texi (Top): Menu clarification.
280
281 * display.texi (Other Display Specs): Delete duplicate entry for
282 just a string as display spec. Move text about recursive display
283 specs on such a string.
284
285 * commands.texi (Key Sequence Input): Clarify.
286 Move num-nonmacro-input-events out.
287 (Reading One Event): num-nonmacro-input-events moved here.
288
2ac77b5a
NR
2892006-01-14 Nick Roberts <nickrob@snap.net.nz>
290
291 * advice.texi (Simple Advice): Update example to fit argument
292 change in previous-line.
293
a203a18c
RS
2942006-01-05 Richard M. Stallman <rms@gnu.org>
295
296 * markers.texi (The Mark): Fix in `mark'.
297
d9043ddf
RS
2982006-01-04 Richard M. Stallman <rms@gnu.org>
299
300 * processes.texi (Misc Network, Make Network): Minor cleanups.
301
8a5db8ae
KS
3022006-01-04 Kim F. Storm <storm@cua.dk>
303
304 * processes.texi (Make Network): Add IPv6 addresses and handling.
305 (Network Feature Testing): Mention (:family ipv6).
306 (Misc Network): Add IPv6 formats to format-network-address.
307
19bb7940
RS
3082005-12-30 Richard M. Stallman <rms@gnu.org>
309
310 * text.texi (Changing Properties):
311 Don't use return value of set-text-properties.
312
b9cb50d9
LT
3132005-12-29 Luc Teirlinck <teirllm@auburn.edu>
314
315 * modes.texi (Mode Line Format): Correct typo in menu.
316
94a867a6
RS
3172005-12-29 Richard M. Stallman <rms@gnu.org>
318
319 * modes.texi (Mode Line Top): New node.
320 (Mode Line Data): Some text moved to new node.
321 Explain the data structure more concretely.
322 (Mode Line Basics): Clarifications.
323 (Mode Line Variables): Clarify intro paragraph.
324 (%-Constructs): Clarify intro paragraph.
325 (Mode Line Format): Update menu.
326
ba455131
LT
3272005-12-28 Luc Teirlinck <teirllm@auburn.edu>
328
329 * minibuf.texi (Basic Completion): Update lazy-completion-table
330 examples for removal of ARGS argument.
331
2b6abe1e
RS
3322005-12-23 Richard M. Stallman <rms@gnu.org>
333
334 * text.texi (Undo): Restore some explanation from the version
335 that was deleted.
336
2d7409f2
EZ
3372005-12-23 Eli Zaretskii <eliz@gnu.org>
338
339 * text.texi (Undo): Remove dupliate descriptions of `apply
340 funname' and `apply delta' elements of the undo list.
341
2e23b82e
RS
3422005-12-20 Richard M. Stallman <rms@gnu.org>
343
344 * help.texi (Help Functions): Update documentation of `apropos'.
345
a31687ce
LT
3462005-12-20 Luc Teirlinck <teirllm@auburn.edu>
347
348 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
349 because it is confusing. If the :help-echo keyword is a function,
350 it is not directly used as the :help-echo overlay property, as the
351 xref seems to suggest (it does not take the appropriate args).
352
0e83c4e9
LT
3532005-12-19 Luc Teirlinck <teirllm@auburn.edu>
354
355 * customize.texi (Common Keywords): Fix Texinfo usage.
356 (Group Definitions, Variable Definitions): Update for new
357 conventions for using `*' in docstrings.
77df907a
LT
358
359 * tips.texi (Documentation Tips): Update for new conventions for
360 using `*' in docstrings.
361
69487a1f
RS
3622005-12-16 Richard M. Stallman <rms@gnu.org>
363
364 * minibuf.texi (Minibuffer Contents): Minor cleanup.
365
2a502a32
JL
3662005-12-16 Juri Linkov <juri@jurta.org>
367
368 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
369
b158c851
RF
3702005-12-14 Romain Francoise <romain@orebokech.com>
371
372 * modes.texi (Customizing Keywords): Rename `append' to `how'.
373 Fix typo.
374
d7d1f75e
JL
3752005-12-11 Juri Linkov <juri@jurta.org>
376
377 * minibuf.texi (Completion Commands): Add mention of read-file-name
378 for filename completion keymaps.
379 (Reading File Names): Add mention of filename completion keymaps
380 for read-file-name and xref to `Completion Commands'.
381
4b1c16c2
RS
3822005-12-10 Richard M. Stallman <rms@gnu.org>
383
384 * customize.texi (Common Keywords): State caveats for use of :tag.
385
1d49d5d9
RS
3862005-12-08 Richard M. Stallman <rms@gnu.org>
387
2663a204
RS
388 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
389 with xrefs and better explanation.
390 (Completion Commands): Add the filename completion maps.
391
1d49d5d9
RS
392 * objects.texi (Character Type): Clarify that \s is not space
393 if a dash follows.
394
fa0d4d0c
RS
3952005-12-05 Richard M. Stallman <rms@gnu.org>
396
397 * windows.texi (Resizing Windows): Delete preserve-before args.
398
d64b177a
SM
3992005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
400
401 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
402 in full keymaps, since the quirk has been fixed.
403
79019cc9
EZ
4042005-12-03 Eli Zaretskii <eliz@gnu.org>
405
406 * hooks.texi (Standard Hooks): Add index entries. Mention
407 `compilation-finish-functions'.
408
161ef3be
RS
4092005-11-27 Richard M. Stallman <rms@gnu.org>
410
411 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
412
17c1971a
JL
4132005-11-21 Juri Linkov <juri@jurta.org>
414
415 * customize.texi (Common Keywords): Update links types
416 custom-manual and url-link. Add link types emacs-library-link,
417 file-link, function-link, variable-link, custom-group-link.
418
5890344b
CY
4192005-11-20 Chong Yidong <cyd@stupidchicken.com>
420
421 * display.texi: Revert 2005-11-20 change.
422
cbce0752
TTN
4232005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
424
425 * processes.texi (Bindat Functions):
426 Say "third" to refer to zero-based index "2".
427
ff04c885
LT
4282005-11-18 Luc Teirlinck <teirllm@auburn.edu>
429
430 * loading.texi (Library Search): Update the default value of
431 `load-suffixes'.
432
ce8d4e00
CY
4332005-11-17 Chong Yidong <cyd@stupidchicken.com>
434
435 * display.texi (Attribute Functions): Mention :ignore-defface.
436
cbad4a9e
SM
4372005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
438
439 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 440 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 441
fda12b27
RS
4422005-11-06 Richard M. Stallman <rms@gnu.org>
443
444 * files.texi (Magic File Names): find-file-name-handler checks the
445 `operations' property of the handler.
446
e082564e
RS
4472005-11-03 Richard M. Stallman <rms@gnu.org>
448
449 * variables.texi (Frame-Local Variables): Small clarification.
450
f0cdd9e4
CY
4512005-10-29 Chong Yidong <cyd@stupidchicken.com>
452
453 * os.texi (Init File): Document ~/.emacs.d/init.el.
454
685abb98
RS
4552005-10-29 Richard M. Stallman <rms@gnu.org>
456
457 * internals.texi (Garbage Collection): Document memory-full.
458
7000848e
BW
4592005-10-28 Bill Wohler <wohler@newt.com>
460
461 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
462 for URLs.
463
107fb6c9
RS
4642005-10-28 Richard M. Stallman <rms@gnu.org>
465
466 * minibuf.texi (Completion Commands): Clean up prev change.
467
4682005-10-26 Kevin Ryde <user42@zip.com.au>
469
470 * compile.texi (Eval During Compile): Explain recommended uses
471 of eval-when-compile and eval-and-compile.
472
1d8e69a2
MY
4732005-10-27 Masatake YAMATO <jet@gyve.org>
474
cbad4a9e 475 * minibuf.texi (Completion Commands):
1d8e69a2 476 Write about new optional argument for `display-completion-list'.
cbad4a9e 477
6a897887
RS
4782005-10-23 Richard M. Stallman <rms@gnu.org>
479
480 * display.texi (Overlay Arrow): Clarify about local bindings of
481 overlay-arrow-position.
482
6d1e17be
EZ
4832005-10-22 Eli Zaretskii <eliz@gnu.org>
484
485 * internals.texi (Building Emacs): Fix last change.
486
db5fe0a6
RS
4872005-10-22 Richard M. Stallman <rms@gnu.org>
488
489 * internals.texi (Building Emacs): Document eval-at-startup.
490
45158e77
RS
4912005-10-21 Richard M. Stallman <rms@gnu.org>
492
493 * loading.texi (Where Defined): load-history contains abs file names.
494 symbol-file returns abs file names.
495
e50165ec
KS
4962005-10-19 Kim F. Storm <storm@cua.dk>
497
498 * display.texi (Showing Images): Add max-image-size integer value.
499
63ab30d0
CY
5002005-10-18 Chong Yidong <cyd@stupidchicken.com>
501
502 * display.texi (Showing Images): Document max-image-size.
503
f8252852
RS
5042005-10-17 Richard M. Stallman <rms@gnu.org>
505
506 * commands.texi (Quitting): Minor clarification.
507
508 * processes.texi (Sentinels): Clarify about output and quitting.
509 (Filter Functions): Mention with-local-quit.
510
c1bed3aa
JL
5112005-10-17 Juri Linkov <juri@jurta.org>
512
513 * buffers.texi (Current Buffer):
514 * commands.texi (Event Input Misc):
515 * compile.texi (Eval During Compile, Compiler Errors):
516 * customize.texi (Group Definitions):
517 * display.texi (Progress, Defining Faces):
518 * files.texi (Writing to Files):
519 * modes.texi (Mode Hooks, Defining Minor Modes):
520 * streams.texi (Output Functions):
521 * syntax.texi (Syntax Table Functions):
522 * text.texi (Change Hooks):
523 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
524
525 * commands.texi (Quitting): Replace arg `forms' with `body' in
526 `with-local-quit'.
527
528 * positions.texi (Excursions): Replace arg `forms' with `body' in
529 `save-excursion'.
530
ef1b4c9e
KS
5312005-10-08 Kim F. Storm <storm@cua.dk>
532
533 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
534 Rename manual section accordingly.
535
abc8ce50
KS
5362005-10-04 Kim F. Storm <storm@cua.dk>
537
538 * windows.texi (Window Split Tree): New section describing
539 new function window-split-tree function.
540
a1f5a1f0
NR
5412005-10-03 Nick Roberts <nickrob@snap.net.nz>
542
543 * display.texi (Fringe Size/Pos): Simplify and add detail.
544
97c3e4cc
RF
5452005-09-30 Romain Francoise <romain@orebokech.com>
546
547 * minibuf.texi (High-Level Completion): Explain that the prompt
548 given to `read-buffer' should end with a colon and a space.
549 Update usage examples.
550
8ad8c5ce
JL
5512005-09-29 Juri Linkov <juri@jurta.org>
552
553 * display.texi (Displaying Messages): Rename argument name
554 `string' to `format-string' in functions `message', `message-box',
555 `message-or-box'.
556
63182706
CY
5572005-09-26 Chong Yidong <cyd@stupidchicken.com>
558
559 * errors.texi (Standard Errors): Corrected xrefs.
560
906320ec
CY
5612005-09-18 Chong Yidong <cyd@stupidchicken.com>
562
563 * display.texi (Defining Images): Updated documentation for
564 `image-load-path'.
565
8ccd3630
RS
5662005-09-17 Richard M. Stallman <rms@gnu.org>
567
568 * display.texi (Defining Images): Clean up previous change.
569
7260457b
RF
5702005-09-16 Romain Francoise <romain@orebokech.com>
571
572 * elisp.texi: Specify GFDL version 1.2.
573
574 * doclicense.texi (GNU Free Documentation License): Update to
575 version 1.2.
576
5b51c037
CY
5772005-09-15 Chong Yidong <cyd@stupidchicken.com>
578
579 * display.texi (Defining Images): Document `image-load-path'.
580
5c4757d3
RS
5812005-09-15 Richard M. Stallman <rms@gnu.org>
582
583 * objects.texi (Printed Representation): Minor cleanup.
584 (Box Diagrams): Minor fix.
585 (Cons Cell Type): Move (...) index item here.
586 (Box Diagrams): From here.
587 (Array Type): Minor fix.
588 (Type Predicates): Delete index "predicates".
589 (Hash Table Type): Clarify xref.
590 (Dotted Pair Notation): Minor fix.
591
2bb8b80c
CY
5922005-09-10 Chong Yidong <cyd@stupidchicken.com>
593
594 * files.texi (Saving Buffers): Fix typo.
595
47b8bc5d
RS
5962005-09-08 Richard M. Stallman <rms@gnu.org>
597
598 * tips.texi (Programming Tips): Correct the "default" prompt spec.
599
475aab0d
CY
6002005-09-08 Chong Yidong <cyd@stupidchicken.com>
601
602 * locals.texi (Standard Buffer-Local Variables): Don't include
603 mode variables for minor modes.
604 Fix xrefs for buffer-display-count, buffer-display-table,
605 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
606 enable-multibyte-characters, fill-column, header-line-format,
607 left-fringe-width, left-margin, and right-fringe-width.
608
609 * hooks.texi (Standard Hooks): All hooks should conform to the
610 standard naming convention now.
611 Fix xref for `echo-area-clear-hook'.
612
613 * display.texi (Usual Display): Note that indicate-empty-lines and
614 tab-width are buffer-local.
615
616 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
617
618 * modes.texi (Mode Help): Note that major-mode is buffer-local.
619
620 * nonascii.texi (Encoding and I/O): Note that
621 buffer-file-coding-system is buffer-local.
622
623 * positions.texi (List Motion): Note that defun-prompt-regexp is
624 buffer-local.
625
626 * text.texi (Auto Filling): Note that auto-fill-function is
627 buffer-local.
628 (Undo): Note that buffer-undo-list is buffer-local.
629
630 * windows.texi (Buffers and Windows): Document
631 buffer-display-count.
632
2a6bc1f7
RS
6332005-09-06 Richard M. Stallman <rms@gnu.org>
634
635 * tips.texi (Coding Conventions): Sometimes it is ok to put the
636 package prefix elsewhere than at the start of the name.
637
d7ea8b71
RS
6382005-09-03 Richard M. Stallman <rms@gnu.org>
639
640 * tips.texi (Programming Tips): Add conventions for minibuffer
641 questions and prompts.
642
0c6087a6
RS
6432005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
644
645 * intro.texi (nil and t): Minor cleanup.
646 Delete spurious mention of keyword symbols.
647 (Evaluation Notation): Add index entry.
648 (A Sample Function Description): Minor cleanup.
649 (A Sample Variable Description): Not all vars can be set.
650
4b5fa40e
TTN
6512005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
652
653 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
654
655 (Insertion): Document precise type of `insert-char' arg COUNT.
656
34b50776
SM
6572005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
658
659 * modes.texi (Other Font Lock Variables): Sync the default of
660 font-lock-lines-before.
661
c1105d05
MA
6622005-08-31 Michael Albinus <michael.albinus@gmx.de>
663
664 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
665
62929713
RS
6662005-08-29 Richard M. Stallman <rms@gnu.org>
667
668 * elisp.texi (Top): Update subnode menu.
669
670 * searching.texi (Searching and Matching): Move node.
671 Rearrange contents and add overall explanation.
672 (Searching and Case): Move node.
673 (Searching and Matching): Update menu.
674
0fb57cc0
EZ
6752005-08-27 Eli Zaretskii <eliz@gnu.org>
676
677 * os.texi (Startup Summary): Fix the description of the initial
678 startup message display.
679
3e80c4c1
RS
6802005-08-25 Richard M. Stallman <rms@gnu.org>
681
682 * searching.texi (Search and Replace): Add replace-regexp-in-string.
683
6842005-08-25 Emilio C. Lopes <eclig@gmx.net>
685
686 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
687 `next-overlay-change' example.
c1105d05 688
79a8defb
JL
6892005-08-22 Juri Linkov <juri@jurta.org>
690
691 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
692 Fix invert-face. Fix args of face-background.
693
16691d29
JL
694 * display.texi (Standard Faces): Delete node.
695 (Faces): Add xref to `(emacs)Standard Faces'.
696 (Displaying Faces): Fix xref to `Standard Faces'.
697
698 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
699
217b694f
EZ
7002005-08-20 Alan Mackenzie <acm@muc.de>
701
702 * buffers.texi (The Buffer List): Clarify the manipulation of the
703 buffer list.
704
0bf14bfd
RS
7052005-08-14 Richard M. Stallman <rms@gnu.org>
706
7ad1498e
AS
707 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
708 a regexp.
0bf14bfd 709
c118d09e
RS
7102005-08-11 Richard M. Stallman <rms@gnu.org>
711
59cb8c23
RS
712 * elisp.texi (Top): Update subnode lists.
713
714 * display.texi (Inverse Video): Node deleted.
715
c118d09e
RS
716 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
717 New nodes split out of Coding Conventions.
718
719 * searching.texi (Regular Expressions): Document re-builder.
720
721 * os.texi (Time Parsing): New node split out of Time Conversion.
722
723 * processes.texi (Misc Network, Network Feature Testing)
724 (Network Options, Make Network): New nodes split out of
725 Low-Level Network.
726
67ec7f41
RS
7272005-08-09 Richard M. Stallman <rms@gnu.org>
728
76d47f0d
RS
729 * frames.texi (Geometry): New node, split from Size and Position.
730 (Frame Parameters): Refer to Geometry.
731
67ec7f41 732 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 733
67ec7f41
RS
734 * windows.texi (Splitting Windows): Fix xref.
735
736 * frames.texi (Layout Parameters): Add xref.
737
738 * display.texi (Line Height, Scroll Bars): Fix xrefs.
739
740 * keymaps.texi (Menu Bar): Fix xref.
741
742 * locals.texi (Standard Buffer-Local Variables): Fix xref.
743
744 * modes.texi (%-Constructs): Fix xref.
745
746 * frames.texi (Window Frame Parameters): Node split up.
747 (Basic Parameters, Position Parameters, Size Parameters)
748 (Layout Parameters, Buffer Parameters, Management Parameters)
749 (Cursor Parameters, Color Parameters): New subnodes.
750
adb5e445
LT
7512005-08-09 Luc Teirlinck <teirllm@auburn.edu>
752
753 * positions.texi (Screen Lines): Update xref for previous change
754 in minibuf.texi.
755
756 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
757 change in minibuf.texi.
758
61298e17
RS
7592005-08-09 Richard M. Stallman <rms@gnu.org>
760
761 * tips.texi (Coding Conventions): Minor cleanup.
762
763 * modes.texi (Defining Minor Modes): Explain when init-value
764 can be non-nil.
765
766 * elisp.texi (Top): Update submenu for Minibuffer.
767
768 * minibuf.texi (Minibuffer Misc): Node split up.
769 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
770 (Recursive Mini): New nodes split out from Minibuffer Misc.
771 (Minibuffer Misc): Document max-mini-window-height.
772
773 * hash.texi (Defining Hash): Delete stray paren in example.
774
775 * display.texi (Echo Area Customization): Don't define
776 max-mini-window-height here; xref instead.
777
778 * commands.texi (Event Input Misc): Update while-no-input.
779
780 * advice.texi (Advising Functions): Explain when to use advice
781 and when to use a hook.
782
43e124e6
EZ
7832005-07-30 Eli Zaretskii <eliz@gnu.org>
784
785 * makefile.w32-in (info): Don't run install-info.
786 ($(infodir)/dir): New target, produced by running install-info.
787
653aea22
LT
7882005-07-27 Luc Teirlinck <teirllm@auburn.edu>
789
790 * modes.texi (Defining Minor Modes): The keyword for the initial
791 value is :init-value, not :initial-value.
792
ba6ebbd5
EZ
7932005-07-23 Eli Zaretskii <eliz@gnu.org>
794
795 * loading.texi (Autoload): Make the `doctor' example be consistent
796 with what's in current loaddefs.el. Describe the "fn" magic in
797 the usage portion of the doc string.
798
6696f2a4
RS
7992005-07-22 Richard M. Stallman <rms@gnu.org>
800
801 * internals.texi (Garbage Collection): Clarify previous change.
802
0c17e67c
SM
8032005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
804
805 * internals.texi (Garbage Collection): Add gc-cons-percentage.
806
426179e1
JL
8072005-07-18 Juri Linkov <juri@jurta.org>
808
809 * commands.texi (Accessing Events):
810 * frames.texi (Text Terminal Colors, Resources):
811 * markers.texi (The Mark):
812 * modes.texi (Defining Minor Modes):
813 Delete duplicate duplicate words.
814
9b0c2c56
RS
8152005-07-16 Richard M. Stallman <rms@gnu.org>
816
817 * display.texi (Managing Overlays): Clarify make-overlay
818 args for insertion types.
819
fd90b80c
LT
8202005-07-13 Luc Teirlinck <teirllm@auburn.edu>
821
0c17e67c
SM
822 * customize.texi (Variable Definitions):
823 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
824 `standard-value' is a list too.
825 (Defining New Types): Use @key{RET} instead of @key{ret}.
826
37aa90e5
TTN
8272005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
828
829 * os.texi (Translating Input): Fix typo.
830
917e0c95
RS
8312005-07-08 Richard M. Stallman <rms@gnu.org>
832
833 * README: Update edition number and size estimate.
834
835 * elisp.texi (VERSION): Set to 2.9.
836
7d90e71d
RS
8372005-07-07 Richard M. Stallman <rms@gnu.org>
838
c330dafe
RS
839 * book-spine.texinfo: Update Emacs version.
840
7d90e71d
RS
841 * display.texi (Inverse Video): Delete mode-line-inverse-video.
842
dc2204be
RS
8432005-07-06 Richard M. Stallman <rms@gnu.org>
844
845 * searching.texi (Regexp Search): Clarify what re-search-forward
846 does when the search fails.
847
a0ec7a4a
LK
8482005-07-05 Lute Kamstra <lute@gnu.org>
849
dc2204be 850 * Update FSF's address in GPL notices.
a0ec7a4a
LK
851
852 * doclicense.texi (GNU Free Documentation License):
853 * gpl.texi (GPL):
854 * tips.texi (Coding Conventions, Library Headers):
855 * vol1.texi:
856 * vol2.texi: Update FSF's address.
857
4af33176
RS
8582005-07-04 Richard M. Stallman <rms@gnu.org>
859
860 * hooks.texi (Standard Hooks): Add occur-hook.
861
b3ab615b
LT
8622005-07-03 Luc Teirlinck <teirllm@auburn.edu>
863
864 * display.texi (The Echo Area): Correct menu.
865
3d393029
RS
8662005-07-03 Richard M. Stallman <rms@gnu.org>
867
7fe48b75
RS
868 * elisp.texi (Top): Update subnode menu for Display.
869
870 * display.texi (Displaying Messages): New node, with most
871 of what was in The Echo Area.
872 (Progress): Moved under The Echo Area.
873 (Logging Messages): New node with new text.
874 (Echo Area Customization): New node, the rest of what was
875 in The Echo Area. Document message-truncate-lines with @defvar.
876 (Display): Update menu.
877
3d393029
RS
878 * windows.texi (Textual Scrolling): Doc 3 values for
879 scroll-preserve-screen-position.
880
881 * text.texi (Special Properties): Change hook functions
882 should bind inhibit-modification-hooks around altering buffer text.
883
884 * keymaps.texi (Key Binding Commands): Call binding BINDING
885 rather than DEFINITION.
886
b26860ad
JB
8872005-06-29 Juanma Barranquero <lekktu@gmail.com>
888
889 * variables.texi (Defining Variables): `user-variable-p' returns t
890 for aliases of user options, nil for alias loops.
891
025691ed
RS
8922005-06-28 Richard M. Stallman <rms@gnu.org>
893
894 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
895 make-keymap.
896
b61bfa4d
LT
8972005-06-27 Luc Teirlinck <teirllm@auburn.edu>
898
899 * variables.texi (Setting Variables): Correct and clarify
900 description of `add-to-ordered-list'.
901
24ee714d
RS
9022005-06-26 Richard M. Stallman <rms@gnu.org>
903
904 * display.texi (Faces): Minor cleanup.
905
33b79ce4
LT
9062005-06-25 Luc Teirlinck <teirllm@auburn.edu>
907
908 * display.texi (Faces): `facep' returns t for strings that are
909 face names.
910
df13531d
RS
9112005-06-25 Richard M. Stallman <rms@gnu.org>
912
913 * objects.texi (Equality Predicates): Clarify meaning of equal.
914
915 * windows.texi (Selecting Windows): save-selected-window
916 and with-selected-window save and restore the current buffer.
917
cf444441
RS
9182005-06-24 Richard M. Stallman <rms@gnu.org>
919
920 * numbers.texi (Float Basics): Explain how to test for NaN,
921 and printing the sign of NaNs.
922
6cdd056d
EZ
9232005-06-24 Eli Zaretskii <eliz@gnu.org>
924
925 * makefile.w32-in (MAKEINFO): Use --force.
926
b93e3c3b
RS
9272005-06-23 Richard M. Stallman <rms@gnu.org>
928
929 * display.texi (Face Functions): Correct Texinfo usage.
930
6fb276bd
LT
9312005-06-23 Luc Teirlinck <teirllm@auburn.edu>
932
933 * lists.texi (Rings): `ring-elements' now returns the elements of
934 RING in order.
935
1d1c7e75
JB
9362005-06-23 Juanma Barranquero <lekktu@gmail.com>
937
938 * markers.texi (The Mark): Texinfo usage fix.
939
9d12e52b
KS
9402005-06-23 Kim F. Storm <storm@cua.dk>
941
942 * searching.texi (Entire Match Data): Remove evaporate option for
943 match-data. Do not mention evaporate option for set-match-data.
944
6d44324c
GM
9452005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
946
947 * display.texi (Face Functions): Mention face aliases.
948
80df27a7
RS
9492005-06-21 Richard M. Stallman <rms@gnu.org>
950
951 * anti.texi (Antinews): Texinfo usage fix.
952
e121563b
KB
9532005-06-21 Karl Berry <karl@gnu.org>
954
9d7d543c
KB
955 * elisp.texi: Use @copying.
956
e121563b
KB
957 * elisp.texi: Put @summarycontents and @contents before the Top
958 node, instead of the end of the file, so that the contents appear
959 in the right place in the dvi/pdf output.
960
36a3b076
JL
9612005-06-21 Juri Linkov <juri@jurta.org>
962
963 * display.texi (Defining Faces): Add `customized-face'.
964
5c796e80
KS
9652005-06-20 Kim F. Storm <storm@cua.dk>
966
b7d1f38f
KS
967 * variables.texi (Setting Variables): Any type of element can be
968 given order in add-to-ordered-list. Compare elements with eq.
969
5c796e80
KS
970 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
971
fb056bef
KB
9722005-06-20 Karl Berry <karl@gnu.org>
973
974 * syntax.texi (Syntax Flags): Make last column very slightly wider
975 to avoid "generic comment" breaking on two lines and causing an
976 underfull box.
977
84398baa
LT
9782005-06-19 Luc Teirlinck <teirllm@auburn.edu>
979
980 * lists.texi (Rings): Various minor clarifications and corrections.
981
07ff1e4b
RS
9822005-06-18 Richard M. Stallman <rms@gnu.org>
983
984 * functions.texi (Obsolete Functions): Simplify.
985
986 * variables.texi (Variable Aliases): Simplify.
987
988 * anti.texi, backups.texi, compile.texi, customization.texi:
989 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
990 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
991 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
992 * variables.texi: Fix formatting ugliness.
993
994 * elisp.texi: Add links to Rings and Byte Packing.
995 Update version and copyright years.
996
997 * minibuf.texi: Fix formatting ugliness.
998 (Completion Commands): Move keymap vars to the end
999 and vars completing-read binds to the top.
1000
3f7fab24
LT
10012005-06-17 Luc Teirlinck <teirllm@auburn.edu>
1002
1003 * processes.texi: Fix typos.
1004 (Bindat Spec): Correct Texinfo error.
926c4c9b 1005 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 1006
f19b57e3
RS
10072005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
1008
1009 * lists.texi (Rings): New node.
1010 (Lists): Add it to menu.
1011
a80c5da7 1012 * processes.texi (Byte Packing): New node.
f19b57e3
RS
1013 (Processes): Add it to menu.
1014
10152005-06-17 Richard M. Stallman <rms@gnu.org>
1016
1017 * syntax.texi (Parsing Expressions): Fix texinfo usage.
1018
1019 * help.texi (Documentation Basics): Explain the xref to
1020 Documentation Tips.
1021
1022 * debugging.texi (Debugger Commands): Minor fix.
1023
67c1390d
LT
10242005-06-16 Luc Teirlinck <teirllm@auburn.edu>
1025
1026 * edebug.texi (Instrumenting): Eliminate duplicate link.
1027 (Specification List): Replace references to "below", referring to
1028 a later node, with one @ref to that node.
1029
1030 * os.texi (Timers): Timers should save and restore the match data
1031 if they change it.
1032
1033 * debugging.texi (Debugger Commands): Mention that the Lisp
1034 debugger can not step through primitive functions.
1035
51cd2a8c
JB
10362005-06-16 Juanma Barranquero <lekktu@gmail.com>
1037
1038 * functions.texi (Obsolete Functions): Update argument names of
1039 `make-obsolete' and `define-obsolete-function-alias'.
1040
1041 * variables.texi (Variable Aliases): Update argument names of
1042 `defvaralias', `make-obsolete-variable' and
1043 `define-obsolete-variable-alias'.
1044
f5e6ac4a
KS
10452005-06-15 Kim F. Storm <storm@cua.dk>
1046
1047 * searching.texi (Entire Match Data): Rephrase warnings about
1048 evaporate arg to match-data and set-match-data.
1049
fe2a9972
LT
10502005-06-14 Luc Teirlinck <teirllm@auburn.edu>
1051
67774855
LT
1052 * elisp.texi (Top): Update detailed menu.
1053
fe2a9972
LT
1054 * edebug.texi (Edebug): Update menu.
1055 (Instrumenting): Update xrefs.
1056 (Edebug Execution Modes): Correct xref.
1057 (Jumping): Clarify description of `h' command.
1058 Eliminate redundant @ref.
1059 (Breaks): New node.
1060 (Breakpoints): is now a subsubsection.
1061 (Global Break Condition): Mention `C-x X X'.
1062 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
1063 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
1064 (Edebug Display Update): Correct pxref.
1065 (Edebug and Macros): New node.
1066 (Instrumenting Macro Calls): Is now a subsubsection.
1067 Neither arg of `def-edebug-spec' is evaluated.
1068 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
1069 (Specification Examples): Fix typo.
1070
b59f605b
LK
10712005-06-14 Lute Kamstra <lute@gnu.org>
1072
1073 * debugging.texi (Function Debugging): Primitives can break on
1074 entry too.
1075
a5c99dc9
KS
10762005-06-14 Kim F. Storm <storm@cua.dk>
1077
1078 * variables.texi (Setting Variables): Add add-to-ordered-list.
1079
f99ed2f8
SM
10802005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1081
1082 * syntax.texi (Parsing Expressions): Document aux functions and vars of
1083 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
1084
9d42ffaa
LK
10852005-06-13 Lute Kamstra <lute@gnu.org>
1086
1087 * text.texi (Special Properties): Fix cross reference.
1088
32cc0b00
LT
10892005-06-11 Luc Teirlinck <teirllm@auburn.edu>
1090
1091 * debugging.texi (Function Debugging): Delete mention of empty
1092 string argument to `cancel-debug-on-entry'. Delete inaccurate
1093 description of the return value of that command.
1094
98d1a1cf
EZ
10952005-06-11 Alan Mackenzie <acm@muc.de>
1096
1097 * text.texi (Adaptive Fill): Amplify the description of
1098 fill-context-prefix.
1099
4b53b8d7
LT
11002005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1101
84398baa 1102 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 1103
b5305167
SM
11042005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1105
1106 * syntax.texi (Parsing Expressions): Document syntax-ppss.
1107
9bd4c3ad
LT
11082005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1109
1110 * debugging.texi (Error Debugging): Minor rewording.
1111 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
1112 is optional.
1113
257914aa
LK
11142005-06-10 Lute Kamstra <lute@gnu.org>
1115
b5305167 1116 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
1117 (Top): Give it a title. Correct version number. Give the
1118 detailed node listing a more prominent header.
b5305167
SM
1119 * intro.texi: Don't set VERSION here a second time.
1120 Mention Emacs's version too.
257914aa
LK
1121 * anti.texi (Antinews): Use EMACSVER to refer to the current
1122 version of Emacs.
1123
b7aae902
KS
11242005-06-09 Kim F. Storm <storm@cua.dk>
1125
1126 * searching.texi (Entire Match Data): Explain new `reseat' argument to
1127 match-data and set-match-data.
1128
99598737
RS
11292005-06-08 Richard M. Stallman <rms@gnu.org>
1130
1131 * searching.texi (Entire Match Data): Clarify when match-data
1132 returns markers and when integers.
1133
1134 * display.texi (Defining Faces): Explain that face name should not
1135 end in `-face'.
1136
1137 * modes.texi (Mode Line Data): Minor cleanup.
1138 (Customizing Keywords): Node split out of Search-based Fontification.
1139 Add example of using font-lock-add-keywords from a hook.
1140 Clarify when MODE should be non-nil, and when nil.
1141
11422005-06-06 Richard M. Stallman <rms@gnu.org>
1143
1144 * modes.texi (Mode Line Data): Explain what happens when the car
1145 of a list is a void symbol.
1146 (Search-based Fontification): Explain MODE arg to
1147 font-lock-add-keywords and warn about calls from major modes.
1148
ecc8893a
JL
11492005-06-08 Juri Linkov <juri@jurta.org>
1150
1151 * display.texi (Standard Faces): Add `shadow' face.
1152
7fa9f4eb
LT
11532005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1154
1155 * modes.texi (Major Mode Conventions): A derived mode only needs
1156 to put the call to the parent mode inside `delay-mode-hooks'.
1157
bebcc4b1
RS
11582005-05-29 Richard M. Stallman <rms@gnu.org>
1159
c16b1394
RS
1160 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
1161 new, and what that implies. Clarify.
1162
1163 * files.texi (Locating Files): Clean up the text.
1164
bebcc4b1
RS
1165 * frames.texi (Window Frame Parameters): Document user-size.
1166 Shorten entry for top by referring to left.
1167
11682005-05-26 Richard M. Stallman <rms@gnu.org>
1169
1170 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
1171 is new, and what the implications are. Other clarifications.
1172
217797bc
RS
11732005-05-24 Richard M. Stallman <rms@gnu.org>
1174
1175 * frames.texi (Dialog Boxes): Minor fixes.
1176
3565fe07
MY
11772005-05-25 Masatake YAMATO <jet@gyve.org>
1178
1179 * display.texi (Standard Faces): Write about `mode-line-highlight'.
1180
817089df
LT
11812005-05-24 Luc Teirlinck <teirllm@auburn.edu>
1182
1183 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
1184 is optional.
1185
cb5db137
NR
11862005-05-24 Nick Roberts <nickrob@snap.net.nz>
1187
1188 * frames.texi (Dialog Boxes): Descibe new optional argument.
1189
3c8572f5
LK
11902005-05-23 Lute Kamstra <lute@gnu.org>
1191
1192 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
1193 syntax-begin-function over font-lock-beginning-of-syntax-function.
1194
2a4d7cb3
LT
11952005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1196
71f800cf
LT
1197 * minibuf.texi (Reading File Names): Update description of
1198 `read-directory-name'.
1199
2a4d7cb3
LT
1200 * modes.texi (Derived Modes): Clarify :group keyword.
1201
bb4afd09
EZ
12022005-05-21 Eli Zaretskii <eliz@gnu.org>
1203
b5305167
SM
1204 * files.texi (Locating Files): New subsection.
1205 Describe locate-file and executable-find.
bb4afd09 1206
a2c9aee6
EZ
12072005-05-21 Kevin Ryde <user42@zip.com.au>
1208
1209 * frames.texi (Initial Parameters): Update cross reference to
1210 "Emacs Invocation".
1211
6900105f
LT
12122005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1213
ca1b0914
LT
1214 * keymaps.texi (Active Keymaps): Add anchor.
1215
6900105f
LT
1216 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
1217 (Major Mode Conventions): Refer to `Auto Major Mode' in more
1218 appropriate place.
1219 (Derived Modes): Small clarifications.
b5305167
SM
1220 (Minor Mode Conventions, Keymaps and Minor Modes):
1221 Replace references to nodes with references to anchors.
6900105f
LT
1222 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
1223 Clarify description of lists whose first element is an integer.
1224 (Mode Line Variables): Add anchor.
1225 (%-Constructs): Clarify description of integer after %.
1226 (Emulating Mode Line): Describe nil value for FACE.
1227
54d06364
LT
12282005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1229
1230 * modes.texi (Derived Modes): Correct references to non-existing
1231 variable standard-syntax-table.
1232
f8d0b769
LK
12332005-05-17 Lute Kamstra <lute@gnu.org>
1234
1235 * modes.texi (Defining Minor Modes): Mention the mode hook.
1236
294c599c
KS
12372005-05-15 Kim F. Storm <storm@cua.dk>
1238
1239 * processes.texi (Network): Remove open-network-stream-nowait.
1240 (Network Servers): Remove open-network-stream-server.
1241
4214af69
LT
12422005-05-15 Luc Teirlinck <teirllm@auburn.edu>
1243
1244 * elisp.texi (Top): Update detailed menu.
1245
1246 * variables.texi: Reorder nodes.
1247 (Variables): Update menu.
1248 (File Local Variables): Do not refer to the `-*-' line as
1249 a "local variables list". Add pxref.
1250
302691ab
LT
12512005-05-14 Luc Teirlinck <teirllm@auburn.edu>
1252
56d4215a
LT
1253 * elisp.texi (Top): Update detailed menu for node changes.
1254
302691ab
LT
1255 * modes.texi (Modes): Update Menu.
1256 (Hooks): Move to beginning of chapter.
1257 Most minor modes run mode hooks too.
1258 `add-hook' can handle void hooks or hooks whose value is a single
1259 function.
1260 (Major Modes): Update Menu.
1261 (Major Mode Basics): New node, split off from `Major Modes'.
1262 (Major Mode Conventions): Correct xref. Explain how to handle
1263 auto-mode-alist if the major mode command has an autoload cookie.
1264 (Auto Major Mode): Major update. Add magic-mode-alist.
1265 (Derived Modes): Major update.
1266 (Mode Line Format): Update Menu.
1267 (Mode Line Basics): New node, split off from `Mode Line Format'.
1268
1269 * loading.texi (Autoload): Mention `autoload cookie' as synonym
1270 for `magic autoload comment'. Add index entries and anchor.
1271
d06ba294
RS
12722005-05-14 Richard M. Stallman <rms@gnu.org>
1273
1274 * tips.texi (Coding Conventions): Explain how important it is
1275 that just loading certain files not change Emacs behavior.
1276
1277 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
1278
405cb12a
LK
12792005-05-12 Lute Kamstra <lute@gnu.org>
1280
19958124
LK
1281 * modes.texi (Generic Modes): Update.
1282 (Major Modes): Refer to node "Generic Modes".
1283
405cb12a
LK
1284 * elisp.texi (Top): Update to the current structure of the manual.
1285 * processes.texi (Processes): Add menu description.
1286 * customize.texi (Customization): Add menu descriptions.
1287
f714dd1b
TTN
12882005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1289
cc9442f2
TTN
1290 * processes.texi (Signals to Processes)
1291 (Low-Level Network): Fix typos.
f714dd1b 1292
36ad23ec
LK
12932005-05-11 Lute Kamstra <lute@gnu.org>
1294
1295 * elisp.texi (Top): Add some nodes from the chapter "Major and
1296 Minor Modes" to the detailed node listing.
1297
d101bf56
RS
12982005-05-10 Richard M. Stallman <rms@gnu.org>
1299
1300 * keymaps.texi (Extended Menu Items): Menu item filter functions
1301 can be called at any time.
1302
698b0510
LT
13032005-05-08 Luc Teirlinck <teirllm@auburn.edu>
1304
1305 * variables.texi (File Local Variables): `(hack-local-variables t)'
1306 now also checks whether a mode is specified in the local variables
1307 list.
1308
2c6b25c7
EZ
13092005-05-05 Kevin Ryde <user42@zip.com.au>
1310
1311 * display.texi (The Echo Area): Correct format function cross
1312 reference.
1313
643b4cf5
LT
13142005-05-05 Luc Teirlinck <teirllm@auburn.edu>
1315
1316 * variables.texi (Variable Aliases): Change description of
1317 `define-obsolete-variable-alias'.
1318
1319 * functions.texi (Functions): Add "Obsolete Functions" to menu.
1320 (Defining Functions): Add xref.
1321 (Obsolete Functions): New node.
1322 (Function Safety): Standardize capitalization of section title.
1323
1324 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
1325 (Dialog Boxes): Complete description of `x-popup-dialog'.
1326
053bc8e4
RS
13272005-05-04 Richard M. Stallman <rms@gnu.org>
1328
1329 * commands.texi (Interactive Codes): Fix Texinfo usage.
1330 Document U more clearly.
1331
f6b1b15a
LT
13322005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1333
3b925015
LT
1334 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
1335 function and not a macro.
1336
f6b1b15a
LT
1337 * frames.texi (Pop-Up Menus): Correct and clarify description of
1338 `x-popup-menu'.
1339 (Dialog Boxes): Clarify description of `x-popup-dialog'.
1340
ebbfa918
RS
13412005-05-01 Richard M. Stallman <rms@gnu.org>
1342
1343 * edebug.texi (Checking Whether to Stop): Fix previous change.
1344
abe2f96e
LT
13452005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1346
d6028ef2
LT
1347 * display.texi: Fix typos and Texinfo usage.
1348
abe2f96e
LT
1349 * edebug.texi (Checking Whether to Stop): executing-macro ->
1350 executing-kbd-macro.
1351
b2cfb30b
RS
13522005-05-01 Richard M. Stallman <rms@gnu.org>
1353
1354 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
1355
7e995a23
RS
13562005-04-30 Richard M. Stallman <rms@gnu.org>
1357
1358 * files.texi (Magic File Names): Document `operations' property.
1359
57efa539
LK
13602005-04-29 Lute Kamstra <lute@gnu.org>
1361
1362 * modes.texi (Generic Modes): New node.
1363 (Major Modes): Add it to the menu.
1364 (Derived Modes): Add "derived mode" to concept index.
1365
0a20b1dc
LK
13662005-04-28 Lute Kamstra <lute@gnu.org>
1367
1368 * modes.texi (Defining Minor Modes): Fix previous change.
1369 (Font Lock Mode): Simplify.
1370 (Font Lock Basics): Say that font-lock-defaults is buffer-local
1371 when set and that some parts are optional. Add cross references.
1372 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
1373 Add cross references. Add font-lock-multiline to index.
1374 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 1375 Lock Variables". Document font-lock-add-keywords and
b5305167 1376 font-lock-remove-keywords.
0a20b1dc
LK
1377 (Other Font Lock Variables): Move font-lock-keywords-only,
1378 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
1379 and font-lock-syntactic-face-function to node "Syntactic Font
1380 Lock". Move font-lock-keywords-case-fold-search to node
1381 "Search-based Fontification". Document font-lock-inhibit-thing-lock
1382 and font-lock-{,un}fontify-{buffer,region}-function.
1383 (Precalculated Fontification): Remove reference to deleted variable
1384 font-lock-core-only.
1385 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
1386 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
1387 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
1388 and font-lock-syntactic-face-function here from node "Other Font
1389 Lock Variables". Move font-lock-syntactic-keywords to "Setting
1390 Syntax Properties". Add cross references.
b5305167
SM
1391 (Setting Syntax Properties): New node.
1392 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
1393 * syntax.texi (Syntax Properties): Add cross reference.
1394 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
1395
68a94f5a
RS
13962005-04-26 Richard M. Stallman <rms@gnu.org>
1397
1398 * display.texi (Defining Faces):
1399 Document `default' elements of defface spec.
1400
1401 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
1402
1403 * variables.texi (Variable Aliases): Clarify text.
1404
14052005-04-25 Chong Yidong <cyd@stupidchicken.com>
1406
1407 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
1408
7f48f143
LT
14092005-04-25 Luc Teirlinck <teirllm@auburn.edu>
1410
1411 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
1412
45d2f8e8
EZ
14132005-04-24 Eli Zaretskii <eliz@gnu.org>
1414
f3714ab2
EZ
1415 * syntax.texi (Syntax Table Internals): Elaborate documentation of
1416 syntax-after and syntax-class.
1417
45d2f8e8 1418 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
1419 (Unique File Names): Don't mention "numbers" in the documentation
1420 of make-temp-file and make-temp-name.
45d2f8e8 1421
469bc679
RS
14222005-04-23 Richard M. Stallman <rms@gnu.org>
1423
1424 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
1425
c9fa5dc9
RS
14262005-04-22 Nick Roberts <nickrob@snap.net.nz>
1427
1428 * windows.texi (Cyclic Window Ordering): Clarify window-list.
1429
230e1e80
NR
14302005-04-22 Nick Roberts <nickrob@snap.net.nz>
1431
1432 * variables.texi (Variable Aliases): Describe make-obsolete-variable
1433 and define-obsolete-variable-alias.
1434
1ba52906
KS
14352005-04-22 Kim F. Storm <storm@cua.dk>
1436
1437 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
1438 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
1439
9721d904
LK
14402005-04-21 Lute Kamstra <lute@gnu.org>
1441
1442 * lists.texi (Association Lists): Document rassq-delete-all.
1443
ed35c736
RS
14442005-04-19 Richard M. Stallman <rms@gnu.org>
1445
1446 * modes.texi (Search-based Fontification): Explain that
1447 facespec is an expression to be evaluated.
1448
42fc00a4
RS
14492005-04-19 Kevin Ryde <user42@zip.com.au>
1450
b5305167 1451 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
1452 * strings.texi (String Conversion): Fix xref.
1453
5827e9d4
KS
14542005-04-19 Kim F. Storm <storm@cua.dk>
1455
1456 * symbols.texi (Symbol Plists): Add safe-get.
1457 Mention that `get' may signal an error.
1458
47872da9
NR
14592005-04-18 Nick Roberts <nickrob@snap.net.nz>
1460
1461 * customize.texi (Variable Definitions): Replace tooltip-mode
1462 example with save-place.
1463
ec0cf966
RS
14642005-04-17 Richard M. Stallman <rms@gnu.org>
1465
1466 * buffers.texi (Indirect Buffers): Clarify.
1467
1468 * positions.texi (Positions): Clarify converting marker to integer.
1469
1470 * strings.texi (String Basics): Mention string-match; clarify.
1471
199bb209
LK
14722005-04-08 Lute Kamstra <lute@gnu.org>
1473
1474 * modes.texi (Search-based Fontification): Fix cross references.
1475 Use consistent terminology. Document anchored highlighting.
1476
bfa54668
LK
14772005-04-05 Lute Kamstra <lute@gnu.org>
1478
1479 * modes.texi (Defining Minor Modes): Document :group keyword
1480 argument and its default value.
1481
07e5fb9e
LK
14822005-04-03 Lute Kamstra <lute@gnu.org>
1483
1484 * hooks.texi (Standard Hooks): Add some hooks. Add cross
1485 references and/or descriptions. Delete major mode hooks; mention
1486 them as a category instead. Rename or delete obsolete hooks.
1487
aa945b59
RS
14882005-04-02 Richard M. Stallman <rms@gnu.org>
1489
1490 * nonascii.texi (Coding System Basics): Another wording cleanup.
1491
8b918214
RS
14922005-04-01 Richard M. Stallman <rms@gnu.org>
1493
1494 * nonascii.texi (Coding System Basics): Clarify previous change.
1495
41639988
KH
14962005-04-01 Kenichi Handa <handa@m17n.org>
1497
1498 * nonascii.texi (Coding System Basics): Describe about rondtrip
1499 identity of coding systems.
1500
8e669bbd
RS
15012005-03-29 Chong Yidong <cyd@stupidchicken.com>
1502
1503 * text.texi (Buffer Contents): Add filter-buffer-substring and
1504 buffer-substring-filters.
1505
f60a6f87
RS
15062005-03-26 Chong Yidong <cyd@stupidchicken.com>
1507
1508 * anti.texi (Antinews): Mention `G' interactive code.
1509
1510 * tips.texi (Compilation Tips): Mention benchmark.el.
1511
aaac1251
LT
15122005-03-27 Luc Teirlinck <teirllm@auburn.edu>
1513
1514 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
1515 is now bound to M-o M-o.
1516
1517 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
1518
45325173
GM
15192005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
1520
1521 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
1522 in the Emacs Manual).
1523 * Makefile.in (srcs): Remove calendar.texi.
1524 * makefile.w32-in (srcs): Remove calendar.texi.
1525 * display.texi (Display): Change name of next node.
1526 * os.texi (System In): Change name of previous node.
1527 * elisp.texi (Top): Remove Calendar references.
1528 * vol1.texi (Top): Remove Calendar references.
1529 * vol2.texi (Top): Remove Calendar references.
1530
85df292e
RS
15312005-03-25 Richard M. Stallman <rms@gnu.org>
1532
45325173 1533 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
1534 Cleanup previous change.
1535
15362005-03-25 Chong Yidong <cyd@stupidchicken.com>
1537
1538 * display.texi (Face Attributes): Faces earlier in an :inherit
1539 list take precedence.
1540 (Scroll Bars): Fix description of vertical-scroll-bars.
1541 Document frame-current-scroll-bars and window-current-scroll-bars.
1542
1543 * markers.texi (The Mark): Document temporary Transient Mark mode.
1544
b5305167
SM
1545 * minibuf.texi (Reading File Names):
1546 Document read-file-name-completion-ignore-case.
85df292e
RS
1547
1548 * positions.texi (Screen Lines): Document nil for width argument
1549 to compute-motion.
1550
1fe54d69
KS
15512005-03-23 Kim F. Storm <storm@cua.dk>
1552
1553 * display.texi (Standard Faces): Other faces used in the fringe
1554 implicitly inherits from the fringe face.
1555 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
1556 properties implicitly inherits from fringe face.
1557 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
1558
a775dff4
RS
15592005-03-20 Chong Yidong <cyd@stupidchicken.com>
1560
1561 * display.texi (Invisible Text): State default value of
1562 line-move-ignore-invisible.
1563 (Managing Overlays): Document remove-overlays.
1564 (Standard Faces): Document escape-glyph face.
1565
b5305167 1566 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 1567
b5305167
SM
1568 * modes.texi (Other Font Lock Variables):
1569 Document font-lock-lines-before.
a775dff4
RS
1570
1571 * positions.texi (Skipping Characters): skip-chars-forward allows
1572 character classes.
1573
077f7085
LK
15742005-03-18 Lute Kamstra <lute@gnu.org>
1575
1576 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
1577
d69ea7ab
RS
15782005-03-17 Richard M. Stallman <rms@gnu.org>
1579
c7bd5d57
RS
1580 * text.texi (Undo): Document extensible undo entries.
1581
d69ea7ab
RS
1582 * searching.texi (String Search, Regexp Search, Regexp Search):
1583 Cleanups.
1584
1585 * nonascii.texi (Character Codes): Minor fix.
1586
1587 * display.texi (Display Property): Explain the significance
1588 of having text properties that are eq.
1589 (Other Display Specs): Explain string as display spec.
1590
1591 * commands.texi (Interactive Codes): Document G option.
1592
15932005-03-17 Chong Yidong <cyd@stupidchicken.com>
1594
1595 * text.texi (Filling): Add sentence-end-without-period and
1596 sentence-end-without-space.
1597 (Changing Properties): Minor fix.
1598
1599 * anti.texi: Total rewrite.
1600
a7679889
LK
16012005-03-15 Lute Kamstra <lute@gnu.org>
1602
1603 * edebug.texi (Instrumenting Macro Calls): Fix typos.
1604
6eb8e247
KS
16052005-03-08 Kim F. Storm <storm@cua.dk>
1606
1607 * display.texi (Specified Space): Property :width is support on
1608 non-graphic terminals, :height is not.
1609
bfa8be14
RS
16102005-03-07 Richard M. Stallman <rms@gnu.org>
1611
1612 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
1613 Now subnodes of Fringes.
1614 (Overlay Arrow): Document overlay-arrow-variable-list.
1615 (Fringe Size/Pos): New node, broken out of Fringes.
1616 (Display): Explain clearing vs redisplay better.
1617 (Truncation): Clarify use of bitmaps.
1618 (The Echo Area): Clarify the uses of the echo area.
1619 Add max-mini-window-height.
1620 (Progress): Clarify.
1621 (Invisible Text): Explain that main loop moves point out.
1622 (Selective Display): Say "hidden", not "invisible".
b5305167 1623 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
1624 (Overlay Properties): Clarify intro.
1625 (Finding Overlays): Explain return values when nothing found.
1626 (Width): truncate-string-to-width has added arg.
1627 (Displaying Faces): Clarify and update mode line face handling.
1628 (Face Functions): Minor cleanup.
b5305167 1629 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
1630 (Pixel Specification, Other Display Specs): Minor cleanups.
1631 (Images, Image Descriptors): Minor cleanups.
1632 (GIF Images): Patents have expired.
1633 (Showing Images): Explain default text for insert-image.
b5305167 1634 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
1635 (Making Buttons): Explain return values.
1636 (Button Buffer Commands): Add xref.
1637 (Inverse Video): Update mode-line-inverse-video.
1638 (Display Table Format): Clarify.
1639 (Active Display Table): Give defaults for window-display-table.
1640
1641 * calendar.texi (Calendar Customizing): calendar-holiday-marker
1642 and calendar-today-marker are strings, not chars.
1643 (Holiday Customizing): Minor fix.
1644
bfa8be14
RS
1645 * internals.texi (Writing Emacs Primitives): Update `or' example.
1646 Update limit on # args of subr.
1647
1648 * edebug.texi (Using Edebug): Arrow is in fringe.
1649 (Instrumenting): Arg to eval-defun works without loading edebug.
1650 (Edebug Execution Modes): Add xref.
1651
1652 * customize.texi (Common Keywords): Clarify :require.
1653 Mention :version here.
1654 (Variable Definitions, Group Definitions): Not here.
1655 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
1656
d69ea7ab
RS
16572005-03-07 Chong Yidong <cyd@stupidchicken.com>
1658 * nonascii.texi (Text Representations): Clarify position-bytes.
1659 (Character Sets): Add list-charset-chars.
1660 (Scanning Charsets): Add charset-after.
1661 (Encoding and I/O): Minor fix.
1662
34398e6c
RS
16632005-03-06 Richard M. Stallman <rms@gnu.org>
1664
1665 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
1666 (Resizing Windows): Likewise.
1667
1668 * text.texi (Change Hooks): Get rid of "Emacs 21".
1669
1670 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
1671
1672 * streams.texi (Output Variables): Get rid of "Emacs 21".
1673
1674 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
1675
1676 * os.texi (Translating Input): Replace flow-control example
1677 with a less obsolete example that uses `keyboard-translate'.
1678
6eb8e247 1679 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 1680 Get rid of "Emacs 21".
6eb8e247 1681
34398e6c
RS
1682 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
1683 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
1684
1685 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
1686
1687 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
1688
1689 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
1690 (Menu Bar): Fix when menu-bar-update-hook is called.
1691
1692 * hash.texi (Hash Tables): Get rid of "Emacs 21".
1693
1694 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
1695 and make it read better.
1696
1697 * files.texi (Writing to Files): Get rid of "Emacs 21".
1698 (Unique File Names): Likewise.
1699
1700 * elisp.texi: Update Emacs version to 22.
1701
1702 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
1703 (Overlay Properties, Face Attributes): Likewise.
1704 (Managing Overlays): Fix punctuation.
1705 (Attribute Functions): Clarify set-face-font; get rid of
1706 info about old Emacs versions.
1707 (Auto Faces, Font Lookup, Display Property, Images):
1708 Get rid of "Emacs 21".
1709
1710 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
1711
d2178387
RS
17122005-03-05 Richard M. Stallman <rms@gnu.org>
1713
1714 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
1715
524352d6
LK
17162005-03-04 Lute Kamstra <lute@gnu.org>
1717
1718 * debugging.texi (Error Debugging): Document stack-trace-on-error.
1719
17202005-03-03 Lute Kamstra <lute@gnu.org>
1721
1722 * edebug.texi (Instrumenting Macro Calls): Fix typo.
1723
284f0680
LK
17242005-03-01 Lute Kamstra <lute@gnu.org>
1725
1726 * debugging.texi (Debugger Commands): Update `j'.
1727
a9ee5cac
LK
17282005-02-28 Lute Kamstra <lute@gnu.org>
1729
1730 * debugging.texi (Debugging): Fix typo.
1731 (Error Debugging): Document eval-expression-debug-on-error.
1732 (Function Debugging): Update example.
1733 (Using Debugger): Mention starred stack frames.
1734 (Debugger Commands): Document `j' and `l'.
1735 (Invoking the Debugger): `d' and `j' exit recursive edit too.
1736 Update the messages that the debugger displays.
1737 (Internals of Debugger): Add cross reference. Update example.
1738 (Excess Open): Minor improvement.
1739 (Excess Close): Minor improvement.
1740
378d0f8e
RS
17412005-02-26 Richard M. Stallman <rms@gnu.org>
1742
1743 * tips.texi (Coding Conventions): Clarify.
1744 Put all the major mode key reservations together.
1745 Mention the Mouse-1 => Mouse-2 conventions.
1746
1747 * syntax.texi (Syntax Class Table): Clarify.
1748 (Syntax Table Functions): syntax-after moved from here.
1749 (Syntax Table Internals): syntax-after moved to here.
1750 (Parsing Expressions): Update info on number of values
1751 and what's meaningful in the STATE argument.
1752 (Categories): Fix typo.
1753
1754 * sequences.texi (Arrays): Cleanup.
1755 (Char-Tables): Clarify.
1756
1757 * processes.texi (Deleting Processes): Cleanups, add xref.
1758 (Subprocess Creation): Explain nil in exec-path. Cleanup.
1759 (Process Information): set-process-coding-system, some args optional.
1760 (Input to Processes): Explain various types for PROCESS args.
1761 Rename them from PROCESS-NAME to PROCESS.
1762 (Signals to Processes): Likewise.
1763 (Decoding Output): Cleanup.
1764 (Query Before Exit): Clarify.
1765
1766 * os.texi (Startup Summary): Correct the options; add missing ones.
1767 (Terminal Output, Batch Mode): Clarify.
1768 (Flow Control): Node deleted.
1769
1770 * markers.texi (The Mark): Clarify.
1771
1772 * macros.texi (Expansion): Cleanup.
1773 (Indenting Macros): indent-spec allows ints, not floats.
1774
1775 * keymaps.texi (Keymaps): Clarify.
1776 (Format of Keymaps): Update lisp-mode-map example.
1777 (Active Keymaps, Key Lookup): Clarify.
1778 (Changing Key Bindings): Add xref to `kbd'.
1779 (Key Binding Commands, Simple Menu Items): Clarify.
1780 (Mouse Menus, Menu Bar): Clarify.
1781 (Menu Example): Replace print example with menu-bar-replace-menu.
1782
1783 * help.texi (Documentation Basics): Add function-documentation prop.
1784
1785 * elisp.texi (Top): Don't refer to Flow Control node.
1786
1787 * commands.texi (Command Overview): Improve xrefs.
1788 (Adjusting Point): Adjusting point applies to intangible and invis.
1789 (Key Sequence Input): Doc extra read-key-sequence args.
1790 Likewise for read-key-sequence-vector.
1791
1792 * backups.texi (Rename or Copy): Minor fix.
1793 (Numbered Backups): For version-control, say the default.
1794 (Auto-Saving): make-auto-save-file-name example is simplified.
1795
1796 * advice.texi (Advising Functions): Don't imply one part of Emacs
1797 should advise another part. Markup changes.
1798 (Defining Advice): Move transitional para.
1799 (Activation of Advice): Cleanup.
1800 Explain if COMPILE is nil or negative.
1801
1802 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
1803
2e20c83d
LK
18042005-02-24 Lute Kamstra <lute@gnu.org>
1805
1806 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
1807 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
1808
65c492fd
LK
18092005-02-23 Lute Kamstra <lute@gnu.org>
1810
b02c3eed
LK
1811 * modes.texi (Defining Minor Modes): define-minor-mode can be used
1812 to define global minor modes as well.
1813
65c492fd
LK
1814 * display.texi (Managing Overlays): overlay-buffer returns nil for
1815 deleted overlays.
1816
b686dd59
KS
18172005-02-22 Kim F. Storm <storm@cua.dk>
1818
1819 * minibuf.texi (Basic Completion): Allow symbols in addition to
1820 strings in try-completion and all-completions.
1821
23e8c095
LK
18222005-02-14 Lute Kamstra <lute@gnu.org>
1823
1824 * elisp.texi (Top): Remove reference to deleted node.
1825
1826 * lists.texi (Lists): Remove reference to deleted node.
1827 (Cons Cells): Fix typo.
1828
1829 * loading.texi (Where Defined): Fix typo.
1830
134948fc
RS
18312005-02-14 Richard M. Stallman <rms@gnu.org>
1832
1833 * variables.texi (Creating Buffer-Local): change-major-mode-hook
1834 is useful for discarding some minor modes.
1835
1836 * symbols.texi (Symbol Components): Reorder examples.
1837
1838 * streams.texi (Input Functions): State standard-input default.
1839 (Output Variables): State standard-output default.
1840
1841 * objects.texi (Printed Representation): Clarify read syntax vs print.
1842 (Floating Point Type): Explain meaning better.
1843 (Symbol Type): Explain uniqueness better.
1844 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
1845 List examples sooner.
1846 (Box Diagrams): New subnode broken out.
1847 Some examples moved from old Lists as Boxes node.
1848 (Dotted Pair Notation): Clarify intro.
1849 (Array Type): Clarify.
1850 (Type Predicates): Add hash-table-p.
1851
1852 * numbers.texi (Integer Basics): Clarify radix explanation.
1853 (Predicates on Numbers): Minor clarification.
1854 (Comparison of Numbers): Minor clarification. Clarify eql.
1855 Typos in min, max.
1856 (Math Functions): Clarify overflow in expt.
1857
1858 * minibuf.texi (Text from Minibuffer): Minor clarification.
1859 Mention arrow keys.
1860
1861 * loading.texi (Autoload): defun's doc string overrides autoload's
1862 doc string.
1863 (Repeated Loading): Modernize "add to list" examples.
1864 (Where Defined): Finish updating table of load-history elts.
1865
1866 * lists.texi (List-related Predicates): Minor wording improvement.
1867 (Lists as Boxes): Node deleted.
1868 (Building Lists): Explain trivial cases of number-sequence.
1869
1870 * hash.texi (Hash Tables): Add desc to menu items.
1871 (Creating Hash): Expain "full" means "make larger",
1872 (Hash Access): Any object can be a key.
1873 State value of maphash.
1874
1875 * functions.texi (What Is a Function): Wording cleanup.
1876 (Function Documentation): Minor cleanup.
1877 Explain purpose of calling convention at end of doc string.
1878 (Function Names): Wording cleanup.
1879 (Calling Functions): Wording cleanup.
1880 Explain better how funcall calls the function.
1881 (Function Cells): Delete example of saving and redefining function.
1882
1883 * control.texi (Combining Conditions): Wording cleanup.
1884 (Iteration): dolist and dotimes bind VAR locally.
1885 (Cleanups): Xref to Atomic Changes.
1886
1887 * compile.texi (Byte Compilation): Delete 19.29 info.
1888 (Compilation Functions): Macros' difficulties don't affect defsubst.
1889 (Docs and Compilation): Delete 19.29 info.
1890
44291460
RS
18912005-02-10 Richard M. Stallman <rms@gnu.org>
1892
1893 * objects.texi (Symbol Type): Minor correction.
1894
1f9ad95a
LK
18952005-02-06 Lute Kamstra <lute@gnu.org>
1896
1897 * modes.texi (Example Major Modes): Fix typos.
1898
ba2c991c
RS
18992005-02-06 Richard M. Stallman <rms@gnu.org>
1900
1901 * text.texi (Margins): fill-nobreak-predicate can be one function.
1902
1903 * strings.texi (Modifying Strings): clear-string can make unibyte.
1904 (Formatting Strings): format gives error if values missing.
1905
1906 * positions.texi (Character Motion): Mention default arg
1907 for forward-char. backward-char refers to forward-char.
1908 (Word Motion): Mention default arg for forward-word.
1909 (Buffer End Motion): Mention default arg for beginning-of-buffer.
1910 Simplify end-of-buffer.
1911 (Text Lines): Mention default arg for forward-line.
1912 (List Motion): Mention default arg for beginning/end-of-defun.
1913 (Skipping Characters): Minor fixes in explaining character-set.
1914
1915 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
1916 Mode inheritance applies only when default-major-mode is nil.
1917 Clarifications.
1918 (Example Major Modes): Update Text mode and Lisp mode examples.
1919 (Minor Mode Conventions): Mention define-minor-mode at top.
1920 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
1921 (Mode Line Format): Update mode line face display info.
1922 (Properties in Mode): Mention effect of risky vars.
1923 (Imenu): Define imenu-add-to-menubar.
1924 (Font Lock Mode): Add descriptions to menu lines.
1925 (Faces for Font Lock): Add font-lock-doc-face.
1926
9bf6d576
LK
19272005-02-05 Lute Kamstra <lute@gnu.org>
1928
1929 * text.texi (Maintaining Undo): Remove obsolete function.
1930
cb602754
EZ
19312005-02-05 Eli Zaretskii <eliz@gnu.org>
1932
1933 * frames.texi (Color Names): Add pointer to the X docs about RGB
1934 color specifications. Improve indexing
1935 (Text Terminal Colors): Replace the description of RGB values by
1936 an xref to "Color Names".
1937
4e07258f
RS
19382005-02-03 Richard M. Stallman <rms@gnu.org>
1939
1940 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
1941 Clarify.
1942 (Selecting Windows): Clarify save-selected-window.
1943 (Cyclic Window Ordering): Clarify walk-windows.
1944 (Window Point): Clarify.
1945 (Window Start): Add comment to example.
1946 (Resizing Windows): Add `interactive' specs in examples.
1947 Document fit-window-to-buffer.
1948
1949 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
1950 (Undo, Maintaining Undo): Clarify last change.
1951 (Sorting): In sort-numeric-fields, explain about octal and hex.
1952 Mention sort-numeric-base.
1953 (Format Properties): Add xref for hard newlines.
1954
1955 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
1956 (Pop-Up Menus): Fix typo.
1957 (Color Names): Explain all types of color names.
1958 Explain color-values on B&W terminal.
1959 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
1960
1961 * files.texi (File Locks): Not supported on MS systems.
1962 (Testing Accessibility): Clarify.
1963
1964 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
1965 (Coverage Testing): Fix typo.
1966
1967 * commands.texi (Misc Events): Remove stray space.
1968
1969 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
1970 (Modification Time): Clarify when visited-file-modtime returns 0.
1971 (The Buffer List): Clarify bury-buffer.
1972 (Killing Buffers): Clarify.
1973 (Indirect Buffers): Add clone-indirect-buffer.
1974
19752005-02-02 Matt Hodges <MPHodges@member.fsf.org>
1976
1977 * edebug.texi (Printing in Edebug): Fix default value of
1978 edebug-print-circle.
1979 (Coverage Testing): Fix displayed frequency count data.
1980
19812005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
1982
1983 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
1984
4e07258f 19852005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
1986
1987 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
1988
28d986b9
EZ
19892005-01-29 Eli Zaretskii <eliz@gnu.org>
1990
1991 * commands.texi (Misc Events): Describe the help-echo event.
1992
1993 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
1994 consistently in description of the help-echo property.
1995 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
1996
1997 * display.texi (Overlay Properties): Fix the index entry for
1998 help-echo overlay property.
1999
2000 * customize.texi (Type Keywords): Uncomment the xref to the
2001 help-echo property documentation.
2002
8f958b40
KS
20032005-01-23 Kim F. Storm <storm@cua.dk>
2004
2005 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
2006 return value. Third element FULLY replaced by PARTIAL which
2007 specifies number of invisible pixels if row is only partially visible.
2008 (Textual Scrolling): Mention auto-window-vscroll.
2009 (Vertical Scrolling): New defvar auto-window-vscroll.
2010
cd7e5dd6
LT
20112005-01-16 Luc Teirlinck <teirllm@auburn.edu>
2012
2013 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
2014 command remapping.
2015
6f771c32
RS
20162005-01-15 Richard M. Stallman <rms@gnu.org>
2017
2018 * display.texi (Defining Images): Mention DATA-P arg of create-image.
2019
6ac8a822
KS
20202005-01-14 Kim F. Storm <storm@cua.dk>
2021
88948d55
KS
2022 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
2023
6ac8a822
KS
2024 * text.texi (Links and Mouse-1): Fix string and vector item.
2025
20d6de82
RS
20262005-01-13 Richard M. Stallman <rms@gnu.org>
2027
2028 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
2029 descriptions of overriding-local-map and overriding-terminal-local-map.
2030
2031 * text.texi (Links and Mouse-1): Clarify text.
2032
f75a592e
KS
20332005-01-13 Kim F. Storm <storm@cua.dk>
2034
2035 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
2036
910f60b1
TTN
20372005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
2038
2039 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
2040
37181fc4
KS
20412005-01-12 Kim F. Storm <storm@cua.dk>
2042
2043 * text.texi (Links and Mouse-1): Rename section from Enabling
2044 Mouse-1 to Following Links. Change xrefs.
2045 Add examples for define-button-type and define-widget.
2046
2047 * display.texi (Button Properties, Button Buffer Commands):
2048 Clarify mouse-1 and follow-link functionality.
2049
28f94a34
RS
20502005-01-12 Richard M. Stallman <rms@gnu.org>
2051
2052 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
2053
2054 * display.texi (Beeping): Fix Texinfo usage.
2055
2056 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
2057
bac2d936
KS
20582005-01-11 Kim F. Storm <storm@cua.dk>
2059
2060 * display.texi (Button Properties, Button Buffer Commands):
93381d62 2061 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
2062
2063 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
2064 (Enabling Mouse-1 to Follow Links): New subsection.
2065
de968ddb
RS
20662005-01-06 Richard M. Stallman <rms@gnu.org>
2067
2068 * text.texi (Special Properties): Minor change.
2069
2070 * os.texi (Timers): Clarify previous change.
2071
2072 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
2073
a3a43b3b
LT
20742005-01-01 Luc Teirlinck <teirllm@auburn.edu>
2075
2076 * display.texi (Face Attributes): Correct xref to renamed node.
2077
732bb9ce
RS
20782005-01-01 Richard M. Stallman <rms@gnu.org>
2079
2080 * display.texi (Face Attributes): Describe hex color specs.
2081
c734ae59
RS
20822004-12-31 Richard M. Stallman <rms@gnu.org>
2083
2084 * os.texi (Timers): Update previous change.
2085
33b2f4ea
KS
20862004-12-30 Kim F. Storm <storm@cua.dk>
2087
2088 * display.texi (Line Height): Total line-height is now specified
2089 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
2090 in cons cells. (nil . RATIO) is relative to actual line height.
2091 Use line-height `t' instead of `0' to get minimum height.
2092
99ec74b9
RS
20932004-12-29 Richard M. Stallman <rms@gnu.org>
2094
2095 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
2096
eab463f6
RS
20972004-12-28 Richard M. Stallman <rms@gnu.org>
2098
2099 * commands.texi (Quitting): Clarify value of with-local-quit.
2100
2101 * elisp.texi (Top): Fix previous change.
2102
2103 * loading.texi (Loading): Fix previous change.
2104
ebbd14f1
RS
21052004-12-27 Richard M. Stallman <rms@gnu.org>
2106
4ae98fc5
RS
2107 * Makefile.in (MAKEINFO): Specify --force.
2108
8f430046
RS
2109 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
2110
56011a8c
RS
2111 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
2112
2113 * display.texi (Line Height): Further clarify.
2114
2115 * elisp.texi (Top): Update Loading submenu.
2116
ebbd14f1
RS
2117 * loading.texi (Where Defined): New node.
2118 (Unloading): load-history moved to Where Defined.
2119
fda2922a
RS
21202004-12-21 Richard M. Stallman <rms@gnu.org>
2121
2122 * commands.texi (Event Input Misc): Add while-no-input.
2123
9eb8959a
RS
21242004-12-11 Richard M. Stallman <rms@gnu.org>
2125
2126 * display.texi (Line Height): Rewrite text for clarity.
2127
adf87c29
KS
21282004-12-11 Kim F. Storm <storm@cua.dk>
2129
2130 * display.texi (Display): Add node "Line Height" to menu.
2131 (Line Height): New node. Move full description of line-spacing
2132 and line-height text properties here from text.texi.
2133 (Scroll Bars): Add vertical-scroll-bar variable.
2134
2135 * frames.texi (Window Frame Parameters): Remove line-height defvar.
2136
2137 * locals.texi (Standard Buffer-Local Variables): Fix xref for
2138 line-spacing and vertical-scroll-bar.
2139
2140 * text.texi (Special Properties): Just mention line-spacing and
2141 line-height here, add xref to new "Line Height" node.
2142
31e4729e
TTN
21432004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
2144
2145 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
2146
2147 * locals.texi (Standard Buffer-Local Variables):
2148 Add @xref for `line-spacing'.
2149
cc60c723
RS
21502004-12-05 Richard M. Stallman <rms@gnu.org>
2151
2152 * Makefile.in (maintainer-clean): Remove the info files
2153 in $(infodir) where they are created.
2154
f6101ac9
RS
21552004-12-03 Richard M. Stallman <rms@gnu.org>
2156
2157 * windows.texi (Selecting Windows): get-lru-window and
2158 get-largest-window don't consider dedicated windows.
2159
2160 * text.texi (Undo): Document undo-in-progress.
2161
94221759
RS
21622004-11-26 Richard M. Stallman <rms@gnu.org>
2163
2164 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
2165 Remove a few vars that are not always buffer-local.
2166
7092c5e8
LT
21672004-11-24 Luc Teirlinck <teirllm@auburn.edu>
2168
2169 * locals.texi (Standard Buffer-Local Variables): Comment out
2170 xref's to non-existent node `Yet to be written'.
2171
261b01c6
RS
21722004-11-24 Richard M. Stallman <rms@gnu.org>
2173
2174 * processes.texi (Synchronous Processes): Grammar fix.
2175
2176 * numbers.texi (Comparison of Numbers): Add eql.
2177
2178 * locals.texi (Standard Buffer-Local Variables): Add many vars.
2179
2180 * intro.texi (Printing Notation): Fix previous change.
2181
2182 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
2183 and default-indicate-buffer-boundaries from here.
2184 (Usual Display): To here.
2185 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
2186 (Usual Display): Move tab-width up.
2187
2188 * customize.texi (Variable Definitions): Replace
2189 show-paren-mode example with tooltip-mode.
7092c5e8 2190 (Simple Types, Composite Types, Defining New Types):
261b01c6 2191 Minor cleanups.
7092c5e8 2192
c1aa4864
JH
21932004-11-21 Jesper Harder <harder@ifa.au.dk>
2194
2195 * processes.texi (Synchronous Processes, Output from Processes):
2196 Markup fix.
2197
dedbac89
RS
21982004-11-20 Richard M. Stallman <rms@gnu.org>
2199
07c8c65a
RS
2200 * positions.texi (Skipping Characters): skip-chars-forward
2201 now handles char classes.
2202
8f40a868
RS
2203 * intro.texi (Printing Notation): Avoid confusion of `print'
2204 when explaining @print.
2205
2206 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
2207
2208 * display.texi (Display Table Format): Minor fix.
2209
2210 * streams.texi (Output Functions): Fix print example.
2211
fd6866c8
RS
2212 * Makefile.in (elisp): New target.
2213 (dist): Depend on $(infodir)/elisp, not elisp.
2214 Copy the info files from $(infodir).
2215
9d00469f
RS
2216 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
2217 read-from-minibuffer.
2218
dedbac89
RS
2219 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
2220
6de891db
RS
22212004-11-19 Richard M. Stallman <rms@gnu.org>
2222
2223 * searching.texi (Regexp Search): Add search-whitespace-regexp.
2224
e1c1c5a7
TTN
22252004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
2226
2227 * tips.texi (Coding Conventions): Fix typo.
2228
ee31cd78
RS
22292004-11-16 Richard M. Stallman <rms@gnu.org>
2230
2231 * tips.texi (Coding Conventions): Separate defvar and require
2232 methods to avoid warnings. Use require only when there are many
2233 functions and variables from that package.
2234
2235 * minibuf.texi (Minibuffer Completion): When ignoring case,
2236 predicate must not be case-sensitive.
2237
2238 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
2239 (Test Coverage): Don't talk about "splotches". Clarified.
2240
4bd38e94
TTN
22412004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
2242
2243 * frames.texi (Window Frame Parameters): Fix typo.
2244
6d073ae1
KS
22452004-11-15 Kim F. Storm <storm@cua.dk>
2246
9f89426b
KS
2247 * symbols.texi (Other Plists): Note that plist-get may signal error.
2248 Add safe-plist-get.
6d073ae1 2249
10980463
TTN
22502004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
2251
2252 * modes.texi (Font Lock Basics): Fix typo.
2253
1efc19eb
RS
22542004-11-08 Richard M. Stallman <rms@gnu.org>
2255
2256 * syntax.texi (Syntax Table Functions): Add syntax-after.
2257
6159c232
EZ
22582004-11-06 Lars Brinkhoff <lars@nocrew.org>
2259
2260 * os.texi (Processor Run Time): New section documenting
2261 get-internal-run-time.
2262
59dede22
EZ
22632004-11-06 Eli Zaretskii <eliz@gnu.org>
2264
2265 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
2266 it nukes elisp-cover.texi.
2267 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
2268 elisp-0 etc.
2269
4cc8522c
LT
22702004-11-05 Luc Teirlinck <teirllm@auburn.edu>
2271
2272 * commands.texi (Keyboard Macros): Document `append' return value
2273 of `defining-kbd-macro'.
2274
2d1ef312
RS
22752004-11-01 Richard M. Stallman <rms@gnu.org>
2276
2277 * commands.texi (Interactive Call): Add called-interactively-p.
2278
6f4e005d
SJ
22792004-10-29 Simon Josefsson <jas@extundo.com>
2280
2281 * minibuf.texi (Reading a Password): Revert.
2282
4f71c13f
RS
22832004-10-28 Richard M. Stallman <rms@gnu.org>
2284
2285 * frames.texi (Display Feature Testing): Explain about "vendor".
2286
4660a9e3
RS
22872004-10-27 Richard M. Stallman <rms@gnu.org>
2288
2289 * commands.texi (Interactive Codes): `N' uses numeric prefix,
2290 not raw. Clarify `n'.
2291 (Interactive Call): Rewrite interactive-p, focusing on when
2292 and how to use it.
2293 (Misc Events): Clarify previous change.
2294
2295 * advice.texi (Simple Advice): Clarify what job the example does.
2296 (Around-Advice): Clarify ad-do-it.
2297 (Activation of Advice): An option of ad-default-compilation-action
2298 is `never', not `nil'.
2299
c8636435
KS
23002004-10-26 Kim F. Storm <storm@cua.dk>
2301
2302 * commands.texi (Interactive Codes): Add U code letter.
2303
acd4089b
SJ
23042004-10-25 Simon Josefsson <jas@extundo.com>
2305
2306 * minibuf.texi (Reading a Password): Add.
2307
29dc7809
JR
23082004-10-24 Jason Rumney <jasonr@gnu.org>
2309
2310 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
2311 and wheel-down.
2312
bb5d6d34
KG
23132004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
2314
2315 * processes.texi (Synchronous Processes): Document process-file.
2316
d0ee2ed3
KH
23172004-10-22 Kenichi Handa <handa@m17n.org>
2318
2319 * text.texi (translate-region): Document that it accepts also a
2320 char-table.
2321
38be9dbb
DP
23222004-10-22 David Ponce <david@dponce.com>
2323
2324 * windows.texi (Resizing Windows): Document the `preserve-before'
2325 argument of the functions `enlarge-window' and `shrink-window'.
2326
63c80452
JR
23272004-10-19 Jason Rumney <jasonr@gnu.org>
2328
2329 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
2330
9f4b6e73
LT
23312004-10-09 Luc Teirlinck <teirllm@auburn.edu>
2332
2333 * text.texi (Filling): Add anchor for definition of
2334 `sentence-end-double-space'.
2335
2336 * searching.texi (Regexp Example): Update description of how
2337 Emacs currently recognizes the end of a sentence.
2338 (Standard Regexps): Update definition of the variable
2339 `sentence-end'. Add definition of the function `sentence-end'.
2340
657f0f9c
EZ
23412004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
2342
2343 * display.texi (Progress): New node.
2344
35ab4857
KS
23452004-10-05 Kim F. Storm <storm@cua.dk>
2346
2347 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
2348
f2a54fbc
KS
23492004-09-29 Kim F. Storm <storm@cua.dk>
2350
2351 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
2352 to identify bitmaps. Remove -fringe-bitmap suffix for standard
2353 fringe bitmap symbols, as they now have their own namespace.
2354 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
2355 vs. pixels. Signal error if no free bitmap slots.
2356 (Pixel Specification): Change IMAGE to @var{image}.
2357
4676d6f3
RS
23582004-09-28 Richard M. Stallman <rms@gnu.org>
2359
2360 * text.texi (Special Properties): Clarify line-spacing and line-height.
2361
2362 * searching.texi (Regexp Search): Add looking-back.
2363
17234906
LT
23642004-09-25 Luc Teirlinck <teirllm@auburn.edu>
2365
2366 * display.texi: Correct typos.
2367 (Image Descriptors): Correct xref's.
2368
4de43c8b
RS
23692004-09-25 Richard M. Stallman <rms@gnu.org>
2370
2371 * text.texi (Special Properties): Cleanups in `cursor'.
2372 Rewrites in `line-height' and `line-spacing'; exchange them.
2373
2374 * display.texi (Fringes): Rewrite previous change.
2375 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
2376 (Display Fringe Bitmaps): Node deleted, text moved.
2377 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
2378 (Scroll Bars): Clarify set-window-scroll-bars.
2379 (Pointer Shape): Rewrite.
2380 (Specified Space): Clarify :align-to, etc.
2381 (Pixel Specification): Use @var. Clarify new text.
2382 (Other Display Specs): Clarify `slice'.
2383 (Image Descriptors): Cleanups.
2384 (Showing Images): Cleanups.
2385
a3ee0299
LT
23862004-09-24 Luc Teirlinck <teirllm@auburn.edu>
2387
e88ebce6
LT
2388 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
2389
a3ee0299
LT
2390 * modes.texi: Various minor changes in addition to:
2391 (Major Mode Conventions): Final call to `run-mode-hooks' should
2392 not be inside the `delay-mode-hooks' form.
2393 (Mode Hooks): New node.
2394 (Hooks): Delete obsolete example.
2395 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
2396 node "Mode Hooks".
2397
6db2bc02
LT
23982004-09-22 Luc Teirlinck <teirllm@auburn.edu>
2399
2400 * display.texi: Correct various typos.
2401 (Display): Rename node "Pointer Shapes" to "Pointer
2402 Shape". (There is already a node called "Pointer Shapes" in
2403 frames.texi.)
2404 (Images): Remove non-existent node "Image Slices" from menu.
2405
ed2846bd
KS
24062004-09-23 Kim F. Storm <storm@cua.dk>
2407
2408 * text.texi (Special Properties): Add `cursor', `pointer',
2409 `line-height', and `line-spacing' properties.
2410
2411 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
2412 Shapes' to menu.
2413 (Standard Faces): Doc fix for fringe face.
2414 (Fringes): Add `overflow-newline-into-fringe' and
2415 'indicate-buffer-boundaries'.
2416 (Fringe Bitmaps, Pointer Shapes): New nodes.
2417 (Display Property): Add 'Pixel Specification' and 'Display Fringe
2418 Bitmaps' to menu.
2419 (Specified Space): Describe pixel width and height.
2420 (Pixel Specification): New node.
2421 (Other Display Specs): Add `slice' property.
2422 (Display Fringe Bitmaps): New node.
2423 (Images): Add 'Image Slices' to menu.
2424 (Image Descriptors): Add `:pointer' and `:map' properties.
2425 (Showing Images): Add slice arg to `insert-image'. Add
2426 'insert-sliced-image'.
2427
4d894c98
RS
24282004-09-20 Richard M. Stallman <rms@gnu.org>
2429
2430 * commands.texi (Key Sequence Input):
2431 Clarify downcasing in read-key-sequence.
2432
7e388eb7
JL
24332004-09-08 Juri Linkov <juri@jurta.org>
2434
2435 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
2436
a020987f
LT
24372004-09-07 Luc Teirlinck <teirllm@auburn.edu>
2438
2439 * locals.texi (Standard Buffer-Local Variables): Add
2440 `buffer-auto-save-file-format'.
2441 * internals.texi (Buffer Internals): Describe new
2442 auto_save_file_format field of the buffer structure.
2443 * files.texi (Format Conversion): `auto-save-file-format' has been
2444 renamed `buffer-auto-save-file-format'.
2445
2b96f80c
LT
24462004-08-27 Luc Teirlinck <teirllm@auburn.edu>
2447
2448 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
2449 an integer or a marker.
2450 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
2451
2ee3b79e
RS
24522004-08-22 Richard M. Stallman <rms@gnu.org>
2453
2454 * modes.texi (Major Mode Conventions): Discuss rebinding of
2455 standard key bindings.
2456
c438dc33
KS
24572004-08-18 Kim F. Storm <storm@cua.dk>
2458
2459 * processes.texi (Accepting Output): Add `just-this-one' arg to
2460 `accept-process-output'.
101c421e 2461 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 2462
db8af011
LT
24632004-08-10 Luc Teirlinck <teirllm@auburn.edu>
2464
2465 * keymaps.texi: Various changes in addition to:
2466 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
2467 Give more varied examples for `kbd'.
2468 (Creating Keymaps): Char tables have slots for all characters
2469 without modifiers.
2470 (Active Keymaps): `overriding-local-map' and
2471 `overriding-terminal-local-map' also override text property and
2472 overlay keymaps.
2473 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
2474 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
2475 to denote a prefix of no events.
2476 `map-keymap' includes parent's bindings _recursively_.
2477 Clarify and correct description of `where-is-internal'.
2478 Mention BUFFER-OR-NAME arg to `describe-bindings'.
2479 (Menu Example): For menus intended for use with the keyboard, the
2480 menu items should be bound to characters or real function keys.
2481
de700726
LT
24822004-08-08 Luc Teirlinck <teirllm@auburn.edu>
2483
30e75a87
LT
2484 * objects.texi (Character Type): Reposition `@anchor' to prevent
2485 double space inside sentence in Info.
2486
de700726
LT
2487 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
2488 renamed to `disabled-command-function'.
7c5b95c9 2489 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
2490 (Command Loop Info): Replace reference to it.
2491 (Disabling Commands): `disabled-command-hook' has been renamed to
2492 `disabled-command-function'.
2493
81909a1a
LT
24942004-08-07 Luc Teirlinck <teirllm@auburn.edu>
2495
2496 * os.texi (Translating Input): Only non-prefix bindings in
2497 `key-translation-map' override actual key bindings. Warn about
2498 possible indirect effect of actual key bindings on non-prefix
2499 bindings in `key-translation-map'.
2500
5504e99c
LT
25012004-08-06 Luc Teirlinck <teirllm@auburn.edu>
2502
2503 * minibuf.texi (High-Level Completion): Add anchor for definition
2504 of `read-variable'.
2505
2506 * commands.texi: Various changes in addition to:
2507 (Using Interactive): Clarify description of `interactive-form'.
2508 (Interactive Call): Mention default for KEYS argument to
2509 `call-interactively'.
2510 (Command Loop Info): Clarify description of `this-command-keys'.
2511 Mention KEEP-RECORD argument to `clear-this-command-keys'.
2512 Value of `last-event-frame' can be `macro'.
2513 (Repeat Events): `double-click-fuzz' is also used to distinguish
2514 clicks and drags.
2515 (Classifying Events): Clarify descriptions of `event-modifiers'
2516 `event-basic-type' and `event-convert-list'.
2517 (Accessing Events): `posn-timestamp' takes POSITION argument.
2518 (Quoted Character Input): Clarify description of
2519 `read-quoted-char' and fix example.
2520 (Quitting): Add `with-local-quit'.
2521 (Disabling Commands): Correct and clarify descriptions of
2522 `enable-command' and `disable-command'.
2523 Mention what happens if `disabled-command-hook' is nil.
2524 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
2525 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
2526
f478a72a
LT
25272004-07-24 Luc Teirlinck <teirllm@auburn.edu>
2528
2529 * frames.texi: Various changes in addition to:
2530 (Creating Frames): Expand and clarify description of `make-frame'.
2531 (Window Frame Parameters): Either none or both of the `icon-left'
2532 and `icon-top' parameters must be specified. Put descriptions of
2533 `menu-bar-lines' and `toolbar-lines' closer together and change
2534 them accordingly.
2535 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
2536 except while processing `frame-title-format' or `icon-title-format'.
2537 (Deleting Frames): Correct description of `delete-frame'.
2538 Non-nil return values of `frame-live-p' are like those of `framep'.
2539 (Frames and Windows): mention return value of
2540 `set-frame-selected-window'.
2541 (Visibility of Frames): Mention `force' argument to
2542 `make-frame-invisible'. `frame-visible-p' returns t for all
2543 frames on text-only terminals.
2544 (Frame Configurations): Restoring a frame configuration does not
2545 restore deleted frames.
2546 (Window System Selections): `x-set-selection' returns DATA.
2547 (Resources): Add example.
2548 (Display Feature Testing): Clarify descriptions of
2549 `display-pixel-height', `display-pixel-width', `x-server-version'
2550 and `x-server-vendor'.
2551
2552 * windows.texi (Choosing Window): Add anchor.
2553 * minibuf.texi (Minibuffer Misc): Add anchor.
2554
bc135062
JPW
25552004-07-23 John Paul Wallington <jpw@gnu.org>
2556
2557 * macros.texi (Defining Macros): Declaration keyword for setting
2558 Edebug spec is `debug' not `edebug'.
2559
cb7516e5
LT
25602004-07-19 Luc Teirlinck <teirllm@auburn.edu>
2561
2562 * windows.texi: Various small changes in addition to:
2563 (Window Point): Mention return value of `set-window-point'.
2564 (Window Start): `pos-visible-in-window-p' disregards horizontal
2565 scrolling. Explain return value if PARTIALLY is non-nil.
2566 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
2567 and `set-window-vscroll'.
2568 (Size of Window): The argument WINDOW to `window-inside-edges',
2569 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
2570 (Resizing Windows): Explain return value of
2571 `shrink-window-if-larger-than-buffer'.
2572 `window-size-fixed' automatically becomes buffer local when set.
2573 (Window Configurations): Explain return value of
2574 `set-window-configuration'.
2575
2576 * minibuf.texi (Minibuffer Misc): Add anchor for
2577 `minibuffer-scroll-window'.
2578
2579 * positions.texi (Text Lines): Add anchor for `count-lines'.
2580
3751eb00
RS
25812004-07-17 Richard M. Stallman <rms@gnu.org>
2582
2583 * display.texi (Overlay Properties): Adding `evaporate' prop
2584 deletes empty overlay immediately.
2585
2586 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
2587 fix example.
2588
9a7e97c6
LT
25892004-07-16 Jim Blandy <jimb@redhat.com>
2590
2591 * searching.texi (Regexp Backslash): Document new \_< and \_>
2592 operators.
2593
aa0e4da8
JB
25942004-07-16 Juanma Barranquero <lektu@terra.es>
2595
2596 * display.texi (Images): Fix Texinfo usage.
2597
cbbfedb2
LT
25982004-07-14 Luc Teirlinck <teirllm@auburn.edu>
2599
2600 * buffers.texi (Modification Time): `visited-file-modtime' now
2601 returns a list of two integers, instead of a cons.
2602
3a052bd3
LT
26032004-07-13 Luc Teirlinck <teirllm@auburn.edu>
2604
2605 * windows.texi: Various changes in addition to:
2606 (Splitting Windows): Add `split-window-keep-point'.
2607
02c04e6f
RS
26082004-07-09 Richard M. Stallman <rms@gnu.org>
2609
2610 * frames.texi (Input Focus): Minor fix.
2611
cb4f1287
LT
26122004-07-07 Luc Teirlinck <teirllm@auburn.edu>
2613
2614 * frames.texi (Input Focus): Clarify descriptions of
2615 `select-frame-set-input-focus' and `select-frame'.
2616
339902ec
LT
26172004-07-06 Luc Teirlinck <teirllm@auburn.edu>
2618
2619 * os.texi: Various small changes in addition to:
2620 (Killing Emacs): Expand and clarify description of
2621 `kill-emacs-query-functions' and `kill-emacs-hook'.
2622 (System Environment): Expand and clarify description of `getenv'
2623 and `setenv'.
2624 (Timers): Clarify description of `run-at-time'.
2625 (Translating Input): Correct description of
2626 `extra-keyboard-modifiers'.
2627 (Flow Control): Correct description of `enable-flow-control'.
2628
fe3b7e35
TTN
26292004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
2630
2631 * os.texi: Update copyright.
2632 (Session Management): Grammar fix.
2633 Clarify which Emacs does the restarting.
2634 Use @samp for *scratch* buffer.
2635
59db7d6e
LT
26362004-07-04 Alan Mackenzie <acm@muc.de>
2637
2638 * frames.texi (Input Focus): Add documentation for
2639 `select-frame-set-input-focus'. Replace refs to non-existent
2640 `switch-frame' with `select-frame'. Minor corrections and tidying
2641 up of text-only terminal stuff.
2642
e3ccf404
RS
26432004-07-02 Richard M. Stallman <rms@gnu.org>
2644
2645 * files.texi (Saving Buffers): Cleanup write-contents-function.
2646 (Magic File Names): Cleanup file-remote-p.
2647
8addb6eb
KG
26482004-07-02 Kai Grossjohann <kai@emptydomain.de>
2649
2650 * files.texi (Magic File Names): `file-remote-p' returns an
2651 identifier of the remote system, not just t.
2652
7a58d84d
DK
26532004-07-02 David Kastrup <dak@gnu.org>
2654
2655 * searching.texi (Entire Match Data): Add explanation about new
2656 match-data behavior when @var{integers} is non-nil.
2657
d8c379f8
RS
26582004-06-24 Richard M. Stallman <rms@gnu.org>
2659
b4a4b0ae
RS
2660 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
2661
d8c379f8
RS
2662 * customize.texi (Variable Definitions): Note about doc strings
2663 and :set.
2664
2665 * keymaps.texi (Keymap Terminology): Document `kbd'.
2666 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
2667
2668 * display.texi (Invisible Text): Setting buffer-invisibility-spec
2669 makes it buffer-local.
2670
2671 * files.texi (Saving Buffers): Correct previous change.
2672
2673 * commands.texi (Accessing Events):
2674 Clarify posn-col-row and posn-actual-col-row.
2675
26762004-06-24 David Ponce <david.ponce@wanadoo.fr>
2677
2678 * commands.texi (Accessing Events): New functions
2679 posn-at-point and posn-at-x-y. Add example to posn-x-y.
2680
dce417e7
LT
26812004-06-23 Luc Teirlinck <teirllm@auburn.edu>
2682
2683 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
2684 * frames.texi, buffers.texi, backups.texi, variables.texi:
2685 * loading.texi, eval.texi, functions.texi, control.texi:
2686 * symbols.texi, minibuf.texi: Reposition @anchor's.
2687
2688 * help.texi: Various small changes in addition to the following.
2689 (Describing Characters): Describe PREFIX argument to
2690 `key-description'. Correct and clarify definition of
2691 `text-char-description'. Describe NEED-VECTOR argument to
2692 `read-kbd-macro'.
2693 (Help Functions): Clarify definition of `apropos'.
2694
255d07dc
LH
26952004-06-23 Lars Hansen <larsh@math.ku.dk>
2696
2697 * files.texi (Saving Buffers): Correct description of
2698 `write-contents-functions'.
2699
4e9691e9
JB
27002004-06-21 Juanma Barranquero <lektu@terra.es>
2701
2702 * display.texi (Images): Remove redundant @vindex directives.
2703 Rewrite `image-library-alist' doc in active voice.
2704
1ebd4f78
JB
27052004-06-14 Juanma Barranquero <lektu@terra.es>
2706
2707 * display.texi (Images): Document new delayed library loading,
2708 variable `image-library-alist' and (existing but undocumented)
2709 function `image-type-available-p'.
2710
ddfb8369
RS
27112004-06-05 Richard M. Stallman <rms@gnu.org>
2712
2713 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
2714 refer the user to the Initial Input node.
2715 (Text from Minibuffer): Likewise.
2716 (Initial Input): New node. Document this feature
2717 and say it is mostly deprecated.
2718
18684a3a
RS
27192004-05-30 Richard M. Stallman <rms@gnu.org>
2720
7a61e456
RS
2721 * loading.texi (Named Features): Clarify return value
2722 and meaning of NOERROR.
2723
18684a3a
RS
2724 * variables.texi (File Local Variables): Minor cleanup.
2725
c8364415
MA
27262004-05-30 Michael Albinus <michael.albinus@gmx.de>
2727
2728 * files.texi (Magic File Names): Add `file-remote-p' as operation
2729 of file name handlers.
2730
08fd1251
RS
27312004-05-29 Richard M. Stallman <rms@gnu.org>
2732
2733 * modes.texi (Minor Mode Conventions): (-) has no special meaning
2734 as arg to a minor mode command.
2735
71d5a208
RS
27362004-05-22 Richard M. Stallman <rms@gnu.org>
2737
2738 * syntax.texi (Syntax Class Table): Word syntax not just for English.
2739
2740 * streams.texi (Output Variables): Doc float-output-format.
2741
2742 * searching.texi (Regexp Special): Nested repetition can be infloop.
2743
2744 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
2745 real stack overflow.
2746
2747 * compile.texi: Minor cleanups.
2748
27492004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
2750
2751 * lists.texi (Cons Cells): Explain dotted lists, true lists,
2752 circular lists.
2753 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 2754
022cb162
TTN
27552004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
2756
2757 * modes.texi (Search-based Fontification): Fix typo.
2758
aa7094ba
JB
27592004-05-10 Juanma Barranquero <lektu@terra.es>
2760
2761 * modes.texi (Mode Line Variables): Fix description of
2762 global-mode-string, which is now after which-func-mode, not the
2763 buffer name.
2764
c2383279
LH
27652004-05-07 Lars Hansen <larsh@math.ku.dk>
2766
2767 * modes.texi (Desktop Save Mode): Add.
2768 (Modes): Add menu entry Desktop Save Mode.
2769
2770 * hooks.texi: Add desktop-after-read-hook,
2771 desktop-no-desktop-file-hook and desktop-save-hook.
2772
2773 * locals.texi: Add desktop-save-buffer.
2774
058296d3
JH
27752004-04-30 Jesper Harder <harder@ifa.au.dk>
2776
2777 * display.texi: emacs -> Emacs.
2778
0c54865e
EZ
27792004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2780
2781 * files.texi (Changing Files): Document set-file-times.
2782
d814862a
JB
27832004-04-23 Juanma Barranquero <lektu@terra.es>
2784
2785 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2786
e8d6f886
JH
27872004-04-18 Jesper Harder <harder@ifa.au.dk>
2788
2789 * tips.texi (Coding Conventions): defopt -> defcustom.
2790
3a424014
LT
27912004-04-16 Luc Teirlinck <teirllm@auburn.edu>
2792
2793 * sequences.texi: Various clarifications.
2794
9e860631
LT
27952004-04-14 Luc Teirlinck <teirllm@auburn.edu>
2796
2797 * buffers.texi (Read Only Buffers): Mention optional ARG to
2798 `toggle-read-only'.
2799
5e30a0fb
NR
28002004-04-14 Nick Roberts <nick@nick.uklinux.net>
2801
9e860631 2802 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
2803 returns a full-width window if possible.
2804
619fb950
LT
28052004-04-13 Luc Teirlinck <teirllm@auburn.edu>
2806
2807 * buffers.texi: Various changes in addition to:
2808 (Buffer File Name): Add `find-buffer-visiting'.
2809 (Buffer Modification): Mention optional ARG to `not-modified'.
2810 (Indirect Buffers): Mention optional CLONE argument to
2811 `make-indirect-buffer'.
2812
2813 * files.texi: Various changes in addition to:
2814 (Visiting Functions): `find-file-hook' is now a normal hook.
2815 (File Name Expansion): Explain difference between the way that
2816 `expand-file-name' and `file-truename' treat `..'.
2817 (Contents of Directories): Mention optional ID-FORMAT argument to
2818 `directory-files-and-attributes'.
2819 (Format Conversion): Mention new optional CONFIRM argument to
2820 `format-write-file'.
2821
a2295d32
MB
28222004-04-12 Miles Bader <miles@gnu.org>
2823
2824 * macros.texi (Expansion): Add description of `macroexpand-all'.
2825
571fd4d5
JH
28262004-04-05 Jesper Harder <harder@ifa.au.dk>
2827
2828 * variables.texi (Variable Aliases): Mention
2829 cyclic-variable-indirection.
2830
2831 * errors.texi (Standard Errors): Ditto.
2832
4ba2fd66
LT
28332004-04-04 Luc Teirlinck <teirllm@auburn.edu>
2834
2835 * backups.texi: Various small changes in addition to:
2836 (Making Backups): Mention return value of `backup-buffer'.
2837 (Auto-Saving): Mention optional FORCE argument to
2838 `delete-auto-save-file-if-necessary'.
2839 (Reverting): Mention optional PRESERVE-MODES argument to
2840 `revert-buffer'. Correct description of `revert-buffer-function'.
2841
8f7ea687
JL
28422004-03-22 Juri Linkov <juri@jurta.org>
2843
2844 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
2845 with `Vector Functions'.
2846
2847 * text.texi (Sorting): Add missing quote.
2848
0eeca3c1
LT
28492004-03-14 Luc Teirlinck <teirllm@auburn.edu>
2850
2851 * intro.texi (Lisp History): Replace xref to `cl' manual with
2852 inforef.
2853
e69cfac2
RS
28542004-03-12 Richard M. Stallman <rms@gnu.org>
2855
2856 * intro.texi (Version Info): Add arg to emacs-version.
2857 (Lisp History): Change xref to CL manual.
2858
1b91d47f
LT
28592004-03-09 Luc Teirlinck <teirllm@auburn.edu>
2860
2861 * minibuf.texi (Completion Commands): Add xref to Emacs manual
2862 for Partial Completion mode.
2863
97073664
TTN
28642004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
2865
2866 * customize.texi: Fix typo. Remove eol whitespace.
2867
04a6e76b
RS
28682004-03-04 Richard M. Stallman <rms@gnu.org>
2869
2870 * processes.texi: Fix typos.
2871
2872 * lists.texi (Building Lists): Minor clarification.
2873
2874 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
2875 in make-hash-table.
2876
5bb0fcd1
JB
28772004-02-29 Juanma Barranquero <lektu@terra.es>
2878
2879 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
2880 rm, and ignore exit code.
2881
9022d421
EZ
28822004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
2883
2884 * display.texi (Defining Faces): Add description for min-colors.
2885 Update example.
2886
92f5fba2
LT
28872004-02-23 Luc Teirlinck <teirllm@auburn.edu>
2888
2889 * abbrevs.texi: Various corrections and clarifications in addition
2890 to the following:
2891 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
2892
7e83e178
GM
28932004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2894
2895 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
2896
9c5609e8
LT
28972004-02-21 Luc Teirlinck <teirllm@auburn.edu>
2898
e2b9b51f
LT
2899 * text.texi: Various small changes in addition to the following:
2900 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
2901 to delete-horizontal-space.
2902 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
2903 description of yank-handler text property at various places.
2904
7daa0e81
LT
2905 * frames.texi (Window System Selections): Add anchor.
2906
9c5609e8
LT
2907 * syntax.texi (Syntax Table Functions): Clarify and correct
2908 descriptions of make-syntax-table and copy-syntax-table.
2909 (Motion and Syntax): Clarify SYNTAXES argument to
2910 skip-syntax-forward.
2911 (Parsing Expressions): Mention that the return value of
2912 parse-partial-sexp is currently a list of ten rather than nine
2913 elements.
2914 (Categories): Various corrections and clarifications.
2915
d29edb21
LT
29162004-02-17 Luc Teirlinck <teirllm@auburn.edu>
2917
2918 * markers.texi (Marker Insertion Types): Minor change.
2919
2920 * locals.texi (Standard Buffer-Local Variables):
2921 * commands.texi (Interactive Codes, Using Interactive):
2922 * functions.texi (Related Topics): Fix xrefs.
2923
43e48bda
LT
29242004-02-16 Luc Teirlinck <teirllm@auburn.edu>
2925
2926 * lists.texi (Sets And Lists): Update description of delete-dups.
2927
84e34002
RS
29282004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2929
2930 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
2931
29322004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2933
2934 * frames.texi (Parameter Access): frame-parameters arg is optional.
2935 modify-frame-parameters handles nil for FRAME.
2936 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
2937 are all-or-nothing for certain toolkits.
2938 Mention parameter wait-for-wm.
2939 (Frames and Windows): In frame-first-window and frame-selected-window
2940 the arg is optional.
2941 (Input Focus): In redirect-frame-focus the second arg is optional.
2942 (Window System Selections): Mention selection type CLIPBOARD.
2943 Mention data-type UTF8_STRING.
2944 Mention numbering of cut buffers.
2945 (Resources): Describe x-resource-name.
2946
29472004-02-16 Richard M. Stallman <rms@gnu.org>
2948
2949 * windows.texi (Buffers and Windows): Delete false table
2950 about all-frames.
2951
2952 * syntax.texi (Parsing Expressions): Delete old caveat
2953 about parse-sexp-ignore-comments.
2954
2955 * streams.texi (Output Variables): Add print-quoted.
2956
2957 * lists.texi (Building Lists): Minor cleanup.
2958
2959 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
2960
2961 * display.texi (Overlays): Explain overlays use markers.
2962 (Managing Overlays): Explain front-advance and rear-advance
2963 in more detail.
2964
2965 * loading.texi (Unloading): Document unload-feature-special-hooks.
2966 Get rid of fns-NNN.el file.
2967
29682004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2969
2970 * help.texi (Describing Characters): Fix text-char-description
2971 example output.
2972
2973 * edebug.texi (Using Edebug): Fix example.
2974
2975 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 2976
84e34002
RS
2977 * files.texi (Changing Files): Fix argname.
2978
2979 * calendar.texi: Fix parens, and default values.
2980
2981 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
2982 * nonascii.texi, objects.texi, os.texi: Minor fixes.
2983 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
2984
2985 * positions.texi (Text Lines): Don't add -1 in current-line.
2986
29872004-02-16 Richard M. Stallman <rms@gnu.org>
2988
2989 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
2990
c33b76da
EZ
29912004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2992
2993 * processes.texi (Low-Level Network): Fix a typo.
2994
9d7271e8
KS
29952004-02-12 Kim F. Storm <storm@cua.dk>
2996
2997 * display.texi (Fringes): Use consistent wording.
2998 Note that window-fringe's window arg is optional.
2999 (Scroll Bars): Use consistent wording.
3000
6827d730
LT
30012004-02-11 Luc Teirlinck <teirllm@auburn.edu>
3002
3003 * tips.texi (Comment Tips): Document the new conventions for
3004 commenting out code.
3005
1cb60b5a
JD
30062004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3007
3008 * positions.texi (Text Lines): Added missing end defun.
3009
7fdd1f62
KS
30102004-02-07 Kim F. Storm <storm@cua.dk>
3011
3012 * positions.texi (Text Lines): Add line-number-at-pos.
3013
eb3c144c
JPW
30142004-02-06 John Paul Wallington <jpw@gnu.org>
3015
3016 * display.texi (Button Properties, Button Buffer Commands):
3017 mouse-2 invokes button, not down-mouse-1.
3018
a1d38d63
JR
30192004-02-04 Jason Rumney <jasonr@gnu.org>
3020
3021 * makefile.w32-in: Sync with Makefile.in changes.
3022
4b574f3d
LT
30232004-02-03 Luc Teirlinck <teirllm@auburn.edu>
3024
3025 * minibuf.texi (Text from Minibuffer): Various corrections and
3026 clarifications.
3027 (Object from Minibuffer): Correct Lisp description of
3028 read-minibuffer.
3029 (Minibuffer History): Clarify description of cons values for
3030 HISTORY arguments.
3031 (Basic Completion): Various corrections and clarifications. Add
3032 completion-regexp-list.
3033 (Minibuffer Completion): Correct and clarify description of
3034 completing-read.
6f6b0433 3035 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
3036 other minor changes.
3037 (High-Level Completion): Various corrections and clarifications.
3038 (Reading File Names): Ditto.
3039 (Minibuffer Misc): Ditto.
3040
d8186297
LT
30412004-01-26 Luc Teirlinck <teirllm@auburn.edu>
3042
3043 * strings.texi (Text Comparison): assoc-string also matches
3044 elements of alists that are strings instead of conses.
3045 (Formatting Strings): Standardize Texinfo usage. Update index
3046 entries.
3047
9adcb5f2
LT
30482004-01-20 Luc Teirlinck <teirllm@auburn.edu>
3049
3050 * lists.texi (Sets And Lists): Add delete-dups.
3051
3e7274ae
LT
30522004-01-15 Luc Teirlinck <teirllm@auburn.edu>
3053
3054 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
3055 special form.
3056 * macros.texi (Defining Macros): Update description of `declare',
3057 which now is a macro.
3058 (Wrong Time): Fix typos.
3059
944e099f
LT
30602004-01-14 Luc Teirlinck <teirllm@auburn.edu>
3061
3062 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 3063 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
3064 and `batch-byte-compile'. In particular, mention and describe
3065 all optional arguments.
3066 (Disassembly): Correct and clarify the description of `disassemble'.
3067
90c3aa59
LT
30682004-01-11 Luc Teirlinck <teirllm@auburn.edu>
3069
3070 * searching.texi: Various small changes in addition to the
3071 following.
3072 (Regexp Example): Adapt to new value of `sentence-end'.
3073 (Regexp Functions): The PAREN argument to `regexp-opt' can be
3074 `words'.
3075 (Search and Replace): Add usage note for `perform-replace'.
3076 (Entire Match Data): Mention INTEGERS and REUSE arguments to
3077 `match-data'.
3078 (Standard Regexps): Update for new values of `paragraph-start'
3079 and `sentence-end'.
3080
583c353d
LT
30812004-01-07 Luc Teirlinck <teirllm@auburn.edu>
3082
3083 * files.texi (Saving Buffers): Clarify descriptions of
3084 `write-contents-functions' and `before-save-hook'.
3085 Make the defvar's for `before-save-hook' and `after-save-hook'
3086 into defopt's.
3087
05faee07
KS
30882004-01-07 Kim F. Storm <storm@cua.dk>
3089
3090 * commands.texi (Click Events): Describe new image and
3091 width/height elements of click events.
3092 (Accessing Events): Add posn-string, posn-image, and
3093 posn-object-width-height. Change posn-object to return either
3094 image or string object.
3095
a0465ec3
SJ
30962004-01-01 Simon Josefsson <jas@extundo.com>
3097
3098 * hooks.texi (Standard Hooks): Add before-save-hook.
3099 * files.texi (Saving Buffers): Likewise.
3100
972c0c49
RS
31012004-01-03 Richard M. Stallman <rms@gnu.org>
3102
3103 * frames.texi (Frames and Windows): Delete frame-root-window.
3104
dbcd463f
LT
31052004-01-03 Luc Teirlinck <teirllm@auburn.edu>
3106
3107 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
3108
3109 * functions.texi: Various small changes in addition to the
3110 following.
3111 (What Is a Function): `functionp' returns nil for macros. Clarify
3112 behavior of this and following functions for symbol arguments.
3113 (Function Documentation): Add `\' in front of (fn @var{arglist})
3114 and explain why.
3115 (Defining Functions): Mention DOCSTRING argument to `defalias'.
3116 Add anchor.
3117 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
3118
02c77ee9
MB
31192004-01-01 Miles Bader <miles@gnu.org>
3120
3121 * display.texi (Buttons): New section.
3122
903a1a91
AS
31232003-12-31 Andreas Schwab <schwab@suse.de>
3124
3125 * numbers.texi (Math Functions): sqrt reports a domain-error
3126 error.
3127 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
3128
697cf92a
LT
31292003-12-30 Luc Teirlinck <teirllm@auburn.edu>
3130
3f70fe82
LT
3131 * tips.texi (Documentation Tips): Update item on hyperlinks in
3132 documentation strings.
3133
697cf92a
LT
3134 * errors.texi (Standard Errors): Various small corrections and
3135 additions.
3136
3137 * control.texi: Various small changes in addition to the
3138 following.
3139 (Signaling Errors): Provide some more details on how `signal'
3140 constructs the error message. Add anchor to the definition of
3141 `signal'.
3142 (Error Symbols): Describe special treatment of `quit'.
3143 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
3144 to emphasize that it has to be a single form.
3145
3146 * buffers.texi: Add anchor.
3147
4d25144d
RS
31482003-12-29 Richard M. Stallman <rms@gnu.org>
3149
3150 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
3151 (Window Configurations): Add window-configuration-frame.
3152
3153 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
3154
3155 * text.texi (Examining Properties): Add get-char-property-and-overlay.
3156 Change arg name in get-char-property.
3157 (Special Properties): Update handling of keymap property.
3158
3159 * strings.texi (Modifying Strings): Add clear-string.
3160 (Text Comparison): Add assoc-string and remove
3161 assoc-ignore-case, assoc-ignore-representation.
3162
3163 * os.texi (Time of Day): Add set-time-zone-rule.
3164
3165 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 3166 report domain-error errors.
4d25144d 3167
697cf92a 3168 * nonascii.texi (Converting Representations):
4d25144d
RS
3169 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
3170 (Encoding and I/O): Add file-name-coding-system.
3171
3172 * modes.texi (Search-based Fontification): Explain that
3173 face specs are symbols with face names as values.
3174
3175 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
3176
3177 * lists.texi (Building Lists): remq moved elsewhere.
3178 (Sets And Lists): remq moved here.
3179 (Association Lists): Refer to assoc-string.
3180
3181 * internals.texi (Garbage Collection): Add memory-use-counts.
3182
3183 * frames.texi (Frames and Windows): Add set-frame-selected-window
3184 and frame-root-window.
3185
697cf92a 3186 * files.texi (Contents of Directories):
4d25144d
RS
3187 Add directory-files-and-attributes.
3188
3189 * display.texi (Refresh Screen): Add force-window-update.
3190 (Invisible Text): Explain about moving point out of invis text.
3191 (Overlay Properties): Add overlay-properties.
3192 (Managing Overlays): Add overlayp.
3193 (GIF Images): Invalid image number displays a hollow box.
3194
3195 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
3196 (Killing Buffers): Add buffer-live-p.
3197
67fafe38
MR
31982003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
3199
3200 * display.texi (Fringes): Fix typo "set-buffer-window".
3201
68e74f25
LT
32022003-12-24 Luc Teirlinck <teirllm@auburn.edu>
3203
3204 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
3205 * nonascii.texi, processes.texi, tips.texi, variables.texi:
3206 Add or change various xrefs and anchors.
3207
3208 * commands.texi: Replace all occurrences of @acronym{CAR} with
3209 @sc{car}, for consistency with the rest of the Elisp manual.
3210 `car' and `cdr' are historically acronyms, but are no longer
3211 widely thought of as such.
3212
3213 * internals.texi (Pure Storage): Mention that `purecopy' does not
3214 copy text properties.
3215 (Object Internals): Now 29 bits are used (in most implementations)
3216 to address Lisp objects.
3217
3218 * variables.texi (Variables with Restricted Values): New node.
3219
3220 * objects.texi (Lisp Data Types): Mention that certain variables
3221 can only take on a restricted set of values and add an xref to
3222 the new node "Variables with Restricted Values".
3223
3224 * eval.texi (Function Indirection): Describe the errors that
3225 `indirect-function' can signal.
3226 (Eval): Clarify the descriptions of `eval-region' and `values'.
3227 Describe `eval-buffer' instead of `eval-current-buffer' and
3228 mention `eval-current-buffer' as an alias for `current-buffer'.
3229 Correct the description and mention all optional arguments.
3230
697cf92a 3231 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
3232 following.
3233 (Converting Representations): Clarify behavior of
3234 `string-make-multibyte' and `string-to-multibyte' for unibyte all
3235 ASCII arguments.
3236 (Character Sets): Document the variable `charset-list' and adapt
3237 the definition of the function `charset-list' accordingly.
3238 (Translation of Characters): Clarify use of generic characters in
3239 `make-translation-table'. Clarify and correct the description of
3240 the use of translation tables in encoding and decoding.
3241 (User-Chosen Coding Systems): Correct and clarify the description
3242 of `select-safe-coding-system'.
3243 (Default Coding Systems): Clarify description of
3244 `file-coding-system-alist'.
3245
a62f71e4
LT
32462003-11-30 Luc Teirlinck <teirllm@auburn.edu>
3247
3248 * strings.texi (Text Comparison): Correctly describe when two
3249 strings are `equal'. Combine and clarify descriptions of
3250 `assoc-ignore-case' and `assoc-ignore-representation'.
3251
3252 * objects.texi (Non-ASCII in Strings): Clarify description of
3253 when a string is unibyte or multibyte.
3254 (Bool-Vector Type): Update examples.
3255 (Equality Predicates): Correctly describe when two strings are
3256 `equal'.
3257
19017752
LT
32582003-11-29 Luc Teirlinck <teirllm@auburn.edu>
3259
3260 * lists.texi (Building Lists): `append' no longer accepts integer
3261 arguments. Update the description of `number-sequence' to reflect
3262 recent changes.
3263 (Sets And Lists): Describe `member-ignore-case' after `member'.
3264
0f6a07a8
KS
32652003-11-27 Kim F. Storm <storm@cua.dk>
3266
3267 * commands.texi (Click Events): Click object may be an images.
3268 Describe (dx . dy) element of click positions.
3269 (Accessing Events): Remove duplicate posn-timestamp.
3270 New functions posn-object and posn-object-x-y.
3271
1ce7c819
KS
32722003-11-23 Kim F. Storm <storm@cua.dk>
3273
3274 * commands.texi (Click Events): Describe enhancements to event
3275 position lists, including new text-pos and (col . row) items.
3276 Mention left-fringe and right-fringe area events.
0f6a07a8 3277 (Accessing Events): New functions posn-area and
1ce7c819
KS
3278 posn-actual-col-row. Mention posn-timestamp. Mention that
3279 posn-point in non-text area still returns buffer position.
3280 Clarify posn-col-row.
3281
cae8ddbb
LH
32822003-11-21 Lars Hansen <larsh@math.ku.dk>
3283
3284 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
3285 * anti.texi (File Attributes): Describe removed parameter
3286 ID-FORMAT.
3287
f7f1a248
LT
32882003-11-20 Luc Teirlinck <teirllm@auburn.edu>
3289
68e74f25 3290 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
3291 a position, its buffer is ignored.
3292
3293 * markers.texi (Overview of Markers): Mention it here too.
3294
c5e2fb05
LT
32952003-11-12 Luc Teirlinck <teirllm@auburn.edu>
3296
3297 * numbers.texi (Numeric Conversions): Not just `floor', but also
3298 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
3299
e57d0aa8
LT
33002003-11-10 Luc Teirlinck <teirllm@auburn.edu>
3301
3302 * markers.texi (Creating Markers): Specify insertion type of
3303 created markers. Add xref to `Marker Insertion Types'.
3304 Second argument to `copy-marker' is optional.
3305 (Marker Insertion Types): Mention that most markers are created
3306 with insertion type nil.
3307 (The Mark): Correctly describe when `mark' signals an error.
3308 (The Region): Correctly describe when `region-beginning' and
3309 `region-end' signal an error.
3310
bb3612ec
LT
33112003-11-08 Luc Teirlinck <teirllm@auburn.edu>
3312
3313 * hash.texi (Creating Hash): Clarify description of `eql'.
3314 `makehash' is obsolete.
3315 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
3316
3317 * positions.texi (Point): Change description of `buffer-end', so
3318 that it is also correct for floating point arguments.
3319 (List Motion): Correct argument lists of `beginning-of-defun' and
3320 `end-of-defun'.
3321 (Excursions): Add xref to `Marker Insertion Types'.
3322 (Narrowing): Argument to `narrow-to-page' is optional.
3323
cfb8a797
LT
33242003-11-06 Luc Teirlinck <teirllm@auburn.edu>
3325
3326 * streams.texi (Output Streams): Clarify behavior of point for
3327 marker output streams.
3328
c6177909
LT
33292003-11-04 Luc Teirlinck <teirllm@auburn.edu>
3330
3331 * variables.texi (Defining Variables): Second argument to
3332 `defconst' is not optional.
3333 (Setting Variables): Mention optional argument APPEND to
3334 `add-to-list'.
3335 (Creating Buffer-Local): Expand description of
3336 `make-variable-buffer-local'.
3337 (Frame-Local Variables): Expand description of
3338 `make-variable-frame-local'.
3339 (Variable Aliases): Correct description of optional argument
3340 DOCSTRING to `defvaralias'. Mention return value of
3341 `defvaralias'.
3342 (File Local Variables): Add xref to `File variables' in Emacs
3343 Manual. Correct description of `hack-local-variables'. Mention
3344 `safe-local-variable' property. Mention optional second argument
3345 to `risky-local-variable-p'.
3346
b3645067
LT
33472003-11-03 Luc Teirlinck <teirllm@auburn.edu>
3348
3349 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
3350
10695e5c
EZ
33512003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
3352
3353 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
3354 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
3355 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
3356 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
3357 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 3358 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
3359 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
3360 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
3361 @acronym{FOO}.
3362
a2f4def1
LT
33632003-10-27 Luc Teirlinck <teirllm@auburn.edu>
3364
3365 * strings.texi (Creating Strings): Argument START to `substring'
3366 can not be `nil'. Expand description of
3367 `substring-no-properties'. Correct description of `split-string',
3368 especially with respect to empty matches. Prevent very bad line
3369 break in definition of `split-string-default-separators'.
3370 (Text Comparison): `string=' and `string<' also accept symbols as
3371 arguments.
3372 (String Conversion): More completely describe argument BASE in
3373 `string-to-number'.
5bb0fcd1 3374 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
3375 corresponding object. Clarify behavior of numeric prefix after
3376 `%' in `format'.
3377 (Case Conversion): The argument to `upcase-initials' can be a
3378 character.
3379
a2296bf9
KH
33802003-10-27 Kenichi Handa <handa@m17n.org>
3381
3382 * display.texi (Fontsets): Fix texinfo usage.
3383
885fef7c
KH
33842003-10-25 Kenichi Handa <handa@m17n.org>
3385
3386 * display.texi (Fontsets): Add description of the function
3387 set-fontset-font.
3388
0c6b7a1f
LT
33892003-10-23 Luc Teirlinck <teirllm@auburn.edu>
3390
3391 * display.texi (Temporary Displays): Add xref to `Documentation
3392 Tips'.
3393
3394 * functions.texi (Function Safety): Use inforef instead of pxref
3395 for SES.
3396
c3cda320
AS
33972003-10-23 Andreas Schwab <schwab@suse.de>
3398
3399 * Makefile.in (TEX, texinputdir): Don't define.
3400 (TEXI2DVI): Define.
3401 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
3402 add $(srcdir)/index.texi.
3403 ($(infodir)/elisp): Remove index.texi dependency.
3404 (elisp.dvi): Likewise. Use $(TEXI2DVI).
3405 (index.texi): Remove target.
3406 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
3407 (clean): Don't remove index.texi.
3408
c3cda320
AS
3409 * permute-index, index.perm: Remove.
3410 * index.texi: Rename from index.unperm.
3411
e5dadca7
LT
34122003-10-22 Luc Teirlinck <teirllm@auburn.edu>
3413
3414 * tips.texi (Documentation Tips): Document new behavior for face
3415 and variable hyperlinks in Help mode.
3416
6cfb0777
LT
34172003-10-21 Luc Teirlinck <teirllm@auburn.edu>
3418
3419 * objects.texi (Integer Type): Update for extra bit of integer range.
3420 (Character Type): Ditto.
3421
a6eeaa81 34222003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
3423
3424 * numbers.texi (Integer Basics): Add index entries for reading
3425 numbers in hex, octal, and binary.
3426
c8f9ba83
LK
34272003-10-16 Lute Kamstra <lute@gnu.org>
3428
3429 * modes.texi (Mode Line Format): Mention force-mode-line-update's
3430 argument.
3431
b52a26fb
LT
34322003-10-13 Luc Teirlinck <teirllm@auburn.edu>
3433
3434 * windows.texi (Choosing Window): Fix typo.
3435 * edebug.texi (Edebug Execution Modes): Fix typo.
3436
f7005886
RS
34372003-10-13 Richard M. Stallman <rms@gnu.org>
3438
3439 * windows.texi (Basic Windows): A window has fringe settings,
3440 display margins and scroll-bar settings.
3441 (Splitting Windows): Doc split-window return value.
3442 Clean up one-window-p.
3443 (Selecting Windows): Fix typo.
3444 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
3445 (Buffers and Windows): In set-window-buffer, explain effect
3446 on fringe settings and scroll bar settings.
3447 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
3448 (Choosing Window): Use defopt for pop-up-frame-function.
3449 For special-display-buffer-names, explain same-window and same-frame.
3450 Clarify window-dedicated-p return value.
3451 (Textual Scrolling): scroll-up and scroll-down can get an error.
3452 (Horizontal Scrolling): Clarify auto-hscroll-mode.
3453 Clarify set-window-hscroll.
3454 (Size of Window): Don't mention tool bar in window-height.
3455 (Coordinates and Windows): Explain what coordinates-in-window-p
3456 returns for fringes and display margins.
3457 (Window Configurations): Explain saving fringes, etc.
3458
3459 * tips.texi (Library Headers): Clean up Documentation.
3460
3461 * syntax.texi (Parsing Expressions): Clean up forward-comment
3462 and parse-sexp-lookup-properties.
3463
3464 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
3465
3466 * os.texi (System Environment): Clean up text for load-average errors.
3467
3468 * modes.texi (Hooks): Don't explain local hook details at front.
3469 Clarify run-hooks and run-hook-with-args a little.
3470 Clean up add-hook and remove-hook.
3471
3472 * edebug.texi (Edebug Execution Modes): Clarify t.
3473 Document edebug-sit-for-seconds.
3474 (Coverage Testing): Document C-x X = and =.
3475 (Instrumenting Macro Calls): Fix typo.
3476 (Specification List): Don't index the specification keywords.
3477
c989ebe9
KS
34782003-10-10 Kim F. Storm <storm@cua.dk>
3479
3480 * processes.texi (Network): Introduce make-network-process.
3481
f9525eef
LT
34822003-10-09 Luc Teirlinck <teirllm@auburn.edu>
3483
3484 * tips.texi (Library Headers): Fix typo.
3485
f008b925
LK
34862003-10-07 Juri Linkov <juri@jurta.org>
3487
3488 * modes.texi (Imenu): Mention imenu-create-index-function's
3489 default value. Explain submenus better.
3490
c22c5da6
LK
34912003-10-07 Lute Kamstra <lute@gnu.org>
3492
3493 * modes.texi (Faces for Font Lock): Fix typo.
3494 (Hooks): Explain how buffer-local hook variables can refer to
3495 global hook variables.
3496 Various minor clarifications.
3497
49247521
LK
34982003-10-06 Lute Kamstra <lute@gnu.org>
3499
3500 * tips.texi (Coding Conventions): Mention naming conventions for
3501 hooks.
3502
9296c947
LT
35032003-10-05 Luc Teirlinck <teirllm@auburn.edu>
3504
3505 * loading.texi (Library Search): Correct default value of
3506 load-suffixes.
3507 (Named Features): Fix typo.
3508
0e9b293a
RS
35092003-10-05 Richard M. Stallman <rms@gnu.org>
3510
3511 * loading.texi (Named Features): In `provide',
3512 say how to test for subfeatures.
3513 (Unloading): In unload-feature, use new var name
3514 unload-feature-special-hooks.
3515
49247521 35162003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
3517
3518 * modes.texi (Major Mode Conventions): Mention third way to set up
3519 Imenu.
3520 (Imenu): A number of small fixes.
3521 Delete documentation of internal variable imenu--index-alist.
3522 Document the return value format of imenu-create-index-function
3523 functions.
3524
ab8f7d5c
RS
35252003-09-30 Richard M. Stallman <rms@gnu.org>
3526
3527 * processes.texi (Network): Say what stopped datagram connections do.
3528
3529 * lists.texi (Association Lists): Clarify `assq-delete-all'.
3530
3531 * display.texi (Overlay Properties): Clarify `evaporate' property.
3532
49247521 35332003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
3534
3535 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 3536 constructs should be marked as risky.
86b9b767
LK
3537 Change cons cell into proper list.
3538 (Mode Line Variables): Change cons cell into proper list.
3539
49247521 35402003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
3541
3542 * modes.texi (Mode Line Data): Document the :propertize construct.
3543 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 3544 to match their order in the default mode-line-format.
bc3b02f9
LK
3545 Describe the new variables mode-line-position and mode-line-modes.
3546 Update the default values of mode-line-frame-identification,
3547 minor-mode-alist, and default-mode-line-format.
3548 (Properties in Mode): Mention the :propertize construct.
6142d1d0 3549
bc3b02f9 35502003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 3551
c22c5da6 3552 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
3553 * loading.texi, minibuf.texi, text.texi, variables.texi:
3554 Avoid @strong{Note:}.
3555
35562003-09-26 Richard M. Stallman <rms@gnu.org>
3557
3558 * keymaps.texi (Remapping Commands): Fix typo.
3559
41beda59
LT
35602003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
3561
3562 * processes.texi (Low-Level Network): Fix typo.
3563
ef6ae4ff
KS
35642003-09-23 Kim F. Storm <storm@cua.dk>
3565
3566 * processes.texi (Network, Network Servers): Fix typos.
3567 (Low-Level Network): Add timeout value for :server keyword.
3568 Add new option keywords to make-network-process.
3569 Add set-network-process-options.
3570 Explain how to test availability of network options.
3571
b0f23edf
RS
35722003-09-19 Richard M. Stallman <rms@gnu.org>
3573
3574 * text.texi (Motion by Indent): Arg to
3575 backward-to-indentation and forward-to-indentation is optional.
3576
3577 * strings.texi (Creating Strings): Add substring-no-properties.
3578
3579 * processes.texi
3580 (Process Information): Add list-processes arg QUERY-ONLY.
3581 Delete process-contact from here.
3582 Add new status values for process-status.
3583 Add process-get, process-put, process-plist, set-process-plist.
3584 (Synchronous Processes): Add call-process-shell-command.
3585 (Signals to Processes): signal-process allows process objects.
3586 (Network): Complete rewrite.
3587 (Network Servers, Datagrams, Low-Level Network): New nodes.
3588
3589 * positions.texi (Word Motion): forward-word, backward-word
3590 arg is optional. Reword.
3591
3592 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
3593
c22c5da6 3594 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
3595 Delete duplicate definition of buffer-local-value.
3596 (File Local Variables): Explain about discarding text props.
3597
f387bdea
RS
35982003-09-11 Richard M. Stallman <rms@gnu.org>
3599
3600 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
3601 changes variables that record input events.
3602 (Minibuffer Misc): Add minibuffer-selected-window.
3603
3604 * lists.texi (Building Lists): Add copy-tree.
3605
3606 * display.texi (Fontsets): Add char-displayable-p.
3607 (Scroll Bars): New node.
3608
49247521 36092003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
3610
3611 * modes.texi (%-Constructs): Document new `%i' and `%I'
3612 constructs.
3613
fd026ee1
JR
36142003-09-03 Peter Runestig <peter@runestig.com>
3615
3616 * makefile.w32-in: New file.
3617
4828b4d7
RS
36182003-08-29 Richard M. Stallman <rms@gnu.org>
3619
3620 * display.texi (Overlay Properties): Clarify how priorities
3621 affect use of the properties.
3622
a4e4f05d
LT
36232003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
3624
3625 * customize.texi (Type Keywords): Correct the description of
3626 `:help-echo' in the case where `motion-doc' is a function.
3627
3ebe0346
JPW
36282003-08-14 John Paul Wallington <jpw@gnu.org>
3629
3630 * modes.texi (Emulating Mode Line): Subsection, not section.
3631
3afe8e39
RS
36322003-08-13 Richard M. Stallman <rms@gnu.org>
3633
3634 * elisp.texi (Top): Update subnode lists in menu.
3635
3636 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
3637 (Kill Functions): kill-region has new arg yank-handler.
3638 (Yanking): New node.
3639 (Yank Commands): Add yank-undo-function.
3640 (Low-Level Kill Ring):
3641 kill-new and kill-append have new arg yank-handler.
3642 (Changing Properties): Add remove-list-of-text-properties.
3643 (Atomic Changes): New node.
3644
3645 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
3646
3647 * streams.texi (Output Variables): Add eval-expression-print-length
3648 and eval-expression-print-level.
3649
3650 * os.texi (Time Conversion): For encode-time, explain limits on year.
3651
3652 * objects.texi (Character Type): Define anchor "modifier bits".
3653
3654 * modes.texi (Emulating Mode Line): New node.
3655 (Search-based Fontification): Font Lock uses font-lock-face property.
3656 (Other Font Lock Variables): Likewise.
3657
3658 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
3659 not vectors.
3660 (Active Keymaps): Add emulation-mode-map-alists.
3661 (Functions for Key Lookup): key-binding has new arg no-remap.
3662 (Remapping Commands): New node.
3663 (Scanning Keymaps): where-is-internal has new arg no-remap.
3664 (Tool Bar): Add tool-bar-local-item-from-menu.
3665 Clarify when to use tool-bar-add-item-from-menu.
3666
3667 * commands.texi (Interactive Call): commandp has new arg.
3668 (Command Loop Info): Add this-original-command.
3669
e37769b1
JPW
36702003-08-06 John Paul Wallington <jpw@gnu.org>
3671
3672 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
3673
3674 * display.texi (Warning Basics): Fix typo.
3675 (Fringes): Add closing curly bracket and fix typo.
3676
3677 * elisp.texi (Top): Fix typo.
3678
c5e0561f
RS
36792003-08-05 Richard M. Stallman <rms@gnu.org>
3680
3681 * elisp.texi: Update lists of subnodes.
3682
3683 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
3684
3685 * variables.texi (Local Variables): Use lc for example variable names.
3686
3687 * tips.texi (Library Headers): Explain where to put -*-.
3688
3689 * strings.texi (Creating Strings): Fix xref for vconcat.
3690
3691 * sequences.texi (Vector Functions):
3692 vconcat no longer allows integer args.
3693
3694 * minibuf.texi (Reading File Names): read-file-name has new
3695 arg PREDICATE. New function read-directory-name.
3696
3697 * macros.texi (Defining Macros): Give definition of `declare'
3698 (Indenting Macros): New node.
3699
3700 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
3701 (Window Frame Parameters): Make separate table of parameters
3702 that are coupled with specific face attributes.
3703 (Deleting Frames): delete-frame-hooks renamed to
3704 delete-frame-functions.
3705
3706 * files.texi (Magic File Names): Add file-remote-p.
3707 Clarify file-local-copy.
3708
3709 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
3710 here; instead xref Defining Macros.
3711
3712 * display.texi (Warnings): New node, and subnodes.
3713 (Fringes): New node.
3714
3715 * debugging.texi (Test Coverage): New node.
3716
3717 * compile.texi (Compiler Errors): Explain with-no-warnings
3718 and other ways to suppress warnings.
3719
3720 * commands.texi (Interactive Call): Minor clarification.
3721
3722 * buffers.texi (Buffer File Name): set-visited-file-name
3723 renames the buffer too.
3724
3725 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
3726
ee59dede
MR
37272003-07-24 Markus Rost <rost@math.ohio-state.edu>
3728
3729 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
3730
f0514b34
MR
37312003-07-22 Markus Rost <rost@math.ohio-state.edu>
3732
3733 * internals.texi (Garbage Collection): Fix previous change.
3734
c73983bb
RS
37352003-07-22 Richard M. Stallman <rms@gnu.org>
3736
3737 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
3738
3739 * display.texi (Width): Use \s syntax in example.
3740 (Font Selection): Add face-font-rescale-alist.
3741
3742 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
3743 Remove spurious indent in example.
3744
3745 * lists.texi (Building Lists): Add number-sequence.
3746
3747 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
3748
3749 * functions.texi (Function Documentation): Explain how to
3750 show calling convention explicitly in the doc string.
3751
3752 * windows.texi (Selecting Windows): save-selected-window saves
3753 selected window of each frame.
3754 (Window Configurations): Minor change.
3755
3756 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
3757
3758 * streams.texi (Output Variables): Add print-continuous-numbering
3759 and print-number-table.
3760
3761 * processes.texi (Decoding Output): New node.
3762
3763 * os.texi (Time Conversion): decode-time arg is optional.
3764
3765 * objects.texi (Character Type): Don't use space as example for \.
3766 Make list of char names and \-sequences correspond.
3767 Explain that \s is not used in strings. `\ ' needs space after.
3768
3769 * nonascii.texi (Converting Representations): Add string-to-multibyte.
3770 (Translation of Characters): Add translation-table-for-input.
3771 (Default Coding Systems): Add auto-coding-functions.
3772 (Explicit Encoding): Add decode-coding-inserted-region.
3773 (Locales): Add locale-info.
3774
3775 * minibuf.texi (Basic Completion): Describe test-completion.
3776 Collections can be lists of strings.
3777 Clean up lazy-completion-table.
3778 (Programmed Completion): Mention test-completion.
3779 Clarify why lambda expressions are not accepted.
3780 (Minibuffer Misc): Describe minibufferp.
3781
51a8b435
RS
37822003-07-14 Richard M. Stallman <rms@gnu.org>
3783
3784 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
3785
3786 * windows.texi (Selecting Windows): New arg to select-window.
3787 (Selecting Windows): Add with-selected-window.
3788 (Size of Window): Add window-inside-edges, etc.
3789
3790 * internals.texi (Garbage Collection): Add post-gc-hook.
3791
3792 * processes.texi (Subprocess Creation): Add exec-suffixes.
3793
3794 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
3795 (Scanning Keymaps): Add map-keymaps.
3796 (Defining Menus): Add keymap-prompt.
3797
3798 * numbers.texi (Integer Basics): Add most-positive-fixnum,
3799 most-negative-fixnum.
3800
3801 * compile.texi (Byte Compilation): Explain no-byte-compile
3802 (Compiler Errors): New node.
3803
3804 * os.texi (User Identification): user-uid, user-real-uid
3805 can return float.
3806
3807 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
3808 and about derived modes.
3809 (Minor Modes): Add minor-mode-list.
3810 (Defining Minor Modes): Keyword args for define-minor-mode.
3811 (Search-based Fontification): Explain managing other properties.
3812 (Other Font Lock Variables): Add font-lock-extra-managed-props.
3813 (Faces for Font Lock): Add font-locl-preprocessor-face.
3814 (Hooks): Add run-mode-hooks and delay-mode-hooks.
3815
3816 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 3817 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
3818
3819 * loading.texi (Library Search): Add load-suffixes.
3820
3821 * minibuf.texi (Basic Completion): Add lazy-completion-table.
3822 (Programmed Completion): Add dynamic-completion-table.
3823
3824 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
3825 (Magic File Names): Specify precedence order of handlers.
199bb209 3826
51a8b435
RS
3827 * commands.texi (Command Overview): Emacs server runs pre-command-hook
3828 and post-command-hook.
3829 (Waiting): New calling convention for sit-for.
3830
3831 * text.texi (Special Properties): local-map and keymap properties
3832 apply based on their stickiness.
3833
c6de56a0
RS
38342003-07-07 Richard M. Stallman <rms@gnu.org>
3835
3836 * modes.texi (Minor Mode Conventions): Specify only some kinds
3837 of list values as args to minor modes.
3838
3839 * files.texi (File Name Expansion): Warn about iterative use
3840 of substitute-in-file-name.
3841
3842 * advice.texi (Activation of Advice): Clean up previous change.
3843
8c761ea6
MR
38442003-07-06 Markus Rost <rost@math.ohio-state.edu>
3845
3846 * advice.texi (Activation of Advice): Note that ad-start-advice is
3847 turned on by default.
3848
c6de56a0
RS
38492003-06-30 Richard M. Stallman <rms@gnu.org>
3850
3851 * text.texi (Buffer Contents): Document current-word.
3852 (Change Hooks): Not called for *Messages*.
3853
3854 * functions.texi (Defining Functions): Explain about redefining
3855 primitives.
3856 (Function Safety): Renamed. Minor changes.
3857 Comment out the detailed criteria for what is safe.
3858
3fe4e567
AS
38592003-06-22 Andreas Schwab <schwab@suse.de>
3860
3861 * objects.texi (Symbol Type): Fix description of examples.
3862
cda7bd13
AS
38632003-06-16 Andreas Schwab <schwab@suse.de>
3864
3865 * hash.texi (Creating Hash): Fix description of :weakness.
3866
fbcffa4a
KG
38672003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3868
3869 * files.texi (Changing Files): copy-file copies file modes, too.
3870
ff6a3bfb
RS
38712003-05-28 Richard M. Stallman <rms@gnu.org>
3872
3873 * strings.texi (Creating Strings): Clarify split-string.
3874
1463a05d
JB
38752003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
3876
3877 * strings.texi (Creating Strings): Update split-string specification
3878 and examples.
3879
af253914
RS
38802003-05-19 Richard M. Stallman <rms@gnu.org>
3881
3882 * elisp.texi: Correct invariant section names.
3883
7ea52f92
RS
38842003-04-20 Richard M. Stallman <rms@gnu.org>
3885
3886 * os.texi (Timers): Explain about timers and quitting.
3887
e31afc09
RS
38882003-04-19 Richard M. Stallman <rms@gnu.org>
3889
3890 * internals.texi (Writing Emacs Primitives): Strings are
3891 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
3892 Explain GCPRO convention for varargs function args.
3893
5ceea398
RS
38942003-04-16 Richard M. Stallman <rms@gnu.org>
3895
3896 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
3897
b0ada147
RS
38982003-04-08 Richard M. Stallman <rms@gnu.org>
3899
3900 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
3901
b23375aa
KS
39022003-02-13 Kim F. Storm <storm@cua.dk>
3903
3904 * objects.texi (Character Type): New \s escape for space.
3905
c60ee5e7
JB
39062003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3907
3908 * os.texi (System Environment): Added cygwin system-type.
3909
84e47416
RS
39102003-01-25 Richard M. Stallman <rms@gnu.org>
3911
3912 * keymaps.texi: Document that a symbol can act as a keymap.
3913
3e8cf2ea
RS
39142003-01-13 Richard M. Stallman <rms@gnu.org>
3915
3916 * text.texi (Changing Properties): Say string indices are origin-0.
3917
3918 * positions.texi (Screen Lines) <compute-motion>:
3919 Correct order of elts in return value.
3920
3921 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
3922 how to define a default binding.
3923
7abb9fc5 39242002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 3925
104bc3aa 3926 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 3927
104bc3aa
MR
3928 * customize.texi (Simple Types): Clarify description of custom
3929 type 'number. Describe new custom type 'float.
177f790c 3930
7abb9fc5 39312002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
3932
3933 * variables.texi (File Local Variables): Fix typo.
3934
df140a68 39352002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 3936
df140a68
KG
3937 From Michael Albinus <Michael.Albinus@alcatel.de>.
3938
3939 * README: Target for Info file is `make info'.
3940
3941 * files.texi (File Name Components): Fixed typos in
3942 `file-name-sans-extension'.
3943 (Magic File Names): Complete list of operations for magic file
3944 name handlers.
3945
7ed9159a
JY
39462002-09-16 Jonathan Yavner <jyavner@engineer.com>
3947
3948 * variables.texi (File Local Variables): New function
3949 risky-local-variable-p.
3950
39512002-09-15 Jonathan Yavner <jyavner@engineer.com>
3952
3953 * functions.texi (Function safety): New node about unsafep.
3954
241f79af
PA
39552002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
3956
3957 * customize.texi (Splicing into Lists): Fixed example.
3958 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
3959
72459b15
JB
39602002-06-17 Juanma Barranquero <lektu@terra.es>
3961
3962 * frames.texi (Display Feature Testing): Fix typo.
3963
61f7e0f5
AS
39642002-06-12 Andreas Schwab <schwab@suse.de>
3965
3966 * frames.texi (Initial Parameters, Resources): Fix references to
3967 the Emacs manual.
3968
4e792dbd
KS
39692002-05-13 Kim F. Storm <storm@cua.dk>
3970
3971 * variables.texi (Intro to Buffer-Local): Updated warning and
3972 example relating to changing buffer inside let.
3973
940344d4 39742002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
3975
3976 * os.texi (Session Management): New node about X Session management.
3977
231ac53b
EZ
39782002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
3979
3980 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
3981 to which the manual corresponds, and the copyright years.
3982
3983 * Makefile.in (VERSION): Set to 2.9.
3984
140cc574
EZ
39852001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
3986
3987 * elisp.texi: Change the category in @dircategory to "Emacs", to
3988 make it consistent with info/dir.
3989
9c7fce05
MB
39902001-11-25 Miles Bader <miles@gnu.org>
3991
3992 * text.texi (Fields): Describe new `limit' arg in
3993 field-beginning/field-end.
3994
9f8bbf0f
EZ
39952001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3996
a5e6715c
EZ
3997 * permute-index: Don't depend on csh-specific features. Replace
3998 the interpreter name with /bin/sh.
3999
9f8bbf0f
EZ
4000 * two-volume-cross-refs.txt: New file.
4001 * two.el: New file.
4002 * spellfile: New file.
4003
1756e2fb
EZ
40042001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
4005
4006 * permute-index: New file.
4007
4008 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
4009 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
4010 8+3 restricted namespace.
ad050e54
EZ
4011
4012 * Makefile.in (infodir): Define relative to $(srcdir).
4013 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
4014 include directories list via -I switch to makeinfo.
4015 (index.texi): Use cp if both hard and symbolic links fail.
4016
10fa7f8e
EZ
40172001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
4018
7a1494ce
EZ
4019 * Makefile.in (distclean): Add.
4020
10fa7f8e
EZ
4021 The following changes make ELisp manual part of the Emacs
4022 distribution:
4023
4024 * Makefile.in: Add Copyright notice.
4025 (prefix): Remove.
4026 (infodir): Change value to "../info".
4027 (VPATH): New variable.
4028 (MAKE): Don't define.
4029 (texmacrodir): Don't define.
4030 (texinputdir): Append the existing value of TEXINPUTS.
4031 ($(infodir)/elisp): Instead of just "elisp". Reformat the
4032 command to be compatible with man/Makefile.in, and to put the
4033 output into ../info.
5c32b7c5 4034 (info): Add target.
10fa7f8e
EZ
4035 (installall): Target removed.
4036
ad050e54 40372001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
4038
4039 * tips.texi (Coding Conventions): Fix typo.
4040
6fd735df
GM
40412001-10-23 Gerd Moellmann <gerd@gnu.org>
4042
4043 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
4044
b704d54b
EZ
40452001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4046
4047 * files.texi (File Name Components): Update the description of
4048 file-name-sans-extension and file-name-extension, as they now
4049 ignore leading dots.
4050
71431a0e
GM
40512001-10-20 Gerd Moellmann <gerd@gnu.org>
4052
6aa97356 4053 * (Version 21.1 released.)
71431a0e 4054
79f1f96c
MB
40552001-10-19 Miles Bader <miles@gnu.org>
4056
4057 * positions.texi (Text Lines): Describe behavior of
4058 `beginning-of-line'/`end-of-line' in the presence of field properties.
4059
892a8f36
GM
40602001-10-17 Gerd Moellmann <gerd@gnu.org>
4061
4062 * Makefile.in (VERSION): Set to 2.8.
4063 (manual): Use `manual-21'.
4064
8c1cc9e8 4065 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
4066 number was used. Set it to 2.8.
4067
4068 * intro.texi: Likewise.
4069
51724e26
EZ
40702001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4071
4072 * files.texi (File Name Completion): Document the significance of
4073 a trailing slash in elements of completion-ignored-extensions.
4074
57b338e8
MB
40752001-10-06 Miles Bader <miles@gnu.org>
4076
4077 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
4078
c89e4bc5
GM
40792001-10-04 Gerd Moellmann <gerd@gnu.org>
4080
4081 * variables.texi (Variable Aliases): New node.
4082
ab952a4f
GM
40832001-10-04 Gerd Moellmann <gerd@gnu.org>
4084
4085 * Branch for 21.1.
dff28924 4086
9db3a582
MB
40872001-10-02 Miles Bader <miles@gnu.org>
4088
ae1a9581
MB
4089 * minibuf.texi (Minibuffer Misc): Add entries for
4090 `minibuffer-contents', `minibuffer-contents-no-properties', and
4091 `delete-minibuffer-contents'.
4092 Correct description for `minibuffer-prompt-end'.
4093
9db3a582
MB
4094 * text.texi (Property Search): Correct descriptions of
4095 `next-char-property-change' and `previous-char-property-change'.
4096 Add entries for `next-single-char-property-change' and
4097 `previous-single-char-property-change'.
4098 Make operand names a bit more consistent.
4099
03be5931
EZ
41002001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
4101
4102 * frames.texi (Finding All Frames): Document that next-frame and
4103 previous-frame are local to current terminal.
4104
974548ec
EZ
41052001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
4106
4107 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 4108 result of make-keymap.
974548ec 4109
8d82c597
EZ
41102001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
4111
4112 * display.texi (Font Lookup, Attribute Functions)
4113 (Image Descriptors): Add cross-references to the definition of
4114 selected frame.
4115
4116 * buffers.texi (The Buffer List): Add cross-references to the
4117 definition of selected frame.
4118
4119 * frames.texi (Input Focus): Clarify which frame is _the_ selected
4120 frame at any given time.
4121 (Multiple Displays, Size and Position): Add a cross-reference to
4122 the definition of the selected frame.
4123
2842de30
EZ
41242001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4125
4126 * strings.texi (String Conversion) <string-to-number>: Document
4127 that a float is returned for integers that are too large.
4128
4129 * frames.texi (Mouse Position): Document mouse-position-function.
4130 (Display Feature Testing): Document display-images-p.
4131 (Window Frame Parameters): Document the cursor-type variable.
4132
4133 * numbers.texi (Integer Basics): Document CL style read syntax for
4134 integers in bases other than 10.
4135
4136 * positions.texi (List Motion): Document
4137 open-paren-in-column-0-is-defun-start.
4138
4139 * lists.texi (Sets And Lists): Document member-ignore-case.
4140
4141 * internals.texi (Garbage Collection): Document the used and free
4142 strings report.
4143 (Memory Usage): Document strings-consed.
4144
4145 * os.texi (Time of Day): Document float-time.
4146 (Recording Input): Document that clear-this-command-keys clears
4147 the vector to be returned by recent-keys.
4148
4149 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
4150 argument keymap can be a list.
4151
4152 * nonascii.texi (User-Chosen Coding Systems)
4153 <select-safe-coding-system>: Document the new argument
4154 accept-default-p and the variable
4155 select-safe-coding-system-accept-default-p. Tell what happens if
4156 buffer-file-coding-system is undecided.
4157 (Default Coding Systems): Document auto-coding-regexp-alist.
4158
4159 * display.texi (The Echo Area) <message>: Document
4160 message-truncate-lines.
4161 (Glyphs): Document that the glyph table is unused on windowed
4162 displays.
4163
4164 * help.texi (Describing Characters) <single-key-description>:
4165 Document the new argument no-angles.
4166 (Accessing Documentation) <documentation-property>: Document that
4167 a non-string property is evaluated.
4168 <documentation>: Document that the function-documentation property
4169 is looked for.
4170
4171 * windows.texi (Selecting Windows): Document some-window.
4172
4173 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
4174
4175 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
4176 apropos-mode-hook.
4177
4178 * commands.texi (Using Interactive): Document interactive-form.
4179 (Keyboard Macros): Document kbd-macro-termination-hook.
4180 (Command Loop Info): Document that clear-this-command-keys clears
4181 the vector to be returned by recent-keys.
4182
2d43d823
GM
41832001-09-04 Werner LEMBERG <wl@gnu.org>
4184
4185 * Makefile.in (srcdir, texinputdir): New variables.
4186 (srcs, index.texi, install): Use $(srcdir).
4187 (.PHONY): Remove elisp.dvi.
4188 (elisp): Use -I switch for makeinfo.
4189 (elisp.dvi): Use $(srcdir) and $(texinputdir).
4190 (installall, dist): Use $(srcdir).
4191 Fix path to texinfo.tex.
4192 (maintainer-clean): Add elisp.dvi and elisp.oaux.
4193
fa739b31
GM
41942001-08-30 Gerd Moellmann <gerd@gnu.org>
4195
92a25631
GM
4196 * display.texi (Conditional Display): Adjust to API change.
4197
fa739b31
GM
4198 * configure: New file.
4199
cef68af5
GM
42002001-07-30 Gerd Moellmann <gerd@gnu.org>
4201
4202 * commands.texi (Repeat Events): Add description of
4203 double-click-fuzz.
4204
d1f08d85
SM
42052001-05-08 Stefan Monnier <monnier@cs.yale.edu>
4206
4207 * syntax.texi (Syntax Class Table): Add the missing designator for
4208 comment and string fences.
4209 (Syntax Properties): Add a xref to syntax table internals.
4210 (Syntax Table Internals): Document string-to-syntax.
4211
1e9fc92e
GM
42122001-05-07 Gerd Moellmann <gerd@gnu.org>
4213
4214 * Makefile.in (install): Use install-info command line options
4215 like in Emacs' Makefile.in.
4216
00480554
MB
42172000-12-09 Miles Bader <miles@gnu.org>
4218
4219 * windows.texi (Window Start): Update documentation for
4220 `pos-visible-in-window-p'.
4221
1e344ee2
SM
42222000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4223
4224 * lists.texi (Building Lists): Add footnote to explain how to add
4225 to the end of a list.
4226
a540f6ed
GM
42272000-10-25 Gerd Moellmann <gerd@gnu.org>
4228
4229 * files.texi (Visiting Functions): Typos.
4230
28bcdbee
KH
42312000-10-25 Kenichi Handa <handa@etl.go.jp>
4232
4233 * files.texi (Visiting Functions): Return value of
4234 find-file-noselect may be a list of buffers if wildcards are used.
4235
22d1a4ed
MB
42362000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4237
4238 * display.texi (Defining Faces): Document `graphic' display type
4239 in face specs.
4240
916a89db
KG
42412000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4242
1e9fc92e 4243 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
4244 `after-make-frame-hook' with `after-make-frame-functions'.
4245
1e9fc92e 4246 * frames.texi (Creating Frames): Ditto.
916a89db 4247
1e9fc92e 4248 * variables.texi (Future Local Variables): Ditto.
916a89db 4249
483de32b
GM
42502000-10-16 Gerd Moellmann <gerd@gnu.org>
4251
4252 * display.texi (Other Image Types): Add description of :foreground
4253 and :background properties of mono PBM images.
4254
e23a63a5
WL
42552000-08-17 Werner LEMBERG <wl@gnu.org>
4256
4257 * .cvsignore: New file.
4258
dfc16043
GM
42592000-01-05 Gerd Moellmann <gerd@gnu.org>
4260
4261 * tindex.pl: New script.
4262
602613fe
DL
42631999-12-03 Dave Love <fx@gnu.org>
4264
4265 * Makefile.in (MAKEINFO): New parameter.
4266
94ec544d
DL
42671999-09-17 Richard Stallman <rms@gnu.org>
4268
4269 * Makefile.in (srcs): Add hash.texi.
4270 (VERSION): Update to 20.6.
4271
42721999-09-13 Richard Stallman <rms@gnu.org>
4273
4274 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
4275
42761998-08-29 Karl Heuer <kwzh@gnu.org>
4277
4278 * configure.in: New file.
4279 * Makefile.in: Renamed from Makefile.
4280 (prefix, infodir): Use value obtained from configure.
4281 (emacslibdir): Obsolete variable deleted.
4282 (dist): Distribute configure.in, configure, Makefile.in.
4283
42841998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
4285
4286 * Makefile (INSTALL_INFO): New variable.
4287 (install): Run install-info.
4288
42891998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
4290
4291 * Makefile (elisp.dvi): Add missing backslash.
4292
42931998-05-02 Richard Stallman <rms@psilocin.gnu.org>
4294
4295 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
4296 Run texindex without `./'. Always run texindex on elisp.tp.
4297 (elisp.tps): Target deleted.
4298
42991998-04-05 Richard Stallman <rms@psilocin.gnu.org>
4300
4301 * Makefile (srcs): Add nonascii.texi and customize.texi.
4302 (dist): Start by deleting `temp'.
4303
43041998-02-17 Richard Stallman <rms@psilocin.gnu.org>
4305
4306 * Makefile (makeinfo, texindex): Targets deleted.
4307 (makeinfo.o, texindex.o): Targets deleted.
4308 (clean, dist): Don't do anything with them or with getopt*.
4309
43101998-01-30 Richard Stallman <rms@psilocin.gnu.org>
4311
4312 * Makefile (SHELL): Defined.
4313
43141998-01-27 Richard Stallman <rms@psilocin.gnu.org>
4315
4316 * Makefile (elisp.tps): New target.
4317 (elisp.dvi): Depend on elisp.tps.
4318
4319Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
4320
4321 * README: Update phone number.
4322
4323 * Makefile (elisp): Make this be the default target.
4324 Depend on makeinfo.c instead of makeinfo.
4325 (install): Don't depend on elisp.dvi, since we don't install that.
4326 Use mkinstalldirs.
4327 (dist): Add mkinstalldirs.
4328
4329Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4330
4331 * Makefile (VERSION): Update version number.
4332 (maintainer-clean): Renamed from realclean.
4333
4334Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
4335
4336 * Makefile (realclean): New target.
4337 (elisp): Remove any old elisp-* files first.
4338
4339Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
4340
d1f08d85
SM
4341 * Makefile (VERSION): New variable.
4342 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
4343 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
4344
4345Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4346
4347 * Makefile (elisp): Depend on makeinfo.
4348
4349Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
4350
d1f08d85 4351 * Makefile (srcs): Add anti.texi.
94ec544d
DL
4352
4353Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4354
4355 * Makefile (infodir, prefix): New vars.
4356 (install): Use infodir.
4357 (emacsinfodir): Deleted.
4358
4359Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4360
4361 * Makefile (srcs): Add calendar.texi.
4362
4363 * Makefile (dist): Copy texindex.c and makeinfo.c.
4364 Limit elisp-* files to those with one or two digits.
4365
4366Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4367
4368 * Makefile (dist): Changed to use Gzip instead of compress.
4369
4370Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4371
4372 * loading.texi (Unloading): define-function changed back to
4373 defalias. It may not stay this way, but at least it's
4374 consistent with the known-good version of the code patch.
4375
4376Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4377
4378 * modes.texi (Hooks): Document new optional arg of add-hook.
4379
4380Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4381
d1f08d85 4382 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
4383
4384 * tips.texi: Add new section on standard library headers.
4385
4386Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4387
4388 * Makefile (srcs): Add frame.texi to the list of sources.
4389
4390Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4391
4392 * Makefile (dist): Don't bother excluding autosave files; they'll
4393 never make it into the temp directory anyway, and the hash marks
4394 in the name are problematic for make and the Bourne shell.
dff28924 4395 (srcs):
94ec544d
DL
4396
4397Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4398
d1f08d85 4399 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
4400 the distribution tar file.
4401
dff28924 4402Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
4403
4404 * Makefile (srcs): Added index.perm.
4405 (elisp.dvi): Remove erroneous shell comment.
4406 Expect output of permute-index in permuted.fns.
4407 Save old elisp.aux in elisp.oaux.
4408 (clean): Added index.texi to be deleted.
4409
dff28924 4410Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
4411
4412 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
4413
dff28924 4414Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
4415
4416 * files.texi: Noted that completion-ignored-extensions is ignored
4417 when making *Completions*.
4418
4419Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
4420
4421 * Makefile make dist now depends on elisp.dvi, since it tries
4422 to include it in the dist file.
4423
dff28924 4424Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
4425
4426 * functions.texinfo (Mapping Functions): Add missing quote
4427
dff28924 4428Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
4429
4430 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
4431 (defunargs): Turn off \hyphenchar of \sl font temporarily.
4432
dff28924 4433Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4434
4435 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
4436 and @error{} are the terms now being used. The files in the
4437 directory have been changed to reflect this.
4438
d1f08d85 4439 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
4440 ` @result{}', using 5 spaces at the begining of the line.
4441
dff28924 4442Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4443
4444 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
4445 experimental @indentedresult{}, @indentedexpandsto{} are part of
4446 the texinfo.tex in this directory. These TeX macros are not
4447 stable yet.
4448
dff28924 4449Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4450
4451 * texinfo.tex: temporarily added
d1f08d85 4452 \let\result=\dblarrow
94ec544d
DL
4453 \def\error{{\it ERROR} \longdblarrow}
4454 We need to do this better soon.
4455
dff28924 4456Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4457
4458 * Applied Karl Berry's patches to *.texinfo files, but not to
4459 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
4460 new title page format is also not applied, since it requires
4461 texinfo.tex changes.)
4462
4463 * Cleaned up `Makefile' and defined the `emacslibdir' directory
4464 for the Project GNU development environment.
4465
ad050e54 4466;; Local Variables:
fd026ee1 4467;; coding: iso-2022-7bit
ad050e54 4468;; End:
2a34a036 4469
651f374c 4470 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
ceb4c4d3 4471 2005, 2006 Free Software Foundation, Inc.
2a34a036
GM
4472 Copying and distribution of this file, with or without modification,
4473 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
4474
4475;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda