(syms_of_lread) <load-history>: Doc fix.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
35dda13e
EZ
12007-02-03 Eli Zaretskii <eliz@gnu.org>
2
3 * elisp.texi (Top): Make the detailed menu headers compliant with
4 Texinfo guidelines and with what texnfo-upd.el expects. Add
5 comments to prevent people from inadvertently modifying the key
6 parts needed by `texinfo-multiple-files-update'.
7
cf8b92db
EZ
82007-02-02 Eli Zaretskii <eliz@gnu.org>
9
71ed83ca
EZ
10 * elisp.texi (Top): Update the top-level menus.
11
cf8b92db
EZ
12 * syntax.texi (Categories): Add index entries.
13
f2c661c4
JB
142007-02-01 Juanma Barranquero <lekktu@gmail.com>
15
16 * display.texi (Attribute Functions): Fix name and description of
17 the UNDERLINE arg of `set-face-underline-p'.
18
cb5918d9
EZ
192007-01-29 Eli Zaretskii <eliz@gnu.org>
20
ed4af17b
EZ
21 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
22 Variables", and "Standard Keymaps" to the detailed menu.
23
cb5918d9
EZ
24 * variables.texi (Future Local Variables): Add index entry.
25
d9380425
RS
262007-01-28 Richard Stallman <rms@gnu.org>
27
28 * tips.texi (Coding Conventions): Clarify the tip about macros
29 that define a function or a variable.
30
31 * files.texi (File Attributes): UID and GID can be floats.
32 (Magic File Names): Explain why deferring all operations to
33 the standard handler does not work.
34
bfb2471c
MR
352007-01-23 Martin Rudalics <rudalics@gmx.at>
36
37 * backups.texi (Reverting): Use "buffer" instead of "file"
38 when talking about major and minor modes.
39
4e37c526
RS
402007-01-21 Richard Stallman <rms@gnu.org>
41
42 * help.texi (Documentation): Add xref to Documentation Tips.
43
de529e21
JB
442007-01-14 Juanma Barranquero <lekktu@gmail.com>
45
46 * tips.texi (Coding Conventions): Fix typos.
47
cc7ff062
RS
482007-01-05 Richard Stallman <rms@gnu.org>
49
50 * modes.texi (Defining Minor Modes): Fix previous change.
51
cd35741d
RS
522007-01-03 Richard Stallman <rms@gnu.org>
53
de529e21 54 * customize.texi (Variable Definitions, Customization Types):
cd35741d
RS
55 Don't use * in doc string for defcustom.
56
a6c327a8
RS
572007-01-02 Richard Stallman <rms@gnu.org>
58
59 * variables.texi (Variable Aliases): Clarify that aliases vars
60 always have the same value.
61
62 * processes.texi (Bindat Spec): Fix Texinfo usage.
63
64 * modes.texi (Defining Minor Modes): Explain effect of command
65 defined with define-global-minor-mode on new buffers.
66
249844e0
KS
672006-12-30 Kim F. Storm <storm@cua.dk>
68
69 * keymaps.texi (Tool Bar): Describe `grow-only' value of
70 `auto-resize-tool-bars'.
71
32f65366
RS
722006-12-30 Richard Stallman <rms@gnu.org>
73
74 * keymaps.texi (Active Keymaps): Fix previous change.
75
8d3f955b
NR
762006-12-30 Nick Roberts <nickrob@snap.net.nz>
77
78 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
79
f083f9ca
KS
802006-12-30 Kim F. Storm <storm@cua.dk>
81
82 * processes.texi (Bindat Spec): Clarify using field names in
83 length specifications.
84
8f2b5ec6
KS
852006-12-29 Kim F. Storm <storm@cua.dk>
86
87 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
88 Add count and index variables for eval forms in repeat blocks.
89
d78b75dd
RS
902006-12-24 Richard Stallman <rms@gnu.org>
91
92 * customize.texi (Variable Definitions): Document
93 new name custom-add-frequent-value.
94
36ff6d6f
KS
952006-12-19 Kim F. Storm <storm@cua.dk>
96
97 * commands.texi (Misc Events): User signals now result in sigusr1
98 and sigusr2 events which are handled through special-event-map.
99 (Special Events): User signals and drag-n-drop are special.
100
294f1c39
RS
1012006-12-17 Richard Stallman <rms@gnu.org>
102
303958a9
RS
103 * loading.texi (Named Features): Explain subfeatures better.
104
105 * customize.texi: Use "option" only for user options.
106 For the keyword values inside defcustom etc, say "keywords".
107 For :options value's elements, say "elements".
108 :group should not be omitted.
109
fe963f84
RS
110 * syntax.texi (Parsing Expressions): Split up node.
111 (Motion via Parsing, Position Parse, Parser State)
112 (Low-Level Parsing, Control Parsing): New subnodes.
113 (Parser State): Document syntax-ppss-toplevel-pos.
114
115 * positions.texi (List Motion): Punctuation fix.
116
294f1c39
RS
117 * files.texi (File Name Completion): Document PREDICATE arg
118 to file-name-completion.
119
6d95228d
EZ
1202006-12-16 Eli Zaretskii <eliz@gnu.org>
121
de529e21
JB
122 * internals.texi (Building Emacs, Writing Emacs Primitives):
123 Add index entries.
6d95228d 124
4de0c73c
RS
1252006-12-11 Richard Stallman <rms@gnu.org>
126
127 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
128 affects face menu. Explain how to make it non-nil without enabling
129 any fontification.
130
31689f89
CY
1312006-12-10 Chong Yidong <cyd@stupidchicken.com>
132
133 * modes.texi (Font Lock Basics): Document nil value of
134 font-lock-defaults.
135
8d4a66af
GM
1362006-12-10 Glenn Morris <rgm@gnu.org>
137
138 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
9e7287f4
GM
139 value for system-flag argument. Abbrev tables may not be empty
140 when major modes are loaded.
8d4a66af 141
d6598d46
JB
1422006-12-08 Juanma Barranquero <lekktu@gmail.com>
143
144 * makefile.w32-in (maintainer-clean): Partially revert last
145 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
146 to protect elisp-covers.texi.
147
c6883bfc
JB
1482006-12-07 Juanma Barranquero <lekktu@gmail.com>
149
150 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
151 Don't remove elisp* info files; they are already deleted by the
152 `clean' and `distclean' targets, and they are in the $(infodir)
153 directory, not the current one.
154
9d8b24a2
KS
1552006-12-04 Kim F. Storm <storm@cua.dk>
156
157 * commands.texi (Misc Events): Update signal events.
158 (Event Examples): Add signal example.
159
04c21c78
RS
1602006-11-29 Richard Stallman <rms@gnu.org>
161
162 * frames.texi (Visibility of Frames): Explain visible windows
163 can be covered by others. Add xref for raise-frame.
164
7bc297d7
RS
1652006-11-28 Richard Stallman <rms@gnu.org>
166
167 * searching.texi (Regexp Special): Update when ^ is special.
168
340d34a5
EZ
1692006-11-27 Eli Zaretskii <eliz@gnu.org>
170
171 * customize.texi (Customization, Common Keywords)
172 (Group Definitions, Variable Definitions, Composite Types)
173 (Type Keywords, Customization Types): Add index entries for
174 various customization keywords.
175
6b28caea
SM
1762006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
177
178 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
179
b9660a6f
JD
1802006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
181
182 * frames.texi (Window System Selections): Remove clipboard from
183 description of selection-coding-system.
184
e5c12c7d
RS
1852006-11-06 Richard Stallman <rms@gnu.org>
186
187 * lists.texi (List Variables): Document COMPARE-FN.
188
189 * keymaps.texi: Avoid use of "binding" to mean a relation;
33462dfa 190 use it only to refer to the meaning associated with a key.
e5c12c7d 191 (Keymaps): Change menu node description.
33462dfa 192
e5c12c7d
RS
193 * elisp.texi (Top): Change menu node description.
194
195 * display.texi (Managing Overlays): Document overlay-recenter.
196
b4e4dc3c
CY
1972006-10-29 Chong Yidong <cyd@stupidchicken.com>
198
199 * Makefile.in: Use relative paths to avoid advertising filesystem
200 contents during compilation.
201
300734d7
KS
2022006-10-23 Kim F. Storm <storm@cua.dk>
203
204 * commands.texi (Event Input Misc): Update unread-command-events.
205
aa02da7a
NR
2062006-10-23 Nick Roberts <nickrob@snap.net.nz>
207
208 * lists.texi (Sets And Lists): Fix typos.
209
6db11765
JB
2102006-10-18 Juanma Barranquero <lekktu@gmail.com>
211
212 * control.texi (Processing of Errors): Use @var for an argument,
213 not @code.
214
ff53796b
RS
2152006-10-16 Richard Stallman <rms@gnu.org>
216
217 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
218
219 * keymaps.texi (Format of Keymaps): Show all the keymap element
220 patterns that result from menu items.
221 (Key Lookup): Minor cleanups.
222
223 * modes.texi (Precalculated Fontification): Don't say that
224 not setting font-lock-defaults avoids loading font-lock.
225
226 * help.texi (Documentation): Move xref to Emacs Manual here.
227 (Documentation Basics): From here.
228 Also doc emacs-lisp-docstring-fill-column.
229
230 * elisp.texi: Update version and ISBN.
231
232 * commands.texi (Interactive Call): Clarify KEYS arg to
233 call-interactively is a vector.
234 (Command Loop Info): Delete anchor in this-command-keys.
235 Add anchor in this-command-keys-vector.
236 (Recursive Editing): Document how recursive-edit
237 handles the current buffer.
238
bb5da5be
CY
2392006-10-13 Chong Yidong <cyd@stupidchicken.com>
240
241 * frames.texi (Frame Titles): %c and %l are ignored in
242 frame-title-format.
243
8972d253
RS
2442006-10-11 Richard Stallman <rms@gnu.org>
245
246 * keymaps.texi (Key Sequences): Clarify use of kbd.
247
3075e881
KS
2482006-10-10 Kim F. Storm <storm@cua.dk>
249
250 * lists.texi (Sets And Lists): Add memql.
251
01993898
RS
2522006-10-03 Richard Stallman <rms@gnu.org>
253
254 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
255 Clarify :ascii: and :nonascii:.
256
f9df5f68
JL
2572006-09-29 Juri Linkov <juri@jurta.org>
258
259 * modes.texi (%-Constructs): Reorder coding systems in the
260 documentation of %z to the real order displayed in the modeline.
261
98259f08
RS
2622006-09-25 Richard Stallman <rms@gnu.org>
263
264 * os.texi (Timers): Describe timer-max-repeats.
265
2d56beed
CY
2662006-09-25 Chong Yidong <cyd@stupidchicken.com>
267
268 * os.texi (Timers): Mention with-local-quit.
269
45c912f2
RS
2702006-09-24 Richard Stallman <rms@gnu.org>
271
272 * searching.texi (Searching and Matching): Mention property search.
273
274 * commands.texi (Command Loop Info): Explain how read-event affects
275 this-command-keys.
276
aa256798
RS
2772006-09-20 Richard Stallman <rms@gnu.org>
278
45c912f2
RS
279 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
280
aa256798
RS
281 * windows.texi (Window Start): Minor cleanups.
282
a4df1f8b
KS
2832006-09-20 Kim F. Storm <storm@cua.dk>
284
285 * windows.texi (Window Start): pos-visible-in-window-p allows
286 specifying t for position to mean "end of window".
287 Add window-line-height.
288
289 * anti.texi (Antinews): Mention window-line-height.
290
74686736
DK
2912006-09-19 David Kastrup <dak@gnu.org>
292
293 * keymaps.texi (Searching Keymaps): Small clarification.
294
a0c489f1
RS
2952006-09-18 Richard Stallman <rms@gnu.org>
296
2a27a16b
RS
297 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
298 cause keyboard menus.
299 (Menu Keymaps): Likewise.
300 (Defining Menus, Keyboard Menus): Clarify.
301
a0c489f1
RS
302 * text.texi (Fields): Clarify explanation of constrain-to-field.
303
1e9265dd
EZ
3042006-09-16 Eli Zaretskii <eliz@gnu.org>
305
306 * variables.texi (Tips for Defining): Fix a typo.
307
74f526f3
RS
3082006-09-15 Richard Stallman <rms@gnu.org>
309
310 * keymaps.texi (Remapping Commands, Searching Keymaps)
311 (Active Keymaps): Clean up previous change.
312
45a2056c
JB
3132006-09-15 Jay Belanger <belanger@truman.edu>
314
315 * gpl.texi: Replace "Library Public License" by "Lesser Public
316 License" throughout.
317
b74e16a3
DK
3182006-09-15 David Kastrup <dak@gnu.org>
319
320 * keymaps.texi (Active Keymaps): Adapt description to use
321 `get-char-property' instead `get-text-property'. Explain how
322 mouse events change this. Explain the new optional argument of
323 `key-binding' and its mouse-dependent lookup.
74f526f3 324 (Searching Keymaps): Adapt description similarly.
74686736
DK
325 (Remapping Commands): Explain the new optional argument of
326 `command-remapping'.
b74e16a3 327
18d55b24
RS
3282006-09-14 Richard Stallman <rms@gnu.org>
329
330 * keymaps.texi (Searching Keymaps): Clarification.
331 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
332
3332006-09-13 Richard Stallman <rms@gnu.org>
334
335 * objects.texi (Character Type): Node split.
336 Add xref to Describing Characters.
337 (Basic Char Syntax, General Escape Syntax)
338 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
339
8b170b82
RS
3402006-09-11 Richard Stallman <rms@gnu.org>
341
342 * display.texi (Display Table Format): Wording clarification.
c5b0bab9 343 (Glyphs): Clarifications.
8b170b82 344
3250aca2
CY
3452006-09-10 Chong Yidong <cyd@stupidchicken.com>
346
347 * keymaps.texi (Active Keymaps): Mention that key-binding checks
348 local maps.
349
606fd469
KS
3502006-09-10 Kim F. Storm <storm@cua.dk>
351
352 * display.texi (Forcing Redisplay): Document return value of
353 function redisplay.
354
755b2209
RS
3552006-09-09 Richard Stallman <rms@gnu.org>
356
1d7b95f5
RS
357 * windows.texi (Window Hooks): Explain limits of
358 window-scroll-functions.
359
755b2209
RS
360 * display.texi (Fringe Indicators): Update for last change in
361 indicate-buffer-boundaries.
362
af09dd78
RS
3632006-09-08 Richard Stallman <rms@gnu.org>
364
365 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
366
2010a78c
KS
3672006-09-06 Kim F. Storm <storm@cua.dk>
368
bdd26918
KS
369 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
370
2010a78c
KS
371 * windows.texi (Window Start): Update pos-visible-in-window-p.
372
bae12237
RS
3732006-09-04 Richard Stallman <rms@gnu.org>
374
375 * processes.texi (Accepting Output): Explain SECONDS=0 for
376 accept-process-output.
377
378 * os.texi (Idle Timers): Explain why timer functions should not
379 loop until (input-pending-p).
380
ebc80ddf
EZ
3812006-09-02 Eli Zaretskii <eliz@gnu.org>
382
383 * makefile.w32-in (usermanualdir): New variable.
384 (elisp.dvi): Use it.
385
a66d9563
EZ
3862006-09-01 Eli Zaretskii <eliz@gnu.org>
387
388 * buffers.texi (Buffer Modification): Fix last change.
389
5a8f5165
CY
3902006-09-01 Chong Yidong <cyd@stupidchicken.com>
391
392 * buffers.texi (Buffer Modification): Document
393 buffer-chars-modified-tick.
394
80e0572b
RS
3952006-08-31 Richard Stallman <rms@gnu.org>
396
397 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
398
3992006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
931d878d
SM
400
401 * modes.texi (Syntactic Font Lock):
80e0572b
RS
402 Mention font-lock-syntactic-face-function
403 instead of specific faces.
931d878d 404
bda420a3
CY
4052006-08-29 Chong Yidong <cyd@stupidchicken.com>
406
407 * display.texi (Images): Add xrref to display-images-p.
408
c6f8bb3a
KH
4092006-08-28 Kenichi Handa <handa@m17n.org>
410
411 * nonascii.texi (Lisp and Coding Systems): Fix description of
412 detect-coding-region.
413
7a210b69
MB
4142006-08-27 Michael Olson <mwolson@gnu.org>
415
416 * processes.texi (Transaction Queues): Remove stray quote
417 character.
418
3e04a8fc
RS
4192006-08-25 Richard Stallman <rms@gnu.org>
420
421 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
422 Add xref.
423
fda97484
CY
4242006-08-24 Chong Yidong <cyd@stupidchicken.com>
425
426 * os.texi (Timers): Avoid waiting inside timers.
427
3e46b34c
LK
4282006-08-21 Lute Kamstra <lute@gnu.org>
429
430 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
431
ce629713
RS
4322006-08-20 Richard Stallman <rms@gnu.org>
433
434 * os.texi (Idle Timers): New node, split out from Timers.
435 Document current-idle-time.
436 * commands.texi (Reading One Event): Update xref.
437 * elisp.texi (Top): Update subnode menu.
438
3cb74cd1
RS
4392006-08-16 Richard Stallman <rms@gnu.org>
440
441 * keymaps.texi (Extended Menu Items): Show format of cached
442 bindings in extended menu items.
443
444 * customize.texi (Variable Definitions): Explain when the
445 standard value expression is evaluated.
446
7e188449
CY
4472006-08-15 Chong Yidong <cyd@stupidchicken.com>
448
449 * commands.texi (Reading One Event): Explain idleness in
450 `read-event'.
451
b8f5396a
CY
4522006-08-12 Chong Yidong <cyd@stupidchicken.com>
453
454 * text.texi (Near Point): Say "cursor" not "terminal cursor".
455 (Commands for Insertion): Removed split-line since it's not
456 relevant for Lisp programming.
457 (Yank Commands): Rewrite introduction.
458 (Undo): Clarify.
459 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
460 (Filling): Remove redundant comment. Clarify return value of
461 current-justification.
462 (Margins): Minor clarifications.
463 (Adaptive Fill): Update default value of adaptive-fill-regexp.
464 (Sorting): Update definition of sort-lines.
465 (Columns): Clarify behavior of sort-columns.
466 (Indent Tabs): Link to Tab Stops in Emacs manual.
467 (Special Properties): Clarify.
468 (Clickable Text): Mention Buttons package.
469
0c80afbd
EZ
4702006-08-12 Kevin Ryde <user42@zip.com.au>
471
472 * os.texi (Time Parsing): Add %z to description of
473 format-time-string, as per docstring. Add cross reference to
474 glibc manual for strftime.
475
02a2b2ad
RS
4762006-08-08 Richard Stallman <rms@gnu.org>
477
478 * modes.texi: Clean up wording in previous change.
479
34e5974a
CY
4802006-08-07 Chong Yidong <cyd@stupidchicken.com>
481
482 * modes.texi (Hooks): Clarify.
483 (Major Mode Basics): Mention define-derived-mode explicitly.
484 (Major Mode Conventions): Rebinding RET is OK for some modes.
485 Mention change-major-mode-hook and after-change-major-mode-hook.
486 (Example Major Modes): Moved to end of Modes section.
487 (Mode Line Basics): Clarify.
488 (Mode Line Data): Mention help-echo and local-map in strings.
489 Explain reason for treatment of non-risky variables.
490 (Properties in Mode): Clarify.
491 (Faces for Font Lock): Add font-lock-negation-char-face.
492
65c6c6b6
EZ
4932006-08-04 Eli Zaretskii <eliz@gnu.org>
494
495 * strings.texi (Formatting Strings): Warn against arbitrary
496 strings as first arg to `format'.
497
fc0ba1d0
TTN
4982006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
499
500 * text.texi (Clickable Text): Mention `help-echo' text property.
501 Update intro, examples and associated explanations.
502
a3483884
RS
5032006-07-31 Richard Stallman <rms@gnu.org>
504
505 * commands.texi: Update xrefs.
506 (Event Mod): New node, cut out from old Translating Input.
507
508 * maps.texi: Update xrefs.
fc0ba1d0 509
a3483884
RS
510 * keymaps.texi (Translation Keymaps): New node.
511 Update xrefs from Translating Input to Translation Keymaps.
fc0ba1d0 512
a3483884
RS
513 * elisp.texi (Top): Update subnode menu.
514
515 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
516
517 * os.texi (System Interface): Fix menu descriptions of some nodes.
518 (Translating Input): Node deleted.
fc0ba1d0 519
ec777101
NR
5202006-07-31 Nick Roberts <nickrob@snap.net.nz>
521
8d3f955b 522 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
ec777101
NR
523
524 * lists.texi (Sets And Lists): Likewise.
525
0f42ea76
TTN
5262006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
527
528 * text.texi (Fields): Mention POS
529 requirement when narrowing is in effect.
530
eb107d09
RS
5312006-07-28 Richard Stallman <rms@gnu.org>
532
0de8dcc9
RS
533 * display.texi (Face Attributes): Simplify wording.
534 (Attribute Functions): Clarify meaning of new-frame default
535 attribute settings.
536
eb107d09
RS
537 * customize.texi (Common Keywords): Document how to use
538 :package-version in a package not in Emacs.
539
d7fb9e6c
KS
5402006-07-28 Kim F. Storm <storm@cua.dk>
541
542 * commands.texi (Reading One Event): Fix last change.
543
c1c3d4f7
CY
5442006-07-26 Chong Yidong <cyd@stupidchicken.com>
545
546 * commands.texi (Reading One Event): Document SECONDS argument for
547 read-event, read-char, and read-char-exclusive.
548
94b39239
SM
5492006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
550
551 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
552 to ensure correct identification.
553
1cff9220
RS
5542006-07-24 Richard Stallman <rms@gnu.org>
555
5ac64732
RS
556 * text.texi (Clickable Text): Clarify.
557
1cff9220
RS
558 * sequences.texi (Vector Functions): Delete duplicate xref.
559
560 * objects.texi (Function Type): Clarify.
561
562 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
563 modes.
564
565 * lists.texi (List Variables): New node.
566 Material moved from other nodes.
567
568 * variables.texi (Setting Variables): add-to-list and
569 add-to-ordered-list moved to List Variables node.
570
38db29e0
TTN
5712006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
572
573 * text.texi (Links and Mouse-1):
574 For mouse-on-link-p, expand on arg POS.
575
9e4101b2
KS
5762006-07-21 Kim F. Storm <storm@cua.dk>
577
578 * display.texi (Forcing Redisplay): Don't mention systems which
579 don't support sub-second timers for redisplay-preemption-period.
580
581 * os.texi (Terminal Output): Clarify text vs graphical terminal.
582
cc539208
EZ
5832006-07-21 Eli Zaretskii <eliz@gnu.org>
584
585 * frames.texi (Input Focus): Document that focus-follows-mouse has
586 no effect on MS-Windows.
587
c29fbc93
RS
5882006-07-18 Richard Stallman <rms@gnu.org>
589
1ef252f6
RS
590 * display.texi (Forcing Redisplay): Cleanups in previous change.
591
c29fbc93
RS
592 * processes.texi (Low-Level Network): Make menu more convenient.
593
5b5fca28
KS
5942006-07-18 Kim F. Storm <storm@cua.dk>
595
2d545d83
KS
596 * display.texi (Forcing Redisplay): redisplay-preemption-period
597 only used on window systems. Add xref to Terminal Output.
598
599 * os.texi (Terminal Output): baud-rate only controls preemption on
600 non-window systems. Add xref to Forcing Redisplay.
601
5b5fca28
KS
602 * processes.texi (Low-Level Network): Rename node "Make Network"
603 to "Network Processes".
604
42995636
KB
6052006-07-18 Karl Berry <karl@gnu.org>
606
5b5fca28
KS
607 * variables.texi, functions.texi, customize.texi, loading.texi:
608 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
42995636 609
e1842332
CY
6102006-07-17 Chong Yidong <cyd@stupidchicken.com>
611
612 * commands.texi (Waiting): Document batch-mode sit-for behavior.
613
daeeeffc
RS
6142006-07-17 Richard Stallman <rms@gnu.org>
615
7c0c29ee
RS
616 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
617 Put period and comma inside quotes.
5b5fca28 618
7c0c29ee
RS
619 * loading.texi, markers.texi: Use real doublequote inside menus.
620
621 * windows.texi: Put point and comma inside quotes.
622 (Textual Scrolling): Use @samp for error message.
623
5b5fca28
KS
624 * variables.texi, tips.texi, syntax.texi, symbols.texi:
625 * strings.texi, streams.texi, processes.texi, os.texi:
7c0c29ee
RS
626 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
627 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5b5fca28
KS
628 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
629 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7c0c29ee 630 Put point and comma inside quotes.
5b5fca28 631
05bdf2d7
RS
632 * control.texi (Processing of Errors): Add command-error-function.
633
daeeeffc
RS
634 * variables.texi (File Local Variables): Clarify that
635 file local variables make buffer-local bindings.
636
637 * modes.texi (Syntactic Font Lock): Give default for
638 font-lock-syntax-table.
639
7e1c1289
NR
6402006-07-17 Nick Roberts <nickrob@snap.net.nz>
641
642 * text.texi (Special Properties): Clean up previous change.
643
912c7235
KB
6442006-07-16 Karl Berry <karl@gnu.org>
645
5b5fca28
KS
646 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
647 * control.texi: Fix bad page breaks through chapter 10 (control).
ece35e15 648
5b5fca28 649 * anti.texi (Antinews): Reorder face-attribute fns to avoid
912c7235
KB
650 underfull hbox.
651
54b7938f
NR
6522006-07-15 Nick Roberts <nickrob@snap.net.nz>
653
654 * text.texi (Special Properties): Describe fontified text property
655 in relation to a character (not text).
656
3f11901a
KS
6572006-07-15 Kim F. Storm <storm@cua.dk>
658
0864179a
KS
659 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
660 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
661 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
662
3f11901a
KS
663 * anti.texi (Antinews): Mention redisplay function.
664 The kbd macro existed, but was not documented, before 22.x.
665 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
666
b4f62d0a
NR
6672006-07-14 Nick Roberts <nickrob@snap.net.nz>
668
669 * display.texi (Displaying Messages): Add anchor.
670
671 * frames.texi (Dialog Boxes): Use it.
672
2c6e026a
RS
6732006-07-12 Richard Stallman <rms@gnu.org>
674
675 * objects.texi (Frame Type): Explain nature of frames better.
676
677 * frames.texi (Frames): Explain nature of frames better.
678
6792006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
680
681 * tips.texi (Coding Conventions): Explain why use cl at compile time.
682
099d4201
YM
6832006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
684
685 * frames.texi (Window System Selections): Mention scrap support for Mac.
686 Default value of x-select-enable-clipboard is t on Mac.
687
688 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
689
ff97f952
KS
6902006-07-11 Kim F. Storm <storm@cua.dk>
691
692 * display.texi (Forcing Redisplay): Add `redisplay' function.
693 Don't mention (sit-for -1) -- use (redisplay t) instead.
694
695 * commands.texi (Waiting): (sit-for -1) is no longer special.
696 (sit-for 0) is equivalent to (redisplay).
697 Iconifying/deiconifying no longer makes sit-for return.
698
a183016f
NR
6992006-07-10 Nick Roberts <nickrob@snap.net.nz>
700
701 * display.texi (Buttons): Fix typo.
702
703 * index.texi, elisp.texi (New Symbols): Comment node out.
704
b86be617
RS
7052006-07-09 Richard Stallman <rms@gnu.org>
706
707 * display.texi (Truncation): Clean up previous change.
708
3aa7c28e
RS
7092006-07-08 Richard Stallman <rms@gnu.org>
710
711 * commands.texi (Interactive Call): Use 3 as prefix in example
712 for execute-extended-command.
713
714 * display.texi (Attribute Functions): Move paragraph about
715 compatibility with Emacs < 21.
716
5a1048a5
KS
7172006-07-09 Kim F. Storm <storm@cua.dk>
718
719 * display.texi (Refresh Screen): Clarify force-window-update.
720 (Truncation): "Normally" indicated by fringe arrows.
721
89fb9154
EZ
7222006-07-08 Eli Zaretskii <eliz@gnu.org>
723
5a1048a5
KS
724 * windows.texi (Textual Scrolling, Resizing Windows):
725 * variables.texi (Constant Variables):
89fb9154
EZ
726 * text.texi (Buffer Contents, Deletion, Changing Properties)
727 (Property Search, Special Properties, Sticky Properties)
5a1048a5 728 (Links and Mouse-1, Fields, Change Hooks):
89fb9154 729 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5a1048a5
KS
730 (Categories):
731 * symbols.texi (Other Plists):
732 * streams.texi (Output Variables):
733 * processes.texi (Input to Processes, Query Before Exit):
734 * positions.texi (Word Motion, Text Lines, List Motion):
89fb9154 735 * os.texi (Init File, System Environment, Sound Output)
5a1048a5 736 (Session Management):
89fb9154 737 * nonascii.texi (Text Representations, Character Sets)
5a1048a5
KS
738 (Chars and Bytes, Locales):
739 * modes.texi (Defining Minor Modes, Header Lines):
740 * minibuf.texi (Minibuffer Contents):
741 * markers.texi (Information from Markers):
742 * lists.texi (List Elements, Building Lists, Association Lists):
743 * keymaps.texi (Tool Bar):
744 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
745 * functions.texi (What Is a Function, Mapping Functions):
89fb9154
EZ
746 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
747 (Color Names, Text Terminal Colors, Display Feature Testing):
748 * files.texi (Visiting Functions, File Name Components)
5a1048a5 749 (Unique File Names, Contents of Directories):
89fb9154
EZ
750 * display.texi (Forcing Redisplay, Displaying Messages)
751 (Temporary Displays, Font Selection, Auto Faces)
752 (Font Lookup, Fringe Indicators, Display Margins)
753 (Image Descriptors, Showing Images, Image Cache, Button Types)
754 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5a1048a5
KS
755 (Display Table Format, Glyphs):
756 * control.texi (Iteration):
757 * commands.texi (Command Loop Info, Adjusting Point):
08b17d37
KS
758 * backups.texi (Making Backups, Auto-Saving):
759 Remove @tindex entries.
89fb9154 760
7f087030
KS
7612006-07-07 Kim F. Storm <storm@cua.dk>
762
763 * display.texi (Fringe Cursors): Fix typo.
764 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
765 (Overlay Arrow): Default is overlay-arrow fringe indicator.
766
978db147
RS
7672006-07-05 Richard Stallman <rms@gnu.org>
768
769 * text.texi (Buffer Contents): Add example of text props
770 in result of buffer-substring.
771 (Text Properties): Explain better about use of specific property names.
772 (Property Search): Some cleanups; reorder some functions.
773
774 * keymaps.texi (Changing Key Bindings): Cleanup.
775 Add xref to Key Binding Conventions.
776
777 * display.texi (Attribute Functions): Add examples for
778 face-attribute-relative-p.
779
780 * tips.texi (Coding Conventions): Cleanup last change.
781
42b50684
KB
7822006-07-05 Karl Berry <karl@gnu.org>
783
08b17d37
KS
784 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
785 Remove @setchapternewpage odd.
42b50684
KB
786 Result is 1013 pages, down from 1100.
787
08b17d37
KS
788 * anti.texi, customize.texi, display.texi, internals.texi:
789 * minibuf.texi, modes.texi, tips.texi:
9b7fa297 790 Fix overfull/underfull boxes.
42b50684 791
180f018c
TTN
7922006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
793
794 * edebug.texi (Instrumenting):
795 Add Edebug-specific findex for eval-buffer.
796 * loading.texi (Loading):
797 Replace eval-current-buffer with eval-buffer.
798
8e338f7b
EZ
7992006-06-30 Nick Roberts <nickrob@snap.net.nz>
800
801 * locals.texi (Standard Buffer-Local Variables): Update the list
802 of variables.
803
0770a251
NR
8042006-06-26 Nick Roberts <nickrob@snap.net.nz>
805
806 * files.texi (File Name Completion): Point user to the node
807 "Reading File Names".
808
d9034473
EZ
8092006-06-24 Eli Zaretskii <eliz@gnu.org>
810
eff6bfea
EZ
811 * files.texi (Contents of Directories): Document case-insensitive
812 behavior on respective filesystems.
813
d9034473
EZ
814 * objects.texi (Character Type): Document that Emacs signals an
815 error for unsupported Unicode characters specified as \uNNNN.
816
a5bd14d3
RS
8172006-06-19 Richard Stallman <rms@gnu.org>
818
819 * processes.texi (Bindat Spec): Clarify previous change.
820
d1ae9041
RS
8212006-06-16 Richard Stallman <rms@gnu.org>
822
823 * tips.texi (Coding Conventions): Better explain conventions
824 for definition constructs.
825
826 * text.texi (Special Properties): String value of `read-only'
827 serves as the error message.
828
829 * objects.texi (Character Type): Clarify prev. change.
830 (Non-ASCII in Strings): Mention \u and \U.
831
832 * commands.texi (Using Interactive): Explain problem of
833 markers, etc., in command-history.
834
1bb32610
KS
8352006-06-14 Kim F. Storm <storm@cua.dk>
836
837 * commands.texi (Waiting): Negative arg to sit-for forces
838 redisplay even if input is pending.
839
840 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
841 redisplay. Remove incorrect example of binding redisplay-dont-pause
842 around (sit-for 0).
843
c7484981
RS
8442006-06-13 Richard Stallman <rms@gnu.org>
845
846 * display.texi (Forcing Redisplay): Clarify previous change.
847
d211faa2
RF
8482006-06-13 Romain Francoise <romain@orebokech.com>
849
850 * display.texi (Forcing Redisplay): Fix typo.
851
8eb2b87f
KS
8522006-06-13 Kim F. Storm <storm@cua.dk>
853
854 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
855
503b5e1c
LT
8562006-06-10 Luc Teirlinck <teirllm@auburn.edu>
857
858 * tips.texi (Coding Conventions): Add `@end itemize'.
859
9e362b84
RS
8602006-06-10 Richard Stallman <rms@gnu.org>
861
862 * tips.texi (Coding Conventions): Explain use of coding systems
863 to ensure one decoding for strings.
864
7cb93181
EZ
8652006-06-09 Aidan Kehoe <kehoea@parhasard.net>
866
9b7fa297 867 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7cb93181
EZ
868 syntax.
869
afd63bda
EZ
8702006-06-07 Eli Zaretskii <eliz@gnu.org>
871
872 * display.texi (Font Selection): Remove description of
873 clear-face-cache.
874
875 * compile.texi (Eval During Compile): Fix a typo. Add index
876 entries for possible uses of eval-when-compile.
877
71ee3e04
TTN
8782006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
879
880 * display.texi (Abstract Display): Fix typo.
881
a941b26b
EZ
8822006-06-03 Eli Zaretskii <eliz@gnu.org>
883
884 * minibuf.texi (Minibuffer History) <history-add-new-input>:
885 Reword variable's description.
886
963128f3
RS
8872006-06-01 Richard Stallman <rms@gnu.org>
888
889 * windows.texi (Splitting Windows): Clarify splitting nonselected
890 window.
891
82db8fa7
JL
8922006-05-31 Juri Linkov <juri@jurta.org>
893
894 * minibuf.texi (Minibuffer History): Add history-add-new-input.
895
d9e8091d
RS
8962006-05-30 Richard Stallman <rms@gnu.org>
897
6ac209a3
RS
898 * display.texi (Line Height): Fix errors in description of
899 default line height and line-height properyty.
900
d9e8091d
RS
901 * nonascii.texi (Default Coding Systems): Further clarification.
902
93fd6289
LT
9032006-05-29 Luc Teirlinck <teirllm@auburn.edu>
904
905 * internals.texi (Pure Storage): Mention that an overflow in pure
906 space causes a memory leak.
907 (Garbage Collection): If there was an overflow in pure space,
908 `garbage-collect' returns nil.
909
7c42b3e0
EZ
9102006-05-30 Eli Zaretskii <eliz@gnu.org>
911
912 * nonascii.texi (Default Coding Systems): Fix it some more.
913
b8909e88
EZ
9142006-05-29 Eli Zaretskii <eliz@gnu.org>
915
916 * nonascii.texi (Default Coding Systems): Fix last change.
917
6d3906d5
KH
9182006-05-29 Kenichi Handa <handa@m17n.org>
919
920 * nonascii.texi (find-operation-coding-system): Describe the new
921 argument format (FILENAME . BUFFER).
922
0985f920
RS
9232006-05-28 Richard Stallman <rms@gnu.org>
924
925 * tips.texi (Coding Conventions): Better explain reasons not to
926 advise other packages or use `eval-after-load'.
927
6c6e0bb4
KS
9282006-05-29 Kim F. Storm <storm@cua.dk>
929
930 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
931 `bindat-idx' and `bindat-raw' for clarity.
932
096432af
TTN
9332006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
934
b9e17eb3
TTN
935 * processes.texi (Bindat Spec): Expand on `repeat' handler.
936
096432af
TTN
937 * display.texi (Display): Add "Abstract Display" to menu.
938 (Abstract Display, Abstract Display Functions)
939 (Abstract Display Example): New nodes.
940 * elisp.texi (Top): Add "Abstract Display" to menu.
941
e4b3f22f
CY
9422006-05-27 Chong Yidong <cyd@stupidchicken.com>
943
917b8227
CY
944 * keymaps.texi (Key Sequences): Link to input events definition.
945 (Format of Keymaps): Delete material duplicated in Keymap Basics.
946
e4b3f22f
CY
947 * files.texi (Changing Files): Document updated argument list for
948 copy-file.
949
f1b64ef1
TTN
9502006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
951
952 * processes.texi (Bindat Functions): Explain term "total length".
953 Use it in bindat-length and bindat-pack descriptions.
954
3d0793e4
EZ
9552006-05-26 Eli Zaretskii <eliz@gnu.org>
956
957 * tips.texi (Coding Conventions): Advise against using
958 eval-after-load in packages. Add an index entry.
959
abeb5483
JL
9602006-05-25 Juri Linkov <juri@jurta.org>
961
92aa92fa
JL
962 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
963
abeb5483
JL
964 * modes.texi (%-Constructs): Add %e, %z, %Z.
965
403a7bca
RS
9662006-05-25 Richard Stallman <rms@gnu.org>
967
968 * elisp.texi (Top): Update subnode menu.
969
970 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
971 (Keymaps): Update menu.
972
39a9bed3
CY
9732006-05-25 Chong Yidong <cyd@stupidchicken.com>
974
975 * keymaps.texi (Key Sequences): Some clarifications.
976
78b3f5c3
TTN
9772006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
978
979 * processes.texi (Bindat Functions): Say "unibyte string"
980 explicitly for bindat-unpack and bindat-pack descriptions.
981 (Bindat Examples): Don't call `string-make-unibyte' in example.
982
08244b81
CY
9832006-05-25 Chong Yidong <cyd@stupidchicken.com>
984
985 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
986 Explain string and vector representations of key sequences
987
78b3f5c3
TTN
988 * keymaps.texi (Changing Key Bindings):
989 * commands.texi (Interactive Codes, Interactive Codes):
08244b81
CY
990 * help.texi (Describing Characters): Refer to it.
991
b370c94d
LT
9922006-05-23 Luc Teirlinck <teirllm@auburn.edu>
993
994 * frames.texi (Pointer Shape): @end table -> @end defvar.
995
b8223441
RS
9962006-05-22 Richard Stallman <rms@gnu.org>
997
998 * elisp.texi (Top): Update subnode menus.
999
1000 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
1001 Contents rewritten; material from old Pointer Shape node moved here.
1002
1003 * display.texi (Pointer Shape): Node deleted.
1004 (Image Descriptors): Minor cleanup.
1005
c18eec5c
RS
10062006-05-21 Richard Stallman <rms@gnu.org>
1007
1008 * syntax.texi (Parsing Expressions): Update info on which STATE
1009 elements are ignored.
1010
9300b310
LT
10112006-05-19 Luc Teirlinck <teirllm@auburn.edu>
1012
86735b2d
LT
1013 * hooks.texi (Standard Hooks): Correct typo.
1014
9300b310
LT
1015 * gpl.texi (GPL): ifinfo -> ifnottex.
1016
75e3b957
EZ
10172006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
1018
1019 * searching.texi (Simple Match Data): Warn about match data being
1020 set anew by every search.
1021
0bcf8735
RS
10222006-05-17 Richard Stallman <rms@gnu.org>
1023
1024 * minibuf.texi (Minibuffer History): Clarify.
1025
1026 * searching.texi (Regexp Special): Clarify nested regexp warning.
1027
b3abe3a5
KS
10282006-05-16 Kim F. Storm <storm@cua.dk>
1029
1030 * minibuf.texi (Minibuffer History): Update add-to-history.
1031
bc20db55
KH
10322006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
1033
1034 * nonascii.texi (Explicit Encoding): Fix
1035 typo (encoding<->decoding).
1036
f31263a4
RS
10372006-05-14 Richard Stallman <rms@gnu.org>
1038
46a2df8e
RS
1039 * buffers.texi (Creating Buffers): Cleanup.
1040
f31263a4
RS
1041 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
1042
1299a5a4
EZ
10432006-05-13 Eli Zaretskii <eliz@gnu.org>
1044
642c61f3
EZ
1045 * buffers.texi (Current Buffer): Document that with-temp-buffer
1046 disables undo.
1047
1299a5a4
EZ
1048 * os.texi (Terminal-Specific): More accurate description of how
1049 Emacs searches for the terminal-specific libraries.
1050
61515a63
EZ
10512006-05-12 Eli Zaretskii <eliz@gnu.org>
1052
b811ef49
EZ
1053 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
1054 emacs-xtra to @inforef's.
1055
4a7910c7
EZ
1056 * text.texi (Undo): Document that undo is turned off in buffers
1057 whose names begin with a space.
1058
1059 * buffers.texi (Buffer Names): Add index entries for buffers whose
1060 names begin with a space.
1061 (Creating Buffers): Document that undo is turned off in buffers
1062 whose names begin with a space.
1063
f055e02c
EZ
1064 * files.texi (Visiting Functions, Reading from Files)
1065 (Saving Buffers): Mention code and EOL conversions by file I/O
1066 primitives and subroutines.
1067
0ef0b416
EZ
1068 * nonascii.texi (Lisp and Coding Systems): Document
1069 coding-system-eol-type. Add index entries for eol conversion.
1070
61515a63
EZ
1071 * display.texi (Defining Faces): Mention `mac', and add an xref to
1072 where window-system is described.
1073
e4c068c0
RS
10742006-05-10 Richard Stallman <rms@gnu.org>
1075
1076 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
1077
31035927
RS
10782006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
1079
1080 * variables.texi (File Local Variables): Recommend to quote lambda
1081 expressions in safe-local-variable property.
1082
f12a0718
RS
10832006-05-09 Richard Stallman <rms@gnu.org>
1084
1085 * variables.texi (File Local Variables): Document
1086 safe-local-eval-forms and safe-local-eval-function.
1087
ed7e6c32
KS
10882006-05-07 Kim F. Storm <storm@cua.dk>
1089
1090 * minibuf.texi (Minibuffer History): Remove keep-dups arg
1091 from add-to-history.
1092
5a36d834
RF
10932006-05-07 Romain Francoise <romain@orebokech.com>
1094
1095 * commands.texi (Event Input Misc):
1096 * compile.texi (Eval During Compile):
1097 * internals.texi (Buffer Internals):
1098 * minibuf.texi (Initial Input):
1099 * nonascii.texi (Scanning Charsets):
1100 * numbers.texi (Comparison of Numbers):
1101 * windows.texi (Textual Scrolling, Vertical Scrolling):
1102 Fix various typos.
1103
fbc284f6
EZ
11042006-05-06 Eli Zaretskii <eliz@gnu.org>
1105
f53d2e87
EZ
1106 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
1107 conditional xref's to either emacs or emacs-xtra, depending on
1108 @iftex/@ifnottex.
1109
fbc284f6
EZ
1110 * minibuf.texi (Minibuffer History): Document add-to-history.
1111
3dfed653
EZ
11122006-05-05 Eli Zaretskii <eliz@gnu.org>
1113
1114 * internals.texi (Pure Storage): Mention the pure overflow message
1115 at startup.
1116
8e7a9a24
EZ
11172006-05-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1118
1119 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
1120 (Searching Keymaps): Fix pseudo-Lisp description of keymap
1121 search.
1122
d0789de9
RS
11232006-05-01 Richard Stallman <rms@gnu.org>
1124
1125 * intro.texi (nil and t): Clarify.
1126
1127 * variables.texi (File Local Variables): Suggest using booleanp.
1128
fc2cb772
JB
11292006-05-01 Juanma Barranquero <lekktu@gmail.com>
1130
1131 * objects.texi (Type Predicates): Fix typos.
1132
27c5714a
SM
11332006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1134
1135 * intro.texi (nil and t): Add booleanp.
1136
1137 * objects.texi (Type Predicates): Add links for booleanp and
1138 string-or-null-p.
1139
eadb9d45
RS
11402006-04-29 Richard Stallman <rms@gnu.org>
1141
27c5714a 1142 * modes.texi (Multiline Font Lock): Rename from
eadb9d45
RS
1143 Multi line Font Lock Elements. Much clarification.
1144 (Font Lock Multiline, Region to Fontify): Much clarification.
1145
7817e3d3
SM
11462006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1147
1148 * variables.texi (File Local Variables): Remove the special case t for
1149 safe-local-variable.
1150
8ac3a455
RS
11512006-04-26 Richard Stallman <rms@gnu.org>
1152
1153 * syntax.texi (Parsing Expressions): Minor cleanup.
1154
290e4aae
RS
11552006-04-18 Richard Stallman <rms@gnu.org>
1156
1157 * tips.texi (Coding Conventions): Explain when the package's
1158 prefix should appear later on (not at the start of the name).
1159
1160 * searching.texi (String Search): Clarify effect of NOERROR.
1161
1162 * modes.texi (Imenu): Clarify what special items do.
1163
1164 * hooks.texi (Standard Hooks): Delete text about old hook names.
1165
1e2b8ce5
RF
11662006-04-17 Romain Francoise <romain@orebokech.com>
1167
1168 * variables.texi (Local Variables): Update the default value of
1169 `max-specpdl-size'.
1170
51fa34bc
MB
11712006-04-15 Michael Olson <mwolson@gnu.org>
1172
1173 * processes.texi (Transaction Queues): Mention the new optional
1174 `delay-question' argument for `tq-enqueue'.
1175
61f32d39
BW
11762006-04-13 Bill Wohler <wohler@newt.com>
1177
1178 * customize.texi (Common Keywords): Use dotted notation for
9b7fa297 1179 :package-version value. Specify its values. Improve documentation
50b7bce0 1180 for customize-package-emacs-version-alist.
61f32d39 1181
4f8ed159
BW
11822006-04-12 Bill Wohler <wohler@newt.com>
1183
1184 * customize.texi (Common Keywords): Move description of
1185 customize-package-emacs-version-alist to @defvar.
1186
e5e864ab
BW
11872006-04-10 Bill Wohler <wohler@newt.com>
1188
1189 * customize.texi (Common Keywords): Add :package-version.
1190
6c230417
KS
11912006-04-10 Kim F. Storm <storm@cua.dk>
1192
1193 * text.texi (Buffer Contents): Add NOPROPS arg to
1194 filter-buffer-substring.
1195
d82eac8f
EZ
11962006-04-08 Kevin Ryde <user42@zip.com.au>
1197
1198 * os.texi (Command-Line Arguments): Update xref to emacs manual
1199 "Command Arguments" -> "Emacs Invocation", per change there.
1200
4f815b29
TTN
12012006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
1202
1203 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
1204 be on one line to help makeinfo not render two spaces after the dot.
1205
122c3009
RS
12062006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
1207
1208 * strings.texi (Predicates for Strings): Add string-or-null-p.
1209
da68bc3d
KS
12102006-03-28 Kim F. Storm <storm@cua.dk>
1211
1212 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
1213 remarks about systems that don't support fractional seconds.
1214
b223e22d
KB
12152006-03-25 Karl Berry <karl@gnu.org>
1216
fc2cb772 1217 * elisp.texi: Use @copyright{} instead of (C), and do not indent
b223e22d
KB
1218 the year list.
1219
b756c64c
NR
12202006-03-21 Nick Roberts <nickrob@snap.net.nz>
1221
1222 * display.texi (Fringe Indicators): Fix typos.
1223
fe3dca59
LT
12242006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1225
c287ad03 1226 * tips.texi (Documentation Tips): One can now also write `program'
fe3dca59
LT
1227 in front of a quoted symbol in a docstring to prevent making a
1228 hyperlink.
1229
e91d4202
AM
12302006-03-19 Alan Mackenzie <acm@muc.de>
1231
290e4aae 1232 * text.texi (Special Properties): Clarify `fontified' property.
e91d4202 1233
e8a5f60b
RS
12342006-03-16 Richard Stallman <rms@gnu.org>
1235
1236 * display.texi (Defining Images): Minor cleanup.
1237
486daaa5
BW
12382006-03-16 Bill Wohler <wohler@newt.com>
1239
1240 * display.texi (Defining Images): In image-load-path-for-library,
1241 prefer user's images.
1242
4ffc92c2
SM
12432006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1244
1245 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
1246
874a6ef8
BW
12472006-03-15 Bill Wohler <wohler@newt.com>
1248
1249 * display.texi (Defining Images): Fix example in
1250 image-load-path-for-library by not recommending that one binds
fc2cb772 1251 image-load-path. Just defvar it to placate compiler and only use
874a6ef8
BW
1252 it if previously defined.
1253
70949f30
BW
12542006-03-14 Bill Wohler <wohler@newt.com>
1255
1256 * display.texi (Defining Images): In image-load-path-for-library,
1257 always return list of directories. Update example.
1258
c852c516
AM
12592006-03-14 Alan Mackenzie <acm@muc.de>
1260
1261 * modes.texi: New node, "Region to Fontify" (for Font Lock).
1262 This describes font-lock-extend-region-function.
4ffc92c2 1263 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
c852c516
AM
1264 the new node "Region to Fontify".
1265
7cd3712b
RS
12662006-03-13 Richard Stallman <rms@gnu.org>
1267
1268 * display.texi (Invisible Text): The impossible position is
1269 now before the invisible text, not after.
1270 (Defining Images): Clean up last change.
1271
2c676341
BW
12722006-03-11 Bill Wohler <wohler@newt.com>
1273
1274 * display.texi (Defining Images): Add image-load-path-for-library.
1275
6f49b4c5
LT
12762006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1277
2d14c9bf
LT
1278 * text.texi (Adaptive Fill): Fix Texinfo usage.
1279
1280 * strings.texi (Creating Strings): Fix Texinfo usage.
1281
6f49b4c5
LT
1282 * searching.texi (Regexp Special): Use @samp for regular
1283 expressions that are not in Lisp syntax.
1284
fc1d3386
LT
12852006-03-08 Luc Teirlinck <teirllm@auburn.edu>
1286
1287 * searching.texi (Regexp Special): Put remark between parentheses
1288 to avoid misreading.
1289
7b2c2ca9
LT
12902006-03-07 Luc Teirlinck <teirllm@auburn.edu>
1291
1292 * searching.texi (Syntax of Regexps): More accurately describe
1293 which characters are special in which situations.
1294 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
1295 are not special. Describe in detail when `[' and `]' are special.
1296 (Regexp Backslash): Plenty of regexps with unbalanced square
1297 brackets are valid, so reword that statement.
1298
f79bc642
KS
12992006-03-02 Kim F. Storm <storm@cua.dk>
1300
1301 * keymaps.texi (Tool Bar): Add tool-bar-border.
1302
1d9a5237
LT
13032006-02-28 Luc Teirlinck <teirllm@auburn.edu>
1304
a86b01fa 1305 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 1306
2534ef94
LT
13072006-02-27 Luc Teirlinck <teirllm@auburn.edu>
1308
1309 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
1310
1311 * files.texi (Locating Files): Suggest additional values for the
1312 SUFFIXES arg of `locate-file'. Update pxref.
1313
1314 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
1315 (How Programs Do Loading): Discuss the effects of Auto Compression
1316 mode on `load'.
1317 (Load Suffixes): New node.
394e96d5 1318 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
1319 moved to "Load Suffixes".
1320 (Autoload, Named Features): Mention `load-suffixes'.
1321
dd9959da 13222006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
1323
1324 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
1325
1326 * windows.texi (Window Tree): Fix typo.
1327
49af2995
KS
13282006-02-20 Kim F. Storm <storm@cua.dk>
1329
1330 * display.texi (Fringe Indicators): New section.
1331 Move indicate-empty-lines, indicate-buffer-boundaries, and
1332 default-indicate-buffer-boundaries here.
1333 Add fringe-indicator-alist and default-fringes-indicator-alist.
1334 Add list of logical fringe indicator symbols.
1335 Update list of standard bitmap names.
1336 (Fringe Cursors): New section.
1337 Move overflow-newline-into-fringe here.
1338 Add fringe-cursor-alist and default-fringes-cursor-alist.
1339 Add list of fringe cursor symbols.
1340
58f71009
JB
13412006-02-20 Juanma Barranquero <lekktu@gmail.com>
1342
1343 * commands.texi (Using Interactive): Fix reference to node
1344 "Minibuffers".
1345
5498b6af
RS
13462006-02-19 Richard M. Stallman <rms@gnu.org>
1347
1348 * minibuf.texi (High-Level Completion):
1349 Add xref to read-input-method-name.
1350
1351 * files.texi (Relative File Names): Move file-relative-name here.
1352 (File Name Expansion): From here. Minor clarifications.
1353
1354 * commands.texi (Using Interactive): Add xrefs about reading input.
1355 Clarify remarks about that moving point and mark.
1356 Put string case before list case.
1357
43ce897a 13582006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68 1359
4ffc92c2
SM
1360 * display.texi (Other Display Specs, Image Descriptors):
1361 Revert erroneous changes. The previous description of
1362 image-descriptors as `(image . PROPS)' was correct.
b6498a68 1363
1324d26e
RS
13642006-02-14 Richard M. Stallman <rms@gnu.org>
1365
1366 * variables.texi (File Local Variables): Clarifications.
1367
0da93350
JB
13682006-02-14 Juanma Barranquero <lekktu@gmail.com>
1369
1370 * variables.texi (File Local Variables): Use @code for a cons
1371 cell, not @var.
1372
51a39bab
CY
13732006-02-13 Chong Yidong <cyd@stupidchicken.com>
1374
1375 * variables.texi (File Local Variables): Document new file local
1376 variable behavior.
1377
d342156c
KS
13782006-02-10 Kim F. Storm <storm@cua.dk>
1379
1380 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
1381
8392fe4a
JB
13822006-02-08 Juanma Barranquero <lekktu@gmail.com>
1383
1384 * modes.texi (%-Constructs): Remove obsolete info about
1385 `global-mode-string'.
1386
cd6cd82a
RS
13872006-02-07 Richard M. Stallman <rms@gnu.org>
1388
d78dc2d8
RS
1389 * commands.texi (Prefix Command Arguments): Minor cleanup.
1390
1391 * display.texi: "Graphical display", not window system.
1392
cd6cd82a
RS
1393 * functions.texi (What Is a Function): Fix xref.
1394
1395 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
1396 (Changing Key Bindings): Clarify when remapping is better than
1397 substitute-key-definition.
1398
13992006-02-02 Richard M. Stallman <rms@gnu.org>
1400
1401 * minibuf.texi (Basic Completion): Completion alists are risky.
1402
1403 * keymaps.texi (Active Keymaps): Clarifications.
1404 (Searching Keymaps): New node.
1405 (Keymaps): Update menu.
1406
1407 * frames.texi (Layout Parameters): Minor clarification.
1408 (Drag and Drop): New node.
1409 (Frames): Update menu.
1410
cf052abc
CY
14112006-01-29 Chong Yidong <cyd@stupidchicken.com>
1412
4ffc92c2
SM
1413 * display.texi (Other Display Specs, Image Descriptors):
1414 Image description is a list, not a cons cell.
cf052abc 1415
1f2907ee
LT
14162006-01-28 Luc Teirlinck <teirllm@auburn.edu>
1417
1418 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
1419 list is not necessarily a list).
1420
a849f77d
EZ
14212006-01-27 Eli Zaretskii <eliz@gnu.org>
1422
1423 * frames.texi (Layout Parameters): border-width and
1424 internal-border-width belong to the frame, not the window.
1425
d322eb9b
RS
14262006-01-19 Richard M. Stallman <rms@gnu.org>
1427
1428 * nonascii.texi (Translation of Characters): Search cmds use
1429 translation-table-for-input. Automatically made local.
1430
1431 * markers.texi (Overview of Markers): Count insertion type
1432 as one of a marker's attributes.
1433
cd6cd82a
RS
1434 * keymaps.texi (Controlling Active Maps): New node, split out of
1435 Active Keymaps.
1436 (Keymaps): Menu updated.
1437 (Active Keymaps): Give pseudocode to explain how the active
1438 maps are searched. current-active-maps and key-binding moved here.
1439 (Functions for Key Lookup): current-active-maps and key-binding moved.
1440 Clarifications.
1441 (Searching the Keymaps): New subnode.
1442
d322eb9b
RS
1443 * elisp.texi (Top): Menu clarification.
1444
1445 * display.texi (Other Display Specs): Delete duplicate entry for
1446 just a string as display spec. Move text about recursive display
1447 specs on such a string.
1448
1449 * commands.texi (Key Sequence Input): Clarify.
1450 Move num-nonmacro-input-events out.
1451 (Reading One Event): num-nonmacro-input-events moved here.
1452
2ac77b5a
NR
14532006-01-14 Nick Roberts <nickrob@snap.net.nz>
1454
1455 * advice.texi (Simple Advice): Update example to fit argument
1456 change in previous-line.
1457
a203a18c
RS
14582006-01-05 Richard M. Stallman <rms@gnu.org>
1459
1460 * markers.texi (The Mark): Fix in `mark'.
1461
d9043ddf
RS
14622006-01-04 Richard M. Stallman <rms@gnu.org>
1463
1464 * processes.texi (Misc Network, Make Network): Minor cleanups.
1465
8a5db8ae
KS
14662006-01-04 Kim F. Storm <storm@cua.dk>
1467
1468 * processes.texi (Make Network): Add IPv6 addresses and handling.
1469 (Network Feature Testing): Mention (:family ipv6).
1470 (Misc Network): Add IPv6 formats to format-network-address.
1471
19bb7940
RS
14722005-12-30 Richard M. Stallman <rms@gnu.org>
1473
1474 * text.texi (Changing Properties):
1475 Don't use return value of set-text-properties.
1476
b9cb50d9
LT
14772005-12-29 Luc Teirlinck <teirllm@auburn.edu>
1478
1479 * modes.texi (Mode Line Format): Correct typo in menu.
1480
94a867a6
RS
14812005-12-29 Richard M. Stallman <rms@gnu.org>
1482
1483 * modes.texi (Mode Line Top): New node.
1484 (Mode Line Data): Some text moved to new node.
1485 Explain the data structure more concretely.
1486 (Mode Line Basics): Clarifications.
1487 (Mode Line Variables): Clarify intro paragraph.
1488 (%-Constructs): Clarify intro paragraph.
1489 (Mode Line Format): Update menu.
1490
ba455131
LT
14912005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1492
1493 * minibuf.texi (Basic Completion): Update lazy-completion-table
1494 examples for removal of ARGS argument.
1495
2b6abe1e
RS
14962005-12-23 Richard M. Stallman <rms@gnu.org>
1497
1498 * text.texi (Undo): Restore some explanation from the version
1499 that was deleted.
1500
2d7409f2
EZ
15012005-12-23 Eli Zaretskii <eliz@gnu.org>
1502
abeb5483 1503 * text.texi (Undo): Remove duplicate descriptions of `apply
2d7409f2
EZ
1504 funname' and `apply delta' elements of the undo list.
1505
2e23b82e
RS
15062005-12-20 Richard M. Stallman <rms@gnu.org>
1507
1508 * help.texi (Help Functions): Update documentation of `apropos'.
1509
a31687ce
LT
15102005-12-20 Luc Teirlinck <teirllm@auburn.edu>
1511
1512 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1513 because it is confusing. If the :help-echo keyword is a function,
1514 it is not directly used as the :help-echo overlay property, as the
1515 xref seems to suggest (it does not take the appropriate args).
1516
0e83c4e9
LT
15172005-12-19 Luc Teirlinck <teirllm@auburn.edu>
1518
1519 * customize.texi (Common Keywords): Fix Texinfo usage.
1520 (Group Definitions, Variable Definitions): Update for new
1521 conventions for using `*' in docstrings.
77df907a
LT
1522
1523 * tips.texi (Documentation Tips): Update for new conventions for
1524 using `*' in docstrings.
1525
69487a1f
RS
15262005-12-16 Richard M. Stallman <rms@gnu.org>
1527
1528 * minibuf.texi (Minibuffer Contents): Minor cleanup.
1529
2a502a32
JL
15302005-12-16 Juri Linkov <juri@jurta.org>
1531
1532 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1533
b158c851
RF
15342005-12-14 Romain Francoise <romain@orebokech.com>
1535
1536 * modes.texi (Customizing Keywords): Rename `append' to `how'.
1537 Fix typo.
1538
d7d1f75e
JL
15392005-12-11 Juri Linkov <juri@jurta.org>
1540
1541 * minibuf.texi (Completion Commands): Add mention of read-file-name
1542 for filename completion keymaps.
1543 (Reading File Names): Add mention of filename completion keymaps
1544 for read-file-name and xref to `Completion Commands'.
1545
4b1c16c2
RS
15462005-12-10 Richard M. Stallman <rms@gnu.org>
1547
1548 * customize.texi (Common Keywords): State caveats for use of :tag.
1549
1d49d5d9
RS
15502005-12-08 Richard M. Stallman <rms@gnu.org>
1551
2663a204
RS
1552 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1553 with xrefs and better explanation.
1554 (Completion Commands): Add the filename completion maps.
1555
1d49d5d9
RS
1556 * objects.texi (Character Type): Clarify that \s is not space
1557 if a dash follows.
1558
fa0d4d0c
RS
15592005-12-05 Richard M. Stallman <rms@gnu.org>
1560
1561 * windows.texi (Resizing Windows): Delete preserve-before args.
1562
d64b177a
SM
15632005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1564
1565 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1566 in full keymaps, since the quirk has been fixed.
1567
79019cc9
EZ
15682005-12-03 Eli Zaretskii <eliz@gnu.org>
1569
1570 * hooks.texi (Standard Hooks): Add index entries. Mention
1571 `compilation-finish-functions'.
1572
161ef3be
RS
15732005-11-27 Richard M. Stallman <rms@gnu.org>
1574
1575 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1576
17c1971a
JL
15772005-11-21 Juri Linkov <juri@jurta.org>
1578
1579 * customize.texi (Common Keywords): Update links types
1580 custom-manual and url-link. Add link types emacs-library-link,
1581 file-link, function-link, variable-link, custom-group-link.
1582
5890344b
CY
15832005-11-20 Chong Yidong <cyd@stupidchicken.com>
1584
1585 * display.texi: Revert 2005-11-20 change.
1586
cbce0752
TTN
15872005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1588
1589 * processes.texi (Bindat Functions):
1590 Say "third" to refer to zero-based index "2".
1591
ff04c885
LT
15922005-11-18 Luc Teirlinck <teirllm@auburn.edu>
1593
1594 * loading.texi (Library Search): Update the default value of
1595 `load-suffixes'.
1596
ce8d4e00
CY
15972005-11-17 Chong Yidong <cyd@stupidchicken.com>
1598
1599 * display.texi (Attribute Functions): Mention :ignore-defface.
1600
cbad4a9e
SM
16012005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1602
1603 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 1604 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 1605
fda12b27
RS
16062005-11-06 Richard M. Stallman <rms@gnu.org>
1607
1608 * files.texi (Magic File Names): find-file-name-handler checks the
1609 `operations' property of the handler.
1610
e082564e
RS
16112005-11-03 Richard M. Stallman <rms@gnu.org>
1612
1613 * variables.texi (Frame-Local Variables): Small clarification.
1614
f0cdd9e4
CY
16152005-10-29 Chong Yidong <cyd@stupidchicken.com>
1616
1617 * os.texi (Init File): Document ~/.emacs.d/init.el.
1618
685abb98
RS
16192005-10-29 Richard M. Stallman <rms@gnu.org>
1620
1621 * internals.texi (Garbage Collection): Document memory-full.
1622
7000848e
BW
16232005-10-28 Bill Wohler <wohler@newt.com>
1624
1625 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1626 for URLs.
1627
107fb6c9
RS
16282005-10-28 Richard M. Stallman <rms@gnu.org>
1629
1630 * minibuf.texi (Completion Commands): Clean up prev change.
1631
16322005-10-26 Kevin Ryde <user42@zip.com.au>
1633
1634 * compile.texi (Eval During Compile): Explain recommended uses
1635 of eval-when-compile and eval-and-compile.
1636
1d8e69a2
MY
16372005-10-27 Masatake YAMATO <jet@gyve.org>
1638
cbad4a9e 1639 * minibuf.texi (Completion Commands):
1d8e69a2 1640 Write about new optional argument for `display-completion-list'.
cbad4a9e 1641
6a897887
RS
16422005-10-23 Richard M. Stallman <rms@gnu.org>
1643
1644 * display.texi (Overlay Arrow): Clarify about local bindings of
1645 overlay-arrow-position.
1646
6d1e17be
EZ
16472005-10-22 Eli Zaretskii <eliz@gnu.org>
1648
1649 * internals.texi (Building Emacs): Fix last change.
1650
db5fe0a6
RS
16512005-10-22 Richard M. Stallman <rms@gnu.org>
1652
1653 * internals.texi (Building Emacs): Document eval-at-startup.
1654
45158e77
RS
16552005-10-21 Richard M. Stallman <rms@gnu.org>
1656
1657 * loading.texi (Where Defined): load-history contains abs file names.
1658 symbol-file returns abs file names.
1659
e50165ec
KS
16602005-10-19 Kim F. Storm <storm@cua.dk>
1661
1662 * display.texi (Showing Images): Add max-image-size integer value.
1663
63ab30d0
CY
16642005-10-18 Chong Yidong <cyd@stupidchicken.com>
1665
1666 * display.texi (Showing Images): Document max-image-size.
1667
f8252852
RS
16682005-10-17 Richard M. Stallman <rms@gnu.org>
1669
1670 * commands.texi (Quitting): Minor clarification.
1671
1672 * processes.texi (Sentinels): Clarify about output and quitting.
1673 (Filter Functions): Mention with-local-quit.
1674
c1bed3aa
JL
16752005-10-17 Juri Linkov <juri@jurta.org>
1676
1677 * buffers.texi (Current Buffer):
1678 * commands.texi (Event Input Misc):
1679 * compile.texi (Eval During Compile, Compiler Errors):
1680 * customize.texi (Group Definitions):
1681 * display.texi (Progress, Defining Faces):
1682 * files.texi (Writing to Files):
1683 * modes.texi (Mode Hooks, Defining Minor Modes):
1684 * streams.texi (Output Functions):
1685 * syntax.texi (Syntax Table Functions):
1686 * text.texi (Change Hooks):
1687 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
1688
1689 * commands.texi (Quitting): Replace arg `forms' with `body' in
1690 `with-local-quit'.
1691
1692 * positions.texi (Excursions): Replace arg `forms' with `body' in
1693 `save-excursion'.
1694
ef1b4c9e
KS
16952005-10-08 Kim F. Storm <storm@cua.dk>
1696
1697 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
1698 Rename manual section accordingly.
1699
abc8ce50
KS
17002005-10-04 Kim F. Storm <storm@cua.dk>
1701
1702 * windows.texi (Window Split Tree): New section describing
1703 new function window-split-tree function.
1704
a1f5a1f0
NR
17052005-10-03 Nick Roberts <nickrob@snap.net.nz>
1706
1707 * display.texi (Fringe Size/Pos): Simplify and add detail.
1708
97c3e4cc
RF
17092005-09-30 Romain Francoise <romain@orebokech.com>
1710
1711 * minibuf.texi (High-Level Completion): Explain that the prompt
1712 given to `read-buffer' should end with a colon and a space.
1713 Update usage examples.
1714
8ad8c5ce
JL
17152005-09-29 Juri Linkov <juri@jurta.org>
1716
1717 * display.texi (Displaying Messages): Rename argument name
1718 `string' to `format-string' in functions `message', `message-box',
1719 `message-or-box'.
1720
63182706
CY
17212005-09-26 Chong Yidong <cyd@stupidchicken.com>
1722
fc2cb772 1723 * errors.texi (Standard Errors): Correct xrefs.
63182706 1724
906320ec
CY
17252005-09-18 Chong Yidong <cyd@stupidchicken.com>
1726
fc2cb772 1727 * display.texi (Defining Images): Update documentation for
906320ec
CY
1728 `image-load-path'.
1729
8ccd3630
RS
17302005-09-17 Richard M. Stallman <rms@gnu.org>
1731
1732 * display.texi (Defining Images): Clean up previous change.
1733
7260457b
RF
17342005-09-16 Romain Francoise <romain@orebokech.com>
1735
1736 * elisp.texi: Specify GFDL version 1.2.
1737
1738 * doclicense.texi (GNU Free Documentation License): Update to
1739 version 1.2.
1740
5b51c037
CY
17412005-09-15 Chong Yidong <cyd@stupidchicken.com>
1742
1743 * display.texi (Defining Images): Document `image-load-path'.
1744
5c4757d3
RS
17452005-09-15 Richard M. Stallman <rms@gnu.org>
1746
1747 * objects.texi (Printed Representation): Minor cleanup.
1748 (Box Diagrams): Minor fix.
1749 (Cons Cell Type): Move (...) index item here.
1750 (Box Diagrams): From here.
1751 (Array Type): Minor fix.
1752 (Type Predicates): Delete index "predicates".
1753 (Hash Table Type): Clarify xref.
1754 (Dotted Pair Notation): Minor fix.
1755
2bb8b80c
CY
17562005-09-10 Chong Yidong <cyd@stupidchicken.com>
1757
1758 * files.texi (Saving Buffers): Fix typo.
1759
47b8bc5d
RS
17602005-09-08 Richard M. Stallman <rms@gnu.org>
1761
1762 * tips.texi (Programming Tips): Correct the "default" prompt spec.
1763
475aab0d
CY
17642005-09-08 Chong Yidong <cyd@stupidchicken.com>
1765
1766 * locals.texi (Standard Buffer-Local Variables): Don't include
1767 mode variables for minor modes.
1768 Fix xrefs for buffer-display-count, buffer-display-table,
1769 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1770 enable-multibyte-characters, fill-column, header-line-format,
1771 left-fringe-width, left-margin, and right-fringe-width.
1772
1773 * hooks.texi (Standard Hooks): All hooks should conform to the
1774 standard naming convention now.
1775 Fix xref for `echo-area-clear-hook'.
1776
1777 * display.texi (Usual Display): Note that indicate-empty-lines and
1778 tab-width are buffer-local.
1779
1780 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1781
1782 * modes.texi (Mode Help): Note that major-mode is buffer-local.
1783
1784 * nonascii.texi (Encoding and I/O): Note that
1785 buffer-file-coding-system is buffer-local.
1786
1787 * positions.texi (List Motion): Note that defun-prompt-regexp is
1788 buffer-local.
1789
1790 * text.texi (Auto Filling): Note that auto-fill-function is
1791 buffer-local.
1792 (Undo): Note that buffer-undo-list is buffer-local.
1793
1794 * windows.texi (Buffers and Windows): Document
1795 buffer-display-count.
1796
2a6bc1f7
RS
17972005-09-06 Richard M. Stallman <rms@gnu.org>
1798
1799 * tips.texi (Coding Conventions): Sometimes it is ok to put the
1800 package prefix elsewhere than at the start of the name.
1801
d7ea8b71
RS
18022005-09-03 Richard M. Stallman <rms@gnu.org>
1803
1804 * tips.texi (Programming Tips): Add conventions for minibuffer
1805 questions and prompts.
1806
0c6087a6
RS
18072005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
1808
1809 * intro.texi (nil and t): Minor cleanup.
1810 Delete spurious mention of keyword symbols.
1811 (Evaluation Notation): Add index entry.
1812 (A Sample Function Description): Minor cleanup.
1813 (A Sample Variable Description): Not all vars can be set.
1814
4b5fa40e
TTN
18152005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
1816
1817 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1818
1819 (Insertion): Document precise type of `insert-char' arg COUNT.
1820
34b50776
SM
18212005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1822
1823 * modes.texi (Other Font Lock Variables): Sync the default of
1824 font-lock-lines-before.
1825
c1105d05
MA
18262005-08-31 Michael Albinus <michael.albinus@gmx.de>
1827
1828 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1829
62929713
RS
18302005-08-29 Richard M. Stallman <rms@gnu.org>
1831
1832 * elisp.texi (Top): Update subnode menu.
1833
1834 * searching.texi (Searching and Matching): Move node.
1835 Rearrange contents and add overall explanation.
1836 (Searching and Case): Move node.
1837 (Searching and Matching): Update menu.
1838
0fb57cc0
EZ
18392005-08-27 Eli Zaretskii <eliz@gnu.org>
1840
1841 * os.texi (Startup Summary): Fix the description of the initial
1842 startup message display.
1843
3e80c4c1
RS
18442005-08-25 Richard M. Stallman <rms@gnu.org>
1845
1846 * searching.texi (Search and Replace): Add replace-regexp-in-string.
1847
18482005-08-25 Emilio C. Lopes <eclig@gmx.net>
1849
1850 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1851 `next-overlay-change' example.
c1105d05 1852
79a8defb
JL
18532005-08-22 Juri Linkov <juri@jurta.org>
1854
1855 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1856 Fix invert-face. Fix args of face-background.
1857
16691d29
JL
1858 * display.texi (Standard Faces): Delete node.
1859 (Faces): Add xref to `(emacs)Standard Faces'.
1860 (Displaying Faces): Fix xref to `Standard Faces'.
1861
1862 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1863
217b694f
EZ
18642005-08-20 Alan Mackenzie <acm@muc.de>
1865
1866 * buffers.texi (The Buffer List): Clarify the manipulation of the
1867 buffer list.
1868
0bf14bfd
RS
18692005-08-14 Richard M. Stallman <rms@gnu.org>
1870
7ad1498e
AS
1871 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1872 a regexp.
0bf14bfd 1873
c118d09e
RS
18742005-08-11 Richard M. Stallman <rms@gnu.org>
1875
59cb8c23
RS
1876 * elisp.texi (Top): Update subnode lists.
1877
1878 * display.texi (Inverse Video): Node deleted.
1879
c118d09e
RS
1880 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1881 New nodes split out of Coding Conventions.
1882
1883 * searching.texi (Regular Expressions): Document re-builder.
1884
1885 * os.texi (Time Parsing): New node split out of Time Conversion.
1886
1887 * processes.texi (Misc Network, Network Feature Testing)
1888 (Network Options, Make Network): New nodes split out of
1889 Low-Level Network.
1890
67ec7f41
RS
18912005-08-09 Richard M. Stallman <rms@gnu.org>
1892
76d47f0d
RS
1893 * frames.texi (Geometry): New node, split from Size and Position.
1894 (Frame Parameters): Refer to Geometry.
1895
67ec7f41 1896 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 1897
67ec7f41
RS
1898 * windows.texi (Splitting Windows): Fix xref.
1899
1900 * frames.texi (Layout Parameters): Add xref.
1901
1902 * display.texi (Line Height, Scroll Bars): Fix xrefs.
1903
1904 * keymaps.texi (Menu Bar): Fix xref.
1905
1906 * locals.texi (Standard Buffer-Local Variables): Fix xref.
1907
1908 * modes.texi (%-Constructs): Fix xref.
1909
1910 * frames.texi (Window Frame Parameters): Node split up.
1911 (Basic Parameters, Position Parameters, Size Parameters)
1912 (Layout Parameters, Buffer Parameters, Management Parameters)
1913 (Cursor Parameters, Color Parameters): New subnodes.
1914
adb5e445
LT
19152005-08-09 Luc Teirlinck <teirllm@auburn.edu>
1916
1917 * positions.texi (Screen Lines): Update xref for previous change
1918 in minibuf.texi.
1919
1920 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1921 change in minibuf.texi.
1922
61298e17
RS
19232005-08-09 Richard M. Stallman <rms@gnu.org>
1924
1925 * tips.texi (Coding Conventions): Minor cleanup.
1926
1927 * modes.texi (Defining Minor Modes): Explain when init-value
1928 can be non-nil.
1929
1930 * elisp.texi (Top): Update submenu for Minibuffer.
1931
1932 * minibuf.texi (Minibuffer Misc): Node split up.
1933 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1934 (Recursive Mini): New nodes split out from Minibuffer Misc.
1935 (Minibuffer Misc): Document max-mini-window-height.
1936
1937 * hash.texi (Defining Hash): Delete stray paren in example.
1938
1939 * display.texi (Echo Area Customization): Don't define
1940 max-mini-window-height here; xref instead.
1941
1942 * commands.texi (Event Input Misc): Update while-no-input.
1943
1944 * advice.texi (Advising Functions): Explain when to use advice
1945 and when to use a hook.
1946
43e124e6
EZ
19472005-07-30 Eli Zaretskii <eliz@gnu.org>
1948
1949 * makefile.w32-in (info): Don't run install-info.
1950 ($(infodir)/dir): New target, produced by running install-info.
1951
653aea22
LT
19522005-07-27 Luc Teirlinck <teirllm@auburn.edu>
1953
1954 * modes.texi (Defining Minor Modes): The keyword for the initial
1955 value is :init-value, not :initial-value.
1956
ba6ebbd5
EZ
19572005-07-23 Eli Zaretskii <eliz@gnu.org>
1958
1959 * loading.texi (Autoload): Make the `doctor' example be consistent
1960 with what's in current loaddefs.el. Describe the "fn" magic in
1961 the usage portion of the doc string.
1962
6696f2a4
RS
19632005-07-22 Richard M. Stallman <rms@gnu.org>
1964
1965 * internals.texi (Garbage Collection): Clarify previous change.
1966
0c17e67c
SM
19672005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
1968
1969 * internals.texi (Garbage Collection): Add gc-cons-percentage.
1970
426179e1
JL
19712005-07-18 Juri Linkov <juri@jurta.org>
1972
1973 * commands.texi (Accessing Events):
1974 * frames.texi (Text Terminal Colors, Resources):
1975 * markers.texi (The Mark):
1976 * modes.texi (Defining Minor Modes):
1977 Delete duplicate duplicate words.
1978
9b0c2c56
RS
19792005-07-16 Richard M. Stallman <rms@gnu.org>
1980
1981 * display.texi (Managing Overlays): Clarify make-overlay
1982 args for insertion types.
1983
fd90b80c
LT
19842005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1985
0c17e67c
SM
1986 * customize.texi (Variable Definitions):
1987 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
1988 `standard-value' is a list too.
1989 (Defining New Types): Use @key{RET} instead of @key{ret}.
1990
37aa90e5
TTN
19912005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
1992
1993 * os.texi (Translating Input): Fix typo.
1994
917e0c95
RS
19952005-07-08 Richard M. Stallman <rms@gnu.org>
1996
1997 * README: Update edition number and size estimate.
1998
1999 * elisp.texi (VERSION): Set to 2.9.
2000
7d90e71d
RS
20012005-07-07 Richard M. Stallman <rms@gnu.org>
2002
c330dafe
RS
2003 * book-spine.texinfo: Update Emacs version.
2004
7d90e71d
RS
2005 * display.texi (Inverse Video): Delete mode-line-inverse-video.
2006
dc2204be
RS
20072005-07-06 Richard M. Stallman <rms@gnu.org>
2008
2009 * searching.texi (Regexp Search): Clarify what re-search-forward
2010 does when the search fails.
2011
a0ec7a4a
LK
20122005-07-05 Lute Kamstra <lute@gnu.org>
2013
dc2204be 2014 * Update FSF's address in GPL notices.
a0ec7a4a
LK
2015
2016 * doclicense.texi (GNU Free Documentation License):
2017 * gpl.texi (GPL):
2018 * tips.texi (Coding Conventions, Library Headers):
2019 * vol1.texi:
2020 * vol2.texi: Update FSF's address.
2021
4af33176
RS
20222005-07-04 Richard M. Stallman <rms@gnu.org>
2023
2024 * hooks.texi (Standard Hooks): Add occur-hook.
2025
b3ab615b
LT
20262005-07-03 Luc Teirlinck <teirllm@auburn.edu>
2027
2028 * display.texi (The Echo Area): Correct menu.
2029
3d393029
RS
20302005-07-03 Richard M. Stallman <rms@gnu.org>
2031
7fe48b75
RS
2032 * elisp.texi (Top): Update subnode menu for Display.
2033
2034 * display.texi (Displaying Messages): New node, with most
2035 of what was in The Echo Area.
2036 (Progress): Moved under The Echo Area.
2037 (Logging Messages): New node with new text.
2038 (Echo Area Customization): New node, the rest of what was
2039 in The Echo Area. Document message-truncate-lines with @defvar.
2040 (Display): Update menu.
2041
3d393029
RS
2042 * windows.texi (Textual Scrolling): Doc 3 values for
2043 scroll-preserve-screen-position.
2044
2045 * text.texi (Special Properties): Change hook functions
2046 should bind inhibit-modification-hooks around altering buffer text.
2047
2048 * keymaps.texi (Key Binding Commands): Call binding BINDING
2049 rather than DEFINITION.
2050
b26860ad
JB
20512005-06-29 Juanma Barranquero <lekktu@gmail.com>
2052
2053 * variables.texi (Defining Variables): `user-variable-p' returns t
2054 for aliases of user options, nil for alias loops.
2055
025691ed
RS
20562005-06-28 Richard M. Stallman <rms@gnu.org>
2057
2058 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
2059 make-keymap.
2060
b61bfa4d
LT
20612005-06-27 Luc Teirlinck <teirllm@auburn.edu>
2062
2063 * variables.texi (Setting Variables): Correct and clarify
2064 description of `add-to-ordered-list'.
2065
24ee714d
RS
20662005-06-26 Richard M. Stallman <rms@gnu.org>
2067
2068 * display.texi (Faces): Minor cleanup.
2069
33b79ce4
LT
20702005-06-25 Luc Teirlinck <teirllm@auburn.edu>
2071
2072 * display.texi (Faces): `facep' returns t for strings that are
2073 face names.
2074
df13531d
RS
20752005-06-25 Richard M. Stallman <rms@gnu.org>
2076
2077 * objects.texi (Equality Predicates): Clarify meaning of equal.
2078
2079 * windows.texi (Selecting Windows): save-selected-window
2080 and with-selected-window save and restore the current buffer.
2081
cf444441
RS
20822005-06-24 Richard M. Stallman <rms@gnu.org>
2083
2084 * numbers.texi (Float Basics): Explain how to test for NaN,
2085 and printing the sign of NaNs.
2086
6cdd056d
EZ
20872005-06-24 Eli Zaretskii <eliz@gnu.org>
2088
2089 * makefile.w32-in (MAKEINFO): Use --force.
2090
b93e3c3b
RS
20912005-06-23 Richard M. Stallman <rms@gnu.org>
2092
2093 * display.texi (Face Functions): Correct Texinfo usage.
2094
6fb276bd
LT
20952005-06-23 Luc Teirlinck <teirllm@auburn.edu>
2096
2097 * lists.texi (Rings): `ring-elements' now returns the elements of
2098 RING in order.
2099
1d1c7e75
JB
21002005-06-23 Juanma Barranquero <lekktu@gmail.com>
2101
2102 * markers.texi (The Mark): Texinfo usage fix.
2103
9d12e52b
KS
21042005-06-23 Kim F. Storm <storm@cua.dk>
2105
2106 * searching.texi (Entire Match Data): Remove evaporate option for
2107 match-data. Do not mention evaporate option for set-match-data.
2108
6d44324c
GM
21092005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2110
2111 * display.texi (Face Functions): Mention face aliases.
2112
80df27a7
RS
21132005-06-21 Richard M. Stallman <rms@gnu.org>
2114
2115 * anti.texi (Antinews): Texinfo usage fix.
2116
e121563b
KB
21172005-06-21 Karl Berry <karl@gnu.org>
2118
9d7d543c
KB
2119 * elisp.texi: Use @copying.
2120
e121563b
KB
2121 * elisp.texi: Put @summarycontents and @contents before the Top
2122 node, instead of the end of the file, so that the contents appear
2123 in the right place in the dvi/pdf output.
2124
36a3b076
JL
21252005-06-21 Juri Linkov <juri@jurta.org>
2126
2127 * display.texi (Defining Faces): Add `customized-face'.
2128
5c796e80
KS
21292005-06-20 Kim F. Storm <storm@cua.dk>
2130
b7d1f38f
KS
2131 * variables.texi (Setting Variables): Any type of element can be
2132 given order in add-to-ordered-list. Compare elements with eq.
2133
5c796e80
KS
2134 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
2135
fb056bef
KB
21362005-06-20 Karl Berry <karl@gnu.org>
2137
2138 * syntax.texi (Syntax Flags): Make last column very slightly wider
2139 to avoid "generic comment" breaking on two lines and causing an
2140 underfull box.
2141
84398baa
LT
21422005-06-19 Luc Teirlinck <teirllm@auburn.edu>
2143
2144 * lists.texi (Rings): Various minor clarifications and corrections.
2145
07ff1e4b
RS
21462005-06-18 Richard M. Stallman <rms@gnu.org>
2147
2148 * functions.texi (Obsolete Functions): Simplify.
2149
2150 * variables.texi (Variable Aliases): Simplify.
2151
2152 * anti.texi, backups.texi, compile.texi, customization.texi:
2153 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
2154 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
2155 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
2156 * variables.texi: Fix formatting ugliness.
2157
2158 * elisp.texi: Add links to Rings and Byte Packing.
2159 Update version and copyright years.
2160
2161 * minibuf.texi: Fix formatting ugliness.
2162 (Completion Commands): Move keymap vars to the end
2163 and vars completing-read binds to the top.
2164
3f7fab24
LT
21652005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2166
2167 * processes.texi: Fix typos.
2168 (Bindat Spec): Correct Texinfo error.
926c4c9b 2169 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 2170
f19b57e3
RS
21712005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
2172
2173 * lists.texi (Rings): New node.
2174 (Lists): Add it to menu.
2175
a80c5da7 2176 * processes.texi (Byte Packing): New node.
f19b57e3
RS
2177 (Processes): Add it to menu.
2178
21792005-06-17 Richard M. Stallman <rms@gnu.org>
2180
2181 * syntax.texi (Parsing Expressions): Fix texinfo usage.
2182
2183 * help.texi (Documentation Basics): Explain the xref to
2184 Documentation Tips.
2185
2186 * debugging.texi (Debugger Commands): Minor fix.
2187
67c1390d
LT
21882005-06-16 Luc Teirlinck <teirllm@auburn.edu>
2189
2190 * edebug.texi (Instrumenting): Eliminate duplicate link.
2191 (Specification List): Replace references to "below", referring to
2192 a later node, with one @ref to that node.
2193
2194 * os.texi (Timers): Timers should save and restore the match data
2195 if they change it.
2196
2197 * debugging.texi (Debugger Commands): Mention that the Lisp
2198 debugger can not step through primitive functions.
2199
51cd2a8c
JB
22002005-06-16 Juanma Barranquero <lekktu@gmail.com>
2201
2202 * functions.texi (Obsolete Functions): Update argument names of
2203 `make-obsolete' and `define-obsolete-function-alias'.
2204
2205 * variables.texi (Variable Aliases): Update argument names of
2206 `defvaralias', `make-obsolete-variable' and
2207 `define-obsolete-variable-alias'.
2208
f5e6ac4a
KS
22092005-06-15 Kim F. Storm <storm@cua.dk>
2210
2211 * searching.texi (Entire Match Data): Rephrase warnings about
2212 evaporate arg to match-data and set-match-data.
2213
fe2a9972
LT
22142005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2215
67774855
LT
2216 * elisp.texi (Top): Update detailed menu.
2217
fe2a9972
LT
2218 * edebug.texi (Edebug): Update menu.
2219 (Instrumenting): Update xrefs.
2220 (Edebug Execution Modes): Correct xref.
2221 (Jumping): Clarify description of `h' command.
2222 Eliminate redundant @ref.
2223 (Breaks): New node.
9b7fa297 2224 (Breakpoints): Is now a subsubsection.
fe2a9972
LT
2225 (Global Break Condition): Mention `C-x X X'.
2226 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
2227 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
2228 (Edebug Display Update): Correct pxref.
2229 (Edebug and Macros): New node.
2230 (Instrumenting Macro Calls): Is now a subsubsection.
2231 Neither arg of `def-edebug-spec' is evaluated.
2232 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
2233 (Specification Examples): Fix typo.
2234
b59f605b
LK
22352005-06-14 Lute Kamstra <lute@gnu.org>
2236
2237 * debugging.texi (Function Debugging): Primitives can break on
2238 entry too.
2239
a5c99dc9
KS
22402005-06-14 Kim F. Storm <storm@cua.dk>
2241
2242 * variables.texi (Setting Variables): Add add-to-ordered-list.
2243
f99ed2f8
SM
22442005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2245
2246 * syntax.texi (Parsing Expressions): Document aux functions and vars of
2247 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
2248
9d42ffaa
LK
22492005-06-13 Lute Kamstra <lute@gnu.org>
2250
2251 * text.texi (Special Properties): Fix cross reference.
2252
32cc0b00
LT
22532005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2254
2255 * debugging.texi (Function Debugging): Delete mention of empty
2256 string argument to `cancel-debug-on-entry'. Delete inaccurate
2257 description of the return value of that command.
2258
98d1a1cf
EZ
22592005-06-11 Alan Mackenzie <acm@muc.de>
2260
2261 * text.texi (Adaptive Fill): Amplify the description of
2262 fill-context-prefix.
2263
4b53b8d7
LT
22642005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2265
84398baa 2266 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 2267
b5305167
SM
22682005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2269
2270 * syntax.texi (Parsing Expressions): Document syntax-ppss.
2271
9bd4c3ad
LT
22722005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2273
2274 * debugging.texi (Error Debugging): Minor rewording.
2275 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
2276 is optional.
2277
257914aa
LK
22782005-06-10 Lute Kamstra <lute@gnu.org>
2279
b5305167 2280 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
2281 (Top): Give it a title. Correct version number. Give the
2282 detailed node listing a more prominent header.
b5305167
SM
2283 * intro.texi: Don't set VERSION here a second time.
2284 Mention Emacs's version too.
257914aa
LK
2285 * anti.texi (Antinews): Use EMACSVER to refer to the current
2286 version of Emacs.
2287
b7aae902
KS
22882005-06-09 Kim F. Storm <storm@cua.dk>
2289
2290 * searching.texi (Entire Match Data): Explain new `reseat' argument to
2291 match-data and set-match-data.
2292
99598737
RS
22932005-06-08 Richard M. Stallman <rms@gnu.org>
2294
2295 * searching.texi (Entire Match Data): Clarify when match-data
2296 returns markers and when integers.
2297
2298 * display.texi (Defining Faces): Explain that face name should not
2299 end in `-face'.
2300
2301 * modes.texi (Mode Line Data): Minor cleanup.
2302 (Customizing Keywords): Node split out of Search-based Fontification.
2303 Add example of using font-lock-add-keywords from a hook.
2304 Clarify when MODE should be non-nil, and when nil.
2305
23062005-06-06 Richard M. Stallman <rms@gnu.org>
2307
2308 * modes.texi (Mode Line Data): Explain what happens when the car
2309 of a list is a void symbol.
2310 (Search-based Fontification): Explain MODE arg to
2311 font-lock-add-keywords and warn about calls from major modes.
2312
ecc8893a
JL
23132005-06-08 Juri Linkov <juri@jurta.org>
2314
2315 * display.texi (Standard Faces): Add `shadow' face.
2316
7fa9f4eb
LT
23172005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2318
2319 * modes.texi (Major Mode Conventions): A derived mode only needs
2320 to put the call to the parent mode inside `delay-mode-hooks'.
2321
bebcc4b1
RS
23222005-05-29 Richard M. Stallman <rms@gnu.org>
2323
c16b1394
RS
2324 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
2325 new, and what that implies. Clarify.
2326
2327 * files.texi (Locating Files): Clean up the text.
2328
bebcc4b1
RS
2329 * frames.texi (Window Frame Parameters): Document user-size.
2330 Shorten entry for top by referring to left.
2331
23322005-05-26 Richard M. Stallman <rms@gnu.org>
2333
2334 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
2335 is new, and what the implications are. Other clarifications.
2336
217797bc
RS
23372005-05-24 Richard M. Stallman <rms@gnu.org>
2338
2339 * frames.texi (Dialog Boxes): Minor fixes.
2340
3565fe07
MY
23412005-05-25 Masatake YAMATO <jet@gyve.org>
2342
2343 * display.texi (Standard Faces): Write about `mode-line-highlight'.
2344
817089df
LT
23452005-05-24 Luc Teirlinck <teirllm@auburn.edu>
2346
2347 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
2348 is optional.
2349
cb5db137
NR
23502005-05-24 Nick Roberts <nickrob@snap.net.nz>
2351
2352 * frames.texi (Dialog Boxes): Descibe new optional argument.
2353
3c8572f5
LK
23542005-05-23 Lute Kamstra <lute@gnu.org>
2355
2356 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
2357 syntax-begin-function over font-lock-beginning-of-syntax-function.
2358
2a4d7cb3
LT
23592005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2360
71f800cf
LT
2361 * minibuf.texi (Reading File Names): Update description of
2362 `read-directory-name'.
2363
2a4d7cb3
LT
2364 * modes.texi (Derived Modes): Clarify :group keyword.
2365
bb4afd09
EZ
23662005-05-21 Eli Zaretskii <eliz@gnu.org>
2367
b5305167
SM
2368 * files.texi (Locating Files): New subsection.
2369 Describe locate-file and executable-find.
bb4afd09 2370
a2c9aee6
EZ
23712005-05-21 Kevin Ryde <user42@zip.com.au>
2372
2373 * frames.texi (Initial Parameters): Update cross reference to
2374 "Emacs Invocation".
2375
6900105f
LT
23762005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2377
ca1b0914
LT
2378 * keymaps.texi (Active Keymaps): Add anchor.
2379
6900105f
LT
2380 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
2381 (Major Mode Conventions): Refer to `Auto Major Mode' in more
2382 appropriate place.
2383 (Derived Modes): Small clarifications.
b5305167
SM
2384 (Minor Mode Conventions, Keymaps and Minor Modes):
2385 Replace references to nodes with references to anchors.
6900105f
LT
2386 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
2387 Clarify description of lists whose first element is an integer.
2388 (Mode Line Variables): Add anchor.
2389 (%-Constructs): Clarify description of integer after %.
2390 (Emulating Mode Line): Describe nil value for FACE.
2391
54d06364
LT
23922005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2393
2394 * modes.texi (Derived Modes): Correct references to non-existing
2395 variable standard-syntax-table.
2396
f8d0b769
LK
23972005-05-17 Lute Kamstra <lute@gnu.org>
2398
2399 * modes.texi (Defining Minor Modes): Mention the mode hook.
2400
294c599c
KS
24012005-05-15 Kim F. Storm <storm@cua.dk>
2402
2403 * processes.texi (Network): Remove open-network-stream-nowait.
2404 (Network Servers): Remove open-network-stream-server.
2405
4214af69
LT
24062005-05-15 Luc Teirlinck <teirllm@auburn.edu>
2407
2408 * elisp.texi (Top): Update detailed menu.
2409
2410 * variables.texi: Reorder nodes.
2411 (Variables): Update menu.
2412 (File Local Variables): Do not refer to the `-*-' line as
2413 a "local variables list". Add pxref.
2414
302691ab
LT
24152005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2416
56d4215a
LT
2417 * elisp.texi (Top): Update detailed menu for node changes.
2418
302691ab 2419 * modes.texi (Modes): Update Menu.
6db11765 2420 (Hooks): Move to beginning of chapter.
302691ab
LT
2421 Most minor modes run mode hooks too.
2422 `add-hook' can handle void hooks or hooks whose value is a single
2423 function.
2424 (Major Modes): Update Menu.
2425 (Major Mode Basics): New node, split off from `Major Modes'.
2426 (Major Mode Conventions): Correct xref. Explain how to handle
2427 auto-mode-alist if the major mode command has an autoload cookie.
2428 (Auto Major Mode): Major update. Add magic-mode-alist.
2429 (Derived Modes): Major update.
2430 (Mode Line Format): Update Menu.
2431 (Mode Line Basics): New node, split off from `Mode Line Format'.
2432
2433 * loading.texi (Autoload): Mention `autoload cookie' as synonym
2434 for `magic autoload comment'. Add index entries and anchor.
2435
d06ba294
RS
24362005-05-14 Richard M. Stallman <rms@gnu.org>
2437
2438 * tips.texi (Coding Conventions): Explain how important it is
2439 that just loading certain files not change Emacs behavior.
2440
2441 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
2442
405cb12a
LK
24432005-05-12 Lute Kamstra <lute@gnu.org>
2444
19958124
LK
2445 * modes.texi (Generic Modes): Update.
2446 (Major Modes): Refer to node "Generic Modes".
2447
405cb12a
LK
2448 * elisp.texi (Top): Update to the current structure of the manual.
2449 * processes.texi (Processes): Add menu description.
2450 * customize.texi (Customization): Add menu descriptions.
2451
f714dd1b
TTN
24522005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2453
cc9442f2
TTN
2454 * processes.texi (Signals to Processes)
2455 (Low-Level Network): Fix typos.
f714dd1b 2456
36ad23ec
LK
24572005-05-11 Lute Kamstra <lute@gnu.org>
2458
2459 * elisp.texi (Top): Add some nodes from the chapter "Major and
2460 Minor Modes" to the detailed node listing.
2461
d101bf56
RS
24622005-05-10 Richard M. Stallman <rms@gnu.org>
2463
2464 * keymaps.texi (Extended Menu Items): Menu item filter functions
2465 can be called at any time.
2466
698b0510
LT
24672005-05-08 Luc Teirlinck <teirllm@auburn.edu>
2468
2469 * variables.texi (File Local Variables): `(hack-local-variables t)'
2470 now also checks whether a mode is specified in the local variables
2471 list.
2472
2c6b25c7
EZ
24732005-05-05 Kevin Ryde <user42@zip.com.au>
2474
2475 * display.texi (The Echo Area): Correct format function cross
2476 reference.
2477
643b4cf5
LT
24782005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2479
2480 * variables.texi (Variable Aliases): Change description of
2481 `define-obsolete-variable-alias'.
2482
2483 * functions.texi (Functions): Add "Obsolete Functions" to menu.
2484 (Defining Functions): Add xref.
2485 (Obsolete Functions): New node.
2486 (Function Safety): Standardize capitalization of section title.
2487
2488 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2489 (Dialog Boxes): Complete description of `x-popup-dialog'.
2490
053bc8e4
RS
24912005-05-04 Richard M. Stallman <rms@gnu.org>
2492
2493 * commands.texi (Interactive Codes): Fix Texinfo usage.
2494 Document U more clearly.
2495
f6b1b15a
LT
24962005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2497
3b925015
LT
2498 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2499 function and not a macro.
2500
f6b1b15a
LT
2501 * frames.texi (Pop-Up Menus): Correct and clarify description of
2502 `x-popup-menu'.
2503 (Dialog Boxes): Clarify description of `x-popup-dialog'.
2504
ebbfa918
RS
25052005-05-01 Richard M. Stallman <rms@gnu.org>
2506
2507 * edebug.texi (Checking Whether to Stop): Fix previous change.
2508
abe2f96e
LT
25092005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2510
d6028ef2
LT
2511 * display.texi: Fix typos and Texinfo usage.
2512
abe2f96e
LT
2513 * edebug.texi (Checking Whether to Stop): executing-macro ->
2514 executing-kbd-macro.
2515
b2cfb30b
RS
25162005-05-01 Richard M. Stallman <rms@gnu.org>
2517
2518 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2519
7e995a23
RS
25202005-04-30 Richard M. Stallman <rms@gnu.org>
2521
2522 * files.texi (Magic File Names): Document `operations' property.
2523
57efa539
LK
25242005-04-29 Lute Kamstra <lute@gnu.org>
2525
2526 * modes.texi (Generic Modes): New node.
2527 (Major Modes): Add it to the menu.
2528 (Derived Modes): Add "derived mode" to concept index.
2529
0a20b1dc
LK
25302005-04-28 Lute Kamstra <lute@gnu.org>
2531
2532 * modes.texi (Defining Minor Modes): Fix previous change.
2533 (Font Lock Mode): Simplify.
2534 (Font Lock Basics): Say that font-lock-defaults is buffer-local
2535 when set and that some parts are optional. Add cross references.
2536 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
2537 Add cross references. Add font-lock-multiline to index.
2538 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 2539 Lock Variables". Document font-lock-add-keywords and
b5305167 2540 font-lock-remove-keywords.
0a20b1dc
LK
2541 (Other Font Lock Variables): Move font-lock-keywords-only,
2542 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2543 and font-lock-syntactic-face-function to node "Syntactic Font
2544 Lock". Move font-lock-keywords-case-fold-search to node
2545 "Search-based Fontification". Document font-lock-inhibit-thing-lock
2546 and font-lock-{,un}fontify-{buffer,region}-function.
2547 (Precalculated Fontification): Remove reference to deleted variable
2548 font-lock-core-only.
2549 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2550 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
2551 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2552 and font-lock-syntactic-face-function here from node "Other Font
2553 Lock Variables". Move font-lock-syntactic-keywords to "Setting
2554 Syntax Properties". Add cross references.
b5305167
SM
2555 (Setting Syntax Properties): New node.
2556 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
2557 * syntax.texi (Syntax Properties): Add cross reference.
2558 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2559
68a94f5a
RS
25602005-04-26 Richard M. Stallman <rms@gnu.org>
2561
2562 * display.texi (Defining Faces):
2563 Document `default' elements of defface spec.
2564
2565 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2566
2567 * variables.texi (Variable Aliases): Clarify text.
2568
25692005-04-25 Chong Yidong <cyd@stupidchicken.com>
2570
2571 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2572
7f48f143
LT
25732005-04-25 Luc Teirlinck <teirllm@auburn.edu>
2574
2575 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2576
45d2f8e8
EZ
25772005-04-24 Eli Zaretskii <eliz@gnu.org>
2578
f3714ab2
EZ
2579 * syntax.texi (Syntax Table Internals): Elaborate documentation of
2580 syntax-after and syntax-class.
2581
45d2f8e8 2582 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
2583 (Unique File Names): Don't mention "numbers" in the documentation
2584 of make-temp-file and make-temp-name.
45d2f8e8 2585
469bc679
RS
25862005-04-23 Richard M. Stallman <rms@gnu.org>
2587
2588 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2589
c9fa5dc9
RS
25902005-04-22 Nick Roberts <nickrob@snap.net.nz>
2591
2592 * windows.texi (Cyclic Window Ordering): Clarify window-list.
2593
230e1e80
NR
25942005-04-22 Nick Roberts <nickrob@snap.net.nz>
2595
2596 * variables.texi (Variable Aliases): Describe make-obsolete-variable
2597 and define-obsolete-variable-alias.
2598
1ba52906
KS
25992005-04-22 Kim F. Storm <storm@cua.dk>
2600
2601 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2602 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2603
9721d904
LK
26042005-04-21 Lute Kamstra <lute@gnu.org>
2605
2606 * lists.texi (Association Lists): Document rassq-delete-all.
2607
ed35c736
RS
26082005-04-19 Richard M. Stallman <rms@gnu.org>
2609
2610 * modes.texi (Search-based Fontification): Explain that
2611 facespec is an expression to be evaluated.
2612
42fc00a4
RS
26132005-04-19 Kevin Ryde <user42@zip.com.au>
2614
b5305167 2615 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
2616 * strings.texi (String Conversion): Fix xref.
2617
5827e9d4
KS
26182005-04-19 Kim F. Storm <storm@cua.dk>
2619
2620 * symbols.texi (Symbol Plists): Add safe-get.
2621 Mention that `get' may signal an error.
2622
47872da9
NR
26232005-04-18 Nick Roberts <nickrob@snap.net.nz>
2624
2625 * customize.texi (Variable Definitions): Replace tooltip-mode
2626 example with save-place.
2627
ec0cf966
RS
26282005-04-17 Richard M. Stallman <rms@gnu.org>
2629
2630 * buffers.texi (Indirect Buffers): Clarify.
2631
2632 * positions.texi (Positions): Clarify converting marker to integer.
2633
2634 * strings.texi (String Basics): Mention string-match; clarify.
2635
199bb209
LK
26362005-04-08 Lute Kamstra <lute@gnu.org>
2637
2638 * modes.texi (Search-based Fontification): Fix cross references.
2639 Use consistent terminology. Document anchored highlighting.
2640
bfa54668
LK
26412005-04-05 Lute Kamstra <lute@gnu.org>
2642
2643 * modes.texi (Defining Minor Modes): Document :group keyword
2644 argument and its default value.
2645
07e5fb9e
LK
26462005-04-03 Lute Kamstra <lute@gnu.org>
2647
2648 * hooks.texi (Standard Hooks): Add some hooks. Add cross
2649 references and/or descriptions. Delete major mode hooks; mention
2650 them as a category instead. Rename or delete obsolete hooks.
2651
aa945b59
RS
26522005-04-02 Richard M. Stallman <rms@gnu.org>
2653
2654 * nonascii.texi (Coding System Basics): Another wording cleanup.
2655
8b918214
RS
26562005-04-01 Richard M. Stallman <rms@gnu.org>
2657
2658 * nonascii.texi (Coding System Basics): Clarify previous change.
2659
41639988
KH
26602005-04-01 Kenichi Handa <handa@m17n.org>
2661
2662 * nonascii.texi (Coding System Basics): Describe about rondtrip
2663 identity of coding systems.
2664
8e669bbd
RS
26652005-03-29 Chong Yidong <cyd@stupidchicken.com>
2666
2667 * text.texi (Buffer Contents): Add filter-buffer-substring and
2668 buffer-substring-filters.
2669
f60a6f87
RS
26702005-03-26 Chong Yidong <cyd@stupidchicken.com>
2671
2672 * anti.texi (Antinews): Mention `G' interactive code.
2673
2674 * tips.texi (Compilation Tips): Mention benchmark.el.
2675
aaac1251
LT
26762005-03-27 Luc Teirlinck <teirllm@auburn.edu>
2677
2678 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
2679 is now bound to M-o M-o.
2680
2681 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
2682
45325173
GM
26832005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
2684
2685 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
2686 in the Emacs Manual).
2687 * Makefile.in (srcs): Remove calendar.texi.
2688 * makefile.w32-in (srcs): Remove calendar.texi.
2689 * display.texi (Display): Change name of next node.
2690 * os.texi (System In): Change name of previous node.
2691 * elisp.texi (Top): Remove Calendar references.
2692 * vol1.texi (Top): Remove Calendar references.
2693 * vol2.texi (Top): Remove Calendar references.
2694
85df292e
RS
26952005-03-25 Richard M. Stallman <rms@gnu.org>
2696
45325173 2697 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
2698 Cleanup previous change.
2699
27002005-03-25 Chong Yidong <cyd@stupidchicken.com>
2701
2702 * display.texi (Face Attributes): Faces earlier in an :inherit
2703 list take precedence.
2704 (Scroll Bars): Fix description of vertical-scroll-bars.
2705 Document frame-current-scroll-bars and window-current-scroll-bars.
2706
2707 * markers.texi (The Mark): Document temporary Transient Mark mode.
2708
b5305167
SM
2709 * minibuf.texi (Reading File Names):
2710 Document read-file-name-completion-ignore-case.
85df292e
RS
2711
2712 * positions.texi (Screen Lines): Document nil for width argument
2713 to compute-motion.
2714
1fe54d69
KS
27152005-03-23 Kim F. Storm <storm@cua.dk>
2716
2717 * display.texi (Standard Faces): Other faces used in the fringe
2718 implicitly inherits from the fringe face.
2719 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
2720 properties implicitly inherits from fringe face.
2721 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
2722
a775dff4
RS
27232005-03-20 Chong Yidong <cyd@stupidchicken.com>
2724
2725 * display.texi (Invisible Text): State default value of
2726 line-move-ignore-invisible.
2727 (Managing Overlays): Document remove-overlays.
2728 (Standard Faces): Document escape-glyph face.
2729
b5305167 2730 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 2731
b5305167
SM
2732 * modes.texi (Other Font Lock Variables):
2733 Document font-lock-lines-before.
a775dff4
RS
2734
2735 * positions.texi (Skipping Characters): skip-chars-forward allows
2736 character classes.
2737
077f7085
LK
27382005-03-18 Lute Kamstra <lute@gnu.org>
2739
2740 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
2741
d69ea7ab
RS
27422005-03-17 Richard M. Stallman <rms@gnu.org>
2743
c7bd5d57
RS
2744 * text.texi (Undo): Document extensible undo entries.
2745
d69ea7ab
RS
2746 * searching.texi (String Search, Regexp Search, Regexp Search):
2747 Cleanups.
2748
2749 * nonascii.texi (Character Codes): Minor fix.
2750
2751 * display.texi (Display Property): Explain the significance
2752 of having text properties that are eq.
2753 (Other Display Specs): Explain string as display spec.
2754
2755 * commands.texi (Interactive Codes): Document G option.
2756
27572005-03-17 Chong Yidong <cyd@stupidchicken.com>
2758
2759 * text.texi (Filling): Add sentence-end-without-period and
2760 sentence-end-without-space.
2761 (Changing Properties): Minor fix.
2762
2763 * anti.texi: Total rewrite.
2764
a7679889
LK
27652005-03-15 Lute Kamstra <lute@gnu.org>
2766
2767 * edebug.texi (Instrumenting Macro Calls): Fix typos.
2768
6eb8e247
KS
27692005-03-08 Kim F. Storm <storm@cua.dk>
2770
2771 * display.texi (Specified Space): Property :width is support on
2772 non-graphic terminals, :height is not.
2773
bfa8be14
RS
27742005-03-07 Richard M. Stallman <rms@gnu.org>
2775
2776 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2777 Now subnodes of Fringes.
2778 (Overlay Arrow): Document overlay-arrow-variable-list.
2779 (Fringe Size/Pos): New node, broken out of Fringes.
2780 (Display): Explain clearing vs redisplay better.
2781 (Truncation): Clarify use of bitmaps.
2782 (The Echo Area): Clarify the uses of the echo area.
2783 Add max-mini-window-height.
2784 (Progress): Clarify.
2785 (Invisible Text): Explain that main loop moves point out.
2786 (Selective Display): Say "hidden", not "invisible".
b5305167 2787 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
2788 (Overlay Properties): Clarify intro.
2789 (Finding Overlays): Explain return values when nothing found.
2790 (Width): truncate-string-to-width has added arg.
2791 (Displaying Faces): Clarify and update mode line face handling.
2792 (Face Functions): Minor cleanup.
b5305167 2793 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
2794 (Pixel Specification, Other Display Specs): Minor cleanups.
2795 (Images, Image Descriptors): Minor cleanups.
2796 (GIF Images): Patents have expired.
2797 (Showing Images): Explain default text for insert-image.
b5305167 2798 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
2799 (Making Buttons): Explain return values.
2800 (Button Buffer Commands): Add xref.
2801 (Inverse Video): Update mode-line-inverse-video.
2802 (Display Table Format): Clarify.
2803 (Active Display Table): Give defaults for window-display-table.
2804
2805 * calendar.texi (Calendar Customizing): calendar-holiday-marker
2806 and calendar-today-marker are strings, not chars.
2807 (Holiday Customizing): Minor fix.
2808
bfa8be14
RS
2809 * internals.texi (Writing Emacs Primitives): Update `or' example.
2810 Update limit on # args of subr.
2811
2812 * edebug.texi (Using Edebug): Arrow is in fringe.
2813 (Instrumenting): Arg to eval-defun works without loading edebug.
2814 (Edebug Execution Modes): Add xref.
2815
2816 * customize.texi (Common Keywords): Clarify :require.
2817 Mention :version here.
2818 (Variable Definitions, Group Definitions): Not here.
2819 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2820
d69ea7ab
RS
28212005-03-07 Chong Yidong <cyd@stupidchicken.com>
2822 * nonascii.texi (Text Representations): Clarify position-bytes.
2823 (Character Sets): Add list-charset-chars.
2824 (Scanning Charsets): Add charset-after.
2825 (Encoding and I/O): Minor fix.
2826
34398e6c
RS
28272005-03-06 Richard M. Stallman <rms@gnu.org>
2828
2829 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2830 (Resizing Windows): Likewise.
2831
2832 * text.texi (Change Hooks): Get rid of "Emacs 21".
2833
2834 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2835
2836 * streams.texi (Output Variables): Get rid of "Emacs 21".
2837
2838 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2839
2840 * os.texi (Translating Input): Replace flow-control example
2841 with a less obsolete example that uses `keyboard-translate'.
2842
6eb8e247 2843 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 2844 Get rid of "Emacs 21".
6eb8e247 2845
34398e6c
RS
2846 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2847 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2848
2849 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2850
2851 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2852
2853 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2854 (Menu Bar): Fix when menu-bar-update-hook is called.
2855
2856 * hash.texi (Hash Tables): Get rid of "Emacs 21".
2857
2858 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2859 and make it read better.
2860
2861 * files.texi (Writing to Files): Get rid of "Emacs 21".
2862 (Unique File Names): Likewise.
2863
2864 * elisp.texi: Update Emacs version to 22.
2865
2866 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2867 (Overlay Properties, Face Attributes): Likewise.
2868 (Managing Overlays): Fix punctuation.
2869 (Attribute Functions): Clarify set-face-font; get rid of
2870 info about old Emacs versions.
2871 (Auto Faces, Font Lookup, Display Property, Images):
2872 Get rid of "Emacs 21".
2873
2874 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2875
d2178387
RS
28762005-03-05 Richard M. Stallman <rms@gnu.org>
2877
2878 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2879
524352d6
LK
28802005-03-04 Lute Kamstra <lute@gnu.org>
2881
2882 * debugging.texi (Error Debugging): Document stack-trace-on-error.
2883
28842005-03-03 Lute Kamstra <lute@gnu.org>
2885
2886 * edebug.texi (Instrumenting Macro Calls): Fix typo.
2887
284f0680
LK
28882005-03-01 Lute Kamstra <lute@gnu.org>
2889
2890 * debugging.texi (Debugger Commands): Update `j'.
2891
a9ee5cac
LK
28922005-02-28 Lute Kamstra <lute@gnu.org>
2893
2894 * debugging.texi (Debugging): Fix typo.
2895 (Error Debugging): Document eval-expression-debug-on-error.
2896 (Function Debugging): Update example.
2897 (Using Debugger): Mention starred stack frames.
2898 (Debugger Commands): Document `j' and `l'.
2899 (Invoking the Debugger): `d' and `j' exit recursive edit too.
2900 Update the messages that the debugger displays.
2901 (Internals of Debugger): Add cross reference. Update example.
2902 (Excess Open): Minor improvement.
2903 (Excess Close): Minor improvement.
2904
378d0f8e
RS
29052005-02-26 Richard M. Stallman <rms@gnu.org>
2906
2907 * tips.texi (Coding Conventions): Clarify.
2908 Put all the major mode key reservations together.
2909 Mention the Mouse-1 => Mouse-2 conventions.
2910
2911 * syntax.texi (Syntax Class Table): Clarify.
2912 (Syntax Table Functions): syntax-after moved from here.
2913 (Syntax Table Internals): syntax-after moved to here.
2914 (Parsing Expressions): Update info on number of values
2915 and what's meaningful in the STATE argument.
2916 (Categories): Fix typo.
2917
2918 * sequences.texi (Arrays): Cleanup.
2919 (Char-Tables): Clarify.
2920
2921 * processes.texi (Deleting Processes): Cleanups, add xref.
2922 (Subprocess Creation): Explain nil in exec-path. Cleanup.
2923 (Process Information): set-process-coding-system, some args optional.
2924 (Input to Processes): Explain various types for PROCESS args.
2925 Rename them from PROCESS-NAME to PROCESS.
2926 (Signals to Processes): Likewise.
2927 (Decoding Output): Cleanup.
2928 (Query Before Exit): Clarify.
2929
2930 * os.texi (Startup Summary): Correct the options; add missing ones.
2931 (Terminal Output, Batch Mode): Clarify.
2932 (Flow Control): Node deleted.
2933
2934 * markers.texi (The Mark): Clarify.
2935
2936 * macros.texi (Expansion): Cleanup.
2937 (Indenting Macros): indent-spec allows ints, not floats.
2938
2939 * keymaps.texi (Keymaps): Clarify.
2940 (Format of Keymaps): Update lisp-mode-map example.
2941 (Active Keymaps, Key Lookup): Clarify.
2942 (Changing Key Bindings): Add xref to `kbd'.
2943 (Key Binding Commands, Simple Menu Items): Clarify.
2944 (Mouse Menus, Menu Bar): Clarify.
2945 (Menu Example): Replace print example with menu-bar-replace-menu.
2946
2947 * help.texi (Documentation Basics): Add function-documentation prop.
2948
2949 * elisp.texi (Top): Don't refer to Flow Control node.
2950
2951 * commands.texi (Command Overview): Improve xrefs.
2952 (Adjusting Point): Adjusting point applies to intangible and invis.
2953 (Key Sequence Input): Doc extra read-key-sequence args.
2954 Likewise for read-key-sequence-vector.
2955
2956 * backups.texi (Rename or Copy): Minor fix.
2957 (Numbered Backups): For version-control, say the default.
2958 (Auto-Saving): make-auto-save-file-name example is simplified.
2959
2960 * advice.texi (Advising Functions): Don't imply one part of Emacs
2961 should advise another part. Markup changes.
2962 (Defining Advice): Move transitional para.
2963 (Activation of Advice): Cleanup.
2964 Explain if COMPILE is nil or negative.
2965
2966 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2967
2e20c83d
LK
29682005-02-24 Lute Kamstra <lute@gnu.org>
2969
2970 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2971 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2972
65c492fd
LK
29732005-02-23 Lute Kamstra <lute@gnu.org>
2974
b02c3eed
LK
2975 * modes.texi (Defining Minor Modes): define-minor-mode can be used
2976 to define global minor modes as well.
2977
65c492fd
LK
2978 * display.texi (Managing Overlays): overlay-buffer returns nil for
2979 deleted overlays.
2980
b686dd59
KS
29812005-02-22 Kim F. Storm <storm@cua.dk>
2982
2983 * minibuf.texi (Basic Completion): Allow symbols in addition to
2984 strings in try-completion and all-completions.
2985
23e8c095
LK
29862005-02-14 Lute Kamstra <lute@gnu.org>
2987
2988 * elisp.texi (Top): Remove reference to deleted node.
2989
2990 * lists.texi (Lists): Remove reference to deleted node.
2991 (Cons Cells): Fix typo.
2992
2993 * loading.texi (Where Defined): Fix typo.
2994
134948fc
RS
29952005-02-14 Richard M. Stallman <rms@gnu.org>
2996
2997 * variables.texi (Creating Buffer-Local): change-major-mode-hook
2998 is useful for discarding some minor modes.
2999
3000 * symbols.texi (Symbol Components): Reorder examples.
3001
3002 * streams.texi (Input Functions): State standard-input default.
3003 (Output Variables): State standard-output default.
3004
3005 * objects.texi (Printed Representation): Clarify read syntax vs print.
3006 (Floating Point Type): Explain meaning better.
3007 (Symbol Type): Explain uniqueness better.
3008 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
3009 List examples sooner.
3010 (Box Diagrams): New subnode broken out.
3011 Some examples moved from old Lists as Boxes node.
3012 (Dotted Pair Notation): Clarify intro.
3013 (Array Type): Clarify.
3014 (Type Predicates): Add hash-table-p.
3015
3016 * numbers.texi (Integer Basics): Clarify radix explanation.
3017 (Predicates on Numbers): Minor clarification.
3018 (Comparison of Numbers): Minor clarification. Clarify eql.
3019 Typos in min, max.
3020 (Math Functions): Clarify overflow in expt.
3021
3022 * minibuf.texi (Text from Minibuffer): Minor clarification.
3023 Mention arrow keys.
3024
3025 * loading.texi (Autoload): defun's doc string overrides autoload's
3026 doc string.
3027 (Repeated Loading): Modernize "add to list" examples.
3028 (Where Defined): Finish updating table of load-history elts.
3029
3030 * lists.texi (List-related Predicates): Minor wording improvement.
3031 (Lists as Boxes): Node deleted.
3032 (Building Lists): Explain trivial cases of number-sequence.
3033
3034 * hash.texi (Hash Tables): Add desc to menu items.
3035 (Creating Hash): Expain "full" means "make larger",
3036 (Hash Access): Any object can be a key.
3037 State value of maphash.
3038
3039 * functions.texi (What Is a Function): Wording cleanup.
3040 (Function Documentation): Minor cleanup.
3041 Explain purpose of calling convention at end of doc string.
3042 (Function Names): Wording cleanup.
3043 (Calling Functions): Wording cleanup.
3044 Explain better how funcall calls the function.
3045 (Function Cells): Delete example of saving and redefining function.
3046
3047 * control.texi (Combining Conditions): Wording cleanup.
3048 (Iteration): dolist and dotimes bind VAR locally.
3049 (Cleanups): Xref to Atomic Changes.
3050
3051 * compile.texi (Byte Compilation): Delete 19.29 info.
3052 (Compilation Functions): Macros' difficulties don't affect defsubst.
3053 (Docs and Compilation): Delete 19.29 info.
3054
44291460
RS
30552005-02-10 Richard M. Stallman <rms@gnu.org>
3056
3057 * objects.texi (Symbol Type): Minor correction.
3058
1f9ad95a
LK
30592005-02-06 Lute Kamstra <lute@gnu.org>
3060
3061 * modes.texi (Example Major Modes): Fix typos.
3062
ba2c991c
RS
30632005-02-06 Richard M. Stallman <rms@gnu.org>
3064
3065 * text.texi (Margins): fill-nobreak-predicate can be one function.
3066
3067 * strings.texi (Modifying Strings): clear-string can make unibyte.
3068 (Formatting Strings): format gives error if values missing.
3069
3070 * positions.texi (Character Motion): Mention default arg
3071 for forward-char. backward-char refers to forward-char.
3072 (Word Motion): Mention default arg for forward-word.
3073 (Buffer End Motion): Mention default arg for beginning-of-buffer.
3074 Simplify end-of-buffer.
3075 (Text Lines): Mention default arg for forward-line.
3076 (List Motion): Mention default arg for beginning/end-of-defun.
3077 (Skipping Characters): Minor fixes in explaining character-set.
3078
3079 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
3080 Mode inheritance applies only when default-major-mode is nil.
3081 Clarifications.
3082 (Example Major Modes): Update Text mode and Lisp mode examples.
3083 (Minor Mode Conventions): Mention define-minor-mode at top.
3084 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
3085 (Mode Line Format): Update mode line face display info.
3086 (Properties in Mode): Mention effect of risky vars.
3087 (Imenu): Define imenu-add-to-menubar.
3088 (Font Lock Mode): Add descriptions to menu lines.
3089 (Faces for Font Lock): Add font-lock-doc-face.
3090
9bf6d576
LK
30912005-02-05 Lute Kamstra <lute@gnu.org>
3092
3093 * text.texi (Maintaining Undo): Remove obsolete function.
3094
cb602754
EZ
30952005-02-05 Eli Zaretskii <eliz@gnu.org>
3096
3097 * frames.texi (Color Names): Add pointer to the X docs about RGB
3098 color specifications. Improve indexing
3099 (Text Terminal Colors): Replace the description of RGB values by
3100 an xref to "Color Names".
3101
4e07258f
RS
31022005-02-03 Richard M. Stallman <rms@gnu.org>
3103
3104 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
3105 Clarify.
3106 (Selecting Windows): Clarify save-selected-window.
3107 (Cyclic Window Ordering): Clarify walk-windows.
3108 (Window Point): Clarify.
3109 (Window Start): Add comment to example.
3110 (Resizing Windows): Add `interactive' specs in examples.
3111 Document fit-window-to-buffer.
3112
3113 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
3114 (Undo, Maintaining Undo): Clarify last change.
3115 (Sorting): In sort-numeric-fields, explain about octal and hex.
3116 Mention sort-numeric-base.
3117 (Format Properties): Add xref for hard newlines.
3118
3119 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
3120 (Pop-Up Menus): Fix typo.
3121 (Color Names): Explain all types of color names.
3122 Explain color-values on B&W terminal.
3123 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
3124
3125 * files.texi (File Locks): Not supported on MS systems.
3126 (Testing Accessibility): Clarify.
3127
3128 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
3129 (Coverage Testing): Fix typo.
3130
3131 * commands.texi (Misc Events): Remove stray space.
3132
3133 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
3134 (Modification Time): Clarify when visited-file-modtime returns 0.
3135 (The Buffer List): Clarify bury-buffer.
3136 (Killing Buffers): Clarify.
3137 (Indirect Buffers): Add clone-indirect-buffer.
3138
31392005-02-02 Matt Hodges <MPHodges@member.fsf.org>
3140
3141 * edebug.texi (Printing in Edebug): Fix default value of
3142 edebug-print-circle.
3143 (Coverage Testing): Fix displayed frequency count data.
3144
31452005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
3146
3147 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
3148
4e07258f 31492005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
3150
3151 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
3152
28d986b9
EZ
31532005-01-29 Eli Zaretskii <eliz@gnu.org>
3154
3155 * commands.texi (Misc Events): Describe the help-echo event.
3156
3157 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
3158 consistently in description of the help-echo property.
3159 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
3160
3161 * display.texi (Overlay Properties): Fix the index entry for
3162 help-echo overlay property.
3163
3164 * customize.texi (Type Keywords): Uncomment the xref to the
3165 help-echo property documentation.
3166
8f958b40
KS
31672005-01-23 Kim F. Storm <storm@cua.dk>
3168
3169 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
3170 return value. Third element FULLY replaced by PARTIAL which
3171 specifies number of invisible pixels if row is only partially visible.
3172 (Textual Scrolling): Mention auto-window-vscroll.
3173 (Vertical Scrolling): New defvar auto-window-vscroll.
3174
cd7e5dd6
LT
31752005-01-16 Luc Teirlinck <teirllm@auburn.edu>
3176
3177 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
3178 command remapping.
3179
6f771c32
RS
31802005-01-15 Richard M. Stallman <rms@gnu.org>
3181
3182 * display.texi (Defining Images): Mention DATA-P arg of create-image.
3183
6ac8a822
KS
31842005-01-14 Kim F. Storm <storm@cua.dk>
3185
88948d55
KS
3186 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
3187
6ac8a822
KS
3188 * text.texi (Links and Mouse-1): Fix string and vector item.
3189
20d6de82
RS
31902005-01-13 Richard M. Stallman <rms@gnu.org>
3191
3192 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
3193 descriptions of overriding-local-map and overriding-terminal-local-map.
3194
3195 * text.texi (Links and Mouse-1): Clarify text.
3196
f75a592e
KS
31972005-01-13 Kim F. Storm <storm@cua.dk>
3198
3199 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
3200
910f60b1
TTN
32012005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
3202
3203 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
3204
37181fc4
KS
32052005-01-12 Kim F. Storm <storm@cua.dk>
3206
3207 * text.texi (Links and Mouse-1): Rename section from Enabling
3208 Mouse-1 to Following Links. Change xrefs.
3209 Add examples for define-button-type and define-widget.
3210
3211 * display.texi (Button Properties, Button Buffer Commands):
3212 Clarify mouse-1 and follow-link functionality.
3213
28f94a34
RS
32142005-01-12 Richard M. Stallman <rms@gnu.org>
3215
3216 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
3217
3218 * display.texi (Beeping): Fix Texinfo usage.
3219
3220 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
3221
bac2d936
KS
32222005-01-11 Kim F. Storm <storm@cua.dk>
3223
3224 * display.texi (Button Properties, Button Buffer Commands):
93381d62 3225 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
3226
3227 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
3228 (Enabling Mouse-1 to Follow Links): New subsection.
3229
de968ddb
RS
32302005-01-06 Richard M. Stallman <rms@gnu.org>
3231
3232 * text.texi (Special Properties): Minor change.
3233
3234 * os.texi (Timers): Clarify previous change.
3235
3236 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
3237
a3a43b3b
LT
32382005-01-01 Luc Teirlinck <teirllm@auburn.edu>
3239
3240 * display.texi (Face Attributes): Correct xref to renamed node.
3241
732bb9ce
RS
32422005-01-01 Richard M. Stallman <rms@gnu.org>
3243
3244 * display.texi (Face Attributes): Describe hex color specs.
3245
c734ae59
RS
32462004-12-31 Richard M. Stallman <rms@gnu.org>
3247
3248 * os.texi (Timers): Update previous change.
3249
33b2f4ea
KS
32502004-12-30 Kim F. Storm <storm@cua.dk>
3251
3252 * display.texi (Line Height): Total line-height is now specified
3253 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
3254 in cons cells. (nil . RATIO) is relative to actual line height.
3255 Use line-height `t' instead of `0' to get minimum height.
3256
99ec74b9
RS
32572004-12-29 Richard M. Stallman <rms@gnu.org>
3258
3259 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
3260
eab463f6
RS
32612004-12-28 Richard M. Stallman <rms@gnu.org>
3262
3263 * commands.texi (Quitting): Clarify value of with-local-quit.
3264
3265 * elisp.texi (Top): Fix previous change.
3266
3267 * loading.texi (Loading): Fix previous change.
3268
ebbd14f1
RS
32692004-12-27 Richard M. Stallman <rms@gnu.org>
3270
4ae98fc5
RS
3271 * Makefile.in (MAKEINFO): Specify --force.
3272
8f430046
RS
3273 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
3274
56011a8c
RS
3275 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
3276
3277 * display.texi (Line Height): Further clarify.
3278
3279 * elisp.texi (Top): Update Loading submenu.
3280
ebbd14f1
RS
3281 * loading.texi (Where Defined): New node.
3282 (Unloading): load-history moved to Where Defined.
3283
fda2922a
RS
32842004-12-21 Richard M. Stallman <rms@gnu.org>
3285
3286 * commands.texi (Event Input Misc): Add while-no-input.
3287
9eb8959a
RS
32882004-12-11 Richard M. Stallman <rms@gnu.org>
3289
3290 * display.texi (Line Height): Rewrite text for clarity.
3291
adf87c29
KS
32922004-12-11 Kim F. Storm <storm@cua.dk>
3293
3294 * display.texi (Display): Add node "Line Height" to menu.
3295 (Line Height): New node. Move full description of line-spacing
3296 and line-height text properties here from text.texi.
3297 (Scroll Bars): Add vertical-scroll-bar variable.
3298
3299 * frames.texi (Window Frame Parameters): Remove line-height defvar.
3300
3301 * locals.texi (Standard Buffer-Local Variables): Fix xref for
3302 line-spacing and vertical-scroll-bar.
3303
3304 * text.texi (Special Properties): Just mention line-spacing and
3305 line-height here, add xref to new "Line Height" node.
3306
31e4729e
TTN
33072004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
3308
3309 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
3310
3311 * locals.texi (Standard Buffer-Local Variables):
3312 Add @xref for `line-spacing'.
3313
cc60c723
RS
33142004-12-05 Richard M. Stallman <rms@gnu.org>
3315
3316 * Makefile.in (maintainer-clean): Remove the info files
3317 in $(infodir) where they are created.
3318
f6101ac9
RS
33192004-12-03 Richard M. Stallman <rms@gnu.org>
3320
3321 * windows.texi (Selecting Windows): get-lru-window and
3322 get-largest-window don't consider dedicated windows.
3323
3324 * text.texi (Undo): Document undo-in-progress.
3325
94221759
RS
33262004-11-26 Richard M. Stallman <rms@gnu.org>
3327
3328 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
3329 Remove a few vars that are not always buffer-local.
3330
7092c5e8
LT
33312004-11-24 Luc Teirlinck <teirllm@auburn.edu>
3332
3333 * locals.texi (Standard Buffer-Local Variables): Comment out
3334 xref's to non-existent node `Yet to be written'.
3335
261b01c6
RS
33362004-11-24 Richard M. Stallman <rms@gnu.org>
3337
3338 * processes.texi (Synchronous Processes): Grammar fix.
3339
3340 * numbers.texi (Comparison of Numbers): Add eql.
3341
3342 * locals.texi (Standard Buffer-Local Variables): Add many vars.
3343
3344 * intro.texi (Printing Notation): Fix previous change.
3345
3346 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
3347 and default-indicate-buffer-boundaries from here.
3348 (Usual Display): To here.
3349 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
3350 (Usual Display): Move tab-width up.
3351
3352 * customize.texi (Variable Definitions): Replace
3353 show-paren-mode example with tooltip-mode.
7092c5e8 3354 (Simple Types, Composite Types, Defining New Types):
261b01c6 3355 Minor cleanups.
7092c5e8 3356
c1aa4864
JH
33572004-11-21 Jesper Harder <harder@ifa.au.dk>
3358
3359 * processes.texi (Synchronous Processes, Output from Processes):
3360 Markup fix.
3361
dedbac89
RS
33622004-11-20 Richard M. Stallman <rms@gnu.org>
3363
07c8c65a
RS
3364 * positions.texi (Skipping Characters): skip-chars-forward
3365 now handles char classes.
3366
8f40a868
RS
3367 * intro.texi (Printing Notation): Avoid confusion of `print'
3368 when explaining @print.
3369
3370 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
3371
3372 * display.texi (Display Table Format): Minor fix.
3373
3374 * streams.texi (Output Functions): Fix print example.
3375
fd6866c8
RS
3376 * Makefile.in (elisp): New target.
3377 (dist): Depend on $(infodir)/elisp, not elisp.
3378 Copy the info files from $(infodir).
3379
9d00469f
RS
3380 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
3381 read-from-minibuffer.
3382
dedbac89
RS
3383 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
3384
6de891db
RS
33852004-11-19 Richard M. Stallman <rms@gnu.org>
3386
3387 * searching.texi (Regexp Search): Add search-whitespace-regexp.
3388
e1c1c5a7
TTN
33892004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
3390
3391 * tips.texi (Coding Conventions): Fix typo.
3392
ee31cd78
RS
33932004-11-16 Richard M. Stallman <rms@gnu.org>
3394
3395 * tips.texi (Coding Conventions): Separate defvar and require
3396 methods to avoid warnings. Use require only when there are many
3397 functions and variables from that package.
3398
3399 * minibuf.texi (Minibuffer Completion): When ignoring case,
3400 predicate must not be case-sensitive.
3401
3402 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
3403 (Test Coverage): Don't talk about "splotches". Clarified.
3404
4bd38e94
TTN
34052004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
3406
3407 * frames.texi (Window Frame Parameters): Fix typo.
3408
6d073ae1
KS
34092004-11-15 Kim F. Storm <storm@cua.dk>
3410
9f89426b
KS
3411 * symbols.texi (Other Plists): Note that plist-get may signal error.
3412 Add safe-plist-get.
6d073ae1 3413
10980463
TTN
34142004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
3415
3416 * modes.texi (Font Lock Basics): Fix typo.
3417
1efc19eb
RS
34182004-11-08 Richard M. Stallman <rms@gnu.org>
3419
3420 * syntax.texi (Syntax Table Functions): Add syntax-after.
3421
6159c232
EZ
34222004-11-06 Lars Brinkhoff <lars@nocrew.org>
3423
3424 * os.texi (Processor Run Time): New section documenting
3425 get-internal-run-time.
3426
59dede22
EZ
34272004-11-06 Eli Zaretskii <eliz@gnu.org>
3428
3429 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
3430 it nukes elisp-cover.texi.
3431 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
3432 elisp-0 etc.
3433
4cc8522c
LT
34342004-11-05 Luc Teirlinck <teirllm@auburn.edu>
3435
3436 * commands.texi (Keyboard Macros): Document `append' return value
3437 of `defining-kbd-macro'.
3438
2d1ef312
RS
34392004-11-01 Richard M. Stallman <rms@gnu.org>
3440
3441 * commands.texi (Interactive Call): Add called-interactively-p.
3442
6f4e005d
SJ
34432004-10-29 Simon Josefsson <jas@extundo.com>
3444
3445 * minibuf.texi (Reading a Password): Revert.
3446
4f71c13f
RS
34472004-10-28 Richard M. Stallman <rms@gnu.org>
3448
3449 * frames.texi (Display Feature Testing): Explain about "vendor".
3450
4660a9e3
RS
34512004-10-27 Richard M. Stallman <rms@gnu.org>
3452
3453 * commands.texi (Interactive Codes): `N' uses numeric prefix,
3454 not raw. Clarify `n'.
3455 (Interactive Call): Rewrite interactive-p, focusing on when
3456 and how to use it.
3457 (Misc Events): Clarify previous change.
3458
3459 * advice.texi (Simple Advice): Clarify what job the example does.
3460 (Around-Advice): Clarify ad-do-it.
3461 (Activation of Advice): An option of ad-default-compilation-action
3462 is `never', not `nil'.
3463
c8636435
KS
34642004-10-26 Kim F. Storm <storm@cua.dk>
3465
3466 * commands.texi (Interactive Codes): Add U code letter.
3467
acd4089b
SJ
34682004-10-25 Simon Josefsson <jas@extundo.com>
3469
3470 * minibuf.texi (Reading a Password): Add.
3471
29dc7809
JR
34722004-10-24 Jason Rumney <jasonr@gnu.org>
3473
9b7fa297 3474 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
29dc7809
JR
3475 and wheel-down.
3476
bb5d6d34
KG
34772004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3478
3479 * processes.texi (Synchronous Processes): Document process-file.
3480
d0ee2ed3
KH
34812004-10-22 Kenichi Handa <handa@m17n.org>
3482
3483 * text.texi (translate-region): Document that it accepts also a
3484 char-table.
3485
38be9dbb
DP
34862004-10-22 David Ponce <david@dponce.com>
3487
3488 * windows.texi (Resizing Windows): Document the `preserve-before'
3489 argument of the functions `enlarge-window' and `shrink-window'.
3490
63c80452
JR
34912004-10-19 Jason Rumney <jasonr@gnu.org>
3492
3493 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3494
9f4b6e73
LT
34952004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3496
3497 * text.texi (Filling): Add anchor for definition of
3498 `sentence-end-double-space'.
3499
3500 * searching.texi (Regexp Example): Update description of how
3501 Emacs currently recognizes the end of a sentence.
3502 (Standard Regexps): Update definition of the variable
3503 `sentence-end'. Add definition of the function `sentence-end'.
3504
657f0f9c
EZ
35052004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3506
3507 * display.texi (Progress): New node.
3508
35ab4857
KS
35092004-10-05 Kim F. Storm <storm@cua.dk>
3510
3511 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3512
f2a54fbc
KS
35132004-09-29 Kim F. Storm <storm@cua.dk>
3514
3515 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3516 to identify bitmaps. Remove -fringe-bitmap suffix for standard
3517 fringe bitmap symbols, as they now have their own namespace.
3518 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3519 vs. pixels. Signal error if no free bitmap slots.
3520 (Pixel Specification): Change IMAGE to @var{image}.
3521
4676d6f3
RS
35222004-09-28 Richard M. Stallman <rms@gnu.org>
3523
3524 * text.texi (Special Properties): Clarify line-spacing and line-height.
3525
3526 * searching.texi (Regexp Search): Add looking-back.
3527
17234906
LT
35282004-09-25 Luc Teirlinck <teirllm@auburn.edu>
3529
3530 * display.texi: Correct typos.
3531 (Image Descriptors): Correct xref's.
3532
4de43c8b
RS
35332004-09-25 Richard M. Stallman <rms@gnu.org>
3534
3535 * text.texi (Special Properties): Cleanups in `cursor'.
3536 Rewrites in `line-height' and `line-spacing'; exchange them.
3537
3538 * display.texi (Fringes): Rewrite previous change.
3539 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
3540 (Display Fringe Bitmaps): Node deleted, text moved.
3541 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
3542 (Scroll Bars): Clarify set-window-scroll-bars.
3543 (Pointer Shape): Rewrite.
3544 (Specified Space): Clarify :align-to, etc.
3545 (Pixel Specification): Use @var. Clarify new text.
3546 (Other Display Specs): Clarify `slice'.
3547 (Image Descriptors): Cleanups.
3548 (Showing Images): Cleanups.
3549
a3ee0299
LT
35502004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3551
e88ebce6
LT
3552 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3553
a3ee0299
LT
3554 * modes.texi: Various minor changes in addition to:
3555 (Major Mode Conventions): Final call to `run-mode-hooks' should
3556 not be inside the `delay-mode-hooks' form.
3557 (Mode Hooks): New node.
3558 (Hooks): Delete obsolete example.
3559 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3560 node "Mode Hooks".
3561
6db2bc02
LT
35622004-09-22 Luc Teirlinck <teirllm@auburn.edu>
3563
3564 * display.texi: Correct various typos.
3565 (Display): Rename node "Pointer Shapes" to "Pointer
3566 Shape". (There is already a node called "Pointer Shapes" in
3567 frames.texi.)
3568 (Images): Remove non-existent node "Image Slices" from menu.
3569
ed2846bd
KS
35702004-09-23 Kim F. Storm <storm@cua.dk>
3571
3572 * text.texi (Special Properties): Add `cursor', `pointer',
3573 `line-height', and `line-spacing' properties.
3574
3575 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3576 Shapes' to menu.
3577 (Standard Faces): Doc fix for fringe face.
3578 (Fringes): Add `overflow-newline-into-fringe' and
3579 'indicate-buffer-boundaries'.
3580 (Fringe Bitmaps, Pointer Shapes): New nodes.
3581 (Display Property): Add 'Pixel Specification' and 'Display Fringe
3582 Bitmaps' to menu.
3583 (Specified Space): Describe pixel width and height.
3584 (Pixel Specification): New node.
3585 (Other Display Specs): Add `slice' property.
3586 (Display Fringe Bitmaps): New node.
3587 (Images): Add 'Image Slices' to menu.
3588 (Image Descriptors): Add `:pointer' and `:map' properties.
3589 (Showing Images): Add slice arg to `insert-image'. Add
3590 'insert-sliced-image'.
3591
4d894c98
RS
35922004-09-20 Richard M. Stallman <rms@gnu.org>
3593
3594 * commands.texi (Key Sequence Input):
3595 Clarify downcasing in read-key-sequence.
3596
7e388eb7
JL
35972004-09-08 Juri Linkov <juri@jurta.org>
3598
3599 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3600
a020987f
LT
36012004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3602
3603 * locals.texi (Standard Buffer-Local Variables): Add
3604 `buffer-auto-save-file-format'.
3605 * internals.texi (Buffer Internals): Describe new
3606 auto_save_file_format field of the buffer structure.
3607 * files.texi (Format Conversion): `auto-save-file-format' has been
3608 renamed `buffer-auto-save-file-format'.
3609
2b96f80c
LT
36102004-08-27 Luc Teirlinck <teirllm@auburn.edu>
3611
3612 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3613 an integer or a marker.
3614 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3615
2ee3b79e
RS
36162004-08-22 Richard M. Stallman <rms@gnu.org>
3617
3618 * modes.texi (Major Mode Conventions): Discuss rebinding of
3619 standard key bindings.
3620
c438dc33
KS
36212004-08-18 Kim F. Storm <storm@cua.dk>
3622
3623 * processes.texi (Accepting Output): Add `just-this-one' arg to
3624 `accept-process-output'.
101c421e 3625 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 3626
db8af011
LT
36272004-08-10 Luc Teirlinck <teirllm@auburn.edu>
3628
3629 * keymaps.texi: Various changes in addition to:
3630 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3631 Give more varied examples for `kbd'.
3632 (Creating Keymaps): Char tables have slots for all characters
3633 without modifiers.
3634 (Active Keymaps): `overriding-local-map' and
3635 `overriding-terminal-local-map' also override text property and
3636 overlay keymaps.
3637 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3638 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3639 to denote a prefix of no events.
3640 `map-keymap' includes parent's bindings _recursively_.
3641 Clarify and correct description of `where-is-internal'.
3642 Mention BUFFER-OR-NAME arg to `describe-bindings'.
3643 (Menu Example): For menus intended for use with the keyboard, the
3644 menu items should be bound to characters or real function keys.
3645
de700726
LT
36462004-08-08 Luc Teirlinck <teirllm@auburn.edu>
3647
30e75a87
LT
3648 * objects.texi (Character Type): Reposition `@anchor' to prevent
3649 double space inside sentence in Info.
3650
de700726
LT
3651 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3652 renamed to `disabled-command-function'.
7c5b95c9 3653 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
3654 (Command Loop Info): Replace reference to it.
3655 (Disabling Commands): `disabled-command-hook' has been renamed to
3656 `disabled-command-function'.
3657
81909a1a
LT
36582004-08-07 Luc Teirlinck <teirllm@auburn.edu>
3659
3660 * os.texi (Translating Input): Only non-prefix bindings in
3661 `key-translation-map' override actual key bindings. Warn about
3662 possible indirect effect of actual key bindings on non-prefix
3663 bindings in `key-translation-map'.
3664
5504e99c
LT
36652004-08-06 Luc Teirlinck <teirllm@auburn.edu>
3666
3667 * minibuf.texi (High-Level Completion): Add anchor for definition
3668 of `read-variable'.
3669
3670 * commands.texi: Various changes in addition to:
3671 (Using Interactive): Clarify description of `interactive-form'.
3672 (Interactive Call): Mention default for KEYS argument to
3673 `call-interactively'.
3674 (Command Loop Info): Clarify description of `this-command-keys'.
3675 Mention KEEP-RECORD argument to `clear-this-command-keys'.
3676 Value of `last-event-frame' can be `macro'.
3677 (Repeat Events): `double-click-fuzz' is also used to distinguish
3678 clicks and drags.
3679 (Classifying Events): Clarify descriptions of `event-modifiers'
3680 `event-basic-type' and `event-convert-list'.
3681 (Accessing Events): `posn-timestamp' takes POSITION argument.
3682 (Quoted Character Input): Clarify description of
3683 `read-quoted-char' and fix example.
3684 (Quitting): Add `with-local-quit'.
6db11765 3685 (Disabling Commands): Correct and clarify descriptions of
5504e99c
LT
3686 `enable-command' and `disable-command'.
3687 Mention what happens if `disabled-command-hook' is nil.
3688 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
3689 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
3690
f478a72a
LT
36912004-07-24 Luc Teirlinck <teirllm@auburn.edu>
3692
3693 * frames.texi: Various changes in addition to:
3694 (Creating Frames): Expand and clarify description of `make-frame'.
3695 (Window Frame Parameters): Either none or both of the `icon-left'
3696 and `icon-top' parameters must be specified. Put descriptions of
3697 `menu-bar-lines' and `toolbar-lines' closer together and change
3698 them accordingly.
3699 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
3700 except while processing `frame-title-format' or `icon-title-format'.
3701 (Deleting Frames): Correct description of `delete-frame'.
3702 Non-nil return values of `frame-live-p' are like those of `framep'.
9b7fa297 3703 (Frames and Windows): Mention return value of
f478a72a
LT
3704 `set-frame-selected-window'.
3705 (Visibility of Frames): Mention `force' argument to
3706 `make-frame-invisible'. `frame-visible-p' returns t for all
3707 frames on text-only terminals.
3708 (Frame Configurations): Restoring a frame configuration does not
3709 restore deleted frames.
3710 (Window System Selections): `x-set-selection' returns DATA.
3711 (Resources): Add example.
3712 (Display Feature Testing): Clarify descriptions of
3713 `display-pixel-height', `display-pixel-width', `x-server-version'
3714 and `x-server-vendor'.
3715
3716 * windows.texi (Choosing Window): Add anchor.
3717 * minibuf.texi (Minibuffer Misc): Add anchor.
3718
bc135062
JPW
37192004-07-23 John Paul Wallington <jpw@gnu.org>
3720
3721 * macros.texi (Defining Macros): Declaration keyword for setting
3722 Edebug spec is `debug' not `edebug'.
3723
cb7516e5
LT
37242004-07-19 Luc Teirlinck <teirllm@auburn.edu>
3725
3726 * windows.texi: Various small changes in addition to:
3727 (Window Point): Mention return value of `set-window-point'.
3728 (Window Start): `pos-visible-in-window-p' disregards horizontal
3729 scrolling. Explain return value if PARTIALLY is non-nil.
3730 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
3731 and `set-window-vscroll'.
3732 (Size of Window): The argument WINDOW to `window-inside-edges',
3733 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
3734 (Resizing Windows): Explain return value of
3735 `shrink-window-if-larger-than-buffer'.
3736 `window-size-fixed' automatically becomes buffer local when set.
3737 (Window Configurations): Explain return value of
3738 `set-window-configuration'.
3739
3740 * minibuf.texi (Minibuffer Misc): Add anchor for
3741 `minibuffer-scroll-window'.
3742
3743 * positions.texi (Text Lines): Add anchor for `count-lines'.
3744
3751eb00
RS
37452004-07-17 Richard M. Stallman <rms@gnu.org>
3746
3747 * display.texi (Overlay Properties): Adding `evaporate' prop
3748 deletes empty overlay immediately.
3749
3750 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
3751 fix example.
3752
9a7e97c6
LT
37532004-07-16 Jim Blandy <jimb@redhat.com>
3754
3755 * searching.texi (Regexp Backslash): Document new \_< and \_>
3756 operators.
3757
aa0e4da8
JB
37582004-07-16 Juanma Barranquero <lektu@terra.es>
3759
3760 * display.texi (Images): Fix Texinfo usage.
3761
cbbfedb2
LT
37622004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3763
3764 * buffers.texi (Modification Time): `visited-file-modtime' now
3765 returns a list of two integers, instead of a cons.
3766
3a052bd3
LT
37672004-07-13 Luc Teirlinck <teirllm@auburn.edu>
3768
3769 * windows.texi: Various changes in addition to:
3770 (Splitting Windows): Add `split-window-keep-point'.
3771
02c04e6f
RS
37722004-07-09 Richard M. Stallman <rms@gnu.org>
3773
3774 * frames.texi (Input Focus): Minor fix.
3775
cb4f1287
LT
37762004-07-07 Luc Teirlinck <teirllm@auburn.edu>
3777
3778 * frames.texi (Input Focus): Clarify descriptions of
3779 `select-frame-set-input-focus' and `select-frame'.
3780
339902ec
LT
37812004-07-06 Luc Teirlinck <teirllm@auburn.edu>
3782
3783 * os.texi: Various small changes in addition to:
3784 (Killing Emacs): Expand and clarify description of
3785 `kill-emacs-query-functions' and `kill-emacs-hook'.
3786 (System Environment): Expand and clarify description of `getenv'
3787 and `setenv'.
3788 (Timers): Clarify description of `run-at-time'.
3789 (Translating Input): Correct description of
3790 `extra-keyboard-modifiers'.
3791 (Flow Control): Correct description of `enable-flow-control'.
3792
fe3b7e35
TTN
37932004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
3794
3795 * os.texi: Update copyright.
3796 (Session Management): Grammar fix.
3797 Clarify which Emacs does the restarting.
3798 Use @samp for *scratch* buffer.
3799
59db7d6e
LT
38002004-07-04 Alan Mackenzie <acm@muc.de>
3801
3802 * frames.texi (Input Focus): Add documentation for
3803 `select-frame-set-input-focus'. Replace refs to non-existent
3804 `switch-frame' with `select-frame'. Minor corrections and tidying
3805 up of text-only terminal stuff.
3806
e3ccf404
RS
38072004-07-02 Richard M. Stallman <rms@gnu.org>
3808
3809 * files.texi (Saving Buffers): Cleanup write-contents-function.
3810 (Magic File Names): Cleanup file-remote-p.
3811
8addb6eb
KG
38122004-07-02 Kai Grossjohann <kai@emptydomain.de>
3813
3814 * files.texi (Magic File Names): `file-remote-p' returns an
3815 identifier of the remote system, not just t.
3816
7a58d84d
DK
38172004-07-02 David Kastrup <dak@gnu.org>
3818
3819 * searching.texi (Entire Match Data): Add explanation about new
3820 match-data behavior when @var{integers} is non-nil.
3821
d8c379f8
RS
38222004-06-24 Richard M. Stallman <rms@gnu.org>
3823
b4a4b0ae
RS
3824 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3825
d8c379f8
RS
3826 * customize.texi (Variable Definitions): Note about doc strings
3827 and :set.
3828
3829 * keymaps.texi (Keymap Terminology): Document `kbd'.
3830 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3831
3832 * display.texi (Invisible Text): Setting buffer-invisibility-spec
3833 makes it buffer-local.
3834
3835 * files.texi (Saving Buffers): Correct previous change.
3836
3837 * commands.texi (Accessing Events):
3838 Clarify posn-col-row and posn-actual-col-row.
3839
38402004-06-24 David Ponce <david.ponce@wanadoo.fr>
3841
3842 * commands.texi (Accessing Events): New functions
3843 posn-at-point and posn-at-x-y. Add example to posn-x-y.
3844
dce417e7
LT
38452004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3846
3847 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3848 * frames.texi, buffers.texi, backups.texi, variables.texi:
3849 * loading.texi, eval.texi, functions.texi, control.texi:
3850 * symbols.texi, minibuf.texi: Reposition @anchor's.
3851
3852 * help.texi: Various small changes in addition to the following.
3853 (Describing Characters): Describe PREFIX argument to
3854 `key-description'. Correct and clarify definition of
3855 `text-char-description'. Describe NEED-VECTOR argument to
3856 `read-kbd-macro'.
3857 (Help Functions): Clarify definition of `apropos'.
3858
255d07dc
LH
38592004-06-23 Lars Hansen <larsh@math.ku.dk>
3860
3861 * files.texi (Saving Buffers): Correct description of
3862 `write-contents-functions'.
3863
4e9691e9
JB
38642004-06-21 Juanma Barranquero <lektu@terra.es>
3865
3866 * display.texi (Images): Remove redundant @vindex directives.
3867 Rewrite `image-library-alist' doc in active voice.
3868
1ebd4f78
JB
38692004-06-14 Juanma Barranquero <lektu@terra.es>
3870
3871 * display.texi (Images): Document new delayed library loading,
3872 variable `image-library-alist' and (existing but undocumented)
3873 function `image-type-available-p'.
3874
ddfb8369
RS
38752004-06-05 Richard M. Stallman <rms@gnu.org>
3876
3877 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3878 refer the user to the Initial Input node.
3879 (Text from Minibuffer): Likewise.
3880 (Initial Input): New node. Document this feature
3881 and say it is mostly deprecated.
3882
18684a3a
RS
38832004-05-30 Richard M. Stallman <rms@gnu.org>
3884
7a61e456
RS
3885 * loading.texi (Named Features): Clarify return value
3886 and meaning of NOERROR.
3887
18684a3a
RS
3888 * variables.texi (File Local Variables): Minor cleanup.
3889
c8364415
MA
38902004-05-30 Michael Albinus <michael.albinus@gmx.de>
3891
3892 * files.texi (Magic File Names): Add `file-remote-p' as operation
3893 of file name handlers.
3894
08fd1251
RS
38952004-05-29 Richard M. Stallman <rms@gnu.org>
3896
3897 * modes.texi (Minor Mode Conventions): (-) has no special meaning
3898 as arg to a minor mode command.
3899
71d5a208
RS
39002004-05-22 Richard M. Stallman <rms@gnu.org>
3901
3902 * syntax.texi (Syntax Class Table): Word syntax not just for English.
3903
3904 * streams.texi (Output Variables): Doc float-output-format.
3905
3906 * searching.texi (Regexp Special): Nested repetition can be infloop.
3907
3908 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3909 real stack overflow.
3910
3911 * compile.texi: Minor cleanups.
3912
39132004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
3914
3915 * lists.texi (Cons Cells): Explain dotted lists, true lists,
3916 circular lists.
3917 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 3918
022cb162
TTN
39192004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
3920
3921 * modes.texi (Search-based Fontification): Fix typo.
3922
aa7094ba
JB
39232004-05-10 Juanma Barranquero <lektu@terra.es>
3924
3925 * modes.texi (Mode Line Variables): Fix description of
3926 global-mode-string, which is now after which-func-mode, not the
3927 buffer name.
3928
c2383279
LH
39292004-05-07 Lars Hansen <larsh@math.ku.dk>
3930
3931 * modes.texi (Desktop Save Mode): Add.
3932 (Modes): Add menu entry Desktop Save Mode.
3933
3934 * hooks.texi: Add desktop-after-read-hook,
3935 desktop-no-desktop-file-hook and desktop-save-hook.
3936
3937 * locals.texi: Add desktop-save-buffer.
3938
058296d3
JH
39392004-04-30 Jesper Harder <harder@ifa.au.dk>
3940
3941 * display.texi: emacs -> Emacs.
3942
0c54865e
EZ
39432004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3944
3945 * files.texi (Changing Files): Document set-file-times.
3946
d814862a
JB
39472004-04-23 Juanma Barranquero <lektu@terra.es>
3948
3949 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3950
e8d6f886
JH
39512004-04-18 Jesper Harder <harder@ifa.au.dk>
3952
3953 * tips.texi (Coding Conventions): defopt -> defcustom.
3954
3a424014
LT
39552004-04-16 Luc Teirlinck <teirllm@auburn.edu>
3956
3957 * sequences.texi: Various clarifications.
3958
9e860631
LT
39592004-04-14 Luc Teirlinck <teirllm@auburn.edu>
3960
3961 * buffers.texi (Read Only Buffers): Mention optional ARG to
3962 `toggle-read-only'.
3963
5e30a0fb
NR
39642004-04-14 Nick Roberts <nick@nick.uklinux.net>
3965
9e860631 3966 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
3967 returns a full-width window if possible.
3968
619fb950
LT
39692004-04-13 Luc Teirlinck <teirllm@auburn.edu>
3970
3971 * buffers.texi: Various changes in addition to:
3972 (Buffer File Name): Add `find-buffer-visiting'.
3973 (Buffer Modification): Mention optional ARG to `not-modified'.
3974 (Indirect Buffers): Mention optional CLONE argument to
3975 `make-indirect-buffer'.
3976
3977 * files.texi: Various changes in addition to:
3978 (Visiting Functions): `find-file-hook' is now a normal hook.
3979 (File Name Expansion): Explain difference between the way that
3980 `expand-file-name' and `file-truename' treat `..'.
3981 (Contents of Directories): Mention optional ID-FORMAT argument to
3982 `directory-files-and-attributes'.
3983 (Format Conversion): Mention new optional CONFIRM argument to
3984 `format-write-file'.
3985
a2295d32
MB
39862004-04-12 Miles Bader <miles@gnu.org>
3987
3988 * macros.texi (Expansion): Add description of `macroexpand-all'.
3989
571fd4d5
JH
39902004-04-05 Jesper Harder <harder@ifa.au.dk>
3991
3992 * variables.texi (Variable Aliases): Mention
3993 cyclic-variable-indirection.
3994
3995 * errors.texi (Standard Errors): Ditto.
3996
4ba2fd66
LT
39972004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3998
6db11765 3999 * backups.texi: Various small changes in addition to:
4ba2fd66
LT
4000 (Making Backups): Mention return value of `backup-buffer'.
4001 (Auto-Saving): Mention optional FORCE argument to
4002 `delete-auto-save-file-if-necessary'.
4003 (Reverting): Mention optional PRESERVE-MODES argument to
4004 `revert-buffer'. Correct description of `revert-buffer-function'.
4005
8f7ea687
JL
40062004-03-22 Juri Linkov <juri@jurta.org>
4007
4008 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
4009 with `Vector Functions'.
4010
4011 * text.texi (Sorting): Add missing quote.
4012
0eeca3c1
LT
40132004-03-14 Luc Teirlinck <teirllm@auburn.edu>
4014
4015 * intro.texi (Lisp History): Replace xref to `cl' manual with
4016 inforef.
4017
e69cfac2
RS
40182004-03-12 Richard M. Stallman <rms@gnu.org>
4019
4020 * intro.texi (Version Info): Add arg to emacs-version.
4021 (Lisp History): Change xref to CL manual.
4022
1b91d47f
LT
40232004-03-09 Luc Teirlinck <teirllm@auburn.edu>
4024
4025 * minibuf.texi (Completion Commands): Add xref to Emacs manual
4026 for Partial Completion mode.
4027
97073664
TTN
40282004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
4029
9b7fa297 4030 * customize.texi: Fix typo. Remove eol whitespace.
97073664 4031
04a6e76b
RS
40322004-03-04 Richard M. Stallman <rms@gnu.org>
4033
4034 * processes.texi: Fix typos.
4035
4036 * lists.texi (Building Lists): Minor clarification.
4037
4038 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
4039 in make-hash-table.
4040
5bb0fcd1
JB
40412004-02-29 Juanma Barranquero <lektu@terra.es>
4042
4043 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
4044 rm, and ignore exit code.
4045
9022d421
EZ
40462004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
4047
4048 * display.texi (Defining Faces): Add description for min-colors.
4049 Update example.
4050
92f5fba2
LT
40512004-02-23 Luc Teirlinck <teirllm@auburn.edu>
4052
4053 * abbrevs.texi: Various corrections and clarifications in addition
4054 to the following:
4055 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
4056
7e83e178
GM
40572004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4058
4059 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
4060
9c5609e8
LT
40612004-02-21 Luc Teirlinck <teirllm@auburn.edu>
4062
e2b9b51f
LT
4063 * text.texi: Various small changes in addition to the following:
4064 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
4065 to delete-horizontal-space.
9b7fa297 4066 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
e2b9b51f
LT
4067 description of yank-handler text property at various places.
4068
7daa0e81
LT
4069 * frames.texi (Window System Selections): Add anchor.
4070
9c5609e8
LT
4071 * syntax.texi (Syntax Table Functions): Clarify and correct
4072 descriptions of make-syntax-table and copy-syntax-table.
4073 (Motion and Syntax): Clarify SYNTAXES argument to
4074 skip-syntax-forward.
4075 (Parsing Expressions): Mention that the return value of
4076 parse-partial-sexp is currently a list of ten rather than nine
4077 elements.
4078 (Categories): Various corrections and clarifications.
4079
d29edb21
LT
40802004-02-17 Luc Teirlinck <teirllm@auburn.edu>
4081
4082 * markers.texi (Marker Insertion Types): Minor change.
4083
4084 * locals.texi (Standard Buffer-Local Variables):
4085 * commands.texi (Interactive Codes, Using Interactive):
4086 * functions.texi (Related Topics): Fix xrefs.
4087
43e48bda
LT
40882004-02-16 Luc Teirlinck <teirllm@auburn.edu>
4089
4090 * lists.texi (Sets And Lists): Update description of delete-dups.
4091
84e34002
RS
40922004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4093
4094 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
4095
40962004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4097
4098 * frames.texi (Parameter Access): frame-parameters arg is optional.
4099 modify-frame-parameters handles nil for FRAME.
4100 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
4101 are all-or-nothing for certain toolkits.
4102 Mention parameter wait-for-wm.
4103 (Frames and Windows): In frame-first-window and frame-selected-window
4104 the arg is optional.
4105 (Input Focus): In redirect-frame-focus the second arg is optional.
4106 (Window System Selections): Mention selection type CLIPBOARD.
4107 Mention data-type UTF8_STRING.
4108 Mention numbering of cut buffers.
4109 (Resources): Describe x-resource-name.
4110
41112004-02-16 Richard M. Stallman <rms@gnu.org>
4112
4113 * windows.texi (Buffers and Windows): Delete false table
4114 about all-frames.
4115
4116 * syntax.texi (Parsing Expressions): Delete old caveat
4117 about parse-sexp-ignore-comments.
4118
4119 * streams.texi (Output Variables): Add print-quoted.
4120
4121 * lists.texi (Building Lists): Minor cleanup.
4122
4123 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
4124
4125 * display.texi (Overlays): Explain overlays use markers.
4126 (Managing Overlays): Explain front-advance and rear-advance
4127 in more detail.
4128
4129 * loading.texi (Unloading): Document unload-feature-special-hooks.
4130 Get rid of fns-NNN.el file.
4131
41322004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4133
4134 * help.texi (Describing Characters): Fix text-char-description
4135 example output.
4136
4137 * edebug.texi (Using Edebug): Fix example.
4138
4139 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 4140
84e34002
RS
4141 * files.texi (Changing Files): Fix argname.
4142
4143 * calendar.texi: Fix parens, and default values.
4144
4145 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
4146 * nonascii.texi, objects.texi, os.texi: Minor fixes.
4147 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
4148
4149 * positions.texi (Text Lines): Don't add -1 in current-line.
4150
41512004-02-16 Richard M. Stallman <rms@gnu.org>
4152
4153 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
4154
c33b76da
EZ
41552004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4156
4157 * processes.texi (Low-Level Network): Fix a typo.
4158
9d7271e8
KS
41592004-02-12 Kim F. Storm <storm@cua.dk>
4160
4161 * display.texi (Fringes): Use consistent wording.
4162 Note that window-fringe's window arg is optional.
4163 (Scroll Bars): Use consistent wording.
4164
6827d730
LT
41652004-02-11 Luc Teirlinck <teirllm@auburn.edu>
4166
4167 * tips.texi (Comment Tips): Document the new conventions for
4168 commenting out code.
4169
1cb60b5a
JD
41702004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4171
4172 * positions.texi (Text Lines): Added missing end defun.
4173
7fdd1f62
KS
41742004-02-07 Kim F. Storm <storm@cua.dk>
4175
4176 * positions.texi (Text Lines): Add line-number-at-pos.
4177
eb3c144c
JPW
41782004-02-06 John Paul Wallington <jpw@gnu.org>
4179
4180 * display.texi (Button Properties, Button Buffer Commands):
4181 mouse-2 invokes button, not down-mouse-1.
4182
a1d38d63
JR
41832004-02-04 Jason Rumney <jasonr@gnu.org>
4184
4185 * makefile.w32-in: Sync with Makefile.in changes.
4186
4b574f3d
LT
41872004-02-03 Luc Teirlinck <teirllm@auburn.edu>
4188
4189 * minibuf.texi (Text from Minibuffer): Various corrections and
4190 clarifications.
4191 (Object from Minibuffer): Correct Lisp description of
4192 read-minibuffer.
4193 (Minibuffer History): Clarify description of cons values for
4194 HISTORY arguments.
4195 (Basic Completion): Various corrections and clarifications. Add
4196 completion-regexp-list.
4197 (Minibuffer Completion): Correct and clarify description of
4198 completing-read.
6f6b0433 4199 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
4200 other minor changes.
4201 (High-Level Completion): Various corrections and clarifications.
4202 (Reading File Names): Ditto.
4203 (Minibuffer Misc): Ditto.
4204
d8186297
LT
42052004-01-26 Luc Teirlinck <teirllm@auburn.edu>
4206
4207 * strings.texi (Text Comparison): assoc-string also matches
4208 elements of alists that are strings instead of conses.
4209 (Formatting Strings): Standardize Texinfo usage. Update index
4210 entries.
4211
9adcb5f2
LT
42122004-01-20 Luc Teirlinck <teirllm@auburn.edu>
4213
4214 * lists.texi (Sets And Lists): Add delete-dups.
4215
3e7274ae
LT
42162004-01-15 Luc Teirlinck <teirllm@auburn.edu>
4217
4218 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
4219 special form.
4220 * macros.texi (Defining Macros): Update description of `declare',
4221 which now is a macro.
4222 (Wrong Time): Fix typos.
4223
944e099f
LT
42242004-01-14 Luc Teirlinck <teirllm@auburn.edu>
4225
4226 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 4227 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
4228 and `batch-byte-compile'. In particular, mention and describe
4229 all optional arguments.
4230 (Disassembly): Correct and clarify the description of `disassemble'.
4231
90c3aa59
LT
42322004-01-11 Luc Teirlinck <teirllm@auburn.edu>
4233
4234 * searching.texi: Various small changes in addition to the
4235 following.
4236 (Regexp Example): Adapt to new value of `sentence-end'.
4237 (Regexp Functions): The PAREN argument to `regexp-opt' can be
4238 `words'.
4239 (Search and Replace): Add usage note for `perform-replace'.
4240 (Entire Match Data): Mention INTEGERS and REUSE arguments to
4241 `match-data'.
4242 (Standard Regexps): Update for new values of `paragraph-start'
4243 and `sentence-end'.
4244
583c353d
LT
42452004-01-07 Luc Teirlinck <teirllm@auburn.edu>
4246
4247 * files.texi (Saving Buffers): Clarify descriptions of
4248 `write-contents-functions' and `before-save-hook'.
4249 Make the defvar's for `before-save-hook' and `after-save-hook'
4250 into defopt's.
4251
05faee07
KS
42522004-01-07 Kim F. Storm <storm@cua.dk>
4253
4254 * commands.texi (Click Events): Describe new image and
4255 width/height elements of click events.
4256 (Accessing Events): Add posn-string, posn-image, and
4257 posn-object-width-height. Change posn-object to return either
4258 image or string object.
4259
a0465ec3
SJ
42602004-01-01 Simon Josefsson <jas@extundo.com>
4261
4262 * hooks.texi (Standard Hooks): Add before-save-hook.
4263 * files.texi (Saving Buffers): Likewise.
4264
972c0c49
RS
42652004-01-03 Richard M. Stallman <rms@gnu.org>
4266
4267 * frames.texi (Frames and Windows): Delete frame-root-window.
4268
dbcd463f
LT
42692004-01-03 Luc Teirlinck <teirllm@auburn.edu>
4270
4271 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
4272
4273 * functions.texi: Various small changes in addition to the
4274 following.
4275 (What Is a Function): `functionp' returns nil for macros. Clarify
4276 behavior of this and following functions for symbol arguments.
4277 (Function Documentation): Add `\' in front of (fn @var{arglist})
4278 and explain why.
4279 (Defining Functions): Mention DOCSTRING argument to `defalias'.
4280 Add anchor.
4281 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
4282
02c77ee9
MB
42832004-01-01 Miles Bader <miles@gnu.org>
4284
4285 * display.texi (Buttons): New section.
4286
903a1a91
AS
42872003-12-31 Andreas Schwab <schwab@suse.de>
4288
4289 * numbers.texi (Math Functions): sqrt reports a domain-error
4290 error.
4291 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
4292
697cf92a
LT
42932003-12-30 Luc Teirlinck <teirllm@auburn.edu>
4294
3f70fe82
LT
4295 * tips.texi (Documentation Tips): Update item on hyperlinks in
4296 documentation strings.
4297
697cf92a
LT
4298 * errors.texi (Standard Errors): Various small corrections and
4299 additions.
4300
4301 * control.texi: Various small changes in addition to the
4302 following.
4303 (Signaling Errors): Provide some more details on how `signal'
4304 constructs the error message. Add anchor to the definition of
4305 `signal'.
4306 (Error Symbols): Describe special treatment of `quit'.
4307 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
4308 to emphasize that it has to be a single form.
4309
4310 * buffers.texi: Add anchor.
4311
4d25144d
RS
43122003-12-29 Richard M. Stallman <rms@gnu.org>
4313
4314 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
4315 (Window Configurations): Add window-configuration-frame.
4316
4317 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
4318
4319 * text.texi (Examining Properties): Add get-char-property-and-overlay.
4320 Change arg name in get-char-property.
4321 (Special Properties): Update handling of keymap property.
4322
4323 * strings.texi (Modifying Strings): Add clear-string.
4324 (Text Comparison): Add assoc-string and remove
4325 assoc-ignore-case, assoc-ignore-representation.
4326
4327 * os.texi (Time of Day): Add set-time-zone-rule.
4328
4329 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 4330 report domain-error errors.
4d25144d 4331
697cf92a 4332 * nonascii.texi (Converting Representations):
4d25144d
RS
4333 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
4334 (Encoding and I/O): Add file-name-coding-system.
4335
4336 * modes.texi (Search-based Fontification): Explain that
4337 face specs are symbols with face names as values.
4338
4339 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
4340
4341 * lists.texi (Building Lists): remq moved elsewhere.
4342 (Sets And Lists): remq moved here.
4343 (Association Lists): Refer to assoc-string.
4344
4345 * internals.texi (Garbage Collection): Add memory-use-counts.
4346
4347 * frames.texi (Frames and Windows): Add set-frame-selected-window
4348 and frame-root-window.
4349
697cf92a 4350 * files.texi (Contents of Directories):
4d25144d
RS
4351 Add directory-files-and-attributes.
4352
4353 * display.texi (Refresh Screen): Add force-window-update.
4354 (Invisible Text): Explain about moving point out of invis text.
4355 (Overlay Properties): Add overlay-properties.
4356 (Managing Overlays): Add overlayp.
4357 (GIF Images): Invalid image number displays a hollow box.
4358
4359 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
4360 (Killing Buffers): Add buffer-live-p.
4361
67fafe38
MR
43622003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
4363
4364 * display.texi (Fringes): Fix typo "set-buffer-window".
4365
68e74f25
LT
43662003-12-24 Luc Teirlinck <teirllm@auburn.edu>
4367
4368 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
4369 * nonascii.texi, processes.texi, tips.texi, variables.texi:
4370 Add or change various xrefs and anchors.
4371
4372 * commands.texi: Replace all occurrences of @acronym{CAR} with
4373 @sc{car}, for consistency with the rest of the Elisp manual.
4374 `car' and `cdr' are historically acronyms, but are no longer
4375 widely thought of as such.
4376
4377 * internals.texi (Pure Storage): Mention that `purecopy' does not
4378 copy text properties.
4379 (Object Internals): Now 29 bits are used (in most implementations)
4380 to address Lisp objects.
4381
4382 * variables.texi (Variables with Restricted Values): New node.
4383
4384 * objects.texi (Lisp Data Types): Mention that certain variables
4385 can only take on a restricted set of values and add an xref to
4386 the new node "Variables with Restricted Values".
4387
4388 * eval.texi (Function Indirection): Describe the errors that
4389 `indirect-function' can signal.
4390 (Eval): Clarify the descriptions of `eval-region' and `values'.
4391 Describe `eval-buffer' instead of `eval-current-buffer' and
4392 mention `eval-current-buffer' as an alias for `current-buffer'.
4393 Correct the description and mention all optional arguments.
4394
697cf92a 4395 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
4396 following.
4397 (Converting Representations): Clarify behavior of
4398 `string-make-multibyte' and `string-to-multibyte' for unibyte all
4399 ASCII arguments.
4400 (Character Sets): Document the variable `charset-list' and adapt
4401 the definition of the function `charset-list' accordingly.
4402 (Translation of Characters): Clarify use of generic characters in
4403 `make-translation-table'. Clarify and correct the description of
4404 the use of translation tables in encoding and decoding.
4405 (User-Chosen Coding Systems): Correct and clarify the description
4406 of `select-safe-coding-system'.
4407 (Default Coding Systems): Clarify description of
4408 `file-coding-system-alist'.
4409
a62f71e4
LT
44102003-11-30 Luc Teirlinck <teirllm@auburn.edu>
4411
4412 * strings.texi (Text Comparison): Correctly describe when two
4413 strings are `equal'. Combine and clarify descriptions of
4414 `assoc-ignore-case' and `assoc-ignore-representation'.
4415
4416 * objects.texi (Non-ASCII in Strings): Clarify description of
4417 when a string is unibyte or multibyte.
4418 (Bool-Vector Type): Update examples.
4419 (Equality Predicates): Correctly describe when two strings are
4420 `equal'.
4421
19017752
LT
44222003-11-29 Luc Teirlinck <teirllm@auburn.edu>
4423
4424 * lists.texi (Building Lists): `append' no longer accepts integer
4425 arguments. Update the description of `number-sequence' to reflect
4426 recent changes.
4427 (Sets And Lists): Describe `member-ignore-case' after `member'.
4428
0f6a07a8
KS
44292003-11-27 Kim F. Storm <storm@cua.dk>
4430
4431 * commands.texi (Click Events): Click object may be an images.
4432 Describe (dx . dy) element of click positions.
4433 (Accessing Events): Remove duplicate posn-timestamp.
4434 New functions posn-object and posn-object-x-y.
4435
1ce7c819
KS
44362003-11-23 Kim F. Storm <storm@cua.dk>
4437
4438 * commands.texi (Click Events): Describe enhancements to event
4439 position lists, including new text-pos and (col . row) items.
4440 Mention left-fringe and right-fringe area events.
0f6a07a8 4441 (Accessing Events): New functions posn-area and
1ce7c819
KS
4442 posn-actual-col-row. Mention posn-timestamp. Mention that
4443 posn-point in non-text area still returns buffer position.
4444 Clarify posn-col-row.
4445
cae8ddbb
LH
44462003-11-21 Lars Hansen <larsh@math.ku.dk>
4447
4448 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4449 * anti.texi (File Attributes): Describe removed parameter
4450 ID-FORMAT.
4451
f7f1a248
LT
44522003-11-20 Luc Teirlinck <teirllm@auburn.edu>
4453
68e74f25 4454 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
4455 a position, its buffer is ignored.
4456
4457 * markers.texi (Overview of Markers): Mention it here too.
4458
c5e2fb05
LT
44592003-11-12 Luc Teirlinck <teirllm@auburn.edu>
4460
4461 * numbers.texi (Numeric Conversions): Not just `floor', but also
4462 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
4463
e57d0aa8
LT
44642003-11-10 Luc Teirlinck <teirllm@auburn.edu>
4465
4466 * markers.texi (Creating Markers): Specify insertion type of
4467 created markers. Add xref to `Marker Insertion Types'.
4468 Second argument to `copy-marker' is optional.
4469 (Marker Insertion Types): Mention that most markers are created
4470 with insertion type nil.
4471 (The Mark): Correctly describe when `mark' signals an error.
4472 (The Region): Correctly describe when `region-beginning' and
4473 `region-end' signal an error.
4474
bb3612ec
LT
44752003-11-08 Luc Teirlinck <teirllm@auburn.edu>
4476
4477 * hash.texi (Creating Hash): Clarify description of `eql'.
4478 `makehash' is obsolete.
4479 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4480
4481 * positions.texi (Point): Change description of `buffer-end', so
4482 that it is also correct for floating point arguments.
4483 (List Motion): Correct argument lists of `beginning-of-defun' and
4484 `end-of-defun'.
4485 (Excursions): Add xref to `Marker Insertion Types'.
4486 (Narrowing): Argument to `narrow-to-page' is optional.
4487
cfb8a797
LT
44882003-11-06 Luc Teirlinck <teirllm@auburn.edu>
4489
4490 * streams.texi (Output Streams): Clarify behavior of point for
4491 marker output streams.
4492
c6177909
LT
44932003-11-04 Luc Teirlinck <teirllm@auburn.edu>
4494
4495 * variables.texi (Defining Variables): Second argument to
4496 `defconst' is not optional.
4497 (Setting Variables): Mention optional argument APPEND to
4498 `add-to-list'.
4499 (Creating Buffer-Local): Expand description of
4500 `make-variable-buffer-local'.
4501 (Frame-Local Variables): Expand description of
4502 `make-variable-frame-local'.
4503 (Variable Aliases): Correct description of optional argument
4504 DOCSTRING to `defvaralias'. Mention return value of
4505 `defvaralias'.
4506 (File Local Variables): Add xref to `File variables' in Emacs
4507 Manual. Correct description of `hack-local-variables'. Mention
4508 `safe-local-variable' property. Mention optional second argument
4509 to `risky-local-variable-p'.
4510
b3645067
LT
45112003-11-03 Luc Teirlinck <teirllm@auburn.edu>
4512
4513 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4514
10695e5c
EZ
45152003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4516
4517 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4518 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4519 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4520 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4521 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 4522 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
4523 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4524 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4525 @acronym{FOO}.
4526
a2f4def1
LT
45272003-10-27 Luc Teirlinck <teirllm@auburn.edu>
4528
4529 * strings.texi (Creating Strings): Argument START to `substring'
4530 can not be `nil'. Expand description of
4531 `substring-no-properties'. Correct description of `split-string',
4532 especially with respect to empty matches. Prevent very bad line
4533 break in definition of `split-string-default-separators'.
4534 (Text Comparison): `string=' and `string<' also accept symbols as
4535 arguments.
4536 (String Conversion): More completely describe argument BASE in
4537 `string-to-number'.
5bb0fcd1 4538 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
4539 corresponding object. Clarify behavior of numeric prefix after
4540 `%' in `format'.
4541 (Case Conversion): The argument to `upcase-initials' can be a
4542 character.
4543
a2296bf9
KH
45442003-10-27 Kenichi Handa <handa@m17n.org>
4545
4546 * display.texi (Fontsets): Fix texinfo usage.
4547
885fef7c
KH
45482003-10-25 Kenichi Handa <handa@m17n.org>
4549
4550 * display.texi (Fontsets): Add description of the function
4551 set-fontset-font.
4552
0c6b7a1f
LT
45532003-10-23 Luc Teirlinck <teirllm@auburn.edu>
4554
4555 * display.texi (Temporary Displays): Add xref to `Documentation
4556 Tips'.
4557
4558 * functions.texi (Function Safety): Use inforef instead of pxref
4559 for SES.
4560
c3cda320
AS
45612003-10-23 Andreas Schwab <schwab@suse.de>
4562
4563 * Makefile.in (TEX, texinputdir): Don't define.
4564 (TEXI2DVI): Define.
4565 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4566 add $(srcdir)/index.texi.
4567 ($(infodir)/elisp): Remove index.texi dependency.
4568 (elisp.dvi): Likewise. Use $(TEXI2DVI).
4569 (index.texi): Remove target.
4570 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
4571 (clean): Don't remove index.texi.
4572
c3cda320
AS
4573 * permute-index, index.perm: Remove.
4574 * index.texi: Rename from index.unperm.
4575
e5dadca7
LT
45762003-10-22 Luc Teirlinck <teirllm@auburn.edu>
4577
4578 * tips.texi (Documentation Tips): Document new behavior for face
4579 and variable hyperlinks in Help mode.
4580
6cfb0777
LT
45812003-10-21 Luc Teirlinck <teirllm@auburn.edu>
4582
4583 * objects.texi (Integer Type): Update for extra bit of integer range.
4584 (Character Type): Ditto.
4585
a6eeaa81 45862003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
4587
4588 * numbers.texi (Integer Basics): Add index entries for reading
4589 numbers in hex, octal, and binary.
4590
c8f9ba83
LK
45912003-10-16 Lute Kamstra <lute@gnu.org>
4592
4593 * modes.texi (Mode Line Format): Mention force-mode-line-update's
4594 argument.
4595
b52a26fb
LT
45962003-10-13 Luc Teirlinck <teirllm@auburn.edu>
4597
4598 * windows.texi (Choosing Window): Fix typo.
4599 * edebug.texi (Edebug Execution Modes): Fix typo.
4600
f7005886
RS
46012003-10-13 Richard M. Stallman <rms@gnu.org>
4602
4603 * windows.texi (Basic Windows): A window has fringe settings,
4604 display margins and scroll-bar settings.
4605 (Splitting Windows): Doc split-window return value.
4606 Clean up one-window-p.
4607 (Selecting Windows): Fix typo.
4608 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4609 (Buffers and Windows): In set-window-buffer, explain effect
4610 on fringe settings and scroll bar settings.
4611 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4612 (Choosing Window): Use defopt for pop-up-frame-function.
4613 For special-display-buffer-names, explain same-window and same-frame.
4614 Clarify window-dedicated-p return value.
4615 (Textual Scrolling): scroll-up and scroll-down can get an error.
4616 (Horizontal Scrolling): Clarify auto-hscroll-mode.
4617 Clarify set-window-hscroll.
4618 (Size of Window): Don't mention tool bar in window-height.
4619 (Coordinates and Windows): Explain what coordinates-in-window-p
4620 returns for fringes and display margins.
4621 (Window Configurations): Explain saving fringes, etc.
4622
4623 * tips.texi (Library Headers): Clean up Documentation.
4624
4625 * syntax.texi (Parsing Expressions): Clean up forward-comment
4626 and parse-sexp-lookup-properties.
4627
4628 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4629
4630 * os.texi (System Environment): Clean up text for load-average errors.
4631
4632 * modes.texi (Hooks): Don't explain local hook details at front.
4633 Clarify run-hooks and run-hook-with-args a little.
4634 Clean up add-hook and remove-hook.
4635
4636 * edebug.texi (Edebug Execution Modes): Clarify t.
4637 Document edebug-sit-for-seconds.
4638 (Coverage Testing): Document C-x X = and =.
4639 (Instrumenting Macro Calls): Fix typo.
4640 (Specification List): Don't index the specification keywords.
4641
c989ebe9
KS
46422003-10-10 Kim F. Storm <storm@cua.dk>
4643
4644 * processes.texi (Network): Introduce make-network-process.
4645
f9525eef
LT
46462003-10-09 Luc Teirlinck <teirllm@auburn.edu>
4647
4648 * tips.texi (Library Headers): Fix typo.
4649
f008b925
LK
46502003-10-07 Juri Linkov <juri@jurta.org>
4651
4652 * modes.texi (Imenu): Mention imenu-create-index-function's
4653 default value. Explain submenus better.
4654
c22c5da6
LK
46552003-10-07 Lute Kamstra <lute@gnu.org>
4656
4657 * modes.texi (Faces for Font Lock): Fix typo.
4658 (Hooks): Explain how buffer-local hook variables can refer to
4659 global hook variables.
4660 Various minor clarifications.
4661
49247521
LK
46622003-10-06 Lute Kamstra <lute@gnu.org>
4663
4664 * tips.texi (Coding Conventions): Mention naming conventions for
4665 hooks.
4666
9296c947
LT
46672003-10-05 Luc Teirlinck <teirllm@auburn.edu>
4668
4669 * loading.texi (Library Search): Correct default value of
4670 load-suffixes.
4671 (Named Features): Fix typo.
4672
0e9b293a
RS
46732003-10-05 Richard M. Stallman <rms@gnu.org>
4674
4675 * loading.texi (Named Features): In `provide',
4676 say how to test for subfeatures.
4677 (Unloading): In unload-feature, use new var name
4678 unload-feature-special-hooks.
4679
49247521 46802003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
4681
4682 * modes.texi (Major Mode Conventions): Mention third way to set up
4683 Imenu.
4684 (Imenu): A number of small fixes.
4685 Delete documentation of internal variable imenu--index-alist.
4686 Document the return value format of imenu-create-index-function
4687 functions.
4688
ab8f7d5c
RS
46892003-09-30 Richard M. Stallman <rms@gnu.org>
4690
4691 * processes.texi (Network): Say what stopped datagram connections do.
4692
4693 * lists.texi (Association Lists): Clarify `assq-delete-all'.
4694
4695 * display.texi (Overlay Properties): Clarify `evaporate' property.
4696
49247521 46972003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
4698
4699 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 4700 constructs should be marked as risky.
86b9b767
LK
4701 Change cons cell into proper list.
4702 (Mode Line Variables): Change cons cell into proper list.
4703
49247521 47042003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
4705
4706 * modes.texi (Mode Line Data): Document the :propertize construct.
4707 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 4708 to match their order in the default mode-line-format.
bc3b02f9
LK
4709 Describe the new variables mode-line-position and mode-line-modes.
4710 Update the default values of mode-line-frame-identification,
4711 minor-mode-alist, and default-mode-line-format.
4712 (Properties in Mode): Mention the :propertize construct.
6142d1d0 4713
bc3b02f9 47142003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 4715
c22c5da6 4716 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
4717 * loading.texi, minibuf.texi, text.texi, variables.texi:
4718 Avoid @strong{Note:}.
4719
47202003-09-26 Richard M. Stallman <rms@gnu.org>
4721
4722 * keymaps.texi (Remapping Commands): Fix typo.
4723
41beda59
LT
47242003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
4725
4726 * processes.texi (Low-Level Network): Fix typo.
4727
ef6ae4ff
KS
47282003-09-23 Kim F. Storm <storm@cua.dk>
4729
4730 * processes.texi (Network, Network Servers): Fix typos.
4731 (Low-Level Network): Add timeout value for :server keyword.
4732 Add new option keywords to make-network-process.
4733 Add set-network-process-options.
4734 Explain how to test availability of network options.
4735
b0f23edf
RS
47362003-09-19 Richard M. Stallman <rms@gnu.org>
4737
4738 * text.texi (Motion by Indent): Arg to
4739 backward-to-indentation and forward-to-indentation is optional.
4740
4741 * strings.texi (Creating Strings): Add substring-no-properties.
4742
4743 * processes.texi
4744 (Process Information): Add list-processes arg QUERY-ONLY.
4745 Delete process-contact from here.
4746 Add new status values for process-status.
4747 Add process-get, process-put, process-plist, set-process-plist.
4748 (Synchronous Processes): Add call-process-shell-command.
4749 (Signals to Processes): signal-process allows process objects.
4750 (Network): Complete rewrite.
4751 (Network Servers, Datagrams, Low-Level Network): New nodes.
4752
4753 * positions.texi (Word Motion): forward-word, backward-word
4754 arg is optional. Reword.
4755
4756 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
4757
c22c5da6 4758 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
4759 Delete duplicate definition of buffer-local-value.
4760 (File Local Variables): Explain about discarding text props.
4761
f387bdea
RS
47622003-09-11 Richard M. Stallman <rms@gnu.org>
4763
4764 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4765 changes variables that record input events.
4766 (Minibuffer Misc): Add minibuffer-selected-window.
4767
4768 * lists.texi (Building Lists): Add copy-tree.
4769
4770 * display.texi (Fontsets): Add char-displayable-p.
4771 (Scroll Bars): New node.
4772
49247521 47732003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
4774
4775 * modes.texi (%-Constructs): Document new `%i' and `%I'
4776 constructs.
4777
fd026ee1
JR
47782003-09-03 Peter Runestig <peter@runestig.com>
4779
4780 * makefile.w32-in: New file.
4781
4828b4d7
RS
47822003-08-29 Richard M. Stallman <rms@gnu.org>
4783
4784 * display.texi (Overlay Properties): Clarify how priorities
4785 affect use of the properties.
4786
a4e4f05d
LT
47872003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4788
4789 * customize.texi (Type Keywords): Correct the description of
4790 `:help-echo' in the case where `motion-doc' is a function.
4791
3ebe0346
JPW
47922003-08-14 John Paul Wallington <jpw@gnu.org>
4793
4794 * modes.texi (Emulating Mode Line): Subsection, not section.
4795
3afe8e39
RS
47962003-08-13 Richard M. Stallman <rms@gnu.org>
4797
4798 * elisp.texi (Top): Update subnode lists in menu.
4799
4800 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4801 (Kill Functions): kill-region has new arg yank-handler.
4802 (Yanking): New node.
4803 (Yank Commands): Add yank-undo-function.
4804 (Low-Level Kill Ring):
4805 kill-new and kill-append have new arg yank-handler.
4806 (Changing Properties): Add remove-list-of-text-properties.
4807 (Atomic Changes): New node.
4808
4809 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4810
4811 * streams.texi (Output Variables): Add eval-expression-print-length
4812 and eval-expression-print-level.
4813
4814 * os.texi (Time Conversion): For encode-time, explain limits on year.
4815
4816 * objects.texi (Character Type): Define anchor "modifier bits".
4817
4818 * modes.texi (Emulating Mode Line): New node.
4819 (Search-based Fontification): Font Lock uses font-lock-face property.
4820 (Other Font Lock Variables): Likewise.
4821
4822 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4823 not vectors.
4824 (Active Keymaps): Add emulation-mode-map-alists.
4825 (Functions for Key Lookup): key-binding has new arg no-remap.
4826 (Remapping Commands): New node.
4827 (Scanning Keymaps): where-is-internal has new arg no-remap.
4828 (Tool Bar): Add tool-bar-local-item-from-menu.
4829 Clarify when to use tool-bar-add-item-from-menu.
4830
4831 * commands.texi (Interactive Call): commandp has new arg.
4832 (Command Loop Info): Add this-original-command.
4833
e37769b1
JPW
48342003-08-06 John Paul Wallington <jpw@gnu.org>
4835
4836 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4837
4838 * display.texi (Warning Basics): Fix typo.
4839 (Fringes): Add closing curly bracket and fix typo.
4840
4841 * elisp.texi (Top): Fix typo.
4842
c5e0561f
RS
48432003-08-05 Richard M. Stallman <rms@gnu.org>
4844
4845 * elisp.texi: Update lists of subnodes.
4846
4847 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4848
4849 * variables.texi (Local Variables): Use lc for example variable names.
4850
4851 * tips.texi (Library Headers): Explain where to put -*-.
4852
4853 * strings.texi (Creating Strings): Fix xref for vconcat.
4854
4855 * sequences.texi (Vector Functions):
4856 vconcat no longer allows integer args.
4857
4858 * minibuf.texi (Reading File Names): read-file-name has new
4859 arg PREDICATE. New function read-directory-name.
4860
4861 * macros.texi (Defining Macros): Give definition of `declare'
4862 (Indenting Macros): New node.
4863
4864 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4865 (Window Frame Parameters): Make separate table of parameters
4866 that are coupled with specific face attributes.
4867 (Deleting Frames): delete-frame-hooks renamed to
4868 delete-frame-functions.
4869
4870 * files.texi (Magic File Names): Add file-remote-p.
4871 Clarify file-local-copy.
4872
4873 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4874 here; instead xref Defining Macros.
4875
4876 * display.texi (Warnings): New node, and subnodes.
4877 (Fringes): New node.
4878
4879 * debugging.texi (Test Coverage): New node.
4880
4881 * compile.texi (Compiler Errors): Explain with-no-warnings
4882 and other ways to suppress warnings.
4883
4884 * commands.texi (Interactive Call): Minor clarification.
4885
4886 * buffers.texi (Buffer File Name): set-visited-file-name
4887 renames the buffer too.
4888
4889 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4890
ee59dede
MR
48912003-07-24 Markus Rost <rost@math.ohio-state.edu>
4892
4893 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4894
f0514b34
MR
48952003-07-22 Markus Rost <rost@math.ohio-state.edu>
4896
4897 * internals.texi (Garbage Collection): Fix previous change.
4898
c73983bb
RS
48992003-07-22 Richard M. Stallman <rms@gnu.org>
4900
4901 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4902
4903 * display.texi (Width): Use \s syntax in example.
4904 (Font Selection): Add face-font-rescale-alist.
4905
4906 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4907 Remove spurious indent in example.
4908
4909 * lists.texi (Building Lists): Add number-sequence.
4910
4911 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4912
4913 * functions.texi (Function Documentation): Explain how to
4914 show calling convention explicitly in the doc string.
4915
4916 * windows.texi (Selecting Windows): save-selected-window saves
4917 selected window of each frame.
4918 (Window Configurations): Minor change.
4919
4920 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4921
4922 * streams.texi (Output Variables): Add print-continuous-numbering
4923 and print-number-table.
4924
4925 * processes.texi (Decoding Output): New node.
4926
4927 * os.texi (Time Conversion): decode-time arg is optional.
4928
4929 * objects.texi (Character Type): Don't use space as example for \.
4930 Make list of char names and \-sequences correspond.
4931 Explain that \s is not used in strings. `\ ' needs space after.
4932
4933 * nonascii.texi (Converting Representations): Add string-to-multibyte.
4934 (Translation of Characters): Add translation-table-for-input.
4935 (Default Coding Systems): Add auto-coding-functions.
4936 (Explicit Encoding): Add decode-coding-inserted-region.
4937 (Locales): Add locale-info.
4938
4939 * minibuf.texi (Basic Completion): Describe test-completion.
4940 Collections can be lists of strings.
4941 Clean up lazy-completion-table.
4942 (Programmed Completion): Mention test-completion.
4943 Clarify why lambda expressions are not accepted.
4944 (Minibuffer Misc): Describe minibufferp.
4945
51a8b435
RS
49462003-07-14 Richard M. Stallman <rms@gnu.org>
4947
4948 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4949
4950 * windows.texi (Selecting Windows): New arg to select-window.
4951 (Selecting Windows): Add with-selected-window.
4952 (Size of Window): Add window-inside-edges, etc.
4953
4954 * internals.texi (Garbage Collection): Add post-gc-hook.
4955
4956 * processes.texi (Subprocess Creation): Add exec-suffixes.
4957
4958 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4959 (Scanning Keymaps): Add map-keymaps.
4960 (Defining Menus): Add keymap-prompt.
4961
4962 * numbers.texi (Integer Basics): Add most-positive-fixnum,
4963 most-negative-fixnum.
4964
4965 * compile.texi (Byte Compilation): Explain no-byte-compile
4966 (Compiler Errors): New node.
4967
4968 * os.texi (User Identification): user-uid, user-real-uid
4969 can return float.
4970
4971 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4972 and about derived modes.
4973 (Minor Modes): Add minor-mode-list.
4974 (Defining Minor Modes): Keyword args for define-minor-mode.
4975 (Search-based Fontification): Explain managing other properties.
4976 (Other Font Lock Variables): Add font-lock-extra-managed-props.
4977 (Faces for Font Lock): Add font-locl-preprocessor-face.
4978 (Hooks): Add run-mode-hooks and delay-mode-hooks.
4979
4980 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 4981 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
4982
4983 * loading.texi (Library Search): Add load-suffixes.
4984
4985 * minibuf.texi (Basic Completion): Add lazy-completion-table.
4986 (Programmed Completion): Add dynamic-completion-table.
4987
4988 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4989 (Magic File Names): Specify precedence order of handlers.
199bb209 4990
51a8b435
RS
4991 * commands.texi (Command Overview): Emacs server runs pre-command-hook
4992 and post-command-hook.
4993 (Waiting): New calling convention for sit-for.
4994
4995 * text.texi (Special Properties): local-map and keymap properties
4996 apply based on their stickiness.
4997
c6de56a0
RS
49982003-07-07 Richard M. Stallman <rms@gnu.org>
4999
5000 * modes.texi (Minor Mode Conventions): Specify only some kinds
5001 of list values as args to minor modes.
5002
5003 * files.texi (File Name Expansion): Warn about iterative use
5004 of substitute-in-file-name.
5005
5006 * advice.texi (Activation of Advice): Clean up previous change.
5007
8c761ea6
MR
50082003-07-06 Markus Rost <rost@math.ohio-state.edu>
5009
5010 * advice.texi (Activation of Advice): Note that ad-start-advice is
5011 turned on by default.
5012
c6de56a0
RS
50132003-06-30 Richard M. Stallman <rms@gnu.org>
5014
5015 * text.texi (Buffer Contents): Document current-word.
5016 (Change Hooks): Not called for *Messages*.
5017
5018 * functions.texi (Defining Functions): Explain about redefining
5019 primitives.
5020 (Function Safety): Renamed. Minor changes.
5021 Comment out the detailed criteria for what is safe.
5022
3fe4e567
AS
50232003-06-22 Andreas Schwab <schwab@suse.de>
5024
5025 * objects.texi (Symbol Type): Fix description of examples.
5026
cda7bd13
AS
50272003-06-16 Andreas Schwab <schwab@suse.de>
5028
5029 * hash.texi (Creating Hash): Fix description of :weakness.
5030
fbcffa4a
KG
50312003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
5032
5033 * files.texi (Changing Files): copy-file copies file modes, too.
5034
ff6a3bfb
RS
50352003-05-28 Richard M. Stallman <rms@gnu.org>
5036
5037 * strings.texi (Creating Strings): Clarify split-string.
5038
1463a05d
JB
50392003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
5040
5041 * strings.texi (Creating Strings): Update split-string specification
5042 and examples.
5043
af253914
RS
50442003-05-19 Richard M. Stallman <rms@gnu.org>
5045
5046 * elisp.texi: Correct invariant section names.
5047
7ea52f92
RS
50482003-04-20 Richard M. Stallman <rms@gnu.org>
5049
5050 * os.texi (Timers): Explain about timers and quitting.
5051
e31afc09
RS
50522003-04-19 Richard M. Stallman <rms@gnu.org>
5053
5054 * internals.texi (Writing Emacs Primitives): Strings are
5055 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
5056 Explain GCPRO convention for varargs function args.
5057
5ceea398
RS
50582003-04-16 Richard M. Stallman <rms@gnu.org>
5059
5060 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
5061
b0ada147
RS
50622003-04-08 Richard M. Stallman <rms@gnu.org>
5063
5064 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
5065
b23375aa
KS
50662003-02-13 Kim F. Storm <storm@cua.dk>
5067
5068 * objects.texi (Character Type): New \s escape for space.
5069
c60ee5e7
JB
50702003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5071
5072 * os.texi (System Environment): Added cygwin system-type.
5073
84e47416
RS
50742003-01-25 Richard M. Stallman <rms@gnu.org>
5075
5076 * keymaps.texi: Document that a symbol can act as a keymap.
5077
3e8cf2ea
RS
50782003-01-13 Richard M. Stallman <rms@gnu.org>
5079
5080 * text.texi (Changing Properties): Say string indices are origin-0.
5081
5082 * positions.texi (Screen Lines) <compute-motion>:
5083 Correct order of elts in return value.
5084
5085 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
5086 how to define a default binding.
5087
7abb9fc5 50882002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 5089
104bc3aa 5090 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 5091
104bc3aa 5092 * customize.texi (Simple Types): Clarify description of custom
9b7fa297 5093 type 'number. Describe new custom type 'float.
177f790c 5094
7abb9fc5 50952002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
5096
5097 * variables.texi (File Local Variables): Fix typo.
5098
df140a68 50992002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 5100
df140a68
KG
5101 From Michael Albinus <Michael.Albinus@alcatel.de>.
5102
5103 * README: Target for Info file is `make info'.
5104
5105 * files.texi (File Name Components): Fixed typos in
5106 `file-name-sans-extension'.
5107 (Magic File Names): Complete list of operations for magic file
5108 name handlers.
5109
7ed9159a
JY
51102002-09-16 Jonathan Yavner <jyavner@engineer.com>
5111
5112 * variables.texi (File Local Variables): New function
5113 risky-local-variable-p.
5114
51152002-09-15 Jonathan Yavner <jyavner@engineer.com>
5116
5117 * functions.texi (Function safety): New node about unsafep.
5118
241f79af
PA
51192002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
5120
5121 * customize.texi (Splicing into Lists): Fixed example.
5122 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
5123
72459b15
JB
51242002-06-17 Juanma Barranquero <lektu@terra.es>
5125
5126 * frames.texi (Display Feature Testing): Fix typo.
5127
61f7e0f5
AS
51282002-06-12 Andreas Schwab <schwab@suse.de>
5129
5130 * frames.texi (Initial Parameters, Resources): Fix references to
5131 the Emacs manual.
5132
4e792dbd
KS
51332002-05-13 Kim F. Storm <storm@cua.dk>
5134
5135 * variables.texi (Intro to Buffer-Local): Updated warning and
5136 example relating to changing buffer inside let.
5137
940344d4 51382002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
5139
5140 * os.texi (Session Management): New node about X Session management.
5141
231ac53b
EZ
51422002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
5143
5144 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
5145 to which the manual corresponds, and the copyright years.
5146
5147 * Makefile.in (VERSION): Set to 2.9.
5148
140cc574
EZ
51492001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
5150
5151 * elisp.texi: Change the category in @dircategory to "Emacs", to
5152 make it consistent with info/dir.
5153
9c7fce05
MB
51542001-11-25 Miles Bader <miles@gnu.org>
5155
5156 * text.texi (Fields): Describe new `limit' arg in
5157 field-beginning/field-end.
5158
9f8bbf0f
EZ
51592001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5160
a5e6715c
EZ
5161 * permute-index: Don't depend on csh-specific features. Replace
5162 the interpreter name with /bin/sh.
5163
9f8bbf0f
EZ
5164 * two-volume-cross-refs.txt: New file.
5165 * two.el: New file.
5166 * spellfile: New file.
5167
1756e2fb
EZ
51682001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5169
5170 * permute-index: New file.
5171
5172 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
5173 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
5174 8+3 restricted namespace.
ad050e54
EZ
5175
5176 * Makefile.in (infodir): Define relative to $(srcdir).
5177 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
5178 include directories list via -I switch to makeinfo.
5179 (index.texi): Use cp if both hard and symbolic links fail.
5180
10fa7f8e
EZ
51812001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5182
7a1494ce
EZ
5183 * Makefile.in (distclean): Add.
5184
10fa7f8e
EZ
5185 The following changes make ELisp manual part of the Emacs
5186 distribution:
5187
5188 * Makefile.in: Add Copyright notice.
5189 (prefix): Remove.
5190 (infodir): Change value to "../info".
5191 (VPATH): New variable.
5192 (MAKE): Don't define.
5193 (texmacrodir): Don't define.
5194 (texinputdir): Append the existing value of TEXINPUTS.
5195 ($(infodir)/elisp): Instead of just "elisp". Reformat the
5196 command to be compatible with man/Makefile.in, and to put the
5197 output into ../info.
5c32b7c5 5198 (info): Add target.
10fa7f8e
EZ
5199 (installall): Target removed.
5200
74686736 52012001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
5202
5203 * tips.texi (Coding Conventions): Fix typo.
5204
6fd735df
GM
52052001-10-23 Gerd Moellmann <gerd@gnu.org>
5206
5207 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
5208
b704d54b
EZ
52092001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5210
5211 * files.texi (File Name Components): Update the description of
5212 file-name-sans-extension and file-name-extension, as they now
5213 ignore leading dots.
5214
71431a0e
GM
52152001-10-20 Gerd Moellmann <gerd@gnu.org>
5216
6aa97356 5217 * (Version 21.1 released.)
71431a0e 5218
79f1f96c
MB
52192001-10-19 Miles Bader <miles@gnu.org>
5220
5221 * positions.texi (Text Lines): Describe behavior of
5222 `beginning-of-line'/`end-of-line' in the presence of field properties.
5223
892a8f36
GM
52242001-10-17 Gerd Moellmann <gerd@gnu.org>
5225
5226 * Makefile.in (VERSION): Set to 2.8.
5227 (manual): Use `manual-21'.
5228
8c1cc9e8 5229 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
5230 number was used. Set it to 2.8.
5231
5232 * intro.texi: Likewise.
5233
51724e26
EZ
52342001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5235
5236 * files.texi (File Name Completion): Document the significance of
5237 a trailing slash in elements of completion-ignored-extensions.
5238
57b338e8
MB
52392001-10-06 Miles Bader <miles@gnu.org>
5240
5241 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
5242
c89e4bc5
GM
52432001-10-04 Gerd Moellmann <gerd@gnu.org>
5244
5245 * variables.texi (Variable Aliases): New node.
5246
ab952a4f
GM
52472001-10-04 Gerd Moellmann <gerd@gnu.org>
5248
5249 * Branch for 21.1.
dff28924 5250
9db3a582
MB
52512001-10-02 Miles Bader <miles@gnu.org>
5252
ae1a9581
MB
5253 * minibuf.texi (Minibuffer Misc): Add entries for
5254 `minibuffer-contents', `minibuffer-contents-no-properties', and
5255 `delete-minibuffer-contents'.
5256 Correct description for `minibuffer-prompt-end'.
5257
9db3a582
MB
5258 * text.texi (Property Search): Correct descriptions of
5259 `next-char-property-change' and `previous-char-property-change'.
5260 Add entries for `next-single-char-property-change' and
5261 `previous-single-char-property-change'.
5262 Make operand names a bit more consistent.
5263
03be5931
EZ
52642001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
5265
5266 * frames.texi (Finding All Frames): Document that next-frame and
5267 previous-frame are local to current terminal.
5268
974548ec
EZ
52692001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
5270
5271 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 5272 result of make-keymap.
974548ec 5273
8d82c597
EZ
52742001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
5275
5276 * display.texi (Font Lookup, Attribute Functions)
5277 (Image Descriptors): Add cross-references to the definition of
5278 selected frame.
5279
5280 * buffers.texi (The Buffer List): Add cross-references to the
5281 definition of selected frame.
5282
5283 * frames.texi (Input Focus): Clarify which frame is _the_ selected
5284 frame at any given time.
5285 (Multiple Displays, Size and Position): Add a cross-reference to
5286 the definition of the selected frame.
5287
2842de30
EZ
52882001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5289
5290 * strings.texi (String Conversion) <string-to-number>: Document
5291 that a float is returned for integers that are too large.
5292
5293 * frames.texi (Mouse Position): Document mouse-position-function.
5294 (Display Feature Testing): Document display-images-p.
5295 (Window Frame Parameters): Document the cursor-type variable.
5296
5297 * numbers.texi (Integer Basics): Document CL style read syntax for
5298 integers in bases other than 10.
5299
5300 * positions.texi (List Motion): Document
5301 open-paren-in-column-0-is-defun-start.
5302
5303 * lists.texi (Sets And Lists): Document member-ignore-case.
5304
5305 * internals.texi (Garbage Collection): Document the used and free
5306 strings report.
5307 (Memory Usage): Document strings-consed.
5308
5309 * os.texi (Time of Day): Document float-time.
5310 (Recording Input): Document that clear-this-command-keys clears
5311 the vector to be returned by recent-keys.
5312
5313 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
5314 argument keymap can be a list.
5315
5316 * nonascii.texi (User-Chosen Coding Systems)
5317 <select-safe-coding-system>: Document the new argument
5318 accept-default-p and the variable
5319 select-safe-coding-system-accept-default-p. Tell what happens if
5320 buffer-file-coding-system is undecided.
5321 (Default Coding Systems): Document auto-coding-regexp-alist.
5322
5323 * display.texi (The Echo Area) <message>: Document
5324 message-truncate-lines.
5325 (Glyphs): Document that the glyph table is unused on windowed
5326 displays.
5327
5328 * help.texi (Describing Characters) <single-key-description>:
5329 Document the new argument no-angles.
5330 (Accessing Documentation) <documentation-property>: Document that
5331 a non-string property is evaluated.
5332 <documentation>: Document that the function-documentation property
5333 is looked for.
5334
5335 * windows.texi (Selecting Windows): Document some-window.
5336
5337 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
5338
5339 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
5340 apropos-mode-hook.
5341
5342 * commands.texi (Using Interactive): Document interactive-form.
5343 (Keyboard Macros): Document kbd-macro-termination-hook.
5344 (Command Loop Info): Document that clear-this-command-keys clears
5345 the vector to be returned by recent-keys.
5346
2d43d823
GM
53472001-09-04 Werner LEMBERG <wl@gnu.org>
5348
5349 * Makefile.in (srcdir, texinputdir): New variables.
5350 (srcs, index.texi, install): Use $(srcdir).
5351 (.PHONY): Remove elisp.dvi.
5352 (elisp): Use -I switch for makeinfo.
5353 (elisp.dvi): Use $(srcdir) and $(texinputdir).
5354 (installall, dist): Use $(srcdir).
5355 Fix path to texinfo.tex.
5356 (maintainer-clean): Add elisp.dvi and elisp.oaux.
5357
fa739b31
GM
53582001-08-30 Gerd Moellmann <gerd@gnu.org>
5359
92a25631
GM
5360 * display.texi (Conditional Display): Adjust to API change.
5361
fa739b31
GM
5362 * configure: New file.
5363
cef68af5
GM
53642001-07-30 Gerd Moellmann <gerd@gnu.org>
5365
5366 * commands.texi (Repeat Events): Add description of
5367 double-click-fuzz.
5368
d1f08d85
SM
53692001-05-08 Stefan Monnier <monnier@cs.yale.edu>
5370
5371 * syntax.texi (Syntax Class Table): Add the missing designator for
5372 comment and string fences.
5373 (Syntax Properties): Add a xref to syntax table internals.
5374 (Syntax Table Internals): Document string-to-syntax.
5375
1e9fc92e
GM
53762001-05-07 Gerd Moellmann <gerd@gnu.org>
5377
5378 * Makefile.in (install): Use install-info command line options
5379 like in Emacs' Makefile.in.
5380
00480554
MB
53812000-12-09 Miles Bader <miles@gnu.org>
5382
5383 * windows.texi (Window Start): Update documentation for
5384 `pos-visible-in-window-p'.
5385
1e344ee2
SM
53862000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5387
5388 * lists.texi (Building Lists): Add footnote to explain how to add
5389 to the end of a list.
5390
a540f6ed
GM
53912000-10-25 Gerd Moellmann <gerd@gnu.org>
5392
5393 * files.texi (Visiting Functions): Typos.
5394
28bcdbee
KH
53952000-10-25 Kenichi Handa <handa@etl.go.jp>
5396
5397 * files.texi (Visiting Functions): Return value of
5398 find-file-noselect may be a list of buffers if wildcards are used.
5399
22d1a4ed
MB
54002000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5401
5402 * display.texi (Defining Faces): Document `graphic' display type
5403 in face specs.
5404
916a89db
KG
54052000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5406
1e9fc92e 5407 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
5408 `after-make-frame-hook' with `after-make-frame-functions'.
5409
1e9fc92e 5410 * frames.texi (Creating Frames): Ditto.
916a89db 5411
1e9fc92e 5412 * variables.texi (Future Local Variables): Ditto.
916a89db 5413
483de32b
GM
54142000-10-16 Gerd Moellmann <gerd@gnu.org>
5415
5416 * display.texi (Other Image Types): Add description of :foreground
5417 and :background properties of mono PBM images.
5418
e23a63a5
WL
54192000-08-17 Werner LEMBERG <wl@gnu.org>
5420
5421 * .cvsignore: New file.
5422
dfc16043
GM
54232000-01-05 Gerd Moellmann <gerd@gnu.org>
5424
5425 * tindex.pl: New script.
5426
602613fe
DL
54271999-12-03 Dave Love <fx@gnu.org>
5428
5429 * Makefile.in (MAKEINFO): New parameter.
5430
94ec544d
DL
54311999-09-17 Richard Stallman <rms@gnu.org>
5432
5433 * Makefile.in (srcs): Add hash.texi.
5434 (VERSION): Update to 20.6.
5435
54361999-09-13 Richard Stallman <rms@gnu.org>
5437
5438 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
5439
54401998-08-29 Karl Heuer <kwzh@gnu.org>
5441
5442 * configure.in: New file.
5443 * Makefile.in: Renamed from Makefile.
5444 (prefix, infodir): Use value obtained from configure.
5445 (emacslibdir): Obsolete variable deleted.
5446 (dist): Distribute configure.in, configure, Makefile.in.
5447
54481998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
5449
5450 * Makefile (INSTALL_INFO): New variable.
5451 (install): Run install-info.
5452
54531998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
5454
5455 * Makefile (elisp.dvi): Add missing backslash.
5456
54571998-05-02 Richard Stallman <rms@psilocin.gnu.org>
5458
5459 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
5460 Run texindex without `./'. Always run texindex on elisp.tp.
5461 (elisp.tps): Target deleted.
5462
54631998-04-05 Richard Stallman <rms@psilocin.gnu.org>
5464
5465 * Makefile (srcs): Add nonascii.texi and customize.texi.
5466 (dist): Start by deleting `temp'.
5467
54681998-02-17 Richard Stallman <rms@psilocin.gnu.org>
5469
5470 * Makefile (makeinfo, texindex): Targets deleted.
5471 (makeinfo.o, texindex.o): Targets deleted.
5472 (clean, dist): Don't do anything with them or with getopt*.
5473
54741998-01-30 Richard Stallman <rms@psilocin.gnu.org>
5475
5476 * Makefile (SHELL): Defined.
5477
54781998-01-27 Richard Stallman <rms@psilocin.gnu.org>
5479
5480 * Makefile (elisp.tps): New target.
5481 (elisp.dvi): Depend on elisp.tps.
5482
5483Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
5484
5485 * README: Update phone number.
5486
5487 * Makefile (elisp): Make this be the default target.
5488 Depend on makeinfo.c instead of makeinfo.
5489 (install): Don't depend on elisp.dvi, since we don't install that.
5490 Use mkinstalldirs.
5491 (dist): Add mkinstalldirs.
5492
5493Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5494
5495 * Makefile (VERSION): Update version number.
5496 (maintainer-clean): Renamed from realclean.
5497
5498Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5499
5500 * Makefile (realclean): New target.
5501 (elisp): Remove any old elisp-* files first.
5502
5503Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5504
d1f08d85
SM
5505 * Makefile (VERSION): New variable.
5506 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5507 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
5508
5509Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5510
5511 * Makefile (elisp): Depend on makeinfo.
5512
5513Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
5514
d1f08d85 5515 * Makefile (srcs): Add anti.texi.
94ec544d
DL
5516
5517Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5518
5519 * Makefile (infodir, prefix): New vars.
5520 (install): Use infodir.
5521 (emacsinfodir): Deleted.
5522
5523Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5524
5525 * Makefile (srcs): Add calendar.texi.
5526
5527 * Makefile (dist): Copy texindex.c and makeinfo.c.
5528 Limit elisp-* files to those with one or two digits.
5529
5530Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5531
5532 * Makefile (dist): Changed to use Gzip instead of compress.
5533
5534Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5535
5536 * loading.texi (Unloading): define-function changed back to
5537 defalias. It may not stay this way, but at least it's
5538 consistent with the known-good version of the code patch.
5539
5540Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5541
5542 * modes.texi (Hooks): Document new optional arg of add-hook.
5543
5544Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5545
d1f08d85 5546 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
5547
5548 * tips.texi: Add new section on standard library headers.
5549
5550Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5551
5552 * Makefile (srcs): Add frame.texi to the list of sources.
5553
5554Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5555
5556 * Makefile (dist): Don't bother excluding autosave files; they'll
5557 never make it into the temp directory anyway, and the hash marks
5558 in the name are problematic for make and the Bourne shell.
dff28924 5559 (srcs):
94ec544d
DL
5560
5561Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5562
d1f08d85 5563 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
5564 the distribution tar file.
5565
dff28924 5566Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
5567
5568 * Makefile (srcs): Added index.perm.
5569 (elisp.dvi): Remove erroneous shell comment.
5570 Expect output of permute-index in permuted.fns.
5571 Save old elisp.aux in elisp.oaux.
5572 (clean): Added index.texi to be deleted.
5573
dff28924 5574Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5575
5576 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5577
dff28924 5578Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d 5579
6db11765 5580 * files.texi: Noted that completion-ignored-extensions is ignored
94ec544d
DL
5581 when making *Completions*.
5582
5583Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5584
5585 * Makefile make dist now depends on elisp.dvi, since it tries
5586 to include it in the dist file.
5587
dff28924 5588Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
5589
5590 * functions.texinfo (Mapping Functions): Add missing quote
5591
dff28924 5592Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5593
5594 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5595 (defunargs): Turn off \hyphenchar of \sl font temporarily.
5596
dff28924 5597Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5598
5599 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5600 and @error{} are the terms now being used. The files in the
5601 directory have been changed to reflect this.
5602
d1f08d85 5603 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
5604 ` @result{}', using 5 spaces at the begining of the line.
5605
dff28924 5606Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5607
5608 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5609 experimental @indentedresult{}, @indentedexpandsto{} are part of
5610 the texinfo.tex in this directory. These TeX macros are not
5611 stable yet.
5612
dff28924 5613Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d 5614
6db11765 5615 * texinfo.tex: Temporarily added
d1f08d85 5616 \let\result=\dblarrow
94ec544d
DL
5617 \def\error{{\it ERROR} \longdblarrow}
5618 We need to do this better soon.
5619
dff28924 5620Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5621
5622 * Applied Karl Berry's patches to *.texinfo files, but not to
9b7fa297 5623 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
94ec544d
DL
5624 new title page format is also not applied, since it requires
5625 texinfo.tex changes.)
5626
5627 * Cleaned up `Makefile' and defined the `emacslibdir' directory
5628 for the Project GNU development environment.
5629
ad050e54 5630;; Local Variables:
fd026ee1 5631;; coding: iso-2022-7bit
33462dfa 5632;; add-log-time-zone-rule: t
ad050e54 5633;; End:
2a34a036 5634
651f374c 5635 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
de529e21 5636 2005, 2006, 2007 Free Software Foundation, Inc.
2a34a036
GM
5637 Copying and distribution of this file, with or without modification,
5638 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
5639
5640;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda