(AUCTeX): Update version number. Should probably be done
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
632a4cc7
CY
12007-02-03 Chong Yidong <cyd@stupidchicken.com>
2
3 * modes.texi (Defining Minor Modes): Document that a :require
4 keyword or similar may be required to make saved customization
5 variables work.
6
35dda13e
EZ
72007-02-03 Eli Zaretskii <eliz@gnu.org>
8
9 * elisp.texi (Top): Make the detailed menu headers compliant with
10 Texinfo guidelines and with what texnfo-upd.el expects. Add
11 comments to prevent people from inadvertently modifying the key
12 parts needed by `texinfo-multiple-files-update'.
13
cf8b92db
EZ
142007-02-02 Eli Zaretskii <eliz@gnu.org>
15
71ed83ca
EZ
16 * elisp.texi (Top): Update the top-level menus.
17
cf8b92db
EZ
18 * syntax.texi (Categories): Add index entries.
19
f2c661c4
JB
202007-02-01 Juanma Barranquero <lekktu@gmail.com>
21
22 * display.texi (Attribute Functions): Fix name and description of
23 the UNDERLINE arg of `set-face-underline-p'.
24
cb5918d9
EZ
252007-01-29 Eli Zaretskii <eliz@gnu.org>
26
ed4af17b
EZ
27 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
28 Variables", and "Standard Keymaps" to the detailed menu.
29
cb5918d9
EZ
30 * variables.texi (Future Local Variables): Add index entry.
31
d9380425
RS
322007-01-28 Richard Stallman <rms@gnu.org>
33
34 * tips.texi (Coding Conventions): Clarify the tip about macros
35 that define a function or a variable.
36
37 * files.texi (File Attributes): UID and GID can be floats.
38 (Magic File Names): Explain why deferring all operations to
39 the standard handler does not work.
40
bfb2471c
MR
412007-01-23 Martin Rudalics <rudalics@gmx.at>
42
43 * backups.texi (Reverting): Use "buffer" instead of "file"
44 when talking about major and minor modes.
45
4e37c526
RS
462007-01-21 Richard Stallman <rms@gnu.org>
47
48 * help.texi (Documentation): Add xref to Documentation Tips.
49
de529e21
JB
502007-01-14 Juanma Barranquero <lekktu@gmail.com>
51
52 * tips.texi (Coding Conventions): Fix typos.
53
cc7ff062
RS
542007-01-05 Richard Stallman <rms@gnu.org>
55
56 * modes.texi (Defining Minor Modes): Fix previous change.
57
cd35741d
RS
582007-01-03 Richard Stallman <rms@gnu.org>
59
de529e21 60 * customize.texi (Variable Definitions, Customization Types):
cd35741d
RS
61 Don't use * in doc string for defcustom.
62
a6c327a8
RS
632007-01-02 Richard Stallman <rms@gnu.org>
64
65 * variables.texi (Variable Aliases): Clarify that aliases vars
66 always have the same value.
67
68 * processes.texi (Bindat Spec): Fix Texinfo usage.
69
70 * modes.texi (Defining Minor Modes): Explain effect of command
71 defined with define-global-minor-mode on new buffers.
72
249844e0
KS
732006-12-30 Kim F. Storm <storm@cua.dk>
74
75 * keymaps.texi (Tool Bar): Describe `grow-only' value of
76 `auto-resize-tool-bars'.
77
32f65366
RS
782006-12-30 Richard Stallman <rms@gnu.org>
79
80 * keymaps.texi (Active Keymaps): Fix previous change.
81
8d3f955b
NR
822006-12-30 Nick Roberts <nickrob@snap.net.nz>
83
84 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
85
f083f9ca
KS
862006-12-30 Kim F. Storm <storm@cua.dk>
87
88 * processes.texi (Bindat Spec): Clarify using field names in
89 length specifications.
90
8f2b5ec6
KS
912006-12-29 Kim F. Storm <storm@cua.dk>
92
93 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
94 Add count and index variables for eval forms in repeat blocks.
95
d78b75dd
RS
962006-12-24 Richard Stallman <rms@gnu.org>
97
98 * customize.texi (Variable Definitions): Document
99 new name custom-add-frequent-value.
100
36ff6d6f
KS
1012006-12-19 Kim F. Storm <storm@cua.dk>
102
103 * commands.texi (Misc Events): User signals now result in sigusr1
104 and sigusr2 events which are handled through special-event-map.
105 (Special Events): User signals and drag-n-drop are special.
106
294f1c39
RS
1072006-12-17 Richard Stallman <rms@gnu.org>
108
303958a9
RS
109 * loading.texi (Named Features): Explain subfeatures better.
110
111 * customize.texi: Use "option" only for user options.
112 For the keyword values inside defcustom etc, say "keywords".
113 For :options value's elements, say "elements".
114 :group should not be omitted.
115
fe963f84
RS
116 * syntax.texi (Parsing Expressions): Split up node.
117 (Motion via Parsing, Position Parse, Parser State)
118 (Low-Level Parsing, Control Parsing): New subnodes.
119 (Parser State): Document syntax-ppss-toplevel-pos.
120
121 * positions.texi (List Motion): Punctuation fix.
122
294f1c39
RS
123 * files.texi (File Name Completion): Document PREDICATE arg
124 to file-name-completion.
125
6d95228d
EZ
1262006-12-16 Eli Zaretskii <eliz@gnu.org>
127
de529e21
JB
128 * internals.texi (Building Emacs, Writing Emacs Primitives):
129 Add index entries.
6d95228d 130
4de0c73c
RS
1312006-12-11 Richard Stallman <rms@gnu.org>
132
133 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
134 affects face menu. Explain how to make it non-nil without enabling
135 any fontification.
136
31689f89
CY
1372006-12-10 Chong Yidong <cyd@stupidchicken.com>
138
139 * modes.texi (Font Lock Basics): Document nil value of
140 font-lock-defaults.
141
8d4a66af
GM
1422006-12-10 Glenn Morris <rgm@gnu.org>
143
144 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
9e7287f4
GM
145 value for system-flag argument. Abbrev tables may not be empty
146 when major modes are loaded.
8d4a66af 147
d6598d46
JB
1482006-12-08 Juanma Barranquero <lekktu@gmail.com>
149
150 * makefile.w32-in (maintainer-clean): Partially revert last
151 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
152 to protect elisp-covers.texi.
153
c6883bfc
JB
1542006-12-07 Juanma Barranquero <lekktu@gmail.com>
155
156 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
157 Don't remove elisp* info files; they are already deleted by the
158 `clean' and `distclean' targets, and they are in the $(infodir)
159 directory, not the current one.
160
9d8b24a2
KS
1612006-12-04 Kim F. Storm <storm@cua.dk>
162
163 * commands.texi (Misc Events): Update signal events.
164 (Event Examples): Add signal example.
165
04c21c78
RS
1662006-11-29 Richard Stallman <rms@gnu.org>
167
168 * frames.texi (Visibility of Frames): Explain visible windows
169 can be covered by others. Add xref for raise-frame.
170
7bc297d7
RS
1712006-11-28 Richard Stallman <rms@gnu.org>
172
173 * searching.texi (Regexp Special): Update when ^ is special.
174
340d34a5
EZ
1752006-11-27 Eli Zaretskii <eliz@gnu.org>
176
177 * customize.texi (Customization, Common Keywords)
178 (Group Definitions, Variable Definitions, Composite Types)
179 (Type Keywords, Customization Types): Add index entries for
180 various customization keywords.
181
6b28caea
SM
1822006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
183
184 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
185
b9660a6f
JD
1862006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
187
188 * frames.texi (Window System Selections): Remove clipboard from
189 description of selection-coding-system.
190
e5c12c7d
RS
1912006-11-06 Richard Stallman <rms@gnu.org>
192
193 * lists.texi (List Variables): Document COMPARE-FN.
194
195 * keymaps.texi: Avoid use of "binding" to mean a relation;
33462dfa 196 use it only to refer to the meaning associated with a key.
e5c12c7d 197 (Keymaps): Change menu node description.
33462dfa 198
e5c12c7d
RS
199 * elisp.texi (Top): Change menu node description.
200
201 * display.texi (Managing Overlays): Document overlay-recenter.
202
b4e4dc3c
CY
2032006-10-29 Chong Yidong <cyd@stupidchicken.com>
204
205 * Makefile.in: Use relative paths to avoid advertising filesystem
206 contents during compilation.
207
300734d7
KS
2082006-10-23 Kim F. Storm <storm@cua.dk>
209
210 * commands.texi (Event Input Misc): Update unread-command-events.
211
aa02da7a
NR
2122006-10-23 Nick Roberts <nickrob@snap.net.nz>
213
214 * lists.texi (Sets And Lists): Fix typos.
215
6db11765
JB
2162006-10-18 Juanma Barranquero <lekktu@gmail.com>
217
218 * control.texi (Processing of Errors): Use @var for an argument,
219 not @code.
220
ff53796b
RS
2212006-10-16 Richard Stallman <rms@gnu.org>
222
223 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
224
225 * keymaps.texi (Format of Keymaps): Show all the keymap element
226 patterns that result from menu items.
227 (Key Lookup): Minor cleanups.
228
229 * modes.texi (Precalculated Fontification): Don't say that
230 not setting font-lock-defaults avoids loading font-lock.
231
232 * help.texi (Documentation): Move xref to Emacs Manual here.
233 (Documentation Basics): From here.
234 Also doc emacs-lisp-docstring-fill-column.
235
236 * elisp.texi: Update version and ISBN.
237
238 * commands.texi (Interactive Call): Clarify KEYS arg to
239 call-interactively is a vector.
240 (Command Loop Info): Delete anchor in this-command-keys.
241 Add anchor in this-command-keys-vector.
242 (Recursive Editing): Document how recursive-edit
243 handles the current buffer.
244
bb5da5be
CY
2452006-10-13 Chong Yidong <cyd@stupidchicken.com>
246
247 * frames.texi (Frame Titles): %c and %l are ignored in
248 frame-title-format.
249
8972d253
RS
2502006-10-11 Richard Stallman <rms@gnu.org>
251
252 * keymaps.texi (Key Sequences): Clarify use of kbd.
253
3075e881
KS
2542006-10-10 Kim F. Storm <storm@cua.dk>
255
256 * lists.texi (Sets And Lists): Add memql.
257
01993898
RS
2582006-10-03 Richard Stallman <rms@gnu.org>
259
260 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
261 Clarify :ascii: and :nonascii:.
262
f9df5f68
JL
2632006-09-29 Juri Linkov <juri@jurta.org>
264
265 * modes.texi (%-Constructs): Reorder coding systems in the
266 documentation of %z to the real order displayed in the modeline.
267
98259f08
RS
2682006-09-25 Richard Stallman <rms@gnu.org>
269
270 * os.texi (Timers): Describe timer-max-repeats.
271
2d56beed
CY
2722006-09-25 Chong Yidong <cyd@stupidchicken.com>
273
274 * os.texi (Timers): Mention with-local-quit.
275
45c912f2
RS
2762006-09-24 Richard Stallman <rms@gnu.org>
277
278 * searching.texi (Searching and Matching): Mention property search.
279
280 * commands.texi (Command Loop Info): Explain how read-event affects
281 this-command-keys.
282
aa256798
RS
2832006-09-20 Richard Stallman <rms@gnu.org>
284
45c912f2
RS
285 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
286
aa256798
RS
287 * windows.texi (Window Start): Minor cleanups.
288
a4df1f8b
KS
2892006-09-20 Kim F. Storm <storm@cua.dk>
290
291 * windows.texi (Window Start): pos-visible-in-window-p allows
292 specifying t for position to mean "end of window".
293 Add window-line-height.
294
295 * anti.texi (Antinews): Mention window-line-height.
296
74686736
DK
2972006-09-19 David Kastrup <dak@gnu.org>
298
299 * keymaps.texi (Searching Keymaps): Small clarification.
300
a0c489f1
RS
3012006-09-18 Richard Stallman <rms@gnu.org>
302
2a27a16b
RS
303 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
304 cause keyboard menus.
305 (Menu Keymaps): Likewise.
306 (Defining Menus, Keyboard Menus): Clarify.
307
a0c489f1
RS
308 * text.texi (Fields): Clarify explanation of constrain-to-field.
309
1e9265dd
EZ
3102006-09-16 Eli Zaretskii <eliz@gnu.org>
311
312 * variables.texi (Tips for Defining): Fix a typo.
313
74f526f3
RS
3142006-09-15 Richard Stallman <rms@gnu.org>
315
316 * keymaps.texi (Remapping Commands, Searching Keymaps)
317 (Active Keymaps): Clean up previous change.
318
45a2056c
JB
3192006-09-15 Jay Belanger <belanger@truman.edu>
320
321 * gpl.texi: Replace "Library Public License" by "Lesser Public
322 License" throughout.
323
b74e16a3
DK
3242006-09-15 David Kastrup <dak@gnu.org>
325
326 * keymaps.texi (Active Keymaps): Adapt description to use
327 `get-char-property' instead `get-text-property'. Explain how
328 mouse events change this. Explain the new optional argument of
329 `key-binding' and its mouse-dependent lookup.
74f526f3 330 (Searching Keymaps): Adapt description similarly.
74686736
DK
331 (Remapping Commands): Explain the new optional argument of
332 `command-remapping'.
b74e16a3 333
18d55b24
RS
3342006-09-14 Richard Stallman <rms@gnu.org>
335
336 * keymaps.texi (Searching Keymaps): Clarification.
337 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
338
3392006-09-13 Richard Stallman <rms@gnu.org>
340
341 * objects.texi (Character Type): Node split.
342 Add xref to Describing Characters.
343 (Basic Char Syntax, General Escape Syntax)
344 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
345
8b170b82
RS
3462006-09-11 Richard Stallman <rms@gnu.org>
347
348 * display.texi (Display Table Format): Wording clarification.
c5b0bab9 349 (Glyphs): Clarifications.
8b170b82 350
3250aca2
CY
3512006-09-10 Chong Yidong <cyd@stupidchicken.com>
352
353 * keymaps.texi (Active Keymaps): Mention that key-binding checks
354 local maps.
355
606fd469
KS
3562006-09-10 Kim F. Storm <storm@cua.dk>
357
358 * display.texi (Forcing Redisplay): Document return value of
359 function redisplay.
360
755b2209
RS
3612006-09-09 Richard Stallman <rms@gnu.org>
362
1d7b95f5
RS
363 * windows.texi (Window Hooks): Explain limits of
364 window-scroll-functions.
365
755b2209
RS
366 * display.texi (Fringe Indicators): Update for last change in
367 indicate-buffer-boundaries.
368
af09dd78
RS
3692006-09-08 Richard Stallman <rms@gnu.org>
370
371 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
372
2010a78c
KS
3732006-09-06 Kim F. Storm <storm@cua.dk>
374
bdd26918
KS
375 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
376
2010a78c
KS
377 * windows.texi (Window Start): Update pos-visible-in-window-p.
378
bae12237
RS
3792006-09-04 Richard Stallman <rms@gnu.org>
380
381 * processes.texi (Accepting Output): Explain SECONDS=0 for
382 accept-process-output.
383
384 * os.texi (Idle Timers): Explain why timer functions should not
385 loop until (input-pending-p).
386
ebc80ddf
EZ
3872006-09-02 Eli Zaretskii <eliz@gnu.org>
388
389 * makefile.w32-in (usermanualdir): New variable.
390 (elisp.dvi): Use it.
391
a66d9563
EZ
3922006-09-01 Eli Zaretskii <eliz@gnu.org>
393
394 * buffers.texi (Buffer Modification): Fix last change.
395
5a8f5165
CY
3962006-09-01 Chong Yidong <cyd@stupidchicken.com>
397
398 * buffers.texi (Buffer Modification): Document
399 buffer-chars-modified-tick.
400
80e0572b
RS
4012006-08-31 Richard Stallman <rms@gnu.org>
402
403 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
404
4052006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
931d878d
SM
406
407 * modes.texi (Syntactic Font Lock):
80e0572b
RS
408 Mention font-lock-syntactic-face-function
409 instead of specific faces.
931d878d 410
bda420a3
CY
4112006-08-29 Chong Yidong <cyd@stupidchicken.com>
412
413 * display.texi (Images): Add xrref to display-images-p.
414
c6f8bb3a
KH
4152006-08-28 Kenichi Handa <handa@m17n.org>
416
417 * nonascii.texi (Lisp and Coding Systems): Fix description of
418 detect-coding-region.
419
7a210b69
MB
4202006-08-27 Michael Olson <mwolson@gnu.org>
421
422 * processes.texi (Transaction Queues): Remove stray quote
423 character.
424
3e04a8fc
RS
4252006-08-25 Richard Stallman <rms@gnu.org>
426
427 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
428 Add xref.
429
fda97484
CY
4302006-08-24 Chong Yidong <cyd@stupidchicken.com>
431
432 * os.texi (Timers): Avoid waiting inside timers.
433
3e46b34c
LK
4342006-08-21 Lute Kamstra <lute@gnu.org>
435
436 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
437
ce629713
RS
4382006-08-20 Richard Stallman <rms@gnu.org>
439
440 * os.texi (Idle Timers): New node, split out from Timers.
441 Document current-idle-time.
442 * commands.texi (Reading One Event): Update xref.
443 * elisp.texi (Top): Update subnode menu.
444
3cb74cd1
RS
4452006-08-16 Richard Stallman <rms@gnu.org>
446
447 * keymaps.texi (Extended Menu Items): Show format of cached
448 bindings in extended menu items.
449
450 * customize.texi (Variable Definitions): Explain when the
451 standard value expression is evaluated.
452
7e188449
CY
4532006-08-15 Chong Yidong <cyd@stupidchicken.com>
454
455 * commands.texi (Reading One Event): Explain idleness in
456 `read-event'.
457
b8f5396a
CY
4582006-08-12 Chong Yidong <cyd@stupidchicken.com>
459
460 * text.texi (Near Point): Say "cursor" not "terminal cursor".
461 (Commands for Insertion): Removed split-line since it's not
462 relevant for Lisp programming.
463 (Yank Commands): Rewrite introduction.
464 (Undo): Clarify.
465 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
466 (Filling): Remove redundant comment. Clarify return value of
467 current-justification.
468 (Margins): Minor clarifications.
469 (Adaptive Fill): Update default value of adaptive-fill-regexp.
470 (Sorting): Update definition of sort-lines.
471 (Columns): Clarify behavior of sort-columns.
472 (Indent Tabs): Link to Tab Stops in Emacs manual.
473 (Special Properties): Clarify.
474 (Clickable Text): Mention Buttons package.
475
0c80afbd
EZ
4762006-08-12 Kevin Ryde <user42@zip.com.au>
477
478 * os.texi (Time Parsing): Add %z to description of
479 format-time-string, as per docstring. Add cross reference to
480 glibc manual for strftime.
481
02a2b2ad
RS
4822006-08-08 Richard Stallman <rms@gnu.org>
483
484 * modes.texi: Clean up wording in previous change.
485
34e5974a
CY
4862006-08-07 Chong Yidong <cyd@stupidchicken.com>
487
488 * modes.texi (Hooks): Clarify.
489 (Major Mode Basics): Mention define-derived-mode explicitly.
490 (Major Mode Conventions): Rebinding RET is OK for some modes.
491 Mention change-major-mode-hook and after-change-major-mode-hook.
492 (Example Major Modes): Moved to end of Modes section.
493 (Mode Line Basics): Clarify.
494 (Mode Line Data): Mention help-echo and local-map in strings.
495 Explain reason for treatment of non-risky variables.
496 (Properties in Mode): Clarify.
497 (Faces for Font Lock): Add font-lock-negation-char-face.
498
65c6c6b6
EZ
4992006-08-04 Eli Zaretskii <eliz@gnu.org>
500
501 * strings.texi (Formatting Strings): Warn against arbitrary
502 strings as first arg to `format'.
503
fc0ba1d0
TTN
5042006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
505
506 * text.texi (Clickable Text): Mention `help-echo' text property.
507 Update intro, examples and associated explanations.
508
a3483884
RS
5092006-07-31 Richard Stallman <rms@gnu.org>
510
511 * commands.texi: Update xrefs.
512 (Event Mod): New node, cut out from old Translating Input.
513
514 * maps.texi: Update xrefs.
fc0ba1d0 515
a3483884
RS
516 * keymaps.texi (Translation Keymaps): New node.
517 Update xrefs from Translating Input to Translation Keymaps.
fc0ba1d0 518
a3483884
RS
519 * elisp.texi (Top): Update subnode menu.
520
521 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
522
523 * os.texi (System Interface): Fix menu descriptions of some nodes.
524 (Translating Input): Node deleted.
fc0ba1d0 525
ec777101
NR
5262006-07-31 Nick Roberts <nickrob@snap.net.nz>
527
8d3f955b 528 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
ec777101
NR
529
530 * lists.texi (Sets And Lists): Likewise.
531
0f42ea76
TTN
5322006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
533
534 * text.texi (Fields): Mention POS
535 requirement when narrowing is in effect.
536
eb107d09
RS
5372006-07-28 Richard Stallman <rms@gnu.org>
538
0de8dcc9
RS
539 * display.texi (Face Attributes): Simplify wording.
540 (Attribute Functions): Clarify meaning of new-frame default
541 attribute settings.
542
eb107d09
RS
543 * customize.texi (Common Keywords): Document how to use
544 :package-version in a package not in Emacs.
545
d7fb9e6c
KS
5462006-07-28 Kim F. Storm <storm@cua.dk>
547
548 * commands.texi (Reading One Event): Fix last change.
549
c1c3d4f7
CY
5502006-07-26 Chong Yidong <cyd@stupidchicken.com>
551
552 * commands.texi (Reading One Event): Document SECONDS argument for
553 read-event, read-char, and read-char-exclusive.
554
94b39239
SM
5552006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
556
557 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
558 to ensure correct identification.
559
1cff9220
RS
5602006-07-24 Richard Stallman <rms@gnu.org>
561
5ac64732
RS
562 * text.texi (Clickable Text): Clarify.
563
1cff9220
RS
564 * sequences.texi (Vector Functions): Delete duplicate xref.
565
566 * objects.texi (Function Type): Clarify.
567
568 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
569 modes.
570
571 * lists.texi (List Variables): New node.
572 Material moved from other nodes.
573
574 * variables.texi (Setting Variables): add-to-list and
575 add-to-ordered-list moved to List Variables node.
576
38db29e0
TTN
5772006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
578
579 * text.texi (Links and Mouse-1):
580 For mouse-on-link-p, expand on arg POS.
581
9e4101b2
KS
5822006-07-21 Kim F. Storm <storm@cua.dk>
583
584 * display.texi (Forcing Redisplay): Don't mention systems which
585 don't support sub-second timers for redisplay-preemption-period.
586
587 * os.texi (Terminal Output): Clarify text vs graphical terminal.
588
cc539208
EZ
5892006-07-21 Eli Zaretskii <eliz@gnu.org>
590
591 * frames.texi (Input Focus): Document that focus-follows-mouse has
592 no effect on MS-Windows.
593
c29fbc93
RS
5942006-07-18 Richard Stallman <rms@gnu.org>
595
1ef252f6
RS
596 * display.texi (Forcing Redisplay): Cleanups in previous change.
597
c29fbc93
RS
598 * processes.texi (Low-Level Network): Make menu more convenient.
599
5b5fca28
KS
6002006-07-18 Kim F. Storm <storm@cua.dk>
601
2d545d83
KS
602 * display.texi (Forcing Redisplay): redisplay-preemption-period
603 only used on window systems. Add xref to Terminal Output.
604
605 * os.texi (Terminal Output): baud-rate only controls preemption on
606 non-window systems. Add xref to Forcing Redisplay.
607
5b5fca28
KS
608 * processes.texi (Low-Level Network): Rename node "Make Network"
609 to "Network Processes".
610
42995636
KB
6112006-07-18 Karl Berry <karl@gnu.org>
612
5b5fca28
KS
613 * variables.texi, functions.texi, customize.texi, loading.texi:
614 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
42995636 615
e1842332
CY
6162006-07-17 Chong Yidong <cyd@stupidchicken.com>
617
618 * commands.texi (Waiting): Document batch-mode sit-for behavior.
619
daeeeffc
RS
6202006-07-17 Richard Stallman <rms@gnu.org>
621
7c0c29ee
RS
622 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
623 Put period and comma inside quotes.
5b5fca28 624
7c0c29ee
RS
625 * loading.texi, markers.texi: Use real doublequote inside menus.
626
627 * windows.texi: Put point and comma inside quotes.
628 (Textual Scrolling): Use @samp for error message.
629
5b5fca28
KS
630 * variables.texi, tips.texi, syntax.texi, symbols.texi:
631 * strings.texi, streams.texi, processes.texi, os.texi:
7c0c29ee
RS
632 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
633 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5b5fca28
KS
634 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
635 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7c0c29ee 636 Put point and comma inside quotes.
5b5fca28 637
05bdf2d7
RS
638 * control.texi (Processing of Errors): Add command-error-function.
639
daeeeffc
RS
640 * variables.texi (File Local Variables): Clarify that
641 file local variables make buffer-local bindings.
642
643 * modes.texi (Syntactic Font Lock): Give default for
644 font-lock-syntax-table.
645
7e1c1289
NR
6462006-07-17 Nick Roberts <nickrob@snap.net.nz>
647
648 * text.texi (Special Properties): Clean up previous change.
649
912c7235
KB
6502006-07-16 Karl Berry <karl@gnu.org>
651
5b5fca28
KS
652 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
653 * control.texi: Fix bad page breaks through chapter 10 (control).
ece35e15 654
5b5fca28 655 * anti.texi (Antinews): Reorder face-attribute fns to avoid
912c7235
KB
656 underfull hbox.
657
54b7938f
NR
6582006-07-15 Nick Roberts <nickrob@snap.net.nz>
659
660 * text.texi (Special Properties): Describe fontified text property
661 in relation to a character (not text).
662
3f11901a
KS
6632006-07-15 Kim F. Storm <storm@cua.dk>
664
0864179a
KS
665 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
666 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
667 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
668
3f11901a
KS
669 * anti.texi (Antinews): Mention redisplay function.
670 The kbd macro existed, but was not documented, before 22.x.
671 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
672
b4f62d0a
NR
6732006-07-14 Nick Roberts <nickrob@snap.net.nz>
674
675 * display.texi (Displaying Messages): Add anchor.
676
677 * frames.texi (Dialog Boxes): Use it.
678
2c6e026a
RS
6792006-07-12 Richard Stallman <rms@gnu.org>
680
681 * objects.texi (Frame Type): Explain nature of frames better.
682
683 * frames.texi (Frames): Explain nature of frames better.
684
6852006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
686
687 * tips.texi (Coding Conventions): Explain why use cl at compile time.
688
099d4201
YM
6892006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
690
691 * frames.texi (Window System Selections): Mention scrap support for Mac.
692 Default value of x-select-enable-clipboard is t on Mac.
693
694 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
695
ff97f952
KS
6962006-07-11 Kim F. Storm <storm@cua.dk>
697
698 * display.texi (Forcing Redisplay): Add `redisplay' function.
699 Don't mention (sit-for -1) -- use (redisplay t) instead.
700
701 * commands.texi (Waiting): (sit-for -1) is no longer special.
702 (sit-for 0) is equivalent to (redisplay).
703 Iconifying/deiconifying no longer makes sit-for return.
704
a183016f
NR
7052006-07-10 Nick Roberts <nickrob@snap.net.nz>
706
707 * display.texi (Buttons): Fix typo.
708
709 * index.texi, elisp.texi (New Symbols): Comment node out.
710
b86be617
RS
7112006-07-09 Richard Stallman <rms@gnu.org>
712
713 * display.texi (Truncation): Clean up previous change.
714
3aa7c28e
RS
7152006-07-08 Richard Stallman <rms@gnu.org>
716
717 * commands.texi (Interactive Call): Use 3 as prefix in example
718 for execute-extended-command.
719
720 * display.texi (Attribute Functions): Move paragraph about
721 compatibility with Emacs < 21.
722
5a1048a5
KS
7232006-07-09 Kim F. Storm <storm@cua.dk>
724
725 * display.texi (Refresh Screen): Clarify force-window-update.
726 (Truncation): "Normally" indicated by fringe arrows.
727
89fb9154
EZ
7282006-07-08 Eli Zaretskii <eliz@gnu.org>
729
5a1048a5
KS
730 * windows.texi (Textual Scrolling, Resizing Windows):
731 * variables.texi (Constant Variables):
89fb9154
EZ
732 * text.texi (Buffer Contents, Deletion, Changing Properties)
733 (Property Search, Special Properties, Sticky Properties)
5a1048a5 734 (Links and Mouse-1, Fields, Change Hooks):
89fb9154 735 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5a1048a5
KS
736 (Categories):
737 * symbols.texi (Other Plists):
738 * streams.texi (Output Variables):
739 * processes.texi (Input to Processes, Query Before Exit):
740 * positions.texi (Word Motion, Text Lines, List Motion):
89fb9154 741 * os.texi (Init File, System Environment, Sound Output)
5a1048a5 742 (Session Management):
89fb9154 743 * nonascii.texi (Text Representations, Character Sets)
5a1048a5
KS
744 (Chars and Bytes, Locales):
745 * modes.texi (Defining Minor Modes, Header Lines):
746 * minibuf.texi (Minibuffer Contents):
747 * markers.texi (Information from Markers):
748 * lists.texi (List Elements, Building Lists, Association Lists):
749 * keymaps.texi (Tool Bar):
750 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
751 * functions.texi (What Is a Function, Mapping Functions):
89fb9154
EZ
752 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
753 (Color Names, Text Terminal Colors, Display Feature Testing):
754 * files.texi (Visiting Functions, File Name Components)
5a1048a5 755 (Unique File Names, Contents of Directories):
89fb9154
EZ
756 * display.texi (Forcing Redisplay, Displaying Messages)
757 (Temporary Displays, Font Selection, Auto Faces)
758 (Font Lookup, Fringe Indicators, Display Margins)
759 (Image Descriptors, Showing Images, Image Cache, Button Types)
760 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5a1048a5
KS
761 (Display Table Format, Glyphs):
762 * control.texi (Iteration):
763 * commands.texi (Command Loop Info, Adjusting Point):
08b17d37
KS
764 * backups.texi (Making Backups, Auto-Saving):
765 Remove @tindex entries.
89fb9154 766
7f087030
KS
7672006-07-07 Kim F. Storm <storm@cua.dk>
768
769 * display.texi (Fringe Cursors): Fix typo.
770 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
771 (Overlay Arrow): Default is overlay-arrow fringe indicator.
772
978db147
RS
7732006-07-05 Richard Stallman <rms@gnu.org>
774
775 * text.texi (Buffer Contents): Add example of text props
776 in result of buffer-substring.
777 (Text Properties): Explain better about use of specific property names.
778 (Property Search): Some cleanups; reorder some functions.
779
780 * keymaps.texi (Changing Key Bindings): Cleanup.
781 Add xref to Key Binding Conventions.
782
783 * display.texi (Attribute Functions): Add examples for
784 face-attribute-relative-p.
785
786 * tips.texi (Coding Conventions): Cleanup last change.
787
42b50684
KB
7882006-07-05 Karl Berry <karl@gnu.org>
789
08b17d37
KS
790 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
791 Remove @setchapternewpage odd.
42b50684
KB
792 Result is 1013 pages, down from 1100.
793
08b17d37
KS
794 * anti.texi, customize.texi, display.texi, internals.texi:
795 * minibuf.texi, modes.texi, tips.texi:
9b7fa297 796 Fix overfull/underfull boxes.
42b50684 797
180f018c
TTN
7982006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
799
800 * edebug.texi (Instrumenting):
801 Add Edebug-specific findex for eval-buffer.
802 * loading.texi (Loading):
803 Replace eval-current-buffer with eval-buffer.
804
8e338f7b
EZ
8052006-06-30 Nick Roberts <nickrob@snap.net.nz>
806
807 * locals.texi (Standard Buffer-Local Variables): Update the list
808 of variables.
809
0770a251
NR
8102006-06-26 Nick Roberts <nickrob@snap.net.nz>
811
812 * files.texi (File Name Completion): Point user to the node
813 "Reading File Names".
814
d9034473
EZ
8152006-06-24 Eli Zaretskii <eliz@gnu.org>
816
eff6bfea
EZ
817 * files.texi (Contents of Directories): Document case-insensitive
818 behavior on respective filesystems.
819
d9034473
EZ
820 * objects.texi (Character Type): Document that Emacs signals an
821 error for unsupported Unicode characters specified as \uNNNN.
822
a5bd14d3
RS
8232006-06-19 Richard Stallman <rms@gnu.org>
824
825 * processes.texi (Bindat Spec): Clarify previous change.
826
d1ae9041
RS
8272006-06-16 Richard Stallman <rms@gnu.org>
828
829 * tips.texi (Coding Conventions): Better explain conventions
830 for definition constructs.
831
832 * text.texi (Special Properties): String value of `read-only'
833 serves as the error message.
834
835 * objects.texi (Character Type): Clarify prev. change.
836 (Non-ASCII in Strings): Mention \u and \U.
837
838 * commands.texi (Using Interactive): Explain problem of
839 markers, etc., in command-history.
840
1bb32610
KS
8412006-06-14 Kim F. Storm <storm@cua.dk>
842
843 * commands.texi (Waiting): Negative arg to sit-for forces
844 redisplay even if input is pending.
845
846 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
847 redisplay. Remove incorrect example of binding redisplay-dont-pause
848 around (sit-for 0).
849
c7484981
RS
8502006-06-13 Richard Stallman <rms@gnu.org>
851
852 * display.texi (Forcing Redisplay): Clarify previous change.
853
d211faa2
RF
8542006-06-13 Romain Francoise <romain@orebokech.com>
855
856 * display.texi (Forcing Redisplay): Fix typo.
857
8eb2b87f
KS
8582006-06-13 Kim F. Storm <storm@cua.dk>
859
860 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
861
503b5e1c
LT
8622006-06-10 Luc Teirlinck <teirllm@auburn.edu>
863
864 * tips.texi (Coding Conventions): Add `@end itemize'.
865
9e362b84
RS
8662006-06-10 Richard Stallman <rms@gnu.org>
867
868 * tips.texi (Coding Conventions): Explain use of coding systems
869 to ensure one decoding for strings.
870
7cb93181
EZ
8712006-06-09 Aidan Kehoe <kehoea@parhasard.net>
872
9b7fa297 873 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7cb93181
EZ
874 syntax.
875
afd63bda
EZ
8762006-06-07 Eli Zaretskii <eliz@gnu.org>
877
878 * display.texi (Font Selection): Remove description of
879 clear-face-cache.
880
881 * compile.texi (Eval During Compile): Fix a typo. Add index
882 entries for possible uses of eval-when-compile.
883
71ee3e04
TTN
8842006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
885
886 * display.texi (Abstract Display): Fix typo.
887
a941b26b
EZ
8882006-06-03 Eli Zaretskii <eliz@gnu.org>
889
890 * minibuf.texi (Minibuffer History) <history-add-new-input>:
891 Reword variable's description.
892
963128f3
RS
8932006-06-01 Richard Stallman <rms@gnu.org>
894
895 * windows.texi (Splitting Windows): Clarify splitting nonselected
896 window.
897
82db8fa7
JL
8982006-05-31 Juri Linkov <juri@jurta.org>
899
900 * minibuf.texi (Minibuffer History): Add history-add-new-input.
901
d9e8091d
RS
9022006-05-30 Richard Stallman <rms@gnu.org>
903
6ac209a3
RS
904 * display.texi (Line Height): Fix errors in description of
905 default line height and line-height properyty.
906
d9e8091d
RS
907 * nonascii.texi (Default Coding Systems): Further clarification.
908
93fd6289
LT
9092006-05-29 Luc Teirlinck <teirllm@auburn.edu>
910
911 * internals.texi (Pure Storage): Mention that an overflow in pure
912 space causes a memory leak.
913 (Garbage Collection): If there was an overflow in pure space,
914 `garbage-collect' returns nil.
915
7c42b3e0
EZ
9162006-05-30 Eli Zaretskii <eliz@gnu.org>
917
918 * nonascii.texi (Default Coding Systems): Fix it some more.
919
b8909e88
EZ
9202006-05-29 Eli Zaretskii <eliz@gnu.org>
921
922 * nonascii.texi (Default Coding Systems): Fix last change.
923
6d3906d5
KH
9242006-05-29 Kenichi Handa <handa@m17n.org>
925
926 * nonascii.texi (find-operation-coding-system): Describe the new
927 argument format (FILENAME . BUFFER).
928
0985f920
RS
9292006-05-28 Richard Stallman <rms@gnu.org>
930
931 * tips.texi (Coding Conventions): Better explain reasons not to
932 advise other packages or use `eval-after-load'.
933
6c6e0bb4
KS
9342006-05-29 Kim F. Storm <storm@cua.dk>
935
936 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
937 `bindat-idx' and `bindat-raw' for clarity.
938
096432af
TTN
9392006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
940
b9e17eb3
TTN
941 * processes.texi (Bindat Spec): Expand on `repeat' handler.
942
096432af
TTN
943 * display.texi (Display): Add "Abstract Display" to menu.
944 (Abstract Display, Abstract Display Functions)
945 (Abstract Display Example): New nodes.
946 * elisp.texi (Top): Add "Abstract Display" to menu.
947
e4b3f22f
CY
9482006-05-27 Chong Yidong <cyd@stupidchicken.com>
949
917b8227
CY
950 * keymaps.texi (Key Sequences): Link to input events definition.
951 (Format of Keymaps): Delete material duplicated in Keymap Basics.
952
e4b3f22f
CY
953 * files.texi (Changing Files): Document updated argument list for
954 copy-file.
955
f1b64ef1
TTN
9562006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
957
958 * processes.texi (Bindat Functions): Explain term "total length".
959 Use it in bindat-length and bindat-pack descriptions.
960
3d0793e4
EZ
9612006-05-26 Eli Zaretskii <eliz@gnu.org>
962
963 * tips.texi (Coding Conventions): Advise against using
964 eval-after-load in packages. Add an index entry.
965
abeb5483
JL
9662006-05-25 Juri Linkov <juri@jurta.org>
967
92aa92fa
JL
968 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
969
abeb5483
JL
970 * modes.texi (%-Constructs): Add %e, %z, %Z.
971
403a7bca
RS
9722006-05-25 Richard Stallman <rms@gnu.org>
973
974 * elisp.texi (Top): Update subnode menu.
975
976 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
977 (Keymaps): Update menu.
978
39a9bed3
CY
9792006-05-25 Chong Yidong <cyd@stupidchicken.com>
980
981 * keymaps.texi (Key Sequences): Some clarifications.
982
78b3f5c3
TTN
9832006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
984
985 * processes.texi (Bindat Functions): Say "unibyte string"
986 explicitly for bindat-unpack and bindat-pack descriptions.
987 (Bindat Examples): Don't call `string-make-unibyte' in example.
988
08244b81
CY
9892006-05-25 Chong Yidong <cyd@stupidchicken.com>
990
991 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
992 Explain string and vector representations of key sequences
993
78b3f5c3
TTN
994 * keymaps.texi (Changing Key Bindings):
995 * commands.texi (Interactive Codes, Interactive Codes):
08244b81
CY
996 * help.texi (Describing Characters): Refer to it.
997
b370c94d
LT
9982006-05-23 Luc Teirlinck <teirllm@auburn.edu>
999
1000 * frames.texi (Pointer Shape): @end table -> @end defvar.
1001
b8223441
RS
10022006-05-22 Richard Stallman <rms@gnu.org>
1003
1004 * elisp.texi (Top): Update subnode menus.
1005
1006 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
1007 Contents rewritten; material from old Pointer Shape node moved here.
1008
1009 * display.texi (Pointer Shape): Node deleted.
1010 (Image Descriptors): Minor cleanup.
1011
c18eec5c
RS
10122006-05-21 Richard Stallman <rms@gnu.org>
1013
1014 * syntax.texi (Parsing Expressions): Update info on which STATE
1015 elements are ignored.
1016
9300b310
LT
10172006-05-19 Luc Teirlinck <teirllm@auburn.edu>
1018
86735b2d
LT
1019 * hooks.texi (Standard Hooks): Correct typo.
1020
9300b310
LT
1021 * gpl.texi (GPL): ifinfo -> ifnottex.
1022
75e3b957
EZ
10232006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
1024
1025 * searching.texi (Simple Match Data): Warn about match data being
1026 set anew by every search.
1027
0bcf8735
RS
10282006-05-17 Richard Stallman <rms@gnu.org>
1029
1030 * minibuf.texi (Minibuffer History): Clarify.
1031
1032 * searching.texi (Regexp Special): Clarify nested regexp warning.
1033
b3abe3a5
KS
10342006-05-16 Kim F. Storm <storm@cua.dk>
1035
1036 * minibuf.texi (Minibuffer History): Update add-to-history.
1037
bc20db55
KH
10382006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
1039
1040 * nonascii.texi (Explicit Encoding): Fix
1041 typo (encoding<->decoding).
1042
f31263a4
RS
10432006-05-14 Richard Stallman <rms@gnu.org>
1044
46a2df8e
RS
1045 * buffers.texi (Creating Buffers): Cleanup.
1046
f31263a4
RS
1047 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
1048
1299a5a4
EZ
10492006-05-13 Eli Zaretskii <eliz@gnu.org>
1050
642c61f3
EZ
1051 * buffers.texi (Current Buffer): Document that with-temp-buffer
1052 disables undo.
1053
1299a5a4
EZ
1054 * os.texi (Terminal-Specific): More accurate description of how
1055 Emacs searches for the terminal-specific libraries.
1056
61515a63
EZ
10572006-05-12 Eli Zaretskii <eliz@gnu.org>
1058
b811ef49
EZ
1059 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
1060 emacs-xtra to @inforef's.
1061
4a7910c7
EZ
1062 * text.texi (Undo): Document that undo is turned off in buffers
1063 whose names begin with a space.
1064
1065 * buffers.texi (Buffer Names): Add index entries for buffers whose
1066 names begin with a space.
1067 (Creating Buffers): Document that undo is turned off in buffers
1068 whose names begin with a space.
1069
f055e02c
EZ
1070 * files.texi (Visiting Functions, Reading from Files)
1071 (Saving Buffers): Mention code and EOL conversions by file I/O
1072 primitives and subroutines.
1073
0ef0b416
EZ
1074 * nonascii.texi (Lisp and Coding Systems): Document
1075 coding-system-eol-type. Add index entries for eol conversion.
1076
61515a63
EZ
1077 * display.texi (Defining Faces): Mention `mac', and add an xref to
1078 where window-system is described.
1079
e4c068c0
RS
10802006-05-10 Richard Stallman <rms@gnu.org>
1081
1082 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
1083
31035927
RS
10842006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
1085
1086 * variables.texi (File Local Variables): Recommend to quote lambda
1087 expressions in safe-local-variable property.
1088
f12a0718
RS
10892006-05-09 Richard Stallman <rms@gnu.org>
1090
1091 * variables.texi (File Local Variables): Document
1092 safe-local-eval-forms and safe-local-eval-function.
1093
ed7e6c32
KS
10942006-05-07 Kim F. Storm <storm@cua.dk>
1095
1096 * minibuf.texi (Minibuffer History): Remove keep-dups arg
1097 from add-to-history.
1098
5a36d834
RF
10992006-05-07 Romain Francoise <romain@orebokech.com>
1100
1101 * commands.texi (Event Input Misc):
1102 * compile.texi (Eval During Compile):
1103 * internals.texi (Buffer Internals):
1104 * minibuf.texi (Initial Input):
1105 * nonascii.texi (Scanning Charsets):
1106 * numbers.texi (Comparison of Numbers):
1107 * windows.texi (Textual Scrolling, Vertical Scrolling):
1108 Fix various typos.
1109
fbc284f6
EZ
11102006-05-06 Eli Zaretskii <eliz@gnu.org>
1111
f53d2e87
EZ
1112 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
1113 conditional xref's to either emacs or emacs-xtra, depending on
1114 @iftex/@ifnottex.
1115
fbc284f6
EZ
1116 * minibuf.texi (Minibuffer History): Document add-to-history.
1117
3dfed653
EZ
11182006-05-05 Eli Zaretskii <eliz@gnu.org>
1119
1120 * internals.texi (Pure Storage): Mention the pure overflow message
1121 at startup.
1122
8e7a9a24
EZ
11232006-05-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1124
1125 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
1126 (Searching Keymaps): Fix pseudo-Lisp description of keymap
1127 search.
1128
d0789de9
RS
11292006-05-01 Richard Stallman <rms@gnu.org>
1130
1131 * intro.texi (nil and t): Clarify.
1132
1133 * variables.texi (File Local Variables): Suggest using booleanp.
1134
fc2cb772
JB
11352006-05-01 Juanma Barranquero <lekktu@gmail.com>
1136
1137 * objects.texi (Type Predicates): Fix typos.
1138
27c5714a
SM
11392006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1140
1141 * intro.texi (nil and t): Add booleanp.
1142
1143 * objects.texi (Type Predicates): Add links for booleanp and
1144 string-or-null-p.
1145
eadb9d45
RS
11462006-04-29 Richard Stallman <rms@gnu.org>
1147
27c5714a 1148 * modes.texi (Multiline Font Lock): Rename from
eadb9d45
RS
1149 Multi line Font Lock Elements. Much clarification.
1150 (Font Lock Multiline, Region to Fontify): Much clarification.
1151
7817e3d3
SM
11522006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1153
1154 * variables.texi (File Local Variables): Remove the special case t for
1155 safe-local-variable.
1156
8ac3a455
RS
11572006-04-26 Richard Stallman <rms@gnu.org>
1158
1159 * syntax.texi (Parsing Expressions): Minor cleanup.
1160
290e4aae
RS
11612006-04-18 Richard Stallman <rms@gnu.org>
1162
1163 * tips.texi (Coding Conventions): Explain when the package's
1164 prefix should appear later on (not at the start of the name).
1165
1166 * searching.texi (String Search): Clarify effect of NOERROR.
1167
1168 * modes.texi (Imenu): Clarify what special items do.
1169
1170 * hooks.texi (Standard Hooks): Delete text about old hook names.
1171
1e2b8ce5
RF
11722006-04-17 Romain Francoise <romain@orebokech.com>
1173
1174 * variables.texi (Local Variables): Update the default value of
1175 `max-specpdl-size'.
1176
51fa34bc
MB
11772006-04-15 Michael Olson <mwolson@gnu.org>
1178
1179 * processes.texi (Transaction Queues): Mention the new optional
1180 `delay-question' argument for `tq-enqueue'.
1181
61f32d39
BW
11822006-04-13 Bill Wohler <wohler@newt.com>
1183
1184 * customize.texi (Common Keywords): Use dotted notation for
9b7fa297 1185 :package-version value. Specify its values. Improve documentation
50b7bce0 1186 for customize-package-emacs-version-alist.
61f32d39 1187
4f8ed159
BW
11882006-04-12 Bill Wohler <wohler@newt.com>
1189
1190 * customize.texi (Common Keywords): Move description of
1191 customize-package-emacs-version-alist to @defvar.
1192
e5e864ab
BW
11932006-04-10 Bill Wohler <wohler@newt.com>
1194
1195 * customize.texi (Common Keywords): Add :package-version.
1196
6c230417
KS
11972006-04-10 Kim F. Storm <storm@cua.dk>
1198
1199 * text.texi (Buffer Contents): Add NOPROPS arg to
1200 filter-buffer-substring.
1201
d82eac8f
EZ
12022006-04-08 Kevin Ryde <user42@zip.com.au>
1203
1204 * os.texi (Command-Line Arguments): Update xref to emacs manual
1205 "Command Arguments" -> "Emacs Invocation", per change there.
1206
4f815b29
TTN
12072006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
1208
1209 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
1210 be on one line to help makeinfo not render two spaces after the dot.
1211
122c3009
RS
12122006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
1213
1214 * strings.texi (Predicates for Strings): Add string-or-null-p.
1215
da68bc3d
KS
12162006-03-28 Kim F. Storm <storm@cua.dk>
1217
1218 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
1219 remarks about systems that don't support fractional seconds.
1220
b223e22d
KB
12212006-03-25 Karl Berry <karl@gnu.org>
1222
fc2cb772 1223 * elisp.texi: Use @copyright{} instead of (C), and do not indent
b223e22d
KB
1224 the year list.
1225
b756c64c
NR
12262006-03-21 Nick Roberts <nickrob@snap.net.nz>
1227
1228 * display.texi (Fringe Indicators): Fix typos.
1229
fe3dca59
LT
12302006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1231
c287ad03 1232 * tips.texi (Documentation Tips): One can now also write `program'
fe3dca59
LT
1233 in front of a quoted symbol in a docstring to prevent making a
1234 hyperlink.
1235
e91d4202
AM
12362006-03-19 Alan Mackenzie <acm@muc.de>
1237
290e4aae 1238 * text.texi (Special Properties): Clarify `fontified' property.
e91d4202 1239
e8a5f60b
RS
12402006-03-16 Richard Stallman <rms@gnu.org>
1241
1242 * display.texi (Defining Images): Minor cleanup.
1243
486daaa5
BW
12442006-03-16 Bill Wohler <wohler@newt.com>
1245
1246 * display.texi (Defining Images): In image-load-path-for-library,
1247 prefer user's images.
1248
4ffc92c2
SM
12492006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1250
1251 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
1252
874a6ef8
BW
12532006-03-15 Bill Wohler <wohler@newt.com>
1254
1255 * display.texi (Defining Images): Fix example in
1256 image-load-path-for-library by not recommending that one binds
fc2cb772 1257 image-load-path. Just defvar it to placate compiler and only use
874a6ef8
BW
1258 it if previously defined.
1259
70949f30
BW
12602006-03-14 Bill Wohler <wohler@newt.com>
1261
1262 * display.texi (Defining Images): In image-load-path-for-library,
1263 always return list of directories. Update example.
1264
c852c516
AM
12652006-03-14 Alan Mackenzie <acm@muc.de>
1266
1267 * modes.texi: New node, "Region to Fontify" (for Font Lock).
1268 This describes font-lock-extend-region-function.
4ffc92c2 1269 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
c852c516
AM
1270 the new node "Region to Fontify".
1271
7cd3712b
RS
12722006-03-13 Richard Stallman <rms@gnu.org>
1273
1274 * display.texi (Invisible Text): The impossible position is
1275 now before the invisible text, not after.
1276 (Defining Images): Clean up last change.
1277
2c676341
BW
12782006-03-11 Bill Wohler <wohler@newt.com>
1279
1280 * display.texi (Defining Images): Add image-load-path-for-library.
1281
6f49b4c5
LT
12822006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1283
2d14c9bf
LT
1284 * text.texi (Adaptive Fill): Fix Texinfo usage.
1285
1286 * strings.texi (Creating Strings): Fix Texinfo usage.
1287
6f49b4c5
LT
1288 * searching.texi (Regexp Special): Use @samp for regular
1289 expressions that are not in Lisp syntax.
1290
fc1d3386
LT
12912006-03-08 Luc Teirlinck <teirllm@auburn.edu>
1292
1293 * searching.texi (Regexp Special): Put remark between parentheses
1294 to avoid misreading.
1295
7b2c2ca9
LT
12962006-03-07 Luc Teirlinck <teirllm@auburn.edu>
1297
1298 * searching.texi (Syntax of Regexps): More accurately describe
1299 which characters are special in which situations.
1300 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
1301 are not special. Describe in detail when `[' and `]' are special.
1302 (Regexp Backslash): Plenty of regexps with unbalanced square
1303 brackets are valid, so reword that statement.
1304
f79bc642
KS
13052006-03-02 Kim F. Storm <storm@cua.dk>
1306
1307 * keymaps.texi (Tool Bar): Add tool-bar-border.
1308
1d9a5237
LT
13092006-02-28 Luc Teirlinck <teirllm@auburn.edu>
1310
a86b01fa 1311 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 1312
2534ef94
LT
13132006-02-27 Luc Teirlinck <teirllm@auburn.edu>
1314
1315 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
1316
1317 * files.texi (Locating Files): Suggest additional values for the
1318 SUFFIXES arg of `locate-file'. Update pxref.
1319
1320 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
1321 (How Programs Do Loading): Discuss the effects of Auto Compression
1322 mode on `load'.
1323 (Load Suffixes): New node.
394e96d5 1324 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
1325 moved to "Load Suffixes".
1326 (Autoload, Named Features): Mention `load-suffixes'.
1327
dd9959da 13282006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
1329
1330 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
1331
1332 * windows.texi (Window Tree): Fix typo.
1333
49af2995
KS
13342006-02-20 Kim F. Storm <storm@cua.dk>
1335
1336 * display.texi (Fringe Indicators): New section.
1337 Move indicate-empty-lines, indicate-buffer-boundaries, and
1338 default-indicate-buffer-boundaries here.
1339 Add fringe-indicator-alist and default-fringes-indicator-alist.
1340 Add list of logical fringe indicator symbols.
1341 Update list of standard bitmap names.
1342 (Fringe Cursors): New section.
1343 Move overflow-newline-into-fringe here.
1344 Add fringe-cursor-alist and default-fringes-cursor-alist.
1345 Add list of fringe cursor symbols.
1346
58f71009
JB
13472006-02-20 Juanma Barranquero <lekktu@gmail.com>
1348
1349 * commands.texi (Using Interactive): Fix reference to node
1350 "Minibuffers".
1351
5498b6af
RS
13522006-02-19 Richard M. Stallman <rms@gnu.org>
1353
1354 * minibuf.texi (High-Level Completion):
1355 Add xref to read-input-method-name.
1356
1357 * files.texi (Relative File Names): Move file-relative-name here.
1358 (File Name Expansion): From here. Minor clarifications.
1359
1360 * commands.texi (Using Interactive): Add xrefs about reading input.
1361 Clarify remarks about that moving point and mark.
1362 Put string case before list case.
1363
43ce897a 13642006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68 1365
4ffc92c2
SM
1366 * display.texi (Other Display Specs, Image Descriptors):
1367 Revert erroneous changes. The previous description of
1368 image-descriptors as `(image . PROPS)' was correct.
b6498a68 1369
1324d26e
RS
13702006-02-14 Richard M. Stallman <rms@gnu.org>
1371
1372 * variables.texi (File Local Variables): Clarifications.
1373
0da93350
JB
13742006-02-14 Juanma Barranquero <lekktu@gmail.com>
1375
1376 * variables.texi (File Local Variables): Use @code for a cons
1377 cell, not @var.
1378
51a39bab
CY
13792006-02-13 Chong Yidong <cyd@stupidchicken.com>
1380
1381 * variables.texi (File Local Variables): Document new file local
1382 variable behavior.
1383
d342156c
KS
13842006-02-10 Kim F. Storm <storm@cua.dk>
1385
1386 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
1387
8392fe4a
JB
13882006-02-08 Juanma Barranquero <lekktu@gmail.com>
1389
1390 * modes.texi (%-Constructs): Remove obsolete info about
1391 `global-mode-string'.
1392
cd6cd82a
RS
13932006-02-07 Richard M. Stallman <rms@gnu.org>
1394
d78dc2d8
RS
1395 * commands.texi (Prefix Command Arguments): Minor cleanup.
1396
1397 * display.texi: "Graphical display", not window system.
1398
cd6cd82a
RS
1399 * functions.texi (What Is a Function): Fix xref.
1400
1401 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
1402 (Changing Key Bindings): Clarify when remapping is better than
1403 substitute-key-definition.
1404
14052006-02-02 Richard M. Stallman <rms@gnu.org>
1406
1407 * minibuf.texi (Basic Completion): Completion alists are risky.
1408
1409 * keymaps.texi (Active Keymaps): Clarifications.
1410 (Searching Keymaps): New node.
1411 (Keymaps): Update menu.
1412
1413 * frames.texi (Layout Parameters): Minor clarification.
1414 (Drag and Drop): New node.
1415 (Frames): Update menu.
1416
cf052abc
CY
14172006-01-29 Chong Yidong <cyd@stupidchicken.com>
1418
4ffc92c2
SM
1419 * display.texi (Other Display Specs, Image Descriptors):
1420 Image description is a list, not a cons cell.
cf052abc 1421
1f2907ee
LT
14222006-01-28 Luc Teirlinck <teirllm@auburn.edu>
1423
1424 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
1425 list is not necessarily a list).
1426
a849f77d
EZ
14272006-01-27 Eli Zaretskii <eliz@gnu.org>
1428
1429 * frames.texi (Layout Parameters): border-width and
1430 internal-border-width belong to the frame, not the window.
1431
d322eb9b
RS
14322006-01-19 Richard M. Stallman <rms@gnu.org>
1433
1434 * nonascii.texi (Translation of Characters): Search cmds use
1435 translation-table-for-input. Automatically made local.
1436
1437 * markers.texi (Overview of Markers): Count insertion type
1438 as one of a marker's attributes.
1439
cd6cd82a
RS
1440 * keymaps.texi (Controlling Active Maps): New node, split out of
1441 Active Keymaps.
1442 (Keymaps): Menu updated.
1443 (Active Keymaps): Give pseudocode to explain how the active
1444 maps are searched. current-active-maps and key-binding moved here.
1445 (Functions for Key Lookup): current-active-maps and key-binding moved.
1446 Clarifications.
1447 (Searching the Keymaps): New subnode.
1448
d322eb9b
RS
1449 * elisp.texi (Top): Menu clarification.
1450
1451 * display.texi (Other Display Specs): Delete duplicate entry for
1452 just a string as display spec. Move text about recursive display
1453 specs on such a string.
1454
1455 * commands.texi (Key Sequence Input): Clarify.
1456 Move num-nonmacro-input-events out.
1457 (Reading One Event): num-nonmacro-input-events moved here.
1458
2ac77b5a
NR
14592006-01-14 Nick Roberts <nickrob@snap.net.nz>
1460
1461 * advice.texi (Simple Advice): Update example to fit argument
1462 change in previous-line.
1463
a203a18c
RS
14642006-01-05 Richard M. Stallman <rms@gnu.org>
1465
1466 * markers.texi (The Mark): Fix in `mark'.
1467
d9043ddf
RS
14682006-01-04 Richard M. Stallman <rms@gnu.org>
1469
1470 * processes.texi (Misc Network, Make Network): Minor cleanups.
1471
8a5db8ae
KS
14722006-01-04 Kim F. Storm <storm@cua.dk>
1473
1474 * processes.texi (Make Network): Add IPv6 addresses and handling.
1475 (Network Feature Testing): Mention (:family ipv6).
1476 (Misc Network): Add IPv6 formats to format-network-address.
1477
19bb7940
RS
14782005-12-30 Richard M. Stallman <rms@gnu.org>
1479
1480 * text.texi (Changing Properties):
1481 Don't use return value of set-text-properties.
1482
b9cb50d9
LT
14832005-12-29 Luc Teirlinck <teirllm@auburn.edu>
1484
1485 * modes.texi (Mode Line Format): Correct typo in menu.
1486
94a867a6
RS
14872005-12-29 Richard M. Stallman <rms@gnu.org>
1488
1489 * modes.texi (Mode Line Top): New node.
1490 (Mode Line Data): Some text moved to new node.
1491 Explain the data structure more concretely.
1492 (Mode Line Basics): Clarifications.
1493 (Mode Line Variables): Clarify intro paragraph.
1494 (%-Constructs): Clarify intro paragraph.
1495 (Mode Line Format): Update menu.
1496
ba455131
LT
14972005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1498
1499 * minibuf.texi (Basic Completion): Update lazy-completion-table
1500 examples for removal of ARGS argument.
1501
2b6abe1e
RS
15022005-12-23 Richard M. Stallman <rms@gnu.org>
1503
1504 * text.texi (Undo): Restore some explanation from the version
1505 that was deleted.
1506
2d7409f2
EZ
15072005-12-23 Eli Zaretskii <eliz@gnu.org>
1508
abeb5483 1509 * text.texi (Undo): Remove duplicate descriptions of `apply
2d7409f2
EZ
1510 funname' and `apply delta' elements of the undo list.
1511
2e23b82e
RS
15122005-12-20 Richard M. Stallman <rms@gnu.org>
1513
1514 * help.texi (Help Functions): Update documentation of `apropos'.
1515
a31687ce
LT
15162005-12-20 Luc Teirlinck <teirllm@auburn.edu>
1517
1518 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1519 because it is confusing. If the :help-echo keyword is a function,
1520 it is not directly used as the :help-echo overlay property, as the
1521 xref seems to suggest (it does not take the appropriate args).
1522
0e83c4e9
LT
15232005-12-19 Luc Teirlinck <teirllm@auburn.edu>
1524
1525 * customize.texi (Common Keywords): Fix Texinfo usage.
1526 (Group Definitions, Variable Definitions): Update for new
1527 conventions for using `*' in docstrings.
77df907a
LT
1528
1529 * tips.texi (Documentation Tips): Update for new conventions for
1530 using `*' in docstrings.
1531
69487a1f
RS
15322005-12-16 Richard M. Stallman <rms@gnu.org>
1533
1534 * minibuf.texi (Minibuffer Contents): Minor cleanup.
1535
2a502a32
JL
15362005-12-16 Juri Linkov <juri@jurta.org>
1537
1538 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1539
b158c851
RF
15402005-12-14 Romain Francoise <romain@orebokech.com>
1541
1542 * modes.texi (Customizing Keywords): Rename `append' to `how'.
1543 Fix typo.
1544
d7d1f75e
JL
15452005-12-11 Juri Linkov <juri@jurta.org>
1546
1547 * minibuf.texi (Completion Commands): Add mention of read-file-name
1548 for filename completion keymaps.
1549 (Reading File Names): Add mention of filename completion keymaps
1550 for read-file-name and xref to `Completion Commands'.
1551
4b1c16c2
RS
15522005-12-10 Richard M. Stallman <rms@gnu.org>
1553
1554 * customize.texi (Common Keywords): State caveats for use of :tag.
1555
1d49d5d9
RS
15562005-12-08 Richard M. Stallman <rms@gnu.org>
1557
2663a204
RS
1558 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1559 with xrefs and better explanation.
1560 (Completion Commands): Add the filename completion maps.
1561
1d49d5d9
RS
1562 * objects.texi (Character Type): Clarify that \s is not space
1563 if a dash follows.
1564
fa0d4d0c
RS
15652005-12-05 Richard M. Stallman <rms@gnu.org>
1566
1567 * windows.texi (Resizing Windows): Delete preserve-before args.
1568
d64b177a
SM
15692005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1570
1571 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1572 in full keymaps, since the quirk has been fixed.
1573
79019cc9
EZ
15742005-12-03 Eli Zaretskii <eliz@gnu.org>
1575
1576 * hooks.texi (Standard Hooks): Add index entries. Mention
1577 `compilation-finish-functions'.
1578
161ef3be
RS
15792005-11-27 Richard M. Stallman <rms@gnu.org>
1580
1581 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1582
17c1971a
JL
15832005-11-21 Juri Linkov <juri@jurta.org>
1584
1585 * customize.texi (Common Keywords): Update links types
1586 custom-manual and url-link. Add link types emacs-library-link,
1587 file-link, function-link, variable-link, custom-group-link.
1588
5890344b
CY
15892005-11-20 Chong Yidong <cyd@stupidchicken.com>
1590
1591 * display.texi: Revert 2005-11-20 change.
1592
cbce0752
TTN
15932005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1594
1595 * processes.texi (Bindat Functions):
1596 Say "third" to refer to zero-based index "2".
1597
ff04c885
LT
15982005-11-18 Luc Teirlinck <teirllm@auburn.edu>
1599
1600 * loading.texi (Library Search): Update the default value of
1601 `load-suffixes'.
1602
ce8d4e00
CY
16032005-11-17 Chong Yidong <cyd@stupidchicken.com>
1604
1605 * display.texi (Attribute Functions): Mention :ignore-defface.
1606
cbad4a9e
SM
16072005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1608
1609 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 1610 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 1611
fda12b27
RS
16122005-11-06 Richard M. Stallman <rms@gnu.org>
1613
1614 * files.texi (Magic File Names): find-file-name-handler checks the
1615 `operations' property of the handler.
1616
e082564e
RS
16172005-11-03 Richard M. Stallman <rms@gnu.org>
1618
1619 * variables.texi (Frame-Local Variables): Small clarification.
1620
f0cdd9e4
CY
16212005-10-29 Chong Yidong <cyd@stupidchicken.com>
1622
1623 * os.texi (Init File): Document ~/.emacs.d/init.el.
1624
685abb98
RS
16252005-10-29 Richard M. Stallman <rms@gnu.org>
1626
1627 * internals.texi (Garbage Collection): Document memory-full.
1628
7000848e
BW
16292005-10-28 Bill Wohler <wohler@newt.com>
1630
1631 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1632 for URLs.
1633
107fb6c9
RS
16342005-10-28 Richard M. Stallman <rms@gnu.org>
1635
1636 * minibuf.texi (Completion Commands): Clean up prev change.
1637
16382005-10-26 Kevin Ryde <user42@zip.com.au>
1639
1640 * compile.texi (Eval During Compile): Explain recommended uses
1641 of eval-when-compile and eval-and-compile.
1642
1d8e69a2
MY
16432005-10-27 Masatake YAMATO <jet@gyve.org>
1644
cbad4a9e 1645 * minibuf.texi (Completion Commands):
1d8e69a2 1646 Write about new optional argument for `display-completion-list'.
cbad4a9e 1647
6a897887
RS
16482005-10-23 Richard M. Stallman <rms@gnu.org>
1649
1650 * display.texi (Overlay Arrow): Clarify about local bindings of
1651 overlay-arrow-position.
1652
6d1e17be
EZ
16532005-10-22 Eli Zaretskii <eliz@gnu.org>
1654
1655 * internals.texi (Building Emacs): Fix last change.
1656
db5fe0a6
RS
16572005-10-22 Richard M. Stallman <rms@gnu.org>
1658
1659 * internals.texi (Building Emacs): Document eval-at-startup.
1660
45158e77
RS
16612005-10-21 Richard M. Stallman <rms@gnu.org>
1662
1663 * loading.texi (Where Defined): load-history contains abs file names.
1664 symbol-file returns abs file names.
1665
e50165ec
KS
16662005-10-19 Kim F. Storm <storm@cua.dk>
1667
1668 * display.texi (Showing Images): Add max-image-size integer value.
1669
63ab30d0
CY
16702005-10-18 Chong Yidong <cyd@stupidchicken.com>
1671
1672 * display.texi (Showing Images): Document max-image-size.
1673
f8252852
RS
16742005-10-17 Richard M. Stallman <rms@gnu.org>
1675
1676 * commands.texi (Quitting): Minor clarification.
1677
1678 * processes.texi (Sentinels): Clarify about output and quitting.
1679 (Filter Functions): Mention with-local-quit.
1680
c1bed3aa
JL
16812005-10-17 Juri Linkov <juri@jurta.org>
1682
1683 * buffers.texi (Current Buffer):
1684 * commands.texi (Event Input Misc):
1685 * compile.texi (Eval During Compile, Compiler Errors):
1686 * customize.texi (Group Definitions):
1687 * display.texi (Progress, Defining Faces):
1688 * files.texi (Writing to Files):
1689 * modes.texi (Mode Hooks, Defining Minor Modes):
1690 * streams.texi (Output Functions):
1691 * syntax.texi (Syntax Table Functions):
1692 * text.texi (Change Hooks):
1693 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
1694
1695 * commands.texi (Quitting): Replace arg `forms' with `body' in
1696 `with-local-quit'.
1697
1698 * positions.texi (Excursions): Replace arg `forms' with `body' in
1699 `save-excursion'.
1700
ef1b4c9e
KS
17012005-10-08 Kim F. Storm <storm@cua.dk>
1702
1703 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
1704 Rename manual section accordingly.
1705
abc8ce50
KS
17062005-10-04 Kim F. Storm <storm@cua.dk>
1707
1708 * windows.texi (Window Split Tree): New section describing
1709 new function window-split-tree function.
1710
a1f5a1f0
NR
17112005-10-03 Nick Roberts <nickrob@snap.net.nz>
1712
1713 * display.texi (Fringe Size/Pos): Simplify and add detail.
1714
97c3e4cc
RF
17152005-09-30 Romain Francoise <romain@orebokech.com>
1716
1717 * minibuf.texi (High-Level Completion): Explain that the prompt
1718 given to `read-buffer' should end with a colon and a space.
1719 Update usage examples.
1720
8ad8c5ce
JL
17212005-09-29 Juri Linkov <juri@jurta.org>
1722
1723 * display.texi (Displaying Messages): Rename argument name
1724 `string' to `format-string' in functions `message', `message-box',
1725 `message-or-box'.
1726
63182706
CY
17272005-09-26 Chong Yidong <cyd@stupidchicken.com>
1728
fc2cb772 1729 * errors.texi (Standard Errors): Correct xrefs.
63182706 1730
906320ec
CY
17312005-09-18 Chong Yidong <cyd@stupidchicken.com>
1732
fc2cb772 1733 * display.texi (Defining Images): Update documentation for
906320ec
CY
1734 `image-load-path'.
1735
8ccd3630
RS
17362005-09-17 Richard M. Stallman <rms@gnu.org>
1737
1738 * display.texi (Defining Images): Clean up previous change.
1739
7260457b
RF
17402005-09-16 Romain Francoise <romain@orebokech.com>
1741
1742 * elisp.texi: Specify GFDL version 1.2.
1743
1744 * doclicense.texi (GNU Free Documentation License): Update to
1745 version 1.2.
1746
5b51c037
CY
17472005-09-15 Chong Yidong <cyd@stupidchicken.com>
1748
1749 * display.texi (Defining Images): Document `image-load-path'.
1750
5c4757d3
RS
17512005-09-15 Richard M. Stallman <rms@gnu.org>
1752
1753 * objects.texi (Printed Representation): Minor cleanup.
1754 (Box Diagrams): Minor fix.
1755 (Cons Cell Type): Move (...) index item here.
1756 (Box Diagrams): From here.
1757 (Array Type): Minor fix.
1758 (Type Predicates): Delete index "predicates".
1759 (Hash Table Type): Clarify xref.
1760 (Dotted Pair Notation): Minor fix.
1761
2bb8b80c
CY
17622005-09-10 Chong Yidong <cyd@stupidchicken.com>
1763
1764 * files.texi (Saving Buffers): Fix typo.
1765
47b8bc5d
RS
17662005-09-08 Richard M. Stallman <rms@gnu.org>
1767
1768 * tips.texi (Programming Tips): Correct the "default" prompt spec.
1769
475aab0d
CY
17702005-09-08 Chong Yidong <cyd@stupidchicken.com>
1771
1772 * locals.texi (Standard Buffer-Local Variables): Don't include
1773 mode variables for minor modes.
1774 Fix xrefs for buffer-display-count, buffer-display-table,
1775 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1776 enable-multibyte-characters, fill-column, header-line-format,
1777 left-fringe-width, left-margin, and right-fringe-width.
1778
1779 * hooks.texi (Standard Hooks): All hooks should conform to the
1780 standard naming convention now.
1781 Fix xref for `echo-area-clear-hook'.
1782
1783 * display.texi (Usual Display): Note that indicate-empty-lines and
1784 tab-width are buffer-local.
1785
1786 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1787
1788 * modes.texi (Mode Help): Note that major-mode is buffer-local.
1789
1790 * nonascii.texi (Encoding and I/O): Note that
1791 buffer-file-coding-system is buffer-local.
1792
1793 * positions.texi (List Motion): Note that defun-prompt-regexp is
1794 buffer-local.
1795
1796 * text.texi (Auto Filling): Note that auto-fill-function is
1797 buffer-local.
1798 (Undo): Note that buffer-undo-list is buffer-local.
1799
1800 * windows.texi (Buffers and Windows): Document
1801 buffer-display-count.
1802
2a6bc1f7
RS
18032005-09-06 Richard M. Stallman <rms@gnu.org>
1804
1805 * tips.texi (Coding Conventions): Sometimes it is ok to put the
1806 package prefix elsewhere than at the start of the name.
1807
d7ea8b71
RS
18082005-09-03 Richard M. Stallman <rms@gnu.org>
1809
1810 * tips.texi (Programming Tips): Add conventions for minibuffer
1811 questions and prompts.
1812
0c6087a6
RS
18132005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
1814
1815 * intro.texi (nil and t): Minor cleanup.
1816 Delete spurious mention of keyword symbols.
1817 (Evaluation Notation): Add index entry.
1818 (A Sample Function Description): Minor cleanup.
1819 (A Sample Variable Description): Not all vars can be set.
1820
4b5fa40e
TTN
18212005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
1822
1823 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1824
1825 (Insertion): Document precise type of `insert-char' arg COUNT.
1826
34b50776
SM
18272005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1828
1829 * modes.texi (Other Font Lock Variables): Sync the default of
1830 font-lock-lines-before.
1831
c1105d05
MA
18322005-08-31 Michael Albinus <michael.albinus@gmx.de>
1833
1834 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1835
62929713
RS
18362005-08-29 Richard M. Stallman <rms@gnu.org>
1837
1838 * elisp.texi (Top): Update subnode menu.
1839
1840 * searching.texi (Searching and Matching): Move node.
1841 Rearrange contents and add overall explanation.
1842 (Searching and Case): Move node.
1843 (Searching and Matching): Update menu.
1844
0fb57cc0
EZ
18452005-08-27 Eli Zaretskii <eliz@gnu.org>
1846
1847 * os.texi (Startup Summary): Fix the description of the initial
1848 startup message display.
1849
3e80c4c1
RS
18502005-08-25 Richard M. Stallman <rms@gnu.org>
1851
1852 * searching.texi (Search and Replace): Add replace-regexp-in-string.
1853
18542005-08-25 Emilio C. Lopes <eclig@gmx.net>
1855
1856 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1857 `next-overlay-change' example.
c1105d05 1858
79a8defb
JL
18592005-08-22 Juri Linkov <juri@jurta.org>
1860
1861 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1862 Fix invert-face. Fix args of face-background.
1863
16691d29
JL
1864 * display.texi (Standard Faces): Delete node.
1865 (Faces): Add xref to `(emacs)Standard Faces'.
1866 (Displaying Faces): Fix xref to `Standard Faces'.
1867
1868 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1869
217b694f
EZ
18702005-08-20 Alan Mackenzie <acm@muc.de>
1871
1872 * buffers.texi (The Buffer List): Clarify the manipulation of the
1873 buffer list.
1874
0bf14bfd
RS
18752005-08-14 Richard M. Stallman <rms@gnu.org>
1876
7ad1498e
AS
1877 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1878 a regexp.
0bf14bfd 1879
c118d09e
RS
18802005-08-11 Richard M. Stallman <rms@gnu.org>
1881
59cb8c23
RS
1882 * elisp.texi (Top): Update subnode lists.
1883
1884 * display.texi (Inverse Video): Node deleted.
1885
c118d09e
RS
1886 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1887 New nodes split out of Coding Conventions.
1888
1889 * searching.texi (Regular Expressions): Document re-builder.
1890
1891 * os.texi (Time Parsing): New node split out of Time Conversion.
1892
1893 * processes.texi (Misc Network, Network Feature Testing)
1894 (Network Options, Make Network): New nodes split out of
1895 Low-Level Network.
1896
67ec7f41
RS
18972005-08-09 Richard M. Stallman <rms@gnu.org>
1898
76d47f0d
RS
1899 * frames.texi (Geometry): New node, split from Size and Position.
1900 (Frame Parameters): Refer to Geometry.
1901
67ec7f41 1902 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 1903
67ec7f41
RS
1904 * windows.texi (Splitting Windows): Fix xref.
1905
1906 * frames.texi (Layout Parameters): Add xref.
1907
1908 * display.texi (Line Height, Scroll Bars): Fix xrefs.
1909
1910 * keymaps.texi (Menu Bar): Fix xref.
1911
1912 * locals.texi (Standard Buffer-Local Variables): Fix xref.
1913
1914 * modes.texi (%-Constructs): Fix xref.
1915
1916 * frames.texi (Window Frame Parameters): Node split up.
1917 (Basic Parameters, Position Parameters, Size Parameters)
1918 (Layout Parameters, Buffer Parameters, Management Parameters)
1919 (Cursor Parameters, Color Parameters): New subnodes.
1920
adb5e445
LT
19212005-08-09 Luc Teirlinck <teirllm@auburn.edu>
1922
1923 * positions.texi (Screen Lines): Update xref for previous change
1924 in minibuf.texi.
1925
1926 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
1927 change in minibuf.texi.
1928
61298e17
RS
19292005-08-09 Richard M. Stallman <rms@gnu.org>
1930
1931 * tips.texi (Coding Conventions): Minor cleanup.
1932
1933 * modes.texi (Defining Minor Modes): Explain when init-value
1934 can be non-nil.
1935
1936 * elisp.texi (Top): Update submenu for Minibuffer.
1937
1938 * minibuf.texi (Minibuffer Misc): Node split up.
1939 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
1940 (Recursive Mini): New nodes split out from Minibuffer Misc.
1941 (Minibuffer Misc): Document max-mini-window-height.
1942
1943 * hash.texi (Defining Hash): Delete stray paren in example.
1944
1945 * display.texi (Echo Area Customization): Don't define
1946 max-mini-window-height here; xref instead.
1947
1948 * commands.texi (Event Input Misc): Update while-no-input.
1949
1950 * advice.texi (Advising Functions): Explain when to use advice
1951 and when to use a hook.
1952
43e124e6
EZ
19532005-07-30 Eli Zaretskii <eliz@gnu.org>
1954
1955 * makefile.w32-in (info): Don't run install-info.
1956 ($(infodir)/dir): New target, produced by running install-info.
1957
653aea22
LT
19582005-07-27 Luc Teirlinck <teirllm@auburn.edu>
1959
1960 * modes.texi (Defining Minor Modes): The keyword for the initial
1961 value is :init-value, not :initial-value.
1962
ba6ebbd5
EZ
19632005-07-23 Eli Zaretskii <eliz@gnu.org>
1964
1965 * loading.texi (Autoload): Make the `doctor' example be consistent
1966 with what's in current loaddefs.el. Describe the "fn" magic in
1967 the usage portion of the doc string.
1968
6696f2a4
RS
19692005-07-22 Richard M. Stallman <rms@gnu.org>
1970
1971 * internals.texi (Garbage Collection): Clarify previous change.
1972
0c17e67c
SM
19732005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
1974
1975 * internals.texi (Garbage Collection): Add gc-cons-percentage.
1976
426179e1
JL
19772005-07-18 Juri Linkov <juri@jurta.org>
1978
1979 * commands.texi (Accessing Events):
1980 * frames.texi (Text Terminal Colors, Resources):
1981 * markers.texi (The Mark):
1982 * modes.texi (Defining Minor Modes):
1983 Delete duplicate duplicate words.
1984
9b0c2c56
RS
19852005-07-16 Richard M. Stallman <rms@gnu.org>
1986
1987 * display.texi (Managing Overlays): Clarify make-overlay
1988 args for insertion types.
1989
fd90b80c
LT
19902005-07-13 Luc Teirlinck <teirllm@auburn.edu>
1991
0c17e67c
SM
1992 * customize.texi (Variable Definitions):
1993 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
1994 `standard-value' is a list too.
1995 (Defining New Types): Use @key{RET} instead of @key{ret}.
1996
37aa90e5
TTN
19972005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
1998
1999 * os.texi (Translating Input): Fix typo.
2000
917e0c95
RS
20012005-07-08 Richard M. Stallman <rms@gnu.org>
2002
2003 * README: Update edition number and size estimate.
2004
2005 * elisp.texi (VERSION): Set to 2.9.
2006
7d90e71d
RS
20072005-07-07 Richard M. Stallman <rms@gnu.org>
2008
c330dafe
RS
2009 * book-spine.texinfo: Update Emacs version.
2010
7d90e71d
RS
2011 * display.texi (Inverse Video): Delete mode-line-inverse-video.
2012
dc2204be
RS
20132005-07-06 Richard M. Stallman <rms@gnu.org>
2014
2015 * searching.texi (Regexp Search): Clarify what re-search-forward
2016 does when the search fails.
2017
a0ec7a4a
LK
20182005-07-05 Lute Kamstra <lute@gnu.org>
2019
dc2204be 2020 * Update FSF's address in GPL notices.
a0ec7a4a
LK
2021
2022 * doclicense.texi (GNU Free Documentation License):
2023 * gpl.texi (GPL):
2024 * tips.texi (Coding Conventions, Library Headers):
2025 * vol1.texi:
2026 * vol2.texi: Update FSF's address.
2027
4af33176
RS
20282005-07-04 Richard M. Stallman <rms@gnu.org>
2029
2030 * hooks.texi (Standard Hooks): Add occur-hook.
2031
b3ab615b
LT
20322005-07-03 Luc Teirlinck <teirllm@auburn.edu>
2033
2034 * display.texi (The Echo Area): Correct menu.
2035
3d393029
RS
20362005-07-03 Richard M. Stallman <rms@gnu.org>
2037
7fe48b75
RS
2038 * elisp.texi (Top): Update subnode menu for Display.
2039
2040 * display.texi (Displaying Messages): New node, with most
2041 of what was in The Echo Area.
2042 (Progress): Moved under The Echo Area.
2043 (Logging Messages): New node with new text.
2044 (Echo Area Customization): New node, the rest of what was
2045 in The Echo Area. Document message-truncate-lines with @defvar.
2046 (Display): Update menu.
2047
3d393029
RS
2048 * windows.texi (Textual Scrolling): Doc 3 values for
2049 scroll-preserve-screen-position.
2050
2051 * text.texi (Special Properties): Change hook functions
2052 should bind inhibit-modification-hooks around altering buffer text.
2053
2054 * keymaps.texi (Key Binding Commands): Call binding BINDING
2055 rather than DEFINITION.
2056
b26860ad
JB
20572005-06-29 Juanma Barranquero <lekktu@gmail.com>
2058
2059 * variables.texi (Defining Variables): `user-variable-p' returns t
2060 for aliases of user options, nil for alias loops.
2061
025691ed
RS
20622005-06-28 Richard M. Stallman <rms@gnu.org>
2063
2064 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
2065 make-keymap.
2066
b61bfa4d
LT
20672005-06-27 Luc Teirlinck <teirllm@auburn.edu>
2068
2069 * variables.texi (Setting Variables): Correct and clarify
2070 description of `add-to-ordered-list'.
2071
24ee714d
RS
20722005-06-26 Richard M. Stallman <rms@gnu.org>
2073
2074 * display.texi (Faces): Minor cleanup.
2075
33b79ce4
LT
20762005-06-25 Luc Teirlinck <teirllm@auburn.edu>
2077
2078 * display.texi (Faces): `facep' returns t for strings that are
2079 face names.
2080
df13531d
RS
20812005-06-25 Richard M. Stallman <rms@gnu.org>
2082
2083 * objects.texi (Equality Predicates): Clarify meaning of equal.
2084
2085 * windows.texi (Selecting Windows): save-selected-window
2086 and with-selected-window save and restore the current buffer.
2087
cf444441
RS
20882005-06-24 Richard M. Stallman <rms@gnu.org>
2089
2090 * numbers.texi (Float Basics): Explain how to test for NaN,
2091 and printing the sign of NaNs.
2092
6cdd056d
EZ
20932005-06-24 Eli Zaretskii <eliz@gnu.org>
2094
2095 * makefile.w32-in (MAKEINFO): Use --force.
2096
b93e3c3b
RS
20972005-06-23 Richard M. Stallman <rms@gnu.org>
2098
2099 * display.texi (Face Functions): Correct Texinfo usage.
2100
6fb276bd
LT
21012005-06-23 Luc Teirlinck <teirllm@auburn.edu>
2102
2103 * lists.texi (Rings): `ring-elements' now returns the elements of
2104 RING in order.
2105
1d1c7e75
JB
21062005-06-23 Juanma Barranquero <lekktu@gmail.com>
2107
2108 * markers.texi (The Mark): Texinfo usage fix.
2109
9d12e52b
KS
21102005-06-23 Kim F. Storm <storm@cua.dk>
2111
2112 * searching.texi (Entire Match Data): Remove evaporate option for
2113 match-data. Do not mention evaporate option for set-match-data.
2114
6d44324c
GM
21152005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2116
2117 * display.texi (Face Functions): Mention face aliases.
2118
80df27a7
RS
21192005-06-21 Richard M. Stallman <rms@gnu.org>
2120
2121 * anti.texi (Antinews): Texinfo usage fix.
2122
e121563b
KB
21232005-06-21 Karl Berry <karl@gnu.org>
2124
9d7d543c
KB
2125 * elisp.texi: Use @copying.
2126
e121563b
KB
2127 * elisp.texi: Put @summarycontents and @contents before the Top
2128 node, instead of the end of the file, so that the contents appear
2129 in the right place in the dvi/pdf output.
2130
36a3b076
JL
21312005-06-21 Juri Linkov <juri@jurta.org>
2132
2133 * display.texi (Defining Faces): Add `customized-face'.
2134
5c796e80
KS
21352005-06-20 Kim F. Storm <storm@cua.dk>
2136
b7d1f38f
KS
2137 * variables.texi (Setting Variables): Any type of element can be
2138 given order in add-to-ordered-list. Compare elements with eq.
2139
5c796e80
KS
2140 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
2141
fb056bef
KB
21422005-06-20 Karl Berry <karl@gnu.org>
2143
2144 * syntax.texi (Syntax Flags): Make last column very slightly wider
2145 to avoid "generic comment" breaking on two lines and causing an
2146 underfull box.
2147
84398baa
LT
21482005-06-19 Luc Teirlinck <teirllm@auburn.edu>
2149
2150 * lists.texi (Rings): Various minor clarifications and corrections.
2151
07ff1e4b
RS
21522005-06-18 Richard M. Stallman <rms@gnu.org>
2153
2154 * functions.texi (Obsolete Functions): Simplify.
2155
2156 * variables.texi (Variable Aliases): Simplify.
2157
2158 * anti.texi, backups.texi, compile.texi, customization.texi:
2159 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
2160 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
2161 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
2162 * variables.texi: Fix formatting ugliness.
2163
2164 * elisp.texi: Add links to Rings and Byte Packing.
2165 Update version and copyright years.
2166
2167 * minibuf.texi: Fix formatting ugliness.
2168 (Completion Commands): Move keymap vars to the end
2169 and vars completing-read binds to the top.
2170
3f7fab24
LT
21712005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2172
2173 * processes.texi: Fix typos.
2174 (Bindat Spec): Correct Texinfo error.
926c4c9b 2175 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 2176
f19b57e3
RS
21772005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
2178
2179 * lists.texi (Rings): New node.
2180 (Lists): Add it to menu.
2181
a80c5da7 2182 * processes.texi (Byte Packing): New node.
f19b57e3
RS
2183 (Processes): Add it to menu.
2184
21852005-06-17 Richard M. Stallman <rms@gnu.org>
2186
2187 * syntax.texi (Parsing Expressions): Fix texinfo usage.
2188
2189 * help.texi (Documentation Basics): Explain the xref to
2190 Documentation Tips.
2191
2192 * debugging.texi (Debugger Commands): Minor fix.
2193
67c1390d
LT
21942005-06-16 Luc Teirlinck <teirllm@auburn.edu>
2195
2196 * edebug.texi (Instrumenting): Eliminate duplicate link.
2197 (Specification List): Replace references to "below", referring to
2198 a later node, with one @ref to that node.
2199
2200 * os.texi (Timers): Timers should save and restore the match data
2201 if they change it.
2202
2203 * debugging.texi (Debugger Commands): Mention that the Lisp
2204 debugger can not step through primitive functions.
2205
51cd2a8c
JB
22062005-06-16 Juanma Barranquero <lekktu@gmail.com>
2207
2208 * functions.texi (Obsolete Functions): Update argument names of
2209 `make-obsolete' and `define-obsolete-function-alias'.
2210
2211 * variables.texi (Variable Aliases): Update argument names of
2212 `defvaralias', `make-obsolete-variable' and
2213 `define-obsolete-variable-alias'.
2214
f5e6ac4a
KS
22152005-06-15 Kim F. Storm <storm@cua.dk>
2216
2217 * searching.texi (Entire Match Data): Rephrase warnings about
2218 evaporate arg to match-data and set-match-data.
2219
fe2a9972
LT
22202005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2221
67774855
LT
2222 * elisp.texi (Top): Update detailed menu.
2223
fe2a9972
LT
2224 * edebug.texi (Edebug): Update menu.
2225 (Instrumenting): Update xrefs.
2226 (Edebug Execution Modes): Correct xref.
2227 (Jumping): Clarify description of `h' command.
2228 Eliminate redundant @ref.
2229 (Breaks): New node.
9b7fa297 2230 (Breakpoints): Is now a subsubsection.
fe2a9972
LT
2231 (Global Break Condition): Mention `C-x X X'.
2232 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
2233 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
2234 (Edebug Display Update): Correct pxref.
2235 (Edebug and Macros): New node.
2236 (Instrumenting Macro Calls): Is now a subsubsection.
2237 Neither arg of `def-edebug-spec' is evaluated.
2238 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
2239 (Specification Examples): Fix typo.
2240
b59f605b
LK
22412005-06-14 Lute Kamstra <lute@gnu.org>
2242
2243 * debugging.texi (Function Debugging): Primitives can break on
2244 entry too.
2245
a5c99dc9
KS
22462005-06-14 Kim F. Storm <storm@cua.dk>
2247
2248 * variables.texi (Setting Variables): Add add-to-ordered-list.
2249
f99ed2f8
SM
22502005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2251
2252 * syntax.texi (Parsing Expressions): Document aux functions and vars of
2253 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
2254
9d42ffaa
LK
22552005-06-13 Lute Kamstra <lute@gnu.org>
2256
2257 * text.texi (Special Properties): Fix cross reference.
2258
32cc0b00
LT
22592005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2260
2261 * debugging.texi (Function Debugging): Delete mention of empty
2262 string argument to `cancel-debug-on-entry'. Delete inaccurate
2263 description of the return value of that command.
2264
98d1a1cf
EZ
22652005-06-11 Alan Mackenzie <acm@muc.de>
2266
2267 * text.texi (Adaptive Fill): Amplify the description of
2268 fill-context-prefix.
2269
4b53b8d7
LT
22702005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2271
84398baa 2272 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 2273
b5305167
SM
22742005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2275
2276 * syntax.texi (Parsing Expressions): Document syntax-ppss.
2277
9bd4c3ad
LT
22782005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2279
2280 * debugging.texi (Error Debugging): Minor rewording.
2281 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
2282 is optional.
2283
257914aa
LK
22842005-06-10 Lute Kamstra <lute@gnu.org>
2285
b5305167 2286 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
2287 (Top): Give it a title. Correct version number. Give the
2288 detailed node listing a more prominent header.
b5305167
SM
2289 * intro.texi: Don't set VERSION here a second time.
2290 Mention Emacs's version too.
257914aa
LK
2291 * anti.texi (Antinews): Use EMACSVER to refer to the current
2292 version of Emacs.
2293
b7aae902
KS
22942005-06-09 Kim F. Storm <storm@cua.dk>
2295
2296 * searching.texi (Entire Match Data): Explain new `reseat' argument to
2297 match-data and set-match-data.
2298
99598737
RS
22992005-06-08 Richard M. Stallman <rms@gnu.org>
2300
2301 * searching.texi (Entire Match Data): Clarify when match-data
2302 returns markers and when integers.
2303
2304 * display.texi (Defining Faces): Explain that face name should not
2305 end in `-face'.
2306
2307 * modes.texi (Mode Line Data): Minor cleanup.
2308 (Customizing Keywords): Node split out of Search-based Fontification.
2309 Add example of using font-lock-add-keywords from a hook.
2310 Clarify when MODE should be non-nil, and when nil.
2311
23122005-06-06 Richard M. Stallman <rms@gnu.org>
2313
2314 * modes.texi (Mode Line Data): Explain what happens when the car
2315 of a list is a void symbol.
2316 (Search-based Fontification): Explain MODE arg to
2317 font-lock-add-keywords and warn about calls from major modes.
2318
ecc8893a
JL
23192005-06-08 Juri Linkov <juri@jurta.org>
2320
2321 * display.texi (Standard Faces): Add `shadow' face.
2322
7fa9f4eb
LT
23232005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2324
2325 * modes.texi (Major Mode Conventions): A derived mode only needs
2326 to put the call to the parent mode inside `delay-mode-hooks'.
2327
bebcc4b1
RS
23282005-05-29 Richard M. Stallman <rms@gnu.org>
2329
c16b1394
RS
2330 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
2331 new, and what that implies. Clarify.
2332
2333 * files.texi (Locating Files): Clean up the text.
2334
bebcc4b1
RS
2335 * frames.texi (Window Frame Parameters): Document user-size.
2336 Shorten entry for top by referring to left.
2337
23382005-05-26 Richard M. Stallman <rms@gnu.org>
2339
2340 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
2341 is new, and what the implications are. Other clarifications.
2342
217797bc
RS
23432005-05-24 Richard M. Stallman <rms@gnu.org>
2344
2345 * frames.texi (Dialog Boxes): Minor fixes.
2346
3565fe07
MY
23472005-05-25 Masatake YAMATO <jet@gyve.org>
2348
2349 * display.texi (Standard Faces): Write about `mode-line-highlight'.
2350
817089df
LT
23512005-05-24 Luc Teirlinck <teirllm@auburn.edu>
2352
2353 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
2354 is optional.
2355
cb5db137
NR
23562005-05-24 Nick Roberts <nickrob@snap.net.nz>
2357
2358 * frames.texi (Dialog Boxes): Descibe new optional argument.
2359
3c8572f5
LK
23602005-05-23 Lute Kamstra <lute@gnu.org>
2361
2362 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
2363 syntax-begin-function over font-lock-beginning-of-syntax-function.
2364
2a4d7cb3
LT
23652005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2366
71f800cf
LT
2367 * minibuf.texi (Reading File Names): Update description of
2368 `read-directory-name'.
2369
2a4d7cb3
LT
2370 * modes.texi (Derived Modes): Clarify :group keyword.
2371
bb4afd09
EZ
23722005-05-21 Eli Zaretskii <eliz@gnu.org>
2373
b5305167
SM
2374 * files.texi (Locating Files): New subsection.
2375 Describe locate-file and executable-find.
bb4afd09 2376
a2c9aee6
EZ
23772005-05-21 Kevin Ryde <user42@zip.com.au>
2378
2379 * frames.texi (Initial Parameters): Update cross reference to
2380 "Emacs Invocation".
2381
6900105f
LT
23822005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2383
ca1b0914
LT
2384 * keymaps.texi (Active Keymaps): Add anchor.
2385
6900105f
LT
2386 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
2387 (Major Mode Conventions): Refer to `Auto Major Mode' in more
2388 appropriate place.
2389 (Derived Modes): Small clarifications.
b5305167
SM
2390 (Minor Mode Conventions, Keymaps and Minor Modes):
2391 Replace references to nodes with references to anchors.
6900105f
LT
2392 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
2393 Clarify description of lists whose first element is an integer.
2394 (Mode Line Variables): Add anchor.
2395 (%-Constructs): Clarify description of integer after %.
2396 (Emulating Mode Line): Describe nil value for FACE.
2397
54d06364
LT
23982005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2399
2400 * modes.texi (Derived Modes): Correct references to non-existing
2401 variable standard-syntax-table.
2402
f8d0b769
LK
24032005-05-17 Lute Kamstra <lute@gnu.org>
2404
2405 * modes.texi (Defining Minor Modes): Mention the mode hook.
2406
294c599c
KS
24072005-05-15 Kim F. Storm <storm@cua.dk>
2408
2409 * processes.texi (Network): Remove open-network-stream-nowait.
2410 (Network Servers): Remove open-network-stream-server.
2411
4214af69
LT
24122005-05-15 Luc Teirlinck <teirllm@auburn.edu>
2413
2414 * elisp.texi (Top): Update detailed menu.
2415
2416 * variables.texi: Reorder nodes.
2417 (Variables): Update menu.
2418 (File Local Variables): Do not refer to the `-*-' line as
2419 a "local variables list". Add pxref.
2420
302691ab
LT
24212005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2422
56d4215a
LT
2423 * elisp.texi (Top): Update detailed menu for node changes.
2424
302691ab 2425 * modes.texi (Modes): Update Menu.
6db11765 2426 (Hooks): Move to beginning of chapter.
302691ab
LT
2427 Most minor modes run mode hooks too.
2428 `add-hook' can handle void hooks or hooks whose value is a single
2429 function.
2430 (Major Modes): Update Menu.
2431 (Major Mode Basics): New node, split off from `Major Modes'.
2432 (Major Mode Conventions): Correct xref. Explain how to handle
2433 auto-mode-alist if the major mode command has an autoload cookie.
2434 (Auto Major Mode): Major update. Add magic-mode-alist.
2435 (Derived Modes): Major update.
2436 (Mode Line Format): Update Menu.
2437 (Mode Line Basics): New node, split off from `Mode Line Format'.
2438
2439 * loading.texi (Autoload): Mention `autoload cookie' as synonym
2440 for `magic autoload comment'. Add index entries and anchor.
2441
d06ba294
RS
24422005-05-14 Richard M. Stallman <rms@gnu.org>
2443
2444 * tips.texi (Coding Conventions): Explain how important it is
2445 that just loading certain files not change Emacs behavior.
2446
2447 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
2448
405cb12a
LK
24492005-05-12 Lute Kamstra <lute@gnu.org>
2450
19958124
LK
2451 * modes.texi (Generic Modes): Update.
2452 (Major Modes): Refer to node "Generic Modes".
2453
405cb12a
LK
2454 * elisp.texi (Top): Update to the current structure of the manual.
2455 * processes.texi (Processes): Add menu description.
2456 * customize.texi (Customization): Add menu descriptions.
2457
f714dd1b
TTN
24582005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2459
cc9442f2
TTN
2460 * processes.texi (Signals to Processes)
2461 (Low-Level Network): Fix typos.
f714dd1b 2462
36ad23ec
LK
24632005-05-11 Lute Kamstra <lute@gnu.org>
2464
2465 * elisp.texi (Top): Add some nodes from the chapter "Major and
2466 Minor Modes" to the detailed node listing.
2467
d101bf56
RS
24682005-05-10 Richard M. Stallman <rms@gnu.org>
2469
2470 * keymaps.texi (Extended Menu Items): Menu item filter functions
2471 can be called at any time.
2472
698b0510
LT
24732005-05-08 Luc Teirlinck <teirllm@auburn.edu>
2474
2475 * variables.texi (File Local Variables): `(hack-local-variables t)'
2476 now also checks whether a mode is specified in the local variables
2477 list.
2478
2c6b25c7
EZ
24792005-05-05 Kevin Ryde <user42@zip.com.au>
2480
2481 * display.texi (The Echo Area): Correct format function cross
2482 reference.
2483
643b4cf5
LT
24842005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2485
2486 * variables.texi (Variable Aliases): Change description of
2487 `define-obsolete-variable-alias'.
2488
2489 * functions.texi (Functions): Add "Obsolete Functions" to menu.
2490 (Defining Functions): Add xref.
2491 (Obsolete Functions): New node.
2492 (Function Safety): Standardize capitalization of section title.
2493
2494 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2495 (Dialog Boxes): Complete description of `x-popup-dialog'.
2496
053bc8e4
RS
24972005-05-04 Richard M. Stallman <rms@gnu.org>
2498
2499 * commands.texi (Interactive Codes): Fix Texinfo usage.
2500 Document U more clearly.
2501
f6b1b15a
LT
25022005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2503
3b925015
LT
2504 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2505 function and not a macro.
2506
f6b1b15a
LT
2507 * frames.texi (Pop-Up Menus): Correct and clarify description of
2508 `x-popup-menu'.
2509 (Dialog Boxes): Clarify description of `x-popup-dialog'.
2510
ebbfa918
RS
25112005-05-01 Richard M. Stallman <rms@gnu.org>
2512
2513 * edebug.texi (Checking Whether to Stop): Fix previous change.
2514
abe2f96e
LT
25152005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2516
d6028ef2
LT
2517 * display.texi: Fix typos and Texinfo usage.
2518
abe2f96e
LT
2519 * edebug.texi (Checking Whether to Stop): executing-macro ->
2520 executing-kbd-macro.
2521
b2cfb30b
RS
25222005-05-01 Richard M. Stallman <rms@gnu.org>
2523
2524 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2525
7e995a23
RS
25262005-04-30 Richard M. Stallman <rms@gnu.org>
2527
2528 * files.texi (Magic File Names): Document `operations' property.
2529
57efa539
LK
25302005-04-29 Lute Kamstra <lute@gnu.org>
2531
2532 * modes.texi (Generic Modes): New node.
2533 (Major Modes): Add it to the menu.
2534 (Derived Modes): Add "derived mode" to concept index.
2535
0a20b1dc
LK
25362005-04-28 Lute Kamstra <lute@gnu.org>
2537
2538 * modes.texi (Defining Minor Modes): Fix previous change.
2539 (Font Lock Mode): Simplify.
2540 (Font Lock Basics): Say that font-lock-defaults is buffer-local
2541 when set and that some parts are optional. Add cross references.
2542 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
2543 Add cross references. Add font-lock-multiline to index.
2544 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 2545 Lock Variables". Document font-lock-add-keywords and
b5305167 2546 font-lock-remove-keywords.
0a20b1dc
LK
2547 (Other Font Lock Variables): Move font-lock-keywords-only,
2548 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2549 and font-lock-syntactic-face-function to node "Syntactic Font
2550 Lock". Move font-lock-keywords-case-fold-search to node
2551 "Search-based Fontification". Document font-lock-inhibit-thing-lock
2552 and font-lock-{,un}fontify-{buffer,region}-function.
2553 (Precalculated Fontification): Remove reference to deleted variable
2554 font-lock-core-only.
2555 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2556 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
2557 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2558 and font-lock-syntactic-face-function here from node "Other Font
2559 Lock Variables". Move font-lock-syntactic-keywords to "Setting
2560 Syntax Properties". Add cross references.
b5305167
SM
2561 (Setting Syntax Properties): New node.
2562 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
2563 * syntax.texi (Syntax Properties): Add cross reference.
2564 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2565
68a94f5a
RS
25662005-04-26 Richard M. Stallman <rms@gnu.org>
2567
2568 * display.texi (Defining Faces):
2569 Document `default' elements of defface spec.
2570
2571 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2572
2573 * variables.texi (Variable Aliases): Clarify text.
2574
25752005-04-25 Chong Yidong <cyd@stupidchicken.com>
2576
2577 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2578
7f48f143
LT
25792005-04-25 Luc Teirlinck <teirllm@auburn.edu>
2580
2581 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2582
45d2f8e8
EZ
25832005-04-24 Eli Zaretskii <eliz@gnu.org>
2584
f3714ab2
EZ
2585 * syntax.texi (Syntax Table Internals): Elaborate documentation of
2586 syntax-after and syntax-class.
2587
45d2f8e8 2588 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
2589 (Unique File Names): Don't mention "numbers" in the documentation
2590 of make-temp-file and make-temp-name.
45d2f8e8 2591
469bc679
RS
25922005-04-23 Richard M. Stallman <rms@gnu.org>
2593
2594 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2595
c9fa5dc9
RS
25962005-04-22 Nick Roberts <nickrob@snap.net.nz>
2597
2598 * windows.texi (Cyclic Window Ordering): Clarify window-list.
2599
230e1e80
NR
26002005-04-22 Nick Roberts <nickrob@snap.net.nz>
2601
2602 * variables.texi (Variable Aliases): Describe make-obsolete-variable
2603 and define-obsolete-variable-alias.
2604
1ba52906
KS
26052005-04-22 Kim F. Storm <storm@cua.dk>
2606
2607 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2608 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2609
9721d904
LK
26102005-04-21 Lute Kamstra <lute@gnu.org>
2611
2612 * lists.texi (Association Lists): Document rassq-delete-all.
2613
ed35c736
RS
26142005-04-19 Richard M. Stallman <rms@gnu.org>
2615
2616 * modes.texi (Search-based Fontification): Explain that
2617 facespec is an expression to be evaluated.
2618
42fc00a4
RS
26192005-04-19 Kevin Ryde <user42@zip.com.au>
2620
b5305167 2621 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
2622 * strings.texi (String Conversion): Fix xref.
2623
5827e9d4
KS
26242005-04-19 Kim F. Storm <storm@cua.dk>
2625
2626 * symbols.texi (Symbol Plists): Add safe-get.
2627 Mention that `get' may signal an error.
2628
47872da9
NR
26292005-04-18 Nick Roberts <nickrob@snap.net.nz>
2630
2631 * customize.texi (Variable Definitions): Replace tooltip-mode
2632 example with save-place.
2633
ec0cf966
RS
26342005-04-17 Richard M. Stallman <rms@gnu.org>
2635
2636 * buffers.texi (Indirect Buffers): Clarify.
2637
2638 * positions.texi (Positions): Clarify converting marker to integer.
2639
2640 * strings.texi (String Basics): Mention string-match; clarify.
2641
199bb209
LK
26422005-04-08 Lute Kamstra <lute@gnu.org>
2643
2644 * modes.texi (Search-based Fontification): Fix cross references.
2645 Use consistent terminology. Document anchored highlighting.
2646
bfa54668
LK
26472005-04-05 Lute Kamstra <lute@gnu.org>
2648
2649 * modes.texi (Defining Minor Modes): Document :group keyword
2650 argument and its default value.
2651
07e5fb9e
LK
26522005-04-03 Lute Kamstra <lute@gnu.org>
2653
2654 * hooks.texi (Standard Hooks): Add some hooks. Add cross
2655 references and/or descriptions. Delete major mode hooks; mention
2656 them as a category instead. Rename or delete obsolete hooks.
2657
aa945b59
RS
26582005-04-02 Richard M. Stallman <rms@gnu.org>
2659
2660 * nonascii.texi (Coding System Basics): Another wording cleanup.
2661
8b918214
RS
26622005-04-01 Richard M. Stallman <rms@gnu.org>
2663
2664 * nonascii.texi (Coding System Basics): Clarify previous change.
2665
41639988
KH
26662005-04-01 Kenichi Handa <handa@m17n.org>
2667
2668 * nonascii.texi (Coding System Basics): Describe about rondtrip
2669 identity of coding systems.
2670
8e669bbd
RS
26712005-03-29 Chong Yidong <cyd@stupidchicken.com>
2672
2673 * text.texi (Buffer Contents): Add filter-buffer-substring and
2674 buffer-substring-filters.
2675
f60a6f87
RS
26762005-03-26 Chong Yidong <cyd@stupidchicken.com>
2677
2678 * anti.texi (Antinews): Mention `G' interactive code.
2679
2680 * tips.texi (Compilation Tips): Mention benchmark.el.
2681
aaac1251
LT
26822005-03-27 Luc Teirlinck <teirllm@auburn.edu>
2683
2684 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
2685 is now bound to M-o M-o.
2686
2687 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
2688
45325173
GM
26892005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
2690
2691 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
2692 in the Emacs Manual).
2693 * Makefile.in (srcs): Remove calendar.texi.
2694 * makefile.w32-in (srcs): Remove calendar.texi.
2695 * display.texi (Display): Change name of next node.
2696 * os.texi (System In): Change name of previous node.
2697 * elisp.texi (Top): Remove Calendar references.
2698 * vol1.texi (Top): Remove Calendar references.
2699 * vol2.texi (Top): Remove Calendar references.
2700
85df292e
RS
27012005-03-25 Richard M. Stallman <rms@gnu.org>
2702
45325173 2703 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
2704 Cleanup previous change.
2705
27062005-03-25 Chong Yidong <cyd@stupidchicken.com>
2707
2708 * display.texi (Face Attributes): Faces earlier in an :inherit
2709 list take precedence.
2710 (Scroll Bars): Fix description of vertical-scroll-bars.
2711 Document frame-current-scroll-bars and window-current-scroll-bars.
2712
2713 * markers.texi (The Mark): Document temporary Transient Mark mode.
2714
b5305167
SM
2715 * minibuf.texi (Reading File Names):
2716 Document read-file-name-completion-ignore-case.
85df292e
RS
2717
2718 * positions.texi (Screen Lines): Document nil for width argument
2719 to compute-motion.
2720
1fe54d69
KS
27212005-03-23 Kim F. Storm <storm@cua.dk>
2722
2723 * display.texi (Standard Faces): Other faces used in the fringe
2724 implicitly inherits from the fringe face.
2725 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
2726 properties implicitly inherits from fringe face.
2727 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
2728
a775dff4
RS
27292005-03-20 Chong Yidong <cyd@stupidchicken.com>
2730
2731 * display.texi (Invisible Text): State default value of
2732 line-move-ignore-invisible.
2733 (Managing Overlays): Document remove-overlays.
2734 (Standard Faces): Document escape-glyph face.
2735
b5305167 2736 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 2737
b5305167
SM
2738 * modes.texi (Other Font Lock Variables):
2739 Document font-lock-lines-before.
a775dff4
RS
2740
2741 * positions.texi (Skipping Characters): skip-chars-forward allows
2742 character classes.
2743
077f7085
LK
27442005-03-18 Lute Kamstra <lute@gnu.org>
2745
2746 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
2747
d69ea7ab
RS
27482005-03-17 Richard M. Stallman <rms@gnu.org>
2749
c7bd5d57
RS
2750 * text.texi (Undo): Document extensible undo entries.
2751
d69ea7ab
RS
2752 * searching.texi (String Search, Regexp Search, Regexp Search):
2753 Cleanups.
2754
2755 * nonascii.texi (Character Codes): Minor fix.
2756
2757 * display.texi (Display Property): Explain the significance
2758 of having text properties that are eq.
2759 (Other Display Specs): Explain string as display spec.
2760
2761 * commands.texi (Interactive Codes): Document G option.
2762
27632005-03-17 Chong Yidong <cyd@stupidchicken.com>
2764
2765 * text.texi (Filling): Add sentence-end-without-period and
2766 sentence-end-without-space.
2767 (Changing Properties): Minor fix.
2768
2769 * anti.texi: Total rewrite.
2770
a7679889
LK
27712005-03-15 Lute Kamstra <lute@gnu.org>
2772
2773 * edebug.texi (Instrumenting Macro Calls): Fix typos.
2774
6eb8e247
KS
27752005-03-08 Kim F. Storm <storm@cua.dk>
2776
2777 * display.texi (Specified Space): Property :width is support on
2778 non-graphic terminals, :height is not.
2779
bfa8be14
RS
27802005-03-07 Richard M. Stallman <rms@gnu.org>
2781
2782 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2783 Now subnodes of Fringes.
2784 (Overlay Arrow): Document overlay-arrow-variable-list.
2785 (Fringe Size/Pos): New node, broken out of Fringes.
2786 (Display): Explain clearing vs redisplay better.
2787 (Truncation): Clarify use of bitmaps.
2788 (The Echo Area): Clarify the uses of the echo area.
2789 Add max-mini-window-height.
2790 (Progress): Clarify.
2791 (Invisible Text): Explain that main loop moves point out.
2792 (Selective Display): Say "hidden", not "invisible".
b5305167 2793 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
2794 (Overlay Properties): Clarify intro.
2795 (Finding Overlays): Explain return values when nothing found.
2796 (Width): truncate-string-to-width has added arg.
2797 (Displaying Faces): Clarify and update mode line face handling.
2798 (Face Functions): Minor cleanup.
b5305167 2799 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
2800 (Pixel Specification, Other Display Specs): Minor cleanups.
2801 (Images, Image Descriptors): Minor cleanups.
2802 (GIF Images): Patents have expired.
2803 (Showing Images): Explain default text for insert-image.
b5305167 2804 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
2805 (Making Buttons): Explain return values.
2806 (Button Buffer Commands): Add xref.
2807 (Inverse Video): Update mode-line-inverse-video.
2808 (Display Table Format): Clarify.
2809 (Active Display Table): Give defaults for window-display-table.
2810
2811 * calendar.texi (Calendar Customizing): calendar-holiday-marker
2812 and calendar-today-marker are strings, not chars.
2813 (Holiday Customizing): Minor fix.
2814
bfa8be14
RS
2815 * internals.texi (Writing Emacs Primitives): Update `or' example.
2816 Update limit on # args of subr.
2817
2818 * edebug.texi (Using Edebug): Arrow is in fringe.
2819 (Instrumenting): Arg to eval-defun works without loading edebug.
2820 (Edebug Execution Modes): Add xref.
2821
2822 * customize.texi (Common Keywords): Clarify :require.
2823 Mention :version here.
2824 (Variable Definitions, Group Definitions): Not here.
2825 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2826
d69ea7ab
RS
28272005-03-07 Chong Yidong <cyd@stupidchicken.com>
2828 * nonascii.texi (Text Representations): Clarify position-bytes.
2829 (Character Sets): Add list-charset-chars.
2830 (Scanning Charsets): Add charset-after.
2831 (Encoding and I/O): Minor fix.
2832
34398e6c
RS
28332005-03-06 Richard M. Stallman <rms@gnu.org>
2834
2835 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2836 (Resizing Windows): Likewise.
2837
2838 * text.texi (Change Hooks): Get rid of "Emacs 21".
2839
2840 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2841
2842 * streams.texi (Output Variables): Get rid of "Emacs 21".
2843
2844 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2845
2846 * os.texi (Translating Input): Replace flow-control example
2847 with a less obsolete example that uses `keyboard-translate'.
2848
6eb8e247 2849 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 2850 Get rid of "Emacs 21".
6eb8e247 2851
34398e6c
RS
2852 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2853 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2854
2855 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2856
2857 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2858
2859 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2860 (Menu Bar): Fix when menu-bar-update-hook is called.
2861
2862 * hash.texi (Hash Tables): Get rid of "Emacs 21".
2863
2864 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2865 and make it read better.
2866
2867 * files.texi (Writing to Files): Get rid of "Emacs 21".
2868 (Unique File Names): Likewise.
2869
2870 * elisp.texi: Update Emacs version to 22.
2871
2872 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2873 (Overlay Properties, Face Attributes): Likewise.
2874 (Managing Overlays): Fix punctuation.
2875 (Attribute Functions): Clarify set-face-font; get rid of
2876 info about old Emacs versions.
2877 (Auto Faces, Font Lookup, Display Property, Images):
2878 Get rid of "Emacs 21".
2879
2880 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2881
d2178387
RS
28822005-03-05 Richard M. Stallman <rms@gnu.org>
2883
2884 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2885
524352d6
LK
28862005-03-04 Lute Kamstra <lute@gnu.org>
2887
2888 * debugging.texi (Error Debugging): Document stack-trace-on-error.
2889
28902005-03-03 Lute Kamstra <lute@gnu.org>
2891
2892 * edebug.texi (Instrumenting Macro Calls): Fix typo.
2893
284f0680
LK
28942005-03-01 Lute Kamstra <lute@gnu.org>
2895
2896 * debugging.texi (Debugger Commands): Update `j'.
2897
a9ee5cac
LK
28982005-02-28 Lute Kamstra <lute@gnu.org>
2899
2900 * debugging.texi (Debugging): Fix typo.
2901 (Error Debugging): Document eval-expression-debug-on-error.
2902 (Function Debugging): Update example.
2903 (Using Debugger): Mention starred stack frames.
2904 (Debugger Commands): Document `j' and `l'.
2905 (Invoking the Debugger): `d' and `j' exit recursive edit too.
2906 Update the messages that the debugger displays.
2907 (Internals of Debugger): Add cross reference. Update example.
2908 (Excess Open): Minor improvement.
2909 (Excess Close): Minor improvement.
2910
378d0f8e
RS
29112005-02-26 Richard M. Stallman <rms@gnu.org>
2912
2913 * tips.texi (Coding Conventions): Clarify.
2914 Put all the major mode key reservations together.
2915 Mention the Mouse-1 => Mouse-2 conventions.
2916
2917 * syntax.texi (Syntax Class Table): Clarify.
2918 (Syntax Table Functions): syntax-after moved from here.
2919 (Syntax Table Internals): syntax-after moved to here.
2920 (Parsing Expressions): Update info on number of values
2921 and what's meaningful in the STATE argument.
2922 (Categories): Fix typo.
2923
2924 * sequences.texi (Arrays): Cleanup.
2925 (Char-Tables): Clarify.
2926
2927 * processes.texi (Deleting Processes): Cleanups, add xref.
2928 (Subprocess Creation): Explain nil in exec-path. Cleanup.
2929 (Process Information): set-process-coding-system, some args optional.
2930 (Input to Processes): Explain various types for PROCESS args.
2931 Rename them from PROCESS-NAME to PROCESS.
2932 (Signals to Processes): Likewise.
2933 (Decoding Output): Cleanup.
2934 (Query Before Exit): Clarify.
2935
2936 * os.texi (Startup Summary): Correct the options; add missing ones.
2937 (Terminal Output, Batch Mode): Clarify.
2938 (Flow Control): Node deleted.
2939
2940 * markers.texi (The Mark): Clarify.
2941
2942 * macros.texi (Expansion): Cleanup.
2943 (Indenting Macros): indent-spec allows ints, not floats.
2944
2945 * keymaps.texi (Keymaps): Clarify.
2946 (Format of Keymaps): Update lisp-mode-map example.
2947 (Active Keymaps, Key Lookup): Clarify.
2948 (Changing Key Bindings): Add xref to `kbd'.
2949 (Key Binding Commands, Simple Menu Items): Clarify.
2950 (Mouse Menus, Menu Bar): Clarify.
2951 (Menu Example): Replace print example with menu-bar-replace-menu.
2952
2953 * help.texi (Documentation Basics): Add function-documentation prop.
2954
2955 * elisp.texi (Top): Don't refer to Flow Control node.
2956
2957 * commands.texi (Command Overview): Improve xrefs.
2958 (Adjusting Point): Adjusting point applies to intangible and invis.
2959 (Key Sequence Input): Doc extra read-key-sequence args.
2960 Likewise for read-key-sequence-vector.
2961
2962 * backups.texi (Rename or Copy): Minor fix.
2963 (Numbered Backups): For version-control, say the default.
2964 (Auto-Saving): make-auto-save-file-name example is simplified.
2965
2966 * advice.texi (Advising Functions): Don't imply one part of Emacs
2967 should advise another part. Markup changes.
2968 (Defining Advice): Move transitional para.
2969 (Activation of Advice): Cleanup.
2970 Explain if COMPILE is nil or negative.
2971
2972 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
2973
2e20c83d
LK
29742005-02-24 Lute Kamstra <lute@gnu.org>
2975
2976 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
2977 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
2978
65c492fd
LK
29792005-02-23 Lute Kamstra <lute@gnu.org>
2980
b02c3eed
LK
2981 * modes.texi (Defining Minor Modes): define-minor-mode can be used
2982 to define global minor modes as well.
2983
65c492fd
LK
2984 * display.texi (Managing Overlays): overlay-buffer returns nil for
2985 deleted overlays.
2986
b686dd59
KS
29872005-02-22 Kim F. Storm <storm@cua.dk>
2988
2989 * minibuf.texi (Basic Completion): Allow symbols in addition to
2990 strings in try-completion and all-completions.
2991
23e8c095
LK
29922005-02-14 Lute Kamstra <lute@gnu.org>
2993
2994 * elisp.texi (Top): Remove reference to deleted node.
2995
2996 * lists.texi (Lists): Remove reference to deleted node.
2997 (Cons Cells): Fix typo.
2998
2999 * loading.texi (Where Defined): Fix typo.
3000
134948fc
RS
30012005-02-14 Richard M. Stallman <rms@gnu.org>
3002
3003 * variables.texi (Creating Buffer-Local): change-major-mode-hook
3004 is useful for discarding some minor modes.
3005
3006 * symbols.texi (Symbol Components): Reorder examples.
3007
3008 * streams.texi (Input Functions): State standard-input default.
3009 (Output Variables): State standard-output default.
3010
3011 * objects.texi (Printed Representation): Clarify read syntax vs print.
3012 (Floating Point Type): Explain meaning better.
3013 (Symbol Type): Explain uniqueness better.
3014 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
3015 List examples sooner.
3016 (Box Diagrams): New subnode broken out.
3017 Some examples moved from old Lists as Boxes node.
3018 (Dotted Pair Notation): Clarify intro.
3019 (Array Type): Clarify.
3020 (Type Predicates): Add hash-table-p.
3021
3022 * numbers.texi (Integer Basics): Clarify radix explanation.
3023 (Predicates on Numbers): Minor clarification.
3024 (Comparison of Numbers): Minor clarification. Clarify eql.
3025 Typos in min, max.
3026 (Math Functions): Clarify overflow in expt.
3027
3028 * minibuf.texi (Text from Minibuffer): Minor clarification.
3029 Mention arrow keys.
3030
3031 * loading.texi (Autoload): defun's doc string overrides autoload's
3032 doc string.
3033 (Repeated Loading): Modernize "add to list" examples.
3034 (Where Defined): Finish updating table of load-history elts.
3035
3036 * lists.texi (List-related Predicates): Minor wording improvement.
3037 (Lists as Boxes): Node deleted.
3038 (Building Lists): Explain trivial cases of number-sequence.
3039
3040 * hash.texi (Hash Tables): Add desc to menu items.
3041 (Creating Hash): Expain "full" means "make larger",
3042 (Hash Access): Any object can be a key.
3043 State value of maphash.
3044
3045 * functions.texi (What Is a Function): Wording cleanup.
3046 (Function Documentation): Minor cleanup.
3047 Explain purpose of calling convention at end of doc string.
3048 (Function Names): Wording cleanup.
3049 (Calling Functions): Wording cleanup.
3050 Explain better how funcall calls the function.
3051 (Function Cells): Delete example of saving and redefining function.
3052
3053 * control.texi (Combining Conditions): Wording cleanup.
3054 (Iteration): dolist and dotimes bind VAR locally.
3055 (Cleanups): Xref to Atomic Changes.
3056
3057 * compile.texi (Byte Compilation): Delete 19.29 info.
3058 (Compilation Functions): Macros' difficulties don't affect defsubst.
3059 (Docs and Compilation): Delete 19.29 info.
3060
44291460
RS
30612005-02-10 Richard M. Stallman <rms@gnu.org>
3062
3063 * objects.texi (Symbol Type): Minor correction.
3064
1f9ad95a
LK
30652005-02-06 Lute Kamstra <lute@gnu.org>
3066
3067 * modes.texi (Example Major Modes): Fix typos.
3068
ba2c991c
RS
30692005-02-06 Richard M. Stallman <rms@gnu.org>
3070
3071 * text.texi (Margins): fill-nobreak-predicate can be one function.
3072
3073 * strings.texi (Modifying Strings): clear-string can make unibyte.
3074 (Formatting Strings): format gives error if values missing.
3075
3076 * positions.texi (Character Motion): Mention default arg
3077 for forward-char. backward-char refers to forward-char.
3078 (Word Motion): Mention default arg for forward-word.
3079 (Buffer End Motion): Mention default arg for beginning-of-buffer.
3080 Simplify end-of-buffer.
3081 (Text Lines): Mention default arg for forward-line.
3082 (List Motion): Mention default arg for beginning/end-of-defun.
3083 (Skipping Characters): Minor fixes in explaining character-set.
3084
3085 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
3086 Mode inheritance applies only when default-major-mode is nil.
3087 Clarifications.
3088 (Example Major Modes): Update Text mode and Lisp mode examples.
3089 (Minor Mode Conventions): Mention define-minor-mode at top.
3090 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
3091 (Mode Line Format): Update mode line face display info.
3092 (Properties in Mode): Mention effect of risky vars.
3093 (Imenu): Define imenu-add-to-menubar.
3094 (Font Lock Mode): Add descriptions to menu lines.
3095 (Faces for Font Lock): Add font-lock-doc-face.
3096
9bf6d576
LK
30972005-02-05 Lute Kamstra <lute@gnu.org>
3098
3099 * text.texi (Maintaining Undo): Remove obsolete function.
3100
cb602754
EZ
31012005-02-05 Eli Zaretskii <eliz@gnu.org>
3102
3103 * frames.texi (Color Names): Add pointer to the X docs about RGB
3104 color specifications. Improve indexing
3105 (Text Terminal Colors): Replace the description of RGB values by
3106 an xref to "Color Names".
3107
4e07258f
RS
31082005-02-03 Richard M. Stallman <rms@gnu.org>
3109
3110 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
3111 Clarify.
3112 (Selecting Windows): Clarify save-selected-window.
3113 (Cyclic Window Ordering): Clarify walk-windows.
3114 (Window Point): Clarify.
3115 (Window Start): Add comment to example.
3116 (Resizing Windows): Add `interactive' specs in examples.
3117 Document fit-window-to-buffer.
3118
3119 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
3120 (Undo, Maintaining Undo): Clarify last change.
3121 (Sorting): In sort-numeric-fields, explain about octal and hex.
3122 Mention sort-numeric-base.
3123 (Format Properties): Add xref for hard newlines.
3124
3125 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
3126 (Pop-Up Menus): Fix typo.
3127 (Color Names): Explain all types of color names.
3128 Explain color-values on B&W terminal.
3129 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
3130
3131 * files.texi (File Locks): Not supported on MS systems.
3132 (Testing Accessibility): Clarify.
3133
3134 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
3135 (Coverage Testing): Fix typo.
3136
3137 * commands.texi (Misc Events): Remove stray space.
3138
3139 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
3140 (Modification Time): Clarify when visited-file-modtime returns 0.
3141 (The Buffer List): Clarify bury-buffer.
3142 (Killing Buffers): Clarify.
3143 (Indirect Buffers): Add clone-indirect-buffer.
3144
31452005-02-02 Matt Hodges <MPHodges@member.fsf.org>
3146
3147 * edebug.texi (Printing in Edebug): Fix default value of
3148 edebug-print-circle.
3149 (Coverage Testing): Fix displayed frequency count data.
3150
31512005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
3152
3153 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
3154
4e07258f 31552005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
3156
3157 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
3158
28d986b9
EZ
31592005-01-29 Eli Zaretskii <eliz@gnu.org>
3160
3161 * commands.texi (Misc Events): Describe the help-echo event.
3162
3163 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
3164 consistently in description of the help-echo property.
3165 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
3166
3167 * display.texi (Overlay Properties): Fix the index entry for
3168 help-echo overlay property.
3169
3170 * customize.texi (Type Keywords): Uncomment the xref to the
3171 help-echo property documentation.
3172
8f958b40
KS
31732005-01-23 Kim F. Storm <storm@cua.dk>
3174
3175 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
3176 return value. Third element FULLY replaced by PARTIAL which
3177 specifies number of invisible pixels if row is only partially visible.
3178 (Textual Scrolling): Mention auto-window-vscroll.
3179 (Vertical Scrolling): New defvar auto-window-vscroll.
3180
cd7e5dd6
LT
31812005-01-16 Luc Teirlinck <teirllm@auburn.edu>
3182
3183 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
3184 command remapping.
3185
6f771c32
RS
31862005-01-15 Richard M. Stallman <rms@gnu.org>
3187
3188 * display.texi (Defining Images): Mention DATA-P arg of create-image.
3189
6ac8a822
KS
31902005-01-14 Kim F. Storm <storm@cua.dk>
3191
88948d55
KS
3192 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
3193
6ac8a822
KS
3194 * text.texi (Links and Mouse-1): Fix string and vector item.
3195
20d6de82
RS
31962005-01-13 Richard M. Stallman <rms@gnu.org>
3197
3198 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
3199 descriptions of overriding-local-map and overriding-terminal-local-map.
3200
3201 * text.texi (Links and Mouse-1): Clarify text.
3202
f75a592e
KS
32032005-01-13 Kim F. Storm <storm@cua.dk>
3204
3205 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
3206
910f60b1
TTN
32072005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
3208
3209 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
3210
37181fc4
KS
32112005-01-12 Kim F. Storm <storm@cua.dk>
3212
3213 * text.texi (Links and Mouse-1): Rename section from Enabling
3214 Mouse-1 to Following Links. Change xrefs.
3215 Add examples for define-button-type and define-widget.
3216
3217 * display.texi (Button Properties, Button Buffer Commands):
3218 Clarify mouse-1 and follow-link functionality.
3219
28f94a34
RS
32202005-01-12 Richard M. Stallman <rms@gnu.org>
3221
3222 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
3223
3224 * display.texi (Beeping): Fix Texinfo usage.
3225
3226 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
3227
bac2d936
KS
32282005-01-11 Kim F. Storm <storm@cua.dk>
3229
3230 * display.texi (Button Properties, Button Buffer Commands):
93381d62 3231 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
3232
3233 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
3234 (Enabling Mouse-1 to Follow Links): New subsection.
3235
de968ddb
RS
32362005-01-06 Richard M. Stallman <rms@gnu.org>
3237
3238 * text.texi (Special Properties): Minor change.
3239
3240 * os.texi (Timers): Clarify previous change.
3241
3242 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
3243
a3a43b3b
LT
32442005-01-01 Luc Teirlinck <teirllm@auburn.edu>
3245
3246 * display.texi (Face Attributes): Correct xref to renamed node.
3247
732bb9ce
RS
32482005-01-01 Richard M. Stallman <rms@gnu.org>
3249
3250 * display.texi (Face Attributes): Describe hex color specs.
3251
c734ae59
RS
32522004-12-31 Richard M. Stallman <rms@gnu.org>
3253
3254 * os.texi (Timers): Update previous change.
3255
33b2f4ea
KS
32562004-12-30 Kim F. Storm <storm@cua.dk>
3257
3258 * display.texi (Line Height): Total line-height is now specified
3259 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
3260 in cons cells. (nil . RATIO) is relative to actual line height.
3261 Use line-height `t' instead of `0' to get minimum height.
3262
99ec74b9
RS
32632004-12-29 Richard M. Stallman <rms@gnu.org>
3264
3265 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
3266
eab463f6
RS
32672004-12-28 Richard M. Stallman <rms@gnu.org>
3268
3269 * commands.texi (Quitting): Clarify value of with-local-quit.
3270
3271 * elisp.texi (Top): Fix previous change.
3272
3273 * loading.texi (Loading): Fix previous change.
3274
ebbd14f1
RS
32752004-12-27 Richard M. Stallman <rms@gnu.org>
3276
4ae98fc5
RS
3277 * Makefile.in (MAKEINFO): Specify --force.
3278
8f430046
RS
3279 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
3280
56011a8c
RS
3281 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
3282
3283 * display.texi (Line Height): Further clarify.
3284
3285 * elisp.texi (Top): Update Loading submenu.
3286
ebbd14f1
RS
3287 * loading.texi (Where Defined): New node.
3288 (Unloading): load-history moved to Where Defined.
3289
fda2922a
RS
32902004-12-21 Richard M. Stallman <rms@gnu.org>
3291
3292 * commands.texi (Event Input Misc): Add while-no-input.
3293
9eb8959a
RS
32942004-12-11 Richard M. Stallman <rms@gnu.org>
3295
3296 * display.texi (Line Height): Rewrite text for clarity.
3297
adf87c29
KS
32982004-12-11 Kim F. Storm <storm@cua.dk>
3299
3300 * display.texi (Display): Add node "Line Height" to menu.
3301 (Line Height): New node. Move full description of line-spacing
3302 and line-height text properties here from text.texi.
3303 (Scroll Bars): Add vertical-scroll-bar variable.
3304
3305 * frames.texi (Window Frame Parameters): Remove line-height defvar.
3306
3307 * locals.texi (Standard Buffer-Local Variables): Fix xref for
3308 line-spacing and vertical-scroll-bar.
3309
3310 * text.texi (Special Properties): Just mention line-spacing and
3311 line-height here, add xref to new "Line Height" node.
3312
31e4729e
TTN
33132004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
3314
3315 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
3316
3317 * locals.texi (Standard Buffer-Local Variables):
3318 Add @xref for `line-spacing'.
3319
cc60c723
RS
33202004-12-05 Richard M. Stallman <rms@gnu.org>
3321
3322 * Makefile.in (maintainer-clean): Remove the info files
3323 in $(infodir) where they are created.
3324
f6101ac9
RS
33252004-12-03 Richard M. Stallman <rms@gnu.org>
3326
3327 * windows.texi (Selecting Windows): get-lru-window and
3328 get-largest-window don't consider dedicated windows.
3329
3330 * text.texi (Undo): Document undo-in-progress.
3331
94221759
RS
33322004-11-26 Richard M. Stallman <rms@gnu.org>
3333
3334 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
3335 Remove a few vars that are not always buffer-local.
3336
7092c5e8
LT
33372004-11-24 Luc Teirlinck <teirllm@auburn.edu>
3338
3339 * locals.texi (Standard Buffer-Local Variables): Comment out
3340 xref's to non-existent node `Yet to be written'.
3341
261b01c6
RS
33422004-11-24 Richard M. Stallman <rms@gnu.org>
3343
3344 * processes.texi (Synchronous Processes): Grammar fix.
3345
3346 * numbers.texi (Comparison of Numbers): Add eql.
3347
3348 * locals.texi (Standard Buffer-Local Variables): Add many vars.
3349
3350 * intro.texi (Printing Notation): Fix previous change.
3351
3352 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
3353 and default-indicate-buffer-boundaries from here.
3354 (Usual Display): To here.
3355 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
3356 (Usual Display): Move tab-width up.
3357
3358 * customize.texi (Variable Definitions): Replace
3359 show-paren-mode example with tooltip-mode.
7092c5e8 3360 (Simple Types, Composite Types, Defining New Types):
261b01c6 3361 Minor cleanups.
7092c5e8 3362
c1aa4864
JH
33632004-11-21 Jesper Harder <harder@ifa.au.dk>
3364
3365 * processes.texi (Synchronous Processes, Output from Processes):
3366 Markup fix.
3367
dedbac89
RS
33682004-11-20 Richard M. Stallman <rms@gnu.org>
3369
07c8c65a
RS
3370 * positions.texi (Skipping Characters): skip-chars-forward
3371 now handles char classes.
3372
8f40a868
RS
3373 * intro.texi (Printing Notation): Avoid confusion of `print'
3374 when explaining @print.
3375
3376 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
3377
3378 * display.texi (Display Table Format): Minor fix.
3379
3380 * streams.texi (Output Functions): Fix print example.
3381
fd6866c8
RS
3382 * Makefile.in (elisp): New target.
3383 (dist): Depend on $(infodir)/elisp, not elisp.
3384 Copy the info files from $(infodir).
3385
9d00469f
RS
3386 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
3387 read-from-minibuffer.
3388
dedbac89
RS
3389 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
3390
6de891db
RS
33912004-11-19 Richard M. Stallman <rms@gnu.org>
3392
3393 * searching.texi (Regexp Search): Add search-whitespace-regexp.
3394
e1c1c5a7
TTN
33952004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
3396
3397 * tips.texi (Coding Conventions): Fix typo.
3398
ee31cd78
RS
33992004-11-16 Richard M. Stallman <rms@gnu.org>
3400
3401 * tips.texi (Coding Conventions): Separate defvar and require
3402 methods to avoid warnings. Use require only when there are many
3403 functions and variables from that package.
3404
3405 * minibuf.texi (Minibuffer Completion): When ignoring case,
3406 predicate must not be case-sensitive.
3407
3408 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
3409 (Test Coverage): Don't talk about "splotches". Clarified.
3410
4bd38e94
TTN
34112004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
3412
3413 * frames.texi (Window Frame Parameters): Fix typo.
3414
6d073ae1
KS
34152004-11-15 Kim F. Storm <storm@cua.dk>
3416
9f89426b
KS
3417 * symbols.texi (Other Plists): Note that plist-get may signal error.
3418 Add safe-plist-get.
6d073ae1 3419
10980463
TTN
34202004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
3421
3422 * modes.texi (Font Lock Basics): Fix typo.
3423
1efc19eb
RS
34242004-11-08 Richard M. Stallman <rms@gnu.org>
3425
3426 * syntax.texi (Syntax Table Functions): Add syntax-after.
3427
6159c232
EZ
34282004-11-06 Lars Brinkhoff <lars@nocrew.org>
3429
3430 * os.texi (Processor Run Time): New section documenting
3431 get-internal-run-time.
3432
59dede22
EZ
34332004-11-06 Eli Zaretskii <eliz@gnu.org>
3434
3435 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
3436 it nukes elisp-cover.texi.
3437 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
3438 elisp-0 etc.
3439
4cc8522c
LT
34402004-11-05 Luc Teirlinck <teirllm@auburn.edu>
3441
3442 * commands.texi (Keyboard Macros): Document `append' return value
3443 of `defining-kbd-macro'.
3444
2d1ef312
RS
34452004-11-01 Richard M. Stallman <rms@gnu.org>
3446
3447 * commands.texi (Interactive Call): Add called-interactively-p.
3448
6f4e005d
SJ
34492004-10-29 Simon Josefsson <jas@extundo.com>
3450
3451 * minibuf.texi (Reading a Password): Revert.
3452
4f71c13f
RS
34532004-10-28 Richard M. Stallman <rms@gnu.org>
3454
3455 * frames.texi (Display Feature Testing): Explain about "vendor".
3456
4660a9e3
RS
34572004-10-27 Richard M. Stallman <rms@gnu.org>
3458
3459 * commands.texi (Interactive Codes): `N' uses numeric prefix,
3460 not raw. Clarify `n'.
3461 (Interactive Call): Rewrite interactive-p, focusing on when
3462 and how to use it.
3463 (Misc Events): Clarify previous change.
3464
3465 * advice.texi (Simple Advice): Clarify what job the example does.
3466 (Around-Advice): Clarify ad-do-it.
3467 (Activation of Advice): An option of ad-default-compilation-action
3468 is `never', not `nil'.
3469
c8636435
KS
34702004-10-26 Kim F. Storm <storm@cua.dk>
3471
3472 * commands.texi (Interactive Codes): Add U code letter.
3473
acd4089b
SJ
34742004-10-25 Simon Josefsson <jas@extundo.com>
3475
3476 * minibuf.texi (Reading a Password): Add.
3477
29dc7809
JR
34782004-10-24 Jason Rumney <jasonr@gnu.org>
3479
9b7fa297 3480 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
29dc7809
JR
3481 and wheel-down.
3482
bb5d6d34
KG
34832004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3484
3485 * processes.texi (Synchronous Processes): Document process-file.
3486
d0ee2ed3
KH
34872004-10-22 Kenichi Handa <handa@m17n.org>
3488
3489 * text.texi (translate-region): Document that it accepts also a
3490 char-table.
3491
38be9dbb
DP
34922004-10-22 David Ponce <david@dponce.com>
3493
3494 * windows.texi (Resizing Windows): Document the `preserve-before'
3495 argument of the functions `enlarge-window' and `shrink-window'.
3496
63c80452
JR
34972004-10-19 Jason Rumney <jasonr@gnu.org>
3498
3499 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3500
9f4b6e73
LT
35012004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3502
3503 * text.texi (Filling): Add anchor for definition of
3504 `sentence-end-double-space'.
3505
3506 * searching.texi (Regexp Example): Update description of how
3507 Emacs currently recognizes the end of a sentence.
3508 (Standard Regexps): Update definition of the variable
3509 `sentence-end'. Add definition of the function `sentence-end'.
3510
657f0f9c
EZ
35112004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3512
3513 * display.texi (Progress): New node.
3514
35ab4857
KS
35152004-10-05 Kim F. Storm <storm@cua.dk>
3516
3517 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3518
f2a54fbc
KS
35192004-09-29 Kim F. Storm <storm@cua.dk>
3520
3521 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3522 to identify bitmaps. Remove -fringe-bitmap suffix for standard
3523 fringe bitmap symbols, as they now have their own namespace.
3524 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3525 vs. pixels. Signal error if no free bitmap slots.
3526 (Pixel Specification): Change IMAGE to @var{image}.
3527
4676d6f3
RS
35282004-09-28 Richard M. Stallman <rms@gnu.org>
3529
3530 * text.texi (Special Properties): Clarify line-spacing and line-height.
3531
3532 * searching.texi (Regexp Search): Add looking-back.
3533
17234906
LT
35342004-09-25 Luc Teirlinck <teirllm@auburn.edu>
3535
3536 * display.texi: Correct typos.
3537 (Image Descriptors): Correct xref's.
3538
4de43c8b
RS
35392004-09-25 Richard M. Stallman <rms@gnu.org>
3540
3541 * text.texi (Special Properties): Cleanups in `cursor'.
3542 Rewrites in `line-height' and `line-spacing'; exchange them.
3543
3544 * display.texi (Fringes): Rewrite previous change.
3545 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
3546 (Display Fringe Bitmaps): Node deleted, text moved.
3547 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
3548 (Scroll Bars): Clarify set-window-scroll-bars.
3549 (Pointer Shape): Rewrite.
3550 (Specified Space): Clarify :align-to, etc.
3551 (Pixel Specification): Use @var. Clarify new text.
3552 (Other Display Specs): Clarify `slice'.
3553 (Image Descriptors): Cleanups.
3554 (Showing Images): Cleanups.
3555
a3ee0299
LT
35562004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3557
e88ebce6
LT
3558 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3559
a3ee0299
LT
3560 * modes.texi: Various minor changes in addition to:
3561 (Major Mode Conventions): Final call to `run-mode-hooks' should
3562 not be inside the `delay-mode-hooks' form.
3563 (Mode Hooks): New node.
3564 (Hooks): Delete obsolete example.
3565 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3566 node "Mode Hooks".
3567
6db2bc02
LT
35682004-09-22 Luc Teirlinck <teirllm@auburn.edu>
3569
3570 * display.texi: Correct various typos.
3571 (Display): Rename node "Pointer Shapes" to "Pointer
3572 Shape". (There is already a node called "Pointer Shapes" in
3573 frames.texi.)
3574 (Images): Remove non-existent node "Image Slices" from menu.
3575
ed2846bd
KS
35762004-09-23 Kim F. Storm <storm@cua.dk>
3577
3578 * text.texi (Special Properties): Add `cursor', `pointer',
3579 `line-height', and `line-spacing' properties.
3580
3581 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3582 Shapes' to menu.
3583 (Standard Faces): Doc fix for fringe face.
3584 (Fringes): Add `overflow-newline-into-fringe' and
3585 'indicate-buffer-boundaries'.
3586 (Fringe Bitmaps, Pointer Shapes): New nodes.
3587 (Display Property): Add 'Pixel Specification' and 'Display Fringe
3588 Bitmaps' to menu.
3589 (Specified Space): Describe pixel width and height.
3590 (Pixel Specification): New node.
3591 (Other Display Specs): Add `slice' property.
3592 (Display Fringe Bitmaps): New node.
3593 (Images): Add 'Image Slices' to menu.
3594 (Image Descriptors): Add `:pointer' and `:map' properties.
3595 (Showing Images): Add slice arg to `insert-image'. Add
3596 'insert-sliced-image'.
3597
4d894c98
RS
35982004-09-20 Richard M. Stallman <rms@gnu.org>
3599
3600 * commands.texi (Key Sequence Input):
3601 Clarify downcasing in read-key-sequence.
3602
7e388eb7
JL
36032004-09-08 Juri Linkov <juri@jurta.org>
3604
3605 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3606
a020987f
LT
36072004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3608
3609 * locals.texi (Standard Buffer-Local Variables): Add
3610 `buffer-auto-save-file-format'.
3611 * internals.texi (Buffer Internals): Describe new
3612 auto_save_file_format field of the buffer structure.
3613 * files.texi (Format Conversion): `auto-save-file-format' has been
3614 renamed `buffer-auto-save-file-format'.
3615
2b96f80c
LT
36162004-08-27 Luc Teirlinck <teirllm@auburn.edu>
3617
3618 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3619 an integer or a marker.
3620 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3621
2ee3b79e
RS
36222004-08-22 Richard M. Stallman <rms@gnu.org>
3623
3624 * modes.texi (Major Mode Conventions): Discuss rebinding of
3625 standard key bindings.
3626
c438dc33
KS
36272004-08-18 Kim F. Storm <storm@cua.dk>
3628
3629 * processes.texi (Accepting Output): Add `just-this-one' arg to
3630 `accept-process-output'.
101c421e 3631 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 3632
db8af011
LT
36332004-08-10 Luc Teirlinck <teirllm@auburn.edu>
3634
3635 * keymaps.texi: Various changes in addition to:
3636 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3637 Give more varied examples for `kbd'.
3638 (Creating Keymaps): Char tables have slots for all characters
3639 without modifiers.
3640 (Active Keymaps): `overriding-local-map' and
3641 `overriding-terminal-local-map' also override text property and
3642 overlay keymaps.
3643 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3644 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3645 to denote a prefix of no events.
3646 `map-keymap' includes parent's bindings _recursively_.
3647 Clarify and correct description of `where-is-internal'.
3648 Mention BUFFER-OR-NAME arg to `describe-bindings'.
3649 (Menu Example): For menus intended for use with the keyboard, the
3650 menu items should be bound to characters or real function keys.
3651
de700726
LT
36522004-08-08 Luc Teirlinck <teirllm@auburn.edu>
3653
30e75a87
LT
3654 * objects.texi (Character Type): Reposition `@anchor' to prevent
3655 double space inside sentence in Info.
3656
de700726
LT
3657 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3658 renamed to `disabled-command-function'.
7c5b95c9 3659 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
3660 (Command Loop Info): Replace reference to it.
3661 (Disabling Commands): `disabled-command-hook' has been renamed to
3662 `disabled-command-function'.
3663
81909a1a
LT
36642004-08-07 Luc Teirlinck <teirllm@auburn.edu>
3665
3666 * os.texi (Translating Input): Only non-prefix bindings in
3667 `key-translation-map' override actual key bindings. Warn about
3668 possible indirect effect of actual key bindings on non-prefix
3669 bindings in `key-translation-map'.
3670
5504e99c
LT
36712004-08-06 Luc Teirlinck <teirllm@auburn.edu>
3672
3673 * minibuf.texi (High-Level Completion): Add anchor for definition
3674 of `read-variable'.
3675
3676 * commands.texi: Various changes in addition to:
3677 (Using Interactive): Clarify description of `interactive-form'.
3678 (Interactive Call): Mention default for KEYS argument to
3679 `call-interactively'.
3680 (Command Loop Info): Clarify description of `this-command-keys'.
3681 Mention KEEP-RECORD argument to `clear-this-command-keys'.
3682 Value of `last-event-frame' can be `macro'.
3683 (Repeat Events): `double-click-fuzz' is also used to distinguish
3684 clicks and drags.
3685 (Classifying Events): Clarify descriptions of `event-modifiers'
3686 `event-basic-type' and `event-convert-list'.
3687 (Accessing Events): `posn-timestamp' takes POSITION argument.
3688 (Quoted Character Input): Clarify description of
3689 `read-quoted-char' and fix example.
3690 (Quitting): Add `with-local-quit'.
6db11765 3691 (Disabling Commands): Correct and clarify descriptions of
5504e99c
LT
3692 `enable-command' and `disable-command'.
3693 Mention what happens if `disabled-command-hook' is nil.
3694 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
3695 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
3696
f478a72a
LT
36972004-07-24 Luc Teirlinck <teirllm@auburn.edu>
3698
3699 * frames.texi: Various changes in addition to:
3700 (Creating Frames): Expand and clarify description of `make-frame'.
3701 (Window Frame Parameters): Either none or both of the `icon-left'
3702 and `icon-top' parameters must be specified. Put descriptions of
3703 `menu-bar-lines' and `toolbar-lines' closer together and change
3704 them accordingly.
3705 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
3706 except while processing `frame-title-format' or `icon-title-format'.
3707 (Deleting Frames): Correct description of `delete-frame'.
3708 Non-nil return values of `frame-live-p' are like those of `framep'.
9b7fa297 3709 (Frames and Windows): Mention return value of
f478a72a
LT
3710 `set-frame-selected-window'.
3711 (Visibility of Frames): Mention `force' argument to
3712 `make-frame-invisible'. `frame-visible-p' returns t for all
3713 frames on text-only terminals.
3714 (Frame Configurations): Restoring a frame configuration does not
3715 restore deleted frames.
3716 (Window System Selections): `x-set-selection' returns DATA.
3717 (Resources): Add example.
3718 (Display Feature Testing): Clarify descriptions of
3719 `display-pixel-height', `display-pixel-width', `x-server-version'
3720 and `x-server-vendor'.
3721
3722 * windows.texi (Choosing Window): Add anchor.
3723 * minibuf.texi (Minibuffer Misc): Add anchor.
3724
bc135062
JPW
37252004-07-23 John Paul Wallington <jpw@gnu.org>
3726
3727 * macros.texi (Defining Macros): Declaration keyword for setting
3728 Edebug spec is `debug' not `edebug'.
3729
cb7516e5
LT
37302004-07-19 Luc Teirlinck <teirllm@auburn.edu>
3731
3732 * windows.texi: Various small changes in addition to:
3733 (Window Point): Mention return value of `set-window-point'.
3734 (Window Start): `pos-visible-in-window-p' disregards horizontal
3735 scrolling. Explain return value if PARTIALLY is non-nil.
3736 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
3737 and `set-window-vscroll'.
3738 (Size of Window): The argument WINDOW to `window-inside-edges',
3739 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
3740 (Resizing Windows): Explain return value of
3741 `shrink-window-if-larger-than-buffer'.
3742 `window-size-fixed' automatically becomes buffer local when set.
3743 (Window Configurations): Explain return value of
3744 `set-window-configuration'.
3745
3746 * minibuf.texi (Minibuffer Misc): Add anchor for
3747 `minibuffer-scroll-window'.
3748
3749 * positions.texi (Text Lines): Add anchor for `count-lines'.
3750
3751eb00
RS
37512004-07-17 Richard M. Stallman <rms@gnu.org>
3752
3753 * display.texi (Overlay Properties): Adding `evaporate' prop
3754 deletes empty overlay immediately.
3755
3756 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
3757 fix example.
3758
9a7e97c6
LT
37592004-07-16 Jim Blandy <jimb@redhat.com>
3760
3761 * searching.texi (Regexp Backslash): Document new \_< and \_>
3762 operators.
3763
aa0e4da8
JB
37642004-07-16 Juanma Barranquero <lektu@terra.es>
3765
3766 * display.texi (Images): Fix Texinfo usage.
3767
cbbfedb2
LT
37682004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3769
3770 * buffers.texi (Modification Time): `visited-file-modtime' now
3771 returns a list of two integers, instead of a cons.
3772
3a052bd3
LT
37732004-07-13 Luc Teirlinck <teirllm@auburn.edu>
3774
3775 * windows.texi: Various changes in addition to:
3776 (Splitting Windows): Add `split-window-keep-point'.
3777
02c04e6f
RS
37782004-07-09 Richard M. Stallman <rms@gnu.org>
3779
3780 * frames.texi (Input Focus): Minor fix.
3781
cb4f1287
LT
37822004-07-07 Luc Teirlinck <teirllm@auburn.edu>
3783
3784 * frames.texi (Input Focus): Clarify descriptions of
3785 `select-frame-set-input-focus' and `select-frame'.
3786
339902ec
LT
37872004-07-06 Luc Teirlinck <teirllm@auburn.edu>
3788
3789 * os.texi: Various small changes in addition to:
3790 (Killing Emacs): Expand and clarify description of
3791 `kill-emacs-query-functions' and `kill-emacs-hook'.
3792 (System Environment): Expand and clarify description of `getenv'
3793 and `setenv'.
3794 (Timers): Clarify description of `run-at-time'.
3795 (Translating Input): Correct description of
3796 `extra-keyboard-modifiers'.
3797 (Flow Control): Correct description of `enable-flow-control'.
3798
fe3b7e35
TTN
37992004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
3800
3801 * os.texi: Update copyright.
3802 (Session Management): Grammar fix.
3803 Clarify which Emacs does the restarting.
3804 Use @samp for *scratch* buffer.
3805
59db7d6e
LT
38062004-07-04 Alan Mackenzie <acm@muc.de>
3807
3808 * frames.texi (Input Focus): Add documentation for
3809 `select-frame-set-input-focus'. Replace refs to non-existent
3810 `switch-frame' with `select-frame'. Minor corrections and tidying
3811 up of text-only terminal stuff.
3812
e3ccf404
RS
38132004-07-02 Richard M. Stallman <rms@gnu.org>
3814
3815 * files.texi (Saving Buffers): Cleanup write-contents-function.
3816 (Magic File Names): Cleanup file-remote-p.
3817
8addb6eb
KG
38182004-07-02 Kai Grossjohann <kai@emptydomain.de>
3819
3820 * files.texi (Magic File Names): `file-remote-p' returns an
3821 identifier of the remote system, not just t.
3822
7a58d84d
DK
38232004-07-02 David Kastrup <dak@gnu.org>
3824
3825 * searching.texi (Entire Match Data): Add explanation about new
3826 match-data behavior when @var{integers} is non-nil.
3827
d8c379f8
RS
38282004-06-24 Richard M. Stallman <rms@gnu.org>
3829
b4a4b0ae
RS
3830 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3831
d8c379f8
RS
3832 * customize.texi (Variable Definitions): Note about doc strings
3833 and :set.
3834
3835 * keymaps.texi (Keymap Terminology): Document `kbd'.
3836 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3837
3838 * display.texi (Invisible Text): Setting buffer-invisibility-spec
3839 makes it buffer-local.
3840
3841 * files.texi (Saving Buffers): Correct previous change.
3842
3843 * commands.texi (Accessing Events):
3844 Clarify posn-col-row and posn-actual-col-row.
3845
38462004-06-24 David Ponce <david.ponce@wanadoo.fr>
3847
3848 * commands.texi (Accessing Events): New functions
3849 posn-at-point and posn-at-x-y. Add example to posn-x-y.
3850
dce417e7
LT
38512004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3852
3853 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3854 * frames.texi, buffers.texi, backups.texi, variables.texi:
3855 * loading.texi, eval.texi, functions.texi, control.texi:
3856 * symbols.texi, minibuf.texi: Reposition @anchor's.
3857
3858 * help.texi: Various small changes in addition to the following.
3859 (Describing Characters): Describe PREFIX argument to
3860 `key-description'. Correct and clarify definition of
3861 `text-char-description'. Describe NEED-VECTOR argument to
3862 `read-kbd-macro'.
3863 (Help Functions): Clarify definition of `apropos'.
3864
255d07dc
LH
38652004-06-23 Lars Hansen <larsh@math.ku.dk>
3866
3867 * files.texi (Saving Buffers): Correct description of
3868 `write-contents-functions'.
3869
4e9691e9
JB
38702004-06-21 Juanma Barranquero <lektu@terra.es>
3871
3872 * display.texi (Images): Remove redundant @vindex directives.
3873 Rewrite `image-library-alist' doc in active voice.
3874
1ebd4f78
JB
38752004-06-14 Juanma Barranquero <lektu@terra.es>
3876
3877 * display.texi (Images): Document new delayed library loading,
3878 variable `image-library-alist' and (existing but undocumented)
3879 function `image-type-available-p'.
3880
ddfb8369
RS
38812004-06-05 Richard M. Stallman <rms@gnu.org>
3882
3883 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3884 refer the user to the Initial Input node.
3885 (Text from Minibuffer): Likewise.
3886 (Initial Input): New node. Document this feature
3887 and say it is mostly deprecated.
3888
18684a3a
RS
38892004-05-30 Richard M. Stallman <rms@gnu.org>
3890
7a61e456
RS
3891 * loading.texi (Named Features): Clarify return value
3892 and meaning of NOERROR.
3893
18684a3a
RS
3894 * variables.texi (File Local Variables): Minor cleanup.
3895
c8364415
MA
38962004-05-30 Michael Albinus <michael.albinus@gmx.de>
3897
3898 * files.texi (Magic File Names): Add `file-remote-p' as operation
3899 of file name handlers.
3900
08fd1251
RS
39012004-05-29 Richard M. Stallman <rms@gnu.org>
3902
3903 * modes.texi (Minor Mode Conventions): (-) has no special meaning
3904 as arg to a minor mode command.
3905
71d5a208
RS
39062004-05-22 Richard M. Stallman <rms@gnu.org>
3907
3908 * syntax.texi (Syntax Class Table): Word syntax not just for English.
3909
3910 * streams.texi (Output Variables): Doc float-output-format.
3911
3912 * searching.texi (Regexp Special): Nested repetition can be infloop.
3913
3914 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
3915 real stack overflow.
3916
3917 * compile.texi: Minor cleanups.
3918
39192004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
3920
3921 * lists.texi (Cons Cells): Explain dotted lists, true lists,
3922 circular lists.
3923 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 3924
022cb162
TTN
39252004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
3926
3927 * modes.texi (Search-based Fontification): Fix typo.
3928
aa7094ba
JB
39292004-05-10 Juanma Barranquero <lektu@terra.es>
3930
3931 * modes.texi (Mode Line Variables): Fix description of
3932 global-mode-string, which is now after which-func-mode, not the
3933 buffer name.
3934
c2383279
LH
39352004-05-07 Lars Hansen <larsh@math.ku.dk>
3936
3937 * modes.texi (Desktop Save Mode): Add.
3938 (Modes): Add menu entry Desktop Save Mode.
3939
3940 * hooks.texi: Add desktop-after-read-hook,
3941 desktop-no-desktop-file-hook and desktop-save-hook.
3942
3943 * locals.texi: Add desktop-save-buffer.
3944
058296d3
JH
39452004-04-30 Jesper Harder <harder@ifa.au.dk>
3946
3947 * display.texi: emacs -> Emacs.
3948
0c54865e
EZ
39492004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3950
3951 * files.texi (Changing Files): Document set-file-times.
3952
d814862a
JB
39532004-04-23 Juanma Barranquero <lektu@terra.es>
3954
3955 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3956
e8d6f886
JH
39572004-04-18 Jesper Harder <harder@ifa.au.dk>
3958
3959 * tips.texi (Coding Conventions): defopt -> defcustom.
3960
3a424014
LT
39612004-04-16 Luc Teirlinck <teirllm@auburn.edu>
3962
3963 * sequences.texi: Various clarifications.
3964
9e860631
LT
39652004-04-14 Luc Teirlinck <teirllm@auburn.edu>
3966
3967 * buffers.texi (Read Only Buffers): Mention optional ARG to
3968 `toggle-read-only'.
3969
5e30a0fb
NR
39702004-04-14 Nick Roberts <nick@nick.uklinux.net>
3971
9e860631 3972 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
3973 returns a full-width window if possible.
3974
619fb950
LT
39752004-04-13 Luc Teirlinck <teirllm@auburn.edu>
3976
3977 * buffers.texi: Various changes in addition to:
3978 (Buffer File Name): Add `find-buffer-visiting'.
3979 (Buffer Modification): Mention optional ARG to `not-modified'.
3980 (Indirect Buffers): Mention optional CLONE argument to
3981 `make-indirect-buffer'.
3982
3983 * files.texi: Various changes in addition to:
3984 (Visiting Functions): `find-file-hook' is now a normal hook.
3985 (File Name Expansion): Explain difference between the way that
3986 `expand-file-name' and `file-truename' treat `..'.
3987 (Contents of Directories): Mention optional ID-FORMAT argument to
3988 `directory-files-and-attributes'.
3989 (Format Conversion): Mention new optional CONFIRM argument to
3990 `format-write-file'.
3991
a2295d32
MB
39922004-04-12 Miles Bader <miles@gnu.org>
3993
3994 * macros.texi (Expansion): Add description of `macroexpand-all'.
3995
571fd4d5
JH
39962004-04-05 Jesper Harder <harder@ifa.au.dk>
3997
3998 * variables.texi (Variable Aliases): Mention
3999 cyclic-variable-indirection.
4000
4001 * errors.texi (Standard Errors): Ditto.
4002
4ba2fd66
LT
40032004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4004
6db11765 4005 * backups.texi: Various small changes in addition to:
4ba2fd66
LT
4006 (Making Backups): Mention return value of `backup-buffer'.
4007 (Auto-Saving): Mention optional FORCE argument to
4008 `delete-auto-save-file-if-necessary'.
4009 (Reverting): Mention optional PRESERVE-MODES argument to
4010 `revert-buffer'. Correct description of `revert-buffer-function'.
4011
8f7ea687
JL
40122004-03-22 Juri Linkov <juri@jurta.org>
4013
4014 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
4015 with `Vector Functions'.
4016
4017 * text.texi (Sorting): Add missing quote.
4018
0eeca3c1
LT
40192004-03-14 Luc Teirlinck <teirllm@auburn.edu>
4020
4021 * intro.texi (Lisp History): Replace xref to `cl' manual with
4022 inforef.
4023
e69cfac2
RS
40242004-03-12 Richard M. Stallman <rms@gnu.org>
4025
4026 * intro.texi (Version Info): Add arg to emacs-version.
4027 (Lisp History): Change xref to CL manual.
4028
1b91d47f
LT
40292004-03-09 Luc Teirlinck <teirllm@auburn.edu>
4030
4031 * minibuf.texi (Completion Commands): Add xref to Emacs manual
4032 for Partial Completion mode.
4033
97073664
TTN
40342004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
4035
9b7fa297 4036 * customize.texi: Fix typo. Remove eol whitespace.
97073664 4037
04a6e76b
RS
40382004-03-04 Richard M. Stallman <rms@gnu.org>
4039
4040 * processes.texi: Fix typos.
4041
4042 * lists.texi (Building Lists): Minor clarification.
4043
4044 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
4045 in make-hash-table.
4046
5bb0fcd1
JB
40472004-02-29 Juanma Barranquero <lektu@terra.es>
4048
4049 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
4050 rm, and ignore exit code.
4051
9022d421
EZ
40522004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
4053
4054 * display.texi (Defining Faces): Add description for min-colors.
4055 Update example.
4056
92f5fba2
LT
40572004-02-23 Luc Teirlinck <teirllm@auburn.edu>
4058
4059 * abbrevs.texi: Various corrections and clarifications in addition
4060 to the following:
4061 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
4062
7e83e178
GM
40632004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4064
4065 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
4066
9c5609e8
LT
40672004-02-21 Luc Teirlinck <teirllm@auburn.edu>
4068
e2b9b51f
LT
4069 * text.texi: Various small changes in addition to the following:
4070 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
4071 to delete-horizontal-space.
9b7fa297 4072 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
e2b9b51f
LT
4073 description of yank-handler text property at various places.
4074
7daa0e81
LT
4075 * frames.texi (Window System Selections): Add anchor.
4076
9c5609e8
LT
4077 * syntax.texi (Syntax Table Functions): Clarify and correct
4078 descriptions of make-syntax-table and copy-syntax-table.
4079 (Motion and Syntax): Clarify SYNTAXES argument to
4080 skip-syntax-forward.
4081 (Parsing Expressions): Mention that the return value of
4082 parse-partial-sexp is currently a list of ten rather than nine
4083 elements.
4084 (Categories): Various corrections and clarifications.
4085
d29edb21
LT
40862004-02-17 Luc Teirlinck <teirllm@auburn.edu>
4087
4088 * markers.texi (Marker Insertion Types): Minor change.
4089
4090 * locals.texi (Standard Buffer-Local Variables):
4091 * commands.texi (Interactive Codes, Using Interactive):
4092 * functions.texi (Related Topics): Fix xrefs.
4093
43e48bda
LT
40942004-02-16 Luc Teirlinck <teirllm@auburn.edu>
4095
4096 * lists.texi (Sets And Lists): Update description of delete-dups.
4097
84e34002
RS
40982004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4099
4100 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
4101
41022004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4103
4104 * frames.texi (Parameter Access): frame-parameters arg is optional.
4105 modify-frame-parameters handles nil for FRAME.
4106 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
4107 are all-or-nothing for certain toolkits.
4108 Mention parameter wait-for-wm.
4109 (Frames and Windows): In frame-first-window and frame-selected-window
4110 the arg is optional.
4111 (Input Focus): In redirect-frame-focus the second arg is optional.
4112 (Window System Selections): Mention selection type CLIPBOARD.
4113 Mention data-type UTF8_STRING.
4114 Mention numbering of cut buffers.
4115 (Resources): Describe x-resource-name.
4116
41172004-02-16 Richard M. Stallman <rms@gnu.org>
4118
4119 * windows.texi (Buffers and Windows): Delete false table
4120 about all-frames.
4121
4122 * syntax.texi (Parsing Expressions): Delete old caveat
4123 about parse-sexp-ignore-comments.
4124
4125 * streams.texi (Output Variables): Add print-quoted.
4126
4127 * lists.texi (Building Lists): Minor cleanup.
4128
4129 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
4130
4131 * display.texi (Overlays): Explain overlays use markers.
4132 (Managing Overlays): Explain front-advance and rear-advance
4133 in more detail.
4134
4135 * loading.texi (Unloading): Document unload-feature-special-hooks.
4136 Get rid of fns-NNN.el file.
4137
41382004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4139
4140 * help.texi (Describing Characters): Fix text-char-description
4141 example output.
4142
4143 * edebug.texi (Using Edebug): Fix example.
4144
4145 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 4146
84e34002
RS
4147 * files.texi (Changing Files): Fix argname.
4148
4149 * calendar.texi: Fix parens, and default values.
4150
4151 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
4152 * nonascii.texi, objects.texi, os.texi: Minor fixes.
4153 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
4154
4155 * positions.texi (Text Lines): Don't add -1 in current-line.
4156
41572004-02-16 Richard M. Stallman <rms@gnu.org>
4158
4159 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
4160
c33b76da
EZ
41612004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4162
4163 * processes.texi (Low-Level Network): Fix a typo.
4164
9d7271e8
KS
41652004-02-12 Kim F. Storm <storm@cua.dk>
4166
4167 * display.texi (Fringes): Use consistent wording.
4168 Note that window-fringe's window arg is optional.
4169 (Scroll Bars): Use consistent wording.
4170
6827d730
LT
41712004-02-11 Luc Teirlinck <teirllm@auburn.edu>
4172
4173 * tips.texi (Comment Tips): Document the new conventions for
4174 commenting out code.
4175
1cb60b5a
JD
41762004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4177
4178 * positions.texi (Text Lines): Added missing end defun.
4179
7fdd1f62
KS
41802004-02-07 Kim F. Storm <storm@cua.dk>
4181
4182 * positions.texi (Text Lines): Add line-number-at-pos.
4183
eb3c144c
JPW
41842004-02-06 John Paul Wallington <jpw@gnu.org>
4185
4186 * display.texi (Button Properties, Button Buffer Commands):
4187 mouse-2 invokes button, not down-mouse-1.
4188
a1d38d63
JR
41892004-02-04 Jason Rumney <jasonr@gnu.org>
4190
4191 * makefile.w32-in: Sync with Makefile.in changes.
4192
4b574f3d
LT
41932004-02-03 Luc Teirlinck <teirllm@auburn.edu>
4194
4195 * minibuf.texi (Text from Minibuffer): Various corrections and
4196 clarifications.
4197 (Object from Minibuffer): Correct Lisp description of
4198 read-minibuffer.
4199 (Minibuffer History): Clarify description of cons values for
4200 HISTORY arguments.
4201 (Basic Completion): Various corrections and clarifications. Add
4202 completion-regexp-list.
4203 (Minibuffer Completion): Correct and clarify description of
4204 completing-read.
6f6b0433 4205 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
4206 other minor changes.
4207 (High-Level Completion): Various corrections and clarifications.
4208 (Reading File Names): Ditto.
4209 (Minibuffer Misc): Ditto.
4210
d8186297
LT
42112004-01-26 Luc Teirlinck <teirllm@auburn.edu>
4212
4213 * strings.texi (Text Comparison): assoc-string also matches
4214 elements of alists that are strings instead of conses.
4215 (Formatting Strings): Standardize Texinfo usage. Update index
4216 entries.
4217
9adcb5f2
LT
42182004-01-20 Luc Teirlinck <teirllm@auburn.edu>
4219
4220 * lists.texi (Sets And Lists): Add delete-dups.
4221
3e7274ae
LT
42222004-01-15 Luc Teirlinck <teirllm@auburn.edu>
4223
4224 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
4225 special form.
4226 * macros.texi (Defining Macros): Update description of `declare',
4227 which now is a macro.
4228 (Wrong Time): Fix typos.
4229
944e099f
LT
42302004-01-14 Luc Teirlinck <teirllm@auburn.edu>
4231
4232 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 4233 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
4234 and `batch-byte-compile'. In particular, mention and describe
4235 all optional arguments.
4236 (Disassembly): Correct and clarify the description of `disassemble'.
4237
90c3aa59
LT
42382004-01-11 Luc Teirlinck <teirllm@auburn.edu>
4239
4240 * searching.texi: Various small changes in addition to the
4241 following.
4242 (Regexp Example): Adapt to new value of `sentence-end'.
4243 (Regexp Functions): The PAREN argument to `regexp-opt' can be
4244 `words'.
4245 (Search and Replace): Add usage note for `perform-replace'.
4246 (Entire Match Data): Mention INTEGERS and REUSE arguments to
4247 `match-data'.
4248 (Standard Regexps): Update for new values of `paragraph-start'
4249 and `sentence-end'.
4250
583c353d
LT
42512004-01-07 Luc Teirlinck <teirllm@auburn.edu>
4252
4253 * files.texi (Saving Buffers): Clarify descriptions of
4254 `write-contents-functions' and `before-save-hook'.
4255 Make the defvar's for `before-save-hook' and `after-save-hook'
4256 into defopt's.
4257
05faee07
KS
42582004-01-07 Kim F. Storm <storm@cua.dk>
4259
4260 * commands.texi (Click Events): Describe new image and
4261 width/height elements of click events.
4262 (Accessing Events): Add posn-string, posn-image, and
4263 posn-object-width-height. Change posn-object to return either
4264 image or string object.
4265
a0465ec3
SJ
42662004-01-01 Simon Josefsson <jas@extundo.com>
4267
4268 * hooks.texi (Standard Hooks): Add before-save-hook.
4269 * files.texi (Saving Buffers): Likewise.
4270
972c0c49
RS
42712004-01-03 Richard M. Stallman <rms@gnu.org>
4272
4273 * frames.texi (Frames and Windows): Delete frame-root-window.
4274
dbcd463f
LT
42752004-01-03 Luc Teirlinck <teirllm@auburn.edu>
4276
4277 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
4278
4279 * functions.texi: Various small changes in addition to the
4280 following.
4281 (What Is a Function): `functionp' returns nil for macros. Clarify
4282 behavior of this and following functions for symbol arguments.
4283 (Function Documentation): Add `\' in front of (fn @var{arglist})
4284 and explain why.
4285 (Defining Functions): Mention DOCSTRING argument to `defalias'.
4286 Add anchor.
4287 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
4288
02c77ee9
MB
42892004-01-01 Miles Bader <miles@gnu.org>
4290
4291 * display.texi (Buttons): New section.
4292
903a1a91
AS
42932003-12-31 Andreas Schwab <schwab@suse.de>
4294
4295 * numbers.texi (Math Functions): sqrt reports a domain-error
4296 error.
4297 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
4298
697cf92a
LT
42992003-12-30 Luc Teirlinck <teirllm@auburn.edu>
4300
3f70fe82
LT
4301 * tips.texi (Documentation Tips): Update item on hyperlinks in
4302 documentation strings.
4303
697cf92a
LT
4304 * errors.texi (Standard Errors): Various small corrections and
4305 additions.
4306
4307 * control.texi: Various small changes in addition to the
4308 following.
4309 (Signaling Errors): Provide some more details on how `signal'
4310 constructs the error message. Add anchor to the definition of
4311 `signal'.
4312 (Error Symbols): Describe special treatment of `quit'.
4313 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
4314 to emphasize that it has to be a single form.
4315
4316 * buffers.texi: Add anchor.
4317
4d25144d
RS
43182003-12-29 Richard M. Stallman <rms@gnu.org>
4319
4320 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
4321 (Window Configurations): Add window-configuration-frame.
4322
4323 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
4324
4325 * text.texi (Examining Properties): Add get-char-property-and-overlay.
4326 Change arg name in get-char-property.
4327 (Special Properties): Update handling of keymap property.
4328
4329 * strings.texi (Modifying Strings): Add clear-string.
4330 (Text Comparison): Add assoc-string and remove
4331 assoc-ignore-case, assoc-ignore-representation.
4332
4333 * os.texi (Time of Day): Add set-time-zone-rule.
4334
4335 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 4336 report domain-error errors.
4d25144d 4337
697cf92a 4338 * nonascii.texi (Converting Representations):
4d25144d
RS
4339 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
4340 (Encoding and I/O): Add file-name-coding-system.
4341
4342 * modes.texi (Search-based Fontification): Explain that
4343 face specs are symbols with face names as values.
4344
4345 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
4346
4347 * lists.texi (Building Lists): remq moved elsewhere.
4348 (Sets And Lists): remq moved here.
4349 (Association Lists): Refer to assoc-string.
4350
4351 * internals.texi (Garbage Collection): Add memory-use-counts.
4352
4353 * frames.texi (Frames and Windows): Add set-frame-selected-window
4354 and frame-root-window.
4355
697cf92a 4356 * files.texi (Contents of Directories):
4d25144d
RS
4357 Add directory-files-and-attributes.
4358
4359 * display.texi (Refresh Screen): Add force-window-update.
4360 (Invisible Text): Explain about moving point out of invis text.
4361 (Overlay Properties): Add overlay-properties.
4362 (Managing Overlays): Add overlayp.
4363 (GIF Images): Invalid image number displays a hollow box.
4364
4365 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
4366 (Killing Buffers): Add buffer-live-p.
4367
67fafe38
MR
43682003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
4369
4370 * display.texi (Fringes): Fix typo "set-buffer-window".
4371
68e74f25
LT
43722003-12-24 Luc Teirlinck <teirllm@auburn.edu>
4373
4374 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
4375 * nonascii.texi, processes.texi, tips.texi, variables.texi:
4376 Add or change various xrefs and anchors.
4377
4378 * commands.texi: Replace all occurrences of @acronym{CAR} with
4379 @sc{car}, for consistency with the rest of the Elisp manual.
4380 `car' and `cdr' are historically acronyms, but are no longer
4381 widely thought of as such.
4382
4383 * internals.texi (Pure Storage): Mention that `purecopy' does not
4384 copy text properties.
4385 (Object Internals): Now 29 bits are used (in most implementations)
4386 to address Lisp objects.
4387
4388 * variables.texi (Variables with Restricted Values): New node.
4389
4390 * objects.texi (Lisp Data Types): Mention that certain variables
4391 can only take on a restricted set of values and add an xref to
4392 the new node "Variables with Restricted Values".
4393
4394 * eval.texi (Function Indirection): Describe the errors that
4395 `indirect-function' can signal.
4396 (Eval): Clarify the descriptions of `eval-region' and `values'.
4397 Describe `eval-buffer' instead of `eval-current-buffer' and
4398 mention `eval-current-buffer' as an alias for `current-buffer'.
4399 Correct the description and mention all optional arguments.
4400
697cf92a 4401 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
4402 following.
4403 (Converting Representations): Clarify behavior of
4404 `string-make-multibyte' and `string-to-multibyte' for unibyte all
4405 ASCII arguments.
4406 (Character Sets): Document the variable `charset-list' and adapt
4407 the definition of the function `charset-list' accordingly.
4408 (Translation of Characters): Clarify use of generic characters in
4409 `make-translation-table'. Clarify and correct the description of
4410 the use of translation tables in encoding and decoding.
4411 (User-Chosen Coding Systems): Correct and clarify the description
4412 of `select-safe-coding-system'.
4413 (Default Coding Systems): Clarify description of
4414 `file-coding-system-alist'.
4415
a62f71e4
LT
44162003-11-30 Luc Teirlinck <teirllm@auburn.edu>
4417
4418 * strings.texi (Text Comparison): Correctly describe when two
4419 strings are `equal'. Combine and clarify descriptions of
4420 `assoc-ignore-case' and `assoc-ignore-representation'.
4421
4422 * objects.texi (Non-ASCII in Strings): Clarify description of
4423 when a string is unibyte or multibyte.
4424 (Bool-Vector Type): Update examples.
4425 (Equality Predicates): Correctly describe when two strings are
4426 `equal'.
4427
19017752
LT
44282003-11-29 Luc Teirlinck <teirllm@auburn.edu>
4429
4430 * lists.texi (Building Lists): `append' no longer accepts integer
4431 arguments. Update the description of `number-sequence' to reflect
4432 recent changes.
4433 (Sets And Lists): Describe `member-ignore-case' after `member'.
4434
0f6a07a8
KS
44352003-11-27 Kim F. Storm <storm@cua.dk>
4436
4437 * commands.texi (Click Events): Click object may be an images.
4438 Describe (dx . dy) element of click positions.
4439 (Accessing Events): Remove duplicate posn-timestamp.
4440 New functions posn-object and posn-object-x-y.
4441
1ce7c819
KS
44422003-11-23 Kim F. Storm <storm@cua.dk>
4443
4444 * commands.texi (Click Events): Describe enhancements to event
4445 position lists, including new text-pos and (col . row) items.
4446 Mention left-fringe and right-fringe area events.
0f6a07a8 4447 (Accessing Events): New functions posn-area and
1ce7c819
KS
4448 posn-actual-col-row. Mention posn-timestamp. Mention that
4449 posn-point in non-text area still returns buffer position.
4450 Clarify posn-col-row.
4451
cae8ddbb
LH
44522003-11-21 Lars Hansen <larsh@math.ku.dk>
4453
4454 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4455 * anti.texi (File Attributes): Describe removed parameter
4456 ID-FORMAT.
4457
f7f1a248
LT
44582003-11-20 Luc Teirlinck <teirllm@auburn.edu>
4459
68e74f25 4460 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
4461 a position, its buffer is ignored.
4462
4463 * markers.texi (Overview of Markers): Mention it here too.
4464
c5e2fb05
LT
44652003-11-12 Luc Teirlinck <teirllm@auburn.edu>
4466
4467 * numbers.texi (Numeric Conversions): Not just `floor', but also
4468 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
4469
e57d0aa8
LT
44702003-11-10 Luc Teirlinck <teirllm@auburn.edu>
4471
4472 * markers.texi (Creating Markers): Specify insertion type of
4473 created markers. Add xref to `Marker Insertion Types'.
4474 Second argument to `copy-marker' is optional.
4475 (Marker Insertion Types): Mention that most markers are created
4476 with insertion type nil.
4477 (The Mark): Correctly describe when `mark' signals an error.
4478 (The Region): Correctly describe when `region-beginning' and
4479 `region-end' signal an error.
4480
bb3612ec
LT
44812003-11-08 Luc Teirlinck <teirllm@auburn.edu>
4482
4483 * hash.texi (Creating Hash): Clarify description of `eql'.
4484 `makehash' is obsolete.
4485 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4486
4487 * positions.texi (Point): Change description of `buffer-end', so
4488 that it is also correct for floating point arguments.
4489 (List Motion): Correct argument lists of `beginning-of-defun' and
4490 `end-of-defun'.
4491 (Excursions): Add xref to `Marker Insertion Types'.
4492 (Narrowing): Argument to `narrow-to-page' is optional.
4493
cfb8a797
LT
44942003-11-06 Luc Teirlinck <teirllm@auburn.edu>
4495
4496 * streams.texi (Output Streams): Clarify behavior of point for
4497 marker output streams.
4498
c6177909
LT
44992003-11-04 Luc Teirlinck <teirllm@auburn.edu>
4500
4501 * variables.texi (Defining Variables): Second argument to
4502 `defconst' is not optional.
4503 (Setting Variables): Mention optional argument APPEND to
4504 `add-to-list'.
4505 (Creating Buffer-Local): Expand description of
4506 `make-variable-buffer-local'.
4507 (Frame-Local Variables): Expand description of
4508 `make-variable-frame-local'.
4509 (Variable Aliases): Correct description of optional argument
4510 DOCSTRING to `defvaralias'. Mention return value of
4511 `defvaralias'.
4512 (File Local Variables): Add xref to `File variables' in Emacs
4513 Manual. Correct description of `hack-local-variables'. Mention
4514 `safe-local-variable' property. Mention optional second argument
4515 to `risky-local-variable-p'.
4516
b3645067
LT
45172003-11-03 Luc Teirlinck <teirllm@auburn.edu>
4518
4519 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4520
10695e5c
EZ
45212003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4522
4523 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4524 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4525 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4526 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4527 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 4528 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
4529 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4530 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4531 @acronym{FOO}.
4532
a2f4def1
LT
45332003-10-27 Luc Teirlinck <teirllm@auburn.edu>
4534
4535 * strings.texi (Creating Strings): Argument START to `substring'
4536 can not be `nil'. Expand description of
4537 `substring-no-properties'. Correct description of `split-string',
4538 especially with respect to empty matches. Prevent very bad line
4539 break in definition of `split-string-default-separators'.
4540 (Text Comparison): `string=' and `string<' also accept symbols as
4541 arguments.
4542 (String Conversion): More completely describe argument BASE in
4543 `string-to-number'.
5bb0fcd1 4544 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
4545 corresponding object. Clarify behavior of numeric prefix after
4546 `%' in `format'.
4547 (Case Conversion): The argument to `upcase-initials' can be a
4548 character.
4549
a2296bf9
KH
45502003-10-27 Kenichi Handa <handa@m17n.org>
4551
4552 * display.texi (Fontsets): Fix texinfo usage.
4553
885fef7c
KH
45542003-10-25 Kenichi Handa <handa@m17n.org>
4555
4556 * display.texi (Fontsets): Add description of the function
4557 set-fontset-font.
4558
0c6b7a1f
LT
45592003-10-23 Luc Teirlinck <teirllm@auburn.edu>
4560
4561 * display.texi (Temporary Displays): Add xref to `Documentation
4562 Tips'.
4563
4564 * functions.texi (Function Safety): Use inforef instead of pxref
4565 for SES.
4566
c3cda320
AS
45672003-10-23 Andreas Schwab <schwab@suse.de>
4568
4569 * Makefile.in (TEX, texinputdir): Don't define.
4570 (TEXI2DVI): Define.
4571 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4572 add $(srcdir)/index.texi.
4573 ($(infodir)/elisp): Remove index.texi dependency.
4574 (elisp.dvi): Likewise. Use $(TEXI2DVI).
4575 (index.texi): Remove target.
4576 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
4577 (clean): Don't remove index.texi.
4578
c3cda320
AS
4579 * permute-index, index.perm: Remove.
4580 * index.texi: Rename from index.unperm.
4581
e5dadca7
LT
45822003-10-22 Luc Teirlinck <teirllm@auburn.edu>
4583
4584 * tips.texi (Documentation Tips): Document new behavior for face
4585 and variable hyperlinks in Help mode.
4586
6cfb0777
LT
45872003-10-21 Luc Teirlinck <teirllm@auburn.edu>
4588
4589 * objects.texi (Integer Type): Update for extra bit of integer range.
4590 (Character Type): Ditto.
4591
a6eeaa81 45922003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
4593
4594 * numbers.texi (Integer Basics): Add index entries for reading
4595 numbers in hex, octal, and binary.
4596
c8f9ba83
LK
45972003-10-16 Lute Kamstra <lute@gnu.org>
4598
4599 * modes.texi (Mode Line Format): Mention force-mode-line-update's
4600 argument.
4601
b52a26fb
LT
46022003-10-13 Luc Teirlinck <teirllm@auburn.edu>
4603
4604 * windows.texi (Choosing Window): Fix typo.
4605 * edebug.texi (Edebug Execution Modes): Fix typo.
4606
f7005886
RS
46072003-10-13 Richard M. Stallman <rms@gnu.org>
4608
4609 * windows.texi (Basic Windows): A window has fringe settings,
4610 display margins and scroll-bar settings.
4611 (Splitting Windows): Doc split-window return value.
4612 Clean up one-window-p.
4613 (Selecting Windows): Fix typo.
4614 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4615 (Buffers and Windows): In set-window-buffer, explain effect
4616 on fringe settings and scroll bar settings.
4617 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4618 (Choosing Window): Use defopt for pop-up-frame-function.
4619 For special-display-buffer-names, explain same-window and same-frame.
4620 Clarify window-dedicated-p return value.
4621 (Textual Scrolling): scroll-up and scroll-down can get an error.
4622 (Horizontal Scrolling): Clarify auto-hscroll-mode.
4623 Clarify set-window-hscroll.
4624 (Size of Window): Don't mention tool bar in window-height.
4625 (Coordinates and Windows): Explain what coordinates-in-window-p
4626 returns for fringes and display margins.
4627 (Window Configurations): Explain saving fringes, etc.
4628
4629 * tips.texi (Library Headers): Clean up Documentation.
4630
4631 * syntax.texi (Parsing Expressions): Clean up forward-comment
4632 and parse-sexp-lookup-properties.
4633
4634 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4635
4636 * os.texi (System Environment): Clean up text for load-average errors.
4637
4638 * modes.texi (Hooks): Don't explain local hook details at front.
4639 Clarify run-hooks and run-hook-with-args a little.
4640 Clean up add-hook and remove-hook.
4641
4642 * edebug.texi (Edebug Execution Modes): Clarify t.
4643 Document edebug-sit-for-seconds.
4644 (Coverage Testing): Document C-x X = and =.
4645 (Instrumenting Macro Calls): Fix typo.
4646 (Specification List): Don't index the specification keywords.
4647
c989ebe9
KS
46482003-10-10 Kim F. Storm <storm@cua.dk>
4649
4650 * processes.texi (Network): Introduce make-network-process.
4651
f9525eef
LT
46522003-10-09 Luc Teirlinck <teirllm@auburn.edu>
4653
4654 * tips.texi (Library Headers): Fix typo.
4655
f008b925
LK
46562003-10-07 Juri Linkov <juri@jurta.org>
4657
4658 * modes.texi (Imenu): Mention imenu-create-index-function's
4659 default value. Explain submenus better.
4660
c22c5da6
LK
46612003-10-07 Lute Kamstra <lute@gnu.org>
4662
4663 * modes.texi (Faces for Font Lock): Fix typo.
4664 (Hooks): Explain how buffer-local hook variables can refer to
4665 global hook variables.
4666 Various minor clarifications.
4667
49247521
LK
46682003-10-06 Lute Kamstra <lute@gnu.org>
4669
4670 * tips.texi (Coding Conventions): Mention naming conventions for
4671 hooks.
4672
9296c947
LT
46732003-10-05 Luc Teirlinck <teirllm@auburn.edu>
4674
4675 * loading.texi (Library Search): Correct default value of
4676 load-suffixes.
4677 (Named Features): Fix typo.
4678
0e9b293a
RS
46792003-10-05 Richard M. Stallman <rms@gnu.org>
4680
4681 * loading.texi (Named Features): In `provide',
4682 say how to test for subfeatures.
4683 (Unloading): In unload-feature, use new var name
4684 unload-feature-special-hooks.
4685
49247521 46862003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
4687
4688 * modes.texi (Major Mode Conventions): Mention third way to set up
4689 Imenu.
4690 (Imenu): A number of small fixes.
4691 Delete documentation of internal variable imenu--index-alist.
4692 Document the return value format of imenu-create-index-function
4693 functions.
4694
ab8f7d5c
RS
46952003-09-30 Richard M. Stallman <rms@gnu.org>
4696
4697 * processes.texi (Network): Say what stopped datagram connections do.
4698
4699 * lists.texi (Association Lists): Clarify `assq-delete-all'.
4700
4701 * display.texi (Overlay Properties): Clarify `evaporate' property.
4702
49247521 47032003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
4704
4705 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 4706 constructs should be marked as risky.
86b9b767
LK
4707 Change cons cell into proper list.
4708 (Mode Line Variables): Change cons cell into proper list.
4709
49247521 47102003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
4711
4712 * modes.texi (Mode Line Data): Document the :propertize construct.
4713 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 4714 to match their order in the default mode-line-format.
bc3b02f9
LK
4715 Describe the new variables mode-line-position and mode-line-modes.
4716 Update the default values of mode-line-frame-identification,
4717 minor-mode-alist, and default-mode-line-format.
4718 (Properties in Mode): Mention the :propertize construct.
6142d1d0 4719
bc3b02f9 47202003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 4721
c22c5da6 4722 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
4723 * loading.texi, minibuf.texi, text.texi, variables.texi:
4724 Avoid @strong{Note:}.
4725
47262003-09-26 Richard M. Stallman <rms@gnu.org>
4727
4728 * keymaps.texi (Remapping Commands): Fix typo.
4729
41beda59
LT
47302003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
4731
4732 * processes.texi (Low-Level Network): Fix typo.
4733
ef6ae4ff
KS
47342003-09-23 Kim F. Storm <storm@cua.dk>
4735
4736 * processes.texi (Network, Network Servers): Fix typos.
4737 (Low-Level Network): Add timeout value for :server keyword.
4738 Add new option keywords to make-network-process.
4739 Add set-network-process-options.
4740 Explain how to test availability of network options.
4741
b0f23edf
RS
47422003-09-19 Richard M. Stallman <rms@gnu.org>
4743
4744 * text.texi (Motion by Indent): Arg to
4745 backward-to-indentation and forward-to-indentation is optional.
4746
4747 * strings.texi (Creating Strings): Add substring-no-properties.
4748
4749 * processes.texi
4750 (Process Information): Add list-processes arg QUERY-ONLY.
4751 Delete process-contact from here.
4752 Add new status values for process-status.
4753 Add process-get, process-put, process-plist, set-process-plist.
4754 (Synchronous Processes): Add call-process-shell-command.
4755 (Signals to Processes): signal-process allows process objects.
4756 (Network): Complete rewrite.
4757 (Network Servers, Datagrams, Low-Level Network): New nodes.
4758
4759 * positions.texi (Word Motion): forward-word, backward-word
4760 arg is optional. Reword.
4761
4762 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
4763
c22c5da6 4764 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
4765 Delete duplicate definition of buffer-local-value.
4766 (File Local Variables): Explain about discarding text props.
4767
f387bdea
RS
47682003-09-11 Richard M. Stallman <rms@gnu.org>
4769
4770 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4771 changes variables that record input events.
4772 (Minibuffer Misc): Add minibuffer-selected-window.
4773
4774 * lists.texi (Building Lists): Add copy-tree.
4775
4776 * display.texi (Fontsets): Add char-displayable-p.
4777 (Scroll Bars): New node.
4778
49247521 47792003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
4780
4781 * modes.texi (%-Constructs): Document new `%i' and `%I'
4782 constructs.
4783
fd026ee1
JR
47842003-09-03 Peter Runestig <peter@runestig.com>
4785
4786 * makefile.w32-in: New file.
4787
4828b4d7
RS
47882003-08-29 Richard M. Stallman <rms@gnu.org>
4789
4790 * display.texi (Overlay Properties): Clarify how priorities
4791 affect use of the properties.
4792
a4e4f05d
LT
47932003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4794
4795 * customize.texi (Type Keywords): Correct the description of
4796 `:help-echo' in the case where `motion-doc' is a function.
4797
3ebe0346
JPW
47982003-08-14 John Paul Wallington <jpw@gnu.org>
4799
4800 * modes.texi (Emulating Mode Line): Subsection, not section.
4801
3afe8e39
RS
48022003-08-13 Richard M. Stallman <rms@gnu.org>
4803
4804 * elisp.texi (Top): Update subnode lists in menu.
4805
4806 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4807 (Kill Functions): kill-region has new arg yank-handler.
4808 (Yanking): New node.
4809 (Yank Commands): Add yank-undo-function.
4810 (Low-Level Kill Ring):
4811 kill-new and kill-append have new arg yank-handler.
4812 (Changing Properties): Add remove-list-of-text-properties.
4813 (Atomic Changes): New node.
4814
4815 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4816
4817 * streams.texi (Output Variables): Add eval-expression-print-length
4818 and eval-expression-print-level.
4819
4820 * os.texi (Time Conversion): For encode-time, explain limits on year.
4821
4822 * objects.texi (Character Type): Define anchor "modifier bits".
4823
4824 * modes.texi (Emulating Mode Line): New node.
4825 (Search-based Fontification): Font Lock uses font-lock-face property.
4826 (Other Font Lock Variables): Likewise.
4827
4828 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4829 not vectors.
4830 (Active Keymaps): Add emulation-mode-map-alists.
4831 (Functions for Key Lookup): key-binding has new arg no-remap.
4832 (Remapping Commands): New node.
4833 (Scanning Keymaps): where-is-internal has new arg no-remap.
4834 (Tool Bar): Add tool-bar-local-item-from-menu.
4835 Clarify when to use tool-bar-add-item-from-menu.
4836
4837 * commands.texi (Interactive Call): commandp has new arg.
4838 (Command Loop Info): Add this-original-command.
4839
e37769b1
JPW
48402003-08-06 John Paul Wallington <jpw@gnu.org>
4841
4842 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4843
4844 * display.texi (Warning Basics): Fix typo.
4845 (Fringes): Add closing curly bracket and fix typo.
4846
4847 * elisp.texi (Top): Fix typo.
4848
c5e0561f
RS
48492003-08-05 Richard M. Stallman <rms@gnu.org>
4850
4851 * elisp.texi: Update lists of subnodes.
4852
4853 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4854
4855 * variables.texi (Local Variables): Use lc for example variable names.
4856
4857 * tips.texi (Library Headers): Explain where to put -*-.
4858
4859 * strings.texi (Creating Strings): Fix xref for vconcat.
4860
4861 * sequences.texi (Vector Functions):
4862 vconcat no longer allows integer args.
4863
4864 * minibuf.texi (Reading File Names): read-file-name has new
4865 arg PREDICATE. New function read-directory-name.
4866
4867 * macros.texi (Defining Macros): Give definition of `declare'
4868 (Indenting Macros): New node.
4869
4870 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4871 (Window Frame Parameters): Make separate table of parameters
4872 that are coupled with specific face attributes.
4873 (Deleting Frames): delete-frame-hooks renamed to
4874 delete-frame-functions.
4875
4876 * files.texi (Magic File Names): Add file-remote-p.
4877 Clarify file-local-copy.
4878
4879 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4880 here; instead xref Defining Macros.
4881
4882 * display.texi (Warnings): New node, and subnodes.
4883 (Fringes): New node.
4884
4885 * debugging.texi (Test Coverage): New node.
4886
4887 * compile.texi (Compiler Errors): Explain with-no-warnings
4888 and other ways to suppress warnings.
4889
4890 * commands.texi (Interactive Call): Minor clarification.
4891
4892 * buffers.texi (Buffer File Name): set-visited-file-name
4893 renames the buffer too.
4894
4895 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4896
ee59dede
MR
48972003-07-24 Markus Rost <rost@math.ohio-state.edu>
4898
4899 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
4900
f0514b34
MR
49012003-07-22 Markus Rost <rost@math.ohio-state.edu>
4902
4903 * internals.texi (Garbage Collection): Fix previous change.
4904
c73983bb
RS
49052003-07-22 Richard M. Stallman <rms@gnu.org>
4906
4907 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
4908
4909 * display.texi (Width): Use \s syntax in example.
4910 (Font Selection): Add face-font-rescale-alist.
4911
4912 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
4913 Remove spurious indent in example.
4914
4915 * lists.texi (Building Lists): Add number-sequence.
4916
4917 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
4918
4919 * functions.texi (Function Documentation): Explain how to
4920 show calling convention explicitly in the doc string.
4921
4922 * windows.texi (Selecting Windows): save-selected-window saves
4923 selected window of each frame.
4924 (Window Configurations): Minor change.
4925
4926 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
4927
4928 * streams.texi (Output Variables): Add print-continuous-numbering
4929 and print-number-table.
4930
4931 * processes.texi (Decoding Output): New node.
4932
4933 * os.texi (Time Conversion): decode-time arg is optional.
4934
4935 * objects.texi (Character Type): Don't use space as example for \.
4936 Make list of char names and \-sequences correspond.
4937 Explain that \s is not used in strings. `\ ' needs space after.
4938
4939 * nonascii.texi (Converting Representations): Add string-to-multibyte.
4940 (Translation of Characters): Add translation-table-for-input.
4941 (Default Coding Systems): Add auto-coding-functions.
4942 (Explicit Encoding): Add decode-coding-inserted-region.
4943 (Locales): Add locale-info.
4944
4945 * minibuf.texi (Basic Completion): Describe test-completion.
4946 Collections can be lists of strings.
4947 Clean up lazy-completion-table.
4948 (Programmed Completion): Mention test-completion.
4949 Clarify why lambda expressions are not accepted.
4950 (Minibuffer Misc): Describe minibufferp.
4951
51a8b435
RS
49522003-07-14 Richard M. Stallman <rms@gnu.org>
4953
4954 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
4955
4956 * windows.texi (Selecting Windows): New arg to select-window.
4957 (Selecting Windows): Add with-selected-window.
4958 (Size of Window): Add window-inside-edges, etc.
4959
4960 * internals.texi (Garbage Collection): Add post-gc-hook.
4961
4962 * processes.texi (Subprocess Creation): Add exec-suffixes.
4963
4964 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
4965 (Scanning Keymaps): Add map-keymaps.
4966 (Defining Menus): Add keymap-prompt.
4967
4968 * numbers.texi (Integer Basics): Add most-positive-fixnum,
4969 most-negative-fixnum.
4970
4971 * compile.texi (Byte Compilation): Explain no-byte-compile
4972 (Compiler Errors): New node.
4973
4974 * os.texi (User Identification): user-uid, user-real-uid
4975 can return float.
4976
4977 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
4978 and about derived modes.
4979 (Minor Modes): Add minor-mode-list.
4980 (Defining Minor Modes): Keyword args for define-minor-mode.
4981 (Search-based Fontification): Explain managing other properties.
4982 (Other Font Lock Variables): Add font-lock-extra-managed-props.
4983 (Faces for Font Lock): Add font-locl-preprocessor-face.
4984 (Hooks): Add run-mode-hooks and delay-mode-hooks.
4985
4986 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 4987 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
4988
4989 * loading.texi (Library Search): Add load-suffixes.
4990
4991 * minibuf.texi (Basic Completion): Add lazy-completion-table.
4992 (Programmed Completion): Add dynamic-completion-table.
4993
4994 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
4995 (Magic File Names): Specify precedence order of handlers.
199bb209 4996
51a8b435
RS
4997 * commands.texi (Command Overview): Emacs server runs pre-command-hook
4998 and post-command-hook.
4999 (Waiting): New calling convention for sit-for.
5000
5001 * text.texi (Special Properties): local-map and keymap properties
5002 apply based on their stickiness.
5003
c6de56a0
RS
50042003-07-07 Richard M. Stallman <rms@gnu.org>
5005
5006 * modes.texi (Minor Mode Conventions): Specify only some kinds
5007 of list values as args to minor modes.
5008
5009 * files.texi (File Name Expansion): Warn about iterative use
5010 of substitute-in-file-name.
5011
5012 * advice.texi (Activation of Advice): Clean up previous change.
5013
8c761ea6
MR
50142003-07-06 Markus Rost <rost@math.ohio-state.edu>
5015
5016 * advice.texi (Activation of Advice): Note that ad-start-advice is
5017 turned on by default.
5018
c6de56a0
RS
50192003-06-30 Richard M. Stallman <rms@gnu.org>
5020
5021 * text.texi (Buffer Contents): Document current-word.
5022 (Change Hooks): Not called for *Messages*.
5023
5024 * functions.texi (Defining Functions): Explain about redefining
5025 primitives.
5026 (Function Safety): Renamed. Minor changes.
5027 Comment out the detailed criteria for what is safe.
5028
3fe4e567
AS
50292003-06-22 Andreas Schwab <schwab@suse.de>
5030
5031 * objects.texi (Symbol Type): Fix description of examples.
5032
cda7bd13
AS
50332003-06-16 Andreas Schwab <schwab@suse.de>
5034
5035 * hash.texi (Creating Hash): Fix description of :weakness.
5036
fbcffa4a
KG
50372003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
5038
5039 * files.texi (Changing Files): copy-file copies file modes, too.
5040
ff6a3bfb
RS
50412003-05-28 Richard M. Stallman <rms@gnu.org>
5042
5043 * strings.texi (Creating Strings): Clarify split-string.
5044
1463a05d
JB
50452003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
5046
5047 * strings.texi (Creating Strings): Update split-string specification
5048 and examples.
5049
af253914
RS
50502003-05-19 Richard M. Stallman <rms@gnu.org>
5051
5052 * elisp.texi: Correct invariant section names.
5053
7ea52f92
RS
50542003-04-20 Richard M. Stallman <rms@gnu.org>
5055
5056 * os.texi (Timers): Explain about timers and quitting.
5057
e31afc09
RS
50582003-04-19 Richard M. Stallman <rms@gnu.org>
5059
5060 * internals.texi (Writing Emacs Primitives): Strings are
5061 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
5062 Explain GCPRO convention for varargs function args.
5063
5ceea398
RS
50642003-04-16 Richard M. Stallman <rms@gnu.org>
5065
5066 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
5067
b0ada147
RS
50682003-04-08 Richard M. Stallman <rms@gnu.org>
5069
5070 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
5071
b23375aa
KS
50722003-02-13 Kim F. Storm <storm@cua.dk>
5073
5074 * objects.texi (Character Type): New \s escape for space.
5075
c60ee5e7
JB
50762003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5077
5078 * os.texi (System Environment): Added cygwin system-type.
5079
84e47416
RS
50802003-01-25 Richard M. Stallman <rms@gnu.org>
5081
5082 * keymaps.texi: Document that a symbol can act as a keymap.
5083
3e8cf2ea
RS
50842003-01-13 Richard M. Stallman <rms@gnu.org>
5085
5086 * text.texi (Changing Properties): Say string indices are origin-0.
5087
5088 * positions.texi (Screen Lines) <compute-motion>:
5089 Correct order of elts in return value.
5090
5091 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
5092 how to define a default binding.
5093
7abb9fc5 50942002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 5095
104bc3aa 5096 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 5097
104bc3aa 5098 * customize.texi (Simple Types): Clarify description of custom
9b7fa297 5099 type 'number. Describe new custom type 'float.
177f790c 5100
7abb9fc5 51012002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
5102
5103 * variables.texi (File Local Variables): Fix typo.
5104
df140a68 51052002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 5106
df140a68
KG
5107 From Michael Albinus <Michael.Albinus@alcatel.de>.
5108
5109 * README: Target for Info file is `make info'.
5110
5111 * files.texi (File Name Components): Fixed typos in
5112 `file-name-sans-extension'.
5113 (Magic File Names): Complete list of operations for magic file
5114 name handlers.
5115
7ed9159a
JY
51162002-09-16 Jonathan Yavner <jyavner@engineer.com>
5117
5118 * variables.texi (File Local Variables): New function
5119 risky-local-variable-p.
5120
51212002-09-15 Jonathan Yavner <jyavner@engineer.com>
5122
5123 * functions.texi (Function safety): New node about unsafep.
5124
241f79af
PA
51252002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
5126
5127 * customize.texi (Splicing into Lists): Fixed example.
5128 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
5129
72459b15
JB
51302002-06-17 Juanma Barranquero <lektu@terra.es>
5131
5132 * frames.texi (Display Feature Testing): Fix typo.
5133
61f7e0f5
AS
51342002-06-12 Andreas Schwab <schwab@suse.de>
5135
5136 * frames.texi (Initial Parameters, Resources): Fix references to
5137 the Emacs manual.
5138
4e792dbd
KS
51392002-05-13 Kim F. Storm <storm@cua.dk>
5140
5141 * variables.texi (Intro to Buffer-Local): Updated warning and
5142 example relating to changing buffer inside let.
5143
940344d4 51442002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
5145
5146 * os.texi (Session Management): New node about X Session management.
5147
231ac53b
EZ
51482002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
5149
5150 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
5151 to which the manual corresponds, and the copyright years.
5152
5153 * Makefile.in (VERSION): Set to 2.9.
5154
140cc574
EZ
51552001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
5156
5157 * elisp.texi: Change the category in @dircategory to "Emacs", to
5158 make it consistent with info/dir.
5159
9c7fce05
MB
51602001-11-25 Miles Bader <miles@gnu.org>
5161
5162 * text.texi (Fields): Describe new `limit' arg in
5163 field-beginning/field-end.
5164
9f8bbf0f
EZ
51652001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5166
a5e6715c
EZ
5167 * permute-index: Don't depend on csh-specific features. Replace
5168 the interpreter name with /bin/sh.
5169
9f8bbf0f
EZ
5170 * two-volume-cross-refs.txt: New file.
5171 * two.el: New file.
5172 * spellfile: New file.
5173
1756e2fb
EZ
51742001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5175
5176 * permute-index: New file.
5177
5178 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
5179 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
5180 8+3 restricted namespace.
ad050e54
EZ
5181
5182 * Makefile.in (infodir): Define relative to $(srcdir).
5183 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
5184 include directories list via -I switch to makeinfo.
5185 (index.texi): Use cp if both hard and symbolic links fail.
5186
10fa7f8e
EZ
51872001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5188
7a1494ce
EZ
5189 * Makefile.in (distclean): Add.
5190
10fa7f8e
EZ
5191 The following changes make ELisp manual part of the Emacs
5192 distribution:
5193
5194 * Makefile.in: Add Copyright notice.
5195 (prefix): Remove.
5196 (infodir): Change value to "../info".
5197 (VPATH): New variable.
5198 (MAKE): Don't define.
5199 (texmacrodir): Don't define.
5200 (texinputdir): Append the existing value of TEXINPUTS.
5201 ($(infodir)/elisp): Instead of just "elisp". Reformat the
5202 command to be compatible with man/Makefile.in, and to put the
5203 output into ../info.
5c32b7c5 5204 (info): Add target.
10fa7f8e
EZ
5205 (installall): Target removed.
5206
74686736 52072001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
5208
5209 * tips.texi (Coding Conventions): Fix typo.
5210
6fd735df
GM
52112001-10-23 Gerd Moellmann <gerd@gnu.org>
5212
5213 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
5214
b704d54b
EZ
52152001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5216
5217 * files.texi (File Name Components): Update the description of
5218 file-name-sans-extension and file-name-extension, as they now
5219 ignore leading dots.
5220
71431a0e
GM
52212001-10-20 Gerd Moellmann <gerd@gnu.org>
5222
6aa97356 5223 * (Version 21.1 released.)
71431a0e 5224
79f1f96c
MB
52252001-10-19 Miles Bader <miles@gnu.org>
5226
5227 * positions.texi (Text Lines): Describe behavior of
5228 `beginning-of-line'/`end-of-line' in the presence of field properties.
5229
892a8f36
GM
52302001-10-17 Gerd Moellmann <gerd@gnu.org>
5231
5232 * Makefile.in (VERSION): Set to 2.8.
5233 (manual): Use `manual-21'.
5234
8c1cc9e8 5235 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
5236 number was used. Set it to 2.8.
5237
5238 * intro.texi: Likewise.
5239
51724e26
EZ
52402001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5241
5242 * files.texi (File Name Completion): Document the significance of
5243 a trailing slash in elements of completion-ignored-extensions.
5244
57b338e8
MB
52452001-10-06 Miles Bader <miles@gnu.org>
5246
5247 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
5248
c89e4bc5
GM
52492001-10-04 Gerd Moellmann <gerd@gnu.org>
5250
5251 * variables.texi (Variable Aliases): New node.
5252
ab952a4f
GM
52532001-10-04 Gerd Moellmann <gerd@gnu.org>
5254
5255 * Branch for 21.1.
dff28924 5256
9db3a582
MB
52572001-10-02 Miles Bader <miles@gnu.org>
5258
ae1a9581
MB
5259 * minibuf.texi (Minibuffer Misc): Add entries for
5260 `minibuffer-contents', `minibuffer-contents-no-properties', and
5261 `delete-minibuffer-contents'.
5262 Correct description for `minibuffer-prompt-end'.
5263
9db3a582
MB
5264 * text.texi (Property Search): Correct descriptions of
5265 `next-char-property-change' and `previous-char-property-change'.
5266 Add entries for `next-single-char-property-change' and
5267 `previous-single-char-property-change'.
5268 Make operand names a bit more consistent.
5269
03be5931
EZ
52702001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
5271
5272 * frames.texi (Finding All Frames): Document that next-frame and
5273 previous-frame are local to current terminal.
5274
974548ec
EZ
52752001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
5276
5277 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 5278 result of make-keymap.
974548ec 5279
8d82c597
EZ
52802001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
5281
5282 * display.texi (Font Lookup, Attribute Functions)
5283 (Image Descriptors): Add cross-references to the definition of
5284 selected frame.
5285
5286 * buffers.texi (The Buffer List): Add cross-references to the
5287 definition of selected frame.
5288
5289 * frames.texi (Input Focus): Clarify which frame is _the_ selected
5290 frame at any given time.
5291 (Multiple Displays, Size and Position): Add a cross-reference to
5292 the definition of the selected frame.
5293
2842de30
EZ
52942001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5295
5296 * strings.texi (String Conversion) <string-to-number>: Document
5297 that a float is returned for integers that are too large.
5298
5299 * frames.texi (Mouse Position): Document mouse-position-function.
5300 (Display Feature Testing): Document display-images-p.
5301 (Window Frame Parameters): Document the cursor-type variable.
5302
5303 * numbers.texi (Integer Basics): Document CL style read syntax for
5304 integers in bases other than 10.
5305
5306 * positions.texi (List Motion): Document
5307 open-paren-in-column-0-is-defun-start.
5308
5309 * lists.texi (Sets And Lists): Document member-ignore-case.
5310
5311 * internals.texi (Garbage Collection): Document the used and free
5312 strings report.
5313 (Memory Usage): Document strings-consed.
5314
5315 * os.texi (Time of Day): Document float-time.
5316 (Recording Input): Document that clear-this-command-keys clears
5317 the vector to be returned by recent-keys.
5318
5319 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
5320 argument keymap can be a list.
5321
5322 * nonascii.texi (User-Chosen Coding Systems)
5323 <select-safe-coding-system>: Document the new argument
5324 accept-default-p and the variable
5325 select-safe-coding-system-accept-default-p. Tell what happens if
5326 buffer-file-coding-system is undecided.
5327 (Default Coding Systems): Document auto-coding-regexp-alist.
5328
5329 * display.texi (The Echo Area) <message>: Document
5330 message-truncate-lines.
5331 (Glyphs): Document that the glyph table is unused on windowed
5332 displays.
5333
5334 * help.texi (Describing Characters) <single-key-description>:
5335 Document the new argument no-angles.
5336 (Accessing Documentation) <documentation-property>: Document that
5337 a non-string property is evaluated.
5338 <documentation>: Document that the function-documentation property
5339 is looked for.
5340
5341 * windows.texi (Selecting Windows): Document some-window.
5342
5343 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
5344
5345 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
5346 apropos-mode-hook.
5347
5348 * commands.texi (Using Interactive): Document interactive-form.
5349 (Keyboard Macros): Document kbd-macro-termination-hook.
5350 (Command Loop Info): Document that clear-this-command-keys clears
5351 the vector to be returned by recent-keys.
5352
2d43d823
GM
53532001-09-04 Werner LEMBERG <wl@gnu.org>
5354
5355 * Makefile.in (srcdir, texinputdir): New variables.
5356 (srcs, index.texi, install): Use $(srcdir).
5357 (.PHONY): Remove elisp.dvi.
5358 (elisp): Use -I switch for makeinfo.
5359 (elisp.dvi): Use $(srcdir) and $(texinputdir).
5360 (installall, dist): Use $(srcdir).
5361 Fix path to texinfo.tex.
5362 (maintainer-clean): Add elisp.dvi and elisp.oaux.
5363
fa739b31
GM
53642001-08-30 Gerd Moellmann <gerd@gnu.org>
5365
92a25631
GM
5366 * display.texi (Conditional Display): Adjust to API change.
5367
fa739b31
GM
5368 * configure: New file.
5369
cef68af5
GM
53702001-07-30 Gerd Moellmann <gerd@gnu.org>
5371
5372 * commands.texi (Repeat Events): Add description of
5373 double-click-fuzz.
5374
d1f08d85
SM
53752001-05-08 Stefan Monnier <monnier@cs.yale.edu>
5376
5377 * syntax.texi (Syntax Class Table): Add the missing designator for
5378 comment and string fences.
5379 (Syntax Properties): Add a xref to syntax table internals.
5380 (Syntax Table Internals): Document string-to-syntax.
5381
1e9fc92e
GM
53822001-05-07 Gerd Moellmann <gerd@gnu.org>
5383
5384 * Makefile.in (install): Use install-info command line options
5385 like in Emacs' Makefile.in.
5386
00480554
MB
53872000-12-09 Miles Bader <miles@gnu.org>
5388
5389 * windows.texi (Window Start): Update documentation for
5390 `pos-visible-in-window-p'.
5391
1e344ee2
SM
53922000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5393
5394 * lists.texi (Building Lists): Add footnote to explain how to add
5395 to the end of a list.
5396
a540f6ed
GM
53972000-10-25 Gerd Moellmann <gerd@gnu.org>
5398
5399 * files.texi (Visiting Functions): Typos.
5400
28bcdbee
KH
54012000-10-25 Kenichi Handa <handa@etl.go.jp>
5402
5403 * files.texi (Visiting Functions): Return value of
5404 find-file-noselect may be a list of buffers if wildcards are used.
5405
22d1a4ed
MB
54062000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5407
5408 * display.texi (Defining Faces): Document `graphic' display type
5409 in face specs.
5410
916a89db
KG
54112000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5412
1e9fc92e 5413 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
5414 `after-make-frame-hook' with `after-make-frame-functions'.
5415
1e9fc92e 5416 * frames.texi (Creating Frames): Ditto.
916a89db 5417
1e9fc92e 5418 * variables.texi (Future Local Variables): Ditto.
916a89db 5419
483de32b
GM
54202000-10-16 Gerd Moellmann <gerd@gnu.org>
5421
5422 * display.texi (Other Image Types): Add description of :foreground
5423 and :background properties of mono PBM images.
5424
e23a63a5
WL
54252000-08-17 Werner LEMBERG <wl@gnu.org>
5426
5427 * .cvsignore: New file.
5428
dfc16043
GM
54292000-01-05 Gerd Moellmann <gerd@gnu.org>
5430
5431 * tindex.pl: New script.
5432
602613fe
DL
54331999-12-03 Dave Love <fx@gnu.org>
5434
5435 * Makefile.in (MAKEINFO): New parameter.
5436
94ec544d
DL
54371999-09-17 Richard Stallman <rms@gnu.org>
5438
5439 * Makefile.in (srcs): Add hash.texi.
5440 (VERSION): Update to 20.6.
5441
54421999-09-13 Richard Stallman <rms@gnu.org>
5443
5444 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
5445
54461998-08-29 Karl Heuer <kwzh@gnu.org>
5447
5448 * configure.in: New file.
5449 * Makefile.in: Renamed from Makefile.
5450 (prefix, infodir): Use value obtained from configure.
5451 (emacslibdir): Obsolete variable deleted.
5452 (dist): Distribute configure.in, configure, Makefile.in.
5453
54541998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
5455
5456 * Makefile (INSTALL_INFO): New variable.
5457 (install): Run install-info.
5458
54591998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
5460
5461 * Makefile (elisp.dvi): Add missing backslash.
5462
54631998-05-02 Richard Stallman <rms@psilocin.gnu.org>
5464
5465 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
5466 Run texindex without `./'. Always run texindex on elisp.tp.
5467 (elisp.tps): Target deleted.
5468
54691998-04-05 Richard Stallman <rms@psilocin.gnu.org>
5470
5471 * Makefile (srcs): Add nonascii.texi and customize.texi.
5472 (dist): Start by deleting `temp'.
5473
54741998-02-17 Richard Stallman <rms@psilocin.gnu.org>
5475
5476 * Makefile (makeinfo, texindex): Targets deleted.
5477 (makeinfo.o, texindex.o): Targets deleted.
5478 (clean, dist): Don't do anything with them or with getopt*.
5479
54801998-01-30 Richard Stallman <rms@psilocin.gnu.org>
5481
5482 * Makefile (SHELL): Defined.
5483
54841998-01-27 Richard Stallman <rms@psilocin.gnu.org>
5485
5486 * Makefile (elisp.tps): New target.
5487 (elisp.dvi): Depend on elisp.tps.
5488
5489Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
5490
5491 * README: Update phone number.
5492
5493 * Makefile (elisp): Make this be the default target.
5494 Depend on makeinfo.c instead of makeinfo.
5495 (install): Don't depend on elisp.dvi, since we don't install that.
5496 Use mkinstalldirs.
5497 (dist): Add mkinstalldirs.
5498
5499Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5500
5501 * Makefile (VERSION): Update version number.
5502 (maintainer-clean): Renamed from realclean.
5503
5504Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5505
5506 * Makefile (realclean): New target.
5507 (elisp): Remove any old elisp-* files first.
5508
5509Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5510
d1f08d85
SM
5511 * Makefile (VERSION): New variable.
5512 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5513 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
5514
5515Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5516
5517 * Makefile (elisp): Depend on makeinfo.
5518
5519Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
5520
d1f08d85 5521 * Makefile (srcs): Add anti.texi.
94ec544d
DL
5522
5523Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5524
5525 * Makefile (infodir, prefix): New vars.
5526 (install): Use infodir.
5527 (emacsinfodir): Deleted.
5528
5529Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5530
5531 * Makefile (srcs): Add calendar.texi.
5532
5533 * Makefile (dist): Copy texindex.c and makeinfo.c.
5534 Limit elisp-* files to those with one or two digits.
5535
5536Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5537
5538 * Makefile (dist): Changed to use Gzip instead of compress.
5539
5540Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5541
5542 * loading.texi (Unloading): define-function changed back to
5543 defalias. It may not stay this way, but at least it's
5544 consistent with the known-good version of the code patch.
5545
5546Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5547
5548 * modes.texi (Hooks): Document new optional arg of add-hook.
5549
5550Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5551
d1f08d85 5552 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
5553
5554 * tips.texi: Add new section on standard library headers.
5555
5556Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5557
5558 * Makefile (srcs): Add frame.texi to the list of sources.
5559
5560Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5561
5562 * Makefile (dist): Don't bother excluding autosave files; they'll
5563 never make it into the temp directory anyway, and the hash marks
5564 in the name are problematic for make and the Bourne shell.
dff28924 5565 (srcs):
94ec544d
DL
5566
5567Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5568
d1f08d85 5569 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
5570 the distribution tar file.
5571
dff28924 5572Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
5573
5574 * Makefile (srcs): Added index.perm.
5575 (elisp.dvi): Remove erroneous shell comment.
5576 Expect output of permute-index in permuted.fns.
5577 Save old elisp.aux in elisp.oaux.
5578 (clean): Added index.texi to be deleted.
5579
dff28924 5580Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5581
5582 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5583
dff28924 5584Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d 5585
6db11765 5586 * files.texi: Noted that completion-ignored-extensions is ignored
94ec544d
DL
5587 when making *Completions*.
5588
5589Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5590
5591 * Makefile make dist now depends on elisp.dvi, since it tries
5592 to include it in the dist file.
5593
dff28924 5594Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
5595
5596 * functions.texinfo (Mapping Functions): Add missing quote
5597
dff28924 5598Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5599
5600 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5601 (defunargs): Turn off \hyphenchar of \sl font temporarily.
5602
dff28924 5603Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5604
5605 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5606 and @error{} are the terms now being used. The files in the
5607 directory have been changed to reflect this.
5608
d1f08d85 5609 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
5610 ` @result{}', using 5 spaces at the begining of the line.
5611
dff28924 5612Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5613
5614 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5615 experimental @indentedresult{}, @indentedexpandsto{} are part of
5616 the texinfo.tex in this directory. These TeX macros are not
5617 stable yet.
5618
dff28924 5619Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d 5620
6db11765 5621 * texinfo.tex: Temporarily added
d1f08d85 5622 \let\result=\dblarrow
94ec544d
DL
5623 \def\error{{\it ERROR} \longdblarrow}
5624 We need to do this better soon.
5625
dff28924 5626Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5627
5628 * Applied Karl Berry's patches to *.texinfo files, but not to
9b7fa297 5629 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
94ec544d
DL
5630 new title page format is also not applied, since it requires
5631 texinfo.tex changes.)
5632
5633 * Cleaned up `Makefile' and defined the `emacslibdir' directory
5634 for the Project GNU development environment.
5635
ad050e54 5636;; Local Variables:
fd026ee1 5637;; coding: iso-2022-7bit
33462dfa 5638;; add-log-time-zone-rule: t
ad050e54 5639;; End:
2a34a036 5640
651f374c 5641 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
de529e21 5642 2005, 2006, 2007 Free Software Foundation, Inc.
2a34a036
GM
5643 Copying and distribution of this file, with or without modification,
5644 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
5645
5646;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda