updated link(s), but FIXME - some link(s) and upgrade termcap.src to newer version
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
b223e22d
KB
12006-03-25 Karl Berry <karl@gnu.org>
2
3 * elisp.texi: use @copyright{} instead of (C), and do not indent
4 the year list.
5
b756c64c
NR
62006-03-21 Nick Roberts <nickrob@snap.net.nz>
7
8 * display.texi (Fringe Indicators): Fix typos.
9
fe3dca59
LT
102006-03-19 Luc Teirlinck <teirllm@auburn.edu>
11
c287ad03 12 * tips.texi (Documentation Tips): One can now also write `program'
fe3dca59
LT
13 in front of a quoted symbol in a docstring to prevent making a
14 hyperlink.
15
e91d4202
AM
162006-03-19 Alan Mackenzie <acm@muc.de>
17
18 * text.texi (Special Properties): Clarify the definition of
19 'fontified.
20
e8a5f60b
RS
212006-03-16 Richard Stallman <rms@gnu.org>
22
23 * display.texi (Defining Images): Minor cleanup.
24
486daaa5
BW
252006-03-16 Bill Wohler <wohler@newt.com>
26
27 * display.texi (Defining Images): In image-load-path-for-library,
28 prefer user's images.
29
4ffc92c2
SM
302006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
33
874a6ef8
BW
342006-03-15 Bill Wohler <wohler@newt.com>
35
36 * display.texi (Defining Images): Fix example in
37 image-load-path-for-library by not recommending that one binds
38 image-load-path. Just defvar it to placate compiler and only use
39 it if previously defined.
40
70949f30
BW
412006-03-14 Bill Wohler <wohler@newt.com>
42
43 * display.texi (Defining Images): In image-load-path-for-library,
44 always return list of directories. Update example.
45
c852c516
AM
462006-03-14 Alan Mackenzie <acm@muc.de>
47
48 * modes.texi: New node, "Region to Fontify" (for Font Lock).
49 This describes font-lock-extend-region-function.
4ffc92c2 50 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
c852c516
AM
51 the new node "Region to Fontify".
52
7cd3712b
RS
532006-03-13 Richard Stallman <rms@gnu.org>
54
55 * display.texi (Invisible Text): The impossible position is
56 now before the invisible text, not after.
57 (Defining Images): Clean up last change.
58
2c676341
BW
592006-03-11 Bill Wohler <wohler@newt.com>
60
61 * display.texi (Defining Images): Add image-load-path-for-library.
62
6f49b4c5
LT
632006-03-11 Luc Teirlinck <teirllm@auburn.edu>
64
2d14c9bf
LT
65 * text.texi (Adaptive Fill): Fix Texinfo usage.
66
67 * strings.texi (Creating Strings): Fix Texinfo usage.
68
6f49b4c5
LT
69 * searching.texi (Regexp Special): Use @samp for regular
70 expressions that are not in Lisp syntax.
71
fc1d3386
LT
722006-03-08 Luc Teirlinck <teirllm@auburn.edu>
73
74 * searching.texi (Regexp Special): Put remark between parentheses
75 to avoid misreading.
76
7b2c2ca9
LT
772006-03-07 Luc Teirlinck <teirllm@auburn.edu>
78
79 * searching.texi (Syntax of Regexps): More accurately describe
80 which characters are special in which situations.
81 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
82 are not special. Describe in detail when `[' and `]' are special.
83 (Regexp Backslash): Plenty of regexps with unbalanced square
84 brackets are valid, so reword that statement.
85
f79bc642
KS
862006-03-02 Kim F. Storm <storm@cua.dk>
87
88 * keymaps.texi (Tool Bar): Add tool-bar-border.
89
1d9a5237
LT
902006-02-28 Luc Teirlinck <teirllm@auburn.edu>
91
a86b01fa 92 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 93
2534ef94
LT
942006-02-27 Luc Teirlinck <teirllm@auburn.edu>
95
96 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
97
98 * files.texi (Locating Files): Suggest additional values for the
99 SUFFIXES arg of `locate-file'. Update pxref.
100
101 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
102 (How Programs Do Loading): Discuss the effects of Auto Compression
103 mode on `load'.
104 (Load Suffixes): New node.
394e96d5 105 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
106 moved to "Load Suffixes".
107 (Autoload, Named Features): Mention `load-suffixes'.
108
dd9959da 1092006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
110
111 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
112
113 * windows.texi (Window Tree): Fix typo.
114
49af2995
KS
1152006-02-20 Kim F. Storm <storm@cua.dk>
116
117 * display.texi (Fringe Indicators): New section.
118 Move indicate-empty-lines, indicate-buffer-boundaries, and
119 default-indicate-buffer-boundaries here.
120 Add fringe-indicator-alist and default-fringes-indicator-alist.
121 Add list of logical fringe indicator symbols.
122 Update list of standard bitmap names.
123 (Fringe Cursors): New section.
124 Move overflow-newline-into-fringe here.
125 Add fringe-cursor-alist and default-fringes-cursor-alist.
126 Add list of fringe cursor symbols.
127
58f71009
JB
1282006-02-20 Juanma Barranquero <lekktu@gmail.com>
129
130 * commands.texi (Using Interactive): Fix reference to node
131 "Minibuffers".
132
5498b6af
RS
1332006-02-19 Richard M. Stallman <rms@gnu.org>
134
135 * minibuf.texi (High-Level Completion):
136 Add xref to read-input-method-name.
137
138 * files.texi (Relative File Names): Move file-relative-name here.
139 (File Name Expansion): From here. Minor clarifications.
140
141 * commands.texi (Using Interactive): Add xrefs about reading input.
142 Clarify remarks about that moving point and mark.
143 Put string case before list case.
144
43ce897a 1452006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68 146
4ffc92c2
SM
147 * display.texi (Other Display Specs, Image Descriptors):
148 Revert erroneous changes. The previous description of
149 image-descriptors as `(image . PROPS)' was correct.
b6498a68 150
1324d26e
RS
1512006-02-14 Richard M. Stallman <rms@gnu.org>
152
153 * variables.texi (File Local Variables): Clarifications.
154
0da93350
JB
1552006-02-14 Juanma Barranquero <lekktu@gmail.com>
156
157 * variables.texi (File Local Variables): Use @code for a cons
158 cell, not @var.
159
51a39bab
CY
1602006-02-13 Chong Yidong <cyd@stupidchicken.com>
161
162 * variables.texi (File Local Variables): Document new file local
163 variable behavior.
164
d342156c
KS
1652006-02-10 Kim F. Storm <storm@cua.dk>
166
167 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
168
8392fe4a
JB
1692006-02-08 Juanma Barranquero <lekktu@gmail.com>
170
171 * modes.texi (%-Constructs): Remove obsolete info about
172 `global-mode-string'.
173
cd6cd82a
RS
1742006-02-07 Richard M. Stallman <rms@gnu.org>
175
d78dc2d8
RS
176 * commands.texi (Prefix Command Arguments): Minor cleanup.
177
178 * display.texi: "Graphical display", not window system.
179
cd6cd82a
RS
180 * functions.texi (What Is a Function): Fix xref.
181
182 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
183 (Changing Key Bindings): Clarify when remapping is better than
184 substitute-key-definition.
185
1862006-02-02 Richard M. Stallman <rms@gnu.org>
187
188 * minibuf.texi (Basic Completion): Completion alists are risky.
189
190 * keymaps.texi (Active Keymaps): Clarifications.
191 (Searching Keymaps): New node.
192 (Keymaps): Update menu.
193
194 * frames.texi (Layout Parameters): Minor clarification.
195 (Drag and Drop): New node.
196 (Frames): Update menu.
197
cf052abc
CY
1982006-01-29 Chong Yidong <cyd@stupidchicken.com>
199
4ffc92c2
SM
200 * display.texi (Other Display Specs, Image Descriptors):
201 Image description is a list, not a cons cell.
cf052abc 202
1f2907ee
LT
2032006-01-28 Luc Teirlinck <teirllm@auburn.edu>
204
205 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
206 list is not necessarily a list).
207
a849f77d
EZ
2082006-01-27 Eli Zaretskii <eliz@gnu.org>
209
210 * frames.texi (Layout Parameters): border-width and
211 internal-border-width belong to the frame, not the window.
212
d322eb9b
RS
2132006-01-19 Richard M. Stallman <rms@gnu.org>
214
215 * nonascii.texi (Translation of Characters): Search cmds use
216 translation-table-for-input. Automatically made local.
217
218 * markers.texi (Overview of Markers): Count insertion type
219 as one of a marker's attributes.
220
cd6cd82a
RS
221 * keymaps.texi (Controlling Active Maps): New node, split out of
222 Active Keymaps.
223 (Keymaps): Menu updated.
224 (Active Keymaps): Give pseudocode to explain how the active
225 maps are searched. current-active-maps and key-binding moved here.
226 (Functions for Key Lookup): current-active-maps and key-binding moved.
227 Clarifications.
228 (Searching the Keymaps): New subnode.
229
d322eb9b
RS
230 * elisp.texi (Top): Menu clarification.
231
232 * display.texi (Other Display Specs): Delete duplicate entry for
233 just a string as display spec. Move text about recursive display
234 specs on such a string.
235
236 * commands.texi (Key Sequence Input): Clarify.
237 Move num-nonmacro-input-events out.
238 (Reading One Event): num-nonmacro-input-events moved here.
239
2ac77b5a
NR
2402006-01-14 Nick Roberts <nickrob@snap.net.nz>
241
242 * advice.texi (Simple Advice): Update example to fit argument
243 change in previous-line.
244
a203a18c
RS
2452006-01-05 Richard M. Stallman <rms@gnu.org>
246
247 * markers.texi (The Mark): Fix in `mark'.
248
d9043ddf
RS
2492006-01-04 Richard M. Stallman <rms@gnu.org>
250
251 * processes.texi (Misc Network, Make Network): Minor cleanups.
252
8a5db8ae
KS
2532006-01-04 Kim F. Storm <storm@cua.dk>
254
255 * processes.texi (Make Network): Add IPv6 addresses and handling.
256 (Network Feature Testing): Mention (:family ipv6).
257 (Misc Network): Add IPv6 formats to format-network-address.
258
19bb7940
RS
2592005-12-30 Richard M. Stallman <rms@gnu.org>
260
261 * text.texi (Changing Properties):
262 Don't use return value of set-text-properties.
263
b9cb50d9
LT
2642005-12-29 Luc Teirlinck <teirllm@auburn.edu>
265
266 * modes.texi (Mode Line Format): Correct typo in menu.
267
94a867a6
RS
2682005-12-29 Richard M. Stallman <rms@gnu.org>
269
270 * modes.texi (Mode Line Top): New node.
271 (Mode Line Data): Some text moved to new node.
272 Explain the data structure more concretely.
273 (Mode Line Basics): Clarifications.
274 (Mode Line Variables): Clarify intro paragraph.
275 (%-Constructs): Clarify intro paragraph.
276 (Mode Line Format): Update menu.
277
ba455131
LT
2782005-12-28 Luc Teirlinck <teirllm@auburn.edu>
279
280 * minibuf.texi (Basic Completion): Update lazy-completion-table
281 examples for removal of ARGS argument.
282
2b6abe1e
RS
2832005-12-23 Richard M. Stallman <rms@gnu.org>
284
285 * text.texi (Undo): Restore some explanation from the version
286 that was deleted.
287
2d7409f2
EZ
2882005-12-23 Eli Zaretskii <eliz@gnu.org>
289
290 * text.texi (Undo): Remove dupliate descriptions of `apply
291 funname' and `apply delta' elements of the undo list.
292
2e23b82e
RS
2932005-12-20 Richard M. Stallman <rms@gnu.org>
294
295 * help.texi (Help Functions): Update documentation of `apropos'.
296
a31687ce
LT
2972005-12-20 Luc Teirlinck <teirllm@auburn.edu>
298
299 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
300 because it is confusing. If the :help-echo keyword is a function,
301 it is not directly used as the :help-echo overlay property, as the
302 xref seems to suggest (it does not take the appropriate args).
303
0e83c4e9
LT
3042005-12-19 Luc Teirlinck <teirllm@auburn.edu>
305
306 * customize.texi (Common Keywords): Fix Texinfo usage.
307 (Group Definitions, Variable Definitions): Update for new
308 conventions for using `*' in docstrings.
77df907a
LT
309
310 * tips.texi (Documentation Tips): Update for new conventions for
311 using `*' in docstrings.
312
69487a1f
RS
3132005-12-16 Richard M. Stallman <rms@gnu.org>
314
315 * minibuf.texi (Minibuffer Contents): Minor cleanup.
316
2a502a32
JL
3172005-12-16 Juri Linkov <juri@jurta.org>
318
319 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
320
b158c851
RF
3212005-12-14 Romain Francoise <romain@orebokech.com>
322
323 * modes.texi (Customizing Keywords): Rename `append' to `how'.
324 Fix typo.
325
d7d1f75e
JL
3262005-12-11 Juri Linkov <juri@jurta.org>
327
328 * minibuf.texi (Completion Commands): Add mention of read-file-name
329 for filename completion keymaps.
330 (Reading File Names): Add mention of filename completion keymaps
331 for read-file-name and xref to `Completion Commands'.
332
4b1c16c2
RS
3332005-12-10 Richard M. Stallman <rms@gnu.org>
334
335 * customize.texi (Common Keywords): State caveats for use of :tag.
336
1d49d5d9
RS
3372005-12-08 Richard M. Stallman <rms@gnu.org>
338
2663a204
RS
339 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
340 with xrefs and better explanation.
341 (Completion Commands): Add the filename completion maps.
342
1d49d5d9
RS
343 * objects.texi (Character Type): Clarify that \s is not space
344 if a dash follows.
345
fa0d4d0c
RS
3462005-12-05 Richard M. Stallman <rms@gnu.org>
347
348 * windows.texi (Resizing Windows): Delete preserve-before args.
349
d64b177a
SM
3502005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
351
352 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
353 in full keymaps, since the quirk has been fixed.
354
79019cc9
EZ
3552005-12-03 Eli Zaretskii <eliz@gnu.org>
356
357 * hooks.texi (Standard Hooks): Add index entries. Mention
358 `compilation-finish-functions'.
359
161ef3be
RS
3602005-11-27 Richard M. Stallman <rms@gnu.org>
361
362 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
363
17c1971a
JL
3642005-11-21 Juri Linkov <juri@jurta.org>
365
366 * customize.texi (Common Keywords): Update links types
367 custom-manual and url-link. Add link types emacs-library-link,
368 file-link, function-link, variable-link, custom-group-link.
369
5890344b
CY
3702005-11-20 Chong Yidong <cyd@stupidchicken.com>
371
372 * display.texi: Revert 2005-11-20 change.
373
cbce0752
TTN
3742005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
375
376 * processes.texi (Bindat Functions):
377 Say "third" to refer to zero-based index "2".
378
ff04c885
LT
3792005-11-18 Luc Teirlinck <teirllm@auburn.edu>
380
381 * loading.texi (Library Search): Update the default value of
382 `load-suffixes'.
383
ce8d4e00
CY
3842005-11-17 Chong Yidong <cyd@stupidchicken.com>
385
386 * display.texi (Attribute Functions): Mention :ignore-defface.
387
cbad4a9e
SM
3882005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
389
390 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 391 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 392
fda12b27
RS
3932005-11-06 Richard M. Stallman <rms@gnu.org>
394
395 * files.texi (Magic File Names): find-file-name-handler checks the
396 `operations' property of the handler.
397
e082564e
RS
3982005-11-03 Richard M. Stallman <rms@gnu.org>
399
400 * variables.texi (Frame-Local Variables): Small clarification.
401
f0cdd9e4
CY
4022005-10-29 Chong Yidong <cyd@stupidchicken.com>
403
404 * os.texi (Init File): Document ~/.emacs.d/init.el.
405
685abb98
RS
4062005-10-29 Richard M. Stallman <rms@gnu.org>
407
408 * internals.texi (Garbage Collection): Document memory-full.
409
7000848e
BW
4102005-10-28 Bill Wohler <wohler@newt.com>
411
412 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
413 for URLs.
414
107fb6c9
RS
4152005-10-28 Richard M. Stallman <rms@gnu.org>
416
417 * minibuf.texi (Completion Commands): Clean up prev change.
418
4192005-10-26 Kevin Ryde <user42@zip.com.au>
420
421 * compile.texi (Eval During Compile): Explain recommended uses
422 of eval-when-compile and eval-and-compile.
423
1d8e69a2
MY
4242005-10-27 Masatake YAMATO <jet@gyve.org>
425
cbad4a9e 426 * minibuf.texi (Completion Commands):
1d8e69a2 427 Write about new optional argument for `display-completion-list'.
cbad4a9e 428
6a897887
RS
4292005-10-23 Richard M. Stallman <rms@gnu.org>
430
431 * display.texi (Overlay Arrow): Clarify about local bindings of
432 overlay-arrow-position.
433
6d1e17be
EZ
4342005-10-22 Eli Zaretskii <eliz@gnu.org>
435
436 * internals.texi (Building Emacs): Fix last change.
437
db5fe0a6
RS
4382005-10-22 Richard M. Stallman <rms@gnu.org>
439
440 * internals.texi (Building Emacs): Document eval-at-startup.
441
45158e77
RS
4422005-10-21 Richard M. Stallman <rms@gnu.org>
443
444 * loading.texi (Where Defined): load-history contains abs file names.
445 symbol-file returns abs file names.
446
e50165ec
KS
4472005-10-19 Kim F. Storm <storm@cua.dk>
448
449 * display.texi (Showing Images): Add max-image-size integer value.
450
63ab30d0
CY
4512005-10-18 Chong Yidong <cyd@stupidchicken.com>
452
453 * display.texi (Showing Images): Document max-image-size.
454
f8252852
RS
4552005-10-17 Richard M. Stallman <rms@gnu.org>
456
457 * commands.texi (Quitting): Minor clarification.
458
459 * processes.texi (Sentinels): Clarify about output and quitting.
460 (Filter Functions): Mention with-local-quit.
461
c1bed3aa
JL
4622005-10-17 Juri Linkov <juri@jurta.org>
463
464 * buffers.texi (Current Buffer):
465 * commands.texi (Event Input Misc):
466 * compile.texi (Eval During Compile, Compiler Errors):
467 * customize.texi (Group Definitions):
468 * display.texi (Progress, Defining Faces):
469 * files.texi (Writing to Files):
470 * modes.texi (Mode Hooks, Defining Minor Modes):
471 * streams.texi (Output Functions):
472 * syntax.texi (Syntax Table Functions):
473 * text.texi (Change Hooks):
474 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
475
476 * commands.texi (Quitting): Replace arg `forms' with `body' in
477 `with-local-quit'.
478
479 * positions.texi (Excursions): Replace arg `forms' with `body' in
480 `save-excursion'.
481
ef1b4c9e
KS
4822005-10-08 Kim F. Storm <storm@cua.dk>
483
484 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
485 Rename manual section accordingly.
486
abc8ce50
KS
4872005-10-04 Kim F. Storm <storm@cua.dk>
488
489 * windows.texi (Window Split Tree): New section describing
490 new function window-split-tree function.
491
a1f5a1f0
NR
4922005-10-03 Nick Roberts <nickrob@snap.net.nz>
493
494 * display.texi (Fringe Size/Pos): Simplify and add detail.
495
97c3e4cc
RF
4962005-09-30 Romain Francoise <romain@orebokech.com>
497
498 * minibuf.texi (High-Level Completion): Explain that the prompt
499 given to `read-buffer' should end with a colon and a space.
500 Update usage examples.
501
8ad8c5ce
JL
5022005-09-29 Juri Linkov <juri@jurta.org>
503
504 * display.texi (Displaying Messages): Rename argument name
505 `string' to `format-string' in functions `message', `message-box',
506 `message-or-box'.
507
63182706
CY
5082005-09-26 Chong Yidong <cyd@stupidchicken.com>
509
510 * errors.texi (Standard Errors): Corrected xrefs.
511
906320ec
CY
5122005-09-18 Chong Yidong <cyd@stupidchicken.com>
513
514 * display.texi (Defining Images): Updated documentation for
515 `image-load-path'.
516
8ccd3630
RS
5172005-09-17 Richard M. Stallman <rms@gnu.org>
518
519 * display.texi (Defining Images): Clean up previous change.
520
7260457b
RF
5212005-09-16 Romain Francoise <romain@orebokech.com>
522
523 * elisp.texi: Specify GFDL version 1.2.
524
525 * doclicense.texi (GNU Free Documentation License): Update to
526 version 1.2.
527
5b51c037
CY
5282005-09-15 Chong Yidong <cyd@stupidchicken.com>
529
530 * display.texi (Defining Images): Document `image-load-path'.
531
5c4757d3
RS
5322005-09-15 Richard M. Stallman <rms@gnu.org>
533
534 * objects.texi (Printed Representation): Minor cleanup.
535 (Box Diagrams): Minor fix.
536 (Cons Cell Type): Move (...) index item here.
537 (Box Diagrams): From here.
538 (Array Type): Minor fix.
539 (Type Predicates): Delete index "predicates".
540 (Hash Table Type): Clarify xref.
541 (Dotted Pair Notation): Minor fix.
542
2bb8b80c
CY
5432005-09-10 Chong Yidong <cyd@stupidchicken.com>
544
545 * files.texi (Saving Buffers): Fix typo.
546
47b8bc5d
RS
5472005-09-08 Richard M. Stallman <rms@gnu.org>
548
549 * tips.texi (Programming Tips): Correct the "default" prompt spec.
550
475aab0d
CY
5512005-09-08 Chong Yidong <cyd@stupidchicken.com>
552
553 * locals.texi (Standard Buffer-Local Variables): Don't include
554 mode variables for minor modes.
555 Fix xrefs for buffer-display-count, buffer-display-table,
556 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
557 enable-multibyte-characters, fill-column, header-line-format,
558 left-fringe-width, left-margin, and right-fringe-width.
559
560 * hooks.texi (Standard Hooks): All hooks should conform to the
561 standard naming convention now.
562 Fix xref for `echo-area-clear-hook'.
563
564 * display.texi (Usual Display): Note that indicate-empty-lines and
565 tab-width are buffer-local.
566
567 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
568
569 * modes.texi (Mode Help): Note that major-mode is buffer-local.
570
571 * nonascii.texi (Encoding and I/O): Note that
572 buffer-file-coding-system is buffer-local.
573
574 * positions.texi (List Motion): Note that defun-prompt-regexp is
575 buffer-local.
576
577 * text.texi (Auto Filling): Note that auto-fill-function is
578 buffer-local.
579 (Undo): Note that buffer-undo-list is buffer-local.
580
581 * windows.texi (Buffers and Windows): Document
582 buffer-display-count.
583
2a6bc1f7
RS
5842005-09-06 Richard M. Stallman <rms@gnu.org>
585
586 * tips.texi (Coding Conventions): Sometimes it is ok to put the
587 package prefix elsewhere than at the start of the name.
588
d7ea8b71
RS
5892005-09-03 Richard M. Stallman <rms@gnu.org>
590
591 * tips.texi (Programming Tips): Add conventions for minibuffer
592 questions and prompts.
593
0c6087a6
RS
5942005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
595
596 * intro.texi (nil and t): Minor cleanup.
597 Delete spurious mention of keyword symbols.
598 (Evaluation Notation): Add index entry.
599 (A Sample Function Description): Minor cleanup.
600 (A Sample Variable Description): Not all vars can be set.
601
4b5fa40e
TTN
6022005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
603
604 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
605
606 (Insertion): Document precise type of `insert-char' arg COUNT.
607
34b50776
SM
6082005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 * modes.texi (Other Font Lock Variables): Sync the default of
611 font-lock-lines-before.
612
c1105d05
MA
6132005-08-31 Michael Albinus <michael.albinus@gmx.de>
614
615 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
616
62929713
RS
6172005-08-29 Richard M. Stallman <rms@gnu.org>
618
619 * elisp.texi (Top): Update subnode menu.
620
621 * searching.texi (Searching and Matching): Move node.
622 Rearrange contents and add overall explanation.
623 (Searching and Case): Move node.
624 (Searching and Matching): Update menu.
625
0fb57cc0
EZ
6262005-08-27 Eli Zaretskii <eliz@gnu.org>
627
628 * os.texi (Startup Summary): Fix the description of the initial
629 startup message display.
630
3e80c4c1
RS
6312005-08-25 Richard M. Stallman <rms@gnu.org>
632
633 * searching.texi (Search and Replace): Add replace-regexp-in-string.
634
6352005-08-25 Emilio C. Lopes <eclig@gmx.net>
636
637 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
638 `next-overlay-change' example.
c1105d05 639
79a8defb
JL
6402005-08-22 Juri Linkov <juri@jurta.org>
641
642 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
643 Fix invert-face. Fix args of face-background.
644
16691d29
JL
645 * display.texi (Standard Faces): Delete node.
646 (Faces): Add xref to `(emacs)Standard Faces'.
647 (Displaying Faces): Fix xref to `Standard Faces'.
648
649 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
650
217b694f
EZ
6512005-08-20 Alan Mackenzie <acm@muc.de>
652
653 * buffers.texi (The Buffer List): Clarify the manipulation of the
654 buffer list.
655
0bf14bfd
RS
6562005-08-14 Richard M. Stallman <rms@gnu.org>
657
7ad1498e
AS
658 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
659 a regexp.
0bf14bfd 660
c118d09e
RS
6612005-08-11 Richard M. Stallman <rms@gnu.org>
662
59cb8c23
RS
663 * elisp.texi (Top): Update subnode lists.
664
665 * display.texi (Inverse Video): Node deleted.
666
c118d09e
RS
667 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
668 New nodes split out of Coding Conventions.
669
670 * searching.texi (Regular Expressions): Document re-builder.
671
672 * os.texi (Time Parsing): New node split out of Time Conversion.
673
674 * processes.texi (Misc Network, Network Feature Testing)
675 (Network Options, Make Network): New nodes split out of
676 Low-Level Network.
677
67ec7f41
RS
6782005-08-09 Richard M. Stallman <rms@gnu.org>
679
76d47f0d
RS
680 * frames.texi (Geometry): New node, split from Size and Position.
681 (Frame Parameters): Refer to Geometry.
682
67ec7f41 683 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 684
67ec7f41
RS
685 * windows.texi (Splitting Windows): Fix xref.
686
687 * frames.texi (Layout Parameters): Add xref.
688
689 * display.texi (Line Height, Scroll Bars): Fix xrefs.
690
691 * keymaps.texi (Menu Bar): Fix xref.
692
693 * locals.texi (Standard Buffer-Local Variables): Fix xref.
694
695 * modes.texi (%-Constructs): Fix xref.
696
697 * frames.texi (Window Frame Parameters): Node split up.
698 (Basic Parameters, Position Parameters, Size Parameters)
699 (Layout Parameters, Buffer Parameters, Management Parameters)
700 (Cursor Parameters, Color Parameters): New subnodes.
701
adb5e445
LT
7022005-08-09 Luc Teirlinck <teirllm@auburn.edu>
703
704 * positions.texi (Screen Lines): Update xref for previous change
705 in minibuf.texi.
706
707 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
708 change in minibuf.texi.
709
61298e17
RS
7102005-08-09 Richard M. Stallman <rms@gnu.org>
711
712 * tips.texi (Coding Conventions): Minor cleanup.
713
714 * modes.texi (Defining Minor Modes): Explain when init-value
715 can be non-nil.
716
717 * elisp.texi (Top): Update submenu for Minibuffer.
718
719 * minibuf.texi (Minibuffer Misc): Node split up.
720 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
721 (Recursive Mini): New nodes split out from Minibuffer Misc.
722 (Minibuffer Misc): Document max-mini-window-height.
723
724 * hash.texi (Defining Hash): Delete stray paren in example.
725
726 * display.texi (Echo Area Customization): Don't define
727 max-mini-window-height here; xref instead.
728
729 * commands.texi (Event Input Misc): Update while-no-input.
730
731 * advice.texi (Advising Functions): Explain when to use advice
732 and when to use a hook.
733
43e124e6
EZ
7342005-07-30 Eli Zaretskii <eliz@gnu.org>
735
736 * makefile.w32-in (info): Don't run install-info.
737 ($(infodir)/dir): New target, produced by running install-info.
738
653aea22
LT
7392005-07-27 Luc Teirlinck <teirllm@auburn.edu>
740
741 * modes.texi (Defining Minor Modes): The keyword for the initial
742 value is :init-value, not :initial-value.
743
ba6ebbd5
EZ
7442005-07-23 Eli Zaretskii <eliz@gnu.org>
745
746 * loading.texi (Autoload): Make the `doctor' example be consistent
747 with what's in current loaddefs.el. Describe the "fn" magic in
748 the usage portion of the doc string.
749
6696f2a4
RS
7502005-07-22 Richard M. Stallman <rms@gnu.org>
751
752 * internals.texi (Garbage Collection): Clarify previous change.
753
0c17e67c
SM
7542005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
755
756 * internals.texi (Garbage Collection): Add gc-cons-percentage.
757
426179e1
JL
7582005-07-18 Juri Linkov <juri@jurta.org>
759
760 * commands.texi (Accessing Events):
761 * frames.texi (Text Terminal Colors, Resources):
762 * markers.texi (The Mark):
763 * modes.texi (Defining Minor Modes):
764 Delete duplicate duplicate words.
765
9b0c2c56
RS
7662005-07-16 Richard M. Stallman <rms@gnu.org>
767
768 * display.texi (Managing Overlays): Clarify make-overlay
769 args for insertion types.
770
fd90b80c
LT
7712005-07-13 Luc Teirlinck <teirllm@auburn.edu>
772
0c17e67c
SM
773 * customize.texi (Variable Definitions):
774 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
775 `standard-value' is a list too.
776 (Defining New Types): Use @key{RET} instead of @key{ret}.
777
37aa90e5
TTN
7782005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
779
780 * os.texi (Translating Input): Fix typo.
781
917e0c95
RS
7822005-07-08 Richard M. Stallman <rms@gnu.org>
783
784 * README: Update edition number and size estimate.
785
786 * elisp.texi (VERSION): Set to 2.9.
787
7d90e71d
RS
7882005-07-07 Richard M. Stallman <rms@gnu.org>
789
c330dafe
RS
790 * book-spine.texinfo: Update Emacs version.
791
7d90e71d
RS
792 * display.texi (Inverse Video): Delete mode-line-inverse-video.
793
dc2204be
RS
7942005-07-06 Richard M. Stallman <rms@gnu.org>
795
796 * searching.texi (Regexp Search): Clarify what re-search-forward
797 does when the search fails.
798
a0ec7a4a
LK
7992005-07-05 Lute Kamstra <lute@gnu.org>
800
dc2204be 801 * Update FSF's address in GPL notices.
a0ec7a4a
LK
802
803 * doclicense.texi (GNU Free Documentation License):
804 * gpl.texi (GPL):
805 * tips.texi (Coding Conventions, Library Headers):
806 * vol1.texi:
807 * vol2.texi: Update FSF's address.
808
4af33176
RS
8092005-07-04 Richard M. Stallman <rms@gnu.org>
810
811 * hooks.texi (Standard Hooks): Add occur-hook.
812
b3ab615b
LT
8132005-07-03 Luc Teirlinck <teirllm@auburn.edu>
814
815 * display.texi (The Echo Area): Correct menu.
816
3d393029
RS
8172005-07-03 Richard M. Stallman <rms@gnu.org>
818
7fe48b75
RS
819 * elisp.texi (Top): Update subnode menu for Display.
820
821 * display.texi (Displaying Messages): New node, with most
822 of what was in The Echo Area.
823 (Progress): Moved under The Echo Area.
824 (Logging Messages): New node with new text.
825 (Echo Area Customization): New node, the rest of what was
826 in The Echo Area. Document message-truncate-lines with @defvar.
827 (Display): Update menu.
828
3d393029
RS
829 * windows.texi (Textual Scrolling): Doc 3 values for
830 scroll-preserve-screen-position.
831
832 * text.texi (Special Properties): Change hook functions
833 should bind inhibit-modification-hooks around altering buffer text.
834
835 * keymaps.texi (Key Binding Commands): Call binding BINDING
836 rather than DEFINITION.
837
b26860ad
JB
8382005-06-29 Juanma Barranquero <lekktu@gmail.com>
839
840 * variables.texi (Defining Variables): `user-variable-p' returns t
841 for aliases of user options, nil for alias loops.
842
025691ed
RS
8432005-06-28 Richard M. Stallman <rms@gnu.org>
844
845 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
846 make-keymap.
847
b61bfa4d
LT
8482005-06-27 Luc Teirlinck <teirllm@auburn.edu>
849
850 * variables.texi (Setting Variables): Correct and clarify
851 description of `add-to-ordered-list'.
852
24ee714d
RS
8532005-06-26 Richard M. Stallman <rms@gnu.org>
854
855 * display.texi (Faces): Minor cleanup.
856
33b79ce4
LT
8572005-06-25 Luc Teirlinck <teirllm@auburn.edu>
858
859 * display.texi (Faces): `facep' returns t for strings that are
860 face names.
861
df13531d
RS
8622005-06-25 Richard M. Stallman <rms@gnu.org>
863
864 * objects.texi (Equality Predicates): Clarify meaning of equal.
865
866 * windows.texi (Selecting Windows): save-selected-window
867 and with-selected-window save and restore the current buffer.
868
cf444441
RS
8692005-06-24 Richard M. Stallman <rms@gnu.org>
870
871 * numbers.texi (Float Basics): Explain how to test for NaN,
872 and printing the sign of NaNs.
873
6cdd056d
EZ
8742005-06-24 Eli Zaretskii <eliz@gnu.org>
875
876 * makefile.w32-in (MAKEINFO): Use --force.
877
b93e3c3b
RS
8782005-06-23 Richard M. Stallman <rms@gnu.org>
879
880 * display.texi (Face Functions): Correct Texinfo usage.
881
6fb276bd
LT
8822005-06-23 Luc Teirlinck <teirllm@auburn.edu>
883
884 * lists.texi (Rings): `ring-elements' now returns the elements of
885 RING in order.
886
1d1c7e75
JB
8872005-06-23 Juanma Barranquero <lekktu@gmail.com>
888
889 * markers.texi (The Mark): Texinfo usage fix.
890
9d12e52b
KS
8912005-06-23 Kim F. Storm <storm@cua.dk>
892
893 * searching.texi (Entire Match Data): Remove evaporate option for
894 match-data. Do not mention evaporate option for set-match-data.
895
6d44324c
GM
8962005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
897
898 * display.texi (Face Functions): Mention face aliases.
899
80df27a7
RS
9002005-06-21 Richard M. Stallman <rms@gnu.org>
901
902 * anti.texi (Antinews): Texinfo usage fix.
903
e121563b
KB
9042005-06-21 Karl Berry <karl@gnu.org>
905
9d7d543c
KB
906 * elisp.texi: Use @copying.
907
e121563b
KB
908 * elisp.texi: Put @summarycontents and @contents before the Top
909 node, instead of the end of the file, so that the contents appear
910 in the right place in the dvi/pdf output.
911
36a3b076
JL
9122005-06-21 Juri Linkov <juri@jurta.org>
913
914 * display.texi (Defining Faces): Add `customized-face'.
915
5c796e80
KS
9162005-06-20 Kim F. Storm <storm@cua.dk>
917
b7d1f38f
KS
918 * variables.texi (Setting Variables): Any type of element can be
919 given order in add-to-ordered-list. Compare elements with eq.
920
5c796e80
KS
921 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
922
fb056bef
KB
9232005-06-20 Karl Berry <karl@gnu.org>
924
925 * syntax.texi (Syntax Flags): Make last column very slightly wider
926 to avoid "generic comment" breaking on two lines and causing an
927 underfull box.
928
84398baa
LT
9292005-06-19 Luc Teirlinck <teirllm@auburn.edu>
930
931 * lists.texi (Rings): Various minor clarifications and corrections.
932
07ff1e4b
RS
9332005-06-18 Richard M. Stallman <rms@gnu.org>
934
935 * functions.texi (Obsolete Functions): Simplify.
936
937 * variables.texi (Variable Aliases): Simplify.
938
939 * anti.texi, backups.texi, compile.texi, customization.texi:
940 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
941 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
942 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
943 * variables.texi: Fix formatting ugliness.
944
945 * elisp.texi: Add links to Rings and Byte Packing.
946 Update version and copyright years.
947
948 * minibuf.texi: Fix formatting ugliness.
949 (Completion Commands): Move keymap vars to the end
950 and vars completing-read binds to the top.
951
3f7fab24
LT
9522005-06-17 Luc Teirlinck <teirllm@auburn.edu>
953
954 * processes.texi: Fix typos.
955 (Bindat Spec): Correct Texinfo error.
926c4c9b 956 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 957
f19b57e3
RS
9582005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
959
960 * lists.texi (Rings): New node.
961 (Lists): Add it to menu.
962
a80c5da7 963 * processes.texi (Byte Packing): New node.
f19b57e3
RS
964 (Processes): Add it to menu.
965
9662005-06-17 Richard M. Stallman <rms@gnu.org>
967
968 * syntax.texi (Parsing Expressions): Fix texinfo usage.
969
970 * help.texi (Documentation Basics): Explain the xref to
971 Documentation Tips.
972
973 * debugging.texi (Debugger Commands): Minor fix.
974
67c1390d
LT
9752005-06-16 Luc Teirlinck <teirllm@auburn.edu>
976
977 * edebug.texi (Instrumenting): Eliminate duplicate link.
978 (Specification List): Replace references to "below", referring to
979 a later node, with one @ref to that node.
980
981 * os.texi (Timers): Timers should save and restore the match data
982 if they change it.
983
984 * debugging.texi (Debugger Commands): Mention that the Lisp
985 debugger can not step through primitive functions.
986
51cd2a8c
JB
9872005-06-16 Juanma Barranquero <lekktu@gmail.com>
988
989 * functions.texi (Obsolete Functions): Update argument names of
990 `make-obsolete' and `define-obsolete-function-alias'.
991
992 * variables.texi (Variable Aliases): Update argument names of
993 `defvaralias', `make-obsolete-variable' and
994 `define-obsolete-variable-alias'.
995
f5e6ac4a
KS
9962005-06-15 Kim F. Storm <storm@cua.dk>
997
998 * searching.texi (Entire Match Data): Rephrase warnings about
999 evaporate arg to match-data and set-match-data.
1000
fe2a9972
LT
10012005-06-14 Luc Teirlinck <teirllm@auburn.edu>
1002
67774855
LT
1003 * elisp.texi (Top): Update detailed menu.
1004
fe2a9972
LT
1005 * edebug.texi (Edebug): Update menu.
1006 (Instrumenting): Update xrefs.
1007 (Edebug Execution Modes): Correct xref.
1008 (Jumping): Clarify description of `h' command.
1009 Eliminate redundant @ref.
1010 (Breaks): New node.
1011 (Breakpoints): is now a subsubsection.
1012 (Global Break Condition): Mention `C-x X X'.
1013 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
1014 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
1015 (Edebug Display Update): Correct pxref.
1016 (Edebug and Macros): New node.
1017 (Instrumenting Macro Calls): Is now a subsubsection.
1018 Neither arg of `def-edebug-spec' is evaluated.
1019 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
1020 (Specification Examples): Fix typo.
1021
b59f605b
LK
10222005-06-14 Lute Kamstra <lute@gnu.org>
1023
1024 * debugging.texi (Function Debugging): Primitives can break on
1025 entry too.
1026
a5c99dc9
KS
10272005-06-14 Kim F. Storm <storm@cua.dk>
1028
1029 * variables.texi (Setting Variables): Add add-to-ordered-list.
1030
f99ed2f8
SM
10312005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1032
1033 * syntax.texi (Parsing Expressions): Document aux functions and vars of
1034 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
1035
9d42ffaa
LK
10362005-06-13 Lute Kamstra <lute@gnu.org>
1037
1038 * text.texi (Special Properties): Fix cross reference.
1039
32cc0b00
LT
10402005-06-11 Luc Teirlinck <teirllm@auburn.edu>
1041
1042 * debugging.texi (Function Debugging): Delete mention of empty
1043 string argument to `cancel-debug-on-entry'. Delete inaccurate
1044 description of the return value of that command.
1045
98d1a1cf
EZ
10462005-06-11 Alan Mackenzie <acm@muc.de>
1047
1048 * text.texi (Adaptive Fill): Amplify the description of
1049 fill-context-prefix.
1050
4b53b8d7
LT
10512005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1052
84398baa 1053 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 1054
b5305167
SM
10552005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1056
1057 * syntax.texi (Parsing Expressions): Document syntax-ppss.
1058
9bd4c3ad
LT
10592005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1060
1061 * debugging.texi (Error Debugging): Minor rewording.
1062 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
1063 is optional.
1064
257914aa
LK
10652005-06-10 Lute Kamstra <lute@gnu.org>
1066
b5305167 1067 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
1068 (Top): Give it a title. Correct version number. Give the
1069 detailed node listing a more prominent header.
b5305167
SM
1070 * intro.texi: Don't set VERSION here a second time.
1071 Mention Emacs's version too.
257914aa
LK
1072 * anti.texi (Antinews): Use EMACSVER to refer to the current
1073 version of Emacs.
1074
b7aae902
KS
10752005-06-09 Kim F. Storm <storm@cua.dk>
1076
1077 * searching.texi (Entire Match Data): Explain new `reseat' argument to
1078 match-data and set-match-data.
1079
99598737
RS
10802005-06-08 Richard M. Stallman <rms@gnu.org>
1081
1082 * searching.texi (Entire Match Data): Clarify when match-data
1083 returns markers and when integers.
1084
1085 * display.texi (Defining Faces): Explain that face name should not
1086 end in `-face'.
1087
1088 * modes.texi (Mode Line Data): Minor cleanup.
1089 (Customizing Keywords): Node split out of Search-based Fontification.
1090 Add example of using font-lock-add-keywords from a hook.
1091 Clarify when MODE should be non-nil, and when nil.
1092
10932005-06-06 Richard M. Stallman <rms@gnu.org>
1094
1095 * modes.texi (Mode Line Data): Explain what happens when the car
1096 of a list is a void symbol.
1097 (Search-based Fontification): Explain MODE arg to
1098 font-lock-add-keywords and warn about calls from major modes.
1099
ecc8893a
JL
11002005-06-08 Juri Linkov <juri@jurta.org>
1101
1102 * display.texi (Standard Faces): Add `shadow' face.
1103
7fa9f4eb
LT
11042005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1105
1106 * modes.texi (Major Mode Conventions): A derived mode only needs
1107 to put the call to the parent mode inside `delay-mode-hooks'.
1108
bebcc4b1
RS
11092005-05-29 Richard M. Stallman <rms@gnu.org>
1110
c16b1394
RS
1111 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
1112 new, and what that implies. Clarify.
1113
1114 * files.texi (Locating Files): Clean up the text.
1115
bebcc4b1
RS
1116 * frames.texi (Window Frame Parameters): Document user-size.
1117 Shorten entry for top by referring to left.
1118
11192005-05-26 Richard M. Stallman <rms@gnu.org>
1120
1121 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
1122 is new, and what the implications are. Other clarifications.
1123
217797bc
RS
11242005-05-24 Richard M. Stallman <rms@gnu.org>
1125
1126 * frames.texi (Dialog Boxes): Minor fixes.
1127
3565fe07
MY
11282005-05-25 Masatake YAMATO <jet@gyve.org>
1129
1130 * display.texi (Standard Faces): Write about `mode-line-highlight'.
1131
817089df
LT
11322005-05-24 Luc Teirlinck <teirllm@auburn.edu>
1133
1134 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
1135 is optional.
1136
cb5db137
NR
11372005-05-24 Nick Roberts <nickrob@snap.net.nz>
1138
1139 * frames.texi (Dialog Boxes): Descibe new optional argument.
1140
3c8572f5
LK
11412005-05-23 Lute Kamstra <lute@gnu.org>
1142
1143 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
1144 syntax-begin-function over font-lock-beginning-of-syntax-function.
1145
2a4d7cb3
LT
11462005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1147
71f800cf
LT
1148 * minibuf.texi (Reading File Names): Update description of
1149 `read-directory-name'.
1150
2a4d7cb3
LT
1151 * modes.texi (Derived Modes): Clarify :group keyword.
1152
bb4afd09
EZ
11532005-05-21 Eli Zaretskii <eliz@gnu.org>
1154
b5305167
SM
1155 * files.texi (Locating Files): New subsection.
1156 Describe locate-file and executable-find.
bb4afd09 1157
a2c9aee6
EZ
11582005-05-21 Kevin Ryde <user42@zip.com.au>
1159
1160 * frames.texi (Initial Parameters): Update cross reference to
1161 "Emacs Invocation".
1162
6900105f
LT
11632005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1164
ca1b0914
LT
1165 * keymaps.texi (Active Keymaps): Add anchor.
1166
6900105f
LT
1167 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
1168 (Major Mode Conventions): Refer to `Auto Major Mode' in more
1169 appropriate place.
1170 (Derived Modes): Small clarifications.
b5305167
SM
1171 (Minor Mode Conventions, Keymaps and Minor Modes):
1172 Replace references to nodes with references to anchors.
6900105f
LT
1173 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
1174 Clarify description of lists whose first element is an integer.
1175 (Mode Line Variables): Add anchor.
1176 (%-Constructs): Clarify description of integer after %.
1177 (Emulating Mode Line): Describe nil value for FACE.
1178
54d06364
LT
11792005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1180
1181 * modes.texi (Derived Modes): Correct references to non-existing
1182 variable standard-syntax-table.
1183
f8d0b769
LK
11842005-05-17 Lute Kamstra <lute@gnu.org>
1185
1186 * modes.texi (Defining Minor Modes): Mention the mode hook.
1187
294c599c
KS
11882005-05-15 Kim F. Storm <storm@cua.dk>
1189
1190 * processes.texi (Network): Remove open-network-stream-nowait.
1191 (Network Servers): Remove open-network-stream-server.
1192
4214af69
LT
11932005-05-15 Luc Teirlinck <teirllm@auburn.edu>
1194
1195 * elisp.texi (Top): Update detailed menu.
1196
1197 * variables.texi: Reorder nodes.
1198 (Variables): Update menu.
1199 (File Local Variables): Do not refer to the `-*-' line as
1200 a "local variables list". Add pxref.
1201
302691ab
LT
12022005-05-14 Luc Teirlinck <teirllm@auburn.edu>
1203
56d4215a
LT
1204 * elisp.texi (Top): Update detailed menu for node changes.
1205
302691ab
LT
1206 * modes.texi (Modes): Update Menu.
1207 (Hooks): Move to beginning of chapter.
1208 Most minor modes run mode hooks too.
1209 `add-hook' can handle void hooks or hooks whose value is a single
1210 function.
1211 (Major Modes): Update Menu.
1212 (Major Mode Basics): New node, split off from `Major Modes'.
1213 (Major Mode Conventions): Correct xref. Explain how to handle
1214 auto-mode-alist if the major mode command has an autoload cookie.
1215 (Auto Major Mode): Major update. Add magic-mode-alist.
1216 (Derived Modes): Major update.
1217 (Mode Line Format): Update Menu.
1218 (Mode Line Basics): New node, split off from `Mode Line Format'.
1219
1220 * loading.texi (Autoload): Mention `autoload cookie' as synonym
1221 for `magic autoload comment'. Add index entries and anchor.
1222
d06ba294
RS
12232005-05-14 Richard M. Stallman <rms@gnu.org>
1224
1225 * tips.texi (Coding Conventions): Explain how important it is
1226 that just loading certain files not change Emacs behavior.
1227
1228 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
1229
405cb12a
LK
12302005-05-12 Lute Kamstra <lute@gnu.org>
1231
19958124
LK
1232 * modes.texi (Generic Modes): Update.
1233 (Major Modes): Refer to node "Generic Modes".
1234
405cb12a
LK
1235 * elisp.texi (Top): Update to the current structure of the manual.
1236 * processes.texi (Processes): Add menu description.
1237 * customize.texi (Customization): Add menu descriptions.
1238
f714dd1b
TTN
12392005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1240
cc9442f2
TTN
1241 * processes.texi (Signals to Processes)
1242 (Low-Level Network): Fix typos.
f714dd1b 1243
36ad23ec
LK
12442005-05-11 Lute Kamstra <lute@gnu.org>
1245
1246 * elisp.texi (Top): Add some nodes from the chapter "Major and
1247 Minor Modes" to the detailed node listing.
1248
d101bf56
RS
12492005-05-10 Richard M. Stallman <rms@gnu.org>
1250
1251 * keymaps.texi (Extended Menu Items): Menu item filter functions
1252 can be called at any time.
1253
698b0510
LT
12542005-05-08 Luc Teirlinck <teirllm@auburn.edu>
1255
1256 * variables.texi (File Local Variables): `(hack-local-variables t)'
1257 now also checks whether a mode is specified in the local variables
1258 list.
1259
2c6b25c7
EZ
12602005-05-05 Kevin Ryde <user42@zip.com.au>
1261
1262 * display.texi (The Echo Area): Correct format function cross
1263 reference.
1264
643b4cf5
LT
12652005-05-05 Luc Teirlinck <teirllm@auburn.edu>
1266
1267 * variables.texi (Variable Aliases): Change description of
1268 `define-obsolete-variable-alias'.
1269
1270 * functions.texi (Functions): Add "Obsolete Functions" to menu.
1271 (Defining Functions): Add xref.
1272 (Obsolete Functions): New node.
1273 (Function Safety): Standardize capitalization of section title.
1274
1275 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
1276 (Dialog Boxes): Complete description of `x-popup-dialog'.
1277
053bc8e4
RS
12782005-05-04 Richard M. Stallman <rms@gnu.org>
1279
1280 * commands.texi (Interactive Codes): Fix Texinfo usage.
1281 Document U more clearly.
1282
f6b1b15a
LT
12832005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1284
3b925015
LT
1285 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
1286 function and not a macro.
1287
f6b1b15a
LT
1288 * frames.texi (Pop-Up Menus): Correct and clarify description of
1289 `x-popup-menu'.
1290 (Dialog Boxes): Clarify description of `x-popup-dialog'.
1291
ebbfa918
RS
12922005-05-01 Richard M. Stallman <rms@gnu.org>
1293
1294 * edebug.texi (Checking Whether to Stop): Fix previous change.
1295
abe2f96e
LT
12962005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1297
d6028ef2
LT
1298 * display.texi: Fix typos and Texinfo usage.
1299
abe2f96e
LT
1300 * edebug.texi (Checking Whether to Stop): executing-macro ->
1301 executing-kbd-macro.
1302
b2cfb30b
RS
13032005-05-01 Richard M. Stallman <rms@gnu.org>
1304
1305 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
1306
7e995a23
RS
13072005-04-30 Richard M. Stallman <rms@gnu.org>
1308
1309 * files.texi (Magic File Names): Document `operations' property.
1310
57efa539
LK
13112005-04-29 Lute Kamstra <lute@gnu.org>
1312
1313 * modes.texi (Generic Modes): New node.
1314 (Major Modes): Add it to the menu.
1315 (Derived Modes): Add "derived mode" to concept index.
1316
0a20b1dc
LK
13172005-04-28 Lute Kamstra <lute@gnu.org>
1318
1319 * modes.texi (Defining Minor Modes): Fix previous change.
1320 (Font Lock Mode): Simplify.
1321 (Font Lock Basics): Say that font-lock-defaults is buffer-local
1322 when set and that some parts are optional. Add cross references.
1323 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
1324 Add cross references. Add font-lock-multiline to index.
1325 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 1326 Lock Variables". Document font-lock-add-keywords and
b5305167 1327 font-lock-remove-keywords.
0a20b1dc
LK
1328 (Other Font Lock Variables): Move font-lock-keywords-only,
1329 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
1330 and font-lock-syntactic-face-function to node "Syntactic Font
1331 Lock". Move font-lock-keywords-case-fold-search to node
1332 "Search-based Fontification". Document font-lock-inhibit-thing-lock
1333 and font-lock-{,un}fontify-{buffer,region}-function.
1334 (Precalculated Fontification): Remove reference to deleted variable
1335 font-lock-core-only.
1336 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
1337 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
1338 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
1339 and font-lock-syntactic-face-function here from node "Other Font
1340 Lock Variables". Move font-lock-syntactic-keywords to "Setting
1341 Syntax Properties". Add cross references.
b5305167
SM
1342 (Setting Syntax Properties): New node.
1343 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
1344 * syntax.texi (Syntax Properties): Add cross reference.
1345 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
1346
68a94f5a
RS
13472005-04-26 Richard M. Stallman <rms@gnu.org>
1348
1349 * display.texi (Defining Faces):
1350 Document `default' elements of defface spec.
1351
1352 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
1353
1354 * variables.texi (Variable Aliases): Clarify text.
1355
13562005-04-25 Chong Yidong <cyd@stupidchicken.com>
1357
1358 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
1359
7f48f143
LT
13602005-04-25 Luc Teirlinck <teirllm@auburn.edu>
1361
1362 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
1363
45d2f8e8
EZ
13642005-04-24 Eli Zaretskii <eliz@gnu.org>
1365
f3714ab2
EZ
1366 * syntax.texi (Syntax Table Internals): Elaborate documentation of
1367 syntax-after and syntax-class.
1368
45d2f8e8 1369 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
1370 (Unique File Names): Don't mention "numbers" in the documentation
1371 of make-temp-file and make-temp-name.
45d2f8e8 1372
469bc679
RS
13732005-04-23 Richard M. Stallman <rms@gnu.org>
1374
1375 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
1376
c9fa5dc9
RS
13772005-04-22 Nick Roberts <nickrob@snap.net.nz>
1378
1379 * windows.texi (Cyclic Window Ordering): Clarify window-list.
1380
230e1e80
NR
13812005-04-22 Nick Roberts <nickrob@snap.net.nz>
1382
1383 * variables.texi (Variable Aliases): Describe make-obsolete-variable
1384 and define-obsolete-variable-alias.
1385
1ba52906
KS
13862005-04-22 Kim F. Storm <storm@cua.dk>
1387
1388 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
1389 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
1390
9721d904
LK
13912005-04-21 Lute Kamstra <lute@gnu.org>
1392
1393 * lists.texi (Association Lists): Document rassq-delete-all.
1394
ed35c736
RS
13952005-04-19 Richard M. Stallman <rms@gnu.org>
1396
1397 * modes.texi (Search-based Fontification): Explain that
1398 facespec is an expression to be evaluated.
1399
42fc00a4
RS
14002005-04-19 Kevin Ryde <user42@zip.com.au>
1401
b5305167 1402 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
1403 * strings.texi (String Conversion): Fix xref.
1404
5827e9d4
KS
14052005-04-19 Kim F. Storm <storm@cua.dk>
1406
1407 * symbols.texi (Symbol Plists): Add safe-get.
1408 Mention that `get' may signal an error.
1409
47872da9
NR
14102005-04-18 Nick Roberts <nickrob@snap.net.nz>
1411
1412 * customize.texi (Variable Definitions): Replace tooltip-mode
1413 example with save-place.
1414
ec0cf966
RS
14152005-04-17 Richard M. Stallman <rms@gnu.org>
1416
1417 * buffers.texi (Indirect Buffers): Clarify.
1418
1419 * positions.texi (Positions): Clarify converting marker to integer.
1420
1421 * strings.texi (String Basics): Mention string-match; clarify.
1422
199bb209
LK
14232005-04-08 Lute Kamstra <lute@gnu.org>
1424
1425 * modes.texi (Search-based Fontification): Fix cross references.
1426 Use consistent terminology. Document anchored highlighting.
1427
bfa54668
LK
14282005-04-05 Lute Kamstra <lute@gnu.org>
1429
1430 * modes.texi (Defining Minor Modes): Document :group keyword
1431 argument and its default value.
1432
07e5fb9e
LK
14332005-04-03 Lute Kamstra <lute@gnu.org>
1434
1435 * hooks.texi (Standard Hooks): Add some hooks. Add cross
1436 references and/or descriptions. Delete major mode hooks; mention
1437 them as a category instead. Rename or delete obsolete hooks.
1438
aa945b59
RS
14392005-04-02 Richard M. Stallman <rms@gnu.org>
1440
1441 * nonascii.texi (Coding System Basics): Another wording cleanup.
1442
8b918214
RS
14432005-04-01 Richard M. Stallman <rms@gnu.org>
1444
1445 * nonascii.texi (Coding System Basics): Clarify previous change.
1446
41639988
KH
14472005-04-01 Kenichi Handa <handa@m17n.org>
1448
1449 * nonascii.texi (Coding System Basics): Describe about rondtrip
1450 identity of coding systems.
1451
8e669bbd
RS
14522005-03-29 Chong Yidong <cyd@stupidchicken.com>
1453
1454 * text.texi (Buffer Contents): Add filter-buffer-substring and
1455 buffer-substring-filters.
1456
f60a6f87
RS
14572005-03-26 Chong Yidong <cyd@stupidchicken.com>
1458
1459 * anti.texi (Antinews): Mention `G' interactive code.
1460
1461 * tips.texi (Compilation Tips): Mention benchmark.el.
1462
aaac1251
LT
14632005-03-27 Luc Teirlinck <teirllm@auburn.edu>
1464
1465 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
1466 is now bound to M-o M-o.
1467
1468 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
1469
45325173
GM
14702005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
1471
1472 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
1473 in the Emacs Manual).
1474 * Makefile.in (srcs): Remove calendar.texi.
1475 * makefile.w32-in (srcs): Remove calendar.texi.
1476 * display.texi (Display): Change name of next node.
1477 * os.texi (System In): Change name of previous node.
1478 * elisp.texi (Top): Remove Calendar references.
1479 * vol1.texi (Top): Remove Calendar references.
1480 * vol2.texi (Top): Remove Calendar references.
1481
85df292e
RS
14822005-03-25 Richard M. Stallman <rms@gnu.org>
1483
45325173 1484 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
1485 Cleanup previous change.
1486
14872005-03-25 Chong Yidong <cyd@stupidchicken.com>
1488
1489 * display.texi (Face Attributes): Faces earlier in an :inherit
1490 list take precedence.
1491 (Scroll Bars): Fix description of vertical-scroll-bars.
1492 Document frame-current-scroll-bars and window-current-scroll-bars.
1493
1494 * markers.texi (The Mark): Document temporary Transient Mark mode.
1495
b5305167
SM
1496 * minibuf.texi (Reading File Names):
1497 Document read-file-name-completion-ignore-case.
85df292e
RS
1498
1499 * positions.texi (Screen Lines): Document nil for width argument
1500 to compute-motion.
1501
1fe54d69
KS
15022005-03-23 Kim F. Storm <storm@cua.dk>
1503
1504 * display.texi (Standard Faces): Other faces used in the fringe
1505 implicitly inherits from the fringe face.
1506 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
1507 properties implicitly inherits from fringe face.
1508 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
1509
a775dff4
RS
15102005-03-20 Chong Yidong <cyd@stupidchicken.com>
1511
1512 * display.texi (Invisible Text): State default value of
1513 line-move-ignore-invisible.
1514 (Managing Overlays): Document remove-overlays.
1515 (Standard Faces): Document escape-glyph face.
1516
b5305167 1517 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 1518
b5305167
SM
1519 * modes.texi (Other Font Lock Variables):
1520 Document font-lock-lines-before.
a775dff4
RS
1521
1522 * positions.texi (Skipping Characters): skip-chars-forward allows
1523 character classes.
1524
077f7085
LK
15252005-03-18 Lute Kamstra <lute@gnu.org>
1526
1527 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
1528
d69ea7ab
RS
15292005-03-17 Richard M. Stallman <rms@gnu.org>
1530
c7bd5d57
RS
1531 * text.texi (Undo): Document extensible undo entries.
1532
d69ea7ab
RS
1533 * searching.texi (String Search, Regexp Search, Regexp Search):
1534 Cleanups.
1535
1536 * nonascii.texi (Character Codes): Minor fix.
1537
1538 * display.texi (Display Property): Explain the significance
1539 of having text properties that are eq.
1540 (Other Display Specs): Explain string as display spec.
1541
1542 * commands.texi (Interactive Codes): Document G option.
1543
15442005-03-17 Chong Yidong <cyd@stupidchicken.com>
1545
1546 * text.texi (Filling): Add sentence-end-without-period and
1547 sentence-end-without-space.
1548 (Changing Properties): Minor fix.
1549
1550 * anti.texi: Total rewrite.
1551
a7679889
LK
15522005-03-15 Lute Kamstra <lute@gnu.org>
1553
1554 * edebug.texi (Instrumenting Macro Calls): Fix typos.
1555
6eb8e247
KS
15562005-03-08 Kim F. Storm <storm@cua.dk>
1557
1558 * display.texi (Specified Space): Property :width is support on
1559 non-graphic terminals, :height is not.
1560
bfa8be14
RS
15612005-03-07 Richard M. Stallman <rms@gnu.org>
1562
1563 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
1564 Now subnodes of Fringes.
1565 (Overlay Arrow): Document overlay-arrow-variable-list.
1566 (Fringe Size/Pos): New node, broken out of Fringes.
1567 (Display): Explain clearing vs redisplay better.
1568 (Truncation): Clarify use of bitmaps.
1569 (The Echo Area): Clarify the uses of the echo area.
1570 Add max-mini-window-height.
1571 (Progress): Clarify.
1572 (Invisible Text): Explain that main loop moves point out.
1573 (Selective Display): Say "hidden", not "invisible".
b5305167 1574 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
1575 (Overlay Properties): Clarify intro.
1576 (Finding Overlays): Explain return values when nothing found.
1577 (Width): truncate-string-to-width has added arg.
1578 (Displaying Faces): Clarify and update mode line face handling.
1579 (Face Functions): Minor cleanup.
b5305167 1580 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
1581 (Pixel Specification, Other Display Specs): Minor cleanups.
1582 (Images, Image Descriptors): Minor cleanups.
1583 (GIF Images): Patents have expired.
1584 (Showing Images): Explain default text for insert-image.
b5305167 1585 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
1586 (Making Buttons): Explain return values.
1587 (Button Buffer Commands): Add xref.
1588 (Inverse Video): Update mode-line-inverse-video.
1589 (Display Table Format): Clarify.
1590 (Active Display Table): Give defaults for window-display-table.
1591
1592 * calendar.texi (Calendar Customizing): calendar-holiday-marker
1593 and calendar-today-marker are strings, not chars.
1594 (Holiday Customizing): Minor fix.
1595
bfa8be14
RS
1596 * internals.texi (Writing Emacs Primitives): Update `or' example.
1597 Update limit on # args of subr.
1598
1599 * edebug.texi (Using Edebug): Arrow is in fringe.
1600 (Instrumenting): Arg to eval-defun works without loading edebug.
1601 (Edebug Execution Modes): Add xref.
1602
1603 * customize.texi (Common Keywords): Clarify :require.
1604 Mention :version here.
1605 (Variable Definitions, Group Definitions): Not here.
1606 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
1607
d69ea7ab
RS
16082005-03-07 Chong Yidong <cyd@stupidchicken.com>
1609 * nonascii.texi (Text Representations): Clarify position-bytes.
1610 (Character Sets): Add list-charset-chars.
1611 (Scanning Charsets): Add charset-after.
1612 (Encoding and I/O): Minor fix.
1613
34398e6c
RS
16142005-03-06 Richard M. Stallman <rms@gnu.org>
1615
1616 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
1617 (Resizing Windows): Likewise.
1618
1619 * text.texi (Change Hooks): Get rid of "Emacs 21".
1620
1621 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
1622
1623 * streams.texi (Output Variables): Get rid of "Emacs 21".
1624
1625 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
1626
1627 * os.texi (Translating Input): Replace flow-control example
1628 with a less obsolete example that uses `keyboard-translate'.
1629
6eb8e247 1630 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 1631 Get rid of "Emacs 21".
6eb8e247 1632
34398e6c
RS
1633 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
1634 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
1635
1636 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
1637
1638 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
1639
1640 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
1641 (Menu Bar): Fix when menu-bar-update-hook is called.
1642
1643 * hash.texi (Hash Tables): Get rid of "Emacs 21".
1644
1645 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
1646 and make it read better.
1647
1648 * files.texi (Writing to Files): Get rid of "Emacs 21".
1649 (Unique File Names): Likewise.
1650
1651 * elisp.texi: Update Emacs version to 22.
1652
1653 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
1654 (Overlay Properties, Face Attributes): Likewise.
1655 (Managing Overlays): Fix punctuation.
1656 (Attribute Functions): Clarify set-face-font; get rid of
1657 info about old Emacs versions.
1658 (Auto Faces, Font Lookup, Display Property, Images):
1659 Get rid of "Emacs 21".
1660
1661 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
1662
d2178387
RS
16632005-03-05 Richard M. Stallman <rms@gnu.org>
1664
1665 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
1666
524352d6
LK
16672005-03-04 Lute Kamstra <lute@gnu.org>
1668
1669 * debugging.texi (Error Debugging): Document stack-trace-on-error.
1670
16712005-03-03 Lute Kamstra <lute@gnu.org>
1672
1673 * edebug.texi (Instrumenting Macro Calls): Fix typo.
1674
284f0680
LK
16752005-03-01 Lute Kamstra <lute@gnu.org>
1676
1677 * debugging.texi (Debugger Commands): Update `j'.
1678
a9ee5cac
LK
16792005-02-28 Lute Kamstra <lute@gnu.org>
1680
1681 * debugging.texi (Debugging): Fix typo.
1682 (Error Debugging): Document eval-expression-debug-on-error.
1683 (Function Debugging): Update example.
1684 (Using Debugger): Mention starred stack frames.
1685 (Debugger Commands): Document `j' and `l'.
1686 (Invoking the Debugger): `d' and `j' exit recursive edit too.
1687 Update the messages that the debugger displays.
1688 (Internals of Debugger): Add cross reference. Update example.
1689 (Excess Open): Minor improvement.
1690 (Excess Close): Minor improvement.
1691
378d0f8e
RS
16922005-02-26 Richard M. Stallman <rms@gnu.org>
1693
1694 * tips.texi (Coding Conventions): Clarify.
1695 Put all the major mode key reservations together.
1696 Mention the Mouse-1 => Mouse-2 conventions.
1697
1698 * syntax.texi (Syntax Class Table): Clarify.
1699 (Syntax Table Functions): syntax-after moved from here.
1700 (Syntax Table Internals): syntax-after moved to here.
1701 (Parsing Expressions): Update info on number of values
1702 and what's meaningful in the STATE argument.
1703 (Categories): Fix typo.
1704
1705 * sequences.texi (Arrays): Cleanup.
1706 (Char-Tables): Clarify.
1707
1708 * processes.texi (Deleting Processes): Cleanups, add xref.
1709 (Subprocess Creation): Explain nil in exec-path. Cleanup.
1710 (Process Information): set-process-coding-system, some args optional.
1711 (Input to Processes): Explain various types for PROCESS args.
1712 Rename them from PROCESS-NAME to PROCESS.
1713 (Signals to Processes): Likewise.
1714 (Decoding Output): Cleanup.
1715 (Query Before Exit): Clarify.
1716
1717 * os.texi (Startup Summary): Correct the options; add missing ones.
1718 (Terminal Output, Batch Mode): Clarify.
1719 (Flow Control): Node deleted.
1720
1721 * markers.texi (The Mark): Clarify.
1722
1723 * macros.texi (Expansion): Cleanup.
1724 (Indenting Macros): indent-spec allows ints, not floats.
1725
1726 * keymaps.texi (Keymaps): Clarify.
1727 (Format of Keymaps): Update lisp-mode-map example.
1728 (Active Keymaps, Key Lookup): Clarify.
1729 (Changing Key Bindings): Add xref to `kbd'.
1730 (Key Binding Commands, Simple Menu Items): Clarify.
1731 (Mouse Menus, Menu Bar): Clarify.
1732 (Menu Example): Replace print example with menu-bar-replace-menu.
1733
1734 * help.texi (Documentation Basics): Add function-documentation prop.
1735
1736 * elisp.texi (Top): Don't refer to Flow Control node.
1737
1738 * commands.texi (Command Overview): Improve xrefs.
1739 (Adjusting Point): Adjusting point applies to intangible and invis.
1740 (Key Sequence Input): Doc extra read-key-sequence args.
1741 Likewise for read-key-sequence-vector.
1742
1743 * backups.texi (Rename or Copy): Minor fix.
1744 (Numbered Backups): For version-control, say the default.
1745 (Auto-Saving): make-auto-save-file-name example is simplified.
1746
1747 * advice.texi (Advising Functions): Don't imply one part of Emacs
1748 should advise another part. Markup changes.
1749 (Defining Advice): Move transitional para.
1750 (Activation of Advice): Cleanup.
1751 Explain if COMPILE is nil or negative.
1752
1753 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
1754
2e20c83d
LK
17552005-02-24 Lute Kamstra <lute@gnu.org>
1756
1757 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
1758 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
1759
65c492fd
LK
17602005-02-23 Lute Kamstra <lute@gnu.org>
1761
b02c3eed
LK
1762 * modes.texi (Defining Minor Modes): define-minor-mode can be used
1763 to define global minor modes as well.
1764
65c492fd
LK
1765 * display.texi (Managing Overlays): overlay-buffer returns nil for
1766 deleted overlays.
1767
b686dd59
KS
17682005-02-22 Kim F. Storm <storm@cua.dk>
1769
1770 * minibuf.texi (Basic Completion): Allow symbols in addition to
1771 strings in try-completion and all-completions.
1772
23e8c095
LK
17732005-02-14 Lute Kamstra <lute@gnu.org>
1774
1775 * elisp.texi (Top): Remove reference to deleted node.
1776
1777 * lists.texi (Lists): Remove reference to deleted node.
1778 (Cons Cells): Fix typo.
1779
1780 * loading.texi (Where Defined): Fix typo.
1781
134948fc
RS
17822005-02-14 Richard M. Stallman <rms@gnu.org>
1783
1784 * variables.texi (Creating Buffer-Local): change-major-mode-hook
1785 is useful for discarding some minor modes.
1786
1787 * symbols.texi (Symbol Components): Reorder examples.
1788
1789 * streams.texi (Input Functions): State standard-input default.
1790 (Output Variables): State standard-output default.
1791
1792 * objects.texi (Printed Representation): Clarify read syntax vs print.
1793 (Floating Point Type): Explain meaning better.
1794 (Symbol Type): Explain uniqueness better.
1795 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
1796 List examples sooner.
1797 (Box Diagrams): New subnode broken out.
1798 Some examples moved from old Lists as Boxes node.
1799 (Dotted Pair Notation): Clarify intro.
1800 (Array Type): Clarify.
1801 (Type Predicates): Add hash-table-p.
1802
1803 * numbers.texi (Integer Basics): Clarify radix explanation.
1804 (Predicates on Numbers): Minor clarification.
1805 (Comparison of Numbers): Minor clarification. Clarify eql.
1806 Typos in min, max.
1807 (Math Functions): Clarify overflow in expt.
1808
1809 * minibuf.texi (Text from Minibuffer): Minor clarification.
1810 Mention arrow keys.
1811
1812 * loading.texi (Autoload): defun's doc string overrides autoload's
1813 doc string.
1814 (Repeated Loading): Modernize "add to list" examples.
1815 (Where Defined): Finish updating table of load-history elts.
1816
1817 * lists.texi (List-related Predicates): Minor wording improvement.
1818 (Lists as Boxes): Node deleted.
1819 (Building Lists): Explain trivial cases of number-sequence.
1820
1821 * hash.texi (Hash Tables): Add desc to menu items.
1822 (Creating Hash): Expain "full" means "make larger",
1823 (Hash Access): Any object can be a key.
1824 State value of maphash.
1825
1826 * functions.texi (What Is a Function): Wording cleanup.
1827 (Function Documentation): Minor cleanup.
1828 Explain purpose of calling convention at end of doc string.
1829 (Function Names): Wording cleanup.
1830 (Calling Functions): Wording cleanup.
1831 Explain better how funcall calls the function.
1832 (Function Cells): Delete example of saving and redefining function.
1833
1834 * control.texi (Combining Conditions): Wording cleanup.
1835 (Iteration): dolist and dotimes bind VAR locally.
1836 (Cleanups): Xref to Atomic Changes.
1837
1838 * compile.texi (Byte Compilation): Delete 19.29 info.
1839 (Compilation Functions): Macros' difficulties don't affect defsubst.
1840 (Docs and Compilation): Delete 19.29 info.
1841
44291460
RS
18422005-02-10 Richard M. Stallman <rms@gnu.org>
1843
1844 * objects.texi (Symbol Type): Minor correction.
1845
1f9ad95a
LK
18462005-02-06 Lute Kamstra <lute@gnu.org>
1847
1848 * modes.texi (Example Major Modes): Fix typos.
1849
ba2c991c
RS
18502005-02-06 Richard M. Stallman <rms@gnu.org>
1851
1852 * text.texi (Margins): fill-nobreak-predicate can be one function.
1853
1854 * strings.texi (Modifying Strings): clear-string can make unibyte.
1855 (Formatting Strings): format gives error if values missing.
1856
1857 * positions.texi (Character Motion): Mention default arg
1858 for forward-char. backward-char refers to forward-char.
1859 (Word Motion): Mention default arg for forward-word.
1860 (Buffer End Motion): Mention default arg for beginning-of-buffer.
1861 Simplify end-of-buffer.
1862 (Text Lines): Mention default arg for forward-line.
1863 (List Motion): Mention default arg for beginning/end-of-defun.
1864 (Skipping Characters): Minor fixes in explaining character-set.
1865
1866 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
1867 Mode inheritance applies only when default-major-mode is nil.
1868 Clarifications.
1869 (Example Major Modes): Update Text mode and Lisp mode examples.
1870 (Minor Mode Conventions): Mention define-minor-mode at top.
1871 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
1872 (Mode Line Format): Update mode line face display info.
1873 (Properties in Mode): Mention effect of risky vars.
1874 (Imenu): Define imenu-add-to-menubar.
1875 (Font Lock Mode): Add descriptions to menu lines.
1876 (Faces for Font Lock): Add font-lock-doc-face.
1877
9bf6d576
LK
18782005-02-05 Lute Kamstra <lute@gnu.org>
1879
1880 * text.texi (Maintaining Undo): Remove obsolete function.
1881
cb602754
EZ
18822005-02-05 Eli Zaretskii <eliz@gnu.org>
1883
1884 * frames.texi (Color Names): Add pointer to the X docs about RGB
1885 color specifications. Improve indexing
1886 (Text Terminal Colors): Replace the description of RGB values by
1887 an xref to "Color Names".
1888
4e07258f
RS
18892005-02-03 Richard M. Stallman <rms@gnu.org>
1890
1891 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
1892 Clarify.
1893 (Selecting Windows): Clarify save-selected-window.
1894 (Cyclic Window Ordering): Clarify walk-windows.
1895 (Window Point): Clarify.
1896 (Window Start): Add comment to example.
1897 (Resizing Windows): Add `interactive' specs in examples.
1898 Document fit-window-to-buffer.
1899
1900 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
1901 (Undo, Maintaining Undo): Clarify last change.
1902 (Sorting): In sort-numeric-fields, explain about octal and hex.
1903 Mention sort-numeric-base.
1904 (Format Properties): Add xref for hard newlines.
1905
1906 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
1907 (Pop-Up Menus): Fix typo.
1908 (Color Names): Explain all types of color names.
1909 Explain color-values on B&W terminal.
1910 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
1911
1912 * files.texi (File Locks): Not supported on MS systems.
1913 (Testing Accessibility): Clarify.
1914
1915 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
1916 (Coverage Testing): Fix typo.
1917
1918 * commands.texi (Misc Events): Remove stray space.
1919
1920 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
1921 (Modification Time): Clarify when visited-file-modtime returns 0.
1922 (The Buffer List): Clarify bury-buffer.
1923 (Killing Buffers): Clarify.
1924 (Indirect Buffers): Add clone-indirect-buffer.
1925
19262005-02-02 Matt Hodges <MPHodges@member.fsf.org>
1927
1928 * edebug.texi (Printing in Edebug): Fix default value of
1929 edebug-print-circle.
1930 (Coverage Testing): Fix displayed frequency count data.
1931
19322005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
1933
1934 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
1935
4e07258f 19362005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
1937
1938 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
1939
28d986b9
EZ
19402005-01-29 Eli Zaretskii <eliz@gnu.org>
1941
1942 * commands.texi (Misc Events): Describe the help-echo event.
1943
1944 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
1945 consistently in description of the help-echo property.
1946 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
1947
1948 * display.texi (Overlay Properties): Fix the index entry for
1949 help-echo overlay property.
1950
1951 * customize.texi (Type Keywords): Uncomment the xref to the
1952 help-echo property documentation.
1953
8f958b40
KS
19542005-01-23 Kim F. Storm <storm@cua.dk>
1955
1956 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
1957 return value. Third element FULLY replaced by PARTIAL which
1958 specifies number of invisible pixels if row is only partially visible.
1959 (Textual Scrolling): Mention auto-window-vscroll.
1960 (Vertical Scrolling): New defvar auto-window-vscroll.
1961
cd7e5dd6
LT
19622005-01-16 Luc Teirlinck <teirllm@auburn.edu>
1963
1964 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
1965 command remapping.
1966
6f771c32
RS
19672005-01-15 Richard M. Stallman <rms@gnu.org>
1968
1969 * display.texi (Defining Images): Mention DATA-P arg of create-image.
1970
6ac8a822
KS
19712005-01-14 Kim F. Storm <storm@cua.dk>
1972
88948d55
KS
1973 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
1974
6ac8a822
KS
1975 * text.texi (Links and Mouse-1): Fix string and vector item.
1976
20d6de82
RS
19772005-01-13 Richard M. Stallman <rms@gnu.org>
1978
1979 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
1980 descriptions of overriding-local-map and overriding-terminal-local-map.
1981
1982 * text.texi (Links and Mouse-1): Clarify text.
1983
f75a592e
KS
19842005-01-13 Kim F. Storm <storm@cua.dk>
1985
1986 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
1987
910f60b1
TTN
19882005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
1989
1990 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
1991
37181fc4
KS
19922005-01-12 Kim F. Storm <storm@cua.dk>
1993
1994 * text.texi (Links and Mouse-1): Rename section from Enabling
1995 Mouse-1 to Following Links. Change xrefs.
1996 Add examples for define-button-type and define-widget.
1997
1998 * display.texi (Button Properties, Button Buffer Commands):
1999 Clarify mouse-1 and follow-link functionality.
2000
28f94a34
RS
20012005-01-12 Richard M. Stallman <rms@gnu.org>
2002
2003 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
2004
2005 * display.texi (Beeping): Fix Texinfo usage.
2006
2007 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
2008
bac2d936
KS
20092005-01-11 Kim F. Storm <storm@cua.dk>
2010
2011 * display.texi (Button Properties, Button Buffer Commands):
93381d62 2012 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
2013
2014 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
2015 (Enabling Mouse-1 to Follow Links): New subsection.
2016
de968ddb
RS
20172005-01-06 Richard M. Stallman <rms@gnu.org>
2018
2019 * text.texi (Special Properties): Minor change.
2020
2021 * os.texi (Timers): Clarify previous change.
2022
2023 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
2024
a3a43b3b
LT
20252005-01-01 Luc Teirlinck <teirllm@auburn.edu>
2026
2027 * display.texi (Face Attributes): Correct xref to renamed node.
2028
732bb9ce
RS
20292005-01-01 Richard M. Stallman <rms@gnu.org>
2030
2031 * display.texi (Face Attributes): Describe hex color specs.
2032
c734ae59
RS
20332004-12-31 Richard M. Stallman <rms@gnu.org>
2034
2035 * os.texi (Timers): Update previous change.
2036
33b2f4ea
KS
20372004-12-30 Kim F. Storm <storm@cua.dk>
2038
2039 * display.texi (Line Height): Total line-height is now specified
2040 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
2041 in cons cells. (nil . RATIO) is relative to actual line height.
2042 Use line-height `t' instead of `0' to get minimum height.
2043
99ec74b9
RS
20442004-12-29 Richard M. Stallman <rms@gnu.org>
2045
2046 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
2047
eab463f6
RS
20482004-12-28 Richard M. Stallman <rms@gnu.org>
2049
2050 * commands.texi (Quitting): Clarify value of with-local-quit.
2051
2052 * elisp.texi (Top): Fix previous change.
2053
2054 * loading.texi (Loading): Fix previous change.
2055
ebbd14f1
RS
20562004-12-27 Richard M. Stallman <rms@gnu.org>
2057
4ae98fc5
RS
2058 * Makefile.in (MAKEINFO): Specify --force.
2059
8f430046
RS
2060 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
2061
56011a8c
RS
2062 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
2063
2064 * display.texi (Line Height): Further clarify.
2065
2066 * elisp.texi (Top): Update Loading submenu.
2067
ebbd14f1
RS
2068 * loading.texi (Where Defined): New node.
2069 (Unloading): load-history moved to Where Defined.
2070
fda2922a
RS
20712004-12-21 Richard M. Stallman <rms@gnu.org>
2072
2073 * commands.texi (Event Input Misc): Add while-no-input.
2074
9eb8959a
RS
20752004-12-11 Richard M. Stallman <rms@gnu.org>
2076
2077 * display.texi (Line Height): Rewrite text for clarity.
2078
adf87c29
KS
20792004-12-11 Kim F. Storm <storm@cua.dk>
2080
2081 * display.texi (Display): Add node "Line Height" to menu.
2082 (Line Height): New node. Move full description of line-spacing
2083 and line-height text properties here from text.texi.
2084 (Scroll Bars): Add vertical-scroll-bar variable.
2085
2086 * frames.texi (Window Frame Parameters): Remove line-height defvar.
2087
2088 * locals.texi (Standard Buffer-Local Variables): Fix xref for
2089 line-spacing and vertical-scroll-bar.
2090
2091 * text.texi (Special Properties): Just mention line-spacing and
2092 line-height here, add xref to new "Line Height" node.
2093
31e4729e
TTN
20942004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
2095
2096 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
2097
2098 * locals.texi (Standard Buffer-Local Variables):
2099 Add @xref for `line-spacing'.
2100
cc60c723
RS
21012004-12-05 Richard M. Stallman <rms@gnu.org>
2102
2103 * Makefile.in (maintainer-clean): Remove the info files
2104 in $(infodir) where they are created.
2105
f6101ac9
RS
21062004-12-03 Richard M. Stallman <rms@gnu.org>
2107
2108 * windows.texi (Selecting Windows): get-lru-window and
2109 get-largest-window don't consider dedicated windows.
2110
2111 * text.texi (Undo): Document undo-in-progress.
2112
94221759
RS
21132004-11-26 Richard M. Stallman <rms@gnu.org>
2114
2115 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
2116 Remove a few vars that are not always buffer-local.
2117
7092c5e8
LT
21182004-11-24 Luc Teirlinck <teirllm@auburn.edu>
2119
2120 * locals.texi (Standard Buffer-Local Variables): Comment out
2121 xref's to non-existent node `Yet to be written'.
2122
261b01c6
RS
21232004-11-24 Richard M. Stallman <rms@gnu.org>
2124
2125 * processes.texi (Synchronous Processes): Grammar fix.
2126
2127 * numbers.texi (Comparison of Numbers): Add eql.
2128
2129 * locals.texi (Standard Buffer-Local Variables): Add many vars.
2130
2131 * intro.texi (Printing Notation): Fix previous change.
2132
2133 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
2134 and default-indicate-buffer-boundaries from here.
2135 (Usual Display): To here.
2136 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
2137 (Usual Display): Move tab-width up.
2138
2139 * customize.texi (Variable Definitions): Replace
2140 show-paren-mode example with tooltip-mode.
7092c5e8 2141 (Simple Types, Composite Types, Defining New Types):
261b01c6 2142 Minor cleanups.
7092c5e8 2143
c1aa4864
JH
21442004-11-21 Jesper Harder <harder@ifa.au.dk>
2145
2146 * processes.texi (Synchronous Processes, Output from Processes):
2147 Markup fix.
2148
dedbac89
RS
21492004-11-20 Richard M. Stallman <rms@gnu.org>
2150
07c8c65a
RS
2151 * positions.texi (Skipping Characters): skip-chars-forward
2152 now handles char classes.
2153
8f40a868
RS
2154 * intro.texi (Printing Notation): Avoid confusion of `print'
2155 when explaining @print.
2156
2157 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
2158
2159 * display.texi (Display Table Format): Minor fix.
2160
2161 * streams.texi (Output Functions): Fix print example.
2162
fd6866c8
RS
2163 * Makefile.in (elisp): New target.
2164 (dist): Depend on $(infodir)/elisp, not elisp.
2165 Copy the info files from $(infodir).
2166
9d00469f
RS
2167 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
2168 read-from-minibuffer.
2169
dedbac89
RS
2170 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
2171
6de891db
RS
21722004-11-19 Richard M. Stallman <rms@gnu.org>
2173
2174 * searching.texi (Regexp Search): Add search-whitespace-regexp.
2175
e1c1c5a7
TTN
21762004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
2177
2178 * tips.texi (Coding Conventions): Fix typo.
2179
ee31cd78
RS
21802004-11-16 Richard M. Stallman <rms@gnu.org>
2181
2182 * tips.texi (Coding Conventions): Separate defvar and require
2183 methods to avoid warnings. Use require only when there are many
2184 functions and variables from that package.
2185
2186 * minibuf.texi (Minibuffer Completion): When ignoring case,
2187 predicate must not be case-sensitive.
2188
2189 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
2190 (Test Coverage): Don't talk about "splotches". Clarified.
2191
4bd38e94
TTN
21922004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
2193
2194 * frames.texi (Window Frame Parameters): Fix typo.
2195
6d073ae1
KS
21962004-11-15 Kim F. Storm <storm@cua.dk>
2197
9f89426b
KS
2198 * symbols.texi (Other Plists): Note that plist-get may signal error.
2199 Add safe-plist-get.
6d073ae1 2200
10980463
TTN
22012004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
2202
2203 * modes.texi (Font Lock Basics): Fix typo.
2204
1efc19eb
RS
22052004-11-08 Richard M. Stallman <rms@gnu.org>
2206
2207 * syntax.texi (Syntax Table Functions): Add syntax-after.
2208
6159c232
EZ
22092004-11-06 Lars Brinkhoff <lars@nocrew.org>
2210
2211 * os.texi (Processor Run Time): New section documenting
2212 get-internal-run-time.
2213
59dede22
EZ
22142004-11-06 Eli Zaretskii <eliz@gnu.org>
2215
2216 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
2217 it nukes elisp-cover.texi.
2218 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
2219 elisp-0 etc.
2220
4cc8522c
LT
22212004-11-05 Luc Teirlinck <teirllm@auburn.edu>
2222
2223 * commands.texi (Keyboard Macros): Document `append' return value
2224 of `defining-kbd-macro'.
2225
2d1ef312
RS
22262004-11-01 Richard M. Stallman <rms@gnu.org>
2227
2228 * commands.texi (Interactive Call): Add called-interactively-p.
2229
6f4e005d
SJ
22302004-10-29 Simon Josefsson <jas@extundo.com>
2231
2232 * minibuf.texi (Reading a Password): Revert.
2233
4f71c13f
RS
22342004-10-28 Richard M. Stallman <rms@gnu.org>
2235
2236 * frames.texi (Display Feature Testing): Explain about "vendor".
2237
4660a9e3
RS
22382004-10-27 Richard M. Stallman <rms@gnu.org>
2239
2240 * commands.texi (Interactive Codes): `N' uses numeric prefix,
2241 not raw. Clarify `n'.
2242 (Interactive Call): Rewrite interactive-p, focusing on when
2243 and how to use it.
2244 (Misc Events): Clarify previous change.
2245
2246 * advice.texi (Simple Advice): Clarify what job the example does.
2247 (Around-Advice): Clarify ad-do-it.
2248 (Activation of Advice): An option of ad-default-compilation-action
2249 is `never', not `nil'.
2250
c8636435
KS
22512004-10-26 Kim F. Storm <storm@cua.dk>
2252
2253 * commands.texi (Interactive Codes): Add U code letter.
2254
acd4089b
SJ
22552004-10-25 Simon Josefsson <jas@extundo.com>
2256
2257 * minibuf.texi (Reading a Password): Add.
2258
29dc7809
JR
22592004-10-24 Jason Rumney <jasonr@gnu.org>
2260
2261 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
2262 and wheel-down.
2263
bb5d6d34
KG
22642004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
2265
2266 * processes.texi (Synchronous Processes): Document process-file.
2267
d0ee2ed3
KH
22682004-10-22 Kenichi Handa <handa@m17n.org>
2269
2270 * text.texi (translate-region): Document that it accepts also a
2271 char-table.
2272
38be9dbb
DP
22732004-10-22 David Ponce <david@dponce.com>
2274
2275 * windows.texi (Resizing Windows): Document the `preserve-before'
2276 argument of the functions `enlarge-window' and `shrink-window'.
2277
63c80452
JR
22782004-10-19 Jason Rumney <jasonr@gnu.org>
2279
2280 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
2281
9f4b6e73
LT
22822004-10-09 Luc Teirlinck <teirllm@auburn.edu>
2283
2284 * text.texi (Filling): Add anchor for definition of
2285 `sentence-end-double-space'.
2286
2287 * searching.texi (Regexp Example): Update description of how
2288 Emacs currently recognizes the end of a sentence.
2289 (Standard Regexps): Update definition of the variable
2290 `sentence-end'. Add definition of the function `sentence-end'.
2291
657f0f9c
EZ
22922004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
2293
2294 * display.texi (Progress): New node.
2295
35ab4857
KS
22962004-10-05 Kim F. Storm <storm@cua.dk>
2297
2298 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
2299
f2a54fbc
KS
23002004-09-29 Kim F. Storm <storm@cua.dk>
2301
2302 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
2303 to identify bitmaps. Remove -fringe-bitmap suffix for standard
2304 fringe bitmap symbols, as they now have their own namespace.
2305 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
2306 vs. pixels. Signal error if no free bitmap slots.
2307 (Pixel Specification): Change IMAGE to @var{image}.
2308
4676d6f3
RS
23092004-09-28 Richard M. Stallman <rms@gnu.org>
2310
2311 * text.texi (Special Properties): Clarify line-spacing and line-height.
2312
2313 * searching.texi (Regexp Search): Add looking-back.
2314
17234906
LT
23152004-09-25 Luc Teirlinck <teirllm@auburn.edu>
2316
2317 * display.texi: Correct typos.
2318 (Image Descriptors): Correct xref's.
2319
4de43c8b
RS
23202004-09-25 Richard M. Stallman <rms@gnu.org>
2321
2322 * text.texi (Special Properties): Cleanups in `cursor'.
2323 Rewrites in `line-height' and `line-spacing'; exchange them.
2324
2325 * display.texi (Fringes): Rewrite previous change.
2326 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
2327 (Display Fringe Bitmaps): Node deleted, text moved.
2328 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
2329 (Scroll Bars): Clarify set-window-scroll-bars.
2330 (Pointer Shape): Rewrite.
2331 (Specified Space): Clarify :align-to, etc.
2332 (Pixel Specification): Use @var. Clarify new text.
2333 (Other Display Specs): Clarify `slice'.
2334 (Image Descriptors): Cleanups.
2335 (Showing Images): Cleanups.
2336
a3ee0299
LT
23372004-09-24 Luc Teirlinck <teirllm@auburn.edu>
2338
e88ebce6
LT
2339 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
2340
a3ee0299
LT
2341 * modes.texi: Various minor changes in addition to:
2342 (Major Mode Conventions): Final call to `run-mode-hooks' should
2343 not be inside the `delay-mode-hooks' form.
2344 (Mode Hooks): New node.
2345 (Hooks): Delete obsolete example.
2346 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
2347 node "Mode Hooks".
2348
6db2bc02
LT
23492004-09-22 Luc Teirlinck <teirllm@auburn.edu>
2350
2351 * display.texi: Correct various typos.
2352 (Display): Rename node "Pointer Shapes" to "Pointer
2353 Shape". (There is already a node called "Pointer Shapes" in
2354 frames.texi.)
2355 (Images): Remove non-existent node "Image Slices" from menu.
2356
ed2846bd
KS
23572004-09-23 Kim F. Storm <storm@cua.dk>
2358
2359 * text.texi (Special Properties): Add `cursor', `pointer',
2360 `line-height', and `line-spacing' properties.
2361
2362 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
2363 Shapes' to menu.
2364 (Standard Faces): Doc fix for fringe face.
2365 (Fringes): Add `overflow-newline-into-fringe' and
2366 'indicate-buffer-boundaries'.
2367 (Fringe Bitmaps, Pointer Shapes): New nodes.
2368 (Display Property): Add 'Pixel Specification' and 'Display Fringe
2369 Bitmaps' to menu.
2370 (Specified Space): Describe pixel width and height.
2371 (Pixel Specification): New node.
2372 (Other Display Specs): Add `slice' property.
2373 (Display Fringe Bitmaps): New node.
2374 (Images): Add 'Image Slices' to menu.
2375 (Image Descriptors): Add `:pointer' and `:map' properties.
2376 (Showing Images): Add slice arg to `insert-image'. Add
2377 'insert-sliced-image'.
2378
4d894c98
RS
23792004-09-20 Richard M. Stallman <rms@gnu.org>
2380
2381 * commands.texi (Key Sequence Input):
2382 Clarify downcasing in read-key-sequence.
2383
7e388eb7
JL
23842004-09-08 Juri Linkov <juri@jurta.org>
2385
2386 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
2387
a020987f
LT
23882004-09-07 Luc Teirlinck <teirllm@auburn.edu>
2389
2390 * locals.texi (Standard Buffer-Local Variables): Add
2391 `buffer-auto-save-file-format'.
2392 * internals.texi (Buffer Internals): Describe new
2393 auto_save_file_format field of the buffer structure.
2394 * files.texi (Format Conversion): `auto-save-file-format' has been
2395 renamed `buffer-auto-save-file-format'.
2396
2b96f80c
LT
23972004-08-27 Luc Teirlinck <teirllm@auburn.edu>
2398
2399 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
2400 an integer or a marker.
2401 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
2402
2ee3b79e
RS
24032004-08-22 Richard M. Stallman <rms@gnu.org>
2404
2405 * modes.texi (Major Mode Conventions): Discuss rebinding of
2406 standard key bindings.
2407
c438dc33
KS
24082004-08-18 Kim F. Storm <storm@cua.dk>
2409
2410 * processes.texi (Accepting Output): Add `just-this-one' arg to
2411 `accept-process-output'.
101c421e 2412 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 2413
db8af011
LT
24142004-08-10 Luc Teirlinck <teirllm@auburn.edu>
2415
2416 * keymaps.texi: Various changes in addition to:
2417 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
2418 Give more varied examples for `kbd'.
2419 (Creating Keymaps): Char tables have slots for all characters
2420 without modifiers.
2421 (Active Keymaps): `overriding-local-map' and
2422 `overriding-terminal-local-map' also override text property and
2423 overlay keymaps.
2424 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
2425 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
2426 to denote a prefix of no events.
2427 `map-keymap' includes parent's bindings _recursively_.
2428 Clarify and correct description of `where-is-internal'.
2429 Mention BUFFER-OR-NAME arg to `describe-bindings'.
2430 (Menu Example): For menus intended for use with the keyboard, the
2431 menu items should be bound to characters or real function keys.
2432
de700726
LT
24332004-08-08 Luc Teirlinck <teirllm@auburn.edu>
2434
30e75a87
LT
2435 * objects.texi (Character Type): Reposition `@anchor' to prevent
2436 double space inside sentence in Info.
2437
de700726
LT
2438 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
2439 renamed to `disabled-command-function'.
7c5b95c9 2440 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
2441 (Command Loop Info): Replace reference to it.
2442 (Disabling Commands): `disabled-command-hook' has been renamed to
2443 `disabled-command-function'.
2444
81909a1a
LT
24452004-08-07 Luc Teirlinck <teirllm@auburn.edu>
2446
2447 * os.texi (Translating Input): Only non-prefix bindings in
2448 `key-translation-map' override actual key bindings. Warn about
2449 possible indirect effect of actual key bindings on non-prefix
2450 bindings in `key-translation-map'.
2451
5504e99c
LT
24522004-08-06 Luc Teirlinck <teirllm@auburn.edu>
2453
2454 * minibuf.texi (High-Level Completion): Add anchor for definition
2455 of `read-variable'.
2456
2457 * commands.texi: Various changes in addition to:
2458 (Using Interactive): Clarify description of `interactive-form'.
2459 (Interactive Call): Mention default for KEYS argument to
2460 `call-interactively'.
2461 (Command Loop Info): Clarify description of `this-command-keys'.
2462 Mention KEEP-RECORD argument to `clear-this-command-keys'.
2463 Value of `last-event-frame' can be `macro'.
2464 (Repeat Events): `double-click-fuzz' is also used to distinguish
2465 clicks and drags.
2466 (Classifying Events): Clarify descriptions of `event-modifiers'
2467 `event-basic-type' and `event-convert-list'.
2468 (Accessing Events): `posn-timestamp' takes POSITION argument.
2469 (Quoted Character Input): Clarify description of
2470 `read-quoted-char' and fix example.
2471 (Quitting): Add `with-local-quit'.
2472 (Disabling Commands): Correct and clarify descriptions of
2473 `enable-command' and `disable-command'.
2474 Mention what happens if `disabled-command-hook' is nil.
2475 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
2476 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
2477
f478a72a
LT
24782004-07-24 Luc Teirlinck <teirllm@auburn.edu>
2479
2480 * frames.texi: Various changes in addition to:
2481 (Creating Frames): Expand and clarify description of `make-frame'.
2482 (Window Frame Parameters): Either none or both of the `icon-left'
2483 and `icon-top' parameters must be specified. Put descriptions of
2484 `menu-bar-lines' and `toolbar-lines' closer together and change
2485 them accordingly.
2486 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
2487 except while processing `frame-title-format' or `icon-title-format'.
2488 (Deleting Frames): Correct description of `delete-frame'.
2489 Non-nil return values of `frame-live-p' are like those of `framep'.
2490 (Frames and Windows): mention return value of
2491 `set-frame-selected-window'.
2492 (Visibility of Frames): Mention `force' argument to
2493 `make-frame-invisible'. `frame-visible-p' returns t for all
2494 frames on text-only terminals.
2495 (Frame Configurations): Restoring a frame configuration does not
2496 restore deleted frames.
2497 (Window System Selections): `x-set-selection' returns DATA.
2498 (Resources): Add example.
2499 (Display Feature Testing): Clarify descriptions of
2500 `display-pixel-height', `display-pixel-width', `x-server-version'
2501 and `x-server-vendor'.
2502
2503 * windows.texi (Choosing Window): Add anchor.
2504 * minibuf.texi (Minibuffer Misc): Add anchor.
2505
bc135062
JPW
25062004-07-23 John Paul Wallington <jpw@gnu.org>
2507
2508 * macros.texi (Defining Macros): Declaration keyword for setting
2509 Edebug spec is `debug' not `edebug'.
2510
cb7516e5
LT
25112004-07-19 Luc Teirlinck <teirllm@auburn.edu>
2512
2513 * windows.texi: Various small changes in addition to:
2514 (Window Point): Mention return value of `set-window-point'.
2515 (Window Start): `pos-visible-in-window-p' disregards horizontal
2516 scrolling. Explain return value if PARTIALLY is non-nil.
2517 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
2518 and `set-window-vscroll'.
2519 (Size of Window): The argument WINDOW to `window-inside-edges',
2520 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
2521 (Resizing Windows): Explain return value of
2522 `shrink-window-if-larger-than-buffer'.
2523 `window-size-fixed' automatically becomes buffer local when set.
2524 (Window Configurations): Explain return value of
2525 `set-window-configuration'.
2526
2527 * minibuf.texi (Minibuffer Misc): Add anchor for
2528 `minibuffer-scroll-window'.
2529
2530 * positions.texi (Text Lines): Add anchor for `count-lines'.
2531
3751eb00
RS
25322004-07-17 Richard M. Stallman <rms@gnu.org>
2533
2534 * display.texi (Overlay Properties): Adding `evaporate' prop
2535 deletes empty overlay immediately.
2536
2537 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
2538 fix example.
2539
9a7e97c6
LT
25402004-07-16 Jim Blandy <jimb@redhat.com>
2541
2542 * searching.texi (Regexp Backslash): Document new \_< and \_>
2543 operators.
2544
aa0e4da8
JB
25452004-07-16 Juanma Barranquero <lektu@terra.es>
2546
2547 * display.texi (Images): Fix Texinfo usage.
2548
cbbfedb2
LT
25492004-07-14 Luc Teirlinck <teirllm@auburn.edu>
2550
2551 * buffers.texi (Modification Time): `visited-file-modtime' now
2552 returns a list of two integers, instead of a cons.
2553
3a052bd3
LT
25542004-07-13 Luc Teirlinck <teirllm@auburn.edu>
2555
2556 * windows.texi: Various changes in addition to:
2557 (Splitting Windows): Add `split-window-keep-point'.
2558
02c04e6f
RS
25592004-07-09 Richard M. Stallman <rms@gnu.org>
2560
2561 * frames.texi (Input Focus): Minor fix.
2562
cb4f1287
LT
25632004-07-07 Luc Teirlinck <teirllm@auburn.edu>
2564
2565 * frames.texi (Input Focus): Clarify descriptions of
2566 `select-frame-set-input-focus' and `select-frame'.
2567
339902ec
LT
25682004-07-06 Luc Teirlinck <teirllm@auburn.edu>
2569
2570 * os.texi: Various small changes in addition to:
2571 (Killing Emacs): Expand and clarify description of
2572 `kill-emacs-query-functions' and `kill-emacs-hook'.
2573 (System Environment): Expand and clarify description of `getenv'
2574 and `setenv'.
2575 (Timers): Clarify description of `run-at-time'.
2576 (Translating Input): Correct description of
2577 `extra-keyboard-modifiers'.
2578 (Flow Control): Correct description of `enable-flow-control'.
2579
fe3b7e35
TTN
25802004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
2581
2582 * os.texi: Update copyright.
2583 (Session Management): Grammar fix.
2584 Clarify which Emacs does the restarting.
2585 Use @samp for *scratch* buffer.
2586
59db7d6e
LT
25872004-07-04 Alan Mackenzie <acm@muc.de>
2588
2589 * frames.texi (Input Focus): Add documentation for
2590 `select-frame-set-input-focus'. Replace refs to non-existent
2591 `switch-frame' with `select-frame'. Minor corrections and tidying
2592 up of text-only terminal stuff.
2593
e3ccf404
RS
25942004-07-02 Richard M. Stallman <rms@gnu.org>
2595
2596 * files.texi (Saving Buffers): Cleanup write-contents-function.
2597 (Magic File Names): Cleanup file-remote-p.
2598
8addb6eb
KG
25992004-07-02 Kai Grossjohann <kai@emptydomain.de>
2600
2601 * files.texi (Magic File Names): `file-remote-p' returns an
2602 identifier of the remote system, not just t.
2603
7a58d84d
DK
26042004-07-02 David Kastrup <dak@gnu.org>
2605
2606 * searching.texi (Entire Match Data): Add explanation about new
2607 match-data behavior when @var{integers} is non-nil.
2608
d8c379f8
RS
26092004-06-24 Richard M. Stallman <rms@gnu.org>
2610
b4a4b0ae
RS
2611 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
2612
d8c379f8
RS
2613 * customize.texi (Variable Definitions): Note about doc strings
2614 and :set.
2615
2616 * keymaps.texi (Keymap Terminology): Document `kbd'.
2617 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
2618
2619 * display.texi (Invisible Text): Setting buffer-invisibility-spec
2620 makes it buffer-local.
2621
2622 * files.texi (Saving Buffers): Correct previous change.
2623
2624 * commands.texi (Accessing Events):
2625 Clarify posn-col-row and posn-actual-col-row.
2626
26272004-06-24 David Ponce <david.ponce@wanadoo.fr>
2628
2629 * commands.texi (Accessing Events): New functions
2630 posn-at-point and posn-at-x-y. Add example to posn-x-y.
2631
dce417e7
LT
26322004-06-23 Luc Teirlinck <teirllm@auburn.edu>
2633
2634 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
2635 * frames.texi, buffers.texi, backups.texi, variables.texi:
2636 * loading.texi, eval.texi, functions.texi, control.texi:
2637 * symbols.texi, minibuf.texi: Reposition @anchor's.
2638
2639 * help.texi: Various small changes in addition to the following.
2640 (Describing Characters): Describe PREFIX argument to
2641 `key-description'. Correct and clarify definition of
2642 `text-char-description'. Describe NEED-VECTOR argument to
2643 `read-kbd-macro'.
2644 (Help Functions): Clarify definition of `apropos'.
2645
255d07dc
LH
26462004-06-23 Lars Hansen <larsh@math.ku.dk>
2647
2648 * files.texi (Saving Buffers): Correct description of
2649 `write-contents-functions'.
2650
4e9691e9
JB
26512004-06-21 Juanma Barranquero <lektu@terra.es>
2652
2653 * display.texi (Images): Remove redundant @vindex directives.
2654 Rewrite `image-library-alist' doc in active voice.
2655
1ebd4f78
JB
26562004-06-14 Juanma Barranquero <lektu@terra.es>
2657
2658 * display.texi (Images): Document new delayed library loading,
2659 variable `image-library-alist' and (existing but undocumented)
2660 function `image-type-available-p'.
2661
ddfb8369
RS
26622004-06-05 Richard M. Stallman <rms@gnu.org>
2663
2664 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
2665 refer the user to the Initial Input node.
2666 (Text from Minibuffer): Likewise.
2667 (Initial Input): New node. Document this feature
2668 and say it is mostly deprecated.
2669
18684a3a
RS
26702004-05-30 Richard M. Stallman <rms@gnu.org>
2671
7a61e456
RS
2672 * loading.texi (Named Features): Clarify return value
2673 and meaning of NOERROR.
2674
18684a3a
RS
2675 * variables.texi (File Local Variables): Minor cleanup.
2676
c8364415
MA
26772004-05-30 Michael Albinus <michael.albinus@gmx.de>
2678
2679 * files.texi (Magic File Names): Add `file-remote-p' as operation
2680 of file name handlers.
2681
08fd1251
RS
26822004-05-29 Richard M. Stallman <rms@gnu.org>
2683
2684 * modes.texi (Minor Mode Conventions): (-) has no special meaning
2685 as arg to a minor mode command.
2686
71d5a208
RS
26872004-05-22 Richard M. Stallman <rms@gnu.org>
2688
2689 * syntax.texi (Syntax Class Table): Word syntax not just for English.
2690
2691 * streams.texi (Output Variables): Doc float-output-format.
2692
2693 * searching.texi (Regexp Special): Nested repetition can be infloop.
2694
2695 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
2696 real stack overflow.
2697
2698 * compile.texi: Minor cleanups.
2699
27002004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
2701
2702 * lists.texi (Cons Cells): Explain dotted lists, true lists,
2703 circular lists.
2704 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 2705
022cb162
TTN
27062004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
2707
2708 * modes.texi (Search-based Fontification): Fix typo.
2709
aa7094ba
JB
27102004-05-10 Juanma Barranquero <lektu@terra.es>
2711
2712 * modes.texi (Mode Line Variables): Fix description of
2713 global-mode-string, which is now after which-func-mode, not the
2714 buffer name.
2715
c2383279
LH
27162004-05-07 Lars Hansen <larsh@math.ku.dk>
2717
2718 * modes.texi (Desktop Save Mode): Add.
2719 (Modes): Add menu entry Desktop Save Mode.
2720
2721 * hooks.texi: Add desktop-after-read-hook,
2722 desktop-no-desktop-file-hook and desktop-save-hook.
2723
2724 * locals.texi: Add desktop-save-buffer.
2725
058296d3
JH
27262004-04-30 Jesper Harder <harder@ifa.au.dk>
2727
2728 * display.texi: emacs -> Emacs.
2729
0c54865e
EZ
27302004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2731
2732 * files.texi (Changing Files): Document set-file-times.
2733
d814862a
JB
27342004-04-23 Juanma Barranquero <lektu@terra.es>
2735
2736 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2737
e8d6f886
JH
27382004-04-18 Jesper Harder <harder@ifa.au.dk>
2739
2740 * tips.texi (Coding Conventions): defopt -> defcustom.
2741
3a424014
LT
27422004-04-16 Luc Teirlinck <teirllm@auburn.edu>
2743
2744 * sequences.texi: Various clarifications.
2745
9e860631
LT
27462004-04-14 Luc Teirlinck <teirllm@auburn.edu>
2747
2748 * buffers.texi (Read Only Buffers): Mention optional ARG to
2749 `toggle-read-only'.
2750
5e30a0fb
NR
27512004-04-14 Nick Roberts <nick@nick.uklinux.net>
2752
9e860631 2753 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
2754 returns a full-width window if possible.
2755
619fb950
LT
27562004-04-13 Luc Teirlinck <teirllm@auburn.edu>
2757
2758 * buffers.texi: Various changes in addition to:
2759 (Buffer File Name): Add `find-buffer-visiting'.
2760 (Buffer Modification): Mention optional ARG to `not-modified'.
2761 (Indirect Buffers): Mention optional CLONE argument to
2762 `make-indirect-buffer'.
2763
2764 * files.texi: Various changes in addition to:
2765 (Visiting Functions): `find-file-hook' is now a normal hook.
2766 (File Name Expansion): Explain difference between the way that
2767 `expand-file-name' and `file-truename' treat `..'.
2768 (Contents of Directories): Mention optional ID-FORMAT argument to
2769 `directory-files-and-attributes'.
2770 (Format Conversion): Mention new optional CONFIRM argument to
2771 `format-write-file'.
2772
a2295d32
MB
27732004-04-12 Miles Bader <miles@gnu.org>
2774
2775 * macros.texi (Expansion): Add description of `macroexpand-all'.
2776
571fd4d5
JH
27772004-04-05 Jesper Harder <harder@ifa.au.dk>
2778
2779 * variables.texi (Variable Aliases): Mention
2780 cyclic-variable-indirection.
2781
2782 * errors.texi (Standard Errors): Ditto.
2783
4ba2fd66
LT
27842004-04-04 Luc Teirlinck <teirllm@auburn.edu>
2785
2786 * backups.texi: Various small changes in addition to:
2787 (Making Backups): Mention return value of `backup-buffer'.
2788 (Auto-Saving): Mention optional FORCE argument to
2789 `delete-auto-save-file-if-necessary'.
2790 (Reverting): Mention optional PRESERVE-MODES argument to
2791 `revert-buffer'. Correct description of `revert-buffer-function'.
2792
8f7ea687
JL
27932004-03-22 Juri Linkov <juri@jurta.org>
2794
2795 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
2796 with `Vector Functions'.
2797
2798 * text.texi (Sorting): Add missing quote.
2799
0eeca3c1
LT
28002004-03-14 Luc Teirlinck <teirllm@auburn.edu>
2801
2802 * intro.texi (Lisp History): Replace xref to `cl' manual with
2803 inforef.
2804
e69cfac2
RS
28052004-03-12 Richard M. Stallman <rms@gnu.org>
2806
2807 * intro.texi (Version Info): Add arg to emacs-version.
2808 (Lisp History): Change xref to CL manual.
2809
1b91d47f
LT
28102004-03-09 Luc Teirlinck <teirllm@auburn.edu>
2811
2812 * minibuf.texi (Completion Commands): Add xref to Emacs manual
2813 for Partial Completion mode.
2814
97073664
TTN
28152004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
2816
2817 * customize.texi: Fix typo. Remove eol whitespace.
2818
04a6e76b
RS
28192004-03-04 Richard M. Stallman <rms@gnu.org>
2820
2821 * processes.texi: Fix typos.
2822
2823 * lists.texi (Building Lists): Minor clarification.
2824
2825 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
2826 in make-hash-table.
2827
5bb0fcd1
JB
28282004-02-29 Juanma Barranquero <lektu@terra.es>
2829
2830 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
2831 rm, and ignore exit code.
2832
9022d421
EZ
28332004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
2834
2835 * display.texi (Defining Faces): Add description for min-colors.
2836 Update example.
2837
92f5fba2
LT
28382004-02-23 Luc Teirlinck <teirllm@auburn.edu>
2839
2840 * abbrevs.texi: Various corrections and clarifications in addition
2841 to the following:
2842 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
2843
7e83e178
GM
28442004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2845
2846 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
2847
9c5609e8
LT
28482004-02-21 Luc Teirlinck <teirllm@auburn.edu>
2849
e2b9b51f
LT
2850 * text.texi: Various small changes in addition to the following:
2851 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
2852 to delete-horizontal-space.
2853 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
2854 description of yank-handler text property at various places.
2855
7daa0e81
LT
2856 * frames.texi (Window System Selections): Add anchor.
2857
9c5609e8
LT
2858 * syntax.texi (Syntax Table Functions): Clarify and correct
2859 descriptions of make-syntax-table and copy-syntax-table.
2860 (Motion and Syntax): Clarify SYNTAXES argument to
2861 skip-syntax-forward.
2862 (Parsing Expressions): Mention that the return value of
2863 parse-partial-sexp is currently a list of ten rather than nine
2864 elements.
2865 (Categories): Various corrections and clarifications.
2866
d29edb21
LT
28672004-02-17 Luc Teirlinck <teirllm@auburn.edu>
2868
2869 * markers.texi (Marker Insertion Types): Minor change.
2870
2871 * locals.texi (Standard Buffer-Local Variables):
2872 * commands.texi (Interactive Codes, Using Interactive):
2873 * functions.texi (Related Topics): Fix xrefs.
2874
43e48bda
LT
28752004-02-16 Luc Teirlinck <teirllm@auburn.edu>
2876
2877 * lists.texi (Sets And Lists): Update description of delete-dups.
2878
84e34002
RS
28792004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2880
2881 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
2882
28832004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2884
2885 * frames.texi (Parameter Access): frame-parameters arg is optional.
2886 modify-frame-parameters handles nil for FRAME.
2887 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
2888 are all-or-nothing for certain toolkits.
2889 Mention parameter wait-for-wm.
2890 (Frames and Windows): In frame-first-window and frame-selected-window
2891 the arg is optional.
2892 (Input Focus): In redirect-frame-focus the second arg is optional.
2893 (Window System Selections): Mention selection type CLIPBOARD.
2894 Mention data-type UTF8_STRING.
2895 Mention numbering of cut buffers.
2896 (Resources): Describe x-resource-name.
2897
28982004-02-16 Richard M. Stallman <rms@gnu.org>
2899
2900 * windows.texi (Buffers and Windows): Delete false table
2901 about all-frames.
2902
2903 * syntax.texi (Parsing Expressions): Delete old caveat
2904 about parse-sexp-ignore-comments.
2905
2906 * streams.texi (Output Variables): Add print-quoted.
2907
2908 * lists.texi (Building Lists): Minor cleanup.
2909
2910 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
2911
2912 * display.texi (Overlays): Explain overlays use markers.
2913 (Managing Overlays): Explain front-advance and rear-advance
2914 in more detail.
2915
2916 * loading.texi (Unloading): Document unload-feature-special-hooks.
2917 Get rid of fns-NNN.el file.
2918
29192004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2920
2921 * help.texi (Describing Characters): Fix text-char-description
2922 example output.
2923
2924 * edebug.texi (Using Edebug): Fix example.
2925
2926 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 2927
84e34002
RS
2928 * files.texi (Changing Files): Fix argname.
2929
2930 * calendar.texi: Fix parens, and default values.
2931
2932 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
2933 * nonascii.texi, objects.texi, os.texi: Minor fixes.
2934 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
2935
2936 * positions.texi (Text Lines): Don't add -1 in current-line.
2937
29382004-02-16 Richard M. Stallman <rms@gnu.org>
2939
2940 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
2941
c33b76da
EZ
29422004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2943
2944 * processes.texi (Low-Level Network): Fix a typo.
2945
9d7271e8
KS
29462004-02-12 Kim F. Storm <storm@cua.dk>
2947
2948 * display.texi (Fringes): Use consistent wording.
2949 Note that window-fringe's window arg is optional.
2950 (Scroll Bars): Use consistent wording.
2951
6827d730
LT
29522004-02-11 Luc Teirlinck <teirllm@auburn.edu>
2953
2954 * tips.texi (Comment Tips): Document the new conventions for
2955 commenting out code.
2956
1cb60b5a
JD
29572004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2958
2959 * positions.texi (Text Lines): Added missing end defun.
2960
7fdd1f62
KS
29612004-02-07 Kim F. Storm <storm@cua.dk>
2962
2963 * positions.texi (Text Lines): Add line-number-at-pos.
2964
eb3c144c
JPW
29652004-02-06 John Paul Wallington <jpw@gnu.org>
2966
2967 * display.texi (Button Properties, Button Buffer Commands):
2968 mouse-2 invokes button, not down-mouse-1.
2969
a1d38d63
JR
29702004-02-04 Jason Rumney <jasonr@gnu.org>
2971
2972 * makefile.w32-in: Sync with Makefile.in changes.
2973
4b574f3d
LT
29742004-02-03 Luc Teirlinck <teirllm@auburn.edu>
2975
2976 * minibuf.texi (Text from Minibuffer): Various corrections and
2977 clarifications.
2978 (Object from Minibuffer): Correct Lisp description of
2979 read-minibuffer.
2980 (Minibuffer History): Clarify description of cons values for
2981 HISTORY arguments.
2982 (Basic Completion): Various corrections and clarifications. Add
2983 completion-regexp-list.
2984 (Minibuffer Completion): Correct and clarify description of
2985 completing-read.
6f6b0433 2986 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
2987 other minor changes.
2988 (High-Level Completion): Various corrections and clarifications.
2989 (Reading File Names): Ditto.
2990 (Minibuffer Misc): Ditto.
2991
d8186297
LT
29922004-01-26 Luc Teirlinck <teirllm@auburn.edu>
2993
2994 * strings.texi (Text Comparison): assoc-string also matches
2995 elements of alists that are strings instead of conses.
2996 (Formatting Strings): Standardize Texinfo usage. Update index
2997 entries.
2998
9adcb5f2
LT
29992004-01-20 Luc Teirlinck <teirllm@auburn.edu>
3000
3001 * lists.texi (Sets And Lists): Add delete-dups.
3002
3e7274ae
LT
30032004-01-15 Luc Teirlinck <teirllm@auburn.edu>
3004
3005 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
3006 special form.
3007 * macros.texi (Defining Macros): Update description of `declare',
3008 which now is a macro.
3009 (Wrong Time): Fix typos.
3010
944e099f
LT
30112004-01-14 Luc Teirlinck <teirllm@auburn.edu>
3012
3013 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 3014 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
3015 and `batch-byte-compile'. In particular, mention and describe
3016 all optional arguments.
3017 (Disassembly): Correct and clarify the description of `disassemble'.
3018
90c3aa59
LT
30192004-01-11 Luc Teirlinck <teirllm@auburn.edu>
3020
3021 * searching.texi: Various small changes in addition to the
3022 following.
3023 (Regexp Example): Adapt to new value of `sentence-end'.
3024 (Regexp Functions): The PAREN argument to `regexp-opt' can be
3025 `words'.
3026 (Search and Replace): Add usage note for `perform-replace'.
3027 (Entire Match Data): Mention INTEGERS and REUSE arguments to
3028 `match-data'.
3029 (Standard Regexps): Update for new values of `paragraph-start'
3030 and `sentence-end'.
3031
583c353d
LT
30322004-01-07 Luc Teirlinck <teirllm@auburn.edu>
3033
3034 * files.texi (Saving Buffers): Clarify descriptions of
3035 `write-contents-functions' and `before-save-hook'.
3036 Make the defvar's for `before-save-hook' and `after-save-hook'
3037 into defopt's.
3038
05faee07
KS
30392004-01-07 Kim F. Storm <storm@cua.dk>
3040
3041 * commands.texi (Click Events): Describe new image and
3042 width/height elements of click events.
3043 (Accessing Events): Add posn-string, posn-image, and
3044 posn-object-width-height. Change posn-object to return either
3045 image or string object.
3046
a0465ec3
SJ
30472004-01-01 Simon Josefsson <jas@extundo.com>
3048
3049 * hooks.texi (Standard Hooks): Add before-save-hook.
3050 * files.texi (Saving Buffers): Likewise.
3051
972c0c49
RS
30522004-01-03 Richard M. Stallman <rms@gnu.org>
3053
3054 * frames.texi (Frames and Windows): Delete frame-root-window.
3055
dbcd463f
LT
30562004-01-03 Luc Teirlinck <teirllm@auburn.edu>
3057
3058 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
3059
3060 * functions.texi: Various small changes in addition to the
3061 following.
3062 (What Is a Function): `functionp' returns nil for macros. Clarify
3063 behavior of this and following functions for symbol arguments.
3064 (Function Documentation): Add `\' in front of (fn @var{arglist})
3065 and explain why.
3066 (Defining Functions): Mention DOCSTRING argument to `defalias'.
3067 Add anchor.
3068 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
3069
02c77ee9
MB
30702004-01-01 Miles Bader <miles@gnu.org>
3071
3072 * display.texi (Buttons): New section.
3073
903a1a91
AS
30742003-12-31 Andreas Schwab <schwab@suse.de>
3075
3076 * numbers.texi (Math Functions): sqrt reports a domain-error
3077 error.
3078 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
3079
697cf92a
LT
30802003-12-30 Luc Teirlinck <teirllm@auburn.edu>
3081
3f70fe82
LT
3082 * tips.texi (Documentation Tips): Update item on hyperlinks in
3083 documentation strings.
3084
697cf92a
LT
3085 * errors.texi (Standard Errors): Various small corrections and
3086 additions.
3087
3088 * control.texi: Various small changes in addition to the
3089 following.
3090 (Signaling Errors): Provide some more details on how `signal'
3091 constructs the error message. Add anchor to the definition of
3092 `signal'.
3093 (Error Symbols): Describe special treatment of `quit'.
3094 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
3095 to emphasize that it has to be a single form.
3096
3097 * buffers.texi: Add anchor.
3098
4d25144d
RS
30992003-12-29 Richard M. Stallman <rms@gnu.org>
3100
3101 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
3102 (Window Configurations): Add window-configuration-frame.
3103
3104 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
3105
3106 * text.texi (Examining Properties): Add get-char-property-and-overlay.
3107 Change arg name in get-char-property.
3108 (Special Properties): Update handling of keymap property.
3109
3110 * strings.texi (Modifying Strings): Add clear-string.
3111 (Text Comparison): Add assoc-string and remove
3112 assoc-ignore-case, assoc-ignore-representation.
3113
3114 * os.texi (Time of Day): Add set-time-zone-rule.
3115
3116 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 3117 report domain-error errors.
4d25144d 3118
697cf92a 3119 * nonascii.texi (Converting Representations):
4d25144d
RS
3120 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
3121 (Encoding and I/O): Add file-name-coding-system.
3122
3123 * modes.texi (Search-based Fontification): Explain that
3124 face specs are symbols with face names as values.
3125
3126 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
3127
3128 * lists.texi (Building Lists): remq moved elsewhere.
3129 (Sets And Lists): remq moved here.
3130 (Association Lists): Refer to assoc-string.
3131
3132 * internals.texi (Garbage Collection): Add memory-use-counts.
3133
3134 * frames.texi (Frames and Windows): Add set-frame-selected-window
3135 and frame-root-window.
3136
697cf92a 3137 * files.texi (Contents of Directories):
4d25144d
RS
3138 Add directory-files-and-attributes.
3139
3140 * display.texi (Refresh Screen): Add force-window-update.
3141 (Invisible Text): Explain about moving point out of invis text.
3142 (Overlay Properties): Add overlay-properties.
3143 (Managing Overlays): Add overlayp.
3144 (GIF Images): Invalid image number displays a hollow box.
3145
3146 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
3147 (Killing Buffers): Add buffer-live-p.
3148
67fafe38
MR
31492003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
3150
3151 * display.texi (Fringes): Fix typo "set-buffer-window".
3152
68e74f25
LT
31532003-12-24 Luc Teirlinck <teirllm@auburn.edu>
3154
3155 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
3156 * nonascii.texi, processes.texi, tips.texi, variables.texi:
3157 Add or change various xrefs and anchors.
3158
3159 * commands.texi: Replace all occurrences of @acronym{CAR} with
3160 @sc{car}, for consistency with the rest of the Elisp manual.
3161 `car' and `cdr' are historically acronyms, but are no longer
3162 widely thought of as such.
3163
3164 * internals.texi (Pure Storage): Mention that `purecopy' does not
3165 copy text properties.
3166 (Object Internals): Now 29 bits are used (in most implementations)
3167 to address Lisp objects.
3168
3169 * variables.texi (Variables with Restricted Values): New node.
3170
3171 * objects.texi (Lisp Data Types): Mention that certain variables
3172 can only take on a restricted set of values and add an xref to
3173 the new node "Variables with Restricted Values".
3174
3175 * eval.texi (Function Indirection): Describe the errors that
3176 `indirect-function' can signal.
3177 (Eval): Clarify the descriptions of `eval-region' and `values'.
3178 Describe `eval-buffer' instead of `eval-current-buffer' and
3179 mention `eval-current-buffer' as an alias for `current-buffer'.
3180 Correct the description and mention all optional arguments.
3181
697cf92a 3182 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
3183 following.
3184 (Converting Representations): Clarify behavior of
3185 `string-make-multibyte' and `string-to-multibyte' for unibyte all
3186 ASCII arguments.
3187 (Character Sets): Document the variable `charset-list' and adapt
3188 the definition of the function `charset-list' accordingly.
3189 (Translation of Characters): Clarify use of generic characters in
3190 `make-translation-table'. Clarify and correct the description of
3191 the use of translation tables in encoding and decoding.
3192 (User-Chosen Coding Systems): Correct and clarify the description
3193 of `select-safe-coding-system'.
3194 (Default Coding Systems): Clarify description of
3195 `file-coding-system-alist'.
3196
a62f71e4
LT
31972003-11-30 Luc Teirlinck <teirllm@auburn.edu>
3198
3199 * strings.texi (Text Comparison): Correctly describe when two
3200 strings are `equal'. Combine and clarify descriptions of
3201 `assoc-ignore-case' and `assoc-ignore-representation'.
3202
3203 * objects.texi (Non-ASCII in Strings): Clarify description of
3204 when a string is unibyte or multibyte.
3205 (Bool-Vector Type): Update examples.
3206 (Equality Predicates): Correctly describe when two strings are
3207 `equal'.
3208
19017752
LT
32092003-11-29 Luc Teirlinck <teirllm@auburn.edu>
3210
3211 * lists.texi (Building Lists): `append' no longer accepts integer
3212 arguments. Update the description of `number-sequence' to reflect
3213 recent changes.
3214 (Sets And Lists): Describe `member-ignore-case' after `member'.
3215
0f6a07a8
KS
32162003-11-27 Kim F. Storm <storm@cua.dk>
3217
3218 * commands.texi (Click Events): Click object may be an images.
3219 Describe (dx . dy) element of click positions.
3220 (Accessing Events): Remove duplicate posn-timestamp.
3221 New functions posn-object and posn-object-x-y.
3222
1ce7c819
KS
32232003-11-23 Kim F. Storm <storm@cua.dk>
3224
3225 * commands.texi (Click Events): Describe enhancements to event
3226 position lists, including new text-pos and (col . row) items.
3227 Mention left-fringe and right-fringe area events.
0f6a07a8 3228 (Accessing Events): New functions posn-area and
1ce7c819
KS
3229 posn-actual-col-row. Mention posn-timestamp. Mention that
3230 posn-point in non-text area still returns buffer position.
3231 Clarify posn-col-row.
3232
cae8ddbb
LH
32332003-11-21 Lars Hansen <larsh@math.ku.dk>
3234
3235 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
3236 * anti.texi (File Attributes): Describe removed parameter
3237 ID-FORMAT.
3238
f7f1a248
LT
32392003-11-20 Luc Teirlinck <teirllm@auburn.edu>
3240
68e74f25 3241 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
3242 a position, its buffer is ignored.
3243
3244 * markers.texi (Overview of Markers): Mention it here too.
3245
c5e2fb05
LT
32462003-11-12 Luc Teirlinck <teirllm@auburn.edu>
3247
3248 * numbers.texi (Numeric Conversions): Not just `floor', but also
3249 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
3250
e57d0aa8
LT
32512003-11-10 Luc Teirlinck <teirllm@auburn.edu>
3252
3253 * markers.texi (Creating Markers): Specify insertion type of
3254 created markers. Add xref to `Marker Insertion Types'.
3255 Second argument to `copy-marker' is optional.
3256 (Marker Insertion Types): Mention that most markers are created
3257 with insertion type nil.
3258 (The Mark): Correctly describe when `mark' signals an error.
3259 (The Region): Correctly describe when `region-beginning' and
3260 `region-end' signal an error.
3261
bb3612ec
LT
32622003-11-08 Luc Teirlinck <teirllm@auburn.edu>
3263
3264 * hash.texi (Creating Hash): Clarify description of `eql'.
3265 `makehash' is obsolete.
3266 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
3267
3268 * positions.texi (Point): Change description of `buffer-end', so
3269 that it is also correct for floating point arguments.
3270 (List Motion): Correct argument lists of `beginning-of-defun' and
3271 `end-of-defun'.
3272 (Excursions): Add xref to `Marker Insertion Types'.
3273 (Narrowing): Argument to `narrow-to-page' is optional.
3274
cfb8a797
LT
32752003-11-06 Luc Teirlinck <teirllm@auburn.edu>
3276
3277 * streams.texi (Output Streams): Clarify behavior of point for
3278 marker output streams.
3279
c6177909
LT
32802003-11-04 Luc Teirlinck <teirllm@auburn.edu>
3281
3282 * variables.texi (Defining Variables): Second argument to
3283 `defconst' is not optional.
3284 (Setting Variables): Mention optional argument APPEND to
3285 `add-to-list'.
3286 (Creating Buffer-Local): Expand description of
3287 `make-variable-buffer-local'.
3288 (Frame-Local Variables): Expand description of
3289 `make-variable-frame-local'.
3290 (Variable Aliases): Correct description of optional argument
3291 DOCSTRING to `defvaralias'. Mention return value of
3292 `defvaralias'.
3293 (File Local Variables): Add xref to `File variables' in Emacs
3294 Manual. Correct description of `hack-local-variables'. Mention
3295 `safe-local-variable' property. Mention optional second argument
3296 to `risky-local-variable-p'.
3297
b3645067
LT
32982003-11-03 Luc Teirlinck <teirllm@auburn.edu>
3299
3300 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
3301
10695e5c
EZ
33022003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
3303
3304 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
3305 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
3306 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
3307 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
3308 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 3309 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
3310 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
3311 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
3312 @acronym{FOO}.
3313
a2f4def1
LT
33142003-10-27 Luc Teirlinck <teirllm@auburn.edu>
3315
3316 * strings.texi (Creating Strings): Argument START to `substring'
3317 can not be `nil'. Expand description of
3318 `substring-no-properties'. Correct description of `split-string',
3319 especially with respect to empty matches. Prevent very bad line
3320 break in definition of `split-string-default-separators'.
3321 (Text Comparison): `string=' and `string<' also accept symbols as
3322 arguments.
3323 (String Conversion): More completely describe argument BASE in
3324 `string-to-number'.
5bb0fcd1 3325 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
3326 corresponding object. Clarify behavior of numeric prefix after
3327 `%' in `format'.
3328 (Case Conversion): The argument to `upcase-initials' can be a
3329 character.
3330
a2296bf9
KH
33312003-10-27 Kenichi Handa <handa@m17n.org>
3332
3333 * display.texi (Fontsets): Fix texinfo usage.
3334
885fef7c
KH
33352003-10-25 Kenichi Handa <handa@m17n.org>
3336
3337 * display.texi (Fontsets): Add description of the function
3338 set-fontset-font.
3339
0c6b7a1f
LT
33402003-10-23 Luc Teirlinck <teirllm@auburn.edu>
3341
3342 * display.texi (Temporary Displays): Add xref to `Documentation
3343 Tips'.
3344
3345 * functions.texi (Function Safety): Use inforef instead of pxref
3346 for SES.
3347
c3cda320
AS
33482003-10-23 Andreas Schwab <schwab@suse.de>
3349
3350 * Makefile.in (TEX, texinputdir): Don't define.
3351 (TEXI2DVI): Define.
3352 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
3353 add $(srcdir)/index.texi.
3354 ($(infodir)/elisp): Remove index.texi dependency.
3355 (elisp.dvi): Likewise. Use $(TEXI2DVI).
3356 (index.texi): Remove target.
3357 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
3358 (clean): Don't remove index.texi.
3359
c3cda320
AS
3360 * permute-index, index.perm: Remove.
3361 * index.texi: Rename from index.unperm.
3362
e5dadca7
LT
33632003-10-22 Luc Teirlinck <teirllm@auburn.edu>
3364
3365 * tips.texi (Documentation Tips): Document new behavior for face
3366 and variable hyperlinks in Help mode.
3367
6cfb0777
LT
33682003-10-21 Luc Teirlinck <teirllm@auburn.edu>
3369
3370 * objects.texi (Integer Type): Update for extra bit of integer range.
3371 (Character Type): Ditto.
3372
a6eeaa81 33732003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
3374
3375 * numbers.texi (Integer Basics): Add index entries for reading
3376 numbers in hex, octal, and binary.
3377
c8f9ba83
LK
33782003-10-16 Lute Kamstra <lute@gnu.org>
3379
3380 * modes.texi (Mode Line Format): Mention force-mode-line-update's
3381 argument.
3382
b52a26fb
LT
33832003-10-13 Luc Teirlinck <teirllm@auburn.edu>
3384
3385 * windows.texi (Choosing Window): Fix typo.
3386 * edebug.texi (Edebug Execution Modes): Fix typo.
3387
f7005886
RS
33882003-10-13 Richard M. Stallman <rms@gnu.org>
3389
3390 * windows.texi (Basic Windows): A window has fringe settings,
3391 display margins and scroll-bar settings.
3392 (Splitting Windows): Doc split-window return value.
3393 Clean up one-window-p.
3394 (Selecting Windows): Fix typo.
3395 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
3396 (Buffers and Windows): In set-window-buffer, explain effect
3397 on fringe settings and scroll bar settings.
3398 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
3399 (Choosing Window): Use defopt for pop-up-frame-function.
3400 For special-display-buffer-names, explain same-window and same-frame.
3401 Clarify window-dedicated-p return value.
3402 (Textual Scrolling): scroll-up and scroll-down can get an error.
3403 (Horizontal Scrolling): Clarify auto-hscroll-mode.
3404 Clarify set-window-hscroll.
3405 (Size of Window): Don't mention tool bar in window-height.
3406 (Coordinates and Windows): Explain what coordinates-in-window-p
3407 returns for fringes and display margins.
3408 (Window Configurations): Explain saving fringes, etc.
3409
3410 * tips.texi (Library Headers): Clean up Documentation.
3411
3412 * syntax.texi (Parsing Expressions): Clean up forward-comment
3413 and parse-sexp-lookup-properties.
3414
3415 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
3416
3417 * os.texi (System Environment): Clean up text for load-average errors.
3418
3419 * modes.texi (Hooks): Don't explain local hook details at front.
3420 Clarify run-hooks and run-hook-with-args a little.
3421 Clean up add-hook and remove-hook.
3422
3423 * edebug.texi (Edebug Execution Modes): Clarify t.
3424 Document edebug-sit-for-seconds.
3425 (Coverage Testing): Document C-x X = and =.
3426 (Instrumenting Macro Calls): Fix typo.
3427 (Specification List): Don't index the specification keywords.
3428
c989ebe9
KS
34292003-10-10 Kim F. Storm <storm@cua.dk>
3430
3431 * processes.texi (Network): Introduce make-network-process.
3432
f9525eef
LT
34332003-10-09 Luc Teirlinck <teirllm@auburn.edu>
3434
3435 * tips.texi (Library Headers): Fix typo.
3436
f008b925
LK
34372003-10-07 Juri Linkov <juri@jurta.org>
3438
3439 * modes.texi (Imenu): Mention imenu-create-index-function's
3440 default value. Explain submenus better.
3441
c22c5da6
LK
34422003-10-07 Lute Kamstra <lute@gnu.org>
3443
3444 * modes.texi (Faces for Font Lock): Fix typo.
3445 (Hooks): Explain how buffer-local hook variables can refer to
3446 global hook variables.
3447 Various minor clarifications.
3448
49247521
LK
34492003-10-06 Lute Kamstra <lute@gnu.org>
3450
3451 * tips.texi (Coding Conventions): Mention naming conventions for
3452 hooks.
3453
9296c947
LT
34542003-10-05 Luc Teirlinck <teirllm@auburn.edu>
3455
3456 * loading.texi (Library Search): Correct default value of
3457 load-suffixes.
3458 (Named Features): Fix typo.
3459
0e9b293a
RS
34602003-10-05 Richard M. Stallman <rms@gnu.org>
3461
3462 * loading.texi (Named Features): In `provide',
3463 say how to test for subfeatures.
3464 (Unloading): In unload-feature, use new var name
3465 unload-feature-special-hooks.
3466
49247521 34672003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
3468
3469 * modes.texi (Major Mode Conventions): Mention third way to set up
3470 Imenu.
3471 (Imenu): A number of small fixes.
3472 Delete documentation of internal variable imenu--index-alist.
3473 Document the return value format of imenu-create-index-function
3474 functions.
3475
ab8f7d5c
RS
34762003-09-30 Richard M. Stallman <rms@gnu.org>
3477
3478 * processes.texi (Network): Say what stopped datagram connections do.
3479
3480 * lists.texi (Association Lists): Clarify `assq-delete-all'.
3481
3482 * display.texi (Overlay Properties): Clarify `evaporate' property.
3483
49247521 34842003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
3485
3486 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 3487 constructs should be marked as risky.
86b9b767
LK
3488 Change cons cell into proper list.
3489 (Mode Line Variables): Change cons cell into proper list.
3490
49247521 34912003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
3492
3493 * modes.texi (Mode Line Data): Document the :propertize construct.
3494 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 3495 to match their order in the default mode-line-format.
bc3b02f9
LK
3496 Describe the new variables mode-line-position and mode-line-modes.
3497 Update the default values of mode-line-frame-identification,
3498 minor-mode-alist, and default-mode-line-format.
3499 (Properties in Mode): Mention the :propertize construct.
6142d1d0 3500
bc3b02f9 35012003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 3502
c22c5da6 3503 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
3504 * loading.texi, minibuf.texi, text.texi, variables.texi:
3505 Avoid @strong{Note:}.
3506
35072003-09-26 Richard M. Stallman <rms@gnu.org>
3508
3509 * keymaps.texi (Remapping Commands): Fix typo.
3510
41beda59
LT
35112003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
3512
3513 * processes.texi (Low-Level Network): Fix typo.
3514
ef6ae4ff
KS
35152003-09-23 Kim F. Storm <storm@cua.dk>
3516
3517 * processes.texi (Network, Network Servers): Fix typos.
3518 (Low-Level Network): Add timeout value for :server keyword.
3519 Add new option keywords to make-network-process.
3520 Add set-network-process-options.
3521 Explain how to test availability of network options.
3522
b0f23edf
RS
35232003-09-19 Richard M. Stallman <rms@gnu.org>
3524
3525 * text.texi (Motion by Indent): Arg to
3526 backward-to-indentation and forward-to-indentation is optional.
3527
3528 * strings.texi (Creating Strings): Add substring-no-properties.
3529
3530 * processes.texi
3531 (Process Information): Add list-processes arg QUERY-ONLY.
3532 Delete process-contact from here.
3533 Add new status values for process-status.
3534 Add process-get, process-put, process-plist, set-process-plist.
3535 (Synchronous Processes): Add call-process-shell-command.
3536 (Signals to Processes): signal-process allows process objects.
3537 (Network): Complete rewrite.
3538 (Network Servers, Datagrams, Low-Level Network): New nodes.
3539
3540 * positions.texi (Word Motion): forward-word, backward-word
3541 arg is optional. Reword.
3542
3543 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
3544
c22c5da6 3545 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
3546 Delete duplicate definition of buffer-local-value.
3547 (File Local Variables): Explain about discarding text props.
3548
f387bdea
RS
35492003-09-11 Richard M. Stallman <rms@gnu.org>
3550
3551 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
3552 changes variables that record input events.
3553 (Minibuffer Misc): Add minibuffer-selected-window.
3554
3555 * lists.texi (Building Lists): Add copy-tree.
3556
3557 * display.texi (Fontsets): Add char-displayable-p.
3558 (Scroll Bars): New node.
3559
49247521 35602003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
3561
3562 * modes.texi (%-Constructs): Document new `%i' and `%I'
3563 constructs.
3564
fd026ee1
JR
35652003-09-03 Peter Runestig <peter@runestig.com>
3566
3567 * makefile.w32-in: New file.
3568
4828b4d7
RS
35692003-08-29 Richard M. Stallman <rms@gnu.org>
3570
3571 * display.texi (Overlay Properties): Clarify how priorities
3572 affect use of the properties.
3573
a4e4f05d
LT
35742003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
3575
3576 * customize.texi (Type Keywords): Correct the description of
3577 `:help-echo' in the case where `motion-doc' is a function.
3578
3ebe0346
JPW
35792003-08-14 John Paul Wallington <jpw@gnu.org>
3580
3581 * modes.texi (Emulating Mode Line): Subsection, not section.
3582
3afe8e39
RS
35832003-08-13 Richard M. Stallman <rms@gnu.org>
3584
3585 * elisp.texi (Top): Update subnode lists in menu.
3586
3587 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
3588 (Kill Functions): kill-region has new arg yank-handler.
3589 (Yanking): New node.
3590 (Yank Commands): Add yank-undo-function.
3591 (Low-Level Kill Ring):
3592 kill-new and kill-append have new arg yank-handler.
3593 (Changing Properties): Add remove-list-of-text-properties.
3594 (Atomic Changes): New node.
3595
3596 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
3597
3598 * streams.texi (Output Variables): Add eval-expression-print-length
3599 and eval-expression-print-level.
3600
3601 * os.texi (Time Conversion): For encode-time, explain limits on year.
3602
3603 * objects.texi (Character Type): Define anchor "modifier bits".
3604
3605 * modes.texi (Emulating Mode Line): New node.
3606 (Search-based Fontification): Font Lock uses font-lock-face property.
3607 (Other Font Lock Variables): Likewise.
3608
3609 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
3610 not vectors.
3611 (Active Keymaps): Add emulation-mode-map-alists.
3612 (Functions for Key Lookup): key-binding has new arg no-remap.
3613 (Remapping Commands): New node.
3614 (Scanning Keymaps): where-is-internal has new arg no-remap.
3615 (Tool Bar): Add tool-bar-local-item-from-menu.
3616 Clarify when to use tool-bar-add-item-from-menu.
3617
3618 * commands.texi (Interactive Call): commandp has new arg.
3619 (Command Loop Info): Add this-original-command.
3620
e37769b1
JPW
36212003-08-06 John Paul Wallington <jpw@gnu.org>
3622
3623 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
3624
3625 * display.texi (Warning Basics): Fix typo.
3626 (Fringes): Add closing curly bracket and fix typo.
3627
3628 * elisp.texi (Top): Fix typo.
3629
c5e0561f
RS
36302003-08-05 Richard M. Stallman <rms@gnu.org>
3631
3632 * elisp.texi: Update lists of subnodes.
3633
3634 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
3635
3636 * variables.texi (Local Variables): Use lc for example variable names.
3637
3638 * tips.texi (Library Headers): Explain where to put -*-.
3639
3640 * strings.texi (Creating Strings): Fix xref for vconcat.
3641
3642 * sequences.texi (Vector Functions):
3643 vconcat no longer allows integer args.
3644
3645 * minibuf.texi (Reading File Names): read-file-name has new
3646 arg PREDICATE. New function read-directory-name.
3647
3648 * macros.texi (Defining Macros): Give definition of `declare'
3649 (Indenting Macros): New node.
3650
3651 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
3652 (Window Frame Parameters): Make separate table of parameters
3653 that are coupled with specific face attributes.
3654 (Deleting Frames): delete-frame-hooks renamed to
3655 delete-frame-functions.
3656
3657 * files.texi (Magic File Names): Add file-remote-p.
3658 Clarify file-local-copy.
3659
3660 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
3661 here; instead xref Defining Macros.
3662
3663 * display.texi (Warnings): New node, and subnodes.
3664 (Fringes): New node.
3665
3666 * debugging.texi (Test Coverage): New node.
3667
3668 * compile.texi (Compiler Errors): Explain with-no-warnings
3669 and other ways to suppress warnings.
3670
3671 * commands.texi (Interactive Call): Minor clarification.
3672
3673 * buffers.texi (Buffer File Name): set-visited-file-name
3674 renames the buffer too.
3675
3676 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
3677
ee59dede
MR
36782003-07-24 Markus Rost <rost@math.ohio-state.edu>
3679
3680 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
3681
f0514b34
MR
36822003-07-22 Markus Rost <rost@math.ohio-state.edu>
3683
3684 * internals.texi (Garbage Collection): Fix previous change.
3685
c73983bb
RS
36862003-07-22 Richard M. Stallman <rms@gnu.org>
3687
3688 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
3689
3690 * display.texi (Width): Use \s syntax in example.
3691 (Font Selection): Add face-font-rescale-alist.
3692
3693 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
3694 Remove spurious indent in example.
3695
3696 * lists.texi (Building Lists): Add number-sequence.
3697
3698 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
3699
3700 * functions.texi (Function Documentation): Explain how to
3701 show calling convention explicitly in the doc string.
3702
3703 * windows.texi (Selecting Windows): save-selected-window saves
3704 selected window of each frame.
3705 (Window Configurations): Minor change.
3706
3707 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
3708
3709 * streams.texi (Output Variables): Add print-continuous-numbering
3710 and print-number-table.
3711
3712 * processes.texi (Decoding Output): New node.
3713
3714 * os.texi (Time Conversion): decode-time arg is optional.
3715
3716 * objects.texi (Character Type): Don't use space as example for \.
3717 Make list of char names and \-sequences correspond.
3718 Explain that \s is not used in strings. `\ ' needs space after.
3719
3720 * nonascii.texi (Converting Representations): Add string-to-multibyte.
3721 (Translation of Characters): Add translation-table-for-input.
3722 (Default Coding Systems): Add auto-coding-functions.
3723 (Explicit Encoding): Add decode-coding-inserted-region.
3724 (Locales): Add locale-info.
3725
3726 * minibuf.texi (Basic Completion): Describe test-completion.
3727 Collections can be lists of strings.
3728 Clean up lazy-completion-table.
3729 (Programmed Completion): Mention test-completion.
3730 Clarify why lambda expressions are not accepted.
3731 (Minibuffer Misc): Describe minibufferp.
3732
51a8b435
RS
37332003-07-14 Richard M. Stallman <rms@gnu.org>
3734
3735 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
3736
3737 * windows.texi (Selecting Windows): New arg to select-window.
3738 (Selecting Windows): Add with-selected-window.
3739 (Size of Window): Add window-inside-edges, etc.
3740
3741 * internals.texi (Garbage Collection): Add post-gc-hook.
3742
3743 * processes.texi (Subprocess Creation): Add exec-suffixes.
3744
3745 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
3746 (Scanning Keymaps): Add map-keymaps.
3747 (Defining Menus): Add keymap-prompt.
3748
3749 * numbers.texi (Integer Basics): Add most-positive-fixnum,
3750 most-negative-fixnum.
3751
3752 * compile.texi (Byte Compilation): Explain no-byte-compile
3753 (Compiler Errors): New node.
3754
3755 * os.texi (User Identification): user-uid, user-real-uid
3756 can return float.
3757
3758 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
3759 and about derived modes.
3760 (Minor Modes): Add minor-mode-list.
3761 (Defining Minor Modes): Keyword args for define-minor-mode.
3762 (Search-based Fontification): Explain managing other properties.
3763 (Other Font Lock Variables): Add font-lock-extra-managed-props.
3764 (Faces for Font Lock): Add font-locl-preprocessor-face.
3765 (Hooks): Add run-mode-hooks and delay-mode-hooks.
3766
3767 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 3768 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
3769
3770 * loading.texi (Library Search): Add load-suffixes.
3771
3772 * minibuf.texi (Basic Completion): Add lazy-completion-table.
3773 (Programmed Completion): Add dynamic-completion-table.
3774
3775 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
3776 (Magic File Names): Specify precedence order of handlers.
199bb209 3777
51a8b435
RS
3778 * commands.texi (Command Overview): Emacs server runs pre-command-hook
3779 and post-command-hook.
3780 (Waiting): New calling convention for sit-for.
3781
3782 * text.texi (Special Properties): local-map and keymap properties
3783 apply based on their stickiness.
3784
c6de56a0
RS
37852003-07-07 Richard M. Stallman <rms@gnu.org>
3786
3787 * modes.texi (Minor Mode Conventions): Specify only some kinds
3788 of list values as args to minor modes.
3789
3790 * files.texi (File Name Expansion): Warn about iterative use
3791 of substitute-in-file-name.
3792
3793 * advice.texi (Activation of Advice): Clean up previous change.
3794
8c761ea6
MR
37952003-07-06 Markus Rost <rost@math.ohio-state.edu>
3796
3797 * advice.texi (Activation of Advice): Note that ad-start-advice is
3798 turned on by default.
3799
c6de56a0
RS
38002003-06-30 Richard M. Stallman <rms@gnu.org>
3801
3802 * text.texi (Buffer Contents): Document current-word.
3803 (Change Hooks): Not called for *Messages*.
3804
3805 * functions.texi (Defining Functions): Explain about redefining
3806 primitives.
3807 (Function Safety): Renamed. Minor changes.
3808 Comment out the detailed criteria for what is safe.
3809
3fe4e567
AS
38102003-06-22 Andreas Schwab <schwab@suse.de>
3811
3812 * objects.texi (Symbol Type): Fix description of examples.
3813
cda7bd13
AS
38142003-06-16 Andreas Schwab <schwab@suse.de>
3815
3816 * hash.texi (Creating Hash): Fix description of :weakness.
3817
fbcffa4a
KG
38182003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3819
3820 * files.texi (Changing Files): copy-file copies file modes, too.
3821
ff6a3bfb
RS
38222003-05-28 Richard M. Stallman <rms@gnu.org>
3823
3824 * strings.texi (Creating Strings): Clarify split-string.
3825
1463a05d
JB
38262003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
3827
3828 * strings.texi (Creating Strings): Update split-string specification
3829 and examples.
3830
af253914
RS
38312003-05-19 Richard M. Stallman <rms@gnu.org>
3832
3833 * elisp.texi: Correct invariant section names.
3834
7ea52f92
RS
38352003-04-20 Richard M. Stallman <rms@gnu.org>
3836
3837 * os.texi (Timers): Explain about timers and quitting.
3838
e31afc09
RS
38392003-04-19 Richard M. Stallman <rms@gnu.org>
3840
3841 * internals.texi (Writing Emacs Primitives): Strings are
3842 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
3843 Explain GCPRO convention for varargs function args.
3844
5ceea398
RS
38452003-04-16 Richard M. Stallman <rms@gnu.org>
3846
3847 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
3848
b0ada147
RS
38492003-04-08 Richard M. Stallman <rms@gnu.org>
3850
3851 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
3852
b23375aa
KS
38532003-02-13 Kim F. Storm <storm@cua.dk>
3854
3855 * objects.texi (Character Type): New \s escape for space.
3856
c60ee5e7
JB
38572003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3858
3859 * os.texi (System Environment): Added cygwin system-type.
3860
84e47416
RS
38612003-01-25 Richard M. Stallman <rms@gnu.org>
3862
3863 * keymaps.texi: Document that a symbol can act as a keymap.
3864
3e8cf2ea
RS
38652003-01-13 Richard M. Stallman <rms@gnu.org>
3866
3867 * text.texi (Changing Properties): Say string indices are origin-0.
3868
3869 * positions.texi (Screen Lines) <compute-motion>:
3870 Correct order of elts in return value.
3871
3872 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
3873 how to define a default binding.
3874
7abb9fc5 38752002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 3876
104bc3aa 3877 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 3878
104bc3aa
MR
3879 * customize.texi (Simple Types): Clarify description of custom
3880 type 'number. Describe new custom type 'float.
177f790c 3881
7abb9fc5 38822002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
3883
3884 * variables.texi (File Local Variables): Fix typo.
3885
df140a68 38862002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 3887
df140a68
KG
3888 From Michael Albinus <Michael.Albinus@alcatel.de>.
3889
3890 * README: Target for Info file is `make info'.
3891
3892 * files.texi (File Name Components): Fixed typos in
3893 `file-name-sans-extension'.
3894 (Magic File Names): Complete list of operations for magic file
3895 name handlers.
3896
7ed9159a
JY
38972002-09-16 Jonathan Yavner <jyavner@engineer.com>
3898
3899 * variables.texi (File Local Variables): New function
3900 risky-local-variable-p.
3901
39022002-09-15 Jonathan Yavner <jyavner@engineer.com>
3903
3904 * functions.texi (Function safety): New node about unsafep.
3905
241f79af
PA
39062002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
3907
3908 * customize.texi (Splicing into Lists): Fixed example.
3909 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
3910
72459b15
JB
39112002-06-17 Juanma Barranquero <lektu@terra.es>
3912
3913 * frames.texi (Display Feature Testing): Fix typo.
3914
61f7e0f5
AS
39152002-06-12 Andreas Schwab <schwab@suse.de>
3916
3917 * frames.texi (Initial Parameters, Resources): Fix references to
3918 the Emacs manual.
3919
4e792dbd
KS
39202002-05-13 Kim F. Storm <storm@cua.dk>
3921
3922 * variables.texi (Intro to Buffer-Local): Updated warning and
3923 example relating to changing buffer inside let.
3924
940344d4 39252002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
3926
3927 * os.texi (Session Management): New node about X Session management.
3928
231ac53b
EZ
39292002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
3930
3931 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
3932 to which the manual corresponds, and the copyright years.
3933
3934 * Makefile.in (VERSION): Set to 2.9.
3935
140cc574
EZ
39362001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
3937
3938 * elisp.texi: Change the category in @dircategory to "Emacs", to
3939 make it consistent with info/dir.
3940
9c7fce05
MB
39412001-11-25 Miles Bader <miles@gnu.org>
3942
3943 * text.texi (Fields): Describe new `limit' arg in
3944 field-beginning/field-end.
3945
9f8bbf0f
EZ
39462001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3947
a5e6715c
EZ
3948 * permute-index: Don't depend on csh-specific features. Replace
3949 the interpreter name with /bin/sh.
3950
9f8bbf0f
EZ
3951 * two-volume-cross-refs.txt: New file.
3952 * two.el: New file.
3953 * spellfile: New file.
3954
1756e2fb
EZ
39552001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
3956
3957 * permute-index: New file.
3958
3959 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
3960 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
3961 8+3 restricted namespace.
ad050e54
EZ
3962
3963 * Makefile.in (infodir): Define relative to $(srcdir).
3964 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
3965 include directories list via -I switch to makeinfo.
3966 (index.texi): Use cp if both hard and symbolic links fail.
3967
10fa7f8e
EZ
39682001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3969
7a1494ce
EZ
3970 * Makefile.in (distclean): Add.
3971
10fa7f8e
EZ
3972 The following changes make ELisp manual part of the Emacs
3973 distribution:
3974
3975 * Makefile.in: Add Copyright notice.
3976 (prefix): Remove.
3977 (infodir): Change value to "../info".
3978 (VPATH): New variable.
3979 (MAKE): Don't define.
3980 (texmacrodir): Don't define.
3981 (texinputdir): Append the existing value of TEXINPUTS.
3982 ($(infodir)/elisp): Instead of just "elisp". Reformat the
3983 command to be compatible with man/Makefile.in, and to put the
3984 output into ../info.
5c32b7c5 3985 (info): Add target.
10fa7f8e
EZ
3986 (installall): Target removed.
3987
ad050e54 39882001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
3989
3990 * tips.texi (Coding Conventions): Fix typo.
3991
6fd735df
GM
39922001-10-23 Gerd Moellmann <gerd@gnu.org>
3993
3994 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
3995
b704d54b
EZ
39962001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
3997
3998 * files.texi (File Name Components): Update the description of
3999 file-name-sans-extension and file-name-extension, as they now
4000 ignore leading dots.
4001
71431a0e
GM
40022001-10-20 Gerd Moellmann <gerd@gnu.org>
4003
6aa97356 4004 * (Version 21.1 released.)
71431a0e 4005
79f1f96c
MB
40062001-10-19 Miles Bader <miles@gnu.org>
4007
4008 * positions.texi (Text Lines): Describe behavior of
4009 `beginning-of-line'/`end-of-line' in the presence of field properties.
4010
892a8f36
GM
40112001-10-17 Gerd Moellmann <gerd@gnu.org>
4012
4013 * Makefile.in (VERSION): Set to 2.8.
4014 (manual): Use `manual-21'.
4015
8c1cc9e8 4016 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
4017 number was used. Set it to 2.8.
4018
4019 * intro.texi: Likewise.
4020
51724e26
EZ
40212001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4022
4023 * files.texi (File Name Completion): Document the significance of
4024 a trailing slash in elements of completion-ignored-extensions.
4025
57b338e8
MB
40262001-10-06 Miles Bader <miles@gnu.org>
4027
4028 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
4029
c89e4bc5
GM
40302001-10-04 Gerd Moellmann <gerd@gnu.org>
4031
4032 * variables.texi (Variable Aliases): New node.
4033
ab952a4f
GM
40342001-10-04 Gerd Moellmann <gerd@gnu.org>
4035
4036 * Branch for 21.1.
dff28924 4037
9db3a582
MB
40382001-10-02 Miles Bader <miles@gnu.org>
4039
ae1a9581
MB
4040 * minibuf.texi (Minibuffer Misc): Add entries for
4041 `minibuffer-contents', `minibuffer-contents-no-properties', and
4042 `delete-minibuffer-contents'.
4043 Correct description for `minibuffer-prompt-end'.
4044
9db3a582
MB
4045 * text.texi (Property Search): Correct descriptions of
4046 `next-char-property-change' and `previous-char-property-change'.
4047 Add entries for `next-single-char-property-change' and
4048 `previous-single-char-property-change'.
4049 Make operand names a bit more consistent.
4050
03be5931
EZ
40512001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
4052
4053 * frames.texi (Finding All Frames): Document that next-frame and
4054 previous-frame are local to current terminal.
4055
974548ec
EZ
40562001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
4057
4058 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 4059 result of make-keymap.
974548ec 4060
8d82c597
EZ
40612001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
4062
4063 * display.texi (Font Lookup, Attribute Functions)
4064 (Image Descriptors): Add cross-references to the definition of
4065 selected frame.
4066
4067 * buffers.texi (The Buffer List): Add cross-references to the
4068 definition of selected frame.
4069
4070 * frames.texi (Input Focus): Clarify which frame is _the_ selected
4071 frame at any given time.
4072 (Multiple Displays, Size and Position): Add a cross-reference to
4073 the definition of the selected frame.
4074
2842de30
EZ
40752001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4076
4077 * strings.texi (String Conversion) <string-to-number>: Document
4078 that a float is returned for integers that are too large.
4079
4080 * frames.texi (Mouse Position): Document mouse-position-function.
4081 (Display Feature Testing): Document display-images-p.
4082 (Window Frame Parameters): Document the cursor-type variable.
4083
4084 * numbers.texi (Integer Basics): Document CL style read syntax for
4085 integers in bases other than 10.
4086
4087 * positions.texi (List Motion): Document
4088 open-paren-in-column-0-is-defun-start.
4089
4090 * lists.texi (Sets And Lists): Document member-ignore-case.
4091
4092 * internals.texi (Garbage Collection): Document the used and free
4093 strings report.
4094 (Memory Usage): Document strings-consed.
4095
4096 * os.texi (Time of Day): Document float-time.
4097 (Recording Input): Document that clear-this-command-keys clears
4098 the vector to be returned by recent-keys.
4099
4100 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
4101 argument keymap can be a list.
4102
4103 * nonascii.texi (User-Chosen Coding Systems)
4104 <select-safe-coding-system>: Document the new argument
4105 accept-default-p and the variable
4106 select-safe-coding-system-accept-default-p. Tell what happens if
4107 buffer-file-coding-system is undecided.
4108 (Default Coding Systems): Document auto-coding-regexp-alist.
4109
4110 * display.texi (The Echo Area) <message>: Document
4111 message-truncate-lines.
4112 (Glyphs): Document that the glyph table is unused on windowed
4113 displays.
4114
4115 * help.texi (Describing Characters) <single-key-description>:
4116 Document the new argument no-angles.
4117 (Accessing Documentation) <documentation-property>: Document that
4118 a non-string property is evaluated.
4119 <documentation>: Document that the function-documentation property
4120 is looked for.
4121
4122 * windows.texi (Selecting Windows): Document some-window.
4123
4124 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
4125
4126 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
4127 apropos-mode-hook.
4128
4129 * commands.texi (Using Interactive): Document interactive-form.
4130 (Keyboard Macros): Document kbd-macro-termination-hook.
4131 (Command Loop Info): Document that clear-this-command-keys clears
4132 the vector to be returned by recent-keys.
4133
2d43d823
GM
41342001-09-04 Werner LEMBERG <wl@gnu.org>
4135
4136 * Makefile.in (srcdir, texinputdir): New variables.
4137 (srcs, index.texi, install): Use $(srcdir).
4138 (.PHONY): Remove elisp.dvi.
4139 (elisp): Use -I switch for makeinfo.
4140 (elisp.dvi): Use $(srcdir) and $(texinputdir).
4141 (installall, dist): Use $(srcdir).
4142 Fix path to texinfo.tex.
4143 (maintainer-clean): Add elisp.dvi and elisp.oaux.
4144
fa739b31
GM
41452001-08-30 Gerd Moellmann <gerd@gnu.org>
4146
92a25631
GM
4147 * display.texi (Conditional Display): Adjust to API change.
4148
fa739b31
GM
4149 * configure: New file.
4150
cef68af5
GM
41512001-07-30 Gerd Moellmann <gerd@gnu.org>
4152
4153 * commands.texi (Repeat Events): Add description of
4154 double-click-fuzz.
4155
d1f08d85
SM
41562001-05-08 Stefan Monnier <monnier@cs.yale.edu>
4157
4158 * syntax.texi (Syntax Class Table): Add the missing designator for
4159 comment and string fences.
4160 (Syntax Properties): Add a xref to syntax table internals.
4161 (Syntax Table Internals): Document string-to-syntax.
4162
1e9fc92e
GM
41632001-05-07 Gerd Moellmann <gerd@gnu.org>
4164
4165 * Makefile.in (install): Use install-info command line options
4166 like in Emacs' Makefile.in.
4167
00480554
MB
41682000-12-09 Miles Bader <miles@gnu.org>
4169
4170 * windows.texi (Window Start): Update documentation for
4171 `pos-visible-in-window-p'.
4172
1e344ee2
SM
41732000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4174
4175 * lists.texi (Building Lists): Add footnote to explain how to add
4176 to the end of a list.
4177
a540f6ed
GM
41782000-10-25 Gerd Moellmann <gerd@gnu.org>
4179
4180 * files.texi (Visiting Functions): Typos.
4181
28bcdbee
KH
41822000-10-25 Kenichi Handa <handa@etl.go.jp>
4183
4184 * files.texi (Visiting Functions): Return value of
4185 find-file-noselect may be a list of buffers if wildcards are used.
4186
22d1a4ed
MB
41872000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4188
4189 * display.texi (Defining Faces): Document `graphic' display type
4190 in face specs.
4191
916a89db
KG
41922000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4193
1e9fc92e 4194 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
4195 `after-make-frame-hook' with `after-make-frame-functions'.
4196
1e9fc92e 4197 * frames.texi (Creating Frames): Ditto.
916a89db 4198
1e9fc92e 4199 * variables.texi (Future Local Variables): Ditto.
916a89db 4200
483de32b
GM
42012000-10-16 Gerd Moellmann <gerd@gnu.org>
4202
4203 * display.texi (Other Image Types): Add description of :foreground
4204 and :background properties of mono PBM images.
4205
e23a63a5
WL
42062000-08-17 Werner LEMBERG <wl@gnu.org>
4207
4208 * .cvsignore: New file.
4209
dfc16043
GM
42102000-01-05 Gerd Moellmann <gerd@gnu.org>
4211
4212 * tindex.pl: New script.
4213
602613fe
DL
42141999-12-03 Dave Love <fx@gnu.org>
4215
4216 * Makefile.in (MAKEINFO): New parameter.
4217
94ec544d
DL
42181999-09-17 Richard Stallman <rms@gnu.org>
4219
4220 * Makefile.in (srcs): Add hash.texi.
4221 (VERSION): Update to 20.6.
4222
42231999-09-13 Richard Stallman <rms@gnu.org>
4224
4225 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
4226
42271998-08-29 Karl Heuer <kwzh@gnu.org>
4228
4229 * configure.in: New file.
4230 * Makefile.in: Renamed from Makefile.
4231 (prefix, infodir): Use value obtained from configure.
4232 (emacslibdir): Obsolete variable deleted.
4233 (dist): Distribute configure.in, configure, Makefile.in.
4234
42351998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
4236
4237 * Makefile (INSTALL_INFO): New variable.
4238 (install): Run install-info.
4239
42401998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
4241
4242 * Makefile (elisp.dvi): Add missing backslash.
4243
42441998-05-02 Richard Stallman <rms@psilocin.gnu.org>
4245
4246 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
4247 Run texindex without `./'. Always run texindex on elisp.tp.
4248 (elisp.tps): Target deleted.
4249
42501998-04-05 Richard Stallman <rms@psilocin.gnu.org>
4251
4252 * Makefile (srcs): Add nonascii.texi and customize.texi.
4253 (dist): Start by deleting `temp'.
4254
42551998-02-17 Richard Stallman <rms@psilocin.gnu.org>
4256
4257 * Makefile (makeinfo, texindex): Targets deleted.
4258 (makeinfo.o, texindex.o): Targets deleted.
4259 (clean, dist): Don't do anything with them or with getopt*.
4260
42611998-01-30 Richard Stallman <rms@psilocin.gnu.org>
4262
4263 * Makefile (SHELL): Defined.
4264
42651998-01-27 Richard Stallman <rms@psilocin.gnu.org>
4266
4267 * Makefile (elisp.tps): New target.
4268 (elisp.dvi): Depend on elisp.tps.
4269
4270Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
4271
4272 * README: Update phone number.
4273
4274 * Makefile (elisp): Make this be the default target.
4275 Depend on makeinfo.c instead of makeinfo.
4276 (install): Don't depend on elisp.dvi, since we don't install that.
4277 Use mkinstalldirs.
4278 (dist): Add mkinstalldirs.
4279
4280Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4281
4282 * Makefile (VERSION): Update version number.
4283 (maintainer-clean): Renamed from realclean.
4284
4285Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
4286
4287 * Makefile (realclean): New target.
4288 (elisp): Remove any old elisp-* files first.
4289
4290Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
4291
d1f08d85
SM
4292 * Makefile (VERSION): New variable.
4293 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
4294 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
4295
4296Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4297
4298 * Makefile (elisp): Depend on makeinfo.
4299
4300Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
4301
d1f08d85 4302 * Makefile (srcs): Add anti.texi.
94ec544d
DL
4303
4304Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4305
4306 * Makefile (infodir, prefix): New vars.
4307 (install): Use infodir.
4308 (emacsinfodir): Deleted.
4309
4310Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4311
4312 * Makefile (srcs): Add calendar.texi.
4313
4314 * Makefile (dist): Copy texindex.c and makeinfo.c.
4315 Limit elisp-* files to those with one or two digits.
4316
4317Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4318
4319 * Makefile (dist): Changed to use Gzip instead of compress.
4320
4321Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4322
4323 * loading.texi (Unloading): define-function changed back to
4324 defalias. It may not stay this way, but at least it's
4325 consistent with the known-good version of the code patch.
4326
4327Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4328
4329 * modes.texi (Hooks): Document new optional arg of add-hook.
4330
4331Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4332
d1f08d85 4333 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
4334
4335 * tips.texi: Add new section on standard library headers.
4336
4337Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4338
4339 * Makefile (srcs): Add frame.texi to the list of sources.
4340
4341Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4342
4343 * Makefile (dist): Don't bother excluding autosave files; they'll
4344 never make it into the temp directory anyway, and the hash marks
4345 in the name are problematic for make and the Bourne shell.
dff28924 4346 (srcs):
94ec544d
DL
4347
4348Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4349
d1f08d85 4350 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
4351 the distribution tar file.
4352
dff28924 4353Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
4354
4355 * Makefile (srcs): Added index.perm.
4356 (elisp.dvi): Remove erroneous shell comment.
4357 Expect output of permute-index in permuted.fns.
4358 Save old elisp.aux in elisp.oaux.
4359 (clean): Added index.texi to be deleted.
4360
dff28924 4361Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
4362
4363 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
4364
dff28924 4365Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
4366
4367 * files.texi: Noted that completion-ignored-extensions is ignored
4368 when making *Completions*.
4369
4370Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
4371
4372 * Makefile make dist now depends on elisp.dvi, since it tries
4373 to include it in the dist file.
4374
dff28924 4375Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
4376
4377 * functions.texinfo (Mapping Functions): Add missing quote
4378
dff28924 4379Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
4380
4381 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
4382 (defunargs): Turn off \hyphenchar of \sl font temporarily.
4383
dff28924 4384Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4385
4386 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
4387 and @error{} are the terms now being used. The files in the
4388 directory have been changed to reflect this.
4389
d1f08d85 4390 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
4391 ` @result{}', using 5 spaces at the begining of the line.
4392
dff28924 4393Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4394
4395 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
4396 experimental @indentedresult{}, @indentedexpandsto{} are part of
4397 the texinfo.tex in this directory. These TeX macros are not
4398 stable yet.
4399
dff28924 4400Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4401
4402 * texinfo.tex: temporarily added
d1f08d85 4403 \let\result=\dblarrow
94ec544d
DL
4404 \def\error{{\it ERROR} \longdblarrow}
4405 We need to do this better soon.
4406
dff28924 4407Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4408
4409 * Applied Karl Berry's patches to *.texinfo files, but not to
4410 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
4411 new title page format is also not applied, since it requires
4412 texinfo.tex changes.)
4413
4414 * Cleaned up `Makefile' and defined the `emacslibdir' directory
4415 for the Project GNU development environment.
4416
ad050e54 4417;; Local Variables:
fd026ee1 4418;; coding: iso-2022-7bit
ad050e54 4419;; End:
2a34a036 4420
651f374c 4421 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
ceb4c4d3 4422 2005, 2006 Free Software Foundation, Inc.
2a34a036
GM
4423 Copying and distribution of this file, with or without modification,
4424 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
4425
4426;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda