(Fdefine_key): Doc fix.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
f083f9ca
KS
12006-12-30 Kim F. Storm <storm@cua.dk>
2
3 * processes.texi (Bindat Spec): Clarify using field names in
4 length specifications.
5
8f2b5ec6
KS
62006-12-29 Kim F. Storm <storm@cua.dk>
7
8 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
9 Add count and index variables for eval forms in repeat blocks.
10
d78b75dd
RS
112006-12-24 Richard Stallman <rms@gnu.org>
12
13 * customize.texi (Variable Definitions): Document
14 new name custom-add-frequent-value.
15
36ff6d6f
KS
162006-12-19 Kim F. Storm <storm@cua.dk>
17
18 * commands.texi (Misc Events): User signals now result in sigusr1
19 and sigusr2 events which are handled through special-event-map.
20 (Special Events): User signals and drag-n-drop are special.
21
294f1c39
RS
222006-12-17 Richard Stallman <rms@gnu.org>
23
303958a9
RS
24 * loading.texi (Named Features): Explain subfeatures better.
25
26 * customize.texi: Use "option" only for user options.
27 For the keyword values inside defcustom etc, say "keywords".
28 For :options value's elements, say "elements".
29 :group should not be omitted.
30
fe963f84
RS
31 * syntax.texi (Parsing Expressions): Split up node.
32 (Motion via Parsing, Position Parse, Parser State)
33 (Low-Level Parsing, Control Parsing): New subnodes.
34 (Parser State): Document syntax-ppss-toplevel-pos.
35
36 * positions.texi (List Motion): Punctuation fix.
37
294f1c39
RS
38 * files.texi (File Name Completion): Document PREDICATE arg
39 to file-name-completion.
40
6d95228d
EZ
412006-12-16 Eli Zaretskii <eliz@gnu.org>
42
43 * internals.texi (Building Emacs, Writing Emacs Primitives): Add
44 index entries.
45
4de0c73c
RS
462006-12-11 Richard Stallman <rms@gnu.org>
47
48 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
49 affects face menu. Explain how to make it non-nil without enabling
50 any fontification.
51
31689f89
CY
522006-12-10 Chong Yidong <cyd@stupidchicken.com>
53
54 * modes.texi (Font Lock Basics): Document nil value of
55 font-lock-defaults.
56
8d4a66af
GM
572006-12-10 Glenn Morris <rgm@gnu.org>
58
59 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
9e7287f4
GM
60 value for system-flag argument. Abbrev tables may not be empty
61 when major modes are loaded.
8d4a66af 62
d6598d46
JB
632006-12-08 Juanma Barranquero <lekktu@gmail.com>
64
65 * makefile.w32-in (maintainer-clean): Partially revert last
66 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
67 to protect elisp-covers.texi.
68
c6883bfc
JB
692006-12-07 Juanma Barranquero <lekktu@gmail.com>
70
71 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
72 Don't remove elisp* info files; they are already deleted by the
73 `clean' and `distclean' targets, and they are in the $(infodir)
74 directory, not the current one.
75
9d8b24a2
KS
762006-12-04 Kim F. Storm <storm@cua.dk>
77
78 * commands.texi (Misc Events): Update signal events.
79 (Event Examples): Add signal example.
80
04c21c78
RS
812006-11-29 Richard Stallman <rms@gnu.org>
82
83 * frames.texi (Visibility of Frames): Explain visible windows
84 can be covered by others. Add xref for raise-frame.
85
7bc297d7
RS
862006-11-28 Richard Stallman <rms@gnu.org>
87
88 * searching.texi (Regexp Special): Update when ^ is special.
89
340d34a5
EZ
902006-11-27 Eli Zaretskii <eliz@gnu.org>
91
92 * customize.texi (Customization, Common Keywords)
93 (Group Definitions, Variable Definitions, Composite Types)
94 (Type Keywords, Customization Types): Add index entries for
95 various customization keywords.
96
6b28caea
SM
972006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
98
99 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
100
b9660a6f
JD
1012006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
102
103 * frames.texi (Window System Selections): Remove clipboard from
104 description of selection-coding-system.
105
e5c12c7d
RS
1062006-11-06 Richard Stallman <rms@gnu.org>
107
108 * lists.texi (List Variables): Document COMPARE-FN.
109
110 * keymaps.texi: Avoid use of "binding" to mean a relation;
33462dfa 111 use it only to refer to the meaning associated with a key.
e5c12c7d 112 (Keymaps): Change menu node description.
33462dfa 113
e5c12c7d
RS
114 * elisp.texi (Top): Change menu node description.
115
116 * display.texi (Managing Overlays): Document overlay-recenter.
117
b4e4dc3c
CY
1182006-10-29 Chong Yidong <cyd@stupidchicken.com>
119
120 * Makefile.in: Use relative paths to avoid advertising filesystem
121 contents during compilation.
122
300734d7
KS
1232006-10-23 Kim F. Storm <storm@cua.dk>
124
125 * commands.texi (Event Input Misc): Update unread-command-events.
126
aa02da7a
NR
1272006-10-23 Nick Roberts <nickrob@snap.net.nz>
128
129 * lists.texi (Sets And Lists): Fix typos.
130
6db11765
JB
1312006-10-18 Juanma Barranquero <lekktu@gmail.com>
132
133 * control.texi (Processing of Errors): Use @var for an argument,
134 not @code.
135
ff53796b
RS
1362006-10-16 Richard Stallman <rms@gnu.org>
137
138 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
139
140 * keymaps.texi (Format of Keymaps): Show all the keymap element
141 patterns that result from menu items.
142 (Key Lookup): Minor cleanups.
143
144 * modes.texi (Precalculated Fontification): Don't say that
145 not setting font-lock-defaults avoids loading font-lock.
146
147 * help.texi (Documentation): Move xref to Emacs Manual here.
148 (Documentation Basics): From here.
149 Also doc emacs-lisp-docstring-fill-column.
150
151 * elisp.texi: Update version and ISBN.
152
153 * commands.texi (Interactive Call): Clarify KEYS arg to
154 call-interactively is a vector.
155 (Command Loop Info): Delete anchor in this-command-keys.
156 Add anchor in this-command-keys-vector.
157 (Recursive Editing): Document how recursive-edit
158 handles the current buffer.
159
bb5da5be
CY
1602006-10-13 Chong Yidong <cyd@stupidchicken.com>
161
162 * frames.texi (Frame Titles): %c and %l are ignored in
163 frame-title-format.
164
8972d253
RS
1652006-10-11 Richard Stallman <rms@gnu.org>
166
167 * keymaps.texi (Key Sequences): Clarify use of kbd.
168
3075e881
KS
1692006-10-10 Kim F. Storm <storm@cua.dk>
170
171 * lists.texi (Sets And Lists): Add memql.
172
01993898
RS
1732006-10-03 Richard Stallman <rms@gnu.org>
174
175 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
176 Clarify :ascii: and :nonascii:.
177
f9df5f68
JL
1782006-09-29 Juri Linkov <juri@jurta.org>
179
180 * modes.texi (%-Constructs): Reorder coding systems in the
181 documentation of %z to the real order displayed in the modeline.
182
98259f08
RS
1832006-09-25 Richard Stallman <rms@gnu.org>
184
185 * os.texi (Timers): Describe timer-max-repeats.
186
2d56beed
CY
1872006-09-25 Chong Yidong <cyd@stupidchicken.com>
188
189 * os.texi (Timers): Mention with-local-quit.
190
45c912f2
RS
1912006-09-24 Richard Stallman <rms@gnu.org>
192
193 * searching.texi (Searching and Matching): Mention property search.
194
195 * commands.texi (Command Loop Info): Explain how read-event affects
196 this-command-keys.
197
aa256798
RS
1982006-09-20 Richard Stallman <rms@gnu.org>
199
45c912f2
RS
200 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
201
aa256798
RS
202 * windows.texi (Window Start): Minor cleanups.
203
a4df1f8b
KS
2042006-09-20 Kim F. Storm <storm@cua.dk>
205
206 * windows.texi (Window Start): pos-visible-in-window-p allows
207 specifying t for position to mean "end of window".
208 Add window-line-height.
209
210 * anti.texi (Antinews): Mention window-line-height.
211
74686736
DK
2122006-09-19 David Kastrup <dak@gnu.org>
213
214 * keymaps.texi (Searching Keymaps): Small clarification.
215
a0c489f1
RS
2162006-09-18 Richard Stallman <rms@gnu.org>
217
2a27a16b
RS
218 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
219 cause keyboard menus.
220 (Menu Keymaps): Likewise.
221 (Defining Menus, Keyboard Menus): Clarify.
222
a0c489f1
RS
223 * text.texi (Fields): Clarify explanation of constrain-to-field.
224
1e9265dd
EZ
2252006-09-16 Eli Zaretskii <eliz@gnu.org>
226
227 * variables.texi (Tips for Defining): Fix a typo.
228
74f526f3
RS
2292006-09-15 Richard Stallman <rms@gnu.org>
230
231 * keymaps.texi (Remapping Commands, Searching Keymaps)
232 (Active Keymaps): Clean up previous change.
233
45a2056c
JB
2342006-09-15 Jay Belanger <belanger@truman.edu>
235
236 * gpl.texi: Replace "Library Public License" by "Lesser Public
237 License" throughout.
238
b74e16a3
DK
2392006-09-15 David Kastrup <dak@gnu.org>
240
241 * keymaps.texi (Active Keymaps): Adapt description to use
242 `get-char-property' instead `get-text-property'. Explain how
243 mouse events change this. Explain the new optional argument of
244 `key-binding' and its mouse-dependent lookup.
74f526f3 245 (Searching Keymaps): Adapt description similarly.
74686736
DK
246 (Remapping Commands): Explain the new optional argument of
247 `command-remapping'.
b74e16a3 248
18d55b24
RS
2492006-09-14 Richard Stallman <rms@gnu.org>
250
251 * keymaps.texi (Searching Keymaps): Clarification.
252 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
253
2542006-09-13 Richard Stallman <rms@gnu.org>
255
256 * objects.texi (Character Type): Node split.
257 Add xref to Describing Characters.
258 (Basic Char Syntax, General Escape Syntax)
259 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
260
8b170b82
RS
2612006-09-11 Richard Stallman <rms@gnu.org>
262
263 * display.texi (Display Table Format): Wording clarification.
c5b0bab9 264 (Glyphs): Clarifications.
8b170b82 265
3250aca2
CY
2662006-09-10 Chong Yidong <cyd@stupidchicken.com>
267
268 * keymaps.texi (Active Keymaps): Mention that key-binding checks
269 local maps.
270
606fd469
KS
2712006-09-10 Kim F. Storm <storm@cua.dk>
272
273 * display.texi (Forcing Redisplay): Document return value of
274 function redisplay.
275
755b2209
RS
2762006-09-09 Richard Stallman <rms@gnu.org>
277
1d7b95f5
RS
278 * windows.texi (Window Hooks): Explain limits of
279 window-scroll-functions.
280
755b2209
RS
281 * display.texi (Fringe Indicators): Update for last change in
282 indicate-buffer-boundaries.
283
af09dd78
RS
2842006-09-08 Richard Stallman <rms@gnu.org>
285
286 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
287
2010a78c
KS
2882006-09-06 Kim F. Storm <storm@cua.dk>
289
bdd26918
KS
290 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
291
2010a78c
KS
292 * windows.texi (Window Start): Update pos-visible-in-window-p.
293
bae12237
RS
2942006-09-04 Richard Stallman <rms@gnu.org>
295
296 * processes.texi (Accepting Output): Explain SECONDS=0 for
297 accept-process-output.
298
299 * os.texi (Idle Timers): Explain why timer functions should not
300 loop until (input-pending-p).
301
ebc80ddf
EZ
3022006-09-02 Eli Zaretskii <eliz@gnu.org>
303
304 * makefile.w32-in (usermanualdir): New variable.
305 (elisp.dvi): Use it.
306
a66d9563
EZ
3072006-09-01 Eli Zaretskii <eliz@gnu.org>
308
309 * buffers.texi (Buffer Modification): Fix last change.
310
5a8f5165
CY
3112006-09-01 Chong Yidong <cyd@stupidchicken.com>
312
313 * buffers.texi (Buffer Modification): Document
314 buffer-chars-modified-tick.
315
80e0572b
RS
3162006-08-31 Richard Stallman <rms@gnu.org>
317
318 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
319
3202006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
931d878d
SM
321
322 * modes.texi (Syntactic Font Lock):
80e0572b
RS
323 Mention font-lock-syntactic-face-function
324 instead of specific faces.
931d878d 325
bda420a3
CY
3262006-08-29 Chong Yidong <cyd@stupidchicken.com>
327
328 * display.texi (Images): Add xrref to display-images-p.
329
c6f8bb3a
KH
3302006-08-28 Kenichi Handa <handa@m17n.org>
331
332 * nonascii.texi (Lisp and Coding Systems): Fix description of
333 detect-coding-region.
334
7a210b69
MB
3352006-08-27 Michael Olson <mwolson@gnu.org>
336
337 * processes.texi (Transaction Queues): Remove stray quote
338 character.
339
3e04a8fc
RS
3402006-08-25 Richard Stallman <rms@gnu.org>
341
342 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
343 Add xref.
344
fda97484
CY
3452006-08-24 Chong Yidong <cyd@stupidchicken.com>
346
347 * os.texi (Timers): Avoid waiting inside timers.
348
3e46b34c
LK
3492006-08-21 Lute Kamstra <lute@gnu.org>
350
351 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
352
ce629713
RS
3532006-08-20 Richard Stallman <rms@gnu.org>
354
355 * os.texi (Idle Timers): New node, split out from Timers.
356 Document current-idle-time.
357 * commands.texi (Reading One Event): Update xref.
358 * elisp.texi (Top): Update subnode menu.
359
3cb74cd1
RS
3602006-08-16 Richard Stallman <rms@gnu.org>
361
362 * keymaps.texi (Extended Menu Items): Show format of cached
363 bindings in extended menu items.
364
365 * customize.texi (Variable Definitions): Explain when the
366 standard value expression is evaluated.
367
7e188449
CY
3682006-08-15 Chong Yidong <cyd@stupidchicken.com>
369
370 * commands.texi (Reading One Event): Explain idleness in
371 `read-event'.
372
b8f5396a
CY
3732006-08-12 Chong Yidong <cyd@stupidchicken.com>
374
375 * text.texi (Near Point): Say "cursor" not "terminal cursor".
376 (Commands for Insertion): Removed split-line since it's not
377 relevant for Lisp programming.
378 (Yank Commands): Rewrite introduction.
379 (Undo): Clarify.
380 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
381 (Filling): Remove redundant comment. Clarify return value of
382 current-justification.
383 (Margins): Minor clarifications.
384 (Adaptive Fill): Update default value of adaptive-fill-regexp.
385 (Sorting): Update definition of sort-lines.
386 (Columns): Clarify behavior of sort-columns.
387 (Indent Tabs): Link to Tab Stops in Emacs manual.
388 (Special Properties): Clarify.
389 (Clickable Text): Mention Buttons package.
390
0c80afbd
EZ
3912006-08-12 Kevin Ryde <user42@zip.com.au>
392
393 * os.texi (Time Parsing): Add %z to description of
394 format-time-string, as per docstring. Add cross reference to
395 glibc manual for strftime.
396
02a2b2ad
RS
3972006-08-08 Richard Stallman <rms@gnu.org>
398
399 * modes.texi: Clean up wording in previous change.
400
34e5974a
CY
4012006-08-07 Chong Yidong <cyd@stupidchicken.com>
402
403 * modes.texi (Hooks): Clarify.
404 (Major Mode Basics): Mention define-derived-mode explicitly.
405 (Major Mode Conventions): Rebinding RET is OK for some modes.
406 Mention change-major-mode-hook and after-change-major-mode-hook.
407 (Example Major Modes): Moved to end of Modes section.
408 (Mode Line Basics): Clarify.
409 (Mode Line Data): Mention help-echo and local-map in strings.
410 Explain reason for treatment of non-risky variables.
411 (Properties in Mode): Clarify.
412 (Faces for Font Lock): Add font-lock-negation-char-face.
413
65c6c6b6
EZ
4142006-08-04 Eli Zaretskii <eliz@gnu.org>
415
416 * strings.texi (Formatting Strings): Warn against arbitrary
417 strings as first arg to `format'.
418
fc0ba1d0
TTN
4192006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
420
421 * text.texi (Clickable Text): Mention `help-echo' text property.
422 Update intro, examples and associated explanations.
423
a3483884
RS
4242006-07-31 Richard Stallman <rms@gnu.org>
425
426 * commands.texi: Update xrefs.
427 (Event Mod): New node, cut out from old Translating Input.
428
429 * maps.texi: Update xrefs.
fc0ba1d0 430
a3483884
RS
431 * keymaps.texi (Translation Keymaps): New node.
432 Update xrefs from Translating Input to Translation Keymaps.
fc0ba1d0 433
a3483884
RS
434 * elisp.texi (Top): Update subnode menu.
435
436 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
437
438 * os.texi (System Interface): Fix menu descriptions of some nodes.
439 (Translating Input): Node deleted.
fc0ba1d0 440
ec777101
NR
4412006-07-31 Nick Roberts <nickrob@snap.net.nz>
442
443 * modes.texi (Minor Mode Conventions): Update link for add-to-list.
444
445 * lists.texi (Sets And Lists): Likewise.
446
0f42ea76
TTN
4472006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
448
449 * text.texi (Fields): Mention POS
450 requirement when narrowing is in effect.
451
eb107d09
RS
4522006-07-28 Richard Stallman <rms@gnu.org>
453
0de8dcc9
RS
454 * display.texi (Face Attributes): Simplify wording.
455 (Attribute Functions): Clarify meaning of new-frame default
456 attribute settings.
457
eb107d09
RS
458 * customize.texi (Common Keywords): Document how to use
459 :package-version in a package not in Emacs.
460
d7fb9e6c
KS
4612006-07-28 Kim F. Storm <storm@cua.dk>
462
463 * commands.texi (Reading One Event): Fix last change.
464
c1c3d4f7
CY
4652006-07-26 Chong Yidong <cyd@stupidchicken.com>
466
467 * commands.texi (Reading One Event): Document SECONDS argument for
468 read-event, read-char, and read-char-exclusive.
469
94b39239
SM
4702006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
471
472 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
473 to ensure correct identification.
474
1cff9220
RS
4752006-07-24 Richard Stallman <rms@gnu.org>
476
5ac64732
RS
477 * text.texi (Clickable Text): Clarify.
478
1cff9220
RS
479 * sequences.texi (Vector Functions): Delete duplicate xref.
480
481 * objects.texi (Function Type): Clarify.
482
483 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
484 modes.
485
486 * lists.texi (List Variables): New node.
487 Material moved from other nodes.
488
489 * variables.texi (Setting Variables): add-to-list and
490 add-to-ordered-list moved to List Variables node.
491
38db29e0
TTN
4922006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
493
494 * text.texi (Links and Mouse-1):
495 For mouse-on-link-p, expand on arg POS.
496
9e4101b2
KS
4972006-07-21 Kim F. Storm <storm@cua.dk>
498
499 * display.texi (Forcing Redisplay): Don't mention systems which
500 don't support sub-second timers for redisplay-preemption-period.
501
502 * os.texi (Terminal Output): Clarify text vs graphical terminal.
503
cc539208
EZ
5042006-07-21 Eli Zaretskii <eliz@gnu.org>
505
506 * frames.texi (Input Focus): Document that focus-follows-mouse has
507 no effect on MS-Windows.
508
c29fbc93
RS
5092006-07-18 Richard Stallman <rms@gnu.org>
510
1ef252f6
RS
511 * display.texi (Forcing Redisplay): Cleanups in previous change.
512
c29fbc93
RS
513 * processes.texi (Low-Level Network): Make menu more convenient.
514
5b5fca28
KS
5152006-07-18 Kim F. Storm <storm@cua.dk>
516
2d545d83
KS
517 * display.texi (Forcing Redisplay): redisplay-preemption-period
518 only used on window systems. Add xref to Terminal Output.
519
520 * os.texi (Terminal Output): baud-rate only controls preemption on
521 non-window systems. Add xref to Forcing Redisplay.
522
5b5fca28
KS
523 * processes.texi (Low-Level Network): Rename node "Make Network"
524 to "Network Processes".
525
42995636
KB
5262006-07-18 Karl Berry <karl@gnu.org>
527
5b5fca28
KS
528 * variables.texi, functions.texi, customize.texi, loading.texi:
529 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
42995636 530
e1842332
CY
5312006-07-17 Chong Yidong <cyd@stupidchicken.com>
532
533 * commands.texi (Waiting): Document batch-mode sit-for behavior.
534
daeeeffc
RS
5352006-07-17 Richard Stallman <rms@gnu.org>
536
7c0c29ee
RS
537 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
538 Put period and comma inside quotes.
5b5fca28 539
7c0c29ee
RS
540 * loading.texi, markers.texi: Use real doublequote inside menus.
541
542 * windows.texi: Put point and comma inside quotes.
543 (Textual Scrolling): Use @samp for error message.
544
5b5fca28
KS
545 * variables.texi, tips.texi, syntax.texi, symbols.texi:
546 * strings.texi, streams.texi, processes.texi, os.texi:
7c0c29ee
RS
547 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
548 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5b5fca28
KS
549 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
550 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7c0c29ee 551 Put point and comma inside quotes.
5b5fca28 552
05bdf2d7
RS
553 * control.texi (Processing of Errors): Add command-error-function.
554
daeeeffc
RS
555 * variables.texi (File Local Variables): Clarify that
556 file local variables make buffer-local bindings.
557
558 * modes.texi (Syntactic Font Lock): Give default for
559 font-lock-syntax-table.
560
7e1c1289
NR
5612006-07-17 Nick Roberts <nickrob@snap.net.nz>
562
563 * text.texi (Special Properties): Clean up previous change.
564
912c7235
KB
5652006-07-16 Karl Berry <karl@gnu.org>
566
5b5fca28
KS
567 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
568 * control.texi: Fix bad page breaks through chapter 10 (control).
ece35e15 569
5b5fca28 570 * anti.texi (Antinews): Reorder face-attribute fns to avoid
912c7235
KB
571 underfull hbox.
572
54b7938f
NR
5732006-07-15 Nick Roberts <nickrob@snap.net.nz>
574
575 * text.texi (Special Properties): Describe fontified text property
576 in relation to a character (not text).
577
3f11901a
KS
5782006-07-15 Kim F. Storm <storm@cua.dk>
579
0864179a
KS
580 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
581 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
582 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
583
3f11901a
KS
584 * anti.texi (Antinews): Mention redisplay function.
585 The kbd macro existed, but was not documented, before 22.x.
586 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
587
b4f62d0a
NR
5882006-07-14 Nick Roberts <nickrob@snap.net.nz>
589
590 * display.texi (Displaying Messages): Add anchor.
591
592 * frames.texi (Dialog Boxes): Use it.
593
2c6e026a
RS
5942006-07-12 Richard Stallman <rms@gnu.org>
595
596 * objects.texi (Frame Type): Explain nature of frames better.
597
598 * frames.texi (Frames): Explain nature of frames better.
599
6002006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
601
602 * tips.texi (Coding Conventions): Explain why use cl at compile time.
603
099d4201
YM
6042006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
605
606 * frames.texi (Window System Selections): Mention scrap support for Mac.
607 Default value of x-select-enable-clipboard is t on Mac.
608
609 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
610
ff97f952
KS
6112006-07-11 Kim F. Storm <storm@cua.dk>
612
613 * display.texi (Forcing Redisplay): Add `redisplay' function.
614 Don't mention (sit-for -1) -- use (redisplay t) instead.
615
616 * commands.texi (Waiting): (sit-for -1) is no longer special.
617 (sit-for 0) is equivalent to (redisplay).
618 Iconifying/deiconifying no longer makes sit-for return.
619
a183016f
NR
6202006-07-10 Nick Roberts <nickrob@snap.net.nz>
621
622 * display.texi (Buttons): Fix typo.
623
624 * index.texi, elisp.texi (New Symbols): Comment node out.
625
b86be617
RS
6262006-07-09 Richard Stallman <rms@gnu.org>
627
628 * display.texi (Truncation): Clean up previous change.
629
3aa7c28e
RS
6302006-07-08 Richard Stallman <rms@gnu.org>
631
632 * commands.texi (Interactive Call): Use 3 as prefix in example
633 for execute-extended-command.
634
635 * display.texi (Attribute Functions): Move paragraph about
636 compatibility with Emacs < 21.
637
5a1048a5
KS
6382006-07-09 Kim F. Storm <storm@cua.dk>
639
640 * display.texi (Refresh Screen): Clarify force-window-update.
641 (Truncation): "Normally" indicated by fringe arrows.
642
89fb9154
EZ
6432006-07-08 Eli Zaretskii <eliz@gnu.org>
644
5a1048a5
KS
645 * windows.texi (Textual Scrolling, Resizing Windows):
646 * variables.texi (Constant Variables):
89fb9154
EZ
647 * text.texi (Buffer Contents, Deletion, Changing Properties)
648 (Property Search, Special Properties, Sticky Properties)
5a1048a5 649 (Links and Mouse-1, Fields, Change Hooks):
89fb9154 650 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5a1048a5
KS
651 (Categories):
652 * symbols.texi (Other Plists):
653 * streams.texi (Output Variables):
654 * processes.texi (Input to Processes, Query Before Exit):
655 * positions.texi (Word Motion, Text Lines, List Motion):
89fb9154 656 * os.texi (Init File, System Environment, Sound Output)
5a1048a5 657 (Session Management):
89fb9154 658 * nonascii.texi (Text Representations, Character Sets)
5a1048a5
KS
659 (Chars and Bytes, Locales):
660 * modes.texi (Defining Minor Modes, Header Lines):
661 * minibuf.texi (Minibuffer Contents):
662 * markers.texi (Information from Markers):
663 * lists.texi (List Elements, Building Lists, Association Lists):
664 * keymaps.texi (Tool Bar):
665 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
666 * functions.texi (What Is a Function, Mapping Functions):
89fb9154
EZ
667 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
668 (Color Names, Text Terminal Colors, Display Feature Testing):
669 * files.texi (Visiting Functions, File Name Components)
5a1048a5 670 (Unique File Names, Contents of Directories):
89fb9154
EZ
671 * display.texi (Forcing Redisplay, Displaying Messages)
672 (Temporary Displays, Font Selection, Auto Faces)
673 (Font Lookup, Fringe Indicators, Display Margins)
674 (Image Descriptors, Showing Images, Image Cache, Button Types)
675 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5a1048a5
KS
676 (Display Table Format, Glyphs):
677 * control.texi (Iteration):
678 * commands.texi (Command Loop Info, Adjusting Point):
08b17d37
KS
679 * backups.texi (Making Backups, Auto-Saving):
680 Remove @tindex entries.
89fb9154 681
7f087030
KS
6822006-07-07 Kim F. Storm <storm@cua.dk>
683
684 * display.texi (Fringe Cursors): Fix typo.
685 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
686 (Overlay Arrow): Default is overlay-arrow fringe indicator.
687
978db147
RS
6882006-07-05 Richard Stallman <rms@gnu.org>
689
690 * text.texi (Buffer Contents): Add example of text props
691 in result of buffer-substring.
692 (Text Properties): Explain better about use of specific property names.
693 (Property Search): Some cleanups; reorder some functions.
694
695 * keymaps.texi (Changing Key Bindings): Cleanup.
696 Add xref to Key Binding Conventions.
697
698 * display.texi (Attribute Functions): Add examples for
699 face-attribute-relative-p.
700
701 * tips.texi (Coding Conventions): Cleanup last change.
702
42b50684
KB
7032006-07-05 Karl Berry <karl@gnu.org>
704
08b17d37
KS
705 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
706 Remove @setchapternewpage odd.
42b50684
KB
707 Result is 1013 pages, down from 1100.
708
08b17d37
KS
709 * anti.texi, customize.texi, display.texi, internals.texi:
710 * minibuf.texi, modes.texi, tips.texi:
9b7fa297 711 Fix overfull/underfull boxes.
42b50684 712
180f018c
TTN
7132006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
714
715 * edebug.texi (Instrumenting):
716 Add Edebug-specific findex for eval-buffer.
717 * loading.texi (Loading):
718 Replace eval-current-buffer with eval-buffer.
719
8e338f7b
EZ
7202006-06-30 Nick Roberts <nickrob@snap.net.nz>
721
722 * locals.texi (Standard Buffer-Local Variables): Update the list
723 of variables.
724
0770a251
NR
7252006-06-26 Nick Roberts <nickrob@snap.net.nz>
726
727 * files.texi (File Name Completion): Point user to the node
728 "Reading File Names".
729
d9034473
EZ
7302006-06-24 Eli Zaretskii <eliz@gnu.org>
731
eff6bfea
EZ
732 * files.texi (Contents of Directories): Document case-insensitive
733 behavior on respective filesystems.
734
d9034473
EZ
735 * objects.texi (Character Type): Document that Emacs signals an
736 error for unsupported Unicode characters specified as \uNNNN.
737
a5bd14d3
RS
7382006-06-19 Richard Stallman <rms@gnu.org>
739
740 * processes.texi (Bindat Spec): Clarify previous change.
741
d1ae9041
RS
7422006-06-16 Richard Stallman <rms@gnu.org>
743
744 * tips.texi (Coding Conventions): Better explain conventions
745 for definition constructs.
746
747 * text.texi (Special Properties): String value of `read-only'
748 serves as the error message.
749
750 * objects.texi (Character Type): Clarify prev. change.
751 (Non-ASCII in Strings): Mention \u and \U.
752
753 * commands.texi (Using Interactive): Explain problem of
754 markers, etc., in command-history.
755
1bb32610
KS
7562006-06-14 Kim F. Storm <storm@cua.dk>
757
758 * commands.texi (Waiting): Negative arg to sit-for forces
759 redisplay even if input is pending.
760
761 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
762 redisplay. Remove incorrect example of binding redisplay-dont-pause
763 around (sit-for 0).
764
c7484981
RS
7652006-06-13 Richard Stallman <rms@gnu.org>
766
767 * display.texi (Forcing Redisplay): Clarify previous change.
768
d211faa2
RF
7692006-06-13 Romain Francoise <romain@orebokech.com>
770
771 * display.texi (Forcing Redisplay): Fix typo.
772
8eb2b87f
KS
7732006-06-13 Kim F. Storm <storm@cua.dk>
774
775 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
776
503b5e1c
LT
7772006-06-10 Luc Teirlinck <teirllm@auburn.edu>
778
779 * tips.texi (Coding Conventions): Add `@end itemize'.
780
9e362b84
RS
7812006-06-10 Richard Stallman <rms@gnu.org>
782
783 * tips.texi (Coding Conventions): Explain use of coding systems
784 to ensure one decoding for strings.
785
7cb93181
EZ
7862006-06-09 Aidan Kehoe <kehoea@parhasard.net>
787
9b7fa297 788 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7cb93181
EZ
789 syntax.
790
afd63bda
EZ
7912006-06-07 Eli Zaretskii <eliz@gnu.org>
792
793 * display.texi (Font Selection): Remove description of
794 clear-face-cache.
795
796 * compile.texi (Eval During Compile): Fix a typo. Add index
797 entries for possible uses of eval-when-compile.
798
71ee3e04
TTN
7992006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
800
801 * display.texi (Abstract Display): Fix typo.
802
a941b26b
EZ
8032006-06-03 Eli Zaretskii <eliz@gnu.org>
804
805 * minibuf.texi (Minibuffer History) <history-add-new-input>:
806 Reword variable's description.
807
963128f3
RS
8082006-06-01 Richard Stallman <rms@gnu.org>
809
810 * windows.texi (Splitting Windows): Clarify splitting nonselected
811 window.
812
82db8fa7
JL
8132006-05-31 Juri Linkov <juri@jurta.org>
814
815 * minibuf.texi (Minibuffer History): Add history-add-new-input.
816
d9e8091d
RS
8172006-05-30 Richard Stallman <rms@gnu.org>
818
6ac209a3
RS
819 * display.texi (Line Height): Fix errors in description of
820 default line height and line-height properyty.
821
d9e8091d
RS
822 * nonascii.texi (Default Coding Systems): Further clarification.
823
93fd6289
LT
8242006-05-29 Luc Teirlinck <teirllm@auburn.edu>
825
826 * internals.texi (Pure Storage): Mention that an overflow in pure
827 space causes a memory leak.
828 (Garbage Collection): If there was an overflow in pure space,
829 `garbage-collect' returns nil.
830
7c42b3e0
EZ
8312006-05-30 Eli Zaretskii <eliz@gnu.org>
832
833 * nonascii.texi (Default Coding Systems): Fix it some more.
834
b8909e88
EZ
8352006-05-29 Eli Zaretskii <eliz@gnu.org>
836
837 * nonascii.texi (Default Coding Systems): Fix last change.
838
6d3906d5
KH
8392006-05-29 Kenichi Handa <handa@m17n.org>
840
841 * nonascii.texi (find-operation-coding-system): Describe the new
842 argument format (FILENAME . BUFFER).
843
0985f920
RS
8442006-05-28 Richard Stallman <rms@gnu.org>
845
846 * tips.texi (Coding Conventions): Better explain reasons not to
847 advise other packages or use `eval-after-load'.
848
6c6e0bb4
KS
8492006-05-29 Kim F. Storm <storm@cua.dk>
850
851 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
852 `bindat-idx' and `bindat-raw' for clarity.
853
096432af
TTN
8542006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
855
b9e17eb3
TTN
856 * processes.texi (Bindat Spec): Expand on `repeat' handler.
857
096432af
TTN
858 * display.texi (Display): Add "Abstract Display" to menu.
859 (Abstract Display, Abstract Display Functions)
860 (Abstract Display Example): New nodes.
861 * elisp.texi (Top): Add "Abstract Display" to menu.
862
e4b3f22f
CY
8632006-05-27 Chong Yidong <cyd@stupidchicken.com>
864
917b8227
CY
865 * keymaps.texi (Key Sequences): Link to input events definition.
866 (Format of Keymaps): Delete material duplicated in Keymap Basics.
867
e4b3f22f
CY
868 * files.texi (Changing Files): Document updated argument list for
869 copy-file.
870
f1b64ef1
TTN
8712006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
872
873 * processes.texi (Bindat Functions): Explain term "total length".
874 Use it in bindat-length and bindat-pack descriptions.
875
3d0793e4
EZ
8762006-05-26 Eli Zaretskii <eliz@gnu.org>
877
878 * tips.texi (Coding Conventions): Advise against using
879 eval-after-load in packages. Add an index entry.
880
abeb5483
JL
8812006-05-25 Juri Linkov <juri@jurta.org>
882
92aa92fa
JL
883 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
884
abeb5483
JL
885 * modes.texi (%-Constructs): Add %e, %z, %Z.
886
403a7bca
RS
8872006-05-25 Richard Stallman <rms@gnu.org>
888
889 * elisp.texi (Top): Update subnode menu.
890
891 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
892 (Keymaps): Update menu.
893
39a9bed3
CY
8942006-05-25 Chong Yidong <cyd@stupidchicken.com>
895
896 * keymaps.texi (Key Sequences): Some clarifications.
897
78b3f5c3
TTN
8982006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
899
900 * processes.texi (Bindat Functions): Say "unibyte string"
901 explicitly for bindat-unpack and bindat-pack descriptions.
902 (Bindat Examples): Don't call `string-make-unibyte' in example.
903
08244b81
CY
9042006-05-25 Chong Yidong <cyd@stupidchicken.com>
905
906 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
907 Explain string and vector representations of key sequences
908
78b3f5c3
TTN
909 * keymaps.texi (Changing Key Bindings):
910 * commands.texi (Interactive Codes, Interactive Codes):
08244b81
CY
911 * help.texi (Describing Characters): Refer to it.
912
b370c94d
LT
9132006-05-23 Luc Teirlinck <teirllm@auburn.edu>
914
915 * frames.texi (Pointer Shape): @end table -> @end defvar.
916
b8223441
RS
9172006-05-22 Richard Stallman <rms@gnu.org>
918
919 * elisp.texi (Top): Update subnode menus.
920
921 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
922 Contents rewritten; material from old Pointer Shape node moved here.
923
924 * display.texi (Pointer Shape): Node deleted.
925 (Image Descriptors): Minor cleanup.
926
c18eec5c
RS
9272006-05-21 Richard Stallman <rms@gnu.org>
928
929 * syntax.texi (Parsing Expressions): Update info on which STATE
930 elements are ignored.
931
9300b310
LT
9322006-05-19 Luc Teirlinck <teirllm@auburn.edu>
933
86735b2d
LT
934 * hooks.texi (Standard Hooks): Correct typo.
935
9300b310
LT
936 * gpl.texi (GPL): ifinfo -> ifnottex.
937
75e3b957
EZ
9382006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
939
940 * searching.texi (Simple Match Data): Warn about match data being
941 set anew by every search.
942
0bcf8735
RS
9432006-05-17 Richard Stallman <rms@gnu.org>
944
945 * minibuf.texi (Minibuffer History): Clarify.
946
947 * searching.texi (Regexp Special): Clarify nested regexp warning.
948
b3abe3a5
KS
9492006-05-16 Kim F. Storm <storm@cua.dk>
950
951 * minibuf.texi (Minibuffer History): Update add-to-history.
952
bc20db55
KH
9532006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
954
955 * nonascii.texi (Explicit Encoding): Fix
956 typo (encoding<->decoding).
957
f31263a4
RS
9582006-05-14 Richard Stallman <rms@gnu.org>
959
46a2df8e
RS
960 * buffers.texi (Creating Buffers): Cleanup.
961
f31263a4
RS
962 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
963
1299a5a4
EZ
9642006-05-13 Eli Zaretskii <eliz@gnu.org>
965
642c61f3
EZ
966 * buffers.texi (Current Buffer): Document that with-temp-buffer
967 disables undo.
968
1299a5a4
EZ
969 * os.texi (Terminal-Specific): More accurate description of how
970 Emacs searches for the terminal-specific libraries.
971
61515a63
EZ
9722006-05-12 Eli Zaretskii <eliz@gnu.org>
973
b811ef49
EZ
974 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
975 emacs-xtra to @inforef's.
976
4a7910c7
EZ
977 * text.texi (Undo): Document that undo is turned off in buffers
978 whose names begin with a space.
979
980 * buffers.texi (Buffer Names): Add index entries for buffers whose
981 names begin with a space.
982 (Creating Buffers): Document that undo is turned off in buffers
983 whose names begin with a space.
984
f055e02c
EZ
985 * files.texi (Visiting Functions, Reading from Files)
986 (Saving Buffers): Mention code and EOL conversions by file I/O
987 primitives and subroutines.
988
0ef0b416
EZ
989 * nonascii.texi (Lisp and Coding Systems): Document
990 coding-system-eol-type. Add index entries for eol conversion.
991
61515a63
EZ
992 * display.texi (Defining Faces): Mention `mac', and add an xref to
993 where window-system is described.
994
e4c068c0
RS
9952006-05-10 Richard Stallman <rms@gnu.org>
996
997 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
998
31035927
RS
9992006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
1000
1001 * variables.texi (File Local Variables): Recommend to quote lambda
1002 expressions in safe-local-variable property.
1003
f12a0718
RS
10042006-05-09 Richard Stallman <rms@gnu.org>
1005
1006 * variables.texi (File Local Variables): Document
1007 safe-local-eval-forms and safe-local-eval-function.
1008
ed7e6c32
KS
10092006-05-07 Kim F. Storm <storm@cua.dk>
1010
1011 * minibuf.texi (Minibuffer History): Remove keep-dups arg
1012 from add-to-history.
1013
5a36d834
RF
10142006-05-07 Romain Francoise <romain@orebokech.com>
1015
1016 * commands.texi (Event Input Misc):
1017 * compile.texi (Eval During Compile):
1018 * internals.texi (Buffer Internals):
1019 * minibuf.texi (Initial Input):
1020 * nonascii.texi (Scanning Charsets):
1021 * numbers.texi (Comparison of Numbers):
1022 * windows.texi (Textual Scrolling, Vertical Scrolling):
1023 Fix various typos.
1024
fbc284f6
EZ
10252006-05-06 Eli Zaretskii <eliz@gnu.org>
1026
f53d2e87
EZ
1027 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
1028 conditional xref's to either emacs or emacs-xtra, depending on
1029 @iftex/@ifnottex.
1030
fbc284f6
EZ
1031 * minibuf.texi (Minibuffer History): Document add-to-history.
1032
3dfed653
EZ
10332006-05-05 Eli Zaretskii <eliz@gnu.org>
1034
1035 * internals.texi (Pure Storage): Mention the pure overflow message
1036 at startup.
1037
8e7a9a24
EZ
10382006-05-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1039
1040 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
1041 (Searching Keymaps): Fix pseudo-Lisp description of keymap
1042 search.
1043
d0789de9
RS
10442006-05-01 Richard Stallman <rms@gnu.org>
1045
1046 * intro.texi (nil and t): Clarify.
1047
1048 * variables.texi (File Local Variables): Suggest using booleanp.
1049
fc2cb772
JB
10502006-05-01 Juanma Barranquero <lekktu@gmail.com>
1051
1052 * objects.texi (Type Predicates): Fix typos.
1053
27c5714a
SM
10542006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * intro.texi (nil and t): Add booleanp.
1057
1058 * objects.texi (Type Predicates): Add links for booleanp and
1059 string-or-null-p.
1060
eadb9d45
RS
10612006-04-29 Richard Stallman <rms@gnu.org>
1062
27c5714a 1063 * modes.texi (Multiline Font Lock): Rename from
eadb9d45
RS
1064 Multi line Font Lock Elements. Much clarification.
1065 (Font Lock Multiline, Region to Fontify): Much clarification.
1066
7817e3d3
SM
10672006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * variables.texi (File Local Variables): Remove the special case t for
1070 safe-local-variable.
1071
8ac3a455
RS
10722006-04-26 Richard Stallman <rms@gnu.org>
1073
1074 * syntax.texi (Parsing Expressions): Minor cleanup.
1075
290e4aae
RS
10762006-04-18 Richard Stallman <rms@gnu.org>
1077
1078 * tips.texi (Coding Conventions): Explain when the package's
1079 prefix should appear later on (not at the start of the name).
1080
1081 * searching.texi (String Search): Clarify effect of NOERROR.
1082
1083 * modes.texi (Imenu): Clarify what special items do.
1084
1085 * hooks.texi (Standard Hooks): Delete text about old hook names.
1086
1e2b8ce5
RF
10872006-04-17 Romain Francoise <romain@orebokech.com>
1088
1089 * variables.texi (Local Variables): Update the default value of
1090 `max-specpdl-size'.
1091
51fa34bc
MB
10922006-04-15 Michael Olson <mwolson@gnu.org>
1093
1094 * processes.texi (Transaction Queues): Mention the new optional
1095 `delay-question' argument for `tq-enqueue'.
1096
61f32d39
BW
10972006-04-13 Bill Wohler <wohler@newt.com>
1098
1099 * customize.texi (Common Keywords): Use dotted notation for
9b7fa297 1100 :package-version value. Specify its values. Improve documentation
50b7bce0 1101 for customize-package-emacs-version-alist.
61f32d39 1102
4f8ed159
BW
11032006-04-12 Bill Wohler <wohler@newt.com>
1104
1105 * customize.texi (Common Keywords): Move description of
1106 customize-package-emacs-version-alist to @defvar.
1107
e5e864ab
BW
11082006-04-10 Bill Wohler <wohler@newt.com>
1109
1110 * customize.texi (Common Keywords): Add :package-version.
1111
6c230417
KS
11122006-04-10 Kim F. Storm <storm@cua.dk>
1113
1114 * text.texi (Buffer Contents): Add NOPROPS arg to
1115 filter-buffer-substring.
1116
d82eac8f
EZ
11172006-04-08 Kevin Ryde <user42@zip.com.au>
1118
1119 * os.texi (Command-Line Arguments): Update xref to emacs manual
1120 "Command Arguments" -> "Emacs Invocation", per change there.
1121
4f815b29
TTN
11222006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
1123
1124 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
1125 be on one line to help makeinfo not render two spaces after the dot.
1126
122c3009
RS
11272006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
1128
1129 * strings.texi (Predicates for Strings): Add string-or-null-p.
1130
da68bc3d
KS
11312006-03-28 Kim F. Storm <storm@cua.dk>
1132
1133 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
1134 remarks about systems that don't support fractional seconds.
1135
b223e22d
KB
11362006-03-25 Karl Berry <karl@gnu.org>
1137
fc2cb772 1138 * elisp.texi: Use @copyright{} instead of (C), and do not indent
b223e22d
KB
1139 the year list.
1140
b756c64c
NR
11412006-03-21 Nick Roberts <nickrob@snap.net.nz>
1142
1143 * display.texi (Fringe Indicators): Fix typos.
1144
fe3dca59
LT
11452006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1146
c287ad03 1147 * tips.texi (Documentation Tips): One can now also write `program'
fe3dca59
LT
1148 in front of a quoted symbol in a docstring to prevent making a
1149 hyperlink.
1150
e91d4202
AM
11512006-03-19 Alan Mackenzie <acm@muc.de>
1152
290e4aae 1153 * text.texi (Special Properties): Clarify `fontified' property.
e91d4202 1154
e8a5f60b
RS
11552006-03-16 Richard Stallman <rms@gnu.org>
1156
1157 * display.texi (Defining Images): Minor cleanup.
1158
486daaa5
BW
11592006-03-16 Bill Wohler <wohler@newt.com>
1160
1161 * display.texi (Defining Images): In image-load-path-for-library,
1162 prefer user's images.
1163
4ffc92c2
SM
11642006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1165
1166 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
1167
874a6ef8
BW
11682006-03-15 Bill Wohler <wohler@newt.com>
1169
1170 * display.texi (Defining Images): Fix example in
1171 image-load-path-for-library by not recommending that one binds
fc2cb772 1172 image-load-path. Just defvar it to placate compiler and only use
874a6ef8
BW
1173 it if previously defined.
1174
70949f30
BW
11752006-03-14 Bill Wohler <wohler@newt.com>
1176
1177 * display.texi (Defining Images): In image-load-path-for-library,
1178 always return list of directories. Update example.
1179
c852c516
AM
11802006-03-14 Alan Mackenzie <acm@muc.de>
1181
1182 * modes.texi: New node, "Region to Fontify" (for Font Lock).
1183 This describes font-lock-extend-region-function.
4ffc92c2 1184 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
c852c516
AM
1185 the new node "Region to Fontify".
1186
7cd3712b
RS
11872006-03-13 Richard Stallman <rms@gnu.org>
1188
1189 * display.texi (Invisible Text): The impossible position is
1190 now before the invisible text, not after.
1191 (Defining Images): Clean up last change.
1192
2c676341
BW
11932006-03-11 Bill Wohler <wohler@newt.com>
1194
1195 * display.texi (Defining Images): Add image-load-path-for-library.
1196
6f49b4c5
LT
11972006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1198
2d14c9bf
LT
1199 * text.texi (Adaptive Fill): Fix Texinfo usage.
1200
1201 * strings.texi (Creating Strings): Fix Texinfo usage.
1202
6f49b4c5
LT
1203 * searching.texi (Regexp Special): Use @samp for regular
1204 expressions that are not in Lisp syntax.
1205
fc1d3386
LT
12062006-03-08 Luc Teirlinck <teirllm@auburn.edu>
1207
1208 * searching.texi (Regexp Special): Put remark between parentheses
1209 to avoid misreading.
1210
7b2c2ca9
LT
12112006-03-07 Luc Teirlinck <teirllm@auburn.edu>
1212
1213 * searching.texi (Syntax of Regexps): More accurately describe
1214 which characters are special in which situations.
1215 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
1216 are not special. Describe in detail when `[' and `]' are special.
1217 (Regexp Backslash): Plenty of regexps with unbalanced square
1218 brackets are valid, so reword that statement.
1219
f79bc642
KS
12202006-03-02 Kim F. Storm <storm@cua.dk>
1221
1222 * keymaps.texi (Tool Bar): Add tool-bar-border.
1223
1d9a5237
LT
12242006-02-28 Luc Teirlinck <teirllm@auburn.edu>
1225
a86b01fa 1226 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 1227
2534ef94
LT
12282006-02-27 Luc Teirlinck <teirllm@auburn.edu>
1229
1230 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
1231
1232 * files.texi (Locating Files): Suggest additional values for the
1233 SUFFIXES arg of `locate-file'. Update pxref.
1234
1235 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
1236 (How Programs Do Loading): Discuss the effects of Auto Compression
1237 mode on `load'.
1238 (Load Suffixes): New node.
394e96d5 1239 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
1240 moved to "Load Suffixes".
1241 (Autoload, Named Features): Mention `load-suffixes'.
1242
dd9959da 12432006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
1244
1245 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
1246
1247 * windows.texi (Window Tree): Fix typo.
1248
49af2995
KS
12492006-02-20 Kim F. Storm <storm@cua.dk>
1250
1251 * display.texi (Fringe Indicators): New section.
1252 Move indicate-empty-lines, indicate-buffer-boundaries, and
1253 default-indicate-buffer-boundaries here.
1254 Add fringe-indicator-alist and default-fringes-indicator-alist.
1255 Add list of logical fringe indicator symbols.
1256 Update list of standard bitmap names.
1257 (Fringe Cursors): New section.
1258 Move overflow-newline-into-fringe here.
1259 Add fringe-cursor-alist and default-fringes-cursor-alist.
1260 Add list of fringe cursor symbols.
1261
58f71009
JB
12622006-02-20 Juanma Barranquero <lekktu@gmail.com>
1263
1264 * commands.texi (Using Interactive): Fix reference to node
1265 "Minibuffers".
1266
5498b6af
RS
12672006-02-19 Richard M. Stallman <rms@gnu.org>
1268
1269 * minibuf.texi (High-Level Completion):
1270 Add xref to read-input-method-name.
1271
1272 * files.texi (Relative File Names): Move file-relative-name here.
1273 (File Name Expansion): From here. Minor clarifications.
1274
1275 * commands.texi (Using Interactive): Add xrefs about reading input.
1276 Clarify remarks about that moving point and mark.
1277 Put string case before list case.
1278
43ce897a 12792006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68 1280
4ffc92c2
SM
1281 * display.texi (Other Display Specs, Image Descriptors):
1282 Revert erroneous changes. The previous description of
1283 image-descriptors as `(image . PROPS)' was correct.
b6498a68 1284
1324d26e
RS
12852006-02-14 Richard M. Stallman <rms@gnu.org>
1286
1287 * variables.texi (File Local Variables): Clarifications.
1288
0da93350
JB
12892006-02-14 Juanma Barranquero <lekktu@gmail.com>
1290
1291 * variables.texi (File Local Variables): Use @code for a cons
1292 cell, not @var.
1293
51a39bab
CY
12942006-02-13 Chong Yidong <cyd@stupidchicken.com>
1295
1296 * variables.texi (File Local Variables): Document new file local
1297 variable behavior.
1298
d342156c
KS
12992006-02-10 Kim F. Storm <storm@cua.dk>
1300
1301 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
1302
8392fe4a
JB
13032006-02-08 Juanma Barranquero <lekktu@gmail.com>
1304
1305 * modes.texi (%-Constructs): Remove obsolete info about
1306 `global-mode-string'.
1307
cd6cd82a
RS
13082006-02-07 Richard M. Stallman <rms@gnu.org>
1309
d78dc2d8
RS
1310 * commands.texi (Prefix Command Arguments): Minor cleanup.
1311
1312 * display.texi: "Graphical display", not window system.
1313
cd6cd82a
RS
1314 * functions.texi (What Is a Function): Fix xref.
1315
1316 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
1317 (Changing Key Bindings): Clarify when remapping is better than
1318 substitute-key-definition.
1319
13202006-02-02 Richard M. Stallman <rms@gnu.org>
1321
1322 * minibuf.texi (Basic Completion): Completion alists are risky.
1323
1324 * keymaps.texi (Active Keymaps): Clarifications.
1325 (Searching Keymaps): New node.
1326 (Keymaps): Update menu.
1327
1328 * frames.texi (Layout Parameters): Minor clarification.
1329 (Drag and Drop): New node.
1330 (Frames): Update menu.
1331
cf052abc
CY
13322006-01-29 Chong Yidong <cyd@stupidchicken.com>
1333
4ffc92c2
SM
1334 * display.texi (Other Display Specs, Image Descriptors):
1335 Image description is a list, not a cons cell.
cf052abc 1336
1f2907ee
LT
13372006-01-28 Luc Teirlinck <teirllm@auburn.edu>
1338
1339 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
1340 list is not necessarily a list).
1341
a849f77d
EZ
13422006-01-27 Eli Zaretskii <eliz@gnu.org>
1343
1344 * frames.texi (Layout Parameters): border-width and
1345 internal-border-width belong to the frame, not the window.
1346
d322eb9b
RS
13472006-01-19 Richard M. Stallman <rms@gnu.org>
1348
1349 * nonascii.texi (Translation of Characters): Search cmds use
1350 translation-table-for-input. Automatically made local.
1351
1352 * markers.texi (Overview of Markers): Count insertion type
1353 as one of a marker's attributes.
1354
cd6cd82a
RS
1355 * keymaps.texi (Controlling Active Maps): New node, split out of
1356 Active Keymaps.
1357 (Keymaps): Menu updated.
1358 (Active Keymaps): Give pseudocode to explain how the active
1359 maps are searched. current-active-maps and key-binding moved here.
1360 (Functions for Key Lookup): current-active-maps and key-binding moved.
1361 Clarifications.
1362 (Searching the Keymaps): New subnode.
1363
d322eb9b
RS
1364 * elisp.texi (Top): Menu clarification.
1365
1366 * display.texi (Other Display Specs): Delete duplicate entry for
1367 just a string as display spec. Move text about recursive display
1368 specs on such a string.
1369
1370 * commands.texi (Key Sequence Input): Clarify.
1371 Move num-nonmacro-input-events out.
1372 (Reading One Event): num-nonmacro-input-events moved here.
1373
2ac77b5a
NR
13742006-01-14 Nick Roberts <nickrob@snap.net.nz>
1375
1376 * advice.texi (Simple Advice): Update example to fit argument
1377 change in previous-line.
1378
a203a18c
RS
13792006-01-05 Richard M. Stallman <rms@gnu.org>
1380
1381 * markers.texi (The Mark): Fix in `mark'.
1382
d9043ddf
RS
13832006-01-04 Richard M. Stallman <rms@gnu.org>
1384
1385 * processes.texi (Misc Network, Make Network): Minor cleanups.
1386
8a5db8ae
KS
13872006-01-04 Kim F. Storm <storm@cua.dk>
1388
1389 * processes.texi (Make Network): Add IPv6 addresses and handling.
1390 (Network Feature Testing): Mention (:family ipv6).
1391 (Misc Network): Add IPv6 formats to format-network-address.
1392
19bb7940
RS
13932005-12-30 Richard M. Stallman <rms@gnu.org>
1394
1395 * text.texi (Changing Properties):
1396 Don't use return value of set-text-properties.
1397
b9cb50d9
LT
13982005-12-29 Luc Teirlinck <teirllm@auburn.edu>
1399
1400 * modes.texi (Mode Line Format): Correct typo in menu.
1401
94a867a6
RS
14022005-12-29 Richard M. Stallman <rms@gnu.org>
1403
1404 * modes.texi (Mode Line Top): New node.
1405 (Mode Line Data): Some text moved to new node.
1406 Explain the data structure more concretely.
1407 (Mode Line Basics): Clarifications.
1408 (Mode Line Variables): Clarify intro paragraph.
1409 (%-Constructs): Clarify intro paragraph.
1410 (Mode Line Format): Update menu.
1411
ba455131
LT
14122005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1413
1414 * minibuf.texi (Basic Completion): Update lazy-completion-table
1415 examples for removal of ARGS argument.
1416
2b6abe1e
RS
14172005-12-23 Richard M. Stallman <rms@gnu.org>
1418
1419 * text.texi (Undo): Restore some explanation from the version
1420 that was deleted.
1421
2d7409f2
EZ
14222005-12-23 Eli Zaretskii <eliz@gnu.org>
1423
abeb5483 1424 * text.texi (Undo): Remove duplicate descriptions of `apply
2d7409f2
EZ
1425 funname' and `apply delta' elements of the undo list.
1426
2e23b82e
RS
14272005-12-20 Richard M. Stallman <rms@gnu.org>
1428
1429 * help.texi (Help Functions): Update documentation of `apropos'.
1430
a31687ce
LT
14312005-12-20 Luc Teirlinck <teirllm@auburn.edu>
1432
1433 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1434 because it is confusing. If the :help-echo keyword is a function,
1435 it is not directly used as the :help-echo overlay property, as the
1436 xref seems to suggest (it does not take the appropriate args).
1437
0e83c4e9
LT
14382005-12-19 Luc Teirlinck <teirllm@auburn.edu>
1439
1440 * customize.texi (Common Keywords): Fix Texinfo usage.
1441 (Group Definitions, Variable Definitions): Update for new
1442 conventions for using `*' in docstrings.
77df907a
LT
1443
1444 * tips.texi (Documentation Tips): Update for new conventions for
1445 using `*' in docstrings.
1446
69487a1f
RS
14472005-12-16 Richard M. Stallman <rms@gnu.org>
1448
1449 * minibuf.texi (Minibuffer Contents): Minor cleanup.
1450
2a502a32
JL
14512005-12-16 Juri Linkov <juri@jurta.org>
1452
1453 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1454
b158c851
RF
14552005-12-14 Romain Francoise <romain@orebokech.com>
1456
1457 * modes.texi (Customizing Keywords): Rename `append' to `how'.
1458 Fix typo.
1459
d7d1f75e
JL
14602005-12-11 Juri Linkov <juri@jurta.org>
1461
1462 * minibuf.texi (Completion Commands): Add mention of read-file-name
1463 for filename completion keymaps.
1464 (Reading File Names): Add mention of filename completion keymaps
1465 for read-file-name and xref to `Completion Commands'.
1466
4b1c16c2
RS
14672005-12-10 Richard M. Stallman <rms@gnu.org>
1468
1469 * customize.texi (Common Keywords): State caveats for use of :tag.
1470
1d49d5d9
RS
14712005-12-08 Richard M. Stallman <rms@gnu.org>
1472
2663a204
RS
1473 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1474 with xrefs and better explanation.
1475 (Completion Commands): Add the filename completion maps.
1476
1d49d5d9
RS
1477 * objects.texi (Character Type): Clarify that \s is not space
1478 if a dash follows.
1479
fa0d4d0c
RS
14802005-12-05 Richard M. Stallman <rms@gnu.org>
1481
1482 * windows.texi (Resizing Windows): Delete preserve-before args.
1483
d64b177a
SM
14842005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1485
1486 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1487 in full keymaps, since the quirk has been fixed.
1488
79019cc9
EZ
14892005-12-03 Eli Zaretskii <eliz@gnu.org>
1490
1491 * hooks.texi (Standard Hooks): Add index entries. Mention
1492 `compilation-finish-functions'.
1493
161ef3be
RS
14942005-11-27 Richard M. Stallman <rms@gnu.org>
1495
1496 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1497
17c1971a
JL
14982005-11-21 Juri Linkov <juri@jurta.org>
1499
1500 * customize.texi (Common Keywords): Update links types
1501 custom-manual and url-link. Add link types emacs-library-link,
1502 file-link, function-link, variable-link, custom-group-link.
1503
5890344b
CY
15042005-11-20 Chong Yidong <cyd@stupidchicken.com>
1505
1506 * display.texi: Revert 2005-11-20 change.
1507
cbce0752
TTN
15082005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1509
1510 * processes.texi (Bindat Functions):
1511 Say "third" to refer to zero-based index "2".
1512
ff04c885
LT
15132005-11-18 Luc Teirlinck <teirllm@auburn.edu>
1514
1515 * loading.texi (Library Search): Update the default value of
1516 `load-suffixes'.
1517
ce8d4e00
CY
15182005-11-17 Chong Yidong <cyd@stupidchicken.com>
1519
1520 * display.texi (Attribute Functions): Mention :ignore-defface.
1521
cbad4a9e
SM
15222005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1523
1524 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 1525 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 1526
fda12b27
RS
15272005-11-06 Richard M. Stallman <rms@gnu.org>
1528
1529 * files.texi (Magic File Names): find-file-name-handler checks the
1530 `operations' property of the handler.
1531
e082564e
RS
15322005-11-03 Richard M. Stallman <rms@gnu.org>
1533
1534 * variables.texi (Frame-Local Variables): Small clarification.
1535
f0cdd9e4
CY
15362005-10-29 Chong Yidong <cyd@stupidchicken.com>
1537
1538 * os.texi (Init File): Document ~/.emacs.d/init.el.
1539
685abb98
RS
15402005-10-29 Richard M. Stallman <rms@gnu.org>
1541
1542 * internals.texi (Garbage Collection): Document memory-full.
1543
7000848e
BW
15442005-10-28 Bill Wohler <wohler@newt.com>
1545
1546 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1547 for URLs.
1548
107fb6c9
RS
15492005-10-28 Richard M. Stallman <rms@gnu.org>
1550
1551 * minibuf.texi (Completion Commands): Clean up prev change.
1552
15532005-10-26 Kevin Ryde <user42@zip.com.au>
1554
1555 * compile.texi (Eval During Compile): Explain recommended uses
1556 of eval-when-compile and eval-and-compile.
1557
1d8e69a2
MY
15582005-10-27 Masatake YAMATO <jet@gyve.org>
1559
cbad4a9e 1560 * minibuf.texi (Completion Commands):
1d8e69a2 1561 Write about new optional argument for `display-completion-list'.
cbad4a9e 1562
6a897887
RS
15632005-10-23 Richard M. Stallman <rms@gnu.org>
1564
1565 * display.texi (Overlay Arrow): Clarify about local bindings of
1566 overlay-arrow-position.
1567
6d1e17be
EZ
15682005-10-22 Eli Zaretskii <eliz@gnu.org>
1569
1570 * internals.texi (Building Emacs): Fix last change.
1571
db5fe0a6
RS
15722005-10-22 Richard M. Stallman <rms@gnu.org>
1573
1574 * internals.texi (Building Emacs): Document eval-at-startup.
1575
45158e77
RS
15762005-10-21 Richard M. Stallman <rms@gnu.org>
1577
1578 * loading.texi (Where Defined): load-history contains abs file names.
1579 symbol-file returns abs file names.
1580
e50165ec
KS
15812005-10-19 Kim F. Storm <storm@cua.dk>
1582
1583 * display.texi (Showing Images): Add max-image-size integer value.
1584
63ab30d0
CY
15852005-10-18 Chong Yidong <cyd@stupidchicken.com>
1586
1587 * display.texi (Showing Images): Document max-image-size.
1588
f8252852
RS
15892005-10-17 Richard M. Stallman <rms@gnu.org>
1590
1591 * commands.texi (Quitting): Minor clarification.
1592
1593 * processes.texi (Sentinels): Clarify about output and quitting.
1594 (Filter Functions): Mention with-local-quit.
1595
c1bed3aa
JL
15962005-10-17 Juri Linkov <juri@jurta.org>
1597
1598 * buffers.texi (Current Buffer):
1599 * commands.texi (Event Input Misc):
1600 * compile.texi (Eval During Compile, Compiler Errors):
1601 * customize.texi (Group Definitions):
1602 * display.texi (Progress, Defining Faces):
1603 * files.texi (Writing to Files):
1604 * modes.texi (Mode Hooks, Defining Minor Modes):
1605 * streams.texi (Output Functions):
1606 * syntax.texi (Syntax Table Functions):
1607 * text.texi (Change Hooks):
1608 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
1609
1610 * commands.texi (Quitting): Replace arg `forms' with `body' in
1611 `with-local-quit'.
1612
1613 * positions.texi (Excursions): Replace arg `forms' with `body' in
1614 `save-excursion'.
1615
ef1b4c9e
KS
16162005-10-08 Kim F. Storm <storm@cua.dk>
1617
1618 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
1619 Rename manual section accordingly.
1620
abc8ce50
KS
16212005-10-04 Kim F. Storm <storm@cua.dk>
1622
1623 * windows.texi (Window Split Tree): New section describing
1624 new function window-split-tree function.
1625
a1f5a1f0
NR
16262005-10-03 Nick Roberts <nickrob@snap.net.nz>
1627
1628 * display.texi (Fringe Size/Pos): Simplify and add detail.
1629
97c3e4cc
RF
16302005-09-30 Romain Francoise <romain@orebokech.com>
1631
1632 * minibuf.texi (High-Level Completion): Explain that the prompt
1633 given to `read-buffer' should end with a colon and a space.
1634 Update usage examples.
1635
8ad8c5ce
JL
16362005-09-29 Juri Linkov <juri@jurta.org>
1637
1638 * display.texi (Displaying Messages): Rename argument name
1639 `string' to `format-string' in functions `message', `message-box',
1640 `message-or-box'.
1641
63182706
CY
16422005-09-26 Chong Yidong <cyd@stupidchicken.com>
1643
fc2cb772 1644 * errors.texi (Standard Errors): Correct xrefs.
63182706 1645
906320ec
CY
16462005-09-18 Chong Yidong <cyd@stupidchicken.com>
1647
fc2cb772 1648 * display.texi (Defining Images): Update documentation for
906320ec
CY
1649 `image-load-path'.
1650
8ccd3630
RS
16512005-09-17 Richard M. Stallman <rms@gnu.org>
1652
1653 * display.texi (Defining Images): Clean up previous change.
1654
7260457b
RF
16552005-09-16 Romain Francoise <romain@orebokech.com>
1656
1657 * elisp.texi: Specify GFDL version 1.2.
1658
1659 * doclicense.texi (GNU Free Documentation License): Update to
1660 version 1.2.
1661
5b51c037
CY
16622005-09-15 Chong Yidong <cyd@stupidchicken.com>
1663
1664 * display.texi (Defining Images): Document `image-load-path'.
1665
5c4757d3
RS
16662005-09-15 Richard M. Stallman <rms@gnu.org>
1667
1668 * objects.texi (Printed Representation): Minor cleanup.
1669 (Box Diagrams): Minor fix.
1670 (Cons Cell Type): Move (...) index item here.
1671 (Box Diagrams): From here.
1672 (Array Type): Minor fix.
1673 (Type Predicates): Delete index "predicates".
1674 (Hash Table Type): Clarify xref.
1675 (Dotted Pair Notation): Minor fix.
1676
2bb8b80c
CY
16772005-09-10 Chong Yidong <cyd@stupidchicken.com>
1678
1679 * files.texi (Saving Buffers): Fix typo.
1680
47b8bc5d
RS
16812005-09-08 Richard M. Stallman <rms@gnu.org>
1682
1683 * tips.texi (Programming Tips): Correct the "default" prompt spec.
1684
475aab0d
CY
16852005-09-08 Chong Yidong <cyd@stupidchicken.com>
1686
1687 * locals.texi (Standard Buffer-Local Variables): Don't include
1688 mode variables for minor modes.
1689 Fix xrefs for buffer-display-count, buffer-display-table,
1690 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1691 enable-multibyte-characters, fill-column, header-line-format,
1692 left-fringe-width, left-margin, and right-fringe-width.
1693
1694 * hooks.texi (Standard Hooks): All hooks should conform to the
1695 standard naming convention now.
1696 Fix xref for `echo-area-clear-hook'.
1697
1698 * display.texi (Usual Display): Note that indicate-empty-lines and
1699 tab-width are buffer-local.
1700
1701 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1702
1703 * modes.texi (Mode Help): Note that major-mode is buffer-local.
1704
1705 * nonascii.texi (Encoding and I/O): Note that
1706 buffer-file-coding-system is buffer-local.
1707
1708 * positions.texi (List Motion): Note that defun-prompt-regexp is
1709 buffer-local.
1710
1711 * text.texi (Auto Filling): Note that auto-fill-function is
1712 buffer-local.
1713 (Undo): Note that buffer-undo-list is buffer-local.
1714
1715 * windows.texi (Buffers and Windows): Document
1716 buffer-display-count.
1717
2a6bc1f7
RS
17182005-09-06 Richard M. Stallman <rms@gnu.org>
1719
1720 * tips.texi (Coding Conventions): Sometimes it is ok to put the
1721 package prefix elsewhere than at the start of the name.
1722
d7ea8b71
RS
17232005-09-03 Richard M. Stallman <rms@gnu.org>
1724
1725 * tips.texi (Programming Tips): Add conventions for minibuffer
1726 questions and prompts.
1727
0c6087a6
RS
17282005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
1729
1730 * intro.texi (nil and t): Minor cleanup.
1731 Delete spurious mention of keyword symbols.
1732 (Evaluation Notation): Add index entry.
1733 (A Sample Function Description): Minor cleanup.
1734 (A Sample Variable Description): Not all vars can be set.
1735
4b5fa40e
TTN
17362005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
1737
1738 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1739
1740 (Insertion): Document precise type of `insert-char' arg COUNT.
1741
34b50776
SM
17422005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 * modes.texi (Other Font Lock Variables): Sync the default of
1745 font-lock-lines-before.
1746
c1105d05
MA
17472005-08-31 Michael Albinus <michael.albinus@gmx.de>
1748
1749 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1750
62929713
RS
17512005-08-29 Richard M. Stallman <rms@gnu.org>
1752
1753 * elisp.texi (Top): Update subnode menu.
1754
1755 * searching.texi (Searching and Matching): Move node.
1756 Rearrange contents and add overall explanation.
1757 (Searching and Case): Move node.
1758 (Searching and Matching): Update menu.
1759
0fb57cc0
EZ
17602005-08-27 Eli Zaretskii <eliz@gnu.org>
1761
1762 * os.texi (Startup Summary): Fix the description of the initial
1763 startup message display.
1764
3e80c4c1
RS
17652005-08-25 Richard M. Stallman <rms@gnu.org>
1766
1767 * searching.texi (Search and Replace): Add replace-regexp-in-string.
1768
17692005-08-25 Emilio C. Lopes <eclig@gmx.net>
1770
1771 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1772 `next-overlay-change' example.
c1105d05 1773
79a8defb
JL
17742005-08-22 Juri Linkov <juri@jurta.org>
1775
1776 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1777 Fix invert-face. Fix args of face-background.
1778
16691d29
JL
1779 * display.texi (Standard Faces): Delete node.
1780 (Faces): Add xref to `(emacs)Standard Faces'.
1781 (Displaying Faces): Fix xref to `Standard Faces'.
1782
1783 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1784
217b694f
EZ
17852005-08-20 Alan Mackenzie <acm@muc.de>
1786
1787 * buffers.texi (The Buffer List): Clarify the manipulation of the
1788 buffer list.
1789
0bf14bfd
RS
17902005-08-14 Richard M. Stallman <rms@gnu.org>
1791
7ad1498e
AS
1792 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1793 a regexp.
0bf14bfd 1794
c118d09e
RS
17952005-08-11 Richard M. Stallman <rms@gnu.org>
1796
59cb8c23
RS
1797 * elisp.texi (Top): Update subnode lists.
1798
1799 * display.texi (Inverse Video): Node deleted.
1800
c118d09e
RS
1801 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1802 New nodes split out of Coding Conventions.
1803
1804 * searching.texi (Regular Expressions): Document re-builder.
1805
1806 * os.texi (Time Parsing): New node split out of Time Conversion.
1807
1808 * processes.texi (Misc Network, Network Feature Testing)
1809 (Network Options, Make Network): New nodes split out of
1810 Low-Level Network.
1811
67ec7f41
RS
18122005-08-09 Richard M. Stallman <rms@gnu.org>
1813
76d47f0d
RS
1814 * frames.texi (Geometry): New node, split from Size and Position.
1815 (Frame Parameters): Refer to Geometry.
1816
67ec7f41 1817 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 1818
67ec7f41
RS
1819 * windows.texi (Splitting Windows): Fix xref.
1820
1821 * frames.texi (Layout Parameters): Add xref.
1822
1823 * display.texi (Line Height, Scroll Bars): Fix xrefs.
1824
1825 * keymaps.texi (Menu Bar): Fix xref.
1826
1827 * locals.texi (Standard Buffer-Local Variables): Fix xref.
1828
1829 * modes.texi (%-Constructs): Fix xref.
1830
1831 * frames.texi (Window Frame Parameters): Node split up.
1832 (Basic Parameters, Position Parameters, Size Parameters)
1833 (Layout Parameters, Buffer Parameters, Management Parameters)
1834 (Cursor Parameters, Color Parameters): New subnodes.
1835
adb5e445
LT
18362005-08-09 Luc Teirlinck <teirllm@auburn.edu>
1837
1838 * positions.texi (Screen Lines): Update xref for previous change
1839 in minibuf.texi.
1840
1841 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1842 change in minibuf.texi.
1843
61298e17
RS
18442005-08-09 Richard M. Stallman <rms@gnu.org>
1845
1846 * tips.texi (Coding Conventions): Minor cleanup.
1847
1848 * modes.texi (Defining Minor Modes): Explain when init-value
1849 can be non-nil.
1850
1851 * elisp.texi (Top): Update submenu for Minibuffer.
1852
1853 * minibuf.texi (Minibuffer Misc): Node split up.
1854 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1855 (Recursive Mini): New nodes split out from Minibuffer Misc.
1856 (Minibuffer Misc): Document max-mini-window-height.
1857
1858 * hash.texi (Defining Hash): Delete stray paren in example.
1859
1860 * display.texi (Echo Area Customization): Don't define
1861 max-mini-window-height here; xref instead.
1862
1863 * commands.texi (Event Input Misc): Update while-no-input.
1864
1865 * advice.texi (Advising Functions): Explain when to use advice
1866 and when to use a hook.
1867
43e124e6
EZ
18682005-07-30 Eli Zaretskii <eliz@gnu.org>
1869
1870 * makefile.w32-in (info): Don't run install-info.
1871 ($(infodir)/dir): New target, produced by running install-info.
1872
653aea22
LT
18732005-07-27 Luc Teirlinck <teirllm@auburn.edu>
1874
1875 * modes.texi (Defining Minor Modes): The keyword for the initial
1876 value is :init-value, not :initial-value.
1877
ba6ebbd5
EZ
18782005-07-23 Eli Zaretskii <eliz@gnu.org>
1879
1880 * loading.texi (Autoload): Make the `doctor' example be consistent
1881 with what's in current loaddefs.el. Describe the "fn" magic in
1882 the usage portion of the doc string.
1883
6696f2a4
RS
18842005-07-22 Richard M. Stallman <rms@gnu.org>
1885
1886 * internals.texi (Garbage Collection): Clarify previous change.
1887
0c17e67c
SM
18882005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
1889
1890 * internals.texi (Garbage Collection): Add gc-cons-percentage.
1891
426179e1
JL
18922005-07-18 Juri Linkov <juri@jurta.org>
1893
1894 * commands.texi (Accessing Events):
1895 * frames.texi (Text Terminal Colors, Resources):
1896 * markers.texi (The Mark):
1897 * modes.texi (Defining Minor Modes):
1898 Delete duplicate duplicate words.
1899
9b0c2c56
RS
19002005-07-16 Richard M. Stallman <rms@gnu.org>
1901
1902 * display.texi (Managing Overlays): Clarify make-overlay
1903 args for insertion types.
1904
fd90b80c
LT
19052005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1906
0c17e67c
SM
1907 * customize.texi (Variable Definitions):
1908 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
1909 `standard-value' is a list too.
1910 (Defining New Types): Use @key{RET} instead of @key{ret}.
1911
37aa90e5
TTN
19122005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
1913
1914 * os.texi (Translating Input): Fix typo.
1915
917e0c95
RS
19162005-07-08 Richard M. Stallman <rms@gnu.org>
1917
1918 * README: Update edition number and size estimate.
1919
1920 * elisp.texi (VERSION): Set to 2.9.
1921
7d90e71d
RS
19222005-07-07 Richard M. Stallman <rms@gnu.org>
1923
c330dafe
RS
1924 * book-spine.texinfo: Update Emacs version.
1925
7d90e71d
RS
1926 * display.texi (Inverse Video): Delete mode-line-inverse-video.
1927
dc2204be
RS
19282005-07-06 Richard M. Stallman <rms@gnu.org>
1929
1930 * searching.texi (Regexp Search): Clarify what re-search-forward
1931 does when the search fails.
1932
a0ec7a4a
LK
19332005-07-05 Lute Kamstra <lute@gnu.org>
1934
dc2204be 1935 * Update FSF's address in GPL notices.
a0ec7a4a
LK
1936
1937 * doclicense.texi (GNU Free Documentation License):
1938 * gpl.texi (GPL):
1939 * tips.texi (Coding Conventions, Library Headers):
1940 * vol1.texi:
1941 * vol2.texi: Update FSF's address.
1942
4af33176
RS
19432005-07-04 Richard M. Stallman <rms@gnu.org>
1944
1945 * hooks.texi (Standard Hooks): Add occur-hook.
1946
b3ab615b
LT
19472005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1948
1949 * display.texi (The Echo Area): Correct menu.
1950
3d393029
RS
19512005-07-03 Richard M. Stallman <rms@gnu.org>
1952
7fe48b75
RS
1953 * elisp.texi (Top): Update subnode menu for Display.
1954
1955 * display.texi (Displaying Messages): New node, with most
1956 of what was in The Echo Area.
1957 (Progress): Moved under The Echo Area.
1958 (Logging Messages): New node with new text.
1959 (Echo Area Customization): New node, the rest of what was
1960 in The Echo Area. Document message-truncate-lines with @defvar.
1961 (Display): Update menu.
1962
3d393029
RS
1963 * windows.texi (Textual Scrolling): Doc 3 values for
1964 scroll-preserve-screen-position.
1965
1966 * text.texi (Special Properties): Change hook functions
1967 should bind inhibit-modification-hooks around altering buffer text.
1968
1969 * keymaps.texi (Key Binding Commands): Call binding BINDING
1970 rather than DEFINITION.
1971
b26860ad
JB
19722005-06-29 Juanma Barranquero <lekktu@gmail.com>
1973
1974 * variables.texi (Defining Variables): `user-variable-p' returns t
1975 for aliases of user options, nil for alias loops.
1976
025691ed
RS
19772005-06-28 Richard M. Stallman <rms@gnu.org>
1978
1979 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
1980 make-keymap.
1981
b61bfa4d
LT
19822005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1983
1984 * variables.texi (Setting Variables): Correct and clarify
1985 description of `add-to-ordered-list'.
1986
24ee714d
RS
19872005-06-26 Richard M. Stallman <rms@gnu.org>
1988
1989 * display.texi (Faces): Minor cleanup.
1990
33b79ce4
LT
19912005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1992
1993 * display.texi (Faces): `facep' returns t for strings that are
1994 face names.
1995
df13531d
RS
19962005-06-25 Richard M. Stallman <rms@gnu.org>
1997
1998 * objects.texi (Equality Predicates): Clarify meaning of equal.
1999
2000 * windows.texi (Selecting Windows): save-selected-window
2001 and with-selected-window save and restore the current buffer.
2002
cf444441
RS
20032005-06-24 Richard M. Stallman <rms@gnu.org>
2004
2005 * numbers.texi (Float Basics): Explain how to test for NaN,
2006 and printing the sign of NaNs.
2007
6cdd056d
EZ
20082005-06-24 Eli Zaretskii <eliz@gnu.org>
2009
2010 * makefile.w32-in (MAKEINFO): Use --force.
2011
b93e3c3b
RS
20122005-06-23 Richard M. Stallman <rms@gnu.org>
2013
2014 * display.texi (Face Functions): Correct Texinfo usage.
2015
6fb276bd
LT
20162005-06-23 Luc Teirlinck <teirllm@auburn.edu>
2017
2018 * lists.texi (Rings): `ring-elements' now returns the elements of
2019 RING in order.
2020
1d1c7e75
JB
20212005-06-23 Juanma Barranquero <lekktu@gmail.com>
2022
2023 * markers.texi (The Mark): Texinfo usage fix.
2024
9d12e52b
KS
20252005-06-23 Kim F. Storm <storm@cua.dk>
2026
2027 * searching.texi (Entire Match Data): Remove evaporate option for
2028 match-data. Do not mention evaporate option for set-match-data.
2029
6d44324c
GM
20302005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2031
2032 * display.texi (Face Functions): Mention face aliases.
2033
80df27a7
RS
20342005-06-21 Richard M. Stallman <rms@gnu.org>
2035
2036 * anti.texi (Antinews): Texinfo usage fix.
2037
e121563b
KB
20382005-06-21 Karl Berry <karl@gnu.org>
2039
9d7d543c
KB
2040 * elisp.texi: Use @copying.
2041
e121563b
KB
2042 * elisp.texi: Put @summarycontents and @contents before the Top
2043 node, instead of the end of the file, so that the contents appear
2044 in the right place in the dvi/pdf output.
2045
36a3b076
JL
20462005-06-21 Juri Linkov <juri@jurta.org>
2047
2048 * display.texi (Defining Faces): Add `customized-face'.
2049
5c796e80
KS
20502005-06-20 Kim F. Storm <storm@cua.dk>
2051
b7d1f38f
KS
2052 * variables.texi (Setting Variables): Any type of element can be
2053 given order in add-to-ordered-list. Compare elements with eq.
2054
5c796e80
KS
2055 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
2056
fb056bef
KB
20572005-06-20 Karl Berry <karl@gnu.org>
2058
2059 * syntax.texi (Syntax Flags): Make last column very slightly wider
2060 to avoid "generic comment" breaking on two lines and causing an
2061 underfull box.
2062
84398baa
LT
20632005-06-19 Luc Teirlinck <teirllm@auburn.edu>
2064
2065 * lists.texi (Rings): Various minor clarifications and corrections.
2066
07ff1e4b
RS
20672005-06-18 Richard M. Stallman <rms@gnu.org>
2068
2069 * functions.texi (Obsolete Functions): Simplify.
2070
2071 * variables.texi (Variable Aliases): Simplify.
2072
2073 * anti.texi, backups.texi, compile.texi, customization.texi:
2074 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
2075 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
2076 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
2077 * variables.texi: Fix formatting ugliness.
2078
2079 * elisp.texi: Add links to Rings and Byte Packing.
2080 Update version and copyright years.
2081
2082 * minibuf.texi: Fix formatting ugliness.
2083 (Completion Commands): Move keymap vars to the end
2084 and vars completing-read binds to the top.
2085
3f7fab24
LT
20862005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2087
2088 * processes.texi: Fix typos.
2089 (Bindat Spec): Correct Texinfo error.
926c4c9b 2090 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 2091
f19b57e3
RS
20922005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
2093
2094 * lists.texi (Rings): New node.
2095 (Lists): Add it to menu.
2096
a80c5da7 2097 * processes.texi (Byte Packing): New node.
f19b57e3
RS
2098 (Processes): Add it to menu.
2099
21002005-06-17 Richard M. Stallman <rms@gnu.org>
2101
2102 * syntax.texi (Parsing Expressions): Fix texinfo usage.
2103
2104 * help.texi (Documentation Basics): Explain the xref to
2105 Documentation Tips.
2106
2107 * debugging.texi (Debugger Commands): Minor fix.
2108
67c1390d
LT
21092005-06-16 Luc Teirlinck <teirllm@auburn.edu>
2110
2111 * edebug.texi (Instrumenting): Eliminate duplicate link.
2112 (Specification List): Replace references to "below", referring to
2113 a later node, with one @ref to that node.
2114
2115 * os.texi (Timers): Timers should save and restore the match data
2116 if they change it.
2117
2118 * debugging.texi (Debugger Commands): Mention that the Lisp
2119 debugger can not step through primitive functions.
2120
51cd2a8c
JB
21212005-06-16 Juanma Barranquero <lekktu@gmail.com>
2122
2123 * functions.texi (Obsolete Functions): Update argument names of
2124 `make-obsolete' and `define-obsolete-function-alias'.
2125
2126 * variables.texi (Variable Aliases): Update argument names of
2127 `defvaralias', `make-obsolete-variable' and
2128 `define-obsolete-variable-alias'.
2129
f5e6ac4a
KS
21302005-06-15 Kim F. Storm <storm@cua.dk>
2131
2132 * searching.texi (Entire Match Data): Rephrase warnings about
2133 evaporate arg to match-data and set-match-data.
2134
fe2a9972
LT
21352005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2136
67774855
LT
2137 * elisp.texi (Top): Update detailed menu.
2138
fe2a9972
LT
2139 * edebug.texi (Edebug): Update menu.
2140 (Instrumenting): Update xrefs.
2141 (Edebug Execution Modes): Correct xref.
2142 (Jumping): Clarify description of `h' command.
2143 Eliminate redundant @ref.
2144 (Breaks): New node.
9b7fa297 2145 (Breakpoints): Is now a subsubsection.
fe2a9972
LT
2146 (Global Break Condition): Mention `C-x X X'.
2147 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
2148 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
2149 (Edebug Display Update): Correct pxref.
2150 (Edebug and Macros): New node.
2151 (Instrumenting Macro Calls): Is now a subsubsection.
2152 Neither arg of `def-edebug-spec' is evaluated.
2153 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
2154 (Specification Examples): Fix typo.
2155
b59f605b
LK
21562005-06-14 Lute Kamstra <lute@gnu.org>
2157
2158 * debugging.texi (Function Debugging): Primitives can break on
2159 entry too.
2160
a5c99dc9
KS
21612005-06-14 Kim F. Storm <storm@cua.dk>
2162
2163 * variables.texi (Setting Variables): Add add-to-ordered-list.
2164
f99ed2f8
SM
21652005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2166
2167 * syntax.texi (Parsing Expressions): Document aux functions and vars of
2168 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
2169
9d42ffaa
LK
21702005-06-13 Lute Kamstra <lute@gnu.org>
2171
2172 * text.texi (Special Properties): Fix cross reference.
2173
32cc0b00
LT
21742005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2175
2176 * debugging.texi (Function Debugging): Delete mention of empty
2177 string argument to `cancel-debug-on-entry'. Delete inaccurate
2178 description of the return value of that command.
2179
98d1a1cf
EZ
21802005-06-11 Alan Mackenzie <acm@muc.de>
2181
2182 * text.texi (Adaptive Fill): Amplify the description of
2183 fill-context-prefix.
2184
4b53b8d7
LT
21852005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2186
84398baa 2187 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 2188
b5305167
SM
21892005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2190
2191 * syntax.texi (Parsing Expressions): Document syntax-ppss.
2192
9bd4c3ad
LT
21932005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2194
2195 * debugging.texi (Error Debugging): Minor rewording.
2196 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
2197 is optional.
2198
257914aa
LK
21992005-06-10 Lute Kamstra <lute@gnu.org>
2200
b5305167 2201 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
2202 (Top): Give it a title. Correct version number. Give the
2203 detailed node listing a more prominent header.
b5305167
SM
2204 * intro.texi: Don't set VERSION here a second time.
2205 Mention Emacs's version too.
257914aa
LK
2206 * anti.texi (Antinews): Use EMACSVER to refer to the current
2207 version of Emacs.
2208
b7aae902
KS
22092005-06-09 Kim F. Storm <storm@cua.dk>
2210
2211 * searching.texi (Entire Match Data): Explain new `reseat' argument to
2212 match-data and set-match-data.
2213
99598737
RS
22142005-06-08 Richard M. Stallman <rms@gnu.org>
2215
2216 * searching.texi (Entire Match Data): Clarify when match-data
2217 returns markers and when integers.
2218
2219 * display.texi (Defining Faces): Explain that face name should not
2220 end in `-face'.
2221
2222 * modes.texi (Mode Line Data): Minor cleanup.
2223 (Customizing Keywords): Node split out of Search-based Fontification.
2224 Add example of using font-lock-add-keywords from a hook.
2225 Clarify when MODE should be non-nil, and when nil.
2226
22272005-06-06 Richard M. Stallman <rms@gnu.org>
2228
2229 * modes.texi (Mode Line Data): Explain what happens when the car
2230 of a list is a void symbol.
2231 (Search-based Fontification): Explain MODE arg to
2232 font-lock-add-keywords and warn about calls from major modes.
2233
ecc8893a
JL
22342005-06-08 Juri Linkov <juri@jurta.org>
2235
2236 * display.texi (Standard Faces): Add `shadow' face.
2237
7fa9f4eb
LT
22382005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2239
2240 * modes.texi (Major Mode Conventions): A derived mode only needs
2241 to put the call to the parent mode inside `delay-mode-hooks'.
2242
bebcc4b1
RS
22432005-05-29 Richard M. Stallman <rms@gnu.org>
2244
c16b1394
RS
2245 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
2246 new, and what that implies. Clarify.
2247
2248 * files.texi (Locating Files): Clean up the text.
2249
bebcc4b1
RS
2250 * frames.texi (Window Frame Parameters): Document user-size.
2251 Shorten entry for top by referring to left.
2252
22532005-05-26 Richard M. Stallman <rms@gnu.org>
2254
2255 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
2256 is new, and what the implications are. Other clarifications.
2257
217797bc
RS
22582005-05-24 Richard M. Stallman <rms@gnu.org>
2259
2260 * frames.texi (Dialog Boxes): Minor fixes.
2261
3565fe07
MY
22622005-05-25 Masatake YAMATO <jet@gyve.org>
2263
2264 * display.texi (Standard Faces): Write about `mode-line-highlight'.
2265
817089df
LT
22662005-05-24 Luc Teirlinck <teirllm@auburn.edu>
2267
2268 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
2269 is optional.
2270
cb5db137
NR
22712005-05-24 Nick Roberts <nickrob@snap.net.nz>
2272
2273 * frames.texi (Dialog Boxes): Descibe new optional argument.
2274
3c8572f5
LK
22752005-05-23 Lute Kamstra <lute@gnu.org>
2276
2277 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
2278 syntax-begin-function over font-lock-beginning-of-syntax-function.
2279
2a4d7cb3
LT
22802005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2281
71f800cf
LT
2282 * minibuf.texi (Reading File Names): Update description of
2283 `read-directory-name'.
2284
2a4d7cb3
LT
2285 * modes.texi (Derived Modes): Clarify :group keyword.
2286
bb4afd09
EZ
22872005-05-21 Eli Zaretskii <eliz@gnu.org>
2288
b5305167
SM
2289 * files.texi (Locating Files): New subsection.
2290 Describe locate-file and executable-find.
bb4afd09 2291
a2c9aee6
EZ
22922005-05-21 Kevin Ryde <user42@zip.com.au>
2293
2294 * frames.texi (Initial Parameters): Update cross reference to
2295 "Emacs Invocation".
2296
6900105f
LT
22972005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2298
ca1b0914
LT
2299 * keymaps.texi (Active Keymaps): Add anchor.
2300
6900105f
LT
2301 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
2302 (Major Mode Conventions): Refer to `Auto Major Mode' in more
2303 appropriate place.
2304 (Derived Modes): Small clarifications.
b5305167
SM
2305 (Minor Mode Conventions, Keymaps and Minor Modes):
2306 Replace references to nodes with references to anchors.
6900105f
LT
2307 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
2308 Clarify description of lists whose first element is an integer.
2309 (Mode Line Variables): Add anchor.
2310 (%-Constructs): Clarify description of integer after %.
2311 (Emulating Mode Line): Describe nil value for FACE.
2312
54d06364
LT
23132005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2314
2315 * modes.texi (Derived Modes): Correct references to non-existing
2316 variable standard-syntax-table.
2317
f8d0b769
LK
23182005-05-17 Lute Kamstra <lute@gnu.org>
2319
2320 * modes.texi (Defining Minor Modes): Mention the mode hook.
2321
294c599c
KS
23222005-05-15 Kim F. Storm <storm@cua.dk>
2323
2324 * processes.texi (Network): Remove open-network-stream-nowait.
2325 (Network Servers): Remove open-network-stream-server.
2326
4214af69
LT
23272005-05-15 Luc Teirlinck <teirllm@auburn.edu>
2328
2329 * elisp.texi (Top): Update detailed menu.
2330
2331 * variables.texi: Reorder nodes.
2332 (Variables): Update menu.
2333 (File Local Variables): Do not refer to the `-*-' line as
2334 a "local variables list". Add pxref.
2335
302691ab
LT
23362005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2337
56d4215a
LT
2338 * elisp.texi (Top): Update detailed menu for node changes.
2339
302691ab 2340 * modes.texi (Modes): Update Menu.
6db11765 2341 (Hooks): Move to beginning of chapter.
302691ab
LT
2342 Most minor modes run mode hooks too.
2343 `add-hook' can handle void hooks or hooks whose value is a single
2344 function.
2345 (Major Modes): Update Menu.
2346 (Major Mode Basics): New node, split off from `Major Modes'.
2347 (Major Mode Conventions): Correct xref. Explain how to handle
2348 auto-mode-alist if the major mode command has an autoload cookie.
2349 (Auto Major Mode): Major update. Add magic-mode-alist.
2350 (Derived Modes): Major update.
2351 (Mode Line Format): Update Menu.
2352 (Mode Line Basics): New node, split off from `Mode Line Format'.
2353
2354 * loading.texi (Autoload): Mention `autoload cookie' as synonym
2355 for `magic autoload comment'. Add index entries and anchor.
2356
d06ba294
RS
23572005-05-14 Richard M. Stallman <rms@gnu.org>
2358
2359 * tips.texi (Coding Conventions): Explain how important it is
2360 that just loading certain files not change Emacs behavior.
2361
2362 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
2363
405cb12a
LK
23642005-05-12 Lute Kamstra <lute@gnu.org>
2365
19958124
LK
2366 * modes.texi (Generic Modes): Update.
2367 (Major Modes): Refer to node "Generic Modes".
2368
405cb12a
LK
2369 * elisp.texi (Top): Update to the current structure of the manual.
2370 * processes.texi (Processes): Add menu description.
2371 * customize.texi (Customization): Add menu descriptions.
2372
f714dd1b
TTN
23732005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2374
cc9442f2
TTN
2375 * processes.texi (Signals to Processes)
2376 (Low-Level Network): Fix typos.
f714dd1b 2377
36ad23ec
LK
23782005-05-11 Lute Kamstra <lute@gnu.org>
2379
2380 * elisp.texi (Top): Add some nodes from the chapter "Major and
2381 Minor Modes" to the detailed node listing.
2382
d101bf56
RS
23832005-05-10 Richard M. Stallman <rms@gnu.org>
2384
2385 * keymaps.texi (Extended Menu Items): Menu item filter functions
2386 can be called at any time.
2387
698b0510
LT
23882005-05-08 Luc Teirlinck <teirllm@auburn.edu>
2389
2390 * variables.texi (File Local Variables): `(hack-local-variables t)'
2391 now also checks whether a mode is specified in the local variables
2392 list.
2393
2c6b25c7
EZ
23942005-05-05 Kevin Ryde <user42@zip.com.au>
2395
2396 * display.texi (The Echo Area): Correct format function cross
2397 reference.
2398
643b4cf5
LT
23992005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2400
2401 * variables.texi (Variable Aliases): Change description of
2402 `define-obsolete-variable-alias'.
2403
2404 * functions.texi (Functions): Add "Obsolete Functions" to menu.
2405 (Defining Functions): Add xref.
2406 (Obsolete Functions): New node.
2407 (Function Safety): Standardize capitalization of section title.
2408
2409 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2410 (Dialog Boxes): Complete description of `x-popup-dialog'.
2411
053bc8e4
RS
24122005-05-04 Richard M. Stallman <rms@gnu.org>
2413
2414 * commands.texi (Interactive Codes): Fix Texinfo usage.
2415 Document U more clearly.
2416
f6b1b15a
LT
24172005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2418
3b925015
LT
2419 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2420 function and not a macro.
2421
f6b1b15a
LT
2422 * frames.texi (Pop-Up Menus): Correct and clarify description of
2423 `x-popup-menu'.
2424 (Dialog Boxes): Clarify description of `x-popup-dialog'.
2425
ebbfa918
RS
24262005-05-01 Richard M. Stallman <rms@gnu.org>
2427
2428 * edebug.texi (Checking Whether to Stop): Fix previous change.
2429
abe2f96e
LT
24302005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2431
d6028ef2
LT
2432 * display.texi: Fix typos and Texinfo usage.
2433
abe2f96e
LT
2434 * edebug.texi (Checking Whether to Stop): executing-macro ->
2435 executing-kbd-macro.
2436
b2cfb30b
RS
24372005-05-01 Richard M. Stallman <rms@gnu.org>
2438
2439 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2440
7e995a23
RS
24412005-04-30 Richard M. Stallman <rms@gnu.org>
2442
2443 * files.texi (Magic File Names): Document `operations' property.
2444
57efa539
LK
24452005-04-29 Lute Kamstra <lute@gnu.org>
2446
2447 * modes.texi (Generic Modes): New node.
2448 (Major Modes): Add it to the menu.
2449 (Derived Modes): Add "derived mode" to concept index.
2450
0a20b1dc
LK
24512005-04-28 Lute Kamstra <lute@gnu.org>
2452
2453 * modes.texi (Defining Minor Modes): Fix previous change.
2454 (Font Lock Mode): Simplify.
2455 (Font Lock Basics): Say that font-lock-defaults is buffer-local
2456 when set and that some parts are optional. Add cross references.
2457 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
2458 Add cross references. Add font-lock-multiline to index.
2459 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 2460 Lock Variables". Document font-lock-add-keywords and
b5305167 2461 font-lock-remove-keywords.
0a20b1dc
LK
2462 (Other Font Lock Variables): Move font-lock-keywords-only,
2463 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2464 and font-lock-syntactic-face-function to node "Syntactic Font
2465 Lock". Move font-lock-keywords-case-fold-search to node
2466 "Search-based Fontification". Document font-lock-inhibit-thing-lock
2467 and font-lock-{,un}fontify-{buffer,region}-function.
2468 (Precalculated Fontification): Remove reference to deleted variable
2469 font-lock-core-only.
2470 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2471 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
2472 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2473 and font-lock-syntactic-face-function here from node "Other Font
2474 Lock Variables". Move font-lock-syntactic-keywords to "Setting
2475 Syntax Properties". Add cross references.
b5305167
SM
2476 (Setting Syntax Properties): New node.
2477 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
2478 * syntax.texi (Syntax Properties): Add cross reference.
2479 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2480
68a94f5a
RS
24812005-04-26 Richard M. Stallman <rms@gnu.org>
2482
2483 * display.texi (Defining Faces):
2484 Document `default' elements of defface spec.
2485
2486 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2487
2488 * variables.texi (Variable Aliases): Clarify text.
2489
24902005-04-25 Chong Yidong <cyd@stupidchicken.com>
2491
2492 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2493
7f48f143
LT
24942005-04-25 Luc Teirlinck <teirllm@auburn.edu>
2495
2496 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2497
45d2f8e8
EZ
24982005-04-24 Eli Zaretskii <eliz@gnu.org>
2499
f3714ab2
EZ
2500 * syntax.texi (Syntax Table Internals): Elaborate documentation of
2501 syntax-after and syntax-class.
2502
45d2f8e8 2503 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
2504 (Unique File Names): Don't mention "numbers" in the documentation
2505 of make-temp-file and make-temp-name.
45d2f8e8 2506
469bc679
RS
25072005-04-23 Richard M. Stallman <rms@gnu.org>
2508
2509 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2510
c9fa5dc9
RS
25112005-04-22 Nick Roberts <nickrob@snap.net.nz>
2512
2513 * windows.texi (Cyclic Window Ordering): Clarify window-list.
2514
230e1e80
NR
25152005-04-22 Nick Roberts <nickrob@snap.net.nz>
2516
2517 * variables.texi (Variable Aliases): Describe make-obsolete-variable
2518 and define-obsolete-variable-alias.
2519
1ba52906
KS
25202005-04-22 Kim F. Storm <storm@cua.dk>
2521
2522 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2523 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2524
9721d904
LK
25252005-04-21 Lute Kamstra <lute@gnu.org>
2526
2527 * lists.texi (Association Lists): Document rassq-delete-all.
2528
ed35c736
RS
25292005-04-19 Richard M. Stallman <rms@gnu.org>
2530
2531 * modes.texi (Search-based Fontification): Explain that
2532 facespec is an expression to be evaluated.
2533
42fc00a4
RS
25342005-04-19 Kevin Ryde <user42@zip.com.au>
2535
b5305167 2536 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
2537 * strings.texi (String Conversion): Fix xref.
2538
5827e9d4
KS
25392005-04-19 Kim F. Storm <storm@cua.dk>
2540
2541 * symbols.texi (Symbol Plists): Add safe-get.
2542 Mention that `get' may signal an error.
2543
47872da9
NR
25442005-04-18 Nick Roberts <nickrob@snap.net.nz>
2545
2546 * customize.texi (Variable Definitions): Replace tooltip-mode
2547 example with save-place.
2548
ec0cf966
RS
25492005-04-17 Richard M. Stallman <rms@gnu.org>
2550
2551 * buffers.texi (Indirect Buffers): Clarify.
2552
2553 * positions.texi (Positions): Clarify converting marker to integer.
2554
2555 * strings.texi (String Basics): Mention string-match; clarify.
2556
199bb209
LK
25572005-04-08 Lute Kamstra <lute@gnu.org>
2558
2559 * modes.texi (Search-based Fontification): Fix cross references.
2560 Use consistent terminology. Document anchored highlighting.
2561
bfa54668
LK
25622005-04-05 Lute Kamstra <lute@gnu.org>
2563
2564 * modes.texi (Defining Minor Modes): Document :group keyword
2565 argument and its default value.
2566
07e5fb9e
LK
25672005-04-03 Lute Kamstra <lute@gnu.org>
2568
2569 * hooks.texi (Standard Hooks): Add some hooks. Add cross
2570 references and/or descriptions. Delete major mode hooks; mention
2571 them as a category instead. Rename or delete obsolete hooks.
2572
aa945b59
RS
25732005-04-02 Richard M. Stallman <rms@gnu.org>
2574
2575 * nonascii.texi (Coding System Basics): Another wording cleanup.
2576
8b918214
RS
25772005-04-01 Richard M. Stallman <rms@gnu.org>
2578
2579 * nonascii.texi (Coding System Basics): Clarify previous change.
2580
41639988
KH
25812005-04-01 Kenichi Handa <handa@m17n.org>
2582
2583 * nonascii.texi (Coding System Basics): Describe about rondtrip
2584 identity of coding systems.
2585
8e669bbd
RS
25862005-03-29 Chong Yidong <cyd@stupidchicken.com>
2587
2588 * text.texi (Buffer Contents): Add filter-buffer-substring and
2589 buffer-substring-filters.
2590
f60a6f87
RS
25912005-03-26 Chong Yidong <cyd@stupidchicken.com>
2592
2593 * anti.texi (Antinews): Mention `G' interactive code.
2594
2595 * tips.texi (Compilation Tips): Mention benchmark.el.
2596
aaac1251
LT
25972005-03-27 Luc Teirlinck <teirllm@auburn.edu>
2598
2599 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
2600 is now bound to M-o M-o.
2601
2602 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
2603
45325173
GM
26042005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
2605
2606 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
2607 in the Emacs Manual).
2608 * Makefile.in (srcs): Remove calendar.texi.
2609 * makefile.w32-in (srcs): Remove calendar.texi.
2610 * display.texi (Display): Change name of next node.
2611 * os.texi (System In): Change name of previous node.
2612 * elisp.texi (Top): Remove Calendar references.
2613 * vol1.texi (Top): Remove Calendar references.
2614 * vol2.texi (Top): Remove Calendar references.
2615
85df292e
RS
26162005-03-25 Richard M. Stallman <rms@gnu.org>
2617
45325173 2618 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
2619 Cleanup previous change.
2620
26212005-03-25 Chong Yidong <cyd@stupidchicken.com>
2622
2623 * display.texi (Face Attributes): Faces earlier in an :inherit
2624 list take precedence.
2625 (Scroll Bars): Fix description of vertical-scroll-bars.
2626 Document frame-current-scroll-bars and window-current-scroll-bars.
2627
2628 * markers.texi (The Mark): Document temporary Transient Mark mode.
2629
b5305167
SM
2630 * minibuf.texi (Reading File Names):
2631 Document read-file-name-completion-ignore-case.
85df292e
RS
2632
2633 * positions.texi (Screen Lines): Document nil for width argument
2634 to compute-motion.
2635
1fe54d69
KS
26362005-03-23 Kim F. Storm <storm@cua.dk>
2637
2638 * display.texi (Standard Faces): Other faces used in the fringe
2639 implicitly inherits from the fringe face.
2640 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
2641 properties implicitly inherits from fringe face.
2642 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
2643
a775dff4
RS
26442005-03-20 Chong Yidong <cyd@stupidchicken.com>
2645
2646 * display.texi (Invisible Text): State default value of
2647 line-move-ignore-invisible.
2648 (Managing Overlays): Document remove-overlays.
2649 (Standard Faces): Document escape-glyph face.
2650
b5305167 2651 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 2652
b5305167
SM
2653 * modes.texi (Other Font Lock Variables):
2654 Document font-lock-lines-before.
a775dff4
RS
2655
2656 * positions.texi (Skipping Characters): skip-chars-forward allows
2657 character classes.
2658
077f7085
LK
26592005-03-18 Lute Kamstra <lute@gnu.org>
2660
2661 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
2662
d69ea7ab
RS
26632005-03-17 Richard M. Stallman <rms@gnu.org>
2664
c7bd5d57
RS
2665 * text.texi (Undo): Document extensible undo entries.
2666
d69ea7ab
RS
2667 * searching.texi (String Search, Regexp Search, Regexp Search):
2668 Cleanups.
2669
2670 * nonascii.texi (Character Codes): Minor fix.
2671
2672 * display.texi (Display Property): Explain the significance
2673 of having text properties that are eq.
2674 (Other Display Specs): Explain string as display spec.
2675
2676 * commands.texi (Interactive Codes): Document G option.
2677
26782005-03-17 Chong Yidong <cyd@stupidchicken.com>
2679
2680 * text.texi (Filling): Add sentence-end-without-period and
2681 sentence-end-without-space.
2682 (Changing Properties): Minor fix.
2683
2684 * anti.texi: Total rewrite.
2685
a7679889
LK
26862005-03-15 Lute Kamstra <lute@gnu.org>
2687
2688 * edebug.texi (Instrumenting Macro Calls): Fix typos.
2689
6eb8e247
KS
26902005-03-08 Kim F. Storm <storm@cua.dk>
2691
2692 * display.texi (Specified Space): Property :width is support on
2693 non-graphic terminals, :height is not.
2694
bfa8be14
RS
26952005-03-07 Richard M. Stallman <rms@gnu.org>
2696
2697 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2698 Now subnodes of Fringes.
2699 (Overlay Arrow): Document overlay-arrow-variable-list.
2700 (Fringe Size/Pos): New node, broken out of Fringes.
2701 (Display): Explain clearing vs redisplay better.
2702 (Truncation): Clarify use of bitmaps.
2703 (The Echo Area): Clarify the uses of the echo area.
2704 Add max-mini-window-height.
2705 (Progress): Clarify.
2706 (Invisible Text): Explain that main loop moves point out.
2707 (Selective Display): Say "hidden", not "invisible".
b5305167 2708 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
2709 (Overlay Properties): Clarify intro.
2710 (Finding Overlays): Explain return values when nothing found.
2711 (Width): truncate-string-to-width has added arg.
2712 (Displaying Faces): Clarify and update mode line face handling.
2713 (Face Functions): Minor cleanup.
b5305167 2714 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
2715 (Pixel Specification, Other Display Specs): Minor cleanups.
2716 (Images, Image Descriptors): Minor cleanups.
2717 (GIF Images): Patents have expired.
2718 (Showing Images): Explain default text for insert-image.
b5305167 2719 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
2720 (Making Buttons): Explain return values.
2721 (Button Buffer Commands): Add xref.
2722 (Inverse Video): Update mode-line-inverse-video.
2723 (Display Table Format): Clarify.
2724 (Active Display Table): Give defaults for window-display-table.
2725
2726 * calendar.texi (Calendar Customizing): calendar-holiday-marker
2727 and calendar-today-marker are strings, not chars.
2728 (Holiday Customizing): Minor fix.
2729
bfa8be14
RS
2730 * internals.texi (Writing Emacs Primitives): Update `or' example.
2731 Update limit on # args of subr.
2732
2733 * edebug.texi (Using Edebug): Arrow is in fringe.
2734 (Instrumenting): Arg to eval-defun works without loading edebug.
2735 (Edebug Execution Modes): Add xref.
2736
2737 * customize.texi (Common Keywords): Clarify :require.
2738 Mention :version here.
2739 (Variable Definitions, Group Definitions): Not here.
2740 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2741
d69ea7ab
RS
27422005-03-07 Chong Yidong <cyd@stupidchicken.com>
2743 * nonascii.texi (Text Representations): Clarify position-bytes.
2744 (Character Sets): Add list-charset-chars.
2745 (Scanning Charsets): Add charset-after.
2746 (Encoding and I/O): Minor fix.
2747
34398e6c
RS
27482005-03-06 Richard M. Stallman <rms@gnu.org>
2749
2750 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2751 (Resizing Windows): Likewise.
2752
2753 * text.texi (Change Hooks): Get rid of "Emacs 21".
2754
2755 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2756
2757 * streams.texi (Output Variables): Get rid of "Emacs 21".
2758
2759 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2760
2761 * os.texi (Translating Input): Replace flow-control example
2762 with a less obsolete example that uses `keyboard-translate'.
2763
6eb8e247 2764 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 2765 Get rid of "Emacs 21".
6eb8e247 2766
34398e6c
RS
2767 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2768 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2769
2770 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2771
2772 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2773
2774 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2775 (Menu Bar): Fix when menu-bar-update-hook is called.
2776
2777 * hash.texi (Hash Tables): Get rid of "Emacs 21".
2778
2779 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2780 and make it read better.
2781
2782 * files.texi (Writing to Files): Get rid of "Emacs 21".
2783 (Unique File Names): Likewise.
2784
2785 * elisp.texi: Update Emacs version to 22.
2786
2787 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2788 (Overlay Properties, Face Attributes): Likewise.
2789 (Managing Overlays): Fix punctuation.
2790 (Attribute Functions): Clarify set-face-font; get rid of
2791 info about old Emacs versions.
2792 (Auto Faces, Font Lookup, Display Property, Images):
2793 Get rid of "Emacs 21".
2794
2795 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2796
d2178387
RS
27972005-03-05 Richard M. Stallman <rms@gnu.org>
2798
2799 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2800
524352d6
LK
28012005-03-04 Lute Kamstra <lute@gnu.org>
2802
2803 * debugging.texi (Error Debugging): Document stack-trace-on-error.
2804
28052005-03-03 Lute Kamstra <lute@gnu.org>
2806
2807 * edebug.texi (Instrumenting Macro Calls): Fix typo.
2808
284f0680
LK
28092005-03-01 Lute Kamstra <lute@gnu.org>
2810
2811 * debugging.texi (Debugger Commands): Update `j'.
2812
a9ee5cac
LK
28132005-02-28 Lute Kamstra <lute@gnu.org>
2814
2815 * debugging.texi (Debugging): Fix typo.
2816 (Error Debugging): Document eval-expression-debug-on-error.
2817 (Function Debugging): Update example.
2818 (Using Debugger): Mention starred stack frames.
2819 (Debugger Commands): Document `j' and `l'.
2820 (Invoking the Debugger): `d' and `j' exit recursive edit too.
2821 Update the messages that the debugger displays.
2822 (Internals of Debugger): Add cross reference. Update example.
2823 (Excess Open): Minor improvement.
2824 (Excess Close): Minor improvement.
2825
378d0f8e
RS
28262005-02-26 Richard M. Stallman <rms@gnu.org>
2827
2828 * tips.texi (Coding Conventions): Clarify.
2829 Put all the major mode key reservations together.
2830 Mention the Mouse-1 => Mouse-2 conventions.
2831
2832 * syntax.texi (Syntax Class Table): Clarify.
2833 (Syntax Table Functions): syntax-after moved from here.
2834 (Syntax Table Internals): syntax-after moved to here.
2835 (Parsing Expressions): Update info on number of values
2836 and what's meaningful in the STATE argument.
2837 (Categories): Fix typo.
2838
2839 * sequences.texi (Arrays): Cleanup.
2840 (Char-Tables): Clarify.
2841
2842 * processes.texi (Deleting Processes): Cleanups, add xref.
2843 (Subprocess Creation): Explain nil in exec-path. Cleanup.
2844 (Process Information): set-process-coding-system, some args optional.
2845 (Input to Processes): Explain various types for PROCESS args.
2846 Rename them from PROCESS-NAME to PROCESS.
2847 (Signals to Processes): Likewise.
2848 (Decoding Output): Cleanup.
2849 (Query Before Exit): Clarify.
2850
2851 * os.texi (Startup Summary): Correct the options; add missing ones.
2852 (Terminal Output, Batch Mode): Clarify.
2853 (Flow Control): Node deleted.
2854
2855 * markers.texi (The Mark): Clarify.
2856
2857 * macros.texi (Expansion): Cleanup.
2858 (Indenting Macros): indent-spec allows ints, not floats.
2859
2860 * keymaps.texi (Keymaps): Clarify.
2861 (Format of Keymaps): Update lisp-mode-map example.
2862 (Active Keymaps, Key Lookup): Clarify.
2863 (Changing Key Bindings): Add xref to `kbd'.
2864 (Key Binding Commands, Simple Menu Items): Clarify.
2865 (Mouse Menus, Menu Bar): Clarify.
2866 (Menu Example): Replace print example with menu-bar-replace-menu.
2867
2868 * help.texi (Documentation Basics): Add function-documentation prop.
2869
2870 * elisp.texi (Top): Don't refer to Flow Control node.
2871
2872 * commands.texi (Command Overview): Improve xrefs.
2873 (Adjusting Point): Adjusting point applies to intangible and invis.
2874 (Key Sequence Input): Doc extra read-key-sequence args.
2875 Likewise for read-key-sequence-vector.
2876
2877 * backups.texi (Rename or Copy): Minor fix.
2878 (Numbered Backups): For version-control, say the default.
2879 (Auto-Saving): make-auto-save-file-name example is simplified.
2880
2881 * advice.texi (Advising Functions): Don't imply one part of Emacs
2882 should advise another part. Markup changes.
2883 (Defining Advice): Move transitional para.
2884 (Activation of Advice): Cleanup.
2885 Explain if COMPILE is nil or negative.
2886
2887 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2888
2e20c83d
LK
28892005-02-24 Lute Kamstra <lute@gnu.org>
2890
2891 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2892 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2893
65c492fd
LK
28942005-02-23 Lute Kamstra <lute@gnu.org>
2895
b02c3eed
LK
2896 * modes.texi (Defining Minor Modes): define-minor-mode can be used
2897 to define global minor modes as well.
2898
65c492fd
LK
2899 * display.texi (Managing Overlays): overlay-buffer returns nil for
2900 deleted overlays.
2901
b686dd59
KS
29022005-02-22 Kim F. Storm <storm@cua.dk>
2903
2904 * minibuf.texi (Basic Completion): Allow symbols in addition to
2905 strings in try-completion and all-completions.
2906
23e8c095
LK
29072005-02-14 Lute Kamstra <lute@gnu.org>
2908
2909 * elisp.texi (Top): Remove reference to deleted node.
2910
2911 * lists.texi (Lists): Remove reference to deleted node.
2912 (Cons Cells): Fix typo.
2913
2914 * loading.texi (Where Defined): Fix typo.
2915
134948fc
RS
29162005-02-14 Richard M. Stallman <rms@gnu.org>
2917
2918 * variables.texi (Creating Buffer-Local): change-major-mode-hook
2919 is useful for discarding some minor modes.
2920
2921 * symbols.texi (Symbol Components): Reorder examples.
2922
2923 * streams.texi (Input Functions): State standard-input default.
2924 (Output Variables): State standard-output default.
2925
2926 * objects.texi (Printed Representation): Clarify read syntax vs print.
2927 (Floating Point Type): Explain meaning better.
2928 (Symbol Type): Explain uniqueness better.
2929 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
2930 List examples sooner.
2931 (Box Diagrams): New subnode broken out.
2932 Some examples moved from old Lists as Boxes node.
2933 (Dotted Pair Notation): Clarify intro.
2934 (Array Type): Clarify.
2935 (Type Predicates): Add hash-table-p.
2936
2937 * numbers.texi (Integer Basics): Clarify radix explanation.
2938 (Predicates on Numbers): Minor clarification.
2939 (Comparison of Numbers): Minor clarification. Clarify eql.
2940 Typos in min, max.
2941 (Math Functions): Clarify overflow in expt.
2942
2943 * minibuf.texi (Text from Minibuffer): Minor clarification.
2944 Mention arrow keys.
2945
2946 * loading.texi (Autoload): defun's doc string overrides autoload's
2947 doc string.
2948 (Repeated Loading): Modernize "add to list" examples.
2949 (Where Defined): Finish updating table of load-history elts.
2950
2951 * lists.texi (List-related Predicates): Minor wording improvement.
2952 (Lists as Boxes): Node deleted.
2953 (Building Lists): Explain trivial cases of number-sequence.
2954
2955 * hash.texi (Hash Tables): Add desc to menu items.
2956 (Creating Hash): Expain "full" means "make larger",
2957 (Hash Access): Any object can be a key.
2958 State value of maphash.
2959
2960 * functions.texi (What Is a Function): Wording cleanup.
2961 (Function Documentation): Minor cleanup.
2962 Explain purpose of calling convention at end of doc string.
2963 (Function Names): Wording cleanup.
2964 (Calling Functions): Wording cleanup.
2965 Explain better how funcall calls the function.
2966 (Function Cells): Delete example of saving and redefining function.
2967
2968 * control.texi (Combining Conditions): Wording cleanup.
2969 (Iteration): dolist and dotimes bind VAR locally.
2970 (Cleanups): Xref to Atomic Changes.
2971
2972 * compile.texi (Byte Compilation): Delete 19.29 info.
2973 (Compilation Functions): Macros' difficulties don't affect defsubst.
2974 (Docs and Compilation): Delete 19.29 info.
2975
44291460
RS
29762005-02-10 Richard M. Stallman <rms@gnu.org>
2977
2978 * objects.texi (Symbol Type): Minor correction.
2979
1f9ad95a
LK
29802005-02-06 Lute Kamstra <lute@gnu.org>
2981
2982 * modes.texi (Example Major Modes): Fix typos.
2983
ba2c991c
RS
29842005-02-06 Richard M. Stallman <rms@gnu.org>
2985
2986 * text.texi (Margins): fill-nobreak-predicate can be one function.
2987
2988 * strings.texi (Modifying Strings): clear-string can make unibyte.
2989 (Formatting Strings): format gives error if values missing.
2990
2991 * positions.texi (Character Motion): Mention default arg
2992 for forward-char. backward-char refers to forward-char.
2993 (Word Motion): Mention default arg for forward-word.
2994 (Buffer End Motion): Mention default arg for beginning-of-buffer.
2995 Simplify end-of-buffer.
2996 (Text Lines): Mention default arg for forward-line.
2997 (List Motion): Mention default arg for beginning/end-of-defun.
2998 (Skipping Characters): Minor fixes in explaining character-set.
2999
3000 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
3001 Mode inheritance applies only when default-major-mode is nil.
3002 Clarifications.
3003 (Example Major Modes): Update Text mode and Lisp mode examples.
3004 (Minor Mode Conventions): Mention define-minor-mode at top.
3005 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
3006 (Mode Line Format): Update mode line face display info.
3007 (Properties in Mode): Mention effect of risky vars.
3008 (Imenu): Define imenu-add-to-menubar.
3009 (Font Lock Mode): Add descriptions to menu lines.
3010 (Faces for Font Lock): Add font-lock-doc-face.
3011
9bf6d576
LK
30122005-02-05 Lute Kamstra <lute@gnu.org>
3013
3014 * text.texi (Maintaining Undo): Remove obsolete function.
3015
cb602754
EZ
30162005-02-05 Eli Zaretskii <eliz@gnu.org>
3017
3018 * frames.texi (Color Names): Add pointer to the X docs about RGB
3019 color specifications. Improve indexing
3020 (Text Terminal Colors): Replace the description of RGB values by
3021 an xref to "Color Names".
3022
4e07258f
RS
30232005-02-03 Richard M. Stallman <rms@gnu.org>
3024
3025 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
3026 Clarify.
3027 (Selecting Windows): Clarify save-selected-window.
3028 (Cyclic Window Ordering): Clarify walk-windows.
3029 (Window Point): Clarify.
3030 (Window Start): Add comment to example.
3031 (Resizing Windows): Add `interactive' specs in examples.
3032 Document fit-window-to-buffer.
3033
3034 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
3035 (Undo, Maintaining Undo): Clarify last change.
3036 (Sorting): In sort-numeric-fields, explain about octal and hex.
3037 Mention sort-numeric-base.
3038 (Format Properties): Add xref for hard newlines.
3039
3040 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
3041 (Pop-Up Menus): Fix typo.
3042 (Color Names): Explain all types of color names.
3043 Explain color-values on B&W terminal.
3044 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
3045
3046 * files.texi (File Locks): Not supported on MS systems.
3047 (Testing Accessibility): Clarify.
3048
3049 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
3050 (Coverage Testing): Fix typo.
3051
3052 * commands.texi (Misc Events): Remove stray space.
3053
3054 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
3055 (Modification Time): Clarify when visited-file-modtime returns 0.
3056 (The Buffer List): Clarify bury-buffer.
3057 (Killing Buffers): Clarify.
3058 (Indirect Buffers): Add clone-indirect-buffer.
3059
30602005-02-02 Matt Hodges <MPHodges@member.fsf.org>
3061
3062 * edebug.texi (Printing in Edebug): Fix default value of
3063 edebug-print-circle.
3064 (Coverage Testing): Fix displayed frequency count data.
3065
30662005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
3067
3068 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
3069
4e07258f 30702005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
3071
3072 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
3073
28d986b9
EZ
30742005-01-29 Eli Zaretskii <eliz@gnu.org>
3075
3076 * commands.texi (Misc Events): Describe the help-echo event.
3077
3078 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
3079 consistently in description of the help-echo property.
3080 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
3081
3082 * display.texi (Overlay Properties): Fix the index entry for
3083 help-echo overlay property.
3084
3085 * customize.texi (Type Keywords): Uncomment the xref to the
3086 help-echo property documentation.
3087
8f958b40
KS
30882005-01-23 Kim F. Storm <storm@cua.dk>
3089
3090 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
3091 return value. Third element FULLY replaced by PARTIAL which
3092 specifies number of invisible pixels if row is only partially visible.
3093 (Textual Scrolling): Mention auto-window-vscroll.
3094 (Vertical Scrolling): New defvar auto-window-vscroll.
3095
cd7e5dd6
LT
30962005-01-16 Luc Teirlinck <teirllm@auburn.edu>
3097
3098 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
3099 command remapping.
3100
6f771c32
RS
31012005-01-15 Richard M. Stallman <rms@gnu.org>
3102
3103 * display.texi (Defining Images): Mention DATA-P arg of create-image.
3104
6ac8a822
KS
31052005-01-14 Kim F. Storm <storm@cua.dk>
3106
88948d55
KS
3107 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
3108
6ac8a822
KS
3109 * text.texi (Links and Mouse-1): Fix string and vector item.
3110
20d6de82
RS
31112005-01-13 Richard M. Stallman <rms@gnu.org>
3112
3113 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
3114 descriptions of overriding-local-map and overriding-terminal-local-map.
3115
3116 * text.texi (Links and Mouse-1): Clarify text.
3117
f75a592e
KS
31182005-01-13 Kim F. Storm <storm@cua.dk>
3119
3120 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
3121
910f60b1
TTN
31222005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
3123
3124 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
3125
37181fc4
KS
31262005-01-12 Kim F. Storm <storm@cua.dk>
3127
3128 * text.texi (Links and Mouse-1): Rename section from Enabling
3129 Mouse-1 to Following Links. Change xrefs.
3130 Add examples for define-button-type and define-widget.
3131
3132 * display.texi (Button Properties, Button Buffer Commands):
3133 Clarify mouse-1 and follow-link functionality.
3134
28f94a34
RS
31352005-01-12 Richard M. Stallman <rms@gnu.org>
3136
3137 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
3138
3139 * display.texi (Beeping): Fix Texinfo usage.
3140
3141 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
3142
bac2d936
KS
31432005-01-11 Kim F. Storm <storm@cua.dk>
3144
3145 * display.texi (Button Properties, Button Buffer Commands):
93381d62 3146 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
3147
3148 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
3149 (Enabling Mouse-1 to Follow Links): New subsection.
3150
de968ddb
RS
31512005-01-06 Richard M. Stallman <rms@gnu.org>
3152
3153 * text.texi (Special Properties): Minor change.
3154
3155 * os.texi (Timers): Clarify previous change.
3156
3157 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
3158
a3a43b3b
LT
31592005-01-01 Luc Teirlinck <teirllm@auburn.edu>
3160
3161 * display.texi (Face Attributes): Correct xref to renamed node.
3162
732bb9ce
RS
31632005-01-01 Richard M. Stallman <rms@gnu.org>
3164
3165 * display.texi (Face Attributes): Describe hex color specs.
3166
c734ae59
RS
31672004-12-31 Richard M. Stallman <rms@gnu.org>
3168
3169 * os.texi (Timers): Update previous change.
3170
33b2f4ea
KS
31712004-12-30 Kim F. Storm <storm@cua.dk>
3172
3173 * display.texi (Line Height): Total line-height is now specified
3174 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
3175 in cons cells. (nil . RATIO) is relative to actual line height.
3176 Use line-height `t' instead of `0' to get minimum height.
3177
99ec74b9
RS
31782004-12-29 Richard M. Stallman <rms@gnu.org>
3179
3180 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
3181
eab463f6
RS
31822004-12-28 Richard M. Stallman <rms@gnu.org>
3183
3184 * commands.texi (Quitting): Clarify value of with-local-quit.
3185
3186 * elisp.texi (Top): Fix previous change.
3187
3188 * loading.texi (Loading): Fix previous change.
3189
ebbd14f1
RS
31902004-12-27 Richard M. Stallman <rms@gnu.org>
3191
4ae98fc5
RS
3192 * Makefile.in (MAKEINFO): Specify --force.
3193
8f430046
RS
3194 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
3195
56011a8c
RS
3196 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
3197
3198 * display.texi (Line Height): Further clarify.
3199
3200 * elisp.texi (Top): Update Loading submenu.
3201
ebbd14f1
RS
3202 * loading.texi (Where Defined): New node.
3203 (Unloading): load-history moved to Where Defined.
3204
fda2922a
RS
32052004-12-21 Richard M. Stallman <rms@gnu.org>
3206
3207 * commands.texi (Event Input Misc): Add while-no-input.
3208
9eb8959a
RS
32092004-12-11 Richard M. Stallman <rms@gnu.org>
3210
3211 * display.texi (Line Height): Rewrite text for clarity.
3212
adf87c29
KS
32132004-12-11 Kim F. Storm <storm@cua.dk>
3214
3215 * display.texi (Display): Add node "Line Height" to menu.
3216 (Line Height): New node. Move full description of line-spacing
3217 and line-height text properties here from text.texi.
3218 (Scroll Bars): Add vertical-scroll-bar variable.
3219
3220 * frames.texi (Window Frame Parameters): Remove line-height defvar.
3221
3222 * locals.texi (Standard Buffer-Local Variables): Fix xref for
3223 line-spacing and vertical-scroll-bar.
3224
3225 * text.texi (Special Properties): Just mention line-spacing and
3226 line-height here, add xref to new "Line Height" node.
3227
31e4729e
TTN
32282004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
3229
3230 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
3231
3232 * locals.texi (Standard Buffer-Local Variables):
3233 Add @xref for `line-spacing'.
3234
cc60c723
RS
32352004-12-05 Richard M. Stallman <rms@gnu.org>
3236
3237 * Makefile.in (maintainer-clean): Remove the info files
3238 in $(infodir) where they are created.
3239
f6101ac9
RS
32402004-12-03 Richard M. Stallman <rms@gnu.org>
3241
3242 * windows.texi (Selecting Windows): get-lru-window and
3243 get-largest-window don't consider dedicated windows.
3244
3245 * text.texi (Undo): Document undo-in-progress.
3246
94221759
RS
32472004-11-26 Richard M. Stallman <rms@gnu.org>
3248
3249 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
3250 Remove a few vars that are not always buffer-local.
3251
7092c5e8
LT
32522004-11-24 Luc Teirlinck <teirllm@auburn.edu>
3253
3254 * locals.texi (Standard Buffer-Local Variables): Comment out
3255 xref's to non-existent node `Yet to be written'.
3256
261b01c6
RS
32572004-11-24 Richard M. Stallman <rms@gnu.org>
3258
3259 * processes.texi (Synchronous Processes): Grammar fix.
3260
3261 * numbers.texi (Comparison of Numbers): Add eql.
3262
3263 * locals.texi (Standard Buffer-Local Variables): Add many vars.
3264
3265 * intro.texi (Printing Notation): Fix previous change.
3266
3267 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
3268 and default-indicate-buffer-boundaries from here.
3269 (Usual Display): To here.
3270 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
3271 (Usual Display): Move tab-width up.
3272
3273 * customize.texi (Variable Definitions): Replace
3274 show-paren-mode example with tooltip-mode.
7092c5e8 3275 (Simple Types, Composite Types, Defining New Types):
261b01c6 3276 Minor cleanups.
7092c5e8 3277
c1aa4864
JH
32782004-11-21 Jesper Harder <harder@ifa.au.dk>
3279
3280 * processes.texi (Synchronous Processes, Output from Processes):
3281 Markup fix.
3282
dedbac89
RS
32832004-11-20 Richard M. Stallman <rms@gnu.org>
3284
07c8c65a
RS
3285 * positions.texi (Skipping Characters): skip-chars-forward
3286 now handles char classes.
3287
8f40a868
RS
3288 * intro.texi (Printing Notation): Avoid confusion of `print'
3289 when explaining @print.
3290
3291 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
3292
3293 * display.texi (Display Table Format): Minor fix.
3294
3295 * streams.texi (Output Functions): Fix print example.
3296
fd6866c8
RS
3297 * Makefile.in (elisp): New target.
3298 (dist): Depend on $(infodir)/elisp, not elisp.
3299 Copy the info files from $(infodir).
3300
9d00469f
RS
3301 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
3302 read-from-minibuffer.
3303
dedbac89
RS
3304 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
3305
6de891db
RS
33062004-11-19 Richard M. Stallman <rms@gnu.org>
3307
3308 * searching.texi (Regexp Search): Add search-whitespace-regexp.
3309
e1c1c5a7
TTN
33102004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
3311
3312 * tips.texi (Coding Conventions): Fix typo.
3313
ee31cd78
RS
33142004-11-16 Richard M. Stallman <rms@gnu.org>
3315
3316 * tips.texi (Coding Conventions): Separate defvar and require
3317 methods to avoid warnings. Use require only when there are many
3318 functions and variables from that package.
3319
3320 * minibuf.texi (Minibuffer Completion): When ignoring case,
3321 predicate must not be case-sensitive.
3322
3323 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
3324 (Test Coverage): Don't talk about "splotches". Clarified.
3325
4bd38e94
TTN
33262004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
3327
3328 * frames.texi (Window Frame Parameters): Fix typo.
3329
6d073ae1
KS
33302004-11-15 Kim F. Storm <storm@cua.dk>
3331
9f89426b
KS
3332 * symbols.texi (Other Plists): Note that plist-get may signal error.
3333 Add safe-plist-get.
6d073ae1 3334
10980463
TTN
33352004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
3336
3337 * modes.texi (Font Lock Basics): Fix typo.
3338
1efc19eb
RS
33392004-11-08 Richard M. Stallman <rms@gnu.org>
3340
3341 * syntax.texi (Syntax Table Functions): Add syntax-after.
3342
6159c232
EZ
33432004-11-06 Lars Brinkhoff <lars@nocrew.org>
3344
3345 * os.texi (Processor Run Time): New section documenting
3346 get-internal-run-time.
3347
59dede22
EZ
33482004-11-06 Eli Zaretskii <eliz@gnu.org>
3349
3350 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
3351 it nukes elisp-cover.texi.
3352 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
3353 elisp-0 etc.
3354
4cc8522c
LT
33552004-11-05 Luc Teirlinck <teirllm@auburn.edu>
3356
3357 * commands.texi (Keyboard Macros): Document `append' return value
3358 of `defining-kbd-macro'.
3359
2d1ef312
RS
33602004-11-01 Richard M. Stallman <rms@gnu.org>
3361
3362 * commands.texi (Interactive Call): Add called-interactively-p.
3363
6f4e005d
SJ
33642004-10-29 Simon Josefsson <jas@extundo.com>
3365
3366 * minibuf.texi (Reading a Password): Revert.
3367
4f71c13f
RS
33682004-10-28 Richard M. Stallman <rms@gnu.org>
3369
3370 * frames.texi (Display Feature Testing): Explain about "vendor".
3371
4660a9e3
RS
33722004-10-27 Richard M. Stallman <rms@gnu.org>
3373
3374 * commands.texi (Interactive Codes): `N' uses numeric prefix,
3375 not raw. Clarify `n'.
3376 (Interactive Call): Rewrite interactive-p, focusing on when
3377 and how to use it.
3378 (Misc Events): Clarify previous change.
3379
3380 * advice.texi (Simple Advice): Clarify what job the example does.
3381 (Around-Advice): Clarify ad-do-it.
3382 (Activation of Advice): An option of ad-default-compilation-action
3383 is `never', not `nil'.
3384
c8636435
KS
33852004-10-26 Kim F. Storm <storm@cua.dk>
3386
3387 * commands.texi (Interactive Codes): Add U code letter.
3388
acd4089b
SJ
33892004-10-25 Simon Josefsson <jas@extundo.com>
3390
3391 * minibuf.texi (Reading a Password): Add.
3392
29dc7809
JR
33932004-10-24 Jason Rumney <jasonr@gnu.org>
3394
9b7fa297 3395 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
29dc7809
JR
3396 and wheel-down.
3397
bb5d6d34
KG
33982004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3399
3400 * processes.texi (Synchronous Processes): Document process-file.
3401
d0ee2ed3
KH
34022004-10-22 Kenichi Handa <handa@m17n.org>
3403
3404 * text.texi (translate-region): Document that it accepts also a
3405 char-table.
3406
38be9dbb
DP
34072004-10-22 David Ponce <david@dponce.com>
3408
3409 * windows.texi (Resizing Windows): Document the `preserve-before'
3410 argument of the functions `enlarge-window' and `shrink-window'.
3411
63c80452
JR
34122004-10-19 Jason Rumney <jasonr@gnu.org>
3413
3414 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3415
9f4b6e73
LT
34162004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3417
3418 * text.texi (Filling): Add anchor for definition of
3419 `sentence-end-double-space'.
3420
3421 * searching.texi (Regexp Example): Update description of how
3422 Emacs currently recognizes the end of a sentence.
3423 (Standard Regexps): Update definition of the variable
3424 `sentence-end'. Add definition of the function `sentence-end'.
3425
657f0f9c
EZ
34262004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3427
3428 * display.texi (Progress): New node.
3429
35ab4857
KS
34302004-10-05 Kim F. Storm <storm@cua.dk>
3431
3432 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3433
f2a54fbc
KS
34342004-09-29 Kim F. Storm <storm@cua.dk>
3435
3436 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3437 to identify bitmaps. Remove -fringe-bitmap suffix for standard
3438 fringe bitmap symbols, as they now have their own namespace.
3439 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3440 vs. pixels. Signal error if no free bitmap slots.
3441 (Pixel Specification): Change IMAGE to @var{image}.
3442
4676d6f3
RS
34432004-09-28 Richard M. Stallman <rms@gnu.org>
3444
3445 * text.texi (Special Properties): Clarify line-spacing and line-height.
3446
3447 * searching.texi (Regexp Search): Add looking-back.
3448
17234906
LT
34492004-09-25 Luc Teirlinck <teirllm@auburn.edu>
3450
3451 * display.texi: Correct typos.
3452 (Image Descriptors): Correct xref's.
3453
4de43c8b
RS
34542004-09-25 Richard M. Stallman <rms@gnu.org>
3455
3456 * text.texi (Special Properties): Cleanups in `cursor'.
3457 Rewrites in `line-height' and `line-spacing'; exchange them.
3458
3459 * display.texi (Fringes): Rewrite previous change.
3460 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
3461 (Display Fringe Bitmaps): Node deleted, text moved.
3462 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
3463 (Scroll Bars): Clarify set-window-scroll-bars.
3464 (Pointer Shape): Rewrite.
3465 (Specified Space): Clarify :align-to, etc.
3466 (Pixel Specification): Use @var. Clarify new text.
3467 (Other Display Specs): Clarify `slice'.
3468 (Image Descriptors): Cleanups.
3469 (Showing Images): Cleanups.
3470
a3ee0299
LT
34712004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3472
e88ebce6
LT
3473 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3474
a3ee0299
LT
3475 * modes.texi: Various minor changes in addition to:
3476 (Major Mode Conventions): Final call to `run-mode-hooks' should
3477 not be inside the `delay-mode-hooks' form.
3478 (Mode Hooks): New node.
3479 (Hooks): Delete obsolete example.
3480 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3481 node "Mode Hooks".
3482
6db2bc02
LT
34832004-09-22 Luc Teirlinck <teirllm@auburn.edu>
3484
3485 * display.texi: Correct various typos.
3486 (Display): Rename node "Pointer Shapes" to "Pointer
3487 Shape". (There is already a node called "Pointer Shapes" in
3488 frames.texi.)
3489 (Images): Remove non-existent node "Image Slices" from menu.
3490
ed2846bd
KS
34912004-09-23 Kim F. Storm <storm@cua.dk>
3492
3493 * text.texi (Special Properties): Add `cursor', `pointer',
3494 `line-height', and `line-spacing' properties.
3495
3496 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3497 Shapes' to menu.
3498 (Standard Faces): Doc fix for fringe face.
3499 (Fringes): Add `overflow-newline-into-fringe' and
3500 'indicate-buffer-boundaries'.
3501 (Fringe Bitmaps, Pointer Shapes): New nodes.
3502 (Display Property): Add 'Pixel Specification' and 'Display Fringe
3503 Bitmaps' to menu.
3504 (Specified Space): Describe pixel width and height.
3505 (Pixel Specification): New node.
3506 (Other Display Specs): Add `slice' property.
3507 (Display Fringe Bitmaps): New node.
3508 (Images): Add 'Image Slices' to menu.
3509 (Image Descriptors): Add `:pointer' and `:map' properties.
3510 (Showing Images): Add slice arg to `insert-image'. Add
3511 'insert-sliced-image'.
3512
4d894c98
RS
35132004-09-20 Richard M. Stallman <rms@gnu.org>
3514
3515 * commands.texi (Key Sequence Input):
3516 Clarify downcasing in read-key-sequence.
3517
7e388eb7
JL
35182004-09-08 Juri Linkov <juri@jurta.org>
3519
3520 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3521
a020987f
LT
35222004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3523
3524 * locals.texi (Standard Buffer-Local Variables): Add
3525 `buffer-auto-save-file-format'.
3526 * internals.texi (Buffer Internals): Describe new
3527 auto_save_file_format field of the buffer structure.
3528 * files.texi (Format Conversion): `auto-save-file-format' has been
3529 renamed `buffer-auto-save-file-format'.
3530
2b96f80c
LT
35312004-08-27 Luc Teirlinck <teirllm@auburn.edu>
3532
3533 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3534 an integer or a marker.
3535 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3536
2ee3b79e
RS
35372004-08-22 Richard M. Stallman <rms@gnu.org>
3538
3539 * modes.texi (Major Mode Conventions): Discuss rebinding of
3540 standard key bindings.
3541
c438dc33
KS
35422004-08-18 Kim F. Storm <storm@cua.dk>
3543
3544 * processes.texi (Accepting Output): Add `just-this-one' arg to
3545 `accept-process-output'.
101c421e 3546 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 3547
db8af011
LT
35482004-08-10 Luc Teirlinck <teirllm@auburn.edu>
3549
3550 * keymaps.texi: Various changes in addition to:
3551 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3552 Give more varied examples for `kbd'.
3553 (Creating Keymaps): Char tables have slots for all characters
3554 without modifiers.
3555 (Active Keymaps): `overriding-local-map' and
3556 `overriding-terminal-local-map' also override text property and
3557 overlay keymaps.
3558 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3559 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3560 to denote a prefix of no events.
3561 `map-keymap' includes parent's bindings _recursively_.
3562 Clarify and correct description of `where-is-internal'.
3563 Mention BUFFER-OR-NAME arg to `describe-bindings'.
3564 (Menu Example): For menus intended for use with the keyboard, the
3565 menu items should be bound to characters or real function keys.
3566
de700726
LT
35672004-08-08 Luc Teirlinck <teirllm@auburn.edu>
3568
30e75a87
LT
3569 * objects.texi (Character Type): Reposition `@anchor' to prevent
3570 double space inside sentence in Info.
3571
de700726
LT
3572 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3573 renamed to `disabled-command-function'.
7c5b95c9 3574 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
3575 (Command Loop Info): Replace reference to it.
3576 (Disabling Commands): `disabled-command-hook' has been renamed to
3577 `disabled-command-function'.
3578
81909a1a
LT
35792004-08-07 Luc Teirlinck <teirllm@auburn.edu>
3580
3581 * os.texi (Translating Input): Only non-prefix bindings in
3582 `key-translation-map' override actual key bindings. Warn about
3583 possible indirect effect of actual key bindings on non-prefix
3584 bindings in `key-translation-map'.
3585
5504e99c
LT
35862004-08-06 Luc Teirlinck <teirllm@auburn.edu>
3587
3588 * minibuf.texi (High-Level Completion): Add anchor for definition
3589 of `read-variable'.
3590
3591 * commands.texi: Various changes in addition to:
3592 (Using Interactive): Clarify description of `interactive-form'.
3593 (Interactive Call): Mention default for KEYS argument to
3594 `call-interactively'.
3595 (Command Loop Info): Clarify description of `this-command-keys'.
3596 Mention KEEP-RECORD argument to `clear-this-command-keys'.
3597 Value of `last-event-frame' can be `macro'.
3598 (Repeat Events): `double-click-fuzz' is also used to distinguish
3599 clicks and drags.
3600 (Classifying Events): Clarify descriptions of `event-modifiers'
3601 `event-basic-type' and `event-convert-list'.
3602 (Accessing Events): `posn-timestamp' takes POSITION argument.
3603 (Quoted Character Input): Clarify description of
3604 `read-quoted-char' and fix example.
3605 (Quitting): Add `with-local-quit'.
6db11765 3606 (Disabling Commands): Correct and clarify descriptions of
5504e99c
LT
3607 `enable-command' and `disable-command'.
3608 Mention what happens if `disabled-command-hook' is nil.
3609 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
3610 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
3611
f478a72a
LT
36122004-07-24 Luc Teirlinck <teirllm@auburn.edu>
3613
3614 * frames.texi: Various changes in addition to:
3615 (Creating Frames): Expand and clarify description of `make-frame'.
3616 (Window Frame Parameters): Either none or both of the `icon-left'
3617 and `icon-top' parameters must be specified. Put descriptions of
3618 `menu-bar-lines' and `toolbar-lines' closer together and change
3619 them accordingly.
3620 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
3621 except while processing `frame-title-format' or `icon-title-format'.
3622 (Deleting Frames): Correct description of `delete-frame'.
3623 Non-nil return values of `frame-live-p' are like those of `framep'.
9b7fa297 3624 (Frames and Windows): Mention return value of
f478a72a
LT
3625 `set-frame-selected-window'.
3626 (Visibility of Frames): Mention `force' argument to
3627 `make-frame-invisible'. `frame-visible-p' returns t for all
3628 frames on text-only terminals.
3629 (Frame Configurations): Restoring a frame configuration does not
3630 restore deleted frames.
3631 (Window System Selections): `x-set-selection' returns DATA.
3632 (Resources): Add example.
3633 (Display Feature Testing): Clarify descriptions of
3634 `display-pixel-height', `display-pixel-width', `x-server-version'
3635 and `x-server-vendor'.
3636
3637 * windows.texi (Choosing Window): Add anchor.
3638 * minibuf.texi (Minibuffer Misc): Add anchor.
3639
bc135062
JPW
36402004-07-23 John Paul Wallington <jpw@gnu.org>
3641
3642 * macros.texi (Defining Macros): Declaration keyword for setting
3643 Edebug spec is `debug' not `edebug'.
3644
cb7516e5
LT
36452004-07-19 Luc Teirlinck <teirllm@auburn.edu>
3646
3647 * windows.texi: Various small changes in addition to:
3648 (Window Point): Mention return value of `set-window-point'.
3649 (Window Start): `pos-visible-in-window-p' disregards horizontal
3650 scrolling. Explain return value if PARTIALLY is non-nil.
3651 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
3652 and `set-window-vscroll'.
3653 (Size of Window): The argument WINDOW to `window-inside-edges',
3654 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
3655 (Resizing Windows): Explain return value of
3656 `shrink-window-if-larger-than-buffer'.
3657 `window-size-fixed' automatically becomes buffer local when set.
3658 (Window Configurations): Explain return value of
3659 `set-window-configuration'.
3660
3661 * minibuf.texi (Minibuffer Misc): Add anchor for
3662 `minibuffer-scroll-window'.
3663
3664 * positions.texi (Text Lines): Add anchor for `count-lines'.
3665
3751eb00
RS
36662004-07-17 Richard M. Stallman <rms@gnu.org>
3667
3668 * display.texi (Overlay Properties): Adding `evaporate' prop
3669 deletes empty overlay immediately.
3670
3671 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
3672 fix example.
3673
9a7e97c6
LT
36742004-07-16 Jim Blandy <jimb@redhat.com>
3675
3676 * searching.texi (Regexp Backslash): Document new \_< and \_>
3677 operators.
3678
aa0e4da8
JB
36792004-07-16 Juanma Barranquero <lektu@terra.es>
3680
3681 * display.texi (Images): Fix Texinfo usage.
3682
cbbfedb2
LT
36832004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3684
3685 * buffers.texi (Modification Time): `visited-file-modtime' now
3686 returns a list of two integers, instead of a cons.
3687
3a052bd3
LT
36882004-07-13 Luc Teirlinck <teirllm@auburn.edu>
3689
3690 * windows.texi: Various changes in addition to:
3691 (Splitting Windows): Add `split-window-keep-point'.
3692
02c04e6f
RS
36932004-07-09 Richard M. Stallman <rms@gnu.org>
3694
3695 * frames.texi (Input Focus): Minor fix.
3696
cb4f1287
LT
36972004-07-07 Luc Teirlinck <teirllm@auburn.edu>
3698
3699 * frames.texi (Input Focus): Clarify descriptions of
3700 `select-frame-set-input-focus' and `select-frame'.
3701
339902ec
LT
37022004-07-06 Luc Teirlinck <teirllm@auburn.edu>
3703
3704 * os.texi: Various small changes in addition to:
3705 (Killing Emacs): Expand and clarify description of
3706 `kill-emacs-query-functions' and `kill-emacs-hook'.
3707 (System Environment): Expand and clarify description of `getenv'
3708 and `setenv'.
3709 (Timers): Clarify description of `run-at-time'.
3710 (Translating Input): Correct description of
3711 `extra-keyboard-modifiers'.
3712 (Flow Control): Correct description of `enable-flow-control'.
3713
fe3b7e35
TTN
37142004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
3715
3716 * os.texi: Update copyright.
3717 (Session Management): Grammar fix.
3718 Clarify which Emacs does the restarting.
3719 Use @samp for *scratch* buffer.
3720
59db7d6e
LT
37212004-07-04 Alan Mackenzie <acm@muc.de>
3722
3723 * frames.texi (Input Focus): Add documentation for
3724 `select-frame-set-input-focus'. Replace refs to non-existent
3725 `switch-frame' with `select-frame'. Minor corrections and tidying
3726 up of text-only terminal stuff.
3727
e3ccf404
RS
37282004-07-02 Richard M. Stallman <rms@gnu.org>
3729
3730 * files.texi (Saving Buffers): Cleanup write-contents-function.
3731 (Magic File Names): Cleanup file-remote-p.
3732
8addb6eb
KG
37332004-07-02 Kai Grossjohann <kai@emptydomain.de>
3734
3735 * files.texi (Magic File Names): `file-remote-p' returns an
3736 identifier of the remote system, not just t.
3737
7a58d84d
DK
37382004-07-02 David Kastrup <dak@gnu.org>
3739
3740 * searching.texi (Entire Match Data): Add explanation about new
3741 match-data behavior when @var{integers} is non-nil.
3742
d8c379f8
RS
37432004-06-24 Richard M. Stallman <rms@gnu.org>
3744
b4a4b0ae
RS
3745 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3746
d8c379f8
RS
3747 * customize.texi (Variable Definitions): Note about doc strings
3748 and :set.
3749
3750 * keymaps.texi (Keymap Terminology): Document `kbd'.
3751 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3752
3753 * display.texi (Invisible Text): Setting buffer-invisibility-spec
3754 makes it buffer-local.
3755
3756 * files.texi (Saving Buffers): Correct previous change.
3757
3758 * commands.texi (Accessing Events):
3759 Clarify posn-col-row and posn-actual-col-row.
3760
37612004-06-24 David Ponce <david.ponce@wanadoo.fr>
3762
3763 * commands.texi (Accessing Events): New functions
3764 posn-at-point and posn-at-x-y. Add example to posn-x-y.
3765
dce417e7
LT
37662004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3767
3768 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3769 * frames.texi, buffers.texi, backups.texi, variables.texi:
3770 * loading.texi, eval.texi, functions.texi, control.texi:
3771 * symbols.texi, minibuf.texi: Reposition @anchor's.
3772
3773 * help.texi: Various small changes in addition to the following.
3774 (Describing Characters): Describe PREFIX argument to
3775 `key-description'. Correct and clarify definition of
3776 `text-char-description'. Describe NEED-VECTOR argument to
3777 `read-kbd-macro'.
3778 (Help Functions): Clarify definition of `apropos'.
3779
255d07dc
LH
37802004-06-23 Lars Hansen <larsh@math.ku.dk>
3781
3782 * files.texi (Saving Buffers): Correct description of
3783 `write-contents-functions'.
3784
4e9691e9
JB
37852004-06-21 Juanma Barranquero <lektu@terra.es>
3786
3787 * display.texi (Images): Remove redundant @vindex directives.
3788 Rewrite `image-library-alist' doc in active voice.
3789
1ebd4f78
JB
37902004-06-14 Juanma Barranquero <lektu@terra.es>
3791
3792 * display.texi (Images): Document new delayed library loading,
3793 variable `image-library-alist' and (existing but undocumented)
3794 function `image-type-available-p'.
3795
ddfb8369
RS
37962004-06-05 Richard M. Stallman <rms@gnu.org>
3797
3798 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3799 refer the user to the Initial Input node.
3800 (Text from Minibuffer): Likewise.
3801 (Initial Input): New node. Document this feature
3802 and say it is mostly deprecated.
3803
18684a3a
RS
38042004-05-30 Richard M. Stallman <rms@gnu.org>
3805
7a61e456
RS
3806 * loading.texi (Named Features): Clarify return value
3807 and meaning of NOERROR.
3808
18684a3a
RS
3809 * variables.texi (File Local Variables): Minor cleanup.
3810
c8364415
MA
38112004-05-30 Michael Albinus <michael.albinus@gmx.de>
3812
3813 * files.texi (Magic File Names): Add `file-remote-p' as operation
3814 of file name handlers.
3815
08fd1251
RS
38162004-05-29 Richard M. Stallman <rms@gnu.org>
3817
3818 * modes.texi (Minor Mode Conventions): (-) has no special meaning
3819 as arg to a minor mode command.
3820
71d5a208
RS
38212004-05-22 Richard M. Stallman <rms@gnu.org>
3822
3823 * syntax.texi (Syntax Class Table): Word syntax not just for English.
3824
3825 * streams.texi (Output Variables): Doc float-output-format.
3826
3827 * searching.texi (Regexp Special): Nested repetition can be infloop.
3828
3829 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3830 real stack overflow.
3831
3832 * compile.texi: Minor cleanups.
3833
38342004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
3835
3836 * lists.texi (Cons Cells): Explain dotted lists, true lists,
3837 circular lists.
3838 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 3839
022cb162
TTN
38402004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
3841
3842 * modes.texi (Search-based Fontification): Fix typo.
3843
aa7094ba
JB
38442004-05-10 Juanma Barranquero <lektu@terra.es>
3845
3846 * modes.texi (Mode Line Variables): Fix description of
3847 global-mode-string, which is now after which-func-mode, not the
3848 buffer name.
3849
c2383279
LH
38502004-05-07 Lars Hansen <larsh@math.ku.dk>
3851
3852 * modes.texi (Desktop Save Mode): Add.
3853 (Modes): Add menu entry Desktop Save Mode.
3854
3855 * hooks.texi: Add desktop-after-read-hook,
3856 desktop-no-desktop-file-hook and desktop-save-hook.
3857
3858 * locals.texi: Add desktop-save-buffer.
3859
058296d3
JH
38602004-04-30 Jesper Harder <harder@ifa.au.dk>
3861
3862 * display.texi: emacs -> Emacs.
3863
0c54865e
EZ
38642004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3865
3866 * files.texi (Changing Files): Document set-file-times.
3867
d814862a
JB
38682004-04-23 Juanma Barranquero <lektu@terra.es>
3869
3870 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3871
e8d6f886
JH
38722004-04-18 Jesper Harder <harder@ifa.au.dk>
3873
3874 * tips.texi (Coding Conventions): defopt -> defcustom.
3875
3a424014
LT
38762004-04-16 Luc Teirlinck <teirllm@auburn.edu>
3877
3878 * sequences.texi: Various clarifications.
3879
9e860631
LT
38802004-04-14 Luc Teirlinck <teirllm@auburn.edu>
3881
3882 * buffers.texi (Read Only Buffers): Mention optional ARG to
3883 `toggle-read-only'.
3884
5e30a0fb
NR
38852004-04-14 Nick Roberts <nick@nick.uklinux.net>
3886
9e860631 3887 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
3888 returns a full-width window if possible.
3889
619fb950
LT
38902004-04-13 Luc Teirlinck <teirllm@auburn.edu>
3891
3892 * buffers.texi: Various changes in addition to:
3893 (Buffer File Name): Add `find-buffer-visiting'.
3894 (Buffer Modification): Mention optional ARG to `not-modified'.
3895 (Indirect Buffers): Mention optional CLONE argument to
3896 `make-indirect-buffer'.
3897
3898 * files.texi: Various changes in addition to:
3899 (Visiting Functions): `find-file-hook' is now a normal hook.
3900 (File Name Expansion): Explain difference between the way that
3901 `expand-file-name' and `file-truename' treat `..'.
3902 (Contents of Directories): Mention optional ID-FORMAT argument to
3903 `directory-files-and-attributes'.
3904 (Format Conversion): Mention new optional CONFIRM argument to
3905 `format-write-file'.
3906
a2295d32
MB
39072004-04-12 Miles Bader <miles@gnu.org>
3908
3909 * macros.texi (Expansion): Add description of `macroexpand-all'.
3910
571fd4d5
JH
39112004-04-05 Jesper Harder <harder@ifa.au.dk>
3912
3913 * variables.texi (Variable Aliases): Mention
3914 cyclic-variable-indirection.
3915
3916 * errors.texi (Standard Errors): Ditto.
3917
4ba2fd66
LT
39182004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3919
6db11765 3920 * backups.texi: Various small changes in addition to:
4ba2fd66
LT
3921 (Making Backups): Mention return value of `backup-buffer'.
3922 (Auto-Saving): Mention optional FORCE argument to
3923 `delete-auto-save-file-if-necessary'.
3924 (Reverting): Mention optional PRESERVE-MODES argument to
3925 `revert-buffer'. Correct description of `revert-buffer-function'.
3926
8f7ea687
JL
39272004-03-22 Juri Linkov <juri@jurta.org>
3928
3929 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
3930 with `Vector Functions'.
3931
3932 * text.texi (Sorting): Add missing quote.
3933
0eeca3c1
LT
39342004-03-14 Luc Teirlinck <teirllm@auburn.edu>
3935
3936 * intro.texi (Lisp History): Replace xref to `cl' manual with
3937 inforef.
3938
e69cfac2
RS
39392004-03-12 Richard M. Stallman <rms@gnu.org>
3940
3941 * intro.texi (Version Info): Add arg to emacs-version.
3942 (Lisp History): Change xref to CL manual.
3943
1b91d47f
LT
39442004-03-09 Luc Teirlinck <teirllm@auburn.edu>
3945
3946 * minibuf.texi (Completion Commands): Add xref to Emacs manual
3947 for Partial Completion mode.
3948
97073664
TTN
39492004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
3950
9b7fa297 3951 * customize.texi: Fix typo. Remove eol whitespace.
97073664 3952
04a6e76b
RS
39532004-03-04 Richard M. Stallman <rms@gnu.org>
3954
3955 * processes.texi: Fix typos.
3956
3957 * lists.texi (Building Lists): Minor clarification.
3958
3959 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
3960 in make-hash-table.
3961
5bb0fcd1
JB
39622004-02-29 Juanma Barranquero <lektu@terra.es>
3963
3964 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
3965 rm, and ignore exit code.
3966
9022d421
EZ
39672004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
3968
3969 * display.texi (Defining Faces): Add description for min-colors.
3970 Update example.
3971
92f5fba2
LT
39722004-02-23 Luc Teirlinck <teirllm@auburn.edu>
3973
3974 * abbrevs.texi: Various corrections and clarifications in addition
3975 to the following:
3976 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
3977
7e83e178
GM
39782004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3979
3980 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
3981
9c5609e8
LT
39822004-02-21 Luc Teirlinck <teirllm@auburn.edu>
3983
e2b9b51f
LT
3984 * text.texi: Various small changes in addition to the following:
3985 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
3986 to delete-horizontal-space.
9b7fa297 3987 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
e2b9b51f
LT
3988 description of yank-handler text property at various places.
3989
7daa0e81
LT
3990 * frames.texi (Window System Selections): Add anchor.
3991
9c5609e8
LT
3992 * syntax.texi (Syntax Table Functions): Clarify and correct
3993 descriptions of make-syntax-table and copy-syntax-table.
3994 (Motion and Syntax): Clarify SYNTAXES argument to
3995 skip-syntax-forward.
3996 (Parsing Expressions): Mention that the return value of
3997 parse-partial-sexp is currently a list of ten rather than nine
3998 elements.
3999 (Categories): Various corrections and clarifications.
4000
d29edb21
LT
40012004-02-17 Luc Teirlinck <teirllm@auburn.edu>
4002
4003 * markers.texi (Marker Insertion Types): Minor change.
4004
4005 * locals.texi (Standard Buffer-Local Variables):
4006 * commands.texi (Interactive Codes, Using Interactive):
4007 * functions.texi (Related Topics): Fix xrefs.
4008
43e48bda
LT
40092004-02-16 Luc Teirlinck <teirllm@auburn.edu>
4010
4011 * lists.texi (Sets And Lists): Update description of delete-dups.
4012
84e34002
RS
40132004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4014
4015 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
4016
40172004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4018
4019 * frames.texi (Parameter Access): frame-parameters arg is optional.
4020 modify-frame-parameters handles nil for FRAME.
4021 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
4022 are all-or-nothing for certain toolkits.
4023 Mention parameter wait-for-wm.
4024 (Frames and Windows): In frame-first-window and frame-selected-window
4025 the arg is optional.
4026 (Input Focus): In redirect-frame-focus the second arg is optional.
4027 (Window System Selections): Mention selection type CLIPBOARD.
4028 Mention data-type UTF8_STRING.
4029 Mention numbering of cut buffers.
4030 (Resources): Describe x-resource-name.
4031
40322004-02-16 Richard M. Stallman <rms@gnu.org>
4033
4034 * windows.texi (Buffers and Windows): Delete false table
4035 about all-frames.
4036
4037 * syntax.texi (Parsing Expressions): Delete old caveat
4038 about parse-sexp-ignore-comments.
4039
4040 * streams.texi (Output Variables): Add print-quoted.
4041
4042 * lists.texi (Building Lists): Minor cleanup.
4043
4044 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
4045
4046 * display.texi (Overlays): Explain overlays use markers.
4047 (Managing Overlays): Explain front-advance and rear-advance
4048 in more detail.
4049
4050 * loading.texi (Unloading): Document unload-feature-special-hooks.
4051 Get rid of fns-NNN.el file.
4052
40532004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4054
4055 * help.texi (Describing Characters): Fix text-char-description
4056 example output.
4057
4058 * edebug.texi (Using Edebug): Fix example.
4059
4060 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 4061
84e34002
RS
4062 * files.texi (Changing Files): Fix argname.
4063
4064 * calendar.texi: Fix parens, and default values.
4065
4066 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
4067 * nonascii.texi, objects.texi, os.texi: Minor fixes.
4068 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
4069
4070 * positions.texi (Text Lines): Don't add -1 in current-line.
4071
40722004-02-16 Richard M. Stallman <rms@gnu.org>
4073
4074 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
4075
c33b76da
EZ
40762004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4077
4078 * processes.texi (Low-Level Network): Fix a typo.
4079
9d7271e8
KS
40802004-02-12 Kim F. Storm <storm@cua.dk>
4081
4082 * display.texi (Fringes): Use consistent wording.
4083 Note that window-fringe's window arg is optional.
4084 (Scroll Bars): Use consistent wording.
4085
6827d730
LT
40862004-02-11 Luc Teirlinck <teirllm@auburn.edu>
4087
4088 * tips.texi (Comment Tips): Document the new conventions for
4089 commenting out code.
4090
1cb60b5a
JD
40912004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4092
4093 * positions.texi (Text Lines): Added missing end defun.
4094
7fdd1f62
KS
40952004-02-07 Kim F. Storm <storm@cua.dk>
4096
4097 * positions.texi (Text Lines): Add line-number-at-pos.
4098
eb3c144c
JPW
40992004-02-06 John Paul Wallington <jpw@gnu.org>
4100
4101 * display.texi (Button Properties, Button Buffer Commands):
4102 mouse-2 invokes button, not down-mouse-1.
4103
a1d38d63
JR
41042004-02-04 Jason Rumney <jasonr@gnu.org>
4105
4106 * makefile.w32-in: Sync with Makefile.in changes.
4107
4b574f3d
LT
41082004-02-03 Luc Teirlinck <teirllm@auburn.edu>
4109
4110 * minibuf.texi (Text from Minibuffer): Various corrections and
4111 clarifications.
4112 (Object from Minibuffer): Correct Lisp description of
4113 read-minibuffer.
4114 (Minibuffer History): Clarify description of cons values for
4115 HISTORY arguments.
4116 (Basic Completion): Various corrections and clarifications. Add
4117 completion-regexp-list.
4118 (Minibuffer Completion): Correct and clarify description of
4119 completing-read.
6f6b0433 4120 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
4121 other minor changes.
4122 (High-Level Completion): Various corrections and clarifications.
4123 (Reading File Names): Ditto.
4124 (Minibuffer Misc): Ditto.
4125
d8186297
LT
41262004-01-26 Luc Teirlinck <teirllm@auburn.edu>
4127
4128 * strings.texi (Text Comparison): assoc-string also matches
4129 elements of alists that are strings instead of conses.
4130 (Formatting Strings): Standardize Texinfo usage. Update index
4131 entries.
4132
9adcb5f2
LT
41332004-01-20 Luc Teirlinck <teirllm@auburn.edu>
4134
4135 * lists.texi (Sets And Lists): Add delete-dups.
4136
3e7274ae
LT
41372004-01-15 Luc Teirlinck <teirllm@auburn.edu>
4138
4139 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
4140 special form.
4141 * macros.texi (Defining Macros): Update description of `declare',
4142 which now is a macro.
4143 (Wrong Time): Fix typos.
4144
944e099f
LT
41452004-01-14 Luc Teirlinck <teirllm@auburn.edu>
4146
4147 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 4148 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
4149 and `batch-byte-compile'. In particular, mention and describe
4150 all optional arguments.
4151 (Disassembly): Correct and clarify the description of `disassemble'.
4152
90c3aa59
LT
41532004-01-11 Luc Teirlinck <teirllm@auburn.edu>
4154
4155 * searching.texi: Various small changes in addition to the
4156 following.
4157 (Regexp Example): Adapt to new value of `sentence-end'.
4158 (Regexp Functions): The PAREN argument to `regexp-opt' can be
4159 `words'.
4160 (Search and Replace): Add usage note for `perform-replace'.
4161 (Entire Match Data): Mention INTEGERS and REUSE arguments to
4162 `match-data'.
4163 (Standard Regexps): Update for new values of `paragraph-start'
4164 and `sentence-end'.
4165
583c353d
LT
41662004-01-07 Luc Teirlinck <teirllm@auburn.edu>
4167
4168 * files.texi (Saving Buffers): Clarify descriptions of
4169 `write-contents-functions' and `before-save-hook'.
4170 Make the defvar's for `before-save-hook' and `after-save-hook'
4171 into defopt's.
4172
05faee07
KS
41732004-01-07 Kim F. Storm <storm@cua.dk>
4174
4175 * commands.texi (Click Events): Describe new image and
4176 width/height elements of click events.
4177 (Accessing Events): Add posn-string, posn-image, and
4178 posn-object-width-height. Change posn-object to return either
4179 image or string object.
4180
a0465ec3
SJ
41812004-01-01 Simon Josefsson <jas@extundo.com>
4182
4183 * hooks.texi (Standard Hooks): Add before-save-hook.
4184 * files.texi (Saving Buffers): Likewise.
4185
972c0c49
RS
41862004-01-03 Richard M. Stallman <rms@gnu.org>
4187
4188 * frames.texi (Frames and Windows): Delete frame-root-window.
4189
dbcd463f
LT
41902004-01-03 Luc Teirlinck <teirllm@auburn.edu>
4191
4192 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
4193
4194 * functions.texi: Various small changes in addition to the
4195 following.
4196 (What Is a Function): `functionp' returns nil for macros. Clarify
4197 behavior of this and following functions for symbol arguments.
4198 (Function Documentation): Add `\' in front of (fn @var{arglist})
4199 and explain why.
4200 (Defining Functions): Mention DOCSTRING argument to `defalias'.
4201 Add anchor.
4202 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
4203
02c77ee9
MB
42042004-01-01 Miles Bader <miles@gnu.org>
4205
4206 * display.texi (Buttons): New section.
4207
903a1a91
AS
42082003-12-31 Andreas Schwab <schwab@suse.de>
4209
4210 * numbers.texi (Math Functions): sqrt reports a domain-error
4211 error.
4212 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
4213
697cf92a
LT
42142003-12-30 Luc Teirlinck <teirllm@auburn.edu>
4215
3f70fe82
LT
4216 * tips.texi (Documentation Tips): Update item on hyperlinks in
4217 documentation strings.
4218
697cf92a
LT
4219 * errors.texi (Standard Errors): Various small corrections and
4220 additions.
4221
4222 * control.texi: Various small changes in addition to the
4223 following.
4224 (Signaling Errors): Provide some more details on how `signal'
4225 constructs the error message. Add anchor to the definition of
4226 `signal'.
4227 (Error Symbols): Describe special treatment of `quit'.
4228 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
4229 to emphasize that it has to be a single form.
4230
4231 * buffers.texi: Add anchor.
4232
4d25144d
RS
42332003-12-29 Richard M. Stallman <rms@gnu.org>
4234
4235 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
4236 (Window Configurations): Add window-configuration-frame.
4237
4238 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
4239
4240 * text.texi (Examining Properties): Add get-char-property-and-overlay.
4241 Change arg name in get-char-property.
4242 (Special Properties): Update handling of keymap property.
4243
4244 * strings.texi (Modifying Strings): Add clear-string.
4245 (Text Comparison): Add assoc-string and remove
4246 assoc-ignore-case, assoc-ignore-representation.
4247
4248 * os.texi (Time of Day): Add set-time-zone-rule.
4249
4250 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 4251 report domain-error errors.
4d25144d 4252
697cf92a 4253 * nonascii.texi (Converting Representations):
4d25144d
RS
4254 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
4255 (Encoding and I/O): Add file-name-coding-system.
4256
4257 * modes.texi (Search-based Fontification): Explain that
4258 face specs are symbols with face names as values.
4259
4260 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
4261
4262 * lists.texi (Building Lists): remq moved elsewhere.
4263 (Sets And Lists): remq moved here.
4264 (Association Lists): Refer to assoc-string.
4265
4266 * internals.texi (Garbage Collection): Add memory-use-counts.
4267
4268 * frames.texi (Frames and Windows): Add set-frame-selected-window
4269 and frame-root-window.
4270
697cf92a 4271 * files.texi (Contents of Directories):
4d25144d
RS
4272 Add directory-files-and-attributes.
4273
4274 * display.texi (Refresh Screen): Add force-window-update.
4275 (Invisible Text): Explain about moving point out of invis text.
4276 (Overlay Properties): Add overlay-properties.
4277 (Managing Overlays): Add overlayp.
4278 (GIF Images): Invalid image number displays a hollow box.
4279
4280 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
4281 (Killing Buffers): Add buffer-live-p.
4282
67fafe38
MR
42832003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
4284
4285 * display.texi (Fringes): Fix typo "set-buffer-window".
4286
68e74f25
LT
42872003-12-24 Luc Teirlinck <teirllm@auburn.edu>
4288
4289 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
4290 * nonascii.texi, processes.texi, tips.texi, variables.texi:
4291 Add or change various xrefs and anchors.
4292
4293 * commands.texi: Replace all occurrences of @acronym{CAR} with
4294 @sc{car}, for consistency with the rest of the Elisp manual.
4295 `car' and `cdr' are historically acronyms, but are no longer
4296 widely thought of as such.
4297
4298 * internals.texi (Pure Storage): Mention that `purecopy' does not
4299 copy text properties.
4300 (Object Internals): Now 29 bits are used (in most implementations)
4301 to address Lisp objects.
4302
4303 * variables.texi (Variables with Restricted Values): New node.
4304
4305 * objects.texi (Lisp Data Types): Mention that certain variables
4306 can only take on a restricted set of values and add an xref to
4307 the new node "Variables with Restricted Values".
4308
4309 * eval.texi (Function Indirection): Describe the errors that
4310 `indirect-function' can signal.
4311 (Eval): Clarify the descriptions of `eval-region' and `values'.
4312 Describe `eval-buffer' instead of `eval-current-buffer' and
4313 mention `eval-current-buffer' as an alias for `current-buffer'.
4314 Correct the description and mention all optional arguments.
4315
697cf92a 4316 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
4317 following.
4318 (Converting Representations): Clarify behavior of
4319 `string-make-multibyte' and `string-to-multibyte' for unibyte all
4320 ASCII arguments.
4321 (Character Sets): Document the variable `charset-list' and adapt
4322 the definition of the function `charset-list' accordingly.
4323 (Translation of Characters): Clarify use of generic characters in
4324 `make-translation-table'. Clarify and correct the description of
4325 the use of translation tables in encoding and decoding.
4326 (User-Chosen Coding Systems): Correct and clarify the description
4327 of `select-safe-coding-system'.
4328 (Default Coding Systems): Clarify description of
4329 `file-coding-system-alist'.
4330
a62f71e4
LT
43312003-11-30 Luc Teirlinck <teirllm@auburn.edu>
4332
4333 * strings.texi (Text Comparison): Correctly describe when two
4334 strings are `equal'. Combine and clarify descriptions of
4335 `assoc-ignore-case' and `assoc-ignore-representation'.
4336
4337 * objects.texi (Non-ASCII in Strings): Clarify description of
4338 when a string is unibyte or multibyte.
4339 (Bool-Vector Type): Update examples.
4340 (Equality Predicates): Correctly describe when two strings are
4341 `equal'.
4342
19017752
LT
43432003-11-29 Luc Teirlinck <teirllm@auburn.edu>
4344
4345 * lists.texi (Building Lists): `append' no longer accepts integer
4346 arguments. Update the description of `number-sequence' to reflect
4347 recent changes.
4348 (Sets And Lists): Describe `member-ignore-case' after `member'.
4349
0f6a07a8
KS
43502003-11-27 Kim F. Storm <storm@cua.dk>
4351
4352 * commands.texi (Click Events): Click object may be an images.
4353 Describe (dx . dy) element of click positions.
4354 (Accessing Events): Remove duplicate posn-timestamp.
4355 New functions posn-object and posn-object-x-y.
4356
1ce7c819
KS
43572003-11-23 Kim F. Storm <storm@cua.dk>
4358
4359 * commands.texi (Click Events): Describe enhancements to event
4360 position lists, including new text-pos and (col . row) items.
4361 Mention left-fringe and right-fringe area events.
0f6a07a8 4362 (Accessing Events): New functions posn-area and
1ce7c819
KS
4363 posn-actual-col-row. Mention posn-timestamp. Mention that
4364 posn-point in non-text area still returns buffer position.
4365 Clarify posn-col-row.
4366
cae8ddbb
LH
43672003-11-21 Lars Hansen <larsh@math.ku.dk>
4368
4369 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4370 * anti.texi (File Attributes): Describe removed parameter
4371 ID-FORMAT.
4372
f7f1a248
LT
43732003-11-20 Luc Teirlinck <teirllm@auburn.edu>
4374
68e74f25 4375 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
4376 a position, its buffer is ignored.
4377
4378 * markers.texi (Overview of Markers): Mention it here too.
4379
c5e2fb05
LT
43802003-11-12 Luc Teirlinck <teirllm@auburn.edu>
4381
4382 * numbers.texi (Numeric Conversions): Not just `floor', but also
4383 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
4384
e57d0aa8
LT
43852003-11-10 Luc Teirlinck <teirllm@auburn.edu>
4386
4387 * markers.texi (Creating Markers): Specify insertion type of
4388 created markers. Add xref to `Marker Insertion Types'.
4389 Second argument to `copy-marker' is optional.
4390 (Marker Insertion Types): Mention that most markers are created
4391 with insertion type nil.
4392 (The Mark): Correctly describe when `mark' signals an error.
4393 (The Region): Correctly describe when `region-beginning' and
4394 `region-end' signal an error.
4395
bb3612ec
LT
43962003-11-08 Luc Teirlinck <teirllm@auburn.edu>
4397
4398 * hash.texi (Creating Hash): Clarify description of `eql'.
4399 `makehash' is obsolete.
4400 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4401
4402 * positions.texi (Point): Change description of `buffer-end', so
4403 that it is also correct for floating point arguments.
4404 (List Motion): Correct argument lists of `beginning-of-defun' and
4405 `end-of-defun'.
4406 (Excursions): Add xref to `Marker Insertion Types'.
4407 (Narrowing): Argument to `narrow-to-page' is optional.
4408
cfb8a797
LT
44092003-11-06 Luc Teirlinck <teirllm@auburn.edu>
4410
4411 * streams.texi (Output Streams): Clarify behavior of point for
4412 marker output streams.
4413
c6177909
LT
44142003-11-04 Luc Teirlinck <teirllm@auburn.edu>
4415
4416 * variables.texi (Defining Variables): Second argument to
4417 `defconst' is not optional.
4418 (Setting Variables): Mention optional argument APPEND to
4419 `add-to-list'.
4420 (Creating Buffer-Local): Expand description of
4421 `make-variable-buffer-local'.
4422 (Frame-Local Variables): Expand description of
4423 `make-variable-frame-local'.
4424 (Variable Aliases): Correct description of optional argument
4425 DOCSTRING to `defvaralias'. Mention return value of
4426 `defvaralias'.
4427 (File Local Variables): Add xref to `File variables' in Emacs
4428 Manual. Correct description of `hack-local-variables'. Mention
4429 `safe-local-variable' property. Mention optional second argument
4430 to `risky-local-variable-p'.
4431
b3645067
LT
44322003-11-03 Luc Teirlinck <teirllm@auburn.edu>
4433
4434 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4435
10695e5c
EZ
44362003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4437
4438 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4439 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4440 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4441 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4442 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 4443 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
4444 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4445 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4446 @acronym{FOO}.
4447
a2f4def1
LT
44482003-10-27 Luc Teirlinck <teirllm@auburn.edu>
4449
4450 * strings.texi (Creating Strings): Argument START to `substring'
4451 can not be `nil'. Expand description of
4452 `substring-no-properties'. Correct description of `split-string',
4453 especially with respect to empty matches. Prevent very bad line
4454 break in definition of `split-string-default-separators'.
4455 (Text Comparison): `string=' and `string<' also accept symbols as
4456 arguments.
4457 (String Conversion): More completely describe argument BASE in
4458 `string-to-number'.
5bb0fcd1 4459 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
4460 corresponding object. Clarify behavior of numeric prefix after
4461 `%' in `format'.
4462 (Case Conversion): The argument to `upcase-initials' can be a
4463 character.
4464
a2296bf9
KH
44652003-10-27 Kenichi Handa <handa@m17n.org>
4466
4467 * display.texi (Fontsets): Fix texinfo usage.
4468
885fef7c
KH
44692003-10-25 Kenichi Handa <handa@m17n.org>
4470
4471 * display.texi (Fontsets): Add description of the function
4472 set-fontset-font.
4473
0c6b7a1f
LT
44742003-10-23 Luc Teirlinck <teirllm@auburn.edu>
4475
4476 * display.texi (Temporary Displays): Add xref to `Documentation
4477 Tips'.
4478
4479 * functions.texi (Function Safety): Use inforef instead of pxref
4480 for SES.
4481
c3cda320
AS
44822003-10-23 Andreas Schwab <schwab@suse.de>
4483
4484 * Makefile.in (TEX, texinputdir): Don't define.
4485 (TEXI2DVI): Define.
4486 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4487 add $(srcdir)/index.texi.
4488 ($(infodir)/elisp): Remove index.texi dependency.
4489 (elisp.dvi): Likewise. Use $(TEXI2DVI).
4490 (index.texi): Remove target.
4491 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
4492 (clean): Don't remove index.texi.
4493
c3cda320
AS
4494 * permute-index, index.perm: Remove.
4495 * index.texi: Rename from index.unperm.
4496
e5dadca7
LT
44972003-10-22 Luc Teirlinck <teirllm@auburn.edu>
4498
4499 * tips.texi (Documentation Tips): Document new behavior for face
4500 and variable hyperlinks in Help mode.
4501
6cfb0777
LT
45022003-10-21 Luc Teirlinck <teirllm@auburn.edu>
4503
4504 * objects.texi (Integer Type): Update for extra bit of integer range.
4505 (Character Type): Ditto.
4506
a6eeaa81 45072003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
4508
4509 * numbers.texi (Integer Basics): Add index entries for reading
4510 numbers in hex, octal, and binary.
4511
c8f9ba83
LK
45122003-10-16 Lute Kamstra <lute@gnu.org>
4513
4514 * modes.texi (Mode Line Format): Mention force-mode-line-update's
4515 argument.
4516
b52a26fb
LT
45172003-10-13 Luc Teirlinck <teirllm@auburn.edu>
4518
4519 * windows.texi (Choosing Window): Fix typo.
4520 * edebug.texi (Edebug Execution Modes): Fix typo.
4521
f7005886
RS
45222003-10-13 Richard M. Stallman <rms@gnu.org>
4523
4524 * windows.texi (Basic Windows): A window has fringe settings,
4525 display margins and scroll-bar settings.
4526 (Splitting Windows): Doc split-window return value.
4527 Clean up one-window-p.
4528 (Selecting Windows): Fix typo.
4529 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4530 (Buffers and Windows): In set-window-buffer, explain effect
4531 on fringe settings and scroll bar settings.
4532 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4533 (Choosing Window): Use defopt for pop-up-frame-function.
4534 For special-display-buffer-names, explain same-window and same-frame.
4535 Clarify window-dedicated-p return value.
4536 (Textual Scrolling): scroll-up and scroll-down can get an error.
4537 (Horizontal Scrolling): Clarify auto-hscroll-mode.
4538 Clarify set-window-hscroll.
4539 (Size of Window): Don't mention tool bar in window-height.
4540 (Coordinates and Windows): Explain what coordinates-in-window-p
4541 returns for fringes and display margins.
4542 (Window Configurations): Explain saving fringes, etc.
4543
4544 * tips.texi (Library Headers): Clean up Documentation.
4545
4546 * syntax.texi (Parsing Expressions): Clean up forward-comment
4547 and parse-sexp-lookup-properties.
4548
4549 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4550
4551 * os.texi (System Environment): Clean up text for load-average errors.
4552
4553 * modes.texi (Hooks): Don't explain local hook details at front.
4554 Clarify run-hooks and run-hook-with-args a little.
4555 Clean up add-hook and remove-hook.
4556
4557 * edebug.texi (Edebug Execution Modes): Clarify t.
4558 Document edebug-sit-for-seconds.
4559 (Coverage Testing): Document C-x X = and =.
4560 (Instrumenting Macro Calls): Fix typo.
4561 (Specification List): Don't index the specification keywords.
4562
c989ebe9
KS
45632003-10-10 Kim F. Storm <storm@cua.dk>
4564
4565 * processes.texi (Network): Introduce make-network-process.
4566
f9525eef
LT
45672003-10-09 Luc Teirlinck <teirllm@auburn.edu>
4568
4569 * tips.texi (Library Headers): Fix typo.
4570
f008b925
LK
45712003-10-07 Juri Linkov <juri@jurta.org>
4572
4573 * modes.texi (Imenu): Mention imenu-create-index-function's
4574 default value. Explain submenus better.
4575
c22c5da6
LK
45762003-10-07 Lute Kamstra <lute@gnu.org>
4577
4578 * modes.texi (Faces for Font Lock): Fix typo.
4579 (Hooks): Explain how buffer-local hook variables can refer to
4580 global hook variables.
4581 Various minor clarifications.
4582
49247521
LK
45832003-10-06 Lute Kamstra <lute@gnu.org>
4584
4585 * tips.texi (Coding Conventions): Mention naming conventions for
4586 hooks.
4587
9296c947
LT
45882003-10-05 Luc Teirlinck <teirllm@auburn.edu>
4589
4590 * loading.texi (Library Search): Correct default value of
4591 load-suffixes.
4592 (Named Features): Fix typo.
4593
0e9b293a
RS
45942003-10-05 Richard M. Stallman <rms@gnu.org>
4595
4596 * loading.texi (Named Features): In `provide',
4597 say how to test for subfeatures.
4598 (Unloading): In unload-feature, use new var name
4599 unload-feature-special-hooks.
4600
49247521 46012003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
4602
4603 * modes.texi (Major Mode Conventions): Mention third way to set up
4604 Imenu.
4605 (Imenu): A number of small fixes.
4606 Delete documentation of internal variable imenu--index-alist.
4607 Document the return value format of imenu-create-index-function
4608 functions.
4609
ab8f7d5c
RS
46102003-09-30 Richard M. Stallman <rms@gnu.org>
4611
4612 * processes.texi (Network): Say what stopped datagram connections do.
4613
4614 * lists.texi (Association Lists): Clarify `assq-delete-all'.
4615
4616 * display.texi (Overlay Properties): Clarify `evaporate' property.
4617
49247521 46182003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
4619
4620 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 4621 constructs should be marked as risky.
86b9b767
LK
4622 Change cons cell into proper list.
4623 (Mode Line Variables): Change cons cell into proper list.
4624
49247521 46252003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
4626
4627 * modes.texi (Mode Line Data): Document the :propertize construct.
4628 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 4629 to match their order in the default mode-line-format.
bc3b02f9
LK
4630 Describe the new variables mode-line-position and mode-line-modes.
4631 Update the default values of mode-line-frame-identification,
4632 minor-mode-alist, and default-mode-line-format.
4633 (Properties in Mode): Mention the :propertize construct.
6142d1d0 4634
bc3b02f9 46352003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 4636
c22c5da6 4637 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
4638 * loading.texi, minibuf.texi, text.texi, variables.texi:
4639 Avoid @strong{Note:}.
4640
46412003-09-26 Richard M. Stallman <rms@gnu.org>
4642
4643 * keymaps.texi (Remapping Commands): Fix typo.
4644
41beda59
LT
46452003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
4646
4647 * processes.texi (Low-Level Network): Fix typo.
4648
ef6ae4ff
KS
46492003-09-23 Kim F. Storm <storm@cua.dk>
4650
4651 * processes.texi (Network, Network Servers): Fix typos.
4652 (Low-Level Network): Add timeout value for :server keyword.
4653 Add new option keywords to make-network-process.
4654 Add set-network-process-options.
4655 Explain how to test availability of network options.
4656
b0f23edf
RS
46572003-09-19 Richard M. Stallman <rms@gnu.org>
4658
4659 * text.texi (Motion by Indent): Arg to
4660 backward-to-indentation and forward-to-indentation is optional.
4661
4662 * strings.texi (Creating Strings): Add substring-no-properties.
4663
4664 * processes.texi
4665 (Process Information): Add list-processes arg QUERY-ONLY.
4666 Delete process-contact from here.
4667 Add new status values for process-status.
4668 Add process-get, process-put, process-plist, set-process-plist.
4669 (Synchronous Processes): Add call-process-shell-command.
4670 (Signals to Processes): signal-process allows process objects.
4671 (Network): Complete rewrite.
4672 (Network Servers, Datagrams, Low-Level Network): New nodes.
4673
4674 * positions.texi (Word Motion): forward-word, backward-word
4675 arg is optional. Reword.
4676
4677 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
4678
c22c5da6 4679 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
4680 Delete duplicate definition of buffer-local-value.
4681 (File Local Variables): Explain about discarding text props.
4682
f387bdea
RS
46832003-09-11 Richard M. Stallman <rms@gnu.org>
4684
4685 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4686 changes variables that record input events.
4687 (Minibuffer Misc): Add minibuffer-selected-window.
4688
4689 * lists.texi (Building Lists): Add copy-tree.
4690
4691 * display.texi (Fontsets): Add char-displayable-p.
4692 (Scroll Bars): New node.
4693
49247521 46942003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
4695
4696 * modes.texi (%-Constructs): Document new `%i' and `%I'
4697 constructs.
4698
fd026ee1
JR
46992003-09-03 Peter Runestig <peter@runestig.com>
4700
4701 * makefile.w32-in: New file.
4702
4828b4d7
RS
47032003-08-29 Richard M. Stallman <rms@gnu.org>
4704
4705 * display.texi (Overlay Properties): Clarify how priorities
4706 affect use of the properties.
4707
a4e4f05d
LT
47082003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4709
4710 * customize.texi (Type Keywords): Correct the description of
4711 `:help-echo' in the case where `motion-doc' is a function.
4712
3ebe0346
JPW
47132003-08-14 John Paul Wallington <jpw@gnu.org>
4714
4715 * modes.texi (Emulating Mode Line): Subsection, not section.
4716
3afe8e39
RS
47172003-08-13 Richard M. Stallman <rms@gnu.org>
4718
4719 * elisp.texi (Top): Update subnode lists in menu.
4720
4721 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4722 (Kill Functions): kill-region has new arg yank-handler.
4723 (Yanking): New node.
4724 (Yank Commands): Add yank-undo-function.
4725 (Low-Level Kill Ring):
4726 kill-new and kill-append have new arg yank-handler.
4727 (Changing Properties): Add remove-list-of-text-properties.
4728 (Atomic Changes): New node.
4729
4730 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4731
4732 * streams.texi (Output Variables): Add eval-expression-print-length
4733 and eval-expression-print-level.
4734
4735 * os.texi (Time Conversion): For encode-time, explain limits on year.
4736
4737 * objects.texi (Character Type): Define anchor "modifier bits".
4738
4739 * modes.texi (Emulating Mode Line): New node.
4740 (Search-based Fontification): Font Lock uses font-lock-face property.
4741 (Other Font Lock Variables): Likewise.
4742
4743 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4744 not vectors.
4745 (Active Keymaps): Add emulation-mode-map-alists.
4746 (Functions for Key Lookup): key-binding has new arg no-remap.
4747 (Remapping Commands): New node.
4748 (Scanning Keymaps): where-is-internal has new arg no-remap.
4749 (Tool Bar): Add tool-bar-local-item-from-menu.
4750 Clarify when to use tool-bar-add-item-from-menu.
4751
4752 * commands.texi (Interactive Call): commandp has new arg.
4753 (Command Loop Info): Add this-original-command.
4754
e37769b1
JPW
47552003-08-06 John Paul Wallington <jpw@gnu.org>
4756
4757 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4758
4759 * display.texi (Warning Basics): Fix typo.
4760 (Fringes): Add closing curly bracket and fix typo.
4761
4762 * elisp.texi (Top): Fix typo.
4763
c5e0561f
RS
47642003-08-05 Richard M. Stallman <rms@gnu.org>
4765
4766 * elisp.texi: Update lists of subnodes.
4767
4768 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4769
4770 * variables.texi (Local Variables): Use lc for example variable names.
4771
4772 * tips.texi (Library Headers): Explain where to put -*-.
4773
4774 * strings.texi (Creating Strings): Fix xref for vconcat.
4775
4776 * sequences.texi (Vector Functions):
4777 vconcat no longer allows integer args.
4778
4779 * minibuf.texi (Reading File Names): read-file-name has new
4780 arg PREDICATE. New function read-directory-name.
4781
4782 * macros.texi (Defining Macros): Give definition of `declare'
4783 (Indenting Macros): New node.
4784
4785 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4786 (Window Frame Parameters): Make separate table of parameters
4787 that are coupled with specific face attributes.
4788 (Deleting Frames): delete-frame-hooks renamed to
4789 delete-frame-functions.
4790
4791 * files.texi (Magic File Names): Add file-remote-p.
4792 Clarify file-local-copy.
4793
4794 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4795 here; instead xref Defining Macros.
4796
4797 * display.texi (Warnings): New node, and subnodes.
4798 (Fringes): New node.
4799
4800 * debugging.texi (Test Coverage): New node.
4801
4802 * compile.texi (Compiler Errors): Explain with-no-warnings
4803 and other ways to suppress warnings.
4804
4805 * commands.texi (Interactive Call): Minor clarification.
4806
4807 * buffers.texi (Buffer File Name): set-visited-file-name
4808 renames the buffer too.
4809
4810 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4811
ee59dede
MR
48122003-07-24 Markus Rost <rost@math.ohio-state.edu>
4813
4814 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4815
f0514b34
MR
48162003-07-22 Markus Rost <rost@math.ohio-state.edu>
4817
4818 * internals.texi (Garbage Collection): Fix previous change.
4819
c73983bb
RS
48202003-07-22 Richard M. Stallman <rms@gnu.org>
4821
4822 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4823
4824 * display.texi (Width): Use \s syntax in example.
4825 (Font Selection): Add face-font-rescale-alist.
4826
4827 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4828 Remove spurious indent in example.
4829
4830 * lists.texi (Building Lists): Add number-sequence.
4831
4832 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4833
4834 * functions.texi (Function Documentation): Explain how to
4835 show calling convention explicitly in the doc string.
4836
4837 * windows.texi (Selecting Windows): save-selected-window saves
4838 selected window of each frame.
4839 (Window Configurations): Minor change.
4840
4841 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4842
4843 * streams.texi (Output Variables): Add print-continuous-numbering
4844 and print-number-table.
4845
4846 * processes.texi (Decoding Output): New node.
4847
4848 * os.texi (Time Conversion): decode-time arg is optional.
4849
4850 * objects.texi (Character Type): Don't use space as example for \.
4851 Make list of char names and \-sequences correspond.
4852 Explain that \s is not used in strings. `\ ' needs space after.
4853
4854 * nonascii.texi (Converting Representations): Add string-to-multibyte.
4855 (Translation of Characters): Add translation-table-for-input.
4856 (Default Coding Systems): Add auto-coding-functions.
4857 (Explicit Encoding): Add decode-coding-inserted-region.
4858 (Locales): Add locale-info.
4859
4860 * minibuf.texi (Basic Completion): Describe test-completion.
4861 Collections can be lists of strings.
4862 Clean up lazy-completion-table.
4863 (Programmed Completion): Mention test-completion.
4864 Clarify why lambda expressions are not accepted.
4865 (Minibuffer Misc): Describe minibufferp.
4866
51a8b435
RS
48672003-07-14 Richard M. Stallman <rms@gnu.org>
4868
4869 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4870
4871 * windows.texi (Selecting Windows): New arg to select-window.
4872 (Selecting Windows): Add with-selected-window.
4873 (Size of Window): Add window-inside-edges, etc.
4874
4875 * internals.texi (Garbage Collection): Add post-gc-hook.
4876
4877 * processes.texi (Subprocess Creation): Add exec-suffixes.
4878
4879 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4880 (Scanning Keymaps): Add map-keymaps.
4881 (Defining Menus): Add keymap-prompt.
4882
4883 * numbers.texi (Integer Basics): Add most-positive-fixnum,
4884 most-negative-fixnum.
4885
4886 * compile.texi (Byte Compilation): Explain no-byte-compile
4887 (Compiler Errors): New node.
4888
4889 * os.texi (User Identification): user-uid, user-real-uid
4890 can return float.
4891
4892 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4893 and about derived modes.
4894 (Minor Modes): Add minor-mode-list.
4895 (Defining Minor Modes): Keyword args for define-minor-mode.
4896 (Search-based Fontification): Explain managing other properties.
4897 (Other Font Lock Variables): Add font-lock-extra-managed-props.
4898 (Faces for Font Lock): Add font-locl-preprocessor-face.
4899 (Hooks): Add run-mode-hooks and delay-mode-hooks.
4900
4901 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 4902 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
4903
4904 * loading.texi (Library Search): Add load-suffixes.
4905
4906 * minibuf.texi (Basic Completion): Add lazy-completion-table.
4907 (Programmed Completion): Add dynamic-completion-table.
4908
4909 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4910 (Magic File Names): Specify precedence order of handlers.
199bb209 4911
51a8b435
RS
4912 * commands.texi (Command Overview): Emacs server runs pre-command-hook
4913 and post-command-hook.
4914 (Waiting): New calling convention for sit-for.
4915
4916 * text.texi (Special Properties): local-map and keymap properties
4917 apply based on their stickiness.
4918
c6de56a0
RS
49192003-07-07 Richard M. Stallman <rms@gnu.org>
4920
4921 * modes.texi (Minor Mode Conventions): Specify only some kinds
4922 of list values as args to minor modes.
4923
4924 * files.texi (File Name Expansion): Warn about iterative use
4925 of substitute-in-file-name.
4926
4927 * advice.texi (Activation of Advice): Clean up previous change.
4928
8c761ea6
MR
49292003-07-06 Markus Rost <rost@math.ohio-state.edu>
4930
4931 * advice.texi (Activation of Advice): Note that ad-start-advice is
4932 turned on by default.
4933
c6de56a0
RS
49342003-06-30 Richard M. Stallman <rms@gnu.org>
4935
4936 * text.texi (Buffer Contents): Document current-word.
4937 (Change Hooks): Not called for *Messages*.
4938
4939 * functions.texi (Defining Functions): Explain about redefining
4940 primitives.
4941 (Function Safety): Renamed. Minor changes.
4942 Comment out the detailed criteria for what is safe.
4943
3fe4e567
AS
49442003-06-22 Andreas Schwab <schwab@suse.de>
4945
4946 * objects.texi (Symbol Type): Fix description of examples.
4947
cda7bd13
AS
49482003-06-16 Andreas Schwab <schwab@suse.de>
4949
4950 * hash.texi (Creating Hash): Fix description of :weakness.
4951
fbcffa4a
KG
49522003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4953
4954 * files.texi (Changing Files): copy-file copies file modes, too.
4955
ff6a3bfb
RS
49562003-05-28 Richard M. Stallman <rms@gnu.org>
4957
4958 * strings.texi (Creating Strings): Clarify split-string.
4959
1463a05d
JB
49602003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
4961
4962 * strings.texi (Creating Strings): Update split-string specification
4963 and examples.
4964
af253914
RS
49652003-05-19 Richard M. Stallman <rms@gnu.org>
4966
4967 * elisp.texi: Correct invariant section names.
4968
7ea52f92
RS
49692003-04-20 Richard M. Stallman <rms@gnu.org>
4970
4971 * os.texi (Timers): Explain about timers and quitting.
4972
e31afc09
RS
49732003-04-19 Richard M. Stallman <rms@gnu.org>
4974
4975 * internals.texi (Writing Emacs Primitives): Strings are
4976 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
4977 Explain GCPRO convention for varargs function args.
4978
5ceea398
RS
49792003-04-16 Richard M. Stallman <rms@gnu.org>
4980
4981 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
4982
b0ada147
RS
49832003-04-08 Richard M. Stallman <rms@gnu.org>
4984
4985 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
4986
b23375aa
KS
49872003-02-13 Kim F. Storm <storm@cua.dk>
4988
4989 * objects.texi (Character Type): New \s escape for space.
4990
c60ee5e7
JB
49912003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
4992
4993 * os.texi (System Environment): Added cygwin system-type.
4994
84e47416
RS
49952003-01-25 Richard M. Stallman <rms@gnu.org>
4996
4997 * keymaps.texi: Document that a symbol can act as a keymap.
4998
3e8cf2ea
RS
49992003-01-13 Richard M. Stallman <rms@gnu.org>
5000
5001 * text.texi (Changing Properties): Say string indices are origin-0.
5002
5003 * positions.texi (Screen Lines) <compute-motion>:
5004 Correct order of elts in return value.
5005
5006 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
5007 how to define a default binding.
5008
7abb9fc5 50092002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 5010
104bc3aa 5011 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 5012
104bc3aa 5013 * customize.texi (Simple Types): Clarify description of custom
9b7fa297 5014 type 'number. Describe new custom type 'float.
177f790c 5015
7abb9fc5 50162002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
5017
5018 * variables.texi (File Local Variables): Fix typo.
5019
df140a68 50202002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 5021
df140a68
KG
5022 From Michael Albinus <Michael.Albinus@alcatel.de>.
5023
5024 * README: Target for Info file is `make info'.
5025
5026 * files.texi (File Name Components): Fixed typos in
5027 `file-name-sans-extension'.
5028 (Magic File Names): Complete list of operations for magic file
5029 name handlers.
5030
7ed9159a
JY
50312002-09-16 Jonathan Yavner <jyavner@engineer.com>
5032
5033 * variables.texi (File Local Variables): New function
5034 risky-local-variable-p.
5035
50362002-09-15 Jonathan Yavner <jyavner@engineer.com>
5037
5038 * functions.texi (Function safety): New node about unsafep.
5039
241f79af
PA
50402002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
5041
5042 * customize.texi (Splicing into Lists): Fixed example.
5043 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
5044
72459b15
JB
50452002-06-17 Juanma Barranquero <lektu@terra.es>
5046
5047 * frames.texi (Display Feature Testing): Fix typo.
5048
61f7e0f5
AS
50492002-06-12 Andreas Schwab <schwab@suse.de>
5050
5051 * frames.texi (Initial Parameters, Resources): Fix references to
5052 the Emacs manual.
5053
4e792dbd
KS
50542002-05-13 Kim F. Storm <storm@cua.dk>
5055
5056 * variables.texi (Intro to Buffer-Local): Updated warning and
5057 example relating to changing buffer inside let.
5058
940344d4 50592002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
5060
5061 * os.texi (Session Management): New node about X Session management.
5062
231ac53b
EZ
50632002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
5064
5065 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
5066 to which the manual corresponds, and the copyright years.
5067
5068 * Makefile.in (VERSION): Set to 2.9.
5069
140cc574
EZ
50702001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
5071
5072 * elisp.texi: Change the category in @dircategory to "Emacs", to
5073 make it consistent with info/dir.
5074
9c7fce05
MB
50752001-11-25 Miles Bader <miles@gnu.org>
5076
5077 * text.texi (Fields): Describe new `limit' arg in
5078 field-beginning/field-end.
5079
9f8bbf0f
EZ
50802001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5081
a5e6715c
EZ
5082 * permute-index: Don't depend on csh-specific features. Replace
5083 the interpreter name with /bin/sh.
5084
9f8bbf0f
EZ
5085 * two-volume-cross-refs.txt: New file.
5086 * two.el: New file.
5087 * spellfile: New file.
5088
1756e2fb
EZ
50892001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5090
5091 * permute-index: New file.
5092
5093 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
5094 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
5095 8+3 restricted namespace.
ad050e54
EZ
5096
5097 * Makefile.in (infodir): Define relative to $(srcdir).
5098 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
5099 include directories list via -I switch to makeinfo.
5100 (index.texi): Use cp if both hard and symbolic links fail.
5101
10fa7f8e
EZ
51022001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5103
7a1494ce
EZ
5104 * Makefile.in (distclean): Add.
5105
10fa7f8e
EZ
5106 The following changes make ELisp manual part of the Emacs
5107 distribution:
5108
5109 * Makefile.in: Add Copyright notice.
5110 (prefix): Remove.
5111 (infodir): Change value to "../info".
5112 (VPATH): New variable.
5113 (MAKE): Don't define.
5114 (texmacrodir): Don't define.
5115 (texinputdir): Append the existing value of TEXINPUTS.
5116 ($(infodir)/elisp): Instead of just "elisp". Reformat the
5117 command to be compatible with man/Makefile.in, and to put the
5118 output into ../info.
5c32b7c5 5119 (info): Add target.
10fa7f8e
EZ
5120 (installall): Target removed.
5121
74686736 51222001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
5123
5124 * tips.texi (Coding Conventions): Fix typo.
5125
6fd735df
GM
51262001-10-23 Gerd Moellmann <gerd@gnu.org>
5127
5128 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
5129
b704d54b
EZ
51302001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5131
5132 * files.texi (File Name Components): Update the description of
5133 file-name-sans-extension and file-name-extension, as they now
5134 ignore leading dots.
5135
71431a0e
GM
51362001-10-20 Gerd Moellmann <gerd@gnu.org>
5137
6aa97356 5138 * (Version 21.1 released.)
71431a0e 5139
79f1f96c
MB
51402001-10-19 Miles Bader <miles@gnu.org>
5141
5142 * positions.texi (Text Lines): Describe behavior of
5143 `beginning-of-line'/`end-of-line' in the presence of field properties.
5144
892a8f36
GM
51452001-10-17 Gerd Moellmann <gerd@gnu.org>
5146
5147 * Makefile.in (VERSION): Set to 2.8.
5148 (manual): Use `manual-21'.
5149
8c1cc9e8 5150 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
5151 number was used. Set it to 2.8.
5152
5153 * intro.texi: Likewise.
5154
51724e26
EZ
51552001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5156
5157 * files.texi (File Name Completion): Document the significance of
5158 a trailing slash in elements of completion-ignored-extensions.
5159
57b338e8
MB
51602001-10-06 Miles Bader <miles@gnu.org>
5161
5162 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
5163
c89e4bc5
GM
51642001-10-04 Gerd Moellmann <gerd@gnu.org>
5165
5166 * variables.texi (Variable Aliases): New node.
5167
ab952a4f
GM
51682001-10-04 Gerd Moellmann <gerd@gnu.org>
5169
5170 * Branch for 21.1.
dff28924 5171
9db3a582
MB
51722001-10-02 Miles Bader <miles@gnu.org>
5173
ae1a9581
MB
5174 * minibuf.texi (Minibuffer Misc): Add entries for
5175 `minibuffer-contents', `minibuffer-contents-no-properties', and
5176 `delete-minibuffer-contents'.
5177 Correct description for `minibuffer-prompt-end'.
5178
9db3a582
MB
5179 * text.texi (Property Search): Correct descriptions of
5180 `next-char-property-change' and `previous-char-property-change'.
5181 Add entries for `next-single-char-property-change' and
5182 `previous-single-char-property-change'.
5183 Make operand names a bit more consistent.
5184
03be5931
EZ
51852001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
5186
5187 * frames.texi (Finding All Frames): Document that next-frame and
5188 previous-frame are local to current terminal.
5189
974548ec
EZ
51902001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
5191
5192 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 5193 result of make-keymap.
974548ec 5194
8d82c597
EZ
51952001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
5196
5197 * display.texi (Font Lookup, Attribute Functions)
5198 (Image Descriptors): Add cross-references to the definition of
5199 selected frame.
5200
5201 * buffers.texi (The Buffer List): Add cross-references to the
5202 definition of selected frame.
5203
5204 * frames.texi (Input Focus): Clarify which frame is _the_ selected
5205 frame at any given time.
5206 (Multiple Displays, Size and Position): Add a cross-reference to
5207 the definition of the selected frame.
5208
2842de30
EZ
52092001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5210
5211 * strings.texi (String Conversion) <string-to-number>: Document
5212 that a float is returned for integers that are too large.
5213
5214 * frames.texi (Mouse Position): Document mouse-position-function.
5215 (Display Feature Testing): Document display-images-p.
5216 (Window Frame Parameters): Document the cursor-type variable.
5217
5218 * numbers.texi (Integer Basics): Document CL style read syntax for
5219 integers in bases other than 10.
5220
5221 * positions.texi (List Motion): Document
5222 open-paren-in-column-0-is-defun-start.
5223
5224 * lists.texi (Sets And Lists): Document member-ignore-case.
5225
5226 * internals.texi (Garbage Collection): Document the used and free
5227 strings report.
5228 (Memory Usage): Document strings-consed.
5229
5230 * os.texi (Time of Day): Document float-time.
5231 (Recording Input): Document that clear-this-command-keys clears
5232 the vector to be returned by recent-keys.
5233
5234 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
5235 argument keymap can be a list.
5236
5237 * nonascii.texi (User-Chosen Coding Systems)
5238 <select-safe-coding-system>: Document the new argument
5239 accept-default-p and the variable
5240 select-safe-coding-system-accept-default-p. Tell what happens if
5241 buffer-file-coding-system is undecided.
5242 (Default Coding Systems): Document auto-coding-regexp-alist.
5243
5244 * display.texi (The Echo Area) <message>: Document
5245 message-truncate-lines.
5246 (Glyphs): Document that the glyph table is unused on windowed
5247 displays.
5248
5249 * help.texi (Describing Characters) <single-key-description>:
5250 Document the new argument no-angles.
5251 (Accessing Documentation) <documentation-property>: Document that
5252 a non-string property is evaluated.
5253 <documentation>: Document that the function-documentation property
5254 is looked for.
5255
5256 * windows.texi (Selecting Windows): Document some-window.
5257
5258 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
5259
5260 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
5261 apropos-mode-hook.
5262
5263 * commands.texi (Using Interactive): Document interactive-form.
5264 (Keyboard Macros): Document kbd-macro-termination-hook.
5265 (Command Loop Info): Document that clear-this-command-keys clears
5266 the vector to be returned by recent-keys.
5267
2d43d823
GM
52682001-09-04 Werner LEMBERG <wl@gnu.org>
5269
5270 * Makefile.in (srcdir, texinputdir): New variables.
5271 (srcs, index.texi, install): Use $(srcdir).
5272 (.PHONY): Remove elisp.dvi.
5273 (elisp): Use -I switch for makeinfo.
5274 (elisp.dvi): Use $(srcdir) and $(texinputdir).
5275 (installall, dist): Use $(srcdir).
5276 Fix path to texinfo.tex.
5277 (maintainer-clean): Add elisp.dvi and elisp.oaux.
5278
fa739b31
GM
52792001-08-30 Gerd Moellmann <gerd@gnu.org>
5280
92a25631
GM
5281 * display.texi (Conditional Display): Adjust to API change.
5282
fa739b31
GM
5283 * configure: New file.
5284
cef68af5
GM
52852001-07-30 Gerd Moellmann <gerd@gnu.org>
5286
5287 * commands.texi (Repeat Events): Add description of
5288 double-click-fuzz.
5289
d1f08d85
SM
52902001-05-08 Stefan Monnier <monnier@cs.yale.edu>
5291
5292 * syntax.texi (Syntax Class Table): Add the missing designator for
5293 comment and string fences.
5294 (Syntax Properties): Add a xref to syntax table internals.
5295 (Syntax Table Internals): Document string-to-syntax.
5296
1e9fc92e
GM
52972001-05-07 Gerd Moellmann <gerd@gnu.org>
5298
5299 * Makefile.in (install): Use install-info command line options
5300 like in Emacs' Makefile.in.
5301
00480554
MB
53022000-12-09 Miles Bader <miles@gnu.org>
5303
5304 * windows.texi (Window Start): Update documentation for
5305 `pos-visible-in-window-p'.
5306
1e344ee2
SM
53072000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5308
5309 * lists.texi (Building Lists): Add footnote to explain how to add
5310 to the end of a list.
5311
a540f6ed
GM
53122000-10-25 Gerd Moellmann <gerd@gnu.org>
5313
5314 * files.texi (Visiting Functions): Typos.
5315
28bcdbee
KH
53162000-10-25 Kenichi Handa <handa@etl.go.jp>
5317
5318 * files.texi (Visiting Functions): Return value of
5319 find-file-noselect may be a list of buffers if wildcards are used.
5320
22d1a4ed
MB
53212000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5322
5323 * display.texi (Defining Faces): Document `graphic' display type
5324 in face specs.
5325
916a89db
KG
53262000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5327
1e9fc92e 5328 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
5329 `after-make-frame-hook' with `after-make-frame-functions'.
5330
1e9fc92e 5331 * frames.texi (Creating Frames): Ditto.
916a89db 5332
1e9fc92e 5333 * variables.texi (Future Local Variables): Ditto.
916a89db 5334
483de32b
GM
53352000-10-16 Gerd Moellmann <gerd@gnu.org>
5336
5337 * display.texi (Other Image Types): Add description of :foreground
5338 and :background properties of mono PBM images.
5339
e23a63a5
WL
53402000-08-17 Werner LEMBERG <wl@gnu.org>
5341
5342 * .cvsignore: New file.
5343
dfc16043
GM
53442000-01-05 Gerd Moellmann <gerd@gnu.org>
5345
5346 * tindex.pl: New script.
5347
602613fe
DL
53481999-12-03 Dave Love <fx@gnu.org>
5349
5350 * Makefile.in (MAKEINFO): New parameter.
5351
94ec544d
DL
53521999-09-17 Richard Stallman <rms@gnu.org>
5353
5354 * Makefile.in (srcs): Add hash.texi.
5355 (VERSION): Update to 20.6.
5356
53571999-09-13 Richard Stallman <rms@gnu.org>
5358
5359 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
5360
53611998-08-29 Karl Heuer <kwzh@gnu.org>
5362
5363 * configure.in: New file.
5364 * Makefile.in: Renamed from Makefile.
5365 (prefix, infodir): Use value obtained from configure.
5366 (emacslibdir): Obsolete variable deleted.
5367 (dist): Distribute configure.in, configure, Makefile.in.
5368
53691998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
5370
5371 * Makefile (INSTALL_INFO): New variable.
5372 (install): Run install-info.
5373
53741998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
5375
5376 * Makefile (elisp.dvi): Add missing backslash.
5377
53781998-05-02 Richard Stallman <rms@psilocin.gnu.org>
5379
5380 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
5381 Run texindex without `./'. Always run texindex on elisp.tp.
5382 (elisp.tps): Target deleted.
5383
53841998-04-05 Richard Stallman <rms@psilocin.gnu.org>
5385
5386 * Makefile (srcs): Add nonascii.texi and customize.texi.
5387 (dist): Start by deleting `temp'.
5388
53891998-02-17 Richard Stallman <rms@psilocin.gnu.org>
5390
5391 * Makefile (makeinfo, texindex): Targets deleted.
5392 (makeinfo.o, texindex.o): Targets deleted.
5393 (clean, dist): Don't do anything with them or with getopt*.
5394
53951998-01-30 Richard Stallman <rms@psilocin.gnu.org>
5396
5397 * Makefile (SHELL): Defined.
5398
53991998-01-27 Richard Stallman <rms@psilocin.gnu.org>
5400
5401 * Makefile (elisp.tps): New target.
5402 (elisp.dvi): Depend on elisp.tps.
5403
5404Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
5405
5406 * README: Update phone number.
5407
5408 * Makefile (elisp): Make this be the default target.
5409 Depend on makeinfo.c instead of makeinfo.
5410 (install): Don't depend on elisp.dvi, since we don't install that.
5411 Use mkinstalldirs.
5412 (dist): Add mkinstalldirs.
5413
5414Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5415
5416 * Makefile (VERSION): Update version number.
5417 (maintainer-clean): Renamed from realclean.
5418
5419Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5420
5421 * Makefile (realclean): New target.
5422 (elisp): Remove any old elisp-* files first.
5423
5424Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5425
d1f08d85
SM
5426 * Makefile (VERSION): New variable.
5427 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5428 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
5429
5430Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5431
5432 * Makefile (elisp): Depend on makeinfo.
5433
5434Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
5435
d1f08d85 5436 * Makefile (srcs): Add anti.texi.
94ec544d
DL
5437
5438Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5439
5440 * Makefile (infodir, prefix): New vars.
5441 (install): Use infodir.
5442 (emacsinfodir): Deleted.
5443
5444Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5445
5446 * Makefile (srcs): Add calendar.texi.
5447
5448 * Makefile (dist): Copy texindex.c and makeinfo.c.
5449 Limit elisp-* files to those with one or two digits.
5450
5451Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5452
5453 * Makefile (dist): Changed to use Gzip instead of compress.
5454
5455Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5456
5457 * loading.texi (Unloading): define-function changed back to
5458 defalias. It may not stay this way, but at least it's
5459 consistent with the known-good version of the code patch.
5460
5461Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5462
5463 * modes.texi (Hooks): Document new optional arg of add-hook.
5464
5465Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5466
d1f08d85 5467 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
5468
5469 * tips.texi: Add new section on standard library headers.
5470
5471Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5472
5473 * Makefile (srcs): Add frame.texi to the list of sources.
5474
5475Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5476
5477 * Makefile (dist): Don't bother excluding autosave files; they'll
5478 never make it into the temp directory anyway, and the hash marks
5479 in the name are problematic for make and the Bourne shell.
dff28924 5480 (srcs):
94ec544d
DL
5481
5482Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5483
d1f08d85 5484 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
5485 the distribution tar file.
5486
dff28924 5487Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
5488
5489 * Makefile (srcs): Added index.perm.
5490 (elisp.dvi): Remove erroneous shell comment.
5491 Expect output of permute-index in permuted.fns.
5492 Save old elisp.aux in elisp.oaux.
5493 (clean): Added index.texi to be deleted.
5494
dff28924 5495Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5496
5497 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5498
dff28924 5499Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d 5500
6db11765 5501 * files.texi: Noted that completion-ignored-extensions is ignored
94ec544d
DL
5502 when making *Completions*.
5503
5504Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5505
5506 * Makefile make dist now depends on elisp.dvi, since it tries
5507 to include it in the dist file.
5508
dff28924 5509Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
5510
5511 * functions.texinfo (Mapping Functions): Add missing quote
5512
dff28924 5513Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5514
5515 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5516 (defunargs): Turn off \hyphenchar of \sl font temporarily.
5517
dff28924 5518Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5519
5520 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5521 and @error{} are the terms now being used. The files in the
5522 directory have been changed to reflect this.
5523
d1f08d85 5524 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
5525 ` @result{}', using 5 spaces at the begining of the line.
5526
dff28924 5527Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5528
5529 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5530 experimental @indentedresult{}, @indentedexpandsto{} are part of
5531 the texinfo.tex in this directory. These TeX macros are not
5532 stable yet.
5533
dff28924 5534Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d 5535
6db11765 5536 * texinfo.tex: Temporarily added
d1f08d85 5537 \let\result=\dblarrow
94ec544d
DL
5538 \def\error{{\it ERROR} \longdblarrow}
5539 We need to do this better soon.
5540
dff28924 5541Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5542
5543 * Applied Karl Berry's patches to *.texinfo files, but not to
9b7fa297 5544 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
94ec544d
DL
5545 new title page format is also not applied, since it requires
5546 texinfo.tex changes.)
5547
5548 * Cleaned up `Makefile' and defined the `emacslibdir' directory
5549 for the Project GNU development environment.
5550
ad050e54 5551;; Local Variables:
fd026ee1 5552;; coding: iso-2022-7bit
33462dfa 5553;; add-log-time-zone-rule: t
ad050e54 5554;; End:
2a34a036 5555
651f374c 5556 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
ceb4c4d3 5557 2005, 2006 Free Software Foundation, Inc.
2a34a036
GM
5558 Copying and distribution of this file, with or without modification,
5559 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
5560
5561;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda