*** empty log message ***
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
5a842fda
EZ
12007-03-31 Eli Zaretskii <eliz@gnu.org>
2
3 * elisp.texi (Top): Postscript -> PostScript.
4
5 * display.texi (Images, Postscript Images): Postscript -> PostScript.
6
89a4f43f
EZ
72007-03-31 Markus Triska <markus.triska@gmx.at>
8
9 * internals.texi (Writing Emacs Primitives): Untabify `For'.
10
a4c5b42a
KB
112007-03-30 Karl Berry <karl@gnu.org>
12
13 * lists.texi (List-related Predicates): Remove spurious @need.
14 (Setcdr): Use @smallexample to improve page break.
15 (Association Lists) <assoc>: Reword to improve page break.
16
17 * strings.texi (String Conversion): Insert blank line to improve
18 page break.
19
20 * numbers.texi (Random Numbers): Use @minus{}.
21 (Math Functions): Use @minus{}.
22
23 * intro.texi (Acknowledgements): Avoid line breaks before middle
24 initials.
25
61880ffe
EZ
262007-03-24 Eli Zaretskii <eliz@gnu.org>
27
28 * errors.texi (Standard Errors): Add an index entry.
29
705959fc
RS
302007-03-19 Richard Stallman <rms@gnu.org>
31
32 * os.texi (Recording Input): recent-keys now gives 300 keys.
33
7ad42042
GM
342007-03-12 Glenn Morris <rgm@gnu.org>
35
36 * os.texi: Replace "daylight savings" with "daylight saving"
37 throughout.
38
47ccd97c
RS
392007-03-05 Richard Stallman <rms@gnu.org>
40
41 * variables.texi (File Local Variables): Update
42 enable-local-variables values.
43
d89abe75
RS
442007-03-04 Richard Stallman <rms@gnu.org>
45
46 * syntax.texi (Control Parsing): Minor clarification.
47
48 * strings.texi (Formatting Strings): Clarify width, precision, flags.
49
50 * sequences.texi (Sequence Functions): Move string-bytes away,
51 add xref.
52
53 * nonascii.texi (Text Representations): Move string-bytes here.
54
55 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
56
57 * minibuf.texi (Basic Completion): Minor clarification.
58
59 * markers.texi (The Mark): Clarify existence vs activation of mark.
60 Other cleanup.
61
62 * display.texi (Finding Overlays): Write better example.
63
64 * compile.texi (Eval During Compile): Clarify putting macros
65 in eval-when-compile.
66
70614fa4
VJL
672007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
68
69 * loading.texi (How Programs Do Loading): Fix anchor position at
70 load-read-function definition doc. (tiny change)
71
dfb1e36c
KS
722007-02-21 Kim F. Storm <storm@cua.dk>
73
74 * strings.texi (Text Comparison): Mention that assoc-string
75 converts symbols to strings before testing.
76
255d98f8
KS
772007-02-17 Kim F. Storm <storm@cua.dk>
78
79 * processes.texi (Bindat Spec): Vector types can have optional
80 element type.
81 (Bindat Examples): Fix example. Add vector with element type.
82
52b2c096
AS
832007-02-16 Andreas Schwab <schwab@suse.de>
84
85 * strings.texi (Formatting Strings): Document '+' flag.
86
8bec6ac5
JB
872007-02-15 Juanma Barranquero <lekktu@gmail.com>
88
89 * strings.texi (Modifying Strings): Clarify that `clear-string'
90 always converts the string to unibyte.
91
428807ea
KS
922007-02-14 Kim F. Storm <storm@cua.dk>
93
94 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
95 Rewrite glyph code description to refer to these functions.
96 Remove details of encoding face number and char into integer code.
97
fad24301
AM
982007-02-03 Alan Mackenzie <acm@muc.de>
99
100 * loading.texi (Hooks for Loading): Make the description of
101 `eval-after-load' more detailed, and amend the description of
102 after-load-alist, in accordance with changes from 2006-05.
103
632a4cc7
CY
1042007-02-03 Chong Yidong <cyd@stupidchicken.com>
105
106 * modes.texi (Defining Minor Modes): Document that a :require
107 keyword or similar may be required to make saved customization
108 variables work.
109
35dda13e
EZ
1102007-02-03 Eli Zaretskii <eliz@gnu.org>
111
112 * elisp.texi (Top): Make the detailed menu headers compliant with
113 Texinfo guidelines and with what texnfo-upd.el expects. Add
114 comments to prevent people from inadvertently modifying the key
115 parts needed by `texinfo-multiple-files-update'.
116
cf8b92db
EZ
1172007-02-02 Eli Zaretskii <eliz@gnu.org>
118
71ed83ca
EZ
119 * elisp.texi (Top): Update the top-level menus.
120
cf8b92db
EZ
121 * syntax.texi (Categories): Add index entries.
122
f2c661c4
JB
1232007-02-01 Juanma Barranquero <lekktu@gmail.com>
124
125 * display.texi (Attribute Functions): Fix name and description of
126 the UNDERLINE arg of `set-face-underline-p'.
127
cb5918d9
EZ
1282007-01-29 Eli Zaretskii <eliz@gnu.org>
129
ed4af17b
EZ
130 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
131 Variables", and "Standard Keymaps" to the detailed menu.
132
cb5918d9
EZ
133 * variables.texi (Future Local Variables): Add index entry.
134
d9380425
RS
1352007-01-28 Richard Stallman <rms@gnu.org>
136
137 * tips.texi (Coding Conventions): Clarify the tip about macros
138 that define a function or a variable.
139
140 * files.texi (File Attributes): UID and GID can be floats.
141 (Magic File Names): Explain why deferring all operations to
142 the standard handler does not work.
143
bfb2471c
MR
1442007-01-23 Martin Rudalics <rudalics@gmx.at>
145
146 * backups.texi (Reverting): Use "buffer" instead of "file"
147 when talking about major and minor modes.
148
4e37c526
RS
1492007-01-21 Richard Stallman <rms@gnu.org>
150
151 * help.texi (Documentation): Add xref to Documentation Tips.
152
de529e21
JB
1532007-01-14 Juanma Barranquero <lekktu@gmail.com>
154
155 * tips.texi (Coding Conventions): Fix typos.
156
cc7ff062
RS
1572007-01-05 Richard Stallman <rms@gnu.org>
158
159 * modes.texi (Defining Minor Modes): Fix previous change.
160
cd35741d
RS
1612007-01-03 Richard Stallman <rms@gnu.org>
162
de529e21 163 * customize.texi (Variable Definitions, Customization Types):
cd35741d
RS
164 Don't use * in doc string for defcustom.
165
a6c327a8
RS
1662007-01-02 Richard Stallman <rms@gnu.org>
167
168 * variables.texi (Variable Aliases): Clarify that aliases vars
169 always have the same value.
170
171 * processes.texi (Bindat Spec): Fix Texinfo usage.
172
173 * modes.texi (Defining Minor Modes): Explain effect of command
174 defined with define-global-minor-mode on new buffers.
175
249844e0
KS
1762006-12-30 Kim F. Storm <storm@cua.dk>
177
178 * keymaps.texi (Tool Bar): Describe `grow-only' value of
179 `auto-resize-tool-bars'.
180
32f65366
RS
1812006-12-30 Richard Stallman <rms@gnu.org>
182
183 * keymaps.texi (Active Keymaps): Fix previous change.
184
8d3f955b
NR
1852006-12-30 Nick Roberts <nickrob@snap.net.nz>
186
187 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
188
f083f9ca
KS
1892006-12-30 Kim F. Storm <storm@cua.dk>
190
191 * processes.texi (Bindat Spec): Clarify using field names in
192 length specifications.
193
8f2b5ec6
KS
1942006-12-29 Kim F. Storm <storm@cua.dk>
195
196 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
197 Add count and index variables for eval forms in repeat blocks.
198
d78b75dd
RS
1992006-12-24 Richard Stallman <rms@gnu.org>
200
201 * customize.texi (Variable Definitions): Document
202 new name custom-add-frequent-value.
203
36ff6d6f
KS
2042006-12-19 Kim F. Storm <storm@cua.dk>
205
206 * commands.texi (Misc Events): User signals now result in sigusr1
207 and sigusr2 events which are handled through special-event-map.
208 (Special Events): User signals and drag-n-drop are special.
209
294f1c39
RS
2102006-12-17 Richard Stallman <rms@gnu.org>
211
303958a9
RS
212 * loading.texi (Named Features): Explain subfeatures better.
213
214 * customize.texi: Use "option" only for user options.
215 For the keyword values inside defcustom etc, say "keywords".
216 For :options value's elements, say "elements".
217 :group should not be omitted.
218
fe963f84
RS
219 * syntax.texi (Parsing Expressions): Split up node.
220 (Motion via Parsing, Position Parse, Parser State)
221 (Low-Level Parsing, Control Parsing): New subnodes.
222 (Parser State): Document syntax-ppss-toplevel-pos.
223
224 * positions.texi (List Motion): Punctuation fix.
225
294f1c39
RS
226 * files.texi (File Name Completion): Document PREDICATE arg
227 to file-name-completion.
228
6d95228d
EZ
2292006-12-16 Eli Zaretskii <eliz@gnu.org>
230
de529e21
JB
231 * internals.texi (Building Emacs, Writing Emacs Primitives):
232 Add index entries.
6d95228d 233
4de0c73c
RS
2342006-12-11 Richard Stallman <rms@gnu.org>
235
236 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
237 affects face menu. Explain how to make it non-nil without enabling
238 any fontification.
239
31689f89
CY
2402006-12-10 Chong Yidong <cyd@stupidchicken.com>
241
242 * modes.texi (Font Lock Basics): Document nil value of
243 font-lock-defaults.
244
8d4a66af
GM
2452006-12-10 Glenn Morris <rgm@gnu.org>
246
247 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
9e7287f4
GM
248 value for system-flag argument. Abbrev tables may not be empty
249 when major modes are loaded.
8d4a66af 250
d6598d46
JB
2512006-12-08 Juanma Barranquero <lekktu@gmail.com>
252
253 * makefile.w32-in (maintainer-clean): Partially revert last
254 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
255 to protect elisp-covers.texi.
256
c6883bfc
JB
2572006-12-07 Juanma Barranquero <lekktu@gmail.com>
258
259 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
260 Don't remove elisp* info files; they are already deleted by the
261 `clean' and `distclean' targets, and they are in the $(infodir)
262 directory, not the current one.
263
9d8b24a2
KS
2642006-12-04 Kim F. Storm <storm@cua.dk>
265
266 * commands.texi (Misc Events): Update signal events.
267 (Event Examples): Add signal example.
268
04c21c78
RS
2692006-11-29 Richard Stallman <rms@gnu.org>
270
271 * frames.texi (Visibility of Frames): Explain visible windows
272 can be covered by others. Add xref for raise-frame.
273
7bc297d7
RS
2742006-11-28 Richard Stallman <rms@gnu.org>
275
276 * searching.texi (Regexp Special): Update when ^ is special.
277
340d34a5
EZ
2782006-11-27 Eli Zaretskii <eliz@gnu.org>
279
280 * customize.texi (Customization, Common Keywords)
281 (Group Definitions, Variable Definitions, Composite Types)
282 (Type Keywords, Customization Types): Add index entries for
283 various customization keywords.
284
6b28caea
SM
2852006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
286
287 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
288
b9660a6f
JD
2892006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
290
291 * frames.texi (Window System Selections): Remove clipboard from
292 description of selection-coding-system.
293
e5c12c7d
RS
2942006-11-06 Richard Stallman <rms@gnu.org>
295
296 * lists.texi (List Variables): Document COMPARE-FN.
297
298 * keymaps.texi: Avoid use of "binding" to mean a relation;
33462dfa 299 use it only to refer to the meaning associated with a key.
e5c12c7d 300 (Keymaps): Change menu node description.
33462dfa 301
e5c12c7d
RS
302 * elisp.texi (Top): Change menu node description.
303
304 * display.texi (Managing Overlays): Document overlay-recenter.
305
b4e4dc3c
CY
3062006-10-29 Chong Yidong <cyd@stupidchicken.com>
307
308 * Makefile.in: Use relative paths to avoid advertising filesystem
309 contents during compilation.
310
300734d7
KS
3112006-10-23 Kim F. Storm <storm@cua.dk>
312
313 * commands.texi (Event Input Misc): Update unread-command-events.
314
aa02da7a
NR
3152006-10-23 Nick Roberts <nickrob@snap.net.nz>
316
317 * lists.texi (Sets And Lists): Fix typos.
318
6db11765
JB
3192006-10-18 Juanma Barranquero <lekktu@gmail.com>
320
321 * control.texi (Processing of Errors): Use @var for an argument,
322 not @code.
323
ff53796b
RS
3242006-10-16 Richard Stallman <rms@gnu.org>
325
326 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
327
328 * keymaps.texi (Format of Keymaps): Show all the keymap element
329 patterns that result from menu items.
330 (Key Lookup): Minor cleanups.
331
332 * modes.texi (Precalculated Fontification): Don't say that
333 not setting font-lock-defaults avoids loading font-lock.
334
335 * help.texi (Documentation): Move xref to Emacs Manual here.
336 (Documentation Basics): From here.
337 Also doc emacs-lisp-docstring-fill-column.
338
339 * elisp.texi: Update version and ISBN.
340
341 * commands.texi (Interactive Call): Clarify KEYS arg to
342 call-interactively is a vector.
343 (Command Loop Info): Delete anchor in this-command-keys.
344 Add anchor in this-command-keys-vector.
345 (Recursive Editing): Document how recursive-edit
346 handles the current buffer.
347
bb5da5be
CY
3482006-10-13 Chong Yidong <cyd@stupidchicken.com>
349
350 * frames.texi (Frame Titles): %c and %l are ignored in
351 frame-title-format.
352
8972d253
RS
3532006-10-11 Richard Stallman <rms@gnu.org>
354
355 * keymaps.texi (Key Sequences): Clarify use of kbd.
356
3075e881
KS
3572006-10-10 Kim F. Storm <storm@cua.dk>
358
359 * lists.texi (Sets And Lists): Add memql.
360
01993898
RS
3612006-10-03 Richard Stallman <rms@gnu.org>
362
363 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
364 Clarify :ascii: and :nonascii:.
365
f9df5f68
JL
3662006-09-29 Juri Linkov <juri@jurta.org>
367
368 * modes.texi (%-Constructs): Reorder coding systems in the
369 documentation of %z to the real order displayed in the modeline.
370
98259f08
RS
3712006-09-25 Richard Stallman <rms@gnu.org>
372
373 * os.texi (Timers): Describe timer-max-repeats.
374
2d56beed
CY
3752006-09-25 Chong Yidong <cyd@stupidchicken.com>
376
377 * os.texi (Timers): Mention with-local-quit.
378
45c912f2
RS
3792006-09-24 Richard Stallman <rms@gnu.org>
380
381 * searching.texi (Searching and Matching): Mention property search.
382
383 * commands.texi (Command Loop Info): Explain how read-event affects
384 this-command-keys.
385
aa256798
RS
3862006-09-20 Richard Stallman <rms@gnu.org>
387
45c912f2
RS
388 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
389
aa256798
RS
390 * windows.texi (Window Start): Minor cleanups.
391
a4df1f8b
KS
3922006-09-20 Kim F. Storm <storm@cua.dk>
393
394 * windows.texi (Window Start): pos-visible-in-window-p allows
395 specifying t for position to mean "end of window".
396 Add window-line-height.
397
398 * anti.texi (Antinews): Mention window-line-height.
399
74686736
DK
4002006-09-19 David Kastrup <dak@gnu.org>
401
402 * keymaps.texi (Searching Keymaps): Small clarification.
403
a0c489f1
RS
4042006-09-18 Richard Stallman <rms@gnu.org>
405
2a27a16b
RS
406 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
407 cause keyboard menus.
408 (Menu Keymaps): Likewise.
409 (Defining Menus, Keyboard Menus): Clarify.
410
a0c489f1
RS
411 * text.texi (Fields): Clarify explanation of constrain-to-field.
412
1e9265dd
EZ
4132006-09-16 Eli Zaretskii <eliz@gnu.org>
414
415 * variables.texi (Tips for Defining): Fix a typo.
416
74f526f3
RS
4172006-09-15 Richard Stallman <rms@gnu.org>
418
419 * keymaps.texi (Remapping Commands, Searching Keymaps)
420 (Active Keymaps): Clean up previous change.
421
45a2056c
JB
4222006-09-15 Jay Belanger <belanger@truman.edu>
423
424 * gpl.texi: Replace "Library Public License" by "Lesser Public
425 License" throughout.
426
b74e16a3
DK
4272006-09-15 David Kastrup <dak@gnu.org>
428
429 * keymaps.texi (Active Keymaps): Adapt description to use
430 `get-char-property' instead `get-text-property'. Explain how
431 mouse events change this. Explain the new optional argument of
432 `key-binding' and its mouse-dependent lookup.
74f526f3 433 (Searching Keymaps): Adapt description similarly.
74686736
DK
434 (Remapping Commands): Explain the new optional argument of
435 `command-remapping'.
b74e16a3 436
18d55b24
RS
4372006-09-14 Richard Stallman <rms@gnu.org>
438
439 * keymaps.texi (Searching Keymaps): Clarification.
440 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
441
4422006-09-13 Richard Stallman <rms@gnu.org>
443
444 * objects.texi (Character Type): Node split.
445 Add xref to Describing Characters.
446 (Basic Char Syntax, General Escape Syntax)
447 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
448
8b170b82
RS
4492006-09-11 Richard Stallman <rms@gnu.org>
450
451 * display.texi (Display Table Format): Wording clarification.
c5b0bab9 452 (Glyphs): Clarifications.
8b170b82 453
3250aca2
CY
4542006-09-10 Chong Yidong <cyd@stupidchicken.com>
455
456 * keymaps.texi (Active Keymaps): Mention that key-binding checks
457 local maps.
458
606fd469
KS
4592006-09-10 Kim F. Storm <storm@cua.dk>
460
461 * display.texi (Forcing Redisplay): Document return value of
462 function redisplay.
463
755b2209
RS
4642006-09-09 Richard Stallman <rms@gnu.org>
465
1d7b95f5
RS
466 * windows.texi (Window Hooks): Explain limits of
467 window-scroll-functions.
468
755b2209
RS
469 * display.texi (Fringe Indicators): Update for last change in
470 indicate-buffer-boundaries.
471
af09dd78
RS
4722006-09-08 Richard Stallman <rms@gnu.org>
473
474 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
475
2010a78c
KS
4762006-09-06 Kim F. Storm <storm@cua.dk>
477
bdd26918
KS
478 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
479
2010a78c
KS
480 * windows.texi (Window Start): Update pos-visible-in-window-p.
481
bae12237
RS
4822006-09-04 Richard Stallman <rms@gnu.org>
483
484 * processes.texi (Accepting Output): Explain SECONDS=0 for
485 accept-process-output.
486
487 * os.texi (Idle Timers): Explain why timer functions should not
488 loop until (input-pending-p).
489
ebc80ddf
EZ
4902006-09-02 Eli Zaretskii <eliz@gnu.org>
491
492 * makefile.w32-in (usermanualdir): New variable.
493 (elisp.dvi): Use it.
494
a66d9563
EZ
4952006-09-01 Eli Zaretskii <eliz@gnu.org>
496
497 * buffers.texi (Buffer Modification): Fix last change.
498
5a8f5165
CY
4992006-09-01 Chong Yidong <cyd@stupidchicken.com>
500
501 * buffers.texi (Buffer Modification): Document
502 buffer-chars-modified-tick.
503
80e0572b
RS
5042006-08-31 Richard Stallman <rms@gnu.org>
505
506 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
507
5082006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
931d878d
SM
509
510 * modes.texi (Syntactic Font Lock):
80e0572b
RS
511 Mention font-lock-syntactic-face-function
512 instead of specific faces.
931d878d 513
bda420a3
CY
5142006-08-29 Chong Yidong <cyd@stupidchicken.com>
515
516 * display.texi (Images): Add xrref to display-images-p.
517
c6f8bb3a
KH
5182006-08-28 Kenichi Handa <handa@m17n.org>
519
520 * nonascii.texi (Lisp and Coding Systems): Fix description of
521 detect-coding-region.
522
7a210b69
MB
5232006-08-27 Michael Olson <mwolson@gnu.org>
524
525 * processes.texi (Transaction Queues): Remove stray quote
526 character.
527
3e04a8fc
RS
5282006-08-25 Richard Stallman <rms@gnu.org>
529
530 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
531 Add xref.
532
fda97484
CY
5332006-08-24 Chong Yidong <cyd@stupidchicken.com>
534
535 * os.texi (Timers): Avoid waiting inside timers.
536
3e46b34c
LK
5372006-08-21 Lute Kamstra <lute@gnu.org>
538
539 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
540
ce629713
RS
5412006-08-20 Richard Stallman <rms@gnu.org>
542
543 * os.texi (Idle Timers): New node, split out from Timers.
544 Document current-idle-time.
545 * commands.texi (Reading One Event): Update xref.
546 * elisp.texi (Top): Update subnode menu.
547
3cb74cd1
RS
5482006-08-16 Richard Stallman <rms@gnu.org>
549
550 * keymaps.texi (Extended Menu Items): Show format of cached
551 bindings in extended menu items.
552
553 * customize.texi (Variable Definitions): Explain when the
554 standard value expression is evaluated.
555
7e188449
CY
5562006-08-15 Chong Yidong <cyd@stupidchicken.com>
557
558 * commands.texi (Reading One Event): Explain idleness in
559 `read-event'.
560
b8f5396a
CY
5612006-08-12 Chong Yidong <cyd@stupidchicken.com>
562
563 * text.texi (Near Point): Say "cursor" not "terminal cursor".
564 (Commands for Insertion): Removed split-line since it's not
565 relevant for Lisp programming.
566 (Yank Commands): Rewrite introduction.
567 (Undo): Clarify.
568 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
569 (Filling): Remove redundant comment. Clarify return value of
570 current-justification.
571 (Margins): Minor clarifications.
572 (Adaptive Fill): Update default value of adaptive-fill-regexp.
573 (Sorting): Update definition of sort-lines.
574 (Columns): Clarify behavior of sort-columns.
575 (Indent Tabs): Link to Tab Stops in Emacs manual.
576 (Special Properties): Clarify.
577 (Clickable Text): Mention Buttons package.
578
0c80afbd
EZ
5792006-08-12 Kevin Ryde <user42@zip.com.au>
580
581 * os.texi (Time Parsing): Add %z to description of
582 format-time-string, as per docstring. Add cross reference to
583 glibc manual for strftime.
584
02a2b2ad
RS
5852006-08-08 Richard Stallman <rms@gnu.org>
586
587 * modes.texi: Clean up wording in previous change.
588
34e5974a
CY
5892006-08-07 Chong Yidong <cyd@stupidchicken.com>
590
591 * modes.texi (Hooks): Clarify.
592 (Major Mode Basics): Mention define-derived-mode explicitly.
593 (Major Mode Conventions): Rebinding RET is OK for some modes.
594 Mention change-major-mode-hook and after-change-major-mode-hook.
595 (Example Major Modes): Moved to end of Modes section.
596 (Mode Line Basics): Clarify.
597 (Mode Line Data): Mention help-echo and local-map in strings.
598 Explain reason for treatment of non-risky variables.
599 (Properties in Mode): Clarify.
600 (Faces for Font Lock): Add font-lock-negation-char-face.
601
65c6c6b6
EZ
6022006-08-04 Eli Zaretskii <eliz@gnu.org>
603
604 * strings.texi (Formatting Strings): Warn against arbitrary
605 strings as first arg to `format'.
606
fc0ba1d0
TTN
6072006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
608
609 * text.texi (Clickable Text): Mention `help-echo' text property.
610 Update intro, examples and associated explanations.
611
a3483884
RS
6122006-07-31 Richard Stallman <rms@gnu.org>
613
614 * commands.texi: Update xrefs.
615 (Event Mod): New node, cut out from old Translating Input.
616
617 * maps.texi: Update xrefs.
fc0ba1d0 618
a3483884
RS
619 * keymaps.texi (Translation Keymaps): New node.
620 Update xrefs from Translating Input to Translation Keymaps.
fc0ba1d0 621
a3483884
RS
622 * elisp.texi (Top): Update subnode menu.
623
624 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
625
626 * os.texi (System Interface): Fix menu descriptions of some nodes.
627 (Translating Input): Node deleted.
fc0ba1d0 628
ec777101
NR
6292006-07-31 Nick Roberts <nickrob@snap.net.nz>
630
8d3f955b 631 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
ec777101
NR
632
633 * lists.texi (Sets And Lists): Likewise.
634
0f42ea76
TTN
6352006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
636
637 * text.texi (Fields): Mention POS
638 requirement when narrowing is in effect.
639
eb107d09
RS
6402006-07-28 Richard Stallman <rms@gnu.org>
641
0de8dcc9
RS
642 * display.texi (Face Attributes): Simplify wording.
643 (Attribute Functions): Clarify meaning of new-frame default
644 attribute settings.
645
eb107d09
RS
646 * customize.texi (Common Keywords): Document how to use
647 :package-version in a package not in Emacs.
648
d7fb9e6c
KS
6492006-07-28 Kim F. Storm <storm@cua.dk>
650
651 * commands.texi (Reading One Event): Fix last change.
652
c1c3d4f7
CY
6532006-07-26 Chong Yidong <cyd@stupidchicken.com>
654
655 * commands.texi (Reading One Event): Document SECONDS argument for
656 read-event, read-char, and read-char-exclusive.
657
94b39239
SM
6582006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
659
660 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
661 to ensure correct identification.
662
1cff9220
RS
6632006-07-24 Richard Stallman <rms@gnu.org>
664
5ac64732
RS
665 * text.texi (Clickable Text): Clarify.
666
1cff9220
RS
667 * sequences.texi (Vector Functions): Delete duplicate xref.
668
669 * objects.texi (Function Type): Clarify.
670
671 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
672 modes.
673
674 * lists.texi (List Variables): New node.
675 Material moved from other nodes.
676
677 * variables.texi (Setting Variables): add-to-list and
678 add-to-ordered-list moved to List Variables node.
679
38db29e0
TTN
6802006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
681
682 * text.texi (Links and Mouse-1):
683 For mouse-on-link-p, expand on arg POS.
684
9e4101b2
KS
6852006-07-21 Kim F. Storm <storm@cua.dk>
686
687 * display.texi (Forcing Redisplay): Don't mention systems which
688 don't support sub-second timers for redisplay-preemption-period.
689
690 * os.texi (Terminal Output): Clarify text vs graphical terminal.
691
cc539208
EZ
6922006-07-21 Eli Zaretskii <eliz@gnu.org>
693
694 * frames.texi (Input Focus): Document that focus-follows-mouse has
695 no effect on MS-Windows.
696
c29fbc93
RS
6972006-07-18 Richard Stallman <rms@gnu.org>
698
1ef252f6
RS
699 * display.texi (Forcing Redisplay): Cleanups in previous change.
700
c29fbc93
RS
701 * processes.texi (Low-Level Network): Make menu more convenient.
702
5b5fca28
KS
7032006-07-18 Kim F. Storm <storm@cua.dk>
704
2d545d83
KS
705 * display.texi (Forcing Redisplay): redisplay-preemption-period
706 only used on window systems. Add xref to Terminal Output.
707
708 * os.texi (Terminal Output): baud-rate only controls preemption on
709 non-window systems. Add xref to Forcing Redisplay.
710
5b5fca28
KS
711 * processes.texi (Low-Level Network): Rename node "Make Network"
712 to "Network Processes".
713
42995636
KB
7142006-07-18 Karl Berry <karl@gnu.org>
715
5b5fca28
KS
716 * variables.texi, functions.texi, customize.texi, loading.texi:
717 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
42995636 718
e1842332
CY
7192006-07-17 Chong Yidong <cyd@stupidchicken.com>
720
721 * commands.texi (Waiting): Document batch-mode sit-for behavior.
722
daeeeffc
RS
7232006-07-17 Richard Stallman <rms@gnu.org>
724
7c0c29ee
RS
725 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
726 Put period and comma inside quotes.
5b5fca28 727
7c0c29ee
RS
728 * loading.texi, markers.texi: Use real doublequote inside menus.
729
730 * windows.texi: Put point and comma inside quotes.
731 (Textual Scrolling): Use @samp for error message.
732
5b5fca28
KS
733 * variables.texi, tips.texi, syntax.texi, symbols.texi:
734 * strings.texi, streams.texi, processes.texi, os.texi:
7c0c29ee
RS
735 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
736 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5b5fca28
KS
737 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
738 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7c0c29ee 739 Put point and comma inside quotes.
5b5fca28 740
05bdf2d7
RS
741 * control.texi (Processing of Errors): Add command-error-function.
742
daeeeffc
RS
743 * variables.texi (File Local Variables): Clarify that
744 file local variables make buffer-local bindings.
745
746 * modes.texi (Syntactic Font Lock): Give default for
747 font-lock-syntax-table.
748
7e1c1289
NR
7492006-07-17 Nick Roberts <nickrob@snap.net.nz>
750
751 * text.texi (Special Properties): Clean up previous change.
752
912c7235
KB
7532006-07-16 Karl Berry <karl@gnu.org>
754
5b5fca28
KS
755 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
756 * control.texi: Fix bad page breaks through chapter 10 (control).
ece35e15 757
5b5fca28 758 * anti.texi (Antinews): Reorder face-attribute fns to avoid
912c7235
KB
759 underfull hbox.
760
54b7938f
NR
7612006-07-15 Nick Roberts <nickrob@snap.net.nz>
762
763 * text.texi (Special Properties): Describe fontified text property
764 in relation to a character (not text).
765
3f11901a
KS
7662006-07-15 Kim F. Storm <storm@cua.dk>
767
0864179a
KS
768 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
769 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
770 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
771
3f11901a
KS
772 * anti.texi (Antinews): Mention redisplay function.
773 The kbd macro existed, but was not documented, before 22.x.
774 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
775
b4f62d0a
NR
7762006-07-14 Nick Roberts <nickrob@snap.net.nz>
777
778 * display.texi (Displaying Messages): Add anchor.
779
780 * frames.texi (Dialog Boxes): Use it.
781
2c6e026a
RS
7822006-07-12 Richard Stallman <rms@gnu.org>
783
784 * objects.texi (Frame Type): Explain nature of frames better.
785
786 * frames.texi (Frames): Explain nature of frames better.
787
7882006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
789
790 * tips.texi (Coding Conventions): Explain why use cl at compile time.
791
099d4201
YM
7922006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
793
794 * frames.texi (Window System Selections): Mention scrap support for Mac.
795 Default value of x-select-enable-clipboard is t on Mac.
796
797 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
798
ff97f952
KS
7992006-07-11 Kim F. Storm <storm@cua.dk>
800
801 * display.texi (Forcing Redisplay): Add `redisplay' function.
802 Don't mention (sit-for -1) -- use (redisplay t) instead.
803
804 * commands.texi (Waiting): (sit-for -1) is no longer special.
805 (sit-for 0) is equivalent to (redisplay).
806 Iconifying/deiconifying no longer makes sit-for return.
807
a183016f
NR
8082006-07-10 Nick Roberts <nickrob@snap.net.nz>
809
810 * display.texi (Buttons): Fix typo.
811
812 * index.texi, elisp.texi (New Symbols): Comment node out.
813
b86be617
RS
8142006-07-09 Richard Stallman <rms@gnu.org>
815
816 * display.texi (Truncation): Clean up previous change.
817
3aa7c28e
RS
8182006-07-08 Richard Stallman <rms@gnu.org>
819
820 * commands.texi (Interactive Call): Use 3 as prefix in example
821 for execute-extended-command.
822
823 * display.texi (Attribute Functions): Move paragraph about
824 compatibility with Emacs < 21.
825
5a1048a5
KS
8262006-07-09 Kim F. Storm <storm@cua.dk>
827
828 * display.texi (Refresh Screen): Clarify force-window-update.
829 (Truncation): "Normally" indicated by fringe arrows.
830
89fb9154
EZ
8312006-07-08 Eli Zaretskii <eliz@gnu.org>
832
5a1048a5
KS
833 * windows.texi (Textual Scrolling, Resizing Windows):
834 * variables.texi (Constant Variables):
89fb9154
EZ
835 * text.texi (Buffer Contents, Deletion, Changing Properties)
836 (Property Search, Special Properties, Sticky Properties)
5a1048a5 837 (Links and Mouse-1, Fields, Change Hooks):
89fb9154 838 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5a1048a5
KS
839 (Categories):
840 * symbols.texi (Other Plists):
841 * streams.texi (Output Variables):
842 * processes.texi (Input to Processes, Query Before Exit):
843 * positions.texi (Word Motion, Text Lines, List Motion):
89fb9154 844 * os.texi (Init File, System Environment, Sound Output)
5a1048a5 845 (Session Management):
89fb9154 846 * nonascii.texi (Text Representations, Character Sets)
5a1048a5
KS
847 (Chars and Bytes, Locales):
848 * modes.texi (Defining Minor Modes, Header Lines):
849 * minibuf.texi (Minibuffer Contents):
850 * markers.texi (Information from Markers):
851 * lists.texi (List Elements, Building Lists, Association Lists):
852 * keymaps.texi (Tool Bar):
853 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
854 * functions.texi (What Is a Function, Mapping Functions):
89fb9154
EZ
855 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
856 (Color Names, Text Terminal Colors, Display Feature Testing):
857 * files.texi (Visiting Functions, File Name Components)
5a1048a5 858 (Unique File Names, Contents of Directories):
89fb9154
EZ
859 * display.texi (Forcing Redisplay, Displaying Messages)
860 (Temporary Displays, Font Selection, Auto Faces)
861 (Font Lookup, Fringe Indicators, Display Margins)
862 (Image Descriptors, Showing Images, Image Cache, Button Types)
863 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5a1048a5
KS
864 (Display Table Format, Glyphs):
865 * control.texi (Iteration):
866 * commands.texi (Command Loop Info, Adjusting Point):
08b17d37
KS
867 * backups.texi (Making Backups, Auto-Saving):
868 Remove @tindex entries.
89fb9154 869
7f087030
KS
8702006-07-07 Kim F. Storm <storm@cua.dk>
871
872 * display.texi (Fringe Cursors): Fix typo.
873 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
874 (Overlay Arrow): Default is overlay-arrow fringe indicator.
875
978db147
RS
8762006-07-05 Richard Stallman <rms@gnu.org>
877
878 * text.texi (Buffer Contents): Add example of text props
879 in result of buffer-substring.
880 (Text Properties): Explain better about use of specific property names.
881 (Property Search): Some cleanups; reorder some functions.
882
883 * keymaps.texi (Changing Key Bindings): Cleanup.
884 Add xref to Key Binding Conventions.
885
886 * display.texi (Attribute Functions): Add examples for
887 face-attribute-relative-p.
888
889 * tips.texi (Coding Conventions): Cleanup last change.
890
42b50684
KB
8912006-07-05 Karl Berry <karl@gnu.org>
892
08b17d37
KS
893 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
894 Remove @setchapternewpage odd.
42b50684
KB
895 Result is 1013 pages, down from 1100.
896
08b17d37
KS
897 * anti.texi, customize.texi, display.texi, internals.texi:
898 * minibuf.texi, modes.texi, tips.texi:
9b7fa297 899 Fix overfull/underfull boxes.
42b50684 900
180f018c
TTN
9012006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
902
903 * edebug.texi (Instrumenting):
904 Add Edebug-specific findex for eval-buffer.
905 * loading.texi (Loading):
906 Replace eval-current-buffer with eval-buffer.
907
8e338f7b
EZ
9082006-06-30 Nick Roberts <nickrob@snap.net.nz>
909
910 * locals.texi (Standard Buffer-Local Variables): Update the list
911 of variables.
912
0770a251
NR
9132006-06-26 Nick Roberts <nickrob@snap.net.nz>
914
915 * files.texi (File Name Completion): Point user to the node
916 "Reading File Names".
917
d9034473
EZ
9182006-06-24 Eli Zaretskii <eliz@gnu.org>
919
eff6bfea
EZ
920 * files.texi (Contents of Directories): Document case-insensitive
921 behavior on respective filesystems.
922
d9034473
EZ
923 * objects.texi (Character Type): Document that Emacs signals an
924 error for unsupported Unicode characters specified as \uNNNN.
925
a5bd14d3
RS
9262006-06-19 Richard Stallman <rms@gnu.org>
927
928 * processes.texi (Bindat Spec): Clarify previous change.
929
d1ae9041
RS
9302006-06-16 Richard Stallman <rms@gnu.org>
931
932 * tips.texi (Coding Conventions): Better explain conventions
933 for definition constructs.
934
935 * text.texi (Special Properties): String value of `read-only'
936 serves as the error message.
937
938 * objects.texi (Character Type): Clarify prev. change.
939 (Non-ASCII in Strings): Mention \u and \U.
940
941 * commands.texi (Using Interactive): Explain problem of
942 markers, etc., in command-history.
943
1bb32610
KS
9442006-06-14 Kim F. Storm <storm@cua.dk>
945
946 * commands.texi (Waiting): Negative arg to sit-for forces
947 redisplay even if input is pending.
948
949 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
950 redisplay. Remove incorrect example of binding redisplay-dont-pause
951 around (sit-for 0).
952
c7484981
RS
9532006-06-13 Richard Stallman <rms@gnu.org>
954
955 * display.texi (Forcing Redisplay): Clarify previous change.
956
d211faa2
RF
9572006-06-13 Romain Francoise <romain@orebokech.com>
958
959 * display.texi (Forcing Redisplay): Fix typo.
960
8eb2b87f
KS
9612006-06-13 Kim F. Storm <storm@cua.dk>
962
963 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
964
503b5e1c
LT
9652006-06-10 Luc Teirlinck <teirllm@auburn.edu>
966
967 * tips.texi (Coding Conventions): Add `@end itemize'.
968
9e362b84
RS
9692006-06-10 Richard Stallman <rms@gnu.org>
970
971 * tips.texi (Coding Conventions): Explain use of coding systems
972 to ensure one decoding for strings.
973
7cb93181
EZ
9742006-06-09 Aidan Kehoe <kehoea@parhasard.net>
975
9b7fa297 976 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7cb93181
EZ
977 syntax.
978
afd63bda
EZ
9792006-06-07 Eli Zaretskii <eliz@gnu.org>
980
981 * display.texi (Font Selection): Remove description of
982 clear-face-cache.
983
984 * compile.texi (Eval During Compile): Fix a typo. Add index
985 entries for possible uses of eval-when-compile.
986
71ee3e04
TTN
9872006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
988
989 * display.texi (Abstract Display): Fix typo.
990
a941b26b
EZ
9912006-06-03 Eli Zaretskii <eliz@gnu.org>
992
993 * minibuf.texi (Minibuffer History) <history-add-new-input>:
994 Reword variable's description.
995
963128f3
RS
9962006-06-01 Richard Stallman <rms@gnu.org>
997
998 * windows.texi (Splitting Windows): Clarify splitting nonselected
999 window.
1000
82db8fa7
JL
10012006-05-31 Juri Linkov <juri@jurta.org>
1002
1003 * minibuf.texi (Minibuffer History): Add history-add-new-input.
1004
d9e8091d
RS
10052006-05-30 Richard Stallman <rms@gnu.org>
1006
6ac209a3
RS
1007 * display.texi (Line Height): Fix errors in description of
1008 default line height and line-height properyty.
1009
d9e8091d
RS
1010 * nonascii.texi (Default Coding Systems): Further clarification.
1011
93fd6289
LT
10122006-05-29 Luc Teirlinck <teirllm@auburn.edu>
1013
1014 * internals.texi (Pure Storage): Mention that an overflow in pure
1015 space causes a memory leak.
1016 (Garbage Collection): If there was an overflow in pure space,
1017 `garbage-collect' returns nil.
1018
7c42b3e0
EZ
10192006-05-30 Eli Zaretskii <eliz@gnu.org>
1020
1021 * nonascii.texi (Default Coding Systems): Fix it some more.
1022
b8909e88
EZ
10232006-05-29 Eli Zaretskii <eliz@gnu.org>
1024
1025 * nonascii.texi (Default Coding Systems): Fix last change.
1026
6d3906d5
KH
10272006-05-29 Kenichi Handa <handa@m17n.org>
1028
1029 * nonascii.texi (find-operation-coding-system): Describe the new
1030 argument format (FILENAME . BUFFER).
1031
0985f920
RS
10322006-05-28 Richard Stallman <rms@gnu.org>
1033
1034 * tips.texi (Coding Conventions): Better explain reasons not to
1035 advise other packages or use `eval-after-load'.
1036
6c6e0bb4
KS
10372006-05-29 Kim F. Storm <storm@cua.dk>
1038
1039 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
1040 `bindat-idx' and `bindat-raw' for clarity.
1041
096432af
TTN
10422006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1043
b9e17eb3
TTN
1044 * processes.texi (Bindat Spec): Expand on `repeat' handler.
1045
096432af
TTN
1046 * display.texi (Display): Add "Abstract Display" to menu.
1047 (Abstract Display, Abstract Display Functions)
1048 (Abstract Display Example): New nodes.
1049 * elisp.texi (Top): Add "Abstract Display" to menu.
1050
e4b3f22f
CY
10512006-05-27 Chong Yidong <cyd@stupidchicken.com>
1052
917b8227
CY
1053 * keymaps.texi (Key Sequences): Link to input events definition.
1054 (Format of Keymaps): Delete material duplicated in Keymap Basics.
1055
e4b3f22f
CY
1056 * files.texi (Changing Files): Document updated argument list for
1057 copy-file.
1058
f1b64ef1
TTN
10592006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1060
1061 * processes.texi (Bindat Functions): Explain term "total length".
1062 Use it in bindat-length and bindat-pack descriptions.
1063
3d0793e4
EZ
10642006-05-26 Eli Zaretskii <eliz@gnu.org>
1065
1066 * tips.texi (Coding Conventions): Advise against using
1067 eval-after-load in packages. Add an index entry.
1068
abeb5483
JL
10692006-05-25 Juri Linkov <juri@jurta.org>
1070
92aa92fa
JL
1071 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
1072
abeb5483
JL
1073 * modes.texi (%-Constructs): Add %e, %z, %Z.
1074
403a7bca
RS
10752006-05-25 Richard Stallman <rms@gnu.org>
1076
1077 * elisp.texi (Top): Update subnode menu.
1078
1079 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
1080 (Keymaps): Update menu.
1081
39a9bed3
CY
10822006-05-25 Chong Yidong <cyd@stupidchicken.com>
1083
1084 * keymaps.texi (Key Sequences): Some clarifications.
1085
78b3f5c3
TTN
10862006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1087
1088 * processes.texi (Bindat Functions): Say "unibyte string"
1089 explicitly for bindat-unpack and bindat-pack descriptions.
1090 (Bindat Examples): Don't call `string-make-unibyte' in example.
1091
08244b81
CY
10922006-05-25 Chong Yidong <cyd@stupidchicken.com>
1093
1094 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
1095 Explain string and vector representations of key sequences
1096
78b3f5c3
TTN
1097 * keymaps.texi (Changing Key Bindings):
1098 * commands.texi (Interactive Codes, Interactive Codes):
08244b81
CY
1099 * help.texi (Describing Characters): Refer to it.
1100
b370c94d
LT
11012006-05-23 Luc Teirlinck <teirllm@auburn.edu>
1102
1103 * frames.texi (Pointer Shape): @end table -> @end defvar.
1104
b8223441
RS
11052006-05-22 Richard Stallman <rms@gnu.org>
1106
1107 * elisp.texi (Top): Update subnode menus.
1108
1109 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
1110 Contents rewritten; material from old Pointer Shape node moved here.
1111
1112 * display.texi (Pointer Shape): Node deleted.
1113 (Image Descriptors): Minor cleanup.
1114
c18eec5c
RS
11152006-05-21 Richard Stallman <rms@gnu.org>
1116
1117 * syntax.texi (Parsing Expressions): Update info on which STATE
1118 elements are ignored.
1119
9300b310
LT
11202006-05-19 Luc Teirlinck <teirllm@auburn.edu>
1121
86735b2d
LT
1122 * hooks.texi (Standard Hooks): Correct typo.
1123
9300b310
LT
1124 * gpl.texi (GPL): ifinfo -> ifnottex.
1125
75e3b957
EZ
11262006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
1127
1128 * searching.texi (Simple Match Data): Warn about match data being
1129 set anew by every search.
1130
0bcf8735
RS
11312006-05-17 Richard Stallman <rms@gnu.org>
1132
1133 * minibuf.texi (Minibuffer History): Clarify.
1134
1135 * searching.texi (Regexp Special): Clarify nested regexp warning.
1136
b3abe3a5
KS
11372006-05-16 Kim F. Storm <storm@cua.dk>
1138
1139 * minibuf.texi (Minibuffer History): Update add-to-history.
1140
bc20db55
KH
11412006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
1142
1143 * nonascii.texi (Explicit Encoding): Fix
1144 typo (encoding<->decoding).
1145
f31263a4
RS
11462006-05-14 Richard Stallman <rms@gnu.org>
1147
46a2df8e
RS
1148 * buffers.texi (Creating Buffers): Cleanup.
1149
f31263a4
RS
1150 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
1151
1299a5a4
EZ
11522006-05-13 Eli Zaretskii <eliz@gnu.org>
1153
642c61f3
EZ
1154 * buffers.texi (Current Buffer): Document that with-temp-buffer
1155 disables undo.
1156
1299a5a4
EZ
1157 * os.texi (Terminal-Specific): More accurate description of how
1158 Emacs searches for the terminal-specific libraries.
1159
61515a63
EZ
11602006-05-12 Eli Zaretskii <eliz@gnu.org>
1161
b811ef49
EZ
1162 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
1163 emacs-xtra to @inforef's.
1164
4a7910c7
EZ
1165 * text.texi (Undo): Document that undo is turned off in buffers
1166 whose names begin with a space.
1167
1168 * buffers.texi (Buffer Names): Add index entries for buffers whose
1169 names begin with a space.
1170 (Creating Buffers): Document that undo is turned off in buffers
1171 whose names begin with a space.
1172
f055e02c
EZ
1173 * files.texi (Visiting Functions, Reading from Files)
1174 (Saving Buffers): Mention code and EOL conversions by file I/O
1175 primitives and subroutines.
1176
0ef0b416
EZ
1177 * nonascii.texi (Lisp and Coding Systems): Document
1178 coding-system-eol-type. Add index entries for eol conversion.
1179
61515a63
EZ
1180 * display.texi (Defining Faces): Mention `mac', and add an xref to
1181 where window-system is described.
1182
e4c068c0
RS
11832006-05-10 Richard Stallman <rms@gnu.org>
1184
1185 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
1186
31035927
RS
11872006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
1188
1189 * variables.texi (File Local Variables): Recommend to quote lambda
1190 expressions in safe-local-variable property.
1191
f12a0718
RS
11922006-05-09 Richard Stallman <rms@gnu.org>
1193
1194 * variables.texi (File Local Variables): Document
1195 safe-local-eval-forms and safe-local-eval-function.
1196
ed7e6c32
KS
11972006-05-07 Kim F. Storm <storm@cua.dk>
1198
1199 * minibuf.texi (Minibuffer History): Remove keep-dups arg
1200 from add-to-history.
1201
5a36d834
RF
12022006-05-07 Romain Francoise <romain@orebokech.com>
1203
1204 * commands.texi (Event Input Misc):
1205 * compile.texi (Eval During Compile):
1206 * internals.texi (Buffer Internals):
1207 * minibuf.texi (Initial Input):
1208 * nonascii.texi (Scanning Charsets):
1209 * numbers.texi (Comparison of Numbers):
1210 * windows.texi (Textual Scrolling, Vertical Scrolling):
1211 Fix various typos.
1212
fbc284f6
EZ
12132006-05-06 Eli Zaretskii <eliz@gnu.org>
1214
f53d2e87
EZ
1215 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
1216 conditional xref's to either emacs or emacs-xtra, depending on
1217 @iftex/@ifnottex.
1218
fbc284f6
EZ
1219 * minibuf.texi (Minibuffer History): Document add-to-history.
1220
3dfed653
EZ
12212006-05-05 Eli Zaretskii <eliz@gnu.org>
1222
1223 * internals.texi (Pure Storage): Mention the pure overflow message
1224 at startup.
1225
8e7a9a24
EZ
12262006-05-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1227
1228 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
1229 (Searching Keymaps): Fix pseudo-Lisp description of keymap
1230 search.
1231
d0789de9
RS
12322006-05-01 Richard Stallman <rms@gnu.org>
1233
1234 * intro.texi (nil and t): Clarify.
1235
1236 * variables.texi (File Local Variables): Suggest using booleanp.
1237
fc2cb772
JB
12382006-05-01 Juanma Barranquero <lekktu@gmail.com>
1239
1240 * objects.texi (Type Predicates): Fix typos.
1241
27c5714a
SM
12422006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1243
1244 * intro.texi (nil and t): Add booleanp.
1245
1246 * objects.texi (Type Predicates): Add links for booleanp and
1247 string-or-null-p.
1248
eadb9d45
RS
12492006-04-29 Richard Stallman <rms@gnu.org>
1250
27c5714a 1251 * modes.texi (Multiline Font Lock): Rename from
eadb9d45
RS
1252 Multi line Font Lock Elements. Much clarification.
1253 (Font Lock Multiline, Region to Fontify): Much clarification.
1254
7817e3d3
SM
12552006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1256
1257 * variables.texi (File Local Variables): Remove the special case t for
1258 safe-local-variable.
1259
8ac3a455
RS
12602006-04-26 Richard Stallman <rms@gnu.org>
1261
1262 * syntax.texi (Parsing Expressions): Minor cleanup.
1263
290e4aae
RS
12642006-04-18 Richard Stallman <rms@gnu.org>
1265
1266 * tips.texi (Coding Conventions): Explain when the package's
1267 prefix should appear later on (not at the start of the name).
1268
1269 * searching.texi (String Search): Clarify effect of NOERROR.
1270
1271 * modes.texi (Imenu): Clarify what special items do.
1272
1273 * hooks.texi (Standard Hooks): Delete text about old hook names.
1274
1e2b8ce5
RF
12752006-04-17 Romain Francoise <romain@orebokech.com>
1276
1277 * variables.texi (Local Variables): Update the default value of
1278 `max-specpdl-size'.
1279
51fa34bc
MB
12802006-04-15 Michael Olson <mwolson@gnu.org>
1281
1282 * processes.texi (Transaction Queues): Mention the new optional
1283 `delay-question' argument for `tq-enqueue'.
1284
61f32d39
BW
12852006-04-13 Bill Wohler <wohler@newt.com>
1286
1287 * customize.texi (Common Keywords): Use dotted notation for
9b7fa297 1288 :package-version value. Specify its values. Improve documentation
50b7bce0 1289 for customize-package-emacs-version-alist.
61f32d39 1290
4f8ed159
BW
12912006-04-12 Bill Wohler <wohler@newt.com>
1292
1293 * customize.texi (Common Keywords): Move description of
1294 customize-package-emacs-version-alist to @defvar.
1295
e5e864ab
BW
12962006-04-10 Bill Wohler <wohler@newt.com>
1297
1298 * customize.texi (Common Keywords): Add :package-version.
1299
6c230417
KS
13002006-04-10 Kim F. Storm <storm@cua.dk>
1301
1302 * text.texi (Buffer Contents): Add NOPROPS arg to
1303 filter-buffer-substring.
1304
d82eac8f
EZ
13052006-04-08 Kevin Ryde <user42@zip.com.au>
1306
1307 * os.texi (Command-Line Arguments): Update xref to emacs manual
1308 "Command Arguments" -> "Emacs Invocation", per change there.
1309
4f815b29
TTN
13102006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
1311
1312 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
1313 be on one line to help makeinfo not render two spaces after the dot.
1314
122c3009
RS
13152006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
1316
1317 * strings.texi (Predicates for Strings): Add string-or-null-p.
1318
da68bc3d
KS
13192006-03-28 Kim F. Storm <storm@cua.dk>
1320
1321 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
1322 remarks about systems that don't support fractional seconds.
1323
b223e22d
KB
13242006-03-25 Karl Berry <karl@gnu.org>
1325
fc2cb772 1326 * elisp.texi: Use @copyright{} instead of (C), and do not indent
b223e22d
KB
1327 the year list.
1328
b756c64c
NR
13292006-03-21 Nick Roberts <nickrob@snap.net.nz>
1330
1331 * display.texi (Fringe Indicators): Fix typos.
1332
fe3dca59
LT
13332006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1334
c287ad03 1335 * tips.texi (Documentation Tips): One can now also write `program'
fe3dca59
LT
1336 in front of a quoted symbol in a docstring to prevent making a
1337 hyperlink.
1338
e91d4202
AM
13392006-03-19 Alan Mackenzie <acm@muc.de>
1340
290e4aae 1341 * text.texi (Special Properties): Clarify `fontified' property.
e91d4202 1342
e8a5f60b
RS
13432006-03-16 Richard Stallman <rms@gnu.org>
1344
1345 * display.texi (Defining Images): Minor cleanup.
1346
486daaa5
BW
13472006-03-16 Bill Wohler <wohler@newt.com>
1348
1349 * display.texi (Defining Images): In image-load-path-for-library,
1350 prefer user's images.
1351
4ffc92c2
SM
13522006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1353
1354 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
1355
874a6ef8
BW
13562006-03-15 Bill Wohler <wohler@newt.com>
1357
1358 * display.texi (Defining Images): Fix example in
1359 image-load-path-for-library by not recommending that one binds
fc2cb772 1360 image-load-path. Just defvar it to placate compiler and only use
874a6ef8
BW
1361 it if previously defined.
1362
70949f30
BW
13632006-03-14 Bill Wohler <wohler@newt.com>
1364
1365 * display.texi (Defining Images): In image-load-path-for-library,
1366 always return list of directories. Update example.
1367
c852c516
AM
13682006-03-14 Alan Mackenzie <acm@muc.de>
1369
1370 * modes.texi: New node, "Region to Fontify" (for Font Lock).
1371 This describes font-lock-extend-region-function.
4ffc92c2 1372 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
c852c516
AM
1373 the new node "Region to Fontify".
1374
7cd3712b
RS
13752006-03-13 Richard Stallman <rms@gnu.org>
1376
1377 * display.texi (Invisible Text): The impossible position is
1378 now before the invisible text, not after.
1379 (Defining Images): Clean up last change.
1380
2c676341
BW
13812006-03-11 Bill Wohler <wohler@newt.com>
1382
1383 * display.texi (Defining Images): Add image-load-path-for-library.
1384
6f49b4c5
LT
13852006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1386
2d14c9bf
LT
1387 * text.texi (Adaptive Fill): Fix Texinfo usage.
1388
1389 * strings.texi (Creating Strings): Fix Texinfo usage.
1390
6f49b4c5
LT
1391 * searching.texi (Regexp Special): Use @samp for regular
1392 expressions that are not in Lisp syntax.
1393
fc1d3386
LT
13942006-03-08 Luc Teirlinck <teirllm@auburn.edu>
1395
1396 * searching.texi (Regexp Special): Put remark between parentheses
1397 to avoid misreading.
1398
7b2c2ca9
LT
13992006-03-07 Luc Teirlinck <teirllm@auburn.edu>
1400
1401 * searching.texi (Syntax of Regexps): More accurately describe
1402 which characters are special in which situations.
1403 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
1404 are not special. Describe in detail when `[' and `]' are special.
1405 (Regexp Backslash): Plenty of regexps with unbalanced square
1406 brackets are valid, so reword that statement.
1407
f79bc642
KS
14082006-03-02 Kim F. Storm <storm@cua.dk>
1409
1410 * keymaps.texi (Tool Bar): Add tool-bar-border.
1411
1d9a5237
LT
14122006-02-28 Luc Teirlinck <teirllm@auburn.edu>
1413
a86b01fa 1414 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 1415
2534ef94
LT
14162006-02-27 Luc Teirlinck <teirllm@auburn.edu>
1417
1418 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
1419
1420 * files.texi (Locating Files): Suggest additional values for the
1421 SUFFIXES arg of `locate-file'. Update pxref.
1422
1423 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
1424 (How Programs Do Loading): Discuss the effects of Auto Compression
1425 mode on `load'.
1426 (Load Suffixes): New node.
394e96d5 1427 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
1428 moved to "Load Suffixes".
1429 (Autoload, Named Features): Mention `load-suffixes'.
1430
dd9959da 14312006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
1432
1433 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
1434
1435 * windows.texi (Window Tree): Fix typo.
1436
49af2995
KS
14372006-02-20 Kim F. Storm <storm@cua.dk>
1438
1439 * display.texi (Fringe Indicators): New section.
1440 Move indicate-empty-lines, indicate-buffer-boundaries, and
1441 default-indicate-buffer-boundaries here.
1442 Add fringe-indicator-alist and default-fringes-indicator-alist.
1443 Add list of logical fringe indicator symbols.
1444 Update list of standard bitmap names.
1445 (Fringe Cursors): New section.
1446 Move overflow-newline-into-fringe here.
1447 Add fringe-cursor-alist and default-fringes-cursor-alist.
1448 Add list of fringe cursor symbols.
1449
58f71009
JB
14502006-02-20 Juanma Barranquero <lekktu@gmail.com>
1451
1452 * commands.texi (Using Interactive): Fix reference to node
1453 "Minibuffers".
1454
5498b6af
RS
14552006-02-19 Richard M. Stallman <rms@gnu.org>
1456
1457 * minibuf.texi (High-Level Completion):
1458 Add xref to read-input-method-name.
1459
1460 * files.texi (Relative File Names): Move file-relative-name here.
1461 (File Name Expansion): From here. Minor clarifications.
1462
1463 * commands.texi (Using Interactive): Add xrefs about reading input.
1464 Clarify remarks about that moving point and mark.
1465 Put string case before list case.
1466
43ce897a 14672006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68 1468
4ffc92c2
SM
1469 * display.texi (Other Display Specs, Image Descriptors):
1470 Revert erroneous changes. The previous description of
1471 image-descriptors as `(image . PROPS)' was correct.
b6498a68 1472
1324d26e
RS
14732006-02-14 Richard M. Stallman <rms@gnu.org>
1474
1475 * variables.texi (File Local Variables): Clarifications.
1476
0da93350
JB
14772006-02-14 Juanma Barranquero <lekktu@gmail.com>
1478
1479 * variables.texi (File Local Variables): Use @code for a cons
1480 cell, not @var.
1481
51a39bab
CY
14822006-02-13 Chong Yidong <cyd@stupidchicken.com>
1483
1484 * variables.texi (File Local Variables): Document new file local
1485 variable behavior.
1486
d342156c
KS
14872006-02-10 Kim F. Storm <storm@cua.dk>
1488
1489 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
1490
8392fe4a
JB
14912006-02-08 Juanma Barranquero <lekktu@gmail.com>
1492
1493 * modes.texi (%-Constructs): Remove obsolete info about
1494 `global-mode-string'.
1495
cd6cd82a
RS
14962006-02-07 Richard M. Stallman <rms@gnu.org>
1497
d78dc2d8
RS
1498 * commands.texi (Prefix Command Arguments): Minor cleanup.
1499
1500 * display.texi: "Graphical display", not window system.
1501
cd6cd82a
RS
1502 * functions.texi (What Is a Function): Fix xref.
1503
1504 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
1505 (Changing Key Bindings): Clarify when remapping is better than
1506 substitute-key-definition.
1507
15082006-02-02 Richard M. Stallman <rms@gnu.org>
1509
1510 * minibuf.texi (Basic Completion): Completion alists are risky.
1511
1512 * keymaps.texi (Active Keymaps): Clarifications.
1513 (Searching Keymaps): New node.
1514 (Keymaps): Update menu.
1515
1516 * frames.texi (Layout Parameters): Minor clarification.
1517 (Drag and Drop): New node.
1518 (Frames): Update menu.
1519
cf052abc
CY
15202006-01-29 Chong Yidong <cyd@stupidchicken.com>
1521
4ffc92c2
SM
1522 * display.texi (Other Display Specs, Image Descriptors):
1523 Image description is a list, not a cons cell.
cf052abc 1524
1f2907ee
LT
15252006-01-28 Luc Teirlinck <teirllm@auburn.edu>
1526
1527 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
1528 list is not necessarily a list).
1529
a849f77d
EZ
15302006-01-27 Eli Zaretskii <eliz@gnu.org>
1531
1532 * frames.texi (Layout Parameters): border-width and
1533 internal-border-width belong to the frame, not the window.
1534
d322eb9b
RS
15352006-01-19 Richard M. Stallman <rms@gnu.org>
1536
1537 * nonascii.texi (Translation of Characters): Search cmds use
1538 translation-table-for-input. Automatically made local.
1539
1540 * markers.texi (Overview of Markers): Count insertion type
1541 as one of a marker's attributes.
1542
cd6cd82a
RS
1543 * keymaps.texi (Controlling Active Maps): New node, split out of
1544 Active Keymaps.
1545 (Keymaps): Menu updated.
1546 (Active Keymaps): Give pseudocode to explain how the active
1547 maps are searched. current-active-maps and key-binding moved here.
1548 (Functions for Key Lookup): current-active-maps and key-binding moved.
1549 Clarifications.
1550 (Searching the Keymaps): New subnode.
1551
d322eb9b
RS
1552 * elisp.texi (Top): Menu clarification.
1553
1554 * display.texi (Other Display Specs): Delete duplicate entry for
1555 just a string as display spec. Move text about recursive display
1556 specs on such a string.
1557
1558 * commands.texi (Key Sequence Input): Clarify.
1559 Move num-nonmacro-input-events out.
1560 (Reading One Event): num-nonmacro-input-events moved here.
1561
2ac77b5a
NR
15622006-01-14 Nick Roberts <nickrob@snap.net.nz>
1563
1564 * advice.texi (Simple Advice): Update example to fit argument
1565 change in previous-line.
1566
a203a18c
RS
15672006-01-05 Richard M. Stallman <rms@gnu.org>
1568
1569 * markers.texi (The Mark): Fix in `mark'.
1570
d9043ddf
RS
15712006-01-04 Richard M. Stallman <rms@gnu.org>
1572
1573 * processes.texi (Misc Network, Make Network): Minor cleanups.
1574
8a5db8ae
KS
15752006-01-04 Kim F. Storm <storm@cua.dk>
1576
1577 * processes.texi (Make Network): Add IPv6 addresses and handling.
1578 (Network Feature Testing): Mention (:family ipv6).
1579 (Misc Network): Add IPv6 formats to format-network-address.
1580
19bb7940
RS
15812005-12-30 Richard M. Stallman <rms@gnu.org>
1582
1583 * text.texi (Changing Properties):
1584 Don't use return value of set-text-properties.
1585
b9cb50d9
LT
15862005-12-29 Luc Teirlinck <teirllm@auburn.edu>
1587
1588 * modes.texi (Mode Line Format): Correct typo in menu.
1589
94a867a6
RS
15902005-12-29 Richard M. Stallman <rms@gnu.org>
1591
1592 * modes.texi (Mode Line Top): New node.
1593 (Mode Line Data): Some text moved to new node.
1594 Explain the data structure more concretely.
1595 (Mode Line Basics): Clarifications.
1596 (Mode Line Variables): Clarify intro paragraph.
1597 (%-Constructs): Clarify intro paragraph.
1598 (Mode Line Format): Update menu.
1599
ba455131
LT
16002005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1601
1602 * minibuf.texi (Basic Completion): Update lazy-completion-table
1603 examples for removal of ARGS argument.
1604
2b6abe1e
RS
16052005-12-23 Richard M. Stallman <rms@gnu.org>
1606
1607 * text.texi (Undo): Restore some explanation from the version
1608 that was deleted.
1609
2d7409f2
EZ
16102005-12-23 Eli Zaretskii <eliz@gnu.org>
1611
abeb5483 1612 * text.texi (Undo): Remove duplicate descriptions of `apply
2d7409f2
EZ
1613 funname' and `apply delta' elements of the undo list.
1614
2e23b82e
RS
16152005-12-20 Richard M. Stallman <rms@gnu.org>
1616
1617 * help.texi (Help Functions): Update documentation of `apropos'.
1618
a31687ce
LT
16192005-12-20 Luc Teirlinck <teirllm@auburn.edu>
1620
1621 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1622 because it is confusing. If the :help-echo keyword is a function,
1623 it is not directly used as the :help-echo overlay property, as the
1624 xref seems to suggest (it does not take the appropriate args).
1625
0e83c4e9
LT
16262005-12-19 Luc Teirlinck <teirllm@auburn.edu>
1627
1628 * customize.texi (Common Keywords): Fix Texinfo usage.
1629 (Group Definitions, Variable Definitions): Update for new
1630 conventions for using `*' in docstrings.
77df907a
LT
1631
1632 * tips.texi (Documentation Tips): Update for new conventions for
1633 using `*' in docstrings.
1634
69487a1f
RS
16352005-12-16 Richard M. Stallman <rms@gnu.org>
1636
1637 * minibuf.texi (Minibuffer Contents): Minor cleanup.
1638
2a502a32
JL
16392005-12-16 Juri Linkov <juri@jurta.org>
1640
1641 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1642
b158c851
RF
16432005-12-14 Romain Francoise <romain@orebokech.com>
1644
1645 * modes.texi (Customizing Keywords): Rename `append' to `how'.
1646 Fix typo.
1647
d7d1f75e
JL
16482005-12-11 Juri Linkov <juri@jurta.org>
1649
1650 * minibuf.texi (Completion Commands): Add mention of read-file-name
1651 for filename completion keymaps.
1652 (Reading File Names): Add mention of filename completion keymaps
1653 for read-file-name and xref to `Completion Commands'.
1654
4b1c16c2
RS
16552005-12-10 Richard M. Stallman <rms@gnu.org>
1656
1657 * customize.texi (Common Keywords): State caveats for use of :tag.
1658
1d49d5d9
RS
16592005-12-08 Richard M. Stallman <rms@gnu.org>
1660
2663a204
RS
1661 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1662 with xrefs and better explanation.
1663 (Completion Commands): Add the filename completion maps.
1664
1d49d5d9
RS
1665 * objects.texi (Character Type): Clarify that \s is not space
1666 if a dash follows.
1667
fa0d4d0c
RS
16682005-12-05 Richard M. Stallman <rms@gnu.org>
1669
1670 * windows.texi (Resizing Windows): Delete preserve-before args.
1671
d64b177a
SM
16722005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1673
1674 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1675 in full keymaps, since the quirk has been fixed.
1676
79019cc9
EZ
16772005-12-03 Eli Zaretskii <eliz@gnu.org>
1678
1679 * hooks.texi (Standard Hooks): Add index entries. Mention
1680 `compilation-finish-functions'.
1681
161ef3be
RS
16822005-11-27 Richard M. Stallman <rms@gnu.org>
1683
1684 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1685
17c1971a
JL
16862005-11-21 Juri Linkov <juri@jurta.org>
1687
1688 * customize.texi (Common Keywords): Update links types
1689 custom-manual and url-link. Add link types emacs-library-link,
1690 file-link, function-link, variable-link, custom-group-link.
1691
5890344b
CY
16922005-11-20 Chong Yidong <cyd@stupidchicken.com>
1693
1694 * display.texi: Revert 2005-11-20 change.
1695
cbce0752
TTN
16962005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1697
1698 * processes.texi (Bindat Functions):
1699 Say "third" to refer to zero-based index "2".
1700
ff04c885
LT
17012005-11-18 Luc Teirlinck <teirllm@auburn.edu>
1702
1703 * loading.texi (Library Search): Update the default value of
1704 `load-suffixes'.
1705
ce8d4e00
CY
17062005-11-17 Chong Yidong <cyd@stupidchicken.com>
1707
1708 * display.texi (Attribute Functions): Mention :ignore-defface.
1709
cbad4a9e
SM
17102005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1711
1712 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 1713 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 1714
fda12b27
RS
17152005-11-06 Richard M. Stallman <rms@gnu.org>
1716
1717 * files.texi (Magic File Names): find-file-name-handler checks the
1718 `operations' property of the handler.
1719
e082564e
RS
17202005-11-03 Richard M. Stallman <rms@gnu.org>
1721
1722 * variables.texi (Frame-Local Variables): Small clarification.
1723
f0cdd9e4
CY
17242005-10-29 Chong Yidong <cyd@stupidchicken.com>
1725
1726 * os.texi (Init File): Document ~/.emacs.d/init.el.
1727
685abb98
RS
17282005-10-29 Richard M. Stallman <rms@gnu.org>
1729
1730 * internals.texi (Garbage Collection): Document memory-full.
1731
7000848e
BW
17322005-10-28 Bill Wohler <wohler@newt.com>
1733
1734 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1735 for URLs.
1736
107fb6c9
RS
17372005-10-28 Richard M. Stallman <rms@gnu.org>
1738
1739 * minibuf.texi (Completion Commands): Clean up prev change.
1740
17412005-10-26 Kevin Ryde <user42@zip.com.au>
1742
1743 * compile.texi (Eval During Compile): Explain recommended uses
1744 of eval-when-compile and eval-and-compile.
1745
1d8e69a2
MY
17462005-10-27 Masatake YAMATO <jet@gyve.org>
1747
cbad4a9e 1748 * minibuf.texi (Completion Commands):
1d8e69a2 1749 Write about new optional argument for `display-completion-list'.
cbad4a9e 1750
6a897887
RS
17512005-10-23 Richard M. Stallman <rms@gnu.org>
1752
1753 * display.texi (Overlay Arrow): Clarify about local bindings of
1754 overlay-arrow-position.
1755
6d1e17be
EZ
17562005-10-22 Eli Zaretskii <eliz@gnu.org>
1757
1758 * internals.texi (Building Emacs): Fix last change.
1759
db5fe0a6
RS
17602005-10-22 Richard M. Stallman <rms@gnu.org>
1761
1762 * internals.texi (Building Emacs): Document eval-at-startup.
1763
45158e77
RS
17642005-10-21 Richard M. Stallman <rms@gnu.org>
1765
1766 * loading.texi (Where Defined): load-history contains abs file names.
1767 symbol-file returns abs file names.
1768
e50165ec
KS
17692005-10-19 Kim F. Storm <storm@cua.dk>
1770
1771 * display.texi (Showing Images): Add max-image-size integer value.
1772
63ab30d0
CY
17732005-10-18 Chong Yidong <cyd@stupidchicken.com>
1774
1775 * display.texi (Showing Images): Document max-image-size.
1776
f8252852
RS
17772005-10-17 Richard M. Stallman <rms@gnu.org>
1778
1779 * commands.texi (Quitting): Minor clarification.
1780
1781 * processes.texi (Sentinels): Clarify about output and quitting.
1782 (Filter Functions): Mention with-local-quit.
1783
c1bed3aa
JL
17842005-10-17 Juri Linkov <juri@jurta.org>
1785
1786 * buffers.texi (Current Buffer):
1787 * commands.texi (Event Input Misc):
1788 * compile.texi (Eval During Compile, Compiler Errors):
1789 * customize.texi (Group Definitions):
1790 * display.texi (Progress, Defining Faces):
1791 * files.texi (Writing to Files):
1792 * modes.texi (Mode Hooks, Defining Minor Modes):
1793 * streams.texi (Output Functions):
1794 * syntax.texi (Syntax Table Functions):
1795 * text.texi (Change Hooks):
1796 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
1797
1798 * commands.texi (Quitting): Replace arg `forms' with `body' in
1799 `with-local-quit'.
1800
1801 * positions.texi (Excursions): Replace arg `forms' with `body' in
1802 `save-excursion'.
1803
ef1b4c9e
KS
18042005-10-08 Kim F. Storm <storm@cua.dk>
1805
1806 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
1807 Rename manual section accordingly.
1808
abc8ce50
KS
18092005-10-04 Kim F. Storm <storm@cua.dk>
1810
1811 * windows.texi (Window Split Tree): New section describing
1812 new function window-split-tree function.
1813
a1f5a1f0
NR
18142005-10-03 Nick Roberts <nickrob@snap.net.nz>
1815
1816 * display.texi (Fringe Size/Pos): Simplify and add detail.
1817
97c3e4cc
RF
18182005-09-30 Romain Francoise <romain@orebokech.com>
1819
1820 * minibuf.texi (High-Level Completion): Explain that the prompt
1821 given to `read-buffer' should end with a colon and a space.
1822 Update usage examples.
1823
8ad8c5ce
JL
18242005-09-29 Juri Linkov <juri@jurta.org>
1825
1826 * display.texi (Displaying Messages): Rename argument name
1827 `string' to `format-string' in functions `message', `message-box',
1828 `message-or-box'.
1829
63182706
CY
18302005-09-26 Chong Yidong <cyd@stupidchicken.com>
1831
fc2cb772 1832 * errors.texi (Standard Errors): Correct xrefs.
63182706 1833
906320ec
CY
18342005-09-18 Chong Yidong <cyd@stupidchicken.com>
1835
fc2cb772 1836 * display.texi (Defining Images): Update documentation for
906320ec
CY
1837 `image-load-path'.
1838
8ccd3630
RS
18392005-09-17 Richard M. Stallman <rms@gnu.org>
1840
1841 * display.texi (Defining Images): Clean up previous change.
1842
7260457b
RF
18432005-09-16 Romain Francoise <romain@orebokech.com>
1844
1845 * elisp.texi: Specify GFDL version 1.2.
1846
1847 * doclicense.texi (GNU Free Documentation License): Update to
1848 version 1.2.
1849
5b51c037
CY
18502005-09-15 Chong Yidong <cyd@stupidchicken.com>
1851
1852 * display.texi (Defining Images): Document `image-load-path'.
1853
5c4757d3
RS
18542005-09-15 Richard M. Stallman <rms@gnu.org>
1855
1856 * objects.texi (Printed Representation): Minor cleanup.
1857 (Box Diagrams): Minor fix.
1858 (Cons Cell Type): Move (...) index item here.
1859 (Box Diagrams): From here.
1860 (Array Type): Minor fix.
1861 (Type Predicates): Delete index "predicates".
1862 (Hash Table Type): Clarify xref.
1863 (Dotted Pair Notation): Minor fix.
1864
2bb8b80c
CY
18652005-09-10 Chong Yidong <cyd@stupidchicken.com>
1866
1867 * files.texi (Saving Buffers): Fix typo.
1868
47b8bc5d
RS
18692005-09-08 Richard M. Stallman <rms@gnu.org>
1870
1871 * tips.texi (Programming Tips): Correct the "default" prompt spec.
1872
475aab0d
CY
18732005-09-08 Chong Yidong <cyd@stupidchicken.com>
1874
1875 * locals.texi (Standard Buffer-Local Variables): Don't include
1876 mode variables for minor modes.
1877 Fix xrefs for buffer-display-count, buffer-display-table,
1878 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
1879 enable-multibyte-characters, fill-column, header-line-format,
1880 left-fringe-width, left-margin, and right-fringe-width.
1881
1882 * hooks.texi (Standard Hooks): All hooks should conform to the
1883 standard naming convention now.
1884 Fix xref for `echo-area-clear-hook'.
1885
1886 * display.texi (Usual Display): Note that indicate-empty-lines and
1887 tab-width are buffer-local.
1888
1889 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
1890
1891 * modes.texi (Mode Help): Note that major-mode is buffer-local.
1892
1893 * nonascii.texi (Encoding and I/O): Note that
1894 buffer-file-coding-system is buffer-local.
1895
1896 * positions.texi (List Motion): Note that defun-prompt-regexp is
1897 buffer-local.
1898
1899 * text.texi (Auto Filling): Note that auto-fill-function is
1900 buffer-local.
1901 (Undo): Note that buffer-undo-list is buffer-local.
1902
1903 * windows.texi (Buffers and Windows): Document
1904 buffer-display-count.
1905
2a6bc1f7
RS
19062005-09-06 Richard M. Stallman <rms@gnu.org>
1907
1908 * tips.texi (Coding Conventions): Sometimes it is ok to put the
1909 package prefix elsewhere than at the start of the name.
1910
d7ea8b71
RS
19112005-09-03 Richard M. Stallman <rms@gnu.org>
1912
1913 * tips.texi (Programming Tips): Add conventions for minibuffer
1914 questions and prompts.
1915
0c6087a6
RS
19162005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
1917
1918 * intro.texi (nil and t): Minor cleanup.
1919 Delete spurious mention of keyword symbols.
1920 (Evaluation Notation): Add index entry.
1921 (A Sample Function Description): Minor cleanup.
1922 (A Sample Variable Description): Not all vars can be set.
1923
4b5fa40e
TTN
19242005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
1925
1926 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
1927
1928 (Insertion): Document precise type of `insert-char' arg COUNT.
1929
34b50776
SM
19302005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1931
1932 * modes.texi (Other Font Lock Variables): Sync the default of
1933 font-lock-lines-before.
1934
c1105d05
MA
19352005-08-31 Michael Albinus <michael.albinus@gmx.de>
1936
1937 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
1938
62929713
RS
19392005-08-29 Richard M. Stallman <rms@gnu.org>
1940
1941 * elisp.texi (Top): Update subnode menu.
1942
1943 * searching.texi (Searching and Matching): Move node.
1944 Rearrange contents and add overall explanation.
1945 (Searching and Case): Move node.
1946 (Searching and Matching): Update menu.
1947
0fb57cc0
EZ
19482005-08-27 Eli Zaretskii <eliz@gnu.org>
1949
1950 * os.texi (Startup Summary): Fix the description of the initial
1951 startup message display.
1952
3e80c4c1
RS
19532005-08-25 Richard M. Stallman <rms@gnu.org>
1954
1955 * searching.texi (Search and Replace): Add replace-regexp-in-string.
1956
19572005-08-25 Emilio C. Lopes <eclig@gmx.net>
1958
1959 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
1960 `next-overlay-change' example.
c1105d05 1961
79a8defb
JL
19622005-08-22 Juri Linkov <juri@jurta.org>
1963
1964 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
1965 Fix invert-face. Fix args of face-background.
1966
16691d29
JL
1967 * display.texi (Standard Faces): Delete node.
1968 (Faces): Add xref to `(emacs)Standard Faces'.
1969 (Displaying Faces): Fix xref to `Standard Faces'.
1970
1971 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
1972
217b694f
EZ
19732005-08-20 Alan Mackenzie <acm@muc.de>
1974
1975 * buffers.texi (The Buffer List): Clarify the manipulation of the
1976 buffer list.
1977
0bf14bfd
RS
19782005-08-14 Richard M. Stallman <rms@gnu.org>
1979
7ad1498e
AS
1980 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
1981 a regexp.
0bf14bfd 1982
c118d09e
RS
19832005-08-11 Richard M. Stallman <rms@gnu.org>
1984
59cb8c23
RS
1985 * elisp.texi (Top): Update subnode lists.
1986
1987 * display.texi (Inverse Video): Node deleted.
1988
c118d09e
RS
1989 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
1990 New nodes split out of Coding Conventions.
1991
1992 * searching.texi (Regular Expressions): Document re-builder.
1993
1994 * os.texi (Time Parsing): New node split out of Time Conversion.
1995
1996 * processes.texi (Misc Network, Network Feature Testing)
1997 (Network Options, Make Network): New nodes split out of
1998 Low-Level Network.
1999
67ec7f41
RS
20002005-08-09 Richard M. Stallman <rms@gnu.org>
2001
76d47f0d
RS
2002 * frames.texi (Geometry): New node, split from Size and Position.
2003 (Frame Parameters): Refer to Geometry.
2004
67ec7f41 2005 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 2006
67ec7f41
RS
2007 * windows.texi (Splitting Windows): Fix xref.
2008
2009 * frames.texi (Layout Parameters): Add xref.
2010
2011 * display.texi (Line Height, Scroll Bars): Fix xrefs.
2012
2013 * keymaps.texi (Menu Bar): Fix xref.
2014
2015 * locals.texi (Standard Buffer-Local Variables): Fix xref.
2016
2017 * modes.texi (%-Constructs): Fix xref.
2018
2019 * frames.texi (Window Frame Parameters): Node split up.
2020 (Basic Parameters, Position Parameters, Size Parameters)
2021 (Layout Parameters, Buffer Parameters, Management Parameters)
2022 (Cursor Parameters, Color Parameters): New subnodes.
2023
adb5e445
LT
20242005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2025
2026 * positions.texi (Screen Lines): Update xref for previous change
2027 in minibuf.texi.
2028
2029 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
2030 change in minibuf.texi.
2031
61298e17
RS
20322005-08-09 Richard M. Stallman <rms@gnu.org>
2033
2034 * tips.texi (Coding Conventions): Minor cleanup.
2035
2036 * modes.texi (Defining Minor Modes): Explain when init-value
2037 can be non-nil.
2038
2039 * elisp.texi (Top): Update submenu for Minibuffer.
2040
2041 * minibuf.texi (Minibuffer Misc): Node split up.
2042 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
2043 (Recursive Mini): New nodes split out from Minibuffer Misc.
2044 (Minibuffer Misc): Document max-mini-window-height.
2045
2046 * hash.texi (Defining Hash): Delete stray paren in example.
2047
2048 * display.texi (Echo Area Customization): Don't define
2049 max-mini-window-height here; xref instead.
2050
2051 * commands.texi (Event Input Misc): Update while-no-input.
2052
2053 * advice.texi (Advising Functions): Explain when to use advice
2054 and when to use a hook.
2055
43e124e6
EZ
20562005-07-30 Eli Zaretskii <eliz@gnu.org>
2057
2058 * makefile.w32-in (info): Don't run install-info.
2059 ($(infodir)/dir): New target, produced by running install-info.
2060
653aea22
LT
20612005-07-27 Luc Teirlinck <teirllm@auburn.edu>
2062
2063 * modes.texi (Defining Minor Modes): The keyword for the initial
2064 value is :init-value, not :initial-value.
2065
ba6ebbd5
EZ
20662005-07-23 Eli Zaretskii <eliz@gnu.org>
2067
2068 * loading.texi (Autoload): Make the `doctor' example be consistent
2069 with what's in current loaddefs.el. Describe the "fn" magic in
2070 the usage portion of the doc string.
2071
6696f2a4
RS
20722005-07-22 Richard M. Stallman <rms@gnu.org>
2073
2074 * internals.texi (Garbage Collection): Clarify previous change.
2075
0c17e67c
SM
20762005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
2077
2078 * internals.texi (Garbage Collection): Add gc-cons-percentage.
2079
426179e1
JL
20802005-07-18 Juri Linkov <juri@jurta.org>
2081
2082 * commands.texi (Accessing Events):
2083 * frames.texi (Text Terminal Colors, Resources):
2084 * markers.texi (The Mark):
2085 * modes.texi (Defining Minor Modes):
2086 Delete duplicate duplicate words.
2087
9b0c2c56
RS
20882005-07-16 Richard M. Stallman <rms@gnu.org>
2089
2090 * display.texi (Managing Overlays): Clarify make-overlay
2091 args for insertion types.
2092
fd90b80c
LT
20932005-07-13 Luc Teirlinck <teirllm@auburn.edu>
2094
0c17e67c
SM
2095 * customize.texi (Variable Definitions):
2096 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
2097 `standard-value' is a list too.
2098 (Defining New Types): Use @key{RET} instead of @key{ret}.
2099
37aa90e5
TTN
21002005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
2101
2102 * os.texi (Translating Input): Fix typo.
2103
917e0c95
RS
21042005-07-08 Richard M. Stallman <rms@gnu.org>
2105
2106 * README: Update edition number and size estimate.
2107
2108 * elisp.texi (VERSION): Set to 2.9.
2109
7d90e71d
RS
21102005-07-07 Richard M. Stallman <rms@gnu.org>
2111
c330dafe
RS
2112 * book-spine.texinfo: Update Emacs version.
2113
7d90e71d
RS
2114 * display.texi (Inverse Video): Delete mode-line-inverse-video.
2115
dc2204be
RS
21162005-07-06 Richard M. Stallman <rms@gnu.org>
2117
2118 * searching.texi (Regexp Search): Clarify what re-search-forward
2119 does when the search fails.
2120
a0ec7a4a
LK
21212005-07-05 Lute Kamstra <lute@gnu.org>
2122
dc2204be 2123 * Update FSF's address in GPL notices.
a0ec7a4a
LK
2124
2125 * doclicense.texi (GNU Free Documentation License):
2126 * gpl.texi (GPL):
2127 * tips.texi (Coding Conventions, Library Headers):
2128 * vol1.texi:
2129 * vol2.texi: Update FSF's address.
2130
4af33176
RS
21312005-07-04 Richard M. Stallman <rms@gnu.org>
2132
2133 * hooks.texi (Standard Hooks): Add occur-hook.
2134
b3ab615b
LT
21352005-07-03 Luc Teirlinck <teirllm@auburn.edu>
2136
2137 * display.texi (The Echo Area): Correct menu.
2138
3d393029
RS
21392005-07-03 Richard M. Stallman <rms@gnu.org>
2140
7fe48b75
RS
2141 * elisp.texi (Top): Update subnode menu for Display.
2142
2143 * display.texi (Displaying Messages): New node, with most
2144 of what was in The Echo Area.
2145 (Progress): Moved under The Echo Area.
2146 (Logging Messages): New node with new text.
2147 (Echo Area Customization): New node, the rest of what was
2148 in The Echo Area. Document message-truncate-lines with @defvar.
2149 (Display): Update menu.
2150
3d393029
RS
2151 * windows.texi (Textual Scrolling): Doc 3 values for
2152 scroll-preserve-screen-position.
2153
2154 * text.texi (Special Properties): Change hook functions
2155 should bind inhibit-modification-hooks around altering buffer text.
2156
2157 * keymaps.texi (Key Binding Commands): Call binding BINDING
2158 rather than DEFINITION.
2159
b26860ad
JB
21602005-06-29 Juanma Barranquero <lekktu@gmail.com>
2161
2162 * variables.texi (Defining Variables): `user-variable-p' returns t
2163 for aliases of user options, nil for alias loops.
2164
025691ed
RS
21652005-06-28 Richard M. Stallman <rms@gnu.org>
2166
2167 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
2168 make-keymap.
2169
b61bfa4d
LT
21702005-06-27 Luc Teirlinck <teirllm@auburn.edu>
2171
2172 * variables.texi (Setting Variables): Correct and clarify
2173 description of `add-to-ordered-list'.
2174
24ee714d
RS
21752005-06-26 Richard M. Stallman <rms@gnu.org>
2176
2177 * display.texi (Faces): Minor cleanup.
2178
33b79ce4
LT
21792005-06-25 Luc Teirlinck <teirllm@auburn.edu>
2180
2181 * display.texi (Faces): `facep' returns t for strings that are
2182 face names.
2183
df13531d
RS
21842005-06-25 Richard M. Stallman <rms@gnu.org>
2185
2186 * objects.texi (Equality Predicates): Clarify meaning of equal.
2187
2188 * windows.texi (Selecting Windows): save-selected-window
2189 and with-selected-window save and restore the current buffer.
2190
cf444441
RS
21912005-06-24 Richard M. Stallman <rms@gnu.org>
2192
2193 * numbers.texi (Float Basics): Explain how to test for NaN,
2194 and printing the sign of NaNs.
2195
6cdd056d
EZ
21962005-06-24 Eli Zaretskii <eliz@gnu.org>
2197
2198 * makefile.w32-in (MAKEINFO): Use --force.
2199
b93e3c3b
RS
22002005-06-23 Richard M. Stallman <rms@gnu.org>
2201
2202 * display.texi (Face Functions): Correct Texinfo usage.
2203
6fb276bd
LT
22042005-06-23 Luc Teirlinck <teirllm@auburn.edu>
2205
2206 * lists.texi (Rings): `ring-elements' now returns the elements of
2207 RING in order.
2208
1d1c7e75
JB
22092005-06-23 Juanma Barranquero <lekktu@gmail.com>
2210
2211 * markers.texi (The Mark): Texinfo usage fix.
2212
9d12e52b
KS
22132005-06-23 Kim F. Storm <storm@cua.dk>
2214
2215 * searching.texi (Entire Match Data): Remove evaporate option for
2216 match-data. Do not mention evaporate option for set-match-data.
2217
6d44324c
GM
22182005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2219
2220 * display.texi (Face Functions): Mention face aliases.
2221
80df27a7
RS
22222005-06-21 Richard M. Stallman <rms@gnu.org>
2223
2224 * anti.texi (Antinews): Texinfo usage fix.
2225
e121563b
KB
22262005-06-21 Karl Berry <karl@gnu.org>
2227
9d7d543c
KB
2228 * elisp.texi: Use @copying.
2229
e121563b
KB
2230 * elisp.texi: Put @summarycontents and @contents before the Top
2231 node, instead of the end of the file, so that the contents appear
2232 in the right place in the dvi/pdf output.
2233
36a3b076
JL
22342005-06-21 Juri Linkov <juri@jurta.org>
2235
2236 * display.texi (Defining Faces): Add `customized-face'.
2237
5c796e80
KS
22382005-06-20 Kim F. Storm <storm@cua.dk>
2239
b7d1f38f
KS
2240 * variables.texi (Setting Variables): Any type of element can be
2241 given order in add-to-ordered-list. Compare elements with eq.
2242
5c796e80
KS
2243 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
2244
fb056bef
KB
22452005-06-20 Karl Berry <karl@gnu.org>
2246
2247 * syntax.texi (Syntax Flags): Make last column very slightly wider
2248 to avoid "generic comment" breaking on two lines and causing an
2249 underfull box.
2250
84398baa
LT
22512005-06-19 Luc Teirlinck <teirllm@auburn.edu>
2252
2253 * lists.texi (Rings): Various minor clarifications and corrections.
2254
07ff1e4b
RS
22552005-06-18 Richard M. Stallman <rms@gnu.org>
2256
2257 * functions.texi (Obsolete Functions): Simplify.
2258
2259 * variables.texi (Variable Aliases): Simplify.
2260
2261 * anti.texi, backups.texi, compile.texi, customization.texi:
2262 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
2263 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
2264 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
2265 * variables.texi: Fix formatting ugliness.
2266
2267 * elisp.texi: Add links to Rings and Byte Packing.
2268 Update version and copyright years.
2269
2270 * minibuf.texi: Fix formatting ugliness.
2271 (Completion Commands): Move keymap vars to the end
2272 and vars completing-read binds to the top.
2273
3f7fab24
LT
22742005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2275
2276 * processes.texi: Fix typos.
2277 (Bindat Spec): Correct Texinfo error.
926c4c9b 2278 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 2279
f19b57e3
RS
22802005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
2281
2282 * lists.texi (Rings): New node.
2283 (Lists): Add it to menu.
2284
a80c5da7 2285 * processes.texi (Byte Packing): New node.
f19b57e3
RS
2286 (Processes): Add it to menu.
2287
22882005-06-17 Richard M. Stallman <rms@gnu.org>
2289
2290 * syntax.texi (Parsing Expressions): Fix texinfo usage.
2291
2292 * help.texi (Documentation Basics): Explain the xref to
2293 Documentation Tips.
2294
2295 * debugging.texi (Debugger Commands): Minor fix.
2296
67c1390d
LT
22972005-06-16 Luc Teirlinck <teirllm@auburn.edu>
2298
2299 * edebug.texi (Instrumenting): Eliminate duplicate link.
2300 (Specification List): Replace references to "below", referring to
2301 a later node, with one @ref to that node.
2302
2303 * os.texi (Timers): Timers should save and restore the match data
2304 if they change it.
2305
2306 * debugging.texi (Debugger Commands): Mention that the Lisp
2307 debugger can not step through primitive functions.
2308
51cd2a8c
JB
23092005-06-16 Juanma Barranquero <lekktu@gmail.com>
2310
2311 * functions.texi (Obsolete Functions): Update argument names of
2312 `make-obsolete' and `define-obsolete-function-alias'.
2313
2314 * variables.texi (Variable Aliases): Update argument names of
2315 `defvaralias', `make-obsolete-variable' and
2316 `define-obsolete-variable-alias'.
2317
f5e6ac4a
KS
23182005-06-15 Kim F. Storm <storm@cua.dk>
2319
2320 * searching.texi (Entire Match Data): Rephrase warnings about
2321 evaporate arg to match-data and set-match-data.
2322
fe2a9972
LT
23232005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2324
67774855
LT
2325 * elisp.texi (Top): Update detailed menu.
2326
fe2a9972
LT
2327 * edebug.texi (Edebug): Update menu.
2328 (Instrumenting): Update xrefs.
2329 (Edebug Execution Modes): Correct xref.
2330 (Jumping): Clarify description of `h' command.
2331 Eliminate redundant @ref.
2332 (Breaks): New node.
9b7fa297 2333 (Breakpoints): Is now a subsubsection.
fe2a9972
LT
2334 (Global Break Condition): Mention `C-x X X'.
2335 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
2336 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
2337 (Edebug Display Update): Correct pxref.
2338 (Edebug and Macros): New node.
2339 (Instrumenting Macro Calls): Is now a subsubsection.
2340 Neither arg of `def-edebug-spec' is evaluated.
2341 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
2342 (Specification Examples): Fix typo.
2343
b59f605b
LK
23442005-06-14 Lute Kamstra <lute@gnu.org>
2345
2346 * debugging.texi (Function Debugging): Primitives can break on
2347 entry too.
2348
a5c99dc9
KS
23492005-06-14 Kim F. Storm <storm@cua.dk>
2350
2351 * variables.texi (Setting Variables): Add add-to-ordered-list.
2352
f99ed2f8
SM
23532005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2354
2355 * syntax.texi (Parsing Expressions): Document aux functions and vars of
2356 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
2357
9d42ffaa
LK
23582005-06-13 Lute Kamstra <lute@gnu.org>
2359
2360 * text.texi (Special Properties): Fix cross reference.
2361
32cc0b00
LT
23622005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2363
2364 * debugging.texi (Function Debugging): Delete mention of empty
2365 string argument to `cancel-debug-on-entry'. Delete inaccurate
2366 description of the return value of that command.
2367
98d1a1cf
EZ
23682005-06-11 Alan Mackenzie <acm@muc.de>
2369
2370 * text.texi (Adaptive Fill): Amplify the description of
2371 fill-context-prefix.
2372
4b53b8d7
LT
23732005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2374
84398baa 2375 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 2376
b5305167
SM
23772005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2378
2379 * syntax.texi (Parsing Expressions): Document syntax-ppss.
2380
9bd4c3ad
LT
23812005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2382
2383 * debugging.texi (Error Debugging): Minor rewording.
2384 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
2385 is optional.
2386
257914aa
LK
23872005-06-10 Lute Kamstra <lute@gnu.org>
2388
b5305167 2389 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
2390 (Top): Give it a title. Correct version number. Give the
2391 detailed node listing a more prominent header.
b5305167
SM
2392 * intro.texi: Don't set VERSION here a second time.
2393 Mention Emacs's version too.
257914aa
LK
2394 * anti.texi (Antinews): Use EMACSVER to refer to the current
2395 version of Emacs.
2396
b7aae902
KS
23972005-06-09 Kim F. Storm <storm@cua.dk>
2398
2399 * searching.texi (Entire Match Data): Explain new `reseat' argument to
2400 match-data and set-match-data.
2401
99598737
RS
24022005-06-08 Richard M. Stallman <rms@gnu.org>
2403
2404 * searching.texi (Entire Match Data): Clarify when match-data
2405 returns markers and when integers.
2406
2407 * display.texi (Defining Faces): Explain that face name should not
2408 end in `-face'.
2409
2410 * modes.texi (Mode Line Data): Minor cleanup.
2411 (Customizing Keywords): Node split out of Search-based Fontification.
2412 Add example of using font-lock-add-keywords from a hook.
2413 Clarify when MODE should be non-nil, and when nil.
2414
24152005-06-06 Richard M. Stallman <rms@gnu.org>
2416
2417 * modes.texi (Mode Line Data): Explain what happens when the car
2418 of a list is a void symbol.
2419 (Search-based Fontification): Explain MODE arg to
2420 font-lock-add-keywords and warn about calls from major modes.
2421
ecc8893a
JL
24222005-06-08 Juri Linkov <juri@jurta.org>
2423
2424 * display.texi (Standard Faces): Add `shadow' face.
2425
7fa9f4eb
LT
24262005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2427
2428 * modes.texi (Major Mode Conventions): A derived mode only needs
2429 to put the call to the parent mode inside `delay-mode-hooks'.
2430
bebcc4b1
RS
24312005-05-29 Richard M. Stallman <rms@gnu.org>
2432
c16b1394
RS
2433 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
2434 new, and what that implies. Clarify.
2435
2436 * files.texi (Locating Files): Clean up the text.
2437
bebcc4b1
RS
2438 * frames.texi (Window Frame Parameters): Document user-size.
2439 Shorten entry for top by referring to left.
2440
24412005-05-26 Richard M. Stallman <rms@gnu.org>
2442
2443 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
2444 is new, and what the implications are. Other clarifications.
2445
217797bc
RS
24462005-05-24 Richard M. Stallman <rms@gnu.org>
2447
2448 * frames.texi (Dialog Boxes): Minor fixes.
2449
3565fe07
MY
24502005-05-25 Masatake YAMATO <jet@gyve.org>
2451
2452 * display.texi (Standard Faces): Write about `mode-line-highlight'.
2453
817089df
LT
24542005-05-24 Luc Teirlinck <teirllm@auburn.edu>
2455
2456 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
2457 is optional.
2458
cb5db137
NR
24592005-05-24 Nick Roberts <nickrob@snap.net.nz>
2460
2461 * frames.texi (Dialog Boxes): Descibe new optional argument.
2462
3c8572f5
LK
24632005-05-23 Lute Kamstra <lute@gnu.org>
2464
2465 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
2466 syntax-begin-function over font-lock-beginning-of-syntax-function.
2467
2a4d7cb3
LT
24682005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2469
71f800cf
LT
2470 * minibuf.texi (Reading File Names): Update description of
2471 `read-directory-name'.
2472
2a4d7cb3
LT
2473 * modes.texi (Derived Modes): Clarify :group keyword.
2474
bb4afd09
EZ
24752005-05-21 Eli Zaretskii <eliz@gnu.org>
2476
b5305167
SM
2477 * files.texi (Locating Files): New subsection.
2478 Describe locate-file and executable-find.
bb4afd09 2479
a2c9aee6
EZ
24802005-05-21 Kevin Ryde <user42@zip.com.au>
2481
2482 * frames.texi (Initial Parameters): Update cross reference to
2483 "Emacs Invocation".
2484
6900105f
LT
24852005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2486
ca1b0914
LT
2487 * keymaps.texi (Active Keymaps): Add anchor.
2488
6900105f
LT
2489 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
2490 (Major Mode Conventions): Refer to `Auto Major Mode' in more
2491 appropriate place.
2492 (Derived Modes): Small clarifications.
b5305167
SM
2493 (Minor Mode Conventions, Keymaps and Minor Modes):
2494 Replace references to nodes with references to anchors.
6900105f
LT
2495 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
2496 Clarify description of lists whose first element is an integer.
2497 (Mode Line Variables): Add anchor.
2498 (%-Constructs): Clarify description of integer after %.
2499 (Emulating Mode Line): Describe nil value for FACE.
2500
54d06364
LT
25012005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2502
2503 * modes.texi (Derived Modes): Correct references to non-existing
2504 variable standard-syntax-table.
2505
f8d0b769
LK
25062005-05-17 Lute Kamstra <lute@gnu.org>
2507
2508 * modes.texi (Defining Minor Modes): Mention the mode hook.
2509
294c599c
KS
25102005-05-15 Kim F. Storm <storm@cua.dk>
2511
2512 * processes.texi (Network): Remove open-network-stream-nowait.
2513 (Network Servers): Remove open-network-stream-server.
2514
4214af69
LT
25152005-05-15 Luc Teirlinck <teirllm@auburn.edu>
2516
2517 * elisp.texi (Top): Update detailed menu.
2518
2519 * variables.texi: Reorder nodes.
2520 (Variables): Update menu.
2521 (File Local Variables): Do not refer to the `-*-' line as
2522 a "local variables list". Add pxref.
2523
302691ab
LT
25242005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2525
56d4215a
LT
2526 * elisp.texi (Top): Update detailed menu for node changes.
2527
302691ab 2528 * modes.texi (Modes): Update Menu.
6db11765 2529 (Hooks): Move to beginning of chapter.
302691ab
LT
2530 Most minor modes run mode hooks too.
2531 `add-hook' can handle void hooks or hooks whose value is a single
2532 function.
2533 (Major Modes): Update Menu.
2534 (Major Mode Basics): New node, split off from `Major Modes'.
2535 (Major Mode Conventions): Correct xref. Explain how to handle
2536 auto-mode-alist if the major mode command has an autoload cookie.
2537 (Auto Major Mode): Major update. Add magic-mode-alist.
2538 (Derived Modes): Major update.
2539 (Mode Line Format): Update Menu.
2540 (Mode Line Basics): New node, split off from `Mode Line Format'.
2541
2542 * loading.texi (Autoload): Mention `autoload cookie' as synonym
2543 for `magic autoload comment'. Add index entries and anchor.
2544
d06ba294
RS
25452005-05-14 Richard M. Stallman <rms@gnu.org>
2546
2547 * tips.texi (Coding Conventions): Explain how important it is
2548 that just loading certain files not change Emacs behavior.
2549
2550 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
2551
405cb12a
LK
25522005-05-12 Lute Kamstra <lute@gnu.org>
2553
19958124
LK
2554 * modes.texi (Generic Modes): Update.
2555 (Major Modes): Refer to node "Generic Modes".
2556
405cb12a
LK
2557 * elisp.texi (Top): Update to the current structure of the manual.
2558 * processes.texi (Processes): Add menu description.
2559 * customize.texi (Customization): Add menu descriptions.
2560
f714dd1b
TTN
25612005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2562
cc9442f2
TTN
2563 * processes.texi (Signals to Processes)
2564 (Low-Level Network): Fix typos.
f714dd1b 2565
36ad23ec
LK
25662005-05-11 Lute Kamstra <lute@gnu.org>
2567
2568 * elisp.texi (Top): Add some nodes from the chapter "Major and
2569 Minor Modes" to the detailed node listing.
2570
d101bf56
RS
25712005-05-10 Richard M. Stallman <rms@gnu.org>
2572
2573 * keymaps.texi (Extended Menu Items): Menu item filter functions
2574 can be called at any time.
2575
698b0510
LT
25762005-05-08 Luc Teirlinck <teirllm@auburn.edu>
2577
2578 * variables.texi (File Local Variables): `(hack-local-variables t)'
2579 now also checks whether a mode is specified in the local variables
2580 list.
2581
2c6b25c7
EZ
25822005-05-05 Kevin Ryde <user42@zip.com.au>
2583
2584 * display.texi (The Echo Area): Correct format function cross
2585 reference.
2586
643b4cf5
LT
25872005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2588
2589 * variables.texi (Variable Aliases): Change description of
2590 `define-obsolete-variable-alias'.
2591
2592 * functions.texi (Functions): Add "Obsolete Functions" to menu.
2593 (Defining Functions): Add xref.
2594 (Obsolete Functions): New node.
2595 (Function Safety): Standardize capitalization of section title.
2596
2597 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2598 (Dialog Boxes): Complete description of `x-popup-dialog'.
2599
053bc8e4
RS
26002005-05-04 Richard M. Stallman <rms@gnu.org>
2601
2602 * commands.texi (Interactive Codes): Fix Texinfo usage.
2603 Document U more clearly.
2604
f6b1b15a
LT
26052005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2606
3b925015
LT
2607 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2608 function and not a macro.
2609
f6b1b15a
LT
2610 * frames.texi (Pop-Up Menus): Correct and clarify description of
2611 `x-popup-menu'.
2612 (Dialog Boxes): Clarify description of `x-popup-dialog'.
2613
ebbfa918
RS
26142005-05-01 Richard M. Stallman <rms@gnu.org>
2615
2616 * edebug.texi (Checking Whether to Stop): Fix previous change.
2617
abe2f96e
LT
26182005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2619
d6028ef2
LT
2620 * display.texi: Fix typos and Texinfo usage.
2621
abe2f96e
LT
2622 * edebug.texi (Checking Whether to Stop): executing-macro ->
2623 executing-kbd-macro.
2624
b2cfb30b
RS
26252005-05-01 Richard M. Stallman <rms@gnu.org>
2626
2627 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2628
7e995a23
RS
26292005-04-30 Richard M. Stallman <rms@gnu.org>
2630
2631 * files.texi (Magic File Names): Document `operations' property.
2632
57efa539
LK
26332005-04-29 Lute Kamstra <lute@gnu.org>
2634
2635 * modes.texi (Generic Modes): New node.
2636 (Major Modes): Add it to the menu.
2637 (Derived Modes): Add "derived mode" to concept index.
2638
0a20b1dc
LK
26392005-04-28 Lute Kamstra <lute@gnu.org>
2640
2641 * modes.texi (Defining Minor Modes): Fix previous change.
2642 (Font Lock Mode): Simplify.
2643 (Font Lock Basics): Say that font-lock-defaults is buffer-local
2644 when set and that some parts are optional. Add cross references.
2645 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
2646 Add cross references. Add font-lock-multiline to index.
2647 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 2648 Lock Variables". Document font-lock-add-keywords and
b5305167 2649 font-lock-remove-keywords.
0a20b1dc
LK
2650 (Other Font Lock Variables): Move font-lock-keywords-only,
2651 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2652 and font-lock-syntactic-face-function to node "Syntactic Font
2653 Lock". Move font-lock-keywords-case-fold-search to node
2654 "Search-based Fontification". Document font-lock-inhibit-thing-lock
2655 and font-lock-{,un}fontify-{buffer,region}-function.
2656 (Precalculated Fontification): Remove reference to deleted variable
2657 font-lock-core-only.
2658 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2659 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
2660 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2661 and font-lock-syntactic-face-function here from node "Other Font
2662 Lock Variables". Move font-lock-syntactic-keywords to "Setting
2663 Syntax Properties". Add cross references.
b5305167
SM
2664 (Setting Syntax Properties): New node.
2665 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
2666 * syntax.texi (Syntax Properties): Add cross reference.
2667 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2668
68a94f5a
RS
26692005-04-26 Richard M. Stallman <rms@gnu.org>
2670
2671 * display.texi (Defining Faces):
2672 Document `default' elements of defface spec.
2673
2674 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2675
2676 * variables.texi (Variable Aliases): Clarify text.
2677
26782005-04-25 Chong Yidong <cyd@stupidchicken.com>
2679
2680 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2681
7f48f143
LT
26822005-04-25 Luc Teirlinck <teirllm@auburn.edu>
2683
2684 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2685
45d2f8e8
EZ
26862005-04-24 Eli Zaretskii <eliz@gnu.org>
2687
f3714ab2
EZ
2688 * syntax.texi (Syntax Table Internals): Elaborate documentation of
2689 syntax-after and syntax-class.
2690
45d2f8e8 2691 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
2692 (Unique File Names): Don't mention "numbers" in the documentation
2693 of make-temp-file and make-temp-name.
45d2f8e8 2694
469bc679
RS
26952005-04-23 Richard M. Stallman <rms@gnu.org>
2696
2697 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2698
c9fa5dc9
RS
26992005-04-22 Nick Roberts <nickrob@snap.net.nz>
2700
2701 * windows.texi (Cyclic Window Ordering): Clarify window-list.
2702
230e1e80
NR
27032005-04-22 Nick Roberts <nickrob@snap.net.nz>
2704
2705 * variables.texi (Variable Aliases): Describe make-obsolete-variable
2706 and define-obsolete-variable-alias.
2707
1ba52906
KS
27082005-04-22 Kim F. Storm <storm@cua.dk>
2709
2710 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2711 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2712
9721d904
LK
27132005-04-21 Lute Kamstra <lute@gnu.org>
2714
2715 * lists.texi (Association Lists): Document rassq-delete-all.
2716
ed35c736
RS
27172005-04-19 Richard M. Stallman <rms@gnu.org>
2718
2719 * modes.texi (Search-based Fontification): Explain that
2720 facespec is an expression to be evaluated.
2721
42fc00a4
RS
27222005-04-19 Kevin Ryde <user42@zip.com.au>
2723
b5305167 2724 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
2725 * strings.texi (String Conversion): Fix xref.
2726
5827e9d4
KS
27272005-04-19 Kim F. Storm <storm@cua.dk>
2728
2729 * symbols.texi (Symbol Plists): Add safe-get.
2730 Mention that `get' may signal an error.
2731
47872da9
NR
27322005-04-18 Nick Roberts <nickrob@snap.net.nz>
2733
2734 * customize.texi (Variable Definitions): Replace tooltip-mode
2735 example with save-place.
2736
ec0cf966
RS
27372005-04-17 Richard M. Stallman <rms@gnu.org>
2738
2739 * buffers.texi (Indirect Buffers): Clarify.
2740
2741 * positions.texi (Positions): Clarify converting marker to integer.
2742
2743 * strings.texi (String Basics): Mention string-match; clarify.
2744
199bb209
LK
27452005-04-08 Lute Kamstra <lute@gnu.org>
2746
2747 * modes.texi (Search-based Fontification): Fix cross references.
2748 Use consistent terminology. Document anchored highlighting.
2749
bfa54668
LK
27502005-04-05 Lute Kamstra <lute@gnu.org>
2751
2752 * modes.texi (Defining Minor Modes): Document :group keyword
2753 argument and its default value.
2754
07e5fb9e
LK
27552005-04-03 Lute Kamstra <lute@gnu.org>
2756
2757 * hooks.texi (Standard Hooks): Add some hooks. Add cross
2758 references and/or descriptions. Delete major mode hooks; mention
2759 them as a category instead. Rename or delete obsolete hooks.
2760
aa945b59
RS
27612005-04-02 Richard M. Stallman <rms@gnu.org>
2762
2763 * nonascii.texi (Coding System Basics): Another wording cleanup.
2764
8b918214
RS
27652005-04-01 Richard M. Stallman <rms@gnu.org>
2766
2767 * nonascii.texi (Coding System Basics): Clarify previous change.
2768
41639988
KH
27692005-04-01 Kenichi Handa <handa@m17n.org>
2770
2771 * nonascii.texi (Coding System Basics): Describe about rondtrip
2772 identity of coding systems.
2773
8e669bbd
RS
27742005-03-29 Chong Yidong <cyd@stupidchicken.com>
2775
2776 * text.texi (Buffer Contents): Add filter-buffer-substring and
2777 buffer-substring-filters.
2778
f60a6f87
RS
27792005-03-26 Chong Yidong <cyd@stupidchicken.com>
2780
2781 * anti.texi (Antinews): Mention `G' interactive code.
2782
2783 * tips.texi (Compilation Tips): Mention benchmark.el.
2784
aaac1251
LT
27852005-03-27 Luc Teirlinck <teirllm@auburn.edu>
2786
2787 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
2788 is now bound to M-o M-o.
2789
2790 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
2791
45325173
GM
27922005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
2793
2794 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
2795 in the Emacs Manual).
2796 * Makefile.in (srcs): Remove calendar.texi.
2797 * makefile.w32-in (srcs): Remove calendar.texi.
2798 * display.texi (Display): Change name of next node.
2799 * os.texi (System In): Change name of previous node.
2800 * elisp.texi (Top): Remove Calendar references.
2801 * vol1.texi (Top): Remove Calendar references.
2802 * vol2.texi (Top): Remove Calendar references.
2803
85df292e
RS
28042005-03-25 Richard M. Stallman <rms@gnu.org>
2805
45325173 2806 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
2807 Cleanup previous change.
2808
28092005-03-25 Chong Yidong <cyd@stupidchicken.com>
2810
2811 * display.texi (Face Attributes): Faces earlier in an :inherit
2812 list take precedence.
2813 (Scroll Bars): Fix description of vertical-scroll-bars.
2814 Document frame-current-scroll-bars and window-current-scroll-bars.
2815
2816 * markers.texi (The Mark): Document temporary Transient Mark mode.
2817
b5305167
SM
2818 * minibuf.texi (Reading File Names):
2819 Document read-file-name-completion-ignore-case.
85df292e
RS
2820
2821 * positions.texi (Screen Lines): Document nil for width argument
2822 to compute-motion.
2823
1fe54d69
KS
28242005-03-23 Kim F. Storm <storm@cua.dk>
2825
2826 * display.texi (Standard Faces): Other faces used in the fringe
2827 implicitly inherits from the fringe face.
2828 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
2829 properties implicitly inherits from fringe face.
2830 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
2831
a775dff4
RS
28322005-03-20 Chong Yidong <cyd@stupidchicken.com>
2833
2834 * display.texi (Invisible Text): State default value of
2835 line-move-ignore-invisible.
2836 (Managing Overlays): Document remove-overlays.
2837 (Standard Faces): Document escape-glyph face.
2838
b5305167 2839 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 2840
b5305167
SM
2841 * modes.texi (Other Font Lock Variables):
2842 Document font-lock-lines-before.
a775dff4
RS
2843
2844 * positions.texi (Skipping Characters): skip-chars-forward allows
2845 character classes.
2846
077f7085
LK
28472005-03-18 Lute Kamstra <lute@gnu.org>
2848
2849 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
2850
d69ea7ab
RS
28512005-03-17 Richard M. Stallman <rms@gnu.org>
2852
c7bd5d57
RS
2853 * text.texi (Undo): Document extensible undo entries.
2854
d69ea7ab
RS
2855 * searching.texi (String Search, Regexp Search, Regexp Search):
2856 Cleanups.
2857
2858 * nonascii.texi (Character Codes): Minor fix.
2859
2860 * display.texi (Display Property): Explain the significance
2861 of having text properties that are eq.
2862 (Other Display Specs): Explain string as display spec.
2863
2864 * commands.texi (Interactive Codes): Document G option.
2865
28662005-03-17 Chong Yidong <cyd@stupidchicken.com>
2867
2868 * text.texi (Filling): Add sentence-end-without-period and
2869 sentence-end-without-space.
2870 (Changing Properties): Minor fix.
2871
2872 * anti.texi: Total rewrite.
2873
a7679889
LK
28742005-03-15 Lute Kamstra <lute@gnu.org>
2875
2876 * edebug.texi (Instrumenting Macro Calls): Fix typos.
2877
6eb8e247
KS
28782005-03-08 Kim F. Storm <storm@cua.dk>
2879
2880 * display.texi (Specified Space): Property :width is support on
2881 non-graphic terminals, :height is not.
2882
bfa8be14
RS
28832005-03-07 Richard M. Stallman <rms@gnu.org>
2884
2885 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
2886 Now subnodes of Fringes.
2887 (Overlay Arrow): Document overlay-arrow-variable-list.
2888 (Fringe Size/Pos): New node, broken out of Fringes.
2889 (Display): Explain clearing vs redisplay better.
2890 (Truncation): Clarify use of bitmaps.
2891 (The Echo Area): Clarify the uses of the echo area.
2892 Add max-mini-window-height.
2893 (Progress): Clarify.
2894 (Invisible Text): Explain that main loop moves point out.
2895 (Selective Display): Say "hidden", not "invisible".
b5305167 2896 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
2897 (Overlay Properties): Clarify intro.
2898 (Finding Overlays): Explain return values when nothing found.
2899 (Width): truncate-string-to-width has added arg.
2900 (Displaying Faces): Clarify and update mode line face handling.
2901 (Face Functions): Minor cleanup.
b5305167 2902 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
2903 (Pixel Specification, Other Display Specs): Minor cleanups.
2904 (Images, Image Descriptors): Minor cleanups.
2905 (GIF Images): Patents have expired.
2906 (Showing Images): Explain default text for insert-image.
b5305167 2907 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
2908 (Making Buttons): Explain return values.
2909 (Button Buffer Commands): Add xref.
2910 (Inverse Video): Update mode-line-inverse-video.
2911 (Display Table Format): Clarify.
2912 (Active Display Table): Give defaults for window-display-table.
2913
2914 * calendar.texi (Calendar Customizing): calendar-holiday-marker
2915 and calendar-today-marker are strings, not chars.
2916 (Holiday Customizing): Minor fix.
2917
bfa8be14
RS
2918 * internals.texi (Writing Emacs Primitives): Update `or' example.
2919 Update limit on # args of subr.
2920
2921 * edebug.texi (Using Edebug): Arrow is in fringe.
2922 (Instrumenting): Arg to eval-defun works without loading edebug.
2923 (Edebug Execution Modes): Add xref.
2924
2925 * customize.texi (Common Keywords): Clarify :require.
2926 Mention :version here.
2927 (Variable Definitions, Group Definitions): Not here.
2928 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
2929
d69ea7ab
RS
29302005-03-07 Chong Yidong <cyd@stupidchicken.com>
2931 * nonascii.texi (Text Representations): Clarify position-bytes.
2932 (Character Sets): Add list-charset-chars.
2933 (Scanning Charsets): Add charset-after.
2934 (Encoding and I/O): Minor fix.
2935
34398e6c
RS
29362005-03-06 Richard M. Stallman <rms@gnu.org>
2937
2938 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
2939 (Resizing Windows): Likewise.
2940
2941 * text.texi (Change Hooks): Get rid of "Emacs 21".
2942
2943 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
2944
2945 * streams.texi (Output Variables): Get rid of "Emacs 21".
2946
2947 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
2948
2949 * os.texi (Translating Input): Replace flow-control example
2950 with a less obsolete example that uses `keyboard-translate'.
2951
6eb8e247 2952 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 2953 Get rid of "Emacs 21".
6eb8e247 2954
34398e6c
RS
2955 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
2956 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
2957
2958 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
2959
2960 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
2961
2962 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
2963 (Menu Bar): Fix when menu-bar-update-hook is called.
2964
2965 * hash.texi (Hash Tables): Get rid of "Emacs 21".
2966
2967 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
2968 and make it read better.
2969
2970 * files.texi (Writing to Files): Get rid of "Emacs 21".
2971 (Unique File Names): Likewise.
2972
2973 * elisp.texi: Update Emacs version to 22.
2974
2975 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
2976 (Overlay Properties, Face Attributes): Likewise.
2977 (Managing Overlays): Fix punctuation.
2978 (Attribute Functions): Clarify set-face-font; get rid of
2979 info about old Emacs versions.
2980 (Auto Faces, Font Lookup, Display Property, Images):
2981 Get rid of "Emacs 21".
2982
2983 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
2984
d2178387
RS
29852005-03-05 Richard M. Stallman <rms@gnu.org>
2986
2987 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
2988
524352d6
LK
29892005-03-04 Lute Kamstra <lute@gnu.org>
2990
2991 * debugging.texi (Error Debugging): Document stack-trace-on-error.
2992
29932005-03-03 Lute Kamstra <lute@gnu.org>
2994
2995 * edebug.texi (Instrumenting Macro Calls): Fix typo.
2996
284f0680
LK
29972005-03-01 Lute Kamstra <lute@gnu.org>
2998
2999 * debugging.texi (Debugger Commands): Update `j'.
3000
a9ee5cac
LK
30012005-02-28 Lute Kamstra <lute@gnu.org>
3002
3003 * debugging.texi (Debugging): Fix typo.
3004 (Error Debugging): Document eval-expression-debug-on-error.
3005 (Function Debugging): Update example.
3006 (Using Debugger): Mention starred stack frames.
3007 (Debugger Commands): Document `j' and `l'.
3008 (Invoking the Debugger): `d' and `j' exit recursive edit too.
3009 Update the messages that the debugger displays.
3010 (Internals of Debugger): Add cross reference. Update example.
3011 (Excess Open): Minor improvement.
3012 (Excess Close): Minor improvement.
3013
378d0f8e
RS
30142005-02-26 Richard M. Stallman <rms@gnu.org>
3015
3016 * tips.texi (Coding Conventions): Clarify.
3017 Put all the major mode key reservations together.
3018 Mention the Mouse-1 => Mouse-2 conventions.
3019
3020 * syntax.texi (Syntax Class Table): Clarify.
3021 (Syntax Table Functions): syntax-after moved from here.
3022 (Syntax Table Internals): syntax-after moved to here.
3023 (Parsing Expressions): Update info on number of values
3024 and what's meaningful in the STATE argument.
3025 (Categories): Fix typo.
3026
3027 * sequences.texi (Arrays): Cleanup.
3028 (Char-Tables): Clarify.
3029
3030 * processes.texi (Deleting Processes): Cleanups, add xref.
3031 (Subprocess Creation): Explain nil in exec-path. Cleanup.
3032 (Process Information): set-process-coding-system, some args optional.
3033 (Input to Processes): Explain various types for PROCESS args.
3034 Rename them from PROCESS-NAME to PROCESS.
3035 (Signals to Processes): Likewise.
3036 (Decoding Output): Cleanup.
3037 (Query Before Exit): Clarify.
3038
3039 * os.texi (Startup Summary): Correct the options; add missing ones.
3040 (Terminal Output, Batch Mode): Clarify.
3041 (Flow Control): Node deleted.
3042
3043 * markers.texi (The Mark): Clarify.
3044
3045 * macros.texi (Expansion): Cleanup.
3046 (Indenting Macros): indent-spec allows ints, not floats.
3047
3048 * keymaps.texi (Keymaps): Clarify.
3049 (Format of Keymaps): Update lisp-mode-map example.
3050 (Active Keymaps, Key Lookup): Clarify.
3051 (Changing Key Bindings): Add xref to `kbd'.
3052 (Key Binding Commands, Simple Menu Items): Clarify.
3053 (Mouse Menus, Menu Bar): Clarify.
3054 (Menu Example): Replace print example with menu-bar-replace-menu.
3055
3056 * help.texi (Documentation Basics): Add function-documentation prop.
3057
3058 * elisp.texi (Top): Don't refer to Flow Control node.
3059
3060 * commands.texi (Command Overview): Improve xrefs.
3061 (Adjusting Point): Adjusting point applies to intangible and invis.
3062 (Key Sequence Input): Doc extra read-key-sequence args.
3063 Likewise for read-key-sequence-vector.
3064
3065 * backups.texi (Rename or Copy): Minor fix.
3066 (Numbered Backups): For version-control, say the default.
3067 (Auto-Saving): make-auto-save-file-name example is simplified.
3068
3069 * advice.texi (Advising Functions): Don't imply one part of Emacs
3070 should advise another part. Markup changes.
3071 (Defining Advice): Move transitional para.
3072 (Activation of Advice): Cleanup.
3073 Explain if COMPILE is nil or negative.
3074
3075 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
3076
2e20c83d
LK
30772005-02-24 Lute Kamstra <lute@gnu.org>
3078
3079 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
3080 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
3081
65c492fd
LK
30822005-02-23 Lute Kamstra <lute@gnu.org>
3083
b02c3eed
LK
3084 * modes.texi (Defining Minor Modes): define-minor-mode can be used
3085 to define global minor modes as well.
3086
65c492fd
LK
3087 * display.texi (Managing Overlays): overlay-buffer returns nil for
3088 deleted overlays.
3089
b686dd59
KS
30902005-02-22 Kim F. Storm <storm@cua.dk>
3091
3092 * minibuf.texi (Basic Completion): Allow symbols in addition to
3093 strings in try-completion and all-completions.
3094
23e8c095
LK
30952005-02-14 Lute Kamstra <lute@gnu.org>
3096
3097 * elisp.texi (Top): Remove reference to deleted node.
3098
3099 * lists.texi (Lists): Remove reference to deleted node.
3100 (Cons Cells): Fix typo.
3101
3102 * loading.texi (Where Defined): Fix typo.
3103
134948fc
RS
31042005-02-14 Richard M. Stallman <rms@gnu.org>
3105
3106 * variables.texi (Creating Buffer-Local): change-major-mode-hook
3107 is useful for discarding some minor modes.
3108
3109 * symbols.texi (Symbol Components): Reorder examples.
3110
3111 * streams.texi (Input Functions): State standard-input default.
3112 (Output Variables): State standard-output default.
3113
3114 * objects.texi (Printed Representation): Clarify read syntax vs print.
3115 (Floating Point Type): Explain meaning better.
3116 (Symbol Type): Explain uniqueness better.
3117 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
3118 List examples sooner.
3119 (Box Diagrams): New subnode broken out.
3120 Some examples moved from old Lists as Boxes node.
3121 (Dotted Pair Notation): Clarify intro.
3122 (Array Type): Clarify.
3123 (Type Predicates): Add hash-table-p.
3124
3125 * numbers.texi (Integer Basics): Clarify radix explanation.
3126 (Predicates on Numbers): Minor clarification.
3127 (Comparison of Numbers): Minor clarification. Clarify eql.
3128 Typos in min, max.
3129 (Math Functions): Clarify overflow in expt.
3130
3131 * minibuf.texi (Text from Minibuffer): Minor clarification.
3132 Mention arrow keys.
3133
3134 * loading.texi (Autoload): defun's doc string overrides autoload's
3135 doc string.
3136 (Repeated Loading): Modernize "add to list" examples.
3137 (Where Defined): Finish updating table of load-history elts.
3138
3139 * lists.texi (List-related Predicates): Minor wording improvement.
3140 (Lists as Boxes): Node deleted.
3141 (Building Lists): Explain trivial cases of number-sequence.
3142
3143 * hash.texi (Hash Tables): Add desc to menu items.
3144 (Creating Hash): Expain "full" means "make larger",
3145 (Hash Access): Any object can be a key.
3146 State value of maphash.
3147
3148 * functions.texi (What Is a Function): Wording cleanup.
3149 (Function Documentation): Minor cleanup.
3150 Explain purpose of calling convention at end of doc string.
3151 (Function Names): Wording cleanup.
3152 (Calling Functions): Wording cleanup.
3153 Explain better how funcall calls the function.
3154 (Function Cells): Delete example of saving and redefining function.
3155
3156 * control.texi (Combining Conditions): Wording cleanup.
3157 (Iteration): dolist and dotimes bind VAR locally.
3158 (Cleanups): Xref to Atomic Changes.
3159
3160 * compile.texi (Byte Compilation): Delete 19.29 info.
3161 (Compilation Functions): Macros' difficulties don't affect defsubst.
3162 (Docs and Compilation): Delete 19.29 info.
3163
44291460
RS
31642005-02-10 Richard M. Stallman <rms@gnu.org>
3165
3166 * objects.texi (Symbol Type): Minor correction.
3167
1f9ad95a
LK
31682005-02-06 Lute Kamstra <lute@gnu.org>
3169
3170 * modes.texi (Example Major Modes): Fix typos.
3171
ba2c991c
RS
31722005-02-06 Richard M. Stallman <rms@gnu.org>
3173
3174 * text.texi (Margins): fill-nobreak-predicate can be one function.
3175
3176 * strings.texi (Modifying Strings): clear-string can make unibyte.
3177 (Formatting Strings): format gives error if values missing.
3178
3179 * positions.texi (Character Motion): Mention default arg
3180 for forward-char. backward-char refers to forward-char.
3181 (Word Motion): Mention default arg for forward-word.
3182 (Buffer End Motion): Mention default arg for beginning-of-buffer.
3183 Simplify end-of-buffer.
3184 (Text Lines): Mention default arg for forward-line.
3185 (List Motion): Mention default arg for beginning/end-of-defun.
3186 (Skipping Characters): Minor fixes in explaining character-set.
3187
3188 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
3189 Mode inheritance applies only when default-major-mode is nil.
3190 Clarifications.
3191 (Example Major Modes): Update Text mode and Lisp mode examples.
3192 (Minor Mode Conventions): Mention define-minor-mode at top.
3193 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
3194 (Mode Line Format): Update mode line face display info.
3195 (Properties in Mode): Mention effect of risky vars.
3196 (Imenu): Define imenu-add-to-menubar.
3197 (Font Lock Mode): Add descriptions to menu lines.
3198 (Faces for Font Lock): Add font-lock-doc-face.
3199
9bf6d576
LK
32002005-02-05 Lute Kamstra <lute@gnu.org>
3201
3202 * text.texi (Maintaining Undo): Remove obsolete function.
3203
cb602754
EZ
32042005-02-05 Eli Zaretskii <eliz@gnu.org>
3205
3206 * frames.texi (Color Names): Add pointer to the X docs about RGB
3207 color specifications. Improve indexing
3208 (Text Terminal Colors): Replace the description of RGB values by
3209 an xref to "Color Names".
3210
4e07258f
RS
32112005-02-03 Richard M. Stallman <rms@gnu.org>
3212
3213 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
3214 Clarify.
3215 (Selecting Windows): Clarify save-selected-window.
3216 (Cyclic Window Ordering): Clarify walk-windows.
3217 (Window Point): Clarify.
3218 (Window Start): Add comment to example.
3219 (Resizing Windows): Add `interactive' specs in examples.
3220 Document fit-window-to-buffer.
3221
3222 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
3223 (Undo, Maintaining Undo): Clarify last change.
3224 (Sorting): In sort-numeric-fields, explain about octal and hex.
3225 Mention sort-numeric-base.
3226 (Format Properties): Add xref for hard newlines.
3227
3228 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
3229 (Pop-Up Menus): Fix typo.
3230 (Color Names): Explain all types of color names.
3231 Explain color-values on B&W terminal.
3232 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
3233
3234 * files.texi (File Locks): Not supported on MS systems.
3235 (Testing Accessibility): Clarify.
3236
3237 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
3238 (Coverage Testing): Fix typo.
3239
3240 * commands.texi (Misc Events): Remove stray space.
3241
3242 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
3243 (Modification Time): Clarify when visited-file-modtime returns 0.
3244 (The Buffer List): Clarify bury-buffer.
3245 (Killing Buffers): Clarify.
3246 (Indirect Buffers): Add clone-indirect-buffer.
3247
32482005-02-02 Matt Hodges <MPHodges@member.fsf.org>
3249
3250 * edebug.texi (Printing in Edebug): Fix default value of
3251 edebug-print-circle.
3252 (Coverage Testing): Fix displayed frequency count data.
3253
32542005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
3255
3256 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
3257
4e07258f 32582005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
3259
3260 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
3261
28d986b9
EZ
32622005-01-29 Eli Zaretskii <eliz@gnu.org>
3263
3264 * commands.texi (Misc Events): Describe the help-echo event.
3265
3266 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
3267 consistently in description of the help-echo property.
3268 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
3269
3270 * display.texi (Overlay Properties): Fix the index entry for
3271 help-echo overlay property.
3272
3273 * customize.texi (Type Keywords): Uncomment the xref to the
3274 help-echo property documentation.
3275
8f958b40
KS
32762005-01-23 Kim F. Storm <storm@cua.dk>
3277
3278 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
3279 return value. Third element FULLY replaced by PARTIAL which
3280 specifies number of invisible pixels if row is only partially visible.
3281 (Textual Scrolling): Mention auto-window-vscroll.
3282 (Vertical Scrolling): New defvar auto-window-vscroll.
3283
cd7e5dd6
LT
32842005-01-16 Luc Teirlinck <teirllm@auburn.edu>
3285
3286 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
3287 command remapping.
3288
6f771c32
RS
32892005-01-15 Richard M. Stallman <rms@gnu.org>
3290
3291 * display.texi (Defining Images): Mention DATA-P arg of create-image.
3292
6ac8a822
KS
32932005-01-14 Kim F. Storm <storm@cua.dk>
3294
88948d55
KS
3295 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
3296
6ac8a822
KS
3297 * text.texi (Links and Mouse-1): Fix string and vector item.
3298
20d6de82
RS
32992005-01-13 Richard M. Stallman <rms@gnu.org>
3300
3301 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
3302 descriptions of overriding-local-map and overriding-terminal-local-map.
3303
3304 * text.texi (Links and Mouse-1): Clarify text.
3305
f75a592e
KS
33062005-01-13 Kim F. Storm <storm@cua.dk>
3307
3308 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
3309
910f60b1
TTN
33102005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
3311
3312 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
3313
37181fc4
KS
33142005-01-12 Kim F. Storm <storm@cua.dk>
3315
3316 * text.texi (Links and Mouse-1): Rename section from Enabling
3317 Mouse-1 to Following Links. Change xrefs.
3318 Add examples for define-button-type and define-widget.
3319
3320 * display.texi (Button Properties, Button Buffer Commands):
3321 Clarify mouse-1 and follow-link functionality.
3322
28f94a34
RS
33232005-01-12 Richard M. Stallman <rms@gnu.org>
3324
3325 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
3326
3327 * display.texi (Beeping): Fix Texinfo usage.
3328
3329 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
3330
bac2d936
KS
33312005-01-11 Kim F. Storm <storm@cua.dk>
3332
3333 * display.texi (Button Properties, Button Buffer Commands):
93381d62 3334 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
3335
3336 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
3337 (Enabling Mouse-1 to Follow Links): New subsection.
3338
de968ddb
RS
33392005-01-06 Richard M. Stallman <rms@gnu.org>
3340
3341 * text.texi (Special Properties): Minor change.
3342
3343 * os.texi (Timers): Clarify previous change.
3344
3345 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
3346
a3a43b3b
LT
33472005-01-01 Luc Teirlinck <teirllm@auburn.edu>
3348
3349 * display.texi (Face Attributes): Correct xref to renamed node.
3350
732bb9ce
RS
33512005-01-01 Richard M. Stallman <rms@gnu.org>
3352
3353 * display.texi (Face Attributes): Describe hex color specs.
3354
c734ae59
RS
33552004-12-31 Richard M. Stallman <rms@gnu.org>
3356
3357 * os.texi (Timers): Update previous change.
3358
33b2f4ea
KS
33592004-12-30 Kim F. Storm <storm@cua.dk>
3360
3361 * display.texi (Line Height): Total line-height is now specified
3362 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
3363 in cons cells. (nil . RATIO) is relative to actual line height.
3364 Use line-height `t' instead of `0' to get minimum height.
3365
99ec74b9
RS
33662004-12-29 Richard M. Stallman <rms@gnu.org>
3367
3368 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
3369
eab463f6
RS
33702004-12-28 Richard M. Stallman <rms@gnu.org>
3371
3372 * commands.texi (Quitting): Clarify value of with-local-quit.
3373
3374 * elisp.texi (Top): Fix previous change.
3375
3376 * loading.texi (Loading): Fix previous change.
3377
ebbd14f1
RS
33782004-12-27 Richard M. Stallman <rms@gnu.org>
3379
4ae98fc5
RS
3380 * Makefile.in (MAKEINFO): Specify --force.
3381
8f430046
RS
3382 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
3383
56011a8c
RS
3384 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
3385
3386 * display.texi (Line Height): Further clarify.
3387
3388 * elisp.texi (Top): Update Loading submenu.
3389
ebbd14f1
RS
3390 * loading.texi (Where Defined): New node.
3391 (Unloading): load-history moved to Where Defined.
3392
fda2922a
RS
33932004-12-21 Richard M. Stallman <rms@gnu.org>
3394
3395 * commands.texi (Event Input Misc): Add while-no-input.
3396
9eb8959a
RS
33972004-12-11 Richard M. Stallman <rms@gnu.org>
3398
3399 * display.texi (Line Height): Rewrite text for clarity.
3400
adf87c29
KS
34012004-12-11 Kim F. Storm <storm@cua.dk>
3402
3403 * display.texi (Display): Add node "Line Height" to menu.
3404 (Line Height): New node. Move full description of line-spacing
3405 and line-height text properties here from text.texi.
3406 (Scroll Bars): Add vertical-scroll-bar variable.
3407
3408 * frames.texi (Window Frame Parameters): Remove line-height defvar.
3409
3410 * locals.texi (Standard Buffer-Local Variables): Fix xref for
3411 line-spacing and vertical-scroll-bar.
3412
3413 * text.texi (Special Properties): Just mention line-spacing and
3414 line-height here, add xref to new "Line Height" node.
3415
31e4729e
TTN
34162004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
3417
3418 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
3419
3420 * locals.texi (Standard Buffer-Local Variables):
3421 Add @xref for `line-spacing'.
3422
cc60c723
RS
34232004-12-05 Richard M. Stallman <rms@gnu.org>
3424
3425 * Makefile.in (maintainer-clean): Remove the info files
3426 in $(infodir) where they are created.
3427
f6101ac9
RS
34282004-12-03 Richard M. Stallman <rms@gnu.org>
3429
3430 * windows.texi (Selecting Windows): get-lru-window and
3431 get-largest-window don't consider dedicated windows.
3432
3433 * text.texi (Undo): Document undo-in-progress.
3434
94221759
RS
34352004-11-26 Richard M. Stallman <rms@gnu.org>
3436
3437 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
3438 Remove a few vars that are not always buffer-local.
3439
7092c5e8
LT
34402004-11-24 Luc Teirlinck <teirllm@auburn.edu>
3441
3442 * locals.texi (Standard Buffer-Local Variables): Comment out
3443 xref's to non-existent node `Yet to be written'.
3444
261b01c6
RS
34452004-11-24 Richard M. Stallman <rms@gnu.org>
3446
3447 * processes.texi (Synchronous Processes): Grammar fix.
3448
3449 * numbers.texi (Comparison of Numbers): Add eql.
3450
3451 * locals.texi (Standard Buffer-Local Variables): Add many vars.
3452
3453 * intro.texi (Printing Notation): Fix previous change.
3454
3455 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
3456 and default-indicate-buffer-boundaries from here.
3457 (Usual Display): To here.
3458 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
3459 (Usual Display): Move tab-width up.
3460
3461 * customize.texi (Variable Definitions): Replace
3462 show-paren-mode example with tooltip-mode.
7092c5e8 3463 (Simple Types, Composite Types, Defining New Types):
261b01c6 3464 Minor cleanups.
7092c5e8 3465
c1aa4864
JH
34662004-11-21 Jesper Harder <harder@ifa.au.dk>
3467
3468 * processes.texi (Synchronous Processes, Output from Processes):
3469 Markup fix.
3470
dedbac89
RS
34712004-11-20 Richard M. Stallman <rms@gnu.org>
3472
07c8c65a
RS
3473 * positions.texi (Skipping Characters): skip-chars-forward
3474 now handles char classes.
3475
8f40a868
RS
3476 * intro.texi (Printing Notation): Avoid confusion of `print'
3477 when explaining @print.
3478
3479 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
3480
3481 * display.texi (Display Table Format): Minor fix.
3482
3483 * streams.texi (Output Functions): Fix print example.
3484
fd6866c8
RS
3485 * Makefile.in (elisp): New target.
3486 (dist): Depend on $(infodir)/elisp, not elisp.
3487 Copy the info files from $(infodir).
3488
9d00469f
RS
3489 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
3490 read-from-minibuffer.
3491
dedbac89
RS
3492 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
3493
6de891db
RS
34942004-11-19 Richard M. Stallman <rms@gnu.org>
3495
3496 * searching.texi (Regexp Search): Add search-whitespace-regexp.
3497
e1c1c5a7
TTN
34982004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
3499
3500 * tips.texi (Coding Conventions): Fix typo.
3501
ee31cd78
RS
35022004-11-16 Richard M. Stallman <rms@gnu.org>
3503
3504 * tips.texi (Coding Conventions): Separate defvar and require
3505 methods to avoid warnings. Use require only when there are many
3506 functions and variables from that package.
3507
3508 * minibuf.texi (Minibuffer Completion): When ignoring case,
3509 predicate must not be case-sensitive.
3510
3511 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
3512 (Test Coverage): Don't talk about "splotches". Clarified.
3513
4bd38e94
TTN
35142004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
3515
3516 * frames.texi (Window Frame Parameters): Fix typo.
3517
6d073ae1
KS
35182004-11-15 Kim F. Storm <storm@cua.dk>
3519
9f89426b
KS
3520 * symbols.texi (Other Plists): Note that plist-get may signal error.
3521 Add safe-plist-get.
6d073ae1 3522
10980463
TTN
35232004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
3524
3525 * modes.texi (Font Lock Basics): Fix typo.
3526
1efc19eb
RS
35272004-11-08 Richard M. Stallman <rms@gnu.org>
3528
3529 * syntax.texi (Syntax Table Functions): Add syntax-after.
3530
6159c232
EZ
35312004-11-06 Lars Brinkhoff <lars@nocrew.org>
3532
3533 * os.texi (Processor Run Time): New section documenting
3534 get-internal-run-time.
3535
59dede22
EZ
35362004-11-06 Eli Zaretskii <eliz@gnu.org>
3537
3538 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
3539 it nukes elisp-cover.texi.
3540 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
3541 elisp-0 etc.
3542
4cc8522c
LT
35432004-11-05 Luc Teirlinck <teirllm@auburn.edu>
3544
3545 * commands.texi (Keyboard Macros): Document `append' return value
3546 of `defining-kbd-macro'.
3547
2d1ef312
RS
35482004-11-01 Richard M. Stallman <rms@gnu.org>
3549
3550 * commands.texi (Interactive Call): Add called-interactively-p.
3551
6f4e005d
SJ
35522004-10-29 Simon Josefsson <jas@extundo.com>
3553
3554 * minibuf.texi (Reading a Password): Revert.
3555
4f71c13f
RS
35562004-10-28 Richard M. Stallman <rms@gnu.org>
3557
3558 * frames.texi (Display Feature Testing): Explain about "vendor".
3559
4660a9e3
RS
35602004-10-27 Richard M. Stallman <rms@gnu.org>
3561
3562 * commands.texi (Interactive Codes): `N' uses numeric prefix,
3563 not raw. Clarify `n'.
3564 (Interactive Call): Rewrite interactive-p, focusing on when
3565 and how to use it.
3566 (Misc Events): Clarify previous change.
3567
3568 * advice.texi (Simple Advice): Clarify what job the example does.
3569 (Around-Advice): Clarify ad-do-it.
3570 (Activation of Advice): An option of ad-default-compilation-action
3571 is `never', not `nil'.
3572
c8636435
KS
35732004-10-26 Kim F. Storm <storm@cua.dk>
3574
3575 * commands.texi (Interactive Codes): Add U code letter.
3576
acd4089b
SJ
35772004-10-25 Simon Josefsson <jas@extundo.com>
3578
3579 * minibuf.texi (Reading a Password): Add.
3580
29dc7809
JR
35812004-10-24 Jason Rumney <jasonr@gnu.org>
3582
9b7fa297 3583 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
29dc7809
JR
3584 and wheel-down.
3585
bb5d6d34
KG
35862004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3587
3588 * processes.texi (Synchronous Processes): Document process-file.
3589
d0ee2ed3
KH
35902004-10-22 Kenichi Handa <handa@m17n.org>
3591
3592 * text.texi (translate-region): Document that it accepts also a
3593 char-table.
3594
38be9dbb
DP
35952004-10-22 David Ponce <david@dponce.com>
3596
3597 * windows.texi (Resizing Windows): Document the `preserve-before'
3598 argument of the functions `enlarge-window' and `shrink-window'.
3599
63c80452
JR
36002004-10-19 Jason Rumney <jasonr@gnu.org>
3601
3602 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3603
9f4b6e73
LT
36042004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3605
3606 * text.texi (Filling): Add anchor for definition of
3607 `sentence-end-double-space'.
3608
3609 * searching.texi (Regexp Example): Update description of how
3610 Emacs currently recognizes the end of a sentence.
3611 (Standard Regexps): Update definition of the variable
3612 `sentence-end'. Add definition of the function `sentence-end'.
3613
657f0f9c
EZ
36142004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3615
3616 * display.texi (Progress): New node.
3617
35ab4857
KS
36182004-10-05 Kim F. Storm <storm@cua.dk>
3619
3620 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3621
f2a54fbc
KS
36222004-09-29 Kim F. Storm <storm@cua.dk>
3623
3624 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3625 to identify bitmaps. Remove -fringe-bitmap suffix for standard
3626 fringe bitmap symbols, as they now have their own namespace.
3627 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3628 vs. pixels. Signal error if no free bitmap slots.
3629 (Pixel Specification): Change IMAGE to @var{image}.
3630
4676d6f3
RS
36312004-09-28 Richard M. Stallman <rms@gnu.org>
3632
3633 * text.texi (Special Properties): Clarify line-spacing and line-height.
3634
3635 * searching.texi (Regexp Search): Add looking-back.
3636
17234906
LT
36372004-09-25 Luc Teirlinck <teirllm@auburn.edu>
3638
3639 * display.texi: Correct typos.
3640 (Image Descriptors): Correct xref's.
3641
4de43c8b
RS
36422004-09-25 Richard M. Stallman <rms@gnu.org>
3643
3644 * text.texi (Special Properties): Cleanups in `cursor'.
3645 Rewrites in `line-height' and `line-spacing'; exchange them.
3646
3647 * display.texi (Fringes): Rewrite previous change.
3648 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
3649 (Display Fringe Bitmaps): Node deleted, text moved.
3650 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
3651 (Scroll Bars): Clarify set-window-scroll-bars.
3652 (Pointer Shape): Rewrite.
3653 (Specified Space): Clarify :align-to, etc.
3654 (Pixel Specification): Use @var. Clarify new text.
3655 (Other Display Specs): Clarify `slice'.
3656 (Image Descriptors): Cleanups.
3657 (Showing Images): Cleanups.
3658
a3ee0299
LT
36592004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3660
e88ebce6
LT
3661 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3662
a3ee0299
LT
3663 * modes.texi: Various minor changes in addition to:
3664 (Major Mode Conventions): Final call to `run-mode-hooks' should
3665 not be inside the `delay-mode-hooks' form.
3666 (Mode Hooks): New node.
3667 (Hooks): Delete obsolete example.
3668 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3669 node "Mode Hooks".
3670
6db2bc02
LT
36712004-09-22 Luc Teirlinck <teirllm@auburn.edu>
3672
3673 * display.texi: Correct various typos.
3674 (Display): Rename node "Pointer Shapes" to "Pointer
3675 Shape". (There is already a node called "Pointer Shapes" in
3676 frames.texi.)
3677 (Images): Remove non-existent node "Image Slices" from menu.
3678
ed2846bd
KS
36792004-09-23 Kim F. Storm <storm@cua.dk>
3680
3681 * text.texi (Special Properties): Add `cursor', `pointer',
3682 `line-height', and `line-spacing' properties.
3683
3684 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3685 Shapes' to menu.
3686 (Standard Faces): Doc fix for fringe face.
3687 (Fringes): Add `overflow-newline-into-fringe' and
3688 'indicate-buffer-boundaries'.
3689 (Fringe Bitmaps, Pointer Shapes): New nodes.
3690 (Display Property): Add 'Pixel Specification' and 'Display Fringe
3691 Bitmaps' to menu.
3692 (Specified Space): Describe pixel width and height.
3693 (Pixel Specification): New node.
3694 (Other Display Specs): Add `slice' property.
3695 (Display Fringe Bitmaps): New node.
3696 (Images): Add 'Image Slices' to menu.
3697 (Image Descriptors): Add `:pointer' and `:map' properties.
3698 (Showing Images): Add slice arg to `insert-image'. Add
3699 'insert-sliced-image'.
3700
4d894c98
RS
37012004-09-20 Richard M. Stallman <rms@gnu.org>
3702
3703 * commands.texi (Key Sequence Input):
3704 Clarify downcasing in read-key-sequence.
3705
7e388eb7
JL
37062004-09-08 Juri Linkov <juri@jurta.org>
3707
3708 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3709
a020987f
LT
37102004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3711
3712 * locals.texi (Standard Buffer-Local Variables): Add
3713 `buffer-auto-save-file-format'.
3714 * internals.texi (Buffer Internals): Describe new
3715 auto_save_file_format field of the buffer structure.
3716 * files.texi (Format Conversion): `auto-save-file-format' has been
3717 renamed `buffer-auto-save-file-format'.
3718
2b96f80c
LT
37192004-08-27 Luc Teirlinck <teirllm@auburn.edu>
3720
3721 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3722 an integer or a marker.
3723 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3724
2ee3b79e
RS
37252004-08-22 Richard M. Stallman <rms@gnu.org>
3726
3727 * modes.texi (Major Mode Conventions): Discuss rebinding of
3728 standard key bindings.
3729
c438dc33
KS
37302004-08-18 Kim F. Storm <storm@cua.dk>
3731
3732 * processes.texi (Accepting Output): Add `just-this-one' arg to
3733 `accept-process-output'.
101c421e 3734 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 3735
db8af011
LT
37362004-08-10 Luc Teirlinck <teirllm@auburn.edu>
3737
3738 * keymaps.texi: Various changes in addition to:
3739 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3740 Give more varied examples for `kbd'.
3741 (Creating Keymaps): Char tables have slots for all characters
3742 without modifiers.
3743 (Active Keymaps): `overriding-local-map' and
3744 `overriding-terminal-local-map' also override text property and
3745 overlay keymaps.
3746 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3747 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3748 to denote a prefix of no events.
3749 `map-keymap' includes parent's bindings _recursively_.
3750 Clarify and correct description of `where-is-internal'.
3751 Mention BUFFER-OR-NAME arg to `describe-bindings'.
3752 (Menu Example): For menus intended for use with the keyboard, the
3753 menu items should be bound to characters or real function keys.
3754
de700726
LT
37552004-08-08 Luc Teirlinck <teirllm@auburn.edu>
3756
30e75a87
LT
3757 * objects.texi (Character Type): Reposition `@anchor' to prevent
3758 double space inside sentence in Info.
3759
de700726
LT
3760 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3761 renamed to `disabled-command-function'.
7c5b95c9 3762 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
3763 (Command Loop Info): Replace reference to it.
3764 (Disabling Commands): `disabled-command-hook' has been renamed to
3765 `disabled-command-function'.
3766
81909a1a
LT
37672004-08-07 Luc Teirlinck <teirllm@auburn.edu>
3768
3769 * os.texi (Translating Input): Only non-prefix bindings in
3770 `key-translation-map' override actual key bindings. Warn about
3771 possible indirect effect of actual key bindings on non-prefix
3772 bindings in `key-translation-map'.
3773
5504e99c
LT
37742004-08-06 Luc Teirlinck <teirllm@auburn.edu>
3775
3776 * minibuf.texi (High-Level Completion): Add anchor for definition
3777 of `read-variable'.
3778
3779 * commands.texi: Various changes in addition to:
3780 (Using Interactive): Clarify description of `interactive-form'.
3781 (Interactive Call): Mention default for KEYS argument to
3782 `call-interactively'.
3783 (Command Loop Info): Clarify description of `this-command-keys'.
3784 Mention KEEP-RECORD argument to `clear-this-command-keys'.
3785 Value of `last-event-frame' can be `macro'.
3786 (Repeat Events): `double-click-fuzz' is also used to distinguish
3787 clicks and drags.
3788 (Classifying Events): Clarify descriptions of `event-modifiers'
3789 `event-basic-type' and `event-convert-list'.
3790 (Accessing Events): `posn-timestamp' takes POSITION argument.
3791 (Quoted Character Input): Clarify description of
3792 `read-quoted-char' and fix example.
3793 (Quitting): Add `with-local-quit'.
6db11765 3794 (Disabling Commands): Correct and clarify descriptions of
5504e99c
LT
3795 `enable-command' and `disable-command'.
3796 Mention what happens if `disabled-command-hook' is nil.
3797 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
3798 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
3799
f478a72a
LT
38002004-07-24 Luc Teirlinck <teirllm@auburn.edu>
3801
3802 * frames.texi: Various changes in addition to:
3803 (Creating Frames): Expand and clarify description of `make-frame'.
3804 (Window Frame Parameters): Either none or both of the `icon-left'
3805 and `icon-top' parameters must be specified. Put descriptions of
3806 `menu-bar-lines' and `toolbar-lines' closer together and change
3807 them accordingly.
3808 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
3809 except while processing `frame-title-format' or `icon-title-format'.
3810 (Deleting Frames): Correct description of `delete-frame'.
3811 Non-nil return values of `frame-live-p' are like those of `framep'.
9b7fa297 3812 (Frames and Windows): Mention return value of
f478a72a
LT
3813 `set-frame-selected-window'.
3814 (Visibility of Frames): Mention `force' argument to
3815 `make-frame-invisible'. `frame-visible-p' returns t for all
3816 frames on text-only terminals.
3817 (Frame Configurations): Restoring a frame configuration does not
3818 restore deleted frames.
3819 (Window System Selections): `x-set-selection' returns DATA.
3820 (Resources): Add example.
3821 (Display Feature Testing): Clarify descriptions of
3822 `display-pixel-height', `display-pixel-width', `x-server-version'
3823 and `x-server-vendor'.
3824
3825 * windows.texi (Choosing Window): Add anchor.
3826 * minibuf.texi (Minibuffer Misc): Add anchor.
3827
bc135062
JPW
38282004-07-23 John Paul Wallington <jpw@gnu.org>
3829
3830 * macros.texi (Defining Macros): Declaration keyword for setting
3831 Edebug spec is `debug' not `edebug'.
3832
cb7516e5
LT
38332004-07-19 Luc Teirlinck <teirllm@auburn.edu>
3834
3835 * windows.texi: Various small changes in addition to:
3836 (Window Point): Mention return value of `set-window-point'.
3837 (Window Start): `pos-visible-in-window-p' disregards horizontal
3838 scrolling. Explain return value if PARTIALLY is non-nil.
3839 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
3840 and `set-window-vscroll'.
3841 (Size of Window): The argument WINDOW to `window-inside-edges',
3842 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
3843 (Resizing Windows): Explain return value of
3844 `shrink-window-if-larger-than-buffer'.
3845 `window-size-fixed' automatically becomes buffer local when set.
3846 (Window Configurations): Explain return value of
3847 `set-window-configuration'.
3848
3849 * minibuf.texi (Minibuffer Misc): Add anchor for
3850 `minibuffer-scroll-window'.
3851
3852 * positions.texi (Text Lines): Add anchor for `count-lines'.
3853
3751eb00
RS
38542004-07-17 Richard M. Stallman <rms@gnu.org>
3855
3856 * display.texi (Overlay Properties): Adding `evaporate' prop
3857 deletes empty overlay immediately.
3858
3859 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
3860 fix example.
3861
9a7e97c6
LT
38622004-07-16 Jim Blandy <jimb@redhat.com>
3863
3864 * searching.texi (Regexp Backslash): Document new \_< and \_>
3865 operators.
3866
aa0e4da8
JB
38672004-07-16 Juanma Barranquero <lektu@terra.es>
3868
3869 * display.texi (Images): Fix Texinfo usage.
3870
cbbfedb2
LT
38712004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3872
3873 * buffers.texi (Modification Time): `visited-file-modtime' now
3874 returns a list of two integers, instead of a cons.
3875
3a052bd3
LT
38762004-07-13 Luc Teirlinck <teirllm@auburn.edu>
3877
3878 * windows.texi: Various changes in addition to:
3879 (Splitting Windows): Add `split-window-keep-point'.
3880
02c04e6f
RS
38812004-07-09 Richard M. Stallman <rms@gnu.org>
3882
3883 * frames.texi (Input Focus): Minor fix.
3884
cb4f1287
LT
38852004-07-07 Luc Teirlinck <teirllm@auburn.edu>
3886
3887 * frames.texi (Input Focus): Clarify descriptions of
3888 `select-frame-set-input-focus' and `select-frame'.
3889
339902ec
LT
38902004-07-06 Luc Teirlinck <teirllm@auburn.edu>
3891
3892 * os.texi: Various small changes in addition to:
3893 (Killing Emacs): Expand and clarify description of
3894 `kill-emacs-query-functions' and `kill-emacs-hook'.
3895 (System Environment): Expand and clarify description of `getenv'
3896 and `setenv'.
3897 (Timers): Clarify description of `run-at-time'.
3898 (Translating Input): Correct description of
3899 `extra-keyboard-modifiers'.
3900 (Flow Control): Correct description of `enable-flow-control'.
3901
fe3b7e35
TTN
39022004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
3903
3904 * os.texi: Update copyright.
3905 (Session Management): Grammar fix.
3906 Clarify which Emacs does the restarting.
3907 Use @samp for *scratch* buffer.
3908
59db7d6e
LT
39092004-07-04 Alan Mackenzie <acm@muc.de>
3910
3911 * frames.texi (Input Focus): Add documentation for
3912 `select-frame-set-input-focus'. Replace refs to non-existent
3913 `switch-frame' with `select-frame'. Minor corrections and tidying
3914 up of text-only terminal stuff.
3915
e3ccf404
RS
39162004-07-02 Richard M. Stallman <rms@gnu.org>
3917
3918 * files.texi (Saving Buffers): Cleanup write-contents-function.
3919 (Magic File Names): Cleanup file-remote-p.
3920
8addb6eb
KG
39212004-07-02 Kai Grossjohann <kai@emptydomain.de>
3922
3923 * files.texi (Magic File Names): `file-remote-p' returns an
3924 identifier of the remote system, not just t.
3925
7a58d84d
DK
39262004-07-02 David Kastrup <dak@gnu.org>
3927
3928 * searching.texi (Entire Match Data): Add explanation about new
3929 match-data behavior when @var{integers} is non-nil.
3930
d8c379f8
RS
39312004-06-24 Richard M. Stallman <rms@gnu.org>
3932
b4a4b0ae
RS
3933 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
3934
d8c379f8
RS
3935 * customize.texi (Variable Definitions): Note about doc strings
3936 and :set.
3937
3938 * keymaps.texi (Keymap Terminology): Document `kbd'.
3939 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
3940
3941 * display.texi (Invisible Text): Setting buffer-invisibility-spec
3942 makes it buffer-local.
3943
3944 * files.texi (Saving Buffers): Correct previous change.
3945
3946 * commands.texi (Accessing Events):
3947 Clarify posn-col-row and posn-actual-col-row.
3948
39492004-06-24 David Ponce <david.ponce@wanadoo.fr>
3950
3951 * commands.texi (Accessing Events): New functions
3952 posn-at-point and posn-at-x-y. Add example to posn-x-y.
3953
dce417e7
LT
39542004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3955
3956 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
3957 * frames.texi, buffers.texi, backups.texi, variables.texi:
3958 * loading.texi, eval.texi, functions.texi, control.texi:
3959 * symbols.texi, minibuf.texi: Reposition @anchor's.
3960
3961 * help.texi: Various small changes in addition to the following.
3962 (Describing Characters): Describe PREFIX argument to
3963 `key-description'. Correct and clarify definition of
3964 `text-char-description'. Describe NEED-VECTOR argument to
3965 `read-kbd-macro'.
3966 (Help Functions): Clarify definition of `apropos'.
3967
255d07dc
LH
39682004-06-23 Lars Hansen <larsh@math.ku.dk>
3969
3970 * files.texi (Saving Buffers): Correct description of
3971 `write-contents-functions'.
3972
4e9691e9
JB
39732004-06-21 Juanma Barranquero <lektu@terra.es>
3974
3975 * display.texi (Images): Remove redundant @vindex directives.
3976 Rewrite `image-library-alist' doc in active voice.
3977
1ebd4f78
JB
39782004-06-14 Juanma Barranquero <lektu@terra.es>
3979
3980 * display.texi (Images): Document new delayed library loading,
3981 variable `image-library-alist' and (existing but undocumented)
3982 function `image-type-available-p'.
3983
ddfb8369
RS
39842004-06-05 Richard M. Stallman <rms@gnu.org>
3985
3986 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
3987 refer the user to the Initial Input node.
3988 (Text from Minibuffer): Likewise.
3989 (Initial Input): New node. Document this feature
3990 and say it is mostly deprecated.
3991
18684a3a
RS
39922004-05-30 Richard M. Stallman <rms@gnu.org>
3993
7a61e456
RS
3994 * loading.texi (Named Features): Clarify return value
3995 and meaning of NOERROR.
3996
18684a3a
RS
3997 * variables.texi (File Local Variables): Minor cleanup.
3998
c8364415
MA
39992004-05-30 Michael Albinus <michael.albinus@gmx.de>
4000
4001 * files.texi (Magic File Names): Add `file-remote-p' as operation
4002 of file name handlers.
4003
08fd1251
RS
40042004-05-29 Richard M. Stallman <rms@gnu.org>
4005
4006 * modes.texi (Minor Mode Conventions): (-) has no special meaning
4007 as arg to a minor mode command.
4008
71d5a208
RS
40092004-05-22 Richard M. Stallman <rms@gnu.org>
4010
4011 * syntax.texi (Syntax Class Table): Word syntax not just for English.
4012
4013 * streams.texi (Output Variables): Doc float-output-format.
4014
4015 * searching.texi (Regexp Special): Nested repetition can be infloop.
4016
4017 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
4018 real stack overflow.
4019
4020 * compile.texi: Minor cleanups.
4021
40222004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
4023
4024 * lists.texi (Cons Cells): Explain dotted lists, true lists,
4025 circular lists.
4026 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 4027
022cb162
TTN
40282004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
4029
4030 * modes.texi (Search-based Fontification): Fix typo.
4031
aa7094ba
JB
40322004-05-10 Juanma Barranquero <lektu@terra.es>
4033
4034 * modes.texi (Mode Line Variables): Fix description of
4035 global-mode-string, which is now after which-func-mode, not the
4036 buffer name.
4037
c2383279
LH
40382004-05-07 Lars Hansen <larsh@math.ku.dk>
4039
4040 * modes.texi (Desktop Save Mode): Add.
4041 (Modes): Add menu entry Desktop Save Mode.
4042
4043 * hooks.texi: Add desktop-after-read-hook,
4044 desktop-no-desktop-file-hook and desktop-save-hook.
4045
4046 * locals.texi: Add desktop-save-buffer.
4047
058296d3
JH
40482004-04-30 Jesper Harder <harder@ifa.au.dk>
4049
4050 * display.texi: emacs -> Emacs.
4051
0c54865e
EZ
40522004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
4053
4054 * files.texi (Changing Files): Document set-file-times.
4055
d814862a
JB
40562004-04-23 Juanma Barranquero <lektu@terra.es>
4057
4058 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4059
e8d6f886
JH
40602004-04-18 Jesper Harder <harder@ifa.au.dk>
4061
4062 * tips.texi (Coding Conventions): defopt -> defcustom.
4063
3a424014
LT
40642004-04-16 Luc Teirlinck <teirllm@auburn.edu>
4065
4066 * sequences.texi: Various clarifications.
4067
9e860631
LT
40682004-04-14 Luc Teirlinck <teirllm@auburn.edu>
4069
4070 * buffers.texi (Read Only Buffers): Mention optional ARG to
4071 `toggle-read-only'.
4072
5e30a0fb
NR
40732004-04-14 Nick Roberts <nick@nick.uklinux.net>
4074
9e860631 4075 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
4076 returns a full-width window if possible.
4077
619fb950
LT
40782004-04-13 Luc Teirlinck <teirllm@auburn.edu>
4079
4080 * buffers.texi: Various changes in addition to:
4081 (Buffer File Name): Add `find-buffer-visiting'.
4082 (Buffer Modification): Mention optional ARG to `not-modified'.
4083 (Indirect Buffers): Mention optional CLONE argument to
4084 `make-indirect-buffer'.
4085
4086 * files.texi: Various changes in addition to:
4087 (Visiting Functions): `find-file-hook' is now a normal hook.
4088 (File Name Expansion): Explain difference between the way that
4089 `expand-file-name' and `file-truename' treat `..'.
4090 (Contents of Directories): Mention optional ID-FORMAT argument to
4091 `directory-files-and-attributes'.
4092 (Format Conversion): Mention new optional CONFIRM argument to
4093 `format-write-file'.
4094
a2295d32
MB
40952004-04-12 Miles Bader <miles@gnu.org>
4096
4097 * macros.texi (Expansion): Add description of `macroexpand-all'.
4098
571fd4d5
JH
40992004-04-05 Jesper Harder <harder@ifa.au.dk>
4100
4101 * variables.texi (Variable Aliases): Mention
4102 cyclic-variable-indirection.
4103
4104 * errors.texi (Standard Errors): Ditto.
4105
4ba2fd66
LT
41062004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4107
6db11765 4108 * backups.texi: Various small changes in addition to:
4ba2fd66
LT
4109 (Making Backups): Mention return value of `backup-buffer'.
4110 (Auto-Saving): Mention optional FORCE argument to
4111 `delete-auto-save-file-if-necessary'.
4112 (Reverting): Mention optional PRESERVE-MODES argument to
4113 `revert-buffer'. Correct description of `revert-buffer-function'.
4114
8f7ea687
JL
41152004-03-22 Juri Linkov <juri@jurta.org>
4116
4117 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
4118 with `Vector Functions'.
4119
4120 * text.texi (Sorting): Add missing quote.
4121
0eeca3c1
LT
41222004-03-14 Luc Teirlinck <teirllm@auburn.edu>
4123
4124 * intro.texi (Lisp History): Replace xref to `cl' manual with
4125 inforef.
4126
e69cfac2
RS
41272004-03-12 Richard M. Stallman <rms@gnu.org>
4128
4129 * intro.texi (Version Info): Add arg to emacs-version.
4130 (Lisp History): Change xref to CL manual.
4131
1b91d47f
LT
41322004-03-09 Luc Teirlinck <teirllm@auburn.edu>
4133
4134 * minibuf.texi (Completion Commands): Add xref to Emacs manual
4135 for Partial Completion mode.
4136
97073664
TTN
41372004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
4138
9b7fa297 4139 * customize.texi: Fix typo. Remove eol whitespace.
97073664 4140
04a6e76b
RS
41412004-03-04 Richard M. Stallman <rms@gnu.org>
4142
4143 * processes.texi: Fix typos.
4144
4145 * lists.texi (Building Lists): Minor clarification.
4146
4147 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
4148 in make-hash-table.
4149
5bb0fcd1
JB
41502004-02-29 Juanma Barranquero <lektu@terra.es>
4151
4152 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
4153 rm, and ignore exit code.
4154
9022d421
EZ
41552004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
4156
4157 * display.texi (Defining Faces): Add description for min-colors.
4158 Update example.
4159
92f5fba2
LT
41602004-02-23 Luc Teirlinck <teirllm@auburn.edu>
4161
4162 * abbrevs.texi: Various corrections and clarifications in addition
4163 to the following:
4164 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
4165
7e83e178
GM
41662004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4167
4168 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
4169
9c5609e8
LT
41702004-02-21 Luc Teirlinck <teirllm@auburn.edu>
4171
e2b9b51f
LT
4172 * text.texi: Various small changes in addition to the following:
4173 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
4174 to delete-horizontal-space.
9b7fa297 4175 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
e2b9b51f
LT
4176 description of yank-handler text property at various places.
4177
7daa0e81
LT
4178 * frames.texi (Window System Selections): Add anchor.
4179
9c5609e8
LT
4180 * syntax.texi (Syntax Table Functions): Clarify and correct
4181 descriptions of make-syntax-table and copy-syntax-table.
4182 (Motion and Syntax): Clarify SYNTAXES argument to
4183 skip-syntax-forward.
4184 (Parsing Expressions): Mention that the return value of
4185 parse-partial-sexp is currently a list of ten rather than nine
4186 elements.
4187 (Categories): Various corrections and clarifications.
4188
d29edb21
LT
41892004-02-17 Luc Teirlinck <teirllm@auburn.edu>
4190
4191 * markers.texi (Marker Insertion Types): Minor change.
4192
4193 * locals.texi (Standard Buffer-Local Variables):
4194 * commands.texi (Interactive Codes, Using Interactive):
4195 * functions.texi (Related Topics): Fix xrefs.
4196
43e48bda
LT
41972004-02-16 Luc Teirlinck <teirllm@auburn.edu>
4198
4199 * lists.texi (Sets And Lists): Update description of delete-dups.
4200
84e34002
RS
42012004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4202
4203 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
4204
42052004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4206
4207 * frames.texi (Parameter Access): frame-parameters arg is optional.
4208 modify-frame-parameters handles nil for FRAME.
4209 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
4210 are all-or-nothing for certain toolkits.
4211 Mention parameter wait-for-wm.
4212 (Frames and Windows): In frame-first-window and frame-selected-window
4213 the arg is optional.
4214 (Input Focus): In redirect-frame-focus the second arg is optional.
4215 (Window System Selections): Mention selection type CLIPBOARD.
4216 Mention data-type UTF8_STRING.
4217 Mention numbering of cut buffers.
4218 (Resources): Describe x-resource-name.
4219
42202004-02-16 Richard M. Stallman <rms@gnu.org>
4221
4222 * windows.texi (Buffers and Windows): Delete false table
4223 about all-frames.
4224
4225 * syntax.texi (Parsing Expressions): Delete old caveat
4226 about parse-sexp-ignore-comments.
4227
4228 * streams.texi (Output Variables): Add print-quoted.
4229
4230 * lists.texi (Building Lists): Minor cleanup.
4231
4232 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
4233
4234 * display.texi (Overlays): Explain overlays use markers.
4235 (Managing Overlays): Explain front-advance and rear-advance
4236 in more detail.
4237
4238 * loading.texi (Unloading): Document unload-feature-special-hooks.
4239 Get rid of fns-NNN.el file.
4240
42412004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4242
4243 * help.texi (Describing Characters): Fix text-char-description
4244 example output.
4245
4246 * edebug.texi (Using Edebug): Fix example.
4247
4248 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 4249
84e34002
RS
4250 * files.texi (Changing Files): Fix argname.
4251
4252 * calendar.texi: Fix parens, and default values.
4253
4254 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
4255 * nonascii.texi, objects.texi, os.texi: Minor fixes.
4256 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
4257
4258 * positions.texi (Text Lines): Don't add -1 in current-line.
4259
42602004-02-16 Richard M. Stallman <rms@gnu.org>
4261
4262 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
4263
c33b76da
EZ
42642004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4265
4266 * processes.texi (Low-Level Network): Fix a typo.
4267
9d7271e8
KS
42682004-02-12 Kim F. Storm <storm@cua.dk>
4269
4270 * display.texi (Fringes): Use consistent wording.
4271 Note that window-fringe's window arg is optional.
4272 (Scroll Bars): Use consistent wording.
4273
6827d730
LT
42742004-02-11 Luc Teirlinck <teirllm@auburn.edu>
4275
4276 * tips.texi (Comment Tips): Document the new conventions for
4277 commenting out code.
4278
1cb60b5a
JD
42792004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4280
4281 * positions.texi (Text Lines): Added missing end defun.
4282
7fdd1f62
KS
42832004-02-07 Kim F. Storm <storm@cua.dk>
4284
4285 * positions.texi (Text Lines): Add line-number-at-pos.
4286
eb3c144c
JPW
42872004-02-06 John Paul Wallington <jpw@gnu.org>
4288
4289 * display.texi (Button Properties, Button Buffer Commands):
4290 mouse-2 invokes button, not down-mouse-1.
4291
a1d38d63
JR
42922004-02-04 Jason Rumney <jasonr@gnu.org>
4293
4294 * makefile.w32-in: Sync with Makefile.in changes.
4295
4b574f3d
LT
42962004-02-03 Luc Teirlinck <teirllm@auburn.edu>
4297
4298 * minibuf.texi (Text from Minibuffer): Various corrections and
4299 clarifications.
4300 (Object from Minibuffer): Correct Lisp description of
4301 read-minibuffer.
4302 (Minibuffer History): Clarify description of cons values for
4303 HISTORY arguments.
4304 (Basic Completion): Various corrections and clarifications. Add
4305 completion-regexp-list.
4306 (Minibuffer Completion): Correct and clarify description of
4307 completing-read.
6f6b0433 4308 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
4309 other minor changes.
4310 (High-Level Completion): Various corrections and clarifications.
4311 (Reading File Names): Ditto.
4312 (Minibuffer Misc): Ditto.
4313
d8186297
LT
43142004-01-26 Luc Teirlinck <teirllm@auburn.edu>
4315
4316 * strings.texi (Text Comparison): assoc-string also matches
4317 elements of alists that are strings instead of conses.
4318 (Formatting Strings): Standardize Texinfo usage. Update index
4319 entries.
4320
9adcb5f2
LT
43212004-01-20 Luc Teirlinck <teirllm@auburn.edu>
4322
4323 * lists.texi (Sets And Lists): Add delete-dups.
4324
3e7274ae
LT
43252004-01-15 Luc Teirlinck <teirllm@auburn.edu>
4326
4327 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
4328 special form.
4329 * macros.texi (Defining Macros): Update description of `declare',
4330 which now is a macro.
4331 (Wrong Time): Fix typos.
4332
944e099f
LT
43332004-01-14 Luc Teirlinck <teirllm@auburn.edu>
4334
4335 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 4336 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
4337 and `batch-byte-compile'. In particular, mention and describe
4338 all optional arguments.
4339 (Disassembly): Correct and clarify the description of `disassemble'.
4340
90c3aa59
LT
43412004-01-11 Luc Teirlinck <teirllm@auburn.edu>
4342
4343 * searching.texi: Various small changes in addition to the
4344 following.
4345 (Regexp Example): Adapt to new value of `sentence-end'.
4346 (Regexp Functions): The PAREN argument to `regexp-opt' can be
4347 `words'.
4348 (Search and Replace): Add usage note for `perform-replace'.
4349 (Entire Match Data): Mention INTEGERS and REUSE arguments to
4350 `match-data'.
4351 (Standard Regexps): Update for new values of `paragraph-start'
4352 and `sentence-end'.
4353
583c353d
LT
43542004-01-07 Luc Teirlinck <teirllm@auburn.edu>
4355
4356 * files.texi (Saving Buffers): Clarify descriptions of
4357 `write-contents-functions' and `before-save-hook'.
4358 Make the defvar's for `before-save-hook' and `after-save-hook'
4359 into defopt's.
4360
05faee07
KS
43612004-01-07 Kim F. Storm <storm@cua.dk>
4362
4363 * commands.texi (Click Events): Describe new image and
4364 width/height elements of click events.
4365 (Accessing Events): Add posn-string, posn-image, and
4366 posn-object-width-height. Change posn-object to return either
4367 image or string object.
4368
a0465ec3
SJ
43692004-01-01 Simon Josefsson <jas@extundo.com>
4370
4371 * hooks.texi (Standard Hooks): Add before-save-hook.
4372 * files.texi (Saving Buffers): Likewise.
4373
972c0c49
RS
43742004-01-03 Richard M. Stallman <rms@gnu.org>
4375
4376 * frames.texi (Frames and Windows): Delete frame-root-window.
4377
dbcd463f
LT
43782004-01-03 Luc Teirlinck <teirllm@auburn.edu>
4379
4380 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
4381
4382 * functions.texi: Various small changes in addition to the
4383 following.
4384 (What Is a Function): `functionp' returns nil for macros. Clarify
4385 behavior of this and following functions for symbol arguments.
4386 (Function Documentation): Add `\' in front of (fn @var{arglist})
4387 and explain why.
4388 (Defining Functions): Mention DOCSTRING argument to `defalias'.
4389 Add anchor.
4390 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
4391
02c77ee9
MB
43922004-01-01 Miles Bader <miles@gnu.org>
4393
4394 * display.texi (Buttons): New section.
4395
903a1a91
AS
43962003-12-31 Andreas Schwab <schwab@suse.de>
4397
4398 * numbers.texi (Math Functions): sqrt reports a domain-error
4399 error.
4400 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
4401
697cf92a
LT
44022003-12-30 Luc Teirlinck <teirllm@auburn.edu>
4403
3f70fe82
LT
4404 * tips.texi (Documentation Tips): Update item on hyperlinks in
4405 documentation strings.
4406
697cf92a
LT
4407 * errors.texi (Standard Errors): Various small corrections and
4408 additions.
4409
4410 * control.texi: Various small changes in addition to the
4411 following.
4412 (Signaling Errors): Provide some more details on how `signal'
4413 constructs the error message. Add anchor to the definition of
4414 `signal'.
4415 (Error Symbols): Describe special treatment of `quit'.
4416 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
4417 to emphasize that it has to be a single form.
4418
4419 * buffers.texi: Add anchor.
4420
4d25144d
RS
44212003-12-29 Richard M. Stallman <rms@gnu.org>
4422
4423 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
4424 (Window Configurations): Add window-configuration-frame.
4425
4426 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
4427
4428 * text.texi (Examining Properties): Add get-char-property-and-overlay.
4429 Change arg name in get-char-property.
4430 (Special Properties): Update handling of keymap property.
4431
4432 * strings.texi (Modifying Strings): Add clear-string.
4433 (Text Comparison): Add assoc-string and remove
4434 assoc-ignore-case, assoc-ignore-representation.
4435
4436 * os.texi (Time of Day): Add set-time-zone-rule.
4437
4438 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 4439 report domain-error errors.
4d25144d 4440
697cf92a 4441 * nonascii.texi (Converting Representations):
4d25144d
RS
4442 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
4443 (Encoding and I/O): Add file-name-coding-system.
4444
4445 * modes.texi (Search-based Fontification): Explain that
4446 face specs are symbols with face names as values.
4447
4448 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
4449
4450 * lists.texi (Building Lists): remq moved elsewhere.
4451 (Sets And Lists): remq moved here.
4452 (Association Lists): Refer to assoc-string.
4453
4454 * internals.texi (Garbage Collection): Add memory-use-counts.
4455
4456 * frames.texi (Frames and Windows): Add set-frame-selected-window
4457 and frame-root-window.
4458
697cf92a 4459 * files.texi (Contents of Directories):
4d25144d
RS
4460 Add directory-files-and-attributes.
4461
4462 * display.texi (Refresh Screen): Add force-window-update.
4463 (Invisible Text): Explain about moving point out of invis text.
4464 (Overlay Properties): Add overlay-properties.
4465 (Managing Overlays): Add overlayp.
4466 (GIF Images): Invalid image number displays a hollow box.
4467
4468 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
4469 (Killing Buffers): Add buffer-live-p.
4470
67fafe38
MR
44712003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
4472
4473 * display.texi (Fringes): Fix typo "set-buffer-window".
4474
68e74f25
LT
44752003-12-24 Luc Teirlinck <teirllm@auburn.edu>
4476
4477 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
4478 * nonascii.texi, processes.texi, tips.texi, variables.texi:
4479 Add or change various xrefs and anchors.
4480
4481 * commands.texi: Replace all occurrences of @acronym{CAR} with
4482 @sc{car}, for consistency with the rest of the Elisp manual.
4483 `car' and `cdr' are historically acronyms, but are no longer
4484 widely thought of as such.
4485
4486 * internals.texi (Pure Storage): Mention that `purecopy' does not
4487 copy text properties.
4488 (Object Internals): Now 29 bits are used (in most implementations)
4489 to address Lisp objects.
4490
4491 * variables.texi (Variables with Restricted Values): New node.
4492
4493 * objects.texi (Lisp Data Types): Mention that certain variables
4494 can only take on a restricted set of values and add an xref to
4495 the new node "Variables with Restricted Values".
4496
4497 * eval.texi (Function Indirection): Describe the errors that
4498 `indirect-function' can signal.
4499 (Eval): Clarify the descriptions of `eval-region' and `values'.
4500 Describe `eval-buffer' instead of `eval-current-buffer' and
4501 mention `eval-current-buffer' as an alias for `current-buffer'.
4502 Correct the description and mention all optional arguments.
4503
697cf92a 4504 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
4505 following.
4506 (Converting Representations): Clarify behavior of
4507 `string-make-multibyte' and `string-to-multibyte' for unibyte all
4508 ASCII arguments.
4509 (Character Sets): Document the variable `charset-list' and adapt
4510 the definition of the function `charset-list' accordingly.
4511 (Translation of Characters): Clarify use of generic characters in
4512 `make-translation-table'. Clarify and correct the description of
4513 the use of translation tables in encoding and decoding.
4514 (User-Chosen Coding Systems): Correct and clarify the description
4515 of `select-safe-coding-system'.
4516 (Default Coding Systems): Clarify description of
4517 `file-coding-system-alist'.
4518
a62f71e4
LT
45192003-11-30 Luc Teirlinck <teirllm@auburn.edu>
4520
4521 * strings.texi (Text Comparison): Correctly describe when two
4522 strings are `equal'. Combine and clarify descriptions of
4523 `assoc-ignore-case' and `assoc-ignore-representation'.
4524
4525 * objects.texi (Non-ASCII in Strings): Clarify description of
4526 when a string is unibyte or multibyte.
4527 (Bool-Vector Type): Update examples.
4528 (Equality Predicates): Correctly describe when two strings are
4529 `equal'.
4530
19017752
LT
45312003-11-29 Luc Teirlinck <teirllm@auburn.edu>
4532
4533 * lists.texi (Building Lists): `append' no longer accepts integer
4534 arguments. Update the description of `number-sequence' to reflect
4535 recent changes.
4536 (Sets And Lists): Describe `member-ignore-case' after `member'.
4537
0f6a07a8
KS
45382003-11-27 Kim F. Storm <storm@cua.dk>
4539
4540 * commands.texi (Click Events): Click object may be an images.
4541 Describe (dx . dy) element of click positions.
4542 (Accessing Events): Remove duplicate posn-timestamp.
4543 New functions posn-object and posn-object-x-y.
4544
1ce7c819
KS
45452003-11-23 Kim F. Storm <storm@cua.dk>
4546
4547 * commands.texi (Click Events): Describe enhancements to event
4548 position lists, including new text-pos and (col . row) items.
4549 Mention left-fringe and right-fringe area events.
0f6a07a8 4550 (Accessing Events): New functions posn-area and
1ce7c819
KS
4551 posn-actual-col-row. Mention posn-timestamp. Mention that
4552 posn-point in non-text area still returns buffer position.
4553 Clarify posn-col-row.
4554
cae8ddbb
LH
45552003-11-21 Lars Hansen <larsh@math.ku.dk>
4556
4557 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4558 * anti.texi (File Attributes): Describe removed parameter
4559 ID-FORMAT.
4560
f7f1a248
LT
45612003-11-20 Luc Teirlinck <teirllm@auburn.edu>
4562
68e74f25 4563 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
4564 a position, its buffer is ignored.
4565
4566 * markers.texi (Overview of Markers): Mention it here too.
4567
c5e2fb05
LT
45682003-11-12 Luc Teirlinck <teirllm@auburn.edu>
4569
4570 * numbers.texi (Numeric Conversions): Not just `floor', but also
4571 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
4572
e57d0aa8
LT
45732003-11-10 Luc Teirlinck <teirllm@auburn.edu>
4574
4575 * markers.texi (Creating Markers): Specify insertion type of
4576 created markers. Add xref to `Marker Insertion Types'.
4577 Second argument to `copy-marker' is optional.
4578 (Marker Insertion Types): Mention that most markers are created
4579 with insertion type nil.
4580 (The Mark): Correctly describe when `mark' signals an error.
4581 (The Region): Correctly describe when `region-beginning' and
4582 `region-end' signal an error.
4583
bb3612ec
LT
45842003-11-08 Luc Teirlinck <teirllm@auburn.edu>
4585
4586 * hash.texi (Creating Hash): Clarify description of `eql'.
4587 `makehash' is obsolete.
4588 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4589
4590 * positions.texi (Point): Change description of `buffer-end', so
4591 that it is also correct for floating point arguments.
4592 (List Motion): Correct argument lists of `beginning-of-defun' and
4593 `end-of-defun'.
4594 (Excursions): Add xref to `Marker Insertion Types'.
4595 (Narrowing): Argument to `narrow-to-page' is optional.
4596
cfb8a797
LT
45972003-11-06 Luc Teirlinck <teirllm@auburn.edu>
4598
4599 * streams.texi (Output Streams): Clarify behavior of point for
4600 marker output streams.
4601
c6177909
LT
46022003-11-04 Luc Teirlinck <teirllm@auburn.edu>
4603
4604 * variables.texi (Defining Variables): Second argument to
4605 `defconst' is not optional.
4606 (Setting Variables): Mention optional argument APPEND to
4607 `add-to-list'.
4608 (Creating Buffer-Local): Expand description of
4609 `make-variable-buffer-local'.
4610 (Frame-Local Variables): Expand description of
4611 `make-variable-frame-local'.
4612 (Variable Aliases): Correct description of optional argument
4613 DOCSTRING to `defvaralias'. Mention return value of
4614 `defvaralias'.
4615 (File Local Variables): Add xref to `File variables' in Emacs
4616 Manual. Correct description of `hack-local-variables'. Mention
4617 `safe-local-variable' property. Mention optional second argument
4618 to `risky-local-variable-p'.
4619
b3645067
LT
46202003-11-03 Luc Teirlinck <teirllm@auburn.edu>
4621
4622 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4623
10695e5c
EZ
46242003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4625
4626 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4627 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4628 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4629 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4630 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 4631 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
4632 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4633 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4634 @acronym{FOO}.
4635
a2f4def1
LT
46362003-10-27 Luc Teirlinck <teirllm@auburn.edu>
4637
4638 * strings.texi (Creating Strings): Argument START to `substring'
4639 can not be `nil'. Expand description of
4640 `substring-no-properties'. Correct description of `split-string',
4641 especially with respect to empty matches. Prevent very bad line
4642 break in definition of `split-string-default-separators'.
4643 (Text Comparison): `string=' and `string<' also accept symbols as
4644 arguments.
4645 (String Conversion): More completely describe argument BASE in
4646 `string-to-number'.
5bb0fcd1 4647 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
4648 corresponding object. Clarify behavior of numeric prefix after
4649 `%' in `format'.
4650 (Case Conversion): The argument to `upcase-initials' can be a
4651 character.
4652
a2296bf9
KH
46532003-10-27 Kenichi Handa <handa@m17n.org>
4654
4655 * display.texi (Fontsets): Fix texinfo usage.
4656
885fef7c
KH
46572003-10-25 Kenichi Handa <handa@m17n.org>
4658
4659 * display.texi (Fontsets): Add description of the function
4660 set-fontset-font.
4661
0c6b7a1f
LT
46622003-10-23 Luc Teirlinck <teirllm@auburn.edu>
4663
4664 * display.texi (Temporary Displays): Add xref to `Documentation
4665 Tips'.
4666
4667 * functions.texi (Function Safety): Use inforef instead of pxref
4668 for SES.
4669
c3cda320
AS
46702003-10-23 Andreas Schwab <schwab@suse.de>
4671
4672 * Makefile.in (TEX, texinputdir): Don't define.
4673 (TEXI2DVI): Define.
4674 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4675 add $(srcdir)/index.texi.
4676 ($(infodir)/elisp): Remove index.texi dependency.
4677 (elisp.dvi): Likewise. Use $(TEXI2DVI).
4678 (index.texi): Remove target.
4679 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
4680 (clean): Don't remove index.texi.
4681
c3cda320
AS
4682 * permute-index, index.perm: Remove.
4683 * index.texi: Rename from index.unperm.
4684
e5dadca7
LT
46852003-10-22 Luc Teirlinck <teirllm@auburn.edu>
4686
4687 * tips.texi (Documentation Tips): Document new behavior for face
4688 and variable hyperlinks in Help mode.
4689
6cfb0777
LT
46902003-10-21 Luc Teirlinck <teirllm@auburn.edu>
4691
4692 * objects.texi (Integer Type): Update for extra bit of integer range.
4693 (Character Type): Ditto.
4694
a6eeaa81 46952003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
4696
4697 * numbers.texi (Integer Basics): Add index entries for reading
4698 numbers in hex, octal, and binary.
4699
c8f9ba83
LK
47002003-10-16 Lute Kamstra <lute@gnu.org>
4701
4702 * modes.texi (Mode Line Format): Mention force-mode-line-update's
4703 argument.
4704
b52a26fb
LT
47052003-10-13 Luc Teirlinck <teirllm@auburn.edu>
4706
4707 * windows.texi (Choosing Window): Fix typo.
4708 * edebug.texi (Edebug Execution Modes): Fix typo.
4709
f7005886
RS
47102003-10-13 Richard M. Stallman <rms@gnu.org>
4711
4712 * windows.texi (Basic Windows): A window has fringe settings,
4713 display margins and scroll-bar settings.
4714 (Splitting Windows): Doc split-window return value.
4715 Clean up one-window-p.
4716 (Selecting Windows): Fix typo.
4717 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4718 (Buffers and Windows): In set-window-buffer, explain effect
4719 on fringe settings and scroll bar settings.
4720 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4721 (Choosing Window): Use defopt for pop-up-frame-function.
4722 For special-display-buffer-names, explain same-window and same-frame.
4723 Clarify window-dedicated-p return value.
4724 (Textual Scrolling): scroll-up and scroll-down can get an error.
4725 (Horizontal Scrolling): Clarify auto-hscroll-mode.
4726 Clarify set-window-hscroll.
4727 (Size of Window): Don't mention tool bar in window-height.
4728 (Coordinates and Windows): Explain what coordinates-in-window-p
4729 returns for fringes and display margins.
4730 (Window Configurations): Explain saving fringes, etc.
4731
4732 * tips.texi (Library Headers): Clean up Documentation.
4733
4734 * syntax.texi (Parsing Expressions): Clean up forward-comment
4735 and parse-sexp-lookup-properties.
4736
4737 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4738
4739 * os.texi (System Environment): Clean up text for load-average errors.
4740
4741 * modes.texi (Hooks): Don't explain local hook details at front.
4742 Clarify run-hooks and run-hook-with-args a little.
4743 Clean up add-hook and remove-hook.
4744
4745 * edebug.texi (Edebug Execution Modes): Clarify t.
4746 Document edebug-sit-for-seconds.
4747 (Coverage Testing): Document C-x X = and =.
4748 (Instrumenting Macro Calls): Fix typo.
4749 (Specification List): Don't index the specification keywords.
4750
c989ebe9
KS
47512003-10-10 Kim F. Storm <storm@cua.dk>
4752
4753 * processes.texi (Network): Introduce make-network-process.
4754
f9525eef
LT
47552003-10-09 Luc Teirlinck <teirllm@auburn.edu>
4756
4757 * tips.texi (Library Headers): Fix typo.
4758
f008b925
LK
47592003-10-07 Juri Linkov <juri@jurta.org>
4760
4761 * modes.texi (Imenu): Mention imenu-create-index-function's
4762 default value. Explain submenus better.
4763
c22c5da6
LK
47642003-10-07 Lute Kamstra <lute@gnu.org>
4765
4766 * modes.texi (Faces for Font Lock): Fix typo.
4767 (Hooks): Explain how buffer-local hook variables can refer to
4768 global hook variables.
4769 Various minor clarifications.
4770
49247521
LK
47712003-10-06 Lute Kamstra <lute@gnu.org>
4772
4773 * tips.texi (Coding Conventions): Mention naming conventions for
4774 hooks.
4775
9296c947
LT
47762003-10-05 Luc Teirlinck <teirllm@auburn.edu>
4777
4778 * loading.texi (Library Search): Correct default value of
4779 load-suffixes.
4780 (Named Features): Fix typo.
4781
0e9b293a
RS
47822003-10-05 Richard M. Stallman <rms@gnu.org>
4783
4784 * loading.texi (Named Features): In `provide',
4785 say how to test for subfeatures.
4786 (Unloading): In unload-feature, use new var name
4787 unload-feature-special-hooks.
4788
49247521 47892003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
4790
4791 * modes.texi (Major Mode Conventions): Mention third way to set up
4792 Imenu.
4793 (Imenu): A number of small fixes.
4794 Delete documentation of internal variable imenu--index-alist.
4795 Document the return value format of imenu-create-index-function
4796 functions.
4797
ab8f7d5c
RS
47982003-09-30 Richard M. Stallman <rms@gnu.org>
4799
4800 * processes.texi (Network): Say what stopped datagram connections do.
4801
4802 * lists.texi (Association Lists): Clarify `assq-delete-all'.
4803
4804 * display.texi (Overlay Properties): Clarify `evaporate' property.
4805
49247521 48062003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
4807
4808 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 4809 constructs should be marked as risky.
86b9b767
LK
4810 Change cons cell into proper list.
4811 (Mode Line Variables): Change cons cell into proper list.
4812
49247521 48132003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
4814
4815 * modes.texi (Mode Line Data): Document the :propertize construct.
4816 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 4817 to match their order in the default mode-line-format.
bc3b02f9
LK
4818 Describe the new variables mode-line-position and mode-line-modes.
4819 Update the default values of mode-line-frame-identification,
4820 minor-mode-alist, and default-mode-line-format.
4821 (Properties in Mode): Mention the :propertize construct.
6142d1d0 4822
bc3b02f9 48232003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 4824
c22c5da6 4825 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
4826 * loading.texi, minibuf.texi, text.texi, variables.texi:
4827 Avoid @strong{Note:}.
4828
48292003-09-26 Richard M. Stallman <rms@gnu.org>
4830
4831 * keymaps.texi (Remapping Commands): Fix typo.
4832
41beda59
LT
48332003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
4834
4835 * processes.texi (Low-Level Network): Fix typo.
4836
ef6ae4ff
KS
48372003-09-23 Kim F. Storm <storm@cua.dk>
4838
4839 * processes.texi (Network, Network Servers): Fix typos.
4840 (Low-Level Network): Add timeout value for :server keyword.
4841 Add new option keywords to make-network-process.
4842 Add set-network-process-options.
4843 Explain how to test availability of network options.
4844
b0f23edf
RS
48452003-09-19 Richard M. Stallman <rms@gnu.org>
4846
4847 * text.texi (Motion by Indent): Arg to
4848 backward-to-indentation and forward-to-indentation is optional.
4849
4850 * strings.texi (Creating Strings): Add substring-no-properties.
4851
4852 * processes.texi
4853 (Process Information): Add list-processes arg QUERY-ONLY.
4854 Delete process-contact from here.
4855 Add new status values for process-status.
4856 Add process-get, process-put, process-plist, set-process-plist.
4857 (Synchronous Processes): Add call-process-shell-command.
4858 (Signals to Processes): signal-process allows process objects.
4859 (Network): Complete rewrite.
4860 (Network Servers, Datagrams, Low-Level Network): New nodes.
4861
4862 * positions.texi (Word Motion): forward-word, backward-word
4863 arg is optional. Reword.
4864
4865 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
4866
c22c5da6 4867 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
4868 Delete duplicate definition of buffer-local-value.
4869 (File Local Variables): Explain about discarding text props.
4870
f387bdea
RS
48712003-09-11 Richard M. Stallman <rms@gnu.org>
4872
4873 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
4874 changes variables that record input events.
4875 (Minibuffer Misc): Add minibuffer-selected-window.
4876
4877 * lists.texi (Building Lists): Add copy-tree.
4878
4879 * display.texi (Fontsets): Add char-displayable-p.
4880 (Scroll Bars): New node.
4881
49247521 48822003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
4883
4884 * modes.texi (%-Constructs): Document new `%i' and `%I'
4885 constructs.
4886
fd026ee1
JR
48872003-09-03 Peter Runestig <peter@runestig.com>
4888
4889 * makefile.w32-in: New file.
4890
4828b4d7
RS
48912003-08-29 Richard M. Stallman <rms@gnu.org>
4892
4893 * display.texi (Overlay Properties): Clarify how priorities
4894 affect use of the properties.
4895
a4e4f05d
LT
48962003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
4897
4898 * customize.texi (Type Keywords): Correct the description of
4899 `:help-echo' in the case where `motion-doc' is a function.
4900
3ebe0346
JPW
49012003-08-14 John Paul Wallington <jpw@gnu.org>
4902
4903 * modes.texi (Emulating Mode Line): Subsection, not section.
4904
3afe8e39
RS
49052003-08-13 Richard M. Stallman <rms@gnu.org>
4906
4907 * elisp.texi (Top): Update subnode lists in menu.
4908
4909 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
4910 (Kill Functions): kill-region has new arg yank-handler.
4911 (Yanking): New node.
4912 (Yank Commands): Add yank-undo-function.
4913 (Low-Level Kill Ring):
4914 kill-new and kill-append have new arg yank-handler.
4915 (Changing Properties): Add remove-list-of-text-properties.
4916 (Atomic Changes): New node.
4917
4918 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
4919
4920 * streams.texi (Output Variables): Add eval-expression-print-length
4921 and eval-expression-print-level.
4922
4923 * os.texi (Time Conversion): For encode-time, explain limits on year.
4924
4925 * objects.texi (Character Type): Define anchor "modifier bits".
4926
4927 * modes.texi (Emulating Mode Line): New node.
4928 (Search-based Fontification): Font Lock uses font-lock-face property.
4929 (Other Font Lock Variables): Likewise.
4930
4931 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
4932 not vectors.
4933 (Active Keymaps): Add emulation-mode-map-alists.
4934 (Functions for Key Lookup): key-binding has new arg no-remap.
4935 (Remapping Commands): New node.
4936 (Scanning Keymaps): where-is-internal has new arg no-remap.
4937 (Tool Bar): Add tool-bar-local-item-from-menu.
4938 Clarify when to use tool-bar-add-item-from-menu.
4939
4940 * commands.texi (Interactive Call): commandp has new arg.
4941 (Command Loop Info): Add this-original-command.
4942
e37769b1
JPW
49432003-08-06 John Paul Wallington <jpw@gnu.org>
4944
4945 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
4946
4947 * display.texi (Warning Basics): Fix typo.
4948 (Fringes): Add closing curly bracket and fix typo.
4949
4950 * elisp.texi (Top): Fix typo.
4951
c5e0561f
RS
49522003-08-05 Richard M. Stallman <rms@gnu.org>
4953
4954 * elisp.texi: Update lists of subnodes.
4955
4956 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
4957
4958 * variables.texi (Local Variables): Use lc for example variable names.
4959
4960 * tips.texi (Library Headers): Explain where to put -*-.
4961
4962 * strings.texi (Creating Strings): Fix xref for vconcat.
4963
4964 * sequences.texi (Vector Functions):
4965 vconcat no longer allows integer args.
4966
4967 * minibuf.texi (Reading File Names): read-file-name has new
4968 arg PREDICATE. New function read-directory-name.
4969
4970 * macros.texi (Defining Macros): Give definition of `declare'
4971 (Indenting Macros): New node.
4972
4973 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
4974 (Window Frame Parameters): Make separate table of parameters
4975 that are coupled with specific face attributes.
4976 (Deleting Frames): delete-frame-hooks renamed to
4977 delete-frame-functions.
4978
4979 * files.texi (Magic File Names): Add file-remote-p.
4980 Clarify file-local-copy.
4981
4982 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
4983 here; instead xref Defining Macros.
4984
4985 * display.texi (Warnings): New node, and subnodes.
4986 (Fringes): New node.
4987
4988 * debugging.texi (Test Coverage): New node.
4989
4990 * compile.texi (Compiler Errors): Explain with-no-warnings
4991 and other ways to suppress warnings.
4992
4993 * commands.texi (Interactive Call): Minor clarification.
4994
4995 * buffers.texi (Buffer File Name): set-visited-file-name
4996 renames the buffer too.
4997
4998 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
4999
ee59dede
MR
50002003-07-24 Markus Rost <rost@math.ohio-state.edu>
5001
5002 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
5003
f0514b34
MR
50042003-07-22 Markus Rost <rost@math.ohio-state.edu>
5005
5006 * internals.texi (Garbage Collection): Fix previous change.
5007
c73983bb
RS
50082003-07-22 Richard M. Stallman <rms@gnu.org>
5009
5010 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
5011
5012 * display.texi (Width): Use \s syntax in example.
5013 (Font Selection): Add face-font-rescale-alist.
5014
5015 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
5016 Remove spurious indent in example.
5017
5018 * lists.texi (Building Lists): Add number-sequence.
5019
5020 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
5021
5022 * functions.texi (Function Documentation): Explain how to
5023 show calling convention explicitly in the doc string.
5024
5025 * windows.texi (Selecting Windows): save-selected-window saves
5026 selected window of each frame.
5027 (Window Configurations): Minor change.
5028
5029 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
5030
5031 * streams.texi (Output Variables): Add print-continuous-numbering
5032 and print-number-table.
5033
5034 * processes.texi (Decoding Output): New node.
5035
5036 * os.texi (Time Conversion): decode-time arg is optional.
5037
5038 * objects.texi (Character Type): Don't use space as example for \.
5039 Make list of char names and \-sequences correspond.
5040 Explain that \s is not used in strings. `\ ' needs space after.
5041
5042 * nonascii.texi (Converting Representations): Add string-to-multibyte.
5043 (Translation of Characters): Add translation-table-for-input.
5044 (Default Coding Systems): Add auto-coding-functions.
5045 (Explicit Encoding): Add decode-coding-inserted-region.
5046 (Locales): Add locale-info.
5047
5048 * minibuf.texi (Basic Completion): Describe test-completion.
5049 Collections can be lists of strings.
5050 Clean up lazy-completion-table.
5051 (Programmed Completion): Mention test-completion.
5052 Clarify why lambda expressions are not accepted.
5053 (Minibuffer Misc): Describe minibufferp.
5054
51a8b435
RS
50552003-07-14 Richard M. Stallman <rms@gnu.org>
5056
5057 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
5058
5059 * windows.texi (Selecting Windows): New arg to select-window.
5060 (Selecting Windows): Add with-selected-window.
5061 (Size of Window): Add window-inside-edges, etc.
5062
5063 * internals.texi (Garbage Collection): Add post-gc-hook.
5064
5065 * processes.texi (Subprocess Creation): Add exec-suffixes.
5066
5067 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
5068 (Scanning Keymaps): Add map-keymaps.
5069 (Defining Menus): Add keymap-prompt.
5070
5071 * numbers.texi (Integer Basics): Add most-positive-fixnum,
5072 most-negative-fixnum.
5073
5074 * compile.texi (Byte Compilation): Explain no-byte-compile
5075 (Compiler Errors): New node.
5076
5077 * os.texi (User Identification): user-uid, user-real-uid
5078 can return float.
5079
5080 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
5081 and about derived modes.
5082 (Minor Modes): Add minor-mode-list.
5083 (Defining Minor Modes): Keyword args for define-minor-mode.
5084 (Search-based Fontification): Explain managing other properties.
5085 (Other Font Lock Variables): Add font-lock-extra-managed-props.
5086 (Faces for Font Lock): Add font-locl-preprocessor-face.
5087 (Hooks): Add run-mode-hooks and delay-mode-hooks.
5088
5089 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 5090 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
5091
5092 * loading.texi (Library Search): Add load-suffixes.
5093
5094 * minibuf.texi (Basic Completion): Add lazy-completion-table.
5095 (Programmed Completion): Add dynamic-completion-table.
5096
5097 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
5098 (Magic File Names): Specify precedence order of handlers.
199bb209 5099
51a8b435
RS
5100 * commands.texi (Command Overview): Emacs server runs pre-command-hook
5101 and post-command-hook.
5102 (Waiting): New calling convention for sit-for.
5103
5104 * text.texi (Special Properties): local-map and keymap properties
5105 apply based on their stickiness.
5106
c6de56a0
RS
51072003-07-07 Richard M. Stallman <rms@gnu.org>
5108
5109 * modes.texi (Minor Mode Conventions): Specify only some kinds
5110 of list values as args to minor modes.
5111
5112 * files.texi (File Name Expansion): Warn about iterative use
5113 of substitute-in-file-name.
5114
5115 * advice.texi (Activation of Advice): Clean up previous change.
5116
8c761ea6
MR
51172003-07-06 Markus Rost <rost@math.ohio-state.edu>
5118
5119 * advice.texi (Activation of Advice): Note that ad-start-advice is
5120 turned on by default.
5121
c6de56a0
RS
51222003-06-30 Richard M. Stallman <rms@gnu.org>
5123
5124 * text.texi (Buffer Contents): Document current-word.
5125 (Change Hooks): Not called for *Messages*.
5126
5127 * functions.texi (Defining Functions): Explain about redefining
5128 primitives.
5129 (Function Safety): Renamed. Minor changes.
5130 Comment out the detailed criteria for what is safe.
5131
3fe4e567
AS
51322003-06-22 Andreas Schwab <schwab@suse.de>
5133
5134 * objects.texi (Symbol Type): Fix description of examples.
5135
cda7bd13
AS
51362003-06-16 Andreas Schwab <schwab@suse.de>
5137
5138 * hash.texi (Creating Hash): Fix description of :weakness.
5139
fbcffa4a
KG
51402003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
5141
5142 * files.texi (Changing Files): copy-file copies file modes, too.
5143
ff6a3bfb
RS
51442003-05-28 Richard M. Stallman <rms@gnu.org>
5145
5146 * strings.texi (Creating Strings): Clarify split-string.
5147
1463a05d
JB
51482003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
5149
5150 * strings.texi (Creating Strings): Update split-string specification
5151 and examples.
5152
af253914
RS
51532003-05-19 Richard M. Stallman <rms@gnu.org>
5154
5155 * elisp.texi: Correct invariant section names.
5156
7ea52f92
RS
51572003-04-20 Richard M. Stallman <rms@gnu.org>
5158
5159 * os.texi (Timers): Explain about timers and quitting.
5160
e31afc09
RS
51612003-04-19 Richard M. Stallman <rms@gnu.org>
5162
5163 * internals.texi (Writing Emacs Primitives): Strings are
5164 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
5165 Explain GCPRO convention for varargs function args.
5166
5ceea398
RS
51672003-04-16 Richard M. Stallman <rms@gnu.org>
5168
5169 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
5170
b0ada147
RS
51712003-04-08 Richard M. Stallman <rms@gnu.org>
5172
5173 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
5174
b23375aa
KS
51752003-02-13 Kim F. Storm <storm@cua.dk>
5176
5177 * objects.texi (Character Type): New \s escape for space.
5178
c60ee5e7
JB
51792003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5180
5181 * os.texi (System Environment): Added cygwin system-type.
5182
84e47416
RS
51832003-01-25 Richard M. Stallman <rms@gnu.org>
5184
5185 * keymaps.texi: Document that a symbol can act as a keymap.
5186
3e8cf2ea
RS
51872003-01-13 Richard M. Stallman <rms@gnu.org>
5188
5189 * text.texi (Changing Properties): Say string indices are origin-0.
5190
5191 * positions.texi (Screen Lines) <compute-motion>:
5192 Correct order of elts in return value.
5193
5194 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
5195 how to define a default binding.
5196
7abb9fc5 51972002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 5198
104bc3aa 5199 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 5200
104bc3aa 5201 * customize.texi (Simple Types): Clarify description of custom
9b7fa297 5202 type 'number. Describe new custom type 'float.
177f790c 5203
7abb9fc5 52042002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
5205
5206 * variables.texi (File Local Variables): Fix typo.
5207
df140a68 52082002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 5209
df140a68
KG
5210 From Michael Albinus <Michael.Albinus@alcatel.de>.
5211
5212 * README: Target for Info file is `make info'.
5213
5214 * files.texi (File Name Components): Fixed typos in
5215 `file-name-sans-extension'.
5216 (Magic File Names): Complete list of operations for magic file
5217 name handlers.
5218
7ed9159a
JY
52192002-09-16 Jonathan Yavner <jyavner@engineer.com>
5220
5221 * variables.texi (File Local Variables): New function
5222 risky-local-variable-p.
5223
52242002-09-15 Jonathan Yavner <jyavner@engineer.com>
5225
5226 * functions.texi (Function safety): New node about unsafep.
5227
241f79af
PA
52282002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
5229
5230 * customize.texi (Splicing into Lists): Fixed example.
5231 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
5232
72459b15
JB
52332002-06-17 Juanma Barranquero <lektu@terra.es>
5234
5235 * frames.texi (Display Feature Testing): Fix typo.
5236
61f7e0f5
AS
52372002-06-12 Andreas Schwab <schwab@suse.de>
5238
5239 * frames.texi (Initial Parameters, Resources): Fix references to
5240 the Emacs manual.
5241
4e792dbd
KS
52422002-05-13 Kim F. Storm <storm@cua.dk>
5243
5244 * variables.texi (Intro to Buffer-Local): Updated warning and
5245 example relating to changing buffer inside let.
5246
940344d4 52472002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
5248
5249 * os.texi (Session Management): New node about X Session management.
5250
231ac53b
EZ
52512002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
5252
5253 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
5254 to which the manual corresponds, and the copyright years.
5255
5256 * Makefile.in (VERSION): Set to 2.9.
5257
140cc574
EZ
52582001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
5259
5260 * elisp.texi: Change the category in @dircategory to "Emacs", to
5261 make it consistent with info/dir.
5262
9c7fce05
MB
52632001-11-25 Miles Bader <miles@gnu.org>
5264
5265 * text.texi (Fields): Describe new `limit' arg in
5266 field-beginning/field-end.
5267
9f8bbf0f
EZ
52682001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5269
a5e6715c
EZ
5270 * permute-index: Don't depend on csh-specific features. Replace
5271 the interpreter name with /bin/sh.
5272
9f8bbf0f
EZ
5273 * two-volume-cross-refs.txt: New file.
5274 * two.el: New file.
5275 * spellfile: New file.
5276
1756e2fb
EZ
52772001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5278
5279 * permute-index: New file.
5280
5281 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
5282 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
5283 8+3 restricted namespace.
ad050e54
EZ
5284
5285 * Makefile.in (infodir): Define relative to $(srcdir).
5286 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
5287 include directories list via -I switch to makeinfo.
5288 (index.texi): Use cp if both hard and symbolic links fail.
5289
10fa7f8e
EZ
52902001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5291
7a1494ce
EZ
5292 * Makefile.in (distclean): Add.
5293
10fa7f8e
EZ
5294 The following changes make ELisp manual part of the Emacs
5295 distribution:
5296
5297 * Makefile.in: Add Copyright notice.
5298 (prefix): Remove.
5299 (infodir): Change value to "../info".
5300 (VPATH): New variable.
5301 (MAKE): Don't define.
5302 (texmacrodir): Don't define.
5303 (texinputdir): Append the existing value of TEXINPUTS.
5304 ($(infodir)/elisp): Instead of just "elisp". Reformat the
5305 command to be compatible with man/Makefile.in, and to put the
5306 output into ../info.
5c32b7c5 5307 (info): Add target.
10fa7f8e
EZ
5308 (installall): Target removed.
5309
74686736 53102001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
5311
5312 * tips.texi (Coding Conventions): Fix typo.
5313
6fd735df
GM
53142001-10-23 Gerd Moellmann <gerd@gnu.org>
5315
5316 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
5317
b704d54b
EZ
53182001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5319
5320 * files.texi (File Name Components): Update the description of
5321 file-name-sans-extension and file-name-extension, as they now
5322 ignore leading dots.
5323
71431a0e
GM
53242001-10-20 Gerd Moellmann <gerd@gnu.org>
5325
6aa97356 5326 * (Version 21.1 released.)
71431a0e 5327
79f1f96c
MB
53282001-10-19 Miles Bader <miles@gnu.org>
5329
5330 * positions.texi (Text Lines): Describe behavior of
5331 `beginning-of-line'/`end-of-line' in the presence of field properties.
5332
892a8f36
GM
53332001-10-17 Gerd Moellmann <gerd@gnu.org>
5334
5335 * Makefile.in (VERSION): Set to 2.8.
5336 (manual): Use `manual-21'.
5337
8c1cc9e8 5338 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
5339 number was used. Set it to 2.8.
5340
5341 * intro.texi: Likewise.
5342
51724e26
EZ
53432001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5344
5345 * files.texi (File Name Completion): Document the significance of
5346 a trailing slash in elements of completion-ignored-extensions.
5347
57b338e8
MB
53482001-10-06 Miles Bader <miles@gnu.org>
5349
5350 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
5351
c89e4bc5
GM
53522001-10-04 Gerd Moellmann <gerd@gnu.org>
5353
5354 * variables.texi (Variable Aliases): New node.
5355
ab952a4f
GM
53562001-10-04 Gerd Moellmann <gerd@gnu.org>
5357
5358 * Branch for 21.1.
dff28924 5359
9db3a582
MB
53602001-10-02 Miles Bader <miles@gnu.org>
5361
ae1a9581
MB
5362 * minibuf.texi (Minibuffer Misc): Add entries for
5363 `minibuffer-contents', `minibuffer-contents-no-properties', and
5364 `delete-minibuffer-contents'.
5365 Correct description for `minibuffer-prompt-end'.
5366
9db3a582
MB
5367 * text.texi (Property Search): Correct descriptions of
5368 `next-char-property-change' and `previous-char-property-change'.
5369 Add entries for `next-single-char-property-change' and
5370 `previous-single-char-property-change'.
5371 Make operand names a bit more consistent.
5372
03be5931
EZ
53732001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
5374
5375 * frames.texi (Finding All Frames): Document that next-frame and
5376 previous-frame are local to current terminal.
5377
974548ec
EZ
53782001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
5379
5380 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 5381 result of make-keymap.
974548ec 5382
8d82c597
EZ
53832001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
5384
5385 * display.texi (Font Lookup, Attribute Functions)
5386 (Image Descriptors): Add cross-references to the definition of
5387 selected frame.
5388
5389 * buffers.texi (The Buffer List): Add cross-references to the
5390 definition of selected frame.
5391
5392 * frames.texi (Input Focus): Clarify which frame is _the_ selected
5393 frame at any given time.
5394 (Multiple Displays, Size and Position): Add a cross-reference to
5395 the definition of the selected frame.
5396
2842de30
EZ
53972001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5398
5399 * strings.texi (String Conversion) <string-to-number>: Document
5400 that a float is returned for integers that are too large.
5401
5402 * frames.texi (Mouse Position): Document mouse-position-function.
5403 (Display Feature Testing): Document display-images-p.
5404 (Window Frame Parameters): Document the cursor-type variable.
5405
5406 * numbers.texi (Integer Basics): Document CL style read syntax for
5407 integers in bases other than 10.
5408
5409 * positions.texi (List Motion): Document
5410 open-paren-in-column-0-is-defun-start.
5411
5412 * lists.texi (Sets And Lists): Document member-ignore-case.
5413
5414 * internals.texi (Garbage Collection): Document the used and free
5415 strings report.
5416 (Memory Usage): Document strings-consed.
5417
5418 * os.texi (Time of Day): Document float-time.
5419 (Recording Input): Document that clear-this-command-keys clears
5420 the vector to be returned by recent-keys.
5421
5422 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
5423 argument keymap can be a list.
5424
5425 * nonascii.texi (User-Chosen Coding Systems)
5426 <select-safe-coding-system>: Document the new argument
5427 accept-default-p and the variable
5428 select-safe-coding-system-accept-default-p. Tell what happens if
5429 buffer-file-coding-system is undecided.
5430 (Default Coding Systems): Document auto-coding-regexp-alist.
5431
5432 * display.texi (The Echo Area) <message>: Document
5433 message-truncate-lines.
5434 (Glyphs): Document that the glyph table is unused on windowed
5435 displays.
5436
5437 * help.texi (Describing Characters) <single-key-description>:
5438 Document the new argument no-angles.
5439 (Accessing Documentation) <documentation-property>: Document that
5440 a non-string property is evaluated.
5441 <documentation>: Document that the function-documentation property
5442 is looked for.
5443
5444 * windows.texi (Selecting Windows): Document some-window.
5445
5446 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
5447
5448 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
5449 apropos-mode-hook.
5450
5451 * commands.texi (Using Interactive): Document interactive-form.
5452 (Keyboard Macros): Document kbd-macro-termination-hook.
5453 (Command Loop Info): Document that clear-this-command-keys clears
5454 the vector to be returned by recent-keys.
5455
2d43d823
GM
54562001-09-04 Werner LEMBERG <wl@gnu.org>
5457
5458 * Makefile.in (srcdir, texinputdir): New variables.
5459 (srcs, index.texi, install): Use $(srcdir).
5460 (.PHONY): Remove elisp.dvi.
5461 (elisp): Use -I switch for makeinfo.
5462 (elisp.dvi): Use $(srcdir) and $(texinputdir).
5463 (installall, dist): Use $(srcdir).
5464 Fix path to texinfo.tex.
5465 (maintainer-clean): Add elisp.dvi and elisp.oaux.
5466
fa739b31
GM
54672001-08-30 Gerd Moellmann <gerd@gnu.org>
5468
92a25631
GM
5469 * display.texi (Conditional Display): Adjust to API change.
5470
fa739b31
GM
5471 * configure: New file.
5472
cef68af5
GM
54732001-07-30 Gerd Moellmann <gerd@gnu.org>
5474
5475 * commands.texi (Repeat Events): Add description of
5476 double-click-fuzz.
5477
d1f08d85
SM
54782001-05-08 Stefan Monnier <monnier@cs.yale.edu>
5479
5480 * syntax.texi (Syntax Class Table): Add the missing designator for
5481 comment and string fences.
5482 (Syntax Properties): Add a xref to syntax table internals.
5483 (Syntax Table Internals): Document string-to-syntax.
5484
1e9fc92e
GM
54852001-05-07 Gerd Moellmann <gerd@gnu.org>
5486
5487 * Makefile.in (install): Use install-info command line options
5488 like in Emacs' Makefile.in.
5489
00480554
MB
54902000-12-09 Miles Bader <miles@gnu.org>
5491
5492 * windows.texi (Window Start): Update documentation for
5493 `pos-visible-in-window-p'.
5494
1e344ee2
SM
54952000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5496
5497 * lists.texi (Building Lists): Add footnote to explain how to add
5498 to the end of a list.
5499
a540f6ed
GM
55002000-10-25 Gerd Moellmann <gerd@gnu.org>
5501
5502 * files.texi (Visiting Functions): Typos.
5503
28bcdbee
KH
55042000-10-25 Kenichi Handa <handa@etl.go.jp>
5505
5506 * files.texi (Visiting Functions): Return value of
5507 find-file-noselect may be a list of buffers if wildcards are used.
5508
22d1a4ed
MB
55092000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5510
5511 * display.texi (Defining Faces): Document `graphic' display type
5512 in face specs.
5513
916a89db
KG
55142000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5515
1e9fc92e 5516 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
5517 `after-make-frame-hook' with `after-make-frame-functions'.
5518
1e9fc92e 5519 * frames.texi (Creating Frames): Ditto.
916a89db 5520
1e9fc92e 5521 * variables.texi (Future Local Variables): Ditto.
916a89db 5522
483de32b
GM
55232000-10-16 Gerd Moellmann <gerd@gnu.org>
5524
5525 * display.texi (Other Image Types): Add description of :foreground
5526 and :background properties of mono PBM images.
5527
e23a63a5
WL
55282000-08-17 Werner LEMBERG <wl@gnu.org>
5529
5530 * .cvsignore: New file.
5531
dfc16043
GM
55322000-01-05 Gerd Moellmann <gerd@gnu.org>
5533
5534 * tindex.pl: New script.
5535
602613fe
DL
55361999-12-03 Dave Love <fx@gnu.org>
5537
5538 * Makefile.in (MAKEINFO): New parameter.
5539
94ec544d
DL
55401999-09-17 Richard Stallman <rms@gnu.org>
5541
5542 * Makefile.in (srcs): Add hash.texi.
5543 (VERSION): Update to 20.6.
5544
55451999-09-13 Richard Stallman <rms@gnu.org>
5546
5547 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
5548
55491998-08-29 Karl Heuer <kwzh@gnu.org>
5550
5551 * configure.in: New file.
5552 * Makefile.in: Renamed from Makefile.
5553 (prefix, infodir): Use value obtained from configure.
5554 (emacslibdir): Obsolete variable deleted.
5555 (dist): Distribute configure.in, configure, Makefile.in.
5556
55571998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
5558
5559 * Makefile (INSTALL_INFO): New variable.
5560 (install): Run install-info.
5561
55621998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
5563
5564 * Makefile (elisp.dvi): Add missing backslash.
5565
55661998-05-02 Richard Stallman <rms@psilocin.gnu.org>
5567
5568 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
5569 Run texindex without `./'. Always run texindex on elisp.tp.
5570 (elisp.tps): Target deleted.
5571
55721998-04-05 Richard Stallman <rms@psilocin.gnu.org>
5573
5574 * Makefile (srcs): Add nonascii.texi and customize.texi.
5575 (dist): Start by deleting `temp'.
5576
55771998-02-17 Richard Stallman <rms@psilocin.gnu.org>
5578
5579 * Makefile (makeinfo, texindex): Targets deleted.
5580 (makeinfo.o, texindex.o): Targets deleted.
5581 (clean, dist): Don't do anything with them or with getopt*.
5582
55831998-01-30 Richard Stallman <rms@psilocin.gnu.org>
5584
5585 * Makefile (SHELL): Defined.
5586
55871998-01-27 Richard Stallman <rms@psilocin.gnu.org>
5588
5589 * Makefile (elisp.tps): New target.
5590 (elisp.dvi): Depend on elisp.tps.
5591
5592Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
5593
5594 * README: Update phone number.
5595
5596 * Makefile (elisp): Make this be the default target.
5597 Depend on makeinfo.c instead of makeinfo.
5598 (install): Don't depend on elisp.dvi, since we don't install that.
5599 Use mkinstalldirs.
5600 (dist): Add mkinstalldirs.
5601
5602Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5603
5604 * Makefile (VERSION): Update version number.
5605 (maintainer-clean): Renamed from realclean.
5606
5607Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5608
5609 * Makefile (realclean): New target.
5610 (elisp): Remove any old elisp-* files first.
5611
5612Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5613
d1f08d85
SM
5614 * Makefile (VERSION): New variable.
5615 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5616 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
5617
5618Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5619
5620 * Makefile (elisp): Depend on makeinfo.
5621
5622Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
5623
d1f08d85 5624 * Makefile (srcs): Add anti.texi.
94ec544d
DL
5625
5626Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5627
5628 * Makefile (infodir, prefix): New vars.
5629 (install): Use infodir.
5630 (emacsinfodir): Deleted.
5631
5632Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5633
5634 * Makefile (srcs): Add calendar.texi.
5635
5636 * Makefile (dist): Copy texindex.c and makeinfo.c.
5637 Limit elisp-* files to those with one or two digits.
5638
5639Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5640
5641 * Makefile (dist): Changed to use Gzip instead of compress.
5642
5643Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5644
5645 * loading.texi (Unloading): define-function changed back to
5646 defalias. It may not stay this way, but at least it's
5647 consistent with the known-good version of the code patch.
5648
5649Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5650
5651 * modes.texi (Hooks): Document new optional arg of add-hook.
5652
5653Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5654
d1f08d85 5655 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
5656
5657 * tips.texi: Add new section on standard library headers.
5658
5659Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5660
5661 * Makefile (srcs): Add frame.texi to the list of sources.
5662
5663Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5664
5665 * Makefile (dist): Don't bother excluding autosave files; they'll
5666 never make it into the temp directory anyway, and the hash marks
5667 in the name are problematic for make and the Bourne shell.
dff28924 5668 (srcs):
94ec544d
DL
5669
5670Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5671
d1f08d85 5672 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
5673 the distribution tar file.
5674
dff28924 5675Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
5676
5677 * Makefile (srcs): Added index.perm.
5678 (elisp.dvi): Remove erroneous shell comment.
5679 Expect output of permute-index in permuted.fns.
5680 Save old elisp.aux in elisp.oaux.
5681 (clean): Added index.texi to be deleted.
5682
dff28924 5683Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5684
5685 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5686
dff28924 5687Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d 5688
6db11765 5689 * files.texi: Noted that completion-ignored-extensions is ignored
94ec544d
DL
5690 when making *Completions*.
5691
5692Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5693
5694 * Makefile make dist now depends on elisp.dvi, since it tries
5695 to include it in the dist file.
5696
dff28924 5697Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
5698
5699 * functions.texinfo (Mapping Functions): Add missing quote
5700
dff28924 5701Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5702
5703 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5704 (defunargs): Turn off \hyphenchar of \sl font temporarily.
5705
dff28924 5706Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5707
5708 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5709 and @error{} are the terms now being used. The files in the
5710 directory have been changed to reflect this.
5711
d1f08d85 5712 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
5713 ` @result{}', using 5 spaces at the begining of the line.
5714
dff28924 5715Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5716
5717 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5718 experimental @indentedresult{}, @indentedexpandsto{} are part of
5719 the texinfo.tex in this directory. These TeX macros are not
5720 stable yet.
5721
dff28924 5722Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d 5723
6db11765 5724 * texinfo.tex: Temporarily added
d1f08d85 5725 \let\result=\dblarrow
94ec544d
DL
5726 \def\error{{\it ERROR} \longdblarrow}
5727 We need to do this better soon.
5728
dff28924 5729Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5730
5731 * Applied Karl Berry's patches to *.texinfo files, but not to
9b7fa297 5732 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
94ec544d
DL
5733 new title page format is also not applied, since it requires
5734 texinfo.tex changes.)
5735
5736 * Cleaned up `Makefile' and defined the `emacslibdir' directory
5737 for the Project GNU development environment.
5738
ad050e54 5739;; Local Variables:
fd026ee1 5740;; coding: iso-2022-7bit
33462dfa 5741;; add-log-time-zone-rule: t
ad050e54 5742;; End:
2a34a036 5743
651f374c 5744 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
de529e21 5745 2005, 2006, 2007 Free Software Foundation, Inc.
5b87ad55
GM
5746
5747 This file is part of GNU Emacs.
5748
5749 GNU Emacs is free software; you can redistribute it and/or modify
5750 it under the terms of the GNU General Public License as published by
5751 the Free Software Foundation; either version 2, or (at your option)
5752 any later version.
5753
5754 GNU Emacs is distributed in the hope that it will be useful,
5755 but WITHOUT ANY WARRANTY; without even the implied warranty of
5756 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5757 GNU General Public License for more details.
5758
5759 You should have received a copy of the GNU General Public License
5760 along with GNU Emacs; see the file COPYING. If not, write to the
5761 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
5762 Boston, MA 02110-1301, USA.
ab5796a9
MB
5763
5764;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda