* custom.texi (Specifying File Variables, Unsafe File Variables):
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
d342156c
KS
12006-02-10 Kim F. Storm <storm@cua.dk>
2
3 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4
8392fe4a
JB
52006-02-08 Juanma Barranquero <lekktu@gmail.com>
6
7 * modes.texi (%-Constructs): Remove obsolete info about
8 `global-mode-string'.
9
cd6cd82a
RS
102006-02-07 Richard M. Stallman <rms@gnu.org>
11
d78dc2d8
RS
12 * commands.texi (Prefix Command Arguments): Minor cleanup.
13
14 * display.texi: "Graphical display", not window system.
15
cd6cd82a
RS
16 * functions.texi (What Is a Function): Fix xref.
17
18 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
19 (Changing Key Bindings): Clarify when remapping is better than
20 substitute-key-definition.
21
222006-02-02 Richard M. Stallman <rms@gnu.org>
23
24 * minibuf.texi (Basic Completion): Completion alists are risky.
25
26 * keymaps.texi (Active Keymaps): Clarifications.
27 (Searching Keymaps): New node.
28 (Keymaps): Update menu.
29
30 * frames.texi (Layout Parameters): Minor clarification.
31 (Drag and Drop): New node.
32 (Frames): Update menu.
33
cf052abc
CY
342006-01-29 Chong Yidong <cyd@stupidchicken.com>
35
36 * display.texi (Other Display Specs, Image Descriptors): Image
37 description is a list, not a cons cell.
38
1f2907ee
LT
392006-01-28 Luc Teirlinck <teirllm@auburn.edu>
40
41 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
42 list is not necessarily a list).
43
a849f77d
EZ
442006-01-27 Eli Zaretskii <eliz@gnu.org>
45
46 * frames.texi (Layout Parameters): border-width and
47 internal-border-width belong to the frame, not the window.
48
d322eb9b
RS
492006-01-19 Richard M. Stallman <rms@gnu.org>
50
51 * nonascii.texi (Translation of Characters): Search cmds use
52 translation-table-for-input. Automatically made local.
53
54 * markers.texi (Overview of Markers): Count insertion type
55 as one of a marker's attributes.
56
cd6cd82a
RS
57 * keymaps.texi (Controlling Active Maps): New node, split out of
58 Active Keymaps.
59 (Keymaps): Menu updated.
60 (Active Keymaps): Give pseudocode to explain how the active
61 maps are searched. current-active-maps and key-binding moved here.
62 (Functions for Key Lookup): current-active-maps and key-binding moved.
63 Clarifications.
64 (Searching the Keymaps): New subnode.
65
d322eb9b
RS
66 * elisp.texi (Top): Menu clarification.
67
68 * display.texi (Other Display Specs): Delete duplicate entry for
69 just a string as display spec. Move text about recursive display
70 specs on such a string.
71
72 * commands.texi (Key Sequence Input): Clarify.
73 Move num-nonmacro-input-events out.
74 (Reading One Event): num-nonmacro-input-events moved here.
75
2ac77b5a
NR
762006-01-14 Nick Roberts <nickrob@snap.net.nz>
77
78 * advice.texi (Simple Advice): Update example to fit argument
79 change in previous-line.
80
a203a18c
RS
812006-01-05 Richard M. Stallman <rms@gnu.org>
82
83 * markers.texi (The Mark): Fix in `mark'.
84
d9043ddf
RS
852006-01-04 Richard M. Stallman <rms@gnu.org>
86
87 * processes.texi (Misc Network, Make Network): Minor cleanups.
88
8a5db8ae
KS
892006-01-04 Kim F. Storm <storm@cua.dk>
90
91 * processes.texi (Make Network): Add IPv6 addresses and handling.
92 (Network Feature Testing): Mention (:family ipv6).
93 (Misc Network): Add IPv6 formats to format-network-address.
94
19bb7940
RS
952005-12-30 Richard M. Stallman <rms@gnu.org>
96
97 * text.texi (Changing Properties):
98 Don't use return value of set-text-properties.
99
b9cb50d9
LT
1002005-12-29 Luc Teirlinck <teirllm@auburn.edu>
101
102 * modes.texi (Mode Line Format): Correct typo in menu.
103
94a867a6
RS
1042005-12-29 Richard M. Stallman <rms@gnu.org>
105
106 * modes.texi (Mode Line Top): New node.
107 (Mode Line Data): Some text moved to new node.
108 Explain the data structure more concretely.
109 (Mode Line Basics): Clarifications.
110 (Mode Line Variables): Clarify intro paragraph.
111 (%-Constructs): Clarify intro paragraph.
112 (Mode Line Format): Update menu.
113
ba455131
LT
1142005-12-28 Luc Teirlinck <teirllm@auburn.edu>
115
116 * minibuf.texi (Basic Completion): Update lazy-completion-table
117 examples for removal of ARGS argument.
118
2b6abe1e
RS
1192005-12-23 Richard M. Stallman <rms@gnu.org>
120
121 * text.texi (Undo): Restore some explanation from the version
122 that was deleted.
123
2d7409f2
EZ
1242005-12-23 Eli Zaretskii <eliz@gnu.org>
125
126 * text.texi (Undo): Remove dupliate descriptions of `apply
127 funname' and `apply delta' elements of the undo list.
128
2e23b82e
RS
1292005-12-20 Richard M. Stallman <rms@gnu.org>
130
131 * help.texi (Help Functions): Update documentation of `apropos'.
132
a31687ce
LT
1332005-12-20 Luc Teirlinck <teirllm@auburn.edu>
134
135 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
136 because it is confusing. If the :help-echo keyword is a function,
137 it is not directly used as the :help-echo overlay property, as the
138 xref seems to suggest (it does not take the appropriate args).
139
0e83c4e9
LT
1402005-12-19 Luc Teirlinck <teirllm@auburn.edu>
141
142 * customize.texi (Common Keywords): Fix Texinfo usage.
143 (Group Definitions, Variable Definitions): Update for new
144 conventions for using `*' in docstrings.
77df907a
LT
145
146 * tips.texi (Documentation Tips): Update for new conventions for
147 using `*' in docstrings.
148
69487a1f
RS
1492005-12-16 Richard M. Stallman <rms@gnu.org>
150
151 * minibuf.texi (Minibuffer Contents): Minor cleanup.
152
2a502a32
JL
1532005-12-16 Juri Linkov <juri@jurta.org>
154
155 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
156
b158c851
RF
1572005-12-14 Romain Francoise <romain@orebokech.com>
158
159 * modes.texi (Customizing Keywords): Rename `append' to `how'.
160 Fix typo.
161
d7d1f75e
JL
1622005-12-11 Juri Linkov <juri@jurta.org>
163
164 * minibuf.texi (Completion Commands): Add mention of read-file-name
165 for filename completion keymaps.
166 (Reading File Names): Add mention of filename completion keymaps
167 for read-file-name and xref to `Completion Commands'.
168
4b1c16c2
RS
1692005-12-10 Richard M. Stallman <rms@gnu.org>
170
171 * customize.texi (Common Keywords): State caveats for use of :tag.
172
1d49d5d9
RS
1732005-12-08 Richard M. Stallman <rms@gnu.org>
174
2663a204
RS
175 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
176 with xrefs and better explanation.
177 (Completion Commands): Add the filename completion maps.
178
1d49d5d9
RS
179 * objects.texi (Character Type): Clarify that \s is not space
180 if a dash follows.
181
fa0d4d0c
RS
1822005-12-05 Richard M. Stallman <rms@gnu.org>
183
184 * windows.texi (Resizing Windows): Delete preserve-before args.
185
d64b177a
SM
1862005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
187
188 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
189 in full keymaps, since the quirk has been fixed.
190
79019cc9
EZ
1912005-12-03 Eli Zaretskii <eliz@gnu.org>
192
193 * hooks.texi (Standard Hooks): Add index entries. Mention
194 `compilation-finish-functions'.
195
161ef3be
RS
1962005-11-27 Richard M. Stallman <rms@gnu.org>
197
198 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
199
17c1971a
JL
2002005-11-21 Juri Linkov <juri@jurta.org>
201
202 * customize.texi (Common Keywords): Update links types
203 custom-manual and url-link. Add link types emacs-library-link,
204 file-link, function-link, variable-link, custom-group-link.
205
5890344b
CY
2062005-11-20 Chong Yidong <cyd@stupidchicken.com>
207
208 * display.texi: Revert 2005-11-20 change.
209
cbce0752
TTN
2102005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
211
212 * processes.texi (Bindat Functions):
213 Say "third" to refer to zero-based index "2".
214
ff04c885
LT
2152005-11-18 Luc Teirlinck <teirllm@auburn.edu>
216
217 * loading.texi (Library Search): Update the default value of
218 `load-suffixes'.
219
ce8d4e00
CY
2202005-11-17 Chong Yidong <cyd@stupidchicken.com>
221
222 * display.texi (Attribute Functions): Mention :ignore-defface.
223
cbad4a9e
SM
2242005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
225
226 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 227 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 228
fda12b27
RS
2292005-11-06 Richard M. Stallman <rms@gnu.org>
230
231 * files.texi (Magic File Names): find-file-name-handler checks the
232 `operations' property of the handler.
233
e082564e
RS
2342005-11-03 Richard M. Stallman <rms@gnu.org>
235
236 * variables.texi (Frame-Local Variables): Small clarification.
237
f0cdd9e4
CY
2382005-10-29 Chong Yidong <cyd@stupidchicken.com>
239
240 * os.texi (Init File): Document ~/.emacs.d/init.el.
241
685abb98
RS
2422005-10-29 Richard M. Stallman <rms@gnu.org>
243
244 * internals.texi (Garbage Collection): Document memory-full.
245
7000848e
BW
2462005-10-28 Bill Wohler <wohler@newt.com>
247
248 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
249 for URLs.
250
107fb6c9
RS
2512005-10-28 Richard M. Stallman <rms@gnu.org>
252
253 * minibuf.texi (Completion Commands): Clean up prev change.
254
2552005-10-26 Kevin Ryde <user42@zip.com.au>
256
257 * compile.texi (Eval During Compile): Explain recommended uses
258 of eval-when-compile and eval-and-compile.
259
1d8e69a2
MY
2602005-10-27 Masatake YAMATO <jet@gyve.org>
261
cbad4a9e 262 * minibuf.texi (Completion Commands):
1d8e69a2 263 Write about new optional argument for `display-completion-list'.
cbad4a9e 264
6a897887
RS
2652005-10-23 Richard M. Stallman <rms@gnu.org>
266
267 * display.texi (Overlay Arrow): Clarify about local bindings of
268 overlay-arrow-position.
269
6d1e17be
EZ
2702005-10-22 Eli Zaretskii <eliz@gnu.org>
271
272 * internals.texi (Building Emacs): Fix last change.
273
db5fe0a6
RS
2742005-10-22 Richard M. Stallman <rms@gnu.org>
275
276 * internals.texi (Building Emacs): Document eval-at-startup.
277
45158e77
RS
2782005-10-21 Richard M. Stallman <rms@gnu.org>
279
280 * loading.texi (Where Defined): load-history contains abs file names.
281 symbol-file returns abs file names.
282
e50165ec
KS
2832005-10-19 Kim F. Storm <storm@cua.dk>
284
285 * display.texi (Showing Images): Add max-image-size integer value.
286
63ab30d0
CY
2872005-10-18 Chong Yidong <cyd@stupidchicken.com>
288
289 * display.texi (Showing Images): Document max-image-size.
290
f8252852
RS
2912005-10-17 Richard M. Stallman <rms@gnu.org>
292
293 * commands.texi (Quitting): Minor clarification.
294
295 * processes.texi (Sentinels): Clarify about output and quitting.
296 (Filter Functions): Mention with-local-quit.
297
c1bed3aa
JL
2982005-10-17 Juri Linkov <juri@jurta.org>
299
300 * buffers.texi (Current Buffer):
301 * commands.texi (Event Input Misc):
302 * compile.texi (Eval During Compile, Compiler Errors):
303 * customize.texi (Group Definitions):
304 * display.texi (Progress, Defining Faces):
305 * files.texi (Writing to Files):
306 * modes.texi (Mode Hooks, Defining Minor Modes):
307 * streams.texi (Output Functions):
308 * syntax.texi (Syntax Table Functions):
309 * text.texi (Change Hooks):
310 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
311
312 * commands.texi (Quitting): Replace arg `forms' with `body' in
313 `with-local-quit'.
314
315 * positions.texi (Excursions): Replace arg `forms' with `body' in
316 `save-excursion'.
317
ef1b4c9e
KS
3182005-10-08 Kim F. Storm <storm@cua.dk>
319
320 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
321 Rename manual section accordingly.
322
abc8ce50
KS
3232005-10-04 Kim F. Storm <storm@cua.dk>
324
325 * windows.texi (Window Split Tree): New section describing
326 new function window-split-tree function.
327
a1f5a1f0
NR
3282005-10-03 Nick Roberts <nickrob@snap.net.nz>
329
330 * display.texi (Fringe Size/Pos): Simplify and add detail.
331
97c3e4cc
RF
3322005-09-30 Romain Francoise <romain@orebokech.com>
333
334 * minibuf.texi (High-Level Completion): Explain that the prompt
335 given to `read-buffer' should end with a colon and a space.
336 Update usage examples.
337
8ad8c5ce
JL
3382005-09-29 Juri Linkov <juri@jurta.org>
339
340 * display.texi (Displaying Messages): Rename argument name
341 `string' to `format-string' in functions `message', `message-box',
342 `message-or-box'.
343
63182706
CY
3442005-09-26 Chong Yidong <cyd@stupidchicken.com>
345
346 * errors.texi (Standard Errors): Corrected xrefs.
347
906320ec
CY
3482005-09-18 Chong Yidong <cyd@stupidchicken.com>
349
350 * display.texi (Defining Images): Updated documentation for
351 `image-load-path'.
352
8ccd3630
RS
3532005-09-17 Richard M. Stallman <rms@gnu.org>
354
355 * display.texi (Defining Images): Clean up previous change.
356
7260457b
RF
3572005-09-16 Romain Francoise <romain@orebokech.com>
358
359 * elisp.texi: Specify GFDL version 1.2.
360
361 * doclicense.texi (GNU Free Documentation License): Update to
362 version 1.2.
363
5b51c037
CY
3642005-09-15 Chong Yidong <cyd@stupidchicken.com>
365
366 * display.texi (Defining Images): Document `image-load-path'.
367
5c4757d3
RS
3682005-09-15 Richard M. Stallman <rms@gnu.org>
369
370 * objects.texi (Printed Representation): Minor cleanup.
371 (Box Diagrams): Minor fix.
372 (Cons Cell Type): Move (...) index item here.
373 (Box Diagrams): From here.
374 (Array Type): Minor fix.
375 (Type Predicates): Delete index "predicates".
376 (Hash Table Type): Clarify xref.
377 (Dotted Pair Notation): Minor fix.
378
2bb8b80c
CY
3792005-09-10 Chong Yidong <cyd@stupidchicken.com>
380
381 * files.texi (Saving Buffers): Fix typo.
382
47b8bc5d
RS
3832005-09-08 Richard M. Stallman <rms@gnu.org>
384
385 * tips.texi (Programming Tips): Correct the "default" prompt spec.
386
475aab0d
CY
3872005-09-08 Chong Yidong <cyd@stupidchicken.com>
388
389 * locals.texi (Standard Buffer-Local Variables): Don't include
390 mode variables for minor modes.
391 Fix xrefs for buffer-display-count, buffer-display-table,
392 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
393 enable-multibyte-characters, fill-column, header-line-format,
394 left-fringe-width, left-margin, and right-fringe-width.
395
396 * hooks.texi (Standard Hooks): All hooks should conform to the
397 standard naming convention now.
398 Fix xref for `echo-area-clear-hook'.
399
400 * display.texi (Usual Display): Note that indicate-empty-lines and
401 tab-width are buffer-local.
402
403 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
404
405 * modes.texi (Mode Help): Note that major-mode is buffer-local.
406
407 * nonascii.texi (Encoding and I/O): Note that
408 buffer-file-coding-system is buffer-local.
409
410 * positions.texi (List Motion): Note that defun-prompt-regexp is
411 buffer-local.
412
413 * text.texi (Auto Filling): Note that auto-fill-function is
414 buffer-local.
415 (Undo): Note that buffer-undo-list is buffer-local.
416
417 * windows.texi (Buffers and Windows): Document
418 buffer-display-count.
419
2a6bc1f7
RS
4202005-09-06 Richard M. Stallman <rms@gnu.org>
421
422 * tips.texi (Coding Conventions): Sometimes it is ok to put the
423 package prefix elsewhere than at the start of the name.
424
d7ea8b71
RS
4252005-09-03 Richard M. Stallman <rms@gnu.org>
426
427 * tips.texi (Programming Tips): Add conventions for minibuffer
428 questions and prompts.
429
0c6087a6
RS
4302005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
431
432 * intro.texi (nil and t): Minor cleanup.
433 Delete spurious mention of keyword symbols.
434 (Evaluation Notation): Add index entry.
435 (A Sample Function Description): Minor cleanup.
436 (A Sample Variable Description): Not all vars can be set.
437
4b5fa40e
TTN
4382005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
439
440 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
441
442 (Insertion): Document precise type of `insert-char' arg COUNT.
443
34b50776
SM
4442005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
445
446 * modes.texi (Other Font Lock Variables): Sync the default of
447 font-lock-lines-before.
448
c1105d05
MA
4492005-08-31 Michael Albinus <michael.albinus@gmx.de>
450
451 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
452
62929713
RS
4532005-08-29 Richard M. Stallman <rms@gnu.org>
454
455 * elisp.texi (Top): Update subnode menu.
456
457 * searching.texi (Searching and Matching): Move node.
458 Rearrange contents and add overall explanation.
459 (Searching and Case): Move node.
460 (Searching and Matching): Update menu.
461
0fb57cc0
EZ
4622005-08-27 Eli Zaretskii <eliz@gnu.org>
463
464 * os.texi (Startup Summary): Fix the description of the initial
465 startup message display.
466
3e80c4c1
RS
4672005-08-25 Richard M. Stallman <rms@gnu.org>
468
469 * searching.texi (Search and Replace): Add replace-regexp-in-string.
470
4712005-08-25 Emilio C. Lopes <eclig@gmx.net>
472
473 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
474 `next-overlay-change' example.
c1105d05 475
79a8defb
JL
4762005-08-22 Juri Linkov <juri@jurta.org>
477
478 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
479 Fix invert-face. Fix args of face-background.
480
16691d29
JL
481 * display.texi (Standard Faces): Delete node.
482 (Faces): Add xref to `(emacs)Standard Faces'.
483 (Displaying Faces): Fix xref to `Standard Faces'.
484
485 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
486
217b694f
EZ
4872005-08-20 Alan Mackenzie <acm@muc.de>
488
489 * buffers.texi (The Buffer List): Clarify the manipulation of the
490 buffer list.
491
0bf14bfd
RS
4922005-08-14 Richard M. Stallman <rms@gnu.org>
493
7ad1498e
AS
494 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
495 a regexp.
0bf14bfd 496
c118d09e
RS
4972005-08-11 Richard M. Stallman <rms@gnu.org>
498
59cb8c23
RS
499 * elisp.texi (Top): Update subnode lists.
500
501 * display.texi (Inverse Video): Node deleted.
502
c118d09e
RS
503 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
504 New nodes split out of Coding Conventions.
505
506 * searching.texi (Regular Expressions): Document re-builder.
507
508 * os.texi (Time Parsing): New node split out of Time Conversion.
509
510 * processes.texi (Misc Network, Network Feature Testing)
511 (Network Options, Make Network): New nodes split out of
512 Low-Level Network.
513
67ec7f41
RS
5142005-08-09 Richard M. Stallman <rms@gnu.org>
515
76d47f0d
RS
516 * frames.texi (Geometry): New node, split from Size and Position.
517 (Frame Parameters): Refer to Geometry.
518
67ec7f41 519 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 520
67ec7f41
RS
521 * windows.texi (Splitting Windows): Fix xref.
522
523 * frames.texi (Layout Parameters): Add xref.
524
525 * display.texi (Line Height, Scroll Bars): Fix xrefs.
526
527 * keymaps.texi (Menu Bar): Fix xref.
528
529 * locals.texi (Standard Buffer-Local Variables): Fix xref.
530
531 * modes.texi (%-Constructs): Fix xref.
532
533 * frames.texi (Window Frame Parameters): Node split up.
534 (Basic Parameters, Position Parameters, Size Parameters)
535 (Layout Parameters, Buffer Parameters, Management Parameters)
536 (Cursor Parameters, Color Parameters): New subnodes.
537
adb5e445
LT
5382005-08-09 Luc Teirlinck <teirllm@auburn.edu>
539
540 * positions.texi (Screen Lines): Update xref for previous change
541 in minibuf.texi.
542
543 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
544 change in minibuf.texi.
545
61298e17
RS
5462005-08-09 Richard M. Stallman <rms@gnu.org>
547
548 * tips.texi (Coding Conventions): Minor cleanup.
549
550 * modes.texi (Defining Minor Modes): Explain when init-value
551 can be non-nil.
552
553 * elisp.texi (Top): Update submenu for Minibuffer.
554
555 * minibuf.texi (Minibuffer Misc): Node split up.
556 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
557 (Recursive Mini): New nodes split out from Minibuffer Misc.
558 (Minibuffer Misc): Document max-mini-window-height.
559
560 * hash.texi (Defining Hash): Delete stray paren in example.
561
562 * display.texi (Echo Area Customization): Don't define
563 max-mini-window-height here; xref instead.
564
565 * commands.texi (Event Input Misc): Update while-no-input.
566
567 * advice.texi (Advising Functions): Explain when to use advice
568 and when to use a hook.
569
43e124e6
EZ
5702005-07-30 Eli Zaretskii <eliz@gnu.org>
571
572 * makefile.w32-in (info): Don't run install-info.
573 ($(infodir)/dir): New target, produced by running install-info.
574
653aea22
LT
5752005-07-27 Luc Teirlinck <teirllm@auburn.edu>
576
577 * modes.texi (Defining Minor Modes): The keyword for the initial
578 value is :init-value, not :initial-value.
579
ba6ebbd5
EZ
5802005-07-23 Eli Zaretskii <eliz@gnu.org>
581
582 * loading.texi (Autoload): Make the `doctor' example be consistent
583 with what's in current loaddefs.el. Describe the "fn" magic in
584 the usage portion of the doc string.
585
6696f2a4
RS
5862005-07-22 Richard M. Stallman <rms@gnu.org>
587
588 * internals.texi (Garbage Collection): Clarify previous change.
589
0c17e67c
SM
5902005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
591
592 * internals.texi (Garbage Collection): Add gc-cons-percentage.
593
426179e1
JL
5942005-07-18 Juri Linkov <juri@jurta.org>
595
596 * commands.texi (Accessing Events):
597 * frames.texi (Text Terminal Colors, Resources):
598 * markers.texi (The Mark):
599 * modes.texi (Defining Minor Modes):
600 Delete duplicate duplicate words.
601
9b0c2c56
RS
6022005-07-16 Richard M. Stallman <rms@gnu.org>
603
604 * display.texi (Managing Overlays): Clarify make-overlay
605 args for insertion types.
606
fd90b80c
LT
6072005-07-13 Luc Teirlinck <teirllm@auburn.edu>
608
0c17e67c
SM
609 * customize.texi (Variable Definitions):
610 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
611 `standard-value' is a list too.
612 (Defining New Types): Use @key{RET} instead of @key{ret}.
613
37aa90e5
TTN
6142005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
615
616 * os.texi (Translating Input): Fix typo.
617
917e0c95
RS
6182005-07-08 Richard M. Stallman <rms@gnu.org>
619
620 * README: Update edition number and size estimate.
621
622 * elisp.texi (VERSION): Set to 2.9.
623
7d90e71d
RS
6242005-07-07 Richard M. Stallman <rms@gnu.org>
625
c330dafe
RS
626 * book-spine.texinfo: Update Emacs version.
627
7d90e71d
RS
628 * display.texi (Inverse Video): Delete mode-line-inverse-video.
629
dc2204be
RS
6302005-07-06 Richard M. Stallman <rms@gnu.org>
631
632 * searching.texi (Regexp Search): Clarify what re-search-forward
633 does when the search fails.
634
a0ec7a4a
LK
6352005-07-05 Lute Kamstra <lute@gnu.org>
636
dc2204be 637 * Update FSF's address in GPL notices.
a0ec7a4a
LK
638
639 * doclicense.texi (GNU Free Documentation License):
640 * gpl.texi (GPL):
641 * tips.texi (Coding Conventions, Library Headers):
642 * vol1.texi:
643 * vol2.texi: Update FSF's address.
644
4af33176
RS
6452005-07-04 Richard M. Stallman <rms@gnu.org>
646
647 * hooks.texi (Standard Hooks): Add occur-hook.
648
b3ab615b
LT
6492005-07-03 Luc Teirlinck <teirllm@auburn.edu>
650
651 * display.texi (The Echo Area): Correct menu.
652
3d393029
RS
6532005-07-03 Richard M. Stallman <rms@gnu.org>
654
7fe48b75
RS
655 * elisp.texi (Top): Update subnode menu for Display.
656
657 * display.texi (Displaying Messages): New node, with most
658 of what was in The Echo Area.
659 (Progress): Moved under The Echo Area.
660 (Logging Messages): New node with new text.
661 (Echo Area Customization): New node, the rest of what was
662 in The Echo Area. Document message-truncate-lines with @defvar.
663 (Display): Update menu.
664
3d393029
RS
665 * windows.texi (Textual Scrolling): Doc 3 values for
666 scroll-preserve-screen-position.
667
668 * text.texi (Special Properties): Change hook functions
669 should bind inhibit-modification-hooks around altering buffer text.
670
671 * keymaps.texi (Key Binding Commands): Call binding BINDING
672 rather than DEFINITION.
673
b26860ad
JB
6742005-06-29 Juanma Barranquero <lekktu@gmail.com>
675
676 * variables.texi (Defining Variables): `user-variable-p' returns t
677 for aliases of user options, nil for alias loops.
678
025691ed
RS
6792005-06-28 Richard M. Stallman <rms@gnu.org>
680
681 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
682 make-keymap.
683
b61bfa4d
LT
6842005-06-27 Luc Teirlinck <teirllm@auburn.edu>
685
686 * variables.texi (Setting Variables): Correct and clarify
687 description of `add-to-ordered-list'.
688
24ee714d
RS
6892005-06-26 Richard M. Stallman <rms@gnu.org>
690
691 * display.texi (Faces): Minor cleanup.
692
33b79ce4
LT
6932005-06-25 Luc Teirlinck <teirllm@auburn.edu>
694
695 * display.texi (Faces): `facep' returns t for strings that are
696 face names.
697
df13531d
RS
6982005-06-25 Richard M. Stallman <rms@gnu.org>
699
700 * objects.texi (Equality Predicates): Clarify meaning of equal.
701
702 * windows.texi (Selecting Windows): save-selected-window
703 and with-selected-window save and restore the current buffer.
704
cf444441
RS
7052005-06-24 Richard M. Stallman <rms@gnu.org>
706
707 * numbers.texi (Float Basics): Explain how to test for NaN,
708 and printing the sign of NaNs.
709
6cdd056d
EZ
7102005-06-24 Eli Zaretskii <eliz@gnu.org>
711
712 * makefile.w32-in (MAKEINFO): Use --force.
713
b93e3c3b
RS
7142005-06-23 Richard M. Stallman <rms@gnu.org>
715
716 * display.texi (Face Functions): Correct Texinfo usage.
717
6fb276bd
LT
7182005-06-23 Luc Teirlinck <teirllm@auburn.edu>
719
720 * lists.texi (Rings): `ring-elements' now returns the elements of
721 RING in order.
722
1d1c7e75
JB
7232005-06-23 Juanma Barranquero <lekktu@gmail.com>
724
725 * markers.texi (The Mark): Texinfo usage fix.
726
9d12e52b
KS
7272005-06-23 Kim F. Storm <storm@cua.dk>
728
729 * searching.texi (Entire Match Data): Remove evaporate option for
730 match-data. Do not mention evaporate option for set-match-data.
731
6d44324c
GM
7322005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
733
734 * display.texi (Face Functions): Mention face aliases.
735
80df27a7
RS
7362005-06-21 Richard M. Stallman <rms@gnu.org>
737
738 * anti.texi (Antinews): Texinfo usage fix.
739
e121563b
KB
7402005-06-21 Karl Berry <karl@gnu.org>
741
9d7d543c
KB
742 * elisp.texi: Use @copying.
743
e121563b
KB
744 * elisp.texi: Put @summarycontents and @contents before the Top
745 node, instead of the end of the file, so that the contents appear
746 in the right place in the dvi/pdf output.
747
36a3b076
JL
7482005-06-21 Juri Linkov <juri@jurta.org>
749
750 * display.texi (Defining Faces): Add `customized-face'.
751
5c796e80
KS
7522005-06-20 Kim F. Storm <storm@cua.dk>
753
b7d1f38f
KS
754 * variables.texi (Setting Variables): Any type of element can be
755 given order in add-to-ordered-list. Compare elements with eq.
756
5c796e80
KS
757 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
758
fb056bef
KB
7592005-06-20 Karl Berry <karl@gnu.org>
760
761 * syntax.texi (Syntax Flags): Make last column very slightly wider
762 to avoid "generic comment" breaking on two lines and causing an
763 underfull box.
764
84398baa
LT
7652005-06-19 Luc Teirlinck <teirllm@auburn.edu>
766
767 * lists.texi (Rings): Various minor clarifications and corrections.
768
07ff1e4b
RS
7692005-06-18 Richard M. Stallman <rms@gnu.org>
770
771 * functions.texi (Obsolete Functions): Simplify.
772
773 * variables.texi (Variable Aliases): Simplify.
774
775 * anti.texi, backups.texi, compile.texi, customization.texi:
776 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
777 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
778 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
779 * variables.texi: Fix formatting ugliness.
780
781 * elisp.texi: Add links to Rings and Byte Packing.
782 Update version and copyright years.
783
784 * minibuf.texi: Fix formatting ugliness.
785 (Completion Commands): Move keymap vars to the end
786 and vars completing-read binds to the top.
787
3f7fab24
LT
7882005-06-17 Luc Teirlinck <teirllm@auburn.edu>
789
790 * processes.texi: Fix typos.
791 (Bindat Spec): Correct Texinfo error.
926c4c9b 792 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 793
f19b57e3
RS
7942005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
795
796 * lists.texi (Rings): New node.
797 (Lists): Add it to menu.
798
a80c5da7 799 * processes.texi (Byte Packing): New node.
f19b57e3
RS
800 (Processes): Add it to menu.
801
8022005-06-17 Richard M. Stallman <rms@gnu.org>
803
804 * syntax.texi (Parsing Expressions): Fix texinfo usage.
805
806 * help.texi (Documentation Basics): Explain the xref to
807 Documentation Tips.
808
809 * debugging.texi (Debugger Commands): Minor fix.
810
67c1390d
LT
8112005-06-16 Luc Teirlinck <teirllm@auburn.edu>
812
813 * edebug.texi (Instrumenting): Eliminate duplicate link.
814 (Specification List): Replace references to "below", referring to
815 a later node, with one @ref to that node.
816
817 * os.texi (Timers): Timers should save and restore the match data
818 if they change it.
819
820 * debugging.texi (Debugger Commands): Mention that the Lisp
821 debugger can not step through primitive functions.
822
51cd2a8c
JB
8232005-06-16 Juanma Barranquero <lekktu@gmail.com>
824
825 * functions.texi (Obsolete Functions): Update argument names of
826 `make-obsolete' and `define-obsolete-function-alias'.
827
828 * variables.texi (Variable Aliases): Update argument names of
829 `defvaralias', `make-obsolete-variable' and
830 `define-obsolete-variable-alias'.
831
f5e6ac4a
KS
8322005-06-15 Kim F. Storm <storm@cua.dk>
833
834 * searching.texi (Entire Match Data): Rephrase warnings about
835 evaporate arg to match-data and set-match-data.
836
fe2a9972
LT
8372005-06-14 Luc Teirlinck <teirllm@auburn.edu>
838
67774855
LT
839 * elisp.texi (Top): Update detailed menu.
840
fe2a9972
LT
841 * edebug.texi (Edebug): Update menu.
842 (Instrumenting): Update xrefs.
843 (Edebug Execution Modes): Correct xref.
844 (Jumping): Clarify description of `h' command.
845 Eliminate redundant @ref.
846 (Breaks): New node.
847 (Breakpoints): is now a subsubsection.
848 (Global Break Condition): Mention `C-x X X'.
849 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
850 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
851 (Edebug Display Update): Correct pxref.
852 (Edebug and Macros): New node.
853 (Instrumenting Macro Calls): Is now a subsubsection.
854 Neither arg of `def-edebug-spec' is evaluated.
855 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
856 (Specification Examples): Fix typo.
857
b59f605b
LK
8582005-06-14 Lute Kamstra <lute@gnu.org>
859
860 * debugging.texi (Function Debugging): Primitives can break on
861 entry too.
862
a5c99dc9
KS
8632005-06-14 Kim F. Storm <storm@cua.dk>
864
865 * variables.texi (Setting Variables): Add add-to-ordered-list.
866
f99ed2f8
SM
8672005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
868
869 * syntax.texi (Parsing Expressions): Document aux functions and vars of
870 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
871
9d42ffaa
LK
8722005-06-13 Lute Kamstra <lute@gnu.org>
873
874 * text.texi (Special Properties): Fix cross reference.
875
32cc0b00
LT
8762005-06-11 Luc Teirlinck <teirllm@auburn.edu>
877
878 * debugging.texi (Function Debugging): Delete mention of empty
879 string argument to `cancel-debug-on-entry'. Delete inaccurate
880 description of the return value of that command.
881
98d1a1cf
EZ
8822005-06-11 Alan Mackenzie <acm@muc.de>
883
884 * text.texi (Adaptive Fill): Amplify the description of
885 fill-context-prefix.
886
4b53b8d7
LT
8872005-06-10 Luc Teirlinck <teirllm@auburn.edu>
888
84398baa 889 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 890
b5305167
SM
8912005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * syntax.texi (Parsing Expressions): Document syntax-ppss.
894
9bd4c3ad
LT
8952005-06-10 Luc Teirlinck <teirllm@auburn.edu>
896
897 * debugging.texi (Error Debugging): Minor rewording.
898 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
899 is optional.
900
257914aa
LK
9012005-06-10 Lute Kamstra <lute@gnu.org>
902
b5305167 903 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
904 (Top): Give it a title. Correct version number. Give the
905 detailed node listing a more prominent header.
b5305167
SM
906 * intro.texi: Don't set VERSION here a second time.
907 Mention Emacs's version too.
257914aa
LK
908 * anti.texi (Antinews): Use EMACSVER to refer to the current
909 version of Emacs.
910
b7aae902
KS
9112005-06-09 Kim F. Storm <storm@cua.dk>
912
913 * searching.texi (Entire Match Data): Explain new `reseat' argument to
914 match-data and set-match-data.
915
99598737
RS
9162005-06-08 Richard M. Stallman <rms@gnu.org>
917
918 * searching.texi (Entire Match Data): Clarify when match-data
919 returns markers and when integers.
920
921 * display.texi (Defining Faces): Explain that face name should not
922 end in `-face'.
923
924 * modes.texi (Mode Line Data): Minor cleanup.
925 (Customizing Keywords): Node split out of Search-based Fontification.
926 Add example of using font-lock-add-keywords from a hook.
927 Clarify when MODE should be non-nil, and when nil.
928
9292005-06-06 Richard M. Stallman <rms@gnu.org>
930
931 * modes.texi (Mode Line Data): Explain what happens when the car
932 of a list is a void symbol.
933 (Search-based Fontification): Explain MODE arg to
934 font-lock-add-keywords and warn about calls from major modes.
935
ecc8893a
JL
9362005-06-08 Juri Linkov <juri@jurta.org>
937
938 * display.texi (Standard Faces): Add `shadow' face.
939
7fa9f4eb
LT
9402005-05-29 Luc Teirlinck <teirllm@auburn.edu>
941
942 * modes.texi (Major Mode Conventions): A derived mode only needs
943 to put the call to the parent mode inside `delay-mode-hooks'.
944
bebcc4b1
RS
9452005-05-29 Richard M. Stallman <rms@gnu.org>
946
c16b1394
RS
947 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
948 new, and what that implies. Clarify.
949
950 * files.texi (Locating Files): Clean up the text.
951
bebcc4b1
RS
952 * frames.texi (Window Frame Parameters): Document user-size.
953 Shorten entry for top by referring to left.
954
9552005-05-26 Richard M. Stallman <rms@gnu.org>
956
957 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
958 is new, and what the implications are. Other clarifications.
959
217797bc
RS
9602005-05-24 Richard M. Stallman <rms@gnu.org>
961
962 * frames.texi (Dialog Boxes): Minor fixes.
963
3565fe07
MY
9642005-05-25 Masatake YAMATO <jet@gyve.org>
965
966 * display.texi (Standard Faces): Write about `mode-line-highlight'.
967
817089df
LT
9682005-05-24 Luc Teirlinck <teirllm@auburn.edu>
969
970 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
971 is optional.
972
cb5db137
NR
9732005-05-24 Nick Roberts <nickrob@snap.net.nz>
974
975 * frames.texi (Dialog Boxes): Descibe new optional argument.
976
3c8572f5
LK
9772005-05-23 Lute Kamstra <lute@gnu.org>
978
979 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
980 syntax-begin-function over font-lock-beginning-of-syntax-function.
981
2a4d7cb3
LT
9822005-05-21 Luc Teirlinck <teirllm@auburn.edu>
983
71f800cf
LT
984 * minibuf.texi (Reading File Names): Update description of
985 `read-directory-name'.
986
2a4d7cb3
LT
987 * modes.texi (Derived Modes): Clarify :group keyword.
988
bb4afd09
EZ
9892005-05-21 Eli Zaretskii <eliz@gnu.org>
990
b5305167
SM
991 * files.texi (Locating Files): New subsection.
992 Describe locate-file and executable-find.
bb4afd09 993
a2c9aee6
EZ
9942005-05-21 Kevin Ryde <user42@zip.com.au>
995
996 * frames.texi (Initial Parameters): Update cross reference to
997 "Emacs Invocation".
998
6900105f
LT
9992005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1000
ca1b0914
LT
1001 * keymaps.texi (Active Keymaps): Add anchor.
1002
6900105f
LT
1003 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
1004 (Major Mode Conventions): Refer to `Auto Major Mode' in more
1005 appropriate place.
1006 (Derived Modes): Small clarifications.
b5305167
SM
1007 (Minor Mode Conventions, Keymaps and Minor Modes):
1008 Replace references to nodes with references to anchors.
6900105f
LT
1009 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
1010 Clarify description of lists whose first element is an integer.
1011 (Mode Line Variables): Add anchor.
1012 (%-Constructs): Clarify description of integer after %.
1013 (Emulating Mode Line): Describe nil value for FACE.
1014
54d06364
LT
10152005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1016
1017 * modes.texi (Derived Modes): Correct references to non-existing
1018 variable standard-syntax-table.
1019
f8d0b769
LK
10202005-05-17 Lute Kamstra <lute@gnu.org>
1021
1022 * modes.texi (Defining Minor Modes): Mention the mode hook.
1023
294c599c
KS
10242005-05-15 Kim F. Storm <storm@cua.dk>
1025
1026 * processes.texi (Network): Remove open-network-stream-nowait.
1027 (Network Servers): Remove open-network-stream-server.
1028
4214af69
LT
10292005-05-15 Luc Teirlinck <teirllm@auburn.edu>
1030
1031 * elisp.texi (Top): Update detailed menu.
1032
1033 * variables.texi: Reorder nodes.
1034 (Variables): Update menu.
1035 (File Local Variables): Do not refer to the `-*-' line as
1036 a "local variables list". Add pxref.
1037
302691ab
LT
10382005-05-14 Luc Teirlinck <teirllm@auburn.edu>
1039
56d4215a
LT
1040 * elisp.texi (Top): Update detailed menu for node changes.
1041
302691ab
LT
1042 * modes.texi (Modes): Update Menu.
1043 (Hooks): Move to beginning of chapter.
1044 Most minor modes run mode hooks too.
1045 `add-hook' can handle void hooks or hooks whose value is a single
1046 function.
1047 (Major Modes): Update Menu.
1048 (Major Mode Basics): New node, split off from `Major Modes'.
1049 (Major Mode Conventions): Correct xref. Explain how to handle
1050 auto-mode-alist if the major mode command has an autoload cookie.
1051 (Auto Major Mode): Major update. Add magic-mode-alist.
1052 (Derived Modes): Major update.
1053 (Mode Line Format): Update Menu.
1054 (Mode Line Basics): New node, split off from `Mode Line Format'.
1055
1056 * loading.texi (Autoload): Mention `autoload cookie' as synonym
1057 for `magic autoload comment'. Add index entries and anchor.
1058
d06ba294
RS
10592005-05-14 Richard M. Stallman <rms@gnu.org>
1060
1061 * tips.texi (Coding Conventions): Explain how important it is
1062 that just loading certain files not change Emacs behavior.
1063
1064 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
1065
405cb12a
LK
10662005-05-12 Lute Kamstra <lute@gnu.org>
1067
19958124
LK
1068 * modes.texi (Generic Modes): Update.
1069 (Major Modes): Refer to node "Generic Modes".
1070
405cb12a
LK
1071 * elisp.texi (Top): Update to the current structure of the manual.
1072 * processes.texi (Processes): Add menu description.
1073 * customize.texi (Customization): Add menu descriptions.
1074
f714dd1b
TTN
10752005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1076
cc9442f2
TTN
1077 * processes.texi (Signals to Processes)
1078 (Low-Level Network): Fix typos.
f714dd1b 1079
36ad23ec
LK
10802005-05-11 Lute Kamstra <lute@gnu.org>
1081
1082 * elisp.texi (Top): Add some nodes from the chapter "Major and
1083 Minor Modes" to the detailed node listing.
1084
d101bf56
RS
10852005-05-10 Richard M. Stallman <rms@gnu.org>
1086
1087 * keymaps.texi (Extended Menu Items): Menu item filter functions
1088 can be called at any time.
1089
698b0510
LT
10902005-05-08 Luc Teirlinck <teirllm@auburn.edu>
1091
1092 * variables.texi (File Local Variables): `(hack-local-variables t)'
1093 now also checks whether a mode is specified in the local variables
1094 list.
1095
2c6b25c7
EZ
10962005-05-05 Kevin Ryde <user42@zip.com.au>
1097
1098 * display.texi (The Echo Area): Correct format function cross
1099 reference.
1100
643b4cf5
LT
11012005-05-05 Luc Teirlinck <teirllm@auburn.edu>
1102
1103 * variables.texi (Variable Aliases): Change description of
1104 `define-obsolete-variable-alias'.
1105
1106 * functions.texi (Functions): Add "Obsolete Functions" to menu.
1107 (Defining Functions): Add xref.
1108 (Obsolete Functions): New node.
1109 (Function Safety): Standardize capitalization of section title.
1110
1111 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
1112 (Dialog Boxes): Complete description of `x-popup-dialog'.
1113
053bc8e4
RS
11142005-05-04 Richard M. Stallman <rms@gnu.org>
1115
1116 * commands.texi (Interactive Codes): Fix Texinfo usage.
1117 Document U more clearly.
1118
f6b1b15a
LT
11192005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1120
3b925015
LT
1121 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
1122 function and not a macro.
1123
f6b1b15a
LT
1124 * frames.texi (Pop-Up Menus): Correct and clarify description of
1125 `x-popup-menu'.
1126 (Dialog Boxes): Clarify description of `x-popup-dialog'.
1127
ebbfa918
RS
11282005-05-01 Richard M. Stallman <rms@gnu.org>
1129
1130 * edebug.texi (Checking Whether to Stop): Fix previous change.
1131
abe2f96e
LT
11322005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1133
d6028ef2
LT
1134 * display.texi: Fix typos and Texinfo usage.
1135
abe2f96e
LT
1136 * edebug.texi (Checking Whether to Stop): executing-macro ->
1137 executing-kbd-macro.
1138
b2cfb30b
RS
11392005-05-01 Richard M. Stallman <rms@gnu.org>
1140
1141 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
1142
7e995a23
RS
11432005-04-30 Richard M. Stallman <rms@gnu.org>
1144
1145 * files.texi (Magic File Names): Document `operations' property.
1146
57efa539
LK
11472005-04-29 Lute Kamstra <lute@gnu.org>
1148
1149 * modes.texi (Generic Modes): New node.
1150 (Major Modes): Add it to the menu.
1151 (Derived Modes): Add "derived mode" to concept index.
1152
0a20b1dc
LK
11532005-04-28 Lute Kamstra <lute@gnu.org>
1154
1155 * modes.texi (Defining Minor Modes): Fix previous change.
1156 (Font Lock Mode): Simplify.
1157 (Font Lock Basics): Say that font-lock-defaults is buffer-local
1158 when set and that some parts are optional. Add cross references.
1159 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
1160 Add cross references. Add font-lock-multiline to index.
1161 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 1162 Lock Variables". Document font-lock-add-keywords and
b5305167 1163 font-lock-remove-keywords.
0a20b1dc
LK
1164 (Other Font Lock Variables): Move font-lock-keywords-only,
1165 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
1166 and font-lock-syntactic-face-function to node "Syntactic Font
1167 Lock". Move font-lock-keywords-case-fold-search to node
1168 "Search-based Fontification". Document font-lock-inhibit-thing-lock
1169 and font-lock-{,un}fontify-{buffer,region}-function.
1170 (Precalculated Fontification): Remove reference to deleted variable
1171 font-lock-core-only.
1172 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
1173 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
1174 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
1175 and font-lock-syntactic-face-function here from node "Other Font
1176 Lock Variables". Move font-lock-syntactic-keywords to "Setting
1177 Syntax Properties". Add cross references.
b5305167
SM
1178 (Setting Syntax Properties): New node.
1179 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
1180 * syntax.texi (Syntax Properties): Add cross reference.
1181 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
1182
68a94f5a
RS
11832005-04-26 Richard M. Stallman <rms@gnu.org>
1184
1185 * display.texi (Defining Faces):
1186 Document `default' elements of defface spec.
1187
1188 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
1189
1190 * variables.texi (Variable Aliases): Clarify text.
1191
11922005-04-25 Chong Yidong <cyd@stupidchicken.com>
1193
1194 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
1195
7f48f143
LT
11962005-04-25 Luc Teirlinck <teirllm@auburn.edu>
1197
1198 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
1199
45d2f8e8
EZ
12002005-04-24 Eli Zaretskii <eliz@gnu.org>
1201
f3714ab2
EZ
1202 * syntax.texi (Syntax Table Internals): Elaborate documentation of
1203 syntax-after and syntax-class.
1204
45d2f8e8 1205 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
1206 (Unique File Names): Don't mention "numbers" in the documentation
1207 of make-temp-file and make-temp-name.
45d2f8e8 1208
469bc679
RS
12092005-04-23 Richard M. Stallman <rms@gnu.org>
1210
1211 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
1212
c9fa5dc9
RS
12132005-04-22 Nick Roberts <nickrob@snap.net.nz>
1214
1215 * windows.texi (Cyclic Window Ordering): Clarify window-list.
1216
230e1e80
NR
12172005-04-22 Nick Roberts <nickrob@snap.net.nz>
1218
1219 * variables.texi (Variable Aliases): Describe make-obsolete-variable
1220 and define-obsolete-variable-alias.
1221
1ba52906
KS
12222005-04-22 Kim F. Storm <storm@cua.dk>
1223
1224 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
1225 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
1226
9721d904
LK
12272005-04-21 Lute Kamstra <lute@gnu.org>
1228
1229 * lists.texi (Association Lists): Document rassq-delete-all.
1230
ed35c736
RS
12312005-04-19 Richard M. Stallman <rms@gnu.org>
1232
1233 * modes.texi (Search-based Fontification): Explain that
1234 facespec is an expression to be evaluated.
1235
42fc00a4
RS
12362005-04-19 Kevin Ryde <user42@zip.com.au>
1237
b5305167 1238 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
1239 * strings.texi (String Conversion): Fix xref.
1240
5827e9d4
KS
12412005-04-19 Kim F. Storm <storm@cua.dk>
1242
1243 * symbols.texi (Symbol Plists): Add safe-get.
1244 Mention that `get' may signal an error.
1245
47872da9
NR
12462005-04-18 Nick Roberts <nickrob@snap.net.nz>
1247
1248 * customize.texi (Variable Definitions): Replace tooltip-mode
1249 example with save-place.
1250
ec0cf966
RS
12512005-04-17 Richard M. Stallman <rms@gnu.org>
1252
1253 * buffers.texi (Indirect Buffers): Clarify.
1254
1255 * positions.texi (Positions): Clarify converting marker to integer.
1256
1257 * strings.texi (String Basics): Mention string-match; clarify.
1258
199bb209
LK
12592005-04-08 Lute Kamstra <lute@gnu.org>
1260
1261 * modes.texi (Search-based Fontification): Fix cross references.
1262 Use consistent terminology. Document anchored highlighting.
1263
bfa54668
LK
12642005-04-05 Lute Kamstra <lute@gnu.org>
1265
1266 * modes.texi (Defining Minor Modes): Document :group keyword
1267 argument and its default value.
1268
07e5fb9e
LK
12692005-04-03 Lute Kamstra <lute@gnu.org>
1270
1271 * hooks.texi (Standard Hooks): Add some hooks. Add cross
1272 references and/or descriptions. Delete major mode hooks; mention
1273 them as a category instead. Rename or delete obsolete hooks.
1274
aa945b59
RS
12752005-04-02 Richard M. Stallman <rms@gnu.org>
1276
1277 * nonascii.texi (Coding System Basics): Another wording cleanup.
1278
8b918214
RS
12792005-04-01 Richard M. Stallman <rms@gnu.org>
1280
1281 * nonascii.texi (Coding System Basics): Clarify previous change.
1282
41639988
KH
12832005-04-01 Kenichi Handa <handa@m17n.org>
1284
1285 * nonascii.texi (Coding System Basics): Describe about rondtrip
1286 identity of coding systems.
1287
8e669bbd
RS
12882005-03-29 Chong Yidong <cyd@stupidchicken.com>
1289
1290 * text.texi (Buffer Contents): Add filter-buffer-substring and
1291 buffer-substring-filters.
1292
f60a6f87
RS
12932005-03-26 Chong Yidong <cyd@stupidchicken.com>
1294
1295 * anti.texi (Antinews): Mention `G' interactive code.
1296
1297 * tips.texi (Compilation Tips): Mention benchmark.el.
1298
aaac1251
LT
12992005-03-27 Luc Teirlinck <teirllm@auburn.edu>
1300
1301 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
1302 is now bound to M-o M-o.
1303
1304 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
1305
45325173
GM
13062005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
1307
1308 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
1309 in the Emacs Manual).
1310 * Makefile.in (srcs): Remove calendar.texi.
1311 * makefile.w32-in (srcs): Remove calendar.texi.
1312 * display.texi (Display): Change name of next node.
1313 * os.texi (System In): Change name of previous node.
1314 * elisp.texi (Top): Remove Calendar references.
1315 * vol1.texi (Top): Remove Calendar references.
1316 * vol2.texi (Top): Remove Calendar references.
1317
85df292e
RS
13182005-03-25 Richard M. Stallman <rms@gnu.org>
1319
45325173 1320 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
1321 Cleanup previous change.
1322
13232005-03-25 Chong Yidong <cyd@stupidchicken.com>
1324
1325 * display.texi (Face Attributes): Faces earlier in an :inherit
1326 list take precedence.
1327 (Scroll Bars): Fix description of vertical-scroll-bars.
1328 Document frame-current-scroll-bars and window-current-scroll-bars.
1329
1330 * markers.texi (The Mark): Document temporary Transient Mark mode.
1331
b5305167
SM
1332 * minibuf.texi (Reading File Names):
1333 Document read-file-name-completion-ignore-case.
85df292e
RS
1334
1335 * positions.texi (Screen Lines): Document nil for width argument
1336 to compute-motion.
1337
1fe54d69
KS
13382005-03-23 Kim F. Storm <storm@cua.dk>
1339
1340 * display.texi (Standard Faces): Other faces used in the fringe
1341 implicitly inherits from the fringe face.
1342 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
1343 properties implicitly inherits from fringe face.
1344 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
1345
a775dff4
RS
13462005-03-20 Chong Yidong <cyd@stupidchicken.com>
1347
1348 * display.texi (Invisible Text): State default value of
1349 line-move-ignore-invisible.
1350 (Managing Overlays): Document remove-overlays.
1351 (Standard Faces): Document escape-glyph face.
1352
b5305167 1353 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 1354
b5305167
SM
1355 * modes.texi (Other Font Lock Variables):
1356 Document font-lock-lines-before.
a775dff4
RS
1357
1358 * positions.texi (Skipping Characters): skip-chars-forward allows
1359 character classes.
1360
077f7085
LK
13612005-03-18 Lute Kamstra <lute@gnu.org>
1362
1363 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
1364
d69ea7ab
RS
13652005-03-17 Richard M. Stallman <rms@gnu.org>
1366
c7bd5d57
RS
1367 * text.texi (Undo): Document extensible undo entries.
1368
d69ea7ab
RS
1369 * searching.texi (String Search, Regexp Search, Regexp Search):
1370 Cleanups.
1371
1372 * nonascii.texi (Character Codes): Minor fix.
1373
1374 * display.texi (Display Property): Explain the significance
1375 of having text properties that are eq.
1376 (Other Display Specs): Explain string as display spec.
1377
1378 * commands.texi (Interactive Codes): Document G option.
1379
13802005-03-17 Chong Yidong <cyd@stupidchicken.com>
1381
1382 * text.texi (Filling): Add sentence-end-without-period and
1383 sentence-end-without-space.
1384 (Changing Properties): Minor fix.
1385
1386 * anti.texi: Total rewrite.
1387
a7679889
LK
13882005-03-15 Lute Kamstra <lute@gnu.org>
1389
1390 * edebug.texi (Instrumenting Macro Calls): Fix typos.
1391
6eb8e247
KS
13922005-03-08 Kim F. Storm <storm@cua.dk>
1393
1394 * display.texi (Specified Space): Property :width is support on
1395 non-graphic terminals, :height is not.
1396
bfa8be14
RS
13972005-03-07 Richard M. Stallman <rms@gnu.org>
1398
1399 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
1400 Now subnodes of Fringes.
1401 (Overlay Arrow): Document overlay-arrow-variable-list.
1402 (Fringe Size/Pos): New node, broken out of Fringes.
1403 (Display): Explain clearing vs redisplay better.
1404 (Truncation): Clarify use of bitmaps.
1405 (The Echo Area): Clarify the uses of the echo area.
1406 Add max-mini-window-height.
1407 (Progress): Clarify.
1408 (Invisible Text): Explain that main loop moves point out.
1409 (Selective Display): Say "hidden", not "invisible".
b5305167 1410 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
1411 (Overlay Properties): Clarify intro.
1412 (Finding Overlays): Explain return values when nothing found.
1413 (Width): truncate-string-to-width has added arg.
1414 (Displaying Faces): Clarify and update mode line face handling.
1415 (Face Functions): Minor cleanup.
b5305167 1416 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
1417 (Pixel Specification, Other Display Specs): Minor cleanups.
1418 (Images, Image Descriptors): Minor cleanups.
1419 (GIF Images): Patents have expired.
1420 (Showing Images): Explain default text for insert-image.
b5305167 1421 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
1422 (Making Buttons): Explain return values.
1423 (Button Buffer Commands): Add xref.
1424 (Inverse Video): Update mode-line-inverse-video.
1425 (Display Table Format): Clarify.
1426 (Active Display Table): Give defaults for window-display-table.
1427
1428 * calendar.texi (Calendar Customizing): calendar-holiday-marker
1429 and calendar-today-marker are strings, not chars.
1430 (Holiday Customizing): Minor fix.
1431
bfa8be14
RS
1432 * internals.texi (Writing Emacs Primitives): Update `or' example.
1433 Update limit on # args of subr.
1434
1435 * edebug.texi (Using Edebug): Arrow is in fringe.
1436 (Instrumenting): Arg to eval-defun works without loading edebug.
1437 (Edebug Execution Modes): Add xref.
1438
1439 * customize.texi (Common Keywords): Clarify :require.
1440 Mention :version here.
1441 (Variable Definitions, Group Definitions): Not here.
1442 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
1443
d69ea7ab
RS
14442005-03-07 Chong Yidong <cyd@stupidchicken.com>
1445 * nonascii.texi (Text Representations): Clarify position-bytes.
1446 (Character Sets): Add list-charset-chars.
1447 (Scanning Charsets): Add charset-after.
1448 (Encoding and I/O): Minor fix.
1449
34398e6c
RS
14502005-03-06 Richard M. Stallman <rms@gnu.org>
1451
1452 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
1453 (Resizing Windows): Likewise.
1454
1455 * text.texi (Change Hooks): Get rid of "Emacs 21".
1456
1457 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
1458
1459 * streams.texi (Output Variables): Get rid of "Emacs 21".
1460
1461 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
1462
1463 * os.texi (Translating Input): Replace flow-control example
1464 with a less obsolete example that uses `keyboard-translate'.
1465
6eb8e247 1466 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 1467 Get rid of "Emacs 21".
6eb8e247 1468
34398e6c
RS
1469 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
1470 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
1471
1472 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
1473
1474 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
1475
1476 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
1477 (Menu Bar): Fix when menu-bar-update-hook is called.
1478
1479 * hash.texi (Hash Tables): Get rid of "Emacs 21".
1480
1481 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
1482 and make it read better.
1483
1484 * files.texi (Writing to Files): Get rid of "Emacs 21".
1485 (Unique File Names): Likewise.
1486
1487 * elisp.texi: Update Emacs version to 22.
1488
1489 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
1490 (Overlay Properties, Face Attributes): Likewise.
1491 (Managing Overlays): Fix punctuation.
1492 (Attribute Functions): Clarify set-face-font; get rid of
1493 info about old Emacs versions.
1494 (Auto Faces, Font Lookup, Display Property, Images):
1495 Get rid of "Emacs 21".
1496
1497 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
1498
d2178387
RS
14992005-03-05 Richard M. Stallman <rms@gnu.org>
1500
1501 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
1502
524352d6
LK
15032005-03-04 Lute Kamstra <lute@gnu.org>
1504
1505 * debugging.texi (Error Debugging): Document stack-trace-on-error.
1506
15072005-03-03 Lute Kamstra <lute@gnu.org>
1508
1509 * edebug.texi (Instrumenting Macro Calls): Fix typo.
1510
284f0680
LK
15112005-03-01 Lute Kamstra <lute@gnu.org>
1512
1513 * debugging.texi (Debugger Commands): Update `j'.
1514
a9ee5cac
LK
15152005-02-28 Lute Kamstra <lute@gnu.org>
1516
1517 * debugging.texi (Debugging): Fix typo.
1518 (Error Debugging): Document eval-expression-debug-on-error.
1519 (Function Debugging): Update example.
1520 (Using Debugger): Mention starred stack frames.
1521 (Debugger Commands): Document `j' and `l'.
1522 (Invoking the Debugger): `d' and `j' exit recursive edit too.
1523 Update the messages that the debugger displays.
1524 (Internals of Debugger): Add cross reference. Update example.
1525 (Excess Open): Minor improvement.
1526 (Excess Close): Minor improvement.
1527
378d0f8e
RS
15282005-02-26 Richard M. Stallman <rms@gnu.org>
1529
1530 * tips.texi (Coding Conventions): Clarify.
1531 Put all the major mode key reservations together.
1532 Mention the Mouse-1 => Mouse-2 conventions.
1533
1534 * syntax.texi (Syntax Class Table): Clarify.
1535 (Syntax Table Functions): syntax-after moved from here.
1536 (Syntax Table Internals): syntax-after moved to here.
1537 (Parsing Expressions): Update info on number of values
1538 and what's meaningful in the STATE argument.
1539 (Categories): Fix typo.
1540
1541 * sequences.texi (Arrays): Cleanup.
1542 (Char-Tables): Clarify.
1543
1544 * processes.texi (Deleting Processes): Cleanups, add xref.
1545 (Subprocess Creation): Explain nil in exec-path. Cleanup.
1546 (Process Information): set-process-coding-system, some args optional.
1547 (Input to Processes): Explain various types for PROCESS args.
1548 Rename them from PROCESS-NAME to PROCESS.
1549 (Signals to Processes): Likewise.
1550 (Decoding Output): Cleanup.
1551 (Query Before Exit): Clarify.
1552
1553 * os.texi (Startup Summary): Correct the options; add missing ones.
1554 (Terminal Output, Batch Mode): Clarify.
1555 (Flow Control): Node deleted.
1556
1557 * markers.texi (The Mark): Clarify.
1558
1559 * macros.texi (Expansion): Cleanup.
1560 (Indenting Macros): indent-spec allows ints, not floats.
1561
1562 * keymaps.texi (Keymaps): Clarify.
1563 (Format of Keymaps): Update lisp-mode-map example.
1564 (Active Keymaps, Key Lookup): Clarify.
1565 (Changing Key Bindings): Add xref to `kbd'.
1566 (Key Binding Commands, Simple Menu Items): Clarify.
1567 (Mouse Menus, Menu Bar): Clarify.
1568 (Menu Example): Replace print example with menu-bar-replace-menu.
1569
1570 * help.texi (Documentation Basics): Add function-documentation prop.
1571
1572 * elisp.texi (Top): Don't refer to Flow Control node.
1573
1574 * commands.texi (Command Overview): Improve xrefs.
1575 (Adjusting Point): Adjusting point applies to intangible and invis.
1576 (Key Sequence Input): Doc extra read-key-sequence args.
1577 Likewise for read-key-sequence-vector.
1578
1579 * backups.texi (Rename or Copy): Minor fix.
1580 (Numbered Backups): For version-control, say the default.
1581 (Auto-Saving): make-auto-save-file-name example is simplified.
1582
1583 * advice.texi (Advising Functions): Don't imply one part of Emacs
1584 should advise another part. Markup changes.
1585 (Defining Advice): Move transitional para.
1586 (Activation of Advice): Cleanup.
1587 Explain if COMPILE is nil or negative.
1588
1589 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
1590
2e20c83d
LK
15912005-02-24 Lute Kamstra <lute@gnu.org>
1592
1593 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
1594 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
1595
65c492fd
LK
15962005-02-23 Lute Kamstra <lute@gnu.org>
1597
b02c3eed
LK
1598 * modes.texi (Defining Minor Modes): define-minor-mode can be used
1599 to define global minor modes as well.
1600
65c492fd
LK
1601 * display.texi (Managing Overlays): overlay-buffer returns nil for
1602 deleted overlays.
1603
b686dd59
KS
16042005-02-22 Kim F. Storm <storm@cua.dk>
1605
1606 * minibuf.texi (Basic Completion): Allow symbols in addition to
1607 strings in try-completion and all-completions.
1608
23e8c095
LK
16092005-02-14 Lute Kamstra <lute@gnu.org>
1610
1611 * elisp.texi (Top): Remove reference to deleted node.
1612
1613 * lists.texi (Lists): Remove reference to deleted node.
1614 (Cons Cells): Fix typo.
1615
1616 * loading.texi (Where Defined): Fix typo.
1617
134948fc
RS
16182005-02-14 Richard M. Stallman <rms@gnu.org>
1619
1620 * variables.texi (Creating Buffer-Local): change-major-mode-hook
1621 is useful for discarding some minor modes.
1622
1623 * symbols.texi (Symbol Components): Reorder examples.
1624
1625 * streams.texi (Input Functions): State standard-input default.
1626 (Output Variables): State standard-output default.
1627
1628 * objects.texi (Printed Representation): Clarify read syntax vs print.
1629 (Floating Point Type): Explain meaning better.
1630 (Symbol Type): Explain uniqueness better.
1631 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
1632 List examples sooner.
1633 (Box Diagrams): New subnode broken out.
1634 Some examples moved from old Lists as Boxes node.
1635 (Dotted Pair Notation): Clarify intro.
1636 (Array Type): Clarify.
1637 (Type Predicates): Add hash-table-p.
1638
1639 * numbers.texi (Integer Basics): Clarify radix explanation.
1640 (Predicates on Numbers): Minor clarification.
1641 (Comparison of Numbers): Minor clarification. Clarify eql.
1642 Typos in min, max.
1643 (Math Functions): Clarify overflow in expt.
1644
1645 * minibuf.texi (Text from Minibuffer): Minor clarification.
1646 Mention arrow keys.
1647
1648 * loading.texi (Autoload): defun's doc string overrides autoload's
1649 doc string.
1650 (Repeated Loading): Modernize "add to list" examples.
1651 (Where Defined): Finish updating table of load-history elts.
1652
1653 * lists.texi (List-related Predicates): Minor wording improvement.
1654 (Lists as Boxes): Node deleted.
1655 (Building Lists): Explain trivial cases of number-sequence.
1656
1657 * hash.texi (Hash Tables): Add desc to menu items.
1658 (Creating Hash): Expain "full" means "make larger",
1659 (Hash Access): Any object can be a key.
1660 State value of maphash.
1661
1662 * functions.texi (What Is a Function): Wording cleanup.
1663 (Function Documentation): Minor cleanup.
1664 Explain purpose of calling convention at end of doc string.
1665 (Function Names): Wording cleanup.
1666 (Calling Functions): Wording cleanup.
1667 Explain better how funcall calls the function.
1668 (Function Cells): Delete example of saving and redefining function.
1669
1670 * control.texi (Combining Conditions): Wording cleanup.
1671 (Iteration): dolist and dotimes bind VAR locally.
1672 (Cleanups): Xref to Atomic Changes.
1673
1674 * compile.texi (Byte Compilation): Delete 19.29 info.
1675 (Compilation Functions): Macros' difficulties don't affect defsubst.
1676 (Docs and Compilation): Delete 19.29 info.
1677
44291460
RS
16782005-02-10 Richard M. Stallman <rms@gnu.org>
1679
1680 * objects.texi (Symbol Type): Minor correction.
1681
1f9ad95a
LK
16822005-02-06 Lute Kamstra <lute@gnu.org>
1683
1684 * modes.texi (Example Major Modes): Fix typos.
1685
ba2c991c
RS
16862005-02-06 Richard M. Stallman <rms@gnu.org>
1687
1688 * text.texi (Margins): fill-nobreak-predicate can be one function.
1689
1690 * strings.texi (Modifying Strings): clear-string can make unibyte.
1691 (Formatting Strings): format gives error if values missing.
1692
1693 * positions.texi (Character Motion): Mention default arg
1694 for forward-char. backward-char refers to forward-char.
1695 (Word Motion): Mention default arg for forward-word.
1696 (Buffer End Motion): Mention default arg for beginning-of-buffer.
1697 Simplify end-of-buffer.
1698 (Text Lines): Mention default arg for forward-line.
1699 (List Motion): Mention default arg for beginning/end-of-defun.
1700 (Skipping Characters): Minor fixes in explaining character-set.
1701
1702 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
1703 Mode inheritance applies only when default-major-mode is nil.
1704 Clarifications.
1705 (Example Major Modes): Update Text mode and Lisp mode examples.
1706 (Minor Mode Conventions): Mention define-minor-mode at top.
1707 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
1708 (Mode Line Format): Update mode line face display info.
1709 (Properties in Mode): Mention effect of risky vars.
1710 (Imenu): Define imenu-add-to-menubar.
1711 (Font Lock Mode): Add descriptions to menu lines.
1712 (Faces for Font Lock): Add font-lock-doc-face.
1713
9bf6d576
LK
17142005-02-05 Lute Kamstra <lute@gnu.org>
1715
1716 * text.texi (Maintaining Undo): Remove obsolete function.
1717
cb602754
EZ
17182005-02-05 Eli Zaretskii <eliz@gnu.org>
1719
1720 * frames.texi (Color Names): Add pointer to the X docs about RGB
1721 color specifications. Improve indexing
1722 (Text Terminal Colors): Replace the description of RGB values by
1723 an xref to "Color Names".
1724
4e07258f
RS
17252005-02-03 Richard M. Stallman <rms@gnu.org>
1726
1727 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
1728 Clarify.
1729 (Selecting Windows): Clarify save-selected-window.
1730 (Cyclic Window Ordering): Clarify walk-windows.
1731 (Window Point): Clarify.
1732 (Window Start): Add comment to example.
1733 (Resizing Windows): Add `interactive' specs in examples.
1734 Document fit-window-to-buffer.
1735
1736 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
1737 (Undo, Maintaining Undo): Clarify last change.
1738 (Sorting): In sort-numeric-fields, explain about octal and hex.
1739 Mention sort-numeric-base.
1740 (Format Properties): Add xref for hard newlines.
1741
1742 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
1743 (Pop-Up Menus): Fix typo.
1744 (Color Names): Explain all types of color names.
1745 Explain color-values on B&W terminal.
1746 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
1747
1748 * files.texi (File Locks): Not supported on MS systems.
1749 (Testing Accessibility): Clarify.
1750
1751 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
1752 (Coverage Testing): Fix typo.
1753
1754 * commands.texi (Misc Events): Remove stray space.
1755
1756 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
1757 (Modification Time): Clarify when visited-file-modtime returns 0.
1758 (The Buffer List): Clarify bury-buffer.
1759 (Killing Buffers): Clarify.
1760 (Indirect Buffers): Add clone-indirect-buffer.
1761
17622005-02-02 Matt Hodges <MPHodges@member.fsf.org>
1763
1764 * edebug.texi (Printing in Edebug): Fix default value of
1765 edebug-print-circle.
1766 (Coverage Testing): Fix displayed frequency count data.
1767
17682005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
1769
1770 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
1771
4e07258f 17722005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
1773
1774 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
1775
28d986b9
EZ
17762005-01-29 Eli Zaretskii <eliz@gnu.org>
1777
1778 * commands.texi (Misc Events): Describe the help-echo event.
1779
1780 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
1781 consistently in description of the help-echo property.
1782 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
1783
1784 * display.texi (Overlay Properties): Fix the index entry for
1785 help-echo overlay property.
1786
1787 * customize.texi (Type Keywords): Uncomment the xref to the
1788 help-echo property documentation.
1789
8f958b40
KS
17902005-01-23 Kim F. Storm <storm@cua.dk>
1791
1792 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
1793 return value. Third element FULLY replaced by PARTIAL which
1794 specifies number of invisible pixels if row is only partially visible.
1795 (Textual Scrolling): Mention auto-window-vscroll.
1796 (Vertical Scrolling): New defvar auto-window-vscroll.
1797
cd7e5dd6
LT
17982005-01-16 Luc Teirlinck <teirllm@auburn.edu>
1799
1800 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
1801 command remapping.
1802
6f771c32
RS
18032005-01-15 Richard M. Stallman <rms@gnu.org>
1804
1805 * display.texi (Defining Images): Mention DATA-P arg of create-image.
1806
6ac8a822
KS
18072005-01-14 Kim F. Storm <storm@cua.dk>
1808
88948d55
KS
1809 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
1810
6ac8a822
KS
1811 * text.texi (Links and Mouse-1): Fix string and vector item.
1812
20d6de82
RS
18132005-01-13 Richard M. Stallman <rms@gnu.org>
1814
1815 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
1816 descriptions of overriding-local-map and overriding-terminal-local-map.
1817
1818 * text.texi (Links and Mouse-1): Clarify text.
1819
f75a592e
KS
18202005-01-13 Kim F. Storm <storm@cua.dk>
1821
1822 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
1823
910f60b1
TTN
18242005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
1825
1826 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
1827
37181fc4
KS
18282005-01-12 Kim F. Storm <storm@cua.dk>
1829
1830 * text.texi (Links and Mouse-1): Rename section from Enabling
1831 Mouse-1 to Following Links. Change xrefs.
1832 Add examples for define-button-type and define-widget.
1833
1834 * display.texi (Button Properties, Button Buffer Commands):
1835 Clarify mouse-1 and follow-link functionality.
1836
28f94a34
RS
18372005-01-12 Richard M. Stallman <rms@gnu.org>
1838
1839 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
1840
1841 * display.texi (Beeping): Fix Texinfo usage.
1842
1843 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
1844
bac2d936
KS
18452005-01-11 Kim F. Storm <storm@cua.dk>
1846
1847 * display.texi (Button Properties, Button Buffer Commands):
93381d62 1848 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
1849
1850 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
1851 (Enabling Mouse-1 to Follow Links): New subsection.
1852
de968ddb
RS
18532005-01-06 Richard M. Stallman <rms@gnu.org>
1854
1855 * text.texi (Special Properties): Minor change.
1856
1857 * os.texi (Timers): Clarify previous change.
1858
1859 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
1860
a3a43b3b
LT
18612005-01-01 Luc Teirlinck <teirllm@auburn.edu>
1862
1863 * display.texi (Face Attributes): Correct xref to renamed node.
1864
732bb9ce
RS
18652005-01-01 Richard M. Stallman <rms@gnu.org>
1866
1867 * display.texi (Face Attributes): Describe hex color specs.
1868
c734ae59
RS
18692004-12-31 Richard M. Stallman <rms@gnu.org>
1870
1871 * os.texi (Timers): Update previous change.
1872
33b2f4ea
KS
18732004-12-30 Kim F. Storm <storm@cua.dk>
1874
1875 * display.texi (Line Height): Total line-height is now specified
1876 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
1877 in cons cells. (nil . RATIO) is relative to actual line height.
1878 Use line-height `t' instead of `0' to get minimum height.
1879
99ec74b9
RS
18802004-12-29 Richard M. Stallman <rms@gnu.org>
1881
1882 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
1883
eab463f6
RS
18842004-12-28 Richard M. Stallman <rms@gnu.org>
1885
1886 * commands.texi (Quitting): Clarify value of with-local-quit.
1887
1888 * elisp.texi (Top): Fix previous change.
1889
1890 * loading.texi (Loading): Fix previous change.
1891
ebbd14f1
RS
18922004-12-27 Richard M. Stallman <rms@gnu.org>
1893
4ae98fc5
RS
1894 * Makefile.in (MAKEINFO): Specify --force.
1895
8f430046
RS
1896 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
1897
56011a8c
RS
1898 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
1899
1900 * display.texi (Line Height): Further clarify.
1901
1902 * elisp.texi (Top): Update Loading submenu.
1903
ebbd14f1
RS
1904 * loading.texi (Where Defined): New node.
1905 (Unloading): load-history moved to Where Defined.
1906
fda2922a
RS
19072004-12-21 Richard M. Stallman <rms@gnu.org>
1908
1909 * commands.texi (Event Input Misc): Add while-no-input.
1910
9eb8959a
RS
19112004-12-11 Richard M. Stallman <rms@gnu.org>
1912
1913 * display.texi (Line Height): Rewrite text for clarity.
1914
adf87c29
KS
19152004-12-11 Kim F. Storm <storm@cua.dk>
1916
1917 * display.texi (Display): Add node "Line Height" to menu.
1918 (Line Height): New node. Move full description of line-spacing
1919 and line-height text properties here from text.texi.
1920 (Scroll Bars): Add vertical-scroll-bar variable.
1921
1922 * frames.texi (Window Frame Parameters): Remove line-height defvar.
1923
1924 * locals.texi (Standard Buffer-Local Variables): Fix xref for
1925 line-spacing and vertical-scroll-bar.
1926
1927 * text.texi (Special Properties): Just mention line-spacing and
1928 line-height here, add xref to new "Line Height" node.
1929
31e4729e
TTN
19302004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
1931
1932 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
1933
1934 * locals.texi (Standard Buffer-Local Variables):
1935 Add @xref for `line-spacing'.
1936
cc60c723
RS
19372004-12-05 Richard M. Stallman <rms@gnu.org>
1938
1939 * Makefile.in (maintainer-clean): Remove the info files
1940 in $(infodir) where they are created.
1941
f6101ac9
RS
19422004-12-03 Richard M. Stallman <rms@gnu.org>
1943
1944 * windows.texi (Selecting Windows): get-lru-window and
1945 get-largest-window don't consider dedicated windows.
1946
1947 * text.texi (Undo): Document undo-in-progress.
1948
94221759
RS
19492004-11-26 Richard M. Stallman <rms@gnu.org>
1950
1951 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
1952 Remove a few vars that are not always buffer-local.
1953
7092c5e8
LT
19542004-11-24 Luc Teirlinck <teirllm@auburn.edu>
1955
1956 * locals.texi (Standard Buffer-Local Variables): Comment out
1957 xref's to non-existent node `Yet to be written'.
1958
261b01c6
RS
19592004-11-24 Richard M. Stallman <rms@gnu.org>
1960
1961 * processes.texi (Synchronous Processes): Grammar fix.
1962
1963 * numbers.texi (Comparison of Numbers): Add eql.
1964
1965 * locals.texi (Standard Buffer-Local Variables): Add many vars.
1966
1967 * intro.texi (Printing Notation): Fix previous change.
1968
1969 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
1970 and default-indicate-buffer-boundaries from here.
1971 (Usual Display): To here.
1972 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
1973 (Usual Display): Move tab-width up.
1974
1975 * customize.texi (Variable Definitions): Replace
1976 show-paren-mode example with tooltip-mode.
7092c5e8 1977 (Simple Types, Composite Types, Defining New Types):
261b01c6 1978 Minor cleanups.
7092c5e8 1979
c1aa4864
JH
19802004-11-21 Jesper Harder <harder@ifa.au.dk>
1981
1982 * processes.texi (Synchronous Processes, Output from Processes):
1983 Markup fix.
1984
dedbac89
RS
19852004-11-20 Richard M. Stallman <rms@gnu.org>
1986
07c8c65a
RS
1987 * positions.texi (Skipping Characters): skip-chars-forward
1988 now handles char classes.
1989
8f40a868
RS
1990 * intro.texi (Printing Notation): Avoid confusion of `print'
1991 when explaining @print.
1992
1993 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
1994
1995 * display.texi (Display Table Format): Minor fix.
1996
1997 * streams.texi (Output Functions): Fix print example.
1998
fd6866c8
RS
1999 * Makefile.in (elisp): New target.
2000 (dist): Depend on $(infodir)/elisp, not elisp.
2001 Copy the info files from $(infodir).
2002
9d00469f
RS
2003 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
2004 read-from-minibuffer.
2005
dedbac89
RS
2006 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
2007
6de891db
RS
20082004-11-19 Richard M. Stallman <rms@gnu.org>
2009
2010 * searching.texi (Regexp Search): Add search-whitespace-regexp.
2011
e1c1c5a7
TTN
20122004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
2013
2014 * tips.texi (Coding Conventions): Fix typo.
2015
ee31cd78
RS
20162004-11-16 Richard M. Stallman <rms@gnu.org>
2017
2018 * tips.texi (Coding Conventions): Separate defvar and require
2019 methods to avoid warnings. Use require only when there are many
2020 functions and variables from that package.
2021
2022 * minibuf.texi (Minibuffer Completion): When ignoring case,
2023 predicate must not be case-sensitive.
2024
2025 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
2026 (Test Coverage): Don't talk about "splotches". Clarified.
2027
4bd38e94
TTN
20282004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
2029
2030 * frames.texi (Window Frame Parameters): Fix typo.
2031
6d073ae1
KS
20322004-11-15 Kim F. Storm <storm@cua.dk>
2033
9f89426b
KS
2034 * symbols.texi (Other Plists): Note that plist-get may signal error.
2035 Add safe-plist-get.
6d073ae1 2036
10980463
TTN
20372004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
2038
2039 * modes.texi (Font Lock Basics): Fix typo.
2040
1efc19eb
RS
20412004-11-08 Richard M. Stallman <rms@gnu.org>
2042
2043 * syntax.texi (Syntax Table Functions): Add syntax-after.
2044
6159c232
EZ
20452004-11-06 Lars Brinkhoff <lars@nocrew.org>
2046
2047 * os.texi (Processor Run Time): New section documenting
2048 get-internal-run-time.
2049
59dede22
EZ
20502004-11-06 Eli Zaretskii <eliz@gnu.org>
2051
2052 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
2053 it nukes elisp-cover.texi.
2054 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
2055 elisp-0 etc.
2056
4cc8522c
LT
20572004-11-05 Luc Teirlinck <teirllm@auburn.edu>
2058
2059 * commands.texi (Keyboard Macros): Document `append' return value
2060 of `defining-kbd-macro'.
2061
2d1ef312
RS
20622004-11-01 Richard M. Stallman <rms@gnu.org>
2063
2064 * commands.texi (Interactive Call): Add called-interactively-p.
2065
6f4e005d
SJ
20662004-10-29 Simon Josefsson <jas@extundo.com>
2067
2068 * minibuf.texi (Reading a Password): Revert.
2069
4f71c13f
RS
20702004-10-28 Richard M. Stallman <rms@gnu.org>
2071
2072 * frames.texi (Display Feature Testing): Explain about "vendor".
2073
4660a9e3
RS
20742004-10-27 Richard M. Stallman <rms@gnu.org>
2075
2076 * commands.texi (Interactive Codes): `N' uses numeric prefix,
2077 not raw. Clarify `n'.
2078 (Interactive Call): Rewrite interactive-p, focusing on when
2079 and how to use it.
2080 (Misc Events): Clarify previous change.
2081
2082 * advice.texi (Simple Advice): Clarify what job the example does.
2083 (Around-Advice): Clarify ad-do-it.
2084 (Activation of Advice): An option of ad-default-compilation-action
2085 is `never', not `nil'.
2086
c8636435
KS
20872004-10-26 Kim F. Storm <storm@cua.dk>
2088
2089 * commands.texi (Interactive Codes): Add U code letter.
2090
acd4089b
SJ
20912004-10-25 Simon Josefsson <jas@extundo.com>
2092
2093 * minibuf.texi (Reading a Password): Add.
2094
29dc7809
JR
20952004-10-24 Jason Rumney <jasonr@gnu.org>
2096
2097 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
2098 and wheel-down.
2099
bb5d6d34
KG
21002004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
2101
2102 * processes.texi (Synchronous Processes): Document process-file.
2103
d0ee2ed3
KH
21042004-10-22 Kenichi Handa <handa@m17n.org>
2105
2106 * text.texi (translate-region): Document that it accepts also a
2107 char-table.
2108
38be9dbb
DP
21092004-10-22 David Ponce <david@dponce.com>
2110
2111 * windows.texi (Resizing Windows): Document the `preserve-before'
2112 argument of the functions `enlarge-window' and `shrink-window'.
2113
63c80452
JR
21142004-10-19 Jason Rumney <jasonr@gnu.org>
2115
2116 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
2117
9f4b6e73
LT
21182004-10-09 Luc Teirlinck <teirllm@auburn.edu>
2119
2120 * text.texi (Filling): Add anchor for definition of
2121 `sentence-end-double-space'.
2122
2123 * searching.texi (Regexp Example): Update description of how
2124 Emacs currently recognizes the end of a sentence.
2125 (Standard Regexps): Update definition of the variable
2126 `sentence-end'. Add definition of the function `sentence-end'.
2127
657f0f9c
EZ
21282004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
2129
2130 * display.texi (Progress): New node.
2131
35ab4857
KS
21322004-10-05 Kim F. Storm <storm@cua.dk>
2133
2134 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
2135
f2a54fbc
KS
21362004-09-29 Kim F. Storm <storm@cua.dk>
2137
2138 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
2139 to identify bitmaps. Remove -fringe-bitmap suffix for standard
2140 fringe bitmap symbols, as they now have their own namespace.
2141 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
2142 vs. pixels. Signal error if no free bitmap slots.
2143 (Pixel Specification): Change IMAGE to @var{image}.
2144
4676d6f3
RS
21452004-09-28 Richard M. Stallman <rms@gnu.org>
2146
2147 * text.texi (Special Properties): Clarify line-spacing and line-height.
2148
2149 * searching.texi (Regexp Search): Add looking-back.
2150
17234906
LT
21512004-09-25 Luc Teirlinck <teirllm@auburn.edu>
2152
2153 * display.texi: Correct typos.
2154 (Image Descriptors): Correct xref's.
2155
4de43c8b
RS
21562004-09-25 Richard M. Stallman <rms@gnu.org>
2157
2158 * text.texi (Special Properties): Cleanups in `cursor'.
2159 Rewrites in `line-height' and `line-spacing'; exchange them.
2160
2161 * display.texi (Fringes): Rewrite previous change.
2162 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
2163 (Display Fringe Bitmaps): Node deleted, text moved.
2164 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
2165 (Scroll Bars): Clarify set-window-scroll-bars.
2166 (Pointer Shape): Rewrite.
2167 (Specified Space): Clarify :align-to, etc.
2168 (Pixel Specification): Use @var. Clarify new text.
2169 (Other Display Specs): Clarify `slice'.
2170 (Image Descriptors): Cleanups.
2171 (Showing Images): Cleanups.
2172
a3ee0299
LT
21732004-09-24 Luc Teirlinck <teirllm@auburn.edu>
2174
e88ebce6
LT
2175 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
2176
a3ee0299
LT
2177 * modes.texi: Various minor changes in addition to:
2178 (Major Mode Conventions): Final call to `run-mode-hooks' should
2179 not be inside the `delay-mode-hooks' form.
2180 (Mode Hooks): New node.
2181 (Hooks): Delete obsolete example.
2182 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
2183 node "Mode Hooks".
2184
6db2bc02
LT
21852004-09-22 Luc Teirlinck <teirllm@auburn.edu>
2186
2187 * display.texi: Correct various typos.
2188 (Display): Rename node "Pointer Shapes" to "Pointer
2189 Shape". (There is already a node called "Pointer Shapes" in
2190 frames.texi.)
2191 (Images): Remove non-existent node "Image Slices" from menu.
2192
ed2846bd
KS
21932004-09-23 Kim F. Storm <storm@cua.dk>
2194
2195 * text.texi (Special Properties): Add `cursor', `pointer',
2196 `line-height', and `line-spacing' properties.
2197
2198 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
2199 Shapes' to menu.
2200 (Standard Faces): Doc fix for fringe face.
2201 (Fringes): Add `overflow-newline-into-fringe' and
2202 'indicate-buffer-boundaries'.
2203 (Fringe Bitmaps, Pointer Shapes): New nodes.
2204 (Display Property): Add 'Pixel Specification' and 'Display Fringe
2205 Bitmaps' to menu.
2206 (Specified Space): Describe pixel width and height.
2207 (Pixel Specification): New node.
2208 (Other Display Specs): Add `slice' property.
2209 (Display Fringe Bitmaps): New node.
2210 (Images): Add 'Image Slices' to menu.
2211 (Image Descriptors): Add `:pointer' and `:map' properties.
2212 (Showing Images): Add slice arg to `insert-image'. Add
2213 'insert-sliced-image'.
2214
4d894c98
RS
22152004-09-20 Richard M. Stallman <rms@gnu.org>
2216
2217 * commands.texi (Key Sequence Input):
2218 Clarify downcasing in read-key-sequence.
2219
7e388eb7
JL
22202004-09-08 Juri Linkov <juri@jurta.org>
2221
2222 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
2223
a020987f
LT
22242004-09-07 Luc Teirlinck <teirllm@auburn.edu>
2225
2226 * locals.texi (Standard Buffer-Local Variables): Add
2227 `buffer-auto-save-file-format'.
2228 * internals.texi (Buffer Internals): Describe new
2229 auto_save_file_format field of the buffer structure.
2230 * files.texi (Format Conversion): `auto-save-file-format' has been
2231 renamed `buffer-auto-save-file-format'.
2232
2b96f80c
LT
22332004-08-27 Luc Teirlinck <teirllm@auburn.edu>
2234
2235 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
2236 an integer or a marker.
2237 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
2238
2ee3b79e
RS
22392004-08-22 Richard M. Stallman <rms@gnu.org>
2240
2241 * modes.texi (Major Mode Conventions): Discuss rebinding of
2242 standard key bindings.
2243
c438dc33
KS
22442004-08-18 Kim F. Storm <storm@cua.dk>
2245
2246 * processes.texi (Accepting Output): Add `just-this-one' arg to
2247 `accept-process-output'.
101c421e 2248 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 2249
db8af011
LT
22502004-08-10 Luc Teirlinck <teirllm@auburn.edu>
2251
2252 * keymaps.texi: Various changes in addition to:
2253 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
2254 Give more varied examples for `kbd'.
2255 (Creating Keymaps): Char tables have slots for all characters
2256 without modifiers.
2257 (Active Keymaps): `overriding-local-map' and
2258 `overriding-terminal-local-map' also override text property and
2259 overlay keymaps.
2260 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
2261 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
2262 to denote a prefix of no events.
2263 `map-keymap' includes parent's bindings _recursively_.
2264 Clarify and correct description of `where-is-internal'.
2265 Mention BUFFER-OR-NAME arg to `describe-bindings'.
2266 (Menu Example): For menus intended for use with the keyboard, the
2267 menu items should be bound to characters or real function keys.
2268
de700726
LT
22692004-08-08 Luc Teirlinck <teirllm@auburn.edu>
2270
30e75a87
LT
2271 * objects.texi (Character Type): Reposition `@anchor' to prevent
2272 double space inside sentence in Info.
2273
de700726
LT
2274 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
2275 renamed to `disabled-command-function'.
7c5b95c9 2276 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
2277 (Command Loop Info): Replace reference to it.
2278 (Disabling Commands): `disabled-command-hook' has been renamed to
2279 `disabled-command-function'.
2280
81909a1a
LT
22812004-08-07 Luc Teirlinck <teirllm@auburn.edu>
2282
2283 * os.texi (Translating Input): Only non-prefix bindings in
2284 `key-translation-map' override actual key bindings. Warn about
2285 possible indirect effect of actual key bindings on non-prefix
2286 bindings in `key-translation-map'.
2287
5504e99c
LT
22882004-08-06 Luc Teirlinck <teirllm@auburn.edu>
2289
2290 * minibuf.texi (High-Level Completion): Add anchor for definition
2291 of `read-variable'.
2292
2293 * commands.texi: Various changes in addition to:
2294 (Using Interactive): Clarify description of `interactive-form'.
2295 (Interactive Call): Mention default for KEYS argument to
2296 `call-interactively'.
2297 (Command Loop Info): Clarify description of `this-command-keys'.
2298 Mention KEEP-RECORD argument to `clear-this-command-keys'.
2299 Value of `last-event-frame' can be `macro'.
2300 (Repeat Events): `double-click-fuzz' is also used to distinguish
2301 clicks and drags.
2302 (Classifying Events): Clarify descriptions of `event-modifiers'
2303 `event-basic-type' and `event-convert-list'.
2304 (Accessing Events): `posn-timestamp' takes POSITION argument.
2305 (Quoted Character Input): Clarify description of
2306 `read-quoted-char' and fix example.
2307 (Quitting): Add `with-local-quit'.
2308 (Disabling Commands): Correct and clarify descriptions of
2309 `enable-command' and `disable-command'.
2310 Mention what happens if `disabled-command-hook' is nil.
2311 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
2312 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
2313
f478a72a
LT
23142004-07-24 Luc Teirlinck <teirllm@auburn.edu>
2315
2316 * frames.texi: Various changes in addition to:
2317 (Creating Frames): Expand and clarify description of `make-frame'.
2318 (Window Frame Parameters): Either none or both of the `icon-left'
2319 and `icon-top' parameters must be specified. Put descriptions of
2320 `menu-bar-lines' and `toolbar-lines' closer together and change
2321 them accordingly.
2322 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
2323 except while processing `frame-title-format' or `icon-title-format'.
2324 (Deleting Frames): Correct description of `delete-frame'.
2325 Non-nil return values of `frame-live-p' are like those of `framep'.
2326 (Frames and Windows): mention return value of
2327 `set-frame-selected-window'.
2328 (Visibility of Frames): Mention `force' argument to
2329 `make-frame-invisible'. `frame-visible-p' returns t for all
2330 frames on text-only terminals.
2331 (Frame Configurations): Restoring a frame configuration does not
2332 restore deleted frames.
2333 (Window System Selections): `x-set-selection' returns DATA.
2334 (Resources): Add example.
2335 (Display Feature Testing): Clarify descriptions of
2336 `display-pixel-height', `display-pixel-width', `x-server-version'
2337 and `x-server-vendor'.
2338
2339 * windows.texi (Choosing Window): Add anchor.
2340 * minibuf.texi (Minibuffer Misc): Add anchor.
2341
bc135062
JPW
23422004-07-23 John Paul Wallington <jpw@gnu.org>
2343
2344 * macros.texi (Defining Macros): Declaration keyword for setting
2345 Edebug spec is `debug' not `edebug'.
2346
cb7516e5
LT
23472004-07-19 Luc Teirlinck <teirllm@auburn.edu>
2348
2349 * windows.texi: Various small changes in addition to:
2350 (Window Point): Mention return value of `set-window-point'.
2351 (Window Start): `pos-visible-in-window-p' disregards horizontal
2352 scrolling. Explain return value if PARTIALLY is non-nil.
2353 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
2354 and `set-window-vscroll'.
2355 (Size of Window): The argument WINDOW to `window-inside-edges',
2356 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
2357 (Resizing Windows): Explain return value of
2358 `shrink-window-if-larger-than-buffer'.
2359 `window-size-fixed' automatically becomes buffer local when set.
2360 (Window Configurations): Explain return value of
2361 `set-window-configuration'.
2362
2363 * minibuf.texi (Minibuffer Misc): Add anchor for
2364 `minibuffer-scroll-window'.
2365
2366 * positions.texi (Text Lines): Add anchor for `count-lines'.
2367
3751eb00
RS
23682004-07-17 Richard M. Stallman <rms@gnu.org>
2369
2370 * display.texi (Overlay Properties): Adding `evaporate' prop
2371 deletes empty overlay immediately.
2372
2373 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
2374 fix example.
2375
9a7e97c6
LT
23762004-07-16 Jim Blandy <jimb@redhat.com>
2377
2378 * searching.texi (Regexp Backslash): Document new \_< and \_>
2379 operators.
2380
aa0e4da8
JB
23812004-07-16 Juanma Barranquero <lektu@terra.es>
2382
2383 * display.texi (Images): Fix Texinfo usage.
2384
cbbfedb2
LT
23852004-07-14 Luc Teirlinck <teirllm@auburn.edu>
2386
2387 * buffers.texi (Modification Time): `visited-file-modtime' now
2388 returns a list of two integers, instead of a cons.
2389
3a052bd3
LT
23902004-07-13 Luc Teirlinck <teirllm@auburn.edu>
2391
2392 * windows.texi: Various changes in addition to:
2393 (Splitting Windows): Add `split-window-keep-point'.
2394
02c04e6f
RS
23952004-07-09 Richard M. Stallman <rms@gnu.org>
2396
2397 * frames.texi (Input Focus): Minor fix.
2398
cb4f1287
LT
23992004-07-07 Luc Teirlinck <teirllm@auburn.edu>
2400
2401 * frames.texi (Input Focus): Clarify descriptions of
2402 `select-frame-set-input-focus' and `select-frame'.
2403
339902ec
LT
24042004-07-06 Luc Teirlinck <teirllm@auburn.edu>
2405
2406 * os.texi: Various small changes in addition to:
2407 (Killing Emacs): Expand and clarify description of
2408 `kill-emacs-query-functions' and `kill-emacs-hook'.
2409 (System Environment): Expand and clarify description of `getenv'
2410 and `setenv'.
2411 (Timers): Clarify description of `run-at-time'.
2412 (Translating Input): Correct description of
2413 `extra-keyboard-modifiers'.
2414 (Flow Control): Correct description of `enable-flow-control'.
2415
fe3b7e35
TTN
24162004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
2417
2418 * os.texi: Update copyright.
2419 (Session Management): Grammar fix.
2420 Clarify which Emacs does the restarting.
2421 Use @samp for *scratch* buffer.
2422
59db7d6e
LT
24232004-07-04 Alan Mackenzie <acm@muc.de>
2424
2425 * frames.texi (Input Focus): Add documentation for
2426 `select-frame-set-input-focus'. Replace refs to non-existent
2427 `switch-frame' with `select-frame'. Minor corrections and tidying
2428 up of text-only terminal stuff.
2429
e3ccf404
RS
24302004-07-02 Richard M. Stallman <rms@gnu.org>
2431
2432 * files.texi (Saving Buffers): Cleanup write-contents-function.
2433 (Magic File Names): Cleanup file-remote-p.
2434
8addb6eb
KG
24352004-07-02 Kai Grossjohann <kai@emptydomain.de>
2436
2437 * files.texi (Magic File Names): `file-remote-p' returns an
2438 identifier of the remote system, not just t.
2439
7a58d84d
DK
24402004-07-02 David Kastrup <dak@gnu.org>
2441
2442 * searching.texi (Entire Match Data): Add explanation about new
2443 match-data behavior when @var{integers} is non-nil.
2444
d8c379f8
RS
24452004-06-24 Richard M. Stallman <rms@gnu.org>
2446
b4a4b0ae
RS
2447 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
2448
d8c379f8
RS
2449 * customize.texi (Variable Definitions): Note about doc strings
2450 and :set.
2451
2452 * keymaps.texi (Keymap Terminology): Document `kbd'.
2453 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
2454
2455 * display.texi (Invisible Text): Setting buffer-invisibility-spec
2456 makes it buffer-local.
2457
2458 * files.texi (Saving Buffers): Correct previous change.
2459
2460 * commands.texi (Accessing Events):
2461 Clarify posn-col-row and posn-actual-col-row.
2462
24632004-06-24 David Ponce <david.ponce@wanadoo.fr>
2464
2465 * commands.texi (Accessing Events): New functions
2466 posn-at-point and posn-at-x-y. Add example to posn-x-y.
2467
dce417e7
LT
24682004-06-23 Luc Teirlinck <teirllm@auburn.edu>
2469
2470 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
2471 * frames.texi, buffers.texi, backups.texi, variables.texi:
2472 * loading.texi, eval.texi, functions.texi, control.texi:
2473 * symbols.texi, minibuf.texi: Reposition @anchor's.
2474
2475 * help.texi: Various small changes in addition to the following.
2476 (Describing Characters): Describe PREFIX argument to
2477 `key-description'. Correct and clarify definition of
2478 `text-char-description'. Describe NEED-VECTOR argument to
2479 `read-kbd-macro'.
2480 (Help Functions): Clarify definition of `apropos'.
2481
255d07dc
LH
24822004-06-23 Lars Hansen <larsh@math.ku.dk>
2483
2484 * files.texi (Saving Buffers): Correct description of
2485 `write-contents-functions'.
2486
4e9691e9
JB
24872004-06-21 Juanma Barranquero <lektu@terra.es>
2488
2489 * display.texi (Images): Remove redundant @vindex directives.
2490 Rewrite `image-library-alist' doc in active voice.
2491
1ebd4f78
JB
24922004-06-14 Juanma Barranquero <lektu@terra.es>
2493
2494 * display.texi (Images): Document new delayed library loading,
2495 variable `image-library-alist' and (existing but undocumented)
2496 function `image-type-available-p'.
2497
ddfb8369
RS
24982004-06-05 Richard M. Stallman <rms@gnu.org>
2499
2500 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
2501 refer the user to the Initial Input node.
2502 (Text from Minibuffer): Likewise.
2503 (Initial Input): New node. Document this feature
2504 and say it is mostly deprecated.
2505
18684a3a
RS
25062004-05-30 Richard M. Stallman <rms@gnu.org>
2507
7a61e456
RS
2508 * loading.texi (Named Features): Clarify return value
2509 and meaning of NOERROR.
2510
18684a3a
RS
2511 * variables.texi (File Local Variables): Minor cleanup.
2512
c8364415
MA
25132004-05-30 Michael Albinus <michael.albinus@gmx.de>
2514
2515 * files.texi (Magic File Names): Add `file-remote-p' as operation
2516 of file name handlers.
2517
08fd1251
RS
25182004-05-29 Richard M. Stallman <rms@gnu.org>
2519
2520 * modes.texi (Minor Mode Conventions): (-) has no special meaning
2521 as arg to a minor mode command.
2522
71d5a208
RS
25232004-05-22 Richard M. Stallman <rms@gnu.org>
2524
2525 * syntax.texi (Syntax Class Table): Word syntax not just for English.
2526
2527 * streams.texi (Output Variables): Doc float-output-format.
2528
2529 * searching.texi (Regexp Special): Nested repetition can be infloop.
2530
2531 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
2532 real stack overflow.
2533
2534 * compile.texi: Minor cleanups.
2535
25362004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
2537
2538 * lists.texi (Cons Cells): Explain dotted lists, true lists,
2539 circular lists.
2540 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 2541
022cb162
TTN
25422004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
2543
2544 * modes.texi (Search-based Fontification): Fix typo.
2545
aa7094ba
JB
25462004-05-10 Juanma Barranquero <lektu@terra.es>
2547
2548 * modes.texi (Mode Line Variables): Fix description of
2549 global-mode-string, which is now after which-func-mode, not the
2550 buffer name.
2551
c2383279
LH
25522004-05-07 Lars Hansen <larsh@math.ku.dk>
2553
2554 * modes.texi (Desktop Save Mode): Add.
2555 (Modes): Add menu entry Desktop Save Mode.
2556
2557 * hooks.texi: Add desktop-after-read-hook,
2558 desktop-no-desktop-file-hook and desktop-save-hook.
2559
2560 * locals.texi: Add desktop-save-buffer.
2561
058296d3
JH
25622004-04-30 Jesper Harder <harder@ifa.au.dk>
2563
2564 * display.texi: emacs -> Emacs.
2565
0c54865e
EZ
25662004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2567
2568 * files.texi (Changing Files): Document set-file-times.
2569
d814862a
JB
25702004-04-23 Juanma Barranquero <lektu@terra.es>
2571
2572 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2573
e8d6f886
JH
25742004-04-18 Jesper Harder <harder@ifa.au.dk>
2575
2576 * tips.texi (Coding Conventions): defopt -> defcustom.
2577
3a424014
LT
25782004-04-16 Luc Teirlinck <teirllm@auburn.edu>
2579
2580 * sequences.texi: Various clarifications.
2581
9e860631
LT
25822004-04-14 Luc Teirlinck <teirllm@auburn.edu>
2583
2584 * buffers.texi (Read Only Buffers): Mention optional ARG to
2585 `toggle-read-only'.
2586
5e30a0fb
NR
25872004-04-14 Nick Roberts <nick@nick.uklinux.net>
2588
9e860631 2589 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
2590 returns a full-width window if possible.
2591
619fb950
LT
25922004-04-13 Luc Teirlinck <teirllm@auburn.edu>
2593
2594 * buffers.texi: Various changes in addition to:
2595 (Buffer File Name): Add `find-buffer-visiting'.
2596 (Buffer Modification): Mention optional ARG to `not-modified'.
2597 (Indirect Buffers): Mention optional CLONE argument to
2598 `make-indirect-buffer'.
2599
2600 * files.texi: Various changes in addition to:
2601 (Visiting Functions): `find-file-hook' is now a normal hook.
2602 (File Name Expansion): Explain difference between the way that
2603 `expand-file-name' and `file-truename' treat `..'.
2604 (Contents of Directories): Mention optional ID-FORMAT argument to
2605 `directory-files-and-attributes'.
2606 (Format Conversion): Mention new optional CONFIRM argument to
2607 `format-write-file'.
2608
a2295d32
MB
26092004-04-12 Miles Bader <miles@gnu.org>
2610
2611 * macros.texi (Expansion): Add description of `macroexpand-all'.
2612
571fd4d5
JH
26132004-04-05 Jesper Harder <harder@ifa.au.dk>
2614
2615 * variables.texi (Variable Aliases): Mention
2616 cyclic-variable-indirection.
2617
2618 * errors.texi (Standard Errors): Ditto.
2619
4ba2fd66
LT
26202004-04-04 Luc Teirlinck <teirllm@auburn.edu>
2621
2622 * backups.texi: Various small changes in addition to:
2623 (Making Backups): Mention return value of `backup-buffer'.
2624 (Auto-Saving): Mention optional FORCE argument to
2625 `delete-auto-save-file-if-necessary'.
2626 (Reverting): Mention optional PRESERVE-MODES argument to
2627 `revert-buffer'. Correct description of `revert-buffer-function'.
2628
8f7ea687
JL
26292004-03-22 Juri Linkov <juri@jurta.org>
2630
2631 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
2632 with `Vector Functions'.
2633
2634 * text.texi (Sorting): Add missing quote.
2635
0eeca3c1
LT
26362004-03-14 Luc Teirlinck <teirllm@auburn.edu>
2637
2638 * intro.texi (Lisp History): Replace xref to `cl' manual with
2639 inforef.
2640
e69cfac2
RS
26412004-03-12 Richard M. Stallman <rms@gnu.org>
2642
2643 * intro.texi (Version Info): Add arg to emacs-version.
2644 (Lisp History): Change xref to CL manual.
2645
1b91d47f
LT
26462004-03-09 Luc Teirlinck <teirllm@auburn.edu>
2647
2648 * minibuf.texi (Completion Commands): Add xref to Emacs manual
2649 for Partial Completion mode.
2650
97073664
TTN
26512004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
2652
2653 * customize.texi: Fix typo. Remove eol whitespace.
2654
04a6e76b
RS
26552004-03-04 Richard M. Stallman <rms@gnu.org>
2656
2657 * processes.texi: Fix typos.
2658
2659 * lists.texi (Building Lists): Minor clarification.
2660
2661 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
2662 in make-hash-table.
2663
5bb0fcd1
JB
26642004-02-29 Juanma Barranquero <lektu@terra.es>
2665
2666 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
2667 rm, and ignore exit code.
2668
9022d421
EZ
26692004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
2670
2671 * display.texi (Defining Faces): Add description for min-colors.
2672 Update example.
2673
92f5fba2
LT
26742004-02-23 Luc Teirlinck <teirllm@auburn.edu>
2675
2676 * abbrevs.texi: Various corrections and clarifications in addition
2677 to the following:
2678 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
2679
7e83e178
GM
26802004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2681
2682 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
2683
9c5609e8
LT
26842004-02-21 Luc Teirlinck <teirllm@auburn.edu>
2685
e2b9b51f
LT
2686 * text.texi: Various small changes in addition to the following:
2687 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
2688 to delete-horizontal-space.
2689 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
2690 description of yank-handler text property at various places.
2691
7daa0e81
LT
2692 * frames.texi (Window System Selections): Add anchor.
2693
9c5609e8
LT
2694 * syntax.texi (Syntax Table Functions): Clarify and correct
2695 descriptions of make-syntax-table and copy-syntax-table.
2696 (Motion and Syntax): Clarify SYNTAXES argument to
2697 skip-syntax-forward.
2698 (Parsing Expressions): Mention that the return value of
2699 parse-partial-sexp is currently a list of ten rather than nine
2700 elements.
2701 (Categories): Various corrections and clarifications.
2702
d29edb21
LT
27032004-02-17 Luc Teirlinck <teirllm@auburn.edu>
2704
2705 * markers.texi (Marker Insertion Types): Minor change.
2706
2707 * locals.texi (Standard Buffer-Local Variables):
2708 * commands.texi (Interactive Codes, Using Interactive):
2709 * functions.texi (Related Topics): Fix xrefs.
2710
43e48bda
LT
27112004-02-16 Luc Teirlinck <teirllm@auburn.edu>
2712
2713 * lists.texi (Sets And Lists): Update description of delete-dups.
2714
84e34002
RS
27152004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2716
2717 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
2718
27192004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2720
2721 * frames.texi (Parameter Access): frame-parameters arg is optional.
2722 modify-frame-parameters handles nil for FRAME.
2723 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
2724 are all-or-nothing for certain toolkits.
2725 Mention parameter wait-for-wm.
2726 (Frames and Windows): In frame-first-window and frame-selected-window
2727 the arg is optional.
2728 (Input Focus): In redirect-frame-focus the second arg is optional.
2729 (Window System Selections): Mention selection type CLIPBOARD.
2730 Mention data-type UTF8_STRING.
2731 Mention numbering of cut buffers.
2732 (Resources): Describe x-resource-name.
2733
27342004-02-16 Richard M. Stallman <rms@gnu.org>
2735
2736 * windows.texi (Buffers and Windows): Delete false table
2737 about all-frames.
2738
2739 * syntax.texi (Parsing Expressions): Delete old caveat
2740 about parse-sexp-ignore-comments.
2741
2742 * streams.texi (Output Variables): Add print-quoted.
2743
2744 * lists.texi (Building Lists): Minor cleanup.
2745
2746 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
2747
2748 * display.texi (Overlays): Explain overlays use markers.
2749 (Managing Overlays): Explain front-advance and rear-advance
2750 in more detail.
2751
2752 * loading.texi (Unloading): Document unload-feature-special-hooks.
2753 Get rid of fns-NNN.el file.
2754
27552004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2756
2757 * help.texi (Describing Characters): Fix text-char-description
2758 example output.
2759
2760 * edebug.texi (Using Edebug): Fix example.
2761
2762 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 2763
84e34002
RS
2764 * files.texi (Changing Files): Fix argname.
2765
2766 * calendar.texi: Fix parens, and default values.
2767
2768 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
2769 * nonascii.texi, objects.texi, os.texi: Minor fixes.
2770 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
2771
2772 * positions.texi (Text Lines): Don't add -1 in current-line.
2773
27742004-02-16 Richard M. Stallman <rms@gnu.org>
2775
2776 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
2777
c33b76da
EZ
27782004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2779
2780 * processes.texi (Low-Level Network): Fix a typo.
2781
9d7271e8
KS
27822004-02-12 Kim F. Storm <storm@cua.dk>
2783
2784 * display.texi (Fringes): Use consistent wording.
2785 Note that window-fringe's window arg is optional.
2786 (Scroll Bars): Use consistent wording.
2787
6827d730
LT
27882004-02-11 Luc Teirlinck <teirllm@auburn.edu>
2789
2790 * tips.texi (Comment Tips): Document the new conventions for
2791 commenting out code.
2792
1cb60b5a
JD
27932004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2794
2795 * positions.texi (Text Lines): Added missing end defun.
2796
7fdd1f62
KS
27972004-02-07 Kim F. Storm <storm@cua.dk>
2798
2799 * positions.texi (Text Lines): Add line-number-at-pos.
2800
eb3c144c
JPW
28012004-02-06 John Paul Wallington <jpw@gnu.org>
2802
2803 * display.texi (Button Properties, Button Buffer Commands):
2804 mouse-2 invokes button, not down-mouse-1.
2805
a1d38d63
JR
28062004-02-04 Jason Rumney <jasonr@gnu.org>
2807
2808 * makefile.w32-in: Sync with Makefile.in changes.
2809
4b574f3d
LT
28102004-02-03 Luc Teirlinck <teirllm@auburn.edu>
2811
2812 * minibuf.texi (Text from Minibuffer): Various corrections and
2813 clarifications.
2814 (Object from Minibuffer): Correct Lisp description of
2815 read-minibuffer.
2816 (Minibuffer History): Clarify description of cons values for
2817 HISTORY arguments.
2818 (Basic Completion): Various corrections and clarifications. Add
2819 completion-regexp-list.
2820 (Minibuffer Completion): Correct and clarify description of
2821 completing-read.
6f6b0433 2822 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
2823 other minor changes.
2824 (High-Level Completion): Various corrections and clarifications.
2825 (Reading File Names): Ditto.
2826 (Minibuffer Misc): Ditto.
2827
d8186297
LT
28282004-01-26 Luc Teirlinck <teirllm@auburn.edu>
2829
2830 * strings.texi (Text Comparison): assoc-string also matches
2831 elements of alists that are strings instead of conses.
2832 (Formatting Strings): Standardize Texinfo usage. Update index
2833 entries.
2834
9adcb5f2
LT
28352004-01-20 Luc Teirlinck <teirllm@auburn.edu>
2836
2837 * lists.texi (Sets And Lists): Add delete-dups.
2838
3e7274ae
LT
28392004-01-15 Luc Teirlinck <teirllm@auburn.edu>
2840
2841 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
2842 special form.
2843 * macros.texi (Defining Macros): Update description of `declare',
2844 which now is a macro.
2845 (Wrong Time): Fix typos.
2846
944e099f
LT
28472004-01-14 Luc Teirlinck <teirllm@auburn.edu>
2848
2849 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 2850 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
2851 and `batch-byte-compile'. In particular, mention and describe
2852 all optional arguments.
2853 (Disassembly): Correct and clarify the description of `disassemble'.
2854
90c3aa59
LT
28552004-01-11 Luc Teirlinck <teirllm@auburn.edu>
2856
2857 * searching.texi: Various small changes in addition to the
2858 following.
2859 (Regexp Example): Adapt to new value of `sentence-end'.
2860 (Regexp Functions): The PAREN argument to `regexp-opt' can be
2861 `words'.
2862 (Search and Replace): Add usage note for `perform-replace'.
2863 (Entire Match Data): Mention INTEGERS and REUSE arguments to
2864 `match-data'.
2865 (Standard Regexps): Update for new values of `paragraph-start'
2866 and `sentence-end'.
2867
583c353d
LT
28682004-01-07 Luc Teirlinck <teirllm@auburn.edu>
2869
2870 * files.texi (Saving Buffers): Clarify descriptions of
2871 `write-contents-functions' and `before-save-hook'.
2872 Make the defvar's for `before-save-hook' and `after-save-hook'
2873 into defopt's.
2874
05faee07
KS
28752004-01-07 Kim F. Storm <storm@cua.dk>
2876
2877 * commands.texi (Click Events): Describe new image and
2878 width/height elements of click events.
2879 (Accessing Events): Add posn-string, posn-image, and
2880 posn-object-width-height. Change posn-object to return either
2881 image or string object.
2882
a0465ec3
SJ
28832004-01-01 Simon Josefsson <jas@extundo.com>
2884
2885 * hooks.texi (Standard Hooks): Add before-save-hook.
2886 * files.texi (Saving Buffers): Likewise.
2887
972c0c49
RS
28882004-01-03 Richard M. Stallman <rms@gnu.org>
2889
2890 * frames.texi (Frames and Windows): Delete frame-root-window.
2891
dbcd463f
LT
28922004-01-03 Luc Teirlinck <teirllm@auburn.edu>
2893
2894 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
2895
2896 * functions.texi: Various small changes in addition to the
2897 following.
2898 (What Is a Function): `functionp' returns nil for macros. Clarify
2899 behavior of this and following functions for symbol arguments.
2900 (Function Documentation): Add `\' in front of (fn @var{arglist})
2901 and explain why.
2902 (Defining Functions): Mention DOCSTRING argument to `defalias'.
2903 Add anchor.
2904 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
2905
02c77ee9
MB
29062004-01-01 Miles Bader <miles@gnu.org>
2907
2908 * display.texi (Buttons): New section.
2909
903a1a91
AS
29102003-12-31 Andreas Schwab <schwab@suse.de>
2911
2912 * numbers.texi (Math Functions): sqrt reports a domain-error
2913 error.
2914 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
2915
697cf92a
LT
29162003-12-30 Luc Teirlinck <teirllm@auburn.edu>
2917
3f70fe82
LT
2918 * tips.texi (Documentation Tips): Update item on hyperlinks in
2919 documentation strings.
2920
697cf92a
LT
2921 * errors.texi (Standard Errors): Various small corrections and
2922 additions.
2923
2924 * control.texi: Various small changes in addition to the
2925 following.
2926 (Signaling Errors): Provide some more details on how `signal'
2927 constructs the error message. Add anchor to the definition of
2928 `signal'.
2929 (Error Symbols): Describe special treatment of `quit'.
2930 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
2931 to emphasize that it has to be a single form.
2932
2933 * buffers.texi: Add anchor.
2934
4d25144d
RS
29352003-12-29 Richard M. Stallman <rms@gnu.org>
2936
2937 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
2938 (Window Configurations): Add window-configuration-frame.
2939
2940 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
2941
2942 * text.texi (Examining Properties): Add get-char-property-and-overlay.
2943 Change arg name in get-char-property.
2944 (Special Properties): Update handling of keymap property.
2945
2946 * strings.texi (Modifying Strings): Add clear-string.
2947 (Text Comparison): Add assoc-string and remove
2948 assoc-ignore-case, assoc-ignore-representation.
2949
2950 * os.texi (Time of Day): Add set-time-zone-rule.
2951
2952 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 2953 report domain-error errors.
4d25144d 2954
697cf92a 2955 * nonascii.texi (Converting Representations):
4d25144d
RS
2956 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
2957 (Encoding and I/O): Add file-name-coding-system.
2958
2959 * modes.texi (Search-based Fontification): Explain that
2960 face specs are symbols with face names as values.
2961
2962 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
2963
2964 * lists.texi (Building Lists): remq moved elsewhere.
2965 (Sets And Lists): remq moved here.
2966 (Association Lists): Refer to assoc-string.
2967
2968 * internals.texi (Garbage Collection): Add memory-use-counts.
2969
2970 * frames.texi (Frames and Windows): Add set-frame-selected-window
2971 and frame-root-window.
2972
697cf92a 2973 * files.texi (Contents of Directories):
4d25144d
RS
2974 Add directory-files-and-attributes.
2975
2976 * display.texi (Refresh Screen): Add force-window-update.
2977 (Invisible Text): Explain about moving point out of invis text.
2978 (Overlay Properties): Add overlay-properties.
2979 (Managing Overlays): Add overlayp.
2980 (GIF Images): Invalid image number displays a hollow box.
2981
2982 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
2983 (Killing Buffers): Add buffer-live-p.
2984
67fafe38
MR
29852003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
2986
2987 * display.texi (Fringes): Fix typo "set-buffer-window".
2988
68e74f25
LT
29892003-12-24 Luc Teirlinck <teirllm@auburn.edu>
2990
2991 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
2992 * nonascii.texi, processes.texi, tips.texi, variables.texi:
2993 Add or change various xrefs and anchors.
2994
2995 * commands.texi: Replace all occurrences of @acronym{CAR} with
2996 @sc{car}, for consistency with the rest of the Elisp manual.
2997 `car' and `cdr' are historically acronyms, but are no longer
2998 widely thought of as such.
2999
3000 * internals.texi (Pure Storage): Mention that `purecopy' does not
3001 copy text properties.
3002 (Object Internals): Now 29 bits are used (in most implementations)
3003 to address Lisp objects.
3004
3005 * variables.texi (Variables with Restricted Values): New node.
3006
3007 * objects.texi (Lisp Data Types): Mention that certain variables
3008 can only take on a restricted set of values and add an xref to
3009 the new node "Variables with Restricted Values".
3010
3011 * eval.texi (Function Indirection): Describe the errors that
3012 `indirect-function' can signal.
3013 (Eval): Clarify the descriptions of `eval-region' and `values'.
3014 Describe `eval-buffer' instead of `eval-current-buffer' and
3015 mention `eval-current-buffer' as an alias for `current-buffer'.
3016 Correct the description and mention all optional arguments.
3017
697cf92a 3018 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
3019 following.
3020 (Converting Representations): Clarify behavior of
3021 `string-make-multibyte' and `string-to-multibyte' for unibyte all
3022 ASCII arguments.
3023 (Character Sets): Document the variable `charset-list' and adapt
3024 the definition of the function `charset-list' accordingly.
3025 (Translation of Characters): Clarify use of generic characters in
3026 `make-translation-table'. Clarify and correct the description of
3027 the use of translation tables in encoding and decoding.
3028 (User-Chosen Coding Systems): Correct and clarify the description
3029 of `select-safe-coding-system'.
3030 (Default Coding Systems): Clarify description of
3031 `file-coding-system-alist'.
3032
a62f71e4
LT
30332003-11-30 Luc Teirlinck <teirllm@auburn.edu>
3034
3035 * strings.texi (Text Comparison): Correctly describe when two
3036 strings are `equal'. Combine and clarify descriptions of
3037 `assoc-ignore-case' and `assoc-ignore-representation'.
3038
3039 * objects.texi (Non-ASCII in Strings): Clarify description of
3040 when a string is unibyte or multibyte.
3041 (Bool-Vector Type): Update examples.
3042 (Equality Predicates): Correctly describe when two strings are
3043 `equal'.
3044
19017752
LT
30452003-11-29 Luc Teirlinck <teirllm@auburn.edu>
3046
3047 * lists.texi (Building Lists): `append' no longer accepts integer
3048 arguments. Update the description of `number-sequence' to reflect
3049 recent changes.
3050 (Sets And Lists): Describe `member-ignore-case' after `member'.
3051
0f6a07a8
KS
30522003-11-27 Kim F. Storm <storm@cua.dk>
3053
3054 * commands.texi (Click Events): Click object may be an images.
3055 Describe (dx . dy) element of click positions.
3056 (Accessing Events): Remove duplicate posn-timestamp.
3057 New functions posn-object and posn-object-x-y.
3058
1ce7c819
KS
30592003-11-23 Kim F. Storm <storm@cua.dk>
3060
3061 * commands.texi (Click Events): Describe enhancements to event
3062 position lists, including new text-pos and (col . row) items.
3063 Mention left-fringe and right-fringe area events.
0f6a07a8 3064 (Accessing Events): New functions posn-area and
1ce7c819
KS
3065 posn-actual-col-row. Mention posn-timestamp. Mention that
3066 posn-point in non-text area still returns buffer position.
3067 Clarify posn-col-row.
3068
cae8ddbb
LH
30692003-11-21 Lars Hansen <larsh@math.ku.dk>
3070
3071 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
3072 * anti.texi (File Attributes): Describe removed parameter
3073 ID-FORMAT.
3074
f7f1a248
LT
30752003-11-20 Luc Teirlinck <teirllm@auburn.edu>
3076
68e74f25 3077 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
3078 a position, its buffer is ignored.
3079
3080 * markers.texi (Overview of Markers): Mention it here too.
3081
c5e2fb05
LT
30822003-11-12 Luc Teirlinck <teirllm@auburn.edu>
3083
3084 * numbers.texi (Numeric Conversions): Not just `floor', but also
3085 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
3086
e57d0aa8
LT
30872003-11-10 Luc Teirlinck <teirllm@auburn.edu>
3088
3089 * markers.texi (Creating Markers): Specify insertion type of
3090 created markers. Add xref to `Marker Insertion Types'.
3091 Second argument to `copy-marker' is optional.
3092 (Marker Insertion Types): Mention that most markers are created
3093 with insertion type nil.
3094 (The Mark): Correctly describe when `mark' signals an error.
3095 (The Region): Correctly describe when `region-beginning' and
3096 `region-end' signal an error.
3097
bb3612ec
LT
30982003-11-08 Luc Teirlinck <teirllm@auburn.edu>
3099
3100 * hash.texi (Creating Hash): Clarify description of `eql'.
3101 `makehash' is obsolete.
3102 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
3103
3104 * positions.texi (Point): Change description of `buffer-end', so
3105 that it is also correct for floating point arguments.
3106 (List Motion): Correct argument lists of `beginning-of-defun' and
3107 `end-of-defun'.
3108 (Excursions): Add xref to `Marker Insertion Types'.
3109 (Narrowing): Argument to `narrow-to-page' is optional.
3110
cfb8a797
LT
31112003-11-06 Luc Teirlinck <teirllm@auburn.edu>
3112
3113 * streams.texi (Output Streams): Clarify behavior of point for
3114 marker output streams.
3115
c6177909
LT
31162003-11-04 Luc Teirlinck <teirllm@auburn.edu>
3117
3118 * variables.texi (Defining Variables): Second argument to
3119 `defconst' is not optional.
3120 (Setting Variables): Mention optional argument APPEND to
3121 `add-to-list'.
3122 (Creating Buffer-Local): Expand description of
3123 `make-variable-buffer-local'.
3124 (Frame-Local Variables): Expand description of
3125 `make-variable-frame-local'.
3126 (Variable Aliases): Correct description of optional argument
3127 DOCSTRING to `defvaralias'. Mention return value of
3128 `defvaralias'.
3129 (File Local Variables): Add xref to `File variables' in Emacs
3130 Manual. Correct description of `hack-local-variables'. Mention
3131 `safe-local-variable' property. Mention optional second argument
3132 to `risky-local-variable-p'.
3133
b3645067
LT
31342003-11-03 Luc Teirlinck <teirllm@auburn.edu>
3135
3136 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
3137
10695e5c
EZ
31382003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
3139
3140 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
3141 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
3142 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
3143 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
3144 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 3145 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
3146 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
3147 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
3148 @acronym{FOO}.
3149
a2f4def1
LT
31502003-10-27 Luc Teirlinck <teirllm@auburn.edu>
3151
3152 * strings.texi (Creating Strings): Argument START to `substring'
3153 can not be `nil'. Expand description of
3154 `substring-no-properties'. Correct description of `split-string',
3155 especially with respect to empty matches. Prevent very bad line
3156 break in definition of `split-string-default-separators'.
3157 (Text Comparison): `string=' and `string<' also accept symbols as
3158 arguments.
3159 (String Conversion): More completely describe argument BASE in
3160 `string-to-number'.
5bb0fcd1 3161 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
3162 corresponding object. Clarify behavior of numeric prefix after
3163 `%' in `format'.
3164 (Case Conversion): The argument to `upcase-initials' can be a
3165 character.
3166
a2296bf9
KH
31672003-10-27 Kenichi Handa <handa@m17n.org>
3168
3169 * display.texi (Fontsets): Fix texinfo usage.
3170
885fef7c
KH
31712003-10-25 Kenichi Handa <handa@m17n.org>
3172
3173 * display.texi (Fontsets): Add description of the function
3174 set-fontset-font.
3175
0c6b7a1f
LT
31762003-10-23 Luc Teirlinck <teirllm@auburn.edu>
3177
3178 * display.texi (Temporary Displays): Add xref to `Documentation
3179 Tips'.
3180
3181 * functions.texi (Function Safety): Use inforef instead of pxref
3182 for SES.
3183
c3cda320
AS
31842003-10-23 Andreas Schwab <schwab@suse.de>
3185
3186 * Makefile.in (TEX, texinputdir): Don't define.
3187 (TEXI2DVI): Define.
3188 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
3189 add $(srcdir)/index.texi.
3190 ($(infodir)/elisp): Remove index.texi dependency.
3191 (elisp.dvi): Likewise. Use $(TEXI2DVI).
3192 (index.texi): Remove target.
3193 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
3194 (clean): Don't remove index.texi.
3195
c3cda320
AS
3196 * permute-index, index.perm: Remove.
3197 * index.texi: Rename from index.unperm.
3198
e5dadca7
LT
31992003-10-22 Luc Teirlinck <teirllm@auburn.edu>
3200
3201 * tips.texi (Documentation Tips): Document new behavior for face
3202 and variable hyperlinks in Help mode.
3203
6cfb0777
LT
32042003-10-21 Luc Teirlinck <teirllm@auburn.edu>
3205
3206 * objects.texi (Integer Type): Update for extra bit of integer range.
3207 (Character Type): Ditto.
3208
a6eeaa81 32092003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
3210
3211 * numbers.texi (Integer Basics): Add index entries for reading
3212 numbers in hex, octal, and binary.
3213
c8f9ba83
LK
32142003-10-16 Lute Kamstra <lute@gnu.org>
3215
3216 * modes.texi (Mode Line Format): Mention force-mode-line-update's
3217 argument.
3218
b52a26fb
LT
32192003-10-13 Luc Teirlinck <teirllm@auburn.edu>
3220
3221 * windows.texi (Choosing Window): Fix typo.
3222 * edebug.texi (Edebug Execution Modes): Fix typo.
3223
f7005886
RS
32242003-10-13 Richard M. Stallman <rms@gnu.org>
3225
3226 * windows.texi (Basic Windows): A window has fringe settings,
3227 display margins and scroll-bar settings.
3228 (Splitting Windows): Doc split-window return value.
3229 Clean up one-window-p.
3230 (Selecting Windows): Fix typo.
3231 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
3232 (Buffers and Windows): In set-window-buffer, explain effect
3233 on fringe settings and scroll bar settings.
3234 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
3235 (Choosing Window): Use defopt for pop-up-frame-function.
3236 For special-display-buffer-names, explain same-window and same-frame.
3237 Clarify window-dedicated-p return value.
3238 (Textual Scrolling): scroll-up and scroll-down can get an error.
3239 (Horizontal Scrolling): Clarify auto-hscroll-mode.
3240 Clarify set-window-hscroll.
3241 (Size of Window): Don't mention tool bar in window-height.
3242 (Coordinates and Windows): Explain what coordinates-in-window-p
3243 returns for fringes and display margins.
3244 (Window Configurations): Explain saving fringes, etc.
3245
3246 * tips.texi (Library Headers): Clean up Documentation.
3247
3248 * syntax.texi (Parsing Expressions): Clean up forward-comment
3249 and parse-sexp-lookup-properties.
3250
3251 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
3252
3253 * os.texi (System Environment): Clean up text for load-average errors.
3254
3255 * modes.texi (Hooks): Don't explain local hook details at front.
3256 Clarify run-hooks and run-hook-with-args a little.
3257 Clean up add-hook and remove-hook.
3258
3259 * edebug.texi (Edebug Execution Modes): Clarify t.
3260 Document edebug-sit-for-seconds.
3261 (Coverage Testing): Document C-x X = and =.
3262 (Instrumenting Macro Calls): Fix typo.
3263 (Specification List): Don't index the specification keywords.
3264
c989ebe9
KS
32652003-10-10 Kim F. Storm <storm@cua.dk>
3266
3267 * processes.texi (Network): Introduce make-network-process.
3268
f9525eef
LT
32692003-10-09 Luc Teirlinck <teirllm@auburn.edu>
3270
3271 * tips.texi (Library Headers): Fix typo.
3272
f008b925
LK
32732003-10-07 Juri Linkov <juri@jurta.org>
3274
3275 * modes.texi (Imenu): Mention imenu-create-index-function's
3276 default value. Explain submenus better.
3277
c22c5da6
LK
32782003-10-07 Lute Kamstra <lute@gnu.org>
3279
3280 * modes.texi (Faces for Font Lock): Fix typo.
3281 (Hooks): Explain how buffer-local hook variables can refer to
3282 global hook variables.
3283 Various minor clarifications.
3284
49247521
LK
32852003-10-06 Lute Kamstra <lute@gnu.org>
3286
3287 * tips.texi (Coding Conventions): Mention naming conventions for
3288 hooks.
3289
9296c947
LT
32902003-10-05 Luc Teirlinck <teirllm@auburn.edu>
3291
3292 * loading.texi (Library Search): Correct default value of
3293 load-suffixes.
3294 (Named Features): Fix typo.
3295
0e9b293a
RS
32962003-10-05 Richard M. Stallman <rms@gnu.org>
3297
3298 * loading.texi (Named Features): In `provide',
3299 say how to test for subfeatures.
3300 (Unloading): In unload-feature, use new var name
3301 unload-feature-special-hooks.
3302
49247521 33032003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
3304
3305 * modes.texi (Major Mode Conventions): Mention third way to set up
3306 Imenu.
3307 (Imenu): A number of small fixes.
3308 Delete documentation of internal variable imenu--index-alist.
3309 Document the return value format of imenu-create-index-function
3310 functions.
3311
ab8f7d5c
RS
33122003-09-30 Richard M. Stallman <rms@gnu.org>
3313
3314 * processes.texi (Network): Say what stopped datagram connections do.
3315
3316 * lists.texi (Association Lists): Clarify `assq-delete-all'.
3317
3318 * display.texi (Overlay Properties): Clarify `evaporate' property.
3319
49247521 33202003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
3321
3322 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 3323 constructs should be marked as risky.
86b9b767
LK
3324 Change cons cell into proper list.
3325 (Mode Line Variables): Change cons cell into proper list.
3326
49247521 33272003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
3328
3329 * modes.texi (Mode Line Data): Document the :propertize construct.
3330 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 3331 to match their order in the default mode-line-format.
bc3b02f9
LK
3332 Describe the new variables mode-line-position and mode-line-modes.
3333 Update the default values of mode-line-frame-identification,
3334 minor-mode-alist, and default-mode-line-format.
3335 (Properties in Mode): Mention the :propertize construct.
6142d1d0 3336
bc3b02f9 33372003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 3338
c22c5da6 3339 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
3340 * loading.texi, minibuf.texi, text.texi, variables.texi:
3341 Avoid @strong{Note:}.
3342
33432003-09-26 Richard M. Stallman <rms@gnu.org>
3344
3345 * keymaps.texi (Remapping Commands): Fix typo.
3346
41beda59
LT
33472003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
3348
3349 * processes.texi (Low-Level Network): Fix typo.
3350
ef6ae4ff
KS
33512003-09-23 Kim F. Storm <storm@cua.dk>
3352
3353 * processes.texi (Network, Network Servers): Fix typos.
3354 (Low-Level Network): Add timeout value for :server keyword.
3355 Add new option keywords to make-network-process.
3356 Add set-network-process-options.
3357 Explain how to test availability of network options.
3358
b0f23edf
RS
33592003-09-19 Richard M. Stallman <rms@gnu.org>
3360
3361 * text.texi (Motion by Indent): Arg to
3362 backward-to-indentation and forward-to-indentation is optional.
3363
3364 * strings.texi (Creating Strings): Add substring-no-properties.
3365
3366 * processes.texi
3367 (Process Information): Add list-processes arg QUERY-ONLY.
3368 Delete process-contact from here.
3369 Add new status values for process-status.
3370 Add process-get, process-put, process-plist, set-process-plist.
3371 (Synchronous Processes): Add call-process-shell-command.
3372 (Signals to Processes): signal-process allows process objects.
3373 (Network): Complete rewrite.
3374 (Network Servers, Datagrams, Low-Level Network): New nodes.
3375
3376 * positions.texi (Word Motion): forward-word, backward-word
3377 arg is optional. Reword.
3378
3379 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
3380
c22c5da6 3381 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
3382 Delete duplicate definition of buffer-local-value.
3383 (File Local Variables): Explain about discarding text props.
3384
f387bdea
RS
33852003-09-11 Richard M. Stallman <rms@gnu.org>
3386
3387 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
3388 changes variables that record input events.
3389 (Minibuffer Misc): Add minibuffer-selected-window.
3390
3391 * lists.texi (Building Lists): Add copy-tree.
3392
3393 * display.texi (Fontsets): Add char-displayable-p.
3394 (Scroll Bars): New node.
3395
49247521 33962003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
3397
3398 * modes.texi (%-Constructs): Document new `%i' and `%I'
3399 constructs.
3400
fd026ee1
JR
34012003-09-03 Peter Runestig <peter@runestig.com>
3402
3403 * makefile.w32-in: New file.
3404
4828b4d7
RS
34052003-08-29 Richard M. Stallman <rms@gnu.org>
3406
3407 * display.texi (Overlay Properties): Clarify how priorities
3408 affect use of the properties.
3409
a4e4f05d
LT
34102003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
3411
3412 * customize.texi (Type Keywords): Correct the description of
3413 `:help-echo' in the case where `motion-doc' is a function.
3414
3ebe0346
JPW
34152003-08-14 John Paul Wallington <jpw@gnu.org>
3416
3417 * modes.texi (Emulating Mode Line): Subsection, not section.
3418
3afe8e39
RS
34192003-08-13 Richard M. Stallman <rms@gnu.org>
3420
3421 * elisp.texi (Top): Update subnode lists in menu.
3422
3423 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
3424 (Kill Functions): kill-region has new arg yank-handler.
3425 (Yanking): New node.
3426 (Yank Commands): Add yank-undo-function.
3427 (Low-Level Kill Ring):
3428 kill-new and kill-append have new arg yank-handler.
3429 (Changing Properties): Add remove-list-of-text-properties.
3430 (Atomic Changes): New node.
3431
3432 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
3433
3434 * streams.texi (Output Variables): Add eval-expression-print-length
3435 and eval-expression-print-level.
3436
3437 * os.texi (Time Conversion): For encode-time, explain limits on year.
3438
3439 * objects.texi (Character Type): Define anchor "modifier bits".
3440
3441 * modes.texi (Emulating Mode Line): New node.
3442 (Search-based Fontification): Font Lock uses font-lock-face property.
3443 (Other Font Lock Variables): Likewise.
3444
3445 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
3446 not vectors.
3447 (Active Keymaps): Add emulation-mode-map-alists.
3448 (Functions for Key Lookup): key-binding has new arg no-remap.
3449 (Remapping Commands): New node.
3450 (Scanning Keymaps): where-is-internal has new arg no-remap.
3451 (Tool Bar): Add tool-bar-local-item-from-menu.
3452 Clarify when to use tool-bar-add-item-from-menu.
3453
3454 * commands.texi (Interactive Call): commandp has new arg.
3455 (Command Loop Info): Add this-original-command.
3456
e37769b1
JPW
34572003-08-06 John Paul Wallington <jpw@gnu.org>
3458
3459 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
3460
3461 * display.texi (Warning Basics): Fix typo.
3462 (Fringes): Add closing curly bracket and fix typo.
3463
3464 * elisp.texi (Top): Fix typo.
3465
c5e0561f
RS
34662003-08-05 Richard M. Stallman <rms@gnu.org>
3467
3468 * elisp.texi: Update lists of subnodes.
3469
3470 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
3471
3472 * variables.texi (Local Variables): Use lc for example variable names.
3473
3474 * tips.texi (Library Headers): Explain where to put -*-.
3475
3476 * strings.texi (Creating Strings): Fix xref for vconcat.
3477
3478 * sequences.texi (Vector Functions):
3479 vconcat no longer allows integer args.
3480
3481 * minibuf.texi (Reading File Names): read-file-name has new
3482 arg PREDICATE. New function read-directory-name.
3483
3484 * macros.texi (Defining Macros): Give definition of `declare'
3485 (Indenting Macros): New node.
3486
3487 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
3488 (Window Frame Parameters): Make separate table of parameters
3489 that are coupled with specific face attributes.
3490 (Deleting Frames): delete-frame-hooks renamed to
3491 delete-frame-functions.
3492
3493 * files.texi (Magic File Names): Add file-remote-p.
3494 Clarify file-local-copy.
3495
3496 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
3497 here; instead xref Defining Macros.
3498
3499 * display.texi (Warnings): New node, and subnodes.
3500 (Fringes): New node.
3501
3502 * debugging.texi (Test Coverage): New node.
3503
3504 * compile.texi (Compiler Errors): Explain with-no-warnings
3505 and other ways to suppress warnings.
3506
3507 * commands.texi (Interactive Call): Minor clarification.
3508
3509 * buffers.texi (Buffer File Name): set-visited-file-name
3510 renames the buffer too.
3511
3512 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
3513
ee59dede
MR
35142003-07-24 Markus Rost <rost@math.ohio-state.edu>
3515
3516 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
3517
f0514b34
MR
35182003-07-22 Markus Rost <rost@math.ohio-state.edu>
3519
3520 * internals.texi (Garbage Collection): Fix previous change.
3521
c73983bb
RS
35222003-07-22 Richard M. Stallman <rms@gnu.org>
3523
3524 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
3525
3526 * display.texi (Width): Use \s syntax in example.
3527 (Font Selection): Add face-font-rescale-alist.
3528
3529 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
3530 Remove spurious indent in example.
3531
3532 * lists.texi (Building Lists): Add number-sequence.
3533
3534 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
3535
3536 * functions.texi (Function Documentation): Explain how to
3537 show calling convention explicitly in the doc string.
3538
3539 * windows.texi (Selecting Windows): save-selected-window saves
3540 selected window of each frame.
3541 (Window Configurations): Minor change.
3542
3543 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
3544
3545 * streams.texi (Output Variables): Add print-continuous-numbering
3546 and print-number-table.
3547
3548 * processes.texi (Decoding Output): New node.
3549
3550 * os.texi (Time Conversion): decode-time arg is optional.
3551
3552 * objects.texi (Character Type): Don't use space as example for \.
3553 Make list of char names and \-sequences correspond.
3554 Explain that \s is not used in strings. `\ ' needs space after.
3555
3556 * nonascii.texi (Converting Representations): Add string-to-multibyte.
3557 (Translation of Characters): Add translation-table-for-input.
3558 (Default Coding Systems): Add auto-coding-functions.
3559 (Explicit Encoding): Add decode-coding-inserted-region.
3560 (Locales): Add locale-info.
3561
3562 * minibuf.texi (Basic Completion): Describe test-completion.
3563 Collections can be lists of strings.
3564 Clean up lazy-completion-table.
3565 (Programmed Completion): Mention test-completion.
3566 Clarify why lambda expressions are not accepted.
3567 (Minibuffer Misc): Describe minibufferp.
3568
51a8b435
RS
35692003-07-14 Richard M. Stallman <rms@gnu.org>
3570
3571 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
3572
3573 * windows.texi (Selecting Windows): New arg to select-window.
3574 (Selecting Windows): Add with-selected-window.
3575 (Size of Window): Add window-inside-edges, etc.
3576
3577 * internals.texi (Garbage Collection): Add post-gc-hook.
3578
3579 * processes.texi (Subprocess Creation): Add exec-suffixes.
3580
3581 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
3582 (Scanning Keymaps): Add map-keymaps.
3583 (Defining Menus): Add keymap-prompt.
3584
3585 * numbers.texi (Integer Basics): Add most-positive-fixnum,
3586 most-negative-fixnum.
3587
3588 * compile.texi (Byte Compilation): Explain no-byte-compile
3589 (Compiler Errors): New node.
3590
3591 * os.texi (User Identification): user-uid, user-real-uid
3592 can return float.
3593
3594 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
3595 and about derived modes.
3596 (Minor Modes): Add minor-mode-list.
3597 (Defining Minor Modes): Keyword args for define-minor-mode.
3598 (Search-based Fontification): Explain managing other properties.
3599 (Other Font Lock Variables): Add font-lock-extra-managed-props.
3600 (Faces for Font Lock): Add font-locl-preprocessor-face.
3601 (Hooks): Add run-mode-hooks and delay-mode-hooks.
3602
3603 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 3604 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
3605
3606 * loading.texi (Library Search): Add load-suffixes.
3607
3608 * minibuf.texi (Basic Completion): Add lazy-completion-table.
3609 (Programmed Completion): Add dynamic-completion-table.
3610
3611 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
3612 (Magic File Names): Specify precedence order of handlers.
199bb209 3613
51a8b435
RS
3614 * commands.texi (Command Overview): Emacs server runs pre-command-hook
3615 and post-command-hook.
3616 (Waiting): New calling convention for sit-for.
3617
3618 * text.texi (Special Properties): local-map and keymap properties
3619 apply based on their stickiness.
3620
c6de56a0
RS
36212003-07-07 Richard M. Stallman <rms@gnu.org>
3622
3623 * modes.texi (Minor Mode Conventions): Specify only some kinds
3624 of list values as args to minor modes.
3625
3626 * files.texi (File Name Expansion): Warn about iterative use
3627 of substitute-in-file-name.
3628
3629 * advice.texi (Activation of Advice): Clean up previous change.
3630
8c761ea6
MR
36312003-07-06 Markus Rost <rost@math.ohio-state.edu>
3632
3633 * advice.texi (Activation of Advice): Note that ad-start-advice is
3634 turned on by default.
3635
c6de56a0
RS
36362003-06-30 Richard M. Stallman <rms@gnu.org>
3637
3638 * text.texi (Buffer Contents): Document current-word.
3639 (Change Hooks): Not called for *Messages*.
3640
3641 * functions.texi (Defining Functions): Explain about redefining
3642 primitives.
3643 (Function Safety): Renamed. Minor changes.
3644 Comment out the detailed criteria for what is safe.
3645
3fe4e567
AS
36462003-06-22 Andreas Schwab <schwab@suse.de>
3647
3648 * objects.texi (Symbol Type): Fix description of examples.
3649
cda7bd13
AS
36502003-06-16 Andreas Schwab <schwab@suse.de>
3651
3652 * hash.texi (Creating Hash): Fix description of :weakness.
3653
fbcffa4a
KG
36542003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3655
3656 * files.texi (Changing Files): copy-file copies file modes, too.
3657
ff6a3bfb
RS
36582003-05-28 Richard M. Stallman <rms@gnu.org>
3659
3660 * strings.texi (Creating Strings): Clarify split-string.
3661
1463a05d
JB
36622003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
3663
3664 * strings.texi (Creating Strings): Update split-string specification
3665 and examples.
3666
af253914
RS
36672003-05-19 Richard M. Stallman <rms@gnu.org>
3668
3669 * elisp.texi: Correct invariant section names.
3670
7ea52f92
RS
36712003-04-20 Richard M. Stallman <rms@gnu.org>
3672
3673 * os.texi (Timers): Explain about timers and quitting.
3674
e31afc09
RS
36752003-04-19 Richard M. Stallman <rms@gnu.org>
3676
3677 * internals.texi (Writing Emacs Primitives): Strings are
3678 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
3679 Explain GCPRO convention for varargs function args.
3680
5ceea398
RS
36812003-04-16 Richard M. Stallman <rms@gnu.org>
3682
3683 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
3684
b0ada147
RS
36852003-04-08 Richard M. Stallman <rms@gnu.org>
3686
3687 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
3688
b23375aa
KS
36892003-02-13 Kim F. Storm <storm@cua.dk>
3690
3691 * objects.texi (Character Type): New \s escape for space.
3692
c60ee5e7
JB
36932003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3694
3695 * os.texi (System Environment): Added cygwin system-type.
3696
84e47416
RS
36972003-01-25 Richard M. Stallman <rms@gnu.org>
3698
3699 * keymaps.texi: Document that a symbol can act as a keymap.
3700
3e8cf2ea
RS
37012003-01-13 Richard M. Stallman <rms@gnu.org>
3702
3703 * text.texi (Changing Properties): Say string indices are origin-0.
3704
3705 * positions.texi (Screen Lines) <compute-motion>:
3706 Correct order of elts in return value.
3707
3708 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
3709 how to define a default binding.
3710
7abb9fc5 37112002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 3712
104bc3aa 3713 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 3714
104bc3aa
MR
3715 * customize.texi (Simple Types): Clarify description of custom
3716 type 'number. Describe new custom type 'float.
177f790c 3717
7abb9fc5 37182002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
3719
3720 * variables.texi (File Local Variables): Fix typo.
3721
df140a68 37222002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 3723
df140a68
KG
3724 From Michael Albinus <Michael.Albinus@alcatel.de>.
3725
3726 * README: Target for Info file is `make info'.
3727
3728 * files.texi (File Name Components): Fixed typos in
3729 `file-name-sans-extension'.
3730 (Magic File Names): Complete list of operations for magic file
3731 name handlers.
3732
7ed9159a
JY
37332002-09-16 Jonathan Yavner <jyavner@engineer.com>
3734
3735 * variables.texi (File Local Variables): New function
3736 risky-local-variable-p.
3737
37382002-09-15 Jonathan Yavner <jyavner@engineer.com>
3739
3740 * functions.texi (Function safety): New node about unsafep.
3741
241f79af
PA
37422002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
3743
3744 * customize.texi (Splicing into Lists): Fixed example.
3745 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
3746
72459b15
JB
37472002-06-17 Juanma Barranquero <lektu@terra.es>
3748
3749 * frames.texi (Display Feature Testing): Fix typo.
3750
61f7e0f5
AS
37512002-06-12 Andreas Schwab <schwab@suse.de>
3752
3753 * frames.texi (Initial Parameters, Resources): Fix references to
3754 the Emacs manual.
3755
4e792dbd
KS
37562002-05-13 Kim F. Storm <storm@cua.dk>
3757
3758 * variables.texi (Intro to Buffer-Local): Updated warning and
3759 example relating to changing buffer inside let.
3760
940344d4 37612002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
3762
3763 * os.texi (Session Management): New node about X Session management.
3764
231ac53b
EZ
37652002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
3766
3767 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
3768 to which the manual corresponds, and the copyright years.
3769
3770 * Makefile.in (VERSION): Set to 2.9.
3771
140cc574
EZ
37722001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
3773
3774 * elisp.texi: Change the category in @dircategory to "Emacs", to
3775 make it consistent with info/dir.
3776
9c7fce05
MB
37772001-11-25 Miles Bader <miles@gnu.org>
3778
3779 * text.texi (Fields): Describe new `limit' arg in
3780 field-beginning/field-end.
3781
9f8bbf0f
EZ
37822001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3783
a5e6715c
EZ
3784 * permute-index: Don't depend on csh-specific features. Replace
3785 the interpreter name with /bin/sh.
3786
9f8bbf0f
EZ
3787 * two-volume-cross-refs.txt: New file.
3788 * two.el: New file.
3789 * spellfile: New file.
3790
1756e2fb
EZ
37912001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
3792
3793 * permute-index: New file.
3794
3795 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
3796 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
3797 8+3 restricted namespace.
ad050e54
EZ
3798
3799 * Makefile.in (infodir): Define relative to $(srcdir).
3800 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
3801 include directories list via -I switch to makeinfo.
3802 (index.texi): Use cp if both hard and symbolic links fail.
3803
10fa7f8e
EZ
38042001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3805
7a1494ce
EZ
3806 * Makefile.in (distclean): Add.
3807
10fa7f8e
EZ
3808 The following changes make ELisp manual part of the Emacs
3809 distribution:
3810
3811 * Makefile.in: Add Copyright notice.
3812 (prefix): Remove.
3813 (infodir): Change value to "../info".
3814 (VPATH): New variable.
3815 (MAKE): Don't define.
3816 (texmacrodir): Don't define.
3817 (texinputdir): Append the existing value of TEXINPUTS.
3818 ($(infodir)/elisp): Instead of just "elisp". Reformat the
3819 command to be compatible with man/Makefile.in, and to put the
3820 output into ../info.
5c32b7c5 3821 (info): Add target.
10fa7f8e
EZ
3822 (installall): Target removed.
3823
ad050e54 38242001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
3825
3826 * tips.texi (Coding Conventions): Fix typo.
3827
6fd735df
GM
38282001-10-23 Gerd Moellmann <gerd@gnu.org>
3829
3830 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
3831
b704d54b
EZ
38322001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
3833
3834 * files.texi (File Name Components): Update the description of
3835 file-name-sans-extension and file-name-extension, as they now
3836 ignore leading dots.
3837
71431a0e
GM
38382001-10-20 Gerd Moellmann <gerd@gnu.org>
3839
6aa97356 3840 * (Version 21.1 released.)
71431a0e 3841
79f1f96c
MB
38422001-10-19 Miles Bader <miles@gnu.org>
3843
3844 * positions.texi (Text Lines): Describe behavior of
3845 `beginning-of-line'/`end-of-line' in the presence of field properties.
3846
892a8f36
GM
38472001-10-17 Gerd Moellmann <gerd@gnu.org>
3848
3849 * Makefile.in (VERSION): Set to 2.8.
3850 (manual): Use `manual-21'.
3851
8c1cc9e8 3852 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
3853 number was used. Set it to 2.8.
3854
3855 * intro.texi: Likewise.
3856
51724e26
EZ
38572001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3858
3859 * files.texi (File Name Completion): Document the significance of
3860 a trailing slash in elements of completion-ignored-extensions.
3861
57b338e8
MB
38622001-10-06 Miles Bader <miles@gnu.org>
3863
3864 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
3865
c89e4bc5
GM
38662001-10-04 Gerd Moellmann <gerd@gnu.org>
3867
3868 * variables.texi (Variable Aliases): New node.
3869
ab952a4f
GM
38702001-10-04 Gerd Moellmann <gerd@gnu.org>
3871
3872 * Branch for 21.1.
dff28924 3873
9db3a582
MB
38742001-10-02 Miles Bader <miles@gnu.org>
3875
ae1a9581
MB
3876 * minibuf.texi (Minibuffer Misc): Add entries for
3877 `minibuffer-contents', `minibuffer-contents-no-properties', and
3878 `delete-minibuffer-contents'.
3879 Correct description for `minibuffer-prompt-end'.
3880
9db3a582
MB
3881 * text.texi (Property Search): Correct descriptions of
3882 `next-char-property-change' and `previous-char-property-change'.
3883 Add entries for `next-single-char-property-change' and
3884 `previous-single-char-property-change'.
3885 Make operand names a bit more consistent.
3886
03be5931
EZ
38872001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
3888
3889 * frames.texi (Finding All Frames): Document that next-frame and
3890 previous-frame are local to current terminal.
3891
974548ec
EZ
38922001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
3893
3894 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 3895 result of make-keymap.
974548ec 3896
8d82c597
EZ
38972001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3898
3899 * display.texi (Font Lookup, Attribute Functions)
3900 (Image Descriptors): Add cross-references to the definition of
3901 selected frame.
3902
3903 * buffers.texi (The Buffer List): Add cross-references to the
3904 definition of selected frame.
3905
3906 * frames.texi (Input Focus): Clarify which frame is _the_ selected
3907 frame at any given time.
3908 (Multiple Displays, Size and Position): Add a cross-reference to
3909 the definition of the selected frame.
3910
2842de30
EZ
39112001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3912
3913 * strings.texi (String Conversion) <string-to-number>: Document
3914 that a float is returned for integers that are too large.
3915
3916 * frames.texi (Mouse Position): Document mouse-position-function.
3917 (Display Feature Testing): Document display-images-p.
3918 (Window Frame Parameters): Document the cursor-type variable.
3919
3920 * numbers.texi (Integer Basics): Document CL style read syntax for
3921 integers in bases other than 10.
3922
3923 * positions.texi (List Motion): Document
3924 open-paren-in-column-0-is-defun-start.
3925
3926 * lists.texi (Sets And Lists): Document member-ignore-case.
3927
3928 * internals.texi (Garbage Collection): Document the used and free
3929 strings report.
3930 (Memory Usage): Document strings-consed.
3931
3932 * os.texi (Time of Day): Document float-time.
3933 (Recording Input): Document that clear-this-command-keys clears
3934 the vector to be returned by recent-keys.
3935
3936 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
3937 argument keymap can be a list.
3938
3939 * nonascii.texi (User-Chosen Coding Systems)
3940 <select-safe-coding-system>: Document the new argument
3941 accept-default-p and the variable
3942 select-safe-coding-system-accept-default-p. Tell what happens if
3943 buffer-file-coding-system is undecided.
3944 (Default Coding Systems): Document auto-coding-regexp-alist.
3945
3946 * display.texi (The Echo Area) <message>: Document
3947 message-truncate-lines.
3948 (Glyphs): Document that the glyph table is unused on windowed
3949 displays.
3950
3951 * help.texi (Describing Characters) <single-key-description>:
3952 Document the new argument no-angles.
3953 (Accessing Documentation) <documentation-property>: Document that
3954 a non-string property is evaluated.
3955 <documentation>: Document that the function-documentation property
3956 is looked for.
3957
3958 * windows.texi (Selecting Windows): Document some-window.
3959
3960 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
3961
3962 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
3963 apropos-mode-hook.
3964
3965 * commands.texi (Using Interactive): Document interactive-form.
3966 (Keyboard Macros): Document kbd-macro-termination-hook.
3967 (Command Loop Info): Document that clear-this-command-keys clears
3968 the vector to be returned by recent-keys.
3969
2d43d823
GM
39702001-09-04 Werner LEMBERG <wl@gnu.org>
3971
3972 * Makefile.in (srcdir, texinputdir): New variables.
3973 (srcs, index.texi, install): Use $(srcdir).
3974 (.PHONY): Remove elisp.dvi.
3975 (elisp): Use -I switch for makeinfo.
3976 (elisp.dvi): Use $(srcdir) and $(texinputdir).
3977 (installall, dist): Use $(srcdir).
3978 Fix path to texinfo.tex.
3979 (maintainer-clean): Add elisp.dvi and elisp.oaux.
3980
fa739b31
GM
39812001-08-30 Gerd Moellmann <gerd@gnu.org>
3982
92a25631
GM
3983 * display.texi (Conditional Display): Adjust to API change.
3984
fa739b31
GM
3985 * configure: New file.
3986
cef68af5
GM
39872001-07-30 Gerd Moellmann <gerd@gnu.org>
3988
3989 * commands.texi (Repeat Events): Add description of
3990 double-click-fuzz.
3991
d1f08d85
SM
39922001-05-08 Stefan Monnier <monnier@cs.yale.edu>
3993
3994 * syntax.texi (Syntax Class Table): Add the missing designator for
3995 comment and string fences.
3996 (Syntax Properties): Add a xref to syntax table internals.
3997 (Syntax Table Internals): Document string-to-syntax.
3998
1e9fc92e
GM
39992001-05-07 Gerd Moellmann <gerd@gnu.org>
4000
4001 * Makefile.in (install): Use install-info command line options
4002 like in Emacs' Makefile.in.
4003
00480554
MB
40042000-12-09 Miles Bader <miles@gnu.org>
4005
4006 * windows.texi (Window Start): Update documentation for
4007 `pos-visible-in-window-p'.
4008
1e344ee2
SM
40092000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4010
4011 * lists.texi (Building Lists): Add footnote to explain how to add
4012 to the end of a list.
4013
a540f6ed
GM
40142000-10-25 Gerd Moellmann <gerd@gnu.org>
4015
4016 * files.texi (Visiting Functions): Typos.
4017
28bcdbee
KH
40182000-10-25 Kenichi Handa <handa@etl.go.jp>
4019
4020 * files.texi (Visiting Functions): Return value of
4021 find-file-noselect may be a list of buffers if wildcards are used.
4022
22d1a4ed
MB
40232000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4024
4025 * display.texi (Defining Faces): Document `graphic' display type
4026 in face specs.
4027
916a89db
KG
40282000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4029
1e9fc92e 4030 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
4031 `after-make-frame-hook' with `after-make-frame-functions'.
4032
1e9fc92e 4033 * frames.texi (Creating Frames): Ditto.
916a89db 4034
1e9fc92e 4035 * variables.texi (Future Local Variables): Ditto.
916a89db 4036
483de32b
GM
40372000-10-16 Gerd Moellmann <gerd@gnu.org>
4038
4039 * display.texi (Other Image Types): Add description of :foreground
4040 and :background properties of mono PBM images.
4041
e23a63a5
WL
40422000-08-17 Werner LEMBERG <wl@gnu.org>
4043
4044 * .cvsignore: New file.
4045
dfc16043
GM
40462000-01-05 Gerd Moellmann <gerd@gnu.org>
4047
4048 * tindex.pl: New script.
4049
602613fe
DL
40501999-12-03 Dave Love <fx@gnu.org>
4051
4052 * Makefile.in (MAKEINFO): New parameter.
4053
94ec544d
DL
40541999-09-17 Richard Stallman <rms@gnu.org>
4055
4056 * Makefile.in (srcs): Add hash.texi.
4057 (VERSION): Update to 20.6.
4058
40591999-09-13 Richard Stallman <rms@gnu.org>
4060
4061 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
4062
40631998-08-29 Karl Heuer <kwzh@gnu.org>
4064
4065 * configure.in: New file.
4066 * Makefile.in: Renamed from Makefile.
4067 (prefix, infodir): Use value obtained from configure.
4068 (emacslibdir): Obsolete variable deleted.
4069 (dist): Distribute configure.in, configure, Makefile.in.
4070
40711998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
4072
4073 * Makefile (INSTALL_INFO): New variable.
4074 (install): Run install-info.
4075
40761998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
4077
4078 * Makefile (elisp.dvi): Add missing backslash.
4079
40801998-05-02 Richard Stallman <rms@psilocin.gnu.org>
4081
4082 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
4083 Run texindex without `./'. Always run texindex on elisp.tp.
4084 (elisp.tps): Target deleted.
4085
40861998-04-05 Richard Stallman <rms@psilocin.gnu.org>
4087
4088 * Makefile (srcs): Add nonascii.texi and customize.texi.
4089 (dist): Start by deleting `temp'.
4090
40911998-02-17 Richard Stallman <rms@psilocin.gnu.org>
4092
4093 * Makefile (makeinfo, texindex): Targets deleted.
4094 (makeinfo.o, texindex.o): Targets deleted.
4095 (clean, dist): Don't do anything with them or with getopt*.
4096
40971998-01-30 Richard Stallman <rms@psilocin.gnu.org>
4098
4099 * Makefile (SHELL): Defined.
4100
41011998-01-27 Richard Stallman <rms@psilocin.gnu.org>
4102
4103 * Makefile (elisp.tps): New target.
4104 (elisp.dvi): Depend on elisp.tps.
4105
4106Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
4107
4108 * README: Update phone number.
4109
4110 * Makefile (elisp): Make this be the default target.
4111 Depend on makeinfo.c instead of makeinfo.
4112 (install): Don't depend on elisp.dvi, since we don't install that.
4113 Use mkinstalldirs.
4114 (dist): Add mkinstalldirs.
4115
4116Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4117
4118 * Makefile (VERSION): Update version number.
4119 (maintainer-clean): Renamed from realclean.
4120
4121Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
4122
4123 * Makefile (realclean): New target.
4124 (elisp): Remove any old elisp-* files first.
4125
4126Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
4127
d1f08d85
SM
4128 * Makefile (VERSION): New variable.
4129 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
4130 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
4131
4132Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4133
4134 * Makefile (elisp): Depend on makeinfo.
4135
4136Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
4137
d1f08d85 4138 * Makefile (srcs): Add anti.texi.
94ec544d
DL
4139
4140Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4141
4142 * Makefile (infodir, prefix): New vars.
4143 (install): Use infodir.
4144 (emacsinfodir): Deleted.
4145
4146Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4147
4148 * Makefile (srcs): Add calendar.texi.
4149
4150 * Makefile (dist): Copy texindex.c and makeinfo.c.
4151 Limit elisp-* files to those with one or two digits.
4152
4153Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4154
4155 * Makefile (dist): Changed to use Gzip instead of compress.
4156
4157Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4158
4159 * loading.texi (Unloading): define-function changed back to
4160 defalias. It may not stay this way, but at least it's
4161 consistent with the known-good version of the code patch.
4162
4163Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4164
4165 * modes.texi (Hooks): Document new optional arg of add-hook.
4166
4167Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4168
d1f08d85 4169 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
4170
4171 * tips.texi: Add new section on standard library headers.
4172
4173Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4174
4175 * Makefile (srcs): Add frame.texi to the list of sources.
4176
4177Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4178
4179 * Makefile (dist): Don't bother excluding autosave files; they'll
4180 never make it into the temp directory anyway, and the hash marks
4181 in the name are problematic for make and the Bourne shell.
dff28924 4182 (srcs):
94ec544d
DL
4183
4184Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4185
d1f08d85 4186 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
4187 the distribution tar file.
4188
dff28924 4189Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
4190
4191 * Makefile (srcs): Added index.perm.
4192 (elisp.dvi): Remove erroneous shell comment.
4193 Expect output of permute-index in permuted.fns.
4194 Save old elisp.aux in elisp.oaux.
4195 (clean): Added index.texi to be deleted.
4196
dff28924 4197Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
4198
4199 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
4200
dff28924 4201Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
4202
4203 * files.texi: Noted that completion-ignored-extensions is ignored
4204 when making *Completions*.
4205
4206Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
4207
4208 * Makefile make dist now depends on elisp.dvi, since it tries
4209 to include it in the dist file.
4210
dff28924 4211Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
4212
4213 * functions.texinfo (Mapping Functions): Add missing quote
4214
dff28924 4215Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
4216
4217 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
4218 (defunargs): Turn off \hyphenchar of \sl font temporarily.
4219
dff28924 4220Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4221
4222 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
4223 and @error{} are the terms now being used. The files in the
4224 directory have been changed to reflect this.
4225
d1f08d85 4226 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
4227 ` @result{}', using 5 spaces at the begining of the line.
4228
dff28924 4229Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4230
4231 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
4232 experimental @indentedresult{}, @indentedexpandsto{} are part of
4233 the texinfo.tex in this directory. These TeX macros are not
4234 stable yet.
4235
dff28924 4236Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4237
4238 * texinfo.tex: temporarily added
d1f08d85 4239 \let\result=\dblarrow
94ec544d
DL
4240 \def\error{{\it ERROR} \longdblarrow}
4241 We need to do this better soon.
4242
dff28924 4243Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4244
4245 * Applied Karl Berry's patches to *.texinfo files, but not to
4246 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
4247 new title page format is also not applied, since it requires
4248 texinfo.tex changes.)
4249
4250 * Cleaned up `Makefile' and defined the `emacslibdir' directory
4251 for the Project GNU development environment.
4252
ad050e54 4253;; Local Variables:
fd026ee1 4254;; coding: iso-2022-7bit
ad050e54 4255;; End:
2a34a036 4256
651f374c 4257 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
ceb4c4d3 4258 2005, 2006 Free Software Foundation, Inc.
2a34a036
GM
4259 Copying and distribution of this file, with or without modification,
4260 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
4261
4262;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda