(Internet Relay Chat, Useful IRC commands): Don't use @indicateurl.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
5a8f5165
CY
12006-09-01 Chong Yidong <cyd@stupidchicken.com>
2
3 * buffers.texi (Buffer Modification): Document
4 buffer-chars-modified-tick.
5
80e0572b
RS
62006-08-31 Richard Stallman <rms@gnu.org>
7
8 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
9
102006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
931d878d
SM
11
12 * modes.texi (Syntactic Font Lock):
80e0572b
RS
13 Mention font-lock-syntactic-face-function
14 instead of specific faces.
931d878d 15
bda420a3
CY
162006-08-29 Chong Yidong <cyd@stupidchicken.com>
17
18 * display.texi (Images): Add xrref to display-images-p.
19
c6f8bb3a
KH
202006-08-28 Kenichi Handa <handa@m17n.org>
21
22 * nonascii.texi (Lisp and Coding Systems): Fix description of
23 detect-coding-region.
24
7a210b69
MB
252006-08-27 Michael Olson <mwolson@gnu.org>
26
27 * processes.texi (Transaction Queues): Remove stray quote
28 character.
29
3e04a8fc
RS
302006-08-25 Richard Stallman <rms@gnu.org>
31
32 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
33 Add xref.
34
fda97484
CY
352006-08-24 Chong Yidong <cyd@stupidchicken.com>
36
37 * os.texi (Timers): Avoid waiting inside timers.
38
3e46b34c
LK
392006-08-21 Lute Kamstra <lute@gnu.org>
40
41 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
42
ce629713
RS
432006-08-20 Richard Stallman <rms@gnu.org>
44
45 * os.texi (Idle Timers): New node, split out from Timers.
46 Document current-idle-time.
47 * commands.texi (Reading One Event): Update xref.
48 * elisp.texi (Top): Update subnode menu.
49
3cb74cd1
RS
502006-08-16 Richard Stallman <rms@gnu.org>
51
52 * keymaps.texi (Extended Menu Items): Show format of cached
53 bindings in extended menu items.
54
55 * customize.texi (Variable Definitions): Explain when the
56 standard value expression is evaluated.
57
7e188449
CY
582006-08-15 Chong Yidong <cyd@stupidchicken.com>
59
60 * commands.texi (Reading One Event): Explain idleness in
61 `read-event'.
62
b8f5396a
CY
632006-08-12 Chong Yidong <cyd@stupidchicken.com>
64
65 * text.texi (Near Point): Say "cursor" not "terminal cursor".
66 (Commands for Insertion): Removed split-line since it's not
67 relevant for Lisp programming.
68 (Yank Commands): Rewrite introduction.
69 (Undo): Clarify.
70 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
71 (Filling): Remove redundant comment. Clarify return value of
72 current-justification.
73 (Margins): Minor clarifications.
74 (Adaptive Fill): Update default value of adaptive-fill-regexp.
75 (Sorting): Update definition of sort-lines.
76 (Columns): Clarify behavior of sort-columns.
77 (Indent Tabs): Link to Tab Stops in Emacs manual.
78 (Special Properties): Clarify.
79 (Clickable Text): Mention Buttons package.
80
0c80afbd
EZ
812006-08-12 Kevin Ryde <user42@zip.com.au>
82
83 * os.texi (Time Parsing): Add %z to description of
84 format-time-string, as per docstring. Add cross reference to
85 glibc manual for strftime.
86
02a2b2ad
RS
872006-08-08 Richard Stallman <rms@gnu.org>
88
89 * modes.texi: Clean up wording in previous change.
90
34e5974a
CY
912006-08-07 Chong Yidong <cyd@stupidchicken.com>
92
93 * modes.texi (Hooks): Clarify.
94 (Major Mode Basics): Mention define-derived-mode explicitly.
95 (Major Mode Conventions): Rebinding RET is OK for some modes.
96 Mention change-major-mode-hook and after-change-major-mode-hook.
97 (Example Major Modes): Moved to end of Modes section.
98 (Mode Line Basics): Clarify.
99 (Mode Line Data): Mention help-echo and local-map in strings.
100 Explain reason for treatment of non-risky variables.
101 (Properties in Mode): Clarify.
102 (Faces for Font Lock): Add font-lock-negation-char-face.
103
65c6c6b6
EZ
1042006-08-04 Eli Zaretskii <eliz@gnu.org>
105
106 * strings.texi (Formatting Strings): Warn against arbitrary
107 strings as first arg to `format'.
108
fc0ba1d0
TTN
1092006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
110
111 * text.texi (Clickable Text): Mention `help-echo' text property.
112 Update intro, examples and associated explanations.
113
a3483884
RS
1142006-07-31 Richard Stallman <rms@gnu.org>
115
116 * commands.texi: Update xrefs.
117 (Event Mod): New node, cut out from old Translating Input.
118
119 * maps.texi: Update xrefs.
fc0ba1d0 120
a3483884
RS
121 * keymaps.texi (Translation Keymaps): New node.
122 Update xrefs from Translating Input to Translation Keymaps.
fc0ba1d0 123
a3483884
RS
124 * elisp.texi (Top): Update subnode menu.
125
126 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
127
128 * os.texi (System Interface): Fix menu descriptions of some nodes.
129 (Translating Input): Node deleted.
fc0ba1d0 130
ec777101
NR
1312006-07-31 Nick Roberts <nickrob@snap.net.nz>
132
133 * modes.texi (Minor Mode Conventions): Update link for add-to-list.
134
135 * lists.texi (Sets And Lists): Likewise.
136
0f42ea76
TTN
1372006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
138
139 * text.texi (Fields): Mention POS
140 requirement when narrowing is in effect.
141
eb107d09
RS
1422006-07-28 Richard Stallman <rms@gnu.org>
143
0de8dcc9
RS
144 * display.texi (Face Attributes): Simplify wording.
145 (Attribute Functions): Clarify meaning of new-frame default
146 attribute settings.
147
eb107d09
RS
148 * customize.texi (Common Keywords): Document how to use
149 :package-version in a package not in Emacs.
150
d7fb9e6c
KS
1512006-07-28 Kim F. Storm <storm@cua.dk>
152
153 * commands.texi (Reading One Event): Fix last change.
154
c1c3d4f7
CY
1552006-07-26 Chong Yidong <cyd@stupidchicken.com>
156
157 * commands.texi (Reading One Event): Document SECONDS argument for
158 read-event, read-char, and read-char-exclusive.
159
94b39239
SM
1602006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
161
162 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
163 to ensure correct identification.
164
1cff9220
RS
1652006-07-24 Richard Stallman <rms@gnu.org>
166
5ac64732
RS
167 * text.texi (Clickable Text): Clarify.
168
1cff9220
RS
169 * sequences.texi (Vector Functions): Delete duplicate xref.
170
171 * objects.texi (Function Type): Clarify.
172
173 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
174 modes.
175
176 * lists.texi (List Variables): New node.
177 Material moved from other nodes.
178
179 * variables.texi (Setting Variables): add-to-list and
180 add-to-ordered-list moved to List Variables node.
181
38db29e0
TTN
1822006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
183
184 * text.texi (Links and Mouse-1):
185 For mouse-on-link-p, expand on arg POS.
186
9e4101b2
KS
1872006-07-21 Kim F. Storm <storm@cua.dk>
188
189 * display.texi (Forcing Redisplay): Don't mention systems which
190 don't support sub-second timers for redisplay-preemption-period.
191
192 * os.texi (Terminal Output): Clarify text vs graphical terminal.
193
cc539208
EZ
1942006-07-21 Eli Zaretskii <eliz@gnu.org>
195
196 * frames.texi (Input Focus): Document that focus-follows-mouse has
197 no effect on MS-Windows.
198
c29fbc93
RS
1992006-07-18 Richard Stallman <rms@gnu.org>
200
1ef252f6
RS
201 * display.texi (Forcing Redisplay): Cleanups in previous change.
202
c29fbc93
RS
203 * processes.texi (Low-Level Network): Make menu more convenient.
204
5b5fca28
KS
2052006-07-18 Kim F. Storm <storm@cua.dk>
206
2d545d83
KS
207 * display.texi (Forcing Redisplay): redisplay-preemption-period
208 only used on window systems. Add xref to Terminal Output.
209
210 * os.texi (Terminal Output): baud-rate only controls preemption on
211 non-window systems. Add xref to Forcing Redisplay.
212
5b5fca28
KS
213 * processes.texi (Low-Level Network): Rename node "Make Network"
214 to "Network Processes".
215
42995636
KB
2162006-07-18 Karl Berry <karl@gnu.org>
217
5b5fca28
KS
218 * variables.texi, functions.texi, customize.texi, loading.texi:
219 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
42995636 220
e1842332
CY
2212006-07-17 Chong Yidong <cyd@stupidchicken.com>
222
223 * commands.texi (Waiting): Document batch-mode sit-for behavior.
224
daeeeffc
RS
2252006-07-17 Richard Stallman <rms@gnu.org>
226
7c0c29ee
RS
227 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
228 Put period and comma inside quotes.
5b5fca28 229
7c0c29ee
RS
230 * loading.texi, markers.texi: Use real doublequote inside menus.
231
232 * windows.texi: Put point and comma inside quotes.
233 (Textual Scrolling): Use @samp for error message.
234
5b5fca28
KS
235 * variables.texi, tips.texi, syntax.texi, symbols.texi:
236 * strings.texi, streams.texi, processes.texi, os.texi:
7c0c29ee
RS
237 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
238 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5b5fca28
KS
239 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
240 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7c0c29ee 241 Put point and comma inside quotes.
5b5fca28 242
05bdf2d7
RS
243 * control.texi (Processing of Errors): Add command-error-function.
244
daeeeffc
RS
245 * variables.texi (File Local Variables): Clarify that
246 file local variables make buffer-local bindings.
247
248 * modes.texi (Syntactic Font Lock): Give default for
249 font-lock-syntax-table.
250
7e1c1289
NR
2512006-07-17 Nick Roberts <nickrob@snap.net.nz>
252
253 * text.texi (Special Properties): Clean up previous change.
254
912c7235
KB
2552006-07-16 Karl Berry <karl@gnu.org>
256
5b5fca28
KS
257 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
258 * control.texi: Fix bad page breaks through chapter 10 (control).
ece35e15 259
5b5fca28 260 * anti.texi (Antinews): Reorder face-attribute fns to avoid
912c7235
KB
261 underfull hbox.
262
54b7938f
NR
2632006-07-15 Nick Roberts <nickrob@snap.net.nz>
264
265 * text.texi (Special Properties): Describe fontified text property
266 in relation to a character (not text).
267
3f11901a
KS
2682006-07-15 Kim F. Storm <storm@cua.dk>
269
0864179a
KS
270 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
271 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
272 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
273
3f11901a
KS
274 * anti.texi (Antinews): Mention redisplay function.
275 The kbd macro existed, but was not documented, before 22.x.
276 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
277
b4f62d0a
NR
2782006-07-14 Nick Roberts <nickrob@snap.net.nz>
279
280 * display.texi (Displaying Messages): Add anchor.
281
282 * frames.texi (Dialog Boxes): Use it.
283
2c6e026a
RS
2842006-07-12 Richard Stallman <rms@gnu.org>
285
286 * objects.texi (Frame Type): Explain nature of frames better.
287
288 * frames.texi (Frames): Explain nature of frames better.
289
2902006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
291
292 * tips.texi (Coding Conventions): Explain why use cl at compile time.
293
099d4201
YM
2942006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
295
296 * frames.texi (Window System Selections): Mention scrap support for Mac.
297 Default value of x-select-enable-clipboard is t on Mac.
298
299 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
300
ff97f952
KS
3012006-07-11 Kim F. Storm <storm@cua.dk>
302
303 * display.texi (Forcing Redisplay): Add `redisplay' function.
304 Don't mention (sit-for -1) -- use (redisplay t) instead.
305
306 * commands.texi (Waiting): (sit-for -1) is no longer special.
307 (sit-for 0) is equivalent to (redisplay).
308 Iconifying/deiconifying no longer makes sit-for return.
309
a183016f
NR
3102006-07-10 Nick Roberts <nickrob@snap.net.nz>
311
312 * display.texi (Buttons): Fix typo.
313
314 * index.texi, elisp.texi (New Symbols): Comment node out.
315
b86be617
RS
3162006-07-09 Richard Stallman <rms@gnu.org>
317
318 * display.texi (Truncation): Clean up previous change.
319
3aa7c28e
RS
3202006-07-08 Richard Stallman <rms@gnu.org>
321
322 * commands.texi (Interactive Call): Use 3 as prefix in example
323 for execute-extended-command.
324
325 * display.texi (Attribute Functions): Move paragraph about
326 compatibility with Emacs < 21.
327
5a1048a5
KS
3282006-07-09 Kim F. Storm <storm@cua.dk>
329
330 * display.texi (Refresh Screen): Clarify force-window-update.
331 (Truncation): "Normally" indicated by fringe arrows.
332
89fb9154
EZ
3332006-07-08 Eli Zaretskii <eliz@gnu.org>
334
5a1048a5
KS
335 * windows.texi (Textual Scrolling, Resizing Windows):
336 * variables.texi (Constant Variables):
89fb9154
EZ
337 * text.texi (Buffer Contents, Deletion, Changing Properties)
338 (Property Search, Special Properties, Sticky Properties)
5a1048a5 339 (Links and Mouse-1, Fields, Change Hooks):
89fb9154 340 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5a1048a5
KS
341 (Categories):
342 * symbols.texi (Other Plists):
343 * streams.texi (Output Variables):
344 * processes.texi (Input to Processes, Query Before Exit):
345 * positions.texi (Word Motion, Text Lines, List Motion):
89fb9154 346 * os.texi (Init File, System Environment, Sound Output)
5a1048a5 347 (Session Management):
89fb9154 348 * nonascii.texi (Text Representations, Character Sets)
5a1048a5
KS
349 (Chars and Bytes, Locales):
350 * modes.texi (Defining Minor Modes, Header Lines):
351 * minibuf.texi (Minibuffer Contents):
352 * markers.texi (Information from Markers):
353 * lists.texi (List Elements, Building Lists, Association Lists):
354 * keymaps.texi (Tool Bar):
355 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
356 * functions.texi (What Is a Function, Mapping Functions):
89fb9154
EZ
357 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
358 (Color Names, Text Terminal Colors, Display Feature Testing):
359 * files.texi (Visiting Functions, File Name Components)
5a1048a5 360 (Unique File Names, Contents of Directories):
89fb9154
EZ
361 * display.texi (Forcing Redisplay, Displaying Messages)
362 (Temporary Displays, Font Selection, Auto Faces)
363 (Font Lookup, Fringe Indicators, Display Margins)
364 (Image Descriptors, Showing Images, Image Cache, Button Types)
365 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5a1048a5
KS
366 (Display Table Format, Glyphs):
367 * control.texi (Iteration):
368 * commands.texi (Command Loop Info, Adjusting Point):
08b17d37
KS
369 * backups.texi (Making Backups, Auto-Saving):
370 Remove @tindex entries.
89fb9154 371
7f087030
KS
3722006-07-07 Kim F. Storm <storm@cua.dk>
373
374 * display.texi (Fringe Cursors): Fix typo.
375 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
376 (Overlay Arrow): Default is overlay-arrow fringe indicator.
377
978db147
RS
3782006-07-05 Richard Stallman <rms@gnu.org>
379
380 * text.texi (Buffer Contents): Add example of text props
381 in result of buffer-substring.
382 (Text Properties): Explain better about use of specific property names.
383 (Property Search): Some cleanups; reorder some functions.
384
385 * keymaps.texi (Changing Key Bindings): Cleanup.
386 Add xref to Key Binding Conventions.
387
388 * display.texi (Attribute Functions): Add examples for
389 face-attribute-relative-p.
390
391 * tips.texi (Coding Conventions): Cleanup last change.
392
42b50684
KB
3932006-07-05 Karl Berry <karl@gnu.org>
394
08b17d37
KS
395 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
396 Remove @setchapternewpage odd.
42b50684
KB
397 Result is 1013 pages, down from 1100.
398
08b17d37
KS
399 * anti.texi, customize.texi, display.texi, internals.texi:
400 * minibuf.texi, modes.texi, tips.texi:
9b7fa297 401 Fix overfull/underfull boxes.
42b50684 402
180f018c
TTN
4032006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
404
405 * edebug.texi (Instrumenting):
406 Add Edebug-specific findex for eval-buffer.
407 * loading.texi (Loading):
408 Replace eval-current-buffer with eval-buffer.
409
8e338f7b
EZ
4102006-06-30 Nick Roberts <nickrob@snap.net.nz>
411
412 * locals.texi (Standard Buffer-Local Variables): Update the list
413 of variables.
414
0770a251
NR
4152006-06-26 Nick Roberts <nickrob@snap.net.nz>
416
417 * files.texi (File Name Completion): Point user to the node
418 "Reading File Names".
419
d9034473
EZ
4202006-06-24 Eli Zaretskii <eliz@gnu.org>
421
eff6bfea
EZ
422 * files.texi (Contents of Directories): Document case-insensitive
423 behavior on respective filesystems.
424
d9034473
EZ
425 * objects.texi (Character Type): Document that Emacs signals an
426 error for unsupported Unicode characters specified as \uNNNN.
427
a5bd14d3
RS
4282006-06-19 Richard Stallman <rms@gnu.org>
429
430 * processes.texi (Bindat Spec): Clarify previous change.
431
d1ae9041
RS
4322006-06-16 Richard Stallman <rms@gnu.org>
433
434 * tips.texi (Coding Conventions): Better explain conventions
435 for definition constructs.
436
437 * text.texi (Special Properties): String value of `read-only'
438 serves as the error message.
439
440 * objects.texi (Character Type): Clarify prev. change.
441 (Non-ASCII in Strings): Mention \u and \U.
442
443 * commands.texi (Using Interactive): Explain problem of
444 markers, etc., in command-history.
445
1bb32610
KS
4462006-06-14 Kim F. Storm <storm@cua.dk>
447
448 * commands.texi (Waiting): Negative arg to sit-for forces
449 redisplay even if input is pending.
450
451 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
452 redisplay. Remove incorrect example of binding redisplay-dont-pause
453 around (sit-for 0).
454
c7484981
RS
4552006-06-13 Richard Stallman <rms@gnu.org>
456
457 * display.texi (Forcing Redisplay): Clarify previous change.
458
d211faa2
RF
4592006-06-13 Romain Francoise <romain@orebokech.com>
460
461 * display.texi (Forcing Redisplay): Fix typo.
462
8eb2b87f
KS
4632006-06-13 Kim F. Storm <storm@cua.dk>
464
465 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
466
503b5e1c
LT
4672006-06-10 Luc Teirlinck <teirllm@auburn.edu>
468
469 * tips.texi (Coding Conventions): Add `@end itemize'.
470
9e362b84
RS
4712006-06-10 Richard Stallman <rms@gnu.org>
472
473 * tips.texi (Coding Conventions): Explain use of coding systems
474 to ensure one decoding for strings.
475
7cb93181
EZ
4762006-06-09 Aidan Kehoe <kehoea@parhasard.net>
477
9b7fa297 478 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7cb93181
EZ
479 syntax.
480
afd63bda
EZ
4812006-06-07 Eli Zaretskii <eliz@gnu.org>
482
483 * display.texi (Font Selection): Remove description of
484 clear-face-cache.
485
486 * compile.texi (Eval During Compile): Fix a typo. Add index
487 entries for possible uses of eval-when-compile.
488
71ee3e04
TTN
4892006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
490
491 * display.texi (Abstract Display): Fix typo.
492
a941b26b
EZ
4932006-06-03 Eli Zaretskii <eliz@gnu.org>
494
495 * minibuf.texi (Minibuffer History) <history-add-new-input>:
496 Reword variable's description.
497
963128f3
RS
4982006-06-01 Richard Stallman <rms@gnu.org>
499
500 * windows.texi (Splitting Windows): Clarify splitting nonselected
501 window.
502
82db8fa7
JL
5032006-05-31 Juri Linkov <juri@jurta.org>
504
505 * minibuf.texi (Minibuffer History): Add history-add-new-input.
506
d9e8091d
RS
5072006-05-30 Richard Stallman <rms@gnu.org>
508
6ac209a3
RS
509 * display.texi (Line Height): Fix errors in description of
510 default line height and line-height properyty.
511
d9e8091d
RS
512 * nonascii.texi (Default Coding Systems): Further clarification.
513
93fd6289
LT
5142006-05-29 Luc Teirlinck <teirllm@auburn.edu>
515
516 * internals.texi (Pure Storage): Mention that an overflow in pure
517 space causes a memory leak.
518 (Garbage Collection): If there was an overflow in pure space,
519 `garbage-collect' returns nil.
520
7c42b3e0
EZ
5212006-05-30 Eli Zaretskii <eliz@gnu.org>
522
523 * nonascii.texi (Default Coding Systems): Fix it some more.
524
b8909e88
EZ
5252006-05-29 Eli Zaretskii <eliz@gnu.org>
526
527 * nonascii.texi (Default Coding Systems): Fix last change.
528
6d3906d5
KH
5292006-05-29 Kenichi Handa <handa@m17n.org>
530
531 * nonascii.texi (find-operation-coding-system): Describe the new
532 argument format (FILENAME . BUFFER).
533
0985f920
RS
5342006-05-28 Richard Stallman <rms@gnu.org>
535
536 * tips.texi (Coding Conventions): Better explain reasons not to
537 advise other packages or use `eval-after-load'.
538
6c6e0bb4
KS
5392006-05-29 Kim F. Storm <storm@cua.dk>
540
541 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
542 `bindat-idx' and `bindat-raw' for clarity.
543
096432af
TTN
5442006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
545
b9e17eb3
TTN
546 * processes.texi (Bindat Spec): Expand on `repeat' handler.
547
096432af
TTN
548 * display.texi (Display): Add "Abstract Display" to menu.
549 (Abstract Display, Abstract Display Functions)
550 (Abstract Display Example): New nodes.
551 * elisp.texi (Top): Add "Abstract Display" to menu.
552
e4b3f22f
CY
5532006-05-27 Chong Yidong <cyd@stupidchicken.com>
554
917b8227
CY
555 * keymaps.texi (Key Sequences): Link to input events definition.
556 (Format of Keymaps): Delete material duplicated in Keymap Basics.
557
e4b3f22f
CY
558 * files.texi (Changing Files): Document updated argument list for
559 copy-file.
560
f1b64ef1
TTN
5612006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
562
563 * processes.texi (Bindat Functions): Explain term "total length".
564 Use it in bindat-length and bindat-pack descriptions.
565
3d0793e4
EZ
5662006-05-26 Eli Zaretskii <eliz@gnu.org>
567
568 * tips.texi (Coding Conventions): Advise against using
569 eval-after-load in packages. Add an index entry.
570
abeb5483
JL
5712006-05-25 Juri Linkov <juri@jurta.org>
572
92aa92fa
JL
573 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
574
abeb5483
JL
575 * modes.texi (%-Constructs): Add %e, %z, %Z.
576
403a7bca
RS
5772006-05-25 Richard Stallman <rms@gnu.org>
578
579 * elisp.texi (Top): Update subnode menu.
580
581 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
582 (Keymaps): Update menu.
583
39a9bed3
CY
5842006-05-25 Chong Yidong <cyd@stupidchicken.com>
585
586 * keymaps.texi (Key Sequences): Some clarifications.
587
78b3f5c3
TTN
5882006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
589
590 * processes.texi (Bindat Functions): Say "unibyte string"
591 explicitly for bindat-unpack and bindat-pack descriptions.
592 (Bindat Examples): Don't call `string-make-unibyte' in example.
593
08244b81
CY
5942006-05-25 Chong Yidong <cyd@stupidchicken.com>
595
596 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
597 Explain string and vector representations of key sequences
598
78b3f5c3
TTN
599 * keymaps.texi (Changing Key Bindings):
600 * commands.texi (Interactive Codes, Interactive Codes):
08244b81
CY
601 * help.texi (Describing Characters): Refer to it.
602
b370c94d
LT
6032006-05-23 Luc Teirlinck <teirllm@auburn.edu>
604
605 * frames.texi (Pointer Shape): @end table -> @end defvar.
606
b8223441
RS
6072006-05-22 Richard Stallman <rms@gnu.org>
608
609 * elisp.texi (Top): Update subnode menus.
610
611 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
612 Contents rewritten; material from old Pointer Shape node moved here.
613
614 * display.texi (Pointer Shape): Node deleted.
615 (Image Descriptors): Minor cleanup.
616
c18eec5c
RS
6172006-05-21 Richard Stallman <rms@gnu.org>
618
619 * syntax.texi (Parsing Expressions): Update info on which STATE
620 elements are ignored.
621
9300b310
LT
6222006-05-19 Luc Teirlinck <teirllm@auburn.edu>
623
86735b2d
LT
624 * hooks.texi (Standard Hooks): Correct typo.
625
9300b310
LT
626 * gpl.texi (GPL): ifinfo -> ifnottex.
627
75e3b957
EZ
6282006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
629
630 * searching.texi (Simple Match Data): Warn about match data being
631 set anew by every search.
632
0bcf8735
RS
6332006-05-17 Richard Stallman <rms@gnu.org>
634
635 * minibuf.texi (Minibuffer History): Clarify.
636
637 * searching.texi (Regexp Special): Clarify nested regexp warning.
638
b3abe3a5
KS
6392006-05-16 Kim F. Storm <storm@cua.dk>
640
641 * minibuf.texi (Minibuffer History): Update add-to-history.
642
bc20db55
KH
6432006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
644
645 * nonascii.texi (Explicit Encoding): Fix
646 typo (encoding<->decoding).
647
f31263a4
RS
6482006-05-14 Richard Stallman <rms@gnu.org>
649
46a2df8e
RS
650 * buffers.texi (Creating Buffers): Cleanup.
651
f31263a4
RS
652 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
653
1299a5a4
EZ
6542006-05-13 Eli Zaretskii <eliz@gnu.org>
655
642c61f3
EZ
656 * buffers.texi (Current Buffer): Document that with-temp-buffer
657 disables undo.
658
1299a5a4
EZ
659 * os.texi (Terminal-Specific): More accurate description of how
660 Emacs searches for the terminal-specific libraries.
661
61515a63
EZ
6622006-05-12 Eli Zaretskii <eliz@gnu.org>
663
b811ef49
EZ
664 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
665 emacs-xtra to @inforef's.
666
4a7910c7
EZ
667 * text.texi (Undo): Document that undo is turned off in buffers
668 whose names begin with a space.
669
670 * buffers.texi (Buffer Names): Add index entries for buffers whose
671 names begin with a space.
672 (Creating Buffers): Document that undo is turned off in buffers
673 whose names begin with a space.
674
f055e02c
EZ
675 * files.texi (Visiting Functions, Reading from Files)
676 (Saving Buffers): Mention code and EOL conversions by file I/O
677 primitives and subroutines.
678
0ef0b416
EZ
679 * nonascii.texi (Lisp and Coding Systems): Document
680 coding-system-eol-type. Add index entries for eol conversion.
681
61515a63
EZ
682 * display.texi (Defining Faces): Mention `mac', and add an xref to
683 where window-system is described.
684
e4c068c0
RS
6852006-05-10 Richard Stallman <rms@gnu.org>
686
687 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
688
31035927
RS
6892006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
690
691 * variables.texi (File Local Variables): Recommend to quote lambda
692 expressions in safe-local-variable property.
693
f12a0718
RS
6942006-05-09 Richard Stallman <rms@gnu.org>
695
696 * variables.texi (File Local Variables): Document
697 safe-local-eval-forms and safe-local-eval-function.
698
ed7e6c32
KS
6992006-05-07 Kim F. Storm <storm@cua.dk>
700
701 * minibuf.texi (Minibuffer History): Remove keep-dups arg
702 from add-to-history.
703
5a36d834
RF
7042006-05-07 Romain Francoise <romain@orebokech.com>
705
706 * commands.texi (Event Input Misc):
707 * compile.texi (Eval During Compile):
708 * internals.texi (Buffer Internals):
709 * minibuf.texi (Initial Input):
710 * nonascii.texi (Scanning Charsets):
711 * numbers.texi (Comparison of Numbers):
712 * windows.texi (Textual Scrolling, Vertical Scrolling):
713 Fix various typos.
714
fbc284f6
EZ
7152006-05-06 Eli Zaretskii <eliz@gnu.org>
716
f53d2e87
EZ
717 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
718 conditional xref's to either emacs or emacs-xtra, depending on
719 @iftex/@ifnottex.
720
fbc284f6
EZ
721 * minibuf.texi (Minibuffer History): Document add-to-history.
722
3dfed653
EZ
7232006-05-05 Eli Zaretskii <eliz@gnu.org>
724
725 * internals.texi (Pure Storage): Mention the pure overflow message
726 at startup.
727
8e7a9a24
EZ
7282006-05-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
729
730 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
731 (Searching Keymaps): Fix pseudo-Lisp description of keymap
732 search.
733
d0789de9
RS
7342006-05-01 Richard Stallman <rms@gnu.org>
735
736 * intro.texi (nil and t): Clarify.
737
738 * variables.texi (File Local Variables): Suggest using booleanp.
739
fc2cb772
JB
7402006-05-01 Juanma Barranquero <lekktu@gmail.com>
741
742 * objects.texi (Type Predicates): Fix typos.
743
27c5714a
SM
7442006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
745
746 * intro.texi (nil and t): Add booleanp.
747
748 * objects.texi (Type Predicates): Add links for booleanp and
749 string-or-null-p.
750
eadb9d45
RS
7512006-04-29 Richard Stallman <rms@gnu.org>
752
27c5714a 753 * modes.texi (Multiline Font Lock): Rename from
eadb9d45
RS
754 Multi line Font Lock Elements. Much clarification.
755 (Font Lock Multiline, Region to Fontify): Much clarification.
756
7817e3d3
SM
7572006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
758
759 * variables.texi (File Local Variables): Remove the special case t for
760 safe-local-variable.
761
8ac3a455
RS
7622006-04-26 Richard Stallman <rms@gnu.org>
763
764 * syntax.texi (Parsing Expressions): Minor cleanup.
765
290e4aae
RS
7662006-04-18 Richard Stallman <rms@gnu.org>
767
768 * tips.texi (Coding Conventions): Explain when the package's
769 prefix should appear later on (not at the start of the name).
770
771 * searching.texi (String Search): Clarify effect of NOERROR.
772
773 * modes.texi (Imenu): Clarify what special items do.
774
775 * hooks.texi (Standard Hooks): Delete text about old hook names.
776
1e2b8ce5
RF
7772006-04-17 Romain Francoise <romain@orebokech.com>
778
779 * variables.texi (Local Variables): Update the default value of
780 `max-specpdl-size'.
781
51fa34bc
MB
7822006-04-15 Michael Olson <mwolson@gnu.org>
783
784 * processes.texi (Transaction Queues): Mention the new optional
785 `delay-question' argument for `tq-enqueue'.
786
61f32d39
BW
7872006-04-13 Bill Wohler <wohler@newt.com>
788
789 * customize.texi (Common Keywords): Use dotted notation for
9b7fa297 790 :package-version value. Specify its values. Improve documentation
50b7bce0 791 for customize-package-emacs-version-alist.
61f32d39 792
4f8ed159
BW
7932006-04-12 Bill Wohler <wohler@newt.com>
794
795 * customize.texi (Common Keywords): Move description of
796 customize-package-emacs-version-alist to @defvar.
797
e5e864ab
BW
7982006-04-10 Bill Wohler <wohler@newt.com>
799
800 * customize.texi (Common Keywords): Add :package-version.
801
6c230417
KS
8022006-04-10 Kim F. Storm <storm@cua.dk>
803
804 * text.texi (Buffer Contents): Add NOPROPS arg to
805 filter-buffer-substring.
806
d82eac8f
EZ
8072006-04-08 Kevin Ryde <user42@zip.com.au>
808
809 * os.texi (Command-Line Arguments): Update xref to emacs manual
810 "Command Arguments" -> "Emacs Invocation", per change there.
811
4f815b29
TTN
8122006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
813
814 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
815 be on one line to help makeinfo not render two spaces after the dot.
816
122c3009
RS
8172006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
818
819 * strings.texi (Predicates for Strings): Add string-or-null-p.
820
da68bc3d
KS
8212006-03-28 Kim F. Storm <storm@cua.dk>
822
823 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
824 remarks about systems that don't support fractional seconds.
825
b223e22d
KB
8262006-03-25 Karl Berry <karl@gnu.org>
827
fc2cb772 828 * elisp.texi: Use @copyright{} instead of (C), and do not indent
b223e22d
KB
829 the year list.
830
b756c64c
NR
8312006-03-21 Nick Roberts <nickrob@snap.net.nz>
832
833 * display.texi (Fringe Indicators): Fix typos.
834
fe3dca59
LT
8352006-03-19 Luc Teirlinck <teirllm@auburn.edu>
836
c287ad03 837 * tips.texi (Documentation Tips): One can now also write `program'
fe3dca59
LT
838 in front of a quoted symbol in a docstring to prevent making a
839 hyperlink.
840
e91d4202
AM
8412006-03-19 Alan Mackenzie <acm@muc.de>
842
290e4aae 843 * text.texi (Special Properties): Clarify `fontified' property.
e91d4202 844
e8a5f60b
RS
8452006-03-16 Richard Stallman <rms@gnu.org>
846
847 * display.texi (Defining Images): Minor cleanup.
848
486daaa5
BW
8492006-03-16 Bill Wohler <wohler@newt.com>
850
851 * display.texi (Defining Images): In image-load-path-for-library,
852 prefer user's images.
853
4ffc92c2
SM
8542006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
857
874a6ef8
BW
8582006-03-15 Bill Wohler <wohler@newt.com>
859
860 * display.texi (Defining Images): Fix example in
861 image-load-path-for-library by not recommending that one binds
fc2cb772 862 image-load-path. Just defvar it to placate compiler and only use
874a6ef8
BW
863 it if previously defined.
864
70949f30
BW
8652006-03-14 Bill Wohler <wohler@newt.com>
866
867 * display.texi (Defining Images): In image-load-path-for-library,
868 always return list of directories. Update example.
869
c852c516
AM
8702006-03-14 Alan Mackenzie <acm@muc.de>
871
872 * modes.texi: New node, "Region to Fontify" (for Font Lock).
873 This describes font-lock-extend-region-function.
4ffc92c2 874 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
c852c516
AM
875 the new node "Region to Fontify".
876
7cd3712b
RS
8772006-03-13 Richard Stallman <rms@gnu.org>
878
879 * display.texi (Invisible Text): The impossible position is
880 now before the invisible text, not after.
881 (Defining Images): Clean up last change.
882
2c676341
BW
8832006-03-11 Bill Wohler <wohler@newt.com>
884
885 * display.texi (Defining Images): Add image-load-path-for-library.
886
6f49b4c5
LT
8872006-03-11 Luc Teirlinck <teirllm@auburn.edu>
888
2d14c9bf
LT
889 * text.texi (Adaptive Fill): Fix Texinfo usage.
890
891 * strings.texi (Creating Strings): Fix Texinfo usage.
892
6f49b4c5
LT
893 * searching.texi (Regexp Special): Use @samp for regular
894 expressions that are not in Lisp syntax.
895
fc1d3386
LT
8962006-03-08 Luc Teirlinck <teirllm@auburn.edu>
897
898 * searching.texi (Regexp Special): Put remark between parentheses
899 to avoid misreading.
900
7b2c2ca9
LT
9012006-03-07 Luc Teirlinck <teirllm@auburn.edu>
902
903 * searching.texi (Syntax of Regexps): More accurately describe
904 which characters are special in which situations.
905 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
906 are not special. Describe in detail when `[' and `]' are special.
907 (Regexp Backslash): Plenty of regexps with unbalanced square
908 brackets are valid, so reword that statement.
909
f79bc642
KS
9102006-03-02 Kim F. Storm <storm@cua.dk>
911
912 * keymaps.texi (Tool Bar): Add tool-bar-border.
913
1d9a5237
LT
9142006-02-28 Luc Teirlinck <teirllm@auburn.edu>
915
a86b01fa 916 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 917
2534ef94
LT
9182006-02-27 Luc Teirlinck <teirllm@auburn.edu>
919
920 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
921
922 * files.texi (Locating Files): Suggest additional values for the
923 SUFFIXES arg of `locate-file'. Update pxref.
924
925 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
926 (How Programs Do Loading): Discuss the effects of Auto Compression
927 mode on `load'.
928 (Load Suffixes): New node.
394e96d5 929 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
930 moved to "Load Suffixes".
931 (Autoload, Named Features): Mention `load-suffixes'.
932
dd9959da 9332006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
934
935 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
936
937 * windows.texi (Window Tree): Fix typo.
938
49af2995
KS
9392006-02-20 Kim F. Storm <storm@cua.dk>
940
941 * display.texi (Fringe Indicators): New section.
942 Move indicate-empty-lines, indicate-buffer-boundaries, and
943 default-indicate-buffer-boundaries here.
944 Add fringe-indicator-alist and default-fringes-indicator-alist.
945 Add list of logical fringe indicator symbols.
946 Update list of standard bitmap names.
947 (Fringe Cursors): New section.
948 Move overflow-newline-into-fringe here.
949 Add fringe-cursor-alist and default-fringes-cursor-alist.
950 Add list of fringe cursor symbols.
951
58f71009
JB
9522006-02-20 Juanma Barranquero <lekktu@gmail.com>
953
954 * commands.texi (Using Interactive): Fix reference to node
955 "Minibuffers".
956
5498b6af
RS
9572006-02-19 Richard M. Stallman <rms@gnu.org>
958
959 * minibuf.texi (High-Level Completion):
960 Add xref to read-input-method-name.
961
962 * files.texi (Relative File Names): Move file-relative-name here.
963 (File Name Expansion): From here. Minor clarifications.
964
965 * commands.texi (Using Interactive): Add xrefs about reading input.
966 Clarify remarks about that moving point and mark.
967 Put string case before list case.
968
43ce897a 9692006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68 970
4ffc92c2
SM
971 * display.texi (Other Display Specs, Image Descriptors):
972 Revert erroneous changes. The previous description of
973 image-descriptors as `(image . PROPS)' was correct.
b6498a68 974
1324d26e
RS
9752006-02-14 Richard M. Stallman <rms@gnu.org>
976
977 * variables.texi (File Local Variables): Clarifications.
978
0da93350
JB
9792006-02-14 Juanma Barranquero <lekktu@gmail.com>
980
981 * variables.texi (File Local Variables): Use @code for a cons
982 cell, not @var.
983
51a39bab
CY
9842006-02-13 Chong Yidong <cyd@stupidchicken.com>
985
986 * variables.texi (File Local Variables): Document new file local
987 variable behavior.
988
d342156c
KS
9892006-02-10 Kim F. Storm <storm@cua.dk>
990
991 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
992
8392fe4a
JB
9932006-02-08 Juanma Barranquero <lekktu@gmail.com>
994
995 * modes.texi (%-Constructs): Remove obsolete info about
996 `global-mode-string'.
997
cd6cd82a
RS
9982006-02-07 Richard M. Stallman <rms@gnu.org>
999
d78dc2d8
RS
1000 * commands.texi (Prefix Command Arguments): Minor cleanup.
1001
1002 * display.texi: "Graphical display", not window system.
1003
cd6cd82a
RS
1004 * functions.texi (What Is a Function): Fix xref.
1005
1006 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
1007 (Changing Key Bindings): Clarify when remapping is better than
1008 substitute-key-definition.
1009
10102006-02-02 Richard M. Stallman <rms@gnu.org>
1011
1012 * minibuf.texi (Basic Completion): Completion alists are risky.
1013
1014 * keymaps.texi (Active Keymaps): Clarifications.
1015 (Searching Keymaps): New node.
1016 (Keymaps): Update menu.
1017
1018 * frames.texi (Layout Parameters): Minor clarification.
1019 (Drag and Drop): New node.
1020 (Frames): Update menu.
1021
cf052abc
CY
10222006-01-29 Chong Yidong <cyd@stupidchicken.com>
1023
4ffc92c2
SM
1024 * display.texi (Other Display Specs, Image Descriptors):
1025 Image description is a list, not a cons cell.
cf052abc 1026
1f2907ee
LT
10272006-01-28 Luc Teirlinck <teirllm@auburn.edu>
1028
1029 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
1030 list is not necessarily a list).
1031
a849f77d
EZ
10322006-01-27 Eli Zaretskii <eliz@gnu.org>
1033
1034 * frames.texi (Layout Parameters): border-width and
1035 internal-border-width belong to the frame, not the window.
1036
d322eb9b
RS
10372006-01-19 Richard M. Stallman <rms@gnu.org>
1038
1039 * nonascii.texi (Translation of Characters): Search cmds use
1040 translation-table-for-input. Automatically made local.
1041
1042 * markers.texi (Overview of Markers): Count insertion type
1043 as one of a marker's attributes.
1044
cd6cd82a
RS
1045 * keymaps.texi (Controlling Active Maps): New node, split out of
1046 Active Keymaps.
1047 (Keymaps): Menu updated.
1048 (Active Keymaps): Give pseudocode to explain how the active
1049 maps are searched. current-active-maps and key-binding moved here.
1050 (Functions for Key Lookup): current-active-maps and key-binding moved.
1051 Clarifications.
1052 (Searching the Keymaps): New subnode.
1053
d322eb9b
RS
1054 * elisp.texi (Top): Menu clarification.
1055
1056 * display.texi (Other Display Specs): Delete duplicate entry for
1057 just a string as display spec. Move text about recursive display
1058 specs on such a string.
1059
1060 * commands.texi (Key Sequence Input): Clarify.
1061 Move num-nonmacro-input-events out.
1062 (Reading One Event): num-nonmacro-input-events moved here.
1063
2ac77b5a
NR
10642006-01-14 Nick Roberts <nickrob@snap.net.nz>
1065
1066 * advice.texi (Simple Advice): Update example to fit argument
1067 change in previous-line.
1068
a203a18c
RS
10692006-01-05 Richard M. Stallman <rms@gnu.org>
1070
1071 * markers.texi (The Mark): Fix in `mark'.
1072
d9043ddf
RS
10732006-01-04 Richard M. Stallman <rms@gnu.org>
1074
1075 * processes.texi (Misc Network, Make Network): Minor cleanups.
1076
8a5db8ae
KS
10772006-01-04 Kim F. Storm <storm@cua.dk>
1078
1079 * processes.texi (Make Network): Add IPv6 addresses and handling.
1080 (Network Feature Testing): Mention (:family ipv6).
1081 (Misc Network): Add IPv6 formats to format-network-address.
1082
19bb7940
RS
10832005-12-30 Richard M. Stallman <rms@gnu.org>
1084
1085 * text.texi (Changing Properties):
1086 Don't use return value of set-text-properties.
1087
b9cb50d9
LT
10882005-12-29 Luc Teirlinck <teirllm@auburn.edu>
1089
1090 * modes.texi (Mode Line Format): Correct typo in menu.
1091
94a867a6
RS
10922005-12-29 Richard M. Stallman <rms@gnu.org>
1093
1094 * modes.texi (Mode Line Top): New node.
1095 (Mode Line Data): Some text moved to new node.
1096 Explain the data structure more concretely.
1097 (Mode Line Basics): Clarifications.
1098 (Mode Line Variables): Clarify intro paragraph.
1099 (%-Constructs): Clarify intro paragraph.
1100 (Mode Line Format): Update menu.
1101
ba455131
LT
11022005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1103
1104 * minibuf.texi (Basic Completion): Update lazy-completion-table
1105 examples for removal of ARGS argument.
1106
2b6abe1e
RS
11072005-12-23 Richard M. Stallman <rms@gnu.org>
1108
1109 * text.texi (Undo): Restore some explanation from the version
1110 that was deleted.
1111
2d7409f2
EZ
11122005-12-23 Eli Zaretskii <eliz@gnu.org>
1113
abeb5483 1114 * text.texi (Undo): Remove duplicate descriptions of `apply
2d7409f2
EZ
1115 funname' and `apply delta' elements of the undo list.
1116
2e23b82e
RS
11172005-12-20 Richard M. Stallman <rms@gnu.org>
1118
1119 * help.texi (Help Functions): Update documentation of `apropos'.
1120
a31687ce
LT
11212005-12-20 Luc Teirlinck <teirllm@auburn.edu>
1122
1123 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1124 because it is confusing. If the :help-echo keyword is a function,
1125 it is not directly used as the :help-echo overlay property, as the
1126 xref seems to suggest (it does not take the appropriate args).
1127
0e83c4e9
LT
11282005-12-19 Luc Teirlinck <teirllm@auburn.edu>
1129
1130 * customize.texi (Common Keywords): Fix Texinfo usage.
1131 (Group Definitions, Variable Definitions): Update for new
1132 conventions for using `*' in docstrings.
77df907a
LT
1133
1134 * tips.texi (Documentation Tips): Update for new conventions for
1135 using `*' in docstrings.
1136
69487a1f
RS
11372005-12-16 Richard M. Stallman <rms@gnu.org>
1138
1139 * minibuf.texi (Minibuffer Contents): Minor cleanup.
1140
2a502a32
JL
11412005-12-16 Juri Linkov <juri@jurta.org>
1142
1143 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1144
b158c851
RF
11452005-12-14 Romain Francoise <romain@orebokech.com>
1146
1147 * modes.texi (Customizing Keywords): Rename `append' to `how'.
1148 Fix typo.
1149
d7d1f75e
JL
11502005-12-11 Juri Linkov <juri@jurta.org>
1151
1152 * minibuf.texi (Completion Commands): Add mention of read-file-name
1153 for filename completion keymaps.
1154 (Reading File Names): Add mention of filename completion keymaps
1155 for read-file-name and xref to `Completion Commands'.
1156
4b1c16c2
RS
11572005-12-10 Richard M. Stallman <rms@gnu.org>
1158
1159 * customize.texi (Common Keywords): State caveats for use of :tag.
1160
1d49d5d9
RS
11612005-12-08 Richard M. Stallman <rms@gnu.org>
1162
2663a204
RS
1163 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1164 with xrefs and better explanation.
1165 (Completion Commands): Add the filename completion maps.
1166
1d49d5d9
RS
1167 * objects.texi (Character Type): Clarify that \s is not space
1168 if a dash follows.
1169
fa0d4d0c
RS
11702005-12-05 Richard M. Stallman <rms@gnu.org>
1171
1172 * windows.texi (Resizing Windows): Delete preserve-before args.
1173
d64b177a
SM
11742005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1177 in full keymaps, since the quirk has been fixed.
1178
79019cc9
EZ
11792005-12-03 Eli Zaretskii <eliz@gnu.org>
1180
1181 * hooks.texi (Standard Hooks): Add index entries. Mention
1182 `compilation-finish-functions'.
1183
161ef3be
RS
11842005-11-27 Richard M. Stallman <rms@gnu.org>
1185
1186 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1187
17c1971a
JL
11882005-11-21 Juri Linkov <juri@jurta.org>
1189
1190 * customize.texi (Common Keywords): Update links types
1191 custom-manual and url-link. Add link types emacs-library-link,
1192 file-link, function-link, variable-link, custom-group-link.
1193
5890344b
CY
11942005-11-20 Chong Yidong <cyd@stupidchicken.com>
1195
1196 * display.texi: Revert 2005-11-20 change.
1197
cbce0752
TTN
11982005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1199
1200 * processes.texi (Bindat Functions):
1201 Say "third" to refer to zero-based index "2".
1202
ff04c885
LT
12032005-11-18 Luc Teirlinck <teirllm@auburn.edu>
1204
1205 * loading.texi (Library Search): Update the default value of
1206 `load-suffixes'.
1207
ce8d4e00
CY
12082005-11-17 Chong Yidong <cyd@stupidchicken.com>
1209
1210 * display.texi (Attribute Functions): Mention :ignore-defface.
1211
cbad4a9e
SM
12122005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1213
1214 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 1215 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 1216
fda12b27
RS
12172005-11-06 Richard M. Stallman <rms@gnu.org>
1218
1219 * files.texi (Magic File Names): find-file-name-handler checks the
1220 `operations' property of the handler.
1221
e082564e
RS
12222005-11-03 Richard M. Stallman <rms@gnu.org>
1223
1224 * variables.texi (Frame-Local Variables): Small clarification.
1225
f0cdd9e4
CY
12262005-10-29 Chong Yidong <cyd@stupidchicken.com>
1227
1228 * os.texi (Init File): Document ~/.emacs.d/init.el.
1229
685abb98
RS
12302005-10-29 Richard M. Stallman <rms@gnu.org>
1231
1232 * internals.texi (Garbage Collection): Document memory-full.
1233
7000848e
BW
12342005-10-28 Bill Wohler <wohler@newt.com>
1235
1236 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1237 for URLs.
1238
107fb6c9
RS
12392005-10-28 Richard M. Stallman <rms@gnu.org>
1240
1241 * minibuf.texi (Completion Commands): Clean up prev change.
1242
12432005-10-26 Kevin Ryde <user42@zip.com.au>
1244
1245 * compile.texi (Eval During Compile): Explain recommended uses
1246 of eval-when-compile and eval-and-compile.
1247
1d8e69a2
MY
12482005-10-27 Masatake YAMATO <jet@gyve.org>
1249
cbad4a9e 1250 * minibuf.texi (Completion Commands):
1d8e69a2 1251 Write about new optional argument for `display-completion-list'.
cbad4a9e 1252
6a897887
RS
12532005-10-23 Richard M. Stallman <rms@gnu.org>
1254
1255 * display.texi (Overlay Arrow): Clarify about local bindings of
1256 overlay-arrow-position.
1257
6d1e17be
EZ
12582005-10-22 Eli Zaretskii <eliz@gnu.org>
1259
1260 * internals.texi (Building Emacs): Fix last change.
1261
db5fe0a6
RS
12622005-10-22 Richard M. Stallman <rms@gnu.org>
1263
1264 * internals.texi (Building Emacs): Document eval-at-startup.
1265
45158e77
RS
12662005-10-21 Richard M. Stallman <rms@gnu.org>
1267
1268 * loading.texi (Where Defined): load-history contains abs file names.
1269 symbol-file returns abs file names.
1270
e50165ec
KS
12712005-10-19 Kim F. Storm <storm@cua.dk>
1272
1273 * display.texi (Showing Images): Add max-image-size integer value.
1274
63ab30d0
CY
12752005-10-18 Chong Yidong <cyd@stupidchicken.com>
1276
1277 * display.texi (Showing Images): Document max-image-size.
1278
f8252852
RS
12792005-10-17 Richard M. Stallman <rms@gnu.org>
1280
1281 * commands.texi (Quitting): Minor clarification.
1282
1283 * processes.texi (Sentinels): Clarify about output and quitting.
1284 (Filter Functions): Mention with-local-quit.
1285
c1bed3aa
JL
12862005-10-17 Juri Linkov <juri@jurta.org>
1287
1288 * buffers.texi (Current Buffer):
1289 * commands.texi (Event Input Misc):
1290 * compile.texi (Eval During Compile, Compiler Errors):
1291 * customize.texi (Group Definitions):
1292 * display.texi (Progress, Defining Faces):
1293 * files.texi (Writing to Files):
1294 * modes.texi (Mode Hooks, Defining Minor Modes):
1295 * streams.texi (Output Functions):
1296 * syntax.texi (Syntax Table Functions):
1297 * text.texi (Change Hooks):
1298 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
1299
1300 * commands.texi (Quitting): Replace arg `forms' with `body' in
1301 `with-local-quit'.
1302
1303 * positions.texi (Excursions): Replace arg `forms' with `body' in
1304 `save-excursion'.
1305
ef1b4c9e
KS
13062005-10-08 Kim F. Storm <storm@cua.dk>
1307
1308 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
1309 Rename manual section accordingly.
1310
abc8ce50
KS
13112005-10-04 Kim F. Storm <storm@cua.dk>
1312
1313 * windows.texi (Window Split Tree): New section describing
1314 new function window-split-tree function.
1315
a1f5a1f0
NR
13162005-10-03 Nick Roberts <nickrob@snap.net.nz>
1317
1318 * display.texi (Fringe Size/Pos): Simplify and add detail.
1319
97c3e4cc
RF
13202005-09-30 Romain Francoise <romain@orebokech.com>
1321
1322 * minibuf.texi (High-Level Completion): Explain that the prompt
1323 given to `read-buffer' should end with a colon and a space.
1324 Update usage examples.
1325
8ad8c5ce
JL
13262005-09-29 Juri Linkov <juri@jurta.org>
1327
1328 * display.texi (Displaying Messages): Rename argument name
1329 `string' to `format-string' in functions `message', `message-box',
1330 `message-or-box'.
1331
63182706
CY
13322005-09-26 Chong Yidong <cyd@stupidchicken.com>
1333
fc2cb772 1334 * errors.texi (Standard Errors): Correct xrefs.
63182706 1335
906320ec
CY
13362005-09-18 Chong Yidong <cyd@stupidchicken.com>
1337
fc2cb772 1338 * display.texi (Defining Images): Update documentation for
906320ec
CY
1339 `image-load-path'.
1340
8ccd3630
RS
13412005-09-17 Richard M. Stallman <rms@gnu.org>
1342
1343 * display.texi (Defining Images): Clean up previous change.
1344
7260457b
RF
13452005-09-16 Romain Francoise <romain@orebokech.com>
1346
1347 * elisp.texi: Specify GFDL version 1.2.
1348
1349 * doclicense.texi (GNU Free Documentation License): Update to
1350 version 1.2.
1351
5b51c037
CY
13522005-09-15 Chong Yidong <cyd@stupidchicken.com>
1353
1354 * display.texi (Defining Images): Document `image-load-path'.
1355
5c4757d3
RS
13562005-09-15 Richard M. Stallman <rms@gnu.org>
1357
1358 * objects.texi (Printed Representation): Minor cleanup.
1359 (Box Diagrams): Minor fix.
1360 (Cons Cell Type): Move (...) index item here.
1361 (Box Diagrams): From here.
1362 (Array Type): Minor fix.
1363 (Type Predicates): Delete index "predicates".
1364 (Hash Table Type): Clarify xref.
1365 (Dotted Pair Notation): Minor fix.
1366
2bb8b80c
CY
13672005-09-10 Chong Yidong <cyd@stupidchicken.com>
1368
1369 * files.texi (Saving Buffers): Fix typo.
1370
47b8bc5d
RS
13712005-09-08 Richard M. Stallman <rms@gnu.org>
1372
1373 * tips.texi (Programming Tips): Correct the "default" prompt spec.
1374
475aab0d
CY
13752005-09-08 Chong Yidong <cyd@stupidchicken.com>
1376
1377 * locals.texi (Standard Buffer-Local Variables): Don't include
1378 mode variables for minor modes.
1379 Fix xrefs for buffer-display-count, buffer-display-table,
1380 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1381 enable-multibyte-characters, fill-column, header-line-format,
1382 left-fringe-width, left-margin, and right-fringe-width.
1383
1384 * hooks.texi (Standard Hooks): All hooks should conform to the
1385 standard naming convention now.
1386 Fix xref for `echo-area-clear-hook'.
1387
1388 * display.texi (Usual Display): Note that indicate-empty-lines and
1389 tab-width are buffer-local.
1390
1391 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1392
1393 * modes.texi (Mode Help): Note that major-mode is buffer-local.
1394
1395 * nonascii.texi (Encoding and I/O): Note that
1396 buffer-file-coding-system is buffer-local.
1397
1398 * positions.texi (List Motion): Note that defun-prompt-regexp is
1399 buffer-local.
1400
1401 * text.texi (Auto Filling): Note that auto-fill-function is
1402 buffer-local.
1403 (Undo): Note that buffer-undo-list is buffer-local.
1404
1405 * windows.texi (Buffers and Windows): Document
1406 buffer-display-count.
1407
2a6bc1f7
RS
14082005-09-06 Richard M. Stallman <rms@gnu.org>
1409
1410 * tips.texi (Coding Conventions): Sometimes it is ok to put the
1411 package prefix elsewhere than at the start of the name.
1412
d7ea8b71
RS
14132005-09-03 Richard M. Stallman <rms@gnu.org>
1414
1415 * tips.texi (Programming Tips): Add conventions for minibuffer
1416 questions and prompts.
1417
0c6087a6
RS
14182005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
1419
1420 * intro.texi (nil and t): Minor cleanup.
1421 Delete spurious mention of keyword symbols.
1422 (Evaluation Notation): Add index entry.
1423 (A Sample Function Description): Minor cleanup.
1424 (A Sample Variable Description): Not all vars can be set.
1425
4b5fa40e
TTN
14262005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
1427
1428 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1429
1430 (Insertion): Document precise type of `insert-char' arg COUNT.
1431
34b50776
SM
14322005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1433
1434 * modes.texi (Other Font Lock Variables): Sync the default of
1435 font-lock-lines-before.
1436
c1105d05
MA
14372005-08-31 Michael Albinus <michael.albinus@gmx.de>
1438
1439 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1440
62929713
RS
14412005-08-29 Richard M. Stallman <rms@gnu.org>
1442
1443 * elisp.texi (Top): Update subnode menu.
1444
1445 * searching.texi (Searching and Matching): Move node.
1446 Rearrange contents and add overall explanation.
1447 (Searching and Case): Move node.
1448 (Searching and Matching): Update menu.
1449
0fb57cc0
EZ
14502005-08-27 Eli Zaretskii <eliz@gnu.org>
1451
1452 * os.texi (Startup Summary): Fix the description of the initial
1453 startup message display.
1454
3e80c4c1
RS
14552005-08-25 Richard M. Stallman <rms@gnu.org>
1456
1457 * searching.texi (Search and Replace): Add replace-regexp-in-string.
1458
14592005-08-25 Emilio C. Lopes <eclig@gmx.net>
1460
1461 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1462 `next-overlay-change' example.
c1105d05 1463
79a8defb
JL
14642005-08-22 Juri Linkov <juri@jurta.org>
1465
1466 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1467 Fix invert-face. Fix args of face-background.
1468
16691d29
JL
1469 * display.texi (Standard Faces): Delete node.
1470 (Faces): Add xref to `(emacs)Standard Faces'.
1471 (Displaying Faces): Fix xref to `Standard Faces'.
1472
1473 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1474
217b694f
EZ
14752005-08-20 Alan Mackenzie <acm@muc.de>
1476
1477 * buffers.texi (The Buffer List): Clarify the manipulation of the
1478 buffer list.
1479
0bf14bfd
RS
14802005-08-14 Richard M. Stallman <rms@gnu.org>
1481
7ad1498e
AS
1482 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1483 a regexp.
0bf14bfd 1484
c118d09e
RS
14852005-08-11 Richard M. Stallman <rms@gnu.org>
1486
59cb8c23
RS
1487 * elisp.texi (Top): Update subnode lists.
1488
1489 * display.texi (Inverse Video): Node deleted.
1490
c118d09e
RS
1491 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1492 New nodes split out of Coding Conventions.
1493
1494 * searching.texi (Regular Expressions): Document re-builder.
1495
1496 * os.texi (Time Parsing): New node split out of Time Conversion.
1497
1498 * processes.texi (Misc Network, Network Feature Testing)
1499 (Network Options, Make Network): New nodes split out of
1500 Low-Level Network.
1501
67ec7f41
RS
15022005-08-09 Richard M. Stallman <rms@gnu.org>
1503
76d47f0d
RS
1504 * frames.texi (Geometry): New node, split from Size and Position.
1505 (Frame Parameters): Refer to Geometry.
1506
67ec7f41 1507 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 1508
67ec7f41
RS
1509 * windows.texi (Splitting Windows): Fix xref.
1510
1511 * frames.texi (Layout Parameters): Add xref.
1512
1513 * display.texi (Line Height, Scroll Bars): Fix xrefs.
1514
1515 * keymaps.texi (Menu Bar): Fix xref.
1516
1517 * locals.texi (Standard Buffer-Local Variables): Fix xref.
1518
1519 * modes.texi (%-Constructs): Fix xref.
1520
1521 * frames.texi (Window Frame Parameters): Node split up.
1522 (Basic Parameters, Position Parameters, Size Parameters)
1523 (Layout Parameters, Buffer Parameters, Management Parameters)
1524 (Cursor Parameters, Color Parameters): New subnodes.
1525
adb5e445
LT
15262005-08-09 Luc Teirlinck <teirllm@auburn.edu>
1527
1528 * positions.texi (Screen Lines): Update xref for previous change
1529 in minibuf.texi.
1530
1531 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1532 change in minibuf.texi.
1533
61298e17
RS
15342005-08-09 Richard M. Stallman <rms@gnu.org>
1535
1536 * tips.texi (Coding Conventions): Minor cleanup.
1537
1538 * modes.texi (Defining Minor Modes): Explain when init-value
1539 can be non-nil.
1540
1541 * elisp.texi (Top): Update submenu for Minibuffer.
1542
1543 * minibuf.texi (Minibuffer Misc): Node split up.
1544 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1545 (Recursive Mini): New nodes split out from Minibuffer Misc.
1546 (Minibuffer Misc): Document max-mini-window-height.
1547
1548 * hash.texi (Defining Hash): Delete stray paren in example.
1549
1550 * display.texi (Echo Area Customization): Don't define
1551 max-mini-window-height here; xref instead.
1552
1553 * commands.texi (Event Input Misc): Update while-no-input.
1554
1555 * advice.texi (Advising Functions): Explain when to use advice
1556 and when to use a hook.
1557
43e124e6
EZ
15582005-07-30 Eli Zaretskii <eliz@gnu.org>
1559
1560 * makefile.w32-in (info): Don't run install-info.
1561 ($(infodir)/dir): New target, produced by running install-info.
1562
653aea22
LT
15632005-07-27 Luc Teirlinck <teirllm@auburn.edu>
1564
1565 * modes.texi (Defining Minor Modes): The keyword for the initial
1566 value is :init-value, not :initial-value.
1567
ba6ebbd5
EZ
15682005-07-23 Eli Zaretskii <eliz@gnu.org>
1569
1570 * loading.texi (Autoload): Make the `doctor' example be consistent
1571 with what's in current loaddefs.el. Describe the "fn" magic in
1572 the usage portion of the doc string.
1573
6696f2a4
RS
15742005-07-22 Richard M. Stallman <rms@gnu.org>
1575
1576 * internals.texi (Garbage Collection): Clarify previous change.
1577
0c17e67c
SM
15782005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * internals.texi (Garbage Collection): Add gc-cons-percentage.
1581
426179e1
JL
15822005-07-18 Juri Linkov <juri@jurta.org>
1583
1584 * commands.texi (Accessing Events):
1585 * frames.texi (Text Terminal Colors, Resources):
1586 * markers.texi (The Mark):
1587 * modes.texi (Defining Minor Modes):
1588 Delete duplicate duplicate words.
1589
9b0c2c56
RS
15902005-07-16 Richard M. Stallman <rms@gnu.org>
1591
1592 * display.texi (Managing Overlays): Clarify make-overlay
1593 args for insertion types.
1594
fd90b80c
LT
15952005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1596
0c17e67c
SM
1597 * customize.texi (Variable Definitions):
1598 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
1599 `standard-value' is a list too.
1600 (Defining New Types): Use @key{RET} instead of @key{ret}.
1601
37aa90e5
TTN
16022005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
1603
1604 * os.texi (Translating Input): Fix typo.
1605
917e0c95
RS
16062005-07-08 Richard M. Stallman <rms@gnu.org>
1607
1608 * README: Update edition number and size estimate.
1609
1610 * elisp.texi (VERSION): Set to 2.9.
1611
7d90e71d
RS
16122005-07-07 Richard M. Stallman <rms@gnu.org>
1613
c330dafe
RS
1614 * book-spine.texinfo: Update Emacs version.
1615
7d90e71d
RS
1616 * display.texi (Inverse Video): Delete mode-line-inverse-video.
1617
dc2204be
RS
16182005-07-06 Richard M. Stallman <rms@gnu.org>
1619
1620 * searching.texi (Regexp Search): Clarify what re-search-forward
1621 does when the search fails.
1622
a0ec7a4a
LK
16232005-07-05 Lute Kamstra <lute@gnu.org>
1624
dc2204be 1625 * Update FSF's address in GPL notices.
a0ec7a4a
LK
1626
1627 * doclicense.texi (GNU Free Documentation License):
1628 * gpl.texi (GPL):
1629 * tips.texi (Coding Conventions, Library Headers):
1630 * vol1.texi:
1631 * vol2.texi: Update FSF's address.
1632
4af33176
RS
16332005-07-04 Richard M. Stallman <rms@gnu.org>
1634
1635 * hooks.texi (Standard Hooks): Add occur-hook.
1636
b3ab615b
LT
16372005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1638
1639 * display.texi (The Echo Area): Correct menu.
1640
3d393029
RS
16412005-07-03 Richard M. Stallman <rms@gnu.org>
1642
7fe48b75
RS
1643 * elisp.texi (Top): Update subnode menu for Display.
1644
1645 * display.texi (Displaying Messages): New node, with most
1646 of what was in The Echo Area.
1647 (Progress): Moved under The Echo Area.
1648 (Logging Messages): New node with new text.
1649 (Echo Area Customization): New node, the rest of what was
1650 in The Echo Area. Document message-truncate-lines with @defvar.
1651 (Display): Update menu.
1652
3d393029
RS
1653 * windows.texi (Textual Scrolling): Doc 3 values for
1654 scroll-preserve-screen-position.
1655
1656 * text.texi (Special Properties): Change hook functions
1657 should bind inhibit-modification-hooks around altering buffer text.
1658
1659 * keymaps.texi (Key Binding Commands): Call binding BINDING
1660 rather than DEFINITION.
1661
b26860ad
JB
16622005-06-29 Juanma Barranquero <lekktu@gmail.com>
1663
1664 * variables.texi (Defining Variables): `user-variable-p' returns t
1665 for aliases of user options, nil for alias loops.
1666
025691ed
RS
16672005-06-28 Richard M. Stallman <rms@gnu.org>
1668
1669 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
1670 make-keymap.
1671
b61bfa4d
LT
16722005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1673
1674 * variables.texi (Setting Variables): Correct and clarify
1675 description of `add-to-ordered-list'.
1676
24ee714d
RS
16772005-06-26 Richard M. Stallman <rms@gnu.org>
1678
1679 * display.texi (Faces): Minor cleanup.
1680
33b79ce4
LT
16812005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1682
1683 * display.texi (Faces): `facep' returns t for strings that are
1684 face names.
1685
df13531d
RS
16862005-06-25 Richard M. Stallman <rms@gnu.org>
1687
1688 * objects.texi (Equality Predicates): Clarify meaning of equal.
1689
1690 * windows.texi (Selecting Windows): save-selected-window
1691 and with-selected-window save and restore the current buffer.
1692
cf444441
RS
16932005-06-24 Richard M. Stallman <rms@gnu.org>
1694
1695 * numbers.texi (Float Basics): Explain how to test for NaN,
1696 and printing the sign of NaNs.
1697
6cdd056d
EZ
16982005-06-24 Eli Zaretskii <eliz@gnu.org>
1699
1700 * makefile.w32-in (MAKEINFO): Use --force.
1701
b93e3c3b
RS
17022005-06-23 Richard M. Stallman <rms@gnu.org>
1703
1704 * display.texi (Face Functions): Correct Texinfo usage.
1705
6fb276bd
LT
17062005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1707
1708 * lists.texi (Rings): `ring-elements' now returns the elements of
1709 RING in order.
1710
1d1c7e75
JB
17112005-06-23 Juanma Barranquero <lekktu@gmail.com>
1712
1713 * markers.texi (The Mark): Texinfo usage fix.
1714
9d12e52b
KS
17152005-06-23 Kim F. Storm <storm@cua.dk>
1716
1717 * searching.texi (Entire Match Data): Remove evaporate option for
1718 match-data. Do not mention evaporate option for set-match-data.
1719
6d44324c
GM
17202005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1721
1722 * display.texi (Face Functions): Mention face aliases.
1723
80df27a7
RS
17242005-06-21 Richard M. Stallman <rms@gnu.org>
1725
1726 * anti.texi (Antinews): Texinfo usage fix.
1727
e121563b
KB
17282005-06-21 Karl Berry <karl@gnu.org>
1729
9d7d543c
KB
1730 * elisp.texi: Use @copying.
1731
e121563b
KB
1732 * elisp.texi: Put @summarycontents and @contents before the Top
1733 node, instead of the end of the file, so that the contents appear
1734 in the right place in the dvi/pdf output.
1735
36a3b076
JL
17362005-06-21 Juri Linkov <juri@jurta.org>
1737
1738 * display.texi (Defining Faces): Add `customized-face'.
1739
5c796e80
KS
17402005-06-20 Kim F. Storm <storm@cua.dk>
1741
b7d1f38f
KS
1742 * variables.texi (Setting Variables): Any type of element can be
1743 given order in add-to-ordered-list. Compare elements with eq.
1744
5c796e80
KS
1745 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
1746
fb056bef
KB
17472005-06-20 Karl Berry <karl@gnu.org>
1748
1749 * syntax.texi (Syntax Flags): Make last column very slightly wider
1750 to avoid "generic comment" breaking on two lines and causing an
1751 underfull box.
1752
84398baa
LT
17532005-06-19 Luc Teirlinck <teirllm@auburn.edu>
1754
1755 * lists.texi (Rings): Various minor clarifications and corrections.
1756
07ff1e4b
RS
17572005-06-18 Richard M. Stallman <rms@gnu.org>
1758
1759 * functions.texi (Obsolete Functions): Simplify.
1760
1761 * variables.texi (Variable Aliases): Simplify.
1762
1763 * anti.texi, backups.texi, compile.texi, customization.texi:
1764 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
1765 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
1766 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
1767 * variables.texi: Fix formatting ugliness.
1768
1769 * elisp.texi: Add links to Rings and Byte Packing.
1770 Update version and copyright years.
1771
1772 * minibuf.texi: Fix formatting ugliness.
1773 (Completion Commands): Move keymap vars to the end
1774 and vars completing-read binds to the top.
1775
3f7fab24
LT
17762005-06-17 Luc Teirlinck <teirllm@auburn.edu>
1777
1778 * processes.texi: Fix typos.
1779 (Bindat Spec): Correct Texinfo error.
926c4c9b 1780 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 1781
f19b57e3
RS
17822005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
1783
1784 * lists.texi (Rings): New node.
1785 (Lists): Add it to menu.
1786
a80c5da7 1787 * processes.texi (Byte Packing): New node.
f19b57e3
RS
1788 (Processes): Add it to menu.
1789
17902005-06-17 Richard M. Stallman <rms@gnu.org>
1791
1792 * syntax.texi (Parsing Expressions): Fix texinfo usage.
1793
1794 * help.texi (Documentation Basics): Explain the xref to
1795 Documentation Tips.
1796
1797 * debugging.texi (Debugger Commands): Minor fix.
1798
67c1390d
LT
17992005-06-16 Luc Teirlinck <teirllm@auburn.edu>
1800
1801 * edebug.texi (Instrumenting): Eliminate duplicate link.
1802 (Specification List): Replace references to "below", referring to
1803 a later node, with one @ref to that node.
1804
1805 * os.texi (Timers): Timers should save and restore the match data
1806 if they change it.
1807
1808 * debugging.texi (Debugger Commands): Mention that the Lisp
1809 debugger can not step through primitive functions.
1810
51cd2a8c
JB
18112005-06-16 Juanma Barranquero <lekktu@gmail.com>
1812
1813 * functions.texi (Obsolete Functions): Update argument names of
1814 `make-obsolete' and `define-obsolete-function-alias'.
1815
1816 * variables.texi (Variable Aliases): Update argument names of
1817 `defvaralias', `make-obsolete-variable' and
1818 `define-obsolete-variable-alias'.
1819
f5e6ac4a
KS
18202005-06-15 Kim F. Storm <storm@cua.dk>
1821
1822 * searching.texi (Entire Match Data): Rephrase warnings about
1823 evaporate arg to match-data and set-match-data.
1824
fe2a9972
LT
18252005-06-14 Luc Teirlinck <teirllm@auburn.edu>
1826
67774855
LT
1827 * elisp.texi (Top): Update detailed menu.
1828
fe2a9972
LT
1829 * edebug.texi (Edebug): Update menu.
1830 (Instrumenting): Update xrefs.
1831 (Edebug Execution Modes): Correct xref.
1832 (Jumping): Clarify description of `h' command.
1833 Eliminate redundant @ref.
1834 (Breaks): New node.
9b7fa297 1835 (Breakpoints): Is now a subsubsection.
fe2a9972
LT
1836 (Global Break Condition): Mention `C-x X X'.
1837 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
1838 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
1839 (Edebug Display Update): Correct pxref.
1840 (Edebug and Macros): New node.
1841 (Instrumenting Macro Calls): Is now a subsubsection.
1842 Neither arg of `def-edebug-spec' is evaluated.
1843 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
1844 (Specification Examples): Fix typo.
1845
b59f605b
LK
18462005-06-14 Lute Kamstra <lute@gnu.org>
1847
1848 * debugging.texi (Function Debugging): Primitives can break on
1849 entry too.
1850
a5c99dc9
KS
18512005-06-14 Kim F. Storm <storm@cua.dk>
1852
1853 * variables.texi (Setting Variables): Add add-to-ordered-list.
1854
f99ed2f8
SM
18552005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1856
1857 * syntax.texi (Parsing Expressions): Document aux functions and vars of
1858 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
1859
9d42ffaa
LK
18602005-06-13 Lute Kamstra <lute@gnu.org>
1861
1862 * text.texi (Special Properties): Fix cross reference.
1863
32cc0b00
LT
18642005-06-11 Luc Teirlinck <teirllm@auburn.edu>
1865
1866 * debugging.texi (Function Debugging): Delete mention of empty
1867 string argument to `cancel-debug-on-entry'. Delete inaccurate
1868 description of the return value of that command.
1869
98d1a1cf
EZ
18702005-06-11 Alan Mackenzie <acm@muc.de>
1871
1872 * text.texi (Adaptive Fill): Amplify the description of
1873 fill-context-prefix.
1874
4b53b8d7
LT
18752005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1876
84398baa 1877 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 1878
b5305167
SM
18792005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1880
1881 * syntax.texi (Parsing Expressions): Document syntax-ppss.
1882
9bd4c3ad
LT
18832005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1884
1885 * debugging.texi (Error Debugging): Minor rewording.
1886 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
1887 is optional.
1888
257914aa
LK
18892005-06-10 Lute Kamstra <lute@gnu.org>
1890
b5305167 1891 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
1892 (Top): Give it a title. Correct version number. Give the
1893 detailed node listing a more prominent header.
b5305167
SM
1894 * intro.texi: Don't set VERSION here a second time.
1895 Mention Emacs's version too.
257914aa
LK
1896 * anti.texi (Antinews): Use EMACSVER to refer to the current
1897 version of Emacs.
1898
b7aae902
KS
18992005-06-09 Kim F. Storm <storm@cua.dk>
1900
1901 * searching.texi (Entire Match Data): Explain new `reseat' argument to
1902 match-data and set-match-data.
1903
99598737
RS
19042005-06-08 Richard M. Stallman <rms@gnu.org>
1905
1906 * searching.texi (Entire Match Data): Clarify when match-data
1907 returns markers and when integers.
1908
1909 * display.texi (Defining Faces): Explain that face name should not
1910 end in `-face'.
1911
1912 * modes.texi (Mode Line Data): Minor cleanup.
1913 (Customizing Keywords): Node split out of Search-based Fontification.
1914 Add example of using font-lock-add-keywords from a hook.
1915 Clarify when MODE should be non-nil, and when nil.
1916
19172005-06-06 Richard M. Stallman <rms@gnu.org>
1918
1919 * modes.texi (Mode Line Data): Explain what happens when the car
1920 of a list is a void symbol.
1921 (Search-based Fontification): Explain MODE arg to
1922 font-lock-add-keywords and warn about calls from major modes.
1923
ecc8893a
JL
19242005-06-08 Juri Linkov <juri@jurta.org>
1925
1926 * display.texi (Standard Faces): Add `shadow' face.
1927
7fa9f4eb
LT
19282005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1929
1930 * modes.texi (Major Mode Conventions): A derived mode only needs
1931 to put the call to the parent mode inside `delay-mode-hooks'.
1932
bebcc4b1
RS
19332005-05-29 Richard M. Stallman <rms@gnu.org>
1934
c16b1394
RS
1935 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
1936 new, and what that implies. Clarify.
1937
1938 * files.texi (Locating Files): Clean up the text.
1939
bebcc4b1
RS
1940 * frames.texi (Window Frame Parameters): Document user-size.
1941 Shorten entry for top by referring to left.
1942
19432005-05-26 Richard M. Stallman <rms@gnu.org>
1944
1945 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
1946 is new, and what the implications are. Other clarifications.
1947
217797bc
RS
19482005-05-24 Richard M. Stallman <rms@gnu.org>
1949
1950 * frames.texi (Dialog Boxes): Minor fixes.
1951
3565fe07
MY
19522005-05-25 Masatake YAMATO <jet@gyve.org>
1953
1954 * display.texi (Standard Faces): Write about `mode-line-highlight'.
1955
817089df
LT
19562005-05-24 Luc Teirlinck <teirllm@auburn.edu>
1957
1958 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
1959 is optional.
1960
cb5db137
NR
19612005-05-24 Nick Roberts <nickrob@snap.net.nz>
1962
1963 * frames.texi (Dialog Boxes): Descibe new optional argument.
1964
3c8572f5
LK
19652005-05-23 Lute Kamstra <lute@gnu.org>
1966
1967 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
1968 syntax-begin-function over font-lock-beginning-of-syntax-function.
1969
2a4d7cb3
LT
19702005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1971
71f800cf
LT
1972 * minibuf.texi (Reading File Names): Update description of
1973 `read-directory-name'.
1974
2a4d7cb3
LT
1975 * modes.texi (Derived Modes): Clarify :group keyword.
1976
bb4afd09
EZ
19772005-05-21 Eli Zaretskii <eliz@gnu.org>
1978
b5305167
SM
1979 * files.texi (Locating Files): New subsection.
1980 Describe locate-file and executable-find.
bb4afd09 1981
a2c9aee6
EZ
19822005-05-21 Kevin Ryde <user42@zip.com.au>
1983
1984 * frames.texi (Initial Parameters): Update cross reference to
1985 "Emacs Invocation".
1986
6900105f
LT
19872005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1988
ca1b0914
LT
1989 * keymaps.texi (Active Keymaps): Add anchor.
1990
6900105f
LT
1991 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
1992 (Major Mode Conventions): Refer to `Auto Major Mode' in more
1993 appropriate place.
1994 (Derived Modes): Small clarifications.
b5305167
SM
1995 (Minor Mode Conventions, Keymaps and Minor Modes):
1996 Replace references to nodes with references to anchors.
6900105f
LT
1997 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
1998 Clarify description of lists whose first element is an integer.
1999 (Mode Line Variables): Add anchor.
2000 (%-Constructs): Clarify description of integer after %.
2001 (Emulating Mode Line): Describe nil value for FACE.
2002
54d06364
LT
20032005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2004
2005 * modes.texi (Derived Modes): Correct references to non-existing
2006 variable standard-syntax-table.
2007
f8d0b769
LK
20082005-05-17 Lute Kamstra <lute@gnu.org>
2009
2010 * modes.texi (Defining Minor Modes): Mention the mode hook.
2011
294c599c
KS
20122005-05-15 Kim F. Storm <storm@cua.dk>
2013
2014 * processes.texi (Network): Remove open-network-stream-nowait.
2015 (Network Servers): Remove open-network-stream-server.
2016
4214af69
LT
20172005-05-15 Luc Teirlinck <teirllm@auburn.edu>
2018
2019 * elisp.texi (Top): Update detailed menu.
2020
2021 * variables.texi: Reorder nodes.
2022 (Variables): Update menu.
2023 (File Local Variables): Do not refer to the `-*-' line as
2024 a "local variables list". Add pxref.
2025
302691ab
LT
20262005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2027
56d4215a
LT
2028 * elisp.texi (Top): Update detailed menu for node changes.
2029
302691ab
LT
2030 * modes.texi (Modes): Update Menu.
2031 (Hooks): Move to beginning of chapter.
2032 Most minor modes run mode hooks too.
2033 `add-hook' can handle void hooks or hooks whose value is a single
2034 function.
2035 (Major Modes): Update Menu.
2036 (Major Mode Basics): New node, split off from `Major Modes'.
2037 (Major Mode Conventions): Correct xref. Explain how to handle
2038 auto-mode-alist if the major mode command has an autoload cookie.
2039 (Auto Major Mode): Major update. Add magic-mode-alist.
2040 (Derived Modes): Major update.
2041 (Mode Line Format): Update Menu.
2042 (Mode Line Basics): New node, split off from `Mode Line Format'.
2043
2044 * loading.texi (Autoload): Mention `autoload cookie' as synonym
2045 for `magic autoload comment'. Add index entries and anchor.
2046
d06ba294
RS
20472005-05-14 Richard M. Stallman <rms@gnu.org>
2048
2049 * tips.texi (Coding Conventions): Explain how important it is
2050 that just loading certain files not change Emacs behavior.
2051
2052 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
2053
405cb12a
LK
20542005-05-12 Lute Kamstra <lute@gnu.org>
2055
19958124
LK
2056 * modes.texi (Generic Modes): Update.
2057 (Major Modes): Refer to node "Generic Modes".
2058
405cb12a
LK
2059 * elisp.texi (Top): Update to the current structure of the manual.
2060 * processes.texi (Processes): Add menu description.
2061 * customize.texi (Customization): Add menu descriptions.
2062
f714dd1b
TTN
20632005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2064
cc9442f2
TTN
2065 * processes.texi (Signals to Processes)
2066 (Low-Level Network): Fix typos.
f714dd1b 2067
36ad23ec
LK
20682005-05-11 Lute Kamstra <lute@gnu.org>
2069
2070 * elisp.texi (Top): Add some nodes from the chapter "Major and
2071 Minor Modes" to the detailed node listing.
2072
d101bf56
RS
20732005-05-10 Richard M. Stallman <rms@gnu.org>
2074
2075 * keymaps.texi (Extended Menu Items): Menu item filter functions
2076 can be called at any time.
2077
698b0510
LT
20782005-05-08 Luc Teirlinck <teirllm@auburn.edu>
2079
2080 * variables.texi (File Local Variables): `(hack-local-variables t)'
2081 now also checks whether a mode is specified in the local variables
2082 list.
2083
2c6b25c7
EZ
20842005-05-05 Kevin Ryde <user42@zip.com.au>
2085
2086 * display.texi (The Echo Area): Correct format function cross
2087 reference.
2088
643b4cf5
LT
20892005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2090
2091 * variables.texi (Variable Aliases): Change description of
2092 `define-obsolete-variable-alias'.
2093
2094 * functions.texi (Functions): Add "Obsolete Functions" to menu.
2095 (Defining Functions): Add xref.
2096 (Obsolete Functions): New node.
2097 (Function Safety): Standardize capitalization of section title.
2098
2099 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2100 (Dialog Boxes): Complete description of `x-popup-dialog'.
2101
053bc8e4
RS
21022005-05-04 Richard M. Stallman <rms@gnu.org>
2103
2104 * commands.texi (Interactive Codes): Fix Texinfo usage.
2105 Document U more clearly.
2106
f6b1b15a
LT
21072005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2108
3b925015
LT
2109 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2110 function and not a macro.
2111
f6b1b15a
LT
2112 * frames.texi (Pop-Up Menus): Correct and clarify description of
2113 `x-popup-menu'.
2114 (Dialog Boxes): Clarify description of `x-popup-dialog'.
2115
ebbfa918
RS
21162005-05-01 Richard M. Stallman <rms@gnu.org>
2117
2118 * edebug.texi (Checking Whether to Stop): Fix previous change.
2119
abe2f96e
LT
21202005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2121
d6028ef2
LT
2122 * display.texi: Fix typos and Texinfo usage.
2123
abe2f96e
LT
2124 * edebug.texi (Checking Whether to Stop): executing-macro ->
2125 executing-kbd-macro.
2126
b2cfb30b
RS
21272005-05-01 Richard M. Stallman <rms@gnu.org>
2128
2129 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2130
7e995a23
RS
21312005-04-30 Richard M. Stallman <rms@gnu.org>
2132
2133 * files.texi (Magic File Names): Document `operations' property.
2134
57efa539
LK
21352005-04-29 Lute Kamstra <lute@gnu.org>
2136
2137 * modes.texi (Generic Modes): New node.
2138 (Major Modes): Add it to the menu.
2139 (Derived Modes): Add "derived mode" to concept index.
2140
0a20b1dc
LK
21412005-04-28 Lute Kamstra <lute@gnu.org>
2142
2143 * modes.texi (Defining Minor Modes): Fix previous change.
2144 (Font Lock Mode): Simplify.
2145 (Font Lock Basics): Say that font-lock-defaults is buffer-local
2146 when set and that some parts are optional. Add cross references.
2147 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
2148 Add cross references. Add font-lock-multiline to index.
2149 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 2150 Lock Variables". Document font-lock-add-keywords and
b5305167 2151 font-lock-remove-keywords.
0a20b1dc
LK
2152 (Other Font Lock Variables): Move font-lock-keywords-only,
2153 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2154 and font-lock-syntactic-face-function to node "Syntactic Font
2155 Lock". Move font-lock-keywords-case-fold-search to node
2156 "Search-based Fontification". Document font-lock-inhibit-thing-lock
2157 and font-lock-{,un}fontify-{buffer,region}-function.
2158 (Precalculated Fontification): Remove reference to deleted variable
2159 font-lock-core-only.
2160 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2161 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
2162 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2163 and font-lock-syntactic-face-function here from node "Other Font
2164 Lock Variables". Move font-lock-syntactic-keywords to "Setting
2165 Syntax Properties". Add cross references.
b5305167
SM
2166 (Setting Syntax Properties): New node.
2167 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
2168 * syntax.texi (Syntax Properties): Add cross reference.
2169 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2170
68a94f5a
RS
21712005-04-26 Richard M. Stallman <rms@gnu.org>
2172
2173 * display.texi (Defining Faces):
2174 Document `default' elements of defface spec.
2175
2176 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2177
2178 * variables.texi (Variable Aliases): Clarify text.
2179
21802005-04-25 Chong Yidong <cyd@stupidchicken.com>
2181
2182 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2183
7f48f143
LT
21842005-04-25 Luc Teirlinck <teirllm@auburn.edu>
2185
2186 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2187
45d2f8e8
EZ
21882005-04-24 Eli Zaretskii <eliz@gnu.org>
2189
f3714ab2
EZ
2190 * syntax.texi (Syntax Table Internals): Elaborate documentation of
2191 syntax-after and syntax-class.
2192
45d2f8e8 2193 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
2194 (Unique File Names): Don't mention "numbers" in the documentation
2195 of make-temp-file and make-temp-name.
45d2f8e8 2196
469bc679
RS
21972005-04-23 Richard M. Stallman <rms@gnu.org>
2198
2199 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2200
c9fa5dc9
RS
22012005-04-22 Nick Roberts <nickrob@snap.net.nz>
2202
2203 * windows.texi (Cyclic Window Ordering): Clarify window-list.
2204
230e1e80
NR
22052005-04-22 Nick Roberts <nickrob@snap.net.nz>
2206
2207 * variables.texi (Variable Aliases): Describe make-obsolete-variable
2208 and define-obsolete-variable-alias.
2209
1ba52906
KS
22102005-04-22 Kim F. Storm <storm@cua.dk>
2211
2212 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2213 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2214
9721d904
LK
22152005-04-21 Lute Kamstra <lute@gnu.org>
2216
2217 * lists.texi (Association Lists): Document rassq-delete-all.
2218
ed35c736
RS
22192005-04-19 Richard M. Stallman <rms@gnu.org>
2220
2221 * modes.texi (Search-based Fontification): Explain that
2222 facespec is an expression to be evaluated.
2223
42fc00a4
RS
22242005-04-19 Kevin Ryde <user42@zip.com.au>
2225
b5305167 2226 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
2227 * strings.texi (String Conversion): Fix xref.
2228
5827e9d4
KS
22292005-04-19 Kim F. Storm <storm@cua.dk>
2230
2231 * symbols.texi (Symbol Plists): Add safe-get.
2232 Mention that `get' may signal an error.
2233
47872da9
NR
22342005-04-18 Nick Roberts <nickrob@snap.net.nz>
2235
2236 * customize.texi (Variable Definitions): Replace tooltip-mode
2237 example with save-place.
2238
ec0cf966
RS
22392005-04-17 Richard M. Stallman <rms@gnu.org>
2240
2241 * buffers.texi (Indirect Buffers): Clarify.
2242
2243 * positions.texi (Positions): Clarify converting marker to integer.
2244
2245 * strings.texi (String Basics): Mention string-match; clarify.
2246
199bb209
LK
22472005-04-08 Lute Kamstra <lute@gnu.org>
2248
2249 * modes.texi (Search-based Fontification): Fix cross references.
2250 Use consistent terminology. Document anchored highlighting.
2251
bfa54668
LK
22522005-04-05 Lute Kamstra <lute@gnu.org>
2253
2254 * modes.texi (Defining Minor Modes): Document :group keyword
2255 argument and its default value.
2256
07e5fb9e
LK
22572005-04-03 Lute Kamstra <lute@gnu.org>
2258
2259 * hooks.texi (Standard Hooks): Add some hooks. Add cross
2260 references and/or descriptions. Delete major mode hooks; mention
2261 them as a category instead. Rename or delete obsolete hooks.
2262
aa945b59
RS
22632005-04-02 Richard M. Stallman <rms@gnu.org>
2264
2265 * nonascii.texi (Coding System Basics): Another wording cleanup.
2266
8b918214
RS
22672005-04-01 Richard M. Stallman <rms@gnu.org>
2268
2269 * nonascii.texi (Coding System Basics): Clarify previous change.
2270
41639988
KH
22712005-04-01 Kenichi Handa <handa@m17n.org>
2272
2273 * nonascii.texi (Coding System Basics): Describe about rondtrip
2274 identity of coding systems.
2275
8e669bbd
RS
22762005-03-29 Chong Yidong <cyd@stupidchicken.com>
2277
2278 * text.texi (Buffer Contents): Add filter-buffer-substring and
2279 buffer-substring-filters.
2280
f60a6f87
RS
22812005-03-26 Chong Yidong <cyd@stupidchicken.com>
2282
2283 * anti.texi (Antinews): Mention `G' interactive code.
2284
2285 * tips.texi (Compilation Tips): Mention benchmark.el.
2286
aaac1251
LT
22872005-03-27 Luc Teirlinck <teirllm@auburn.edu>
2288
2289 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
2290 is now bound to M-o M-o.
2291
2292 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
2293
45325173
GM
22942005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
2295
2296 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
2297 in the Emacs Manual).
2298 * Makefile.in (srcs): Remove calendar.texi.
2299 * makefile.w32-in (srcs): Remove calendar.texi.
2300 * display.texi (Display): Change name of next node.
2301 * os.texi (System In): Change name of previous node.
2302 * elisp.texi (Top): Remove Calendar references.
2303 * vol1.texi (Top): Remove Calendar references.
2304 * vol2.texi (Top): Remove Calendar references.
2305
85df292e
RS
23062005-03-25 Richard M. Stallman <rms@gnu.org>
2307
45325173 2308 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
2309 Cleanup previous change.
2310
23112005-03-25 Chong Yidong <cyd@stupidchicken.com>
2312
2313 * display.texi (Face Attributes): Faces earlier in an :inherit
2314 list take precedence.
2315 (Scroll Bars): Fix description of vertical-scroll-bars.
2316 Document frame-current-scroll-bars and window-current-scroll-bars.
2317
2318 * markers.texi (The Mark): Document temporary Transient Mark mode.
2319
b5305167
SM
2320 * minibuf.texi (Reading File Names):
2321 Document read-file-name-completion-ignore-case.
85df292e
RS
2322
2323 * positions.texi (Screen Lines): Document nil for width argument
2324 to compute-motion.
2325
1fe54d69
KS
23262005-03-23 Kim F. Storm <storm@cua.dk>
2327
2328 * display.texi (Standard Faces): Other faces used in the fringe
2329 implicitly inherits from the fringe face.
2330 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
2331 properties implicitly inherits from fringe face.
2332 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
2333
a775dff4
RS
23342005-03-20 Chong Yidong <cyd@stupidchicken.com>
2335
2336 * display.texi (Invisible Text): State default value of
2337 line-move-ignore-invisible.
2338 (Managing Overlays): Document remove-overlays.
2339 (Standard Faces): Document escape-glyph face.
2340
b5305167 2341 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 2342
b5305167
SM
2343 * modes.texi (Other Font Lock Variables):
2344 Document font-lock-lines-before.
a775dff4
RS
2345
2346 * positions.texi (Skipping Characters): skip-chars-forward allows
2347 character classes.
2348
077f7085
LK
23492005-03-18 Lute Kamstra <lute@gnu.org>
2350
2351 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
2352
d69ea7ab
RS
23532005-03-17 Richard M. Stallman <rms@gnu.org>
2354
c7bd5d57
RS
2355 * text.texi (Undo): Document extensible undo entries.
2356
d69ea7ab
RS
2357 * searching.texi (String Search, Regexp Search, Regexp Search):
2358 Cleanups.
2359
2360 * nonascii.texi (Character Codes): Minor fix.
2361
2362 * display.texi (Display Property): Explain the significance
2363 of having text properties that are eq.
2364 (Other Display Specs): Explain string as display spec.
2365
2366 * commands.texi (Interactive Codes): Document G option.
2367
23682005-03-17 Chong Yidong <cyd@stupidchicken.com>
2369
2370 * text.texi (Filling): Add sentence-end-without-period and
2371 sentence-end-without-space.
2372 (Changing Properties): Minor fix.
2373
2374 * anti.texi: Total rewrite.
2375
a7679889
LK
23762005-03-15 Lute Kamstra <lute@gnu.org>
2377
2378 * edebug.texi (Instrumenting Macro Calls): Fix typos.
2379
6eb8e247
KS
23802005-03-08 Kim F. Storm <storm@cua.dk>
2381
2382 * display.texi (Specified Space): Property :width is support on
2383 non-graphic terminals, :height is not.
2384
bfa8be14
RS
23852005-03-07 Richard M. Stallman <rms@gnu.org>
2386
2387 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2388 Now subnodes of Fringes.
2389 (Overlay Arrow): Document overlay-arrow-variable-list.
2390 (Fringe Size/Pos): New node, broken out of Fringes.
2391 (Display): Explain clearing vs redisplay better.
2392 (Truncation): Clarify use of bitmaps.
2393 (The Echo Area): Clarify the uses of the echo area.
2394 Add max-mini-window-height.
2395 (Progress): Clarify.
2396 (Invisible Text): Explain that main loop moves point out.
2397 (Selective Display): Say "hidden", not "invisible".
b5305167 2398 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
2399 (Overlay Properties): Clarify intro.
2400 (Finding Overlays): Explain return values when nothing found.
2401 (Width): truncate-string-to-width has added arg.
2402 (Displaying Faces): Clarify and update mode line face handling.
2403 (Face Functions): Minor cleanup.
b5305167 2404 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
2405 (Pixel Specification, Other Display Specs): Minor cleanups.
2406 (Images, Image Descriptors): Minor cleanups.
2407 (GIF Images): Patents have expired.
2408 (Showing Images): Explain default text for insert-image.
b5305167 2409 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
2410 (Making Buttons): Explain return values.
2411 (Button Buffer Commands): Add xref.
2412 (Inverse Video): Update mode-line-inverse-video.
2413 (Display Table Format): Clarify.
2414 (Active Display Table): Give defaults for window-display-table.
2415
2416 * calendar.texi (Calendar Customizing): calendar-holiday-marker
2417 and calendar-today-marker are strings, not chars.
2418 (Holiday Customizing): Minor fix.
2419
bfa8be14
RS
2420 * internals.texi (Writing Emacs Primitives): Update `or' example.
2421 Update limit on # args of subr.
2422
2423 * edebug.texi (Using Edebug): Arrow is in fringe.
2424 (Instrumenting): Arg to eval-defun works without loading edebug.
2425 (Edebug Execution Modes): Add xref.
2426
2427 * customize.texi (Common Keywords): Clarify :require.
2428 Mention :version here.
2429 (Variable Definitions, Group Definitions): Not here.
2430 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2431
d69ea7ab
RS
24322005-03-07 Chong Yidong <cyd@stupidchicken.com>
2433 * nonascii.texi (Text Representations): Clarify position-bytes.
2434 (Character Sets): Add list-charset-chars.
2435 (Scanning Charsets): Add charset-after.
2436 (Encoding and I/O): Minor fix.
2437
34398e6c
RS
24382005-03-06 Richard M. Stallman <rms@gnu.org>
2439
2440 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2441 (Resizing Windows): Likewise.
2442
2443 * text.texi (Change Hooks): Get rid of "Emacs 21".
2444
2445 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2446
2447 * streams.texi (Output Variables): Get rid of "Emacs 21".
2448
2449 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2450
2451 * os.texi (Translating Input): Replace flow-control example
2452 with a less obsolete example that uses `keyboard-translate'.
2453
6eb8e247 2454 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 2455 Get rid of "Emacs 21".
6eb8e247 2456
34398e6c
RS
2457 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2458 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2459
2460 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2461
2462 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2463
2464 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2465 (Menu Bar): Fix when menu-bar-update-hook is called.
2466
2467 * hash.texi (Hash Tables): Get rid of "Emacs 21".
2468
2469 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2470 and make it read better.
2471
2472 * files.texi (Writing to Files): Get rid of "Emacs 21".
2473 (Unique File Names): Likewise.
2474
2475 * elisp.texi: Update Emacs version to 22.
2476
2477 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2478 (Overlay Properties, Face Attributes): Likewise.
2479 (Managing Overlays): Fix punctuation.
2480 (Attribute Functions): Clarify set-face-font; get rid of
2481 info about old Emacs versions.
2482 (Auto Faces, Font Lookup, Display Property, Images):
2483 Get rid of "Emacs 21".
2484
2485 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2486
d2178387
RS
24872005-03-05 Richard M. Stallman <rms@gnu.org>
2488
2489 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2490
524352d6
LK
24912005-03-04 Lute Kamstra <lute@gnu.org>
2492
2493 * debugging.texi (Error Debugging): Document stack-trace-on-error.
2494
24952005-03-03 Lute Kamstra <lute@gnu.org>
2496
2497 * edebug.texi (Instrumenting Macro Calls): Fix typo.
2498
284f0680
LK
24992005-03-01 Lute Kamstra <lute@gnu.org>
2500
2501 * debugging.texi (Debugger Commands): Update `j'.
2502
a9ee5cac
LK
25032005-02-28 Lute Kamstra <lute@gnu.org>
2504
2505 * debugging.texi (Debugging): Fix typo.
2506 (Error Debugging): Document eval-expression-debug-on-error.
2507 (Function Debugging): Update example.
2508 (Using Debugger): Mention starred stack frames.
2509 (Debugger Commands): Document `j' and `l'.
2510 (Invoking the Debugger): `d' and `j' exit recursive edit too.
2511 Update the messages that the debugger displays.
2512 (Internals of Debugger): Add cross reference. Update example.
2513 (Excess Open): Minor improvement.
2514 (Excess Close): Minor improvement.
2515
378d0f8e
RS
25162005-02-26 Richard M. Stallman <rms@gnu.org>
2517
2518 * tips.texi (Coding Conventions): Clarify.
2519 Put all the major mode key reservations together.
2520 Mention the Mouse-1 => Mouse-2 conventions.
2521
2522 * syntax.texi (Syntax Class Table): Clarify.
2523 (Syntax Table Functions): syntax-after moved from here.
2524 (Syntax Table Internals): syntax-after moved to here.
2525 (Parsing Expressions): Update info on number of values
2526 and what's meaningful in the STATE argument.
2527 (Categories): Fix typo.
2528
2529 * sequences.texi (Arrays): Cleanup.
2530 (Char-Tables): Clarify.
2531
2532 * processes.texi (Deleting Processes): Cleanups, add xref.
2533 (Subprocess Creation): Explain nil in exec-path. Cleanup.
2534 (Process Information): set-process-coding-system, some args optional.
2535 (Input to Processes): Explain various types for PROCESS args.
2536 Rename them from PROCESS-NAME to PROCESS.
2537 (Signals to Processes): Likewise.
2538 (Decoding Output): Cleanup.
2539 (Query Before Exit): Clarify.
2540
2541 * os.texi (Startup Summary): Correct the options; add missing ones.
2542 (Terminal Output, Batch Mode): Clarify.
2543 (Flow Control): Node deleted.
2544
2545 * markers.texi (The Mark): Clarify.
2546
2547 * macros.texi (Expansion): Cleanup.
2548 (Indenting Macros): indent-spec allows ints, not floats.
2549
2550 * keymaps.texi (Keymaps): Clarify.
2551 (Format of Keymaps): Update lisp-mode-map example.
2552 (Active Keymaps, Key Lookup): Clarify.
2553 (Changing Key Bindings): Add xref to `kbd'.
2554 (Key Binding Commands, Simple Menu Items): Clarify.
2555 (Mouse Menus, Menu Bar): Clarify.
2556 (Menu Example): Replace print example with menu-bar-replace-menu.
2557
2558 * help.texi (Documentation Basics): Add function-documentation prop.
2559
2560 * elisp.texi (Top): Don't refer to Flow Control node.
2561
2562 * commands.texi (Command Overview): Improve xrefs.
2563 (Adjusting Point): Adjusting point applies to intangible and invis.
2564 (Key Sequence Input): Doc extra read-key-sequence args.
2565 Likewise for read-key-sequence-vector.
2566
2567 * backups.texi (Rename or Copy): Minor fix.
2568 (Numbered Backups): For version-control, say the default.
2569 (Auto-Saving): make-auto-save-file-name example is simplified.
2570
2571 * advice.texi (Advising Functions): Don't imply one part of Emacs
2572 should advise another part. Markup changes.
2573 (Defining Advice): Move transitional para.
2574 (Activation of Advice): Cleanup.
2575 Explain if COMPILE is nil or negative.
2576
2577 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2578
2e20c83d
LK
25792005-02-24 Lute Kamstra <lute@gnu.org>
2580
2581 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2582 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2583
65c492fd
LK
25842005-02-23 Lute Kamstra <lute@gnu.org>
2585
b02c3eed
LK
2586 * modes.texi (Defining Minor Modes): define-minor-mode can be used
2587 to define global minor modes as well.
2588
65c492fd
LK
2589 * display.texi (Managing Overlays): overlay-buffer returns nil for
2590 deleted overlays.
2591
b686dd59
KS
25922005-02-22 Kim F. Storm <storm@cua.dk>
2593
2594 * minibuf.texi (Basic Completion): Allow symbols in addition to
2595 strings in try-completion and all-completions.
2596
23e8c095
LK
25972005-02-14 Lute Kamstra <lute@gnu.org>
2598
2599 * elisp.texi (Top): Remove reference to deleted node.
2600
2601 * lists.texi (Lists): Remove reference to deleted node.
2602 (Cons Cells): Fix typo.
2603
2604 * loading.texi (Where Defined): Fix typo.
2605
134948fc
RS
26062005-02-14 Richard M. Stallman <rms@gnu.org>
2607
2608 * variables.texi (Creating Buffer-Local): change-major-mode-hook
2609 is useful for discarding some minor modes.
2610
2611 * symbols.texi (Symbol Components): Reorder examples.
2612
2613 * streams.texi (Input Functions): State standard-input default.
2614 (Output Variables): State standard-output default.
2615
2616 * objects.texi (Printed Representation): Clarify read syntax vs print.
2617 (Floating Point Type): Explain meaning better.
2618 (Symbol Type): Explain uniqueness better.
2619 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
2620 List examples sooner.
2621 (Box Diagrams): New subnode broken out.
2622 Some examples moved from old Lists as Boxes node.
2623 (Dotted Pair Notation): Clarify intro.
2624 (Array Type): Clarify.
2625 (Type Predicates): Add hash-table-p.
2626
2627 * numbers.texi (Integer Basics): Clarify radix explanation.
2628 (Predicates on Numbers): Minor clarification.
2629 (Comparison of Numbers): Minor clarification. Clarify eql.
2630 Typos in min, max.
2631 (Math Functions): Clarify overflow in expt.
2632
2633 * minibuf.texi (Text from Minibuffer): Minor clarification.
2634 Mention arrow keys.
2635
2636 * loading.texi (Autoload): defun's doc string overrides autoload's
2637 doc string.
2638 (Repeated Loading): Modernize "add to list" examples.
2639 (Where Defined): Finish updating table of load-history elts.
2640
2641 * lists.texi (List-related Predicates): Minor wording improvement.
2642 (Lists as Boxes): Node deleted.
2643 (Building Lists): Explain trivial cases of number-sequence.
2644
2645 * hash.texi (Hash Tables): Add desc to menu items.
2646 (Creating Hash): Expain "full" means "make larger",
2647 (Hash Access): Any object can be a key.
2648 State value of maphash.
2649
2650 * functions.texi (What Is a Function): Wording cleanup.
2651 (Function Documentation): Minor cleanup.
2652 Explain purpose of calling convention at end of doc string.
2653 (Function Names): Wording cleanup.
2654 (Calling Functions): Wording cleanup.
2655 Explain better how funcall calls the function.
2656 (Function Cells): Delete example of saving and redefining function.
2657
2658 * control.texi (Combining Conditions): Wording cleanup.
2659 (Iteration): dolist and dotimes bind VAR locally.
2660 (Cleanups): Xref to Atomic Changes.
2661
2662 * compile.texi (Byte Compilation): Delete 19.29 info.
2663 (Compilation Functions): Macros' difficulties don't affect defsubst.
2664 (Docs and Compilation): Delete 19.29 info.
2665
44291460
RS
26662005-02-10 Richard M. Stallman <rms@gnu.org>
2667
2668 * objects.texi (Symbol Type): Minor correction.
2669
1f9ad95a
LK
26702005-02-06 Lute Kamstra <lute@gnu.org>
2671
2672 * modes.texi (Example Major Modes): Fix typos.
2673
ba2c991c
RS
26742005-02-06 Richard M. Stallman <rms@gnu.org>
2675
2676 * text.texi (Margins): fill-nobreak-predicate can be one function.
2677
2678 * strings.texi (Modifying Strings): clear-string can make unibyte.
2679 (Formatting Strings): format gives error if values missing.
2680
2681 * positions.texi (Character Motion): Mention default arg
2682 for forward-char. backward-char refers to forward-char.
2683 (Word Motion): Mention default arg for forward-word.
2684 (Buffer End Motion): Mention default arg for beginning-of-buffer.
2685 Simplify end-of-buffer.
2686 (Text Lines): Mention default arg for forward-line.
2687 (List Motion): Mention default arg for beginning/end-of-defun.
2688 (Skipping Characters): Minor fixes in explaining character-set.
2689
2690 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
2691 Mode inheritance applies only when default-major-mode is nil.
2692 Clarifications.
2693 (Example Major Modes): Update Text mode and Lisp mode examples.
2694 (Minor Mode Conventions): Mention define-minor-mode at top.
2695 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
2696 (Mode Line Format): Update mode line face display info.
2697 (Properties in Mode): Mention effect of risky vars.
2698 (Imenu): Define imenu-add-to-menubar.
2699 (Font Lock Mode): Add descriptions to menu lines.
2700 (Faces for Font Lock): Add font-lock-doc-face.
2701
9bf6d576
LK
27022005-02-05 Lute Kamstra <lute@gnu.org>
2703
2704 * text.texi (Maintaining Undo): Remove obsolete function.
2705
cb602754
EZ
27062005-02-05 Eli Zaretskii <eliz@gnu.org>
2707
2708 * frames.texi (Color Names): Add pointer to the X docs about RGB
2709 color specifications. Improve indexing
2710 (Text Terminal Colors): Replace the description of RGB values by
2711 an xref to "Color Names".
2712
4e07258f
RS
27132005-02-03 Richard M. Stallman <rms@gnu.org>
2714
2715 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
2716 Clarify.
2717 (Selecting Windows): Clarify save-selected-window.
2718 (Cyclic Window Ordering): Clarify walk-windows.
2719 (Window Point): Clarify.
2720 (Window Start): Add comment to example.
2721 (Resizing Windows): Add `interactive' specs in examples.
2722 Document fit-window-to-buffer.
2723
2724 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
2725 (Undo, Maintaining Undo): Clarify last change.
2726 (Sorting): In sort-numeric-fields, explain about octal and hex.
2727 Mention sort-numeric-base.
2728 (Format Properties): Add xref for hard newlines.
2729
2730 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
2731 (Pop-Up Menus): Fix typo.
2732 (Color Names): Explain all types of color names.
2733 Explain color-values on B&W terminal.
2734 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
2735
2736 * files.texi (File Locks): Not supported on MS systems.
2737 (Testing Accessibility): Clarify.
2738
2739 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
2740 (Coverage Testing): Fix typo.
2741
2742 * commands.texi (Misc Events): Remove stray space.
2743
2744 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
2745 (Modification Time): Clarify when visited-file-modtime returns 0.
2746 (The Buffer List): Clarify bury-buffer.
2747 (Killing Buffers): Clarify.
2748 (Indirect Buffers): Add clone-indirect-buffer.
2749
27502005-02-02 Matt Hodges <MPHodges@member.fsf.org>
2751
2752 * edebug.texi (Printing in Edebug): Fix default value of
2753 edebug-print-circle.
2754 (Coverage Testing): Fix displayed frequency count data.
2755
27562005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
2757
2758 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
2759
4e07258f 27602005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
2761
2762 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
2763
28d986b9
EZ
27642005-01-29 Eli Zaretskii <eliz@gnu.org>
2765
2766 * commands.texi (Misc Events): Describe the help-echo event.
2767
2768 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
2769 consistently in description of the help-echo property.
2770 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
2771
2772 * display.texi (Overlay Properties): Fix the index entry for
2773 help-echo overlay property.
2774
2775 * customize.texi (Type Keywords): Uncomment the xref to the
2776 help-echo property documentation.
2777
8f958b40
KS
27782005-01-23 Kim F. Storm <storm@cua.dk>
2779
2780 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
2781 return value. Third element FULLY replaced by PARTIAL which
2782 specifies number of invisible pixels if row is only partially visible.
2783 (Textual Scrolling): Mention auto-window-vscroll.
2784 (Vertical Scrolling): New defvar auto-window-vscroll.
2785
cd7e5dd6
LT
27862005-01-16 Luc Teirlinck <teirllm@auburn.edu>
2787
2788 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
2789 command remapping.
2790
6f771c32
RS
27912005-01-15 Richard M. Stallman <rms@gnu.org>
2792
2793 * display.texi (Defining Images): Mention DATA-P arg of create-image.
2794
6ac8a822
KS
27952005-01-14 Kim F. Storm <storm@cua.dk>
2796
88948d55
KS
2797 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
2798
6ac8a822
KS
2799 * text.texi (Links and Mouse-1): Fix string and vector item.
2800
20d6de82
RS
28012005-01-13 Richard M. Stallman <rms@gnu.org>
2802
2803 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
2804 descriptions of overriding-local-map and overriding-terminal-local-map.
2805
2806 * text.texi (Links and Mouse-1): Clarify text.
2807
f75a592e
KS
28082005-01-13 Kim F. Storm <storm@cua.dk>
2809
2810 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
2811
910f60b1
TTN
28122005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
2813
2814 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
2815
37181fc4
KS
28162005-01-12 Kim F. Storm <storm@cua.dk>
2817
2818 * text.texi (Links and Mouse-1): Rename section from Enabling
2819 Mouse-1 to Following Links. Change xrefs.
2820 Add examples for define-button-type and define-widget.
2821
2822 * display.texi (Button Properties, Button Buffer Commands):
2823 Clarify mouse-1 and follow-link functionality.
2824
28f94a34
RS
28252005-01-12 Richard M. Stallman <rms@gnu.org>
2826
2827 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
2828
2829 * display.texi (Beeping): Fix Texinfo usage.
2830
2831 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
2832
bac2d936
KS
28332005-01-11 Kim F. Storm <storm@cua.dk>
2834
2835 * display.texi (Button Properties, Button Buffer Commands):
93381d62 2836 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
2837
2838 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
2839 (Enabling Mouse-1 to Follow Links): New subsection.
2840
de968ddb
RS
28412005-01-06 Richard M. Stallman <rms@gnu.org>
2842
2843 * text.texi (Special Properties): Minor change.
2844
2845 * os.texi (Timers): Clarify previous change.
2846
2847 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
2848
a3a43b3b
LT
28492005-01-01 Luc Teirlinck <teirllm@auburn.edu>
2850
2851 * display.texi (Face Attributes): Correct xref to renamed node.
2852
732bb9ce
RS
28532005-01-01 Richard M. Stallman <rms@gnu.org>
2854
2855 * display.texi (Face Attributes): Describe hex color specs.
2856
c734ae59
RS
28572004-12-31 Richard M. Stallman <rms@gnu.org>
2858
2859 * os.texi (Timers): Update previous change.
2860
33b2f4ea
KS
28612004-12-30 Kim F. Storm <storm@cua.dk>
2862
2863 * display.texi (Line Height): Total line-height is now specified
2864 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
2865 in cons cells. (nil . RATIO) is relative to actual line height.
2866 Use line-height `t' instead of `0' to get minimum height.
2867
99ec74b9
RS
28682004-12-29 Richard M. Stallman <rms@gnu.org>
2869
2870 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
2871
eab463f6
RS
28722004-12-28 Richard M. Stallman <rms@gnu.org>
2873
2874 * commands.texi (Quitting): Clarify value of with-local-quit.
2875
2876 * elisp.texi (Top): Fix previous change.
2877
2878 * loading.texi (Loading): Fix previous change.
2879
ebbd14f1
RS
28802004-12-27 Richard M. Stallman <rms@gnu.org>
2881
4ae98fc5
RS
2882 * Makefile.in (MAKEINFO): Specify --force.
2883
8f430046
RS
2884 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
2885
56011a8c
RS
2886 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
2887
2888 * display.texi (Line Height): Further clarify.
2889
2890 * elisp.texi (Top): Update Loading submenu.
2891
ebbd14f1
RS
2892 * loading.texi (Where Defined): New node.
2893 (Unloading): load-history moved to Where Defined.
2894
fda2922a
RS
28952004-12-21 Richard M. Stallman <rms@gnu.org>
2896
2897 * commands.texi (Event Input Misc): Add while-no-input.
2898
9eb8959a
RS
28992004-12-11 Richard M. Stallman <rms@gnu.org>
2900
2901 * display.texi (Line Height): Rewrite text for clarity.
2902
adf87c29
KS
29032004-12-11 Kim F. Storm <storm@cua.dk>
2904
2905 * display.texi (Display): Add node "Line Height" to menu.
2906 (Line Height): New node. Move full description of line-spacing
2907 and line-height text properties here from text.texi.
2908 (Scroll Bars): Add vertical-scroll-bar variable.
2909
2910 * frames.texi (Window Frame Parameters): Remove line-height defvar.
2911
2912 * locals.texi (Standard Buffer-Local Variables): Fix xref for
2913 line-spacing and vertical-scroll-bar.
2914
2915 * text.texi (Special Properties): Just mention line-spacing and
2916 line-height here, add xref to new "Line Height" node.
2917
31e4729e
TTN
29182004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
2919
2920 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
2921
2922 * locals.texi (Standard Buffer-Local Variables):
2923 Add @xref for `line-spacing'.
2924
cc60c723
RS
29252004-12-05 Richard M. Stallman <rms@gnu.org>
2926
2927 * Makefile.in (maintainer-clean): Remove the info files
2928 in $(infodir) where they are created.
2929
f6101ac9
RS
29302004-12-03 Richard M. Stallman <rms@gnu.org>
2931
2932 * windows.texi (Selecting Windows): get-lru-window and
2933 get-largest-window don't consider dedicated windows.
2934
2935 * text.texi (Undo): Document undo-in-progress.
2936
94221759
RS
29372004-11-26 Richard M. Stallman <rms@gnu.org>
2938
2939 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
2940 Remove a few vars that are not always buffer-local.
2941
7092c5e8
LT
29422004-11-24 Luc Teirlinck <teirllm@auburn.edu>
2943
2944 * locals.texi (Standard Buffer-Local Variables): Comment out
2945 xref's to non-existent node `Yet to be written'.
2946
261b01c6
RS
29472004-11-24 Richard M. Stallman <rms@gnu.org>
2948
2949 * processes.texi (Synchronous Processes): Grammar fix.
2950
2951 * numbers.texi (Comparison of Numbers): Add eql.
2952
2953 * locals.texi (Standard Buffer-Local Variables): Add many vars.
2954
2955 * intro.texi (Printing Notation): Fix previous change.
2956
2957 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
2958 and default-indicate-buffer-boundaries from here.
2959 (Usual Display): To here.
2960 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
2961 (Usual Display): Move tab-width up.
2962
2963 * customize.texi (Variable Definitions): Replace
2964 show-paren-mode example with tooltip-mode.
7092c5e8 2965 (Simple Types, Composite Types, Defining New Types):
261b01c6 2966 Minor cleanups.
7092c5e8 2967
c1aa4864
JH
29682004-11-21 Jesper Harder <harder@ifa.au.dk>
2969
2970 * processes.texi (Synchronous Processes, Output from Processes):
2971 Markup fix.
2972
dedbac89
RS
29732004-11-20 Richard M. Stallman <rms@gnu.org>
2974
07c8c65a
RS
2975 * positions.texi (Skipping Characters): skip-chars-forward
2976 now handles char classes.
2977
8f40a868
RS
2978 * intro.texi (Printing Notation): Avoid confusion of `print'
2979 when explaining @print.
2980
2981 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
2982
2983 * display.texi (Display Table Format): Minor fix.
2984
2985 * streams.texi (Output Functions): Fix print example.
2986
fd6866c8
RS
2987 * Makefile.in (elisp): New target.
2988 (dist): Depend on $(infodir)/elisp, not elisp.
2989 Copy the info files from $(infodir).
2990
9d00469f
RS
2991 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
2992 read-from-minibuffer.
2993
dedbac89
RS
2994 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
2995
6de891db
RS
29962004-11-19 Richard M. Stallman <rms@gnu.org>
2997
2998 * searching.texi (Regexp Search): Add search-whitespace-regexp.
2999
e1c1c5a7
TTN
30002004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
3001
3002 * tips.texi (Coding Conventions): Fix typo.
3003
ee31cd78
RS
30042004-11-16 Richard M. Stallman <rms@gnu.org>
3005
3006 * tips.texi (Coding Conventions): Separate defvar and require
3007 methods to avoid warnings. Use require only when there are many
3008 functions and variables from that package.
3009
3010 * minibuf.texi (Minibuffer Completion): When ignoring case,
3011 predicate must not be case-sensitive.
3012
3013 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
3014 (Test Coverage): Don't talk about "splotches". Clarified.
3015
4bd38e94
TTN
30162004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
3017
3018 * frames.texi (Window Frame Parameters): Fix typo.
3019
6d073ae1
KS
30202004-11-15 Kim F. Storm <storm@cua.dk>
3021
9f89426b
KS
3022 * symbols.texi (Other Plists): Note that plist-get may signal error.
3023 Add safe-plist-get.
6d073ae1 3024
10980463
TTN
30252004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
3026
3027 * modes.texi (Font Lock Basics): Fix typo.
3028
1efc19eb
RS
30292004-11-08 Richard M. Stallman <rms@gnu.org>
3030
3031 * syntax.texi (Syntax Table Functions): Add syntax-after.
3032
6159c232
EZ
30332004-11-06 Lars Brinkhoff <lars@nocrew.org>
3034
3035 * os.texi (Processor Run Time): New section documenting
3036 get-internal-run-time.
3037
59dede22
EZ
30382004-11-06 Eli Zaretskii <eliz@gnu.org>
3039
3040 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
3041 it nukes elisp-cover.texi.
3042 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
3043 elisp-0 etc.
3044
4cc8522c
LT
30452004-11-05 Luc Teirlinck <teirllm@auburn.edu>
3046
3047 * commands.texi (Keyboard Macros): Document `append' return value
3048 of `defining-kbd-macro'.
3049
2d1ef312
RS
30502004-11-01 Richard M. Stallman <rms@gnu.org>
3051
3052 * commands.texi (Interactive Call): Add called-interactively-p.
3053
6f4e005d
SJ
30542004-10-29 Simon Josefsson <jas@extundo.com>
3055
3056 * minibuf.texi (Reading a Password): Revert.
3057
4f71c13f
RS
30582004-10-28 Richard M. Stallman <rms@gnu.org>
3059
3060 * frames.texi (Display Feature Testing): Explain about "vendor".
3061
4660a9e3
RS
30622004-10-27 Richard M. Stallman <rms@gnu.org>
3063
3064 * commands.texi (Interactive Codes): `N' uses numeric prefix,
3065 not raw. Clarify `n'.
3066 (Interactive Call): Rewrite interactive-p, focusing on when
3067 and how to use it.
3068 (Misc Events): Clarify previous change.
3069
3070 * advice.texi (Simple Advice): Clarify what job the example does.
3071 (Around-Advice): Clarify ad-do-it.
3072 (Activation of Advice): An option of ad-default-compilation-action
3073 is `never', not `nil'.
3074
c8636435
KS
30752004-10-26 Kim F. Storm <storm@cua.dk>
3076
3077 * commands.texi (Interactive Codes): Add U code letter.
3078
acd4089b
SJ
30792004-10-25 Simon Josefsson <jas@extundo.com>
3080
3081 * minibuf.texi (Reading a Password): Add.
3082
29dc7809
JR
30832004-10-24 Jason Rumney <jasonr@gnu.org>
3084
9b7fa297 3085 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
29dc7809
JR
3086 and wheel-down.
3087
bb5d6d34
KG
30882004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3089
3090 * processes.texi (Synchronous Processes): Document process-file.
3091
d0ee2ed3
KH
30922004-10-22 Kenichi Handa <handa@m17n.org>
3093
3094 * text.texi (translate-region): Document that it accepts also a
3095 char-table.
3096
38be9dbb
DP
30972004-10-22 David Ponce <david@dponce.com>
3098
3099 * windows.texi (Resizing Windows): Document the `preserve-before'
3100 argument of the functions `enlarge-window' and `shrink-window'.
3101
63c80452
JR
31022004-10-19 Jason Rumney <jasonr@gnu.org>
3103
3104 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3105
9f4b6e73
LT
31062004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3107
3108 * text.texi (Filling): Add anchor for definition of
3109 `sentence-end-double-space'.
3110
3111 * searching.texi (Regexp Example): Update description of how
3112 Emacs currently recognizes the end of a sentence.
3113 (Standard Regexps): Update definition of the variable
3114 `sentence-end'. Add definition of the function `sentence-end'.
3115
657f0f9c
EZ
31162004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3117
3118 * display.texi (Progress): New node.
3119
35ab4857
KS
31202004-10-05 Kim F. Storm <storm@cua.dk>
3121
3122 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3123
f2a54fbc
KS
31242004-09-29 Kim F. Storm <storm@cua.dk>
3125
3126 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3127 to identify bitmaps. Remove -fringe-bitmap suffix for standard
3128 fringe bitmap symbols, as they now have their own namespace.
3129 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3130 vs. pixels. Signal error if no free bitmap slots.
3131 (Pixel Specification): Change IMAGE to @var{image}.
3132
4676d6f3
RS
31332004-09-28 Richard M. Stallman <rms@gnu.org>
3134
3135 * text.texi (Special Properties): Clarify line-spacing and line-height.
3136
3137 * searching.texi (Regexp Search): Add looking-back.
3138
17234906
LT
31392004-09-25 Luc Teirlinck <teirllm@auburn.edu>
3140
3141 * display.texi: Correct typos.
3142 (Image Descriptors): Correct xref's.
3143
4de43c8b
RS
31442004-09-25 Richard M. Stallman <rms@gnu.org>
3145
3146 * text.texi (Special Properties): Cleanups in `cursor'.
3147 Rewrites in `line-height' and `line-spacing'; exchange them.
3148
3149 * display.texi (Fringes): Rewrite previous change.
3150 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
3151 (Display Fringe Bitmaps): Node deleted, text moved.
3152 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
3153 (Scroll Bars): Clarify set-window-scroll-bars.
3154 (Pointer Shape): Rewrite.
3155 (Specified Space): Clarify :align-to, etc.
3156 (Pixel Specification): Use @var. Clarify new text.
3157 (Other Display Specs): Clarify `slice'.
3158 (Image Descriptors): Cleanups.
3159 (Showing Images): Cleanups.
3160
a3ee0299
LT
31612004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3162
e88ebce6
LT
3163 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3164
a3ee0299
LT
3165 * modes.texi: Various minor changes in addition to:
3166 (Major Mode Conventions): Final call to `run-mode-hooks' should
3167 not be inside the `delay-mode-hooks' form.
3168 (Mode Hooks): New node.
3169 (Hooks): Delete obsolete example.
3170 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3171 node "Mode Hooks".
3172
6db2bc02
LT
31732004-09-22 Luc Teirlinck <teirllm@auburn.edu>
3174
3175 * display.texi: Correct various typos.
3176 (Display): Rename node "Pointer Shapes" to "Pointer
3177 Shape". (There is already a node called "Pointer Shapes" in
3178 frames.texi.)
3179 (Images): Remove non-existent node "Image Slices" from menu.
3180
ed2846bd
KS
31812004-09-23 Kim F. Storm <storm@cua.dk>
3182
3183 * text.texi (Special Properties): Add `cursor', `pointer',
3184 `line-height', and `line-spacing' properties.
3185
3186 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3187 Shapes' to menu.
3188 (Standard Faces): Doc fix for fringe face.
3189 (Fringes): Add `overflow-newline-into-fringe' and
3190 'indicate-buffer-boundaries'.
3191 (Fringe Bitmaps, Pointer Shapes): New nodes.
3192 (Display Property): Add 'Pixel Specification' and 'Display Fringe
3193 Bitmaps' to menu.
3194 (Specified Space): Describe pixel width and height.
3195 (Pixel Specification): New node.
3196 (Other Display Specs): Add `slice' property.
3197 (Display Fringe Bitmaps): New node.
3198 (Images): Add 'Image Slices' to menu.
3199 (Image Descriptors): Add `:pointer' and `:map' properties.
3200 (Showing Images): Add slice arg to `insert-image'. Add
3201 'insert-sliced-image'.
3202
4d894c98
RS
32032004-09-20 Richard M. Stallman <rms@gnu.org>
3204
3205 * commands.texi (Key Sequence Input):
3206 Clarify downcasing in read-key-sequence.
3207
7e388eb7
JL
32082004-09-08 Juri Linkov <juri@jurta.org>
3209
3210 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3211
a020987f
LT
32122004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3213
3214 * locals.texi (Standard Buffer-Local Variables): Add
3215 `buffer-auto-save-file-format'.
3216 * internals.texi (Buffer Internals): Describe new
3217 auto_save_file_format field of the buffer structure.
3218 * files.texi (Format Conversion): `auto-save-file-format' has been
3219 renamed `buffer-auto-save-file-format'.
3220
2b96f80c
LT
32212004-08-27 Luc Teirlinck <teirllm@auburn.edu>
3222
3223 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3224 an integer or a marker.
3225 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3226
2ee3b79e
RS
32272004-08-22 Richard M. Stallman <rms@gnu.org>
3228
3229 * modes.texi (Major Mode Conventions): Discuss rebinding of
3230 standard key bindings.
3231
c438dc33
KS
32322004-08-18 Kim F. Storm <storm@cua.dk>
3233
3234 * processes.texi (Accepting Output): Add `just-this-one' arg to
3235 `accept-process-output'.
101c421e 3236 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 3237
db8af011
LT
32382004-08-10 Luc Teirlinck <teirllm@auburn.edu>
3239
3240 * keymaps.texi: Various changes in addition to:
3241 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3242 Give more varied examples for `kbd'.
3243 (Creating Keymaps): Char tables have slots for all characters
3244 without modifiers.
3245 (Active Keymaps): `overriding-local-map' and
3246 `overriding-terminal-local-map' also override text property and
3247 overlay keymaps.
3248 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3249 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3250 to denote a prefix of no events.
3251 `map-keymap' includes parent's bindings _recursively_.
3252 Clarify and correct description of `where-is-internal'.
3253 Mention BUFFER-OR-NAME arg to `describe-bindings'.
3254 (Menu Example): For menus intended for use with the keyboard, the
3255 menu items should be bound to characters or real function keys.
3256
de700726
LT
32572004-08-08 Luc Teirlinck <teirllm@auburn.edu>
3258
30e75a87
LT
3259 * objects.texi (Character Type): Reposition `@anchor' to prevent
3260 double space inside sentence in Info.
3261
de700726
LT
3262 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3263 renamed to `disabled-command-function'.
7c5b95c9 3264 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
3265 (Command Loop Info): Replace reference to it.
3266 (Disabling Commands): `disabled-command-hook' has been renamed to
3267 `disabled-command-function'.
3268
81909a1a
LT
32692004-08-07 Luc Teirlinck <teirllm@auburn.edu>
3270
3271 * os.texi (Translating Input): Only non-prefix bindings in
3272 `key-translation-map' override actual key bindings. Warn about
3273 possible indirect effect of actual key bindings on non-prefix
3274 bindings in `key-translation-map'.
3275
5504e99c
LT
32762004-08-06 Luc Teirlinck <teirllm@auburn.edu>
3277
3278 * minibuf.texi (High-Level Completion): Add anchor for definition
3279 of `read-variable'.
3280
3281 * commands.texi: Various changes in addition to:
3282 (Using Interactive): Clarify description of `interactive-form'.
3283 (Interactive Call): Mention default for KEYS argument to
3284 `call-interactively'.
3285 (Command Loop Info): Clarify description of `this-command-keys'.
3286 Mention KEEP-RECORD argument to `clear-this-command-keys'.
3287 Value of `last-event-frame' can be `macro'.
3288 (Repeat Events): `double-click-fuzz' is also used to distinguish
3289 clicks and drags.
3290 (Classifying Events): Clarify descriptions of `event-modifiers'
3291 `event-basic-type' and `event-convert-list'.
3292 (Accessing Events): `posn-timestamp' takes POSITION argument.
3293 (Quoted Character Input): Clarify description of
3294 `read-quoted-char' and fix example.
3295 (Quitting): Add `with-local-quit'.
3296 (Disabling Commands): Correct and clarify descriptions of
3297 `enable-command' and `disable-command'.
3298 Mention what happens if `disabled-command-hook' is nil.
3299 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
3300 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
3301
f478a72a
LT
33022004-07-24 Luc Teirlinck <teirllm@auburn.edu>
3303
3304 * frames.texi: Various changes in addition to:
3305 (Creating Frames): Expand and clarify description of `make-frame'.
3306 (Window Frame Parameters): Either none or both of the `icon-left'
3307 and `icon-top' parameters must be specified. Put descriptions of
3308 `menu-bar-lines' and `toolbar-lines' closer together and change
3309 them accordingly.
3310 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
3311 except while processing `frame-title-format' or `icon-title-format'.
3312 (Deleting Frames): Correct description of `delete-frame'.
3313 Non-nil return values of `frame-live-p' are like those of `framep'.
9b7fa297 3314 (Frames and Windows): Mention return value of
f478a72a
LT
3315 `set-frame-selected-window'.
3316 (Visibility of Frames): Mention `force' argument to
3317 `make-frame-invisible'. `frame-visible-p' returns t for all
3318 frames on text-only terminals.
3319 (Frame Configurations): Restoring a frame configuration does not
3320 restore deleted frames.
3321 (Window System Selections): `x-set-selection' returns DATA.
3322 (Resources): Add example.
3323 (Display Feature Testing): Clarify descriptions of
3324 `display-pixel-height', `display-pixel-width', `x-server-version'
3325 and `x-server-vendor'.
3326
3327 * windows.texi (Choosing Window): Add anchor.
3328 * minibuf.texi (Minibuffer Misc): Add anchor.
3329
bc135062
JPW
33302004-07-23 John Paul Wallington <jpw@gnu.org>
3331
3332 * macros.texi (Defining Macros): Declaration keyword for setting
3333 Edebug spec is `debug' not `edebug'.
3334
cb7516e5
LT
33352004-07-19 Luc Teirlinck <teirllm@auburn.edu>
3336
3337 * windows.texi: Various small changes in addition to:
3338 (Window Point): Mention return value of `set-window-point'.
3339 (Window Start): `pos-visible-in-window-p' disregards horizontal
3340 scrolling. Explain return value if PARTIALLY is non-nil.
3341 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
3342 and `set-window-vscroll'.
3343 (Size of Window): The argument WINDOW to `window-inside-edges',
3344 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
3345 (Resizing Windows): Explain return value of
3346 `shrink-window-if-larger-than-buffer'.
3347 `window-size-fixed' automatically becomes buffer local when set.
3348 (Window Configurations): Explain return value of
3349 `set-window-configuration'.
3350
3351 * minibuf.texi (Minibuffer Misc): Add anchor for
3352 `minibuffer-scroll-window'.
3353
3354 * positions.texi (Text Lines): Add anchor for `count-lines'.
3355
3751eb00
RS
33562004-07-17 Richard M. Stallman <rms@gnu.org>
3357
3358 * display.texi (Overlay Properties): Adding `evaporate' prop
3359 deletes empty overlay immediately.
3360
3361 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
3362 fix example.
3363
9a7e97c6
LT
33642004-07-16 Jim Blandy <jimb@redhat.com>
3365
3366 * searching.texi (Regexp Backslash): Document new \_< and \_>
3367 operators.
3368
aa0e4da8
JB
33692004-07-16 Juanma Barranquero <lektu@terra.es>
3370
3371 * display.texi (Images): Fix Texinfo usage.
3372
cbbfedb2
LT
33732004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3374
3375 * buffers.texi (Modification Time): `visited-file-modtime' now
3376 returns a list of two integers, instead of a cons.
3377
3a052bd3
LT
33782004-07-13 Luc Teirlinck <teirllm@auburn.edu>
3379
3380 * windows.texi: Various changes in addition to:
3381 (Splitting Windows): Add `split-window-keep-point'.
3382
02c04e6f
RS
33832004-07-09 Richard M. Stallman <rms@gnu.org>
3384
3385 * frames.texi (Input Focus): Minor fix.
3386
cb4f1287
LT
33872004-07-07 Luc Teirlinck <teirllm@auburn.edu>
3388
3389 * frames.texi (Input Focus): Clarify descriptions of
3390 `select-frame-set-input-focus' and `select-frame'.
3391
339902ec
LT
33922004-07-06 Luc Teirlinck <teirllm@auburn.edu>
3393
3394 * os.texi: Various small changes in addition to:
3395 (Killing Emacs): Expand and clarify description of
3396 `kill-emacs-query-functions' and `kill-emacs-hook'.
3397 (System Environment): Expand and clarify description of `getenv'
3398 and `setenv'.
3399 (Timers): Clarify description of `run-at-time'.
3400 (Translating Input): Correct description of
3401 `extra-keyboard-modifiers'.
3402 (Flow Control): Correct description of `enable-flow-control'.
3403
fe3b7e35
TTN
34042004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
3405
3406 * os.texi: Update copyright.
3407 (Session Management): Grammar fix.
3408 Clarify which Emacs does the restarting.
3409 Use @samp for *scratch* buffer.
3410
59db7d6e
LT
34112004-07-04 Alan Mackenzie <acm@muc.de>
3412
3413 * frames.texi (Input Focus): Add documentation for
3414 `select-frame-set-input-focus'. Replace refs to non-existent
3415 `switch-frame' with `select-frame'. Minor corrections and tidying
3416 up of text-only terminal stuff.
3417
e3ccf404
RS
34182004-07-02 Richard M. Stallman <rms@gnu.org>
3419
3420 * files.texi (Saving Buffers): Cleanup write-contents-function.
3421 (Magic File Names): Cleanup file-remote-p.
3422
8addb6eb
KG
34232004-07-02 Kai Grossjohann <kai@emptydomain.de>
3424
3425 * files.texi (Magic File Names): `file-remote-p' returns an
3426 identifier of the remote system, not just t.
3427
7a58d84d
DK
34282004-07-02 David Kastrup <dak@gnu.org>
3429
3430 * searching.texi (Entire Match Data): Add explanation about new
3431 match-data behavior when @var{integers} is non-nil.
3432
d8c379f8
RS
34332004-06-24 Richard M. Stallman <rms@gnu.org>
3434
b4a4b0ae
RS
3435 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3436
d8c379f8
RS
3437 * customize.texi (Variable Definitions): Note about doc strings
3438 and :set.
3439
3440 * keymaps.texi (Keymap Terminology): Document `kbd'.
3441 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3442
3443 * display.texi (Invisible Text): Setting buffer-invisibility-spec
3444 makes it buffer-local.
3445
3446 * files.texi (Saving Buffers): Correct previous change.
3447
3448 * commands.texi (Accessing Events):
3449 Clarify posn-col-row and posn-actual-col-row.
3450
34512004-06-24 David Ponce <david.ponce@wanadoo.fr>
3452
3453 * commands.texi (Accessing Events): New functions
3454 posn-at-point and posn-at-x-y. Add example to posn-x-y.
3455
dce417e7
LT
34562004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3457
3458 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3459 * frames.texi, buffers.texi, backups.texi, variables.texi:
3460 * loading.texi, eval.texi, functions.texi, control.texi:
3461 * symbols.texi, minibuf.texi: Reposition @anchor's.
3462
3463 * help.texi: Various small changes in addition to the following.
3464 (Describing Characters): Describe PREFIX argument to
3465 `key-description'. Correct and clarify definition of
3466 `text-char-description'. Describe NEED-VECTOR argument to
3467 `read-kbd-macro'.
3468 (Help Functions): Clarify definition of `apropos'.
3469
255d07dc
LH
34702004-06-23 Lars Hansen <larsh@math.ku.dk>
3471
3472 * files.texi (Saving Buffers): Correct description of
3473 `write-contents-functions'.
3474
4e9691e9
JB
34752004-06-21 Juanma Barranquero <lektu@terra.es>
3476
3477 * display.texi (Images): Remove redundant @vindex directives.
3478 Rewrite `image-library-alist' doc in active voice.
3479
1ebd4f78
JB
34802004-06-14 Juanma Barranquero <lektu@terra.es>
3481
3482 * display.texi (Images): Document new delayed library loading,
3483 variable `image-library-alist' and (existing but undocumented)
3484 function `image-type-available-p'.
3485
ddfb8369
RS
34862004-06-05 Richard M. Stallman <rms@gnu.org>
3487
3488 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3489 refer the user to the Initial Input node.
3490 (Text from Minibuffer): Likewise.
3491 (Initial Input): New node. Document this feature
3492 and say it is mostly deprecated.
3493
18684a3a
RS
34942004-05-30 Richard M. Stallman <rms@gnu.org>
3495
7a61e456
RS
3496 * loading.texi (Named Features): Clarify return value
3497 and meaning of NOERROR.
3498
18684a3a
RS
3499 * variables.texi (File Local Variables): Minor cleanup.
3500
c8364415
MA
35012004-05-30 Michael Albinus <michael.albinus@gmx.de>
3502
3503 * files.texi (Magic File Names): Add `file-remote-p' as operation
3504 of file name handlers.
3505
08fd1251
RS
35062004-05-29 Richard M. Stallman <rms@gnu.org>
3507
3508 * modes.texi (Minor Mode Conventions): (-) has no special meaning
3509 as arg to a minor mode command.
3510
71d5a208
RS
35112004-05-22 Richard M. Stallman <rms@gnu.org>
3512
3513 * syntax.texi (Syntax Class Table): Word syntax not just for English.
3514
3515 * streams.texi (Output Variables): Doc float-output-format.
3516
3517 * searching.texi (Regexp Special): Nested repetition can be infloop.
3518
3519 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3520 real stack overflow.
3521
3522 * compile.texi: Minor cleanups.
3523
35242004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
3525
3526 * lists.texi (Cons Cells): Explain dotted lists, true lists,
3527 circular lists.
3528 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 3529
022cb162
TTN
35302004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
3531
3532 * modes.texi (Search-based Fontification): Fix typo.
3533
aa7094ba
JB
35342004-05-10 Juanma Barranquero <lektu@terra.es>
3535
3536 * modes.texi (Mode Line Variables): Fix description of
3537 global-mode-string, which is now after which-func-mode, not the
3538 buffer name.
3539
c2383279
LH
35402004-05-07 Lars Hansen <larsh@math.ku.dk>
3541
3542 * modes.texi (Desktop Save Mode): Add.
3543 (Modes): Add menu entry Desktop Save Mode.
3544
3545 * hooks.texi: Add desktop-after-read-hook,
3546 desktop-no-desktop-file-hook and desktop-save-hook.
3547
3548 * locals.texi: Add desktop-save-buffer.
3549
058296d3
JH
35502004-04-30 Jesper Harder <harder@ifa.au.dk>
3551
3552 * display.texi: emacs -> Emacs.
3553
0c54865e
EZ
35542004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3555
3556 * files.texi (Changing Files): Document set-file-times.
3557
d814862a
JB
35582004-04-23 Juanma Barranquero <lektu@terra.es>
3559
3560 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3561
e8d6f886
JH
35622004-04-18 Jesper Harder <harder@ifa.au.dk>
3563
3564 * tips.texi (Coding Conventions): defopt -> defcustom.
3565
3a424014
LT
35662004-04-16 Luc Teirlinck <teirllm@auburn.edu>
3567
3568 * sequences.texi: Various clarifications.
3569
9e860631
LT
35702004-04-14 Luc Teirlinck <teirllm@auburn.edu>
3571
3572 * buffers.texi (Read Only Buffers): Mention optional ARG to
3573 `toggle-read-only'.
3574
5e30a0fb
NR
35752004-04-14 Nick Roberts <nick@nick.uklinux.net>
3576
9e860631 3577 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
3578 returns a full-width window if possible.
3579
619fb950
LT
35802004-04-13 Luc Teirlinck <teirllm@auburn.edu>
3581
3582 * buffers.texi: Various changes in addition to:
3583 (Buffer File Name): Add `find-buffer-visiting'.
3584 (Buffer Modification): Mention optional ARG to `not-modified'.
3585 (Indirect Buffers): Mention optional CLONE argument to
3586 `make-indirect-buffer'.
3587
3588 * files.texi: Various changes in addition to:
3589 (Visiting Functions): `find-file-hook' is now a normal hook.
3590 (File Name Expansion): Explain difference between the way that
3591 `expand-file-name' and `file-truename' treat `..'.
3592 (Contents of Directories): Mention optional ID-FORMAT argument to
3593 `directory-files-and-attributes'.
3594 (Format Conversion): Mention new optional CONFIRM argument to
3595 `format-write-file'.
3596
a2295d32
MB
35972004-04-12 Miles Bader <miles@gnu.org>
3598
3599 * macros.texi (Expansion): Add description of `macroexpand-all'.
3600
571fd4d5
JH
36012004-04-05 Jesper Harder <harder@ifa.au.dk>
3602
3603 * variables.texi (Variable Aliases): Mention
3604 cyclic-variable-indirection.
3605
3606 * errors.texi (Standard Errors): Ditto.
3607
4ba2fd66
LT
36082004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3609
3610 * backups.texi: Various small changes in addition to:
3611 (Making Backups): Mention return value of `backup-buffer'.
3612 (Auto-Saving): Mention optional FORCE argument to
3613 `delete-auto-save-file-if-necessary'.
3614 (Reverting): Mention optional PRESERVE-MODES argument to
3615 `revert-buffer'. Correct description of `revert-buffer-function'.
3616
8f7ea687
JL
36172004-03-22 Juri Linkov <juri@jurta.org>
3618
3619 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
3620 with `Vector Functions'.
3621
3622 * text.texi (Sorting): Add missing quote.
3623
0eeca3c1
LT
36242004-03-14 Luc Teirlinck <teirllm@auburn.edu>
3625
3626 * intro.texi (Lisp History): Replace xref to `cl' manual with
3627 inforef.
3628
e69cfac2
RS
36292004-03-12 Richard M. Stallman <rms@gnu.org>
3630
3631 * intro.texi (Version Info): Add arg to emacs-version.
3632 (Lisp History): Change xref to CL manual.
3633
1b91d47f
LT
36342004-03-09 Luc Teirlinck <teirllm@auburn.edu>
3635
3636 * minibuf.texi (Completion Commands): Add xref to Emacs manual
3637 for Partial Completion mode.
3638
97073664
TTN
36392004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
3640
9b7fa297 3641 * customize.texi: Fix typo. Remove eol whitespace.
97073664 3642
04a6e76b
RS
36432004-03-04 Richard M. Stallman <rms@gnu.org>
3644
3645 * processes.texi: Fix typos.
3646
3647 * lists.texi (Building Lists): Minor clarification.
3648
3649 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
3650 in make-hash-table.
3651
5bb0fcd1
JB
36522004-02-29 Juanma Barranquero <lektu@terra.es>
3653
3654 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
3655 rm, and ignore exit code.
3656
9022d421
EZ
36572004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
3658
3659 * display.texi (Defining Faces): Add description for min-colors.
3660 Update example.
3661
92f5fba2
LT
36622004-02-23 Luc Teirlinck <teirllm@auburn.edu>
3663
3664 * abbrevs.texi: Various corrections and clarifications in addition
3665 to the following:
3666 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
3667
7e83e178
GM
36682004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3669
3670 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
3671
9c5609e8
LT
36722004-02-21 Luc Teirlinck <teirllm@auburn.edu>
3673
e2b9b51f
LT
3674 * text.texi: Various small changes in addition to the following:
3675 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
3676 to delete-horizontal-space.
9b7fa297 3677 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
e2b9b51f
LT
3678 description of yank-handler text property at various places.
3679
7daa0e81
LT
3680 * frames.texi (Window System Selections): Add anchor.
3681
9c5609e8
LT
3682 * syntax.texi (Syntax Table Functions): Clarify and correct
3683 descriptions of make-syntax-table and copy-syntax-table.
3684 (Motion and Syntax): Clarify SYNTAXES argument to
3685 skip-syntax-forward.
3686 (Parsing Expressions): Mention that the return value of
3687 parse-partial-sexp is currently a list of ten rather than nine
3688 elements.
3689 (Categories): Various corrections and clarifications.
3690
d29edb21
LT
36912004-02-17 Luc Teirlinck <teirllm@auburn.edu>
3692
3693 * markers.texi (Marker Insertion Types): Minor change.
3694
3695 * locals.texi (Standard Buffer-Local Variables):
3696 * commands.texi (Interactive Codes, Using Interactive):
3697 * functions.texi (Related Topics): Fix xrefs.
3698
43e48bda
LT
36992004-02-16 Luc Teirlinck <teirllm@auburn.edu>
3700
3701 * lists.texi (Sets And Lists): Update description of delete-dups.
3702
84e34002
RS
37032004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
3704
3705 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
3706
37072004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3708
3709 * frames.texi (Parameter Access): frame-parameters arg is optional.
3710 modify-frame-parameters handles nil for FRAME.
3711 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
3712 are all-or-nothing for certain toolkits.
3713 Mention parameter wait-for-wm.
3714 (Frames and Windows): In frame-first-window and frame-selected-window
3715 the arg is optional.
3716 (Input Focus): In redirect-frame-focus the second arg is optional.
3717 (Window System Selections): Mention selection type CLIPBOARD.
3718 Mention data-type UTF8_STRING.
3719 Mention numbering of cut buffers.
3720 (Resources): Describe x-resource-name.
3721
37222004-02-16 Richard M. Stallman <rms@gnu.org>
3723
3724 * windows.texi (Buffers and Windows): Delete false table
3725 about all-frames.
3726
3727 * syntax.texi (Parsing Expressions): Delete old caveat
3728 about parse-sexp-ignore-comments.
3729
3730 * streams.texi (Output Variables): Add print-quoted.
3731
3732 * lists.texi (Building Lists): Minor cleanup.
3733
3734 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
3735
3736 * display.texi (Overlays): Explain overlays use markers.
3737 (Managing Overlays): Explain front-advance and rear-advance
3738 in more detail.
3739
3740 * loading.texi (Unloading): Document unload-feature-special-hooks.
3741 Get rid of fns-NNN.el file.
3742
37432004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3744
3745 * help.texi (Describing Characters): Fix text-char-description
3746 example output.
3747
3748 * edebug.texi (Using Edebug): Fix example.
3749
3750 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 3751
84e34002
RS
3752 * files.texi (Changing Files): Fix argname.
3753
3754 * calendar.texi: Fix parens, and default values.
3755
3756 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
3757 * nonascii.texi, objects.texi, os.texi: Minor fixes.
3758 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
3759
3760 * positions.texi (Text Lines): Don't add -1 in current-line.
3761
37622004-02-16 Richard M. Stallman <rms@gnu.org>
3763
3764 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
3765
c33b76da
EZ
37662004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
3767
3768 * processes.texi (Low-Level Network): Fix a typo.
3769
9d7271e8
KS
37702004-02-12 Kim F. Storm <storm@cua.dk>
3771
3772 * display.texi (Fringes): Use consistent wording.
3773 Note that window-fringe's window arg is optional.
3774 (Scroll Bars): Use consistent wording.
3775
6827d730
LT
37762004-02-11 Luc Teirlinck <teirllm@auburn.edu>
3777
3778 * tips.texi (Comment Tips): Document the new conventions for
3779 commenting out code.
3780
1cb60b5a
JD
37812004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3782
3783 * positions.texi (Text Lines): Added missing end defun.
3784
7fdd1f62
KS
37852004-02-07 Kim F. Storm <storm@cua.dk>
3786
3787 * positions.texi (Text Lines): Add line-number-at-pos.
3788
eb3c144c
JPW
37892004-02-06 John Paul Wallington <jpw@gnu.org>
3790
3791 * display.texi (Button Properties, Button Buffer Commands):
3792 mouse-2 invokes button, not down-mouse-1.
3793
a1d38d63
JR
37942004-02-04 Jason Rumney <jasonr@gnu.org>
3795
3796 * makefile.w32-in: Sync with Makefile.in changes.
3797
4b574f3d
LT
37982004-02-03 Luc Teirlinck <teirllm@auburn.edu>
3799
3800 * minibuf.texi (Text from Minibuffer): Various corrections and
3801 clarifications.
3802 (Object from Minibuffer): Correct Lisp description of
3803 read-minibuffer.
3804 (Minibuffer History): Clarify description of cons values for
3805 HISTORY arguments.
3806 (Basic Completion): Various corrections and clarifications. Add
3807 completion-regexp-list.
3808 (Minibuffer Completion): Correct and clarify description of
3809 completing-read.
6f6b0433 3810 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
3811 other minor changes.
3812 (High-Level Completion): Various corrections and clarifications.
3813 (Reading File Names): Ditto.
3814 (Minibuffer Misc): Ditto.
3815
d8186297
LT
38162004-01-26 Luc Teirlinck <teirllm@auburn.edu>
3817
3818 * strings.texi (Text Comparison): assoc-string also matches
3819 elements of alists that are strings instead of conses.
3820 (Formatting Strings): Standardize Texinfo usage. Update index
3821 entries.
3822
9adcb5f2
LT
38232004-01-20 Luc Teirlinck <teirllm@auburn.edu>
3824
3825 * lists.texi (Sets And Lists): Add delete-dups.
3826
3e7274ae
LT
38272004-01-15 Luc Teirlinck <teirllm@auburn.edu>
3828
3829 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
3830 special form.
3831 * macros.texi (Defining Macros): Update description of `declare',
3832 which now is a macro.
3833 (Wrong Time): Fix typos.
3834
944e099f
LT
38352004-01-14 Luc Teirlinck <teirllm@auburn.edu>
3836
3837 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 3838 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
3839 and `batch-byte-compile'. In particular, mention and describe
3840 all optional arguments.
3841 (Disassembly): Correct and clarify the description of `disassemble'.
3842
90c3aa59
LT
38432004-01-11 Luc Teirlinck <teirllm@auburn.edu>
3844
3845 * searching.texi: Various small changes in addition to the
3846 following.
3847 (Regexp Example): Adapt to new value of `sentence-end'.
3848 (Regexp Functions): The PAREN argument to `regexp-opt' can be
3849 `words'.
3850 (Search and Replace): Add usage note for `perform-replace'.
3851 (Entire Match Data): Mention INTEGERS and REUSE arguments to
3852 `match-data'.
3853 (Standard Regexps): Update for new values of `paragraph-start'
3854 and `sentence-end'.
3855
583c353d
LT
38562004-01-07 Luc Teirlinck <teirllm@auburn.edu>
3857
3858 * files.texi (Saving Buffers): Clarify descriptions of
3859 `write-contents-functions' and `before-save-hook'.
3860 Make the defvar's for `before-save-hook' and `after-save-hook'
3861 into defopt's.
3862
05faee07
KS
38632004-01-07 Kim F. Storm <storm@cua.dk>
3864
3865 * commands.texi (Click Events): Describe new image and
3866 width/height elements of click events.
3867 (Accessing Events): Add posn-string, posn-image, and
3868 posn-object-width-height. Change posn-object to return either
3869 image or string object.
3870
a0465ec3
SJ
38712004-01-01 Simon Josefsson <jas@extundo.com>
3872
3873 * hooks.texi (Standard Hooks): Add before-save-hook.
3874 * files.texi (Saving Buffers): Likewise.
3875
972c0c49
RS
38762004-01-03 Richard M. Stallman <rms@gnu.org>
3877
3878 * frames.texi (Frames and Windows): Delete frame-root-window.
3879
dbcd463f
LT
38802004-01-03 Luc Teirlinck <teirllm@auburn.edu>
3881
3882 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
3883
3884 * functions.texi: Various small changes in addition to the
3885 following.
3886 (What Is a Function): `functionp' returns nil for macros. Clarify
3887 behavior of this and following functions for symbol arguments.
3888 (Function Documentation): Add `\' in front of (fn @var{arglist})
3889 and explain why.
3890 (Defining Functions): Mention DOCSTRING argument to `defalias'.
3891 Add anchor.
3892 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
3893
02c77ee9
MB
38942004-01-01 Miles Bader <miles@gnu.org>
3895
3896 * display.texi (Buttons): New section.
3897
903a1a91
AS
38982003-12-31 Andreas Schwab <schwab@suse.de>
3899
3900 * numbers.texi (Math Functions): sqrt reports a domain-error
3901 error.
3902 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
3903
697cf92a
LT
39042003-12-30 Luc Teirlinck <teirllm@auburn.edu>
3905
3f70fe82
LT
3906 * tips.texi (Documentation Tips): Update item on hyperlinks in
3907 documentation strings.
3908
697cf92a
LT
3909 * errors.texi (Standard Errors): Various small corrections and
3910 additions.
3911
3912 * control.texi: Various small changes in addition to the
3913 following.
3914 (Signaling Errors): Provide some more details on how `signal'
3915 constructs the error message. Add anchor to the definition of
3916 `signal'.
3917 (Error Symbols): Describe special treatment of `quit'.
3918 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
3919 to emphasize that it has to be a single form.
3920
3921 * buffers.texi: Add anchor.
3922
4d25144d
RS
39232003-12-29 Richard M. Stallman <rms@gnu.org>
3924
3925 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
3926 (Window Configurations): Add window-configuration-frame.
3927
3928 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
3929
3930 * text.texi (Examining Properties): Add get-char-property-and-overlay.
3931 Change arg name in get-char-property.
3932 (Special Properties): Update handling of keymap property.
3933
3934 * strings.texi (Modifying Strings): Add clear-string.
3935 (Text Comparison): Add assoc-string and remove
3936 assoc-ignore-case, assoc-ignore-representation.
3937
3938 * os.texi (Time of Day): Add set-time-zone-rule.
3939
3940 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 3941 report domain-error errors.
4d25144d 3942
697cf92a 3943 * nonascii.texi (Converting Representations):
4d25144d
RS
3944 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
3945 (Encoding and I/O): Add file-name-coding-system.
3946
3947 * modes.texi (Search-based Fontification): Explain that
3948 face specs are symbols with face names as values.
3949
3950 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
3951
3952 * lists.texi (Building Lists): remq moved elsewhere.
3953 (Sets And Lists): remq moved here.
3954 (Association Lists): Refer to assoc-string.
3955
3956 * internals.texi (Garbage Collection): Add memory-use-counts.
3957
3958 * frames.texi (Frames and Windows): Add set-frame-selected-window
3959 and frame-root-window.
3960
697cf92a 3961 * files.texi (Contents of Directories):
4d25144d
RS
3962 Add directory-files-and-attributes.
3963
3964 * display.texi (Refresh Screen): Add force-window-update.
3965 (Invisible Text): Explain about moving point out of invis text.
3966 (Overlay Properties): Add overlay-properties.
3967 (Managing Overlays): Add overlayp.
3968 (GIF Images): Invalid image number displays a hollow box.
3969
3970 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
3971 (Killing Buffers): Add buffer-live-p.
3972
67fafe38
MR
39732003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
3974
3975 * display.texi (Fringes): Fix typo "set-buffer-window".
3976
68e74f25
LT
39772003-12-24 Luc Teirlinck <teirllm@auburn.edu>
3978
3979 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
3980 * nonascii.texi, processes.texi, tips.texi, variables.texi:
3981 Add or change various xrefs and anchors.
3982
3983 * commands.texi: Replace all occurrences of @acronym{CAR} with
3984 @sc{car}, for consistency with the rest of the Elisp manual.
3985 `car' and `cdr' are historically acronyms, but are no longer
3986 widely thought of as such.
3987
3988 * internals.texi (Pure Storage): Mention that `purecopy' does not
3989 copy text properties.
3990 (Object Internals): Now 29 bits are used (in most implementations)
3991 to address Lisp objects.
3992
3993 * variables.texi (Variables with Restricted Values): New node.
3994
3995 * objects.texi (Lisp Data Types): Mention that certain variables
3996 can only take on a restricted set of values and add an xref to
3997 the new node "Variables with Restricted Values".
3998
3999 * eval.texi (Function Indirection): Describe the errors that
4000 `indirect-function' can signal.
4001 (Eval): Clarify the descriptions of `eval-region' and `values'.
4002 Describe `eval-buffer' instead of `eval-current-buffer' and
4003 mention `eval-current-buffer' as an alias for `current-buffer'.
4004 Correct the description and mention all optional arguments.
4005
697cf92a 4006 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
4007 following.
4008 (Converting Representations): Clarify behavior of
4009 `string-make-multibyte' and `string-to-multibyte' for unibyte all
4010 ASCII arguments.
4011 (Character Sets): Document the variable `charset-list' and adapt
4012 the definition of the function `charset-list' accordingly.
4013 (Translation of Characters): Clarify use of generic characters in
4014 `make-translation-table'. Clarify and correct the description of
4015 the use of translation tables in encoding and decoding.
4016 (User-Chosen Coding Systems): Correct and clarify the description
4017 of `select-safe-coding-system'.
4018 (Default Coding Systems): Clarify description of
4019 `file-coding-system-alist'.
4020
a62f71e4
LT
40212003-11-30 Luc Teirlinck <teirllm@auburn.edu>
4022
4023 * strings.texi (Text Comparison): Correctly describe when two
4024 strings are `equal'. Combine and clarify descriptions of
4025 `assoc-ignore-case' and `assoc-ignore-representation'.
4026
4027 * objects.texi (Non-ASCII in Strings): Clarify description of
4028 when a string is unibyte or multibyte.
4029 (Bool-Vector Type): Update examples.
4030 (Equality Predicates): Correctly describe when two strings are
4031 `equal'.
4032
19017752
LT
40332003-11-29 Luc Teirlinck <teirllm@auburn.edu>
4034
4035 * lists.texi (Building Lists): `append' no longer accepts integer
4036 arguments. Update the description of `number-sequence' to reflect
4037 recent changes.
4038 (Sets And Lists): Describe `member-ignore-case' after `member'.
4039
0f6a07a8
KS
40402003-11-27 Kim F. Storm <storm@cua.dk>
4041
4042 * commands.texi (Click Events): Click object may be an images.
4043 Describe (dx . dy) element of click positions.
4044 (Accessing Events): Remove duplicate posn-timestamp.
4045 New functions posn-object and posn-object-x-y.
4046
1ce7c819
KS
40472003-11-23 Kim F. Storm <storm@cua.dk>
4048
4049 * commands.texi (Click Events): Describe enhancements to event
4050 position lists, including new text-pos and (col . row) items.
4051 Mention left-fringe and right-fringe area events.
0f6a07a8 4052 (Accessing Events): New functions posn-area and
1ce7c819
KS
4053 posn-actual-col-row. Mention posn-timestamp. Mention that
4054 posn-point in non-text area still returns buffer position.
4055 Clarify posn-col-row.
4056
cae8ddbb
LH
40572003-11-21 Lars Hansen <larsh@math.ku.dk>
4058
4059 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4060 * anti.texi (File Attributes): Describe removed parameter
4061 ID-FORMAT.
4062
f7f1a248
LT
40632003-11-20 Luc Teirlinck <teirllm@auburn.edu>
4064
68e74f25 4065 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
4066 a position, its buffer is ignored.
4067
4068 * markers.texi (Overview of Markers): Mention it here too.
4069
c5e2fb05
LT
40702003-11-12 Luc Teirlinck <teirllm@auburn.edu>
4071
4072 * numbers.texi (Numeric Conversions): Not just `floor', but also
4073 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
4074
e57d0aa8
LT
40752003-11-10 Luc Teirlinck <teirllm@auburn.edu>
4076
4077 * markers.texi (Creating Markers): Specify insertion type of
4078 created markers. Add xref to `Marker Insertion Types'.
4079 Second argument to `copy-marker' is optional.
4080 (Marker Insertion Types): Mention that most markers are created
4081 with insertion type nil.
4082 (The Mark): Correctly describe when `mark' signals an error.
4083 (The Region): Correctly describe when `region-beginning' and
4084 `region-end' signal an error.
4085
bb3612ec
LT
40862003-11-08 Luc Teirlinck <teirllm@auburn.edu>
4087
4088 * hash.texi (Creating Hash): Clarify description of `eql'.
4089 `makehash' is obsolete.
4090 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4091
4092 * positions.texi (Point): Change description of `buffer-end', so
4093 that it is also correct for floating point arguments.
4094 (List Motion): Correct argument lists of `beginning-of-defun' and
4095 `end-of-defun'.
4096 (Excursions): Add xref to `Marker Insertion Types'.
4097 (Narrowing): Argument to `narrow-to-page' is optional.
4098
cfb8a797
LT
40992003-11-06 Luc Teirlinck <teirllm@auburn.edu>
4100
4101 * streams.texi (Output Streams): Clarify behavior of point for
4102 marker output streams.
4103
c6177909
LT
41042003-11-04 Luc Teirlinck <teirllm@auburn.edu>
4105
4106 * variables.texi (Defining Variables): Second argument to
4107 `defconst' is not optional.
4108 (Setting Variables): Mention optional argument APPEND to
4109 `add-to-list'.
4110 (Creating Buffer-Local): Expand description of
4111 `make-variable-buffer-local'.
4112 (Frame-Local Variables): Expand description of
4113 `make-variable-frame-local'.
4114 (Variable Aliases): Correct description of optional argument
4115 DOCSTRING to `defvaralias'. Mention return value of
4116 `defvaralias'.
4117 (File Local Variables): Add xref to `File variables' in Emacs
4118 Manual. Correct description of `hack-local-variables'. Mention
4119 `safe-local-variable' property. Mention optional second argument
4120 to `risky-local-variable-p'.
4121
b3645067
LT
41222003-11-03 Luc Teirlinck <teirllm@auburn.edu>
4123
4124 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4125
10695e5c
EZ
41262003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4127
4128 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4129 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4130 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4131 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4132 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 4133 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
4134 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4135 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4136 @acronym{FOO}.
4137
a2f4def1
LT
41382003-10-27 Luc Teirlinck <teirllm@auburn.edu>
4139
4140 * strings.texi (Creating Strings): Argument START to `substring'
4141 can not be `nil'. Expand description of
4142 `substring-no-properties'. Correct description of `split-string',
4143 especially with respect to empty matches. Prevent very bad line
4144 break in definition of `split-string-default-separators'.
4145 (Text Comparison): `string=' and `string<' also accept symbols as
4146 arguments.
4147 (String Conversion): More completely describe argument BASE in
4148 `string-to-number'.
5bb0fcd1 4149 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
4150 corresponding object. Clarify behavior of numeric prefix after
4151 `%' in `format'.
4152 (Case Conversion): The argument to `upcase-initials' can be a
4153 character.
4154
a2296bf9
KH
41552003-10-27 Kenichi Handa <handa@m17n.org>
4156
4157 * display.texi (Fontsets): Fix texinfo usage.
4158
885fef7c
KH
41592003-10-25 Kenichi Handa <handa@m17n.org>
4160
4161 * display.texi (Fontsets): Add description of the function
4162 set-fontset-font.
4163
0c6b7a1f
LT
41642003-10-23 Luc Teirlinck <teirllm@auburn.edu>
4165
4166 * display.texi (Temporary Displays): Add xref to `Documentation
4167 Tips'.
4168
4169 * functions.texi (Function Safety): Use inforef instead of pxref
4170 for SES.
4171
c3cda320
AS
41722003-10-23 Andreas Schwab <schwab@suse.de>
4173
4174 * Makefile.in (TEX, texinputdir): Don't define.
4175 (TEXI2DVI): Define.
4176 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4177 add $(srcdir)/index.texi.
4178 ($(infodir)/elisp): Remove index.texi dependency.
4179 (elisp.dvi): Likewise. Use $(TEXI2DVI).
4180 (index.texi): Remove target.
4181 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
4182 (clean): Don't remove index.texi.
4183
c3cda320
AS
4184 * permute-index, index.perm: Remove.
4185 * index.texi: Rename from index.unperm.
4186
e5dadca7
LT
41872003-10-22 Luc Teirlinck <teirllm@auburn.edu>
4188
4189 * tips.texi (Documentation Tips): Document new behavior for face
4190 and variable hyperlinks in Help mode.
4191
6cfb0777
LT
41922003-10-21 Luc Teirlinck <teirllm@auburn.edu>
4193
4194 * objects.texi (Integer Type): Update for extra bit of integer range.
4195 (Character Type): Ditto.
4196
a6eeaa81 41972003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
4198
4199 * numbers.texi (Integer Basics): Add index entries for reading
4200 numbers in hex, octal, and binary.
4201
c8f9ba83
LK
42022003-10-16 Lute Kamstra <lute@gnu.org>
4203
4204 * modes.texi (Mode Line Format): Mention force-mode-line-update's
4205 argument.
4206
b52a26fb
LT
42072003-10-13 Luc Teirlinck <teirllm@auburn.edu>
4208
4209 * windows.texi (Choosing Window): Fix typo.
4210 * edebug.texi (Edebug Execution Modes): Fix typo.
4211
f7005886
RS
42122003-10-13 Richard M. Stallman <rms@gnu.org>
4213
4214 * windows.texi (Basic Windows): A window has fringe settings,
4215 display margins and scroll-bar settings.
4216 (Splitting Windows): Doc split-window return value.
4217 Clean up one-window-p.
4218 (Selecting Windows): Fix typo.
4219 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4220 (Buffers and Windows): In set-window-buffer, explain effect
4221 on fringe settings and scroll bar settings.
4222 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4223 (Choosing Window): Use defopt for pop-up-frame-function.
4224 For special-display-buffer-names, explain same-window and same-frame.
4225 Clarify window-dedicated-p return value.
4226 (Textual Scrolling): scroll-up and scroll-down can get an error.
4227 (Horizontal Scrolling): Clarify auto-hscroll-mode.
4228 Clarify set-window-hscroll.
4229 (Size of Window): Don't mention tool bar in window-height.
4230 (Coordinates and Windows): Explain what coordinates-in-window-p
4231 returns for fringes and display margins.
4232 (Window Configurations): Explain saving fringes, etc.
4233
4234 * tips.texi (Library Headers): Clean up Documentation.
4235
4236 * syntax.texi (Parsing Expressions): Clean up forward-comment
4237 and parse-sexp-lookup-properties.
4238
4239 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4240
4241 * os.texi (System Environment): Clean up text for load-average errors.
4242
4243 * modes.texi (Hooks): Don't explain local hook details at front.
4244 Clarify run-hooks and run-hook-with-args a little.
4245 Clean up add-hook and remove-hook.
4246
4247 * edebug.texi (Edebug Execution Modes): Clarify t.
4248 Document edebug-sit-for-seconds.
4249 (Coverage Testing): Document C-x X = and =.
4250 (Instrumenting Macro Calls): Fix typo.
4251 (Specification List): Don't index the specification keywords.
4252
c989ebe9
KS
42532003-10-10 Kim F. Storm <storm@cua.dk>
4254
4255 * processes.texi (Network): Introduce make-network-process.
4256
f9525eef
LT
42572003-10-09 Luc Teirlinck <teirllm@auburn.edu>
4258
4259 * tips.texi (Library Headers): Fix typo.
4260
f008b925
LK
42612003-10-07 Juri Linkov <juri@jurta.org>
4262
4263 * modes.texi (Imenu): Mention imenu-create-index-function's
4264 default value. Explain submenus better.
4265
c22c5da6
LK
42662003-10-07 Lute Kamstra <lute@gnu.org>
4267
4268 * modes.texi (Faces for Font Lock): Fix typo.
4269 (Hooks): Explain how buffer-local hook variables can refer to
4270 global hook variables.
4271 Various minor clarifications.
4272
49247521
LK
42732003-10-06 Lute Kamstra <lute@gnu.org>
4274
4275 * tips.texi (Coding Conventions): Mention naming conventions for
4276 hooks.
4277
9296c947
LT
42782003-10-05 Luc Teirlinck <teirllm@auburn.edu>
4279
4280 * loading.texi (Library Search): Correct default value of
4281 load-suffixes.
4282 (Named Features): Fix typo.
4283
0e9b293a
RS
42842003-10-05 Richard M. Stallman <rms@gnu.org>
4285
4286 * loading.texi (Named Features): In `provide',
4287 say how to test for subfeatures.
4288 (Unloading): In unload-feature, use new var name
4289 unload-feature-special-hooks.
4290
49247521 42912003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
4292
4293 * modes.texi (Major Mode Conventions): Mention third way to set up
4294 Imenu.
4295 (Imenu): A number of small fixes.
4296 Delete documentation of internal variable imenu--index-alist.
4297 Document the return value format of imenu-create-index-function
4298 functions.
4299
ab8f7d5c
RS
43002003-09-30 Richard M. Stallman <rms@gnu.org>
4301
4302 * processes.texi (Network): Say what stopped datagram connections do.
4303
4304 * lists.texi (Association Lists): Clarify `assq-delete-all'.
4305
4306 * display.texi (Overlay Properties): Clarify `evaporate' property.
4307
49247521 43082003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
4309
4310 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 4311 constructs should be marked as risky.
86b9b767
LK
4312 Change cons cell into proper list.
4313 (Mode Line Variables): Change cons cell into proper list.
4314
49247521 43152003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
4316
4317 * modes.texi (Mode Line Data): Document the :propertize construct.
4318 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 4319 to match their order in the default mode-line-format.
bc3b02f9
LK
4320 Describe the new variables mode-line-position and mode-line-modes.
4321 Update the default values of mode-line-frame-identification,
4322 minor-mode-alist, and default-mode-line-format.
4323 (Properties in Mode): Mention the :propertize construct.
6142d1d0 4324
bc3b02f9 43252003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 4326
c22c5da6 4327 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
4328 * loading.texi, minibuf.texi, text.texi, variables.texi:
4329 Avoid @strong{Note:}.
4330
43312003-09-26 Richard M. Stallman <rms@gnu.org>
4332
4333 * keymaps.texi (Remapping Commands): Fix typo.
4334
41beda59
LT
43352003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
4336
4337 * processes.texi (Low-Level Network): Fix typo.
4338
ef6ae4ff
KS
43392003-09-23 Kim F. Storm <storm@cua.dk>
4340
4341 * processes.texi (Network, Network Servers): Fix typos.
4342 (Low-Level Network): Add timeout value for :server keyword.
4343 Add new option keywords to make-network-process.
4344 Add set-network-process-options.
4345 Explain how to test availability of network options.
4346
b0f23edf
RS
43472003-09-19 Richard M. Stallman <rms@gnu.org>
4348
4349 * text.texi (Motion by Indent): Arg to
4350 backward-to-indentation and forward-to-indentation is optional.
4351
4352 * strings.texi (Creating Strings): Add substring-no-properties.
4353
4354 * processes.texi
4355 (Process Information): Add list-processes arg QUERY-ONLY.
4356 Delete process-contact from here.
4357 Add new status values for process-status.
4358 Add process-get, process-put, process-plist, set-process-plist.
4359 (Synchronous Processes): Add call-process-shell-command.
4360 (Signals to Processes): signal-process allows process objects.
4361 (Network): Complete rewrite.
4362 (Network Servers, Datagrams, Low-Level Network): New nodes.
4363
4364 * positions.texi (Word Motion): forward-word, backward-word
4365 arg is optional. Reword.
4366
4367 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
4368
c22c5da6 4369 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
4370 Delete duplicate definition of buffer-local-value.
4371 (File Local Variables): Explain about discarding text props.
4372
f387bdea
RS
43732003-09-11 Richard M. Stallman <rms@gnu.org>
4374
4375 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4376 changes variables that record input events.
4377 (Minibuffer Misc): Add minibuffer-selected-window.
4378
4379 * lists.texi (Building Lists): Add copy-tree.
4380
4381 * display.texi (Fontsets): Add char-displayable-p.
4382 (Scroll Bars): New node.
4383
49247521 43842003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
4385
4386 * modes.texi (%-Constructs): Document new `%i' and `%I'
4387 constructs.
4388
fd026ee1
JR
43892003-09-03 Peter Runestig <peter@runestig.com>
4390
4391 * makefile.w32-in: New file.
4392
4828b4d7
RS
43932003-08-29 Richard M. Stallman <rms@gnu.org>
4394
4395 * display.texi (Overlay Properties): Clarify how priorities
4396 affect use of the properties.
4397
a4e4f05d
LT
43982003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4399
4400 * customize.texi (Type Keywords): Correct the description of
4401 `:help-echo' in the case where `motion-doc' is a function.
4402
3ebe0346
JPW
44032003-08-14 John Paul Wallington <jpw@gnu.org>
4404
4405 * modes.texi (Emulating Mode Line): Subsection, not section.
4406
3afe8e39
RS
44072003-08-13 Richard M. Stallman <rms@gnu.org>
4408
4409 * elisp.texi (Top): Update subnode lists in menu.
4410
4411 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4412 (Kill Functions): kill-region has new arg yank-handler.
4413 (Yanking): New node.
4414 (Yank Commands): Add yank-undo-function.
4415 (Low-Level Kill Ring):
4416 kill-new and kill-append have new arg yank-handler.
4417 (Changing Properties): Add remove-list-of-text-properties.
4418 (Atomic Changes): New node.
4419
4420 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4421
4422 * streams.texi (Output Variables): Add eval-expression-print-length
4423 and eval-expression-print-level.
4424
4425 * os.texi (Time Conversion): For encode-time, explain limits on year.
4426
4427 * objects.texi (Character Type): Define anchor "modifier bits".
4428
4429 * modes.texi (Emulating Mode Line): New node.
4430 (Search-based Fontification): Font Lock uses font-lock-face property.
4431 (Other Font Lock Variables): Likewise.
4432
4433 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4434 not vectors.
4435 (Active Keymaps): Add emulation-mode-map-alists.
4436 (Functions for Key Lookup): key-binding has new arg no-remap.
4437 (Remapping Commands): New node.
4438 (Scanning Keymaps): where-is-internal has new arg no-remap.
4439 (Tool Bar): Add tool-bar-local-item-from-menu.
4440 Clarify when to use tool-bar-add-item-from-menu.
4441
4442 * commands.texi (Interactive Call): commandp has new arg.
4443 (Command Loop Info): Add this-original-command.
4444
e37769b1
JPW
44452003-08-06 John Paul Wallington <jpw@gnu.org>
4446
4447 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4448
4449 * display.texi (Warning Basics): Fix typo.
4450 (Fringes): Add closing curly bracket and fix typo.
4451
4452 * elisp.texi (Top): Fix typo.
4453
c5e0561f
RS
44542003-08-05 Richard M. Stallman <rms@gnu.org>
4455
4456 * elisp.texi: Update lists of subnodes.
4457
4458 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4459
4460 * variables.texi (Local Variables): Use lc for example variable names.
4461
4462 * tips.texi (Library Headers): Explain where to put -*-.
4463
4464 * strings.texi (Creating Strings): Fix xref for vconcat.
4465
4466 * sequences.texi (Vector Functions):
4467 vconcat no longer allows integer args.
4468
4469 * minibuf.texi (Reading File Names): read-file-name has new
4470 arg PREDICATE. New function read-directory-name.
4471
4472 * macros.texi (Defining Macros): Give definition of `declare'
4473 (Indenting Macros): New node.
4474
4475 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4476 (Window Frame Parameters): Make separate table of parameters
4477 that are coupled with specific face attributes.
4478 (Deleting Frames): delete-frame-hooks renamed to
4479 delete-frame-functions.
4480
4481 * files.texi (Magic File Names): Add file-remote-p.
4482 Clarify file-local-copy.
4483
4484 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4485 here; instead xref Defining Macros.
4486
4487 * display.texi (Warnings): New node, and subnodes.
4488 (Fringes): New node.
4489
4490 * debugging.texi (Test Coverage): New node.
4491
4492 * compile.texi (Compiler Errors): Explain with-no-warnings
4493 and other ways to suppress warnings.
4494
4495 * commands.texi (Interactive Call): Minor clarification.
4496
4497 * buffers.texi (Buffer File Name): set-visited-file-name
4498 renames the buffer too.
4499
4500 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4501
ee59dede
MR
45022003-07-24 Markus Rost <rost@math.ohio-state.edu>
4503
4504 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4505
f0514b34
MR
45062003-07-22 Markus Rost <rost@math.ohio-state.edu>
4507
4508 * internals.texi (Garbage Collection): Fix previous change.
4509
c73983bb
RS
45102003-07-22 Richard M. Stallman <rms@gnu.org>
4511
4512 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4513
4514 * display.texi (Width): Use \s syntax in example.
4515 (Font Selection): Add face-font-rescale-alist.
4516
4517 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4518 Remove spurious indent in example.
4519
4520 * lists.texi (Building Lists): Add number-sequence.
4521
4522 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4523
4524 * functions.texi (Function Documentation): Explain how to
4525 show calling convention explicitly in the doc string.
4526
4527 * windows.texi (Selecting Windows): save-selected-window saves
4528 selected window of each frame.
4529 (Window Configurations): Minor change.
4530
4531 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4532
4533 * streams.texi (Output Variables): Add print-continuous-numbering
4534 and print-number-table.
4535
4536 * processes.texi (Decoding Output): New node.
4537
4538 * os.texi (Time Conversion): decode-time arg is optional.
4539
4540 * objects.texi (Character Type): Don't use space as example for \.
4541 Make list of char names and \-sequences correspond.
4542 Explain that \s is not used in strings. `\ ' needs space after.
4543
4544 * nonascii.texi (Converting Representations): Add string-to-multibyte.
4545 (Translation of Characters): Add translation-table-for-input.
4546 (Default Coding Systems): Add auto-coding-functions.
4547 (Explicit Encoding): Add decode-coding-inserted-region.
4548 (Locales): Add locale-info.
4549
4550 * minibuf.texi (Basic Completion): Describe test-completion.
4551 Collections can be lists of strings.
4552 Clean up lazy-completion-table.
4553 (Programmed Completion): Mention test-completion.
4554 Clarify why lambda expressions are not accepted.
4555 (Minibuffer Misc): Describe minibufferp.
4556
51a8b435
RS
45572003-07-14 Richard M. Stallman <rms@gnu.org>
4558
4559 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4560
4561 * windows.texi (Selecting Windows): New arg to select-window.
4562 (Selecting Windows): Add with-selected-window.
4563 (Size of Window): Add window-inside-edges, etc.
4564
4565 * internals.texi (Garbage Collection): Add post-gc-hook.
4566
4567 * processes.texi (Subprocess Creation): Add exec-suffixes.
4568
4569 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4570 (Scanning Keymaps): Add map-keymaps.
4571 (Defining Menus): Add keymap-prompt.
4572
4573 * numbers.texi (Integer Basics): Add most-positive-fixnum,
4574 most-negative-fixnum.
4575
4576 * compile.texi (Byte Compilation): Explain no-byte-compile
4577 (Compiler Errors): New node.
4578
4579 * os.texi (User Identification): user-uid, user-real-uid
4580 can return float.
4581
4582 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4583 and about derived modes.
4584 (Minor Modes): Add minor-mode-list.
4585 (Defining Minor Modes): Keyword args for define-minor-mode.
4586 (Search-based Fontification): Explain managing other properties.
4587 (Other Font Lock Variables): Add font-lock-extra-managed-props.
4588 (Faces for Font Lock): Add font-locl-preprocessor-face.
4589 (Hooks): Add run-mode-hooks and delay-mode-hooks.
4590
4591 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 4592 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
4593
4594 * loading.texi (Library Search): Add load-suffixes.
4595
4596 * minibuf.texi (Basic Completion): Add lazy-completion-table.
4597 (Programmed Completion): Add dynamic-completion-table.
4598
4599 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4600 (Magic File Names): Specify precedence order of handlers.
199bb209 4601
51a8b435
RS
4602 * commands.texi (Command Overview): Emacs server runs pre-command-hook
4603 and post-command-hook.
4604 (Waiting): New calling convention for sit-for.
4605
4606 * text.texi (Special Properties): local-map and keymap properties
4607 apply based on their stickiness.
4608
c6de56a0
RS
46092003-07-07 Richard M. Stallman <rms@gnu.org>
4610
4611 * modes.texi (Minor Mode Conventions): Specify only some kinds
4612 of list values as args to minor modes.
4613
4614 * files.texi (File Name Expansion): Warn about iterative use
4615 of substitute-in-file-name.
4616
4617 * advice.texi (Activation of Advice): Clean up previous change.
4618
8c761ea6
MR
46192003-07-06 Markus Rost <rost@math.ohio-state.edu>
4620
4621 * advice.texi (Activation of Advice): Note that ad-start-advice is
4622 turned on by default.
4623
c6de56a0
RS
46242003-06-30 Richard M. Stallman <rms@gnu.org>
4625
4626 * text.texi (Buffer Contents): Document current-word.
4627 (Change Hooks): Not called for *Messages*.
4628
4629 * functions.texi (Defining Functions): Explain about redefining
4630 primitives.
4631 (Function Safety): Renamed. Minor changes.
4632 Comment out the detailed criteria for what is safe.
4633
3fe4e567
AS
46342003-06-22 Andreas Schwab <schwab@suse.de>
4635
4636 * objects.texi (Symbol Type): Fix description of examples.
4637
cda7bd13
AS
46382003-06-16 Andreas Schwab <schwab@suse.de>
4639
4640 * hash.texi (Creating Hash): Fix description of :weakness.
4641
fbcffa4a
KG
46422003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4643
4644 * files.texi (Changing Files): copy-file copies file modes, too.
4645
ff6a3bfb
RS
46462003-05-28 Richard M. Stallman <rms@gnu.org>
4647
4648 * strings.texi (Creating Strings): Clarify split-string.
4649
1463a05d
JB
46502003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
4651
4652 * strings.texi (Creating Strings): Update split-string specification
4653 and examples.
4654
af253914
RS
46552003-05-19 Richard M. Stallman <rms@gnu.org>
4656
4657 * elisp.texi: Correct invariant section names.
4658
7ea52f92
RS
46592003-04-20 Richard M. Stallman <rms@gnu.org>
4660
4661 * os.texi (Timers): Explain about timers and quitting.
4662
e31afc09
RS
46632003-04-19 Richard M. Stallman <rms@gnu.org>
4664
4665 * internals.texi (Writing Emacs Primitives): Strings are
4666 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
4667 Explain GCPRO convention for varargs function args.
4668
5ceea398
RS
46692003-04-16 Richard M. Stallman <rms@gnu.org>
4670
4671 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
4672
b0ada147
RS
46732003-04-08 Richard M. Stallman <rms@gnu.org>
4674
4675 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
4676
b23375aa
KS
46772003-02-13 Kim F. Storm <storm@cua.dk>
4678
4679 * objects.texi (Character Type): New \s escape for space.
4680
c60ee5e7
JB
46812003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
4682
4683 * os.texi (System Environment): Added cygwin system-type.
4684
84e47416
RS
46852003-01-25 Richard M. Stallman <rms@gnu.org>
4686
4687 * keymaps.texi: Document that a symbol can act as a keymap.
4688
3e8cf2ea
RS
46892003-01-13 Richard M. Stallman <rms@gnu.org>
4690
4691 * text.texi (Changing Properties): Say string indices are origin-0.
4692
4693 * positions.texi (Screen Lines) <compute-motion>:
4694 Correct order of elts in return value.
4695
4696 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
4697 how to define a default binding.
4698
7abb9fc5 46992002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 4700
104bc3aa 4701 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 4702
104bc3aa 4703 * customize.texi (Simple Types): Clarify description of custom
9b7fa297 4704 type 'number. Describe new custom type 'float.
177f790c 4705
7abb9fc5 47062002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
4707
4708 * variables.texi (File Local Variables): Fix typo.
4709
df140a68 47102002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 4711
df140a68
KG
4712 From Michael Albinus <Michael.Albinus@alcatel.de>.
4713
4714 * README: Target for Info file is `make info'.
4715
4716 * files.texi (File Name Components): Fixed typos in
4717 `file-name-sans-extension'.
4718 (Magic File Names): Complete list of operations for magic file
4719 name handlers.
4720
7ed9159a
JY
47212002-09-16 Jonathan Yavner <jyavner@engineer.com>
4722
4723 * variables.texi (File Local Variables): New function
4724 risky-local-variable-p.
4725
47262002-09-15 Jonathan Yavner <jyavner@engineer.com>
4727
4728 * functions.texi (Function safety): New node about unsafep.
4729
241f79af
PA
47302002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
4731
4732 * customize.texi (Splicing into Lists): Fixed example.
4733 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
4734
72459b15
JB
47352002-06-17 Juanma Barranquero <lektu@terra.es>
4736
4737 * frames.texi (Display Feature Testing): Fix typo.
4738
61f7e0f5
AS
47392002-06-12 Andreas Schwab <schwab@suse.de>
4740
4741 * frames.texi (Initial Parameters, Resources): Fix references to
4742 the Emacs manual.
4743
4e792dbd
KS
47442002-05-13 Kim F. Storm <storm@cua.dk>
4745
4746 * variables.texi (Intro to Buffer-Local): Updated warning and
4747 example relating to changing buffer inside let.
4748
940344d4 47492002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
4750
4751 * os.texi (Session Management): New node about X Session management.
4752
231ac53b
EZ
47532002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
4754
4755 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
4756 to which the manual corresponds, and the copyright years.
4757
4758 * Makefile.in (VERSION): Set to 2.9.
4759
140cc574
EZ
47602001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
4761
4762 * elisp.texi: Change the category in @dircategory to "Emacs", to
4763 make it consistent with info/dir.
4764
9c7fce05
MB
47652001-11-25 Miles Bader <miles@gnu.org>
4766
4767 * text.texi (Fields): Describe new `limit' arg in
4768 field-beginning/field-end.
4769
9f8bbf0f
EZ
47702001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
4771
a5e6715c
EZ
4772 * permute-index: Don't depend on csh-specific features. Replace
4773 the interpreter name with /bin/sh.
4774
9f8bbf0f
EZ
4775 * two-volume-cross-refs.txt: New file.
4776 * two.el: New file.
4777 * spellfile: New file.
4778
1756e2fb
EZ
47792001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
4780
4781 * permute-index: New file.
4782
4783 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
4784 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
4785 8+3 restricted namespace.
ad050e54
EZ
4786
4787 * Makefile.in (infodir): Define relative to $(srcdir).
4788 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
4789 include directories list via -I switch to makeinfo.
4790 (index.texi): Use cp if both hard and symbolic links fail.
4791
10fa7f8e
EZ
47922001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
4793
7a1494ce
EZ
4794 * Makefile.in (distclean): Add.
4795
10fa7f8e
EZ
4796 The following changes make ELisp manual part of the Emacs
4797 distribution:
4798
4799 * Makefile.in: Add Copyright notice.
4800 (prefix): Remove.
4801 (infodir): Change value to "../info".
4802 (VPATH): New variable.
4803 (MAKE): Don't define.
4804 (texmacrodir): Don't define.
4805 (texinputdir): Append the existing value of TEXINPUTS.
4806 ($(infodir)/elisp): Instead of just "elisp". Reformat the
4807 command to be compatible with man/Makefile.in, and to put the
4808 output into ../info.
5c32b7c5 4809 (info): Add target.
10fa7f8e
EZ
4810 (installall): Target removed.
4811
ad050e54 48122001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
4813
4814 * tips.texi (Coding Conventions): Fix typo.
4815
6fd735df
GM
48162001-10-23 Gerd Moellmann <gerd@gnu.org>
4817
4818 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
4819
b704d54b
EZ
48202001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4821
4822 * files.texi (File Name Components): Update the description of
4823 file-name-sans-extension and file-name-extension, as they now
4824 ignore leading dots.
4825
71431a0e
GM
48262001-10-20 Gerd Moellmann <gerd@gnu.org>
4827
6aa97356 4828 * (Version 21.1 released.)
71431a0e 4829
79f1f96c
MB
48302001-10-19 Miles Bader <miles@gnu.org>
4831
4832 * positions.texi (Text Lines): Describe behavior of
4833 `beginning-of-line'/`end-of-line' in the presence of field properties.
4834
892a8f36
GM
48352001-10-17 Gerd Moellmann <gerd@gnu.org>
4836
4837 * Makefile.in (VERSION): Set to 2.8.
4838 (manual): Use `manual-21'.
4839
8c1cc9e8 4840 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
4841 number was used. Set it to 2.8.
4842
4843 * intro.texi: Likewise.
4844
51724e26
EZ
48452001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4846
4847 * files.texi (File Name Completion): Document the significance of
4848 a trailing slash in elements of completion-ignored-extensions.
4849
57b338e8
MB
48502001-10-06 Miles Bader <miles@gnu.org>
4851
4852 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
4853
c89e4bc5
GM
48542001-10-04 Gerd Moellmann <gerd@gnu.org>
4855
4856 * variables.texi (Variable Aliases): New node.
4857
ab952a4f
GM
48582001-10-04 Gerd Moellmann <gerd@gnu.org>
4859
4860 * Branch for 21.1.
dff28924 4861
9db3a582
MB
48622001-10-02 Miles Bader <miles@gnu.org>
4863
ae1a9581
MB
4864 * minibuf.texi (Minibuffer Misc): Add entries for
4865 `minibuffer-contents', `minibuffer-contents-no-properties', and
4866 `delete-minibuffer-contents'.
4867 Correct description for `minibuffer-prompt-end'.
4868
9db3a582
MB
4869 * text.texi (Property Search): Correct descriptions of
4870 `next-char-property-change' and `previous-char-property-change'.
4871 Add entries for `next-single-char-property-change' and
4872 `previous-single-char-property-change'.
4873 Make operand names a bit more consistent.
4874
03be5931
EZ
48752001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
4876
4877 * frames.texi (Finding All Frames): Document that next-frame and
4878 previous-frame are local to current terminal.
4879
974548ec
EZ
48802001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
4881
4882 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 4883 result of make-keymap.
974548ec 4884
8d82c597
EZ
48852001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
4886
4887 * display.texi (Font Lookup, Attribute Functions)
4888 (Image Descriptors): Add cross-references to the definition of
4889 selected frame.
4890
4891 * buffers.texi (The Buffer List): Add cross-references to the
4892 definition of selected frame.
4893
4894 * frames.texi (Input Focus): Clarify which frame is _the_ selected
4895 frame at any given time.
4896 (Multiple Displays, Size and Position): Add a cross-reference to
4897 the definition of the selected frame.
4898
2842de30
EZ
48992001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4900
4901 * strings.texi (String Conversion) <string-to-number>: Document
4902 that a float is returned for integers that are too large.
4903
4904 * frames.texi (Mouse Position): Document mouse-position-function.
4905 (Display Feature Testing): Document display-images-p.
4906 (Window Frame Parameters): Document the cursor-type variable.
4907
4908 * numbers.texi (Integer Basics): Document CL style read syntax for
4909 integers in bases other than 10.
4910
4911 * positions.texi (List Motion): Document
4912 open-paren-in-column-0-is-defun-start.
4913
4914 * lists.texi (Sets And Lists): Document member-ignore-case.
4915
4916 * internals.texi (Garbage Collection): Document the used and free
4917 strings report.
4918 (Memory Usage): Document strings-consed.
4919
4920 * os.texi (Time of Day): Document float-time.
4921 (Recording Input): Document that clear-this-command-keys clears
4922 the vector to be returned by recent-keys.
4923
4924 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
4925 argument keymap can be a list.
4926
4927 * nonascii.texi (User-Chosen Coding Systems)
4928 <select-safe-coding-system>: Document the new argument
4929 accept-default-p and the variable
4930 select-safe-coding-system-accept-default-p. Tell what happens if
4931 buffer-file-coding-system is undecided.
4932 (Default Coding Systems): Document auto-coding-regexp-alist.
4933
4934 * display.texi (The Echo Area) <message>: Document
4935 message-truncate-lines.
4936 (Glyphs): Document that the glyph table is unused on windowed
4937 displays.
4938
4939 * help.texi (Describing Characters) <single-key-description>:
4940 Document the new argument no-angles.
4941 (Accessing Documentation) <documentation-property>: Document that
4942 a non-string property is evaluated.
4943 <documentation>: Document that the function-documentation property
4944 is looked for.
4945
4946 * windows.texi (Selecting Windows): Document some-window.
4947
4948 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
4949
4950 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
4951 apropos-mode-hook.
4952
4953 * commands.texi (Using Interactive): Document interactive-form.
4954 (Keyboard Macros): Document kbd-macro-termination-hook.
4955 (Command Loop Info): Document that clear-this-command-keys clears
4956 the vector to be returned by recent-keys.
4957
2d43d823
GM
49582001-09-04 Werner LEMBERG <wl@gnu.org>
4959
4960 * Makefile.in (srcdir, texinputdir): New variables.
4961 (srcs, index.texi, install): Use $(srcdir).
4962 (.PHONY): Remove elisp.dvi.
4963 (elisp): Use -I switch for makeinfo.
4964 (elisp.dvi): Use $(srcdir) and $(texinputdir).
4965 (installall, dist): Use $(srcdir).
4966 Fix path to texinfo.tex.
4967 (maintainer-clean): Add elisp.dvi and elisp.oaux.
4968
fa739b31
GM
49692001-08-30 Gerd Moellmann <gerd@gnu.org>
4970
92a25631
GM
4971 * display.texi (Conditional Display): Adjust to API change.
4972
fa739b31
GM
4973 * configure: New file.
4974
cef68af5
GM
49752001-07-30 Gerd Moellmann <gerd@gnu.org>
4976
4977 * commands.texi (Repeat Events): Add description of
4978 double-click-fuzz.
4979
d1f08d85
SM
49802001-05-08 Stefan Monnier <monnier@cs.yale.edu>
4981
4982 * syntax.texi (Syntax Class Table): Add the missing designator for
4983 comment and string fences.
4984 (Syntax Properties): Add a xref to syntax table internals.
4985 (Syntax Table Internals): Document string-to-syntax.
4986
1e9fc92e
GM
49872001-05-07 Gerd Moellmann <gerd@gnu.org>
4988
4989 * Makefile.in (install): Use install-info command line options
4990 like in Emacs' Makefile.in.
4991
00480554
MB
49922000-12-09 Miles Bader <miles@gnu.org>
4993
4994 * windows.texi (Window Start): Update documentation for
4995 `pos-visible-in-window-p'.
4996
1e344ee2
SM
49972000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4998
4999 * lists.texi (Building Lists): Add footnote to explain how to add
5000 to the end of a list.
5001
a540f6ed
GM
50022000-10-25 Gerd Moellmann <gerd@gnu.org>
5003
5004 * files.texi (Visiting Functions): Typos.
5005
28bcdbee
KH
50062000-10-25 Kenichi Handa <handa@etl.go.jp>
5007
5008 * files.texi (Visiting Functions): Return value of
5009 find-file-noselect may be a list of buffers if wildcards are used.
5010
22d1a4ed
MB
50112000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5012
5013 * display.texi (Defining Faces): Document `graphic' display type
5014 in face specs.
5015
916a89db
KG
50162000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5017
1e9fc92e 5018 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
5019 `after-make-frame-hook' with `after-make-frame-functions'.
5020
1e9fc92e 5021 * frames.texi (Creating Frames): Ditto.
916a89db 5022
1e9fc92e 5023 * variables.texi (Future Local Variables): Ditto.
916a89db 5024
483de32b
GM
50252000-10-16 Gerd Moellmann <gerd@gnu.org>
5026
5027 * display.texi (Other Image Types): Add description of :foreground
5028 and :background properties of mono PBM images.
5029
e23a63a5
WL
50302000-08-17 Werner LEMBERG <wl@gnu.org>
5031
5032 * .cvsignore: New file.
5033
dfc16043
GM
50342000-01-05 Gerd Moellmann <gerd@gnu.org>
5035
5036 * tindex.pl: New script.
5037
602613fe
DL
50381999-12-03 Dave Love <fx@gnu.org>
5039
5040 * Makefile.in (MAKEINFO): New parameter.
5041
94ec544d
DL
50421999-09-17 Richard Stallman <rms@gnu.org>
5043
5044 * Makefile.in (srcs): Add hash.texi.
5045 (VERSION): Update to 20.6.
5046
50471999-09-13 Richard Stallman <rms@gnu.org>
5048
5049 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
5050
50511998-08-29 Karl Heuer <kwzh@gnu.org>
5052
5053 * configure.in: New file.
5054 * Makefile.in: Renamed from Makefile.
5055 (prefix, infodir): Use value obtained from configure.
5056 (emacslibdir): Obsolete variable deleted.
5057 (dist): Distribute configure.in, configure, Makefile.in.
5058
50591998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
5060
5061 * Makefile (INSTALL_INFO): New variable.
5062 (install): Run install-info.
5063
50641998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
5065
5066 * Makefile (elisp.dvi): Add missing backslash.
5067
50681998-05-02 Richard Stallman <rms@psilocin.gnu.org>
5069
5070 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
5071 Run texindex without `./'. Always run texindex on elisp.tp.
5072 (elisp.tps): Target deleted.
5073
50741998-04-05 Richard Stallman <rms@psilocin.gnu.org>
5075
5076 * Makefile (srcs): Add nonascii.texi and customize.texi.
5077 (dist): Start by deleting `temp'.
5078
50791998-02-17 Richard Stallman <rms@psilocin.gnu.org>
5080
5081 * Makefile (makeinfo, texindex): Targets deleted.
5082 (makeinfo.o, texindex.o): Targets deleted.
5083 (clean, dist): Don't do anything with them or with getopt*.
5084
50851998-01-30 Richard Stallman <rms@psilocin.gnu.org>
5086
5087 * Makefile (SHELL): Defined.
5088
50891998-01-27 Richard Stallman <rms@psilocin.gnu.org>
5090
5091 * Makefile (elisp.tps): New target.
5092 (elisp.dvi): Depend on elisp.tps.
5093
5094Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
5095
5096 * README: Update phone number.
5097
5098 * Makefile (elisp): Make this be the default target.
5099 Depend on makeinfo.c instead of makeinfo.
5100 (install): Don't depend on elisp.dvi, since we don't install that.
5101 Use mkinstalldirs.
5102 (dist): Add mkinstalldirs.
5103
5104Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5105
5106 * Makefile (VERSION): Update version number.
5107 (maintainer-clean): Renamed from realclean.
5108
5109Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5110
5111 * Makefile (realclean): New target.
5112 (elisp): Remove any old elisp-* files first.
5113
5114Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5115
d1f08d85
SM
5116 * Makefile (VERSION): New variable.
5117 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5118 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
5119
5120Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5121
5122 * Makefile (elisp): Depend on makeinfo.
5123
5124Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
5125
d1f08d85 5126 * Makefile (srcs): Add anti.texi.
94ec544d
DL
5127
5128Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5129
5130 * Makefile (infodir, prefix): New vars.
5131 (install): Use infodir.
5132 (emacsinfodir): Deleted.
5133
5134Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5135
5136 * Makefile (srcs): Add calendar.texi.
5137
5138 * Makefile (dist): Copy texindex.c and makeinfo.c.
5139 Limit elisp-* files to those with one or two digits.
5140
5141Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5142
5143 * Makefile (dist): Changed to use Gzip instead of compress.
5144
5145Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5146
5147 * loading.texi (Unloading): define-function changed back to
5148 defalias. It may not stay this way, but at least it's
5149 consistent with the known-good version of the code patch.
5150
5151Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5152
5153 * modes.texi (Hooks): Document new optional arg of add-hook.
5154
5155Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5156
d1f08d85 5157 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
5158
5159 * tips.texi: Add new section on standard library headers.
5160
5161Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5162
5163 * Makefile (srcs): Add frame.texi to the list of sources.
5164
5165Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5166
5167 * Makefile (dist): Don't bother excluding autosave files; they'll
5168 never make it into the temp directory anyway, and the hash marks
5169 in the name are problematic for make and the Bourne shell.
dff28924 5170 (srcs):
94ec544d
DL
5171
5172Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5173
d1f08d85 5174 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
5175 the distribution tar file.
5176
dff28924 5177Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
5178
5179 * Makefile (srcs): Added index.perm.
5180 (elisp.dvi): Remove erroneous shell comment.
5181 Expect output of permute-index in permuted.fns.
5182 Save old elisp.aux in elisp.oaux.
5183 (clean): Added index.texi to be deleted.
5184
dff28924 5185Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5186
5187 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5188
dff28924 5189Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
5190
5191 * files.texi: Noted that completion-ignored-extensions is ignored
5192 when making *Completions*.
5193
5194Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5195
5196 * Makefile make dist now depends on elisp.dvi, since it tries
5197 to include it in the dist file.
5198
dff28924 5199Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
5200
5201 * functions.texinfo (Mapping Functions): Add missing quote
5202
dff28924 5203Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5204
5205 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5206 (defunargs): Turn off \hyphenchar of \sl font temporarily.
5207
dff28924 5208Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5209
5210 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5211 and @error{} are the terms now being used. The files in the
5212 directory have been changed to reflect this.
5213
d1f08d85 5214 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
5215 ` @result{}', using 5 spaces at the begining of the line.
5216
dff28924 5217Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5218
5219 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5220 experimental @indentedresult{}, @indentedexpandsto{} are part of
5221 the texinfo.tex in this directory. These TeX macros are not
5222 stable yet.
5223
dff28924 5224Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5225
5226 * texinfo.tex: temporarily added
d1f08d85 5227 \let\result=\dblarrow
94ec544d
DL
5228 \def\error{{\it ERROR} \longdblarrow}
5229 We need to do this better soon.
5230
dff28924 5231Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5232
5233 * Applied Karl Berry's patches to *.texinfo files, but not to
9b7fa297 5234 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
94ec544d
DL
5235 new title page format is also not applied, since it requires
5236 texinfo.tex changes.)
5237
5238 * Cleaned up `Makefile' and defined the `emacslibdir' directory
5239 for the Project GNU development environment.
5240
ad050e54 5241;; Local Variables:
fd026ee1 5242;; coding: iso-2022-7bit
ad050e54 5243;; End:
2a34a036 5244
651f374c 5245 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
ceb4c4d3 5246 2005, 2006 Free Software Foundation, Inc.
2a34a036
GM
5247 Copying and distribution of this file, with or without modification,
5248 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
5249
5250;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda