(Accepting Output): Explain SECONDS=0 for accept-process-output.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
ebc80ddf
EZ
12006-09-02 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in (usermanualdir): New variable.
4 (elisp.dvi): Use it.
5
a66d9563
EZ
62006-09-01 Eli Zaretskii <eliz@gnu.org>
7
8 * buffers.texi (Buffer Modification): Fix last change.
9
5a8f5165
CY
102006-09-01 Chong Yidong <cyd@stupidchicken.com>
11
12 * buffers.texi (Buffer Modification): Document
13 buffer-chars-modified-tick.
14
80e0572b
RS
152006-08-31 Richard Stallman <rms@gnu.org>
16
17 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
18
192006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
931d878d
SM
20
21 * modes.texi (Syntactic Font Lock):
80e0572b
RS
22 Mention font-lock-syntactic-face-function
23 instead of specific faces.
931d878d 24
bda420a3
CY
252006-08-29 Chong Yidong <cyd@stupidchicken.com>
26
27 * display.texi (Images): Add xrref to display-images-p.
28
c6f8bb3a
KH
292006-08-28 Kenichi Handa <handa@m17n.org>
30
31 * nonascii.texi (Lisp and Coding Systems): Fix description of
32 detect-coding-region.
33
7a210b69
MB
342006-08-27 Michael Olson <mwolson@gnu.org>
35
36 * processes.texi (Transaction Queues): Remove stray quote
37 character.
38
3e04a8fc
RS
392006-08-25 Richard Stallman <rms@gnu.org>
40
41 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
42 Add xref.
43
fda97484
CY
442006-08-24 Chong Yidong <cyd@stupidchicken.com>
45
46 * os.texi (Timers): Avoid waiting inside timers.
47
3e46b34c
LK
482006-08-21 Lute Kamstra <lute@gnu.org>
49
50 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
51
ce629713
RS
522006-08-20 Richard Stallman <rms@gnu.org>
53
54 * os.texi (Idle Timers): New node, split out from Timers.
55 Document current-idle-time.
56 * commands.texi (Reading One Event): Update xref.
57 * elisp.texi (Top): Update subnode menu.
58
3cb74cd1
RS
592006-08-16 Richard Stallman <rms@gnu.org>
60
61 * keymaps.texi (Extended Menu Items): Show format of cached
62 bindings in extended menu items.
63
64 * customize.texi (Variable Definitions): Explain when the
65 standard value expression is evaluated.
66
7e188449
CY
672006-08-15 Chong Yidong <cyd@stupidchicken.com>
68
69 * commands.texi (Reading One Event): Explain idleness in
70 `read-event'.
71
b8f5396a
CY
722006-08-12 Chong Yidong <cyd@stupidchicken.com>
73
74 * text.texi (Near Point): Say "cursor" not "terminal cursor".
75 (Commands for Insertion): Removed split-line since it's not
76 relevant for Lisp programming.
77 (Yank Commands): Rewrite introduction.
78 (Undo): Clarify.
79 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
80 (Filling): Remove redundant comment. Clarify return value of
81 current-justification.
82 (Margins): Minor clarifications.
83 (Adaptive Fill): Update default value of adaptive-fill-regexp.
84 (Sorting): Update definition of sort-lines.
85 (Columns): Clarify behavior of sort-columns.
86 (Indent Tabs): Link to Tab Stops in Emacs manual.
87 (Special Properties): Clarify.
88 (Clickable Text): Mention Buttons package.
89
0c80afbd
EZ
902006-08-12 Kevin Ryde <user42@zip.com.au>
91
92 * os.texi (Time Parsing): Add %z to description of
93 format-time-string, as per docstring. Add cross reference to
94 glibc manual for strftime.
95
02a2b2ad
RS
962006-08-08 Richard Stallman <rms@gnu.org>
97
98 * modes.texi: Clean up wording in previous change.
99
34e5974a
CY
1002006-08-07 Chong Yidong <cyd@stupidchicken.com>
101
102 * modes.texi (Hooks): Clarify.
103 (Major Mode Basics): Mention define-derived-mode explicitly.
104 (Major Mode Conventions): Rebinding RET is OK for some modes.
105 Mention change-major-mode-hook and after-change-major-mode-hook.
106 (Example Major Modes): Moved to end of Modes section.
107 (Mode Line Basics): Clarify.
108 (Mode Line Data): Mention help-echo and local-map in strings.
109 Explain reason for treatment of non-risky variables.
110 (Properties in Mode): Clarify.
111 (Faces for Font Lock): Add font-lock-negation-char-face.
112
65c6c6b6
EZ
1132006-08-04 Eli Zaretskii <eliz@gnu.org>
114
115 * strings.texi (Formatting Strings): Warn against arbitrary
116 strings as first arg to `format'.
117
fc0ba1d0
TTN
1182006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
119
120 * text.texi (Clickable Text): Mention `help-echo' text property.
121 Update intro, examples and associated explanations.
122
a3483884
RS
1232006-07-31 Richard Stallman <rms@gnu.org>
124
125 * commands.texi: Update xrefs.
126 (Event Mod): New node, cut out from old Translating Input.
127
128 * maps.texi: Update xrefs.
fc0ba1d0 129
a3483884
RS
130 * keymaps.texi (Translation Keymaps): New node.
131 Update xrefs from Translating Input to Translation Keymaps.
fc0ba1d0 132
a3483884
RS
133 * elisp.texi (Top): Update subnode menu.
134
135 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
136
137 * os.texi (System Interface): Fix menu descriptions of some nodes.
138 (Translating Input): Node deleted.
fc0ba1d0 139
ec777101
NR
1402006-07-31 Nick Roberts <nickrob@snap.net.nz>
141
142 * modes.texi (Minor Mode Conventions): Update link for add-to-list.
143
144 * lists.texi (Sets And Lists): Likewise.
145
0f42ea76
TTN
1462006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
147
148 * text.texi (Fields): Mention POS
149 requirement when narrowing is in effect.
150
eb107d09
RS
1512006-07-28 Richard Stallman <rms@gnu.org>
152
0de8dcc9
RS
153 * display.texi (Face Attributes): Simplify wording.
154 (Attribute Functions): Clarify meaning of new-frame default
155 attribute settings.
156
eb107d09
RS
157 * customize.texi (Common Keywords): Document how to use
158 :package-version in a package not in Emacs.
159
d7fb9e6c
KS
1602006-07-28 Kim F. Storm <storm@cua.dk>
161
162 * commands.texi (Reading One Event): Fix last change.
163
c1c3d4f7
CY
1642006-07-26 Chong Yidong <cyd@stupidchicken.com>
165
166 * commands.texi (Reading One Event): Document SECONDS argument for
167 read-event, read-char, and read-char-exclusive.
168
94b39239
SM
1692006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
172 to ensure correct identification.
173
1cff9220
RS
1742006-07-24 Richard Stallman <rms@gnu.org>
175
5ac64732
RS
176 * text.texi (Clickable Text): Clarify.
177
1cff9220
RS
178 * sequences.texi (Vector Functions): Delete duplicate xref.
179
180 * objects.texi (Function Type): Clarify.
181
182 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
183 modes.
184
185 * lists.texi (List Variables): New node.
186 Material moved from other nodes.
187
188 * variables.texi (Setting Variables): add-to-list and
189 add-to-ordered-list moved to List Variables node.
190
38db29e0
TTN
1912006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
192
193 * text.texi (Links and Mouse-1):
194 For mouse-on-link-p, expand on arg POS.
195
9e4101b2
KS
1962006-07-21 Kim F. Storm <storm@cua.dk>
197
198 * display.texi (Forcing Redisplay): Don't mention systems which
199 don't support sub-second timers for redisplay-preemption-period.
200
201 * os.texi (Terminal Output): Clarify text vs graphical terminal.
202
cc539208
EZ
2032006-07-21 Eli Zaretskii <eliz@gnu.org>
204
205 * frames.texi (Input Focus): Document that focus-follows-mouse has
206 no effect on MS-Windows.
207
c29fbc93
RS
2082006-07-18 Richard Stallman <rms@gnu.org>
209
1ef252f6
RS
210 * display.texi (Forcing Redisplay): Cleanups in previous change.
211
c29fbc93
RS
212 * processes.texi (Low-Level Network): Make menu more convenient.
213
5b5fca28
KS
2142006-07-18 Kim F. Storm <storm@cua.dk>
215
2d545d83
KS
216 * display.texi (Forcing Redisplay): redisplay-preemption-period
217 only used on window systems. Add xref to Terminal Output.
218
219 * os.texi (Terminal Output): baud-rate only controls preemption on
220 non-window systems. Add xref to Forcing Redisplay.
221
5b5fca28
KS
222 * processes.texi (Low-Level Network): Rename node "Make Network"
223 to "Network Processes".
224
42995636
KB
2252006-07-18 Karl Berry <karl@gnu.org>
226
5b5fca28
KS
227 * variables.texi, functions.texi, customize.texi, loading.texi:
228 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
42995636 229
e1842332
CY
2302006-07-17 Chong Yidong <cyd@stupidchicken.com>
231
232 * commands.texi (Waiting): Document batch-mode sit-for behavior.
233
daeeeffc
RS
2342006-07-17 Richard Stallman <rms@gnu.org>
235
7c0c29ee
RS
236 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
237 Put period and comma inside quotes.
5b5fca28 238
7c0c29ee
RS
239 * loading.texi, markers.texi: Use real doublequote inside menus.
240
241 * windows.texi: Put point and comma inside quotes.
242 (Textual Scrolling): Use @samp for error message.
243
5b5fca28
KS
244 * variables.texi, tips.texi, syntax.texi, symbols.texi:
245 * strings.texi, streams.texi, processes.texi, os.texi:
7c0c29ee
RS
246 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
247 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5b5fca28
KS
248 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
249 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7c0c29ee 250 Put point and comma inside quotes.
5b5fca28 251
05bdf2d7
RS
252 * control.texi (Processing of Errors): Add command-error-function.
253
daeeeffc
RS
254 * variables.texi (File Local Variables): Clarify that
255 file local variables make buffer-local bindings.
256
257 * modes.texi (Syntactic Font Lock): Give default for
258 font-lock-syntax-table.
259
7e1c1289
NR
2602006-07-17 Nick Roberts <nickrob@snap.net.nz>
261
262 * text.texi (Special Properties): Clean up previous change.
263
912c7235
KB
2642006-07-16 Karl Berry <karl@gnu.org>
265
5b5fca28
KS
266 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
267 * control.texi: Fix bad page breaks through chapter 10 (control).
ece35e15 268
5b5fca28 269 * anti.texi (Antinews): Reorder face-attribute fns to avoid
912c7235
KB
270 underfull hbox.
271
54b7938f
NR
2722006-07-15 Nick Roberts <nickrob@snap.net.nz>
273
274 * text.texi (Special Properties): Describe fontified text property
275 in relation to a character (not text).
276
3f11901a
KS
2772006-07-15 Kim F. Storm <storm@cua.dk>
278
0864179a
KS
279 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
280 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
281 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
282
3f11901a
KS
283 * anti.texi (Antinews): Mention redisplay function.
284 The kbd macro existed, but was not documented, before 22.x.
285 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
286
b4f62d0a
NR
2872006-07-14 Nick Roberts <nickrob@snap.net.nz>
288
289 * display.texi (Displaying Messages): Add anchor.
290
291 * frames.texi (Dialog Boxes): Use it.
292
2c6e026a
RS
2932006-07-12 Richard Stallman <rms@gnu.org>
294
295 * objects.texi (Frame Type): Explain nature of frames better.
296
297 * frames.texi (Frames): Explain nature of frames better.
298
2992006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
300
301 * tips.texi (Coding Conventions): Explain why use cl at compile time.
302
099d4201
YM
3032006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
304
305 * frames.texi (Window System Selections): Mention scrap support for Mac.
306 Default value of x-select-enable-clipboard is t on Mac.
307
308 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
309
ff97f952
KS
3102006-07-11 Kim F. Storm <storm@cua.dk>
311
312 * display.texi (Forcing Redisplay): Add `redisplay' function.
313 Don't mention (sit-for -1) -- use (redisplay t) instead.
314
315 * commands.texi (Waiting): (sit-for -1) is no longer special.
316 (sit-for 0) is equivalent to (redisplay).
317 Iconifying/deiconifying no longer makes sit-for return.
318
a183016f
NR
3192006-07-10 Nick Roberts <nickrob@snap.net.nz>
320
321 * display.texi (Buttons): Fix typo.
322
323 * index.texi, elisp.texi (New Symbols): Comment node out.
324
b86be617
RS
3252006-07-09 Richard Stallman <rms@gnu.org>
326
327 * display.texi (Truncation): Clean up previous change.
328
3aa7c28e
RS
3292006-07-08 Richard Stallman <rms@gnu.org>
330
331 * commands.texi (Interactive Call): Use 3 as prefix in example
332 for execute-extended-command.
333
334 * display.texi (Attribute Functions): Move paragraph about
335 compatibility with Emacs < 21.
336
5a1048a5
KS
3372006-07-09 Kim F. Storm <storm@cua.dk>
338
339 * display.texi (Refresh Screen): Clarify force-window-update.
340 (Truncation): "Normally" indicated by fringe arrows.
341
89fb9154
EZ
3422006-07-08 Eli Zaretskii <eliz@gnu.org>
343
5a1048a5
KS
344 * windows.texi (Textual Scrolling, Resizing Windows):
345 * variables.texi (Constant Variables):
89fb9154
EZ
346 * text.texi (Buffer Contents, Deletion, Changing Properties)
347 (Property Search, Special Properties, Sticky Properties)
5a1048a5 348 (Links and Mouse-1, Fields, Change Hooks):
89fb9154 349 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5a1048a5
KS
350 (Categories):
351 * symbols.texi (Other Plists):
352 * streams.texi (Output Variables):
353 * processes.texi (Input to Processes, Query Before Exit):
354 * positions.texi (Word Motion, Text Lines, List Motion):
89fb9154 355 * os.texi (Init File, System Environment, Sound Output)
5a1048a5 356 (Session Management):
89fb9154 357 * nonascii.texi (Text Representations, Character Sets)
5a1048a5
KS
358 (Chars and Bytes, Locales):
359 * modes.texi (Defining Minor Modes, Header Lines):
360 * minibuf.texi (Minibuffer Contents):
361 * markers.texi (Information from Markers):
362 * lists.texi (List Elements, Building Lists, Association Lists):
363 * keymaps.texi (Tool Bar):
364 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
365 * functions.texi (What Is a Function, Mapping Functions):
89fb9154
EZ
366 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
367 (Color Names, Text Terminal Colors, Display Feature Testing):
368 * files.texi (Visiting Functions, File Name Components)
5a1048a5 369 (Unique File Names, Contents of Directories):
89fb9154
EZ
370 * display.texi (Forcing Redisplay, Displaying Messages)
371 (Temporary Displays, Font Selection, Auto Faces)
372 (Font Lookup, Fringe Indicators, Display Margins)
373 (Image Descriptors, Showing Images, Image Cache, Button Types)
374 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5a1048a5
KS
375 (Display Table Format, Glyphs):
376 * control.texi (Iteration):
377 * commands.texi (Command Loop Info, Adjusting Point):
08b17d37
KS
378 * backups.texi (Making Backups, Auto-Saving):
379 Remove @tindex entries.
89fb9154 380
7f087030
KS
3812006-07-07 Kim F. Storm <storm@cua.dk>
382
383 * display.texi (Fringe Cursors): Fix typo.
384 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
385 (Overlay Arrow): Default is overlay-arrow fringe indicator.
386
978db147
RS
3872006-07-05 Richard Stallman <rms@gnu.org>
388
389 * text.texi (Buffer Contents): Add example of text props
390 in result of buffer-substring.
391 (Text Properties): Explain better about use of specific property names.
392 (Property Search): Some cleanups; reorder some functions.
393
394 * keymaps.texi (Changing Key Bindings): Cleanup.
395 Add xref to Key Binding Conventions.
396
397 * display.texi (Attribute Functions): Add examples for
398 face-attribute-relative-p.
399
400 * tips.texi (Coding Conventions): Cleanup last change.
401
42b50684
KB
4022006-07-05 Karl Berry <karl@gnu.org>
403
08b17d37
KS
404 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
405 Remove @setchapternewpage odd.
42b50684
KB
406 Result is 1013 pages, down from 1100.
407
08b17d37
KS
408 * anti.texi, customize.texi, display.texi, internals.texi:
409 * minibuf.texi, modes.texi, tips.texi:
9b7fa297 410 Fix overfull/underfull boxes.
42b50684 411
180f018c
TTN
4122006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
413
414 * edebug.texi (Instrumenting):
415 Add Edebug-specific findex for eval-buffer.
416 * loading.texi (Loading):
417 Replace eval-current-buffer with eval-buffer.
418
8e338f7b
EZ
4192006-06-30 Nick Roberts <nickrob@snap.net.nz>
420
421 * locals.texi (Standard Buffer-Local Variables): Update the list
422 of variables.
423
0770a251
NR
4242006-06-26 Nick Roberts <nickrob@snap.net.nz>
425
426 * files.texi (File Name Completion): Point user to the node
427 "Reading File Names".
428
d9034473
EZ
4292006-06-24 Eli Zaretskii <eliz@gnu.org>
430
eff6bfea
EZ
431 * files.texi (Contents of Directories): Document case-insensitive
432 behavior on respective filesystems.
433
d9034473
EZ
434 * objects.texi (Character Type): Document that Emacs signals an
435 error for unsupported Unicode characters specified as \uNNNN.
436
a5bd14d3
RS
4372006-06-19 Richard Stallman <rms@gnu.org>
438
439 * processes.texi (Bindat Spec): Clarify previous change.
440
d1ae9041
RS
4412006-06-16 Richard Stallman <rms@gnu.org>
442
443 * tips.texi (Coding Conventions): Better explain conventions
444 for definition constructs.
445
446 * text.texi (Special Properties): String value of `read-only'
447 serves as the error message.
448
449 * objects.texi (Character Type): Clarify prev. change.
450 (Non-ASCII in Strings): Mention \u and \U.
451
452 * commands.texi (Using Interactive): Explain problem of
453 markers, etc., in command-history.
454
1bb32610
KS
4552006-06-14 Kim F. Storm <storm@cua.dk>
456
457 * commands.texi (Waiting): Negative arg to sit-for forces
458 redisplay even if input is pending.
459
460 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
461 redisplay. Remove incorrect example of binding redisplay-dont-pause
462 around (sit-for 0).
463
c7484981
RS
4642006-06-13 Richard Stallman <rms@gnu.org>
465
466 * display.texi (Forcing Redisplay): Clarify previous change.
467
d211faa2
RF
4682006-06-13 Romain Francoise <romain@orebokech.com>
469
470 * display.texi (Forcing Redisplay): Fix typo.
471
8eb2b87f
KS
4722006-06-13 Kim F. Storm <storm@cua.dk>
473
474 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
475
503b5e1c
LT
4762006-06-10 Luc Teirlinck <teirllm@auburn.edu>
477
478 * tips.texi (Coding Conventions): Add `@end itemize'.
479
9e362b84
RS
4802006-06-10 Richard Stallman <rms@gnu.org>
481
482 * tips.texi (Coding Conventions): Explain use of coding systems
483 to ensure one decoding for strings.
484
7cb93181
EZ
4852006-06-09 Aidan Kehoe <kehoea@parhasard.net>
486
9b7fa297 487 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7cb93181
EZ
488 syntax.
489
afd63bda
EZ
4902006-06-07 Eli Zaretskii <eliz@gnu.org>
491
492 * display.texi (Font Selection): Remove description of
493 clear-face-cache.
494
495 * compile.texi (Eval During Compile): Fix a typo. Add index
496 entries for possible uses of eval-when-compile.
497
71ee3e04
TTN
4982006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
499
500 * display.texi (Abstract Display): Fix typo.
501
a941b26b
EZ
5022006-06-03 Eli Zaretskii <eliz@gnu.org>
503
504 * minibuf.texi (Minibuffer History) <history-add-new-input>:
505 Reword variable's description.
506
963128f3
RS
5072006-06-01 Richard Stallman <rms@gnu.org>
508
509 * windows.texi (Splitting Windows): Clarify splitting nonselected
510 window.
511
82db8fa7
JL
5122006-05-31 Juri Linkov <juri@jurta.org>
513
514 * minibuf.texi (Minibuffer History): Add history-add-new-input.
515
d9e8091d
RS
5162006-05-30 Richard Stallman <rms@gnu.org>
517
6ac209a3
RS
518 * display.texi (Line Height): Fix errors in description of
519 default line height and line-height properyty.
520
d9e8091d
RS
521 * nonascii.texi (Default Coding Systems): Further clarification.
522
93fd6289
LT
5232006-05-29 Luc Teirlinck <teirllm@auburn.edu>
524
525 * internals.texi (Pure Storage): Mention that an overflow in pure
526 space causes a memory leak.
527 (Garbage Collection): If there was an overflow in pure space,
528 `garbage-collect' returns nil.
529
7c42b3e0
EZ
5302006-05-30 Eli Zaretskii <eliz@gnu.org>
531
532 * nonascii.texi (Default Coding Systems): Fix it some more.
533
b8909e88
EZ
5342006-05-29 Eli Zaretskii <eliz@gnu.org>
535
536 * nonascii.texi (Default Coding Systems): Fix last change.
537
6d3906d5
KH
5382006-05-29 Kenichi Handa <handa@m17n.org>
539
540 * nonascii.texi (find-operation-coding-system): Describe the new
541 argument format (FILENAME . BUFFER).
542
0985f920
RS
5432006-05-28 Richard Stallman <rms@gnu.org>
544
545 * tips.texi (Coding Conventions): Better explain reasons not to
546 advise other packages or use `eval-after-load'.
547
6c6e0bb4
KS
5482006-05-29 Kim F. Storm <storm@cua.dk>
549
550 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
551 `bindat-idx' and `bindat-raw' for clarity.
552
096432af
TTN
5532006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
554
b9e17eb3
TTN
555 * processes.texi (Bindat Spec): Expand on `repeat' handler.
556
096432af
TTN
557 * display.texi (Display): Add "Abstract Display" to menu.
558 (Abstract Display, Abstract Display Functions)
559 (Abstract Display Example): New nodes.
560 * elisp.texi (Top): Add "Abstract Display" to menu.
561
e4b3f22f
CY
5622006-05-27 Chong Yidong <cyd@stupidchicken.com>
563
917b8227
CY
564 * keymaps.texi (Key Sequences): Link to input events definition.
565 (Format of Keymaps): Delete material duplicated in Keymap Basics.
566
e4b3f22f
CY
567 * files.texi (Changing Files): Document updated argument list for
568 copy-file.
569
f1b64ef1
TTN
5702006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
571
572 * processes.texi (Bindat Functions): Explain term "total length".
573 Use it in bindat-length and bindat-pack descriptions.
574
3d0793e4
EZ
5752006-05-26 Eli Zaretskii <eliz@gnu.org>
576
577 * tips.texi (Coding Conventions): Advise against using
578 eval-after-load in packages. Add an index entry.
579
abeb5483
JL
5802006-05-25 Juri Linkov <juri@jurta.org>
581
92aa92fa
JL
582 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
583
abeb5483
JL
584 * modes.texi (%-Constructs): Add %e, %z, %Z.
585
403a7bca
RS
5862006-05-25 Richard Stallman <rms@gnu.org>
587
588 * elisp.texi (Top): Update subnode menu.
589
590 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
591 (Keymaps): Update menu.
592
39a9bed3
CY
5932006-05-25 Chong Yidong <cyd@stupidchicken.com>
594
595 * keymaps.texi (Key Sequences): Some clarifications.
596
78b3f5c3
TTN
5972006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
598
599 * processes.texi (Bindat Functions): Say "unibyte string"
600 explicitly for bindat-unpack and bindat-pack descriptions.
601 (Bindat Examples): Don't call `string-make-unibyte' in example.
602
08244b81
CY
6032006-05-25 Chong Yidong <cyd@stupidchicken.com>
604
605 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
606 Explain string and vector representations of key sequences
607
78b3f5c3
TTN
608 * keymaps.texi (Changing Key Bindings):
609 * commands.texi (Interactive Codes, Interactive Codes):
08244b81
CY
610 * help.texi (Describing Characters): Refer to it.
611
b370c94d
LT
6122006-05-23 Luc Teirlinck <teirllm@auburn.edu>
613
614 * frames.texi (Pointer Shape): @end table -> @end defvar.
615
b8223441
RS
6162006-05-22 Richard Stallman <rms@gnu.org>
617
618 * elisp.texi (Top): Update subnode menus.
619
620 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
621 Contents rewritten; material from old Pointer Shape node moved here.
622
623 * display.texi (Pointer Shape): Node deleted.
624 (Image Descriptors): Minor cleanup.
625
c18eec5c
RS
6262006-05-21 Richard Stallman <rms@gnu.org>
627
628 * syntax.texi (Parsing Expressions): Update info on which STATE
629 elements are ignored.
630
9300b310
LT
6312006-05-19 Luc Teirlinck <teirllm@auburn.edu>
632
86735b2d
LT
633 * hooks.texi (Standard Hooks): Correct typo.
634
9300b310
LT
635 * gpl.texi (GPL): ifinfo -> ifnottex.
636
75e3b957
EZ
6372006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
638
639 * searching.texi (Simple Match Data): Warn about match data being
640 set anew by every search.
641
0bcf8735
RS
6422006-05-17 Richard Stallman <rms@gnu.org>
643
644 * minibuf.texi (Minibuffer History): Clarify.
645
646 * searching.texi (Regexp Special): Clarify nested regexp warning.
647
b3abe3a5
KS
6482006-05-16 Kim F. Storm <storm@cua.dk>
649
650 * minibuf.texi (Minibuffer History): Update add-to-history.
651
bc20db55
KH
6522006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
653
654 * nonascii.texi (Explicit Encoding): Fix
655 typo (encoding<->decoding).
656
f31263a4
RS
6572006-05-14 Richard Stallman <rms@gnu.org>
658
46a2df8e
RS
659 * buffers.texi (Creating Buffers): Cleanup.
660
f31263a4
RS
661 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
662
1299a5a4
EZ
6632006-05-13 Eli Zaretskii <eliz@gnu.org>
664
642c61f3
EZ
665 * buffers.texi (Current Buffer): Document that with-temp-buffer
666 disables undo.
667
1299a5a4
EZ
668 * os.texi (Terminal-Specific): More accurate description of how
669 Emacs searches for the terminal-specific libraries.
670
61515a63
EZ
6712006-05-12 Eli Zaretskii <eliz@gnu.org>
672
b811ef49
EZ
673 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
674 emacs-xtra to @inforef's.
675
4a7910c7
EZ
676 * text.texi (Undo): Document that undo is turned off in buffers
677 whose names begin with a space.
678
679 * buffers.texi (Buffer Names): Add index entries for buffers whose
680 names begin with a space.
681 (Creating Buffers): Document that undo is turned off in buffers
682 whose names begin with a space.
683
f055e02c
EZ
684 * files.texi (Visiting Functions, Reading from Files)
685 (Saving Buffers): Mention code and EOL conversions by file I/O
686 primitives and subroutines.
687
0ef0b416
EZ
688 * nonascii.texi (Lisp and Coding Systems): Document
689 coding-system-eol-type. Add index entries for eol conversion.
690
61515a63
EZ
691 * display.texi (Defining Faces): Mention `mac', and add an xref to
692 where window-system is described.
693
e4c068c0
RS
6942006-05-10 Richard Stallman <rms@gnu.org>
695
696 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
697
31035927
RS
6982006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
699
700 * variables.texi (File Local Variables): Recommend to quote lambda
701 expressions in safe-local-variable property.
702
f12a0718
RS
7032006-05-09 Richard Stallman <rms@gnu.org>
704
705 * variables.texi (File Local Variables): Document
706 safe-local-eval-forms and safe-local-eval-function.
707
ed7e6c32
KS
7082006-05-07 Kim F. Storm <storm@cua.dk>
709
710 * minibuf.texi (Minibuffer History): Remove keep-dups arg
711 from add-to-history.
712
5a36d834
RF
7132006-05-07 Romain Francoise <romain@orebokech.com>
714
715 * commands.texi (Event Input Misc):
716 * compile.texi (Eval During Compile):
717 * internals.texi (Buffer Internals):
718 * minibuf.texi (Initial Input):
719 * nonascii.texi (Scanning Charsets):
720 * numbers.texi (Comparison of Numbers):
721 * windows.texi (Textual Scrolling, Vertical Scrolling):
722 Fix various typos.
723
fbc284f6
EZ
7242006-05-06 Eli Zaretskii <eliz@gnu.org>
725
f53d2e87
EZ
726 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
727 conditional xref's to either emacs or emacs-xtra, depending on
728 @iftex/@ifnottex.
729
fbc284f6
EZ
730 * minibuf.texi (Minibuffer History): Document add-to-history.
731
3dfed653
EZ
7322006-05-05 Eli Zaretskii <eliz@gnu.org>
733
734 * internals.texi (Pure Storage): Mention the pure overflow message
735 at startup.
736
8e7a9a24
EZ
7372006-05-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
738
739 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
740 (Searching Keymaps): Fix pseudo-Lisp description of keymap
741 search.
742
d0789de9
RS
7432006-05-01 Richard Stallman <rms@gnu.org>
744
745 * intro.texi (nil and t): Clarify.
746
747 * variables.texi (File Local Variables): Suggest using booleanp.
748
fc2cb772
JB
7492006-05-01 Juanma Barranquero <lekktu@gmail.com>
750
751 * objects.texi (Type Predicates): Fix typos.
752
27c5714a
SM
7532006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
754
755 * intro.texi (nil and t): Add booleanp.
756
757 * objects.texi (Type Predicates): Add links for booleanp and
758 string-or-null-p.
759
eadb9d45
RS
7602006-04-29 Richard Stallman <rms@gnu.org>
761
27c5714a 762 * modes.texi (Multiline Font Lock): Rename from
eadb9d45
RS
763 Multi line Font Lock Elements. Much clarification.
764 (Font Lock Multiline, Region to Fontify): Much clarification.
765
7817e3d3
SM
7662006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * variables.texi (File Local Variables): Remove the special case t for
769 safe-local-variable.
770
8ac3a455
RS
7712006-04-26 Richard Stallman <rms@gnu.org>
772
773 * syntax.texi (Parsing Expressions): Minor cleanup.
774
290e4aae
RS
7752006-04-18 Richard Stallman <rms@gnu.org>
776
777 * tips.texi (Coding Conventions): Explain when the package's
778 prefix should appear later on (not at the start of the name).
779
780 * searching.texi (String Search): Clarify effect of NOERROR.
781
782 * modes.texi (Imenu): Clarify what special items do.
783
784 * hooks.texi (Standard Hooks): Delete text about old hook names.
785
1e2b8ce5
RF
7862006-04-17 Romain Francoise <romain@orebokech.com>
787
788 * variables.texi (Local Variables): Update the default value of
789 `max-specpdl-size'.
790
51fa34bc
MB
7912006-04-15 Michael Olson <mwolson@gnu.org>
792
793 * processes.texi (Transaction Queues): Mention the new optional
794 `delay-question' argument for `tq-enqueue'.
795
61f32d39
BW
7962006-04-13 Bill Wohler <wohler@newt.com>
797
798 * customize.texi (Common Keywords): Use dotted notation for
9b7fa297 799 :package-version value. Specify its values. Improve documentation
50b7bce0 800 for customize-package-emacs-version-alist.
61f32d39 801
4f8ed159
BW
8022006-04-12 Bill Wohler <wohler@newt.com>
803
804 * customize.texi (Common Keywords): Move description of
805 customize-package-emacs-version-alist to @defvar.
806
e5e864ab
BW
8072006-04-10 Bill Wohler <wohler@newt.com>
808
809 * customize.texi (Common Keywords): Add :package-version.
810
6c230417
KS
8112006-04-10 Kim F. Storm <storm@cua.dk>
812
813 * text.texi (Buffer Contents): Add NOPROPS arg to
814 filter-buffer-substring.
815
d82eac8f
EZ
8162006-04-08 Kevin Ryde <user42@zip.com.au>
817
818 * os.texi (Command-Line Arguments): Update xref to emacs manual
819 "Command Arguments" -> "Emacs Invocation", per change there.
820
4f815b29
TTN
8212006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
822
823 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
824 be on one line to help makeinfo not render two spaces after the dot.
825
122c3009
RS
8262006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
827
828 * strings.texi (Predicates for Strings): Add string-or-null-p.
829
da68bc3d
KS
8302006-03-28 Kim F. Storm <storm@cua.dk>
831
832 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
833 remarks about systems that don't support fractional seconds.
834
b223e22d
KB
8352006-03-25 Karl Berry <karl@gnu.org>
836
fc2cb772 837 * elisp.texi: Use @copyright{} instead of (C), and do not indent
b223e22d
KB
838 the year list.
839
b756c64c
NR
8402006-03-21 Nick Roberts <nickrob@snap.net.nz>
841
842 * display.texi (Fringe Indicators): Fix typos.
843
fe3dca59
LT
8442006-03-19 Luc Teirlinck <teirllm@auburn.edu>
845
c287ad03 846 * tips.texi (Documentation Tips): One can now also write `program'
fe3dca59
LT
847 in front of a quoted symbol in a docstring to prevent making a
848 hyperlink.
849
e91d4202
AM
8502006-03-19 Alan Mackenzie <acm@muc.de>
851
290e4aae 852 * text.texi (Special Properties): Clarify `fontified' property.
e91d4202 853
e8a5f60b
RS
8542006-03-16 Richard Stallman <rms@gnu.org>
855
856 * display.texi (Defining Images): Minor cleanup.
857
486daaa5
BW
8582006-03-16 Bill Wohler <wohler@newt.com>
859
860 * display.texi (Defining Images): In image-load-path-for-library,
861 prefer user's images.
862
4ffc92c2
SM
8632006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
864
865 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
866
874a6ef8
BW
8672006-03-15 Bill Wohler <wohler@newt.com>
868
869 * display.texi (Defining Images): Fix example in
870 image-load-path-for-library by not recommending that one binds
fc2cb772 871 image-load-path. Just defvar it to placate compiler and only use
874a6ef8
BW
872 it if previously defined.
873
70949f30
BW
8742006-03-14 Bill Wohler <wohler@newt.com>
875
876 * display.texi (Defining Images): In image-load-path-for-library,
877 always return list of directories. Update example.
878
c852c516
AM
8792006-03-14 Alan Mackenzie <acm@muc.de>
880
881 * modes.texi: New node, "Region to Fontify" (for Font Lock).
882 This describes font-lock-extend-region-function.
4ffc92c2 883 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
c852c516
AM
884 the new node "Region to Fontify".
885
7cd3712b
RS
8862006-03-13 Richard Stallman <rms@gnu.org>
887
888 * display.texi (Invisible Text): The impossible position is
889 now before the invisible text, not after.
890 (Defining Images): Clean up last change.
891
2c676341
BW
8922006-03-11 Bill Wohler <wohler@newt.com>
893
894 * display.texi (Defining Images): Add image-load-path-for-library.
895
6f49b4c5
LT
8962006-03-11 Luc Teirlinck <teirllm@auburn.edu>
897
2d14c9bf
LT
898 * text.texi (Adaptive Fill): Fix Texinfo usage.
899
900 * strings.texi (Creating Strings): Fix Texinfo usage.
901
6f49b4c5
LT
902 * searching.texi (Regexp Special): Use @samp for regular
903 expressions that are not in Lisp syntax.
904
fc1d3386
LT
9052006-03-08 Luc Teirlinck <teirllm@auburn.edu>
906
907 * searching.texi (Regexp Special): Put remark between parentheses
908 to avoid misreading.
909
7b2c2ca9
LT
9102006-03-07 Luc Teirlinck <teirllm@auburn.edu>
911
912 * searching.texi (Syntax of Regexps): More accurately describe
913 which characters are special in which situations.
914 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
915 are not special. Describe in detail when `[' and `]' are special.
916 (Regexp Backslash): Plenty of regexps with unbalanced square
917 brackets are valid, so reword that statement.
918
f79bc642
KS
9192006-03-02 Kim F. Storm <storm@cua.dk>
920
921 * keymaps.texi (Tool Bar): Add tool-bar-border.
922
1d9a5237
LT
9232006-02-28 Luc Teirlinck <teirllm@auburn.edu>
924
a86b01fa 925 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 926
2534ef94
LT
9272006-02-27 Luc Teirlinck <teirllm@auburn.edu>
928
929 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
930
931 * files.texi (Locating Files): Suggest additional values for the
932 SUFFIXES arg of `locate-file'. Update pxref.
933
934 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
935 (How Programs Do Loading): Discuss the effects of Auto Compression
936 mode on `load'.
937 (Load Suffixes): New node.
394e96d5 938 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
939 moved to "Load Suffixes".
940 (Autoload, Named Features): Mention `load-suffixes'.
941
dd9959da 9422006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
943
944 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
945
946 * windows.texi (Window Tree): Fix typo.
947
49af2995
KS
9482006-02-20 Kim F. Storm <storm@cua.dk>
949
950 * display.texi (Fringe Indicators): New section.
951 Move indicate-empty-lines, indicate-buffer-boundaries, and
952 default-indicate-buffer-boundaries here.
953 Add fringe-indicator-alist and default-fringes-indicator-alist.
954 Add list of logical fringe indicator symbols.
955 Update list of standard bitmap names.
956 (Fringe Cursors): New section.
957 Move overflow-newline-into-fringe here.
958 Add fringe-cursor-alist and default-fringes-cursor-alist.
959 Add list of fringe cursor symbols.
960
58f71009
JB
9612006-02-20 Juanma Barranquero <lekktu@gmail.com>
962
963 * commands.texi (Using Interactive): Fix reference to node
964 "Minibuffers".
965
5498b6af
RS
9662006-02-19 Richard M. Stallman <rms@gnu.org>
967
968 * minibuf.texi (High-Level Completion):
969 Add xref to read-input-method-name.
970
971 * files.texi (Relative File Names): Move file-relative-name here.
972 (File Name Expansion): From here. Minor clarifications.
973
974 * commands.texi (Using Interactive): Add xrefs about reading input.
975 Clarify remarks about that moving point and mark.
976 Put string case before list case.
977
43ce897a 9782006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68 979
4ffc92c2
SM
980 * display.texi (Other Display Specs, Image Descriptors):
981 Revert erroneous changes. The previous description of
982 image-descriptors as `(image . PROPS)' was correct.
b6498a68 983
1324d26e
RS
9842006-02-14 Richard M. Stallman <rms@gnu.org>
985
986 * variables.texi (File Local Variables): Clarifications.
987
0da93350
JB
9882006-02-14 Juanma Barranquero <lekktu@gmail.com>
989
990 * variables.texi (File Local Variables): Use @code for a cons
991 cell, not @var.
992
51a39bab
CY
9932006-02-13 Chong Yidong <cyd@stupidchicken.com>
994
995 * variables.texi (File Local Variables): Document new file local
996 variable behavior.
997
d342156c
KS
9982006-02-10 Kim F. Storm <storm@cua.dk>
999
1000 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
1001
8392fe4a
JB
10022006-02-08 Juanma Barranquero <lekktu@gmail.com>
1003
1004 * modes.texi (%-Constructs): Remove obsolete info about
1005 `global-mode-string'.
1006
cd6cd82a
RS
10072006-02-07 Richard M. Stallman <rms@gnu.org>
1008
d78dc2d8
RS
1009 * commands.texi (Prefix Command Arguments): Minor cleanup.
1010
1011 * display.texi: "Graphical display", not window system.
1012
cd6cd82a
RS
1013 * functions.texi (What Is a Function): Fix xref.
1014
1015 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
1016 (Changing Key Bindings): Clarify when remapping is better than
1017 substitute-key-definition.
1018
10192006-02-02 Richard M. Stallman <rms@gnu.org>
1020
1021 * minibuf.texi (Basic Completion): Completion alists are risky.
1022
1023 * keymaps.texi (Active Keymaps): Clarifications.
1024 (Searching Keymaps): New node.
1025 (Keymaps): Update menu.
1026
1027 * frames.texi (Layout Parameters): Minor clarification.
1028 (Drag and Drop): New node.
1029 (Frames): Update menu.
1030
cf052abc
CY
10312006-01-29 Chong Yidong <cyd@stupidchicken.com>
1032
4ffc92c2
SM
1033 * display.texi (Other Display Specs, Image Descriptors):
1034 Image description is a list, not a cons cell.
cf052abc 1035
1f2907ee
LT
10362006-01-28 Luc Teirlinck <teirllm@auburn.edu>
1037
1038 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
1039 list is not necessarily a list).
1040
a849f77d
EZ
10412006-01-27 Eli Zaretskii <eliz@gnu.org>
1042
1043 * frames.texi (Layout Parameters): border-width and
1044 internal-border-width belong to the frame, not the window.
1045
d322eb9b
RS
10462006-01-19 Richard M. Stallman <rms@gnu.org>
1047
1048 * nonascii.texi (Translation of Characters): Search cmds use
1049 translation-table-for-input. Automatically made local.
1050
1051 * markers.texi (Overview of Markers): Count insertion type
1052 as one of a marker's attributes.
1053
cd6cd82a
RS
1054 * keymaps.texi (Controlling Active Maps): New node, split out of
1055 Active Keymaps.
1056 (Keymaps): Menu updated.
1057 (Active Keymaps): Give pseudocode to explain how the active
1058 maps are searched. current-active-maps and key-binding moved here.
1059 (Functions for Key Lookup): current-active-maps and key-binding moved.
1060 Clarifications.
1061 (Searching the Keymaps): New subnode.
1062
d322eb9b
RS
1063 * elisp.texi (Top): Menu clarification.
1064
1065 * display.texi (Other Display Specs): Delete duplicate entry for
1066 just a string as display spec. Move text about recursive display
1067 specs on such a string.
1068
1069 * commands.texi (Key Sequence Input): Clarify.
1070 Move num-nonmacro-input-events out.
1071 (Reading One Event): num-nonmacro-input-events moved here.
1072
2ac77b5a
NR
10732006-01-14 Nick Roberts <nickrob@snap.net.nz>
1074
1075 * advice.texi (Simple Advice): Update example to fit argument
1076 change in previous-line.
1077
a203a18c
RS
10782006-01-05 Richard M. Stallman <rms@gnu.org>
1079
1080 * markers.texi (The Mark): Fix in `mark'.
1081
d9043ddf
RS
10822006-01-04 Richard M. Stallman <rms@gnu.org>
1083
1084 * processes.texi (Misc Network, Make Network): Minor cleanups.
1085
8a5db8ae
KS
10862006-01-04 Kim F. Storm <storm@cua.dk>
1087
1088 * processes.texi (Make Network): Add IPv6 addresses and handling.
1089 (Network Feature Testing): Mention (:family ipv6).
1090 (Misc Network): Add IPv6 formats to format-network-address.
1091
19bb7940
RS
10922005-12-30 Richard M. Stallman <rms@gnu.org>
1093
1094 * text.texi (Changing Properties):
1095 Don't use return value of set-text-properties.
1096
b9cb50d9
LT
10972005-12-29 Luc Teirlinck <teirllm@auburn.edu>
1098
1099 * modes.texi (Mode Line Format): Correct typo in menu.
1100
94a867a6
RS
11012005-12-29 Richard M. Stallman <rms@gnu.org>
1102
1103 * modes.texi (Mode Line Top): New node.
1104 (Mode Line Data): Some text moved to new node.
1105 Explain the data structure more concretely.
1106 (Mode Line Basics): Clarifications.
1107 (Mode Line Variables): Clarify intro paragraph.
1108 (%-Constructs): Clarify intro paragraph.
1109 (Mode Line Format): Update menu.
1110
ba455131
LT
11112005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1112
1113 * minibuf.texi (Basic Completion): Update lazy-completion-table
1114 examples for removal of ARGS argument.
1115
2b6abe1e
RS
11162005-12-23 Richard M. Stallman <rms@gnu.org>
1117
1118 * text.texi (Undo): Restore some explanation from the version
1119 that was deleted.
1120
2d7409f2
EZ
11212005-12-23 Eli Zaretskii <eliz@gnu.org>
1122
abeb5483 1123 * text.texi (Undo): Remove duplicate descriptions of `apply
2d7409f2
EZ
1124 funname' and `apply delta' elements of the undo list.
1125
2e23b82e
RS
11262005-12-20 Richard M. Stallman <rms@gnu.org>
1127
1128 * help.texi (Help Functions): Update documentation of `apropos'.
1129
a31687ce
LT
11302005-12-20 Luc Teirlinck <teirllm@auburn.edu>
1131
1132 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1133 because it is confusing. If the :help-echo keyword is a function,
1134 it is not directly used as the :help-echo overlay property, as the
1135 xref seems to suggest (it does not take the appropriate args).
1136
0e83c4e9
LT
11372005-12-19 Luc Teirlinck <teirllm@auburn.edu>
1138
1139 * customize.texi (Common Keywords): Fix Texinfo usage.
1140 (Group Definitions, Variable Definitions): Update for new
1141 conventions for using `*' in docstrings.
77df907a
LT
1142
1143 * tips.texi (Documentation Tips): Update for new conventions for
1144 using `*' in docstrings.
1145
69487a1f
RS
11462005-12-16 Richard M. Stallman <rms@gnu.org>
1147
1148 * minibuf.texi (Minibuffer Contents): Minor cleanup.
1149
2a502a32
JL
11502005-12-16 Juri Linkov <juri@jurta.org>
1151
1152 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1153
b158c851
RF
11542005-12-14 Romain Francoise <romain@orebokech.com>
1155
1156 * modes.texi (Customizing Keywords): Rename `append' to `how'.
1157 Fix typo.
1158
d7d1f75e
JL
11592005-12-11 Juri Linkov <juri@jurta.org>
1160
1161 * minibuf.texi (Completion Commands): Add mention of read-file-name
1162 for filename completion keymaps.
1163 (Reading File Names): Add mention of filename completion keymaps
1164 for read-file-name and xref to `Completion Commands'.
1165
4b1c16c2
RS
11662005-12-10 Richard M. Stallman <rms@gnu.org>
1167
1168 * customize.texi (Common Keywords): State caveats for use of :tag.
1169
1d49d5d9
RS
11702005-12-08 Richard M. Stallman <rms@gnu.org>
1171
2663a204
RS
1172 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1173 with xrefs and better explanation.
1174 (Completion Commands): Add the filename completion maps.
1175
1d49d5d9
RS
1176 * objects.texi (Character Type): Clarify that \s is not space
1177 if a dash follows.
1178
fa0d4d0c
RS
11792005-12-05 Richard M. Stallman <rms@gnu.org>
1180
1181 * windows.texi (Resizing Windows): Delete preserve-before args.
1182
d64b177a
SM
11832005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1186 in full keymaps, since the quirk has been fixed.
1187
79019cc9
EZ
11882005-12-03 Eli Zaretskii <eliz@gnu.org>
1189
1190 * hooks.texi (Standard Hooks): Add index entries. Mention
1191 `compilation-finish-functions'.
1192
161ef3be
RS
11932005-11-27 Richard M. Stallman <rms@gnu.org>
1194
1195 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1196
17c1971a
JL
11972005-11-21 Juri Linkov <juri@jurta.org>
1198
1199 * customize.texi (Common Keywords): Update links types
1200 custom-manual and url-link. Add link types emacs-library-link,
1201 file-link, function-link, variable-link, custom-group-link.
1202
5890344b
CY
12032005-11-20 Chong Yidong <cyd@stupidchicken.com>
1204
1205 * display.texi: Revert 2005-11-20 change.
1206
cbce0752
TTN
12072005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1208
1209 * processes.texi (Bindat Functions):
1210 Say "third" to refer to zero-based index "2".
1211
ff04c885
LT
12122005-11-18 Luc Teirlinck <teirllm@auburn.edu>
1213
1214 * loading.texi (Library Search): Update the default value of
1215 `load-suffixes'.
1216
ce8d4e00
CY
12172005-11-17 Chong Yidong <cyd@stupidchicken.com>
1218
1219 * display.texi (Attribute Functions): Mention :ignore-defface.
1220
cbad4a9e
SM
12212005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1222
1223 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 1224 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 1225
fda12b27
RS
12262005-11-06 Richard M. Stallman <rms@gnu.org>
1227
1228 * files.texi (Magic File Names): find-file-name-handler checks the
1229 `operations' property of the handler.
1230
e082564e
RS
12312005-11-03 Richard M. Stallman <rms@gnu.org>
1232
1233 * variables.texi (Frame-Local Variables): Small clarification.
1234
f0cdd9e4
CY
12352005-10-29 Chong Yidong <cyd@stupidchicken.com>
1236
1237 * os.texi (Init File): Document ~/.emacs.d/init.el.
1238
685abb98
RS
12392005-10-29 Richard M. Stallman <rms@gnu.org>
1240
1241 * internals.texi (Garbage Collection): Document memory-full.
1242
7000848e
BW
12432005-10-28 Bill Wohler <wohler@newt.com>
1244
1245 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1246 for URLs.
1247
107fb6c9
RS
12482005-10-28 Richard M. Stallman <rms@gnu.org>
1249
1250 * minibuf.texi (Completion Commands): Clean up prev change.
1251
12522005-10-26 Kevin Ryde <user42@zip.com.au>
1253
1254 * compile.texi (Eval During Compile): Explain recommended uses
1255 of eval-when-compile and eval-and-compile.
1256
1d8e69a2
MY
12572005-10-27 Masatake YAMATO <jet@gyve.org>
1258
cbad4a9e 1259 * minibuf.texi (Completion Commands):
1d8e69a2 1260 Write about new optional argument for `display-completion-list'.
cbad4a9e 1261
6a897887
RS
12622005-10-23 Richard M. Stallman <rms@gnu.org>
1263
1264 * display.texi (Overlay Arrow): Clarify about local bindings of
1265 overlay-arrow-position.
1266
6d1e17be
EZ
12672005-10-22 Eli Zaretskii <eliz@gnu.org>
1268
1269 * internals.texi (Building Emacs): Fix last change.
1270
db5fe0a6
RS
12712005-10-22 Richard M. Stallman <rms@gnu.org>
1272
1273 * internals.texi (Building Emacs): Document eval-at-startup.
1274
45158e77
RS
12752005-10-21 Richard M. Stallman <rms@gnu.org>
1276
1277 * loading.texi (Where Defined): load-history contains abs file names.
1278 symbol-file returns abs file names.
1279
e50165ec
KS
12802005-10-19 Kim F. Storm <storm@cua.dk>
1281
1282 * display.texi (Showing Images): Add max-image-size integer value.
1283
63ab30d0
CY
12842005-10-18 Chong Yidong <cyd@stupidchicken.com>
1285
1286 * display.texi (Showing Images): Document max-image-size.
1287
f8252852
RS
12882005-10-17 Richard M. Stallman <rms@gnu.org>
1289
1290 * commands.texi (Quitting): Minor clarification.
1291
1292 * processes.texi (Sentinels): Clarify about output and quitting.
1293 (Filter Functions): Mention with-local-quit.
1294
c1bed3aa
JL
12952005-10-17 Juri Linkov <juri@jurta.org>
1296
1297 * buffers.texi (Current Buffer):
1298 * commands.texi (Event Input Misc):
1299 * compile.texi (Eval During Compile, Compiler Errors):
1300 * customize.texi (Group Definitions):
1301 * display.texi (Progress, Defining Faces):
1302 * files.texi (Writing to Files):
1303 * modes.texi (Mode Hooks, Defining Minor Modes):
1304 * streams.texi (Output Functions):
1305 * syntax.texi (Syntax Table Functions):
1306 * text.texi (Change Hooks):
1307 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
1308
1309 * commands.texi (Quitting): Replace arg `forms' with `body' in
1310 `with-local-quit'.
1311
1312 * positions.texi (Excursions): Replace arg `forms' with `body' in
1313 `save-excursion'.
1314
ef1b4c9e
KS
13152005-10-08 Kim F. Storm <storm@cua.dk>
1316
1317 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
1318 Rename manual section accordingly.
1319
abc8ce50
KS
13202005-10-04 Kim F. Storm <storm@cua.dk>
1321
1322 * windows.texi (Window Split Tree): New section describing
1323 new function window-split-tree function.
1324
a1f5a1f0
NR
13252005-10-03 Nick Roberts <nickrob@snap.net.nz>
1326
1327 * display.texi (Fringe Size/Pos): Simplify and add detail.
1328
97c3e4cc
RF
13292005-09-30 Romain Francoise <romain@orebokech.com>
1330
1331 * minibuf.texi (High-Level Completion): Explain that the prompt
1332 given to `read-buffer' should end with a colon and a space.
1333 Update usage examples.
1334
8ad8c5ce
JL
13352005-09-29 Juri Linkov <juri@jurta.org>
1336
1337 * display.texi (Displaying Messages): Rename argument name
1338 `string' to `format-string' in functions `message', `message-box',
1339 `message-or-box'.
1340
63182706
CY
13412005-09-26 Chong Yidong <cyd@stupidchicken.com>
1342
fc2cb772 1343 * errors.texi (Standard Errors): Correct xrefs.
63182706 1344
906320ec
CY
13452005-09-18 Chong Yidong <cyd@stupidchicken.com>
1346
fc2cb772 1347 * display.texi (Defining Images): Update documentation for
906320ec
CY
1348 `image-load-path'.
1349
8ccd3630
RS
13502005-09-17 Richard M. Stallman <rms@gnu.org>
1351
1352 * display.texi (Defining Images): Clean up previous change.
1353
7260457b
RF
13542005-09-16 Romain Francoise <romain@orebokech.com>
1355
1356 * elisp.texi: Specify GFDL version 1.2.
1357
1358 * doclicense.texi (GNU Free Documentation License): Update to
1359 version 1.2.
1360
5b51c037
CY
13612005-09-15 Chong Yidong <cyd@stupidchicken.com>
1362
1363 * display.texi (Defining Images): Document `image-load-path'.
1364
5c4757d3
RS
13652005-09-15 Richard M. Stallman <rms@gnu.org>
1366
1367 * objects.texi (Printed Representation): Minor cleanup.
1368 (Box Diagrams): Minor fix.
1369 (Cons Cell Type): Move (...) index item here.
1370 (Box Diagrams): From here.
1371 (Array Type): Minor fix.
1372 (Type Predicates): Delete index "predicates".
1373 (Hash Table Type): Clarify xref.
1374 (Dotted Pair Notation): Minor fix.
1375
2bb8b80c
CY
13762005-09-10 Chong Yidong <cyd@stupidchicken.com>
1377
1378 * files.texi (Saving Buffers): Fix typo.
1379
47b8bc5d
RS
13802005-09-08 Richard M. Stallman <rms@gnu.org>
1381
1382 * tips.texi (Programming Tips): Correct the "default" prompt spec.
1383
475aab0d
CY
13842005-09-08 Chong Yidong <cyd@stupidchicken.com>
1385
1386 * locals.texi (Standard Buffer-Local Variables): Don't include
1387 mode variables for minor modes.
1388 Fix xrefs for buffer-display-count, buffer-display-table,
1389 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1390 enable-multibyte-characters, fill-column, header-line-format,
1391 left-fringe-width, left-margin, and right-fringe-width.
1392
1393 * hooks.texi (Standard Hooks): All hooks should conform to the
1394 standard naming convention now.
1395 Fix xref for `echo-area-clear-hook'.
1396
1397 * display.texi (Usual Display): Note that indicate-empty-lines and
1398 tab-width are buffer-local.
1399
1400 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1401
1402 * modes.texi (Mode Help): Note that major-mode is buffer-local.
1403
1404 * nonascii.texi (Encoding and I/O): Note that
1405 buffer-file-coding-system is buffer-local.
1406
1407 * positions.texi (List Motion): Note that defun-prompt-regexp is
1408 buffer-local.
1409
1410 * text.texi (Auto Filling): Note that auto-fill-function is
1411 buffer-local.
1412 (Undo): Note that buffer-undo-list is buffer-local.
1413
1414 * windows.texi (Buffers and Windows): Document
1415 buffer-display-count.
1416
2a6bc1f7
RS
14172005-09-06 Richard M. Stallman <rms@gnu.org>
1418
1419 * tips.texi (Coding Conventions): Sometimes it is ok to put the
1420 package prefix elsewhere than at the start of the name.
1421
d7ea8b71
RS
14222005-09-03 Richard M. Stallman <rms@gnu.org>
1423
1424 * tips.texi (Programming Tips): Add conventions for minibuffer
1425 questions and prompts.
1426
0c6087a6
RS
14272005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
1428
1429 * intro.texi (nil and t): Minor cleanup.
1430 Delete spurious mention of keyword symbols.
1431 (Evaluation Notation): Add index entry.
1432 (A Sample Function Description): Minor cleanup.
1433 (A Sample Variable Description): Not all vars can be set.
1434
4b5fa40e
TTN
14352005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
1436
1437 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1438
1439 (Insertion): Document precise type of `insert-char' arg COUNT.
1440
34b50776
SM
14412005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 * modes.texi (Other Font Lock Variables): Sync the default of
1444 font-lock-lines-before.
1445
c1105d05
MA
14462005-08-31 Michael Albinus <michael.albinus@gmx.de>
1447
1448 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1449
62929713
RS
14502005-08-29 Richard M. Stallman <rms@gnu.org>
1451
1452 * elisp.texi (Top): Update subnode menu.
1453
1454 * searching.texi (Searching and Matching): Move node.
1455 Rearrange contents and add overall explanation.
1456 (Searching and Case): Move node.
1457 (Searching and Matching): Update menu.
1458
0fb57cc0
EZ
14592005-08-27 Eli Zaretskii <eliz@gnu.org>
1460
1461 * os.texi (Startup Summary): Fix the description of the initial
1462 startup message display.
1463
3e80c4c1
RS
14642005-08-25 Richard M. Stallman <rms@gnu.org>
1465
1466 * searching.texi (Search and Replace): Add replace-regexp-in-string.
1467
14682005-08-25 Emilio C. Lopes <eclig@gmx.net>
1469
1470 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1471 `next-overlay-change' example.
c1105d05 1472
79a8defb
JL
14732005-08-22 Juri Linkov <juri@jurta.org>
1474
1475 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1476 Fix invert-face. Fix args of face-background.
1477
16691d29
JL
1478 * display.texi (Standard Faces): Delete node.
1479 (Faces): Add xref to `(emacs)Standard Faces'.
1480 (Displaying Faces): Fix xref to `Standard Faces'.
1481
1482 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1483
217b694f
EZ
14842005-08-20 Alan Mackenzie <acm@muc.de>
1485
1486 * buffers.texi (The Buffer List): Clarify the manipulation of the
1487 buffer list.
1488
0bf14bfd
RS
14892005-08-14 Richard M. Stallman <rms@gnu.org>
1490
7ad1498e
AS
1491 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1492 a regexp.
0bf14bfd 1493
c118d09e
RS
14942005-08-11 Richard M. Stallman <rms@gnu.org>
1495
59cb8c23
RS
1496 * elisp.texi (Top): Update subnode lists.
1497
1498 * display.texi (Inverse Video): Node deleted.
1499
c118d09e
RS
1500 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1501 New nodes split out of Coding Conventions.
1502
1503 * searching.texi (Regular Expressions): Document re-builder.
1504
1505 * os.texi (Time Parsing): New node split out of Time Conversion.
1506
1507 * processes.texi (Misc Network, Network Feature Testing)
1508 (Network Options, Make Network): New nodes split out of
1509 Low-Level Network.
1510
67ec7f41
RS
15112005-08-09 Richard M. Stallman <rms@gnu.org>
1512
76d47f0d
RS
1513 * frames.texi (Geometry): New node, split from Size and Position.
1514 (Frame Parameters): Refer to Geometry.
1515
67ec7f41 1516 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 1517
67ec7f41
RS
1518 * windows.texi (Splitting Windows): Fix xref.
1519
1520 * frames.texi (Layout Parameters): Add xref.
1521
1522 * display.texi (Line Height, Scroll Bars): Fix xrefs.
1523
1524 * keymaps.texi (Menu Bar): Fix xref.
1525
1526 * locals.texi (Standard Buffer-Local Variables): Fix xref.
1527
1528 * modes.texi (%-Constructs): Fix xref.
1529
1530 * frames.texi (Window Frame Parameters): Node split up.
1531 (Basic Parameters, Position Parameters, Size Parameters)
1532 (Layout Parameters, Buffer Parameters, Management Parameters)
1533 (Cursor Parameters, Color Parameters): New subnodes.
1534
adb5e445
LT
15352005-08-09 Luc Teirlinck <teirllm@auburn.edu>
1536
1537 * positions.texi (Screen Lines): Update xref for previous change
1538 in minibuf.texi.
1539
1540 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1541 change in minibuf.texi.
1542
61298e17
RS
15432005-08-09 Richard M. Stallman <rms@gnu.org>
1544
1545 * tips.texi (Coding Conventions): Minor cleanup.
1546
1547 * modes.texi (Defining Minor Modes): Explain when init-value
1548 can be non-nil.
1549
1550 * elisp.texi (Top): Update submenu for Minibuffer.
1551
1552 * minibuf.texi (Minibuffer Misc): Node split up.
1553 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1554 (Recursive Mini): New nodes split out from Minibuffer Misc.
1555 (Minibuffer Misc): Document max-mini-window-height.
1556
1557 * hash.texi (Defining Hash): Delete stray paren in example.
1558
1559 * display.texi (Echo Area Customization): Don't define
1560 max-mini-window-height here; xref instead.
1561
1562 * commands.texi (Event Input Misc): Update while-no-input.
1563
1564 * advice.texi (Advising Functions): Explain when to use advice
1565 and when to use a hook.
1566
43e124e6
EZ
15672005-07-30 Eli Zaretskii <eliz@gnu.org>
1568
1569 * makefile.w32-in (info): Don't run install-info.
1570 ($(infodir)/dir): New target, produced by running install-info.
1571
653aea22
LT
15722005-07-27 Luc Teirlinck <teirllm@auburn.edu>
1573
1574 * modes.texi (Defining Minor Modes): The keyword for the initial
1575 value is :init-value, not :initial-value.
1576
ba6ebbd5
EZ
15772005-07-23 Eli Zaretskii <eliz@gnu.org>
1578
1579 * loading.texi (Autoload): Make the `doctor' example be consistent
1580 with what's in current loaddefs.el. Describe the "fn" magic in
1581 the usage portion of the doc string.
1582
6696f2a4
RS
15832005-07-22 Richard M. Stallman <rms@gnu.org>
1584
1585 * internals.texi (Garbage Collection): Clarify previous change.
1586
0c17e67c
SM
15872005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * internals.texi (Garbage Collection): Add gc-cons-percentage.
1590
426179e1
JL
15912005-07-18 Juri Linkov <juri@jurta.org>
1592
1593 * commands.texi (Accessing Events):
1594 * frames.texi (Text Terminal Colors, Resources):
1595 * markers.texi (The Mark):
1596 * modes.texi (Defining Minor Modes):
1597 Delete duplicate duplicate words.
1598
9b0c2c56
RS
15992005-07-16 Richard M. Stallman <rms@gnu.org>
1600
1601 * display.texi (Managing Overlays): Clarify make-overlay
1602 args for insertion types.
1603
fd90b80c
LT
16042005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1605
0c17e67c
SM
1606 * customize.texi (Variable Definitions):
1607 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
1608 `standard-value' is a list too.
1609 (Defining New Types): Use @key{RET} instead of @key{ret}.
1610
37aa90e5
TTN
16112005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
1612
1613 * os.texi (Translating Input): Fix typo.
1614
917e0c95
RS
16152005-07-08 Richard M. Stallman <rms@gnu.org>
1616
1617 * README: Update edition number and size estimate.
1618
1619 * elisp.texi (VERSION): Set to 2.9.
1620
7d90e71d
RS
16212005-07-07 Richard M. Stallman <rms@gnu.org>
1622
c330dafe
RS
1623 * book-spine.texinfo: Update Emacs version.
1624
7d90e71d
RS
1625 * display.texi (Inverse Video): Delete mode-line-inverse-video.
1626
dc2204be
RS
16272005-07-06 Richard M. Stallman <rms@gnu.org>
1628
1629 * searching.texi (Regexp Search): Clarify what re-search-forward
1630 does when the search fails.
1631
a0ec7a4a
LK
16322005-07-05 Lute Kamstra <lute@gnu.org>
1633
dc2204be 1634 * Update FSF's address in GPL notices.
a0ec7a4a
LK
1635
1636 * doclicense.texi (GNU Free Documentation License):
1637 * gpl.texi (GPL):
1638 * tips.texi (Coding Conventions, Library Headers):
1639 * vol1.texi:
1640 * vol2.texi: Update FSF's address.
1641
4af33176
RS
16422005-07-04 Richard M. Stallman <rms@gnu.org>
1643
1644 * hooks.texi (Standard Hooks): Add occur-hook.
1645
b3ab615b
LT
16462005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1647
1648 * display.texi (The Echo Area): Correct menu.
1649
3d393029
RS
16502005-07-03 Richard M. Stallman <rms@gnu.org>
1651
7fe48b75
RS
1652 * elisp.texi (Top): Update subnode menu for Display.
1653
1654 * display.texi (Displaying Messages): New node, with most
1655 of what was in The Echo Area.
1656 (Progress): Moved under The Echo Area.
1657 (Logging Messages): New node with new text.
1658 (Echo Area Customization): New node, the rest of what was
1659 in The Echo Area. Document message-truncate-lines with @defvar.
1660 (Display): Update menu.
1661
3d393029
RS
1662 * windows.texi (Textual Scrolling): Doc 3 values for
1663 scroll-preserve-screen-position.
1664
1665 * text.texi (Special Properties): Change hook functions
1666 should bind inhibit-modification-hooks around altering buffer text.
1667
1668 * keymaps.texi (Key Binding Commands): Call binding BINDING
1669 rather than DEFINITION.
1670
b26860ad
JB
16712005-06-29 Juanma Barranquero <lekktu@gmail.com>
1672
1673 * variables.texi (Defining Variables): `user-variable-p' returns t
1674 for aliases of user options, nil for alias loops.
1675
025691ed
RS
16762005-06-28 Richard M. Stallman <rms@gnu.org>
1677
1678 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
1679 make-keymap.
1680
b61bfa4d
LT
16812005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1682
1683 * variables.texi (Setting Variables): Correct and clarify
1684 description of `add-to-ordered-list'.
1685
24ee714d
RS
16862005-06-26 Richard M. Stallman <rms@gnu.org>
1687
1688 * display.texi (Faces): Minor cleanup.
1689
33b79ce4
LT
16902005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1691
1692 * display.texi (Faces): `facep' returns t for strings that are
1693 face names.
1694
df13531d
RS
16952005-06-25 Richard M. Stallman <rms@gnu.org>
1696
1697 * objects.texi (Equality Predicates): Clarify meaning of equal.
1698
1699 * windows.texi (Selecting Windows): save-selected-window
1700 and with-selected-window save and restore the current buffer.
1701
cf444441
RS
17022005-06-24 Richard M. Stallman <rms@gnu.org>
1703
1704 * numbers.texi (Float Basics): Explain how to test for NaN,
1705 and printing the sign of NaNs.
1706
6cdd056d
EZ
17072005-06-24 Eli Zaretskii <eliz@gnu.org>
1708
1709 * makefile.w32-in (MAKEINFO): Use --force.
1710
b93e3c3b
RS
17112005-06-23 Richard M. Stallman <rms@gnu.org>
1712
1713 * display.texi (Face Functions): Correct Texinfo usage.
1714
6fb276bd
LT
17152005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1716
1717 * lists.texi (Rings): `ring-elements' now returns the elements of
1718 RING in order.
1719
1d1c7e75
JB
17202005-06-23 Juanma Barranquero <lekktu@gmail.com>
1721
1722 * markers.texi (The Mark): Texinfo usage fix.
1723
9d12e52b
KS
17242005-06-23 Kim F. Storm <storm@cua.dk>
1725
1726 * searching.texi (Entire Match Data): Remove evaporate option for
1727 match-data. Do not mention evaporate option for set-match-data.
1728
6d44324c
GM
17292005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1730
1731 * display.texi (Face Functions): Mention face aliases.
1732
80df27a7
RS
17332005-06-21 Richard M. Stallman <rms@gnu.org>
1734
1735 * anti.texi (Antinews): Texinfo usage fix.
1736
e121563b
KB
17372005-06-21 Karl Berry <karl@gnu.org>
1738
9d7d543c
KB
1739 * elisp.texi: Use @copying.
1740
e121563b
KB
1741 * elisp.texi: Put @summarycontents and @contents before the Top
1742 node, instead of the end of the file, so that the contents appear
1743 in the right place in the dvi/pdf output.
1744
36a3b076
JL
17452005-06-21 Juri Linkov <juri@jurta.org>
1746
1747 * display.texi (Defining Faces): Add `customized-face'.
1748
5c796e80
KS
17492005-06-20 Kim F. Storm <storm@cua.dk>
1750
b7d1f38f
KS
1751 * variables.texi (Setting Variables): Any type of element can be
1752 given order in add-to-ordered-list. Compare elements with eq.
1753
5c796e80
KS
1754 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
1755
fb056bef
KB
17562005-06-20 Karl Berry <karl@gnu.org>
1757
1758 * syntax.texi (Syntax Flags): Make last column very slightly wider
1759 to avoid "generic comment" breaking on two lines and causing an
1760 underfull box.
1761
84398baa
LT
17622005-06-19 Luc Teirlinck <teirllm@auburn.edu>
1763
1764 * lists.texi (Rings): Various minor clarifications and corrections.
1765
07ff1e4b
RS
17662005-06-18 Richard M. Stallman <rms@gnu.org>
1767
1768 * functions.texi (Obsolete Functions): Simplify.
1769
1770 * variables.texi (Variable Aliases): Simplify.
1771
1772 * anti.texi, backups.texi, compile.texi, customization.texi:
1773 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
1774 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
1775 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
1776 * variables.texi: Fix formatting ugliness.
1777
1778 * elisp.texi: Add links to Rings and Byte Packing.
1779 Update version and copyright years.
1780
1781 * minibuf.texi: Fix formatting ugliness.
1782 (Completion Commands): Move keymap vars to the end
1783 and vars completing-read binds to the top.
1784
3f7fab24
LT
17852005-06-17 Luc Teirlinck <teirllm@auburn.edu>
1786
1787 * processes.texi: Fix typos.
1788 (Bindat Spec): Correct Texinfo error.
926c4c9b 1789 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 1790
f19b57e3
RS
17912005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
1792
1793 * lists.texi (Rings): New node.
1794 (Lists): Add it to menu.
1795
a80c5da7 1796 * processes.texi (Byte Packing): New node.
f19b57e3
RS
1797 (Processes): Add it to menu.
1798
17992005-06-17 Richard M. Stallman <rms@gnu.org>
1800
1801 * syntax.texi (Parsing Expressions): Fix texinfo usage.
1802
1803 * help.texi (Documentation Basics): Explain the xref to
1804 Documentation Tips.
1805
1806 * debugging.texi (Debugger Commands): Minor fix.
1807
67c1390d
LT
18082005-06-16 Luc Teirlinck <teirllm@auburn.edu>
1809
1810 * edebug.texi (Instrumenting): Eliminate duplicate link.
1811 (Specification List): Replace references to "below", referring to
1812 a later node, with one @ref to that node.
1813
1814 * os.texi (Timers): Timers should save and restore the match data
1815 if they change it.
1816
1817 * debugging.texi (Debugger Commands): Mention that the Lisp
1818 debugger can not step through primitive functions.
1819
51cd2a8c
JB
18202005-06-16 Juanma Barranquero <lekktu@gmail.com>
1821
1822 * functions.texi (Obsolete Functions): Update argument names of
1823 `make-obsolete' and `define-obsolete-function-alias'.
1824
1825 * variables.texi (Variable Aliases): Update argument names of
1826 `defvaralias', `make-obsolete-variable' and
1827 `define-obsolete-variable-alias'.
1828
f5e6ac4a
KS
18292005-06-15 Kim F. Storm <storm@cua.dk>
1830
1831 * searching.texi (Entire Match Data): Rephrase warnings about
1832 evaporate arg to match-data and set-match-data.
1833
fe2a9972
LT
18342005-06-14 Luc Teirlinck <teirllm@auburn.edu>
1835
67774855
LT
1836 * elisp.texi (Top): Update detailed menu.
1837
fe2a9972
LT
1838 * edebug.texi (Edebug): Update menu.
1839 (Instrumenting): Update xrefs.
1840 (Edebug Execution Modes): Correct xref.
1841 (Jumping): Clarify description of `h' command.
1842 Eliminate redundant @ref.
1843 (Breaks): New node.
9b7fa297 1844 (Breakpoints): Is now a subsubsection.
fe2a9972
LT
1845 (Global Break Condition): Mention `C-x X X'.
1846 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
1847 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
1848 (Edebug Display Update): Correct pxref.
1849 (Edebug and Macros): New node.
1850 (Instrumenting Macro Calls): Is now a subsubsection.
1851 Neither arg of `def-edebug-spec' is evaluated.
1852 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
1853 (Specification Examples): Fix typo.
1854
b59f605b
LK
18552005-06-14 Lute Kamstra <lute@gnu.org>
1856
1857 * debugging.texi (Function Debugging): Primitives can break on
1858 entry too.
1859
a5c99dc9
KS
18602005-06-14 Kim F. Storm <storm@cua.dk>
1861
1862 * variables.texi (Setting Variables): Add add-to-ordered-list.
1863
f99ed2f8
SM
18642005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1865
1866 * syntax.texi (Parsing Expressions): Document aux functions and vars of
1867 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
1868
9d42ffaa
LK
18692005-06-13 Lute Kamstra <lute@gnu.org>
1870
1871 * text.texi (Special Properties): Fix cross reference.
1872
32cc0b00
LT
18732005-06-11 Luc Teirlinck <teirllm@auburn.edu>
1874
1875 * debugging.texi (Function Debugging): Delete mention of empty
1876 string argument to `cancel-debug-on-entry'. Delete inaccurate
1877 description of the return value of that command.
1878
98d1a1cf
EZ
18792005-06-11 Alan Mackenzie <acm@muc.de>
1880
1881 * text.texi (Adaptive Fill): Amplify the description of
1882 fill-context-prefix.
1883
4b53b8d7
LT
18842005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1885
84398baa 1886 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 1887
b5305167
SM
18882005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1889
1890 * syntax.texi (Parsing Expressions): Document syntax-ppss.
1891
9bd4c3ad
LT
18922005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1893
1894 * debugging.texi (Error Debugging): Minor rewording.
1895 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
1896 is optional.
1897
257914aa
LK
18982005-06-10 Lute Kamstra <lute@gnu.org>
1899
b5305167 1900 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
1901 (Top): Give it a title. Correct version number. Give the
1902 detailed node listing a more prominent header.
b5305167
SM
1903 * intro.texi: Don't set VERSION here a second time.
1904 Mention Emacs's version too.
257914aa
LK
1905 * anti.texi (Antinews): Use EMACSVER to refer to the current
1906 version of Emacs.
1907
b7aae902
KS
19082005-06-09 Kim F. Storm <storm@cua.dk>
1909
1910 * searching.texi (Entire Match Data): Explain new `reseat' argument to
1911 match-data and set-match-data.
1912
99598737
RS
19132005-06-08 Richard M. Stallman <rms@gnu.org>
1914
1915 * searching.texi (Entire Match Data): Clarify when match-data
1916 returns markers and when integers.
1917
1918 * display.texi (Defining Faces): Explain that face name should not
1919 end in `-face'.
1920
1921 * modes.texi (Mode Line Data): Minor cleanup.
1922 (Customizing Keywords): Node split out of Search-based Fontification.
1923 Add example of using font-lock-add-keywords from a hook.
1924 Clarify when MODE should be non-nil, and when nil.
1925
19262005-06-06 Richard M. Stallman <rms@gnu.org>
1927
1928 * modes.texi (Mode Line Data): Explain what happens when the car
1929 of a list is a void symbol.
1930 (Search-based Fontification): Explain MODE arg to
1931 font-lock-add-keywords and warn about calls from major modes.
1932
ecc8893a
JL
19332005-06-08 Juri Linkov <juri@jurta.org>
1934
1935 * display.texi (Standard Faces): Add `shadow' face.
1936
7fa9f4eb
LT
19372005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1938
1939 * modes.texi (Major Mode Conventions): A derived mode only needs
1940 to put the call to the parent mode inside `delay-mode-hooks'.
1941
bebcc4b1
RS
19422005-05-29 Richard M. Stallman <rms@gnu.org>
1943
c16b1394
RS
1944 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
1945 new, and what that implies. Clarify.
1946
1947 * files.texi (Locating Files): Clean up the text.
1948
bebcc4b1
RS
1949 * frames.texi (Window Frame Parameters): Document user-size.
1950 Shorten entry for top by referring to left.
1951
19522005-05-26 Richard M. Stallman <rms@gnu.org>
1953
1954 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
1955 is new, and what the implications are. Other clarifications.
1956
217797bc
RS
19572005-05-24 Richard M. Stallman <rms@gnu.org>
1958
1959 * frames.texi (Dialog Boxes): Minor fixes.
1960
3565fe07
MY
19612005-05-25 Masatake YAMATO <jet@gyve.org>
1962
1963 * display.texi (Standard Faces): Write about `mode-line-highlight'.
1964
817089df
LT
19652005-05-24 Luc Teirlinck <teirllm@auburn.edu>
1966
1967 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
1968 is optional.
1969
cb5db137
NR
19702005-05-24 Nick Roberts <nickrob@snap.net.nz>
1971
1972 * frames.texi (Dialog Boxes): Descibe new optional argument.
1973
3c8572f5
LK
19742005-05-23 Lute Kamstra <lute@gnu.org>
1975
1976 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
1977 syntax-begin-function over font-lock-beginning-of-syntax-function.
1978
2a4d7cb3
LT
19792005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1980
71f800cf
LT
1981 * minibuf.texi (Reading File Names): Update description of
1982 `read-directory-name'.
1983
2a4d7cb3
LT
1984 * modes.texi (Derived Modes): Clarify :group keyword.
1985
bb4afd09
EZ
19862005-05-21 Eli Zaretskii <eliz@gnu.org>
1987
b5305167
SM
1988 * files.texi (Locating Files): New subsection.
1989 Describe locate-file and executable-find.
bb4afd09 1990
a2c9aee6
EZ
19912005-05-21 Kevin Ryde <user42@zip.com.au>
1992
1993 * frames.texi (Initial Parameters): Update cross reference to
1994 "Emacs Invocation".
1995
6900105f
LT
19962005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1997
ca1b0914
LT
1998 * keymaps.texi (Active Keymaps): Add anchor.
1999
6900105f
LT
2000 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
2001 (Major Mode Conventions): Refer to `Auto Major Mode' in more
2002 appropriate place.
2003 (Derived Modes): Small clarifications.
b5305167
SM
2004 (Minor Mode Conventions, Keymaps and Minor Modes):
2005 Replace references to nodes with references to anchors.
6900105f
LT
2006 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
2007 Clarify description of lists whose first element is an integer.
2008 (Mode Line Variables): Add anchor.
2009 (%-Constructs): Clarify description of integer after %.
2010 (Emulating Mode Line): Describe nil value for FACE.
2011
54d06364
LT
20122005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2013
2014 * modes.texi (Derived Modes): Correct references to non-existing
2015 variable standard-syntax-table.
2016
f8d0b769
LK
20172005-05-17 Lute Kamstra <lute@gnu.org>
2018
2019 * modes.texi (Defining Minor Modes): Mention the mode hook.
2020
294c599c
KS
20212005-05-15 Kim F. Storm <storm@cua.dk>
2022
2023 * processes.texi (Network): Remove open-network-stream-nowait.
2024 (Network Servers): Remove open-network-stream-server.
2025
4214af69
LT
20262005-05-15 Luc Teirlinck <teirllm@auburn.edu>
2027
2028 * elisp.texi (Top): Update detailed menu.
2029
2030 * variables.texi: Reorder nodes.
2031 (Variables): Update menu.
2032 (File Local Variables): Do not refer to the `-*-' line as
2033 a "local variables list". Add pxref.
2034
302691ab
LT
20352005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2036
56d4215a
LT
2037 * elisp.texi (Top): Update detailed menu for node changes.
2038
302691ab
LT
2039 * modes.texi (Modes): Update Menu.
2040 (Hooks): Move to beginning of chapter.
2041 Most minor modes run mode hooks too.
2042 `add-hook' can handle void hooks or hooks whose value is a single
2043 function.
2044 (Major Modes): Update Menu.
2045 (Major Mode Basics): New node, split off from `Major Modes'.
2046 (Major Mode Conventions): Correct xref. Explain how to handle
2047 auto-mode-alist if the major mode command has an autoload cookie.
2048 (Auto Major Mode): Major update. Add magic-mode-alist.
2049 (Derived Modes): Major update.
2050 (Mode Line Format): Update Menu.
2051 (Mode Line Basics): New node, split off from `Mode Line Format'.
2052
2053 * loading.texi (Autoload): Mention `autoload cookie' as synonym
2054 for `magic autoload comment'. Add index entries and anchor.
2055
d06ba294
RS
20562005-05-14 Richard M. Stallman <rms@gnu.org>
2057
2058 * tips.texi (Coding Conventions): Explain how important it is
2059 that just loading certain files not change Emacs behavior.
2060
2061 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
2062
405cb12a
LK
20632005-05-12 Lute Kamstra <lute@gnu.org>
2064
19958124
LK
2065 * modes.texi (Generic Modes): Update.
2066 (Major Modes): Refer to node "Generic Modes".
2067
405cb12a
LK
2068 * elisp.texi (Top): Update to the current structure of the manual.
2069 * processes.texi (Processes): Add menu description.
2070 * customize.texi (Customization): Add menu descriptions.
2071
f714dd1b
TTN
20722005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2073
cc9442f2
TTN
2074 * processes.texi (Signals to Processes)
2075 (Low-Level Network): Fix typos.
f714dd1b 2076
36ad23ec
LK
20772005-05-11 Lute Kamstra <lute@gnu.org>
2078
2079 * elisp.texi (Top): Add some nodes from the chapter "Major and
2080 Minor Modes" to the detailed node listing.
2081
d101bf56
RS
20822005-05-10 Richard M. Stallman <rms@gnu.org>
2083
2084 * keymaps.texi (Extended Menu Items): Menu item filter functions
2085 can be called at any time.
2086
698b0510
LT
20872005-05-08 Luc Teirlinck <teirllm@auburn.edu>
2088
2089 * variables.texi (File Local Variables): `(hack-local-variables t)'
2090 now also checks whether a mode is specified in the local variables
2091 list.
2092
2c6b25c7
EZ
20932005-05-05 Kevin Ryde <user42@zip.com.au>
2094
2095 * display.texi (The Echo Area): Correct format function cross
2096 reference.
2097
643b4cf5
LT
20982005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2099
2100 * variables.texi (Variable Aliases): Change description of
2101 `define-obsolete-variable-alias'.
2102
2103 * functions.texi (Functions): Add "Obsolete Functions" to menu.
2104 (Defining Functions): Add xref.
2105 (Obsolete Functions): New node.
2106 (Function Safety): Standardize capitalization of section title.
2107
2108 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2109 (Dialog Boxes): Complete description of `x-popup-dialog'.
2110
053bc8e4
RS
21112005-05-04 Richard M. Stallman <rms@gnu.org>
2112
2113 * commands.texi (Interactive Codes): Fix Texinfo usage.
2114 Document U more clearly.
2115
f6b1b15a
LT
21162005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2117
3b925015
LT
2118 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2119 function and not a macro.
2120
f6b1b15a
LT
2121 * frames.texi (Pop-Up Menus): Correct and clarify description of
2122 `x-popup-menu'.
2123 (Dialog Boxes): Clarify description of `x-popup-dialog'.
2124
ebbfa918
RS
21252005-05-01 Richard M. Stallman <rms@gnu.org>
2126
2127 * edebug.texi (Checking Whether to Stop): Fix previous change.
2128
abe2f96e
LT
21292005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2130
d6028ef2
LT
2131 * display.texi: Fix typos and Texinfo usage.
2132
abe2f96e
LT
2133 * edebug.texi (Checking Whether to Stop): executing-macro ->
2134 executing-kbd-macro.
2135
b2cfb30b
RS
21362005-05-01 Richard M. Stallman <rms@gnu.org>
2137
2138 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2139
7e995a23
RS
21402005-04-30 Richard M. Stallman <rms@gnu.org>
2141
2142 * files.texi (Magic File Names): Document `operations' property.
2143
57efa539
LK
21442005-04-29 Lute Kamstra <lute@gnu.org>
2145
2146 * modes.texi (Generic Modes): New node.
2147 (Major Modes): Add it to the menu.
2148 (Derived Modes): Add "derived mode" to concept index.
2149
0a20b1dc
LK
21502005-04-28 Lute Kamstra <lute@gnu.org>
2151
2152 * modes.texi (Defining Minor Modes): Fix previous change.
2153 (Font Lock Mode): Simplify.
2154 (Font Lock Basics): Say that font-lock-defaults is buffer-local
2155 when set and that some parts are optional. Add cross references.
2156 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
2157 Add cross references. Add font-lock-multiline to index.
2158 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 2159 Lock Variables". Document font-lock-add-keywords and
b5305167 2160 font-lock-remove-keywords.
0a20b1dc
LK
2161 (Other Font Lock Variables): Move font-lock-keywords-only,
2162 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2163 and font-lock-syntactic-face-function to node "Syntactic Font
2164 Lock". Move font-lock-keywords-case-fold-search to node
2165 "Search-based Fontification". Document font-lock-inhibit-thing-lock
2166 and font-lock-{,un}fontify-{buffer,region}-function.
2167 (Precalculated Fontification): Remove reference to deleted variable
2168 font-lock-core-only.
2169 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2170 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
2171 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2172 and font-lock-syntactic-face-function here from node "Other Font
2173 Lock Variables". Move font-lock-syntactic-keywords to "Setting
2174 Syntax Properties". Add cross references.
b5305167
SM
2175 (Setting Syntax Properties): New node.
2176 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
2177 * syntax.texi (Syntax Properties): Add cross reference.
2178 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2179
68a94f5a
RS
21802005-04-26 Richard M. Stallman <rms@gnu.org>
2181
2182 * display.texi (Defining Faces):
2183 Document `default' elements of defface spec.
2184
2185 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2186
2187 * variables.texi (Variable Aliases): Clarify text.
2188
21892005-04-25 Chong Yidong <cyd@stupidchicken.com>
2190
2191 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2192
7f48f143
LT
21932005-04-25 Luc Teirlinck <teirllm@auburn.edu>
2194
2195 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2196
45d2f8e8
EZ
21972005-04-24 Eli Zaretskii <eliz@gnu.org>
2198
f3714ab2
EZ
2199 * syntax.texi (Syntax Table Internals): Elaborate documentation of
2200 syntax-after and syntax-class.
2201
45d2f8e8 2202 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
2203 (Unique File Names): Don't mention "numbers" in the documentation
2204 of make-temp-file and make-temp-name.
45d2f8e8 2205
469bc679
RS
22062005-04-23 Richard M. Stallman <rms@gnu.org>
2207
2208 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2209
c9fa5dc9
RS
22102005-04-22 Nick Roberts <nickrob@snap.net.nz>
2211
2212 * windows.texi (Cyclic Window Ordering): Clarify window-list.
2213
230e1e80
NR
22142005-04-22 Nick Roberts <nickrob@snap.net.nz>
2215
2216 * variables.texi (Variable Aliases): Describe make-obsolete-variable
2217 and define-obsolete-variable-alias.
2218
1ba52906
KS
22192005-04-22 Kim F. Storm <storm@cua.dk>
2220
2221 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2222 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2223
9721d904
LK
22242005-04-21 Lute Kamstra <lute@gnu.org>
2225
2226 * lists.texi (Association Lists): Document rassq-delete-all.
2227
ed35c736
RS
22282005-04-19 Richard M. Stallman <rms@gnu.org>
2229
2230 * modes.texi (Search-based Fontification): Explain that
2231 facespec is an expression to be evaluated.
2232
42fc00a4
RS
22332005-04-19 Kevin Ryde <user42@zip.com.au>
2234
b5305167 2235 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
2236 * strings.texi (String Conversion): Fix xref.
2237
5827e9d4
KS
22382005-04-19 Kim F. Storm <storm@cua.dk>
2239
2240 * symbols.texi (Symbol Plists): Add safe-get.
2241 Mention that `get' may signal an error.
2242
47872da9
NR
22432005-04-18 Nick Roberts <nickrob@snap.net.nz>
2244
2245 * customize.texi (Variable Definitions): Replace tooltip-mode
2246 example with save-place.
2247
ec0cf966
RS
22482005-04-17 Richard M. Stallman <rms@gnu.org>
2249
2250 * buffers.texi (Indirect Buffers): Clarify.
2251
2252 * positions.texi (Positions): Clarify converting marker to integer.
2253
2254 * strings.texi (String Basics): Mention string-match; clarify.
2255
199bb209
LK
22562005-04-08 Lute Kamstra <lute@gnu.org>
2257
2258 * modes.texi (Search-based Fontification): Fix cross references.
2259 Use consistent terminology. Document anchored highlighting.
2260
bfa54668
LK
22612005-04-05 Lute Kamstra <lute@gnu.org>
2262
2263 * modes.texi (Defining Minor Modes): Document :group keyword
2264 argument and its default value.
2265
07e5fb9e
LK
22662005-04-03 Lute Kamstra <lute@gnu.org>
2267
2268 * hooks.texi (Standard Hooks): Add some hooks. Add cross
2269 references and/or descriptions. Delete major mode hooks; mention
2270 them as a category instead. Rename or delete obsolete hooks.
2271
aa945b59
RS
22722005-04-02 Richard M. Stallman <rms@gnu.org>
2273
2274 * nonascii.texi (Coding System Basics): Another wording cleanup.
2275
8b918214
RS
22762005-04-01 Richard M. Stallman <rms@gnu.org>
2277
2278 * nonascii.texi (Coding System Basics): Clarify previous change.
2279
41639988
KH
22802005-04-01 Kenichi Handa <handa@m17n.org>
2281
2282 * nonascii.texi (Coding System Basics): Describe about rondtrip
2283 identity of coding systems.
2284
8e669bbd
RS
22852005-03-29 Chong Yidong <cyd@stupidchicken.com>
2286
2287 * text.texi (Buffer Contents): Add filter-buffer-substring and
2288 buffer-substring-filters.
2289
f60a6f87
RS
22902005-03-26 Chong Yidong <cyd@stupidchicken.com>
2291
2292 * anti.texi (Antinews): Mention `G' interactive code.
2293
2294 * tips.texi (Compilation Tips): Mention benchmark.el.
2295
aaac1251
LT
22962005-03-27 Luc Teirlinck <teirllm@auburn.edu>
2297
2298 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
2299 is now bound to M-o M-o.
2300
2301 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
2302
45325173
GM
23032005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
2304
2305 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
2306 in the Emacs Manual).
2307 * Makefile.in (srcs): Remove calendar.texi.
2308 * makefile.w32-in (srcs): Remove calendar.texi.
2309 * display.texi (Display): Change name of next node.
2310 * os.texi (System In): Change name of previous node.
2311 * elisp.texi (Top): Remove Calendar references.
2312 * vol1.texi (Top): Remove Calendar references.
2313 * vol2.texi (Top): Remove Calendar references.
2314
85df292e
RS
23152005-03-25 Richard M. Stallman <rms@gnu.org>
2316
45325173 2317 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
2318 Cleanup previous change.
2319
23202005-03-25 Chong Yidong <cyd@stupidchicken.com>
2321
2322 * display.texi (Face Attributes): Faces earlier in an :inherit
2323 list take precedence.
2324 (Scroll Bars): Fix description of vertical-scroll-bars.
2325 Document frame-current-scroll-bars and window-current-scroll-bars.
2326
2327 * markers.texi (The Mark): Document temporary Transient Mark mode.
2328
b5305167
SM
2329 * minibuf.texi (Reading File Names):
2330 Document read-file-name-completion-ignore-case.
85df292e
RS
2331
2332 * positions.texi (Screen Lines): Document nil for width argument
2333 to compute-motion.
2334
1fe54d69
KS
23352005-03-23 Kim F. Storm <storm@cua.dk>
2336
2337 * display.texi (Standard Faces): Other faces used in the fringe
2338 implicitly inherits from the fringe face.
2339 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
2340 properties implicitly inherits from fringe face.
2341 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
2342
a775dff4
RS
23432005-03-20 Chong Yidong <cyd@stupidchicken.com>
2344
2345 * display.texi (Invisible Text): State default value of
2346 line-move-ignore-invisible.
2347 (Managing Overlays): Document remove-overlays.
2348 (Standard Faces): Document escape-glyph face.
2349
b5305167 2350 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 2351
b5305167
SM
2352 * modes.texi (Other Font Lock Variables):
2353 Document font-lock-lines-before.
a775dff4
RS
2354
2355 * positions.texi (Skipping Characters): skip-chars-forward allows
2356 character classes.
2357
077f7085
LK
23582005-03-18 Lute Kamstra <lute@gnu.org>
2359
2360 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
2361
d69ea7ab
RS
23622005-03-17 Richard M. Stallman <rms@gnu.org>
2363
c7bd5d57
RS
2364 * text.texi (Undo): Document extensible undo entries.
2365
d69ea7ab
RS
2366 * searching.texi (String Search, Regexp Search, Regexp Search):
2367 Cleanups.
2368
2369 * nonascii.texi (Character Codes): Minor fix.
2370
2371 * display.texi (Display Property): Explain the significance
2372 of having text properties that are eq.
2373 (Other Display Specs): Explain string as display spec.
2374
2375 * commands.texi (Interactive Codes): Document G option.
2376
23772005-03-17 Chong Yidong <cyd@stupidchicken.com>
2378
2379 * text.texi (Filling): Add sentence-end-without-period and
2380 sentence-end-without-space.
2381 (Changing Properties): Minor fix.
2382
2383 * anti.texi: Total rewrite.
2384
a7679889
LK
23852005-03-15 Lute Kamstra <lute@gnu.org>
2386
2387 * edebug.texi (Instrumenting Macro Calls): Fix typos.
2388
6eb8e247
KS
23892005-03-08 Kim F. Storm <storm@cua.dk>
2390
2391 * display.texi (Specified Space): Property :width is support on
2392 non-graphic terminals, :height is not.
2393
bfa8be14
RS
23942005-03-07 Richard M. Stallman <rms@gnu.org>
2395
2396 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2397 Now subnodes of Fringes.
2398 (Overlay Arrow): Document overlay-arrow-variable-list.
2399 (Fringe Size/Pos): New node, broken out of Fringes.
2400 (Display): Explain clearing vs redisplay better.
2401 (Truncation): Clarify use of bitmaps.
2402 (The Echo Area): Clarify the uses of the echo area.
2403 Add max-mini-window-height.
2404 (Progress): Clarify.
2405 (Invisible Text): Explain that main loop moves point out.
2406 (Selective Display): Say "hidden", not "invisible".
b5305167 2407 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
2408 (Overlay Properties): Clarify intro.
2409 (Finding Overlays): Explain return values when nothing found.
2410 (Width): truncate-string-to-width has added arg.
2411 (Displaying Faces): Clarify and update mode line face handling.
2412 (Face Functions): Minor cleanup.
b5305167 2413 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
2414 (Pixel Specification, Other Display Specs): Minor cleanups.
2415 (Images, Image Descriptors): Minor cleanups.
2416 (GIF Images): Patents have expired.
2417 (Showing Images): Explain default text for insert-image.
b5305167 2418 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
2419 (Making Buttons): Explain return values.
2420 (Button Buffer Commands): Add xref.
2421 (Inverse Video): Update mode-line-inverse-video.
2422 (Display Table Format): Clarify.
2423 (Active Display Table): Give defaults for window-display-table.
2424
2425 * calendar.texi (Calendar Customizing): calendar-holiday-marker
2426 and calendar-today-marker are strings, not chars.
2427 (Holiday Customizing): Minor fix.
2428
bfa8be14
RS
2429 * internals.texi (Writing Emacs Primitives): Update `or' example.
2430 Update limit on # args of subr.
2431
2432 * edebug.texi (Using Edebug): Arrow is in fringe.
2433 (Instrumenting): Arg to eval-defun works without loading edebug.
2434 (Edebug Execution Modes): Add xref.
2435
2436 * customize.texi (Common Keywords): Clarify :require.
2437 Mention :version here.
2438 (Variable Definitions, Group Definitions): Not here.
2439 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2440
d69ea7ab
RS
24412005-03-07 Chong Yidong <cyd@stupidchicken.com>
2442 * nonascii.texi (Text Representations): Clarify position-bytes.
2443 (Character Sets): Add list-charset-chars.
2444 (Scanning Charsets): Add charset-after.
2445 (Encoding and I/O): Minor fix.
2446
34398e6c
RS
24472005-03-06 Richard M. Stallman <rms@gnu.org>
2448
2449 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2450 (Resizing Windows): Likewise.
2451
2452 * text.texi (Change Hooks): Get rid of "Emacs 21".
2453
2454 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2455
2456 * streams.texi (Output Variables): Get rid of "Emacs 21".
2457
2458 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2459
2460 * os.texi (Translating Input): Replace flow-control example
2461 with a less obsolete example that uses `keyboard-translate'.
2462
6eb8e247 2463 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 2464 Get rid of "Emacs 21".
6eb8e247 2465
34398e6c
RS
2466 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2467 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2468
2469 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2470
2471 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2472
2473 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2474 (Menu Bar): Fix when menu-bar-update-hook is called.
2475
2476 * hash.texi (Hash Tables): Get rid of "Emacs 21".
2477
2478 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2479 and make it read better.
2480
2481 * files.texi (Writing to Files): Get rid of "Emacs 21".
2482 (Unique File Names): Likewise.
2483
2484 * elisp.texi: Update Emacs version to 22.
2485
2486 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2487 (Overlay Properties, Face Attributes): Likewise.
2488 (Managing Overlays): Fix punctuation.
2489 (Attribute Functions): Clarify set-face-font; get rid of
2490 info about old Emacs versions.
2491 (Auto Faces, Font Lookup, Display Property, Images):
2492 Get rid of "Emacs 21".
2493
2494 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2495
d2178387
RS
24962005-03-05 Richard M. Stallman <rms@gnu.org>
2497
2498 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2499
524352d6
LK
25002005-03-04 Lute Kamstra <lute@gnu.org>
2501
2502 * debugging.texi (Error Debugging): Document stack-trace-on-error.
2503
25042005-03-03 Lute Kamstra <lute@gnu.org>
2505
2506 * edebug.texi (Instrumenting Macro Calls): Fix typo.
2507
284f0680
LK
25082005-03-01 Lute Kamstra <lute@gnu.org>
2509
2510 * debugging.texi (Debugger Commands): Update `j'.
2511
a9ee5cac
LK
25122005-02-28 Lute Kamstra <lute@gnu.org>
2513
2514 * debugging.texi (Debugging): Fix typo.
2515 (Error Debugging): Document eval-expression-debug-on-error.
2516 (Function Debugging): Update example.
2517 (Using Debugger): Mention starred stack frames.
2518 (Debugger Commands): Document `j' and `l'.
2519 (Invoking the Debugger): `d' and `j' exit recursive edit too.
2520 Update the messages that the debugger displays.
2521 (Internals of Debugger): Add cross reference. Update example.
2522 (Excess Open): Minor improvement.
2523 (Excess Close): Minor improvement.
2524
378d0f8e
RS
25252005-02-26 Richard M. Stallman <rms@gnu.org>
2526
2527 * tips.texi (Coding Conventions): Clarify.
2528 Put all the major mode key reservations together.
2529 Mention the Mouse-1 => Mouse-2 conventions.
2530
2531 * syntax.texi (Syntax Class Table): Clarify.
2532 (Syntax Table Functions): syntax-after moved from here.
2533 (Syntax Table Internals): syntax-after moved to here.
2534 (Parsing Expressions): Update info on number of values
2535 and what's meaningful in the STATE argument.
2536 (Categories): Fix typo.
2537
2538 * sequences.texi (Arrays): Cleanup.
2539 (Char-Tables): Clarify.
2540
2541 * processes.texi (Deleting Processes): Cleanups, add xref.
2542 (Subprocess Creation): Explain nil in exec-path. Cleanup.
2543 (Process Information): set-process-coding-system, some args optional.
2544 (Input to Processes): Explain various types for PROCESS args.
2545 Rename them from PROCESS-NAME to PROCESS.
2546 (Signals to Processes): Likewise.
2547 (Decoding Output): Cleanup.
2548 (Query Before Exit): Clarify.
2549
2550 * os.texi (Startup Summary): Correct the options; add missing ones.
2551 (Terminal Output, Batch Mode): Clarify.
2552 (Flow Control): Node deleted.
2553
2554 * markers.texi (The Mark): Clarify.
2555
2556 * macros.texi (Expansion): Cleanup.
2557 (Indenting Macros): indent-spec allows ints, not floats.
2558
2559 * keymaps.texi (Keymaps): Clarify.
2560 (Format of Keymaps): Update lisp-mode-map example.
2561 (Active Keymaps, Key Lookup): Clarify.
2562 (Changing Key Bindings): Add xref to `kbd'.
2563 (Key Binding Commands, Simple Menu Items): Clarify.
2564 (Mouse Menus, Menu Bar): Clarify.
2565 (Menu Example): Replace print example with menu-bar-replace-menu.
2566
2567 * help.texi (Documentation Basics): Add function-documentation prop.
2568
2569 * elisp.texi (Top): Don't refer to Flow Control node.
2570
2571 * commands.texi (Command Overview): Improve xrefs.
2572 (Adjusting Point): Adjusting point applies to intangible and invis.
2573 (Key Sequence Input): Doc extra read-key-sequence args.
2574 Likewise for read-key-sequence-vector.
2575
2576 * backups.texi (Rename or Copy): Minor fix.
2577 (Numbered Backups): For version-control, say the default.
2578 (Auto-Saving): make-auto-save-file-name example is simplified.
2579
2580 * advice.texi (Advising Functions): Don't imply one part of Emacs
2581 should advise another part. Markup changes.
2582 (Defining Advice): Move transitional para.
2583 (Activation of Advice): Cleanup.
2584 Explain if COMPILE is nil or negative.
2585
2586 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2587
2e20c83d
LK
25882005-02-24 Lute Kamstra <lute@gnu.org>
2589
2590 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2591 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2592
65c492fd
LK
25932005-02-23 Lute Kamstra <lute@gnu.org>
2594
b02c3eed
LK
2595 * modes.texi (Defining Minor Modes): define-minor-mode can be used
2596 to define global minor modes as well.
2597
65c492fd
LK
2598 * display.texi (Managing Overlays): overlay-buffer returns nil for
2599 deleted overlays.
2600
b686dd59
KS
26012005-02-22 Kim F. Storm <storm@cua.dk>
2602
2603 * minibuf.texi (Basic Completion): Allow symbols in addition to
2604 strings in try-completion and all-completions.
2605
23e8c095
LK
26062005-02-14 Lute Kamstra <lute@gnu.org>
2607
2608 * elisp.texi (Top): Remove reference to deleted node.
2609
2610 * lists.texi (Lists): Remove reference to deleted node.
2611 (Cons Cells): Fix typo.
2612
2613 * loading.texi (Where Defined): Fix typo.
2614
134948fc
RS
26152005-02-14 Richard M. Stallman <rms@gnu.org>
2616
2617 * variables.texi (Creating Buffer-Local): change-major-mode-hook
2618 is useful for discarding some minor modes.
2619
2620 * symbols.texi (Symbol Components): Reorder examples.
2621
2622 * streams.texi (Input Functions): State standard-input default.
2623 (Output Variables): State standard-output default.
2624
2625 * objects.texi (Printed Representation): Clarify read syntax vs print.
2626 (Floating Point Type): Explain meaning better.
2627 (Symbol Type): Explain uniqueness better.
2628 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
2629 List examples sooner.
2630 (Box Diagrams): New subnode broken out.
2631 Some examples moved from old Lists as Boxes node.
2632 (Dotted Pair Notation): Clarify intro.
2633 (Array Type): Clarify.
2634 (Type Predicates): Add hash-table-p.
2635
2636 * numbers.texi (Integer Basics): Clarify radix explanation.
2637 (Predicates on Numbers): Minor clarification.
2638 (Comparison of Numbers): Minor clarification. Clarify eql.
2639 Typos in min, max.
2640 (Math Functions): Clarify overflow in expt.
2641
2642 * minibuf.texi (Text from Minibuffer): Minor clarification.
2643 Mention arrow keys.
2644
2645 * loading.texi (Autoload): defun's doc string overrides autoload's
2646 doc string.
2647 (Repeated Loading): Modernize "add to list" examples.
2648 (Where Defined): Finish updating table of load-history elts.
2649
2650 * lists.texi (List-related Predicates): Minor wording improvement.
2651 (Lists as Boxes): Node deleted.
2652 (Building Lists): Explain trivial cases of number-sequence.
2653
2654 * hash.texi (Hash Tables): Add desc to menu items.
2655 (Creating Hash): Expain "full" means "make larger",
2656 (Hash Access): Any object can be a key.
2657 State value of maphash.
2658
2659 * functions.texi (What Is a Function): Wording cleanup.
2660 (Function Documentation): Minor cleanup.
2661 Explain purpose of calling convention at end of doc string.
2662 (Function Names): Wording cleanup.
2663 (Calling Functions): Wording cleanup.
2664 Explain better how funcall calls the function.
2665 (Function Cells): Delete example of saving and redefining function.
2666
2667 * control.texi (Combining Conditions): Wording cleanup.
2668 (Iteration): dolist and dotimes bind VAR locally.
2669 (Cleanups): Xref to Atomic Changes.
2670
2671 * compile.texi (Byte Compilation): Delete 19.29 info.
2672 (Compilation Functions): Macros' difficulties don't affect defsubst.
2673 (Docs and Compilation): Delete 19.29 info.
2674
44291460
RS
26752005-02-10 Richard M. Stallman <rms@gnu.org>
2676
2677 * objects.texi (Symbol Type): Minor correction.
2678
1f9ad95a
LK
26792005-02-06 Lute Kamstra <lute@gnu.org>
2680
2681 * modes.texi (Example Major Modes): Fix typos.
2682
ba2c991c
RS
26832005-02-06 Richard M. Stallman <rms@gnu.org>
2684
2685 * text.texi (Margins): fill-nobreak-predicate can be one function.
2686
2687 * strings.texi (Modifying Strings): clear-string can make unibyte.
2688 (Formatting Strings): format gives error if values missing.
2689
2690 * positions.texi (Character Motion): Mention default arg
2691 for forward-char. backward-char refers to forward-char.
2692 (Word Motion): Mention default arg for forward-word.
2693 (Buffer End Motion): Mention default arg for beginning-of-buffer.
2694 Simplify end-of-buffer.
2695 (Text Lines): Mention default arg for forward-line.
2696 (List Motion): Mention default arg for beginning/end-of-defun.
2697 (Skipping Characters): Minor fixes in explaining character-set.
2698
2699 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
2700 Mode inheritance applies only when default-major-mode is nil.
2701 Clarifications.
2702 (Example Major Modes): Update Text mode and Lisp mode examples.
2703 (Minor Mode Conventions): Mention define-minor-mode at top.
2704 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
2705 (Mode Line Format): Update mode line face display info.
2706 (Properties in Mode): Mention effect of risky vars.
2707 (Imenu): Define imenu-add-to-menubar.
2708 (Font Lock Mode): Add descriptions to menu lines.
2709 (Faces for Font Lock): Add font-lock-doc-face.
2710
9bf6d576
LK
27112005-02-05 Lute Kamstra <lute@gnu.org>
2712
2713 * text.texi (Maintaining Undo): Remove obsolete function.
2714
cb602754
EZ
27152005-02-05 Eli Zaretskii <eliz@gnu.org>
2716
2717 * frames.texi (Color Names): Add pointer to the X docs about RGB
2718 color specifications. Improve indexing
2719 (Text Terminal Colors): Replace the description of RGB values by
2720 an xref to "Color Names".
2721
4e07258f
RS
27222005-02-03 Richard M. Stallman <rms@gnu.org>
2723
2724 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
2725 Clarify.
2726 (Selecting Windows): Clarify save-selected-window.
2727 (Cyclic Window Ordering): Clarify walk-windows.
2728 (Window Point): Clarify.
2729 (Window Start): Add comment to example.
2730 (Resizing Windows): Add `interactive' specs in examples.
2731 Document fit-window-to-buffer.
2732
2733 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
2734 (Undo, Maintaining Undo): Clarify last change.
2735 (Sorting): In sort-numeric-fields, explain about octal and hex.
2736 Mention sort-numeric-base.
2737 (Format Properties): Add xref for hard newlines.
2738
2739 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
2740 (Pop-Up Menus): Fix typo.
2741 (Color Names): Explain all types of color names.
2742 Explain color-values on B&W terminal.
2743 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
2744
2745 * files.texi (File Locks): Not supported on MS systems.
2746 (Testing Accessibility): Clarify.
2747
2748 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
2749 (Coverage Testing): Fix typo.
2750
2751 * commands.texi (Misc Events): Remove stray space.
2752
2753 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
2754 (Modification Time): Clarify when visited-file-modtime returns 0.
2755 (The Buffer List): Clarify bury-buffer.
2756 (Killing Buffers): Clarify.
2757 (Indirect Buffers): Add clone-indirect-buffer.
2758
27592005-02-02 Matt Hodges <MPHodges@member.fsf.org>
2760
2761 * edebug.texi (Printing in Edebug): Fix default value of
2762 edebug-print-circle.
2763 (Coverage Testing): Fix displayed frequency count data.
2764
27652005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
2766
2767 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
2768
4e07258f 27692005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
2770
2771 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
2772
28d986b9
EZ
27732005-01-29 Eli Zaretskii <eliz@gnu.org>
2774
2775 * commands.texi (Misc Events): Describe the help-echo event.
2776
2777 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
2778 consistently in description of the help-echo property.
2779 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
2780
2781 * display.texi (Overlay Properties): Fix the index entry for
2782 help-echo overlay property.
2783
2784 * customize.texi (Type Keywords): Uncomment the xref to the
2785 help-echo property documentation.
2786
8f958b40
KS
27872005-01-23 Kim F. Storm <storm@cua.dk>
2788
2789 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
2790 return value. Third element FULLY replaced by PARTIAL which
2791 specifies number of invisible pixels if row is only partially visible.
2792 (Textual Scrolling): Mention auto-window-vscroll.
2793 (Vertical Scrolling): New defvar auto-window-vscroll.
2794
cd7e5dd6
LT
27952005-01-16 Luc Teirlinck <teirllm@auburn.edu>
2796
2797 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
2798 command remapping.
2799
6f771c32
RS
28002005-01-15 Richard M. Stallman <rms@gnu.org>
2801
2802 * display.texi (Defining Images): Mention DATA-P arg of create-image.
2803
6ac8a822
KS
28042005-01-14 Kim F. Storm <storm@cua.dk>
2805
88948d55
KS
2806 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
2807
6ac8a822
KS
2808 * text.texi (Links and Mouse-1): Fix string and vector item.
2809
20d6de82
RS
28102005-01-13 Richard M. Stallman <rms@gnu.org>
2811
2812 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
2813 descriptions of overriding-local-map and overriding-terminal-local-map.
2814
2815 * text.texi (Links and Mouse-1): Clarify text.
2816
f75a592e
KS
28172005-01-13 Kim F. Storm <storm@cua.dk>
2818
2819 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
2820
910f60b1
TTN
28212005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
2822
2823 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
2824
37181fc4
KS
28252005-01-12 Kim F. Storm <storm@cua.dk>
2826
2827 * text.texi (Links and Mouse-1): Rename section from Enabling
2828 Mouse-1 to Following Links. Change xrefs.
2829 Add examples for define-button-type and define-widget.
2830
2831 * display.texi (Button Properties, Button Buffer Commands):
2832 Clarify mouse-1 and follow-link functionality.
2833
28f94a34
RS
28342005-01-12 Richard M. Stallman <rms@gnu.org>
2835
2836 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
2837
2838 * display.texi (Beeping): Fix Texinfo usage.
2839
2840 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
2841
bac2d936
KS
28422005-01-11 Kim F. Storm <storm@cua.dk>
2843
2844 * display.texi (Button Properties, Button Buffer Commands):
93381d62 2845 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
2846
2847 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
2848 (Enabling Mouse-1 to Follow Links): New subsection.
2849
de968ddb
RS
28502005-01-06 Richard M. Stallman <rms@gnu.org>
2851
2852 * text.texi (Special Properties): Minor change.
2853
2854 * os.texi (Timers): Clarify previous change.
2855
2856 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
2857
a3a43b3b
LT
28582005-01-01 Luc Teirlinck <teirllm@auburn.edu>
2859
2860 * display.texi (Face Attributes): Correct xref to renamed node.
2861
732bb9ce
RS
28622005-01-01 Richard M. Stallman <rms@gnu.org>
2863
2864 * display.texi (Face Attributes): Describe hex color specs.
2865
c734ae59
RS
28662004-12-31 Richard M. Stallman <rms@gnu.org>
2867
2868 * os.texi (Timers): Update previous change.
2869
33b2f4ea
KS
28702004-12-30 Kim F. Storm <storm@cua.dk>
2871
2872 * display.texi (Line Height): Total line-height is now specified
2873 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
2874 in cons cells. (nil . RATIO) is relative to actual line height.
2875 Use line-height `t' instead of `0' to get minimum height.
2876
99ec74b9
RS
28772004-12-29 Richard M. Stallman <rms@gnu.org>
2878
2879 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
2880
eab463f6
RS
28812004-12-28 Richard M. Stallman <rms@gnu.org>
2882
2883 * commands.texi (Quitting): Clarify value of with-local-quit.
2884
2885 * elisp.texi (Top): Fix previous change.
2886
2887 * loading.texi (Loading): Fix previous change.
2888
ebbd14f1
RS
28892004-12-27 Richard M. Stallman <rms@gnu.org>
2890
4ae98fc5
RS
2891 * Makefile.in (MAKEINFO): Specify --force.
2892
8f430046
RS
2893 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
2894
56011a8c
RS
2895 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
2896
2897 * display.texi (Line Height): Further clarify.
2898
2899 * elisp.texi (Top): Update Loading submenu.
2900
ebbd14f1
RS
2901 * loading.texi (Where Defined): New node.
2902 (Unloading): load-history moved to Where Defined.
2903
fda2922a
RS
29042004-12-21 Richard M. Stallman <rms@gnu.org>
2905
2906 * commands.texi (Event Input Misc): Add while-no-input.
2907
9eb8959a
RS
29082004-12-11 Richard M. Stallman <rms@gnu.org>
2909
2910 * display.texi (Line Height): Rewrite text for clarity.
2911
adf87c29
KS
29122004-12-11 Kim F. Storm <storm@cua.dk>
2913
2914 * display.texi (Display): Add node "Line Height" to menu.
2915 (Line Height): New node. Move full description of line-spacing
2916 and line-height text properties here from text.texi.
2917 (Scroll Bars): Add vertical-scroll-bar variable.
2918
2919 * frames.texi (Window Frame Parameters): Remove line-height defvar.
2920
2921 * locals.texi (Standard Buffer-Local Variables): Fix xref for
2922 line-spacing and vertical-scroll-bar.
2923
2924 * text.texi (Special Properties): Just mention line-spacing and
2925 line-height here, add xref to new "Line Height" node.
2926
31e4729e
TTN
29272004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
2928
2929 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
2930
2931 * locals.texi (Standard Buffer-Local Variables):
2932 Add @xref for `line-spacing'.
2933
cc60c723
RS
29342004-12-05 Richard M. Stallman <rms@gnu.org>
2935
2936 * Makefile.in (maintainer-clean): Remove the info files
2937 in $(infodir) where they are created.
2938
f6101ac9
RS
29392004-12-03 Richard M. Stallman <rms@gnu.org>
2940
2941 * windows.texi (Selecting Windows): get-lru-window and
2942 get-largest-window don't consider dedicated windows.
2943
2944 * text.texi (Undo): Document undo-in-progress.
2945
94221759
RS
29462004-11-26 Richard M. Stallman <rms@gnu.org>
2947
2948 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
2949 Remove a few vars that are not always buffer-local.
2950
7092c5e8
LT
29512004-11-24 Luc Teirlinck <teirllm@auburn.edu>
2952
2953 * locals.texi (Standard Buffer-Local Variables): Comment out
2954 xref's to non-existent node `Yet to be written'.
2955
261b01c6
RS
29562004-11-24 Richard M. Stallman <rms@gnu.org>
2957
2958 * processes.texi (Synchronous Processes): Grammar fix.
2959
2960 * numbers.texi (Comparison of Numbers): Add eql.
2961
2962 * locals.texi (Standard Buffer-Local Variables): Add many vars.
2963
2964 * intro.texi (Printing Notation): Fix previous change.
2965
2966 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
2967 and default-indicate-buffer-boundaries from here.
2968 (Usual Display): To here.
2969 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
2970 (Usual Display): Move tab-width up.
2971
2972 * customize.texi (Variable Definitions): Replace
2973 show-paren-mode example with tooltip-mode.
7092c5e8 2974 (Simple Types, Composite Types, Defining New Types):
261b01c6 2975 Minor cleanups.
7092c5e8 2976
c1aa4864
JH
29772004-11-21 Jesper Harder <harder@ifa.au.dk>
2978
2979 * processes.texi (Synchronous Processes, Output from Processes):
2980 Markup fix.
2981
dedbac89
RS
29822004-11-20 Richard M. Stallman <rms@gnu.org>
2983
07c8c65a
RS
2984 * positions.texi (Skipping Characters): skip-chars-forward
2985 now handles char classes.
2986
8f40a868
RS
2987 * intro.texi (Printing Notation): Avoid confusion of `print'
2988 when explaining @print.
2989
2990 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
2991
2992 * display.texi (Display Table Format): Minor fix.
2993
2994 * streams.texi (Output Functions): Fix print example.
2995
fd6866c8
RS
2996 * Makefile.in (elisp): New target.
2997 (dist): Depend on $(infodir)/elisp, not elisp.
2998 Copy the info files from $(infodir).
2999
9d00469f
RS
3000 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
3001 read-from-minibuffer.
3002
dedbac89
RS
3003 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
3004
6de891db
RS
30052004-11-19 Richard M. Stallman <rms@gnu.org>
3006
3007 * searching.texi (Regexp Search): Add search-whitespace-regexp.
3008
e1c1c5a7
TTN
30092004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
3010
3011 * tips.texi (Coding Conventions): Fix typo.
3012
ee31cd78
RS
30132004-11-16 Richard M. Stallman <rms@gnu.org>
3014
3015 * tips.texi (Coding Conventions): Separate defvar and require
3016 methods to avoid warnings. Use require only when there are many
3017 functions and variables from that package.
3018
3019 * minibuf.texi (Minibuffer Completion): When ignoring case,
3020 predicate must not be case-sensitive.
3021
3022 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
3023 (Test Coverage): Don't talk about "splotches". Clarified.
3024
4bd38e94
TTN
30252004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
3026
3027 * frames.texi (Window Frame Parameters): Fix typo.
3028
6d073ae1
KS
30292004-11-15 Kim F. Storm <storm@cua.dk>
3030
9f89426b
KS
3031 * symbols.texi (Other Plists): Note that plist-get may signal error.
3032 Add safe-plist-get.
6d073ae1 3033
10980463
TTN
30342004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
3035
3036 * modes.texi (Font Lock Basics): Fix typo.
3037
1efc19eb
RS
30382004-11-08 Richard M. Stallman <rms@gnu.org>
3039
3040 * syntax.texi (Syntax Table Functions): Add syntax-after.
3041
6159c232
EZ
30422004-11-06 Lars Brinkhoff <lars@nocrew.org>
3043
3044 * os.texi (Processor Run Time): New section documenting
3045 get-internal-run-time.
3046
59dede22
EZ
30472004-11-06 Eli Zaretskii <eliz@gnu.org>
3048
3049 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
3050 it nukes elisp-cover.texi.
3051 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
3052 elisp-0 etc.
3053
4cc8522c
LT
30542004-11-05 Luc Teirlinck <teirllm@auburn.edu>
3055
3056 * commands.texi (Keyboard Macros): Document `append' return value
3057 of `defining-kbd-macro'.
3058
2d1ef312
RS
30592004-11-01 Richard M. Stallman <rms@gnu.org>
3060
3061 * commands.texi (Interactive Call): Add called-interactively-p.
3062
6f4e005d
SJ
30632004-10-29 Simon Josefsson <jas@extundo.com>
3064
3065 * minibuf.texi (Reading a Password): Revert.
3066
4f71c13f
RS
30672004-10-28 Richard M. Stallman <rms@gnu.org>
3068
3069 * frames.texi (Display Feature Testing): Explain about "vendor".
3070
4660a9e3
RS
30712004-10-27 Richard M. Stallman <rms@gnu.org>
3072
3073 * commands.texi (Interactive Codes): `N' uses numeric prefix,
3074 not raw. Clarify `n'.
3075 (Interactive Call): Rewrite interactive-p, focusing on when
3076 and how to use it.
3077 (Misc Events): Clarify previous change.
3078
3079 * advice.texi (Simple Advice): Clarify what job the example does.
3080 (Around-Advice): Clarify ad-do-it.
3081 (Activation of Advice): An option of ad-default-compilation-action
3082 is `never', not `nil'.
3083
c8636435
KS
30842004-10-26 Kim F. Storm <storm@cua.dk>
3085
3086 * commands.texi (Interactive Codes): Add U code letter.
3087
acd4089b
SJ
30882004-10-25 Simon Josefsson <jas@extundo.com>
3089
3090 * minibuf.texi (Reading a Password): Add.
3091
29dc7809
JR
30922004-10-24 Jason Rumney <jasonr@gnu.org>
3093
9b7fa297 3094 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
29dc7809
JR
3095 and wheel-down.
3096
bb5d6d34
KG
30972004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3098
3099 * processes.texi (Synchronous Processes): Document process-file.
3100
d0ee2ed3
KH
31012004-10-22 Kenichi Handa <handa@m17n.org>
3102
3103 * text.texi (translate-region): Document that it accepts also a
3104 char-table.
3105
38be9dbb
DP
31062004-10-22 David Ponce <david@dponce.com>
3107
3108 * windows.texi (Resizing Windows): Document the `preserve-before'
3109 argument of the functions `enlarge-window' and `shrink-window'.
3110
63c80452
JR
31112004-10-19 Jason Rumney <jasonr@gnu.org>
3112
3113 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3114
9f4b6e73
LT
31152004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3116
3117 * text.texi (Filling): Add anchor for definition of
3118 `sentence-end-double-space'.
3119
3120 * searching.texi (Regexp Example): Update description of how
3121 Emacs currently recognizes the end of a sentence.
3122 (Standard Regexps): Update definition of the variable
3123 `sentence-end'. Add definition of the function `sentence-end'.
3124
657f0f9c
EZ
31252004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3126
3127 * display.texi (Progress): New node.
3128
35ab4857
KS
31292004-10-05 Kim F. Storm <storm@cua.dk>
3130
3131 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3132
f2a54fbc
KS
31332004-09-29 Kim F. Storm <storm@cua.dk>
3134
3135 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3136 to identify bitmaps. Remove -fringe-bitmap suffix for standard
3137 fringe bitmap symbols, as they now have their own namespace.
3138 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3139 vs. pixels. Signal error if no free bitmap slots.
3140 (Pixel Specification): Change IMAGE to @var{image}.
3141
4676d6f3
RS
31422004-09-28 Richard M. Stallman <rms@gnu.org>
3143
3144 * text.texi (Special Properties): Clarify line-spacing and line-height.
3145
3146 * searching.texi (Regexp Search): Add looking-back.
3147
17234906
LT
31482004-09-25 Luc Teirlinck <teirllm@auburn.edu>
3149
3150 * display.texi: Correct typos.
3151 (Image Descriptors): Correct xref's.
3152
4de43c8b
RS
31532004-09-25 Richard M. Stallman <rms@gnu.org>
3154
3155 * text.texi (Special Properties): Cleanups in `cursor'.
3156 Rewrites in `line-height' and `line-spacing'; exchange them.
3157
3158 * display.texi (Fringes): Rewrite previous change.
3159 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
3160 (Display Fringe Bitmaps): Node deleted, text moved.
3161 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
3162 (Scroll Bars): Clarify set-window-scroll-bars.
3163 (Pointer Shape): Rewrite.
3164 (Specified Space): Clarify :align-to, etc.
3165 (Pixel Specification): Use @var. Clarify new text.
3166 (Other Display Specs): Clarify `slice'.
3167 (Image Descriptors): Cleanups.
3168 (Showing Images): Cleanups.
3169
a3ee0299
LT
31702004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3171
e88ebce6
LT
3172 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3173
a3ee0299
LT
3174 * modes.texi: Various minor changes in addition to:
3175 (Major Mode Conventions): Final call to `run-mode-hooks' should
3176 not be inside the `delay-mode-hooks' form.
3177 (Mode Hooks): New node.
3178 (Hooks): Delete obsolete example.
3179 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3180 node "Mode Hooks".
3181
6db2bc02
LT
31822004-09-22 Luc Teirlinck <teirllm@auburn.edu>
3183
3184 * display.texi: Correct various typos.
3185 (Display): Rename node "Pointer Shapes" to "Pointer
3186 Shape". (There is already a node called "Pointer Shapes" in
3187 frames.texi.)
3188 (Images): Remove non-existent node "Image Slices" from menu.
3189
ed2846bd
KS
31902004-09-23 Kim F. Storm <storm@cua.dk>
3191
3192 * text.texi (Special Properties): Add `cursor', `pointer',
3193 `line-height', and `line-spacing' properties.
3194
3195 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3196 Shapes' to menu.
3197 (Standard Faces): Doc fix for fringe face.
3198 (Fringes): Add `overflow-newline-into-fringe' and
3199 'indicate-buffer-boundaries'.
3200 (Fringe Bitmaps, Pointer Shapes): New nodes.
3201 (Display Property): Add 'Pixel Specification' and 'Display Fringe
3202 Bitmaps' to menu.
3203 (Specified Space): Describe pixel width and height.
3204 (Pixel Specification): New node.
3205 (Other Display Specs): Add `slice' property.
3206 (Display Fringe Bitmaps): New node.
3207 (Images): Add 'Image Slices' to menu.
3208 (Image Descriptors): Add `:pointer' and `:map' properties.
3209 (Showing Images): Add slice arg to `insert-image'. Add
3210 'insert-sliced-image'.
3211
4d894c98
RS
32122004-09-20 Richard M. Stallman <rms@gnu.org>
3213
3214 * commands.texi (Key Sequence Input):
3215 Clarify downcasing in read-key-sequence.
3216
7e388eb7
JL
32172004-09-08 Juri Linkov <juri@jurta.org>
3218
3219 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3220
a020987f
LT
32212004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3222
3223 * locals.texi (Standard Buffer-Local Variables): Add
3224 `buffer-auto-save-file-format'.
3225 * internals.texi (Buffer Internals): Describe new
3226 auto_save_file_format field of the buffer structure.
3227 * files.texi (Format Conversion): `auto-save-file-format' has been
3228 renamed `buffer-auto-save-file-format'.
3229
2b96f80c
LT
32302004-08-27 Luc Teirlinck <teirllm@auburn.edu>
3231
3232 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3233 an integer or a marker.
3234 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3235
2ee3b79e
RS
32362004-08-22 Richard M. Stallman <rms@gnu.org>
3237
3238 * modes.texi (Major Mode Conventions): Discuss rebinding of
3239 standard key bindings.
3240
c438dc33
KS
32412004-08-18 Kim F. Storm <storm@cua.dk>
3242
3243 * processes.texi (Accepting Output): Add `just-this-one' arg to
3244 `accept-process-output'.
101c421e 3245 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 3246
db8af011
LT
32472004-08-10 Luc Teirlinck <teirllm@auburn.edu>
3248
3249 * keymaps.texi: Various changes in addition to:
3250 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3251 Give more varied examples for `kbd'.
3252 (Creating Keymaps): Char tables have slots for all characters
3253 without modifiers.
3254 (Active Keymaps): `overriding-local-map' and
3255 `overriding-terminal-local-map' also override text property and
3256 overlay keymaps.
3257 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3258 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3259 to denote a prefix of no events.
3260 `map-keymap' includes parent's bindings _recursively_.
3261 Clarify and correct description of `where-is-internal'.
3262 Mention BUFFER-OR-NAME arg to `describe-bindings'.
3263 (Menu Example): For menus intended for use with the keyboard, the
3264 menu items should be bound to characters or real function keys.
3265
de700726
LT
32662004-08-08 Luc Teirlinck <teirllm@auburn.edu>
3267
30e75a87
LT
3268 * objects.texi (Character Type): Reposition `@anchor' to prevent
3269 double space inside sentence in Info.
3270
de700726
LT
3271 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3272 renamed to `disabled-command-function'.
7c5b95c9 3273 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
3274 (Command Loop Info): Replace reference to it.
3275 (Disabling Commands): `disabled-command-hook' has been renamed to
3276 `disabled-command-function'.
3277
81909a1a
LT
32782004-08-07 Luc Teirlinck <teirllm@auburn.edu>
3279
3280 * os.texi (Translating Input): Only non-prefix bindings in
3281 `key-translation-map' override actual key bindings. Warn about
3282 possible indirect effect of actual key bindings on non-prefix
3283 bindings in `key-translation-map'.
3284
5504e99c
LT
32852004-08-06 Luc Teirlinck <teirllm@auburn.edu>
3286
3287 * minibuf.texi (High-Level Completion): Add anchor for definition
3288 of `read-variable'.
3289
3290 * commands.texi: Various changes in addition to:
3291 (Using Interactive): Clarify description of `interactive-form'.
3292 (Interactive Call): Mention default for KEYS argument to
3293 `call-interactively'.
3294 (Command Loop Info): Clarify description of `this-command-keys'.
3295 Mention KEEP-RECORD argument to `clear-this-command-keys'.
3296 Value of `last-event-frame' can be `macro'.
3297 (Repeat Events): `double-click-fuzz' is also used to distinguish
3298 clicks and drags.
3299 (Classifying Events): Clarify descriptions of `event-modifiers'
3300 `event-basic-type' and `event-convert-list'.
3301 (Accessing Events): `posn-timestamp' takes POSITION argument.
3302 (Quoted Character Input): Clarify description of
3303 `read-quoted-char' and fix example.
3304 (Quitting): Add `with-local-quit'.
3305 (Disabling Commands): Correct and clarify descriptions of
3306 `enable-command' and `disable-command'.
3307 Mention what happens if `disabled-command-hook' is nil.
3308 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
3309 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
3310
f478a72a
LT
33112004-07-24 Luc Teirlinck <teirllm@auburn.edu>
3312
3313 * frames.texi: Various changes in addition to:
3314 (Creating Frames): Expand and clarify description of `make-frame'.
3315 (Window Frame Parameters): Either none or both of the `icon-left'
3316 and `icon-top' parameters must be specified. Put descriptions of
3317 `menu-bar-lines' and `toolbar-lines' closer together and change
3318 them accordingly.
3319 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
3320 except while processing `frame-title-format' or `icon-title-format'.
3321 (Deleting Frames): Correct description of `delete-frame'.
3322 Non-nil return values of `frame-live-p' are like those of `framep'.
9b7fa297 3323 (Frames and Windows): Mention return value of
f478a72a
LT
3324 `set-frame-selected-window'.
3325 (Visibility of Frames): Mention `force' argument to
3326 `make-frame-invisible'. `frame-visible-p' returns t for all
3327 frames on text-only terminals.
3328 (Frame Configurations): Restoring a frame configuration does not
3329 restore deleted frames.
3330 (Window System Selections): `x-set-selection' returns DATA.
3331 (Resources): Add example.
3332 (Display Feature Testing): Clarify descriptions of
3333 `display-pixel-height', `display-pixel-width', `x-server-version'
3334 and `x-server-vendor'.
3335
3336 * windows.texi (Choosing Window): Add anchor.
3337 * minibuf.texi (Minibuffer Misc): Add anchor.
3338
bc135062
JPW
33392004-07-23 John Paul Wallington <jpw@gnu.org>
3340
3341 * macros.texi (Defining Macros): Declaration keyword for setting
3342 Edebug spec is `debug' not `edebug'.
3343
cb7516e5
LT
33442004-07-19 Luc Teirlinck <teirllm@auburn.edu>
3345
3346 * windows.texi: Various small changes in addition to:
3347 (Window Point): Mention return value of `set-window-point'.
3348 (Window Start): `pos-visible-in-window-p' disregards horizontal
3349 scrolling. Explain return value if PARTIALLY is non-nil.
3350 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
3351 and `set-window-vscroll'.
3352 (Size of Window): The argument WINDOW to `window-inside-edges',
3353 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
3354 (Resizing Windows): Explain return value of
3355 `shrink-window-if-larger-than-buffer'.
3356 `window-size-fixed' automatically becomes buffer local when set.
3357 (Window Configurations): Explain return value of
3358 `set-window-configuration'.
3359
3360 * minibuf.texi (Minibuffer Misc): Add anchor for
3361 `minibuffer-scroll-window'.
3362
3363 * positions.texi (Text Lines): Add anchor for `count-lines'.
3364
3751eb00
RS
33652004-07-17 Richard M. Stallman <rms@gnu.org>
3366
3367 * display.texi (Overlay Properties): Adding `evaporate' prop
3368 deletes empty overlay immediately.
3369
3370 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
3371 fix example.
3372
9a7e97c6
LT
33732004-07-16 Jim Blandy <jimb@redhat.com>
3374
3375 * searching.texi (Regexp Backslash): Document new \_< and \_>
3376 operators.
3377
aa0e4da8
JB
33782004-07-16 Juanma Barranquero <lektu@terra.es>
3379
3380 * display.texi (Images): Fix Texinfo usage.
3381
cbbfedb2
LT
33822004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3383
3384 * buffers.texi (Modification Time): `visited-file-modtime' now
3385 returns a list of two integers, instead of a cons.
3386
3a052bd3
LT
33872004-07-13 Luc Teirlinck <teirllm@auburn.edu>
3388
3389 * windows.texi: Various changes in addition to:
3390 (Splitting Windows): Add `split-window-keep-point'.
3391
02c04e6f
RS
33922004-07-09 Richard M. Stallman <rms@gnu.org>
3393
3394 * frames.texi (Input Focus): Minor fix.
3395
cb4f1287
LT
33962004-07-07 Luc Teirlinck <teirllm@auburn.edu>
3397
3398 * frames.texi (Input Focus): Clarify descriptions of
3399 `select-frame-set-input-focus' and `select-frame'.
3400
339902ec
LT
34012004-07-06 Luc Teirlinck <teirllm@auburn.edu>
3402
3403 * os.texi: Various small changes in addition to:
3404 (Killing Emacs): Expand and clarify description of
3405 `kill-emacs-query-functions' and `kill-emacs-hook'.
3406 (System Environment): Expand and clarify description of `getenv'
3407 and `setenv'.
3408 (Timers): Clarify description of `run-at-time'.
3409 (Translating Input): Correct description of
3410 `extra-keyboard-modifiers'.
3411 (Flow Control): Correct description of `enable-flow-control'.
3412
fe3b7e35
TTN
34132004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
3414
3415 * os.texi: Update copyright.
3416 (Session Management): Grammar fix.
3417 Clarify which Emacs does the restarting.
3418 Use @samp for *scratch* buffer.
3419
59db7d6e
LT
34202004-07-04 Alan Mackenzie <acm@muc.de>
3421
3422 * frames.texi (Input Focus): Add documentation for
3423 `select-frame-set-input-focus'. Replace refs to non-existent
3424 `switch-frame' with `select-frame'. Minor corrections and tidying
3425 up of text-only terminal stuff.
3426
e3ccf404
RS
34272004-07-02 Richard M. Stallman <rms@gnu.org>
3428
3429 * files.texi (Saving Buffers): Cleanup write-contents-function.
3430 (Magic File Names): Cleanup file-remote-p.
3431
8addb6eb
KG
34322004-07-02 Kai Grossjohann <kai@emptydomain.de>
3433
3434 * files.texi (Magic File Names): `file-remote-p' returns an
3435 identifier of the remote system, not just t.
3436
7a58d84d
DK
34372004-07-02 David Kastrup <dak@gnu.org>
3438
3439 * searching.texi (Entire Match Data): Add explanation about new
3440 match-data behavior when @var{integers} is non-nil.
3441
d8c379f8
RS
34422004-06-24 Richard M. Stallman <rms@gnu.org>
3443
b4a4b0ae
RS
3444 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3445
d8c379f8
RS
3446 * customize.texi (Variable Definitions): Note about doc strings
3447 and :set.
3448
3449 * keymaps.texi (Keymap Terminology): Document `kbd'.
3450 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3451
3452 * display.texi (Invisible Text): Setting buffer-invisibility-spec
3453 makes it buffer-local.
3454
3455 * files.texi (Saving Buffers): Correct previous change.
3456
3457 * commands.texi (Accessing Events):
3458 Clarify posn-col-row and posn-actual-col-row.
3459
34602004-06-24 David Ponce <david.ponce@wanadoo.fr>
3461
3462 * commands.texi (Accessing Events): New functions
3463 posn-at-point and posn-at-x-y. Add example to posn-x-y.
3464
dce417e7
LT
34652004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3466
3467 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3468 * frames.texi, buffers.texi, backups.texi, variables.texi:
3469 * loading.texi, eval.texi, functions.texi, control.texi:
3470 * symbols.texi, minibuf.texi: Reposition @anchor's.
3471
3472 * help.texi: Various small changes in addition to the following.
3473 (Describing Characters): Describe PREFIX argument to
3474 `key-description'. Correct and clarify definition of
3475 `text-char-description'. Describe NEED-VECTOR argument to
3476 `read-kbd-macro'.
3477 (Help Functions): Clarify definition of `apropos'.
3478
255d07dc
LH
34792004-06-23 Lars Hansen <larsh@math.ku.dk>
3480
3481 * files.texi (Saving Buffers): Correct description of
3482 `write-contents-functions'.
3483
4e9691e9
JB
34842004-06-21 Juanma Barranquero <lektu@terra.es>
3485
3486 * display.texi (Images): Remove redundant @vindex directives.
3487 Rewrite `image-library-alist' doc in active voice.
3488
1ebd4f78
JB
34892004-06-14 Juanma Barranquero <lektu@terra.es>
3490
3491 * display.texi (Images): Document new delayed library loading,
3492 variable `image-library-alist' and (existing but undocumented)
3493 function `image-type-available-p'.
3494
ddfb8369
RS
34952004-06-05 Richard M. Stallman <rms@gnu.org>
3496
3497 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3498 refer the user to the Initial Input node.
3499 (Text from Minibuffer): Likewise.
3500 (Initial Input): New node. Document this feature
3501 and say it is mostly deprecated.
3502
18684a3a
RS
35032004-05-30 Richard M. Stallman <rms@gnu.org>
3504
7a61e456
RS
3505 * loading.texi (Named Features): Clarify return value
3506 and meaning of NOERROR.
3507
18684a3a
RS
3508 * variables.texi (File Local Variables): Minor cleanup.
3509
c8364415
MA
35102004-05-30 Michael Albinus <michael.albinus@gmx.de>
3511
3512 * files.texi (Magic File Names): Add `file-remote-p' as operation
3513 of file name handlers.
3514
08fd1251
RS
35152004-05-29 Richard M. Stallman <rms@gnu.org>
3516
3517 * modes.texi (Minor Mode Conventions): (-) has no special meaning
3518 as arg to a minor mode command.
3519
71d5a208
RS
35202004-05-22 Richard M. Stallman <rms@gnu.org>
3521
3522 * syntax.texi (Syntax Class Table): Word syntax not just for English.
3523
3524 * streams.texi (Output Variables): Doc float-output-format.
3525
3526 * searching.texi (Regexp Special): Nested repetition can be infloop.
3527
3528 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3529 real stack overflow.
3530
3531 * compile.texi: Minor cleanups.
3532
35332004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
3534
3535 * lists.texi (Cons Cells): Explain dotted lists, true lists,
3536 circular lists.
3537 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 3538
022cb162
TTN
35392004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
3540
3541 * modes.texi (Search-based Fontification): Fix typo.
3542
aa7094ba
JB
35432004-05-10 Juanma Barranquero <lektu@terra.es>
3544
3545 * modes.texi (Mode Line Variables): Fix description of
3546 global-mode-string, which is now after which-func-mode, not the
3547 buffer name.
3548
c2383279
LH
35492004-05-07 Lars Hansen <larsh@math.ku.dk>
3550
3551 * modes.texi (Desktop Save Mode): Add.
3552 (Modes): Add menu entry Desktop Save Mode.
3553
3554 * hooks.texi: Add desktop-after-read-hook,
3555 desktop-no-desktop-file-hook and desktop-save-hook.
3556
3557 * locals.texi: Add desktop-save-buffer.
3558
058296d3
JH
35592004-04-30 Jesper Harder <harder@ifa.au.dk>
3560
3561 * display.texi: emacs -> Emacs.
3562
0c54865e
EZ
35632004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3564
3565 * files.texi (Changing Files): Document set-file-times.
3566
d814862a
JB
35672004-04-23 Juanma Barranquero <lektu@terra.es>
3568
3569 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3570
e8d6f886
JH
35712004-04-18 Jesper Harder <harder@ifa.au.dk>
3572
3573 * tips.texi (Coding Conventions): defopt -> defcustom.
3574
3a424014
LT
35752004-04-16 Luc Teirlinck <teirllm@auburn.edu>
3576
3577 * sequences.texi: Various clarifications.
3578
9e860631
LT
35792004-04-14 Luc Teirlinck <teirllm@auburn.edu>
3580
3581 * buffers.texi (Read Only Buffers): Mention optional ARG to
3582 `toggle-read-only'.
3583
5e30a0fb
NR
35842004-04-14 Nick Roberts <nick@nick.uklinux.net>
3585
9e860631 3586 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
3587 returns a full-width window if possible.
3588
619fb950
LT
35892004-04-13 Luc Teirlinck <teirllm@auburn.edu>
3590
3591 * buffers.texi: Various changes in addition to:
3592 (Buffer File Name): Add `find-buffer-visiting'.
3593 (Buffer Modification): Mention optional ARG to `not-modified'.
3594 (Indirect Buffers): Mention optional CLONE argument to
3595 `make-indirect-buffer'.
3596
3597 * files.texi: Various changes in addition to:
3598 (Visiting Functions): `find-file-hook' is now a normal hook.
3599 (File Name Expansion): Explain difference between the way that
3600 `expand-file-name' and `file-truename' treat `..'.
3601 (Contents of Directories): Mention optional ID-FORMAT argument to
3602 `directory-files-and-attributes'.
3603 (Format Conversion): Mention new optional CONFIRM argument to
3604 `format-write-file'.
3605
a2295d32
MB
36062004-04-12 Miles Bader <miles@gnu.org>
3607
3608 * macros.texi (Expansion): Add description of `macroexpand-all'.
3609
571fd4d5
JH
36102004-04-05 Jesper Harder <harder@ifa.au.dk>
3611
3612 * variables.texi (Variable Aliases): Mention
3613 cyclic-variable-indirection.
3614
3615 * errors.texi (Standard Errors): Ditto.
3616
4ba2fd66
LT
36172004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3618
3619 * backups.texi: Various small changes in addition to:
3620 (Making Backups): Mention return value of `backup-buffer'.
3621 (Auto-Saving): Mention optional FORCE argument to
3622 `delete-auto-save-file-if-necessary'.
3623 (Reverting): Mention optional PRESERVE-MODES argument to
3624 `revert-buffer'. Correct description of `revert-buffer-function'.
3625
8f7ea687
JL
36262004-03-22 Juri Linkov <juri@jurta.org>
3627
3628 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
3629 with `Vector Functions'.
3630
3631 * text.texi (Sorting): Add missing quote.
3632
0eeca3c1
LT
36332004-03-14 Luc Teirlinck <teirllm@auburn.edu>
3634
3635 * intro.texi (Lisp History): Replace xref to `cl' manual with
3636 inforef.
3637
e69cfac2
RS
36382004-03-12 Richard M. Stallman <rms@gnu.org>
3639
3640 * intro.texi (Version Info): Add arg to emacs-version.
3641 (Lisp History): Change xref to CL manual.
3642
1b91d47f
LT
36432004-03-09 Luc Teirlinck <teirllm@auburn.edu>
3644
3645 * minibuf.texi (Completion Commands): Add xref to Emacs manual
3646 for Partial Completion mode.
3647
97073664
TTN
36482004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
3649
9b7fa297 3650 * customize.texi: Fix typo. Remove eol whitespace.
97073664 3651
04a6e76b
RS
36522004-03-04 Richard M. Stallman <rms@gnu.org>
3653
3654 * processes.texi: Fix typos.
3655
3656 * lists.texi (Building Lists): Minor clarification.
3657
3658 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
3659 in make-hash-table.
3660
5bb0fcd1
JB
36612004-02-29 Juanma Barranquero <lektu@terra.es>
3662
3663 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
3664 rm, and ignore exit code.
3665
9022d421
EZ
36662004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
3667
3668 * display.texi (Defining Faces): Add description for min-colors.
3669 Update example.
3670
92f5fba2
LT
36712004-02-23 Luc Teirlinck <teirllm@auburn.edu>
3672
3673 * abbrevs.texi: Various corrections and clarifications in addition
3674 to the following:
3675 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
3676
7e83e178
GM
36772004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3678
3679 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
3680
9c5609e8
LT
36812004-02-21 Luc Teirlinck <teirllm@auburn.edu>
3682
e2b9b51f
LT
3683 * text.texi: Various small changes in addition to the following:
3684 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
3685 to delete-horizontal-space.
9b7fa297 3686 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
e2b9b51f
LT
3687 description of yank-handler text property at various places.
3688
7daa0e81
LT
3689 * frames.texi (Window System Selections): Add anchor.
3690
9c5609e8
LT
3691 * syntax.texi (Syntax Table Functions): Clarify and correct
3692 descriptions of make-syntax-table and copy-syntax-table.
3693 (Motion and Syntax): Clarify SYNTAXES argument to
3694 skip-syntax-forward.
3695 (Parsing Expressions): Mention that the return value of
3696 parse-partial-sexp is currently a list of ten rather than nine
3697 elements.
3698 (Categories): Various corrections and clarifications.
3699
d29edb21
LT
37002004-02-17 Luc Teirlinck <teirllm@auburn.edu>
3701
3702 * markers.texi (Marker Insertion Types): Minor change.
3703
3704 * locals.texi (Standard Buffer-Local Variables):
3705 * commands.texi (Interactive Codes, Using Interactive):
3706 * functions.texi (Related Topics): Fix xrefs.
3707
43e48bda
LT
37082004-02-16 Luc Teirlinck <teirllm@auburn.edu>
3709
3710 * lists.texi (Sets And Lists): Update description of delete-dups.
3711
84e34002
RS
37122004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
3713
3714 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
3715
37162004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3717
3718 * frames.texi (Parameter Access): frame-parameters arg is optional.
3719 modify-frame-parameters handles nil for FRAME.
3720 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
3721 are all-or-nothing for certain toolkits.
3722 Mention parameter wait-for-wm.
3723 (Frames and Windows): In frame-first-window and frame-selected-window
3724 the arg is optional.
3725 (Input Focus): In redirect-frame-focus the second arg is optional.
3726 (Window System Selections): Mention selection type CLIPBOARD.
3727 Mention data-type UTF8_STRING.
3728 Mention numbering of cut buffers.
3729 (Resources): Describe x-resource-name.
3730
37312004-02-16 Richard M. Stallman <rms@gnu.org>
3732
3733 * windows.texi (Buffers and Windows): Delete false table
3734 about all-frames.
3735
3736 * syntax.texi (Parsing Expressions): Delete old caveat
3737 about parse-sexp-ignore-comments.
3738
3739 * streams.texi (Output Variables): Add print-quoted.
3740
3741 * lists.texi (Building Lists): Minor cleanup.
3742
3743 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
3744
3745 * display.texi (Overlays): Explain overlays use markers.
3746 (Managing Overlays): Explain front-advance and rear-advance
3747 in more detail.
3748
3749 * loading.texi (Unloading): Document unload-feature-special-hooks.
3750 Get rid of fns-NNN.el file.
3751
37522004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3753
3754 * help.texi (Describing Characters): Fix text-char-description
3755 example output.
3756
3757 * edebug.texi (Using Edebug): Fix example.
3758
3759 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 3760
84e34002
RS
3761 * files.texi (Changing Files): Fix argname.
3762
3763 * calendar.texi: Fix parens, and default values.
3764
3765 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
3766 * nonascii.texi, objects.texi, os.texi: Minor fixes.
3767 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
3768
3769 * positions.texi (Text Lines): Don't add -1 in current-line.
3770
37712004-02-16 Richard M. Stallman <rms@gnu.org>
3772
3773 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
3774
c33b76da
EZ
37752004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
3776
3777 * processes.texi (Low-Level Network): Fix a typo.
3778
9d7271e8
KS
37792004-02-12 Kim F. Storm <storm@cua.dk>
3780
3781 * display.texi (Fringes): Use consistent wording.
3782 Note that window-fringe's window arg is optional.
3783 (Scroll Bars): Use consistent wording.
3784
6827d730
LT
37852004-02-11 Luc Teirlinck <teirllm@auburn.edu>
3786
3787 * tips.texi (Comment Tips): Document the new conventions for
3788 commenting out code.
3789
1cb60b5a
JD
37902004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3791
3792 * positions.texi (Text Lines): Added missing end defun.
3793
7fdd1f62
KS
37942004-02-07 Kim F. Storm <storm@cua.dk>
3795
3796 * positions.texi (Text Lines): Add line-number-at-pos.
3797
eb3c144c
JPW
37982004-02-06 John Paul Wallington <jpw@gnu.org>
3799
3800 * display.texi (Button Properties, Button Buffer Commands):
3801 mouse-2 invokes button, not down-mouse-1.
3802
a1d38d63
JR
38032004-02-04 Jason Rumney <jasonr@gnu.org>
3804
3805 * makefile.w32-in: Sync with Makefile.in changes.
3806
4b574f3d
LT
38072004-02-03 Luc Teirlinck <teirllm@auburn.edu>
3808
3809 * minibuf.texi (Text from Minibuffer): Various corrections and
3810 clarifications.
3811 (Object from Minibuffer): Correct Lisp description of
3812 read-minibuffer.
3813 (Minibuffer History): Clarify description of cons values for
3814 HISTORY arguments.
3815 (Basic Completion): Various corrections and clarifications. Add
3816 completion-regexp-list.
3817 (Minibuffer Completion): Correct and clarify description of
3818 completing-read.
6f6b0433 3819 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
3820 other minor changes.
3821 (High-Level Completion): Various corrections and clarifications.
3822 (Reading File Names): Ditto.
3823 (Minibuffer Misc): Ditto.
3824
d8186297
LT
38252004-01-26 Luc Teirlinck <teirllm@auburn.edu>
3826
3827 * strings.texi (Text Comparison): assoc-string also matches
3828 elements of alists that are strings instead of conses.
3829 (Formatting Strings): Standardize Texinfo usage. Update index
3830 entries.
3831
9adcb5f2
LT
38322004-01-20 Luc Teirlinck <teirllm@auburn.edu>
3833
3834 * lists.texi (Sets And Lists): Add delete-dups.
3835
3e7274ae
LT
38362004-01-15 Luc Teirlinck <teirllm@auburn.edu>
3837
3838 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
3839 special form.
3840 * macros.texi (Defining Macros): Update description of `declare',
3841 which now is a macro.
3842 (Wrong Time): Fix typos.
3843
944e099f
LT
38442004-01-14 Luc Teirlinck <teirllm@auburn.edu>
3845
3846 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 3847 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
3848 and `batch-byte-compile'. In particular, mention and describe
3849 all optional arguments.
3850 (Disassembly): Correct and clarify the description of `disassemble'.
3851
90c3aa59
LT
38522004-01-11 Luc Teirlinck <teirllm@auburn.edu>
3853
3854 * searching.texi: Various small changes in addition to the
3855 following.
3856 (Regexp Example): Adapt to new value of `sentence-end'.
3857 (Regexp Functions): The PAREN argument to `regexp-opt' can be
3858 `words'.
3859 (Search and Replace): Add usage note for `perform-replace'.
3860 (Entire Match Data): Mention INTEGERS and REUSE arguments to
3861 `match-data'.
3862 (Standard Regexps): Update for new values of `paragraph-start'
3863 and `sentence-end'.
3864
583c353d
LT
38652004-01-07 Luc Teirlinck <teirllm@auburn.edu>
3866
3867 * files.texi (Saving Buffers): Clarify descriptions of
3868 `write-contents-functions' and `before-save-hook'.
3869 Make the defvar's for `before-save-hook' and `after-save-hook'
3870 into defopt's.
3871
05faee07
KS
38722004-01-07 Kim F. Storm <storm@cua.dk>
3873
3874 * commands.texi (Click Events): Describe new image and
3875 width/height elements of click events.
3876 (Accessing Events): Add posn-string, posn-image, and
3877 posn-object-width-height. Change posn-object to return either
3878 image or string object.
3879
a0465ec3
SJ
38802004-01-01 Simon Josefsson <jas@extundo.com>
3881
3882 * hooks.texi (Standard Hooks): Add before-save-hook.
3883 * files.texi (Saving Buffers): Likewise.
3884
972c0c49
RS
38852004-01-03 Richard M. Stallman <rms@gnu.org>
3886
3887 * frames.texi (Frames and Windows): Delete frame-root-window.
3888
dbcd463f
LT
38892004-01-03 Luc Teirlinck <teirllm@auburn.edu>
3890
3891 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
3892
3893 * functions.texi: Various small changes in addition to the
3894 following.
3895 (What Is a Function): `functionp' returns nil for macros. Clarify
3896 behavior of this and following functions for symbol arguments.
3897 (Function Documentation): Add `\' in front of (fn @var{arglist})
3898 and explain why.
3899 (Defining Functions): Mention DOCSTRING argument to `defalias'.
3900 Add anchor.
3901 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
3902
02c77ee9
MB
39032004-01-01 Miles Bader <miles@gnu.org>
3904
3905 * display.texi (Buttons): New section.
3906
903a1a91
AS
39072003-12-31 Andreas Schwab <schwab@suse.de>
3908
3909 * numbers.texi (Math Functions): sqrt reports a domain-error
3910 error.
3911 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
3912
697cf92a
LT
39132003-12-30 Luc Teirlinck <teirllm@auburn.edu>
3914
3f70fe82
LT
3915 * tips.texi (Documentation Tips): Update item on hyperlinks in
3916 documentation strings.
3917
697cf92a
LT
3918 * errors.texi (Standard Errors): Various small corrections and
3919 additions.
3920
3921 * control.texi: Various small changes in addition to the
3922 following.
3923 (Signaling Errors): Provide some more details on how `signal'
3924 constructs the error message. Add anchor to the definition of
3925 `signal'.
3926 (Error Symbols): Describe special treatment of `quit'.
3927 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
3928 to emphasize that it has to be a single form.
3929
3930 * buffers.texi: Add anchor.
3931
4d25144d
RS
39322003-12-29 Richard M. Stallman <rms@gnu.org>
3933
3934 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
3935 (Window Configurations): Add window-configuration-frame.
3936
3937 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
3938
3939 * text.texi (Examining Properties): Add get-char-property-and-overlay.
3940 Change arg name in get-char-property.
3941 (Special Properties): Update handling of keymap property.
3942
3943 * strings.texi (Modifying Strings): Add clear-string.
3944 (Text Comparison): Add assoc-string and remove
3945 assoc-ignore-case, assoc-ignore-representation.
3946
3947 * os.texi (Time of Day): Add set-time-zone-rule.
3948
3949 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 3950 report domain-error errors.
4d25144d 3951
697cf92a 3952 * nonascii.texi (Converting Representations):
4d25144d
RS
3953 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
3954 (Encoding and I/O): Add file-name-coding-system.
3955
3956 * modes.texi (Search-based Fontification): Explain that
3957 face specs are symbols with face names as values.
3958
3959 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
3960
3961 * lists.texi (Building Lists): remq moved elsewhere.
3962 (Sets And Lists): remq moved here.
3963 (Association Lists): Refer to assoc-string.
3964
3965 * internals.texi (Garbage Collection): Add memory-use-counts.
3966
3967 * frames.texi (Frames and Windows): Add set-frame-selected-window
3968 and frame-root-window.
3969
697cf92a 3970 * files.texi (Contents of Directories):
4d25144d
RS
3971 Add directory-files-and-attributes.
3972
3973 * display.texi (Refresh Screen): Add force-window-update.
3974 (Invisible Text): Explain about moving point out of invis text.
3975 (Overlay Properties): Add overlay-properties.
3976 (Managing Overlays): Add overlayp.
3977 (GIF Images): Invalid image number displays a hollow box.
3978
3979 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
3980 (Killing Buffers): Add buffer-live-p.
3981
67fafe38
MR
39822003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
3983
3984 * display.texi (Fringes): Fix typo "set-buffer-window".
3985
68e74f25
LT
39862003-12-24 Luc Teirlinck <teirllm@auburn.edu>
3987
3988 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
3989 * nonascii.texi, processes.texi, tips.texi, variables.texi:
3990 Add or change various xrefs and anchors.
3991
3992 * commands.texi: Replace all occurrences of @acronym{CAR} with
3993 @sc{car}, for consistency with the rest of the Elisp manual.
3994 `car' and `cdr' are historically acronyms, but are no longer
3995 widely thought of as such.
3996
3997 * internals.texi (Pure Storage): Mention that `purecopy' does not
3998 copy text properties.
3999 (Object Internals): Now 29 bits are used (in most implementations)
4000 to address Lisp objects.
4001
4002 * variables.texi (Variables with Restricted Values): New node.
4003
4004 * objects.texi (Lisp Data Types): Mention that certain variables
4005 can only take on a restricted set of values and add an xref to
4006 the new node "Variables with Restricted Values".
4007
4008 * eval.texi (Function Indirection): Describe the errors that
4009 `indirect-function' can signal.
4010 (Eval): Clarify the descriptions of `eval-region' and `values'.
4011 Describe `eval-buffer' instead of `eval-current-buffer' and
4012 mention `eval-current-buffer' as an alias for `current-buffer'.
4013 Correct the description and mention all optional arguments.
4014
697cf92a 4015 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
4016 following.
4017 (Converting Representations): Clarify behavior of
4018 `string-make-multibyte' and `string-to-multibyte' for unibyte all
4019 ASCII arguments.
4020 (Character Sets): Document the variable `charset-list' and adapt
4021 the definition of the function `charset-list' accordingly.
4022 (Translation of Characters): Clarify use of generic characters in
4023 `make-translation-table'. Clarify and correct the description of
4024 the use of translation tables in encoding and decoding.
4025 (User-Chosen Coding Systems): Correct and clarify the description
4026 of `select-safe-coding-system'.
4027 (Default Coding Systems): Clarify description of
4028 `file-coding-system-alist'.
4029
a62f71e4
LT
40302003-11-30 Luc Teirlinck <teirllm@auburn.edu>
4031
4032 * strings.texi (Text Comparison): Correctly describe when two
4033 strings are `equal'. Combine and clarify descriptions of
4034 `assoc-ignore-case' and `assoc-ignore-representation'.
4035
4036 * objects.texi (Non-ASCII in Strings): Clarify description of
4037 when a string is unibyte or multibyte.
4038 (Bool-Vector Type): Update examples.
4039 (Equality Predicates): Correctly describe when two strings are
4040 `equal'.
4041
19017752
LT
40422003-11-29 Luc Teirlinck <teirllm@auburn.edu>
4043
4044 * lists.texi (Building Lists): `append' no longer accepts integer
4045 arguments. Update the description of `number-sequence' to reflect
4046 recent changes.
4047 (Sets And Lists): Describe `member-ignore-case' after `member'.
4048
0f6a07a8
KS
40492003-11-27 Kim F. Storm <storm@cua.dk>
4050
4051 * commands.texi (Click Events): Click object may be an images.
4052 Describe (dx . dy) element of click positions.
4053 (Accessing Events): Remove duplicate posn-timestamp.
4054 New functions posn-object and posn-object-x-y.
4055
1ce7c819
KS
40562003-11-23 Kim F. Storm <storm@cua.dk>
4057
4058 * commands.texi (Click Events): Describe enhancements to event
4059 position lists, including new text-pos and (col . row) items.
4060 Mention left-fringe and right-fringe area events.
0f6a07a8 4061 (Accessing Events): New functions posn-area and
1ce7c819
KS
4062 posn-actual-col-row. Mention posn-timestamp. Mention that
4063 posn-point in non-text area still returns buffer position.
4064 Clarify posn-col-row.
4065
cae8ddbb
LH
40662003-11-21 Lars Hansen <larsh@math.ku.dk>
4067
4068 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4069 * anti.texi (File Attributes): Describe removed parameter
4070 ID-FORMAT.
4071
f7f1a248
LT
40722003-11-20 Luc Teirlinck <teirllm@auburn.edu>
4073
68e74f25 4074 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
4075 a position, its buffer is ignored.
4076
4077 * markers.texi (Overview of Markers): Mention it here too.
4078
c5e2fb05
LT
40792003-11-12 Luc Teirlinck <teirllm@auburn.edu>
4080
4081 * numbers.texi (Numeric Conversions): Not just `floor', but also
4082 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
4083
e57d0aa8
LT
40842003-11-10 Luc Teirlinck <teirllm@auburn.edu>
4085
4086 * markers.texi (Creating Markers): Specify insertion type of
4087 created markers. Add xref to `Marker Insertion Types'.
4088 Second argument to `copy-marker' is optional.
4089 (Marker Insertion Types): Mention that most markers are created
4090 with insertion type nil.
4091 (The Mark): Correctly describe when `mark' signals an error.
4092 (The Region): Correctly describe when `region-beginning' and
4093 `region-end' signal an error.
4094
bb3612ec
LT
40952003-11-08 Luc Teirlinck <teirllm@auburn.edu>
4096
4097 * hash.texi (Creating Hash): Clarify description of `eql'.
4098 `makehash' is obsolete.
4099 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4100
4101 * positions.texi (Point): Change description of `buffer-end', so
4102 that it is also correct for floating point arguments.
4103 (List Motion): Correct argument lists of `beginning-of-defun' and
4104 `end-of-defun'.
4105 (Excursions): Add xref to `Marker Insertion Types'.
4106 (Narrowing): Argument to `narrow-to-page' is optional.
4107
cfb8a797
LT
41082003-11-06 Luc Teirlinck <teirllm@auburn.edu>
4109
4110 * streams.texi (Output Streams): Clarify behavior of point for
4111 marker output streams.
4112
c6177909
LT
41132003-11-04 Luc Teirlinck <teirllm@auburn.edu>
4114
4115 * variables.texi (Defining Variables): Second argument to
4116 `defconst' is not optional.
4117 (Setting Variables): Mention optional argument APPEND to
4118 `add-to-list'.
4119 (Creating Buffer-Local): Expand description of
4120 `make-variable-buffer-local'.
4121 (Frame-Local Variables): Expand description of
4122 `make-variable-frame-local'.
4123 (Variable Aliases): Correct description of optional argument
4124 DOCSTRING to `defvaralias'. Mention return value of
4125 `defvaralias'.
4126 (File Local Variables): Add xref to `File variables' in Emacs
4127 Manual. Correct description of `hack-local-variables'. Mention
4128 `safe-local-variable' property. Mention optional second argument
4129 to `risky-local-variable-p'.
4130
b3645067
LT
41312003-11-03 Luc Teirlinck <teirllm@auburn.edu>
4132
4133 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4134
10695e5c
EZ
41352003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4136
4137 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4138 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4139 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4140 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4141 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 4142 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
4143 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4144 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4145 @acronym{FOO}.
4146
a2f4def1
LT
41472003-10-27 Luc Teirlinck <teirllm@auburn.edu>
4148
4149 * strings.texi (Creating Strings): Argument START to `substring'
4150 can not be `nil'. Expand description of
4151 `substring-no-properties'. Correct description of `split-string',
4152 especially with respect to empty matches. Prevent very bad line
4153 break in definition of `split-string-default-separators'.
4154 (Text Comparison): `string=' and `string<' also accept symbols as
4155 arguments.
4156 (String Conversion): More completely describe argument BASE in
4157 `string-to-number'.
5bb0fcd1 4158 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
4159 corresponding object. Clarify behavior of numeric prefix after
4160 `%' in `format'.
4161 (Case Conversion): The argument to `upcase-initials' can be a
4162 character.
4163
a2296bf9
KH
41642003-10-27 Kenichi Handa <handa@m17n.org>
4165
4166 * display.texi (Fontsets): Fix texinfo usage.
4167
885fef7c
KH
41682003-10-25 Kenichi Handa <handa@m17n.org>
4169
4170 * display.texi (Fontsets): Add description of the function
4171 set-fontset-font.
4172
0c6b7a1f
LT
41732003-10-23 Luc Teirlinck <teirllm@auburn.edu>
4174
4175 * display.texi (Temporary Displays): Add xref to `Documentation
4176 Tips'.
4177
4178 * functions.texi (Function Safety): Use inforef instead of pxref
4179 for SES.
4180
c3cda320
AS
41812003-10-23 Andreas Schwab <schwab@suse.de>
4182
4183 * Makefile.in (TEX, texinputdir): Don't define.
4184 (TEXI2DVI): Define.
4185 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4186 add $(srcdir)/index.texi.
4187 ($(infodir)/elisp): Remove index.texi dependency.
4188 (elisp.dvi): Likewise. Use $(TEXI2DVI).
4189 (index.texi): Remove target.
4190 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
4191 (clean): Don't remove index.texi.
4192
c3cda320
AS
4193 * permute-index, index.perm: Remove.
4194 * index.texi: Rename from index.unperm.
4195
e5dadca7
LT
41962003-10-22 Luc Teirlinck <teirllm@auburn.edu>
4197
4198 * tips.texi (Documentation Tips): Document new behavior for face
4199 and variable hyperlinks in Help mode.
4200
6cfb0777
LT
42012003-10-21 Luc Teirlinck <teirllm@auburn.edu>
4202
4203 * objects.texi (Integer Type): Update for extra bit of integer range.
4204 (Character Type): Ditto.
4205
a6eeaa81 42062003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
4207
4208 * numbers.texi (Integer Basics): Add index entries for reading
4209 numbers in hex, octal, and binary.
4210
c8f9ba83
LK
42112003-10-16 Lute Kamstra <lute@gnu.org>
4212
4213 * modes.texi (Mode Line Format): Mention force-mode-line-update's
4214 argument.
4215
b52a26fb
LT
42162003-10-13 Luc Teirlinck <teirllm@auburn.edu>
4217
4218 * windows.texi (Choosing Window): Fix typo.
4219 * edebug.texi (Edebug Execution Modes): Fix typo.
4220
f7005886
RS
42212003-10-13 Richard M. Stallman <rms@gnu.org>
4222
4223 * windows.texi (Basic Windows): A window has fringe settings,
4224 display margins and scroll-bar settings.
4225 (Splitting Windows): Doc split-window return value.
4226 Clean up one-window-p.
4227 (Selecting Windows): Fix typo.
4228 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4229 (Buffers and Windows): In set-window-buffer, explain effect
4230 on fringe settings and scroll bar settings.
4231 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4232 (Choosing Window): Use defopt for pop-up-frame-function.
4233 For special-display-buffer-names, explain same-window and same-frame.
4234 Clarify window-dedicated-p return value.
4235 (Textual Scrolling): scroll-up and scroll-down can get an error.
4236 (Horizontal Scrolling): Clarify auto-hscroll-mode.
4237 Clarify set-window-hscroll.
4238 (Size of Window): Don't mention tool bar in window-height.
4239 (Coordinates and Windows): Explain what coordinates-in-window-p
4240 returns for fringes and display margins.
4241 (Window Configurations): Explain saving fringes, etc.
4242
4243 * tips.texi (Library Headers): Clean up Documentation.
4244
4245 * syntax.texi (Parsing Expressions): Clean up forward-comment
4246 and parse-sexp-lookup-properties.
4247
4248 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4249
4250 * os.texi (System Environment): Clean up text for load-average errors.
4251
4252 * modes.texi (Hooks): Don't explain local hook details at front.
4253 Clarify run-hooks and run-hook-with-args a little.
4254 Clean up add-hook and remove-hook.
4255
4256 * edebug.texi (Edebug Execution Modes): Clarify t.
4257 Document edebug-sit-for-seconds.
4258 (Coverage Testing): Document C-x X = and =.
4259 (Instrumenting Macro Calls): Fix typo.
4260 (Specification List): Don't index the specification keywords.
4261
c989ebe9
KS
42622003-10-10 Kim F. Storm <storm@cua.dk>
4263
4264 * processes.texi (Network): Introduce make-network-process.
4265
f9525eef
LT
42662003-10-09 Luc Teirlinck <teirllm@auburn.edu>
4267
4268 * tips.texi (Library Headers): Fix typo.
4269
f008b925
LK
42702003-10-07 Juri Linkov <juri@jurta.org>
4271
4272 * modes.texi (Imenu): Mention imenu-create-index-function's
4273 default value. Explain submenus better.
4274
c22c5da6
LK
42752003-10-07 Lute Kamstra <lute@gnu.org>
4276
4277 * modes.texi (Faces for Font Lock): Fix typo.
4278 (Hooks): Explain how buffer-local hook variables can refer to
4279 global hook variables.
4280 Various minor clarifications.
4281
49247521
LK
42822003-10-06 Lute Kamstra <lute@gnu.org>
4283
4284 * tips.texi (Coding Conventions): Mention naming conventions for
4285 hooks.
4286
9296c947
LT
42872003-10-05 Luc Teirlinck <teirllm@auburn.edu>
4288
4289 * loading.texi (Library Search): Correct default value of
4290 load-suffixes.
4291 (Named Features): Fix typo.
4292
0e9b293a
RS
42932003-10-05 Richard M. Stallman <rms@gnu.org>
4294
4295 * loading.texi (Named Features): In `provide',
4296 say how to test for subfeatures.
4297 (Unloading): In unload-feature, use new var name
4298 unload-feature-special-hooks.
4299
49247521 43002003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
4301
4302 * modes.texi (Major Mode Conventions): Mention third way to set up
4303 Imenu.
4304 (Imenu): A number of small fixes.
4305 Delete documentation of internal variable imenu--index-alist.
4306 Document the return value format of imenu-create-index-function
4307 functions.
4308
ab8f7d5c
RS
43092003-09-30 Richard M. Stallman <rms@gnu.org>
4310
4311 * processes.texi (Network): Say what stopped datagram connections do.
4312
4313 * lists.texi (Association Lists): Clarify `assq-delete-all'.
4314
4315 * display.texi (Overlay Properties): Clarify `evaporate' property.
4316
49247521 43172003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
4318
4319 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 4320 constructs should be marked as risky.
86b9b767
LK
4321 Change cons cell into proper list.
4322 (Mode Line Variables): Change cons cell into proper list.
4323
49247521 43242003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
4325
4326 * modes.texi (Mode Line Data): Document the :propertize construct.
4327 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 4328 to match their order in the default mode-line-format.
bc3b02f9
LK
4329 Describe the new variables mode-line-position and mode-line-modes.
4330 Update the default values of mode-line-frame-identification,
4331 minor-mode-alist, and default-mode-line-format.
4332 (Properties in Mode): Mention the :propertize construct.
6142d1d0 4333
bc3b02f9 43342003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 4335
c22c5da6 4336 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
4337 * loading.texi, minibuf.texi, text.texi, variables.texi:
4338 Avoid @strong{Note:}.
4339
43402003-09-26 Richard M. Stallman <rms@gnu.org>
4341
4342 * keymaps.texi (Remapping Commands): Fix typo.
4343
41beda59
LT
43442003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
4345
4346 * processes.texi (Low-Level Network): Fix typo.
4347
ef6ae4ff
KS
43482003-09-23 Kim F. Storm <storm@cua.dk>
4349
4350 * processes.texi (Network, Network Servers): Fix typos.
4351 (Low-Level Network): Add timeout value for :server keyword.
4352 Add new option keywords to make-network-process.
4353 Add set-network-process-options.
4354 Explain how to test availability of network options.
4355
b0f23edf
RS
43562003-09-19 Richard M. Stallman <rms@gnu.org>
4357
4358 * text.texi (Motion by Indent): Arg to
4359 backward-to-indentation and forward-to-indentation is optional.
4360
4361 * strings.texi (Creating Strings): Add substring-no-properties.
4362
4363 * processes.texi
4364 (Process Information): Add list-processes arg QUERY-ONLY.
4365 Delete process-contact from here.
4366 Add new status values for process-status.
4367 Add process-get, process-put, process-plist, set-process-plist.
4368 (Synchronous Processes): Add call-process-shell-command.
4369 (Signals to Processes): signal-process allows process objects.
4370 (Network): Complete rewrite.
4371 (Network Servers, Datagrams, Low-Level Network): New nodes.
4372
4373 * positions.texi (Word Motion): forward-word, backward-word
4374 arg is optional. Reword.
4375
4376 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
4377
c22c5da6 4378 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
4379 Delete duplicate definition of buffer-local-value.
4380 (File Local Variables): Explain about discarding text props.
4381
f387bdea
RS
43822003-09-11 Richard M. Stallman <rms@gnu.org>
4383
4384 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4385 changes variables that record input events.
4386 (Minibuffer Misc): Add minibuffer-selected-window.
4387
4388 * lists.texi (Building Lists): Add copy-tree.
4389
4390 * display.texi (Fontsets): Add char-displayable-p.
4391 (Scroll Bars): New node.
4392
49247521 43932003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
4394
4395 * modes.texi (%-Constructs): Document new `%i' and `%I'
4396 constructs.
4397
fd026ee1
JR
43982003-09-03 Peter Runestig <peter@runestig.com>
4399
4400 * makefile.w32-in: New file.
4401
4828b4d7
RS
44022003-08-29 Richard M. Stallman <rms@gnu.org>
4403
4404 * display.texi (Overlay Properties): Clarify how priorities
4405 affect use of the properties.
4406
a4e4f05d
LT
44072003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4408
4409 * customize.texi (Type Keywords): Correct the description of
4410 `:help-echo' in the case where `motion-doc' is a function.
4411
3ebe0346
JPW
44122003-08-14 John Paul Wallington <jpw@gnu.org>
4413
4414 * modes.texi (Emulating Mode Line): Subsection, not section.
4415
3afe8e39
RS
44162003-08-13 Richard M. Stallman <rms@gnu.org>
4417
4418 * elisp.texi (Top): Update subnode lists in menu.
4419
4420 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4421 (Kill Functions): kill-region has new arg yank-handler.
4422 (Yanking): New node.
4423 (Yank Commands): Add yank-undo-function.
4424 (Low-Level Kill Ring):
4425 kill-new and kill-append have new arg yank-handler.
4426 (Changing Properties): Add remove-list-of-text-properties.
4427 (Atomic Changes): New node.
4428
4429 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4430
4431 * streams.texi (Output Variables): Add eval-expression-print-length
4432 and eval-expression-print-level.
4433
4434 * os.texi (Time Conversion): For encode-time, explain limits on year.
4435
4436 * objects.texi (Character Type): Define anchor "modifier bits".
4437
4438 * modes.texi (Emulating Mode Line): New node.
4439 (Search-based Fontification): Font Lock uses font-lock-face property.
4440 (Other Font Lock Variables): Likewise.
4441
4442 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4443 not vectors.
4444 (Active Keymaps): Add emulation-mode-map-alists.
4445 (Functions for Key Lookup): key-binding has new arg no-remap.
4446 (Remapping Commands): New node.
4447 (Scanning Keymaps): where-is-internal has new arg no-remap.
4448 (Tool Bar): Add tool-bar-local-item-from-menu.
4449 Clarify when to use tool-bar-add-item-from-menu.
4450
4451 * commands.texi (Interactive Call): commandp has new arg.
4452 (Command Loop Info): Add this-original-command.
4453
e37769b1
JPW
44542003-08-06 John Paul Wallington <jpw@gnu.org>
4455
4456 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4457
4458 * display.texi (Warning Basics): Fix typo.
4459 (Fringes): Add closing curly bracket and fix typo.
4460
4461 * elisp.texi (Top): Fix typo.
4462
c5e0561f
RS
44632003-08-05 Richard M. Stallman <rms@gnu.org>
4464
4465 * elisp.texi: Update lists of subnodes.
4466
4467 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4468
4469 * variables.texi (Local Variables): Use lc for example variable names.
4470
4471 * tips.texi (Library Headers): Explain where to put -*-.
4472
4473 * strings.texi (Creating Strings): Fix xref for vconcat.
4474
4475 * sequences.texi (Vector Functions):
4476 vconcat no longer allows integer args.
4477
4478 * minibuf.texi (Reading File Names): read-file-name has new
4479 arg PREDICATE. New function read-directory-name.
4480
4481 * macros.texi (Defining Macros): Give definition of `declare'
4482 (Indenting Macros): New node.
4483
4484 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4485 (Window Frame Parameters): Make separate table of parameters
4486 that are coupled with specific face attributes.
4487 (Deleting Frames): delete-frame-hooks renamed to
4488 delete-frame-functions.
4489
4490 * files.texi (Magic File Names): Add file-remote-p.
4491 Clarify file-local-copy.
4492
4493 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4494 here; instead xref Defining Macros.
4495
4496 * display.texi (Warnings): New node, and subnodes.
4497 (Fringes): New node.
4498
4499 * debugging.texi (Test Coverage): New node.
4500
4501 * compile.texi (Compiler Errors): Explain with-no-warnings
4502 and other ways to suppress warnings.
4503
4504 * commands.texi (Interactive Call): Minor clarification.
4505
4506 * buffers.texi (Buffer File Name): set-visited-file-name
4507 renames the buffer too.
4508
4509 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4510
ee59dede
MR
45112003-07-24 Markus Rost <rost@math.ohio-state.edu>
4512
4513 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4514
f0514b34
MR
45152003-07-22 Markus Rost <rost@math.ohio-state.edu>
4516
4517 * internals.texi (Garbage Collection): Fix previous change.
4518
c73983bb
RS
45192003-07-22 Richard M. Stallman <rms@gnu.org>
4520
4521 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4522
4523 * display.texi (Width): Use \s syntax in example.
4524 (Font Selection): Add face-font-rescale-alist.
4525
4526 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4527 Remove spurious indent in example.
4528
4529 * lists.texi (Building Lists): Add number-sequence.
4530
4531 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4532
4533 * functions.texi (Function Documentation): Explain how to
4534 show calling convention explicitly in the doc string.
4535
4536 * windows.texi (Selecting Windows): save-selected-window saves
4537 selected window of each frame.
4538 (Window Configurations): Minor change.
4539
4540 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4541
4542 * streams.texi (Output Variables): Add print-continuous-numbering
4543 and print-number-table.
4544
4545 * processes.texi (Decoding Output): New node.
4546
4547 * os.texi (Time Conversion): decode-time arg is optional.
4548
4549 * objects.texi (Character Type): Don't use space as example for \.
4550 Make list of char names and \-sequences correspond.
4551 Explain that \s is not used in strings. `\ ' needs space after.
4552
4553 * nonascii.texi (Converting Representations): Add string-to-multibyte.
4554 (Translation of Characters): Add translation-table-for-input.
4555 (Default Coding Systems): Add auto-coding-functions.
4556 (Explicit Encoding): Add decode-coding-inserted-region.
4557 (Locales): Add locale-info.
4558
4559 * minibuf.texi (Basic Completion): Describe test-completion.
4560 Collections can be lists of strings.
4561 Clean up lazy-completion-table.
4562 (Programmed Completion): Mention test-completion.
4563 Clarify why lambda expressions are not accepted.
4564 (Minibuffer Misc): Describe minibufferp.
4565
51a8b435
RS
45662003-07-14 Richard M. Stallman <rms@gnu.org>
4567
4568 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4569
4570 * windows.texi (Selecting Windows): New arg to select-window.
4571 (Selecting Windows): Add with-selected-window.
4572 (Size of Window): Add window-inside-edges, etc.
4573
4574 * internals.texi (Garbage Collection): Add post-gc-hook.
4575
4576 * processes.texi (Subprocess Creation): Add exec-suffixes.
4577
4578 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4579 (Scanning Keymaps): Add map-keymaps.
4580 (Defining Menus): Add keymap-prompt.
4581
4582 * numbers.texi (Integer Basics): Add most-positive-fixnum,
4583 most-negative-fixnum.
4584
4585 * compile.texi (Byte Compilation): Explain no-byte-compile
4586 (Compiler Errors): New node.
4587
4588 * os.texi (User Identification): user-uid, user-real-uid
4589 can return float.
4590
4591 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4592 and about derived modes.
4593 (Minor Modes): Add minor-mode-list.
4594 (Defining Minor Modes): Keyword args for define-minor-mode.
4595 (Search-based Fontification): Explain managing other properties.
4596 (Other Font Lock Variables): Add font-lock-extra-managed-props.
4597 (Faces for Font Lock): Add font-locl-preprocessor-face.
4598 (Hooks): Add run-mode-hooks and delay-mode-hooks.
4599
4600 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 4601 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
4602
4603 * loading.texi (Library Search): Add load-suffixes.
4604
4605 * minibuf.texi (Basic Completion): Add lazy-completion-table.
4606 (Programmed Completion): Add dynamic-completion-table.
4607
4608 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4609 (Magic File Names): Specify precedence order of handlers.
199bb209 4610
51a8b435
RS
4611 * commands.texi (Command Overview): Emacs server runs pre-command-hook
4612 and post-command-hook.
4613 (Waiting): New calling convention for sit-for.
4614
4615 * text.texi (Special Properties): local-map and keymap properties
4616 apply based on their stickiness.
4617
c6de56a0
RS
46182003-07-07 Richard M. Stallman <rms@gnu.org>
4619
4620 * modes.texi (Minor Mode Conventions): Specify only some kinds
4621 of list values as args to minor modes.
4622
4623 * files.texi (File Name Expansion): Warn about iterative use
4624 of substitute-in-file-name.
4625
4626 * advice.texi (Activation of Advice): Clean up previous change.
4627
8c761ea6
MR
46282003-07-06 Markus Rost <rost@math.ohio-state.edu>
4629
4630 * advice.texi (Activation of Advice): Note that ad-start-advice is
4631 turned on by default.
4632
c6de56a0
RS
46332003-06-30 Richard M. Stallman <rms@gnu.org>
4634
4635 * text.texi (Buffer Contents): Document current-word.
4636 (Change Hooks): Not called for *Messages*.
4637
4638 * functions.texi (Defining Functions): Explain about redefining
4639 primitives.
4640 (Function Safety): Renamed. Minor changes.
4641 Comment out the detailed criteria for what is safe.
4642
3fe4e567
AS
46432003-06-22 Andreas Schwab <schwab@suse.de>
4644
4645 * objects.texi (Symbol Type): Fix description of examples.
4646
cda7bd13
AS
46472003-06-16 Andreas Schwab <schwab@suse.de>
4648
4649 * hash.texi (Creating Hash): Fix description of :weakness.
4650
fbcffa4a
KG
46512003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4652
4653 * files.texi (Changing Files): copy-file copies file modes, too.
4654
ff6a3bfb
RS
46552003-05-28 Richard M. Stallman <rms@gnu.org>
4656
4657 * strings.texi (Creating Strings): Clarify split-string.
4658
1463a05d
JB
46592003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
4660
4661 * strings.texi (Creating Strings): Update split-string specification
4662 and examples.
4663
af253914
RS
46642003-05-19 Richard M. Stallman <rms@gnu.org>
4665
4666 * elisp.texi: Correct invariant section names.
4667
7ea52f92
RS
46682003-04-20 Richard M. Stallman <rms@gnu.org>
4669
4670 * os.texi (Timers): Explain about timers and quitting.
4671
e31afc09
RS
46722003-04-19 Richard M. Stallman <rms@gnu.org>
4673
4674 * internals.texi (Writing Emacs Primitives): Strings are
4675 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
4676 Explain GCPRO convention for varargs function args.
4677
5ceea398
RS
46782003-04-16 Richard M. Stallman <rms@gnu.org>
4679
4680 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
4681
b0ada147
RS
46822003-04-08 Richard M. Stallman <rms@gnu.org>
4683
4684 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
4685
b23375aa
KS
46862003-02-13 Kim F. Storm <storm@cua.dk>
4687
4688 * objects.texi (Character Type): New \s escape for space.
4689
c60ee5e7
JB
46902003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
4691
4692 * os.texi (System Environment): Added cygwin system-type.
4693
84e47416
RS
46942003-01-25 Richard M. Stallman <rms@gnu.org>
4695
4696 * keymaps.texi: Document that a symbol can act as a keymap.
4697
3e8cf2ea
RS
46982003-01-13 Richard M. Stallman <rms@gnu.org>
4699
4700 * text.texi (Changing Properties): Say string indices are origin-0.
4701
4702 * positions.texi (Screen Lines) <compute-motion>:
4703 Correct order of elts in return value.
4704
4705 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
4706 how to define a default binding.
4707
7abb9fc5 47082002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 4709
104bc3aa 4710 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 4711
104bc3aa 4712 * customize.texi (Simple Types): Clarify description of custom
9b7fa297 4713 type 'number. Describe new custom type 'float.
177f790c 4714
7abb9fc5 47152002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
4716
4717 * variables.texi (File Local Variables): Fix typo.
4718
df140a68 47192002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 4720
df140a68
KG
4721 From Michael Albinus <Michael.Albinus@alcatel.de>.
4722
4723 * README: Target for Info file is `make info'.
4724
4725 * files.texi (File Name Components): Fixed typos in
4726 `file-name-sans-extension'.
4727 (Magic File Names): Complete list of operations for magic file
4728 name handlers.
4729
7ed9159a
JY
47302002-09-16 Jonathan Yavner <jyavner@engineer.com>
4731
4732 * variables.texi (File Local Variables): New function
4733 risky-local-variable-p.
4734
47352002-09-15 Jonathan Yavner <jyavner@engineer.com>
4736
4737 * functions.texi (Function safety): New node about unsafep.
4738
241f79af
PA
47392002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
4740
4741 * customize.texi (Splicing into Lists): Fixed example.
4742 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
4743
72459b15
JB
47442002-06-17 Juanma Barranquero <lektu@terra.es>
4745
4746 * frames.texi (Display Feature Testing): Fix typo.
4747
61f7e0f5
AS
47482002-06-12 Andreas Schwab <schwab@suse.de>
4749
4750 * frames.texi (Initial Parameters, Resources): Fix references to
4751 the Emacs manual.
4752
4e792dbd
KS
47532002-05-13 Kim F. Storm <storm@cua.dk>
4754
4755 * variables.texi (Intro to Buffer-Local): Updated warning and
4756 example relating to changing buffer inside let.
4757
940344d4 47582002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
4759
4760 * os.texi (Session Management): New node about X Session management.
4761
231ac53b
EZ
47622002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
4763
4764 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
4765 to which the manual corresponds, and the copyright years.
4766
4767 * Makefile.in (VERSION): Set to 2.9.
4768
140cc574
EZ
47692001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
4770
4771 * elisp.texi: Change the category in @dircategory to "Emacs", to
4772 make it consistent with info/dir.
4773
9c7fce05
MB
47742001-11-25 Miles Bader <miles@gnu.org>
4775
4776 * text.texi (Fields): Describe new `limit' arg in
4777 field-beginning/field-end.
4778
9f8bbf0f
EZ
47792001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
4780
a5e6715c
EZ
4781 * permute-index: Don't depend on csh-specific features. Replace
4782 the interpreter name with /bin/sh.
4783
9f8bbf0f
EZ
4784 * two-volume-cross-refs.txt: New file.
4785 * two.el: New file.
4786 * spellfile: New file.
4787
1756e2fb
EZ
47882001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
4789
4790 * permute-index: New file.
4791
4792 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
4793 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
4794 8+3 restricted namespace.
ad050e54
EZ
4795
4796 * Makefile.in (infodir): Define relative to $(srcdir).
4797 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
4798 include directories list via -I switch to makeinfo.
4799 (index.texi): Use cp if both hard and symbolic links fail.
4800
10fa7f8e
EZ
48012001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
4802
7a1494ce
EZ
4803 * Makefile.in (distclean): Add.
4804
10fa7f8e
EZ
4805 The following changes make ELisp manual part of the Emacs
4806 distribution:
4807
4808 * Makefile.in: Add Copyright notice.
4809 (prefix): Remove.
4810 (infodir): Change value to "../info".
4811 (VPATH): New variable.
4812 (MAKE): Don't define.
4813 (texmacrodir): Don't define.
4814 (texinputdir): Append the existing value of TEXINPUTS.
4815 ($(infodir)/elisp): Instead of just "elisp". Reformat the
4816 command to be compatible with man/Makefile.in, and to put the
4817 output into ../info.
5c32b7c5 4818 (info): Add target.
10fa7f8e
EZ
4819 (installall): Target removed.
4820
ad050e54 48212001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
4822
4823 * tips.texi (Coding Conventions): Fix typo.
4824
6fd735df
GM
48252001-10-23 Gerd Moellmann <gerd@gnu.org>
4826
4827 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
4828
b704d54b
EZ
48292001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4830
4831 * files.texi (File Name Components): Update the description of
4832 file-name-sans-extension and file-name-extension, as they now
4833 ignore leading dots.
4834
71431a0e
GM
48352001-10-20 Gerd Moellmann <gerd@gnu.org>
4836
6aa97356 4837 * (Version 21.1 released.)
71431a0e 4838
79f1f96c
MB
48392001-10-19 Miles Bader <miles@gnu.org>
4840
4841 * positions.texi (Text Lines): Describe behavior of
4842 `beginning-of-line'/`end-of-line' in the presence of field properties.
4843
892a8f36
GM
48442001-10-17 Gerd Moellmann <gerd@gnu.org>
4845
4846 * Makefile.in (VERSION): Set to 2.8.
4847 (manual): Use `manual-21'.
4848
8c1cc9e8 4849 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
4850 number was used. Set it to 2.8.
4851
4852 * intro.texi: Likewise.
4853
51724e26
EZ
48542001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4855
4856 * files.texi (File Name Completion): Document the significance of
4857 a trailing slash in elements of completion-ignored-extensions.
4858
57b338e8
MB
48592001-10-06 Miles Bader <miles@gnu.org>
4860
4861 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
4862
c89e4bc5
GM
48632001-10-04 Gerd Moellmann <gerd@gnu.org>
4864
4865 * variables.texi (Variable Aliases): New node.
4866
ab952a4f
GM
48672001-10-04 Gerd Moellmann <gerd@gnu.org>
4868
4869 * Branch for 21.1.
dff28924 4870
9db3a582
MB
48712001-10-02 Miles Bader <miles@gnu.org>
4872
ae1a9581
MB
4873 * minibuf.texi (Minibuffer Misc): Add entries for
4874 `minibuffer-contents', `minibuffer-contents-no-properties', and
4875 `delete-minibuffer-contents'.
4876 Correct description for `minibuffer-prompt-end'.
4877
9db3a582
MB
4878 * text.texi (Property Search): Correct descriptions of
4879 `next-char-property-change' and `previous-char-property-change'.
4880 Add entries for `next-single-char-property-change' and
4881 `previous-single-char-property-change'.
4882 Make operand names a bit more consistent.
4883
03be5931
EZ
48842001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
4885
4886 * frames.texi (Finding All Frames): Document that next-frame and
4887 previous-frame are local to current terminal.
4888
974548ec
EZ
48892001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
4890
4891 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 4892 result of make-keymap.
974548ec 4893
8d82c597
EZ
48942001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
4895
4896 * display.texi (Font Lookup, Attribute Functions)
4897 (Image Descriptors): Add cross-references to the definition of
4898 selected frame.
4899
4900 * buffers.texi (The Buffer List): Add cross-references to the
4901 definition of selected frame.
4902
4903 * frames.texi (Input Focus): Clarify which frame is _the_ selected
4904 frame at any given time.
4905 (Multiple Displays, Size and Position): Add a cross-reference to
4906 the definition of the selected frame.
4907
2842de30
EZ
49082001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4909
4910 * strings.texi (String Conversion) <string-to-number>: Document
4911 that a float is returned for integers that are too large.
4912
4913 * frames.texi (Mouse Position): Document mouse-position-function.
4914 (Display Feature Testing): Document display-images-p.
4915 (Window Frame Parameters): Document the cursor-type variable.
4916
4917 * numbers.texi (Integer Basics): Document CL style read syntax for
4918 integers in bases other than 10.
4919
4920 * positions.texi (List Motion): Document
4921 open-paren-in-column-0-is-defun-start.
4922
4923 * lists.texi (Sets And Lists): Document member-ignore-case.
4924
4925 * internals.texi (Garbage Collection): Document the used and free
4926 strings report.
4927 (Memory Usage): Document strings-consed.
4928
4929 * os.texi (Time of Day): Document float-time.
4930 (Recording Input): Document that clear-this-command-keys clears
4931 the vector to be returned by recent-keys.
4932
4933 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
4934 argument keymap can be a list.
4935
4936 * nonascii.texi (User-Chosen Coding Systems)
4937 <select-safe-coding-system>: Document the new argument
4938 accept-default-p and the variable
4939 select-safe-coding-system-accept-default-p. Tell what happens if
4940 buffer-file-coding-system is undecided.
4941 (Default Coding Systems): Document auto-coding-regexp-alist.
4942
4943 * display.texi (The Echo Area) <message>: Document
4944 message-truncate-lines.
4945 (Glyphs): Document that the glyph table is unused on windowed
4946 displays.
4947
4948 * help.texi (Describing Characters) <single-key-description>:
4949 Document the new argument no-angles.
4950 (Accessing Documentation) <documentation-property>: Document that
4951 a non-string property is evaluated.
4952 <documentation>: Document that the function-documentation property
4953 is looked for.
4954
4955 * windows.texi (Selecting Windows): Document some-window.
4956
4957 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
4958
4959 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
4960 apropos-mode-hook.
4961
4962 * commands.texi (Using Interactive): Document interactive-form.
4963 (Keyboard Macros): Document kbd-macro-termination-hook.
4964 (Command Loop Info): Document that clear-this-command-keys clears
4965 the vector to be returned by recent-keys.
4966
2d43d823
GM
49672001-09-04 Werner LEMBERG <wl@gnu.org>
4968
4969 * Makefile.in (srcdir, texinputdir): New variables.
4970 (srcs, index.texi, install): Use $(srcdir).
4971 (.PHONY): Remove elisp.dvi.
4972 (elisp): Use -I switch for makeinfo.
4973 (elisp.dvi): Use $(srcdir) and $(texinputdir).
4974 (installall, dist): Use $(srcdir).
4975 Fix path to texinfo.tex.
4976 (maintainer-clean): Add elisp.dvi and elisp.oaux.
4977
fa739b31
GM
49782001-08-30 Gerd Moellmann <gerd@gnu.org>
4979
92a25631
GM
4980 * display.texi (Conditional Display): Adjust to API change.
4981
fa739b31
GM
4982 * configure: New file.
4983
cef68af5
GM
49842001-07-30 Gerd Moellmann <gerd@gnu.org>
4985
4986 * commands.texi (Repeat Events): Add description of
4987 double-click-fuzz.
4988
d1f08d85
SM
49892001-05-08 Stefan Monnier <monnier@cs.yale.edu>
4990
4991 * syntax.texi (Syntax Class Table): Add the missing designator for
4992 comment and string fences.
4993 (Syntax Properties): Add a xref to syntax table internals.
4994 (Syntax Table Internals): Document string-to-syntax.
4995
1e9fc92e
GM
49962001-05-07 Gerd Moellmann <gerd@gnu.org>
4997
4998 * Makefile.in (install): Use install-info command line options
4999 like in Emacs' Makefile.in.
5000
00480554
MB
50012000-12-09 Miles Bader <miles@gnu.org>
5002
5003 * windows.texi (Window Start): Update documentation for
5004 `pos-visible-in-window-p'.
5005
1e344ee2
SM
50062000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5007
5008 * lists.texi (Building Lists): Add footnote to explain how to add
5009 to the end of a list.
5010
a540f6ed
GM
50112000-10-25 Gerd Moellmann <gerd@gnu.org>
5012
5013 * files.texi (Visiting Functions): Typos.
5014
28bcdbee
KH
50152000-10-25 Kenichi Handa <handa@etl.go.jp>
5016
5017 * files.texi (Visiting Functions): Return value of
5018 find-file-noselect may be a list of buffers if wildcards are used.
5019
22d1a4ed
MB
50202000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5021
5022 * display.texi (Defining Faces): Document `graphic' display type
5023 in face specs.
5024
916a89db
KG
50252000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5026
1e9fc92e 5027 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
5028 `after-make-frame-hook' with `after-make-frame-functions'.
5029
1e9fc92e 5030 * frames.texi (Creating Frames): Ditto.
916a89db 5031
1e9fc92e 5032 * variables.texi (Future Local Variables): Ditto.
916a89db 5033
483de32b
GM
50342000-10-16 Gerd Moellmann <gerd@gnu.org>
5035
5036 * display.texi (Other Image Types): Add description of :foreground
5037 and :background properties of mono PBM images.
5038
e23a63a5
WL
50392000-08-17 Werner LEMBERG <wl@gnu.org>
5040
5041 * .cvsignore: New file.
5042
dfc16043
GM
50432000-01-05 Gerd Moellmann <gerd@gnu.org>
5044
5045 * tindex.pl: New script.
5046
602613fe
DL
50471999-12-03 Dave Love <fx@gnu.org>
5048
5049 * Makefile.in (MAKEINFO): New parameter.
5050
94ec544d
DL
50511999-09-17 Richard Stallman <rms@gnu.org>
5052
5053 * Makefile.in (srcs): Add hash.texi.
5054 (VERSION): Update to 20.6.
5055
50561999-09-13 Richard Stallman <rms@gnu.org>
5057
5058 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
5059
50601998-08-29 Karl Heuer <kwzh@gnu.org>
5061
5062 * configure.in: New file.
5063 * Makefile.in: Renamed from Makefile.
5064 (prefix, infodir): Use value obtained from configure.
5065 (emacslibdir): Obsolete variable deleted.
5066 (dist): Distribute configure.in, configure, Makefile.in.
5067
50681998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
5069
5070 * Makefile (INSTALL_INFO): New variable.
5071 (install): Run install-info.
5072
50731998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
5074
5075 * Makefile (elisp.dvi): Add missing backslash.
5076
50771998-05-02 Richard Stallman <rms@psilocin.gnu.org>
5078
5079 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
5080 Run texindex without `./'. Always run texindex on elisp.tp.
5081 (elisp.tps): Target deleted.
5082
50831998-04-05 Richard Stallman <rms@psilocin.gnu.org>
5084
5085 * Makefile (srcs): Add nonascii.texi and customize.texi.
5086 (dist): Start by deleting `temp'.
5087
50881998-02-17 Richard Stallman <rms@psilocin.gnu.org>
5089
5090 * Makefile (makeinfo, texindex): Targets deleted.
5091 (makeinfo.o, texindex.o): Targets deleted.
5092 (clean, dist): Don't do anything with them or with getopt*.
5093
50941998-01-30 Richard Stallman <rms@psilocin.gnu.org>
5095
5096 * Makefile (SHELL): Defined.
5097
50981998-01-27 Richard Stallman <rms@psilocin.gnu.org>
5099
5100 * Makefile (elisp.tps): New target.
5101 (elisp.dvi): Depend on elisp.tps.
5102
5103Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
5104
5105 * README: Update phone number.
5106
5107 * Makefile (elisp): Make this be the default target.
5108 Depend on makeinfo.c instead of makeinfo.
5109 (install): Don't depend on elisp.dvi, since we don't install that.
5110 Use mkinstalldirs.
5111 (dist): Add mkinstalldirs.
5112
5113Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5114
5115 * Makefile (VERSION): Update version number.
5116 (maintainer-clean): Renamed from realclean.
5117
5118Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5119
5120 * Makefile (realclean): New target.
5121 (elisp): Remove any old elisp-* files first.
5122
5123Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5124
d1f08d85
SM
5125 * Makefile (VERSION): New variable.
5126 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5127 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
5128
5129Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5130
5131 * Makefile (elisp): Depend on makeinfo.
5132
5133Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
5134
d1f08d85 5135 * Makefile (srcs): Add anti.texi.
94ec544d
DL
5136
5137Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5138
5139 * Makefile (infodir, prefix): New vars.
5140 (install): Use infodir.
5141 (emacsinfodir): Deleted.
5142
5143Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5144
5145 * Makefile (srcs): Add calendar.texi.
5146
5147 * Makefile (dist): Copy texindex.c and makeinfo.c.
5148 Limit elisp-* files to those with one or two digits.
5149
5150Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5151
5152 * Makefile (dist): Changed to use Gzip instead of compress.
5153
5154Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5155
5156 * loading.texi (Unloading): define-function changed back to
5157 defalias. It may not stay this way, but at least it's
5158 consistent with the known-good version of the code patch.
5159
5160Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5161
5162 * modes.texi (Hooks): Document new optional arg of add-hook.
5163
5164Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5165
d1f08d85 5166 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
5167
5168 * tips.texi: Add new section on standard library headers.
5169
5170Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5171
5172 * Makefile (srcs): Add frame.texi to the list of sources.
5173
5174Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5175
5176 * Makefile (dist): Don't bother excluding autosave files; they'll
5177 never make it into the temp directory anyway, and the hash marks
5178 in the name are problematic for make and the Bourne shell.
dff28924 5179 (srcs):
94ec544d
DL
5180
5181Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5182
d1f08d85 5183 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
5184 the distribution tar file.
5185
dff28924 5186Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
5187
5188 * Makefile (srcs): Added index.perm.
5189 (elisp.dvi): Remove erroneous shell comment.
5190 Expect output of permute-index in permuted.fns.
5191 Save old elisp.aux in elisp.oaux.
5192 (clean): Added index.texi to be deleted.
5193
dff28924 5194Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5195
5196 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5197
dff28924 5198Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
5199
5200 * files.texi: Noted that completion-ignored-extensions is ignored
5201 when making *Completions*.
5202
5203Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5204
5205 * Makefile make dist now depends on elisp.dvi, since it tries
5206 to include it in the dist file.
5207
dff28924 5208Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
5209
5210 * functions.texinfo (Mapping Functions): Add missing quote
5211
dff28924 5212Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5213
5214 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5215 (defunargs): Turn off \hyphenchar of \sl font temporarily.
5216
dff28924 5217Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5218
5219 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5220 and @error{} are the terms now being used. The files in the
5221 directory have been changed to reflect this.
5222
d1f08d85 5223 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
5224 ` @result{}', using 5 spaces at the begining of the line.
5225
dff28924 5226Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5227
5228 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5229 experimental @indentedresult{}, @indentedexpandsto{} are part of
5230 the texinfo.tex in this directory. These TeX macros are not
5231 stable yet.
5232
dff28924 5233Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5234
5235 * texinfo.tex: temporarily added
d1f08d85 5236 \let\result=\dblarrow
94ec544d
DL
5237 \def\error{{\it ERROR} \longdblarrow}
5238 We need to do this better soon.
5239
dff28924 5240Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5241
5242 * Applied Karl Berry's patches to *.texinfo files, but not to
9b7fa297 5243 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
94ec544d
DL
5244 new title page format is also not applied, since it requires
5245 texinfo.tex changes.)
5246
5247 * Cleaned up `Makefile' and defined the `emacslibdir' directory
5248 for the Project GNU development environment.
5249
ad050e54 5250;; Local Variables:
fd026ee1 5251;; coding: iso-2022-7bit
ad050e54 5252;; End:
2a34a036 5253
651f374c 5254 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
ceb4c4d3 5255 2005, 2006 Free Software Foundation, Inc.
2a34a036
GM
5256 Copying and distribution of this file, with or without modification,
5257 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
5258
5259;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda