*** empty log message ***
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
a3483884
RS
12006-07-31 Richard Stallman <rms@gnu.org>
2
3 * commands.texi: Update xrefs.
4 (Event Mod): New node, cut out from old Translating Input.
5
6 * maps.texi: Update xrefs.
7
8 * keymaps.texi (Translation Keymaps): New node.
9 Update xrefs from Translating Input to Translation Keymaps.
10
11 * elisp.texi (Top): Update subnode menu.
12
13 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
14
15 * os.texi (System Interface): Fix menu descriptions of some nodes.
16 (Translating Input): Node deleted.
17
ec777101
NR
182006-07-31 Nick Roberts <nickrob@snap.net.nz>
19
20 * modes.texi (Minor Mode Conventions): Update link for add-to-list.
21
22 * lists.texi (Sets And Lists): Likewise.
23
0f42ea76
TTN
242006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
25
26 * text.texi (Fields): Mention POS
27 requirement when narrowing is in effect.
28
eb107d09
RS
292006-07-28 Richard Stallman <rms@gnu.org>
30
0de8dcc9
RS
31 * display.texi (Face Attributes): Simplify wording.
32 (Attribute Functions): Clarify meaning of new-frame default
33 attribute settings.
34
eb107d09
RS
35 * customize.texi (Common Keywords): Document how to use
36 :package-version in a package not in Emacs.
37
d7fb9e6c
KS
382006-07-28 Kim F. Storm <storm@cua.dk>
39
40 * commands.texi (Reading One Event): Fix last change.
41
c1c3d4f7
CY
422006-07-26 Chong Yidong <cyd@stupidchicken.com>
43
44 * commands.texi (Reading One Event): Document SECONDS argument for
45 read-event, read-char, and read-char-exclusive.
46
94b39239
SM
472006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
50 to ensure correct identification.
51
1cff9220
RS
522006-07-24 Richard Stallman <rms@gnu.org>
53
5ac64732
RS
54 * text.texi (Clickable Text): Clarify.
55
1cff9220
RS
56 * sequences.texi (Vector Functions): Delete duplicate xref.
57
58 * objects.texi (Function Type): Clarify.
59
60 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
61 modes.
62
63 * lists.texi (List Variables): New node.
64 Material moved from other nodes.
65
66 * variables.texi (Setting Variables): add-to-list and
67 add-to-ordered-list moved to List Variables node.
68
38db29e0
TTN
692006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
70
71 * text.texi (Links and Mouse-1):
72 For mouse-on-link-p, expand on arg POS.
73
9e4101b2
KS
742006-07-21 Kim F. Storm <storm@cua.dk>
75
76 * display.texi (Forcing Redisplay): Don't mention systems which
77 don't support sub-second timers for redisplay-preemption-period.
78
79 * os.texi (Terminal Output): Clarify text vs graphical terminal.
80
cc539208
EZ
812006-07-21 Eli Zaretskii <eliz@gnu.org>
82
83 * frames.texi (Input Focus): Document that focus-follows-mouse has
84 no effect on MS-Windows.
85
c29fbc93
RS
862006-07-18 Richard Stallman <rms@gnu.org>
87
1ef252f6
RS
88 * display.texi (Forcing Redisplay): Cleanups in previous change.
89
c29fbc93
RS
90 * processes.texi (Low-Level Network): Make menu more convenient.
91
5b5fca28
KS
922006-07-18 Kim F. Storm <storm@cua.dk>
93
2d545d83
KS
94 * display.texi (Forcing Redisplay): redisplay-preemption-period
95 only used on window systems. Add xref to Terminal Output.
96
97 * os.texi (Terminal Output): baud-rate only controls preemption on
98 non-window systems. Add xref to Forcing Redisplay.
99
5b5fca28
KS
100 * processes.texi (Low-Level Network): Rename node "Make Network"
101 to "Network Processes".
102
42995636
KB
1032006-07-18 Karl Berry <karl@gnu.org>
104
5b5fca28
KS
105 * variables.texi, functions.texi, customize.texi, loading.texi:
106 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
42995636 107
e1842332
CY
1082006-07-17 Chong Yidong <cyd@stupidchicken.com>
109
110 * commands.texi (Waiting): Document batch-mode sit-for behavior.
111
daeeeffc
RS
1122006-07-17 Richard Stallman <rms@gnu.org>
113
7c0c29ee
RS
114 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
115 Put period and comma inside quotes.
5b5fca28 116
7c0c29ee
RS
117 * loading.texi, markers.texi: Use real doublequote inside menus.
118
119 * windows.texi: Put point and comma inside quotes.
120 (Textual Scrolling): Use @samp for error message.
121
5b5fca28
KS
122 * variables.texi, tips.texi, syntax.texi, symbols.texi:
123 * strings.texi, streams.texi, processes.texi, os.texi:
7c0c29ee
RS
124 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
125 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5b5fca28
KS
126 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
127 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7c0c29ee 128 Put point and comma inside quotes.
5b5fca28 129
05bdf2d7
RS
130 * control.texi (Processing of Errors): Add command-error-function.
131
daeeeffc
RS
132 * variables.texi (File Local Variables): Clarify that
133 file local variables make buffer-local bindings.
134
135 * modes.texi (Syntactic Font Lock): Give default for
136 font-lock-syntax-table.
137
7e1c1289
NR
1382006-07-17 Nick Roberts <nickrob@snap.net.nz>
139
140 * text.texi (Special Properties): Clean up previous change.
141
912c7235
KB
1422006-07-16 Karl Berry <karl@gnu.org>
143
5b5fca28
KS
144 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
145 * control.texi: Fix bad page breaks through chapter 10 (control).
ece35e15 146
5b5fca28 147 * anti.texi (Antinews): Reorder face-attribute fns to avoid
912c7235
KB
148 underfull hbox.
149
54b7938f
NR
1502006-07-15 Nick Roberts <nickrob@snap.net.nz>
151
152 * text.texi (Special Properties): Describe fontified text property
153 in relation to a character (not text).
154
3f11901a
KS
1552006-07-15 Kim F. Storm <storm@cua.dk>
156
0864179a
KS
157 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
158 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
159 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
160
3f11901a
KS
161 * anti.texi (Antinews): Mention redisplay function.
162 The kbd macro existed, but was not documented, before 22.x.
163 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
164
b4f62d0a
NR
1652006-07-14 Nick Roberts <nickrob@snap.net.nz>
166
167 * display.texi (Displaying Messages): Add anchor.
168
169 * frames.texi (Dialog Boxes): Use it.
170
2c6e026a
RS
1712006-07-12 Richard Stallman <rms@gnu.org>
172
173 * objects.texi (Frame Type): Explain nature of frames better.
174
175 * frames.texi (Frames): Explain nature of frames better.
176
1772006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
178
179 * tips.texi (Coding Conventions): Explain why use cl at compile time.
180
099d4201
YM
1812006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
182
183 * frames.texi (Window System Selections): Mention scrap support for Mac.
184 Default value of x-select-enable-clipboard is t on Mac.
185
186 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
187
ff97f952
KS
1882006-07-11 Kim F. Storm <storm@cua.dk>
189
190 * display.texi (Forcing Redisplay): Add `redisplay' function.
191 Don't mention (sit-for -1) -- use (redisplay t) instead.
192
193 * commands.texi (Waiting): (sit-for -1) is no longer special.
194 (sit-for 0) is equivalent to (redisplay).
195 Iconifying/deiconifying no longer makes sit-for return.
196
a183016f
NR
1972006-07-10 Nick Roberts <nickrob@snap.net.nz>
198
199 * display.texi (Buttons): Fix typo.
200
201 * index.texi, elisp.texi (New Symbols): Comment node out.
202
b86be617
RS
2032006-07-09 Richard Stallman <rms@gnu.org>
204
205 * display.texi (Truncation): Clean up previous change.
206
3aa7c28e
RS
2072006-07-08 Richard Stallman <rms@gnu.org>
208
209 * commands.texi (Interactive Call): Use 3 as prefix in example
210 for execute-extended-command.
211
212 * display.texi (Attribute Functions): Move paragraph about
213 compatibility with Emacs < 21.
214
5a1048a5
KS
2152006-07-09 Kim F. Storm <storm@cua.dk>
216
217 * display.texi (Refresh Screen): Clarify force-window-update.
218 (Truncation): "Normally" indicated by fringe arrows.
219
89fb9154
EZ
2202006-07-08 Eli Zaretskii <eliz@gnu.org>
221
5a1048a5
KS
222 * windows.texi (Textual Scrolling, Resizing Windows):
223 * variables.texi (Constant Variables):
89fb9154
EZ
224 * text.texi (Buffer Contents, Deletion, Changing Properties)
225 (Property Search, Special Properties, Sticky Properties)
5a1048a5 226 (Links and Mouse-1, Fields, Change Hooks):
89fb9154 227 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5a1048a5
KS
228 (Categories):
229 * symbols.texi (Other Plists):
230 * streams.texi (Output Variables):
231 * processes.texi (Input to Processes, Query Before Exit):
232 * positions.texi (Word Motion, Text Lines, List Motion):
89fb9154 233 * os.texi (Init File, System Environment, Sound Output)
5a1048a5 234 (Session Management):
89fb9154 235 * nonascii.texi (Text Representations, Character Sets)
5a1048a5
KS
236 (Chars and Bytes, Locales):
237 * modes.texi (Defining Minor Modes, Header Lines):
238 * minibuf.texi (Minibuffer Contents):
239 * markers.texi (Information from Markers):
240 * lists.texi (List Elements, Building Lists, Association Lists):
241 * keymaps.texi (Tool Bar):
242 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
243 * functions.texi (What Is a Function, Mapping Functions):
89fb9154
EZ
244 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
245 (Color Names, Text Terminal Colors, Display Feature Testing):
246 * files.texi (Visiting Functions, File Name Components)
5a1048a5 247 (Unique File Names, Contents of Directories):
89fb9154
EZ
248 * display.texi (Forcing Redisplay, Displaying Messages)
249 (Temporary Displays, Font Selection, Auto Faces)
250 (Font Lookup, Fringe Indicators, Display Margins)
251 (Image Descriptors, Showing Images, Image Cache, Button Types)
252 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5a1048a5
KS
253 (Display Table Format, Glyphs):
254 * control.texi (Iteration):
255 * commands.texi (Command Loop Info, Adjusting Point):
08b17d37
KS
256 * backups.texi (Making Backups, Auto-Saving):
257 Remove @tindex entries.
89fb9154 258
7f087030
KS
2592006-07-07 Kim F. Storm <storm@cua.dk>
260
261 * display.texi (Fringe Cursors): Fix typo.
262 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
263 (Overlay Arrow): Default is overlay-arrow fringe indicator.
264
978db147
RS
2652006-07-05 Richard Stallman <rms@gnu.org>
266
267 * text.texi (Buffer Contents): Add example of text props
268 in result of buffer-substring.
269 (Text Properties): Explain better about use of specific property names.
270 (Property Search): Some cleanups; reorder some functions.
271
272 * keymaps.texi (Changing Key Bindings): Cleanup.
273 Add xref to Key Binding Conventions.
274
275 * display.texi (Attribute Functions): Add examples for
276 face-attribute-relative-p.
277
278 * tips.texi (Coding Conventions): Cleanup last change.
279
42b50684
KB
2802006-07-05 Karl Berry <karl@gnu.org>
281
08b17d37
KS
282 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
283 Remove @setchapternewpage odd.
42b50684
KB
284 Result is 1013 pages, down from 1100.
285
08b17d37
KS
286 * anti.texi, customize.texi, display.texi, internals.texi:
287 * minibuf.texi, modes.texi, tips.texi:
288 Fix overfull/underfull boxes.
42b50684 289
180f018c
TTN
2902006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
291
292 * edebug.texi (Instrumenting):
293 Add Edebug-specific findex for eval-buffer.
294 * loading.texi (Loading):
295 Replace eval-current-buffer with eval-buffer.
296
8e338f7b
EZ
2972006-06-30 Nick Roberts <nickrob@snap.net.nz>
298
299 * locals.texi (Standard Buffer-Local Variables): Update the list
300 of variables.
301
0770a251
NR
3022006-06-26 Nick Roberts <nickrob@snap.net.nz>
303
304 * files.texi (File Name Completion): Point user to the node
305 "Reading File Names".
306
d9034473
EZ
3072006-06-24 Eli Zaretskii <eliz@gnu.org>
308
eff6bfea
EZ
309 * files.texi (Contents of Directories): Document case-insensitive
310 behavior on respective filesystems.
311
d9034473
EZ
312 * objects.texi (Character Type): Document that Emacs signals an
313 error for unsupported Unicode characters specified as \uNNNN.
314
a5bd14d3
RS
3152006-06-19 Richard Stallman <rms@gnu.org>
316
317 * processes.texi (Bindat Spec): Clarify previous change.
318
d1ae9041
RS
3192006-06-16 Richard Stallman <rms@gnu.org>
320
321 * tips.texi (Coding Conventions): Better explain conventions
322 for definition constructs.
323
324 * text.texi (Special Properties): String value of `read-only'
325 serves as the error message.
326
327 * objects.texi (Character Type): Clarify prev. change.
328 (Non-ASCII in Strings): Mention \u and \U.
329
330 * commands.texi (Using Interactive): Explain problem of
331 markers, etc., in command-history.
332
1bb32610
KS
3332006-06-14 Kim F. Storm <storm@cua.dk>
334
335 * commands.texi (Waiting): Negative arg to sit-for forces
336 redisplay even if input is pending.
337
338 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
339 redisplay. Remove incorrect example of binding redisplay-dont-pause
340 around (sit-for 0).
341
c7484981
RS
3422006-06-13 Richard Stallman <rms@gnu.org>
343
344 * display.texi (Forcing Redisplay): Clarify previous change.
345
d211faa2
RF
3462006-06-13 Romain Francoise <romain@orebokech.com>
347
348 * display.texi (Forcing Redisplay): Fix typo.
349
8eb2b87f
KS
3502006-06-13 Kim F. Storm <storm@cua.dk>
351
352 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
353
503b5e1c
LT
3542006-06-10 Luc Teirlinck <teirllm@auburn.edu>
355
356 * tips.texi (Coding Conventions): Add `@end itemize'.
357
9e362b84
RS
3582006-06-10 Richard Stallman <rms@gnu.org>
359
360 * tips.texi (Coding Conventions): Explain use of coding systems
361 to ensure one decoding for strings.
362
7cb93181
EZ
3632006-06-09 Aidan Kehoe <kehoea@parhasard.net>
364
365 * objects.texi (Character Type): Describe the\uABCD and \U00ABCDEF
366 syntax.
367
afd63bda
EZ
3682006-06-07 Eli Zaretskii <eliz@gnu.org>
369
370 * display.texi (Font Selection): Remove description of
371 clear-face-cache.
372
373 * compile.texi (Eval During Compile): Fix a typo. Add index
374 entries for possible uses of eval-when-compile.
375
71ee3e04
TTN
3762006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
377
378 * display.texi (Abstract Display): Fix typo.
379
a941b26b
EZ
3802006-06-03 Eli Zaretskii <eliz@gnu.org>
381
382 * minibuf.texi (Minibuffer History) <history-add-new-input>:
383 Reword variable's description.
384
963128f3
RS
3852006-06-01 Richard Stallman <rms@gnu.org>
386
387 * windows.texi (Splitting Windows): Clarify splitting nonselected
388 window.
389
82db8fa7
JL
3902006-05-31 Juri Linkov <juri@jurta.org>
391
392 * minibuf.texi (Minibuffer History): Add history-add-new-input.
393
d9e8091d
RS
3942006-05-30 Richard Stallman <rms@gnu.org>
395
6ac209a3
RS
396 * display.texi (Line Height): Fix errors in description of
397 default line height and line-height properyty.
398
d9e8091d
RS
399 * nonascii.texi (Default Coding Systems): Further clarification.
400
93fd6289
LT
4012006-05-29 Luc Teirlinck <teirllm@auburn.edu>
402
403 * internals.texi (Pure Storage): Mention that an overflow in pure
404 space causes a memory leak.
405 (Garbage Collection): If there was an overflow in pure space,
406 `garbage-collect' returns nil.
407
7c42b3e0
EZ
4082006-05-30 Eli Zaretskii <eliz@gnu.org>
409
410 * nonascii.texi (Default Coding Systems): Fix it some more.
411
b8909e88
EZ
4122006-05-29 Eli Zaretskii <eliz@gnu.org>
413
414 * nonascii.texi (Default Coding Systems): Fix last change.
415
6d3906d5
KH
4162006-05-29 Kenichi Handa <handa@m17n.org>
417
418 * nonascii.texi (find-operation-coding-system): Describe the new
419 argument format (FILENAME . BUFFER).
420
0985f920
RS
4212006-05-28 Richard Stallman <rms@gnu.org>
422
423 * tips.texi (Coding Conventions): Better explain reasons not to
424 advise other packages or use `eval-after-load'.
425
6c6e0bb4
KS
4262006-05-29 Kim F. Storm <storm@cua.dk>
427
428 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
429 `bindat-idx' and `bindat-raw' for clarity.
430
096432af
TTN
4312006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
432
b9e17eb3
TTN
433 * processes.texi (Bindat Spec): Expand on `repeat' handler.
434
096432af
TTN
435 * display.texi (Display): Add "Abstract Display" to menu.
436 (Abstract Display, Abstract Display Functions)
437 (Abstract Display Example): New nodes.
438 * elisp.texi (Top): Add "Abstract Display" to menu.
439
e4b3f22f
CY
4402006-05-27 Chong Yidong <cyd@stupidchicken.com>
441
917b8227
CY
442 * keymaps.texi (Key Sequences): Link to input events definition.
443 (Format of Keymaps): Delete material duplicated in Keymap Basics.
444
e4b3f22f
CY
445 * files.texi (Changing Files): Document updated argument list for
446 copy-file.
447
f1b64ef1
TTN
4482006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
449
450 * processes.texi (Bindat Functions): Explain term "total length".
451 Use it in bindat-length and bindat-pack descriptions.
452
3d0793e4
EZ
4532006-05-26 Eli Zaretskii <eliz@gnu.org>
454
455 * tips.texi (Coding Conventions): Advise against using
456 eval-after-load in packages. Add an index entry.
457
abeb5483
JL
4582006-05-25 Juri Linkov <juri@jurta.org>
459
92aa92fa
JL
460 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
461
abeb5483
JL
462 * modes.texi (%-Constructs): Add %e, %z, %Z.
463
403a7bca
RS
4642006-05-25 Richard Stallman <rms@gnu.org>
465
466 * elisp.texi (Top): Update subnode menu.
467
468 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
469 (Keymaps): Update menu.
470
39a9bed3
CY
4712006-05-25 Chong Yidong <cyd@stupidchicken.com>
472
473 * keymaps.texi (Key Sequences): Some clarifications.
474
78b3f5c3
TTN
4752006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
476
477 * processes.texi (Bindat Functions): Say "unibyte string"
478 explicitly for bindat-unpack and bindat-pack descriptions.
479 (Bindat Examples): Don't call `string-make-unibyte' in example.
480
08244b81
CY
4812006-05-25 Chong Yidong <cyd@stupidchicken.com>
482
483 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
484 Explain string and vector representations of key sequences
485
78b3f5c3
TTN
486 * keymaps.texi (Changing Key Bindings):
487 * commands.texi (Interactive Codes, Interactive Codes):
08244b81
CY
488 * help.texi (Describing Characters): Refer to it.
489
b370c94d
LT
4902006-05-23 Luc Teirlinck <teirllm@auburn.edu>
491
492 * frames.texi (Pointer Shape): @end table -> @end defvar.
493
b8223441
RS
4942006-05-22 Richard Stallman <rms@gnu.org>
495
496 * elisp.texi (Top): Update subnode menus.
497
498 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
499 Contents rewritten; material from old Pointer Shape node moved here.
500
501 * display.texi (Pointer Shape): Node deleted.
502 (Image Descriptors): Minor cleanup.
503
c18eec5c
RS
5042006-05-21 Richard Stallman <rms@gnu.org>
505
506 * syntax.texi (Parsing Expressions): Update info on which STATE
507 elements are ignored.
508
9300b310
LT
5092006-05-19 Luc Teirlinck <teirllm@auburn.edu>
510
86735b2d
LT
511 * hooks.texi (Standard Hooks): Correct typo.
512
9300b310
LT
513 * gpl.texi (GPL): ifinfo -> ifnottex.
514
75e3b957
EZ
5152006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
516
517 * searching.texi (Simple Match Data): Warn about match data being
518 set anew by every search.
519
0bcf8735
RS
5202006-05-17 Richard Stallman <rms@gnu.org>
521
522 * minibuf.texi (Minibuffer History): Clarify.
523
524 * searching.texi (Regexp Special): Clarify nested regexp warning.
525
b3abe3a5
KS
5262006-05-16 Kim F. Storm <storm@cua.dk>
527
528 * minibuf.texi (Minibuffer History): Update add-to-history.
529
bc20db55
KH
5302006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
531
532 * nonascii.texi (Explicit Encoding): Fix
533 typo (encoding<->decoding).
534
f31263a4
RS
5352006-05-14 Richard Stallman <rms@gnu.org>
536
46a2df8e
RS
537 * buffers.texi (Creating Buffers): Cleanup.
538
f31263a4
RS
539 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
540
1299a5a4
EZ
5412006-05-13 Eli Zaretskii <eliz@gnu.org>
542
642c61f3
EZ
543 * buffers.texi (Current Buffer): Document that with-temp-buffer
544 disables undo.
545
1299a5a4
EZ
546 * os.texi (Terminal-Specific): More accurate description of how
547 Emacs searches for the terminal-specific libraries.
548
61515a63
EZ
5492006-05-12 Eli Zaretskii <eliz@gnu.org>
550
b811ef49
EZ
551 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
552 emacs-xtra to @inforef's.
553
4a7910c7
EZ
554 * text.texi (Undo): Document that undo is turned off in buffers
555 whose names begin with a space.
556
557 * buffers.texi (Buffer Names): Add index entries for buffers whose
558 names begin with a space.
559 (Creating Buffers): Document that undo is turned off in buffers
560 whose names begin with a space.
561
f055e02c
EZ
562 * files.texi (Visiting Functions, Reading from Files)
563 (Saving Buffers): Mention code and EOL conversions by file I/O
564 primitives and subroutines.
565
0ef0b416
EZ
566 * nonascii.texi (Lisp and Coding Systems): Document
567 coding-system-eol-type. Add index entries for eol conversion.
568
61515a63
EZ
569 * display.texi (Defining Faces): Mention `mac', and add an xref to
570 where window-system is described.
571
e4c068c0
RS
5722006-05-10 Richard Stallman <rms@gnu.org>
573
574 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
575
31035927
RS
5762006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
577
578 * variables.texi (File Local Variables): Recommend to quote lambda
579 expressions in safe-local-variable property.
580
f12a0718
RS
5812006-05-09 Richard Stallman <rms@gnu.org>
582
583 * variables.texi (File Local Variables): Document
584 safe-local-eval-forms and safe-local-eval-function.
585
ed7e6c32
KS
5862006-05-07 Kim F. Storm <storm@cua.dk>
587
588 * minibuf.texi (Minibuffer History): Remove keep-dups arg
589 from add-to-history.
590
5a36d834
RF
5912006-05-07 Romain Francoise <romain@orebokech.com>
592
593 * commands.texi (Event Input Misc):
594 * compile.texi (Eval During Compile):
595 * internals.texi (Buffer Internals):
596 * minibuf.texi (Initial Input):
597 * nonascii.texi (Scanning Charsets):
598 * numbers.texi (Comparison of Numbers):
599 * windows.texi (Textual Scrolling, Vertical Scrolling):
600 Fix various typos.
601
fbc284f6
EZ
6022006-05-06 Eli Zaretskii <eliz@gnu.org>
603
f53d2e87
EZ
604 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
605 conditional xref's to either emacs or emacs-xtra, depending on
606 @iftex/@ifnottex.
607
fbc284f6
EZ
608 * minibuf.texi (Minibuffer History): Document add-to-history.
609
3dfed653
EZ
6102006-05-05 Eli Zaretskii <eliz@gnu.org>
611
612 * internals.texi (Pure Storage): Mention the pure overflow message
613 at startup.
614
8e7a9a24
EZ
6152006-05-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
616
617 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
618 (Searching Keymaps): Fix pseudo-Lisp description of keymap
619 search.
620
d0789de9
RS
6212006-05-01 Richard Stallman <rms@gnu.org>
622
623 * intro.texi (nil and t): Clarify.
624
625 * variables.texi (File Local Variables): Suggest using booleanp.
626
fc2cb772
JB
6272006-05-01 Juanma Barranquero <lekktu@gmail.com>
628
629 * objects.texi (Type Predicates): Fix typos.
630
27c5714a
SM
6312006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
632
633 * intro.texi (nil and t): Add booleanp.
634
635 * objects.texi (Type Predicates): Add links for booleanp and
636 string-or-null-p.
637
eadb9d45
RS
6382006-04-29 Richard Stallman <rms@gnu.org>
639
27c5714a 640 * modes.texi (Multiline Font Lock): Rename from
eadb9d45
RS
641 Multi line Font Lock Elements. Much clarification.
642 (Font Lock Multiline, Region to Fontify): Much clarification.
643
7817e3d3
SM
6442006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * variables.texi (File Local Variables): Remove the special case t for
647 safe-local-variable.
648
8ac3a455
RS
6492006-04-26 Richard Stallman <rms@gnu.org>
650
651 * syntax.texi (Parsing Expressions): Minor cleanup.
652
290e4aae
RS
6532006-04-18 Richard Stallman <rms@gnu.org>
654
655 * tips.texi (Coding Conventions): Explain when the package's
656 prefix should appear later on (not at the start of the name).
657
658 * searching.texi (String Search): Clarify effect of NOERROR.
659
660 * modes.texi (Imenu): Clarify what special items do.
661
662 * hooks.texi (Standard Hooks): Delete text about old hook names.
663
1e2b8ce5
RF
6642006-04-17 Romain Francoise <romain@orebokech.com>
665
666 * variables.texi (Local Variables): Update the default value of
667 `max-specpdl-size'.
668
51fa34bc
MB
6692006-04-15 Michael Olson <mwolson@gnu.org>
670
671 * processes.texi (Transaction Queues): Mention the new optional
672 `delay-question' argument for `tq-enqueue'.
673
61f32d39
BW
6742006-04-13 Bill Wohler <wohler@newt.com>
675
676 * customize.texi (Common Keywords): Use dotted notation for
50b7bce0
BW
677 :package-version value. Specify its values. Improve documentation
678 for customize-package-emacs-version-alist.
61f32d39 679
4f8ed159
BW
6802006-04-12 Bill Wohler <wohler@newt.com>
681
682 * customize.texi (Common Keywords): Move description of
683 customize-package-emacs-version-alist to @defvar.
684
e5e864ab
BW
6852006-04-10 Bill Wohler <wohler@newt.com>
686
687 * customize.texi (Common Keywords): Add :package-version.
688
6c230417
KS
6892006-04-10 Kim F. Storm <storm@cua.dk>
690
691 * text.texi (Buffer Contents): Add NOPROPS arg to
692 filter-buffer-substring.
693
d82eac8f
EZ
6942006-04-08 Kevin Ryde <user42@zip.com.au>
695
696 * os.texi (Command-Line Arguments): Update xref to emacs manual
697 "Command Arguments" -> "Emacs Invocation", per change there.
698
4f815b29
TTN
6992006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
700
701 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
702 be on one line to help makeinfo not render two spaces after the dot.
703
122c3009
RS
7042006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
705
706 * strings.texi (Predicates for Strings): Add string-or-null-p.
707
da68bc3d
KS
7082006-03-28 Kim F. Storm <storm@cua.dk>
709
710 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
711 remarks about systems that don't support fractional seconds.
712
b223e22d
KB
7132006-03-25 Karl Berry <karl@gnu.org>
714
fc2cb772 715 * elisp.texi: Use @copyright{} instead of (C), and do not indent
b223e22d
KB
716 the year list.
717
b756c64c
NR
7182006-03-21 Nick Roberts <nickrob@snap.net.nz>
719
720 * display.texi (Fringe Indicators): Fix typos.
721
fe3dca59
LT
7222006-03-19 Luc Teirlinck <teirllm@auburn.edu>
723
c287ad03 724 * tips.texi (Documentation Tips): One can now also write `program'
fe3dca59
LT
725 in front of a quoted symbol in a docstring to prevent making a
726 hyperlink.
727
e91d4202
AM
7282006-03-19 Alan Mackenzie <acm@muc.de>
729
290e4aae 730 * text.texi (Special Properties): Clarify `fontified' property.
e91d4202 731
e8a5f60b
RS
7322006-03-16 Richard Stallman <rms@gnu.org>
733
734 * display.texi (Defining Images): Minor cleanup.
735
486daaa5
BW
7362006-03-16 Bill Wohler <wohler@newt.com>
737
738 * display.texi (Defining Images): In image-load-path-for-library,
739 prefer user's images.
740
4ffc92c2
SM
7412006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
742
743 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
744
874a6ef8
BW
7452006-03-15 Bill Wohler <wohler@newt.com>
746
747 * display.texi (Defining Images): Fix example in
748 image-load-path-for-library by not recommending that one binds
fc2cb772 749 image-load-path. Just defvar it to placate compiler and only use
874a6ef8
BW
750 it if previously defined.
751
70949f30
BW
7522006-03-14 Bill Wohler <wohler@newt.com>
753
754 * display.texi (Defining Images): In image-load-path-for-library,
755 always return list of directories. Update example.
756
c852c516
AM
7572006-03-14 Alan Mackenzie <acm@muc.de>
758
759 * modes.texi: New node, "Region to Fontify" (for Font Lock).
760 This describes font-lock-extend-region-function.
4ffc92c2 761 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
c852c516
AM
762 the new node "Region to Fontify".
763
7cd3712b
RS
7642006-03-13 Richard Stallman <rms@gnu.org>
765
766 * display.texi (Invisible Text): The impossible position is
767 now before the invisible text, not after.
768 (Defining Images): Clean up last change.
769
2c676341
BW
7702006-03-11 Bill Wohler <wohler@newt.com>
771
772 * display.texi (Defining Images): Add image-load-path-for-library.
773
6f49b4c5
LT
7742006-03-11 Luc Teirlinck <teirllm@auburn.edu>
775
2d14c9bf
LT
776 * text.texi (Adaptive Fill): Fix Texinfo usage.
777
778 * strings.texi (Creating Strings): Fix Texinfo usage.
779
6f49b4c5
LT
780 * searching.texi (Regexp Special): Use @samp for regular
781 expressions that are not in Lisp syntax.
782
fc1d3386
LT
7832006-03-08 Luc Teirlinck <teirllm@auburn.edu>
784
785 * searching.texi (Regexp Special): Put remark between parentheses
786 to avoid misreading.
787
7b2c2ca9
LT
7882006-03-07 Luc Teirlinck <teirllm@auburn.edu>
789
790 * searching.texi (Syntax of Regexps): More accurately describe
791 which characters are special in which situations.
792 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
793 are not special. Describe in detail when `[' and `]' are special.
794 (Regexp Backslash): Plenty of regexps with unbalanced square
795 brackets are valid, so reword that statement.
796
f79bc642
KS
7972006-03-02 Kim F. Storm <storm@cua.dk>
798
799 * keymaps.texi (Tool Bar): Add tool-bar-border.
800
1d9a5237
LT
8012006-02-28 Luc Teirlinck <teirllm@auburn.edu>
802
a86b01fa 803 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 804
2534ef94
LT
8052006-02-27 Luc Teirlinck <teirllm@auburn.edu>
806
807 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
808
809 * files.texi (Locating Files): Suggest additional values for the
810 SUFFIXES arg of `locate-file'. Update pxref.
811
812 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
813 (How Programs Do Loading): Discuss the effects of Auto Compression
814 mode on `load'.
815 (Load Suffixes): New node.
394e96d5 816 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
817 moved to "Load Suffixes".
818 (Autoload, Named Features): Mention `load-suffixes'.
819
dd9959da 8202006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
821
822 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
823
824 * windows.texi (Window Tree): Fix typo.
825
49af2995
KS
8262006-02-20 Kim F. Storm <storm@cua.dk>
827
828 * display.texi (Fringe Indicators): New section.
829 Move indicate-empty-lines, indicate-buffer-boundaries, and
830 default-indicate-buffer-boundaries here.
831 Add fringe-indicator-alist and default-fringes-indicator-alist.
832 Add list of logical fringe indicator symbols.
833 Update list of standard bitmap names.
834 (Fringe Cursors): New section.
835 Move overflow-newline-into-fringe here.
836 Add fringe-cursor-alist and default-fringes-cursor-alist.
837 Add list of fringe cursor symbols.
838
58f71009
JB
8392006-02-20 Juanma Barranquero <lekktu@gmail.com>
840
841 * commands.texi (Using Interactive): Fix reference to node
842 "Minibuffers".
843
5498b6af
RS
8442006-02-19 Richard M. Stallman <rms@gnu.org>
845
846 * minibuf.texi (High-Level Completion):
847 Add xref to read-input-method-name.
848
849 * files.texi (Relative File Names): Move file-relative-name here.
850 (File Name Expansion): From here. Minor clarifications.
851
852 * commands.texi (Using Interactive): Add xrefs about reading input.
853 Clarify remarks about that moving point and mark.
854 Put string case before list case.
855
43ce897a 8562006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68 857
4ffc92c2
SM
858 * display.texi (Other Display Specs, Image Descriptors):
859 Revert erroneous changes. The previous description of
860 image-descriptors as `(image . PROPS)' was correct.
b6498a68 861
1324d26e
RS
8622006-02-14 Richard M. Stallman <rms@gnu.org>
863
864 * variables.texi (File Local Variables): Clarifications.
865
0da93350
JB
8662006-02-14 Juanma Barranquero <lekktu@gmail.com>
867
868 * variables.texi (File Local Variables): Use @code for a cons
869 cell, not @var.
870
51a39bab
CY
8712006-02-13 Chong Yidong <cyd@stupidchicken.com>
872
873 * variables.texi (File Local Variables): Document new file local
874 variable behavior.
875
d342156c
KS
8762006-02-10 Kim F. Storm <storm@cua.dk>
877
878 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
879
8392fe4a
JB
8802006-02-08 Juanma Barranquero <lekktu@gmail.com>
881
882 * modes.texi (%-Constructs): Remove obsolete info about
883 `global-mode-string'.
884
cd6cd82a
RS
8852006-02-07 Richard M. Stallman <rms@gnu.org>
886
d78dc2d8
RS
887 * commands.texi (Prefix Command Arguments): Minor cleanup.
888
889 * display.texi: "Graphical display", not window system.
890
cd6cd82a
RS
891 * functions.texi (What Is a Function): Fix xref.
892
893 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
894 (Changing Key Bindings): Clarify when remapping is better than
895 substitute-key-definition.
896
8972006-02-02 Richard M. Stallman <rms@gnu.org>
898
899 * minibuf.texi (Basic Completion): Completion alists are risky.
900
901 * keymaps.texi (Active Keymaps): Clarifications.
902 (Searching Keymaps): New node.
903 (Keymaps): Update menu.
904
905 * frames.texi (Layout Parameters): Minor clarification.
906 (Drag and Drop): New node.
907 (Frames): Update menu.
908
cf052abc
CY
9092006-01-29 Chong Yidong <cyd@stupidchicken.com>
910
4ffc92c2
SM
911 * display.texi (Other Display Specs, Image Descriptors):
912 Image description is a list, not a cons cell.
cf052abc 913
1f2907ee
LT
9142006-01-28 Luc Teirlinck <teirllm@auburn.edu>
915
916 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
917 list is not necessarily a list).
918
a849f77d
EZ
9192006-01-27 Eli Zaretskii <eliz@gnu.org>
920
921 * frames.texi (Layout Parameters): border-width and
922 internal-border-width belong to the frame, not the window.
923
d322eb9b
RS
9242006-01-19 Richard M. Stallman <rms@gnu.org>
925
926 * nonascii.texi (Translation of Characters): Search cmds use
927 translation-table-for-input. Automatically made local.
928
929 * markers.texi (Overview of Markers): Count insertion type
930 as one of a marker's attributes.
931
cd6cd82a
RS
932 * keymaps.texi (Controlling Active Maps): New node, split out of
933 Active Keymaps.
934 (Keymaps): Menu updated.
935 (Active Keymaps): Give pseudocode to explain how the active
936 maps are searched. current-active-maps and key-binding moved here.
937 (Functions for Key Lookup): current-active-maps and key-binding moved.
938 Clarifications.
939 (Searching the Keymaps): New subnode.
940
d322eb9b
RS
941 * elisp.texi (Top): Menu clarification.
942
943 * display.texi (Other Display Specs): Delete duplicate entry for
944 just a string as display spec. Move text about recursive display
945 specs on such a string.
946
947 * commands.texi (Key Sequence Input): Clarify.
948 Move num-nonmacro-input-events out.
949 (Reading One Event): num-nonmacro-input-events moved here.
950
2ac77b5a
NR
9512006-01-14 Nick Roberts <nickrob@snap.net.nz>
952
953 * advice.texi (Simple Advice): Update example to fit argument
954 change in previous-line.
955
a203a18c
RS
9562006-01-05 Richard M. Stallman <rms@gnu.org>
957
958 * markers.texi (The Mark): Fix in `mark'.
959
d9043ddf
RS
9602006-01-04 Richard M. Stallman <rms@gnu.org>
961
962 * processes.texi (Misc Network, Make Network): Minor cleanups.
963
8a5db8ae
KS
9642006-01-04 Kim F. Storm <storm@cua.dk>
965
966 * processes.texi (Make Network): Add IPv6 addresses and handling.
967 (Network Feature Testing): Mention (:family ipv6).
968 (Misc Network): Add IPv6 formats to format-network-address.
969
19bb7940
RS
9702005-12-30 Richard M. Stallman <rms@gnu.org>
971
972 * text.texi (Changing Properties):
973 Don't use return value of set-text-properties.
974
b9cb50d9
LT
9752005-12-29 Luc Teirlinck <teirllm@auburn.edu>
976
977 * modes.texi (Mode Line Format): Correct typo in menu.
978
94a867a6
RS
9792005-12-29 Richard M. Stallman <rms@gnu.org>
980
981 * modes.texi (Mode Line Top): New node.
982 (Mode Line Data): Some text moved to new node.
983 Explain the data structure more concretely.
984 (Mode Line Basics): Clarifications.
985 (Mode Line Variables): Clarify intro paragraph.
986 (%-Constructs): Clarify intro paragraph.
987 (Mode Line Format): Update menu.
988
ba455131
LT
9892005-12-28 Luc Teirlinck <teirllm@auburn.edu>
990
991 * minibuf.texi (Basic Completion): Update lazy-completion-table
992 examples for removal of ARGS argument.
993
2b6abe1e
RS
9942005-12-23 Richard M. Stallman <rms@gnu.org>
995
996 * text.texi (Undo): Restore some explanation from the version
997 that was deleted.
998
2d7409f2
EZ
9992005-12-23 Eli Zaretskii <eliz@gnu.org>
1000
abeb5483 1001 * text.texi (Undo): Remove duplicate descriptions of `apply
2d7409f2
EZ
1002 funname' and `apply delta' elements of the undo list.
1003
2e23b82e
RS
10042005-12-20 Richard M. Stallman <rms@gnu.org>
1005
1006 * help.texi (Help Functions): Update documentation of `apropos'.
1007
a31687ce
LT
10082005-12-20 Luc Teirlinck <teirllm@auburn.edu>
1009
1010 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1011 because it is confusing. If the :help-echo keyword is a function,
1012 it is not directly used as the :help-echo overlay property, as the
1013 xref seems to suggest (it does not take the appropriate args).
1014
0e83c4e9
LT
10152005-12-19 Luc Teirlinck <teirllm@auburn.edu>
1016
1017 * customize.texi (Common Keywords): Fix Texinfo usage.
1018 (Group Definitions, Variable Definitions): Update for new
1019 conventions for using `*' in docstrings.
77df907a
LT
1020
1021 * tips.texi (Documentation Tips): Update for new conventions for
1022 using `*' in docstrings.
1023
69487a1f
RS
10242005-12-16 Richard M. Stallman <rms@gnu.org>
1025
1026 * minibuf.texi (Minibuffer Contents): Minor cleanup.
1027
2a502a32
JL
10282005-12-16 Juri Linkov <juri@jurta.org>
1029
1030 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1031
b158c851
RF
10322005-12-14 Romain Francoise <romain@orebokech.com>
1033
1034 * modes.texi (Customizing Keywords): Rename `append' to `how'.
1035 Fix typo.
1036
d7d1f75e
JL
10372005-12-11 Juri Linkov <juri@jurta.org>
1038
1039 * minibuf.texi (Completion Commands): Add mention of read-file-name
1040 for filename completion keymaps.
1041 (Reading File Names): Add mention of filename completion keymaps
1042 for read-file-name and xref to `Completion Commands'.
1043
4b1c16c2
RS
10442005-12-10 Richard M. Stallman <rms@gnu.org>
1045
1046 * customize.texi (Common Keywords): State caveats for use of :tag.
1047
1d49d5d9
RS
10482005-12-08 Richard M. Stallman <rms@gnu.org>
1049
2663a204
RS
1050 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1051 with xrefs and better explanation.
1052 (Completion Commands): Add the filename completion maps.
1053
1d49d5d9
RS
1054 * objects.texi (Character Type): Clarify that \s is not space
1055 if a dash follows.
1056
fa0d4d0c
RS
10572005-12-05 Richard M. Stallman <rms@gnu.org>
1058
1059 * windows.texi (Resizing Windows): Delete preserve-before args.
1060
d64b177a
SM
10612005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1062
1063 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1064 in full keymaps, since the quirk has been fixed.
1065
79019cc9
EZ
10662005-12-03 Eli Zaretskii <eliz@gnu.org>
1067
1068 * hooks.texi (Standard Hooks): Add index entries. Mention
1069 `compilation-finish-functions'.
1070
161ef3be
RS
10712005-11-27 Richard M. Stallman <rms@gnu.org>
1072
1073 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1074
17c1971a
JL
10752005-11-21 Juri Linkov <juri@jurta.org>
1076
1077 * customize.texi (Common Keywords): Update links types
1078 custom-manual and url-link. Add link types emacs-library-link,
1079 file-link, function-link, variable-link, custom-group-link.
1080
5890344b
CY
10812005-11-20 Chong Yidong <cyd@stupidchicken.com>
1082
1083 * display.texi: Revert 2005-11-20 change.
1084
cbce0752
TTN
10852005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1086
1087 * processes.texi (Bindat Functions):
1088 Say "third" to refer to zero-based index "2".
1089
ff04c885
LT
10902005-11-18 Luc Teirlinck <teirllm@auburn.edu>
1091
1092 * loading.texi (Library Search): Update the default value of
1093 `load-suffixes'.
1094
ce8d4e00
CY
10952005-11-17 Chong Yidong <cyd@stupidchicken.com>
1096
1097 * display.texi (Attribute Functions): Mention :ignore-defface.
1098
cbad4a9e
SM
10992005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1100
1101 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 1102 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 1103
fda12b27
RS
11042005-11-06 Richard M. Stallman <rms@gnu.org>
1105
1106 * files.texi (Magic File Names): find-file-name-handler checks the
1107 `operations' property of the handler.
1108
e082564e
RS
11092005-11-03 Richard M. Stallman <rms@gnu.org>
1110
1111 * variables.texi (Frame-Local Variables): Small clarification.
1112
f0cdd9e4
CY
11132005-10-29 Chong Yidong <cyd@stupidchicken.com>
1114
1115 * os.texi (Init File): Document ~/.emacs.d/init.el.
1116
685abb98
RS
11172005-10-29 Richard M. Stallman <rms@gnu.org>
1118
1119 * internals.texi (Garbage Collection): Document memory-full.
1120
7000848e
BW
11212005-10-28 Bill Wohler <wohler@newt.com>
1122
1123 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1124 for URLs.
1125
107fb6c9
RS
11262005-10-28 Richard M. Stallman <rms@gnu.org>
1127
1128 * minibuf.texi (Completion Commands): Clean up prev change.
1129
11302005-10-26 Kevin Ryde <user42@zip.com.au>
1131
1132 * compile.texi (Eval During Compile): Explain recommended uses
1133 of eval-when-compile and eval-and-compile.
1134
1d8e69a2
MY
11352005-10-27 Masatake YAMATO <jet@gyve.org>
1136
cbad4a9e 1137 * minibuf.texi (Completion Commands):
1d8e69a2 1138 Write about new optional argument for `display-completion-list'.
cbad4a9e 1139
6a897887
RS
11402005-10-23 Richard M. Stallman <rms@gnu.org>
1141
1142 * display.texi (Overlay Arrow): Clarify about local bindings of
1143 overlay-arrow-position.
1144
6d1e17be
EZ
11452005-10-22 Eli Zaretskii <eliz@gnu.org>
1146
1147 * internals.texi (Building Emacs): Fix last change.
1148
db5fe0a6
RS
11492005-10-22 Richard M. Stallman <rms@gnu.org>
1150
1151 * internals.texi (Building Emacs): Document eval-at-startup.
1152
45158e77
RS
11532005-10-21 Richard M. Stallman <rms@gnu.org>
1154
1155 * loading.texi (Where Defined): load-history contains abs file names.
1156 symbol-file returns abs file names.
1157
e50165ec
KS
11582005-10-19 Kim F. Storm <storm@cua.dk>
1159
1160 * display.texi (Showing Images): Add max-image-size integer value.
1161
63ab30d0
CY
11622005-10-18 Chong Yidong <cyd@stupidchicken.com>
1163
1164 * display.texi (Showing Images): Document max-image-size.
1165
f8252852
RS
11662005-10-17 Richard M. Stallman <rms@gnu.org>
1167
1168 * commands.texi (Quitting): Minor clarification.
1169
1170 * processes.texi (Sentinels): Clarify about output and quitting.
1171 (Filter Functions): Mention with-local-quit.
1172
c1bed3aa
JL
11732005-10-17 Juri Linkov <juri@jurta.org>
1174
1175 * buffers.texi (Current Buffer):
1176 * commands.texi (Event Input Misc):
1177 * compile.texi (Eval During Compile, Compiler Errors):
1178 * customize.texi (Group Definitions):
1179 * display.texi (Progress, Defining Faces):
1180 * files.texi (Writing to Files):
1181 * modes.texi (Mode Hooks, Defining Minor Modes):
1182 * streams.texi (Output Functions):
1183 * syntax.texi (Syntax Table Functions):
1184 * text.texi (Change Hooks):
1185 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
1186
1187 * commands.texi (Quitting): Replace arg `forms' with `body' in
1188 `with-local-quit'.
1189
1190 * positions.texi (Excursions): Replace arg `forms' with `body' in
1191 `save-excursion'.
1192
ef1b4c9e
KS
11932005-10-08 Kim F. Storm <storm@cua.dk>
1194
1195 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
1196 Rename manual section accordingly.
1197
abc8ce50
KS
11982005-10-04 Kim F. Storm <storm@cua.dk>
1199
1200 * windows.texi (Window Split Tree): New section describing
1201 new function window-split-tree function.
1202
a1f5a1f0
NR
12032005-10-03 Nick Roberts <nickrob@snap.net.nz>
1204
1205 * display.texi (Fringe Size/Pos): Simplify and add detail.
1206
97c3e4cc
RF
12072005-09-30 Romain Francoise <romain@orebokech.com>
1208
1209 * minibuf.texi (High-Level Completion): Explain that the prompt
1210 given to `read-buffer' should end with a colon and a space.
1211 Update usage examples.
1212
8ad8c5ce
JL
12132005-09-29 Juri Linkov <juri@jurta.org>
1214
1215 * display.texi (Displaying Messages): Rename argument name
1216 `string' to `format-string' in functions `message', `message-box',
1217 `message-or-box'.
1218
63182706
CY
12192005-09-26 Chong Yidong <cyd@stupidchicken.com>
1220
fc2cb772 1221 * errors.texi (Standard Errors): Correct xrefs.
63182706 1222
906320ec
CY
12232005-09-18 Chong Yidong <cyd@stupidchicken.com>
1224
fc2cb772 1225 * display.texi (Defining Images): Update documentation for
906320ec
CY
1226 `image-load-path'.
1227
8ccd3630
RS
12282005-09-17 Richard M. Stallman <rms@gnu.org>
1229
1230 * display.texi (Defining Images): Clean up previous change.
1231
7260457b
RF
12322005-09-16 Romain Francoise <romain@orebokech.com>
1233
1234 * elisp.texi: Specify GFDL version 1.2.
1235
1236 * doclicense.texi (GNU Free Documentation License): Update to
1237 version 1.2.
1238
5b51c037
CY
12392005-09-15 Chong Yidong <cyd@stupidchicken.com>
1240
1241 * display.texi (Defining Images): Document `image-load-path'.
1242
5c4757d3
RS
12432005-09-15 Richard M. Stallman <rms@gnu.org>
1244
1245 * objects.texi (Printed Representation): Minor cleanup.
1246 (Box Diagrams): Minor fix.
1247 (Cons Cell Type): Move (...) index item here.
1248 (Box Diagrams): From here.
1249 (Array Type): Minor fix.
1250 (Type Predicates): Delete index "predicates".
1251 (Hash Table Type): Clarify xref.
1252 (Dotted Pair Notation): Minor fix.
1253
2bb8b80c
CY
12542005-09-10 Chong Yidong <cyd@stupidchicken.com>
1255
1256 * files.texi (Saving Buffers): Fix typo.
1257
47b8bc5d
RS
12582005-09-08 Richard M. Stallman <rms@gnu.org>
1259
1260 * tips.texi (Programming Tips): Correct the "default" prompt spec.
1261
475aab0d
CY
12622005-09-08 Chong Yidong <cyd@stupidchicken.com>
1263
1264 * locals.texi (Standard Buffer-Local Variables): Don't include
1265 mode variables for minor modes.
1266 Fix xrefs for buffer-display-count, buffer-display-table,
1267 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1268 enable-multibyte-characters, fill-column, header-line-format,
1269 left-fringe-width, left-margin, and right-fringe-width.
1270
1271 * hooks.texi (Standard Hooks): All hooks should conform to the
1272 standard naming convention now.
1273 Fix xref for `echo-area-clear-hook'.
1274
1275 * display.texi (Usual Display): Note that indicate-empty-lines and
1276 tab-width are buffer-local.
1277
1278 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1279
1280 * modes.texi (Mode Help): Note that major-mode is buffer-local.
1281
1282 * nonascii.texi (Encoding and I/O): Note that
1283 buffer-file-coding-system is buffer-local.
1284
1285 * positions.texi (List Motion): Note that defun-prompt-regexp is
1286 buffer-local.
1287
1288 * text.texi (Auto Filling): Note that auto-fill-function is
1289 buffer-local.
1290 (Undo): Note that buffer-undo-list is buffer-local.
1291
1292 * windows.texi (Buffers and Windows): Document
1293 buffer-display-count.
1294
2a6bc1f7
RS
12952005-09-06 Richard M. Stallman <rms@gnu.org>
1296
1297 * tips.texi (Coding Conventions): Sometimes it is ok to put the
1298 package prefix elsewhere than at the start of the name.
1299
d7ea8b71
RS
13002005-09-03 Richard M. Stallman <rms@gnu.org>
1301
1302 * tips.texi (Programming Tips): Add conventions for minibuffer
1303 questions and prompts.
1304
0c6087a6
RS
13052005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
1306
1307 * intro.texi (nil and t): Minor cleanup.
1308 Delete spurious mention of keyword symbols.
1309 (Evaluation Notation): Add index entry.
1310 (A Sample Function Description): Minor cleanup.
1311 (A Sample Variable Description): Not all vars can be set.
1312
4b5fa40e
TTN
13132005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
1314
1315 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1316
1317 (Insertion): Document precise type of `insert-char' arg COUNT.
1318
34b50776
SM
13192005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1320
1321 * modes.texi (Other Font Lock Variables): Sync the default of
1322 font-lock-lines-before.
1323
c1105d05
MA
13242005-08-31 Michael Albinus <michael.albinus@gmx.de>
1325
1326 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1327
62929713
RS
13282005-08-29 Richard M. Stallman <rms@gnu.org>
1329
1330 * elisp.texi (Top): Update subnode menu.
1331
1332 * searching.texi (Searching and Matching): Move node.
1333 Rearrange contents and add overall explanation.
1334 (Searching and Case): Move node.
1335 (Searching and Matching): Update menu.
1336
0fb57cc0
EZ
13372005-08-27 Eli Zaretskii <eliz@gnu.org>
1338
1339 * os.texi (Startup Summary): Fix the description of the initial
1340 startup message display.
1341
3e80c4c1
RS
13422005-08-25 Richard M. Stallman <rms@gnu.org>
1343
1344 * searching.texi (Search and Replace): Add replace-regexp-in-string.
1345
13462005-08-25 Emilio C. Lopes <eclig@gmx.net>
1347
1348 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1349 `next-overlay-change' example.
c1105d05 1350
79a8defb
JL
13512005-08-22 Juri Linkov <juri@jurta.org>
1352
1353 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1354 Fix invert-face. Fix args of face-background.
1355
16691d29
JL
1356 * display.texi (Standard Faces): Delete node.
1357 (Faces): Add xref to `(emacs)Standard Faces'.
1358 (Displaying Faces): Fix xref to `Standard Faces'.
1359
1360 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1361
217b694f
EZ
13622005-08-20 Alan Mackenzie <acm@muc.de>
1363
1364 * buffers.texi (The Buffer List): Clarify the manipulation of the
1365 buffer list.
1366
0bf14bfd
RS
13672005-08-14 Richard M. Stallman <rms@gnu.org>
1368
7ad1498e
AS
1369 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1370 a regexp.
0bf14bfd 1371
c118d09e
RS
13722005-08-11 Richard M. Stallman <rms@gnu.org>
1373
59cb8c23
RS
1374 * elisp.texi (Top): Update subnode lists.
1375
1376 * display.texi (Inverse Video): Node deleted.
1377
c118d09e
RS
1378 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1379 New nodes split out of Coding Conventions.
1380
1381 * searching.texi (Regular Expressions): Document re-builder.
1382
1383 * os.texi (Time Parsing): New node split out of Time Conversion.
1384
1385 * processes.texi (Misc Network, Network Feature Testing)
1386 (Network Options, Make Network): New nodes split out of
1387 Low-Level Network.
1388
67ec7f41
RS
13892005-08-09 Richard M. Stallman <rms@gnu.org>
1390
76d47f0d
RS
1391 * frames.texi (Geometry): New node, split from Size and Position.
1392 (Frame Parameters): Refer to Geometry.
1393
67ec7f41 1394 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 1395
67ec7f41
RS
1396 * windows.texi (Splitting Windows): Fix xref.
1397
1398 * frames.texi (Layout Parameters): Add xref.
1399
1400 * display.texi (Line Height, Scroll Bars): Fix xrefs.
1401
1402 * keymaps.texi (Menu Bar): Fix xref.
1403
1404 * locals.texi (Standard Buffer-Local Variables): Fix xref.
1405
1406 * modes.texi (%-Constructs): Fix xref.
1407
1408 * frames.texi (Window Frame Parameters): Node split up.
1409 (Basic Parameters, Position Parameters, Size Parameters)
1410 (Layout Parameters, Buffer Parameters, Management Parameters)
1411 (Cursor Parameters, Color Parameters): New subnodes.
1412
adb5e445
LT
14132005-08-09 Luc Teirlinck <teirllm@auburn.edu>
1414
1415 * positions.texi (Screen Lines): Update xref for previous change
1416 in minibuf.texi.
1417
1418 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1419 change in minibuf.texi.
1420
61298e17
RS
14212005-08-09 Richard M. Stallman <rms@gnu.org>
1422
1423 * tips.texi (Coding Conventions): Minor cleanup.
1424
1425 * modes.texi (Defining Minor Modes): Explain when init-value
1426 can be non-nil.
1427
1428 * elisp.texi (Top): Update submenu for Minibuffer.
1429
1430 * minibuf.texi (Minibuffer Misc): Node split up.
1431 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1432 (Recursive Mini): New nodes split out from Minibuffer Misc.
1433 (Minibuffer Misc): Document max-mini-window-height.
1434
1435 * hash.texi (Defining Hash): Delete stray paren in example.
1436
1437 * display.texi (Echo Area Customization): Don't define
1438 max-mini-window-height here; xref instead.
1439
1440 * commands.texi (Event Input Misc): Update while-no-input.
1441
1442 * advice.texi (Advising Functions): Explain when to use advice
1443 and when to use a hook.
1444
43e124e6
EZ
14452005-07-30 Eli Zaretskii <eliz@gnu.org>
1446
1447 * makefile.w32-in (info): Don't run install-info.
1448 ($(infodir)/dir): New target, produced by running install-info.
1449
653aea22
LT
14502005-07-27 Luc Teirlinck <teirllm@auburn.edu>
1451
1452 * modes.texi (Defining Minor Modes): The keyword for the initial
1453 value is :init-value, not :initial-value.
1454
ba6ebbd5
EZ
14552005-07-23 Eli Zaretskii <eliz@gnu.org>
1456
1457 * loading.texi (Autoload): Make the `doctor' example be consistent
1458 with what's in current loaddefs.el. Describe the "fn" magic in
1459 the usage portion of the doc string.
1460
6696f2a4
RS
14612005-07-22 Richard M. Stallman <rms@gnu.org>
1462
1463 * internals.texi (Garbage Collection): Clarify previous change.
1464
0c17e67c
SM
14652005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
1466
1467 * internals.texi (Garbage Collection): Add gc-cons-percentage.
1468
426179e1
JL
14692005-07-18 Juri Linkov <juri@jurta.org>
1470
1471 * commands.texi (Accessing Events):
1472 * frames.texi (Text Terminal Colors, Resources):
1473 * markers.texi (The Mark):
1474 * modes.texi (Defining Minor Modes):
1475 Delete duplicate duplicate words.
1476
9b0c2c56
RS
14772005-07-16 Richard M. Stallman <rms@gnu.org>
1478
1479 * display.texi (Managing Overlays): Clarify make-overlay
1480 args for insertion types.
1481
fd90b80c
LT
14822005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1483
0c17e67c
SM
1484 * customize.texi (Variable Definitions):
1485 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
1486 `standard-value' is a list too.
1487 (Defining New Types): Use @key{RET} instead of @key{ret}.
1488
37aa90e5
TTN
14892005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
1490
1491 * os.texi (Translating Input): Fix typo.
1492
917e0c95
RS
14932005-07-08 Richard M. Stallman <rms@gnu.org>
1494
1495 * README: Update edition number and size estimate.
1496
1497 * elisp.texi (VERSION): Set to 2.9.
1498
7d90e71d
RS
14992005-07-07 Richard M. Stallman <rms@gnu.org>
1500
c330dafe
RS
1501 * book-spine.texinfo: Update Emacs version.
1502
7d90e71d
RS
1503 * display.texi (Inverse Video): Delete mode-line-inverse-video.
1504
dc2204be
RS
15052005-07-06 Richard M. Stallman <rms@gnu.org>
1506
1507 * searching.texi (Regexp Search): Clarify what re-search-forward
1508 does when the search fails.
1509
a0ec7a4a
LK
15102005-07-05 Lute Kamstra <lute@gnu.org>
1511
dc2204be 1512 * Update FSF's address in GPL notices.
a0ec7a4a
LK
1513
1514 * doclicense.texi (GNU Free Documentation License):
1515 * gpl.texi (GPL):
1516 * tips.texi (Coding Conventions, Library Headers):
1517 * vol1.texi:
1518 * vol2.texi: Update FSF's address.
1519
4af33176
RS
15202005-07-04 Richard M. Stallman <rms@gnu.org>
1521
1522 * hooks.texi (Standard Hooks): Add occur-hook.
1523
b3ab615b
LT
15242005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1525
1526 * display.texi (The Echo Area): Correct menu.
1527
3d393029
RS
15282005-07-03 Richard M. Stallman <rms@gnu.org>
1529
7fe48b75
RS
1530 * elisp.texi (Top): Update subnode menu for Display.
1531
1532 * display.texi (Displaying Messages): New node, with most
1533 of what was in The Echo Area.
1534 (Progress): Moved under The Echo Area.
1535 (Logging Messages): New node with new text.
1536 (Echo Area Customization): New node, the rest of what was
1537 in The Echo Area. Document message-truncate-lines with @defvar.
1538 (Display): Update menu.
1539
3d393029
RS
1540 * windows.texi (Textual Scrolling): Doc 3 values for
1541 scroll-preserve-screen-position.
1542
1543 * text.texi (Special Properties): Change hook functions
1544 should bind inhibit-modification-hooks around altering buffer text.
1545
1546 * keymaps.texi (Key Binding Commands): Call binding BINDING
1547 rather than DEFINITION.
1548
b26860ad
JB
15492005-06-29 Juanma Barranquero <lekktu@gmail.com>
1550
1551 * variables.texi (Defining Variables): `user-variable-p' returns t
1552 for aliases of user options, nil for alias loops.
1553
025691ed
RS
15542005-06-28 Richard M. Stallman <rms@gnu.org>
1555
1556 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
1557 make-keymap.
1558
b61bfa4d
LT
15592005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1560
1561 * variables.texi (Setting Variables): Correct and clarify
1562 description of `add-to-ordered-list'.
1563
24ee714d
RS
15642005-06-26 Richard M. Stallman <rms@gnu.org>
1565
1566 * display.texi (Faces): Minor cleanup.
1567
33b79ce4
LT
15682005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1569
1570 * display.texi (Faces): `facep' returns t for strings that are
1571 face names.
1572
df13531d
RS
15732005-06-25 Richard M. Stallman <rms@gnu.org>
1574
1575 * objects.texi (Equality Predicates): Clarify meaning of equal.
1576
1577 * windows.texi (Selecting Windows): save-selected-window
1578 and with-selected-window save and restore the current buffer.
1579
cf444441
RS
15802005-06-24 Richard M. Stallman <rms@gnu.org>
1581
1582 * numbers.texi (Float Basics): Explain how to test for NaN,
1583 and printing the sign of NaNs.
1584
6cdd056d
EZ
15852005-06-24 Eli Zaretskii <eliz@gnu.org>
1586
1587 * makefile.w32-in (MAKEINFO): Use --force.
1588
b93e3c3b
RS
15892005-06-23 Richard M. Stallman <rms@gnu.org>
1590
1591 * display.texi (Face Functions): Correct Texinfo usage.
1592
6fb276bd
LT
15932005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1594
1595 * lists.texi (Rings): `ring-elements' now returns the elements of
1596 RING in order.
1597
1d1c7e75
JB
15982005-06-23 Juanma Barranquero <lekktu@gmail.com>
1599
1600 * markers.texi (The Mark): Texinfo usage fix.
1601
9d12e52b
KS
16022005-06-23 Kim F. Storm <storm@cua.dk>
1603
1604 * searching.texi (Entire Match Data): Remove evaporate option for
1605 match-data. Do not mention evaporate option for set-match-data.
1606
6d44324c
GM
16072005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1608
1609 * display.texi (Face Functions): Mention face aliases.
1610
80df27a7
RS
16112005-06-21 Richard M. Stallman <rms@gnu.org>
1612
1613 * anti.texi (Antinews): Texinfo usage fix.
1614
e121563b
KB
16152005-06-21 Karl Berry <karl@gnu.org>
1616
9d7d543c
KB
1617 * elisp.texi: Use @copying.
1618
e121563b
KB
1619 * elisp.texi: Put @summarycontents and @contents before the Top
1620 node, instead of the end of the file, so that the contents appear
1621 in the right place in the dvi/pdf output.
1622
36a3b076
JL
16232005-06-21 Juri Linkov <juri@jurta.org>
1624
1625 * display.texi (Defining Faces): Add `customized-face'.
1626
5c796e80
KS
16272005-06-20 Kim F. Storm <storm@cua.dk>
1628
b7d1f38f
KS
1629 * variables.texi (Setting Variables): Any type of element can be
1630 given order in add-to-ordered-list. Compare elements with eq.
1631
5c796e80
KS
1632 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
1633
fb056bef
KB
16342005-06-20 Karl Berry <karl@gnu.org>
1635
1636 * syntax.texi (Syntax Flags): Make last column very slightly wider
1637 to avoid "generic comment" breaking on two lines and causing an
1638 underfull box.
1639
84398baa
LT
16402005-06-19 Luc Teirlinck <teirllm@auburn.edu>
1641
1642 * lists.texi (Rings): Various minor clarifications and corrections.
1643
07ff1e4b
RS
16442005-06-18 Richard M. Stallman <rms@gnu.org>
1645
1646 * functions.texi (Obsolete Functions): Simplify.
1647
1648 * variables.texi (Variable Aliases): Simplify.
1649
1650 * anti.texi, backups.texi, compile.texi, customization.texi:
1651 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
1652 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
1653 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
1654 * variables.texi: Fix formatting ugliness.
1655
1656 * elisp.texi: Add links to Rings and Byte Packing.
1657 Update version and copyright years.
1658
1659 * minibuf.texi: Fix formatting ugliness.
1660 (Completion Commands): Move keymap vars to the end
1661 and vars completing-read binds to the top.
1662
3f7fab24
LT
16632005-06-17 Luc Teirlinck <teirllm@auburn.edu>
1664
1665 * processes.texi: Fix typos.
1666 (Bindat Spec): Correct Texinfo error.
926c4c9b 1667 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 1668
f19b57e3
RS
16692005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
1670
1671 * lists.texi (Rings): New node.
1672 (Lists): Add it to menu.
1673
a80c5da7 1674 * processes.texi (Byte Packing): New node.
f19b57e3
RS
1675 (Processes): Add it to menu.
1676
16772005-06-17 Richard M. Stallman <rms@gnu.org>
1678
1679 * syntax.texi (Parsing Expressions): Fix texinfo usage.
1680
1681 * help.texi (Documentation Basics): Explain the xref to
1682 Documentation Tips.
1683
1684 * debugging.texi (Debugger Commands): Minor fix.
1685
67c1390d
LT
16862005-06-16 Luc Teirlinck <teirllm@auburn.edu>
1687
1688 * edebug.texi (Instrumenting): Eliminate duplicate link.
1689 (Specification List): Replace references to "below", referring to
1690 a later node, with one @ref to that node.
1691
1692 * os.texi (Timers): Timers should save and restore the match data
1693 if they change it.
1694
1695 * debugging.texi (Debugger Commands): Mention that the Lisp
1696 debugger can not step through primitive functions.
1697
51cd2a8c
JB
16982005-06-16 Juanma Barranquero <lekktu@gmail.com>
1699
1700 * functions.texi (Obsolete Functions): Update argument names of
1701 `make-obsolete' and `define-obsolete-function-alias'.
1702
1703 * variables.texi (Variable Aliases): Update argument names of
1704 `defvaralias', `make-obsolete-variable' and
1705 `define-obsolete-variable-alias'.
1706
f5e6ac4a
KS
17072005-06-15 Kim F. Storm <storm@cua.dk>
1708
1709 * searching.texi (Entire Match Data): Rephrase warnings about
1710 evaporate arg to match-data and set-match-data.
1711
fe2a9972
LT
17122005-06-14 Luc Teirlinck <teirllm@auburn.edu>
1713
67774855
LT
1714 * elisp.texi (Top): Update detailed menu.
1715
fe2a9972
LT
1716 * edebug.texi (Edebug): Update menu.
1717 (Instrumenting): Update xrefs.
1718 (Edebug Execution Modes): Correct xref.
1719 (Jumping): Clarify description of `h' command.
1720 Eliminate redundant @ref.
1721 (Breaks): New node.
1722 (Breakpoints): is now a subsubsection.
1723 (Global Break Condition): Mention `C-x X X'.
1724 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
1725 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
1726 (Edebug Display Update): Correct pxref.
1727 (Edebug and Macros): New node.
1728 (Instrumenting Macro Calls): Is now a subsubsection.
1729 Neither arg of `def-edebug-spec' is evaluated.
1730 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
1731 (Specification Examples): Fix typo.
1732
b59f605b
LK
17332005-06-14 Lute Kamstra <lute@gnu.org>
1734
1735 * debugging.texi (Function Debugging): Primitives can break on
1736 entry too.
1737
a5c99dc9
KS
17382005-06-14 Kim F. Storm <storm@cua.dk>
1739
1740 * variables.texi (Setting Variables): Add add-to-ordered-list.
1741
f99ed2f8
SM
17422005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 * syntax.texi (Parsing Expressions): Document aux functions and vars of
1745 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
1746
9d42ffaa
LK
17472005-06-13 Lute Kamstra <lute@gnu.org>
1748
1749 * text.texi (Special Properties): Fix cross reference.
1750
32cc0b00
LT
17512005-06-11 Luc Teirlinck <teirllm@auburn.edu>
1752
1753 * debugging.texi (Function Debugging): Delete mention of empty
1754 string argument to `cancel-debug-on-entry'. Delete inaccurate
1755 description of the return value of that command.
1756
98d1a1cf
EZ
17572005-06-11 Alan Mackenzie <acm@muc.de>
1758
1759 * text.texi (Adaptive Fill): Amplify the description of
1760 fill-context-prefix.
1761
4b53b8d7
LT
17622005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1763
84398baa 1764 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 1765
b5305167
SM
17662005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1767
1768 * syntax.texi (Parsing Expressions): Document syntax-ppss.
1769
9bd4c3ad
LT
17702005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1771
1772 * debugging.texi (Error Debugging): Minor rewording.
1773 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
1774 is optional.
1775
257914aa
LK
17762005-06-10 Lute Kamstra <lute@gnu.org>
1777
b5305167 1778 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
1779 (Top): Give it a title. Correct version number. Give the
1780 detailed node listing a more prominent header.
b5305167
SM
1781 * intro.texi: Don't set VERSION here a second time.
1782 Mention Emacs's version too.
257914aa
LK
1783 * anti.texi (Antinews): Use EMACSVER to refer to the current
1784 version of Emacs.
1785
b7aae902
KS
17862005-06-09 Kim F. Storm <storm@cua.dk>
1787
1788 * searching.texi (Entire Match Data): Explain new `reseat' argument to
1789 match-data and set-match-data.
1790
99598737
RS
17912005-06-08 Richard M. Stallman <rms@gnu.org>
1792
1793 * searching.texi (Entire Match Data): Clarify when match-data
1794 returns markers and when integers.
1795
1796 * display.texi (Defining Faces): Explain that face name should not
1797 end in `-face'.
1798
1799 * modes.texi (Mode Line Data): Minor cleanup.
1800 (Customizing Keywords): Node split out of Search-based Fontification.
1801 Add example of using font-lock-add-keywords from a hook.
1802 Clarify when MODE should be non-nil, and when nil.
1803
18042005-06-06 Richard M. Stallman <rms@gnu.org>
1805
1806 * modes.texi (Mode Line Data): Explain what happens when the car
1807 of a list is a void symbol.
1808 (Search-based Fontification): Explain MODE arg to
1809 font-lock-add-keywords and warn about calls from major modes.
1810
ecc8893a
JL
18112005-06-08 Juri Linkov <juri@jurta.org>
1812
1813 * display.texi (Standard Faces): Add `shadow' face.
1814
7fa9f4eb
LT
18152005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1816
1817 * modes.texi (Major Mode Conventions): A derived mode only needs
1818 to put the call to the parent mode inside `delay-mode-hooks'.
1819
bebcc4b1
RS
18202005-05-29 Richard M. Stallman <rms@gnu.org>
1821
c16b1394
RS
1822 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
1823 new, and what that implies. Clarify.
1824
1825 * files.texi (Locating Files): Clean up the text.
1826
bebcc4b1
RS
1827 * frames.texi (Window Frame Parameters): Document user-size.
1828 Shorten entry for top by referring to left.
1829
18302005-05-26 Richard M. Stallman <rms@gnu.org>
1831
1832 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
1833 is new, and what the implications are. Other clarifications.
1834
217797bc
RS
18352005-05-24 Richard M. Stallman <rms@gnu.org>
1836
1837 * frames.texi (Dialog Boxes): Minor fixes.
1838
3565fe07
MY
18392005-05-25 Masatake YAMATO <jet@gyve.org>
1840
1841 * display.texi (Standard Faces): Write about `mode-line-highlight'.
1842
817089df
LT
18432005-05-24 Luc Teirlinck <teirllm@auburn.edu>
1844
1845 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
1846 is optional.
1847
cb5db137
NR
18482005-05-24 Nick Roberts <nickrob@snap.net.nz>
1849
1850 * frames.texi (Dialog Boxes): Descibe new optional argument.
1851
3c8572f5
LK
18522005-05-23 Lute Kamstra <lute@gnu.org>
1853
1854 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
1855 syntax-begin-function over font-lock-beginning-of-syntax-function.
1856
2a4d7cb3
LT
18572005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1858
71f800cf
LT
1859 * minibuf.texi (Reading File Names): Update description of
1860 `read-directory-name'.
1861
2a4d7cb3
LT
1862 * modes.texi (Derived Modes): Clarify :group keyword.
1863
bb4afd09
EZ
18642005-05-21 Eli Zaretskii <eliz@gnu.org>
1865
b5305167
SM
1866 * files.texi (Locating Files): New subsection.
1867 Describe locate-file and executable-find.
bb4afd09 1868
a2c9aee6
EZ
18692005-05-21 Kevin Ryde <user42@zip.com.au>
1870
1871 * frames.texi (Initial Parameters): Update cross reference to
1872 "Emacs Invocation".
1873
6900105f
LT
18742005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1875
ca1b0914
LT
1876 * keymaps.texi (Active Keymaps): Add anchor.
1877
6900105f
LT
1878 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
1879 (Major Mode Conventions): Refer to `Auto Major Mode' in more
1880 appropriate place.
1881 (Derived Modes): Small clarifications.
b5305167
SM
1882 (Minor Mode Conventions, Keymaps and Minor Modes):
1883 Replace references to nodes with references to anchors.
6900105f
LT
1884 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
1885 Clarify description of lists whose first element is an integer.
1886 (Mode Line Variables): Add anchor.
1887 (%-Constructs): Clarify description of integer after %.
1888 (Emulating Mode Line): Describe nil value for FACE.
1889
54d06364
LT
18902005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1891
1892 * modes.texi (Derived Modes): Correct references to non-existing
1893 variable standard-syntax-table.
1894
f8d0b769
LK
18952005-05-17 Lute Kamstra <lute@gnu.org>
1896
1897 * modes.texi (Defining Minor Modes): Mention the mode hook.
1898
294c599c
KS
18992005-05-15 Kim F. Storm <storm@cua.dk>
1900
1901 * processes.texi (Network): Remove open-network-stream-nowait.
1902 (Network Servers): Remove open-network-stream-server.
1903
4214af69
LT
19042005-05-15 Luc Teirlinck <teirllm@auburn.edu>
1905
1906 * elisp.texi (Top): Update detailed menu.
1907
1908 * variables.texi: Reorder nodes.
1909 (Variables): Update menu.
1910 (File Local Variables): Do not refer to the `-*-' line as
1911 a "local variables list". Add pxref.
1912
302691ab
LT
19132005-05-14 Luc Teirlinck <teirllm@auburn.edu>
1914
56d4215a
LT
1915 * elisp.texi (Top): Update detailed menu for node changes.
1916
302691ab
LT
1917 * modes.texi (Modes): Update Menu.
1918 (Hooks): Move to beginning of chapter.
1919 Most minor modes run mode hooks too.
1920 `add-hook' can handle void hooks or hooks whose value is a single
1921 function.
1922 (Major Modes): Update Menu.
1923 (Major Mode Basics): New node, split off from `Major Modes'.
1924 (Major Mode Conventions): Correct xref. Explain how to handle
1925 auto-mode-alist if the major mode command has an autoload cookie.
1926 (Auto Major Mode): Major update. Add magic-mode-alist.
1927 (Derived Modes): Major update.
1928 (Mode Line Format): Update Menu.
1929 (Mode Line Basics): New node, split off from `Mode Line Format'.
1930
1931 * loading.texi (Autoload): Mention `autoload cookie' as synonym
1932 for `magic autoload comment'. Add index entries and anchor.
1933
d06ba294
RS
19342005-05-14 Richard M. Stallman <rms@gnu.org>
1935
1936 * tips.texi (Coding Conventions): Explain how important it is
1937 that just loading certain files not change Emacs behavior.
1938
1939 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
1940
405cb12a
LK
19412005-05-12 Lute Kamstra <lute@gnu.org>
1942
19958124
LK
1943 * modes.texi (Generic Modes): Update.
1944 (Major Modes): Refer to node "Generic Modes".
1945
405cb12a
LK
1946 * elisp.texi (Top): Update to the current structure of the manual.
1947 * processes.texi (Processes): Add menu description.
1948 * customize.texi (Customization): Add menu descriptions.
1949
f714dd1b
TTN
19502005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1951
cc9442f2
TTN
1952 * processes.texi (Signals to Processes)
1953 (Low-Level Network): Fix typos.
f714dd1b 1954
36ad23ec
LK
19552005-05-11 Lute Kamstra <lute@gnu.org>
1956
1957 * elisp.texi (Top): Add some nodes from the chapter "Major and
1958 Minor Modes" to the detailed node listing.
1959
d101bf56
RS
19602005-05-10 Richard M. Stallman <rms@gnu.org>
1961
1962 * keymaps.texi (Extended Menu Items): Menu item filter functions
1963 can be called at any time.
1964
698b0510
LT
19652005-05-08 Luc Teirlinck <teirllm@auburn.edu>
1966
1967 * variables.texi (File Local Variables): `(hack-local-variables t)'
1968 now also checks whether a mode is specified in the local variables
1969 list.
1970
2c6b25c7
EZ
19712005-05-05 Kevin Ryde <user42@zip.com.au>
1972
1973 * display.texi (The Echo Area): Correct format function cross
1974 reference.
1975
643b4cf5
LT
19762005-05-05 Luc Teirlinck <teirllm@auburn.edu>
1977
1978 * variables.texi (Variable Aliases): Change description of
1979 `define-obsolete-variable-alias'.
1980
1981 * functions.texi (Functions): Add "Obsolete Functions" to menu.
1982 (Defining Functions): Add xref.
1983 (Obsolete Functions): New node.
1984 (Function Safety): Standardize capitalization of section title.
1985
1986 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
1987 (Dialog Boxes): Complete description of `x-popup-dialog'.
1988
053bc8e4
RS
19892005-05-04 Richard M. Stallman <rms@gnu.org>
1990
1991 * commands.texi (Interactive Codes): Fix Texinfo usage.
1992 Document U more clearly.
1993
f6b1b15a
LT
19942005-05-01 Luc Teirlinck <teirllm@auburn.edu>
1995
3b925015
LT
1996 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
1997 function and not a macro.
1998
f6b1b15a
LT
1999 * frames.texi (Pop-Up Menus): Correct and clarify description of
2000 `x-popup-menu'.
2001 (Dialog Boxes): Clarify description of `x-popup-dialog'.
2002
ebbfa918
RS
20032005-05-01 Richard M. Stallman <rms@gnu.org>
2004
2005 * edebug.texi (Checking Whether to Stop): Fix previous change.
2006
abe2f96e
LT
20072005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2008
d6028ef2
LT
2009 * display.texi: Fix typos and Texinfo usage.
2010
abe2f96e
LT
2011 * edebug.texi (Checking Whether to Stop): executing-macro ->
2012 executing-kbd-macro.
2013
b2cfb30b
RS
20142005-05-01 Richard M. Stallman <rms@gnu.org>
2015
2016 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2017
7e995a23
RS
20182005-04-30 Richard M. Stallman <rms@gnu.org>
2019
2020 * files.texi (Magic File Names): Document `operations' property.
2021
57efa539
LK
20222005-04-29 Lute Kamstra <lute@gnu.org>
2023
2024 * modes.texi (Generic Modes): New node.
2025 (Major Modes): Add it to the menu.
2026 (Derived Modes): Add "derived mode" to concept index.
2027
0a20b1dc
LK
20282005-04-28 Lute Kamstra <lute@gnu.org>
2029
2030 * modes.texi (Defining Minor Modes): Fix previous change.
2031 (Font Lock Mode): Simplify.
2032 (Font Lock Basics): Say that font-lock-defaults is buffer-local
2033 when set and that some parts are optional. Add cross references.
2034 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
2035 Add cross references. Add font-lock-multiline to index.
2036 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 2037 Lock Variables". Document font-lock-add-keywords and
b5305167 2038 font-lock-remove-keywords.
0a20b1dc
LK
2039 (Other Font Lock Variables): Move font-lock-keywords-only,
2040 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2041 and font-lock-syntactic-face-function to node "Syntactic Font
2042 Lock". Move font-lock-keywords-case-fold-search to node
2043 "Search-based Fontification". Document font-lock-inhibit-thing-lock
2044 and font-lock-{,un}fontify-{buffer,region}-function.
2045 (Precalculated Fontification): Remove reference to deleted variable
2046 font-lock-core-only.
2047 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2048 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
2049 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2050 and font-lock-syntactic-face-function here from node "Other Font
2051 Lock Variables". Move font-lock-syntactic-keywords to "Setting
2052 Syntax Properties". Add cross references.
b5305167
SM
2053 (Setting Syntax Properties): New node.
2054 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
2055 * syntax.texi (Syntax Properties): Add cross reference.
2056 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2057
68a94f5a
RS
20582005-04-26 Richard M. Stallman <rms@gnu.org>
2059
2060 * display.texi (Defining Faces):
2061 Document `default' elements of defface spec.
2062
2063 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2064
2065 * variables.texi (Variable Aliases): Clarify text.
2066
20672005-04-25 Chong Yidong <cyd@stupidchicken.com>
2068
2069 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2070
7f48f143
LT
20712005-04-25 Luc Teirlinck <teirllm@auburn.edu>
2072
2073 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2074
45d2f8e8
EZ
20752005-04-24 Eli Zaretskii <eliz@gnu.org>
2076
f3714ab2
EZ
2077 * syntax.texi (Syntax Table Internals): Elaborate documentation of
2078 syntax-after and syntax-class.
2079
45d2f8e8 2080 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
2081 (Unique File Names): Don't mention "numbers" in the documentation
2082 of make-temp-file and make-temp-name.
45d2f8e8 2083
469bc679
RS
20842005-04-23 Richard M. Stallman <rms@gnu.org>
2085
2086 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2087
c9fa5dc9
RS
20882005-04-22 Nick Roberts <nickrob@snap.net.nz>
2089
2090 * windows.texi (Cyclic Window Ordering): Clarify window-list.
2091
230e1e80
NR
20922005-04-22 Nick Roberts <nickrob@snap.net.nz>
2093
2094 * variables.texi (Variable Aliases): Describe make-obsolete-variable
2095 and define-obsolete-variable-alias.
2096
1ba52906
KS
20972005-04-22 Kim F. Storm <storm@cua.dk>
2098
2099 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2100 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2101
9721d904
LK
21022005-04-21 Lute Kamstra <lute@gnu.org>
2103
2104 * lists.texi (Association Lists): Document rassq-delete-all.
2105
ed35c736
RS
21062005-04-19 Richard M. Stallman <rms@gnu.org>
2107
2108 * modes.texi (Search-based Fontification): Explain that
2109 facespec is an expression to be evaluated.
2110
42fc00a4
RS
21112005-04-19 Kevin Ryde <user42@zip.com.au>
2112
b5305167 2113 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
2114 * strings.texi (String Conversion): Fix xref.
2115
5827e9d4
KS
21162005-04-19 Kim F. Storm <storm@cua.dk>
2117
2118 * symbols.texi (Symbol Plists): Add safe-get.
2119 Mention that `get' may signal an error.
2120
47872da9
NR
21212005-04-18 Nick Roberts <nickrob@snap.net.nz>
2122
2123 * customize.texi (Variable Definitions): Replace tooltip-mode
2124 example with save-place.
2125
ec0cf966
RS
21262005-04-17 Richard M. Stallman <rms@gnu.org>
2127
2128 * buffers.texi (Indirect Buffers): Clarify.
2129
2130 * positions.texi (Positions): Clarify converting marker to integer.
2131
2132 * strings.texi (String Basics): Mention string-match; clarify.
2133
199bb209
LK
21342005-04-08 Lute Kamstra <lute@gnu.org>
2135
2136 * modes.texi (Search-based Fontification): Fix cross references.
2137 Use consistent terminology. Document anchored highlighting.
2138
bfa54668
LK
21392005-04-05 Lute Kamstra <lute@gnu.org>
2140
2141 * modes.texi (Defining Minor Modes): Document :group keyword
2142 argument and its default value.
2143
07e5fb9e
LK
21442005-04-03 Lute Kamstra <lute@gnu.org>
2145
2146 * hooks.texi (Standard Hooks): Add some hooks. Add cross
2147 references and/or descriptions. Delete major mode hooks; mention
2148 them as a category instead. Rename or delete obsolete hooks.
2149
aa945b59
RS
21502005-04-02 Richard M. Stallman <rms@gnu.org>
2151
2152 * nonascii.texi (Coding System Basics): Another wording cleanup.
2153
8b918214
RS
21542005-04-01 Richard M. Stallman <rms@gnu.org>
2155
2156 * nonascii.texi (Coding System Basics): Clarify previous change.
2157
41639988
KH
21582005-04-01 Kenichi Handa <handa@m17n.org>
2159
2160 * nonascii.texi (Coding System Basics): Describe about rondtrip
2161 identity of coding systems.
2162
8e669bbd
RS
21632005-03-29 Chong Yidong <cyd@stupidchicken.com>
2164
2165 * text.texi (Buffer Contents): Add filter-buffer-substring and
2166 buffer-substring-filters.
2167
f60a6f87
RS
21682005-03-26 Chong Yidong <cyd@stupidchicken.com>
2169
2170 * anti.texi (Antinews): Mention `G' interactive code.
2171
2172 * tips.texi (Compilation Tips): Mention benchmark.el.
2173
aaac1251
LT
21742005-03-27 Luc Teirlinck <teirllm@auburn.edu>
2175
2176 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
2177 is now bound to M-o M-o.
2178
2179 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
2180
45325173
GM
21812005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
2182
2183 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
2184 in the Emacs Manual).
2185 * Makefile.in (srcs): Remove calendar.texi.
2186 * makefile.w32-in (srcs): Remove calendar.texi.
2187 * display.texi (Display): Change name of next node.
2188 * os.texi (System In): Change name of previous node.
2189 * elisp.texi (Top): Remove Calendar references.
2190 * vol1.texi (Top): Remove Calendar references.
2191 * vol2.texi (Top): Remove Calendar references.
2192
85df292e
RS
21932005-03-25 Richard M. Stallman <rms@gnu.org>
2194
45325173 2195 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
2196 Cleanup previous change.
2197
21982005-03-25 Chong Yidong <cyd@stupidchicken.com>
2199
2200 * display.texi (Face Attributes): Faces earlier in an :inherit
2201 list take precedence.
2202 (Scroll Bars): Fix description of vertical-scroll-bars.
2203 Document frame-current-scroll-bars and window-current-scroll-bars.
2204
2205 * markers.texi (The Mark): Document temporary Transient Mark mode.
2206
b5305167
SM
2207 * minibuf.texi (Reading File Names):
2208 Document read-file-name-completion-ignore-case.
85df292e
RS
2209
2210 * positions.texi (Screen Lines): Document nil for width argument
2211 to compute-motion.
2212
1fe54d69
KS
22132005-03-23 Kim F. Storm <storm@cua.dk>
2214
2215 * display.texi (Standard Faces): Other faces used in the fringe
2216 implicitly inherits from the fringe face.
2217 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
2218 properties implicitly inherits from fringe face.
2219 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
2220
a775dff4
RS
22212005-03-20 Chong Yidong <cyd@stupidchicken.com>
2222
2223 * display.texi (Invisible Text): State default value of
2224 line-move-ignore-invisible.
2225 (Managing Overlays): Document remove-overlays.
2226 (Standard Faces): Document escape-glyph face.
2227
b5305167 2228 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 2229
b5305167
SM
2230 * modes.texi (Other Font Lock Variables):
2231 Document font-lock-lines-before.
a775dff4
RS
2232
2233 * positions.texi (Skipping Characters): skip-chars-forward allows
2234 character classes.
2235
077f7085
LK
22362005-03-18 Lute Kamstra <lute@gnu.org>
2237
2238 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
2239
d69ea7ab
RS
22402005-03-17 Richard M. Stallman <rms@gnu.org>
2241
c7bd5d57
RS
2242 * text.texi (Undo): Document extensible undo entries.
2243
d69ea7ab
RS
2244 * searching.texi (String Search, Regexp Search, Regexp Search):
2245 Cleanups.
2246
2247 * nonascii.texi (Character Codes): Minor fix.
2248
2249 * display.texi (Display Property): Explain the significance
2250 of having text properties that are eq.
2251 (Other Display Specs): Explain string as display spec.
2252
2253 * commands.texi (Interactive Codes): Document G option.
2254
22552005-03-17 Chong Yidong <cyd@stupidchicken.com>
2256
2257 * text.texi (Filling): Add sentence-end-without-period and
2258 sentence-end-without-space.
2259 (Changing Properties): Minor fix.
2260
2261 * anti.texi: Total rewrite.
2262
a7679889
LK
22632005-03-15 Lute Kamstra <lute@gnu.org>
2264
2265 * edebug.texi (Instrumenting Macro Calls): Fix typos.
2266
6eb8e247
KS
22672005-03-08 Kim F. Storm <storm@cua.dk>
2268
2269 * display.texi (Specified Space): Property :width is support on
2270 non-graphic terminals, :height is not.
2271
bfa8be14
RS
22722005-03-07 Richard M. Stallman <rms@gnu.org>
2273
2274 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2275 Now subnodes of Fringes.
2276 (Overlay Arrow): Document overlay-arrow-variable-list.
2277 (Fringe Size/Pos): New node, broken out of Fringes.
2278 (Display): Explain clearing vs redisplay better.
2279 (Truncation): Clarify use of bitmaps.
2280 (The Echo Area): Clarify the uses of the echo area.
2281 Add max-mini-window-height.
2282 (Progress): Clarify.
2283 (Invisible Text): Explain that main loop moves point out.
2284 (Selective Display): Say "hidden", not "invisible".
b5305167 2285 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
2286 (Overlay Properties): Clarify intro.
2287 (Finding Overlays): Explain return values when nothing found.
2288 (Width): truncate-string-to-width has added arg.
2289 (Displaying Faces): Clarify and update mode line face handling.
2290 (Face Functions): Minor cleanup.
b5305167 2291 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
2292 (Pixel Specification, Other Display Specs): Minor cleanups.
2293 (Images, Image Descriptors): Minor cleanups.
2294 (GIF Images): Patents have expired.
2295 (Showing Images): Explain default text for insert-image.
b5305167 2296 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
2297 (Making Buttons): Explain return values.
2298 (Button Buffer Commands): Add xref.
2299 (Inverse Video): Update mode-line-inverse-video.
2300 (Display Table Format): Clarify.
2301 (Active Display Table): Give defaults for window-display-table.
2302
2303 * calendar.texi (Calendar Customizing): calendar-holiday-marker
2304 and calendar-today-marker are strings, not chars.
2305 (Holiday Customizing): Minor fix.
2306
bfa8be14
RS
2307 * internals.texi (Writing Emacs Primitives): Update `or' example.
2308 Update limit on # args of subr.
2309
2310 * edebug.texi (Using Edebug): Arrow is in fringe.
2311 (Instrumenting): Arg to eval-defun works without loading edebug.
2312 (Edebug Execution Modes): Add xref.
2313
2314 * customize.texi (Common Keywords): Clarify :require.
2315 Mention :version here.
2316 (Variable Definitions, Group Definitions): Not here.
2317 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2318
d69ea7ab
RS
23192005-03-07 Chong Yidong <cyd@stupidchicken.com>
2320 * nonascii.texi (Text Representations): Clarify position-bytes.
2321 (Character Sets): Add list-charset-chars.
2322 (Scanning Charsets): Add charset-after.
2323 (Encoding and I/O): Minor fix.
2324
34398e6c
RS
23252005-03-06 Richard M. Stallman <rms@gnu.org>
2326
2327 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2328 (Resizing Windows): Likewise.
2329
2330 * text.texi (Change Hooks): Get rid of "Emacs 21".
2331
2332 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2333
2334 * streams.texi (Output Variables): Get rid of "Emacs 21".
2335
2336 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2337
2338 * os.texi (Translating Input): Replace flow-control example
2339 with a less obsolete example that uses `keyboard-translate'.
2340
6eb8e247 2341 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 2342 Get rid of "Emacs 21".
6eb8e247 2343
34398e6c
RS
2344 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2345 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2346
2347 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2348
2349 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2350
2351 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2352 (Menu Bar): Fix when menu-bar-update-hook is called.
2353
2354 * hash.texi (Hash Tables): Get rid of "Emacs 21".
2355
2356 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2357 and make it read better.
2358
2359 * files.texi (Writing to Files): Get rid of "Emacs 21".
2360 (Unique File Names): Likewise.
2361
2362 * elisp.texi: Update Emacs version to 22.
2363
2364 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2365 (Overlay Properties, Face Attributes): Likewise.
2366 (Managing Overlays): Fix punctuation.
2367 (Attribute Functions): Clarify set-face-font; get rid of
2368 info about old Emacs versions.
2369 (Auto Faces, Font Lookup, Display Property, Images):
2370 Get rid of "Emacs 21".
2371
2372 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2373
d2178387
RS
23742005-03-05 Richard M. Stallman <rms@gnu.org>
2375
2376 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2377
524352d6
LK
23782005-03-04 Lute Kamstra <lute@gnu.org>
2379
2380 * debugging.texi (Error Debugging): Document stack-trace-on-error.
2381
23822005-03-03 Lute Kamstra <lute@gnu.org>
2383
2384 * edebug.texi (Instrumenting Macro Calls): Fix typo.
2385
284f0680
LK
23862005-03-01 Lute Kamstra <lute@gnu.org>
2387
2388 * debugging.texi (Debugger Commands): Update `j'.
2389
a9ee5cac
LK
23902005-02-28 Lute Kamstra <lute@gnu.org>
2391
2392 * debugging.texi (Debugging): Fix typo.
2393 (Error Debugging): Document eval-expression-debug-on-error.
2394 (Function Debugging): Update example.
2395 (Using Debugger): Mention starred stack frames.
2396 (Debugger Commands): Document `j' and `l'.
2397 (Invoking the Debugger): `d' and `j' exit recursive edit too.
2398 Update the messages that the debugger displays.
2399 (Internals of Debugger): Add cross reference. Update example.
2400 (Excess Open): Minor improvement.
2401 (Excess Close): Minor improvement.
2402
378d0f8e
RS
24032005-02-26 Richard M. Stallman <rms@gnu.org>
2404
2405 * tips.texi (Coding Conventions): Clarify.
2406 Put all the major mode key reservations together.
2407 Mention the Mouse-1 => Mouse-2 conventions.
2408
2409 * syntax.texi (Syntax Class Table): Clarify.
2410 (Syntax Table Functions): syntax-after moved from here.
2411 (Syntax Table Internals): syntax-after moved to here.
2412 (Parsing Expressions): Update info on number of values
2413 and what's meaningful in the STATE argument.
2414 (Categories): Fix typo.
2415
2416 * sequences.texi (Arrays): Cleanup.
2417 (Char-Tables): Clarify.
2418
2419 * processes.texi (Deleting Processes): Cleanups, add xref.
2420 (Subprocess Creation): Explain nil in exec-path. Cleanup.
2421 (Process Information): set-process-coding-system, some args optional.
2422 (Input to Processes): Explain various types for PROCESS args.
2423 Rename them from PROCESS-NAME to PROCESS.
2424 (Signals to Processes): Likewise.
2425 (Decoding Output): Cleanup.
2426 (Query Before Exit): Clarify.
2427
2428 * os.texi (Startup Summary): Correct the options; add missing ones.
2429 (Terminal Output, Batch Mode): Clarify.
2430 (Flow Control): Node deleted.
2431
2432 * markers.texi (The Mark): Clarify.
2433
2434 * macros.texi (Expansion): Cleanup.
2435 (Indenting Macros): indent-spec allows ints, not floats.
2436
2437 * keymaps.texi (Keymaps): Clarify.
2438 (Format of Keymaps): Update lisp-mode-map example.
2439 (Active Keymaps, Key Lookup): Clarify.
2440 (Changing Key Bindings): Add xref to `kbd'.
2441 (Key Binding Commands, Simple Menu Items): Clarify.
2442 (Mouse Menus, Menu Bar): Clarify.
2443 (Menu Example): Replace print example with menu-bar-replace-menu.
2444
2445 * help.texi (Documentation Basics): Add function-documentation prop.
2446
2447 * elisp.texi (Top): Don't refer to Flow Control node.
2448
2449 * commands.texi (Command Overview): Improve xrefs.
2450 (Adjusting Point): Adjusting point applies to intangible and invis.
2451 (Key Sequence Input): Doc extra read-key-sequence args.
2452 Likewise for read-key-sequence-vector.
2453
2454 * backups.texi (Rename or Copy): Minor fix.
2455 (Numbered Backups): For version-control, say the default.
2456 (Auto-Saving): make-auto-save-file-name example is simplified.
2457
2458 * advice.texi (Advising Functions): Don't imply one part of Emacs
2459 should advise another part. Markup changes.
2460 (Defining Advice): Move transitional para.
2461 (Activation of Advice): Cleanup.
2462 Explain if COMPILE is nil or negative.
2463
2464 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2465
2e20c83d
LK
24662005-02-24 Lute Kamstra <lute@gnu.org>
2467
2468 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2469 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2470
65c492fd
LK
24712005-02-23 Lute Kamstra <lute@gnu.org>
2472
b02c3eed
LK
2473 * modes.texi (Defining Minor Modes): define-minor-mode can be used
2474 to define global minor modes as well.
2475
65c492fd
LK
2476 * display.texi (Managing Overlays): overlay-buffer returns nil for
2477 deleted overlays.
2478
b686dd59
KS
24792005-02-22 Kim F. Storm <storm@cua.dk>
2480
2481 * minibuf.texi (Basic Completion): Allow symbols in addition to
2482 strings in try-completion and all-completions.
2483
23e8c095
LK
24842005-02-14 Lute Kamstra <lute@gnu.org>
2485
2486 * elisp.texi (Top): Remove reference to deleted node.
2487
2488 * lists.texi (Lists): Remove reference to deleted node.
2489 (Cons Cells): Fix typo.
2490
2491 * loading.texi (Where Defined): Fix typo.
2492
134948fc
RS
24932005-02-14 Richard M. Stallman <rms@gnu.org>
2494
2495 * variables.texi (Creating Buffer-Local): change-major-mode-hook
2496 is useful for discarding some minor modes.
2497
2498 * symbols.texi (Symbol Components): Reorder examples.
2499
2500 * streams.texi (Input Functions): State standard-input default.
2501 (Output Variables): State standard-output default.
2502
2503 * objects.texi (Printed Representation): Clarify read syntax vs print.
2504 (Floating Point Type): Explain meaning better.
2505 (Symbol Type): Explain uniqueness better.
2506 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
2507 List examples sooner.
2508 (Box Diagrams): New subnode broken out.
2509 Some examples moved from old Lists as Boxes node.
2510 (Dotted Pair Notation): Clarify intro.
2511 (Array Type): Clarify.
2512 (Type Predicates): Add hash-table-p.
2513
2514 * numbers.texi (Integer Basics): Clarify radix explanation.
2515 (Predicates on Numbers): Minor clarification.
2516 (Comparison of Numbers): Minor clarification. Clarify eql.
2517 Typos in min, max.
2518 (Math Functions): Clarify overflow in expt.
2519
2520 * minibuf.texi (Text from Minibuffer): Minor clarification.
2521 Mention arrow keys.
2522
2523 * loading.texi (Autoload): defun's doc string overrides autoload's
2524 doc string.
2525 (Repeated Loading): Modernize "add to list" examples.
2526 (Where Defined): Finish updating table of load-history elts.
2527
2528 * lists.texi (List-related Predicates): Minor wording improvement.
2529 (Lists as Boxes): Node deleted.
2530 (Building Lists): Explain trivial cases of number-sequence.
2531
2532 * hash.texi (Hash Tables): Add desc to menu items.
2533 (Creating Hash): Expain "full" means "make larger",
2534 (Hash Access): Any object can be a key.
2535 State value of maphash.
2536
2537 * functions.texi (What Is a Function): Wording cleanup.
2538 (Function Documentation): Minor cleanup.
2539 Explain purpose of calling convention at end of doc string.
2540 (Function Names): Wording cleanup.
2541 (Calling Functions): Wording cleanup.
2542 Explain better how funcall calls the function.
2543 (Function Cells): Delete example of saving and redefining function.
2544
2545 * control.texi (Combining Conditions): Wording cleanup.
2546 (Iteration): dolist and dotimes bind VAR locally.
2547 (Cleanups): Xref to Atomic Changes.
2548
2549 * compile.texi (Byte Compilation): Delete 19.29 info.
2550 (Compilation Functions): Macros' difficulties don't affect defsubst.
2551 (Docs and Compilation): Delete 19.29 info.
2552
44291460
RS
25532005-02-10 Richard M. Stallman <rms@gnu.org>
2554
2555 * objects.texi (Symbol Type): Minor correction.
2556
1f9ad95a
LK
25572005-02-06 Lute Kamstra <lute@gnu.org>
2558
2559 * modes.texi (Example Major Modes): Fix typos.
2560
ba2c991c
RS
25612005-02-06 Richard M. Stallman <rms@gnu.org>
2562
2563 * text.texi (Margins): fill-nobreak-predicate can be one function.
2564
2565 * strings.texi (Modifying Strings): clear-string can make unibyte.
2566 (Formatting Strings): format gives error if values missing.
2567
2568 * positions.texi (Character Motion): Mention default arg
2569 for forward-char. backward-char refers to forward-char.
2570 (Word Motion): Mention default arg for forward-word.
2571 (Buffer End Motion): Mention default arg for beginning-of-buffer.
2572 Simplify end-of-buffer.
2573 (Text Lines): Mention default arg for forward-line.
2574 (List Motion): Mention default arg for beginning/end-of-defun.
2575 (Skipping Characters): Minor fixes in explaining character-set.
2576
2577 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
2578 Mode inheritance applies only when default-major-mode is nil.
2579 Clarifications.
2580 (Example Major Modes): Update Text mode and Lisp mode examples.
2581 (Minor Mode Conventions): Mention define-minor-mode at top.
2582 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
2583 (Mode Line Format): Update mode line face display info.
2584 (Properties in Mode): Mention effect of risky vars.
2585 (Imenu): Define imenu-add-to-menubar.
2586 (Font Lock Mode): Add descriptions to menu lines.
2587 (Faces for Font Lock): Add font-lock-doc-face.
2588
9bf6d576
LK
25892005-02-05 Lute Kamstra <lute@gnu.org>
2590
2591 * text.texi (Maintaining Undo): Remove obsolete function.
2592
cb602754
EZ
25932005-02-05 Eli Zaretskii <eliz@gnu.org>
2594
2595 * frames.texi (Color Names): Add pointer to the X docs about RGB
2596 color specifications. Improve indexing
2597 (Text Terminal Colors): Replace the description of RGB values by
2598 an xref to "Color Names".
2599
4e07258f
RS
26002005-02-03 Richard M. Stallman <rms@gnu.org>
2601
2602 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
2603 Clarify.
2604 (Selecting Windows): Clarify save-selected-window.
2605 (Cyclic Window Ordering): Clarify walk-windows.
2606 (Window Point): Clarify.
2607 (Window Start): Add comment to example.
2608 (Resizing Windows): Add `interactive' specs in examples.
2609 Document fit-window-to-buffer.
2610
2611 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
2612 (Undo, Maintaining Undo): Clarify last change.
2613 (Sorting): In sort-numeric-fields, explain about octal and hex.
2614 Mention sort-numeric-base.
2615 (Format Properties): Add xref for hard newlines.
2616
2617 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
2618 (Pop-Up Menus): Fix typo.
2619 (Color Names): Explain all types of color names.
2620 Explain color-values on B&W terminal.
2621 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
2622
2623 * files.texi (File Locks): Not supported on MS systems.
2624 (Testing Accessibility): Clarify.
2625
2626 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
2627 (Coverage Testing): Fix typo.
2628
2629 * commands.texi (Misc Events): Remove stray space.
2630
2631 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
2632 (Modification Time): Clarify when visited-file-modtime returns 0.
2633 (The Buffer List): Clarify bury-buffer.
2634 (Killing Buffers): Clarify.
2635 (Indirect Buffers): Add clone-indirect-buffer.
2636
26372005-02-02 Matt Hodges <MPHodges@member.fsf.org>
2638
2639 * edebug.texi (Printing in Edebug): Fix default value of
2640 edebug-print-circle.
2641 (Coverage Testing): Fix displayed frequency count data.
2642
26432005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
2644
2645 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
2646
4e07258f 26472005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
2648
2649 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
2650
28d986b9
EZ
26512005-01-29 Eli Zaretskii <eliz@gnu.org>
2652
2653 * commands.texi (Misc Events): Describe the help-echo event.
2654
2655 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
2656 consistently in description of the help-echo property.
2657 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
2658
2659 * display.texi (Overlay Properties): Fix the index entry for
2660 help-echo overlay property.
2661
2662 * customize.texi (Type Keywords): Uncomment the xref to the
2663 help-echo property documentation.
2664
8f958b40
KS
26652005-01-23 Kim F. Storm <storm@cua.dk>
2666
2667 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
2668 return value. Third element FULLY replaced by PARTIAL which
2669 specifies number of invisible pixels if row is only partially visible.
2670 (Textual Scrolling): Mention auto-window-vscroll.
2671 (Vertical Scrolling): New defvar auto-window-vscroll.
2672
cd7e5dd6
LT
26732005-01-16 Luc Teirlinck <teirllm@auburn.edu>
2674
2675 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
2676 command remapping.
2677
6f771c32
RS
26782005-01-15 Richard M. Stallman <rms@gnu.org>
2679
2680 * display.texi (Defining Images): Mention DATA-P arg of create-image.
2681
6ac8a822
KS
26822005-01-14 Kim F. Storm <storm@cua.dk>
2683
88948d55
KS
2684 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
2685
6ac8a822
KS
2686 * text.texi (Links and Mouse-1): Fix string and vector item.
2687
20d6de82
RS
26882005-01-13 Richard M. Stallman <rms@gnu.org>
2689
2690 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
2691 descriptions of overriding-local-map and overriding-terminal-local-map.
2692
2693 * text.texi (Links and Mouse-1): Clarify text.
2694
f75a592e
KS
26952005-01-13 Kim F. Storm <storm@cua.dk>
2696
2697 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
2698
910f60b1
TTN
26992005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
2700
2701 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
2702
37181fc4
KS
27032005-01-12 Kim F. Storm <storm@cua.dk>
2704
2705 * text.texi (Links and Mouse-1): Rename section from Enabling
2706 Mouse-1 to Following Links. Change xrefs.
2707 Add examples for define-button-type and define-widget.
2708
2709 * display.texi (Button Properties, Button Buffer Commands):
2710 Clarify mouse-1 and follow-link functionality.
2711
28f94a34
RS
27122005-01-12 Richard M. Stallman <rms@gnu.org>
2713
2714 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
2715
2716 * display.texi (Beeping): Fix Texinfo usage.
2717
2718 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
2719
bac2d936
KS
27202005-01-11 Kim F. Storm <storm@cua.dk>
2721
2722 * display.texi (Button Properties, Button Buffer Commands):
93381d62 2723 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
2724
2725 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
2726 (Enabling Mouse-1 to Follow Links): New subsection.
2727
de968ddb
RS
27282005-01-06 Richard M. Stallman <rms@gnu.org>
2729
2730 * text.texi (Special Properties): Minor change.
2731
2732 * os.texi (Timers): Clarify previous change.
2733
2734 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
2735
a3a43b3b
LT
27362005-01-01 Luc Teirlinck <teirllm@auburn.edu>
2737
2738 * display.texi (Face Attributes): Correct xref to renamed node.
2739
732bb9ce
RS
27402005-01-01 Richard M. Stallman <rms@gnu.org>
2741
2742 * display.texi (Face Attributes): Describe hex color specs.
2743
c734ae59
RS
27442004-12-31 Richard M. Stallman <rms@gnu.org>
2745
2746 * os.texi (Timers): Update previous change.
2747
33b2f4ea
KS
27482004-12-30 Kim F. Storm <storm@cua.dk>
2749
2750 * display.texi (Line Height): Total line-height is now specified
2751 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
2752 in cons cells. (nil . RATIO) is relative to actual line height.
2753 Use line-height `t' instead of `0' to get minimum height.
2754
99ec74b9
RS
27552004-12-29 Richard M. Stallman <rms@gnu.org>
2756
2757 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
2758
eab463f6
RS
27592004-12-28 Richard M. Stallman <rms@gnu.org>
2760
2761 * commands.texi (Quitting): Clarify value of with-local-quit.
2762
2763 * elisp.texi (Top): Fix previous change.
2764
2765 * loading.texi (Loading): Fix previous change.
2766
ebbd14f1
RS
27672004-12-27 Richard M. Stallman <rms@gnu.org>
2768
4ae98fc5
RS
2769 * Makefile.in (MAKEINFO): Specify --force.
2770
8f430046
RS
2771 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
2772
56011a8c
RS
2773 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
2774
2775 * display.texi (Line Height): Further clarify.
2776
2777 * elisp.texi (Top): Update Loading submenu.
2778
ebbd14f1
RS
2779 * loading.texi (Where Defined): New node.
2780 (Unloading): load-history moved to Where Defined.
2781
fda2922a
RS
27822004-12-21 Richard M. Stallman <rms@gnu.org>
2783
2784 * commands.texi (Event Input Misc): Add while-no-input.
2785
9eb8959a
RS
27862004-12-11 Richard M. Stallman <rms@gnu.org>
2787
2788 * display.texi (Line Height): Rewrite text for clarity.
2789
adf87c29
KS
27902004-12-11 Kim F. Storm <storm@cua.dk>
2791
2792 * display.texi (Display): Add node "Line Height" to menu.
2793 (Line Height): New node. Move full description of line-spacing
2794 and line-height text properties here from text.texi.
2795 (Scroll Bars): Add vertical-scroll-bar variable.
2796
2797 * frames.texi (Window Frame Parameters): Remove line-height defvar.
2798
2799 * locals.texi (Standard Buffer-Local Variables): Fix xref for
2800 line-spacing and vertical-scroll-bar.
2801
2802 * text.texi (Special Properties): Just mention line-spacing and
2803 line-height here, add xref to new "Line Height" node.
2804
31e4729e
TTN
28052004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
2806
2807 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
2808
2809 * locals.texi (Standard Buffer-Local Variables):
2810 Add @xref for `line-spacing'.
2811
cc60c723
RS
28122004-12-05 Richard M. Stallman <rms@gnu.org>
2813
2814 * Makefile.in (maintainer-clean): Remove the info files
2815 in $(infodir) where they are created.
2816
f6101ac9
RS
28172004-12-03 Richard M. Stallman <rms@gnu.org>
2818
2819 * windows.texi (Selecting Windows): get-lru-window and
2820 get-largest-window don't consider dedicated windows.
2821
2822 * text.texi (Undo): Document undo-in-progress.
2823
94221759
RS
28242004-11-26 Richard M. Stallman <rms@gnu.org>
2825
2826 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
2827 Remove a few vars that are not always buffer-local.
2828
7092c5e8
LT
28292004-11-24 Luc Teirlinck <teirllm@auburn.edu>
2830
2831 * locals.texi (Standard Buffer-Local Variables): Comment out
2832 xref's to non-existent node `Yet to be written'.
2833
261b01c6
RS
28342004-11-24 Richard M. Stallman <rms@gnu.org>
2835
2836 * processes.texi (Synchronous Processes): Grammar fix.
2837
2838 * numbers.texi (Comparison of Numbers): Add eql.
2839
2840 * locals.texi (Standard Buffer-Local Variables): Add many vars.
2841
2842 * intro.texi (Printing Notation): Fix previous change.
2843
2844 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
2845 and default-indicate-buffer-boundaries from here.
2846 (Usual Display): To here.
2847 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
2848 (Usual Display): Move tab-width up.
2849
2850 * customize.texi (Variable Definitions): Replace
2851 show-paren-mode example with tooltip-mode.
7092c5e8 2852 (Simple Types, Composite Types, Defining New Types):
261b01c6 2853 Minor cleanups.
7092c5e8 2854
c1aa4864
JH
28552004-11-21 Jesper Harder <harder@ifa.au.dk>
2856
2857 * processes.texi (Synchronous Processes, Output from Processes):
2858 Markup fix.
2859
dedbac89
RS
28602004-11-20 Richard M. Stallman <rms@gnu.org>
2861
07c8c65a
RS
2862 * positions.texi (Skipping Characters): skip-chars-forward
2863 now handles char classes.
2864
8f40a868
RS
2865 * intro.texi (Printing Notation): Avoid confusion of `print'
2866 when explaining @print.
2867
2868 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
2869
2870 * display.texi (Display Table Format): Minor fix.
2871
2872 * streams.texi (Output Functions): Fix print example.
2873
fd6866c8
RS
2874 * Makefile.in (elisp): New target.
2875 (dist): Depend on $(infodir)/elisp, not elisp.
2876 Copy the info files from $(infodir).
2877
9d00469f
RS
2878 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
2879 read-from-minibuffer.
2880
dedbac89
RS
2881 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
2882
6de891db
RS
28832004-11-19 Richard M. Stallman <rms@gnu.org>
2884
2885 * searching.texi (Regexp Search): Add search-whitespace-regexp.
2886
e1c1c5a7
TTN
28872004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
2888
2889 * tips.texi (Coding Conventions): Fix typo.
2890
ee31cd78
RS
28912004-11-16 Richard M. Stallman <rms@gnu.org>
2892
2893 * tips.texi (Coding Conventions): Separate defvar and require
2894 methods to avoid warnings. Use require only when there are many
2895 functions and variables from that package.
2896
2897 * minibuf.texi (Minibuffer Completion): When ignoring case,
2898 predicate must not be case-sensitive.
2899
2900 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
2901 (Test Coverage): Don't talk about "splotches". Clarified.
2902
4bd38e94
TTN
29032004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
2904
2905 * frames.texi (Window Frame Parameters): Fix typo.
2906
6d073ae1
KS
29072004-11-15 Kim F. Storm <storm@cua.dk>
2908
9f89426b
KS
2909 * symbols.texi (Other Plists): Note that plist-get may signal error.
2910 Add safe-plist-get.
6d073ae1 2911
10980463
TTN
29122004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
2913
2914 * modes.texi (Font Lock Basics): Fix typo.
2915
1efc19eb
RS
29162004-11-08 Richard M. Stallman <rms@gnu.org>
2917
2918 * syntax.texi (Syntax Table Functions): Add syntax-after.
2919
6159c232
EZ
29202004-11-06 Lars Brinkhoff <lars@nocrew.org>
2921
2922 * os.texi (Processor Run Time): New section documenting
2923 get-internal-run-time.
2924
59dede22
EZ
29252004-11-06 Eli Zaretskii <eliz@gnu.org>
2926
2927 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
2928 it nukes elisp-cover.texi.
2929 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
2930 elisp-0 etc.
2931
4cc8522c
LT
29322004-11-05 Luc Teirlinck <teirllm@auburn.edu>
2933
2934 * commands.texi (Keyboard Macros): Document `append' return value
2935 of `defining-kbd-macro'.
2936
2d1ef312
RS
29372004-11-01 Richard M. Stallman <rms@gnu.org>
2938
2939 * commands.texi (Interactive Call): Add called-interactively-p.
2940
6f4e005d
SJ
29412004-10-29 Simon Josefsson <jas@extundo.com>
2942
2943 * minibuf.texi (Reading a Password): Revert.
2944
4f71c13f
RS
29452004-10-28 Richard M. Stallman <rms@gnu.org>
2946
2947 * frames.texi (Display Feature Testing): Explain about "vendor".
2948
4660a9e3
RS
29492004-10-27 Richard M. Stallman <rms@gnu.org>
2950
2951 * commands.texi (Interactive Codes): `N' uses numeric prefix,
2952 not raw. Clarify `n'.
2953 (Interactive Call): Rewrite interactive-p, focusing on when
2954 and how to use it.
2955 (Misc Events): Clarify previous change.
2956
2957 * advice.texi (Simple Advice): Clarify what job the example does.
2958 (Around-Advice): Clarify ad-do-it.
2959 (Activation of Advice): An option of ad-default-compilation-action
2960 is `never', not `nil'.
2961
c8636435
KS
29622004-10-26 Kim F. Storm <storm@cua.dk>
2963
2964 * commands.texi (Interactive Codes): Add U code letter.
2965
acd4089b
SJ
29662004-10-25 Simon Josefsson <jas@extundo.com>
2967
2968 * minibuf.texi (Reading a Password): Add.
2969
29dc7809
JR
29702004-10-24 Jason Rumney <jasonr@gnu.org>
2971
2972 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
2973 and wheel-down.
2974
bb5d6d34
KG
29752004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
2976
2977 * processes.texi (Synchronous Processes): Document process-file.
2978
d0ee2ed3
KH
29792004-10-22 Kenichi Handa <handa@m17n.org>
2980
2981 * text.texi (translate-region): Document that it accepts also a
2982 char-table.
2983
38be9dbb
DP
29842004-10-22 David Ponce <david@dponce.com>
2985
2986 * windows.texi (Resizing Windows): Document the `preserve-before'
2987 argument of the functions `enlarge-window' and `shrink-window'.
2988
63c80452
JR
29892004-10-19 Jason Rumney <jasonr@gnu.org>
2990
2991 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
2992
9f4b6e73
LT
29932004-10-09 Luc Teirlinck <teirllm@auburn.edu>
2994
2995 * text.texi (Filling): Add anchor for definition of
2996 `sentence-end-double-space'.
2997
2998 * searching.texi (Regexp Example): Update description of how
2999 Emacs currently recognizes the end of a sentence.
3000 (Standard Regexps): Update definition of the variable
3001 `sentence-end'. Add definition of the function `sentence-end'.
3002
657f0f9c
EZ
30032004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3004
3005 * display.texi (Progress): New node.
3006
35ab4857
KS
30072004-10-05 Kim F. Storm <storm@cua.dk>
3008
3009 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3010
f2a54fbc
KS
30112004-09-29 Kim F. Storm <storm@cua.dk>
3012
3013 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3014 to identify bitmaps. Remove -fringe-bitmap suffix for standard
3015 fringe bitmap symbols, as they now have their own namespace.
3016 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3017 vs. pixels. Signal error if no free bitmap slots.
3018 (Pixel Specification): Change IMAGE to @var{image}.
3019
4676d6f3
RS
30202004-09-28 Richard M. Stallman <rms@gnu.org>
3021
3022 * text.texi (Special Properties): Clarify line-spacing and line-height.
3023
3024 * searching.texi (Regexp Search): Add looking-back.
3025
17234906
LT
30262004-09-25 Luc Teirlinck <teirllm@auburn.edu>
3027
3028 * display.texi: Correct typos.
3029 (Image Descriptors): Correct xref's.
3030
4de43c8b
RS
30312004-09-25 Richard M. Stallman <rms@gnu.org>
3032
3033 * text.texi (Special Properties): Cleanups in `cursor'.
3034 Rewrites in `line-height' and `line-spacing'; exchange them.
3035
3036 * display.texi (Fringes): Rewrite previous change.
3037 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
3038 (Display Fringe Bitmaps): Node deleted, text moved.
3039 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
3040 (Scroll Bars): Clarify set-window-scroll-bars.
3041 (Pointer Shape): Rewrite.
3042 (Specified Space): Clarify :align-to, etc.
3043 (Pixel Specification): Use @var. Clarify new text.
3044 (Other Display Specs): Clarify `slice'.
3045 (Image Descriptors): Cleanups.
3046 (Showing Images): Cleanups.
3047
a3ee0299
LT
30482004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3049
e88ebce6
LT
3050 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3051
a3ee0299
LT
3052 * modes.texi: Various minor changes in addition to:
3053 (Major Mode Conventions): Final call to `run-mode-hooks' should
3054 not be inside the `delay-mode-hooks' form.
3055 (Mode Hooks): New node.
3056 (Hooks): Delete obsolete example.
3057 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3058 node "Mode Hooks".
3059
6db2bc02
LT
30602004-09-22 Luc Teirlinck <teirllm@auburn.edu>
3061
3062 * display.texi: Correct various typos.
3063 (Display): Rename node "Pointer Shapes" to "Pointer
3064 Shape". (There is already a node called "Pointer Shapes" in
3065 frames.texi.)
3066 (Images): Remove non-existent node "Image Slices" from menu.
3067
ed2846bd
KS
30682004-09-23 Kim F. Storm <storm@cua.dk>
3069
3070 * text.texi (Special Properties): Add `cursor', `pointer',
3071 `line-height', and `line-spacing' properties.
3072
3073 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3074 Shapes' to menu.
3075 (Standard Faces): Doc fix for fringe face.
3076 (Fringes): Add `overflow-newline-into-fringe' and
3077 'indicate-buffer-boundaries'.
3078 (Fringe Bitmaps, Pointer Shapes): New nodes.
3079 (Display Property): Add 'Pixel Specification' and 'Display Fringe
3080 Bitmaps' to menu.
3081 (Specified Space): Describe pixel width and height.
3082 (Pixel Specification): New node.
3083 (Other Display Specs): Add `slice' property.
3084 (Display Fringe Bitmaps): New node.
3085 (Images): Add 'Image Slices' to menu.
3086 (Image Descriptors): Add `:pointer' and `:map' properties.
3087 (Showing Images): Add slice arg to `insert-image'. Add
3088 'insert-sliced-image'.
3089
4d894c98
RS
30902004-09-20 Richard M. Stallman <rms@gnu.org>
3091
3092 * commands.texi (Key Sequence Input):
3093 Clarify downcasing in read-key-sequence.
3094
7e388eb7
JL
30952004-09-08 Juri Linkov <juri@jurta.org>
3096
3097 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3098
a020987f
LT
30992004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3100
3101 * locals.texi (Standard Buffer-Local Variables): Add
3102 `buffer-auto-save-file-format'.
3103 * internals.texi (Buffer Internals): Describe new
3104 auto_save_file_format field of the buffer structure.
3105 * files.texi (Format Conversion): `auto-save-file-format' has been
3106 renamed `buffer-auto-save-file-format'.
3107
2b96f80c
LT
31082004-08-27 Luc Teirlinck <teirllm@auburn.edu>
3109
3110 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3111 an integer or a marker.
3112 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3113
2ee3b79e
RS
31142004-08-22 Richard M. Stallman <rms@gnu.org>
3115
3116 * modes.texi (Major Mode Conventions): Discuss rebinding of
3117 standard key bindings.
3118
c438dc33
KS
31192004-08-18 Kim F. Storm <storm@cua.dk>
3120
3121 * processes.texi (Accepting Output): Add `just-this-one' arg to
3122 `accept-process-output'.
101c421e 3123 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 3124
db8af011
LT
31252004-08-10 Luc Teirlinck <teirllm@auburn.edu>
3126
3127 * keymaps.texi: Various changes in addition to:
3128 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3129 Give more varied examples for `kbd'.
3130 (Creating Keymaps): Char tables have slots for all characters
3131 without modifiers.
3132 (Active Keymaps): `overriding-local-map' and
3133 `overriding-terminal-local-map' also override text property and
3134 overlay keymaps.
3135 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3136 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3137 to denote a prefix of no events.
3138 `map-keymap' includes parent's bindings _recursively_.
3139 Clarify and correct description of `where-is-internal'.
3140 Mention BUFFER-OR-NAME arg to `describe-bindings'.
3141 (Menu Example): For menus intended for use with the keyboard, the
3142 menu items should be bound to characters or real function keys.
3143
de700726
LT
31442004-08-08 Luc Teirlinck <teirllm@auburn.edu>
3145
30e75a87
LT
3146 * objects.texi (Character Type): Reposition `@anchor' to prevent
3147 double space inside sentence in Info.
3148
de700726
LT
3149 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3150 renamed to `disabled-command-function'.
7c5b95c9 3151 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
3152 (Command Loop Info): Replace reference to it.
3153 (Disabling Commands): `disabled-command-hook' has been renamed to
3154 `disabled-command-function'.
3155
81909a1a
LT
31562004-08-07 Luc Teirlinck <teirllm@auburn.edu>
3157
3158 * os.texi (Translating Input): Only non-prefix bindings in
3159 `key-translation-map' override actual key bindings. Warn about
3160 possible indirect effect of actual key bindings on non-prefix
3161 bindings in `key-translation-map'.
3162
5504e99c
LT
31632004-08-06 Luc Teirlinck <teirllm@auburn.edu>
3164
3165 * minibuf.texi (High-Level Completion): Add anchor for definition
3166 of `read-variable'.
3167
3168 * commands.texi: Various changes in addition to:
3169 (Using Interactive): Clarify description of `interactive-form'.
3170 (Interactive Call): Mention default for KEYS argument to
3171 `call-interactively'.
3172 (Command Loop Info): Clarify description of `this-command-keys'.
3173 Mention KEEP-RECORD argument to `clear-this-command-keys'.
3174 Value of `last-event-frame' can be `macro'.
3175 (Repeat Events): `double-click-fuzz' is also used to distinguish
3176 clicks and drags.
3177 (Classifying Events): Clarify descriptions of `event-modifiers'
3178 `event-basic-type' and `event-convert-list'.
3179 (Accessing Events): `posn-timestamp' takes POSITION argument.
3180 (Quoted Character Input): Clarify description of
3181 `read-quoted-char' and fix example.
3182 (Quitting): Add `with-local-quit'.
3183 (Disabling Commands): Correct and clarify descriptions of
3184 `enable-command' and `disable-command'.
3185 Mention what happens if `disabled-command-hook' is nil.
3186 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
3187 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
3188
f478a72a
LT
31892004-07-24 Luc Teirlinck <teirllm@auburn.edu>
3190
3191 * frames.texi: Various changes in addition to:
3192 (Creating Frames): Expand and clarify description of `make-frame'.
3193 (Window Frame Parameters): Either none or both of the `icon-left'
3194 and `icon-top' parameters must be specified. Put descriptions of
3195 `menu-bar-lines' and `toolbar-lines' closer together and change
3196 them accordingly.
3197 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
3198 except while processing `frame-title-format' or `icon-title-format'.
3199 (Deleting Frames): Correct description of `delete-frame'.
3200 Non-nil return values of `frame-live-p' are like those of `framep'.
3201 (Frames and Windows): mention return value of
3202 `set-frame-selected-window'.
3203 (Visibility of Frames): Mention `force' argument to
3204 `make-frame-invisible'. `frame-visible-p' returns t for all
3205 frames on text-only terminals.
3206 (Frame Configurations): Restoring a frame configuration does not
3207 restore deleted frames.
3208 (Window System Selections): `x-set-selection' returns DATA.
3209 (Resources): Add example.
3210 (Display Feature Testing): Clarify descriptions of
3211 `display-pixel-height', `display-pixel-width', `x-server-version'
3212 and `x-server-vendor'.
3213
3214 * windows.texi (Choosing Window): Add anchor.
3215 * minibuf.texi (Minibuffer Misc): Add anchor.
3216
bc135062
JPW
32172004-07-23 John Paul Wallington <jpw@gnu.org>
3218
3219 * macros.texi (Defining Macros): Declaration keyword for setting
3220 Edebug spec is `debug' not `edebug'.
3221
cb7516e5
LT
32222004-07-19 Luc Teirlinck <teirllm@auburn.edu>
3223
3224 * windows.texi: Various small changes in addition to:
3225 (Window Point): Mention return value of `set-window-point'.
3226 (Window Start): `pos-visible-in-window-p' disregards horizontal
3227 scrolling. Explain return value if PARTIALLY is non-nil.
3228 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
3229 and `set-window-vscroll'.
3230 (Size of Window): The argument WINDOW to `window-inside-edges',
3231 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
3232 (Resizing Windows): Explain return value of
3233 `shrink-window-if-larger-than-buffer'.
3234 `window-size-fixed' automatically becomes buffer local when set.
3235 (Window Configurations): Explain return value of
3236 `set-window-configuration'.
3237
3238 * minibuf.texi (Minibuffer Misc): Add anchor for
3239 `minibuffer-scroll-window'.
3240
3241 * positions.texi (Text Lines): Add anchor for `count-lines'.
3242
3751eb00
RS
32432004-07-17 Richard M. Stallman <rms@gnu.org>
3244
3245 * display.texi (Overlay Properties): Adding `evaporate' prop
3246 deletes empty overlay immediately.
3247
3248 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
3249 fix example.
3250
9a7e97c6
LT
32512004-07-16 Jim Blandy <jimb@redhat.com>
3252
3253 * searching.texi (Regexp Backslash): Document new \_< and \_>
3254 operators.
3255
aa0e4da8
JB
32562004-07-16 Juanma Barranquero <lektu@terra.es>
3257
3258 * display.texi (Images): Fix Texinfo usage.
3259
cbbfedb2
LT
32602004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3261
3262 * buffers.texi (Modification Time): `visited-file-modtime' now
3263 returns a list of two integers, instead of a cons.
3264
3a052bd3
LT
32652004-07-13 Luc Teirlinck <teirllm@auburn.edu>
3266
3267 * windows.texi: Various changes in addition to:
3268 (Splitting Windows): Add `split-window-keep-point'.
3269
02c04e6f
RS
32702004-07-09 Richard M. Stallman <rms@gnu.org>
3271
3272 * frames.texi (Input Focus): Minor fix.
3273
cb4f1287
LT
32742004-07-07 Luc Teirlinck <teirllm@auburn.edu>
3275
3276 * frames.texi (Input Focus): Clarify descriptions of
3277 `select-frame-set-input-focus' and `select-frame'.
3278
339902ec
LT
32792004-07-06 Luc Teirlinck <teirllm@auburn.edu>
3280
3281 * os.texi: Various small changes in addition to:
3282 (Killing Emacs): Expand and clarify description of
3283 `kill-emacs-query-functions' and `kill-emacs-hook'.
3284 (System Environment): Expand and clarify description of `getenv'
3285 and `setenv'.
3286 (Timers): Clarify description of `run-at-time'.
3287 (Translating Input): Correct description of
3288 `extra-keyboard-modifiers'.
3289 (Flow Control): Correct description of `enable-flow-control'.
3290
fe3b7e35
TTN
32912004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
3292
3293 * os.texi: Update copyright.
3294 (Session Management): Grammar fix.
3295 Clarify which Emacs does the restarting.
3296 Use @samp for *scratch* buffer.
3297
59db7d6e
LT
32982004-07-04 Alan Mackenzie <acm@muc.de>
3299
3300 * frames.texi (Input Focus): Add documentation for
3301 `select-frame-set-input-focus'. Replace refs to non-existent
3302 `switch-frame' with `select-frame'. Minor corrections and tidying
3303 up of text-only terminal stuff.
3304
e3ccf404
RS
33052004-07-02 Richard M. Stallman <rms@gnu.org>
3306
3307 * files.texi (Saving Buffers): Cleanup write-contents-function.
3308 (Magic File Names): Cleanup file-remote-p.
3309
8addb6eb
KG
33102004-07-02 Kai Grossjohann <kai@emptydomain.de>
3311
3312 * files.texi (Magic File Names): `file-remote-p' returns an
3313 identifier of the remote system, not just t.
3314
7a58d84d
DK
33152004-07-02 David Kastrup <dak@gnu.org>
3316
3317 * searching.texi (Entire Match Data): Add explanation about new
3318 match-data behavior when @var{integers} is non-nil.
3319
d8c379f8
RS
33202004-06-24 Richard M. Stallman <rms@gnu.org>
3321
b4a4b0ae
RS
3322 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3323
d8c379f8
RS
3324 * customize.texi (Variable Definitions): Note about doc strings
3325 and :set.
3326
3327 * keymaps.texi (Keymap Terminology): Document `kbd'.
3328 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3329
3330 * display.texi (Invisible Text): Setting buffer-invisibility-spec
3331 makes it buffer-local.
3332
3333 * files.texi (Saving Buffers): Correct previous change.
3334
3335 * commands.texi (Accessing Events):
3336 Clarify posn-col-row and posn-actual-col-row.
3337
33382004-06-24 David Ponce <david.ponce@wanadoo.fr>
3339
3340 * commands.texi (Accessing Events): New functions
3341 posn-at-point and posn-at-x-y. Add example to posn-x-y.
3342
dce417e7
LT
33432004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3344
3345 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3346 * frames.texi, buffers.texi, backups.texi, variables.texi:
3347 * loading.texi, eval.texi, functions.texi, control.texi:
3348 * symbols.texi, minibuf.texi: Reposition @anchor's.
3349
3350 * help.texi: Various small changes in addition to the following.
3351 (Describing Characters): Describe PREFIX argument to
3352 `key-description'. Correct and clarify definition of
3353 `text-char-description'. Describe NEED-VECTOR argument to
3354 `read-kbd-macro'.
3355 (Help Functions): Clarify definition of `apropos'.
3356
255d07dc
LH
33572004-06-23 Lars Hansen <larsh@math.ku.dk>
3358
3359 * files.texi (Saving Buffers): Correct description of
3360 `write-contents-functions'.
3361
4e9691e9
JB
33622004-06-21 Juanma Barranquero <lektu@terra.es>
3363
3364 * display.texi (Images): Remove redundant @vindex directives.
3365 Rewrite `image-library-alist' doc in active voice.
3366
1ebd4f78
JB
33672004-06-14 Juanma Barranquero <lektu@terra.es>
3368
3369 * display.texi (Images): Document new delayed library loading,
3370 variable `image-library-alist' and (existing but undocumented)
3371 function `image-type-available-p'.
3372
ddfb8369
RS
33732004-06-05 Richard M. Stallman <rms@gnu.org>
3374
3375 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3376 refer the user to the Initial Input node.
3377 (Text from Minibuffer): Likewise.
3378 (Initial Input): New node. Document this feature
3379 and say it is mostly deprecated.
3380
18684a3a
RS
33812004-05-30 Richard M. Stallman <rms@gnu.org>
3382
7a61e456
RS
3383 * loading.texi (Named Features): Clarify return value
3384 and meaning of NOERROR.
3385
18684a3a
RS
3386 * variables.texi (File Local Variables): Minor cleanup.
3387
c8364415
MA
33882004-05-30 Michael Albinus <michael.albinus@gmx.de>
3389
3390 * files.texi (Magic File Names): Add `file-remote-p' as operation
3391 of file name handlers.
3392
08fd1251
RS
33932004-05-29 Richard M. Stallman <rms@gnu.org>
3394
3395 * modes.texi (Minor Mode Conventions): (-) has no special meaning
3396 as arg to a minor mode command.
3397
71d5a208
RS
33982004-05-22 Richard M. Stallman <rms@gnu.org>
3399
3400 * syntax.texi (Syntax Class Table): Word syntax not just for English.
3401
3402 * streams.texi (Output Variables): Doc float-output-format.
3403
3404 * searching.texi (Regexp Special): Nested repetition can be infloop.
3405
3406 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3407 real stack overflow.
3408
3409 * compile.texi: Minor cleanups.
3410
34112004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
3412
3413 * lists.texi (Cons Cells): Explain dotted lists, true lists,
3414 circular lists.
3415 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 3416
022cb162
TTN
34172004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
3418
3419 * modes.texi (Search-based Fontification): Fix typo.
3420
aa7094ba
JB
34212004-05-10 Juanma Barranquero <lektu@terra.es>
3422
3423 * modes.texi (Mode Line Variables): Fix description of
3424 global-mode-string, which is now after which-func-mode, not the
3425 buffer name.
3426
c2383279
LH
34272004-05-07 Lars Hansen <larsh@math.ku.dk>
3428
3429 * modes.texi (Desktop Save Mode): Add.
3430 (Modes): Add menu entry Desktop Save Mode.
3431
3432 * hooks.texi: Add desktop-after-read-hook,
3433 desktop-no-desktop-file-hook and desktop-save-hook.
3434
3435 * locals.texi: Add desktop-save-buffer.
3436
058296d3
JH
34372004-04-30 Jesper Harder <harder@ifa.au.dk>
3438
3439 * display.texi: emacs -> Emacs.
3440
0c54865e
EZ
34412004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3442
3443 * files.texi (Changing Files): Document set-file-times.
3444
d814862a
JB
34452004-04-23 Juanma Barranquero <lektu@terra.es>
3446
3447 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3448
e8d6f886
JH
34492004-04-18 Jesper Harder <harder@ifa.au.dk>
3450
3451 * tips.texi (Coding Conventions): defopt -> defcustom.
3452
3a424014
LT
34532004-04-16 Luc Teirlinck <teirllm@auburn.edu>
3454
3455 * sequences.texi: Various clarifications.
3456
9e860631
LT
34572004-04-14 Luc Teirlinck <teirllm@auburn.edu>
3458
3459 * buffers.texi (Read Only Buffers): Mention optional ARG to
3460 `toggle-read-only'.
3461
5e30a0fb
NR
34622004-04-14 Nick Roberts <nick@nick.uklinux.net>
3463
9e860631 3464 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
3465 returns a full-width window if possible.
3466
619fb950
LT
34672004-04-13 Luc Teirlinck <teirllm@auburn.edu>
3468
3469 * buffers.texi: Various changes in addition to:
3470 (Buffer File Name): Add `find-buffer-visiting'.
3471 (Buffer Modification): Mention optional ARG to `not-modified'.
3472 (Indirect Buffers): Mention optional CLONE argument to
3473 `make-indirect-buffer'.
3474
3475 * files.texi: Various changes in addition to:
3476 (Visiting Functions): `find-file-hook' is now a normal hook.
3477 (File Name Expansion): Explain difference between the way that
3478 `expand-file-name' and `file-truename' treat `..'.
3479 (Contents of Directories): Mention optional ID-FORMAT argument to
3480 `directory-files-and-attributes'.
3481 (Format Conversion): Mention new optional CONFIRM argument to
3482 `format-write-file'.
3483
a2295d32
MB
34842004-04-12 Miles Bader <miles@gnu.org>
3485
3486 * macros.texi (Expansion): Add description of `macroexpand-all'.
3487
571fd4d5
JH
34882004-04-05 Jesper Harder <harder@ifa.au.dk>
3489
3490 * variables.texi (Variable Aliases): Mention
3491 cyclic-variable-indirection.
3492
3493 * errors.texi (Standard Errors): Ditto.
3494
4ba2fd66
LT
34952004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3496
3497 * backups.texi: Various small changes in addition to:
3498 (Making Backups): Mention return value of `backup-buffer'.
3499 (Auto-Saving): Mention optional FORCE argument to
3500 `delete-auto-save-file-if-necessary'.
3501 (Reverting): Mention optional PRESERVE-MODES argument to
3502 `revert-buffer'. Correct description of `revert-buffer-function'.
3503
8f7ea687
JL
35042004-03-22 Juri Linkov <juri@jurta.org>
3505
3506 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
3507 with `Vector Functions'.
3508
3509 * text.texi (Sorting): Add missing quote.
3510
0eeca3c1
LT
35112004-03-14 Luc Teirlinck <teirllm@auburn.edu>
3512
3513 * intro.texi (Lisp History): Replace xref to `cl' manual with
3514 inforef.
3515
e69cfac2
RS
35162004-03-12 Richard M. Stallman <rms@gnu.org>
3517
3518 * intro.texi (Version Info): Add arg to emacs-version.
3519 (Lisp History): Change xref to CL manual.
3520
1b91d47f
LT
35212004-03-09 Luc Teirlinck <teirllm@auburn.edu>
3522
3523 * minibuf.texi (Completion Commands): Add xref to Emacs manual
3524 for Partial Completion mode.
3525
97073664
TTN
35262004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
3527
3528 * customize.texi: Fix typo. Remove eol whitespace.
3529
04a6e76b
RS
35302004-03-04 Richard M. Stallman <rms@gnu.org>
3531
3532 * processes.texi: Fix typos.
3533
3534 * lists.texi (Building Lists): Minor clarification.
3535
3536 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
3537 in make-hash-table.
3538
5bb0fcd1
JB
35392004-02-29 Juanma Barranquero <lektu@terra.es>
3540
3541 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
3542 rm, and ignore exit code.
3543
9022d421
EZ
35442004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
3545
3546 * display.texi (Defining Faces): Add description for min-colors.
3547 Update example.
3548
92f5fba2
LT
35492004-02-23 Luc Teirlinck <teirllm@auburn.edu>
3550
3551 * abbrevs.texi: Various corrections and clarifications in addition
3552 to the following:
3553 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
3554
7e83e178
GM
35552004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3556
3557 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
3558
9c5609e8
LT
35592004-02-21 Luc Teirlinck <teirllm@auburn.edu>
3560
e2b9b51f
LT
3561 * text.texi: Various small changes in addition to the following:
3562 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
3563 to delete-horizontal-space.
3564 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
3565 description of yank-handler text property at various places.
3566
7daa0e81
LT
3567 * frames.texi (Window System Selections): Add anchor.
3568
9c5609e8
LT
3569 * syntax.texi (Syntax Table Functions): Clarify and correct
3570 descriptions of make-syntax-table and copy-syntax-table.
3571 (Motion and Syntax): Clarify SYNTAXES argument to
3572 skip-syntax-forward.
3573 (Parsing Expressions): Mention that the return value of
3574 parse-partial-sexp is currently a list of ten rather than nine
3575 elements.
3576 (Categories): Various corrections and clarifications.
3577
d29edb21
LT
35782004-02-17 Luc Teirlinck <teirllm@auburn.edu>
3579
3580 * markers.texi (Marker Insertion Types): Minor change.
3581
3582 * locals.texi (Standard Buffer-Local Variables):
3583 * commands.texi (Interactive Codes, Using Interactive):
3584 * functions.texi (Related Topics): Fix xrefs.
3585
43e48bda
LT
35862004-02-16 Luc Teirlinck <teirllm@auburn.edu>
3587
3588 * lists.texi (Sets And Lists): Update description of delete-dups.
3589
84e34002
RS
35902004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
3591
3592 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
3593
35942004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3595
3596 * frames.texi (Parameter Access): frame-parameters arg is optional.
3597 modify-frame-parameters handles nil for FRAME.
3598 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
3599 are all-or-nothing for certain toolkits.
3600 Mention parameter wait-for-wm.
3601 (Frames and Windows): In frame-first-window and frame-selected-window
3602 the arg is optional.
3603 (Input Focus): In redirect-frame-focus the second arg is optional.
3604 (Window System Selections): Mention selection type CLIPBOARD.
3605 Mention data-type UTF8_STRING.
3606 Mention numbering of cut buffers.
3607 (Resources): Describe x-resource-name.
3608
36092004-02-16 Richard M. Stallman <rms@gnu.org>
3610
3611 * windows.texi (Buffers and Windows): Delete false table
3612 about all-frames.
3613
3614 * syntax.texi (Parsing Expressions): Delete old caveat
3615 about parse-sexp-ignore-comments.
3616
3617 * streams.texi (Output Variables): Add print-quoted.
3618
3619 * lists.texi (Building Lists): Minor cleanup.
3620
3621 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
3622
3623 * display.texi (Overlays): Explain overlays use markers.
3624 (Managing Overlays): Explain front-advance and rear-advance
3625 in more detail.
3626
3627 * loading.texi (Unloading): Document unload-feature-special-hooks.
3628 Get rid of fns-NNN.el file.
3629
36302004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3631
3632 * help.texi (Describing Characters): Fix text-char-description
3633 example output.
3634
3635 * edebug.texi (Using Edebug): Fix example.
3636
3637 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 3638
84e34002
RS
3639 * files.texi (Changing Files): Fix argname.
3640
3641 * calendar.texi: Fix parens, and default values.
3642
3643 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
3644 * nonascii.texi, objects.texi, os.texi: Minor fixes.
3645 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
3646
3647 * positions.texi (Text Lines): Don't add -1 in current-line.
3648
36492004-02-16 Richard M. Stallman <rms@gnu.org>
3650
3651 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
3652
c33b76da
EZ
36532004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
3654
3655 * processes.texi (Low-Level Network): Fix a typo.
3656
9d7271e8
KS
36572004-02-12 Kim F. Storm <storm@cua.dk>
3658
3659 * display.texi (Fringes): Use consistent wording.
3660 Note that window-fringe's window arg is optional.
3661 (Scroll Bars): Use consistent wording.
3662
6827d730
LT
36632004-02-11 Luc Teirlinck <teirllm@auburn.edu>
3664
3665 * tips.texi (Comment Tips): Document the new conventions for
3666 commenting out code.
3667
1cb60b5a
JD
36682004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3669
3670 * positions.texi (Text Lines): Added missing end defun.
3671
7fdd1f62
KS
36722004-02-07 Kim F. Storm <storm@cua.dk>
3673
3674 * positions.texi (Text Lines): Add line-number-at-pos.
3675
eb3c144c
JPW
36762004-02-06 John Paul Wallington <jpw@gnu.org>
3677
3678 * display.texi (Button Properties, Button Buffer Commands):
3679 mouse-2 invokes button, not down-mouse-1.
3680
a1d38d63
JR
36812004-02-04 Jason Rumney <jasonr@gnu.org>
3682
3683 * makefile.w32-in: Sync with Makefile.in changes.
3684
4b574f3d
LT
36852004-02-03 Luc Teirlinck <teirllm@auburn.edu>
3686
3687 * minibuf.texi (Text from Minibuffer): Various corrections and
3688 clarifications.
3689 (Object from Minibuffer): Correct Lisp description of
3690 read-minibuffer.
3691 (Minibuffer History): Clarify description of cons values for
3692 HISTORY arguments.
3693 (Basic Completion): Various corrections and clarifications. Add
3694 completion-regexp-list.
3695 (Minibuffer Completion): Correct and clarify description of
3696 completing-read.
6f6b0433 3697 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
3698 other minor changes.
3699 (High-Level Completion): Various corrections and clarifications.
3700 (Reading File Names): Ditto.
3701 (Minibuffer Misc): Ditto.
3702
d8186297
LT
37032004-01-26 Luc Teirlinck <teirllm@auburn.edu>
3704
3705 * strings.texi (Text Comparison): assoc-string also matches
3706 elements of alists that are strings instead of conses.
3707 (Formatting Strings): Standardize Texinfo usage. Update index
3708 entries.
3709
9adcb5f2
LT
37102004-01-20 Luc Teirlinck <teirllm@auburn.edu>
3711
3712 * lists.texi (Sets And Lists): Add delete-dups.
3713
3e7274ae
LT
37142004-01-15 Luc Teirlinck <teirllm@auburn.edu>
3715
3716 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
3717 special form.
3718 * macros.texi (Defining Macros): Update description of `declare',
3719 which now is a macro.
3720 (Wrong Time): Fix typos.
3721
944e099f
LT
37222004-01-14 Luc Teirlinck <teirllm@auburn.edu>
3723
3724 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 3725 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
3726 and `batch-byte-compile'. In particular, mention and describe
3727 all optional arguments.
3728 (Disassembly): Correct and clarify the description of `disassemble'.
3729
90c3aa59
LT
37302004-01-11 Luc Teirlinck <teirllm@auburn.edu>
3731
3732 * searching.texi: Various small changes in addition to the
3733 following.
3734 (Regexp Example): Adapt to new value of `sentence-end'.
3735 (Regexp Functions): The PAREN argument to `regexp-opt' can be
3736 `words'.
3737 (Search and Replace): Add usage note for `perform-replace'.
3738 (Entire Match Data): Mention INTEGERS and REUSE arguments to
3739 `match-data'.
3740 (Standard Regexps): Update for new values of `paragraph-start'
3741 and `sentence-end'.
3742
583c353d
LT
37432004-01-07 Luc Teirlinck <teirllm@auburn.edu>
3744
3745 * files.texi (Saving Buffers): Clarify descriptions of
3746 `write-contents-functions' and `before-save-hook'.
3747 Make the defvar's for `before-save-hook' and `after-save-hook'
3748 into defopt's.
3749
05faee07
KS
37502004-01-07 Kim F. Storm <storm@cua.dk>
3751
3752 * commands.texi (Click Events): Describe new image and
3753 width/height elements of click events.
3754 (Accessing Events): Add posn-string, posn-image, and
3755 posn-object-width-height. Change posn-object to return either
3756 image or string object.
3757
a0465ec3
SJ
37582004-01-01 Simon Josefsson <jas@extundo.com>
3759
3760 * hooks.texi (Standard Hooks): Add before-save-hook.
3761 * files.texi (Saving Buffers): Likewise.
3762
972c0c49
RS
37632004-01-03 Richard M. Stallman <rms@gnu.org>
3764
3765 * frames.texi (Frames and Windows): Delete frame-root-window.
3766
dbcd463f
LT
37672004-01-03 Luc Teirlinck <teirllm@auburn.edu>
3768
3769 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
3770
3771 * functions.texi: Various small changes in addition to the
3772 following.
3773 (What Is a Function): `functionp' returns nil for macros. Clarify
3774 behavior of this and following functions for symbol arguments.
3775 (Function Documentation): Add `\' in front of (fn @var{arglist})
3776 and explain why.
3777 (Defining Functions): Mention DOCSTRING argument to `defalias'.
3778 Add anchor.
3779 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
3780
02c77ee9
MB
37812004-01-01 Miles Bader <miles@gnu.org>
3782
3783 * display.texi (Buttons): New section.
3784
903a1a91
AS
37852003-12-31 Andreas Schwab <schwab@suse.de>
3786
3787 * numbers.texi (Math Functions): sqrt reports a domain-error
3788 error.
3789 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
3790
697cf92a
LT
37912003-12-30 Luc Teirlinck <teirllm@auburn.edu>
3792
3f70fe82
LT
3793 * tips.texi (Documentation Tips): Update item on hyperlinks in
3794 documentation strings.
3795
697cf92a
LT
3796 * errors.texi (Standard Errors): Various small corrections and
3797 additions.
3798
3799 * control.texi: Various small changes in addition to the
3800 following.
3801 (Signaling Errors): Provide some more details on how `signal'
3802 constructs the error message. Add anchor to the definition of
3803 `signal'.
3804 (Error Symbols): Describe special treatment of `quit'.
3805 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
3806 to emphasize that it has to be a single form.
3807
3808 * buffers.texi: Add anchor.
3809
4d25144d
RS
38102003-12-29 Richard M. Stallman <rms@gnu.org>
3811
3812 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
3813 (Window Configurations): Add window-configuration-frame.
3814
3815 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
3816
3817 * text.texi (Examining Properties): Add get-char-property-and-overlay.
3818 Change arg name in get-char-property.
3819 (Special Properties): Update handling of keymap property.
3820
3821 * strings.texi (Modifying Strings): Add clear-string.
3822 (Text Comparison): Add assoc-string and remove
3823 assoc-ignore-case, assoc-ignore-representation.
3824
3825 * os.texi (Time of Day): Add set-time-zone-rule.
3826
3827 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 3828 report domain-error errors.
4d25144d 3829
697cf92a 3830 * nonascii.texi (Converting Representations):
4d25144d
RS
3831 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
3832 (Encoding and I/O): Add file-name-coding-system.
3833
3834 * modes.texi (Search-based Fontification): Explain that
3835 face specs are symbols with face names as values.
3836
3837 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
3838
3839 * lists.texi (Building Lists): remq moved elsewhere.
3840 (Sets And Lists): remq moved here.
3841 (Association Lists): Refer to assoc-string.
3842
3843 * internals.texi (Garbage Collection): Add memory-use-counts.
3844
3845 * frames.texi (Frames and Windows): Add set-frame-selected-window
3846 and frame-root-window.
3847
697cf92a 3848 * files.texi (Contents of Directories):
4d25144d
RS
3849 Add directory-files-and-attributes.
3850
3851 * display.texi (Refresh Screen): Add force-window-update.
3852 (Invisible Text): Explain about moving point out of invis text.
3853 (Overlay Properties): Add overlay-properties.
3854 (Managing Overlays): Add overlayp.
3855 (GIF Images): Invalid image number displays a hollow box.
3856
3857 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
3858 (Killing Buffers): Add buffer-live-p.
3859
67fafe38
MR
38602003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
3861
3862 * display.texi (Fringes): Fix typo "set-buffer-window".
3863
68e74f25
LT
38642003-12-24 Luc Teirlinck <teirllm@auburn.edu>
3865
3866 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
3867 * nonascii.texi, processes.texi, tips.texi, variables.texi:
3868 Add or change various xrefs and anchors.
3869
3870 * commands.texi: Replace all occurrences of @acronym{CAR} with
3871 @sc{car}, for consistency with the rest of the Elisp manual.
3872 `car' and `cdr' are historically acronyms, but are no longer
3873 widely thought of as such.
3874
3875 * internals.texi (Pure Storage): Mention that `purecopy' does not
3876 copy text properties.
3877 (Object Internals): Now 29 bits are used (in most implementations)
3878 to address Lisp objects.
3879
3880 * variables.texi (Variables with Restricted Values): New node.
3881
3882 * objects.texi (Lisp Data Types): Mention that certain variables
3883 can only take on a restricted set of values and add an xref to
3884 the new node "Variables with Restricted Values".
3885
3886 * eval.texi (Function Indirection): Describe the errors that
3887 `indirect-function' can signal.
3888 (Eval): Clarify the descriptions of `eval-region' and `values'.
3889 Describe `eval-buffer' instead of `eval-current-buffer' and
3890 mention `eval-current-buffer' as an alias for `current-buffer'.
3891 Correct the description and mention all optional arguments.
3892
697cf92a 3893 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
3894 following.
3895 (Converting Representations): Clarify behavior of
3896 `string-make-multibyte' and `string-to-multibyte' for unibyte all
3897 ASCII arguments.
3898 (Character Sets): Document the variable `charset-list' and adapt
3899 the definition of the function `charset-list' accordingly.
3900 (Translation of Characters): Clarify use of generic characters in
3901 `make-translation-table'. Clarify and correct the description of
3902 the use of translation tables in encoding and decoding.
3903 (User-Chosen Coding Systems): Correct and clarify the description
3904 of `select-safe-coding-system'.
3905 (Default Coding Systems): Clarify description of
3906 `file-coding-system-alist'.
3907
a62f71e4
LT
39082003-11-30 Luc Teirlinck <teirllm@auburn.edu>
3909
3910 * strings.texi (Text Comparison): Correctly describe when two
3911 strings are `equal'. Combine and clarify descriptions of
3912 `assoc-ignore-case' and `assoc-ignore-representation'.
3913
3914 * objects.texi (Non-ASCII in Strings): Clarify description of
3915 when a string is unibyte or multibyte.
3916 (Bool-Vector Type): Update examples.
3917 (Equality Predicates): Correctly describe when two strings are
3918 `equal'.
3919
19017752
LT
39202003-11-29 Luc Teirlinck <teirllm@auburn.edu>
3921
3922 * lists.texi (Building Lists): `append' no longer accepts integer
3923 arguments. Update the description of `number-sequence' to reflect
3924 recent changes.
3925 (Sets And Lists): Describe `member-ignore-case' after `member'.
3926
0f6a07a8
KS
39272003-11-27 Kim F. Storm <storm@cua.dk>
3928
3929 * commands.texi (Click Events): Click object may be an images.
3930 Describe (dx . dy) element of click positions.
3931 (Accessing Events): Remove duplicate posn-timestamp.
3932 New functions posn-object and posn-object-x-y.
3933
1ce7c819
KS
39342003-11-23 Kim F. Storm <storm@cua.dk>
3935
3936 * commands.texi (Click Events): Describe enhancements to event
3937 position lists, including new text-pos and (col . row) items.
3938 Mention left-fringe and right-fringe area events.
0f6a07a8 3939 (Accessing Events): New functions posn-area and
1ce7c819
KS
3940 posn-actual-col-row. Mention posn-timestamp. Mention that
3941 posn-point in non-text area still returns buffer position.
3942 Clarify posn-col-row.
3943
cae8ddbb
LH
39442003-11-21 Lars Hansen <larsh@math.ku.dk>
3945
3946 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
3947 * anti.texi (File Attributes): Describe removed parameter
3948 ID-FORMAT.
3949
f7f1a248
LT
39502003-11-20 Luc Teirlinck <teirllm@auburn.edu>
3951
68e74f25 3952 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
3953 a position, its buffer is ignored.
3954
3955 * markers.texi (Overview of Markers): Mention it here too.
3956
c5e2fb05
LT
39572003-11-12 Luc Teirlinck <teirllm@auburn.edu>
3958
3959 * numbers.texi (Numeric Conversions): Not just `floor', but also
3960 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
3961
e57d0aa8
LT
39622003-11-10 Luc Teirlinck <teirllm@auburn.edu>
3963
3964 * markers.texi (Creating Markers): Specify insertion type of
3965 created markers. Add xref to `Marker Insertion Types'.
3966 Second argument to `copy-marker' is optional.
3967 (Marker Insertion Types): Mention that most markers are created
3968 with insertion type nil.
3969 (The Mark): Correctly describe when `mark' signals an error.
3970 (The Region): Correctly describe when `region-beginning' and
3971 `region-end' signal an error.
3972
bb3612ec
LT
39732003-11-08 Luc Teirlinck <teirllm@auburn.edu>
3974
3975 * hash.texi (Creating Hash): Clarify description of `eql'.
3976 `makehash' is obsolete.
3977 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
3978
3979 * positions.texi (Point): Change description of `buffer-end', so
3980 that it is also correct for floating point arguments.
3981 (List Motion): Correct argument lists of `beginning-of-defun' and
3982 `end-of-defun'.
3983 (Excursions): Add xref to `Marker Insertion Types'.
3984 (Narrowing): Argument to `narrow-to-page' is optional.
3985
cfb8a797
LT
39862003-11-06 Luc Teirlinck <teirllm@auburn.edu>
3987
3988 * streams.texi (Output Streams): Clarify behavior of point for
3989 marker output streams.
3990
c6177909
LT
39912003-11-04 Luc Teirlinck <teirllm@auburn.edu>
3992
3993 * variables.texi (Defining Variables): Second argument to
3994 `defconst' is not optional.
3995 (Setting Variables): Mention optional argument APPEND to
3996 `add-to-list'.
3997 (Creating Buffer-Local): Expand description of
3998 `make-variable-buffer-local'.
3999 (Frame-Local Variables): Expand description of
4000 `make-variable-frame-local'.
4001 (Variable Aliases): Correct description of optional argument
4002 DOCSTRING to `defvaralias'. Mention return value of
4003 `defvaralias'.
4004 (File Local Variables): Add xref to `File variables' in Emacs
4005 Manual. Correct description of `hack-local-variables'. Mention
4006 `safe-local-variable' property. Mention optional second argument
4007 to `risky-local-variable-p'.
4008
b3645067
LT
40092003-11-03 Luc Teirlinck <teirllm@auburn.edu>
4010
4011 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4012
10695e5c
EZ
40132003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4014
4015 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4016 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4017 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4018 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4019 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 4020 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
4021 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4022 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4023 @acronym{FOO}.
4024
a2f4def1
LT
40252003-10-27 Luc Teirlinck <teirllm@auburn.edu>
4026
4027 * strings.texi (Creating Strings): Argument START to `substring'
4028 can not be `nil'. Expand description of
4029 `substring-no-properties'. Correct description of `split-string',
4030 especially with respect to empty matches. Prevent very bad line
4031 break in definition of `split-string-default-separators'.
4032 (Text Comparison): `string=' and `string<' also accept symbols as
4033 arguments.
4034 (String Conversion): More completely describe argument BASE in
4035 `string-to-number'.
5bb0fcd1 4036 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
4037 corresponding object. Clarify behavior of numeric prefix after
4038 `%' in `format'.
4039 (Case Conversion): The argument to `upcase-initials' can be a
4040 character.
4041
a2296bf9
KH
40422003-10-27 Kenichi Handa <handa@m17n.org>
4043
4044 * display.texi (Fontsets): Fix texinfo usage.
4045
885fef7c
KH
40462003-10-25 Kenichi Handa <handa@m17n.org>
4047
4048 * display.texi (Fontsets): Add description of the function
4049 set-fontset-font.
4050
0c6b7a1f
LT
40512003-10-23 Luc Teirlinck <teirllm@auburn.edu>
4052
4053 * display.texi (Temporary Displays): Add xref to `Documentation
4054 Tips'.
4055
4056 * functions.texi (Function Safety): Use inforef instead of pxref
4057 for SES.
4058
c3cda320
AS
40592003-10-23 Andreas Schwab <schwab@suse.de>
4060
4061 * Makefile.in (TEX, texinputdir): Don't define.
4062 (TEXI2DVI): Define.
4063 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4064 add $(srcdir)/index.texi.
4065 ($(infodir)/elisp): Remove index.texi dependency.
4066 (elisp.dvi): Likewise. Use $(TEXI2DVI).
4067 (index.texi): Remove target.
4068 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
4069 (clean): Don't remove index.texi.
4070
c3cda320
AS
4071 * permute-index, index.perm: Remove.
4072 * index.texi: Rename from index.unperm.
4073
e5dadca7
LT
40742003-10-22 Luc Teirlinck <teirllm@auburn.edu>
4075
4076 * tips.texi (Documentation Tips): Document new behavior for face
4077 and variable hyperlinks in Help mode.
4078
6cfb0777
LT
40792003-10-21 Luc Teirlinck <teirllm@auburn.edu>
4080
4081 * objects.texi (Integer Type): Update for extra bit of integer range.
4082 (Character Type): Ditto.
4083
a6eeaa81 40842003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
4085
4086 * numbers.texi (Integer Basics): Add index entries for reading
4087 numbers in hex, octal, and binary.
4088
c8f9ba83
LK
40892003-10-16 Lute Kamstra <lute@gnu.org>
4090
4091 * modes.texi (Mode Line Format): Mention force-mode-line-update's
4092 argument.
4093
b52a26fb
LT
40942003-10-13 Luc Teirlinck <teirllm@auburn.edu>
4095
4096 * windows.texi (Choosing Window): Fix typo.
4097 * edebug.texi (Edebug Execution Modes): Fix typo.
4098
f7005886
RS
40992003-10-13 Richard M. Stallman <rms@gnu.org>
4100
4101 * windows.texi (Basic Windows): A window has fringe settings,
4102 display margins and scroll-bar settings.
4103 (Splitting Windows): Doc split-window return value.
4104 Clean up one-window-p.
4105 (Selecting Windows): Fix typo.
4106 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4107 (Buffers and Windows): In set-window-buffer, explain effect
4108 on fringe settings and scroll bar settings.
4109 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4110 (Choosing Window): Use defopt for pop-up-frame-function.
4111 For special-display-buffer-names, explain same-window and same-frame.
4112 Clarify window-dedicated-p return value.
4113 (Textual Scrolling): scroll-up and scroll-down can get an error.
4114 (Horizontal Scrolling): Clarify auto-hscroll-mode.
4115 Clarify set-window-hscroll.
4116 (Size of Window): Don't mention tool bar in window-height.
4117 (Coordinates and Windows): Explain what coordinates-in-window-p
4118 returns for fringes and display margins.
4119 (Window Configurations): Explain saving fringes, etc.
4120
4121 * tips.texi (Library Headers): Clean up Documentation.
4122
4123 * syntax.texi (Parsing Expressions): Clean up forward-comment
4124 and parse-sexp-lookup-properties.
4125
4126 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4127
4128 * os.texi (System Environment): Clean up text for load-average errors.
4129
4130 * modes.texi (Hooks): Don't explain local hook details at front.
4131 Clarify run-hooks and run-hook-with-args a little.
4132 Clean up add-hook and remove-hook.
4133
4134 * edebug.texi (Edebug Execution Modes): Clarify t.
4135 Document edebug-sit-for-seconds.
4136 (Coverage Testing): Document C-x X = and =.
4137 (Instrumenting Macro Calls): Fix typo.
4138 (Specification List): Don't index the specification keywords.
4139
c989ebe9
KS
41402003-10-10 Kim F. Storm <storm@cua.dk>
4141
4142 * processes.texi (Network): Introduce make-network-process.
4143
f9525eef
LT
41442003-10-09 Luc Teirlinck <teirllm@auburn.edu>
4145
4146 * tips.texi (Library Headers): Fix typo.
4147
f008b925
LK
41482003-10-07 Juri Linkov <juri@jurta.org>
4149
4150 * modes.texi (Imenu): Mention imenu-create-index-function's
4151 default value. Explain submenus better.
4152
c22c5da6
LK
41532003-10-07 Lute Kamstra <lute@gnu.org>
4154
4155 * modes.texi (Faces for Font Lock): Fix typo.
4156 (Hooks): Explain how buffer-local hook variables can refer to
4157 global hook variables.
4158 Various minor clarifications.
4159
49247521
LK
41602003-10-06 Lute Kamstra <lute@gnu.org>
4161
4162 * tips.texi (Coding Conventions): Mention naming conventions for
4163 hooks.
4164
9296c947
LT
41652003-10-05 Luc Teirlinck <teirllm@auburn.edu>
4166
4167 * loading.texi (Library Search): Correct default value of
4168 load-suffixes.
4169 (Named Features): Fix typo.
4170
0e9b293a
RS
41712003-10-05 Richard M. Stallman <rms@gnu.org>
4172
4173 * loading.texi (Named Features): In `provide',
4174 say how to test for subfeatures.
4175 (Unloading): In unload-feature, use new var name
4176 unload-feature-special-hooks.
4177
49247521 41782003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
4179
4180 * modes.texi (Major Mode Conventions): Mention third way to set up
4181 Imenu.
4182 (Imenu): A number of small fixes.
4183 Delete documentation of internal variable imenu--index-alist.
4184 Document the return value format of imenu-create-index-function
4185 functions.
4186
ab8f7d5c
RS
41872003-09-30 Richard M. Stallman <rms@gnu.org>
4188
4189 * processes.texi (Network): Say what stopped datagram connections do.
4190
4191 * lists.texi (Association Lists): Clarify `assq-delete-all'.
4192
4193 * display.texi (Overlay Properties): Clarify `evaporate' property.
4194
49247521 41952003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
4196
4197 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 4198 constructs should be marked as risky.
86b9b767
LK
4199 Change cons cell into proper list.
4200 (Mode Line Variables): Change cons cell into proper list.
4201
49247521 42022003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
4203
4204 * modes.texi (Mode Line Data): Document the :propertize construct.
4205 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 4206 to match their order in the default mode-line-format.
bc3b02f9
LK
4207 Describe the new variables mode-line-position and mode-line-modes.
4208 Update the default values of mode-line-frame-identification,
4209 minor-mode-alist, and default-mode-line-format.
4210 (Properties in Mode): Mention the :propertize construct.
6142d1d0 4211
bc3b02f9 42122003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 4213
c22c5da6 4214 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
4215 * loading.texi, minibuf.texi, text.texi, variables.texi:
4216 Avoid @strong{Note:}.
4217
42182003-09-26 Richard M. Stallman <rms@gnu.org>
4219
4220 * keymaps.texi (Remapping Commands): Fix typo.
4221
41beda59
LT
42222003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
4223
4224 * processes.texi (Low-Level Network): Fix typo.
4225
ef6ae4ff
KS
42262003-09-23 Kim F. Storm <storm@cua.dk>
4227
4228 * processes.texi (Network, Network Servers): Fix typos.
4229 (Low-Level Network): Add timeout value for :server keyword.
4230 Add new option keywords to make-network-process.
4231 Add set-network-process-options.
4232 Explain how to test availability of network options.
4233
b0f23edf
RS
42342003-09-19 Richard M. Stallman <rms@gnu.org>
4235
4236 * text.texi (Motion by Indent): Arg to
4237 backward-to-indentation and forward-to-indentation is optional.
4238
4239 * strings.texi (Creating Strings): Add substring-no-properties.
4240
4241 * processes.texi
4242 (Process Information): Add list-processes arg QUERY-ONLY.
4243 Delete process-contact from here.
4244 Add new status values for process-status.
4245 Add process-get, process-put, process-plist, set-process-plist.
4246 (Synchronous Processes): Add call-process-shell-command.
4247 (Signals to Processes): signal-process allows process objects.
4248 (Network): Complete rewrite.
4249 (Network Servers, Datagrams, Low-Level Network): New nodes.
4250
4251 * positions.texi (Word Motion): forward-word, backward-word
4252 arg is optional. Reword.
4253
4254 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
4255
c22c5da6 4256 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
4257 Delete duplicate definition of buffer-local-value.
4258 (File Local Variables): Explain about discarding text props.
4259
f387bdea
RS
42602003-09-11 Richard M. Stallman <rms@gnu.org>
4261
4262 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4263 changes variables that record input events.
4264 (Minibuffer Misc): Add minibuffer-selected-window.
4265
4266 * lists.texi (Building Lists): Add copy-tree.
4267
4268 * display.texi (Fontsets): Add char-displayable-p.
4269 (Scroll Bars): New node.
4270
49247521 42712003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
4272
4273 * modes.texi (%-Constructs): Document new `%i' and `%I'
4274 constructs.
4275
fd026ee1
JR
42762003-09-03 Peter Runestig <peter@runestig.com>
4277
4278 * makefile.w32-in: New file.
4279
4828b4d7
RS
42802003-08-29 Richard M. Stallman <rms@gnu.org>
4281
4282 * display.texi (Overlay Properties): Clarify how priorities
4283 affect use of the properties.
4284
a4e4f05d
LT
42852003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4286
4287 * customize.texi (Type Keywords): Correct the description of
4288 `:help-echo' in the case where `motion-doc' is a function.
4289
3ebe0346
JPW
42902003-08-14 John Paul Wallington <jpw@gnu.org>
4291
4292 * modes.texi (Emulating Mode Line): Subsection, not section.
4293
3afe8e39
RS
42942003-08-13 Richard M. Stallman <rms@gnu.org>
4295
4296 * elisp.texi (Top): Update subnode lists in menu.
4297
4298 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4299 (Kill Functions): kill-region has new arg yank-handler.
4300 (Yanking): New node.
4301 (Yank Commands): Add yank-undo-function.
4302 (Low-Level Kill Ring):
4303 kill-new and kill-append have new arg yank-handler.
4304 (Changing Properties): Add remove-list-of-text-properties.
4305 (Atomic Changes): New node.
4306
4307 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4308
4309 * streams.texi (Output Variables): Add eval-expression-print-length
4310 and eval-expression-print-level.
4311
4312 * os.texi (Time Conversion): For encode-time, explain limits on year.
4313
4314 * objects.texi (Character Type): Define anchor "modifier bits".
4315
4316 * modes.texi (Emulating Mode Line): New node.
4317 (Search-based Fontification): Font Lock uses font-lock-face property.
4318 (Other Font Lock Variables): Likewise.
4319
4320 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4321 not vectors.
4322 (Active Keymaps): Add emulation-mode-map-alists.
4323 (Functions for Key Lookup): key-binding has new arg no-remap.
4324 (Remapping Commands): New node.
4325 (Scanning Keymaps): where-is-internal has new arg no-remap.
4326 (Tool Bar): Add tool-bar-local-item-from-menu.
4327 Clarify when to use tool-bar-add-item-from-menu.
4328
4329 * commands.texi (Interactive Call): commandp has new arg.
4330 (Command Loop Info): Add this-original-command.
4331
e37769b1
JPW
43322003-08-06 John Paul Wallington <jpw@gnu.org>
4333
4334 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4335
4336 * display.texi (Warning Basics): Fix typo.
4337 (Fringes): Add closing curly bracket and fix typo.
4338
4339 * elisp.texi (Top): Fix typo.
4340
c5e0561f
RS
43412003-08-05 Richard M. Stallman <rms@gnu.org>
4342
4343 * elisp.texi: Update lists of subnodes.
4344
4345 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4346
4347 * variables.texi (Local Variables): Use lc for example variable names.
4348
4349 * tips.texi (Library Headers): Explain where to put -*-.
4350
4351 * strings.texi (Creating Strings): Fix xref for vconcat.
4352
4353 * sequences.texi (Vector Functions):
4354 vconcat no longer allows integer args.
4355
4356 * minibuf.texi (Reading File Names): read-file-name has new
4357 arg PREDICATE. New function read-directory-name.
4358
4359 * macros.texi (Defining Macros): Give definition of `declare'
4360 (Indenting Macros): New node.
4361
4362 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4363 (Window Frame Parameters): Make separate table of parameters
4364 that are coupled with specific face attributes.
4365 (Deleting Frames): delete-frame-hooks renamed to
4366 delete-frame-functions.
4367
4368 * files.texi (Magic File Names): Add file-remote-p.
4369 Clarify file-local-copy.
4370
4371 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4372 here; instead xref Defining Macros.
4373
4374 * display.texi (Warnings): New node, and subnodes.
4375 (Fringes): New node.
4376
4377 * debugging.texi (Test Coverage): New node.
4378
4379 * compile.texi (Compiler Errors): Explain with-no-warnings
4380 and other ways to suppress warnings.
4381
4382 * commands.texi (Interactive Call): Minor clarification.
4383
4384 * buffers.texi (Buffer File Name): set-visited-file-name
4385 renames the buffer too.
4386
4387 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4388
ee59dede
MR
43892003-07-24 Markus Rost <rost@math.ohio-state.edu>
4390
4391 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4392
f0514b34
MR
43932003-07-22 Markus Rost <rost@math.ohio-state.edu>
4394
4395 * internals.texi (Garbage Collection): Fix previous change.
4396
c73983bb
RS
43972003-07-22 Richard M. Stallman <rms@gnu.org>
4398
4399 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4400
4401 * display.texi (Width): Use \s syntax in example.
4402 (Font Selection): Add face-font-rescale-alist.
4403
4404 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4405 Remove spurious indent in example.
4406
4407 * lists.texi (Building Lists): Add number-sequence.
4408
4409 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4410
4411 * functions.texi (Function Documentation): Explain how to
4412 show calling convention explicitly in the doc string.
4413
4414 * windows.texi (Selecting Windows): save-selected-window saves
4415 selected window of each frame.
4416 (Window Configurations): Minor change.
4417
4418 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4419
4420 * streams.texi (Output Variables): Add print-continuous-numbering
4421 and print-number-table.
4422
4423 * processes.texi (Decoding Output): New node.
4424
4425 * os.texi (Time Conversion): decode-time arg is optional.
4426
4427 * objects.texi (Character Type): Don't use space as example for \.
4428 Make list of char names and \-sequences correspond.
4429 Explain that \s is not used in strings. `\ ' needs space after.
4430
4431 * nonascii.texi (Converting Representations): Add string-to-multibyte.
4432 (Translation of Characters): Add translation-table-for-input.
4433 (Default Coding Systems): Add auto-coding-functions.
4434 (Explicit Encoding): Add decode-coding-inserted-region.
4435 (Locales): Add locale-info.
4436
4437 * minibuf.texi (Basic Completion): Describe test-completion.
4438 Collections can be lists of strings.
4439 Clean up lazy-completion-table.
4440 (Programmed Completion): Mention test-completion.
4441 Clarify why lambda expressions are not accepted.
4442 (Minibuffer Misc): Describe minibufferp.
4443
51a8b435
RS
44442003-07-14 Richard M. Stallman <rms@gnu.org>
4445
4446 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4447
4448 * windows.texi (Selecting Windows): New arg to select-window.
4449 (Selecting Windows): Add with-selected-window.
4450 (Size of Window): Add window-inside-edges, etc.
4451
4452 * internals.texi (Garbage Collection): Add post-gc-hook.
4453
4454 * processes.texi (Subprocess Creation): Add exec-suffixes.
4455
4456 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4457 (Scanning Keymaps): Add map-keymaps.
4458 (Defining Menus): Add keymap-prompt.
4459
4460 * numbers.texi (Integer Basics): Add most-positive-fixnum,
4461 most-negative-fixnum.
4462
4463 * compile.texi (Byte Compilation): Explain no-byte-compile
4464 (Compiler Errors): New node.
4465
4466 * os.texi (User Identification): user-uid, user-real-uid
4467 can return float.
4468
4469 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4470 and about derived modes.
4471 (Minor Modes): Add minor-mode-list.
4472 (Defining Minor Modes): Keyword args for define-minor-mode.
4473 (Search-based Fontification): Explain managing other properties.
4474 (Other Font Lock Variables): Add font-lock-extra-managed-props.
4475 (Faces for Font Lock): Add font-locl-preprocessor-face.
4476 (Hooks): Add run-mode-hooks and delay-mode-hooks.
4477
4478 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 4479 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
4480
4481 * loading.texi (Library Search): Add load-suffixes.
4482
4483 * minibuf.texi (Basic Completion): Add lazy-completion-table.
4484 (Programmed Completion): Add dynamic-completion-table.
4485
4486 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4487 (Magic File Names): Specify precedence order of handlers.
199bb209 4488
51a8b435
RS
4489 * commands.texi (Command Overview): Emacs server runs pre-command-hook
4490 and post-command-hook.
4491 (Waiting): New calling convention for sit-for.
4492
4493 * text.texi (Special Properties): local-map and keymap properties
4494 apply based on their stickiness.
4495
c6de56a0
RS
44962003-07-07 Richard M. Stallman <rms@gnu.org>
4497
4498 * modes.texi (Minor Mode Conventions): Specify only some kinds
4499 of list values as args to minor modes.
4500
4501 * files.texi (File Name Expansion): Warn about iterative use
4502 of substitute-in-file-name.
4503
4504 * advice.texi (Activation of Advice): Clean up previous change.
4505
8c761ea6
MR
45062003-07-06 Markus Rost <rost@math.ohio-state.edu>
4507
4508 * advice.texi (Activation of Advice): Note that ad-start-advice is
4509 turned on by default.
4510
c6de56a0
RS
45112003-06-30 Richard M. Stallman <rms@gnu.org>
4512
4513 * text.texi (Buffer Contents): Document current-word.
4514 (Change Hooks): Not called for *Messages*.
4515
4516 * functions.texi (Defining Functions): Explain about redefining
4517 primitives.
4518 (Function Safety): Renamed. Minor changes.
4519 Comment out the detailed criteria for what is safe.
4520
3fe4e567
AS
45212003-06-22 Andreas Schwab <schwab@suse.de>
4522
4523 * objects.texi (Symbol Type): Fix description of examples.
4524
cda7bd13
AS
45252003-06-16 Andreas Schwab <schwab@suse.de>
4526
4527 * hash.texi (Creating Hash): Fix description of :weakness.
4528
fbcffa4a
KG
45292003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4530
4531 * files.texi (Changing Files): copy-file copies file modes, too.
4532
ff6a3bfb
RS
45332003-05-28 Richard M. Stallman <rms@gnu.org>
4534
4535 * strings.texi (Creating Strings): Clarify split-string.
4536
1463a05d
JB
45372003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
4538
4539 * strings.texi (Creating Strings): Update split-string specification
4540 and examples.
4541
af253914
RS
45422003-05-19 Richard M. Stallman <rms@gnu.org>
4543
4544 * elisp.texi: Correct invariant section names.
4545
7ea52f92
RS
45462003-04-20 Richard M. Stallman <rms@gnu.org>
4547
4548 * os.texi (Timers): Explain about timers and quitting.
4549
e31afc09
RS
45502003-04-19 Richard M. Stallman <rms@gnu.org>
4551
4552 * internals.texi (Writing Emacs Primitives): Strings are
4553 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
4554 Explain GCPRO convention for varargs function args.
4555
5ceea398
RS
45562003-04-16 Richard M. Stallman <rms@gnu.org>
4557
4558 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
4559
b0ada147
RS
45602003-04-08 Richard M. Stallman <rms@gnu.org>
4561
4562 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
4563
b23375aa
KS
45642003-02-13 Kim F. Storm <storm@cua.dk>
4565
4566 * objects.texi (Character Type): New \s escape for space.
4567
c60ee5e7
JB
45682003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
4569
4570 * os.texi (System Environment): Added cygwin system-type.
4571
84e47416
RS
45722003-01-25 Richard M. Stallman <rms@gnu.org>
4573
4574 * keymaps.texi: Document that a symbol can act as a keymap.
4575
3e8cf2ea
RS
45762003-01-13 Richard M. Stallman <rms@gnu.org>
4577
4578 * text.texi (Changing Properties): Say string indices are origin-0.
4579
4580 * positions.texi (Screen Lines) <compute-motion>:
4581 Correct order of elts in return value.
4582
4583 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
4584 how to define a default binding.
4585
7abb9fc5 45862002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 4587
104bc3aa 4588 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 4589
104bc3aa
MR
4590 * customize.texi (Simple Types): Clarify description of custom
4591 type 'number. Describe new custom type 'float.
177f790c 4592
7abb9fc5 45932002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
4594
4595 * variables.texi (File Local Variables): Fix typo.
4596
df140a68 45972002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 4598
df140a68
KG
4599 From Michael Albinus <Michael.Albinus@alcatel.de>.
4600
4601 * README: Target for Info file is `make info'.
4602
4603 * files.texi (File Name Components): Fixed typos in
4604 `file-name-sans-extension'.
4605 (Magic File Names): Complete list of operations for magic file
4606 name handlers.
4607
7ed9159a
JY
46082002-09-16 Jonathan Yavner <jyavner@engineer.com>
4609
4610 * variables.texi (File Local Variables): New function
4611 risky-local-variable-p.
4612
46132002-09-15 Jonathan Yavner <jyavner@engineer.com>
4614
4615 * functions.texi (Function safety): New node about unsafep.
4616
241f79af
PA
46172002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
4618
4619 * customize.texi (Splicing into Lists): Fixed example.
4620 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
4621
72459b15
JB
46222002-06-17 Juanma Barranquero <lektu@terra.es>
4623
4624 * frames.texi (Display Feature Testing): Fix typo.
4625
61f7e0f5
AS
46262002-06-12 Andreas Schwab <schwab@suse.de>
4627
4628 * frames.texi (Initial Parameters, Resources): Fix references to
4629 the Emacs manual.
4630
4e792dbd
KS
46312002-05-13 Kim F. Storm <storm@cua.dk>
4632
4633 * variables.texi (Intro to Buffer-Local): Updated warning and
4634 example relating to changing buffer inside let.
4635
940344d4 46362002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
4637
4638 * os.texi (Session Management): New node about X Session management.
4639
231ac53b
EZ
46402002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
4641
4642 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
4643 to which the manual corresponds, and the copyright years.
4644
4645 * Makefile.in (VERSION): Set to 2.9.
4646
140cc574
EZ
46472001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
4648
4649 * elisp.texi: Change the category in @dircategory to "Emacs", to
4650 make it consistent with info/dir.
4651
9c7fce05
MB
46522001-11-25 Miles Bader <miles@gnu.org>
4653
4654 * text.texi (Fields): Describe new `limit' arg in
4655 field-beginning/field-end.
4656
9f8bbf0f
EZ
46572001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
4658
a5e6715c
EZ
4659 * permute-index: Don't depend on csh-specific features. Replace
4660 the interpreter name with /bin/sh.
4661
9f8bbf0f
EZ
4662 * two-volume-cross-refs.txt: New file.
4663 * two.el: New file.
4664 * spellfile: New file.
4665
1756e2fb
EZ
46662001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
4667
4668 * permute-index: New file.
4669
4670 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
4671 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
4672 8+3 restricted namespace.
ad050e54
EZ
4673
4674 * Makefile.in (infodir): Define relative to $(srcdir).
4675 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
4676 include directories list via -I switch to makeinfo.
4677 (index.texi): Use cp if both hard and symbolic links fail.
4678
10fa7f8e
EZ
46792001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
4680
7a1494ce
EZ
4681 * Makefile.in (distclean): Add.
4682
10fa7f8e
EZ
4683 The following changes make ELisp manual part of the Emacs
4684 distribution:
4685
4686 * Makefile.in: Add Copyright notice.
4687 (prefix): Remove.
4688 (infodir): Change value to "../info".
4689 (VPATH): New variable.
4690 (MAKE): Don't define.
4691 (texmacrodir): Don't define.
4692 (texinputdir): Append the existing value of TEXINPUTS.
4693 ($(infodir)/elisp): Instead of just "elisp". Reformat the
4694 command to be compatible with man/Makefile.in, and to put the
4695 output into ../info.
5c32b7c5 4696 (info): Add target.
10fa7f8e
EZ
4697 (installall): Target removed.
4698
ad050e54 46992001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
4700
4701 * tips.texi (Coding Conventions): Fix typo.
4702
6fd735df
GM
47032001-10-23 Gerd Moellmann <gerd@gnu.org>
4704
4705 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
4706
b704d54b
EZ
47072001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4708
4709 * files.texi (File Name Components): Update the description of
4710 file-name-sans-extension and file-name-extension, as they now
4711 ignore leading dots.
4712
71431a0e
GM
47132001-10-20 Gerd Moellmann <gerd@gnu.org>
4714
6aa97356 4715 * (Version 21.1 released.)
71431a0e 4716
79f1f96c
MB
47172001-10-19 Miles Bader <miles@gnu.org>
4718
4719 * positions.texi (Text Lines): Describe behavior of
4720 `beginning-of-line'/`end-of-line' in the presence of field properties.
4721
892a8f36
GM
47222001-10-17 Gerd Moellmann <gerd@gnu.org>
4723
4724 * Makefile.in (VERSION): Set to 2.8.
4725 (manual): Use `manual-21'.
4726
8c1cc9e8 4727 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
4728 number was used. Set it to 2.8.
4729
4730 * intro.texi: Likewise.
4731
51724e26
EZ
47322001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4733
4734 * files.texi (File Name Completion): Document the significance of
4735 a trailing slash in elements of completion-ignored-extensions.
4736
57b338e8
MB
47372001-10-06 Miles Bader <miles@gnu.org>
4738
4739 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
4740
c89e4bc5
GM
47412001-10-04 Gerd Moellmann <gerd@gnu.org>
4742
4743 * variables.texi (Variable Aliases): New node.
4744
ab952a4f
GM
47452001-10-04 Gerd Moellmann <gerd@gnu.org>
4746
4747 * Branch for 21.1.
dff28924 4748
9db3a582
MB
47492001-10-02 Miles Bader <miles@gnu.org>
4750
ae1a9581
MB
4751 * minibuf.texi (Minibuffer Misc): Add entries for
4752 `minibuffer-contents', `minibuffer-contents-no-properties', and
4753 `delete-minibuffer-contents'.
4754 Correct description for `minibuffer-prompt-end'.
4755
9db3a582
MB
4756 * text.texi (Property Search): Correct descriptions of
4757 `next-char-property-change' and `previous-char-property-change'.
4758 Add entries for `next-single-char-property-change' and
4759 `previous-single-char-property-change'.
4760 Make operand names a bit more consistent.
4761
03be5931
EZ
47622001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
4763
4764 * frames.texi (Finding All Frames): Document that next-frame and
4765 previous-frame are local to current terminal.
4766
974548ec
EZ
47672001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
4768
4769 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 4770 result of make-keymap.
974548ec 4771
8d82c597
EZ
47722001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
4773
4774 * display.texi (Font Lookup, Attribute Functions)
4775 (Image Descriptors): Add cross-references to the definition of
4776 selected frame.
4777
4778 * buffers.texi (The Buffer List): Add cross-references to the
4779 definition of selected frame.
4780
4781 * frames.texi (Input Focus): Clarify which frame is _the_ selected
4782 frame at any given time.
4783 (Multiple Displays, Size and Position): Add a cross-reference to
4784 the definition of the selected frame.
4785
2842de30
EZ
47862001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4787
4788 * strings.texi (String Conversion) <string-to-number>: Document
4789 that a float is returned for integers that are too large.
4790
4791 * frames.texi (Mouse Position): Document mouse-position-function.
4792 (Display Feature Testing): Document display-images-p.
4793 (Window Frame Parameters): Document the cursor-type variable.
4794
4795 * numbers.texi (Integer Basics): Document CL style read syntax for
4796 integers in bases other than 10.
4797
4798 * positions.texi (List Motion): Document
4799 open-paren-in-column-0-is-defun-start.
4800
4801 * lists.texi (Sets And Lists): Document member-ignore-case.
4802
4803 * internals.texi (Garbage Collection): Document the used and free
4804 strings report.
4805 (Memory Usage): Document strings-consed.
4806
4807 * os.texi (Time of Day): Document float-time.
4808 (Recording Input): Document that clear-this-command-keys clears
4809 the vector to be returned by recent-keys.
4810
4811 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
4812 argument keymap can be a list.
4813
4814 * nonascii.texi (User-Chosen Coding Systems)
4815 <select-safe-coding-system>: Document the new argument
4816 accept-default-p and the variable
4817 select-safe-coding-system-accept-default-p. Tell what happens if
4818 buffer-file-coding-system is undecided.
4819 (Default Coding Systems): Document auto-coding-regexp-alist.
4820
4821 * display.texi (The Echo Area) <message>: Document
4822 message-truncate-lines.
4823 (Glyphs): Document that the glyph table is unused on windowed
4824 displays.
4825
4826 * help.texi (Describing Characters) <single-key-description>:
4827 Document the new argument no-angles.
4828 (Accessing Documentation) <documentation-property>: Document that
4829 a non-string property is evaluated.
4830 <documentation>: Document that the function-documentation property
4831 is looked for.
4832
4833 * windows.texi (Selecting Windows): Document some-window.
4834
4835 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
4836
4837 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
4838 apropos-mode-hook.
4839
4840 * commands.texi (Using Interactive): Document interactive-form.
4841 (Keyboard Macros): Document kbd-macro-termination-hook.
4842 (Command Loop Info): Document that clear-this-command-keys clears
4843 the vector to be returned by recent-keys.
4844
2d43d823
GM
48452001-09-04 Werner LEMBERG <wl@gnu.org>
4846
4847 * Makefile.in (srcdir, texinputdir): New variables.
4848 (srcs, index.texi, install): Use $(srcdir).
4849 (.PHONY): Remove elisp.dvi.
4850 (elisp): Use -I switch for makeinfo.
4851 (elisp.dvi): Use $(srcdir) and $(texinputdir).
4852 (installall, dist): Use $(srcdir).
4853 Fix path to texinfo.tex.
4854 (maintainer-clean): Add elisp.dvi and elisp.oaux.
4855
fa739b31
GM
48562001-08-30 Gerd Moellmann <gerd@gnu.org>
4857
92a25631
GM
4858 * display.texi (Conditional Display): Adjust to API change.
4859
fa739b31
GM
4860 * configure: New file.
4861
cef68af5
GM
48622001-07-30 Gerd Moellmann <gerd@gnu.org>
4863
4864 * commands.texi (Repeat Events): Add description of
4865 double-click-fuzz.
4866
d1f08d85
SM
48672001-05-08 Stefan Monnier <monnier@cs.yale.edu>
4868
4869 * syntax.texi (Syntax Class Table): Add the missing designator for
4870 comment and string fences.
4871 (Syntax Properties): Add a xref to syntax table internals.
4872 (Syntax Table Internals): Document string-to-syntax.
4873
1e9fc92e
GM
48742001-05-07 Gerd Moellmann <gerd@gnu.org>
4875
4876 * Makefile.in (install): Use install-info command line options
4877 like in Emacs' Makefile.in.
4878
00480554
MB
48792000-12-09 Miles Bader <miles@gnu.org>
4880
4881 * windows.texi (Window Start): Update documentation for
4882 `pos-visible-in-window-p'.
4883
1e344ee2
SM
48842000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4885
4886 * lists.texi (Building Lists): Add footnote to explain how to add
4887 to the end of a list.
4888
a540f6ed
GM
48892000-10-25 Gerd Moellmann <gerd@gnu.org>
4890
4891 * files.texi (Visiting Functions): Typos.
4892
28bcdbee
KH
48932000-10-25 Kenichi Handa <handa@etl.go.jp>
4894
4895 * files.texi (Visiting Functions): Return value of
4896 find-file-noselect may be a list of buffers if wildcards are used.
4897
22d1a4ed
MB
48982000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4899
4900 * display.texi (Defining Faces): Document `graphic' display type
4901 in face specs.
4902
916a89db
KG
49032000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4904
1e9fc92e 4905 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
4906 `after-make-frame-hook' with `after-make-frame-functions'.
4907
1e9fc92e 4908 * frames.texi (Creating Frames): Ditto.
916a89db 4909
1e9fc92e 4910 * variables.texi (Future Local Variables): Ditto.
916a89db 4911
483de32b
GM
49122000-10-16 Gerd Moellmann <gerd@gnu.org>
4913
4914 * display.texi (Other Image Types): Add description of :foreground
4915 and :background properties of mono PBM images.
4916
e23a63a5
WL
49172000-08-17 Werner LEMBERG <wl@gnu.org>
4918
4919 * .cvsignore: New file.
4920
dfc16043
GM
49212000-01-05 Gerd Moellmann <gerd@gnu.org>
4922
4923 * tindex.pl: New script.
4924
602613fe
DL
49251999-12-03 Dave Love <fx@gnu.org>
4926
4927 * Makefile.in (MAKEINFO): New parameter.
4928
94ec544d
DL
49291999-09-17 Richard Stallman <rms@gnu.org>
4930
4931 * Makefile.in (srcs): Add hash.texi.
4932 (VERSION): Update to 20.6.
4933
49341999-09-13 Richard Stallman <rms@gnu.org>
4935
4936 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
4937
49381998-08-29 Karl Heuer <kwzh@gnu.org>
4939
4940 * configure.in: New file.
4941 * Makefile.in: Renamed from Makefile.
4942 (prefix, infodir): Use value obtained from configure.
4943 (emacslibdir): Obsolete variable deleted.
4944 (dist): Distribute configure.in, configure, Makefile.in.
4945
49461998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
4947
4948 * Makefile (INSTALL_INFO): New variable.
4949 (install): Run install-info.
4950
49511998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
4952
4953 * Makefile (elisp.dvi): Add missing backslash.
4954
49551998-05-02 Richard Stallman <rms@psilocin.gnu.org>
4956
4957 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
4958 Run texindex without `./'. Always run texindex on elisp.tp.
4959 (elisp.tps): Target deleted.
4960
49611998-04-05 Richard Stallman <rms@psilocin.gnu.org>
4962
4963 * Makefile (srcs): Add nonascii.texi and customize.texi.
4964 (dist): Start by deleting `temp'.
4965
49661998-02-17 Richard Stallman <rms@psilocin.gnu.org>
4967
4968 * Makefile (makeinfo, texindex): Targets deleted.
4969 (makeinfo.o, texindex.o): Targets deleted.
4970 (clean, dist): Don't do anything with them or with getopt*.
4971
49721998-01-30 Richard Stallman <rms@psilocin.gnu.org>
4973
4974 * Makefile (SHELL): Defined.
4975
49761998-01-27 Richard Stallman <rms@psilocin.gnu.org>
4977
4978 * Makefile (elisp.tps): New target.
4979 (elisp.dvi): Depend on elisp.tps.
4980
4981Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
4982
4983 * README: Update phone number.
4984
4985 * Makefile (elisp): Make this be the default target.
4986 Depend on makeinfo.c instead of makeinfo.
4987 (install): Don't depend on elisp.dvi, since we don't install that.
4988 Use mkinstalldirs.
4989 (dist): Add mkinstalldirs.
4990
4991Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4992
4993 * Makefile (VERSION): Update version number.
4994 (maintainer-clean): Renamed from realclean.
4995
4996Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
4997
4998 * Makefile (realclean): New target.
4999 (elisp): Remove any old elisp-* files first.
5000
5001Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5002
d1f08d85
SM
5003 * Makefile (VERSION): New variable.
5004 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5005 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
5006
5007Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5008
5009 * Makefile (elisp): Depend on makeinfo.
5010
5011Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
5012
d1f08d85 5013 * Makefile (srcs): Add anti.texi.
94ec544d
DL
5014
5015Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5016
5017 * Makefile (infodir, prefix): New vars.
5018 (install): Use infodir.
5019 (emacsinfodir): Deleted.
5020
5021Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5022
5023 * Makefile (srcs): Add calendar.texi.
5024
5025 * Makefile (dist): Copy texindex.c and makeinfo.c.
5026 Limit elisp-* files to those with one or two digits.
5027
5028Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5029
5030 * Makefile (dist): Changed to use Gzip instead of compress.
5031
5032Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5033
5034 * loading.texi (Unloading): define-function changed back to
5035 defalias. It may not stay this way, but at least it's
5036 consistent with the known-good version of the code patch.
5037
5038Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5039
5040 * modes.texi (Hooks): Document new optional arg of add-hook.
5041
5042Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5043
d1f08d85 5044 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
5045
5046 * tips.texi: Add new section on standard library headers.
5047
5048Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5049
5050 * Makefile (srcs): Add frame.texi to the list of sources.
5051
5052Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5053
5054 * Makefile (dist): Don't bother excluding autosave files; they'll
5055 never make it into the temp directory anyway, and the hash marks
5056 in the name are problematic for make and the Bourne shell.
dff28924 5057 (srcs):
94ec544d
DL
5058
5059Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5060
d1f08d85 5061 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
5062 the distribution tar file.
5063
dff28924 5064Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
5065
5066 * Makefile (srcs): Added index.perm.
5067 (elisp.dvi): Remove erroneous shell comment.
5068 Expect output of permute-index in permuted.fns.
5069 Save old elisp.aux in elisp.oaux.
5070 (clean): Added index.texi to be deleted.
5071
dff28924 5072Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5073
5074 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5075
dff28924 5076Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
5077
5078 * files.texi: Noted that completion-ignored-extensions is ignored
5079 when making *Completions*.
5080
5081Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5082
5083 * Makefile make dist now depends on elisp.dvi, since it tries
5084 to include it in the dist file.
5085
dff28924 5086Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
5087
5088 * functions.texinfo (Mapping Functions): Add missing quote
5089
dff28924 5090Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5091
5092 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5093 (defunargs): Turn off \hyphenchar of \sl font temporarily.
5094
dff28924 5095Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5096
5097 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5098 and @error{} are the terms now being used. The files in the
5099 directory have been changed to reflect this.
5100
d1f08d85 5101 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
5102 ` @result{}', using 5 spaces at the begining of the line.
5103
dff28924 5104Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5105
5106 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5107 experimental @indentedresult{}, @indentedexpandsto{} are part of
5108 the texinfo.tex in this directory. These TeX macros are not
5109 stable yet.
5110
dff28924 5111Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5112
5113 * texinfo.tex: temporarily added
d1f08d85 5114 \let\result=\dblarrow
94ec544d
DL
5115 \def\error{{\it ERROR} \longdblarrow}
5116 We need to do this better soon.
5117
dff28924 5118Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5119
5120 * Applied Karl Berry's patches to *.texinfo files, but not to
5121 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
5122 new title page format is also not applied, since it requires
5123 texinfo.tex changes.)
5124
5125 * Cleaned up `Makefile' and defined the `emacslibdir' directory
5126 for the Project GNU development environment.
5127
ad050e54 5128;; Local Variables:
fd026ee1 5129;; coding: iso-2022-7bit
ad050e54 5130;; End:
2a34a036 5131
651f374c 5132 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
ceb4c4d3 5133 2005, 2006 Free Software Foundation, Inc.
2a34a036
GM
5134 Copying and distribution of this file, with or without modification,
5135 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
5136
5137;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda