(Fformat): Don't sign-extend for %o or %x.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
931d878d
SM
12006-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * modes.texi (Syntactic Font Lock):
4 Mention font-lock-syntactic-face-function.
5 Suggested by Richard Bielawski <RBielawski@moneygram.com>
6
bda420a3
CY
72006-08-29 Chong Yidong <cyd@stupidchicken.com>
8
9 * display.texi (Images): Add xrref to display-images-p.
10
c6f8bb3a
KH
112006-08-28 Kenichi Handa <handa@m17n.org>
12
13 * nonascii.texi (Lisp and Coding Systems): Fix description of
14 detect-coding-region.
15
7a210b69
MB
162006-08-27 Michael Olson <mwolson@gnu.org>
17
18 * processes.texi (Transaction Queues): Remove stray quote
19 character.
20
3e04a8fc
RS
212006-08-25 Richard Stallman <rms@gnu.org>
22
23 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
24 Add xref.
25
fda97484
CY
262006-08-24 Chong Yidong <cyd@stupidchicken.com>
27
28 * os.texi (Timers): Avoid waiting inside timers.
29
3e46b34c
LK
302006-08-21 Lute Kamstra <lute@gnu.org>
31
32 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
33
ce629713
RS
342006-08-20 Richard Stallman <rms@gnu.org>
35
36 * os.texi (Idle Timers): New node, split out from Timers.
37 Document current-idle-time.
38 * commands.texi (Reading One Event): Update xref.
39 * elisp.texi (Top): Update subnode menu.
40
3cb74cd1
RS
412006-08-16 Richard Stallman <rms@gnu.org>
42
43 * keymaps.texi (Extended Menu Items): Show format of cached
44 bindings in extended menu items.
45
46 * customize.texi (Variable Definitions): Explain when the
47 standard value expression is evaluated.
48
7e188449
CY
492006-08-15 Chong Yidong <cyd@stupidchicken.com>
50
51 * commands.texi (Reading One Event): Explain idleness in
52 `read-event'.
53
b8f5396a
CY
542006-08-12 Chong Yidong <cyd@stupidchicken.com>
55
56 * text.texi (Near Point): Say "cursor" not "terminal cursor".
57 (Commands for Insertion): Removed split-line since it's not
58 relevant for Lisp programming.
59 (Yank Commands): Rewrite introduction.
60 (Undo): Clarify.
61 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
62 (Filling): Remove redundant comment. Clarify return value of
63 current-justification.
64 (Margins): Minor clarifications.
65 (Adaptive Fill): Update default value of adaptive-fill-regexp.
66 (Sorting): Update definition of sort-lines.
67 (Columns): Clarify behavior of sort-columns.
68 (Indent Tabs): Link to Tab Stops in Emacs manual.
69 (Special Properties): Clarify.
70 (Clickable Text): Mention Buttons package.
71
0c80afbd
EZ
722006-08-12 Kevin Ryde <user42@zip.com.au>
73
74 * os.texi (Time Parsing): Add %z to description of
75 format-time-string, as per docstring. Add cross reference to
76 glibc manual for strftime.
77
02a2b2ad
RS
782006-08-08 Richard Stallman <rms@gnu.org>
79
80 * modes.texi: Clean up wording in previous change.
81
34e5974a
CY
822006-08-07 Chong Yidong <cyd@stupidchicken.com>
83
84 * modes.texi (Hooks): Clarify.
85 (Major Mode Basics): Mention define-derived-mode explicitly.
86 (Major Mode Conventions): Rebinding RET is OK for some modes.
87 Mention change-major-mode-hook and after-change-major-mode-hook.
88 (Example Major Modes): Moved to end of Modes section.
89 (Mode Line Basics): Clarify.
90 (Mode Line Data): Mention help-echo and local-map in strings.
91 Explain reason for treatment of non-risky variables.
92 (Properties in Mode): Clarify.
93 (Faces for Font Lock): Add font-lock-negation-char-face.
94
65c6c6b6
EZ
952006-08-04 Eli Zaretskii <eliz@gnu.org>
96
97 * strings.texi (Formatting Strings): Warn against arbitrary
98 strings as first arg to `format'.
99
fc0ba1d0
TTN
1002006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
101
102 * text.texi (Clickable Text): Mention `help-echo' text property.
103 Update intro, examples and associated explanations.
104
a3483884
RS
1052006-07-31 Richard Stallman <rms@gnu.org>
106
107 * commands.texi: Update xrefs.
108 (Event Mod): New node, cut out from old Translating Input.
109
110 * maps.texi: Update xrefs.
fc0ba1d0 111
a3483884
RS
112 * keymaps.texi (Translation Keymaps): New node.
113 Update xrefs from Translating Input to Translation Keymaps.
fc0ba1d0 114
a3483884
RS
115 * elisp.texi (Top): Update subnode menu.
116
117 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
118
119 * os.texi (System Interface): Fix menu descriptions of some nodes.
120 (Translating Input): Node deleted.
fc0ba1d0 121
ec777101
NR
1222006-07-31 Nick Roberts <nickrob@snap.net.nz>
123
124 * modes.texi (Minor Mode Conventions): Update link for add-to-list.
125
126 * lists.texi (Sets And Lists): Likewise.
127
0f42ea76
TTN
1282006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
129
130 * text.texi (Fields): Mention POS
131 requirement when narrowing is in effect.
132
eb107d09
RS
1332006-07-28 Richard Stallman <rms@gnu.org>
134
0de8dcc9
RS
135 * display.texi (Face Attributes): Simplify wording.
136 (Attribute Functions): Clarify meaning of new-frame default
137 attribute settings.
138
eb107d09
RS
139 * customize.texi (Common Keywords): Document how to use
140 :package-version in a package not in Emacs.
141
d7fb9e6c
KS
1422006-07-28 Kim F. Storm <storm@cua.dk>
143
144 * commands.texi (Reading One Event): Fix last change.
145
c1c3d4f7
CY
1462006-07-26 Chong Yidong <cyd@stupidchicken.com>
147
148 * commands.texi (Reading One Event): Document SECONDS argument for
149 read-event, read-char, and read-char-exclusive.
150
94b39239
SM
1512006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
152
153 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
154 to ensure correct identification.
155
1cff9220
RS
1562006-07-24 Richard Stallman <rms@gnu.org>
157
5ac64732
RS
158 * text.texi (Clickable Text): Clarify.
159
1cff9220
RS
160 * sequences.texi (Vector Functions): Delete duplicate xref.
161
162 * objects.texi (Function Type): Clarify.
163
164 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
165 modes.
166
167 * lists.texi (List Variables): New node.
168 Material moved from other nodes.
169
170 * variables.texi (Setting Variables): add-to-list and
171 add-to-ordered-list moved to List Variables node.
172
38db29e0
TTN
1732006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
174
175 * text.texi (Links and Mouse-1):
176 For mouse-on-link-p, expand on arg POS.
177
9e4101b2
KS
1782006-07-21 Kim F. Storm <storm@cua.dk>
179
180 * display.texi (Forcing Redisplay): Don't mention systems which
181 don't support sub-second timers for redisplay-preemption-period.
182
183 * os.texi (Terminal Output): Clarify text vs graphical terminal.
184
cc539208
EZ
1852006-07-21 Eli Zaretskii <eliz@gnu.org>
186
187 * frames.texi (Input Focus): Document that focus-follows-mouse has
188 no effect on MS-Windows.
189
c29fbc93
RS
1902006-07-18 Richard Stallman <rms@gnu.org>
191
1ef252f6
RS
192 * display.texi (Forcing Redisplay): Cleanups in previous change.
193
c29fbc93
RS
194 * processes.texi (Low-Level Network): Make menu more convenient.
195
5b5fca28
KS
1962006-07-18 Kim F. Storm <storm@cua.dk>
197
2d545d83
KS
198 * display.texi (Forcing Redisplay): redisplay-preemption-period
199 only used on window systems. Add xref to Terminal Output.
200
201 * os.texi (Terminal Output): baud-rate only controls preemption on
202 non-window systems. Add xref to Forcing Redisplay.
203
5b5fca28
KS
204 * processes.texi (Low-Level Network): Rename node "Make Network"
205 to "Network Processes".
206
42995636
KB
2072006-07-18 Karl Berry <karl@gnu.org>
208
5b5fca28
KS
209 * variables.texi, functions.texi, customize.texi, loading.texi:
210 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
42995636 211
e1842332
CY
2122006-07-17 Chong Yidong <cyd@stupidchicken.com>
213
214 * commands.texi (Waiting): Document batch-mode sit-for behavior.
215
daeeeffc
RS
2162006-07-17 Richard Stallman <rms@gnu.org>
217
7c0c29ee
RS
218 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
219 Put period and comma inside quotes.
5b5fca28 220
7c0c29ee
RS
221 * loading.texi, markers.texi: Use real doublequote inside menus.
222
223 * windows.texi: Put point and comma inside quotes.
224 (Textual Scrolling): Use @samp for error message.
225
5b5fca28
KS
226 * variables.texi, tips.texi, syntax.texi, symbols.texi:
227 * strings.texi, streams.texi, processes.texi, os.texi:
7c0c29ee
RS
228 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
229 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5b5fca28
KS
230 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
231 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7c0c29ee 232 Put point and comma inside quotes.
5b5fca28 233
05bdf2d7
RS
234 * control.texi (Processing of Errors): Add command-error-function.
235
daeeeffc
RS
236 * variables.texi (File Local Variables): Clarify that
237 file local variables make buffer-local bindings.
238
239 * modes.texi (Syntactic Font Lock): Give default for
240 font-lock-syntax-table.
241
7e1c1289
NR
2422006-07-17 Nick Roberts <nickrob@snap.net.nz>
243
244 * text.texi (Special Properties): Clean up previous change.
245
912c7235
KB
2462006-07-16 Karl Berry <karl@gnu.org>
247
5b5fca28
KS
248 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
249 * control.texi: Fix bad page breaks through chapter 10 (control).
ece35e15 250
5b5fca28 251 * anti.texi (Antinews): Reorder face-attribute fns to avoid
912c7235
KB
252 underfull hbox.
253
54b7938f
NR
2542006-07-15 Nick Roberts <nickrob@snap.net.nz>
255
256 * text.texi (Special Properties): Describe fontified text property
257 in relation to a character (not text).
258
3f11901a
KS
2592006-07-15 Kim F. Storm <storm@cua.dk>
260
0864179a
KS
261 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
262 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
263 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
264
3f11901a
KS
265 * anti.texi (Antinews): Mention redisplay function.
266 The kbd macro existed, but was not documented, before 22.x.
267 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
268
b4f62d0a
NR
2692006-07-14 Nick Roberts <nickrob@snap.net.nz>
270
271 * display.texi (Displaying Messages): Add anchor.
272
273 * frames.texi (Dialog Boxes): Use it.
274
2c6e026a
RS
2752006-07-12 Richard Stallman <rms@gnu.org>
276
277 * objects.texi (Frame Type): Explain nature of frames better.
278
279 * frames.texi (Frames): Explain nature of frames better.
280
2812006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
282
283 * tips.texi (Coding Conventions): Explain why use cl at compile time.
284
099d4201
YM
2852006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
286
287 * frames.texi (Window System Selections): Mention scrap support for Mac.
288 Default value of x-select-enable-clipboard is t on Mac.
289
290 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
291
ff97f952
KS
2922006-07-11 Kim F. Storm <storm@cua.dk>
293
294 * display.texi (Forcing Redisplay): Add `redisplay' function.
295 Don't mention (sit-for -1) -- use (redisplay t) instead.
296
297 * commands.texi (Waiting): (sit-for -1) is no longer special.
298 (sit-for 0) is equivalent to (redisplay).
299 Iconifying/deiconifying no longer makes sit-for return.
300
a183016f
NR
3012006-07-10 Nick Roberts <nickrob@snap.net.nz>
302
303 * display.texi (Buttons): Fix typo.
304
305 * index.texi, elisp.texi (New Symbols): Comment node out.
306
b86be617
RS
3072006-07-09 Richard Stallman <rms@gnu.org>
308
309 * display.texi (Truncation): Clean up previous change.
310
3aa7c28e
RS
3112006-07-08 Richard Stallman <rms@gnu.org>
312
313 * commands.texi (Interactive Call): Use 3 as prefix in example
314 for execute-extended-command.
315
316 * display.texi (Attribute Functions): Move paragraph about
317 compatibility with Emacs < 21.
318
5a1048a5
KS
3192006-07-09 Kim F. Storm <storm@cua.dk>
320
321 * display.texi (Refresh Screen): Clarify force-window-update.
322 (Truncation): "Normally" indicated by fringe arrows.
323
89fb9154
EZ
3242006-07-08 Eli Zaretskii <eliz@gnu.org>
325
5a1048a5
KS
326 * windows.texi (Textual Scrolling, Resizing Windows):
327 * variables.texi (Constant Variables):
89fb9154
EZ
328 * text.texi (Buffer Contents, Deletion, Changing Properties)
329 (Property Search, Special Properties, Sticky Properties)
5a1048a5 330 (Links and Mouse-1, Fields, Change Hooks):
89fb9154 331 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5a1048a5
KS
332 (Categories):
333 * symbols.texi (Other Plists):
334 * streams.texi (Output Variables):
335 * processes.texi (Input to Processes, Query Before Exit):
336 * positions.texi (Word Motion, Text Lines, List Motion):
89fb9154 337 * os.texi (Init File, System Environment, Sound Output)
5a1048a5 338 (Session Management):
89fb9154 339 * nonascii.texi (Text Representations, Character Sets)
5a1048a5
KS
340 (Chars and Bytes, Locales):
341 * modes.texi (Defining Minor Modes, Header Lines):
342 * minibuf.texi (Minibuffer Contents):
343 * markers.texi (Information from Markers):
344 * lists.texi (List Elements, Building Lists, Association Lists):
345 * keymaps.texi (Tool Bar):
346 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
347 * functions.texi (What Is a Function, Mapping Functions):
89fb9154
EZ
348 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
349 (Color Names, Text Terminal Colors, Display Feature Testing):
350 * files.texi (Visiting Functions, File Name Components)
5a1048a5 351 (Unique File Names, Contents of Directories):
89fb9154
EZ
352 * display.texi (Forcing Redisplay, Displaying Messages)
353 (Temporary Displays, Font Selection, Auto Faces)
354 (Font Lookup, Fringe Indicators, Display Margins)
355 (Image Descriptors, Showing Images, Image Cache, Button Types)
356 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5a1048a5
KS
357 (Display Table Format, Glyphs):
358 * control.texi (Iteration):
359 * commands.texi (Command Loop Info, Adjusting Point):
08b17d37
KS
360 * backups.texi (Making Backups, Auto-Saving):
361 Remove @tindex entries.
89fb9154 362
7f087030
KS
3632006-07-07 Kim F. Storm <storm@cua.dk>
364
365 * display.texi (Fringe Cursors): Fix typo.
366 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
367 (Overlay Arrow): Default is overlay-arrow fringe indicator.
368
978db147
RS
3692006-07-05 Richard Stallman <rms@gnu.org>
370
371 * text.texi (Buffer Contents): Add example of text props
372 in result of buffer-substring.
373 (Text Properties): Explain better about use of specific property names.
374 (Property Search): Some cleanups; reorder some functions.
375
376 * keymaps.texi (Changing Key Bindings): Cleanup.
377 Add xref to Key Binding Conventions.
378
379 * display.texi (Attribute Functions): Add examples for
380 face-attribute-relative-p.
381
382 * tips.texi (Coding Conventions): Cleanup last change.
383
42b50684
KB
3842006-07-05 Karl Berry <karl@gnu.org>
385
08b17d37
KS
386 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
387 Remove @setchapternewpage odd.
42b50684
KB
388 Result is 1013 pages, down from 1100.
389
08b17d37
KS
390 * anti.texi, customize.texi, display.texi, internals.texi:
391 * minibuf.texi, modes.texi, tips.texi:
9b7fa297 392 Fix overfull/underfull boxes.
42b50684 393
180f018c
TTN
3942006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
395
396 * edebug.texi (Instrumenting):
397 Add Edebug-specific findex for eval-buffer.
398 * loading.texi (Loading):
399 Replace eval-current-buffer with eval-buffer.
400
8e338f7b
EZ
4012006-06-30 Nick Roberts <nickrob@snap.net.nz>
402
403 * locals.texi (Standard Buffer-Local Variables): Update the list
404 of variables.
405
0770a251
NR
4062006-06-26 Nick Roberts <nickrob@snap.net.nz>
407
408 * files.texi (File Name Completion): Point user to the node
409 "Reading File Names".
410
d9034473
EZ
4112006-06-24 Eli Zaretskii <eliz@gnu.org>
412
eff6bfea
EZ
413 * files.texi (Contents of Directories): Document case-insensitive
414 behavior on respective filesystems.
415
d9034473
EZ
416 * objects.texi (Character Type): Document that Emacs signals an
417 error for unsupported Unicode characters specified as \uNNNN.
418
a5bd14d3
RS
4192006-06-19 Richard Stallman <rms@gnu.org>
420
421 * processes.texi (Bindat Spec): Clarify previous change.
422
d1ae9041
RS
4232006-06-16 Richard Stallman <rms@gnu.org>
424
425 * tips.texi (Coding Conventions): Better explain conventions
426 for definition constructs.
427
428 * text.texi (Special Properties): String value of `read-only'
429 serves as the error message.
430
431 * objects.texi (Character Type): Clarify prev. change.
432 (Non-ASCII in Strings): Mention \u and \U.
433
434 * commands.texi (Using Interactive): Explain problem of
435 markers, etc., in command-history.
436
1bb32610
KS
4372006-06-14 Kim F. Storm <storm@cua.dk>
438
439 * commands.texi (Waiting): Negative arg to sit-for forces
440 redisplay even if input is pending.
441
442 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
443 redisplay. Remove incorrect example of binding redisplay-dont-pause
444 around (sit-for 0).
445
c7484981
RS
4462006-06-13 Richard Stallman <rms@gnu.org>
447
448 * display.texi (Forcing Redisplay): Clarify previous change.
449
d211faa2
RF
4502006-06-13 Romain Francoise <romain@orebokech.com>
451
452 * display.texi (Forcing Redisplay): Fix typo.
453
8eb2b87f
KS
4542006-06-13 Kim F. Storm <storm@cua.dk>
455
456 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
457
503b5e1c
LT
4582006-06-10 Luc Teirlinck <teirllm@auburn.edu>
459
460 * tips.texi (Coding Conventions): Add `@end itemize'.
461
9e362b84
RS
4622006-06-10 Richard Stallman <rms@gnu.org>
463
464 * tips.texi (Coding Conventions): Explain use of coding systems
465 to ensure one decoding for strings.
466
7cb93181
EZ
4672006-06-09 Aidan Kehoe <kehoea@parhasard.net>
468
9b7fa297 469 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7cb93181
EZ
470 syntax.
471
afd63bda
EZ
4722006-06-07 Eli Zaretskii <eliz@gnu.org>
473
474 * display.texi (Font Selection): Remove description of
475 clear-face-cache.
476
477 * compile.texi (Eval During Compile): Fix a typo. Add index
478 entries for possible uses of eval-when-compile.
479
71ee3e04
TTN
4802006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
481
482 * display.texi (Abstract Display): Fix typo.
483
a941b26b
EZ
4842006-06-03 Eli Zaretskii <eliz@gnu.org>
485
486 * minibuf.texi (Minibuffer History) <history-add-new-input>:
487 Reword variable's description.
488
963128f3
RS
4892006-06-01 Richard Stallman <rms@gnu.org>
490
491 * windows.texi (Splitting Windows): Clarify splitting nonselected
492 window.
493
82db8fa7
JL
4942006-05-31 Juri Linkov <juri@jurta.org>
495
496 * minibuf.texi (Minibuffer History): Add history-add-new-input.
497
d9e8091d
RS
4982006-05-30 Richard Stallman <rms@gnu.org>
499
6ac209a3
RS
500 * display.texi (Line Height): Fix errors in description of
501 default line height and line-height properyty.
502
d9e8091d
RS
503 * nonascii.texi (Default Coding Systems): Further clarification.
504
93fd6289
LT
5052006-05-29 Luc Teirlinck <teirllm@auburn.edu>
506
507 * internals.texi (Pure Storage): Mention that an overflow in pure
508 space causes a memory leak.
509 (Garbage Collection): If there was an overflow in pure space,
510 `garbage-collect' returns nil.
511
7c42b3e0
EZ
5122006-05-30 Eli Zaretskii <eliz@gnu.org>
513
514 * nonascii.texi (Default Coding Systems): Fix it some more.
515
b8909e88
EZ
5162006-05-29 Eli Zaretskii <eliz@gnu.org>
517
518 * nonascii.texi (Default Coding Systems): Fix last change.
519
6d3906d5
KH
5202006-05-29 Kenichi Handa <handa@m17n.org>
521
522 * nonascii.texi (find-operation-coding-system): Describe the new
523 argument format (FILENAME . BUFFER).
524
0985f920
RS
5252006-05-28 Richard Stallman <rms@gnu.org>
526
527 * tips.texi (Coding Conventions): Better explain reasons not to
528 advise other packages or use `eval-after-load'.
529
6c6e0bb4
KS
5302006-05-29 Kim F. Storm <storm@cua.dk>
531
532 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
533 `bindat-idx' and `bindat-raw' for clarity.
534
096432af
TTN
5352006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
536
b9e17eb3
TTN
537 * processes.texi (Bindat Spec): Expand on `repeat' handler.
538
096432af
TTN
539 * display.texi (Display): Add "Abstract Display" to menu.
540 (Abstract Display, Abstract Display Functions)
541 (Abstract Display Example): New nodes.
542 * elisp.texi (Top): Add "Abstract Display" to menu.
543
e4b3f22f
CY
5442006-05-27 Chong Yidong <cyd@stupidchicken.com>
545
917b8227
CY
546 * keymaps.texi (Key Sequences): Link to input events definition.
547 (Format of Keymaps): Delete material duplicated in Keymap Basics.
548
e4b3f22f
CY
549 * files.texi (Changing Files): Document updated argument list for
550 copy-file.
551
f1b64ef1
TTN
5522006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
553
554 * processes.texi (Bindat Functions): Explain term "total length".
555 Use it in bindat-length and bindat-pack descriptions.
556
3d0793e4
EZ
5572006-05-26 Eli Zaretskii <eliz@gnu.org>
558
559 * tips.texi (Coding Conventions): Advise against using
560 eval-after-load in packages. Add an index entry.
561
abeb5483
JL
5622006-05-25 Juri Linkov <juri@jurta.org>
563
92aa92fa
JL
564 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
565
abeb5483
JL
566 * modes.texi (%-Constructs): Add %e, %z, %Z.
567
403a7bca
RS
5682006-05-25 Richard Stallman <rms@gnu.org>
569
570 * elisp.texi (Top): Update subnode menu.
571
572 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
573 (Keymaps): Update menu.
574
39a9bed3
CY
5752006-05-25 Chong Yidong <cyd@stupidchicken.com>
576
577 * keymaps.texi (Key Sequences): Some clarifications.
578
78b3f5c3
TTN
5792006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
580
581 * processes.texi (Bindat Functions): Say "unibyte string"
582 explicitly for bindat-unpack and bindat-pack descriptions.
583 (Bindat Examples): Don't call `string-make-unibyte' in example.
584
08244b81
CY
5852006-05-25 Chong Yidong <cyd@stupidchicken.com>
586
587 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
588 Explain string and vector representations of key sequences
589
78b3f5c3
TTN
590 * keymaps.texi (Changing Key Bindings):
591 * commands.texi (Interactive Codes, Interactive Codes):
08244b81
CY
592 * help.texi (Describing Characters): Refer to it.
593
b370c94d
LT
5942006-05-23 Luc Teirlinck <teirllm@auburn.edu>
595
596 * frames.texi (Pointer Shape): @end table -> @end defvar.
597
b8223441
RS
5982006-05-22 Richard Stallman <rms@gnu.org>
599
600 * elisp.texi (Top): Update subnode menus.
601
602 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
603 Contents rewritten; material from old Pointer Shape node moved here.
604
605 * display.texi (Pointer Shape): Node deleted.
606 (Image Descriptors): Minor cleanup.
607
c18eec5c
RS
6082006-05-21 Richard Stallman <rms@gnu.org>
609
610 * syntax.texi (Parsing Expressions): Update info on which STATE
611 elements are ignored.
612
9300b310
LT
6132006-05-19 Luc Teirlinck <teirllm@auburn.edu>
614
86735b2d
LT
615 * hooks.texi (Standard Hooks): Correct typo.
616
9300b310
LT
617 * gpl.texi (GPL): ifinfo -> ifnottex.
618
75e3b957
EZ
6192006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
620
621 * searching.texi (Simple Match Data): Warn about match data being
622 set anew by every search.
623
0bcf8735
RS
6242006-05-17 Richard Stallman <rms@gnu.org>
625
626 * minibuf.texi (Minibuffer History): Clarify.
627
628 * searching.texi (Regexp Special): Clarify nested regexp warning.
629
b3abe3a5
KS
6302006-05-16 Kim F. Storm <storm@cua.dk>
631
632 * minibuf.texi (Minibuffer History): Update add-to-history.
633
bc20db55
KH
6342006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
635
636 * nonascii.texi (Explicit Encoding): Fix
637 typo (encoding<->decoding).
638
f31263a4
RS
6392006-05-14 Richard Stallman <rms@gnu.org>
640
46a2df8e
RS
641 * buffers.texi (Creating Buffers): Cleanup.
642
f31263a4
RS
643 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
644
1299a5a4
EZ
6452006-05-13 Eli Zaretskii <eliz@gnu.org>
646
642c61f3
EZ
647 * buffers.texi (Current Buffer): Document that with-temp-buffer
648 disables undo.
649
1299a5a4
EZ
650 * os.texi (Terminal-Specific): More accurate description of how
651 Emacs searches for the terminal-specific libraries.
652
61515a63
EZ
6532006-05-12 Eli Zaretskii <eliz@gnu.org>
654
b811ef49
EZ
655 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
656 emacs-xtra to @inforef's.
657
4a7910c7
EZ
658 * text.texi (Undo): Document that undo is turned off in buffers
659 whose names begin with a space.
660
661 * buffers.texi (Buffer Names): Add index entries for buffers whose
662 names begin with a space.
663 (Creating Buffers): Document that undo is turned off in buffers
664 whose names begin with a space.
665
f055e02c
EZ
666 * files.texi (Visiting Functions, Reading from Files)
667 (Saving Buffers): Mention code and EOL conversions by file I/O
668 primitives and subroutines.
669
0ef0b416
EZ
670 * nonascii.texi (Lisp and Coding Systems): Document
671 coding-system-eol-type. Add index entries for eol conversion.
672
61515a63
EZ
673 * display.texi (Defining Faces): Mention `mac', and add an xref to
674 where window-system is described.
675
e4c068c0
RS
6762006-05-10 Richard Stallman <rms@gnu.org>
677
678 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
679
31035927
RS
6802006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
681
682 * variables.texi (File Local Variables): Recommend to quote lambda
683 expressions in safe-local-variable property.
684
f12a0718
RS
6852006-05-09 Richard Stallman <rms@gnu.org>
686
687 * variables.texi (File Local Variables): Document
688 safe-local-eval-forms and safe-local-eval-function.
689
ed7e6c32
KS
6902006-05-07 Kim F. Storm <storm@cua.dk>
691
692 * minibuf.texi (Minibuffer History): Remove keep-dups arg
693 from add-to-history.
694
5a36d834
RF
6952006-05-07 Romain Francoise <romain@orebokech.com>
696
697 * commands.texi (Event Input Misc):
698 * compile.texi (Eval During Compile):
699 * internals.texi (Buffer Internals):
700 * minibuf.texi (Initial Input):
701 * nonascii.texi (Scanning Charsets):
702 * numbers.texi (Comparison of Numbers):
703 * windows.texi (Textual Scrolling, Vertical Scrolling):
704 Fix various typos.
705
fbc284f6
EZ
7062006-05-06 Eli Zaretskii <eliz@gnu.org>
707
f53d2e87
EZ
708 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
709 conditional xref's to either emacs or emacs-xtra, depending on
710 @iftex/@ifnottex.
711
fbc284f6
EZ
712 * minibuf.texi (Minibuffer History): Document add-to-history.
713
3dfed653
EZ
7142006-05-05 Eli Zaretskii <eliz@gnu.org>
715
716 * internals.texi (Pure Storage): Mention the pure overflow message
717 at startup.
718
8e7a9a24
EZ
7192006-05-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
720
721 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
722 (Searching Keymaps): Fix pseudo-Lisp description of keymap
723 search.
724
d0789de9
RS
7252006-05-01 Richard Stallman <rms@gnu.org>
726
727 * intro.texi (nil and t): Clarify.
728
729 * variables.texi (File Local Variables): Suggest using booleanp.
730
fc2cb772
JB
7312006-05-01 Juanma Barranquero <lekktu@gmail.com>
732
733 * objects.texi (Type Predicates): Fix typos.
734
27c5714a
SM
7352006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 * intro.texi (nil and t): Add booleanp.
738
739 * objects.texi (Type Predicates): Add links for booleanp and
740 string-or-null-p.
741
eadb9d45
RS
7422006-04-29 Richard Stallman <rms@gnu.org>
743
27c5714a 744 * modes.texi (Multiline Font Lock): Rename from
eadb9d45
RS
745 Multi line Font Lock Elements. Much clarification.
746 (Font Lock Multiline, Region to Fontify): Much clarification.
747
7817e3d3
SM
7482006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
749
750 * variables.texi (File Local Variables): Remove the special case t for
751 safe-local-variable.
752
8ac3a455
RS
7532006-04-26 Richard Stallman <rms@gnu.org>
754
755 * syntax.texi (Parsing Expressions): Minor cleanup.
756
290e4aae
RS
7572006-04-18 Richard Stallman <rms@gnu.org>
758
759 * tips.texi (Coding Conventions): Explain when the package's
760 prefix should appear later on (not at the start of the name).
761
762 * searching.texi (String Search): Clarify effect of NOERROR.
763
764 * modes.texi (Imenu): Clarify what special items do.
765
766 * hooks.texi (Standard Hooks): Delete text about old hook names.
767
1e2b8ce5
RF
7682006-04-17 Romain Francoise <romain@orebokech.com>
769
770 * variables.texi (Local Variables): Update the default value of
771 `max-specpdl-size'.
772
51fa34bc
MB
7732006-04-15 Michael Olson <mwolson@gnu.org>
774
775 * processes.texi (Transaction Queues): Mention the new optional
776 `delay-question' argument for `tq-enqueue'.
777
61f32d39
BW
7782006-04-13 Bill Wohler <wohler@newt.com>
779
780 * customize.texi (Common Keywords): Use dotted notation for
9b7fa297 781 :package-version value. Specify its values. Improve documentation
50b7bce0 782 for customize-package-emacs-version-alist.
61f32d39 783
4f8ed159
BW
7842006-04-12 Bill Wohler <wohler@newt.com>
785
786 * customize.texi (Common Keywords): Move description of
787 customize-package-emacs-version-alist to @defvar.
788
e5e864ab
BW
7892006-04-10 Bill Wohler <wohler@newt.com>
790
791 * customize.texi (Common Keywords): Add :package-version.
792
6c230417
KS
7932006-04-10 Kim F. Storm <storm@cua.dk>
794
795 * text.texi (Buffer Contents): Add NOPROPS arg to
796 filter-buffer-substring.
797
d82eac8f
EZ
7982006-04-08 Kevin Ryde <user42@zip.com.au>
799
800 * os.texi (Command-Line Arguments): Update xref to emacs manual
801 "Command Arguments" -> "Emacs Invocation", per change there.
802
4f815b29
TTN
8032006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
804
805 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
806 be on one line to help makeinfo not render two spaces after the dot.
807
122c3009
RS
8082006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
809
810 * strings.texi (Predicates for Strings): Add string-or-null-p.
811
da68bc3d
KS
8122006-03-28 Kim F. Storm <storm@cua.dk>
813
814 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
815 remarks about systems that don't support fractional seconds.
816
b223e22d
KB
8172006-03-25 Karl Berry <karl@gnu.org>
818
fc2cb772 819 * elisp.texi: Use @copyright{} instead of (C), and do not indent
b223e22d
KB
820 the year list.
821
b756c64c
NR
8222006-03-21 Nick Roberts <nickrob@snap.net.nz>
823
824 * display.texi (Fringe Indicators): Fix typos.
825
fe3dca59
LT
8262006-03-19 Luc Teirlinck <teirllm@auburn.edu>
827
c287ad03 828 * tips.texi (Documentation Tips): One can now also write `program'
fe3dca59
LT
829 in front of a quoted symbol in a docstring to prevent making a
830 hyperlink.
831
e91d4202
AM
8322006-03-19 Alan Mackenzie <acm@muc.de>
833
290e4aae 834 * text.texi (Special Properties): Clarify `fontified' property.
e91d4202 835
e8a5f60b
RS
8362006-03-16 Richard Stallman <rms@gnu.org>
837
838 * display.texi (Defining Images): Minor cleanup.
839
486daaa5
BW
8402006-03-16 Bill Wohler <wohler@newt.com>
841
842 * display.texi (Defining Images): In image-load-path-for-library,
843 prefer user's images.
844
4ffc92c2
SM
8452006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
846
847 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
848
874a6ef8
BW
8492006-03-15 Bill Wohler <wohler@newt.com>
850
851 * display.texi (Defining Images): Fix example in
852 image-load-path-for-library by not recommending that one binds
fc2cb772 853 image-load-path. Just defvar it to placate compiler and only use
874a6ef8
BW
854 it if previously defined.
855
70949f30
BW
8562006-03-14 Bill Wohler <wohler@newt.com>
857
858 * display.texi (Defining Images): In image-load-path-for-library,
859 always return list of directories. Update example.
860
c852c516
AM
8612006-03-14 Alan Mackenzie <acm@muc.de>
862
863 * modes.texi: New node, "Region to Fontify" (for Font Lock).
864 This describes font-lock-extend-region-function.
4ffc92c2 865 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
c852c516
AM
866 the new node "Region to Fontify".
867
7cd3712b
RS
8682006-03-13 Richard Stallman <rms@gnu.org>
869
870 * display.texi (Invisible Text): The impossible position is
871 now before the invisible text, not after.
872 (Defining Images): Clean up last change.
873
2c676341
BW
8742006-03-11 Bill Wohler <wohler@newt.com>
875
876 * display.texi (Defining Images): Add image-load-path-for-library.
877
6f49b4c5
LT
8782006-03-11 Luc Teirlinck <teirllm@auburn.edu>
879
2d14c9bf
LT
880 * text.texi (Adaptive Fill): Fix Texinfo usage.
881
882 * strings.texi (Creating Strings): Fix Texinfo usage.
883
6f49b4c5
LT
884 * searching.texi (Regexp Special): Use @samp for regular
885 expressions that are not in Lisp syntax.
886
fc1d3386
LT
8872006-03-08 Luc Teirlinck <teirllm@auburn.edu>
888
889 * searching.texi (Regexp Special): Put remark between parentheses
890 to avoid misreading.
891
7b2c2ca9
LT
8922006-03-07 Luc Teirlinck <teirllm@auburn.edu>
893
894 * searching.texi (Syntax of Regexps): More accurately describe
895 which characters are special in which situations.
896 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
897 are not special. Describe in detail when `[' and `]' are special.
898 (Regexp Backslash): Plenty of regexps with unbalanced square
899 brackets are valid, so reword that statement.
900
f79bc642
KS
9012006-03-02 Kim F. Storm <storm@cua.dk>
902
903 * keymaps.texi (Tool Bar): Add tool-bar-border.
904
1d9a5237
LT
9052006-02-28 Luc Teirlinck <teirllm@auburn.edu>
906
a86b01fa 907 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 908
2534ef94
LT
9092006-02-27 Luc Teirlinck <teirllm@auburn.edu>
910
911 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
912
913 * files.texi (Locating Files): Suggest additional values for the
914 SUFFIXES arg of `locate-file'. Update pxref.
915
916 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
917 (How Programs Do Loading): Discuss the effects of Auto Compression
918 mode on `load'.
919 (Load Suffixes): New node.
394e96d5 920 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
921 moved to "Load Suffixes".
922 (Autoload, Named Features): Mention `load-suffixes'.
923
dd9959da 9242006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
925
926 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
927
928 * windows.texi (Window Tree): Fix typo.
929
49af2995
KS
9302006-02-20 Kim F. Storm <storm@cua.dk>
931
932 * display.texi (Fringe Indicators): New section.
933 Move indicate-empty-lines, indicate-buffer-boundaries, and
934 default-indicate-buffer-boundaries here.
935 Add fringe-indicator-alist and default-fringes-indicator-alist.
936 Add list of logical fringe indicator symbols.
937 Update list of standard bitmap names.
938 (Fringe Cursors): New section.
939 Move overflow-newline-into-fringe here.
940 Add fringe-cursor-alist and default-fringes-cursor-alist.
941 Add list of fringe cursor symbols.
942
58f71009
JB
9432006-02-20 Juanma Barranquero <lekktu@gmail.com>
944
945 * commands.texi (Using Interactive): Fix reference to node
946 "Minibuffers".
947
5498b6af
RS
9482006-02-19 Richard M. Stallman <rms@gnu.org>
949
950 * minibuf.texi (High-Level Completion):
951 Add xref to read-input-method-name.
952
953 * files.texi (Relative File Names): Move file-relative-name here.
954 (File Name Expansion): From here. Minor clarifications.
955
956 * commands.texi (Using Interactive): Add xrefs about reading input.
957 Clarify remarks about that moving point and mark.
958 Put string case before list case.
959
43ce897a 9602006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68 961
4ffc92c2
SM
962 * display.texi (Other Display Specs, Image Descriptors):
963 Revert erroneous changes. The previous description of
964 image-descriptors as `(image . PROPS)' was correct.
b6498a68 965
1324d26e
RS
9662006-02-14 Richard M. Stallman <rms@gnu.org>
967
968 * variables.texi (File Local Variables): Clarifications.
969
0da93350
JB
9702006-02-14 Juanma Barranquero <lekktu@gmail.com>
971
972 * variables.texi (File Local Variables): Use @code for a cons
973 cell, not @var.
974
51a39bab
CY
9752006-02-13 Chong Yidong <cyd@stupidchicken.com>
976
977 * variables.texi (File Local Variables): Document new file local
978 variable behavior.
979
d342156c
KS
9802006-02-10 Kim F. Storm <storm@cua.dk>
981
982 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
983
8392fe4a
JB
9842006-02-08 Juanma Barranquero <lekktu@gmail.com>
985
986 * modes.texi (%-Constructs): Remove obsolete info about
987 `global-mode-string'.
988
cd6cd82a
RS
9892006-02-07 Richard M. Stallman <rms@gnu.org>
990
d78dc2d8
RS
991 * commands.texi (Prefix Command Arguments): Minor cleanup.
992
993 * display.texi: "Graphical display", not window system.
994
cd6cd82a
RS
995 * functions.texi (What Is a Function): Fix xref.
996
997 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
998 (Changing Key Bindings): Clarify when remapping is better than
999 substitute-key-definition.
1000
10012006-02-02 Richard M. Stallman <rms@gnu.org>
1002
1003 * minibuf.texi (Basic Completion): Completion alists are risky.
1004
1005 * keymaps.texi (Active Keymaps): Clarifications.
1006 (Searching Keymaps): New node.
1007 (Keymaps): Update menu.
1008
1009 * frames.texi (Layout Parameters): Minor clarification.
1010 (Drag and Drop): New node.
1011 (Frames): Update menu.
1012
cf052abc
CY
10132006-01-29 Chong Yidong <cyd@stupidchicken.com>
1014
4ffc92c2
SM
1015 * display.texi (Other Display Specs, Image Descriptors):
1016 Image description is a list, not a cons cell.
cf052abc 1017
1f2907ee
LT
10182006-01-28 Luc Teirlinck <teirllm@auburn.edu>
1019
1020 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
1021 list is not necessarily a list).
1022
a849f77d
EZ
10232006-01-27 Eli Zaretskii <eliz@gnu.org>
1024
1025 * frames.texi (Layout Parameters): border-width and
1026 internal-border-width belong to the frame, not the window.
1027
d322eb9b
RS
10282006-01-19 Richard M. Stallman <rms@gnu.org>
1029
1030 * nonascii.texi (Translation of Characters): Search cmds use
1031 translation-table-for-input. Automatically made local.
1032
1033 * markers.texi (Overview of Markers): Count insertion type
1034 as one of a marker's attributes.
1035
cd6cd82a
RS
1036 * keymaps.texi (Controlling Active Maps): New node, split out of
1037 Active Keymaps.
1038 (Keymaps): Menu updated.
1039 (Active Keymaps): Give pseudocode to explain how the active
1040 maps are searched. current-active-maps and key-binding moved here.
1041 (Functions for Key Lookup): current-active-maps and key-binding moved.
1042 Clarifications.
1043 (Searching the Keymaps): New subnode.
1044
d322eb9b
RS
1045 * elisp.texi (Top): Menu clarification.
1046
1047 * display.texi (Other Display Specs): Delete duplicate entry for
1048 just a string as display spec. Move text about recursive display
1049 specs on such a string.
1050
1051 * commands.texi (Key Sequence Input): Clarify.
1052 Move num-nonmacro-input-events out.
1053 (Reading One Event): num-nonmacro-input-events moved here.
1054
2ac77b5a
NR
10552006-01-14 Nick Roberts <nickrob@snap.net.nz>
1056
1057 * advice.texi (Simple Advice): Update example to fit argument
1058 change in previous-line.
1059
a203a18c
RS
10602006-01-05 Richard M. Stallman <rms@gnu.org>
1061
1062 * markers.texi (The Mark): Fix in `mark'.
1063
d9043ddf
RS
10642006-01-04 Richard M. Stallman <rms@gnu.org>
1065
1066 * processes.texi (Misc Network, Make Network): Minor cleanups.
1067
8a5db8ae
KS
10682006-01-04 Kim F. Storm <storm@cua.dk>
1069
1070 * processes.texi (Make Network): Add IPv6 addresses and handling.
1071 (Network Feature Testing): Mention (:family ipv6).
1072 (Misc Network): Add IPv6 formats to format-network-address.
1073
19bb7940
RS
10742005-12-30 Richard M. Stallman <rms@gnu.org>
1075
1076 * text.texi (Changing Properties):
1077 Don't use return value of set-text-properties.
1078
b9cb50d9
LT
10792005-12-29 Luc Teirlinck <teirllm@auburn.edu>
1080
1081 * modes.texi (Mode Line Format): Correct typo in menu.
1082
94a867a6
RS
10832005-12-29 Richard M. Stallman <rms@gnu.org>
1084
1085 * modes.texi (Mode Line Top): New node.
1086 (Mode Line Data): Some text moved to new node.
1087 Explain the data structure more concretely.
1088 (Mode Line Basics): Clarifications.
1089 (Mode Line Variables): Clarify intro paragraph.
1090 (%-Constructs): Clarify intro paragraph.
1091 (Mode Line Format): Update menu.
1092
ba455131
LT
10932005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1094
1095 * minibuf.texi (Basic Completion): Update lazy-completion-table
1096 examples for removal of ARGS argument.
1097
2b6abe1e
RS
10982005-12-23 Richard M. Stallman <rms@gnu.org>
1099
1100 * text.texi (Undo): Restore some explanation from the version
1101 that was deleted.
1102
2d7409f2
EZ
11032005-12-23 Eli Zaretskii <eliz@gnu.org>
1104
abeb5483 1105 * text.texi (Undo): Remove duplicate descriptions of `apply
2d7409f2
EZ
1106 funname' and `apply delta' elements of the undo list.
1107
2e23b82e
RS
11082005-12-20 Richard M. Stallman <rms@gnu.org>
1109
1110 * help.texi (Help Functions): Update documentation of `apropos'.
1111
a31687ce
LT
11122005-12-20 Luc Teirlinck <teirllm@auburn.edu>
1113
1114 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1115 because it is confusing. If the :help-echo keyword is a function,
1116 it is not directly used as the :help-echo overlay property, as the
1117 xref seems to suggest (it does not take the appropriate args).
1118
0e83c4e9
LT
11192005-12-19 Luc Teirlinck <teirllm@auburn.edu>
1120
1121 * customize.texi (Common Keywords): Fix Texinfo usage.
1122 (Group Definitions, Variable Definitions): Update for new
1123 conventions for using `*' in docstrings.
77df907a
LT
1124
1125 * tips.texi (Documentation Tips): Update for new conventions for
1126 using `*' in docstrings.
1127
69487a1f
RS
11282005-12-16 Richard M. Stallman <rms@gnu.org>
1129
1130 * minibuf.texi (Minibuffer Contents): Minor cleanup.
1131
2a502a32
JL
11322005-12-16 Juri Linkov <juri@jurta.org>
1133
1134 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1135
b158c851
RF
11362005-12-14 Romain Francoise <romain@orebokech.com>
1137
1138 * modes.texi (Customizing Keywords): Rename `append' to `how'.
1139 Fix typo.
1140
d7d1f75e
JL
11412005-12-11 Juri Linkov <juri@jurta.org>
1142
1143 * minibuf.texi (Completion Commands): Add mention of read-file-name
1144 for filename completion keymaps.
1145 (Reading File Names): Add mention of filename completion keymaps
1146 for read-file-name and xref to `Completion Commands'.
1147
4b1c16c2
RS
11482005-12-10 Richard M. Stallman <rms@gnu.org>
1149
1150 * customize.texi (Common Keywords): State caveats for use of :tag.
1151
1d49d5d9
RS
11522005-12-08 Richard M. Stallman <rms@gnu.org>
1153
2663a204
RS
1154 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1155 with xrefs and better explanation.
1156 (Completion Commands): Add the filename completion maps.
1157
1d49d5d9
RS
1158 * objects.texi (Character Type): Clarify that \s is not space
1159 if a dash follows.
1160
fa0d4d0c
RS
11612005-12-05 Richard M. Stallman <rms@gnu.org>
1162
1163 * windows.texi (Resizing Windows): Delete preserve-before args.
1164
d64b177a
SM
11652005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1166
1167 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1168 in full keymaps, since the quirk has been fixed.
1169
79019cc9
EZ
11702005-12-03 Eli Zaretskii <eliz@gnu.org>
1171
1172 * hooks.texi (Standard Hooks): Add index entries. Mention
1173 `compilation-finish-functions'.
1174
161ef3be
RS
11752005-11-27 Richard M. Stallman <rms@gnu.org>
1176
1177 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1178
17c1971a
JL
11792005-11-21 Juri Linkov <juri@jurta.org>
1180
1181 * customize.texi (Common Keywords): Update links types
1182 custom-manual and url-link. Add link types emacs-library-link,
1183 file-link, function-link, variable-link, custom-group-link.
1184
5890344b
CY
11852005-11-20 Chong Yidong <cyd@stupidchicken.com>
1186
1187 * display.texi: Revert 2005-11-20 change.
1188
cbce0752
TTN
11892005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1190
1191 * processes.texi (Bindat Functions):
1192 Say "third" to refer to zero-based index "2".
1193
ff04c885
LT
11942005-11-18 Luc Teirlinck <teirllm@auburn.edu>
1195
1196 * loading.texi (Library Search): Update the default value of
1197 `load-suffixes'.
1198
ce8d4e00
CY
11992005-11-17 Chong Yidong <cyd@stupidchicken.com>
1200
1201 * display.texi (Attribute Functions): Mention :ignore-defface.
1202
cbad4a9e
SM
12032005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1204
1205 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 1206 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 1207
fda12b27
RS
12082005-11-06 Richard M. Stallman <rms@gnu.org>
1209
1210 * files.texi (Magic File Names): find-file-name-handler checks the
1211 `operations' property of the handler.
1212
e082564e
RS
12132005-11-03 Richard M. Stallman <rms@gnu.org>
1214
1215 * variables.texi (Frame-Local Variables): Small clarification.
1216
f0cdd9e4
CY
12172005-10-29 Chong Yidong <cyd@stupidchicken.com>
1218
1219 * os.texi (Init File): Document ~/.emacs.d/init.el.
1220
685abb98
RS
12212005-10-29 Richard M. Stallman <rms@gnu.org>
1222
1223 * internals.texi (Garbage Collection): Document memory-full.
1224
7000848e
BW
12252005-10-28 Bill Wohler <wohler@newt.com>
1226
1227 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1228 for URLs.
1229
107fb6c9
RS
12302005-10-28 Richard M. Stallman <rms@gnu.org>
1231
1232 * minibuf.texi (Completion Commands): Clean up prev change.
1233
12342005-10-26 Kevin Ryde <user42@zip.com.au>
1235
1236 * compile.texi (Eval During Compile): Explain recommended uses
1237 of eval-when-compile and eval-and-compile.
1238
1d8e69a2
MY
12392005-10-27 Masatake YAMATO <jet@gyve.org>
1240
cbad4a9e 1241 * minibuf.texi (Completion Commands):
1d8e69a2 1242 Write about new optional argument for `display-completion-list'.
cbad4a9e 1243
6a897887
RS
12442005-10-23 Richard M. Stallman <rms@gnu.org>
1245
1246 * display.texi (Overlay Arrow): Clarify about local bindings of
1247 overlay-arrow-position.
1248
6d1e17be
EZ
12492005-10-22 Eli Zaretskii <eliz@gnu.org>
1250
1251 * internals.texi (Building Emacs): Fix last change.
1252
db5fe0a6
RS
12532005-10-22 Richard M. Stallman <rms@gnu.org>
1254
1255 * internals.texi (Building Emacs): Document eval-at-startup.
1256
45158e77
RS
12572005-10-21 Richard M. Stallman <rms@gnu.org>
1258
1259 * loading.texi (Where Defined): load-history contains abs file names.
1260 symbol-file returns abs file names.
1261
e50165ec
KS
12622005-10-19 Kim F. Storm <storm@cua.dk>
1263
1264 * display.texi (Showing Images): Add max-image-size integer value.
1265
63ab30d0
CY
12662005-10-18 Chong Yidong <cyd@stupidchicken.com>
1267
1268 * display.texi (Showing Images): Document max-image-size.
1269
f8252852
RS
12702005-10-17 Richard M. Stallman <rms@gnu.org>
1271
1272 * commands.texi (Quitting): Minor clarification.
1273
1274 * processes.texi (Sentinels): Clarify about output and quitting.
1275 (Filter Functions): Mention with-local-quit.
1276
c1bed3aa
JL
12772005-10-17 Juri Linkov <juri@jurta.org>
1278
1279 * buffers.texi (Current Buffer):
1280 * commands.texi (Event Input Misc):
1281 * compile.texi (Eval During Compile, Compiler Errors):
1282 * customize.texi (Group Definitions):
1283 * display.texi (Progress, Defining Faces):
1284 * files.texi (Writing to Files):
1285 * modes.texi (Mode Hooks, Defining Minor Modes):
1286 * streams.texi (Output Functions):
1287 * syntax.texi (Syntax Table Functions):
1288 * text.texi (Change Hooks):
1289 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
1290
1291 * commands.texi (Quitting): Replace arg `forms' with `body' in
1292 `with-local-quit'.
1293
1294 * positions.texi (Excursions): Replace arg `forms' with `body' in
1295 `save-excursion'.
1296
ef1b4c9e
KS
12972005-10-08 Kim F. Storm <storm@cua.dk>
1298
1299 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
1300 Rename manual section accordingly.
1301
abc8ce50
KS
13022005-10-04 Kim F. Storm <storm@cua.dk>
1303
1304 * windows.texi (Window Split Tree): New section describing
1305 new function window-split-tree function.
1306
a1f5a1f0
NR
13072005-10-03 Nick Roberts <nickrob@snap.net.nz>
1308
1309 * display.texi (Fringe Size/Pos): Simplify and add detail.
1310
97c3e4cc
RF
13112005-09-30 Romain Francoise <romain@orebokech.com>
1312
1313 * minibuf.texi (High-Level Completion): Explain that the prompt
1314 given to `read-buffer' should end with a colon and a space.
1315 Update usage examples.
1316
8ad8c5ce
JL
13172005-09-29 Juri Linkov <juri@jurta.org>
1318
1319 * display.texi (Displaying Messages): Rename argument name
1320 `string' to `format-string' in functions `message', `message-box',
1321 `message-or-box'.
1322
63182706
CY
13232005-09-26 Chong Yidong <cyd@stupidchicken.com>
1324
fc2cb772 1325 * errors.texi (Standard Errors): Correct xrefs.
63182706 1326
906320ec
CY
13272005-09-18 Chong Yidong <cyd@stupidchicken.com>
1328
fc2cb772 1329 * display.texi (Defining Images): Update documentation for
906320ec
CY
1330 `image-load-path'.
1331
8ccd3630
RS
13322005-09-17 Richard M. Stallman <rms@gnu.org>
1333
1334 * display.texi (Defining Images): Clean up previous change.
1335
7260457b
RF
13362005-09-16 Romain Francoise <romain@orebokech.com>
1337
1338 * elisp.texi: Specify GFDL version 1.2.
1339
1340 * doclicense.texi (GNU Free Documentation License): Update to
1341 version 1.2.
1342
5b51c037
CY
13432005-09-15 Chong Yidong <cyd@stupidchicken.com>
1344
1345 * display.texi (Defining Images): Document `image-load-path'.
1346
5c4757d3
RS
13472005-09-15 Richard M. Stallman <rms@gnu.org>
1348
1349 * objects.texi (Printed Representation): Minor cleanup.
1350 (Box Diagrams): Minor fix.
1351 (Cons Cell Type): Move (...) index item here.
1352 (Box Diagrams): From here.
1353 (Array Type): Minor fix.
1354 (Type Predicates): Delete index "predicates".
1355 (Hash Table Type): Clarify xref.
1356 (Dotted Pair Notation): Minor fix.
1357
2bb8b80c
CY
13582005-09-10 Chong Yidong <cyd@stupidchicken.com>
1359
1360 * files.texi (Saving Buffers): Fix typo.
1361
47b8bc5d
RS
13622005-09-08 Richard M. Stallman <rms@gnu.org>
1363
1364 * tips.texi (Programming Tips): Correct the "default" prompt spec.
1365
475aab0d
CY
13662005-09-08 Chong Yidong <cyd@stupidchicken.com>
1367
1368 * locals.texi (Standard Buffer-Local Variables): Don't include
1369 mode variables for minor modes.
1370 Fix xrefs for buffer-display-count, buffer-display-table,
1371 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1372 enable-multibyte-characters, fill-column, header-line-format,
1373 left-fringe-width, left-margin, and right-fringe-width.
1374
1375 * hooks.texi (Standard Hooks): All hooks should conform to the
1376 standard naming convention now.
1377 Fix xref for `echo-area-clear-hook'.
1378
1379 * display.texi (Usual Display): Note that indicate-empty-lines and
1380 tab-width are buffer-local.
1381
1382 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1383
1384 * modes.texi (Mode Help): Note that major-mode is buffer-local.
1385
1386 * nonascii.texi (Encoding and I/O): Note that
1387 buffer-file-coding-system is buffer-local.
1388
1389 * positions.texi (List Motion): Note that defun-prompt-regexp is
1390 buffer-local.
1391
1392 * text.texi (Auto Filling): Note that auto-fill-function is
1393 buffer-local.
1394 (Undo): Note that buffer-undo-list is buffer-local.
1395
1396 * windows.texi (Buffers and Windows): Document
1397 buffer-display-count.
1398
2a6bc1f7
RS
13992005-09-06 Richard M. Stallman <rms@gnu.org>
1400
1401 * tips.texi (Coding Conventions): Sometimes it is ok to put the
1402 package prefix elsewhere than at the start of the name.
1403
d7ea8b71
RS
14042005-09-03 Richard M. Stallman <rms@gnu.org>
1405
1406 * tips.texi (Programming Tips): Add conventions for minibuffer
1407 questions and prompts.
1408
0c6087a6
RS
14092005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
1410
1411 * intro.texi (nil and t): Minor cleanup.
1412 Delete spurious mention of keyword symbols.
1413 (Evaluation Notation): Add index entry.
1414 (A Sample Function Description): Minor cleanup.
1415 (A Sample Variable Description): Not all vars can be set.
1416
4b5fa40e
TTN
14172005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
1418
1419 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1420
1421 (Insertion): Document precise type of `insert-char' arg COUNT.
1422
34b50776
SM
14232005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1424
1425 * modes.texi (Other Font Lock Variables): Sync the default of
1426 font-lock-lines-before.
1427
c1105d05
MA
14282005-08-31 Michael Albinus <michael.albinus@gmx.de>
1429
1430 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1431
62929713
RS
14322005-08-29 Richard M. Stallman <rms@gnu.org>
1433
1434 * elisp.texi (Top): Update subnode menu.
1435
1436 * searching.texi (Searching and Matching): Move node.
1437 Rearrange contents and add overall explanation.
1438 (Searching and Case): Move node.
1439 (Searching and Matching): Update menu.
1440
0fb57cc0
EZ
14412005-08-27 Eli Zaretskii <eliz@gnu.org>
1442
1443 * os.texi (Startup Summary): Fix the description of the initial
1444 startup message display.
1445
3e80c4c1
RS
14462005-08-25 Richard M. Stallman <rms@gnu.org>
1447
1448 * searching.texi (Search and Replace): Add replace-regexp-in-string.
1449
14502005-08-25 Emilio C. Lopes <eclig@gmx.net>
1451
1452 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1453 `next-overlay-change' example.
c1105d05 1454
79a8defb
JL
14552005-08-22 Juri Linkov <juri@jurta.org>
1456
1457 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1458 Fix invert-face. Fix args of face-background.
1459
16691d29
JL
1460 * display.texi (Standard Faces): Delete node.
1461 (Faces): Add xref to `(emacs)Standard Faces'.
1462 (Displaying Faces): Fix xref to `Standard Faces'.
1463
1464 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1465
217b694f
EZ
14662005-08-20 Alan Mackenzie <acm@muc.de>
1467
1468 * buffers.texi (The Buffer List): Clarify the manipulation of the
1469 buffer list.
1470
0bf14bfd
RS
14712005-08-14 Richard M. Stallman <rms@gnu.org>
1472
7ad1498e
AS
1473 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1474 a regexp.
0bf14bfd 1475
c118d09e
RS
14762005-08-11 Richard M. Stallman <rms@gnu.org>
1477
59cb8c23
RS
1478 * elisp.texi (Top): Update subnode lists.
1479
1480 * display.texi (Inverse Video): Node deleted.
1481
c118d09e
RS
1482 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1483 New nodes split out of Coding Conventions.
1484
1485 * searching.texi (Regular Expressions): Document re-builder.
1486
1487 * os.texi (Time Parsing): New node split out of Time Conversion.
1488
1489 * processes.texi (Misc Network, Network Feature Testing)
1490 (Network Options, Make Network): New nodes split out of
1491 Low-Level Network.
1492
67ec7f41
RS
14932005-08-09 Richard M. Stallman <rms@gnu.org>
1494
76d47f0d
RS
1495 * frames.texi (Geometry): New node, split from Size and Position.
1496 (Frame Parameters): Refer to Geometry.
1497
67ec7f41 1498 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 1499
67ec7f41
RS
1500 * windows.texi (Splitting Windows): Fix xref.
1501
1502 * frames.texi (Layout Parameters): Add xref.
1503
1504 * display.texi (Line Height, Scroll Bars): Fix xrefs.
1505
1506 * keymaps.texi (Menu Bar): Fix xref.
1507
1508 * locals.texi (Standard Buffer-Local Variables): Fix xref.
1509
1510 * modes.texi (%-Constructs): Fix xref.
1511
1512 * frames.texi (Window Frame Parameters): Node split up.
1513 (Basic Parameters, Position Parameters, Size Parameters)
1514 (Layout Parameters, Buffer Parameters, Management Parameters)
1515 (Cursor Parameters, Color Parameters): New subnodes.
1516
adb5e445
LT
15172005-08-09 Luc Teirlinck <teirllm@auburn.edu>
1518
1519 * positions.texi (Screen Lines): Update xref for previous change
1520 in minibuf.texi.
1521
1522 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1523 change in minibuf.texi.
1524
61298e17
RS
15252005-08-09 Richard M. Stallman <rms@gnu.org>
1526
1527 * tips.texi (Coding Conventions): Minor cleanup.
1528
1529 * modes.texi (Defining Minor Modes): Explain when init-value
1530 can be non-nil.
1531
1532 * elisp.texi (Top): Update submenu for Minibuffer.
1533
1534 * minibuf.texi (Minibuffer Misc): Node split up.
1535 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1536 (Recursive Mini): New nodes split out from Minibuffer Misc.
1537 (Minibuffer Misc): Document max-mini-window-height.
1538
1539 * hash.texi (Defining Hash): Delete stray paren in example.
1540
1541 * display.texi (Echo Area Customization): Don't define
1542 max-mini-window-height here; xref instead.
1543
1544 * commands.texi (Event Input Misc): Update while-no-input.
1545
1546 * advice.texi (Advising Functions): Explain when to use advice
1547 and when to use a hook.
1548
43e124e6
EZ
15492005-07-30 Eli Zaretskii <eliz@gnu.org>
1550
1551 * makefile.w32-in (info): Don't run install-info.
1552 ($(infodir)/dir): New target, produced by running install-info.
1553
653aea22
LT
15542005-07-27 Luc Teirlinck <teirllm@auburn.edu>
1555
1556 * modes.texi (Defining Minor Modes): The keyword for the initial
1557 value is :init-value, not :initial-value.
1558
ba6ebbd5
EZ
15592005-07-23 Eli Zaretskii <eliz@gnu.org>
1560
1561 * loading.texi (Autoload): Make the `doctor' example be consistent
1562 with what's in current loaddefs.el. Describe the "fn" magic in
1563 the usage portion of the doc string.
1564
6696f2a4
RS
15652005-07-22 Richard M. Stallman <rms@gnu.org>
1566
1567 * internals.texi (Garbage Collection): Clarify previous change.
1568
0c17e67c
SM
15692005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
1570
1571 * internals.texi (Garbage Collection): Add gc-cons-percentage.
1572
426179e1
JL
15732005-07-18 Juri Linkov <juri@jurta.org>
1574
1575 * commands.texi (Accessing Events):
1576 * frames.texi (Text Terminal Colors, Resources):
1577 * markers.texi (The Mark):
1578 * modes.texi (Defining Minor Modes):
1579 Delete duplicate duplicate words.
1580
9b0c2c56
RS
15812005-07-16 Richard M. Stallman <rms@gnu.org>
1582
1583 * display.texi (Managing Overlays): Clarify make-overlay
1584 args for insertion types.
1585
fd90b80c
LT
15862005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1587
0c17e67c
SM
1588 * customize.texi (Variable Definitions):
1589 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
1590 `standard-value' is a list too.
1591 (Defining New Types): Use @key{RET} instead of @key{ret}.
1592
37aa90e5
TTN
15932005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
1594
1595 * os.texi (Translating Input): Fix typo.
1596
917e0c95
RS
15972005-07-08 Richard M. Stallman <rms@gnu.org>
1598
1599 * README: Update edition number and size estimate.
1600
1601 * elisp.texi (VERSION): Set to 2.9.
1602
7d90e71d
RS
16032005-07-07 Richard M. Stallman <rms@gnu.org>
1604
c330dafe
RS
1605 * book-spine.texinfo: Update Emacs version.
1606
7d90e71d
RS
1607 * display.texi (Inverse Video): Delete mode-line-inverse-video.
1608
dc2204be
RS
16092005-07-06 Richard M. Stallman <rms@gnu.org>
1610
1611 * searching.texi (Regexp Search): Clarify what re-search-forward
1612 does when the search fails.
1613
a0ec7a4a
LK
16142005-07-05 Lute Kamstra <lute@gnu.org>
1615
dc2204be 1616 * Update FSF's address in GPL notices.
a0ec7a4a
LK
1617
1618 * doclicense.texi (GNU Free Documentation License):
1619 * gpl.texi (GPL):
1620 * tips.texi (Coding Conventions, Library Headers):
1621 * vol1.texi:
1622 * vol2.texi: Update FSF's address.
1623
4af33176
RS
16242005-07-04 Richard M. Stallman <rms@gnu.org>
1625
1626 * hooks.texi (Standard Hooks): Add occur-hook.
1627
b3ab615b
LT
16282005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1629
1630 * display.texi (The Echo Area): Correct menu.
1631
3d393029
RS
16322005-07-03 Richard M. Stallman <rms@gnu.org>
1633
7fe48b75
RS
1634 * elisp.texi (Top): Update subnode menu for Display.
1635
1636 * display.texi (Displaying Messages): New node, with most
1637 of what was in The Echo Area.
1638 (Progress): Moved under The Echo Area.
1639 (Logging Messages): New node with new text.
1640 (Echo Area Customization): New node, the rest of what was
1641 in The Echo Area. Document message-truncate-lines with @defvar.
1642 (Display): Update menu.
1643
3d393029
RS
1644 * windows.texi (Textual Scrolling): Doc 3 values for
1645 scroll-preserve-screen-position.
1646
1647 * text.texi (Special Properties): Change hook functions
1648 should bind inhibit-modification-hooks around altering buffer text.
1649
1650 * keymaps.texi (Key Binding Commands): Call binding BINDING
1651 rather than DEFINITION.
1652
b26860ad
JB
16532005-06-29 Juanma Barranquero <lekktu@gmail.com>
1654
1655 * variables.texi (Defining Variables): `user-variable-p' returns t
1656 for aliases of user options, nil for alias loops.
1657
025691ed
RS
16582005-06-28 Richard M. Stallman <rms@gnu.org>
1659
1660 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
1661 make-keymap.
1662
b61bfa4d
LT
16632005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1664
1665 * variables.texi (Setting Variables): Correct and clarify
1666 description of `add-to-ordered-list'.
1667
24ee714d
RS
16682005-06-26 Richard M. Stallman <rms@gnu.org>
1669
1670 * display.texi (Faces): Minor cleanup.
1671
33b79ce4
LT
16722005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1673
1674 * display.texi (Faces): `facep' returns t for strings that are
1675 face names.
1676
df13531d
RS
16772005-06-25 Richard M. Stallman <rms@gnu.org>
1678
1679 * objects.texi (Equality Predicates): Clarify meaning of equal.
1680
1681 * windows.texi (Selecting Windows): save-selected-window
1682 and with-selected-window save and restore the current buffer.
1683
cf444441
RS
16842005-06-24 Richard M. Stallman <rms@gnu.org>
1685
1686 * numbers.texi (Float Basics): Explain how to test for NaN,
1687 and printing the sign of NaNs.
1688
6cdd056d
EZ
16892005-06-24 Eli Zaretskii <eliz@gnu.org>
1690
1691 * makefile.w32-in (MAKEINFO): Use --force.
1692
b93e3c3b
RS
16932005-06-23 Richard M. Stallman <rms@gnu.org>
1694
1695 * display.texi (Face Functions): Correct Texinfo usage.
1696
6fb276bd
LT
16972005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1698
1699 * lists.texi (Rings): `ring-elements' now returns the elements of
1700 RING in order.
1701
1d1c7e75
JB
17022005-06-23 Juanma Barranquero <lekktu@gmail.com>
1703
1704 * markers.texi (The Mark): Texinfo usage fix.
1705
9d12e52b
KS
17062005-06-23 Kim F. Storm <storm@cua.dk>
1707
1708 * searching.texi (Entire Match Data): Remove evaporate option for
1709 match-data. Do not mention evaporate option for set-match-data.
1710
6d44324c
GM
17112005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1712
1713 * display.texi (Face Functions): Mention face aliases.
1714
80df27a7
RS
17152005-06-21 Richard M. Stallman <rms@gnu.org>
1716
1717 * anti.texi (Antinews): Texinfo usage fix.
1718
e121563b
KB
17192005-06-21 Karl Berry <karl@gnu.org>
1720
9d7d543c
KB
1721 * elisp.texi: Use @copying.
1722
e121563b
KB
1723 * elisp.texi: Put @summarycontents and @contents before the Top
1724 node, instead of the end of the file, so that the contents appear
1725 in the right place in the dvi/pdf output.
1726
36a3b076
JL
17272005-06-21 Juri Linkov <juri@jurta.org>
1728
1729 * display.texi (Defining Faces): Add `customized-face'.
1730
5c796e80
KS
17312005-06-20 Kim F. Storm <storm@cua.dk>
1732
b7d1f38f
KS
1733 * variables.texi (Setting Variables): Any type of element can be
1734 given order in add-to-ordered-list. Compare elements with eq.
1735
5c796e80
KS
1736 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
1737
fb056bef
KB
17382005-06-20 Karl Berry <karl@gnu.org>
1739
1740 * syntax.texi (Syntax Flags): Make last column very slightly wider
1741 to avoid "generic comment" breaking on two lines and causing an
1742 underfull box.
1743
84398baa
LT
17442005-06-19 Luc Teirlinck <teirllm@auburn.edu>
1745
1746 * lists.texi (Rings): Various minor clarifications and corrections.
1747
07ff1e4b
RS
17482005-06-18 Richard M. Stallman <rms@gnu.org>
1749
1750 * functions.texi (Obsolete Functions): Simplify.
1751
1752 * variables.texi (Variable Aliases): Simplify.
1753
1754 * anti.texi, backups.texi, compile.texi, customization.texi:
1755 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
1756 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
1757 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
1758 * variables.texi: Fix formatting ugliness.
1759
1760 * elisp.texi: Add links to Rings and Byte Packing.
1761 Update version and copyright years.
1762
1763 * minibuf.texi: Fix formatting ugliness.
1764 (Completion Commands): Move keymap vars to the end
1765 and vars completing-read binds to the top.
1766
3f7fab24
LT
17672005-06-17 Luc Teirlinck <teirllm@auburn.edu>
1768
1769 * processes.texi: Fix typos.
1770 (Bindat Spec): Correct Texinfo error.
926c4c9b 1771 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 1772
f19b57e3
RS
17732005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
1774
1775 * lists.texi (Rings): New node.
1776 (Lists): Add it to menu.
1777
a80c5da7 1778 * processes.texi (Byte Packing): New node.
f19b57e3
RS
1779 (Processes): Add it to menu.
1780
17812005-06-17 Richard M. Stallman <rms@gnu.org>
1782
1783 * syntax.texi (Parsing Expressions): Fix texinfo usage.
1784
1785 * help.texi (Documentation Basics): Explain the xref to
1786 Documentation Tips.
1787
1788 * debugging.texi (Debugger Commands): Minor fix.
1789
67c1390d
LT
17902005-06-16 Luc Teirlinck <teirllm@auburn.edu>
1791
1792 * edebug.texi (Instrumenting): Eliminate duplicate link.
1793 (Specification List): Replace references to "below", referring to
1794 a later node, with one @ref to that node.
1795
1796 * os.texi (Timers): Timers should save and restore the match data
1797 if they change it.
1798
1799 * debugging.texi (Debugger Commands): Mention that the Lisp
1800 debugger can not step through primitive functions.
1801
51cd2a8c
JB
18022005-06-16 Juanma Barranquero <lekktu@gmail.com>
1803
1804 * functions.texi (Obsolete Functions): Update argument names of
1805 `make-obsolete' and `define-obsolete-function-alias'.
1806
1807 * variables.texi (Variable Aliases): Update argument names of
1808 `defvaralias', `make-obsolete-variable' and
1809 `define-obsolete-variable-alias'.
1810
f5e6ac4a
KS
18112005-06-15 Kim F. Storm <storm@cua.dk>
1812
1813 * searching.texi (Entire Match Data): Rephrase warnings about
1814 evaporate arg to match-data and set-match-data.
1815
fe2a9972
LT
18162005-06-14 Luc Teirlinck <teirllm@auburn.edu>
1817
67774855
LT
1818 * elisp.texi (Top): Update detailed menu.
1819
fe2a9972
LT
1820 * edebug.texi (Edebug): Update menu.
1821 (Instrumenting): Update xrefs.
1822 (Edebug Execution Modes): Correct xref.
1823 (Jumping): Clarify description of `h' command.
1824 Eliminate redundant @ref.
1825 (Breaks): New node.
9b7fa297 1826 (Breakpoints): Is now a subsubsection.
fe2a9972
LT
1827 (Global Break Condition): Mention `C-x X X'.
1828 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
1829 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
1830 (Edebug Display Update): Correct pxref.
1831 (Edebug and Macros): New node.
1832 (Instrumenting Macro Calls): Is now a subsubsection.
1833 Neither arg of `def-edebug-spec' is evaluated.
1834 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
1835 (Specification Examples): Fix typo.
1836
b59f605b
LK
18372005-06-14 Lute Kamstra <lute@gnu.org>
1838
1839 * debugging.texi (Function Debugging): Primitives can break on
1840 entry too.
1841
a5c99dc9
KS
18422005-06-14 Kim F. Storm <storm@cua.dk>
1843
1844 * variables.texi (Setting Variables): Add add-to-ordered-list.
1845
f99ed2f8
SM
18462005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1847
1848 * syntax.texi (Parsing Expressions): Document aux functions and vars of
1849 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
1850
9d42ffaa
LK
18512005-06-13 Lute Kamstra <lute@gnu.org>
1852
1853 * text.texi (Special Properties): Fix cross reference.
1854
32cc0b00
LT
18552005-06-11 Luc Teirlinck <teirllm@auburn.edu>
1856
1857 * debugging.texi (Function Debugging): Delete mention of empty
1858 string argument to `cancel-debug-on-entry'. Delete inaccurate
1859 description of the return value of that command.
1860
98d1a1cf
EZ
18612005-06-11 Alan Mackenzie <acm@muc.de>
1862
1863 * text.texi (Adaptive Fill): Amplify the description of
1864 fill-context-prefix.
1865
4b53b8d7
LT
18662005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1867
84398baa 1868 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 1869
b5305167
SM
18702005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1871
1872 * syntax.texi (Parsing Expressions): Document syntax-ppss.
1873
9bd4c3ad
LT
18742005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1875
1876 * debugging.texi (Error Debugging): Minor rewording.
1877 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
1878 is optional.
1879
257914aa
LK
18802005-06-10 Lute Kamstra <lute@gnu.org>
1881
b5305167 1882 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
1883 (Top): Give it a title. Correct version number. Give the
1884 detailed node listing a more prominent header.
b5305167
SM
1885 * intro.texi: Don't set VERSION here a second time.
1886 Mention Emacs's version too.
257914aa
LK
1887 * anti.texi (Antinews): Use EMACSVER to refer to the current
1888 version of Emacs.
1889
b7aae902
KS
18902005-06-09 Kim F. Storm <storm@cua.dk>
1891
1892 * searching.texi (Entire Match Data): Explain new `reseat' argument to
1893 match-data and set-match-data.
1894
99598737
RS
18952005-06-08 Richard M. Stallman <rms@gnu.org>
1896
1897 * searching.texi (Entire Match Data): Clarify when match-data
1898 returns markers and when integers.
1899
1900 * display.texi (Defining Faces): Explain that face name should not
1901 end in `-face'.
1902
1903 * modes.texi (Mode Line Data): Minor cleanup.
1904 (Customizing Keywords): Node split out of Search-based Fontification.
1905 Add example of using font-lock-add-keywords from a hook.
1906 Clarify when MODE should be non-nil, and when nil.
1907
19082005-06-06 Richard M. Stallman <rms@gnu.org>
1909
1910 * modes.texi (Mode Line Data): Explain what happens when the car
1911 of a list is a void symbol.
1912 (Search-based Fontification): Explain MODE arg to
1913 font-lock-add-keywords and warn about calls from major modes.
1914
ecc8893a
JL
19152005-06-08 Juri Linkov <juri@jurta.org>
1916
1917 * display.texi (Standard Faces): Add `shadow' face.
1918
7fa9f4eb
LT
19192005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1920
1921 * modes.texi (Major Mode Conventions): A derived mode only needs
1922 to put the call to the parent mode inside `delay-mode-hooks'.
1923
bebcc4b1
RS
19242005-05-29 Richard M. Stallman <rms@gnu.org>
1925
c16b1394
RS
1926 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
1927 new, and what that implies. Clarify.
1928
1929 * files.texi (Locating Files): Clean up the text.
1930
bebcc4b1
RS
1931 * frames.texi (Window Frame Parameters): Document user-size.
1932 Shorten entry for top by referring to left.
1933
19342005-05-26 Richard M. Stallman <rms@gnu.org>
1935
1936 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
1937 is new, and what the implications are. Other clarifications.
1938
217797bc
RS
19392005-05-24 Richard M. Stallman <rms@gnu.org>
1940
1941 * frames.texi (Dialog Boxes): Minor fixes.
1942
3565fe07
MY
19432005-05-25 Masatake YAMATO <jet@gyve.org>
1944
1945 * display.texi (Standard Faces): Write about `mode-line-highlight'.
1946
817089df
LT
19472005-05-24 Luc Teirlinck <teirllm@auburn.edu>
1948
1949 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
1950 is optional.
1951
cb5db137
NR
19522005-05-24 Nick Roberts <nickrob@snap.net.nz>
1953
1954 * frames.texi (Dialog Boxes): Descibe new optional argument.
1955
3c8572f5
LK
19562005-05-23 Lute Kamstra <lute@gnu.org>
1957
1958 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
1959 syntax-begin-function over font-lock-beginning-of-syntax-function.
1960
2a4d7cb3
LT
19612005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1962
71f800cf
LT
1963 * minibuf.texi (Reading File Names): Update description of
1964 `read-directory-name'.
1965
2a4d7cb3
LT
1966 * modes.texi (Derived Modes): Clarify :group keyword.
1967
bb4afd09
EZ
19682005-05-21 Eli Zaretskii <eliz@gnu.org>
1969
b5305167
SM
1970 * files.texi (Locating Files): New subsection.
1971 Describe locate-file and executable-find.
bb4afd09 1972
a2c9aee6
EZ
19732005-05-21 Kevin Ryde <user42@zip.com.au>
1974
1975 * frames.texi (Initial Parameters): Update cross reference to
1976 "Emacs Invocation".
1977
6900105f
LT
19782005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1979
ca1b0914
LT
1980 * keymaps.texi (Active Keymaps): Add anchor.
1981
6900105f
LT
1982 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
1983 (Major Mode Conventions): Refer to `Auto Major Mode' in more
1984 appropriate place.
1985 (Derived Modes): Small clarifications.
b5305167
SM
1986 (Minor Mode Conventions, Keymaps and Minor Modes):
1987 Replace references to nodes with references to anchors.
6900105f
LT
1988 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
1989 Clarify description of lists whose first element is an integer.
1990 (Mode Line Variables): Add anchor.
1991 (%-Constructs): Clarify description of integer after %.
1992 (Emulating Mode Line): Describe nil value for FACE.
1993
54d06364
LT
19942005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1995
1996 * modes.texi (Derived Modes): Correct references to non-existing
1997 variable standard-syntax-table.
1998
f8d0b769
LK
19992005-05-17 Lute Kamstra <lute@gnu.org>
2000
2001 * modes.texi (Defining Minor Modes): Mention the mode hook.
2002
294c599c
KS
20032005-05-15 Kim F. Storm <storm@cua.dk>
2004
2005 * processes.texi (Network): Remove open-network-stream-nowait.
2006 (Network Servers): Remove open-network-stream-server.
2007
4214af69
LT
20082005-05-15 Luc Teirlinck <teirllm@auburn.edu>
2009
2010 * elisp.texi (Top): Update detailed menu.
2011
2012 * variables.texi: Reorder nodes.
2013 (Variables): Update menu.
2014 (File Local Variables): Do not refer to the `-*-' line as
2015 a "local variables list". Add pxref.
2016
302691ab
LT
20172005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2018
56d4215a
LT
2019 * elisp.texi (Top): Update detailed menu for node changes.
2020
302691ab
LT
2021 * modes.texi (Modes): Update Menu.
2022 (Hooks): Move to beginning of chapter.
2023 Most minor modes run mode hooks too.
2024 `add-hook' can handle void hooks or hooks whose value is a single
2025 function.
2026 (Major Modes): Update Menu.
2027 (Major Mode Basics): New node, split off from `Major Modes'.
2028 (Major Mode Conventions): Correct xref. Explain how to handle
2029 auto-mode-alist if the major mode command has an autoload cookie.
2030 (Auto Major Mode): Major update. Add magic-mode-alist.
2031 (Derived Modes): Major update.
2032 (Mode Line Format): Update Menu.
2033 (Mode Line Basics): New node, split off from `Mode Line Format'.
2034
2035 * loading.texi (Autoload): Mention `autoload cookie' as synonym
2036 for `magic autoload comment'. Add index entries and anchor.
2037
d06ba294
RS
20382005-05-14 Richard M. Stallman <rms@gnu.org>
2039
2040 * tips.texi (Coding Conventions): Explain how important it is
2041 that just loading certain files not change Emacs behavior.
2042
2043 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
2044
405cb12a
LK
20452005-05-12 Lute Kamstra <lute@gnu.org>
2046
19958124
LK
2047 * modes.texi (Generic Modes): Update.
2048 (Major Modes): Refer to node "Generic Modes".
2049
405cb12a
LK
2050 * elisp.texi (Top): Update to the current structure of the manual.
2051 * processes.texi (Processes): Add menu description.
2052 * customize.texi (Customization): Add menu descriptions.
2053
f714dd1b
TTN
20542005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2055
cc9442f2
TTN
2056 * processes.texi (Signals to Processes)
2057 (Low-Level Network): Fix typos.
f714dd1b 2058
36ad23ec
LK
20592005-05-11 Lute Kamstra <lute@gnu.org>
2060
2061 * elisp.texi (Top): Add some nodes from the chapter "Major and
2062 Minor Modes" to the detailed node listing.
2063
d101bf56
RS
20642005-05-10 Richard M. Stallman <rms@gnu.org>
2065
2066 * keymaps.texi (Extended Menu Items): Menu item filter functions
2067 can be called at any time.
2068
698b0510
LT
20692005-05-08 Luc Teirlinck <teirllm@auburn.edu>
2070
2071 * variables.texi (File Local Variables): `(hack-local-variables t)'
2072 now also checks whether a mode is specified in the local variables
2073 list.
2074
2c6b25c7
EZ
20752005-05-05 Kevin Ryde <user42@zip.com.au>
2076
2077 * display.texi (The Echo Area): Correct format function cross
2078 reference.
2079
643b4cf5
LT
20802005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2081
2082 * variables.texi (Variable Aliases): Change description of
2083 `define-obsolete-variable-alias'.
2084
2085 * functions.texi (Functions): Add "Obsolete Functions" to menu.
2086 (Defining Functions): Add xref.
2087 (Obsolete Functions): New node.
2088 (Function Safety): Standardize capitalization of section title.
2089
2090 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2091 (Dialog Boxes): Complete description of `x-popup-dialog'.
2092
053bc8e4
RS
20932005-05-04 Richard M. Stallman <rms@gnu.org>
2094
2095 * commands.texi (Interactive Codes): Fix Texinfo usage.
2096 Document U more clearly.
2097
f6b1b15a
LT
20982005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2099
3b925015
LT
2100 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2101 function and not a macro.
2102
f6b1b15a
LT
2103 * frames.texi (Pop-Up Menus): Correct and clarify description of
2104 `x-popup-menu'.
2105 (Dialog Boxes): Clarify description of `x-popup-dialog'.
2106
ebbfa918
RS
21072005-05-01 Richard M. Stallman <rms@gnu.org>
2108
2109 * edebug.texi (Checking Whether to Stop): Fix previous change.
2110
abe2f96e
LT
21112005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2112
d6028ef2
LT
2113 * display.texi: Fix typos and Texinfo usage.
2114
abe2f96e
LT
2115 * edebug.texi (Checking Whether to Stop): executing-macro ->
2116 executing-kbd-macro.
2117
b2cfb30b
RS
21182005-05-01 Richard M. Stallman <rms@gnu.org>
2119
2120 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2121
7e995a23
RS
21222005-04-30 Richard M. Stallman <rms@gnu.org>
2123
2124 * files.texi (Magic File Names): Document `operations' property.
2125
57efa539
LK
21262005-04-29 Lute Kamstra <lute@gnu.org>
2127
2128 * modes.texi (Generic Modes): New node.
2129 (Major Modes): Add it to the menu.
2130 (Derived Modes): Add "derived mode" to concept index.
2131
0a20b1dc
LK
21322005-04-28 Lute Kamstra <lute@gnu.org>
2133
2134 * modes.texi (Defining Minor Modes): Fix previous change.
2135 (Font Lock Mode): Simplify.
2136 (Font Lock Basics): Say that font-lock-defaults is buffer-local
2137 when set and that some parts are optional. Add cross references.
2138 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
2139 Add cross references. Add font-lock-multiline to index.
2140 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 2141 Lock Variables". Document font-lock-add-keywords and
b5305167 2142 font-lock-remove-keywords.
0a20b1dc
LK
2143 (Other Font Lock Variables): Move font-lock-keywords-only,
2144 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2145 and font-lock-syntactic-face-function to node "Syntactic Font
2146 Lock". Move font-lock-keywords-case-fold-search to node
2147 "Search-based Fontification". Document font-lock-inhibit-thing-lock
2148 and font-lock-{,un}fontify-{buffer,region}-function.
2149 (Precalculated Fontification): Remove reference to deleted variable
2150 font-lock-core-only.
2151 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2152 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
2153 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2154 and font-lock-syntactic-face-function here from node "Other Font
2155 Lock Variables". Move font-lock-syntactic-keywords to "Setting
2156 Syntax Properties". Add cross references.
b5305167
SM
2157 (Setting Syntax Properties): New node.
2158 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
2159 * syntax.texi (Syntax Properties): Add cross reference.
2160 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2161
68a94f5a
RS
21622005-04-26 Richard M. Stallman <rms@gnu.org>
2163
2164 * display.texi (Defining Faces):
2165 Document `default' elements of defface spec.
2166
2167 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2168
2169 * variables.texi (Variable Aliases): Clarify text.
2170
21712005-04-25 Chong Yidong <cyd@stupidchicken.com>
2172
2173 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2174
7f48f143
LT
21752005-04-25 Luc Teirlinck <teirllm@auburn.edu>
2176
2177 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2178
45d2f8e8
EZ
21792005-04-24 Eli Zaretskii <eliz@gnu.org>
2180
f3714ab2
EZ
2181 * syntax.texi (Syntax Table Internals): Elaborate documentation of
2182 syntax-after and syntax-class.
2183
45d2f8e8 2184 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
2185 (Unique File Names): Don't mention "numbers" in the documentation
2186 of make-temp-file and make-temp-name.
45d2f8e8 2187
469bc679
RS
21882005-04-23 Richard M. Stallman <rms@gnu.org>
2189
2190 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2191
c9fa5dc9
RS
21922005-04-22 Nick Roberts <nickrob@snap.net.nz>
2193
2194 * windows.texi (Cyclic Window Ordering): Clarify window-list.
2195
230e1e80
NR
21962005-04-22 Nick Roberts <nickrob@snap.net.nz>
2197
2198 * variables.texi (Variable Aliases): Describe make-obsolete-variable
2199 and define-obsolete-variable-alias.
2200
1ba52906
KS
22012005-04-22 Kim F. Storm <storm@cua.dk>
2202
2203 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2204 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2205
9721d904
LK
22062005-04-21 Lute Kamstra <lute@gnu.org>
2207
2208 * lists.texi (Association Lists): Document rassq-delete-all.
2209
ed35c736
RS
22102005-04-19 Richard M. Stallman <rms@gnu.org>
2211
2212 * modes.texi (Search-based Fontification): Explain that
2213 facespec is an expression to be evaluated.
2214
42fc00a4
RS
22152005-04-19 Kevin Ryde <user42@zip.com.au>
2216
b5305167 2217 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
2218 * strings.texi (String Conversion): Fix xref.
2219
5827e9d4
KS
22202005-04-19 Kim F. Storm <storm@cua.dk>
2221
2222 * symbols.texi (Symbol Plists): Add safe-get.
2223 Mention that `get' may signal an error.
2224
47872da9
NR
22252005-04-18 Nick Roberts <nickrob@snap.net.nz>
2226
2227 * customize.texi (Variable Definitions): Replace tooltip-mode
2228 example with save-place.
2229
ec0cf966
RS
22302005-04-17 Richard M. Stallman <rms@gnu.org>
2231
2232 * buffers.texi (Indirect Buffers): Clarify.
2233
2234 * positions.texi (Positions): Clarify converting marker to integer.
2235
2236 * strings.texi (String Basics): Mention string-match; clarify.
2237
199bb209
LK
22382005-04-08 Lute Kamstra <lute@gnu.org>
2239
2240 * modes.texi (Search-based Fontification): Fix cross references.
2241 Use consistent terminology. Document anchored highlighting.
2242
bfa54668
LK
22432005-04-05 Lute Kamstra <lute@gnu.org>
2244
2245 * modes.texi (Defining Minor Modes): Document :group keyword
2246 argument and its default value.
2247
07e5fb9e
LK
22482005-04-03 Lute Kamstra <lute@gnu.org>
2249
2250 * hooks.texi (Standard Hooks): Add some hooks. Add cross
2251 references and/or descriptions. Delete major mode hooks; mention
2252 them as a category instead. Rename or delete obsolete hooks.
2253
aa945b59
RS
22542005-04-02 Richard M. Stallman <rms@gnu.org>
2255
2256 * nonascii.texi (Coding System Basics): Another wording cleanup.
2257
8b918214
RS
22582005-04-01 Richard M. Stallman <rms@gnu.org>
2259
2260 * nonascii.texi (Coding System Basics): Clarify previous change.
2261
41639988
KH
22622005-04-01 Kenichi Handa <handa@m17n.org>
2263
2264 * nonascii.texi (Coding System Basics): Describe about rondtrip
2265 identity of coding systems.
2266
8e669bbd
RS
22672005-03-29 Chong Yidong <cyd@stupidchicken.com>
2268
2269 * text.texi (Buffer Contents): Add filter-buffer-substring and
2270 buffer-substring-filters.
2271
f60a6f87
RS
22722005-03-26 Chong Yidong <cyd@stupidchicken.com>
2273
2274 * anti.texi (Antinews): Mention `G' interactive code.
2275
2276 * tips.texi (Compilation Tips): Mention benchmark.el.
2277
aaac1251
LT
22782005-03-27 Luc Teirlinck <teirllm@auburn.edu>
2279
2280 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
2281 is now bound to M-o M-o.
2282
2283 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
2284
45325173
GM
22852005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
2286
2287 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
2288 in the Emacs Manual).
2289 * Makefile.in (srcs): Remove calendar.texi.
2290 * makefile.w32-in (srcs): Remove calendar.texi.
2291 * display.texi (Display): Change name of next node.
2292 * os.texi (System In): Change name of previous node.
2293 * elisp.texi (Top): Remove Calendar references.
2294 * vol1.texi (Top): Remove Calendar references.
2295 * vol2.texi (Top): Remove Calendar references.
2296
85df292e
RS
22972005-03-25 Richard M. Stallman <rms@gnu.org>
2298
45325173 2299 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
2300 Cleanup previous change.
2301
23022005-03-25 Chong Yidong <cyd@stupidchicken.com>
2303
2304 * display.texi (Face Attributes): Faces earlier in an :inherit
2305 list take precedence.
2306 (Scroll Bars): Fix description of vertical-scroll-bars.
2307 Document frame-current-scroll-bars and window-current-scroll-bars.
2308
2309 * markers.texi (The Mark): Document temporary Transient Mark mode.
2310
b5305167
SM
2311 * minibuf.texi (Reading File Names):
2312 Document read-file-name-completion-ignore-case.
85df292e
RS
2313
2314 * positions.texi (Screen Lines): Document nil for width argument
2315 to compute-motion.
2316
1fe54d69
KS
23172005-03-23 Kim F. Storm <storm@cua.dk>
2318
2319 * display.texi (Standard Faces): Other faces used in the fringe
2320 implicitly inherits from the fringe face.
2321 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
2322 properties implicitly inherits from fringe face.
2323 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
2324
a775dff4
RS
23252005-03-20 Chong Yidong <cyd@stupidchicken.com>
2326
2327 * display.texi (Invisible Text): State default value of
2328 line-move-ignore-invisible.
2329 (Managing Overlays): Document remove-overlays.
2330 (Standard Faces): Document escape-glyph face.
2331
b5305167 2332 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 2333
b5305167
SM
2334 * modes.texi (Other Font Lock Variables):
2335 Document font-lock-lines-before.
a775dff4
RS
2336
2337 * positions.texi (Skipping Characters): skip-chars-forward allows
2338 character classes.
2339
077f7085
LK
23402005-03-18 Lute Kamstra <lute@gnu.org>
2341
2342 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
2343
d69ea7ab
RS
23442005-03-17 Richard M. Stallman <rms@gnu.org>
2345
c7bd5d57
RS
2346 * text.texi (Undo): Document extensible undo entries.
2347
d69ea7ab
RS
2348 * searching.texi (String Search, Regexp Search, Regexp Search):
2349 Cleanups.
2350
2351 * nonascii.texi (Character Codes): Minor fix.
2352
2353 * display.texi (Display Property): Explain the significance
2354 of having text properties that are eq.
2355 (Other Display Specs): Explain string as display spec.
2356
2357 * commands.texi (Interactive Codes): Document G option.
2358
23592005-03-17 Chong Yidong <cyd@stupidchicken.com>
2360
2361 * text.texi (Filling): Add sentence-end-without-period and
2362 sentence-end-without-space.
2363 (Changing Properties): Minor fix.
2364
2365 * anti.texi: Total rewrite.
2366
a7679889
LK
23672005-03-15 Lute Kamstra <lute@gnu.org>
2368
2369 * edebug.texi (Instrumenting Macro Calls): Fix typos.
2370
6eb8e247
KS
23712005-03-08 Kim F. Storm <storm@cua.dk>
2372
2373 * display.texi (Specified Space): Property :width is support on
2374 non-graphic terminals, :height is not.
2375
bfa8be14
RS
23762005-03-07 Richard M. Stallman <rms@gnu.org>
2377
2378 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2379 Now subnodes of Fringes.
2380 (Overlay Arrow): Document overlay-arrow-variable-list.
2381 (Fringe Size/Pos): New node, broken out of Fringes.
2382 (Display): Explain clearing vs redisplay better.
2383 (Truncation): Clarify use of bitmaps.
2384 (The Echo Area): Clarify the uses of the echo area.
2385 Add max-mini-window-height.
2386 (Progress): Clarify.
2387 (Invisible Text): Explain that main loop moves point out.
2388 (Selective Display): Say "hidden", not "invisible".
b5305167 2389 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
2390 (Overlay Properties): Clarify intro.
2391 (Finding Overlays): Explain return values when nothing found.
2392 (Width): truncate-string-to-width has added arg.
2393 (Displaying Faces): Clarify and update mode line face handling.
2394 (Face Functions): Minor cleanup.
b5305167 2395 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
2396 (Pixel Specification, Other Display Specs): Minor cleanups.
2397 (Images, Image Descriptors): Minor cleanups.
2398 (GIF Images): Patents have expired.
2399 (Showing Images): Explain default text for insert-image.
b5305167 2400 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
2401 (Making Buttons): Explain return values.
2402 (Button Buffer Commands): Add xref.
2403 (Inverse Video): Update mode-line-inverse-video.
2404 (Display Table Format): Clarify.
2405 (Active Display Table): Give defaults for window-display-table.
2406
2407 * calendar.texi (Calendar Customizing): calendar-holiday-marker
2408 and calendar-today-marker are strings, not chars.
2409 (Holiday Customizing): Minor fix.
2410
bfa8be14
RS
2411 * internals.texi (Writing Emacs Primitives): Update `or' example.
2412 Update limit on # args of subr.
2413
2414 * edebug.texi (Using Edebug): Arrow is in fringe.
2415 (Instrumenting): Arg to eval-defun works without loading edebug.
2416 (Edebug Execution Modes): Add xref.
2417
2418 * customize.texi (Common Keywords): Clarify :require.
2419 Mention :version here.
2420 (Variable Definitions, Group Definitions): Not here.
2421 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2422
d69ea7ab
RS
24232005-03-07 Chong Yidong <cyd@stupidchicken.com>
2424 * nonascii.texi (Text Representations): Clarify position-bytes.
2425 (Character Sets): Add list-charset-chars.
2426 (Scanning Charsets): Add charset-after.
2427 (Encoding and I/O): Minor fix.
2428
34398e6c
RS
24292005-03-06 Richard M. Stallman <rms@gnu.org>
2430
2431 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2432 (Resizing Windows): Likewise.
2433
2434 * text.texi (Change Hooks): Get rid of "Emacs 21".
2435
2436 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2437
2438 * streams.texi (Output Variables): Get rid of "Emacs 21".
2439
2440 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2441
2442 * os.texi (Translating Input): Replace flow-control example
2443 with a less obsolete example that uses `keyboard-translate'.
2444
6eb8e247 2445 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 2446 Get rid of "Emacs 21".
6eb8e247 2447
34398e6c
RS
2448 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2449 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2450
2451 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2452
2453 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2454
2455 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2456 (Menu Bar): Fix when menu-bar-update-hook is called.
2457
2458 * hash.texi (Hash Tables): Get rid of "Emacs 21".
2459
2460 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2461 and make it read better.
2462
2463 * files.texi (Writing to Files): Get rid of "Emacs 21".
2464 (Unique File Names): Likewise.
2465
2466 * elisp.texi: Update Emacs version to 22.
2467
2468 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2469 (Overlay Properties, Face Attributes): Likewise.
2470 (Managing Overlays): Fix punctuation.
2471 (Attribute Functions): Clarify set-face-font; get rid of
2472 info about old Emacs versions.
2473 (Auto Faces, Font Lookup, Display Property, Images):
2474 Get rid of "Emacs 21".
2475
2476 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2477
d2178387
RS
24782005-03-05 Richard M. Stallman <rms@gnu.org>
2479
2480 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2481
524352d6
LK
24822005-03-04 Lute Kamstra <lute@gnu.org>
2483
2484 * debugging.texi (Error Debugging): Document stack-trace-on-error.
2485
24862005-03-03 Lute Kamstra <lute@gnu.org>
2487
2488 * edebug.texi (Instrumenting Macro Calls): Fix typo.
2489
284f0680
LK
24902005-03-01 Lute Kamstra <lute@gnu.org>
2491
2492 * debugging.texi (Debugger Commands): Update `j'.
2493
a9ee5cac
LK
24942005-02-28 Lute Kamstra <lute@gnu.org>
2495
2496 * debugging.texi (Debugging): Fix typo.
2497 (Error Debugging): Document eval-expression-debug-on-error.
2498 (Function Debugging): Update example.
2499 (Using Debugger): Mention starred stack frames.
2500 (Debugger Commands): Document `j' and `l'.
2501 (Invoking the Debugger): `d' and `j' exit recursive edit too.
2502 Update the messages that the debugger displays.
2503 (Internals of Debugger): Add cross reference. Update example.
2504 (Excess Open): Minor improvement.
2505 (Excess Close): Minor improvement.
2506
378d0f8e
RS
25072005-02-26 Richard M. Stallman <rms@gnu.org>
2508
2509 * tips.texi (Coding Conventions): Clarify.
2510 Put all the major mode key reservations together.
2511 Mention the Mouse-1 => Mouse-2 conventions.
2512
2513 * syntax.texi (Syntax Class Table): Clarify.
2514 (Syntax Table Functions): syntax-after moved from here.
2515 (Syntax Table Internals): syntax-after moved to here.
2516 (Parsing Expressions): Update info on number of values
2517 and what's meaningful in the STATE argument.
2518 (Categories): Fix typo.
2519
2520 * sequences.texi (Arrays): Cleanup.
2521 (Char-Tables): Clarify.
2522
2523 * processes.texi (Deleting Processes): Cleanups, add xref.
2524 (Subprocess Creation): Explain nil in exec-path. Cleanup.
2525 (Process Information): set-process-coding-system, some args optional.
2526 (Input to Processes): Explain various types for PROCESS args.
2527 Rename them from PROCESS-NAME to PROCESS.
2528 (Signals to Processes): Likewise.
2529 (Decoding Output): Cleanup.
2530 (Query Before Exit): Clarify.
2531
2532 * os.texi (Startup Summary): Correct the options; add missing ones.
2533 (Terminal Output, Batch Mode): Clarify.
2534 (Flow Control): Node deleted.
2535
2536 * markers.texi (The Mark): Clarify.
2537
2538 * macros.texi (Expansion): Cleanup.
2539 (Indenting Macros): indent-spec allows ints, not floats.
2540
2541 * keymaps.texi (Keymaps): Clarify.
2542 (Format of Keymaps): Update lisp-mode-map example.
2543 (Active Keymaps, Key Lookup): Clarify.
2544 (Changing Key Bindings): Add xref to `kbd'.
2545 (Key Binding Commands, Simple Menu Items): Clarify.
2546 (Mouse Menus, Menu Bar): Clarify.
2547 (Menu Example): Replace print example with menu-bar-replace-menu.
2548
2549 * help.texi (Documentation Basics): Add function-documentation prop.
2550
2551 * elisp.texi (Top): Don't refer to Flow Control node.
2552
2553 * commands.texi (Command Overview): Improve xrefs.
2554 (Adjusting Point): Adjusting point applies to intangible and invis.
2555 (Key Sequence Input): Doc extra read-key-sequence args.
2556 Likewise for read-key-sequence-vector.
2557
2558 * backups.texi (Rename or Copy): Minor fix.
2559 (Numbered Backups): For version-control, say the default.
2560 (Auto-Saving): make-auto-save-file-name example is simplified.
2561
2562 * advice.texi (Advising Functions): Don't imply one part of Emacs
2563 should advise another part. Markup changes.
2564 (Defining Advice): Move transitional para.
2565 (Activation of Advice): Cleanup.
2566 Explain if COMPILE is nil or negative.
2567
2568 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2569
2e20c83d
LK
25702005-02-24 Lute Kamstra <lute@gnu.org>
2571
2572 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2573 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2574
65c492fd
LK
25752005-02-23 Lute Kamstra <lute@gnu.org>
2576
b02c3eed
LK
2577 * modes.texi (Defining Minor Modes): define-minor-mode can be used
2578 to define global minor modes as well.
2579
65c492fd
LK
2580 * display.texi (Managing Overlays): overlay-buffer returns nil for
2581 deleted overlays.
2582
b686dd59
KS
25832005-02-22 Kim F. Storm <storm@cua.dk>
2584
2585 * minibuf.texi (Basic Completion): Allow symbols in addition to
2586 strings in try-completion and all-completions.
2587
23e8c095
LK
25882005-02-14 Lute Kamstra <lute@gnu.org>
2589
2590 * elisp.texi (Top): Remove reference to deleted node.
2591
2592 * lists.texi (Lists): Remove reference to deleted node.
2593 (Cons Cells): Fix typo.
2594
2595 * loading.texi (Where Defined): Fix typo.
2596
134948fc
RS
25972005-02-14 Richard M. Stallman <rms@gnu.org>
2598
2599 * variables.texi (Creating Buffer-Local): change-major-mode-hook
2600 is useful for discarding some minor modes.
2601
2602 * symbols.texi (Symbol Components): Reorder examples.
2603
2604 * streams.texi (Input Functions): State standard-input default.
2605 (Output Variables): State standard-output default.
2606
2607 * objects.texi (Printed Representation): Clarify read syntax vs print.
2608 (Floating Point Type): Explain meaning better.
2609 (Symbol Type): Explain uniqueness better.
2610 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
2611 List examples sooner.
2612 (Box Diagrams): New subnode broken out.
2613 Some examples moved from old Lists as Boxes node.
2614 (Dotted Pair Notation): Clarify intro.
2615 (Array Type): Clarify.
2616 (Type Predicates): Add hash-table-p.
2617
2618 * numbers.texi (Integer Basics): Clarify radix explanation.
2619 (Predicates on Numbers): Minor clarification.
2620 (Comparison of Numbers): Minor clarification. Clarify eql.
2621 Typos in min, max.
2622 (Math Functions): Clarify overflow in expt.
2623
2624 * minibuf.texi (Text from Minibuffer): Minor clarification.
2625 Mention arrow keys.
2626
2627 * loading.texi (Autoload): defun's doc string overrides autoload's
2628 doc string.
2629 (Repeated Loading): Modernize "add to list" examples.
2630 (Where Defined): Finish updating table of load-history elts.
2631
2632 * lists.texi (List-related Predicates): Minor wording improvement.
2633 (Lists as Boxes): Node deleted.
2634 (Building Lists): Explain trivial cases of number-sequence.
2635
2636 * hash.texi (Hash Tables): Add desc to menu items.
2637 (Creating Hash): Expain "full" means "make larger",
2638 (Hash Access): Any object can be a key.
2639 State value of maphash.
2640
2641 * functions.texi (What Is a Function): Wording cleanup.
2642 (Function Documentation): Minor cleanup.
2643 Explain purpose of calling convention at end of doc string.
2644 (Function Names): Wording cleanup.
2645 (Calling Functions): Wording cleanup.
2646 Explain better how funcall calls the function.
2647 (Function Cells): Delete example of saving and redefining function.
2648
2649 * control.texi (Combining Conditions): Wording cleanup.
2650 (Iteration): dolist and dotimes bind VAR locally.
2651 (Cleanups): Xref to Atomic Changes.
2652
2653 * compile.texi (Byte Compilation): Delete 19.29 info.
2654 (Compilation Functions): Macros' difficulties don't affect defsubst.
2655 (Docs and Compilation): Delete 19.29 info.
2656
44291460
RS
26572005-02-10 Richard M. Stallman <rms@gnu.org>
2658
2659 * objects.texi (Symbol Type): Minor correction.
2660
1f9ad95a
LK
26612005-02-06 Lute Kamstra <lute@gnu.org>
2662
2663 * modes.texi (Example Major Modes): Fix typos.
2664
ba2c991c
RS
26652005-02-06 Richard M. Stallman <rms@gnu.org>
2666
2667 * text.texi (Margins): fill-nobreak-predicate can be one function.
2668
2669 * strings.texi (Modifying Strings): clear-string can make unibyte.
2670 (Formatting Strings): format gives error if values missing.
2671
2672 * positions.texi (Character Motion): Mention default arg
2673 for forward-char. backward-char refers to forward-char.
2674 (Word Motion): Mention default arg for forward-word.
2675 (Buffer End Motion): Mention default arg for beginning-of-buffer.
2676 Simplify end-of-buffer.
2677 (Text Lines): Mention default arg for forward-line.
2678 (List Motion): Mention default arg for beginning/end-of-defun.
2679 (Skipping Characters): Minor fixes in explaining character-set.
2680
2681 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
2682 Mode inheritance applies only when default-major-mode is nil.
2683 Clarifications.
2684 (Example Major Modes): Update Text mode and Lisp mode examples.
2685 (Minor Mode Conventions): Mention define-minor-mode at top.
2686 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
2687 (Mode Line Format): Update mode line face display info.
2688 (Properties in Mode): Mention effect of risky vars.
2689 (Imenu): Define imenu-add-to-menubar.
2690 (Font Lock Mode): Add descriptions to menu lines.
2691 (Faces for Font Lock): Add font-lock-doc-face.
2692
9bf6d576
LK
26932005-02-05 Lute Kamstra <lute@gnu.org>
2694
2695 * text.texi (Maintaining Undo): Remove obsolete function.
2696
cb602754
EZ
26972005-02-05 Eli Zaretskii <eliz@gnu.org>
2698
2699 * frames.texi (Color Names): Add pointer to the X docs about RGB
2700 color specifications. Improve indexing
2701 (Text Terminal Colors): Replace the description of RGB values by
2702 an xref to "Color Names".
2703
4e07258f
RS
27042005-02-03 Richard M. Stallman <rms@gnu.org>
2705
2706 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
2707 Clarify.
2708 (Selecting Windows): Clarify save-selected-window.
2709 (Cyclic Window Ordering): Clarify walk-windows.
2710 (Window Point): Clarify.
2711 (Window Start): Add comment to example.
2712 (Resizing Windows): Add `interactive' specs in examples.
2713 Document fit-window-to-buffer.
2714
2715 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
2716 (Undo, Maintaining Undo): Clarify last change.
2717 (Sorting): In sort-numeric-fields, explain about octal and hex.
2718 Mention sort-numeric-base.
2719 (Format Properties): Add xref for hard newlines.
2720
2721 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
2722 (Pop-Up Menus): Fix typo.
2723 (Color Names): Explain all types of color names.
2724 Explain color-values on B&W terminal.
2725 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
2726
2727 * files.texi (File Locks): Not supported on MS systems.
2728 (Testing Accessibility): Clarify.
2729
2730 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
2731 (Coverage Testing): Fix typo.
2732
2733 * commands.texi (Misc Events): Remove stray space.
2734
2735 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
2736 (Modification Time): Clarify when visited-file-modtime returns 0.
2737 (The Buffer List): Clarify bury-buffer.
2738 (Killing Buffers): Clarify.
2739 (Indirect Buffers): Add clone-indirect-buffer.
2740
27412005-02-02 Matt Hodges <MPHodges@member.fsf.org>
2742
2743 * edebug.texi (Printing in Edebug): Fix default value of
2744 edebug-print-circle.
2745 (Coverage Testing): Fix displayed frequency count data.
2746
27472005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
2748
2749 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
2750
4e07258f 27512005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
2752
2753 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
2754
28d986b9
EZ
27552005-01-29 Eli Zaretskii <eliz@gnu.org>
2756
2757 * commands.texi (Misc Events): Describe the help-echo event.
2758
2759 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
2760 consistently in description of the help-echo property.
2761 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
2762
2763 * display.texi (Overlay Properties): Fix the index entry for
2764 help-echo overlay property.
2765
2766 * customize.texi (Type Keywords): Uncomment the xref to the
2767 help-echo property documentation.
2768
8f958b40
KS
27692005-01-23 Kim F. Storm <storm@cua.dk>
2770
2771 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
2772 return value. Third element FULLY replaced by PARTIAL which
2773 specifies number of invisible pixels if row is only partially visible.
2774 (Textual Scrolling): Mention auto-window-vscroll.
2775 (Vertical Scrolling): New defvar auto-window-vscroll.
2776
cd7e5dd6
LT
27772005-01-16 Luc Teirlinck <teirllm@auburn.edu>
2778
2779 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
2780 command remapping.
2781
6f771c32
RS
27822005-01-15 Richard M. Stallman <rms@gnu.org>
2783
2784 * display.texi (Defining Images): Mention DATA-P arg of create-image.
2785
6ac8a822
KS
27862005-01-14 Kim F. Storm <storm@cua.dk>
2787
88948d55
KS
2788 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
2789
6ac8a822
KS
2790 * text.texi (Links and Mouse-1): Fix string and vector item.
2791
20d6de82
RS
27922005-01-13 Richard M. Stallman <rms@gnu.org>
2793
2794 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
2795 descriptions of overriding-local-map and overriding-terminal-local-map.
2796
2797 * text.texi (Links and Mouse-1): Clarify text.
2798
f75a592e
KS
27992005-01-13 Kim F. Storm <storm@cua.dk>
2800
2801 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
2802
910f60b1
TTN
28032005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
2804
2805 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
2806
37181fc4
KS
28072005-01-12 Kim F. Storm <storm@cua.dk>
2808
2809 * text.texi (Links and Mouse-1): Rename section from Enabling
2810 Mouse-1 to Following Links. Change xrefs.
2811 Add examples for define-button-type and define-widget.
2812
2813 * display.texi (Button Properties, Button Buffer Commands):
2814 Clarify mouse-1 and follow-link functionality.
2815
28f94a34
RS
28162005-01-12 Richard M. Stallman <rms@gnu.org>
2817
2818 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
2819
2820 * display.texi (Beeping): Fix Texinfo usage.
2821
2822 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
2823
bac2d936
KS
28242005-01-11 Kim F. Storm <storm@cua.dk>
2825
2826 * display.texi (Button Properties, Button Buffer Commands):
93381d62 2827 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
2828
2829 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
2830 (Enabling Mouse-1 to Follow Links): New subsection.
2831
de968ddb
RS
28322005-01-06 Richard M. Stallman <rms@gnu.org>
2833
2834 * text.texi (Special Properties): Minor change.
2835
2836 * os.texi (Timers): Clarify previous change.
2837
2838 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
2839
a3a43b3b
LT
28402005-01-01 Luc Teirlinck <teirllm@auburn.edu>
2841
2842 * display.texi (Face Attributes): Correct xref to renamed node.
2843
732bb9ce
RS
28442005-01-01 Richard M. Stallman <rms@gnu.org>
2845
2846 * display.texi (Face Attributes): Describe hex color specs.
2847
c734ae59
RS
28482004-12-31 Richard M. Stallman <rms@gnu.org>
2849
2850 * os.texi (Timers): Update previous change.
2851
33b2f4ea
KS
28522004-12-30 Kim F. Storm <storm@cua.dk>
2853
2854 * display.texi (Line Height): Total line-height is now specified
2855 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
2856 in cons cells. (nil . RATIO) is relative to actual line height.
2857 Use line-height `t' instead of `0' to get minimum height.
2858
99ec74b9
RS
28592004-12-29 Richard M. Stallman <rms@gnu.org>
2860
2861 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
2862
eab463f6
RS
28632004-12-28 Richard M. Stallman <rms@gnu.org>
2864
2865 * commands.texi (Quitting): Clarify value of with-local-quit.
2866
2867 * elisp.texi (Top): Fix previous change.
2868
2869 * loading.texi (Loading): Fix previous change.
2870
ebbd14f1
RS
28712004-12-27 Richard M. Stallman <rms@gnu.org>
2872
4ae98fc5
RS
2873 * Makefile.in (MAKEINFO): Specify --force.
2874
8f430046
RS
2875 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
2876
56011a8c
RS
2877 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
2878
2879 * display.texi (Line Height): Further clarify.
2880
2881 * elisp.texi (Top): Update Loading submenu.
2882
ebbd14f1
RS
2883 * loading.texi (Where Defined): New node.
2884 (Unloading): load-history moved to Where Defined.
2885
fda2922a
RS
28862004-12-21 Richard M. Stallman <rms@gnu.org>
2887
2888 * commands.texi (Event Input Misc): Add while-no-input.
2889
9eb8959a
RS
28902004-12-11 Richard M. Stallman <rms@gnu.org>
2891
2892 * display.texi (Line Height): Rewrite text for clarity.
2893
adf87c29
KS
28942004-12-11 Kim F. Storm <storm@cua.dk>
2895
2896 * display.texi (Display): Add node "Line Height" to menu.
2897 (Line Height): New node. Move full description of line-spacing
2898 and line-height text properties here from text.texi.
2899 (Scroll Bars): Add vertical-scroll-bar variable.
2900
2901 * frames.texi (Window Frame Parameters): Remove line-height defvar.
2902
2903 * locals.texi (Standard Buffer-Local Variables): Fix xref for
2904 line-spacing and vertical-scroll-bar.
2905
2906 * text.texi (Special Properties): Just mention line-spacing and
2907 line-height here, add xref to new "Line Height" node.
2908
31e4729e
TTN
29092004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
2910
2911 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
2912
2913 * locals.texi (Standard Buffer-Local Variables):
2914 Add @xref for `line-spacing'.
2915
cc60c723
RS
29162004-12-05 Richard M. Stallman <rms@gnu.org>
2917
2918 * Makefile.in (maintainer-clean): Remove the info files
2919 in $(infodir) where they are created.
2920
f6101ac9
RS
29212004-12-03 Richard M. Stallman <rms@gnu.org>
2922
2923 * windows.texi (Selecting Windows): get-lru-window and
2924 get-largest-window don't consider dedicated windows.
2925
2926 * text.texi (Undo): Document undo-in-progress.
2927
94221759
RS
29282004-11-26 Richard M. Stallman <rms@gnu.org>
2929
2930 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
2931 Remove a few vars that are not always buffer-local.
2932
7092c5e8
LT
29332004-11-24 Luc Teirlinck <teirllm@auburn.edu>
2934
2935 * locals.texi (Standard Buffer-Local Variables): Comment out
2936 xref's to non-existent node `Yet to be written'.
2937
261b01c6
RS
29382004-11-24 Richard M. Stallman <rms@gnu.org>
2939
2940 * processes.texi (Synchronous Processes): Grammar fix.
2941
2942 * numbers.texi (Comparison of Numbers): Add eql.
2943
2944 * locals.texi (Standard Buffer-Local Variables): Add many vars.
2945
2946 * intro.texi (Printing Notation): Fix previous change.
2947
2948 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
2949 and default-indicate-buffer-boundaries from here.
2950 (Usual Display): To here.
2951 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
2952 (Usual Display): Move tab-width up.
2953
2954 * customize.texi (Variable Definitions): Replace
2955 show-paren-mode example with tooltip-mode.
7092c5e8 2956 (Simple Types, Composite Types, Defining New Types):
261b01c6 2957 Minor cleanups.
7092c5e8 2958
c1aa4864
JH
29592004-11-21 Jesper Harder <harder@ifa.au.dk>
2960
2961 * processes.texi (Synchronous Processes, Output from Processes):
2962 Markup fix.
2963
dedbac89
RS
29642004-11-20 Richard M. Stallman <rms@gnu.org>
2965
07c8c65a
RS
2966 * positions.texi (Skipping Characters): skip-chars-forward
2967 now handles char classes.
2968
8f40a868
RS
2969 * intro.texi (Printing Notation): Avoid confusion of `print'
2970 when explaining @print.
2971
2972 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
2973
2974 * display.texi (Display Table Format): Minor fix.
2975
2976 * streams.texi (Output Functions): Fix print example.
2977
fd6866c8
RS
2978 * Makefile.in (elisp): New target.
2979 (dist): Depend on $(infodir)/elisp, not elisp.
2980 Copy the info files from $(infodir).
2981
9d00469f
RS
2982 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
2983 read-from-minibuffer.
2984
dedbac89
RS
2985 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
2986
6de891db
RS
29872004-11-19 Richard M. Stallman <rms@gnu.org>
2988
2989 * searching.texi (Regexp Search): Add search-whitespace-regexp.
2990
e1c1c5a7
TTN
29912004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
2992
2993 * tips.texi (Coding Conventions): Fix typo.
2994
ee31cd78
RS
29952004-11-16 Richard M. Stallman <rms@gnu.org>
2996
2997 * tips.texi (Coding Conventions): Separate defvar and require
2998 methods to avoid warnings. Use require only when there are many
2999 functions and variables from that package.
3000
3001 * minibuf.texi (Minibuffer Completion): When ignoring case,
3002 predicate must not be case-sensitive.
3003
3004 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
3005 (Test Coverage): Don't talk about "splotches". Clarified.
3006
4bd38e94
TTN
30072004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
3008
3009 * frames.texi (Window Frame Parameters): Fix typo.
3010
6d073ae1
KS
30112004-11-15 Kim F. Storm <storm@cua.dk>
3012
9f89426b
KS
3013 * symbols.texi (Other Plists): Note that plist-get may signal error.
3014 Add safe-plist-get.
6d073ae1 3015
10980463
TTN
30162004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
3017
3018 * modes.texi (Font Lock Basics): Fix typo.
3019
1efc19eb
RS
30202004-11-08 Richard M. Stallman <rms@gnu.org>
3021
3022 * syntax.texi (Syntax Table Functions): Add syntax-after.
3023
6159c232
EZ
30242004-11-06 Lars Brinkhoff <lars@nocrew.org>
3025
3026 * os.texi (Processor Run Time): New section documenting
3027 get-internal-run-time.
3028
59dede22
EZ
30292004-11-06 Eli Zaretskii <eliz@gnu.org>
3030
3031 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
3032 it nukes elisp-cover.texi.
3033 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
3034 elisp-0 etc.
3035
4cc8522c
LT
30362004-11-05 Luc Teirlinck <teirllm@auburn.edu>
3037
3038 * commands.texi (Keyboard Macros): Document `append' return value
3039 of `defining-kbd-macro'.
3040
2d1ef312
RS
30412004-11-01 Richard M. Stallman <rms@gnu.org>
3042
3043 * commands.texi (Interactive Call): Add called-interactively-p.
3044
6f4e005d
SJ
30452004-10-29 Simon Josefsson <jas@extundo.com>
3046
3047 * minibuf.texi (Reading a Password): Revert.
3048
4f71c13f
RS
30492004-10-28 Richard M. Stallman <rms@gnu.org>
3050
3051 * frames.texi (Display Feature Testing): Explain about "vendor".
3052
4660a9e3
RS
30532004-10-27 Richard M. Stallman <rms@gnu.org>
3054
3055 * commands.texi (Interactive Codes): `N' uses numeric prefix,
3056 not raw. Clarify `n'.
3057 (Interactive Call): Rewrite interactive-p, focusing on when
3058 and how to use it.
3059 (Misc Events): Clarify previous change.
3060
3061 * advice.texi (Simple Advice): Clarify what job the example does.
3062 (Around-Advice): Clarify ad-do-it.
3063 (Activation of Advice): An option of ad-default-compilation-action
3064 is `never', not `nil'.
3065
c8636435
KS
30662004-10-26 Kim F. Storm <storm@cua.dk>
3067
3068 * commands.texi (Interactive Codes): Add U code letter.
3069
acd4089b
SJ
30702004-10-25 Simon Josefsson <jas@extundo.com>
3071
3072 * minibuf.texi (Reading a Password): Add.
3073
29dc7809
JR
30742004-10-24 Jason Rumney <jasonr@gnu.org>
3075
9b7fa297 3076 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
29dc7809
JR
3077 and wheel-down.
3078
bb5d6d34
KG
30792004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3080
3081 * processes.texi (Synchronous Processes): Document process-file.
3082
d0ee2ed3
KH
30832004-10-22 Kenichi Handa <handa@m17n.org>
3084
3085 * text.texi (translate-region): Document that it accepts also a
3086 char-table.
3087
38be9dbb
DP
30882004-10-22 David Ponce <david@dponce.com>
3089
3090 * windows.texi (Resizing Windows): Document the `preserve-before'
3091 argument of the functions `enlarge-window' and `shrink-window'.
3092
63c80452
JR
30932004-10-19 Jason Rumney <jasonr@gnu.org>
3094
3095 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3096
9f4b6e73
LT
30972004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3098
3099 * text.texi (Filling): Add anchor for definition of
3100 `sentence-end-double-space'.
3101
3102 * searching.texi (Regexp Example): Update description of how
3103 Emacs currently recognizes the end of a sentence.
3104 (Standard Regexps): Update definition of the variable
3105 `sentence-end'. Add definition of the function `sentence-end'.
3106
657f0f9c
EZ
31072004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3108
3109 * display.texi (Progress): New node.
3110
35ab4857
KS
31112004-10-05 Kim F. Storm <storm@cua.dk>
3112
3113 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3114
f2a54fbc
KS
31152004-09-29 Kim F. Storm <storm@cua.dk>
3116
3117 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3118 to identify bitmaps. Remove -fringe-bitmap suffix for standard
3119 fringe bitmap symbols, as they now have their own namespace.
3120 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3121 vs. pixels. Signal error if no free bitmap slots.
3122 (Pixel Specification): Change IMAGE to @var{image}.
3123
4676d6f3
RS
31242004-09-28 Richard M. Stallman <rms@gnu.org>
3125
3126 * text.texi (Special Properties): Clarify line-spacing and line-height.
3127
3128 * searching.texi (Regexp Search): Add looking-back.
3129
17234906
LT
31302004-09-25 Luc Teirlinck <teirllm@auburn.edu>
3131
3132 * display.texi: Correct typos.
3133 (Image Descriptors): Correct xref's.
3134
4de43c8b
RS
31352004-09-25 Richard M. Stallman <rms@gnu.org>
3136
3137 * text.texi (Special Properties): Cleanups in `cursor'.
3138 Rewrites in `line-height' and `line-spacing'; exchange them.
3139
3140 * display.texi (Fringes): Rewrite previous change.
3141 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
3142 (Display Fringe Bitmaps): Node deleted, text moved.
3143 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
3144 (Scroll Bars): Clarify set-window-scroll-bars.
3145 (Pointer Shape): Rewrite.
3146 (Specified Space): Clarify :align-to, etc.
3147 (Pixel Specification): Use @var. Clarify new text.
3148 (Other Display Specs): Clarify `slice'.
3149 (Image Descriptors): Cleanups.
3150 (Showing Images): Cleanups.
3151
a3ee0299
LT
31522004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3153
e88ebce6
LT
3154 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3155
a3ee0299
LT
3156 * modes.texi: Various minor changes in addition to:
3157 (Major Mode Conventions): Final call to `run-mode-hooks' should
3158 not be inside the `delay-mode-hooks' form.
3159 (Mode Hooks): New node.
3160 (Hooks): Delete obsolete example.
3161 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3162 node "Mode Hooks".
3163
6db2bc02
LT
31642004-09-22 Luc Teirlinck <teirllm@auburn.edu>
3165
3166 * display.texi: Correct various typos.
3167 (Display): Rename node "Pointer Shapes" to "Pointer
3168 Shape". (There is already a node called "Pointer Shapes" in
3169 frames.texi.)
3170 (Images): Remove non-existent node "Image Slices" from menu.
3171
ed2846bd
KS
31722004-09-23 Kim F. Storm <storm@cua.dk>
3173
3174 * text.texi (Special Properties): Add `cursor', `pointer',
3175 `line-height', and `line-spacing' properties.
3176
3177 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3178 Shapes' to menu.
3179 (Standard Faces): Doc fix for fringe face.
3180 (Fringes): Add `overflow-newline-into-fringe' and
3181 'indicate-buffer-boundaries'.
3182 (Fringe Bitmaps, Pointer Shapes): New nodes.
3183 (Display Property): Add 'Pixel Specification' and 'Display Fringe
3184 Bitmaps' to menu.
3185 (Specified Space): Describe pixel width and height.
3186 (Pixel Specification): New node.
3187 (Other Display Specs): Add `slice' property.
3188 (Display Fringe Bitmaps): New node.
3189 (Images): Add 'Image Slices' to menu.
3190 (Image Descriptors): Add `:pointer' and `:map' properties.
3191 (Showing Images): Add slice arg to `insert-image'. Add
3192 'insert-sliced-image'.
3193
4d894c98
RS
31942004-09-20 Richard M. Stallman <rms@gnu.org>
3195
3196 * commands.texi (Key Sequence Input):
3197 Clarify downcasing in read-key-sequence.
3198
7e388eb7
JL
31992004-09-08 Juri Linkov <juri@jurta.org>
3200
3201 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3202
a020987f
LT
32032004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3204
3205 * locals.texi (Standard Buffer-Local Variables): Add
3206 `buffer-auto-save-file-format'.
3207 * internals.texi (Buffer Internals): Describe new
3208 auto_save_file_format field of the buffer structure.
3209 * files.texi (Format Conversion): `auto-save-file-format' has been
3210 renamed `buffer-auto-save-file-format'.
3211
2b96f80c
LT
32122004-08-27 Luc Teirlinck <teirllm@auburn.edu>
3213
3214 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3215 an integer or a marker.
3216 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3217
2ee3b79e
RS
32182004-08-22 Richard M. Stallman <rms@gnu.org>
3219
3220 * modes.texi (Major Mode Conventions): Discuss rebinding of
3221 standard key bindings.
3222
c438dc33
KS
32232004-08-18 Kim F. Storm <storm@cua.dk>
3224
3225 * processes.texi (Accepting Output): Add `just-this-one' arg to
3226 `accept-process-output'.
101c421e 3227 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 3228
db8af011
LT
32292004-08-10 Luc Teirlinck <teirllm@auburn.edu>
3230
3231 * keymaps.texi: Various changes in addition to:
3232 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3233 Give more varied examples for `kbd'.
3234 (Creating Keymaps): Char tables have slots for all characters
3235 without modifiers.
3236 (Active Keymaps): `overriding-local-map' and
3237 `overriding-terminal-local-map' also override text property and
3238 overlay keymaps.
3239 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3240 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3241 to denote a prefix of no events.
3242 `map-keymap' includes parent's bindings _recursively_.
3243 Clarify and correct description of `where-is-internal'.
3244 Mention BUFFER-OR-NAME arg to `describe-bindings'.
3245 (Menu Example): For menus intended for use with the keyboard, the
3246 menu items should be bound to characters or real function keys.
3247
de700726
LT
32482004-08-08 Luc Teirlinck <teirllm@auburn.edu>
3249
30e75a87
LT
3250 * objects.texi (Character Type): Reposition `@anchor' to prevent
3251 double space inside sentence in Info.
3252
de700726
LT
3253 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3254 renamed to `disabled-command-function'.
7c5b95c9 3255 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
3256 (Command Loop Info): Replace reference to it.
3257 (Disabling Commands): `disabled-command-hook' has been renamed to
3258 `disabled-command-function'.
3259
81909a1a
LT
32602004-08-07 Luc Teirlinck <teirllm@auburn.edu>
3261
3262 * os.texi (Translating Input): Only non-prefix bindings in
3263 `key-translation-map' override actual key bindings. Warn about
3264 possible indirect effect of actual key bindings on non-prefix
3265 bindings in `key-translation-map'.
3266
5504e99c
LT
32672004-08-06 Luc Teirlinck <teirllm@auburn.edu>
3268
3269 * minibuf.texi (High-Level Completion): Add anchor for definition
3270 of `read-variable'.
3271
3272 * commands.texi: Various changes in addition to:
3273 (Using Interactive): Clarify description of `interactive-form'.
3274 (Interactive Call): Mention default for KEYS argument to
3275 `call-interactively'.
3276 (Command Loop Info): Clarify description of `this-command-keys'.
3277 Mention KEEP-RECORD argument to `clear-this-command-keys'.
3278 Value of `last-event-frame' can be `macro'.
3279 (Repeat Events): `double-click-fuzz' is also used to distinguish
3280 clicks and drags.
3281 (Classifying Events): Clarify descriptions of `event-modifiers'
3282 `event-basic-type' and `event-convert-list'.
3283 (Accessing Events): `posn-timestamp' takes POSITION argument.
3284 (Quoted Character Input): Clarify description of
3285 `read-quoted-char' and fix example.
3286 (Quitting): Add `with-local-quit'.
3287 (Disabling Commands): Correct and clarify descriptions of
3288 `enable-command' and `disable-command'.
3289 Mention what happens if `disabled-command-hook' is nil.
3290 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
3291 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
3292
f478a72a
LT
32932004-07-24 Luc Teirlinck <teirllm@auburn.edu>
3294
3295 * frames.texi: Various changes in addition to:
3296 (Creating Frames): Expand and clarify description of `make-frame'.
3297 (Window Frame Parameters): Either none or both of the `icon-left'
3298 and `icon-top' parameters must be specified. Put descriptions of
3299 `menu-bar-lines' and `toolbar-lines' closer together and change
3300 them accordingly.
3301 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
3302 except while processing `frame-title-format' or `icon-title-format'.
3303 (Deleting Frames): Correct description of `delete-frame'.
3304 Non-nil return values of `frame-live-p' are like those of `framep'.
9b7fa297 3305 (Frames and Windows): Mention return value of
f478a72a
LT
3306 `set-frame-selected-window'.
3307 (Visibility of Frames): Mention `force' argument to
3308 `make-frame-invisible'. `frame-visible-p' returns t for all
3309 frames on text-only terminals.
3310 (Frame Configurations): Restoring a frame configuration does not
3311 restore deleted frames.
3312 (Window System Selections): `x-set-selection' returns DATA.
3313 (Resources): Add example.
3314 (Display Feature Testing): Clarify descriptions of
3315 `display-pixel-height', `display-pixel-width', `x-server-version'
3316 and `x-server-vendor'.
3317
3318 * windows.texi (Choosing Window): Add anchor.
3319 * minibuf.texi (Minibuffer Misc): Add anchor.
3320
bc135062
JPW
33212004-07-23 John Paul Wallington <jpw@gnu.org>
3322
3323 * macros.texi (Defining Macros): Declaration keyword for setting
3324 Edebug spec is `debug' not `edebug'.
3325
cb7516e5
LT
33262004-07-19 Luc Teirlinck <teirllm@auburn.edu>
3327
3328 * windows.texi: Various small changes in addition to:
3329 (Window Point): Mention return value of `set-window-point'.
3330 (Window Start): `pos-visible-in-window-p' disregards horizontal
3331 scrolling. Explain return value if PARTIALLY is non-nil.
3332 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
3333 and `set-window-vscroll'.
3334 (Size of Window): The argument WINDOW to `window-inside-edges',
3335 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
3336 (Resizing Windows): Explain return value of
3337 `shrink-window-if-larger-than-buffer'.
3338 `window-size-fixed' automatically becomes buffer local when set.
3339 (Window Configurations): Explain return value of
3340 `set-window-configuration'.
3341
3342 * minibuf.texi (Minibuffer Misc): Add anchor for
3343 `minibuffer-scroll-window'.
3344
3345 * positions.texi (Text Lines): Add anchor for `count-lines'.
3346
3751eb00
RS
33472004-07-17 Richard M. Stallman <rms@gnu.org>
3348
3349 * display.texi (Overlay Properties): Adding `evaporate' prop
3350 deletes empty overlay immediately.
3351
3352 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
3353 fix example.
3354
9a7e97c6
LT
33552004-07-16 Jim Blandy <jimb@redhat.com>
3356
3357 * searching.texi (Regexp Backslash): Document new \_< and \_>
3358 operators.
3359
aa0e4da8
JB
33602004-07-16 Juanma Barranquero <lektu@terra.es>
3361
3362 * display.texi (Images): Fix Texinfo usage.
3363
cbbfedb2
LT
33642004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3365
3366 * buffers.texi (Modification Time): `visited-file-modtime' now
3367 returns a list of two integers, instead of a cons.
3368
3a052bd3
LT
33692004-07-13 Luc Teirlinck <teirllm@auburn.edu>
3370
3371 * windows.texi: Various changes in addition to:
3372 (Splitting Windows): Add `split-window-keep-point'.
3373
02c04e6f
RS
33742004-07-09 Richard M. Stallman <rms@gnu.org>
3375
3376 * frames.texi (Input Focus): Minor fix.
3377
cb4f1287
LT
33782004-07-07 Luc Teirlinck <teirllm@auburn.edu>
3379
3380 * frames.texi (Input Focus): Clarify descriptions of
3381 `select-frame-set-input-focus' and `select-frame'.
3382
339902ec
LT
33832004-07-06 Luc Teirlinck <teirllm@auburn.edu>
3384
3385 * os.texi: Various small changes in addition to:
3386 (Killing Emacs): Expand and clarify description of
3387 `kill-emacs-query-functions' and `kill-emacs-hook'.
3388 (System Environment): Expand and clarify description of `getenv'
3389 and `setenv'.
3390 (Timers): Clarify description of `run-at-time'.
3391 (Translating Input): Correct description of
3392 `extra-keyboard-modifiers'.
3393 (Flow Control): Correct description of `enable-flow-control'.
3394
fe3b7e35
TTN
33952004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
3396
3397 * os.texi: Update copyright.
3398 (Session Management): Grammar fix.
3399 Clarify which Emacs does the restarting.
3400 Use @samp for *scratch* buffer.
3401
59db7d6e
LT
34022004-07-04 Alan Mackenzie <acm@muc.de>
3403
3404 * frames.texi (Input Focus): Add documentation for
3405 `select-frame-set-input-focus'. Replace refs to non-existent
3406 `switch-frame' with `select-frame'. Minor corrections and tidying
3407 up of text-only terminal stuff.
3408
e3ccf404
RS
34092004-07-02 Richard M. Stallman <rms@gnu.org>
3410
3411 * files.texi (Saving Buffers): Cleanup write-contents-function.
3412 (Magic File Names): Cleanup file-remote-p.
3413
8addb6eb
KG
34142004-07-02 Kai Grossjohann <kai@emptydomain.de>
3415
3416 * files.texi (Magic File Names): `file-remote-p' returns an
3417 identifier of the remote system, not just t.
3418
7a58d84d
DK
34192004-07-02 David Kastrup <dak@gnu.org>
3420
3421 * searching.texi (Entire Match Data): Add explanation about new
3422 match-data behavior when @var{integers} is non-nil.
3423
d8c379f8
RS
34242004-06-24 Richard M. Stallman <rms@gnu.org>
3425
b4a4b0ae
RS
3426 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3427
d8c379f8
RS
3428 * customize.texi (Variable Definitions): Note about doc strings
3429 and :set.
3430
3431 * keymaps.texi (Keymap Terminology): Document `kbd'.
3432 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3433
3434 * display.texi (Invisible Text): Setting buffer-invisibility-spec
3435 makes it buffer-local.
3436
3437 * files.texi (Saving Buffers): Correct previous change.
3438
3439 * commands.texi (Accessing Events):
3440 Clarify posn-col-row and posn-actual-col-row.
3441
34422004-06-24 David Ponce <david.ponce@wanadoo.fr>
3443
3444 * commands.texi (Accessing Events): New functions
3445 posn-at-point and posn-at-x-y. Add example to posn-x-y.
3446
dce417e7
LT
34472004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3448
3449 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3450 * frames.texi, buffers.texi, backups.texi, variables.texi:
3451 * loading.texi, eval.texi, functions.texi, control.texi:
3452 * symbols.texi, minibuf.texi: Reposition @anchor's.
3453
3454 * help.texi: Various small changes in addition to the following.
3455 (Describing Characters): Describe PREFIX argument to
3456 `key-description'. Correct and clarify definition of
3457 `text-char-description'. Describe NEED-VECTOR argument to
3458 `read-kbd-macro'.
3459 (Help Functions): Clarify definition of `apropos'.
3460
255d07dc
LH
34612004-06-23 Lars Hansen <larsh@math.ku.dk>
3462
3463 * files.texi (Saving Buffers): Correct description of
3464 `write-contents-functions'.
3465
4e9691e9
JB
34662004-06-21 Juanma Barranquero <lektu@terra.es>
3467
3468 * display.texi (Images): Remove redundant @vindex directives.
3469 Rewrite `image-library-alist' doc in active voice.
3470
1ebd4f78
JB
34712004-06-14 Juanma Barranquero <lektu@terra.es>
3472
3473 * display.texi (Images): Document new delayed library loading,
3474 variable `image-library-alist' and (existing but undocumented)
3475 function `image-type-available-p'.
3476
ddfb8369
RS
34772004-06-05 Richard M. Stallman <rms@gnu.org>
3478
3479 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3480 refer the user to the Initial Input node.
3481 (Text from Minibuffer): Likewise.
3482 (Initial Input): New node. Document this feature
3483 and say it is mostly deprecated.
3484
18684a3a
RS
34852004-05-30 Richard M. Stallman <rms@gnu.org>
3486
7a61e456
RS
3487 * loading.texi (Named Features): Clarify return value
3488 and meaning of NOERROR.
3489
18684a3a
RS
3490 * variables.texi (File Local Variables): Minor cleanup.
3491
c8364415
MA
34922004-05-30 Michael Albinus <michael.albinus@gmx.de>
3493
3494 * files.texi (Magic File Names): Add `file-remote-p' as operation
3495 of file name handlers.
3496
08fd1251
RS
34972004-05-29 Richard M. Stallman <rms@gnu.org>
3498
3499 * modes.texi (Minor Mode Conventions): (-) has no special meaning
3500 as arg to a minor mode command.
3501
71d5a208
RS
35022004-05-22 Richard M. Stallman <rms@gnu.org>
3503
3504 * syntax.texi (Syntax Class Table): Word syntax not just for English.
3505
3506 * streams.texi (Output Variables): Doc float-output-format.
3507
3508 * searching.texi (Regexp Special): Nested repetition can be infloop.
3509
3510 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3511 real stack overflow.
3512
3513 * compile.texi: Minor cleanups.
3514
35152004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
3516
3517 * lists.texi (Cons Cells): Explain dotted lists, true lists,
3518 circular lists.
3519 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 3520
022cb162
TTN
35212004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
3522
3523 * modes.texi (Search-based Fontification): Fix typo.
3524
aa7094ba
JB
35252004-05-10 Juanma Barranquero <lektu@terra.es>
3526
3527 * modes.texi (Mode Line Variables): Fix description of
3528 global-mode-string, which is now after which-func-mode, not the
3529 buffer name.
3530
c2383279
LH
35312004-05-07 Lars Hansen <larsh@math.ku.dk>
3532
3533 * modes.texi (Desktop Save Mode): Add.
3534 (Modes): Add menu entry Desktop Save Mode.
3535
3536 * hooks.texi: Add desktop-after-read-hook,
3537 desktop-no-desktop-file-hook and desktop-save-hook.
3538
3539 * locals.texi: Add desktop-save-buffer.
3540
058296d3
JH
35412004-04-30 Jesper Harder <harder@ifa.au.dk>
3542
3543 * display.texi: emacs -> Emacs.
3544
0c54865e
EZ
35452004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3546
3547 * files.texi (Changing Files): Document set-file-times.
3548
d814862a
JB
35492004-04-23 Juanma Barranquero <lektu@terra.es>
3550
3551 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3552
e8d6f886
JH
35532004-04-18 Jesper Harder <harder@ifa.au.dk>
3554
3555 * tips.texi (Coding Conventions): defopt -> defcustom.
3556
3a424014
LT
35572004-04-16 Luc Teirlinck <teirllm@auburn.edu>
3558
3559 * sequences.texi: Various clarifications.
3560
9e860631
LT
35612004-04-14 Luc Teirlinck <teirllm@auburn.edu>
3562
3563 * buffers.texi (Read Only Buffers): Mention optional ARG to
3564 `toggle-read-only'.
3565
5e30a0fb
NR
35662004-04-14 Nick Roberts <nick@nick.uklinux.net>
3567
9e860631 3568 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
3569 returns a full-width window if possible.
3570
619fb950
LT
35712004-04-13 Luc Teirlinck <teirllm@auburn.edu>
3572
3573 * buffers.texi: Various changes in addition to:
3574 (Buffer File Name): Add `find-buffer-visiting'.
3575 (Buffer Modification): Mention optional ARG to `not-modified'.
3576 (Indirect Buffers): Mention optional CLONE argument to
3577 `make-indirect-buffer'.
3578
3579 * files.texi: Various changes in addition to:
3580 (Visiting Functions): `find-file-hook' is now a normal hook.
3581 (File Name Expansion): Explain difference between the way that
3582 `expand-file-name' and `file-truename' treat `..'.
3583 (Contents of Directories): Mention optional ID-FORMAT argument to
3584 `directory-files-and-attributes'.
3585 (Format Conversion): Mention new optional CONFIRM argument to
3586 `format-write-file'.
3587
a2295d32
MB
35882004-04-12 Miles Bader <miles@gnu.org>
3589
3590 * macros.texi (Expansion): Add description of `macroexpand-all'.
3591
571fd4d5
JH
35922004-04-05 Jesper Harder <harder@ifa.au.dk>
3593
3594 * variables.texi (Variable Aliases): Mention
3595 cyclic-variable-indirection.
3596
3597 * errors.texi (Standard Errors): Ditto.
3598
4ba2fd66
LT
35992004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3600
3601 * backups.texi: Various small changes in addition to:
3602 (Making Backups): Mention return value of `backup-buffer'.
3603 (Auto-Saving): Mention optional FORCE argument to
3604 `delete-auto-save-file-if-necessary'.
3605 (Reverting): Mention optional PRESERVE-MODES argument to
3606 `revert-buffer'. Correct description of `revert-buffer-function'.
3607
8f7ea687
JL
36082004-03-22 Juri Linkov <juri@jurta.org>
3609
3610 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
3611 with `Vector Functions'.
3612
3613 * text.texi (Sorting): Add missing quote.
3614
0eeca3c1
LT
36152004-03-14 Luc Teirlinck <teirllm@auburn.edu>
3616
3617 * intro.texi (Lisp History): Replace xref to `cl' manual with
3618 inforef.
3619
e69cfac2
RS
36202004-03-12 Richard M. Stallman <rms@gnu.org>
3621
3622 * intro.texi (Version Info): Add arg to emacs-version.
3623 (Lisp History): Change xref to CL manual.
3624
1b91d47f
LT
36252004-03-09 Luc Teirlinck <teirllm@auburn.edu>
3626
3627 * minibuf.texi (Completion Commands): Add xref to Emacs manual
3628 for Partial Completion mode.
3629
97073664
TTN
36302004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
3631
9b7fa297 3632 * customize.texi: Fix typo. Remove eol whitespace.
97073664 3633
04a6e76b
RS
36342004-03-04 Richard M. Stallman <rms@gnu.org>
3635
3636 * processes.texi: Fix typos.
3637
3638 * lists.texi (Building Lists): Minor clarification.
3639
3640 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
3641 in make-hash-table.
3642
5bb0fcd1
JB
36432004-02-29 Juanma Barranquero <lektu@terra.es>
3644
3645 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
3646 rm, and ignore exit code.
3647
9022d421
EZ
36482004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
3649
3650 * display.texi (Defining Faces): Add description for min-colors.
3651 Update example.
3652
92f5fba2
LT
36532004-02-23 Luc Teirlinck <teirllm@auburn.edu>
3654
3655 * abbrevs.texi: Various corrections and clarifications in addition
3656 to the following:
3657 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
3658
7e83e178
GM
36592004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3660
3661 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
3662
9c5609e8
LT
36632004-02-21 Luc Teirlinck <teirllm@auburn.edu>
3664
e2b9b51f
LT
3665 * text.texi: Various small changes in addition to the following:
3666 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
3667 to delete-horizontal-space.
9b7fa297 3668 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
e2b9b51f
LT
3669 description of yank-handler text property at various places.
3670
7daa0e81
LT
3671 * frames.texi (Window System Selections): Add anchor.
3672
9c5609e8
LT
3673 * syntax.texi (Syntax Table Functions): Clarify and correct
3674 descriptions of make-syntax-table and copy-syntax-table.
3675 (Motion and Syntax): Clarify SYNTAXES argument to
3676 skip-syntax-forward.
3677 (Parsing Expressions): Mention that the return value of
3678 parse-partial-sexp is currently a list of ten rather than nine
3679 elements.
3680 (Categories): Various corrections and clarifications.
3681
d29edb21
LT
36822004-02-17 Luc Teirlinck <teirllm@auburn.edu>
3683
3684 * markers.texi (Marker Insertion Types): Minor change.
3685
3686 * locals.texi (Standard Buffer-Local Variables):
3687 * commands.texi (Interactive Codes, Using Interactive):
3688 * functions.texi (Related Topics): Fix xrefs.
3689
43e48bda
LT
36902004-02-16 Luc Teirlinck <teirllm@auburn.edu>
3691
3692 * lists.texi (Sets And Lists): Update description of delete-dups.
3693
84e34002
RS
36942004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
3695
3696 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
3697
36982004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3699
3700 * frames.texi (Parameter Access): frame-parameters arg is optional.
3701 modify-frame-parameters handles nil for FRAME.
3702 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
3703 are all-or-nothing for certain toolkits.
3704 Mention parameter wait-for-wm.
3705 (Frames and Windows): In frame-first-window and frame-selected-window
3706 the arg is optional.
3707 (Input Focus): In redirect-frame-focus the second arg is optional.
3708 (Window System Selections): Mention selection type CLIPBOARD.
3709 Mention data-type UTF8_STRING.
3710 Mention numbering of cut buffers.
3711 (Resources): Describe x-resource-name.
3712
37132004-02-16 Richard M. Stallman <rms@gnu.org>
3714
3715 * windows.texi (Buffers and Windows): Delete false table
3716 about all-frames.
3717
3718 * syntax.texi (Parsing Expressions): Delete old caveat
3719 about parse-sexp-ignore-comments.
3720
3721 * streams.texi (Output Variables): Add print-quoted.
3722
3723 * lists.texi (Building Lists): Minor cleanup.
3724
3725 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
3726
3727 * display.texi (Overlays): Explain overlays use markers.
3728 (Managing Overlays): Explain front-advance and rear-advance
3729 in more detail.
3730
3731 * loading.texi (Unloading): Document unload-feature-special-hooks.
3732 Get rid of fns-NNN.el file.
3733
37342004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3735
3736 * help.texi (Describing Characters): Fix text-char-description
3737 example output.
3738
3739 * edebug.texi (Using Edebug): Fix example.
3740
3741 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 3742
84e34002
RS
3743 * files.texi (Changing Files): Fix argname.
3744
3745 * calendar.texi: Fix parens, and default values.
3746
3747 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
3748 * nonascii.texi, objects.texi, os.texi: Minor fixes.
3749 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
3750
3751 * positions.texi (Text Lines): Don't add -1 in current-line.
3752
37532004-02-16 Richard M. Stallman <rms@gnu.org>
3754
3755 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
3756
c33b76da
EZ
37572004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
3758
3759 * processes.texi (Low-Level Network): Fix a typo.
3760
9d7271e8
KS
37612004-02-12 Kim F. Storm <storm@cua.dk>
3762
3763 * display.texi (Fringes): Use consistent wording.
3764 Note that window-fringe's window arg is optional.
3765 (Scroll Bars): Use consistent wording.
3766
6827d730
LT
37672004-02-11 Luc Teirlinck <teirllm@auburn.edu>
3768
3769 * tips.texi (Comment Tips): Document the new conventions for
3770 commenting out code.
3771
1cb60b5a
JD
37722004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3773
3774 * positions.texi (Text Lines): Added missing end defun.
3775
7fdd1f62
KS
37762004-02-07 Kim F. Storm <storm@cua.dk>
3777
3778 * positions.texi (Text Lines): Add line-number-at-pos.
3779
eb3c144c
JPW
37802004-02-06 John Paul Wallington <jpw@gnu.org>
3781
3782 * display.texi (Button Properties, Button Buffer Commands):
3783 mouse-2 invokes button, not down-mouse-1.
3784
a1d38d63
JR
37852004-02-04 Jason Rumney <jasonr@gnu.org>
3786
3787 * makefile.w32-in: Sync with Makefile.in changes.
3788
4b574f3d
LT
37892004-02-03 Luc Teirlinck <teirllm@auburn.edu>
3790
3791 * minibuf.texi (Text from Minibuffer): Various corrections and
3792 clarifications.
3793 (Object from Minibuffer): Correct Lisp description of
3794 read-minibuffer.
3795 (Minibuffer History): Clarify description of cons values for
3796 HISTORY arguments.
3797 (Basic Completion): Various corrections and clarifications. Add
3798 completion-regexp-list.
3799 (Minibuffer Completion): Correct and clarify description of
3800 completing-read.
6f6b0433 3801 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
3802 other minor changes.
3803 (High-Level Completion): Various corrections and clarifications.
3804 (Reading File Names): Ditto.
3805 (Minibuffer Misc): Ditto.
3806
d8186297
LT
38072004-01-26 Luc Teirlinck <teirllm@auburn.edu>
3808
3809 * strings.texi (Text Comparison): assoc-string also matches
3810 elements of alists that are strings instead of conses.
3811 (Formatting Strings): Standardize Texinfo usage. Update index
3812 entries.
3813
9adcb5f2
LT
38142004-01-20 Luc Teirlinck <teirllm@auburn.edu>
3815
3816 * lists.texi (Sets And Lists): Add delete-dups.
3817
3e7274ae
LT
38182004-01-15 Luc Teirlinck <teirllm@auburn.edu>
3819
3820 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
3821 special form.
3822 * macros.texi (Defining Macros): Update description of `declare',
3823 which now is a macro.
3824 (Wrong Time): Fix typos.
3825
944e099f
LT
38262004-01-14 Luc Teirlinck <teirllm@auburn.edu>
3827
3828 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 3829 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
3830 and `batch-byte-compile'. In particular, mention and describe
3831 all optional arguments.
3832 (Disassembly): Correct and clarify the description of `disassemble'.
3833
90c3aa59
LT
38342004-01-11 Luc Teirlinck <teirllm@auburn.edu>
3835
3836 * searching.texi: Various small changes in addition to the
3837 following.
3838 (Regexp Example): Adapt to new value of `sentence-end'.
3839 (Regexp Functions): The PAREN argument to `regexp-opt' can be
3840 `words'.
3841 (Search and Replace): Add usage note for `perform-replace'.
3842 (Entire Match Data): Mention INTEGERS and REUSE arguments to
3843 `match-data'.
3844 (Standard Regexps): Update for new values of `paragraph-start'
3845 and `sentence-end'.
3846
583c353d
LT
38472004-01-07 Luc Teirlinck <teirllm@auburn.edu>
3848
3849 * files.texi (Saving Buffers): Clarify descriptions of
3850 `write-contents-functions' and `before-save-hook'.
3851 Make the defvar's for `before-save-hook' and `after-save-hook'
3852 into defopt's.
3853
05faee07
KS
38542004-01-07 Kim F. Storm <storm@cua.dk>
3855
3856 * commands.texi (Click Events): Describe new image and
3857 width/height elements of click events.
3858 (Accessing Events): Add posn-string, posn-image, and
3859 posn-object-width-height. Change posn-object to return either
3860 image or string object.
3861
a0465ec3
SJ
38622004-01-01 Simon Josefsson <jas@extundo.com>
3863
3864 * hooks.texi (Standard Hooks): Add before-save-hook.
3865 * files.texi (Saving Buffers): Likewise.
3866
972c0c49
RS
38672004-01-03 Richard M. Stallman <rms@gnu.org>
3868
3869 * frames.texi (Frames and Windows): Delete frame-root-window.
3870
dbcd463f
LT
38712004-01-03 Luc Teirlinck <teirllm@auburn.edu>
3872
3873 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
3874
3875 * functions.texi: Various small changes in addition to the
3876 following.
3877 (What Is a Function): `functionp' returns nil for macros. Clarify
3878 behavior of this and following functions for symbol arguments.
3879 (Function Documentation): Add `\' in front of (fn @var{arglist})
3880 and explain why.
3881 (Defining Functions): Mention DOCSTRING argument to `defalias'.
3882 Add anchor.
3883 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
3884
02c77ee9
MB
38852004-01-01 Miles Bader <miles@gnu.org>
3886
3887 * display.texi (Buttons): New section.
3888
903a1a91
AS
38892003-12-31 Andreas Schwab <schwab@suse.de>
3890
3891 * numbers.texi (Math Functions): sqrt reports a domain-error
3892 error.
3893 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
3894
697cf92a
LT
38952003-12-30 Luc Teirlinck <teirllm@auburn.edu>
3896
3f70fe82
LT
3897 * tips.texi (Documentation Tips): Update item on hyperlinks in
3898 documentation strings.
3899
697cf92a
LT
3900 * errors.texi (Standard Errors): Various small corrections and
3901 additions.
3902
3903 * control.texi: Various small changes in addition to the
3904 following.
3905 (Signaling Errors): Provide some more details on how `signal'
3906 constructs the error message. Add anchor to the definition of
3907 `signal'.
3908 (Error Symbols): Describe special treatment of `quit'.
3909 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
3910 to emphasize that it has to be a single form.
3911
3912 * buffers.texi: Add anchor.
3913
4d25144d
RS
39142003-12-29 Richard M. Stallman <rms@gnu.org>
3915
3916 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
3917 (Window Configurations): Add window-configuration-frame.
3918
3919 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
3920
3921 * text.texi (Examining Properties): Add get-char-property-and-overlay.
3922 Change arg name in get-char-property.
3923 (Special Properties): Update handling of keymap property.
3924
3925 * strings.texi (Modifying Strings): Add clear-string.
3926 (Text Comparison): Add assoc-string and remove
3927 assoc-ignore-case, assoc-ignore-representation.
3928
3929 * os.texi (Time of Day): Add set-time-zone-rule.
3930
3931 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 3932 report domain-error errors.
4d25144d 3933
697cf92a 3934 * nonascii.texi (Converting Representations):
4d25144d
RS
3935 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
3936 (Encoding and I/O): Add file-name-coding-system.
3937
3938 * modes.texi (Search-based Fontification): Explain that
3939 face specs are symbols with face names as values.
3940
3941 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
3942
3943 * lists.texi (Building Lists): remq moved elsewhere.
3944 (Sets And Lists): remq moved here.
3945 (Association Lists): Refer to assoc-string.
3946
3947 * internals.texi (Garbage Collection): Add memory-use-counts.
3948
3949 * frames.texi (Frames and Windows): Add set-frame-selected-window
3950 and frame-root-window.
3951
697cf92a 3952 * files.texi (Contents of Directories):
4d25144d
RS
3953 Add directory-files-and-attributes.
3954
3955 * display.texi (Refresh Screen): Add force-window-update.
3956 (Invisible Text): Explain about moving point out of invis text.
3957 (Overlay Properties): Add overlay-properties.
3958 (Managing Overlays): Add overlayp.
3959 (GIF Images): Invalid image number displays a hollow box.
3960
3961 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
3962 (Killing Buffers): Add buffer-live-p.
3963
67fafe38
MR
39642003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
3965
3966 * display.texi (Fringes): Fix typo "set-buffer-window".
3967
68e74f25
LT
39682003-12-24 Luc Teirlinck <teirllm@auburn.edu>
3969
3970 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
3971 * nonascii.texi, processes.texi, tips.texi, variables.texi:
3972 Add or change various xrefs and anchors.
3973
3974 * commands.texi: Replace all occurrences of @acronym{CAR} with
3975 @sc{car}, for consistency with the rest of the Elisp manual.
3976 `car' and `cdr' are historically acronyms, but are no longer
3977 widely thought of as such.
3978
3979 * internals.texi (Pure Storage): Mention that `purecopy' does not
3980 copy text properties.
3981 (Object Internals): Now 29 bits are used (in most implementations)
3982 to address Lisp objects.
3983
3984 * variables.texi (Variables with Restricted Values): New node.
3985
3986 * objects.texi (Lisp Data Types): Mention that certain variables
3987 can only take on a restricted set of values and add an xref to
3988 the new node "Variables with Restricted Values".
3989
3990 * eval.texi (Function Indirection): Describe the errors that
3991 `indirect-function' can signal.
3992 (Eval): Clarify the descriptions of `eval-region' and `values'.
3993 Describe `eval-buffer' instead of `eval-current-buffer' and
3994 mention `eval-current-buffer' as an alias for `current-buffer'.
3995 Correct the description and mention all optional arguments.
3996
697cf92a 3997 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
3998 following.
3999 (Converting Representations): Clarify behavior of
4000 `string-make-multibyte' and `string-to-multibyte' for unibyte all
4001 ASCII arguments.
4002 (Character Sets): Document the variable `charset-list' and adapt
4003 the definition of the function `charset-list' accordingly.
4004 (Translation of Characters): Clarify use of generic characters in
4005 `make-translation-table'. Clarify and correct the description of
4006 the use of translation tables in encoding and decoding.
4007 (User-Chosen Coding Systems): Correct and clarify the description
4008 of `select-safe-coding-system'.
4009 (Default Coding Systems): Clarify description of
4010 `file-coding-system-alist'.
4011
a62f71e4
LT
40122003-11-30 Luc Teirlinck <teirllm@auburn.edu>
4013
4014 * strings.texi (Text Comparison): Correctly describe when two
4015 strings are `equal'. Combine and clarify descriptions of
4016 `assoc-ignore-case' and `assoc-ignore-representation'.
4017
4018 * objects.texi (Non-ASCII in Strings): Clarify description of
4019 when a string is unibyte or multibyte.
4020 (Bool-Vector Type): Update examples.
4021 (Equality Predicates): Correctly describe when two strings are
4022 `equal'.
4023
19017752
LT
40242003-11-29 Luc Teirlinck <teirllm@auburn.edu>
4025
4026 * lists.texi (Building Lists): `append' no longer accepts integer
4027 arguments. Update the description of `number-sequence' to reflect
4028 recent changes.
4029 (Sets And Lists): Describe `member-ignore-case' after `member'.
4030
0f6a07a8
KS
40312003-11-27 Kim F. Storm <storm@cua.dk>
4032
4033 * commands.texi (Click Events): Click object may be an images.
4034 Describe (dx . dy) element of click positions.
4035 (Accessing Events): Remove duplicate posn-timestamp.
4036 New functions posn-object and posn-object-x-y.
4037
1ce7c819
KS
40382003-11-23 Kim F. Storm <storm@cua.dk>
4039
4040 * commands.texi (Click Events): Describe enhancements to event
4041 position lists, including new text-pos and (col . row) items.
4042 Mention left-fringe and right-fringe area events.
0f6a07a8 4043 (Accessing Events): New functions posn-area and
1ce7c819
KS
4044 posn-actual-col-row. Mention posn-timestamp. Mention that
4045 posn-point in non-text area still returns buffer position.
4046 Clarify posn-col-row.
4047
cae8ddbb
LH
40482003-11-21 Lars Hansen <larsh@math.ku.dk>
4049
4050 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4051 * anti.texi (File Attributes): Describe removed parameter
4052 ID-FORMAT.
4053
f7f1a248
LT
40542003-11-20 Luc Teirlinck <teirllm@auburn.edu>
4055
68e74f25 4056 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
4057 a position, its buffer is ignored.
4058
4059 * markers.texi (Overview of Markers): Mention it here too.
4060
c5e2fb05
LT
40612003-11-12 Luc Teirlinck <teirllm@auburn.edu>
4062
4063 * numbers.texi (Numeric Conversions): Not just `floor', but also
4064 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
4065
e57d0aa8
LT
40662003-11-10 Luc Teirlinck <teirllm@auburn.edu>
4067
4068 * markers.texi (Creating Markers): Specify insertion type of
4069 created markers. Add xref to `Marker Insertion Types'.
4070 Second argument to `copy-marker' is optional.
4071 (Marker Insertion Types): Mention that most markers are created
4072 with insertion type nil.
4073 (The Mark): Correctly describe when `mark' signals an error.
4074 (The Region): Correctly describe when `region-beginning' and
4075 `region-end' signal an error.
4076
bb3612ec
LT
40772003-11-08 Luc Teirlinck <teirllm@auburn.edu>
4078
4079 * hash.texi (Creating Hash): Clarify description of `eql'.
4080 `makehash' is obsolete.
4081 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4082
4083 * positions.texi (Point): Change description of `buffer-end', so
4084 that it is also correct for floating point arguments.
4085 (List Motion): Correct argument lists of `beginning-of-defun' and
4086 `end-of-defun'.
4087 (Excursions): Add xref to `Marker Insertion Types'.
4088 (Narrowing): Argument to `narrow-to-page' is optional.
4089
cfb8a797
LT
40902003-11-06 Luc Teirlinck <teirllm@auburn.edu>
4091
4092 * streams.texi (Output Streams): Clarify behavior of point for
4093 marker output streams.
4094
c6177909
LT
40952003-11-04 Luc Teirlinck <teirllm@auburn.edu>
4096
4097 * variables.texi (Defining Variables): Second argument to
4098 `defconst' is not optional.
4099 (Setting Variables): Mention optional argument APPEND to
4100 `add-to-list'.
4101 (Creating Buffer-Local): Expand description of
4102 `make-variable-buffer-local'.
4103 (Frame-Local Variables): Expand description of
4104 `make-variable-frame-local'.
4105 (Variable Aliases): Correct description of optional argument
4106 DOCSTRING to `defvaralias'. Mention return value of
4107 `defvaralias'.
4108 (File Local Variables): Add xref to `File variables' in Emacs
4109 Manual. Correct description of `hack-local-variables'. Mention
4110 `safe-local-variable' property. Mention optional second argument
4111 to `risky-local-variable-p'.
4112
b3645067
LT
41132003-11-03 Luc Teirlinck <teirllm@auburn.edu>
4114
4115 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4116
10695e5c
EZ
41172003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4118
4119 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4120 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4121 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4122 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4123 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 4124 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
4125 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4126 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4127 @acronym{FOO}.
4128
a2f4def1
LT
41292003-10-27 Luc Teirlinck <teirllm@auburn.edu>
4130
4131 * strings.texi (Creating Strings): Argument START to `substring'
4132 can not be `nil'. Expand description of
4133 `substring-no-properties'. Correct description of `split-string',
4134 especially with respect to empty matches. Prevent very bad line
4135 break in definition of `split-string-default-separators'.
4136 (Text Comparison): `string=' and `string<' also accept symbols as
4137 arguments.
4138 (String Conversion): More completely describe argument BASE in
4139 `string-to-number'.
5bb0fcd1 4140 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
4141 corresponding object. Clarify behavior of numeric prefix after
4142 `%' in `format'.
4143 (Case Conversion): The argument to `upcase-initials' can be a
4144 character.
4145
a2296bf9
KH
41462003-10-27 Kenichi Handa <handa@m17n.org>
4147
4148 * display.texi (Fontsets): Fix texinfo usage.
4149
885fef7c
KH
41502003-10-25 Kenichi Handa <handa@m17n.org>
4151
4152 * display.texi (Fontsets): Add description of the function
4153 set-fontset-font.
4154
0c6b7a1f
LT
41552003-10-23 Luc Teirlinck <teirllm@auburn.edu>
4156
4157 * display.texi (Temporary Displays): Add xref to `Documentation
4158 Tips'.
4159
4160 * functions.texi (Function Safety): Use inforef instead of pxref
4161 for SES.
4162
c3cda320
AS
41632003-10-23 Andreas Schwab <schwab@suse.de>
4164
4165 * Makefile.in (TEX, texinputdir): Don't define.
4166 (TEXI2DVI): Define.
4167 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4168 add $(srcdir)/index.texi.
4169 ($(infodir)/elisp): Remove index.texi dependency.
4170 (elisp.dvi): Likewise. Use $(TEXI2DVI).
4171 (index.texi): Remove target.
4172 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
4173 (clean): Don't remove index.texi.
4174
c3cda320
AS
4175 * permute-index, index.perm: Remove.
4176 * index.texi: Rename from index.unperm.
4177
e5dadca7
LT
41782003-10-22 Luc Teirlinck <teirllm@auburn.edu>
4179
4180 * tips.texi (Documentation Tips): Document new behavior for face
4181 and variable hyperlinks in Help mode.
4182
6cfb0777
LT
41832003-10-21 Luc Teirlinck <teirllm@auburn.edu>
4184
4185 * objects.texi (Integer Type): Update for extra bit of integer range.
4186 (Character Type): Ditto.
4187
a6eeaa81 41882003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
4189
4190 * numbers.texi (Integer Basics): Add index entries for reading
4191 numbers in hex, octal, and binary.
4192
c8f9ba83
LK
41932003-10-16 Lute Kamstra <lute@gnu.org>
4194
4195 * modes.texi (Mode Line Format): Mention force-mode-line-update's
4196 argument.
4197
b52a26fb
LT
41982003-10-13 Luc Teirlinck <teirllm@auburn.edu>
4199
4200 * windows.texi (Choosing Window): Fix typo.
4201 * edebug.texi (Edebug Execution Modes): Fix typo.
4202
f7005886
RS
42032003-10-13 Richard M. Stallman <rms@gnu.org>
4204
4205 * windows.texi (Basic Windows): A window has fringe settings,
4206 display margins and scroll-bar settings.
4207 (Splitting Windows): Doc split-window return value.
4208 Clean up one-window-p.
4209 (Selecting Windows): Fix typo.
4210 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4211 (Buffers and Windows): In set-window-buffer, explain effect
4212 on fringe settings and scroll bar settings.
4213 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4214 (Choosing Window): Use defopt for pop-up-frame-function.
4215 For special-display-buffer-names, explain same-window and same-frame.
4216 Clarify window-dedicated-p return value.
4217 (Textual Scrolling): scroll-up and scroll-down can get an error.
4218 (Horizontal Scrolling): Clarify auto-hscroll-mode.
4219 Clarify set-window-hscroll.
4220 (Size of Window): Don't mention tool bar in window-height.
4221 (Coordinates and Windows): Explain what coordinates-in-window-p
4222 returns for fringes and display margins.
4223 (Window Configurations): Explain saving fringes, etc.
4224
4225 * tips.texi (Library Headers): Clean up Documentation.
4226
4227 * syntax.texi (Parsing Expressions): Clean up forward-comment
4228 and parse-sexp-lookup-properties.
4229
4230 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4231
4232 * os.texi (System Environment): Clean up text for load-average errors.
4233
4234 * modes.texi (Hooks): Don't explain local hook details at front.
4235 Clarify run-hooks and run-hook-with-args a little.
4236 Clean up add-hook and remove-hook.
4237
4238 * edebug.texi (Edebug Execution Modes): Clarify t.
4239 Document edebug-sit-for-seconds.
4240 (Coverage Testing): Document C-x X = and =.
4241 (Instrumenting Macro Calls): Fix typo.
4242 (Specification List): Don't index the specification keywords.
4243
c989ebe9
KS
42442003-10-10 Kim F. Storm <storm@cua.dk>
4245
4246 * processes.texi (Network): Introduce make-network-process.
4247
f9525eef
LT
42482003-10-09 Luc Teirlinck <teirllm@auburn.edu>
4249
4250 * tips.texi (Library Headers): Fix typo.
4251
f008b925
LK
42522003-10-07 Juri Linkov <juri@jurta.org>
4253
4254 * modes.texi (Imenu): Mention imenu-create-index-function's
4255 default value. Explain submenus better.
4256
c22c5da6
LK
42572003-10-07 Lute Kamstra <lute@gnu.org>
4258
4259 * modes.texi (Faces for Font Lock): Fix typo.
4260 (Hooks): Explain how buffer-local hook variables can refer to
4261 global hook variables.
4262 Various minor clarifications.
4263
49247521
LK
42642003-10-06 Lute Kamstra <lute@gnu.org>
4265
4266 * tips.texi (Coding Conventions): Mention naming conventions for
4267 hooks.
4268
9296c947
LT
42692003-10-05 Luc Teirlinck <teirllm@auburn.edu>
4270
4271 * loading.texi (Library Search): Correct default value of
4272 load-suffixes.
4273 (Named Features): Fix typo.
4274
0e9b293a
RS
42752003-10-05 Richard M. Stallman <rms@gnu.org>
4276
4277 * loading.texi (Named Features): In `provide',
4278 say how to test for subfeatures.
4279 (Unloading): In unload-feature, use new var name
4280 unload-feature-special-hooks.
4281
49247521 42822003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
4283
4284 * modes.texi (Major Mode Conventions): Mention third way to set up
4285 Imenu.
4286 (Imenu): A number of small fixes.
4287 Delete documentation of internal variable imenu--index-alist.
4288 Document the return value format of imenu-create-index-function
4289 functions.
4290
ab8f7d5c
RS
42912003-09-30 Richard M. Stallman <rms@gnu.org>
4292
4293 * processes.texi (Network): Say what stopped datagram connections do.
4294
4295 * lists.texi (Association Lists): Clarify `assq-delete-all'.
4296
4297 * display.texi (Overlay Properties): Clarify `evaporate' property.
4298
49247521 42992003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
4300
4301 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 4302 constructs should be marked as risky.
86b9b767
LK
4303 Change cons cell into proper list.
4304 (Mode Line Variables): Change cons cell into proper list.
4305
49247521 43062003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
4307
4308 * modes.texi (Mode Line Data): Document the :propertize construct.
4309 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 4310 to match their order in the default mode-line-format.
bc3b02f9
LK
4311 Describe the new variables mode-line-position and mode-line-modes.
4312 Update the default values of mode-line-frame-identification,
4313 minor-mode-alist, and default-mode-line-format.
4314 (Properties in Mode): Mention the :propertize construct.
6142d1d0 4315
bc3b02f9 43162003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 4317
c22c5da6 4318 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
4319 * loading.texi, minibuf.texi, text.texi, variables.texi:
4320 Avoid @strong{Note:}.
4321
43222003-09-26 Richard M. Stallman <rms@gnu.org>
4323
4324 * keymaps.texi (Remapping Commands): Fix typo.
4325
41beda59
LT
43262003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
4327
4328 * processes.texi (Low-Level Network): Fix typo.
4329
ef6ae4ff
KS
43302003-09-23 Kim F. Storm <storm@cua.dk>
4331
4332 * processes.texi (Network, Network Servers): Fix typos.
4333 (Low-Level Network): Add timeout value for :server keyword.
4334 Add new option keywords to make-network-process.
4335 Add set-network-process-options.
4336 Explain how to test availability of network options.
4337
b0f23edf
RS
43382003-09-19 Richard M. Stallman <rms@gnu.org>
4339
4340 * text.texi (Motion by Indent): Arg to
4341 backward-to-indentation and forward-to-indentation is optional.
4342
4343 * strings.texi (Creating Strings): Add substring-no-properties.
4344
4345 * processes.texi
4346 (Process Information): Add list-processes arg QUERY-ONLY.
4347 Delete process-contact from here.
4348 Add new status values for process-status.
4349 Add process-get, process-put, process-plist, set-process-plist.
4350 (Synchronous Processes): Add call-process-shell-command.
4351 (Signals to Processes): signal-process allows process objects.
4352 (Network): Complete rewrite.
4353 (Network Servers, Datagrams, Low-Level Network): New nodes.
4354
4355 * positions.texi (Word Motion): forward-word, backward-word
4356 arg is optional. Reword.
4357
4358 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
4359
c22c5da6 4360 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
4361 Delete duplicate definition of buffer-local-value.
4362 (File Local Variables): Explain about discarding text props.
4363
f387bdea
RS
43642003-09-11 Richard M. Stallman <rms@gnu.org>
4365
4366 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4367 changes variables that record input events.
4368 (Minibuffer Misc): Add minibuffer-selected-window.
4369
4370 * lists.texi (Building Lists): Add copy-tree.
4371
4372 * display.texi (Fontsets): Add char-displayable-p.
4373 (Scroll Bars): New node.
4374
49247521 43752003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
4376
4377 * modes.texi (%-Constructs): Document new `%i' and `%I'
4378 constructs.
4379
fd026ee1
JR
43802003-09-03 Peter Runestig <peter@runestig.com>
4381
4382 * makefile.w32-in: New file.
4383
4828b4d7
RS
43842003-08-29 Richard M. Stallman <rms@gnu.org>
4385
4386 * display.texi (Overlay Properties): Clarify how priorities
4387 affect use of the properties.
4388
a4e4f05d
LT
43892003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4390
4391 * customize.texi (Type Keywords): Correct the description of
4392 `:help-echo' in the case where `motion-doc' is a function.
4393
3ebe0346
JPW
43942003-08-14 John Paul Wallington <jpw@gnu.org>
4395
4396 * modes.texi (Emulating Mode Line): Subsection, not section.
4397
3afe8e39
RS
43982003-08-13 Richard M. Stallman <rms@gnu.org>
4399
4400 * elisp.texi (Top): Update subnode lists in menu.
4401
4402 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4403 (Kill Functions): kill-region has new arg yank-handler.
4404 (Yanking): New node.
4405 (Yank Commands): Add yank-undo-function.
4406 (Low-Level Kill Ring):
4407 kill-new and kill-append have new arg yank-handler.
4408 (Changing Properties): Add remove-list-of-text-properties.
4409 (Atomic Changes): New node.
4410
4411 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4412
4413 * streams.texi (Output Variables): Add eval-expression-print-length
4414 and eval-expression-print-level.
4415
4416 * os.texi (Time Conversion): For encode-time, explain limits on year.
4417
4418 * objects.texi (Character Type): Define anchor "modifier bits".
4419
4420 * modes.texi (Emulating Mode Line): New node.
4421 (Search-based Fontification): Font Lock uses font-lock-face property.
4422 (Other Font Lock Variables): Likewise.
4423
4424 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4425 not vectors.
4426 (Active Keymaps): Add emulation-mode-map-alists.
4427 (Functions for Key Lookup): key-binding has new arg no-remap.
4428 (Remapping Commands): New node.
4429 (Scanning Keymaps): where-is-internal has new arg no-remap.
4430 (Tool Bar): Add tool-bar-local-item-from-menu.
4431 Clarify when to use tool-bar-add-item-from-menu.
4432
4433 * commands.texi (Interactive Call): commandp has new arg.
4434 (Command Loop Info): Add this-original-command.
4435
e37769b1
JPW
44362003-08-06 John Paul Wallington <jpw@gnu.org>
4437
4438 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4439
4440 * display.texi (Warning Basics): Fix typo.
4441 (Fringes): Add closing curly bracket and fix typo.
4442
4443 * elisp.texi (Top): Fix typo.
4444
c5e0561f
RS
44452003-08-05 Richard M. Stallman <rms@gnu.org>
4446
4447 * elisp.texi: Update lists of subnodes.
4448
4449 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4450
4451 * variables.texi (Local Variables): Use lc for example variable names.
4452
4453 * tips.texi (Library Headers): Explain where to put -*-.
4454
4455 * strings.texi (Creating Strings): Fix xref for vconcat.
4456
4457 * sequences.texi (Vector Functions):
4458 vconcat no longer allows integer args.
4459
4460 * minibuf.texi (Reading File Names): read-file-name has new
4461 arg PREDICATE. New function read-directory-name.
4462
4463 * macros.texi (Defining Macros): Give definition of `declare'
4464 (Indenting Macros): New node.
4465
4466 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4467 (Window Frame Parameters): Make separate table of parameters
4468 that are coupled with specific face attributes.
4469 (Deleting Frames): delete-frame-hooks renamed to
4470 delete-frame-functions.
4471
4472 * files.texi (Magic File Names): Add file-remote-p.
4473 Clarify file-local-copy.
4474
4475 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4476 here; instead xref Defining Macros.
4477
4478 * display.texi (Warnings): New node, and subnodes.
4479 (Fringes): New node.
4480
4481 * debugging.texi (Test Coverage): New node.
4482
4483 * compile.texi (Compiler Errors): Explain with-no-warnings
4484 and other ways to suppress warnings.
4485
4486 * commands.texi (Interactive Call): Minor clarification.
4487
4488 * buffers.texi (Buffer File Name): set-visited-file-name
4489 renames the buffer too.
4490
4491 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4492
ee59dede
MR
44932003-07-24 Markus Rost <rost@math.ohio-state.edu>
4494
4495 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4496
f0514b34
MR
44972003-07-22 Markus Rost <rost@math.ohio-state.edu>
4498
4499 * internals.texi (Garbage Collection): Fix previous change.
4500
c73983bb
RS
45012003-07-22 Richard M. Stallman <rms@gnu.org>
4502
4503 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4504
4505 * display.texi (Width): Use \s syntax in example.
4506 (Font Selection): Add face-font-rescale-alist.
4507
4508 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4509 Remove spurious indent in example.
4510
4511 * lists.texi (Building Lists): Add number-sequence.
4512
4513 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4514
4515 * functions.texi (Function Documentation): Explain how to
4516 show calling convention explicitly in the doc string.
4517
4518 * windows.texi (Selecting Windows): save-selected-window saves
4519 selected window of each frame.
4520 (Window Configurations): Minor change.
4521
4522 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4523
4524 * streams.texi (Output Variables): Add print-continuous-numbering
4525 and print-number-table.
4526
4527 * processes.texi (Decoding Output): New node.
4528
4529 * os.texi (Time Conversion): decode-time arg is optional.
4530
4531 * objects.texi (Character Type): Don't use space as example for \.
4532 Make list of char names and \-sequences correspond.
4533 Explain that \s is not used in strings. `\ ' needs space after.
4534
4535 * nonascii.texi (Converting Representations): Add string-to-multibyte.
4536 (Translation of Characters): Add translation-table-for-input.
4537 (Default Coding Systems): Add auto-coding-functions.
4538 (Explicit Encoding): Add decode-coding-inserted-region.
4539 (Locales): Add locale-info.
4540
4541 * minibuf.texi (Basic Completion): Describe test-completion.
4542 Collections can be lists of strings.
4543 Clean up lazy-completion-table.
4544 (Programmed Completion): Mention test-completion.
4545 Clarify why lambda expressions are not accepted.
4546 (Minibuffer Misc): Describe minibufferp.
4547
51a8b435
RS
45482003-07-14 Richard M. Stallman <rms@gnu.org>
4549
4550 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4551
4552 * windows.texi (Selecting Windows): New arg to select-window.
4553 (Selecting Windows): Add with-selected-window.
4554 (Size of Window): Add window-inside-edges, etc.
4555
4556 * internals.texi (Garbage Collection): Add post-gc-hook.
4557
4558 * processes.texi (Subprocess Creation): Add exec-suffixes.
4559
4560 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4561 (Scanning Keymaps): Add map-keymaps.
4562 (Defining Menus): Add keymap-prompt.
4563
4564 * numbers.texi (Integer Basics): Add most-positive-fixnum,
4565 most-negative-fixnum.
4566
4567 * compile.texi (Byte Compilation): Explain no-byte-compile
4568 (Compiler Errors): New node.
4569
4570 * os.texi (User Identification): user-uid, user-real-uid
4571 can return float.
4572
4573 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4574 and about derived modes.
4575 (Minor Modes): Add minor-mode-list.
4576 (Defining Minor Modes): Keyword args for define-minor-mode.
4577 (Search-based Fontification): Explain managing other properties.
4578 (Other Font Lock Variables): Add font-lock-extra-managed-props.
4579 (Faces for Font Lock): Add font-locl-preprocessor-face.
4580 (Hooks): Add run-mode-hooks and delay-mode-hooks.
4581
4582 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 4583 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
4584
4585 * loading.texi (Library Search): Add load-suffixes.
4586
4587 * minibuf.texi (Basic Completion): Add lazy-completion-table.
4588 (Programmed Completion): Add dynamic-completion-table.
4589
4590 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4591 (Magic File Names): Specify precedence order of handlers.
199bb209 4592
51a8b435
RS
4593 * commands.texi (Command Overview): Emacs server runs pre-command-hook
4594 and post-command-hook.
4595 (Waiting): New calling convention for sit-for.
4596
4597 * text.texi (Special Properties): local-map and keymap properties
4598 apply based on their stickiness.
4599
c6de56a0
RS
46002003-07-07 Richard M. Stallman <rms@gnu.org>
4601
4602 * modes.texi (Minor Mode Conventions): Specify only some kinds
4603 of list values as args to minor modes.
4604
4605 * files.texi (File Name Expansion): Warn about iterative use
4606 of substitute-in-file-name.
4607
4608 * advice.texi (Activation of Advice): Clean up previous change.
4609
8c761ea6
MR
46102003-07-06 Markus Rost <rost@math.ohio-state.edu>
4611
4612 * advice.texi (Activation of Advice): Note that ad-start-advice is
4613 turned on by default.
4614
c6de56a0
RS
46152003-06-30 Richard M. Stallman <rms@gnu.org>
4616
4617 * text.texi (Buffer Contents): Document current-word.
4618 (Change Hooks): Not called for *Messages*.
4619
4620 * functions.texi (Defining Functions): Explain about redefining
4621 primitives.
4622 (Function Safety): Renamed. Minor changes.
4623 Comment out the detailed criteria for what is safe.
4624
3fe4e567
AS
46252003-06-22 Andreas Schwab <schwab@suse.de>
4626
4627 * objects.texi (Symbol Type): Fix description of examples.
4628
cda7bd13
AS
46292003-06-16 Andreas Schwab <schwab@suse.de>
4630
4631 * hash.texi (Creating Hash): Fix description of :weakness.
4632
fbcffa4a
KG
46332003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4634
4635 * files.texi (Changing Files): copy-file copies file modes, too.
4636
ff6a3bfb
RS
46372003-05-28 Richard M. Stallman <rms@gnu.org>
4638
4639 * strings.texi (Creating Strings): Clarify split-string.
4640
1463a05d
JB
46412003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
4642
4643 * strings.texi (Creating Strings): Update split-string specification
4644 and examples.
4645
af253914
RS
46462003-05-19 Richard M. Stallman <rms@gnu.org>
4647
4648 * elisp.texi: Correct invariant section names.
4649
7ea52f92
RS
46502003-04-20 Richard M. Stallman <rms@gnu.org>
4651
4652 * os.texi (Timers): Explain about timers and quitting.
4653
e31afc09
RS
46542003-04-19 Richard M. Stallman <rms@gnu.org>
4655
4656 * internals.texi (Writing Emacs Primitives): Strings are
4657 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
4658 Explain GCPRO convention for varargs function args.
4659
5ceea398
RS
46602003-04-16 Richard M. Stallman <rms@gnu.org>
4661
4662 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
4663
b0ada147
RS
46642003-04-08 Richard M. Stallman <rms@gnu.org>
4665
4666 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
4667
b23375aa
KS
46682003-02-13 Kim F. Storm <storm@cua.dk>
4669
4670 * objects.texi (Character Type): New \s escape for space.
4671
c60ee5e7
JB
46722003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
4673
4674 * os.texi (System Environment): Added cygwin system-type.
4675
84e47416
RS
46762003-01-25 Richard M. Stallman <rms@gnu.org>
4677
4678 * keymaps.texi: Document that a symbol can act as a keymap.
4679
3e8cf2ea
RS
46802003-01-13 Richard M. Stallman <rms@gnu.org>
4681
4682 * text.texi (Changing Properties): Say string indices are origin-0.
4683
4684 * positions.texi (Screen Lines) <compute-motion>:
4685 Correct order of elts in return value.
4686
4687 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
4688 how to define a default binding.
4689
7abb9fc5 46902002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 4691
104bc3aa 4692 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 4693
104bc3aa 4694 * customize.texi (Simple Types): Clarify description of custom
9b7fa297 4695 type 'number. Describe new custom type 'float.
177f790c 4696
7abb9fc5 46972002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
4698
4699 * variables.texi (File Local Variables): Fix typo.
4700
df140a68 47012002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 4702
df140a68
KG
4703 From Michael Albinus <Michael.Albinus@alcatel.de>.
4704
4705 * README: Target for Info file is `make info'.
4706
4707 * files.texi (File Name Components): Fixed typos in
4708 `file-name-sans-extension'.
4709 (Magic File Names): Complete list of operations for magic file
4710 name handlers.
4711
7ed9159a
JY
47122002-09-16 Jonathan Yavner <jyavner@engineer.com>
4713
4714 * variables.texi (File Local Variables): New function
4715 risky-local-variable-p.
4716
47172002-09-15 Jonathan Yavner <jyavner@engineer.com>
4718
4719 * functions.texi (Function safety): New node about unsafep.
4720
241f79af
PA
47212002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
4722
4723 * customize.texi (Splicing into Lists): Fixed example.
4724 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
4725
72459b15
JB
47262002-06-17 Juanma Barranquero <lektu@terra.es>
4727
4728 * frames.texi (Display Feature Testing): Fix typo.
4729
61f7e0f5
AS
47302002-06-12 Andreas Schwab <schwab@suse.de>
4731
4732 * frames.texi (Initial Parameters, Resources): Fix references to
4733 the Emacs manual.
4734
4e792dbd
KS
47352002-05-13 Kim F. Storm <storm@cua.dk>
4736
4737 * variables.texi (Intro to Buffer-Local): Updated warning and
4738 example relating to changing buffer inside let.
4739
940344d4 47402002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
4741
4742 * os.texi (Session Management): New node about X Session management.
4743
231ac53b
EZ
47442002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
4745
4746 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
4747 to which the manual corresponds, and the copyright years.
4748
4749 * Makefile.in (VERSION): Set to 2.9.
4750
140cc574
EZ
47512001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
4752
4753 * elisp.texi: Change the category in @dircategory to "Emacs", to
4754 make it consistent with info/dir.
4755
9c7fce05
MB
47562001-11-25 Miles Bader <miles@gnu.org>
4757
4758 * text.texi (Fields): Describe new `limit' arg in
4759 field-beginning/field-end.
4760
9f8bbf0f
EZ
47612001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
4762
a5e6715c
EZ
4763 * permute-index: Don't depend on csh-specific features. Replace
4764 the interpreter name with /bin/sh.
4765
9f8bbf0f
EZ
4766 * two-volume-cross-refs.txt: New file.
4767 * two.el: New file.
4768 * spellfile: New file.
4769
1756e2fb
EZ
47702001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
4771
4772 * permute-index: New file.
4773
4774 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
4775 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
4776 8+3 restricted namespace.
ad050e54
EZ
4777
4778 * Makefile.in (infodir): Define relative to $(srcdir).
4779 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
4780 include directories list via -I switch to makeinfo.
4781 (index.texi): Use cp if both hard and symbolic links fail.
4782
10fa7f8e
EZ
47832001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
4784
7a1494ce
EZ
4785 * Makefile.in (distclean): Add.
4786
10fa7f8e
EZ
4787 The following changes make ELisp manual part of the Emacs
4788 distribution:
4789
4790 * Makefile.in: Add Copyright notice.
4791 (prefix): Remove.
4792 (infodir): Change value to "../info".
4793 (VPATH): New variable.
4794 (MAKE): Don't define.
4795 (texmacrodir): Don't define.
4796 (texinputdir): Append the existing value of TEXINPUTS.
4797 ($(infodir)/elisp): Instead of just "elisp". Reformat the
4798 command to be compatible with man/Makefile.in, and to put the
4799 output into ../info.
5c32b7c5 4800 (info): Add target.
10fa7f8e
EZ
4801 (installall): Target removed.
4802
ad050e54 48032001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
4804
4805 * tips.texi (Coding Conventions): Fix typo.
4806
6fd735df
GM
48072001-10-23 Gerd Moellmann <gerd@gnu.org>
4808
4809 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
4810
b704d54b
EZ
48112001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4812
4813 * files.texi (File Name Components): Update the description of
4814 file-name-sans-extension and file-name-extension, as they now
4815 ignore leading dots.
4816
71431a0e
GM
48172001-10-20 Gerd Moellmann <gerd@gnu.org>
4818
6aa97356 4819 * (Version 21.1 released.)
71431a0e 4820
79f1f96c
MB
48212001-10-19 Miles Bader <miles@gnu.org>
4822
4823 * positions.texi (Text Lines): Describe behavior of
4824 `beginning-of-line'/`end-of-line' in the presence of field properties.
4825
892a8f36
GM
48262001-10-17 Gerd Moellmann <gerd@gnu.org>
4827
4828 * Makefile.in (VERSION): Set to 2.8.
4829 (manual): Use `manual-21'.
4830
8c1cc9e8 4831 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
4832 number was used. Set it to 2.8.
4833
4834 * intro.texi: Likewise.
4835
51724e26
EZ
48362001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4837
4838 * files.texi (File Name Completion): Document the significance of
4839 a trailing slash in elements of completion-ignored-extensions.
4840
57b338e8
MB
48412001-10-06 Miles Bader <miles@gnu.org>
4842
4843 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
4844
c89e4bc5
GM
48452001-10-04 Gerd Moellmann <gerd@gnu.org>
4846
4847 * variables.texi (Variable Aliases): New node.
4848
ab952a4f
GM
48492001-10-04 Gerd Moellmann <gerd@gnu.org>
4850
4851 * Branch for 21.1.
dff28924 4852
9db3a582
MB
48532001-10-02 Miles Bader <miles@gnu.org>
4854
ae1a9581
MB
4855 * minibuf.texi (Minibuffer Misc): Add entries for
4856 `minibuffer-contents', `minibuffer-contents-no-properties', and
4857 `delete-minibuffer-contents'.
4858 Correct description for `minibuffer-prompt-end'.
4859
9db3a582
MB
4860 * text.texi (Property Search): Correct descriptions of
4861 `next-char-property-change' and `previous-char-property-change'.
4862 Add entries for `next-single-char-property-change' and
4863 `previous-single-char-property-change'.
4864 Make operand names a bit more consistent.
4865
03be5931
EZ
48662001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
4867
4868 * frames.texi (Finding All Frames): Document that next-frame and
4869 previous-frame are local to current terminal.
4870
974548ec
EZ
48712001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
4872
4873 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 4874 result of make-keymap.
974548ec 4875
8d82c597
EZ
48762001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
4877
4878 * display.texi (Font Lookup, Attribute Functions)
4879 (Image Descriptors): Add cross-references to the definition of
4880 selected frame.
4881
4882 * buffers.texi (The Buffer List): Add cross-references to the
4883 definition of selected frame.
4884
4885 * frames.texi (Input Focus): Clarify which frame is _the_ selected
4886 frame at any given time.
4887 (Multiple Displays, Size and Position): Add a cross-reference to
4888 the definition of the selected frame.
4889
2842de30
EZ
48902001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4891
4892 * strings.texi (String Conversion) <string-to-number>: Document
4893 that a float is returned for integers that are too large.
4894
4895 * frames.texi (Mouse Position): Document mouse-position-function.
4896 (Display Feature Testing): Document display-images-p.
4897 (Window Frame Parameters): Document the cursor-type variable.
4898
4899 * numbers.texi (Integer Basics): Document CL style read syntax for
4900 integers in bases other than 10.
4901
4902 * positions.texi (List Motion): Document
4903 open-paren-in-column-0-is-defun-start.
4904
4905 * lists.texi (Sets And Lists): Document member-ignore-case.
4906
4907 * internals.texi (Garbage Collection): Document the used and free
4908 strings report.
4909 (Memory Usage): Document strings-consed.
4910
4911 * os.texi (Time of Day): Document float-time.
4912 (Recording Input): Document that clear-this-command-keys clears
4913 the vector to be returned by recent-keys.
4914
4915 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
4916 argument keymap can be a list.
4917
4918 * nonascii.texi (User-Chosen Coding Systems)
4919 <select-safe-coding-system>: Document the new argument
4920 accept-default-p and the variable
4921 select-safe-coding-system-accept-default-p. Tell what happens if
4922 buffer-file-coding-system is undecided.
4923 (Default Coding Systems): Document auto-coding-regexp-alist.
4924
4925 * display.texi (The Echo Area) <message>: Document
4926 message-truncate-lines.
4927 (Glyphs): Document that the glyph table is unused on windowed
4928 displays.
4929
4930 * help.texi (Describing Characters) <single-key-description>:
4931 Document the new argument no-angles.
4932 (Accessing Documentation) <documentation-property>: Document that
4933 a non-string property is evaluated.
4934 <documentation>: Document that the function-documentation property
4935 is looked for.
4936
4937 * windows.texi (Selecting Windows): Document some-window.
4938
4939 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
4940
4941 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
4942 apropos-mode-hook.
4943
4944 * commands.texi (Using Interactive): Document interactive-form.
4945 (Keyboard Macros): Document kbd-macro-termination-hook.
4946 (Command Loop Info): Document that clear-this-command-keys clears
4947 the vector to be returned by recent-keys.
4948
2d43d823
GM
49492001-09-04 Werner LEMBERG <wl@gnu.org>
4950
4951 * Makefile.in (srcdir, texinputdir): New variables.
4952 (srcs, index.texi, install): Use $(srcdir).
4953 (.PHONY): Remove elisp.dvi.
4954 (elisp): Use -I switch for makeinfo.
4955 (elisp.dvi): Use $(srcdir) and $(texinputdir).
4956 (installall, dist): Use $(srcdir).
4957 Fix path to texinfo.tex.
4958 (maintainer-clean): Add elisp.dvi and elisp.oaux.
4959
fa739b31
GM
49602001-08-30 Gerd Moellmann <gerd@gnu.org>
4961
92a25631
GM
4962 * display.texi (Conditional Display): Adjust to API change.
4963
fa739b31
GM
4964 * configure: New file.
4965
cef68af5
GM
49662001-07-30 Gerd Moellmann <gerd@gnu.org>
4967
4968 * commands.texi (Repeat Events): Add description of
4969 double-click-fuzz.
4970
d1f08d85
SM
49712001-05-08 Stefan Monnier <monnier@cs.yale.edu>
4972
4973 * syntax.texi (Syntax Class Table): Add the missing designator for
4974 comment and string fences.
4975 (Syntax Properties): Add a xref to syntax table internals.
4976 (Syntax Table Internals): Document string-to-syntax.
4977
1e9fc92e
GM
49782001-05-07 Gerd Moellmann <gerd@gnu.org>
4979
4980 * Makefile.in (install): Use install-info command line options
4981 like in Emacs' Makefile.in.
4982
00480554
MB
49832000-12-09 Miles Bader <miles@gnu.org>
4984
4985 * windows.texi (Window Start): Update documentation for
4986 `pos-visible-in-window-p'.
4987
1e344ee2
SM
49882000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4989
4990 * lists.texi (Building Lists): Add footnote to explain how to add
4991 to the end of a list.
4992
a540f6ed
GM
49932000-10-25 Gerd Moellmann <gerd@gnu.org>
4994
4995 * files.texi (Visiting Functions): Typos.
4996
28bcdbee
KH
49972000-10-25 Kenichi Handa <handa@etl.go.jp>
4998
4999 * files.texi (Visiting Functions): Return value of
5000 find-file-noselect may be a list of buffers if wildcards are used.
5001
22d1a4ed
MB
50022000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5003
5004 * display.texi (Defining Faces): Document `graphic' display type
5005 in face specs.
5006
916a89db
KG
50072000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5008
1e9fc92e 5009 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
5010 `after-make-frame-hook' with `after-make-frame-functions'.
5011
1e9fc92e 5012 * frames.texi (Creating Frames): Ditto.
916a89db 5013
1e9fc92e 5014 * variables.texi (Future Local Variables): Ditto.
916a89db 5015
483de32b
GM
50162000-10-16 Gerd Moellmann <gerd@gnu.org>
5017
5018 * display.texi (Other Image Types): Add description of :foreground
5019 and :background properties of mono PBM images.
5020
e23a63a5
WL
50212000-08-17 Werner LEMBERG <wl@gnu.org>
5022
5023 * .cvsignore: New file.
5024
dfc16043
GM
50252000-01-05 Gerd Moellmann <gerd@gnu.org>
5026
5027 * tindex.pl: New script.
5028
602613fe
DL
50291999-12-03 Dave Love <fx@gnu.org>
5030
5031 * Makefile.in (MAKEINFO): New parameter.
5032
94ec544d
DL
50331999-09-17 Richard Stallman <rms@gnu.org>
5034
5035 * Makefile.in (srcs): Add hash.texi.
5036 (VERSION): Update to 20.6.
5037
50381999-09-13 Richard Stallman <rms@gnu.org>
5039
5040 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
5041
50421998-08-29 Karl Heuer <kwzh@gnu.org>
5043
5044 * configure.in: New file.
5045 * Makefile.in: Renamed from Makefile.
5046 (prefix, infodir): Use value obtained from configure.
5047 (emacslibdir): Obsolete variable deleted.
5048 (dist): Distribute configure.in, configure, Makefile.in.
5049
50501998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
5051
5052 * Makefile (INSTALL_INFO): New variable.
5053 (install): Run install-info.
5054
50551998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
5056
5057 * Makefile (elisp.dvi): Add missing backslash.
5058
50591998-05-02 Richard Stallman <rms@psilocin.gnu.org>
5060
5061 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
5062 Run texindex without `./'. Always run texindex on elisp.tp.
5063 (elisp.tps): Target deleted.
5064
50651998-04-05 Richard Stallman <rms@psilocin.gnu.org>
5066
5067 * Makefile (srcs): Add nonascii.texi and customize.texi.
5068 (dist): Start by deleting `temp'.
5069
50701998-02-17 Richard Stallman <rms@psilocin.gnu.org>
5071
5072 * Makefile (makeinfo, texindex): Targets deleted.
5073 (makeinfo.o, texindex.o): Targets deleted.
5074 (clean, dist): Don't do anything with them or with getopt*.
5075
50761998-01-30 Richard Stallman <rms@psilocin.gnu.org>
5077
5078 * Makefile (SHELL): Defined.
5079
50801998-01-27 Richard Stallman <rms@psilocin.gnu.org>
5081
5082 * Makefile (elisp.tps): New target.
5083 (elisp.dvi): Depend on elisp.tps.
5084
5085Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
5086
5087 * README: Update phone number.
5088
5089 * Makefile (elisp): Make this be the default target.
5090 Depend on makeinfo.c instead of makeinfo.
5091 (install): Don't depend on elisp.dvi, since we don't install that.
5092 Use mkinstalldirs.
5093 (dist): Add mkinstalldirs.
5094
5095Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5096
5097 * Makefile (VERSION): Update version number.
5098 (maintainer-clean): Renamed from realclean.
5099
5100Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5101
5102 * Makefile (realclean): New target.
5103 (elisp): Remove any old elisp-* files first.
5104
5105Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5106
d1f08d85
SM
5107 * Makefile (VERSION): New variable.
5108 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5109 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
5110
5111Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5112
5113 * Makefile (elisp): Depend on makeinfo.
5114
5115Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
5116
d1f08d85 5117 * Makefile (srcs): Add anti.texi.
94ec544d
DL
5118
5119Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5120
5121 * Makefile (infodir, prefix): New vars.
5122 (install): Use infodir.
5123 (emacsinfodir): Deleted.
5124
5125Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5126
5127 * Makefile (srcs): Add calendar.texi.
5128
5129 * Makefile (dist): Copy texindex.c and makeinfo.c.
5130 Limit elisp-* files to those with one or two digits.
5131
5132Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5133
5134 * Makefile (dist): Changed to use Gzip instead of compress.
5135
5136Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5137
5138 * loading.texi (Unloading): define-function changed back to
5139 defalias. It may not stay this way, but at least it's
5140 consistent with the known-good version of the code patch.
5141
5142Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5143
5144 * modes.texi (Hooks): Document new optional arg of add-hook.
5145
5146Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5147
d1f08d85 5148 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
5149
5150 * tips.texi: Add new section on standard library headers.
5151
5152Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5153
5154 * Makefile (srcs): Add frame.texi to the list of sources.
5155
5156Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5157
5158 * Makefile (dist): Don't bother excluding autosave files; they'll
5159 never make it into the temp directory anyway, and the hash marks
5160 in the name are problematic for make and the Bourne shell.
dff28924 5161 (srcs):
94ec544d
DL
5162
5163Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5164
d1f08d85 5165 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
5166 the distribution tar file.
5167
dff28924 5168Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
5169
5170 * Makefile (srcs): Added index.perm.
5171 (elisp.dvi): Remove erroneous shell comment.
5172 Expect output of permute-index in permuted.fns.
5173 Save old elisp.aux in elisp.oaux.
5174 (clean): Added index.texi to be deleted.
5175
dff28924 5176Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5177
5178 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5179
dff28924 5180Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
5181
5182 * files.texi: Noted that completion-ignored-extensions is ignored
5183 when making *Completions*.
5184
5185Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5186
5187 * Makefile make dist now depends on elisp.dvi, since it tries
5188 to include it in the dist file.
5189
dff28924 5190Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
5191
5192 * functions.texinfo (Mapping Functions): Add missing quote
5193
dff28924 5194Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5195
5196 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5197 (defunargs): Turn off \hyphenchar of \sl font temporarily.
5198
dff28924 5199Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5200
5201 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5202 and @error{} are the terms now being used. The files in the
5203 directory have been changed to reflect this.
5204
d1f08d85 5205 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
5206 ` @result{}', using 5 spaces at the begining of the line.
5207
dff28924 5208Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5209
5210 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5211 experimental @indentedresult{}, @indentedexpandsto{} are part of
5212 the texinfo.tex in this directory. These TeX macros are not
5213 stable yet.
5214
dff28924 5215Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5216
5217 * texinfo.tex: temporarily added
d1f08d85 5218 \let\result=\dblarrow
94ec544d
DL
5219 \def\error{{\it ERROR} \longdblarrow}
5220 We need to do this better soon.
5221
dff28924 5222Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5223
5224 * Applied Karl Berry's patches to *.texinfo files, but not to
9b7fa297 5225 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
94ec544d
DL
5226 new title page format is also not applied, since it requires
5227 texinfo.tex changes.)
5228
5229 * Cleaned up `Makefile' and defined the `emacslibdir' directory
5230 for the Project GNU development environment.
5231
ad050e54 5232;; Local Variables:
fd026ee1 5233;; coding: iso-2022-7bit
ad050e54 5234;; End:
2a34a036 5235
651f374c 5236 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
ceb4c4d3 5237 2005, 2006 Free Software Foundation, Inc.
2a34a036
GM
5238 Copying and distribution of this file, with or without modification,
5239 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
5240
5241;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda