(custom-theme-set-variables): Autoload packages before sorting the variables.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
bda420a3
CY
12006-08-29 Chong Yidong <cyd@stupidchicken.com>
2
3 * display.texi (Images): Add xrref to display-images-p.
4
c6f8bb3a
KH
52006-08-28 Kenichi Handa <handa@m17n.org>
6
7 * nonascii.texi (Lisp and Coding Systems): Fix description of
8 detect-coding-region.
9
7a210b69
MB
102006-08-27 Michael Olson <mwolson@gnu.org>
11
12 * processes.texi (Transaction Queues): Remove stray quote
13 character.
14
3e04a8fc
RS
152006-08-25 Richard Stallman <rms@gnu.org>
16
17 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
18 Add xref.
19
fda97484
CY
202006-08-24 Chong Yidong <cyd@stupidchicken.com>
21
22 * os.texi (Timers): Avoid waiting inside timers.
23
3e46b34c
LK
242006-08-21 Lute Kamstra <lute@gnu.org>
25
26 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
27
ce629713
RS
282006-08-20 Richard Stallman <rms@gnu.org>
29
30 * os.texi (Idle Timers): New node, split out from Timers.
31 Document current-idle-time.
32 * commands.texi (Reading One Event): Update xref.
33 * elisp.texi (Top): Update subnode menu.
34
3cb74cd1
RS
352006-08-16 Richard Stallman <rms@gnu.org>
36
37 * keymaps.texi (Extended Menu Items): Show format of cached
38 bindings in extended menu items.
39
40 * customize.texi (Variable Definitions): Explain when the
41 standard value expression is evaluated.
42
7e188449
CY
432006-08-15 Chong Yidong <cyd@stupidchicken.com>
44
45 * commands.texi (Reading One Event): Explain idleness in
46 `read-event'.
47
b8f5396a
CY
482006-08-12 Chong Yidong <cyd@stupidchicken.com>
49
50 * text.texi (Near Point): Say "cursor" not "terminal cursor".
51 (Commands for Insertion): Removed split-line since it's not
52 relevant for Lisp programming.
53 (Yank Commands): Rewrite introduction.
54 (Undo): Clarify.
55 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
56 (Filling): Remove redundant comment. Clarify return value of
57 current-justification.
58 (Margins): Minor clarifications.
59 (Adaptive Fill): Update default value of adaptive-fill-regexp.
60 (Sorting): Update definition of sort-lines.
61 (Columns): Clarify behavior of sort-columns.
62 (Indent Tabs): Link to Tab Stops in Emacs manual.
63 (Special Properties): Clarify.
64 (Clickable Text): Mention Buttons package.
65
0c80afbd
EZ
662006-08-12 Kevin Ryde <user42@zip.com.au>
67
68 * os.texi (Time Parsing): Add %z to description of
69 format-time-string, as per docstring. Add cross reference to
70 glibc manual for strftime.
71
02a2b2ad
RS
722006-08-08 Richard Stallman <rms@gnu.org>
73
74 * modes.texi: Clean up wording in previous change.
75
34e5974a
CY
762006-08-07 Chong Yidong <cyd@stupidchicken.com>
77
78 * modes.texi (Hooks): Clarify.
79 (Major Mode Basics): Mention define-derived-mode explicitly.
80 (Major Mode Conventions): Rebinding RET is OK for some modes.
81 Mention change-major-mode-hook and after-change-major-mode-hook.
82 (Example Major Modes): Moved to end of Modes section.
83 (Mode Line Basics): Clarify.
84 (Mode Line Data): Mention help-echo and local-map in strings.
85 Explain reason for treatment of non-risky variables.
86 (Properties in Mode): Clarify.
87 (Faces for Font Lock): Add font-lock-negation-char-face.
88
65c6c6b6
EZ
892006-08-04 Eli Zaretskii <eliz@gnu.org>
90
91 * strings.texi (Formatting Strings): Warn against arbitrary
92 strings as first arg to `format'.
93
fc0ba1d0
TTN
942006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
95
96 * text.texi (Clickable Text): Mention `help-echo' text property.
97 Update intro, examples and associated explanations.
98
a3483884
RS
992006-07-31 Richard Stallman <rms@gnu.org>
100
101 * commands.texi: Update xrefs.
102 (Event Mod): New node, cut out from old Translating Input.
103
104 * maps.texi: Update xrefs.
fc0ba1d0 105
a3483884
RS
106 * keymaps.texi (Translation Keymaps): New node.
107 Update xrefs from Translating Input to Translation Keymaps.
fc0ba1d0 108
a3483884
RS
109 * elisp.texi (Top): Update subnode menu.
110
111 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
112
113 * os.texi (System Interface): Fix menu descriptions of some nodes.
114 (Translating Input): Node deleted.
fc0ba1d0 115
ec777101
NR
1162006-07-31 Nick Roberts <nickrob@snap.net.nz>
117
118 * modes.texi (Minor Mode Conventions): Update link for add-to-list.
119
120 * lists.texi (Sets And Lists): Likewise.
121
0f42ea76
TTN
1222006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
123
124 * text.texi (Fields): Mention POS
125 requirement when narrowing is in effect.
126
eb107d09
RS
1272006-07-28 Richard Stallman <rms@gnu.org>
128
0de8dcc9
RS
129 * display.texi (Face Attributes): Simplify wording.
130 (Attribute Functions): Clarify meaning of new-frame default
131 attribute settings.
132
eb107d09
RS
133 * customize.texi (Common Keywords): Document how to use
134 :package-version in a package not in Emacs.
135
d7fb9e6c
KS
1362006-07-28 Kim F. Storm <storm@cua.dk>
137
138 * commands.texi (Reading One Event): Fix last change.
139
c1c3d4f7
CY
1402006-07-26 Chong Yidong <cyd@stupidchicken.com>
141
142 * commands.texi (Reading One Event): Document SECONDS argument for
143 read-event, read-char, and read-char-exclusive.
144
94b39239
SM
1452006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
146
147 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
148 to ensure correct identification.
149
1cff9220
RS
1502006-07-24 Richard Stallman <rms@gnu.org>
151
5ac64732
RS
152 * text.texi (Clickable Text): Clarify.
153
1cff9220
RS
154 * sequences.texi (Vector Functions): Delete duplicate xref.
155
156 * objects.texi (Function Type): Clarify.
157
158 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
159 modes.
160
161 * lists.texi (List Variables): New node.
162 Material moved from other nodes.
163
164 * variables.texi (Setting Variables): add-to-list and
165 add-to-ordered-list moved to List Variables node.
166
38db29e0
TTN
1672006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
168
169 * text.texi (Links and Mouse-1):
170 For mouse-on-link-p, expand on arg POS.
171
9e4101b2
KS
1722006-07-21 Kim F. Storm <storm@cua.dk>
173
174 * display.texi (Forcing Redisplay): Don't mention systems which
175 don't support sub-second timers for redisplay-preemption-period.
176
177 * os.texi (Terminal Output): Clarify text vs graphical terminal.
178
cc539208
EZ
1792006-07-21 Eli Zaretskii <eliz@gnu.org>
180
181 * frames.texi (Input Focus): Document that focus-follows-mouse has
182 no effect on MS-Windows.
183
c29fbc93
RS
1842006-07-18 Richard Stallman <rms@gnu.org>
185
1ef252f6
RS
186 * display.texi (Forcing Redisplay): Cleanups in previous change.
187
c29fbc93
RS
188 * processes.texi (Low-Level Network): Make menu more convenient.
189
5b5fca28
KS
1902006-07-18 Kim F. Storm <storm@cua.dk>
191
2d545d83
KS
192 * display.texi (Forcing Redisplay): redisplay-preemption-period
193 only used on window systems. Add xref to Terminal Output.
194
195 * os.texi (Terminal Output): baud-rate only controls preemption on
196 non-window systems. Add xref to Forcing Redisplay.
197
5b5fca28
KS
198 * processes.texi (Low-Level Network): Rename node "Make Network"
199 to "Network Processes".
200
42995636
KB
2012006-07-18 Karl Berry <karl@gnu.org>
202
5b5fca28
KS
203 * variables.texi, functions.texi, customize.texi, loading.texi:
204 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
42995636 205
e1842332
CY
2062006-07-17 Chong Yidong <cyd@stupidchicken.com>
207
208 * commands.texi (Waiting): Document batch-mode sit-for behavior.
209
daeeeffc
RS
2102006-07-17 Richard Stallman <rms@gnu.org>
211
7c0c29ee
RS
212 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
213 Put period and comma inside quotes.
5b5fca28 214
7c0c29ee
RS
215 * loading.texi, markers.texi: Use real doublequote inside menus.
216
217 * windows.texi: Put point and comma inside quotes.
218 (Textual Scrolling): Use @samp for error message.
219
5b5fca28
KS
220 * variables.texi, tips.texi, syntax.texi, symbols.texi:
221 * strings.texi, streams.texi, processes.texi, os.texi:
7c0c29ee
RS
222 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
223 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5b5fca28
KS
224 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
225 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7c0c29ee 226 Put point and comma inside quotes.
5b5fca28 227
05bdf2d7
RS
228 * control.texi (Processing of Errors): Add command-error-function.
229
daeeeffc
RS
230 * variables.texi (File Local Variables): Clarify that
231 file local variables make buffer-local bindings.
232
233 * modes.texi (Syntactic Font Lock): Give default for
234 font-lock-syntax-table.
235
7e1c1289
NR
2362006-07-17 Nick Roberts <nickrob@snap.net.nz>
237
238 * text.texi (Special Properties): Clean up previous change.
239
912c7235
KB
2402006-07-16 Karl Berry <karl@gnu.org>
241
5b5fca28
KS
242 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
243 * control.texi: Fix bad page breaks through chapter 10 (control).
ece35e15 244
5b5fca28 245 * anti.texi (Antinews): Reorder face-attribute fns to avoid
912c7235
KB
246 underfull hbox.
247
54b7938f
NR
2482006-07-15 Nick Roberts <nickrob@snap.net.nz>
249
250 * text.texi (Special Properties): Describe fontified text property
251 in relation to a character (not text).
252
3f11901a
KS
2532006-07-15 Kim F. Storm <storm@cua.dk>
254
0864179a
KS
255 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
256 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
257 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
258
3f11901a
KS
259 * anti.texi (Antinews): Mention redisplay function.
260 The kbd macro existed, but was not documented, before 22.x.
261 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
262
b4f62d0a
NR
2632006-07-14 Nick Roberts <nickrob@snap.net.nz>
264
265 * display.texi (Displaying Messages): Add anchor.
266
267 * frames.texi (Dialog Boxes): Use it.
268
2c6e026a
RS
2692006-07-12 Richard Stallman <rms@gnu.org>
270
271 * objects.texi (Frame Type): Explain nature of frames better.
272
273 * frames.texi (Frames): Explain nature of frames better.
274
2752006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
276
277 * tips.texi (Coding Conventions): Explain why use cl at compile time.
278
099d4201
YM
2792006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
280
281 * frames.texi (Window System Selections): Mention scrap support for Mac.
282 Default value of x-select-enable-clipboard is t on Mac.
283
284 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
285
ff97f952
KS
2862006-07-11 Kim F. Storm <storm@cua.dk>
287
288 * display.texi (Forcing Redisplay): Add `redisplay' function.
289 Don't mention (sit-for -1) -- use (redisplay t) instead.
290
291 * commands.texi (Waiting): (sit-for -1) is no longer special.
292 (sit-for 0) is equivalent to (redisplay).
293 Iconifying/deiconifying no longer makes sit-for return.
294
a183016f
NR
2952006-07-10 Nick Roberts <nickrob@snap.net.nz>
296
297 * display.texi (Buttons): Fix typo.
298
299 * index.texi, elisp.texi (New Symbols): Comment node out.
300
b86be617
RS
3012006-07-09 Richard Stallman <rms@gnu.org>
302
303 * display.texi (Truncation): Clean up previous change.
304
3aa7c28e
RS
3052006-07-08 Richard Stallman <rms@gnu.org>
306
307 * commands.texi (Interactive Call): Use 3 as prefix in example
308 for execute-extended-command.
309
310 * display.texi (Attribute Functions): Move paragraph about
311 compatibility with Emacs < 21.
312
5a1048a5
KS
3132006-07-09 Kim F. Storm <storm@cua.dk>
314
315 * display.texi (Refresh Screen): Clarify force-window-update.
316 (Truncation): "Normally" indicated by fringe arrows.
317
89fb9154
EZ
3182006-07-08 Eli Zaretskii <eliz@gnu.org>
319
5a1048a5
KS
320 * windows.texi (Textual Scrolling, Resizing Windows):
321 * variables.texi (Constant Variables):
89fb9154
EZ
322 * text.texi (Buffer Contents, Deletion, Changing Properties)
323 (Property Search, Special Properties, Sticky Properties)
5a1048a5 324 (Links and Mouse-1, Fields, Change Hooks):
89fb9154 325 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5a1048a5
KS
326 (Categories):
327 * symbols.texi (Other Plists):
328 * streams.texi (Output Variables):
329 * processes.texi (Input to Processes, Query Before Exit):
330 * positions.texi (Word Motion, Text Lines, List Motion):
89fb9154 331 * os.texi (Init File, System Environment, Sound Output)
5a1048a5 332 (Session Management):
89fb9154 333 * nonascii.texi (Text Representations, Character Sets)
5a1048a5
KS
334 (Chars and Bytes, Locales):
335 * modes.texi (Defining Minor Modes, Header Lines):
336 * minibuf.texi (Minibuffer Contents):
337 * markers.texi (Information from Markers):
338 * lists.texi (List Elements, Building Lists, Association Lists):
339 * keymaps.texi (Tool Bar):
340 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
341 * functions.texi (What Is a Function, Mapping Functions):
89fb9154
EZ
342 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
343 (Color Names, Text Terminal Colors, Display Feature Testing):
344 * files.texi (Visiting Functions, File Name Components)
5a1048a5 345 (Unique File Names, Contents of Directories):
89fb9154
EZ
346 * display.texi (Forcing Redisplay, Displaying Messages)
347 (Temporary Displays, Font Selection, Auto Faces)
348 (Font Lookup, Fringe Indicators, Display Margins)
349 (Image Descriptors, Showing Images, Image Cache, Button Types)
350 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5a1048a5
KS
351 (Display Table Format, Glyphs):
352 * control.texi (Iteration):
353 * commands.texi (Command Loop Info, Adjusting Point):
08b17d37
KS
354 * backups.texi (Making Backups, Auto-Saving):
355 Remove @tindex entries.
89fb9154 356
7f087030
KS
3572006-07-07 Kim F. Storm <storm@cua.dk>
358
359 * display.texi (Fringe Cursors): Fix typo.
360 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
361 (Overlay Arrow): Default is overlay-arrow fringe indicator.
362
978db147
RS
3632006-07-05 Richard Stallman <rms@gnu.org>
364
365 * text.texi (Buffer Contents): Add example of text props
366 in result of buffer-substring.
367 (Text Properties): Explain better about use of specific property names.
368 (Property Search): Some cleanups; reorder some functions.
369
370 * keymaps.texi (Changing Key Bindings): Cleanup.
371 Add xref to Key Binding Conventions.
372
373 * display.texi (Attribute Functions): Add examples for
374 face-attribute-relative-p.
375
376 * tips.texi (Coding Conventions): Cleanup last change.
377
42b50684
KB
3782006-07-05 Karl Berry <karl@gnu.org>
379
08b17d37
KS
380 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
381 Remove @setchapternewpage odd.
42b50684
KB
382 Result is 1013 pages, down from 1100.
383
08b17d37
KS
384 * anti.texi, customize.texi, display.texi, internals.texi:
385 * minibuf.texi, modes.texi, tips.texi:
9b7fa297 386 Fix overfull/underfull boxes.
42b50684 387
180f018c
TTN
3882006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
389
390 * edebug.texi (Instrumenting):
391 Add Edebug-specific findex for eval-buffer.
392 * loading.texi (Loading):
393 Replace eval-current-buffer with eval-buffer.
394
8e338f7b
EZ
3952006-06-30 Nick Roberts <nickrob@snap.net.nz>
396
397 * locals.texi (Standard Buffer-Local Variables): Update the list
398 of variables.
399
0770a251
NR
4002006-06-26 Nick Roberts <nickrob@snap.net.nz>
401
402 * files.texi (File Name Completion): Point user to the node
403 "Reading File Names".
404
d9034473
EZ
4052006-06-24 Eli Zaretskii <eliz@gnu.org>
406
eff6bfea
EZ
407 * files.texi (Contents of Directories): Document case-insensitive
408 behavior on respective filesystems.
409
d9034473
EZ
410 * objects.texi (Character Type): Document that Emacs signals an
411 error for unsupported Unicode characters specified as \uNNNN.
412
a5bd14d3
RS
4132006-06-19 Richard Stallman <rms@gnu.org>
414
415 * processes.texi (Bindat Spec): Clarify previous change.
416
d1ae9041
RS
4172006-06-16 Richard Stallman <rms@gnu.org>
418
419 * tips.texi (Coding Conventions): Better explain conventions
420 for definition constructs.
421
422 * text.texi (Special Properties): String value of `read-only'
423 serves as the error message.
424
425 * objects.texi (Character Type): Clarify prev. change.
426 (Non-ASCII in Strings): Mention \u and \U.
427
428 * commands.texi (Using Interactive): Explain problem of
429 markers, etc., in command-history.
430
1bb32610
KS
4312006-06-14 Kim F. Storm <storm@cua.dk>
432
433 * commands.texi (Waiting): Negative arg to sit-for forces
434 redisplay even if input is pending.
435
436 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
437 redisplay. Remove incorrect example of binding redisplay-dont-pause
438 around (sit-for 0).
439
c7484981
RS
4402006-06-13 Richard Stallman <rms@gnu.org>
441
442 * display.texi (Forcing Redisplay): Clarify previous change.
443
d211faa2
RF
4442006-06-13 Romain Francoise <romain@orebokech.com>
445
446 * display.texi (Forcing Redisplay): Fix typo.
447
8eb2b87f
KS
4482006-06-13 Kim F. Storm <storm@cua.dk>
449
450 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
451
503b5e1c
LT
4522006-06-10 Luc Teirlinck <teirllm@auburn.edu>
453
454 * tips.texi (Coding Conventions): Add `@end itemize'.
455
9e362b84
RS
4562006-06-10 Richard Stallman <rms@gnu.org>
457
458 * tips.texi (Coding Conventions): Explain use of coding systems
459 to ensure one decoding for strings.
460
7cb93181
EZ
4612006-06-09 Aidan Kehoe <kehoea@parhasard.net>
462
9b7fa297 463 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7cb93181
EZ
464 syntax.
465
afd63bda
EZ
4662006-06-07 Eli Zaretskii <eliz@gnu.org>
467
468 * display.texi (Font Selection): Remove description of
469 clear-face-cache.
470
471 * compile.texi (Eval During Compile): Fix a typo. Add index
472 entries for possible uses of eval-when-compile.
473
71ee3e04
TTN
4742006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
475
476 * display.texi (Abstract Display): Fix typo.
477
a941b26b
EZ
4782006-06-03 Eli Zaretskii <eliz@gnu.org>
479
480 * minibuf.texi (Minibuffer History) <history-add-new-input>:
481 Reword variable's description.
482
963128f3
RS
4832006-06-01 Richard Stallman <rms@gnu.org>
484
485 * windows.texi (Splitting Windows): Clarify splitting nonselected
486 window.
487
82db8fa7
JL
4882006-05-31 Juri Linkov <juri@jurta.org>
489
490 * minibuf.texi (Minibuffer History): Add history-add-new-input.
491
d9e8091d
RS
4922006-05-30 Richard Stallman <rms@gnu.org>
493
6ac209a3
RS
494 * display.texi (Line Height): Fix errors in description of
495 default line height and line-height properyty.
496
d9e8091d
RS
497 * nonascii.texi (Default Coding Systems): Further clarification.
498
93fd6289
LT
4992006-05-29 Luc Teirlinck <teirllm@auburn.edu>
500
501 * internals.texi (Pure Storage): Mention that an overflow in pure
502 space causes a memory leak.
503 (Garbage Collection): If there was an overflow in pure space,
504 `garbage-collect' returns nil.
505
7c42b3e0
EZ
5062006-05-30 Eli Zaretskii <eliz@gnu.org>
507
508 * nonascii.texi (Default Coding Systems): Fix it some more.
509
b8909e88
EZ
5102006-05-29 Eli Zaretskii <eliz@gnu.org>
511
512 * nonascii.texi (Default Coding Systems): Fix last change.
513
6d3906d5
KH
5142006-05-29 Kenichi Handa <handa@m17n.org>
515
516 * nonascii.texi (find-operation-coding-system): Describe the new
517 argument format (FILENAME . BUFFER).
518
0985f920
RS
5192006-05-28 Richard Stallman <rms@gnu.org>
520
521 * tips.texi (Coding Conventions): Better explain reasons not to
522 advise other packages or use `eval-after-load'.
523
6c6e0bb4
KS
5242006-05-29 Kim F. Storm <storm@cua.dk>
525
526 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
527 `bindat-idx' and `bindat-raw' for clarity.
528
096432af
TTN
5292006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
530
b9e17eb3
TTN
531 * processes.texi (Bindat Spec): Expand on `repeat' handler.
532
096432af
TTN
533 * display.texi (Display): Add "Abstract Display" to menu.
534 (Abstract Display, Abstract Display Functions)
535 (Abstract Display Example): New nodes.
536 * elisp.texi (Top): Add "Abstract Display" to menu.
537
e4b3f22f
CY
5382006-05-27 Chong Yidong <cyd@stupidchicken.com>
539
917b8227
CY
540 * keymaps.texi (Key Sequences): Link to input events definition.
541 (Format of Keymaps): Delete material duplicated in Keymap Basics.
542
e4b3f22f
CY
543 * files.texi (Changing Files): Document updated argument list for
544 copy-file.
545
f1b64ef1
TTN
5462006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
547
548 * processes.texi (Bindat Functions): Explain term "total length".
549 Use it in bindat-length and bindat-pack descriptions.
550
3d0793e4
EZ
5512006-05-26 Eli Zaretskii <eliz@gnu.org>
552
553 * tips.texi (Coding Conventions): Advise against using
554 eval-after-load in packages. Add an index entry.
555
abeb5483
JL
5562006-05-25 Juri Linkov <juri@jurta.org>
557
92aa92fa
JL
558 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
559
abeb5483
JL
560 * modes.texi (%-Constructs): Add %e, %z, %Z.
561
403a7bca
RS
5622006-05-25 Richard Stallman <rms@gnu.org>
563
564 * elisp.texi (Top): Update subnode menu.
565
566 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
567 (Keymaps): Update menu.
568
39a9bed3
CY
5692006-05-25 Chong Yidong <cyd@stupidchicken.com>
570
571 * keymaps.texi (Key Sequences): Some clarifications.
572
78b3f5c3
TTN
5732006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
574
575 * processes.texi (Bindat Functions): Say "unibyte string"
576 explicitly for bindat-unpack and bindat-pack descriptions.
577 (Bindat Examples): Don't call `string-make-unibyte' in example.
578
08244b81
CY
5792006-05-25 Chong Yidong <cyd@stupidchicken.com>
580
581 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
582 Explain string and vector representations of key sequences
583
78b3f5c3
TTN
584 * keymaps.texi (Changing Key Bindings):
585 * commands.texi (Interactive Codes, Interactive Codes):
08244b81
CY
586 * help.texi (Describing Characters): Refer to it.
587
b370c94d
LT
5882006-05-23 Luc Teirlinck <teirllm@auburn.edu>
589
590 * frames.texi (Pointer Shape): @end table -> @end defvar.
591
b8223441
RS
5922006-05-22 Richard Stallman <rms@gnu.org>
593
594 * elisp.texi (Top): Update subnode menus.
595
596 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
597 Contents rewritten; material from old Pointer Shape node moved here.
598
599 * display.texi (Pointer Shape): Node deleted.
600 (Image Descriptors): Minor cleanup.
601
c18eec5c
RS
6022006-05-21 Richard Stallman <rms@gnu.org>
603
604 * syntax.texi (Parsing Expressions): Update info on which STATE
605 elements are ignored.
606
9300b310
LT
6072006-05-19 Luc Teirlinck <teirllm@auburn.edu>
608
86735b2d
LT
609 * hooks.texi (Standard Hooks): Correct typo.
610
9300b310
LT
611 * gpl.texi (GPL): ifinfo -> ifnottex.
612
75e3b957
EZ
6132006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
614
615 * searching.texi (Simple Match Data): Warn about match data being
616 set anew by every search.
617
0bcf8735
RS
6182006-05-17 Richard Stallman <rms@gnu.org>
619
620 * minibuf.texi (Minibuffer History): Clarify.
621
622 * searching.texi (Regexp Special): Clarify nested regexp warning.
623
b3abe3a5
KS
6242006-05-16 Kim F. Storm <storm@cua.dk>
625
626 * minibuf.texi (Minibuffer History): Update add-to-history.
627
bc20db55
KH
6282006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
629
630 * nonascii.texi (Explicit Encoding): Fix
631 typo (encoding<->decoding).
632
f31263a4
RS
6332006-05-14 Richard Stallman <rms@gnu.org>
634
46a2df8e
RS
635 * buffers.texi (Creating Buffers): Cleanup.
636
f31263a4
RS
637 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
638
1299a5a4
EZ
6392006-05-13 Eli Zaretskii <eliz@gnu.org>
640
642c61f3
EZ
641 * buffers.texi (Current Buffer): Document that with-temp-buffer
642 disables undo.
643
1299a5a4
EZ
644 * os.texi (Terminal-Specific): More accurate description of how
645 Emacs searches for the terminal-specific libraries.
646
61515a63
EZ
6472006-05-12 Eli Zaretskii <eliz@gnu.org>
648
b811ef49
EZ
649 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
650 emacs-xtra to @inforef's.
651
4a7910c7
EZ
652 * text.texi (Undo): Document that undo is turned off in buffers
653 whose names begin with a space.
654
655 * buffers.texi (Buffer Names): Add index entries for buffers whose
656 names begin with a space.
657 (Creating Buffers): Document that undo is turned off in buffers
658 whose names begin with a space.
659
f055e02c
EZ
660 * files.texi (Visiting Functions, Reading from Files)
661 (Saving Buffers): Mention code and EOL conversions by file I/O
662 primitives and subroutines.
663
0ef0b416
EZ
664 * nonascii.texi (Lisp and Coding Systems): Document
665 coding-system-eol-type. Add index entries for eol conversion.
666
61515a63
EZ
667 * display.texi (Defining Faces): Mention `mac', and add an xref to
668 where window-system is described.
669
e4c068c0
RS
6702006-05-10 Richard Stallman <rms@gnu.org>
671
672 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
673
31035927
RS
6742006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
675
676 * variables.texi (File Local Variables): Recommend to quote lambda
677 expressions in safe-local-variable property.
678
f12a0718
RS
6792006-05-09 Richard Stallman <rms@gnu.org>
680
681 * variables.texi (File Local Variables): Document
682 safe-local-eval-forms and safe-local-eval-function.
683
ed7e6c32
KS
6842006-05-07 Kim F. Storm <storm@cua.dk>
685
686 * minibuf.texi (Minibuffer History): Remove keep-dups arg
687 from add-to-history.
688
5a36d834
RF
6892006-05-07 Romain Francoise <romain@orebokech.com>
690
691 * commands.texi (Event Input Misc):
692 * compile.texi (Eval During Compile):
693 * internals.texi (Buffer Internals):
694 * minibuf.texi (Initial Input):
695 * nonascii.texi (Scanning Charsets):
696 * numbers.texi (Comparison of Numbers):
697 * windows.texi (Textual Scrolling, Vertical Scrolling):
698 Fix various typos.
699
fbc284f6
EZ
7002006-05-06 Eli Zaretskii <eliz@gnu.org>
701
f53d2e87
EZ
702 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
703 conditional xref's to either emacs or emacs-xtra, depending on
704 @iftex/@ifnottex.
705
fbc284f6
EZ
706 * minibuf.texi (Minibuffer History): Document add-to-history.
707
3dfed653
EZ
7082006-05-05 Eli Zaretskii <eliz@gnu.org>
709
710 * internals.texi (Pure Storage): Mention the pure overflow message
711 at startup.
712
8e7a9a24
EZ
7132006-05-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
714
715 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
716 (Searching Keymaps): Fix pseudo-Lisp description of keymap
717 search.
718
d0789de9
RS
7192006-05-01 Richard Stallman <rms@gnu.org>
720
721 * intro.texi (nil and t): Clarify.
722
723 * variables.texi (File Local Variables): Suggest using booleanp.
724
fc2cb772
JB
7252006-05-01 Juanma Barranquero <lekktu@gmail.com>
726
727 * objects.texi (Type Predicates): Fix typos.
728
27c5714a
SM
7292006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
730
731 * intro.texi (nil and t): Add booleanp.
732
733 * objects.texi (Type Predicates): Add links for booleanp and
734 string-or-null-p.
735
eadb9d45
RS
7362006-04-29 Richard Stallman <rms@gnu.org>
737
27c5714a 738 * modes.texi (Multiline Font Lock): Rename from
eadb9d45
RS
739 Multi line Font Lock Elements. Much clarification.
740 (Font Lock Multiline, Region to Fontify): Much clarification.
741
7817e3d3
SM
7422006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * variables.texi (File Local Variables): Remove the special case t for
745 safe-local-variable.
746
8ac3a455
RS
7472006-04-26 Richard Stallman <rms@gnu.org>
748
749 * syntax.texi (Parsing Expressions): Minor cleanup.
750
290e4aae
RS
7512006-04-18 Richard Stallman <rms@gnu.org>
752
753 * tips.texi (Coding Conventions): Explain when the package's
754 prefix should appear later on (not at the start of the name).
755
756 * searching.texi (String Search): Clarify effect of NOERROR.
757
758 * modes.texi (Imenu): Clarify what special items do.
759
760 * hooks.texi (Standard Hooks): Delete text about old hook names.
761
1e2b8ce5
RF
7622006-04-17 Romain Francoise <romain@orebokech.com>
763
764 * variables.texi (Local Variables): Update the default value of
765 `max-specpdl-size'.
766
51fa34bc
MB
7672006-04-15 Michael Olson <mwolson@gnu.org>
768
769 * processes.texi (Transaction Queues): Mention the new optional
770 `delay-question' argument for `tq-enqueue'.
771
61f32d39
BW
7722006-04-13 Bill Wohler <wohler@newt.com>
773
774 * customize.texi (Common Keywords): Use dotted notation for
9b7fa297 775 :package-version value. Specify its values. Improve documentation
50b7bce0 776 for customize-package-emacs-version-alist.
61f32d39 777
4f8ed159
BW
7782006-04-12 Bill Wohler <wohler@newt.com>
779
780 * customize.texi (Common Keywords): Move description of
781 customize-package-emacs-version-alist to @defvar.
782
e5e864ab
BW
7832006-04-10 Bill Wohler <wohler@newt.com>
784
785 * customize.texi (Common Keywords): Add :package-version.
786
6c230417
KS
7872006-04-10 Kim F. Storm <storm@cua.dk>
788
789 * text.texi (Buffer Contents): Add NOPROPS arg to
790 filter-buffer-substring.
791
d82eac8f
EZ
7922006-04-08 Kevin Ryde <user42@zip.com.au>
793
794 * os.texi (Command-Line Arguments): Update xref to emacs manual
795 "Command Arguments" -> "Emacs Invocation", per change there.
796
4f815b29
TTN
7972006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
798
799 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
800 be on one line to help makeinfo not render two spaces after the dot.
801
122c3009
RS
8022006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
803
804 * strings.texi (Predicates for Strings): Add string-or-null-p.
805
da68bc3d
KS
8062006-03-28 Kim F. Storm <storm@cua.dk>
807
808 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
809 remarks about systems that don't support fractional seconds.
810
b223e22d
KB
8112006-03-25 Karl Berry <karl@gnu.org>
812
fc2cb772 813 * elisp.texi: Use @copyright{} instead of (C), and do not indent
b223e22d
KB
814 the year list.
815
b756c64c
NR
8162006-03-21 Nick Roberts <nickrob@snap.net.nz>
817
818 * display.texi (Fringe Indicators): Fix typos.
819
fe3dca59
LT
8202006-03-19 Luc Teirlinck <teirllm@auburn.edu>
821
c287ad03 822 * tips.texi (Documentation Tips): One can now also write `program'
fe3dca59
LT
823 in front of a quoted symbol in a docstring to prevent making a
824 hyperlink.
825
e91d4202
AM
8262006-03-19 Alan Mackenzie <acm@muc.de>
827
290e4aae 828 * text.texi (Special Properties): Clarify `fontified' property.
e91d4202 829
e8a5f60b
RS
8302006-03-16 Richard Stallman <rms@gnu.org>
831
832 * display.texi (Defining Images): Minor cleanup.
833
486daaa5
BW
8342006-03-16 Bill Wohler <wohler@newt.com>
835
836 * display.texi (Defining Images): In image-load-path-for-library,
837 prefer user's images.
838
4ffc92c2
SM
8392006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
840
841 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
842
874a6ef8
BW
8432006-03-15 Bill Wohler <wohler@newt.com>
844
845 * display.texi (Defining Images): Fix example in
846 image-load-path-for-library by not recommending that one binds
fc2cb772 847 image-load-path. Just defvar it to placate compiler and only use
874a6ef8
BW
848 it if previously defined.
849
70949f30
BW
8502006-03-14 Bill Wohler <wohler@newt.com>
851
852 * display.texi (Defining Images): In image-load-path-for-library,
853 always return list of directories. Update example.
854
c852c516
AM
8552006-03-14 Alan Mackenzie <acm@muc.de>
856
857 * modes.texi: New node, "Region to Fontify" (for Font Lock).
858 This describes font-lock-extend-region-function.
4ffc92c2 859 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
c852c516
AM
860 the new node "Region to Fontify".
861
7cd3712b
RS
8622006-03-13 Richard Stallman <rms@gnu.org>
863
864 * display.texi (Invisible Text): The impossible position is
865 now before the invisible text, not after.
866 (Defining Images): Clean up last change.
867
2c676341
BW
8682006-03-11 Bill Wohler <wohler@newt.com>
869
870 * display.texi (Defining Images): Add image-load-path-for-library.
871
6f49b4c5
LT
8722006-03-11 Luc Teirlinck <teirllm@auburn.edu>
873
2d14c9bf
LT
874 * text.texi (Adaptive Fill): Fix Texinfo usage.
875
876 * strings.texi (Creating Strings): Fix Texinfo usage.
877
6f49b4c5
LT
878 * searching.texi (Regexp Special): Use @samp for regular
879 expressions that are not in Lisp syntax.
880
fc1d3386
LT
8812006-03-08 Luc Teirlinck <teirllm@auburn.edu>
882
883 * searching.texi (Regexp Special): Put remark between parentheses
884 to avoid misreading.
885
7b2c2ca9
LT
8862006-03-07 Luc Teirlinck <teirllm@auburn.edu>
887
888 * searching.texi (Syntax of Regexps): More accurately describe
889 which characters are special in which situations.
890 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
891 are not special. Describe in detail when `[' and `]' are special.
892 (Regexp Backslash): Plenty of regexps with unbalanced square
893 brackets are valid, so reword that statement.
894
f79bc642
KS
8952006-03-02 Kim F. Storm <storm@cua.dk>
896
897 * keymaps.texi (Tool Bar): Add tool-bar-border.
898
1d9a5237
LT
8992006-02-28 Luc Teirlinck <teirllm@auburn.edu>
900
a86b01fa 901 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 902
2534ef94
LT
9032006-02-27 Luc Teirlinck <teirllm@auburn.edu>
904
905 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
906
907 * files.texi (Locating Files): Suggest additional values for the
908 SUFFIXES arg of `locate-file'. Update pxref.
909
910 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
911 (How Programs Do Loading): Discuss the effects of Auto Compression
912 mode on `load'.
913 (Load Suffixes): New node.
394e96d5 914 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
915 moved to "Load Suffixes".
916 (Autoload, Named Features): Mention `load-suffixes'.
917
dd9959da 9182006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
919
920 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
921
922 * windows.texi (Window Tree): Fix typo.
923
49af2995
KS
9242006-02-20 Kim F. Storm <storm@cua.dk>
925
926 * display.texi (Fringe Indicators): New section.
927 Move indicate-empty-lines, indicate-buffer-boundaries, and
928 default-indicate-buffer-boundaries here.
929 Add fringe-indicator-alist and default-fringes-indicator-alist.
930 Add list of logical fringe indicator symbols.
931 Update list of standard bitmap names.
932 (Fringe Cursors): New section.
933 Move overflow-newline-into-fringe here.
934 Add fringe-cursor-alist and default-fringes-cursor-alist.
935 Add list of fringe cursor symbols.
936
58f71009
JB
9372006-02-20 Juanma Barranquero <lekktu@gmail.com>
938
939 * commands.texi (Using Interactive): Fix reference to node
940 "Minibuffers".
941
5498b6af
RS
9422006-02-19 Richard M. Stallman <rms@gnu.org>
943
944 * minibuf.texi (High-Level Completion):
945 Add xref to read-input-method-name.
946
947 * files.texi (Relative File Names): Move file-relative-name here.
948 (File Name Expansion): From here. Minor clarifications.
949
950 * commands.texi (Using Interactive): Add xrefs about reading input.
951 Clarify remarks about that moving point and mark.
952 Put string case before list case.
953
43ce897a 9542006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68 955
4ffc92c2
SM
956 * display.texi (Other Display Specs, Image Descriptors):
957 Revert erroneous changes. The previous description of
958 image-descriptors as `(image . PROPS)' was correct.
b6498a68 959
1324d26e
RS
9602006-02-14 Richard M. Stallman <rms@gnu.org>
961
962 * variables.texi (File Local Variables): Clarifications.
963
0da93350
JB
9642006-02-14 Juanma Barranquero <lekktu@gmail.com>
965
966 * variables.texi (File Local Variables): Use @code for a cons
967 cell, not @var.
968
51a39bab
CY
9692006-02-13 Chong Yidong <cyd@stupidchicken.com>
970
971 * variables.texi (File Local Variables): Document new file local
972 variable behavior.
973
d342156c
KS
9742006-02-10 Kim F. Storm <storm@cua.dk>
975
976 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
977
8392fe4a
JB
9782006-02-08 Juanma Barranquero <lekktu@gmail.com>
979
980 * modes.texi (%-Constructs): Remove obsolete info about
981 `global-mode-string'.
982
cd6cd82a
RS
9832006-02-07 Richard M. Stallman <rms@gnu.org>
984
d78dc2d8
RS
985 * commands.texi (Prefix Command Arguments): Minor cleanup.
986
987 * display.texi: "Graphical display", not window system.
988
cd6cd82a
RS
989 * functions.texi (What Is a Function): Fix xref.
990
991 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
992 (Changing Key Bindings): Clarify when remapping is better than
993 substitute-key-definition.
994
9952006-02-02 Richard M. Stallman <rms@gnu.org>
996
997 * minibuf.texi (Basic Completion): Completion alists are risky.
998
999 * keymaps.texi (Active Keymaps): Clarifications.
1000 (Searching Keymaps): New node.
1001 (Keymaps): Update menu.
1002
1003 * frames.texi (Layout Parameters): Minor clarification.
1004 (Drag and Drop): New node.
1005 (Frames): Update menu.
1006
cf052abc
CY
10072006-01-29 Chong Yidong <cyd@stupidchicken.com>
1008
4ffc92c2
SM
1009 * display.texi (Other Display Specs, Image Descriptors):
1010 Image description is a list, not a cons cell.
cf052abc 1011
1f2907ee
LT
10122006-01-28 Luc Teirlinck <teirllm@auburn.edu>
1013
1014 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
1015 list is not necessarily a list).
1016
a849f77d
EZ
10172006-01-27 Eli Zaretskii <eliz@gnu.org>
1018
1019 * frames.texi (Layout Parameters): border-width and
1020 internal-border-width belong to the frame, not the window.
1021
d322eb9b
RS
10222006-01-19 Richard M. Stallman <rms@gnu.org>
1023
1024 * nonascii.texi (Translation of Characters): Search cmds use
1025 translation-table-for-input. Automatically made local.
1026
1027 * markers.texi (Overview of Markers): Count insertion type
1028 as one of a marker's attributes.
1029
cd6cd82a
RS
1030 * keymaps.texi (Controlling Active Maps): New node, split out of
1031 Active Keymaps.
1032 (Keymaps): Menu updated.
1033 (Active Keymaps): Give pseudocode to explain how the active
1034 maps are searched. current-active-maps and key-binding moved here.
1035 (Functions for Key Lookup): current-active-maps and key-binding moved.
1036 Clarifications.
1037 (Searching the Keymaps): New subnode.
1038
d322eb9b
RS
1039 * elisp.texi (Top): Menu clarification.
1040
1041 * display.texi (Other Display Specs): Delete duplicate entry for
1042 just a string as display spec. Move text about recursive display
1043 specs on such a string.
1044
1045 * commands.texi (Key Sequence Input): Clarify.
1046 Move num-nonmacro-input-events out.
1047 (Reading One Event): num-nonmacro-input-events moved here.
1048
2ac77b5a
NR
10492006-01-14 Nick Roberts <nickrob@snap.net.nz>
1050
1051 * advice.texi (Simple Advice): Update example to fit argument
1052 change in previous-line.
1053
a203a18c
RS
10542006-01-05 Richard M. Stallman <rms@gnu.org>
1055
1056 * markers.texi (The Mark): Fix in `mark'.
1057
d9043ddf
RS
10582006-01-04 Richard M. Stallman <rms@gnu.org>
1059
1060 * processes.texi (Misc Network, Make Network): Minor cleanups.
1061
8a5db8ae
KS
10622006-01-04 Kim F. Storm <storm@cua.dk>
1063
1064 * processes.texi (Make Network): Add IPv6 addresses and handling.
1065 (Network Feature Testing): Mention (:family ipv6).
1066 (Misc Network): Add IPv6 formats to format-network-address.
1067
19bb7940
RS
10682005-12-30 Richard M. Stallman <rms@gnu.org>
1069
1070 * text.texi (Changing Properties):
1071 Don't use return value of set-text-properties.
1072
b9cb50d9
LT
10732005-12-29 Luc Teirlinck <teirllm@auburn.edu>
1074
1075 * modes.texi (Mode Line Format): Correct typo in menu.
1076
94a867a6
RS
10772005-12-29 Richard M. Stallman <rms@gnu.org>
1078
1079 * modes.texi (Mode Line Top): New node.
1080 (Mode Line Data): Some text moved to new node.
1081 Explain the data structure more concretely.
1082 (Mode Line Basics): Clarifications.
1083 (Mode Line Variables): Clarify intro paragraph.
1084 (%-Constructs): Clarify intro paragraph.
1085 (Mode Line Format): Update menu.
1086
ba455131
LT
10872005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1088
1089 * minibuf.texi (Basic Completion): Update lazy-completion-table
1090 examples for removal of ARGS argument.
1091
2b6abe1e
RS
10922005-12-23 Richard M. Stallman <rms@gnu.org>
1093
1094 * text.texi (Undo): Restore some explanation from the version
1095 that was deleted.
1096
2d7409f2
EZ
10972005-12-23 Eli Zaretskii <eliz@gnu.org>
1098
abeb5483 1099 * text.texi (Undo): Remove duplicate descriptions of `apply
2d7409f2
EZ
1100 funname' and `apply delta' elements of the undo list.
1101
2e23b82e
RS
11022005-12-20 Richard M. Stallman <rms@gnu.org>
1103
1104 * help.texi (Help Functions): Update documentation of `apropos'.
1105
a31687ce
LT
11062005-12-20 Luc Teirlinck <teirllm@auburn.edu>
1107
1108 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1109 because it is confusing. If the :help-echo keyword is a function,
1110 it is not directly used as the :help-echo overlay property, as the
1111 xref seems to suggest (it does not take the appropriate args).
1112
0e83c4e9
LT
11132005-12-19 Luc Teirlinck <teirllm@auburn.edu>
1114
1115 * customize.texi (Common Keywords): Fix Texinfo usage.
1116 (Group Definitions, Variable Definitions): Update for new
1117 conventions for using `*' in docstrings.
77df907a
LT
1118
1119 * tips.texi (Documentation Tips): Update for new conventions for
1120 using `*' in docstrings.
1121
69487a1f
RS
11222005-12-16 Richard M. Stallman <rms@gnu.org>
1123
1124 * minibuf.texi (Minibuffer Contents): Minor cleanup.
1125
2a502a32
JL
11262005-12-16 Juri Linkov <juri@jurta.org>
1127
1128 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1129
b158c851
RF
11302005-12-14 Romain Francoise <romain@orebokech.com>
1131
1132 * modes.texi (Customizing Keywords): Rename `append' to `how'.
1133 Fix typo.
1134
d7d1f75e
JL
11352005-12-11 Juri Linkov <juri@jurta.org>
1136
1137 * minibuf.texi (Completion Commands): Add mention of read-file-name
1138 for filename completion keymaps.
1139 (Reading File Names): Add mention of filename completion keymaps
1140 for read-file-name and xref to `Completion Commands'.
1141
4b1c16c2
RS
11422005-12-10 Richard M. Stallman <rms@gnu.org>
1143
1144 * customize.texi (Common Keywords): State caveats for use of :tag.
1145
1d49d5d9
RS
11462005-12-08 Richard M. Stallman <rms@gnu.org>
1147
2663a204
RS
1148 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1149 with xrefs and better explanation.
1150 (Completion Commands): Add the filename completion maps.
1151
1d49d5d9
RS
1152 * objects.texi (Character Type): Clarify that \s is not space
1153 if a dash follows.
1154
fa0d4d0c
RS
11552005-12-05 Richard M. Stallman <rms@gnu.org>
1156
1157 * windows.texi (Resizing Windows): Delete preserve-before args.
1158
d64b177a
SM
11592005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1160
1161 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1162 in full keymaps, since the quirk has been fixed.
1163
79019cc9
EZ
11642005-12-03 Eli Zaretskii <eliz@gnu.org>
1165
1166 * hooks.texi (Standard Hooks): Add index entries. Mention
1167 `compilation-finish-functions'.
1168
161ef3be
RS
11692005-11-27 Richard M. Stallman <rms@gnu.org>
1170
1171 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1172
17c1971a
JL
11732005-11-21 Juri Linkov <juri@jurta.org>
1174
1175 * customize.texi (Common Keywords): Update links types
1176 custom-manual and url-link. Add link types emacs-library-link,
1177 file-link, function-link, variable-link, custom-group-link.
1178
5890344b
CY
11792005-11-20 Chong Yidong <cyd@stupidchicken.com>
1180
1181 * display.texi: Revert 2005-11-20 change.
1182
cbce0752
TTN
11832005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1184
1185 * processes.texi (Bindat Functions):
1186 Say "third" to refer to zero-based index "2".
1187
ff04c885
LT
11882005-11-18 Luc Teirlinck <teirllm@auburn.edu>
1189
1190 * loading.texi (Library Search): Update the default value of
1191 `load-suffixes'.
1192
ce8d4e00
CY
11932005-11-17 Chong Yidong <cyd@stupidchicken.com>
1194
1195 * display.texi (Attribute Functions): Mention :ignore-defface.
1196
cbad4a9e
SM
11972005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1198
1199 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 1200 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 1201
fda12b27
RS
12022005-11-06 Richard M. Stallman <rms@gnu.org>
1203
1204 * files.texi (Magic File Names): find-file-name-handler checks the
1205 `operations' property of the handler.
1206
e082564e
RS
12072005-11-03 Richard M. Stallman <rms@gnu.org>
1208
1209 * variables.texi (Frame-Local Variables): Small clarification.
1210
f0cdd9e4
CY
12112005-10-29 Chong Yidong <cyd@stupidchicken.com>
1212
1213 * os.texi (Init File): Document ~/.emacs.d/init.el.
1214
685abb98
RS
12152005-10-29 Richard M. Stallman <rms@gnu.org>
1216
1217 * internals.texi (Garbage Collection): Document memory-full.
1218
7000848e
BW
12192005-10-28 Bill Wohler <wohler@newt.com>
1220
1221 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1222 for URLs.
1223
107fb6c9
RS
12242005-10-28 Richard M. Stallman <rms@gnu.org>
1225
1226 * minibuf.texi (Completion Commands): Clean up prev change.
1227
12282005-10-26 Kevin Ryde <user42@zip.com.au>
1229
1230 * compile.texi (Eval During Compile): Explain recommended uses
1231 of eval-when-compile and eval-and-compile.
1232
1d8e69a2
MY
12332005-10-27 Masatake YAMATO <jet@gyve.org>
1234
cbad4a9e 1235 * minibuf.texi (Completion Commands):
1d8e69a2 1236 Write about new optional argument for `display-completion-list'.
cbad4a9e 1237
6a897887
RS
12382005-10-23 Richard M. Stallman <rms@gnu.org>
1239
1240 * display.texi (Overlay Arrow): Clarify about local bindings of
1241 overlay-arrow-position.
1242
6d1e17be
EZ
12432005-10-22 Eli Zaretskii <eliz@gnu.org>
1244
1245 * internals.texi (Building Emacs): Fix last change.
1246
db5fe0a6
RS
12472005-10-22 Richard M. Stallman <rms@gnu.org>
1248
1249 * internals.texi (Building Emacs): Document eval-at-startup.
1250
45158e77
RS
12512005-10-21 Richard M. Stallman <rms@gnu.org>
1252
1253 * loading.texi (Where Defined): load-history contains abs file names.
1254 symbol-file returns abs file names.
1255
e50165ec
KS
12562005-10-19 Kim F. Storm <storm@cua.dk>
1257
1258 * display.texi (Showing Images): Add max-image-size integer value.
1259
63ab30d0
CY
12602005-10-18 Chong Yidong <cyd@stupidchicken.com>
1261
1262 * display.texi (Showing Images): Document max-image-size.
1263
f8252852
RS
12642005-10-17 Richard M. Stallman <rms@gnu.org>
1265
1266 * commands.texi (Quitting): Minor clarification.
1267
1268 * processes.texi (Sentinels): Clarify about output and quitting.
1269 (Filter Functions): Mention with-local-quit.
1270
c1bed3aa
JL
12712005-10-17 Juri Linkov <juri@jurta.org>
1272
1273 * buffers.texi (Current Buffer):
1274 * commands.texi (Event Input Misc):
1275 * compile.texi (Eval During Compile, Compiler Errors):
1276 * customize.texi (Group Definitions):
1277 * display.texi (Progress, Defining Faces):
1278 * files.texi (Writing to Files):
1279 * modes.texi (Mode Hooks, Defining Minor Modes):
1280 * streams.texi (Output Functions):
1281 * syntax.texi (Syntax Table Functions):
1282 * text.texi (Change Hooks):
1283 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
1284
1285 * commands.texi (Quitting): Replace arg `forms' with `body' in
1286 `with-local-quit'.
1287
1288 * positions.texi (Excursions): Replace arg `forms' with `body' in
1289 `save-excursion'.
1290
ef1b4c9e
KS
12912005-10-08 Kim F. Storm <storm@cua.dk>
1292
1293 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
1294 Rename manual section accordingly.
1295
abc8ce50
KS
12962005-10-04 Kim F. Storm <storm@cua.dk>
1297
1298 * windows.texi (Window Split Tree): New section describing
1299 new function window-split-tree function.
1300
a1f5a1f0
NR
13012005-10-03 Nick Roberts <nickrob@snap.net.nz>
1302
1303 * display.texi (Fringe Size/Pos): Simplify and add detail.
1304
97c3e4cc
RF
13052005-09-30 Romain Francoise <romain@orebokech.com>
1306
1307 * minibuf.texi (High-Level Completion): Explain that the prompt
1308 given to `read-buffer' should end with a colon and a space.
1309 Update usage examples.
1310
8ad8c5ce
JL
13112005-09-29 Juri Linkov <juri@jurta.org>
1312
1313 * display.texi (Displaying Messages): Rename argument name
1314 `string' to `format-string' in functions `message', `message-box',
1315 `message-or-box'.
1316
63182706
CY
13172005-09-26 Chong Yidong <cyd@stupidchicken.com>
1318
fc2cb772 1319 * errors.texi (Standard Errors): Correct xrefs.
63182706 1320
906320ec
CY
13212005-09-18 Chong Yidong <cyd@stupidchicken.com>
1322
fc2cb772 1323 * display.texi (Defining Images): Update documentation for
906320ec
CY
1324 `image-load-path'.
1325
8ccd3630
RS
13262005-09-17 Richard M. Stallman <rms@gnu.org>
1327
1328 * display.texi (Defining Images): Clean up previous change.
1329
7260457b
RF
13302005-09-16 Romain Francoise <romain@orebokech.com>
1331
1332 * elisp.texi: Specify GFDL version 1.2.
1333
1334 * doclicense.texi (GNU Free Documentation License): Update to
1335 version 1.2.
1336
5b51c037
CY
13372005-09-15 Chong Yidong <cyd@stupidchicken.com>
1338
1339 * display.texi (Defining Images): Document `image-load-path'.
1340
5c4757d3
RS
13412005-09-15 Richard M. Stallman <rms@gnu.org>
1342
1343 * objects.texi (Printed Representation): Minor cleanup.
1344 (Box Diagrams): Minor fix.
1345 (Cons Cell Type): Move (...) index item here.
1346 (Box Diagrams): From here.
1347 (Array Type): Minor fix.
1348 (Type Predicates): Delete index "predicates".
1349 (Hash Table Type): Clarify xref.
1350 (Dotted Pair Notation): Minor fix.
1351
2bb8b80c
CY
13522005-09-10 Chong Yidong <cyd@stupidchicken.com>
1353
1354 * files.texi (Saving Buffers): Fix typo.
1355
47b8bc5d
RS
13562005-09-08 Richard M. Stallman <rms@gnu.org>
1357
1358 * tips.texi (Programming Tips): Correct the "default" prompt spec.
1359
475aab0d
CY
13602005-09-08 Chong Yidong <cyd@stupidchicken.com>
1361
1362 * locals.texi (Standard Buffer-Local Variables): Don't include
1363 mode variables for minor modes.
1364 Fix xrefs for buffer-display-count, buffer-display-table,
1365 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1366 enable-multibyte-characters, fill-column, header-line-format,
1367 left-fringe-width, left-margin, and right-fringe-width.
1368
1369 * hooks.texi (Standard Hooks): All hooks should conform to the
1370 standard naming convention now.
1371 Fix xref for `echo-area-clear-hook'.
1372
1373 * display.texi (Usual Display): Note that indicate-empty-lines and
1374 tab-width are buffer-local.
1375
1376 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1377
1378 * modes.texi (Mode Help): Note that major-mode is buffer-local.
1379
1380 * nonascii.texi (Encoding and I/O): Note that
1381 buffer-file-coding-system is buffer-local.
1382
1383 * positions.texi (List Motion): Note that defun-prompt-regexp is
1384 buffer-local.
1385
1386 * text.texi (Auto Filling): Note that auto-fill-function is
1387 buffer-local.
1388 (Undo): Note that buffer-undo-list is buffer-local.
1389
1390 * windows.texi (Buffers and Windows): Document
1391 buffer-display-count.
1392
2a6bc1f7
RS
13932005-09-06 Richard M. Stallman <rms@gnu.org>
1394
1395 * tips.texi (Coding Conventions): Sometimes it is ok to put the
1396 package prefix elsewhere than at the start of the name.
1397
d7ea8b71
RS
13982005-09-03 Richard M. Stallman <rms@gnu.org>
1399
1400 * tips.texi (Programming Tips): Add conventions for minibuffer
1401 questions and prompts.
1402
0c6087a6
RS
14032005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
1404
1405 * intro.texi (nil and t): Minor cleanup.
1406 Delete spurious mention of keyword symbols.
1407 (Evaluation Notation): Add index entry.
1408 (A Sample Function Description): Minor cleanup.
1409 (A Sample Variable Description): Not all vars can be set.
1410
4b5fa40e
TTN
14112005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
1412
1413 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1414
1415 (Insertion): Document precise type of `insert-char' arg COUNT.
1416
34b50776
SM
14172005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * modes.texi (Other Font Lock Variables): Sync the default of
1420 font-lock-lines-before.
1421
c1105d05
MA
14222005-08-31 Michael Albinus <michael.albinus@gmx.de>
1423
1424 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1425
62929713
RS
14262005-08-29 Richard M. Stallman <rms@gnu.org>
1427
1428 * elisp.texi (Top): Update subnode menu.
1429
1430 * searching.texi (Searching and Matching): Move node.
1431 Rearrange contents and add overall explanation.
1432 (Searching and Case): Move node.
1433 (Searching and Matching): Update menu.
1434
0fb57cc0
EZ
14352005-08-27 Eli Zaretskii <eliz@gnu.org>
1436
1437 * os.texi (Startup Summary): Fix the description of the initial
1438 startup message display.
1439
3e80c4c1
RS
14402005-08-25 Richard M. Stallman <rms@gnu.org>
1441
1442 * searching.texi (Search and Replace): Add replace-regexp-in-string.
1443
14442005-08-25 Emilio C. Lopes <eclig@gmx.net>
1445
1446 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1447 `next-overlay-change' example.
c1105d05 1448
79a8defb
JL
14492005-08-22 Juri Linkov <juri@jurta.org>
1450
1451 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1452 Fix invert-face. Fix args of face-background.
1453
16691d29
JL
1454 * display.texi (Standard Faces): Delete node.
1455 (Faces): Add xref to `(emacs)Standard Faces'.
1456 (Displaying Faces): Fix xref to `Standard Faces'.
1457
1458 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1459
217b694f
EZ
14602005-08-20 Alan Mackenzie <acm@muc.de>
1461
1462 * buffers.texi (The Buffer List): Clarify the manipulation of the
1463 buffer list.
1464
0bf14bfd
RS
14652005-08-14 Richard M. Stallman <rms@gnu.org>
1466
7ad1498e
AS
1467 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1468 a regexp.
0bf14bfd 1469
c118d09e
RS
14702005-08-11 Richard M. Stallman <rms@gnu.org>
1471
59cb8c23
RS
1472 * elisp.texi (Top): Update subnode lists.
1473
1474 * display.texi (Inverse Video): Node deleted.
1475
c118d09e
RS
1476 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1477 New nodes split out of Coding Conventions.
1478
1479 * searching.texi (Regular Expressions): Document re-builder.
1480
1481 * os.texi (Time Parsing): New node split out of Time Conversion.
1482
1483 * processes.texi (Misc Network, Network Feature Testing)
1484 (Network Options, Make Network): New nodes split out of
1485 Low-Level Network.
1486
67ec7f41
RS
14872005-08-09 Richard M. Stallman <rms@gnu.org>
1488
76d47f0d
RS
1489 * frames.texi (Geometry): New node, split from Size and Position.
1490 (Frame Parameters): Refer to Geometry.
1491
67ec7f41 1492 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 1493
67ec7f41
RS
1494 * windows.texi (Splitting Windows): Fix xref.
1495
1496 * frames.texi (Layout Parameters): Add xref.
1497
1498 * display.texi (Line Height, Scroll Bars): Fix xrefs.
1499
1500 * keymaps.texi (Menu Bar): Fix xref.
1501
1502 * locals.texi (Standard Buffer-Local Variables): Fix xref.
1503
1504 * modes.texi (%-Constructs): Fix xref.
1505
1506 * frames.texi (Window Frame Parameters): Node split up.
1507 (Basic Parameters, Position Parameters, Size Parameters)
1508 (Layout Parameters, Buffer Parameters, Management Parameters)
1509 (Cursor Parameters, Color Parameters): New subnodes.
1510
adb5e445
LT
15112005-08-09 Luc Teirlinck <teirllm@auburn.edu>
1512
1513 * positions.texi (Screen Lines): Update xref for previous change
1514 in minibuf.texi.
1515
1516 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1517 change in minibuf.texi.
1518
61298e17
RS
15192005-08-09 Richard M. Stallman <rms@gnu.org>
1520
1521 * tips.texi (Coding Conventions): Minor cleanup.
1522
1523 * modes.texi (Defining Minor Modes): Explain when init-value
1524 can be non-nil.
1525
1526 * elisp.texi (Top): Update submenu for Minibuffer.
1527
1528 * minibuf.texi (Minibuffer Misc): Node split up.
1529 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1530 (Recursive Mini): New nodes split out from Minibuffer Misc.
1531 (Minibuffer Misc): Document max-mini-window-height.
1532
1533 * hash.texi (Defining Hash): Delete stray paren in example.
1534
1535 * display.texi (Echo Area Customization): Don't define
1536 max-mini-window-height here; xref instead.
1537
1538 * commands.texi (Event Input Misc): Update while-no-input.
1539
1540 * advice.texi (Advising Functions): Explain when to use advice
1541 and when to use a hook.
1542
43e124e6
EZ
15432005-07-30 Eli Zaretskii <eliz@gnu.org>
1544
1545 * makefile.w32-in (info): Don't run install-info.
1546 ($(infodir)/dir): New target, produced by running install-info.
1547
653aea22
LT
15482005-07-27 Luc Teirlinck <teirllm@auburn.edu>
1549
1550 * modes.texi (Defining Minor Modes): The keyword for the initial
1551 value is :init-value, not :initial-value.
1552
ba6ebbd5
EZ
15532005-07-23 Eli Zaretskii <eliz@gnu.org>
1554
1555 * loading.texi (Autoload): Make the `doctor' example be consistent
1556 with what's in current loaddefs.el. Describe the "fn" magic in
1557 the usage portion of the doc string.
1558
6696f2a4
RS
15592005-07-22 Richard M. Stallman <rms@gnu.org>
1560
1561 * internals.texi (Garbage Collection): Clarify previous change.
1562
0c17e67c
SM
15632005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
1564
1565 * internals.texi (Garbage Collection): Add gc-cons-percentage.
1566
426179e1
JL
15672005-07-18 Juri Linkov <juri@jurta.org>
1568
1569 * commands.texi (Accessing Events):
1570 * frames.texi (Text Terminal Colors, Resources):
1571 * markers.texi (The Mark):
1572 * modes.texi (Defining Minor Modes):
1573 Delete duplicate duplicate words.
1574
9b0c2c56
RS
15752005-07-16 Richard M. Stallman <rms@gnu.org>
1576
1577 * display.texi (Managing Overlays): Clarify make-overlay
1578 args for insertion types.
1579
fd90b80c
LT
15802005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1581
0c17e67c
SM
1582 * customize.texi (Variable Definitions):
1583 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
1584 `standard-value' is a list too.
1585 (Defining New Types): Use @key{RET} instead of @key{ret}.
1586
37aa90e5
TTN
15872005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
1588
1589 * os.texi (Translating Input): Fix typo.
1590
917e0c95
RS
15912005-07-08 Richard M. Stallman <rms@gnu.org>
1592
1593 * README: Update edition number and size estimate.
1594
1595 * elisp.texi (VERSION): Set to 2.9.
1596
7d90e71d
RS
15972005-07-07 Richard M. Stallman <rms@gnu.org>
1598
c330dafe
RS
1599 * book-spine.texinfo: Update Emacs version.
1600
7d90e71d
RS
1601 * display.texi (Inverse Video): Delete mode-line-inverse-video.
1602
dc2204be
RS
16032005-07-06 Richard M. Stallman <rms@gnu.org>
1604
1605 * searching.texi (Regexp Search): Clarify what re-search-forward
1606 does when the search fails.
1607
a0ec7a4a
LK
16082005-07-05 Lute Kamstra <lute@gnu.org>
1609
dc2204be 1610 * Update FSF's address in GPL notices.
a0ec7a4a
LK
1611
1612 * doclicense.texi (GNU Free Documentation License):
1613 * gpl.texi (GPL):
1614 * tips.texi (Coding Conventions, Library Headers):
1615 * vol1.texi:
1616 * vol2.texi: Update FSF's address.
1617
4af33176
RS
16182005-07-04 Richard M. Stallman <rms@gnu.org>
1619
1620 * hooks.texi (Standard Hooks): Add occur-hook.
1621
b3ab615b
LT
16222005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1623
1624 * display.texi (The Echo Area): Correct menu.
1625
3d393029
RS
16262005-07-03 Richard M. Stallman <rms@gnu.org>
1627
7fe48b75
RS
1628 * elisp.texi (Top): Update subnode menu for Display.
1629
1630 * display.texi (Displaying Messages): New node, with most
1631 of what was in The Echo Area.
1632 (Progress): Moved under The Echo Area.
1633 (Logging Messages): New node with new text.
1634 (Echo Area Customization): New node, the rest of what was
1635 in The Echo Area. Document message-truncate-lines with @defvar.
1636 (Display): Update menu.
1637
3d393029
RS
1638 * windows.texi (Textual Scrolling): Doc 3 values for
1639 scroll-preserve-screen-position.
1640
1641 * text.texi (Special Properties): Change hook functions
1642 should bind inhibit-modification-hooks around altering buffer text.
1643
1644 * keymaps.texi (Key Binding Commands): Call binding BINDING
1645 rather than DEFINITION.
1646
b26860ad
JB
16472005-06-29 Juanma Barranquero <lekktu@gmail.com>
1648
1649 * variables.texi (Defining Variables): `user-variable-p' returns t
1650 for aliases of user options, nil for alias loops.
1651
025691ed
RS
16522005-06-28 Richard M. Stallman <rms@gnu.org>
1653
1654 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
1655 make-keymap.
1656
b61bfa4d
LT
16572005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1658
1659 * variables.texi (Setting Variables): Correct and clarify
1660 description of `add-to-ordered-list'.
1661
24ee714d
RS
16622005-06-26 Richard M. Stallman <rms@gnu.org>
1663
1664 * display.texi (Faces): Minor cleanup.
1665
33b79ce4
LT
16662005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1667
1668 * display.texi (Faces): `facep' returns t for strings that are
1669 face names.
1670
df13531d
RS
16712005-06-25 Richard M. Stallman <rms@gnu.org>
1672
1673 * objects.texi (Equality Predicates): Clarify meaning of equal.
1674
1675 * windows.texi (Selecting Windows): save-selected-window
1676 and with-selected-window save and restore the current buffer.
1677
cf444441
RS
16782005-06-24 Richard M. Stallman <rms@gnu.org>
1679
1680 * numbers.texi (Float Basics): Explain how to test for NaN,
1681 and printing the sign of NaNs.
1682
6cdd056d
EZ
16832005-06-24 Eli Zaretskii <eliz@gnu.org>
1684
1685 * makefile.w32-in (MAKEINFO): Use --force.
1686
b93e3c3b
RS
16872005-06-23 Richard M. Stallman <rms@gnu.org>
1688
1689 * display.texi (Face Functions): Correct Texinfo usage.
1690
6fb276bd
LT
16912005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1692
1693 * lists.texi (Rings): `ring-elements' now returns the elements of
1694 RING in order.
1695
1d1c7e75
JB
16962005-06-23 Juanma Barranquero <lekktu@gmail.com>
1697
1698 * markers.texi (The Mark): Texinfo usage fix.
1699
9d12e52b
KS
17002005-06-23 Kim F. Storm <storm@cua.dk>
1701
1702 * searching.texi (Entire Match Data): Remove evaporate option for
1703 match-data. Do not mention evaporate option for set-match-data.
1704
6d44324c
GM
17052005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1706
1707 * display.texi (Face Functions): Mention face aliases.
1708
80df27a7
RS
17092005-06-21 Richard M. Stallman <rms@gnu.org>
1710
1711 * anti.texi (Antinews): Texinfo usage fix.
1712
e121563b
KB
17132005-06-21 Karl Berry <karl@gnu.org>
1714
9d7d543c
KB
1715 * elisp.texi: Use @copying.
1716
e121563b
KB
1717 * elisp.texi: Put @summarycontents and @contents before the Top
1718 node, instead of the end of the file, so that the contents appear
1719 in the right place in the dvi/pdf output.
1720
36a3b076
JL
17212005-06-21 Juri Linkov <juri@jurta.org>
1722
1723 * display.texi (Defining Faces): Add `customized-face'.
1724
5c796e80
KS
17252005-06-20 Kim F. Storm <storm@cua.dk>
1726
b7d1f38f
KS
1727 * variables.texi (Setting Variables): Any type of element can be
1728 given order in add-to-ordered-list. Compare elements with eq.
1729
5c796e80
KS
1730 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
1731
fb056bef
KB
17322005-06-20 Karl Berry <karl@gnu.org>
1733
1734 * syntax.texi (Syntax Flags): Make last column very slightly wider
1735 to avoid "generic comment" breaking on two lines and causing an
1736 underfull box.
1737
84398baa
LT
17382005-06-19 Luc Teirlinck <teirllm@auburn.edu>
1739
1740 * lists.texi (Rings): Various minor clarifications and corrections.
1741
07ff1e4b
RS
17422005-06-18 Richard M. Stallman <rms@gnu.org>
1743
1744 * functions.texi (Obsolete Functions): Simplify.
1745
1746 * variables.texi (Variable Aliases): Simplify.
1747
1748 * anti.texi, backups.texi, compile.texi, customization.texi:
1749 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
1750 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
1751 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
1752 * variables.texi: Fix formatting ugliness.
1753
1754 * elisp.texi: Add links to Rings and Byte Packing.
1755 Update version and copyright years.
1756
1757 * minibuf.texi: Fix formatting ugliness.
1758 (Completion Commands): Move keymap vars to the end
1759 and vars completing-read binds to the top.
1760
3f7fab24
LT
17612005-06-17 Luc Teirlinck <teirllm@auburn.edu>
1762
1763 * processes.texi: Fix typos.
1764 (Bindat Spec): Correct Texinfo error.
926c4c9b 1765 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 1766
f19b57e3
RS
17672005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
1768
1769 * lists.texi (Rings): New node.
1770 (Lists): Add it to menu.
1771
a80c5da7 1772 * processes.texi (Byte Packing): New node.
f19b57e3
RS
1773 (Processes): Add it to menu.
1774
17752005-06-17 Richard M. Stallman <rms@gnu.org>
1776
1777 * syntax.texi (Parsing Expressions): Fix texinfo usage.
1778
1779 * help.texi (Documentation Basics): Explain the xref to
1780 Documentation Tips.
1781
1782 * debugging.texi (Debugger Commands): Minor fix.
1783
67c1390d
LT
17842005-06-16 Luc Teirlinck <teirllm@auburn.edu>
1785
1786 * edebug.texi (Instrumenting): Eliminate duplicate link.
1787 (Specification List): Replace references to "below", referring to
1788 a later node, with one @ref to that node.
1789
1790 * os.texi (Timers): Timers should save and restore the match data
1791 if they change it.
1792
1793 * debugging.texi (Debugger Commands): Mention that the Lisp
1794 debugger can not step through primitive functions.
1795
51cd2a8c
JB
17962005-06-16 Juanma Barranquero <lekktu@gmail.com>
1797
1798 * functions.texi (Obsolete Functions): Update argument names of
1799 `make-obsolete' and `define-obsolete-function-alias'.
1800
1801 * variables.texi (Variable Aliases): Update argument names of
1802 `defvaralias', `make-obsolete-variable' and
1803 `define-obsolete-variable-alias'.
1804
f5e6ac4a
KS
18052005-06-15 Kim F. Storm <storm@cua.dk>
1806
1807 * searching.texi (Entire Match Data): Rephrase warnings about
1808 evaporate arg to match-data and set-match-data.
1809
fe2a9972
LT
18102005-06-14 Luc Teirlinck <teirllm@auburn.edu>
1811
67774855
LT
1812 * elisp.texi (Top): Update detailed menu.
1813
fe2a9972
LT
1814 * edebug.texi (Edebug): Update menu.
1815 (Instrumenting): Update xrefs.
1816 (Edebug Execution Modes): Correct xref.
1817 (Jumping): Clarify description of `h' command.
1818 Eliminate redundant @ref.
1819 (Breaks): New node.
9b7fa297 1820 (Breakpoints): Is now a subsubsection.
fe2a9972
LT
1821 (Global Break Condition): Mention `C-x X X'.
1822 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
1823 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
1824 (Edebug Display Update): Correct pxref.
1825 (Edebug and Macros): New node.
1826 (Instrumenting Macro Calls): Is now a subsubsection.
1827 Neither arg of `def-edebug-spec' is evaluated.
1828 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
1829 (Specification Examples): Fix typo.
1830
b59f605b
LK
18312005-06-14 Lute Kamstra <lute@gnu.org>
1832
1833 * debugging.texi (Function Debugging): Primitives can break on
1834 entry too.
1835
a5c99dc9
KS
18362005-06-14 Kim F. Storm <storm@cua.dk>
1837
1838 * variables.texi (Setting Variables): Add add-to-ordered-list.
1839
f99ed2f8
SM
18402005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1841
1842 * syntax.texi (Parsing Expressions): Document aux functions and vars of
1843 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
1844
9d42ffaa
LK
18452005-06-13 Lute Kamstra <lute@gnu.org>
1846
1847 * text.texi (Special Properties): Fix cross reference.
1848
32cc0b00
LT
18492005-06-11 Luc Teirlinck <teirllm@auburn.edu>
1850
1851 * debugging.texi (Function Debugging): Delete mention of empty
1852 string argument to `cancel-debug-on-entry'. Delete inaccurate
1853 description of the return value of that command.
1854
98d1a1cf
EZ
18552005-06-11 Alan Mackenzie <acm@muc.de>
1856
1857 * text.texi (Adaptive Fill): Amplify the description of
1858 fill-context-prefix.
1859
4b53b8d7
LT
18602005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1861
84398baa 1862 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 1863
b5305167
SM
18642005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1865
1866 * syntax.texi (Parsing Expressions): Document syntax-ppss.
1867
9bd4c3ad
LT
18682005-06-10 Luc Teirlinck <teirllm@auburn.edu>
1869
1870 * debugging.texi (Error Debugging): Minor rewording.
1871 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
1872 is optional.
1873
257914aa
LK
18742005-06-10 Lute Kamstra <lute@gnu.org>
1875
b5305167 1876 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
1877 (Top): Give it a title. Correct version number. Give the
1878 detailed node listing a more prominent header.
b5305167
SM
1879 * intro.texi: Don't set VERSION here a second time.
1880 Mention Emacs's version too.
257914aa
LK
1881 * anti.texi (Antinews): Use EMACSVER to refer to the current
1882 version of Emacs.
1883
b7aae902
KS
18842005-06-09 Kim F. Storm <storm@cua.dk>
1885
1886 * searching.texi (Entire Match Data): Explain new `reseat' argument to
1887 match-data and set-match-data.
1888
99598737
RS
18892005-06-08 Richard M. Stallman <rms@gnu.org>
1890
1891 * searching.texi (Entire Match Data): Clarify when match-data
1892 returns markers and when integers.
1893
1894 * display.texi (Defining Faces): Explain that face name should not
1895 end in `-face'.
1896
1897 * modes.texi (Mode Line Data): Minor cleanup.
1898 (Customizing Keywords): Node split out of Search-based Fontification.
1899 Add example of using font-lock-add-keywords from a hook.
1900 Clarify when MODE should be non-nil, and when nil.
1901
19022005-06-06 Richard M. Stallman <rms@gnu.org>
1903
1904 * modes.texi (Mode Line Data): Explain what happens when the car
1905 of a list is a void symbol.
1906 (Search-based Fontification): Explain MODE arg to
1907 font-lock-add-keywords and warn about calls from major modes.
1908
ecc8893a
JL
19092005-06-08 Juri Linkov <juri@jurta.org>
1910
1911 * display.texi (Standard Faces): Add `shadow' face.
1912
7fa9f4eb
LT
19132005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1914
1915 * modes.texi (Major Mode Conventions): A derived mode only needs
1916 to put the call to the parent mode inside `delay-mode-hooks'.
1917
bebcc4b1
RS
19182005-05-29 Richard M. Stallman <rms@gnu.org>
1919
c16b1394
RS
1920 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
1921 new, and what that implies. Clarify.
1922
1923 * files.texi (Locating Files): Clean up the text.
1924
bebcc4b1
RS
1925 * frames.texi (Window Frame Parameters): Document user-size.
1926 Shorten entry for top by referring to left.
1927
19282005-05-26 Richard M. Stallman <rms@gnu.org>
1929
1930 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
1931 is new, and what the implications are. Other clarifications.
1932
217797bc
RS
19332005-05-24 Richard M. Stallman <rms@gnu.org>
1934
1935 * frames.texi (Dialog Boxes): Minor fixes.
1936
3565fe07
MY
19372005-05-25 Masatake YAMATO <jet@gyve.org>
1938
1939 * display.texi (Standard Faces): Write about `mode-line-highlight'.
1940
817089df
LT
19412005-05-24 Luc Teirlinck <teirllm@auburn.edu>
1942
1943 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
1944 is optional.
1945
cb5db137
NR
19462005-05-24 Nick Roberts <nickrob@snap.net.nz>
1947
1948 * frames.texi (Dialog Boxes): Descibe new optional argument.
1949
3c8572f5
LK
19502005-05-23 Lute Kamstra <lute@gnu.org>
1951
1952 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
1953 syntax-begin-function over font-lock-beginning-of-syntax-function.
1954
2a4d7cb3
LT
19552005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1956
71f800cf
LT
1957 * minibuf.texi (Reading File Names): Update description of
1958 `read-directory-name'.
1959
2a4d7cb3
LT
1960 * modes.texi (Derived Modes): Clarify :group keyword.
1961
bb4afd09
EZ
19622005-05-21 Eli Zaretskii <eliz@gnu.org>
1963
b5305167
SM
1964 * files.texi (Locating Files): New subsection.
1965 Describe locate-file and executable-find.
bb4afd09 1966
a2c9aee6
EZ
19672005-05-21 Kevin Ryde <user42@zip.com.au>
1968
1969 * frames.texi (Initial Parameters): Update cross reference to
1970 "Emacs Invocation".
1971
6900105f
LT
19722005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1973
ca1b0914
LT
1974 * keymaps.texi (Active Keymaps): Add anchor.
1975
6900105f
LT
1976 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
1977 (Major Mode Conventions): Refer to `Auto Major Mode' in more
1978 appropriate place.
1979 (Derived Modes): Small clarifications.
b5305167
SM
1980 (Minor Mode Conventions, Keymaps and Minor Modes):
1981 Replace references to nodes with references to anchors.
6900105f
LT
1982 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
1983 Clarify description of lists whose first element is an integer.
1984 (Mode Line Variables): Add anchor.
1985 (%-Constructs): Clarify description of integer after %.
1986 (Emulating Mode Line): Describe nil value for FACE.
1987
54d06364
LT
19882005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1989
1990 * modes.texi (Derived Modes): Correct references to non-existing
1991 variable standard-syntax-table.
1992
f8d0b769
LK
19932005-05-17 Lute Kamstra <lute@gnu.org>
1994
1995 * modes.texi (Defining Minor Modes): Mention the mode hook.
1996
294c599c
KS
19972005-05-15 Kim F. Storm <storm@cua.dk>
1998
1999 * processes.texi (Network): Remove open-network-stream-nowait.
2000 (Network Servers): Remove open-network-stream-server.
2001
4214af69
LT
20022005-05-15 Luc Teirlinck <teirllm@auburn.edu>
2003
2004 * elisp.texi (Top): Update detailed menu.
2005
2006 * variables.texi: Reorder nodes.
2007 (Variables): Update menu.
2008 (File Local Variables): Do not refer to the `-*-' line as
2009 a "local variables list". Add pxref.
2010
302691ab
LT
20112005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2012
56d4215a
LT
2013 * elisp.texi (Top): Update detailed menu for node changes.
2014
302691ab
LT
2015 * modes.texi (Modes): Update Menu.
2016 (Hooks): Move to beginning of chapter.
2017 Most minor modes run mode hooks too.
2018 `add-hook' can handle void hooks or hooks whose value is a single
2019 function.
2020 (Major Modes): Update Menu.
2021 (Major Mode Basics): New node, split off from `Major Modes'.
2022 (Major Mode Conventions): Correct xref. Explain how to handle
2023 auto-mode-alist if the major mode command has an autoload cookie.
2024 (Auto Major Mode): Major update. Add magic-mode-alist.
2025 (Derived Modes): Major update.
2026 (Mode Line Format): Update Menu.
2027 (Mode Line Basics): New node, split off from `Mode Line Format'.
2028
2029 * loading.texi (Autoload): Mention `autoload cookie' as synonym
2030 for `magic autoload comment'. Add index entries and anchor.
2031
d06ba294
RS
20322005-05-14 Richard M. Stallman <rms@gnu.org>
2033
2034 * tips.texi (Coding Conventions): Explain how important it is
2035 that just loading certain files not change Emacs behavior.
2036
2037 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
2038
405cb12a
LK
20392005-05-12 Lute Kamstra <lute@gnu.org>
2040
19958124
LK
2041 * modes.texi (Generic Modes): Update.
2042 (Major Modes): Refer to node "Generic Modes".
2043
405cb12a
LK
2044 * elisp.texi (Top): Update to the current structure of the manual.
2045 * processes.texi (Processes): Add menu description.
2046 * customize.texi (Customization): Add menu descriptions.
2047
f714dd1b
TTN
20482005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2049
cc9442f2
TTN
2050 * processes.texi (Signals to Processes)
2051 (Low-Level Network): Fix typos.
f714dd1b 2052
36ad23ec
LK
20532005-05-11 Lute Kamstra <lute@gnu.org>
2054
2055 * elisp.texi (Top): Add some nodes from the chapter "Major and
2056 Minor Modes" to the detailed node listing.
2057
d101bf56
RS
20582005-05-10 Richard M. Stallman <rms@gnu.org>
2059
2060 * keymaps.texi (Extended Menu Items): Menu item filter functions
2061 can be called at any time.
2062
698b0510
LT
20632005-05-08 Luc Teirlinck <teirllm@auburn.edu>
2064
2065 * variables.texi (File Local Variables): `(hack-local-variables t)'
2066 now also checks whether a mode is specified in the local variables
2067 list.
2068
2c6b25c7
EZ
20692005-05-05 Kevin Ryde <user42@zip.com.au>
2070
2071 * display.texi (The Echo Area): Correct format function cross
2072 reference.
2073
643b4cf5
LT
20742005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2075
2076 * variables.texi (Variable Aliases): Change description of
2077 `define-obsolete-variable-alias'.
2078
2079 * functions.texi (Functions): Add "Obsolete Functions" to menu.
2080 (Defining Functions): Add xref.
2081 (Obsolete Functions): New node.
2082 (Function Safety): Standardize capitalization of section title.
2083
2084 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2085 (Dialog Boxes): Complete description of `x-popup-dialog'.
2086
053bc8e4
RS
20872005-05-04 Richard M. Stallman <rms@gnu.org>
2088
2089 * commands.texi (Interactive Codes): Fix Texinfo usage.
2090 Document U more clearly.
2091
f6b1b15a
LT
20922005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2093
3b925015
LT
2094 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2095 function and not a macro.
2096
f6b1b15a
LT
2097 * frames.texi (Pop-Up Menus): Correct and clarify description of
2098 `x-popup-menu'.
2099 (Dialog Boxes): Clarify description of `x-popup-dialog'.
2100
ebbfa918
RS
21012005-05-01 Richard M. Stallman <rms@gnu.org>
2102
2103 * edebug.texi (Checking Whether to Stop): Fix previous change.
2104
abe2f96e
LT
21052005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2106
d6028ef2
LT
2107 * display.texi: Fix typos and Texinfo usage.
2108
abe2f96e
LT
2109 * edebug.texi (Checking Whether to Stop): executing-macro ->
2110 executing-kbd-macro.
2111
b2cfb30b
RS
21122005-05-01 Richard M. Stallman <rms@gnu.org>
2113
2114 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2115
7e995a23
RS
21162005-04-30 Richard M. Stallman <rms@gnu.org>
2117
2118 * files.texi (Magic File Names): Document `operations' property.
2119
57efa539
LK
21202005-04-29 Lute Kamstra <lute@gnu.org>
2121
2122 * modes.texi (Generic Modes): New node.
2123 (Major Modes): Add it to the menu.
2124 (Derived Modes): Add "derived mode" to concept index.
2125
0a20b1dc
LK
21262005-04-28 Lute Kamstra <lute@gnu.org>
2127
2128 * modes.texi (Defining Minor Modes): Fix previous change.
2129 (Font Lock Mode): Simplify.
2130 (Font Lock Basics): Say that font-lock-defaults is buffer-local
2131 when set and that some parts are optional. Add cross references.
2132 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
2133 Add cross references. Add font-lock-multiline to index.
2134 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 2135 Lock Variables". Document font-lock-add-keywords and
b5305167 2136 font-lock-remove-keywords.
0a20b1dc
LK
2137 (Other Font Lock Variables): Move font-lock-keywords-only,
2138 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2139 and font-lock-syntactic-face-function to node "Syntactic Font
2140 Lock". Move font-lock-keywords-case-fold-search to node
2141 "Search-based Fontification". Document font-lock-inhibit-thing-lock
2142 and font-lock-{,un}fontify-{buffer,region}-function.
2143 (Precalculated Fontification): Remove reference to deleted variable
2144 font-lock-core-only.
2145 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2146 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
2147 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2148 and font-lock-syntactic-face-function here from node "Other Font
2149 Lock Variables". Move font-lock-syntactic-keywords to "Setting
2150 Syntax Properties". Add cross references.
b5305167
SM
2151 (Setting Syntax Properties): New node.
2152 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
2153 * syntax.texi (Syntax Properties): Add cross reference.
2154 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2155
68a94f5a
RS
21562005-04-26 Richard M. Stallman <rms@gnu.org>
2157
2158 * display.texi (Defining Faces):
2159 Document `default' elements of defface spec.
2160
2161 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2162
2163 * variables.texi (Variable Aliases): Clarify text.
2164
21652005-04-25 Chong Yidong <cyd@stupidchicken.com>
2166
2167 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2168
7f48f143
LT
21692005-04-25 Luc Teirlinck <teirllm@auburn.edu>
2170
2171 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2172
45d2f8e8
EZ
21732005-04-24 Eli Zaretskii <eliz@gnu.org>
2174
f3714ab2
EZ
2175 * syntax.texi (Syntax Table Internals): Elaborate documentation of
2176 syntax-after and syntax-class.
2177
45d2f8e8 2178 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
2179 (Unique File Names): Don't mention "numbers" in the documentation
2180 of make-temp-file and make-temp-name.
45d2f8e8 2181
469bc679
RS
21822005-04-23 Richard M. Stallman <rms@gnu.org>
2183
2184 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2185
c9fa5dc9
RS
21862005-04-22 Nick Roberts <nickrob@snap.net.nz>
2187
2188 * windows.texi (Cyclic Window Ordering): Clarify window-list.
2189
230e1e80
NR
21902005-04-22 Nick Roberts <nickrob@snap.net.nz>
2191
2192 * variables.texi (Variable Aliases): Describe make-obsolete-variable
2193 and define-obsolete-variable-alias.
2194
1ba52906
KS
21952005-04-22 Kim F. Storm <storm@cua.dk>
2196
2197 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2198 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2199
9721d904
LK
22002005-04-21 Lute Kamstra <lute@gnu.org>
2201
2202 * lists.texi (Association Lists): Document rassq-delete-all.
2203
ed35c736
RS
22042005-04-19 Richard M. Stallman <rms@gnu.org>
2205
2206 * modes.texi (Search-based Fontification): Explain that
2207 facespec is an expression to be evaluated.
2208
42fc00a4
RS
22092005-04-19 Kevin Ryde <user42@zip.com.au>
2210
b5305167 2211 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
2212 * strings.texi (String Conversion): Fix xref.
2213
5827e9d4
KS
22142005-04-19 Kim F. Storm <storm@cua.dk>
2215
2216 * symbols.texi (Symbol Plists): Add safe-get.
2217 Mention that `get' may signal an error.
2218
47872da9
NR
22192005-04-18 Nick Roberts <nickrob@snap.net.nz>
2220
2221 * customize.texi (Variable Definitions): Replace tooltip-mode
2222 example with save-place.
2223
ec0cf966
RS
22242005-04-17 Richard M. Stallman <rms@gnu.org>
2225
2226 * buffers.texi (Indirect Buffers): Clarify.
2227
2228 * positions.texi (Positions): Clarify converting marker to integer.
2229
2230 * strings.texi (String Basics): Mention string-match; clarify.
2231
199bb209
LK
22322005-04-08 Lute Kamstra <lute@gnu.org>
2233
2234 * modes.texi (Search-based Fontification): Fix cross references.
2235 Use consistent terminology. Document anchored highlighting.
2236
bfa54668
LK
22372005-04-05 Lute Kamstra <lute@gnu.org>
2238
2239 * modes.texi (Defining Minor Modes): Document :group keyword
2240 argument and its default value.
2241
07e5fb9e
LK
22422005-04-03 Lute Kamstra <lute@gnu.org>
2243
2244 * hooks.texi (Standard Hooks): Add some hooks. Add cross
2245 references and/or descriptions. Delete major mode hooks; mention
2246 them as a category instead. Rename or delete obsolete hooks.
2247
aa945b59
RS
22482005-04-02 Richard M. Stallman <rms@gnu.org>
2249
2250 * nonascii.texi (Coding System Basics): Another wording cleanup.
2251
8b918214
RS
22522005-04-01 Richard M. Stallman <rms@gnu.org>
2253
2254 * nonascii.texi (Coding System Basics): Clarify previous change.
2255
41639988
KH
22562005-04-01 Kenichi Handa <handa@m17n.org>
2257
2258 * nonascii.texi (Coding System Basics): Describe about rondtrip
2259 identity of coding systems.
2260
8e669bbd
RS
22612005-03-29 Chong Yidong <cyd@stupidchicken.com>
2262
2263 * text.texi (Buffer Contents): Add filter-buffer-substring and
2264 buffer-substring-filters.
2265
f60a6f87
RS
22662005-03-26 Chong Yidong <cyd@stupidchicken.com>
2267
2268 * anti.texi (Antinews): Mention `G' interactive code.
2269
2270 * tips.texi (Compilation Tips): Mention benchmark.el.
2271
aaac1251
LT
22722005-03-27 Luc Teirlinck <teirllm@auburn.edu>
2273
2274 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
2275 is now bound to M-o M-o.
2276
2277 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
2278
45325173
GM
22792005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
2280
2281 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
2282 in the Emacs Manual).
2283 * Makefile.in (srcs): Remove calendar.texi.
2284 * makefile.w32-in (srcs): Remove calendar.texi.
2285 * display.texi (Display): Change name of next node.
2286 * os.texi (System In): Change name of previous node.
2287 * elisp.texi (Top): Remove Calendar references.
2288 * vol1.texi (Top): Remove Calendar references.
2289 * vol2.texi (Top): Remove Calendar references.
2290
85df292e
RS
22912005-03-25 Richard M. Stallman <rms@gnu.org>
2292
45325173 2293 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
2294 Cleanup previous change.
2295
22962005-03-25 Chong Yidong <cyd@stupidchicken.com>
2297
2298 * display.texi (Face Attributes): Faces earlier in an :inherit
2299 list take precedence.
2300 (Scroll Bars): Fix description of vertical-scroll-bars.
2301 Document frame-current-scroll-bars and window-current-scroll-bars.
2302
2303 * markers.texi (The Mark): Document temporary Transient Mark mode.
2304
b5305167
SM
2305 * minibuf.texi (Reading File Names):
2306 Document read-file-name-completion-ignore-case.
85df292e
RS
2307
2308 * positions.texi (Screen Lines): Document nil for width argument
2309 to compute-motion.
2310
1fe54d69
KS
23112005-03-23 Kim F. Storm <storm@cua.dk>
2312
2313 * display.texi (Standard Faces): Other faces used in the fringe
2314 implicitly inherits from the fringe face.
2315 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
2316 properties implicitly inherits from fringe face.
2317 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
2318
a775dff4
RS
23192005-03-20 Chong Yidong <cyd@stupidchicken.com>
2320
2321 * display.texi (Invisible Text): State default value of
2322 line-move-ignore-invisible.
2323 (Managing Overlays): Document remove-overlays.
2324 (Standard Faces): Document escape-glyph face.
2325
b5305167 2326 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 2327
b5305167
SM
2328 * modes.texi (Other Font Lock Variables):
2329 Document font-lock-lines-before.
a775dff4
RS
2330
2331 * positions.texi (Skipping Characters): skip-chars-forward allows
2332 character classes.
2333
077f7085
LK
23342005-03-18 Lute Kamstra <lute@gnu.org>
2335
2336 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
2337
d69ea7ab
RS
23382005-03-17 Richard M. Stallman <rms@gnu.org>
2339
c7bd5d57
RS
2340 * text.texi (Undo): Document extensible undo entries.
2341
d69ea7ab
RS
2342 * searching.texi (String Search, Regexp Search, Regexp Search):
2343 Cleanups.
2344
2345 * nonascii.texi (Character Codes): Minor fix.
2346
2347 * display.texi (Display Property): Explain the significance
2348 of having text properties that are eq.
2349 (Other Display Specs): Explain string as display spec.
2350
2351 * commands.texi (Interactive Codes): Document G option.
2352
23532005-03-17 Chong Yidong <cyd@stupidchicken.com>
2354
2355 * text.texi (Filling): Add sentence-end-without-period and
2356 sentence-end-without-space.
2357 (Changing Properties): Minor fix.
2358
2359 * anti.texi: Total rewrite.
2360
a7679889
LK
23612005-03-15 Lute Kamstra <lute@gnu.org>
2362
2363 * edebug.texi (Instrumenting Macro Calls): Fix typos.
2364
6eb8e247
KS
23652005-03-08 Kim F. Storm <storm@cua.dk>
2366
2367 * display.texi (Specified Space): Property :width is support on
2368 non-graphic terminals, :height is not.
2369
bfa8be14
RS
23702005-03-07 Richard M. Stallman <rms@gnu.org>
2371
2372 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2373 Now subnodes of Fringes.
2374 (Overlay Arrow): Document overlay-arrow-variable-list.
2375 (Fringe Size/Pos): New node, broken out of Fringes.
2376 (Display): Explain clearing vs redisplay better.
2377 (Truncation): Clarify use of bitmaps.
2378 (The Echo Area): Clarify the uses of the echo area.
2379 Add max-mini-window-height.
2380 (Progress): Clarify.
2381 (Invisible Text): Explain that main loop moves point out.
2382 (Selective Display): Say "hidden", not "invisible".
b5305167 2383 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
2384 (Overlay Properties): Clarify intro.
2385 (Finding Overlays): Explain return values when nothing found.
2386 (Width): truncate-string-to-width has added arg.
2387 (Displaying Faces): Clarify and update mode line face handling.
2388 (Face Functions): Minor cleanup.
b5305167 2389 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
2390 (Pixel Specification, Other Display Specs): Minor cleanups.
2391 (Images, Image Descriptors): Minor cleanups.
2392 (GIF Images): Patents have expired.
2393 (Showing Images): Explain default text for insert-image.
b5305167 2394 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
2395 (Making Buttons): Explain return values.
2396 (Button Buffer Commands): Add xref.
2397 (Inverse Video): Update mode-line-inverse-video.
2398 (Display Table Format): Clarify.
2399 (Active Display Table): Give defaults for window-display-table.
2400
2401 * calendar.texi (Calendar Customizing): calendar-holiday-marker
2402 and calendar-today-marker are strings, not chars.
2403 (Holiday Customizing): Minor fix.
2404
bfa8be14
RS
2405 * internals.texi (Writing Emacs Primitives): Update `or' example.
2406 Update limit on # args of subr.
2407
2408 * edebug.texi (Using Edebug): Arrow is in fringe.
2409 (Instrumenting): Arg to eval-defun works without loading edebug.
2410 (Edebug Execution Modes): Add xref.
2411
2412 * customize.texi (Common Keywords): Clarify :require.
2413 Mention :version here.
2414 (Variable Definitions, Group Definitions): Not here.
2415 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2416
d69ea7ab
RS
24172005-03-07 Chong Yidong <cyd@stupidchicken.com>
2418 * nonascii.texi (Text Representations): Clarify position-bytes.
2419 (Character Sets): Add list-charset-chars.
2420 (Scanning Charsets): Add charset-after.
2421 (Encoding and I/O): Minor fix.
2422
34398e6c
RS
24232005-03-06 Richard M. Stallman <rms@gnu.org>
2424
2425 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2426 (Resizing Windows): Likewise.
2427
2428 * text.texi (Change Hooks): Get rid of "Emacs 21".
2429
2430 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2431
2432 * streams.texi (Output Variables): Get rid of "Emacs 21".
2433
2434 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2435
2436 * os.texi (Translating Input): Replace flow-control example
2437 with a less obsolete example that uses `keyboard-translate'.
2438
6eb8e247 2439 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 2440 Get rid of "Emacs 21".
6eb8e247 2441
34398e6c
RS
2442 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2443 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2444
2445 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2446
2447 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2448
2449 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2450 (Menu Bar): Fix when menu-bar-update-hook is called.
2451
2452 * hash.texi (Hash Tables): Get rid of "Emacs 21".
2453
2454 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2455 and make it read better.
2456
2457 * files.texi (Writing to Files): Get rid of "Emacs 21".
2458 (Unique File Names): Likewise.
2459
2460 * elisp.texi: Update Emacs version to 22.
2461
2462 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2463 (Overlay Properties, Face Attributes): Likewise.
2464 (Managing Overlays): Fix punctuation.
2465 (Attribute Functions): Clarify set-face-font; get rid of
2466 info about old Emacs versions.
2467 (Auto Faces, Font Lookup, Display Property, Images):
2468 Get rid of "Emacs 21".
2469
2470 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2471
d2178387
RS
24722005-03-05 Richard M. Stallman <rms@gnu.org>
2473
2474 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2475
524352d6
LK
24762005-03-04 Lute Kamstra <lute@gnu.org>
2477
2478 * debugging.texi (Error Debugging): Document stack-trace-on-error.
2479
24802005-03-03 Lute Kamstra <lute@gnu.org>
2481
2482 * edebug.texi (Instrumenting Macro Calls): Fix typo.
2483
284f0680
LK
24842005-03-01 Lute Kamstra <lute@gnu.org>
2485
2486 * debugging.texi (Debugger Commands): Update `j'.
2487
a9ee5cac
LK
24882005-02-28 Lute Kamstra <lute@gnu.org>
2489
2490 * debugging.texi (Debugging): Fix typo.
2491 (Error Debugging): Document eval-expression-debug-on-error.
2492 (Function Debugging): Update example.
2493 (Using Debugger): Mention starred stack frames.
2494 (Debugger Commands): Document `j' and `l'.
2495 (Invoking the Debugger): `d' and `j' exit recursive edit too.
2496 Update the messages that the debugger displays.
2497 (Internals of Debugger): Add cross reference. Update example.
2498 (Excess Open): Minor improvement.
2499 (Excess Close): Minor improvement.
2500
378d0f8e
RS
25012005-02-26 Richard M. Stallman <rms@gnu.org>
2502
2503 * tips.texi (Coding Conventions): Clarify.
2504 Put all the major mode key reservations together.
2505 Mention the Mouse-1 => Mouse-2 conventions.
2506
2507 * syntax.texi (Syntax Class Table): Clarify.
2508 (Syntax Table Functions): syntax-after moved from here.
2509 (Syntax Table Internals): syntax-after moved to here.
2510 (Parsing Expressions): Update info on number of values
2511 and what's meaningful in the STATE argument.
2512 (Categories): Fix typo.
2513
2514 * sequences.texi (Arrays): Cleanup.
2515 (Char-Tables): Clarify.
2516
2517 * processes.texi (Deleting Processes): Cleanups, add xref.
2518 (Subprocess Creation): Explain nil in exec-path. Cleanup.
2519 (Process Information): set-process-coding-system, some args optional.
2520 (Input to Processes): Explain various types for PROCESS args.
2521 Rename them from PROCESS-NAME to PROCESS.
2522 (Signals to Processes): Likewise.
2523 (Decoding Output): Cleanup.
2524 (Query Before Exit): Clarify.
2525
2526 * os.texi (Startup Summary): Correct the options; add missing ones.
2527 (Terminal Output, Batch Mode): Clarify.
2528 (Flow Control): Node deleted.
2529
2530 * markers.texi (The Mark): Clarify.
2531
2532 * macros.texi (Expansion): Cleanup.
2533 (Indenting Macros): indent-spec allows ints, not floats.
2534
2535 * keymaps.texi (Keymaps): Clarify.
2536 (Format of Keymaps): Update lisp-mode-map example.
2537 (Active Keymaps, Key Lookup): Clarify.
2538 (Changing Key Bindings): Add xref to `kbd'.
2539 (Key Binding Commands, Simple Menu Items): Clarify.
2540 (Mouse Menus, Menu Bar): Clarify.
2541 (Menu Example): Replace print example with menu-bar-replace-menu.
2542
2543 * help.texi (Documentation Basics): Add function-documentation prop.
2544
2545 * elisp.texi (Top): Don't refer to Flow Control node.
2546
2547 * commands.texi (Command Overview): Improve xrefs.
2548 (Adjusting Point): Adjusting point applies to intangible and invis.
2549 (Key Sequence Input): Doc extra read-key-sequence args.
2550 Likewise for read-key-sequence-vector.
2551
2552 * backups.texi (Rename or Copy): Minor fix.
2553 (Numbered Backups): For version-control, say the default.
2554 (Auto-Saving): make-auto-save-file-name example is simplified.
2555
2556 * advice.texi (Advising Functions): Don't imply one part of Emacs
2557 should advise another part. Markup changes.
2558 (Defining Advice): Move transitional para.
2559 (Activation of Advice): Cleanup.
2560 Explain if COMPILE is nil or negative.
2561
2562 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2563
2e20c83d
LK
25642005-02-24 Lute Kamstra <lute@gnu.org>
2565
2566 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2567 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2568
65c492fd
LK
25692005-02-23 Lute Kamstra <lute@gnu.org>
2570
b02c3eed
LK
2571 * modes.texi (Defining Minor Modes): define-minor-mode can be used
2572 to define global minor modes as well.
2573
65c492fd
LK
2574 * display.texi (Managing Overlays): overlay-buffer returns nil for
2575 deleted overlays.
2576
b686dd59
KS
25772005-02-22 Kim F. Storm <storm@cua.dk>
2578
2579 * minibuf.texi (Basic Completion): Allow symbols in addition to
2580 strings in try-completion and all-completions.
2581
23e8c095
LK
25822005-02-14 Lute Kamstra <lute@gnu.org>
2583
2584 * elisp.texi (Top): Remove reference to deleted node.
2585
2586 * lists.texi (Lists): Remove reference to deleted node.
2587 (Cons Cells): Fix typo.
2588
2589 * loading.texi (Where Defined): Fix typo.
2590
134948fc
RS
25912005-02-14 Richard M. Stallman <rms@gnu.org>
2592
2593 * variables.texi (Creating Buffer-Local): change-major-mode-hook
2594 is useful for discarding some minor modes.
2595
2596 * symbols.texi (Symbol Components): Reorder examples.
2597
2598 * streams.texi (Input Functions): State standard-input default.
2599 (Output Variables): State standard-output default.
2600
2601 * objects.texi (Printed Representation): Clarify read syntax vs print.
2602 (Floating Point Type): Explain meaning better.
2603 (Symbol Type): Explain uniqueness better.
2604 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
2605 List examples sooner.
2606 (Box Diagrams): New subnode broken out.
2607 Some examples moved from old Lists as Boxes node.
2608 (Dotted Pair Notation): Clarify intro.
2609 (Array Type): Clarify.
2610 (Type Predicates): Add hash-table-p.
2611
2612 * numbers.texi (Integer Basics): Clarify radix explanation.
2613 (Predicates on Numbers): Minor clarification.
2614 (Comparison of Numbers): Minor clarification. Clarify eql.
2615 Typos in min, max.
2616 (Math Functions): Clarify overflow in expt.
2617
2618 * minibuf.texi (Text from Minibuffer): Minor clarification.
2619 Mention arrow keys.
2620
2621 * loading.texi (Autoload): defun's doc string overrides autoload's
2622 doc string.
2623 (Repeated Loading): Modernize "add to list" examples.
2624 (Where Defined): Finish updating table of load-history elts.
2625
2626 * lists.texi (List-related Predicates): Minor wording improvement.
2627 (Lists as Boxes): Node deleted.
2628 (Building Lists): Explain trivial cases of number-sequence.
2629
2630 * hash.texi (Hash Tables): Add desc to menu items.
2631 (Creating Hash): Expain "full" means "make larger",
2632 (Hash Access): Any object can be a key.
2633 State value of maphash.
2634
2635 * functions.texi (What Is a Function): Wording cleanup.
2636 (Function Documentation): Minor cleanup.
2637 Explain purpose of calling convention at end of doc string.
2638 (Function Names): Wording cleanup.
2639 (Calling Functions): Wording cleanup.
2640 Explain better how funcall calls the function.
2641 (Function Cells): Delete example of saving and redefining function.
2642
2643 * control.texi (Combining Conditions): Wording cleanup.
2644 (Iteration): dolist and dotimes bind VAR locally.
2645 (Cleanups): Xref to Atomic Changes.
2646
2647 * compile.texi (Byte Compilation): Delete 19.29 info.
2648 (Compilation Functions): Macros' difficulties don't affect defsubst.
2649 (Docs and Compilation): Delete 19.29 info.
2650
44291460
RS
26512005-02-10 Richard M. Stallman <rms@gnu.org>
2652
2653 * objects.texi (Symbol Type): Minor correction.
2654
1f9ad95a
LK
26552005-02-06 Lute Kamstra <lute@gnu.org>
2656
2657 * modes.texi (Example Major Modes): Fix typos.
2658
ba2c991c
RS
26592005-02-06 Richard M. Stallman <rms@gnu.org>
2660
2661 * text.texi (Margins): fill-nobreak-predicate can be one function.
2662
2663 * strings.texi (Modifying Strings): clear-string can make unibyte.
2664 (Formatting Strings): format gives error if values missing.
2665
2666 * positions.texi (Character Motion): Mention default arg
2667 for forward-char. backward-char refers to forward-char.
2668 (Word Motion): Mention default arg for forward-word.
2669 (Buffer End Motion): Mention default arg for beginning-of-buffer.
2670 Simplify end-of-buffer.
2671 (Text Lines): Mention default arg for forward-line.
2672 (List Motion): Mention default arg for beginning/end-of-defun.
2673 (Skipping Characters): Minor fixes in explaining character-set.
2674
2675 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
2676 Mode inheritance applies only when default-major-mode is nil.
2677 Clarifications.
2678 (Example Major Modes): Update Text mode and Lisp mode examples.
2679 (Minor Mode Conventions): Mention define-minor-mode at top.
2680 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
2681 (Mode Line Format): Update mode line face display info.
2682 (Properties in Mode): Mention effect of risky vars.
2683 (Imenu): Define imenu-add-to-menubar.
2684 (Font Lock Mode): Add descriptions to menu lines.
2685 (Faces for Font Lock): Add font-lock-doc-face.
2686
9bf6d576
LK
26872005-02-05 Lute Kamstra <lute@gnu.org>
2688
2689 * text.texi (Maintaining Undo): Remove obsolete function.
2690
cb602754
EZ
26912005-02-05 Eli Zaretskii <eliz@gnu.org>
2692
2693 * frames.texi (Color Names): Add pointer to the X docs about RGB
2694 color specifications. Improve indexing
2695 (Text Terminal Colors): Replace the description of RGB values by
2696 an xref to "Color Names".
2697
4e07258f
RS
26982005-02-03 Richard M. Stallman <rms@gnu.org>
2699
2700 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
2701 Clarify.
2702 (Selecting Windows): Clarify save-selected-window.
2703 (Cyclic Window Ordering): Clarify walk-windows.
2704 (Window Point): Clarify.
2705 (Window Start): Add comment to example.
2706 (Resizing Windows): Add `interactive' specs in examples.
2707 Document fit-window-to-buffer.
2708
2709 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
2710 (Undo, Maintaining Undo): Clarify last change.
2711 (Sorting): In sort-numeric-fields, explain about octal and hex.
2712 Mention sort-numeric-base.
2713 (Format Properties): Add xref for hard newlines.
2714
2715 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
2716 (Pop-Up Menus): Fix typo.
2717 (Color Names): Explain all types of color names.
2718 Explain color-values on B&W terminal.
2719 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
2720
2721 * files.texi (File Locks): Not supported on MS systems.
2722 (Testing Accessibility): Clarify.
2723
2724 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
2725 (Coverage Testing): Fix typo.
2726
2727 * commands.texi (Misc Events): Remove stray space.
2728
2729 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
2730 (Modification Time): Clarify when visited-file-modtime returns 0.
2731 (The Buffer List): Clarify bury-buffer.
2732 (Killing Buffers): Clarify.
2733 (Indirect Buffers): Add clone-indirect-buffer.
2734
27352005-02-02 Matt Hodges <MPHodges@member.fsf.org>
2736
2737 * edebug.texi (Printing in Edebug): Fix default value of
2738 edebug-print-circle.
2739 (Coverage Testing): Fix displayed frequency count data.
2740
27412005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
2742
2743 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
2744
4e07258f 27452005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
2746
2747 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
2748
28d986b9
EZ
27492005-01-29 Eli Zaretskii <eliz@gnu.org>
2750
2751 * commands.texi (Misc Events): Describe the help-echo event.
2752
2753 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
2754 consistently in description of the help-echo property.
2755 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
2756
2757 * display.texi (Overlay Properties): Fix the index entry for
2758 help-echo overlay property.
2759
2760 * customize.texi (Type Keywords): Uncomment the xref to the
2761 help-echo property documentation.
2762
8f958b40
KS
27632005-01-23 Kim F. Storm <storm@cua.dk>
2764
2765 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
2766 return value. Third element FULLY replaced by PARTIAL which
2767 specifies number of invisible pixels if row is only partially visible.
2768 (Textual Scrolling): Mention auto-window-vscroll.
2769 (Vertical Scrolling): New defvar auto-window-vscroll.
2770
cd7e5dd6
LT
27712005-01-16 Luc Teirlinck <teirllm@auburn.edu>
2772
2773 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
2774 command remapping.
2775
6f771c32
RS
27762005-01-15 Richard M. Stallman <rms@gnu.org>
2777
2778 * display.texi (Defining Images): Mention DATA-P arg of create-image.
2779
6ac8a822
KS
27802005-01-14 Kim F. Storm <storm@cua.dk>
2781
88948d55
KS
2782 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
2783
6ac8a822
KS
2784 * text.texi (Links and Mouse-1): Fix string and vector item.
2785
20d6de82
RS
27862005-01-13 Richard M. Stallman <rms@gnu.org>
2787
2788 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
2789 descriptions of overriding-local-map and overriding-terminal-local-map.
2790
2791 * text.texi (Links and Mouse-1): Clarify text.
2792
f75a592e
KS
27932005-01-13 Kim F. Storm <storm@cua.dk>
2794
2795 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
2796
910f60b1
TTN
27972005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
2798
2799 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
2800
37181fc4
KS
28012005-01-12 Kim F. Storm <storm@cua.dk>
2802
2803 * text.texi (Links and Mouse-1): Rename section from Enabling
2804 Mouse-1 to Following Links. Change xrefs.
2805 Add examples for define-button-type and define-widget.
2806
2807 * display.texi (Button Properties, Button Buffer Commands):
2808 Clarify mouse-1 and follow-link functionality.
2809
28f94a34
RS
28102005-01-12 Richard M. Stallman <rms@gnu.org>
2811
2812 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
2813
2814 * display.texi (Beeping): Fix Texinfo usage.
2815
2816 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
2817
bac2d936
KS
28182005-01-11 Kim F. Storm <storm@cua.dk>
2819
2820 * display.texi (Button Properties, Button Buffer Commands):
93381d62 2821 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
2822
2823 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
2824 (Enabling Mouse-1 to Follow Links): New subsection.
2825
de968ddb
RS
28262005-01-06 Richard M. Stallman <rms@gnu.org>
2827
2828 * text.texi (Special Properties): Minor change.
2829
2830 * os.texi (Timers): Clarify previous change.
2831
2832 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
2833
a3a43b3b
LT
28342005-01-01 Luc Teirlinck <teirllm@auburn.edu>
2835
2836 * display.texi (Face Attributes): Correct xref to renamed node.
2837
732bb9ce
RS
28382005-01-01 Richard M. Stallman <rms@gnu.org>
2839
2840 * display.texi (Face Attributes): Describe hex color specs.
2841
c734ae59
RS
28422004-12-31 Richard M. Stallman <rms@gnu.org>
2843
2844 * os.texi (Timers): Update previous change.
2845
33b2f4ea
KS
28462004-12-30 Kim F. Storm <storm@cua.dk>
2847
2848 * display.texi (Line Height): Total line-height is now specified
2849 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
2850 in cons cells. (nil . RATIO) is relative to actual line height.
2851 Use line-height `t' instead of `0' to get minimum height.
2852
99ec74b9
RS
28532004-12-29 Richard M. Stallman <rms@gnu.org>
2854
2855 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
2856
eab463f6
RS
28572004-12-28 Richard M. Stallman <rms@gnu.org>
2858
2859 * commands.texi (Quitting): Clarify value of with-local-quit.
2860
2861 * elisp.texi (Top): Fix previous change.
2862
2863 * loading.texi (Loading): Fix previous change.
2864
ebbd14f1
RS
28652004-12-27 Richard M. Stallman <rms@gnu.org>
2866
4ae98fc5
RS
2867 * Makefile.in (MAKEINFO): Specify --force.
2868
8f430046
RS
2869 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
2870
56011a8c
RS
2871 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
2872
2873 * display.texi (Line Height): Further clarify.
2874
2875 * elisp.texi (Top): Update Loading submenu.
2876
ebbd14f1
RS
2877 * loading.texi (Where Defined): New node.
2878 (Unloading): load-history moved to Where Defined.
2879
fda2922a
RS
28802004-12-21 Richard M. Stallman <rms@gnu.org>
2881
2882 * commands.texi (Event Input Misc): Add while-no-input.
2883
9eb8959a
RS
28842004-12-11 Richard M. Stallman <rms@gnu.org>
2885
2886 * display.texi (Line Height): Rewrite text for clarity.
2887
adf87c29
KS
28882004-12-11 Kim F. Storm <storm@cua.dk>
2889
2890 * display.texi (Display): Add node "Line Height" to menu.
2891 (Line Height): New node. Move full description of line-spacing
2892 and line-height text properties here from text.texi.
2893 (Scroll Bars): Add vertical-scroll-bar variable.
2894
2895 * frames.texi (Window Frame Parameters): Remove line-height defvar.
2896
2897 * locals.texi (Standard Buffer-Local Variables): Fix xref for
2898 line-spacing and vertical-scroll-bar.
2899
2900 * text.texi (Special Properties): Just mention line-spacing and
2901 line-height here, add xref to new "Line Height" node.
2902
31e4729e
TTN
29032004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
2904
2905 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
2906
2907 * locals.texi (Standard Buffer-Local Variables):
2908 Add @xref for `line-spacing'.
2909
cc60c723
RS
29102004-12-05 Richard M. Stallman <rms@gnu.org>
2911
2912 * Makefile.in (maintainer-clean): Remove the info files
2913 in $(infodir) where they are created.
2914
f6101ac9
RS
29152004-12-03 Richard M. Stallman <rms@gnu.org>
2916
2917 * windows.texi (Selecting Windows): get-lru-window and
2918 get-largest-window don't consider dedicated windows.
2919
2920 * text.texi (Undo): Document undo-in-progress.
2921
94221759
RS
29222004-11-26 Richard M. Stallman <rms@gnu.org>
2923
2924 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
2925 Remove a few vars that are not always buffer-local.
2926
7092c5e8
LT
29272004-11-24 Luc Teirlinck <teirllm@auburn.edu>
2928
2929 * locals.texi (Standard Buffer-Local Variables): Comment out
2930 xref's to non-existent node `Yet to be written'.
2931
261b01c6
RS
29322004-11-24 Richard M. Stallman <rms@gnu.org>
2933
2934 * processes.texi (Synchronous Processes): Grammar fix.
2935
2936 * numbers.texi (Comparison of Numbers): Add eql.
2937
2938 * locals.texi (Standard Buffer-Local Variables): Add many vars.
2939
2940 * intro.texi (Printing Notation): Fix previous change.
2941
2942 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
2943 and default-indicate-buffer-boundaries from here.
2944 (Usual Display): To here.
2945 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
2946 (Usual Display): Move tab-width up.
2947
2948 * customize.texi (Variable Definitions): Replace
2949 show-paren-mode example with tooltip-mode.
7092c5e8 2950 (Simple Types, Composite Types, Defining New Types):
261b01c6 2951 Minor cleanups.
7092c5e8 2952
c1aa4864
JH
29532004-11-21 Jesper Harder <harder@ifa.au.dk>
2954
2955 * processes.texi (Synchronous Processes, Output from Processes):
2956 Markup fix.
2957
dedbac89
RS
29582004-11-20 Richard M. Stallman <rms@gnu.org>
2959
07c8c65a
RS
2960 * positions.texi (Skipping Characters): skip-chars-forward
2961 now handles char classes.
2962
8f40a868
RS
2963 * intro.texi (Printing Notation): Avoid confusion of `print'
2964 when explaining @print.
2965
2966 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
2967
2968 * display.texi (Display Table Format): Minor fix.
2969
2970 * streams.texi (Output Functions): Fix print example.
2971
fd6866c8
RS
2972 * Makefile.in (elisp): New target.
2973 (dist): Depend on $(infodir)/elisp, not elisp.
2974 Copy the info files from $(infodir).
2975
9d00469f
RS
2976 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
2977 read-from-minibuffer.
2978
dedbac89
RS
2979 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
2980
6de891db
RS
29812004-11-19 Richard M. Stallman <rms@gnu.org>
2982
2983 * searching.texi (Regexp Search): Add search-whitespace-regexp.
2984
e1c1c5a7
TTN
29852004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
2986
2987 * tips.texi (Coding Conventions): Fix typo.
2988
ee31cd78
RS
29892004-11-16 Richard M. Stallman <rms@gnu.org>
2990
2991 * tips.texi (Coding Conventions): Separate defvar and require
2992 methods to avoid warnings. Use require only when there are many
2993 functions and variables from that package.
2994
2995 * minibuf.texi (Minibuffer Completion): When ignoring case,
2996 predicate must not be case-sensitive.
2997
2998 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
2999 (Test Coverage): Don't talk about "splotches". Clarified.
3000
4bd38e94
TTN
30012004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
3002
3003 * frames.texi (Window Frame Parameters): Fix typo.
3004
6d073ae1
KS
30052004-11-15 Kim F. Storm <storm@cua.dk>
3006
9f89426b
KS
3007 * symbols.texi (Other Plists): Note that plist-get may signal error.
3008 Add safe-plist-get.
6d073ae1 3009
10980463
TTN
30102004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
3011
3012 * modes.texi (Font Lock Basics): Fix typo.
3013
1efc19eb
RS
30142004-11-08 Richard M. Stallman <rms@gnu.org>
3015
3016 * syntax.texi (Syntax Table Functions): Add syntax-after.
3017
6159c232
EZ
30182004-11-06 Lars Brinkhoff <lars@nocrew.org>
3019
3020 * os.texi (Processor Run Time): New section documenting
3021 get-internal-run-time.
3022
59dede22
EZ
30232004-11-06 Eli Zaretskii <eliz@gnu.org>
3024
3025 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
3026 it nukes elisp-cover.texi.
3027 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
3028 elisp-0 etc.
3029
4cc8522c
LT
30302004-11-05 Luc Teirlinck <teirllm@auburn.edu>
3031
3032 * commands.texi (Keyboard Macros): Document `append' return value
3033 of `defining-kbd-macro'.
3034
2d1ef312
RS
30352004-11-01 Richard M. Stallman <rms@gnu.org>
3036
3037 * commands.texi (Interactive Call): Add called-interactively-p.
3038
6f4e005d
SJ
30392004-10-29 Simon Josefsson <jas@extundo.com>
3040
3041 * minibuf.texi (Reading a Password): Revert.
3042
4f71c13f
RS
30432004-10-28 Richard M. Stallman <rms@gnu.org>
3044
3045 * frames.texi (Display Feature Testing): Explain about "vendor".
3046
4660a9e3
RS
30472004-10-27 Richard M. Stallman <rms@gnu.org>
3048
3049 * commands.texi (Interactive Codes): `N' uses numeric prefix,
3050 not raw. Clarify `n'.
3051 (Interactive Call): Rewrite interactive-p, focusing on when
3052 and how to use it.
3053 (Misc Events): Clarify previous change.
3054
3055 * advice.texi (Simple Advice): Clarify what job the example does.
3056 (Around-Advice): Clarify ad-do-it.
3057 (Activation of Advice): An option of ad-default-compilation-action
3058 is `never', not `nil'.
3059
c8636435
KS
30602004-10-26 Kim F. Storm <storm@cua.dk>
3061
3062 * commands.texi (Interactive Codes): Add U code letter.
3063
acd4089b
SJ
30642004-10-25 Simon Josefsson <jas@extundo.com>
3065
3066 * minibuf.texi (Reading a Password): Add.
3067
29dc7809
JR
30682004-10-24 Jason Rumney <jasonr@gnu.org>
3069
9b7fa297 3070 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
29dc7809
JR
3071 and wheel-down.
3072
bb5d6d34
KG
30732004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3074
3075 * processes.texi (Synchronous Processes): Document process-file.
3076
d0ee2ed3
KH
30772004-10-22 Kenichi Handa <handa@m17n.org>
3078
3079 * text.texi (translate-region): Document that it accepts also a
3080 char-table.
3081
38be9dbb
DP
30822004-10-22 David Ponce <david@dponce.com>
3083
3084 * windows.texi (Resizing Windows): Document the `preserve-before'
3085 argument of the functions `enlarge-window' and `shrink-window'.
3086
63c80452
JR
30872004-10-19 Jason Rumney <jasonr@gnu.org>
3088
3089 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3090
9f4b6e73
LT
30912004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3092
3093 * text.texi (Filling): Add anchor for definition of
3094 `sentence-end-double-space'.
3095
3096 * searching.texi (Regexp Example): Update description of how
3097 Emacs currently recognizes the end of a sentence.
3098 (Standard Regexps): Update definition of the variable
3099 `sentence-end'. Add definition of the function `sentence-end'.
3100
657f0f9c
EZ
31012004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3102
3103 * display.texi (Progress): New node.
3104
35ab4857
KS
31052004-10-05 Kim F. Storm <storm@cua.dk>
3106
3107 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3108
f2a54fbc
KS
31092004-09-29 Kim F. Storm <storm@cua.dk>
3110
3111 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3112 to identify bitmaps. Remove -fringe-bitmap suffix for standard
3113 fringe bitmap symbols, as they now have their own namespace.
3114 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3115 vs. pixels. Signal error if no free bitmap slots.
3116 (Pixel Specification): Change IMAGE to @var{image}.
3117
4676d6f3
RS
31182004-09-28 Richard M. Stallman <rms@gnu.org>
3119
3120 * text.texi (Special Properties): Clarify line-spacing and line-height.
3121
3122 * searching.texi (Regexp Search): Add looking-back.
3123
17234906
LT
31242004-09-25 Luc Teirlinck <teirllm@auburn.edu>
3125
3126 * display.texi: Correct typos.
3127 (Image Descriptors): Correct xref's.
3128
4de43c8b
RS
31292004-09-25 Richard M. Stallman <rms@gnu.org>
3130
3131 * text.texi (Special Properties): Cleanups in `cursor'.
3132 Rewrites in `line-height' and `line-spacing'; exchange them.
3133
3134 * display.texi (Fringes): Rewrite previous change.
3135 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
3136 (Display Fringe Bitmaps): Node deleted, text moved.
3137 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
3138 (Scroll Bars): Clarify set-window-scroll-bars.
3139 (Pointer Shape): Rewrite.
3140 (Specified Space): Clarify :align-to, etc.
3141 (Pixel Specification): Use @var. Clarify new text.
3142 (Other Display Specs): Clarify `slice'.
3143 (Image Descriptors): Cleanups.
3144 (Showing Images): Cleanups.
3145
a3ee0299
LT
31462004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3147
e88ebce6
LT
3148 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3149
a3ee0299
LT
3150 * modes.texi: Various minor changes in addition to:
3151 (Major Mode Conventions): Final call to `run-mode-hooks' should
3152 not be inside the `delay-mode-hooks' form.
3153 (Mode Hooks): New node.
3154 (Hooks): Delete obsolete example.
3155 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3156 node "Mode Hooks".
3157
6db2bc02
LT
31582004-09-22 Luc Teirlinck <teirllm@auburn.edu>
3159
3160 * display.texi: Correct various typos.
3161 (Display): Rename node "Pointer Shapes" to "Pointer
3162 Shape". (There is already a node called "Pointer Shapes" in
3163 frames.texi.)
3164 (Images): Remove non-existent node "Image Slices" from menu.
3165
ed2846bd
KS
31662004-09-23 Kim F. Storm <storm@cua.dk>
3167
3168 * text.texi (Special Properties): Add `cursor', `pointer',
3169 `line-height', and `line-spacing' properties.
3170
3171 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3172 Shapes' to menu.
3173 (Standard Faces): Doc fix for fringe face.
3174 (Fringes): Add `overflow-newline-into-fringe' and
3175 'indicate-buffer-boundaries'.
3176 (Fringe Bitmaps, Pointer Shapes): New nodes.
3177 (Display Property): Add 'Pixel Specification' and 'Display Fringe
3178 Bitmaps' to menu.
3179 (Specified Space): Describe pixel width and height.
3180 (Pixel Specification): New node.
3181 (Other Display Specs): Add `slice' property.
3182 (Display Fringe Bitmaps): New node.
3183 (Images): Add 'Image Slices' to menu.
3184 (Image Descriptors): Add `:pointer' and `:map' properties.
3185 (Showing Images): Add slice arg to `insert-image'. Add
3186 'insert-sliced-image'.
3187
4d894c98
RS
31882004-09-20 Richard M. Stallman <rms@gnu.org>
3189
3190 * commands.texi (Key Sequence Input):
3191 Clarify downcasing in read-key-sequence.
3192
7e388eb7
JL
31932004-09-08 Juri Linkov <juri@jurta.org>
3194
3195 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3196
a020987f
LT
31972004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3198
3199 * locals.texi (Standard Buffer-Local Variables): Add
3200 `buffer-auto-save-file-format'.
3201 * internals.texi (Buffer Internals): Describe new
3202 auto_save_file_format field of the buffer structure.
3203 * files.texi (Format Conversion): `auto-save-file-format' has been
3204 renamed `buffer-auto-save-file-format'.
3205
2b96f80c
LT
32062004-08-27 Luc Teirlinck <teirllm@auburn.edu>
3207
3208 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3209 an integer or a marker.
3210 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3211
2ee3b79e
RS
32122004-08-22 Richard M. Stallman <rms@gnu.org>
3213
3214 * modes.texi (Major Mode Conventions): Discuss rebinding of
3215 standard key bindings.
3216
c438dc33
KS
32172004-08-18 Kim F. Storm <storm@cua.dk>
3218
3219 * processes.texi (Accepting Output): Add `just-this-one' arg to
3220 `accept-process-output'.
101c421e 3221 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 3222
db8af011
LT
32232004-08-10 Luc Teirlinck <teirllm@auburn.edu>
3224
3225 * keymaps.texi: Various changes in addition to:
3226 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3227 Give more varied examples for `kbd'.
3228 (Creating Keymaps): Char tables have slots for all characters
3229 without modifiers.
3230 (Active Keymaps): `overriding-local-map' and
3231 `overriding-terminal-local-map' also override text property and
3232 overlay keymaps.
3233 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3234 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3235 to denote a prefix of no events.
3236 `map-keymap' includes parent's bindings _recursively_.
3237 Clarify and correct description of `where-is-internal'.
3238 Mention BUFFER-OR-NAME arg to `describe-bindings'.
3239 (Menu Example): For menus intended for use with the keyboard, the
3240 menu items should be bound to characters or real function keys.
3241
de700726
LT
32422004-08-08 Luc Teirlinck <teirllm@auburn.edu>
3243
30e75a87
LT
3244 * objects.texi (Character Type): Reposition `@anchor' to prevent
3245 double space inside sentence in Info.
3246
de700726
LT
3247 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3248 renamed to `disabled-command-function'.
7c5b95c9 3249 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
3250 (Command Loop Info): Replace reference to it.
3251 (Disabling Commands): `disabled-command-hook' has been renamed to
3252 `disabled-command-function'.
3253
81909a1a
LT
32542004-08-07 Luc Teirlinck <teirllm@auburn.edu>
3255
3256 * os.texi (Translating Input): Only non-prefix bindings in
3257 `key-translation-map' override actual key bindings. Warn about
3258 possible indirect effect of actual key bindings on non-prefix
3259 bindings in `key-translation-map'.
3260
5504e99c
LT
32612004-08-06 Luc Teirlinck <teirllm@auburn.edu>
3262
3263 * minibuf.texi (High-Level Completion): Add anchor for definition
3264 of `read-variable'.
3265
3266 * commands.texi: Various changes in addition to:
3267 (Using Interactive): Clarify description of `interactive-form'.
3268 (Interactive Call): Mention default for KEYS argument to
3269 `call-interactively'.
3270 (Command Loop Info): Clarify description of `this-command-keys'.
3271 Mention KEEP-RECORD argument to `clear-this-command-keys'.
3272 Value of `last-event-frame' can be `macro'.
3273 (Repeat Events): `double-click-fuzz' is also used to distinguish
3274 clicks and drags.
3275 (Classifying Events): Clarify descriptions of `event-modifiers'
3276 `event-basic-type' and `event-convert-list'.
3277 (Accessing Events): `posn-timestamp' takes POSITION argument.
3278 (Quoted Character Input): Clarify description of
3279 `read-quoted-char' and fix example.
3280 (Quitting): Add `with-local-quit'.
3281 (Disabling Commands): Correct and clarify descriptions of
3282 `enable-command' and `disable-command'.
3283 Mention what happens if `disabled-command-hook' is nil.
3284 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
3285 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
3286
f478a72a
LT
32872004-07-24 Luc Teirlinck <teirllm@auburn.edu>
3288
3289 * frames.texi: Various changes in addition to:
3290 (Creating Frames): Expand and clarify description of `make-frame'.
3291 (Window Frame Parameters): Either none or both of the `icon-left'
3292 and `icon-top' parameters must be specified. Put descriptions of
3293 `menu-bar-lines' and `toolbar-lines' closer together and change
3294 them accordingly.
3295 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
3296 except while processing `frame-title-format' or `icon-title-format'.
3297 (Deleting Frames): Correct description of `delete-frame'.
3298 Non-nil return values of `frame-live-p' are like those of `framep'.
9b7fa297 3299 (Frames and Windows): Mention return value of
f478a72a
LT
3300 `set-frame-selected-window'.
3301 (Visibility of Frames): Mention `force' argument to
3302 `make-frame-invisible'. `frame-visible-p' returns t for all
3303 frames on text-only terminals.
3304 (Frame Configurations): Restoring a frame configuration does not
3305 restore deleted frames.
3306 (Window System Selections): `x-set-selection' returns DATA.
3307 (Resources): Add example.
3308 (Display Feature Testing): Clarify descriptions of
3309 `display-pixel-height', `display-pixel-width', `x-server-version'
3310 and `x-server-vendor'.
3311
3312 * windows.texi (Choosing Window): Add anchor.
3313 * minibuf.texi (Minibuffer Misc): Add anchor.
3314
bc135062
JPW
33152004-07-23 John Paul Wallington <jpw@gnu.org>
3316
3317 * macros.texi (Defining Macros): Declaration keyword for setting
3318 Edebug spec is `debug' not `edebug'.
3319
cb7516e5
LT
33202004-07-19 Luc Teirlinck <teirllm@auburn.edu>
3321
3322 * windows.texi: Various small changes in addition to:
3323 (Window Point): Mention return value of `set-window-point'.
3324 (Window Start): `pos-visible-in-window-p' disregards horizontal
3325 scrolling. Explain return value if PARTIALLY is non-nil.
3326 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
3327 and `set-window-vscroll'.
3328 (Size of Window): The argument WINDOW to `window-inside-edges',
3329 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
3330 (Resizing Windows): Explain return value of
3331 `shrink-window-if-larger-than-buffer'.
3332 `window-size-fixed' automatically becomes buffer local when set.
3333 (Window Configurations): Explain return value of
3334 `set-window-configuration'.
3335
3336 * minibuf.texi (Minibuffer Misc): Add anchor for
3337 `minibuffer-scroll-window'.
3338
3339 * positions.texi (Text Lines): Add anchor for `count-lines'.
3340
3751eb00
RS
33412004-07-17 Richard M. Stallman <rms@gnu.org>
3342
3343 * display.texi (Overlay Properties): Adding `evaporate' prop
3344 deletes empty overlay immediately.
3345
3346 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
3347 fix example.
3348
9a7e97c6
LT
33492004-07-16 Jim Blandy <jimb@redhat.com>
3350
3351 * searching.texi (Regexp Backslash): Document new \_< and \_>
3352 operators.
3353
aa0e4da8
JB
33542004-07-16 Juanma Barranquero <lektu@terra.es>
3355
3356 * display.texi (Images): Fix Texinfo usage.
3357
cbbfedb2
LT
33582004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3359
3360 * buffers.texi (Modification Time): `visited-file-modtime' now
3361 returns a list of two integers, instead of a cons.
3362
3a052bd3
LT
33632004-07-13 Luc Teirlinck <teirllm@auburn.edu>
3364
3365 * windows.texi: Various changes in addition to:
3366 (Splitting Windows): Add `split-window-keep-point'.
3367
02c04e6f
RS
33682004-07-09 Richard M. Stallman <rms@gnu.org>
3369
3370 * frames.texi (Input Focus): Minor fix.
3371
cb4f1287
LT
33722004-07-07 Luc Teirlinck <teirllm@auburn.edu>
3373
3374 * frames.texi (Input Focus): Clarify descriptions of
3375 `select-frame-set-input-focus' and `select-frame'.
3376
339902ec
LT
33772004-07-06 Luc Teirlinck <teirllm@auburn.edu>
3378
3379 * os.texi: Various small changes in addition to:
3380 (Killing Emacs): Expand and clarify description of
3381 `kill-emacs-query-functions' and `kill-emacs-hook'.
3382 (System Environment): Expand and clarify description of `getenv'
3383 and `setenv'.
3384 (Timers): Clarify description of `run-at-time'.
3385 (Translating Input): Correct description of
3386 `extra-keyboard-modifiers'.
3387 (Flow Control): Correct description of `enable-flow-control'.
3388
fe3b7e35
TTN
33892004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
3390
3391 * os.texi: Update copyright.
3392 (Session Management): Grammar fix.
3393 Clarify which Emacs does the restarting.
3394 Use @samp for *scratch* buffer.
3395
59db7d6e
LT
33962004-07-04 Alan Mackenzie <acm@muc.de>
3397
3398 * frames.texi (Input Focus): Add documentation for
3399 `select-frame-set-input-focus'. Replace refs to non-existent
3400 `switch-frame' with `select-frame'. Minor corrections and tidying
3401 up of text-only terminal stuff.
3402
e3ccf404
RS
34032004-07-02 Richard M. Stallman <rms@gnu.org>
3404
3405 * files.texi (Saving Buffers): Cleanup write-contents-function.
3406 (Magic File Names): Cleanup file-remote-p.
3407
8addb6eb
KG
34082004-07-02 Kai Grossjohann <kai@emptydomain.de>
3409
3410 * files.texi (Magic File Names): `file-remote-p' returns an
3411 identifier of the remote system, not just t.
3412
7a58d84d
DK
34132004-07-02 David Kastrup <dak@gnu.org>
3414
3415 * searching.texi (Entire Match Data): Add explanation about new
3416 match-data behavior when @var{integers} is non-nil.
3417
d8c379f8
RS
34182004-06-24 Richard M. Stallman <rms@gnu.org>
3419
b4a4b0ae
RS
3420 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3421
d8c379f8
RS
3422 * customize.texi (Variable Definitions): Note about doc strings
3423 and :set.
3424
3425 * keymaps.texi (Keymap Terminology): Document `kbd'.
3426 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3427
3428 * display.texi (Invisible Text): Setting buffer-invisibility-spec
3429 makes it buffer-local.
3430
3431 * files.texi (Saving Buffers): Correct previous change.
3432
3433 * commands.texi (Accessing Events):
3434 Clarify posn-col-row and posn-actual-col-row.
3435
34362004-06-24 David Ponce <david.ponce@wanadoo.fr>
3437
3438 * commands.texi (Accessing Events): New functions
3439 posn-at-point and posn-at-x-y. Add example to posn-x-y.
3440
dce417e7
LT
34412004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3442
3443 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3444 * frames.texi, buffers.texi, backups.texi, variables.texi:
3445 * loading.texi, eval.texi, functions.texi, control.texi:
3446 * symbols.texi, minibuf.texi: Reposition @anchor's.
3447
3448 * help.texi: Various small changes in addition to the following.
3449 (Describing Characters): Describe PREFIX argument to
3450 `key-description'. Correct and clarify definition of
3451 `text-char-description'. Describe NEED-VECTOR argument to
3452 `read-kbd-macro'.
3453 (Help Functions): Clarify definition of `apropos'.
3454
255d07dc
LH
34552004-06-23 Lars Hansen <larsh@math.ku.dk>
3456
3457 * files.texi (Saving Buffers): Correct description of
3458 `write-contents-functions'.
3459
4e9691e9
JB
34602004-06-21 Juanma Barranquero <lektu@terra.es>
3461
3462 * display.texi (Images): Remove redundant @vindex directives.
3463 Rewrite `image-library-alist' doc in active voice.
3464
1ebd4f78
JB
34652004-06-14 Juanma Barranquero <lektu@terra.es>
3466
3467 * display.texi (Images): Document new delayed library loading,
3468 variable `image-library-alist' and (existing but undocumented)
3469 function `image-type-available-p'.
3470
ddfb8369
RS
34712004-06-05 Richard M. Stallman <rms@gnu.org>
3472
3473 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3474 refer the user to the Initial Input node.
3475 (Text from Minibuffer): Likewise.
3476 (Initial Input): New node. Document this feature
3477 and say it is mostly deprecated.
3478
18684a3a
RS
34792004-05-30 Richard M. Stallman <rms@gnu.org>
3480
7a61e456
RS
3481 * loading.texi (Named Features): Clarify return value
3482 and meaning of NOERROR.
3483
18684a3a
RS
3484 * variables.texi (File Local Variables): Minor cleanup.
3485
c8364415
MA
34862004-05-30 Michael Albinus <michael.albinus@gmx.de>
3487
3488 * files.texi (Magic File Names): Add `file-remote-p' as operation
3489 of file name handlers.
3490
08fd1251
RS
34912004-05-29 Richard M. Stallman <rms@gnu.org>
3492
3493 * modes.texi (Minor Mode Conventions): (-) has no special meaning
3494 as arg to a minor mode command.
3495
71d5a208
RS
34962004-05-22 Richard M. Stallman <rms@gnu.org>
3497
3498 * syntax.texi (Syntax Class Table): Word syntax not just for English.
3499
3500 * streams.texi (Output Variables): Doc float-output-format.
3501
3502 * searching.texi (Regexp Special): Nested repetition can be infloop.
3503
3504 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3505 real stack overflow.
3506
3507 * compile.texi: Minor cleanups.
3508
35092004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
3510
3511 * lists.texi (Cons Cells): Explain dotted lists, true lists,
3512 circular lists.
3513 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 3514
022cb162
TTN
35152004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
3516
3517 * modes.texi (Search-based Fontification): Fix typo.
3518
aa7094ba
JB
35192004-05-10 Juanma Barranquero <lektu@terra.es>
3520
3521 * modes.texi (Mode Line Variables): Fix description of
3522 global-mode-string, which is now after which-func-mode, not the
3523 buffer name.
3524
c2383279
LH
35252004-05-07 Lars Hansen <larsh@math.ku.dk>
3526
3527 * modes.texi (Desktop Save Mode): Add.
3528 (Modes): Add menu entry Desktop Save Mode.
3529
3530 * hooks.texi: Add desktop-after-read-hook,
3531 desktop-no-desktop-file-hook and desktop-save-hook.
3532
3533 * locals.texi: Add desktop-save-buffer.
3534
058296d3
JH
35352004-04-30 Jesper Harder <harder@ifa.au.dk>
3536
3537 * display.texi: emacs -> Emacs.
3538
0c54865e
EZ
35392004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3540
3541 * files.texi (Changing Files): Document set-file-times.
3542
d814862a
JB
35432004-04-23 Juanma Barranquero <lektu@terra.es>
3544
3545 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3546
e8d6f886
JH
35472004-04-18 Jesper Harder <harder@ifa.au.dk>
3548
3549 * tips.texi (Coding Conventions): defopt -> defcustom.
3550
3a424014
LT
35512004-04-16 Luc Teirlinck <teirllm@auburn.edu>
3552
3553 * sequences.texi: Various clarifications.
3554
9e860631
LT
35552004-04-14 Luc Teirlinck <teirllm@auburn.edu>
3556
3557 * buffers.texi (Read Only Buffers): Mention optional ARG to
3558 `toggle-read-only'.
3559
5e30a0fb
NR
35602004-04-14 Nick Roberts <nick@nick.uklinux.net>
3561
9e860631 3562 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
3563 returns a full-width window if possible.
3564
619fb950
LT
35652004-04-13 Luc Teirlinck <teirllm@auburn.edu>
3566
3567 * buffers.texi: Various changes in addition to:
3568 (Buffer File Name): Add `find-buffer-visiting'.
3569 (Buffer Modification): Mention optional ARG to `not-modified'.
3570 (Indirect Buffers): Mention optional CLONE argument to
3571 `make-indirect-buffer'.
3572
3573 * files.texi: Various changes in addition to:
3574 (Visiting Functions): `find-file-hook' is now a normal hook.
3575 (File Name Expansion): Explain difference between the way that
3576 `expand-file-name' and `file-truename' treat `..'.
3577 (Contents of Directories): Mention optional ID-FORMAT argument to
3578 `directory-files-and-attributes'.
3579 (Format Conversion): Mention new optional CONFIRM argument to
3580 `format-write-file'.
3581
a2295d32
MB
35822004-04-12 Miles Bader <miles@gnu.org>
3583
3584 * macros.texi (Expansion): Add description of `macroexpand-all'.
3585
571fd4d5
JH
35862004-04-05 Jesper Harder <harder@ifa.au.dk>
3587
3588 * variables.texi (Variable Aliases): Mention
3589 cyclic-variable-indirection.
3590
3591 * errors.texi (Standard Errors): Ditto.
3592
4ba2fd66
LT
35932004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3594
3595 * backups.texi: Various small changes in addition to:
3596 (Making Backups): Mention return value of `backup-buffer'.
3597 (Auto-Saving): Mention optional FORCE argument to
3598 `delete-auto-save-file-if-necessary'.
3599 (Reverting): Mention optional PRESERVE-MODES argument to
3600 `revert-buffer'. Correct description of `revert-buffer-function'.
3601
8f7ea687
JL
36022004-03-22 Juri Linkov <juri@jurta.org>
3603
3604 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
3605 with `Vector Functions'.
3606
3607 * text.texi (Sorting): Add missing quote.
3608
0eeca3c1
LT
36092004-03-14 Luc Teirlinck <teirllm@auburn.edu>
3610
3611 * intro.texi (Lisp History): Replace xref to `cl' manual with
3612 inforef.
3613
e69cfac2
RS
36142004-03-12 Richard M. Stallman <rms@gnu.org>
3615
3616 * intro.texi (Version Info): Add arg to emacs-version.
3617 (Lisp History): Change xref to CL manual.
3618
1b91d47f
LT
36192004-03-09 Luc Teirlinck <teirllm@auburn.edu>
3620
3621 * minibuf.texi (Completion Commands): Add xref to Emacs manual
3622 for Partial Completion mode.
3623
97073664
TTN
36242004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
3625
9b7fa297 3626 * customize.texi: Fix typo. Remove eol whitespace.
97073664 3627
04a6e76b
RS
36282004-03-04 Richard M. Stallman <rms@gnu.org>
3629
3630 * processes.texi: Fix typos.
3631
3632 * lists.texi (Building Lists): Minor clarification.
3633
3634 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
3635 in make-hash-table.
3636
5bb0fcd1
JB
36372004-02-29 Juanma Barranquero <lektu@terra.es>
3638
3639 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
3640 rm, and ignore exit code.
3641
9022d421
EZ
36422004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
3643
3644 * display.texi (Defining Faces): Add description for min-colors.
3645 Update example.
3646
92f5fba2
LT
36472004-02-23 Luc Teirlinck <teirllm@auburn.edu>
3648
3649 * abbrevs.texi: Various corrections and clarifications in addition
3650 to the following:
3651 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
3652
7e83e178
GM
36532004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3654
3655 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
3656
9c5609e8
LT
36572004-02-21 Luc Teirlinck <teirllm@auburn.edu>
3658
e2b9b51f
LT
3659 * text.texi: Various small changes in addition to the following:
3660 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
3661 to delete-horizontal-space.
9b7fa297 3662 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
e2b9b51f
LT
3663 description of yank-handler text property at various places.
3664
7daa0e81
LT
3665 * frames.texi (Window System Selections): Add anchor.
3666
9c5609e8
LT
3667 * syntax.texi (Syntax Table Functions): Clarify and correct
3668 descriptions of make-syntax-table and copy-syntax-table.
3669 (Motion and Syntax): Clarify SYNTAXES argument to
3670 skip-syntax-forward.
3671 (Parsing Expressions): Mention that the return value of
3672 parse-partial-sexp is currently a list of ten rather than nine
3673 elements.
3674 (Categories): Various corrections and clarifications.
3675
d29edb21
LT
36762004-02-17 Luc Teirlinck <teirllm@auburn.edu>
3677
3678 * markers.texi (Marker Insertion Types): Minor change.
3679
3680 * locals.texi (Standard Buffer-Local Variables):
3681 * commands.texi (Interactive Codes, Using Interactive):
3682 * functions.texi (Related Topics): Fix xrefs.
3683
43e48bda
LT
36842004-02-16 Luc Teirlinck <teirllm@auburn.edu>
3685
3686 * lists.texi (Sets And Lists): Update description of delete-dups.
3687
84e34002
RS
36882004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
3689
3690 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
3691
36922004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3693
3694 * frames.texi (Parameter Access): frame-parameters arg is optional.
3695 modify-frame-parameters handles nil for FRAME.
3696 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
3697 are all-or-nothing for certain toolkits.
3698 Mention parameter wait-for-wm.
3699 (Frames and Windows): In frame-first-window and frame-selected-window
3700 the arg is optional.
3701 (Input Focus): In redirect-frame-focus the second arg is optional.
3702 (Window System Selections): Mention selection type CLIPBOARD.
3703 Mention data-type UTF8_STRING.
3704 Mention numbering of cut buffers.
3705 (Resources): Describe x-resource-name.
3706
37072004-02-16 Richard M. Stallman <rms@gnu.org>
3708
3709 * windows.texi (Buffers and Windows): Delete false table
3710 about all-frames.
3711
3712 * syntax.texi (Parsing Expressions): Delete old caveat
3713 about parse-sexp-ignore-comments.
3714
3715 * streams.texi (Output Variables): Add print-quoted.
3716
3717 * lists.texi (Building Lists): Minor cleanup.
3718
3719 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
3720
3721 * display.texi (Overlays): Explain overlays use markers.
3722 (Managing Overlays): Explain front-advance and rear-advance
3723 in more detail.
3724
3725 * loading.texi (Unloading): Document unload-feature-special-hooks.
3726 Get rid of fns-NNN.el file.
3727
37282004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3729
3730 * help.texi (Describing Characters): Fix text-char-description
3731 example output.
3732
3733 * edebug.texi (Using Edebug): Fix example.
3734
3735 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 3736
84e34002
RS
3737 * files.texi (Changing Files): Fix argname.
3738
3739 * calendar.texi: Fix parens, and default values.
3740
3741 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
3742 * nonascii.texi, objects.texi, os.texi: Minor fixes.
3743 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
3744
3745 * positions.texi (Text Lines): Don't add -1 in current-line.
3746
37472004-02-16 Richard M. Stallman <rms@gnu.org>
3748
3749 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
3750
c33b76da
EZ
37512004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
3752
3753 * processes.texi (Low-Level Network): Fix a typo.
3754
9d7271e8
KS
37552004-02-12 Kim F. Storm <storm@cua.dk>
3756
3757 * display.texi (Fringes): Use consistent wording.
3758 Note that window-fringe's window arg is optional.
3759 (Scroll Bars): Use consistent wording.
3760
6827d730
LT
37612004-02-11 Luc Teirlinck <teirllm@auburn.edu>
3762
3763 * tips.texi (Comment Tips): Document the new conventions for
3764 commenting out code.
3765
1cb60b5a
JD
37662004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3767
3768 * positions.texi (Text Lines): Added missing end defun.
3769
7fdd1f62
KS
37702004-02-07 Kim F. Storm <storm@cua.dk>
3771
3772 * positions.texi (Text Lines): Add line-number-at-pos.
3773
eb3c144c
JPW
37742004-02-06 John Paul Wallington <jpw@gnu.org>
3775
3776 * display.texi (Button Properties, Button Buffer Commands):
3777 mouse-2 invokes button, not down-mouse-1.
3778
a1d38d63
JR
37792004-02-04 Jason Rumney <jasonr@gnu.org>
3780
3781 * makefile.w32-in: Sync with Makefile.in changes.
3782
4b574f3d
LT
37832004-02-03 Luc Teirlinck <teirllm@auburn.edu>
3784
3785 * minibuf.texi (Text from Minibuffer): Various corrections and
3786 clarifications.
3787 (Object from Minibuffer): Correct Lisp description of
3788 read-minibuffer.
3789 (Minibuffer History): Clarify description of cons values for
3790 HISTORY arguments.
3791 (Basic Completion): Various corrections and clarifications. Add
3792 completion-regexp-list.
3793 (Minibuffer Completion): Correct and clarify description of
3794 completing-read.
6f6b0433 3795 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
3796 other minor changes.
3797 (High-Level Completion): Various corrections and clarifications.
3798 (Reading File Names): Ditto.
3799 (Minibuffer Misc): Ditto.
3800
d8186297
LT
38012004-01-26 Luc Teirlinck <teirllm@auburn.edu>
3802
3803 * strings.texi (Text Comparison): assoc-string also matches
3804 elements of alists that are strings instead of conses.
3805 (Formatting Strings): Standardize Texinfo usage. Update index
3806 entries.
3807
9adcb5f2
LT
38082004-01-20 Luc Teirlinck <teirllm@auburn.edu>
3809
3810 * lists.texi (Sets And Lists): Add delete-dups.
3811
3e7274ae
LT
38122004-01-15 Luc Teirlinck <teirllm@auburn.edu>
3813
3814 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
3815 special form.
3816 * macros.texi (Defining Macros): Update description of `declare',
3817 which now is a macro.
3818 (Wrong Time): Fix typos.
3819
944e099f
LT
38202004-01-14 Luc Teirlinck <teirllm@auburn.edu>
3821
3822 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 3823 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
3824 and `batch-byte-compile'. In particular, mention and describe
3825 all optional arguments.
3826 (Disassembly): Correct and clarify the description of `disassemble'.
3827
90c3aa59
LT
38282004-01-11 Luc Teirlinck <teirllm@auburn.edu>
3829
3830 * searching.texi: Various small changes in addition to the
3831 following.
3832 (Regexp Example): Adapt to new value of `sentence-end'.
3833 (Regexp Functions): The PAREN argument to `regexp-opt' can be
3834 `words'.
3835 (Search and Replace): Add usage note for `perform-replace'.
3836 (Entire Match Data): Mention INTEGERS and REUSE arguments to
3837 `match-data'.
3838 (Standard Regexps): Update for new values of `paragraph-start'
3839 and `sentence-end'.
3840
583c353d
LT
38412004-01-07 Luc Teirlinck <teirllm@auburn.edu>
3842
3843 * files.texi (Saving Buffers): Clarify descriptions of
3844 `write-contents-functions' and `before-save-hook'.
3845 Make the defvar's for `before-save-hook' and `after-save-hook'
3846 into defopt's.
3847
05faee07
KS
38482004-01-07 Kim F. Storm <storm@cua.dk>
3849
3850 * commands.texi (Click Events): Describe new image and
3851 width/height elements of click events.
3852 (Accessing Events): Add posn-string, posn-image, and
3853 posn-object-width-height. Change posn-object to return either
3854 image or string object.
3855
a0465ec3
SJ
38562004-01-01 Simon Josefsson <jas@extundo.com>
3857
3858 * hooks.texi (Standard Hooks): Add before-save-hook.
3859 * files.texi (Saving Buffers): Likewise.
3860
972c0c49
RS
38612004-01-03 Richard M. Stallman <rms@gnu.org>
3862
3863 * frames.texi (Frames and Windows): Delete frame-root-window.
3864
dbcd463f
LT
38652004-01-03 Luc Teirlinck <teirllm@auburn.edu>
3866
3867 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
3868
3869 * functions.texi: Various small changes in addition to the
3870 following.
3871 (What Is a Function): `functionp' returns nil for macros. Clarify
3872 behavior of this and following functions for symbol arguments.
3873 (Function Documentation): Add `\' in front of (fn @var{arglist})
3874 and explain why.
3875 (Defining Functions): Mention DOCSTRING argument to `defalias'.
3876 Add anchor.
3877 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
3878
02c77ee9
MB
38792004-01-01 Miles Bader <miles@gnu.org>
3880
3881 * display.texi (Buttons): New section.
3882
903a1a91
AS
38832003-12-31 Andreas Schwab <schwab@suse.de>
3884
3885 * numbers.texi (Math Functions): sqrt reports a domain-error
3886 error.
3887 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
3888
697cf92a
LT
38892003-12-30 Luc Teirlinck <teirllm@auburn.edu>
3890
3f70fe82
LT
3891 * tips.texi (Documentation Tips): Update item on hyperlinks in
3892 documentation strings.
3893
697cf92a
LT
3894 * errors.texi (Standard Errors): Various small corrections and
3895 additions.
3896
3897 * control.texi: Various small changes in addition to the
3898 following.
3899 (Signaling Errors): Provide some more details on how `signal'
3900 constructs the error message. Add anchor to the definition of
3901 `signal'.
3902 (Error Symbols): Describe special treatment of `quit'.
3903 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
3904 to emphasize that it has to be a single form.
3905
3906 * buffers.texi: Add anchor.
3907
4d25144d
RS
39082003-12-29 Richard M. Stallman <rms@gnu.org>
3909
3910 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
3911 (Window Configurations): Add window-configuration-frame.
3912
3913 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
3914
3915 * text.texi (Examining Properties): Add get-char-property-and-overlay.
3916 Change arg name in get-char-property.
3917 (Special Properties): Update handling of keymap property.
3918
3919 * strings.texi (Modifying Strings): Add clear-string.
3920 (Text Comparison): Add assoc-string and remove
3921 assoc-ignore-case, assoc-ignore-representation.
3922
3923 * os.texi (Time of Day): Add set-time-zone-rule.
3924
3925 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 3926 report domain-error errors.
4d25144d 3927
697cf92a 3928 * nonascii.texi (Converting Representations):
4d25144d
RS
3929 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
3930 (Encoding and I/O): Add file-name-coding-system.
3931
3932 * modes.texi (Search-based Fontification): Explain that
3933 face specs are symbols with face names as values.
3934
3935 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
3936
3937 * lists.texi (Building Lists): remq moved elsewhere.
3938 (Sets And Lists): remq moved here.
3939 (Association Lists): Refer to assoc-string.
3940
3941 * internals.texi (Garbage Collection): Add memory-use-counts.
3942
3943 * frames.texi (Frames and Windows): Add set-frame-selected-window
3944 and frame-root-window.
3945
697cf92a 3946 * files.texi (Contents of Directories):
4d25144d
RS
3947 Add directory-files-and-attributes.
3948
3949 * display.texi (Refresh Screen): Add force-window-update.
3950 (Invisible Text): Explain about moving point out of invis text.
3951 (Overlay Properties): Add overlay-properties.
3952 (Managing Overlays): Add overlayp.
3953 (GIF Images): Invalid image number displays a hollow box.
3954
3955 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
3956 (Killing Buffers): Add buffer-live-p.
3957
67fafe38
MR
39582003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
3959
3960 * display.texi (Fringes): Fix typo "set-buffer-window".
3961
68e74f25
LT
39622003-12-24 Luc Teirlinck <teirllm@auburn.edu>
3963
3964 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
3965 * nonascii.texi, processes.texi, tips.texi, variables.texi:
3966 Add or change various xrefs and anchors.
3967
3968 * commands.texi: Replace all occurrences of @acronym{CAR} with
3969 @sc{car}, for consistency with the rest of the Elisp manual.
3970 `car' and `cdr' are historically acronyms, but are no longer
3971 widely thought of as such.
3972
3973 * internals.texi (Pure Storage): Mention that `purecopy' does not
3974 copy text properties.
3975 (Object Internals): Now 29 bits are used (in most implementations)
3976 to address Lisp objects.
3977
3978 * variables.texi (Variables with Restricted Values): New node.
3979
3980 * objects.texi (Lisp Data Types): Mention that certain variables
3981 can only take on a restricted set of values and add an xref to
3982 the new node "Variables with Restricted Values".
3983
3984 * eval.texi (Function Indirection): Describe the errors that
3985 `indirect-function' can signal.
3986 (Eval): Clarify the descriptions of `eval-region' and `values'.
3987 Describe `eval-buffer' instead of `eval-current-buffer' and
3988 mention `eval-current-buffer' as an alias for `current-buffer'.
3989 Correct the description and mention all optional arguments.
3990
697cf92a 3991 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
3992 following.
3993 (Converting Representations): Clarify behavior of
3994 `string-make-multibyte' and `string-to-multibyte' for unibyte all
3995 ASCII arguments.
3996 (Character Sets): Document the variable `charset-list' and adapt
3997 the definition of the function `charset-list' accordingly.
3998 (Translation of Characters): Clarify use of generic characters in
3999 `make-translation-table'. Clarify and correct the description of
4000 the use of translation tables in encoding and decoding.
4001 (User-Chosen Coding Systems): Correct and clarify the description
4002 of `select-safe-coding-system'.
4003 (Default Coding Systems): Clarify description of
4004 `file-coding-system-alist'.
4005
a62f71e4
LT
40062003-11-30 Luc Teirlinck <teirllm@auburn.edu>
4007
4008 * strings.texi (Text Comparison): Correctly describe when two
4009 strings are `equal'. Combine and clarify descriptions of
4010 `assoc-ignore-case' and `assoc-ignore-representation'.
4011
4012 * objects.texi (Non-ASCII in Strings): Clarify description of
4013 when a string is unibyte or multibyte.
4014 (Bool-Vector Type): Update examples.
4015 (Equality Predicates): Correctly describe when two strings are
4016 `equal'.
4017
19017752
LT
40182003-11-29 Luc Teirlinck <teirllm@auburn.edu>
4019
4020 * lists.texi (Building Lists): `append' no longer accepts integer
4021 arguments. Update the description of `number-sequence' to reflect
4022 recent changes.
4023 (Sets And Lists): Describe `member-ignore-case' after `member'.
4024
0f6a07a8
KS
40252003-11-27 Kim F. Storm <storm@cua.dk>
4026
4027 * commands.texi (Click Events): Click object may be an images.
4028 Describe (dx . dy) element of click positions.
4029 (Accessing Events): Remove duplicate posn-timestamp.
4030 New functions posn-object and posn-object-x-y.
4031
1ce7c819
KS
40322003-11-23 Kim F. Storm <storm@cua.dk>
4033
4034 * commands.texi (Click Events): Describe enhancements to event
4035 position lists, including new text-pos and (col . row) items.
4036 Mention left-fringe and right-fringe area events.
0f6a07a8 4037 (Accessing Events): New functions posn-area and
1ce7c819
KS
4038 posn-actual-col-row. Mention posn-timestamp. Mention that
4039 posn-point in non-text area still returns buffer position.
4040 Clarify posn-col-row.
4041
cae8ddbb
LH
40422003-11-21 Lars Hansen <larsh@math.ku.dk>
4043
4044 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4045 * anti.texi (File Attributes): Describe removed parameter
4046 ID-FORMAT.
4047
f7f1a248
LT
40482003-11-20 Luc Teirlinck <teirllm@auburn.edu>
4049
68e74f25 4050 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
4051 a position, its buffer is ignored.
4052
4053 * markers.texi (Overview of Markers): Mention it here too.
4054
c5e2fb05
LT
40552003-11-12 Luc Teirlinck <teirllm@auburn.edu>
4056
4057 * numbers.texi (Numeric Conversions): Not just `floor', but also
4058 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
4059
e57d0aa8
LT
40602003-11-10 Luc Teirlinck <teirllm@auburn.edu>
4061
4062 * markers.texi (Creating Markers): Specify insertion type of
4063 created markers. Add xref to `Marker Insertion Types'.
4064 Second argument to `copy-marker' is optional.
4065 (Marker Insertion Types): Mention that most markers are created
4066 with insertion type nil.
4067 (The Mark): Correctly describe when `mark' signals an error.
4068 (The Region): Correctly describe when `region-beginning' and
4069 `region-end' signal an error.
4070
bb3612ec
LT
40712003-11-08 Luc Teirlinck <teirllm@auburn.edu>
4072
4073 * hash.texi (Creating Hash): Clarify description of `eql'.
4074 `makehash' is obsolete.
4075 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4076
4077 * positions.texi (Point): Change description of `buffer-end', so
4078 that it is also correct for floating point arguments.
4079 (List Motion): Correct argument lists of `beginning-of-defun' and
4080 `end-of-defun'.
4081 (Excursions): Add xref to `Marker Insertion Types'.
4082 (Narrowing): Argument to `narrow-to-page' is optional.
4083
cfb8a797
LT
40842003-11-06 Luc Teirlinck <teirllm@auburn.edu>
4085
4086 * streams.texi (Output Streams): Clarify behavior of point for
4087 marker output streams.
4088
c6177909
LT
40892003-11-04 Luc Teirlinck <teirllm@auburn.edu>
4090
4091 * variables.texi (Defining Variables): Second argument to
4092 `defconst' is not optional.
4093 (Setting Variables): Mention optional argument APPEND to
4094 `add-to-list'.
4095 (Creating Buffer-Local): Expand description of
4096 `make-variable-buffer-local'.
4097 (Frame-Local Variables): Expand description of
4098 `make-variable-frame-local'.
4099 (Variable Aliases): Correct description of optional argument
4100 DOCSTRING to `defvaralias'. Mention return value of
4101 `defvaralias'.
4102 (File Local Variables): Add xref to `File variables' in Emacs
4103 Manual. Correct description of `hack-local-variables'. Mention
4104 `safe-local-variable' property. Mention optional second argument
4105 to `risky-local-variable-p'.
4106
b3645067
LT
41072003-11-03 Luc Teirlinck <teirllm@auburn.edu>
4108
4109 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4110
10695e5c
EZ
41112003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4112
4113 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4114 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4115 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4116 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4117 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 4118 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
4119 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4120 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4121 @acronym{FOO}.
4122
a2f4def1
LT
41232003-10-27 Luc Teirlinck <teirllm@auburn.edu>
4124
4125 * strings.texi (Creating Strings): Argument START to `substring'
4126 can not be `nil'. Expand description of
4127 `substring-no-properties'. Correct description of `split-string',
4128 especially with respect to empty matches. Prevent very bad line
4129 break in definition of `split-string-default-separators'.
4130 (Text Comparison): `string=' and `string<' also accept symbols as
4131 arguments.
4132 (String Conversion): More completely describe argument BASE in
4133 `string-to-number'.
5bb0fcd1 4134 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
4135 corresponding object. Clarify behavior of numeric prefix after
4136 `%' in `format'.
4137 (Case Conversion): The argument to `upcase-initials' can be a
4138 character.
4139
a2296bf9
KH
41402003-10-27 Kenichi Handa <handa@m17n.org>
4141
4142 * display.texi (Fontsets): Fix texinfo usage.
4143
885fef7c
KH
41442003-10-25 Kenichi Handa <handa@m17n.org>
4145
4146 * display.texi (Fontsets): Add description of the function
4147 set-fontset-font.
4148
0c6b7a1f
LT
41492003-10-23 Luc Teirlinck <teirllm@auburn.edu>
4150
4151 * display.texi (Temporary Displays): Add xref to `Documentation
4152 Tips'.
4153
4154 * functions.texi (Function Safety): Use inforef instead of pxref
4155 for SES.
4156
c3cda320
AS
41572003-10-23 Andreas Schwab <schwab@suse.de>
4158
4159 * Makefile.in (TEX, texinputdir): Don't define.
4160 (TEXI2DVI): Define.
4161 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4162 add $(srcdir)/index.texi.
4163 ($(infodir)/elisp): Remove index.texi dependency.
4164 (elisp.dvi): Likewise. Use $(TEXI2DVI).
4165 (index.texi): Remove target.
4166 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
4167 (clean): Don't remove index.texi.
4168
c3cda320
AS
4169 * permute-index, index.perm: Remove.
4170 * index.texi: Rename from index.unperm.
4171
e5dadca7
LT
41722003-10-22 Luc Teirlinck <teirllm@auburn.edu>
4173
4174 * tips.texi (Documentation Tips): Document new behavior for face
4175 and variable hyperlinks in Help mode.
4176
6cfb0777
LT
41772003-10-21 Luc Teirlinck <teirllm@auburn.edu>
4178
4179 * objects.texi (Integer Type): Update for extra bit of integer range.
4180 (Character Type): Ditto.
4181
a6eeaa81 41822003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
4183
4184 * numbers.texi (Integer Basics): Add index entries for reading
4185 numbers in hex, octal, and binary.
4186
c8f9ba83
LK
41872003-10-16 Lute Kamstra <lute@gnu.org>
4188
4189 * modes.texi (Mode Line Format): Mention force-mode-line-update's
4190 argument.
4191
b52a26fb
LT
41922003-10-13 Luc Teirlinck <teirllm@auburn.edu>
4193
4194 * windows.texi (Choosing Window): Fix typo.
4195 * edebug.texi (Edebug Execution Modes): Fix typo.
4196
f7005886
RS
41972003-10-13 Richard M. Stallman <rms@gnu.org>
4198
4199 * windows.texi (Basic Windows): A window has fringe settings,
4200 display margins and scroll-bar settings.
4201 (Splitting Windows): Doc split-window return value.
4202 Clean up one-window-p.
4203 (Selecting Windows): Fix typo.
4204 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4205 (Buffers and Windows): In set-window-buffer, explain effect
4206 on fringe settings and scroll bar settings.
4207 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4208 (Choosing Window): Use defopt for pop-up-frame-function.
4209 For special-display-buffer-names, explain same-window and same-frame.
4210 Clarify window-dedicated-p return value.
4211 (Textual Scrolling): scroll-up and scroll-down can get an error.
4212 (Horizontal Scrolling): Clarify auto-hscroll-mode.
4213 Clarify set-window-hscroll.
4214 (Size of Window): Don't mention tool bar in window-height.
4215 (Coordinates and Windows): Explain what coordinates-in-window-p
4216 returns for fringes and display margins.
4217 (Window Configurations): Explain saving fringes, etc.
4218
4219 * tips.texi (Library Headers): Clean up Documentation.
4220
4221 * syntax.texi (Parsing Expressions): Clean up forward-comment
4222 and parse-sexp-lookup-properties.
4223
4224 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4225
4226 * os.texi (System Environment): Clean up text for load-average errors.
4227
4228 * modes.texi (Hooks): Don't explain local hook details at front.
4229 Clarify run-hooks and run-hook-with-args a little.
4230 Clean up add-hook and remove-hook.
4231
4232 * edebug.texi (Edebug Execution Modes): Clarify t.
4233 Document edebug-sit-for-seconds.
4234 (Coverage Testing): Document C-x X = and =.
4235 (Instrumenting Macro Calls): Fix typo.
4236 (Specification List): Don't index the specification keywords.
4237
c989ebe9
KS
42382003-10-10 Kim F. Storm <storm@cua.dk>
4239
4240 * processes.texi (Network): Introduce make-network-process.
4241
f9525eef
LT
42422003-10-09 Luc Teirlinck <teirllm@auburn.edu>
4243
4244 * tips.texi (Library Headers): Fix typo.
4245
f008b925
LK
42462003-10-07 Juri Linkov <juri@jurta.org>
4247
4248 * modes.texi (Imenu): Mention imenu-create-index-function's
4249 default value. Explain submenus better.
4250
c22c5da6
LK
42512003-10-07 Lute Kamstra <lute@gnu.org>
4252
4253 * modes.texi (Faces for Font Lock): Fix typo.
4254 (Hooks): Explain how buffer-local hook variables can refer to
4255 global hook variables.
4256 Various minor clarifications.
4257
49247521
LK
42582003-10-06 Lute Kamstra <lute@gnu.org>
4259
4260 * tips.texi (Coding Conventions): Mention naming conventions for
4261 hooks.
4262
9296c947
LT
42632003-10-05 Luc Teirlinck <teirllm@auburn.edu>
4264
4265 * loading.texi (Library Search): Correct default value of
4266 load-suffixes.
4267 (Named Features): Fix typo.
4268
0e9b293a
RS
42692003-10-05 Richard M. Stallman <rms@gnu.org>
4270
4271 * loading.texi (Named Features): In `provide',
4272 say how to test for subfeatures.
4273 (Unloading): In unload-feature, use new var name
4274 unload-feature-special-hooks.
4275
49247521 42762003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
4277
4278 * modes.texi (Major Mode Conventions): Mention third way to set up
4279 Imenu.
4280 (Imenu): A number of small fixes.
4281 Delete documentation of internal variable imenu--index-alist.
4282 Document the return value format of imenu-create-index-function
4283 functions.
4284
ab8f7d5c
RS
42852003-09-30 Richard M. Stallman <rms@gnu.org>
4286
4287 * processes.texi (Network): Say what stopped datagram connections do.
4288
4289 * lists.texi (Association Lists): Clarify `assq-delete-all'.
4290
4291 * display.texi (Overlay Properties): Clarify `evaporate' property.
4292
49247521 42932003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
4294
4295 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 4296 constructs should be marked as risky.
86b9b767
LK
4297 Change cons cell into proper list.
4298 (Mode Line Variables): Change cons cell into proper list.
4299
49247521 43002003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
4301
4302 * modes.texi (Mode Line Data): Document the :propertize construct.
4303 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 4304 to match their order in the default mode-line-format.
bc3b02f9
LK
4305 Describe the new variables mode-line-position and mode-line-modes.
4306 Update the default values of mode-line-frame-identification,
4307 minor-mode-alist, and default-mode-line-format.
4308 (Properties in Mode): Mention the :propertize construct.
6142d1d0 4309
bc3b02f9 43102003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 4311
c22c5da6 4312 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
4313 * loading.texi, minibuf.texi, text.texi, variables.texi:
4314 Avoid @strong{Note:}.
4315
43162003-09-26 Richard M. Stallman <rms@gnu.org>
4317
4318 * keymaps.texi (Remapping Commands): Fix typo.
4319
41beda59
LT
43202003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
4321
4322 * processes.texi (Low-Level Network): Fix typo.
4323
ef6ae4ff
KS
43242003-09-23 Kim F. Storm <storm@cua.dk>
4325
4326 * processes.texi (Network, Network Servers): Fix typos.
4327 (Low-Level Network): Add timeout value for :server keyword.
4328 Add new option keywords to make-network-process.
4329 Add set-network-process-options.
4330 Explain how to test availability of network options.
4331
b0f23edf
RS
43322003-09-19 Richard M. Stallman <rms@gnu.org>
4333
4334 * text.texi (Motion by Indent): Arg to
4335 backward-to-indentation and forward-to-indentation is optional.
4336
4337 * strings.texi (Creating Strings): Add substring-no-properties.
4338
4339 * processes.texi
4340 (Process Information): Add list-processes arg QUERY-ONLY.
4341 Delete process-contact from here.
4342 Add new status values for process-status.
4343 Add process-get, process-put, process-plist, set-process-plist.
4344 (Synchronous Processes): Add call-process-shell-command.
4345 (Signals to Processes): signal-process allows process objects.
4346 (Network): Complete rewrite.
4347 (Network Servers, Datagrams, Low-Level Network): New nodes.
4348
4349 * positions.texi (Word Motion): forward-word, backward-word
4350 arg is optional. Reword.
4351
4352 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
4353
c22c5da6 4354 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
4355 Delete duplicate definition of buffer-local-value.
4356 (File Local Variables): Explain about discarding text props.
4357
f387bdea
RS
43582003-09-11 Richard M. Stallman <rms@gnu.org>
4359
4360 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4361 changes variables that record input events.
4362 (Minibuffer Misc): Add minibuffer-selected-window.
4363
4364 * lists.texi (Building Lists): Add copy-tree.
4365
4366 * display.texi (Fontsets): Add char-displayable-p.
4367 (Scroll Bars): New node.
4368
49247521 43692003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
4370
4371 * modes.texi (%-Constructs): Document new `%i' and `%I'
4372 constructs.
4373
fd026ee1
JR
43742003-09-03 Peter Runestig <peter@runestig.com>
4375
4376 * makefile.w32-in: New file.
4377
4828b4d7
RS
43782003-08-29 Richard M. Stallman <rms@gnu.org>
4379
4380 * display.texi (Overlay Properties): Clarify how priorities
4381 affect use of the properties.
4382
a4e4f05d
LT
43832003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4384
4385 * customize.texi (Type Keywords): Correct the description of
4386 `:help-echo' in the case where `motion-doc' is a function.
4387
3ebe0346
JPW
43882003-08-14 John Paul Wallington <jpw@gnu.org>
4389
4390 * modes.texi (Emulating Mode Line): Subsection, not section.
4391
3afe8e39
RS
43922003-08-13 Richard M. Stallman <rms@gnu.org>
4393
4394 * elisp.texi (Top): Update subnode lists in menu.
4395
4396 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4397 (Kill Functions): kill-region has new arg yank-handler.
4398 (Yanking): New node.
4399 (Yank Commands): Add yank-undo-function.
4400 (Low-Level Kill Ring):
4401 kill-new and kill-append have new arg yank-handler.
4402 (Changing Properties): Add remove-list-of-text-properties.
4403 (Atomic Changes): New node.
4404
4405 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4406
4407 * streams.texi (Output Variables): Add eval-expression-print-length
4408 and eval-expression-print-level.
4409
4410 * os.texi (Time Conversion): For encode-time, explain limits on year.
4411
4412 * objects.texi (Character Type): Define anchor "modifier bits".
4413
4414 * modes.texi (Emulating Mode Line): New node.
4415 (Search-based Fontification): Font Lock uses font-lock-face property.
4416 (Other Font Lock Variables): Likewise.
4417
4418 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4419 not vectors.
4420 (Active Keymaps): Add emulation-mode-map-alists.
4421 (Functions for Key Lookup): key-binding has new arg no-remap.
4422 (Remapping Commands): New node.
4423 (Scanning Keymaps): where-is-internal has new arg no-remap.
4424 (Tool Bar): Add tool-bar-local-item-from-menu.
4425 Clarify when to use tool-bar-add-item-from-menu.
4426
4427 * commands.texi (Interactive Call): commandp has new arg.
4428 (Command Loop Info): Add this-original-command.
4429
e37769b1
JPW
44302003-08-06 John Paul Wallington <jpw@gnu.org>
4431
4432 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4433
4434 * display.texi (Warning Basics): Fix typo.
4435 (Fringes): Add closing curly bracket and fix typo.
4436
4437 * elisp.texi (Top): Fix typo.
4438
c5e0561f
RS
44392003-08-05 Richard M. Stallman <rms@gnu.org>
4440
4441 * elisp.texi: Update lists of subnodes.
4442
4443 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4444
4445 * variables.texi (Local Variables): Use lc for example variable names.
4446
4447 * tips.texi (Library Headers): Explain where to put -*-.
4448
4449 * strings.texi (Creating Strings): Fix xref for vconcat.
4450
4451 * sequences.texi (Vector Functions):
4452 vconcat no longer allows integer args.
4453
4454 * minibuf.texi (Reading File Names): read-file-name has new
4455 arg PREDICATE. New function read-directory-name.
4456
4457 * macros.texi (Defining Macros): Give definition of `declare'
4458 (Indenting Macros): New node.
4459
4460 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4461 (Window Frame Parameters): Make separate table of parameters
4462 that are coupled with specific face attributes.
4463 (Deleting Frames): delete-frame-hooks renamed to
4464 delete-frame-functions.
4465
4466 * files.texi (Magic File Names): Add file-remote-p.
4467 Clarify file-local-copy.
4468
4469 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4470 here; instead xref Defining Macros.
4471
4472 * display.texi (Warnings): New node, and subnodes.
4473 (Fringes): New node.
4474
4475 * debugging.texi (Test Coverage): New node.
4476
4477 * compile.texi (Compiler Errors): Explain with-no-warnings
4478 and other ways to suppress warnings.
4479
4480 * commands.texi (Interactive Call): Minor clarification.
4481
4482 * buffers.texi (Buffer File Name): set-visited-file-name
4483 renames the buffer too.
4484
4485 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4486
ee59dede
MR
44872003-07-24 Markus Rost <rost@math.ohio-state.edu>
4488
4489 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4490
f0514b34
MR
44912003-07-22 Markus Rost <rost@math.ohio-state.edu>
4492
4493 * internals.texi (Garbage Collection): Fix previous change.
4494
c73983bb
RS
44952003-07-22 Richard M. Stallman <rms@gnu.org>
4496
4497 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4498
4499 * display.texi (Width): Use \s syntax in example.
4500 (Font Selection): Add face-font-rescale-alist.
4501
4502 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4503 Remove spurious indent in example.
4504
4505 * lists.texi (Building Lists): Add number-sequence.
4506
4507 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4508
4509 * functions.texi (Function Documentation): Explain how to
4510 show calling convention explicitly in the doc string.
4511
4512 * windows.texi (Selecting Windows): save-selected-window saves
4513 selected window of each frame.
4514 (Window Configurations): Minor change.
4515
4516 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4517
4518 * streams.texi (Output Variables): Add print-continuous-numbering
4519 and print-number-table.
4520
4521 * processes.texi (Decoding Output): New node.
4522
4523 * os.texi (Time Conversion): decode-time arg is optional.
4524
4525 * objects.texi (Character Type): Don't use space as example for \.
4526 Make list of char names and \-sequences correspond.
4527 Explain that \s is not used in strings. `\ ' needs space after.
4528
4529 * nonascii.texi (Converting Representations): Add string-to-multibyte.
4530 (Translation of Characters): Add translation-table-for-input.
4531 (Default Coding Systems): Add auto-coding-functions.
4532 (Explicit Encoding): Add decode-coding-inserted-region.
4533 (Locales): Add locale-info.
4534
4535 * minibuf.texi (Basic Completion): Describe test-completion.
4536 Collections can be lists of strings.
4537 Clean up lazy-completion-table.
4538 (Programmed Completion): Mention test-completion.
4539 Clarify why lambda expressions are not accepted.
4540 (Minibuffer Misc): Describe minibufferp.
4541
51a8b435
RS
45422003-07-14 Richard M. Stallman <rms@gnu.org>
4543
4544 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4545
4546 * windows.texi (Selecting Windows): New arg to select-window.
4547 (Selecting Windows): Add with-selected-window.
4548 (Size of Window): Add window-inside-edges, etc.
4549
4550 * internals.texi (Garbage Collection): Add post-gc-hook.
4551
4552 * processes.texi (Subprocess Creation): Add exec-suffixes.
4553
4554 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4555 (Scanning Keymaps): Add map-keymaps.
4556 (Defining Menus): Add keymap-prompt.
4557
4558 * numbers.texi (Integer Basics): Add most-positive-fixnum,
4559 most-negative-fixnum.
4560
4561 * compile.texi (Byte Compilation): Explain no-byte-compile
4562 (Compiler Errors): New node.
4563
4564 * os.texi (User Identification): user-uid, user-real-uid
4565 can return float.
4566
4567 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4568 and about derived modes.
4569 (Minor Modes): Add minor-mode-list.
4570 (Defining Minor Modes): Keyword args for define-minor-mode.
4571 (Search-based Fontification): Explain managing other properties.
4572 (Other Font Lock Variables): Add font-lock-extra-managed-props.
4573 (Faces for Font Lock): Add font-locl-preprocessor-face.
4574 (Hooks): Add run-mode-hooks and delay-mode-hooks.
4575
4576 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 4577 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
4578
4579 * loading.texi (Library Search): Add load-suffixes.
4580
4581 * minibuf.texi (Basic Completion): Add lazy-completion-table.
4582 (Programmed Completion): Add dynamic-completion-table.
4583
4584 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4585 (Magic File Names): Specify precedence order of handlers.
199bb209 4586
51a8b435
RS
4587 * commands.texi (Command Overview): Emacs server runs pre-command-hook
4588 and post-command-hook.
4589 (Waiting): New calling convention for sit-for.
4590
4591 * text.texi (Special Properties): local-map and keymap properties
4592 apply based on their stickiness.
4593
c6de56a0
RS
45942003-07-07 Richard M. Stallman <rms@gnu.org>
4595
4596 * modes.texi (Minor Mode Conventions): Specify only some kinds
4597 of list values as args to minor modes.
4598
4599 * files.texi (File Name Expansion): Warn about iterative use
4600 of substitute-in-file-name.
4601
4602 * advice.texi (Activation of Advice): Clean up previous change.
4603
8c761ea6
MR
46042003-07-06 Markus Rost <rost@math.ohio-state.edu>
4605
4606 * advice.texi (Activation of Advice): Note that ad-start-advice is
4607 turned on by default.
4608
c6de56a0
RS
46092003-06-30 Richard M. Stallman <rms@gnu.org>
4610
4611 * text.texi (Buffer Contents): Document current-word.
4612 (Change Hooks): Not called for *Messages*.
4613
4614 * functions.texi (Defining Functions): Explain about redefining
4615 primitives.
4616 (Function Safety): Renamed. Minor changes.
4617 Comment out the detailed criteria for what is safe.
4618
3fe4e567
AS
46192003-06-22 Andreas Schwab <schwab@suse.de>
4620
4621 * objects.texi (Symbol Type): Fix description of examples.
4622
cda7bd13
AS
46232003-06-16 Andreas Schwab <schwab@suse.de>
4624
4625 * hash.texi (Creating Hash): Fix description of :weakness.
4626
fbcffa4a
KG
46272003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4628
4629 * files.texi (Changing Files): copy-file copies file modes, too.
4630
ff6a3bfb
RS
46312003-05-28 Richard M. Stallman <rms@gnu.org>
4632
4633 * strings.texi (Creating Strings): Clarify split-string.
4634
1463a05d
JB
46352003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
4636
4637 * strings.texi (Creating Strings): Update split-string specification
4638 and examples.
4639
af253914
RS
46402003-05-19 Richard M. Stallman <rms@gnu.org>
4641
4642 * elisp.texi: Correct invariant section names.
4643
7ea52f92
RS
46442003-04-20 Richard M. Stallman <rms@gnu.org>
4645
4646 * os.texi (Timers): Explain about timers and quitting.
4647
e31afc09
RS
46482003-04-19 Richard M. Stallman <rms@gnu.org>
4649
4650 * internals.texi (Writing Emacs Primitives): Strings are
4651 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
4652 Explain GCPRO convention for varargs function args.
4653
5ceea398
RS
46542003-04-16 Richard M. Stallman <rms@gnu.org>
4655
4656 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
4657
b0ada147
RS
46582003-04-08 Richard M. Stallman <rms@gnu.org>
4659
4660 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
4661
b23375aa
KS
46622003-02-13 Kim F. Storm <storm@cua.dk>
4663
4664 * objects.texi (Character Type): New \s escape for space.
4665
c60ee5e7
JB
46662003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
4667
4668 * os.texi (System Environment): Added cygwin system-type.
4669
84e47416
RS
46702003-01-25 Richard M. Stallman <rms@gnu.org>
4671
4672 * keymaps.texi: Document that a symbol can act as a keymap.
4673
3e8cf2ea
RS
46742003-01-13 Richard M. Stallman <rms@gnu.org>
4675
4676 * text.texi (Changing Properties): Say string indices are origin-0.
4677
4678 * positions.texi (Screen Lines) <compute-motion>:
4679 Correct order of elts in return value.
4680
4681 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
4682 how to define a default binding.
4683
7abb9fc5 46842002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 4685
104bc3aa 4686 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 4687
104bc3aa 4688 * customize.texi (Simple Types): Clarify description of custom
9b7fa297 4689 type 'number. Describe new custom type 'float.
177f790c 4690
7abb9fc5 46912002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
4692
4693 * variables.texi (File Local Variables): Fix typo.
4694
df140a68 46952002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 4696
df140a68
KG
4697 From Michael Albinus <Michael.Albinus@alcatel.de>.
4698
4699 * README: Target for Info file is `make info'.
4700
4701 * files.texi (File Name Components): Fixed typos in
4702 `file-name-sans-extension'.
4703 (Magic File Names): Complete list of operations for magic file
4704 name handlers.
4705
7ed9159a
JY
47062002-09-16 Jonathan Yavner <jyavner@engineer.com>
4707
4708 * variables.texi (File Local Variables): New function
4709 risky-local-variable-p.
4710
47112002-09-15 Jonathan Yavner <jyavner@engineer.com>
4712
4713 * functions.texi (Function safety): New node about unsafep.
4714
241f79af
PA
47152002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
4716
4717 * customize.texi (Splicing into Lists): Fixed example.
4718 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
4719
72459b15
JB
47202002-06-17 Juanma Barranquero <lektu@terra.es>
4721
4722 * frames.texi (Display Feature Testing): Fix typo.
4723
61f7e0f5
AS
47242002-06-12 Andreas Schwab <schwab@suse.de>
4725
4726 * frames.texi (Initial Parameters, Resources): Fix references to
4727 the Emacs manual.
4728
4e792dbd
KS
47292002-05-13 Kim F. Storm <storm@cua.dk>
4730
4731 * variables.texi (Intro to Buffer-Local): Updated warning and
4732 example relating to changing buffer inside let.
4733
940344d4 47342002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
4735
4736 * os.texi (Session Management): New node about X Session management.
4737
231ac53b
EZ
47382002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
4739
4740 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
4741 to which the manual corresponds, and the copyright years.
4742
4743 * Makefile.in (VERSION): Set to 2.9.
4744
140cc574
EZ
47452001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
4746
4747 * elisp.texi: Change the category in @dircategory to "Emacs", to
4748 make it consistent with info/dir.
4749
9c7fce05
MB
47502001-11-25 Miles Bader <miles@gnu.org>
4751
4752 * text.texi (Fields): Describe new `limit' arg in
4753 field-beginning/field-end.
4754
9f8bbf0f
EZ
47552001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
4756
a5e6715c
EZ
4757 * permute-index: Don't depend on csh-specific features. Replace
4758 the interpreter name with /bin/sh.
4759
9f8bbf0f
EZ
4760 * two-volume-cross-refs.txt: New file.
4761 * two.el: New file.
4762 * spellfile: New file.
4763
1756e2fb
EZ
47642001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
4765
4766 * permute-index: New file.
4767
4768 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
4769 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
4770 8+3 restricted namespace.
ad050e54
EZ
4771
4772 * Makefile.in (infodir): Define relative to $(srcdir).
4773 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
4774 include directories list via -I switch to makeinfo.
4775 (index.texi): Use cp if both hard and symbolic links fail.
4776
10fa7f8e
EZ
47772001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
4778
7a1494ce
EZ
4779 * Makefile.in (distclean): Add.
4780
10fa7f8e
EZ
4781 The following changes make ELisp manual part of the Emacs
4782 distribution:
4783
4784 * Makefile.in: Add Copyright notice.
4785 (prefix): Remove.
4786 (infodir): Change value to "../info".
4787 (VPATH): New variable.
4788 (MAKE): Don't define.
4789 (texmacrodir): Don't define.
4790 (texinputdir): Append the existing value of TEXINPUTS.
4791 ($(infodir)/elisp): Instead of just "elisp". Reformat the
4792 command to be compatible with man/Makefile.in, and to put the
4793 output into ../info.
5c32b7c5 4794 (info): Add target.
10fa7f8e
EZ
4795 (installall): Target removed.
4796
ad050e54 47972001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
4798
4799 * tips.texi (Coding Conventions): Fix typo.
4800
6fd735df
GM
48012001-10-23 Gerd Moellmann <gerd@gnu.org>
4802
4803 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
4804
b704d54b
EZ
48052001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4806
4807 * files.texi (File Name Components): Update the description of
4808 file-name-sans-extension and file-name-extension, as they now
4809 ignore leading dots.
4810
71431a0e
GM
48112001-10-20 Gerd Moellmann <gerd@gnu.org>
4812
6aa97356 4813 * (Version 21.1 released.)
71431a0e 4814
79f1f96c
MB
48152001-10-19 Miles Bader <miles@gnu.org>
4816
4817 * positions.texi (Text Lines): Describe behavior of
4818 `beginning-of-line'/`end-of-line' in the presence of field properties.
4819
892a8f36
GM
48202001-10-17 Gerd Moellmann <gerd@gnu.org>
4821
4822 * Makefile.in (VERSION): Set to 2.8.
4823 (manual): Use `manual-21'.
4824
8c1cc9e8 4825 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
4826 number was used. Set it to 2.8.
4827
4828 * intro.texi: Likewise.
4829
51724e26
EZ
48302001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4831
4832 * files.texi (File Name Completion): Document the significance of
4833 a trailing slash in elements of completion-ignored-extensions.
4834
57b338e8
MB
48352001-10-06 Miles Bader <miles@gnu.org>
4836
4837 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
4838
c89e4bc5
GM
48392001-10-04 Gerd Moellmann <gerd@gnu.org>
4840
4841 * variables.texi (Variable Aliases): New node.
4842
ab952a4f
GM
48432001-10-04 Gerd Moellmann <gerd@gnu.org>
4844
4845 * Branch for 21.1.
dff28924 4846
9db3a582
MB
48472001-10-02 Miles Bader <miles@gnu.org>
4848
ae1a9581
MB
4849 * minibuf.texi (Minibuffer Misc): Add entries for
4850 `minibuffer-contents', `minibuffer-contents-no-properties', and
4851 `delete-minibuffer-contents'.
4852 Correct description for `minibuffer-prompt-end'.
4853
9db3a582
MB
4854 * text.texi (Property Search): Correct descriptions of
4855 `next-char-property-change' and `previous-char-property-change'.
4856 Add entries for `next-single-char-property-change' and
4857 `previous-single-char-property-change'.
4858 Make operand names a bit more consistent.
4859
03be5931
EZ
48602001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
4861
4862 * frames.texi (Finding All Frames): Document that next-frame and
4863 previous-frame are local to current terminal.
4864
974548ec
EZ
48652001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
4866
4867 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 4868 result of make-keymap.
974548ec 4869
8d82c597
EZ
48702001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
4871
4872 * display.texi (Font Lookup, Attribute Functions)
4873 (Image Descriptors): Add cross-references to the definition of
4874 selected frame.
4875
4876 * buffers.texi (The Buffer List): Add cross-references to the
4877 definition of selected frame.
4878
4879 * frames.texi (Input Focus): Clarify which frame is _the_ selected
4880 frame at any given time.
4881 (Multiple Displays, Size and Position): Add a cross-reference to
4882 the definition of the selected frame.
4883
2842de30
EZ
48842001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4885
4886 * strings.texi (String Conversion) <string-to-number>: Document
4887 that a float is returned for integers that are too large.
4888
4889 * frames.texi (Mouse Position): Document mouse-position-function.
4890 (Display Feature Testing): Document display-images-p.
4891 (Window Frame Parameters): Document the cursor-type variable.
4892
4893 * numbers.texi (Integer Basics): Document CL style read syntax for
4894 integers in bases other than 10.
4895
4896 * positions.texi (List Motion): Document
4897 open-paren-in-column-0-is-defun-start.
4898
4899 * lists.texi (Sets And Lists): Document member-ignore-case.
4900
4901 * internals.texi (Garbage Collection): Document the used and free
4902 strings report.
4903 (Memory Usage): Document strings-consed.
4904
4905 * os.texi (Time of Day): Document float-time.
4906 (Recording Input): Document that clear-this-command-keys clears
4907 the vector to be returned by recent-keys.
4908
4909 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
4910 argument keymap can be a list.
4911
4912 * nonascii.texi (User-Chosen Coding Systems)
4913 <select-safe-coding-system>: Document the new argument
4914 accept-default-p and the variable
4915 select-safe-coding-system-accept-default-p. Tell what happens if
4916 buffer-file-coding-system is undecided.
4917 (Default Coding Systems): Document auto-coding-regexp-alist.
4918
4919 * display.texi (The Echo Area) <message>: Document
4920 message-truncate-lines.
4921 (Glyphs): Document that the glyph table is unused on windowed
4922 displays.
4923
4924 * help.texi (Describing Characters) <single-key-description>:
4925 Document the new argument no-angles.
4926 (Accessing Documentation) <documentation-property>: Document that
4927 a non-string property is evaluated.
4928 <documentation>: Document that the function-documentation property
4929 is looked for.
4930
4931 * windows.texi (Selecting Windows): Document some-window.
4932
4933 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
4934
4935 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
4936 apropos-mode-hook.
4937
4938 * commands.texi (Using Interactive): Document interactive-form.
4939 (Keyboard Macros): Document kbd-macro-termination-hook.
4940 (Command Loop Info): Document that clear-this-command-keys clears
4941 the vector to be returned by recent-keys.
4942
2d43d823
GM
49432001-09-04 Werner LEMBERG <wl@gnu.org>
4944
4945 * Makefile.in (srcdir, texinputdir): New variables.
4946 (srcs, index.texi, install): Use $(srcdir).
4947 (.PHONY): Remove elisp.dvi.
4948 (elisp): Use -I switch for makeinfo.
4949 (elisp.dvi): Use $(srcdir) and $(texinputdir).
4950 (installall, dist): Use $(srcdir).
4951 Fix path to texinfo.tex.
4952 (maintainer-clean): Add elisp.dvi and elisp.oaux.
4953
fa739b31
GM
49542001-08-30 Gerd Moellmann <gerd@gnu.org>
4955
92a25631
GM
4956 * display.texi (Conditional Display): Adjust to API change.
4957
fa739b31
GM
4958 * configure: New file.
4959
cef68af5
GM
49602001-07-30 Gerd Moellmann <gerd@gnu.org>
4961
4962 * commands.texi (Repeat Events): Add description of
4963 double-click-fuzz.
4964
d1f08d85
SM
49652001-05-08 Stefan Monnier <monnier@cs.yale.edu>
4966
4967 * syntax.texi (Syntax Class Table): Add the missing designator for
4968 comment and string fences.
4969 (Syntax Properties): Add a xref to syntax table internals.
4970 (Syntax Table Internals): Document string-to-syntax.
4971
1e9fc92e
GM
49722001-05-07 Gerd Moellmann <gerd@gnu.org>
4973
4974 * Makefile.in (install): Use install-info command line options
4975 like in Emacs' Makefile.in.
4976
00480554
MB
49772000-12-09 Miles Bader <miles@gnu.org>
4978
4979 * windows.texi (Window Start): Update documentation for
4980 `pos-visible-in-window-p'.
4981
1e344ee2
SM
49822000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4983
4984 * lists.texi (Building Lists): Add footnote to explain how to add
4985 to the end of a list.
4986
a540f6ed
GM
49872000-10-25 Gerd Moellmann <gerd@gnu.org>
4988
4989 * files.texi (Visiting Functions): Typos.
4990
28bcdbee
KH
49912000-10-25 Kenichi Handa <handa@etl.go.jp>
4992
4993 * files.texi (Visiting Functions): Return value of
4994 find-file-noselect may be a list of buffers if wildcards are used.
4995
22d1a4ed
MB
49962000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4997
4998 * display.texi (Defining Faces): Document `graphic' display type
4999 in face specs.
5000
916a89db
KG
50012000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5002
1e9fc92e 5003 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
5004 `after-make-frame-hook' with `after-make-frame-functions'.
5005
1e9fc92e 5006 * frames.texi (Creating Frames): Ditto.
916a89db 5007
1e9fc92e 5008 * variables.texi (Future Local Variables): Ditto.
916a89db 5009
483de32b
GM
50102000-10-16 Gerd Moellmann <gerd@gnu.org>
5011
5012 * display.texi (Other Image Types): Add description of :foreground
5013 and :background properties of mono PBM images.
5014
e23a63a5
WL
50152000-08-17 Werner LEMBERG <wl@gnu.org>
5016
5017 * .cvsignore: New file.
5018
dfc16043
GM
50192000-01-05 Gerd Moellmann <gerd@gnu.org>
5020
5021 * tindex.pl: New script.
5022
602613fe
DL
50231999-12-03 Dave Love <fx@gnu.org>
5024
5025 * Makefile.in (MAKEINFO): New parameter.
5026
94ec544d
DL
50271999-09-17 Richard Stallman <rms@gnu.org>
5028
5029 * Makefile.in (srcs): Add hash.texi.
5030 (VERSION): Update to 20.6.
5031
50321999-09-13 Richard Stallman <rms@gnu.org>
5033
5034 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
5035
50361998-08-29 Karl Heuer <kwzh@gnu.org>
5037
5038 * configure.in: New file.
5039 * Makefile.in: Renamed from Makefile.
5040 (prefix, infodir): Use value obtained from configure.
5041 (emacslibdir): Obsolete variable deleted.
5042 (dist): Distribute configure.in, configure, Makefile.in.
5043
50441998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
5045
5046 * Makefile (INSTALL_INFO): New variable.
5047 (install): Run install-info.
5048
50491998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
5050
5051 * Makefile (elisp.dvi): Add missing backslash.
5052
50531998-05-02 Richard Stallman <rms@psilocin.gnu.org>
5054
5055 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
5056 Run texindex without `./'. Always run texindex on elisp.tp.
5057 (elisp.tps): Target deleted.
5058
50591998-04-05 Richard Stallman <rms@psilocin.gnu.org>
5060
5061 * Makefile (srcs): Add nonascii.texi and customize.texi.
5062 (dist): Start by deleting `temp'.
5063
50641998-02-17 Richard Stallman <rms@psilocin.gnu.org>
5065
5066 * Makefile (makeinfo, texindex): Targets deleted.
5067 (makeinfo.o, texindex.o): Targets deleted.
5068 (clean, dist): Don't do anything with them or with getopt*.
5069
50701998-01-30 Richard Stallman <rms@psilocin.gnu.org>
5071
5072 * Makefile (SHELL): Defined.
5073
50741998-01-27 Richard Stallman <rms@psilocin.gnu.org>
5075
5076 * Makefile (elisp.tps): New target.
5077 (elisp.dvi): Depend on elisp.tps.
5078
5079Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
5080
5081 * README: Update phone number.
5082
5083 * Makefile (elisp): Make this be the default target.
5084 Depend on makeinfo.c instead of makeinfo.
5085 (install): Don't depend on elisp.dvi, since we don't install that.
5086 Use mkinstalldirs.
5087 (dist): Add mkinstalldirs.
5088
5089Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5090
5091 * Makefile (VERSION): Update version number.
5092 (maintainer-clean): Renamed from realclean.
5093
5094Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5095
5096 * Makefile (realclean): New target.
5097 (elisp): Remove any old elisp-* files first.
5098
5099Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5100
d1f08d85
SM
5101 * Makefile (VERSION): New variable.
5102 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5103 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
5104
5105Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5106
5107 * Makefile (elisp): Depend on makeinfo.
5108
5109Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
5110
d1f08d85 5111 * Makefile (srcs): Add anti.texi.
94ec544d
DL
5112
5113Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5114
5115 * Makefile (infodir, prefix): New vars.
5116 (install): Use infodir.
5117 (emacsinfodir): Deleted.
5118
5119Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5120
5121 * Makefile (srcs): Add calendar.texi.
5122
5123 * Makefile (dist): Copy texindex.c and makeinfo.c.
5124 Limit elisp-* files to those with one or two digits.
5125
5126Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5127
5128 * Makefile (dist): Changed to use Gzip instead of compress.
5129
5130Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5131
5132 * loading.texi (Unloading): define-function changed back to
5133 defalias. It may not stay this way, but at least it's
5134 consistent with the known-good version of the code patch.
5135
5136Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5137
5138 * modes.texi (Hooks): Document new optional arg of add-hook.
5139
5140Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5141
d1f08d85 5142 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
5143
5144 * tips.texi: Add new section on standard library headers.
5145
5146Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5147
5148 * Makefile (srcs): Add frame.texi to the list of sources.
5149
5150Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5151
5152 * Makefile (dist): Don't bother excluding autosave files; they'll
5153 never make it into the temp directory anyway, and the hash marks
5154 in the name are problematic for make and the Bourne shell.
dff28924 5155 (srcs):
94ec544d
DL
5156
5157Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5158
d1f08d85 5159 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
5160 the distribution tar file.
5161
dff28924 5162Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
5163
5164 * Makefile (srcs): Added index.perm.
5165 (elisp.dvi): Remove erroneous shell comment.
5166 Expect output of permute-index in permuted.fns.
5167 Save old elisp.aux in elisp.oaux.
5168 (clean): Added index.texi to be deleted.
5169
dff28924 5170Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5171
5172 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5173
dff28924 5174Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d
DL
5175
5176 * files.texi: Noted that completion-ignored-extensions is ignored
5177 when making *Completions*.
5178
5179Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5180
5181 * Makefile make dist now depends on elisp.dvi, since it tries
5182 to include it in the dist file.
5183
dff28924 5184Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
5185
5186 * functions.texinfo (Mapping Functions): Add missing quote
5187
dff28924 5188Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5189
5190 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5191 (defunargs): Turn off \hyphenchar of \sl font temporarily.
5192
dff28924 5193Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5194
5195 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5196 and @error{} are the terms now being used. The files in the
5197 directory have been changed to reflect this.
5198
d1f08d85 5199 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
5200 ` @result{}', using 5 spaces at the begining of the line.
5201
dff28924 5202Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5203
5204 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5205 experimental @indentedresult{}, @indentedexpandsto{} are part of
5206 the texinfo.tex in this directory. These TeX macros are not
5207 stable yet.
5208
dff28924 5209Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5210
5211 * texinfo.tex: temporarily added
d1f08d85 5212 \let\result=\dblarrow
94ec544d
DL
5213 \def\error{{\it ERROR} \longdblarrow}
5214 We need to do this better soon.
5215
dff28924 5216Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5217
5218 * Applied Karl Berry's patches to *.texinfo files, but not to
9b7fa297 5219 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
94ec544d
DL
5220 new title page format is also not applied, since it requires
5221 texinfo.tex changes.)
5222
5223 * Cleaned up `Makefile' and defined the `emacslibdir' directory
5224 for the Project GNU development environment.
5225
ad050e54 5226;; Local Variables:
fd026ee1 5227;; coding: iso-2022-7bit
ad050e54 5228;; End:
2a34a036 5229
651f374c 5230 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
ceb4c4d3 5231 2005, 2006 Free Software Foundation, Inc.
2a34a036
GM
5232 Copying and distribution of this file, with or without modification,
5233 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
5234
5235;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda