*** empty log message ***
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
db365b8e
RS
12007-04-11 Richard Stallman <rms@gnu.org>
2
3 * text.texi (Lazy Properties): Minor fix.
4
c2125d3f
KB
52007-04-08 Karl Berry <karl@gnu.org>
6
7 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
8 * macros.texi (Backquote): Downcase Backquote in index entries for
9 consistency.
10
aa9c7852
RS
112007-04-08 Richard Stallman <rms@gnu.org>
12
13 * text.texi (Adaptive Fill): Just describe default,
14 don't show it (since it contains non-ASCII chars).
15
687a7272
KB
162007-04-07 Karl Berry <karl@gnu.org>
17
18 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
19 adaptive-fill-regexp's value, since they are not in the standard
20 TeX fonts.
21
7e9fc7eb
RS
222007-04-07 Herbert Euler <herberteuler@hotmail.com>
23
24 * display.texi (Defining Faces): Fix example.
25
522a9103
KB
262007-04-07 Karl Berry <karl@gnu.org>
27
28 * display.texi (Button Buffer Commands): Improve page break.
29
0aee89ba
RS
302007-04-07 Richard Stallman <rms@gnu.org>
31
32 * advice.texi (Activation of Advice): Remove redundant index entry.
33
34 * backups.texi: Improve index entries. Remove redundant ones.
35
36 * compile.texi (Byte Compilation): Improve index entry.
37
38 * hash.texi (Creating Hash): Improve index entry.
39
40 * symbols.texi (Definitions): Improve index entry.
41
42 * edebug.texi: Improve index entries. Remove redundant/useless ones.
43
44 * maps.texi (Standard Keymaps): Remove useless index entry.
45
46 * help.texi (Documentation Basics): Remove redundant index entries.
47
48 * customize.texi: Improve index entries.
49 Remove redundant/useless ones.
50
51 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
52
53 * streams.texi (Output Variables): Improve index entry.
54
55 * abbrevs.texi (Abbrevs): Remove useless index entry.
56
57 * macros.texi (Expansion): Remove useless index entry.
58
59 * text.texi: Improve index entries. Remove redundant/useless ones.
60 (Text Properties, Examining Properties)
61 (Special Properties): Use "property category" instead of "category"
62 to refer to the `category' property.
63
64 * positions.texi: Improve index entries. Remove useless one.
65
66 * lists.texi: Improve index entries. Remove redundant/useless ones.
67
68 * os.texi: Improve index entries.
69 (Timers): Fix previous change.
70
71 * buffers.texi: Improve index entries.
72 (Modification Time): Get rid of term "obsolete buffer".
73
74 * debugging.texi: Improve index entries.
75 (Test Coverage): Add xref to other test coverage ftr.
76
77 * eval.texi: Improve index entry. Remove redundant ones.
78
79 * numbers.texi: Improve index entries. Remove redundant/useless ones.
80
81 * files.texi: Improve index entries. Remove redundant/useless ones.
82
83 * objects.texi: Improve index entries.
84
85 * processes.texi: Improve index entries.
86
87 * modes.texi: Improve index entry. Remove redundant one.
88
89 * nonascii.texi: Improve index entries.
90
91 * internals.texi: Improve index entries.
92
93 * syntax.texi: Improve index entries.
94
95 * keymaps.texi (Active Keymaps): Improve index entries.
96
97 * commands.texi: Improve index entries. Remove redundant/useless ones.
98
99 * frames.texi: Improve index entries. Remove redundant/useless ones.
100
101 * markers.texi: Improve index entries. Remove redundant ones.
102
103 * tips.texi: Improve index entries.
104
105 * loading.texi (Unloading): Improve index entry.
106
107 * variables.texi: Improve index entries. Remove redundant one.
108
109 * sequences.texi: Improve index entry.
110
111 * display.texi: Improve index entries. Remove redundant ones.
112
113 * windows.texi: Improve index entries.
114
115 * searching.texi: Improve index entries. Remove redundant one.
116
117 * strings.texi (Case Tables): Improve last change.
118
322cbd38
CY
1192007-04-04 Chong Yidong <cyd@stupidchicken.com>
120
121 * strings.texi (Case Tables): Document with-case-table and
122 ascii-case-table.
123
2fd94b09
KB
1242007-04-03 Karl Berry <karl@gnu.org>
125
126 * processes.texi (Network): Reword to improve page break.
127
b49b5137
EZ
1282007-04-03 Eli Zaretskii <eliz@gnu.org>
129
130 * functions.texi (Inline Functions): Describe more disadvantages
131 of defsubst, and make advice against it stronger.
132
997b849e
KB
1332007-04-02 Karl Berry <karl@gnu.org>
134
135 * backups.texi (Backup Names): Avoid widow words.
136 * modes.texi (Example Major Modes): Align last comment.
137
f808ad2d
CY
1382007-04-01 Chong Yidong <cyd@stupidchicken.com>
139
140 * keymaps.texi (Remapping Commands): Document new arg to
141 command-remapping.
142
15bcde04
KB
1432007-04-01 Karl Berry <karl@gnu.org>
144
145 * processes.texi (Low-Level Network): typo.
146 * loading.texi (Hooks for Loading): avoid double "the".
147 * keymaps.texi (Key Sequences): no double "and".
148 (Changing Key Bindings): shorten to improve line break.
149
192453e4
GM
1502007-03-31 Glenn Morris <rgm@gnu.org>
151
152 * os.texi (Timers): Fix description of run-at-time TIME formats.
153
6a4c2b04
RS
1542007-03-31 Richard Stallman <rms@gnu.org>
155
156 * display.texi (Invisible Text): Correct buffer-invisibility-spec
157 regarding ellipsis.
158
6797d272
EZ
1592007-03-31 Eli Zaretskii <eliz@gnu.org>
160
192453e4
GM
161 * intro.texi (nil and t):
162 * symbols.texi (Plists and Alists):
163 * variables.texi (Variable Aliases, Constant Variables):
164 * functions.texi (Defining Functions):
165 * advice.texi (Advising Primitives):
166 * debugging.texi (Syntax Errors, Compilation Errors):
167 * minibuf.texi (Minibuffer Windows):
168 * commands.texi (Adjusting Point):
ad8d30b3 169 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
192453e4
GM
170 (Auto Major Mode, Major Mode Conventions):
171 * help.texi (Describing Characters):
ad8d30b3
EZ
172 * files.texi (Create/Delete Dirs, Information about Files)
173 (File Locks, Writing to Files, Reading from Files)
192453e4
GM
174 (Saving Buffers):
175 * windows.texi (Resizing Windows, Cyclic Window Ordering):
176 * frames.texi (Finding All Frames):
177 * positions.texi (Buffer End, Motion):
178 * markers.texi (The Region):
179 * text.texi (Deletion, Near Point):
180 * display.texi (Displaying Messages, Truncation):
181 * os.texi (Processor Run Time):
ad8d30b3 182 * tips.texi (Key Binding Conventions, Programming Tips)
192453e4 183 (Warning Tips, Documentation Tips, Comment Tips):
ad8d30b3
EZ
184 * internals.texi (Memory Usage): Improve indexing.
185
192453e4
GM
186 * variables.texi (Frame-Local Variables):
187 * functions.texi (Argument List):
188 * loading.texi (Library Search):
189 * streams.texi (Output Variables):
190 * keymaps.texi (Translation Keymaps, Searching Keymaps):
191 * searching.texi (Replacing Match, Search and Replace):
6797d272 192 * processes.texi (Byte Packing, Decoding Output)
192453e4
GM
193 (Accepting Output, Network Servers, Shell Arguments):
194 * display.texi (Abstract Display, Image Cache, Scroll Bars):
195 * windows.texi (Window Point, Window Start):
196 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
197 * commands.texi (Reading Input, Keyboard Events):
6797d272 198 * minibuf.texi (Reading File Names, Minibuffer Completion)
192453e4
GM
199 (Recursive Mini):
200 * positions.texi (List Motion):
201 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
6797d272 202 * numbers.texi (Arithmetic Operations, Math Functions)
192453e4
GM
203 (Predicates on Numbers, Comparison of Numbers):
204 (Numeric Conversions):
205 * locals.texi (Standard Buffer-Local Variables):
206 * maps.texi (Standard Keymaps):
6797d272 207 * os.texi (User Identification, System Environment, Recording Input)
192453e4
GM
208 (X11 Keysyms):
209 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
210 * backups.texi (Backups and Auto-Saving):
6797d272 211 * customize.texi (Customization, Group Definitions)
192453e4 212 (Variable Definitions):
6797d272
EZ
213 * compile.texi (Byte Compilation): Improve index entries.
214
66a17d97
KB
2152007-03-31 Karl Berry <karl@gnu.org>
216
217 * macros.texi (Defining Macros): Avoid widow syllable.
218
5a842fda
EZ
2192007-03-31 Eli Zaretskii <eliz@gnu.org>
220
221 * elisp.texi (Top): Postscript -> PostScript.
222
223 * display.texi (Images, Postscript Images): Postscript -> PostScript.
224
89a4f43f
EZ
2252007-03-31 Markus Triska <markus.triska@gmx.at>
226
227 * internals.texi (Writing Emacs Primitives): Untabify `For'.
228
a4c5b42a
KB
2292007-03-30 Karl Berry <karl@gnu.org>
230
231 * lists.texi (List-related Predicates): Remove spurious @need.
232 (Setcdr): Use @smallexample to improve page break.
233 (Association Lists) <assoc>: Reword to improve page break.
234
235 * strings.texi (String Conversion): Insert blank line to improve
236 page break.
237
238 * numbers.texi (Random Numbers): Use @minus{}.
239 (Math Functions): Use @minus{}.
240
241 * intro.texi (Acknowledgements): Avoid line breaks before middle
242 initials.
243
61880ffe
EZ
2442007-03-24 Eli Zaretskii <eliz@gnu.org>
245
246 * errors.texi (Standard Errors): Add an index entry.
247
705959fc
RS
2482007-03-19 Richard Stallman <rms@gnu.org>
249
250 * os.texi (Recording Input): recent-keys now gives 300 keys.
251
7ad42042
GM
2522007-03-12 Glenn Morris <rgm@gnu.org>
253
254 * os.texi: Replace "daylight savings" with "daylight saving"
255 throughout.
256
47ccd97c
RS
2572007-03-05 Richard Stallman <rms@gnu.org>
258
259 * variables.texi (File Local Variables): Update
260 enable-local-variables values.
261
d89abe75
RS
2622007-03-04 Richard Stallman <rms@gnu.org>
263
264 * syntax.texi (Control Parsing): Minor clarification.
265
266 * strings.texi (Formatting Strings): Clarify width, precision, flags.
267
268 * sequences.texi (Sequence Functions): Move string-bytes away,
269 add xref.
270
271 * nonascii.texi (Text Representations): Move string-bytes here.
272
273 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
274
275 * minibuf.texi (Basic Completion): Minor clarification.
276
277 * markers.texi (The Mark): Clarify existence vs activation of mark.
278 Other cleanup.
279
280 * display.texi (Finding Overlays): Write better example.
281
282 * compile.texi (Eval During Compile): Clarify putting macros
283 in eval-when-compile.
284
70614fa4
VJL
2852007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
286
287 * loading.texi (How Programs Do Loading): Fix anchor position at
288 load-read-function definition doc. (tiny change)
289
dfb1e36c
KS
2902007-02-21 Kim F. Storm <storm@cua.dk>
291
292 * strings.texi (Text Comparison): Mention that assoc-string
293 converts symbols to strings before testing.
294
255d98f8
KS
2952007-02-17 Kim F. Storm <storm@cua.dk>
296
297 * processes.texi (Bindat Spec): Vector types can have optional
298 element type.
299 (Bindat Examples): Fix example. Add vector with element type.
300
52b2c096
AS
3012007-02-16 Andreas Schwab <schwab@suse.de>
302
303 * strings.texi (Formatting Strings): Document '+' flag.
304
8bec6ac5
JB
3052007-02-15 Juanma Barranquero <lekktu@gmail.com>
306
307 * strings.texi (Modifying Strings): Clarify that `clear-string'
308 always converts the string to unibyte.
309
428807ea
KS
3102007-02-14 Kim F. Storm <storm@cua.dk>
311
312 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
313 Rewrite glyph code description to refer to these functions.
314 Remove details of encoding face number and char into integer code.
315
fad24301
AM
3162007-02-03 Alan Mackenzie <acm@muc.de>
317
318 * loading.texi (Hooks for Loading): Make the description of
319 `eval-after-load' more detailed, and amend the description of
320 after-load-alist, in accordance with changes from 2006-05.
321
632a4cc7
CY
3222007-02-03 Chong Yidong <cyd@stupidchicken.com>
323
324 * modes.texi (Defining Minor Modes): Document that a :require
325 keyword or similar may be required to make saved customization
326 variables work.
327
35dda13e
EZ
3282007-02-03 Eli Zaretskii <eliz@gnu.org>
329
330 * elisp.texi (Top): Make the detailed menu headers compliant with
331 Texinfo guidelines and with what texnfo-upd.el expects. Add
332 comments to prevent people from inadvertently modifying the key
333 parts needed by `texinfo-multiple-files-update'.
334
cf8b92db
EZ
3352007-02-02 Eli Zaretskii <eliz@gnu.org>
336
71ed83ca
EZ
337 * elisp.texi (Top): Update the top-level menus.
338
cf8b92db
EZ
339 * syntax.texi (Categories): Add index entries.
340
f2c661c4
JB
3412007-02-01 Juanma Barranquero <lekktu@gmail.com>
342
343 * display.texi (Attribute Functions): Fix name and description of
344 the UNDERLINE arg of `set-face-underline-p'.
345
cb5918d9
EZ
3462007-01-29 Eli Zaretskii <eliz@gnu.org>
347
ed4af17b
EZ
348 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
349 Variables", and "Standard Keymaps" to the detailed menu.
350
cb5918d9
EZ
351 * variables.texi (Future Local Variables): Add index entry.
352
d9380425
RS
3532007-01-28 Richard Stallman <rms@gnu.org>
354
355 * tips.texi (Coding Conventions): Clarify the tip about macros
356 that define a function or a variable.
357
358 * files.texi (File Attributes): UID and GID can be floats.
359 (Magic File Names): Explain why deferring all operations to
360 the standard handler does not work.
361
bfb2471c
MR
3622007-01-23 Martin Rudalics <rudalics@gmx.at>
363
364 * backups.texi (Reverting): Use "buffer" instead of "file"
365 when talking about major and minor modes.
366
4e37c526
RS
3672007-01-21 Richard Stallman <rms@gnu.org>
368
369 * help.texi (Documentation): Add xref to Documentation Tips.
370
de529e21
JB
3712007-01-14 Juanma Barranquero <lekktu@gmail.com>
372
373 * tips.texi (Coding Conventions): Fix typos.
374
cc7ff062
RS
3752007-01-05 Richard Stallman <rms@gnu.org>
376
377 * modes.texi (Defining Minor Modes): Fix previous change.
378
cd35741d
RS
3792007-01-03 Richard Stallman <rms@gnu.org>
380
de529e21 381 * customize.texi (Variable Definitions, Customization Types):
cd35741d
RS
382 Don't use * in doc string for defcustom.
383
a6c327a8
RS
3842007-01-02 Richard Stallman <rms@gnu.org>
385
386 * variables.texi (Variable Aliases): Clarify that aliases vars
387 always have the same value.
388
389 * processes.texi (Bindat Spec): Fix Texinfo usage.
390
391 * modes.texi (Defining Minor Modes): Explain effect of command
392 defined with define-global-minor-mode on new buffers.
393
249844e0
KS
3942006-12-30 Kim F. Storm <storm@cua.dk>
395
396 * keymaps.texi (Tool Bar): Describe `grow-only' value of
397 `auto-resize-tool-bars'.
398
32f65366
RS
3992006-12-30 Richard Stallman <rms@gnu.org>
400
401 * keymaps.texi (Active Keymaps): Fix previous change.
402
8d3f955b
NR
4032006-12-30 Nick Roberts <nickrob@snap.net.nz>
404
405 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
406
f083f9ca
KS
4072006-12-30 Kim F. Storm <storm@cua.dk>
408
409 * processes.texi (Bindat Spec): Clarify using field names in
410 length specifications.
411
8f2b5ec6
KS
4122006-12-29 Kim F. Storm <storm@cua.dk>
413
414 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
415 Add count and index variables for eval forms in repeat blocks.
416
d78b75dd
RS
4172006-12-24 Richard Stallman <rms@gnu.org>
418
419 * customize.texi (Variable Definitions): Document
420 new name custom-add-frequent-value.
421
36ff6d6f
KS
4222006-12-19 Kim F. Storm <storm@cua.dk>
423
424 * commands.texi (Misc Events): User signals now result in sigusr1
425 and sigusr2 events which are handled through special-event-map.
426 (Special Events): User signals and drag-n-drop are special.
427
294f1c39
RS
4282006-12-17 Richard Stallman <rms@gnu.org>
429
303958a9
RS
430 * loading.texi (Named Features): Explain subfeatures better.
431
432 * customize.texi: Use "option" only for user options.
433 For the keyword values inside defcustom etc, say "keywords".
434 For :options value's elements, say "elements".
435 :group should not be omitted.
436
fe963f84
RS
437 * syntax.texi (Parsing Expressions): Split up node.
438 (Motion via Parsing, Position Parse, Parser State)
439 (Low-Level Parsing, Control Parsing): New subnodes.
440 (Parser State): Document syntax-ppss-toplevel-pos.
441
442 * positions.texi (List Motion): Punctuation fix.
443
294f1c39
RS
444 * files.texi (File Name Completion): Document PREDICATE arg
445 to file-name-completion.
446
6d95228d
EZ
4472006-12-16 Eli Zaretskii <eliz@gnu.org>
448
de529e21
JB
449 * internals.texi (Building Emacs, Writing Emacs Primitives):
450 Add index entries.
6d95228d 451
4de0c73c
RS
4522006-12-11 Richard Stallman <rms@gnu.org>
453
454 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
455 affects face menu. Explain how to make it non-nil without enabling
456 any fontification.
457
31689f89
CY
4582006-12-10 Chong Yidong <cyd@stupidchicken.com>
459
460 * modes.texi (Font Lock Basics): Document nil value of
461 font-lock-defaults.
462
8d4a66af
GM
4632006-12-10 Glenn Morris <rgm@gnu.org>
464
465 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
9e7287f4
GM
466 value for system-flag argument. Abbrev tables may not be empty
467 when major modes are loaded.
8d4a66af 468
d6598d46
JB
4692006-12-08 Juanma Barranquero <lekktu@gmail.com>
470
471 * makefile.w32-in (maintainer-clean): Partially revert last
472 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
473 to protect elisp-covers.texi.
474
c6883bfc
JB
4752006-12-07 Juanma Barranquero <lekktu@gmail.com>
476
477 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
478 Don't remove elisp* info files; they are already deleted by the
479 `clean' and `distclean' targets, and they are in the $(infodir)
480 directory, not the current one.
481
9d8b24a2
KS
4822006-12-04 Kim F. Storm <storm@cua.dk>
483
484 * commands.texi (Misc Events): Update signal events.
485 (Event Examples): Add signal example.
486
04c21c78
RS
4872006-11-29 Richard Stallman <rms@gnu.org>
488
489 * frames.texi (Visibility of Frames): Explain visible windows
490 can be covered by others. Add xref for raise-frame.
491
7bc297d7
RS
4922006-11-28 Richard Stallman <rms@gnu.org>
493
494 * searching.texi (Regexp Special): Update when ^ is special.
495
340d34a5
EZ
4962006-11-27 Eli Zaretskii <eliz@gnu.org>
497
498 * customize.texi (Customization, Common Keywords)
499 (Group Definitions, Variable Definitions, Composite Types)
500 (Type Keywords, Customization Types): Add index entries for
501 various customization keywords.
502
6b28caea
SM
5032006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
504
505 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
506
b9660a6f
JD
5072006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
508
509 * frames.texi (Window System Selections): Remove clipboard from
510 description of selection-coding-system.
511
e5c12c7d
RS
5122006-11-06 Richard Stallman <rms@gnu.org>
513
514 * lists.texi (List Variables): Document COMPARE-FN.
515
516 * keymaps.texi: Avoid use of "binding" to mean a relation;
33462dfa 517 use it only to refer to the meaning associated with a key.
e5c12c7d 518 (Keymaps): Change menu node description.
33462dfa 519
e5c12c7d
RS
520 * elisp.texi (Top): Change menu node description.
521
522 * display.texi (Managing Overlays): Document overlay-recenter.
523
b4e4dc3c
CY
5242006-10-29 Chong Yidong <cyd@stupidchicken.com>
525
526 * Makefile.in: Use relative paths to avoid advertising filesystem
527 contents during compilation.
528
300734d7
KS
5292006-10-23 Kim F. Storm <storm@cua.dk>
530
531 * commands.texi (Event Input Misc): Update unread-command-events.
532
aa02da7a
NR
5332006-10-23 Nick Roberts <nickrob@snap.net.nz>
534
535 * lists.texi (Sets And Lists): Fix typos.
536
6db11765
JB
5372006-10-18 Juanma Barranquero <lekktu@gmail.com>
538
539 * control.texi (Processing of Errors): Use @var for an argument,
540 not @code.
541
ff53796b
RS
5422006-10-16 Richard Stallman <rms@gnu.org>
543
544 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
545
546 * keymaps.texi (Format of Keymaps): Show all the keymap element
547 patterns that result from menu items.
548 (Key Lookup): Minor cleanups.
549
550 * modes.texi (Precalculated Fontification): Don't say that
551 not setting font-lock-defaults avoids loading font-lock.
552
553 * help.texi (Documentation): Move xref to Emacs Manual here.
554 (Documentation Basics): From here.
555 Also doc emacs-lisp-docstring-fill-column.
556
557 * elisp.texi: Update version and ISBN.
558
559 * commands.texi (Interactive Call): Clarify KEYS arg to
560 call-interactively is a vector.
561 (Command Loop Info): Delete anchor in this-command-keys.
562 Add anchor in this-command-keys-vector.
563 (Recursive Editing): Document how recursive-edit
564 handles the current buffer.
565
bb5da5be
CY
5662006-10-13 Chong Yidong <cyd@stupidchicken.com>
567
568 * frames.texi (Frame Titles): %c and %l are ignored in
569 frame-title-format.
570
8972d253
RS
5712006-10-11 Richard Stallman <rms@gnu.org>
572
573 * keymaps.texi (Key Sequences): Clarify use of kbd.
574
3075e881
KS
5752006-10-10 Kim F. Storm <storm@cua.dk>
576
577 * lists.texi (Sets And Lists): Add memql.
578
01993898
RS
5792006-10-03 Richard Stallman <rms@gnu.org>
580
581 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
582 Clarify :ascii: and :nonascii:.
583
f9df5f68
JL
5842006-09-29 Juri Linkov <juri@jurta.org>
585
586 * modes.texi (%-Constructs): Reorder coding systems in the
587 documentation of %z to the real order displayed in the modeline.
588
98259f08
RS
5892006-09-25 Richard Stallman <rms@gnu.org>
590
591 * os.texi (Timers): Describe timer-max-repeats.
592
2d56beed
CY
5932006-09-25 Chong Yidong <cyd@stupidchicken.com>
594
595 * os.texi (Timers): Mention with-local-quit.
596
45c912f2
RS
5972006-09-24 Richard Stallman <rms@gnu.org>
598
599 * searching.texi (Searching and Matching): Mention property search.
600
601 * commands.texi (Command Loop Info): Explain how read-event affects
602 this-command-keys.
603
aa256798
RS
6042006-09-20 Richard Stallman <rms@gnu.org>
605
45c912f2
RS
606 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
607
aa256798
RS
608 * windows.texi (Window Start): Minor cleanups.
609
a4df1f8b
KS
6102006-09-20 Kim F. Storm <storm@cua.dk>
611
612 * windows.texi (Window Start): pos-visible-in-window-p allows
613 specifying t for position to mean "end of window".
614 Add window-line-height.
615
616 * anti.texi (Antinews): Mention window-line-height.
617
74686736
DK
6182006-09-19 David Kastrup <dak@gnu.org>
619
620 * keymaps.texi (Searching Keymaps): Small clarification.
621
a0c489f1
RS
6222006-09-18 Richard Stallman <rms@gnu.org>
623
2a27a16b
RS
624 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
625 cause keyboard menus.
626 (Menu Keymaps): Likewise.
627 (Defining Menus, Keyboard Menus): Clarify.
628
a0c489f1
RS
629 * text.texi (Fields): Clarify explanation of constrain-to-field.
630
1e9265dd
EZ
6312006-09-16 Eli Zaretskii <eliz@gnu.org>
632
633 * variables.texi (Tips for Defining): Fix a typo.
634
74f526f3
RS
6352006-09-15 Richard Stallman <rms@gnu.org>
636
637 * keymaps.texi (Remapping Commands, Searching Keymaps)
638 (Active Keymaps): Clean up previous change.
639
45a2056c
JB
6402006-09-15 Jay Belanger <belanger@truman.edu>
641
642 * gpl.texi: Replace "Library Public License" by "Lesser Public
643 License" throughout.
644
b74e16a3
DK
6452006-09-15 David Kastrup <dak@gnu.org>
646
647 * keymaps.texi (Active Keymaps): Adapt description to use
648 `get-char-property' instead `get-text-property'. Explain how
649 mouse events change this. Explain the new optional argument of
650 `key-binding' and its mouse-dependent lookup.
74f526f3 651 (Searching Keymaps): Adapt description similarly.
74686736
DK
652 (Remapping Commands): Explain the new optional argument of
653 `command-remapping'.
b74e16a3 654
18d55b24
RS
6552006-09-14 Richard Stallman <rms@gnu.org>
656
657 * keymaps.texi (Searching Keymaps): Clarification.
658 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
659
6602006-09-13 Richard Stallman <rms@gnu.org>
661
662 * objects.texi (Character Type): Node split.
663 Add xref to Describing Characters.
664 (Basic Char Syntax, General Escape Syntax)
665 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
666
8b170b82
RS
6672006-09-11 Richard Stallman <rms@gnu.org>
668
669 * display.texi (Display Table Format): Wording clarification.
c5b0bab9 670 (Glyphs): Clarifications.
8b170b82 671
3250aca2
CY
6722006-09-10 Chong Yidong <cyd@stupidchicken.com>
673
674 * keymaps.texi (Active Keymaps): Mention that key-binding checks
675 local maps.
676
606fd469
KS
6772006-09-10 Kim F. Storm <storm@cua.dk>
678
679 * display.texi (Forcing Redisplay): Document return value of
680 function redisplay.
681
755b2209
RS
6822006-09-09 Richard Stallman <rms@gnu.org>
683
1d7b95f5
RS
684 * windows.texi (Window Hooks): Explain limits of
685 window-scroll-functions.
686
755b2209
RS
687 * display.texi (Fringe Indicators): Update for last change in
688 indicate-buffer-boundaries.
689
af09dd78
RS
6902006-09-08 Richard Stallman <rms@gnu.org>
691
692 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
693
2010a78c
KS
6942006-09-06 Kim F. Storm <storm@cua.dk>
695
bdd26918
KS
696 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
697
2010a78c
KS
698 * windows.texi (Window Start): Update pos-visible-in-window-p.
699
bae12237
RS
7002006-09-04 Richard Stallman <rms@gnu.org>
701
702 * processes.texi (Accepting Output): Explain SECONDS=0 for
703 accept-process-output.
704
705 * os.texi (Idle Timers): Explain why timer functions should not
706 loop until (input-pending-p).
707
ebc80ddf
EZ
7082006-09-02 Eli Zaretskii <eliz@gnu.org>
709
710 * makefile.w32-in (usermanualdir): New variable.
711 (elisp.dvi): Use it.
712
a66d9563
EZ
7132006-09-01 Eli Zaretskii <eliz@gnu.org>
714
715 * buffers.texi (Buffer Modification): Fix last change.
716
5a8f5165
CY
7172006-09-01 Chong Yidong <cyd@stupidchicken.com>
718
719 * buffers.texi (Buffer Modification): Document
720 buffer-chars-modified-tick.
721
80e0572b
RS
7222006-08-31 Richard Stallman <rms@gnu.org>
723
724 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
725
7262006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
931d878d
SM
727
728 * modes.texi (Syntactic Font Lock):
80e0572b
RS
729 Mention font-lock-syntactic-face-function
730 instead of specific faces.
931d878d 731
bda420a3
CY
7322006-08-29 Chong Yidong <cyd@stupidchicken.com>
733
734 * display.texi (Images): Add xrref to display-images-p.
735
c6f8bb3a
KH
7362006-08-28 Kenichi Handa <handa@m17n.org>
737
738 * nonascii.texi (Lisp and Coding Systems): Fix description of
739 detect-coding-region.
740
7a210b69
MB
7412006-08-27 Michael Olson <mwolson@gnu.org>
742
743 * processes.texi (Transaction Queues): Remove stray quote
744 character.
745
3e04a8fc
RS
7462006-08-25 Richard Stallman <rms@gnu.org>
747
748 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
749 Add xref.
750
fda97484
CY
7512006-08-24 Chong Yidong <cyd@stupidchicken.com>
752
753 * os.texi (Timers): Avoid waiting inside timers.
754
3e46b34c
LK
7552006-08-21 Lute Kamstra <lute@gnu.org>
756
757 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
758
ce629713
RS
7592006-08-20 Richard Stallman <rms@gnu.org>
760
761 * os.texi (Idle Timers): New node, split out from Timers.
762 Document current-idle-time.
763 * commands.texi (Reading One Event): Update xref.
764 * elisp.texi (Top): Update subnode menu.
765
3cb74cd1
RS
7662006-08-16 Richard Stallman <rms@gnu.org>
767
768 * keymaps.texi (Extended Menu Items): Show format of cached
769 bindings in extended menu items.
770
771 * customize.texi (Variable Definitions): Explain when the
772 standard value expression is evaluated.
773
7e188449
CY
7742006-08-15 Chong Yidong <cyd@stupidchicken.com>
775
776 * commands.texi (Reading One Event): Explain idleness in
777 `read-event'.
778
b8f5396a
CY
7792006-08-12 Chong Yidong <cyd@stupidchicken.com>
780
781 * text.texi (Near Point): Say "cursor" not "terminal cursor".
782 (Commands for Insertion): Removed split-line since it's not
783 relevant for Lisp programming.
784 (Yank Commands): Rewrite introduction.
785 (Undo): Clarify.
786 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
787 (Filling): Remove redundant comment. Clarify return value of
788 current-justification.
789 (Margins): Minor clarifications.
790 (Adaptive Fill): Update default value of adaptive-fill-regexp.
791 (Sorting): Update definition of sort-lines.
792 (Columns): Clarify behavior of sort-columns.
793 (Indent Tabs): Link to Tab Stops in Emacs manual.
794 (Special Properties): Clarify.
795 (Clickable Text): Mention Buttons package.
796
0c80afbd
EZ
7972006-08-12 Kevin Ryde <user42@zip.com.au>
798
799 * os.texi (Time Parsing): Add %z to description of
800 format-time-string, as per docstring. Add cross reference to
801 glibc manual for strftime.
802
02a2b2ad
RS
8032006-08-08 Richard Stallman <rms@gnu.org>
804
805 * modes.texi: Clean up wording in previous change.
806
34e5974a
CY
8072006-08-07 Chong Yidong <cyd@stupidchicken.com>
808
809 * modes.texi (Hooks): Clarify.
810 (Major Mode Basics): Mention define-derived-mode explicitly.
811 (Major Mode Conventions): Rebinding RET is OK for some modes.
812 Mention change-major-mode-hook and after-change-major-mode-hook.
813 (Example Major Modes): Moved to end of Modes section.
814 (Mode Line Basics): Clarify.
815 (Mode Line Data): Mention help-echo and local-map in strings.
816 Explain reason for treatment of non-risky variables.
817 (Properties in Mode): Clarify.
818 (Faces for Font Lock): Add font-lock-negation-char-face.
819
65c6c6b6
EZ
8202006-08-04 Eli Zaretskii <eliz@gnu.org>
821
822 * strings.texi (Formatting Strings): Warn against arbitrary
823 strings as first arg to `format'.
824
fc0ba1d0
TTN
8252006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
826
827 * text.texi (Clickable Text): Mention `help-echo' text property.
828 Update intro, examples and associated explanations.
829
a3483884
RS
8302006-07-31 Richard Stallman <rms@gnu.org>
831
832 * commands.texi: Update xrefs.
833 (Event Mod): New node, cut out from old Translating Input.
834
835 * maps.texi: Update xrefs.
fc0ba1d0 836
a3483884
RS
837 * keymaps.texi (Translation Keymaps): New node.
838 Update xrefs from Translating Input to Translation Keymaps.
fc0ba1d0 839
a3483884
RS
840 * elisp.texi (Top): Update subnode menu.
841
842 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
843
844 * os.texi (System Interface): Fix menu descriptions of some nodes.
845 (Translating Input): Node deleted.
fc0ba1d0 846
ec777101
NR
8472006-07-31 Nick Roberts <nickrob@snap.net.nz>
848
8d3f955b 849 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
ec777101
NR
850
851 * lists.texi (Sets And Lists): Likewise.
852
0f42ea76
TTN
8532006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
854
855 * text.texi (Fields): Mention POS
856 requirement when narrowing is in effect.
857
eb107d09
RS
8582006-07-28 Richard Stallman <rms@gnu.org>
859
0de8dcc9
RS
860 * display.texi (Face Attributes): Simplify wording.
861 (Attribute Functions): Clarify meaning of new-frame default
862 attribute settings.
863
eb107d09
RS
864 * customize.texi (Common Keywords): Document how to use
865 :package-version in a package not in Emacs.
866
d7fb9e6c
KS
8672006-07-28 Kim F. Storm <storm@cua.dk>
868
869 * commands.texi (Reading One Event): Fix last change.
870
c1c3d4f7
CY
8712006-07-26 Chong Yidong <cyd@stupidchicken.com>
872
873 * commands.texi (Reading One Event): Document SECONDS argument for
874 read-event, read-char, and read-char-exclusive.
875
94b39239
SM
8762006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
877
878 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
879 to ensure correct identification.
880
1cff9220
RS
8812006-07-24 Richard Stallman <rms@gnu.org>
882
5ac64732
RS
883 * text.texi (Clickable Text): Clarify.
884
1cff9220
RS
885 * sequences.texi (Vector Functions): Delete duplicate xref.
886
887 * objects.texi (Function Type): Clarify.
888
889 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
890 modes.
891
892 * lists.texi (List Variables): New node.
893 Material moved from other nodes.
894
895 * variables.texi (Setting Variables): add-to-list and
896 add-to-ordered-list moved to List Variables node.
897
38db29e0
TTN
8982006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
899
900 * text.texi (Links and Mouse-1):
901 For mouse-on-link-p, expand on arg POS.
902
9e4101b2
KS
9032006-07-21 Kim F. Storm <storm@cua.dk>
904
905 * display.texi (Forcing Redisplay): Don't mention systems which
906 don't support sub-second timers for redisplay-preemption-period.
907
908 * os.texi (Terminal Output): Clarify text vs graphical terminal.
909
cc539208
EZ
9102006-07-21 Eli Zaretskii <eliz@gnu.org>
911
912 * frames.texi (Input Focus): Document that focus-follows-mouse has
913 no effect on MS-Windows.
914
c29fbc93
RS
9152006-07-18 Richard Stallman <rms@gnu.org>
916
1ef252f6
RS
917 * display.texi (Forcing Redisplay): Cleanups in previous change.
918
c29fbc93
RS
919 * processes.texi (Low-Level Network): Make menu more convenient.
920
5b5fca28
KS
9212006-07-18 Kim F. Storm <storm@cua.dk>
922
2d545d83
KS
923 * display.texi (Forcing Redisplay): redisplay-preemption-period
924 only used on window systems. Add xref to Terminal Output.
925
926 * os.texi (Terminal Output): baud-rate only controls preemption on
927 non-window systems. Add xref to Forcing Redisplay.
928
5b5fca28
KS
929 * processes.texi (Low-Level Network): Rename node "Make Network"
930 to "Network Processes".
931
42995636
KB
9322006-07-18 Karl Berry <karl@gnu.org>
933
5b5fca28
KS
934 * variables.texi, functions.texi, customize.texi, loading.texi:
935 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
42995636 936
e1842332
CY
9372006-07-17 Chong Yidong <cyd@stupidchicken.com>
938
939 * commands.texi (Waiting): Document batch-mode sit-for behavior.
940
daeeeffc
RS
9412006-07-17 Richard Stallman <rms@gnu.org>
942
7c0c29ee
RS
943 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
944 Put period and comma inside quotes.
5b5fca28 945
7c0c29ee
RS
946 * loading.texi, markers.texi: Use real doublequote inside menus.
947
948 * windows.texi: Put point and comma inside quotes.
949 (Textual Scrolling): Use @samp for error message.
950
5b5fca28
KS
951 * variables.texi, tips.texi, syntax.texi, symbols.texi:
952 * strings.texi, streams.texi, processes.texi, os.texi:
7c0c29ee
RS
953 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
954 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5b5fca28
KS
955 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
956 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7c0c29ee 957 Put point and comma inside quotes.
5b5fca28 958
05bdf2d7
RS
959 * control.texi (Processing of Errors): Add command-error-function.
960
daeeeffc
RS
961 * variables.texi (File Local Variables): Clarify that
962 file local variables make buffer-local bindings.
963
964 * modes.texi (Syntactic Font Lock): Give default for
965 font-lock-syntax-table.
966
7e1c1289
NR
9672006-07-17 Nick Roberts <nickrob@snap.net.nz>
968
969 * text.texi (Special Properties): Clean up previous change.
970
912c7235
KB
9712006-07-16 Karl Berry <karl@gnu.org>
972
5b5fca28
KS
973 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
974 * control.texi: Fix bad page breaks through chapter 10 (control).
ece35e15 975
5b5fca28 976 * anti.texi (Antinews): Reorder face-attribute fns to avoid
912c7235
KB
977 underfull hbox.
978
54b7938f
NR
9792006-07-15 Nick Roberts <nickrob@snap.net.nz>
980
981 * text.texi (Special Properties): Describe fontified text property
982 in relation to a character (not text).
983
3f11901a
KS
9842006-07-15 Kim F. Storm <storm@cua.dk>
985
0864179a
KS
986 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
987 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
988 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
989
3f11901a
KS
990 * anti.texi (Antinews): Mention redisplay function.
991 The kbd macro existed, but was not documented, before 22.x.
992 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
993
b4f62d0a
NR
9942006-07-14 Nick Roberts <nickrob@snap.net.nz>
995
996 * display.texi (Displaying Messages): Add anchor.
997
998 * frames.texi (Dialog Boxes): Use it.
999
2c6e026a
RS
10002006-07-12 Richard Stallman <rms@gnu.org>
1001
1002 * objects.texi (Frame Type): Explain nature of frames better.
1003
1004 * frames.texi (Frames): Explain nature of frames better.
1005
10062006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
1007
1008 * tips.texi (Coding Conventions): Explain why use cl at compile time.
1009
099d4201
YM
10102006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1011
1012 * frames.texi (Window System Selections): Mention scrap support for Mac.
1013 Default value of x-select-enable-clipboard is t on Mac.
1014
1015 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
1016
ff97f952
KS
10172006-07-11 Kim F. Storm <storm@cua.dk>
1018
1019 * display.texi (Forcing Redisplay): Add `redisplay' function.
1020 Don't mention (sit-for -1) -- use (redisplay t) instead.
1021
1022 * commands.texi (Waiting): (sit-for -1) is no longer special.
1023 (sit-for 0) is equivalent to (redisplay).
1024 Iconifying/deiconifying no longer makes sit-for return.
1025
a183016f
NR
10262006-07-10 Nick Roberts <nickrob@snap.net.nz>
1027
1028 * display.texi (Buttons): Fix typo.
1029
1030 * index.texi, elisp.texi (New Symbols): Comment node out.
1031
b86be617
RS
10322006-07-09 Richard Stallman <rms@gnu.org>
1033
1034 * display.texi (Truncation): Clean up previous change.
1035
3aa7c28e
RS
10362006-07-08 Richard Stallman <rms@gnu.org>
1037
1038 * commands.texi (Interactive Call): Use 3 as prefix in example
1039 for execute-extended-command.
1040
1041 * display.texi (Attribute Functions): Move paragraph about
1042 compatibility with Emacs < 21.
1043
5a1048a5
KS
10442006-07-09 Kim F. Storm <storm@cua.dk>
1045
1046 * display.texi (Refresh Screen): Clarify force-window-update.
1047 (Truncation): "Normally" indicated by fringe arrows.
1048
89fb9154
EZ
10492006-07-08 Eli Zaretskii <eliz@gnu.org>
1050
5a1048a5
KS
1051 * windows.texi (Textual Scrolling, Resizing Windows):
1052 * variables.texi (Constant Variables):
89fb9154
EZ
1053 * text.texi (Buffer Contents, Deletion, Changing Properties)
1054 (Property Search, Special Properties, Sticky Properties)
5a1048a5 1055 (Links and Mouse-1, Fields, Change Hooks):
89fb9154 1056 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5a1048a5
KS
1057 (Categories):
1058 * symbols.texi (Other Plists):
1059 * streams.texi (Output Variables):
1060 * processes.texi (Input to Processes, Query Before Exit):
1061 * positions.texi (Word Motion, Text Lines, List Motion):
89fb9154 1062 * os.texi (Init File, System Environment, Sound Output)
5a1048a5 1063 (Session Management):
89fb9154 1064 * nonascii.texi (Text Representations, Character Sets)
5a1048a5
KS
1065 (Chars and Bytes, Locales):
1066 * modes.texi (Defining Minor Modes, Header Lines):
1067 * minibuf.texi (Minibuffer Contents):
1068 * markers.texi (Information from Markers):
1069 * lists.texi (List Elements, Building Lists, Association Lists):
1070 * keymaps.texi (Tool Bar):
1071 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
1072 * functions.texi (What Is a Function, Mapping Functions):
89fb9154
EZ
1073 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
1074 (Color Names, Text Terminal Colors, Display Feature Testing):
1075 * files.texi (Visiting Functions, File Name Components)
5a1048a5 1076 (Unique File Names, Contents of Directories):
89fb9154
EZ
1077 * display.texi (Forcing Redisplay, Displaying Messages)
1078 (Temporary Displays, Font Selection, Auto Faces)
1079 (Font Lookup, Fringe Indicators, Display Margins)
1080 (Image Descriptors, Showing Images, Image Cache, Button Types)
1081 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5a1048a5
KS
1082 (Display Table Format, Glyphs):
1083 * control.texi (Iteration):
1084 * commands.texi (Command Loop Info, Adjusting Point):
08b17d37
KS
1085 * backups.texi (Making Backups, Auto-Saving):
1086 Remove @tindex entries.
89fb9154 1087
7f087030
KS
10882006-07-07 Kim F. Storm <storm@cua.dk>
1089
1090 * display.texi (Fringe Cursors): Fix typo.
1091 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
1092 (Overlay Arrow): Default is overlay-arrow fringe indicator.
1093
978db147
RS
10942006-07-05 Richard Stallman <rms@gnu.org>
1095
1096 * text.texi (Buffer Contents): Add example of text props
1097 in result of buffer-substring.
1098 (Text Properties): Explain better about use of specific property names.
1099 (Property Search): Some cleanups; reorder some functions.
1100
1101 * keymaps.texi (Changing Key Bindings): Cleanup.
1102 Add xref to Key Binding Conventions.
1103
1104 * display.texi (Attribute Functions): Add examples for
1105 face-attribute-relative-p.
1106
1107 * tips.texi (Coding Conventions): Cleanup last change.
1108
42b50684
KB
11092006-07-05 Karl Berry <karl@gnu.org>
1110
08b17d37
KS
1111 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
1112 Remove @setchapternewpage odd.
42b50684
KB
1113 Result is 1013 pages, down from 1100.
1114
08b17d37
KS
1115 * anti.texi, customize.texi, display.texi, internals.texi:
1116 * minibuf.texi, modes.texi, tips.texi:
9b7fa297 1117 Fix overfull/underfull boxes.
42b50684 1118
180f018c
TTN
11192006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1120
1121 * edebug.texi (Instrumenting):
1122 Add Edebug-specific findex for eval-buffer.
1123 * loading.texi (Loading):
1124 Replace eval-current-buffer with eval-buffer.
1125
8e338f7b
EZ
11262006-06-30 Nick Roberts <nickrob@snap.net.nz>
1127
1128 * locals.texi (Standard Buffer-Local Variables): Update the list
1129 of variables.
1130
0770a251
NR
11312006-06-26 Nick Roberts <nickrob@snap.net.nz>
1132
1133 * files.texi (File Name Completion): Point user to the node
1134 "Reading File Names".
1135
d9034473
EZ
11362006-06-24 Eli Zaretskii <eliz@gnu.org>
1137
eff6bfea
EZ
1138 * files.texi (Contents of Directories): Document case-insensitive
1139 behavior on respective filesystems.
1140
d9034473
EZ
1141 * objects.texi (Character Type): Document that Emacs signals an
1142 error for unsupported Unicode characters specified as \uNNNN.
1143
a5bd14d3
RS
11442006-06-19 Richard Stallman <rms@gnu.org>
1145
1146 * processes.texi (Bindat Spec): Clarify previous change.
1147
d1ae9041
RS
11482006-06-16 Richard Stallman <rms@gnu.org>
1149
1150 * tips.texi (Coding Conventions): Better explain conventions
1151 for definition constructs.
1152
1153 * text.texi (Special Properties): String value of `read-only'
1154 serves as the error message.
1155
1156 * objects.texi (Character Type): Clarify prev. change.
1157 (Non-ASCII in Strings): Mention \u and \U.
1158
1159 * commands.texi (Using Interactive): Explain problem of
1160 markers, etc., in command-history.
1161
1bb32610
KS
11622006-06-14 Kim F. Storm <storm@cua.dk>
1163
1164 * commands.texi (Waiting): Negative arg to sit-for forces
1165 redisplay even if input is pending.
1166
1167 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
1168 redisplay. Remove incorrect example of binding redisplay-dont-pause
1169 around (sit-for 0).
1170
c7484981
RS
11712006-06-13 Richard Stallman <rms@gnu.org>
1172
1173 * display.texi (Forcing Redisplay): Clarify previous change.
1174
d211faa2
RF
11752006-06-13 Romain Francoise <romain@orebokech.com>
1176
1177 * display.texi (Forcing Redisplay): Fix typo.
1178
8eb2b87f
KS
11792006-06-13 Kim F. Storm <storm@cua.dk>
1180
1181 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
1182
503b5e1c
LT
11832006-06-10 Luc Teirlinck <teirllm@auburn.edu>
1184
1185 * tips.texi (Coding Conventions): Add `@end itemize'.
1186
9e362b84
RS
11872006-06-10 Richard Stallman <rms@gnu.org>
1188
1189 * tips.texi (Coding Conventions): Explain use of coding systems
1190 to ensure one decoding for strings.
1191
7cb93181
EZ
11922006-06-09 Aidan Kehoe <kehoea@parhasard.net>
1193
9b7fa297 1194 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7cb93181
EZ
1195 syntax.
1196
afd63bda
EZ
11972006-06-07 Eli Zaretskii <eliz@gnu.org>
1198
1199 * display.texi (Font Selection): Remove description of
1200 clear-face-cache.
1201
1202 * compile.texi (Eval During Compile): Fix a typo. Add index
1203 entries for possible uses of eval-when-compile.
1204
71ee3e04
TTN
12052006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
1206
1207 * display.texi (Abstract Display): Fix typo.
1208
a941b26b
EZ
12092006-06-03 Eli Zaretskii <eliz@gnu.org>
1210
1211 * minibuf.texi (Minibuffer History) <history-add-new-input>:
1212 Reword variable's description.
1213
963128f3
RS
12142006-06-01 Richard Stallman <rms@gnu.org>
1215
1216 * windows.texi (Splitting Windows): Clarify splitting nonselected
1217 window.
1218
82db8fa7
JL
12192006-05-31 Juri Linkov <juri@jurta.org>
1220
1221 * minibuf.texi (Minibuffer History): Add history-add-new-input.
1222
d9e8091d
RS
12232006-05-30 Richard Stallman <rms@gnu.org>
1224
6ac209a3
RS
1225 * display.texi (Line Height): Fix errors in description of
1226 default line height and line-height properyty.
1227
d9e8091d
RS
1228 * nonascii.texi (Default Coding Systems): Further clarification.
1229
93fd6289
LT
12302006-05-29 Luc Teirlinck <teirllm@auburn.edu>
1231
1232 * internals.texi (Pure Storage): Mention that an overflow in pure
1233 space causes a memory leak.
1234 (Garbage Collection): If there was an overflow in pure space,
1235 `garbage-collect' returns nil.
1236
7c42b3e0
EZ
12372006-05-30 Eli Zaretskii <eliz@gnu.org>
1238
1239 * nonascii.texi (Default Coding Systems): Fix it some more.
1240
b8909e88
EZ
12412006-05-29 Eli Zaretskii <eliz@gnu.org>
1242
1243 * nonascii.texi (Default Coding Systems): Fix last change.
1244
6d3906d5
KH
12452006-05-29 Kenichi Handa <handa@m17n.org>
1246
1247 * nonascii.texi (find-operation-coding-system): Describe the new
1248 argument format (FILENAME . BUFFER).
1249
0985f920
RS
12502006-05-28 Richard Stallman <rms@gnu.org>
1251
1252 * tips.texi (Coding Conventions): Better explain reasons not to
1253 advise other packages or use `eval-after-load'.
1254
6c6e0bb4
KS
12552006-05-29 Kim F. Storm <storm@cua.dk>
1256
1257 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
1258 `bindat-idx' and `bindat-raw' for clarity.
1259
096432af
TTN
12602006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1261
b9e17eb3
TTN
1262 * processes.texi (Bindat Spec): Expand on `repeat' handler.
1263
096432af
TTN
1264 * display.texi (Display): Add "Abstract Display" to menu.
1265 (Abstract Display, Abstract Display Functions)
1266 (Abstract Display Example): New nodes.
1267 * elisp.texi (Top): Add "Abstract Display" to menu.
1268
e4b3f22f
CY
12692006-05-27 Chong Yidong <cyd@stupidchicken.com>
1270
917b8227
CY
1271 * keymaps.texi (Key Sequences): Link to input events definition.
1272 (Format of Keymaps): Delete material duplicated in Keymap Basics.
1273
e4b3f22f
CY
1274 * files.texi (Changing Files): Document updated argument list for
1275 copy-file.
1276
f1b64ef1
TTN
12772006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1278
1279 * processes.texi (Bindat Functions): Explain term "total length".
1280 Use it in bindat-length and bindat-pack descriptions.
1281
3d0793e4
EZ
12822006-05-26 Eli Zaretskii <eliz@gnu.org>
1283
1284 * tips.texi (Coding Conventions): Advise against using
1285 eval-after-load in packages. Add an index entry.
1286
abeb5483
JL
12872006-05-25 Juri Linkov <juri@jurta.org>
1288
92aa92fa
JL
1289 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
1290
abeb5483
JL
1291 * modes.texi (%-Constructs): Add %e, %z, %Z.
1292
403a7bca
RS
12932006-05-25 Richard Stallman <rms@gnu.org>
1294
1295 * elisp.texi (Top): Update subnode menu.
1296
1297 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
1298 (Keymaps): Update menu.
1299
39a9bed3
CY
13002006-05-25 Chong Yidong <cyd@stupidchicken.com>
1301
1302 * keymaps.texi (Key Sequences): Some clarifications.
1303
78b3f5c3
TTN
13042006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1305
1306 * processes.texi (Bindat Functions): Say "unibyte string"
1307 explicitly for bindat-unpack and bindat-pack descriptions.
1308 (Bindat Examples): Don't call `string-make-unibyte' in example.
1309
08244b81
CY
13102006-05-25 Chong Yidong <cyd@stupidchicken.com>
1311
1312 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
1313 Explain string and vector representations of key sequences
1314
78b3f5c3
TTN
1315 * keymaps.texi (Changing Key Bindings):
1316 * commands.texi (Interactive Codes, Interactive Codes):
08244b81
CY
1317 * help.texi (Describing Characters): Refer to it.
1318
b370c94d
LT
13192006-05-23 Luc Teirlinck <teirllm@auburn.edu>
1320
1321 * frames.texi (Pointer Shape): @end table -> @end defvar.
1322
b8223441
RS
13232006-05-22 Richard Stallman <rms@gnu.org>
1324
1325 * elisp.texi (Top): Update subnode menus.
1326
1327 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
1328 Contents rewritten; material from old Pointer Shape node moved here.
1329
1330 * display.texi (Pointer Shape): Node deleted.
1331 (Image Descriptors): Minor cleanup.
1332
c18eec5c
RS
13332006-05-21 Richard Stallman <rms@gnu.org>
1334
1335 * syntax.texi (Parsing Expressions): Update info on which STATE
1336 elements are ignored.
1337
9300b310
LT
13382006-05-19 Luc Teirlinck <teirllm@auburn.edu>
1339
86735b2d
LT
1340 * hooks.texi (Standard Hooks): Correct typo.
1341
9300b310
LT
1342 * gpl.texi (GPL): ifinfo -> ifnottex.
1343
75e3b957
EZ
13442006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
1345
1346 * searching.texi (Simple Match Data): Warn about match data being
1347 set anew by every search.
1348
0bcf8735
RS
13492006-05-17 Richard Stallman <rms@gnu.org>
1350
1351 * minibuf.texi (Minibuffer History): Clarify.
1352
1353 * searching.texi (Regexp Special): Clarify nested regexp warning.
1354
b3abe3a5
KS
13552006-05-16 Kim F. Storm <storm@cua.dk>
1356
1357 * minibuf.texi (Minibuffer History): Update add-to-history.
1358
bc20db55
KH
13592006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
1360
1361 * nonascii.texi (Explicit Encoding): Fix
1362 typo (encoding<->decoding).
1363
f31263a4
RS
13642006-05-14 Richard Stallman <rms@gnu.org>
1365
46a2df8e
RS
1366 * buffers.texi (Creating Buffers): Cleanup.
1367
f31263a4
RS
1368 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
1369
1299a5a4
EZ
13702006-05-13 Eli Zaretskii <eliz@gnu.org>
1371
642c61f3
EZ
1372 * buffers.texi (Current Buffer): Document that with-temp-buffer
1373 disables undo.
1374
1299a5a4
EZ
1375 * os.texi (Terminal-Specific): More accurate description of how
1376 Emacs searches for the terminal-specific libraries.
1377
61515a63
EZ
13782006-05-12 Eli Zaretskii <eliz@gnu.org>
1379
b811ef49
EZ
1380 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
1381 emacs-xtra to @inforef's.
1382
4a7910c7
EZ
1383 * text.texi (Undo): Document that undo is turned off in buffers
1384 whose names begin with a space.
1385
1386 * buffers.texi (Buffer Names): Add index entries for buffers whose
1387 names begin with a space.
1388 (Creating Buffers): Document that undo is turned off in buffers
1389 whose names begin with a space.
1390
f055e02c
EZ
1391 * files.texi (Visiting Functions, Reading from Files)
1392 (Saving Buffers): Mention code and EOL conversions by file I/O
1393 primitives and subroutines.
1394
0ef0b416
EZ
1395 * nonascii.texi (Lisp and Coding Systems): Document
1396 coding-system-eol-type. Add index entries for eol conversion.
1397
61515a63
EZ
1398 * display.texi (Defining Faces): Mention `mac', and add an xref to
1399 where window-system is described.
1400
e4c068c0
RS
14012006-05-10 Richard Stallman <rms@gnu.org>
1402
1403 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
1404
31035927
RS
14052006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
1406
1407 * variables.texi (File Local Variables): Recommend to quote lambda
1408 expressions in safe-local-variable property.
1409
f12a0718
RS
14102006-05-09 Richard Stallman <rms@gnu.org>
1411
1412 * variables.texi (File Local Variables): Document
1413 safe-local-eval-forms and safe-local-eval-function.
1414
ed7e6c32
KS
14152006-05-07 Kim F. Storm <storm@cua.dk>
1416
1417 * minibuf.texi (Minibuffer History): Remove keep-dups arg
1418 from add-to-history.
1419
5a36d834
RF
14202006-05-07 Romain Francoise <romain@orebokech.com>
1421
1422 * commands.texi (Event Input Misc):
1423 * compile.texi (Eval During Compile):
1424 * internals.texi (Buffer Internals):
1425 * minibuf.texi (Initial Input):
1426 * nonascii.texi (Scanning Charsets):
1427 * numbers.texi (Comparison of Numbers):
1428 * windows.texi (Textual Scrolling, Vertical Scrolling):
1429 Fix various typos.
1430
fbc284f6
EZ
14312006-05-06 Eli Zaretskii <eliz@gnu.org>
1432
f53d2e87
EZ
1433 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
1434 conditional xref's to either emacs or emacs-xtra, depending on
1435 @iftex/@ifnottex.
1436
fbc284f6
EZ
1437 * minibuf.texi (Minibuffer History): Document add-to-history.
1438
3dfed653
EZ
14392006-05-05 Eli Zaretskii <eliz@gnu.org>
1440
1441 * internals.texi (Pure Storage): Mention the pure overflow message
1442 at startup.
1443
8e7a9a24
EZ
14442006-05-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1445
1446 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
1447 (Searching Keymaps): Fix pseudo-Lisp description of keymap
1448 search.
1449
d0789de9
RS
14502006-05-01 Richard Stallman <rms@gnu.org>
1451
1452 * intro.texi (nil and t): Clarify.
1453
1454 * variables.texi (File Local Variables): Suggest using booleanp.
1455
fc2cb772
JB
14562006-05-01 Juanma Barranquero <lekktu@gmail.com>
1457
1458 * objects.texi (Type Predicates): Fix typos.
1459
27c5714a
SM
14602006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1461
1462 * intro.texi (nil and t): Add booleanp.
1463
1464 * objects.texi (Type Predicates): Add links for booleanp and
1465 string-or-null-p.
1466
eadb9d45
RS
14672006-04-29 Richard Stallman <rms@gnu.org>
1468
27c5714a 1469 * modes.texi (Multiline Font Lock): Rename from
eadb9d45
RS
1470 Multi line Font Lock Elements. Much clarification.
1471 (Font Lock Multiline, Region to Fontify): Much clarification.
1472
7817e3d3
SM
14732006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1474
1475 * variables.texi (File Local Variables): Remove the special case t for
1476 safe-local-variable.
1477
8ac3a455
RS
14782006-04-26 Richard Stallman <rms@gnu.org>
1479
1480 * syntax.texi (Parsing Expressions): Minor cleanup.
1481
290e4aae
RS
14822006-04-18 Richard Stallman <rms@gnu.org>
1483
1484 * tips.texi (Coding Conventions): Explain when the package's
1485 prefix should appear later on (not at the start of the name).
1486
1487 * searching.texi (String Search): Clarify effect of NOERROR.
1488
1489 * modes.texi (Imenu): Clarify what special items do.
1490
1491 * hooks.texi (Standard Hooks): Delete text about old hook names.
1492
1e2b8ce5
RF
14932006-04-17 Romain Francoise <romain@orebokech.com>
1494
1495 * variables.texi (Local Variables): Update the default value of
1496 `max-specpdl-size'.
1497
51fa34bc
MB
14982006-04-15 Michael Olson <mwolson@gnu.org>
1499
1500 * processes.texi (Transaction Queues): Mention the new optional
1501 `delay-question' argument for `tq-enqueue'.
1502
61f32d39
BW
15032006-04-13 Bill Wohler <wohler@newt.com>
1504
1505 * customize.texi (Common Keywords): Use dotted notation for
9b7fa297 1506 :package-version value. Specify its values. Improve documentation
50b7bce0 1507 for customize-package-emacs-version-alist.
61f32d39 1508
4f8ed159
BW
15092006-04-12 Bill Wohler <wohler@newt.com>
1510
1511 * customize.texi (Common Keywords): Move description of
1512 customize-package-emacs-version-alist to @defvar.
1513
e5e864ab
BW
15142006-04-10 Bill Wohler <wohler@newt.com>
1515
1516 * customize.texi (Common Keywords): Add :package-version.
1517
6c230417
KS
15182006-04-10 Kim F. Storm <storm@cua.dk>
1519
1520 * text.texi (Buffer Contents): Add NOPROPS arg to
1521 filter-buffer-substring.
1522
d82eac8f
EZ
15232006-04-08 Kevin Ryde <user42@zip.com.au>
1524
1525 * os.texi (Command-Line Arguments): Update xref to emacs manual
1526 "Command Arguments" -> "Emacs Invocation", per change there.
1527
4f815b29
TTN
15282006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
1529
1530 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
1531 be on one line to help makeinfo not render two spaces after the dot.
1532
122c3009
RS
15332006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
1534
1535 * strings.texi (Predicates for Strings): Add string-or-null-p.
1536
da68bc3d
KS
15372006-03-28 Kim F. Storm <storm@cua.dk>
1538
1539 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
1540 remarks about systems that don't support fractional seconds.
1541
b223e22d
KB
15422006-03-25 Karl Berry <karl@gnu.org>
1543
fc2cb772 1544 * elisp.texi: Use @copyright{} instead of (C), and do not indent
b223e22d
KB
1545 the year list.
1546
b756c64c
NR
15472006-03-21 Nick Roberts <nickrob@snap.net.nz>
1548
1549 * display.texi (Fringe Indicators): Fix typos.
1550
fe3dca59
LT
15512006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1552
c287ad03 1553 * tips.texi (Documentation Tips): One can now also write `program'
fe3dca59
LT
1554 in front of a quoted symbol in a docstring to prevent making a
1555 hyperlink.
1556
e91d4202
AM
15572006-03-19 Alan Mackenzie <acm@muc.de>
1558
290e4aae 1559 * text.texi (Special Properties): Clarify `fontified' property.
e91d4202 1560
e8a5f60b
RS
15612006-03-16 Richard Stallman <rms@gnu.org>
1562
1563 * display.texi (Defining Images): Minor cleanup.
1564
486daaa5
BW
15652006-03-16 Bill Wohler <wohler@newt.com>
1566
1567 * display.texi (Defining Images): In image-load-path-for-library,
1568 prefer user's images.
1569
4ffc92c2
SM
15702006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
1573
874a6ef8
BW
15742006-03-15 Bill Wohler <wohler@newt.com>
1575
1576 * display.texi (Defining Images): Fix example in
1577 image-load-path-for-library by not recommending that one binds
fc2cb772 1578 image-load-path. Just defvar it to placate compiler and only use
874a6ef8
BW
1579 it if previously defined.
1580
70949f30
BW
15812006-03-14 Bill Wohler <wohler@newt.com>
1582
1583 * display.texi (Defining Images): In image-load-path-for-library,
1584 always return list of directories. Update example.
1585
c852c516
AM
15862006-03-14 Alan Mackenzie <acm@muc.de>
1587
1588 * modes.texi: New node, "Region to Fontify" (for Font Lock).
1589 This describes font-lock-extend-region-function.
4ffc92c2 1590 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
c852c516
AM
1591 the new node "Region to Fontify".
1592
7cd3712b
RS
15932006-03-13 Richard Stallman <rms@gnu.org>
1594
1595 * display.texi (Invisible Text): The impossible position is
1596 now before the invisible text, not after.
1597 (Defining Images): Clean up last change.
1598
2c676341
BW
15992006-03-11 Bill Wohler <wohler@newt.com>
1600
1601 * display.texi (Defining Images): Add image-load-path-for-library.
1602
6f49b4c5
LT
16032006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1604
2d14c9bf
LT
1605 * text.texi (Adaptive Fill): Fix Texinfo usage.
1606
1607 * strings.texi (Creating Strings): Fix Texinfo usage.
1608
6f49b4c5
LT
1609 * searching.texi (Regexp Special): Use @samp for regular
1610 expressions that are not in Lisp syntax.
1611
fc1d3386
LT
16122006-03-08 Luc Teirlinck <teirllm@auburn.edu>
1613
1614 * searching.texi (Regexp Special): Put remark between parentheses
1615 to avoid misreading.
1616
7b2c2ca9
LT
16172006-03-07 Luc Teirlinck <teirllm@auburn.edu>
1618
1619 * searching.texi (Syntax of Regexps): More accurately describe
1620 which characters are special in which situations.
1621 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
1622 are not special. Describe in detail when `[' and `]' are special.
1623 (Regexp Backslash): Plenty of regexps with unbalanced square
1624 brackets are valid, so reword that statement.
1625
f79bc642
KS
16262006-03-02 Kim F. Storm <storm@cua.dk>
1627
1628 * keymaps.texi (Tool Bar): Add tool-bar-border.
1629
1d9a5237
LT
16302006-02-28 Luc Teirlinck <teirllm@auburn.edu>
1631
a86b01fa 1632 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 1633
2534ef94
LT
16342006-02-27 Luc Teirlinck <teirllm@auburn.edu>
1635
1636 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
1637
1638 * files.texi (Locating Files): Suggest additional values for the
1639 SUFFIXES arg of `locate-file'. Update pxref.
1640
1641 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
1642 (How Programs Do Loading): Discuss the effects of Auto Compression
1643 mode on `load'.
1644 (Load Suffixes): New node.
394e96d5 1645 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
1646 moved to "Load Suffixes".
1647 (Autoload, Named Features): Mention `load-suffixes'.
1648
dd9959da 16492006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
1650
1651 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
1652
1653 * windows.texi (Window Tree): Fix typo.
1654
49af2995
KS
16552006-02-20 Kim F. Storm <storm@cua.dk>
1656
1657 * display.texi (Fringe Indicators): New section.
1658 Move indicate-empty-lines, indicate-buffer-boundaries, and
1659 default-indicate-buffer-boundaries here.
1660 Add fringe-indicator-alist and default-fringes-indicator-alist.
1661 Add list of logical fringe indicator symbols.
1662 Update list of standard bitmap names.
1663 (Fringe Cursors): New section.
1664 Move overflow-newline-into-fringe here.
1665 Add fringe-cursor-alist and default-fringes-cursor-alist.
1666 Add list of fringe cursor symbols.
1667
58f71009
JB
16682006-02-20 Juanma Barranquero <lekktu@gmail.com>
1669
1670 * commands.texi (Using Interactive): Fix reference to node
1671 "Minibuffers".
1672
5498b6af
RS
16732006-02-19 Richard M. Stallman <rms@gnu.org>
1674
1675 * minibuf.texi (High-Level Completion):
1676 Add xref to read-input-method-name.
1677
1678 * files.texi (Relative File Names): Move file-relative-name here.
1679 (File Name Expansion): From here. Minor clarifications.
1680
1681 * commands.texi (Using Interactive): Add xrefs about reading input.
1682 Clarify remarks about that moving point and mark.
1683 Put string case before list case.
1684
43ce897a 16852006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68 1686
4ffc92c2
SM
1687 * display.texi (Other Display Specs, Image Descriptors):
1688 Revert erroneous changes. The previous description of
1689 image-descriptors as `(image . PROPS)' was correct.
b6498a68 1690
1324d26e
RS
16912006-02-14 Richard M. Stallman <rms@gnu.org>
1692
1693 * variables.texi (File Local Variables): Clarifications.
1694
0da93350
JB
16952006-02-14 Juanma Barranquero <lekktu@gmail.com>
1696
1697 * variables.texi (File Local Variables): Use @code for a cons
1698 cell, not @var.
1699
51a39bab
CY
17002006-02-13 Chong Yidong <cyd@stupidchicken.com>
1701
1702 * variables.texi (File Local Variables): Document new file local
1703 variable behavior.
1704
d342156c
KS
17052006-02-10 Kim F. Storm <storm@cua.dk>
1706
1707 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
1708
8392fe4a
JB
17092006-02-08 Juanma Barranquero <lekktu@gmail.com>
1710
1711 * modes.texi (%-Constructs): Remove obsolete info about
1712 `global-mode-string'.
1713
cd6cd82a
RS
17142006-02-07 Richard M. Stallman <rms@gnu.org>
1715
d78dc2d8
RS
1716 * commands.texi (Prefix Command Arguments): Minor cleanup.
1717
1718 * display.texi: "Graphical display", not window system.
1719
cd6cd82a
RS
1720 * functions.texi (What Is a Function): Fix xref.
1721
1722 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
1723 (Changing Key Bindings): Clarify when remapping is better than
1724 substitute-key-definition.
1725
17262006-02-02 Richard M. Stallman <rms@gnu.org>
1727
1728 * minibuf.texi (Basic Completion): Completion alists are risky.
1729
1730 * keymaps.texi (Active Keymaps): Clarifications.
1731 (Searching Keymaps): New node.
1732 (Keymaps): Update menu.
1733
1734 * frames.texi (Layout Parameters): Minor clarification.
1735 (Drag and Drop): New node.
1736 (Frames): Update menu.
1737
cf052abc
CY
17382006-01-29 Chong Yidong <cyd@stupidchicken.com>
1739
4ffc92c2
SM
1740 * display.texi (Other Display Specs, Image Descriptors):
1741 Image description is a list, not a cons cell.
cf052abc 1742
1f2907ee
LT
17432006-01-28 Luc Teirlinck <teirllm@auburn.edu>
1744
1745 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
1746 list is not necessarily a list).
1747
a849f77d
EZ
17482006-01-27 Eli Zaretskii <eliz@gnu.org>
1749
1750 * frames.texi (Layout Parameters): border-width and
1751 internal-border-width belong to the frame, not the window.
1752
d322eb9b
RS
17532006-01-19 Richard M. Stallman <rms@gnu.org>
1754
1755 * nonascii.texi (Translation of Characters): Search cmds use
1756 translation-table-for-input. Automatically made local.
1757
1758 * markers.texi (Overview of Markers): Count insertion type
1759 as one of a marker's attributes.
1760
cd6cd82a
RS
1761 * keymaps.texi (Controlling Active Maps): New node, split out of
1762 Active Keymaps.
1763 (Keymaps): Menu updated.
1764 (Active Keymaps): Give pseudocode to explain how the active
1765 maps are searched. current-active-maps and key-binding moved here.
1766 (Functions for Key Lookup): current-active-maps and key-binding moved.
1767 Clarifications.
1768 (Searching the Keymaps): New subnode.
1769
d322eb9b
RS
1770 * elisp.texi (Top): Menu clarification.
1771
1772 * display.texi (Other Display Specs): Delete duplicate entry for
1773 just a string as display spec. Move text about recursive display
1774 specs on such a string.
1775
1776 * commands.texi (Key Sequence Input): Clarify.
1777 Move num-nonmacro-input-events out.
1778 (Reading One Event): num-nonmacro-input-events moved here.
1779
2ac77b5a
NR
17802006-01-14 Nick Roberts <nickrob@snap.net.nz>
1781
1782 * advice.texi (Simple Advice): Update example to fit argument
1783 change in previous-line.
1784
a203a18c
RS
17852006-01-05 Richard M. Stallman <rms@gnu.org>
1786
1787 * markers.texi (The Mark): Fix in `mark'.
1788
d9043ddf
RS
17892006-01-04 Richard M. Stallman <rms@gnu.org>
1790
1791 * processes.texi (Misc Network, Make Network): Minor cleanups.
1792
8a5db8ae
KS
17932006-01-04 Kim F. Storm <storm@cua.dk>
1794
1795 * processes.texi (Make Network): Add IPv6 addresses and handling.
1796 (Network Feature Testing): Mention (:family ipv6).
1797 (Misc Network): Add IPv6 formats to format-network-address.
1798
19bb7940
RS
17992005-12-30 Richard M. Stallman <rms@gnu.org>
1800
1801 * text.texi (Changing Properties):
1802 Don't use return value of set-text-properties.
1803
b9cb50d9
LT
18042005-12-29 Luc Teirlinck <teirllm@auburn.edu>
1805
1806 * modes.texi (Mode Line Format): Correct typo in menu.
1807
94a867a6
RS
18082005-12-29 Richard M. Stallman <rms@gnu.org>
1809
1810 * modes.texi (Mode Line Top): New node.
1811 (Mode Line Data): Some text moved to new node.
1812 Explain the data structure more concretely.
1813 (Mode Line Basics): Clarifications.
1814 (Mode Line Variables): Clarify intro paragraph.
1815 (%-Constructs): Clarify intro paragraph.
1816 (Mode Line Format): Update menu.
1817
ba455131
LT
18182005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1819
1820 * minibuf.texi (Basic Completion): Update lazy-completion-table
1821 examples for removal of ARGS argument.
1822
2b6abe1e
RS
18232005-12-23 Richard M. Stallman <rms@gnu.org>
1824
1825 * text.texi (Undo): Restore some explanation from the version
1826 that was deleted.
1827
2d7409f2
EZ
18282005-12-23 Eli Zaretskii <eliz@gnu.org>
1829
abeb5483 1830 * text.texi (Undo): Remove duplicate descriptions of `apply
2d7409f2
EZ
1831 funname' and `apply delta' elements of the undo list.
1832
2e23b82e
RS
18332005-12-20 Richard M. Stallman <rms@gnu.org>
1834
1835 * help.texi (Help Functions): Update documentation of `apropos'.
1836
a31687ce
LT
18372005-12-20 Luc Teirlinck <teirllm@auburn.edu>
1838
1839 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1840 because it is confusing. If the :help-echo keyword is a function,
1841 it is not directly used as the :help-echo overlay property, as the
1842 xref seems to suggest (it does not take the appropriate args).
1843
0e83c4e9
LT
18442005-12-19 Luc Teirlinck <teirllm@auburn.edu>
1845
1846 * customize.texi (Common Keywords): Fix Texinfo usage.
1847 (Group Definitions, Variable Definitions): Update for new
1848 conventions for using `*' in docstrings.
77df907a
LT
1849
1850 * tips.texi (Documentation Tips): Update for new conventions for
1851 using `*' in docstrings.
1852
69487a1f
RS
18532005-12-16 Richard M. Stallman <rms@gnu.org>
1854
1855 * minibuf.texi (Minibuffer Contents): Minor cleanup.
1856
2a502a32
JL
18572005-12-16 Juri Linkov <juri@jurta.org>
1858
1859 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1860
b158c851
RF
18612005-12-14 Romain Francoise <romain@orebokech.com>
1862
1863 * modes.texi (Customizing Keywords): Rename `append' to `how'.
1864 Fix typo.
1865
d7d1f75e
JL
18662005-12-11 Juri Linkov <juri@jurta.org>
1867
1868 * minibuf.texi (Completion Commands): Add mention of read-file-name
1869 for filename completion keymaps.
1870 (Reading File Names): Add mention of filename completion keymaps
1871 for read-file-name and xref to `Completion Commands'.
1872
4b1c16c2
RS
18732005-12-10 Richard M. Stallman <rms@gnu.org>
1874
1875 * customize.texi (Common Keywords): State caveats for use of :tag.
1876
1d49d5d9
RS
18772005-12-08 Richard M. Stallman <rms@gnu.org>
1878
2663a204
RS
1879 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
1880 with xrefs and better explanation.
1881 (Completion Commands): Add the filename completion maps.
1882
1d49d5d9
RS
1883 * objects.texi (Character Type): Clarify that \s is not space
1884 if a dash follows.
1885
fa0d4d0c
RS
18862005-12-05 Richard M. Stallman <rms@gnu.org>
1887
1888 * windows.texi (Resizing Windows): Delete preserve-before args.
1889
d64b177a
SM
18902005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1891
1892 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
1893 in full keymaps, since the quirk has been fixed.
1894
79019cc9
EZ
18952005-12-03 Eli Zaretskii <eliz@gnu.org>
1896
1897 * hooks.texi (Standard Hooks): Add index entries. Mention
1898 `compilation-finish-functions'.
1899
161ef3be
RS
19002005-11-27 Richard M. Stallman <rms@gnu.org>
1901
1902 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
1903
17c1971a
JL
19042005-11-21 Juri Linkov <juri@jurta.org>
1905
1906 * customize.texi (Common Keywords): Update links types
1907 custom-manual and url-link. Add link types emacs-library-link,
1908 file-link, function-link, variable-link, custom-group-link.
1909
5890344b
CY
19102005-11-20 Chong Yidong <cyd@stupidchicken.com>
1911
1912 * display.texi: Revert 2005-11-20 change.
1913
cbce0752
TTN
19142005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1915
1916 * processes.texi (Bindat Functions):
1917 Say "third" to refer to zero-based index "2".
1918
ff04c885
LT
19192005-11-18 Luc Teirlinck <teirllm@auburn.edu>
1920
1921 * loading.texi (Library Search): Update the default value of
1922 `load-suffixes'.
1923
ce8d4e00
CY
19242005-11-17 Chong Yidong <cyd@stupidchicken.com>
1925
1926 * display.texi (Attribute Functions): Mention :ignore-defface.
1927
cbad4a9e
SM
19282005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1929
1930 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 1931 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 1932
fda12b27
RS
19332005-11-06 Richard M. Stallman <rms@gnu.org>
1934
1935 * files.texi (Magic File Names): find-file-name-handler checks the
1936 `operations' property of the handler.
1937
e082564e
RS
19382005-11-03 Richard M. Stallman <rms@gnu.org>
1939
1940 * variables.texi (Frame-Local Variables): Small clarification.
1941
f0cdd9e4
CY
19422005-10-29 Chong Yidong <cyd@stupidchicken.com>
1943
1944 * os.texi (Init File): Document ~/.emacs.d/init.el.
1945
685abb98
RS
19462005-10-29 Richard M. Stallman <rms@gnu.org>
1947
1948 * internals.texi (Garbage Collection): Document memory-full.
1949
7000848e
BW
19502005-10-28 Bill Wohler <wohler@newt.com>
1951
1952 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
1953 for URLs.
1954
107fb6c9
RS
19552005-10-28 Richard M. Stallman <rms@gnu.org>
1956
1957 * minibuf.texi (Completion Commands): Clean up prev change.
1958
19592005-10-26 Kevin Ryde <user42@zip.com.au>
1960
1961 * compile.texi (Eval During Compile): Explain recommended uses
1962 of eval-when-compile and eval-and-compile.
1963
1d8e69a2
MY
19642005-10-27 Masatake YAMATO <jet@gyve.org>
1965
cbad4a9e 1966 * minibuf.texi (Completion Commands):
1d8e69a2 1967 Write about new optional argument for `display-completion-list'.
cbad4a9e 1968
6a897887
RS
19692005-10-23 Richard M. Stallman <rms@gnu.org>
1970
1971 * display.texi (Overlay Arrow): Clarify about local bindings of
1972 overlay-arrow-position.
1973
6d1e17be
EZ
19742005-10-22 Eli Zaretskii <eliz@gnu.org>
1975
1976 * internals.texi (Building Emacs): Fix last change.
1977
db5fe0a6
RS
19782005-10-22 Richard M. Stallman <rms@gnu.org>
1979
1980 * internals.texi (Building Emacs): Document eval-at-startup.
1981
45158e77
RS
19822005-10-21 Richard M. Stallman <rms@gnu.org>
1983
1984 * loading.texi (Where Defined): load-history contains abs file names.
1985 symbol-file returns abs file names.
1986
e50165ec
KS
19872005-10-19 Kim F. Storm <storm@cua.dk>
1988
1989 * display.texi (Showing Images): Add max-image-size integer value.
1990
63ab30d0
CY
19912005-10-18 Chong Yidong <cyd@stupidchicken.com>
1992
1993 * display.texi (Showing Images): Document max-image-size.
1994
f8252852
RS
19952005-10-17 Richard M. Stallman <rms@gnu.org>
1996
1997 * commands.texi (Quitting): Minor clarification.
1998
1999 * processes.texi (Sentinels): Clarify about output and quitting.
2000 (Filter Functions): Mention with-local-quit.
2001
c1bed3aa
JL
20022005-10-17 Juri Linkov <juri@jurta.org>
2003
2004 * buffers.texi (Current Buffer):
2005 * commands.texi (Event Input Misc):
2006 * compile.texi (Eval During Compile, Compiler Errors):
2007 * customize.texi (Group Definitions):
2008 * display.texi (Progress, Defining Faces):
2009 * files.texi (Writing to Files):
2010 * modes.texi (Mode Hooks, Defining Minor Modes):
2011 * streams.texi (Output Functions):
2012 * syntax.texi (Syntax Table Functions):
2013 * text.texi (Change Hooks):
2014 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
2015
2016 * commands.texi (Quitting): Replace arg `forms' with `body' in
2017 `with-local-quit'.
2018
2019 * positions.texi (Excursions): Replace arg `forms' with `body' in
2020 `save-excursion'.
2021
ef1b4c9e
KS
20222005-10-08 Kim F. Storm <storm@cua.dk>
2023
2024 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
2025 Rename manual section accordingly.
2026
abc8ce50
KS
20272005-10-04 Kim F. Storm <storm@cua.dk>
2028
2029 * windows.texi (Window Split Tree): New section describing
2030 new function window-split-tree function.
2031
a1f5a1f0
NR
20322005-10-03 Nick Roberts <nickrob@snap.net.nz>
2033
2034 * display.texi (Fringe Size/Pos): Simplify and add detail.
2035
97c3e4cc
RF
20362005-09-30 Romain Francoise <romain@orebokech.com>
2037
2038 * minibuf.texi (High-Level Completion): Explain that the prompt
2039 given to `read-buffer' should end with a colon and a space.
2040 Update usage examples.
2041
8ad8c5ce
JL
20422005-09-29 Juri Linkov <juri@jurta.org>
2043
2044 * display.texi (Displaying Messages): Rename argument name
2045 `string' to `format-string' in functions `message', `message-box',
2046 `message-or-box'.
2047
63182706
CY
20482005-09-26 Chong Yidong <cyd@stupidchicken.com>
2049
fc2cb772 2050 * errors.texi (Standard Errors): Correct xrefs.
63182706 2051
906320ec
CY
20522005-09-18 Chong Yidong <cyd@stupidchicken.com>
2053
fc2cb772 2054 * display.texi (Defining Images): Update documentation for
906320ec
CY
2055 `image-load-path'.
2056
8ccd3630
RS
20572005-09-17 Richard M. Stallman <rms@gnu.org>
2058
2059 * display.texi (Defining Images): Clean up previous change.
2060
7260457b
RF
20612005-09-16 Romain Francoise <romain@orebokech.com>
2062
2063 * elisp.texi: Specify GFDL version 1.2.
2064
2065 * doclicense.texi (GNU Free Documentation License): Update to
2066 version 1.2.
2067
5b51c037
CY
20682005-09-15 Chong Yidong <cyd@stupidchicken.com>
2069
2070 * display.texi (Defining Images): Document `image-load-path'.
2071
5c4757d3
RS
20722005-09-15 Richard M. Stallman <rms@gnu.org>
2073
2074 * objects.texi (Printed Representation): Minor cleanup.
2075 (Box Diagrams): Minor fix.
2076 (Cons Cell Type): Move (...) index item here.
2077 (Box Diagrams): From here.
2078 (Array Type): Minor fix.
2079 (Type Predicates): Delete index "predicates".
2080 (Hash Table Type): Clarify xref.
2081 (Dotted Pair Notation): Minor fix.
2082
2bb8b80c
CY
20832005-09-10 Chong Yidong <cyd@stupidchicken.com>
2084
2085 * files.texi (Saving Buffers): Fix typo.
2086
47b8bc5d
RS
20872005-09-08 Richard M. Stallman <rms@gnu.org>
2088
2089 * tips.texi (Programming Tips): Correct the "default" prompt spec.
2090
475aab0d
CY
20912005-09-08 Chong Yidong <cyd@stupidchicken.com>
2092
2093 * locals.texi (Standard Buffer-Local Variables): Don't include
2094 mode variables for minor modes.
2095 Fix xrefs for buffer-display-count, buffer-display-table,
2096 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
2097 enable-multibyte-characters, fill-column, header-line-format,
2098 left-fringe-width, left-margin, and right-fringe-width.
2099
2100 * hooks.texi (Standard Hooks): All hooks should conform to the
2101 standard naming convention now.
2102 Fix xref for `echo-area-clear-hook'.
2103
2104 * display.texi (Usual Display): Note that indicate-empty-lines and
2105 tab-width are buffer-local.
2106
2107 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
2108
2109 * modes.texi (Mode Help): Note that major-mode is buffer-local.
2110
2111 * nonascii.texi (Encoding and I/O): Note that
2112 buffer-file-coding-system is buffer-local.
2113
2114 * positions.texi (List Motion): Note that defun-prompt-regexp is
2115 buffer-local.
2116
2117 * text.texi (Auto Filling): Note that auto-fill-function is
2118 buffer-local.
2119 (Undo): Note that buffer-undo-list is buffer-local.
2120
2121 * windows.texi (Buffers and Windows): Document
2122 buffer-display-count.
2123
2a6bc1f7
RS
21242005-09-06 Richard M. Stallman <rms@gnu.org>
2125
2126 * tips.texi (Coding Conventions): Sometimes it is ok to put the
2127 package prefix elsewhere than at the start of the name.
2128
d7ea8b71
RS
21292005-09-03 Richard M. Stallman <rms@gnu.org>
2130
2131 * tips.texi (Programming Tips): Add conventions for minibuffer
2132 questions and prompts.
2133
0c6087a6
RS
21342005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
2135
2136 * intro.texi (nil and t): Minor cleanup.
2137 Delete spurious mention of keyword symbols.
2138 (Evaluation Notation): Add index entry.
2139 (A Sample Function Description): Minor cleanup.
2140 (A Sample Variable Description): Not all vars can be set.
2141
4b5fa40e
TTN
21422005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
2143
2144 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
2145
2146 (Insertion): Document precise type of `insert-char' arg COUNT.
2147
34b50776
SM
21482005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * modes.texi (Other Font Lock Variables): Sync the default of
2151 font-lock-lines-before.
2152
c1105d05
MA
21532005-08-31 Michael Albinus <michael.albinus@gmx.de>
2154
2155 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
2156
62929713
RS
21572005-08-29 Richard M. Stallman <rms@gnu.org>
2158
2159 * elisp.texi (Top): Update subnode menu.
2160
2161 * searching.texi (Searching and Matching): Move node.
2162 Rearrange contents and add overall explanation.
2163 (Searching and Case): Move node.
2164 (Searching and Matching): Update menu.
2165
0fb57cc0
EZ
21662005-08-27 Eli Zaretskii <eliz@gnu.org>
2167
2168 * os.texi (Startup Summary): Fix the description of the initial
2169 startup message display.
2170
3e80c4c1
RS
21712005-08-25 Richard M. Stallman <rms@gnu.org>
2172
2173 * searching.texi (Search and Replace): Add replace-regexp-in-string.
2174
21752005-08-25 Emilio C. Lopes <eclig@gmx.net>
2176
2177 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
2178 `next-overlay-change' example.
c1105d05 2179
79a8defb
JL
21802005-08-22 Juri Linkov <juri@jurta.org>
2181
2182 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
2183 Fix invert-face. Fix args of face-background.
2184
16691d29
JL
2185 * display.texi (Standard Faces): Delete node.
2186 (Faces): Add xref to `(emacs)Standard Faces'.
2187 (Displaying Faces): Fix xref to `Standard Faces'.
2188
2189 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
2190
217b694f
EZ
21912005-08-20 Alan Mackenzie <acm@muc.de>
2192
2193 * buffers.texi (The Buffer List): Clarify the manipulation of the
2194 buffer list.
2195
0bf14bfd
RS
21962005-08-14 Richard M. Stallman <rms@gnu.org>
2197
7ad1498e
AS
2198 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
2199 a regexp.
0bf14bfd 2200
c118d09e
RS
22012005-08-11 Richard M. Stallman <rms@gnu.org>
2202
59cb8c23
RS
2203 * elisp.texi (Top): Update subnode lists.
2204
2205 * display.texi (Inverse Video): Node deleted.
2206
c118d09e
RS
2207 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
2208 New nodes split out of Coding Conventions.
2209
2210 * searching.texi (Regular Expressions): Document re-builder.
2211
2212 * os.texi (Time Parsing): New node split out of Time Conversion.
2213
2214 * processes.texi (Misc Network, Network Feature Testing)
2215 (Network Options, Make Network): New nodes split out of
2216 Low-Level Network.
2217
67ec7f41
RS
22182005-08-09 Richard M. Stallman <rms@gnu.org>
2219
76d47f0d
RS
2220 * frames.texi (Geometry): New node, split from Size and Position.
2221 (Frame Parameters): Refer to Geometry.
2222
67ec7f41 2223 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 2224
67ec7f41
RS
2225 * windows.texi (Splitting Windows): Fix xref.
2226
2227 * frames.texi (Layout Parameters): Add xref.
2228
2229 * display.texi (Line Height, Scroll Bars): Fix xrefs.
2230
2231 * keymaps.texi (Menu Bar): Fix xref.
2232
2233 * locals.texi (Standard Buffer-Local Variables): Fix xref.
2234
2235 * modes.texi (%-Constructs): Fix xref.
2236
2237 * frames.texi (Window Frame Parameters): Node split up.
2238 (Basic Parameters, Position Parameters, Size Parameters)
2239 (Layout Parameters, Buffer Parameters, Management Parameters)
2240 (Cursor Parameters, Color Parameters): New subnodes.
2241
adb5e445
LT
22422005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2243
2244 * positions.texi (Screen Lines): Update xref for previous change
2245 in minibuf.texi.
2246
2247 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
2248 change in minibuf.texi.
2249
61298e17
RS
22502005-08-09 Richard M. Stallman <rms@gnu.org>
2251
2252 * tips.texi (Coding Conventions): Minor cleanup.
2253
2254 * modes.texi (Defining Minor Modes): Explain when init-value
2255 can be non-nil.
2256
2257 * elisp.texi (Top): Update submenu for Minibuffer.
2258
2259 * minibuf.texi (Minibuffer Misc): Node split up.
2260 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
2261 (Recursive Mini): New nodes split out from Minibuffer Misc.
2262 (Minibuffer Misc): Document max-mini-window-height.
2263
2264 * hash.texi (Defining Hash): Delete stray paren in example.
2265
2266 * display.texi (Echo Area Customization): Don't define
2267 max-mini-window-height here; xref instead.
2268
2269 * commands.texi (Event Input Misc): Update while-no-input.
2270
2271 * advice.texi (Advising Functions): Explain when to use advice
2272 and when to use a hook.
2273
43e124e6
EZ
22742005-07-30 Eli Zaretskii <eliz@gnu.org>
2275
2276 * makefile.w32-in (info): Don't run install-info.
2277 ($(infodir)/dir): New target, produced by running install-info.
2278
653aea22
LT
22792005-07-27 Luc Teirlinck <teirllm@auburn.edu>
2280
2281 * modes.texi (Defining Minor Modes): The keyword for the initial
2282 value is :init-value, not :initial-value.
2283
ba6ebbd5
EZ
22842005-07-23 Eli Zaretskii <eliz@gnu.org>
2285
2286 * loading.texi (Autoload): Make the `doctor' example be consistent
2287 with what's in current loaddefs.el. Describe the "fn" magic in
2288 the usage portion of the doc string.
2289
6696f2a4
RS
22902005-07-22 Richard M. Stallman <rms@gnu.org>
2291
2292 * internals.texi (Garbage Collection): Clarify previous change.
2293
0c17e67c
SM
22942005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
2295
2296 * internals.texi (Garbage Collection): Add gc-cons-percentage.
2297
426179e1
JL
22982005-07-18 Juri Linkov <juri@jurta.org>
2299
2300 * commands.texi (Accessing Events):
2301 * frames.texi (Text Terminal Colors, Resources):
2302 * markers.texi (The Mark):
2303 * modes.texi (Defining Minor Modes):
2304 Delete duplicate duplicate words.
2305
9b0c2c56
RS
23062005-07-16 Richard M. Stallman <rms@gnu.org>
2307
2308 * display.texi (Managing Overlays): Clarify make-overlay
2309 args for insertion types.
2310
fd90b80c
LT
23112005-07-13 Luc Teirlinck <teirllm@auburn.edu>
2312
0c17e67c
SM
2313 * customize.texi (Variable Definitions):
2314 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
2315 `standard-value' is a list too.
2316 (Defining New Types): Use @key{RET} instead of @key{ret}.
2317
37aa90e5
TTN
23182005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
2319
2320 * os.texi (Translating Input): Fix typo.
2321
917e0c95
RS
23222005-07-08 Richard M. Stallman <rms@gnu.org>
2323
2324 * README: Update edition number and size estimate.
2325
2326 * elisp.texi (VERSION): Set to 2.9.
2327
7d90e71d
RS
23282005-07-07 Richard M. Stallman <rms@gnu.org>
2329
c330dafe
RS
2330 * book-spine.texinfo: Update Emacs version.
2331
7d90e71d
RS
2332 * display.texi (Inverse Video): Delete mode-line-inverse-video.
2333
dc2204be
RS
23342005-07-06 Richard M. Stallman <rms@gnu.org>
2335
2336 * searching.texi (Regexp Search): Clarify what re-search-forward
2337 does when the search fails.
2338
a0ec7a4a
LK
23392005-07-05 Lute Kamstra <lute@gnu.org>
2340
dc2204be 2341 * Update FSF's address in GPL notices.
a0ec7a4a
LK
2342
2343 * doclicense.texi (GNU Free Documentation License):
2344 * gpl.texi (GPL):
2345 * tips.texi (Coding Conventions, Library Headers):
2346 * vol1.texi:
2347 * vol2.texi: Update FSF's address.
2348
4af33176
RS
23492005-07-04 Richard M. Stallman <rms@gnu.org>
2350
2351 * hooks.texi (Standard Hooks): Add occur-hook.
2352
b3ab615b
LT
23532005-07-03 Luc Teirlinck <teirllm@auburn.edu>
2354
2355 * display.texi (The Echo Area): Correct menu.
2356
3d393029
RS
23572005-07-03 Richard M. Stallman <rms@gnu.org>
2358
7fe48b75
RS
2359 * elisp.texi (Top): Update subnode menu for Display.
2360
2361 * display.texi (Displaying Messages): New node, with most
2362 of what was in The Echo Area.
2363 (Progress): Moved under The Echo Area.
2364 (Logging Messages): New node with new text.
2365 (Echo Area Customization): New node, the rest of what was
2366 in The Echo Area. Document message-truncate-lines with @defvar.
2367 (Display): Update menu.
2368
3d393029
RS
2369 * windows.texi (Textual Scrolling): Doc 3 values for
2370 scroll-preserve-screen-position.
2371
2372 * text.texi (Special Properties): Change hook functions
2373 should bind inhibit-modification-hooks around altering buffer text.
2374
2375 * keymaps.texi (Key Binding Commands): Call binding BINDING
2376 rather than DEFINITION.
2377
b26860ad
JB
23782005-06-29 Juanma Barranquero <lekktu@gmail.com>
2379
2380 * variables.texi (Defining Variables): `user-variable-p' returns t
2381 for aliases of user options, nil for alias loops.
2382
025691ed
RS
23832005-06-28 Richard M. Stallman <rms@gnu.org>
2384
2385 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
2386 make-keymap.
2387
b61bfa4d
LT
23882005-06-27 Luc Teirlinck <teirllm@auburn.edu>
2389
2390 * variables.texi (Setting Variables): Correct and clarify
2391 description of `add-to-ordered-list'.
2392
24ee714d
RS
23932005-06-26 Richard M. Stallman <rms@gnu.org>
2394
2395 * display.texi (Faces): Minor cleanup.
2396
33b79ce4
LT
23972005-06-25 Luc Teirlinck <teirllm@auburn.edu>
2398
2399 * display.texi (Faces): `facep' returns t for strings that are
2400 face names.
2401
df13531d
RS
24022005-06-25 Richard M. Stallman <rms@gnu.org>
2403
2404 * objects.texi (Equality Predicates): Clarify meaning of equal.
2405
2406 * windows.texi (Selecting Windows): save-selected-window
2407 and with-selected-window save and restore the current buffer.
2408
cf444441
RS
24092005-06-24 Richard M. Stallman <rms@gnu.org>
2410
2411 * numbers.texi (Float Basics): Explain how to test for NaN,
2412 and printing the sign of NaNs.
2413
6cdd056d
EZ
24142005-06-24 Eli Zaretskii <eliz@gnu.org>
2415
2416 * makefile.w32-in (MAKEINFO): Use --force.
2417
b93e3c3b
RS
24182005-06-23 Richard M. Stallman <rms@gnu.org>
2419
2420 * display.texi (Face Functions): Correct Texinfo usage.
2421
6fb276bd
LT
24222005-06-23 Luc Teirlinck <teirllm@auburn.edu>
2423
2424 * lists.texi (Rings): `ring-elements' now returns the elements of
2425 RING in order.
2426
1d1c7e75
JB
24272005-06-23 Juanma Barranquero <lekktu@gmail.com>
2428
2429 * markers.texi (The Mark): Texinfo usage fix.
2430
9d12e52b
KS
24312005-06-23 Kim F. Storm <storm@cua.dk>
2432
2433 * searching.texi (Entire Match Data): Remove evaporate option for
2434 match-data. Do not mention evaporate option for set-match-data.
2435
6d44324c
GM
24362005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2437
2438 * display.texi (Face Functions): Mention face aliases.
2439
80df27a7
RS
24402005-06-21 Richard M. Stallman <rms@gnu.org>
2441
2442 * anti.texi (Antinews): Texinfo usage fix.
2443
e121563b
KB
24442005-06-21 Karl Berry <karl@gnu.org>
2445
9d7d543c
KB
2446 * elisp.texi: Use @copying.
2447
e121563b
KB
2448 * elisp.texi: Put @summarycontents and @contents before the Top
2449 node, instead of the end of the file, so that the contents appear
2450 in the right place in the dvi/pdf output.
2451
36a3b076
JL
24522005-06-21 Juri Linkov <juri@jurta.org>
2453
2454 * display.texi (Defining Faces): Add `customized-face'.
2455
5c796e80
KS
24562005-06-20 Kim F. Storm <storm@cua.dk>
2457
b7d1f38f
KS
2458 * variables.texi (Setting Variables): Any type of element can be
2459 given order in add-to-ordered-list. Compare elements with eq.
2460
5c796e80
KS
2461 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
2462
fb056bef
KB
24632005-06-20 Karl Berry <karl@gnu.org>
2464
2465 * syntax.texi (Syntax Flags): Make last column very slightly wider
2466 to avoid "generic comment" breaking on two lines and causing an
2467 underfull box.
2468
84398baa
LT
24692005-06-19 Luc Teirlinck <teirllm@auburn.edu>
2470
2471 * lists.texi (Rings): Various minor clarifications and corrections.
2472
07ff1e4b
RS
24732005-06-18 Richard M. Stallman <rms@gnu.org>
2474
2475 * functions.texi (Obsolete Functions): Simplify.
2476
2477 * variables.texi (Variable Aliases): Simplify.
2478
2479 * anti.texi, backups.texi, compile.texi, customization.texi:
2480 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
2481 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
2482 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
2483 * variables.texi: Fix formatting ugliness.
2484
2485 * elisp.texi: Add links to Rings and Byte Packing.
2486 Update version and copyright years.
2487
2488 * minibuf.texi: Fix formatting ugliness.
2489 (Completion Commands): Move keymap vars to the end
2490 and vars completing-read binds to the top.
2491
3f7fab24
LT
24922005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2493
2494 * processes.texi: Fix typos.
2495 (Bindat Spec): Correct Texinfo error.
926c4c9b 2496 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 2497
f19b57e3
RS
24982005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
2499
2500 * lists.texi (Rings): New node.
2501 (Lists): Add it to menu.
2502
a80c5da7 2503 * processes.texi (Byte Packing): New node.
f19b57e3
RS
2504 (Processes): Add it to menu.
2505
25062005-06-17 Richard M. Stallman <rms@gnu.org>
2507
2508 * syntax.texi (Parsing Expressions): Fix texinfo usage.
2509
2510 * help.texi (Documentation Basics): Explain the xref to
2511 Documentation Tips.
2512
2513 * debugging.texi (Debugger Commands): Minor fix.
2514
67c1390d
LT
25152005-06-16 Luc Teirlinck <teirllm@auburn.edu>
2516
2517 * edebug.texi (Instrumenting): Eliminate duplicate link.
2518 (Specification List): Replace references to "below", referring to
2519 a later node, with one @ref to that node.
2520
2521 * os.texi (Timers): Timers should save and restore the match data
2522 if they change it.
2523
2524 * debugging.texi (Debugger Commands): Mention that the Lisp
2525 debugger can not step through primitive functions.
2526
51cd2a8c
JB
25272005-06-16 Juanma Barranquero <lekktu@gmail.com>
2528
2529 * functions.texi (Obsolete Functions): Update argument names of
2530 `make-obsolete' and `define-obsolete-function-alias'.
2531
2532 * variables.texi (Variable Aliases): Update argument names of
2533 `defvaralias', `make-obsolete-variable' and
2534 `define-obsolete-variable-alias'.
2535
f5e6ac4a
KS
25362005-06-15 Kim F. Storm <storm@cua.dk>
2537
2538 * searching.texi (Entire Match Data): Rephrase warnings about
2539 evaporate arg to match-data and set-match-data.
2540
fe2a9972
LT
25412005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2542
67774855
LT
2543 * elisp.texi (Top): Update detailed menu.
2544
fe2a9972
LT
2545 * edebug.texi (Edebug): Update menu.
2546 (Instrumenting): Update xrefs.
2547 (Edebug Execution Modes): Correct xref.
2548 (Jumping): Clarify description of `h' command.
2549 Eliminate redundant @ref.
2550 (Breaks): New node.
9b7fa297 2551 (Breakpoints): Is now a subsubsection.
fe2a9972
LT
2552 (Global Break Condition): Mention `C-x X X'.
2553 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
2554 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
2555 (Edebug Display Update): Correct pxref.
2556 (Edebug and Macros): New node.
2557 (Instrumenting Macro Calls): Is now a subsubsection.
2558 Neither arg of `def-edebug-spec' is evaluated.
2559 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
2560 (Specification Examples): Fix typo.
2561
b59f605b
LK
25622005-06-14 Lute Kamstra <lute@gnu.org>
2563
2564 * debugging.texi (Function Debugging): Primitives can break on
2565 entry too.
2566
a5c99dc9
KS
25672005-06-14 Kim F. Storm <storm@cua.dk>
2568
2569 * variables.texi (Setting Variables): Add add-to-ordered-list.
2570
f99ed2f8
SM
25712005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 * syntax.texi (Parsing Expressions): Document aux functions and vars of
2574 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
2575
9d42ffaa
LK
25762005-06-13 Lute Kamstra <lute@gnu.org>
2577
2578 * text.texi (Special Properties): Fix cross reference.
2579
32cc0b00
LT
25802005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2581
2582 * debugging.texi (Function Debugging): Delete mention of empty
2583 string argument to `cancel-debug-on-entry'. Delete inaccurate
2584 description of the return value of that command.
2585
98d1a1cf
EZ
25862005-06-11 Alan Mackenzie <acm@muc.de>
2587
2588 * text.texi (Adaptive Fill): Amplify the description of
2589 fill-context-prefix.
2590
4b53b8d7
LT
25912005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2592
84398baa 2593 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 2594
b5305167
SM
25952005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2596
2597 * syntax.texi (Parsing Expressions): Document syntax-ppss.
2598
9bd4c3ad
LT
25992005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2600
2601 * debugging.texi (Error Debugging): Minor rewording.
2602 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
2603 is optional.
2604
257914aa
LK
26052005-06-10 Lute Kamstra <lute@gnu.org>
2606
b5305167 2607 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
2608 (Top): Give it a title. Correct version number. Give the
2609 detailed node listing a more prominent header.
b5305167
SM
2610 * intro.texi: Don't set VERSION here a second time.
2611 Mention Emacs's version too.
257914aa
LK
2612 * anti.texi (Antinews): Use EMACSVER to refer to the current
2613 version of Emacs.
2614
b7aae902
KS
26152005-06-09 Kim F. Storm <storm@cua.dk>
2616
2617 * searching.texi (Entire Match Data): Explain new `reseat' argument to
2618 match-data and set-match-data.
2619
99598737
RS
26202005-06-08 Richard M. Stallman <rms@gnu.org>
2621
2622 * searching.texi (Entire Match Data): Clarify when match-data
2623 returns markers and when integers.
2624
2625 * display.texi (Defining Faces): Explain that face name should not
2626 end in `-face'.
2627
2628 * modes.texi (Mode Line Data): Minor cleanup.
2629 (Customizing Keywords): Node split out of Search-based Fontification.
2630 Add example of using font-lock-add-keywords from a hook.
2631 Clarify when MODE should be non-nil, and when nil.
2632
26332005-06-06 Richard M. Stallman <rms@gnu.org>
2634
2635 * modes.texi (Mode Line Data): Explain what happens when the car
2636 of a list is a void symbol.
2637 (Search-based Fontification): Explain MODE arg to
2638 font-lock-add-keywords and warn about calls from major modes.
2639
ecc8893a
JL
26402005-06-08 Juri Linkov <juri@jurta.org>
2641
2642 * display.texi (Standard Faces): Add `shadow' face.
2643
7fa9f4eb
LT
26442005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2645
2646 * modes.texi (Major Mode Conventions): A derived mode only needs
2647 to put the call to the parent mode inside `delay-mode-hooks'.
2648
bebcc4b1
RS
26492005-05-29 Richard M. Stallman <rms@gnu.org>
2650
c16b1394
RS
2651 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
2652 new, and what that implies. Clarify.
2653
2654 * files.texi (Locating Files): Clean up the text.
2655
bebcc4b1
RS
2656 * frames.texi (Window Frame Parameters): Document user-size.
2657 Shorten entry for top by referring to left.
2658
26592005-05-26 Richard M. Stallman <rms@gnu.org>
2660
2661 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
2662 is new, and what the implications are. Other clarifications.
2663
217797bc
RS
26642005-05-24 Richard M. Stallman <rms@gnu.org>
2665
2666 * frames.texi (Dialog Boxes): Minor fixes.
2667
3565fe07
MY
26682005-05-25 Masatake YAMATO <jet@gyve.org>
2669
2670 * display.texi (Standard Faces): Write about `mode-line-highlight'.
2671
817089df
LT
26722005-05-24 Luc Teirlinck <teirllm@auburn.edu>
2673
2674 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
2675 is optional.
2676
cb5db137
NR
26772005-05-24 Nick Roberts <nickrob@snap.net.nz>
2678
2679 * frames.texi (Dialog Boxes): Descibe new optional argument.
2680
3c8572f5
LK
26812005-05-23 Lute Kamstra <lute@gnu.org>
2682
2683 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
2684 syntax-begin-function over font-lock-beginning-of-syntax-function.
2685
2a4d7cb3
LT
26862005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2687
71f800cf
LT
2688 * minibuf.texi (Reading File Names): Update description of
2689 `read-directory-name'.
2690
2a4d7cb3
LT
2691 * modes.texi (Derived Modes): Clarify :group keyword.
2692
bb4afd09
EZ
26932005-05-21 Eli Zaretskii <eliz@gnu.org>
2694
b5305167
SM
2695 * files.texi (Locating Files): New subsection.
2696 Describe locate-file and executable-find.
bb4afd09 2697
a2c9aee6
EZ
26982005-05-21 Kevin Ryde <user42@zip.com.au>
2699
2700 * frames.texi (Initial Parameters): Update cross reference to
2701 "Emacs Invocation".
2702
6900105f
LT
27032005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2704
ca1b0914
LT
2705 * keymaps.texi (Active Keymaps): Add anchor.
2706
6900105f
LT
2707 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
2708 (Major Mode Conventions): Refer to `Auto Major Mode' in more
2709 appropriate place.
2710 (Derived Modes): Small clarifications.
b5305167
SM
2711 (Minor Mode Conventions, Keymaps and Minor Modes):
2712 Replace references to nodes with references to anchors.
6900105f
LT
2713 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
2714 Clarify description of lists whose first element is an integer.
2715 (Mode Line Variables): Add anchor.
2716 (%-Constructs): Clarify description of integer after %.
2717 (Emulating Mode Line): Describe nil value for FACE.
2718
54d06364
LT
27192005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2720
2721 * modes.texi (Derived Modes): Correct references to non-existing
2722 variable standard-syntax-table.
2723
f8d0b769
LK
27242005-05-17 Lute Kamstra <lute@gnu.org>
2725
2726 * modes.texi (Defining Minor Modes): Mention the mode hook.
2727
294c599c
KS
27282005-05-15 Kim F. Storm <storm@cua.dk>
2729
2730 * processes.texi (Network): Remove open-network-stream-nowait.
2731 (Network Servers): Remove open-network-stream-server.
2732
4214af69
LT
27332005-05-15 Luc Teirlinck <teirllm@auburn.edu>
2734
2735 * elisp.texi (Top): Update detailed menu.
2736
2737 * variables.texi: Reorder nodes.
2738 (Variables): Update menu.
2739 (File Local Variables): Do not refer to the `-*-' line as
2740 a "local variables list". Add pxref.
2741
302691ab
LT
27422005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2743
56d4215a
LT
2744 * elisp.texi (Top): Update detailed menu for node changes.
2745
302691ab 2746 * modes.texi (Modes): Update Menu.
6db11765 2747 (Hooks): Move to beginning of chapter.
302691ab
LT
2748 Most minor modes run mode hooks too.
2749 `add-hook' can handle void hooks or hooks whose value is a single
2750 function.
2751 (Major Modes): Update Menu.
2752 (Major Mode Basics): New node, split off from `Major Modes'.
2753 (Major Mode Conventions): Correct xref. Explain how to handle
2754 auto-mode-alist if the major mode command has an autoload cookie.
2755 (Auto Major Mode): Major update. Add magic-mode-alist.
2756 (Derived Modes): Major update.
2757 (Mode Line Format): Update Menu.
2758 (Mode Line Basics): New node, split off from `Mode Line Format'.
2759
2760 * loading.texi (Autoload): Mention `autoload cookie' as synonym
2761 for `magic autoload comment'. Add index entries and anchor.
2762
d06ba294
RS
27632005-05-14 Richard M. Stallman <rms@gnu.org>
2764
2765 * tips.texi (Coding Conventions): Explain how important it is
2766 that just loading certain files not change Emacs behavior.
2767
2768 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
2769
405cb12a
LK
27702005-05-12 Lute Kamstra <lute@gnu.org>
2771
19958124
LK
2772 * modes.texi (Generic Modes): Update.
2773 (Major Modes): Refer to node "Generic Modes".
2774
405cb12a
LK
2775 * elisp.texi (Top): Update to the current structure of the manual.
2776 * processes.texi (Processes): Add menu description.
2777 * customize.texi (Customization): Add menu descriptions.
2778
f714dd1b
TTN
27792005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2780
cc9442f2
TTN
2781 * processes.texi (Signals to Processes)
2782 (Low-Level Network): Fix typos.
f714dd1b 2783
36ad23ec
LK
27842005-05-11 Lute Kamstra <lute@gnu.org>
2785
2786 * elisp.texi (Top): Add some nodes from the chapter "Major and
2787 Minor Modes" to the detailed node listing.
2788
d101bf56
RS
27892005-05-10 Richard M. Stallman <rms@gnu.org>
2790
2791 * keymaps.texi (Extended Menu Items): Menu item filter functions
2792 can be called at any time.
2793
698b0510
LT
27942005-05-08 Luc Teirlinck <teirllm@auburn.edu>
2795
2796 * variables.texi (File Local Variables): `(hack-local-variables t)'
2797 now also checks whether a mode is specified in the local variables
2798 list.
2799
2c6b25c7
EZ
28002005-05-05 Kevin Ryde <user42@zip.com.au>
2801
2802 * display.texi (The Echo Area): Correct format function cross
2803 reference.
2804
643b4cf5
LT
28052005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2806
2807 * variables.texi (Variable Aliases): Change description of
2808 `define-obsolete-variable-alias'.
2809
2810 * functions.texi (Functions): Add "Obsolete Functions" to menu.
2811 (Defining Functions): Add xref.
2812 (Obsolete Functions): New node.
2813 (Function Safety): Standardize capitalization of section title.
2814
2815 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2816 (Dialog Boxes): Complete description of `x-popup-dialog'.
2817
053bc8e4
RS
28182005-05-04 Richard M. Stallman <rms@gnu.org>
2819
2820 * commands.texi (Interactive Codes): Fix Texinfo usage.
2821 Document U more clearly.
2822
f6b1b15a
LT
28232005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2824
3b925015
LT
2825 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2826 function and not a macro.
2827
f6b1b15a
LT
2828 * frames.texi (Pop-Up Menus): Correct and clarify description of
2829 `x-popup-menu'.
2830 (Dialog Boxes): Clarify description of `x-popup-dialog'.
2831
ebbfa918
RS
28322005-05-01 Richard M. Stallman <rms@gnu.org>
2833
2834 * edebug.texi (Checking Whether to Stop): Fix previous change.
2835
abe2f96e
LT
28362005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2837
d6028ef2
LT
2838 * display.texi: Fix typos and Texinfo usage.
2839
abe2f96e
LT
2840 * edebug.texi (Checking Whether to Stop): executing-macro ->
2841 executing-kbd-macro.
2842
b2cfb30b
RS
28432005-05-01 Richard M. Stallman <rms@gnu.org>
2844
2845 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2846
7e995a23
RS
28472005-04-30 Richard M. Stallman <rms@gnu.org>
2848
2849 * files.texi (Magic File Names): Document `operations' property.
2850
57efa539
LK
28512005-04-29 Lute Kamstra <lute@gnu.org>
2852
2853 * modes.texi (Generic Modes): New node.
2854 (Major Modes): Add it to the menu.
2855 (Derived Modes): Add "derived mode" to concept index.
2856
0a20b1dc
LK
28572005-04-28 Lute Kamstra <lute@gnu.org>
2858
2859 * modes.texi (Defining Minor Modes): Fix previous change.
2860 (Font Lock Mode): Simplify.
2861 (Font Lock Basics): Say that font-lock-defaults is buffer-local
2862 when set and that some parts are optional. Add cross references.
2863 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
2864 Add cross references. Add font-lock-multiline to index.
2865 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 2866 Lock Variables". Document font-lock-add-keywords and
b5305167 2867 font-lock-remove-keywords.
0a20b1dc
LK
2868 (Other Font Lock Variables): Move font-lock-keywords-only,
2869 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2870 and font-lock-syntactic-face-function to node "Syntactic Font
2871 Lock". Move font-lock-keywords-case-fold-search to node
2872 "Search-based Fontification". Document font-lock-inhibit-thing-lock
2873 and font-lock-{,un}fontify-{buffer,region}-function.
2874 (Precalculated Fontification): Remove reference to deleted variable
2875 font-lock-core-only.
2876 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
2877 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
2878 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2879 and font-lock-syntactic-face-function here from node "Other Font
2880 Lock Variables". Move font-lock-syntactic-keywords to "Setting
2881 Syntax Properties". Add cross references.
b5305167
SM
2882 (Setting Syntax Properties): New node.
2883 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
2884 * syntax.texi (Syntax Properties): Add cross reference.
2885 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
2886
68a94f5a
RS
28872005-04-26 Richard M. Stallman <rms@gnu.org>
2888
2889 * display.texi (Defining Faces):
2890 Document `default' elements of defface spec.
2891
2892 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
2893
2894 * variables.texi (Variable Aliases): Clarify text.
2895
28962005-04-25 Chong Yidong <cyd@stupidchicken.com>
2897
2898 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
2899
7f48f143
LT
29002005-04-25 Luc Teirlinck <teirllm@auburn.edu>
2901
2902 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
2903
45d2f8e8
EZ
29042005-04-24 Eli Zaretskii <eliz@gnu.org>
2905
f3714ab2
EZ
2906 * syntax.texi (Syntax Table Internals): Elaborate documentation of
2907 syntax-after and syntax-class.
2908
45d2f8e8 2909 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
2910 (Unique File Names): Don't mention "numbers" in the documentation
2911 of make-temp-file and make-temp-name.
45d2f8e8 2912
469bc679
RS
29132005-04-23 Richard M. Stallman <rms@gnu.org>
2914
2915 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
2916
c9fa5dc9
RS
29172005-04-22 Nick Roberts <nickrob@snap.net.nz>
2918
2919 * windows.texi (Cyclic Window Ordering): Clarify window-list.
2920
230e1e80
NR
29212005-04-22 Nick Roberts <nickrob@snap.net.nz>
2922
2923 * variables.texi (Variable Aliases): Describe make-obsolete-variable
2924 and define-obsolete-variable-alias.
2925
1ba52906
KS
29262005-04-22 Kim F. Storm <storm@cua.dk>
2927
2928 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
2929 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
2930
9721d904
LK
29312005-04-21 Lute Kamstra <lute@gnu.org>
2932
2933 * lists.texi (Association Lists): Document rassq-delete-all.
2934
ed35c736
RS
29352005-04-19 Richard M. Stallman <rms@gnu.org>
2936
2937 * modes.texi (Search-based Fontification): Explain that
2938 facespec is an expression to be evaluated.
2939
42fc00a4
RS
29402005-04-19 Kevin Ryde <user42@zip.com.au>
2941
b5305167 2942 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
2943 * strings.texi (String Conversion): Fix xref.
2944
5827e9d4
KS
29452005-04-19 Kim F. Storm <storm@cua.dk>
2946
2947 * symbols.texi (Symbol Plists): Add safe-get.
2948 Mention that `get' may signal an error.
2949
47872da9
NR
29502005-04-18 Nick Roberts <nickrob@snap.net.nz>
2951
2952 * customize.texi (Variable Definitions): Replace tooltip-mode
2953 example with save-place.
2954
ec0cf966
RS
29552005-04-17 Richard M. Stallman <rms@gnu.org>
2956
2957 * buffers.texi (Indirect Buffers): Clarify.
2958
2959 * positions.texi (Positions): Clarify converting marker to integer.
2960
2961 * strings.texi (String Basics): Mention string-match; clarify.
2962
199bb209
LK
29632005-04-08 Lute Kamstra <lute@gnu.org>
2964
2965 * modes.texi (Search-based Fontification): Fix cross references.
2966 Use consistent terminology. Document anchored highlighting.
2967
bfa54668
LK
29682005-04-05 Lute Kamstra <lute@gnu.org>
2969
2970 * modes.texi (Defining Minor Modes): Document :group keyword
2971 argument and its default value.
2972
07e5fb9e
LK
29732005-04-03 Lute Kamstra <lute@gnu.org>
2974
2975 * hooks.texi (Standard Hooks): Add some hooks. Add cross
2976 references and/or descriptions. Delete major mode hooks; mention
2977 them as a category instead. Rename or delete obsolete hooks.
2978
aa945b59
RS
29792005-04-02 Richard M. Stallman <rms@gnu.org>
2980
2981 * nonascii.texi (Coding System Basics): Another wording cleanup.
2982
8b918214
RS
29832005-04-01 Richard M. Stallman <rms@gnu.org>
2984
2985 * nonascii.texi (Coding System Basics): Clarify previous change.
2986
41639988
KH
29872005-04-01 Kenichi Handa <handa@m17n.org>
2988
2989 * nonascii.texi (Coding System Basics): Describe about rondtrip
2990 identity of coding systems.
2991
8e669bbd
RS
29922005-03-29 Chong Yidong <cyd@stupidchicken.com>
2993
2994 * text.texi (Buffer Contents): Add filter-buffer-substring and
2995 buffer-substring-filters.
2996
f60a6f87
RS
29972005-03-26 Chong Yidong <cyd@stupidchicken.com>
2998
2999 * anti.texi (Antinews): Mention `G' interactive code.
3000
3001 * tips.texi (Compilation Tips): Mention benchmark.el.
3002
aaac1251
LT
30032005-03-27 Luc Teirlinck <teirllm@auburn.edu>
3004
3005 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
3006 is now bound to M-o M-o.
3007
3008 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
3009
45325173
GM
30102005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
3011
3012 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
3013 in the Emacs Manual).
3014 * Makefile.in (srcs): Remove calendar.texi.
3015 * makefile.w32-in (srcs): Remove calendar.texi.
3016 * display.texi (Display): Change name of next node.
3017 * os.texi (System In): Change name of previous node.
3018 * elisp.texi (Top): Remove Calendar references.
3019 * vol1.texi (Top): Remove Calendar references.
3020 * vol2.texi (Top): Remove Calendar references.
3021
85df292e
RS
30222005-03-25 Richard M. Stallman <rms@gnu.org>
3023
45325173 3024 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
3025 Cleanup previous change.
3026
30272005-03-25 Chong Yidong <cyd@stupidchicken.com>
3028
3029 * display.texi (Face Attributes): Faces earlier in an :inherit
3030 list take precedence.
3031 (Scroll Bars): Fix description of vertical-scroll-bars.
3032 Document frame-current-scroll-bars and window-current-scroll-bars.
3033
3034 * markers.texi (The Mark): Document temporary Transient Mark mode.
3035
b5305167
SM
3036 * minibuf.texi (Reading File Names):
3037 Document read-file-name-completion-ignore-case.
85df292e
RS
3038
3039 * positions.texi (Screen Lines): Document nil for width argument
3040 to compute-motion.
3041
1fe54d69
KS
30422005-03-23 Kim F. Storm <storm@cua.dk>
3043
3044 * display.texi (Standard Faces): Other faces used in the fringe
3045 implicitly inherits from the fringe face.
3046 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
3047 properties implicitly inherits from fringe face.
3048 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
3049
a775dff4
RS
30502005-03-20 Chong Yidong <cyd@stupidchicken.com>
3051
3052 * display.texi (Invisible Text): State default value of
3053 line-move-ignore-invisible.
3054 (Managing Overlays): Document remove-overlays.
3055 (Standard Faces): Document escape-glyph face.
3056
b5305167 3057 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 3058
b5305167
SM
3059 * modes.texi (Other Font Lock Variables):
3060 Document font-lock-lines-before.
a775dff4
RS
3061
3062 * positions.texi (Skipping Characters): skip-chars-forward allows
3063 character classes.
3064
077f7085
LK
30652005-03-18 Lute Kamstra <lute@gnu.org>
3066
3067 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
3068
d69ea7ab
RS
30692005-03-17 Richard M. Stallman <rms@gnu.org>
3070
c7bd5d57
RS
3071 * text.texi (Undo): Document extensible undo entries.
3072
d69ea7ab
RS
3073 * searching.texi (String Search, Regexp Search, Regexp Search):
3074 Cleanups.
3075
3076 * nonascii.texi (Character Codes): Minor fix.
3077
3078 * display.texi (Display Property): Explain the significance
3079 of having text properties that are eq.
3080 (Other Display Specs): Explain string as display spec.
3081
3082 * commands.texi (Interactive Codes): Document G option.
3083
30842005-03-17 Chong Yidong <cyd@stupidchicken.com>
3085
3086 * text.texi (Filling): Add sentence-end-without-period and
3087 sentence-end-without-space.
3088 (Changing Properties): Minor fix.
3089
3090 * anti.texi: Total rewrite.
3091
a7679889
LK
30922005-03-15 Lute Kamstra <lute@gnu.org>
3093
3094 * edebug.texi (Instrumenting Macro Calls): Fix typos.
3095
6eb8e247
KS
30962005-03-08 Kim F. Storm <storm@cua.dk>
3097
3098 * display.texi (Specified Space): Property :width is support on
3099 non-graphic terminals, :height is not.
3100
bfa8be14
RS
31012005-03-07 Richard M. Stallman <rms@gnu.org>
3102
3103 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
3104 Now subnodes of Fringes.
3105 (Overlay Arrow): Document overlay-arrow-variable-list.
3106 (Fringe Size/Pos): New node, broken out of Fringes.
3107 (Display): Explain clearing vs redisplay better.
3108 (Truncation): Clarify use of bitmaps.
3109 (The Echo Area): Clarify the uses of the echo area.
3110 Add max-mini-window-height.
3111 (Progress): Clarify.
3112 (Invisible Text): Explain that main loop moves point out.
3113 (Selective Display): Say "hidden", not "invisible".
b5305167 3114 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
3115 (Overlay Properties): Clarify intro.
3116 (Finding Overlays): Explain return values when nothing found.
3117 (Width): truncate-string-to-width has added arg.
3118 (Displaying Faces): Clarify and update mode line face handling.
3119 (Face Functions): Minor cleanup.
b5305167 3120 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
3121 (Pixel Specification, Other Display Specs): Minor cleanups.
3122 (Images, Image Descriptors): Minor cleanups.
3123 (GIF Images): Patents have expired.
3124 (Showing Images): Explain default text for insert-image.
b5305167 3125 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
3126 (Making Buttons): Explain return values.
3127 (Button Buffer Commands): Add xref.
3128 (Inverse Video): Update mode-line-inverse-video.
3129 (Display Table Format): Clarify.
3130 (Active Display Table): Give defaults for window-display-table.
3131
3132 * calendar.texi (Calendar Customizing): calendar-holiday-marker
3133 and calendar-today-marker are strings, not chars.
3134 (Holiday Customizing): Minor fix.
3135
bfa8be14
RS
3136 * internals.texi (Writing Emacs Primitives): Update `or' example.
3137 Update limit on # args of subr.
3138
3139 * edebug.texi (Using Edebug): Arrow is in fringe.
3140 (Instrumenting): Arg to eval-defun works without loading edebug.
3141 (Edebug Execution Modes): Add xref.
3142
3143 * customize.texi (Common Keywords): Clarify :require.
3144 Mention :version here.
3145 (Variable Definitions, Group Definitions): Not here.
3146 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
3147
d69ea7ab
RS
31482005-03-07 Chong Yidong <cyd@stupidchicken.com>
3149 * nonascii.texi (Text Representations): Clarify position-bytes.
3150 (Character Sets): Add list-charset-chars.
3151 (Scanning Charsets): Add charset-after.
3152 (Encoding and I/O): Minor fix.
3153
34398e6c
RS
31542005-03-06 Richard M. Stallman <rms@gnu.org>
3155
3156 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
3157 (Resizing Windows): Likewise.
3158
3159 * text.texi (Change Hooks): Get rid of "Emacs 21".
3160
3161 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
3162
3163 * streams.texi (Output Variables): Get rid of "Emacs 21".
3164
3165 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
3166
3167 * os.texi (Translating Input): Replace flow-control example
3168 with a less obsolete example that uses `keyboard-translate'.
3169
6eb8e247 3170 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 3171 Get rid of "Emacs 21".
6eb8e247 3172
34398e6c
RS
3173 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
3174 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
3175
3176 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
3177
3178 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
3179
3180 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
3181 (Menu Bar): Fix when menu-bar-update-hook is called.
3182
3183 * hash.texi (Hash Tables): Get rid of "Emacs 21".
3184
3185 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
3186 and make it read better.
3187
3188 * files.texi (Writing to Files): Get rid of "Emacs 21".
3189 (Unique File Names): Likewise.
3190
3191 * elisp.texi: Update Emacs version to 22.
3192
3193 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
3194 (Overlay Properties, Face Attributes): Likewise.
3195 (Managing Overlays): Fix punctuation.
3196 (Attribute Functions): Clarify set-face-font; get rid of
3197 info about old Emacs versions.
3198 (Auto Faces, Font Lookup, Display Property, Images):
3199 Get rid of "Emacs 21".
3200
3201 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
3202
d2178387
RS
32032005-03-05 Richard M. Stallman <rms@gnu.org>
3204
3205 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
3206
524352d6
LK
32072005-03-04 Lute Kamstra <lute@gnu.org>
3208
3209 * debugging.texi (Error Debugging): Document stack-trace-on-error.
3210
32112005-03-03 Lute Kamstra <lute@gnu.org>
3212
3213 * edebug.texi (Instrumenting Macro Calls): Fix typo.
3214
284f0680
LK
32152005-03-01 Lute Kamstra <lute@gnu.org>
3216
3217 * debugging.texi (Debugger Commands): Update `j'.
3218
a9ee5cac
LK
32192005-02-28 Lute Kamstra <lute@gnu.org>
3220
3221 * debugging.texi (Debugging): Fix typo.
3222 (Error Debugging): Document eval-expression-debug-on-error.
3223 (Function Debugging): Update example.
3224 (Using Debugger): Mention starred stack frames.
3225 (Debugger Commands): Document `j' and `l'.
3226 (Invoking the Debugger): `d' and `j' exit recursive edit too.
3227 Update the messages that the debugger displays.
3228 (Internals of Debugger): Add cross reference. Update example.
3229 (Excess Open): Minor improvement.
3230 (Excess Close): Minor improvement.
3231
378d0f8e
RS
32322005-02-26 Richard M. Stallman <rms@gnu.org>
3233
3234 * tips.texi (Coding Conventions): Clarify.
3235 Put all the major mode key reservations together.
3236 Mention the Mouse-1 => Mouse-2 conventions.
3237
3238 * syntax.texi (Syntax Class Table): Clarify.
3239 (Syntax Table Functions): syntax-after moved from here.
3240 (Syntax Table Internals): syntax-after moved to here.
3241 (Parsing Expressions): Update info on number of values
3242 and what's meaningful in the STATE argument.
3243 (Categories): Fix typo.
3244
3245 * sequences.texi (Arrays): Cleanup.
3246 (Char-Tables): Clarify.
3247
3248 * processes.texi (Deleting Processes): Cleanups, add xref.
3249 (Subprocess Creation): Explain nil in exec-path. Cleanup.
3250 (Process Information): set-process-coding-system, some args optional.
3251 (Input to Processes): Explain various types for PROCESS args.
3252 Rename them from PROCESS-NAME to PROCESS.
3253 (Signals to Processes): Likewise.
3254 (Decoding Output): Cleanup.
3255 (Query Before Exit): Clarify.
3256
3257 * os.texi (Startup Summary): Correct the options; add missing ones.
3258 (Terminal Output, Batch Mode): Clarify.
3259 (Flow Control): Node deleted.
3260
3261 * markers.texi (The Mark): Clarify.
3262
3263 * macros.texi (Expansion): Cleanup.
3264 (Indenting Macros): indent-spec allows ints, not floats.
3265
3266 * keymaps.texi (Keymaps): Clarify.
3267 (Format of Keymaps): Update lisp-mode-map example.
3268 (Active Keymaps, Key Lookup): Clarify.
3269 (Changing Key Bindings): Add xref to `kbd'.
3270 (Key Binding Commands, Simple Menu Items): Clarify.
3271 (Mouse Menus, Menu Bar): Clarify.
3272 (Menu Example): Replace print example with menu-bar-replace-menu.
3273
3274 * help.texi (Documentation Basics): Add function-documentation prop.
3275
3276 * elisp.texi (Top): Don't refer to Flow Control node.
3277
3278 * commands.texi (Command Overview): Improve xrefs.
3279 (Adjusting Point): Adjusting point applies to intangible and invis.
3280 (Key Sequence Input): Doc extra read-key-sequence args.
3281 Likewise for read-key-sequence-vector.
3282
3283 * backups.texi (Rename or Copy): Minor fix.
3284 (Numbered Backups): For version-control, say the default.
3285 (Auto-Saving): make-auto-save-file-name example is simplified.
3286
3287 * advice.texi (Advising Functions): Don't imply one part of Emacs
3288 should advise another part. Markup changes.
3289 (Defining Advice): Move transitional para.
3290 (Activation of Advice): Cleanup.
3291 Explain if COMPILE is nil or negative.
3292
3293 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
3294
2e20c83d
LK
32952005-02-24 Lute Kamstra <lute@gnu.org>
3296
3297 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
3298 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
3299
65c492fd
LK
33002005-02-23 Lute Kamstra <lute@gnu.org>
3301
b02c3eed
LK
3302 * modes.texi (Defining Minor Modes): define-minor-mode can be used
3303 to define global minor modes as well.
3304
65c492fd
LK
3305 * display.texi (Managing Overlays): overlay-buffer returns nil for
3306 deleted overlays.
3307
b686dd59
KS
33082005-02-22 Kim F. Storm <storm@cua.dk>
3309
3310 * minibuf.texi (Basic Completion): Allow symbols in addition to
3311 strings in try-completion and all-completions.
3312
23e8c095
LK
33132005-02-14 Lute Kamstra <lute@gnu.org>
3314
3315 * elisp.texi (Top): Remove reference to deleted node.
3316
3317 * lists.texi (Lists): Remove reference to deleted node.
3318 (Cons Cells): Fix typo.
3319
3320 * loading.texi (Where Defined): Fix typo.
3321
134948fc
RS
33222005-02-14 Richard M. Stallman <rms@gnu.org>
3323
3324 * variables.texi (Creating Buffer-Local): change-major-mode-hook
3325 is useful for discarding some minor modes.
3326
3327 * symbols.texi (Symbol Components): Reorder examples.
3328
3329 * streams.texi (Input Functions): State standard-input default.
3330 (Output Variables): State standard-output default.
3331
3332 * objects.texi (Printed Representation): Clarify read syntax vs print.
3333 (Floating Point Type): Explain meaning better.
3334 (Symbol Type): Explain uniqueness better.
3335 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
3336 List examples sooner.
3337 (Box Diagrams): New subnode broken out.
3338 Some examples moved from old Lists as Boxes node.
3339 (Dotted Pair Notation): Clarify intro.
3340 (Array Type): Clarify.
3341 (Type Predicates): Add hash-table-p.
3342
3343 * numbers.texi (Integer Basics): Clarify radix explanation.
3344 (Predicates on Numbers): Minor clarification.
3345 (Comparison of Numbers): Minor clarification. Clarify eql.
3346 Typos in min, max.
3347 (Math Functions): Clarify overflow in expt.
3348
3349 * minibuf.texi (Text from Minibuffer): Minor clarification.
3350 Mention arrow keys.
3351
3352 * loading.texi (Autoload): defun's doc string overrides autoload's
3353 doc string.
3354 (Repeated Loading): Modernize "add to list" examples.
3355 (Where Defined): Finish updating table of load-history elts.
3356
3357 * lists.texi (List-related Predicates): Minor wording improvement.
3358 (Lists as Boxes): Node deleted.
3359 (Building Lists): Explain trivial cases of number-sequence.
3360
3361 * hash.texi (Hash Tables): Add desc to menu items.
3362 (Creating Hash): Expain "full" means "make larger",
3363 (Hash Access): Any object can be a key.
3364 State value of maphash.
3365
3366 * functions.texi (What Is a Function): Wording cleanup.
3367 (Function Documentation): Minor cleanup.
3368 Explain purpose of calling convention at end of doc string.
3369 (Function Names): Wording cleanup.
3370 (Calling Functions): Wording cleanup.
3371 Explain better how funcall calls the function.
3372 (Function Cells): Delete example of saving and redefining function.
3373
3374 * control.texi (Combining Conditions): Wording cleanup.
3375 (Iteration): dolist and dotimes bind VAR locally.
3376 (Cleanups): Xref to Atomic Changes.
3377
3378 * compile.texi (Byte Compilation): Delete 19.29 info.
3379 (Compilation Functions): Macros' difficulties don't affect defsubst.
3380 (Docs and Compilation): Delete 19.29 info.
3381
44291460
RS
33822005-02-10 Richard M. Stallman <rms@gnu.org>
3383
3384 * objects.texi (Symbol Type): Minor correction.
3385
1f9ad95a
LK
33862005-02-06 Lute Kamstra <lute@gnu.org>
3387
3388 * modes.texi (Example Major Modes): Fix typos.
3389
ba2c991c
RS
33902005-02-06 Richard M. Stallman <rms@gnu.org>
3391
3392 * text.texi (Margins): fill-nobreak-predicate can be one function.
3393
3394 * strings.texi (Modifying Strings): clear-string can make unibyte.
3395 (Formatting Strings): format gives error if values missing.
3396
3397 * positions.texi (Character Motion): Mention default arg
3398 for forward-char. backward-char refers to forward-char.
3399 (Word Motion): Mention default arg for forward-word.
3400 (Buffer End Motion): Mention default arg for beginning-of-buffer.
3401 Simplify end-of-buffer.
3402 (Text Lines): Mention default arg for forward-line.
3403 (List Motion): Mention default arg for beginning/end-of-defun.
3404 (Skipping Characters): Minor fixes in explaining character-set.
3405
3406 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
3407 Mode inheritance applies only when default-major-mode is nil.
3408 Clarifications.
3409 (Example Major Modes): Update Text mode and Lisp mode examples.
3410 (Minor Mode Conventions): Mention define-minor-mode at top.
3411 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
3412 (Mode Line Format): Update mode line face display info.
3413 (Properties in Mode): Mention effect of risky vars.
3414 (Imenu): Define imenu-add-to-menubar.
3415 (Font Lock Mode): Add descriptions to menu lines.
3416 (Faces for Font Lock): Add font-lock-doc-face.
3417
9bf6d576
LK
34182005-02-05 Lute Kamstra <lute@gnu.org>
3419
3420 * text.texi (Maintaining Undo): Remove obsolete function.
3421
cb602754
EZ
34222005-02-05 Eli Zaretskii <eliz@gnu.org>
3423
3424 * frames.texi (Color Names): Add pointer to the X docs about RGB
3425 color specifications. Improve indexing
3426 (Text Terminal Colors): Replace the description of RGB values by
3427 an xref to "Color Names".
3428
4e07258f
RS
34292005-02-03 Richard M. Stallman <rms@gnu.org>
3430
3431 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
3432 Clarify.
3433 (Selecting Windows): Clarify save-selected-window.
3434 (Cyclic Window Ordering): Clarify walk-windows.
3435 (Window Point): Clarify.
3436 (Window Start): Add comment to example.
3437 (Resizing Windows): Add `interactive' specs in examples.
3438 Document fit-window-to-buffer.
3439
3440 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
3441 (Undo, Maintaining Undo): Clarify last change.
3442 (Sorting): In sort-numeric-fields, explain about octal and hex.
3443 Mention sort-numeric-base.
3444 (Format Properties): Add xref for hard newlines.
3445
3446 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
3447 (Pop-Up Menus): Fix typo.
3448 (Color Names): Explain all types of color names.
3449 Explain color-values on B&W terminal.
3450 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
3451
3452 * files.texi (File Locks): Not supported on MS systems.
3453 (Testing Accessibility): Clarify.
3454
3455 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
3456 (Coverage Testing): Fix typo.
3457
3458 * commands.texi (Misc Events): Remove stray space.
3459
3460 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
3461 (Modification Time): Clarify when visited-file-modtime returns 0.
3462 (The Buffer List): Clarify bury-buffer.
3463 (Killing Buffers): Clarify.
3464 (Indirect Buffers): Add clone-indirect-buffer.
3465
34662005-02-02 Matt Hodges <MPHodges@member.fsf.org>
3467
3468 * edebug.texi (Printing in Edebug): Fix default value of
3469 edebug-print-circle.
3470 (Coverage Testing): Fix displayed frequency count data.
3471
34722005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
3473
3474 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
3475
4e07258f 34762005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
3477
3478 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
3479
28d986b9
EZ
34802005-01-29 Eli Zaretskii <eliz@gnu.org>
3481
3482 * commands.texi (Misc Events): Describe the help-echo event.
3483
3484 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
3485 consistently in description of the help-echo property.
3486 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
3487
3488 * display.texi (Overlay Properties): Fix the index entry for
3489 help-echo overlay property.
3490
3491 * customize.texi (Type Keywords): Uncomment the xref to the
3492 help-echo property documentation.
3493
8f958b40
KS
34942005-01-23 Kim F. Storm <storm@cua.dk>
3495
3496 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
3497 return value. Third element FULLY replaced by PARTIAL which
3498 specifies number of invisible pixels if row is only partially visible.
3499 (Textual Scrolling): Mention auto-window-vscroll.
3500 (Vertical Scrolling): New defvar auto-window-vscroll.
3501
cd7e5dd6
LT
35022005-01-16 Luc Teirlinck <teirllm@auburn.edu>
3503
3504 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
3505 command remapping.
3506
6f771c32
RS
35072005-01-15 Richard M. Stallman <rms@gnu.org>
3508
3509 * display.texi (Defining Images): Mention DATA-P arg of create-image.
3510
6ac8a822
KS
35112005-01-14 Kim F. Storm <storm@cua.dk>
3512
88948d55
KS
3513 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
3514
6ac8a822
KS
3515 * text.texi (Links and Mouse-1): Fix string and vector item.
3516
20d6de82
RS
35172005-01-13 Richard M. Stallman <rms@gnu.org>
3518
3519 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
3520 descriptions of overriding-local-map and overriding-terminal-local-map.
3521
3522 * text.texi (Links and Mouse-1): Clarify text.
3523
f75a592e
KS
35242005-01-13 Kim F. Storm <storm@cua.dk>
3525
3526 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
3527
910f60b1
TTN
35282005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
3529
3530 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
3531
37181fc4
KS
35322005-01-12 Kim F. Storm <storm@cua.dk>
3533
3534 * text.texi (Links and Mouse-1): Rename section from Enabling
3535 Mouse-1 to Following Links. Change xrefs.
3536 Add examples for define-button-type and define-widget.
3537
3538 * display.texi (Button Properties, Button Buffer Commands):
3539 Clarify mouse-1 and follow-link functionality.
3540
28f94a34
RS
35412005-01-12 Richard M. Stallman <rms@gnu.org>
3542
3543 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
3544
3545 * display.texi (Beeping): Fix Texinfo usage.
3546
3547 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
3548
bac2d936
KS
35492005-01-11 Kim F. Storm <storm@cua.dk>
3550
3551 * display.texi (Button Properties, Button Buffer Commands):
93381d62 3552 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
3553
3554 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
3555 (Enabling Mouse-1 to Follow Links): New subsection.
3556
de968ddb
RS
35572005-01-06 Richard M. Stallman <rms@gnu.org>
3558
3559 * text.texi (Special Properties): Minor change.
3560
3561 * os.texi (Timers): Clarify previous change.
3562
3563 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
3564
a3a43b3b
LT
35652005-01-01 Luc Teirlinck <teirllm@auburn.edu>
3566
3567 * display.texi (Face Attributes): Correct xref to renamed node.
3568
732bb9ce
RS
35692005-01-01 Richard M. Stallman <rms@gnu.org>
3570
3571 * display.texi (Face Attributes): Describe hex color specs.
3572
c734ae59
RS
35732004-12-31 Richard M. Stallman <rms@gnu.org>
3574
3575 * os.texi (Timers): Update previous change.
3576
33b2f4ea
KS
35772004-12-30 Kim F. Storm <storm@cua.dk>
3578
3579 * display.texi (Line Height): Total line-height is now specified
3580 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
3581 in cons cells. (nil . RATIO) is relative to actual line height.
3582 Use line-height `t' instead of `0' to get minimum height.
3583
99ec74b9
RS
35842004-12-29 Richard M. Stallman <rms@gnu.org>
3585
3586 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
3587
eab463f6
RS
35882004-12-28 Richard M. Stallman <rms@gnu.org>
3589
3590 * commands.texi (Quitting): Clarify value of with-local-quit.
3591
3592 * elisp.texi (Top): Fix previous change.
3593
3594 * loading.texi (Loading): Fix previous change.
3595
ebbd14f1
RS
35962004-12-27 Richard M. Stallman <rms@gnu.org>
3597
4ae98fc5
RS
3598 * Makefile.in (MAKEINFO): Specify --force.
3599
8f430046
RS
3600 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
3601
56011a8c
RS
3602 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
3603
3604 * display.texi (Line Height): Further clarify.
3605
3606 * elisp.texi (Top): Update Loading submenu.
3607
ebbd14f1
RS
3608 * loading.texi (Where Defined): New node.
3609 (Unloading): load-history moved to Where Defined.
3610
fda2922a
RS
36112004-12-21 Richard M. Stallman <rms@gnu.org>
3612
3613 * commands.texi (Event Input Misc): Add while-no-input.
3614
9eb8959a
RS
36152004-12-11 Richard M. Stallman <rms@gnu.org>
3616
3617 * display.texi (Line Height): Rewrite text for clarity.
3618
adf87c29
KS
36192004-12-11 Kim F. Storm <storm@cua.dk>
3620
3621 * display.texi (Display): Add node "Line Height" to menu.
3622 (Line Height): New node. Move full description of line-spacing
3623 and line-height text properties here from text.texi.
3624 (Scroll Bars): Add vertical-scroll-bar variable.
3625
3626 * frames.texi (Window Frame Parameters): Remove line-height defvar.
3627
3628 * locals.texi (Standard Buffer-Local Variables): Fix xref for
3629 line-spacing and vertical-scroll-bar.
3630
3631 * text.texi (Special Properties): Just mention line-spacing and
3632 line-height here, add xref to new "Line Height" node.
3633
31e4729e
TTN
36342004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
3635
3636 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
3637
3638 * locals.texi (Standard Buffer-Local Variables):
3639 Add @xref for `line-spacing'.
3640
cc60c723
RS
36412004-12-05 Richard M. Stallman <rms@gnu.org>
3642
3643 * Makefile.in (maintainer-clean): Remove the info files
3644 in $(infodir) where they are created.
3645
f6101ac9
RS
36462004-12-03 Richard M. Stallman <rms@gnu.org>
3647
3648 * windows.texi (Selecting Windows): get-lru-window and
3649 get-largest-window don't consider dedicated windows.
3650
3651 * text.texi (Undo): Document undo-in-progress.
3652
94221759
RS
36532004-11-26 Richard M. Stallman <rms@gnu.org>
3654
3655 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
3656 Remove a few vars that are not always buffer-local.
3657
7092c5e8
LT
36582004-11-24 Luc Teirlinck <teirllm@auburn.edu>
3659
3660 * locals.texi (Standard Buffer-Local Variables): Comment out
3661 xref's to non-existent node `Yet to be written'.
3662
261b01c6
RS
36632004-11-24 Richard M. Stallman <rms@gnu.org>
3664
3665 * processes.texi (Synchronous Processes): Grammar fix.
3666
3667 * numbers.texi (Comparison of Numbers): Add eql.
3668
3669 * locals.texi (Standard Buffer-Local Variables): Add many vars.
3670
3671 * intro.texi (Printing Notation): Fix previous change.
3672
3673 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
3674 and default-indicate-buffer-boundaries from here.
3675 (Usual Display): To here.
3676 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
3677 (Usual Display): Move tab-width up.
3678
3679 * customize.texi (Variable Definitions): Replace
3680 show-paren-mode example with tooltip-mode.
7092c5e8 3681 (Simple Types, Composite Types, Defining New Types):
261b01c6 3682 Minor cleanups.
7092c5e8 3683
c1aa4864
JH
36842004-11-21 Jesper Harder <harder@ifa.au.dk>
3685
3686 * processes.texi (Synchronous Processes, Output from Processes):
3687 Markup fix.
3688
dedbac89
RS
36892004-11-20 Richard M. Stallman <rms@gnu.org>
3690
07c8c65a
RS
3691 * positions.texi (Skipping Characters): skip-chars-forward
3692 now handles char classes.
3693
8f40a868
RS
3694 * intro.texi (Printing Notation): Avoid confusion of `print'
3695 when explaining @print.
3696
3697 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
3698
3699 * display.texi (Display Table Format): Minor fix.
3700
3701 * streams.texi (Output Functions): Fix print example.
3702
fd6866c8
RS
3703 * Makefile.in (elisp): New target.
3704 (dist): Depend on $(infodir)/elisp, not elisp.
3705 Copy the info files from $(infodir).
3706
9d00469f
RS
3707 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
3708 read-from-minibuffer.
3709
dedbac89
RS
3710 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
3711
6de891db
RS
37122004-11-19 Richard M. Stallman <rms@gnu.org>
3713
3714 * searching.texi (Regexp Search): Add search-whitespace-regexp.
3715
e1c1c5a7
TTN
37162004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
3717
3718 * tips.texi (Coding Conventions): Fix typo.
3719
ee31cd78
RS
37202004-11-16 Richard M. Stallman <rms@gnu.org>
3721
3722 * tips.texi (Coding Conventions): Separate defvar and require
3723 methods to avoid warnings. Use require only when there are many
3724 functions and variables from that package.
3725
3726 * minibuf.texi (Minibuffer Completion): When ignoring case,
3727 predicate must not be case-sensitive.
3728
3729 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
3730 (Test Coverage): Don't talk about "splotches". Clarified.
3731
4bd38e94
TTN
37322004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
3733
3734 * frames.texi (Window Frame Parameters): Fix typo.
3735
6d073ae1
KS
37362004-11-15 Kim F. Storm <storm@cua.dk>
3737
9f89426b
KS
3738 * symbols.texi (Other Plists): Note that plist-get may signal error.
3739 Add safe-plist-get.
6d073ae1 3740
10980463
TTN
37412004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
3742
3743 * modes.texi (Font Lock Basics): Fix typo.
3744
1efc19eb
RS
37452004-11-08 Richard M. Stallman <rms@gnu.org>
3746
3747 * syntax.texi (Syntax Table Functions): Add syntax-after.
3748
6159c232
EZ
37492004-11-06 Lars Brinkhoff <lars@nocrew.org>
3750
3751 * os.texi (Processor Run Time): New section documenting
3752 get-internal-run-time.
3753
59dede22
EZ
37542004-11-06 Eli Zaretskii <eliz@gnu.org>
3755
3756 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
3757 it nukes elisp-cover.texi.
3758 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
3759 elisp-0 etc.
3760
4cc8522c
LT
37612004-11-05 Luc Teirlinck <teirllm@auburn.edu>
3762
3763 * commands.texi (Keyboard Macros): Document `append' return value
3764 of `defining-kbd-macro'.
3765
2d1ef312
RS
37662004-11-01 Richard M. Stallman <rms@gnu.org>
3767
3768 * commands.texi (Interactive Call): Add called-interactively-p.
3769
6f4e005d
SJ
37702004-10-29 Simon Josefsson <jas@extundo.com>
3771
3772 * minibuf.texi (Reading a Password): Revert.
3773
4f71c13f
RS
37742004-10-28 Richard M. Stallman <rms@gnu.org>
3775
3776 * frames.texi (Display Feature Testing): Explain about "vendor".
3777
4660a9e3
RS
37782004-10-27 Richard M. Stallman <rms@gnu.org>
3779
3780 * commands.texi (Interactive Codes): `N' uses numeric prefix,
3781 not raw. Clarify `n'.
3782 (Interactive Call): Rewrite interactive-p, focusing on when
3783 and how to use it.
3784 (Misc Events): Clarify previous change.
3785
3786 * advice.texi (Simple Advice): Clarify what job the example does.
3787 (Around-Advice): Clarify ad-do-it.
3788 (Activation of Advice): An option of ad-default-compilation-action
3789 is `never', not `nil'.
3790
c8636435
KS
37912004-10-26 Kim F. Storm <storm@cua.dk>
3792
3793 * commands.texi (Interactive Codes): Add U code letter.
3794
acd4089b
SJ
37952004-10-25 Simon Josefsson <jas@extundo.com>
3796
3797 * minibuf.texi (Reading a Password): Add.
3798
29dc7809
JR
37992004-10-24 Jason Rumney <jasonr@gnu.org>
3800
9b7fa297 3801 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
29dc7809
JR
3802 and wheel-down.
3803
bb5d6d34
KG
38042004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3805
3806 * processes.texi (Synchronous Processes): Document process-file.
3807
d0ee2ed3
KH
38082004-10-22 Kenichi Handa <handa@m17n.org>
3809
3810 * text.texi (translate-region): Document that it accepts also a
3811 char-table.
3812
38be9dbb
DP
38132004-10-22 David Ponce <david@dponce.com>
3814
3815 * windows.texi (Resizing Windows): Document the `preserve-before'
3816 argument of the functions `enlarge-window' and `shrink-window'.
3817
63c80452
JR
38182004-10-19 Jason Rumney <jasonr@gnu.org>
3819
3820 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3821
9f4b6e73
LT
38222004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3823
3824 * text.texi (Filling): Add anchor for definition of
3825 `sentence-end-double-space'.
3826
3827 * searching.texi (Regexp Example): Update description of how
3828 Emacs currently recognizes the end of a sentence.
3829 (Standard Regexps): Update definition of the variable
3830 `sentence-end'. Add definition of the function `sentence-end'.
3831
657f0f9c
EZ
38322004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3833
3834 * display.texi (Progress): New node.
3835
35ab4857
KS
38362004-10-05 Kim F. Storm <storm@cua.dk>
3837
3838 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3839
f2a54fbc
KS
38402004-09-29 Kim F. Storm <storm@cua.dk>
3841
3842 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3843 to identify bitmaps. Remove -fringe-bitmap suffix for standard
3844 fringe bitmap symbols, as they now have their own namespace.
3845 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3846 vs. pixels. Signal error if no free bitmap slots.
3847 (Pixel Specification): Change IMAGE to @var{image}.
3848
4676d6f3
RS
38492004-09-28 Richard M. Stallman <rms@gnu.org>
3850
3851 * text.texi (Special Properties): Clarify line-spacing and line-height.
3852
3853 * searching.texi (Regexp Search): Add looking-back.
3854
17234906
LT
38552004-09-25 Luc Teirlinck <teirllm@auburn.edu>
3856
3857 * display.texi: Correct typos.
3858 (Image Descriptors): Correct xref's.
3859
4de43c8b
RS
38602004-09-25 Richard M. Stallman <rms@gnu.org>
3861
3862 * text.texi (Special Properties): Cleanups in `cursor'.
3863 Rewrites in `line-height' and `line-spacing'; exchange them.
3864
3865 * display.texi (Fringes): Rewrite previous change.
3866 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
3867 (Display Fringe Bitmaps): Node deleted, text moved.
3868 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
3869 (Scroll Bars): Clarify set-window-scroll-bars.
3870 (Pointer Shape): Rewrite.
3871 (Specified Space): Clarify :align-to, etc.
3872 (Pixel Specification): Use @var. Clarify new text.
3873 (Other Display Specs): Clarify `slice'.
3874 (Image Descriptors): Cleanups.
3875 (Showing Images): Cleanups.
3876
a3ee0299
LT
38772004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3878
e88ebce6
LT
3879 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
3880
a3ee0299
LT
3881 * modes.texi: Various minor changes in addition to:
3882 (Major Mode Conventions): Final call to `run-mode-hooks' should
3883 not be inside the `delay-mode-hooks' form.
3884 (Mode Hooks): New node.
3885 (Hooks): Delete obsolete example.
3886 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
3887 node "Mode Hooks".
3888
6db2bc02
LT
38892004-09-22 Luc Teirlinck <teirllm@auburn.edu>
3890
3891 * display.texi: Correct various typos.
3892 (Display): Rename node "Pointer Shapes" to "Pointer
3893 Shape". (There is already a node called "Pointer Shapes" in
3894 frames.texi.)
3895 (Images): Remove non-existent node "Image Slices" from menu.
3896
ed2846bd
KS
38972004-09-23 Kim F. Storm <storm@cua.dk>
3898
3899 * text.texi (Special Properties): Add `cursor', `pointer',
3900 `line-height', and `line-spacing' properties.
3901
3902 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
3903 Shapes' to menu.
3904 (Standard Faces): Doc fix for fringe face.
3905 (Fringes): Add `overflow-newline-into-fringe' and
3906 'indicate-buffer-boundaries'.
3907 (Fringe Bitmaps, Pointer Shapes): New nodes.
3908 (Display Property): Add 'Pixel Specification' and 'Display Fringe
3909 Bitmaps' to menu.
3910 (Specified Space): Describe pixel width and height.
3911 (Pixel Specification): New node.
3912 (Other Display Specs): Add `slice' property.
3913 (Display Fringe Bitmaps): New node.
3914 (Images): Add 'Image Slices' to menu.
3915 (Image Descriptors): Add `:pointer' and `:map' properties.
3916 (Showing Images): Add slice arg to `insert-image'. Add
3917 'insert-sliced-image'.
3918
4d894c98
RS
39192004-09-20 Richard M. Stallman <rms@gnu.org>
3920
3921 * commands.texi (Key Sequence Input):
3922 Clarify downcasing in read-key-sequence.
3923
7e388eb7
JL
39242004-09-08 Juri Linkov <juri@jurta.org>
3925
3926 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
3927
a020987f
LT
39282004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3929
3930 * locals.texi (Standard Buffer-Local Variables): Add
3931 `buffer-auto-save-file-format'.
3932 * internals.texi (Buffer Internals): Describe new
3933 auto_save_file_format field of the buffer structure.
3934 * files.texi (Format Conversion): `auto-save-file-format' has been
3935 renamed `buffer-auto-save-file-format'.
3936
2b96f80c
LT
39372004-08-27 Luc Teirlinck <teirllm@auburn.edu>
3938
3939 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
3940 an integer or a marker.
3941 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
3942
2ee3b79e
RS
39432004-08-22 Richard M. Stallman <rms@gnu.org>
3944
3945 * modes.texi (Major Mode Conventions): Discuss rebinding of
3946 standard key bindings.
3947
c438dc33
KS
39482004-08-18 Kim F. Storm <storm@cua.dk>
3949
3950 * processes.texi (Accepting Output): Add `just-this-one' arg to
3951 `accept-process-output'.
101c421e 3952 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 3953
db8af011
LT
39542004-08-10 Luc Teirlinck <teirllm@auburn.edu>
3955
3956 * keymaps.texi: Various changes in addition to:
3957 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
3958 Give more varied examples for `kbd'.
3959 (Creating Keymaps): Char tables have slots for all characters
3960 without modifiers.
3961 (Active Keymaps): `overriding-local-map' and
3962 `overriding-terminal-local-map' also override text property and
3963 overlay keymaps.
3964 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
3965 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
3966 to denote a prefix of no events.
3967 `map-keymap' includes parent's bindings _recursively_.
3968 Clarify and correct description of `where-is-internal'.
3969 Mention BUFFER-OR-NAME arg to `describe-bindings'.
3970 (Menu Example): For menus intended for use with the keyboard, the
3971 menu items should be bound to characters or real function keys.
3972
de700726
LT
39732004-08-08 Luc Teirlinck <teirllm@auburn.edu>
3974
30e75a87
LT
3975 * objects.texi (Character Type): Reposition `@anchor' to prevent
3976 double space inside sentence in Info.
3977
de700726
LT
3978 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
3979 renamed to `disabled-command-function'.
7c5b95c9 3980 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
3981 (Command Loop Info): Replace reference to it.
3982 (Disabling Commands): `disabled-command-hook' has been renamed to
3983 `disabled-command-function'.
3984
81909a1a
LT
39852004-08-07 Luc Teirlinck <teirllm@auburn.edu>
3986
3987 * os.texi (Translating Input): Only non-prefix bindings in
3988 `key-translation-map' override actual key bindings. Warn about
3989 possible indirect effect of actual key bindings on non-prefix
3990 bindings in `key-translation-map'.
3991
5504e99c
LT
39922004-08-06 Luc Teirlinck <teirllm@auburn.edu>
3993
3994 * minibuf.texi (High-Level Completion): Add anchor for definition
3995 of `read-variable'.
3996
3997 * commands.texi: Various changes in addition to:
3998 (Using Interactive): Clarify description of `interactive-form'.
3999 (Interactive Call): Mention default for KEYS argument to
4000 `call-interactively'.
4001 (Command Loop Info): Clarify description of `this-command-keys'.
4002 Mention KEEP-RECORD argument to `clear-this-command-keys'.
4003 Value of `last-event-frame' can be `macro'.
4004 (Repeat Events): `double-click-fuzz' is also used to distinguish
4005 clicks and drags.
4006 (Classifying Events): Clarify descriptions of `event-modifiers'
4007 `event-basic-type' and `event-convert-list'.
4008 (Accessing Events): `posn-timestamp' takes POSITION argument.
4009 (Quoted Character Input): Clarify description of
4010 `read-quoted-char' and fix example.
4011 (Quitting): Add `with-local-quit'.
6db11765 4012 (Disabling Commands): Correct and clarify descriptions of
5504e99c
LT
4013 `enable-command' and `disable-command'.
4014 Mention what happens if `disabled-command-hook' is nil.
4015 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
4016 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
4017
f478a72a
LT
40182004-07-24 Luc Teirlinck <teirllm@auburn.edu>
4019
4020 * frames.texi: Various changes in addition to:
4021 (Creating Frames): Expand and clarify description of `make-frame'.
4022 (Window Frame Parameters): Either none or both of the `icon-left'
4023 and `icon-top' parameters must be specified. Put descriptions of
4024 `menu-bar-lines' and `toolbar-lines' closer together and change
4025 them accordingly.
4026 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
4027 except while processing `frame-title-format' or `icon-title-format'.
4028 (Deleting Frames): Correct description of `delete-frame'.
4029 Non-nil return values of `frame-live-p' are like those of `framep'.
9b7fa297 4030 (Frames and Windows): Mention return value of
f478a72a
LT
4031 `set-frame-selected-window'.
4032 (Visibility of Frames): Mention `force' argument to
4033 `make-frame-invisible'. `frame-visible-p' returns t for all
4034 frames on text-only terminals.
4035 (Frame Configurations): Restoring a frame configuration does not
4036 restore deleted frames.
4037 (Window System Selections): `x-set-selection' returns DATA.
4038 (Resources): Add example.
4039 (Display Feature Testing): Clarify descriptions of
4040 `display-pixel-height', `display-pixel-width', `x-server-version'
4041 and `x-server-vendor'.
4042
4043 * windows.texi (Choosing Window): Add anchor.
4044 * minibuf.texi (Minibuffer Misc): Add anchor.
4045
bc135062
JPW
40462004-07-23 John Paul Wallington <jpw@gnu.org>
4047
4048 * macros.texi (Defining Macros): Declaration keyword for setting
4049 Edebug spec is `debug' not `edebug'.
4050
cb7516e5
LT
40512004-07-19 Luc Teirlinck <teirllm@auburn.edu>
4052
4053 * windows.texi: Various small changes in addition to:
4054 (Window Point): Mention return value of `set-window-point'.
4055 (Window Start): `pos-visible-in-window-p' disregards horizontal
4056 scrolling. Explain return value if PARTIALLY is non-nil.
4057 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
4058 and `set-window-vscroll'.
4059 (Size of Window): The argument WINDOW to `window-inside-edges',
4060 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
4061 (Resizing Windows): Explain return value of
4062 `shrink-window-if-larger-than-buffer'.
4063 `window-size-fixed' automatically becomes buffer local when set.
4064 (Window Configurations): Explain return value of
4065 `set-window-configuration'.
4066
4067 * minibuf.texi (Minibuffer Misc): Add anchor for
4068 `minibuffer-scroll-window'.
4069
4070 * positions.texi (Text Lines): Add anchor for `count-lines'.
4071
3751eb00
RS
40722004-07-17 Richard M. Stallman <rms@gnu.org>
4073
4074 * display.texi (Overlay Properties): Adding `evaporate' prop
4075 deletes empty overlay immediately.
4076
4077 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
4078 fix example.
4079
9a7e97c6
LT
40802004-07-16 Jim Blandy <jimb@redhat.com>
4081
4082 * searching.texi (Regexp Backslash): Document new \_< and \_>
4083 operators.
4084
aa0e4da8
JB
40852004-07-16 Juanma Barranquero <lektu@terra.es>
4086
4087 * display.texi (Images): Fix Texinfo usage.
4088
cbbfedb2
LT
40892004-07-14 Luc Teirlinck <teirllm@auburn.edu>
4090
4091 * buffers.texi (Modification Time): `visited-file-modtime' now
4092 returns a list of two integers, instead of a cons.
4093
3a052bd3
LT
40942004-07-13 Luc Teirlinck <teirllm@auburn.edu>
4095
4096 * windows.texi: Various changes in addition to:
4097 (Splitting Windows): Add `split-window-keep-point'.
4098
02c04e6f
RS
40992004-07-09 Richard M. Stallman <rms@gnu.org>
4100
4101 * frames.texi (Input Focus): Minor fix.
4102
cb4f1287
LT
41032004-07-07 Luc Teirlinck <teirllm@auburn.edu>
4104
4105 * frames.texi (Input Focus): Clarify descriptions of
4106 `select-frame-set-input-focus' and `select-frame'.
4107
339902ec
LT
41082004-07-06 Luc Teirlinck <teirllm@auburn.edu>
4109
4110 * os.texi: Various small changes in addition to:
4111 (Killing Emacs): Expand and clarify description of
4112 `kill-emacs-query-functions' and `kill-emacs-hook'.
4113 (System Environment): Expand and clarify description of `getenv'
4114 and `setenv'.
4115 (Timers): Clarify description of `run-at-time'.
4116 (Translating Input): Correct description of
4117 `extra-keyboard-modifiers'.
4118 (Flow Control): Correct description of `enable-flow-control'.
4119
fe3b7e35
TTN
41202004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
4121
4122 * os.texi: Update copyright.
4123 (Session Management): Grammar fix.
4124 Clarify which Emacs does the restarting.
4125 Use @samp for *scratch* buffer.
4126
59db7d6e
LT
41272004-07-04 Alan Mackenzie <acm@muc.de>
4128
4129 * frames.texi (Input Focus): Add documentation for
4130 `select-frame-set-input-focus'. Replace refs to non-existent
4131 `switch-frame' with `select-frame'. Minor corrections and tidying
4132 up of text-only terminal stuff.
4133
e3ccf404
RS
41342004-07-02 Richard M. Stallman <rms@gnu.org>
4135
4136 * files.texi (Saving Buffers): Cleanup write-contents-function.
4137 (Magic File Names): Cleanup file-remote-p.
4138
8addb6eb
KG
41392004-07-02 Kai Grossjohann <kai@emptydomain.de>
4140
4141 * files.texi (Magic File Names): `file-remote-p' returns an
4142 identifier of the remote system, not just t.
4143
7a58d84d
DK
41442004-07-02 David Kastrup <dak@gnu.org>
4145
4146 * searching.texi (Entire Match Data): Add explanation about new
4147 match-data behavior when @var{integers} is non-nil.
4148
d8c379f8
RS
41492004-06-24 Richard M. Stallman <rms@gnu.org>
4150
b4a4b0ae
RS
4151 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
4152
d8c379f8
RS
4153 * customize.texi (Variable Definitions): Note about doc strings
4154 and :set.
4155
4156 * keymaps.texi (Keymap Terminology): Document `kbd'.
4157 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
4158
4159 * display.texi (Invisible Text): Setting buffer-invisibility-spec
4160 makes it buffer-local.
4161
4162 * files.texi (Saving Buffers): Correct previous change.
4163
4164 * commands.texi (Accessing Events):
4165 Clarify posn-col-row and posn-actual-col-row.
4166
41672004-06-24 David Ponce <david.ponce@wanadoo.fr>
4168
4169 * commands.texi (Accessing Events): New functions
4170 posn-at-point and posn-at-x-y. Add example to posn-x-y.
4171
dce417e7
LT
41722004-06-23 Luc Teirlinck <teirllm@auburn.edu>
4173
4174 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
4175 * frames.texi, buffers.texi, backups.texi, variables.texi:
4176 * loading.texi, eval.texi, functions.texi, control.texi:
4177 * symbols.texi, minibuf.texi: Reposition @anchor's.
4178
4179 * help.texi: Various small changes in addition to the following.
4180 (Describing Characters): Describe PREFIX argument to
4181 `key-description'. Correct and clarify definition of
4182 `text-char-description'. Describe NEED-VECTOR argument to
4183 `read-kbd-macro'.
4184 (Help Functions): Clarify definition of `apropos'.
4185
255d07dc
LH
41862004-06-23 Lars Hansen <larsh@math.ku.dk>
4187
4188 * files.texi (Saving Buffers): Correct description of
4189 `write-contents-functions'.
4190
4e9691e9
JB
41912004-06-21 Juanma Barranquero <lektu@terra.es>
4192
4193 * display.texi (Images): Remove redundant @vindex directives.
4194 Rewrite `image-library-alist' doc in active voice.
4195
1ebd4f78
JB
41962004-06-14 Juanma Barranquero <lektu@terra.es>
4197
4198 * display.texi (Images): Document new delayed library loading,
4199 variable `image-library-alist' and (existing but undocumented)
4200 function `image-type-available-p'.
4201
ddfb8369
RS
42022004-06-05 Richard M. Stallman <rms@gnu.org>
4203
4204 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
4205 refer the user to the Initial Input node.
4206 (Text from Minibuffer): Likewise.
4207 (Initial Input): New node. Document this feature
4208 and say it is mostly deprecated.
4209
18684a3a
RS
42102004-05-30 Richard M. Stallman <rms@gnu.org>
4211
7a61e456
RS
4212 * loading.texi (Named Features): Clarify return value
4213 and meaning of NOERROR.
4214
18684a3a
RS
4215 * variables.texi (File Local Variables): Minor cleanup.
4216
c8364415
MA
42172004-05-30 Michael Albinus <michael.albinus@gmx.de>
4218
4219 * files.texi (Magic File Names): Add `file-remote-p' as operation
4220 of file name handlers.
4221
08fd1251
RS
42222004-05-29 Richard M. Stallman <rms@gnu.org>
4223
4224 * modes.texi (Minor Mode Conventions): (-) has no special meaning
4225 as arg to a minor mode command.
4226
71d5a208
RS
42272004-05-22 Richard M. Stallman <rms@gnu.org>
4228
4229 * syntax.texi (Syntax Class Table): Word syntax not just for English.
4230
4231 * streams.texi (Output Variables): Doc float-output-format.
4232
4233 * searching.texi (Regexp Special): Nested repetition can be infloop.
4234
4235 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
4236 real stack overflow.
4237
4238 * compile.texi: Minor cleanups.
4239
42402004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
4241
4242 * lists.texi (Cons Cells): Explain dotted lists, true lists,
4243 circular lists.
4244 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 4245
022cb162
TTN
42462004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
4247
4248 * modes.texi (Search-based Fontification): Fix typo.
4249
aa7094ba
JB
42502004-05-10 Juanma Barranquero <lektu@terra.es>
4251
4252 * modes.texi (Mode Line Variables): Fix description of
4253 global-mode-string, which is now after which-func-mode, not the
4254 buffer name.
4255
c2383279
LH
42562004-05-07 Lars Hansen <larsh@math.ku.dk>
4257
4258 * modes.texi (Desktop Save Mode): Add.
4259 (Modes): Add menu entry Desktop Save Mode.
4260
4261 * hooks.texi: Add desktop-after-read-hook,
4262 desktop-no-desktop-file-hook and desktop-save-hook.
4263
4264 * locals.texi: Add desktop-save-buffer.
4265
058296d3
JH
42662004-04-30 Jesper Harder <harder@ifa.au.dk>
4267
4268 * display.texi: emacs -> Emacs.
4269
0c54865e
EZ
42702004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
4271
4272 * files.texi (Changing Files): Document set-file-times.
4273
d814862a
JB
42742004-04-23 Juanma Barranquero <lektu@terra.es>
4275
4276 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4277
e8d6f886
JH
42782004-04-18 Jesper Harder <harder@ifa.au.dk>
4279
4280 * tips.texi (Coding Conventions): defopt -> defcustom.
4281
3a424014
LT
42822004-04-16 Luc Teirlinck <teirllm@auburn.edu>
4283
4284 * sequences.texi: Various clarifications.
4285
9e860631
LT
42862004-04-14 Luc Teirlinck <teirllm@auburn.edu>
4287
4288 * buffers.texi (Read Only Buffers): Mention optional ARG to
4289 `toggle-read-only'.
4290
5e30a0fb
NR
42912004-04-14 Nick Roberts <nick@nick.uklinux.net>
4292
9e860631 4293 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
4294 returns a full-width window if possible.
4295
619fb950
LT
42962004-04-13 Luc Teirlinck <teirllm@auburn.edu>
4297
4298 * buffers.texi: Various changes in addition to:
4299 (Buffer File Name): Add `find-buffer-visiting'.
4300 (Buffer Modification): Mention optional ARG to `not-modified'.
4301 (Indirect Buffers): Mention optional CLONE argument to
4302 `make-indirect-buffer'.
4303
4304 * files.texi: Various changes in addition to:
4305 (Visiting Functions): `find-file-hook' is now a normal hook.
4306 (File Name Expansion): Explain difference between the way that
4307 `expand-file-name' and `file-truename' treat `..'.
4308 (Contents of Directories): Mention optional ID-FORMAT argument to
4309 `directory-files-and-attributes'.
4310 (Format Conversion): Mention new optional CONFIRM argument to
4311 `format-write-file'.
4312
a2295d32
MB
43132004-04-12 Miles Bader <miles@gnu.org>
4314
4315 * macros.texi (Expansion): Add description of `macroexpand-all'.
4316
571fd4d5
JH
43172004-04-05 Jesper Harder <harder@ifa.au.dk>
4318
4319 * variables.texi (Variable Aliases): Mention
4320 cyclic-variable-indirection.
4321
4322 * errors.texi (Standard Errors): Ditto.
4323
4ba2fd66
LT
43242004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4325
6db11765 4326 * backups.texi: Various small changes in addition to:
4ba2fd66
LT
4327 (Making Backups): Mention return value of `backup-buffer'.
4328 (Auto-Saving): Mention optional FORCE argument to
4329 `delete-auto-save-file-if-necessary'.
4330 (Reverting): Mention optional PRESERVE-MODES argument to
4331 `revert-buffer'. Correct description of `revert-buffer-function'.
4332
8f7ea687
JL
43332004-03-22 Juri Linkov <juri@jurta.org>
4334
4335 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
4336 with `Vector Functions'.
4337
4338 * text.texi (Sorting): Add missing quote.
4339
0eeca3c1
LT
43402004-03-14 Luc Teirlinck <teirllm@auburn.edu>
4341
4342 * intro.texi (Lisp History): Replace xref to `cl' manual with
4343 inforef.
4344
e69cfac2
RS
43452004-03-12 Richard M. Stallman <rms@gnu.org>
4346
4347 * intro.texi (Version Info): Add arg to emacs-version.
4348 (Lisp History): Change xref to CL manual.
4349
1b91d47f
LT
43502004-03-09 Luc Teirlinck <teirllm@auburn.edu>
4351
4352 * minibuf.texi (Completion Commands): Add xref to Emacs manual
4353 for Partial Completion mode.
4354
97073664
TTN
43552004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
4356
9b7fa297 4357 * customize.texi: Fix typo. Remove eol whitespace.
97073664 4358
04a6e76b
RS
43592004-03-04 Richard M. Stallman <rms@gnu.org>
4360
4361 * processes.texi: Fix typos.
4362
4363 * lists.texi (Building Lists): Minor clarification.
4364
4365 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
4366 in make-hash-table.
4367
5bb0fcd1
JB
43682004-02-29 Juanma Barranquero <lektu@terra.es>
4369
4370 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
4371 rm, and ignore exit code.
4372
9022d421
EZ
43732004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
4374
4375 * display.texi (Defining Faces): Add description for min-colors.
4376 Update example.
4377
92f5fba2
LT
43782004-02-23 Luc Teirlinck <teirllm@auburn.edu>
4379
4380 * abbrevs.texi: Various corrections and clarifications in addition
4381 to the following:
4382 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
4383
7e83e178
GM
43842004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4385
4386 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
4387
9c5609e8
LT
43882004-02-21 Luc Teirlinck <teirllm@auburn.edu>
4389
e2b9b51f
LT
4390 * text.texi: Various small changes in addition to the following:
4391 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
4392 to delete-horizontal-space.
9b7fa297 4393 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
e2b9b51f
LT
4394 description of yank-handler text property at various places.
4395
7daa0e81
LT
4396 * frames.texi (Window System Selections): Add anchor.
4397
9c5609e8
LT
4398 * syntax.texi (Syntax Table Functions): Clarify and correct
4399 descriptions of make-syntax-table and copy-syntax-table.
4400 (Motion and Syntax): Clarify SYNTAXES argument to
4401 skip-syntax-forward.
4402 (Parsing Expressions): Mention that the return value of
4403 parse-partial-sexp is currently a list of ten rather than nine
4404 elements.
4405 (Categories): Various corrections and clarifications.
4406
d29edb21
LT
44072004-02-17 Luc Teirlinck <teirllm@auburn.edu>
4408
4409 * markers.texi (Marker Insertion Types): Minor change.
4410
4411 * locals.texi (Standard Buffer-Local Variables):
4412 * commands.texi (Interactive Codes, Using Interactive):
4413 * functions.texi (Related Topics): Fix xrefs.
4414
43e48bda
LT
44152004-02-16 Luc Teirlinck <teirllm@auburn.edu>
4416
4417 * lists.texi (Sets And Lists): Update description of delete-dups.
4418
84e34002
RS
44192004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4420
4421 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
4422
44232004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4424
4425 * frames.texi (Parameter Access): frame-parameters arg is optional.
4426 modify-frame-parameters handles nil for FRAME.
4427 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
4428 are all-or-nothing for certain toolkits.
4429 Mention parameter wait-for-wm.
4430 (Frames and Windows): In frame-first-window and frame-selected-window
4431 the arg is optional.
4432 (Input Focus): In redirect-frame-focus the second arg is optional.
4433 (Window System Selections): Mention selection type CLIPBOARD.
4434 Mention data-type UTF8_STRING.
4435 Mention numbering of cut buffers.
4436 (Resources): Describe x-resource-name.
4437
44382004-02-16 Richard M. Stallman <rms@gnu.org>
4439
4440 * windows.texi (Buffers and Windows): Delete false table
4441 about all-frames.
4442
4443 * syntax.texi (Parsing Expressions): Delete old caveat
4444 about parse-sexp-ignore-comments.
4445
4446 * streams.texi (Output Variables): Add print-quoted.
4447
4448 * lists.texi (Building Lists): Minor cleanup.
4449
4450 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
4451
4452 * display.texi (Overlays): Explain overlays use markers.
4453 (Managing Overlays): Explain front-advance and rear-advance
4454 in more detail.
4455
4456 * loading.texi (Unloading): Document unload-feature-special-hooks.
4457 Get rid of fns-NNN.el file.
4458
44592004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4460
4461 * help.texi (Describing Characters): Fix text-char-description
4462 example output.
4463
4464 * edebug.texi (Using Edebug): Fix example.
4465
4466 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 4467
84e34002
RS
4468 * files.texi (Changing Files): Fix argname.
4469
4470 * calendar.texi: Fix parens, and default values.
4471
4472 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
4473 * nonascii.texi, objects.texi, os.texi: Minor fixes.
4474 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
4475
4476 * positions.texi (Text Lines): Don't add -1 in current-line.
4477
44782004-02-16 Richard M. Stallman <rms@gnu.org>
4479
4480 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
4481
c33b76da
EZ
44822004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4483
4484 * processes.texi (Low-Level Network): Fix a typo.
4485
9d7271e8
KS
44862004-02-12 Kim F. Storm <storm@cua.dk>
4487
4488 * display.texi (Fringes): Use consistent wording.
4489 Note that window-fringe's window arg is optional.
4490 (Scroll Bars): Use consistent wording.
4491
6827d730
LT
44922004-02-11 Luc Teirlinck <teirllm@auburn.edu>
4493
4494 * tips.texi (Comment Tips): Document the new conventions for
4495 commenting out code.
4496
1cb60b5a
JD
44972004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4498
4499 * positions.texi (Text Lines): Added missing end defun.
4500
7fdd1f62
KS
45012004-02-07 Kim F. Storm <storm@cua.dk>
4502
4503 * positions.texi (Text Lines): Add line-number-at-pos.
4504
eb3c144c
JPW
45052004-02-06 John Paul Wallington <jpw@gnu.org>
4506
4507 * display.texi (Button Properties, Button Buffer Commands):
4508 mouse-2 invokes button, not down-mouse-1.
4509
a1d38d63
JR
45102004-02-04 Jason Rumney <jasonr@gnu.org>
4511
4512 * makefile.w32-in: Sync with Makefile.in changes.
4513
4b574f3d
LT
45142004-02-03 Luc Teirlinck <teirllm@auburn.edu>
4515
4516 * minibuf.texi (Text from Minibuffer): Various corrections and
4517 clarifications.
4518 (Object from Minibuffer): Correct Lisp description of
4519 read-minibuffer.
4520 (Minibuffer History): Clarify description of cons values for
4521 HISTORY arguments.
4522 (Basic Completion): Various corrections and clarifications. Add
4523 completion-regexp-list.
4524 (Minibuffer Completion): Correct and clarify description of
4525 completing-read.
6f6b0433 4526 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
4527 other minor changes.
4528 (High-Level Completion): Various corrections and clarifications.
4529 (Reading File Names): Ditto.
4530 (Minibuffer Misc): Ditto.
4531
d8186297
LT
45322004-01-26 Luc Teirlinck <teirllm@auburn.edu>
4533
4534 * strings.texi (Text Comparison): assoc-string also matches
4535 elements of alists that are strings instead of conses.
4536 (Formatting Strings): Standardize Texinfo usage. Update index
4537 entries.
4538
9adcb5f2
LT
45392004-01-20 Luc Teirlinck <teirllm@auburn.edu>
4540
4541 * lists.texi (Sets And Lists): Add delete-dups.
4542
3e7274ae
LT
45432004-01-15 Luc Teirlinck <teirllm@auburn.edu>
4544
4545 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
4546 special form.
4547 * macros.texi (Defining Macros): Update description of `declare',
4548 which now is a macro.
4549 (Wrong Time): Fix typos.
4550
944e099f
LT
45512004-01-14 Luc Teirlinck <teirllm@auburn.edu>
4552
4553 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 4554 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
4555 and `batch-byte-compile'. In particular, mention and describe
4556 all optional arguments.
4557 (Disassembly): Correct and clarify the description of `disassemble'.
4558
90c3aa59
LT
45592004-01-11 Luc Teirlinck <teirllm@auburn.edu>
4560
4561 * searching.texi: Various small changes in addition to the
4562 following.
4563 (Regexp Example): Adapt to new value of `sentence-end'.
4564 (Regexp Functions): The PAREN argument to `regexp-opt' can be
4565 `words'.
4566 (Search and Replace): Add usage note for `perform-replace'.
4567 (Entire Match Data): Mention INTEGERS and REUSE arguments to
4568 `match-data'.
4569 (Standard Regexps): Update for new values of `paragraph-start'
4570 and `sentence-end'.
4571
583c353d
LT
45722004-01-07 Luc Teirlinck <teirllm@auburn.edu>
4573
4574 * files.texi (Saving Buffers): Clarify descriptions of
4575 `write-contents-functions' and `before-save-hook'.
4576 Make the defvar's for `before-save-hook' and `after-save-hook'
4577 into defopt's.
4578
05faee07
KS
45792004-01-07 Kim F. Storm <storm@cua.dk>
4580
4581 * commands.texi (Click Events): Describe new image and
4582 width/height elements of click events.
4583 (Accessing Events): Add posn-string, posn-image, and
4584 posn-object-width-height. Change posn-object to return either
4585 image or string object.
4586
a0465ec3
SJ
45872004-01-01 Simon Josefsson <jas@extundo.com>
4588
4589 * hooks.texi (Standard Hooks): Add before-save-hook.
4590 * files.texi (Saving Buffers): Likewise.
4591
972c0c49
RS
45922004-01-03 Richard M. Stallman <rms@gnu.org>
4593
4594 * frames.texi (Frames and Windows): Delete frame-root-window.
4595
dbcd463f
LT
45962004-01-03 Luc Teirlinck <teirllm@auburn.edu>
4597
4598 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
4599
4600 * functions.texi: Various small changes in addition to the
4601 following.
4602 (What Is a Function): `functionp' returns nil for macros. Clarify
4603 behavior of this and following functions for symbol arguments.
4604 (Function Documentation): Add `\' in front of (fn @var{arglist})
4605 and explain why.
4606 (Defining Functions): Mention DOCSTRING argument to `defalias'.
4607 Add anchor.
4608 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
4609
02c77ee9
MB
46102004-01-01 Miles Bader <miles@gnu.org>
4611
4612 * display.texi (Buttons): New section.
4613
903a1a91
AS
46142003-12-31 Andreas Schwab <schwab@suse.de>
4615
4616 * numbers.texi (Math Functions): sqrt reports a domain-error
4617 error.
4618 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
4619
697cf92a
LT
46202003-12-30 Luc Teirlinck <teirllm@auburn.edu>
4621
3f70fe82
LT
4622 * tips.texi (Documentation Tips): Update item on hyperlinks in
4623 documentation strings.
4624
697cf92a
LT
4625 * errors.texi (Standard Errors): Various small corrections and
4626 additions.
4627
4628 * control.texi: Various small changes in addition to the
4629 following.
4630 (Signaling Errors): Provide some more details on how `signal'
4631 constructs the error message. Add anchor to the definition of
4632 `signal'.
4633 (Error Symbols): Describe special treatment of `quit'.
4634 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
4635 to emphasize that it has to be a single form.
4636
4637 * buffers.texi: Add anchor.
4638
4d25144d
RS
46392003-12-29 Richard M. Stallman <rms@gnu.org>
4640
4641 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
4642 (Window Configurations): Add window-configuration-frame.
4643
4644 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
4645
4646 * text.texi (Examining Properties): Add get-char-property-and-overlay.
4647 Change arg name in get-char-property.
4648 (Special Properties): Update handling of keymap property.
4649
4650 * strings.texi (Modifying Strings): Add clear-string.
4651 (Text Comparison): Add assoc-string and remove
4652 assoc-ignore-case, assoc-ignore-representation.
4653
4654 * os.texi (Time of Day): Add set-time-zone-rule.
4655
4656 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 4657 report domain-error errors.
4d25144d 4658
697cf92a 4659 * nonascii.texi (Converting Representations):
4d25144d
RS
4660 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
4661 (Encoding and I/O): Add file-name-coding-system.
4662
4663 * modes.texi (Search-based Fontification): Explain that
4664 face specs are symbols with face names as values.
4665
4666 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
4667
4668 * lists.texi (Building Lists): remq moved elsewhere.
4669 (Sets And Lists): remq moved here.
4670 (Association Lists): Refer to assoc-string.
4671
4672 * internals.texi (Garbage Collection): Add memory-use-counts.
4673
4674 * frames.texi (Frames and Windows): Add set-frame-selected-window
4675 and frame-root-window.
4676
697cf92a 4677 * files.texi (Contents of Directories):
4d25144d
RS
4678 Add directory-files-and-attributes.
4679
4680 * display.texi (Refresh Screen): Add force-window-update.
4681 (Invisible Text): Explain about moving point out of invis text.
4682 (Overlay Properties): Add overlay-properties.
4683 (Managing Overlays): Add overlayp.
4684 (GIF Images): Invalid image number displays a hollow box.
4685
4686 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
4687 (Killing Buffers): Add buffer-live-p.
4688
67fafe38
MR
46892003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
4690
4691 * display.texi (Fringes): Fix typo "set-buffer-window".
4692
68e74f25
LT
46932003-12-24 Luc Teirlinck <teirllm@auburn.edu>
4694
4695 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
4696 * nonascii.texi, processes.texi, tips.texi, variables.texi:
4697 Add or change various xrefs and anchors.
4698
4699 * commands.texi: Replace all occurrences of @acronym{CAR} with
4700 @sc{car}, for consistency with the rest of the Elisp manual.
4701 `car' and `cdr' are historically acronyms, but are no longer
4702 widely thought of as such.
4703
4704 * internals.texi (Pure Storage): Mention that `purecopy' does not
4705 copy text properties.
4706 (Object Internals): Now 29 bits are used (in most implementations)
4707 to address Lisp objects.
4708
4709 * variables.texi (Variables with Restricted Values): New node.
4710
4711 * objects.texi (Lisp Data Types): Mention that certain variables
4712 can only take on a restricted set of values and add an xref to
4713 the new node "Variables with Restricted Values".
4714
4715 * eval.texi (Function Indirection): Describe the errors that
4716 `indirect-function' can signal.
4717 (Eval): Clarify the descriptions of `eval-region' and `values'.
4718 Describe `eval-buffer' instead of `eval-current-buffer' and
4719 mention `eval-current-buffer' as an alias for `current-buffer'.
4720 Correct the description and mention all optional arguments.
4721
697cf92a 4722 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
4723 following.
4724 (Converting Representations): Clarify behavior of
4725 `string-make-multibyte' and `string-to-multibyte' for unibyte all
4726 ASCII arguments.
4727 (Character Sets): Document the variable `charset-list' and adapt
4728 the definition of the function `charset-list' accordingly.
4729 (Translation of Characters): Clarify use of generic characters in
4730 `make-translation-table'. Clarify and correct the description of
4731 the use of translation tables in encoding and decoding.
4732 (User-Chosen Coding Systems): Correct and clarify the description
4733 of `select-safe-coding-system'.
4734 (Default Coding Systems): Clarify description of
4735 `file-coding-system-alist'.
4736
a62f71e4
LT
47372003-11-30 Luc Teirlinck <teirllm@auburn.edu>
4738
4739 * strings.texi (Text Comparison): Correctly describe when two
4740 strings are `equal'. Combine and clarify descriptions of
4741 `assoc-ignore-case' and `assoc-ignore-representation'.
4742
4743 * objects.texi (Non-ASCII in Strings): Clarify description of
4744 when a string is unibyte or multibyte.
4745 (Bool-Vector Type): Update examples.
4746 (Equality Predicates): Correctly describe when two strings are
4747 `equal'.
4748
19017752
LT
47492003-11-29 Luc Teirlinck <teirllm@auburn.edu>
4750
4751 * lists.texi (Building Lists): `append' no longer accepts integer
4752 arguments. Update the description of `number-sequence' to reflect
4753 recent changes.
4754 (Sets And Lists): Describe `member-ignore-case' after `member'.
4755
0f6a07a8
KS
47562003-11-27 Kim F. Storm <storm@cua.dk>
4757
4758 * commands.texi (Click Events): Click object may be an images.
4759 Describe (dx . dy) element of click positions.
4760 (Accessing Events): Remove duplicate posn-timestamp.
4761 New functions posn-object and posn-object-x-y.
4762
1ce7c819
KS
47632003-11-23 Kim F. Storm <storm@cua.dk>
4764
4765 * commands.texi (Click Events): Describe enhancements to event
4766 position lists, including new text-pos and (col . row) items.
4767 Mention left-fringe and right-fringe area events.
0f6a07a8 4768 (Accessing Events): New functions posn-area and
1ce7c819
KS
4769 posn-actual-col-row. Mention posn-timestamp. Mention that
4770 posn-point in non-text area still returns buffer position.
4771 Clarify posn-col-row.
4772
cae8ddbb
LH
47732003-11-21 Lars Hansen <larsh@math.ku.dk>
4774
4775 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4776 * anti.texi (File Attributes): Describe removed parameter
4777 ID-FORMAT.
4778
f7f1a248
LT
47792003-11-20 Luc Teirlinck <teirllm@auburn.edu>
4780
68e74f25 4781 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
4782 a position, its buffer is ignored.
4783
4784 * markers.texi (Overview of Markers): Mention it here too.
4785
c5e2fb05
LT
47862003-11-12 Luc Teirlinck <teirllm@auburn.edu>
4787
4788 * numbers.texi (Numeric Conversions): Not just `floor', but also
4789 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
4790
e57d0aa8
LT
47912003-11-10 Luc Teirlinck <teirllm@auburn.edu>
4792
4793 * markers.texi (Creating Markers): Specify insertion type of
4794 created markers. Add xref to `Marker Insertion Types'.
4795 Second argument to `copy-marker' is optional.
4796 (Marker Insertion Types): Mention that most markers are created
4797 with insertion type nil.
4798 (The Mark): Correctly describe when `mark' signals an error.
4799 (The Region): Correctly describe when `region-beginning' and
4800 `region-end' signal an error.
4801
bb3612ec
LT
48022003-11-08 Luc Teirlinck <teirllm@auburn.edu>
4803
4804 * hash.texi (Creating Hash): Clarify description of `eql'.
4805 `makehash' is obsolete.
4806 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4807
4808 * positions.texi (Point): Change description of `buffer-end', so
4809 that it is also correct for floating point arguments.
4810 (List Motion): Correct argument lists of `beginning-of-defun' and
4811 `end-of-defun'.
4812 (Excursions): Add xref to `Marker Insertion Types'.
4813 (Narrowing): Argument to `narrow-to-page' is optional.
4814
cfb8a797
LT
48152003-11-06 Luc Teirlinck <teirllm@auburn.edu>
4816
4817 * streams.texi (Output Streams): Clarify behavior of point for
4818 marker output streams.
4819
c6177909
LT
48202003-11-04 Luc Teirlinck <teirllm@auburn.edu>
4821
4822 * variables.texi (Defining Variables): Second argument to
4823 `defconst' is not optional.
4824 (Setting Variables): Mention optional argument APPEND to
4825 `add-to-list'.
4826 (Creating Buffer-Local): Expand description of
4827 `make-variable-buffer-local'.
4828 (Frame-Local Variables): Expand description of
4829 `make-variable-frame-local'.
4830 (Variable Aliases): Correct description of optional argument
4831 DOCSTRING to `defvaralias'. Mention return value of
4832 `defvaralias'.
4833 (File Local Variables): Add xref to `File variables' in Emacs
4834 Manual. Correct description of `hack-local-variables'. Mention
4835 `safe-local-variable' property. Mention optional second argument
4836 to `risky-local-variable-p'.
4837
b3645067
LT
48382003-11-03 Luc Teirlinck <teirllm@auburn.edu>
4839
4840 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4841
10695e5c
EZ
48422003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4843
4844 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4845 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4846 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4847 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4848 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 4849 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
4850 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4851 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4852 @acronym{FOO}.
4853
a2f4def1
LT
48542003-10-27 Luc Teirlinck <teirllm@auburn.edu>
4855
4856 * strings.texi (Creating Strings): Argument START to `substring'
4857 can not be `nil'. Expand description of
4858 `substring-no-properties'. Correct description of `split-string',
4859 especially with respect to empty matches. Prevent very bad line
4860 break in definition of `split-string-default-separators'.
4861 (Text Comparison): `string=' and `string<' also accept symbols as
4862 arguments.
4863 (String Conversion): More completely describe argument BASE in
4864 `string-to-number'.
5bb0fcd1 4865 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
4866 corresponding object. Clarify behavior of numeric prefix after
4867 `%' in `format'.
4868 (Case Conversion): The argument to `upcase-initials' can be a
4869 character.
4870
a2296bf9
KH
48712003-10-27 Kenichi Handa <handa@m17n.org>
4872
4873 * display.texi (Fontsets): Fix texinfo usage.
4874
885fef7c
KH
48752003-10-25 Kenichi Handa <handa@m17n.org>
4876
4877 * display.texi (Fontsets): Add description of the function
4878 set-fontset-font.
4879
0c6b7a1f
LT
48802003-10-23 Luc Teirlinck <teirllm@auburn.edu>
4881
4882 * display.texi (Temporary Displays): Add xref to `Documentation
4883 Tips'.
4884
4885 * functions.texi (Function Safety): Use inforef instead of pxref
4886 for SES.
4887
c3cda320
AS
48882003-10-23 Andreas Schwab <schwab@suse.de>
4889
4890 * Makefile.in (TEX, texinputdir): Don't define.
4891 (TEXI2DVI): Define.
4892 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
4893 add $(srcdir)/index.texi.
4894 ($(infodir)/elisp): Remove index.texi dependency.
4895 (elisp.dvi): Likewise. Use $(TEXI2DVI).
4896 (index.texi): Remove target.
4897 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
4898 (clean): Don't remove index.texi.
4899
c3cda320
AS
4900 * permute-index, index.perm: Remove.
4901 * index.texi: Rename from index.unperm.
4902
e5dadca7
LT
49032003-10-22 Luc Teirlinck <teirllm@auburn.edu>
4904
4905 * tips.texi (Documentation Tips): Document new behavior for face
4906 and variable hyperlinks in Help mode.
4907
6cfb0777
LT
49082003-10-21 Luc Teirlinck <teirllm@auburn.edu>
4909
4910 * objects.texi (Integer Type): Update for extra bit of integer range.
4911 (Character Type): Ditto.
4912
a6eeaa81 49132003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
4914
4915 * numbers.texi (Integer Basics): Add index entries for reading
4916 numbers in hex, octal, and binary.
4917
c8f9ba83
LK
49182003-10-16 Lute Kamstra <lute@gnu.org>
4919
4920 * modes.texi (Mode Line Format): Mention force-mode-line-update's
4921 argument.
4922
b52a26fb
LT
49232003-10-13 Luc Teirlinck <teirllm@auburn.edu>
4924
4925 * windows.texi (Choosing Window): Fix typo.
4926 * edebug.texi (Edebug Execution Modes): Fix typo.
4927
f7005886
RS
49282003-10-13 Richard M. Stallman <rms@gnu.org>
4929
4930 * windows.texi (Basic Windows): A window has fringe settings,
4931 display margins and scroll-bar settings.
4932 (Splitting Windows): Doc split-window return value.
4933 Clean up one-window-p.
4934 (Selecting Windows): Fix typo.
4935 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
4936 (Buffers and Windows): In set-window-buffer, explain effect
4937 on fringe settings and scroll bar settings.
4938 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
4939 (Choosing Window): Use defopt for pop-up-frame-function.
4940 For special-display-buffer-names, explain same-window and same-frame.
4941 Clarify window-dedicated-p return value.
4942 (Textual Scrolling): scroll-up and scroll-down can get an error.
4943 (Horizontal Scrolling): Clarify auto-hscroll-mode.
4944 Clarify set-window-hscroll.
4945 (Size of Window): Don't mention tool bar in window-height.
4946 (Coordinates and Windows): Explain what coordinates-in-window-p
4947 returns for fringes and display margins.
4948 (Window Configurations): Explain saving fringes, etc.
4949
4950 * tips.texi (Library Headers): Clean up Documentation.
4951
4952 * syntax.texi (Parsing Expressions): Clean up forward-comment
4953 and parse-sexp-lookup-properties.
4954
4955 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
4956
4957 * os.texi (System Environment): Clean up text for load-average errors.
4958
4959 * modes.texi (Hooks): Don't explain local hook details at front.
4960 Clarify run-hooks and run-hook-with-args a little.
4961 Clean up add-hook and remove-hook.
4962
4963 * edebug.texi (Edebug Execution Modes): Clarify t.
4964 Document edebug-sit-for-seconds.
4965 (Coverage Testing): Document C-x X = and =.
4966 (Instrumenting Macro Calls): Fix typo.
4967 (Specification List): Don't index the specification keywords.
4968
c989ebe9
KS
49692003-10-10 Kim F. Storm <storm@cua.dk>
4970
4971 * processes.texi (Network): Introduce make-network-process.
4972
f9525eef
LT
49732003-10-09 Luc Teirlinck <teirllm@auburn.edu>
4974
4975 * tips.texi (Library Headers): Fix typo.
4976
f008b925
LK
49772003-10-07 Juri Linkov <juri@jurta.org>
4978
4979 * modes.texi (Imenu): Mention imenu-create-index-function's
4980 default value. Explain submenus better.
4981
c22c5da6
LK
49822003-10-07 Lute Kamstra <lute@gnu.org>
4983
4984 * modes.texi (Faces for Font Lock): Fix typo.
4985 (Hooks): Explain how buffer-local hook variables can refer to
4986 global hook variables.
4987 Various minor clarifications.
4988
49247521
LK
49892003-10-06 Lute Kamstra <lute@gnu.org>
4990
4991 * tips.texi (Coding Conventions): Mention naming conventions for
4992 hooks.
4993
9296c947
LT
49942003-10-05 Luc Teirlinck <teirllm@auburn.edu>
4995
4996 * loading.texi (Library Search): Correct default value of
4997 load-suffixes.
4998 (Named Features): Fix typo.
4999
0e9b293a
RS
50002003-10-05 Richard M. Stallman <rms@gnu.org>
5001
5002 * loading.texi (Named Features): In `provide',
5003 say how to test for subfeatures.
5004 (Unloading): In unload-feature, use new var name
5005 unload-feature-special-hooks.
5006
49247521 50072003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
5008
5009 * modes.texi (Major Mode Conventions): Mention third way to set up
5010 Imenu.
5011 (Imenu): A number of small fixes.
5012 Delete documentation of internal variable imenu--index-alist.
5013 Document the return value format of imenu-create-index-function
5014 functions.
5015
ab8f7d5c
RS
50162003-09-30 Richard M. Stallman <rms@gnu.org>
5017
5018 * processes.texi (Network): Say what stopped datagram connections do.
5019
5020 * lists.texi (Association Lists): Clarify `assq-delete-all'.
5021
5022 * display.texi (Overlay Properties): Clarify `evaporate' property.
5023
49247521 50242003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
5025
5026 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 5027 constructs should be marked as risky.
86b9b767
LK
5028 Change cons cell into proper list.
5029 (Mode Line Variables): Change cons cell into proper list.
5030
49247521 50312003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
5032
5033 * modes.texi (Mode Line Data): Document the :propertize construct.
5034 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 5035 to match their order in the default mode-line-format.
bc3b02f9
LK
5036 Describe the new variables mode-line-position and mode-line-modes.
5037 Update the default values of mode-line-frame-identification,
5038 minor-mode-alist, and default-mode-line-format.
5039 (Properties in Mode): Mention the :propertize construct.
6142d1d0 5040
bc3b02f9 50412003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 5042
c22c5da6 5043 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
5044 * loading.texi, minibuf.texi, text.texi, variables.texi:
5045 Avoid @strong{Note:}.
5046
50472003-09-26 Richard M. Stallman <rms@gnu.org>
5048
5049 * keymaps.texi (Remapping Commands): Fix typo.
5050
41beda59
LT
50512003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
5052
5053 * processes.texi (Low-Level Network): Fix typo.
5054
ef6ae4ff
KS
50552003-09-23 Kim F. Storm <storm@cua.dk>
5056
5057 * processes.texi (Network, Network Servers): Fix typos.
5058 (Low-Level Network): Add timeout value for :server keyword.
5059 Add new option keywords to make-network-process.
5060 Add set-network-process-options.
5061 Explain how to test availability of network options.
5062
b0f23edf
RS
50632003-09-19 Richard M. Stallman <rms@gnu.org>
5064
5065 * text.texi (Motion by Indent): Arg to
5066 backward-to-indentation and forward-to-indentation is optional.
5067
5068 * strings.texi (Creating Strings): Add substring-no-properties.
5069
5070 * processes.texi
5071 (Process Information): Add list-processes arg QUERY-ONLY.
5072 Delete process-contact from here.
5073 Add new status values for process-status.
5074 Add process-get, process-put, process-plist, set-process-plist.
5075 (Synchronous Processes): Add call-process-shell-command.
5076 (Signals to Processes): signal-process allows process objects.
5077 (Network): Complete rewrite.
5078 (Network Servers, Datagrams, Low-Level Network): New nodes.
5079
5080 * positions.texi (Word Motion): forward-word, backward-word
5081 arg is optional. Reword.
5082
5083 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
5084
c22c5da6 5085 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
5086 Delete duplicate definition of buffer-local-value.
5087 (File Local Variables): Explain about discarding text props.
5088
f387bdea
RS
50892003-09-11 Richard M. Stallman <rms@gnu.org>
5090
5091 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
5092 changes variables that record input events.
5093 (Minibuffer Misc): Add minibuffer-selected-window.
5094
5095 * lists.texi (Building Lists): Add copy-tree.
5096
5097 * display.texi (Fontsets): Add char-displayable-p.
5098 (Scroll Bars): New node.
5099
49247521 51002003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
5101
5102 * modes.texi (%-Constructs): Document new `%i' and `%I'
5103 constructs.
5104
fd026ee1
JR
51052003-09-03 Peter Runestig <peter@runestig.com>
5106
5107 * makefile.w32-in: New file.
5108
4828b4d7
RS
51092003-08-29 Richard M. Stallman <rms@gnu.org>
5110
5111 * display.texi (Overlay Properties): Clarify how priorities
5112 affect use of the properties.
5113
a4e4f05d
LT
51142003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
5115
5116 * customize.texi (Type Keywords): Correct the description of
5117 `:help-echo' in the case where `motion-doc' is a function.
5118
3ebe0346
JPW
51192003-08-14 John Paul Wallington <jpw@gnu.org>
5120
5121 * modes.texi (Emulating Mode Line): Subsection, not section.
5122
3afe8e39
RS
51232003-08-13 Richard M. Stallman <rms@gnu.org>
5124
5125 * elisp.texi (Top): Update subnode lists in menu.
5126
5127 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
5128 (Kill Functions): kill-region has new arg yank-handler.
5129 (Yanking): New node.
5130 (Yank Commands): Add yank-undo-function.
5131 (Low-Level Kill Ring):
5132 kill-new and kill-append have new arg yank-handler.
5133 (Changing Properties): Add remove-list-of-text-properties.
5134 (Atomic Changes): New node.
5135
5136 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
5137
5138 * streams.texi (Output Variables): Add eval-expression-print-length
5139 and eval-expression-print-level.
5140
5141 * os.texi (Time Conversion): For encode-time, explain limits on year.
5142
5143 * objects.texi (Character Type): Define anchor "modifier bits".
5144
5145 * modes.texi (Emulating Mode Line): New node.
5146 (Search-based Fontification): Font Lock uses font-lock-face property.
5147 (Other Font Lock Variables): Likewise.
5148
5149 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
5150 not vectors.
5151 (Active Keymaps): Add emulation-mode-map-alists.
5152 (Functions for Key Lookup): key-binding has new arg no-remap.
5153 (Remapping Commands): New node.
5154 (Scanning Keymaps): where-is-internal has new arg no-remap.
5155 (Tool Bar): Add tool-bar-local-item-from-menu.
5156 Clarify when to use tool-bar-add-item-from-menu.
5157
5158 * commands.texi (Interactive Call): commandp has new arg.
5159 (Command Loop Info): Add this-original-command.
5160
e37769b1
JPW
51612003-08-06 John Paul Wallington <jpw@gnu.org>
5162
5163 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
5164
5165 * display.texi (Warning Basics): Fix typo.
5166 (Fringes): Add closing curly bracket and fix typo.
5167
5168 * elisp.texi (Top): Fix typo.
5169
c5e0561f
RS
51702003-08-05 Richard M. Stallman <rms@gnu.org>
5171
5172 * elisp.texi: Update lists of subnodes.
5173
5174 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
5175
5176 * variables.texi (Local Variables): Use lc for example variable names.
5177
5178 * tips.texi (Library Headers): Explain where to put -*-.
5179
5180 * strings.texi (Creating Strings): Fix xref for vconcat.
5181
5182 * sequences.texi (Vector Functions):
5183 vconcat no longer allows integer args.
5184
5185 * minibuf.texi (Reading File Names): read-file-name has new
5186 arg PREDICATE. New function read-directory-name.
5187
5188 * macros.texi (Defining Macros): Give definition of `declare'
5189 (Indenting Macros): New node.
5190
5191 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
5192 (Window Frame Parameters): Make separate table of parameters
5193 that are coupled with specific face attributes.
5194 (Deleting Frames): delete-frame-hooks renamed to
5195 delete-frame-functions.
5196
5197 * files.texi (Magic File Names): Add file-remote-p.
5198 Clarify file-local-copy.
5199
5200 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
5201 here; instead xref Defining Macros.
5202
5203 * display.texi (Warnings): New node, and subnodes.
5204 (Fringes): New node.
5205
5206 * debugging.texi (Test Coverage): New node.
5207
5208 * compile.texi (Compiler Errors): Explain with-no-warnings
5209 and other ways to suppress warnings.
5210
5211 * commands.texi (Interactive Call): Minor clarification.
5212
5213 * buffers.texi (Buffer File Name): set-visited-file-name
5214 renames the buffer too.
5215
5216 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
5217
ee59dede
MR
52182003-07-24 Markus Rost <rost@math.ohio-state.edu>
5219
5220 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
5221
f0514b34
MR
52222003-07-22 Markus Rost <rost@math.ohio-state.edu>
5223
5224 * internals.texi (Garbage Collection): Fix previous change.
5225
c73983bb
RS
52262003-07-22 Richard M. Stallman <rms@gnu.org>
5227
5228 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
5229
5230 * display.texi (Width): Use \s syntax in example.
5231 (Font Selection): Add face-font-rescale-alist.
5232
5233 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
5234 Remove spurious indent in example.
5235
5236 * lists.texi (Building Lists): Add number-sequence.
5237
5238 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
5239
5240 * functions.texi (Function Documentation): Explain how to
5241 show calling convention explicitly in the doc string.
5242
5243 * windows.texi (Selecting Windows): save-selected-window saves
5244 selected window of each frame.
5245 (Window Configurations): Minor change.
5246
5247 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
5248
5249 * streams.texi (Output Variables): Add print-continuous-numbering
5250 and print-number-table.
5251
5252 * processes.texi (Decoding Output): New node.
5253
5254 * os.texi (Time Conversion): decode-time arg is optional.
5255
5256 * objects.texi (Character Type): Don't use space as example for \.
5257 Make list of char names and \-sequences correspond.
5258 Explain that \s is not used in strings. `\ ' needs space after.
5259
5260 * nonascii.texi (Converting Representations): Add string-to-multibyte.
5261 (Translation of Characters): Add translation-table-for-input.
5262 (Default Coding Systems): Add auto-coding-functions.
5263 (Explicit Encoding): Add decode-coding-inserted-region.
5264 (Locales): Add locale-info.
5265
5266 * minibuf.texi (Basic Completion): Describe test-completion.
5267 Collections can be lists of strings.
5268 Clean up lazy-completion-table.
5269 (Programmed Completion): Mention test-completion.
5270 Clarify why lambda expressions are not accepted.
5271 (Minibuffer Misc): Describe minibufferp.
5272
51a8b435
RS
52732003-07-14 Richard M. Stallman <rms@gnu.org>
5274
5275 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
5276
5277 * windows.texi (Selecting Windows): New arg to select-window.
5278 (Selecting Windows): Add with-selected-window.
5279 (Size of Window): Add window-inside-edges, etc.
5280
5281 * internals.texi (Garbage Collection): Add post-gc-hook.
5282
5283 * processes.texi (Subprocess Creation): Add exec-suffixes.
5284
5285 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
5286 (Scanning Keymaps): Add map-keymaps.
5287 (Defining Menus): Add keymap-prompt.
5288
5289 * numbers.texi (Integer Basics): Add most-positive-fixnum,
5290 most-negative-fixnum.
5291
5292 * compile.texi (Byte Compilation): Explain no-byte-compile
5293 (Compiler Errors): New node.
5294
5295 * os.texi (User Identification): user-uid, user-real-uid
5296 can return float.
5297
5298 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
5299 and about derived modes.
5300 (Minor Modes): Add minor-mode-list.
5301 (Defining Minor Modes): Keyword args for define-minor-mode.
5302 (Search-based Fontification): Explain managing other properties.
5303 (Other Font Lock Variables): Add font-lock-extra-managed-props.
5304 (Faces for Font Lock): Add font-locl-preprocessor-face.
5305 (Hooks): Add run-mode-hooks and delay-mode-hooks.
5306
5307 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 5308 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
5309
5310 * loading.texi (Library Search): Add load-suffixes.
5311
5312 * minibuf.texi (Basic Completion): Add lazy-completion-table.
5313 (Programmed Completion): Add dynamic-completion-table.
5314
5315 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
5316 (Magic File Names): Specify precedence order of handlers.
199bb209 5317
51a8b435
RS
5318 * commands.texi (Command Overview): Emacs server runs pre-command-hook
5319 and post-command-hook.
5320 (Waiting): New calling convention for sit-for.
5321
5322 * text.texi (Special Properties): local-map and keymap properties
5323 apply based on their stickiness.
5324
c6de56a0
RS
53252003-07-07 Richard M. Stallman <rms@gnu.org>
5326
5327 * modes.texi (Minor Mode Conventions): Specify only some kinds
5328 of list values as args to minor modes.
5329
5330 * files.texi (File Name Expansion): Warn about iterative use
5331 of substitute-in-file-name.
5332
5333 * advice.texi (Activation of Advice): Clean up previous change.
5334
8c761ea6
MR
53352003-07-06 Markus Rost <rost@math.ohio-state.edu>
5336
5337 * advice.texi (Activation of Advice): Note that ad-start-advice is
5338 turned on by default.
5339
c6de56a0
RS
53402003-06-30 Richard M. Stallman <rms@gnu.org>
5341
5342 * text.texi (Buffer Contents): Document current-word.
5343 (Change Hooks): Not called for *Messages*.
5344
5345 * functions.texi (Defining Functions): Explain about redefining
5346 primitives.
5347 (Function Safety): Renamed. Minor changes.
5348 Comment out the detailed criteria for what is safe.
5349
3fe4e567
AS
53502003-06-22 Andreas Schwab <schwab@suse.de>
5351
5352 * objects.texi (Symbol Type): Fix description of examples.
5353
cda7bd13
AS
53542003-06-16 Andreas Schwab <schwab@suse.de>
5355
5356 * hash.texi (Creating Hash): Fix description of :weakness.
5357
fbcffa4a
KG
53582003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
5359
5360 * files.texi (Changing Files): copy-file copies file modes, too.
5361
ff6a3bfb
RS
53622003-05-28 Richard M. Stallman <rms@gnu.org>
5363
5364 * strings.texi (Creating Strings): Clarify split-string.
5365
1463a05d
JB
53662003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
5367
5368 * strings.texi (Creating Strings): Update split-string specification
5369 and examples.
5370
af253914
RS
53712003-05-19 Richard M. Stallman <rms@gnu.org>
5372
5373 * elisp.texi: Correct invariant section names.
5374
7ea52f92
RS
53752003-04-20 Richard M. Stallman <rms@gnu.org>
5376
5377 * os.texi (Timers): Explain about timers and quitting.
5378
e31afc09
RS
53792003-04-19 Richard M. Stallman <rms@gnu.org>
5380
5381 * internals.texi (Writing Emacs Primitives): Strings are
5382 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
5383 Explain GCPRO convention for varargs function args.
5384
5ceea398
RS
53852003-04-16 Richard M. Stallman <rms@gnu.org>
5386
5387 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
5388
b0ada147
RS
53892003-04-08 Richard M. Stallman <rms@gnu.org>
5390
5391 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
5392
b23375aa
KS
53932003-02-13 Kim F. Storm <storm@cua.dk>
5394
5395 * objects.texi (Character Type): New \s escape for space.
5396
c60ee5e7
JB
53972003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5398
5399 * os.texi (System Environment): Added cygwin system-type.
5400
84e47416
RS
54012003-01-25 Richard M. Stallman <rms@gnu.org>
5402
5403 * keymaps.texi: Document that a symbol can act as a keymap.
5404
3e8cf2ea
RS
54052003-01-13 Richard M. Stallman <rms@gnu.org>
5406
5407 * text.texi (Changing Properties): Say string indices are origin-0.
5408
5409 * positions.texi (Screen Lines) <compute-motion>:
5410 Correct order of elts in return value.
5411
5412 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
5413 how to define a default binding.
5414
7abb9fc5 54152002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 5416
104bc3aa 5417 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 5418
104bc3aa 5419 * customize.texi (Simple Types): Clarify description of custom
9b7fa297 5420 type 'number. Describe new custom type 'float.
177f790c 5421
7abb9fc5 54222002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
5423
5424 * variables.texi (File Local Variables): Fix typo.
5425
df140a68 54262002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 5427
df140a68
KG
5428 From Michael Albinus <Michael.Albinus@alcatel.de>.
5429
5430 * README: Target for Info file is `make info'.
5431
5432 * files.texi (File Name Components): Fixed typos in
5433 `file-name-sans-extension'.
5434 (Magic File Names): Complete list of operations for magic file
5435 name handlers.
5436
7ed9159a
JY
54372002-09-16 Jonathan Yavner <jyavner@engineer.com>
5438
5439 * variables.texi (File Local Variables): New function
5440 risky-local-variable-p.
5441
54422002-09-15 Jonathan Yavner <jyavner@engineer.com>
5443
5444 * functions.texi (Function safety): New node about unsafep.
5445
241f79af
PA
54462002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
5447
5448 * customize.texi (Splicing into Lists): Fixed example.
5449 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
5450
72459b15
JB
54512002-06-17 Juanma Barranquero <lektu@terra.es>
5452
5453 * frames.texi (Display Feature Testing): Fix typo.
5454
61f7e0f5
AS
54552002-06-12 Andreas Schwab <schwab@suse.de>
5456
5457 * frames.texi (Initial Parameters, Resources): Fix references to
5458 the Emacs manual.
5459
4e792dbd
KS
54602002-05-13 Kim F. Storm <storm@cua.dk>
5461
5462 * variables.texi (Intro to Buffer-Local): Updated warning and
5463 example relating to changing buffer inside let.
5464
940344d4 54652002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
5466
5467 * os.texi (Session Management): New node about X Session management.
5468
231ac53b
EZ
54692002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
5470
5471 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
5472 to which the manual corresponds, and the copyright years.
5473
5474 * Makefile.in (VERSION): Set to 2.9.
5475
140cc574
EZ
54762001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
5477
5478 * elisp.texi: Change the category in @dircategory to "Emacs", to
5479 make it consistent with info/dir.
5480
9c7fce05
MB
54812001-11-25 Miles Bader <miles@gnu.org>
5482
5483 * text.texi (Fields): Describe new `limit' arg in
5484 field-beginning/field-end.
5485
9f8bbf0f
EZ
54862001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5487
a5e6715c
EZ
5488 * permute-index: Don't depend on csh-specific features. Replace
5489 the interpreter name with /bin/sh.
5490
9f8bbf0f
EZ
5491 * two-volume-cross-refs.txt: New file.
5492 * two.el: New file.
5493 * spellfile: New file.
5494
1756e2fb
EZ
54952001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5496
5497 * permute-index: New file.
5498
5499 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
5500 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
5501 8+3 restricted namespace.
ad050e54
EZ
5502
5503 * Makefile.in (infodir): Define relative to $(srcdir).
5504 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
5505 include directories list via -I switch to makeinfo.
5506 (index.texi): Use cp if both hard and symbolic links fail.
5507
10fa7f8e
EZ
55082001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5509
7a1494ce
EZ
5510 * Makefile.in (distclean): Add.
5511
10fa7f8e
EZ
5512 The following changes make ELisp manual part of the Emacs
5513 distribution:
5514
5515 * Makefile.in: Add Copyright notice.
5516 (prefix): Remove.
5517 (infodir): Change value to "../info".
5518 (VPATH): New variable.
5519 (MAKE): Don't define.
5520 (texmacrodir): Don't define.
5521 (texinputdir): Append the existing value of TEXINPUTS.
5522 ($(infodir)/elisp): Instead of just "elisp". Reformat the
5523 command to be compatible with man/Makefile.in, and to put the
5524 output into ../info.
5c32b7c5 5525 (info): Add target.
10fa7f8e
EZ
5526 (installall): Target removed.
5527
74686736 55282001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
5529
5530 * tips.texi (Coding Conventions): Fix typo.
5531
6fd735df
GM
55322001-10-23 Gerd Moellmann <gerd@gnu.org>
5533
5534 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
5535
b704d54b
EZ
55362001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5537
5538 * files.texi (File Name Components): Update the description of
5539 file-name-sans-extension and file-name-extension, as they now
5540 ignore leading dots.
5541
71431a0e
GM
55422001-10-20 Gerd Moellmann <gerd@gnu.org>
5543
6aa97356 5544 * (Version 21.1 released.)
71431a0e 5545
79f1f96c
MB
55462001-10-19 Miles Bader <miles@gnu.org>
5547
5548 * positions.texi (Text Lines): Describe behavior of
5549 `beginning-of-line'/`end-of-line' in the presence of field properties.
5550
892a8f36
GM
55512001-10-17 Gerd Moellmann <gerd@gnu.org>
5552
5553 * Makefile.in (VERSION): Set to 2.8.
5554 (manual): Use `manual-21'.
5555
8c1cc9e8 5556 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
5557 number was used. Set it to 2.8.
5558
5559 * intro.texi: Likewise.
5560
51724e26
EZ
55612001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5562
5563 * files.texi (File Name Completion): Document the significance of
5564 a trailing slash in elements of completion-ignored-extensions.
5565
57b338e8
MB
55662001-10-06 Miles Bader <miles@gnu.org>
5567
5568 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
5569
c89e4bc5
GM
55702001-10-04 Gerd Moellmann <gerd@gnu.org>
5571
5572 * variables.texi (Variable Aliases): New node.
5573
ab952a4f
GM
55742001-10-04 Gerd Moellmann <gerd@gnu.org>
5575
5576 * Branch for 21.1.
dff28924 5577
9db3a582
MB
55782001-10-02 Miles Bader <miles@gnu.org>
5579
ae1a9581
MB
5580 * minibuf.texi (Minibuffer Misc): Add entries for
5581 `minibuffer-contents', `minibuffer-contents-no-properties', and
5582 `delete-minibuffer-contents'.
5583 Correct description for `minibuffer-prompt-end'.
5584
9db3a582
MB
5585 * text.texi (Property Search): Correct descriptions of
5586 `next-char-property-change' and `previous-char-property-change'.
5587 Add entries for `next-single-char-property-change' and
5588 `previous-single-char-property-change'.
5589 Make operand names a bit more consistent.
5590
03be5931
EZ
55912001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
5592
5593 * frames.texi (Finding All Frames): Document that next-frame and
5594 previous-frame are local to current terminal.
5595
974548ec
EZ
55962001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
5597
5598 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 5599 result of make-keymap.
974548ec 5600
8d82c597
EZ
56012001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
5602
5603 * display.texi (Font Lookup, Attribute Functions)
5604 (Image Descriptors): Add cross-references to the definition of
5605 selected frame.
5606
5607 * buffers.texi (The Buffer List): Add cross-references to the
5608 definition of selected frame.
5609
5610 * frames.texi (Input Focus): Clarify which frame is _the_ selected
5611 frame at any given time.
5612 (Multiple Displays, Size and Position): Add a cross-reference to
5613 the definition of the selected frame.
5614
2842de30
EZ
56152001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5616
5617 * strings.texi (String Conversion) <string-to-number>: Document
5618 that a float is returned for integers that are too large.
5619
5620 * frames.texi (Mouse Position): Document mouse-position-function.
5621 (Display Feature Testing): Document display-images-p.
5622 (Window Frame Parameters): Document the cursor-type variable.
5623
5624 * numbers.texi (Integer Basics): Document CL style read syntax for
5625 integers in bases other than 10.
5626
5627 * positions.texi (List Motion): Document
5628 open-paren-in-column-0-is-defun-start.
5629
5630 * lists.texi (Sets And Lists): Document member-ignore-case.
5631
5632 * internals.texi (Garbage Collection): Document the used and free
5633 strings report.
5634 (Memory Usage): Document strings-consed.
5635
5636 * os.texi (Time of Day): Document float-time.
5637 (Recording Input): Document that clear-this-command-keys clears
5638 the vector to be returned by recent-keys.
5639
5640 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
5641 argument keymap can be a list.
5642
5643 * nonascii.texi (User-Chosen Coding Systems)
5644 <select-safe-coding-system>: Document the new argument
5645 accept-default-p and the variable
5646 select-safe-coding-system-accept-default-p. Tell what happens if
5647 buffer-file-coding-system is undecided.
5648 (Default Coding Systems): Document auto-coding-regexp-alist.
5649
5650 * display.texi (The Echo Area) <message>: Document
5651 message-truncate-lines.
5652 (Glyphs): Document that the glyph table is unused on windowed
5653 displays.
5654
5655 * help.texi (Describing Characters) <single-key-description>:
5656 Document the new argument no-angles.
5657 (Accessing Documentation) <documentation-property>: Document that
5658 a non-string property is evaluated.
5659 <documentation>: Document that the function-documentation property
5660 is looked for.
5661
5662 * windows.texi (Selecting Windows): Document some-window.
5663
5664 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
5665
5666 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
5667 apropos-mode-hook.
5668
5669 * commands.texi (Using Interactive): Document interactive-form.
5670 (Keyboard Macros): Document kbd-macro-termination-hook.
5671 (Command Loop Info): Document that clear-this-command-keys clears
5672 the vector to be returned by recent-keys.
5673
2d43d823
GM
56742001-09-04 Werner LEMBERG <wl@gnu.org>
5675
5676 * Makefile.in (srcdir, texinputdir): New variables.
5677 (srcs, index.texi, install): Use $(srcdir).
5678 (.PHONY): Remove elisp.dvi.
5679 (elisp): Use -I switch for makeinfo.
5680 (elisp.dvi): Use $(srcdir) and $(texinputdir).
5681 (installall, dist): Use $(srcdir).
5682 Fix path to texinfo.tex.
5683 (maintainer-clean): Add elisp.dvi and elisp.oaux.
5684
fa739b31
GM
56852001-08-30 Gerd Moellmann <gerd@gnu.org>
5686
92a25631
GM
5687 * display.texi (Conditional Display): Adjust to API change.
5688
fa739b31
GM
5689 * configure: New file.
5690
cef68af5
GM
56912001-07-30 Gerd Moellmann <gerd@gnu.org>
5692
5693 * commands.texi (Repeat Events): Add description of
5694 double-click-fuzz.
5695
d1f08d85
SM
56962001-05-08 Stefan Monnier <monnier@cs.yale.edu>
5697
5698 * syntax.texi (Syntax Class Table): Add the missing designator for
5699 comment and string fences.
5700 (Syntax Properties): Add a xref to syntax table internals.
5701 (Syntax Table Internals): Document string-to-syntax.
5702
1e9fc92e
GM
57032001-05-07 Gerd Moellmann <gerd@gnu.org>
5704
5705 * Makefile.in (install): Use install-info command line options
5706 like in Emacs' Makefile.in.
5707
00480554
MB
57082000-12-09 Miles Bader <miles@gnu.org>
5709
5710 * windows.texi (Window Start): Update documentation for
5711 `pos-visible-in-window-p'.
5712
1e344ee2
SM
57132000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5714
5715 * lists.texi (Building Lists): Add footnote to explain how to add
5716 to the end of a list.
5717
a540f6ed
GM
57182000-10-25 Gerd Moellmann <gerd@gnu.org>
5719
5720 * files.texi (Visiting Functions): Typos.
5721
28bcdbee
KH
57222000-10-25 Kenichi Handa <handa@etl.go.jp>
5723
5724 * files.texi (Visiting Functions): Return value of
5725 find-file-noselect may be a list of buffers if wildcards are used.
5726
22d1a4ed
MB
57272000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5728
5729 * display.texi (Defining Faces): Document `graphic' display type
5730 in face specs.
5731
916a89db
KG
57322000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5733
1e9fc92e 5734 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
5735 `after-make-frame-hook' with `after-make-frame-functions'.
5736
1e9fc92e 5737 * frames.texi (Creating Frames): Ditto.
916a89db 5738
1e9fc92e 5739 * variables.texi (Future Local Variables): Ditto.
916a89db 5740
483de32b
GM
57412000-10-16 Gerd Moellmann <gerd@gnu.org>
5742
5743 * display.texi (Other Image Types): Add description of :foreground
5744 and :background properties of mono PBM images.
5745
e23a63a5
WL
57462000-08-17 Werner LEMBERG <wl@gnu.org>
5747
5748 * .cvsignore: New file.
5749
dfc16043
GM
57502000-01-05 Gerd Moellmann <gerd@gnu.org>
5751
5752 * tindex.pl: New script.
5753
602613fe
DL
57541999-12-03 Dave Love <fx@gnu.org>
5755
5756 * Makefile.in (MAKEINFO): New parameter.
5757
94ec544d
DL
57581999-09-17 Richard Stallman <rms@gnu.org>
5759
5760 * Makefile.in (srcs): Add hash.texi.
5761 (VERSION): Update to 20.6.
5762
57631999-09-13 Richard Stallman <rms@gnu.org>
5764
5765 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
5766
57671998-08-29 Karl Heuer <kwzh@gnu.org>
5768
5769 * configure.in: New file.
5770 * Makefile.in: Renamed from Makefile.
5771 (prefix, infodir): Use value obtained from configure.
5772 (emacslibdir): Obsolete variable deleted.
5773 (dist): Distribute configure.in, configure, Makefile.in.
5774
57751998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
5776
5777 * Makefile (INSTALL_INFO): New variable.
5778 (install): Run install-info.
5779
57801998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
5781
5782 * Makefile (elisp.dvi): Add missing backslash.
5783
57841998-05-02 Richard Stallman <rms@psilocin.gnu.org>
5785
5786 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
5787 Run texindex without `./'. Always run texindex on elisp.tp.
5788 (elisp.tps): Target deleted.
5789
57901998-04-05 Richard Stallman <rms@psilocin.gnu.org>
5791
5792 * Makefile (srcs): Add nonascii.texi and customize.texi.
5793 (dist): Start by deleting `temp'.
5794
57951998-02-17 Richard Stallman <rms@psilocin.gnu.org>
5796
5797 * Makefile (makeinfo, texindex): Targets deleted.
5798 (makeinfo.o, texindex.o): Targets deleted.
5799 (clean, dist): Don't do anything with them or with getopt*.
5800
58011998-01-30 Richard Stallman <rms@psilocin.gnu.org>
5802
5803 * Makefile (SHELL): Defined.
5804
58051998-01-27 Richard Stallman <rms@psilocin.gnu.org>
5806
5807 * Makefile (elisp.tps): New target.
5808 (elisp.dvi): Depend on elisp.tps.
5809
5810Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
5811
5812 * README: Update phone number.
5813
5814 * Makefile (elisp): Make this be the default target.
5815 Depend on makeinfo.c instead of makeinfo.
5816 (install): Don't depend on elisp.dvi, since we don't install that.
5817 Use mkinstalldirs.
5818 (dist): Add mkinstalldirs.
5819
5820Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5821
5822 * Makefile (VERSION): Update version number.
5823 (maintainer-clean): Renamed from realclean.
5824
5825Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5826
5827 * Makefile (realclean): New target.
5828 (elisp): Remove any old elisp-* files first.
5829
5830Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5831
d1f08d85
SM
5832 * Makefile (VERSION): New variable.
5833 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5834 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
5835
5836Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5837
5838 * Makefile (elisp): Depend on makeinfo.
5839
5840Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
5841
d1f08d85 5842 * Makefile (srcs): Add anti.texi.
94ec544d
DL
5843
5844Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5845
5846 * Makefile (infodir, prefix): New vars.
5847 (install): Use infodir.
5848 (emacsinfodir): Deleted.
5849
5850Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5851
5852 * Makefile (srcs): Add calendar.texi.
5853
5854 * Makefile (dist): Copy texindex.c and makeinfo.c.
5855 Limit elisp-* files to those with one or two digits.
5856
5857Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5858
5859 * Makefile (dist): Changed to use Gzip instead of compress.
5860
5861Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5862
5863 * loading.texi (Unloading): define-function changed back to
5864 defalias. It may not stay this way, but at least it's
5865 consistent with the known-good version of the code patch.
5866
5867Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5868
5869 * modes.texi (Hooks): Document new optional arg of add-hook.
5870
5871Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5872
d1f08d85 5873 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
5874
5875 * tips.texi: Add new section on standard library headers.
5876
5877Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5878
5879 * Makefile (srcs): Add frame.texi to the list of sources.
5880
5881Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5882
5883 * Makefile (dist): Don't bother excluding autosave files; they'll
5884 never make it into the temp directory anyway, and the hash marks
5885 in the name are problematic for make and the Bourne shell.
dff28924 5886 (srcs):
94ec544d
DL
5887
5888Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5889
d1f08d85 5890 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
5891 the distribution tar file.
5892
dff28924 5893Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
5894
5895 * Makefile (srcs): Added index.perm.
5896 (elisp.dvi): Remove erroneous shell comment.
5897 Expect output of permute-index in permuted.fns.
5898 Save old elisp.aux in elisp.oaux.
5899 (clean): Added index.texi to be deleted.
5900
dff28924 5901Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5902
5903 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
5904
dff28924 5905Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d 5906
6db11765 5907 * files.texi: Noted that completion-ignored-extensions is ignored
94ec544d
DL
5908 when making *Completions*.
5909
5910Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
5911
5912 * Makefile make dist now depends on elisp.dvi, since it tries
5913 to include it in the dist file.
5914
dff28924 5915Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
5916
5917 * functions.texinfo (Mapping Functions): Add missing quote
5918
dff28924 5919Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
5920
5921 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
5922 (defunargs): Turn off \hyphenchar of \sl font temporarily.
5923
dff28924 5924Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5925
5926 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
5927 and @error{} are the terms now being used. The files in the
5928 directory have been changed to reflect this.
5929
d1f08d85 5930 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
5931 ` @result{}', using 5 spaces at the begining of the line.
5932
dff28924 5933Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5934
5935 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
5936 experimental @indentedresult{}, @indentedexpandsto{} are part of
5937 the texinfo.tex in this directory. These TeX macros are not
5938 stable yet.
5939
dff28924 5940Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d 5941
6db11765 5942 * texinfo.tex: Temporarily added
d1f08d85 5943 \let\result=\dblarrow
94ec544d
DL
5944 \def\error{{\it ERROR} \longdblarrow}
5945 We need to do this better soon.
5946
dff28924 5947Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
5948
5949 * Applied Karl Berry's patches to *.texinfo files, but not to
9b7fa297 5950 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
94ec544d
DL
5951 new title page format is also not applied, since it requires
5952 texinfo.tex changes.)
5953
5954 * Cleaned up `Makefile' and defined the `emacslibdir' directory
5955 for the Project GNU development environment.
5956
ad050e54 5957;; Local Variables:
fd026ee1 5958;; coding: iso-2022-7bit
33462dfa 5959;; add-log-time-zone-rule: t
ad050e54 5960;; End:
2a34a036 5961
651f374c 5962 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
de529e21 5963 2005, 2006, 2007 Free Software Foundation, Inc.
5b87ad55
GM
5964
5965 This file is part of GNU Emacs.
5966
5967 GNU Emacs is free software; you can redistribute it and/or modify
5968 it under the terms of the GNU General Public License as published by
5969 the Free Software Foundation; either version 2, or (at your option)
5970 any later version.
5971
5972 GNU Emacs is distributed in the hope that it will be useful,
5973 but WITHOUT ANY WARRANTY; without even the implied warranty of
5974 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5975 GNU General Public License for more details.
5976
5977 You should have received a copy of the GNU General Public License
5978 along with GNU Emacs; see the file COPYING. If not, write to the
5979 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
5980 Boston, MA 02110-1301, USA.
ab5796a9
MB
5981
5982;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda