(List Motion): Punctuation fix.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
294f1c39
RS
12006-12-17 Richard Stallman <rms@gnu.org>
2
3 * files.texi (File Name Completion): Document PREDICATE arg
4 to file-name-completion.
5
6d95228d
EZ
62006-12-16 Eli Zaretskii <eliz@gnu.org>
7
8 * internals.texi (Building Emacs, Writing Emacs Primitives): Add
9 index entries.
10
4de0c73c
RS
112006-12-11 Richard Stallman <rms@gnu.org>
12
13 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
14 affects face menu. Explain how to make it non-nil without enabling
15 any fontification.
16
31689f89
CY
172006-12-10 Chong Yidong <cyd@stupidchicken.com>
18
19 * modes.texi (Font Lock Basics): Document nil value of
20 font-lock-defaults.
21
8d4a66af
GM
222006-12-10 Glenn Morris <rgm@gnu.org>
23
24 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
9e7287f4
GM
25 value for system-flag argument. Abbrev tables may not be empty
26 when major modes are loaded.
8d4a66af 27
d6598d46
JB
282006-12-08 Juanma Barranquero <lekktu@gmail.com>
29
30 * makefile.w32-in (maintainer-clean): Partially revert last
31 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
32 to protect elisp-covers.texi.
33
c6883bfc
JB
342006-12-07 Juanma Barranquero <lekktu@gmail.com>
35
36 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
37 Don't remove elisp* info files; they are already deleted by the
38 `clean' and `distclean' targets, and they are in the $(infodir)
39 directory, not the current one.
40
9d8b24a2
KS
412006-12-04 Kim F. Storm <storm@cua.dk>
42
43 * commands.texi (Misc Events): Update signal events.
44 (Event Examples): Add signal example.
45
04c21c78
RS
462006-11-29 Richard Stallman <rms@gnu.org>
47
48 * frames.texi (Visibility of Frames): Explain visible windows
49 can be covered by others. Add xref for raise-frame.
50
7bc297d7
RS
512006-11-28 Richard Stallman <rms@gnu.org>
52
53 * searching.texi (Regexp Special): Update when ^ is special.
54
340d34a5
EZ
552006-11-27 Eli Zaretskii <eliz@gnu.org>
56
57 * customize.texi (Customization, Common Keywords)
58 (Group Definitions, Variable Definitions, Composite Types)
59 (Type Keywords, Customization Types): Add index entries for
60 various customization keywords.
61
6b28caea
SM
622006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
65
b9660a6f
JD
662006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
67
68 * frames.texi (Window System Selections): Remove clipboard from
69 description of selection-coding-system.
70
e5c12c7d
RS
712006-11-06 Richard Stallman <rms@gnu.org>
72
73 * lists.texi (List Variables): Document COMPARE-FN.
74
75 * keymaps.texi: Avoid use of "binding" to mean a relation;
33462dfa 76 use it only to refer to the meaning associated with a key.
e5c12c7d 77 (Keymaps): Change menu node description.
33462dfa 78
e5c12c7d
RS
79 * elisp.texi (Top): Change menu node description.
80
81 * display.texi (Managing Overlays): Document overlay-recenter.
82
b4e4dc3c
CY
832006-10-29 Chong Yidong <cyd@stupidchicken.com>
84
85 * Makefile.in: Use relative paths to avoid advertising filesystem
86 contents during compilation.
87
300734d7
KS
882006-10-23 Kim F. Storm <storm@cua.dk>
89
90 * commands.texi (Event Input Misc): Update unread-command-events.
91
aa02da7a
NR
922006-10-23 Nick Roberts <nickrob@snap.net.nz>
93
94 * lists.texi (Sets And Lists): Fix typos.
95
6db11765
JB
962006-10-18 Juanma Barranquero <lekktu@gmail.com>
97
98 * control.texi (Processing of Errors): Use @var for an argument,
99 not @code.
100
ff53796b
RS
1012006-10-16 Richard Stallman <rms@gnu.org>
102
103 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
104
105 * keymaps.texi (Format of Keymaps): Show all the keymap element
106 patterns that result from menu items.
107 (Key Lookup): Minor cleanups.
108
109 * modes.texi (Precalculated Fontification): Don't say that
110 not setting font-lock-defaults avoids loading font-lock.
111
112 * help.texi (Documentation): Move xref to Emacs Manual here.
113 (Documentation Basics): From here.
114 Also doc emacs-lisp-docstring-fill-column.
115
116 * elisp.texi: Update version and ISBN.
117
118 * commands.texi (Interactive Call): Clarify KEYS arg to
119 call-interactively is a vector.
120 (Command Loop Info): Delete anchor in this-command-keys.
121 Add anchor in this-command-keys-vector.
122 (Recursive Editing): Document how recursive-edit
123 handles the current buffer.
124
bb5da5be
CY
1252006-10-13 Chong Yidong <cyd@stupidchicken.com>
126
127 * frames.texi (Frame Titles): %c and %l are ignored in
128 frame-title-format.
129
8972d253
RS
1302006-10-11 Richard Stallman <rms@gnu.org>
131
132 * keymaps.texi (Key Sequences): Clarify use of kbd.
133
3075e881
KS
1342006-10-10 Kim F. Storm <storm@cua.dk>
135
136 * lists.texi (Sets And Lists): Add memql.
137
01993898
RS
1382006-10-03 Richard Stallman <rms@gnu.org>
139
140 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
141 Clarify :ascii: and :nonascii:.
142
f9df5f68
JL
1432006-09-29 Juri Linkov <juri@jurta.org>
144
145 * modes.texi (%-Constructs): Reorder coding systems in the
146 documentation of %z to the real order displayed in the modeline.
147
98259f08
RS
1482006-09-25 Richard Stallman <rms@gnu.org>
149
150 * os.texi (Timers): Describe timer-max-repeats.
151
2d56beed
CY
1522006-09-25 Chong Yidong <cyd@stupidchicken.com>
153
154 * os.texi (Timers): Mention with-local-quit.
155
45c912f2
RS
1562006-09-24 Richard Stallman <rms@gnu.org>
157
158 * searching.texi (Searching and Matching): Mention property search.
159
160 * commands.texi (Command Loop Info): Explain how read-event affects
161 this-command-keys.
162
aa256798
RS
1632006-09-20 Richard Stallman <rms@gnu.org>
164
45c912f2
RS
165 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
166
aa256798
RS
167 * windows.texi (Window Start): Minor cleanups.
168
a4df1f8b
KS
1692006-09-20 Kim F. Storm <storm@cua.dk>
170
171 * windows.texi (Window Start): pos-visible-in-window-p allows
172 specifying t for position to mean "end of window".
173 Add window-line-height.
174
175 * anti.texi (Antinews): Mention window-line-height.
176
74686736
DK
1772006-09-19 David Kastrup <dak@gnu.org>
178
179 * keymaps.texi (Searching Keymaps): Small clarification.
180
a0c489f1
RS
1812006-09-18 Richard Stallman <rms@gnu.org>
182
2a27a16b
RS
183 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
184 cause keyboard menus.
185 (Menu Keymaps): Likewise.
186 (Defining Menus, Keyboard Menus): Clarify.
187
a0c489f1
RS
188 * text.texi (Fields): Clarify explanation of constrain-to-field.
189
1e9265dd
EZ
1902006-09-16 Eli Zaretskii <eliz@gnu.org>
191
192 * variables.texi (Tips for Defining): Fix a typo.
193
74f526f3
RS
1942006-09-15 Richard Stallman <rms@gnu.org>
195
196 * keymaps.texi (Remapping Commands, Searching Keymaps)
197 (Active Keymaps): Clean up previous change.
198
45a2056c
JB
1992006-09-15 Jay Belanger <belanger@truman.edu>
200
201 * gpl.texi: Replace "Library Public License" by "Lesser Public
202 License" throughout.
203
b74e16a3
DK
2042006-09-15 David Kastrup <dak@gnu.org>
205
206 * keymaps.texi (Active Keymaps): Adapt description to use
207 `get-char-property' instead `get-text-property'. Explain how
208 mouse events change this. Explain the new optional argument of
209 `key-binding' and its mouse-dependent lookup.
74f526f3 210 (Searching Keymaps): Adapt description similarly.
74686736
DK
211 (Remapping Commands): Explain the new optional argument of
212 `command-remapping'.
b74e16a3 213
18d55b24
RS
2142006-09-14 Richard Stallman <rms@gnu.org>
215
216 * keymaps.texi (Searching Keymaps): Clarification.
217 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
218
2192006-09-13 Richard Stallman <rms@gnu.org>
220
221 * objects.texi (Character Type): Node split.
222 Add xref to Describing Characters.
223 (Basic Char Syntax, General Escape Syntax)
224 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
225
8b170b82
RS
2262006-09-11 Richard Stallman <rms@gnu.org>
227
228 * display.texi (Display Table Format): Wording clarification.
c5b0bab9 229 (Glyphs): Clarifications.
8b170b82 230
3250aca2
CY
2312006-09-10 Chong Yidong <cyd@stupidchicken.com>
232
233 * keymaps.texi (Active Keymaps): Mention that key-binding checks
234 local maps.
235
606fd469
KS
2362006-09-10 Kim F. Storm <storm@cua.dk>
237
238 * display.texi (Forcing Redisplay): Document return value of
239 function redisplay.
240
755b2209
RS
2412006-09-09 Richard Stallman <rms@gnu.org>
242
1d7b95f5
RS
243 * windows.texi (Window Hooks): Explain limits of
244 window-scroll-functions.
245
755b2209
RS
246 * display.texi (Fringe Indicators): Update for last change in
247 indicate-buffer-boundaries.
248
af09dd78
RS
2492006-09-08 Richard Stallman <rms@gnu.org>
250
251 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
252
2010a78c
KS
2532006-09-06 Kim F. Storm <storm@cua.dk>
254
bdd26918
KS
255 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
256
2010a78c
KS
257 * windows.texi (Window Start): Update pos-visible-in-window-p.
258
bae12237
RS
2592006-09-04 Richard Stallman <rms@gnu.org>
260
261 * processes.texi (Accepting Output): Explain SECONDS=0 for
262 accept-process-output.
263
264 * os.texi (Idle Timers): Explain why timer functions should not
265 loop until (input-pending-p).
266
ebc80ddf
EZ
2672006-09-02 Eli Zaretskii <eliz@gnu.org>
268
269 * makefile.w32-in (usermanualdir): New variable.
270 (elisp.dvi): Use it.
271
a66d9563
EZ
2722006-09-01 Eli Zaretskii <eliz@gnu.org>
273
274 * buffers.texi (Buffer Modification): Fix last change.
275
5a8f5165
CY
2762006-09-01 Chong Yidong <cyd@stupidchicken.com>
277
278 * buffers.texi (Buffer Modification): Document
279 buffer-chars-modified-tick.
280
80e0572b
RS
2812006-08-31 Richard Stallman <rms@gnu.org>
282
283 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
284
2852006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
931d878d
SM
286
287 * modes.texi (Syntactic Font Lock):
80e0572b
RS
288 Mention font-lock-syntactic-face-function
289 instead of specific faces.
931d878d 290
bda420a3
CY
2912006-08-29 Chong Yidong <cyd@stupidchicken.com>
292
293 * display.texi (Images): Add xrref to display-images-p.
294
c6f8bb3a
KH
2952006-08-28 Kenichi Handa <handa@m17n.org>
296
297 * nonascii.texi (Lisp and Coding Systems): Fix description of
298 detect-coding-region.
299
7a210b69
MB
3002006-08-27 Michael Olson <mwolson@gnu.org>
301
302 * processes.texi (Transaction Queues): Remove stray quote
303 character.
304
3e04a8fc
RS
3052006-08-25 Richard Stallman <rms@gnu.org>
306
307 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
308 Add xref.
309
fda97484
CY
3102006-08-24 Chong Yidong <cyd@stupidchicken.com>
311
312 * os.texi (Timers): Avoid waiting inside timers.
313
3e46b34c
LK
3142006-08-21 Lute Kamstra <lute@gnu.org>
315
316 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
317
ce629713
RS
3182006-08-20 Richard Stallman <rms@gnu.org>
319
320 * os.texi (Idle Timers): New node, split out from Timers.
321 Document current-idle-time.
322 * commands.texi (Reading One Event): Update xref.
323 * elisp.texi (Top): Update subnode menu.
324
3cb74cd1
RS
3252006-08-16 Richard Stallman <rms@gnu.org>
326
327 * keymaps.texi (Extended Menu Items): Show format of cached
328 bindings in extended menu items.
329
330 * customize.texi (Variable Definitions): Explain when the
331 standard value expression is evaluated.
332
7e188449
CY
3332006-08-15 Chong Yidong <cyd@stupidchicken.com>
334
335 * commands.texi (Reading One Event): Explain idleness in
336 `read-event'.
337
b8f5396a
CY
3382006-08-12 Chong Yidong <cyd@stupidchicken.com>
339
340 * text.texi (Near Point): Say "cursor" not "terminal cursor".
341 (Commands for Insertion): Removed split-line since it's not
342 relevant for Lisp programming.
343 (Yank Commands): Rewrite introduction.
344 (Undo): Clarify.
345 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
346 (Filling): Remove redundant comment. Clarify return value of
347 current-justification.
348 (Margins): Minor clarifications.
349 (Adaptive Fill): Update default value of adaptive-fill-regexp.
350 (Sorting): Update definition of sort-lines.
351 (Columns): Clarify behavior of sort-columns.
352 (Indent Tabs): Link to Tab Stops in Emacs manual.
353 (Special Properties): Clarify.
354 (Clickable Text): Mention Buttons package.
355
0c80afbd
EZ
3562006-08-12 Kevin Ryde <user42@zip.com.au>
357
358 * os.texi (Time Parsing): Add %z to description of
359 format-time-string, as per docstring. Add cross reference to
360 glibc manual for strftime.
361
02a2b2ad
RS
3622006-08-08 Richard Stallman <rms@gnu.org>
363
364 * modes.texi: Clean up wording in previous change.
365
34e5974a
CY
3662006-08-07 Chong Yidong <cyd@stupidchicken.com>
367
368 * modes.texi (Hooks): Clarify.
369 (Major Mode Basics): Mention define-derived-mode explicitly.
370 (Major Mode Conventions): Rebinding RET is OK for some modes.
371 Mention change-major-mode-hook and after-change-major-mode-hook.
372 (Example Major Modes): Moved to end of Modes section.
373 (Mode Line Basics): Clarify.
374 (Mode Line Data): Mention help-echo and local-map in strings.
375 Explain reason for treatment of non-risky variables.
376 (Properties in Mode): Clarify.
377 (Faces for Font Lock): Add font-lock-negation-char-face.
378
65c6c6b6
EZ
3792006-08-04 Eli Zaretskii <eliz@gnu.org>
380
381 * strings.texi (Formatting Strings): Warn against arbitrary
382 strings as first arg to `format'.
383
fc0ba1d0
TTN
3842006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
385
386 * text.texi (Clickable Text): Mention `help-echo' text property.
387 Update intro, examples and associated explanations.
388
a3483884
RS
3892006-07-31 Richard Stallman <rms@gnu.org>
390
391 * commands.texi: Update xrefs.
392 (Event Mod): New node, cut out from old Translating Input.
393
394 * maps.texi: Update xrefs.
fc0ba1d0 395
a3483884
RS
396 * keymaps.texi (Translation Keymaps): New node.
397 Update xrefs from Translating Input to Translation Keymaps.
fc0ba1d0 398
a3483884
RS
399 * elisp.texi (Top): Update subnode menu.
400
401 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
402
403 * os.texi (System Interface): Fix menu descriptions of some nodes.
404 (Translating Input): Node deleted.
fc0ba1d0 405
ec777101
NR
4062006-07-31 Nick Roberts <nickrob@snap.net.nz>
407
408 * modes.texi (Minor Mode Conventions): Update link for add-to-list.
409
410 * lists.texi (Sets And Lists): Likewise.
411
0f42ea76
TTN
4122006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
413
414 * text.texi (Fields): Mention POS
415 requirement when narrowing is in effect.
416
eb107d09
RS
4172006-07-28 Richard Stallman <rms@gnu.org>
418
0de8dcc9
RS
419 * display.texi (Face Attributes): Simplify wording.
420 (Attribute Functions): Clarify meaning of new-frame default
421 attribute settings.
422
eb107d09
RS
423 * customize.texi (Common Keywords): Document how to use
424 :package-version in a package not in Emacs.
425
d7fb9e6c
KS
4262006-07-28 Kim F. Storm <storm@cua.dk>
427
428 * commands.texi (Reading One Event): Fix last change.
429
c1c3d4f7
CY
4302006-07-26 Chong Yidong <cyd@stupidchicken.com>
431
432 * commands.texi (Reading One Event): Document SECONDS argument for
433 read-event, read-char, and read-char-exclusive.
434
94b39239
SM
4352006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
436
437 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
438 to ensure correct identification.
439
1cff9220
RS
4402006-07-24 Richard Stallman <rms@gnu.org>
441
5ac64732
RS
442 * text.texi (Clickable Text): Clarify.
443
1cff9220
RS
444 * sequences.texi (Vector Functions): Delete duplicate xref.
445
446 * objects.texi (Function Type): Clarify.
447
448 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
449 modes.
450
451 * lists.texi (List Variables): New node.
452 Material moved from other nodes.
453
454 * variables.texi (Setting Variables): add-to-list and
455 add-to-ordered-list moved to List Variables node.
456
38db29e0
TTN
4572006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
458
459 * text.texi (Links and Mouse-1):
460 For mouse-on-link-p, expand on arg POS.
461
9e4101b2
KS
4622006-07-21 Kim F. Storm <storm@cua.dk>
463
464 * display.texi (Forcing Redisplay): Don't mention systems which
465 don't support sub-second timers for redisplay-preemption-period.
466
467 * os.texi (Terminal Output): Clarify text vs graphical terminal.
468
cc539208
EZ
4692006-07-21 Eli Zaretskii <eliz@gnu.org>
470
471 * frames.texi (Input Focus): Document that focus-follows-mouse has
472 no effect on MS-Windows.
473
c29fbc93
RS
4742006-07-18 Richard Stallman <rms@gnu.org>
475
1ef252f6
RS
476 * display.texi (Forcing Redisplay): Cleanups in previous change.
477
c29fbc93
RS
478 * processes.texi (Low-Level Network): Make menu more convenient.
479
5b5fca28
KS
4802006-07-18 Kim F. Storm <storm@cua.dk>
481
2d545d83
KS
482 * display.texi (Forcing Redisplay): redisplay-preemption-period
483 only used on window systems. Add xref to Terminal Output.
484
485 * os.texi (Terminal Output): baud-rate only controls preemption on
486 non-window systems. Add xref to Forcing Redisplay.
487
5b5fca28
KS
488 * processes.texi (Low-Level Network): Rename node "Make Network"
489 to "Network Processes".
490
42995636
KB
4912006-07-18 Karl Berry <karl@gnu.org>
492
5b5fca28
KS
493 * variables.texi, functions.texi, customize.texi, loading.texi:
494 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
42995636 495
e1842332
CY
4962006-07-17 Chong Yidong <cyd@stupidchicken.com>
497
498 * commands.texi (Waiting): Document batch-mode sit-for behavior.
499
daeeeffc
RS
5002006-07-17 Richard Stallman <rms@gnu.org>
501
7c0c29ee
RS
502 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
503 Put period and comma inside quotes.
5b5fca28 504
7c0c29ee
RS
505 * loading.texi, markers.texi: Use real doublequote inside menus.
506
507 * windows.texi: Put point and comma inside quotes.
508 (Textual Scrolling): Use @samp for error message.
509
5b5fca28
KS
510 * variables.texi, tips.texi, syntax.texi, symbols.texi:
511 * strings.texi, streams.texi, processes.texi, os.texi:
7c0c29ee
RS
512 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
513 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5b5fca28
KS
514 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
515 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7c0c29ee 516 Put point and comma inside quotes.
5b5fca28 517
05bdf2d7
RS
518 * control.texi (Processing of Errors): Add command-error-function.
519
daeeeffc
RS
520 * variables.texi (File Local Variables): Clarify that
521 file local variables make buffer-local bindings.
522
523 * modes.texi (Syntactic Font Lock): Give default for
524 font-lock-syntax-table.
525
7e1c1289
NR
5262006-07-17 Nick Roberts <nickrob@snap.net.nz>
527
528 * text.texi (Special Properties): Clean up previous change.
529
912c7235
KB
5302006-07-16 Karl Berry <karl@gnu.org>
531
5b5fca28
KS
532 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
533 * control.texi: Fix bad page breaks through chapter 10 (control).
ece35e15 534
5b5fca28 535 * anti.texi (Antinews): Reorder face-attribute fns to avoid
912c7235
KB
536 underfull hbox.
537
54b7938f
NR
5382006-07-15 Nick Roberts <nickrob@snap.net.nz>
539
540 * text.texi (Special Properties): Describe fontified text property
541 in relation to a character (not text).
542
3f11901a
KS
5432006-07-15 Kim F. Storm <storm@cua.dk>
544
0864179a
KS
545 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
546 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
547 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
548
3f11901a
KS
549 * anti.texi (Antinews): Mention redisplay function.
550 The kbd macro existed, but was not documented, before 22.x.
551 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
552
b4f62d0a
NR
5532006-07-14 Nick Roberts <nickrob@snap.net.nz>
554
555 * display.texi (Displaying Messages): Add anchor.
556
557 * frames.texi (Dialog Boxes): Use it.
558
2c6e026a
RS
5592006-07-12 Richard Stallman <rms@gnu.org>
560
561 * objects.texi (Frame Type): Explain nature of frames better.
562
563 * frames.texi (Frames): Explain nature of frames better.
564
5652006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
566
567 * tips.texi (Coding Conventions): Explain why use cl at compile time.
568
099d4201
YM
5692006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
570
571 * frames.texi (Window System Selections): Mention scrap support for Mac.
572 Default value of x-select-enable-clipboard is t on Mac.
573
574 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
575
ff97f952
KS
5762006-07-11 Kim F. Storm <storm@cua.dk>
577
578 * display.texi (Forcing Redisplay): Add `redisplay' function.
579 Don't mention (sit-for -1) -- use (redisplay t) instead.
580
581 * commands.texi (Waiting): (sit-for -1) is no longer special.
582 (sit-for 0) is equivalent to (redisplay).
583 Iconifying/deiconifying no longer makes sit-for return.
584
a183016f
NR
5852006-07-10 Nick Roberts <nickrob@snap.net.nz>
586
587 * display.texi (Buttons): Fix typo.
588
589 * index.texi, elisp.texi (New Symbols): Comment node out.
590
b86be617
RS
5912006-07-09 Richard Stallman <rms@gnu.org>
592
593 * display.texi (Truncation): Clean up previous change.
594
3aa7c28e
RS
5952006-07-08 Richard Stallman <rms@gnu.org>
596
597 * commands.texi (Interactive Call): Use 3 as prefix in example
598 for execute-extended-command.
599
600 * display.texi (Attribute Functions): Move paragraph about
601 compatibility with Emacs < 21.
602
5a1048a5
KS
6032006-07-09 Kim F. Storm <storm@cua.dk>
604
605 * display.texi (Refresh Screen): Clarify force-window-update.
606 (Truncation): "Normally" indicated by fringe arrows.
607
89fb9154
EZ
6082006-07-08 Eli Zaretskii <eliz@gnu.org>
609
5a1048a5
KS
610 * windows.texi (Textual Scrolling, Resizing Windows):
611 * variables.texi (Constant Variables):
89fb9154
EZ
612 * text.texi (Buffer Contents, Deletion, Changing Properties)
613 (Property Search, Special Properties, Sticky Properties)
5a1048a5 614 (Links and Mouse-1, Fields, Change Hooks):
89fb9154 615 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5a1048a5
KS
616 (Categories):
617 * symbols.texi (Other Plists):
618 * streams.texi (Output Variables):
619 * processes.texi (Input to Processes, Query Before Exit):
620 * positions.texi (Word Motion, Text Lines, List Motion):
89fb9154 621 * os.texi (Init File, System Environment, Sound Output)
5a1048a5 622 (Session Management):
89fb9154 623 * nonascii.texi (Text Representations, Character Sets)
5a1048a5
KS
624 (Chars and Bytes, Locales):
625 * modes.texi (Defining Minor Modes, Header Lines):
626 * minibuf.texi (Minibuffer Contents):
627 * markers.texi (Information from Markers):
628 * lists.texi (List Elements, Building Lists, Association Lists):
629 * keymaps.texi (Tool Bar):
630 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
631 * functions.texi (What Is a Function, Mapping Functions):
89fb9154
EZ
632 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
633 (Color Names, Text Terminal Colors, Display Feature Testing):
634 * files.texi (Visiting Functions, File Name Components)
5a1048a5 635 (Unique File Names, Contents of Directories):
89fb9154
EZ
636 * display.texi (Forcing Redisplay, Displaying Messages)
637 (Temporary Displays, Font Selection, Auto Faces)
638 (Font Lookup, Fringe Indicators, Display Margins)
639 (Image Descriptors, Showing Images, Image Cache, Button Types)
640 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5a1048a5
KS
641 (Display Table Format, Glyphs):
642 * control.texi (Iteration):
643 * commands.texi (Command Loop Info, Adjusting Point):
08b17d37
KS
644 * backups.texi (Making Backups, Auto-Saving):
645 Remove @tindex entries.
89fb9154 646
7f087030
KS
6472006-07-07 Kim F. Storm <storm@cua.dk>
648
649 * display.texi (Fringe Cursors): Fix typo.
650 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
651 (Overlay Arrow): Default is overlay-arrow fringe indicator.
652
978db147
RS
6532006-07-05 Richard Stallman <rms@gnu.org>
654
655 * text.texi (Buffer Contents): Add example of text props
656 in result of buffer-substring.
657 (Text Properties): Explain better about use of specific property names.
658 (Property Search): Some cleanups; reorder some functions.
659
660 * keymaps.texi (Changing Key Bindings): Cleanup.
661 Add xref to Key Binding Conventions.
662
663 * display.texi (Attribute Functions): Add examples for
664 face-attribute-relative-p.
665
666 * tips.texi (Coding Conventions): Cleanup last change.
667
42b50684
KB
6682006-07-05 Karl Berry <karl@gnu.org>
669
08b17d37
KS
670 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
671 Remove @setchapternewpage odd.
42b50684
KB
672 Result is 1013 pages, down from 1100.
673
08b17d37
KS
674 * anti.texi, customize.texi, display.texi, internals.texi:
675 * minibuf.texi, modes.texi, tips.texi:
9b7fa297 676 Fix overfull/underfull boxes.
42b50684 677
180f018c
TTN
6782006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
679
680 * edebug.texi (Instrumenting):
681 Add Edebug-specific findex for eval-buffer.
682 * loading.texi (Loading):
683 Replace eval-current-buffer with eval-buffer.
684
8e338f7b
EZ
6852006-06-30 Nick Roberts <nickrob@snap.net.nz>
686
687 * locals.texi (Standard Buffer-Local Variables): Update the list
688 of variables.
689
0770a251
NR
6902006-06-26 Nick Roberts <nickrob@snap.net.nz>
691
692 * files.texi (File Name Completion): Point user to the node
693 "Reading File Names".
694
d9034473
EZ
6952006-06-24 Eli Zaretskii <eliz@gnu.org>
696
eff6bfea
EZ
697 * files.texi (Contents of Directories): Document case-insensitive
698 behavior on respective filesystems.
699
d9034473
EZ
700 * objects.texi (Character Type): Document that Emacs signals an
701 error for unsupported Unicode characters specified as \uNNNN.
702
a5bd14d3
RS
7032006-06-19 Richard Stallman <rms@gnu.org>
704
705 * processes.texi (Bindat Spec): Clarify previous change.
706
d1ae9041
RS
7072006-06-16 Richard Stallman <rms@gnu.org>
708
709 * tips.texi (Coding Conventions): Better explain conventions
710 for definition constructs.
711
712 * text.texi (Special Properties): String value of `read-only'
713 serves as the error message.
714
715 * objects.texi (Character Type): Clarify prev. change.
716 (Non-ASCII in Strings): Mention \u and \U.
717
718 * commands.texi (Using Interactive): Explain problem of
719 markers, etc., in command-history.
720
1bb32610
KS
7212006-06-14 Kim F. Storm <storm@cua.dk>
722
723 * commands.texi (Waiting): Negative arg to sit-for forces
724 redisplay even if input is pending.
725
726 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
727 redisplay. Remove incorrect example of binding redisplay-dont-pause
728 around (sit-for 0).
729
c7484981
RS
7302006-06-13 Richard Stallman <rms@gnu.org>
731
732 * display.texi (Forcing Redisplay): Clarify previous change.
733
d211faa2
RF
7342006-06-13 Romain Francoise <romain@orebokech.com>
735
736 * display.texi (Forcing Redisplay): Fix typo.
737
8eb2b87f
KS
7382006-06-13 Kim F. Storm <storm@cua.dk>
739
740 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
741
503b5e1c
LT
7422006-06-10 Luc Teirlinck <teirllm@auburn.edu>
743
744 * tips.texi (Coding Conventions): Add `@end itemize'.
745
9e362b84
RS
7462006-06-10 Richard Stallman <rms@gnu.org>
747
748 * tips.texi (Coding Conventions): Explain use of coding systems
749 to ensure one decoding for strings.
750
7cb93181
EZ
7512006-06-09 Aidan Kehoe <kehoea@parhasard.net>
752
9b7fa297 753 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7cb93181
EZ
754 syntax.
755
afd63bda
EZ
7562006-06-07 Eli Zaretskii <eliz@gnu.org>
757
758 * display.texi (Font Selection): Remove description of
759 clear-face-cache.
760
761 * compile.texi (Eval During Compile): Fix a typo. Add index
762 entries for possible uses of eval-when-compile.
763
71ee3e04
TTN
7642006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
765
766 * display.texi (Abstract Display): Fix typo.
767
a941b26b
EZ
7682006-06-03 Eli Zaretskii <eliz@gnu.org>
769
770 * minibuf.texi (Minibuffer History) <history-add-new-input>:
771 Reword variable's description.
772
963128f3
RS
7732006-06-01 Richard Stallman <rms@gnu.org>
774
775 * windows.texi (Splitting Windows): Clarify splitting nonselected
776 window.
777
82db8fa7
JL
7782006-05-31 Juri Linkov <juri@jurta.org>
779
780 * minibuf.texi (Minibuffer History): Add history-add-new-input.
781
d9e8091d
RS
7822006-05-30 Richard Stallman <rms@gnu.org>
783
6ac209a3
RS
784 * display.texi (Line Height): Fix errors in description of
785 default line height and line-height properyty.
786
d9e8091d
RS
787 * nonascii.texi (Default Coding Systems): Further clarification.
788
93fd6289
LT
7892006-05-29 Luc Teirlinck <teirllm@auburn.edu>
790
791 * internals.texi (Pure Storage): Mention that an overflow in pure
792 space causes a memory leak.
793 (Garbage Collection): If there was an overflow in pure space,
794 `garbage-collect' returns nil.
795
7c42b3e0
EZ
7962006-05-30 Eli Zaretskii <eliz@gnu.org>
797
798 * nonascii.texi (Default Coding Systems): Fix it some more.
799
b8909e88
EZ
8002006-05-29 Eli Zaretskii <eliz@gnu.org>
801
802 * nonascii.texi (Default Coding Systems): Fix last change.
803
6d3906d5
KH
8042006-05-29 Kenichi Handa <handa@m17n.org>
805
806 * nonascii.texi (find-operation-coding-system): Describe the new
807 argument format (FILENAME . BUFFER).
808
0985f920
RS
8092006-05-28 Richard Stallman <rms@gnu.org>
810
811 * tips.texi (Coding Conventions): Better explain reasons not to
812 advise other packages or use `eval-after-load'.
813
6c6e0bb4
KS
8142006-05-29 Kim F. Storm <storm@cua.dk>
815
816 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
817 `bindat-idx' and `bindat-raw' for clarity.
818
096432af
TTN
8192006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
820
b9e17eb3
TTN
821 * processes.texi (Bindat Spec): Expand on `repeat' handler.
822
096432af
TTN
823 * display.texi (Display): Add "Abstract Display" to menu.
824 (Abstract Display, Abstract Display Functions)
825 (Abstract Display Example): New nodes.
826 * elisp.texi (Top): Add "Abstract Display" to menu.
827
e4b3f22f
CY
8282006-05-27 Chong Yidong <cyd@stupidchicken.com>
829
917b8227
CY
830 * keymaps.texi (Key Sequences): Link to input events definition.
831 (Format of Keymaps): Delete material duplicated in Keymap Basics.
832
e4b3f22f
CY
833 * files.texi (Changing Files): Document updated argument list for
834 copy-file.
835
f1b64ef1
TTN
8362006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
837
838 * processes.texi (Bindat Functions): Explain term "total length".
839 Use it in bindat-length and bindat-pack descriptions.
840
3d0793e4
EZ
8412006-05-26 Eli Zaretskii <eliz@gnu.org>
842
843 * tips.texi (Coding Conventions): Advise against using
844 eval-after-load in packages. Add an index entry.
845
abeb5483
JL
8462006-05-25 Juri Linkov <juri@jurta.org>
847
92aa92fa
JL
848 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
849
abeb5483
JL
850 * modes.texi (%-Constructs): Add %e, %z, %Z.
851
403a7bca
RS
8522006-05-25 Richard Stallman <rms@gnu.org>
853
854 * elisp.texi (Top): Update subnode menu.
855
856 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
857 (Keymaps): Update menu.
858
39a9bed3
CY
8592006-05-25 Chong Yidong <cyd@stupidchicken.com>
860
861 * keymaps.texi (Key Sequences): Some clarifications.
862
78b3f5c3
TTN
8632006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
864
865 * processes.texi (Bindat Functions): Say "unibyte string"
866 explicitly for bindat-unpack and bindat-pack descriptions.
867 (Bindat Examples): Don't call `string-make-unibyte' in example.
868
08244b81
CY
8692006-05-25 Chong Yidong <cyd@stupidchicken.com>
870
871 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
872 Explain string and vector representations of key sequences
873
78b3f5c3
TTN
874 * keymaps.texi (Changing Key Bindings):
875 * commands.texi (Interactive Codes, Interactive Codes):
08244b81
CY
876 * help.texi (Describing Characters): Refer to it.
877
b370c94d
LT
8782006-05-23 Luc Teirlinck <teirllm@auburn.edu>
879
880 * frames.texi (Pointer Shape): @end table -> @end defvar.
881
b8223441
RS
8822006-05-22 Richard Stallman <rms@gnu.org>
883
884 * elisp.texi (Top): Update subnode menus.
885
886 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
887 Contents rewritten; material from old Pointer Shape node moved here.
888
889 * display.texi (Pointer Shape): Node deleted.
890 (Image Descriptors): Minor cleanup.
891
c18eec5c
RS
8922006-05-21 Richard Stallman <rms@gnu.org>
893
894 * syntax.texi (Parsing Expressions): Update info on which STATE
895 elements are ignored.
896
9300b310
LT
8972006-05-19 Luc Teirlinck <teirllm@auburn.edu>
898
86735b2d
LT
899 * hooks.texi (Standard Hooks): Correct typo.
900
9300b310
LT
901 * gpl.texi (GPL): ifinfo -> ifnottex.
902
75e3b957
EZ
9032006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
904
905 * searching.texi (Simple Match Data): Warn about match data being
906 set anew by every search.
907
0bcf8735
RS
9082006-05-17 Richard Stallman <rms@gnu.org>
909
910 * minibuf.texi (Minibuffer History): Clarify.
911
912 * searching.texi (Regexp Special): Clarify nested regexp warning.
913
b3abe3a5
KS
9142006-05-16 Kim F. Storm <storm@cua.dk>
915
916 * minibuf.texi (Minibuffer History): Update add-to-history.
917
bc20db55
KH
9182006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
919
920 * nonascii.texi (Explicit Encoding): Fix
921 typo (encoding<->decoding).
922
f31263a4
RS
9232006-05-14 Richard Stallman <rms@gnu.org>
924
46a2df8e
RS
925 * buffers.texi (Creating Buffers): Cleanup.
926
f31263a4
RS
927 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
928
1299a5a4
EZ
9292006-05-13 Eli Zaretskii <eliz@gnu.org>
930
642c61f3
EZ
931 * buffers.texi (Current Buffer): Document that with-temp-buffer
932 disables undo.
933
1299a5a4
EZ
934 * os.texi (Terminal-Specific): More accurate description of how
935 Emacs searches for the terminal-specific libraries.
936
61515a63
EZ
9372006-05-12 Eli Zaretskii <eliz@gnu.org>
938
b811ef49
EZ
939 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
940 emacs-xtra to @inforef's.
941
4a7910c7
EZ
942 * text.texi (Undo): Document that undo is turned off in buffers
943 whose names begin with a space.
944
945 * buffers.texi (Buffer Names): Add index entries for buffers whose
946 names begin with a space.
947 (Creating Buffers): Document that undo is turned off in buffers
948 whose names begin with a space.
949
f055e02c
EZ
950 * files.texi (Visiting Functions, Reading from Files)
951 (Saving Buffers): Mention code and EOL conversions by file I/O
952 primitives and subroutines.
953
0ef0b416
EZ
954 * nonascii.texi (Lisp and Coding Systems): Document
955 coding-system-eol-type. Add index entries for eol conversion.
956
61515a63
EZ
957 * display.texi (Defining Faces): Mention `mac', and add an xref to
958 where window-system is described.
959
e4c068c0
RS
9602006-05-10 Richard Stallman <rms@gnu.org>
961
962 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
963
31035927
RS
9642006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
965
966 * variables.texi (File Local Variables): Recommend to quote lambda
967 expressions in safe-local-variable property.
968
f12a0718
RS
9692006-05-09 Richard Stallman <rms@gnu.org>
970
971 * variables.texi (File Local Variables): Document
972 safe-local-eval-forms and safe-local-eval-function.
973
ed7e6c32
KS
9742006-05-07 Kim F. Storm <storm@cua.dk>
975
976 * minibuf.texi (Minibuffer History): Remove keep-dups arg
977 from add-to-history.
978
5a36d834
RF
9792006-05-07 Romain Francoise <romain@orebokech.com>
980
981 * commands.texi (Event Input Misc):
982 * compile.texi (Eval During Compile):
983 * internals.texi (Buffer Internals):
984 * minibuf.texi (Initial Input):
985 * nonascii.texi (Scanning Charsets):
986 * numbers.texi (Comparison of Numbers):
987 * windows.texi (Textual Scrolling, Vertical Scrolling):
988 Fix various typos.
989
fbc284f6
EZ
9902006-05-06 Eli Zaretskii <eliz@gnu.org>
991
f53d2e87
EZ
992 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
993 conditional xref's to either emacs or emacs-xtra, depending on
994 @iftex/@ifnottex.
995
fbc284f6
EZ
996 * minibuf.texi (Minibuffer History): Document add-to-history.
997
3dfed653
EZ
9982006-05-05 Eli Zaretskii <eliz@gnu.org>
999
1000 * internals.texi (Pure Storage): Mention the pure overflow message
1001 at startup.
1002
8e7a9a24
EZ
10032006-05-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1004
1005 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
1006 (Searching Keymaps): Fix pseudo-Lisp description of keymap
1007 search.
1008
d0789de9
RS
10092006-05-01 Richard Stallman <rms@gnu.org>
1010
1011 * intro.texi (nil and t): Clarify.
1012
1013 * variables.texi (File Local Variables): Suggest using booleanp.
1014
fc2cb772
JB
10152006-05-01 Juanma Barranquero <lekktu@gmail.com>
1016
1017 * objects.texi (Type Predicates): Fix typos.
1018
27c5714a
SM
10192006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1020
1021 * intro.texi (nil and t): Add booleanp.
1022
1023 * objects.texi (Type Predicates): Add links for booleanp and
1024 string-or-null-p.
1025
eadb9d45
RS
10262006-04-29 Richard Stallman <rms@gnu.org>
1027
27c5714a 1028 * modes.texi (Multiline Font Lock): Rename from
eadb9d45
RS
1029 Multi line Font Lock Elements. Much clarification.
1030 (Font Lock Multiline, Region to Fontify): Much clarification.
1031
7817e3d3
SM
10322006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1033
1034 * variables.texi (File Local Variables): Remove the special case t for
1035 safe-local-variable.
1036
8ac3a455
RS
10372006-04-26 Richard Stallman <rms@gnu.org>
1038
1039 * syntax.texi (Parsing Expressions): Minor cleanup.
1040
290e4aae
RS
10412006-04-18 Richard Stallman <rms@gnu.org>
1042
1043 * tips.texi (Coding Conventions): Explain when the package's
1044 prefix should appear later on (not at the start of the name).
1045
1046 * searching.texi (String Search): Clarify effect of NOERROR.
1047
1048 * modes.texi (Imenu): Clarify what special items do.
1049
1050 * hooks.texi (Standard Hooks): Delete text about old hook names.
1051
1e2b8ce5
RF
10522006-04-17 Romain Francoise <romain@orebokech.com>
1053
1054 * variables.texi (Local Variables): Update the default value of
1055 `max-specpdl-size'.
1056
51fa34bc
MB
10572006-04-15 Michael Olson <mwolson@gnu.org>
1058
1059 * processes.texi (Transaction Queues): Mention the new optional
1060 `delay-question' argument for `tq-enqueue'.
1061
61f32d39
BW
10622006-04-13 Bill Wohler <wohler@newt.com>
1063
1064 * customize.texi (Common Keywords): Use dotted notation for
9b7fa297 1065 :package-version value. Specify its values. Improve documentation
50b7bce0 1066 for customize-package-emacs-version-alist.
61f32d39 1067
4f8ed159
BW
10682006-04-12 Bill Wohler <wohler@newt.com>
1069
1070 * customize.texi (Common Keywords): Move description of
1071 customize-package-emacs-version-alist to @defvar.
1072
e5e864ab
BW
10732006-04-10 Bill Wohler <wohler@newt.com>
1074
1075 * customize.texi (Common Keywords): Add :package-version.
1076
6c230417
KS
10772006-04-10 Kim F. Storm <storm@cua.dk>
1078
1079 * text.texi (Buffer Contents): Add NOPROPS arg to
1080 filter-buffer-substring.
1081
d82eac8f
EZ
10822006-04-08 Kevin Ryde <user42@zip.com.au>
1083
1084 * os.texi (Command-Line Arguments): Update xref to emacs manual
1085 "Command Arguments" -> "Emacs Invocation", per change there.
1086
4f815b29
TTN
10872006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
1088
1089 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
1090 be on one line to help makeinfo not render two spaces after the dot.
1091
122c3009
RS
10922006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
1093
1094 * strings.texi (Predicates for Strings): Add string-or-null-p.
1095
da68bc3d
KS
10962006-03-28 Kim F. Storm <storm@cua.dk>
1097
1098 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
1099 remarks about systems that don't support fractional seconds.
1100
b223e22d
KB
11012006-03-25 Karl Berry <karl@gnu.org>
1102
fc2cb772 1103 * elisp.texi: Use @copyright{} instead of (C), and do not indent
b223e22d
KB
1104 the year list.
1105
b756c64c
NR
11062006-03-21 Nick Roberts <nickrob@snap.net.nz>
1107
1108 * display.texi (Fringe Indicators): Fix typos.
1109
fe3dca59
LT
11102006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1111
c287ad03 1112 * tips.texi (Documentation Tips): One can now also write `program'
fe3dca59
LT
1113 in front of a quoted symbol in a docstring to prevent making a
1114 hyperlink.
1115
e91d4202
AM
11162006-03-19 Alan Mackenzie <acm@muc.de>
1117
290e4aae 1118 * text.texi (Special Properties): Clarify `fontified' property.
e91d4202 1119
e8a5f60b
RS
11202006-03-16 Richard Stallman <rms@gnu.org>
1121
1122 * display.texi (Defining Images): Minor cleanup.
1123
486daaa5
BW
11242006-03-16 Bill Wohler <wohler@newt.com>
1125
1126 * display.texi (Defining Images): In image-load-path-for-library,
1127 prefer user's images.
1128
4ffc92c2
SM
11292006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1130
1131 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
1132
874a6ef8
BW
11332006-03-15 Bill Wohler <wohler@newt.com>
1134
1135 * display.texi (Defining Images): Fix example in
1136 image-load-path-for-library by not recommending that one binds
fc2cb772 1137 image-load-path. Just defvar it to placate compiler and only use
874a6ef8
BW
1138 it if previously defined.
1139
70949f30
BW
11402006-03-14 Bill Wohler <wohler@newt.com>
1141
1142 * display.texi (Defining Images): In image-load-path-for-library,
1143 always return list of directories. Update example.
1144
c852c516
AM
11452006-03-14 Alan Mackenzie <acm@muc.de>
1146
1147 * modes.texi: New node, "Region to Fontify" (for Font Lock).
1148 This describes font-lock-extend-region-function.
4ffc92c2 1149 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
c852c516
AM
1150 the new node "Region to Fontify".
1151
7cd3712b
RS
11522006-03-13 Richard Stallman <rms@gnu.org>
1153
1154 * display.texi (Invisible Text): The impossible position is
1155 now before the invisible text, not after.
1156 (Defining Images): Clean up last change.
1157
2c676341
BW
11582006-03-11 Bill Wohler <wohler@newt.com>
1159
1160 * display.texi (Defining Images): Add image-load-path-for-library.
1161
6f49b4c5
LT
11622006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1163
2d14c9bf
LT
1164 * text.texi (Adaptive Fill): Fix Texinfo usage.
1165
1166 * strings.texi (Creating Strings): Fix Texinfo usage.
1167
6f49b4c5
LT
1168 * searching.texi (Regexp Special): Use @samp for regular
1169 expressions that are not in Lisp syntax.
1170
fc1d3386
LT
11712006-03-08 Luc Teirlinck <teirllm@auburn.edu>
1172
1173 * searching.texi (Regexp Special): Put remark between parentheses
1174 to avoid misreading.
1175
7b2c2ca9
LT
11762006-03-07 Luc Teirlinck <teirllm@auburn.edu>
1177
1178 * searching.texi (Syntax of Regexps): More accurately describe
1179 which characters are special in which situations.
1180 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
1181 are not special. Describe in detail when `[' and `]' are special.
1182 (Regexp Backslash): Plenty of regexps with unbalanced square
1183 brackets are valid, so reword that statement.
1184
f79bc642
KS
11852006-03-02 Kim F. Storm <storm@cua.dk>
1186
1187 * keymaps.texi (Tool Bar): Add tool-bar-border.
1188
1d9a5237
LT
11892006-02-28 Luc Teirlinck <teirllm@auburn.edu>
1190
a86b01fa 1191 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 1192
2534ef94
LT
11932006-02-27 Luc Teirlinck <teirllm@auburn.edu>
1194
1195 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
1196
1197 * files.texi (Locating Files): Suggest additional values for the
1198 SUFFIXES arg of `locate-file'. Update pxref.
1199
1200 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
1201 (How Programs Do Loading): Discuss the effects of Auto Compression
1202 mode on `load'.
1203 (Load Suffixes): New node.
394e96d5 1204 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
1205 moved to "Load Suffixes".
1206 (Autoload, Named Features): Mention `load-suffixes'.
1207
dd9959da 12082006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
1209
1210 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
1211
1212 * windows.texi (Window Tree): Fix typo.
1213
49af2995
KS
12142006-02-20 Kim F. Storm <storm@cua.dk>
1215
1216 * display.texi (Fringe Indicators): New section.
1217 Move indicate-empty-lines, indicate-buffer-boundaries, and
1218 default-indicate-buffer-boundaries here.
1219 Add fringe-indicator-alist and default-fringes-indicator-alist.
1220 Add list of logical fringe indicator symbols.
1221 Update list of standard bitmap names.
1222 (Fringe Cursors): New section.
1223 Move overflow-newline-into-fringe here.
1224 Add fringe-cursor-alist and default-fringes-cursor-alist.
1225 Add list of fringe cursor symbols.
1226
58f71009
JB
12272006-02-20 Juanma Barranquero <lekktu@gmail.com>
1228
1229 * commands.texi (Using Interactive): Fix reference to node
1230 "Minibuffers".
1231
5498b6af
RS
12322006-02-19 Richard M. Stallman <rms@gnu.org>
1233
1234 * minibuf.texi (High-Level Completion):
1235 Add xref to read-input-method-name.
1236
1237 * files.texi (Relative File Names): Move file-relative-name here.
1238 (File Name Expansion): From here. Minor clarifications.
1239
1240 * commands.texi (Using Interactive): Add xrefs about reading input.
1241 Clarify remarks about that moving point and mark.
1242 Put string case before list case.
1243
43ce897a 12442006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68 1245
4ffc92c2
SM
1246 * display.texi (Other Display Specs, Image Descriptors):
1247 Revert erroneous changes. The previous description of
1248 image-descriptors as `(image . PROPS)' was correct.
b6498a68 1249
1324d26e
RS
12502006-02-14 Richard M. Stallman <rms@gnu.org>
1251
1252 * variables.texi (File Local Variables): Clarifications.
1253
0da93350
JB
12542006-02-14 Juanma Barranquero <lekktu@gmail.com>
1255
1256 * variables.texi (File Local Variables): Use @code for a cons
1257 cell, not @var.
1258
51a39bab
CY
12592006-02-13 Chong Yidong <cyd@stupidchicken.com>
1260
1261 * variables.texi (File Local Variables): Document new file local
1262 variable behavior.
1263
d342156c
KS
12642006-02-10 Kim F. Storm <storm@cua.dk>
1265
1266 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
1267
8392fe4a
JB
12682006-02-08 Juanma Barranquero <lekktu@gmail.com>
1269
1270 * modes.texi (%-Constructs): Remove obsolete info about
1271 `global-mode-string'.
1272
cd6cd82a
RS
12732006-02-07 Richard M. Stallman <rms@gnu.org>
1274
d78dc2d8
RS
1275 * commands.texi (Prefix Command Arguments): Minor cleanup.
1276
1277 * display.texi: "Graphical display", not window system.
1278
cd6cd82a
RS
1279 * functions.texi (What Is a Function): Fix xref.
1280
1281 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
1282 (Changing Key Bindings): Clarify when remapping is better than
1283 substitute-key-definition.
1284
12852006-02-02 Richard M. Stallman <rms@gnu.org>
1286
1287 * minibuf.texi (Basic Completion): Completion alists are risky.
1288
1289 * keymaps.texi (Active Keymaps): Clarifications.
1290 (Searching Keymaps): New node.
1291 (Keymaps): Update menu.
1292
1293 * frames.texi (Layout Parameters): Minor clarification.
1294 (Drag and Drop): New node.
1295 (Frames): Update menu.
1296
cf052abc
CY
12972006-01-29 Chong Yidong <cyd@stupidchicken.com>
1298
4ffc92c2
SM
1299 * display.texi (Other Display Specs, Image Descriptors):
1300 Image description is a list, not a cons cell.
cf052abc 1301
1f2907ee
LT
13022006-01-28 Luc Teirlinck <teirllm@auburn.edu>
1303
1304 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
1305 list is not necessarily a list).
1306
a849f77d
EZ
13072006-01-27 Eli Zaretskii <eliz@gnu.org>
1308
1309 * frames.texi (Layout Parameters): border-width and
1310 internal-border-width belong to the frame, not the window.
1311
d322eb9b
RS
13122006-01-19 Richard M. Stallman <rms@gnu.org>
1313
1314 * nonascii.texi (Translation of Characters): Search cmds use
1315 translation-table-for-input. Automatically made local.
1316
1317 * markers.texi (Overview of Markers): Count insertion type
1318 as one of a marker's attributes.
1319
cd6cd82a
RS
1320 * keymaps.texi (Controlling Active Maps): New node, split out of
1321 Active Keymaps.
1322 (Keymaps): Menu updated.
1323 (Active Keymaps): Give pseudocode to explain how the active
1324 maps are searched. current-active-maps and key-binding moved here.
1325 (Functions for Key Lookup): current-active-maps and key-binding moved.
1326 Clarifications.
1327 (Searching the Keymaps): New subnode.
1328
d322eb9b
RS
1329 * elisp.texi (Top): Menu clarification.
1330
1331 * display.texi (Other Display Specs): Delete duplicate entry for
1332 just a string as display spec. Move text about recursive display
1333 specs on such a string.
1334
1335 * commands.texi (Key Sequence Input): Clarify.
1336 Move num-nonmacro-input-events out.
1337 (Reading One Event): num-nonmacro-input-events moved here.
1338
2ac77b5a
NR
13392006-01-14 Nick Roberts <nickrob@snap.net.nz>
1340
1341 * advice.texi (Simple Advice): Update example to fit argument
1342 change in previous-line.
1343
a203a18c
RS
13442006-01-05 Richard M. Stallman <rms@gnu.org>
1345
1346 * markers.texi (The Mark): Fix in `mark'.
1347
d9043ddf
RS
13482006-01-04 Richard M. Stallman <rms@gnu.org>
1349
1350 * processes.texi (Misc Network, Make Network): Minor cleanups.
1351
8a5db8ae
KS
13522006-01-04 Kim F. Storm <storm@cua.dk>
1353
1354 * processes.texi (Make Network): Add IPv6 addresses and handling.
1355 (Network Feature Testing): Mention (:family ipv6).
1356 (Misc Network): Add IPv6 formats to format-network-address.
1357
19bb7940
RS
13582005-12-30 Richard M. Stallman <rms@gnu.org>
1359
1360 * text.texi (Changing Properties):
1361 Don't use return value of set-text-properties.
1362
b9cb50d9
LT
13632005-12-29 Luc Teirlinck <teirllm@auburn.edu>
1364
1365 * modes.texi (Mode Line Format): Correct typo in menu.
1366
94a867a6
RS
13672005-12-29 Richard M. Stallman <rms@gnu.org>
1368
1369 * modes.texi (Mode Line Top): New node.
1370 (Mode Line Data): Some text moved to new node.
1371 Explain the data structure more concretely.
1372 (Mode Line Basics): Clarifications.
1373 (Mode Line Variables): Clarify intro paragraph.
1374 (%-Constructs): Clarify intro paragraph.
1375 (Mode Line Format): Update menu.
1376
ba455131
LT
13772005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1378
1379 * minibuf.texi (Basic Completion): Update lazy-completion-table
1380 examples for removal of ARGS argument.
1381
2b6abe1e
RS
13822005-12-23 Richard M. Stallman <rms@gnu.org>
1383
1384 * text.texi (Undo): Restore some explanation from the version
1385 that was deleted.
1386
2d7409f2
EZ
13872005-12-23 Eli Zaretskii <eliz@gnu.org>
1388
abeb5483 1389 * text.texi (Undo): Remove duplicate descriptions of `apply
2d7409f2
EZ
1390 funname' and `apply delta' elements of the undo list.
1391
2e23b82e
RS
13922005-12-20 Richard M. Stallman <rms@gnu.org>
1393
1394 * help.texi (Help Functions): Update documentation of `apropos'.
1395
a31687ce
LT
13962005-12-20 Luc Teirlinck <teirllm@auburn.edu>
1397
1398 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1399 because it is confusing. If the :help-echo keyword is a function,
1400 it is not directly used as the :help-echo overlay property, as the
1401 xref seems to suggest (it does not take the appropriate args).
1402
0e83c4e9
LT
14032005-12-19 Luc Teirlinck <teirllm@auburn.edu>
1404
1405 * customize.texi (Common Keywords): Fix Texinfo usage.
1406 (Group Definitions, Variable Definitions): Update for new
1407 conventions for using `*' in docstrings.
77df907a
LT
1408
1409 * tips.texi (Documentation Tips): Update for new conventions for
1410 using `*' in docstrings.
1411
69487a1f
RS
14122005-12-16 Richard M. Stallman <rms@gnu.org>
1413
1414 * minibuf.texi (Minibuffer Contents): Minor cleanup.
1415
2a502a32
JL
14162005-12-16 Juri Linkov <juri@jurta.org>
1417
1418 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1419
b158c851
RF
14202005-12-14 Romain Francoise <romain@orebokech.com>
1421
1422 * modes.texi (Customizing Keywords): Rename `append' to `how'.
1423 Fix typo.
1424
d7d1f75e
JL
14252005-12-11 Juri Linkov <juri@jurta.org>
1426
1427 * minibuf.texi (Completion Commands): Add mention of read-file-name
1428 for filename completion keymaps.
1429 (Reading File Names): Add mention of filename completion keymaps
1430 for read-file-name and xref to `Completion Commands'.
1431
4b1c16c2
RS
14322005-12-10 Richard M. Stallman <rms@gnu.org>
1433
1434 * customize.texi (Common Keywords): State caveats for use of :tag.
1435
1d49d5d9
RS
14362005-12-08 Richard M. Stallman <rms@gnu.org>
1437
2663a204
RS
1438 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1439 with xrefs and better explanation.
1440 (Completion Commands): Add the filename completion maps.
1441
1d49d5d9
RS
1442 * objects.texi (Character Type): Clarify that \s is not space
1443 if a dash follows.
1444
fa0d4d0c
RS
14452005-12-05 Richard M. Stallman <rms@gnu.org>
1446
1447 * windows.texi (Resizing Windows): Delete preserve-before args.
1448
d64b177a
SM
14492005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1450
1451 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1452 in full keymaps, since the quirk has been fixed.
1453
79019cc9
EZ
14542005-12-03 Eli Zaretskii <eliz@gnu.org>
1455
1456 * hooks.texi (Standard Hooks): Add index entries. Mention
1457 `compilation-finish-functions'.
1458
161ef3be
RS
14592005-11-27 Richard M. Stallman <rms@gnu.org>
1460
1461 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1462
17c1971a
JL
14632005-11-21 Juri Linkov <juri@jurta.org>
1464
1465 * customize.texi (Common Keywords): Update links types
1466 custom-manual and url-link. Add link types emacs-library-link,
1467 file-link, function-link, variable-link, custom-group-link.
1468
5890344b
CY
14692005-11-20 Chong Yidong <cyd@stupidchicken.com>
1470
1471 * display.texi: Revert 2005-11-20 change.
1472
cbce0752
TTN
14732005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1474
1475 * processes.texi (Bindat Functions):
1476 Say "third" to refer to zero-based index "2".
1477
ff04c885
LT
14782005-11-18 Luc Teirlinck <teirllm@auburn.edu>
1479
1480 * loading.texi (Library Search): Update the default value of
1481 `load-suffixes'.
1482
ce8d4e00
CY
14832005-11-17 Chong Yidong <cyd@stupidchicken.com>
1484
1485 * display.texi (Attribute Functions): Mention :ignore-defface.
1486
cbad4a9e
SM
14872005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 1490 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 1491
fda12b27
RS
14922005-11-06 Richard M. Stallman <rms@gnu.org>
1493
1494 * files.texi (Magic File Names): find-file-name-handler checks the
1495 `operations' property of the handler.
1496
e082564e
RS
14972005-11-03 Richard M. Stallman <rms@gnu.org>
1498
1499 * variables.texi (Frame-Local Variables): Small clarification.
1500
f0cdd9e4
CY
15012005-10-29 Chong Yidong <cyd@stupidchicken.com>
1502
1503 * os.texi (Init File): Document ~/.emacs.d/init.el.
1504
685abb98
RS
15052005-10-29 Richard M. Stallman <rms@gnu.org>
1506
1507 * internals.texi (Garbage Collection): Document memory-full.
1508
7000848e
BW
15092005-10-28 Bill Wohler <wohler@newt.com>
1510
1511 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1512 for URLs.
1513
107fb6c9
RS
15142005-10-28 Richard M. Stallman <rms@gnu.org>
1515
1516 * minibuf.texi (Completion Commands): Clean up prev change.
1517
15182005-10-26 Kevin Ryde <user42@zip.com.au>
1519
1520 * compile.texi (Eval During Compile): Explain recommended uses
1521 of eval-when-compile and eval-and-compile.
1522
1d8e69a2
MY
15232005-10-27 Masatake YAMATO <jet@gyve.org>
1524
cbad4a9e 1525 * minibuf.texi (Completion Commands):
1d8e69a2 1526 Write about new optional argument for `display-completion-list'.
cbad4a9e 1527
6a897887
RS
15282005-10-23 Richard M. Stallman <rms@gnu.org>
1529
1530 * display.texi (Overlay Arrow): Clarify about local bindings of
1531 overlay-arrow-position.
1532
6d1e17be
EZ
15332005-10-22 Eli Zaretskii <eliz@gnu.org>
1534
1535 * internals.texi (Building Emacs): Fix last change.
1536
db5fe0a6
RS
15372005-10-22 Richard M. Stallman <rms@gnu.org>
1538
1539 * internals.texi (Building Emacs): Document eval-at-startup.
1540
45158e77
RS
15412005-10-21 Richard M. Stallman <rms@gnu.org>
1542
1543 * loading.texi (Where Defined): load-history contains abs file names.
1544 symbol-file returns abs file names.
1545
e50165ec
KS
15462005-10-19 Kim F. Storm <storm@cua.dk>
1547
1548 * display.texi (Showing Images): Add max-image-size integer value.
1549
63ab30d0
CY
15502005-10-18 Chong Yidong <cyd@stupidchicken.com>
1551
1552 * display.texi (Showing Images): Document max-image-size.
1553
f8252852
RS
15542005-10-17 Richard M. Stallman <rms@gnu.org>
1555
1556 * commands.texi (Quitting): Minor clarification.
1557
1558 * processes.texi (Sentinels): Clarify about output and quitting.
1559 (Filter Functions): Mention with-local-quit.
1560
c1bed3aa
JL
15612005-10-17 Juri Linkov <juri@jurta.org>
1562
1563 * buffers.texi (Current Buffer):
1564 * commands.texi (Event Input Misc):
1565 * compile.texi (Eval During Compile, Compiler Errors):
1566 * customize.texi (Group Definitions):
1567 * display.texi (Progress, Defining Faces):
1568 * files.texi (Writing to Files):
1569 * modes.texi (Mode Hooks, Defining Minor Modes):
1570 * streams.texi (Output Functions):
1571 * syntax.texi (Syntax Table Functions):
1572 * text.texi (Change Hooks):
1573 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
1574
1575 * commands.texi (Quitting): Replace arg `forms' with `body' in
1576 `with-local-quit'.
1577
1578 * positions.texi (Excursions): Replace arg `forms' with `body' in
1579 `save-excursion'.
1580
ef1b4c9e
KS
15812005-10-08 Kim F. Storm <storm@cua.dk>
1582
1583 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
1584 Rename manual section accordingly.
1585
abc8ce50
KS
15862005-10-04 Kim F. Storm <storm@cua.dk>
1587
1588 * windows.texi (Window Split Tree): New section describing
1589 new function window-split-tree function.
1590
a1f5a1f0
NR
15912005-10-03 Nick Roberts <nickrob@snap.net.nz>
1592
1593 * display.texi (Fringe Size/Pos): Simplify and add detail.
1594
97c3e4cc
RF
15952005-09-30 Romain Francoise <romain@orebokech.com>
1596
1597 * minibuf.texi (High-Level Completion): Explain that the prompt
1598 given to `read-buffer' should end with a colon and a space.
1599 Update usage examples.
1600
8ad8c5ce
JL
16012005-09-29 Juri Linkov <juri@jurta.org>
1602
1603 * display.texi (Displaying Messages): Rename argument name
1604 `string' to `format-string' in functions `message', `message-box',
1605 `message-or-box'.
1606
63182706
CY
16072005-09-26 Chong Yidong <cyd@stupidchicken.com>
1608
fc2cb772 1609 * errors.texi (Standard Errors): Correct xrefs.
63182706 1610
906320ec
CY
16112005-09-18 Chong Yidong <cyd@stupidchicken.com>
1612
fc2cb772 1613 * display.texi (Defining Images): Update documentation for
906320ec
CY
1614 `image-load-path'.
1615
8ccd3630
RS
16162005-09-17 Richard M. Stallman <rms@gnu.org>
1617
1618 * display.texi (Defining Images): Clean up previous change.
1619
7260457b
RF
16202005-09-16 Romain Francoise <romain@orebokech.com>
1621
1622 * elisp.texi: Specify GFDL version 1.2.
1623
1624 * doclicense.texi (GNU Free Documentation License): Update to
1625 version 1.2.
1626
5b51c037
CY
16272005-09-15 Chong Yidong <cyd@stupidchicken.com>
1628
1629 * display.texi (Defining Images): Document `image-load-path'.
1630
5c4757d3
RS
16312005-09-15 Richard M. Stallman <rms@gnu.org>
1632
1633 * objects.texi (Printed Representation): Minor cleanup.
1634 (Box Diagrams): Minor fix.
1635 (Cons Cell Type): Move (...) index item here.
1636 (Box Diagrams): From here.
1637 (Array Type): Minor fix.
1638 (Type Predicates): Delete index "predicates".
1639 (Hash Table Type): Clarify xref.
1640 (Dotted Pair Notation): Minor fix.
1641
2bb8b80c
CY
16422005-09-10 Chong Yidong <cyd@stupidchicken.com>
1643
1644 * files.texi (Saving Buffers): Fix typo.
1645
47b8bc5d
RS
16462005-09-08 Richard M. Stallman <rms@gnu.org>
1647
1648 * tips.texi (Programming Tips): Correct the "default" prompt spec.
1649
475aab0d
CY
16502005-09-08 Chong Yidong <cyd@stupidchicken.com>
1651
1652 * locals.texi (Standard Buffer-Local Variables): Don't include
1653 mode variables for minor modes.
1654 Fix xrefs for buffer-display-count, buffer-display-table,
1655 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1656 enable-multibyte-characters, fill-column, header-line-format,
1657 left-fringe-width, left-margin, and right-fringe-width.
1658
1659 * hooks.texi (Standard Hooks): All hooks should conform to the
1660 standard naming convention now.
1661 Fix xref for `echo-area-clear-hook'.
1662
1663 * display.texi (Usual Display): Note that indicate-empty-lines and
1664 tab-width are buffer-local.
1665
1666 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1667
1668 * modes.texi (Mode Help): Note that major-mode is buffer-local.
1669
1670 * nonascii.texi (Encoding and I/O): Note that
1671 buffer-file-coding-system is buffer-local.
1672
1673 * positions.texi (List Motion): Note that defun-prompt-regexp is
1674 buffer-local.
1675
1676 * text.texi (Auto Filling): Note that auto-fill-function is
1677 buffer-local.
1678 (Undo): Note that buffer-undo-list is buffer-local.
1679
1680 * windows.texi (Buffers and Windows): Document
1681 buffer-display-count.
1682
2a6bc1f7
RS
16832005-09-06 Richard M. Stallman <rms@gnu.org>
1684
1685 * tips.texi (Coding Conventions): Sometimes it is ok to put the
1686 package prefix elsewhere than at the start of the name.
1687
d7ea8b71
RS
16882005-09-03 Richard M. Stallman <rms@gnu.org>
1689
1690 * tips.texi (Programming Tips): Add conventions for minibuffer
1691 questions and prompts.
1692
0c6087a6
RS
16932005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
1694
1695 * intro.texi (nil and t): Minor cleanup.
1696 Delete spurious mention of keyword symbols.
1697 (Evaluation Notation): Add index entry.
1698 (A Sample Function Description): Minor cleanup.
1699 (A Sample Variable Description): Not all vars can be set.
1700
4b5fa40e
TTN
17012005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
1702
1703 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1704
1705 (Insertion): Document precise type of `insert-char' arg COUNT.
1706
34b50776
SM
17072005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1708
1709 * modes.texi (Other Font Lock Variables): Sync the default of
1710 font-lock-lines-before.
1711
c1105d05
MA
17122005-08-31 Michael Albinus <michael.albinus@gmx.de>
1713
1714 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1715
62929713
RS
17162005-08-29 Richard M. Stallman <rms@gnu.org>
1717
1718 * elisp.texi (Top): Update subnode menu.
1719
1720 * searching.texi (Searching and Matching): Move node.
1721 Rearrange contents and add overall explanation.
1722 (Searching and Case): Move node.
1723 (Searching and Matching): Update menu.
1724
0fb57cc0
EZ
17252005-08-27 Eli Zaretskii <eliz@gnu.org>
1726
1727 * os.texi (Startup Summary): Fix the description of the initial
1728 startup message display.
1729
3e80c4c1
RS
17302005-08-25 Richard M. Stallman <rms@gnu.org>
1731
1732 * searching.texi (Search and Replace): Add replace-regexp-in-string.
1733
17342005-08-25 Emilio C. Lopes <eclig@gmx.net>
1735
1736 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1737 `next-overlay-change' example.
c1105d05 1738
79a8defb
JL
17392005-08-22 Juri Linkov <juri@jurta.org>
1740
1741 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1742 Fix invert-face. Fix args of face-background.
1743
16691d29
JL
1744 * display.texi (Standard Faces): Delete node.
1745 (Faces): Add xref to `(emacs)Standard Faces'.
1746 (Displaying Faces): Fix xref to `Standard Faces'.
1747
1748 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1749
217b694f
EZ
17502005-08-20 Alan Mackenzie <acm@muc.de>
1751
1752 * buffers.texi (The Buffer List): Clarify the manipulation of the
1753 buffer list.
1754
0bf14bfd
RS
17552005-08-14 Richard M. Stallman <rms@gnu.org>
1756
7ad1498e
AS
1757 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1758 a regexp.
0bf14bfd 1759
c118d09e
RS
17602005-08-11 Richard M. Stallman <rms@gnu.org>
1761
59cb8c23
RS
1762 * elisp.texi (Top): Update subnode lists.
1763
1764 * display.texi (Inverse Video): Node deleted.
1765
c118d09e
RS
1766 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1767 New nodes split out of Coding Conventions.
1768
1769 * searching.texi (Regular Expressions): Document re-builder.
1770
1771 * os.texi (Time Parsing): New node split out of Time Conversion.
1772
1773 * processes.texi (Misc Network, Network Feature Testing)
1774 (Network Options, Make Network): New nodes split out of
1775 Low-Level Network.
1776
67ec7f41
RS
17772005-08-09 Richard M. Stallman <rms@gnu.org>
1778
76d47f0d
RS
1779 * frames.texi (Geometry): New node, split from Size and Position.
1780 (Frame Parameters): Refer to Geometry.
1781
67ec7f41 1782 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 1783
67ec7f41
RS
1784 * windows.texi (Splitting Windows): Fix xref.
1785
1786 * frames.texi (Layout Parameters): Add xref.
1787
1788 * display.texi (Line Height, Scroll Bars): Fix xrefs.
1789
1790 * keymaps.texi (Menu Bar): Fix xref.
1791
1792 * locals.texi (Standard Buffer-Local Variables): Fix xref.
1793
1794 * modes.texi (%-Constructs): Fix xref.
1795
1796 * frames.texi (Window Frame Parameters): Node split up.
1797 (Basic Parameters, Position Parameters, Size Parameters)
1798 (Layout Parameters, Buffer Parameters, Management Parameters)
1799 (Cursor Parameters, Color Parameters): New subnodes.
1800
adb5e445
LT
18012005-08-09 Luc Teirlinck <teirllm@auburn.edu>
1802
1803 * positions.texi (Screen Lines): Update xref for previous change
1804 in minibuf.texi.
1805
1806 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1807 change in minibuf.texi.
1808
61298e17
RS
18092005-08-09 Richard M. Stallman <rms@gnu.org>
1810
1811 * tips.texi (Coding Conventions): Minor cleanup.
1812
1813 * modes.texi (Defining Minor Modes): Explain when init-value
1814 can be non-nil.
1815
1816 * elisp.texi (Top): Update submenu for Minibuffer.
1817
1818 * minibuf.texi (Minibuffer Misc): Node split up.
1819 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1820 (Recursive Mini): New nodes split out from Minibuffer Misc.
1821 (Minibuffer Misc): Document max-mini-window-height.
1822
1823 * hash.texi (Defining Hash): Delete stray paren in example.
1824
1825 * display.texi (Echo Area Customization): Don't define
1826 max-mini-window-height here; xref instead.
1827
1828 * commands.texi (Event Input Misc): Update while-no-input.
1829
1830 * advice.texi (Advising Functions): Explain when to use advice
1831 and when to use a hook.
1832
43e124e6
EZ
18332005-07-30 Eli Zaretskii <eliz@gnu.org>
1834
1835 * makefile.w32-in (info): Don't run install-info.
1836 ($(infodir)/dir): New target, produced by running install-info.
1837
653aea22
LT
18382005-07-27 Luc Teirlinck <teirllm@auburn.edu>
1839
1840 * modes.texi (Defining Minor Modes): The keyword for the initial
1841 value is :init-value, not :initial-value.
1842
ba6ebbd5
EZ
18432005-07-23 Eli Zaretskii <eliz@gnu.org>
1844
1845 * loading.texi (Autoload): Make the `doctor' example be consistent
1846 with what's in current loaddefs.el. Describe the "fn" magic in
1847 the usage portion of the doc string.
1848
6696f2a4
RS
18492005-07-22 Richard M. Stallman <rms@gnu.org>
1850
1851 * internals.texi (Garbage Collection): Clarify previous change.
1852
0c17e67c
SM
18532005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
1854
1855 * internals.texi (Garbage Collection): Add gc-cons-percentage.
1856
426179e1
JL
18572005-07-18 Juri Linkov <juri@jurta.org>
1858
1859 * commands.texi (Accessing Events):
1860 * frames.texi (Text Terminal Colors, Resources):
1861 * markers.texi (The Mark):
1862 * modes.texi (Defining Minor Modes):
1863 Delete duplicate duplicate words.
1864
9b0c2c56
RS
18652005-07-16 Richard M. Stallman <rms@gnu.org>
1866
1867 * display.texi (Managing Overlays): Clarify make-overlay
1868 args for insertion types.
1869
fd90b80c
LT
18702005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1871
0c17e67c
SM
1872 * customize.texi (Variable Definitions):
1873 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
1874 `standard-value' is a list too.
1875 (Defining New Types): Use @key{RET} instead of @key{ret}.
1876
37aa90e5
TTN
18772005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
1878
1879 * os.texi (Translating Input): Fix typo.
1880
917e0c95
RS
18812005-07-08 Richard M. Stallman <rms@gnu.org>
1882
1883 * README: Update edition number and size estimate.
1884
1885 * elisp.texi (VERSION): Set to 2.9.
1886
7d90e71d
RS
18872005-07-07 Richard M. Stallman <rms@gnu.org>
1888
c330dafe
RS
1889 * book-spine.texinfo: Update Emacs version.
1890
7d90e71d
RS
1891 * display.texi (Inverse Video): Delete mode-line-inverse-video.
1892
dc2204be
RS
18932005-07-06 Richard M. Stallman <rms@gnu.org>
1894
1895 * searching.texi (Regexp Search): Clarify what re-search-forward
1896 does when the search fails.
1897
a0ec7a4a
LK
18982005-07-05 Lute Kamstra <lute@gnu.org>
1899
dc2204be 1900 * Update FSF's address in GPL notices.
a0ec7a4a
LK
1901
1902 * doclicense.texi (GNU Free Documentation License):
1903 * gpl.texi (GPL):
1904 * tips.texi (Coding Conventions, Library Headers):
1905 * vol1.texi:
1906 * vol2.texi: Update FSF's address.
1907
4af33176
RS
19082005-07-04 Richard M. Stallman <rms@gnu.org>
1909
1910 * hooks.texi (Standard Hooks): Add occur-hook.
1911
b3ab615b
LT
19122005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1913
1914 * display.texi (The Echo Area): Correct menu.
1915
3d393029
RS
19162005-07-03 Richard M. Stallman <rms@gnu.org>
1917
7fe48b75
RS
1918 * elisp.texi (Top): Update subnode menu for Display.
1919
1920 * display.texi (Displaying Messages): New node, with most
1921 of what was in The Echo Area.
1922 (Progress): Moved under The Echo Area.
1923 (Logging Messages): New node with new text.
1924 (Echo Area Customization): New node, the rest of what was
1925 in The Echo Area. Document message-truncate-lines with @defvar.
1926 (Display): Update menu.
1927
3d393029
RS
1928 * windows.texi (Textual Scrolling): Doc 3 values for
1929 scroll-preserve-screen-position.
1930
1931 * text.texi (Special Properties): Change hook functions
1932 should bind inhibit-modification-hooks around altering buffer text.
1933
1934 * keymaps.texi (Key Binding Commands): Call binding BINDING
1935 rather than DEFINITION.
1936
b26860ad
JB
19372005-06-29 Juanma Barranquero <lekktu@gmail.com>
1938
1939 * variables.texi (Defining Variables): `user-variable-p' returns t
1940 for aliases of user options, nil for alias loops.
1941
025691ed
RS
19422005-06-28 Richard M. Stallman <rms@gnu.org>
1943
1944 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
1945 make-keymap.
1946
b61bfa4d
LT
19472005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1948
1949 * variables.texi (Setting Variables): Correct and clarify
1950 description of `add-to-ordered-list'.
1951
24ee714d
RS
19522005-06-26 Richard M. Stallman <rms@gnu.org>
1953
1954 * display.texi (Faces): Minor cleanup.
1955
33b79ce4
LT
19562005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1957
1958 * display.texi (Faces): `facep' returns t for strings that are
1959 face names.
1960
df13531d
RS
19612005-06-25 Richard M. Stallman <rms@gnu.org>
1962
1963 * objects.texi (Equality Predicates): Clarify meaning of equal.
1964
1965 * windows.texi (Selecting Windows): save-selected-window
1966 and with-selected-window save and restore the current buffer.
1967
cf444441
RS
19682005-06-24 Richard M. Stallman <rms@gnu.org>
1969
1970 * numbers.texi (Float Basics): Explain how to test for NaN,
1971 and printing the sign of NaNs.
1972
6cdd056d
EZ
19732005-06-24 Eli Zaretskii <eliz@gnu.org>
1974
1975 * makefile.w32-in (MAKEINFO): Use --force.
1976
b93e3c3b
RS
19772005-06-23 Richard M. Stallman <rms@gnu.org>
1978
1979 * display.texi (Face Functions): Correct Texinfo usage.
1980
6fb276bd
LT
19812005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1982
1983 * lists.texi (Rings): `ring-elements' now returns the elements of
1984 RING in order.
1985
1d1c7e75
JB
19862005-06-23 Juanma Barranquero <lekktu@gmail.com>
1987
1988 * markers.texi (The Mark): Texinfo usage fix.
1989
9d12e52b
KS
19902005-06-23 Kim F. Storm <storm@cua.dk>
1991
1992 * searching.texi (Entire Match Data): Remove evaporate option for
1993 match-data. Do not mention evaporate option for set-match-data.
1994
6d44324c
GM
19952005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1996
1997 * display.texi (Face Functions): Mention face aliases.
1998
80df27a7
RS
19992005-06-21 Richard M. Stallman <rms@gnu.org>
2000
2001 * anti.texi (Antinews): Texinfo usage fix.
2002
e121563b
KB
20032005-06-21 Karl Berry <karl@gnu.org>
2004
9d7d543c
KB
2005 * elisp.texi: Use @copying.
2006
e121563b
KB
2007 * elisp.texi: Put @summarycontents and @contents before the Top
2008 node, instead of the end of the file, so that the contents appear
2009 in the right place in the dvi/pdf output.
2010
36a3b076
JL
20112005-06-21 Juri Linkov <juri@jurta.org>
2012
2013 * display.texi (Defining Faces): Add `customized-face'.
2014
5c796e80
KS
20152005-06-20 Kim F. Storm <storm@cua.dk>
2016
b7d1f38f
KS
2017 * variables.texi (Setting Variables): Any type of element can be
2018 given order in add-to-ordered-list. Compare elements with eq.
2019
5c796e80
KS
2020 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
2021
fb056bef
KB
20222005-06-20 Karl Berry <karl@gnu.org>
2023
2024 * syntax.texi (Syntax Flags): Make last column very slightly wider
2025 to avoid "generic comment" breaking on two lines and causing an
2026 underfull box.
2027
84398baa
LT
20282005-06-19 Luc Teirlinck <teirllm@auburn.edu>
2029
2030 * lists.texi (Rings): Various minor clarifications and corrections.
2031
07ff1e4b
RS
20322005-06-18 Richard M. Stallman <rms@gnu.org>
2033
2034 * functions.texi (Obsolete Functions): Simplify.
2035
2036 * variables.texi (Variable Aliases): Simplify.
2037
2038 * anti.texi, backups.texi, compile.texi, customization.texi:
2039 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
2040 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
2041 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
2042 * variables.texi: Fix formatting ugliness.
2043
2044 * elisp.texi: Add links to Rings and Byte Packing.
2045 Update version and copyright years.
2046
2047 * minibuf.texi: Fix formatting ugliness.
2048 (Completion Commands): Move keymap vars to the end
2049 and vars completing-read binds to the top.
2050
3f7fab24
LT
20512005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2052
2053 * processes.texi: Fix typos.
2054 (Bindat Spec): Correct Texinfo error.
926c4c9b 2055 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 2056
f19b57e3
RS
20572005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
2058
2059 * lists.texi (Rings): New node.
2060 (Lists): Add it to menu.
2061
a80c5da7 2062 * processes.texi (Byte Packing): New node.
f19b57e3
RS
2063 (Processes): Add it to menu.
2064
20652005-06-17 Richard M. Stallman <rms@gnu.org>
2066
2067 * syntax.texi (Parsing Expressions): Fix texinfo usage.
2068
2069 * help.texi (Documentation Basics): Explain the xref to
2070 Documentation Tips.
2071
2072 * debugging.texi (Debugger Commands): Minor fix.
2073
67c1390d
LT
20742005-06-16 Luc Teirlinck <teirllm@auburn.edu>
2075
2076 * edebug.texi (Instrumenting): Eliminate duplicate link.
2077 (Specification List): Replace references to "below", referring to
2078 a later node, with one @ref to that node.
2079
2080 * os.texi (Timers): Timers should save and restore the match data
2081 if they change it.
2082
2083 * debugging.texi (Debugger Commands): Mention that the Lisp
2084 debugger can not step through primitive functions.
2085
51cd2a8c
JB
20862005-06-16 Juanma Barranquero <lekktu@gmail.com>
2087
2088 * functions.texi (Obsolete Functions): Update argument names of
2089 `make-obsolete' and `define-obsolete-function-alias'.
2090
2091 * variables.texi (Variable Aliases): Update argument names of
2092 `defvaralias', `make-obsolete-variable' and
2093 `define-obsolete-variable-alias'.
2094
f5e6ac4a
KS
20952005-06-15 Kim F. Storm <storm@cua.dk>
2096
2097 * searching.texi (Entire Match Data): Rephrase warnings about
2098 evaporate arg to match-data and set-match-data.
2099
fe2a9972
LT
21002005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2101
67774855
LT
2102 * elisp.texi (Top): Update detailed menu.
2103
fe2a9972
LT
2104 * edebug.texi (Edebug): Update menu.
2105 (Instrumenting): Update xrefs.
2106 (Edebug Execution Modes): Correct xref.
2107 (Jumping): Clarify description of `h' command.
2108 Eliminate redundant @ref.
2109 (Breaks): New node.
9b7fa297 2110 (Breakpoints): Is now a subsubsection.
fe2a9972
LT
2111 (Global Break Condition): Mention `C-x X X'.
2112 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
2113 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
2114 (Edebug Display Update): Correct pxref.
2115 (Edebug and Macros): New node.
2116 (Instrumenting Macro Calls): Is now a subsubsection.
2117 Neither arg of `def-edebug-spec' is evaluated.
2118 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
2119 (Specification Examples): Fix typo.
2120
b59f605b
LK
21212005-06-14 Lute Kamstra <lute@gnu.org>
2122
2123 * debugging.texi (Function Debugging): Primitives can break on
2124 entry too.
2125
a5c99dc9
KS
21262005-06-14 Kim F. Storm <storm@cua.dk>
2127
2128 * variables.texi (Setting Variables): Add add-to-ordered-list.
2129
f99ed2f8
SM
21302005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2131
2132 * syntax.texi (Parsing Expressions): Document aux functions and vars of
2133 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
2134
9d42ffaa
LK
21352005-06-13 Lute Kamstra <lute@gnu.org>
2136
2137 * text.texi (Special Properties): Fix cross reference.
2138
32cc0b00
LT
21392005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2140
2141 * debugging.texi (Function Debugging): Delete mention of empty
2142 string argument to `cancel-debug-on-entry'. Delete inaccurate
2143 description of the return value of that command.
2144
98d1a1cf
EZ
21452005-06-11 Alan Mackenzie <acm@muc.de>
2146
2147 * text.texi (Adaptive Fill): Amplify the description of
2148 fill-context-prefix.
2149
4b53b8d7
LT
21502005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2151
84398baa 2152 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 2153
b5305167
SM
21542005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2155
2156 * syntax.texi (Parsing Expressions): Document syntax-ppss.
2157
9bd4c3ad
LT
21582005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2159
2160 * debugging.texi (Error Debugging): Minor rewording.
2161 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
2162 is optional.
2163
257914aa
LK
21642005-06-10 Lute Kamstra <lute@gnu.org>
2165
b5305167 2166 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
2167 (Top): Give it a title. Correct version number. Give the
2168 detailed node listing a more prominent header.
b5305167
SM
2169 * intro.texi: Don't set VERSION here a second time.
2170 Mention Emacs's version too.
257914aa
LK
2171 * anti.texi (Antinews): Use EMACSVER to refer to the current
2172 version of Emacs.
2173
b7aae902
KS
21742005-06-09 Kim F. Storm <storm@cua.dk>
2175
2176 * searching.texi (Entire Match Data): Explain new `reseat' argument to
2177 match-data and set-match-data.
2178
99598737
RS
21792005-06-08 Richard M. Stallman <rms@gnu.org>
2180
2181 * searching.texi (Entire Match Data): Clarify when match-data
2182 returns markers and when integers.
2183
2184 * display.texi (Defining Faces): Explain that face name should not
2185 end in `-face'.
2186
2187 * modes.texi (Mode Line Data): Minor cleanup.
2188 (Customizing Keywords): Node split out of Search-based Fontification.
2189 Add example of using font-lock-add-keywords from a hook.
2190 Clarify when MODE should be non-nil, and when nil.
2191
21922005-06-06 Richard M. Stallman <rms@gnu.org>
2193
2194 * modes.texi (Mode Line Data): Explain what happens when the car
2195 of a list is a void symbol.
2196 (Search-based Fontification): Explain MODE arg to
2197 font-lock-add-keywords and warn about calls from major modes.
2198
ecc8893a
JL
21992005-06-08 Juri Linkov <juri@jurta.org>
2200
2201 * display.texi (Standard Faces): Add `shadow' face.
2202
7fa9f4eb
LT
22032005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2204
2205 * modes.texi (Major Mode Conventions): A derived mode only needs
2206 to put the call to the parent mode inside `delay-mode-hooks'.
2207
bebcc4b1
RS
22082005-05-29 Richard M. Stallman <rms@gnu.org>
2209
c16b1394
RS
2210 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
2211 new, and what that implies. Clarify.
2212
2213 * files.texi (Locating Files): Clean up the text.
2214
bebcc4b1
RS
2215 * frames.texi (Window Frame Parameters): Document user-size.
2216 Shorten entry for top by referring to left.
2217
22182005-05-26 Richard M. Stallman <rms@gnu.org>
2219
2220 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
2221 is new, and what the implications are. Other clarifications.
2222
217797bc
RS
22232005-05-24 Richard M. Stallman <rms@gnu.org>
2224
2225 * frames.texi (Dialog Boxes): Minor fixes.
2226
3565fe07
MY
22272005-05-25 Masatake YAMATO <jet@gyve.org>
2228
2229 * display.texi (Standard Faces): Write about `mode-line-highlight'.
2230
817089df
LT
22312005-05-24 Luc Teirlinck <teirllm@auburn.edu>
2232
2233 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
2234 is optional.
2235
cb5db137
NR
22362005-05-24 Nick Roberts <nickrob@snap.net.nz>
2237
2238 * frames.texi (Dialog Boxes): Descibe new optional argument.
2239
3c8572f5
LK
22402005-05-23 Lute Kamstra <lute@gnu.org>
2241
2242 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
2243 syntax-begin-function over font-lock-beginning-of-syntax-function.
2244
2a4d7cb3
LT
22452005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2246
71f800cf
LT
2247 * minibuf.texi (Reading File Names): Update description of
2248 `read-directory-name'.
2249
2a4d7cb3
LT
2250 * modes.texi (Derived Modes): Clarify :group keyword.
2251
bb4afd09
EZ
22522005-05-21 Eli Zaretskii <eliz@gnu.org>
2253
b5305167
SM
2254 * files.texi (Locating Files): New subsection.
2255 Describe locate-file and executable-find.
bb4afd09 2256
a2c9aee6
EZ
22572005-05-21 Kevin Ryde <user42@zip.com.au>
2258
2259 * frames.texi (Initial Parameters): Update cross reference to
2260 "Emacs Invocation".
2261
6900105f
LT
22622005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2263
ca1b0914
LT
2264 * keymaps.texi (Active Keymaps): Add anchor.
2265
6900105f
LT
2266 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
2267 (Major Mode Conventions): Refer to `Auto Major Mode' in more
2268 appropriate place.
2269 (Derived Modes): Small clarifications.
b5305167
SM
2270 (Minor Mode Conventions, Keymaps and Minor Modes):
2271 Replace references to nodes with references to anchors.
6900105f
LT
2272 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
2273 Clarify description of lists whose first element is an integer.
2274 (Mode Line Variables): Add anchor.
2275 (%-Constructs): Clarify description of integer after %.
2276 (Emulating Mode Line): Describe nil value for FACE.
2277
54d06364
LT
22782005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2279
2280 * modes.texi (Derived Modes): Correct references to non-existing
2281 variable standard-syntax-table.
2282
f8d0b769
LK
22832005-05-17 Lute Kamstra <lute@gnu.org>
2284
2285 * modes.texi (Defining Minor Modes): Mention the mode hook.
2286
294c599c
KS
22872005-05-15 Kim F. Storm <storm@cua.dk>
2288
2289 * processes.texi (Network): Remove open-network-stream-nowait.
2290 (Network Servers): Remove open-network-stream-server.
2291
4214af69
LT
22922005-05-15 Luc Teirlinck <teirllm@auburn.edu>
2293
2294 * elisp.texi (Top): Update detailed menu.
2295
2296 * variables.texi: Reorder nodes.
2297 (Variables): Update menu.
2298 (File Local Variables): Do not refer to the `-*-' line as
2299 a "local variables list". Add pxref.
2300
302691ab
LT
23012005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2302
56d4215a
LT
2303 * elisp.texi (Top): Update detailed menu for node changes.
2304
302691ab 2305 * modes.texi (Modes): Update Menu.
6db11765 2306 (Hooks): Move to beginning of chapter.
302691ab
LT
2307 Most minor modes run mode hooks too.
2308 `add-hook' can handle void hooks or hooks whose value is a single
2309 function.
2310 (Major Modes): Update Menu.
2311 (Major Mode Basics): New node, split off from `Major Modes'.
2312 (Major Mode Conventions): Correct xref. Explain how to handle
2313 auto-mode-alist if the major mode command has an autoload cookie.
2314 (Auto Major Mode): Major update. Add magic-mode-alist.
2315 (Derived Modes): Major update.
2316 (Mode Line Format): Update Menu.
2317 (Mode Line Basics): New node, split off from `Mode Line Format'.
2318
2319 * loading.texi (Autoload): Mention `autoload cookie' as synonym
2320 for `magic autoload comment'. Add index entries and anchor.
2321
d06ba294
RS
23222005-05-14 Richard M. Stallman <rms@gnu.org>
2323
2324 * tips.texi (Coding Conventions): Explain how important it is
2325 that just loading certain files not change Emacs behavior.
2326
2327 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
2328
405cb12a
LK
23292005-05-12 Lute Kamstra <lute@gnu.org>
2330
19958124
LK
2331 * modes.texi (Generic Modes): Update.
2332 (Major Modes): Refer to node "Generic Modes".
2333
405cb12a
LK
2334 * elisp.texi (Top): Update to the current structure of the manual.
2335 * processes.texi (Processes): Add menu description.
2336 * customize.texi (Customization): Add menu descriptions.
2337
f714dd1b
TTN
23382005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2339
cc9442f2
TTN
2340 * processes.texi (Signals to Processes)
2341 (Low-Level Network): Fix typos.
f714dd1b 2342
36ad23ec
LK
23432005-05-11 Lute Kamstra <lute@gnu.org>
2344
2345 * elisp.texi (Top): Add some nodes from the chapter "Major and
2346 Minor Modes" to the detailed node listing.
2347
d101bf56
RS
23482005-05-10 Richard M. Stallman <rms@gnu.org>
2349
2350 * keymaps.texi (Extended Menu Items): Menu item filter functions
2351 can be called at any time.
2352
698b0510
LT
23532005-05-08 Luc Teirlinck <teirllm@auburn.edu>
2354
2355 * variables.texi (File Local Variables): `(hack-local-variables t)'
2356 now also checks whether a mode is specified in the local variables
2357 list.
2358
2c6b25c7
EZ
23592005-05-05 Kevin Ryde <user42@zip.com.au>
2360
2361 * display.texi (The Echo Area): Correct format function cross
2362 reference.
2363
643b4cf5
LT
23642005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2365
2366 * variables.texi (Variable Aliases): Change description of
2367 `define-obsolete-variable-alias'.
2368
2369 * functions.texi (Functions): Add "Obsolete Functions" to menu.
2370 (Defining Functions): Add xref.
2371 (Obsolete Functions): New node.
2372 (Function Safety): Standardize capitalization of section title.
2373
2374 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2375 (Dialog Boxes): Complete description of `x-popup-dialog'.
2376
053bc8e4
RS
23772005-05-04 Richard M. Stallman <rms@gnu.org>
2378
2379 * commands.texi (Interactive Codes): Fix Texinfo usage.
2380 Document U more clearly.
2381
f6b1b15a
LT
23822005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2383
3b925015
LT
2384 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2385 function and not a macro.
2386
f6b1b15a
LT
2387 * frames.texi (Pop-Up Menus): Correct and clarify description of
2388 `x-popup-menu'.
2389 (Dialog Boxes): Clarify description of `x-popup-dialog'.
2390
ebbfa918
RS
23912005-05-01 Richard M. Stallman <rms@gnu.org>
2392
2393 * edebug.texi (Checking Whether to Stop): Fix previous change.
2394
abe2f96e
LT
23952005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2396
d6028ef2
LT
2397 * display.texi: Fix typos and Texinfo usage.
2398
abe2f96e
LT
2399 * edebug.texi (Checking Whether to Stop): executing-macro ->
2400 executing-kbd-macro.
2401
b2cfb30b
RS
24022005-05-01 Richard M. Stallman <rms@gnu.org>
2403
2404 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2405
7e995a23
RS
24062005-04-30 Richard M. Stallman <rms@gnu.org>
2407
2408 * files.texi (Magic File Names): Document `operations' property.
2409
57efa539
LK
24102005-04-29 Lute Kamstra <lute@gnu.org>
2411
2412 * modes.texi (Generic Modes): New node.
2413 (Major Modes): Add it to the menu.
2414 (Derived Modes): Add "derived mode" to concept index.
2415
0a20b1dc
LK
24162005-04-28 Lute Kamstra <lute@gnu.org>
2417
2418 * modes.texi (Defining Minor Modes): Fix previous change.
2419 (Font Lock Mode): Simplify.
2420 (Font Lock Basics): Say that font-lock-defaults is buffer-local
2421 when set and that some parts are optional. Add cross references.
2422 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
2423 Add cross references. Add font-lock-multiline to index.
2424 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 2425 Lock Variables". Document font-lock-add-keywords and
b5305167 2426 font-lock-remove-keywords.
0a20b1dc
LK
2427 (Other Font Lock Variables): Move font-lock-keywords-only,
2428 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2429 and font-lock-syntactic-face-function to node "Syntactic Font
2430 Lock". Move font-lock-keywords-case-fold-search to node
2431 "Search-based Fontification". Document font-lock-inhibit-thing-lock
2432 and font-lock-{,un}fontify-{buffer,region}-function.
2433 (Precalculated Fontification): Remove reference to deleted variable
2434 font-lock-core-only.
2435 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2436 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
2437 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2438 and font-lock-syntactic-face-function here from node "Other Font
2439 Lock Variables". Move font-lock-syntactic-keywords to "Setting
2440 Syntax Properties". Add cross references.
b5305167
SM
2441 (Setting Syntax Properties): New node.
2442 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
2443 * syntax.texi (Syntax Properties): Add cross reference.
2444 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2445
68a94f5a
RS
24462005-04-26 Richard M. Stallman <rms@gnu.org>
2447
2448 * display.texi (Defining Faces):
2449 Document `default' elements of defface spec.
2450
2451 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2452
2453 * variables.texi (Variable Aliases): Clarify text.
2454
24552005-04-25 Chong Yidong <cyd@stupidchicken.com>
2456
2457 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2458
7f48f143
LT
24592005-04-25 Luc Teirlinck <teirllm@auburn.edu>
2460
2461 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2462
45d2f8e8
EZ
24632005-04-24 Eli Zaretskii <eliz@gnu.org>
2464
f3714ab2
EZ
2465 * syntax.texi (Syntax Table Internals): Elaborate documentation of
2466 syntax-after and syntax-class.
2467
45d2f8e8 2468 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
2469 (Unique File Names): Don't mention "numbers" in the documentation
2470 of make-temp-file and make-temp-name.
45d2f8e8 2471
469bc679
RS
24722005-04-23 Richard M. Stallman <rms@gnu.org>
2473
2474 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2475
c9fa5dc9
RS
24762005-04-22 Nick Roberts <nickrob@snap.net.nz>
2477
2478 * windows.texi (Cyclic Window Ordering): Clarify window-list.
2479
230e1e80
NR
24802005-04-22 Nick Roberts <nickrob@snap.net.nz>
2481
2482 * variables.texi (Variable Aliases): Describe make-obsolete-variable
2483 and define-obsolete-variable-alias.
2484
1ba52906
KS
24852005-04-22 Kim F. Storm <storm@cua.dk>
2486
2487 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2488 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2489
9721d904
LK
24902005-04-21 Lute Kamstra <lute@gnu.org>
2491
2492 * lists.texi (Association Lists): Document rassq-delete-all.
2493
ed35c736
RS
24942005-04-19 Richard M. Stallman <rms@gnu.org>
2495
2496 * modes.texi (Search-based Fontification): Explain that
2497 facespec is an expression to be evaluated.
2498
42fc00a4
RS
24992005-04-19 Kevin Ryde <user42@zip.com.au>
2500
b5305167 2501 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
2502 * strings.texi (String Conversion): Fix xref.
2503
5827e9d4
KS
25042005-04-19 Kim F. Storm <storm@cua.dk>
2505
2506 * symbols.texi (Symbol Plists): Add safe-get.
2507 Mention that `get' may signal an error.
2508
47872da9
NR
25092005-04-18 Nick Roberts <nickrob@snap.net.nz>
2510
2511 * customize.texi (Variable Definitions): Replace tooltip-mode
2512 example with save-place.
2513
ec0cf966
RS
25142005-04-17 Richard M. Stallman <rms@gnu.org>
2515
2516 * buffers.texi (Indirect Buffers): Clarify.
2517
2518 * positions.texi (Positions): Clarify converting marker to integer.
2519
2520 * strings.texi (String Basics): Mention string-match; clarify.
2521
199bb209
LK
25222005-04-08 Lute Kamstra <lute@gnu.org>
2523
2524 * modes.texi (Search-based Fontification): Fix cross references.
2525 Use consistent terminology. Document anchored highlighting.
2526
bfa54668
LK
25272005-04-05 Lute Kamstra <lute@gnu.org>
2528
2529 * modes.texi (Defining Minor Modes): Document :group keyword
2530 argument and its default value.
2531
07e5fb9e
LK
25322005-04-03 Lute Kamstra <lute@gnu.org>
2533
2534 * hooks.texi (Standard Hooks): Add some hooks. Add cross
2535 references and/or descriptions. Delete major mode hooks; mention
2536 them as a category instead. Rename or delete obsolete hooks.
2537
aa945b59
RS
25382005-04-02 Richard M. Stallman <rms@gnu.org>
2539
2540 * nonascii.texi (Coding System Basics): Another wording cleanup.
2541
8b918214
RS
25422005-04-01 Richard M. Stallman <rms@gnu.org>
2543
2544 * nonascii.texi (Coding System Basics): Clarify previous change.
2545
41639988
KH
25462005-04-01 Kenichi Handa <handa@m17n.org>
2547
2548 * nonascii.texi (Coding System Basics): Describe about rondtrip
2549 identity of coding systems.
2550
8e669bbd
RS
25512005-03-29 Chong Yidong <cyd@stupidchicken.com>
2552
2553 * text.texi (Buffer Contents): Add filter-buffer-substring and
2554 buffer-substring-filters.
2555
f60a6f87
RS
25562005-03-26 Chong Yidong <cyd@stupidchicken.com>
2557
2558 * anti.texi (Antinews): Mention `G' interactive code.
2559
2560 * tips.texi (Compilation Tips): Mention benchmark.el.
2561
aaac1251
LT
25622005-03-27 Luc Teirlinck <teirllm@auburn.edu>
2563
2564 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
2565 is now bound to M-o M-o.
2566
2567 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
2568
45325173
GM
25692005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
2570
2571 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
2572 in the Emacs Manual).
2573 * Makefile.in (srcs): Remove calendar.texi.
2574 * makefile.w32-in (srcs): Remove calendar.texi.
2575 * display.texi (Display): Change name of next node.
2576 * os.texi (System In): Change name of previous node.
2577 * elisp.texi (Top): Remove Calendar references.
2578 * vol1.texi (Top): Remove Calendar references.
2579 * vol2.texi (Top): Remove Calendar references.
2580
85df292e
RS
25812005-03-25 Richard M. Stallman <rms@gnu.org>
2582
45325173 2583 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
2584 Cleanup previous change.
2585
25862005-03-25 Chong Yidong <cyd@stupidchicken.com>
2587
2588 * display.texi (Face Attributes): Faces earlier in an :inherit
2589 list take precedence.
2590 (Scroll Bars): Fix description of vertical-scroll-bars.
2591 Document frame-current-scroll-bars and window-current-scroll-bars.
2592
2593 * markers.texi (The Mark): Document temporary Transient Mark mode.
2594
b5305167
SM
2595 * minibuf.texi (Reading File Names):
2596 Document read-file-name-completion-ignore-case.
85df292e
RS
2597
2598 * positions.texi (Screen Lines): Document nil for width argument
2599 to compute-motion.
2600
1fe54d69
KS
26012005-03-23 Kim F. Storm <storm@cua.dk>
2602
2603 * display.texi (Standard Faces): Other faces used in the fringe
2604 implicitly inherits from the fringe face.
2605 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
2606 properties implicitly inherits from fringe face.
2607 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
2608
a775dff4
RS
26092005-03-20 Chong Yidong <cyd@stupidchicken.com>
2610
2611 * display.texi (Invisible Text): State default value of
2612 line-move-ignore-invisible.
2613 (Managing Overlays): Document remove-overlays.
2614 (Standard Faces): Document escape-glyph face.
2615
b5305167 2616 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 2617
b5305167
SM
2618 * modes.texi (Other Font Lock Variables):
2619 Document font-lock-lines-before.
a775dff4
RS
2620
2621 * positions.texi (Skipping Characters): skip-chars-forward allows
2622 character classes.
2623
077f7085
LK
26242005-03-18 Lute Kamstra <lute@gnu.org>
2625
2626 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
2627
d69ea7ab
RS
26282005-03-17 Richard M. Stallman <rms@gnu.org>
2629
c7bd5d57
RS
2630 * text.texi (Undo): Document extensible undo entries.
2631
d69ea7ab
RS
2632 * searching.texi (String Search, Regexp Search, Regexp Search):
2633 Cleanups.
2634
2635 * nonascii.texi (Character Codes): Minor fix.
2636
2637 * display.texi (Display Property): Explain the significance
2638 of having text properties that are eq.
2639 (Other Display Specs): Explain string as display spec.
2640
2641 * commands.texi (Interactive Codes): Document G option.
2642
26432005-03-17 Chong Yidong <cyd@stupidchicken.com>
2644
2645 * text.texi (Filling): Add sentence-end-without-period and
2646 sentence-end-without-space.
2647 (Changing Properties): Minor fix.
2648
2649 * anti.texi: Total rewrite.
2650
a7679889
LK
26512005-03-15 Lute Kamstra <lute@gnu.org>
2652
2653 * edebug.texi (Instrumenting Macro Calls): Fix typos.
2654
6eb8e247
KS
26552005-03-08 Kim F. Storm <storm@cua.dk>
2656
2657 * display.texi (Specified Space): Property :width is support on
2658 non-graphic terminals, :height is not.
2659
bfa8be14
RS
26602005-03-07 Richard M. Stallman <rms@gnu.org>
2661
2662 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2663 Now subnodes of Fringes.
2664 (Overlay Arrow): Document overlay-arrow-variable-list.
2665 (Fringe Size/Pos): New node, broken out of Fringes.
2666 (Display): Explain clearing vs redisplay better.
2667 (Truncation): Clarify use of bitmaps.
2668 (The Echo Area): Clarify the uses of the echo area.
2669 Add max-mini-window-height.
2670 (Progress): Clarify.
2671 (Invisible Text): Explain that main loop moves point out.
2672 (Selective Display): Say "hidden", not "invisible".
b5305167 2673 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
2674 (Overlay Properties): Clarify intro.
2675 (Finding Overlays): Explain return values when nothing found.
2676 (Width): truncate-string-to-width has added arg.
2677 (Displaying Faces): Clarify and update mode line face handling.
2678 (Face Functions): Minor cleanup.
b5305167 2679 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
2680 (Pixel Specification, Other Display Specs): Minor cleanups.
2681 (Images, Image Descriptors): Minor cleanups.
2682 (GIF Images): Patents have expired.
2683 (Showing Images): Explain default text for insert-image.
b5305167 2684 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
2685 (Making Buttons): Explain return values.
2686 (Button Buffer Commands): Add xref.
2687 (Inverse Video): Update mode-line-inverse-video.
2688 (Display Table Format): Clarify.
2689 (Active Display Table): Give defaults for window-display-table.
2690
2691 * calendar.texi (Calendar Customizing): calendar-holiday-marker
2692 and calendar-today-marker are strings, not chars.
2693 (Holiday Customizing): Minor fix.
2694
bfa8be14
RS
2695 * internals.texi (Writing Emacs Primitives): Update `or' example.
2696 Update limit on # args of subr.
2697
2698 * edebug.texi (Using Edebug): Arrow is in fringe.
2699 (Instrumenting): Arg to eval-defun works without loading edebug.
2700 (Edebug Execution Modes): Add xref.
2701
2702 * customize.texi (Common Keywords): Clarify :require.
2703 Mention :version here.
2704 (Variable Definitions, Group Definitions): Not here.
2705 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2706
d69ea7ab
RS
27072005-03-07 Chong Yidong <cyd@stupidchicken.com>
2708 * nonascii.texi (Text Representations): Clarify position-bytes.
2709 (Character Sets): Add list-charset-chars.
2710 (Scanning Charsets): Add charset-after.
2711 (Encoding and I/O): Minor fix.
2712
34398e6c
RS
27132005-03-06 Richard M. Stallman <rms@gnu.org>
2714
2715 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2716 (Resizing Windows): Likewise.
2717
2718 * text.texi (Change Hooks): Get rid of "Emacs 21".
2719
2720 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2721
2722 * streams.texi (Output Variables): Get rid of "Emacs 21".
2723
2724 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2725
2726 * os.texi (Translating Input): Replace flow-control example
2727 with a less obsolete example that uses `keyboard-translate'.
2728
6eb8e247 2729 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 2730 Get rid of "Emacs 21".
6eb8e247 2731
34398e6c
RS
2732 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2733 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2734
2735 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2736
2737 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2738
2739 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2740 (Menu Bar): Fix when menu-bar-update-hook is called.
2741
2742 * hash.texi (Hash Tables): Get rid of "Emacs 21".
2743
2744 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2745 and make it read better.
2746
2747 * files.texi (Writing to Files): Get rid of "Emacs 21".
2748 (Unique File Names): Likewise.
2749
2750 * elisp.texi: Update Emacs version to 22.
2751
2752 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2753 (Overlay Properties, Face Attributes): Likewise.
2754 (Managing Overlays): Fix punctuation.
2755 (Attribute Functions): Clarify set-face-font; get rid of
2756 info about old Emacs versions.
2757 (Auto Faces, Font Lookup, Display Property, Images):
2758 Get rid of "Emacs 21".
2759
2760 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2761
d2178387
RS
27622005-03-05 Richard M. Stallman <rms@gnu.org>
2763
2764 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2765
524352d6
LK
27662005-03-04 Lute Kamstra <lute@gnu.org>
2767
2768 * debugging.texi (Error Debugging): Document stack-trace-on-error.
2769
27702005-03-03 Lute Kamstra <lute@gnu.org>
2771
2772 * edebug.texi (Instrumenting Macro Calls): Fix typo.
2773
284f0680
LK
27742005-03-01 Lute Kamstra <lute@gnu.org>
2775
2776 * debugging.texi (Debugger Commands): Update `j'.
2777
a9ee5cac
LK
27782005-02-28 Lute Kamstra <lute@gnu.org>
2779
2780 * debugging.texi (Debugging): Fix typo.
2781 (Error Debugging): Document eval-expression-debug-on-error.
2782 (Function Debugging): Update example.
2783 (Using Debugger): Mention starred stack frames.
2784 (Debugger Commands): Document `j' and `l'.
2785 (Invoking the Debugger): `d' and `j' exit recursive edit too.
2786 Update the messages that the debugger displays.
2787 (Internals of Debugger): Add cross reference. Update example.
2788 (Excess Open): Minor improvement.
2789 (Excess Close): Minor improvement.
2790
378d0f8e
RS
27912005-02-26 Richard M. Stallman <rms@gnu.org>
2792
2793 * tips.texi (Coding Conventions): Clarify.
2794 Put all the major mode key reservations together.
2795 Mention the Mouse-1 => Mouse-2 conventions.
2796
2797 * syntax.texi (Syntax Class Table): Clarify.
2798 (Syntax Table Functions): syntax-after moved from here.
2799 (Syntax Table Internals): syntax-after moved to here.
2800 (Parsing Expressions): Update info on number of values
2801 and what's meaningful in the STATE argument.
2802 (Categories): Fix typo.
2803
2804 * sequences.texi (Arrays): Cleanup.
2805 (Char-Tables): Clarify.
2806
2807 * processes.texi (Deleting Processes): Cleanups, add xref.
2808 (Subprocess Creation): Explain nil in exec-path. Cleanup.
2809 (Process Information): set-process-coding-system, some args optional.
2810 (Input to Processes): Explain various types for PROCESS args.
2811 Rename them from PROCESS-NAME to PROCESS.
2812 (Signals to Processes): Likewise.
2813 (Decoding Output): Cleanup.
2814 (Query Before Exit): Clarify.
2815
2816 * os.texi (Startup Summary): Correct the options; add missing ones.
2817 (Terminal Output, Batch Mode): Clarify.
2818 (Flow Control): Node deleted.
2819
2820 * markers.texi (The Mark): Clarify.
2821
2822 * macros.texi (Expansion): Cleanup.
2823 (Indenting Macros): indent-spec allows ints, not floats.
2824
2825 * keymaps.texi (Keymaps): Clarify.
2826 (Format of Keymaps): Update lisp-mode-map example.
2827 (Active Keymaps, Key Lookup): Clarify.
2828 (Changing Key Bindings): Add xref to `kbd'.
2829 (Key Binding Commands, Simple Menu Items): Clarify.
2830 (Mouse Menus, Menu Bar): Clarify.
2831 (Menu Example): Replace print example with menu-bar-replace-menu.
2832
2833 * help.texi (Documentation Basics): Add function-documentation prop.
2834
2835 * elisp.texi (Top): Don't refer to Flow Control node.
2836
2837 * commands.texi (Command Overview): Improve xrefs.
2838 (Adjusting Point): Adjusting point applies to intangible and invis.
2839 (Key Sequence Input): Doc extra read-key-sequence args.
2840 Likewise for read-key-sequence-vector.
2841
2842 * backups.texi (Rename or Copy): Minor fix.
2843 (Numbered Backups): For version-control, say the default.
2844 (Auto-Saving): make-auto-save-file-name example is simplified.
2845
2846 * advice.texi (Advising Functions): Don't imply one part of Emacs
2847 should advise another part. Markup changes.
2848 (Defining Advice): Move transitional para.
2849 (Activation of Advice): Cleanup.
2850 Explain if COMPILE is nil or negative.
2851
2852 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2853
2e20c83d
LK
28542005-02-24 Lute Kamstra <lute@gnu.org>
2855
2856 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2857 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2858
65c492fd
LK
28592005-02-23 Lute Kamstra <lute@gnu.org>
2860
b02c3eed
LK
2861 * modes.texi (Defining Minor Modes): define-minor-mode can be used
2862 to define global minor modes as well.
2863
65c492fd
LK
2864 * display.texi (Managing Overlays): overlay-buffer returns nil for
2865 deleted overlays.
2866
b686dd59
KS
28672005-02-22 Kim F. Storm <storm@cua.dk>
2868
2869 * minibuf.texi (Basic Completion): Allow symbols in addition to
2870 strings in try-completion and all-completions.
2871
23e8c095
LK
28722005-02-14 Lute Kamstra <lute@gnu.org>
2873
2874 * elisp.texi (Top): Remove reference to deleted node.
2875
2876 * lists.texi (Lists): Remove reference to deleted node.
2877 (Cons Cells): Fix typo.
2878
2879 * loading.texi (Where Defined): Fix typo.
2880
134948fc
RS
28812005-02-14 Richard M. Stallman <rms@gnu.org>
2882
2883 * variables.texi (Creating Buffer-Local): change-major-mode-hook
2884 is useful for discarding some minor modes.
2885
2886 * symbols.texi (Symbol Components): Reorder examples.
2887
2888 * streams.texi (Input Functions): State standard-input default.
2889 (Output Variables): State standard-output default.
2890
2891 * objects.texi (Printed Representation): Clarify read syntax vs print.
2892 (Floating Point Type): Explain meaning better.
2893 (Symbol Type): Explain uniqueness better.
2894 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
2895 List examples sooner.
2896 (Box Diagrams): New subnode broken out.
2897 Some examples moved from old Lists as Boxes node.
2898 (Dotted Pair Notation): Clarify intro.
2899 (Array Type): Clarify.
2900 (Type Predicates): Add hash-table-p.
2901
2902 * numbers.texi (Integer Basics): Clarify radix explanation.
2903 (Predicates on Numbers): Minor clarification.
2904 (Comparison of Numbers): Minor clarification. Clarify eql.
2905 Typos in min, max.
2906 (Math Functions): Clarify overflow in expt.
2907
2908 * minibuf.texi (Text from Minibuffer): Minor clarification.
2909 Mention arrow keys.
2910
2911 * loading.texi (Autoload): defun's doc string overrides autoload's
2912 doc string.
2913 (Repeated Loading): Modernize "add to list" examples.
2914 (Where Defined): Finish updating table of load-history elts.
2915
2916 * lists.texi (List-related Predicates): Minor wording improvement.
2917 (Lists as Boxes): Node deleted.
2918 (Building Lists): Explain trivial cases of number-sequence.
2919
2920 * hash.texi (Hash Tables): Add desc to menu items.
2921 (Creating Hash): Expain "full" means "make larger",
2922 (Hash Access): Any object can be a key.
2923 State value of maphash.
2924
2925 * functions.texi (What Is a Function): Wording cleanup.
2926 (Function Documentation): Minor cleanup.
2927 Explain purpose of calling convention at end of doc string.
2928 (Function Names): Wording cleanup.
2929 (Calling Functions): Wording cleanup.
2930 Explain better how funcall calls the function.
2931 (Function Cells): Delete example of saving and redefining function.
2932
2933 * control.texi (Combining Conditions): Wording cleanup.
2934 (Iteration): dolist and dotimes bind VAR locally.
2935 (Cleanups): Xref to Atomic Changes.
2936
2937 * compile.texi (Byte Compilation): Delete 19.29 info.
2938 (Compilation Functions): Macros' difficulties don't affect defsubst.
2939 (Docs and Compilation): Delete 19.29 info.
2940
44291460
RS
29412005-02-10 Richard M. Stallman <rms@gnu.org>
2942
2943 * objects.texi (Symbol Type): Minor correction.
2944
1f9ad95a
LK
29452005-02-06 Lute Kamstra <lute@gnu.org>
2946
2947 * modes.texi (Example Major Modes): Fix typos.
2948
ba2c991c
RS
29492005-02-06 Richard M. Stallman <rms@gnu.org>
2950
2951 * text.texi (Margins): fill-nobreak-predicate can be one function.
2952
2953 * strings.texi (Modifying Strings): clear-string can make unibyte.
2954 (Formatting Strings): format gives error if values missing.
2955
2956 * positions.texi (Character Motion): Mention default arg
2957 for forward-char. backward-char refers to forward-char.
2958 (Word Motion): Mention default arg for forward-word.
2959 (Buffer End Motion): Mention default arg for beginning-of-buffer.
2960 Simplify end-of-buffer.
2961 (Text Lines): Mention default arg for forward-line.
2962 (List Motion): Mention default arg for beginning/end-of-defun.
2963 (Skipping Characters): Minor fixes in explaining character-set.
2964
2965 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
2966 Mode inheritance applies only when default-major-mode is nil.
2967 Clarifications.
2968 (Example Major Modes): Update Text mode and Lisp mode examples.
2969 (Minor Mode Conventions): Mention define-minor-mode at top.
2970 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
2971 (Mode Line Format): Update mode line face display info.
2972 (Properties in Mode): Mention effect of risky vars.
2973 (Imenu): Define imenu-add-to-menubar.
2974 (Font Lock Mode): Add descriptions to menu lines.
2975 (Faces for Font Lock): Add font-lock-doc-face.
2976
9bf6d576
LK
29772005-02-05 Lute Kamstra <lute@gnu.org>
2978
2979 * text.texi (Maintaining Undo): Remove obsolete function.
2980
cb602754
EZ
29812005-02-05 Eli Zaretskii <eliz@gnu.org>
2982
2983 * frames.texi (Color Names): Add pointer to the X docs about RGB
2984 color specifications. Improve indexing
2985 (Text Terminal Colors): Replace the description of RGB values by
2986 an xref to "Color Names".
2987
4e07258f
RS
29882005-02-03 Richard M. Stallman <rms@gnu.org>
2989
2990 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
2991 Clarify.
2992 (Selecting Windows): Clarify save-selected-window.
2993 (Cyclic Window Ordering): Clarify walk-windows.
2994 (Window Point): Clarify.
2995 (Window Start): Add comment to example.
2996 (Resizing Windows): Add `interactive' specs in examples.
2997 Document fit-window-to-buffer.
2998
2999 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
3000 (Undo, Maintaining Undo): Clarify last change.
3001 (Sorting): In sort-numeric-fields, explain about octal and hex.
3002 Mention sort-numeric-base.
3003 (Format Properties): Add xref for hard newlines.
3004
3005 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
3006 (Pop-Up Menus): Fix typo.
3007 (Color Names): Explain all types of color names.
3008 Explain color-values on B&W terminal.
3009 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
3010
3011 * files.texi (File Locks): Not supported on MS systems.
3012 (Testing Accessibility): Clarify.
3013
3014 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
3015 (Coverage Testing): Fix typo.
3016
3017 * commands.texi (Misc Events): Remove stray space.
3018
3019 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
3020 (Modification Time): Clarify when visited-file-modtime returns 0.
3021 (The Buffer List): Clarify bury-buffer.
3022 (Killing Buffers): Clarify.
3023 (Indirect Buffers): Add clone-indirect-buffer.
3024
30252005-02-02 Matt Hodges <MPHodges@member.fsf.org>
3026
3027 * edebug.texi (Printing in Edebug): Fix default value of
3028 edebug-print-circle.
3029 (Coverage Testing): Fix displayed frequency count data.
3030
30312005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
3032
3033 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
3034
4e07258f 30352005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
3036
3037 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
3038
28d986b9
EZ
30392005-01-29 Eli Zaretskii <eliz@gnu.org>
3040
3041 * commands.texi (Misc Events): Describe the help-echo event.
3042
3043 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
3044 consistently in description of the help-echo property.
3045 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
3046
3047 * display.texi (Overlay Properties): Fix the index entry for
3048 help-echo overlay property.
3049
3050 * customize.texi (Type Keywords): Uncomment the xref to the
3051 help-echo property documentation.
3052
8f958b40
KS
30532005-01-23 Kim F. Storm <storm@cua.dk>
3054
3055 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
3056 return value. Third element FULLY replaced by PARTIAL which
3057 specifies number of invisible pixels if row is only partially visible.
3058 (Textual Scrolling): Mention auto-window-vscroll.
3059 (Vertical Scrolling): New defvar auto-window-vscroll.
3060
cd7e5dd6
LT
30612005-01-16 Luc Teirlinck <teirllm@auburn.edu>
3062
3063 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
3064 command remapping.
3065
6f771c32
RS
30662005-01-15 Richard M. Stallman <rms@gnu.org>
3067
3068 * display.texi (Defining Images): Mention DATA-P arg of create-image.
3069
6ac8a822
KS
30702005-01-14 Kim F. Storm <storm@cua.dk>
3071
88948d55
KS
3072 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
3073
6ac8a822
KS
3074 * text.texi (Links and Mouse-1): Fix string and vector item.
3075
20d6de82
RS
30762005-01-13 Richard M. Stallman <rms@gnu.org>
3077
3078 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
3079 descriptions of overriding-local-map and overriding-terminal-local-map.
3080
3081 * text.texi (Links and Mouse-1): Clarify text.
3082
f75a592e
KS
30832005-01-13 Kim F. Storm <storm@cua.dk>
3084
3085 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
3086
910f60b1
TTN
30872005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
3088
3089 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
3090
37181fc4
KS
30912005-01-12 Kim F. Storm <storm@cua.dk>
3092
3093 * text.texi (Links and Mouse-1): Rename section from Enabling
3094 Mouse-1 to Following Links. Change xrefs.
3095 Add examples for define-button-type and define-widget.
3096
3097 * display.texi (Button Properties, Button Buffer Commands):
3098 Clarify mouse-1 and follow-link functionality.
3099
28f94a34
RS
31002005-01-12 Richard M. Stallman <rms@gnu.org>
3101
3102 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
3103
3104 * display.texi (Beeping): Fix Texinfo usage.
3105
3106 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
3107
bac2d936
KS
31082005-01-11 Kim F. Storm <storm@cua.dk>
3109
3110 * display.texi (Button Properties, Button Buffer Commands):
93381d62 3111 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
3112
3113 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
3114 (Enabling Mouse-1 to Follow Links): New subsection.
3115
de968ddb
RS
31162005-01-06 Richard M. Stallman <rms@gnu.org>
3117
3118 * text.texi (Special Properties): Minor change.
3119
3120 * os.texi (Timers): Clarify previous change.
3121
3122 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
3123
a3a43b3b
LT
31242005-01-01 Luc Teirlinck <teirllm@auburn.edu>
3125
3126 * display.texi (Face Attributes): Correct xref to renamed node.
3127
732bb9ce
RS
31282005-01-01 Richard M. Stallman <rms@gnu.org>
3129
3130 * display.texi (Face Attributes): Describe hex color specs.
3131
c734ae59
RS
31322004-12-31 Richard M. Stallman <rms@gnu.org>
3133
3134 * os.texi (Timers): Update previous change.
3135
33b2f4ea
KS
31362004-12-30 Kim F. Storm <storm@cua.dk>
3137
3138 * display.texi (Line Height): Total line-height is now specified
3139 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
3140 in cons cells. (nil . RATIO) is relative to actual line height.
3141 Use line-height `t' instead of `0' to get minimum height.
3142
99ec74b9
RS
31432004-12-29 Richard M. Stallman <rms@gnu.org>
3144
3145 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
3146
eab463f6
RS
31472004-12-28 Richard M. Stallman <rms@gnu.org>
3148
3149 * commands.texi (Quitting): Clarify value of with-local-quit.
3150
3151 * elisp.texi (Top): Fix previous change.
3152
3153 * loading.texi (Loading): Fix previous change.
3154
ebbd14f1
RS
31552004-12-27 Richard M. Stallman <rms@gnu.org>
3156
4ae98fc5
RS
3157 * Makefile.in (MAKEINFO): Specify --force.
3158
8f430046
RS
3159 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
3160
56011a8c
RS
3161 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
3162
3163 * display.texi (Line Height): Further clarify.
3164
3165 * elisp.texi (Top): Update Loading submenu.
3166
ebbd14f1
RS
3167 * loading.texi (Where Defined): New node.
3168 (Unloading): load-history moved to Where Defined.
3169
fda2922a
RS
31702004-12-21 Richard M. Stallman <rms@gnu.org>
3171
3172 * commands.texi (Event Input Misc): Add while-no-input.
3173
9eb8959a
RS
31742004-12-11 Richard M. Stallman <rms@gnu.org>
3175
3176 * display.texi (Line Height): Rewrite text for clarity.
3177
adf87c29
KS
31782004-12-11 Kim F. Storm <storm@cua.dk>
3179
3180 * display.texi (Display): Add node "Line Height" to menu.
3181 (Line Height): New node. Move full description of line-spacing
3182 and line-height text properties here from text.texi.
3183 (Scroll Bars): Add vertical-scroll-bar variable.
3184
3185 * frames.texi (Window Frame Parameters): Remove line-height defvar.
3186
3187 * locals.texi (Standard Buffer-Local Variables): Fix xref for
3188 line-spacing and vertical-scroll-bar.
3189
3190 * text.texi (Special Properties): Just mention line-spacing and
3191 line-height here, add xref to new "Line Height" node.
3192
31e4729e
TTN
31932004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
3194
3195 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
3196
3197 * locals.texi (Standard Buffer-Local Variables):
3198 Add @xref for `line-spacing'.
3199
cc60c723
RS
32002004-12-05 Richard M. Stallman <rms@gnu.org>
3201
3202 * Makefile.in (maintainer-clean): Remove the info files
3203 in $(infodir) where they are created.
3204
f6101ac9
RS
32052004-12-03 Richard M. Stallman <rms@gnu.org>
3206
3207 * windows.texi (Selecting Windows): get-lru-window and
3208 get-largest-window don't consider dedicated windows.
3209
3210 * text.texi (Undo): Document undo-in-progress.
3211
94221759
RS
32122004-11-26 Richard M. Stallman <rms@gnu.org>
3213
3214 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
3215 Remove a few vars that are not always buffer-local.
3216
7092c5e8
LT
32172004-11-24 Luc Teirlinck <teirllm@auburn.edu>
3218
3219 * locals.texi (Standard Buffer-Local Variables): Comment out
3220 xref's to non-existent node `Yet to be written'.
3221
261b01c6
RS
32222004-11-24 Richard M. Stallman <rms@gnu.org>
3223
3224 * processes.texi (Synchronous Processes): Grammar fix.
3225
3226 * numbers.texi (Comparison of Numbers): Add eql.
3227
3228 * locals.texi (Standard Buffer-Local Variables): Add many vars.
3229
3230 * intro.texi (Printing Notation): Fix previous change.
3231
3232 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
3233 and default-indicate-buffer-boundaries from here.
3234 (Usual Display): To here.
3235 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
3236 (Usual Display): Move tab-width up.
3237
3238 * customize.texi (Variable Definitions): Replace
3239 show-paren-mode example with tooltip-mode.
7092c5e8 3240 (Simple Types, Composite Types, Defining New Types):
261b01c6 3241 Minor cleanups.
7092c5e8 3242
c1aa4864
JH
32432004-11-21 Jesper Harder <harder@ifa.au.dk>
3244
3245 * processes.texi (Synchronous Processes, Output from Processes):
3246 Markup fix.
3247
dedbac89
RS
32482004-11-20 Richard M. Stallman <rms@gnu.org>
3249
07c8c65a
RS
3250 * positions.texi (Skipping Characters): skip-chars-forward
3251 now handles char classes.
3252
8f40a868
RS
3253 * intro.texi (Printing Notation): Avoid confusion of `print'
3254 when explaining @print.
3255
3256 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
3257
3258 * display.texi (Display Table Format): Minor fix.
3259
3260 * streams.texi (Output Functions): Fix print example.
3261
fd6866c8
RS
3262 * Makefile.in (elisp): New target.
3263 (dist): Depend on $(infodir)/elisp, not elisp.
3264 Copy the info files from $(infodir).
3265
9d00469f
RS
3266 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
3267 read-from-minibuffer.
3268
dedbac89
RS
3269 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
3270
6de891db
RS
32712004-11-19 Richard M. Stallman <rms@gnu.org>
3272
3273 * searching.texi (Regexp Search): Add search-whitespace-regexp.
3274
e1c1c5a7
TTN
32752004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
3276
3277 * tips.texi (Coding Conventions): Fix typo.
3278
ee31cd78
RS
32792004-11-16 Richard M. Stallman <rms@gnu.org>
3280
3281 * tips.texi (Coding Conventions): Separate defvar and require
3282 methods to avoid warnings. Use require only when there are many
3283 functions and variables from that package.
3284
3285 * minibuf.texi (Minibuffer Completion): When ignoring case,
3286 predicate must not be case-sensitive.
3287
3288 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
3289 (Test Coverage): Don't talk about "splotches". Clarified.
3290
4bd38e94
TTN
32912004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
3292
3293 * frames.texi (Window Frame Parameters): Fix typo.
3294
6d073ae1
KS
32952004-11-15 Kim F. Storm <storm@cua.dk>
3296
9f89426b
KS
3297 * symbols.texi (Other Plists): Note that plist-get may signal error.
3298 Add safe-plist-get.
6d073ae1 3299
10980463
TTN
33002004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
3301
3302 * modes.texi (Font Lock Basics): Fix typo.
3303
1efc19eb
RS
33042004-11-08 Richard M. Stallman <rms@gnu.org>
3305
3306 * syntax.texi (Syntax Table Functions): Add syntax-after.
3307
6159c232
EZ
33082004-11-06 Lars Brinkhoff <lars@nocrew.org>
3309
3310 * os.texi (Processor Run Time): New section documenting
3311 get-internal-run-time.
3312
59dede22
EZ
33132004-11-06 Eli Zaretskii <eliz@gnu.org>
3314
3315 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
3316 it nukes elisp-cover.texi.
3317 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
3318 elisp-0 etc.
3319
4cc8522c
LT
33202004-11-05 Luc Teirlinck <teirllm@auburn.edu>
3321
3322 * commands.texi (Keyboard Macros): Document `append' return value
3323 of `defining-kbd-macro'.
3324
2d1ef312
RS
33252004-11-01 Richard M. Stallman <rms@gnu.org>
3326
3327 * commands.texi (Interactive Call): Add called-interactively-p.
3328
6f4e005d
SJ
33292004-10-29 Simon Josefsson <jas@extundo.com>
3330
3331 * minibuf.texi (Reading a Password): Revert.
3332
4f71c13f
RS
33332004-10-28 Richard M. Stallman <rms@gnu.org>
3334
3335 * frames.texi (Display Feature Testing): Explain about "vendor".
3336
4660a9e3
RS
33372004-10-27 Richard M. Stallman <rms@gnu.org>
3338
3339 * commands.texi (Interactive Codes): `N' uses numeric prefix,
3340 not raw. Clarify `n'.
3341 (Interactive Call): Rewrite interactive-p, focusing on when
3342 and how to use it.
3343 (Misc Events): Clarify previous change.
3344
3345 * advice.texi (Simple Advice): Clarify what job the example does.
3346 (Around-Advice): Clarify ad-do-it.
3347 (Activation of Advice): An option of ad-default-compilation-action
3348 is `never', not `nil'.
3349
c8636435
KS
33502004-10-26 Kim F. Storm <storm@cua.dk>
3351
3352 * commands.texi (Interactive Codes): Add U code letter.
3353
acd4089b
SJ
33542004-10-25 Simon Josefsson <jas@extundo.com>
3355
3356 * minibuf.texi (Reading a Password): Add.
3357
29dc7809
JR
33582004-10-24 Jason Rumney <jasonr@gnu.org>
3359
9b7fa297 3360 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
29dc7809
JR
3361 and wheel-down.
3362
bb5d6d34
KG
33632004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3364
3365 * processes.texi (Synchronous Processes): Document process-file.
3366
d0ee2ed3
KH
33672004-10-22 Kenichi Handa <handa@m17n.org>
3368
3369 * text.texi (translate-region): Document that it accepts also a
3370 char-table.
3371
38be9dbb
DP
33722004-10-22 David Ponce <david@dponce.com>
3373
3374 * windows.texi (Resizing Windows): Document the `preserve-before'
3375 argument of the functions `enlarge-window' and `shrink-window'.
3376
63c80452
JR
33772004-10-19 Jason Rumney <jasonr@gnu.org>
3378
3379 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3380
9f4b6e73
LT
33812004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3382
3383 * text.texi (Filling): Add anchor for definition of
3384 `sentence-end-double-space'.
3385
3386 * searching.texi (Regexp Example): Update description of how
3387 Emacs currently recognizes the end of a sentence.
3388 (Standard Regexps): Update definition of the variable
3389 `sentence-end'. Add definition of the function `sentence-end'.
3390
657f0f9c
EZ
33912004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3392
3393 * display.texi (Progress): New node.
3394
35ab4857
KS
33952004-10-05 Kim F. Storm <storm@cua.dk>
3396
3397 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3398
f2a54fbc
KS
33992004-09-29 Kim F. Storm <storm@cua.dk>
3400
3401 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3402 to identify bitmaps. Remove -fringe-bitmap suffix for standard
3403 fringe bitmap symbols, as they now have their own namespace.
3404 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3405 vs. pixels. Signal error if no free bitmap slots.
3406 (Pixel Specification): Change IMAGE to @var{image}.
3407
4676d6f3
RS
34082004-09-28 Richard M. Stallman <rms@gnu.org>
3409
3410 * text.texi (Special Properties): Clarify line-spacing and line-height.
3411
3412 * searching.texi (Regexp Search): Add looking-back.
3413
17234906
LT
34142004-09-25 Luc Teirlinck <teirllm@auburn.edu>
3415
3416 * display.texi: Correct typos.
3417 (Image Descriptors): Correct xref's.
3418
4de43c8b
RS
34192004-09-25 Richard M. Stallman <rms@gnu.org>
3420
3421 * text.texi (Special Properties): Cleanups in `cursor'.
3422 Rewrites in `line-height' and `line-spacing'; exchange them.
3423
3424 * display.texi (Fringes): Rewrite previous change.
3425 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
3426 (Display Fringe Bitmaps): Node deleted, text moved.
3427 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
3428 (Scroll Bars): Clarify set-window-scroll-bars.
3429 (Pointer Shape): Rewrite.
3430 (Specified Space): Clarify :align-to, etc.
3431 (Pixel Specification): Use @var. Clarify new text.
3432 (Other Display Specs): Clarify `slice'.
3433 (Image Descriptors): Cleanups.
3434 (Showing Images): Cleanups.
3435
a3ee0299
LT
34362004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3437
e88ebce6
LT
3438 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3439
a3ee0299
LT
3440 * modes.texi: Various minor changes in addition to:
3441 (Major Mode Conventions): Final call to `run-mode-hooks' should
3442 not be inside the `delay-mode-hooks' form.
3443 (Mode Hooks): New node.
3444 (Hooks): Delete obsolete example.
3445 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3446 node "Mode Hooks".
3447
6db2bc02
LT
34482004-09-22 Luc Teirlinck <teirllm@auburn.edu>
3449
3450 * display.texi: Correct various typos.
3451 (Display): Rename node "Pointer Shapes" to "Pointer
3452 Shape". (There is already a node called "Pointer Shapes" in
3453 frames.texi.)
3454 (Images): Remove non-existent node "Image Slices" from menu.
3455
ed2846bd
KS
34562004-09-23 Kim F. Storm <storm@cua.dk>
3457
3458 * text.texi (Special Properties): Add `cursor', `pointer',
3459 `line-height', and `line-spacing' properties.
3460
3461 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3462 Shapes' to menu.
3463 (Standard Faces): Doc fix for fringe face.
3464 (Fringes): Add `overflow-newline-into-fringe' and
3465 'indicate-buffer-boundaries'.
3466 (Fringe Bitmaps, Pointer Shapes): New nodes.
3467 (Display Property): Add 'Pixel Specification' and 'Display Fringe
3468 Bitmaps' to menu.
3469 (Specified Space): Describe pixel width and height.
3470 (Pixel Specification): New node.
3471 (Other Display Specs): Add `slice' property.
3472 (Display Fringe Bitmaps): New node.
3473 (Images): Add 'Image Slices' to menu.
3474 (Image Descriptors): Add `:pointer' and `:map' properties.
3475 (Showing Images): Add slice arg to `insert-image'. Add
3476 'insert-sliced-image'.
3477
4d894c98
RS
34782004-09-20 Richard M. Stallman <rms@gnu.org>
3479
3480 * commands.texi (Key Sequence Input):
3481 Clarify downcasing in read-key-sequence.
3482
7e388eb7
JL
34832004-09-08 Juri Linkov <juri@jurta.org>
3484
3485 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3486
a020987f
LT
34872004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3488
3489 * locals.texi (Standard Buffer-Local Variables): Add
3490 `buffer-auto-save-file-format'.
3491 * internals.texi (Buffer Internals): Describe new
3492 auto_save_file_format field of the buffer structure.
3493 * files.texi (Format Conversion): `auto-save-file-format' has been
3494 renamed `buffer-auto-save-file-format'.
3495
2b96f80c
LT
34962004-08-27 Luc Teirlinck <teirllm@auburn.edu>
3497
3498 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3499 an integer or a marker.
3500 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3501
2ee3b79e
RS
35022004-08-22 Richard M. Stallman <rms@gnu.org>
3503
3504 * modes.texi (Major Mode Conventions): Discuss rebinding of
3505 standard key bindings.
3506
c438dc33
KS
35072004-08-18 Kim F. Storm <storm@cua.dk>
3508
3509 * processes.texi (Accepting Output): Add `just-this-one' arg to
3510 `accept-process-output'.
101c421e 3511 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 3512
db8af011
LT
35132004-08-10 Luc Teirlinck <teirllm@auburn.edu>
3514
3515 * keymaps.texi: Various changes in addition to:
3516 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3517 Give more varied examples for `kbd'.
3518 (Creating Keymaps): Char tables have slots for all characters
3519 without modifiers.
3520 (Active Keymaps): `overriding-local-map' and
3521 `overriding-terminal-local-map' also override text property and
3522 overlay keymaps.
3523 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3524 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3525 to denote a prefix of no events.
3526 `map-keymap' includes parent's bindings _recursively_.
3527 Clarify and correct description of `where-is-internal'.
3528 Mention BUFFER-OR-NAME arg to `describe-bindings'.
3529 (Menu Example): For menus intended for use with the keyboard, the
3530 menu items should be bound to characters or real function keys.
3531
de700726
LT
35322004-08-08 Luc Teirlinck <teirllm@auburn.edu>
3533
30e75a87
LT
3534 * objects.texi (Character Type): Reposition `@anchor' to prevent
3535 double space inside sentence in Info.
3536
de700726
LT
3537 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3538 renamed to `disabled-command-function'.
7c5b95c9 3539 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
3540 (Command Loop Info): Replace reference to it.
3541 (Disabling Commands): `disabled-command-hook' has been renamed to
3542 `disabled-command-function'.
3543
81909a1a
LT
35442004-08-07 Luc Teirlinck <teirllm@auburn.edu>
3545
3546 * os.texi (Translating Input): Only non-prefix bindings in
3547 `key-translation-map' override actual key bindings. Warn about
3548 possible indirect effect of actual key bindings on non-prefix
3549 bindings in `key-translation-map'.
3550
5504e99c
LT
35512004-08-06 Luc Teirlinck <teirllm@auburn.edu>
3552
3553 * minibuf.texi (High-Level Completion): Add anchor for definition
3554 of `read-variable'.
3555
3556 * commands.texi: Various changes in addition to:
3557 (Using Interactive): Clarify description of `interactive-form'.
3558 (Interactive Call): Mention default for KEYS argument to
3559 `call-interactively'.
3560 (Command Loop Info): Clarify description of `this-command-keys'.
3561 Mention KEEP-RECORD argument to `clear-this-command-keys'.
3562 Value of `last-event-frame' can be `macro'.
3563 (Repeat Events): `double-click-fuzz' is also used to distinguish
3564 clicks and drags.
3565 (Classifying Events): Clarify descriptions of `event-modifiers'
3566 `event-basic-type' and `event-convert-list'.
3567 (Accessing Events): `posn-timestamp' takes POSITION argument.
3568 (Quoted Character Input): Clarify description of
3569 `read-quoted-char' and fix example.
3570 (Quitting): Add `with-local-quit'.
6db11765 3571 (Disabling Commands): Correct and clarify descriptions of
5504e99c
LT
3572 `enable-command' and `disable-command'.
3573 Mention what happens if `disabled-command-hook' is nil.
3574 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
3575 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
3576
f478a72a
LT
35772004-07-24 Luc Teirlinck <teirllm@auburn.edu>
3578
3579 * frames.texi: Various changes in addition to:
3580 (Creating Frames): Expand and clarify description of `make-frame'.
3581 (Window Frame Parameters): Either none or both of the `icon-left'
3582 and `icon-top' parameters must be specified. Put descriptions of
3583 `menu-bar-lines' and `toolbar-lines' closer together and change
3584 them accordingly.
3585 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
3586 except while processing `frame-title-format' or `icon-title-format'.
3587 (Deleting Frames): Correct description of `delete-frame'.
3588 Non-nil return values of `frame-live-p' are like those of `framep'.
9b7fa297 3589 (Frames and Windows): Mention return value of
f478a72a
LT
3590 `set-frame-selected-window'.
3591 (Visibility of Frames): Mention `force' argument to
3592 `make-frame-invisible'. `frame-visible-p' returns t for all
3593 frames on text-only terminals.
3594 (Frame Configurations): Restoring a frame configuration does not
3595 restore deleted frames.
3596 (Window System Selections): `x-set-selection' returns DATA.
3597 (Resources): Add example.
3598 (Display Feature Testing): Clarify descriptions of
3599 `display-pixel-height', `display-pixel-width', `x-server-version'
3600 and `x-server-vendor'.
3601
3602 * windows.texi (Choosing Window): Add anchor.
3603 * minibuf.texi (Minibuffer Misc): Add anchor.
3604
bc135062
JPW
36052004-07-23 John Paul Wallington <jpw@gnu.org>
3606
3607 * macros.texi (Defining Macros): Declaration keyword for setting
3608 Edebug spec is `debug' not `edebug'.
3609
cb7516e5
LT
36102004-07-19 Luc Teirlinck <teirllm@auburn.edu>
3611
3612 * windows.texi: Various small changes in addition to:
3613 (Window Point): Mention return value of `set-window-point'.
3614 (Window Start): `pos-visible-in-window-p' disregards horizontal
3615 scrolling. Explain return value if PARTIALLY is non-nil.
3616 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
3617 and `set-window-vscroll'.
3618 (Size of Window): The argument WINDOW to `window-inside-edges',
3619 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
3620 (Resizing Windows): Explain return value of
3621 `shrink-window-if-larger-than-buffer'.
3622 `window-size-fixed' automatically becomes buffer local when set.
3623 (Window Configurations): Explain return value of
3624 `set-window-configuration'.
3625
3626 * minibuf.texi (Minibuffer Misc): Add anchor for
3627 `minibuffer-scroll-window'.
3628
3629 * positions.texi (Text Lines): Add anchor for `count-lines'.
3630
3751eb00
RS
36312004-07-17 Richard M. Stallman <rms@gnu.org>
3632
3633 * display.texi (Overlay Properties): Adding `evaporate' prop
3634 deletes empty overlay immediately.
3635
3636 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
3637 fix example.
3638
9a7e97c6
LT
36392004-07-16 Jim Blandy <jimb@redhat.com>
3640
3641 * searching.texi (Regexp Backslash): Document new \_< and \_>
3642 operators.
3643
aa0e4da8
JB
36442004-07-16 Juanma Barranquero <lektu@terra.es>
3645
3646 * display.texi (Images): Fix Texinfo usage.
3647
cbbfedb2
LT
36482004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3649
3650 * buffers.texi (Modification Time): `visited-file-modtime' now
3651 returns a list of two integers, instead of a cons.
3652
3a052bd3
LT
36532004-07-13 Luc Teirlinck <teirllm@auburn.edu>
3654
3655 * windows.texi: Various changes in addition to:
3656 (Splitting Windows): Add `split-window-keep-point'.
3657
02c04e6f
RS
36582004-07-09 Richard M. Stallman <rms@gnu.org>
3659
3660 * frames.texi (Input Focus): Minor fix.
3661
cb4f1287
LT
36622004-07-07 Luc Teirlinck <teirllm@auburn.edu>
3663
3664 * frames.texi (Input Focus): Clarify descriptions of
3665 `select-frame-set-input-focus' and `select-frame'.
3666
339902ec
LT
36672004-07-06 Luc Teirlinck <teirllm@auburn.edu>
3668
3669 * os.texi: Various small changes in addition to:
3670 (Killing Emacs): Expand and clarify description of
3671 `kill-emacs-query-functions' and `kill-emacs-hook'.
3672 (System Environment): Expand and clarify description of `getenv'
3673 and `setenv'.
3674 (Timers): Clarify description of `run-at-time'.
3675 (Translating Input): Correct description of
3676 `extra-keyboard-modifiers'.
3677 (Flow Control): Correct description of `enable-flow-control'.
3678
fe3b7e35
TTN
36792004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
3680
3681 * os.texi: Update copyright.
3682 (Session Management): Grammar fix.
3683 Clarify which Emacs does the restarting.
3684 Use @samp for *scratch* buffer.
3685
59db7d6e
LT
36862004-07-04 Alan Mackenzie <acm@muc.de>
3687
3688 * frames.texi (Input Focus): Add documentation for
3689 `select-frame-set-input-focus'. Replace refs to non-existent
3690 `switch-frame' with `select-frame'. Minor corrections and tidying
3691 up of text-only terminal stuff.
3692
e3ccf404
RS
36932004-07-02 Richard M. Stallman <rms@gnu.org>
3694
3695 * files.texi (Saving Buffers): Cleanup write-contents-function.
3696 (Magic File Names): Cleanup file-remote-p.
3697
8addb6eb
KG
36982004-07-02 Kai Grossjohann <kai@emptydomain.de>
3699
3700 * files.texi (Magic File Names): `file-remote-p' returns an
3701 identifier of the remote system, not just t.
3702
7a58d84d
DK
37032004-07-02 David Kastrup <dak@gnu.org>
3704
3705 * searching.texi (Entire Match Data): Add explanation about new
3706 match-data behavior when @var{integers} is non-nil.
3707
d8c379f8
RS
37082004-06-24 Richard M. Stallman <rms@gnu.org>
3709
b4a4b0ae
RS
3710 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3711
d8c379f8
RS
3712 * customize.texi (Variable Definitions): Note about doc strings
3713 and :set.
3714
3715 * keymaps.texi (Keymap Terminology): Document `kbd'.
3716 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3717
3718 * display.texi (Invisible Text): Setting buffer-invisibility-spec
3719 makes it buffer-local.
3720
3721 * files.texi (Saving Buffers): Correct previous change.
3722
3723 * commands.texi (Accessing Events):
3724 Clarify posn-col-row and posn-actual-col-row.
3725
37262004-06-24 David Ponce <david.ponce@wanadoo.fr>
3727
3728 * commands.texi (Accessing Events): New functions
3729 posn-at-point and posn-at-x-y. Add example to posn-x-y.
3730
dce417e7
LT
37312004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3732
3733 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3734 * frames.texi, buffers.texi, backups.texi, variables.texi:
3735 * loading.texi, eval.texi, functions.texi, control.texi:
3736 * symbols.texi, minibuf.texi: Reposition @anchor's.
3737
3738 * help.texi: Various small changes in addition to the following.
3739 (Describing Characters): Describe PREFIX argument to
3740 `key-description'. Correct and clarify definition of
3741 `text-char-description'. Describe NEED-VECTOR argument to
3742 `read-kbd-macro'.
3743 (Help Functions): Clarify definition of `apropos'.
3744
255d07dc
LH
37452004-06-23 Lars Hansen <larsh@math.ku.dk>
3746
3747 * files.texi (Saving Buffers): Correct description of
3748 `write-contents-functions'.
3749
4e9691e9
JB
37502004-06-21 Juanma Barranquero <lektu@terra.es>
3751
3752 * display.texi (Images): Remove redundant @vindex directives.
3753 Rewrite `image-library-alist' doc in active voice.
3754
1ebd4f78
JB
37552004-06-14 Juanma Barranquero <lektu@terra.es>
3756
3757 * display.texi (Images): Document new delayed library loading,
3758 variable `image-library-alist' and (existing but undocumented)
3759 function `image-type-available-p'.
3760
ddfb8369
RS
37612004-06-05 Richard M. Stallman <rms@gnu.org>
3762
3763 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3764 refer the user to the Initial Input node.
3765 (Text from Minibuffer): Likewise.
3766 (Initial Input): New node. Document this feature
3767 and say it is mostly deprecated.
3768
18684a3a
RS
37692004-05-30 Richard M. Stallman <rms@gnu.org>
3770
7a61e456
RS
3771 * loading.texi (Named Features): Clarify return value
3772 and meaning of NOERROR.
3773
18684a3a
RS
3774 * variables.texi (File Local Variables): Minor cleanup.
3775
c8364415
MA
37762004-05-30 Michael Albinus <michael.albinus@gmx.de>
3777
3778 * files.texi (Magic File Names): Add `file-remote-p' as operation
3779 of file name handlers.
3780
08fd1251
RS
37812004-05-29 Richard M. Stallman <rms@gnu.org>
3782
3783 * modes.texi (Minor Mode Conventions): (-) has no special meaning
3784 as arg to a minor mode command.
3785
71d5a208
RS
37862004-05-22 Richard M. Stallman <rms@gnu.org>
3787
3788 * syntax.texi (Syntax Class Table): Word syntax not just for English.
3789
3790 * streams.texi (Output Variables): Doc float-output-format.
3791
3792 * searching.texi (Regexp Special): Nested repetition can be infloop.
3793
3794 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3795 real stack overflow.
3796
3797 * compile.texi: Minor cleanups.
3798
37992004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
3800
3801 * lists.texi (Cons Cells): Explain dotted lists, true lists,
3802 circular lists.
3803 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 3804
022cb162
TTN
38052004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
3806
3807 * modes.texi (Search-based Fontification): Fix typo.
3808
aa7094ba
JB
38092004-05-10 Juanma Barranquero <lektu@terra.es>
3810
3811 * modes.texi (Mode Line Variables): Fix description of
3812 global-mode-string, which is now after which-func-mode, not the
3813 buffer name.
3814
c2383279
LH
38152004-05-07 Lars Hansen <larsh@math.ku.dk>
3816
3817 * modes.texi (Desktop Save Mode): Add.
3818 (Modes): Add menu entry Desktop Save Mode.
3819
3820 * hooks.texi: Add desktop-after-read-hook,
3821 desktop-no-desktop-file-hook and desktop-save-hook.
3822
3823 * locals.texi: Add desktop-save-buffer.
3824
058296d3
JH
38252004-04-30 Jesper Harder <harder@ifa.au.dk>
3826
3827 * display.texi: emacs -> Emacs.
3828
0c54865e
EZ
38292004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3830
3831 * files.texi (Changing Files): Document set-file-times.
3832
d814862a
JB
38332004-04-23 Juanma Barranquero <lektu@terra.es>
3834
3835 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3836
e8d6f886
JH
38372004-04-18 Jesper Harder <harder@ifa.au.dk>
3838
3839 * tips.texi (Coding Conventions): defopt -> defcustom.
3840
3a424014
LT
38412004-04-16 Luc Teirlinck <teirllm@auburn.edu>
3842
3843 * sequences.texi: Various clarifications.
3844
9e860631
LT
38452004-04-14 Luc Teirlinck <teirllm@auburn.edu>
3846
3847 * buffers.texi (Read Only Buffers): Mention optional ARG to
3848 `toggle-read-only'.
3849
5e30a0fb
NR
38502004-04-14 Nick Roberts <nick@nick.uklinux.net>
3851
9e860631 3852 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
3853 returns a full-width window if possible.
3854
619fb950
LT
38552004-04-13 Luc Teirlinck <teirllm@auburn.edu>
3856
3857 * buffers.texi: Various changes in addition to:
3858 (Buffer File Name): Add `find-buffer-visiting'.
3859 (Buffer Modification): Mention optional ARG to `not-modified'.
3860 (Indirect Buffers): Mention optional CLONE argument to
3861 `make-indirect-buffer'.
3862
3863 * files.texi: Various changes in addition to:
3864 (Visiting Functions): `find-file-hook' is now a normal hook.
3865 (File Name Expansion): Explain difference between the way that
3866 `expand-file-name' and `file-truename' treat `..'.
3867 (Contents of Directories): Mention optional ID-FORMAT argument to
3868 `directory-files-and-attributes'.
3869 (Format Conversion): Mention new optional CONFIRM argument to
3870 `format-write-file'.
3871
a2295d32
MB
38722004-04-12 Miles Bader <miles@gnu.org>
3873
3874 * macros.texi (Expansion): Add description of `macroexpand-all'.
3875
571fd4d5
JH
38762004-04-05 Jesper Harder <harder@ifa.au.dk>
3877
3878 * variables.texi (Variable Aliases): Mention
3879 cyclic-variable-indirection.
3880
3881 * errors.texi (Standard Errors): Ditto.
3882
4ba2fd66
LT
38832004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3884
6db11765 3885 * backups.texi: Various small changes in addition to:
4ba2fd66
LT
3886 (Making Backups): Mention return value of `backup-buffer'.
3887 (Auto-Saving): Mention optional FORCE argument to
3888 `delete-auto-save-file-if-necessary'.
3889 (Reverting): Mention optional PRESERVE-MODES argument to
3890 `revert-buffer'. Correct description of `revert-buffer-function'.
3891
8f7ea687
JL
38922004-03-22 Juri Linkov <juri@jurta.org>
3893
3894 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
3895 with `Vector Functions'.
3896
3897 * text.texi (Sorting): Add missing quote.
3898
0eeca3c1
LT
38992004-03-14 Luc Teirlinck <teirllm@auburn.edu>
3900
3901 * intro.texi (Lisp History): Replace xref to `cl' manual with
3902 inforef.
3903
e69cfac2
RS
39042004-03-12 Richard M. Stallman <rms@gnu.org>
3905
3906 * intro.texi (Version Info): Add arg to emacs-version.
3907 (Lisp History): Change xref to CL manual.
3908
1b91d47f
LT
39092004-03-09 Luc Teirlinck <teirllm@auburn.edu>
3910
3911 * minibuf.texi (Completion Commands): Add xref to Emacs manual
3912 for Partial Completion mode.
3913
97073664
TTN
39142004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
3915
9b7fa297 3916 * customize.texi: Fix typo. Remove eol whitespace.
97073664 3917
04a6e76b
RS
39182004-03-04 Richard M. Stallman <rms@gnu.org>
3919
3920 * processes.texi: Fix typos.
3921
3922 * lists.texi (Building Lists): Minor clarification.
3923
3924 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
3925 in make-hash-table.
3926
5bb0fcd1
JB
39272004-02-29 Juanma Barranquero <lektu@terra.es>
3928
3929 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
3930 rm, and ignore exit code.
3931
9022d421
EZ
39322004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
3933
3934 * display.texi (Defining Faces): Add description for min-colors.
3935 Update example.
3936
92f5fba2
LT
39372004-02-23 Luc Teirlinck <teirllm@auburn.edu>
3938
3939 * abbrevs.texi: Various corrections and clarifications in addition
3940 to the following:
3941 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
3942
7e83e178
GM
39432004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3944
3945 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
3946
9c5609e8
LT
39472004-02-21 Luc Teirlinck <teirllm@auburn.edu>
3948
e2b9b51f
LT
3949 * text.texi: Various small changes in addition to the following:
3950 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
3951 to delete-horizontal-space.
9b7fa297 3952 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
e2b9b51f
LT
3953 description of yank-handler text property at various places.
3954
7daa0e81
LT
3955 * frames.texi (Window System Selections): Add anchor.
3956
9c5609e8
LT
3957 * syntax.texi (Syntax Table Functions): Clarify and correct
3958 descriptions of make-syntax-table and copy-syntax-table.
3959 (Motion and Syntax): Clarify SYNTAXES argument to
3960 skip-syntax-forward.
3961 (Parsing Expressions): Mention that the return value of
3962 parse-partial-sexp is currently a list of ten rather than nine
3963 elements.
3964 (Categories): Various corrections and clarifications.
3965
d29edb21
LT
39662004-02-17 Luc Teirlinck <teirllm@auburn.edu>
3967
3968 * markers.texi (Marker Insertion Types): Minor change.
3969
3970 * locals.texi (Standard Buffer-Local Variables):
3971 * commands.texi (Interactive Codes, Using Interactive):
3972 * functions.texi (Related Topics): Fix xrefs.
3973
43e48bda
LT
39742004-02-16 Luc Teirlinck <teirllm@auburn.edu>
3975
3976 * lists.texi (Sets And Lists): Update description of delete-dups.
3977
84e34002
RS
39782004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
3979
3980 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
3981
39822004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3983
3984 * frames.texi (Parameter Access): frame-parameters arg is optional.
3985 modify-frame-parameters handles nil for FRAME.
3986 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
3987 are all-or-nothing for certain toolkits.
3988 Mention parameter wait-for-wm.
3989 (Frames and Windows): In frame-first-window and frame-selected-window
3990 the arg is optional.
3991 (Input Focus): In redirect-frame-focus the second arg is optional.
3992 (Window System Selections): Mention selection type CLIPBOARD.
3993 Mention data-type UTF8_STRING.
3994 Mention numbering of cut buffers.
3995 (Resources): Describe x-resource-name.
3996
39972004-02-16 Richard M. Stallman <rms@gnu.org>
3998
3999 * windows.texi (Buffers and Windows): Delete false table
4000 about all-frames.
4001
4002 * syntax.texi (Parsing Expressions): Delete old caveat
4003 about parse-sexp-ignore-comments.
4004
4005 * streams.texi (Output Variables): Add print-quoted.
4006
4007 * lists.texi (Building Lists): Minor cleanup.
4008
4009 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
4010
4011 * display.texi (Overlays): Explain overlays use markers.
4012 (Managing Overlays): Explain front-advance and rear-advance
4013 in more detail.
4014
4015 * loading.texi (Unloading): Document unload-feature-special-hooks.
4016 Get rid of fns-NNN.el file.
4017
40182004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4019
4020 * help.texi (Describing Characters): Fix text-char-description
4021 example output.
4022
4023 * edebug.texi (Using Edebug): Fix example.
4024
4025 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 4026
84e34002
RS
4027 * files.texi (Changing Files): Fix argname.
4028
4029 * calendar.texi: Fix parens, and default values.
4030
4031 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
4032 * nonascii.texi, objects.texi, os.texi: Minor fixes.
4033 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
4034
4035 * positions.texi (Text Lines): Don't add -1 in current-line.
4036
40372004-02-16 Richard M. Stallman <rms@gnu.org>
4038
4039 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
4040
c33b76da
EZ
40412004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4042
4043 * processes.texi (Low-Level Network): Fix a typo.
4044
9d7271e8
KS
40452004-02-12 Kim F. Storm <storm@cua.dk>
4046
4047 * display.texi (Fringes): Use consistent wording.
4048 Note that window-fringe's window arg is optional.
4049 (Scroll Bars): Use consistent wording.
4050
6827d730
LT
40512004-02-11 Luc Teirlinck <teirllm@auburn.edu>
4052
4053 * tips.texi (Comment Tips): Document the new conventions for
4054 commenting out code.
4055
1cb60b5a
JD
40562004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4057
4058 * positions.texi (Text Lines): Added missing end defun.
4059
7fdd1f62
KS
40602004-02-07 Kim F. Storm <storm@cua.dk>
4061
4062 * positions.texi (Text Lines): Add line-number-at-pos.
4063
eb3c144c
JPW
40642004-02-06 John Paul Wallington <jpw@gnu.org>
4065
4066 * display.texi (Button Properties, Button Buffer Commands):
4067 mouse-2 invokes button, not down-mouse-1.
4068
a1d38d63
JR
40692004-02-04 Jason Rumney <jasonr@gnu.org>
4070
4071 * makefile.w32-in: Sync with Makefile.in changes.
4072
4b574f3d
LT
40732004-02-03 Luc Teirlinck <teirllm@auburn.edu>
4074
4075 * minibuf.texi (Text from Minibuffer): Various corrections and
4076 clarifications.
4077 (Object from Minibuffer): Correct Lisp description of
4078 read-minibuffer.
4079 (Minibuffer History): Clarify description of cons values for
4080 HISTORY arguments.
4081 (Basic Completion): Various corrections and clarifications. Add
4082 completion-regexp-list.
4083 (Minibuffer Completion): Correct and clarify description of
4084 completing-read.
6f6b0433 4085 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
4086 other minor changes.
4087 (High-Level Completion): Various corrections and clarifications.
4088 (Reading File Names): Ditto.
4089 (Minibuffer Misc): Ditto.
4090
d8186297
LT
40912004-01-26 Luc Teirlinck <teirllm@auburn.edu>
4092
4093 * strings.texi (Text Comparison): assoc-string also matches
4094 elements of alists that are strings instead of conses.
4095 (Formatting Strings): Standardize Texinfo usage. Update index
4096 entries.
4097
9adcb5f2
LT
40982004-01-20 Luc Teirlinck <teirllm@auburn.edu>
4099
4100 * lists.texi (Sets And Lists): Add delete-dups.
4101
3e7274ae
LT
41022004-01-15 Luc Teirlinck <teirllm@auburn.edu>
4103
4104 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
4105 special form.
4106 * macros.texi (Defining Macros): Update description of `declare',
4107 which now is a macro.
4108 (Wrong Time): Fix typos.
4109
944e099f
LT
41102004-01-14 Luc Teirlinck <teirllm@auburn.edu>
4111
4112 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 4113 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
4114 and `batch-byte-compile'. In particular, mention and describe
4115 all optional arguments.
4116 (Disassembly): Correct and clarify the description of `disassemble'.
4117
90c3aa59
LT
41182004-01-11 Luc Teirlinck <teirllm@auburn.edu>
4119
4120 * searching.texi: Various small changes in addition to the
4121 following.
4122 (Regexp Example): Adapt to new value of `sentence-end'.
4123 (Regexp Functions): The PAREN argument to `regexp-opt' can be
4124 `words'.
4125 (Search and Replace): Add usage note for `perform-replace'.
4126 (Entire Match Data): Mention INTEGERS and REUSE arguments to
4127 `match-data'.
4128 (Standard Regexps): Update for new values of `paragraph-start'
4129 and `sentence-end'.
4130
583c353d
LT
41312004-01-07 Luc Teirlinck <teirllm@auburn.edu>
4132
4133 * files.texi (Saving Buffers): Clarify descriptions of
4134 `write-contents-functions' and `before-save-hook'.
4135 Make the defvar's for `before-save-hook' and `after-save-hook'
4136 into defopt's.
4137
05faee07
KS
41382004-01-07 Kim F. Storm <storm@cua.dk>
4139
4140 * commands.texi (Click Events): Describe new image and
4141 width/height elements of click events.
4142 (Accessing Events): Add posn-string, posn-image, and
4143 posn-object-width-height. Change posn-object to return either
4144 image or string object.
4145
a0465ec3
SJ
41462004-01-01 Simon Josefsson <jas@extundo.com>
4147
4148 * hooks.texi (Standard Hooks): Add before-save-hook.
4149 * files.texi (Saving Buffers): Likewise.
4150
972c0c49
RS
41512004-01-03 Richard M. Stallman <rms@gnu.org>
4152
4153 * frames.texi (Frames and Windows): Delete frame-root-window.
4154
dbcd463f
LT
41552004-01-03 Luc Teirlinck <teirllm@auburn.edu>
4156
4157 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
4158
4159 * functions.texi: Various small changes in addition to the
4160 following.
4161 (What Is a Function): `functionp' returns nil for macros. Clarify
4162 behavior of this and following functions for symbol arguments.
4163 (Function Documentation): Add `\' in front of (fn @var{arglist})
4164 and explain why.
4165 (Defining Functions): Mention DOCSTRING argument to `defalias'.
4166 Add anchor.
4167 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
4168
02c77ee9
MB
41692004-01-01 Miles Bader <miles@gnu.org>
4170
4171 * display.texi (Buttons): New section.
4172
903a1a91
AS
41732003-12-31 Andreas Schwab <schwab@suse.de>
4174
4175 * numbers.texi (Math Functions): sqrt reports a domain-error
4176 error.
4177 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
4178
697cf92a
LT
41792003-12-30 Luc Teirlinck <teirllm@auburn.edu>
4180
3f70fe82
LT
4181 * tips.texi (Documentation Tips): Update item on hyperlinks in
4182 documentation strings.
4183
697cf92a
LT
4184 * errors.texi (Standard Errors): Various small corrections and
4185 additions.
4186
4187 * control.texi: Various small changes in addition to the
4188 following.
4189 (Signaling Errors): Provide some more details on how `signal'
4190 constructs the error message. Add anchor to the definition of
4191 `signal'.
4192 (Error Symbols): Describe special treatment of `quit'.
4193 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
4194 to emphasize that it has to be a single form.
4195
4196 * buffers.texi: Add anchor.
4197
4d25144d
RS
41982003-12-29 Richard M. Stallman <rms@gnu.org>
4199
4200 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
4201 (Window Configurations): Add window-configuration-frame.
4202
4203 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
4204
4205 * text.texi (Examining Properties): Add get-char-property-and-overlay.
4206 Change arg name in get-char-property.
4207 (Special Properties): Update handling of keymap property.
4208
4209 * strings.texi (Modifying Strings): Add clear-string.
4210 (Text Comparison): Add assoc-string and remove
4211 assoc-ignore-case, assoc-ignore-representation.
4212
4213 * os.texi (Time of Day): Add set-time-zone-rule.
4214
4215 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 4216 report domain-error errors.
4d25144d 4217
697cf92a 4218 * nonascii.texi (Converting Representations):
4d25144d
RS
4219 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
4220 (Encoding and I/O): Add file-name-coding-system.
4221
4222 * modes.texi (Search-based Fontification): Explain that
4223 face specs are symbols with face names as values.
4224
4225 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
4226
4227 * lists.texi (Building Lists): remq moved elsewhere.
4228 (Sets And Lists): remq moved here.
4229 (Association Lists): Refer to assoc-string.
4230
4231 * internals.texi (Garbage Collection): Add memory-use-counts.
4232
4233 * frames.texi (Frames and Windows): Add set-frame-selected-window
4234 and frame-root-window.
4235
697cf92a 4236 * files.texi (Contents of Directories):
4d25144d
RS
4237 Add directory-files-and-attributes.
4238
4239 * display.texi (Refresh Screen): Add force-window-update.
4240 (Invisible Text): Explain about moving point out of invis text.
4241 (Overlay Properties): Add overlay-properties.
4242 (Managing Overlays): Add overlayp.
4243 (GIF Images): Invalid image number displays a hollow box.
4244
4245 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
4246 (Killing Buffers): Add buffer-live-p.
4247
67fafe38
MR
42482003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
4249
4250 * display.texi (Fringes): Fix typo "set-buffer-window".
4251
68e74f25
LT
42522003-12-24 Luc Teirlinck <teirllm@auburn.edu>
4253
4254 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
4255 * nonascii.texi, processes.texi, tips.texi, variables.texi:
4256 Add or change various xrefs and anchors.
4257
4258 * commands.texi: Replace all occurrences of @acronym{CAR} with
4259 @sc{car}, for consistency with the rest of the Elisp manual.
4260 `car' and `cdr' are historically acronyms, but are no longer
4261 widely thought of as such.
4262
4263 * internals.texi (Pure Storage): Mention that `purecopy' does not
4264 copy text properties.
4265 (Object Internals): Now 29 bits are used (in most implementations)
4266 to address Lisp objects.
4267
4268 * variables.texi (Variables with Restricted Values): New node.
4269
4270 * objects.texi (Lisp Data Types): Mention that certain variables
4271 can only take on a restricted set of values and add an xref to
4272 the new node "Variables with Restricted Values".
4273
4274 * eval.texi (Function Indirection): Describe the errors that
4275 `indirect-function' can signal.
4276 (Eval): Clarify the descriptions of `eval-region' and `values'.
4277 Describe `eval-buffer' instead of `eval-current-buffer' and
4278 mention `eval-current-buffer' as an alias for `current-buffer'.
4279 Correct the description and mention all optional arguments.
4280
697cf92a 4281 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
4282 following.
4283 (Converting Representations): Clarify behavior of
4284 `string-make-multibyte' and `string-to-multibyte' for unibyte all
4285 ASCII arguments.
4286 (Character Sets): Document the variable `charset-list' and adapt
4287 the definition of the function `charset-list' accordingly.
4288 (Translation of Characters): Clarify use of generic characters in
4289 `make-translation-table'. Clarify and correct the description of
4290 the use of translation tables in encoding and decoding.
4291 (User-Chosen Coding Systems): Correct and clarify the description
4292 of `select-safe-coding-system'.
4293 (Default Coding Systems): Clarify description of
4294 `file-coding-system-alist'.
4295
a62f71e4
LT
42962003-11-30 Luc Teirlinck <teirllm@auburn.edu>
4297
4298 * strings.texi (Text Comparison): Correctly describe when two
4299 strings are `equal'. Combine and clarify descriptions of
4300 `assoc-ignore-case' and `assoc-ignore-representation'.
4301
4302 * objects.texi (Non-ASCII in Strings): Clarify description of
4303 when a string is unibyte or multibyte.
4304 (Bool-Vector Type): Update examples.
4305 (Equality Predicates): Correctly describe when two strings are
4306 `equal'.
4307
19017752
LT
43082003-11-29 Luc Teirlinck <teirllm@auburn.edu>
4309
4310 * lists.texi (Building Lists): `append' no longer accepts integer
4311 arguments. Update the description of `number-sequence' to reflect
4312 recent changes.
4313 (Sets And Lists): Describe `member-ignore-case' after `member'.
4314
0f6a07a8
KS
43152003-11-27 Kim F. Storm <storm@cua.dk>
4316
4317 * commands.texi (Click Events): Click object may be an images.
4318 Describe (dx . dy) element of click positions.
4319 (Accessing Events): Remove duplicate posn-timestamp.
4320 New functions posn-object and posn-object-x-y.
4321
1ce7c819
KS
43222003-11-23 Kim F. Storm <storm@cua.dk>
4323
4324 * commands.texi (Click Events): Describe enhancements to event
4325 position lists, including new text-pos and (col . row) items.
4326 Mention left-fringe and right-fringe area events.
0f6a07a8 4327 (Accessing Events): New functions posn-area and
1ce7c819
KS
4328 posn-actual-col-row. Mention posn-timestamp. Mention that
4329 posn-point in non-text area still returns buffer position.
4330 Clarify posn-col-row.
4331
cae8ddbb
LH
43322003-11-21 Lars Hansen <larsh@math.ku.dk>
4333
4334 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4335 * anti.texi (File Attributes): Describe removed parameter
4336 ID-FORMAT.
4337
f7f1a248
LT
43382003-11-20 Luc Teirlinck <teirllm@auburn.edu>
4339
68e74f25 4340 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
4341 a position, its buffer is ignored.
4342
4343 * markers.texi (Overview of Markers): Mention it here too.
4344
c5e2fb05
LT
43452003-11-12 Luc Teirlinck <teirllm@auburn.edu>
4346
4347 * numbers.texi (Numeric Conversions): Not just `floor', but also
4348 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
4349
e57d0aa8
LT
43502003-11-10 Luc Teirlinck <teirllm@auburn.edu>
4351
4352 * markers.texi (Creating Markers): Specify insertion type of
4353 created markers. Add xref to `Marker Insertion Types'.
4354 Second argument to `copy-marker' is optional.
4355 (Marker Insertion Types): Mention that most markers are created
4356 with insertion type nil.
4357 (The Mark): Correctly describe when `mark' signals an error.
4358 (The Region): Correctly describe when `region-beginning' and
4359 `region-end' signal an error.
4360
bb3612ec
LT
43612003-11-08 Luc Teirlinck <teirllm@auburn.edu>
4362
4363 * hash.texi (Creating Hash): Clarify description of `eql'.
4364 `makehash' is obsolete.
4365 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4366
4367 * positions.texi (Point): Change description of `buffer-end', so
4368 that it is also correct for floating point arguments.
4369 (List Motion): Correct argument lists of `beginning-of-defun' and
4370 `end-of-defun'.
4371 (Excursions): Add xref to `Marker Insertion Types'.
4372 (Narrowing): Argument to `narrow-to-page' is optional.
4373
cfb8a797
LT
43742003-11-06 Luc Teirlinck <teirllm@auburn.edu>
4375
4376 * streams.texi (Output Streams): Clarify behavior of point for
4377 marker output streams.
4378
c6177909
LT
43792003-11-04 Luc Teirlinck <teirllm@auburn.edu>
4380
4381 * variables.texi (Defining Variables): Second argument to
4382 `defconst' is not optional.
4383 (Setting Variables): Mention optional argument APPEND to
4384 `add-to-list'.
4385 (Creating Buffer-Local): Expand description of
4386 `make-variable-buffer-local'.
4387 (Frame-Local Variables): Expand description of
4388 `make-variable-frame-local'.
4389 (Variable Aliases): Correct description of optional argument
4390 DOCSTRING to `defvaralias'. Mention return value of
4391 `defvaralias'.
4392 (File Local Variables): Add xref to `File variables' in Emacs
4393 Manual. Correct description of `hack-local-variables'. Mention
4394 `safe-local-variable' property. Mention optional second argument
4395 to `risky-local-variable-p'.
4396
b3645067
LT
43972003-11-03 Luc Teirlinck <teirllm@auburn.edu>
4398
4399 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4400
10695e5c
EZ
44012003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4402
4403 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4404 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4405 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4406 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4407 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 4408 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
4409 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4410 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4411 @acronym{FOO}.
4412
a2f4def1
LT
44132003-10-27 Luc Teirlinck <teirllm@auburn.edu>
4414
4415 * strings.texi (Creating Strings): Argument START to `substring'
4416 can not be `nil'. Expand description of
4417 `substring-no-properties'. Correct description of `split-string',
4418 especially with respect to empty matches. Prevent very bad line
4419 break in definition of `split-string-default-separators'.
4420 (Text Comparison): `string=' and `string<' also accept symbols as
4421 arguments.
4422 (String Conversion): More completely describe argument BASE in
4423 `string-to-number'.
5bb0fcd1 4424 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
4425 corresponding object. Clarify behavior of numeric prefix after
4426 `%' in `format'.
4427 (Case Conversion): The argument to `upcase-initials' can be a
4428 character.
4429
a2296bf9
KH
44302003-10-27 Kenichi Handa <handa@m17n.org>
4431
4432 * display.texi (Fontsets): Fix texinfo usage.
4433
885fef7c
KH
44342003-10-25 Kenichi Handa <handa@m17n.org>
4435
4436 * display.texi (Fontsets): Add description of the function
4437 set-fontset-font.
4438
0c6b7a1f
LT
44392003-10-23 Luc Teirlinck <teirllm@auburn.edu>
4440
4441 * display.texi (Temporary Displays): Add xref to `Documentation
4442 Tips'.
4443
4444 * functions.texi (Function Safety): Use inforef instead of pxref
4445 for SES.
4446
c3cda320
AS
44472003-10-23 Andreas Schwab <schwab@suse.de>
4448
4449 * Makefile.in (TEX, texinputdir): Don't define.
4450 (TEXI2DVI): Define.
4451 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4452 add $(srcdir)/index.texi.
4453 ($(infodir)/elisp): Remove index.texi dependency.
4454 (elisp.dvi): Likewise. Use $(TEXI2DVI).
4455 (index.texi): Remove target.
4456 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
4457 (clean): Don't remove index.texi.
4458
c3cda320
AS
4459 * permute-index, index.perm: Remove.
4460 * index.texi: Rename from index.unperm.
4461
e5dadca7
LT
44622003-10-22 Luc Teirlinck <teirllm@auburn.edu>
4463
4464 * tips.texi (Documentation Tips): Document new behavior for face
4465 and variable hyperlinks in Help mode.
4466
6cfb0777
LT
44672003-10-21 Luc Teirlinck <teirllm@auburn.edu>
4468
4469 * objects.texi (Integer Type): Update for extra bit of integer range.
4470 (Character Type): Ditto.
4471
a6eeaa81 44722003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
4473
4474 * numbers.texi (Integer Basics): Add index entries for reading
4475 numbers in hex, octal, and binary.
4476
c8f9ba83
LK
44772003-10-16 Lute Kamstra <lute@gnu.org>
4478
4479 * modes.texi (Mode Line Format): Mention force-mode-line-update's
4480 argument.
4481
b52a26fb
LT
44822003-10-13 Luc Teirlinck <teirllm@auburn.edu>
4483
4484 * windows.texi (Choosing Window): Fix typo.
4485 * edebug.texi (Edebug Execution Modes): Fix typo.
4486
f7005886
RS
44872003-10-13 Richard M. Stallman <rms@gnu.org>
4488
4489 * windows.texi (Basic Windows): A window has fringe settings,
4490 display margins and scroll-bar settings.
4491 (Splitting Windows): Doc split-window return value.
4492 Clean up one-window-p.
4493 (Selecting Windows): Fix typo.
4494 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4495 (Buffers and Windows): In set-window-buffer, explain effect
4496 on fringe settings and scroll bar settings.
4497 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4498 (Choosing Window): Use defopt for pop-up-frame-function.
4499 For special-display-buffer-names, explain same-window and same-frame.
4500 Clarify window-dedicated-p return value.
4501 (Textual Scrolling): scroll-up and scroll-down can get an error.
4502 (Horizontal Scrolling): Clarify auto-hscroll-mode.
4503 Clarify set-window-hscroll.
4504 (Size of Window): Don't mention tool bar in window-height.
4505 (Coordinates and Windows): Explain what coordinates-in-window-p
4506 returns for fringes and display margins.
4507 (Window Configurations): Explain saving fringes, etc.
4508
4509 * tips.texi (Library Headers): Clean up Documentation.
4510
4511 * syntax.texi (Parsing Expressions): Clean up forward-comment
4512 and parse-sexp-lookup-properties.
4513
4514 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4515
4516 * os.texi (System Environment): Clean up text for load-average errors.
4517
4518 * modes.texi (Hooks): Don't explain local hook details at front.
4519 Clarify run-hooks and run-hook-with-args a little.
4520 Clean up add-hook and remove-hook.
4521
4522 * edebug.texi (Edebug Execution Modes): Clarify t.
4523 Document edebug-sit-for-seconds.
4524 (Coverage Testing): Document C-x X = and =.
4525 (Instrumenting Macro Calls): Fix typo.
4526 (Specification List): Don't index the specification keywords.
4527
c989ebe9
KS
45282003-10-10 Kim F. Storm <storm@cua.dk>
4529
4530 * processes.texi (Network): Introduce make-network-process.
4531
f9525eef
LT
45322003-10-09 Luc Teirlinck <teirllm@auburn.edu>
4533
4534 * tips.texi (Library Headers): Fix typo.
4535
f008b925
LK
45362003-10-07 Juri Linkov <juri@jurta.org>
4537
4538 * modes.texi (Imenu): Mention imenu-create-index-function's
4539 default value. Explain submenus better.
4540
c22c5da6
LK
45412003-10-07 Lute Kamstra <lute@gnu.org>
4542
4543 * modes.texi (Faces for Font Lock): Fix typo.
4544 (Hooks): Explain how buffer-local hook variables can refer to
4545 global hook variables.
4546 Various minor clarifications.
4547
49247521
LK
45482003-10-06 Lute Kamstra <lute@gnu.org>
4549
4550 * tips.texi (Coding Conventions): Mention naming conventions for
4551 hooks.
4552
9296c947
LT
45532003-10-05 Luc Teirlinck <teirllm@auburn.edu>
4554
4555 * loading.texi (Library Search): Correct default value of
4556 load-suffixes.
4557 (Named Features): Fix typo.
4558
0e9b293a
RS
45592003-10-05 Richard M. Stallman <rms@gnu.org>
4560
4561 * loading.texi (Named Features): In `provide',
4562 say how to test for subfeatures.
4563 (Unloading): In unload-feature, use new var name
4564 unload-feature-special-hooks.
4565
49247521 45662003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
4567
4568 * modes.texi (Major Mode Conventions): Mention third way to set up
4569 Imenu.
4570 (Imenu): A number of small fixes.
4571 Delete documentation of internal variable imenu--index-alist.
4572 Document the return value format of imenu-create-index-function
4573 functions.
4574
ab8f7d5c
RS
45752003-09-30 Richard M. Stallman <rms@gnu.org>
4576
4577 * processes.texi (Network): Say what stopped datagram connections do.
4578
4579 * lists.texi (Association Lists): Clarify `assq-delete-all'.
4580
4581 * display.texi (Overlay Properties): Clarify `evaporate' property.
4582
49247521 45832003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
4584
4585 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 4586 constructs should be marked as risky.
86b9b767
LK
4587 Change cons cell into proper list.
4588 (Mode Line Variables): Change cons cell into proper list.
4589
49247521 45902003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
4591
4592 * modes.texi (Mode Line Data): Document the :propertize construct.
4593 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 4594 to match their order in the default mode-line-format.
bc3b02f9
LK
4595 Describe the new variables mode-line-position and mode-line-modes.
4596 Update the default values of mode-line-frame-identification,
4597 minor-mode-alist, and default-mode-line-format.
4598 (Properties in Mode): Mention the :propertize construct.
6142d1d0 4599
bc3b02f9 46002003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 4601
c22c5da6 4602 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
4603 * loading.texi, minibuf.texi, text.texi, variables.texi:
4604 Avoid @strong{Note:}.
4605
46062003-09-26 Richard M. Stallman <rms@gnu.org>
4607
4608 * keymaps.texi (Remapping Commands): Fix typo.
4609
41beda59
LT
46102003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
4611
4612 * processes.texi (Low-Level Network): Fix typo.
4613
ef6ae4ff
KS
46142003-09-23 Kim F. Storm <storm@cua.dk>
4615
4616 * processes.texi (Network, Network Servers): Fix typos.
4617 (Low-Level Network): Add timeout value for :server keyword.
4618 Add new option keywords to make-network-process.
4619 Add set-network-process-options.
4620 Explain how to test availability of network options.
4621
b0f23edf
RS
46222003-09-19 Richard M. Stallman <rms@gnu.org>
4623
4624 * text.texi (Motion by Indent): Arg to
4625 backward-to-indentation and forward-to-indentation is optional.
4626
4627 * strings.texi (Creating Strings): Add substring-no-properties.
4628
4629 * processes.texi
4630 (Process Information): Add list-processes arg QUERY-ONLY.
4631 Delete process-contact from here.
4632 Add new status values for process-status.
4633 Add process-get, process-put, process-plist, set-process-plist.
4634 (Synchronous Processes): Add call-process-shell-command.
4635 (Signals to Processes): signal-process allows process objects.
4636 (Network): Complete rewrite.
4637 (Network Servers, Datagrams, Low-Level Network): New nodes.
4638
4639 * positions.texi (Word Motion): forward-word, backward-word
4640 arg is optional. Reword.
4641
4642 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
4643
c22c5da6 4644 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
4645 Delete duplicate definition of buffer-local-value.
4646 (File Local Variables): Explain about discarding text props.
4647
f387bdea
RS
46482003-09-11 Richard M. Stallman <rms@gnu.org>
4649
4650 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4651 changes variables that record input events.
4652 (Minibuffer Misc): Add minibuffer-selected-window.
4653
4654 * lists.texi (Building Lists): Add copy-tree.
4655
4656 * display.texi (Fontsets): Add char-displayable-p.
4657 (Scroll Bars): New node.
4658
49247521 46592003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
4660
4661 * modes.texi (%-Constructs): Document new `%i' and `%I'
4662 constructs.
4663
fd026ee1
JR
46642003-09-03 Peter Runestig <peter@runestig.com>
4665
4666 * makefile.w32-in: New file.
4667
4828b4d7
RS
46682003-08-29 Richard M. Stallman <rms@gnu.org>
4669
4670 * display.texi (Overlay Properties): Clarify how priorities
4671 affect use of the properties.
4672
a4e4f05d
LT
46732003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4674
4675 * customize.texi (Type Keywords): Correct the description of
4676 `:help-echo' in the case where `motion-doc' is a function.
4677
3ebe0346
JPW
46782003-08-14 John Paul Wallington <jpw@gnu.org>
4679
4680 * modes.texi (Emulating Mode Line): Subsection, not section.
4681
3afe8e39
RS
46822003-08-13 Richard M. Stallman <rms@gnu.org>
4683
4684 * elisp.texi (Top): Update subnode lists in menu.
4685
4686 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4687 (Kill Functions): kill-region has new arg yank-handler.
4688 (Yanking): New node.
4689 (Yank Commands): Add yank-undo-function.
4690 (Low-Level Kill Ring):
4691 kill-new and kill-append have new arg yank-handler.
4692 (Changing Properties): Add remove-list-of-text-properties.
4693 (Atomic Changes): New node.
4694
4695 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4696
4697 * streams.texi (Output Variables): Add eval-expression-print-length
4698 and eval-expression-print-level.
4699
4700 * os.texi (Time Conversion): For encode-time, explain limits on year.
4701
4702 * objects.texi (Character Type): Define anchor "modifier bits".
4703
4704 * modes.texi (Emulating Mode Line): New node.
4705 (Search-based Fontification): Font Lock uses font-lock-face property.
4706 (Other Font Lock Variables): Likewise.
4707
4708 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4709 not vectors.
4710 (Active Keymaps): Add emulation-mode-map-alists.
4711 (Functions for Key Lookup): key-binding has new arg no-remap.
4712 (Remapping Commands): New node.
4713 (Scanning Keymaps): where-is-internal has new arg no-remap.
4714 (Tool Bar): Add tool-bar-local-item-from-menu.
4715 Clarify when to use tool-bar-add-item-from-menu.
4716
4717 * commands.texi (Interactive Call): commandp has new arg.
4718 (Command Loop Info): Add this-original-command.
4719
e37769b1
JPW
47202003-08-06 John Paul Wallington <jpw@gnu.org>
4721
4722 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4723
4724 * display.texi (Warning Basics): Fix typo.
4725 (Fringes): Add closing curly bracket and fix typo.
4726
4727 * elisp.texi (Top): Fix typo.
4728
c5e0561f
RS
47292003-08-05 Richard M. Stallman <rms@gnu.org>
4730
4731 * elisp.texi: Update lists of subnodes.
4732
4733 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4734
4735 * variables.texi (Local Variables): Use lc for example variable names.
4736
4737 * tips.texi (Library Headers): Explain where to put -*-.
4738
4739 * strings.texi (Creating Strings): Fix xref for vconcat.
4740
4741 * sequences.texi (Vector Functions):
4742 vconcat no longer allows integer args.
4743
4744 * minibuf.texi (Reading File Names): read-file-name has new
4745 arg PREDICATE. New function read-directory-name.
4746
4747 * macros.texi (Defining Macros): Give definition of `declare'
4748 (Indenting Macros): New node.
4749
4750 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4751 (Window Frame Parameters): Make separate table of parameters
4752 that are coupled with specific face attributes.
4753 (Deleting Frames): delete-frame-hooks renamed to
4754 delete-frame-functions.
4755
4756 * files.texi (Magic File Names): Add file-remote-p.
4757 Clarify file-local-copy.
4758
4759 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4760 here; instead xref Defining Macros.
4761
4762 * display.texi (Warnings): New node, and subnodes.
4763 (Fringes): New node.
4764
4765 * debugging.texi (Test Coverage): New node.
4766
4767 * compile.texi (Compiler Errors): Explain with-no-warnings
4768 and other ways to suppress warnings.
4769
4770 * commands.texi (Interactive Call): Minor clarification.
4771
4772 * buffers.texi (Buffer File Name): set-visited-file-name
4773 renames the buffer too.
4774
4775 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4776
ee59dede
MR
47772003-07-24 Markus Rost <rost@math.ohio-state.edu>
4778
4779 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4780
f0514b34
MR
47812003-07-22 Markus Rost <rost@math.ohio-state.edu>
4782
4783 * internals.texi (Garbage Collection): Fix previous change.
4784
c73983bb
RS
47852003-07-22 Richard M. Stallman <rms@gnu.org>
4786
4787 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4788
4789 * display.texi (Width): Use \s syntax in example.
4790 (Font Selection): Add face-font-rescale-alist.
4791
4792 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4793 Remove spurious indent in example.
4794
4795 * lists.texi (Building Lists): Add number-sequence.
4796
4797 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4798
4799 * functions.texi (Function Documentation): Explain how to
4800 show calling convention explicitly in the doc string.
4801
4802 * windows.texi (Selecting Windows): save-selected-window saves
4803 selected window of each frame.
4804 (Window Configurations): Minor change.
4805
4806 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4807
4808 * streams.texi (Output Variables): Add print-continuous-numbering
4809 and print-number-table.
4810
4811 * processes.texi (Decoding Output): New node.
4812
4813 * os.texi (Time Conversion): decode-time arg is optional.
4814
4815 * objects.texi (Character Type): Don't use space as example for \.
4816 Make list of char names and \-sequences correspond.
4817 Explain that \s is not used in strings. `\ ' needs space after.
4818
4819 * nonascii.texi (Converting Representations): Add string-to-multibyte.
4820 (Translation of Characters): Add translation-table-for-input.
4821 (Default Coding Systems): Add auto-coding-functions.
4822 (Explicit Encoding): Add decode-coding-inserted-region.
4823 (Locales): Add locale-info.
4824
4825 * minibuf.texi (Basic Completion): Describe test-completion.
4826 Collections can be lists of strings.
4827 Clean up lazy-completion-table.
4828 (Programmed Completion): Mention test-completion.
4829 Clarify why lambda expressions are not accepted.
4830 (Minibuffer Misc): Describe minibufferp.
4831
51a8b435
RS
48322003-07-14 Richard M. Stallman <rms@gnu.org>
4833
4834 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4835
4836 * windows.texi (Selecting Windows): New arg to select-window.
4837 (Selecting Windows): Add with-selected-window.
4838 (Size of Window): Add window-inside-edges, etc.
4839
4840 * internals.texi (Garbage Collection): Add post-gc-hook.
4841
4842 * processes.texi (Subprocess Creation): Add exec-suffixes.
4843
4844 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4845 (Scanning Keymaps): Add map-keymaps.
4846 (Defining Menus): Add keymap-prompt.
4847
4848 * numbers.texi (Integer Basics): Add most-positive-fixnum,
4849 most-negative-fixnum.
4850
4851 * compile.texi (Byte Compilation): Explain no-byte-compile
4852 (Compiler Errors): New node.
4853
4854 * os.texi (User Identification): user-uid, user-real-uid
4855 can return float.
4856
4857 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4858 and about derived modes.
4859 (Minor Modes): Add minor-mode-list.
4860 (Defining Minor Modes): Keyword args for define-minor-mode.
4861 (Search-based Fontification): Explain managing other properties.
4862 (Other Font Lock Variables): Add font-lock-extra-managed-props.
4863 (Faces for Font Lock): Add font-locl-preprocessor-face.
4864 (Hooks): Add run-mode-hooks and delay-mode-hooks.
4865
4866 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 4867 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
4868
4869 * loading.texi (Library Search): Add load-suffixes.
4870
4871 * minibuf.texi (Basic Completion): Add lazy-completion-table.
4872 (Programmed Completion): Add dynamic-completion-table.
4873
4874 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4875 (Magic File Names): Specify precedence order of handlers.
199bb209 4876
51a8b435
RS
4877 * commands.texi (Command Overview): Emacs server runs pre-command-hook
4878 and post-command-hook.
4879 (Waiting): New calling convention for sit-for.
4880
4881 * text.texi (Special Properties): local-map and keymap properties
4882 apply based on their stickiness.
4883
c6de56a0
RS
48842003-07-07 Richard M. Stallman <rms@gnu.org>
4885
4886 * modes.texi (Minor Mode Conventions): Specify only some kinds
4887 of list values as args to minor modes.
4888
4889 * files.texi (File Name Expansion): Warn about iterative use
4890 of substitute-in-file-name.
4891
4892 * advice.texi (Activation of Advice): Clean up previous change.
4893
8c761ea6
MR
48942003-07-06 Markus Rost <rost@math.ohio-state.edu>
4895
4896 * advice.texi (Activation of Advice): Note that ad-start-advice is
4897 turned on by default.
4898
c6de56a0
RS
48992003-06-30 Richard M. Stallman <rms@gnu.org>
4900
4901 * text.texi (Buffer Contents): Document current-word.
4902 (Change Hooks): Not called for *Messages*.
4903
4904 * functions.texi (Defining Functions): Explain about redefining
4905 primitives.
4906 (Function Safety): Renamed. Minor changes.
4907 Comment out the detailed criteria for what is safe.
4908
3fe4e567
AS
49092003-06-22 Andreas Schwab <schwab@suse.de>
4910
4911 * objects.texi (Symbol Type): Fix description of examples.
4912
cda7bd13
AS
49132003-06-16 Andreas Schwab <schwab@suse.de>
4914
4915 * hash.texi (Creating Hash): Fix description of :weakness.
4916
fbcffa4a
KG
49172003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4918
4919 * files.texi (Changing Files): copy-file copies file modes, too.
4920
ff6a3bfb
RS
49212003-05-28 Richard M. Stallman <rms@gnu.org>
4922
4923 * strings.texi (Creating Strings): Clarify split-string.
4924
1463a05d
JB
49252003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
4926
4927 * strings.texi (Creating Strings): Update split-string specification
4928 and examples.
4929
af253914
RS
49302003-05-19 Richard M. Stallman <rms@gnu.org>
4931
4932 * elisp.texi: Correct invariant section names.
4933
7ea52f92
RS
49342003-04-20 Richard M. Stallman <rms@gnu.org>
4935
4936 * os.texi (Timers): Explain about timers and quitting.
4937
e31afc09
RS
49382003-04-19 Richard M. Stallman <rms@gnu.org>
4939
4940 * internals.texi (Writing Emacs Primitives): Strings are
4941 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
4942 Explain GCPRO convention for varargs function args.
4943
5ceea398
RS
49442003-04-16 Richard M. Stallman <rms@gnu.org>
4945
4946 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
4947
b0ada147
RS
49482003-04-08 Richard M. Stallman <rms@gnu.org>
4949
4950 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
4951
b23375aa
KS
49522003-02-13 Kim F. Storm <storm@cua.dk>
4953
4954 * objects.texi (Character Type): New \s escape for space.
4955
c60ee5e7
JB
49562003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
4957
4958 * os.texi (System Environment): Added cygwin system-type.
4959
84e47416
RS
49602003-01-25 Richard M. Stallman <rms@gnu.org>
4961
4962 * keymaps.texi: Document that a symbol can act as a keymap.
4963
3e8cf2ea
RS
49642003-01-13 Richard M. Stallman <rms@gnu.org>
4965
4966 * text.texi (Changing Properties): Say string indices are origin-0.
4967
4968 * positions.texi (Screen Lines) <compute-motion>:
4969 Correct order of elts in return value.
4970
4971 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
4972 how to define a default binding.
4973
7abb9fc5 49742002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 4975
104bc3aa 4976 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 4977
104bc3aa 4978 * customize.texi (Simple Types): Clarify description of custom
9b7fa297 4979 type 'number. Describe new custom type 'float.
177f790c 4980
7abb9fc5 49812002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
4982
4983 * variables.texi (File Local Variables): Fix typo.
4984
df140a68 49852002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 4986
df140a68
KG
4987 From Michael Albinus <Michael.Albinus@alcatel.de>.
4988
4989 * README: Target for Info file is `make info'.
4990
4991 * files.texi (File Name Components): Fixed typos in
4992 `file-name-sans-extension'.
4993 (Magic File Names): Complete list of operations for magic file
4994 name handlers.
4995
7ed9159a
JY
49962002-09-16 Jonathan Yavner <jyavner@engineer.com>
4997
4998 * variables.texi (File Local Variables): New function
4999 risky-local-variable-p.
5000
50012002-09-15 Jonathan Yavner <jyavner@engineer.com>
5002
5003 * functions.texi (Function safety): New node about unsafep.
5004
241f79af
PA
50052002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
5006
5007 * customize.texi (Splicing into Lists): Fixed example.
5008 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
5009
72459b15
JB
50102002-06-17 Juanma Barranquero <lektu@terra.es>
5011
5012 * frames.texi (Display Feature Testing): Fix typo.
5013
61f7e0f5
AS
50142002-06-12 Andreas Schwab <schwab@suse.de>
5015
5016 * frames.texi (Initial Parameters, Resources): Fix references to
5017 the Emacs manual.
5018
4e792dbd
KS
50192002-05-13 Kim F. Storm <storm@cua.dk>
5020
5021 * variables.texi (Intro to Buffer-Local): Updated warning and
5022 example relating to changing buffer inside let.
5023
940344d4 50242002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
5025
5026 * os.texi (Session Management): New node about X Session management.
5027
231ac53b
EZ
50282002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
5029
5030 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
5031 to which the manual corresponds, and the copyright years.
5032
5033 * Makefile.in (VERSION): Set to 2.9.
5034
140cc574
EZ
50352001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
5036
5037 * elisp.texi: Change the category in @dircategory to "Emacs", to
5038 make it consistent with info/dir.
5039
9c7fce05
MB
50402001-11-25 Miles Bader <miles@gnu.org>
5041
5042 * text.texi (Fields): Describe new `limit' arg in
5043 field-beginning/field-end.
5044
9f8bbf0f
EZ
50452001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5046
a5e6715c
EZ
5047 * permute-index: Don't depend on csh-specific features. Replace
5048 the interpreter name with /bin/sh.
5049
9f8bbf0f
EZ
5050 * two-volume-cross-refs.txt: New file.
5051 * two.el: New file.
5052 * spellfile: New file.
5053
1756e2fb
EZ
50542001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5055
5056 * permute-index: New file.
5057
5058 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
5059 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
5060 8+3 restricted namespace.
ad050e54
EZ
5061
5062 * Makefile.in (infodir): Define relative to $(srcdir).
5063 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
5064 include directories list via -I switch to makeinfo.
5065 (index.texi): Use cp if both hard and symbolic links fail.
5066
10fa7f8e
EZ
50672001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5068
7a1494ce
EZ
5069 * Makefile.in (distclean): Add.
5070
10fa7f8e
EZ
5071 The following changes make ELisp manual part of the Emacs
5072 distribution:
5073
5074 * Makefile.in: Add Copyright notice.
5075 (prefix): Remove.
5076 (infodir): Change value to "../info".
5077 (VPATH): New variable.
5078 (MAKE): Don't define.
5079 (texmacrodir): Don't define.
5080 (texinputdir): Append the existing value of TEXINPUTS.
5081 ($(infodir)/elisp): Instead of just "elisp". Reformat the
5082 command to be compatible with man/Makefile.in, and to put the
5083 output into ../info.
5c32b7c5 5084 (info): Add target.
10fa7f8e
EZ
5085 (installall): Target removed.
5086
74686736 50872001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
5088
5089 * tips.texi (Coding Conventions): Fix typo.
5090
6fd735df
GM
50912001-10-23 Gerd Moellmann <gerd@gnu.org>
5092
5093 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
5094
b704d54b
EZ
50952001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5096
5097 * files.texi (File Name Components): Update the description of
5098 file-name-sans-extension and file-name-extension, as they now
5099 ignore leading dots.
5100
71431a0e
GM
51012001-10-20 Gerd Moellmann <gerd@gnu.org>
5102
6aa97356 5103 * (Version 21.1 released.)
71431a0e 5104
79f1f96c
MB
51052001-10-19 Miles Bader <miles@gnu.org>
5106
5107 * positions.texi (Text Lines): Describe behavior of
5108 `beginning-of-line'/`end-of-line' in the presence of field properties.
5109
892a8f36
GM
51102001-10-17 Gerd Moellmann <gerd@gnu.org>
5111
5112 * Makefile.in (VERSION): Set to 2.8.
5113 (manual): Use `manual-21'.
5114
8c1cc9e8 5115 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
5116 number was used. Set it to 2.8.
5117
5118 * intro.texi: Likewise.
5119
51724e26
EZ
51202001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5121
5122 * files.texi (File Name Completion): Document the significance of
5123 a trailing slash in elements of completion-ignored-extensions.
5124
57b338e8
MB
51252001-10-06 Miles Bader <miles@gnu.org>
5126
5127 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
5128
c89e4bc5
GM
51292001-10-04 Gerd Moellmann <gerd@gnu.org>
5130
5131 * variables.texi (Variable Aliases): New node.
5132
ab952a4f
GM
51332001-10-04 Gerd Moellmann <gerd@gnu.org>
5134
5135 * Branch for 21.1.
dff28924 5136
9db3a582
MB
51372001-10-02 Miles Bader <miles@gnu.org>
5138
ae1a9581
MB
5139 * minibuf.texi (Minibuffer Misc): Add entries for
5140 `minibuffer-contents', `minibuffer-contents-no-properties', and
5141 `delete-minibuffer-contents'.
5142 Correct description for `minibuffer-prompt-end'.
5143
9db3a582
MB
5144 * text.texi (Property Search): Correct descriptions of
5145 `next-char-property-change' and `previous-char-property-change'.
5146 Add entries for `next-single-char-property-change' and
5147 `previous-single-char-property-change'.
5148 Make operand names a bit more consistent.
5149
03be5931
EZ
51502001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
5151
5152 * frames.texi (Finding All Frames): Document that next-frame and
5153 previous-frame are local to current terminal.
5154
974548ec
EZ
51552001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
5156
5157 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 5158 result of make-keymap.
974548ec 5159
8d82c597
EZ
51602001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
5161
5162 * display.texi (Font Lookup, Attribute Functions)
5163 (Image Descriptors): Add cross-references to the definition of
5164 selected frame.
5165
5166 * buffers.texi (The Buffer List): Add cross-references to the
5167 definition of selected frame.
5168
5169 * frames.texi (Input Focus): Clarify which frame is _the_ selected
5170 frame at any given time.
5171 (Multiple Displays, Size and Position): Add a cross-reference to
5172 the definition of the selected frame.
5173
2842de30
EZ
51742001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5175
5176 * strings.texi (String Conversion) <string-to-number>: Document
5177 that a float is returned for integers that are too large.
5178
5179 * frames.texi (Mouse Position): Document mouse-position-function.
5180 (Display Feature Testing): Document display-images-p.
5181 (Window Frame Parameters): Document the cursor-type variable.
5182
5183 * numbers.texi (Integer Basics): Document CL style read syntax for
5184 integers in bases other than 10.
5185
5186 * positions.texi (List Motion): Document
5187 open-paren-in-column-0-is-defun-start.
5188
5189 * lists.texi (Sets And Lists): Document member-ignore-case.
5190
5191 * internals.texi (Garbage Collection): Document the used and free
5192 strings report.
5193 (Memory Usage): Document strings-consed.
5194
5195 * os.texi (Time of Day): Document float-time.
5196 (Recording Input): Document that clear-this-command-keys clears
5197 the vector to be returned by recent-keys.
5198
5199 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
5200 argument keymap can be a list.
5201
5202 * nonascii.texi (User-Chosen Coding Systems)
5203 <select-safe-coding-system>: Document the new argument
5204 accept-default-p and the variable
5205 select-safe-coding-system-accept-default-p. Tell what happens if
5206 buffer-file-coding-system is undecided.
5207 (Default Coding Systems): Document auto-coding-regexp-alist.
5208
5209 * display.texi (The Echo Area) <message>: Document
5210 message-truncate-lines.
5211 (Glyphs): Document that the glyph table is unused on windowed
5212 displays.
5213
5214 * help.texi (Describing Characters) <single-key-description>:
5215 Document the new argument no-angles.
5216 (Accessing Documentation) <documentation-property>: Document that
5217 a non-string property is evaluated.
5218 <documentation>: Document that the function-documentation property
5219 is looked for.
5220
5221 * windows.texi (Selecting Windows): Document some-window.
5222
5223 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
5224
5225 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
5226 apropos-mode-hook.
5227
5228 * commands.texi (Using Interactive): Document interactive-form.
5229 (Keyboard Macros): Document kbd-macro-termination-hook.
5230 (Command Loop Info): Document that clear-this-command-keys clears
5231 the vector to be returned by recent-keys.
5232
2d43d823
GM
52332001-09-04 Werner LEMBERG <wl@gnu.org>
5234
5235 * Makefile.in (srcdir, texinputdir): New variables.
5236 (srcs, index.texi, install): Use $(srcdir).
5237 (.PHONY): Remove elisp.dvi.
5238 (elisp): Use -I switch for makeinfo.
5239 (elisp.dvi): Use $(srcdir) and $(texinputdir).
5240 (installall, dist): Use $(srcdir).
5241 Fix path to texinfo.tex.
5242 (maintainer-clean): Add elisp.dvi and elisp.oaux.
5243
fa739b31
GM
52442001-08-30 Gerd Moellmann <gerd@gnu.org>
5245
92a25631
GM
5246 * display.texi (Conditional Display): Adjust to API change.
5247
fa739b31
GM
5248 * configure: New file.
5249
cef68af5
GM
52502001-07-30 Gerd Moellmann <gerd@gnu.org>
5251
5252 * commands.texi (Repeat Events): Add description of
5253 double-click-fuzz.
5254
d1f08d85
SM
52552001-05-08 Stefan Monnier <monnier@cs.yale.edu>
5256
5257 * syntax.texi (Syntax Class Table): Add the missing designator for
5258 comment and string fences.
5259 (Syntax Properties): Add a xref to syntax table internals.
5260 (Syntax Table Internals): Document string-to-syntax.
5261
1e9fc92e
GM
52622001-05-07 Gerd Moellmann <gerd@gnu.org>
5263
5264 * Makefile.in (install): Use install-info command line options
5265 like in Emacs' Makefile.in.
5266
00480554
MB
52672000-12-09 Miles Bader <miles@gnu.org>
5268
5269 * windows.texi (Window Start): Update documentation for
5270 `pos-visible-in-window-p'.
5271
1e344ee2
SM
52722000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5273
5274 * lists.texi (Building Lists): Add footnote to explain how to add
5275 to the end of a list.
5276
a540f6ed
GM
52772000-10-25 Gerd Moellmann <gerd@gnu.org>
5278
5279 * files.texi (Visiting Functions): Typos.
5280
28bcdbee
KH
52812000-10-25 Kenichi Handa <handa@etl.go.jp>
5282
5283 * files.texi (Visiting Functions): Return value of
5284 find-file-noselect may be a list of buffers if wildcards are used.
5285
22d1a4ed
MB
52862000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5287
5288 * display.texi (Defining Faces): Document `graphic' display type
5289 in face specs.
5290
916a89db
KG
52912000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5292
1e9fc92e 5293 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
5294 `after-make-frame-hook' with `after-make-frame-functions'.
5295
1e9fc92e 5296 * frames.texi (Creating Frames): Ditto.
916a89db 5297
1e9fc92e 5298 * variables.texi (Future Local Variables): Ditto.
916a89db 5299
483de32b
GM
53002000-10-16 Gerd Moellmann <gerd@gnu.org>
5301
5302 * display.texi (Other Image Types): Add description of :foreground
5303 and :background properties of mono PBM images.
5304
e23a63a5
WL
53052000-08-17 Werner LEMBERG <wl@gnu.org>
5306
5307 * .cvsignore: New file.
5308
dfc16043
GM
53092000-01-05 Gerd Moellmann <gerd@gnu.org>
5310
5311 * tindex.pl: New script.
5312
602613fe
DL
53131999-12-03 Dave Love <fx@gnu.org>
5314
5315 * Makefile.in (MAKEINFO): New parameter.
5316
94ec544d
DL
53171999-09-17 Richard Stallman <rms@gnu.org>
5318
5319 * Makefile.in (srcs): Add hash.texi.
5320 (VERSION): Update to 20.6.
5321
53221999-09-13 Richard Stallman <rms@gnu.org>
5323
5324 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
5325
53261998-08-29 Karl Heuer <kwzh@gnu.org>
5327
5328 * configure.in: New file.
5329 * Makefile.in: Renamed from Makefile.
5330 (prefix, infodir): Use value obtained from configure.
5331 (emacslibdir): Obsolete variable deleted.
5332 (dist): Distribute configure.in, configure, Makefile.in.
5333
53341998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
5335
5336 * Makefile (INSTALL_INFO): New variable.
5337 (install): Run install-info.
5338
53391998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
5340
5341 * Makefile (elisp.dvi): Add missing backslash.
5342
53431998-05-02 Richard Stallman <rms@psilocin.gnu.org>
5344
5345 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
5346 Run texindex without `./'. Always run texindex on elisp.tp.
5347 (elisp.tps): Target deleted.
5348
53491998-04-05 Richard Stallman <rms@psilocin.gnu.org>
5350
5351 * Makefile (srcs): Add nonascii.texi and customize.texi.
5352 (dist): Start by deleting `temp'.
5353
53541998-02-17 Richard Stallman <rms@psilocin.gnu.org>
5355
5356 * Makefile (makeinfo, texindex): Targets deleted.
5357 (makeinfo.o, texindex.o): Targets deleted.
5358 (clean, dist): Don't do anything with them or with getopt*.
5359
53601998-01-30 Richard Stallman <rms@psilocin.gnu.org>
5361
5362 * Makefile (SHELL): Defined.
5363
53641998-01-27 Richard Stallman <rms@psilocin.gnu.org>
5365
5366 * Makefile (elisp.tps): New target.
5367 (elisp.dvi): Depend on elisp.tps.
5368
5369Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
5370
5371 * README: Update phone number.
5372
5373 * Makefile (elisp): Make this be the default target.
5374 Depend on makeinfo.c instead of makeinfo.
5375 (install): Don't depend on elisp.dvi, since we don't install that.
5376 Use mkinstalldirs.
5377 (dist): Add mkinstalldirs.
5378
5379Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5380
5381 * Makefile (VERSION): Update version number.
5382 (maintainer-clean): Renamed from realclean.
5383
5384Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5385
5386 * Makefile (realclean): New target.
5387 (elisp): Remove any old elisp-* files first.
5388
5389Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5390
d1f08d85
SM
5391 * Makefile (VERSION): New variable.
5392 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5393 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
5394
5395Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5396
5397 * Makefile (elisp): Depend on makeinfo.
5398
5399Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
5400
d1f08d85 5401 * Makefile (srcs): Add anti.texi.
94ec544d
DL
5402
5403Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5404
5405 * Makefile (infodir, prefix): New vars.
5406 (install): Use infodir.
5407 (emacsinfodir): Deleted.
5408
5409Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5410
5411 * Makefile (srcs): Add calendar.texi.
5412
5413 * Makefile (dist): Copy texindex.c and makeinfo.c.
5414 Limit elisp-* files to those with one or two digits.
5415
5416Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5417
5418 * Makefile (dist): Changed to use Gzip instead of compress.
5419
5420Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5421
5422 * loading.texi (Unloading): define-function changed back to
5423 defalias. It may not stay this way, but at least it's
5424 consistent with the known-good version of the code patch.
5425
5426Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5427
5428 * modes.texi (Hooks): Document new optional arg of add-hook.
5429
5430Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5431
d1f08d85 5432 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
5433
5434 * tips.texi: Add new section on standard library headers.
5435
5436Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5437
5438 * Makefile (srcs): Add frame.texi to the list of sources.
5439
5440Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5441
5442 * Makefile (dist): Don't bother excluding autosave files; they'll
5443 never make it into the temp directory anyway, and the hash marks
5444 in the name are problematic for make and the Bourne shell.
dff28924 5445 (srcs):
94ec544d
DL
5446
5447Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5448
d1f08d85 5449 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
5450 the distribution tar file.
5451
dff28924 5452Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
5453
5454 * Makefile (srcs): Added index.perm.
5455 (elisp.dvi): Remove erroneous shell comment.
5456 Expect output of permute-index in permuted.fns.
5457 Save old elisp.aux in elisp.oaux.
5458 (clean): Added index.texi to be deleted.
5459
dff28924 5460Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5461
5462 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5463
dff28924 5464Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d 5465
6db11765 5466 * files.texi: Noted that completion-ignored-extensions is ignored
94ec544d
DL
5467 when making *Completions*.
5468
5469Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5470
5471 * Makefile make dist now depends on elisp.dvi, since it tries
5472 to include it in the dist file.
5473
dff28924 5474Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
5475
5476 * functions.texinfo (Mapping Functions): Add missing quote
5477
dff28924 5478Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5479
5480 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5481 (defunargs): Turn off \hyphenchar of \sl font temporarily.
5482
dff28924 5483Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5484
5485 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5486 and @error{} are the terms now being used. The files in the
5487 directory have been changed to reflect this.
5488
d1f08d85 5489 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
5490 ` @result{}', using 5 spaces at the begining of the line.
5491
dff28924 5492Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5493
5494 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5495 experimental @indentedresult{}, @indentedexpandsto{} are part of
5496 the texinfo.tex in this directory. These TeX macros are not
5497 stable yet.
5498
dff28924 5499Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d 5500
6db11765 5501 * texinfo.tex: Temporarily added
d1f08d85 5502 \let\result=\dblarrow
94ec544d
DL
5503 \def\error{{\it ERROR} \longdblarrow}
5504 We need to do this better soon.
5505
dff28924 5506Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5507
5508 * Applied Karl Berry's patches to *.texinfo files, but not to
9b7fa297 5509 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
94ec544d
DL
5510 new title page format is also not applied, since it requires
5511 texinfo.tex changes.)
5512
5513 * Cleaned up `Makefile' and defined the `emacslibdir' directory
5514 for the Project GNU development environment.
5515
ad050e54 5516;; Local Variables:
fd026ee1 5517;; coding: iso-2022-7bit
33462dfa 5518;; add-log-time-zone-rule: t
ad050e54 5519;; End:
2a34a036 5520
651f374c 5521 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
ceb4c4d3 5522 2005, 2006 Free Software Foundation, Inc.
2a34a036
GM
5523 Copying and distribution of this file, with or without modification,
5524 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
5525
5526;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda