Update copyright years.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
d6598d46
JB
12006-12-08 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in (maintainer-clean): Partially revert last
4 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5 to protect elisp-covers.texi.
6
c6883bfc
JB
72006-12-07 Juanma Barranquero <lekktu@gmail.com>
8
9 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
10 Don't remove elisp* info files; they are already deleted by the
11 `clean' and `distclean' targets, and they are in the $(infodir)
12 directory, not the current one.
13
9d8b24a2
KS
142006-12-04 Kim F. Storm <storm@cua.dk>
15
16 * commands.texi (Misc Events): Update signal events.
17 (Event Examples): Add signal example.
18
04c21c78
RS
192006-11-29 Richard Stallman <rms@gnu.org>
20
21 * frames.texi (Visibility of Frames): Explain visible windows
22 can be covered by others. Add xref for raise-frame.
23
7bc297d7
RS
242006-11-28 Richard Stallman <rms@gnu.org>
25
26 * searching.texi (Regexp Special): Update when ^ is special.
27
340d34a5
EZ
282006-11-27 Eli Zaretskii <eliz@gnu.org>
29
30 * customize.texi (Customization, Common Keywords)
31 (Group Definitions, Variable Definitions, Composite Types)
32 (Type Keywords, Customization Types): Add index entries for
33 various customization keywords.
34
6b28caea
SM
352006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
36
37 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
38
b9660a6f
JD
392006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
40
41 * frames.texi (Window System Selections): Remove clipboard from
42 description of selection-coding-system.
43
e5c12c7d
RS
442006-11-06 Richard Stallman <rms@gnu.org>
45
46 * lists.texi (List Variables): Document COMPARE-FN.
47
48 * keymaps.texi: Avoid use of "binding" to mean a relation;
33462dfa 49 use it only to refer to the meaning associated with a key.
e5c12c7d 50 (Keymaps): Change menu node description.
33462dfa 51
e5c12c7d
RS
52 * elisp.texi (Top): Change menu node description.
53
54 * display.texi (Managing Overlays): Document overlay-recenter.
55
b4e4dc3c
CY
562006-10-29 Chong Yidong <cyd@stupidchicken.com>
57
58 * Makefile.in: Use relative paths to avoid advertising filesystem
59 contents during compilation.
60
300734d7
KS
612006-10-23 Kim F. Storm <storm@cua.dk>
62
63 * commands.texi (Event Input Misc): Update unread-command-events.
64
aa02da7a
NR
652006-10-23 Nick Roberts <nickrob@snap.net.nz>
66
67 * lists.texi (Sets And Lists): Fix typos.
68
6db11765
JB
692006-10-18 Juanma Barranquero <lekktu@gmail.com>
70
71 * control.texi (Processing of Errors): Use @var for an argument,
72 not @code.
73
ff53796b
RS
742006-10-16 Richard Stallman <rms@gnu.org>
75
76 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
77
78 * keymaps.texi (Format of Keymaps): Show all the keymap element
79 patterns that result from menu items.
80 (Key Lookup): Minor cleanups.
81
82 * modes.texi (Precalculated Fontification): Don't say that
83 not setting font-lock-defaults avoids loading font-lock.
84
85 * help.texi (Documentation): Move xref to Emacs Manual here.
86 (Documentation Basics): From here.
87 Also doc emacs-lisp-docstring-fill-column.
88
89 * elisp.texi: Update version and ISBN.
90
91 * commands.texi (Interactive Call): Clarify KEYS arg to
92 call-interactively is a vector.
93 (Command Loop Info): Delete anchor in this-command-keys.
94 Add anchor in this-command-keys-vector.
95 (Recursive Editing): Document how recursive-edit
96 handles the current buffer.
97
bb5da5be
CY
982006-10-13 Chong Yidong <cyd@stupidchicken.com>
99
100 * frames.texi (Frame Titles): %c and %l are ignored in
101 frame-title-format.
102
8972d253
RS
1032006-10-11 Richard Stallman <rms@gnu.org>
104
105 * keymaps.texi (Key Sequences): Clarify use of kbd.
106
3075e881
KS
1072006-10-10 Kim F. Storm <storm@cua.dk>
108
109 * lists.texi (Sets And Lists): Add memql.
110
01993898
RS
1112006-10-03 Richard Stallman <rms@gnu.org>
112
113 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
114 Clarify :ascii: and :nonascii:.
115
f9df5f68
JL
1162006-09-29 Juri Linkov <juri@jurta.org>
117
118 * modes.texi (%-Constructs): Reorder coding systems in the
119 documentation of %z to the real order displayed in the modeline.
120
98259f08
RS
1212006-09-25 Richard Stallman <rms@gnu.org>
122
123 * os.texi (Timers): Describe timer-max-repeats.
124
2d56beed
CY
1252006-09-25 Chong Yidong <cyd@stupidchicken.com>
126
127 * os.texi (Timers): Mention with-local-quit.
128
45c912f2
RS
1292006-09-24 Richard Stallman <rms@gnu.org>
130
131 * searching.texi (Searching and Matching): Mention property search.
132
133 * commands.texi (Command Loop Info): Explain how read-event affects
134 this-command-keys.
135
aa256798
RS
1362006-09-20 Richard Stallman <rms@gnu.org>
137
45c912f2
RS
138 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
139
aa256798
RS
140 * windows.texi (Window Start): Minor cleanups.
141
a4df1f8b
KS
1422006-09-20 Kim F. Storm <storm@cua.dk>
143
144 * windows.texi (Window Start): pos-visible-in-window-p allows
145 specifying t for position to mean "end of window".
146 Add window-line-height.
147
148 * anti.texi (Antinews): Mention window-line-height.
149
74686736
DK
1502006-09-19 David Kastrup <dak@gnu.org>
151
152 * keymaps.texi (Searching Keymaps): Small clarification.
153
a0c489f1
RS
1542006-09-18 Richard Stallman <rms@gnu.org>
155
2a27a16b
RS
156 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
157 cause keyboard menus.
158 (Menu Keymaps): Likewise.
159 (Defining Menus, Keyboard Menus): Clarify.
160
a0c489f1
RS
161 * text.texi (Fields): Clarify explanation of constrain-to-field.
162
1e9265dd
EZ
1632006-09-16 Eli Zaretskii <eliz@gnu.org>
164
165 * variables.texi (Tips for Defining): Fix a typo.
166
74f526f3
RS
1672006-09-15 Richard Stallman <rms@gnu.org>
168
169 * keymaps.texi (Remapping Commands, Searching Keymaps)
170 (Active Keymaps): Clean up previous change.
171
45a2056c
JB
1722006-09-15 Jay Belanger <belanger@truman.edu>
173
174 * gpl.texi: Replace "Library Public License" by "Lesser Public
175 License" throughout.
176
b74e16a3
DK
1772006-09-15 David Kastrup <dak@gnu.org>
178
179 * keymaps.texi (Active Keymaps): Adapt description to use
180 `get-char-property' instead `get-text-property'. Explain how
181 mouse events change this. Explain the new optional argument of
182 `key-binding' and its mouse-dependent lookup.
74f526f3 183 (Searching Keymaps): Adapt description similarly.
74686736
DK
184 (Remapping Commands): Explain the new optional argument of
185 `command-remapping'.
b74e16a3 186
18d55b24
RS
1872006-09-14 Richard Stallman <rms@gnu.org>
188
189 * keymaps.texi (Searching Keymaps): Clarification.
190 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
191
1922006-09-13 Richard Stallman <rms@gnu.org>
193
194 * objects.texi (Character Type): Node split.
195 Add xref to Describing Characters.
196 (Basic Char Syntax, General Escape Syntax)
197 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
198
8b170b82
RS
1992006-09-11 Richard Stallman <rms@gnu.org>
200
201 * display.texi (Display Table Format): Wording clarification.
c5b0bab9 202 (Glyphs): Clarifications.
8b170b82 203
3250aca2
CY
2042006-09-10 Chong Yidong <cyd@stupidchicken.com>
205
206 * keymaps.texi (Active Keymaps): Mention that key-binding checks
207 local maps.
208
606fd469
KS
2092006-09-10 Kim F. Storm <storm@cua.dk>
210
211 * display.texi (Forcing Redisplay): Document return value of
212 function redisplay.
213
755b2209
RS
2142006-09-09 Richard Stallman <rms@gnu.org>
215
1d7b95f5
RS
216 * windows.texi (Window Hooks): Explain limits of
217 window-scroll-functions.
218
755b2209
RS
219 * display.texi (Fringe Indicators): Update for last change in
220 indicate-buffer-boundaries.
221
af09dd78
RS
2222006-09-08 Richard Stallman <rms@gnu.org>
223
224 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
225
2010a78c
KS
2262006-09-06 Kim F. Storm <storm@cua.dk>
227
bdd26918
KS
228 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
229
2010a78c
KS
230 * windows.texi (Window Start): Update pos-visible-in-window-p.
231
bae12237
RS
2322006-09-04 Richard Stallman <rms@gnu.org>
233
234 * processes.texi (Accepting Output): Explain SECONDS=0 for
235 accept-process-output.
236
237 * os.texi (Idle Timers): Explain why timer functions should not
238 loop until (input-pending-p).
239
ebc80ddf
EZ
2402006-09-02 Eli Zaretskii <eliz@gnu.org>
241
242 * makefile.w32-in (usermanualdir): New variable.
243 (elisp.dvi): Use it.
244
a66d9563
EZ
2452006-09-01 Eli Zaretskii <eliz@gnu.org>
246
247 * buffers.texi (Buffer Modification): Fix last change.
248
5a8f5165
CY
2492006-09-01 Chong Yidong <cyd@stupidchicken.com>
250
251 * buffers.texi (Buffer Modification): Document
252 buffer-chars-modified-tick.
253
80e0572b
RS
2542006-08-31 Richard Stallman <rms@gnu.org>
255
256 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
257
2582006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
931d878d
SM
259
260 * modes.texi (Syntactic Font Lock):
80e0572b
RS
261 Mention font-lock-syntactic-face-function
262 instead of specific faces.
931d878d 263
bda420a3
CY
2642006-08-29 Chong Yidong <cyd@stupidchicken.com>
265
266 * display.texi (Images): Add xrref to display-images-p.
267
c6f8bb3a
KH
2682006-08-28 Kenichi Handa <handa@m17n.org>
269
270 * nonascii.texi (Lisp and Coding Systems): Fix description of
271 detect-coding-region.
272
7a210b69
MB
2732006-08-27 Michael Olson <mwolson@gnu.org>
274
275 * processes.texi (Transaction Queues): Remove stray quote
276 character.
277
3e04a8fc
RS
2782006-08-25 Richard Stallman <rms@gnu.org>
279
280 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
281 Add xref.
282
fda97484
CY
2832006-08-24 Chong Yidong <cyd@stupidchicken.com>
284
285 * os.texi (Timers): Avoid waiting inside timers.
286
3e46b34c
LK
2872006-08-21 Lute Kamstra <lute@gnu.org>
288
289 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
290
ce629713
RS
2912006-08-20 Richard Stallman <rms@gnu.org>
292
293 * os.texi (Idle Timers): New node, split out from Timers.
294 Document current-idle-time.
295 * commands.texi (Reading One Event): Update xref.
296 * elisp.texi (Top): Update subnode menu.
297
3cb74cd1
RS
2982006-08-16 Richard Stallman <rms@gnu.org>
299
300 * keymaps.texi (Extended Menu Items): Show format of cached
301 bindings in extended menu items.
302
303 * customize.texi (Variable Definitions): Explain when the
304 standard value expression is evaluated.
305
7e188449
CY
3062006-08-15 Chong Yidong <cyd@stupidchicken.com>
307
308 * commands.texi (Reading One Event): Explain idleness in
309 `read-event'.
310
b8f5396a
CY
3112006-08-12 Chong Yidong <cyd@stupidchicken.com>
312
313 * text.texi (Near Point): Say "cursor" not "terminal cursor".
314 (Commands for Insertion): Removed split-line since it's not
315 relevant for Lisp programming.
316 (Yank Commands): Rewrite introduction.
317 (Undo): Clarify.
318 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
319 (Filling): Remove redundant comment. Clarify return value of
320 current-justification.
321 (Margins): Minor clarifications.
322 (Adaptive Fill): Update default value of adaptive-fill-regexp.
323 (Sorting): Update definition of sort-lines.
324 (Columns): Clarify behavior of sort-columns.
325 (Indent Tabs): Link to Tab Stops in Emacs manual.
326 (Special Properties): Clarify.
327 (Clickable Text): Mention Buttons package.
328
0c80afbd
EZ
3292006-08-12 Kevin Ryde <user42@zip.com.au>
330
331 * os.texi (Time Parsing): Add %z to description of
332 format-time-string, as per docstring. Add cross reference to
333 glibc manual for strftime.
334
02a2b2ad
RS
3352006-08-08 Richard Stallman <rms@gnu.org>
336
337 * modes.texi: Clean up wording in previous change.
338
34e5974a
CY
3392006-08-07 Chong Yidong <cyd@stupidchicken.com>
340
341 * modes.texi (Hooks): Clarify.
342 (Major Mode Basics): Mention define-derived-mode explicitly.
343 (Major Mode Conventions): Rebinding RET is OK for some modes.
344 Mention change-major-mode-hook and after-change-major-mode-hook.
345 (Example Major Modes): Moved to end of Modes section.
346 (Mode Line Basics): Clarify.
347 (Mode Line Data): Mention help-echo and local-map in strings.
348 Explain reason for treatment of non-risky variables.
349 (Properties in Mode): Clarify.
350 (Faces for Font Lock): Add font-lock-negation-char-face.
351
65c6c6b6
EZ
3522006-08-04 Eli Zaretskii <eliz@gnu.org>
353
354 * strings.texi (Formatting Strings): Warn against arbitrary
355 strings as first arg to `format'.
356
fc0ba1d0
TTN
3572006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
358
359 * text.texi (Clickable Text): Mention `help-echo' text property.
360 Update intro, examples and associated explanations.
361
a3483884
RS
3622006-07-31 Richard Stallman <rms@gnu.org>
363
364 * commands.texi: Update xrefs.
365 (Event Mod): New node, cut out from old Translating Input.
366
367 * maps.texi: Update xrefs.
fc0ba1d0 368
a3483884
RS
369 * keymaps.texi (Translation Keymaps): New node.
370 Update xrefs from Translating Input to Translation Keymaps.
fc0ba1d0 371
a3483884
RS
372 * elisp.texi (Top): Update subnode menu.
373
374 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
375
376 * os.texi (System Interface): Fix menu descriptions of some nodes.
377 (Translating Input): Node deleted.
fc0ba1d0 378
ec777101
NR
3792006-07-31 Nick Roberts <nickrob@snap.net.nz>
380
381 * modes.texi (Minor Mode Conventions): Update link for add-to-list.
382
383 * lists.texi (Sets And Lists): Likewise.
384
0f42ea76
TTN
3852006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
386
387 * text.texi (Fields): Mention POS
388 requirement when narrowing is in effect.
389
eb107d09
RS
3902006-07-28 Richard Stallman <rms@gnu.org>
391
0de8dcc9
RS
392 * display.texi (Face Attributes): Simplify wording.
393 (Attribute Functions): Clarify meaning of new-frame default
394 attribute settings.
395
eb107d09
RS
396 * customize.texi (Common Keywords): Document how to use
397 :package-version in a package not in Emacs.
398
d7fb9e6c
KS
3992006-07-28 Kim F. Storm <storm@cua.dk>
400
401 * commands.texi (Reading One Event): Fix last change.
402
c1c3d4f7
CY
4032006-07-26 Chong Yidong <cyd@stupidchicken.com>
404
405 * commands.texi (Reading One Event): Document SECONDS argument for
406 read-event, read-char, and read-char-exclusive.
407
94b39239
SM
4082006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
409
410 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
411 to ensure correct identification.
412
1cff9220
RS
4132006-07-24 Richard Stallman <rms@gnu.org>
414
5ac64732
RS
415 * text.texi (Clickable Text): Clarify.
416
1cff9220
RS
417 * sequences.texi (Vector Functions): Delete duplicate xref.
418
419 * objects.texi (Function Type): Clarify.
420
421 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
422 modes.
423
424 * lists.texi (List Variables): New node.
425 Material moved from other nodes.
426
427 * variables.texi (Setting Variables): add-to-list and
428 add-to-ordered-list moved to List Variables node.
429
38db29e0
TTN
4302006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
431
432 * text.texi (Links and Mouse-1):
433 For mouse-on-link-p, expand on arg POS.
434
9e4101b2
KS
4352006-07-21 Kim F. Storm <storm@cua.dk>
436
437 * display.texi (Forcing Redisplay): Don't mention systems which
438 don't support sub-second timers for redisplay-preemption-period.
439
440 * os.texi (Terminal Output): Clarify text vs graphical terminal.
441
cc539208
EZ
4422006-07-21 Eli Zaretskii <eliz@gnu.org>
443
444 * frames.texi (Input Focus): Document that focus-follows-mouse has
445 no effect on MS-Windows.
446
c29fbc93
RS
4472006-07-18 Richard Stallman <rms@gnu.org>
448
1ef252f6
RS
449 * display.texi (Forcing Redisplay): Cleanups in previous change.
450
c29fbc93
RS
451 * processes.texi (Low-Level Network): Make menu more convenient.
452
5b5fca28
KS
4532006-07-18 Kim F. Storm <storm@cua.dk>
454
2d545d83
KS
455 * display.texi (Forcing Redisplay): redisplay-preemption-period
456 only used on window systems. Add xref to Terminal Output.
457
458 * os.texi (Terminal Output): baud-rate only controls preemption on
459 non-window systems. Add xref to Forcing Redisplay.
460
5b5fca28
KS
461 * processes.texi (Low-Level Network): Rename node "Make Network"
462 to "Network Processes".
463
42995636
KB
4642006-07-18 Karl Berry <karl@gnu.org>
465
5b5fca28
KS
466 * variables.texi, functions.texi, customize.texi, loading.texi:
467 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
42995636 468
e1842332
CY
4692006-07-17 Chong Yidong <cyd@stupidchicken.com>
470
471 * commands.texi (Waiting): Document batch-mode sit-for behavior.
472
daeeeffc
RS
4732006-07-17 Richard Stallman <rms@gnu.org>
474
7c0c29ee
RS
475 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
476 Put period and comma inside quotes.
5b5fca28 477
7c0c29ee
RS
478 * loading.texi, markers.texi: Use real doublequote inside menus.
479
480 * windows.texi: Put point and comma inside quotes.
481 (Textual Scrolling): Use @samp for error message.
482
5b5fca28
KS
483 * variables.texi, tips.texi, syntax.texi, symbols.texi:
484 * strings.texi, streams.texi, processes.texi, os.texi:
7c0c29ee
RS
485 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
486 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5b5fca28
KS
487 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
488 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7c0c29ee 489 Put point and comma inside quotes.
5b5fca28 490
05bdf2d7
RS
491 * control.texi (Processing of Errors): Add command-error-function.
492
daeeeffc
RS
493 * variables.texi (File Local Variables): Clarify that
494 file local variables make buffer-local bindings.
495
496 * modes.texi (Syntactic Font Lock): Give default for
497 font-lock-syntax-table.
498
7e1c1289
NR
4992006-07-17 Nick Roberts <nickrob@snap.net.nz>
500
501 * text.texi (Special Properties): Clean up previous change.
502
912c7235
KB
5032006-07-16 Karl Berry <karl@gnu.org>
504
5b5fca28
KS
505 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
506 * control.texi: Fix bad page breaks through chapter 10 (control).
ece35e15 507
5b5fca28 508 * anti.texi (Antinews): Reorder face-attribute fns to avoid
912c7235
KB
509 underfull hbox.
510
54b7938f
NR
5112006-07-15 Nick Roberts <nickrob@snap.net.nz>
512
513 * text.texi (Special Properties): Describe fontified text property
514 in relation to a character (not text).
515
3f11901a
KS
5162006-07-15 Kim F. Storm <storm@cua.dk>
517
0864179a
KS
518 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
519 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
520 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
521
3f11901a
KS
522 * anti.texi (Antinews): Mention redisplay function.
523 The kbd macro existed, but was not documented, before 22.x.
524 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
525
b4f62d0a
NR
5262006-07-14 Nick Roberts <nickrob@snap.net.nz>
527
528 * display.texi (Displaying Messages): Add anchor.
529
530 * frames.texi (Dialog Boxes): Use it.
531
2c6e026a
RS
5322006-07-12 Richard Stallman <rms@gnu.org>
533
534 * objects.texi (Frame Type): Explain nature of frames better.
535
536 * frames.texi (Frames): Explain nature of frames better.
537
5382006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
539
540 * tips.texi (Coding Conventions): Explain why use cl at compile time.
541
099d4201
YM
5422006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
543
544 * frames.texi (Window System Selections): Mention scrap support for Mac.
545 Default value of x-select-enable-clipboard is t on Mac.
546
547 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
548
ff97f952
KS
5492006-07-11 Kim F. Storm <storm@cua.dk>
550
551 * display.texi (Forcing Redisplay): Add `redisplay' function.
552 Don't mention (sit-for -1) -- use (redisplay t) instead.
553
554 * commands.texi (Waiting): (sit-for -1) is no longer special.
555 (sit-for 0) is equivalent to (redisplay).
556 Iconifying/deiconifying no longer makes sit-for return.
557
a183016f
NR
5582006-07-10 Nick Roberts <nickrob@snap.net.nz>
559
560 * display.texi (Buttons): Fix typo.
561
562 * index.texi, elisp.texi (New Symbols): Comment node out.
563
b86be617
RS
5642006-07-09 Richard Stallman <rms@gnu.org>
565
566 * display.texi (Truncation): Clean up previous change.
567
3aa7c28e
RS
5682006-07-08 Richard Stallman <rms@gnu.org>
569
570 * commands.texi (Interactive Call): Use 3 as prefix in example
571 for execute-extended-command.
572
573 * display.texi (Attribute Functions): Move paragraph about
574 compatibility with Emacs < 21.
575
5a1048a5
KS
5762006-07-09 Kim F. Storm <storm@cua.dk>
577
578 * display.texi (Refresh Screen): Clarify force-window-update.
579 (Truncation): "Normally" indicated by fringe arrows.
580
89fb9154
EZ
5812006-07-08 Eli Zaretskii <eliz@gnu.org>
582
5a1048a5
KS
583 * windows.texi (Textual Scrolling, Resizing Windows):
584 * variables.texi (Constant Variables):
89fb9154
EZ
585 * text.texi (Buffer Contents, Deletion, Changing Properties)
586 (Property Search, Special Properties, Sticky Properties)
5a1048a5 587 (Links and Mouse-1, Fields, Change Hooks):
89fb9154 588 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5a1048a5
KS
589 (Categories):
590 * symbols.texi (Other Plists):
591 * streams.texi (Output Variables):
592 * processes.texi (Input to Processes, Query Before Exit):
593 * positions.texi (Word Motion, Text Lines, List Motion):
89fb9154 594 * os.texi (Init File, System Environment, Sound Output)
5a1048a5 595 (Session Management):
89fb9154 596 * nonascii.texi (Text Representations, Character Sets)
5a1048a5
KS
597 (Chars and Bytes, Locales):
598 * modes.texi (Defining Minor Modes, Header Lines):
599 * minibuf.texi (Minibuffer Contents):
600 * markers.texi (Information from Markers):
601 * lists.texi (List Elements, Building Lists, Association Lists):
602 * keymaps.texi (Tool Bar):
603 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
604 * functions.texi (What Is a Function, Mapping Functions):
89fb9154
EZ
605 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
606 (Color Names, Text Terminal Colors, Display Feature Testing):
607 * files.texi (Visiting Functions, File Name Components)
5a1048a5 608 (Unique File Names, Contents of Directories):
89fb9154
EZ
609 * display.texi (Forcing Redisplay, Displaying Messages)
610 (Temporary Displays, Font Selection, Auto Faces)
611 (Font Lookup, Fringe Indicators, Display Margins)
612 (Image Descriptors, Showing Images, Image Cache, Button Types)
613 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5a1048a5
KS
614 (Display Table Format, Glyphs):
615 * control.texi (Iteration):
616 * commands.texi (Command Loop Info, Adjusting Point):
08b17d37
KS
617 * backups.texi (Making Backups, Auto-Saving):
618 Remove @tindex entries.
89fb9154 619
7f087030
KS
6202006-07-07 Kim F. Storm <storm@cua.dk>
621
622 * display.texi (Fringe Cursors): Fix typo.
623 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
624 (Overlay Arrow): Default is overlay-arrow fringe indicator.
625
978db147
RS
6262006-07-05 Richard Stallman <rms@gnu.org>
627
628 * text.texi (Buffer Contents): Add example of text props
629 in result of buffer-substring.
630 (Text Properties): Explain better about use of specific property names.
631 (Property Search): Some cleanups; reorder some functions.
632
633 * keymaps.texi (Changing Key Bindings): Cleanup.
634 Add xref to Key Binding Conventions.
635
636 * display.texi (Attribute Functions): Add examples for
637 face-attribute-relative-p.
638
639 * tips.texi (Coding Conventions): Cleanup last change.
640
42b50684
KB
6412006-07-05 Karl Berry <karl@gnu.org>
642
08b17d37
KS
643 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
644 Remove @setchapternewpage odd.
42b50684
KB
645 Result is 1013 pages, down from 1100.
646
08b17d37
KS
647 * anti.texi, customize.texi, display.texi, internals.texi:
648 * minibuf.texi, modes.texi, tips.texi:
9b7fa297 649 Fix overfull/underfull boxes.
42b50684 650
180f018c
TTN
6512006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
652
653 * edebug.texi (Instrumenting):
654 Add Edebug-specific findex for eval-buffer.
655 * loading.texi (Loading):
656 Replace eval-current-buffer with eval-buffer.
657
8e338f7b
EZ
6582006-06-30 Nick Roberts <nickrob@snap.net.nz>
659
660 * locals.texi (Standard Buffer-Local Variables): Update the list
661 of variables.
662
0770a251
NR
6632006-06-26 Nick Roberts <nickrob@snap.net.nz>
664
665 * files.texi (File Name Completion): Point user to the node
666 "Reading File Names".
667
d9034473
EZ
6682006-06-24 Eli Zaretskii <eliz@gnu.org>
669
eff6bfea
EZ
670 * files.texi (Contents of Directories): Document case-insensitive
671 behavior on respective filesystems.
672
d9034473
EZ
673 * objects.texi (Character Type): Document that Emacs signals an
674 error for unsupported Unicode characters specified as \uNNNN.
675
a5bd14d3
RS
6762006-06-19 Richard Stallman <rms@gnu.org>
677
678 * processes.texi (Bindat Spec): Clarify previous change.
679
d1ae9041
RS
6802006-06-16 Richard Stallman <rms@gnu.org>
681
682 * tips.texi (Coding Conventions): Better explain conventions
683 for definition constructs.
684
685 * text.texi (Special Properties): String value of `read-only'
686 serves as the error message.
687
688 * objects.texi (Character Type): Clarify prev. change.
689 (Non-ASCII in Strings): Mention \u and \U.
690
691 * commands.texi (Using Interactive): Explain problem of
692 markers, etc., in command-history.
693
1bb32610
KS
6942006-06-14 Kim F. Storm <storm@cua.dk>
695
696 * commands.texi (Waiting): Negative arg to sit-for forces
697 redisplay even if input is pending.
698
699 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
700 redisplay. Remove incorrect example of binding redisplay-dont-pause
701 around (sit-for 0).
702
c7484981
RS
7032006-06-13 Richard Stallman <rms@gnu.org>
704
705 * display.texi (Forcing Redisplay): Clarify previous change.
706
d211faa2
RF
7072006-06-13 Romain Francoise <romain@orebokech.com>
708
709 * display.texi (Forcing Redisplay): Fix typo.
710
8eb2b87f
KS
7112006-06-13 Kim F. Storm <storm@cua.dk>
712
713 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
714
503b5e1c
LT
7152006-06-10 Luc Teirlinck <teirllm@auburn.edu>
716
717 * tips.texi (Coding Conventions): Add `@end itemize'.
718
9e362b84
RS
7192006-06-10 Richard Stallman <rms@gnu.org>
720
721 * tips.texi (Coding Conventions): Explain use of coding systems
722 to ensure one decoding for strings.
723
7cb93181
EZ
7242006-06-09 Aidan Kehoe <kehoea@parhasard.net>
725
9b7fa297 726 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7cb93181
EZ
727 syntax.
728
afd63bda
EZ
7292006-06-07 Eli Zaretskii <eliz@gnu.org>
730
731 * display.texi (Font Selection): Remove description of
732 clear-face-cache.
733
734 * compile.texi (Eval During Compile): Fix a typo. Add index
735 entries for possible uses of eval-when-compile.
736
71ee3e04
TTN
7372006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
738
739 * display.texi (Abstract Display): Fix typo.
740
a941b26b
EZ
7412006-06-03 Eli Zaretskii <eliz@gnu.org>
742
743 * minibuf.texi (Minibuffer History) <history-add-new-input>:
744 Reword variable's description.
745
963128f3
RS
7462006-06-01 Richard Stallman <rms@gnu.org>
747
748 * windows.texi (Splitting Windows): Clarify splitting nonselected
749 window.
750
82db8fa7
JL
7512006-05-31 Juri Linkov <juri@jurta.org>
752
753 * minibuf.texi (Minibuffer History): Add history-add-new-input.
754
d9e8091d
RS
7552006-05-30 Richard Stallman <rms@gnu.org>
756
6ac209a3
RS
757 * display.texi (Line Height): Fix errors in description of
758 default line height and line-height properyty.
759
d9e8091d
RS
760 * nonascii.texi (Default Coding Systems): Further clarification.
761
93fd6289
LT
7622006-05-29 Luc Teirlinck <teirllm@auburn.edu>
763
764 * internals.texi (Pure Storage): Mention that an overflow in pure
765 space causes a memory leak.
766 (Garbage Collection): If there was an overflow in pure space,
767 `garbage-collect' returns nil.
768
7c42b3e0
EZ
7692006-05-30 Eli Zaretskii <eliz@gnu.org>
770
771 * nonascii.texi (Default Coding Systems): Fix it some more.
772
b8909e88
EZ
7732006-05-29 Eli Zaretskii <eliz@gnu.org>
774
775 * nonascii.texi (Default Coding Systems): Fix last change.
776
6d3906d5
KH
7772006-05-29 Kenichi Handa <handa@m17n.org>
778
779 * nonascii.texi (find-operation-coding-system): Describe the new
780 argument format (FILENAME . BUFFER).
781
0985f920
RS
7822006-05-28 Richard Stallman <rms@gnu.org>
783
784 * tips.texi (Coding Conventions): Better explain reasons not to
785 advise other packages or use `eval-after-load'.
786
6c6e0bb4
KS
7872006-05-29 Kim F. Storm <storm@cua.dk>
788
789 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
790 `bindat-idx' and `bindat-raw' for clarity.
791
096432af
TTN
7922006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
793
b9e17eb3
TTN
794 * processes.texi (Bindat Spec): Expand on `repeat' handler.
795
096432af
TTN
796 * display.texi (Display): Add "Abstract Display" to menu.
797 (Abstract Display, Abstract Display Functions)
798 (Abstract Display Example): New nodes.
799 * elisp.texi (Top): Add "Abstract Display" to menu.
800
e4b3f22f
CY
8012006-05-27 Chong Yidong <cyd@stupidchicken.com>
802
917b8227
CY
803 * keymaps.texi (Key Sequences): Link to input events definition.
804 (Format of Keymaps): Delete material duplicated in Keymap Basics.
805
e4b3f22f
CY
806 * files.texi (Changing Files): Document updated argument list for
807 copy-file.
808
f1b64ef1
TTN
8092006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
810
811 * processes.texi (Bindat Functions): Explain term "total length".
812 Use it in bindat-length and bindat-pack descriptions.
813
3d0793e4
EZ
8142006-05-26 Eli Zaretskii <eliz@gnu.org>
815
816 * tips.texi (Coding Conventions): Advise against using
817 eval-after-load in packages. Add an index entry.
818
abeb5483
JL
8192006-05-25 Juri Linkov <juri@jurta.org>
820
92aa92fa
JL
821 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
822
abeb5483
JL
823 * modes.texi (%-Constructs): Add %e, %z, %Z.
824
403a7bca
RS
8252006-05-25 Richard Stallman <rms@gnu.org>
826
827 * elisp.texi (Top): Update subnode menu.
828
829 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
830 (Keymaps): Update menu.
831
39a9bed3
CY
8322006-05-25 Chong Yidong <cyd@stupidchicken.com>
833
834 * keymaps.texi (Key Sequences): Some clarifications.
835
78b3f5c3
TTN
8362006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
837
838 * processes.texi (Bindat Functions): Say "unibyte string"
839 explicitly for bindat-unpack and bindat-pack descriptions.
840 (Bindat Examples): Don't call `string-make-unibyte' in example.
841
08244b81
CY
8422006-05-25 Chong Yidong <cyd@stupidchicken.com>
843
844 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
845 Explain string and vector representations of key sequences
846
78b3f5c3
TTN
847 * keymaps.texi (Changing Key Bindings):
848 * commands.texi (Interactive Codes, Interactive Codes):
08244b81
CY
849 * help.texi (Describing Characters): Refer to it.
850
b370c94d
LT
8512006-05-23 Luc Teirlinck <teirllm@auburn.edu>
852
853 * frames.texi (Pointer Shape): @end table -> @end defvar.
854
b8223441
RS
8552006-05-22 Richard Stallman <rms@gnu.org>
856
857 * elisp.texi (Top): Update subnode menus.
858
859 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
860 Contents rewritten; material from old Pointer Shape node moved here.
861
862 * display.texi (Pointer Shape): Node deleted.
863 (Image Descriptors): Minor cleanup.
864
c18eec5c
RS
8652006-05-21 Richard Stallman <rms@gnu.org>
866
867 * syntax.texi (Parsing Expressions): Update info on which STATE
868 elements are ignored.
869
9300b310
LT
8702006-05-19 Luc Teirlinck <teirllm@auburn.edu>
871
86735b2d
LT
872 * hooks.texi (Standard Hooks): Correct typo.
873
9300b310
LT
874 * gpl.texi (GPL): ifinfo -> ifnottex.
875
75e3b957
EZ
8762006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
877
878 * searching.texi (Simple Match Data): Warn about match data being
879 set anew by every search.
880
0bcf8735
RS
8812006-05-17 Richard Stallman <rms@gnu.org>
882
883 * minibuf.texi (Minibuffer History): Clarify.
884
885 * searching.texi (Regexp Special): Clarify nested regexp warning.
886
b3abe3a5
KS
8872006-05-16 Kim F. Storm <storm@cua.dk>
888
889 * minibuf.texi (Minibuffer History): Update add-to-history.
890
bc20db55
KH
8912006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
892
893 * nonascii.texi (Explicit Encoding): Fix
894 typo (encoding<->decoding).
895
f31263a4
RS
8962006-05-14 Richard Stallman <rms@gnu.org>
897
46a2df8e
RS
898 * buffers.texi (Creating Buffers): Cleanup.
899
f31263a4
RS
900 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
901
1299a5a4
EZ
9022006-05-13 Eli Zaretskii <eliz@gnu.org>
903
642c61f3
EZ
904 * buffers.texi (Current Buffer): Document that with-temp-buffer
905 disables undo.
906
1299a5a4
EZ
907 * os.texi (Terminal-Specific): More accurate description of how
908 Emacs searches for the terminal-specific libraries.
909
61515a63
EZ
9102006-05-12 Eli Zaretskii <eliz@gnu.org>
911
b811ef49
EZ
912 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
913 emacs-xtra to @inforef's.
914
4a7910c7
EZ
915 * text.texi (Undo): Document that undo is turned off in buffers
916 whose names begin with a space.
917
918 * buffers.texi (Buffer Names): Add index entries for buffers whose
919 names begin with a space.
920 (Creating Buffers): Document that undo is turned off in buffers
921 whose names begin with a space.
922
f055e02c
EZ
923 * files.texi (Visiting Functions, Reading from Files)
924 (Saving Buffers): Mention code and EOL conversions by file I/O
925 primitives and subroutines.
926
0ef0b416
EZ
927 * nonascii.texi (Lisp and Coding Systems): Document
928 coding-system-eol-type. Add index entries for eol conversion.
929
61515a63
EZ
930 * display.texi (Defining Faces): Mention `mac', and add an xref to
931 where window-system is described.
932
e4c068c0
RS
9332006-05-10 Richard Stallman <rms@gnu.org>
934
935 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
936
31035927
RS
9372006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
938
939 * variables.texi (File Local Variables): Recommend to quote lambda
940 expressions in safe-local-variable property.
941
f12a0718
RS
9422006-05-09 Richard Stallman <rms@gnu.org>
943
944 * variables.texi (File Local Variables): Document
945 safe-local-eval-forms and safe-local-eval-function.
946
ed7e6c32
KS
9472006-05-07 Kim F. Storm <storm@cua.dk>
948
949 * minibuf.texi (Minibuffer History): Remove keep-dups arg
950 from add-to-history.
951
5a36d834
RF
9522006-05-07 Romain Francoise <romain@orebokech.com>
953
954 * commands.texi (Event Input Misc):
955 * compile.texi (Eval During Compile):
956 * internals.texi (Buffer Internals):
957 * minibuf.texi (Initial Input):
958 * nonascii.texi (Scanning Charsets):
959 * numbers.texi (Comparison of Numbers):
960 * windows.texi (Textual Scrolling, Vertical Scrolling):
961 Fix various typos.
962
fbc284f6
EZ
9632006-05-06 Eli Zaretskii <eliz@gnu.org>
964
f53d2e87
EZ
965 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
966 conditional xref's to either emacs or emacs-xtra, depending on
967 @iftex/@ifnottex.
968
fbc284f6
EZ
969 * minibuf.texi (Minibuffer History): Document add-to-history.
970
3dfed653
EZ
9712006-05-05 Eli Zaretskii <eliz@gnu.org>
972
973 * internals.texi (Pure Storage): Mention the pure overflow message
974 at startup.
975
8e7a9a24
EZ
9762006-05-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
977
978 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
979 (Searching Keymaps): Fix pseudo-Lisp description of keymap
980 search.
981
d0789de9
RS
9822006-05-01 Richard Stallman <rms@gnu.org>
983
984 * intro.texi (nil and t): Clarify.
985
986 * variables.texi (File Local Variables): Suggest using booleanp.
987
fc2cb772
JB
9882006-05-01 Juanma Barranquero <lekktu@gmail.com>
989
990 * objects.texi (Type Predicates): Fix typos.
991
27c5714a
SM
9922006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
993
994 * intro.texi (nil and t): Add booleanp.
995
996 * objects.texi (Type Predicates): Add links for booleanp and
997 string-or-null-p.
998
eadb9d45
RS
9992006-04-29 Richard Stallman <rms@gnu.org>
1000
27c5714a 1001 * modes.texi (Multiline Font Lock): Rename from
eadb9d45
RS
1002 Multi line Font Lock Elements. Much clarification.
1003 (Font Lock Multiline, Region to Fontify): Much clarification.
1004
7817e3d3
SM
10052006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1006
1007 * variables.texi (File Local Variables): Remove the special case t for
1008 safe-local-variable.
1009
8ac3a455
RS
10102006-04-26 Richard Stallman <rms@gnu.org>
1011
1012 * syntax.texi (Parsing Expressions): Minor cleanup.
1013
290e4aae
RS
10142006-04-18 Richard Stallman <rms@gnu.org>
1015
1016 * tips.texi (Coding Conventions): Explain when the package's
1017 prefix should appear later on (not at the start of the name).
1018
1019 * searching.texi (String Search): Clarify effect of NOERROR.
1020
1021 * modes.texi (Imenu): Clarify what special items do.
1022
1023 * hooks.texi (Standard Hooks): Delete text about old hook names.
1024
1e2b8ce5
RF
10252006-04-17 Romain Francoise <romain@orebokech.com>
1026
1027 * variables.texi (Local Variables): Update the default value of
1028 `max-specpdl-size'.
1029
51fa34bc
MB
10302006-04-15 Michael Olson <mwolson@gnu.org>
1031
1032 * processes.texi (Transaction Queues): Mention the new optional
1033 `delay-question' argument for `tq-enqueue'.
1034
61f32d39
BW
10352006-04-13 Bill Wohler <wohler@newt.com>
1036
1037 * customize.texi (Common Keywords): Use dotted notation for
9b7fa297 1038 :package-version value. Specify its values. Improve documentation
50b7bce0 1039 for customize-package-emacs-version-alist.
61f32d39 1040
4f8ed159
BW
10412006-04-12 Bill Wohler <wohler@newt.com>
1042
1043 * customize.texi (Common Keywords): Move description of
1044 customize-package-emacs-version-alist to @defvar.
1045
e5e864ab
BW
10462006-04-10 Bill Wohler <wohler@newt.com>
1047
1048 * customize.texi (Common Keywords): Add :package-version.
1049
6c230417
KS
10502006-04-10 Kim F. Storm <storm@cua.dk>
1051
1052 * text.texi (Buffer Contents): Add NOPROPS arg to
1053 filter-buffer-substring.
1054
d82eac8f
EZ
10552006-04-08 Kevin Ryde <user42@zip.com.au>
1056
1057 * os.texi (Command-Line Arguments): Update xref to emacs manual
1058 "Command Arguments" -> "Emacs Invocation", per change there.
1059
4f815b29
TTN
10602006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
1061
1062 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
1063 be on one line to help makeinfo not render two spaces after the dot.
1064
122c3009
RS
10652006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
1066
1067 * strings.texi (Predicates for Strings): Add string-or-null-p.
1068
da68bc3d
KS
10692006-03-28 Kim F. Storm <storm@cua.dk>
1070
1071 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
1072 remarks about systems that don't support fractional seconds.
1073
b223e22d
KB
10742006-03-25 Karl Berry <karl@gnu.org>
1075
fc2cb772 1076 * elisp.texi: Use @copyright{} instead of (C), and do not indent
b223e22d
KB
1077 the year list.
1078
b756c64c
NR
10792006-03-21 Nick Roberts <nickrob@snap.net.nz>
1080
1081 * display.texi (Fringe Indicators): Fix typos.
1082
fe3dca59
LT
10832006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1084
c287ad03 1085 * tips.texi (Documentation Tips): One can now also write `program'
fe3dca59
LT
1086 in front of a quoted symbol in a docstring to prevent making a
1087 hyperlink.
1088
e91d4202
AM
10892006-03-19 Alan Mackenzie <acm@muc.de>
1090
290e4aae 1091 * text.texi (Special Properties): Clarify `fontified' property.
e91d4202 1092
e8a5f60b
RS
10932006-03-16 Richard Stallman <rms@gnu.org>
1094
1095 * display.texi (Defining Images): Minor cleanup.
1096
486daaa5
BW
10972006-03-16 Bill Wohler <wohler@newt.com>
1098
1099 * display.texi (Defining Images): In image-load-path-for-library,
1100 prefer user's images.
1101
4ffc92c2
SM
11022006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1103
1104 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
1105
874a6ef8
BW
11062006-03-15 Bill Wohler <wohler@newt.com>
1107
1108 * display.texi (Defining Images): Fix example in
1109 image-load-path-for-library by not recommending that one binds
fc2cb772 1110 image-load-path. Just defvar it to placate compiler and only use
874a6ef8
BW
1111 it if previously defined.
1112
70949f30
BW
11132006-03-14 Bill Wohler <wohler@newt.com>
1114
1115 * display.texi (Defining Images): In image-load-path-for-library,
1116 always return list of directories. Update example.
1117
c852c516
AM
11182006-03-14 Alan Mackenzie <acm@muc.de>
1119
1120 * modes.texi: New node, "Region to Fontify" (for Font Lock).
1121 This describes font-lock-extend-region-function.
4ffc92c2 1122 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
c852c516
AM
1123 the new node "Region to Fontify".
1124
7cd3712b
RS
11252006-03-13 Richard Stallman <rms@gnu.org>
1126
1127 * display.texi (Invisible Text): The impossible position is
1128 now before the invisible text, not after.
1129 (Defining Images): Clean up last change.
1130
2c676341
BW
11312006-03-11 Bill Wohler <wohler@newt.com>
1132
1133 * display.texi (Defining Images): Add image-load-path-for-library.
1134
6f49b4c5
LT
11352006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1136
2d14c9bf
LT
1137 * text.texi (Adaptive Fill): Fix Texinfo usage.
1138
1139 * strings.texi (Creating Strings): Fix Texinfo usage.
1140
6f49b4c5
LT
1141 * searching.texi (Regexp Special): Use @samp for regular
1142 expressions that are not in Lisp syntax.
1143
fc1d3386
LT
11442006-03-08 Luc Teirlinck <teirllm@auburn.edu>
1145
1146 * searching.texi (Regexp Special): Put remark between parentheses
1147 to avoid misreading.
1148
7b2c2ca9
LT
11492006-03-07 Luc Teirlinck <teirllm@auburn.edu>
1150
1151 * searching.texi (Syntax of Regexps): More accurately describe
1152 which characters are special in which situations.
1153 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
1154 are not special. Describe in detail when `[' and `]' are special.
1155 (Regexp Backslash): Plenty of regexps with unbalanced square
1156 brackets are valid, so reword that statement.
1157
f79bc642
KS
11582006-03-02 Kim F. Storm <storm@cua.dk>
1159
1160 * keymaps.texi (Tool Bar): Add tool-bar-border.
1161
1d9a5237
LT
11622006-02-28 Luc Teirlinck <teirllm@auburn.edu>
1163
a86b01fa 1164 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 1165
2534ef94
LT
11662006-02-27 Luc Teirlinck <teirllm@auburn.edu>
1167
1168 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
1169
1170 * files.texi (Locating Files): Suggest additional values for the
1171 SUFFIXES arg of `locate-file'. Update pxref.
1172
1173 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
1174 (How Programs Do Loading): Discuss the effects of Auto Compression
1175 mode on `load'.
1176 (Load Suffixes): New node.
394e96d5 1177 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
1178 moved to "Load Suffixes".
1179 (Autoload, Named Features): Mention `load-suffixes'.
1180
dd9959da 11812006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
1182
1183 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
1184
1185 * windows.texi (Window Tree): Fix typo.
1186
49af2995
KS
11872006-02-20 Kim F. Storm <storm@cua.dk>
1188
1189 * display.texi (Fringe Indicators): New section.
1190 Move indicate-empty-lines, indicate-buffer-boundaries, and
1191 default-indicate-buffer-boundaries here.
1192 Add fringe-indicator-alist and default-fringes-indicator-alist.
1193 Add list of logical fringe indicator symbols.
1194 Update list of standard bitmap names.
1195 (Fringe Cursors): New section.
1196 Move overflow-newline-into-fringe here.
1197 Add fringe-cursor-alist and default-fringes-cursor-alist.
1198 Add list of fringe cursor symbols.
1199
58f71009
JB
12002006-02-20 Juanma Barranquero <lekktu@gmail.com>
1201
1202 * commands.texi (Using Interactive): Fix reference to node
1203 "Minibuffers".
1204
5498b6af
RS
12052006-02-19 Richard M. Stallman <rms@gnu.org>
1206
1207 * minibuf.texi (High-Level Completion):
1208 Add xref to read-input-method-name.
1209
1210 * files.texi (Relative File Names): Move file-relative-name here.
1211 (File Name Expansion): From here. Minor clarifications.
1212
1213 * commands.texi (Using Interactive): Add xrefs about reading input.
1214 Clarify remarks about that moving point and mark.
1215 Put string case before list case.
1216
43ce897a 12172006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68 1218
4ffc92c2
SM
1219 * display.texi (Other Display Specs, Image Descriptors):
1220 Revert erroneous changes. The previous description of
1221 image-descriptors as `(image . PROPS)' was correct.
b6498a68 1222
1324d26e
RS
12232006-02-14 Richard M. Stallman <rms@gnu.org>
1224
1225 * variables.texi (File Local Variables): Clarifications.
1226
0da93350
JB
12272006-02-14 Juanma Barranquero <lekktu@gmail.com>
1228
1229 * variables.texi (File Local Variables): Use @code for a cons
1230 cell, not @var.
1231
51a39bab
CY
12322006-02-13 Chong Yidong <cyd@stupidchicken.com>
1233
1234 * variables.texi (File Local Variables): Document new file local
1235 variable behavior.
1236
d342156c
KS
12372006-02-10 Kim F. Storm <storm@cua.dk>
1238
1239 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
1240
8392fe4a
JB
12412006-02-08 Juanma Barranquero <lekktu@gmail.com>
1242
1243 * modes.texi (%-Constructs): Remove obsolete info about
1244 `global-mode-string'.
1245
cd6cd82a
RS
12462006-02-07 Richard M. Stallman <rms@gnu.org>
1247
d78dc2d8
RS
1248 * commands.texi (Prefix Command Arguments): Minor cleanup.
1249
1250 * display.texi: "Graphical display", not window system.
1251
cd6cd82a
RS
1252 * functions.texi (What Is a Function): Fix xref.
1253
1254 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
1255 (Changing Key Bindings): Clarify when remapping is better than
1256 substitute-key-definition.
1257
12582006-02-02 Richard M. Stallman <rms@gnu.org>
1259
1260 * minibuf.texi (Basic Completion): Completion alists are risky.
1261
1262 * keymaps.texi (Active Keymaps): Clarifications.
1263 (Searching Keymaps): New node.
1264 (Keymaps): Update menu.
1265
1266 * frames.texi (Layout Parameters): Minor clarification.
1267 (Drag and Drop): New node.
1268 (Frames): Update menu.
1269
cf052abc
CY
12702006-01-29 Chong Yidong <cyd@stupidchicken.com>
1271
4ffc92c2
SM
1272 * display.texi (Other Display Specs, Image Descriptors):
1273 Image description is a list, not a cons cell.
cf052abc 1274
1f2907ee
LT
12752006-01-28 Luc Teirlinck <teirllm@auburn.edu>
1276
1277 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
1278 list is not necessarily a list).
1279
a849f77d
EZ
12802006-01-27 Eli Zaretskii <eliz@gnu.org>
1281
1282 * frames.texi (Layout Parameters): border-width and
1283 internal-border-width belong to the frame, not the window.
1284
d322eb9b
RS
12852006-01-19 Richard M. Stallman <rms@gnu.org>
1286
1287 * nonascii.texi (Translation of Characters): Search cmds use
1288 translation-table-for-input. Automatically made local.
1289
1290 * markers.texi (Overview of Markers): Count insertion type
1291 as one of a marker's attributes.
1292
cd6cd82a
RS
1293 * keymaps.texi (Controlling Active Maps): New node, split out of
1294 Active Keymaps.
1295 (Keymaps): Menu updated.
1296 (Active Keymaps): Give pseudocode to explain how the active
1297 maps are searched. current-active-maps and key-binding moved here.
1298 (Functions for Key Lookup): current-active-maps and key-binding moved.
1299 Clarifications.
1300 (Searching the Keymaps): New subnode.
1301
d322eb9b
RS
1302 * elisp.texi (Top): Menu clarification.
1303
1304 * display.texi (Other Display Specs): Delete duplicate entry for
1305 just a string as display spec. Move text about recursive display
1306 specs on such a string.
1307
1308 * commands.texi (Key Sequence Input): Clarify.
1309 Move num-nonmacro-input-events out.
1310 (Reading One Event): num-nonmacro-input-events moved here.
1311
2ac77b5a
NR
13122006-01-14 Nick Roberts <nickrob@snap.net.nz>
1313
1314 * advice.texi (Simple Advice): Update example to fit argument
1315 change in previous-line.
1316
a203a18c
RS
13172006-01-05 Richard M. Stallman <rms@gnu.org>
1318
1319 * markers.texi (The Mark): Fix in `mark'.
1320
d9043ddf
RS
13212006-01-04 Richard M. Stallman <rms@gnu.org>
1322
1323 * processes.texi (Misc Network, Make Network): Minor cleanups.
1324
8a5db8ae
KS
13252006-01-04 Kim F. Storm <storm@cua.dk>
1326
1327 * processes.texi (Make Network): Add IPv6 addresses and handling.
1328 (Network Feature Testing): Mention (:family ipv6).
1329 (Misc Network): Add IPv6 formats to format-network-address.
1330
19bb7940
RS
13312005-12-30 Richard M. Stallman <rms@gnu.org>
1332
1333 * text.texi (Changing Properties):
1334 Don't use return value of set-text-properties.
1335
b9cb50d9
LT
13362005-12-29 Luc Teirlinck <teirllm@auburn.edu>
1337
1338 * modes.texi (Mode Line Format): Correct typo in menu.
1339
94a867a6
RS
13402005-12-29 Richard M. Stallman <rms@gnu.org>
1341
1342 * modes.texi (Mode Line Top): New node.
1343 (Mode Line Data): Some text moved to new node.
1344 Explain the data structure more concretely.
1345 (Mode Line Basics): Clarifications.
1346 (Mode Line Variables): Clarify intro paragraph.
1347 (%-Constructs): Clarify intro paragraph.
1348 (Mode Line Format): Update menu.
1349
ba455131
LT
13502005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1351
1352 * minibuf.texi (Basic Completion): Update lazy-completion-table
1353 examples for removal of ARGS argument.
1354
2b6abe1e
RS
13552005-12-23 Richard M. Stallman <rms@gnu.org>
1356
1357 * text.texi (Undo): Restore some explanation from the version
1358 that was deleted.
1359
2d7409f2
EZ
13602005-12-23 Eli Zaretskii <eliz@gnu.org>
1361
abeb5483 1362 * text.texi (Undo): Remove duplicate descriptions of `apply
2d7409f2
EZ
1363 funname' and `apply delta' elements of the undo list.
1364
2e23b82e
RS
13652005-12-20 Richard M. Stallman <rms@gnu.org>
1366
1367 * help.texi (Help Functions): Update documentation of `apropos'.
1368
a31687ce
LT
13692005-12-20 Luc Teirlinck <teirllm@auburn.edu>
1370
1371 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1372 because it is confusing. If the :help-echo keyword is a function,
1373 it is not directly used as the :help-echo overlay property, as the
1374 xref seems to suggest (it does not take the appropriate args).
1375
0e83c4e9
LT
13762005-12-19 Luc Teirlinck <teirllm@auburn.edu>
1377
1378 * customize.texi (Common Keywords): Fix Texinfo usage.
1379 (Group Definitions, Variable Definitions): Update for new
1380 conventions for using `*' in docstrings.
77df907a
LT
1381
1382 * tips.texi (Documentation Tips): Update for new conventions for
1383 using `*' in docstrings.
1384
69487a1f
RS
13852005-12-16 Richard M. Stallman <rms@gnu.org>
1386
1387 * minibuf.texi (Minibuffer Contents): Minor cleanup.
1388
2a502a32
JL
13892005-12-16 Juri Linkov <juri@jurta.org>
1390
1391 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1392
b158c851
RF
13932005-12-14 Romain Francoise <romain@orebokech.com>
1394
1395 * modes.texi (Customizing Keywords): Rename `append' to `how'.
1396 Fix typo.
1397
d7d1f75e
JL
13982005-12-11 Juri Linkov <juri@jurta.org>
1399
1400 * minibuf.texi (Completion Commands): Add mention of read-file-name
1401 for filename completion keymaps.
1402 (Reading File Names): Add mention of filename completion keymaps
1403 for read-file-name and xref to `Completion Commands'.
1404
4b1c16c2
RS
14052005-12-10 Richard M. Stallman <rms@gnu.org>
1406
1407 * customize.texi (Common Keywords): State caveats for use of :tag.
1408
1d49d5d9
RS
14092005-12-08 Richard M. Stallman <rms@gnu.org>
1410
2663a204
RS
1411 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1412 with xrefs and better explanation.
1413 (Completion Commands): Add the filename completion maps.
1414
1d49d5d9
RS
1415 * objects.texi (Character Type): Clarify that \s is not space
1416 if a dash follows.
1417
fa0d4d0c
RS
14182005-12-05 Richard M. Stallman <rms@gnu.org>
1419
1420 * windows.texi (Resizing Windows): Delete preserve-before args.
1421
d64b177a
SM
14222005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1423
1424 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1425 in full keymaps, since the quirk has been fixed.
1426
79019cc9
EZ
14272005-12-03 Eli Zaretskii <eliz@gnu.org>
1428
1429 * hooks.texi (Standard Hooks): Add index entries. Mention
1430 `compilation-finish-functions'.
1431
161ef3be
RS
14322005-11-27 Richard M. Stallman <rms@gnu.org>
1433
1434 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1435
17c1971a
JL
14362005-11-21 Juri Linkov <juri@jurta.org>
1437
1438 * customize.texi (Common Keywords): Update links types
1439 custom-manual and url-link. Add link types emacs-library-link,
1440 file-link, function-link, variable-link, custom-group-link.
1441
5890344b
CY
14422005-11-20 Chong Yidong <cyd@stupidchicken.com>
1443
1444 * display.texi: Revert 2005-11-20 change.
1445
cbce0752
TTN
14462005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1447
1448 * processes.texi (Bindat Functions):
1449 Say "third" to refer to zero-based index "2".
1450
ff04c885
LT
14512005-11-18 Luc Teirlinck <teirllm@auburn.edu>
1452
1453 * loading.texi (Library Search): Update the default value of
1454 `load-suffixes'.
1455
ce8d4e00
CY
14562005-11-17 Chong Yidong <cyd@stupidchicken.com>
1457
1458 * display.texi (Attribute Functions): Mention :ignore-defface.
1459
cbad4a9e
SM
14602005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1461
1462 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 1463 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 1464
fda12b27
RS
14652005-11-06 Richard M. Stallman <rms@gnu.org>
1466
1467 * files.texi (Magic File Names): find-file-name-handler checks the
1468 `operations' property of the handler.
1469
e082564e
RS
14702005-11-03 Richard M. Stallman <rms@gnu.org>
1471
1472 * variables.texi (Frame-Local Variables): Small clarification.
1473
f0cdd9e4
CY
14742005-10-29 Chong Yidong <cyd@stupidchicken.com>
1475
1476 * os.texi (Init File): Document ~/.emacs.d/init.el.
1477
685abb98
RS
14782005-10-29 Richard M. Stallman <rms@gnu.org>
1479
1480 * internals.texi (Garbage Collection): Document memory-full.
1481
7000848e
BW
14822005-10-28 Bill Wohler <wohler@newt.com>
1483
1484 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1485 for URLs.
1486
107fb6c9
RS
14872005-10-28 Richard M. Stallman <rms@gnu.org>
1488
1489 * minibuf.texi (Completion Commands): Clean up prev change.
1490
14912005-10-26 Kevin Ryde <user42@zip.com.au>
1492
1493 * compile.texi (Eval During Compile): Explain recommended uses
1494 of eval-when-compile and eval-and-compile.
1495
1d8e69a2
MY
14962005-10-27 Masatake YAMATO <jet@gyve.org>
1497
cbad4a9e 1498 * minibuf.texi (Completion Commands):
1d8e69a2 1499 Write about new optional argument for `display-completion-list'.
cbad4a9e 1500
6a897887
RS
15012005-10-23 Richard M. Stallman <rms@gnu.org>
1502
1503 * display.texi (Overlay Arrow): Clarify about local bindings of
1504 overlay-arrow-position.
1505
6d1e17be
EZ
15062005-10-22 Eli Zaretskii <eliz@gnu.org>
1507
1508 * internals.texi (Building Emacs): Fix last change.
1509
db5fe0a6
RS
15102005-10-22 Richard M. Stallman <rms@gnu.org>
1511
1512 * internals.texi (Building Emacs): Document eval-at-startup.
1513
45158e77
RS
15142005-10-21 Richard M. Stallman <rms@gnu.org>
1515
1516 * loading.texi (Where Defined): load-history contains abs file names.
1517 symbol-file returns abs file names.
1518
e50165ec
KS
15192005-10-19 Kim F. Storm <storm@cua.dk>
1520
1521 * display.texi (Showing Images): Add max-image-size integer value.
1522
63ab30d0
CY
15232005-10-18 Chong Yidong <cyd@stupidchicken.com>
1524
1525 * display.texi (Showing Images): Document max-image-size.
1526
f8252852
RS
15272005-10-17 Richard M. Stallman <rms@gnu.org>
1528
1529 * commands.texi (Quitting): Minor clarification.
1530
1531 * processes.texi (Sentinels): Clarify about output and quitting.
1532 (Filter Functions): Mention with-local-quit.
1533
c1bed3aa
JL
15342005-10-17 Juri Linkov <juri@jurta.org>
1535
1536 * buffers.texi (Current Buffer):
1537 * commands.texi (Event Input Misc):
1538 * compile.texi (Eval During Compile, Compiler Errors):
1539 * customize.texi (Group Definitions):
1540 * display.texi (Progress, Defining Faces):
1541 * files.texi (Writing to Files):
1542 * modes.texi (Mode Hooks, Defining Minor Modes):
1543 * streams.texi (Output Functions):
1544 * syntax.texi (Syntax Table Functions):
1545 * text.texi (Change Hooks):
1546 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
1547
1548 * commands.texi (Quitting): Replace arg `forms' with `body' in
1549 `with-local-quit'.
1550
1551 * positions.texi (Excursions): Replace arg `forms' with `body' in
1552 `save-excursion'.
1553
ef1b4c9e
KS
15542005-10-08 Kim F. Storm <storm@cua.dk>
1555
1556 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
1557 Rename manual section accordingly.
1558
abc8ce50
KS
15592005-10-04 Kim F. Storm <storm@cua.dk>
1560
1561 * windows.texi (Window Split Tree): New section describing
1562 new function window-split-tree function.
1563
a1f5a1f0
NR
15642005-10-03 Nick Roberts <nickrob@snap.net.nz>
1565
1566 * display.texi (Fringe Size/Pos): Simplify and add detail.
1567
97c3e4cc
RF
15682005-09-30 Romain Francoise <romain@orebokech.com>
1569
1570 * minibuf.texi (High-Level Completion): Explain that the prompt
1571 given to `read-buffer' should end with a colon and a space.
1572 Update usage examples.
1573
8ad8c5ce
JL
15742005-09-29 Juri Linkov <juri@jurta.org>
1575
1576 * display.texi (Displaying Messages): Rename argument name
1577 `string' to `format-string' in functions `message', `message-box',
1578 `message-or-box'.
1579
63182706
CY
15802005-09-26 Chong Yidong <cyd@stupidchicken.com>
1581
fc2cb772 1582 * errors.texi (Standard Errors): Correct xrefs.
63182706 1583
906320ec
CY
15842005-09-18 Chong Yidong <cyd@stupidchicken.com>
1585
fc2cb772 1586 * display.texi (Defining Images): Update documentation for
906320ec
CY
1587 `image-load-path'.
1588
8ccd3630
RS
15892005-09-17 Richard M. Stallman <rms@gnu.org>
1590
1591 * display.texi (Defining Images): Clean up previous change.
1592
7260457b
RF
15932005-09-16 Romain Francoise <romain@orebokech.com>
1594
1595 * elisp.texi: Specify GFDL version 1.2.
1596
1597 * doclicense.texi (GNU Free Documentation License): Update to
1598 version 1.2.
1599
5b51c037
CY
16002005-09-15 Chong Yidong <cyd@stupidchicken.com>
1601
1602 * display.texi (Defining Images): Document `image-load-path'.
1603
5c4757d3
RS
16042005-09-15 Richard M. Stallman <rms@gnu.org>
1605
1606 * objects.texi (Printed Representation): Minor cleanup.
1607 (Box Diagrams): Minor fix.
1608 (Cons Cell Type): Move (...) index item here.
1609 (Box Diagrams): From here.
1610 (Array Type): Minor fix.
1611 (Type Predicates): Delete index "predicates".
1612 (Hash Table Type): Clarify xref.
1613 (Dotted Pair Notation): Minor fix.
1614
2bb8b80c
CY
16152005-09-10 Chong Yidong <cyd@stupidchicken.com>
1616
1617 * files.texi (Saving Buffers): Fix typo.
1618
47b8bc5d
RS
16192005-09-08 Richard M. Stallman <rms@gnu.org>
1620
1621 * tips.texi (Programming Tips): Correct the "default" prompt spec.
1622
475aab0d
CY
16232005-09-08 Chong Yidong <cyd@stupidchicken.com>
1624
1625 * locals.texi (Standard Buffer-Local Variables): Don't include
1626 mode variables for minor modes.
1627 Fix xrefs for buffer-display-count, buffer-display-table,
1628 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1629 enable-multibyte-characters, fill-column, header-line-format,
1630 left-fringe-width, left-margin, and right-fringe-width.
1631
1632 * hooks.texi (Standard Hooks): All hooks should conform to the
1633 standard naming convention now.
1634 Fix xref for `echo-area-clear-hook'.
1635
1636 * display.texi (Usual Display): Note that indicate-empty-lines and
1637 tab-width are buffer-local.
1638
1639 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1640
1641 * modes.texi (Mode Help): Note that major-mode is buffer-local.
1642
1643 * nonascii.texi (Encoding and I/O): Note that
1644 buffer-file-coding-system is buffer-local.
1645
1646 * positions.texi (List Motion): Note that defun-prompt-regexp is
1647 buffer-local.
1648
1649 * text.texi (Auto Filling): Note that auto-fill-function is
1650 buffer-local.
1651 (Undo): Note that buffer-undo-list is buffer-local.
1652
1653 * windows.texi (Buffers and Windows): Document
1654 buffer-display-count.
1655
2a6bc1f7
RS
16562005-09-06 Richard M. Stallman <rms@gnu.org>
1657
1658 * tips.texi (Coding Conventions): Sometimes it is ok to put the
1659 package prefix elsewhere than at the start of the name.
1660
d7ea8b71
RS
16612005-09-03 Richard M. Stallman <rms@gnu.org>
1662
1663 * tips.texi (Programming Tips): Add conventions for minibuffer
1664 questions and prompts.
1665
0c6087a6
RS
16662005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
1667
1668 * intro.texi (nil and t): Minor cleanup.
1669 Delete spurious mention of keyword symbols.
1670 (Evaluation Notation): Add index entry.
1671 (A Sample Function Description): Minor cleanup.
1672 (A Sample Variable Description): Not all vars can be set.
1673
4b5fa40e
TTN
16742005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
1675
1676 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1677
1678 (Insertion): Document precise type of `insert-char' arg COUNT.
1679
34b50776
SM
16802005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1681
1682 * modes.texi (Other Font Lock Variables): Sync the default of
1683 font-lock-lines-before.
1684
c1105d05
MA
16852005-08-31 Michael Albinus <michael.albinus@gmx.de>
1686
1687 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1688
62929713
RS
16892005-08-29 Richard M. Stallman <rms@gnu.org>
1690
1691 * elisp.texi (Top): Update subnode menu.
1692
1693 * searching.texi (Searching and Matching): Move node.
1694 Rearrange contents and add overall explanation.
1695 (Searching and Case): Move node.
1696 (Searching and Matching): Update menu.
1697
0fb57cc0
EZ
16982005-08-27 Eli Zaretskii <eliz@gnu.org>
1699
1700 * os.texi (Startup Summary): Fix the description of the initial
1701 startup message display.
1702
3e80c4c1
RS
17032005-08-25 Richard M. Stallman <rms@gnu.org>
1704
1705 * searching.texi (Search and Replace): Add replace-regexp-in-string.
1706
17072005-08-25 Emilio C. Lopes <eclig@gmx.net>
1708
1709 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1710 `next-overlay-change' example.
c1105d05 1711
79a8defb
JL
17122005-08-22 Juri Linkov <juri@jurta.org>
1713
1714 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1715 Fix invert-face. Fix args of face-background.
1716
16691d29
JL
1717 * display.texi (Standard Faces): Delete node.
1718 (Faces): Add xref to `(emacs)Standard Faces'.
1719 (Displaying Faces): Fix xref to `Standard Faces'.
1720
1721 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1722
217b694f
EZ
17232005-08-20 Alan Mackenzie <acm@muc.de>
1724
1725 * buffers.texi (The Buffer List): Clarify the manipulation of the
1726 buffer list.
1727
0bf14bfd
RS
17282005-08-14 Richard M. Stallman <rms@gnu.org>
1729
7ad1498e
AS
1730 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1731 a regexp.
0bf14bfd 1732
c118d09e
RS
17332005-08-11 Richard M. Stallman <rms@gnu.org>
1734
59cb8c23
RS
1735 * elisp.texi (Top): Update subnode lists.
1736
1737 * display.texi (Inverse Video): Node deleted.
1738
c118d09e
RS
1739 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1740 New nodes split out of Coding Conventions.
1741
1742 * searching.texi (Regular Expressions): Document re-builder.
1743
1744 * os.texi (Time Parsing): New node split out of Time Conversion.
1745
1746 * processes.texi (Misc Network, Network Feature Testing)
1747 (Network Options, Make Network): New nodes split out of
1748 Low-Level Network.
1749
67ec7f41
RS
17502005-08-09 Richard M. Stallman <rms@gnu.org>
1751
76d47f0d
RS
1752 * frames.texi (Geometry): New node, split from Size and Position.
1753 (Frame Parameters): Refer to Geometry.
1754
67ec7f41 1755 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 1756
67ec7f41
RS
1757 * windows.texi (Splitting Windows): Fix xref.
1758
1759 * frames.texi (Layout Parameters): Add xref.
1760
1761 * display.texi (Line Height, Scroll Bars): Fix xrefs.
1762
1763 * keymaps.texi (Menu Bar): Fix xref.
1764
1765 * locals.texi (Standard Buffer-Local Variables): Fix xref.
1766
1767 * modes.texi (%-Constructs): Fix xref.
1768
1769 * frames.texi (Window Frame Parameters): Node split up.
1770 (Basic Parameters, Position Parameters, Size Parameters)
1771 (Layout Parameters, Buffer Parameters, Management Parameters)
1772 (Cursor Parameters, Color Parameters): New subnodes.
1773
adb5e445
LT
17742005-08-09 Luc Teirlinck <teirllm@auburn.edu>
1775
1776 * positions.texi (Screen Lines): Update xref for previous change
1777 in minibuf.texi.
1778
1779 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1780 change in minibuf.texi.
1781
61298e17
RS
17822005-08-09 Richard M. Stallman <rms@gnu.org>
1783
1784 * tips.texi (Coding Conventions): Minor cleanup.
1785
1786 * modes.texi (Defining Minor Modes): Explain when init-value
1787 can be non-nil.
1788
1789 * elisp.texi (Top): Update submenu for Minibuffer.
1790
1791 * minibuf.texi (Minibuffer Misc): Node split up.
1792 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1793 (Recursive Mini): New nodes split out from Minibuffer Misc.
1794 (Minibuffer Misc): Document max-mini-window-height.
1795
1796 * hash.texi (Defining Hash): Delete stray paren in example.
1797
1798 * display.texi (Echo Area Customization): Don't define
1799 max-mini-window-height here; xref instead.
1800
1801 * commands.texi (Event Input Misc): Update while-no-input.
1802
1803 * advice.texi (Advising Functions): Explain when to use advice
1804 and when to use a hook.
1805
43e124e6
EZ
18062005-07-30 Eli Zaretskii <eliz@gnu.org>
1807
1808 * makefile.w32-in (info): Don't run install-info.
1809 ($(infodir)/dir): New target, produced by running install-info.
1810
653aea22
LT
18112005-07-27 Luc Teirlinck <teirllm@auburn.edu>
1812
1813 * modes.texi (Defining Minor Modes): The keyword for the initial
1814 value is :init-value, not :initial-value.
1815
ba6ebbd5
EZ
18162005-07-23 Eli Zaretskii <eliz@gnu.org>
1817
1818 * loading.texi (Autoload): Make the `doctor' example be consistent
1819 with what's in current loaddefs.el. Describe the "fn" magic in
1820 the usage portion of the doc string.
1821
6696f2a4
RS
18222005-07-22 Richard M. Stallman <rms@gnu.org>
1823
1824 * internals.texi (Garbage Collection): Clarify previous change.
1825
0c17e67c
SM
18262005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
1827
1828 * internals.texi (Garbage Collection): Add gc-cons-percentage.
1829
426179e1
JL
18302005-07-18 Juri Linkov <juri@jurta.org>
1831
1832 * commands.texi (Accessing Events):
1833 * frames.texi (Text Terminal Colors, Resources):
1834 * markers.texi (The Mark):
1835 * modes.texi (Defining Minor Modes):
1836 Delete duplicate duplicate words.
1837
9b0c2c56
RS
18382005-07-16 Richard M. Stallman <rms@gnu.org>
1839
1840 * display.texi (Managing Overlays): Clarify make-overlay
1841 args for insertion types.
1842
fd90b80c
LT
18432005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1844
0c17e67c
SM
1845 * customize.texi (Variable Definitions):
1846 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
1847 `standard-value' is a list too.
1848 (Defining New Types): Use @key{RET} instead of @key{ret}.
1849
37aa90e5
TTN
18502005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
1851
1852 * os.texi (Translating Input): Fix typo.
1853
917e0c95
RS
18542005-07-08 Richard M. Stallman <rms@gnu.org>
1855
1856 * README: Update edition number and size estimate.
1857
1858 * elisp.texi (VERSION): Set to 2.9.
1859
7d90e71d
RS
18602005-07-07 Richard M. Stallman <rms@gnu.org>
1861
c330dafe
RS
1862 * book-spine.texinfo: Update Emacs version.
1863
7d90e71d
RS
1864 * display.texi (Inverse Video): Delete mode-line-inverse-video.
1865
dc2204be
RS
18662005-07-06 Richard M. Stallman <rms@gnu.org>
1867
1868 * searching.texi (Regexp Search): Clarify what re-search-forward
1869 does when the search fails.
1870
a0ec7a4a
LK
18712005-07-05 Lute Kamstra <lute@gnu.org>
1872
dc2204be 1873 * Update FSF's address in GPL notices.
a0ec7a4a
LK
1874
1875 * doclicense.texi (GNU Free Documentation License):
1876 * gpl.texi (GPL):
1877 * tips.texi (Coding Conventions, Library Headers):
1878 * vol1.texi:
1879 * vol2.texi: Update FSF's address.
1880
4af33176
RS
18812005-07-04 Richard M. Stallman <rms@gnu.org>
1882
1883 * hooks.texi (Standard Hooks): Add occur-hook.
1884
b3ab615b
LT
18852005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1886
1887 * display.texi (The Echo Area): Correct menu.
1888
3d393029
RS
18892005-07-03 Richard M. Stallman <rms@gnu.org>
1890
7fe48b75
RS
1891 * elisp.texi (Top): Update subnode menu for Display.
1892
1893 * display.texi (Displaying Messages): New node, with most
1894 of what was in The Echo Area.
1895 (Progress): Moved under The Echo Area.
1896 (Logging Messages): New node with new text.
1897 (Echo Area Customization): New node, the rest of what was
1898 in The Echo Area. Document message-truncate-lines with @defvar.
1899 (Display): Update menu.
1900
3d393029
RS
1901 * windows.texi (Textual Scrolling): Doc 3 values for
1902 scroll-preserve-screen-position.
1903
1904 * text.texi (Special Properties): Change hook functions
1905 should bind inhibit-modification-hooks around altering buffer text.
1906
1907 * keymaps.texi (Key Binding Commands): Call binding BINDING
1908 rather than DEFINITION.
1909
b26860ad
JB
19102005-06-29 Juanma Barranquero <lekktu@gmail.com>
1911
1912 * variables.texi (Defining Variables): `user-variable-p' returns t
1913 for aliases of user options, nil for alias loops.
1914
025691ed
RS
19152005-06-28 Richard M. Stallman <rms@gnu.org>
1916
1917 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
1918 make-keymap.
1919
b61bfa4d
LT
19202005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1921
1922 * variables.texi (Setting Variables): Correct and clarify
1923 description of `add-to-ordered-list'.
1924
24ee714d
RS
19252005-06-26 Richard M. Stallman <rms@gnu.org>
1926
1927 * display.texi (Faces): Minor cleanup.
1928
33b79ce4
LT
19292005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1930
1931 * display.texi (Faces): `facep' returns t for strings that are
1932 face names.
1933
df13531d
RS
19342005-06-25 Richard M. Stallman <rms@gnu.org>
1935
1936 * objects.texi (Equality Predicates): Clarify meaning of equal.
1937
1938 * windows.texi (Selecting Windows): save-selected-window
1939 and with-selected-window save and restore the current buffer.
1940
cf444441
RS
19412005-06-24 Richard M. Stallman <rms@gnu.org>
1942
1943 * numbers.texi (Float Basics): Explain how to test for NaN,
1944 and printing the sign of NaNs.
1945
6cdd056d
EZ
19462005-06-24 Eli Zaretskii <eliz@gnu.org>
1947
1948 * makefile.w32-in (MAKEINFO): Use --force.
1949
b93e3c3b
RS
19502005-06-23 Richard M. Stallman <rms@gnu.org>
1951
1952 * display.texi (Face Functions): Correct Texinfo usage.
1953
6fb276bd
LT
19542005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1955
1956 * lists.texi (Rings): `ring-elements' now returns the elements of
1957 RING in order.
1958
1d1c7e75
JB
19592005-06-23 Juanma Barranquero <lekktu@gmail.com>
1960
1961 * markers.texi (The Mark): Texinfo usage fix.
1962
9d12e52b
KS
19632005-06-23 Kim F. Storm <storm@cua.dk>
1964
1965 * searching.texi (Entire Match Data): Remove evaporate option for
1966 match-data. Do not mention evaporate option for set-match-data.
1967
6d44324c
GM
19682005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1969
1970 * display.texi (Face Functions): Mention face aliases.
1971
80df27a7
RS
19722005-06-21 Richard M. Stallman <rms@gnu.org>
1973
1974 * anti.texi (Antinews): Texinfo usage fix.
1975
e121563b
KB
19762005-06-21 Karl Berry <karl@gnu.org>
1977
9d7d543c
KB
1978 * elisp.texi: Use @copying.
1979
e121563b
KB
1980 * elisp.texi: Put @summarycontents and @contents before the Top
1981 node, instead of the end of the file, so that the contents appear
1982 in the right place in the dvi/pdf output.
1983
36a3b076
JL
19842005-06-21 Juri Linkov <juri@jurta.org>
1985
1986 * display.texi (Defining Faces): Add `customized-face'.
1987
5c796e80
KS
19882005-06-20 Kim F. Storm <storm@cua.dk>
1989
b7d1f38f
KS
1990 * variables.texi (Setting Variables): Any type of element can be
1991 given order in add-to-ordered-list. Compare elements with eq.
1992
5c796e80
KS
1993 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
1994
fb056bef
KB
19952005-06-20 Karl Berry <karl@gnu.org>
1996
1997 * syntax.texi (Syntax Flags): Make last column very slightly wider
1998 to avoid "generic comment" breaking on two lines and causing an
1999 underfull box.
2000
84398baa
LT
20012005-06-19 Luc Teirlinck <teirllm@auburn.edu>
2002
2003 * lists.texi (Rings): Various minor clarifications and corrections.
2004
07ff1e4b
RS
20052005-06-18 Richard M. Stallman <rms@gnu.org>
2006
2007 * functions.texi (Obsolete Functions): Simplify.
2008
2009 * variables.texi (Variable Aliases): Simplify.
2010
2011 * anti.texi, backups.texi, compile.texi, customization.texi:
2012 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
2013 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
2014 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
2015 * variables.texi: Fix formatting ugliness.
2016
2017 * elisp.texi: Add links to Rings and Byte Packing.
2018 Update version and copyright years.
2019
2020 * minibuf.texi: Fix formatting ugliness.
2021 (Completion Commands): Move keymap vars to the end
2022 and vars completing-read binds to the top.
2023
3f7fab24
LT
20242005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2025
2026 * processes.texi: Fix typos.
2027 (Bindat Spec): Correct Texinfo error.
926c4c9b 2028 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 2029
f19b57e3
RS
20302005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
2031
2032 * lists.texi (Rings): New node.
2033 (Lists): Add it to menu.
2034
a80c5da7 2035 * processes.texi (Byte Packing): New node.
f19b57e3
RS
2036 (Processes): Add it to menu.
2037
20382005-06-17 Richard M. Stallman <rms@gnu.org>
2039
2040 * syntax.texi (Parsing Expressions): Fix texinfo usage.
2041
2042 * help.texi (Documentation Basics): Explain the xref to
2043 Documentation Tips.
2044
2045 * debugging.texi (Debugger Commands): Minor fix.
2046
67c1390d
LT
20472005-06-16 Luc Teirlinck <teirllm@auburn.edu>
2048
2049 * edebug.texi (Instrumenting): Eliminate duplicate link.
2050 (Specification List): Replace references to "below", referring to
2051 a later node, with one @ref to that node.
2052
2053 * os.texi (Timers): Timers should save and restore the match data
2054 if they change it.
2055
2056 * debugging.texi (Debugger Commands): Mention that the Lisp
2057 debugger can not step through primitive functions.
2058
51cd2a8c
JB
20592005-06-16 Juanma Barranquero <lekktu@gmail.com>
2060
2061 * functions.texi (Obsolete Functions): Update argument names of
2062 `make-obsolete' and `define-obsolete-function-alias'.
2063
2064 * variables.texi (Variable Aliases): Update argument names of
2065 `defvaralias', `make-obsolete-variable' and
2066 `define-obsolete-variable-alias'.
2067
f5e6ac4a
KS
20682005-06-15 Kim F. Storm <storm@cua.dk>
2069
2070 * searching.texi (Entire Match Data): Rephrase warnings about
2071 evaporate arg to match-data and set-match-data.
2072
fe2a9972
LT
20732005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2074
67774855
LT
2075 * elisp.texi (Top): Update detailed menu.
2076
fe2a9972
LT
2077 * edebug.texi (Edebug): Update menu.
2078 (Instrumenting): Update xrefs.
2079 (Edebug Execution Modes): Correct xref.
2080 (Jumping): Clarify description of `h' command.
2081 Eliminate redundant @ref.
2082 (Breaks): New node.
9b7fa297 2083 (Breakpoints): Is now a subsubsection.
fe2a9972
LT
2084 (Global Break Condition): Mention `C-x X X'.
2085 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
2086 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
2087 (Edebug Display Update): Correct pxref.
2088 (Edebug and Macros): New node.
2089 (Instrumenting Macro Calls): Is now a subsubsection.
2090 Neither arg of `def-edebug-spec' is evaluated.
2091 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
2092 (Specification Examples): Fix typo.
2093
b59f605b
LK
20942005-06-14 Lute Kamstra <lute@gnu.org>
2095
2096 * debugging.texi (Function Debugging): Primitives can break on
2097 entry too.
2098
a5c99dc9
KS
20992005-06-14 Kim F. Storm <storm@cua.dk>
2100
2101 * variables.texi (Setting Variables): Add add-to-ordered-list.
2102
f99ed2f8
SM
21032005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2104
2105 * syntax.texi (Parsing Expressions): Document aux functions and vars of
2106 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
2107
9d42ffaa
LK
21082005-06-13 Lute Kamstra <lute@gnu.org>
2109
2110 * text.texi (Special Properties): Fix cross reference.
2111
32cc0b00
LT
21122005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2113
2114 * debugging.texi (Function Debugging): Delete mention of empty
2115 string argument to `cancel-debug-on-entry'. Delete inaccurate
2116 description of the return value of that command.
2117
98d1a1cf
EZ
21182005-06-11 Alan Mackenzie <acm@muc.de>
2119
2120 * text.texi (Adaptive Fill): Amplify the description of
2121 fill-context-prefix.
2122
4b53b8d7
LT
21232005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2124
84398baa 2125 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 2126
b5305167
SM
21272005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * syntax.texi (Parsing Expressions): Document syntax-ppss.
2130
9bd4c3ad
LT
21312005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2132
2133 * debugging.texi (Error Debugging): Minor rewording.
2134 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
2135 is optional.
2136
257914aa
LK
21372005-06-10 Lute Kamstra <lute@gnu.org>
2138
b5305167 2139 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
2140 (Top): Give it a title. Correct version number. Give the
2141 detailed node listing a more prominent header.
b5305167
SM
2142 * intro.texi: Don't set VERSION here a second time.
2143 Mention Emacs's version too.
257914aa
LK
2144 * anti.texi (Antinews): Use EMACSVER to refer to the current
2145 version of Emacs.
2146
b7aae902
KS
21472005-06-09 Kim F. Storm <storm@cua.dk>
2148
2149 * searching.texi (Entire Match Data): Explain new `reseat' argument to
2150 match-data and set-match-data.
2151
99598737
RS
21522005-06-08 Richard M. Stallman <rms@gnu.org>
2153
2154 * searching.texi (Entire Match Data): Clarify when match-data
2155 returns markers and when integers.
2156
2157 * display.texi (Defining Faces): Explain that face name should not
2158 end in `-face'.
2159
2160 * modes.texi (Mode Line Data): Minor cleanup.
2161 (Customizing Keywords): Node split out of Search-based Fontification.
2162 Add example of using font-lock-add-keywords from a hook.
2163 Clarify when MODE should be non-nil, and when nil.
2164
21652005-06-06 Richard M. Stallman <rms@gnu.org>
2166
2167 * modes.texi (Mode Line Data): Explain what happens when the car
2168 of a list is a void symbol.
2169 (Search-based Fontification): Explain MODE arg to
2170 font-lock-add-keywords and warn about calls from major modes.
2171
ecc8893a
JL
21722005-06-08 Juri Linkov <juri@jurta.org>
2173
2174 * display.texi (Standard Faces): Add `shadow' face.
2175
7fa9f4eb
LT
21762005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2177
2178 * modes.texi (Major Mode Conventions): A derived mode only needs
2179 to put the call to the parent mode inside `delay-mode-hooks'.
2180
bebcc4b1
RS
21812005-05-29 Richard M. Stallman <rms@gnu.org>
2182
c16b1394
RS
2183 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
2184 new, and what that implies. Clarify.
2185
2186 * files.texi (Locating Files): Clean up the text.
2187
bebcc4b1
RS
2188 * frames.texi (Window Frame Parameters): Document user-size.
2189 Shorten entry for top by referring to left.
2190
21912005-05-26 Richard M. Stallman <rms@gnu.org>
2192
2193 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
2194 is new, and what the implications are. Other clarifications.
2195
217797bc
RS
21962005-05-24 Richard M. Stallman <rms@gnu.org>
2197
2198 * frames.texi (Dialog Boxes): Minor fixes.
2199
3565fe07
MY
22002005-05-25 Masatake YAMATO <jet@gyve.org>
2201
2202 * display.texi (Standard Faces): Write about `mode-line-highlight'.
2203
817089df
LT
22042005-05-24 Luc Teirlinck <teirllm@auburn.edu>
2205
2206 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
2207 is optional.
2208
cb5db137
NR
22092005-05-24 Nick Roberts <nickrob@snap.net.nz>
2210
2211 * frames.texi (Dialog Boxes): Descibe new optional argument.
2212
3c8572f5
LK
22132005-05-23 Lute Kamstra <lute@gnu.org>
2214
2215 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
2216 syntax-begin-function over font-lock-beginning-of-syntax-function.
2217
2a4d7cb3
LT
22182005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2219
71f800cf
LT
2220 * minibuf.texi (Reading File Names): Update description of
2221 `read-directory-name'.
2222
2a4d7cb3
LT
2223 * modes.texi (Derived Modes): Clarify :group keyword.
2224
bb4afd09
EZ
22252005-05-21 Eli Zaretskii <eliz@gnu.org>
2226
b5305167
SM
2227 * files.texi (Locating Files): New subsection.
2228 Describe locate-file and executable-find.
bb4afd09 2229
a2c9aee6
EZ
22302005-05-21 Kevin Ryde <user42@zip.com.au>
2231
2232 * frames.texi (Initial Parameters): Update cross reference to
2233 "Emacs Invocation".
2234
6900105f
LT
22352005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2236
ca1b0914
LT
2237 * keymaps.texi (Active Keymaps): Add anchor.
2238
6900105f
LT
2239 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
2240 (Major Mode Conventions): Refer to `Auto Major Mode' in more
2241 appropriate place.
2242 (Derived Modes): Small clarifications.
b5305167
SM
2243 (Minor Mode Conventions, Keymaps and Minor Modes):
2244 Replace references to nodes with references to anchors.
6900105f
LT
2245 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
2246 Clarify description of lists whose first element is an integer.
2247 (Mode Line Variables): Add anchor.
2248 (%-Constructs): Clarify description of integer after %.
2249 (Emulating Mode Line): Describe nil value for FACE.
2250
54d06364
LT
22512005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2252
2253 * modes.texi (Derived Modes): Correct references to non-existing
2254 variable standard-syntax-table.
2255
f8d0b769
LK
22562005-05-17 Lute Kamstra <lute@gnu.org>
2257
2258 * modes.texi (Defining Minor Modes): Mention the mode hook.
2259
294c599c
KS
22602005-05-15 Kim F. Storm <storm@cua.dk>
2261
2262 * processes.texi (Network): Remove open-network-stream-nowait.
2263 (Network Servers): Remove open-network-stream-server.
2264
4214af69
LT
22652005-05-15 Luc Teirlinck <teirllm@auburn.edu>
2266
2267 * elisp.texi (Top): Update detailed menu.
2268
2269 * variables.texi: Reorder nodes.
2270 (Variables): Update menu.
2271 (File Local Variables): Do not refer to the `-*-' line as
2272 a "local variables list". Add pxref.
2273
302691ab
LT
22742005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2275
56d4215a
LT
2276 * elisp.texi (Top): Update detailed menu for node changes.
2277
302691ab 2278 * modes.texi (Modes): Update Menu.
6db11765 2279 (Hooks): Move to beginning of chapter.
302691ab
LT
2280 Most minor modes run mode hooks too.
2281 `add-hook' can handle void hooks or hooks whose value is a single
2282 function.
2283 (Major Modes): Update Menu.
2284 (Major Mode Basics): New node, split off from `Major Modes'.
2285 (Major Mode Conventions): Correct xref. Explain how to handle
2286 auto-mode-alist if the major mode command has an autoload cookie.
2287 (Auto Major Mode): Major update. Add magic-mode-alist.
2288 (Derived Modes): Major update.
2289 (Mode Line Format): Update Menu.
2290 (Mode Line Basics): New node, split off from `Mode Line Format'.
2291
2292 * loading.texi (Autoload): Mention `autoload cookie' as synonym
2293 for `magic autoload comment'. Add index entries and anchor.
2294
d06ba294
RS
22952005-05-14 Richard M. Stallman <rms@gnu.org>
2296
2297 * tips.texi (Coding Conventions): Explain how important it is
2298 that just loading certain files not change Emacs behavior.
2299
2300 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
2301
405cb12a
LK
23022005-05-12 Lute Kamstra <lute@gnu.org>
2303
19958124
LK
2304 * modes.texi (Generic Modes): Update.
2305 (Major Modes): Refer to node "Generic Modes".
2306
405cb12a
LK
2307 * elisp.texi (Top): Update to the current structure of the manual.
2308 * processes.texi (Processes): Add menu description.
2309 * customize.texi (Customization): Add menu descriptions.
2310
f714dd1b
TTN
23112005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2312
cc9442f2
TTN
2313 * processes.texi (Signals to Processes)
2314 (Low-Level Network): Fix typos.
f714dd1b 2315
36ad23ec
LK
23162005-05-11 Lute Kamstra <lute@gnu.org>
2317
2318 * elisp.texi (Top): Add some nodes from the chapter "Major and
2319 Minor Modes" to the detailed node listing.
2320
d101bf56
RS
23212005-05-10 Richard M. Stallman <rms@gnu.org>
2322
2323 * keymaps.texi (Extended Menu Items): Menu item filter functions
2324 can be called at any time.
2325
698b0510
LT
23262005-05-08 Luc Teirlinck <teirllm@auburn.edu>
2327
2328 * variables.texi (File Local Variables): `(hack-local-variables t)'
2329 now also checks whether a mode is specified in the local variables
2330 list.
2331
2c6b25c7
EZ
23322005-05-05 Kevin Ryde <user42@zip.com.au>
2333
2334 * display.texi (The Echo Area): Correct format function cross
2335 reference.
2336
643b4cf5
LT
23372005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2338
2339 * variables.texi (Variable Aliases): Change description of
2340 `define-obsolete-variable-alias'.
2341
2342 * functions.texi (Functions): Add "Obsolete Functions" to menu.
2343 (Defining Functions): Add xref.
2344 (Obsolete Functions): New node.
2345 (Function Safety): Standardize capitalization of section title.
2346
2347 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2348 (Dialog Boxes): Complete description of `x-popup-dialog'.
2349
053bc8e4
RS
23502005-05-04 Richard M. Stallman <rms@gnu.org>
2351
2352 * commands.texi (Interactive Codes): Fix Texinfo usage.
2353 Document U more clearly.
2354
f6b1b15a
LT
23552005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2356
3b925015
LT
2357 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2358 function and not a macro.
2359
f6b1b15a
LT
2360 * frames.texi (Pop-Up Menus): Correct and clarify description of
2361 `x-popup-menu'.
2362 (Dialog Boxes): Clarify description of `x-popup-dialog'.
2363
ebbfa918
RS
23642005-05-01 Richard M. Stallman <rms@gnu.org>
2365
2366 * edebug.texi (Checking Whether to Stop): Fix previous change.
2367
abe2f96e
LT
23682005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2369
d6028ef2
LT
2370 * display.texi: Fix typos and Texinfo usage.
2371
abe2f96e
LT
2372 * edebug.texi (Checking Whether to Stop): executing-macro ->
2373 executing-kbd-macro.
2374
b2cfb30b
RS
23752005-05-01 Richard M. Stallman <rms@gnu.org>
2376
2377 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2378
7e995a23
RS
23792005-04-30 Richard M. Stallman <rms@gnu.org>
2380
2381 * files.texi (Magic File Names): Document `operations' property.
2382
57efa539
LK
23832005-04-29 Lute Kamstra <lute@gnu.org>
2384
2385 * modes.texi (Generic Modes): New node.
2386 (Major Modes): Add it to the menu.
2387 (Derived Modes): Add "derived mode" to concept index.
2388
0a20b1dc
LK
23892005-04-28 Lute Kamstra <lute@gnu.org>
2390
2391 * modes.texi (Defining Minor Modes): Fix previous change.
2392 (Font Lock Mode): Simplify.
2393 (Font Lock Basics): Say that font-lock-defaults is buffer-local
2394 when set and that some parts are optional. Add cross references.
2395 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
2396 Add cross references. Add font-lock-multiline to index.
2397 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 2398 Lock Variables". Document font-lock-add-keywords and
b5305167 2399 font-lock-remove-keywords.
0a20b1dc
LK
2400 (Other Font Lock Variables): Move font-lock-keywords-only,
2401 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2402 and font-lock-syntactic-face-function to node "Syntactic Font
2403 Lock". Move font-lock-keywords-case-fold-search to node
2404 "Search-based Fontification". Document font-lock-inhibit-thing-lock
2405 and font-lock-{,un}fontify-{buffer,region}-function.
2406 (Precalculated Fontification): Remove reference to deleted variable
2407 font-lock-core-only.
2408 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2409 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
2410 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2411 and font-lock-syntactic-face-function here from node "Other Font
2412 Lock Variables". Move font-lock-syntactic-keywords to "Setting
2413 Syntax Properties". Add cross references.
b5305167
SM
2414 (Setting Syntax Properties): New node.
2415 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
2416 * syntax.texi (Syntax Properties): Add cross reference.
2417 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2418
68a94f5a
RS
24192005-04-26 Richard M. Stallman <rms@gnu.org>
2420
2421 * display.texi (Defining Faces):
2422 Document `default' elements of defface spec.
2423
2424 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2425
2426 * variables.texi (Variable Aliases): Clarify text.
2427
24282005-04-25 Chong Yidong <cyd@stupidchicken.com>
2429
2430 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2431
7f48f143
LT
24322005-04-25 Luc Teirlinck <teirllm@auburn.edu>
2433
2434 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2435
45d2f8e8
EZ
24362005-04-24 Eli Zaretskii <eliz@gnu.org>
2437
f3714ab2
EZ
2438 * syntax.texi (Syntax Table Internals): Elaborate documentation of
2439 syntax-after and syntax-class.
2440
45d2f8e8 2441 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
2442 (Unique File Names): Don't mention "numbers" in the documentation
2443 of make-temp-file and make-temp-name.
45d2f8e8 2444
469bc679
RS
24452005-04-23 Richard M. Stallman <rms@gnu.org>
2446
2447 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2448
c9fa5dc9
RS
24492005-04-22 Nick Roberts <nickrob@snap.net.nz>
2450
2451 * windows.texi (Cyclic Window Ordering): Clarify window-list.
2452
230e1e80
NR
24532005-04-22 Nick Roberts <nickrob@snap.net.nz>
2454
2455 * variables.texi (Variable Aliases): Describe make-obsolete-variable
2456 and define-obsolete-variable-alias.
2457
1ba52906
KS
24582005-04-22 Kim F. Storm <storm@cua.dk>
2459
2460 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2461 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2462
9721d904
LK
24632005-04-21 Lute Kamstra <lute@gnu.org>
2464
2465 * lists.texi (Association Lists): Document rassq-delete-all.
2466
ed35c736
RS
24672005-04-19 Richard M. Stallman <rms@gnu.org>
2468
2469 * modes.texi (Search-based Fontification): Explain that
2470 facespec is an expression to be evaluated.
2471
42fc00a4
RS
24722005-04-19 Kevin Ryde <user42@zip.com.au>
2473
b5305167 2474 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
2475 * strings.texi (String Conversion): Fix xref.
2476
5827e9d4
KS
24772005-04-19 Kim F. Storm <storm@cua.dk>
2478
2479 * symbols.texi (Symbol Plists): Add safe-get.
2480 Mention that `get' may signal an error.
2481
47872da9
NR
24822005-04-18 Nick Roberts <nickrob@snap.net.nz>
2483
2484 * customize.texi (Variable Definitions): Replace tooltip-mode
2485 example with save-place.
2486
ec0cf966
RS
24872005-04-17 Richard M. Stallman <rms@gnu.org>
2488
2489 * buffers.texi (Indirect Buffers): Clarify.
2490
2491 * positions.texi (Positions): Clarify converting marker to integer.
2492
2493 * strings.texi (String Basics): Mention string-match; clarify.
2494
199bb209
LK
24952005-04-08 Lute Kamstra <lute@gnu.org>
2496
2497 * modes.texi (Search-based Fontification): Fix cross references.
2498 Use consistent terminology. Document anchored highlighting.
2499
bfa54668
LK
25002005-04-05 Lute Kamstra <lute@gnu.org>
2501
2502 * modes.texi (Defining Minor Modes): Document :group keyword
2503 argument and its default value.
2504
07e5fb9e
LK
25052005-04-03 Lute Kamstra <lute@gnu.org>
2506
2507 * hooks.texi (Standard Hooks): Add some hooks. Add cross
2508 references and/or descriptions. Delete major mode hooks; mention
2509 them as a category instead. Rename or delete obsolete hooks.
2510
aa945b59
RS
25112005-04-02 Richard M. Stallman <rms@gnu.org>
2512
2513 * nonascii.texi (Coding System Basics): Another wording cleanup.
2514
8b918214
RS
25152005-04-01 Richard M. Stallman <rms@gnu.org>
2516
2517 * nonascii.texi (Coding System Basics): Clarify previous change.
2518
41639988
KH
25192005-04-01 Kenichi Handa <handa@m17n.org>
2520
2521 * nonascii.texi (Coding System Basics): Describe about rondtrip
2522 identity of coding systems.
2523
8e669bbd
RS
25242005-03-29 Chong Yidong <cyd@stupidchicken.com>
2525
2526 * text.texi (Buffer Contents): Add filter-buffer-substring and
2527 buffer-substring-filters.
2528
f60a6f87
RS
25292005-03-26 Chong Yidong <cyd@stupidchicken.com>
2530
2531 * anti.texi (Antinews): Mention `G' interactive code.
2532
2533 * tips.texi (Compilation Tips): Mention benchmark.el.
2534
aaac1251
LT
25352005-03-27 Luc Teirlinck <teirllm@auburn.edu>
2536
2537 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
2538 is now bound to M-o M-o.
2539
2540 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
2541
45325173
GM
25422005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
2543
2544 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
2545 in the Emacs Manual).
2546 * Makefile.in (srcs): Remove calendar.texi.
2547 * makefile.w32-in (srcs): Remove calendar.texi.
2548 * display.texi (Display): Change name of next node.
2549 * os.texi (System In): Change name of previous node.
2550 * elisp.texi (Top): Remove Calendar references.
2551 * vol1.texi (Top): Remove Calendar references.
2552 * vol2.texi (Top): Remove Calendar references.
2553
85df292e
RS
25542005-03-25 Richard M. Stallman <rms@gnu.org>
2555
45325173 2556 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
2557 Cleanup previous change.
2558
25592005-03-25 Chong Yidong <cyd@stupidchicken.com>
2560
2561 * display.texi (Face Attributes): Faces earlier in an :inherit
2562 list take precedence.
2563 (Scroll Bars): Fix description of vertical-scroll-bars.
2564 Document frame-current-scroll-bars and window-current-scroll-bars.
2565
2566 * markers.texi (The Mark): Document temporary Transient Mark mode.
2567
b5305167
SM
2568 * minibuf.texi (Reading File Names):
2569 Document read-file-name-completion-ignore-case.
85df292e
RS
2570
2571 * positions.texi (Screen Lines): Document nil for width argument
2572 to compute-motion.
2573
1fe54d69
KS
25742005-03-23 Kim F. Storm <storm@cua.dk>
2575
2576 * display.texi (Standard Faces): Other faces used in the fringe
2577 implicitly inherits from the fringe face.
2578 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
2579 properties implicitly inherits from fringe face.
2580 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
2581
a775dff4
RS
25822005-03-20 Chong Yidong <cyd@stupidchicken.com>
2583
2584 * display.texi (Invisible Text): State default value of
2585 line-move-ignore-invisible.
2586 (Managing Overlays): Document remove-overlays.
2587 (Standard Faces): Document escape-glyph face.
2588
b5305167 2589 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 2590
b5305167
SM
2591 * modes.texi (Other Font Lock Variables):
2592 Document font-lock-lines-before.
a775dff4
RS
2593
2594 * positions.texi (Skipping Characters): skip-chars-forward allows
2595 character classes.
2596
077f7085
LK
25972005-03-18 Lute Kamstra <lute@gnu.org>
2598
2599 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
2600
d69ea7ab
RS
26012005-03-17 Richard M. Stallman <rms@gnu.org>
2602
c7bd5d57
RS
2603 * text.texi (Undo): Document extensible undo entries.
2604
d69ea7ab
RS
2605 * searching.texi (String Search, Regexp Search, Regexp Search):
2606 Cleanups.
2607
2608 * nonascii.texi (Character Codes): Minor fix.
2609
2610 * display.texi (Display Property): Explain the significance
2611 of having text properties that are eq.
2612 (Other Display Specs): Explain string as display spec.
2613
2614 * commands.texi (Interactive Codes): Document G option.
2615
26162005-03-17 Chong Yidong <cyd@stupidchicken.com>
2617
2618 * text.texi (Filling): Add sentence-end-without-period and
2619 sentence-end-without-space.
2620 (Changing Properties): Minor fix.
2621
2622 * anti.texi: Total rewrite.
2623
a7679889
LK
26242005-03-15 Lute Kamstra <lute@gnu.org>
2625
2626 * edebug.texi (Instrumenting Macro Calls): Fix typos.
2627
6eb8e247
KS
26282005-03-08 Kim F. Storm <storm@cua.dk>
2629
2630 * display.texi (Specified Space): Property :width is support on
2631 non-graphic terminals, :height is not.
2632
bfa8be14
RS
26332005-03-07 Richard M. Stallman <rms@gnu.org>
2634
2635 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2636 Now subnodes of Fringes.
2637 (Overlay Arrow): Document overlay-arrow-variable-list.
2638 (Fringe Size/Pos): New node, broken out of Fringes.
2639 (Display): Explain clearing vs redisplay better.
2640 (Truncation): Clarify use of bitmaps.
2641 (The Echo Area): Clarify the uses of the echo area.
2642 Add max-mini-window-height.
2643 (Progress): Clarify.
2644 (Invisible Text): Explain that main loop moves point out.
2645 (Selective Display): Say "hidden", not "invisible".
b5305167 2646 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
2647 (Overlay Properties): Clarify intro.
2648 (Finding Overlays): Explain return values when nothing found.
2649 (Width): truncate-string-to-width has added arg.
2650 (Displaying Faces): Clarify and update mode line face handling.
2651 (Face Functions): Minor cleanup.
b5305167 2652 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
2653 (Pixel Specification, Other Display Specs): Minor cleanups.
2654 (Images, Image Descriptors): Minor cleanups.
2655 (GIF Images): Patents have expired.
2656 (Showing Images): Explain default text for insert-image.
b5305167 2657 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
2658 (Making Buttons): Explain return values.
2659 (Button Buffer Commands): Add xref.
2660 (Inverse Video): Update mode-line-inverse-video.
2661 (Display Table Format): Clarify.
2662 (Active Display Table): Give defaults for window-display-table.
2663
2664 * calendar.texi (Calendar Customizing): calendar-holiday-marker
2665 and calendar-today-marker are strings, not chars.
2666 (Holiday Customizing): Minor fix.
2667
bfa8be14
RS
2668 * internals.texi (Writing Emacs Primitives): Update `or' example.
2669 Update limit on # args of subr.
2670
2671 * edebug.texi (Using Edebug): Arrow is in fringe.
2672 (Instrumenting): Arg to eval-defun works without loading edebug.
2673 (Edebug Execution Modes): Add xref.
2674
2675 * customize.texi (Common Keywords): Clarify :require.
2676 Mention :version here.
2677 (Variable Definitions, Group Definitions): Not here.
2678 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2679
d69ea7ab
RS
26802005-03-07 Chong Yidong <cyd@stupidchicken.com>
2681 * nonascii.texi (Text Representations): Clarify position-bytes.
2682 (Character Sets): Add list-charset-chars.
2683 (Scanning Charsets): Add charset-after.
2684 (Encoding and I/O): Minor fix.
2685
34398e6c
RS
26862005-03-06 Richard M. Stallman <rms@gnu.org>
2687
2688 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2689 (Resizing Windows): Likewise.
2690
2691 * text.texi (Change Hooks): Get rid of "Emacs 21".
2692
2693 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2694
2695 * streams.texi (Output Variables): Get rid of "Emacs 21".
2696
2697 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2698
2699 * os.texi (Translating Input): Replace flow-control example
2700 with a less obsolete example that uses `keyboard-translate'.
2701
6eb8e247 2702 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 2703 Get rid of "Emacs 21".
6eb8e247 2704
34398e6c
RS
2705 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2706 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2707
2708 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2709
2710 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2711
2712 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2713 (Menu Bar): Fix when menu-bar-update-hook is called.
2714
2715 * hash.texi (Hash Tables): Get rid of "Emacs 21".
2716
2717 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2718 and make it read better.
2719
2720 * files.texi (Writing to Files): Get rid of "Emacs 21".
2721 (Unique File Names): Likewise.
2722
2723 * elisp.texi: Update Emacs version to 22.
2724
2725 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2726 (Overlay Properties, Face Attributes): Likewise.
2727 (Managing Overlays): Fix punctuation.
2728 (Attribute Functions): Clarify set-face-font; get rid of
2729 info about old Emacs versions.
2730 (Auto Faces, Font Lookup, Display Property, Images):
2731 Get rid of "Emacs 21".
2732
2733 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2734
d2178387
RS
27352005-03-05 Richard M. Stallman <rms@gnu.org>
2736
2737 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2738
524352d6
LK
27392005-03-04 Lute Kamstra <lute@gnu.org>
2740
2741 * debugging.texi (Error Debugging): Document stack-trace-on-error.
2742
27432005-03-03 Lute Kamstra <lute@gnu.org>
2744
2745 * edebug.texi (Instrumenting Macro Calls): Fix typo.
2746
284f0680
LK
27472005-03-01 Lute Kamstra <lute@gnu.org>
2748
2749 * debugging.texi (Debugger Commands): Update `j'.
2750
a9ee5cac
LK
27512005-02-28 Lute Kamstra <lute@gnu.org>
2752
2753 * debugging.texi (Debugging): Fix typo.
2754 (Error Debugging): Document eval-expression-debug-on-error.
2755 (Function Debugging): Update example.
2756 (Using Debugger): Mention starred stack frames.
2757 (Debugger Commands): Document `j' and `l'.
2758 (Invoking the Debugger): `d' and `j' exit recursive edit too.
2759 Update the messages that the debugger displays.
2760 (Internals of Debugger): Add cross reference. Update example.
2761 (Excess Open): Minor improvement.
2762 (Excess Close): Minor improvement.
2763
378d0f8e
RS
27642005-02-26 Richard M. Stallman <rms@gnu.org>
2765
2766 * tips.texi (Coding Conventions): Clarify.
2767 Put all the major mode key reservations together.
2768 Mention the Mouse-1 => Mouse-2 conventions.
2769
2770 * syntax.texi (Syntax Class Table): Clarify.
2771 (Syntax Table Functions): syntax-after moved from here.
2772 (Syntax Table Internals): syntax-after moved to here.
2773 (Parsing Expressions): Update info on number of values
2774 and what's meaningful in the STATE argument.
2775 (Categories): Fix typo.
2776
2777 * sequences.texi (Arrays): Cleanup.
2778 (Char-Tables): Clarify.
2779
2780 * processes.texi (Deleting Processes): Cleanups, add xref.
2781 (Subprocess Creation): Explain nil in exec-path. Cleanup.
2782 (Process Information): set-process-coding-system, some args optional.
2783 (Input to Processes): Explain various types for PROCESS args.
2784 Rename them from PROCESS-NAME to PROCESS.
2785 (Signals to Processes): Likewise.
2786 (Decoding Output): Cleanup.
2787 (Query Before Exit): Clarify.
2788
2789 * os.texi (Startup Summary): Correct the options; add missing ones.
2790 (Terminal Output, Batch Mode): Clarify.
2791 (Flow Control): Node deleted.
2792
2793 * markers.texi (The Mark): Clarify.
2794
2795 * macros.texi (Expansion): Cleanup.
2796 (Indenting Macros): indent-spec allows ints, not floats.
2797
2798 * keymaps.texi (Keymaps): Clarify.
2799 (Format of Keymaps): Update lisp-mode-map example.
2800 (Active Keymaps, Key Lookup): Clarify.
2801 (Changing Key Bindings): Add xref to `kbd'.
2802 (Key Binding Commands, Simple Menu Items): Clarify.
2803 (Mouse Menus, Menu Bar): Clarify.
2804 (Menu Example): Replace print example with menu-bar-replace-menu.
2805
2806 * help.texi (Documentation Basics): Add function-documentation prop.
2807
2808 * elisp.texi (Top): Don't refer to Flow Control node.
2809
2810 * commands.texi (Command Overview): Improve xrefs.
2811 (Adjusting Point): Adjusting point applies to intangible and invis.
2812 (Key Sequence Input): Doc extra read-key-sequence args.
2813 Likewise for read-key-sequence-vector.
2814
2815 * backups.texi (Rename or Copy): Minor fix.
2816 (Numbered Backups): For version-control, say the default.
2817 (Auto-Saving): make-auto-save-file-name example is simplified.
2818
2819 * advice.texi (Advising Functions): Don't imply one part of Emacs
2820 should advise another part. Markup changes.
2821 (Defining Advice): Move transitional para.
2822 (Activation of Advice): Cleanup.
2823 Explain if COMPILE is nil or negative.
2824
2825 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2826
2e20c83d
LK
28272005-02-24 Lute Kamstra <lute@gnu.org>
2828
2829 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2830 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2831
65c492fd
LK
28322005-02-23 Lute Kamstra <lute@gnu.org>
2833
b02c3eed
LK
2834 * modes.texi (Defining Minor Modes): define-minor-mode can be used
2835 to define global minor modes as well.
2836
65c492fd
LK
2837 * display.texi (Managing Overlays): overlay-buffer returns nil for
2838 deleted overlays.
2839
b686dd59
KS
28402005-02-22 Kim F. Storm <storm@cua.dk>
2841
2842 * minibuf.texi (Basic Completion): Allow symbols in addition to
2843 strings in try-completion and all-completions.
2844
23e8c095
LK
28452005-02-14 Lute Kamstra <lute@gnu.org>
2846
2847 * elisp.texi (Top): Remove reference to deleted node.
2848
2849 * lists.texi (Lists): Remove reference to deleted node.
2850 (Cons Cells): Fix typo.
2851
2852 * loading.texi (Where Defined): Fix typo.
2853
134948fc
RS
28542005-02-14 Richard M. Stallman <rms@gnu.org>
2855
2856 * variables.texi (Creating Buffer-Local): change-major-mode-hook
2857 is useful for discarding some minor modes.
2858
2859 * symbols.texi (Symbol Components): Reorder examples.
2860
2861 * streams.texi (Input Functions): State standard-input default.
2862 (Output Variables): State standard-output default.
2863
2864 * objects.texi (Printed Representation): Clarify read syntax vs print.
2865 (Floating Point Type): Explain meaning better.
2866 (Symbol Type): Explain uniqueness better.
2867 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
2868 List examples sooner.
2869 (Box Diagrams): New subnode broken out.
2870 Some examples moved from old Lists as Boxes node.
2871 (Dotted Pair Notation): Clarify intro.
2872 (Array Type): Clarify.
2873 (Type Predicates): Add hash-table-p.
2874
2875 * numbers.texi (Integer Basics): Clarify radix explanation.
2876 (Predicates on Numbers): Minor clarification.
2877 (Comparison of Numbers): Minor clarification. Clarify eql.
2878 Typos in min, max.
2879 (Math Functions): Clarify overflow in expt.
2880
2881 * minibuf.texi (Text from Minibuffer): Minor clarification.
2882 Mention arrow keys.
2883
2884 * loading.texi (Autoload): defun's doc string overrides autoload's
2885 doc string.
2886 (Repeated Loading): Modernize "add to list" examples.
2887 (Where Defined): Finish updating table of load-history elts.
2888
2889 * lists.texi (List-related Predicates): Minor wording improvement.
2890 (Lists as Boxes): Node deleted.
2891 (Building Lists): Explain trivial cases of number-sequence.
2892
2893 * hash.texi (Hash Tables): Add desc to menu items.
2894 (Creating Hash): Expain "full" means "make larger",
2895 (Hash Access): Any object can be a key.
2896 State value of maphash.
2897
2898 * functions.texi (What Is a Function): Wording cleanup.
2899 (Function Documentation): Minor cleanup.
2900 Explain purpose of calling convention at end of doc string.
2901 (Function Names): Wording cleanup.
2902 (Calling Functions): Wording cleanup.
2903 Explain better how funcall calls the function.
2904 (Function Cells): Delete example of saving and redefining function.
2905
2906 * control.texi (Combining Conditions): Wording cleanup.
2907 (Iteration): dolist and dotimes bind VAR locally.
2908 (Cleanups): Xref to Atomic Changes.
2909
2910 * compile.texi (Byte Compilation): Delete 19.29 info.
2911 (Compilation Functions): Macros' difficulties don't affect defsubst.
2912 (Docs and Compilation): Delete 19.29 info.
2913
44291460
RS
29142005-02-10 Richard M. Stallman <rms@gnu.org>
2915
2916 * objects.texi (Symbol Type): Minor correction.
2917
1f9ad95a
LK
29182005-02-06 Lute Kamstra <lute@gnu.org>
2919
2920 * modes.texi (Example Major Modes): Fix typos.
2921
ba2c991c
RS
29222005-02-06 Richard M. Stallman <rms@gnu.org>
2923
2924 * text.texi (Margins): fill-nobreak-predicate can be one function.
2925
2926 * strings.texi (Modifying Strings): clear-string can make unibyte.
2927 (Formatting Strings): format gives error if values missing.
2928
2929 * positions.texi (Character Motion): Mention default arg
2930 for forward-char. backward-char refers to forward-char.
2931 (Word Motion): Mention default arg for forward-word.
2932 (Buffer End Motion): Mention default arg for beginning-of-buffer.
2933 Simplify end-of-buffer.
2934 (Text Lines): Mention default arg for forward-line.
2935 (List Motion): Mention default arg for beginning/end-of-defun.
2936 (Skipping Characters): Minor fixes in explaining character-set.
2937
2938 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
2939 Mode inheritance applies only when default-major-mode is nil.
2940 Clarifications.
2941 (Example Major Modes): Update Text mode and Lisp mode examples.
2942 (Minor Mode Conventions): Mention define-minor-mode at top.
2943 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
2944 (Mode Line Format): Update mode line face display info.
2945 (Properties in Mode): Mention effect of risky vars.
2946 (Imenu): Define imenu-add-to-menubar.
2947 (Font Lock Mode): Add descriptions to menu lines.
2948 (Faces for Font Lock): Add font-lock-doc-face.
2949
9bf6d576
LK
29502005-02-05 Lute Kamstra <lute@gnu.org>
2951
2952 * text.texi (Maintaining Undo): Remove obsolete function.
2953
cb602754
EZ
29542005-02-05 Eli Zaretskii <eliz@gnu.org>
2955
2956 * frames.texi (Color Names): Add pointer to the X docs about RGB
2957 color specifications. Improve indexing
2958 (Text Terminal Colors): Replace the description of RGB values by
2959 an xref to "Color Names".
2960
4e07258f
RS
29612005-02-03 Richard M. Stallman <rms@gnu.org>
2962
2963 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
2964 Clarify.
2965 (Selecting Windows): Clarify save-selected-window.
2966 (Cyclic Window Ordering): Clarify walk-windows.
2967 (Window Point): Clarify.
2968 (Window Start): Add comment to example.
2969 (Resizing Windows): Add `interactive' specs in examples.
2970 Document fit-window-to-buffer.
2971
2972 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
2973 (Undo, Maintaining Undo): Clarify last change.
2974 (Sorting): In sort-numeric-fields, explain about octal and hex.
2975 Mention sort-numeric-base.
2976 (Format Properties): Add xref for hard newlines.
2977
2978 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
2979 (Pop-Up Menus): Fix typo.
2980 (Color Names): Explain all types of color names.
2981 Explain color-values on B&W terminal.
2982 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
2983
2984 * files.texi (File Locks): Not supported on MS systems.
2985 (Testing Accessibility): Clarify.
2986
2987 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
2988 (Coverage Testing): Fix typo.
2989
2990 * commands.texi (Misc Events): Remove stray space.
2991
2992 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
2993 (Modification Time): Clarify when visited-file-modtime returns 0.
2994 (The Buffer List): Clarify bury-buffer.
2995 (Killing Buffers): Clarify.
2996 (Indirect Buffers): Add clone-indirect-buffer.
2997
29982005-02-02 Matt Hodges <MPHodges@member.fsf.org>
2999
3000 * edebug.texi (Printing in Edebug): Fix default value of
3001 edebug-print-circle.
3002 (Coverage Testing): Fix displayed frequency count data.
3003
30042005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
3005
3006 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
3007
4e07258f 30082005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
3009
3010 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
3011
28d986b9
EZ
30122005-01-29 Eli Zaretskii <eliz@gnu.org>
3013
3014 * commands.texi (Misc Events): Describe the help-echo event.
3015
3016 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
3017 consistently in description of the help-echo property.
3018 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
3019
3020 * display.texi (Overlay Properties): Fix the index entry for
3021 help-echo overlay property.
3022
3023 * customize.texi (Type Keywords): Uncomment the xref to the
3024 help-echo property documentation.
3025
8f958b40
KS
30262005-01-23 Kim F. Storm <storm@cua.dk>
3027
3028 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
3029 return value. Third element FULLY replaced by PARTIAL which
3030 specifies number of invisible pixels if row is only partially visible.
3031 (Textual Scrolling): Mention auto-window-vscroll.
3032 (Vertical Scrolling): New defvar auto-window-vscroll.
3033
cd7e5dd6
LT
30342005-01-16 Luc Teirlinck <teirllm@auburn.edu>
3035
3036 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
3037 command remapping.
3038
6f771c32
RS
30392005-01-15 Richard M. Stallman <rms@gnu.org>
3040
3041 * display.texi (Defining Images): Mention DATA-P arg of create-image.
3042
6ac8a822
KS
30432005-01-14 Kim F. Storm <storm@cua.dk>
3044
88948d55
KS
3045 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
3046
6ac8a822
KS
3047 * text.texi (Links and Mouse-1): Fix string and vector item.
3048
20d6de82
RS
30492005-01-13 Richard M. Stallman <rms@gnu.org>
3050
3051 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
3052 descriptions of overriding-local-map and overriding-terminal-local-map.
3053
3054 * text.texi (Links and Mouse-1): Clarify text.
3055
f75a592e
KS
30562005-01-13 Kim F. Storm <storm@cua.dk>
3057
3058 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
3059
910f60b1
TTN
30602005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
3061
3062 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
3063
37181fc4
KS
30642005-01-12 Kim F. Storm <storm@cua.dk>
3065
3066 * text.texi (Links and Mouse-1): Rename section from Enabling
3067 Mouse-1 to Following Links. Change xrefs.
3068 Add examples for define-button-type and define-widget.
3069
3070 * display.texi (Button Properties, Button Buffer Commands):
3071 Clarify mouse-1 and follow-link functionality.
3072
28f94a34
RS
30732005-01-12 Richard M. Stallman <rms@gnu.org>
3074
3075 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
3076
3077 * display.texi (Beeping): Fix Texinfo usage.
3078
3079 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
3080
bac2d936
KS
30812005-01-11 Kim F. Storm <storm@cua.dk>
3082
3083 * display.texi (Button Properties, Button Buffer Commands):
93381d62 3084 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
3085
3086 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
3087 (Enabling Mouse-1 to Follow Links): New subsection.
3088
de968ddb
RS
30892005-01-06 Richard M. Stallman <rms@gnu.org>
3090
3091 * text.texi (Special Properties): Minor change.
3092
3093 * os.texi (Timers): Clarify previous change.
3094
3095 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
3096
a3a43b3b
LT
30972005-01-01 Luc Teirlinck <teirllm@auburn.edu>
3098
3099 * display.texi (Face Attributes): Correct xref to renamed node.
3100
732bb9ce
RS
31012005-01-01 Richard M. Stallman <rms@gnu.org>
3102
3103 * display.texi (Face Attributes): Describe hex color specs.
3104
c734ae59
RS
31052004-12-31 Richard M. Stallman <rms@gnu.org>
3106
3107 * os.texi (Timers): Update previous change.
3108
33b2f4ea
KS
31092004-12-30 Kim F. Storm <storm@cua.dk>
3110
3111 * display.texi (Line Height): Total line-height is now specified
3112 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
3113 in cons cells. (nil . RATIO) is relative to actual line height.
3114 Use line-height `t' instead of `0' to get minimum height.
3115
99ec74b9
RS
31162004-12-29 Richard M. Stallman <rms@gnu.org>
3117
3118 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
3119
eab463f6
RS
31202004-12-28 Richard M. Stallman <rms@gnu.org>
3121
3122 * commands.texi (Quitting): Clarify value of with-local-quit.
3123
3124 * elisp.texi (Top): Fix previous change.
3125
3126 * loading.texi (Loading): Fix previous change.
3127
ebbd14f1
RS
31282004-12-27 Richard M. Stallman <rms@gnu.org>
3129
4ae98fc5
RS
3130 * Makefile.in (MAKEINFO): Specify --force.
3131
8f430046
RS
3132 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
3133
56011a8c
RS
3134 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
3135
3136 * display.texi (Line Height): Further clarify.
3137
3138 * elisp.texi (Top): Update Loading submenu.
3139
ebbd14f1
RS
3140 * loading.texi (Where Defined): New node.
3141 (Unloading): load-history moved to Where Defined.
3142
fda2922a
RS
31432004-12-21 Richard M. Stallman <rms@gnu.org>
3144
3145 * commands.texi (Event Input Misc): Add while-no-input.
3146
9eb8959a
RS
31472004-12-11 Richard M. Stallman <rms@gnu.org>
3148
3149 * display.texi (Line Height): Rewrite text for clarity.
3150
adf87c29
KS
31512004-12-11 Kim F. Storm <storm@cua.dk>
3152
3153 * display.texi (Display): Add node "Line Height" to menu.
3154 (Line Height): New node. Move full description of line-spacing
3155 and line-height text properties here from text.texi.
3156 (Scroll Bars): Add vertical-scroll-bar variable.
3157
3158 * frames.texi (Window Frame Parameters): Remove line-height defvar.
3159
3160 * locals.texi (Standard Buffer-Local Variables): Fix xref for
3161 line-spacing and vertical-scroll-bar.
3162
3163 * text.texi (Special Properties): Just mention line-spacing and
3164 line-height here, add xref to new "Line Height" node.
3165
31e4729e
TTN
31662004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
3167
3168 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
3169
3170 * locals.texi (Standard Buffer-Local Variables):
3171 Add @xref for `line-spacing'.
3172
cc60c723
RS
31732004-12-05 Richard M. Stallman <rms@gnu.org>
3174
3175 * Makefile.in (maintainer-clean): Remove the info files
3176 in $(infodir) where they are created.
3177
f6101ac9
RS
31782004-12-03 Richard M. Stallman <rms@gnu.org>
3179
3180 * windows.texi (Selecting Windows): get-lru-window and
3181 get-largest-window don't consider dedicated windows.
3182
3183 * text.texi (Undo): Document undo-in-progress.
3184
94221759
RS
31852004-11-26 Richard M. Stallman <rms@gnu.org>
3186
3187 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
3188 Remove a few vars that are not always buffer-local.
3189
7092c5e8
LT
31902004-11-24 Luc Teirlinck <teirllm@auburn.edu>
3191
3192 * locals.texi (Standard Buffer-Local Variables): Comment out
3193 xref's to non-existent node `Yet to be written'.
3194
261b01c6
RS
31952004-11-24 Richard M. Stallman <rms@gnu.org>
3196
3197 * processes.texi (Synchronous Processes): Grammar fix.
3198
3199 * numbers.texi (Comparison of Numbers): Add eql.
3200
3201 * locals.texi (Standard Buffer-Local Variables): Add many vars.
3202
3203 * intro.texi (Printing Notation): Fix previous change.
3204
3205 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
3206 and default-indicate-buffer-boundaries from here.
3207 (Usual Display): To here.
3208 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
3209 (Usual Display): Move tab-width up.
3210
3211 * customize.texi (Variable Definitions): Replace
3212 show-paren-mode example with tooltip-mode.
7092c5e8 3213 (Simple Types, Composite Types, Defining New Types):
261b01c6 3214 Minor cleanups.
7092c5e8 3215
c1aa4864
JH
32162004-11-21 Jesper Harder <harder@ifa.au.dk>
3217
3218 * processes.texi (Synchronous Processes, Output from Processes):
3219 Markup fix.
3220
dedbac89
RS
32212004-11-20 Richard M. Stallman <rms@gnu.org>
3222
07c8c65a
RS
3223 * positions.texi (Skipping Characters): skip-chars-forward
3224 now handles char classes.
3225
8f40a868
RS
3226 * intro.texi (Printing Notation): Avoid confusion of `print'
3227 when explaining @print.
3228
3229 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
3230
3231 * display.texi (Display Table Format): Minor fix.
3232
3233 * streams.texi (Output Functions): Fix print example.
3234
fd6866c8
RS
3235 * Makefile.in (elisp): New target.
3236 (dist): Depend on $(infodir)/elisp, not elisp.
3237 Copy the info files from $(infodir).
3238
9d00469f
RS
3239 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
3240 read-from-minibuffer.
3241
dedbac89
RS
3242 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
3243
6de891db
RS
32442004-11-19 Richard M. Stallman <rms@gnu.org>
3245
3246 * searching.texi (Regexp Search): Add search-whitespace-regexp.
3247
e1c1c5a7
TTN
32482004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
3249
3250 * tips.texi (Coding Conventions): Fix typo.
3251
ee31cd78
RS
32522004-11-16 Richard M. Stallman <rms@gnu.org>
3253
3254 * tips.texi (Coding Conventions): Separate defvar and require
3255 methods to avoid warnings. Use require only when there are many
3256 functions and variables from that package.
3257
3258 * minibuf.texi (Minibuffer Completion): When ignoring case,
3259 predicate must not be case-sensitive.
3260
3261 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
3262 (Test Coverage): Don't talk about "splotches". Clarified.
3263
4bd38e94
TTN
32642004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
3265
3266 * frames.texi (Window Frame Parameters): Fix typo.
3267
6d073ae1
KS
32682004-11-15 Kim F. Storm <storm@cua.dk>
3269
9f89426b
KS
3270 * symbols.texi (Other Plists): Note that plist-get may signal error.
3271 Add safe-plist-get.
6d073ae1 3272
10980463
TTN
32732004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
3274
3275 * modes.texi (Font Lock Basics): Fix typo.
3276
1efc19eb
RS
32772004-11-08 Richard M. Stallman <rms@gnu.org>
3278
3279 * syntax.texi (Syntax Table Functions): Add syntax-after.
3280
6159c232
EZ
32812004-11-06 Lars Brinkhoff <lars@nocrew.org>
3282
3283 * os.texi (Processor Run Time): New section documenting
3284 get-internal-run-time.
3285
59dede22
EZ
32862004-11-06 Eli Zaretskii <eliz@gnu.org>
3287
3288 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
3289 it nukes elisp-cover.texi.
3290 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
3291 elisp-0 etc.
3292
4cc8522c
LT
32932004-11-05 Luc Teirlinck <teirllm@auburn.edu>
3294
3295 * commands.texi (Keyboard Macros): Document `append' return value
3296 of `defining-kbd-macro'.
3297
2d1ef312
RS
32982004-11-01 Richard M. Stallman <rms@gnu.org>
3299
3300 * commands.texi (Interactive Call): Add called-interactively-p.
3301
6f4e005d
SJ
33022004-10-29 Simon Josefsson <jas@extundo.com>
3303
3304 * minibuf.texi (Reading a Password): Revert.
3305
4f71c13f
RS
33062004-10-28 Richard M. Stallman <rms@gnu.org>
3307
3308 * frames.texi (Display Feature Testing): Explain about "vendor".
3309
4660a9e3
RS
33102004-10-27 Richard M. Stallman <rms@gnu.org>
3311
3312 * commands.texi (Interactive Codes): `N' uses numeric prefix,
3313 not raw. Clarify `n'.
3314 (Interactive Call): Rewrite interactive-p, focusing on when
3315 and how to use it.
3316 (Misc Events): Clarify previous change.
3317
3318 * advice.texi (Simple Advice): Clarify what job the example does.
3319 (Around-Advice): Clarify ad-do-it.
3320 (Activation of Advice): An option of ad-default-compilation-action
3321 is `never', not `nil'.
3322
c8636435
KS
33232004-10-26 Kim F. Storm <storm@cua.dk>
3324
3325 * commands.texi (Interactive Codes): Add U code letter.
3326
acd4089b
SJ
33272004-10-25 Simon Josefsson <jas@extundo.com>
3328
3329 * minibuf.texi (Reading a Password): Add.
3330
29dc7809
JR
33312004-10-24 Jason Rumney <jasonr@gnu.org>
3332
9b7fa297 3333 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
29dc7809
JR
3334 and wheel-down.
3335
bb5d6d34
KG
33362004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3337
3338 * processes.texi (Synchronous Processes): Document process-file.
3339
d0ee2ed3
KH
33402004-10-22 Kenichi Handa <handa@m17n.org>
3341
3342 * text.texi (translate-region): Document that it accepts also a
3343 char-table.
3344
38be9dbb
DP
33452004-10-22 David Ponce <david@dponce.com>
3346
3347 * windows.texi (Resizing Windows): Document the `preserve-before'
3348 argument of the functions `enlarge-window' and `shrink-window'.
3349
63c80452
JR
33502004-10-19 Jason Rumney <jasonr@gnu.org>
3351
3352 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3353
9f4b6e73
LT
33542004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3355
3356 * text.texi (Filling): Add anchor for definition of
3357 `sentence-end-double-space'.
3358
3359 * searching.texi (Regexp Example): Update description of how
3360 Emacs currently recognizes the end of a sentence.
3361 (Standard Regexps): Update definition of the variable
3362 `sentence-end'. Add definition of the function `sentence-end'.
3363
657f0f9c
EZ
33642004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3365
3366 * display.texi (Progress): New node.
3367
35ab4857
KS
33682004-10-05 Kim F. Storm <storm@cua.dk>
3369
3370 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3371
f2a54fbc
KS
33722004-09-29 Kim F. Storm <storm@cua.dk>
3373
3374 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3375 to identify bitmaps. Remove -fringe-bitmap suffix for standard
3376 fringe bitmap symbols, as they now have their own namespace.
3377 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3378 vs. pixels. Signal error if no free bitmap slots.
3379 (Pixel Specification): Change IMAGE to @var{image}.
3380
4676d6f3
RS
33812004-09-28 Richard M. Stallman <rms@gnu.org>
3382
3383 * text.texi (Special Properties): Clarify line-spacing and line-height.
3384
3385 * searching.texi (Regexp Search): Add looking-back.
3386
17234906
LT
33872004-09-25 Luc Teirlinck <teirllm@auburn.edu>
3388
3389 * display.texi: Correct typos.
3390 (Image Descriptors): Correct xref's.
3391
4de43c8b
RS
33922004-09-25 Richard M. Stallman <rms@gnu.org>
3393
3394 * text.texi (Special Properties): Cleanups in `cursor'.
3395 Rewrites in `line-height' and `line-spacing'; exchange them.
3396
3397 * display.texi (Fringes): Rewrite previous change.
3398 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
3399 (Display Fringe Bitmaps): Node deleted, text moved.
3400 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
3401 (Scroll Bars): Clarify set-window-scroll-bars.
3402 (Pointer Shape): Rewrite.
3403 (Specified Space): Clarify :align-to, etc.
3404 (Pixel Specification): Use @var. Clarify new text.
3405 (Other Display Specs): Clarify `slice'.
3406 (Image Descriptors): Cleanups.
3407 (Showing Images): Cleanups.
3408
a3ee0299
LT
34092004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3410
e88ebce6
LT
3411 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3412
a3ee0299
LT
3413 * modes.texi: Various minor changes in addition to:
3414 (Major Mode Conventions): Final call to `run-mode-hooks' should
3415 not be inside the `delay-mode-hooks' form.
3416 (Mode Hooks): New node.
3417 (Hooks): Delete obsolete example.
3418 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3419 node "Mode Hooks".
3420
6db2bc02
LT
34212004-09-22 Luc Teirlinck <teirllm@auburn.edu>
3422
3423 * display.texi: Correct various typos.
3424 (Display): Rename node "Pointer Shapes" to "Pointer
3425 Shape". (There is already a node called "Pointer Shapes" in
3426 frames.texi.)
3427 (Images): Remove non-existent node "Image Slices" from menu.
3428
ed2846bd
KS
34292004-09-23 Kim F. Storm <storm@cua.dk>
3430
3431 * text.texi (Special Properties): Add `cursor', `pointer',
3432 `line-height', and `line-spacing' properties.
3433
3434 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3435 Shapes' to menu.
3436 (Standard Faces): Doc fix for fringe face.
3437 (Fringes): Add `overflow-newline-into-fringe' and
3438 'indicate-buffer-boundaries'.
3439 (Fringe Bitmaps, Pointer Shapes): New nodes.
3440 (Display Property): Add 'Pixel Specification' and 'Display Fringe
3441 Bitmaps' to menu.
3442 (Specified Space): Describe pixel width and height.
3443 (Pixel Specification): New node.
3444 (Other Display Specs): Add `slice' property.
3445 (Display Fringe Bitmaps): New node.
3446 (Images): Add 'Image Slices' to menu.
3447 (Image Descriptors): Add `:pointer' and `:map' properties.
3448 (Showing Images): Add slice arg to `insert-image'. Add
3449 'insert-sliced-image'.
3450
4d894c98
RS
34512004-09-20 Richard M. Stallman <rms@gnu.org>
3452
3453 * commands.texi (Key Sequence Input):
3454 Clarify downcasing in read-key-sequence.
3455
7e388eb7
JL
34562004-09-08 Juri Linkov <juri@jurta.org>
3457
3458 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3459
a020987f
LT
34602004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3461
3462 * locals.texi (Standard Buffer-Local Variables): Add
3463 `buffer-auto-save-file-format'.
3464 * internals.texi (Buffer Internals): Describe new
3465 auto_save_file_format field of the buffer structure.
3466 * files.texi (Format Conversion): `auto-save-file-format' has been
3467 renamed `buffer-auto-save-file-format'.
3468
2b96f80c
LT
34692004-08-27 Luc Teirlinck <teirllm@auburn.edu>
3470
3471 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3472 an integer or a marker.
3473 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3474
2ee3b79e
RS
34752004-08-22 Richard M. Stallman <rms@gnu.org>
3476
3477 * modes.texi (Major Mode Conventions): Discuss rebinding of
3478 standard key bindings.
3479
c438dc33
KS
34802004-08-18 Kim F. Storm <storm@cua.dk>
3481
3482 * processes.texi (Accepting Output): Add `just-this-one' arg to
3483 `accept-process-output'.
101c421e 3484 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 3485
db8af011
LT
34862004-08-10 Luc Teirlinck <teirllm@auburn.edu>
3487
3488 * keymaps.texi: Various changes in addition to:
3489 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3490 Give more varied examples for `kbd'.
3491 (Creating Keymaps): Char tables have slots for all characters
3492 without modifiers.
3493 (Active Keymaps): `overriding-local-map' and
3494 `overriding-terminal-local-map' also override text property and
3495 overlay keymaps.
3496 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3497 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3498 to denote a prefix of no events.
3499 `map-keymap' includes parent's bindings _recursively_.
3500 Clarify and correct description of `where-is-internal'.
3501 Mention BUFFER-OR-NAME arg to `describe-bindings'.
3502 (Menu Example): For menus intended for use with the keyboard, the
3503 menu items should be bound to characters or real function keys.
3504
de700726
LT
35052004-08-08 Luc Teirlinck <teirllm@auburn.edu>
3506
30e75a87
LT
3507 * objects.texi (Character Type): Reposition `@anchor' to prevent
3508 double space inside sentence in Info.
3509
de700726
LT
3510 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3511 renamed to `disabled-command-function'.
7c5b95c9 3512 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
3513 (Command Loop Info): Replace reference to it.
3514 (Disabling Commands): `disabled-command-hook' has been renamed to
3515 `disabled-command-function'.
3516
81909a1a
LT
35172004-08-07 Luc Teirlinck <teirllm@auburn.edu>
3518
3519 * os.texi (Translating Input): Only non-prefix bindings in
3520 `key-translation-map' override actual key bindings. Warn about
3521 possible indirect effect of actual key bindings on non-prefix
3522 bindings in `key-translation-map'.
3523
5504e99c
LT
35242004-08-06 Luc Teirlinck <teirllm@auburn.edu>
3525
3526 * minibuf.texi (High-Level Completion): Add anchor for definition
3527 of `read-variable'.
3528
3529 * commands.texi: Various changes in addition to:
3530 (Using Interactive): Clarify description of `interactive-form'.
3531 (Interactive Call): Mention default for KEYS argument to
3532 `call-interactively'.
3533 (Command Loop Info): Clarify description of `this-command-keys'.
3534 Mention KEEP-RECORD argument to `clear-this-command-keys'.
3535 Value of `last-event-frame' can be `macro'.
3536 (Repeat Events): `double-click-fuzz' is also used to distinguish
3537 clicks and drags.
3538 (Classifying Events): Clarify descriptions of `event-modifiers'
3539 `event-basic-type' and `event-convert-list'.
3540 (Accessing Events): `posn-timestamp' takes POSITION argument.
3541 (Quoted Character Input): Clarify description of
3542 `read-quoted-char' and fix example.
3543 (Quitting): Add `with-local-quit'.
6db11765 3544 (Disabling Commands): Correct and clarify descriptions of
5504e99c
LT
3545 `enable-command' and `disable-command'.
3546 Mention what happens if `disabled-command-hook' is nil.
3547 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
3548 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
3549
f478a72a
LT
35502004-07-24 Luc Teirlinck <teirllm@auburn.edu>
3551
3552 * frames.texi: Various changes in addition to:
3553 (Creating Frames): Expand and clarify description of `make-frame'.
3554 (Window Frame Parameters): Either none or both of the `icon-left'
3555 and `icon-top' parameters must be specified. Put descriptions of
3556 `menu-bar-lines' and `toolbar-lines' closer together and change
3557 them accordingly.
3558 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
3559 except while processing `frame-title-format' or `icon-title-format'.
3560 (Deleting Frames): Correct description of `delete-frame'.
3561 Non-nil return values of `frame-live-p' are like those of `framep'.
9b7fa297 3562 (Frames and Windows): Mention return value of
f478a72a
LT
3563 `set-frame-selected-window'.
3564 (Visibility of Frames): Mention `force' argument to
3565 `make-frame-invisible'. `frame-visible-p' returns t for all
3566 frames on text-only terminals.
3567 (Frame Configurations): Restoring a frame configuration does not
3568 restore deleted frames.
3569 (Window System Selections): `x-set-selection' returns DATA.
3570 (Resources): Add example.
3571 (Display Feature Testing): Clarify descriptions of
3572 `display-pixel-height', `display-pixel-width', `x-server-version'
3573 and `x-server-vendor'.
3574
3575 * windows.texi (Choosing Window): Add anchor.
3576 * minibuf.texi (Minibuffer Misc): Add anchor.
3577
bc135062
JPW
35782004-07-23 John Paul Wallington <jpw@gnu.org>
3579
3580 * macros.texi (Defining Macros): Declaration keyword for setting
3581 Edebug spec is `debug' not `edebug'.
3582
cb7516e5
LT
35832004-07-19 Luc Teirlinck <teirllm@auburn.edu>
3584
3585 * windows.texi: Various small changes in addition to:
3586 (Window Point): Mention return value of `set-window-point'.
3587 (Window Start): `pos-visible-in-window-p' disregards horizontal
3588 scrolling. Explain return value if PARTIALLY is non-nil.
3589 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
3590 and `set-window-vscroll'.
3591 (Size of Window): The argument WINDOW to `window-inside-edges',
3592 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
3593 (Resizing Windows): Explain return value of
3594 `shrink-window-if-larger-than-buffer'.
3595 `window-size-fixed' automatically becomes buffer local when set.
3596 (Window Configurations): Explain return value of
3597 `set-window-configuration'.
3598
3599 * minibuf.texi (Minibuffer Misc): Add anchor for
3600 `minibuffer-scroll-window'.
3601
3602 * positions.texi (Text Lines): Add anchor for `count-lines'.
3603
3751eb00
RS
36042004-07-17 Richard M. Stallman <rms@gnu.org>
3605
3606 * display.texi (Overlay Properties): Adding `evaporate' prop
3607 deletes empty overlay immediately.
3608
3609 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
3610 fix example.
3611
9a7e97c6
LT
36122004-07-16 Jim Blandy <jimb@redhat.com>
3613
3614 * searching.texi (Regexp Backslash): Document new \_< and \_>
3615 operators.
3616
aa0e4da8
JB
36172004-07-16 Juanma Barranquero <lektu@terra.es>
3618
3619 * display.texi (Images): Fix Texinfo usage.
3620
cbbfedb2
LT
36212004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3622
3623 * buffers.texi (Modification Time): `visited-file-modtime' now
3624 returns a list of two integers, instead of a cons.
3625
3a052bd3
LT
36262004-07-13 Luc Teirlinck <teirllm@auburn.edu>
3627
3628 * windows.texi: Various changes in addition to:
3629 (Splitting Windows): Add `split-window-keep-point'.
3630
02c04e6f
RS
36312004-07-09 Richard M. Stallman <rms@gnu.org>
3632
3633 * frames.texi (Input Focus): Minor fix.
3634
cb4f1287
LT
36352004-07-07 Luc Teirlinck <teirllm@auburn.edu>
3636
3637 * frames.texi (Input Focus): Clarify descriptions of
3638 `select-frame-set-input-focus' and `select-frame'.
3639
339902ec
LT
36402004-07-06 Luc Teirlinck <teirllm@auburn.edu>
3641
3642 * os.texi: Various small changes in addition to:
3643 (Killing Emacs): Expand and clarify description of
3644 `kill-emacs-query-functions' and `kill-emacs-hook'.
3645 (System Environment): Expand and clarify description of `getenv'
3646 and `setenv'.
3647 (Timers): Clarify description of `run-at-time'.
3648 (Translating Input): Correct description of
3649 `extra-keyboard-modifiers'.
3650 (Flow Control): Correct description of `enable-flow-control'.
3651
fe3b7e35
TTN
36522004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
3653
3654 * os.texi: Update copyright.
3655 (Session Management): Grammar fix.
3656 Clarify which Emacs does the restarting.
3657 Use @samp for *scratch* buffer.
3658
59db7d6e
LT
36592004-07-04 Alan Mackenzie <acm@muc.de>
3660
3661 * frames.texi (Input Focus): Add documentation for
3662 `select-frame-set-input-focus'. Replace refs to non-existent
3663 `switch-frame' with `select-frame'. Minor corrections and tidying
3664 up of text-only terminal stuff.
3665
e3ccf404
RS
36662004-07-02 Richard M. Stallman <rms@gnu.org>
3667
3668 * files.texi (Saving Buffers): Cleanup write-contents-function.
3669 (Magic File Names): Cleanup file-remote-p.
3670
8addb6eb
KG
36712004-07-02 Kai Grossjohann <kai@emptydomain.de>
3672
3673 * files.texi (Magic File Names): `file-remote-p' returns an
3674 identifier of the remote system, not just t.
3675
7a58d84d
DK
36762004-07-02 David Kastrup <dak@gnu.org>
3677
3678 * searching.texi (Entire Match Data): Add explanation about new
3679 match-data behavior when @var{integers} is non-nil.
3680
d8c379f8
RS
36812004-06-24 Richard M. Stallman <rms@gnu.org>
3682
b4a4b0ae
RS
3683 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3684
d8c379f8
RS
3685 * customize.texi (Variable Definitions): Note about doc strings
3686 and :set.
3687
3688 * keymaps.texi (Keymap Terminology): Document `kbd'.
3689 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3690
3691 * display.texi (Invisible Text): Setting buffer-invisibility-spec
3692 makes it buffer-local.
3693
3694 * files.texi (Saving Buffers): Correct previous change.
3695
3696 * commands.texi (Accessing Events):
3697 Clarify posn-col-row and posn-actual-col-row.
3698
36992004-06-24 David Ponce <david.ponce@wanadoo.fr>
3700
3701 * commands.texi (Accessing Events): New functions
3702 posn-at-point and posn-at-x-y. Add example to posn-x-y.
3703
dce417e7
LT
37042004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3705
3706 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3707 * frames.texi, buffers.texi, backups.texi, variables.texi:
3708 * loading.texi, eval.texi, functions.texi, control.texi:
3709 * symbols.texi, minibuf.texi: Reposition @anchor's.
3710
3711 * help.texi: Various small changes in addition to the following.
3712 (Describing Characters): Describe PREFIX argument to
3713 `key-description'. Correct and clarify definition of
3714 `text-char-description'. Describe NEED-VECTOR argument to
3715 `read-kbd-macro'.
3716 (Help Functions): Clarify definition of `apropos'.
3717
255d07dc
LH
37182004-06-23 Lars Hansen <larsh@math.ku.dk>
3719
3720 * files.texi (Saving Buffers): Correct description of
3721 `write-contents-functions'.
3722
4e9691e9
JB
37232004-06-21 Juanma Barranquero <lektu@terra.es>
3724
3725 * display.texi (Images): Remove redundant @vindex directives.
3726 Rewrite `image-library-alist' doc in active voice.
3727
1ebd4f78
JB
37282004-06-14 Juanma Barranquero <lektu@terra.es>
3729
3730 * display.texi (Images): Document new delayed library loading,
3731 variable `image-library-alist' and (existing but undocumented)
3732 function `image-type-available-p'.
3733
ddfb8369
RS
37342004-06-05 Richard M. Stallman <rms@gnu.org>
3735
3736 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3737 refer the user to the Initial Input node.
3738 (Text from Minibuffer): Likewise.
3739 (Initial Input): New node. Document this feature
3740 and say it is mostly deprecated.
3741
18684a3a
RS
37422004-05-30 Richard M. Stallman <rms@gnu.org>
3743
7a61e456
RS
3744 * loading.texi (Named Features): Clarify return value
3745 and meaning of NOERROR.
3746
18684a3a
RS
3747 * variables.texi (File Local Variables): Minor cleanup.
3748
c8364415
MA
37492004-05-30 Michael Albinus <michael.albinus@gmx.de>
3750
3751 * files.texi (Magic File Names): Add `file-remote-p' as operation
3752 of file name handlers.
3753
08fd1251
RS
37542004-05-29 Richard M. Stallman <rms@gnu.org>
3755
3756 * modes.texi (Minor Mode Conventions): (-) has no special meaning
3757 as arg to a minor mode command.
3758
71d5a208
RS
37592004-05-22 Richard M. Stallman <rms@gnu.org>
3760
3761 * syntax.texi (Syntax Class Table): Word syntax not just for English.
3762
3763 * streams.texi (Output Variables): Doc float-output-format.
3764
3765 * searching.texi (Regexp Special): Nested repetition can be infloop.
3766
3767 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3768 real stack overflow.
3769
3770 * compile.texi: Minor cleanups.
3771
37722004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
3773
3774 * lists.texi (Cons Cells): Explain dotted lists, true lists,
3775 circular lists.
3776 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 3777
022cb162
TTN
37782004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
3779
3780 * modes.texi (Search-based Fontification): Fix typo.
3781
aa7094ba
JB
37822004-05-10 Juanma Barranquero <lektu@terra.es>
3783
3784 * modes.texi (Mode Line Variables): Fix description of
3785 global-mode-string, which is now after which-func-mode, not the
3786 buffer name.
3787
c2383279
LH
37882004-05-07 Lars Hansen <larsh@math.ku.dk>
3789
3790 * modes.texi (Desktop Save Mode): Add.
3791 (Modes): Add menu entry Desktop Save Mode.
3792
3793 * hooks.texi: Add desktop-after-read-hook,
3794 desktop-no-desktop-file-hook and desktop-save-hook.
3795
3796 * locals.texi: Add desktop-save-buffer.
3797
058296d3
JH
37982004-04-30 Jesper Harder <harder@ifa.au.dk>
3799
3800 * display.texi: emacs -> Emacs.
3801
0c54865e
EZ
38022004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3803
3804 * files.texi (Changing Files): Document set-file-times.
3805
d814862a
JB
38062004-04-23 Juanma Barranquero <lektu@terra.es>
3807
3808 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3809
e8d6f886
JH
38102004-04-18 Jesper Harder <harder@ifa.au.dk>
3811
3812 * tips.texi (Coding Conventions): defopt -> defcustom.
3813
3a424014
LT
38142004-04-16 Luc Teirlinck <teirllm@auburn.edu>
3815
3816 * sequences.texi: Various clarifications.
3817
9e860631
LT
38182004-04-14 Luc Teirlinck <teirllm@auburn.edu>
3819
3820 * buffers.texi (Read Only Buffers): Mention optional ARG to
3821 `toggle-read-only'.
3822
5e30a0fb
NR
38232004-04-14 Nick Roberts <nick@nick.uklinux.net>
3824
9e860631 3825 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
3826 returns a full-width window if possible.
3827
619fb950
LT
38282004-04-13 Luc Teirlinck <teirllm@auburn.edu>
3829
3830 * buffers.texi: Various changes in addition to:
3831 (Buffer File Name): Add `find-buffer-visiting'.
3832 (Buffer Modification): Mention optional ARG to `not-modified'.
3833 (Indirect Buffers): Mention optional CLONE argument to
3834 `make-indirect-buffer'.
3835
3836 * files.texi: Various changes in addition to:
3837 (Visiting Functions): `find-file-hook' is now a normal hook.
3838 (File Name Expansion): Explain difference between the way that
3839 `expand-file-name' and `file-truename' treat `..'.
3840 (Contents of Directories): Mention optional ID-FORMAT argument to
3841 `directory-files-and-attributes'.
3842 (Format Conversion): Mention new optional CONFIRM argument to
3843 `format-write-file'.
3844
a2295d32
MB
38452004-04-12 Miles Bader <miles@gnu.org>
3846
3847 * macros.texi (Expansion): Add description of `macroexpand-all'.
3848
571fd4d5
JH
38492004-04-05 Jesper Harder <harder@ifa.au.dk>
3850
3851 * variables.texi (Variable Aliases): Mention
3852 cyclic-variable-indirection.
3853
3854 * errors.texi (Standard Errors): Ditto.
3855
4ba2fd66
LT
38562004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3857
6db11765 3858 * backups.texi: Various small changes in addition to:
4ba2fd66
LT
3859 (Making Backups): Mention return value of `backup-buffer'.
3860 (Auto-Saving): Mention optional FORCE argument to
3861 `delete-auto-save-file-if-necessary'.
3862 (Reverting): Mention optional PRESERVE-MODES argument to
3863 `revert-buffer'. Correct description of `revert-buffer-function'.
3864
8f7ea687
JL
38652004-03-22 Juri Linkov <juri@jurta.org>
3866
3867 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
3868 with `Vector Functions'.
3869
3870 * text.texi (Sorting): Add missing quote.
3871
0eeca3c1
LT
38722004-03-14 Luc Teirlinck <teirllm@auburn.edu>
3873
3874 * intro.texi (Lisp History): Replace xref to `cl' manual with
3875 inforef.
3876
e69cfac2
RS
38772004-03-12 Richard M. Stallman <rms@gnu.org>
3878
3879 * intro.texi (Version Info): Add arg to emacs-version.
3880 (Lisp History): Change xref to CL manual.
3881
1b91d47f
LT
38822004-03-09 Luc Teirlinck <teirllm@auburn.edu>
3883
3884 * minibuf.texi (Completion Commands): Add xref to Emacs manual
3885 for Partial Completion mode.
3886
97073664
TTN
38872004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
3888
9b7fa297 3889 * customize.texi: Fix typo. Remove eol whitespace.
97073664 3890
04a6e76b
RS
38912004-03-04 Richard M. Stallman <rms@gnu.org>
3892
3893 * processes.texi: Fix typos.
3894
3895 * lists.texi (Building Lists): Minor clarification.
3896
3897 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
3898 in make-hash-table.
3899
5bb0fcd1
JB
39002004-02-29 Juanma Barranquero <lektu@terra.es>
3901
3902 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
3903 rm, and ignore exit code.
3904
9022d421
EZ
39052004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
3906
3907 * display.texi (Defining Faces): Add description for min-colors.
3908 Update example.
3909
92f5fba2
LT
39102004-02-23 Luc Teirlinck <teirllm@auburn.edu>
3911
3912 * abbrevs.texi: Various corrections and clarifications in addition
3913 to the following:
3914 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
3915
7e83e178
GM
39162004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3917
3918 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
3919
9c5609e8
LT
39202004-02-21 Luc Teirlinck <teirllm@auburn.edu>
3921
e2b9b51f
LT
3922 * text.texi: Various small changes in addition to the following:
3923 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
3924 to delete-horizontal-space.
9b7fa297 3925 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
e2b9b51f
LT
3926 description of yank-handler text property at various places.
3927
7daa0e81
LT
3928 * frames.texi (Window System Selections): Add anchor.
3929
9c5609e8
LT
3930 * syntax.texi (Syntax Table Functions): Clarify and correct
3931 descriptions of make-syntax-table and copy-syntax-table.
3932 (Motion and Syntax): Clarify SYNTAXES argument to
3933 skip-syntax-forward.
3934 (Parsing Expressions): Mention that the return value of
3935 parse-partial-sexp is currently a list of ten rather than nine
3936 elements.
3937 (Categories): Various corrections and clarifications.
3938
d29edb21
LT
39392004-02-17 Luc Teirlinck <teirllm@auburn.edu>
3940
3941 * markers.texi (Marker Insertion Types): Minor change.
3942
3943 * locals.texi (Standard Buffer-Local Variables):
3944 * commands.texi (Interactive Codes, Using Interactive):
3945 * functions.texi (Related Topics): Fix xrefs.
3946
43e48bda
LT
39472004-02-16 Luc Teirlinck <teirllm@auburn.edu>
3948
3949 * lists.texi (Sets And Lists): Update description of delete-dups.
3950
84e34002
RS
39512004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
3952
3953 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
3954
39552004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3956
3957 * frames.texi (Parameter Access): frame-parameters arg is optional.
3958 modify-frame-parameters handles nil for FRAME.
3959 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
3960 are all-or-nothing for certain toolkits.
3961 Mention parameter wait-for-wm.
3962 (Frames and Windows): In frame-first-window and frame-selected-window
3963 the arg is optional.
3964 (Input Focus): In redirect-frame-focus the second arg is optional.
3965 (Window System Selections): Mention selection type CLIPBOARD.
3966 Mention data-type UTF8_STRING.
3967 Mention numbering of cut buffers.
3968 (Resources): Describe x-resource-name.
3969
39702004-02-16 Richard M. Stallman <rms@gnu.org>
3971
3972 * windows.texi (Buffers and Windows): Delete false table
3973 about all-frames.
3974
3975 * syntax.texi (Parsing Expressions): Delete old caveat
3976 about parse-sexp-ignore-comments.
3977
3978 * streams.texi (Output Variables): Add print-quoted.
3979
3980 * lists.texi (Building Lists): Minor cleanup.
3981
3982 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
3983
3984 * display.texi (Overlays): Explain overlays use markers.
3985 (Managing Overlays): Explain front-advance and rear-advance
3986 in more detail.
3987
3988 * loading.texi (Unloading): Document unload-feature-special-hooks.
3989 Get rid of fns-NNN.el file.
3990
39912004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3992
3993 * help.texi (Describing Characters): Fix text-char-description
3994 example output.
3995
3996 * edebug.texi (Using Edebug): Fix example.
3997
3998 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 3999
84e34002
RS
4000 * files.texi (Changing Files): Fix argname.
4001
4002 * calendar.texi: Fix parens, and default values.
4003
4004 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
4005 * nonascii.texi, objects.texi, os.texi: Minor fixes.
4006 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
4007
4008 * positions.texi (Text Lines): Don't add -1 in current-line.
4009
40102004-02-16 Richard M. Stallman <rms@gnu.org>
4011
4012 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
4013
c33b76da
EZ
40142004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4015
4016 * processes.texi (Low-Level Network): Fix a typo.
4017
9d7271e8
KS
40182004-02-12 Kim F. Storm <storm@cua.dk>
4019
4020 * display.texi (Fringes): Use consistent wording.
4021 Note that window-fringe's window arg is optional.
4022 (Scroll Bars): Use consistent wording.
4023
6827d730
LT
40242004-02-11 Luc Teirlinck <teirllm@auburn.edu>
4025
4026 * tips.texi (Comment Tips): Document the new conventions for
4027 commenting out code.
4028
1cb60b5a
JD
40292004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4030
4031 * positions.texi (Text Lines): Added missing end defun.
4032
7fdd1f62
KS
40332004-02-07 Kim F. Storm <storm@cua.dk>
4034
4035 * positions.texi (Text Lines): Add line-number-at-pos.
4036
eb3c144c
JPW
40372004-02-06 John Paul Wallington <jpw@gnu.org>
4038
4039 * display.texi (Button Properties, Button Buffer Commands):
4040 mouse-2 invokes button, not down-mouse-1.
4041
a1d38d63
JR
40422004-02-04 Jason Rumney <jasonr@gnu.org>
4043
4044 * makefile.w32-in: Sync with Makefile.in changes.
4045
4b574f3d
LT
40462004-02-03 Luc Teirlinck <teirllm@auburn.edu>
4047
4048 * minibuf.texi (Text from Minibuffer): Various corrections and
4049 clarifications.
4050 (Object from Minibuffer): Correct Lisp description of
4051 read-minibuffer.
4052 (Minibuffer History): Clarify description of cons values for
4053 HISTORY arguments.
4054 (Basic Completion): Various corrections and clarifications. Add
4055 completion-regexp-list.
4056 (Minibuffer Completion): Correct and clarify description of
4057 completing-read.
6f6b0433 4058 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
4059 other minor changes.
4060 (High-Level Completion): Various corrections and clarifications.
4061 (Reading File Names): Ditto.
4062 (Minibuffer Misc): Ditto.
4063
d8186297
LT
40642004-01-26 Luc Teirlinck <teirllm@auburn.edu>
4065
4066 * strings.texi (Text Comparison): assoc-string also matches
4067 elements of alists that are strings instead of conses.
4068 (Formatting Strings): Standardize Texinfo usage. Update index
4069 entries.
4070
9adcb5f2
LT
40712004-01-20 Luc Teirlinck <teirllm@auburn.edu>
4072
4073 * lists.texi (Sets And Lists): Add delete-dups.
4074
3e7274ae
LT
40752004-01-15 Luc Teirlinck <teirllm@auburn.edu>
4076
4077 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
4078 special form.
4079 * macros.texi (Defining Macros): Update description of `declare',
4080 which now is a macro.
4081 (Wrong Time): Fix typos.
4082
944e099f
LT
40832004-01-14 Luc Teirlinck <teirllm@auburn.edu>
4084
4085 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 4086 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
4087 and `batch-byte-compile'. In particular, mention and describe
4088 all optional arguments.
4089 (Disassembly): Correct and clarify the description of `disassemble'.
4090
90c3aa59
LT
40912004-01-11 Luc Teirlinck <teirllm@auburn.edu>
4092
4093 * searching.texi: Various small changes in addition to the
4094 following.
4095 (Regexp Example): Adapt to new value of `sentence-end'.
4096 (Regexp Functions): The PAREN argument to `regexp-opt' can be
4097 `words'.
4098 (Search and Replace): Add usage note for `perform-replace'.
4099 (Entire Match Data): Mention INTEGERS and REUSE arguments to
4100 `match-data'.
4101 (Standard Regexps): Update for new values of `paragraph-start'
4102 and `sentence-end'.
4103
583c353d
LT
41042004-01-07 Luc Teirlinck <teirllm@auburn.edu>
4105
4106 * files.texi (Saving Buffers): Clarify descriptions of
4107 `write-contents-functions' and `before-save-hook'.
4108 Make the defvar's for `before-save-hook' and `after-save-hook'
4109 into defopt's.
4110
05faee07
KS
41112004-01-07 Kim F. Storm <storm@cua.dk>
4112
4113 * commands.texi (Click Events): Describe new image and
4114 width/height elements of click events.
4115 (Accessing Events): Add posn-string, posn-image, and
4116 posn-object-width-height. Change posn-object to return either
4117 image or string object.
4118
a0465ec3
SJ
41192004-01-01 Simon Josefsson <jas@extundo.com>
4120
4121 * hooks.texi (Standard Hooks): Add before-save-hook.
4122 * files.texi (Saving Buffers): Likewise.
4123
972c0c49
RS
41242004-01-03 Richard M. Stallman <rms@gnu.org>
4125
4126 * frames.texi (Frames and Windows): Delete frame-root-window.
4127
dbcd463f
LT
41282004-01-03 Luc Teirlinck <teirllm@auburn.edu>
4129
4130 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
4131
4132 * functions.texi: Various small changes in addition to the
4133 following.
4134 (What Is a Function): `functionp' returns nil for macros. Clarify
4135 behavior of this and following functions for symbol arguments.
4136 (Function Documentation): Add `\' in front of (fn @var{arglist})
4137 and explain why.
4138 (Defining Functions): Mention DOCSTRING argument to `defalias'.
4139 Add anchor.
4140 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
4141
02c77ee9
MB
41422004-01-01 Miles Bader <miles@gnu.org>
4143
4144 * display.texi (Buttons): New section.
4145
903a1a91
AS
41462003-12-31 Andreas Schwab <schwab@suse.de>
4147
4148 * numbers.texi (Math Functions): sqrt reports a domain-error
4149 error.
4150 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
4151
697cf92a
LT
41522003-12-30 Luc Teirlinck <teirllm@auburn.edu>
4153
3f70fe82
LT
4154 * tips.texi (Documentation Tips): Update item on hyperlinks in
4155 documentation strings.
4156
697cf92a
LT
4157 * errors.texi (Standard Errors): Various small corrections and
4158 additions.
4159
4160 * control.texi: Various small changes in addition to the
4161 following.
4162 (Signaling Errors): Provide some more details on how `signal'
4163 constructs the error message. Add anchor to the definition of
4164 `signal'.
4165 (Error Symbols): Describe special treatment of `quit'.
4166 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
4167 to emphasize that it has to be a single form.
4168
4169 * buffers.texi: Add anchor.
4170
4d25144d
RS
41712003-12-29 Richard M. Stallman <rms@gnu.org>
4172
4173 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
4174 (Window Configurations): Add window-configuration-frame.
4175
4176 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
4177
4178 * text.texi (Examining Properties): Add get-char-property-and-overlay.
4179 Change arg name in get-char-property.
4180 (Special Properties): Update handling of keymap property.
4181
4182 * strings.texi (Modifying Strings): Add clear-string.
4183 (Text Comparison): Add assoc-string and remove
4184 assoc-ignore-case, assoc-ignore-representation.
4185
4186 * os.texi (Time of Day): Add set-time-zone-rule.
4187
4188 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 4189 report domain-error errors.
4d25144d 4190
697cf92a 4191 * nonascii.texi (Converting Representations):
4d25144d
RS
4192 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
4193 (Encoding and I/O): Add file-name-coding-system.
4194
4195 * modes.texi (Search-based Fontification): Explain that
4196 face specs are symbols with face names as values.
4197
4198 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
4199
4200 * lists.texi (Building Lists): remq moved elsewhere.
4201 (Sets And Lists): remq moved here.
4202 (Association Lists): Refer to assoc-string.
4203
4204 * internals.texi (Garbage Collection): Add memory-use-counts.
4205
4206 * frames.texi (Frames and Windows): Add set-frame-selected-window
4207 and frame-root-window.
4208
697cf92a 4209 * files.texi (Contents of Directories):
4d25144d
RS
4210 Add directory-files-and-attributes.
4211
4212 * display.texi (Refresh Screen): Add force-window-update.
4213 (Invisible Text): Explain about moving point out of invis text.
4214 (Overlay Properties): Add overlay-properties.
4215 (Managing Overlays): Add overlayp.
4216 (GIF Images): Invalid image number displays a hollow box.
4217
4218 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
4219 (Killing Buffers): Add buffer-live-p.
4220
67fafe38
MR
42212003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
4222
4223 * display.texi (Fringes): Fix typo "set-buffer-window".
4224
68e74f25
LT
42252003-12-24 Luc Teirlinck <teirllm@auburn.edu>
4226
4227 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
4228 * nonascii.texi, processes.texi, tips.texi, variables.texi:
4229 Add or change various xrefs and anchors.
4230
4231 * commands.texi: Replace all occurrences of @acronym{CAR} with
4232 @sc{car}, for consistency with the rest of the Elisp manual.
4233 `car' and `cdr' are historically acronyms, but are no longer
4234 widely thought of as such.
4235
4236 * internals.texi (Pure Storage): Mention that `purecopy' does not
4237 copy text properties.
4238 (Object Internals): Now 29 bits are used (in most implementations)
4239 to address Lisp objects.
4240
4241 * variables.texi (Variables with Restricted Values): New node.
4242
4243 * objects.texi (Lisp Data Types): Mention that certain variables
4244 can only take on a restricted set of values and add an xref to
4245 the new node "Variables with Restricted Values".
4246
4247 * eval.texi (Function Indirection): Describe the errors that
4248 `indirect-function' can signal.
4249 (Eval): Clarify the descriptions of `eval-region' and `values'.
4250 Describe `eval-buffer' instead of `eval-current-buffer' and
4251 mention `eval-current-buffer' as an alias for `current-buffer'.
4252 Correct the description and mention all optional arguments.
4253
697cf92a 4254 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
4255 following.
4256 (Converting Representations): Clarify behavior of
4257 `string-make-multibyte' and `string-to-multibyte' for unibyte all
4258 ASCII arguments.
4259 (Character Sets): Document the variable `charset-list' and adapt
4260 the definition of the function `charset-list' accordingly.
4261 (Translation of Characters): Clarify use of generic characters in
4262 `make-translation-table'. Clarify and correct the description of
4263 the use of translation tables in encoding and decoding.
4264 (User-Chosen Coding Systems): Correct and clarify the description
4265 of `select-safe-coding-system'.
4266 (Default Coding Systems): Clarify description of
4267 `file-coding-system-alist'.
4268
a62f71e4
LT
42692003-11-30 Luc Teirlinck <teirllm@auburn.edu>
4270
4271 * strings.texi (Text Comparison): Correctly describe when two
4272 strings are `equal'. Combine and clarify descriptions of
4273 `assoc-ignore-case' and `assoc-ignore-representation'.
4274
4275 * objects.texi (Non-ASCII in Strings): Clarify description of
4276 when a string is unibyte or multibyte.
4277 (Bool-Vector Type): Update examples.
4278 (Equality Predicates): Correctly describe when two strings are
4279 `equal'.
4280
19017752
LT
42812003-11-29 Luc Teirlinck <teirllm@auburn.edu>
4282
4283 * lists.texi (Building Lists): `append' no longer accepts integer
4284 arguments. Update the description of `number-sequence' to reflect
4285 recent changes.
4286 (Sets And Lists): Describe `member-ignore-case' after `member'.
4287
0f6a07a8
KS
42882003-11-27 Kim F. Storm <storm@cua.dk>
4289
4290 * commands.texi (Click Events): Click object may be an images.
4291 Describe (dx . dy) element of click positions.
4292 (Accessing Events): Remove duplicate posn-timestamp.
4293 New functions posn-object and posn-object-x-y.
4294
1ce7c819
KS
42952003-11-23 Kim F. Storm <storm@cua.dk>
4296
4297 * commands.texi (Click Events): Describe enhancements to event
4298 position lists, including new text-pos and (col . row) items.
4299 Mention left-fringe and right-fringe area events.
0f6a07a8 4300 (Accessing Events): New functions posn-area and
1ce7c819
KS
4301 posn-actual-col-row. Mention posn-timestamp. Mention that
4302 posn-point in non-text area still returns buffer position.
4303 Clarify posn-col-row.
4304
cae8ddbb
LH
43052003-11-21 Lars Hansen <larsh@math.ku.dk>
4306
4307 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4308 * anti.texi (File Attributes): Describe removed parameter
4309 ID-FORMAT.
4310
f7f1a248
LT
43112003-11-20 Luc Teirlinck <teirllm@auburn.edu>
4312
68e74f25 4313 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
4314 a position, its buffer is ignored.
4315
4316 * markers.texi (Overview of Markers): Mention it here too.
4317
c5e2fb05
LT
43182003-11-12 Luc Teirlinck <teirllm@auburn.edu>
4319
4320 * numbers.texi (Numeric Conversions): Not just `floor', but also
4321 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
4322
e57d0aa8
LT
43232003-11-10 Luc Teirlinck <teirllm@auburn.edu>
4324
4325 * markers.texi (Creating Markers): Specify insertion type of
4326 created markers. Add xref to `Marker Insertion Types'.
4327 Second argument to `copy-marker' is optional.
4328 (Marker Insertion Types): Mention that most markers are created
4329 with insertion type nil.
4330 (The Mark): Correctly describe when `mark' signals an error.
4331 (The Region): Correctly describe when `region-beginning' and
4332 `region-end' signal an error.
4333
bb3612ec
LT
43342003-11-08 Luc Teirlinck <teirllm@auburn.edu>
4335
4336 * hash.texi (Creating Hash): Clarify description of `eql'.
4337 `makehash' is obsolete.
4338 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4339
4340 * positions.texi (Point): Change description of `buffer-end', so
4341 that it is also correct for floating point arguments.
4342 (List Motion): Correct argument lists of `beginning-of-defun' and
4343 `end-of-defun'.
4344 (Excursions): Add xref to `Marker Insertion Types'.
4345 (Narrowing): Argument to `narrow-to-page' is optional.
4346
cfb8a797
LT
43472003-11-06 Luc Teirlinck <teirllm@auburn.edu>
4348
4349 * streams.texi (Output Streams): Clarify behavior of point for
4350 marker output streams.
4351
c6177909
LT
43522003-11-04 Luc Teirlinck <teirllm@auburn.edu>
4353
4354 * variables.texi (Defining Variables): Second argument to
4355 `defconst' is not optional.
4356 (Setting Variables): Mention optional argument APPEND to
4357 `add-to-list'.
4358 (Creating Buffer-Local): Expand description of
4359 `make-variable-buffer-local'.
4360 (Frame-Local Variables): Expand description of
4361 `make-variable-frame-local'.
4362 (Variable Aliases): Correct description of optional argument
4363 DOCSTRING to `defvaralias'. Mention return value of
4364 `defvaralias'.
4365 (File Local Variables): Add xref to `File variables' in Emacs
4366 Manual. Correct description of `hack-local-variables'. Mention
4367 `safe-local-variable' property. Mention optional second argument
4368 to `risky-local-variable-p'.
4369
b3645067
LT
43702003-11-03 Luc Teirlinck <teirllm@auburn.edu>
4371
4372 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4373
10695e5c
EZ
43742003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4375
4376 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4377 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4378 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4379 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4380 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 4381 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
4382 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4383 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4384 @acronym{FOO}.
4385
a2f4def1
LT
43862003-10-27 Luc Teirlinck <teirllm@auburn.edu>
4387
4388 * strings.texi (Creating Strings): Argument START to `substring'
4389 can not be `nil'. Expand description of
4390 `substring-no-properties'. Correct description of `split-string',
4391 especially with respect to empty matches. Prevent very bad line
4392 break in definition of `split-string-default-separators'.
4393 (Text Comparison): `string=' and `string<' also accept symbols as
4394 arguments.
4395 (String Conversion): More completely describe argument BASE in
4396 `string-to-number'.
5bb0fcd1 4397 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
4398 corresponding object. Clarify behavior of numeric prefix after
4399 `%' in `format'.
4400 (Case Conversion): The argument to `upcase-initials' can be a
4401 character.
4402
a2296bf9
KH
44032003-10-27 Kenichi Handa <handa@m17n.org>
4404
4405 * display.texi (Fontsets): Fix texinfo usage.
4406
885fef7c
KH
44072003-10-25 Kenichi Handa <handa@m17n.org>
4408
4409 * display.texi (Fontsets): Add description of the function
4410 set-fontset-font.
4411
0c6b7a1f
LT
44122003-10-23 Luc Teirlinck <teirllm@auburn.edu>
4413
4414 * display.texi (Temporary Displays): Add xref to `Documentation
4415 Tips'.
4416
4417 * functions.texi (Function Safety): Use inforef instead of pxref
4418 for SES.
4419
c3cda320
AS
44202003-10-23 Andreas Schwab <schwab@suse.de>
4421
4422 * Makefile.in (TEX, texinputdir): Don't define.
4423 (TEXI2DVI): Define.
4424 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4425 add $(srcdir)/index.texi.
4426 ($(infodir)/elisp): Remove index.texi dependency.
4427 (elisp.dvi): Likewise. Use $(TEXI2DVI).
4428 (index.texi): Remove target.
4429 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
4430 (clean): Don't remove index.texi.
4431
c3cda320
AS
4432 * permute-index, index.perm: Remove.
4433 * index.texi: Rename from index.unperm.
4434
e5dadca7
LT
44352003-10-22 Luc Teirlinck <teirllm@auburn.edu>
4436
4437 * tips.texi (Documentation Tips): Document new behavior for face
4438 and variable hyperlinks in Help mode.
4439
6cfb0777
LT
44402003-10-21 Luc Teirlinck <teirllm@auburn.edu>
4441
4442 * objects.texi (Integer Type): Update for extra bit of integer range.
4443 (Character Type): Ditto.
4444
a6eeaa81 44452003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
4446
4447 * numbers.texi (Integer Basics): Add index entries for reading
4448 numbers in hex, octal, and binary.
4449
c8f9ba83
LK
44502003-10-16 Lute Kamstra <lute@gnu.org>
4451
4452 * modes.texi (Mode Line Format): Mention force-mode-line-update's
4453 argument.
4454
b52a26fb
LT
44552003-10-13 Luc Teirlinck <teirllm@auburn.edu>
4456
4457 * windows.texi (Choosing Window): Fix typo.
4458 * edebug.texi (Edebug Execution Modes): Fix typo.
4459
f7005886
RS
44602003-10-13 Richard M. Stallman <rms@gnu.org>
4461
4462 * windows.texi (Basic Windows): A window has fringe settings,
4463 display margins and scroll-bar settings.
4464 (Splitting Windows): Doc split-window return value.
4465 Clean up one-window-p.
4466 (Selecting Windows): Fix typo.
4467 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4468 (Buffers and Windows): In set-window-buffer, explain effect
4469 on fringe settings and scroll bar settings.
4470 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4471 (Choosing Window): Use defopt for pop-up-frame-function.
4472 For special-display-buffer-names, explain same-window and same-frame.
4473 Clarify window-dedicated-p return value.
4474 (Textual Scrolling): scroll-up and scroll-down can get an error.
4475 (Horizontal Scrolling): Clarify auto-hscroll-mode.
4476 Clarify set-window-hscroll.
4477 (Size of Window): Don't mention tool bar in window-height.
4478 (Coordinates and Windows): Explain what coordinates-in-window-p
4479 returns for fringes and display margins.
4480 (Window Configurations): Explain saving fringes, etc.
4481
4482 * tips.texi (Library Headers): Clean up Documentation.
4483
4484 * syntax.texi (Parsing Expressions): Clean up forward-comment
4485 and parse-sexp-lookup-properties.
4486
4487 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4488
4489 * os.texi (System Environment): Clean up text for load-average errors.
4490
4491 * modes.texi (Hooks): Don't explain local hook details at front.
4492 Clarify run-hooks and run-hook-with-args a little.
4493 Clean up add-hook and remove-hook.
4494
4495 * edebug.texi (Edebug Execution Modes): Clarify t.
4496 Document edebug-sit-for-seconds.
4497 (Coverage Testing): Document C-x X = and =.
4498 (Instrumenting Macro Calls): Fix typo.
4499 (Specification List): Don't index the specification keywords.
4500
c989ebe9
KS
45012003-10-10 Kim F. Storm <storm@cua.dk>
4502
4503 * processes.texi (Network): Introduce make-network-process.
4504
f9525eef
LT
45052003-10-09 Luc Teirlinck <teirllm@auburn.edu>
4506
4507 * tips.texi (Library Headers): Fix typo.
4508
f008b925
LK
45092003-10-07 Juri Linkov <juri@jurta.org>
4510
4511 * modes.texi (Imenu): Mention imenu-create-index-function's
4512 default value. Explain submenus better.
4513
c22c5da6
LK
45142003-10-07 Lute Kamstra <lute@gnu.org>
4515
4516 * modes.texi (Faces for Font Lock): Fix typo.
4517 (Hooks): Explain how buffer-local hook variables can refer to
4518 global hook variables.
4519 Various minor clarifications.
4520
49247521
LK
45212003-10-06 Lute Kamstra <lute@gnu.org>
4522
4523 * tips.texi (Coding Conventions): Mention naming conventions for
4524 hooks.
4525
9296c947
LT
45262003-10-05 Luc Teirlinck <teirllm@auburn.edu>
4527
4528 * loading.texi (Library Search): Correct default value of
4529 load-suffixes.
4530 (Named Features): Fix typo.
4531
0e9b293a
RS
45322003-10-05 Richard M. Stallman <rms@gnu.org>
4533
4534 * loading.texi (Named Features): In `provide',
4535 say how to test for subfeatures.
4536 (Unloading): In unload-feature, use new var name
4537 unload-feature-special-hooks.
4538
49247521 45392003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
4540
4541 * modes.texi (Major Mode Conventions): Mention third way to set up
4542 Imenu.
4543 (Imenu): A number of small fixes.
4544 Delete documentation of internal variable imenu--index-alist.
4545 Document the return value format of imenu-create-index-function
4546 functions.
4547
ab8f7d5c
RS
45482003-09-30 Richard M. Stallman <rms@gnu.org>
4549
4550 * processes.texi (Network): Say what stopped datagram connections do.
4551
4552 * lists.texi (Association Lists): Clarify `assq-delete-all'.
4553
4554 * display.texi (Overlay Properties): Clarify `evaporate' property.
4555
49247521 45562003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
4557
4558 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 4559 constructs should be marked as risky.
86b9b767
LK
4560 Change cons cell into proper list.
4561 (Mode Line Variables): Change cons cell into proper list.
4562
49247521 45632003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
4564
4565 * modes.texi (Mode Line Data): Document the :propertize construct.
4566 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 4567 to match their order in the default mode-line-format.
bc3b02f9
LK
4568 Describe the new variables mode-line-position and mode-line-modes.
4569 Update the default values of mode-line-frame-identification,
4570 minor-mode-alist, and default-mode-line-format.
4571 (Properties in Mode): Mention the :propertize construct.
6142d1d0 4572
bc3b02f9 45732003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 4574
c22c5da6 4575 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
4576 * loading.texi, minibuf.texi, text.texi, variables.texi:
4577 Avoid @strong{Note:}.
4578
45792003-09-26 Richard M. Stallman <rms@gnu.org>
4580
4581 * keymaps.texi (Remapping Commands): Fix typo.
4582
41beda59
LT
45832003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
4584
4585 * processes.texi (Low-Level Network): Fix typo.
4586
ef6ae4ff
KS
45872003-09-23 Kim F. Storm <storm@cua.dk>
4588
4589 * processes.texi (Network, Network Servers): Fix typos.
4590 (Low-Level Network): Add timeout value for :server keyword.
4591 Add new option keywords to make-network-process.
4592 Add set-network-process-options.
4593 Explain how to test availability of network options.
4594
b0f23edf
RS
45952003-09-19 Richard M. Stallman <rms@gnu.org>
4596
4597 * text.texi (Motion by Indent): Arg to
4598 backward-to-indentation and forward-to-indentation is optional.
4599
4600 * strings.texi (Creating Strings): Add substring-no-properties.
4601
4602 * processes.texi
4603 (Process Information): Add list-processes arg QUERY-ONLY.
4604 Delete process-contact from here.
4605 Add new status values for process-status.
4606 Add process-get, process-put, process-plist, set-process-plist.
4607 (Synchronous Processes): Add call-process-shell-command.
4608 (Signals to Processes): signal-process allows process objects.
4609 (Network): Complete rewrite.
4610 (Network Servers, Datagrams, Low-Level Network): New nodes.
4611
4612 * positions.texi (Word Motion): forward-word, backward-word
4613 arg is optional. Reword.
4614
4615 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
4616
c22c5da6 4617 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
4618 Delete duplicate definition of buffer-local-value.
4619 (File Local Variables): Explain about discarding text props.
4620
f387bdea
RS
46212003-09-11 Richard M. Stallman <rms@gnu.org>
4622
4623 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4624 changes variables that record input events.
4625 (Minibuffer Misc): Add minibuffer-selected-window.
4626
4627 * lists.texi (Building Lists): Add copy-tree.
4628
4629 * display.texi (Fontsets): Add char-displayable-p.
4630 (Scroll Bars): New node.
4631
49247521 46322003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
4633
4634 * modes.texi (%-Constructs): Document new `%i' and `%I'
4635 constructs.
4636
fd026ee1
JR
46372003-09-03 Peter Runestig <peter@runestig.com>
4638
4639 * makefile.w32-in: New file.
4640
4828b4d7
RS
46412003-08-29 Richard M. Stallman <rms@gnu.org>
4642
4643 * display.texi (Overlay Properties): Clarify how priorities
4644 affect use of the properties.
4645
a4e4f05d
LT
46462003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4647
4648 * customize.texi (Type Keywords): Correct the description of
4649 `:help-echo' in the case where `motion-doc' is a function.
4650
3ebe0346
JPW
46512003-08-14 John Paul Wallington <jpw@gnu.org>
4652
4653 * modes.texi (Emulating Mode Line): Subsection, not section.
4654
3afe8e39
RS
46552003-08-13 Richard M. Stallman <rms@gnu.org>
4656
4657 * elisp.texi (Top): Update subnode lists in menu.
4658
4659 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4660 (Kill Functions): kill-region has new arg yank-handler.
4661 (Yanking): New node.
4662 (Yank Commands): Add yank-undo-function.
4663 (Low-Level Kill Ring):
4664 kill-new and kill-append have new arg yank-handler.
4665 (Changing Properties): Add remove-list-of-text-properties.
4666 (Atomic Changes): New node.
4667
4668 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4669
4670 * streams.texi (Output Variables): Add eval-expression-print-length
4671 and eval-expression-print-level.
4672
4673 * os.texi (Time Conversion): For encode-time, explain limits on year.
4674
4675 * objects.texi (Character Type): Define anchor "modifier bits".
4676
4677 * modes.texi (Emulating Mode Line): New node.
4678 (Search-based Fontification): Font Lock uses font-lock-face property.
4679 (Other Font Lock Variables): Likewise.
4680
4681 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4682 not vectors.
4683 (Active Keymaps): Add emulation-mode-map-alists.
4684 (Functions for Key Lookup): key-binding has new arg no-remap.
4685 (Remapping Commands): New node.
4686 (Scanning Keymaps): where-is-internal has new arg no-remap.
4687 (Tool Bar): Add tool-bar-local-item-from-menu.
4688 Clarify when to use tool-bar-add-item-from-menu.
4689
4690 * commands.texi (Interactive Call): commandp has new arg.
4691 (Command Loop Info): Add this-original-command.
4692
e37769b1
JPW
46932003-08-06 John Paul Wallington <jpw@gnu.org>
4694
4695 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4696
4697 * display.texi (Warning Basics): Fix typo.
4698 (Fringes): Add closing curly bracket and fix typo.
4699
4700 * elisp.texi (Top): Fix typo.
4701
c5e0561f
RS
47022003-08-05 Richard M. Stallman <rms@gnu.org>
4703
4704 * elisp.texi: Update lists of subnodes.
4705
4706 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4707
4708 * variables.texi (Local Variables): Use lc for example variable names.
4709
4710 * tips.texi (Library Headers): Explain where to put -*-.
4711
4712 * strings.texi (Creating Strings): Fix xref for vconcat.
4713
4714 * sequences.texi (Vector Functions):
4715 vconcat no longer allows integer args.
4716
4717 * minibuf.texi (Reading File Names): read-file-name has new
4718 arg PREDICATE. New function read-directory-name.
4719
4720 * macros.texi (Defining Macros): Give definition of `declare'
4721 (Indenting Macros): New node.
4722
4723 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4724 (Window Frame Parameters): Make separate table of parameters
4725 that are coupled with specific face attributes.
4726 (Deleting Frames): delete-frame-hooks renamed to
4727 delete-frame-functions.
4728
4729 * files.texi (Magic File Names): Add file-remote-p.
4730 Clarify file-local-copy.
4731
4732 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4733 here; instead xref Defining Macros.
4734
4735 * display.texi (Warnings): New node, and subnodes.
4736 (Fringes): New node.
4737
4738 * debugging.texi (Test Coverage): New node.
4739
4740 * compile.texi (Compiler Errors): Explain with-no-warnings
4741 and other ways to suppress warnings.
4742
4743 * commands.texi (Interactive Call): Minor clarification.
4744
4745 * buffers.texi (Buffer File Name): set-visited-file-name
4746 renames the buffer too.
4747
4748 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4749
ee59dede
MR
47502003-07-24 Markus Rost <rost@math.ohio-state.edu>
4751
4752 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4753
f0514b34
MR
47542003-07-22 Markus Rost <rost@math.ohio-state.edu>
4755
4756 * internals.texi (Garbage Collection): Fix previous change.
4757
c73983bb
RS
47582003-07-22 Richard M. Stallman <rms@gnu.org>
4759
4760 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4761
4762 * display.texi (Width): Use \s syntax in example.
4763 (Font Selection): Add face-font-rescale-alist.
4764
4765 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4766 Remove spurious indent in example.
4767
4768 * lists.texi (Building Lists): Add number-sequence.
4769
4770 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4771
4772 * functions.texi (Function Documentation): Explain how to
4773 show calling convention explicitly in the doc string.
4774
4775 * windows.texi (Selecting Windows): save-selected-window saves
4776 selected window of each frame.
4777 (Window Configurations): Minor change.
4778
4779 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4780
4781 * streams.texi (Output Variables): Add print-continuous-numbering
4782 and print-number-table.
4783
4784 * processes.texi (Decoding Output): New node.
4785
4786 * os.texi (Time Conversion): decode-time arg is optional.
4787
4788 * objects.texi (Character Type): Don't use space as example for \.
4789 Make list of char names and \-sequences correspond.
4790 Explain that \s is not used in strings. `\ ' needs space after.
4791
4792 * nonascii.texi (Converting Representations): Add string-to-multibyte.
4793 (Translation of Characters): Add translation-table-for-input.
4794 (Default Coding Systems): Add auto-coding-functions.
4795 (Explicit Encoding): Add decode-coding-inserted-region.
4796 (Locales): Add locale-info.
4797
4798 * minibuf.texi (Basic Completion): Describe test-completion.
4799 Collections can be lists of strings.
4800 Clean up lazy-completion-table.
4801 (Programmed Completion): Mention test-completion.
4802 Clarify why lambda expressions are not accepted.
4803 (Minibuffer Misc): Describe minibufferp.
4804
51a8b435
RS
48052003-07-14 Richard M. Stallman <rms@gnu.org>
4806
4807 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4808
4809 * windows.texi (Selecting Windows): New arg to select-window.
4810 (Selecting Windows): Add with-selected-window.
4811 (Size of Window): Add window-inside-edges, etc.
4812
4813 * internals.texi (Garbage Collection): Add post-gc-hook.
4814
4815 * processes.texi (Subprocess Creation): Add exec-suffixes.
4816
4817 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4818 (Scanning Keymaps): Add map-keymaps.
4819 (Defining Menus): Add keymap-prompt.
4820
4821 * numbers.texi (Integer Basics): Add most-positive-fixnum,
4822 most-negative-fixnum.
4823
4824 * compile.texi (Byte Compilation): Explain no-byte-compile
4825 (Compiler Errors): New node.
4826
4827 * os.texi (User Identification): user-uid, user-real-uid
4828 can return float.
4829
4830 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4831 and about derived modes.
4832 (Minor Modes): Add minor-mode-list.
4833 (Defining Minor Modes): Keyword args for define-minor-mode.
4834 (Search-based Fontification): Explain managing other properties.
4835 (Other Font Lock Variables): Add font-lock-extra-managed-props.
4836 (Faces for Font Lock): Add font-locl-preprocessor-face.
4837 (Hooks): Add run-mode-hooks and delay-mode-hooks.
4838
4839 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 4840 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
4841
4842 * loading.texi (Library Search): Add load-suffixes.
4843
4844 * minibuf.texi (Basic Completion): Add lazy-completion-table.
4845 (Programmed Completion): Add dynamic-completion-table.
4846
4847 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4848 (Magic File Names): Specify precedence order of handlers.
199bb209 4849
51a8b435
RS
4850 * commands.texi (Command Overview): Emacs server runs pre-command-hook
4851 and post-command-hook.
4852 (Waiting): New calling convention for sit-for.
4853
4854 * text.texi (Special Properties): local-map and keymap properties
4855 apply based on their stickiness.
4856
c6de56a0
RS
48572003-07-07 Richard M. Stallman <rms@gnu.org>
4858
4859 * modes.texi (Minor Mode Conventions): Specify only some kinds
4860 of list values as args to minor modes.
4861
4862 * files.texi (File Name Expansion): Warn about iterative use
4863 of substitute-in-file-name.
4864
4865 * advice.texi (Activation of Advice): Clean up previous change.
4866
8c761ea6
MR
48672003-07-06 Markus Rost <rost@math.ohio-state.edu>
4868
4869 * advice.texi (Activation of Advice): Note that ad-start-advice is
4870 turned on by default.
4871
c6de56a0
RS
48722003-06-30 Richard M. Stallman <rms@gnu.org>
4873
4874 * text.texi (Buffer Contents): Document current-word.
4875 (Change Hooks): Not called for *Messages*.
4876
4877 * functions.texi (Defining Functions): Explain about redefining
4878 primitives.
4879 (Function Safety): Renamed. Minor changes.
4880 Comment out the detailed criteria for what is safe.
4881
3fe4e567
AS
48822003-06-22 Andreas Schwab <schwab@suse.de>
4883
4884 * objects.texi (Symbol Type): Fix description of examples.
4885
cda7bd13
AS
48862003-06-16 Andreas Schwab <schwab@suse.de>
4887
4888 * hash.texi (Creating Hash): Fix description of :weakness.
4889
fbcffa4a
KG
48902003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4891
4892 * files.texi (Changing Files): copy-file copies file modes, too.
4893
ff6a3bfb
RS
48942003-05-28 Richard M. Stallman <rms@gnu.org>
4895
4896 * strings.texi (Creating Strings): Clarify split-string.
4897
1463a05d
JB
48982003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
4899
4900 * strings.texi (Creating Strings): Update split-string specification
4901 and examples.
4902
af253914
RS
49032003-05-19 Richard M. Stallman <rms@gnu.org>
4904
4905 * elisp.texi: Correct invariant section names.
4906
7ea52f92
RS
49072003-04-20 Richard M. Stallman <rms@gnu.org>
4908
4909 * os.texi (Timers): Explain about timers and quitting.
4910
e31afc09
RS
49112003-04-19 Richard M. Stallman <rms@gnu.org>
4912
4913 * internals.texi (Writing Emacs Primitives): Strings are
4914 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
4915 Explain GCPRO convention for varargs function args.
4916
5ceea398
RS
49172003-04-16 Richard M. Stallman <rms@gnu.org>
4918
4919 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
4920
b0ada147
RS
49212003-04-08 Richard M. Stallman <rms@gnu.org>
4922
4923 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
4924
b23375aa
KS
49252003-02-13 Kim F. Storm <storm@cua.dk>
4926
4927 * objects.texi (Character Type): New \s escape for space.
4928
c60ee5e7
JB
49292003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
4930
4931 * os.texi (System Environment): Added cygwin system-type.
4932
84e47416
RS
49332003-01-25 Richard M. Stallman <rms@gnu.org>
4934
4935 * keymaps.texi: Document that a symbol can act as a keymap.
4936
3e8cf2ea
RS
49372003-01-13 Richard M. Stallman <rms@gnu.org>
4938
4939 * text.texi (Changing Properties): Say string indices are origin-0.
4940
4941 * positions.texi (Screen Lines) <compute-motion>:
4942 Correct order of elts in return value.
4943
4944 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
4945 how to define a default binding.
4946
7abb9fc5 49472002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 4948
104bc3aa 4949 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 4950
104bc3aa 4951 * customize.texi (Simple Types): Clarify description of custom
9b7fa297 4952 type 'number. Describe new custom type 'float.
177f790c 4953
7abb9fc5 49542002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
4955
4956 * variables.texi (File Local Variables): Fix typo.
4957
df140a68 49582002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 4959
df140a68
KG
4960 From Michael Albinus <Michael.Albinus@alcatel.de>.
4961
4962 * README: Target for Info file is `make info'.
4963
4964 * files.texi (File Name Components): Fixed typos in
4965 `file-name-sans-extension'.
4966 (Magic File Names): Complete list of operations for magic file
4967 name handlers.
4968
7ed9159a
JY
49692002-09-16 Jonathan Yavner <jyavner@engineer.com>
4970
4971 * variables.texi (File Local Variables): New function
4972 risky-local-variable-p.
4973
49742002-09-15 Jonathan Yavner <jyavner@engineer.com>
4975
4976 * functions.texi (Function safety): New node about unsafep.
4977
241f79af
PA
49782002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
4979
4980 * customize.texi (Splicing into Lists): Fixed example.
4981 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
4982
72459b15
JB
49832002-06-17 Juanma Barranquero <lektu@terra.es>
4984
4985 * frames.texi (Display Feature Testing): Fix typo.
4986
61f7e0f5
AS
49872002-06-12 Andreas Schwab <schwab@suse.de>
4988
4989 * frames.texi (Initial Parameters, Resources): Fix references to
4990 the Emacs manual.
4991
4e792dbd
KS
49922002-05-13 Kim F. Storm <storm@cua.dk>
4993
4994 * variables.texi (Intro to Buffer-Local): Updated warning and
4995 example relating to changing buffer inside let.
4996
940344d4 49972002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
4998
4999 * os.texi (Session Management): New node about X Session management.
5000
231ac53b
EZ
50012002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
5002
5003 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
5004 to which the manual corresponds, and the copyright years.
5005
5006 * Makefile.in (VERSION): Set to 2.9.
5007
140cc574
EZ
50082001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
5009
5010 * elisp.texi: Change the category in @dircategory to "Emacs", to
5011 make it consistent with info/dir.
5012
9c7fce05
MB
50132001-11-25 Miles Bader <miles@gnu.org>
5014
5015 * text.texi (Fields): Describe new `limit' arg in
5016 field-beginning/field-end.
5017
9f8bbf0f
EZ
50182001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5019
a5e6715c
EZ
5020 * permute-index: Don't depend on csh-specific features. Replace
5021 the interpreter name with /bin/sh.
5022
9f8bbf0f
EZ
5023 * two-volume-cross-refs.txt: New file.
5024 * two.el: New file.
5025 * spellfile: New file.
5026
1756e2fb
EZ
50272001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5028
5029 * permute-index: New file.
5030
5031 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
5032 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
5033 8+3 restricted namespace.
ad050e54
EZ
5034
5035 * Makefile.in (infodir): Define relative to $(srcdir).
5036 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
5037 include directories list via -I switch to makeinfo.
5038 (index.texi): Use cp if both hard and symbolic links fail.
5039
10fa7f8e
EZ
50402001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5041
7a1494ce
EZ
5042 * Makefile.in (distclean): Add.
5043
10fa7f8e
EZ
5044 The following changes make ELisp manual part of the Emacs
5045 distribution:
5046
5047 * Makefile.in: Add Copyright notice.
5048 (prefix): Remove.
5049 (infodir): Change value to "../info".
5050 (VPATH): New variable.
5051 (MAKE): Don't define.
5052 (texmacrodir): Don't define.
5053 (texinputdir): Append the existing value of TEXINPUTS.
5054 ($(infodir)/elisp): Instead of just "elisp". Reformat the
5055 command to be compatible with man/Makefile.in, and to put the
5056 output into ../info.
5c32b7c5 5057 (info): Add target.
10fa7f8e
EZ
5058 (installall): Target removed.
5059
74686736 50602001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
5061
5062 * tips.texi (Coding Conventions): Fix typo.
5063
6fd735df
GM
50642001-10-23 Gerd Moellmann <gerd@gnu.org>
5065
5066 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
5067
b704d54b
EZ
50682001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5069
5070 * files.texi (File Name Components): Update the description of
5071 file-name-sans-extension and file-name-extension, as they now
5072 ignore leading dots.
5073
71431a0e
GM
50742001-10-20 Gerd Moellmann <gerd@gnu.org>
5075
6aa97356 5076 * (Version 21.1 released.)
71431a0e 5077
79f1f96c
MB
50782001-10-19 Miles Bader <miles@gnu.org>
5079
5080 * positions.texi (Text Lines): Describe behavior of
5081 `beginning-of-line'/`end-of-line' in the presence of field properties.
5082
892a8f36
GM
50832001-10-17 Gerd Moellmann <gerd@gnu.org>
5084
5085 * Makefile.in (VERSION): Set to 2.8.
5086 (manual): Use `manual-21'.
5087
8c1cc9e8 5088 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
5089 number was used. Set it to 2.8.
5090
5091 * intro.texi: Likewise.
5092
51724e26
EZ
50932001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5094
5095 * files.texi (File Name Completion): Document the significance of
5096 a trailing slash in elements of completion-ignored-extensions.
5097
57b338e8
MB
50982001-10-06 Miles Bader <miles@gnu.org>
5099
5100 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
5101
c89e4bc5
GM
51022001-10-04 Gerd Moellmann <gerd@gnu.org>
5103
5104 * variables.texi (Variable Aliases): New node.
5105
ab952a4f
GM
51062001-10-04 Gerd Moellmann <gerd@gnu.org>
5107
5108 * Branch for 21.1.
dff28924 5109
9db3a582
MB
51102001-10-02 Miles Bader <miles@gnu.org>
5111
ae1a9581
MB
5112 * minibuf.texi (Minibuffer Misc): Add entries for
5113 `minibuffer-contents', `minibuffer-contents-no-properties', and
5114 `delete-minibuffer-contents'.
5115 Correct description for `minibuffer-prompt-end'.
5116
9db3a582
MB
5117 * text.texi (Property Search): Correct descriptions of
5118 `next-char-property-change' and `previous-char-property-change'.
5119 Add entries for `next-single-char-property-change' and
5120 `previous-single-char-property-change'.
5121 Make operand names a bit more consistent.
5122
03be5931
EZ
51232001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
5124
5125 * frames.texi (Finding All Frames): Document that next-frame and
5126 previous-frame are local to current terminal.
5127
974548ec
EZ
51282001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
5129
5130 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 5131 result of make-keymap.
974548ec 5132
8d82c597
EZ
51332001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
5134
5135 * display.texi (Font Lookup, Attribute Functions)
5136 (Image Descriptors): Add cross-references to the definition of
5137 selected frame.
5138
5139 * buffers.texi (The Buffer List): Add cross-references to the
5140 definition of selected frame.
5141
5142 * frames.texi (Input Focus): Clarify which frame is _the_ selected
5143 frame at any given time.
5144 (Multiple Displays, Size and Position): Add a cross-reference to
5145 the definition of the selected frame.
5146
2842de30
EZ
51472001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5148
5149 * strings.texi (String Conversion) <string-to-number>: Document
5150 that a float is returned for integers that are too large.
5151
5152 * frames.texi (Mouse Position): Document mouse-position-function.
5153 (Display Feature Testing): Document display-images-p.
5154 (Window Frame Parameters): Document the cursor-type variable.
5155
5156 * numbers.texi (Integer Basics): Document CL style read syntax for
5157 integers in bases other than 10.
5158
5159 * positions.texi (List Motion): Document
5160 open-paren-in-column-0-is-defun-start.
5161
5162 * lists.texi (Sets And Lists): Document member-ignore-case.
5163
5164 * internals.texi (Garbage Collection): Document the used and free
5165 strings report.
5166 (Memory Usage): Document strings-consed.
5167
5168 * os.texi (Time of Day): Document float-time.
5169 (Recording Input): Document that clear-this-command-keys clears
5170 the vector to be returned by recent-keys.
5171
5172 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
5173 argument keymap can be a list.
5174
5175 * nonascii.texi (User-Chosen Coding Systems)
5176 <select-safe-coding-system>: Document the new argument
5177 accept-default-p and the variable
5178 select-safe-coding-system-accept-default-p. Tell what happens if
5179 buffer-file-coding-system is undecided.
5180 (Default Coding Systems): Document auto-coding-regexp-alist.
5181
5182 * display.texi (The Echo Area) <message>: Document
5183 message-truncate-lines.
5184 (Glyphs): Document that the glyph table is unused on windowed
5185 displays.
5186
5187 * help.texi (Describing Characters) <single-key-description>:
5188 Document the new argument no-angles.
5189 (Accessing Documentation) <documentation-property>: Document that
5190 a non-string property is evaluated.
5191 <documentation>: Document that the function-documentation property
5192 is looked for.
5193
5194 * windows.texi (Selecting Windows): Document some-window.
5195
5196 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
5197
5198 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
5199 apropos-mode-hook.
5200
5201 * commands.texi (Using Interactive): Document interactive-form.
5202 (Keyboard Macros): Document kbd-macro-termination-hook.
5203 (Command Loop Info): Document that clear-this-command-keys clears
5204 the vector to be returned by recent-keys.
5205
2d43d823
GM
52062001-09-04 Werner LEMBERG <wl@gnu.org>
5207
5208 * Makefile.in (srcdir, texinputdir): New variables.
5209 (srcs, index.texi, install): Use $(srcdir).
5210 (.PHONY): Remove elisp.dvi.
5211 (elisp): Use -I switch for makeinfo.
5212 (elisp.dvi): Use $(srcdir) and $(texinputdir).
5213 (installall, dist): Use $(srcdir).
5214 Fix path to texinfo.tex.
5215 (maintainer-clean): Add elisp.dvi and elisp.oaux.
5216
fa739b31
GM
52172001-08-30 Gerd Moellmann <gerd@gnu.org>
5218
92a25631
GM
5219 * display.texi (Conditional Display): Adjust to API change.
5220
fa739b31
GM
5221 * configure: New file.
5222
cef68af5
GM
52232001-07-30 Gerd Moellmann <gerd@gnu.org>
5224
5225 * commands.texi (Repeat Events): Add description of
5226 double-click-fuzz.
5227
d1f08d85
SM
52282001-05-08 Stefan Monnier <monnier@cs.yale.edu>
5229
5230 * syntax.texi (Syntax Class Table): Add the missing designator for
5231 comment and string fences.
5232 (Syntax Properties): Add a xref to syntax table internals.
5233 (Syntax Table Internals): Document string-to-syntax.
5234
1e9fc92e
GM
52352001-05-07 Gerd Moellmann <gerd@gnu.org>
5236
5237 * Makefile.in (install): Use install-info command line options
5238 like in Emacs' Makefile.in.
5239
00480554
MB
52402000-12-09 Miles Bader <miles@gnu.org>
5241
5242 * windows.texi (Window Start): Update documentation for
5243 `pos-visible-in-window-p'.
5244
1e344ee2
SM
52452000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5246
5247 * lists.texi (Building Lists): Add footnote to explain how to add
5248 to the end of a list.
5249
a540f6ed
GM
52502000-10-25 Gerd Moellmann <gerd@gnu.org>
5251
5252 * files.texi (Visiting Functions): Typos.
5253
28bcdbee
KH
52542000-10-25 Kenichi Handa <handa@etl.go.jp>
5255
5256 * files.texi (Visiting Functions): Return value of
5257 find-file-noselect may be a list of buffers if wildcards are used.
5258
22d1a4ed
MB
52592000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5260
5261 * display.texi (Defining Faces): Document `graphic' display type
5262 in face specs.
5263
916a89db
KG
52642000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5265
1e9fc92e 5266 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
5267 `after-make-frame-hook' with `after-make-frame-functions'.
5268
1e9fc92e 5269 * frames.texi (Creating Frames): Ditto.
916a89db 5270
1e9fc92e 5271 * variables.texi (Future Local Variables): Ditto.
916a89db 5272
483de32b
GM
52732000-10-16 Gerd Moellmann <gerd@gnu.org>
5274
5275 * display.texi (Other Image Types): Add description of :foreground
5276 and :background properties of mono PBM images.
5277
e23a63a5
WL
52782000-08-17 Werner LEMBERG <wl@gnu.org>
5279
5280 * .cvsignore: New file.
5281
dfc16043
GM
52822000-01-05 Gerd Moellmann <gerd@gnu.org>
5283
5284 * tindex.pl: New script.
5285
602613fe
DL
52861999-12-03 Dave Love <fx@gnu.org>
5287
5288 * Makefile.in (MAKEINFO): New parameter.
5289
94ec544d
DL
52901999-09-17 Richard Stallman <rms@gnu.org>
5291
5292 * Makefile.in (srcs): Add hash.texi.
5293 (VERSION): Update to 20.6.
5294
52951999-09-13 Richard Stallman <rms@gnu.org>
5296
5297 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
5298
52991998-08-29 Karl Heuer <kwzh@gnu.org>
5300
5301 * configure.in: New file.
5302 * Makefile.in: Renamed from Makefile.
5303 (prefix, infodir): Use value obtained from configure.
5304 (emacslibdir): Obsolete variable deleted.
5305 (dist): Distribute configure.in, configure, Makefile.in.
5306
53071998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
5308
5309 * Makefile (INSTALL_INFO): New variable.
5310 (install): Run install-info.
5311
53121998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
5313
5314 * Makefile (elisp.dvi): Add missing backslash.
5315
53161998-05-02 Richard Stallman <rms@psilocin.gnu.org>
5317
5318 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
5319 Run texindex without `./'. Always run texindex on elisp.tp.
5320 (elisp.tps): Target deleted.
5321
53221998-04-05 Richard Stallman <rms@psilocin.gnu.org>
5323
5324 * Makefile (srcs): Add nonascii.texi and customize.texi.
5325 (dist): Start by deleting `temp'.
5326
53271998-02-17 Richard Stallman <rms@psilocin.gnu.org>
5328
5329 * Makefile (makeinfo, texindex): Targets deleted.
5330 (makeinfo.o, texindex.o): Targets deleted.
5331 (clean, dist): Don't do anything with them or with getopt*.
5332
53331998-01-30 Richard Stallman <rms@psilocin.gnu.org>
5334
5335 * Makefile (SHELL): Defined.
5336
53371998-01-27 Richard Stallman <rms@psilocin.gnu.org>
5338
5339 * Makefile (elisp.tps): New target.
5340 (elisp.dvi): Depend on elisp.tps.
5341
5342Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
5343
5344 * README: Update phone number.
5345
5346 * Makefile (elisp): Make this be the default target.
5347 Depend on makeinfo.c instead of makeinfo.
5348 (install): Don't depend on elisp.dvi, since we don't install that.
5349 Use mkinstalldirs.
5350 (dist): Add mkinstalldirs.
5351
5352Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5353
5354 * Makefile (VERSION): Update version number.
5355 (maintainer-clean): Renamed from realclean.
5356
5357Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5358
5359 * Makefile (realclean): New target.
5360 (elisp): Remove any old elisp-* files first.
5361
5362Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5363
d1f08d85
SM
5364 * Makefile (VERSION): New variable.
5365 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5366 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
5367
5368Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5369
5370 * Makefile (elisp): Depend on makeinfo.
5371
5372Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
5373
d1f08d85 5374 * Makefile (srcs): Add anti.texi.
94ec544d
DL
5375
5376Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5377
5378 * Makefile (infodir, prefix): New vars.
5379 (install): Use infodir.
5380 (emacsinfodir): Deleted.
5381
5382Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5383
5384 * Makefile (srcs): Add calendar.texi.
5385
5386 * Makefile (dist): Copy texindex.c and makeinfo.c.
5387 Limit elisp-* files to those with one or two digits.
5388
5389Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5390
5391 * Makefile (dist): Changed to use Gzip instead of compress.
5392
5393Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5394
5395 * loading.texi (Unloading): define-function changed back to
5396 defalias. It may not stay this way, but at least it's
5397 consistent with the known-good version of the code patch.
5398
5399Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5400
5401 * modes.texi (Hooks): Document new optional arg of add-hook.
5402
5403Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5404
d1f08d85 5405 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
5406
5407 * tips.texi: Add new section on standard library headers.
5408
5409Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5410
5411 * Makefile (srcs): Add frame.texi to the list of sources.
5412
5413Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5414
5415 * Makefile (dist): Don't bother excluding autosave files; they'll
5416 never make it into the temp directory anyway, and the hash marks
5417 in the name are problematic for make and the Bourne shell.
dff28924 5418 (srcs):
94ec544d
DL
5419
5420Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5421
d1f08d85 5422 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
5423 the distribution tar file.
5424
dff28924 5425Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
5426
5427 * Makefile (srcs): Added index.perm.
5428 (elisp.dvi): Remove erroneous shell comment.
5429 Expect output of permute-index in permuted.fns.
5430 Save old elisp.aux in elisp.oaux.
5431 (clean): Added index.texi to be deleted.
5432
dff28924 5433Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5434
5435 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5436
dff28924 5437Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d 5438
6db11765 5439 * files.texi: Noted that completion-ignored-extensions is ignored
94ec544d
DL
5440 when making *Completions*.
5441
5442Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5443
5444 * Makefile make dist now depends on elisp.dvi, since it tries
5445 to include it in the dist file.
5446
dff28924 5447Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
5448
5449 * functions.texinfo (Mapping Functions): Add missing quote
5450
dff28924 5451Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5452
5453 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5454 (defunargs): Turn off \hyphenchar of \sl font temporarily.
5455
dff28924 5456Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5457
5458 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5459 and @error{} are the terms now being used. The files in the
5460 directory have been changed to reflect this.
5461
d1f08d85 5462 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
5463 ` @result{}', using 5 spaces at the begining of the line.
5464
dff28924 5465Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5466
5467 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5468 experimental @indentedresult{}, @indentedexpandsto{} are part of
5469 the texinfo.tex in this directory. These TeX macros are not
5470 stable yet.
5471
dff28924 5472Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d 5473
6db11765 5474 * texinfo.tex: Temporarily added
d1f08d85 5475 \let\result=\dblarrow
94ec544d
DL
5476 \def\error{{\it ERROR} \longdblarrow}
5477 We need to do this better soon.
5478
dff28924 5479Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5480
5481 * Applied Karl Berry's patches to *.texinfo files, but not to
9b7fa297 5482 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
94ec544d
DL
5483 new title page format is also not applied, since it requires
5484 texinfo.tex changes.)
5485
5486 * Cleaned up `Makefile' and defined the `emacslibdir' directory
5487 for the Project GNU development environment.
5488
ad050e54 5489;; Local Variables:
fd026ee1 5490;; coding: iso-2022-7bit
33462dfa 5491;; add-log-time-zone-rule: t
ad050e54 5492;; End:
2a34a036 5493
651f374c 5494 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
ceb4c4d3 5495 2005, 2006 Free Software Foundation, Inc.
2a34a036
GM
5496 Copying and distribution of this file, with or without modification,
5497 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
5498
5499;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda