* mh-compat.el (mh-image-load-path-for-library): Incorporate changes
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
c852c516
AM
12006-03-14 Alan Mackenzie <acm@muc.de>
2
3 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4 This describes font-lock-extend-region-function.
5 ("Other Font Lock Variables"): move "font-lock-lines-before" to
6 the new node "Region to Fontify".
7
7cd3712b
RS
82006-03-13 Richard Stallman <rms@gnu.org>
9
10 * display.texi (Invisible Text): The impossible position is
11 now before the invisible text, not after.
12 (Defining Images): Clean up last change.
13
2c676341
BW
142006-03-11 Bill Wohler <wohler@newt.com>
15
16 * display.texi (Defining Images): Add image-load-path-for-library.
17
6f49b4c5
LT
182006-03-11 Luc Teirlinck <teirllm@auburn.edu>
19
2d14c9bf
LT
20 * text.texi (Adaptive Fill): Fix Texinfo usage.
21
22 * strings.texi (Creating Strings): Fix Texinfo usage.
23
6f49b4c5
LT
24 * searching.texi (Regexp Special): Use @samp for regular
25 expressions that are not in Lisp syntax.
26
fc1d3386
LT
272006-03-08 Luc Teirlinck <teirllm@auburn.edu>
28
29 * searching.texi (Regexp Special): Put remark between parentheses
30 to avoid misreading.
31
7b2c2ca9
LT
322006-03-07 Luc Teirlinck <teirllm@auburn.edu>
33
34 * searching.texi (Syntax of Regexps): More accurately describe
35 which characters are special in which situations.
36 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
37 are not special. Describe in detail when `[' and `]' are special.
38 (Regexp Backslash): Plenty of regexps with unbalanced square
39 brackets are valid, so reword that statement.
40
f79bc642
KS
412006-03-02 Kim F. Storm <storm@cua.dk>
42
43 * keymaps.texi (Tool Bar): Add tool-bar-border.
44
1d9a5237
LT
452006-02-28 Luc Teirlinck <teirllm@auburn.edu>
46
a86b01fa 47 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 48
2534ef94
LT
492006-02-27 Luc Teirlinck <teirllm@auburn.edu>
50
51 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
52
53 * files.texi (Locating Files): Suggest additional values for the
54 SUFFIXES arg of `locate-file'. Update pxref.
55
56 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
57 (How Programs Do Loading): Discuss the effects of Auto Compression
58 mode on `load'.
59 (Load Suffixes): New node.
394e96d5 60 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
61 moved to "Load Suffixes".
62 (Autoload, Named Features): Mention `load-suffixes'.
63
dd9959da 642006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
65
66 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
67
68 * windows.texi (Window Tree): Fix typo.
69
49af2995
KS
702006-02-20 Kim F. Storm <storm@cua.dk>
71
72 * display.texi (Fringe Indicators): New section.
73 Move indicate-empty-lines, indicate-buffer-boundaries, and
74 default-indicate-buffer-boundaries here.
75 Add fringe-indicator-alist and default-fringes-indicator-alist.
76 Add list of logical fringe indicator symbols.
77 Update list of standard bitmap names.
78 (Fringe Cursors): New section.
79 Move overflow-newline-into-fringe here.
80 Add fringe-cursor-alist and default-fringes-cursor-alist.
81 Add list of fringe cursor symbols.
82
58f71009
JB
832006-02-20 Juanma Barranquero <lekktu@gmail.com>
84
85 * commands.texi (Using Interactive): Fix reference to node
86 "Minibuffers".
87
5498b6af
RS
882006-02-19 Richard M. Stallman <rms@gnu.org>
89
90 * minibuf.texi (High-Level Completion):
91 Add xref to read-input-method-name.
92
93 * files.texi (Relative File Names): Move file-relative-name here.
94 (File Name Expansion): From here. Minor clarifications.
95
96 * commands.texi (Using Interactive): Add xrefs about reading input.
97 Clarify remarks about that moving point and mark.
98 Put string case before list case.
99
43ce897a 1002006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68
LT
101
102 * display.texi (Other Display Specs, Image Descriptors): Revert
103 erroneous changes. The previous description of image-descriptors
104 as `(image . PROPS)' was correct.
105
1324d26e
RS
1062006-02-14 Richard M. Stallman <rms@gnu.org>
107
108 * variables.texi (File Local Variables): Clarifications.
109
0da93350
JB
1102006-02-14 Juanma Barranquero <lekktu@gmail.com>
111
112 * variables.texi (File Local Variables): Use @code for a cons
113 cell, not @var.
114
51a39bab
CY
1152006-02-13 Chong Yidong <cyd@stupidchicken.com>
116
117 * variables.texi (File Local Variables): Document new file local
118 variable behavior.
119
d342156c
KS
1202006-02-10 Kim F. Storm <storm@cua.dk>
121
122 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
123
8392fe4a
JB
1242006-02-08 Juanma Barranquero <lekktu@gmail.com>
125
126 * modes.texi (%-Constructs): Remove obsolete info about
127 `global-mode-string'.
128
cd6cd82a
RS
1292006-02-07 Richard M. Stallman <rms@gnu.org>
130
d78dc2d8
RS
131 * commands.texi (Prefix Command Arguments): Minor cleanup.
132
133 * display.texi: "Graphical display", not window system.
134
cd6cd82a
RS
135 * functions.texi (What Is a Function): Fix xref.
136
137 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
138 (Changing Key Bindings): Clarify when remapping is better than
139 substitute-key-definition.
140
1412006-02-02 Richard M. Stallman <rms@gnu.org>
142
143 * minibuf.texi (Basic Completion): Completion alists are risky.
144
145 * keymaps.texi (Active Keymaps): Clarifications.
146 (Searching Keymaps): New node.
147 (Keymaps): Update menu.
148
149 * frames.texi (Layout Parameters): Minor clarification.
150 (Drag and Drop): New node.
151 (Frames): Update menu.
152
cf052abc
CY
1532006-01-29 Chong Yidong <cyd@stupidchicken.com>
154
155 * display.texi (Other Display Specs, Image Descriptors): Image
156 description is a list, not a cons cell.
157
1f2907ee
LT
1582006-01-28 Luc Teirlinck <teirllm@auburn.edu>
159
160 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
161 list is not necessarily a list).
162
a849f77d
EZ
1632006-01-27 Eli Zaretskii <eliz@gnu.org>
164
165 * frames.texi (Layout Parameters): border-width and
166 internal-border-width belong to the frame, not the window.
167
d322eb9b
RS
1682006-01-19 Richard M. Stallman <rms@gnu.org>
169
170 * nonascii.texi (Translation of Characters): Search cmds use
171 translation-table-for-input. Automatically made local.
172
173 * markers.texi (Overview of Markers): Count insertion type
174 as one of a marker's attributes.
175
cd6cd82a
RS
176 * keymaps.texi (Controlling Active Maps): New node, split out of
177 Active Keymaps.
178 (Keymaps): Menu updated.
179 (Active Keymaps): Give pseudocode to explain how the active
180 maps are searched. current-active-maps and key-binding moved here.
181 (Functions for Key Lookup): current-active-maps and key-binding moved.
182 Clarifications.
183 (Searching the Keymaps): New subnode.
184
d322eb9b
RS
185 * elisp.texi (Top): Menu clarification.
186
187 * display.texi (Other Display Specs): Delete duplicate entry for
188 just a string as display spec. Move text about recursive display
189 specs on such a string.
190
191 * commands.texi (Key Sequence Input): Clarify.
192 Move num-nonmacro-input-events out.
193 (Reading One Event): num-nonmacro-input-events moved here.
194
2ac77b5a
NR
1952006-01-14 Nick Roberts <nickrob@snap.net.nz>
196
197 * advice.texi (Simple Advice): Update example to fit argument
198 change in previous-line.
199
a203a18c
RS
2002006-01-05 Richard M. Stallman <rms@gnu.org>
201
202 * markers.texi (The Mark): Fix in `mark'.
203
d9043ddf
RS
2042006-01-04 Richard M. Stallman <rms@gnu.org>
205
206 * processes.texi (Misc Network, Make Network): Minor cleanups.
207
8a5db8ae
KS
2082006-01-04 Kim F. Storm <storm@cua.dk>
209
210 * processes.texi (Make Network): Add IPv6 addresses and handling.
211 (Network Feature Testing): Mention (:family ipv6).
212 (Misc Network): Add IPv6 formats to format-network-address.
213
19bb7940
RS
2142005-12-30 Richard M. Stallman <rms@gnu.org>
215
216 * text.texi (Changing Properties):
217 Don't use return value of set-text-properties.
218
b9cb50d9
LT
2192005-12-29 Luc Teirlinck <teirllm@auburn.edu>
220
221 * modes.texi (Mode Line Format): Correct typo in menu.
222
94a867a6
RS
2232005-12-29 Richard M. Stallman <rms@gnu.org>
224
225 * modes.texi (Mode Line Top): New node.
226 (Mode Line Data): Some text moved to new node.
227 Explain the data structure more concretely.
228 (Mode Line Basics): Clarifications.
229 (Mode Line Variables): Clarify intro paragraph.
230 (%-Constructs): Clarify intro paragraph.
231 (Mode Line Format): Update menu.
232
ba455131
LT
2332005-12-28 Luc Teirlinck <teirllm@auburn.edu>
234
235 * minibuf.texi (Basic Completion): Update lazy-completion-table
236 examples for removal of ARGS argument.
237
2b6abe1e
RS
2382005-12-23 Richard M. Stallman <rms@gnu.org>
239
240 * text.texi (Undo): Restore some explanation from the version
241 that was deleted.
242
2d7409f2
EZ
2432005-12-23 Eli Zaretskii <eliz@gnu.org>
244
245 * text.texi (Undo): Remove dupliate descriptions of `apply
246 funname' and `apply delta' elements of the undo list.
247
2e23b82e
RS
2482005-12-20 Richard M. Stallman <rms@gnu.org>
249
250 * help.texi (Help Functions): Update documentation of `apropos'.
251
a31687ce
LT
2522005-12-20 Luc Teirlinck <teirllm@auburn.edu>
253
254 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
255 because it is confusing. If the :help-echo keyword is a function,
256 it is not directly used as the :help-echo overlay property, as the
257 xref seems to suggest (it does not take the appropriate args).
258
0e83c4e9
LT
2592005-12-19 Luc Teirlinck <teirllm@auburn.edu>
260
261 * customize.texi (Common Keywords): Fix Texinfo usage.
262 (Group Definitions, Variable Definitions): Update for new
263 conventions for using `*' in docstrings.
77df907a
LT
264
265 * tips.texi (Documentation Tips): Update for new conventions for
266 using `*' in docstrings.
267
69487a1f
RS
2682005-12-16 Richard M. Stallman <rms@gnu.org>
269
270 * minibuf.texi (Minibuffer Contents): Minor cleanup.
271
2a502a32
JL
2722005-12-16 Juri Linkov <juri@jurta.org>
273
274 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
275
b158c851
RF
2762005-12-14 Romain Francoise <romain@orebokech.com>
277
278 * modes.texi (Customizing Keywords): Rename `append' to `how'.
279 Fix typo.
280
d7d1f75e
JL
2812005-12-11 Juri Linkov <juri@jurta.org>
282
283 * minibuf.texi (Completion Commands): Add mention of read-file-name
284 for filename completion keymaps.
285 (Reading File Names): Add mention of filename completion keymaps
286 for read-file-name and xref to `Completion Commands'.
287
4b1c16c2
RS
2882005-12-10 Richard M. Stallman <rms@gnu.org>
289
290 * customize.texi (Common Keywords): State caveats for use of :tag.
291
1d49d5d9
RS
2922005-12-08 Richard M. Stallman <rms@gnu.org>
293
2663a204
RS
294 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
295 with xrefs and better explanation.
296 (Completion Commands): Add the filename completion maps.
297
1d49d5d9
RS
298 * objects.texi (Character Type): Clarify that \s is not space
299 if a dash follows.
300
fa0d4d0c
RS
3012005-12-05 Richard M. Stallman <rms@gnu.org>
302
303 * windows.texi (Resizing Windows): Delete preserve-before args.
304
d64b177a
SM
3052005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
306
307 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
308 in full keymaps, since the quirk has been fixed.
309
79019cc9
EZ
3102005-12-03 Eli Zaretskii <eliz@gnu.org>
311
312 * hooks.texi (Standard Hooks): Add index entries. Mention
313 `compilation-finish-functions'.
314
161ef3be
RS
3152005-11-27 Richard M. Stallman <rms@gnu.org>
316
317 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
318
17c1971a
JL
3192005-11-21 Juri Linkov <juri@jurta.org>
320
321 * customize.texi (Common Keywords): Update links types
322 custom-manual and url-link. Add link types emacs-library-link,
323 file-link, function-link, variable-link, custom-group-link.
324
5890344b
CY
3252005-11-20 Chong Yidong <cyd@stupidchicken.com>
326
327 * display.texi: Revert 2005-11-20 change.
328
cbce0752
TTN
3292005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
330
331 * processes.texi (Bindat Functions):
332 Say "third" to refer to zero-based index "2".
333
ff04c885
LT
3342005-11-18 Luc Teirlinck <teirllm@auburn.edu>
335
336 * loading.texi (Library Search): Update the default value of
337 `load-suffixes'.
338
ce8d4e00
CY
3392005-11-17 Chong Yidong <cyd@stupidchicken.com>
340
341 * display.texi (Attribute Functions): Mention :ignore-defface.
342
cbad4a9e
SM
3432005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
344
345 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 346 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 347
fda12b27
RS
3482005-11-06 Richard M. Stallman <rms@gnu.org>
349
350 * files.texi (Magic File Names): find-file-name-handler checks the
351 `operations' property of the handler.
352
e082564e
RS
3532005-11-03 Richard M. Stallman <rms@gnu.org>
354
355 * variables.texi (Frame-Local Variables): Small clarification.
356
f0cdd9e4
CY
3572005-10-29 Chong Yidong <cyd@stupidchicken.com>
358
359 * os.texi (Init File): Document ~/.emacs.d/init.el.
360
685abb98
RS
3612005-10-29 Richard M. Stallman <rms@gnu.org>
362
363 * internals.texi (Garbage Collection): Document memory-full.
364
7000848e
BW
3652005-10-28 Bill Wohler <wohler@newt.com>
366
367 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
368 for URLs.
369
107fb6c9
RS
3702005-10-28 Richard M. Stallman <rms@gnu.org>
371
372 * minibuf.texi (Completion Commands): Clean up prev change.
373
3742005-10-26 Kevin Ryde <user42@zip.com.au>
375
376 * compile.texi (Eval During Compile): Explain recommended uses
377 of eval-when-compile and eval-and-compile.
378
1d8e69a2
MY
3792005-10-27 Masatake YAMATO <jet@gyve.org>
380
cbad4a9e 381 * minibuf.texi (Completion Commands):
1d8e69a2 382 Write about new optional argument for `display-completion-list'.
cbad4a9e 383
6a897887
RS
3842005-10-23 Richard M. Stallman <rms@gnu.org>
385
386 * display.texi (Overlay Arrow): Clarify about local bindings of
387 overlay-arrow-position.
388
6d1e17be
EZ
3892005-10-22 Eli Zaretskii <eliz@gnu.org>
390
391 * internals.texi (Building Emacs): Fix last change.
392
db5fe0a6
RS
3932005-10-22 Richard M. Stallman <rms@gnu.org>
394
395 * internals.texi (Building Emacs): Document eval-at-startup.
396
45158e77
RS
3972005-10-21 Richard M. Stallman <rms@gnu.org>
398
399 * loading.texi (Where Defined): load-history contains abs file names.
400 symbol-file returns abs file names.
401
e50165ec
KS
4022005-10-19 Kim F. Storm <storm@cua.dk>
403
404 * display.texi (Showing Images): Add max-image-size integer value.
405
63ab30d0
CY
4062005-10-18 Chong Yidong <cyd@stupidchicken.com>
407
408 * display.texi (Showing Images): Document max-image-size.
409
f8252852
RS
4102005-10-17 Richard M. Stallman <rms@gnu.org>
411
412 * commands.texi (Quitting): Minor clarification.
413
414 * processes.texi (Sentinels): Clarify about output and quitting.
415 (Filter Functions): Mention with-local-quit.
416
c1bed3aa
JL
4172005-10-17 Juri Linkov <juri@jurta.org>
418
419 * buffers.texi (Current Buffer):
420 * commands.texi (Event Input Misc):
421 * compile.texi (Eval During Compile, Compiler Errors):
422 * customize.texi (Group Definitions):
423 * display.texi (Progress, Defining Faces):
424 * files.texi (Writing to Files):
425 * modes.texi (Mode Hooks, Defining Minor Modes):
426 * streams.texi (Output Functions):
427 * syntax.texi (Syntax Table Functions):
428 * text.texi (Change Hooks):
429 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
430
431 * commands.texi (Quitting): Replace arg `forms' with `body' in
432 `with-local-quit'.
433
434 * positions.texi (Excursions): Replace arg `forms' with `body' in
435 `save-excursion'.
436
ef1b4c9e
KS
4372005-10-08 Kim F. Storm <storm@cua.dk>
438
439 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
440 Rename manual section accordingly.
441
abc8ce50
KS
4422005-10-04 Kim F. Storm <storm@cua.dk>
443
444 * windows.texi (Window Split Tree): New section describing
445 new function window-split-tree function.
446
a1f5a1f0
NR
4472005-10-03 Nick Roberts <nickrob@snap.net.nz>
448
449 * display.texi (Fringe Size/Pos): Simplify and add detail.
450
97c3e4cc
RF
4512005-09-30 Romain Francoise <romain@orebokech.com>
452
453 * minibuf.texi (High-Level Completion): Explain that the prompt
454 given to `read-buffer' should end with a colon and a space.
455 Update usage examples.
456
8ad8c5ce
JL
4572005-09-29 Juri Linkov <juri@jurta.org>
458
459 * display.texi (Displaying Messages): Rename argument name
460 `string' to `format-string' in functions `message', `message-box',
461 `message-or-box'.
462
63182706
CY
4632005-09-26 Chong Yidong <cyd@stupidchicken.com>
464
465 * errors.texi (Standard Errors): Corrected xrefs.
466
906320ec
CY
4672005-09-18 Chong Yidong <cyd@stupidchicken.com>
468
469 * display.texi (Defining Images): Updated documentation for
470 `image-load-path'.
471
8ccd3630
RS
4722005-09-17 Richard M. Stallman <rms@gnu.org>
473
474 * display.texi (Defining Images): Clean up previous change.
475
7260457b
RF
4762005-09-16 Romain Francoise <romain@orebokech.com>
477
478 * elisp.texi: Specify GFDL version 1.2.
479
480 * doclicense.texi (GNU Free Documentation License): Update to
481 version 1.2.
482
5b51c037
CY
4832005-09-15 Chong Yidong <cyd@stupidchicken.com>
484
485 * display.texi (Defining Images): Document `image-load-path'.
486
5c4757d3
RS
4872005-09-15 Richard M. Stallman <rms@gnu.org>
488
489 * objects.texi (Printed Representation): Minor cleanup.
490 (Box Diagrams): Minor fix.
491 (Cons Cell Type): Move (...) index item here.
492 (Box Diagrams): From here.
493 (Array Type): Minor fix.
494 (Type Predicates): Delete index "predicates".
495 (Hash Table Type): Clarify xref.
496 (Dotted Pair Notation): Minor fix.
497
2bb8b80c
CY
4982005-09-10 Chong Yidong <cyd@stupidchicken.com>
499
500 * files.texi (Saving Buffers): Fix typo.
501
47b8bc5d
RS
5022005-09-08 Richard M. Stallman <rms@gnu.org>
503
504 * tips.texi (Programming Tips): Correct the "default" prompt spec.
505
475aab0d
CY
5062005-09-08 Chong Yidong <cyd@stupidchicken.com>
507
508 * locals.texi (Standard Buffer-Local Variables): Don't include
509 mode variables for minor modes.
510 Fix xrefs for buffer-display-count, buffer-display-table,
511 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
512 enable-multibyte-characters, fill-column, header-line-format,
513 left-fringe-width, left-margin, and right-fringe-width.
514
515 * hooks.texi (Standard Hooks): All hooks should conform to the
516 standard naming convention now.
517 Fix xref for `echo-area-clear-hook'.
518
519 * display.texi (Usual Display): Note that indicate-empty-lines and
520 tab-width are buffer-local.
521
522 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
523
524 * modes.texi (Mode Help): Note that major-mode is buffer-local.
525
526 * nonascii.texi (Encoding and I/O): Note that
527 buffer-file-coding-system is buffer-local.
528
529 * positions.texi (List Motion): Note that defun-prompt-regexp is
530 buffer-local.
531
532 * text.texi (Auto Filling): Note that auto-fill-function is
533 buffer-local.
534 (Undo): Note that buffer-undo-list is buffer-local.
535
536 * windows.texi (Buffers and Windows): Document
537 buffer-display-count.
538
2a6bc1f7
RS
5392005-09-06 Richard M. Stallman <rms@gnu.org>
540
541 * tips.texi (Coding Conventions): Sometimes it is ok to put the
542 package prefix elsewhere than at the start of the name.
543
d7ea8b71
RS
5442005-09-03 Richard M. Stallman <rms@gnu.org>
545
546 * tips.texi (Programming Tips): Add conventions for minibuffer
547 questions and prompts.
548
0c6087a6
RS
5492005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
550
551 * intro.texi (nil and t): Minor cleanup.
552 Delete spurious mention of keyword symbols.
553 (Evaluation Notation): Add index entry.
554 (A Sample Function Description): Minor cleanup.
555 (A Sample Variable Description): Not all vars can be set.
556
4b5fa40e
TTN
5572005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
558
559 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
560
561 (Insertion): Document precise type of `insert-char' arg COUNT.
562
34b50776
SM
5632005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
564
565 * modes.texi (Other Font Lock Variables): Sync the default of
566 font-lock-lines-before.
567
c1105d05
MA
5682005-08-31 Michael Albinus <michael.albinus@gmx.de>
569
570 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
571
62929713
RS
5722005-08-29 Richard M. Stallman <rms@gnu.org>
573
574 * elisp.texi (Top): Update subnode menu.
575
576 * searching.texi (Searching and Matching): Move node.
577 Rearrange contents and add overall explanation.
578 (Searching and Case): Move node.
579 (Searching and Matching): Update menu.
580
0fb57cc0
EZ
5812005-08-27 Eli Zaretskii <eliz@gnu.org>
582
583 * os.texi (Startup Summary): Fix the description of the initial
584 startup message display.
585
3e80c4c1
RS
5862005-08-25 Richard M. Stallman <rms@gnu.org>
587
588 * searching.texi (Search and Replace): Add replace-regexp-in-string.
589
5902005-08-25 Emilio C. Lopes <eclig@gmx.net>
591
592 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
593 `next-overlay-change' example.
c1105d05 594
79a8defb
JL
5952005-08-22 Juri Linkov <juri@jurta.org>
596
597 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
598 Fix invert-face. Fix args of face-background.
599
16691d29
JL
600 * display.texi (Standard Faces): Delete node.
601 (Faces): Add xref to `(emacs)Standard Faces'.
602 (Displaying Faces): Fix xref to `Standard Faces'.
603
604 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
605
217b694f
EZ
6062005-08-20 Alan Mackenzie <acm@muc.de>
607
608 * buffers.texi (The Buffer List): Clarify the manipulation of the
609 buffer list.
610
0bf14bfd
RS
6112005-08-14 Richard M. Stallman <rms@gnu.org>
612
7ad1498e
AS
613 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
614 a regexp.
0bf14bfd 615
c118d09e
RS
6162005-08-11 Richard M. Stallman <rms@gnu.org>
617
59cb8c23
RS
618 * elisp.texi (Top): Update subnode lists.
619
620 * display.texi (Inverse Video): Node deleted.
621
c118d09e
RS
622 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
623 New nodes split out of Coding Conventions.
624
625 * searching.texi (Regular Expressions): Document re-builder.
626
627 * os.texi (Time Parsing): New node split out of Time Conversion.
628
629 * processes.texi (Misc Network, Network Feature Testing)
630 (Network Options, Make Network): New nodes split out of
631 Low-Level Network.
632
67ec7f41
RS
6332005-08-09 Richard M. Stallman <rms@gnu.org>
634
76d47f0d
RS
635 * frames.texi (Geometry): New node, split from Size and Position.
636 (Frame Parameters): Refer to Geometry.
637
67ec7f41 638 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 639
67ec7f41
RS
640 * windows.texi (Splitting Windows): Fix xref.
641
642 * frames.texi (Layout Parameters): Add xref.
643
644 * display.texi (Line Height, Scroll Bars): Fix xrefs.
645
646 * keymaps.texi (Menu Bar): Fix xref.
647
648 * locals.texi (Standard Buffer-Local Variables): Fix xref.
649
650 * modes.texi (%-Constructs): Fix xref.
651
652 * frames.texi (Window Frame Parameters): Node split up.
653 (Basic Parameters, Position Parameters, Size Parameters)
654 (Layout Parameters, Buffer Parameters, Management Parameters)
655 (Cursor Parameters, Color Parameters): New subnodes.
656
adb5e445
LT
6572005-08-09 Luc Teirlinck <teirllm@auburn.edu>
658
659 * positions.texi (Screen Lines): Update xref for previous change
660 in minibuf.texi.
661
662 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
663 change in minibuf.texi.
664
61298e17
RS
6652005-08-09 Richard M. Stallman <rms@gnu.org>
666
667 * tips.texi (Coding Conventions): Minor cleanup.
668
669 * modes.texi (Defining Minor Modes): Explain when init-value
670 can be non-nil.
671
672 * elisp.texi (Top): Update submenu for Minibuffer.
673
674 * minibuf.texi (Minibuffer Misc): Node split up.
675 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
676 (Recursive Mini): New nodes split out from Minibuffer Misc.
677 (Minibuffer Misc): Document max-mini-window-height.
678
679 * hash.texi (Defining Hash): Delete stray paren in example.
680
681 * display.texi (Echo Area Customization): Don't define
682 max-mini-window-height here; xref instead.
683
684 * commands.texi (Event Input Misc): Update while-no-input.
685
686 * advice.texi (Advising Functions): Explain when to use advice
687 and when to use a hook.
688
43e124e6
EZ
6892005-07-30 Eli Zaretskii <eliz@gnu.org>
690
691 * makefile.w32-in (info): Don't run install-info.
692 ($(infodir)/dir): New target, produced by running install-info.
693
653aea22
LT
6942005-07-27 Luc Teirlinck <teirllm@auburn.edu>
695
696 * modes.texi (Defining Minor Modes): The keyword for the initial
697 value is :init-value, not :initial-value.
698
ba6ebbd5
EZ
6992005-07-23 Eli Zaretskii <eliz@gnu.org>
700
701 * loading.texi (Autoload): Make the `doctor' example be consistent
702 with what's in current loaddefs.el. Describe the "fn" magic in
703 the usage portion of the doc string.
704
6696f2a4
RS
7052005-07-22 Richard M. Stallman <rms@gnu.org>
706
707 * internals.texi (Garbage Collection): Clarify previous change.
708
0c17e67c
SM
7092005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 * internals.texi (Garbage Collection): Add gc-cons-percentage.
712
426179e1
JL
7132005-07-18 Juri Linkov <juri@jurta.org>
714
715 * commands.texi (Accessing Events):
716 * frames.texi (Text Terminal Colors, Resources):
717 * markers.texi (The Mark):
718 * modes.texi (Defining Minor Modes):
719 Delete duplicate duplicate words.
720
9b0c2c56
RS
7212005-07-16 Richard M. Stallman <rms@gnu.org>
722
723 * display.texi (Managing Overlays): Clarify make-overlay
724 args for insertion types.
725
fd90b80c
LT
7262005-07-13 Luc Teirlinck <teirllm@auburn.edu>
727
0c17e67c
SM
728 * customize.texi (Variable Definitions):
729 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
730 `standard-value' is a list too.
731 (Defining New Types): Use @key{RET} instead of @key{ret}.
732
37aa90e5
TTN
7332005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
734
735 * os.texi (Translating Input): Fix typo.
736
917e0c95
RS
7372005-07-08 Richard M. Stallman <rms@gnu.org>
738
739 * README: Update edition number and size estimate.
740
741 * elisp.texi (VERSION): Set to 2.9.
742
7d90e71d
RS
7432005-07-07 Richard M. Stallman <rms@gnu.org>
744
c330dafe
RS
745 * book-spine.texinfo: Update Emacs version.
746
7d90e71d
RS
747 * display.texi (Inverse Video): Delete mode-line-inverse-video.
748
dc2204be
RS
7492005-07-06 Richard M. Stallman <rms@gnu.org>
750
751 * searching.texi (Regexp Search): Clarify what re-search-forward
752 does when the search fails.
753
a0ec7a4a
LK
7542005-07-05 Lute Kamstra <lute@gnu.org>
755
dc2204be 756 * Update FSF's address in GPL notices.
a0ec7a4a
LK
757
758 * doclicense.texi (GNU Free Documentation License):
759 * gpl.texi (GPL):
760 * tips.texi (Coding Conventions, Library Headers):
761 * vol1.texi:
762 * vol2.texi: Update FSF's address.
763
4af33176
RS
7642005-07-04 Richard M. Stallman <rms@gnu.org>
765
766 * hooks.texi (Standard Hooks): Add occur-hook.
767
b3ab615b
LT
7682005-07-03 Luc Teirlinck <teirllm@auburn.edu>
769
770 * display.texi (The Echo Area): Correct menu.
771
3d393029
RS
7722005-07-03 Richard M. Stallman <rms@gnu.org>
773
7fe48b75
RS
774 * elisp.texi (Top): Update subnode menu for Display.
775
776 * display.texi (Displaying Messages): New node, with most
777 of what was in The Echo Area.
778 (Progress): Moved under The Echo Area.
779 (Logging Messages): New node with new text.
780 (Echo Area Customization): New node, the rest of what was
781 in The Echo Area. Document message-truncate-lines with @defvar.
782 (Display): Update menu.
783
3d393029
RS
784 * windows.texi (Textual Scrolling): Doc 3 values for
785 scroll-preserve-screen-position.
786
787 * text.texi (Special Properties): Change hook functions
788 should bind inhibit-modification-hooks around altering buffer text.
789
790 * keymaps.texi (Key Binding Commands): Call binding BINDING
791 rather than DEFINITION.
792
b26860ad
JB
7932005-06-29 Juanma Barranquero <lekktu@gmail.com>
794
795 * variables.texi (Defining Variables): `user-variable-p' returns t
796 for aliases of user options, nil for alias loops.
797
025691ed
RS
7982005-06-28 Richard M. Stallman <rms@gnu.org>
799
800 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
801 make-keymap.
802
b61bfa4d
LT
8032005-06-27 Luc Teirlinck <teirllm@auburn.edu>
804
805 * variables.texi (Setting Variables): Correct and clarify
806 description of `add-to-ordered-list'.
807
24ee714d
RS
8082005-06-26 Richard M. Stallman <rms@gnu.org>
809
810 * display.texi (Faces): Minor cleanup.
811
33b79ce4
LT
8122005-06-25 Luc Teirlinck <teirllm@auburn.edu>
813
814 * display.texi (Faces): `facep' returns t for strings that are
815 face names.
816
df13531d
RS
8172005-06-25 Richard M. Stallman <rms@gnu.org>
818
819 * objects.texi (Equality Predicates): Clarify meaning of equal.
820
821 * windows.texi (Selecting Windows): save-selected-window
822 and with-selected-window save and restore the current buffer.
823
cf444441
RS
8242005-06-24 Richard M. Stallman <rms@gnu.org>
825
826 * numbers.texi (Float Basics): Explain how to test for NaN,
827 and printing the sign of NaNs.
828
6cdd056d
EZ
8292005-06-24 Eli Zaretskii <eliz@gnu.org>
830
831 * makefile.w32-in (MAKEINFO): Use --force.
832
b93e3c3b
RS
8332005-06-23 Richard M. Stallman <rms@gnu.org>
834
835 * display.texi (Face Functions): Correct Texinfo usage.
836
6fb276bd
LT
8372005-06-23 Luc Teirlinck <teirllm@auburn.edu>
838
839 * lists.texi (Rings): `ring-elements' now returns the elements of
840 RING in order.
841
1d1c7e75
JB
8422005-06-23 Juanma Barranquero <lekktu@gmail.com>
843
844 * markers.texi (The Mark): Texinfo usage fix.
845
9d12e52b
KS
8462005-06-23 Kim F. Storm <storm@cua.dk>
847
848 * searching.texi (Entire Match Data): Remove evaporate option for
849 match-data. Do not mention evaporate option for set-match-data.
850
6d44324c
GM
8512005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
852
853 * display.texi (Face Functions): Mention face aliases.
854
80df27a7
RS
8552005-06-21 Richard M. Stallman <rms@gnu.org>
856
857 * anti.texi (Antinews): Texinfo usage fix.
858
e121563b
KB
8592005-06-21 Karl Berry <karl@gnu.org>
860
9d7d543c
KB
861 * elisp.texi: Use @copying.
862
e121563b
KB
863 * elisp.texi: Put @summarycontents and @contents before the Top
864 node, instead of the end of the file, so that the contents appear
865 in the right place in the dvi/pdf output.
866
36a3b076
JL
8672005-06-21 Juri Linkov <juri@jurta.org>
868
869 * display.texi (Defining Faces): Add `customized-face'.
870
5c796e80
KS
8712005-06-20 Kim F. Storm <storm@cua.dk>
872
b7d1f38f
KS
873 * variables.texi (Setting Variables): Any type of element can be
874 given order in add-to-ordered-list. Compare elements with eq.
875
5c796e80
KS
876 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
877
fb056bef
KB
8782005-06-20 Karl Berry <karl@gnu.org>
879
880 * syntax.texi (Syntax Flags): Make last column very slightly wider
881 to avoid "generic comment" breaking on two lines and causing an
882 underfull box.
883
84398baa
LT
8842005-06-19 Luc Teirlinck <teirllm@auburn.edu>
885
886 * lists.texi (Rings): Various minor clarifications and corrections.
887
07ff1e4b
RS
8882005-06-18 Richard M. Stallman <rms@gnu.org>
889
890 * functions.texi (Obsolete Functions): Simplify.
891
892 * variables.texi (Variable Aliases): Simplify.
893
894 * anti.texi, backups.texi, compile.texi, customization.texi:
895 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
896 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
897 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
898 * variables.texi: Fix formatting ugliness.
899
900 * elisp.texi: Add links to Rings and Byte Packing.
901 Update version and copyright years.
902
903 * minibuf.texi: Fix formatting ugliness.
904 (Completion Commands): Move keymap vars to the end
905 and vars completing-read binds to the top.
906
3f7fab24
LT
9072005-06-17 Luc Teirlinck <teirllm@auburn.edu>
908
909 * processes.texi: Fix typos.
910 (Bindat Spec): Correct Texinfo error.
926c4c9b 911 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 912
f19b57e3
RS
9132005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
914
915 * lists.texi (Rings): New node.
916 (Lists): Add it to menu.
917
a80c5da7 918 * processes.texi (Byte Packing): New node.
f19b57e3
RS
919 (Processes): Add it to menu.
920
9212005-06-17 Richard M. Stallman <rms@gnu.org>
922
923 * syntax.texi (Parsing Expressions): Fix texinfo usage.
924
925 * help.texi (Documentation Basics): Explain the xref to
926 Documentation Tips.
927
928 * debugging.texi (Debugger Commands): Minor fix.
929
67c1390d
LT
9302005-06-16 Luc Teirlinck <teirllm@auburn.edu>
931
932 * edebug.texi (Instrumenting): Eliminate duplicate link.
933 (Specification List): Replace references to "below", referring to
934 a later node, with one @ref to that node.
935
936 * os.texi (Timers): Timers should save and restore the match data
937 if they change it.
938
939 * debugging.texi (Debugger Commands): Mention that the Lisp
940 debugger can not step through primitive functions.
941
51cd2a8c
JB
9422005-06-16 Juanma Barranquero <lekktu@gmail.com>
943
944 * functions.texi (Obsolete Functions): Update argument names of
945 `make-obsolete' and `define-obsolete-function-alias'.
946
947 * variables.texi (Variable Aliases): Update argument names of
948 `defvaralias', `make-obsolete-variable' and
949 `define-obsolete-variable-alias'.
950
f5e6ac4a
KS
9512005-06-15 Kim F. Storm <storm@cua.dk>
952
953 * searching.texi (Entire Match Data): Rephrase warnings about
954 evaporate arg to match-data and set-match-data.
955
fe2a9972
LT
9562005-06-14 Luc Teirlinck <teirllm@auburn.edu>
957
67774855
LT
958 * elisp.texi (Top): Update detailed menu.
959
fe2a9972
LT
960 * edebug.texi (Edebug): Update menu.
961 (Instrumenting): Update xrefs.
962 (Edebug Execution Modes): Correct xref.
963 (Jumping): Clarify description of `h' command.
964 Eliminate redundant @ref.
965 (Breaks): New node.
966 (Breakpoints): is now a subsubsection.
967 (Global Break Condition): Mention `C-x X X'.
968 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
969 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
970 (Edebug Display Update): Correct pxref.
971 (Edebug and Macros): New node.
972 (Instrumenting Macro Calls): Is now a subsubsection.
973 Neither arg of `def-edebug-spec' is evaluated.
974 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
975 (Specification Examples): Fix typo.
976
b59f605b
LK
9772005-06-14 Lute Kamstra <lute@gnu.org>
978
979 * debugging.texi (Function Debugging): Primitives can break on
980 entry too.
981
a5c99dc9
KS
9822005-06-14 Kim F. Storm <storm@cua.dk>
983
984 * variables.texi (Setting Variables): Add add-to-ordered-list.
985
f99ed2f8
SM
9862005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
987
988 * syntax.texi (Parsing Expressions): Document aux functions and vars of
989 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
990
9d42ffaa
LK
9912005-06-13 Lute Kamstra <lute@gnu.org>
992
993 * text.texi (Special Properties): Fix cross reference.
994
32cc0b00
LT
9952005-06-11 Luc Teirlinck <teirllm@auburn.edu>
996
997 * debugging.texi (Function Debugging): Delete mention of empty
998 string argument to `cancel-debug-on-entry'. Delete inaccurate
999 description of the return value of that command.
1000
98d1a1cf
EZ
10012005-06-11 Alan Mackenzie <acm@muc.de>
1002
1003 * text.texi (Adaptive Fill): Amplify the description of
1004 fill-context-prefix.
1005
4b53b8d7
LT
10062005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1007
84398baa 1008 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 1009
b5305167
SM
10102005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1011
1012 * syntax.texi (Parsing Expressions): Document syntax-ppss.
1013
9bd4c3ad
LT
10142005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1015
1016 * debugging.texi (Error Debugging): Minor rewording.
1017 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
1018 is optional.
1019
257914aa
LK
10202005-06-10 Lute Kamstra <lute@gnu.org>
1021
b5305167 1022 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
1023 (Top): Give it a title. Correct version number. Give the
1024 detailed node listing a more prominent header.
b5305167
SM
1025 * intro.texi: Don't set VERSION here a second time.
1026 Mention Emacs's version too.
257914aa
LK
1027 * anti.texi (Antinews): Use EMACSVER to refer to the current
1028 version of Emacs.
1029
b7aae902
KS
10302005-06-09 Kim F. Storm <storm@cua.dk>
1031
1032 * searching.texi (Entire Match Data): Explain new `reseat' argument to
1033 match-data and set-match-data.
1034
99598737
RS
10352005-06-08 Richard M. Stallman <rms@gnu.org>
1036
1037 * searching.texi (Entire Match Data): Clarify when match-data
1038 returns markers and when integers.
1039
1040 * display.texi (Defining Faces): Explain that face name should not
1041 end in `-face'.
1042
1043 * modes.texi (Mode Line Data): Minor cleanup.
1044 (Customizing Keywords): Node split out of Search-based Fontification.
1045 Add example of using font-lock-add-keywords from a hook.
1046 Clarify when MODE should be non-nil, and when nil.
1047
10482005-06-06 Richard M. Stallman <rms@gnu.org>
1049
1050 * modes.texi (Mode Line Data): Explain what happens when the car
1051 of a list is a void symbol.
1052 (Search-based Fontification): Explain MODE arg to
1053 font-lock-add-keywords and warn about calls from major modes.
1054
ecc8893a
JL
10552005-06-08 Juri Linkov <juri@jurta.org>
1056
1057 * display.texi (Standard Faces): Add `shadow' face.
1058
7fa9f4eb
LT
10592005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1060
1061 * modes.texi (Major Mode Conventions): A derived mode only needs
1062 to put the call to the parent mode inside `delay-mode-hooks'.
1063
bebcc4b1
RS
10642005-05-29 Richard M. Stallman <rms@gnu.org>
1065
c16b1394
RS
1066 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
1067 new, and what that implies. Clarify.
1068
1069 * files.texi (Locating Files): Clean up the text.
1070
bebcc4b1
RS
1071 * frames.texi (Window Frame Parameters): Document user-size.
1072 Shorten entry for top by referring to left.
1073
10742005-05-26 Richard M. Stallman <rms@gnu.org>
1075
1076 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
1077 is new, and what the implications are. Other clarifications.
1078
217797bc
RS
10792005-05-24 Richard M. Stallman <rms@gnu.org>
1080
1081 * frames.texi (Dialog Boxes): Minor fixes.
1082
3565fe07
MY
10832005-05-25 Masatake YAMATO <jet@gyve.org>
1084
1085 * display.texi (Standard Faces): Write about `mode-line-highlight'.
1086
817089df
LT
10872005-05-24 Luc Teirlinck <teirllm@auburn.edu>
1088
1089 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
1090 is optional.
1091
cb5db137
NR
10922005-05-24 Nick Roberts <nickrob@snap.net.nz>
1093
1094 * frames.texi (Dialog Boxes): Descibe new optional argument.
1095
3c8572f5
LK
10962005-05-23 Lute Kamstra <lute@gnu.org>
1097
1098 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
1099 syntax-begin-function over font-lock-beginning-of-syntax-function.
1100
2a4d7cb3
LT
11012005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1102
71f800cf
LT
1103 * minibuf.texi (Reading File Names): Update description of
1104 `read-directory-name'.
1105
2a4d7cb3
LT
1106 * modes.texi (Derived Modes): Clarify :group keyword.
1107
bb4afd09
EZ
11082005-05-21 Eli Zaretskii <eliz@gnu.org>
1109
b5305167
SM
1110 * files.texi (Locating Files): New subsection.
1111 Describe locate-file and executable-find.
bb4afd09 1112
a2c9aee6
EZ
11132005-05-21 Kevin Ryde <user42@zip.com.au>
1114
1115 * frames.texi (Initial Parameters): Update cross reference to
1116 "Emacs Invocation".
1117
6900105f
LT
11182005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1119
ca1b0914
LT
1120 * keymaps.texi (Active Keymaps): Add anchor.
1121
6900105f
LT
1122 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
1123 (Major Mode Conventions): Refer to `Auto Major Mode' in more
1124 appropriate place.
1125 (Derived Modes): Small clarifications.
b5305167
SM
1126 (Minor Mode Conventions, Keymaps and Minor Modes):
1127 Replace references to nodes with references to anchors.
6900105f
LT
1128 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
1129 Clarify description of lists whose first element is an integer.
1130 (Mode Line Variables): Add anchor.
1131 (%-Constructs): Clarify description of integer after %.
1132 (Emulating Mode Line): Describe nil value for FACE.
1133
54d06364
LT
11342005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1135
1136 * modes.texi (Derived Modes): Correct references to non-existing
1137 variable standard-syntax-table.
1138
f8d0b769
LK
11392005-05-17 Lute Kamstra <lute@gnu.org>
1140
1141 * modes.texi (Defining Minor Modes): Mention the mode hook.
1142
294c599c
KS
11432005-05-15 Kim F. Storm <storm@cua.dk>
1144
1145 * processes.texi (Network): Remove open-network-stream-nowait.
1146 (Network Servers): Remove open-network-stream-server.
1147
4214af69
LT
11482005-05-15 Luc Teirlinck <teirllm@auburn.edu>
1149
1150 * elisp.texi (Top): Update detailed menu.
1151
1152 * variables.texi: Reorder nodes.
1153 (Variables): Update menu.
1154 (File Local Variables): Do not refer to the `-*-' line as
1155 a "local variables list". Add pxref.
1156
302691ab
LT
11572005-05-14 Luc Teirlinck <teirllm@auburn.edu>
1158
56d4215a
LT
1159 * elisp.texi (Top): Update detailed menu for node changes.
1160
302691ab
LT
1161 * modes.texi (Modes): Update Menu.
1162 (Hooks): Move to beginning of chapter.
1163 Most minor modes run mode hooks too.
1164 `add-hook' can handle void hooks or hooks whose value is a single
1165 function.
1166 (Major Modes): Update Menu.
1167 (Major Mode Basics): New node, split off from `Major Modes'.
1168 (Major Mode Conventions): Correct xref. Explain how to handle
1169 auto-mode-alist if the major mode command has an autoload cookie.
1170 (Auto Major Mode): Major update. Add magic-mode-alist.
1171 (Derived Modes): Major update.
1172 (Mode Line Format): Update Menu.
1173 (Mode Line Basics): New node, split off from `Mode Line Format'.
1174
1175 * loading.texi (Autoload): Mention `autoload cookie' as synonym
1176 for `magic autoload comment'. Add index entries and anchor.
1177
d06ba294
RS
11782005-05-14 Richard M. Stallman <rms@gnu.org>
1179
1180 * tips.texi (Coding Conventions): Explain how important it is
1181 that just loading certain files not change Emacs behavior.
1182
1183 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
1184
405cb12a
LK
11852005-05-12 Lute Kamstra <lute@gnu.org>
1186
19958124
LK
1187 * modes.texi (Generic Modes): Update.
1188 (Major Modes): Refer to node "Generic Modes".
1189
405cb12a
LK
1190 * elisp.texi (Top): Update to the current structure of the manual.
1191 * processes.texi (Processes): Add menu description.
1192 * customize.texi (Customization): Add menu descriptions.
1193
f714dd1b
TTN
11942005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1195
cc9442f2
TTN
1196 * processes.texi (Signals to Processes)
1197 (Low-Level Network): Fix typos.
f714dd1b 1198
36ad23ec
LK
11992005-05-11 Lute Kamstra <lute@gnu.org>
1200
1201 * elisp.texi (Top): Add some nodes from the chapter "Major and
1202 Minor Modes" to the detailed node listing.
1203
d101bf56
RS
12042005-05-10 Richard M. Stallman <rms@gnu.org>
1205
1206 * keymaps.texi (Extended Menu Items): Menu item filter functions
1207 can be called at any time.
1208
698b0510
LT
12092005-05-08 Luc Teirlinck <teirllm@auburn.edu>
1210
1211 * variables.texi (File Local Variables): `(hack-local-variables t)'
1212 now also checks whether a mode is specified in the local variables
1213 list.
1214
2c6b25c7
EZ
12152005-05-05 Kevin Ryde <user42@zip.com.au>
1216
1217 * display.texi (The Echo Area): Correct format function cross
1218 reference.
1219
643b4cf5
LT
12202005-05-05 Luc Teirlinck <teirllm@auburn.edu>
1221
1222 * variables.texi (Variable Aliases): Change description of
1223 `define-obsolete-variable-alias'.
1224
1225 * functions.texi (Functions): Add "Obsolete Functions" to menu.
1226 (Defining Functions): Add xref.
1227 (Obsolete Functions): New node.
1228 (Function Safety): Standardize capitalization of section title.
1229
1230 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
1231 (Dialog Boxes): Complete description of `x-popup-dialog'.
1232
053bc8e4
RS
12332005-05-04 Richard M. Stallman <rms@gnu.org>
1234
1235 * commands.texi (Interactive Codes): Fix Texinfo usage.
1236 Document U more clearly.
1237
f6b1b15a
LT
12382005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1239
3b925015
LT
1240 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
1241 function and not a macro.
1242
f6b1b15a
LT
1243 * frames.texi (Pop-Up Menus): Correct and clarify description of
1244 `x-popup-menu'.
1245 (Dialog Boxes): Clarify description of `x-popup-dialog'.
1246
ebbfa918
RS
12472005-05-01 Richard M. Stallman <rms@gnu.org>
1248
1249 * edebug.texi (Checking Whether to Stop): Fix previous change.
1250
abe2f96e
LT
12512005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1252
d6028ef2
LT
1253 * display.texi: Fix typos and Texinfo usage.
1254
abe2f96e
LT
1255 * edebug.texi (Checking Whether to Stop): executing-macro ->
1256 executing-kbd-macro.
1257
b2cfb30b
RS
12582005-05-01 Richard M. Stallman <rms@gnu.org>
1259
1260 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
1261
7e995a23
RS
12622005-04-30 Richard M. Stallman <rms@gnu.org>
1263
1264 * files.texi (Magic File Names): Document `operations' property.
1265
57efa539
LK
12662005-04-29 Lute Kamstra <lute@gnu.org>
1267
1268 * modes.texi (Generic Modes): New node.
1269 (Major Modes): Add it to the menu.
1270 (Derived Modes): Add "derived mode" to concept index.
1271
0a20b1dc
LK
12722005-04-28 Lute Kamstra <lute@gnu.org>
1273
1274 * modes.texi (Defining Minor Modes): Fix previous change.
1275 (Font Lock Mode): Simplify.
1276 (Font Lock Basics): Say that font-lock-defaults is buffer-local
1277 when set and that some parts are optional. Add cross references.
1278 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
1279 Add cross references. Add font-lock-multiline to index.
1280 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 1281 Lock Variables". Document font-lock-add-keywords and
b5305167 1282 font-lock-remove-keywords.
0a20b1dc
LK
1283 (Other Font Lock Variables): Move font-lock-keywords-only,
1284 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
1285 and font-lock-syntactic-face-function to node "Syntactic Font
1286 Lock". Move font-lock-keywords-case-fold-search to node
1287 "Search-based Fontification". Document font-lock-inhibit-thing-lock
1288 and font-lock-{,un}fontify-{buffer,region}-function.
1289 (Precalculated Fontification): Remove reference to deleted variable
1290 font-lock-core-only.
1291 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
1292 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
1293 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
1294 and font-lock-syntactic-face-function here from node "Other Font
1295 Lock Variables". Move font-lock-syntactic-keywords to "Setting
1296 Syntax Properties". Add cross references.
b5305167
SM
1297 (Setting Syntax Properties): New node.
1298 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
1299 * syntax.texi (Syntax Properties): Add cross reference.
1300 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
1301
68a94f5a
RS
13022005-04-26 Richard M. Stallman <rms@gnu.org>
1303
1304 * display.texi (Defining Faces):
1305 Document `default' elements of defface spec.
1306
1307 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
1308
1309 * variables.texi (Variable Aliases): Clarify text.
1310
13112005-04-25 Chong Yidong <cyd@stupidchicken.com>
1312
1313 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
1314
7f48f143
LT
13152005-04-25 Luc Teirlinck <teirllm@auburn.edu>
1316
1317 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
1318
45d2f8e8
EZ
13192005-04-24 Eli Zaretskii <eliz@gnu.org>
1320
f3714ab2
EZ
1321 * syntax.texi (Syntax Table Internals): Elaborate documentation of
1322 syntax-after and syntax-class.
1323
45d2f8e8 1324 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
1325 (Unique File Names): Don't mention "numbers" in the documentation
1326 of make-temp-file and make-temp-name.
45d2f8e8 1327
469bc679
RS
13282005-04-23 Richard M. Stallman <rms@gnu.org>
1329
1330 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
1331
c9fa5dc9
RS
13322005-04-22 Nick Roberts <nickrob@snap.net.nz>
1333
1334 * windows.texi (Cyclic Window Ordering): Clarify window-list.
1335
230e1e80
NR
13362005-04-22 Nick Roberts <nickrob@snap.net.nz>
1337
1338 * variables.texi (Variable Aliases): Describe make-obsolete-variable
1339 and define-obsolete-variable-alias.
1340
1ba52906
KS
13412005-04-22 Kim F. Storm <storm@cua.dk>
1342
1343 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
1344 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
1345
9721d904
LK
13462005-04-21 Lute Kamstra <lute@gnu.org>
1347
1348 * lists.texi (Association Lists): Document rassq-delete-all.
1349
ed35c736
RS
13502005-04-19 Richard M. Stallman <rms@gnu.org>
1351
1352 * modes.texi (Search-based Fontification): Explain that
1353 facespec is an expression to be evaluated.
1354
42fc00a4
RS
13552005-04-19 Kevin Ryde <user42@zip.com.au>
1356
b5305167 1357 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
1358 * strings.texi (String Conversion): Fix xref.
1359
5827e9d4
KS
13602005-04-19 Kim F. Storm <storm@cua.dk>
1361
1362 * symbols.texi (Symbol Plists): Add safe-get.
1363 Mention that `get' may signal an error.
1364
47872da9
NR
13652005-04-18 Nick Roberts <nickrob@snap.net.nz>
1366
1367 * customize.texi (Variable Definitions): Replace tooltip-mode
1368 example with save-place.
1369
ec0cf966
RS
13702005-04-17 Richard M. Stallman <rms@gnu.org>
1371
1372 * buffers.texi (Indirect Buffers): Clarify.
1373
1374 * positions.texi (Positions): Clarify converting marker to integer.
1375
1376 * strings.texi (String Basics): Mention string-match; clarify.
1377
199bb209
LK
13782005-04-08 Lute Kamstra <lute@gnu.org>
1379
1380 * modes.texi (Search-based Fontification): Fix cross references.
1381 Use consistent terminology. Document anchored highlighting.
1382
bfa54668
LK
13832005-04-05 Lute Kamstra <lute@gnu.org>
1384
1385 * modes.texi (Defining Minor Modes): Document :group keyword
1386 argument and its default value.
1387
07e5fb9e
LK
13882005-04-03 Lute Kamstra <lute@gnu.org>
1389
1390 * hooks.texi (Standard Hooks): Add some hooks. Add cross
1391 references and/or descriptions. Delete major mode hooks; mention
1392 them as a category instead. Rename or delete obsolete hooks.
1393
aa945b59
RS
13942005-04-02 Richard M. Stallman <rms@gnu.org>
1395
1396 * nonascii.texi (Coding System Basics): Another wording cleanup.
1397
8b918214
RS
13982005-04-01 Richard M. Stallman <rms@gnu.org>
1399
1400 * nonascii.texi (Coding System Basics): Clarify previous change.
1401
41639988
KH
14022005-04-01 Kenichi Handa <handa@m17n.org>
1403
1404 * nonascii.texi (Coding System Basics): Describe about rondtrip
1405 identity of coding systems.
1406
8e669bbd
RS
14072005-03-29 Chong Yidong <cyd@stupidchicken.com>
1408
1409 * text.texi (Buffer Contents): Add filter-buffer-substring and
1410 buffer-substring-filters.
1411
f60a6f87
RS
14122005-03-26 Chong Yidong <cyd@stupidchicken.com>
1413
1414 * anti.texi (Antinews): Mention `G' interactive code.
1415
1416 * tips.texi (Compilation Tips): Mention benchmark.el.
1417
aaac1251
LT
14182005-03-27 Luc Teirlinck <teirllm@auburn.edu>
1419
1420 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
1421 is now bound to M-o M-o.
1422
1423 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
1424
45325173
GM
14252005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
1426
1427 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
1428 in the Emacs Manual).
1429 * Makefile.in (srcs): Remove calendar.texi.
1430 * makefile.w32-in (srcs): Remove calendar.texi.
1431 * display.texi (Display): Change name of next node.
1432 * os.texi (System In): Change name of previous node.
1433 * elisp.texi (Top): Remove Calendar references.
1434 * vol1.texi (Top): Remove Calendar references.
1435 * vol2.texi (Top): Remove Calendar references.
1436
85df292e
RS
14372005-03-25 Richard M. Stallman <rms@gnu.org>
1438
45325173 1439 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
1440 Cleanup previous change.
1441
14422005-03-25 Chong Yidong <cyd@stupidchicken.com>
1443
1444 * display.texi (Face Attributes): Faces earlier in an :inherit
1445 list take precedence.
1446 (Scroll Bars): Fix description of vertical-scroll-bars.
1447 Document frame-current-scroll-bars and window-current-scroll-bars.
1448
1449 * markers.texi (The Mark): Document temporary Transient Mark mode.
1450
b5305167
SM
1451 * minibuf.texi (Reading File Names):
1452 Document read-file-name-completion-ignore-case.
85df292e
RS
1453
1454 * positions.texi (Screen Lines): Document nil for width argument
1455 to compute-motion.
1456
1fe54d69
KS
14572005-03-23 Kim F. Storm <storm@cua.dk>
1458
1459 * display.texi (Standard Faces): Other faces used in the fringe
1460 implicitly inherits from the fringe face.
1461 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
1462 properties implicitly inherits from fringe face.
1463 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
1464
a775dff4
RS
14652005-03-20 Chong Yidong <cyd@stupidchicken.com>
1466
1467 * display.texi (Invisible Text): State default value of
1468 line-move-ignore-invisible.
1469 (Managing Overlays): Document remove-overlays.
1470 (Standard Faces): Document escape-glyph face.
1471
b5305167 1472 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 1473
b5305167
SM
1474 * modes.texi (Other Font Lock Variables):
1475 Document font-lock-lines-before.
a775dff4
RS
1476
1477 * positions.texi (Skipping Characters): skip-chars-forward allows
1478 character classes.
1479
077f7085
LK
14802005-03-18 Lute Kamstra <lute@gnu.org>
1481
1482 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
1483
d69ea7ab
RS
14842005-03-17 Richard M. Stallman <rms@gnu.org>
1485
c7bd5d57
RS
1486 * text.texi (Undo): Document extensible undo entries.
1487
d69ea7ab
RS
1488 * searching.texi (String Search, Regexp Search, Regexp Search):
1489 Cleanups.
1490
1491 * nonascii.texi (Character Codes): Minor fix.
1492
1493 * display.texi (Display Property): Explain the significance
1494 of having text properties that are eq.
1495 (Other Display Specs): Explain string as display spec.
1496
1497 * commands.texi (Interactive Codes): Document G option.
1498
14992005-03-17 Chong Yidong <cyd@stupidchicken.com>
1500
1501 * text.texi (Filling): Add sentence-end-without-period and
1502 sentence-end-without-space.
1503 (Changing Properties): Minor fix.
1504
1505 * anti.texi: Total rewrite.
1506
a7679889
LK
15072005-03-15 Lute Kamstra <lute@gnu.org>
1508
1509 * edebug.texi (Instrumenting Macro Calls): Fix typos.
1510
6eb8e247
KS
15112005-03-08 Kim F. Storm <storm@cua.dk>
1512
1513 * display.texi (Specified Space): Property :width is support on
1514 non-graphic terminals, :height is not.
1515
bfa8be14
RS
15162005-03-07 Richard M. Stallman <rms@gnu.org>
1517
1518 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
1519 Now subnodes of Fringes.
1520 (Overlay Arrow): Document overlay-arrow-variable-list.
1521 (Fringe Size/Pos): New node, broken out of Fringes.
1522 (Display): Explain clearing vs redisplay better.
1523 (Truncation): Clarify use of bitmaps.
1524 (The Echo Area): Clarify the uses of the echo area.
1525 Add max-mini-window-height.
1526 (Progress): Clarify.
1527 (Invisible Text): Explain that main loop moves point out.
1528 (Selective Display): Say "hidden", not "invisible".
b5305167 1529 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
1530 (Overlay Properties): Clarify intro.
1531 (Finding Overlays): Explain return values when nothing found.
1532 (Width): truncate-string-to-width has added arg.
1533 (Displaying Faces): Clarify and update mode line face handling.
1534 (Face Functions): Minor cleanup.
b5305167 1535 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
1536 (Pixel Specification, Other Display Specs): Minor cleanups.
1537 (Images, Image Descriptors): Minor cleanups.
1538 (GIF Images): Patents have expired.
1539 (Showing Images): Explain default text for insert-image.
b5305167 1540 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
1541 (Making Buttons): Explain return values.
1542 (Button Buffer Commands): Add xref.
1543 (Inverse Video): Update mode-line-inverse-video.
1544 (Display Table Format): Clarify.
1545 (Active Display Table): Give defaults for window-display-table.
1546
1547 * calendar.texi (Calendar Customizing): calendar-holiday-marker
1548 and calendar-today-marker are strings, not chars.
1549 (Holiday Customizing): Minor fix.
1550
bfa8be14
RS
1551 * internals.texi (Writing Emacs Primitives): Update `or' example.
1552 Update limit on # args of subr.
1553
1554 * edebug.texi (Using Edebug): Arrow is in fringe.
1555 (Instrumenting): Arg to eval-defun works without loading edebug.
1556 (Edebug Execution Modes): Add xref.
1557
1558 * customize.texi (Common Keywords): Clarify :require.
1559 Mention :version here.
1560 (Variable Definitions, Group Definitions): Not here.
1561 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
1562
d69ea7ab
RS
15632005-03-07 Chong Yidong <cyd@stupidchicken.com>
1564 * nonascii.texi (Text Representations): Clarify position-bytes.
1565 (Character Sets): Add list-charset-chars.
1566 (Scanning Charsets): Add charset-after.
1567 (Encoding and I/O): Minor fix.
1568
34398e6c
RS
15692005-03-06 Richard M. Stallman <rms@gnu.org>
1570
1571 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
1572 (Resizing Windows): Likewise.
1573
1574 * text.texi (Change Hooks): Get rid of "Emacs 21".
1575
1576 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
1577
1578 * streams.texi (Output Variables): Get rid of "Emacs 21".
1579
1580 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
1581
1582 * os.texi (Translating Input): Replace flow-control example
1583 with a less obsolete example that uses `keyboard-translate'.
1584
6eb8e247 1585 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 1586 Get rid of "Emacs 21".
6eb8e247 1587
34398e6c
RS
1588 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
1589 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
1590
1591 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
1592
1593 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
1594
1595 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
1596 (Menu Bar): Fix when menu-bar-update-hook is called.
1597
1598 * hash.texi (Hash Tables): Get rid of "Emacs 21".
1599
1600 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
1601 and make it read better.
1602
1603 * files.texi (Writing to Files): Get rid of "Emacs 21".
1604 (Unique File Names): Likewise.
1605
1606 * elisp.texi: Update Emacs version to 22.
1607
1608 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
1609 (Overlay Properties, Face Attributes): Likewise.
1610 (Managing Overlays): Fix punctuation.
1611 (Attribute Functions): Clarify set-face-font; get rid of
1612 info about old Emacs versions.
1613 (Auto Faces, Font Lookup, Display Property, Images):
1614 Get rid of "Emacs 21".
1615
1616 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
1617
d2178387
RS
16182005-03-05 Richard M. Stallman <rms@gnu.org>
1619
1620 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
1621
524352d6
LK
16222005-03-04 Lute Kamstra <lute@gnu.org>
1623
1624 * debugging.texi (Error Debugging): Document stack-trace-on-error.
1625
16262005-03-03 Lute Kamstra <lute@gnu.org>
1627
1628 * edebug.texi (Instrumenting Macro Calls): Fix typo.
1629
284f0680
LK
16302005-03-01 Lute Kamstra <lute@gnu.org>
1631
1632 * debugging.texi (Debugger Commands): Update `j'.
1633
a9ee5cac
LK
16342005-02-28 Lute Kamstra <lute@gnu.org>
1635
1636 * debugging.texi (Debugging): Fix typo.
1637 (Error Debugging): Document eval-expression-debug-on-error.
1638 (Function Debugging): Update example.
1639 (Using Debugger): Mention starred stack frames.
1640 (Debugger Commands): Document `j' and `l'.
1641 (Invoking the Debugger): `d' and `j' exit recursive edit too.
1642 Update the messages that the debugger displays.
1643 (Internals of Debugger): Add cross reference. Update example.
1644 (Excess Open): Minor improvement.
1645 (Excess Close): Minor improvement.
1646
378d0f8e
RS
16472005-02-26 Richard M. Stallman <rms@gnu.org>
1648
1649 * tips.texi (Coding Conventions): Clarify.
1650 Put all the major mode key reservations together.
1651 Mention the Mouse-1 => Mouse-2 conventions.
1652
1653 * syntax.texi (Syntax Class Table): Clarify.
1654 (Syntax Table Functions): syntax-after moved from here.
1655 (Syntax Table Internals): syntax-after moved to here.
1656 (Parsing Expressions): Update info on number of values
1657 and what's meaningful in the STATE argument.
1658 (Categories): Fix typo.
1659
1660 * sequences.texi (Arrays): Cleanup.
1661 (Char-Tables): Clarify.
1662
1663 * processes.texi (Deleting Processes): Cleanups, add xref.
1664 (Subprocess Creation): Explain nil in exec-path. Cleanup.
1665 (Process Information): set-process-coding-system, some args optional.
1666 (Input to Processes): Explain various types for PROCESS args.
1667 Rename them from PROCESS-NAME to PROCESS.
1668 (Signals to Processes): Likewise.
1669 (Decoding Output): Cleanup.
1670 (Query Before Exit): Clarify.
1671
1672 * os.texi (Startup Summary): Correct the options; add missing ones.
1673 (Terminal Output, Batch Mode): Clarify.
1674 (Flow Control): Node deleted.
1675
1676 * markers.texi (The Mark): Clarify.
1677
1678 * macros.texi (Expansion): Cleanup.
1679 (Indenting Macros): indent-spec allows ints, not floats.
1680
1681 * keymaps.texi (Keymaps): Clarify.
1682 (Format of Keymaps): Update lisp-mode-map example.
1683 (Active Keymaps, Key Lookup): Clarify.
1684 (Changing Key Bindings): Add xref to `kbd'.
1685 (Key Binding Commands, Simple Menu Items): Clarify.
1686 (Mouse Menus, Menu Bar): Clarify.
1687 (Menu Example): Replace print example with menu-bar-replace-menu.
1688
1689 * help.texi (Documentation Basics): Add function-documentation prop.
1690
1691 * elisp.texi (Top): Don't refer to Flow Control node.
1692
1693 * commands.texi (Command Overview): Improve xrefs.
1694 (Adjusting Point): Adjusting point applies to intangible and invis.
1695 (Key Sequence Input): Doc extra read-key-sequence args.
1696 Likewise for read-key-sequence-vector.
1697
1698 * backups.texi (Rename or Copy): Minor fix.
1699 (Numbered Backups): For version-control, say the default.
1700 (Auto-Saving): make-auto-save-file-name example is simplified.
1701
1702 * advice.texi (Advising Functions): Don't imply one part of Emacs
1703 should advise another part. Markup changes.
1704 (Defining Advice): Move transitional para.
1705 (Activation of Advice): Cleanup.
1706 Explain if COMPILE is nil or negative.
1707
1708 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
1709
2e20c83d
LK
17102005-02-24 Lute Kamstra <lute@gnu.org>
1711
1712 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
1713 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
1714
65c492fd
LK
17152005-02-23 Lute Kamstra <lute@gnu.org>
1716
b02c3eed
LK
1717 * modes.texi (Defining Minor Modes): define-minor-mode can be used
1718 to define global minor modes as well.
1719
65c492fd
LK
1720 * display.texi (Managing Overlays): overlay-buffer returns nil for
1721 deleted overlays.
1722
b686dd59
KS
17232005-02-22 Kim F. Storm <storm@cua.dk>
1724
1725 * minibuf.texi (Basic Completion): Allow symbols in addition to
1726 strings in try-completion and all-completions.
1727
23e8c095
LK
17282005-02-14 Lute Kamstra <lute@gnu.org>
1729
1730 * elisp.texi (Top): Remove reference to deleted node.
1731
1732 * lists.texi (Lists): Remove reference to deleted node.
1733 (Cons Cells): Fix typo.
1734
1735 * loading.texi (Where Defined): Fix typo.
1736
134948fc
RS
17372005-02-14 Richard M. Stallman <rms@gnu.org>
1738
1739 * variables.texi (Creating Buffer-Local): change-major-mode-hook
1740 is useful for discarding some minor modes.
1741
1742 * symbols.texi (Symbol Components): Reorder examples.
1743
1744 * streams.texi (Input Functions): State standard-input default.
1745 (Output Variables): State standard-output default.
1746
1747 * objects.texi (Printed Representation): Clarify read syntax vs print.
1748 (Floating Point Type): Explain meaning better.
1749 (Symbol Type): Explain uniqueness better.
1750 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
1751 List examples sooner.
1752 (Box Diagrams): New subnode broken out.
1753 Some examples moved from old Lists as Boxes node.
1754 (Dotted Pair Notation): Clarify intro.
1755 (Array Type): Clarify.
1756 (Type Predicates): Add hash-table-p.
1757
1758 * numbers.texi (Integer Basics): Clarify radix explanation.
1759 (Predicates on Numbers): Minor clarification.
1760 (Comparison of Numbers): Minor clarification. Clarify eql.
1761 Typos in min, max.
1762 (Math Functions): Clarify overflow in expt.
1763
1764 * minibuf.texi (Text from Minibuffer): Minor clarification.
1765 Mention arrow keys.
1766
1767 * loading.texi (Autoload): defun's doc string overrides autoload's
1768 doc string.
1769 (Repeated Loading): Modernize "add to list" examples.
1770 (Where Defined): Finish updating table of load-history elts.
1771
1772 * lists.texi (List-related Predicates): Minor wording improvement.
1773 (Lists as Boxes): Node deleted.
1774 (Building Lists): Explain trivial cases of number-sequence.
1775
1776 * hash.texi (Hash Tables): Add desc to menu items.
1777 (Creating Hash): Expain "full" means "make larger",
1778 (Hash Access): Any object can be a key.
1779 State value of maphash.
1780
1781 * functions.texi (What Is a Function): Wording cleanup.
1782 (Function Documentation): Minor cleanup.
1783 Explain purpose of calling convention at end of doc string.
1784 (Function Names): Wording cleanup.
1785 (Calling Functions): Wording cleanup.
1786 Explain better how funcall calls the function.
1787 (Function Cells): Delete example of saving and redefining function.
1788
1789 * control.texi (Combining Conditions): Wording cleanup.
1790 (Iteration): dolist and dotimes bind VAR locally.
1791 (Cleanups): Xref to Atomic Changes.
1792
1793 * compile.texi (Byte Compilation): Delete 19.29 info.
1794 (Compilation Functions): Macros' difficulties don't affect defsubst.
1795 (Docs and Compilation): Delete 19.29 info.
1796
44291460
RS
17972005-02-10 Richard M. Stallman <rms@gnu.org>
1798
1799 * objects.texi (Symbol Type): Minor correction.
1800
1f9ad95a
LK
18012005-02-06 Lute Kamstra <lute@gnu.org>
1802
1803 * modes.texi (Example Major Modes): Fix typos.
1804
ba2c991c
RS
18052005-02-06 Richard M. Stallman <rms@gnu.org>
1806
1807 * text.texi (Margins): fill-nobreak-predicate can be one function.
1808
1809 * strings.texi (Modifying Strings): clear-string can make unibyte.
1810 (Formatting Strings): format gives error if values missing.
1811
1812 * positions.texi (Character Motion): Mention default arg
1813 for forward-char. backward-char refers to forward-char.
1814 (Word Motion): Mention default arg for forward-word.
1815 (Buffer End Motion): Mention default arg for beginning-of-buffer.
1816 Simplify end-of-buffer.
1817 (Text Lines): Mention default arg for forward-line.
1818 (List Motion): Mention default arg for beginning/end-of-defun.
1819 (Skipping Characters): Minor fixes in explaining character-set.
1820
1821 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
1822 Mode inheritance applies only when default-major-mode is nil.
1823 Clarifications.
1824 (Example Major Modes): Update Text mode and Lisp mode examples.
1825 (Minor Mode Conventions): Mention define-minor-mode at top.
1826 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
1827 (Mode Line Format): Update mode line face display info.
1828 (Properties in Mode): Mention effect of risky vars.
1829 (Imenu): Define imenu-add-to-menubar.
1830 (Font Lock Mode): Add descriptions to menu lines.
1831 (Faces for Font Lock): Add font-lock-doc-face.
1832
9bf6d576
LK
18332005-02-05 Lute Kamstra <lute@gnu.org>
1834
1835 * text.texi (Maintaining Undo): Remove obsolete function.
1836
cb602754
EZ
18372005-02-05 Eli Zaretskii <eliz@gnu.org>
1838
1839 * frames.texi (Color Names): Add pointer to the X docs about RGB
1840 color specifications. Improve indexing
1841 (Text Terminal Colors): Replace the description of RGB values by
1842 an xref to "Color Names".
1843
4e07258f
RS
18442005-02-03 Richard M. Stallman <rms@gnu.org>
1845
1846 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
1847 Clarify.
1848 (Selecting Windows): Clarify save-selected-window.
1849 (Cyclic Window Ordering): Clarify walk-windows.
1850 (Window Point): Clarify.
1851 (Window Start): Add comment to example.
1852 (Resizing Windows): Add `interactive' specs in examples.
1853 Document fit-window-to-buffer.
1854
1855 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
1856 (Undo, Maintaining Undo): Clarify last change.
1857 (Sorting): In sort-numeric-fields, explain about octal and hex.
1858 Mention sort-numeric-base.
1859 (Format Properties): Add xref for hard newlines.
1860
1861 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
1862 (Pop-Up Menus): Fix typo.
1863 (Color Names): Explain all types of color names.
1864 Explain color-values on B&W terminal.
1865 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
1866
1867 * files.texi (File Locks): Not supported on MS systems.
1868 (Testing Accessibility): Clarify.
1869
1870 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
1871 (Coverage Testing): Fix typo.
1872
1873 * commands.texi (Misc Events): Remove stray space.
1874
1875 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
1876 (Modification Time): Clarify when visited-file-modtime returns 0.
1877 (The Buffer List): Clarify bury-buffer.
1878 (Killing Buffers): Clarify.
1879 (Indirect Buffers): Add clone-indirect-buffer.
1880
18812005-02-02 Matt Hodges <MPHodges@member.fsf.org>
1882
1883 * edebug.texi (Printing in Edebug): Fix default value of
1884 edebug-print-circle.
1885 (Coverage Testing): Fix displayed frequency count data.
1886
18872005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
1888
1889 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
1890
4e07258f 18912005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
1892
1893 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
1894
28d986b9
EZ
18952005-01-29 Eli Zaretskii <eliz@gnu.org>
1896
1897 * commands.texi (Misc Events): Describe the help-echo event.
1898
1899 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
1900 consistently in description of the help-echo property.
1901 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
1902
1903 * display.texi (Overlay Properties): Fix the index entry for
1904 help-echo overlay property.
1905
1906 * customize.texi (Type Keywords): Uncomment the xref to the
1907 help-echo property documentation.
1908
8f958b40
KS
19092005-01-23 Kim F. Storm <storm@cua.dk>
1910
1911 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
1912 return value. Third element FULLY replaced by PARTIAL which
1913 specifies number of invisible pixels if row is only partially visible.
1914 (Textual Scrolling): Mention auto-window-vscroll.
1915 (Vertical Scrolling): New defvar auto-window-vscroll.
1916
cd7e5dd6
LT
19172005-01-16 Luc Teirlinck <teirllm@auburn.edu>
1918
1919 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
1920 command remapping.
1921
6f771c32
RS
19222005-01-15 Richard M. Stallman <rms@gnu.org>
1923
1924 * display.texi (Defining Images): Mention DATA-P arg of create-image.
1925
6ac8a822
KS
19262005-01-14 Kim F. Storm <storm@cua.dk>
1927
88948d55
KS
1928 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
1929
6ac8a822
KS
1930 * text.texi (Links and Mouse-1): Fix string and vector item.
1931
20d6de82
RS
19322005-01-13 Richard M. Stallman <rms@gnu.org>
1933
1934 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
1935 descriptions of overriding-local-map and overriding-terminal-local-map.
1936
1937 * text.texi (Links and Mouse-1): Clarify text.
1938
f75a592e
KS
19392005-01-13 Kim F. Storm <storm@cua.dk>
1940
1941 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
1942
910f60b1
TTN
19432005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
1944
1945 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
1946
37181fc4
KS
19472005-01-12 Kim F. Storm <storm@cua.dk>
1948
1949 * text.texi (Links and Mouse-1): Rename section from Enabling
1950 Mouse-1 to Following Links. Change xrefs.
1951 Add examples for define-button-type and define-widget.
1952
1953 * display.texi (Button Properties, Button Buffer Commands):
1954 Clarify mouse-1 and follow-link functionality.
1955
28f94a34
RS
19562005-01-12 Richard M. Stallman <rms@gnu.org>
1957
1958 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
1959
1960 * display.texi (Beeping): Fix Texinfo usage.
1961
1962 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
1963
bac2d936
KS
19642005-01-11 Kim F. Storm <storm@cua.dk>
1965
1966 * display.texi (Button Properties, Button Buffer Commands):
93381d62 1967 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
1968
1969 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
1970 (Enabling Mouse-1 to Follow Links): New subsection.
1971
de968ddb
RS
19722005-01-06 Richard M. Stallman <rms@gnu.org>
1973
1974 * text.texi (Special Properties): Minor change.
1975
1976 * os.texi (Timers): Clarify previous change.
1977
1978 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
1979
a3a43b3b
LT
19802005-01-01 Luc Teirlinck <teirllm@auburn.edu>
1981
1982 * display.texi (Face Attributes): Correct xref to renamed node.
1983
732bb9ce
RS
19842005-01-01 Richard M. Stallman <rms@gnu.org>
1985
1986 * display.texi (Face Attributes): Describe hex color specs.
1987
c734ae59
RS
19882004-12-31 Richard M. Stallman <rms@gnu.org>
1989
1990 * os.texi (Timers): Update previous change.
1991
33b2f4ea
KS
19922004-12-30 Kim F. Storm <storm@cua.dk>
1993
1994 * display.texi (Line Height): Total line-height is now specified
1995 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
1996 in cons cells. (nil . RATIO) is relative to actual line height.
1997 Use line-height `t' instead of `0' to get minimum height.
1998
99ec74b9
RS
19992004-12-29 Richard M. Stallman <rms@gnu.org>
2000
2001 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
2002
eab463f6
RS
20032004-12-28 Richard M. Stallman <rms@gnu.org>
2004
2005 * commands.texi (Quitting): Clarify value of with-local-quit.
2006
2007 * elisp.texi (Top): Fix previous change.
2008
2009 * loading.texi (Loading): Fix previous change.
2010
ebbd14f1
RS
20112004-12-27 Richard M. Stallman <rms@gnu.org>
2012
4ae98fc5
RS
2013 * Makefile.in (MAKEINFO): Specify --force.
2014
8f430046
RS
2015 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
2016
56011a8c
RS
2017 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
2018
2019 * display.texi (Line Height): Further clarify.
2020
2021 * elisp.texi (Top): Update Loading submenu.
2022
ebbd14f1
RS
2023 * loading.texi (Where Defined): New node.
2024 (Unloading): load-history moved to Where Defined.
2025
fda2922a
RS
20262004-12-21 Richard M. Stallman <rms@gnu.org>
2027
2028 * commands.texi (Event Input Misc): Add while-no-input.
2029
9eb8959a
RS
20302004-12-11 Richard M. Stallman <rms@gnu.org>
2031
2032 * display.texi (Line Height): Rewrite text for clarity.
2033
adf87c29
KS
20342004-12-11 Kim F. Storm <storm@cua.dk>
2035
2036 * display.texi (Display): Add node "Line Height" to menu.
2037 (Line Height): New node. Move full description of line-spacing
2038 and line-height text properties here from text.texi.
2039 (Scroll Bars): Add vertical-scroll-bar variable.
2040
2041 * frames.texi (Window Frame Parameters): Remove line-height defvar.
2042
2043 * locals.texi (Standard Buffer-Local Variables): Fix xref for
2044 line-spacing and vertical-scroll-bar.
2045
2046 * text.texi (Special Properties): Just mention line-spacing and
2047 line-height here, add xref to new "Line Height" node.
2048
31e4729e
TTN
20492004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
2050
2051 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
2052
2053 * locals.texi (Standard Buffer-Local Variables):
2054 Add @xref for `line-spacing'.
2055
cc60c723
RS
20562004-12-05 Richard M. Stallman <rms@gnu.org>
2057
2058 * Makefile.in (maintainer-clean): Remove the info files
2059 in $(infodir) where they are created.
2060
f6101ac9
RS
20612004-12-03 Richard M. Stallman <rms@gnu.org>
2062
2063 * windows.texi (Selecting Windows): get-lru-window and
2064 get-largest-window don't consider dedicated windows.
2065
2066 * text.texi (Undo): Document undo-in-progress.
2067
94221759
RS
20682004-11-26 Richard M. Stallman <rms@gnu.org>
2069
2070 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
2071 Remove a few vars that are not always buffer-local.
2072
7092c5e8
LT
20732004-11-24 Luc Teirlinck <teirllm@auburn.edu>
2074
2075 * locals.texi (Standard Buffer-Local Variables): Comment out
2076 xref's to non-existent node `Yet to be written'.
2077
261b01c6
RS
20782004-11-24 Richard M. Stallman <rms@gnu.org>
2079
2080 * processes.texi (Synchronous Processes): Grammar fix.
2081
2082 * numbers.texi (Comparison of Numbers): Add eql.
2083
2084 * locals.texi (Standard Buffer-Local Variables): Add many vars.
2085
2086 * intro.texi (Printing Notation): Fix previous change.
2087
2088 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
2089 and default-indicate-buffer-boundaries from here.
2090 (Usual Display): To here.
2091 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
2092 (Usual Display): Move tab-width up.
2093
2094 * customize.texi (Variable Definitions): Replace
2095 show-paren-mode example with tooltip-mode.
7092c5e8 2096 (Simple Types, Composite Types, Defining New Types):
261b01c6 2097 Minor cleanups.
7092c5e8 2098
c1aa4864
JH
20992004-11-21 Jesper Harder <harder@ifa.au.dk>
2100
2101 * processes.texi (Synchronous Processes, Output from Processes):
2102 Markup fix.
2103
dedbac89
RS
21042004-11-20 Richard M. Stallman <rms@gnu.org>
2105
07c8c65a
RS
2106 * positions.texi (Skipping Characters): skip-chars-forward
2107 now handles char classes.
2108
8f40a868
RS
2109 * intro.texi (Printing Notation): Avoid confusion of `print'
2110 when explaining @print.
2111
2112 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
2113
2114 * display.texi (Display Table Format): Minor fix.
2115
2116 * streams.texi (Output Functions): Fix print example.
2117
fd6866c8
RS
2118 * Makefile.in (elisp): New target.
2119 (dist): Depend on $(infodir)/elisp, not elisp.
2120 Copy the info files from $(infodir).
2121
9d00469f
RS
2122 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
2123 read-from-minibuffer.
2124
dedbac89
RS
2125 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
2126
6de891db
RS
21272004-11-19 Richard M. Stallman <rms@gnu.org>
2128
2129 * searching.texi (Regexp Search): Add search-whitespace-regexp.
2130
e1c1c5a7
TTN
21312004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
2132
2133 * tips.texi (Coding Conventions): Fix typo.
2134
ee31cd78
RS
21352004-11-16 Richard M. Stallman <rms@gnu.org>
2136
2137 * tips.texi (Coding Conventions): Separate defvar and require
2138 methods to avoid warnings. Use require only when there are many
2139 functions and variables from that package.
2140
2141 * minibuf.texi (Minibuffer Completion): When ignoring case,
2142 predicate must not be case-sensitive.
2143
2144 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
2145 (Test Coverage): Don't talk about "splotches". Clarified.
2146
4bd38e94
TTN
21472004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
2148
2149 * frames.texi (Window Frame Parameters): Fix typo.
2150
6d073ae1
KS
21512004-11-15 Kim F. Storm <storm@cua.dk>
2152
9f89426b
KS
2153 * symbols.texi (Other Plists): Note that plist-get may signal error.
2154 Add safe-plist-get.
6d073ae1 2155
10980463
TTN
21562004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
2157
2158 * modes.texi (Font Lock Basics): Fix typo.
2159
1efc19eb
RS
21602004-11-08 Richard M. Stallman <rms@gnu.org>
2161
2162 * syntax.texi (Syntax Table Functions): Add syntax-after.
2163
6159c232
EZ
21642004-11-06 Lars Brinkhoff <lars@nocrew.org>
2165
2166 * os.texi (Processor Run Time): New section documenting
2167 get-internal-run-time.
2168
59dede22
EZ
21692004-11-06 Eli Zaretskii <eliz@gnu.org>
2170
2171 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
2172 it nukes elisp-cover.texi.
2173 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
2174 elisp-0 etc.
2175
4cc8522c
LT
21762004-11-05 Luc Teirlinck <teirllm@auburn.edu>
2177
2178 * commands.texi (Keyboard Macros): Document `append' return value
2179 of `defining-kbd-macro'.
2180
2d1ef312
RS
21812004-11-01 Richard M. Stallman <rms@gnu.org>
2182
2183 * commands.texi (Interactive Call): Add called-interactively-p.
2184
6f4e005d
SJ
21852004-10-29 Simon Josefsson <jas@extundo.com>
2186
2187 * minibuf.texi (Reading a Password): Revert.
2188
4f71c13f
RS
21892004-10-28 Richard M. Stallman <rms@gnu.org>
2190
2191 * frames.texi (Display Feature Testing): Explain about "vendor".
2192
4660a9e3
RS
21932004-10-27 Richard M. Stallman <rms@gnu.org>
2194
2195 * commands.texi (Interactive Codes): `N' uses numeric prefix,
2196 not raw. Clarify `n'.
2197 (Interactive Call): Rewrite interactive-p, focusing on when
2198 and how to use it.
2199 (Misc Events): Clarify previous change.
2200
2201 * advice.texi (Simple Advice): Clarify what job the example does.
2202 (Around-Advice): Clarify ad-do-it.
2203 (Activation of Advice): An option of ad-default-compilation-action
2204 is `never', not `nil'.
2205
c8636435
KS
22062004-10-26 Kim F. Storm <storm@cua.dk>
2207
2208 * commands.texi (Interactive Codes): Add U code letter.
2209
acd4089b
SJ
22102004-10-25 Simon Josefsson <jas@extundo.com>
2211
2212 * minibuf.texi (Reading a Password): Add.
2213
29dc7809
JR
22142004-10-24 Jason Rumney <jasonr@gnu.org>
2215
2216 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
2217 and wheel-down.
2218
bb5d6d34
KG
22192004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
2220
2221 * processes.texi (Synchronous Processes): Document process-file.
2222
d0ee2ed3
KH
22232004-10-22 Kenichi Handa <handa@m17n.org>
2224
2225 * text.texi (translate-region): Document that it accepts also a
2226 char-table.
2227
38be9dbb
DP
22282004-10-22 David Ponce <david@dponce.com>
2229
2230 * windows.texi (Resizing Windows): Document the `preserve-before'
2231 argument of the functions `enlarge-window' and `shrink-window'.
2232
63c80452
JR
22332004-10-19 Jason Rumney <jasonr@gnu.org>
2234
2235 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
2236
9f4b6e73
LT
22372004-10-09 Luc Teirlinck <teirllm@auburn.edu>
2238
2239 * text.texi (Filling): Add anchor for definition of
2240 `sentence-end-double-space'.
2241
2242 * searching.texi (Regexp Example): Update description of how
2243 Emacs currently recognizes the end of a sentence.
2244 (Standard Regexps): Update definition of the variable
2245 `sentence-end'. Add definition of the function `sentence-end'.
2246
657f0f9c
EZ
22472004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
2248
2249 * display.texi (Progress): New node.
2250
35ab4857
KS
22512004-10-05 Kim F. Storm <storm@cua.dk>
2252
2253 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
2254
f2a54fbc
KS
22552004-09-29 Kim F. Storm <storm@cua.dk>
2256
2257 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
2258 to identify bitmaps. Remove -fringe-bitmap suffix for standard
2259 fringe bitmap symbols, as they now have their own namespace.
2260 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
2261 vs. pixels. Signal error if no free bitmap slots.
2262 (Pixel Specification): Change IMAGE to @var{image}.
2263
4676d6f3
RS
22642004-09-28 Richard M. Stallman <rms@gnu.org>
2265
2266 * text.texi (Special Properties): Clarify line-spacing and line-height.
2267
2268 * searching.texi (Regexp Search): Add looking-back.
2269
17234906
LT
22702004-09-25 Luc Teirlinck <teirllm@auburn.edu>
2271
2272 * display.texi: Correct typos.
2273 (Image Descriptors): Correct xref's.
2274
4de43c8b
RS
22752004-09-25 Richard M. Stallman <rms@gnu.org>
2276
2277 * text.texi (Special Properties): Cleanups in `cursor'.
2278 Rewrites in `line-height' and `line-spacing'; exchange them.
2279
2280 * display.texi (Fringes): Rewrite previous change.
2281 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
2282 (Display Fringe Bitmaps): Node deleted, text moved.
2283 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
2284 (Scroll Bars): Clarify set-window-scroll-bars.
2285 (Pointer Shape): Rewrite.
2286 (Specified Space): Clarify :align-to, etc.
2287 (Pixel Specification): Use @var. Clarify new text.
2288 (Other Display Specs): Clarify `slice'.
2289 (Image Descriptors): Cleanups.
2290 (Showing Images): Cleanups.
2291
a3ee0299
LT
22922004-09-24 Luc Teirlinck <teirllm@auburn.edu>
2293
e88ebce6
LT
2294 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
2295
a3ee0299
LT
2296 * modes.texi: Various minor changes in addition to:
2297 (Major Mode Conventions): Final call to `run-mode-hooks' should
2298 not be inside the `delay-mode-hooks' form.
2299 (Mode Hooks): New node.
2300 (Hooks): Delete obsolete example.
2301 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
2302 node "Mode Hooks".
2303
6db2bc02
LT
23042004-09-22 Luc Teirlinck <teirllm@auburn.edu>
2305
2306 * display.texi: Correct various typos.
2307 (Display): Rename node "Pointer Shapes" to "Pointer
2308 Shape". (There is already a node called "Pointer Shapes" in
2309 frames.texi.)
2310 (Images): Remove non-existent node "Image Slices" from menu.
2311
ed2846bd
KS
23122004-09-23 Kim F. Storm <storm@cua.dk>
2313
2314 * text.texi (Special Properties): Add `cursor', `pointer',
2315 `line-height', and `line-spacing' properties.
2316
2317 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
2318 Shapes' to menu.
2319 (Standard Faces): Doc fix for fringe face.
2320 (Fringes): Add `overflow-newline-into-fringe' and
2321 'indicate-buffer-boundaries'.
2322 (Fringe Bitmaps, Pointer Shapes): New nodes.
2323 (Display Property): Add 'Pixel Specification' and 'Display Fringe
2324 Bitmaps' to menu.
2325 (Specified Space): Describe pixel width and height.
2326 (Pixel Specification): New node.
2327 (Other Display Specs): Add `slice' property.
2328 (Display Fringe Bitmaps): New node.
2329 (Images): Add 'Image Slices' to menu.
2330 (Image Descriptors): Add `:pointer' and `:map' properties.
2331 (Showing Images): Add slice arg to `insert-image'. Add
2332 'insert-sliced-image'.
2333
4d894c98
RS
23342004-09-20 Richard M. Stallman <rms@gnu.org>
2335
2336 * commands.texi (Key Sequence Input):
2337 Clarify downcasing in read-key-sequence.
2338
7e388eb7
JL
23392004-09-08 Juri Linkov <juri@jurta.org>
2340
2341 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
2342
a020987f
LT
23432004-09-07 Luc Teirlinck <teirllm@auburn.edu>
2344
2345 * locals.texi (Standard Buffer-Local Variables): Add
2346 `buffer-auto-save-file-format'.
2347 * internals.texi (Buffer Internals): Describe new
2348 auto_save_file_format field of the buffer structure.
2349 * files.texi (Format Conversion): `auto-save-file-format' has been
2350 renamed `buffer-auto-save-file-format'.
2351
2b96f80c
LT
23522004-08-27 Luc Teirlinck <teirllm@auburn.edu>
2353
2354 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
2355 an integer or a marker.
2356 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
2357
2ee3b79e
RS
23582004-08-22 Richard M. Stallman <rms@gnu.org>
2359
2360 * modes.texi (Major Mode Conventions): Discuss rebinding of
2361 standard key bindings.
2362
c438dc33
KS
23632004-08-18 Kim F. Storm <storm@cua.dk>
2364
2365 * processes.texi (Accepting Output): Add `just-this-one' arg to
2366 `accept-process-output'.
101c421e 2367 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 2368
db8af011
LT
23692004-08-10 Luc Teirlinck <teirllm@auburn.edu>
2370
2371 * keymaps.texi: Various changes in addition to:
2372 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
2373 Give more varied examples for `kbd'.
2374 (Creating Keymaps): Char tables have slots for all characters
2375 without modifiers.
2376 (Active Keymaps): `overriding-local-map' and
2377 `overriding-terminal-local-map' also override text property and
2378 overlay keymaps.
2379 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
2380 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
2381 to denote a prefix of no events.
2382 `map-keymap' includes parent's bindings _recursively_.
2383 Clarify and correct description of `where-is-internal'.
2384 Mention BUFFER-OR-NAME arg to `describe-bindings'.
2385 (Menu Example): For menus intended for use with the keyboard, the
2386 menu items should be bound to characters or real function keys.
2387
de700726
LT
23882004-08-08 Luc Teirlinck <teirllm@auburn.edu>
2389
30e75a87
LT
2390 * objects.texi (Character Type): Reposition `@anchor' to prevent
2391 double space inside sentence in Info.
2392
de700726
LT
2393 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
2394 renamed to `disabled-command-function'.
7c5b95c9 2395 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
2396 (Command Loop Info): Replace reference to it.
2397 (Disabling Commands): `disabled-command-hook' has been renamed to
2398 `disabled-command-function'.
2399
81909a1a
LT
24002004-08-07 Luc Teirlinck <teirllm@auburn.edu>
2401
2402 * os.texi (Translating Input): Only non-prefix bindings in
2403 `key-translation-map' override actual key bindings. Warn about
2404 possible indirect effect of actual key bindings on non-prefix
2405 bindings in `key-translation-map'.
2406
5504e99c
LT
24072004-08-06 Luc Teirlinck <teirllm@auburn.edu>
2408
2409 * minibuf.texi (High-Level Completion): Add anchor for definition
2410 of `read-variable'.
2411
2412 * commands.texi: Various changes in addition to:
2413 (Using Interactive): Clarify description of `interactive-form'.
2414 (Interactive Call): Mention default for KEYS argument to
2415 `call-interactively'.
2416 (Command Loop Info): Clarify description of `this-command-keys'.
2417 Mention KEEP-RECORD argument to `clear-this-command-keys'.
2418 Value of `last-event-frame' can be `macro'.
2419 (Repeat Events): `double-click-fuzz' is also used to distinguish
2420 clicks and drags.
2421 (Classifying Events): Clarify descriptions of `event-modifiers'
2422 `event-basic-type' and `event-convert-list'.
2423 (Accessing Events): `posn-timestamp' takes POSITION argument.
2424 (Quoted Character Input): Clarify description of
2425 `read-quoted-char' and fix example.
2426 (Quitting): Add `with-local-quit'.
2427 (Disabling Commands): Correct and clarify descriptions of
2428 `enable-command' and `disable-command'.
2429 Mention what happens if `disabled-command-hook' is nil.
2430 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
2431 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
2432
f478a72a
LT
24332004-07-24 Luc Teirlinck <teirllm@auburn.edu>
2434
2435 * frames.texi: Various changes in addition to:
2436 (Creating Frames): Expand and clarify description of `make-frame'.
2437 (Window Frame Parameters): Either none or both of the `icon-left'
2438 and `icon-top' parameters must be specified. Put descriptions of
2439 `menu-bar-lines' and `toolbar-lines' closer together and change
2440 them accordingly.
2441 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
2442 except while processing `frame-title-format' or `icon-title-format'.
2443 (Deleting Frames): Correct description of `delete-frame'.
2444 Non-nil return values of `frame-live-p' are like those of `framep'.
2445 (Frames and Windows): mention return value of
2446 `set-frame-selected-window'.
2447 (Visibility of Frames): Mention `force' argument to
2448 `make-frame-invisible'. `frame-visible-p' returns t for all
2449 frames on text-only terminals.
2450 (Frame Configurations): Restoring a frame configuration does not
2451 restore deleted frames.
2452 (Window System Selections): `x-set-selection' returns DATA.
2453 (Resources): Add example.
2454 (Display Feature Testing): Clarify descriptions of
2455 `display-pixel-height', `display-pixel-width', `x-server-version'
2456 and `x-server-vendor'.
2457
2458 * windows.texi (Choosing Window): Add anchor.
2459 * minibuf.texi (Minibuffer Misc): Add anchor.
2460
bc135062
JPW
24612004-07-23 John Paul Wallington <jpw@gnu.org>
2462
2463 * macros.texi (Defining Macros): Declaration keyword for setting
2464 Edebug spec is `debug' not `edebug'.
2465
cb7516e5
LT
24662004-07-19 Luc Teirlinck <teirllm@auburn.edu>
2467
2468 * windows.texi: Various small changes in addition to:
2469 (Window Point): Mention return value of `set-window-point'.
2470 (Window Start): `pos-visible-in-window-p' disregards horizontal
2471 scrolling. Explain return value if PARTIALLY is non-nil.
2472 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
2473 and `set-window-vscroll'.
2474 (Size of Window): The argument WINDOW to `window-inside-edges',
2475 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
2476 (Resizing Windows): Explain return value of
2477 `shrink-window-if-larger-than-buffer'.
2478 `window-size-fixed' automatically becomes buffer local when set.
2479 (Window Configurations): Explain return value of
2480 `set-window-configuration'.
2481
2482 * minibuf.texi (Minibuffer Misc): Add anchor for
2483 `minibuffer-scroll-window'.
2484
2485 * positions.texi (Text Lines): Add anchor for `count-lines'.
2486
3751eb00
RS
24872004-07-17 Richard M. Stallman <rms@gnu.org>
2488
2489 * display.texi (Overlay Properties): Adding `evaporate' prop
2490 deletes empty overlay immediately.
2491
2492 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
2493 fix example.
2494
9a7e97c6
LT
24952004-07-16 Jim Blandy <jimb@redhat.com>
2496
2497 * searching.texi (Regexp Backslash): Document new \_< and \_>
2498 operators.
2499
aa0e4da8
JB
25002004-07-16 Juanma Barranquero <lektu@terra.es>
2501
2502 * display.texi (Images): Fix Texinfo usage.
2503
cbbfedb2
LT
25042004-07-14 Luc Teirlinck <teirllm@auburn.edu>
2505
2506 * buffers.texi (Modification Time): `visited-file-modtime' now
2507 returns a list of two integers, instead of a cons.
2508
3a052bd3
LT
25092004-07-13 Luc Teirlinck <teirllm@auburn.edu>
2510
2511 * windows.texi: Various changes in addition to:
2512 (Splitting Windows): Add `split-window-keep-point'.
2513
02c04e6f
RS
25142004-07-09 Richard M. Stallman <rms@gnu.org>
2515
2516 * frames.texi (Input Focus): Minor fix.
2517
cb4f1287
LT
25182004-07-07 Luc Teirlinck <teirllm@auburn.edu>
2519
2520 * frames.texi (Input Focus): Clarify descriptions of
2521 `select-frame-set-input-focus' and `select-frame'.
2522
339902ec
LT
25232004-07-06 Luc Teirlinck <teirllm@auburn.edu>
2524
2525 * os.texi: Various small changes in addition to:
2526 (Killing Emacs): Expand and clarify description of
2527 `kill-emacs-query-functions' and `kill-emacs-hook'.
2528 (System Environment): Expand and clarify description of `getenv'
2529 and `setenv'.
2530 (Timers): Clarify description of `run-at-time'.
2531 (Translating Input): Correct description of
2532 `extra-keyboard-modifiers'.
2533 (Flow Control): Correct description of `enable-flow-control'.
2534
fe3b7e35
TTN
25352004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
2536
2537 * os.texi: Update copyright.
2538 (Session Management): Grammar fix.
2539 Clarify which Emacs does the restarting.
2540 Use @samp for *scratch* buffer.
2541
59db7d6e
LT
25422004-07-04 Alan Mackenzie <acm@muc.de>
2543
2544 * frames.texi (Input Focus): Add documentation for
2545 `select-frame-set-input-focus'. Replace refs to non-existent
2546 `switch-frame' with `select-frame'. Minor corrections and tidying
2547 up of text-only terminal stuff.
2548
e3ccf404
RS
25492004-07-02 Richard M. Stallman <rms@gnu.org>
2550
2551 * files.texi (Saving Buffers): Cleanup write-contents-function.
2552 (Magic File Names): Cleanup file-remote-p.
2553
8addb6eb
KG
25542004-07-02 Kai Grossjohann <kai@emptydomain.de>
2555
2556 * files.texi (Magic File Names): `file-remote-p' returns an
2557 identifier of the remote system, not just t.
2558
7a58d84d
DK
25592004-07-02 David Kastrup <dak@gnu.org>
2560
2561 * searching.texi (Entire Match Data): Add explanation about new
2562 match-data behavior when @var{integers} is non-nil.
2563
d8c379f8
RS
25642004-06-24 Richard M. Stallman <rms@gnu.org>
2565
b4a4b0ae
RS
2566 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
2567
d8c379f8
RS
2568 * customize.texi (Variable Definitions): Note about doc strings
2569 and :set.
2570
2571 * keymaps.texi (Keymap Terminology): Document `kbd'.
2572 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
2573
2574 * display.texi (Invisible Text): Setting buffer-invisibility-spec
2575 makes it buffer-local.
2576
2577 * files.texi (Saving Buffers): Correct previous change.
2578
2579 * commands.texi (Accessing Events):
2580 Clarify posn-col-row and posn-actual-col-row.
2581
25822004-06-24 David Ponce <david.ponce@wanadoo.fr>
2583
2584 * commands.texi (Accessing Events): New functions
2585 posn-at-point and posn-at-x-y. Add example to posn-x-y.
2586
dce417e7
LT
25872004-06-23 Luc Teirlinck <teirllm@auburn.edu>
2588
2589 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
2590 * frames.texi, buffers.texi, backups.texi, variables.texi:
2591 * loading.texi, eval.texi, functions.texi, control.texi:
2592 * symbols.texi, minibuf.texi: Reposition @anchor's.
2593
2594 * help.texi: Various small changes in addition to the following.
2595 (Describing Characters): Describe PREFIX argument to
2596 `key-description'. Correct and clarify definition of
2597 `text-char-description'. Describe NEED-VECTOR argument to
2598 `read-kbd-macro'.
2599 (Help Functions): Clarify definition of `apropos'.
2600
255d07dc
LH
26012004-06-23 Lars Hansen <larsh@math.ku.dk>
2602
2603 * files.texi (Saving Buffers): Correct description of
2604 `write-contents-functions'.
2605
4e9691e9
JB
26062004-06-21 Juanma Barranquero <lektu@terra.es>
2607
2608 * display.texi (Images): Remove redundant @vindex directives.
2609 Rewrite `image-library-alist' doc in active voice.
2610
1ebd4f78
JB
26112004-06-14 Juanma Barranquero <lektu@terra.es>
2612
2613 * display.texi (Images): Document new delayed library loading,
2614 variable `image-library-alist' and (existing but undocumented)
2615 function `image-type-available-p'.
2616
ddfb8369
RS
26172004-06-05 Richard M. Stallman <rms@gnu.org>
2618
2619 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
2620 refer the user to the Initial Input node.
2621 (Text from Minibuffer): Likewise.
2622 (Initial Input): New node. Document this feature
2623 and say it is mostly deprecated.
2624
18684a3a
RS
26252004-05-30 Richard M. Stallman <rms@gnu.org>
2626
7a61e456
RS
2627 * loading.texi (Named Features): Clarify return value
2628 and meaning of NOERROR.
2629
18684a3a
RS
2630 * variables.texi (File Local Variables): Minor cleanup.
2631
c8364415
MA
26322004-05-30 Michael Albinus <michael.albinus@gmx.de>
2633
2634 * files.texi (Magic File Names): Add `file-remote-p' as operation
2635 of file name handlers.
2636
08fd1251
RS
26372004-05-29 Richard M. Stallman <rms@gnu.org>
2638
2639 * modes.texi (Minor Mode Conventions): (-) has no special meaning
2640 as arg to a minor mode command.
2641
71d5a208
RS
26422004-05-22 Richard M. Stallman <rms@gnu.org>
2643
2644 * syntax.texi (Syntax Class Table): Word syntax not just for English.
2645
2646 * streams.texi (Output Variables): Doc float-output-format.
2647
2648 * searching.texi (Regexp Special): Nested repetition can be infloop.
2649
2650 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
2651 real stack overflow.
2652
2653 * compile.texi: Minor cleanups.
2654
26552004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
2656
2657 * lists.texi (Cons Cells): Explain dotted lists, true lists,
2658 circular lists.
2659 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 2660
022cb162
TTN
26612004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
2662
2663 * modes.texi (Search-based Fontification): Fix typo.
2664
aa7094ba
JB
26652004-05-10 Juanma Barranquero <lektu@terra.es>
2666
2667 * modes.texi (Mode Line Variables): Fix description of
2668 global-mode-string, which is now after which-func-mode, not the
2669 buffer name.
2670
c2383279
LH
26712004-05-07 Lars Hansen <larsh@math.ku.dk>
2672
2673 * modes.texi (Desktop Save Mode): Add.
2674 (Modes): Add menu entry Desktop Save Mode.
2675
2676 * hooks.texi: Add desktop-after-read-hook,
2677 desktop-no-desktop-file-hook and desktop-save-hook.
2678
2679 * locals.texi: Add desktop-save-buffer.
2680
058296d3
JH
26812004-04-30 Jesper Harder <harder@ifa.au.dk>
2682
2683 * display.texi: emacs -> Emacs.
2684
0c54865e
EZ
26852004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2686
2687 * files.texi (Changing Files): Document set-file-times.
2688
d814862a
JB
26892004-04-23 Juanma Barranquero <lektu@terra.es>
2690
2691 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2692
e8d6f886
JH
26932004-04-18 Jesper Harder <harder@ifa.au.dk>
2694
2695 * tips.texi (Coding Conventions): defopt -> defcustom.
2696
3a424014
LT
26972004-04-16 Luc Teirlinck <teirllm@auburn.edu>
2698
2699 * sequences.texi: Various clarifications.
2700
9e860631
LT
27012004-04-14 Luc Teirlinck <teirllm@auburn.edu>
2702
2703 * buffers.texi (Read Only Buffers): Mention optional ARG to
2704 `toggle-read-only'.
2705
5e30a0fb
NR
27062004-04-14 Nick Roberts <nick@nick.uklinux.net>
2707
9e860631 2708 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
2709 returns a full-width window if possible.
2710
619fb950
LT
27112004-04-13 Luc Teirlinck <teirllm@auburn.edu>
2712
2713 * buffers.texi: Various changes in addition to:
2714 (Buffer File Name): Add `find-buffer-visiting'.
2715 (Buffer Modification): Mention optional ARG to `not-modified'.
2716 (Indirect Buffers): Mention optional CLONE argument to
2717 `make-indirect-buffer'.
2718
2719 * files.texi: Various changes in addition to:
2720 (Visiting Functions): `find-file-hook' is now a normal hook.
2721 (File Name Expansion): Explain difference between the way that
2722 `expand-file-name' and `file-truename' treat `..'.
2723 (Contents of Directories): Mention optional ID-FORMAT argument to
2724 `directory-files-and-attributes'.
2725 (Format Conversion): Mention new optional CONFIRM argument to
2726 `format-write-file'.
2727
a2295d32
MB
27282004-04-12 Miles Bader <miles@gnu.org>
2729
2730 * macros.texi (Expansion): Add description of `macroexpand-all'.
2731
571fd4d5
JH
27322004-04-05 Jesper Harder <harder@ifa.au.dk>
2733
2734 * variables.texi (Variable Aliases): Mention
2735 cyclic-variable-indirection.
2736
2737 * errors.texi (Standard Errors): Ditto.
2738
4ba2fd66
LT
27392004-04-04 Luc Teirlinck <teirllm@auburn.edu>
2740
2741 * backups.texi: Various small changes in addition to:
2742 (Making Backups): Mention return value of `backup-buffer'.
2743 (Auto-Saving): Mention optional FORCE argument to
2744 `delete-auto-save-file-if-necessary'.
2745 (Reverting): Mention optional PRESERVE-MODES argument to
2746 `revert-buffer'. Correct description of `revert-buffer-function'.
2747
8f7ea687
JL
27482004-03-22 Juri Linkov <juri@jurta.org>
2749
2750 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
2751 with `Vector Functions'.
2752
2753 * text.texi (Sorting): Add missing quote.
2754
0eeca3c1
LT
27552004-03-14 Luc Teirlinck <teirllm@auburn.edu>
2756
2757 * intro.texi (Lisp History): Replace xref to `cl' manual with
2758 inforef.
2759
e69cfac2
RS
27602004-03-12 Richard M. Stallman <rms@gnu.org>
2761
2762 * intro.texi (Version Info): Add arg to emacs-version.
2763 (Lisp History): Change xref to CL manual.
2764
1b91d47f
LT
27652004-03-09 Luc Teirlinck <teirllm@auburn.edu>
2766
2767 * minibuf.texi (Completion Commands): Add xref to Emacs manual
2768 for Partial Completion mode.
2769
97073664
TTN
27702004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
2771
2772 * customize.texi: Fix typo. Remove eol whitespace.
2773
04a6e76b
RS
27742004-03-04 Richard M. Stallman <rms@gnu.org>
2775
2776 * processes.texi: Fix typos.
2777
2778 * lists.texi (Building Lists): Minor clarification.
2779
2780 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
2781 in make-hash-table.
2782
5bb0fcd1
JB
27832004-02-29 Juanma Barranquero <lektu@terra.es>
2784
2785 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
2786 rm, and ignore exit code.
2787
9022d421
EZ
27882004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
2789
2790 * display.texi (Defining Faces): Add description for min-colors.
2791 Update example.
2792
92f5fba2
LT
27932004-02-23 Luc Teirlinck <teirllm@auburn.edu>
2794
2795 * abbrevs.texi: Various corrections and clarifications in addition
2796 to the following:
2797 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
2798
7e83e178
GM
27992004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2800
2801 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
2802
9c5609e8
LT
28032004-02-21 Luc Teirlinck <teirllm@auburn.edu>
2804
e2b9b51f
LT
2805 * text.texi: Various small changes in addition to the following:
2806 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
2807 to delete-horizontal-space.
2808 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
2809 description of yank-handler text property at various places.
2810
7daa0e81
LT
2811 * frames.texi (Window System Selections): Add anchor.
2812
9c5609e8
LT
2813 * syntax.texi (Syntax Table Functions): Clarify and correct
2814 descriptions of make-syntax-table and copy-syntax-table.
2815 (Motion and Syntax): Clarify SYNTAXES argument to
2816 skip-syntax-forward.
2817 (Parsing Expressions): Mention that the return value of
2818 parse-partial-sexp is currently a list of ten rather than nine
2819 elements.
2820 (Categories): Various corrections and clarifications.
2821
d29edb21
LT
28222004-02-17 Luc Teirlinck <teirllm@auburn.edu>
2823
2824 * markers.texi (Marker Insertion Types): Minor change.
2825
2826 * locals.texi (Standard Buffer-Local Variables):
2827 * commands.texi (Interactive Codes, Using Interactive):
2828 * functions.texi (Related Topics): Fix xrefs.
2829
43e48bda
LT
28302004-02-16 Luc Teirlinck <teirllm@auburn.edu>
2831
2832 * lists.texi (Sets And Lists): Update description of delete-dups.
2833
84e34002
RS
28342004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2835
2836 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
2837
28382004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2839
2840 * frames.texi (Parameter Access): frame-parameters arg is optional.
2841 modify-frame-parameters handles nil for FRAME.
2842 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
2843 are all-or-nothing for certain toolkits.
2844 Mention parameter wait-for-wm.
2845 (Frames and Windows): In frame-first-window and frame-selected-window
2846 the arg is optional.
2847 (Input Focus): In redirect-frame-focus the second arg is optional.
2848 (Window System Selections): Mention selection type CLIPBOARD.
2849 Mention data-type UTF8_STRING.
2850 Mention numbering of cut buffers.
2851 (Resources): Describe x-resource-name.
2852
28532004-02-16 Richard M. Stallman <rms@gnu.org>
2854
2855 * windows.texi (Buffers and Windows): Delete false table
2856 about all-frames.
2857
2858 * syntax.texi (Parsing Expressions): Delete old caveat
2859 about parse-sexp-ignore-comments.
2860
2861 * streams.texi (Output Variables): Add print-quoted.
2862
2863 * lists.texi (Building Lists): Minor cleanup.
2864
2865 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
2866
2867 * display.texi (Overlays): Explain overlays use markers.
2868 (Managing Overlays): Explain front-advance and rear-advance
2869 in more detail.
2870
2871 * loading.texi (Unloading): Document unload-feature-special-hooks.
2872 Get rid of fns-NNN.el file.
2873
28742004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2875
2876 * help.texi (Describing Characters): Fix text-char-description
2877 example output.
2878
2879 * edebug.texi (Using Edebug): Fix example.
2880
2881 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 2882
84e34002
RS
2883 * files.texi (Changing Files): Fix argname.
2884
2885 * calendar.texi: Fix parens, and default values.
2886
2887 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
2888 * nonascii.texi, objects.texi, os.texi: Minor fixes.
2889 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
2890
2891 * positions.texi (Text Lines): Don't add -1 in current-line.
2892
28932004-02-16 Richard M. Stallman <rms@gnu.org>
2894
2895 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
2896
c33b76da
EZ
28972004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2898
2899 * processes.texi (Low-Level Network): Fix a typo.
2900
9d7271e8
KS
29012004-02-12 Kim F. Storm <storm@cua.dk>
2902
2903 * display.texi (Fringes): Use consistent wording.
2904 Note that window-fringe's window arg is optional.
2905 (Scroll Bars): Use consistent wording.
2906
6827d730
LT
29072004-02-11 Luc Teirlinck <teirllm@auburn.edu>
2908
2909 * tips.texi (Comment Tips): Document the new conventions for
2910 commenting out code.
2911
1cb60b5a
JD
29122004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2913
2914 * positions.texi (Text Lines): Added missing end defun.
2915
7fdd1f62
KS
29162004-02-07 Kim F. Storm <storm@cua.dk>
2917
2918 * positions.texi (Text Lines): Add line-number-at-pos.
2919
eb3c144c
JPW
29202004-02-06 John Paul Wallington <jpw@gnu.org>
2921
2922 * display.texi (Button Properties, Button Buffer Commands):
2923 mouse-2 invokes button, not down-mouse-1.
2924
a1d38d63
JR
29252004-02-04 Jason Rumney <jasonr@gnu.org>
2926
2927 * makefile.w32-in: Sync with Makefile.in changes.
2928
4b574f3d
LT
29292004-02-03 Luc Teirlinck <teirllm@auburn.edu>
2930
2931 * minibuf.texi (Text from Minibuffer): Various corrections and
2932 clarifications.
2933 (Object from Minibuffer): Correct Lisp description of
2934 read-minibuffer.
2935 (Minibuffer History): Clarify description of cons values for
2936 HISTORY arguments.
2937 (Basic Completion): Various corrections and clarifications. Add
2938 completion-regexp-list.
2939 (Minibuffer Completion): Correct and clarify description of
2940 completing-read.
6f6b0433 2941 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
2942 other minor changes.
2943 (High-Level Completion): Various corrections and clarifications.
2944 (Reading File Names): Ditto.
2945 (Minibuffer Misc): Ditto.
2946
d8186297
LT
29472004-01-26 Luc Teirlinck <teirllm@auburn.edu>
2948
2949 * strings.texi (Text Comparison): assoc-string also matches
2950 elements of alists that are strings instead of conses.
2951 (Formatting Strings): Standardize Texinfo usage. Update index
2952 entries.
2953
9adcb5f2
LT
29542004-01-20 Luc Teirlinck <teirllm@auburn.edu>
2955
2956 * lists.texi (Sets And Lists): Add delete-dups.
2957
3e7274ae
LT
29582004-01-15 Luc Teirlinck <teirllm@auburn.edu>
2959
2960 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
2961 special form.
2962 * macros.texi (Defining Macros): Update description of `declare',
2963 which now is a macro.
2964 (Wrong Time): Fix typos.
2965
944e099f
LT
29662004-01-14 Luc Teirlinck <teirllm@auburn.edu>
2967
2968 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 2969 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
2970 and `batch-byte-compile'. In particular, mention and describe
2971 all optional arguments.
2972 (Disassembly): Correct and clarify the description of `disassemble'.
2973
90c3aa59
LT
29742004-01-11 Luc Teirlinck <teirllm@auburn.edu>
2975
2976 * searching.texi: Various small changes in addition to the
2977 following.
2978 (Regexp Example): Adapt to new value of `sentence-end'.
2979 (Regexp Functions): The PAREN argument to `regexp-opt' can be
2980 `words'.
2981 (Search and Replace): Add usage note for `perform-replace'.
2982 (Entire Match Data): Mention INTEGERS and REUSE arguments to
2983 `match-data'.
2984 (Standard Regexps): Update for new values of `paragraph-start'
2985 and `sentence-end'.
2986
583c353d
LT
29872004-01-07 Luc Teirlinck <teirllm@auburn.edu>
2988
2989 * files.texi (Saving Buffers): Clarify descriptions of
2990 `write-contents-functions' and `before-save-hook'.
2991 Make the defvar's for `before-save-hook' and `after-save-hook'
2992 into defopt's.
2993
05faee07
KS
29942004-01-07 Kim F. Storm <storm@cua.dk>
2995
2996 * commands.texi (Click Events): Describe new image and
2997 width/height elements of click events.
2998 (Accessing Events): Add posn-string, posn-image, and
2999 posn-object-width-height. Change posn-object to return either
3000 image or string object.
3001
a0465ec3
SJ
30022004-01-01 Simon Josefsson <jas@extundo.com>
3003
3004 * hooks.texi (Standard Hooks): Add before-save-hook.
3005 * files.texi (Saving Buffers): Likewise.
3006
972c0c49
RS
30072004-01-03 Richard M. Stallman <rms@gnu.org>
3008
3009 * frames.texi (Frames and Windows): Delete frame-root-window.
3010
dbcd463f
LT
30112004-01-03 Luc Teirlinck <teirllm@auburn.edu>
3012
3013 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
3014
3015 * functions.texi: Various small changes in addition to the
3016 following.
3017 (What Is a Function): `functionp' returns nil for macros. Clarify
3018 behavior of this and following functions for symbol arguments.
3019 (Function Documentation): Add `\' in front of (fn @var{arglist})
3020 and explain why.
3021 (Defining Functions): Mention DOCSTRING argument to `defalias'.
3022 Add anchor.
3023 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
3024
02c77ee9
MB
30252004-01-01 Miles Bader <miles@gnu.org>
3026
3027 * display.texi (Buttons): New section.
3028
903a1a91
AS
30292003-12-31 Andreas Schwab <schwab@suse.de>
3030
3031 * numbers.texi (Math Functions): sqrt reports a domain-error
3032 error.
3033 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
3034
697cf92a
LT
30352003-12-30 Luc Teirlinck <teirllm@auburn.edu>
3036
3f70fe82
LT
3037 * tips.texi (Documentation Tips): Update item on hyperlinks in
3038 documentation strings.
3039
697cf92a
LT
3040 * errors.texi (Standard Errors): Various small corrections and
3041 additions.
3042
3043 * control.texi: Various small changes in addition to the
3044 following.
3045 (Signaling Errors): Provide some more details on how `signal'
3046 constructs the error message. Add anchor to the definition of
3047 `signal'.
3048 (Error Symbols): Describe special treatment of `quit'.
3049 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
3050 to emphasize that it has to be a single form.
3051
3052 * buffers.texi: Add anchor.
3053
4d25144d
RS
30542003-12-29 Richard M. Stallman <rms@gnu.org>
3055
3056 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
3057 (Window Configurations): Add window-configuration-frame.
3058
3059 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
3060
3061 * text.texi (Examining Properties): Add get-char-property-and-overlay.
3062 Change arg name in get-char-property.
3063 (Special Properties): Update handling of keymap property.
3064
3065 * strings.texi (Modifying Strings): Add clear-string.
3066 (Text Comparison): Add assoc-string and remove
3067 assoc-ignore-case, assoc-ignore-representation.
3068
3069 * os.texi (Time of Day): Add set-time-zone-rule.
3070
3071 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 3072 report domain-error errors.
4d25144d 3073
697cf92a 3074 * nonascii.texi (Converting Representations):
4d25144d
RS
3075 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
3076 (Encoding and I/O): Add file-name-coding-system.
3077
3078 * modes.texi (Search-based Fontification): Explain that
3079 face specs are symbols with face names as values.
3080
3081 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
3082
3083 * lists.texi (Building Lists): remq moved elsewhere.
3084 (Sets And Lists): remq moved here.
3085 (Association Lists): Refer to assoc-string.
3086
3087 * internals.texi (Garbage Collection): Add memory-use-counts.
3088
3089 * frames.texi (Frames and Windows): Add set-frame-selected-window
3090 and frame-root-window.
3091
697cf92a 3092 * files.texi (Contents of Directories):
4d25144d
RS
3093 Add directory-files-and-attributes.
3094
3095 * display.texi (Refresh Screen): Add force-window-update.
3096 (Invisible Text): Explain about moving point out of invis text.
3097 (Overlay Properties): Add overlay-properties.
3098 (Managing Overlays): Add overlayp.
3099 (GIF Images): Invalid image number displays a hollow box.
3100
3101 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
3102 (Killing Buffers): Add buffer-live-p.
3103
67fafe38
MR
31042003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
3105
3106 * display.texi (Fringes): Fix typo "set-buffer-window".
3107
68e74f25
LT
31082003-12-24 Luc Teirlinck <teirllm@auburn.edu>
3109
3110 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
3111 * nonascii.texi, processes.texi, tips.texi, variables.texi:
3112 Add or change various xrefs and anchors.
3113
3114 * commands.texi: Replace all occurrences of @acronym{CAR} with
3115 @sc{car}, for consistency with the rest of the Elisp manual.
3116 `car' and `cdr' are historically acronyms, but are no longer
3117 widely thought of as such.
3118
3119 * internals.texi (Pure Storage): Mention that `purecopy' does not
3120 copy text properties.
3121 (Object Internals): Now 29 bits are used (in most implementations)
3122 to address Lisp objects.
3123
3124 * variables.texi (Variables with Restricted Values): New node.
3125
3126 * objects.texi (Lisp Data Types): Mention that certain variables
3127 can only take on a restricted set of values and add an xref to
3128 the new node "Variables with Restricted Values".
3129
3130 * eval.texi (Function Indirection): Describe the errors that
3131 `indirect-function' can signal.
3132 (Eval): Clarify the descriptions of `eval-region' and `values'.
3133 Describe `eval-buffer' instead of `eval-current-buffer' and
3134 mention `eval-current-buffer' as an alias for `current-buffer'.
3135 Correct the description and mention all optional arguments.
3136
697cf92a 3137 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
3138 following.
3139 (Converting Representations): Clarify behavior of
3140 `string-make-multibyte' and `string-to-multibyte' for unibyte all
3141 ASCII arguments.
3142 (Character Sets): Document the variable `charset-list' and adapt
3143 the definition of the function `charset-list' accordingly.
3144 (Translation of Characters): Clarify use of generic characters in
3145 `make-translation-table'. Clarify and correct the description of
3146 the use of translation tables in encoding and decoding.
3147 (User-Chosen Coding Systems): Correct and clarify the description
3148 of `select-safe-coding-system'.
3149 (Default Coding Systems): Clarify description of
3150 `file-coding-system-alist'.
3151
a62f71e4
LT
31522003-11-30 Luc Teirlinck <teirllm@auburn.edu>
3153
3154 * strings.texi (Text Comparison): Correctly describe when two
3155 strings are `equal'. Combine and clarify descriptions of
3156 `assoc-ignore-case' and `assoc-ignore-representation'.
3157
3158 * objects.texi (Non-ASCII in Strings): Clarify description of
3159 when a string is unibyte or multibyte.
3160 (Bool-Vector Type): Update examples.
3161 (Equality Predicates): Correctly describe when two strings are
3162 `equal'.
3163
19017752
LT
31642003-11-29 Luc Teirlinck <teirllm@auburn.edu>
3165
3166 * lists.texi (Building Lists): `append' no longer accepts integer
3167 arguments. Update the description of `number-sequence' to reflect
3168 recent changes.
3169 (Sets And Lists): Describe `member-ignore-case' after `member'.
3170
0f6a07a8
KS
31712003-11-27 Kim F. Storm <storm@cua.dk>
3172
3173 * commands.texi (Click Events): Click object may be an images.
3174 Describe (dx . dy) element of click positions.
3175 (Accessing Events): Remove duplicate posn-timestamp.
3176 New functions posn-object and posn-object-x-y.
3177
1ce7c819
KS
31782003-11-23 Kim F. Storm <storm@cua.dk>
3179
3180 * commands.texi (Click Events): Describe enhancements to event
3181 position lists, including new text-pos and (col . row) items.
3182 Mention left-fringe and right-fringe area events.
0f6a07a8 3183 (Accessing Events): New functions posn-area and
1ce7c819
KS
3184 posn-actual-col-row. Mention posn-timestamp. Mention that
3185 posn-point in non-text area still returns buffer position.
3186 Clarify posn-col-row.
3187
cae8ddbb
LH
31882003-11-21 Lars Hansen <larsh@math.ku.dk>
3189
3190 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
3191 * anti.texi (File Attributes): Describe removed parameter
3192 ID-FORMAT.
3193
f7f1a248
LT
31942003-11-20 Luc Teirlinck <teirllm@auburn.edu>
3195
68e74f25 3196 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
3197 a position, its buffer is ignored.
3198
3199 * markers.texi (Overview of Markers): Mention it here too.
3200
c5e2fb05
LT
32012003-11-12 Luc Teirlinck <teirllm@auburn.edu>
3202
3203 * numbers.texi (Numeric Conversions): Not just `floor', but also
3204 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
3205
e57d0aa8
LT
32062003-11-10 Luc Teirlinck <teirllm@auburn.edu>
3207
3208 * markers.texi (Creating Markers): Specify insertion type of
3209 created markers. Add xref to `Marker Insertion Types'.
3210 Second argument to `copy-marker' is optional.
3211 (Marker Insertion Types): Mention that most markers are created
3212 with insertion type nil.
3213 (The Mark): Correctly describe when `mark' signals an error.
3214 (The Region): Correctly describe when `region-beginning' and
3215 `region-end' signal an error.
3216
bb3612ec
LT
32172003-11-08 Luc Teirlinck <teirllm@auburn.edu>
3218
3219 * hash.texi (Creating Hash): Clarify description of `eql'.
3220 `makehash' is obsolete.
3221 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
3222
3223 * positions.texi (Point): Change description of `buffer-end', so
3224 that it is also correct for floating point arguments.
3225 (List Motion): Correct argument lists of `beginning-of-defun' and
3226 `end-of-defun'.
3227 (Excursions): Add xref to `Marker Insertion Types'.
3228 (Narrowing): Argument to `narrow-to-page' is optional.
3229
cfb8a797
LT
32302003-11-06 Luc Teirlinck <teirllm@auburn.edu>
3231
3232 * streams.texi (Output Streams): Clarify behavior of point for
3233 marker output streams.
3234
c6177909
LT
32352003-11-04 Luc Teirlinck <teirllm@auburn.edu>
3236
3237 * variables.texi (Defining Variables): Second argument to
3238 `defconst' is not optional.
3239 (Setting Variables): Mention optional argument APPEND to
3240 `add-to-list'.
3241 (Creating Buffer-Local): Expand description of
3242 `make-variable-buffer-local'.
3243 (Frame-Local Variables): Expand description of
3244 `make-variable-frame-local'.
3245 (Variable Aliases): Correct description of optional argument
3246 DOCSTRING to `defvaralias'. Mention return value of
3247 `defvaralias'.
3248 (File Local Variables): Add xref to `File variables' in Emacs
3249 Manual. Correct description of `hack-local-variables'. Mention
3250 `safe-local-variable' property. Mention optional second argument
3251 to `risky-local-variable-p'.
3252
b3645067
LT
32532003-11-03 Luc Teirlinck <teirllm@auburn.edu>
3254
3255 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
3256
10695e5c
EZ
32572003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
3258
3259 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
3260 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
3261 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
3262 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
3263 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 3264 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
3265 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
3266 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
3267 @acronym{FOO}.
3268
a2f4def1
LT
32692003-10-27 Luc Teirlinck <teirllm@auburn.edu>
3270
3271 * strings.texi (Creating Strings): Argument START to `substring'
3272 can not be `nil'. Expand description of
3273 `substring-no-properties'. Correct description of `split-string',
3274 especially with respect to empty matches. Prevent very bad line
3275 break in definition of `split-string-default-separators'.
3276 (Text Comparison): `string=' and `string<' also accept symbols as
3277 arguments.
3278 (String Conversion): More completely describe argument BASE in
3279 `string-to-number'.
5bb0fcd1 3280 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
3281 corresponding object. Clarify behavior of numeric prefix after
3282 `%' in `format'.
3283 (Case Conversion): The argument to `upcase-initials' can be a
3284 character.
3285
a2296bf9
KH
32862003-10-27 Kenichi Handa <handa@m17n.org>
3287
3288 * display.texi (Fontsets): Fix texinfo usage.
3289
885fef7c
KH
32902003-10-25 Kenichi Handa <handa@m17n.org>
3291
3292 * display.texi (Fontsets): Add description of the function
3293 set-fontset-font.
3294
0c6b7a1f
LT
32952003-10-23 Luc Teirlinck <teirllm@auburn.edu>
3296
3297 * display.texi (Temporary Displays): Add xref to `Documentation
3298 Tips'.
3299
3300 * functions.texi (Function Safety): Use inforef instead of pxref
3301 for SES.
3302
c3cda320
AS
33032003-10-23 Andreas Schwab <schwab@suse.de>
3304
3305 * Makefile.in (TEX, texinputdir): Don't define.
3306 (TEXI2DVI): Define.
3307 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
3308 add $(srcdir)/index.texi.
3309 ($(infodir)/elisp): Remove index.texi dependency.
3310 (elisp.dvi): Likewise. Use $(TEXI2DVI).
3311 (index.texi): Remove target.
3312 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
3313 (clean): Don't remove index.texi.
3314
c3cda320
AS
3315 * permute-index, index.perm: Remove.
3316 * index.texi: Rename from index.unperm.
3317
e5dadca7
LT
33182003-10-22 Luc Teirlinck <teirllm@auburn.edu>
3319
3320 * tips.texi (Documentation Tips): Document new behavior for face
3321 and variable hyperlinks in Help mode.
3322
6cfb0777
LT
33232003-10-21 Luc Teirlinck <teirllm@auburn.edu>
3324
3325 * objects.texi (Integer Type): Update for extra bit of integer range.
3326 (Character Type): Ditto.
3327
a6eeaa81 33282003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
3329
3330 * numbers.texi (Integer Basics): Add index entries for reading
3331 numbers in hex, octal, and binary.
3332
c8f9ba83
LK
33332003-10-16 Lute Kamstra <lute@gnu.org>
3334
3335 * modes.texi (Mode Line Format): Mention force-mode-line-update's
3336 argument.
3337
b52a26fb
LT
33382003-10-13 Luc Teirlinck <teirllm@auburn.edu>
3339
3340 * windows.texi (Choosing Window): Fix typo.
3341 * edebug.texi (Edebug Execution Modes): Fix typo.
3342
f7005886
RS
33432003-10-13 Richard M. Stallman <rms@gnu.org>
3344
3345 * windows.texi (Basic Windows): A window has fringe settings,
3346 display margins and scroll-bar settings.
3347 (Splitting Windows): Doc split-window return value.
3348 Clean up one-window-p.
3349 (Selecting Windows): Fix typo.
3350 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
3351 (Buffers and Windows): In set-window-buffer, explain effect
3352 on fringe settings and scroll bar settings.
3353 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
3354 (Choosing Window): Use defopt for pop-up-frame-function.
3355 For special-display-buffer-names, explain same-window and same-frame.
3356 Clarify window-dedicated-p return value.
3357 (Textual Scrolling): scroll-up and scroll-down can get an error.
3358 (Horizontal Scrolling): Clarify auto-hscroll-mode.
3359 Clarify set-window-hscroll.
3360 (Size of Window): Don't mention tool bar in window-height.
3361 (Coordinates and Windows): Explain what coordinates-in-window-p
3362 returns for fringes and display margins.
3363 (Window Configurations): Explain saving fringes, etc.
3364
3365 * tips.texi (Library Headers): Clean up Documentation.
3366
3367 * syntax.texi (Parsing Expressions): Clean up forward-comment
3368 and parse-sexp-lookup-properties.
3369
3370 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
3371
3372 * os.texi (System Environment): Clean up text for load-average errors.
3373
3374 * modes.texi (Hooks): Don't explain local hook details at front.
3375 Clarify run-hooks and run-hook-with-args a little.
3376 Clean up add-hook and remove-hook.
3377
3378 * edebug.texi (Edebug Execution Modes): Clarify t.
3379 Document edebug-sit-for-seconds.
3380 (Coverage Testing): Document C-x X = and =.
3381 (Instrumenting Macro Calls): Fix typo.
3382 (Specification List): Don't index the specification keywords.
3383
c989ebe9
KS
33842003-10-10 Kim F. Storm <storm@cua.dk>
3385
3386 * processes.texi (Network): Introduce make-network-process.
3387
f9525eef
LT
33882003-10-09 Luc Teirlinck <teirllm@auburn.edu>
3389
3390 * tips.texi (Library Headers): Fix typo.
3391
f008b925
LK
33922003-10-07 Juri Linkov <juri@jurta.org>
3393
3394 * modes.texi (Imenu): Mention imenu-create-index-function's
3395 default value. Explain submenus better.
3396
c22c5da6
LK
33972003-10-07 Lute Kamstra <lute@gnu.org>
3398
3399 * modes.texi (Faces for Font Lock): Fix typo.
3400 (Hooks): Explain how buffer-local hook variables can refer to
3401 global hook variables.
3402 Various minor clarifications.
3403
49247521
LK
34042003-10-06 Lute Kamstra <lute@gnu.org>
3405
3406 * tips.texi (Coding Conventions): Mention naming conventions for
3407 hooks.
3408
9296c947
LT
34092003-10-05 Luc Teirlinck <teirllm@auburn.edu>
3410
3411 * loading.texi (Library Search): Correct default value of
3412 load-suffixes.
3413 (Named Features): Fix typo.
3414
0e9b293a
RS
34152003-10-05 Richard M. Stallman <rms@gnu.org>
3416
3417 * loading.texi (Named Features): In `provide',
3418 say how to test for subfeatures.
3419 (Unloading): In unload-feature, use new var name
3420 unload-feature-special-hooks.
3421
49247521 34222003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
3423
3424 * modes.texi (Major Mode Conventions): Mention third way to set up
3425 Imenu.
3426 (Imenu): A number of small fixes.
3427 Delete documentation of internal variable imenu--index-alist.
3428 Document the return value format of imenu-create-index-function
3429 functions.
3430
ab8f7d5c
RS
34312003-09-30 Richard M. Stallman <rms@gnu.org>
3432
3433 * processes.texi (Network): Say what stopped datagram connections do.
3434
3435 * lists.texi (Association Lists): Clarify `assq-delete-all'.
3436
3437 * display.texi (Overlay Properties): Clarify `evaporate' property.
3438
49247521 34392003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
3440
3441 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 3442 constructs should be marked as risky.
86b9b767
LK
3443 Change cons cell into proper list.
3444 (Mode Line Variables): Change cons cell into proper list.
3445
49247521 34462003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
3447
3448 * modes.texi (Mode Line Data): Document the :propertize construct.
3449 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 3450 to match their order in the default mode-line-format.
bc3b02f9
LK
3451 Describe the new variables mode-line-position and mode-line-modes.
3452 Update the default values of mode-line-frame-identification,
3453 minor-mode-alist, and default-mode-line-format.
3454 (Properties in Mode): Mention the :propertize construct.
6142d1d0 3455
bc3b02f9 34562003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 3457
c22c5da6 3458 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
3459 * loading.texi, minibuf.texi, text.texi, variables.texi:
3460 Avoid @strong{Note:}.
3461
34622003-09-26 Richard M. Stallman <rms@gnu.org>
3463
3464 * keymaps.texi (Remapping Commands): Fix typo.
3465
41beda59
LT
34662003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
3467
3468 * processes.texi (Low-Level Network): Fix typo.
3469
ef6ae4ff
KS
34702003-09-23 Kim F. Storm <storm@cua.dk>
3471
3472 * processes.texi (Network, Network Servers): Fix typos.
3473 (Low-Level Network): Add timeout value for :server keyword.
3474 Add new option keywords to make-network-process.
3475 Add set-network-process-options.
3476 Explain how to test availability of network options.
3477
b0f23edf
RS
34782003-09-19 Richard M. Stallman <rms@gnu.org>
3479
3480 * text.texi (Motion by Indent): Arg to
3481 backward-to-indentation and forward-to-indentation is optional.
3482
3483 * strings.texi (Creating Strings): Add substring-no-properties.
3484
3485 * processes.texi
3486 (Process Information): Add list-processes arg QUERY-ONLY.
3487 Delete process-contact from here.
3488 Add new status values for process-status.
3489 Add process-get, process-put, process-plist, set-process-plist.
3490 (Synchronous Processes): Add call-process-shell-command.
3491 (Signals to Processes): signal-process allows process objects.
3492 (Network): Complete rewrite.
3493 (Network Servers, Datagrams, Low-Level Network): New nodes.
3494
3495 * positions.texi (Word Motion): forward-word, backward-word
3496 arg is optional. Reword.
3497
3498 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
3499
c22c5da6 3500 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
3501 Delete duplicate definition of buffer-local-value.
3502 (File Local Variables): Explain about discarding text props.
3503
f387bdea
RS
35042003-09-11 Richard M. Stallman <rms@gnu.org>
3505
3506 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
3507 changes variables that record input events.
3508 (Minibuffer Misc): Add minibuffer-selected-window.
3509
3510 * lists.texi (Building Lists): Add copy-tree.
3511
3512 * display.texi (Fontsets): Add char-displayable-p.
3513 (Scroll Bars): New node.
3514
49247521 35152003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
3516
3517 * modes.texi (%-Constructs): Document new `%i' and `%I'
3518 constructs.
3519
fd026ee1
JR
35202003-09-03 Peter Runestig <peter@runestig.com>
3521
3522 * makefile.w32-in: New file.
3523
4828b4d7
RS
35242003-08-29 Richard M. Stallman <rms@gnu.org>
3525
3526 * display.texi (Overlay Properties): Clarify how priorities
3527 affect use of the properties.
3528
a4e4f05d
LT
35292003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
3530
3531 * customize.texi (Type Keywords): Correct the description of
3532 `:help-echo' in the case where `motion-doc' is a function.
3533
3ebe0346
JPW
35342003-08-14 John Paul Wallington <jpw@gnu.org>
3535
3536 * modes.texi (Emulating Mode Line): Subsection, not section.
3537
3afe8e39
RS
35382003-08-13 Richard M. Stallman <rms@gnu.org>
3539
3540 * elisp.texi (Top): Update subnode lists in menu.
3541
3542 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
3543 (Kill Functions): kill-region has new arg yank-handler.
3544 (Yanking): New node.
3545 (Yank Commands): Add yank-undo-function.
3546 (Low-Level Kill Ring):
3547 kill-new and kill-append have new arg yank-handler.
3548 (Changing Properties): Add remove-list-of-text-properties.
3549 (Atomic Changes): New node.
3550
3551 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
3552
3553 * streams.texi (Output Variables): Add eval-expression-print-length
3554 and eval-expression-print-level.
3555
3556 * os.texi (Time Conversion): For encode-time, explain limits on year.
3557
3558 * objects.texi (Character Type): Define anchor "modifier bits".
3559
3560 * modes.texi (Emulating Mode Line): New node.
3561 (Search-based Fontification): Font Lock uses font-lock-face property.
3562 (Other Font Lock Variables): Likewise.
3563
3564 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
3565 not vectors.
3566 (Active Keymaps): Add emulation-mode-map-alists.
3567 (Functions for Key Lookup): key-binding has new arg no-remap.
3568 (Remapping Commands): New node.
3569 (Scanning Keymaps): where-is-internal has new arg no-remap.
3570 (Tool Bar): Add tool-bar-local-item-from-menu.
3571 Clarify when to use tool-bar-add-item-from-menu.
3572
3573 * commands.texi (Interactive Call): commandp has new arg.
3574 (Command Loop Info): Add this-original-command.
3575
e37769b1
JPW
35762003-08-06 John Paul Wallington <jpw@gnu.org>
3577
3578 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
3579
3580 * display.texi (Warning Basics): Fix typo.
3581 (Fringes): Add closing curly bracket and fix typo.
3582
3583 * elisp.texi (Top): Fix typo.
3584
c5e0561f
RS
35852003-08-05 Richard M. Stallman <rms@gnu.org>
3586
3587 * elisp.texi: Update lists of subnodes.
3588
3589 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
3590
3591 * variables.texi (Local Variables): Use lc for example variable names.
3592
3593 * tips.texi (Library Headers): Explain where to put -*-.
3594
3595 * strings.texi (Creating Strings): Fix xref for vconcat.
3596
3597 * sequences.texi (Vector Functions):
3598 vconcat no longer allows integer args.
3599
3600 * minibuf.texi (Reading File Names): read-file-name has new
3601 arg PREDICATE. New function read-directory-name.
3602
3603 * macros.texi (Defining Macros): Give definition of `declare'
3604 (Indenting Macros): New node.
3605
3606 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
3607 (Window Frame Parameters): Make separate table of parameters
3608 that are coupled with specific face attributes.
3609 (Deleting Frames): delete-frame-hooks renamed to
3610 delete-frame-functions.
3611
3612 * files.texi (Magic File Names): Add file-remote-p.
3613 Clarify file-local-copy.
3614
3615 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
3616 here; instead xref Defining Macros.
3617
3618 * display.texi (Warnings): New node, and subnodes.
3619 (Fringes): New node.
3620
3621 * debugging.texi (Test Coverage): New node.
3622
3623 * compile.texi (Compiler Errors): Explain with-no-warnings
3624 and other ways to suppress warnings.
3625
3626 * commands.texi (Interactive Call): Minor clarification.
3627
3628 * buffers.texi (Buffer File Name): set-visited-file-name
3629 renames the buffer too.
3630
3631 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
3632
ee59dede
MR
36332003-07-24 Markus Rost <rost@math.ohio-state.edu>
3634
3635 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
3636
f0514b34
MR
36372003-07-22 Markus Rost <rost@math.ohio-state.edu>
3638
3639 * internals.texi (Garbage Collection): Fix previous change.
3640
c73983bb
RS
36412003-07-22 Richard M. Stallman <rms@gnu.org>
3642
3643 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
3644
3645 * display.texi (Width): Use \s syntax in example.
3646 (Font Selection): Add face-font-rescale-alist.
3647
3648 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
3649 Remove spurious indent in example.
3650
3651 * lists.texi (Building Lists): Add number-sequence.
3652
3653 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
3654
3655 * functions.texi (Function Documentation): Explain how to
3656 show calling convention explicitly in the doc string.
3657
3658 * windows.texi (Selecting Windows): save-selected-window saves
3659 selected window of each frame.
3660 (Window Configurations): Minor change.
3661
3662 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
3663
3664 * streams.texi (Output Variables): Add print-continuous-numbering
3665 and print-number-table.
3666
3667 * processes.texi (Decoding Output): New node.
3668
3669 * os.texi (Time Conversion): decode-time arg is optional.
3670
3671 * objects.texi (Character Type): Don't use space as example for \.
3672 Make list of char names and \-sequences correspond.
3673 Explain that \s is not used in strings. `\ ' needs space after.
3674
3675 * nonascii.texi (Converting Representations): Add string-to-multibyte.
3676 (Translation of Characters): Add translation-table-for-input.
3677 (Default Coding Systems): Add auto-coding-functions.
3678 (Explicit Encoding): Add decode-coding-inserted-region.
3679 (Locales): Add locale-info.
3680
3681 * minibuf.texi (Basic Completion): Describe test-completion.
3682 Collections can be lists of strings.
3683 Clean up lazy-completion-table.
3684 (Programmed Completion): Mention test-completion.
3685 Clarify why lambda expressions are not accepted.
3686 (Minibuffer Misc): Describe minibufferp.
3687
51a8b435
RS
36882003-07-14 Richard M. Stallman <rms@gnu.org>
3689
3690 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
3691
3692 * windows.texi (Selecting Windows): New arg to select-window.
3693 (Selecting Windows): Add with-selected-window.
3694 (Size of Window): Add window-inside-edges, etc.
3695
3696 * internals.texi (Garbage Collection): Add post-gc-hook.
3697
3698 * processes.texi (Subprocess Creation): Add exec-suffixes.
3699
3700 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
3701 (Scanning Keymaps): Add map-keymaps.
3702 (Defining Menus): Add keymap-prompt.
3703
3704 * numbers.texi (Integer Basics): Add most-positive-fixnum,
3705 most-negative-fixnum.
3706
3707 * compile.texi (Byte Compilation): Explain no-byte-compile
3708 (Compiler Errors): New node.
3709
3710 * os.texi (User Identification): user-uid, user-real-uid
3711 can return float.
3712
3713 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
3714 and about derived modes.
3715 (Minor Modes): Add minor-mode-list.
3716 (Defining Minor Modes): Keyword args for define-minor-mode.
3717 (Search-based Fontification): Explain managing other properties.
3718 (Other Font Lock Variables): Add font-lock-extra-managed-props.
3719 (Faces for Font Lock): Add font-locl-preprocessor-face.
3720 (Hooks): Add run-mode-hooks and delay-mode-hooks.
3721
3722 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 3723 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
3724
3725 * loading.texi (Library Search): Add load-suffixes.
3726
3727 * minibuf.texi (Basic Completion): Add lazy-completion-table.
3728 (Programmed Completion): Add dynamic-completion-table.
3729
3730 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
3731 (Magic File Names): Specify precedence order of handlers.
199bb209 3732
51a8b435
RS
3733 * commands.texi (Command Overview): Emacs server runs pre-command-hook
3734 and post-command-hook.
3735 (Waiting): New calling convention for sit-for.
3736
3737 * text.texi (Special Properties): local-map and keymap properties
3738 apply based on their stickiness.
3739
c6de56a0
RS
37402003-07-07 Richard M. Stallman <rms@gnu.org>
3741
3742 * modes.texi (Minor Mode Conventions): Specify only some kinds
3743 of list values as args to minor modes.
3744
3745 * files.texi (File Name Expansion): Warn about iterative use
3746 of substitute-in-file-name.
3747
3748 * advice.texi (Activation of Advice): Clean up previous change.
3749
8c761ea6
MR
37502003-07-06 Markus Rost <rost@math.ohio-state.edu>
3751
3752 * advice.texi (Activation of Advice): Note that ad-start-advice is
3753 turned on by default.
3754
c6de56a0
RS
37552003-06-30 Richard M. Stallman <rms@gnu.org>
3756
3757 * text.texi (Buffer Contents): Document current-word.
3758 (Change Hooks): Not called for *Messages*.
3759
3760 * functions.texi (Defining Functions): Explain about redefining
3761 primitives.
3762 (Function Safety): Renamed. Minor changes.
3763 Comment out the detailed criteria for what is safe.
3764
3fe4e567
AS
37652003-06-22 Andreas Schwab <schwab@suse.de>
3766
3767 * objects.texi (Symbol Type): Fix description of examples.
3768
cda7bd13
AS
37692003-06-16 Andreas Schwab <schwab@suse.de>
3770
3771 * hash.texi (Creating Hash): Fix description of :weakness.
3772
fbcffa4a
KG
37732003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3774
3775 * files.texi (Changing Files): copy-file copies file modes, too.
3776
ff6a3bfb
RS
37772003-05-28 Richard M. Stallman <rms@gnu.org>
3778
3779 * strings.texi (Creating Strings): Clarify split-string.
3780
1463a05d
JB
37812003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
3782
3783 * strings.texi (Creating Strings): Update split-string specification
3784 and examples.
3785
af253914
RS
37862003-05-19 Richard M. Stallman <rms@gnu.org>
3787
3788 * elisp.texi: Correct invariant section names.
3789
7ea52f92
RS
37902003-04-20 Richard M. Stallman <rms@gnu.org>
3791
3792 * os.texi (Timers): Explain about timers and quitting.
3793
e31afc09
RS
37942003-04-19 Richard M. Stallman <rms@gnu.org>
3795
3796 * internals.texi (Writing Emacs Primitives): Strings are
3797 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
3798 Explain GCPRO convention for varargs function args.
3799
5ceea398
RS
38002003-04-16 Richard M. Stallman <rms@gnu.org>
3801
3802 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
3803
b0ada147
RS
38042003-04-08 Richard M. Stallman <rms@gnu.org>
3805
3806 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
3807
b23375aa
KS
38082003-02-13 Kim F. Storm <storm@cua.dk>
3809
3810 * objects.texi (Character Type): New \s escape for space.
3811
c60ee5e7
JB
38122003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3813
3814 * os.texi (System Environment): Added cygwin system-type.
3815
84e47416
RS
38162003-01-25 Richard M. Stallman <rms@gnu.org>
3817
3818 * keymaps.texi: Document that a symbol can act as a keymap.
3819
3e8cf2ea
RS
38202003-01-13 Richard M. Stallman <rms@gnu.org>
3821
3822 * text.texi (Changing Properties): Say string indices are origin-0.
3823
3824 * positions.texi (Screen Lines) <compute-motion>:
3825 Correct order of elts in return value.
3826
3827 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
3828 how to define a default binding.
3829
7abb9fc5 38302002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 3831
104bc3aa 3832 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 3833
104bc3aa
MR
3834 * customize.texi (Simple Types): Clarify description of custom
3835 type 'number. Describe new custom type 'float.
177f790c 3836
7abb9fc5 38372002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
3838
3839 * variables.texi (File Local Variables): Fix typo.
3840
df140a68 38412002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 3842
df140a68
KG
3843 From Michael Albinus <Michael.Albinus@alcatel.de>.
3844
3845 * README: Target for Info file is `make info'.
3846
3847 * files.texi (File Name Components): Fixed typos in
3848 `file-name-sans-extension'.
3849 (Magic File Names): Complete list of operations for magic file
3850 name handlers.
3851
7ed9159a
JY
38522002-09-16 Jonathan Yavner <jyavner@engineer.com>
3853
3854 * variables.texi (File Local Variables): New function
3855 risky-local-variable-p.
3856
38572002-09-15 Jonathan Yavner <jyavner@engineer.com>
3858
3859 * functions.texi (Function safety): New node about unsafep.
3860
241f79af
PA
38612002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
3862
3863 * customize.texi (Splicing into Lists): Fixed example.
3864 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
3865
72459b15
JB
38662002-06-17 Juanma Barranquero <lektu@terra.es>
3867
3868 * frames.texi (Display Feature Testing): Fix typo.
3869
61f7e0f5
AS
38702002-06-12 Andreas Schwab <schwab@suse.de>
3871
3872 * frames.texi (Initial Parameters, Resources): Fix references to
3873 the Emacs manual.
3874
4e792dbd
KS
38752002-05-13 Kim F. Storm <storm@cua.dk>
3876
3877 * variables.texi (Intro to Buffer-Local): Updated warning and
3878 example relating to changing buffer inside let.
3879
940344d4 38802002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
3881
3882 * os.texi (Session Management): New node about X Session management.
3883
231ac53b
EZ
38842002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
3885
3886 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
3887 to which the manual corresponds, and the copyright years.
3888
3889 * Makefile.in (VERSION): Set to 2.9.
3890
140cc574
EZ
38912001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
3892
3893 * elisp.texi: Change the category in @dircategory to "Emacs", to
3894 make it consistent with info/dir.
3895
9c7fce05
MB
38962001-11-25 Miles Bader <miles@gnu.org>
3897
3898 * text.texi (Fields): Describe new `limit' arg in
3899 field-beginning/field-end.
3900
9f8bbf0f
EZ
39012001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3902
a5e6715c
EZ
3903 * permute-index: Don't depend on csh-specific features. Replace
3904 the interpreter name with /bin/sh.
3905
9f8bbf0f
EZ
3906 * two-volume-cross-refs.txt: New file.
3907 * two.el: New file.
3908 * spellfile: New file.
3909
1756e2fb
EZ
39102001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
3911
3912 * permute-index: New file.
3913
3914 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
3915 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
3916 8+3 restricted namespace.
ad050e54
EZ
3917
3918 * Makefile.in (infodir): Define relative to $(srcdir).
3919 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
3920 include directories list via -I switch to makeinfo.
3921 (index.texi): Use cp if both hard and symbolic links fail.
3922
10fa7f8e
EZ
39232001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3924
7a1494ce
EZ
3925 * Makefile.in (distclean): Add.
3926
10fa7f8e
EZ
3927 The following changes make ELisp manual part of the Emacs
3928 distribution:
3929
3930 * Makefile.in: Add Copyright notice.
3931 (prefix): Remove.
3932 (infodir): Change value to "../info".
3933 (VPATH): New variable.
3934 (MAKE): Don't define.
3935 (texmacrodir): Don't define.
3936 (texinputdir): Append the existing value of TEXINPUTS.
3937 ($(infodir)/elisp): Instead of just "elisp". Reformat the
3938 command to be compatible with man/Makefile.in, and to put the
3939 output into ../info.
5c32b7c5 3940 (info): Add target.
10fa7f8e
EZ
3941 (installall): Target removed.
3942
ad050e54 39432001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
3944
3945 * tips.texi (Coding Conventions): Fix typo.
3946
6fd735df
GM
39472001-10-23 Gerd Moellmann <gerd@gnu.org>
3948
3949 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
3950
b704d54b
EZ
39512001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
3952
3953 * files.texi (File Name Components): Update the description of
3954 file-name-sans-extension and file-name-extension, as they now
3955 ignore leading dots.
3956
71431a0e
GM
39572001-10-20 Gerd Moellmann <gerd@gnu.org>
3958
6aa97356 3959 * (Version 21.1 released.)
71431a0e 3960
79f1f96c
MB
39612001-10-19 Miles Bader <miles@gnu.org>
3962
3963 * positions.texi (Text Lines): Describe behavior of
3964 `beginning-of-line'/`end-of-line' in the presence of field properties.
3965
892a8f36
GM
39662001-10-17 Gerd Moellmann <gerd@gnu.org>
3967
3968 * Makefile.in (VERSION): Set to 2.8.
3969 (manual): Use `manual-21'.
3970
8c1cc9e8 3971 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
3972 number was used. Set it to 2.8.
3973
3974 * intro.texi: Likewise.
3975
51724e26
EZ
39762001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3977
3978 * files.texi (File Name Completion): Document the significance of
3979 a trailing slash in elements of completion-ignored-extensions.
3980
57b338e8
MB
39812001-10-06 Miles Bader <miles@gnu.org>
3982
3983 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
3984
c89e4bc5
GM
39852001-10-04 Gerd Moellmann <gerd@gnu.org>
3986
3987 * variables.texi (Variable Aliases): New node.
3988
ab952a4f
GM
39892001-10-04 Gerd Moellmann <gerd@gnu.org>
3990
3991 * Branch for 21.1.
dff28924 3992
9db3a582
MB
39932001-10-02 Miles Bader <miles@gnu.org>
3994
ae1a9581
MB
3995 * minibuf.texi (Minibuffer Misc): Add entries for
3996 `minibuffer-contents', `minibuffer-contents-no-properties', and
3997 `delete-minibuffer-contents'.
3998 Correct description for `minibuffer-prompt-end'.
3999
9db3a582
MB
4000 * text.texi (Property Search): Correct descriptions of
4001 `next-char-property-change' and `previous-char-property-change'.
4002 Add entries for `next-single-char-property-change' and
4003 `previous-single-char-property-change'.
4004 Make operand names a bit more consistent.
4005
03be5931
EZ
40062001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
4007
4008 * frames.texi (Finding All Frames): Document that next-frame and
4009 previous-frame are local to current terminal.
4010
974548ec
EZ
40112001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
4012
4013 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 4014 result of make-keymap.
974548ec 4015
8d82c597
EZ
40162001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
4017
4018 * display.texi (Font Lookup, Attribute Functions)
4019 (Image Descriptors): Add cross-references to the definition of
4020 selected frame.
4021
4022 * buffers.texi (The Buffer List): Add cross-references to the
4023 definition of selected frame.
4024
4025 * frames.texi (Input Focus): Clarify which frame is _the_ selected
4026 frame at any given time.
4027 (Multiple Displays, Size and Position): Add a cross-reference to
4028 the definition of the selected frame.
4029
2842de30
EZ
40302001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4031
4032 * strings.texi (String Conversion) <string-to-number>: Document
4033 that a float is returned for integers that are too large.
4034
4035 * frames.texi (Mouse Position): Document mouse-position-function.
4036 (Display Feature Testing): Document display-images-p.
4037 (Window Frame Parameters): Document the cursor-type variable.
4038
4039 * numbers.texi (Integer Basics): Document CL style read syntax for
4040 integers in bases other than 10.
4041
4042 * positions.texi (List Motion): Document
4043 open-paren-in-column-0-is-defun-start.
4044
4045 * lists.texi (Sets And Lists): Document member-ignore-case.
4046
4047 * internals.texi (Garbage Collection): Document the used and free
4048 strings report.
4049 (Memory Usage): Document strings-consed.
4050
4051 * os.texi (Time of Day): Document float-time.
4052 (Recording Input): Document that clear-this-command-keys clears
4053 the vector to be returned by recent-keys.
4054
4055 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
4056 argument keymap can be a list.
4057
4058 * nonascii.texi (User-Chosen Coding Systems)
4059 <select-safe-coding-system>: Document the new argument
4060 accept-default-p and the variable
4061 select-safe-coding-system-accept-default-p. Tell what happens if
4062 buffer-file-coding-system is undecided.
4063 (Default Coding Systems): Document auto-coding-regexp-alist.
4064
4065 * display.texi (The Echo Area) <message>: Document
4066 message-truncate-lines.
4067 (Glyphs): Document that the glyph table is unused on windowed
4068 displays.
4069
4070 * help.texi (Describing Characters) <single-key-description>:
4071 Document the new argument no-angles.
4072 (Accessing Documentation) <documentation-property>: Document that
4073 a non-string property is evaluated.
4074 <documentation>: Document that the function-documentation property
4075 is looked for.
4076
4077 * windows.texi (Selecting Windows): Document some-window.
4078
4079 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
4080
4081 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
4082 apropos-mode-hook.
4083
4084 * commands.texi (Using Interactive): Document interactive-form.
4085 (Keyboard Macros): Document kbd-macro-termination-hook.
4086 (Command Loop Info): Document that clear-this-command-keys clears
4087 the vector to be returned by recent-keys.
4088
2d43d823
GM
40892001-09-04 Werner LEMBERG <wl@gnu.org>
4090
4091 * Makefile.in (srcdir, texinputdir): New variables.
4092 (srcs, index.texi, install): Use $(srcdir).
4093 (.PHONY): Remove elisp.dvi.
4094 (elisp): Use -I switch for makeinfo.
4095 (elisp.dvi): Use $(srcdir) and $(texinputdir).
4096 (installall, dist): Use $(srcdir).
4097 Fix path to texinfo.tex.
4098 (maintainer-clean): Add elisp.dvi and elisp.oaux.
4099
fa739b31
GM
41002001-08-30 Gerd Moellmann <gerd@gnu.org>
4101
92a25631
GM
4102 * display.texi (Conditional Display): Adjust to API change.
4103
fa739b31
GM
4104 * configure: New file.
4105
cef68af5
GM
41062001-07-30 Gerd Moellmann <gerd@gnu.org>
4107
4108 * commands.texi (Repeat Events): Add description of
4109 double-click-fuzz.
4110
d1f08d85
SM
41112001-05-08 Stefan Monnier <monnier@cs.yale.edu>
4112
4113 * syntax.texi (Syntax Class Table): Add the missing designator for
4114 comment and string fences.
4115 (Syntax Properties): Add a xref to syntax table internals.
4116 (Syntax Table Internals): Document string-to-syntax.
4117
1e9fc92e
GM
41182001-05-07 Gerd Moellmann <gerd@gnu.org>
4119
4120 * Makefile.in (install): Use install-info command line options
4121 like in Emacs' Makefile.in.
4122
00480554
MB
41232000-12-09 Miles Bader <miles@gnu.org>
4124
4125 * windows.texi (Window Start): Update documentation for
4126 `pos-visible-in-window-p'.
4127
1e344ee2
SM
41282000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4129
4130 * lists.texi (Building Lists): Add footnote to explain how to add
4131 to the end of a list.
4132
a540f6ed
GM
41332000-10-25 Gerd Moellmann <gerd@gnu.org>
4134
4135 * files.texi (Visiting Functions): Typos.
4136
28bcdbee
KH
41372000-10-25 Kenichi Handa <handa@etl.go.jp>
4138
4139 * files.texi (Visiting Functions): Return value of
4140 find-file-noselect may be a list of buffers if wildcards are used.
4141
22d1a4ed
MB
41422000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4143
4144 * display.texi (Defining Faces): Document `graphic' display type
4145 in face specs.
4146
916a89db
KG
41472000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4148
1e9fc92e 4149 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
4150 `after-make-frame-hook' with `after-make-frame-functions'.
4151
1e9fc92e 4152 * frames.texi (Creating Frames): Ditto.
916a89db 4153
1e9fc92e 4154 * variables.texi (Future Local Variables): Ditto.
916a89db 4155
483de32b
GM
41562000-10-16 Gerd Moellmann <gerd@gnu.org>
4157
4158 * display.texi (Other Image Types): Add description of :foreground
4159 and :background properties of mono PBM images.
4160
e23a63a5
WL
41612000-08-17 Werner LEMBERG <wl@gnu.org>
4162
4163 * .cvsignore: New file.
4164
dfc16043
GM
41652000-01-05 Gerd Moellmann <gerd@gnu.org>
4166
4167 * tindex.pl: New script.
4168
602613fe
DL
41691999-12-03 Dave Love <fx@gnu.org>
4170
4171 * Makefile.in (MAKEINFO): New parameter.
4172
94ec544d
DL
41731999-09-17 Richard Stallman <rms@gnu.org>
4174
4175 * Makefile.in (srcs): Add hash.texi.
4176 (VERSION): Update to 20.6.
4177
41781999-09-13 Richard Stallman <rms@gnu.org>
4179
4180 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
4181
41821998-08-29 Karl Heuer <kwzh@gnu.org>
4183
4184 * configure.in: New file.
4185 * Makefile.in: Renamed from Makefile.
4186 (prefix, infodir): Use value obtained from configure.
4187 (emacslibdir): Obsolete variable deleted.
4188 (dist): Distribute configure.in, configure, Makefile.in.
4189
41901998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
4191
4192 * Makefile (INSTALL_INFO): New variable.
4193 (install): Run install-info.
4194
41951998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
4196
4197 * Makefile (elisp.dvi): Add missing backslash.
4198
41991998-05-02 Richard Stallman <rms@psilocin.gnu.org>
4200
4201 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
4202 Run texindex without `./'. Always run texindex on elisp.tp.
4203 (elisp.tps): Target deleted.
4204
42051998-04-05 Richard Stallman <rms@psilocin.gnu.org>
4206
4207 * Makefile (srcs): Add nonascii.texi and customize.texi.
4208 (dist): Start by deleting `temp'.
4209
42101998-02-17 Richard Stallman <rms@psilocin.gnu.org>
4211
4212 * Makefile (makeinfo, texindex): Targets deleted.
4213 (makeinfo.o, texindex.o): Targets deleted.
4214 (clean, dist): Don't do anything with them or with getopt*.
4215
42161998-01-30 Richard Stallman <rms@psilocin.gnu.org>
4217
4218 * Makefile (SHELL): Defined.
4219
42201998-01-27 Richard Stallman <rms@psilocin.gnu.org>
4221
4222 * Makefile (elisp.tps): New target.
4223 (elisp.dvi): Depend on elisp.tps.
4224
4225Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
4226
4227 * README: Update phone number.
4228
4229 * Makefile (elisp): Make this be the default target.
4230 Depend on makeinfo.c instead of makeinfo.
4231 (install): Don't depend on elisp.dvi, since we don't install that.
4232 Use mkinstalldirs.
4233 (dist): Add mkinstalldirs.
4234
4235Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4236
4237 * Makefile (VERSION): Update version number.
4238 (maintainer-clean): Renamed from realclean.
4239
4240Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
4241
4242 * Makefile (realclean): New target.
4243 (elisp): Remove any old elisp-* files first.
4244
4245Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
4246
d1f08d85
SM
4247 * Makefile (VERSION): New variable.
4248 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
4249 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
4250
4251Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4252
4253 * Makefile (elisp): Depend on makeinfo.
4254
4255Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
4256
d1f08d85 4257 * Makefile (srcs): Add anti.texi.
94ec544d
DL
4258
4259Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4260
4261 * Makefile (infodir, prefix): New vars.
4262 (install): Use infodir.
4263 (emacsinfodir): Deleted.
4264
4265Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4266
4267 * Makefile (srcs): Add calendar.texi.
4268
4269 * Makefile (dist): Copy texindex.c and makeinfo.c.
4270 Limit elisp-* files to those with one or two digits.
4271
4272Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4273
4274 * Makefile (dist): Changed to use Gzip instead of compress.
4275
4276Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4277
4278 * loading.texi (Unloading): define-function changed back to
4279 defalias. It may not stay this way, but at least it's
4280 consistent with the known-good version of the code patch.
4281
4282Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
4283
4284 * modes.texi (Hooks): Document new optional arg of add-hook.
4285
4286Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
4287
d1f08d85 4288 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
4289
4290 * tips.texi: Add new section on standard library headers.
4291
4292Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4293
4294 * Makefile (srcs): Add frame.texi to the list of sources.
4295
4296Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4297
4298 * Makefile (dist): Don't bother excluding autosave files; they'll
4299 never make it into the temp directory anyway, and the hash marks
4300 in the name are problematic for make and the Bourne shell.
dff28924 4301 (srcs):
94ec544d
DL
4302
4303Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4304
d1f08d85 4305 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
4306 the distribution tar file.
4307
dff28924 4308Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
4309
4310 * Makefile (srcs): Added index.perm.
4311 (elisp.dvi): Remove erroneous shell comment.
4312 Expect output of permute-index in permuted.fns.
4313 Save old elisp.aux in elisp.oaux.
4314 (clean): Added index.texi to be deleted.
4315
dff28924 4316Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
4317
4318 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
4319
dff28924 4320Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
4321
4322 * files.texi: Noted that completion-ignored-extensions is ignored
4323 when making *Completions*.
4324
4325Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
4326
4327 * Makefile make dist now depends on elisp.dvi, since it tries
4328 to include it in the dist file.
4329
dff28924 4330Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
4331
4332 * functions.texinfo (Mapping Functions): Add missing quote
4333
dff28924 4334Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
4335
4336 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
4337 (defunargs): Turn off \hyphenchar of \sl font temporarily.
4338
dff28924 4339Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4340
4341 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
4342 and @error{} are the terms now being used. The files in the
4343 directory have been changed to reflect this.
4344
d1f08d85 4345 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
4346 ` @result{}', using 5 spaces at the begining of the line.
4347
dff28924 4348Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4349
4350 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
4351 experimental @indentedresult{}, @indentedexpandsto{} are part of
4352 the texinfo.tex in this directory. These TeX macros are not
4353 stable yet.
4354
dff28924 4355Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4356
4357 * texinfo.tex: temporarily added
d1f08d85 4358 \let\result=\dblarrow
94ec544d
DL
4359 \def\error{{\it ERROR} \longdblarrow}
4360 We need to do this better soon.
4361
dff28924 4362Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
4363
4364 * Applied Karl Berry's patches to *.texinfo files, but not to
4365 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
4366 new title page format is also not applied, since it requires
4367 texinfo.tex changes.)
4368
4369 * Cleaned up `Makefile' and defined the `emacslibdir' directory
4370 for the Project GNU development environment.
4371
ad050e54 4372;; Local Variables:
fd026ee1 4373;; coding: iso-2022-7bit
ad050e54 4374;; End:
2a34a036 4375
651f374c 4376 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
ceb4c4d3 4377 2005, 2006 Free Software Foundation, Inc.
2a34a036
GM
4378 Copying and distribution of this file, with or without modification,
4379 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
4380
4381;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda