(dired-do-relsymlink): Add an autoload cookie.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
cf8b92db
EZ
12007-02-02 Eli Zaretskii <eliz@gnu.org>
2
3 * syntax.texi (Categories): Add index entries.
4
f2c661c4
JB
52007-02-01 Juanma Barranquero <lekktu@gmail.com>
6
7 * display.texi (Attribute Functions): Fix name and description of
8 the UNDERLINE arg of `set-face-underline-p'.
9
cb5918d9
EZ
102007-01-29 Eli Zaretskii <eliz@gnu.org>
11
ed4af17b
EZ
12 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
13 Variables", and "Standard Keymaps" to the detailed menu.
14
cb5918d9
EZ
15 * variables.texi (Future Local Variables): Add index entry.
16
d9380425
RS
172007-01-28 Richard Stallman <rms@gnu.org>
18
19 * tips.texi (Coding Conventions): Clarify the tip about macros
20 that define a function or a variable.
21
22 * files.texi (File Attributes): UID and GID can be floats.
23 (Magic File Names): Explain why deferring all operations to
24 the standard handler does not work.
25
bfb2471c
MR
262007-01-23 Martin Rudalics <rudalics@gmx.at>
27
28 * backups.texi (Reverting): Use "buffer" instead of "file"
29 when talking about major and minor modes.
30
4e37c526
RS
312007-01-21 Richard Stallman <rms@gnu.org>
32
33 * help.texi (Documentation): Add xref to Documentation Tips.
34
de529e21
JB
352007-01-14 Juanma Barranquero <lekktu@gmail.com>
36
37 * tips.texi (Coding Conventions): Fix typos.
38
cc7ff062
RS
392007-01-05 Richard Stallman <rms@gnu.org>
40
41 * modes.texi (Defining Minor Modes): Fix previous change.
42
cd35741d
RS
432007-01-03 Richard Stallman <rms@gnu.org>
44
de529e21 45 * customize.texi (Variable Definitions, Customization Types):
cd35741d
RS
46 Don't use * in doc string for defcustom.
47
a6c327a8
RS
482007-01-02 Richard Stallman <rms@gnu.org>
49
50 * variables.texi (Variable Aliases): Clarify that aliases vars
51 always have the same value.
52
53 * processes.texi (Bindat Spec): Fix Texinfo usage.
54
55 * modes.texi (Defining Minor Modes): Explain effect of command
56 defined with define-global-minor-mode on new buffers.
57
249844e0
KS
582006-12-30 Kim F. Storm <storm@cua.dk>
59
60 * keymaps.texi (Tool Bar): Describe `grow-only' value of
61 `auto-resize-tool-bars'.
62
32f65366
RS
632006-12-30 Richard Stallman <rms@gnu.org>
64
65 * keymaps.texi (Active Keymaps): Fix previous change.
66
8d3f955b
NR
672006-12-30 Nick Roberts <nickrob@snap.net.nz>
68
69 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
70
f083f9ca
KS
712006-12-30 Kim F. Storm <storm@cua.dk>
72
73 * processes.texi (Bindat Spec): Clarify using field names in
74 length specifications.
75
8f2b5ec6
KS
762006-12-29 Kim F. Storm <storm@cua.dk>
77
78 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
79 Add count and index variables for eval forms in repeat blocks.
80
d78b75dd
RS
812006-12-24 Richard Stallman <rms@gnu.org>
82
83 * customize.texi (Variable Definitions): Document
84 new name custom-add-frequent-value.
85
36ff6d6f
KS
862006-12-19 Kim F. Storm <storm@cua.dk>
87
88 * commands.texi (Misc Events): User signals now result in sigusr1
89 and sigusr2 events which are handled through special-event-map.
90 (Special Events): User signals and drag-n-drop are special.
91
294f1c39
RS
922006-12-17 Richard Stallman <rms@gnu.org>
93
303958a9
RS
94 * loading.texi (Named Features): Explain subfeatures better.
95
96 * customize.texi: Use "option" only for user options.
97 For the keyword values inside defcustom etc, say "keywords".
98 For :options value's elements, say "elements".
99 :group should not be omitted.
100
fe963f84
RS
101 * syntax.texi (Parsing Expressions): Split up node.
102 (Motion via Parsing, Position Parse, Parser State)
103 (Low-Level Parsing, Control Parsing): New subnodes.
104 (Parser State): Document syntax-ppss-toplevel-pos.
105
106 * positions.texi (List Motion): Punctuation fix.
107
294f1c39
RS
108 * files.texi (File Name Completion): Document PREDICATE arg
109 to file-name-completion.
110
6d95228d
EZ
1112006-12-16 Eli Zaretskii <eliz@gnu.org>
112
de529e21
JB
113 * internals.texi (Building Emacs, Writing Emacs Primitives):
114 Add index entries.
6d95228d 115
4de0c73c
RS
1162006-12-11 Richard Stallman <rms@gnu.org>
117
118 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
119 affects face menu. Explain how to make it non-nil without enabling
120 any fontification.
121
31689f89
CY
1222006-12-10 Chong Yidong <cyd@stupidchicken.com>
123
124 * modes.texi (Font Lock Basics): Document nil value of
125 font-lock-defaults.
126
8d4a66af
GM
1272006-12-10 Glenn Morris <rgm@gnu.org>
128
129 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
9e7287f4
GM
130 value for system-flag argument. Abbrev tables may not be empty
131 when major modes are loaded.
8d4a66af 132
d6598d46
JB
1332006-12-08 Juanma Barranquero <lekktu@gmail.com>
134
135 * makefile.w32-in (maintainer-clean): Partially revert last
136 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
137 to protect elisp-covers.texi.
138
c6883bfc
JB
1392006-12-07 Juanma Barranquero <lekktu@gmail.com>
140
141 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
142 Don't remove elisp* info files; they are already deleted by the
143 `clean' and `distclean' targets, and they are in the $(infodir)
144 directory, not the current one.
145
9d8b24a2
KS
1462006-12-04 Kim F. Storm <storm@cua.dk>
147
148 * commands.texi (Misc Events): Update signal events.
149 (Event Examples): Add signal example.
150
04c21c78
RS
1512006-11-29 Richard Stallman <rms@gnu.org>
152
153 * frames.texi (Visibility of Frames): Explain visible windows
154 can be covered by others. Add xref for raise-frame.
155
7bc297d7
RS
1562006-11-28 Richard Stallman <rms@gnu.org>
157
158 * searching.texi (Regexp Special): Update when ^ is special.
159
340d34a5
EZ
1602006-11-27 Eli Zaretskii <eliz@gnu.org>
161
162 * customize.texi (Customization, Common Keywords)
163 (Group Definitions, Variable Definitions, Composite Types)
164 (Type Keywords, Customization Types): Add index entries for
165 various customization keywords.
166
6b28caea
SM
1672006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
168
169 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
170
b9660a6f
JD
1712006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
172
173 * frames.texi (Window System Selections): Remove clipboard from
174 description of selection-coding-system.
175
e5c12c7d
RS
1762006-11-06 Richard Stallman <rms@gnu.org>
177
178 * lists.texi (List Variables): Document COMPARE-FN.
179
180 * keymaps.texi: Avoid use of "binding" to mean a relation;
33462dfa 181 use it only to refer to the meaning associated with a key.
e5c12c7d 182 (Keymaps): Change menu node description.
33462dfa 183
e5c12c7d
RS
184 * elisp.texi (Top): Change menu node description.
185
186 * display.texi (Managing Overlays): Document overlay-recenter.
187
b4e4dc3c
CY
1882006-10-29 Chong Yidong <cyd@stupidchicken.com>
189
190 * Makefile.in: Use relative paths to avoid advertising filesystem
191 contents during compilation.
192
300734d7
KS
1932006-10-23 Kim F. Storm <storm@cua.dk>
194
195 * commands.texi (Event Input Misc): Update unread-command-events.
196
aa02da7a
NR
1972006-10-23 Nick Roberts <nickrob@snap.net.nz>
198
199 * lists.texi (Sets And Lists): Fix typos.
200
6db11765
JB
2012006-10-18 Juanma Barranquero <lekktu@gmail.com>
202
203 * control.texi (Processing of Errors): Use @var for an argument,
204 not @code.
205
ff53796b
RS
2062006-10-16 Richard Stallman <rms@gnu.org>
207
208 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
209
210 * keymaps.texi (Format of Keymaps): Show all the keymap element
211 patterns that result from menu items.
212 (Key Lookup): Minor cleanups.
213
214 * modes.texi (Precalculated Fontification): Don't say that
215 not setting font-lock-defaults avoids loading font-lock.
216
217 * help.texi (Documentation): Move xref to Emacs Manual here.
218 (Documentation Basics): From here.
219 Also doc emacs-lisp-docstring-fill-column.
220
221 * elisp.texi: Update version and ISBN.
222
223 * commands.texi (Interactive Call): Clarify KEYS arg to
224 call-interactively is a vector.
225 (Command Loop Info): Delete anchor in this-command-keys.
226 Add anchor in this-command-keys-vector.
227 (Recursive Editing): Document how recursive-edit
228 handles the current buffer.
229
bb5da5be
CY
2302006-10-13 Chong Yidong <cyd@stupidchicken.com>
231
232 * frames.texi (Frame Titles): %c and %l are ignored in
233 frame-title-format.
234
8972d253
RS
2352006-10-11 Richard Stallman <rms@gnu.org>
236
237 * keymaps.texi (Key Sequences): Clarify use of kbd.
238
3075e881
KS
2392006-10-10 Kim F. Storm <storm@cua.dk>
240
241 * lists.texi (Sets And Lists): Add memql.
242
01993898
RS
2432006-10-03 Richard Stallman <rms@gnu.org>
244
245 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
246 Clarify :ascii: and :nonascii:.
247
f9df5f68
JL
2482006-09-29 Juri Linkov <juri@jurta.org>
249
250 * modes.texi (%-Constructs): Reorder coding systems in the
251 documentation of %z to the real order displayed in the modeline.
252
98259f08
RS
2532006-09-25 Richard Stallman <rms@gnu.org>
254
255 * os.texi (Timers): Describe timer-max-repeats.
256
2d56beed
CY
2572006-09-25 Chong Yidong <cyd@stupidchicken.com>
258
259 * os.texi (Timers): Mention with-local-quit.
260
45c912f2
RS
2612006-09-24 Richard Stallman <rms@gnu.org>
262
263 * searching.texi (Searching and Matching): Mention property search.
264
265 * commands.texi (Command Loop Info): Explain how read-event affects
266 this-command-keys.
267
aa256798
RS
2682006-09-20 Richard Stallman <rms@gnu.org>
269
45c912f2
RS
270 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
271
aa256798
RS
272 * windows.texi (Window Start): Minor cleanups.
273
a4df1f8b
KS
2742006-09-20 Kim F. Storm <storm@cua.dk>
275
276 * windows.texi (Window Start): pos-visible-in-window-p allows
277 specifying t for position to mean "end of window".
278 Add window-line-height.
279
280 * anti.texi (Antinews): Mention window-line-height.
281
74686736
DK
2822006-09-19 David Kastrup <dak@gnu.org>
283
284 * keymaps.texi (Searching Keymaps): Small clarification.
285
a0c489f1
RS
2862006-09-18 Richard Stallman <rms@gnu.org>
287
2a27a16b
RS
288 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
289 cause keyboard menus.
290 (Menu Keymaps): Likewise.
291 (Defining Menus, Keyboard Menus): Clarify.
292
a0c489f1
RS
293 * text.texi (Fields): Clarify explanation of constrain-to-field.
294
1e9265dd
EZ
2952006-09-16 Eli Zaretskii <eliz@gnu.org>
296
297 * variables.texi (Tips for Defining): Fix a typo.
298
74f526f3
RS
2992006-09-15 Richard Stallman <rms@gnu.org>
300
301 * keymaps.texi (Remapping Commands, Searching Keymaps)
302 (Active Keymaps): Clean up previous change.
303
45a2056c
JB
3042006-09-15 Jay Belanger <belanger@truman.edu>
305
306 * gpl.texi: Replace "Library Public License" by "Lesser Public
307 License" throughout.
308
b74e16a3
DK
3092006-09-15 David Kastrup <dak@gnu.org>
310
311 * keymaps.texi (Active Keymaps): Adapt description to use
312 `get-char-property' instead `get-text-property'. Explain how
313 mouse events change this. Explain the new optional argument of
314 `key-binding' and its mouse-dependent lookup.
74f526f3 315 (Searching Keymaps): Adapt description similarly.
74686736
DK
316 (Remapping Commands): Explain the new optional argument of
317 `command-remapping'.
b74e16a3 318
18d55b24
RS
3192006-09-14 Richard Stallman <rms@gnu.org>
320
321 * keymaps.texi (Searching Keymaps): Clarification.
322 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
323
3242006-09-13 Richard Stallman <rms@gnu.org>
325
326 * objects.texi (Character Type): Node split.
327 Add xref to Describing Characters.
328 (Basic Char Syntax, General Escape Syntax)
329 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
330
8b170b82
RS
3312006-09-11 Richard Stallman <rms@gnu.org>
332
333 * display.texi (Display Table Format): Wording clarification.
c5b0bab9 334 (Glyphs): Clarifications.
8b170b82 335
3250aca2
CY
3362006-09-10 Chong Yidong <cyd@stupidchicken.com>
337
338 * keymaps.texi (Active Keymaps): Mention that key-binding checks
339 local maps.
340
606fd469
KS
3412006-09-10 Kim F. Storm <storm@cua.dk>
342
343 * display.texi (Forcing Redisplay): Document return value of
344 function redisplay.
345
755b2209
RS
3462006-09-09 Richard Stallman <rms@gnu.org>
347
1d7b95f5
RS
348 * windows.texi (Window Hooks): Explain limits of
349 window-scroll-functions.
350
755b2209
RS
351 * display.texi (Fringe Indicators): Update for last change in
352 indicate-buffer-boundaries.
353
af09dd78
RS
3542006-09-08 Richard Stallman <rms@gnu.org>
355
356 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
357
2010a78c
KS
3582006-09-06 Kim F. Storm <storm@cua.dk>
359
bdd26918
KS
360 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
361
2010a78c
KS
362 * windows.texi (Window Start): Update pos-visible-in-window-p.
363
bae12237
RS
3642006-09-04 Richard Stallman <rms@gnu.org>
365
366 * processes.texi (Accepting Output): Explain SECONDS=0 for
367 accept-process-output.
368
369 * os.texi (Idle Timers): Explain why timer functions should not
370 loop until (input-pending-p).
371
ebc80ddf
EZ
3722006-09-02 Eli Zaretskii <eliz@gnu.org>
373
374 * makefile.w32-in (usermanualdir): New variable.
375 (elisp.dvi): Use it.
376
a66d9563
EZ
3772006-09-01 Eli Zaretskii <eliz@gnu.org>
378
379 * buffers.texi (Buffer Modification): Fix last change.
380
5a8f5165
CY
3812006-09-01 Chong Yidong <cyd@stupidchicken.com>
382
383 * buffers.texi (Buffer Modification): Document
384 buffer-chars-modified-tick.
385
80e0572b
RS
3862006-08-31 Richard Stallman <rms@gnu.org>
387
388 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
389
3902006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
931d878d
SM
391
392 * modes.texi (Syntactic Font Lock):
80e0572b
RS
393 Mention font-lock-syntactic-face-function
394 instead of specific faces.
931d878d 395
bda420a3
CY
3962006-08-29 Chong Yidong <cyd@stupidchicken.com>
397
398 * display.texi (Images): Add xrref to display-images-p.
399
c6f8bb3a
KH
4002006-08-28 Kenichi Handa <handa@m17n.org>
401
402 * nonascii.texi (Lisp and Coding Systems): Fix description of
403 detect-coding-region.
404
7a210b69
MB
4052006-08-27 Michael Olson <mwolson@gnu.org>
406
407 * processes.texi (Transaction Queues): Remove stray quote
408 character.
409
3e04a8fc
RS
4102006-08-25 Richard Stallman <rms@gnu.org>
411
412 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
413 Add xref.
414
fda97484
CY
4152006-08-24 Chong Yidong <cyd@stupidchicken.com>
416
417 * os.texi (Timers): Avoid waiting inside timers.
418
3e46b34c
LK
4192006-08-21 Lute Kamstra <lute@gnu.org>
420
421 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
422
ce629713
RS
4232006-08-20 Richard Stallman <rms@gnu.org>
424
425 * os.texi (Idle Timers): New node, split out from Timers.
426 Document current-idle-time.
427 * commands.texi (Reading One Event): Update xref.
428 * elisp.texi (Top): Update subnode menu.
429
3cb74cd1
RS
4302006-08-16 Richard Stallman <rms@gnu.org>
431
432 * keymaps.texi (Extended Menu Items): Show format of cached
433 bindings in extended menu items.
434
435 * customize.texi (Variable Definitions): Explain when the
436 standard value expression is evaluated.
437
7e188449
CY
4382006-08-15 Chong Yidong <cyd@stupidchicken.com>
439
440 * commands.texi (Reading One Event): Explain idleness in
441 `read-event'.
442
b8f5396a
CY
4432006-08-12 Chong Yidong <cyd@stupidchicken.com>
444
445 * text.texi (Near Point): Say "cursor" not "terminal cursor".
446 (Commands for Insertion): Removed split-line since it's not
447 relevant for Lisp programming.
448 (Yank Commands): Rewrite introduction.
449 (Undo): Clarify.
450 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
451 (Filling): Remove redundant comment. Clarify return value of
452 current-justification.
453 (Margins): Minor clarifications.
454 (Adaptive Fill): Update default value of adaptive-fill-regexp.
455 (Sorting): Update definition of sort-lines.
456 (Columns): Clarify behavior of sort-columns.
457 (Indent Tabs): Link to Tab Stops in Emacs manual.
458 (Special Properties): Clarify.
459 (Clickable Text): Mention Buttons package.
460
0c80afbd
EZ
4612006-08-12 Kevin Ryde <user42@zip.com.au>
462
463 * os.texi (Time Parsing): Add %z to description of
464 format-time-string, as per docstring. Add cross reference to
465 glibc manual for strftime.
466
02a2b2ad
RS
4672006-08-08 Richard Stallman <rms@gnu.org>
468
469 * modes.texi: Clean up wording in previous change.
470
34e5974a
CY
4712006-08-07 Chong Yidong <cyd@stupidchicken.com>
472
473 * modes.texi (Hooks): Clarify.
474 (Major Mode Basics): Mention define-derived-mode explicitly.
475 (Major Mode Conventions): Rebinding RET is OK for some modes.
476 Mention change-major-mode-hook and after-change-major-mode-hook.
477 (Example Major Modes): Moved to end of Modes section.
478 (Mode Line Basics): Clarify.
479 (Mode Line Data): Mention help-echo and local-map in strings.
480 Explain reason for treatment of non-risky variables.
481 (Properties in Mode): Clarify.
482 (Faces for Font Lock): Add font-lock-negation-char-face.
483
65c6c6b6
EZ
4842006-08-04 Eli Zaretskii <eliz@gnu.org>
485
486 * strings.texi (Formatting Strings): Warn against arbitrary
487 strings as first arg to `format'.
488
fc0ba1d0
TTN
4892006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
490
491 * text.texi (Clickable Text): Mention `help-echo' text property.
492 Update intro, examples and associated explanations.
493
a3483884
RS
4942006-07-31 Richard Stallman <rms@gnu.org>
495
496 * commands.texi: Update xrefs.
497 (Event Mod): New node, cut out from old Translating Input.
498
499 * maps.texi: Update xrefs.
fc0ba1d0 500
a3483884
RS
501 * keymaps.texi (Translation Keymaps): New node.
502 Update xrefs from Translating Input to Translation Keymaps.
fc0ba1d0 503
a3483884
RS
504 * elisp.texi (Top): Update subnode menu.
505
506 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
507
508 * os.texi (System Interface): Fix menu descriptions of some nodes.
509 (Translating Input): Node deleted.
fc0ba1d0 510
ec777101
NR
5112006-07-31 Nick Roberts <nickrob@snap.net.nz>
512
8d3f955b 513 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
ec777101
NR
514
515 * lists.texi (Sets And Lists): Likewise.
516
0f42ea76
TTN
5172006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
518
519 * text.texi (Fields): Mention POS
520 requirement when narrowing is in effect.
521
eb107d09
RS
5222006-07-28 Richard Stallman <rms@gnu.org>
523
0de8dcc9
RS
524 * display.texi (Face Attributes): Simplify wording.
525 (Attribute Functions): Clarify meaning of new-frame default
526 attribute settings.
527
eb107d09
RS
528 * customize.texi (Common Keywords): Document how to use
529 :package-version in a package not in Emacs.
530
d7fb9e6c
KS
5312006-07-28 Kim F. Storm <storm@cua.dk>
532
533 * commands.texi (Reading One Event): Fix last change.
534
c1c3d4f7
CY
5352006-07-26 Chong Yidong <cyd@stupidchicken.com>
536
537 * commands.texi (Reading One Event): Document SECONDS argument for
538 read-event, read-char, and read-char-exclusive.
539
94b39239
SM
5402006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
541
542 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
543 to ensure correct identification.
544
1cff9220
RS
5452006-07-24 Richard Stallman <rms@gnu.org>
546
5ac64732
RS
547 * text.texi (Clickable Text): Clarify.
548
1cff9220
RS
549 * sequences.texi (Vector Functions): Delete duplicate xref.
550
551 * objects.texi (Function Type): Clarify.
552
553 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
554 modes.
555
556 * lists.texi (List Variables): New node.
557 Material moved from other nodes.
558
559 * variables.texi (Setting Variables): add-to-list and
560 add-to-ordered-list moved to List Variables node.
561
38db29e0
TTN
5622006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
563
564 * text.texi (Links and Mouse-1):
565 For mouse-on-link-p, expand on arg POS.
566
9e4101b2
KS
5672006-07-21 Kim F. Storm <storm@cua.dk>
568
569 * display.texi (Forcing Redisplay): Don't mention systems which
570 don't support sub-second timers for redisplay-preemption-period.
571
572 * os.texi (Terminal Output): Clarify text vs graphical terminal.
573
cc539208
EZ
5742006-07-21 Eli Zaretskii <eliz@gnu.org>
575
576 * frames.texi (Input Focus): Document that focus-follows-mouse has
577 no effect on MS-Windows.
578
c29fbc93
RS
5792006-07-18 Richard Stallman <rms@gnu.org>
580
1ef252f6
RS
581 * display.texi (Forcing Redisplay): Cleanups in previous change.
582
c29fbc93
RS
583 * processes.texi (Low-Level Network): Make menu more convenient.
584
5b5fca28
KS
5852006-07-18 Kim F. Storm <storm@cua.dk>
586
2d545d83
KS
587 * display.texi (Forcing Redisplay): redisplay-preemption-period
588 only used on window systems. Add xref to Terminal Output.
589
590 * os.texi (Terminal Output): baud-rate only controls preemption on
591 non-window systems. Add xref to Forcing Redisplay.
592
5b5fca28
KS
593 * processes.texi (Low-Level Network): Rename node "Make Network"
594 to "Network Processes".
595
42995636
KB
5962006-07-18 Karl Berry <karl@gnu.org>
597
5b5fca28
KS
598 * variables.texi, functions.texi, customize.texi, loading.texi:
599 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
42995636 600
e1842332
CY
6012006-07-17 Chong Yidong <cyd@stupidchicken.com>
602
603 * commands.texi (Waiting): Document batch-mode sit-for behavior.
604
daeeeffc
RS
6052006-07-17 Richard Stallman <rms@gnu.org>
606
7c0c29ee
RS
607 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
608 Put period and comma inside quotes.
5b5fca28 609
7c0c29ee
RS
610 * loading.texi, markers.texi: Use real doublequote inside menus.
611
612 * windows.texi: Put point and comma inside quotes.
613 (Textual Scrolling): Use @samp for error message.
614
5b5fca28
KS
615 * variables.texi, tips.texi, syntax.texi, symbols.texi:
616 * strings.texi, streams.texi, processes.texi, os.texi:
7c0c29ee
RS
617 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
618 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5b5fca28
KS
619 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
620 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7c0c29ee 621 Put point and comma inside quotes.
5b5fca28 622
05bdf2d7
RS
623 * control.texi (Processing of Errors): Add command-error-function.
624
daeeeffc
RS
625 * variables.texi (File Local Variables): Clarify that
626 file local variables make buffer-local bindings.
627
628 * modes.texi (Syntactic Font Lock): Give default for
629 font-lock-syntax-table.
630
7e1c1289
NR
6312006-07-17 Nick Roberts <nickrob@snap.net.nz>
632
633 * text.texi (Special Properties): Clean up previous change.
634
912c7235
KB
6352006-07-16 Karl Berry <karl@gnu.org>
636
5b5fca28
KS
637 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
638 * control.texi: Fix bad page breaks through chapter 10 (control).
ece35e15 639
5b5fca28 640 * anti.texi (Antinews): Reorder face-attribute fns to avoid
912c7235
KB
641 underfull hbox.
642
54b7938f
NR
6432006-07-15 Nick Roberts <nickrob@snap.net.nz>
644
645 * text.texi (Special Properties): Describe fontified text property
646 in relation to a character (not text).
647
3f11901a
KS
6482006-07-15 Kim F. Storm <storm@cua.dk>
649
0864179a
KS
650 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
651 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
652 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
653
3f11901a
KS
654 * anti.texi (Antinews): Mention redisplay function.
655 The kbd macro existed, but was not documented, before 22.x.
656 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
657
b4f62d0a
NR
6582006-07-14 Nick Roberts <nickrob@snap.net.nz>
659
660 * display.texi (Displaying Messages): Add anchor.
661
662 * frames.texi (Dialog Boxes): Use it.
663
2c6e026a
RS
6642006-07-12 Richard Stallman <rms@gnu.org>
665
666 * objects.texi (Frame Type): Explain nature of frames better.
667
668 * frames.texi (Frames): Explain nature of frames better.
669
6702006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
671
672 * tips.texi (Coding Conventions): Explain why use cl at compile time.
673
099d4201
YM
6742006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
675
676 * frames.texi (Window System Selections): Mention scrap support for Mac.
677 Default value of x-select-enable-clipboard is t on Mac.
678
679 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
680
ff97f952
KS
6812006-07-11 Kim F. Storm <storm@cua.dk>
682
683 * display.texi (Forcing Redisplay): Add `redisplay' function.
684 Don't mention (sit-for -1) -- use (redisplay t) instead.
685
686 * commands.texi (Waiting): (sit-for -1) is no longer special.
687 (sit-for 0) is equivalent to (redisplay).
688 Iconifying/deiconifying no longer makes sit-for return.
689
a183016f
NR
6902006-07-10 Nick Roberts <nickrob@snap.net.nz>
691
692 * display.texi (Buttons): Fix typo.
693
694 * index.texi, elisp.texi (New Symbols): Comment node out.
695
b86be617
RS
6962006-07-09 Richard Stallman <rms@gnu.org>
697
698 * display.texi (Truncation): Clean up previous change.
699
3aa7c28e
RS
7002006-07-08 Richard Stallman <rms@gnu.org>
701
702 * commands.texi (Interactive Call): Use 3 as prefix in example
703 for execute-extended-command.
704
705 * display.texi (Attribute Functions): Move paragraph about
706 compatibility with Emacs < 21.
707
5a1048a5
KS
7082006-07-09 Kim F. Storm <storm@cua.dk>
709
710 * display.texi (Refresh Screen): Clarify force-window-update.
711 (Truncation): "Normally" indicated by fringe arrows.
712
89fb9154
EZ
7132006-07-08 Eli Zaretskii <eliz@gnu.org>
714
5a1048a5
KS
715 * windows.texi (Textual Scrolling, Resizing Windows):
716 * variables.texi (Constant Variables):
89fb9154
EZ
717 * text.texi (Buffer Contents, Deletion, Changing Properties)
718 (Property Search, Special Properties, Sticky Properties)
5a1048a5 719 (Links and Mouse-1, Fields, Change Hooks):
89fb9154 720 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5a1048a5
KS
721 (Categories):
722 * symbols.texi (Other Plists):
723 * streams.texi (Output Variables):
724 * processes.texi (Input to Processes, Query Before Exit):
725 * positions.texi (Word Motion, Text Lines, List Motion):
89fb9154 726 * os.texi (Init File, System Environment, Sound Output)
5a1048a5 727 (Session Management):
89fb9154 728 * nonascii.texi (Text Representations, Character Sets)
5a1048a5
KS
729 (Chars and Bytes, Locales):
730 * modes.texi (Defining Minor Modes, Header Lines):
731 * minibuf.texi (Minibuffer Contents):
732 * markers.texi (Information from Markers):
733 * lists.texi (List Elements, Building Lists, Association Lists):
734 * keymaps.texi (Tool Bar):
735 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
736 * functions.texi (What Is a Function, Mapping Functions):
89fb9154
EZ
737 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
738 (Color Names, Text Terminal Colors, Display Feature Testing):
739 * files.texi (Visiting Functions, File Name Components)
5a1048a5 740 (Unique File Names, Contents of Directories):
89fb9154
EZ
741 * display.texi (Forcing Redisplay, Displaying Messages)
742 (Temporary Displays, Font Selection, Auto Faces)
743 (Font Lookup, Fringe Indicators, Display Margins)
744 (Image Descriptors, Showing Images, Image Cache, Button Types)
745 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5a1048a5
KS
746 (Display Table Format, Glyphs):
747 * control.texi (Iteration):
748 * commands.texi (Command Loop Info, Adjusting Point):
08b17d37
KS
749 * backups.texi (Making Backups, Auto-Saving):
750 Remove @tindex entries.
89fb9154 751
7f087030
KS
7522006-07-07 Kim F. Storm <storm@cua.dk>
753
754 * display.texi (Fringe Cursors): Fix typo.
755 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
756 (Overlay Arrow): Default is overlay-arrow fringe indicator.
757
978db147
RS
7582006-07-05 Richard Stallman <rms@gnu.org>
759
760 * text.texi (Buffer Contents): Add example of text props
761 in result of buffer-substring.
762 (Text Properties): Explain better about use of specific property names.
763 (Property Search): Some cleanups; reorder some functions.
764
765 * keymaps.texi (Changing Key Bindings): Cleanup.
766 Add xref to Key Binding Conventions.
767
768 * display.texi (Attribute Functions): Add examples for
769 face-attribute-relative-p.
770
771 * tips.texi (Coding Conventions): Cleanup last change.
772
42b50684
KB
7732006-07-05 Karl Berry <karl@gnu.org>
774
08b17d37
KS
775 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
776 Remove @setchapternewpage odd.
42b50684
KB
777 Result is 1013 pages, down from 1100.
778
08b17d37
KS
779 * anti.texi, customize.texi, display.texi, internals.texi:
780 * minibuf.texi, modes.texi, tips.texi:
9b7fa297 781 Fix overfull/underfull boxes.
42b50684 782
180f018c
TTN
7832006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
784
785 * edebug.texi (Instrumenting):
786 Add Edebug-specific findex for eval-buffer.
787 * loading.texi (Loading):
788 Replace eval-current-buffer with eval-buffer.
789
8e338f7b
EZ
7902006-06-30 Nick Roberts <nickrob@snap.net.nz>
791
792 * locals.texi (Standard Buffer-Local Variables): Update the list
793 of variables.
794
0770a251
NR
7952006-06-26 Nick Roberts <nickrob@snap.net.nz>
796
797 * files.texi (File Name Completion): Point user to the node
798 "Reading File Names".
799
d9034473
EZ
8002006-06-24 Eli Zaretskii <eliz@gnu.org>
801
eff6bfea
EZ
802 * files.texi (Contents of Directories): Document case-insensitive
803 behavior on respective filesystems.
804
d9034473
EZ
805 * objects.texi (Character Type): Document that Emacs signals an
806 error for unsupported Unicode characters specified as \uNNNN.
807
a5bd14d3
RS
8082006-06-19 Richard Stallman <rms@gnu.org>
809
810 * processes.texi (Bindat Spec): Clarify previous change.
811
d1ae9041
RS
8122006-06-16 Richard Stallman <rms@gnu.org>
813
814 * tips.texi (Coding Conventions): Better explain conventions
815 for definition constructs.
816
817 * text.texi (Special Properties): String value of `read-only'
818 serves as the error message.
819
820 * objects.texi (Character Type): Clarify prev. change.
821 (Non-ASCII in Strings): Mention \u and \U.
822
823 * commands.texi (Using Interactive): Explain problem of
824 markers, etc., in command-history.
825
1bb32610
KS
8262006-06-14 Kim F. Storm <storm@cua.dk>
827
828 * commands.texi (Waiting): Negative arg to sit-for forces
829 redisplay even if input is pending.
830
831 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
832 redisplay. Remove incorrect example of binding redisplay-dont-pause
833 around (sit-for 0).
834
c7484981
RS
8352006-06-13 Richard Stallman <rms@gnu.org>
836
837 * display.texi (Forcing Redisplay): Clarify previous change.
838
d211faa2
RF
8392006-06-13 Romain Francoise <romain@orebokech.com>
840
841 * display.texi (Forcing Redisplay): Fix typo.
842
8eb2b87f
KS
8432006-06-13 Kim F. Storm <storm@cua.dk>
844
845 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
846
503b5e1c
LT
8472006-06-10 Luc Teirlinck <teirllm@auburn.edu>
848
849 * tips.texi (Coding Conventions): Add `@end itemize'.
850
9e362b84
RS
8512006-06-10 Richard Stallman <rms@gnu.org>
852
853 * tips.texi (Coding Conventions): Explain use of coding systems
854 to ensure one decoding for strings.
855
7cb93181
EZ
8562006-06-09 Aidan Kehoe <kehoea@parhasard.net>
857
9b7fa297 858 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7cb93181
EZ
859 syntax.
860
afd63bda
EZ
8612006-06-07 Eli Zaretskii <eliz@gnu.org>
862
863 * display.texi (Font Selection): Remove description of
864 clear-face-cache.
865
866 * compile.texi (Eval During Compile): Fix a typo. Add index
867 entries for possible uses of eval-when-compile.
868
71ee3e04
TTN
8692006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
870
871 * display.texi (Abstract Display): Fix typo.
872
a941b26b
EZ
8732006-06-03 Eli Zaretskii <eliz@gnu.org>
874
875 * minibuf.texi (Minibuffer History) <history-add-new-input>:
876 Reword variable's description.
877
963128f3
RS
8782006-06-01 Richard Stallman <rms@gnu.org>
879
880 * windows.texi (Splitting Windows): Clarify splitting nonselected
881 window.
882
82db8fa7
JL
8832006-05-31 Juri Linkov <juri@jurta.org>
884
885 * minibuf.texi (Minibuffer History): Add history-add-new-input.
886
d9e8091d
RS
8872006-05-30 Richard Stallman <rms@gnu.org>
888
6ac209a3
RS
889 * display.texi (Line Height): Fix errors in description of
890 default line height and line-height properyty.
891
d9e8091d
RS
892 * nonascii.texi (Default Coding Systems): Further clarification.
893
93fd6289
LT
8942006-05-29 Luc Teirlinck <teirllm@auburn.edu>
895
896 * internals.texi (Pure Storage): Mention that an overflow in pure
897 space causes a memory leak.
898 (Garbage Collection): If there was an overflow in pure space,
899 `garbage-collect' returns nil.
900
7c42b3e0
EZ
9012006-05-30 Eli Zaretskii <eliz@gnu.org>
902
903 * nonascii.texi (Default Coding Systems): Fix it some more.
904
b8909e88
EZ
9052006-05-29 Eli Zaretskii <eliz@gnu.org>
906
907 * nonascii.texi (Default Coding Systems): Fix last change.
908
6d3906d5
KH
9092006-05-29 Kenichi Handa <handa@m17n.org>
910
911 * nonascii.texi (find-operation-coding-system): Describe the new
912 argument format (FILENAME . BUFFER).
913
0985f920
RS
9142006-05-28 Richard Stallman <rms@gnu.org>
915
916 * tips.texi (Coding Conventions): Better explain reasons not to
917 advise other packages or use `eval-after-load'.
918
6c6e0bb4
KS
9192006-05-29 Kim F. Storm <storm@cua.dk>
920
921 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
922 `bindat-idx' and `bindat-raw' for clarity.
923
096432af
TTN
9242006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
925
b9e17eb3
TTN
926 * processes.texi (Bindat Spec): Expand on `repeat' handler.
927
096432af
TTN
928 * display.texi (Display): Add "Abstract Display" to menu.
929 (Abstract Display, Abstract Display Functions)
930 (Abstract Display Example): New nodes.
931 * elisp.texi (Top): Add "Abstract Display" to menu.
932
e4b3f22f
CY
9332006-05-27 Chong Yidong <cyd@stupidchicken.com>
934
917b8227
CY
935 * keymaps.texi (Key Sequences): Link to input events definition.
936 (Format of Keymaps): Delete material duplicated in Keymap Basics.
937
e4b3f22f
CY
938 * files.texi (Changing Files): Document updated argument list for
939 copy-file.
940
f1b64ef1
TTN
9412006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
942
943 * processes.texi (Bindat Functions): Explain term "total length".
944 Use it in bindat-length and bindat-pack descriptions.
945
3d0793e4
EZ
9462006-05-26 Eli Zaretskii <eliz@gnu.org>
947
948 * tips.texi (Coding Conventions): Advise against using
949 eval-after-load in packages. Add an index entry.
950
abeb5483
JL
9512006-05-25 Juri Linkov <juri@jurta.org>
952
92aa92fa
JL
953 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
954
abeb5483
JL
955 * modes.texi (%-Constructs): Add %e, %z, %Z.
956
403a7bca
RS
9572006-05-25 Richard Stallman <rms@gnu.org>
958
959 * elisp.texi (Top): Update subnode menu.
960
961 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
962 (Keymaps): Update menu.
963
39a9bed3
CY
9642006-05-25 Chong Yidong <cyd@stupidchicken.com>
965
966 * keymaps.texi (Key Sequences): Some clarifications.
967
78b3f5c3
TTN
9682006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
969
970 * processes.texi (Bindat Functions): Say "unibyte string"
971 explicitly for bindat-unpack and bindat-pack descriptions.
972 (Bindat Examples): Don't call `string-make-unibyte' in example.
973
08244b81
CY
9742006-05-25 Chong Yidong <cyd@stupidchicken.com>
975
976 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
977 Explain string and vector representations of key sequences
978
78b3f5c3
TTN
979 * keymaps.texi (Changing Key Bindings):
980 * commands.texi (Interactive Codes, Interactive Codes):
08244b81
CY
981 * help.texi (Describing Characters): Refer to it.
982
b370c94d
LT
9832006-05-23 Luc Teirlinck <teirllm@auburn.edu>
984
985 * frames.texi (Pointer Shape): @end table -> @end defvar.
986
b8223441
RS
9872006-05-22 Richard Stallman <rms@gnu.org>
988
989 * elisp.texi (Top): Update subnode menus.
990
991 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
992 Contents rewritten; material from old Pointer Shape node moved here.
993
994 * display.texi (Pointer Shape): Node deleted.
995 (Image Descriptors): Minor cleanup.
996
c18eec5c
RS
9972006-05-21 Richard Stallman <rms@gnu.org>
998
999 * syntax.texi (Parsing Expressions): Update info on which STATE
1000 elements are ignored.
1001
9300b310
LT
10022006-05-19 Luc Teirlinck <teirllm@auburn.edu>
1003
86735b2d
LT
1004 * hooks.texi (Standard Hooks): Correct typo.
1005
9300b310
LT
1006 * gpl.texi (GPL): ifinfo -> ifnottex.
1007
75e3b957
EZ
10082006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
1009
1010 * searching.texi (Simple Match Data): Warn about match data being
1011 set anew by every search.
1012
0bcf8735
RS
10132006-05-17 Richard Stallman <rms@gnu.org>
1014
1015 * minibuf.texi (Minibuffer History): Clarify.
1016
1017 * searching.texi (Regexp Special): Clarify nested regexp warning.
1018
b3abe3a5
KS
10192006-05-16 Kim F. Storm <storm@cua.dk>
1020
1021 * minibuf.texi (Minibuffer History): Update add-to-history.
1022
bc20db55
KH
10232006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
1024
1025 * nonascii.texi (Explicit Encoding): Fix
1026 typo (encoding<->decoding).
1027
f31263a4
RS
10282006-05-14 Richard Stallman <rms@gnu.org>
1029
46a2df8e
RS
1030 * buffers.texi (Creating Buffers): Cleanup.
1031
f31263a4
RS
1032 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
1033
1299a5a4
EZ
10342006-05-13 Eli Zaretskii <eliz@gnu.org>
1035
642c61f3
EZ
1036 * buffers.texi (Current Buffer): Document that with-temp-buffer
1037 disables undo.
1038
1299a5a4
EZ
1039 * os.texi (Terminal-Specific): More accurate description of how
1040 Emacs searches for the terminal-specific libraries.
1041
61515a63
EZ
10422006-05-12 Eli Zaretskii <eliz@gnu.org>
1043
b811ef49
EZ
1044 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
1045 emacs-xtra to @inforef's.
1046
4a7910c7
EZ
1047 * text.texi (Undo): Document that undo is turned off in buffers
1048 whose names begin with a space.
1049
1050 * buffers.texi (Buffer Names): Add index entries for buffers whose
1051 names begin with a space.
1052 (Creating Buffers): Document that undo is turned off in buffers
1053 whose names begin with a space.
1054
f055e02c
EZ
1055 * files.texi (Visiting Functions, Reading from Files)
1056 (Saving Buffers): Mention code and EOL conversions by file I/O
1057 primitives and subroutines.
1058
0ef0b416
EZ
1059 * nonascii.texi (Lisp and Coding Systems): Document
1060 coding-system-eol-type. Add index entries for eol conversion.
1061
61515a63
EZ
1062 * display.texi (Defining Faces): Mention `mac', and add an xref to
1063 where window-system is described.
1064
e4c068c0
RS
10652006-05-10 Richard Stallman <rms@gnu.org>
1066
1067 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
1068
31035927
RS
10692006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
1070
1071 * variables.texi (File Local Variables): Recommend to quote lambda
1072 expressions in safe-local-variable property.
1073
f12a0718
RS
10742006-05-09 Richard Stallman <rms@gnu.org>
1075
1076 * variables.texi (File Local Variables): Document
1077 safe-local-eval-forms and safe-local-eval-function.
1078
ed7e6c32
KS
10792006-05-07 Kim F. Storm <storm@cua.dk>
1080
1081 * minibuf.texi (Minibuffer History): Remove keep-dups arg
1082 from add-to-history.
1083
5a36d834
RF
10842006-05-07 Romain Francoise <romain@orebokech.com>
1085
1086 * commands.texi (Event Input Misc):
1087 * compile.texi (Eval During Compile):
1088 * internals.texi (Buffer Internals):
1089 * minibuf.texi (Initial Input):
1090 * nonascii.texi (Scanning Charsets):
1091 * numbers.texi (Comparison of Numbers):
1092 * windows.texi (Textual Scrolling, Vertical Scrolling):
1093 Fix various typos.
1094
fbc284f6
EZ
10952006-05-06 Eli Zaretskii <eliz@gnu.org>
1096
f53d2e87
EZ
1097 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
1098 conditional xref's to either emacs or emacs-xtra, depending on
1099 @iftex/@ifnottex.
1100
fbc284f6
EZ
1101 * minibuf.texi (Minibuffer History): Document add-to-history.
1102
3dfed653
EZ
11032006-05-05 Eli Zaretskii <eliz@gnu.org>
1104
1105 * internals.texi (Pure Storage): Mention the pure overflow message
1106 at startup.
1107
8e7a9a24
EZ
11082006-05-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1109
1110 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
1111 (Searching Keymaps): Fix pseudo-Lisp description of keymap
1112 search.
1113
d0789de9
RS
11142006-05-01 Richard Stallman <rms@gnu.org>
1115
1116 * intro.texi (nil and t): Clarify.
1117
1118 * variables.texi (File Local Variables): Suggest using booleanp.
1119
fc2cb772
JB
11202006-05-01 Juanma Barranquero <lekktu@gmail.com>
1121
1122 * objects.texi (Type Predicates): Fix typos.
1123
27c5714a
SM
11242006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1125
1126 * intro.texi (nil and t): Add booleanp.
1127
1128 * objects.texi (Type Predicates): Add links for booleanp and
1129 string-or-null-p.
1130
eadb9d45
RS
11312006-04-29 Richard Stallman <rms@gnu.org>
1132
27c5714a 1133 * modes.texi (Multiline Font Lock): Rename from
eadb9d45
RS
1134 Multi line Font Lock Elements. Much clarification.
1135 (Font Lock Multiline, Region to Fontify): Much clarification.
1136
7817e3d3
SM
11372006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1138
1139 * variables.texi (File Local Variables): Remove the special case t for
1140 safe-local-variable.
1141
8ac3a455
RS
11422006-04-26 Richard Stallman <rms@gnu.org>
1143
1144 * syntax.texi (Parsing Expressions): Minor cleanup.
1145
290e4aae
RS
11462006-04-18 Richard Stallman <rms@gnu.org>
1147
1148 * tips.texi (Coding Conventions): Explain when the package's
1149 prefix should appear later on (not at the start of the name).
1150
1151 * searching.texi (String Search): Clarify effect of NOERROR.
1152
1153 * modes.texi (Imenu): Clarify what special items do.
1154
1155 * hooks.texi (Standard Hooks): Delete text about old hook names.
1156
1e2b8ce5
RF
11572006-04-17 Romain Francoise <romain@orebokech.com>
1158
1159 * variables.texi (Local Variables): Update the default value of
1160 `max-specpdl-size'.
1161
51fa34bc
MB
11622006-04-15 Michael Olson <mwolson@gnu.org>
1163
1164 * processes.texi (Transaction Queues): Mention the new optional
1165 `delay-question' argument for `tq-enqueue'.
1166
61f32d39
BW
11672006-04-13 Bill Wohler <wohler@newt.com>
1168
1169 * customize.texi (Common Keywords): Use dotted notation for
9b7fa297 1170 :package-version value. Specify its values. Improve documentation
50b7bce0 1171 for customize-package-emacs-version-alist.
61f32d39 1172
4f8ed159
BW
11732006-04-12 Bill Wohler <wohler@newt.com>
1174
1175 * customize.texi (Common Keywords): Move description of
1176 customize-package-emacs-version-alist to @defvar.
1177
e5e864ab
BW
11782006-04-10 Bill Wohler <wohler@newt.com>
1179
1180 * customize.texi (Common Keywords): Add :package-version.
1181
6c230417
KS
11822006-04-10 Kim F. Storm <storm@cua.dk>
1183
1184 * text.texi (Buffer Contents): Add NOPROPS arg to
1185 filter-buffer-substring.
1186
d82eac8f
EZ
11872006-04-08 Kevin Ryde <user42@zip.com.au>
1188
1189 * os.texi (Command-Line Arguments): Update xref to emacs manual
1190 "Command Arguments" -> "Emacs Invocation", per change there.
1191
4f815b29
TTN
11922006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
1193
1194 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
1195 be on one line to help makeinfo not render two spaces after the dot.
1196
122c3009
RS
11972006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
1198
1199 * strings.texi (Predicates for Strings): Add string-or-null-p.
1200
da68bc3d
KS
12012006-03-28 Kim F. Storm <storm@cua.dk>
1202
1203 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
1204 remarks about systems that don't support fractional seconds.
1205
b223e22d
KB
12062006-03-25 Karl Berry <karl@gnu.org>
1207
fc2cb772 1208 * elisp.texi: Use @copyright{} instead of (C), and do not indent
b223e22d
KB
1209 the year list.
1210
b756c64c
NR
12112006-03-21 Nick Roberts <nickrob@snap.net.nz>
1212
1213 * display.texi (Fringe Indicators): Fix typos.
1214
fe3dca59
LT
12152006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1216
c287ad03 1217 * tips.texi (Documentation Tips): One can now also write `program'
fe3dca59
LT
1218 in front of a quoted symbol in a docstring to prevent making a
1219 hyperlink.
1220
e91d4202
AM
12212006-03-19 Alan Mackenzie <acm@muc.de>
1222
290e4aae 1223 * text.texi (Special Properties): Clarify `fontified' property.
e91d4202 1224
e8a5f60b
RS
12252006-03-16 Richard Stallman <rms@gnu.org>
1226
1227 * display.texi (Defining Images): Minor cleanup.
1228
486daaa5
BW
12292006-03-16 Bill Wohler <wohler@newt.com>
1230
1231 * display.texi (Defining Images): In image-load-path-for-library,
1232 prefer user's images.
1233
4ffc92c2
SM
12342006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1235
1236 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
1237
874a6ef8
BW
12382006-03-15 Bill Wohler <wohler@newt.com>
1239
1240 * display.texi (Defining Images): Fix example in
1241 image-load-path-for-library by not recommending that one binds
fc2cb772 1242 image-load-path. Just defvar it to placate compiler and only use
874a6ef8
BW
1243 it if previously defined.
1244
70949f30
BW
12452006-03-14 Bill Wohler <wohler@newt.com>
1246
1247 * display.texi (Defining Images): In image-load-path-for-library,
1248 always return list of directories. Update example.
1249
c852c516
AM
12502006-03-14 Alan Mackenzie <acm@muc.de>
1251
1252 * modes.texi: New node, "Region to Fontify" (for Font Lock).
1253 This describes font-lock-extend-region-function.
4ffc92c2 1254 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
c852c516
AM
1255 the new node "Region to Fontify".
1256
7cd3712b
RS
12572006-03-13 Richard Stallman <rms@gnu.org>
1258
1259 * display.texi (Invisible Text): The impossible position is
1260 now before the invisible text, not after.
1261 (Defining Images): Clean up last change.
1262
2c676341
BW
12632006-03-11 Bill Wohler <wohler@newt.com>
1264
1265 * display.texi (Defining Images): Add image-load-path-for-library.
1266
6f49b4c5
LT
12672006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1268
2d14c9bf
LT
1269 * text.texi (Adaptive Fill): Fix Texinfo usage.
1270
1271 * strings.texi (Creating Strings): Fix Texinfo usage.
1272
6f49b4c5
LT
1273 * searching.texi (Regexp Special): Use @samp for regular
1274 expressions that are not in Lisp syntax.
1275
fc1d3386
LT
12762006-03-08 Luc Teirlinck <teirllm@auburn.edu>
1277
1278 * searching.texi (Regexp Special): Put remark between parentheses
1279 to avoid misreading.
1280
7b2c2ca9
LT
12812006-03-07 Luc Teirlinck <teirllm@auburn.edu>
1282
1283 * searching.texi (Syntax of Regexps): More accurately describe
1284 which characters are special in which situations.
1285 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
1286 are not special. Describe in detail when `[' and `]' are special.
1287 (Regexp Backslash): Plenty of regexps with unbalanced square
1288 brackets are valid, so reword that statement.
1289
f79bc642
KS
12902006-03-02 Kim F. Storm <storm@cua.dk>
1291
1292 * keymaps.texi (Tool Bar): Add tool-bar-border.
1293
1d9a5237
LT
12942006-02-28 Luc Teirlinck <teirllm@auburn.edu>
1295
a86b01fa 1296 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 1297
2534ef94
LT
12982006-02-27 Luc Teirlinck <teirllm@auburn.edu>
1299
1300 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
1301
1302 * files.texi (Locating Files): Suggest additional values for the
1303 SUFFIXES arg of `locate-file'. Update pxref.
1304
1305 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
1306 (How Programs Do Loading): Discuss the effects of Auto Compression
1307 mode on `load'.
1308 (Load Suffixes): New node.
394e96d5 1309 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
1310 moved to "Load Suffixes".
1311 (Autoload, Named Features): Mention `load-suffixes'.
1312
dd9959da 13132006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
1314
1315 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
1316
1317 * windows.texi (Window Tree): Fix typo.
1318
49af2995
KS
13192006-02-20 Kim F. Storm <storm@cua.dk>
1320
1321 * display.texi (Fringe Indicators): New section.
1322 Move indicate-empty-lines, indicate-buffer-boundaries, and
1323 default-indicate-buffer-boundaries here.
1324 Add fringe-indicator-alist and default-fringes-indicator-alist.
1325 Add list of logical fringe indicator symbols.
1326 Update list of standard bitmap names.
1327 (Fringe Cursors): New section.
1328 Move overflow-newline-into-fringe here.
1329 Add fringe-cursor-alist and default-fringes-cursor-alist.
1330 Add list of fringe cursor symbols.
1331
58f71009
JB
13322006-02-20 Juanma Barranquero <lekktu@gmail.com>
1333
1334 * commands.texi (Using Interactive): Fix reference to node
1335 "Minibuffers".
1336
5498b6af
RS
13372006-02-19 Richard M. Stallman <rms@gnu.org>
1338
1339 * minibuf.texi (High-Level Completion):
1340 Add xref to read-input-method-name.
1341
1342 * files.texi (Relative File Names): Move file-relative-name here.
1343 (File Name Expansion): From here. Minor clarifications.
1344
1345 * commands.texi (Using Interactive): Add xrefs about reading input.
1346 Clarify remarks about that moving point and mark.
1347 Put string case before list case.
1348
43ce897a 13492006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68 1350
4ffc92c2
SM
1351 * display.texi (Other Display Specs, Image Descriptors):
1352 Revert erroneous changes. The previous description of
1353 image-descriptors as `(image . PROPS)' was correct.
b6498a68 1354
1324d26e
RS
13552006-02-14 Richard M. Stallman <rms@gnu.org>
1356
1357 * variables.texi (File Local Variables): Clarifications.
1358
0da93350
JB
13592006-02-14 Juanma Barranquero <lekktu@gmail.com>
1360
1361 * variables.texi (File Local Variables): Use @code for a cons
1362 cell, not @var.
1363
51a39bab
CY
13642006-02-13 Chong Yidong <cyd@stupidchicken.com>
1365
1366 * variables.texi (File Local Variables): Document new file local
1367 variable behavior.
1368
d342156c
KS
13692006-02-10 Kim F. Storm <storm@cua.dk>
1370
1371 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
1372
8392fe4a
JB
13732006-02-08 Juanma Barranquero <lekktu@gmail.com>
1374
1375 * modes.texi (%-Constructs): Remove obsolete info about
1376 `global-mode-string'.
1377
cd6cd82a
RS
13782006-02-07 Richard M. Stallman <rms@gnu.org>
1379
d78dc2d8
RS
1380 * commands.texi (Prefix Command Arguments): Minor cleanup.
1381
1382 * display.texi: "Graphical display", not window system.
1383
cd6cd82a
RS
1384 * functions.texi (What Is a Function): Fix xref.
1385
1386 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
1387 (Changing Key Bindings): Clarify when remapping is better than
1388 substitute-key-definition.
1389
13902006-02-02 Richard M. Stallman <rms@gnu.org>
1391
1392 * minibuf.texi (Basic Completion): Completion alists are risky.
1393
1394 * keymaps.texi (Active Keymaps): Clarifications.
1395 (Searching Keymaps): New node.
1396 (Keymaps): Update menu.
1397
1398 * frames.texi (Layout Parameters): Minor clarification.
1399 (Drag and Drop): New node.
1400 (Frames): Update menu.
1401
cf052abc
CY
14022006-01-29 Chong Yidong <cyd@stupidchicken.com>
1403
4ffc92c2
SM
1404 * display.texi (Other Display Specs, Image Descriptors):
1405 Image description is a list, not a cons cell.
cf052abc 1406
1f2907ee
LT
14072006-01-28 Luc Teirlinck <teirllm@auburn.edu>
1408
1409 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
1410 list is not necessarily a list).
1411
a849f77d
EZ
14122006-01-27 Eli Zaretskii <eliz@gnu.org>
1413
1414 * frames.texi (Layout Parameters): border-width and
1415 internal-border-width belong to the frame, not the window.
1416
d322eb9b
RS
14172006-01-19 Richard M. Stallman <rms@gnu.org>
1418
1419 * nonascii.texi (Translation of Characters): Search cmds use
1420 translation-table-for-input. Automatically made local.
1421
1422 * markers.texi (Overview of Markers): Count insertion type
1423 as one of a marker's attributes.
1424
cd6cd82a
RS
1425 * keymaps.texi (Controlling Active Maps): New node, split out of
1426 Active Keymaps.
1427 (Keymaps): Menu updated.
1428 (Active Keymaps): Give pseudocode to explain how the active
1429 maps are searched. current-active-maps and key-binding moved here.
1430 (Functions for Key Lookup): current-active-maps and key-binding moved.
1431 Clarifications.
1432 (Searching the Keymaps): New subnode.
1433
d322eb9b
RS
1434 * elisp.texi (Top): Menu clarification.
1435
1436 * display.texi (Other Display Specs): Delete duplicate entry for
1437 just a string as display spec. Move text about recursive display
1438 specs on such a string.
1439
1440 * commands.texi (Key Sequence Input): Clarify.
1441 Move num-nonmacro-input-events out.
1442 (Reading One Event): num-nonmacro-input-events moved here.
1443
2ac77b5a
NR
14442006-01-14 Nick Roberts <nickrob@snap.net.nz>
1445
1446 * advice.texi (Simple Advice): Update example to fit argument
1447 change in previous-line.
1448
a203a18c
RS
14492006-01-05 Richard M. Stallman <rms@gnu.org>
1450
1451 * markers.texi (The Mark): Fix in `mark'.
1452
d9043ddf
RS
14532006-01-04 Richard M. Stallman <rms@gnu.org>
1454
1455 * processes.texi (Misc Network, Make Network): Minor cleanups.
1456
8a5db8ae
KS
14572006-01-04 Kim F. Storm <storm@cua.dk>
1458
1459 * processes.texi (Make Network): Add IPv6 addresses and handling.
1460 (Network Feature Testing): Mention (:family ipv6).
1461 (Misc Network): Add IPv6 formats to format-network-address.
1462
19bb7940
RS
14632005-12-30 Richard M. Stallman <rms@gnu.org>
1464
1465 * text.texi (Changing Properties):
1466 Don't use return value of set-text-properties.
1467
b9cb50d9
LT
14682005-12-29 Luc Teirlinck <teirllm@auburn.edu>
1469
1470 * modes.texi (Mode Line Format): Correct typo in menu.
1471
94a867a6
RS
14722005-12-29 Richard M. Stallman <rms@gnu.org>
1473
1474 * modes.texi (Mode Line Top): New node.
1475 (Mode Line Data): Some text moved to new node.
1476 Explain the data structure more concretely.
1477 (Mode Line Basics): Clarifications.
1478 (Mode Line Variables): Clarify intro paragraph.
1479 (%-Constructs): Clarify intro paragraph.
1480 (Mode Line Format): Update menu.
1481
ba455131
LT
14822005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1483
1484 * minibuf.texi (Basic Completion): Update lazy-completion-table
1485 examples for removal of ARGS argument.
1486
2b6abe1e
RS
14872005-12-23 Richard M. Stallman <rms@gnu.org>
1488
1489 * text.texi (Undo): Restore some explanation from the version
1490 that was deleted.
1491
2d7409f2
EZ
14922005-12-23 Eli Zaretskii <eliz@gnu.org>
1493
abeb5483 1494 * text.texi (Undo): Remove duplicate descriptions of `apply
2d7409f2
EZ
1495 funname' and `apply delta' elements of the undo list.
1496
2e23b82e
RS
14972005-12-20 Richard M. Stallman <rms@gnu.org>
1498
1499 * help.texi (Help Functions): Update documentation of `apropos'.
1500
a31687ce
LT
15012005-12-20 Luc Teirlinck <teirllm@auburn.edu>
1502
1503 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1504 because it is confusing. If the :help-echo keyword is a function,
1505 it is not directly used as the :help-echo overlay property, as the
1506 xref seems to suggest (it does not take the appropriate args).
1507
0e83c4e9
LT
15082005-12-19 Luc Teirlinck <teirllm@auburn.edu>
1509
1510 * customize.texi (Common Keywords): Fix Texinfo usage.
1511 (Group Definitions, Variable Definitions): Update for new
1512 conventions for using `*' in docstrings.
77df907a
LT
1513
1514 * tips.texi (Documentation Tips): Update for new conventions for
1515 using `*' in docstrings.
1516
69487a1f
RS
15172005-12-16 Richard M. Stallman <rms@gnu.org>
1518
1519 * minibuf.texi (Minibuffer Contents): Minor cleanup.
1520
2a502a32
JL
15212005-12-16 Juri Linkov <juri@jurta.org>
1522
1523 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1524
b158c851
RF
15252005-12-14 Romain Francoise <romain@orebokech.com>
1526
1527 * modes.texi (Customizing Keywords): Rename `append' to `how'.
1528 Fix typo.
1529
d7d1f75e
JL
15302005-12-11 Juri Linkov <juri@jurta.org>
1531
1532 * minibuf.texi (Completion Commands): Add mention of read-file-name
1533 for filename completion keymaps.
1534 (Reading File Names): Add mention of filename completion keymaps
1535 for read-file-name and xref to `Completion Commands'.
1536
4b1c16c2
RS
15372005-12-10 Richard M. Stallman <rms@gnu.org>
1538
1539 * customize.texi (Common Keywords): State caveats for use of :tag.
1540
1d49d5d9
RS
15412005-12-08 Richard M. Stallman <rms@gnu.org>
1542
2663a204
RS
1543 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1544 with xrefs and better explanation.
1545 (Completion Commands): Add the filename completion maps.
1546
1d49d5d9
RS
1547 * objects.texi (Character Type): Clarify that \s is not space
1548 if a dash follows.
1549
fa0d4d0c
RS
15502005-12-05 Richard M. Stallman <rms@gnu.org>
1551
1552 * windows.texi (Resizing Windows): Delete preserve-before args.
1553
d64b177a
SM
15542005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1555
1556 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1557 in full keymaps, since the quirk has been fixed.
1558
79019cc9
EZ
15592005-12-03 Eli Zaretskii <eliz@gnu.org>
1560
1561 * hooks.texi (Standard Hooks): Add index entries. Mention
1562 `compilation-finish-functions'.
1563
161ef3be
RS
15642005-11-27 Richard M. Stallman <rms@gnu.org>
1565
1566 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1567
17c1971a
JL
15682005-11-21 Juri Linkov <juri@jurta.org>
1569
1570 * customize.texi (Common Keywords): Update links types
1571 custom-manual and url-link. Add link types emacs-library-link,
1572 file-link, function-link, variable-link, custom-group-link.
1573
5890344b
CY
15742005-11-20 Chong Yidong <cyd@stupidchicken.com>
1575
1576 * display.texi: Revert 2005-11-20 change.
1577
cbce0752
TTN
15782005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1579
1580 * processes.texi (Bindat Functions):
1581 Say "third" to refer to zero-based index "2".
1582
ff04c885
LT
15832005-11-18 Luc Teirlinck <teirllm@auburn.edu>
1584
1585 * loading.texi (Library Search): Update the default value of
1586 `load-suffixes'.
1587
ce8d4e00
CY
15882005-11-17 Chong Yidong <cyd@stupidchicken.com>
1589
1590 * display.texi (Attribute Functions): Mention :ignore-defface.
1591
cbad4a9e
SM
15922005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1593
1594 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 1595 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 1596
fda12b27
RS
15972005-11-06 Richard M. Stallman <rms@gnu.org>
1598
1599 * files.texi (Magic File Names): find-file-name-handler checks the
1600 `operations' property of the handler.
1601
e082564e
RS
16022005-11-03 Richard M. Stallman <rms@gnu.org>
1603
1604 * variables.texi (Frame-Local Variables): Small clarification.
1605
f0cdd9e4
CY
16062005-10-29 Chong Yidong <cyd@stupidchicken.com>
1607
1608 * os.texi (Init File): Document ~/.emacs.d/init.el.
1609
685abb98
RS
16102005-10-29 Richard M. Stallman <rms@gnu.org>
1611
1612 * internals.texi (Garbage Collection): Document memory-full.
1613
7000848e
BW
16142005-10-28 Bill Wohler <wohler@newt.com>
1615
1616 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1617 for URLs.
1618
107fb6c9
RS
16192005-10-28 Richard M. Stallman <rms@gnu.org>
1620
1621 * minibuf.texi (Completion Commands): Clean up prev change.
1622
16232005-10-26 Kevin Ryde <user42@zip.com.au>
1624
1625 * compile.texi (Eval During Compile): Explain recommended uses
1626 of eval-when-compile and eval-and-compile.
1627
1d8e69a2
MY
16282005-10-27 Masatake YAMATO <jet@gyve.org>
1629
cbad4a9e 1630 * minibuf.texi (Completion Commands):
1d8e69a2 1631 Write about new optional argument for `display-completion-list'.
cbad4a9e 1632
6a897887
RS
16332005-10-23 Richard M. Stallman <rms@gnu.org>
1634
1635 * display.texi (Overlay Arrow): Clarify about local bindings of
1636 overlay-arrow-position.
1637
6d1e17be
EZ
16382005-10-22 Eli Zaretskii <eliz@gnu.org>
1639
1640 * internals.texi (Building Emacs): Fix last change.
1641
db5fe0a6
RS
16422005-10-22 Richard M. Stallman <rms@gnu.org>
1643
1644 * internals.texi (Building Emacs): Document eval-at-startup.
1645
45158e77
RS
16462005-10-21 Richard M. Stallman <rms@gnu.org>
1647
1648 * loading.texi (Where Defined): load-history contains abs file names.
1649 symbol-file returns abs file names.
1650
e50165ec
KS
16512005-10-19 Kim F. Storm <storm@cua.dk>
1652
1653 * display.texi (Showing Images): Add max-image-size integer value.
1654
63ab30d0
CY
16552005-10-18 Chong Yidong <cyd@stupidchicken.com>
1656
1657 * display.texi (Showing Images): Document max-image-size.
1658
f8252852
RS
16592005-10-17 Richard M. Stallman <rms@gnu.org>
1660
1661 * commands.texi (Quitting): Minor clarification.
1662
1663 * processes.texi (Sentinels): Clarify about output and quitting.
1664 (Filter Functions): Mention with-local-quit.
1665
c1bed3aa
JL
16662005-10-17 Juri Linkov <juri@jurta.org>
1667
1668 * buffers.texi (Current Buffer):
1669 * commands.texi (Event Input Misc):
1670 * compile.texi (Eval During Compile, Compiler Errors):
1671 * customize.texi (Group Definitions):
1672 * display.texi (Progress, Defining Faces):
1673 * files.texi (Writing to Files):
1674 * modes.texi (Mode Hooks, Defining Minor Modes):
1675 * streams.texi (Output Functions):
1676 * syntax.texi (Syntax Table Functions):
1677 * text.texi (Change Hooks):
1678 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
1679
1680 * commands.texi (Quitting): Replace arg `forms' with `body' in
1681 `with-local-quit'.
1682
1683 * positions.texi (Excursions): Replace arg `forms' with `body' in
1684 `save-excursion'.
1685
ef1b4c9e
KS
16862005-10-08 Kim F. Storm <storm@cua.dk>
1687
1688 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
1689 Rename manual section accordingly.
1690
abc8ce50
KS
16912005-10-04 Kim F. Storm <storm@cua.dk>
1692
1693 * windows.texi (Window Split Tree): New section describing
1694 new function window-split-tree function.
1695
a1f5a1f0
NR
16962005-10-03 Nick Roberts <nickrob@snap.net.nz>
1697
1698 * display.texi (Fringe Size/Pos): Simplify and add detail.
1699
97c3e4cc
RF
17002005-09-30 Romain Francoise <romain@orebokech.com>
1701
1702 * minibuf.texi (High-Level Completion): Explain that the prompt
1703 given to `read-buffer' should end with a colon and a space.
1704 Update usage examples.
1705
8ad8c5ce
JL
17062005-09-29 Juri Linkov <juri@jurta.org>
1707
1708 * display.texi (Displaying Messages): Rename argument name
1709 `string' to `format-string' in functions `message', `message-box',
1710 `message-or-box'.
1711
63182706
CY
17122005-09-26 Chong Yidong <cyd@stupidchicken.com>
1713
fc2cb772 1714 * errors.texi (Standard Errors): Correct xrefs.
63182706 1715
906320ec
CY
17162005-09-18 Chong Yidong <cyd@stupidchicken.com>
1717
fc2cb772 1718 * display.texi (Defining Images): Update documentation for
906320ec
CY
1719 `image-load-path'.
1720
8ccd3630
RS
17212005-09-17 Richard M. Stallman <rms@gnu.org>
1722
1723 * display.texi (Defining Images): Clean up previous change.
1724
7260457b
RF
17252005-09-16 Romain Francoise <romain@orebokech.com>
1726
1727 * elisp.texi: Specify GFDL version 1.2.
1728
1729 * doclicense.texi (GNU Free Documentation License): Update to
1730 version 1.2.
1731
5b51c037
CY
17322005-09-15 Chong Yidong <cyd@stupidchicken.com>
1733
1734 * display.texi (Defining Images): Document `image-load-path'.
1735
5c4757d3
RS
17362005-09-15 Richard M. Stallman <rms@gnu.org>
1737
1738 * objects.texi (Printed Representation): Minor cleanup.
1739 (Box Diagrams): Minor fix.
1740 (Cons Cell Type): Move (...) index item here.
1741 (Box Diagrams): From here.
1742 (Array Type): Minor fix.
1743 (Type Predicates): Delete index "predicates".
1744 (Hash Table Type): Clarify xref.
1745 (Dotted Pair Notation): Minor fix.
1746
2bb8b80c
CY
17472005-09-10 Chong Yidong <cyd@stupidchicken.com>
1748
1749 * files.texi (Saving Buffers): Fix typo.
1750
47b8bc5d
RS
17512005-09-08 Richard M. Stallman <rms@gnu.org>
1752
1753 * tips.texi (Programming Tips): Correct the "default" prompt spec.
1754
475aab0d
CY
17552005-09-08 Chong Yidong <cyd@stupidchicken.com>
1756
1757 * locals.texi (Standard Buffer-Local Variables): Don't include
1758 mode variables for minor modes.
1759 Fix xrefs for buffer-display-count, buffer-display-table,
1760 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1761 enable-multibyte-characters, fill-column, header-line-format,
1762 left-fringe-width, left-margin, and right-fringe-width.
1763
1764 * hooks.texi (Standard Hooks): All hooks should conform to the
1765 standard naming convention now.
1766 Fix xref for `echo-area-clear-hook'.
1767
1768 * display.texi (Usual Display): Note that indicate-empty-lines and
1769 tab-width are buffer-local.
1770
1771 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1772
1773 * modes.texi (Mode Help): Note that major-mode is buffer-local.
1774
1775 * nonascii.texi (Encoding and I/O): Note that
1776 buffer-file-coding-system is buffer-local.
1777
1778 * positions.texi (List Motion): Note that defun-prompt-regexp is
1779 buffer-local.
1780
1781 * text.texi (Auto Filling): Note that auto-fill-function is
1782 buffer-local.
1783 (Undo): Note that buffer-undo-list is buffer-local.
1784
1785 * windows.texi (Buffers and Windows): Document
1786 buffer-display-count.
1787
2a6bc1f7
RS
17882005-09-06 Richard M. Stallman <rms@gnu.org>
1789
1790 * tips.texi (Coding Conventions): Sometimes it is ok to put the
1791 package prefix elsewhere than at the start of the name.
1792
d7ea8b71
RS
17932005-09-03 Richard M. Stallman <rms@gnu.org>
1794
1795 * tips.texi (Programming Tips): Add conventions for minibuffer
1796 questions and prompts.
1797
0c6087a6
RS
17982005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
1799
1800 * intro.texi (nil and t): Minor cleanup.
1801 Delete spurious mention of keyword symbols.
1802 (Evaluation Notation): Add index entry.
1803 (A Sample Function Description): Minor cleanup.
1804 (A Sample Variable Description): Not all vars can be set.
1805
4b5fa40e
TTN
18062005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
1807
1808 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1809
1810 (Insertion): Document precise type of `insert-char' arg COUNT.
1811
34b50776
SM
18122005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * modes.texi (Other Font Lock Variables): Sync the default of
1815 font-lock-lines-before.
1816
c1105d05
MA
18172005-08-31 Michael Albinus <michael.albinus@gmx.de>
1818
1819 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1820
62929713
RS
18212005-08-29 Richard M. Stallman <rms@gnu.org>
1822
1823 * elisp.texi (Top): Update subnode menu.
1824
1825 * searching.texi (Searching and Matching): Move node.
1826 Rearrange contents and add overall explanation.
1827 (Searching and Case): Move node.
1828 (Searching and Matching): Update menu.
1829
0fb57cc0
EZ
18302005-08-27 Eli Zaretskii <eliz@gnu.org>
1831
1832 * os.texi (Startup Summary): Fix the description of the initial
1833 startup message display.
1834
3e80c4c1
RS
18352005-08-25 Richard M. Stallman <rms@gnu.org>
1836
1837 * searching.texi (Search and Replace): Add replace-regexp-in-string.
1838
18392005-08-25 Emilio C. Lopes <eclig@gmx.net>
1840
1841 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1842 `next-overlay-change' example.
c1105d05 1843
79a8defb
JL
18442005-08-22 Juri Linkov <juri@jurta.org>
1845
1846 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1847 Fix invert-face. Fix args of face-background.
1848
16691d29
JL
1849 * display.texi (Standard Faces): Delete node.
1850 (Faces): Add xref to `(emacs)Standard Faces'.
1851 (Displaying Faces): Fix xref to `Standard Faces'.
1852
1853 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1854
217b694f
EZ
18552005-08-20 Alan Mackenzie <acm@muc.de>
1856
1857 * buffers.texi (The Buffer List): Clarify the manipulation of the
1858 buffer list.
1859
0bf14bfd
RS
18602005-08-14 Richard M. Stallman <rms@gnu.org>
1861
7ad1498e
AS
1862 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1863 a regexp.
0bf14bfd 1864
c118d09e
RS
18652005-08-11 Richard M. Stallman <rms@gnu.org>
1866
59cb8c23
RS
1867 * elisp.texi (Top): Update subnode lists.
1868
1869 * display.texi (Inverse Video): Node deleted.
1870
c118d09e
RS
1871 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1872 New nodes split out of Coding Conventions.
1873
1874 * searching.texi (Regular Expressions): Document re-builder.
1875
1876 * os.texi (Time Parsing): New node split out of Time Conversion.
1877
1878 * processes.texi (Misc Network, Network Feature Testing)
1879 (Network Options, Make Network): New nodes split out of
1880 Low-Level Network.
1881
67ec7f41
RS
18822005-08-09 Richard M. Stallman <rms@gnu.org>
1883
76d47f0d
RS
1884 * frames.texi (Geometry): New node, split from Size and Position.
1885 (Frame Parameters): Refer to Geometry.
1886
67ec7f41 1887 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 1888
67ec7f41
RS
1889 * windows.texi (Splitting Windows): Fix xref.
1890
1891 * frames.texi (Layout Parameters): Add xref.
1892
1893 * display.texi (Line Height, Scroll Bars): Fix xrefs.
1894
1895 * keymaps.texi (Menu Bar): Fix xref.
1896
1897 * locals.texi (Standard Buffer-Local Variables): Fix xref.
1898
1899 * modes.texi (%-Constructs): Fix xref.
1900
1901 * frames.texi (Window Frame Parameters): Node split up.
1902 (Basic Parameters, Position Parameters, Size Parameters)
1903 (Layout Parameters, Buffer Parameters, Management Parameters)
1904 (Cursor Parameters, Color Parameters): New subnodes.
1905
adb5e445
LT
19062005-08-09 Luc Teirlinck <teirllm@auburn.edu>
1907
1908 * positions.texi (Screen Lines): Update xref for previous change
1909 in minibuf.texi.
1910
1911 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1912 change in minibuf.texi.
1913
61298e17
RS
19142005-08-09 Richard M. Stallman <rms@gnu.org>
1915
1916 * tips.texi (Coding Conventions): Minor cleanup.
1917
1918 * modes.texi (Defining Minor Modes): Explain when init-value
1919 can be non-nil.
1920
1921 * elisp.texi (Top): Update submenu for Minibuffer.
1922
1923 * minibuf.texi (Minibuffer Misc): Node split up.
1924 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1925 (Recursive Mini): New nodes split out from Minibuffer Misc.
1926 (Minibuffer Misc): Document max-mini-window-height.
1927
1928 * hash.texi (Defining Hash): Delete stray paren in example.
1929
1930 * display.texi (Echo Area Customization): Don't define
1931 max-mini-window-height here; xref instead.
1932
1933 * commands.texi (Event Input Misc): Update while-no-input.
1934
1935 * advice.texi (Advising Functions): Explain when to use advice
1936 and when to use a hook.
1937
43e124e6
EZ
19382005-07-30 Eli Zaretskii <eliz@gnu.org>
1939
1940 * makefile.w32-in (info): Don't run install-info.
1941 ($(infodir)/dir): New target, produced by running install-info.
1942
653aea22
LT
19432005-07-27 Luc Teirlinck <teirllm@auburn.edu>
1944
1945 * modes.texi (Defining Minor Modes): The keyword for the initial
1946 value is :init-value, not :initial-value.
1947
ba6ebbd5
EZ
19482005-07-23 Eli Zaretskii <eliz@gnu.org>
1949
1950 * loading.texi (Autoload): Make the `doctor' example be consistent
1951 with what's in current loaddefs.el. Describe the "fn" magic in
1952 the usage portion of the doc string.
1953
6696f2a4
RS
19542005-07-22 Richard M. Stallman <rms@gnu.org>
1955
1956 * internals.texi (Garbage Collection): Clarify previous change.
1957
0c17e67c
SM
19582005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
1959
1960 * internals.texi (Garbage Collection): Add gc-cons-percentage.
1961
426179e1
JL
19622005-07-18 Juri Linkov <juri@jurta.org>
1963
1964 * commands.texi (Accessing Events):
1965 * frames.texi (Text Terminal Colors, Resources):
1966 * markers.texi (The Mark):
1967 * modes.texi (Defining Minor Modes):
1968 Delete duplicate duplicate words.
1969
9b0c2c56
RS
19702005-07-16 Richard M. Stallman <rms@gnu.org>
1971
1972 * display.texi (Managing Overlays): Clarify make-overlay
1973 args for insertion types.
1974
fd90b80c
LT
19752005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1976
0c17e67c
SM
1977 * customize.texi (Variable Definitions):
1978 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
1979 `standard-value' is a list too.
1980 (Defining New Types): Use @key{RET} instead of @key{ret}.
1981
37aa90e5
TTN
19822005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
1983
1984 * os.texi (Translating Input): Fix typo.
1985
917e0c95
RS
19862005-07-08 Richard M. Stallman <rms@gnu.org>
1987
1988 * README: Update edition number and size estimate.
1989
1990 * elisp.texi (VERSION): Set to 2.9.
1991
7d90e71d
RS
19922005-07-07 Richard M. Stallman <rms@gnu.org>
1993
c330dafe
RS
1994 * book-spine.texinfo: Update Emacs version.
1995
7d90e71d
RS
1996 * display.texi (Inverse Video): Delete mode-line-inverse-video.
1997
dc2204be
RS
19982005-07-06 Richard M. Stallman <rms@gnu.org>
1999
2000 * searching.texi (Regexp Search): Clarify what re-search-forward
2001 does when the search fails.
2002
a0ec7a4a
LK
20032005-07-05 Lute Kamstra <lute@gnu.org>
2004
dc2204be 2005 * Update FSF's address in GPL notices.
a0ec7a4a
LK
2006
2007 * doclicense.texi (GNU Free Documentation License):
2008 * gpl.texi (GPL):
2009 * tips.texi (Coding Conventions, Library Headers):
2010 * vol1.texi:
2011 * vol2.texi: Update FSF's address.
2012
4af33176
RS
20132005-07-04 Richard M. Stallman <rms@gnu.org>
2014
2015 * hooks.texi (Standard Hooks): Add occur-hook.
2016
b3ab615b
LT
20172005-07-03 Luc Teirlinck <teirllm@auburn.edu>
2018
2019 * display.texi (The Echo Area): Correct menu.
2020
3d393029
RS
20212005-07-03 Richard M. Stallman <rms@gnu.org>
2022
7fe48b75
RS
2023 * elisp.texi (Top): Update subnode menu for Display.
2024
2025 * display.texi (Displaying Messages): New node, with most
2026 of what was in The Echo Area.
2027 (Progress): Moved under The Echo Area.
2028 (Logging Messages): New node with new text.
2029 (Echo Area Customization): New node, the rest of what was
2030 in The Echo Area. Document message-truncate-lines with @defvar.
2031 (Display): Update menu.
2032
3d393029
RS
2033 * windows.texi (Textual Scrolling): Doc 3 values for
2034 scroll-preserve-screen-position.
2035
2036 * text.texi (Special Properties): Change hook functions
2037 should bind inhibit-modification-hooks around altering buffer text.
2038
2039 * keymaps.texi (Key Binding Commands): Call binding BINDING
2040 rather than DEFINITION.
2041
b26860ad
JB
20422005-06-29 Juanma Barranquero <lekktu@gmail.com>
2043
2044 * variables.texi (Defining Variables): `user-variable-p' returns t
2045 for aliases of user options, nil for alias loops.
2046
025691ed
RS
20472005-06-28 Richard M. Stallman <rms@gnu.org>
2048
2049 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
2050 make-keymap.
2051
b61bfa4d
LT
20522005-06-27 Luc Teirlinck <teirllm@auburn.edu>
2053
2054 * variables.texi (Setting Variables): Correct and clarify
2055 description of `add-to-ordered-list'.
2056
24ee714d
RS
20572005-06-26 Richard M. Stallman <rms@gnu.org>
2058
2059 * display.texi (Faces): Minor cleanup.
2060
33b79ce4
LT
20612005-06-25 Luc Teirlinck <teirllm@auburn.edu>
2062
2063 * display.texi (Faces): `facep' returns t for strings that are
2064 face names.
2065
df13531d
RS
20662005-06-25 Richard M. Stallman <rms@gnu.org>
2067
2068 * objects.texi (Equality Predicates): Clarify meaning of equal.
2069
2070 * windows.texi (Selecting Windows): save-selected-window
2071 and with-selected-window save and restore the current buffer.
2072
cf444441
RS
20732005-06-24 Richard M. Stallman <rms@gnu.org>
2074
2075 * numbers.texi (Float Basics): Explain how to test for NaN,
2076 and printing the sign of NaNs.
2077
6cdd056d
EZ
20782005-06-24 Eli Zaretskii <eliz@gnu.org>
2079
2080 * makefile.w32-in (MAKEINFO): Use --force.
2081
b93e3c3b
RS
20822005-06-23 Richard M. Stallman <rms@gnu.org>
2083
2084 * display.texi (Face Functions): Correct Texinfo usage.
2085
6fb276bd
LT
20862005-06-23 Luc Teirlinck <teirllm@auburn.edu>
2087
2088 * lists.texi (Rings): `ring-elements' now returns the elements of
2089 RING in order.
2090
1d1c7e75
JB
20912005-06-23 Juanma Barranquero <lekktu@gmail.com>
2092
2093 * markers.texi (The Mark): Texinfo usage fix.
2094
9d12e52b
KS
20952005-06-23 Kim F. Storm <storm@cua.dk>
2096
2097 * searching.texi (Entire Match Data): Remove evaporate option for
2098 match-data. Do not mention evaporate option for set-match-data.
2099
6d44324c
GM
21002005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2101
2102 * display.texi (Face Functions): Mention face aliases.
2103
80df27a7
RS
21042005-06-21 Richard M. Stallman <rms@gnu.org>
2105
2106 * anti.texi (Antinews): Texinfo usage fix.
2107
e121563b
KB
21082005-06-21 Karl Berry <karl@gnu.org>
2109
9d7d543c
KB
2110 * elisp.texi: Use @copying.
2111
e121563b
KB
2112 * elisp.texi: Put @summarycontents and @contents before the Top
2113 node, instead of the end of the file, so that the contents appear
2114 in the right place in the dvi/pdf output.
2115
36a3b076
JL
21162005-06-21 Juri Linkov <juri@jurta.org>
2117
2118 * display.texi (Defining Faces): Add `customized-face'.
2119
5c796e80
KS
21202005-06-20 Kim F. Storm <storm@cua.dk>
2121
b7d1f38f
KS
2122 * variables.texi (Setting Variables): Any type of element can be
2123 given order in add-to-ordered-list. Compare elements with eq.
2124
5c796e80
KS
2125 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
2126
fb056bef
KB
21272005-06-20 Karl Berry <karl@gnu.org>
2128
2129 * syntax.texi (Syntax Flags): Make last column very slightly wider
2130 to avoid "generic comment" breaking on two lines and causing an
2131 underfull box.
2132
84398baa
LT
21332005-06-19 Luc Teirlinck <teirllm@auburn.edu>
2134
2135 * lists.texi (Rings): Various minor clarifications and corrections.
2136
07ff1e4b
RS
21372005-06-18 Richard M. Stallman <rms@gnu.org>
2138
2139 * functions.texi (Obsolete Functions): Simplify.
2140
2141 * variables.texi (Variable Aliases): Simplify.
2142
2143 * anti.texi, backups.texi, compile.texi, customization.texi:
2144 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
2145 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
2146 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
2147 * variables.texi: Fix formatting ugliness.
2148
2149 * elisp.texi: Add links to Rings and Byte Packing.
2150 Update version and copyright years.
2151
2152 * minibuf.texi: Fix formatting ugliness.
2153 (Completion Commands): Move keymap vars to the end
2154 and vars completing-read binds to the top.
2155
3f7fab24
LT
21562005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2157
2158 * processes.texi: Fix typos.
2159 (Bindat Spec): Correct Texinfo error.
926c4c9b 2160 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 2161
f19b57e3
RS
21622005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
2163
2164 * lists.texi (Rings): New node.
2165 (Lists): Add it to menu.
2166
a80c5da7 2167 * processes.texi (Byte Packing): New node.
f19b57e3
RS
2168 (Processes): Add it to menu.
2169
21702005-06-17 Richard M. Stallman <rms@gnu.org>
2171
2172 * syntax.texi (Parsing Expressions): Fix texinfo usage.
2173
2174 * help.texi (Documentation Basics): Explain the xref to
2175 Documentation Tips.
2176
2177 * debugging.texi (Debugger Commands): Minor fix.
2178
67c1390d
LT
21792005-06-16 Luc Teirlinck <teirllm@auburn.edu>
2180
2181 * edebug.texi (Instrumenting): Eliminate duplicate link.
2182 (Specification List): Replace references to "below", referring to
2183 a later node, with one @ref to that node.
2184
2185 * os.texi (Timers): Timers should save and restore the match data
2186 if they change it.
2187
2188 * debugging.texi (Debugger Commands): Mention that the Lisp
2189 debugger can not step through primitive functions.
2190
51cd2a8c
JB
21912005-06-16 Juanma Barranquero <lekktu@gmail.com>
2192
2193 * functions.texi (Obsolete Functions): Update argument names of
2194 `make-obsolete' and `define-obsolete-function-alias'.
2195
2196 * variables.texi (Variable Aliases): Update argument names of
2197 `defvaralias', `make-obsolete-variable' and
2198 `define-obsolete-variable-alias'.
2199
f5e6ac4a
KS
22002005-06-15 Kim F. Storm <storm@cua.dk>
2201
2202 * searching.texi (Entire Match Data): Rephrase warnings about
2203 evaporate arg to match-data and set-match-data.
2204
fe2a9972
LT
22052005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2206
67774855
LT
2207 * elisp.texi (Top): Update detailed menu.
2208
fe2a9972
LT
2209 * edebug.texi (Edebug): Update menu.
2210 (Instrumenting): Update xrefs.
2211 (Edebug Execution Modes): Correct xref.
2212 (Jumping): Clarify description of `h' command.
2213 Eliminate redundant @ref.
2214 (Breaks): New node.
9b7fa297 2215 (Breakpoints): Is now a subsubsection.
fe2a9972
LT
2216 (Global Break Condition): Mention `C-x X X'.
2217 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
2218 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
2219 (Edebug Display Update): Correct pxref.
2220 (Edebug and Macros): New node.
2221 (Instrumenting Macro Calls): Is now a subsubsection.
2222 Neither arg of `def-edebug-spec' is evaluated.
2223 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
2224 (Specification Examples): Fix typo.
2225
b59f605b
LK
22262005-06-14 Lute Kamstra <lute@gnu.org>
2227
2228 * debugging.texi (Function Debugging): Primitives can break on
2229 entry too.
2230
a5c99dc9
KS
22312005-06-14 Kim F. Storm <storm@cua.dk>
2232
2233 * variables.texi (Setting Variables): Add add-to-ordered-list.
2234
f99ed2f8
SM
22352005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2236
2237 * syntax.texi (Parsing Expressions): Document aux functions and vars of
2238 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
2239
9d42ffaa
LK
22402005-06-13 Lute Kamstra <lute@gnu.org>
2241
2242 * text.texi (Special Properties): Fix cross reference.
2243
32cc0b00
LT
22442005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2245
2246 * debugging.texi (Function Debugging): Delete mention of empty
2247 string argument to `cancel-debug-on-entry'. Delete inaccurate
2248 description of the return value of that command.
2249
98d1a1cf
EZ
22502005-06-11 Alan Mackenzie <acm@muc.de>
2251
2252 * text.texi (Adaptive Fill): Amplify the description of
2253 fill-context-prefix.
2254
4b53b8d7
LT
22552005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2256
84398baa 2257 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 2258
b5305167
SM
22592005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2260
2261 * syntax.texi (Parsing Expressions): Document syntax-ppss.
2262
9bd4c3ad
LT
22632005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2264
2265 * debugging.texi (Error Debugging): Minor rewording.
2266 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
2267 is optional.
2268
257914aa
LK
22692005-06-10 Lute Kamstra <lute@gnu.org>
2270
b5305167 2271 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
2272 (Top): Give it a title. Correct version number. Give the
2273 detailed node listing a more prominent header.
b5305167
SM
2274 * intro.texi: Don't set VERSION here a second time.
2275 Mention Emacs's version too.
257914aa
LK
2276 * anti.texi (Antinews): Use EMACSVER to refer to the current
2277 version of Emacs.
2278
b7aae902
KS
22792005-06-09 Kim F. Storm <storm@cua.dk>
2280
2281 * searching.texi (Entire Match Data): Explain new `reseat' argument to
2282 match-data and set-match-data.
2283
99598737
RS
22842005-06-08 Richard M. Stallman <rms@gnu.org>
2285
2286 * searching.texi (Entire Match Data): Clarify when match-data
2287 returns markers and when integers.
2288
2289 * display.texi (Defining Faces): Explain that face name should not
2290 end in `-face'.
2291
2292 * modes.texi (Mode Line Data): Minor cleanup.
2293 (Customizing Keywords): Node split out of Search-based Fontification.
2294 Add example of using font-lock-add-keywords from a hook.
2295 Clarify when MODE should be non-nil, and when nil.
2296
22972005-06-06 Richard M. Stallman <rms@gnu.org>
2298
2299 * modes.texi (Mode Line Data): Explain what happens when the car
2300 of a list is a void symbol.
2301 (Search-based Fontification): Explain MODE arg to
2302 font-lock-add-keywords and warn about calls from major modes.
2303
ecc8893a
JL
23042005-06-08 Juri Linkov <juri@jurta.org>
2305
2306 * display.texi (Standard Faces): Add `shadow' face.
2307
7fa9f4eb
LT
23082005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2309
2310 * modes.texi (Major Mode Conventions): A derived mode only needs
2311 to put the call to the parent mode inside `delay-mode-hooks'.
2312
bebcc4b1
RS
23132005-05-29 Richard M. Stallman <rms@gnu.org>
2314
c16b1394
RS
2315 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
2316 new, and what that implies. Clarify.
2317
2318 * files.texi (Locating Files): Clean up the text.
2319
bebcc4b1
RS
2320 * frames.texi (Window Frame Parameters): Document user-size.
2321 Shorten entry for top by referring to left.
2322
23232005-05-26 Richard M. Stallman <rms@gnu.org>
2324
2325 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
2326 is new, and what the implications are. Other clarifications.
2327
217797bc
RS
23282005-05-24 Richard M. Stallman <rms@gnu.org>
2329
2330 * frames.texi (Dialog Boxes): Minor fixes.
2331
3565fe07
MY
23322005-05-25 Masatake YAMATO <jet@gyve.org>
2333
2334 * display.texi (Standard Faces): Write about `mode-line-highlight'.
2335
817089df
LT
23362005-05-24 Luc Teirlinck <teirllm@auburn.edu>
2337
2338 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
2339 is optional.
2340
cb5db137
NR
23412005-05-24 Nick Roberts <nickrob@snap.net.nz>
2342
2343 * frames.texi (Dialog Boxes): Descibe new optional argument.
2344
3c8572f5
LK
23452005-05-23 Lute Kamstra <lute@gnu.org>
2346
2347 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
2348 syntax-begin-function over font-lock-beginning-of-syntax-function.
2349
2a4d7cb3
LT
23502005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2351
71f800cf
LT
2352 * minibuf.texi (Reading File Names): Update description of
2353 `read-directory-name'.
2354
2a4d7cb3
LT
2355 * modes.texi (Derived Modes): Clarify :group keyword.
2356
bb4afd09
EZ
23572005-05-21 Eli Zaretskii <eliz@gnu.org>
2358
b5305167
SM
2359 * files.texi (Locating Files): New subsection.
2360 Describe locate-file and executable-find.
bb4afd09 2361
a2c9aee6
EZ
23622005-05-21 Kevin Ryde <user42@zip.com.au>
2363
2364 * frames.texi (Initial Parameters): Update cross reference to
2365 "Emacs Invocation".
2366
6900105f
LT
23672005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2368
ca1b0914
LT
2369 * keymaps.texi (Active Keymaps): Add anchor.
2370
6900105f
LT
2371 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
2372 (Major Mode Conventions): Refer to `Auto Major Mode' in more
2373 appropriate place.
2374 (Derived Modes): Small clarifications.
b5305167
SM
2375 (Minor Mode Conventions, Keymaps and Minor Modes):
2376 Replace references to nodes with references to anchors.
6900105f
LT
2377 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
2378 Clarify description of lists whose first element is an integer.
2379 (Mode Line Variables): Add anchor.
2380 (%-Constructs): Clarify description of integer after %.
2381 (Emulating Mode Line): Describe nil value for FACE.
2382
54d06364
LT
23832005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2384
2385 * modes.texi (Derived Modes): Correct references to non-existing
2386 variable standard-syntax-table.
2387
f8d0b769
LK
23882005-05-17 Lute Kamstra <lute@gnu.org>
2389
2390 * modes.texi (Defining Minor Modes): Mention the mode hook.
2391
294c599c
KS
23922005-05-15 Kim F. Storm <storm@cua.dk>
2393
2394 * processes.texi (Network): Remove open-network-stream-nowait.
2395 (Network Servers): Remove open-network-stream-server.
2396
4214af69
LT
23972005-05-15 Luc Teirlinck <teirllm@auburn.edu>
2398
2399 * elisp.texi (Top): Update detailed menu.
2400
2401 * variables.texi: Reorder nodes.
2402 (Variables): Update menu.
2403 (File Local Variables): Do not refer to the `-*-' line as
2404 a "local variables list". Add pxref.
2405
302691ab
LT
24062005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2407
56d4215a
LT
2408 * elisp.texi (Top): Update detailed menu for node changes.
2409
302691ab 2410 * modes.texi (Modes): Update Menu.
6db11765 2411 (Hooks): Move to beginning of chapter.
302691ab
LT
2412 Most minor modes run mode hooks too.
2413 `add-hook' can handle void hooks or hooks whose value is a single
2414 function.
2415 (Major Modes): Update Menu.
2416 (Major Mode Basics): New node, split off from `Major Modes'.
2417 (Major Mode Conventions): Correct xref. Explain how to handle
2418 auto-mode-alist if the major mode command has an autoload cookie.
2419 (Auto Major Mode): Major update. Add magic-mode-alist.
2420 (Derived Modes): Major update.
2421 (Mode Line Format): Update Menu.
2422 (Mode Line Basics): New node, split off from `Mode Line Format'.
2423
2424 * loading.texi (Autoload): Mention `autoload cookie' as synonym
2425 for `magic autoload comment'. Add index entries and anchor.
2426
d06ba294
RS
24272005-05-14 Richard M. Stallman <rms@gnu.org>
2428
2429 * tips.texi (Coding Conventions): Explain how important it is
2430 that just loading certain files not change Emacs behavior.
2431
2432 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
2433
405cb12a
LK
24342005-05-12 Lute Kamstra <lute@gnu.org>
2435
19958124
LK
2436 * modes.texi (Generic Modes): Update.
2437 (Major Modes): Refer to node "Generic Modes".
2438
405cb12a
LK
2439 * elisp.texi (Top): Update to the current structure of the manual.
2440 * processes.texi (Processes): Add menu description.
2441 * customize.texi (Customization): Add menu descriptions.
2442
f714dd1b
TTN
24432005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2444
cc9442f2
TTN
2445 * processes.texi (Signals to Processes)
2446 (Low-Level Network): Fix typos.
f714dd1b 2447
36ad23ec
LK
24482005-05-11 Lute Kamstra <lute@gnu.org>
2449
2450 * elisp.texi (Top): Add some nodes from the chapter "Major and
2451 Minor Modes" to the detailed node listing.
2452
d101bf56
RS
24532005-05-10 Richard M. Stallman <rms@gnu.org>
2454
2455 * keymaps.texi (Extended Menu Items): Menu item filter functions
2456 can be called at any time.
2457
698b0510
LT
24582005-05-08 Luc Teirlinck <teirllm@auburn.edu>
2459
2460 * variables.texi (File Local Variables): `(hack-local-variables t)'
2461 now also checks whether a mode is specified in the local variables
2462 list.
2463
2c6b25c7
EZ
24642005-05-05 Kevin Ryde <user42@zip.com.au>
2465
2466 * display.texi (The Echo Area): Correct format function cross
2467 reference.
2468
643b4cf5
LT
24692005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2470
2471 * variables.texi (Variable Aliases): Change description of
2472 `define-obsolete-variable-alias'.
2473
2474 * functions.texi (Functions): Add "Obsolete Functions" to menu.
2475 (Defining Functions): Add xref.
2476 (Obsolete Functions): New node.
2477 (Function Safety): Standardize capitalization of section title.
2478
2479 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2480 (Dialog Boxes): Complete description of `x-popup-dialog'.
2481
053bc8e4
RS
24822005-05-04 Richard M. Stallman <rms@gnu.org>
2483
2484 * commands.texi (Interactive Codes): Fix Texinfo usage.
2485 Document U more clearly.
2486
f6b1b15a
LT
24872005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2488
3b925015
LT
2489 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2490 function and not a macro.
2491
f6b1b15a
LT
2492 * frames.texi (Pop-Up Menus): Correct and clarify description of
2493 `x-popup-menu'.
2494 (Dialog Boxes): Clarify description of `x-popup-dialog'.
2495
ebbfa918
RS
24962005-05-01 Richard M. Stallman <rms@gnu.org>
2497
2498 * edebug.texi (Checking Whether to Stop): Fix previous change.
2499
abe2f96e
LT
25002005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2501
d6028ef2
LT
2502 * display.texi: Fix typos and Texinfo usage.
2503
abe2f96e
LT
2504 * edebug.texi (Checking Whether to Stop): executing-macro ->
2505 executing-kbd-macro.
2506
b2cfb30b
RS
25072005-05-01 Richard M. Stallman <rms@gnu.org>
2508
2509 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2510
7e995a23
RS
25112005-04-30 Richard M. Stallman <rms@gnu.org>
2512
2513 * files.texi (Magic File Names): Document `operations' property.
2514
57efa539
LK
25152005-04-29 Lute Kamstra <lute@gnu.org>
2516
2517 * modes.texi (Generic Modes): New node.
2518 (Major Modes): Add it to the menu.
2519 (Derived Modes): Add "derived mode" to concept index.
2520
0a20b1dc
LK
25212005-04-28 Lute Kamstra <lute@gnu.org>
2522
2523 * modes.texi (Defining Minor Modes): Fix previous change.
2524 (Font Lock Mode): Simplify.
2525 (Font Lock Basics): Say that font-lock-defaults is buffer-local
2526 when set and that some parts are optional. Add cross references.
2527 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
2528 Add cross references. Add font-lock-multiline to index.
2529 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 2530 Lock Variables". Document font-lock-add-keywords and
b5305167 2531 font-lock-remove-keywords.
0a20b1dc
LK
2532 (Other Font Lock Variables): Move font-lock-keywords-only,
2533 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2534 and font-lock-syntactic-face-function to node "Syntactic Font
2535 Lock". Move font-lock-keywords-case-fold-search to node
2536 "Search-based Fontification". Document font-lock-inhibit-thing-lock
2537 and font-lock-{,un}fontify-{buffer,region}-function.
2538 (Precalculated Fontification): Remove reference to deleted variable
2539 font-lock-core-only.
2540 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2541 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
2542 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2543 and font-lock-syntactic-face-function here from node "Other Font
2544 Lock Variables". Move font-lock-syntactic-keywords to "Setting
2545 Syntax Properties". Add cross references.
b5305167
SM
2546 (Setting Syntax Properties): New node.
2547 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
2548 * syntax.texi (Syntax Properties): Add cross reference.
2549 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2550
68a94f5a
RS
25512005-04-26 Richard M. Stallman <rms@gnu.org>
2552
2553 * display.texi (Defining Faces):
2554 Document `default' elements of defface spec.
2555
2556 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2557
2558 * variables.texi (Variable Aliases): Clarify text.
2559
25602005-04-25 Chong Yidong <cyd@stupidchicken.com>
2561
2562 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2563
7f48f143
LT
25642005-04-25 Luc Teirlinck <teirllm@auburn.edu>
2565
2566 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2567
45d2f8e8
EZ
25682005-04-24 Eli Zaretskii <eliz@gnu.org>
2569
f3714ab2
EZ
2570 * syntax.texi (Syntax Table Internals): Elaborate documentation of
2571 syntax-after and syntax-class.
2572
45d2f8e8 2573 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
2574 (Unique File Names): Don't mention "numbers" in the documentation
2575 of make-temp-file and make-temp-name.
45d2f8e8 2576
469bc679
RS
25772005-04-23 Richard M. Stallman <rms@gnu.org>
2578
2579 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2580
c9fa5dc9
RS
25812005-04-22 Nick Roberts <nickrob@snap.net.nz>
2582
2583 * windows.texi (Cyclic Window Ordering): Clarify window-list.
2584
230e1e80
NR
25852005-04-22 Nick Roberts <nickrob@snap.net.nz>
2586
2587 * variables.texi (Variable Aliases): Describe make-obsolete-variable
2588 and define-obsolete-variable-alias.
2589
1ba52906
KS
25902005-04-22 Kim F. Storm <storm@cua.dk>
2591
2592 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2593 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2594
9721d904
LK
25952005-04-21 Lute Kamstra <lute@gnu.org>
2596
2597 * lists.texi (Association Lists): Document rassq-delete-all.
2598
ed35c736
RS
25992005-04-19 Richard M. Stallman <rms@gnu.org>
2600
2601 * modes.texi (Search-based Fontification): Explain that
2602 facespec is an expression to be evaluated.
2603
42fc00a4
RS
26042005-04-19 Kevin Ryde <user42@zip.com.au>
2605
b5305167 2606 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
2607 * strings.texi (String Conversion): Fix xref.
2608
5827e9d4
KS
26092005-04-19 Kim F. Storm <storm@cua.dk>
2610
2611 * symbols.texi (Symbol Plists): Add safe-get.
2612 Mention that `get' may signal an error.
2613
47872da9
NR
26142005-04-18 Nick Roberts <nickrob@snap.net.nz>
2615
2616 * customize.texi (Variable Definitions): Replace tooltip-mode
2617 example with save-place.
2618
ec0cf966
RS
26192005-04-17 Richard M. Stallman <rms@gnu.org>
2620
2621 * buffers.texi (Indirect Buffers): Clarify.
2622
2623 * positions.texi (Positions): Clarify converting marker to integer.
2624
2625 * strings.texi (String Basics): Mention string-match; clarify.
2626
199bb209
LK
26272005-04-08 Lute Kamstra <lute@gnu.org>
2628
2629 * modes.texi (Search-based Fontification): Fix cross references.
2630 Use consistent terminology. Document anchored highlighting.
2631
bfa54668
LK
26322005-04-05 Lute Kamstra <lute@gnu.org>
2633
2634 * modes.texi (Defining Minor Modes): Document :group keyword
2635 argument and its default value.
2636
07e5fb9e
LK
26372005-04-03 Lute Kamstra <lute@gnu.org>
2638
2639 * hooks.texi (Standard Hooks): Add some hooks. Add cross
2640 references and/or descriptions. Delete major mode hooks; mention
2641 them as a category instead. Rename or delete obsolete hooks.
2642
aa945b59
RS
26432005-04-02 Richard M. Stallman <rms@gnu.org>
2644
2645 * nonascii.texi (Coding System Basics): Another wording cleanup.
2646
8b918214
RS
26472005-04-01 Richard M. Stallman <rms@gnu.org>
2648
2649 * nonascii.texi (Coding System Basics): Clarify previous change.
2650
41639988
KH
26512005-04-01 Kenichi Handa <handa@m17n.org>
2652
2653 * nonascii.texi (Coding System Basics): Describe about rondtrip
2654 identity of coding systems.
2655
8e669bbd
RS
26562005-03-29 Chong Yidong <cyd@stupidchicken.com>
2657
2658 * text.texi (Buffer Contents): Add filter-buffer-substring and
2659 buffer-substring-filters.
2660
f60a6f87
RS
26612005-03-26 Chong Yidong <cyd@stupidchicken.com>
2662
2663 * anti.texi (Antinews): Mention `G' interactive code.
2664
2665 * tips.texi (Compilation Tips): Mention benchmark.el.
2666
aaac1251
LT
26672005-03-27 Luc Teirlinck <teirllm@auburn.edu>
2668
2669 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
2670 is now bound to M-o M-o.
2671
2672 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
2673
45325173
GM
26742005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
2675
2676 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
2677 in the Emacs Manual).
2678 * Makefile.in (srcs): Remove calendar.texi.
2679 * makefile.w32-in (srcs): Remove calendar.texi.
2680 * display.texi (Display): Change name of next node.
2681 * os.texi (System In): Change name of previous node.
2682 * elisp.texi (Top): Remove Calendar references.
2683 * vol1.texi (Top): Remove Calendar references.
2684 * vol2.texi (Top): Remove Calendar references.
2685
85df292e
RS
26862005-03-25 Richard M. Stallman <rms@gnu.org>
2687
45325173 2688 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
2689 Cleanup previous change.
2690
26912005-03-25 Chong Yidong <cyd@stupidchicken.com>
2692
2693 * display.texi (Face Attributes): Faces earlier in an :inherit
2694 list take precedence.
2695 (Scroll Bars): Fix description of vertical-scroll-bars.
2696 Document frame-current-scroll-bars and window-current-scroll-bars.
2697
2698 * markers.texi (The Mark): Document temporary Transient Mark mode.
2699
b5305167
SM
2700 * minibuf.texi (Reading File Names):
2701 Document read-file-name-completion-ignore-case.
85df292e
RS
2702
2703 * positions.texi (Screen Lines): Document nil for width argument
2704 to compute-motion.
2705
1fe54d69
KS
27062005-03-23 Kim F. Storm <storm@cua.dk>
2707
2708 * display.texi (Standard Faces): Other faces used in the fringe
2709 implicitly inherits from the fringe face.
2710 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
2711 properties implicitly inherits from fringe face.
2712 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
2713
a775dff4
RS
27142005-03-20 Chong Yidong <cyd@stupidchicken.com>
2715
2716 * display.texi (Invisible Text): State default value of
2717 line-move-ignore-invisible.
2718 (Managing Overlays): Document remove-overlays.
2719 (Standard Faces): Document escape-glyph face.
2720
b5305167 2721 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 2722
b5305167
SM
2723 * modes.texi (Other Font Lock Variables):
2724 Document font-lock-lines-before.
a775dff4
RS
2725
2726 * positions.texi (Skipping Characters): skip-chars-forward allows
2727 character classes.
2728
077f7085
LK
27292005-03-18 Lute Kamstra <lute@gnu.org>
2730
2731 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
2732
d69ea7ab
RS
27332005-03-17 Richard M. Stallman <rms@gnu.org>
2734
c7bd5d57
RS
2735 * text.texi (Undo): Document extensible undo entries.
2736
d69ea7ab
RS
2737 * searching.texi (String Search, Regexp Search, Regexp Search):
2738 Cleanups.
2739
2740 * nonascii.texi (Character Codes): Minor fix.
2741
2742 * display.texi (Display Property): Explain the significance
2743 of having text properties that are eq.
2744 (Other Display Specs): Explain string as display spec.
2745
2746 * commands.texi (Interactive Codes): Document G option.
2747
27482005-03-17 Chong Yidong <cyd@stupidchicken.com>
2749
2750 * text.texi (Filling): Add sentence-end-without-period and
2751 sentence-end-without-space.
2752 (Changing Properties): Minor fix.
2753
2754 * anti.texi: Total rewrite.
2755
a7679889
LK
27562005-03-15 Lute Kamstra <lute@gnu.org>
2757
2758 * edebug.texi (Instrumenting Macro Calls): Fix typos.
2759
6eb8e247
KS
27602005-03-08 Kim F. Storm <storm@cua.dk>
2761
2762 * display.texi (Specified Space): Property :width is support on
2763 non-graphic terminals, :height is not.
2764
bfa8be14
RS
27652005-03-07 Richard M. Stallman <rms@gnu.org>
2766
2767 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2768 Now subnodes of Fringes.
2769 (Overlay Arrow): Document overlay-arrow-variable-list.
2770 (Fringe Size/Pos): New node, broken out of Fringes.
2771 (Display): Explain clearing vs redisplay better.
2772 (Truncation): Clarify use of bitmaps.
2773 (The Echo Area): Clarify the uses of the echo area.
2774 Add max-mini-window-height.
2775 (Progress): Clarify.
2776 (Invisible Text): Explain that main loop moves point out.
2777 (Selective Display): Say "hidden", not "invisible".
b5305167 2778 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
2779 (Overlay Properties): Clarify intro.
2780 (Finding Overlays): Explain return values when nothing found.
2781 (Width): truncate-string-to-width has added arg.
2782 (Displaying Faces): Clarify and update mode line face handling.
2783 (Face Functions): Minor cleanup.
b5305167 2784 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
2785 (Pixel Specification, Other Display Specs): Minor cleanups.
2786 (Images, Image Descriptors): Minor cleanups.
2787 (GIF Images): Patents have expired.
2788 (Showing Images): Explain default text for insert-image.
b5305167 2789 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
2790 (Making Buttons): Explain return values.
2791 (Button Buffer Commands): Add xref.
2792 (Inverse Video): Update mode-line-inverse-video.
2793 (Display Table Format): Clarify.
2794 (Active Display Table): Give defaults for window-display-table.
2795
2796 * calendar.texi (Calendar Customizing): calendar-holiday-marker
2797 and calendar-today-marker are strings, not chars.
2798 (Holiday Customizing): Minor fix.
2799
bfa8be14
RS
2800 * internals.texi (Writing Emacs Primitives): Update `or' example.
2801 Update limit on # args of subr.
2802
2803 * edebug.texi (Using Edebug): Arrow is in fringe.
2804 (Instrumenting): Arg to eval-defun works without loading edebug.
2805 (Edebug Execution Modes): Add xref.
2806
2807 * customize.texi (Common Keywords): Clarify :require.
2808 Mention :version here.
2809 (Variable Definitions, Group Definitions): Not here.
2810 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2811
d69ea7ab
RS
28122005-03-07 Chong Yidong <cyd@stupidchicken.com>
2813 * nonascii.texi (Text Representations): Clarify position-bytes.
2814 (Character Sets): Add list-charset-chars.
2815 (Scanning Charsets): Add charset-after.
2816 (Encoding and I/O): Minor fix.
2817
34398e6c
RS
28182005-03-06 Richard M. Stallman <rms@gnu.org>
2819
2820 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2821 (Resizing Windows): Likewise.
2822
2823 * text.texi (Change Hooks): Get rid of "Emacs 21".
2824
2825 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2826
2827 * streams.texi (Output Variables): Get rid of "Emacs 21".
2828
2829 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2830
2831 * os.texi (Translating Input): Replace flow-control example
2832 with a less obsolete example that uses `keyboard-translate'.
2833
6eb8e247 2834 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 2835 Get rid of "Emacs 21".
6eb8e247 2836
34398e6c
RS
2837 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2838 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2839
2840 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2841
2842 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2843
2844 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2845 (Menu Bar): Fix when menu-bar-update-hook is called.
2846
2847 * hash.texi (Hash Tables): Get rid of "Emacs 21".
2848
2849 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2850 and make it read better.
2851
2852 * files.texi (Writing to Files): Get rid of "Emacs 21".
2853 (Unique File Names): Likewise.
2854
2855 * elisp.texi: Update Emacs version to 22.
2856
2857 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2858 (Overlay Properties, Face Attributes): Likewise.
2859 (Managing Overlays): Fix punctuation.
2860 (Attribute Functions): Clarify set-face-font; get rid of
2861 info about old Emacs versions.
2862 (Auto Faces, Font Lookup, Display Property, Images):
2863 Get rid of "Emacs 21".
2864
2865 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2866
d2178387
RS
28672005-03-05 Richard M. Stallman <rms@gnu.org>
2868
2869 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2870
524352d6
LK
28712005-03-04 Lute Kamstra <lute@gnu.org>
2872
2873 * debugging.texi (Error Debugging): Document stack-trace-on-error.
2874
28752005-03-03 Lute Kamstra <lute@gnu.org>
2876
2877 * edebug.texi (Instrumenting Macro Calls): Fix typo.
2878
284f0680
LK
28792005-03-01 Lute Kamstra <lute@gnu.org>
2880
2881 * debugging.texi (Debugger Commands): Update `j'.
2882
a9ee5cac
LK
28832005-02-28 Lute Kamstra <lute@gnu.org>
2884
2885 * debugging.texi (Debugging): Fix typo.
2886 (Error Debugging): Document eval-expression-debug-on-error.
2887 (Function Debugging): Update example.
2888 (Using Debugger): Mention starred stack frames.
2889 (Debugger Commands): Document `j' and `l'.
2890 (Invoking the Debugger): `d' and `j' exit recursive edit too.
2891 Update the messages that the debugger displays.
2892 (Internals of Debugger): Add cross reference. Update example.
2893 (Excess Open): Minor improvement.
2894 (Excess Close): Minor improvement.
2895
378d0f8e
RS
28962005-02-26 Richard M. Stallman <rms@gnu.org>
2897
2898 * tips.texi (Coding Conventions): Clarify.
2899 Put all the major mode key reservations together.
2900 Mention the Mouse-1 => Mouse-2 conventions.
2901
2902 * syntax.texi (Syntax Class Table): Clarify.
2903 (Syntax Table Functions): syntax-after moved from here.
2904 (Syntax Table Internals): syntax-after moved to here.
2905 (Parsing Expressions): Update info on number of values
2906 and what's meaningful in the STATE argument.
2907 (Categories): Fix typo.
2908
2909 * sequences.texi (Arrays): Cleanup.
2910 (Char-Tables): Clarify.
2911
2912 * processes.texi (Deleting Processes): Cleanups, add xref.
2913 (Subprocess Creation): Explain nil in exec-path. Cleanup.
2914 (Process Information): set-process-coding-system, some args optional.
2915 (Input to Processes): Explain various types for PROCESS args.
2916 Rename them from PROCESS-NAME to PROCESS.
2917 (Signals to Processes): Likewise.
2918 (Decoding Output): Cleanup.
2919 (Query Before Exit): Clarify.
2920
2921 * os.texi (Startup Summary): Correct the options; add missing ones.
2922 (Terminal Output, Batch Mode): Clarify.
2923 (Flow Control): Node deleted.
2924
2925 * markers.texi (The Mark): Clarify.
2926
2927 * macros.texi (Expansion): Cleanup.
2928 (Indenting Macros): indent-spec allows ints, not floats.
2929
2930 * keymaps.texi (Keymaps): Clarify.
2931 (Format of Keymaps): Update lisp-mode-map example.
2932 (Active Keymaps, Key Lookup): Clarify.
2933 (Changing Key Bindings): Add xref to `kbd'.
2934 (Key Binding Commands, Simple Menu Items): Clarify.
2935 (Mouse Menus, Menu Bar): Clarify.
2936 (Menu Example): Replace print example with menu-bar-replace-menu.
2937
2938 * help.texi (Documentation Basics): Add function-documentation prop.
2939
2940 * elisp.texi (Top): Don't refer to Flow Control node.
2941
2942 * commands.texi (Command Overview): Improve xrefs.
2943 (Adjusting Point): Adjusting point applies to intangible and invis.
2944 (Key Sequence Input): Doc extra read-key-sequence args.
2945 Likewise for read-key-sequence-vector.
2946
2947 * backups.texi (Rename or Copy): Minor fix.
2948 (Numbered Backups): For version-control, say the default.
2949 (Auto-Saving): make-auto-save-file-name example is simplified.
2950
2951 * advice.texi (Advising Functions): Don't imply one part of Emacs
2952 should advise another part. Markup changes.
2953 (Defining Advice): Move transitional para.
2954 (Activation of Advice): Cleanup.
2955 Explain if COMPILE is nil or negative.
2956
2957 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2958
2e20c83d
LK
29592005-02-24 Lute Kamstra <lute@gnu.org>
2960
2961 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2962 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2963
65c492fd
LK
29642005-02-23 Lute Kamstra <lute@gnu.org>
2965
b02c3eed
LK
2966 * modes.texi (Defining Minor Modes): define-minor-mode can be used
2967 to define global minor modes as well.
2968
65c492fd
LK
2969 * display.texi (Managing Overlays): overlay-buffer returns nil for
2970 deleted overlays.
2971
b686dd59
KS
29722005-02-22 Kim F. Storm <storm@cua.dk>
2973
2974 * minibuf.texi (Basic Completion): Allow symbols in addition to
2975 strings in try-completion and all-completions.
2976
23e8c095
LK
29772005-02-14 Lute Kamstra <lute@gnu.org>
2978
2979 * elisp.texi (Top): Remove reference to deleted node.
2980
2981 * lists.texi (Lists): Remove reference to deleted node.
2982 (Cons Cells): Fix typo.
2983
2984 * loading.texi (Where Defined): Fix typo.
2985
134948fc
RS
29862005-02-14 Richard M. Stallman <rms@gnu.org>
2987
2988 * variables.texi (Creating Buffer-Local): change-major-mode-hook
2989 is useful for discarding some minor modes.
2990
2991 * symbols.texi (Symbol Components): Reorder examples.
2992
2993 * streams.texi (Input Functions): State standard-input default.
2994 (Output Variables): State standard-output default.
2995
2996 * objects.texi (Printed Representation): Clarify read syntax vs print.
2997 (Floating Point Type): Explain meaning better.
2998 (Symbol Type): Explain uniqueness better.
2999 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
3000 List examples sooner.
3001 (Box Diagrams): New subnode broken out.
3002 Some examples moved from old Lists as Boxes node.
3003 (Dotted Pair Notation): Clarify intro.
3004 (Array Type): Clarify.
3005 (Type Predicates): Add hash-table-p.
3006
3007 * numbers.texi (Integer Basics): Clarify radix explanation.
3008 (Predicates on Numbers): Minor clarification.
3009 (Comparison of Numbers): Minor clarification. Clarify eql.
3010 Typos in min, max.
3011 (Math Functions): Clarify overflow in expt.
3012
3013 * minibuf.texi (Text from Minibuffer): Minor clarification.
3014 Mention arrow keys.
3015
3016 * loading.texi (Autoload): defun's doc string overrides autoload's
3017 doc string.
3018 (Repeated Loading): Modernize "add to list" examples.
3019 (Where Defined): Finish updating table of load-history elts.
3020
3021 * lists.texi (List-related Predicates): Minor wording improvement.
3022 (Lists as Boxes): Node deleted.
3023 (Building Lists): Explain trivial cases of number-sequence.
3024
3025 * hash.texi (Hash Tables): Add desc to menu items.
3026 (Creating Hash): Expain "full" means "make larger",
3027 (Hash Access): Any object can be a key.
3028 State value of maphash.
3029
3030 * functions.texi (What Is a Function): Wording cleanup.
3031 (Function Documentation): Minor cleanup.
3032 Explain purpose of calling convention at end of doc string.
3033 (Function Names): Wording cleanup.
3034 (Calling Functions): Wording cleanup.
3035 Explain better how funcall calls the function.
3036 (Function Cells): Delete example of saving and redefining function.
3037
3038 * control.texi (Combining Conditions): Wording cleanup.
3039 (Iteration): dolist and dotimes bind VAR locally.
3040 (Cleanups): Xref to Atomic Changes.
3041
3042 * compile.texi (Byte Compilation): Delete 19.29 info.
3043 (Compilation Functions): Macros' difficulties don't affect defsubst.
3044 (Docs and Compilation): Delete 19.29 info.
3045
44291460
RS
30462005-02-10 Richard M. Stallman <rms@gnu.org>
3047
3048 * objects.texi (Symbol Type): Minor correction.
3049
1f9ad95a
LK
30502005-02-06 Lute Kamstra <lute@gnu.org>
3051
3052 * modes.texi (Example Major Modes): Fix typos.
3053
ba2c991c
RS
30542005-02-06 Richard M. Stallman <rms@gnu.org>
3055
3056 * text.texi (Margins): fill-nobreak-predicate can be one function.
3057
3058 * strings.texi (Modifying Strings): clear-string can make unibyte.
3059 (Formatting Strings): format gives error if values missing.
3060
3061 * positions.texi (Character Motion): Mention default arg
3062 for forward-char. backward-char refers to forward-char.
3063 (Word Motion): Mention default arg for forward-word.
3064 (Buffer End Motion): Mention default arg for beginning-of-buffer.
3065 Simplify end-of-buffer.
3066 (Text Lines): Mention default arg for forward-line.
3067 (List Motion): Mention default arg for beginning/end-of-defun.
3068 (Skipping Characters): Minor fixes in explaining character-set.
3069
3070 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
3071 Mode inheritance applies only when default-major-mode is nil.
3072 Clarifications.
3073 (Example Major Modes): Update Text mode and Lisp mode examples.
3074 (Minor Mode Conventions): Mention define-minor-mode at top.
3075 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
3076 (Mode Line Format): Update mode line face display info.
3077 (Properties in Mode): Mention effect of risky vars.
3078 (Imenu): Define imenu-add-to-menubar.
3079 (Font Lock Mode): Add descriptions to menu lines.
3080 (Faces for Font Lock): Add font-lock-doc-face.
3081
9bf6d576
LK
30822005-02-05 Lute Kamstra <lute@gnu.org>
3083
3084 * text.texi (Maintaining Undo): Remove obsolete function.
3085
cb602754
EZ
30862005-02-05 Eli Zaretskii <eliz@gnu.org>
3087
3088 * frames.texi (Color Names): Add pointer to the X docs about RGB
3089 color specifications. Improve indexing
3090 (Text Terminal Colors): Replace the description of RGB values by
3091 an xref to "Color Names".
3092
4e07258f
RS
30932005-02-03 Richard M. Stallman <rms@gnu.org>
3094
3095 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
3096 Clarify.
3097 (Selecting Windows): Clarify save-selected-window.
3098 (Cyclic Window Ordering): Clarify walk-windows.
3099 (Window Point): Clarify.
3100 (Window Start): Add comment to example.
3101 (Resizing Windows): Add `interactive' specs in examples.
3102 Document fit-window-to-buffer.
3103
3104 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
3105 (Undo, Maintaining Undo): Clarify last change.
3106 (Sorting): In sort-numeric-fields, explain about octal and hex.
3107 Mention sort-numeric-base.
3108 (Format Properties): Add xref for hard newlines.
3109
3110 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
3111 (Pop-Up Menus): Fix typo.
3112 (Color Names): Explain all types of color names.
3113 Explain color-values on B&W terminal.
3114 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
3115
3116 * files.texi (File Locks): Not supported on MS systems.
3117 (Testing Accessibility): Clarify.
3118
3119 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
3120 (Coverage Testing): Fix typo.
3121
3122 * commands.texi (Misc Events): Remove stray space.
3123
3124 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
3125 (Modification Time): Clarify when visited-file-modtime returns 0.
3126 (The Buffer List): Clarify bury-buffer.
3127 (Killing Buffers): Clarify.
3128 (Indirect Buffers): Add clone-indirect-buffer.
3129
31302005-02-02 Matt Hodges <MPHodges@member.fsf.org>
3131
3132 * edebug.texi (Printing in Edebug): Fix default value of
3133 edebug-print-circle.
3134 (Coverage Testing): Fix displayed frequency count data.
3135
31362005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
3137
3138 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
3139
4e07258f 31402005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
3141
3142 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
3143
28d986b9
EZ
31442005-01-29 Eli Zaretskii <eliz@gnu.org>
3145
3146 * commands.texi (Misc Events): Describe the help-echo event.
3147
3148 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
3149 consistently in description of the help-echo property.
3150 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
3151
3152 * display.texi (Overlay Properties): Fix the index entry for
3153 help-echo overlay property.
3154
3155 * customize.texi (Type Keywords): Uncomment the xref to the
3156 help-echo property documentation.
3157
8f958b40
KS
31582005-01-23 Kim F. Storm <storm@cua.dk>
3159
3160 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
3161 return value. Third element FULLY replaced by PARTIAL which
3162 specifies number of invisible pixels if row is only partially visible.
3163 (Textual Scrolling): Mention auto-window-vscroll.
3164 (Vertical Scrolling): New defvar auto-window-vscroll.
3165
cd7e5dd6
LT
31662005-01-16 Luc Teirlinck <teirllm@auburn.edu>
3167
3168 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
3169 command remapping.
3170
6f771c32
RS
31712005-01-15 Richard M. Stallman <rms@gnu.org>
3172
3173 * display.texi (Defining Images): Mention DATA-P arg of create-image.
3174
6ac8a822
KS
31752005-01-14 Kim F. Storm <storm@cua.dk>
3176
88948d55
KS
3177 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
3178
6ac8a822
KS
3179 * text.texi (Links and Mouse-1): Fix string and vector item.
3180
20d6de82
RS
31812005-01-13 Richard M. Stallman <rms@gnu.org>
3182
3183 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
3184 descriptions of overriding-local-map and overriding-terminal-local-map.
3185
3186 * text.texi (Links and Mouse-1): Clarify text.
3187
f75a592e
KS
31882005-01-13 Kim F. Storm <storm@cua.dk>
3189
3190 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
3191
910f60b1
TTN
31922005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
3193
3194 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
3195
37181fc4
KS
31962005-01-12 Kim F. Storm <storm@cua.dk>
3197
3198 * text.texi (Links and Mouse-1): Rename section from Enabling
3199 Mouse-1 to Following Links. Change xrefs.
3200 Add examples for define-button-type and define-widget.
3201
3202 * display.texi (Button Properties, Button Buffer Commands):
3203 Clarify mouse-1 and follow-link functionality.
3204
28f94a34
RS
32052005-01-12 Richard M. Stallman <rms@gnu.org>
3206
3207 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
3208
3209 * display.texi (Beeping): Fix Texinfo usage.
3210
3211 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
3212
bac2d936
KS
32132005-01-11 Kim F. Storm <storm@cua.dk>
3214
3215 * display.texi (Button Properties, Button Buffer Commands):
93381d62 3216 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
3217
3218 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
3219 (Enabling Mouse-1 to Follow Links): New subsection.
3220
de968ddb
RS
32212005-01-06 Richard M. Stallman <rms@gnu.org>
3222
3223 * text.texi (Special Properties): Minor change.
3224
3225 * os.texi (Timers): Clarify previous change.
3226
3227 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
3228
a3a43b3b
LT
32292005-01-01 Luc Teirlinck <teirllm@auburn.edu>
3230
3231 * display.texi (Face Attributes): Correct xref to renamed node.
3232
732bb9ce
RS
32332005-01-01 Richard M. Stallman <rms@gnu.org>
3234
3235 * display.texi (Face Attributes): Describe hex color specs.
3236
c734ae59
RS
32372004-12-31 Richard M. Stallman <rms@gnu.org>
3238
3239 * os.texi (Timers): Update previous change.
3240
33b2f4ea
KS
32412004-12-30 Kim F. Storm <storm@cua.dk>
3242
3243 * display.texi (Line Height): Total line-height is now specified
3244 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
3245 in cons cells. (nil . RATIO) is relative to actual line height.
3246 Use line-height `t' instead of `0' to get minimum height.
3247
99ec74b9
RS
32482004-12-29 Richard M. Stallman <rms@gnu.org>
3249
3250 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
3251
eab463f6
RS
32522004-12-28 Richard M. Stallman <rms@gnu.org>
3253
3254 * commands.texi (Quitting): Clarify value of with-local-quit.
3255
3256 * elisp.texi (Top): Fix previous change.
3257
3258 * loading.texi (Loading): Fix previous change.
3259
ebbd14f1
RS
32602004-12-27 Richard M. Stallman <rms@gnu.org>
3261
4ae98fc5
RS
3262 * Makefile.in (MAKEINFO): Specify --force.
3263
8f430046
RS
3264 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
3265
56011a8c
RS
3266 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
3267
3268 * display.texi (Line Height): Further clarify.
3269
3270 * elisp.texi (Top): Update Loading submenu.
3271
ebbd14f1
RS
3272 * loading.texi (Where Defined): New node.
3273 (Unloading): load-history moved to Where Defined.
3274
fda2922a
RS
32752004-12-21 Richard M. Stallman <rms@gnu.org>
3276
3277 * commands.texi (Event Input Misc): Add while-no-input.
3278
9eb8959a
RS
32792004-12-11 Richard M. Stallman <rms@gnu.org>
3280
3281 * display.texi (Line Height): Rewrite text for clarity.
3282
adf87c29
KS
32832004-12-11 Kim F. Storm <storm@cua.dk>
3284
3285 * display.texi (Display): Add node "Line Height" to menu.
3286 (Line Height): New node. Move full description of line-spacing
3287 and line-height text properties here from text.texi.
3288 (Scroll Bars): Add vertical-scroll-bar variable.
3289
3290 * frames.texi (Window Frame Parameters): Remove line-height defvar.
3291
3292 * locals.texi (Standard Buffer-Local Variables): Fix xref for
3293 line-spacing and vertical-scroll-bar.
3294
3295 * text.texi (Special Properties): Just mention line-spacing and
3296 line-height here, add xref to new "Line Height" node.
3297
31e4729e
TTN
32982004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
3299
3300 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
3301
3302 * locals.texi (Standard Buffer-Local Variables):
3303 Add @xref for `line-spacing'.
3304
cc60c723
RS
33052004-12-05 Richard M. Stallman <rms@gnu.org>
3306
3307 * Makefile.in (maintainer-clean): Remove the info files
3308 in $(infodir) where they are created.
3309
f6101ac9
RS
33102004-12-03 Richard M. Stallman <rms@gnu.org>
3311
3312 * windows.texi (Selecting Windows): get-lru-window and
3313 get-largest-window don't consider dedicated windows.
3314
3315 * text.texi (Undo): Document undo-in-progress.
3316
94221759
RS
33172004-11-26 Richard M. Stallman <rms@gnu.org>
3318
3319 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
3320 Remove a few vars that are not always buffer-local.
3321
7092c5e8
LT
33222004-11-24 Luc Teirlinck <teirllm@auburn.edu>
3323
3324 * locals.texi (Standard Buffer-Local Variables): Comment out
3325 xref's to non-existent node `Yet to be written'.
3326
261b01c6
RS
33272004-11-24 Richard M. Stallman <rms@gnu.org>
3328
3329 * processes.texi (Synchronous Processes): Grammar fix.
3330
3331 * numbers.texi (Comparison of Numbers): Add eql.
3332
3333 * locals.texi (Standard Buffer-Local Variables): Add many vars.
3334
3335 * intro.texi (Printing Notation): Fix previous change.
3336
3337 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
3338 and default-indicate-buffer-boundaries from here.
3339 (Usual Display): To here.
3340 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
3341 (Usual Display): Move tab-width up.
3342
3343 * customize.texi (Variable Definitions): Replace
3344 show-paren-mode example with tooltip-mode.
7092c5e8 3345 (Simple Types, Composite Types, Defining New Types):
261b01c6 3346 Minor cleanups.
7092c5e8 3347
c1aa4864
JH
33482004-11-21 Jesper Harder <harder@ifa.au.dk>
3349
3350 * processes.texi (Synchronous Processes, Output from Processes):
3351 Markup fix.
3352
dedbac89
RS
33532004-11-20 Richard M. Stallman <rms@gnu.org>
3354
07c8c65a
RS
3355 * positions.texi (Skipping Characters): skip-chars-forward
3356 now handles char classes.
3357
8f40a868
RS
3358 * intro.texi (Printing Notation): Avoid confusion of `print'
3359 when explaining @print.
3360
3361 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
3362
3363 * display.texi (Display Table Format): Minor fix.
3364
3365 * streams.texi (Output Functions): Fix print example.
3366
fd6866c8
RS
3367 * Makefile.in (elisp): New target.
3368 (dist): Depend on $(infodir)/elisp, not elisp.
3369 Copy the info files from $(infodir).
3370
9d00469f
RS
3371 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
3372 read-from-minibuffer.
3373
dedbac89
RS
3374 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
3375
6de891db
RS
33762004-11-19 Richard M. Stallman <rms@gnu.org>
3377
3378 * searching.texi (Regexp Search): Add search-whitespace-regexp.
3379
e1c1c5a7
TTN
33802004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
3381
3382 * tips.texi (Coding Conventions): Fix typo.
3383
ee31cd78
RS
33842004-11-16 Richard M. Stallman <rms@gnu.org>
3385
3386 * tips.texi (Coding Conventions): Separate defvar and require
3387 methods to avoid warnings. Use require only when there are many
3388 functions and variables from that package.
3389
3390 * minibuf.texi (Minibuffer Completion): When ignoring case,
3391 predicate must not be case-sensitive.
3392
3393 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
3394 (Test Coverage): Don't talk about "splotches". Clarified.
3395
4bd38e94
TTN
33962004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
3397
3398 * frames.texi (Window Frame Parameters): Fix typo.
3399
6d073ae1
KS
34002004-11-15 Kim F. Storm <storm@cua.dk>
3401
9f89426b
KS
3402 * symbols.texi (Other Plists): Note that plist-get may signal error.
3403 Add safe-plist-get.
6d073ae1 3404
10980463
TTN
34052004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
3406
3407 * modes.texi (Font Lock Basics): Fix typo.
3408
1efc19eb
RS
34092004-11-08 Richard M. Stallman <rms@gnu.org>
3410
3411 * syntax.texi (Syntax Table Functions): Add syntax-after.
3412
6159c232
EZ
34132004-11-06 Lars Brinkhoff <lars@nocrew.org>
3414
3415 * os.texi (Processor Run Time): New section documenting
3416 get-internal-run-time.
3417
59dede22
EZ
34182004-11-06 Eli Zaretskii <eliz@gnu.org>
3419
3420 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
3421 it nukes elisp-cover.texi.
3422 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
3423 elisp-0 etc.
3424
4cc8522c
LT
34252004-11-05 Luc Teirlinck <teirllm@auburn.edu>
3426
3427 * commands.texi (Keyboard Macros): Document `append' return value
3428 of `defining-kbd-macro'.
3429
2d1ef312
RS
34302004-11-01 Richard M. Stallman <rms@gnu.org>
3431
3432 * commands.texi (Interactive Call): Add called-interactively-p.
3433
6f4e005d
SJ
34342004-10-29 Simon Josefsson <jas@extundo.com>
3435
3436 * minibuf.texi (Reading a Password): Revert.
3437
4f71c13f
RS
34382004-10-28 Richard M. Stallman <rms@gnu.org>
3439
3440 * frames.texi (Display Feature Testing): Explain about "vendor".
3441
4660a9e3
RS
34422004-10-27 Richard M. Stallman <rms@gnu.org>
3443
3444 * commands.texi (Interactive Codes): `N' uses numeric prefix,
3445 not raw. Clarify `n'.
3446 (Interactive Call): Rewrite interactive-p, focusing on when
3447 and how to use it.
3448 (Misc Events): Clarify previous change.
3449
3450 * advice.texi (Simple Advice): Clarify what job the example does.
3451 (Around-Advice): Clarify ad-do-it.
3452 (Activation of Advice): An option of ad-default-compilation-action
3453 is `never', not `nil'.
3454
c8636435
KS
34552004-10-26 Kim F. Storm <storm@cua.dk>
3456
3457 * commands.texi (Interactive Codes): Add U code letter.
3458
acd4089b
SJ
34592004-10-25 Simon Josefsson <jas@extundo.com>
3460
3461 * minibuf.texi (Reading a Password): Add.
3462
29dc7809
JR
34632004-10-24 Jason Rumney <jasonr@gnu.org>
3464
9b7fa297 3465 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
29dc7809
JR
3466 and wheel-down.
3467
bb5d6d34
KG
34682004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3469
3470 * processes.texi (Synchronous Processes): Document process-file.
3471
d0ee2ed3
KH
34722004-10-22 Kenichi Handa <handa@m17n.org>
3473
3474 * text.texi (translate-region): Document that it accepts also a
3475 char-table.
3476
38be9dbb
DP
34772004-10-22 David Ponce <david@dponce.com>
3478
3479 * windows.texi (Resizing Windows): Document the `preserve-before'
3480 argument of the functions `enlarge-window' and `shrink-window'.
3481
63c80452
JR
34822004-10-19 Jason Rumney <jasonr@gnu.org>
3483
3484 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3485
9f4b6e73
LT
34862004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3487
3488 * text.texi (Filling): Add anchor for definition of
3489 `sentence-end-double-space'.
3490
3491 * searching.texi (Regexp Example): Update description of how
3492 Emacs currently recognizes the end of a sentence.
3493 (Standard Regexps): Update definition of the variable
3494 `sentence-end'. Add definition of the function `sentence-end'.
3495
657f0f9c
EZ
34962004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3497
3498 * display.texi (Progress): New node.
3499
35ab4857
KS
35002004-10-05 Kim F. Storm <storm@cua.dk>
3501
3502 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3503
f2a54fbc
KS
35042004-09-29 Kim F. Storm <storm@cua.dk>
3505
3506 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3507 to identify bitmaps. Remove -fringe-bitmap suffix for standard
3508 fringe bitmap symbols, as they now have their own namespace.
3509 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3510 vs. pixels. Signal error if no free bitmap slots.
3511 (Pixel Specification): Change IMAGE to @var{image}.
3512
4676d6f3
RS
35132004-09-28 Richard M. Stallman <rms@gnu.org>
3514
3515 * text.texi (Special Properties): Clarify line-spacing and line-height.
3516
3517 * searching.texi (Regexp Search): Add looking-back.
3518
17234906
LT
35192004-09-25 Luc Teirlinck <teirllm@auburn.edu>
3520
3521 * display.texi: Correct typos.
3522 (Image Descriptors): Correct xref's.
3523
4de43c8b
RS
35242004-09-25 Richard M. Stallman <rms@gnu.org>
3525
3526 * text.texi (Special Properties): Cleanups in `cursor'.
3527 Rewrites in `line-height' and `line-spacing'; exchange them.
3528
3529 * display.texi (Fringes): Rewrite previous change.
3530 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
3531 (Display Fringe Bitmaps): Node deleted, text moved.
3532 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
3533 (Scroll Bars): Clarify set-window-scroll-bars.
3534 (Pointer Shape): Rewrite.
3535 (Specified Space): Clarify :align-to, etc.
3536 (Pixel Specification): Use @var. Clarify new text.
3537 (Other Display Specs): Clarify `slice'.
3538 (Image Descriptors): Cleanups.
3539 (Showing Images): Cleanups.
3540
a3ee0299
LT
35412004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3542
e88ebce6
LT
3543 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3544
a3ee0299
LT
3545 * modes.texi: Various minor changes in addition to:
3546 (Major Mode Conventions): Final call to `run-mode-hooks' should
3547 not be inside the `delay-mode-hooks' form.
3548 (Mode Hooks): New node.
3549 (Hooks): Delete obsolete example.
3550 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3551 node "Mode Hooks".
3552
6db2bc02
LT
35532004-09-22 Luc Teirlinck <teirllm@auburn.edu>
3554
3555 * display.texi: Correct various typos.
3556 (Display): Rename node "Pointer Shapes" to "Pointer
3557 Shape". (There is already a node called "Pointer Shapes" in
3558 frames.texi.)
3559 (Images): Remove non-existent node "Image Slices" from menu.
3560
ed2846bd
KS
35612004-09-23 Kim F. Storm <storm@cua.dk>
3562
3563 * text.texi (Special Properties): Add `cursor', `pointer',
3564 `line-height', and `line-spacing' properties.
3565
3566 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3567 Shapes' to menu.
3568 (Standard Faces): Doc fix for fringe face.
3569 (Fringes): Add `overflow-newline-into-fringe' and
3570 'indicate-buffer-boundaries'.
3571 (Fringe Bitmaps, Pointer Shapes): New nodes.
3572 (Display Property): Add 'Pixel Specification' and 'Display Fringe
3573 Bitmaps' to menu.
3574 (Specified Space): Describe pixel width and height.
3575 (Pixel Specification): New node.
3576 (Other Display Specs): Add `slice' property.
3577 (Display Fringe Bitmaps): New node.
3578 (Images): Add 'Image Slices' to menu.
3579 (Image Descriptors): Add `:pointer' and `:map' properties.
3580 (Showing Images): Add slice arg to `insert-image'. Add
3581 'insert-sliced-image'.
3582
4d894c98
RS
35832004-09-20 Richard M. Stallman <rms@gnu.org>
3584
3585 * commands.texi (Key Sequence Input):
3586 Clarify downcasing in read-key-sequence.
3587
7e388eb7
JL
35882004-09-08 Juri Linkov <juri@jurta.org>
3589
3590 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3591
a020987f
LT
35922004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3593
3594 * locals.texi (Standard Buffer-Local Variables): Add
3595 `buffer-auto-save-file-format'.
3596 * internals.texi (Buffer Internals): Describe new
3597 auto_save_file_format field of the buffer structure.
3598 * files.texi (Format Conversion): `auto-save-file-format' has been
3599 renamed `buffer-auto-save-file-format'.
3600
2b96f80c
LT
36012004-08-27 Luc Teirlinck <teirllm@auburn.edu>
3602
3603 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3604 an integer or a marker.
3605 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3606
2ee3b79e
RS
36072004-08-22 Richard M. Stallman <rms@gnu.org>
3608
3609 * modes.texi (Major Mode Conventions): Discuss rebinding of
3610 standard key bindings.
3611
c438dc33
KS
36122004-08-18 Kim F. Storm <storm@cua.dk>
3613
3614 * processes.texi (Accepting Output): Add `just-this-one' arg to
3615 `accept-process-output'.
101c421e 3616 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 3617
db8af011
LT
36182004-08-10 Luc Teirlinck <teirllm@auburn.edu>
3619
3620 * keymaps.texi: Various changes in addition to:
3621 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3622 Give more varied examples for `kbd'.
3623 (Creating Keymaps): Char tables have slots for all characters
3624 without modifiers.
3625 (Active Keymaps): `overriding-local-map' and
3626 `overriding-terminal-local-map' also override text property and
3627 overlay keymaps.
3628 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3629 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3630 to denote a prefix of no events.
3631 `map-keymap' includes parent's bindings _recursively_.
3632 Clarify and correct description of `where-is-internal'.
3633 Mention BUFFER-OR-NAME arg to `describe-bindings'.
3634 (Menu Example): For menus intended for use with the keyboard, the
3635 menu items should be bound to characters or real function keys.
3636
de700726
LT
36372004-08-08 Luc Teirlinck <teirllm@auburn.edu>
3638
30e75a87
LT
3639 * objects.texi (Character Type): Reposition `@anchor' to prevent
3640 double space inside sentence in Info.
3641
de700726
LT
3642 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3643 renamed to `disabled-command-function'.
7c5b95c9 3644 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
3645 (Command Loop Info): Replace reference to it.
3646 (Disabling Commands): `disabled-command-hook' has been renamed to
3647 `disabled-command-function'.
3648
81909a1a
LT
36492004-08-07 Luc Teirlinck <teirllm@auburn.edu>
3650
3651 * os.texi (Translating Input): Only non-prefix bindings in
3652 `key-translation-map' override actual key bindings. Warn about
3653 possible indirect effect of actual key bindings on non-prefix
3654 bindings in `key-translation-map'.
3655
5504e99c
LT
36562004-08-06 Luc Teirlinck <teirllm@auburn.edu>
3657
3658 * minibuf.texi (High-Level Completion): Add anchor for definition
3659 of `read-variable'.
3660
3661 * commands.texi: Various changes in addition to:
3662 (Using Interactive): Clarify description of `interactive-form'.
3663 (Interactive Call): Mention default for KEYS argument to
3664 `call-interactively'.
3665 (Command Loop Info): Clarify description of `this-command-keys'.
3666 Mention KEEP-RECORD argument to `clear-this-command-keys'.
3667 Value of `last-event-frame' can be `macro'.
3668 (Repeat Events): `double-click-fuzz' is also used to distinguish
3669 clicks and drags.
3670 (Classifying Events): Clarify descriptions of `event-modifiers'
3671 `event-basic-type' and `event-convert-list'.
3672 (Accessing Events): `posn-timestamp' takes POSITION argument.
3673 (Quoted Character Input): Clarify description of
3674 `read-quoted-char' and fix example.
3675 (Quitting): Add `with-local-quit'.
6db11765 3676 (Disabling Commands): Correct and clarify descriptions of
5504e99c
LT
3677 `enable-command' and `disable-command'.
3678 Mention what happens if `disabled-command-hook' is nil.
3679 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
3680 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
3681
f478a72a
LT
36822004-07-24 Luc Teirlinck <teirllm@auburn.edu>
3683
3684 * frames.texi: Various changes in addition to:
3685 (Creating Frames): Expand and clarify description of `make-frame'.
3686 (Window Frame Parameters): Either none or both of the `icon-left'
3687 and `icon-top' parameters must be specified. Put descriptions of
3688 `menu-bar-lines' and `toolbar-lines' closer together and change
3689 them accordingly.
3690 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
3691 except while processing `frame-title-format' or `icon-title-format'.
3692 (Deleting Frames): Correct description of `delete-frame'.
3693 Non-nil return values of `frame-live-p' are like those of `framep'.
9b7fa297 3694 (Frames and Windows): Mention return value of
f478a72a
LT
3695 `set-frame-selected-window'.
3696 (Visibility of Frames): Mention `force' argument to
3697 `make-frame-invisible'. `frame-visible-p' returns t for all
3698 frames on text-only terminals.
3699 (Frame Configurations): Restoring a frame configuration does not
3700 restore deleted frames.
3701 (Window System Selections): `x-set-selection' returns DATA.
3702 (Resources): Add example.
3703 (Display Feature Testing): Clarify descriptions of
3704 `display-pixel-height', `display-pixel-width', `x-server-version'
3705 and `x-server-vendor'.
3706
3707 * windows.texi (Choosing Window): Add anchor.
3708 * minibuf.texi (Minibuffer Misc): Add anchor.
3709
bc135062
JPW
37102004-07-23 John Paul Wallington <jpw@gnu.org>
3711
3712 * macros.texi (Defining Macros): Declaration keyword for setting
3713 Edebug spec is `debug' not `edebug'.
3714
cb7516e5
LT
37152004-07-19 Luc Teirlinck <teirllm@auburn.edu>
3716
3717 * windows.texi: Various small changes in addition to:
3718 (Window Point): Mention return value of `set-window-point'.
3719 (Window Start): `pos-visible-in-window-p' disregards horizontal
3720 scrolling. Explain return value if PARTIALLY is non-nil.
3721 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
3722 and `set-window-vscroll'.
3723 (Size of Window): The argument WINDOW to `window-inside-edges',
3724 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
3725 (Resizing Windows): Explain return value of
3726 `shrink-window-if-larger-than-buffer'.
3727 `window-size-fixed' automatically becomes buffer local when set.
3728 (Window Configurations): Explain return value of
3729 `set-window-configuration'.
3730
3731 * minibuf.texi (Minibuffer Misc): Add anchor for
3732 `minibuffer-scroll-window'.
3733
3734 * positions.texi (Text Lines): Add anchor for `count-lines'.
3735
3751eb00
RS
37362004-07-17 Richard M. Stallman <rms@gnu.org>
3737
3738 * display.texi (Overlay Properties): Adding `evaporate' prop
3739 deletes empty overlay immediately.
3740
3741 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
3742 fix example.
3743
9a7e97c6
LT
37442004-07-16 Jim Blandy <jimb@redhat.com>
3745
3746 * searching.texi (Regexp Backslash): Document new \_< and \_>
3747 operators.
3748
aa0e4da8
JB
37492004-07-16 Juanma Barranquero <lektu@terra.es>
3750
3751 * display.texi (Images): Fix Texinfo usage.
3752
cbbfedb2
LT
37532004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3754
3755 * buffers.texi (Modification Time): `visited-file-modtime' now
3756 returns a list of two integers, instead of a cons.
3757
3a052bd3
LT
37582004-07-13 Luc Teirlinck <teirllm@auburn.edu>
3759
3760 * windows.texi: Various changes in addition to:
3761 (Splitting Windows): Add `split-window-keep-point'.
3762
02c04e6f
RS
37632004-07-09 Richard M. Stallman <rms@gnu.org>
3764
3765 * frames.texi (Input Focus): Minor fix.
3766
cb4f1287
LT
37672004-07-07 Luc Teirlinck <teirllm@auburn.edu>
3768
3769 * frames.texi (Input Focus): Clarify descriptions of
3770 `select-frame-set-input-focus' and `select-frame'.
3771
339902ec
LT
37722004-07-06 Luc Teirlinck <teirllm@auburn.edu>
3773
3774 * os.texi: Various small changes in addition to:
3775 (Killing Emacs): Expand and clarify description of
3776 `kill-emacs-query-functions' and `kill-emacs-hook'.
3777 (System Environment): Expand and clarify description of `getenv'
3778 and `setenv'.
3779 (Timers): Clarify description of `run-at-time'.
3780 (Translating Input): Correct description of
3781 `extra-keyboard-modifiers'.
3782 (Flow Control): Correct description of `enable-flow-control'.
3783
fe3b7e35
TTN
37842004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
3785
3786 * os.texi: Update copyright.
3787 (Session Management): Grammar fix.
3788 Clarify which Emacs does the restarting.
3789 Use @samp for *scratch* buffer.
3790
59db7d6e
LT
37912004-07-04 Alan Mackenzie <acm@muc.de>
3792
3793 * frames.texi (Input Focus): Add documentation for
3794 `select-frame-set-input-focus'. Replace refs to non-existent
3795 `switch-frame' with `select-frame'. Minor corrections and tidying
3796 up of text-only terminal stuff.
3797
e3ccf404
RS
37982004-07-02 Richard M. Stallman <rms@gnu.org>
3799
3800 * files.texi (Saving Buffers): Cleanup write-contents-function.
3801 (Magic File Names): Cleanup file-remote-p.
3802
8addb6eb
KG
38032004-07-02 Kai Grossjohann <kai@emptydomain.de>
3804
3805 * files.texi (Magic File Names): `file-remote-p' returns an
3806 identifier of the remote system, not just t.
3807
7a58d84d
DK
38082004-07-02 David Kastrup <dak@gnu.org>
3809
3810 * searching.texi (Entire Match Data): Add explanation about new
3811 match-data behavior when @var{integers} is non-nil.
3812
d8c379f8
RS
38132004-06-24 Richard M. Stallman <rms@gnu.org>
3814
b4a4b0ae
RS
3815 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3816
d8c379f8
RS
3817 * customize.texi (Variable Definitions): Note about doc strings
3818 and :set.
3819
3820 * keymaps.texi (Keymap Terminology): Document `kbd'.
3821 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3822
3823 * display.texi (Invisible Text): Setting buffer-invisibility-spec
3824 makes it buffer-local.
3825
3826 * files.texi (Saving Buffers): Correct previous change.
3827
3828 * commands.texi (Accessing Events):
3829 Clarify posn-col-row and posn-actual-col-row.
3830
38312004-06-24 David Ponce <david.ponce@wanadoo.fr>
3832
3833 * commands.texi (Accessing Events): New functions
3834 posn-at-point and posn-at-x-y. Add example to posn-x-y.
3835
dce417e7
LT
38362004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3837
3838 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3839 * frames.texi, buffers.texi, backups.texi, variables.texi:
3840 * loading.texi, eval.texi, functions.texi, control.texi:
3841 * symbols.texi, minibuf.texi: Reposition @anchor's.
3842
3843 * help.texi: Various small changes in addition to the following.
3844 (Describing Characters): Describe PREFIX argument to
3845 `key-description'. Correct and clarify definition of
3846 `text-char-description'. Describe NEED-VECTOR argument to
3847 `read-kbd-macro'.
3848 (Help Functions): Clarify definition of `apropos'.
3849
255d07dc
LH
38502004-06-23 Lars Hansen <larsh@math.ku.dk>
3851
3852 * files.texi (Saving Buffers): Correct description of
3853 `write-contents-functions'.
3854
4e9691e9
JB
38552004-06-21 Juanma Barranquero <lektu@terra.es>
3856
3857 * display.texi (Images): Remove redundant @vindex directives.
3858 Rewrite `image-library-alist' doc in active voice.
3859
1ebd4f78
JB
38602004-06-14 Juanma Barranquero <lektu@terra.es>
3861
3862 * display.texi (Images): Document new delayed library loading,
3863 variable `image-library-alist' and (existing but undocumented)
3864 function `image-type-available-p'.
3865
ddfb8369
RS
38662004-06-05 Richard M. Stallman <rms@gnu.org>
3867
3868 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3869 refer the user to the Initial Input node.
3870 (Text from Minibuffer): Likewise.
3871 (Initial Input): New node. Document this feature
3872 and say it is mostly deprecated.
3873
18684a3a
RS
38742004-05-30 Richard M. Stallman <rms@gnu.org>
3875
7a61e456
RS
3876 * loading.texi (Named Features): Clarify return value
3877 and meaning of NOERROR.
3878
18684a3a
RS
3879 * variables.texi (File Local Variables): Minor cleanup.
3880
c8364415
MA
38812004-05-30 Michael Albinus <michael.albinus@gmx.de>
3882
3883 * files.texi (Magic File Names): Add `file-remote-p' as operation
3884 of file name handlers.
3885
08fd1251
RS
38862004-05-29 Richard M. Stallman <rms@gnu.org>
3887
3888 * modes.texi (Minor Mode Conventions): (-) has no special meaning
3889 as arg to a minor mode command.
3890
71d5a208
RS
38912004-05-22 Richard M. Stallman <rms@gnu.org>
3892
3893 * syntax.texi (Syntax Class Table): Word syntax not just for English.
3894
3895 * streams.texi (Output Variables): Doc float-output-format.
3896
3897 * searching.texi (Regexp Special): Nested repetition can be infloop.
3898
3899 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3900 real stack overflow.
3901
3902 * compile.texi: Minor cleanups.
3903
39042004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
3905
3906 * lists.texi (Cons Cells): Explain dotted lists, true lists,
3907 circular lists.
3908 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 3909
022cb162
TTN
39102004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
3911
3912 * modes.texi (Search-based Fontification): Fix typo.
3913
aa7094ba
JB
39142004-05-10 Juanma Barranquero <lektu@terra.es>
3915
3916 * modes.texi (Mode Line Variables): Fix description of
3917 global-mode-string, which is now after which-func-mode, not the
3918 buffer name.
3919
c2383279
LH
39202004-05-07 Lars Hansen <larsh@math.ku.dk>
3921
3922 * modes.texi (Desktop Save Mode): Add.
3923 (Modes): Add menu entry Desktop Save Mode.
3924
3925 * hooks.texi: Add desktop-after-read-hook,
3926 desktop-no-desktop-file-hook and desktop-save-hook.
3927
3928 * locals.texi: Add desktop-save-buffer.
3929
058296d3
JH
39302004-04-30 Jesper Harder <harder@ifa.au.dk>
3931
3932 * display.texi: emacs -> Emacs.
3933
0c54865e
EZ
39342004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3935
3936 * files.texi (Changing Files): Document set-file-times.
3937
d814862a
JB
39382004-04-23 Juanma Barranquero <lektu@terra.es>
3939
3940 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3941
e8d6f886
JH
39422004-04-18 Jesper Harder <harder@ifa.au.dk>
3943
3944 * tips.texi (Coding Conventions): defopt -> defcustom.
3945
3a424014
LT
39462004-04-16 Luc Teirlinck <teirllm@auburn.edu>
3947
3948 * sequences.texi: Various clarifications.
3949
9e860631
LT
39502004-04-14 Luc Teirlinck <teirllm@auburn.edu>
3951
3952 * buffers.texi (Read Only Buffers): Mention optional ARG to
3953 `toggle-read-only'.
3954
5e30a0fb
NR
39552004-04-14 Nick Roberts <nick@nick.uklinux.net>
3956
9e860631 3957 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
3958 returns a full-width window if possible.
3959
619fb950
LT
39602004-04-13 Luc Teirlinck <teirllm@auburn.edu>
3961
3962 * buffers.texi: Various changes in addition to:
3963 (Buffer File Name): Add `find-buffer-visiting'.
3964 (Buffer Modification): Mention optional ARG to `not-modified'.
3965 (Indirect Buffers): Mention optional CLONE argument to
3966 `make-indirect-buffer'.
3967
3968 * files.texi: Various changes in addition to:
3969 (Visiting Functions): `find-file-hook' is now a normal hook.
3970 (File Name Expansion): Explain difference between the way that
3971 `expand-file-name' and `file-truename' treat `..'.
3972 (Contents of Directories): Mention optional ID-FORMAT argument to
3973 `directory-files-and-attributes'.
3974 (Format Conversion): Mention new optional CONFIRM argument to
3975 `format-write-file'.
3976
a2295d32
MB
39772004-04-12 Miles Bader <miles@gnu.org>
3978
3979 * macros.texi (Expansion): Add description of `macroexpand-all'.
3980
571fd4d5
JH
39812004-04-05 Jesper Harder <harder@ifa.au.dk>
3982
3983 * variables.texi (Variable Aliases): Mention
3984 cyclic-variable-indirection.
3985
3986 * errors.texi (Standard Errors): Ditto.
3987
4ba2fd66
LT
39882004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3989
6db11765 3990 * backups.texi: Various small changes in addition to:
4ba2fd66
LT
3991 (Making Backups): Mention return value of `backup-buffer'.
3992 (Auto-Saving): Mention optional FORCE argument to
3993 `delete-auto-save-file-if-necessary'.
3994 (Reverting): Mention optional PRESERVE-MODES argument to
3995 `revert-buffer'. Correct description of `revert-buffer-function'.
3996
8f7ea687
JL
39972004-03-22 Juri Linkov <juri@jurta.org>
3998
3999 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
4000 with `Vector Functions'.
4001
4002 * text.texi (Sorting): Add missing quote.
4003
0eeca3c1
LT
40042004-03-14 Luc Teirlinck <teirllm@auburn.edu>
4005
4006 * intro.texi (Lisp History): Replace xref to `cl' manual with
4007 inforef.
4008
e69cfac2
RS
40092004-03-12 Richard M. Stallman <rms@gnu.org>
4010
4011 * intro.texi (Version Info): Add arg to emacs-version.
4012 (Lisp History): Change xref to CL manual.
4013
1b91d47f
LT
40142004-03-09 Luc Teirlinck <teirllm@auburn.edu>
4015
4016 * minibuf.texi (Completion Commands): Add xref to Emacs manual
4017 for Partial Completion mode.
4018
97073664
TTN
40192004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
4020
9b7fa297 4021 * customize.texi: Fix typo. Remove eol whitespace.
97073664 4022
04a6e76b
RS
40232004-03-04 Richard M. Stallman <rms@gnu.org>
4024
4025 * processes.texi: Fix typos.
4026
4027 * lists.texi (Building Lists): Minor clarification.
4028
4029 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
4030 in make-hash-table.
4031
5bb0fcd1
JB
40322004-02-29 Juanma Barranquero <lektu@terra.es>
4033
4034 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
4035 rm, and ignore exit code.
4036
9022d421
EZ
40372004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
4038
4039 * display.texi (Defining Faces): Add description for min-colors.
4040 Update example.
4041
92f5fba2
LT
40422004-02-23 Luc Teirlinck <teirllm@auburn.edu>
4043
4044 * abbrevs.texi: Various corrections and clarifications in addition
4045 to the following:
4046 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
4047
7e83e178
GM
40482004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4049
4050 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
4051
9c5609e8
LT
40522004-02-21 Luc Teirlinck <teirllm@auburn.edu>
4053
e2b9b51f
LT
4054 * text.texi: Various small changes in addition to the following:
4055 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
4056 to delete-horizontal-space.
9b7fa297 4057 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
e2b9b51f
LT
4058 description of yank-handler text property at various places.
4059
7daa0e81
LT
4060 * frames.texi (Window System Selections): Add anchor.
4061
9c5609e8
LT
4062 * syntax.texi (Syntax Table Functions): Clarify and correct
4063 descriptions of make-syntax-table and copy-syntax-table.
4064 (Motion and Syntax): Clarify SYNTAXES argument to
4065 skip-syntax-forward.
4066 (Parsing Expressions): Mention that the return value of
4067 parse-partial-sexp is currently a list of ten rather than nine
4068 elements.
4069 (Categories): Various corrections and clarifications.
4070
d29edb21
LT
40712004-02-17 Luc Teirlinck <teirllm@auburn.edu>
4072
4073 * markers.texi (Marker Insertion Types): Minor change.
4074
4075 * locals.texi (Standard Buffer-Local Variables):
4076 * commands.texi (Interactive Codes, Using Interactive):
4077 * functions.texi (Related Topics): Fix xrefs.
4078
43e48bda
LT
40792004-02-16 Luc Teirlinck <teirllm@auburn.edu>
4080
4081 * lists.texi (Sets And Lists): Update description of delete-dups.
4082
84e34002
RS
40832004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4084
4085 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
4086
40872004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4088
4089 * frames.texi (Parameter Access): frame-parameters arg is optional.
4090 modify-frame-parameters handles nil for FRAME.
4091 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
4092 are all-or-nothing for certain toolkits.
4093 Mention parameter wait-for-wm.
4094 (Frames and Windows): In frame-first-window and frame-selected-window
4095 the arg is optional.
4096 (Input Focus): In redirect-frame-focus the second arg is optional.
4097 (Window System Selections): Mention selection type CLIPBOARD.
4098 Mention data-type UTF8_STRING.
4099 Mention numbering of cut buffers.
4100 (Resources): Describe x-resource-name.
4101
41022004-02-16 Richard M. Stallman <rms@gnu.org>
4103
4104 * windows.texi (Buffers and Windows): Delete false table
4105 about all-frames.
4106
4107 * syntax.texi (Parsing Expressions): Delete old caveat
4108 about parse-sexp-ignore-comments.
4109
4110 * streams.texi (Output Variables): Add print-quoted.
4111
4112 * lists.texi (Building Lists): Minor cleanup.
4113
4114 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
4115
4116 * display.texi (Overlays): Explain overlays use markers.
4117 (Managing Overlays): Explain front-advance and rear-advance
4118 in more detail.
4119
4120 * loading.texi (Unloading): Document unload-feature-special-hooks.
4121 Get rid of fns-NNN.el file.
4122
41232004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4124
4125 * help.texi (Describing Characters): Fix text-char-description
4126 example output.
4127
4128 * edebug.texi (Using Edebug): Fix example.
4129
4130 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 4131
84e34002
RS
4132 * files.texi (Changing Files): Fix argname.
4133
4134 * calendar.texi: Fix parens, and default values.
4135
4136 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
4137 * nonascii.texi, objects.texi, os.texi: Minor fixes.
4138 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
4139
4140 * positions.texi (Text Lines): Don't add -1 in current-line.
4141
41422004-02-16 Richard M. Stallman <rms@gnu.org>
4143
4144 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
4145
c33b76da
EZ
41462004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4147
4148 * processes.texi (Low-Level Network): Fix a typo.
4149
9d7271e8
KS
41502004-02-12 Kim F. Storm <storm@cua.dk>
4151
4152 * display.texi (Fringes): Use consistent wording.
4153 Note that window-fringe's window arg is optional.
4154 (Scroll Bars): Use consistent wording.
4155
6827d730
LT
41562004-02-11 Luc Teirlinck <teirllm@auburn.edu>
4157
4158 * tips.texi (Comment Tips): Document the new conventions for
4159 commenting out code.
4160
1cb60b5a
JD
41612004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4162
4163 * positions.texi (Text Lines): Added missing end defun.
4164
7fdd1f62
KS
41652004-02-07 Kim F. Storm <storm@cua.dk>
4166
4167 * positions.texi (Text Lines): Add line-number-at-pos.
4168
eb3c144c
JPW
41692004-02-06 John Paul Wallington <jpw@gnu.org>
4170
4171 * display.texi (Button Properties, Button Buffer Commands):
4172 mouse-2 invokes button, not down-mouse-1.
4173
a1d38d63
JR
41742004-02-04 Jason Rumney <jasonr@gnu.org>
4175
4176 * makefile.w32-in: Sync with Makefile.in changes.
4177
4b574f3d
LT
41782004-02-03 Luc Teirlinck <teirllm@auburn.edu>
4179
4180 * minibuf.texi (Text from Minibuffer): Various corrections and
4181 clarifications.
4182 (Object from Minibuffer): Correct Lisp description of
4183 read-minibuffer.
4184 (Minibuffer History): Clarify description of cons values for
4185 HISTORY arguments.
4186 (Basic Completion): Various corrections and clarifications. Add
4187 completion-regexp-list.
4188 (Minibuffer Completion): Correct and clarify description of
4189 completing-read.
6f6b0433 4190 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
4191 other minor changes.
4192 (High-Level Completion): Various corrections and clarifications.
4193 (Reading File Names): Ditto.
4194 (Minibuffer Misc): Ditto.
4195
d8186297
LT
41962004-01-26 Luc Teirlinck <teirllm@auburn.edu>
4197
4198 * strings.texi (Text Comparison): assoc-string also matches
4199 elements of alists that are strings instead of conses.
4200 (Formatting Strings): Standardize Texinfo usage. Update index
4201 entries.
4202
9adcb5f2
LT
42032004-01-20 Luc Teirlinck <teirllm@auburn.edu>
4204
4205 * lists.texi (Sets And Lists): Add delete-dups.
4206
3e7274ae
LT
42072004-01-15 Luc Teirlinck <teirllm@auburn.edu>
4208
4209 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
4210 special form.
4211 * macros.texi (Defining Macros): Update description of `declare',
4212 which now is a macro.
4213 (Wrong Time): Fix typos.
4214
944e099f
LT
42152004-01-14 Luc Teirlinck <teirllm@auburn.edu>
4216
4217 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 4218 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
4219 and `batch-byte-compile'. In particular, mention and describe
4220 all optional arguments.
4221 (Disassembly): Correct and clarify the description of `disassemble'.
4222
90c3aa59
LT
42232004-01-11 Luc Teirlinck <teirllm@auburn.edu>
4224
4225 * searching.texi: Various small changes in addition to the
4226 following.
4227 (Regexp Example): Adapt to new value of `sentence-end'.
4228 (Regexp Functions): The PAREN argument to `regexp-opt' can be
4229 `words'.
4230 (Search and Replace): Add usage note for `perform-replace'.
4231 (Entire Match Data): Mention INTEGERS and REUSE arguments to
4232 `match-data'.
4233 (Standard Regexps): Update for new values of `paragraph-start'
4234 and `sentence-end'.
4235
583c353d
LT
42362004-01-07 Luc Teirlinck <teirllm@auburn.edu>
4237
4238 * files.texi (Saving Buffers): Clarify descriptions of
4239 `write-contents-functions' and `before-save-hook'.
4240 Make the defvar's for `before-save-hook' and `after-save-hook'
4241 into defopt's.
4242
05faee07
KS
42432004-01-07 Kim F. Storm <storm@cua.dk>
4244
4245 * commands.texi (Click Events): Describe new image and
4246 width/height elements of click events.
4247 (Accessing Events): Add posn-string, posn-image, and
4248 posn-object-width-height. Change posn-object to return either
4249 image or string object.
4250
a0465ec3
SJ
42512004-01-01 Simon Josefsson <jas@extundo.com>
4252
4253 * hooks.texi (Standard Hooks): Add before-save-hook.
4254 * files.texi (Saving Buffers): Likewise.
4255
972c0c49
RS
42562004-01-03 Richard M. Stallman <rms@gnu.org>
4257
4258 * frames.texi (Frames and Windows): Delete frame-root-window.
4259
dbcd463f
LT
42602004-01-03 Luc Teirlinck <teirllm@auburn.edu>
4261
4262 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
4263
4264 * functions.texi: Various small changes in addition to the
4265 following.
4266 (What Is a Function): `functionp' returns nil for macros. Clarify
4267 behavior of this and following functions for symbol arguments.
4268 (Function Documentation): Add `\' in front of (fn @var{arglist})
4269 and explain why.
4270 (Defining Functions): Mention DOCSTRING argument to `defalias'.
4271 Add anchor.
4272 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
4273
02c77ee9
MB
42742004-01-01 Miles Bader <miles@gnu.org>
4275
4276 * display.texi (Buttons): New section.
4277
903a1a91
AS
42782003-12-31 Andreas Schwab <schwab@suse.de>
4279
4280 * numbers.texi (Math Functions): sqrt reports a domain-error
4281 error.
4282 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
4283
697cf92a
LT
42842003-12-30 Luc Teirlinck <teirllm@auburn.edu>
4285
3f70fe82
LT
4286 * tips.texi (Documentation Tips): Update item on hyperlinks in
4287 documentation strings.
4288
697cf92a
LT
4289 * errors.texi (Standard Errors): Various small corrections and
4290 additions.
4291
4292 * control.texi: Various small changes in addition to the
4293 following.
4294 (Signaling Errors): Provide some more details on how `signal'
4295 constructs the error message. Add anchor to the definition of
4296 `signal'.
4297 (Error Symbols): Describe special treatment of `quit'.
4298 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
4299 to emphasize that it has to be a single form.
4300
4301 * buffers.texi: Add anchor.
4302
4d25144d
RS
43032003-12-29 Richard M. Stallman <rms@gnu.org>
4304
4305 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
4306 (Window Configurations): Add window-configuration-frame.
4307
4308 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
4309
4310 * text.texi (Examining Properties): Add get-char-property-and-overlay.
4311 Change arg name in get-char-property.
4312 (Special Properties): Update handling of keymap property.
4313
4314 * strings.texi (Modifying Strings): Add clear-string.
4315 (Text Comparison): Add assoc-string and remove
4316 assoc-ignore-case, assoc-ignore-representation.
4317
4318 * os.texi (Time of Day): Add set-time-zone-rule.
4319
4320 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 4321 report domain-error errors.
4d25144d 4322
697cf92a 4323 * nonascii.texi (Converting Representations):
4d25144d
RS
4324 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
4325 (Encoding and I/O): Add file-name-coding-system.
4326
4327 * modes.texi (Search-based Fontification): Explain that
4328 face specs are symbols with face names as values.
4329
4330 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
4331
4332 * lists.texi (Building Lists): remq moved elsewhere.
4333 (Sets And Lists): remq moved here.
4334 (Association Lists): Refer to assoc-string.
4335
4336 * internals.texi (Garbage Collection): Add memory-use-counts.
4337
4338 * frames.texi (Frames and Windows): Add set-frame-selected-window
4339 and frame-root-window.
4340
697cf92a 4341 * files.texi (Contents of Directories):
4d25144d
RS
4342 Add directory-files-and-attributes.
4343
4344 * display.texi (Refresh Screen): Add force-window-update.
4345 (Invisible Text): Explain about moving point out of invis text.
4346 (Overlay Properties): Add overlay-properties.
4347 (Managing Overlays): Add overlayp.
4348 (GIF Images): Invalid image number displays a hollow box.
4349
4350 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
4351 (Killing Buffers): Add buffer-live-p.
4352
67fafe38
MR
43532003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
4354
4355 * display.texi (Fringes): Fix typo "set-buffer-window".
4356
68e74f25
LT
43572003-12-24 Luc Teirlinck <teirllm@auburn.edu>
4358
4359 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
4360 * nonascii.texi, processes.texi, tips.texi, variables.texi:
4361 Add or change various xrefs and anchors.
4362
4363 * commands.texi: Replace all occurrences of @acronym{CAR} with
4364 @sc{car}, for consistency with the rest of the Elisp manual.
4365 `car' and `cdr' are historically acronyms, but are no longer
4366 widely thought of as such.
4367
4368 * internals.texi (Pure Storage): Mention that `purecopy' does not
4369 copy text properties.
4370 (Object Internals): Now 29 bits are used (in most implementations)
4371 to address Lisp objects.
4372
4373 * variables.texi (Variables with Restricted Values): New node.
4374
4375 * objects.texi (Lisp Data Types): Mention that certain variables
4376 can only take on a restricted set of values and add an xref to
4377 the new node "Variables with Restricted Values".
4378
4379 * eval.texi (Function Indirection): Describe the errors that
4380 `indirect-function' can signal.
4381 (Eval): Clarify the descriptions of `eval-region' and `values'.
4382 Describe `eval-buffer' instead of `eval-current-buffer' and
4383 mention `eval-current-buffer' as an alias for `current-buffer'.
4384 Correct the description and mention all optional arguments.
4385
697cf92a 4386 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
4387 following.
4388 (Converting Representations): Clarify behavior of
4389 `string-make-multibyte' and `string-to-multibyte' for unibyte all
4390 ASCII arguments.
4391 (Character Sets): Document the variable `charset-list' and adapt
4392 the definition of the function `charset-list' accordingly.
4393 (Translation of Characters): Clarify use of generic characters in
4394 `make-translation-table'. Clarify and correct the description of
4395 the use of translation tables in encoding and decoding.
4396 (User-Chosen Coding Systems): Correct and clarify the description
4397 of `select-safe-coding-system'.
4398 (Default Coding Systems): Clarify description of
4399 `file-coding-system-alist'.
4400
a62f71e4
LT
44012003-11-30 Luc Teirlinck <teirllm@auburn.edu>
4402
4403 * strings.texi (Text Comparison): Correctly describe when two
4404 strings are `equal'. Combine and clarify descriptions of
4405 `assoc-ignore-case' and `assoc-ignore-representation'.
4406
4407 * objects.texi (Non-ASCII in Strings): Clarify description of
4408 when a string is unibyte or multibyte.
4409 (Bool-Vector Type): Update examples.
4410 (Equality Predicates): Correctly describe when two strings are
4411 `equal'.
4412
19017752
LT
44132003-11-29 Luc Teirlinck <teirllm@auburn.edu>
4414
4415 * lists.texi (Building Lists): `append' no longer accepts integer
4416 arguments. Update the description of `number-sequence' to reflect
4417 recent changes.
4418 (Sets And Lists): Describe `member-ignore-case' after `member'.
4419
0f6a07a8
KS
44202003-11-27 Kim F. Storm <storm@cua.dk>
4421
4422 * commands.texi (Click Events): Click object may be an images.
4423 Describe (dx . dy) element of click positions.
4424 (Accessing Events): Remove duplicate posn-timestamp.
4425 New functions posn-object and posn-object-x-y.
4426
1ce7c819
KS
44272003-11-23 Kim F. Storm <storm@cua.dk>
4428
4429 * commands.texi (Click Events): Describe enhancements to event
4430 position lists, including new text-pos and (col . row) items.
4431 Mention left-fringe and right-fringe area events.
0f6a07a8 4432 (Accessing Events): New functions posn-area and
1ce7c819
KS
4433 posn-actual-col-row. Mention posn-timestamp. Mention that
4434 posn-point in non-text area still returns buffer position.
4435 Clarify posn-col-row.
4436
cae8ddbb
LH
44372003-11-21 Lars Hansen <larsh@math.ku.dk>
4438
4439 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4440 * anti.texi (File Attributes): Describe removed parameter
4441 ID-FORMAT.
4442
f7f1a248
LT
44432003-11-20 Luc Teirlinck <teirllm@auburn.edu>
4444
68e74f25 4445 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
4446 a position, its buffer is ignored.
4447
4448 * markers.texi (Overview of Markers): Mention it here too.
4449
c5e2fb05
LT
44502003-11-12 Luc Teirlinck <teirllm@auburn.edu>
4451
4452 * numbers.texi (Numeric Conversions): Not just `floor', but also
4453 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
4454
e57d0aa8
LT
44552003-11-10 Luc Teirlinck <teirllm@auburn.edu>
4456
4457 * markers.texi (Creating Markers): Specify insertion type of
4458 created markers. Add xref to `Marker Insertion Types'.
4459 Second argument to `copy-marker' is optional.
4460 (Marker Insertion Types): Mention that most markers are created
4461 with insertion type nil.
4462 (The Mark): Correctly describe when `mark' signals an error.
4463 (The Region): Correctly describe when `region-beginning' and
4464 `region-end' signal an error.
4465
bb3612ec
LT
44662003-11-08 Luc Teirlinck <teirllm@auburn.edu>
4467
4468 * hash.texi (Creating Hash): Clarify description of `eql'.
4469 `makehash' is obsolete.
4470 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4471
4472 * positions.texi (Point): Change description of `buffer-end', so
4473 that it is also correct for floating point arguments.
4474 (List Motion): Correct argument lists of `beginning-of-defun' and
4475 `end-of-defun'.
4476 (Excursions): Add xref to `Marker Insertion Types'.
4477 (Narrowing): Argument to `narrow-to-page' is optional.
4478
cfb8a797
LT
44792003-11-06 Luc Teirlinck <teirllm@auburn.edu>
4480
4481 * streams.texi (Output Streams): Clarify behavior of point for
4482 marker output streams.
4483
c6177909
LT
44842003-11-04 Luc Teirlinck <teirllm@auburn.edu>
4485
4486 * variables.texi (Defining Variables): Second argument to
4487 `defconst' is not optional.
4488 (Setting Variables): Mention optional argument APPEND to
4489 `add-to-list'.
4490 (Creating Buffer-Local): Expand description of
4491 `make-variable-buffer-local'.
4492 (Frame-Local Variables): Expand description of
4493 `make-variable-frame-local'.
4494 (Variable Aliases): Correct description of optional argument
4495 DOCSTRING to `defvaralias'. Mention return value of
4496 `defvaralias'.
4497 (File Local Variables): Add xref to `File variables' in Emacs
4498 Manual. Correct description of `hack-local-variables'. Mention
4499 `safe-local-variable' property. Mention optional second argument
4500 to `risky-local-variable-p'.
4501
b3645067
LT
45022003-11-03 Luc Teirlinck <teirllm@auburn.edu>
4503
4504 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4505
10695e5c
EZ
45062003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4507
4508 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4509 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4510 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4511 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4512 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 4513 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
4514 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4515 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4516 @acronym{FOO}.
4517
a2f4def1
LT
45182003-10-27 Luc Teirlinck <teirllm@auburn.edu>
4519
4520 * strings.texi (Creating Strings): Argument START to `substring'
4521 can not be `nil'. Expand description of
4522 `substring-no-properties'. Correct description of `split-string',
4523 especially with respect to empty matches. Prevent very bad line
4524 break in definition of `split-string-default-separators'.
4525 (Text Comparison): `string=' and `string<' also accept symbols as
4526 arguments.
4527 (String Conversion): More completely describe argument BASE in
4528 `string-to-number'.
5bb0fcd1 4529 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
4530 corresponding object. Clarify behavior of numeric prefix after
4531 `%' in `format'.
4532 (Case Conversion): The argument to `upcase-initials' can be a
4533 character.
4534
a2296bf9
KH
45352003-10-27 Kenichi Handa <handa@m17n.org>
4536
4537 * display.texi (Fontsets): Fix texinfo usage.
4538
885fef7c
KH
45392003-10-25 Kenichi Handa <handa@m17n.org>
4540
4541 * display.texi (Fontsets): Add description of the function
4542 set-fontset-font.
4543
0c6b7a1f
LT
45442003-10-23 Luc Teirlinck <teirllm@auburn.edu>
4545
4546 * display.texi (Temporary Displays): Add xref to `Documentation
4547 Tips'.
4548
4549 * functions.texi (Function Safety): Use inforef instead of pxref
4550 for SES.
4551
c3cda320
AS
45522003-10-23 Andreas Schwab <schwab@suse.de>
4553
4554 * Makefile.in (TEX, texinputdir): Don't define.
4555 (TEXI2DVI): Define.
4556 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4557 add $(srcdir)/index.texi.
4558 ($(infodir)/elisp): Remove index.texi dependency.
4559 (elisp.dvi): Likewise. Use $(TEXI2DVI).
4560 (index.texi): Remove target.
4561 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
4562 (clean): Don't remove index.texi.
4563
c3cda320
AS
4564 * permute-index, index.perm: Remove.
4565 * index.texi: Rename from index.unperm.
4566
e5dadca7
LT
45672003-10-22 Luc Teirlinck <teirllm@auburn.edu>
4568
4569 * tips.texi (Documentation Tips): Document new behavior for face
4570 and variable hyperlinks in Help mode.
4571
6cfb0777
LT
45722003-10-21 Luc Teirlinck <teirllm@auburn.edu>
4573
4574 * objects.texi (Integer Type): Update for extra bit of integer range.
4575 (Character Type): Ditto.
4576
a6eeaa81 45772003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
4578
4579 * numbers.texi (Integer Basics): Add index entries for reading
4580 numbers in hex, octal, and binary.
4581
c8f9ba83
LK
45822003-10-16 Lute Kamstra <lute@gnu.org>
4583
4584 * modes.texi (Mode Line Format): Mention force-mode-line-update's
4585 argument.
4586
b52a26fb
LT
45872003-10-13 Luc Teirlinck <teirllm@auburn.edu>
4588
4589 * windows.texi (Choosing Window): Fix typo.
4590 * edebug.texi (Edebug Execution Modes): Fix typo.
4591
f7005886
RS
45922003-10-13 Richard M. Stallman <rms@gnu.org>
4593
4594 * windows.texi (Basic Windows): A window has fringe settings,
4595 display margins and scroll-bar settings.
4596 (Splitting Windows): Doc split-window return value.
4597 Clean up one-window-p.
4598 (Selecting Windows): Fix typo.
4599 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4600 (Buffers and Windows): In set-window-buffer, explain effect
4601 on fringe settings and scroll bar settings.
4602 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4603 (Choosing Window): Use defopt for pop-up-frame-function.
4604 For special-display-buffer-names, explain same-window and same-frame.
4605 Clarify window-dedicated-p return value.
4606 (Textual Scrolling): scroll-up and scroll-down can get an error.
4607 (Horizontal Scrolling): Clarify auto-hscroll-mode.
4608 Clarify set-window-hscroll.
4609 (Size of Window): Don't mention tool bar in window-height.
4610 (Coordinates and Windows): Explain what coordinates-in-window-p
4611 returns for fringes and display margins.
4612 (Window Configurations): Explain saving fringes, etc.
4613
4614 * tips.texi (Library Headers): Clean up Documentation.
4615
4616 * syntax.texi (Parsing Expressions): Clean up forward-comment
4617 and parse-sexp-lookup-properties.
4618
4619 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4620
4621 * os.texi (System Environment): Clean up text for load-average errors.
4622
4623 * modes.texi (Hooks): Don't explain local hook details at front.
4624 Clarify run-hooks and run-hook-with-args a little.
4625 Clean up add-hook and remove-hook.
4626
4627 * edebug.texi (Edebug Execution Modes): Clarify t.
4628 Document edebug-sit-for-seconds.
4629 (Coverage Testing): Document C-x X = and =.
4630 (Instrumenting Macro Calls): Fix typo.
4631 (Specification List): Don't index the specification keywords.
4632
c989ebe9
KS
46332003-10-10 Kim F. Storm <storm@cua.dk>
4634
4635 * processes.texi (Network): Introduce make-network-process.
4636
f9525eef
LT
46372003-10-09 Luc Teirlinck <teirllm@auburn.edu>
4638
4639 * tips.texi (Library Headers): Fix typo.
4640
f008b925
LK
46412003-10-07 Juri Linkov <juri@jurta.org>
4642
4643 * modes.texi (Imenu): Mention imenu-create-index-function's
4644 default value. Explain submenus better.
4645
c22c5da6
LK
46462003-10-07 Lute Kamstra <lute@gnu.org>
4647
4648 * modes.texi (Faces for Font Lock): Fix typo.
4649 (Hooks): Explain how buffer-local hook variables can refer to
4650 global hook variables.
4651 Various minor clarifications.
4652
49247521
LK
46532003-10-06 Lute Kamstra <lute@gnu.org>
4654
4655 * tips.texi (Coding Conventions): Mention naming conventions for
4656 hooks.
4657
9296c947
LT
46582003-10-05 Luc Teirlinck <teirllm@auburn.edu>
4659
4660 * loading.texi (Library Search): Correct default value of
4661 load-suffixes.
4662 (Named Features): Fix typo.
4663
0e9b293a
RS
46642003-10-05 Richard M. Stallman <rms@gnu.org>
4665
4666 * loading.texi (Named Features): In `provide',
4667 say how to test for subfeatures.
4668 (Unloading): In unload-feature, use new var name
4669 unload-feature-special-hooks.
4670
49247521 46712003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
4672
4673 * modes.texi (Major Mode Conventions): Mention third way to set up
4674 Imenu.
4675 (Imenu): A number of small fixes.
4676 Delete documentation of internal variable imenu--index-alist.
4677 Document the return value format of imenu-create-index-function
4678 functions.
4679
ab8f7d5c
RS
46802003-09-30 Richard M. Stallman <rms@gnu.org>
4681
4682 * processes.texi (Network): Say what stopped datagram connections do.
4683
4684 * lists.texi (Association Lists): Clarify `assq-delete-all'.
4685
4686 * display.texi (Overlay Properties): Clarify `evaporate' property.
4687
49247521 46882003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
4689
4690 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 4691 constructs should be marked as risky.
86b9b767
LK
4692 Change cons cell into proper list.
4693 (Mode Line Variables): Change cons cell into proper list.
4694
49247521 46952003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
4696
4697 * modes.texi (Mode Line Data): Document the :propertize construct.
4698 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 4699 to match their order in the default mode-line-format.
bc3b02f9
LK
4700 Describe the new variables mode-line-position and mode-line-modes.
4701 Update the default values of mode-line-frame-identification,
4702 minor-mode-alist, and default-mode-line-format.
4703 (Properties in Mode): Mention the :propertize construct.
6142d1d0 4704
bc3b02f9 47052003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 4706
c22c5da6 4707 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
4708 * loading.texi, minibuf.texi, text.texi, variables.texi:
4709 Avoid @strong{Note:}.
4710
47112003-09-26 Richard M. Stallman <rms@gnu.org>
4712
4713 * keymaps.texi (Remapping Commands): Fix typo.
4714
41beda59
LT
47152003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
4716
4717 * processes.texi (Low-Level Network): Fix typo.
4718
ef6ae4ff
KS
47192003-09-23 Kim F. Storm <storm@cua.dk>
4720
4721 * processes.texi (Network, Network Servers): Fix typos.
4722 (Low-Level Network): Add timeout value for :server keyword.
4723 Add new option keywords to make-network-process.
4724 Add set-network-process-options.
4725 Explain how to test availability of network options.
4726
b0f23edf
RS
47272003-09-19 Richard M. Stallman <rms@gnu.org>
4728
4729 * text.texi (Motion by Indent): Arg to
4730 backward-to-indentation and forward-to-indentation is optional.
4731
4732 * strings.texi (Creating Strings): Add substring-no-properties.
4733
4734 * processes.texi
4735 (Process Information): Add list-processes arg QUERY-ONLY.
4736 Delete process-contact from here.
4737 Add new status values for process-status.
4738 Add process-get, process-put, process-plist, set-process-plist.
4739 (Synchronous Processes): Add call-process-shell-command.
4740 (Signals to Processes): signal-process allows process objects.
4741 (Network): Complete rewrite.
4742 (Network Servers, Datagrams, Low-Level Network): New nodes.
4743
4744 * positions.texi (Word Motion): forward-word, backward-word
4745 arg is optional. Reword.
4746
4747 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
4748
c22c5da6 4749 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
4750 Delete duplicate definition of buffer-local-value.
4751 (File Local Variables): Explain about discarding text props.
4752
f387bdea
RS
47532003-09-11 Richard M. Stallman <rms@gnu.org>
4754
4755 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4756 changes variables that record input events.
4757 (Minibuffer Misc): Add minibuffer-selected-window.
4758
4759 * lists.texi (Building Lists): Add copy-tree.
4760
4761 * display.texi (Fontsets): Add char-displayable-p.
4762 (Scroll Bars): New node.
4763
49247521 47642003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
4765
4766 * modes.texi (%-Constructs): Document new `%i' and `%I'
4767 constructs.
4768
fd026ee1
JR
47692003-09-03 Peter Runestig <peter@runestig.com>
4770
4771 * makefile.w32-in: New file.
4772
4828b4d7
RS
47732003-08-29 Richard M. Stallman <rms@gnu.org>
4774
4775 * display.texi (Overlay Properties): Clarify how priorities
4776 affect use of the properties.
4777
a4e4f05d
LT
47782003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4779
4780 * customize.texi (Type Keywords): Correct the description of
4781 `:help-echo' in the case where `motion-doc' is a function.
4782
3ebe0346
JPW
47832003-08-14 John Paul Wallington <jpw@gnu.org>
4784
4785 * modes.texi (Emulating Mode Line): Subsection, not section.
4786
3afe8e39
RS
47872003-08-13 Richard M. Stallman <rms@gnu.org>
4788
4789 * elisp.texi (Top): Update subnode lists in menu.
4790
4791 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4792 (Kill Functions): kill-region has new arg yank-handler.
4793 (Yanking): New node.
4794 (Yank Commands): Add yank-undo-function.
4795 (Low-Level Kill Ring):
4796 kill-new and kill-append have new arg yank-handler.
4797 (Changing Properties): Add remove-list-of-text-properties.
4798 (Atomic Changes): New node.
4799
4800 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4801
4802 * streams.texi (Output Variables): Add eval-expression-print-length
4803 and eval-expression-print-level.
4804
4805 * os.texi (Time Conversion): For encode-time, explain limits on year.
4806
4807 * objects.texi (Character Type): Define anchor "modifier bits".
4808
4809 * modes.texi (Emulating Mode Line): New node.
4810 (Search-based Fontification): Font Lock uses font-lock-face property.
4811 (Other Font Lock Variables): Likewise.
4812
4813 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4814 not vectors.
4815 (Active Keymaps): Add emulation-mode-map-alists.
4816 (Functions for Key Lookup): key-binding has new arg no-remap.
4817 (Remapping Commands): New node.
4818 (Scanning Keymaps): where-is-internal has new arg no-remap.
4819 (Tool Bar): Add tool-bar-local-item-from-menu.
4820 Clarify when to use tool-bar-add-item-from-menu.
4821
4822 * commands.texi (Interactive Call): commandp has new arg.
4823 (Command Loop Info): Add this-original-command.
4824
e37769b1
JPW
48252003-08-06 John Paul Wallington <jpw@gnu.org>
4826
4827 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4828
4829 * display.texi (Warning Basics): Fix typo.
4830 (Fringes): Add closing curly bracket and fix typo.
4831
4832 * elisp.texi (Top): Fix typo.
4833
c5e0561f
RS
48342003-08-05 Richard M. Stallman <rms@gnu.org>
4835
4836 * elisp.texi: Update lists of subnodes.
4837
4838 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4839
4840 * variables.texi (Local Variables): Use lc for example variable names.
4841
4842 * tips.texi (Library Headers): Explain where to put -*-.
4843
4844 * strings.texi (Creating Strings): Fix xref for vconcat.
4845
4846 * sequences.texi (Vector Functions):
4847 vconcat no longer allows integer args.
4848
4849 * minibuf.texi (Reading File Names): read-file-name has new
4850 arg PREDICATE. New function read-directory-name.
4851
4852 * macros.texi (Defining Macros): Give definition of `declare'
4853 (Indenting Macros): New node.
4854
4855 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4856 (Window Frame Parameters): Make separate table of parameters
4857 that are coupled with specific face attributes.
4858 (Deleting Frames): delete-frame-hooks renamed to
4859 delete-frame-functions.
4860
4861 * files.texi (Magic File Names): Add file-remote-p.
4862 Clarify file-local-copy.
4863
4864 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4865 here; instead xref Defining Macros.
4866
4867 * display.texi (Warnings): New node, and subnodes.
4868 (Fringes): New node.
4869
4870 * debugging.texi (Test Coverage): New node.
4871
4872 * compile.texi (Compiler Errors): Explain with-no-warnings
4873 and other ways to suppress warnings.
4874
4875 * commands.texi (Interactive Call): Minor clarification.
4876
4877 * buffers.texi (Buffer File Name): set-visited-file-name
4878 renames the buffer too.
4879
4880 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4881
ee59dede
MR
48822003-07-24 Markus Rost <rost@math.ohio-state.edu>
4883
4884 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4885
f0514b34
MR
48862003-07-22 Markus Rost <rost@math.ohio-state.edu>
4887
4888 * internals.texi (Garbage Collection): Fix previous change.
4889
c73983bb
RS
48902003-07-22 Richard M. Stallman <rms@gnu.org>
4891
4892 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4893
4894 * display.texi (Width): Use \s syntax in example.
4895 (Font Selection): Add face-font-rescale-alist.
4896
4897 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4898 Remove spurious indent in example.
4899
4900 * lists.texi (Building Lists): Add number-sequence.
4901
4902 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4903
4904 * functions.texi (Function Documentation): Explain how to
4905 show calling convention explicitly in the doc string.
4906
4907 * windows.texi (Selecting Windows): save-selected-window saves
4908 selected window of each frame.
4909 (Window Configurations): Minor change.
4910
4911 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4912
4913 * streams.texi (Output Variables): Add print-continuous-numbering
4914 and print-number-table.
4915
4916 * processes.texi (Decoding Output): New node.
4917
4918 * os.texi (Time Conversion): decode-time arg is optional.
4919
4920 * objects.texi (Character Type): Don't use space as example for \.
4921 Make list of char names and \-sequences correspond.
4922 Explain that \s is not used in strings. `\ ' needs space after.
4923
4924 * nonascii.texi (Converting Representations): Add string-to-multibyte.
4925 (Translation of Characters): Add translation-table-for-input.
4926 (Default Coding Systems): Add auto-coding-functions.
4927 (Explicit Encoding): Add decode-coding-inserted-region.
4928 (Locales): Add locale-info.
4929
4930 * minibuf.texi (Basic Completion): Describe test-completion.
4931 Collections can be lists of strings.
4932 Clean up lazy-completion-table.
4933 (Programmed Completion): Mention test-completion.
4934 Clarify why lambda expressions are not accepted.
4935 (Minibuffer Misc): Describe minibufferp.
4936
51a8b435
RS
49372003-07-14 Richard M. Stallman <rms@gnu.org>
4938
4939 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4940
4941 * windows.texi (Selecting Windows): New arg to select-window.
4942 (Selecting Windows): Add with-selected-window.
4943 (Size of Window): Add window-inside-edges, etc.
4944
4945 * internals.texi (Garbage Collection): Add post-gc-hook.
4946
4947 * processes.texi (Subprocess Creation): Add exec-suffixes.
4948
4949 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4950 (Scanning Keymaps): Add map-keymaps.
4951 (Defining Menus): Add keymap-prompt.
4952
4953 * numbers.texi (Integer Basics): Add most-positive-fixnum,
4954 most-negative-fixnum.
4955
4956 * compile.texi (Byte Compilation): Explain no-byte-compile
4957 (Compiler Errors): New node.
4958
4959 * os.texi (User Identification): user-uid, user-real-uid
4960 can return float.
4961
4962 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4963 and about derived modes.
4964 (Minor Modes): Add minor-mode-list.
4965 (Defining Minor Modes): Keyword args for define-minor-mode.
4966 (Search-based Fontification): Explain managing other properties.
4967 (Other Font Lock Variables): Add font-lock-extra-managed-props.
4968 (Faces for Font Lock): Add font-locl-preprocessor-face.
4969 (Hooks): Add run-mode-hooks and delay-mode-hooks.
4970
4971 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 4972 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
4973
4974 * loading.texi (Library Search): Add load-suffixes.
4975
4976 * minibuf.texi (Basic Completion): Add lazy-completion-table.
4977 (Programmed Completion): Add dynamic-completion-table.
4978
4979 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4980 (Magic File Names): Specify precedence order of handlers.
199bb209 4981
51a8b435
RS
4982 * commands.texi (Command Overview): Emacs server runs pre-command-hook
4983 and post-command-hook.
4984 (Waiting): New calling convention for sit-for.
4985
4986 * text.texi (Special Properties): local-map and keymap properties
4987 apply based on their stickiness.
4988
c6de56a0
RS
49892003-07-07 Richard M. Stallman <rms@gnu.org>
4990
4991 * modes.texi (Minor Mode Conventions): Specify only some kinds
4992 of list values as args to minor modes.
4993
4994 * files.texi (File Name Expansion): Warn about iterative use
4995 of substitute-in-file-name.
4996
4997 * advice.texi (Activation of Advice): Clean up previous change.
4998
8c761ea6
MR
49992003-07-06 Markus Rost <rost@math.ohio-state.edu>
5000
5001 * advice.texi (Activation of Advice): Note that ad-start-advice is
5002 turned on by default.
5003
c6de56a0
RS
50042003-06-30 Richard M. Stallman <rms@gnu.org>
5005
5006 * text.texi (Buffer Contents): Document current-word.
5007 (Change Hooks): Not called for *Messages*.
5008
5009 * functions.texi (Defining Functions): Explain about redefining
5010 primitives.
5011 (Function Safety): Renamed. Minor changes.
5012 Comment out the detailed criteria for what is safe.
5013
3fe4e567
AS
50142003-06-22 Andreas Schwab <schwab@suse.de>
5015
5016 * objects.texi (Symbol Type): Fix description of examples.
5017
cda7bd13
AS
50182003-06-16 Andreas Schwab <schwab@suse.de>
5019
5020 * hash.texi (Creating Hash): Fix description of :weakness.
5021
fbcffa4a
KG
50222003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
5023
5024 * files.texi (Changing Files): copy-file copies file modes, too.
5025
ff6a3bfb
RS
50262003-05-28 Richard M. Stallman <rms@gnu.org>
5027
5028 * strings.texi (Creating Strings): Clarify split-string.
5029
1463a05d
JB
50302003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
5031
5032 * strings.texi (Creating Strings): Update split-string specification
5033 and examples.
5034
af253914
RS
50352003-05-19 Richard M. Stallman <rms@gnu.org>
5036
5037 * elisp.texi: Correct invariant section names.
5038
7ea52f92
RS
50392003-04-20 Richard M. Stallman <rms@gnu.org>
5040
5041 * os.texi (Timers): Explain about timers and quitting.
5042
e31afc09
RS
50432003-04-19 Richard M. Stallman <rms@gnu.org>
5044
5045 * internals.texi (Writing Emacs Primitives): Strings are
5046 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
5047 Explain GCPRO convention for varargs function args.
5048
5ceea398
RS
50492003-04-16 Richard M. Stallman <rms@gnu.org>
5050
5051 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
5052
b0ada147
RS
50532003-04-08 Richard M. Stallman <rms@gnu.org>
5054
5055 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
5056
b23375aa
KS
50572003-02-13 Kim F. Storm <storm@cua.dk>
5058
5059 * objects.texi (Character Type): New \s escape for space.
5060
c60ee5e7
JB
50612003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5062
5063 * os.texi (System Environment): Added cygwin system-type.
5064
84e47416
RS
50652003-01-25 Richard M. Stallman <rms@gnu.org>
5066
5067 * keymaps.texi: Document that a symbol can act as a keymap.
5068
3e8cf2ea
RS
50692003-01-13 Richard M. Stallman <rms@gnu.org>
5070
5071 * text.texi (Changing Properties): Say string indices are origin-0.
5072
5073 * positions.texi (Screen Lines) <compute-motion>:
5074 Correct order of elts in return value.
5075
5076 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
5077 how to define a default binding.
5078
7abb9fc5 50792002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 5080
104bc3aa 5081 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 5082
104bc3aa 5083 * customize.texi (Simple Types): Clarify description of custom
9b7fa297 5084 type 'number. Describe new custom type 'float.
177f790c 5085
7abb9fc5 50862002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
5087
5088 * variables.texi (File Local Variables): Fix typo.
5089
df140a68 50902002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 5091
df140a68
KG
5092 From Michael Albinus <Michael.Albinus@alcatel.de>.
5093
5094 * README: Target for Info file is `make info'.
5095
5096 * files.texi (File Name Components): Fixed typos in
5097 `file-name-sans-extension'.
5098 (Magic File Names): Complete list of operations for magic file
5099 name handlers.
5100
7ed9159a
JY
51012002-09-16 Jonathan Yavner <jyavner@engineer.com>
5102
5103 * variables.texi (File Local Variables): New function
5104 risky-local-variable-p.
5105
51062002-09-15 Jonathan Yavner <jyavner@engineer.com>
5107
5108 * functions.texi (Function safety): New node about unsafep.
5109
241f79af
PA
51102002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
5111
5112 * customize.texi (Splicing into Lists): Fixed example.
5113 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
5114
72459b15
JB
51152002-06-17 Juanma Barranquero <lektu@terra.es>
5116
5117 * frames.texi (Display Feature Testing): Fix typo.
5118
61f7e0f5
AS
51192002-06-12 Andreas Schwab <schwab@suse.de>
5120
5121 * frames.texi (Initial Parameters, Resources): Fix references to
5122 the Emacs manual.
5123
4e792dbd
KS
51242002-05-13 Kim F. Storm <storm@cua.dk>
5125
5126 * variables.texi (Intro to Buffer-Local): Updated warning and
5127 example relating to changing buffer inside let.
5128
940344d4 51292002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
5130
5131 * os.texi (Session Management): New node about X Session management.
5132
231ac53b
EZ
51332002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
5134
5135 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
5136 to which the manual corresponds, and the copyright years.
5137
5138 * Makefile.in (VERSION): Set to 2.9.
5139
140cc574
EZ
51402001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
5141
5142 * elisp.texi: Change the category in @dircategory to "Emacs", to
5143 make it consistent with info/dir.
5144
9c7fce05
MB
51452001-11-25 Miles Bader <miles@gnu.org>
5146
5147 * text.texi (Fields): Describe new `limit' arg in
5148 field-beginning/field-end.
5149
9f8bbf0f
EZ
51502001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5151
a5e6715c
EZ
5152 * permute-index: Don't depend on csh-specific features. Replace
5153 the interpreter name with /bin/sh.
5154
9f8bbf0f
EZ
5155 * two-volume-cross-refs.txt: New file.
5156 * two.el: New file.
5157 * spellfile: New file.
5158
1756e2fb
EZ
51592001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5160
5161 * permute-index: New file.
5162
5163 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
5164 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
5165 8+3 restricted namespace.
ad050e54
EZ
5166
5167 * Makefile.in (infodir): Define relative to $(srcdir).
5168 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
5169 include directories list via -I switch to makeinfo.
5170 (index.texi): Use cp if both hard and symbolic links fail.
5171
10fa7f8e
EZ
51722001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5173
7a1494ce
EZ
5174 * Makefile.in (distclean): Add.
5175
10fa7f8e
EZ
5176 The following changes make ELisp manual part of the Emacs
5177 distribution:
5178
5179 * Makefile.in: Add Copyright notice.
5180 (prefix): Remove.
5181 (infodir): Change value to "../info".
5182 (VPATH): New variable.
5183 (MAKE): Don't define.
5184 (texmacrodir): Don't define.
5185 (texinputdir): Append the existing value of TEXINPUTS.
5186 ($(infodir)/elisp): Instead of just "elisp". Reformat the
5187 command to be compatible with man/Makefile.in, and to put the
5188 output into ../info.
5c32b7c5 5189 (info): Add target.
10fa7f8e
EZ
5190 (installall): Target removed.
5191
74686736 51922001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
5193
5194 * tips.texi (Coding Conventions): Fix typo.
5195
6fd735df
GM
51962001-10-23 Gerd Moellmann <gerd@gnu.org>
5197
5198 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
5199
b704d54b
EZ
52002001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5201
5202 * files.texi (File Name Components): Update the description of
5203 file-name-sans-extension and file-name-extension, as they now
5204 ignore leading dots.
5205
71431a0e
GM
52062001-10-20 Gerd Moellmann <gerd@gnu.org>
5207
6aa97356 5208 * (Version 21.1 released.)
71431a0e 5209
79f1f96c
MB
52102001-10-19 Miles Bader <miles@gnu.org>
5211
5212 * positions.texi (Text Lines): Describe behavior of
5213 `beginning-of-line'/`end-of-line' in the presence of field properties.
5214
892a8f36
GM
52152001-10-17 Gerd Moellmann <gerd@gnu.org>
5216
5217 * Makefile.in (VERSION): Set to 2.8.
5218 (manual): Use `manual-21'.
5219
8c1cc9e8 5220 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
5221 number was used. Set it to 2.8.
5222
5223 * intro.texi: Likewise.
5224
51724e26
EZ
52252001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5226
5227 * files.texi (File Name Completion): Document the significance of
5228 a trailing slash in elements of completion-ignored-extensions.
5229
57b338e8
MB
52302001-10-06 Miles Bader <miles@gnu.org>
5231
5232 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
5233
c89e4bc5
GM
52342001-10-04 Gerd Moellmann <gerd@gnu.org>
5235
5236 * variables.texi (Variable Aliases): New node.
5237
ab952a4f
GM
52382001-10-04 Gerd Moellmann <gerd@gnu.org>
5239
5240 * Branch for 21.1.
dff28924 5241
9db3a582
MB
52422001-10-02 Miles Bader <miles@gnu.org>
5243
ae1a9581
MB
5244 * minibuf.texi (Minibuffer Misc): Add entries for
5245 `minibuffer-contents', `minibuffer-contents-no-properties', and
5246 `delete-minibuffer-contents'.
5247 Correct description for `minibuffer-prompt-end'.
5248
9db3a582
MB
5249 * text.texi (Property Search): Correct descriptions of
5250 `next-char-property-change' and `previous-char-property-change'.
5251 Add entries for `next-single-char-property-change' and
5252 `previous-single-char-property-change'.
5253 Make operand names a bit more consistent.
5254
03be5931
EZ
52552001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
5256
5257 * frames.texi (Finding All Frames): Document that next-frame and
5258 previous-frame are local to current terminal.
5259
974548ec
EZ
52602001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
5261
5262 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 5263 result of make-keymap.
974548ec 5264
8d82c597
EZ
52652001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
5266
5267 * display.texi (Font Lookup, Attribute Functions)
5268 (Image Descriptors): Add cross-references to the definition of
5269 selected frame.
5270
5271 * buffers.texi (The Buffer List): Add cross-references to the
5272 definition of selected frame.
5273
5274 * frames.texi (Input Focus): Clarify which frame is _the_ selected
5275 frame at any given time.
5276 (Multiple Displays, Size and Position): Add a cross-reference to
5277 the definition of the selected frame.
5278
2842de30
EZ
52792001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5280
5281 * strings.texi (String Conversion) <string-to-number>: Document
5282 that a float is returned for integers that are too large.
5283
5284 * frames.texi (Mouse Position): Document mouse-position-function.
5285 (Display Feature Testing): Document display-images-p.
5286 (Window Frame Parameters): Document the cursor-type variable.
5287
5288 * numbers.texi (Integer Basics): Document CL style read syntax for
5289 integers in bases other than 10.
5290
5291 * positions.texi (List Motion): Document
5292 open-paren-in-column-0-is-defun-start.
5293
5294 * lists.texi (Sets And Lists): Document member-ignore-case.
5295
5296 * internals.texi (Garbage Collection): Document the used and free
5297 strings report.
5298 (Memory Usage): Document strings-consed.
5299
5300 * os.texi (Time of Day): Document float-time.
5301 (Recording Input): Document that clear-this-command-keys clears
5302 the vector to be returned by recent-keys.
5303
5304 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
5305 argument keymap can be a list.
5306
5307 * nonascii.texi (User-Chosen Coding Systems)
5308 <select-safe-coding-system>: Document the new argument
5309 accept-default-p and the variable
5310 select-safe-coding-system-accept-default-p. Tell what happens if
5311 buffer-file-coding-system is undecided.
5312 (Default Coding Systems): Document auto-coding-regexp-alist.
5313
5314 * display.texi (The Echo Area) <message>: Document
5315 message-truncate-lines.
5316 (Glyphs): Document that the glyph table is unused on windowed
5317 displays.
5318
5319 * help.texi (Describing Characters) <single-key-description>:
5320 Document the new argument no-angles.
5321 (Accessing Documentation) <documentation-property>: Document that
5322 a non-string property is evaluated.
5323 <documentation>: Document that the function-documentation property
5324 is looked for.
5325
5326 * windows.texi (Selecting Windows): Document some-window.
5327
5328 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
5329
5330 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
5331 apropos-mode-hook.
5332
5333 * commands.texi (Using Interactive): Document interactive-form.
5334 (Keyboard Macros): Document kbd-macro-termination-hook.
5335 (Command Loop Info): Document that clear-this-command-keys clears
5336 the vector to be returned by recent-keys.
5337
2d43d823
GM
53382001-09-04 Werner LEMBERG <wl@gnu.org>
5339
5340 * Makefile.in (srcdir, texinputdir): New variables.
5341 (srcs, index.texi, install): Use $(srcdir).
5342 (.PHONY): Remove elisp.dvi.
5343 (elisp): Use -I switch for makeinfo.
5344 (elisp.dvi): Use $(srcdir) and $(texinputdir).
5345 (installall, dist): Use $(srcdir).
5346 Fix path to texinfo.tex.
5347 (maintainer-clean): Add elisp.dvi and elisp.oaux.
5348
fa739b31
GM
53492001-08-30 Gerd Moellmann <gerd@gnu.org>
5350
92a25631
GM
5351 * display.texi (Conditional Display): Adjust to API change.
5352
fa739b31
GM
5353 * configure: New file.
5354
cef68af5
GM
53552001-07-30 Gerd Moellmann <gerd@gnu.org>
5356
5357 * commands.texi (Repeat Events): Add description of
5358 double-click-fuzz.
5359
d1f08d85
SM
53602001-05-08 Stefan Monnier <monnier@cs.yale.edu>
5361
5362 * syntax.texi (Syntax Class Table): Add the missing designator for
5363 comment and string fences.
5364 (Syntax Properties): Add a xref to syntax table internals.
5365 (Syntax Table Internals): Document string-to-syntax.
5366
1e9fc92e
GM
53672001-05-07 Gerd Moellmann <gerd@gnu.org>
5368
5369 * Makefile.in (install): Use install-info command line options
5370 like in Emacs' Makefile.in.
5371
00480554
MB
53722000-12-09 Miles Bader <miles@gnu.org>
5373
5374 * windows.texi (Window Start): Update documentation for
5375 `pos-visible-in-window-p'.
5376
1e344ee2
SM
53772000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5378
5379 * lists.texi (Building Lists): Add footnote to explain how to add
5380 to the end of a list.
5381
a540f6ed
GM
53822000-10-25 Gerd Moellmann <gerd@gnu.org>
5383
5384 * files.texi (Visiting Functions): Typos.
5385
28bcdbee
KH
53862000-10-25 Kenichi Handa <handa@etl.go.jp>
5387
5388 * files.texi (Visiting Functions): Return value of
5389 find-file-noselect may be a list of buffers if wildcards are used.
5390
22d1a4ed
MB
53912000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5392
5393 * display.texi (Defining Faces): Document `graphic' display type
5394 in face specs.
5395
916a89db
KG
53962000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5397
1e9fc92e 5398 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
5399 `after-make-frame-hook' with `after-make-frame-functions'.
5400
1e9fc92e 5401 * frames.texi (Creating Frames): Ditto.
916a89db 5402
1e9fc92e 5403 * variables.texi (Future Local Variables): Ditto.
916a89db 5404
483de32b
GM
54052000-10-16 Gerd Moellmann <gerd@gnu.org>
5406
5407 * display.texi (Other Image Types): Add description of :foreground
5408 and :background properties of mono PBM images.
5409
e23a63a5
WL
54102000-08-17 Werner LEMBERG <wl@gnu.org>
5411
5412 * .cvsignore: New file.
5413
dfc16043
GM
54142000-01-05 Gerd Moellmann <gerd@gnu.org>
5415
5416 * tindex.pl: New script.
5417
602613fe
DL
54181999-12-03 Dave Love <fx@gnu.org>
5419
5420 * Makefile.in (MAKEINFO): New parameter.
5421
94ec544d
DL
54221999-09-17 Richard Stallman <rms@gnu.org>
5423
5424 * Makefile.in (srcs): Add hash.texi.
5425 (VERSION): Update to 20.6.
5426
54271999-09-13 Richard Stallman <rms@gnu.org>
5428
5429 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
5430
54311998-08-29 Karl Heuer <kwzh@gnu.org>
5432
5433 * configure.in: New file.
5434 * Makefile.in: Renamed from Makefile.
5435 (prefix, infodir): Use value obtained from configure.
5436 (emacslibdir): Obsolete variable deleted.
5437 (dist): Distribute configure.in, configure, Makefile.in.
5438
54391998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
5440
5441 * Makefile (INSTALL_INFO): New variable.
5442 (install): Run install-info.
5443
54441998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
5445
5446 * Makefile (elisp.dvi): Add missing backslash.
5447
54481998-05-02 Richard Stallman <rms@psilocin.gnu.org>
5449
5450 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
5451 Run texindex without `./'. Always run texindex on elisp.tp.
5452 (elisp.tps): Target deleted.
5453
54541998-04-05 Richard Stallman <rms@psilocin.gnu.org>
5455
5456 * Makefile (srcs): Add nonascii.texi and customize.texi.
5457 (dist): Start by deleting `temp'.
5458
54591998-02-17 Richard Stallman <rms@psilocin.gnu.org>
5460
5461 * Makefile (makeinfo, texindex): Targets deleted.
5462 (makeinfo.o, texindex.o): Targets deleted.
5463 (clean, dist): Don't do anything with them or with getopt*.
5464
54651998-01-30 Richard Stallman <rms@psilocin.gnu.org>
5466
5467 * Makefile (SHELL): Defined.
5468
54691998-01-27 Richard Stallman <rms@psilocin.gnu.org>
5470
5471 * Makefile (elisp.tps): New target.
5472 (elisp.dvi): Depend on elisp.tps.
5473
5474Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
5475
5476 * README: Update phone number.
5477
5478 * Makefile (elisp): Make this be the default target.
5479 Depend on makeinfo.c instead of makeinfo.
5480 (install): Don't depend on elisp.dvi, since we don't install that.
5481 Use mkinstalldirs.
5482 (dist): Add mkinstalldirs.
5483
5484Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5485
5486 * Makefile (VERSION): Update version number.
5487 (maintainer-clean): Renamed from realclean.
5488
5489Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5490
5491 * Makefile (realclean): New target.
5492 (elisp): Remove any old elisp-* files first.
5493
5494Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5495
d1f08d85
SM
5496 * Makefile (VERSION): New variable.
5497 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5498 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
5499
5500Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5501
5502 * Makefile (elisp): Depend on makeinfo.
5503
5504Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
5505
d1f08d85 5506 * Makefile (srcs): Add anti.texi.
94ec544d
DL
5507
5508Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5509
5510 * Makefile (infodir, prefix): New vars.
5511 (install): Use infodir.
5512 (emacsinfodir): Deleted.
5513
5514Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5515
5516 * Makefile (srcs): Add calendar.texi.
5517
5518 * Makefile (dist): Copy texindex.c and makeinfo.c.
5519 Limit elisp-* files to those with one or two digits.
5520
5521Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5522
5523 * Makefile (dist): Changed to use Gzip instead of compress.
5524
5525Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5526
5527 * loading.texi (Unloading): define-function changed back to
5528 defalias. It may not stay this way, but at least it's
5529 consistent with the known-good version of the code patch.
5530
5531Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5532
5533 * modes.texi (Hooks): Document new optional arg of add-hook.
5534
5535Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5536
d1f08d85 5537 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
5538
5539 * tips.texi: Add new section on standard library headers.
5540
5541Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5542
5543 * Makefile (srcs): Add frame.texi to the list of sources.
5544
5545Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5546
5547 * Makefile (dist): Don't bother excluding autosave files; they'll
5548 never make it into the temp directory anyway, and the hash marks
5549 in the name are problematic for make and the Bourne shell.
dff28924 5550 (srcs):
94ec544d
DL
5551
5552Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5553
d1f08d85 5554 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
5555 the distribution tar file.
5556
dff28924 5557Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
5558
5559 * Makefile (srcs): Added index.perm.
5560 (elisp.dvi): Remove erroneous shell comment.
5561 Expect output of permute-index in permuted.fns.
5562 Save old elisp.aux in elisp.oaux.
5563 (clean): Added index.texi to be deleted.
5564
dff28924 5565Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5566
5567 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5568
dff28924 5569Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d 5570
6db11765 5571 * files.texi: Noted that completion-ignored-extensions is ignored
94ec544d
DL
5572 when making *Completions*.
5573
5574Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5575
5576 * Makefile make dist now depends on elisp.dvi, since it tries
5577 to include it in the dist file.
5578
dff28924 5579Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
5580
5581 * functions.texinfo (Mapping Functions): Add missing quote
5582
dff28924 5583Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5584
5585 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5586 (defunargs): Turn off \hyphenchar of \sl font temporarily.
5587
dff28924 5588Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5589
5590 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5591 and @error{} are the terms now being used. The files in the
5592 directory have been changed to reflect this.
5593
d1f08d85 5594 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
5595 ` @result{}', using 5 spaces at the begining of the line.
5596
dff28924 5597Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5598
5599 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5600 experimental @indentedresult{}, @indentedexpandsto{} are part of
5601 the texinfo.tex in this directory. These TeX macros are not
5602 stable yet.
5603
dff28924 5604Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d 5605
6db11765 5606 * texinfo.tex: Temporarily added
d1f08d85 5607 \let\result=\dblarrow
94ec544d
DL
5608 \def\error{{\it ERROR} \longdblarrow}
5609 We need to do this better soon.
5610
dff28924 5611Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5612
5613 * Applied Karl Berry's patches to *.texinfo files, but not to
9b7fa297 5614 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
94ec544d
DL
5615 new title page format is also not applied, since it requires
5616 texinfo.tex changes.)
5617
5618 * Cleaned up `Makefile' and defined the `emacslibdir' directory
5619 for the Project GNU development environment.
5620
ad050e54 5621;; Local Variables:
fd026ee1 5622;; coding: iso-2022-7bit
33462dfa 5623;; add-log-time-zone-rule: t
ad050e54 5624;; End:
2a34a036 5625
651f374c 5626 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
de529e21 5627 2005, 2006, 2007 Free Software Foundation, Inc.
2a34a036
GM
5628 Copying and distribution of this file, with or without modification,
5629 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
5630
5631;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda