(scroll-lock-mode): Doc fix.
[bpt/emacs.git] / lispref / ChangeLog
CommitLineData
43ec3b58
RS
12007-06-02 Richard Stallman <rms@gnu.org>
2
3 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4
7dfc4cda
CY
52007-06-02 Chong Yidong <cyd@stupidchicken.com>
6
7 * Version 22.1 released.
8
f2c2bef2 92007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
e71c2787
CY
10
11 * text.texi (Special Properties): Correct meaning of fontified
f2c2bef2 12 face.
e71c2787 13
d85f09f0
RS
142007-05-30 Richard Stallman <rms@gnu.org>
15
16 * text.texi (Special Properties): Add link to Adjusting Point.
17
80012aeb
RS
182007-05-12 Richard Stallman <rms@gnu.org>
19
20 * text.texi (Margins): indent-to-left-margin is not the default.
21 (Mode-Specific Indent): For indent-line-function, the default
22 is indent-relative.
23
24 * modes.texi (Example Major Modes): Explain last line of text-mode
25 is redundant.
26
7d145fa3
RS
272007-05-10 Richard Stallman <rms@gnu.org>
28
dd598366
RS
29 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
30
31 * help.texi (Keys in Documentation): Add reference to
32 Documentation Tips.
33
34 * files.texi (Format Conversion): TO-FN gets three arguments.
35
7d145fa3
RS
36 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
37
205f01b4
RS
382007-05-06 Richard Stallman <rms@gnu.org>
39
40 * processes.texi (Accepting Output): Revert most of previous change.
41
39f3dff9
RS
422007-05-05 Richard Stallman <rms@gnu.org>
43
44 * processes.texi (Accepting Output): accept-process-output
45 uses microseconds, not milliseconds. But that arg is obsolete.
46
66d6ead8
KB
472007-05-04 Karl Berry <karl@tug.org>
48
49 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
50
a2a48b71
EZ
512007-05-04 Eli Zaretskii <eliz@gnu.org>
52
53 * tips.texi (Documentation Tips): Rearrange items to place the
54 more important ones first. Add an index entry for hyperlinks.
55
7f95255f
KB
562007-05-03 Karl Berry <karl@tug.org>
57
e84eab40 58 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
aec28648 59 (EMACSVER) [smallbook]: 22 for printed version.
e84eab40 60
7f95255f
KB
61 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
62 so restore anchor to normal position after defun. Found by Kevin Ryde.
63
c6d20d9a
KB
642007-04-28 Karl Berry <karl@gnu.org>
65
66 * elisp.texi: Improve line breaks on copyright page,
67 similar layout to emacs manual, 8.5x11 by default.
68
4b0feffb
RS
692007-04-24 Richard Stallman <rms@gnu.org>
70
71 * text.texi (Special Properties): Add xref to Overlay Properties.
72
73 * display.texi (Overlay Properties): Add xref to Special Properties.
74
5fe751c9
RS
752007-04-22 Richard Stallman <rms@gnu.org>
76
77 * keymaps.texi (Extended Menu Items): Move the info about
78 format with cached keyboard binding.
79
f2aded17
RS
802007-04-21 Richard Stallman <rms@gnu.org>
81
82 * text.texi (Special Properties): Clarify previous change.
83
84 * files.texi (File Name Expansion): Clarify previous change.
85
86 * display.texi (Attribute Functions): Fix example for
87 face-attribute-relative-p.
88
e159624d
KH
892007-04-19 Kenichi Handa <handa@m17n.org>
90
91 * text.texi (Special Properties): Document composition property.
92
45a5ff7d
GM
932007-04-19 Glenn Morris <rgm@gnu.org>
94
95 * files.texi (File Name Expansion): Mention "superroot".
96
addf7a47
CY
972007-04-15 Chong Yidong <cyd@stupidchicken.com>
98
99 * frames.texi (Multiple Displays): Add note about "multi-monitor"
100 setups.
101 (Display Feature Testing): Note that display refers to all
102 physical monitors for multi-monitor setups.
103
6bc0c055
RS
1042007-04-14 Richard Stallman <rms@gnu.org>
105
106 * lists.texi (Sets And Lists): Clarify `delete' examples.
107 Remove spurious xref to same node.
108 Clarify xref for add-to-list.
109
4a54c78a
NR
1102007-04-12 Nick Roberts <nickrob@snap.net.nz>
111
112 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
113 value of lisp-mode-map.
114
cd64b8f1
KB
1152007-04-11 Karl Berry <karl@gnu.org>
116
117 * anti.texi (Antinews),
118 * display.texi (Overlay Properties) and (Defining Images),
119 * processes.texi (Synchronous Processes) and (Sentinels),
120 * syntax.texi (Syntax Table Internals),
121 * searching.texi (Regexp Special),
122 * nonascii.texi (Default Coding Systems),
123 * text.texi (Special Properties),
124 * minibuf.texi (Basic Completion): Wording to improve breaks in
125 8.5x11 format.
126 * elisp.texi (smallbook): new @set to more easily switch between
127 smallbook and 8.5x11.
128
db365b8e
RS
1292007-04-11 Richard Stallman <rms@gnu.org>
130
131 * text.texi (Lazy Properties): Minor fix.
132
c2125d3f
KB
1332007-04-08 Karl Berry <karl@gnu.org>
134
135 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
136 * macros.texi (Backquote): Downcase Backquote in index entries for
137 consistency.
138
aa9c7852
RS
1392007-04-08 Richard Stallman <rms@gnu.org>
140
141 * text.texi (Adaptive Fill): Just describe default,
142 don't show it (since it contains non-ASCII chars).
143
687a7272
KB
1442007-04-07 Karl Berry <karl@gnu.org>
145
146 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
147 adaptive-fill-regexp's value, since they are not in the standard
148 TeX fonts.
149
ac5d9344 1502007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
7e9fc7eb
RS
151
152 * display.texi (Defining Faces): Fix example.
153
522a9103
KB
1542007-04-07 Karl Berry <karl@gnu.org>
155
156 * display.texi (Button Buffer Commands): Improve page break.
157
0aee89ba
RS
1582007-04-07 Richard Stallman <rms@gnu.org>
159
160 * advice.texi (Activation of Advice): Remove redundant index entry.
161
162 * backups.texi: Improve index entries. Remove redundant ones.
163
164 * compile.texi (Byte Compilation): Improve index entry.
165
166 * hash.texi (Creating Hash): Improve index entry.
167
168 * symbols.texi (Definitions): Improve index entry.
169
170 * edebug.texi: Improve index entries. Remove redundant/useless ones.
171
172 * maps.texi (Standard Keymaps): Remove useless index entry.
173
174 * help.texi (Documentation Basics): Remove redundant index entries.
175
176 * customize.texi: Improve index entries.
177 Remove redundant/useless ones.
178
179 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
180
181 * streams.texi (Output Variables): Improve index entry.
182
183 * abbrevs.texi (Abbrevs): Remove useless index entry.
184
185 * macros.texi (Expansion): Remove useless index entry.
186
187 * text.texi: Improve index entries. Remove redundant/useless ones.
188 (Text Properties, Examining Properties)
189 (Special Properties): Use "property category" instead of "category"
190 to refer to the `category' property.
191
192 * positions.texi: Improve index entries. Remove useless one.
193
194 * lists.texi: Improve index entries. Remove redundant/useless ones.
195
196 * os.texi: Improve index entries.
197 (Timers): Fix previous change.
198
199 * buffers.texi: Improve index entries.
200 (Modification Time): Get rid of term "obsolete buffer".
201
202 * debugging.texi: Improve index entries.
203 (Test Coverage): Add xref to other test coverage ftr.
204
205 * eval.texi: Improve index entry. Remove redundant ones.
206
207 * numbers.texi: Improve index entries. Remove redundant/useless ones.
208
209 * files.texi: Improve index entries. Remove redundant/useless ones.
210
211 * objects.texi: Improve index entries.
212
213 * processes.texi: Improve index entries.
214
215 * modes.texi: Improve index entry. Remove redundant one.
216
217 * nonascii.texi: Improve index entries.
218
219 * internals.texi: Improve index entries.
220
221 * syntax.texi: Improve index entries.
222
223 * keymaps.texi (Active Keymaps): Improve index entries.
224
225 * commands.texi: Improve index entries. Remove redundant/useless ones.
226
227 * frames.texi: Improve index entries. Remove redundant/useless ones.
228
229 * markers.texi: Improve index entries. Remove redundant ones.
230
231 * tips.texi: Improve index entries.
232
233 * loading.texi (Unloading): Improve index entry.
234
235 * variables.texi: Improve index entries. Remove redundant one.
236
237 * sequences.texi: Improve index entry.
238
239 * display.texi: Improve index entries. Remove redundant ones.
240
241 * windows.texi: Improve index entries.
242
243 * searching.texi: Improve index entries. Remove redundant one.
244
245 * strings.texi (Case Tables): Improve last change.
246
322cbd38
CY
2472007-04-04 Chong Yidong <cyd@stupidchicken.com>
248
249 * strings.texi (Case Tables): Document with-case-table and
250 ascii-case-table.
251
2fd94b09
KB
2522007-04-03 Karl Berry <karl@gnu.org>
253
254 * processes.texi (Network): Reword to improve page break.
255
b49b5137
EZ
2562007-04-03 Eli Zaretskii <eliz@gnu.org>
257
258 * functions.texi (Inline Functions): Describe more disadvantages
259 of defsubst, and make advice against it stronger.
260
997b849e
KB
2612007-04-02 Karl Berry <karl@gnu.org>
262
263 * backups.texi (Backup Names): Avoid widow words.
264 * modes.texi (Example Major Modes): Align last comment.
265
f808ad2d
CY
2662007-04-01 Chong Yidong <cyd@stupidchicken.com>
267
268 * keymaps.texi (Remapping Commands): Document new arg to
269 command-remapping.
270
15bcde04
KB
2712007-04-01 Karl Berry <karl@gnu.org>
272
273 * processes.texi (Low-Level Network): typo.
274 * loading.texi (Hooks for Loading): avoid double "the".
275 * keymaps.texi (Key Sequences): no double "and".
276 (Changing Key Bindings): shorten to improve line break.
277
192453e4
GM
2782007-03-31 Glenn Morris <rgm@gnu.org>
279
280 * os.texi (Timers): Fix description of run-at-time TIME formats.
281
6a4c2b04
RS
2822007-03-31 Richard Stallman <rms@gnu.org>
283
284 * display.texi (Invisible Text): Correct buffer-invisibility-spec
285 regarding ellipsis.
286
6797d272
EZ
2872007-03-31 Eli Zaretskii <eliz@gnu.org>
288
192453e4
GM
289 * intro.texi (nil and t):
290 * symbols.texi (Plists and Alists):
291 * variables.texi (Variable Aliases, Constant Variables):
292 * functions.texi (Defining Functions):
293 * advice.texi (Advising Primitives):
294 * debugging.texi (Syntax Errors, Compilation Errors):
295 * minibuf.texi (Minibuffer Windows):
296 * commands.texi (Adjusting Point):
ad8d30b3 297 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
192453e4
GM
298 (Auto Major Mode, Major Mode Conventions):
299 * help.texi (Describing Characters):
ad8d30b3
EZ
300 * files.texi (Create/Delete Dirs, Information about Files)
301 (File Locks, Writing to Files, Reading from Files)
192453e4
GM
302 (Saving Buffers):
303 * windows.texi (Resizing Windows, Cyclic Window Ordering):
304 * frames.texi (Finding All Frames):
305 * positions.texi (Buffer End, Motion):
306 * markers.texi (The Region):
307 * text.texi (Deletion, Near Point):
308 * display.texi (Displaying Messages, Truncation):
309 * os.texi (Processor Run Time):
ad8d30b3 310 * tips.texi (Key Binding Conventions, Programming Tips)
192453e4 311 (Warning Tips, Documentation Tips, Comment Tips):
ad8d30b3
EZ
312 * internals.texi (Memory Usage): Improve indexing.
313
192453e4
GM
314 * variables.texi (Frame-Local Variables):
315 * functions.texi (Argument List):
316 * loading.texi (Library Search):
317 * streams.texi (Output Variables):
318 * keymaps.texi (Translation Keymaps, Searching Keymaps):
319 * searching.texi (Replacing Match, Search and Replace):
6797d272 320 * processes.texi (Byte Packing, Decoding Output)
192453e4
GM
321 (Accepting Output, Network Servers, Shell Arguments):
322 * display.texi (Abstract Display, Image Cache, Scroll Bars):
323 * windows.texi (Window Point, Window Start):
324 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
325 * commands.texi (Reading Input, Keyboard Events):
6797d272 326 * minibuf.texi (Reading File Names, Minibuffer Completion)
192453e4
GM
327 (Recursive Mini):
328 * positions.texi (List Motion):
329 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
6797d272 330 * numbers.texi (Arithmetic Operations, Math Functions)
192453e4
GM
331 (Predicates on Numbers, Comparison of Numbers):
332 (Numeric Conversions):
333 * locals.texi (Standard Buffer-Local Variables):
334 * maps.texi (Standard Keymaps):
6797d272 335 * os.texi (User Identification, System Environment, Recording Input)
192453e4
GM
336 (X11 Keysyms):
337 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
338 * backups.texi (Backups and Auto-Saving):
6797d272 339 * customize.texi (Customization, Group Definitions)
192453e4 340 (Variable Definitions):
6797d272
EZ
341 * compile.texi (Byte Compilation): Improve index entries.
342
66a17d97
KB
3432007-03-31 Karl Berry <karl@gnu.org>
344
345 * macros.texi (Defining Macros): Avoid widow syllable.
346
5a842fda
EZ
3472007-03-31 Eli Zaretskii <eliz@gnu.org>
348
349 * elisp.texi (Top): Postscript -> PostScript.
350
351 * display.texi (Images, Postscript Images): Postscript -> PostScript.
352
89a4f43f
EZ
3532007-03-31 Markus Triska <markus.triska@gmx.at>
354
355 * internals.texi (Writing Emacs Primitives): Untabify `For'.
356
a4c5b42a
KB
3572007-03-30 Karl Berry <karl@gnu.org>
358
359 * lists.texi (List-related Predicates): Remove spurious @need.
360 (Setcdr): Use @smallexample to improve page break.
361 (Association Lists) <assoc>: Reword to improve page break.
362
363 * strings.texi (String Conversion): Insert blank line to improve
364 page break.
365
366 * numbers.texi (Random Numbers): Use @minus{}.
367 (Math Functions): Use @minus{}.
368
369 * intro.texi (Acknowledgements): Avoid line breaks before middle
370 initials.
371
61880ffe
EZ
3722007-03-24 Eli Zaretskii <eliz@gnu.org>
373
374 * errors.texi (Standard Errors): Add an index entry.
375
705959fc
RS
3762007-03-19 Richard Stallman <rms@gnu.org>
377
378 * os.texi (Recording Input): recent-keys now gives 300 keys.
379
7ad42042
GM
3802007-03-12 Glenn Morris <rgm@gnu.org>
381
382 * os.texi: Replace "daylight savings" with "daylight saving"
383 throughout.
384
47ccd97c
RS
3852007-03-05 Richard Stallman <rms@gnu.org>
386
387 * variables.texi (File Local Variables): Update
388 enable-local-variables values.
389
d89abe75
RS
3902007-03-04 Richard Stallman <rms@gnu.org>
391
392 * syntax.texi (Control Parsing): Minor clarification.
393
394 * strings.texi (Formatting Strings): Clarify width, precision, flags.
395
396 * sequences.texi (Sequence Functions): Move string-bytes away,
397 add xref.
398
399 * nonascii.texi (Text Representations): Move string-bytes here.
400
401 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
402
403 * minibuf.texi (Basic Completion): Minor clarification.
404
405 * markers.texi (The Mark): Clarify existence vs activation of mark.
406 Other cleanup.
407
408 * display.texi (Finding Overlays): Write better example.
409
410 * compile.texi (Eval During Compile): Clarify putting macros
411 in eval-when-compile.
412
70614fa4
VJL
4132007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
414
415 * loading.texi (How Programs Do Loading): Fix anchor position at
416 load-read-function definition doc. (tiny change)
417
dfb1e36c
KS
4182007-02-21 Kim F. Storm <storm@cua.dk>
419
420 * strings.texi (Text Comparison): Mention that assoc-string
421 converts symbols to strings before testing.
422
255d98f8
KS
4232007-02-17 Kim F. Storm <storm@cua.dk>
424
425 * processes.texi (Bindat Spec): Vector types can have optional
426 element type.
427 (Bindat Examples): Fix example. Add vector with element type.
428
52b2c096
AS
4292007-02-16 Andreas Schwab <schwab@suse.de>
430
431 * strings.texi (Formatting Strings): Document '+' flag.
432
8bec6ac5
JB
4332007-02-15 Juanma Barranquero <lekktu@gmail.com>
434
435 * strings.texi (Modifying Strings): Clarify that `clear-string'
436 always converts the string to unibyte.
437
428807ea
KS
4382007-02-14 Kim F. Storm <storm@cua.dk>
439
440 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
441 Rewrite glyph code description to refer to these functions.
442 Remove details of encoding face number and char into integer code.
443
fad24301
AM
4442007-02-03 Alan Mackenzie <acm@muc.de>
445
446 * loading.texi (Hooks for Loading): Make the description of
447 `eval-after-load' more detailed, and amend the description of
448 after-load-alist, in accordance with changes from 2006-05.
449
632a4cc7
CY
4502007-02-03 Chong Yidong <cyd@stupidchicken.com>
451
452 * modes.texi (Defining Minor Modes): Document that a :require
453 keyword or similar may be required to make saved customization
454 variables work.
455
35dda13e
EZ
4562007-02-03 Eli Zaretskii <eliz@gnu.org>
457
458 * elisp.texi (Top): Make the detailed menu headers compliant with
459 Texinfo guidelines and with what texnfo-upd.el expects. Add
460 comments to prevent people from inadvertently modifying the key
461 parts needed by `texinfo-multiple-files-update'.
462
cf8b92db
EZ
4632007-02-02 Eli Zaretskii <eliz@gnu.org>
464
71ed83ca
EZ
465 * elisp.texi (Top): Update the top-level menus.
466
cf8b92db
EZ
467 * syntax.texi (Categories): Add index entries.
468
f2c661c4
JB
4692007-02-01 Juanma Barranquero <lekktu@gmail.com>
470
471 * display.texi (Attribute Functions): Fix name and description of
472 the UNDERLINE arg of `set-face-underline-p'.
473
cb5918d9
EZ
4742007-01-29 Eli Zaretskii <eliz@gnu.org>
475
ed4af17b
EZ
476 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
477 Variables", and "Standard Keymaps" to the detailed menu.
478
cb5918d9
EZ
479 * variables.texi (Future Local Variables): Add index entry.
480
d9380425
RS
4812007-01-28 Richard Stallman <rms@gnu.org>
482
483 * tips.texi (Coding Conventions): Clarify the tip about macros
484 that define a function or a variable.
485
486 * files.texi (File Attributes): UID and GID can be floats.
487 (Magic File Names): Explain why deferring all operations to
488 the standard handler does not work.
489
bfb2471c
MR
4902007-01-23 Martin Rudalics <rudalics@gmx.at>
491
492 * backups.texi (Reverting): Use "buffer" instead of "file"
493 when talking about major and minor modes.
494
4e37c526
RS
4952007-01-21 Richard Stallman <rms@gnu.org>
496
497 * help.texi (Documentation): Add xref to Documentation Tips.
498
de529e21
JB
4992007-01-14 Juanma Barranquero <lekktu@gmail.com>
500
501 * tips.texi (Coding Conventions): Fix typos.
502
cc7ff062
RS
5032007-01-05 Richard Stallman <rms@gnu.org>
504
505 * modes.texi (Defining Minor Modes): Fix previous change.
506
cd35741d
RS
5072007-01-03 Richard Stallman <rms@gnu.org>
508
de529e21 509 * customize.texi (Variable Definitions, Customization Types):
cd35741d
RS
510 Don't use * in doc string for defcustom.
511
a6c327a8
RS
5122007-01-02 Richard Stallman <rms@gnu.org>
513
514 * variables.texi (Variable Aliases): Clarify that aliases vars
515 always have the same value.
516
517 * processes.texi (Bindat Spec): Fix Texinfo usage.
518
519 * modes.texi (Defining Minor Modes): Explain effect of command
520 defined with define-global-minor-mode on new buffers.
521
249844e0
KS
5222006-12-30 Kim F. Storm <storm@cua.dk>
523
524 * keymaps.texi (Tool Bar): Describe `grow-only' value of
525 `auto-resize-tool-bars'.
526
32f65366
RS
5272006-12-30 Richard Stallman <rms@gnu.org>
528
529 * keymaps.texi (Active Keymaps): Fix previous change.
530
8d3f955b
NR
5312006-12-30 Nick Roberts <nickrob@snap.net.nz>
532
533 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
534
f083f9ca
KS
5352006-12-30 Kim F. Storm <storm@cua.dk>
536
537 * processes.texi (Bindat Spec): Clarify using field names in
538 length specifications.
539
8f2b5ec6
KS
5402006-12-29 Kim F. Storm <storm@cua.dk>
541
542 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
543 Add count and index variables for eval forms in repeat blocks.
544
d78b75dd
RS
5452006-12-24 Richard Stallman <rms@gnu.org>
546
547 * customize.texi (Variable Definitions): Document
548 new name custom-add-frequent-value.
549
36ff6d6f
KS
5502006-12-19 Kim F. Storm <storm@cua.dk>
551
552 * commands.texi (Misc Events): User signals now result in sigusr1
553 and sigusr2 events which are handled through special-event-map.
554 (Special Events): User signals and drag-n-drop are special.
555
294f1c39
RS
5562006-12-17 Richard Stallman <rms@gnu.org>
557
303958a9
RS
558 * loading.texi (Named Features): Explain subfeatures better.
559
560 * customize.texi: Use "option" only for user options.
561 For the keyword values inside defcustom etc, say "keywords".
562 For :options value's elements, say "elements".
563 :group should not be omitted.
564
fe963f84
RS
565 * syntax.texi (Parsing Expressions): Split up node.
566 (Motion via Parsing, Position Parse, Parser State)
567 (Low-Level Parsing, Control Parsing): New subnodes.
568 (Parser State): Document syntax-ppss-toplevel-pos.
569
570 * positions.texi (List Motion): Punctuation fix.
571
294f1c39
RS
572 * files.texi (File Name Completion): Document PREDICATE arg
573 to file-name-completion.
574
6d95228d
EZ
5752006-12-16 Eli Zaretskii <eliz@gnu.org>
576
de529e21
JB
577 * internals.texi (Building Emacs, Writing Emacs Primitives):
578 Add index entries.
6d95228d 579
4de0c73c
RS
5802006-12-11 Richard Stallman <rms@gnu.org>
581
582 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
583 affects face menu. Explain how to make it non-nil without enabling
584 any fontification.
585
31689f89
CY
5862006-12-10 Chong Yidong <cyd@stupidchicken.com>
587
588 * modes.texi (Font Lock Basics): Document nil value of
589 font-lock-defaults.
590
8d4a66af
GM
5912006-12-10 Glenn Morris <rgm@gnu.org>
592
593 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
9e7287f4
GM
594 value for system-flag argument. Abbrev tables may not be empty
595 when major modes are loaded.
8d4a66af 596
d6598d46
JB
5972006-12-08 Juanma Barranquero <lekktu@gmail.com>
598
599 * makefile.w32-in (maintainer-clean): Partially revert last
600 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
601 to protect elisp-covers.texi.
602
c6883bfc
JB
6032006-12-07 Juanma Barranquero <lekktu@gmail.com>
604
605 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
606 Don't remove elisp* info files; they are already deleted by the
607 `clean' and `distclean' targets, and they are in the $(infodir)
608 directory, not the current one.
609
9d8b24a2
KS
6102006-12-04 Kim F. Storm <storm@cua.dk>
611
612 * commands.texi (Misc Events): Update signal events.
613 (Event Examples): Add signal example.
614
04c21c78
RS
6152006-11-29 Richard Stallman <rms@gnu.org>
616
617 * frames.texi (Visibility of Frames): Explain visible windows
618 can be covered by others. Add xref for raise-frame.
619
7bc297d7
RS
6202006-11-28 Richard Stallman <rms@gnu.org>
621
622 * searching.texi (Regexp Special): Update when ^ is special.
623
340d34a5
EZ
6242006-11-27 Eli Zaretskii <eliz@gnu.org>
625
626 * customize.texi (Customization, Common Keywords)
627 (Group Definitions, Variable Definitions, Composite Types)
628 (Type Keywords, Customization Types): Add index entries for
629 various customization keywords.
630
6b28caea
SM
6312006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
632
633 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
634
b9660a6f
JD
6352006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
636
637 * frames.texi (Window System Selections): Remove clipboard from
638 description of selection-coding-system.
639
e5c12c7d
RS
6402006-11-06 Richard Stallman <rms@gnu.org>
641
642 * lists.texi (List Variables): Document COMPARE-FN.
643
644 * keymaps.texi: Avoid use of "binding" to mean a relation;
33462dfa 645 use it only to refer to the meaning associated with a key.
e5c12c7d 646 (Keymaps): Change menu node description.
33462dfa 647
e5c12c7d
RS
648 * elisp.texi (Top): Change menu node description.
649
650 * display.texi (Managing Overlays): Document overlay-recenter.
651
b4e4dc3c
CY
6522006-10-29 Chong Yidong <cyd@stupidchicken.com>
653
654 * Makefile.in: Use relative paths to avoid advertising filesystem
655 contents during compilation.
656
300734d7
KS
6572006-10-23 Kim F. Storm <storm@cua.dk>
658
659 * commands.texi (Event Input Misc): Update unread-command-events.
660
aa02da7a
NR
6612006-10-23 Nick Roberts <nickrob@snap.net.nz>
662
663 * lists.texi (Sets And Lists): Fix typos.
664
6db11765
JB
6652006-10-18 Juanma Barranquero <lekktu@gmail.com>
666
667 * control.texi (Processing of Errors): Use @var for an argument,
668 not @code.
669
ff53796b
RS
6702006-10-16 Richard Stallman <rms@gnu.org>
671
672 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
673
674 * keymaps.texi (Format of Keymaps): Show all the keymap element
675 patterns that result from menu items.
676 (Key Lookup): Minor cleanups.
677
678 * modes.texi (Precalculated Fontification): Don't say that
679 not setting font-lock-defaults avoids loading font-lock.
680
681 * help.texi (Documentation): Move xref to Emacs Manual here.
682 (Documentation Basics): From here.
683 Also doc emacs-lisp-docstring-fill-column.
684
685 * elisp.texi: Update version and ISBN.
686
687 * commands.texi (Interactive Call): Clarify KEYS arg to
688 call-interactively is a vector.
689 (Command Loop Info): Delete anchor in this-command-keys.
690 Add anchor in this-command-keys-vector.
691 (Recursive Editing): Document how recursive-edit
692 handles the current buffer.
693
bb5da5be
CY
6942006-10-13 Chong Yidong <cyd@stupidchicken.com>
695
696 * frames.texi (Frame Titles): %c and %l are ignored in
697 frame-title-format.
698
8972d253
RS
6992006-10-11 Richard Stallman <rms@gnu.org>
700
701 * keymaps.texi (Key Sequences): Clarify use of kbd.
702
3075e881
KS
7032006-10-10 Kim F. Storm <storm@cua.dk>
704
705 * lists.texi (Sets And Lists): Add memql.
706
01993898
RS
7072006-10-03 Richard Stallman <rms@gnu.org>
708
709 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
710 Clarify :ascii: and :nonascii:.
711
f9df5f68
JL
7122006-09-29 Juri Linkov <juri@jurta.org>
713
714 * modes.texi (%-Constructs): Reorder coding systems in the
715 documentation of %z to the real order displayed in the modeline.
716
98259f08
RS
7172006-09-25 Richard Stallman <rms@gnu.org>
718
719 * os.texi (Timers): Describe timer-max-repeats.
720
2d56beed
CY
7212006-09-25 Chong Yidong <cyd@stupidchicken.com>
722
723 * os.texi (Timers): Mention with-local-quit.
724
45c912f2
RS
7252006-09-24 Richard Stallman <rms@gnu.org>
726
727 * searching.texi (Searching and Matching): Mention property search.
728
729 * commands.texi (Command Loop Info): Explain how read-event affects
730 this-command-keys.
731
aa256798
RS
7322006-09-20 Richard Stallman <rms@gnu.org>
733
45c912f2
RS
734 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
735
aa256798
RS
736 * windows.texi (Window Start): Minor cleanups.
737
a4df1f8b
KS
7382006-09-20 Kim F. Storm <storm@cua.dk>
739
740 * windows.texi (Window Start): pos-visible-in-window-p allows
741 specifying t for position to mean "end of window".
742 Add window-line-height.
743
744 * anti.texi (Antinews): Mention window-line-height.
745
74686736
DK
7462006-09-19 David Kastrup <dak@gnu.org>
747
748 * keymaps.texi (Searching Keymaps): Small clarification.
749
a0c489f1
RS
7502006-09-18 Richard Stallman <rms@gnu.org>
751
2a27a16b
RS
752 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
753 cause keyboard menus.
754 (Menu Keymaps): Likewise.
755 (Defining Menus, Keyboard Menus): Clarify.
756
a0c489f1
RS
757 * text.texi (Fields): Clarify explanation of constrain-to-field.
758
1e9265dd
EZ
7592006-09-16 Eli Zaretskii <eliz@gnu.org>
760
761 * variables.texi (Tips for Defining): Fix a typo.
762
74f526f3
RS
7632006-09-15 Richard Stallman <rms@gnu.org>
764
765 * keymaps.texi (Remapping Commands, Searching Keymaps)
766 (Active Keymaps): Clean up previous change.
767
45a2056c
JB
7682006-09-15 Jay Belanger <belanger@truman.edu>
769
770 * gpl.texi: Replace "Library Public License" by "Lesser Public
771 License" throughout.
772
b74e16a3
DK
7732006-09-15 David Kastrup <dak@gnu.org>
774
775 * keymaps.texi (Active Keymaps): Adapt description to use
776 `get-char-property' instead `get-text-property'. Explain how
777 mouse events change this. Explain the new optional argument of
778 `key-binding' and its mouse-dependent lookup.
74f526f3 779 (Searching Keymaps): Adapt description similarly.
74686736
DK
780 (Remapping Commands): Explain the new optional argument of
781 `command-remapping'.
b74e16a3 782
18d55b24
RS
7832006-09-14 Richard Stallman <rms@gnu.org>
784
785 * keymaps.texi (Searching Keymaps): Clarification.
786 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
787
7882006-09-13 Richard Stallman <rms@gnu.org>
789
790 * objects.texi (Character Type): Node split.
791 Add xref to Describing Characters.
792 (Basic Char Syntax, General Escape Syntax)
793 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
794
8b170b82
RS
7952006-09-11 Richard Stallman <rms@gnu.org>
796
797 * display.texi (Display Table Format): Wording clarification.
c5b0bab9 798 (Glyphs): Clarifications.
8b170b82 799
3250aca2
CY
8002006-09-10 Chong Yidong <cyd@stupidchicken.com>
801
802 * keymaps.texi (Active Keymaps): Mention that key-binding checks
803 local maps.
804
606fd469
KS
8052006-09-10 Kim F. Storm <storm@cua.dk>
806
807 * display.texi (Forcing Redisplay): Document return value of
808 function redisplay.
809
755b2209
RS
8102006-09-09 Richard Stallman <rms@gnu.org>
811
1d7b95f5
RS
812 * windows.texi (Window Hooks): Explain limits of
813 window-scroll-functions.
814
755b2209
RS
815 * display.texi (Fringe Indicators): Update for last change in
816 indicate-buffer-boundaries.
817
af09dd78
RS
8182006-09-08 Richard Stallman <rms@gnu.org>
819
820 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
821
2010a78c
KS
8222006-09-06 Kim F. Storm <storm@cua.dk>
823
bdd26918
KS
824 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
825
2010a78c
KS
826 * windows.texi (Window Start): Update pos-visible-in-window-p.
827
bae12237
RS
8282006-09-04 Richard Stallman <rms@gnu.org>
829
830 * processes.texi (Accepting Output): Explain SECONDS=0 for
831 accept-process-output.
832
833 * os.texi (Idle Timers): Explain why timer functions should not
834 loop until (input-pending-p).
835
ebc80ddf
EZ
8362006-09-02 Eli Zaretskii <eliz@gnu.org>
837
838 * makefile.w32-in (usermanualdir): New variable.
839 (elisp.dvi): Use it.
840
a66d9563
EZ
8412006-09-01 Eli Zaretskii <eliz@gnu.org>
842
843 * buffers.texi (Buffer Modification): Fix last change.
844
5a8f5165
CY
8452006-09-01 Chong Yidong <cyd@stupidchicken.com>
846
847 * buffers.texi (Buffer Modification): Document
848 buffer-chars-modified-tick.
849
80e0572b
RS
8502006-08-31 Richard Stallman <rms@gnu.org>
851
852 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
853
8542006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
931d878d
SM
855
856 * modes.texi (Syntactic Font Lock):
80e0572b
RS
857 Mention font-lock-syntactic-face-function
858 instead of specific faces.
931d878d 859
bda420a3
CY
8602006-08-29 Chong Yidong <cyd@stupidchicken.com>
861
862 * display.texi (Images): Add xrref to display-images-p.
863
c6f8bb3a
KH
8642006-08-28 Kenichi Handa <handa@m17n.org>
865
866 * nonascii.texi (Lisp and Coding Systems): Fix description of
867 detect-coding-region.
868
7a210b69
MB
8692006-08-27 Michael Olson <mwolson@gnu.org>
870
871 * processes.texi (Transaction Queues): Remove stray quote
872 character.
873
3e04a8fc
RS
8742006-08-25 Richard Stallman <rms@gnu.org>
875
876 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
877 Add xref.
878
fda97484
CY
8792006-08-24 Chong Yidong <cyd@stupidchicken.com>
880
881 * os.texi (Timers): Avoid waiting inside timers.
882
3e46b34c
LK
8832006-08-21 Lute Kamstra <lute@gnu.org>
884
885 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
886
ce629713
RS
8872006-08-20 Richard Stallman <rms@gnu.org>
888
889 * os.texi (Idle Timers): New node, split out from Timers.
890 Document current-idle-time.
891 * commands.texi (Reading One Event): Update xref.
892 * elisp.texi (Top): Update subnode menu.
893
3cb74cd1
RS
8942006-08-16 Richard Stallman <rms@gnu.org>
895
896 * keymaps.texi (Extended Menu Items): Show format of cached
897 bindings in extended menu items.
898
899 * customize.texi (Variable Definitions): Explain when the
900 standard value expression is evaluated.
901
7e188449
CY
9022006-08-15 Chong Yidong <cyd@stupidchicken.com>
903
904 * commands.texi (Reading One Event): Explain idleness in
905 `read-event'.
906
b8f5396a
CY
9072006-08-12 Chong Yidong <cyd@stupidchicken.com>
908
909 * text.texi (Near Point): Say "cursor" not "terminal cursor".
910 (Commands for Insertion): Removed split-line since it's not
911 relevant for Lisp programming.
912 (Yank Commands): Rewrite introduction.
913 (Undo): Clarify.
914 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
915 (Filling): Remove redundant comment. Clarify return value of
916 current-justification.
917 (Margins): Minor clarifications.
918 (Adaptive Fill): Update default value of adaptive-fill-regexp.
919 (Sorting): Update definition of sort-lines.
920 (Columns): Clarify behavior of sort-columns.
921 (Indent Tabs): Link to Tab Stops in Emacs manual.
922 (Special Properties): Clarify.
923 (Clickable Text): Mention Buttons package.
924
0c80afbd
EZ
9252006-08-12 Kevin Ryde <user42@zip.com.au>
926
927 * os.texi (Time Parsing): Add %z to description of
928 format-time-string, as per docstring. Add cross reference to
929 glibc manual for strftime.
930
02a2b2ad
RS
9312006-08-08 Richard Stallman <rms@gnu.org>
932
933 * modes.texi: Clean up wording in previous change.
934
34e5974a
CY
9352006-08-07 Chong Yidong <cyd@stupidchicken.com>
936
937 * modes.texi (Hooks): Clarify.
938 (Major Mode Basics): Mention define-derived-mode explicitly.
939 (Major Mode Conventions): Rebinding RET is OK for some modes.
940 Mention change-major-mode-hook and after-change-major-mode-hook.
941 (Example Major Modes): Moved to end of Modes section.
942 (Mode Line Basics): Clarify.
943 (Mode Line Data): Mention help-echo and local-map in strings.
944 Explain reason for treatment of non-risky variables.
945 (Properties in Mode): Clarify.
946 (Faces for Font Lock): Add font-lock-negation-char-face.
947
65c6c6b6
EZ
9482006-08-04 Eli Zaretskii <eliz@gnu.org>
949
950 * strings.texi (Formatting Strings): Warn against arbitrary
951 strings as first arg to `format'.
952
fc0ba1d0
TTN
9532006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
954
955 * text.texi (Clickable Text): Mention `help-echo' text property.
956 Update intro, examples and associated explanations.
957
a3483884
RS
9582006-07-31 Richard Stallman <rms@gnu.org>
959
960 * commands.texi: Update xrefs.
961 (Event Mod): New node, cut out from old Translating Input.
962
963 * maps.texi: Update xrefs.
fc0ba1d0 964
a3483884
RS
965 * keymaps.texi (Translation Keymaps): New node.
966 Update xrefs from Translating Input to Translation Keymaps.
fc0ba1d0 967
a3483884
RS
968 * elisp.texi (Top): Update subnode menu.
969
970 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
971
972 * os.texi (System Interface): Fix menu descriptions of some nodes.
973 (Translating Input): Node deleted.
fc0ba1d0 974
ec777101
NR
9752006-07-31 Nick Roberts <nickrob@snap.net.nz>
976
8d3f955b 977 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
ec777101
NR
978
979 * lists.texi (Sets And Lists): Likewise.
980
0f42ea76
TTN
9812006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
982
983 * text.texi (Fields): Mention POS
984 requirement when narrowing is in effect.
985
eb107d09
RS
9862006-07-28 Richard Stallman <rms@gnu.org>
987
0de8dcc9
RS
988 * display.texi (Face Attributes): Simplify wording.
989 (Attribute Functions): Clarify meaning of new-frame default
990 attribute settings.
991
eb107d09
RS
992 * customize.texi (Common Keywords): Document how to use
993 :package-version in a package not in Emacs.
994
d7fb9e6c
KS
9952006-07-28 Kim F. Storm <storm@cua.dk>
996
997 * commands.texi (Reading One Event): Fix last change.
998
c1c3d4f7
CY
9992006-07-26 Chong Yidong <cyd@stupidchicken.com>
1000
1001 * commands.texi (Reading One Event): Document SECONDS argument for
1002 read-event, read-char, and read-char-exclusive.
1003
94b39239
SM
10042006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1005
1006 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
1007 to ensure correct identification.
1008
1cff9220
RS
10092006-07-24 Richard Stallman <rms@gnu.org>
1010
5ac64732
RS
1011 * text.texi (Clickable Text): Clarify.
1012
1cff9220
RS
1013 * sequences.texi (Vector Functions): Delete duplicate xref.
1014
1015 * objects.texi (Function Type): Clarify.
1016
1017 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
1018 modes.
1019
1020 * lists.texi (List Variables): New node.
1021 Material moved from other nodes.
1022
1023 * variables.texi (Setting Variables): add-to-list and
1024 add-to-ordered-list moved to List Variables node.
1025
38db29e0
TTN
10262006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
1027
1028 * text.texi (Links and Mouse-1):
1029 For mouse-on-link-p, expand on arg POS.
1030
9e4101b2
KS
10312006-07-21 Kim F. Storm <storm@cua.dk>
1032
1033 * display.texi (Forcing Redisplay): Don't mention systems which
1034 don't support sub-second timers for redisplay-preemption-period.
1035
1036 * os.texi (Terminal Output): Clarify text vs graphical terminal.
1037
cc539208
EZ
10382006-07-21 Eli Zaretskii <eliz@gnu.org>
1039
1040 * frames.texi (Input Focus): Document that focus-follows-mouse has
1041 no effect on MS-Windows.
1042
c29fbc93
RS
10432006-07-18 Richard Stallman <rms@gnu.org>
1044
1ef252f6
RS
1045 * display.texi (Forcing Redisplay): Cleanups in previous change.
1046
c29fbc93
RS
1047 * processes.texi (Low-Level Network): Make menu more convenient.
1048
5b5fca28
KS
10492006-07-18 Kim F. Storm <storm@cua.dk>
1050
2d545d83
KS
1051 * display.texi (Forcing Redisplay): redisplay-preemption-period
1052 only used on window systems. Add xref to Terminal Output.
1053
1054 * os.texi (Terminal Output): baud-rate only controls preemption on
1055 non-window systems. Add xref to Forcing Redisplay.
1056
5b5fca28
KS
1057 * processes.texi (Low-Level Network): Rename node "Make Network"
1058 to "Network Processes".
1059
42995636
KB
10602006-07-18 Karl Berry <karl@gnu.org>
1061
5b5fca28
KS
1062 * variables.texi, functions.texi, customize.texi, loading.texi:
1063 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
42995636 1064
e1842332
CY
10652006-07-17 Chong Yidong <cyd@stupidchicken.com>
1066
1067 * commands.texi (Waiting): Document batch-mode sit-for behavior.
1068
daeeeffc
RS
10692006-07-17 Richard Stallman <rms@gnu.org>
1070
7c0c29ee
RS
1071 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
1072 Put period and comma inside quotes.
5b5fca28 1073
7c0c29ee
RS
1074 * loading.texi, markers.texi: Use real doublequote inside menus.
1075
1076 * windows.texi: Put point and comma inside quotes.
1077 (Textual Scrolling): Use @samp for error message.
1078
5b5fca28
KS
1079 * variables.texi, tips.texi, syntax.texi, symbols.texi:
1080 * strings.texi, streams.texi, processes.texi, os.texi:
7c0c29ee
RS
1081 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
1082 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5b5fca28
KS
1083 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
1084 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7c0c29ee 1085 Put point and comma inside quotes.
5b5fca28 1086
05bdf2d7
RS
1087 * control.texi (Processing of Errors): Add command-error-function.
1088
daeeeffc
RS
1089 * variables.texi (File Local Variables): Clarify that
1090 file local variables make buffer-local bindings.
1091
1092 * modes.texi (Syntactic Font Lock): Give default for
1093 font-lock-syntax-table.
1094
7e1c1289
NR
10952006-07-17 Nick Roberts <nickrob@snap.net.nz>
1096
1097 * text.texi (Special Properties): Clean up previous change.
1098
912c7235
KB
10992006-07-16 Karl Berry <karl@gnu.org>
1100
5b5fca28
KS
1101 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
1102 * control.texi: Fix bad page breaks through chapter 10 (control).
ece35e15 1103
5b5fca28 1104 * anti.texi (Antinews): Reorder face-attribute fns to avoid
912c7235
KB
1105 underfull hbox.
1106
54b7938f
NR
11072006-07-15 Nick Roberts <nickrob@snap.net.nz>
1108
1109 * text.texi (Special Properties): Describe fontified text property
1110 in relation to a character (not text).
1111
3f11901a
KS
11122006-07-15 Kim F. Storm <storm@cua.dk>
1113
0864179a
KS
1114 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
1115 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
1116 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
1117
3f11901a
KS
1118 * anti.texi (Antinews): Mention redisplay function.
1119 The kbd macro existed, but was not documented, before 22.x.
1120 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
1121
b4f62d0a
NR
11222006-07-14 Nick Roberts <nickrob@snap.net.nz>
1123
1124 * display.texi (Displaying Messages): Add anchor.
1125
1126 * frames.texi (Dialog Boxes): Use it.
1127
2c6e026a
RS
11282006-07-12 Richard Stallman <rms@gnu.org>
1129
1130 * objects.texi (Frame Type): Explain nature of frames better.
1131
1132 * frames.texi (Frames): Explain nature of frames better.
1133
11342006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
1135
1136 * tips.texi (Coding Conventions): Explain why use cl at compile time.
1137
099d4201
YM
11382006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1139
1140 * frames.texi (Window System Selections): Mention scrap support for Mac.
1141 Default value of x-select-enable-clipboard is t on Mac.
1142
1143 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
1144
ff97f952
KS
11452006-07-11 Kim F. Storm <storm@cua.dk>
1146
1147 * display.texi (Forcing Redisplay): Add `redisplay' function.
1148 Don't mention (sit-for -1) -- use (redisplay t) instead.
1149
1150 * commands.texi (Waiting): (sit-for -1) is no longer special.
1151 (sit-for 0) is equivalent to (redisplay).
1152 Iconifying/deiconifying no longer makes sit-for return.
1153
a183016f
NR
11542006-07-10 Nick Roberts <nickrob@snap.net.nz>
1155
1156 * display.texi (Buttons): Fix typo.
1157
1158 * index.texi, elisp.texi (New Symbols): Comment node out.
1159
b86be617
RS
11602006-07-09 Richard Stallman <rms@gnu.org>
1161
1162 * display.texi (Truncation): Clean up previous change.
1163
3aa7c28e
RS
11642006-07-08 Richard Stallman <rms@gnu.org>
1165
1166 * commands.texi (Interactive Call): Use 3 as prefix in example
1167 for execute-extended-command.
1168
1169 * display.texi (Attribute Functions): Move paragraph about
1170 compatibility with Emacs < 21.
1171
5a1048a5
KS
11722006-07-09 Kim F. Storm <storm@cua.dk>
1173
1174 * display.texi (Refresh Screen): Clarify force-window-update.
1175 (Truncation): "Normally" indicated by fringe arrows.
1176
89fb9154
EZ
11772006-07-08 Eli Zaretskii <eliz@gnu.org>
1178
5a1048a5
KS
1179 * windows.texi (Textual Scrolling, Resizing Windows):
1180 * variables.texi (Constant Variables):
89fb9154
EZ
1181 * text.texi (Buffer Contents, Deletion, Changing Properties)
1182 (Property Search, Special Properties, Sticky Properties)
5a1048a5 1183 (Links and Mouse-1, Fields, Change Hooks):
89fb9154 1184 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5a1048a5
KS
1185 (Categories):
1186 * symbols.texi (Other Plists):
1187 * streams.texi (Output Variables):
1188 * processes.texi (Input to Processes, Query Before Exit):
1189 * positions.texi (Word Motion, Text Lines, List Motion):
89fb9154 1190 * os.texi (Init File, System Environment, Sound Output)
5a1048a5 1191 (Session Management):
89fb9154 1192 * nonascii.texi (Text Representations, Character Sets)
5a1048a5
KS
1193 (Chars and Bytes, Locales):
1194 * modes.texi (Defining Minor Modes, Header Lines):
1195 * minibuf.texi (Minibuffer Contents):
1196 * markers.texi (Information from Markers):
1197 * lists.texi (List Elements, Building Lists, Association Lists):
1198 * keymaps.texi (Tool Bar):
1199 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
1200 * functions.texi (What Is a Function, Mapping Functions):
89fb9154
EZ
1201 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
1202 (Color Names, Text Terminal Colors, Display Feature Testing):
1203 * files.texi (Visiting Functions, File Name Components)
5a1048a5 1204 (Unique File Names, Contents of Directories):
89fb9154
EZ
1205 * display.texi (Forcing Redisplay, Displaying Messages)
1206 (Temporary Displays, Font Selection, Auto Faces)
1207 (Font Lookup, Fringe Indicators, Display Margins)
1208 (Image Descriptors, Showing Images, Image Cache, Button Types)
1209 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5a1048a5
KS
1210 (Display Table Format, Glyphs):
1211 * control.texi (Iteration):
1212 * commands.texi (Command Loop Info, Adjusting Point):
08b17d37
KS
1213 * backups.texi (Making Backups, Auto-Saving):
1214 Remove @tindex entries.
89fb9154 1215
7f087030
KS
12162006-07-07 Kim F. Storm <storm@cua.dk>
1217
1218 * display.texi (Fringe Cursors): Fix typo.
1219 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
1220 (Overlay Arrow): Default is overlay-arrow fringe indicator.
1221
978db147
RS
12222006-07-05 Richard Stallman <rms@gnu.org>
1223
1224 * text.texi (Buffer Contents): Add example of text props
1225 in result of buffer-substring.
1226 (Text Properties): Explain better about use of specific property names.
1227 (Property Search): Some cleanups; reorder some functions.
1228
1229 * keymaps.texi (Changing Key Bindings): Cleanup.
1230 Add xref to Key Binding Conventions.
1231
1232 * display.texi (Attribute Functions): Add examples for
1233 face-attribute-relative-p.
1234
1235 * tips.texi (Coding Conventions): Cleanup last change.
1236
42b50684
KB
12372006-07-05 Karl Berry <karl@gnu.org>
1238
08b17d37
KS
1239 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
1240 Remove @setchapternewpage odd.
42b50684
KB
1241 Result is 1013 pages, down from 1100.
1242
08b17d37
KS
1243 * anti.texi, customize.texi, display.texi, internals.texi:
1244 * minibuf.texi, modes.texi, tips.texi:
9b7fa297 1245 Fix overfull/underfull boxes.
42b50684 1246
180f018c
TTN
12472006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1248
1249 * edebug.texi (Instrumenting):
1250 Add Edebug-specific findex for eval-buffer.
1251 * loading.texi (Loading):
1252 Replace eval-current-buffer with eval-buffer.
1253
8e338f7b
EZ
12542006-06-30 Nick Roberts <nickrob@snap.net.nz>
1255
1256 * locals.texi (Standard Buffer-Local Variables): Update the list
1257 of variables.
1258
0770a251
NR
12592006-06-26 Nick Roberts <nickrob@snap.net.nz>
1260
1261 * files.texi (File Name Completion): Point user to the node
1262 "Reading File Names".
1263
d9034473
EZ
12642006-06-24 Eli Zaretskii <eliz@gnu.org>
1265
eff6bfea
EZ
1266 * files.texi (Contents of Directories): Document case-insensitive
1267 behavior on respective filesystems.
1268
d9034473
EZ
1269 * objects.texi (Character Type): Document that Emacs signals an
1270 error for unsupported Unicode characters specified as \uNNNN.
1271
a5bd14d3
RS
12722006-06-19 Richard Stallman <rms@gnu.org>
1273
1274 * processes.texi (Bindat Spec): Clarify previous change.
1275
d1ae9041
RS
12762006-06-16 Richard Stallman <rms@gnu.org>
1277
1278 * tips.texi (Coding Conventions): Better explain conventions
1279 for definition constructs.
1280
1281 * text.texi (Special Properties): String value of `read-only'
1282 serves as the error message.
1283
1284 * objects.texi (Character Type): Clarify prev. change.
1285 (Non-ASCII in Strings): Mention \u and \U.
1286
1287 * commands.texi (Using Interactive): Explain problem of
1288 markers, etc., in command-history.
1289
1bb32610
KS
12902006-06-14 Kim F. Storm <storm@cua.dk>
1291
1292 * commands.texi (Waiting): Negative arg to sit-for forces
1293 redisplay even if input is pending.
1294
1295 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
1296 redisplay. Remove incorrect example of binding redisplay-dont-pause
1297 around (sit-for 0).
1298
c7484981
RS
12992006-06-13 Richard Stallman <rms@gnu.org>
1300
1301 * display.texi (Forcing Redisplay): Clarify previous change.
1302
d211faa2
RF
13032006-06-13 Romain Francoise <romain@orebokech.com>
1304
1305 * display.texi (Forcing Redisplay): Fix typo.
1306
8eb2b87f
KS
13072006-06-13 Kim F. Storm <storm@cua.dk>
1308
1309 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
1310
503b5e1c
LT
13112006-06-10 Luc Teirlinck <teirllm@auburn.edu>
1312
1313 * tips.texi (Coding Conventions): Add `@end itemize'.
1314
9e362b84
RS
13152006-06-10 Richard Stallman <rms@gnu.org>
1316
1317 * tips.texi (Coding Conventions): Explain use of coding systems
1318 to ensure one decoding for strings.
1319
7cb93181
EZ
13202006-06-09 Aidan Kehoe <kehoea@parhasard.net>
1321
9b7fa297 1322 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7cb93181
EZ
1323 syntax.
1324
afd63bda
EZ
13252006-06-07 Eli Zaretskii <eliz@gnu.org>
1326
1327 * display.texi (Font Selection): Remove description of
1328 clear-face-cache.
1329
1330 * compile.texi (Eval During Compile): Fix a typo. Add index
1331 entries for possible uses of eval-when-compile.
1332
71ee3e04
TTN
13332006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
1334
1335 * display.texi (Abstract Display): Fix typo.
1336
a941b26b
EZ
13372006-06-03 Eli Zaretskii <eliz@gnu.org>
1338
1339 * minibuf.texi (Minibuffer History) <history-add-new-input>:
1340 Reword variable's description.
1341
963128f3
RS
13422006-06-01 Richard Stallman <rms@gnu.org>
1343
1344 * windows.texi (Splitting Windows): Clarify splitting nonselected
1345 window.
1346
82db8fa7
JL
13472006-05-31 Juri Linkov <juri@jurta.org>
1348
1349 * minibuf.texi (Minibuffer History): Add history-add-new-input.
1350
d9e8091d
RS
13512006-05-30 Richard Stallman <rms@gnu.org>
1352
6ac209a3
RS
1353 * display.texi (Line Height): Fix errors in description of
1354 default line height and line-height properyty.
1355
d9e8091d
RS
1356 * nonascii.texi (Default Coding Systems): Further clarification.
1357
93fd6289
LT
13582006-05-29 Luc Teirlinck <teirllm@auburn.edu>
1359
1360 * internals.texi (Pure Storage): Mention that an overflow in pure
1361 space causes a memory leak.
1362 (Garbage Collection): If there was an overflow in pure space,
1363 `garbage-collect' returns nil.
1364
7c42b3e0
EZ
13652006-05-30 Eli Zaretskii <eliz@gnu.org>
1366
1367 * nonascii.texi (Default Coding Systems): Fix it some more.
1368
b8909e88
EZ
13692006-05-29 Eli Zaretskii <eliz@gnu.org>
1370
1371 * nonascii.texi (Default Coding Systems): Fix last change.
1372
6d3906d5
KH
13732006-05-29 Kenichi Handa <handa@m17n.org>
1374
1375 * nonascii.texi (find-operation-coding-system): Describe the new
1376 argument format (FILENAME . BUFFER).
1377
0985f920
RS
13782006-05-28 Richard Stallman <rms@gnu.org>
1379
1380 * tips.texi (Coding Conventions): Better explain reasons not to
1381 advise other packages or use `eval-after-load'.
1382
6c6e0bb4
KS
13832006-05-29 Kim F. Storm <storm@cua.dk>
1384
1385 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
1386 `bindat-idx' and `bindat-raw' for clarity.
1387
096432af
TTN
13882006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1389
b9e17eb3
TTN
1390 * processes.texi (Bindat Spec): Expand on `repeat' handler.
1391
096432af
TTN
1392 * display.texi (Display): Add "Abstract Display" to menu.
1393 (Abstract Display, Abstract Display Functions)
1394 (Abstract Display Example): New nodes.
1395 * elisp.texi (Top): Add "Abstract Display" to menu.
1396
e4b3f22f
CY
13972006-05-27 Chong Yidong <cyd@stupidchicken.com>
1398
917b8227
CY
1399 * keymaps.texi (Key Sequences): Link to input events definition.
1400 (Format of Keymaps): Delete material duplicated in Keymap Basics.
1401
e4b3f22f
CY
1402 * files.texi (Changing Files): Document updated argument list for
1403 copy-file.
1404
f1b64ef1
TTN
14052006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1406
1407 * processes.texi (Bindat Functions): Explain term "total length".
1408 Use it in bindat-length and bindat-pack descriptions.
1409
3d0793e4
EZ
14102006-05-26 Eli Zaretskii <eliz@gnu.org>
1411
1412 * tips.texi (Coding Conventions): Advise against using
1413 eval-after-load in packages. Add an index entry.
1414
abeb5483
JL
14152006-05-25 Juri Linkov <juri@jurta.org>
1416
92aa92fa
JL
1417 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
1418
abeb5483
JL
1419 * modes.texi (%-Constructs): Add %e, %z, %Z.
1420
403a7bca
RS
14212006-05-25 Richard Stallman <rms@gnu.org>
1422
1423 * elisp.texi (Top): Update subnode menu.
1424
1425 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
1426 (Keymaps): Update menu.
1427
39a9bed3
CY
14282006-05-25 Chong Yidong <cyd@stupidchicken.com>
1429
1430 * keymaps.texi (Key Sequences): Some clarifications.
1431
78b3f5c3
TTN
14322006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1433
1434 * processes.texi (Bindat Functions): Say "unibyte string"
1435 explicitly for bindat-unpack and bindat-pack descriptions.
1436 (Bindat Examples): Don't call `string-make-unibyte' in example.
1437
08244b81
CY
14382006-05-25 Chong Yidong <cyd@stupidchicken.com>
1439
1440 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
1441 Explain string and vector representations of key sequences
1442
78b3f5c3
TTN
1443 * keymaps.texi (Changing Key Bindings):
1444 * commands.texi (Interactive Codes, Interactive Codes):
08244b81
CY
1445 * help.texi (Describing Characters): Refer to it.
1446
b370c94d
LT
14472006-05-23 Luc Teirlinck <teirllm@auburn.edu>
1448
1449 * frames.texi (Pointer Shape): @end table -> @end defvar.
1450
b8223441
RS
14512006-05-22 Richard Stallman <rms@gnu.org>
1452
1453 * elisp.texi (Top): Update subnode menus.
1454
1455 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
1456 Contents rewritten; material from old Pointer Shape node moved here.
1457
1458 * display.texi (Pointer Shape): Node deleted.
1459 (Image Descriptors): Minor cleanup.
1460
c18eec5c
RS
14612006-05-21 Richard Stallman <rms@gnu.org>
1462
1463 * syntax.texi (Parsing Expressions): Update info on which STATE
1464 elements are ignored.
1465
9300b310
LT
14662006-05-19 Luc Teirlinck <teirllm@auburn.edu>
1467
86735b2d
LT
1468 * hooks.texi (Standard Hooks): Correct typo.
1469
9300b310
LT
1470 * gpl.texi (GPL): ifinfo -> ifnottex.
1471
75e3b957
EZ
14722006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
1473
1474 * searching.texi (Simple Match Data): Warn about match data being
1475 set anew by every search.
1476
0bcf8735
RS
14772006-05-17 Richard Stallman <rms@gnu.org>
1478
1479 * minibuf.texi (Minibuffer History): Clarify.
1480
1481 * searching.texi (Regexp Special): Clarify nested regexp warning.
1482
b3abe3a5
KS
14832006-05-16 Kim F. Storm <storm@cua.dk>
1484
1485 * minibuf.texi (Minibuffer History): Update add-to-history.
1486
bc20db55
KH
14872006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
1488
1489 * nonascii.texi (Explicit Encoding): Fix
1490 typo (encoding<->decoding).
1491
f31263a4
RS
14922006-05-14 Richard Stallman <rms@gnu.org>
1493
46a2df8e
RS
1494 * buffers.texi (Creating Buffers): Cleanup.
1495
f31263a4
RS
1496 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
1497
1299a5a4
EZ
14982006-05-13 Eli Zaretskii <eliz@gnu.org>
1499
642c61f3
EZ
1500 * buffers.texi (Current Buffer): Document that with-temp-buffer
1501 disables undo.
1502
1299a5a4
EZ
1503 * os.texi (Terminal-Specific): More accurate description of how
1504 Emacs searches for the terminal-specific libraries.
1505
61515a63
EZ
15062006-05-12 Eli Zaretskii <eliz@gnu.org>
1507
b811ef49
EZ
1508 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
1509 emacs-xtra to @inforef's.
1510
4a7910c7
EZ
1511 * text.texi (Undo): Document that undo is turned off in buffers
1512 whose names begin with a space.
1513
1514 * buffers.texi (Buffer Names): Add index entries for buffers whose
1515 names begin with a space.
1516 (Creating Buffers): Document that undo is turned off in buffers
1517 whose names begin with a space.
1518
f055e02c
EZ
1519 * files.texi (Visiting Functions, Reading from Files)
1520 (Saving Buffers): Mention code and EOL conversions by file I/O
1521 primitives and subroutines.
1522
0ef0b416
EZ
1523 * nonascii.texi (Lisp and Coding Systems): Document
1524 coding-system-eol-type. Add index entries for eol conversion.
1525
61515a63
EZ
1526 * display.texi (Defining Faces): Mention `mac', and add an xref to
1527 where window-system is described.
1528
e4c068c0
RS
15292006-05-10 Richard Stallman <rms@gnu.org>
1530
1531 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
1532
31035927
RS
15332006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
1534
1535 * variables.texi (File Local Variables): Recommend to quote lambda
1536 expressions in safe-local-variable property.
1537
f12a0718
RS
15382006-05-09 Richard Stallman <rms@gnu.org>
1539
1540 * variables.texi (File Local Variables): Document
1541 safe-local-eval-forms and safe-local-eval-function.
1542
ed7e6c32
KS
15432006-05-07 Kim F. Storm <storm@cua.dk>
1544
1545 * minibuf.texi (Minibuffer History): Remove keep-dups arg
1546 from add-to-history.
1547
5a36d834
RF
15482006-05-07 Romain Francoise <romain@orebokech.com>
1549
1550 * commands.texi (Event Input Misc):
1551 * compile.texi (Eval During Compile):
1552 * internals.texi (Buffer Internals):
1553 * minibuf.texi (Initial Input):
1554 * nonascii.texi (Scanning Charsets):
1555 * numbers.texi (Comparison of Numbers):
1556 * windows.texi (Textual Scrolling, Vertical Scrolling):
1557 Fix various typos.
1558
fbc284f6
EZ
15592006-05-06 Eli Zaretskii <eliz@gnu.org>
1560
f53d2e87
EZ
1561 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
1562 conditional xref's to either emacs or emacs-xtra, depending on
1563 @iftex/@ifnottex.
1564
fbc284f6
EZ
1565 * minibuf.texi (Minibuffer History): Document add-to-history.
1566
3dfed653
EZ
15672006-05-05 Eli Zaretskii <eliz@gnu.org>
1568
1569 * internals.texi (Pure Storage): Mention the pure overflow message
1570 at startup.
1571
8e7a9a24
EZ
15722006-05-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1573
1574 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
1575 (Searching Keymaps): Fix pseudo-Lisp description of keymap
1576 search.
1577
d0789de9
RS
15782006-05-01 Richard Stallman <rms@gnu.org>
1579
1580 * intro.texi (nil and t): Clarify.
1581
1582 * variables.texi (File Local Variables): Suggest using booleanp.
1583
fc2cb772
JB
15842006-05-01 Juanma Barranquero <lekktu@gmail.com>
1585
1586 * objects.texi (Type Predicates): Fix typos.
1587
27c5714a
SM
15882006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1589
1590 * intro.texi (nil and t): Add booleanp.
1591
1592 * objects.texi (Type Predicates): Add links for booleanp and
1593 string-or-null-p.
1594
eadb9d45
RS
15952006-04-29 Richard Stallman <rms@gnu.org>
1596
27c5714a 1597 * modes.texi (Multiline Font Lock): Rename from
eadb9d45
RS
1598 Multi line Font Lock Elements. Much clarification.
1599 (Font Lock Multiline, Region to Fontify): Much clarification.
1600
7817e3d3
SM
16012006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1602
1603 * variables.texi (File Local Variables): Remove the special case t for
1604 safe-local-variable.
1605
8ac3a455
RS
16062006-04-26 Richard Stallman <rms@gnu.org>
1607
1608 * syntax.texi (Parsing Expressions): Minor cleanup.
1609
290e4aae
RS
16102006-04-18 Richard Stallman <rms@gnu.org>
1611
1612 * tips.texi (Coding Conventions): Explain when the package's
1613 prefix should appear later on (not at the start of the name).
1614
1615 * searching.texi (String Search): Clarify effect of NOERROR.
1616
1617 * modes.texi (Imenu): Clarify what special items do.
1618
1619 * hooks.texi (Standard Hooks): Delete text about old hook names.
1620
1e2b8ce5
RF
16212006-04-17 Romain Francoise <romain@orebokech.com>
1622
1623 * variables.texi (Local Variables): Update the default value of
1624 `max-specpdl-size'.
1625
51fa34bc
MB
16262006-04-15 Michael Olson <mwolson@gnu.org>
1627
1628 * processes.texi (Transaction Queues): Mention the new optional
1629 `delay-question' argument for `tq-enqueue'.
1630
61f32d39
BW
16312006-04-13 Bill Wohler <wohler@newt.com>
1632
1633 * customize.texi (Common Keywords): Use dotted notation for
9b7fa297 1634 :package-version value. Specify its values. Improve documentation
50b7bce0 1635 for customize-package-emacs-version-alist.
61f32d39 1636
4f8ed159
BW
16372006-04-12 Bill Wohler <wohler@newt.com>
1638
1639 * customize.texi (Common Keywords): Move description of
1640 customize-package-emacs-version-alist to @defvar.
1641
e5e864ab
BW
16422006-04-10 Bill Wohler <wohler@newt.com>
1643
1644 * customize.texi (Common Keywords): Add :package-version.
1645
6c230417
KS
16462006-04-10 Kim F. Storm <storm@cua.dk>
1647
1648 * text.texi (Buffer Contents): Add NOPROPS arg to
1649 filter-buffer-substring.
1650
d82eac8f
EZ
16512006-04-08 Kevin Ryde <user42@zip.com.au>
1652
1653 * os.texi (Command-Line Arguments): Update xref to emacs manual
1654 "Command Arguments" -> "Emacs Invocation", per change there.
1655
4f815b29
TTN
16562006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
1657
1658 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
1659 be on one line to help makeinfo not render two spaces after the dot.
1660
122c3009
RS
16612006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
1662
1663 * strings.texi (Predicates for Strings): Add string-or-null-p.
1664
da68bc3d
KS
16652006-03-28 Kim F. Storm <storm@cua.dk>
1666
1667 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
1668 remarks about systems that don't support fractional seconds.
1669
b223e22d
KB
16702006-03-25 Karl Berry <karl@gnu.org>
1671
fc2cb772 1672 * elisp.texi: Use @copyright{} instead of (C), and do not indent
b223e22d
KB
1673 the year list.
1674
b756c64c
NR
16752006-03-21 Nick Roberts <nickrob@snap.net.nz>
1676
1677 * display.texi (Fringe Indicators): Fix typos.
1678
fe3dca59
LT
16792006-03-19 Luc Teirlinck <teirllm@auburn.edu>
1680
c287ad03 1681 * tips.texi (Documentation Tips): One can now also write `program'
fe3dca59
LT
1682 in front of a quoted symbol in a docstring to prevent making a
1683 hyperlink.
1684
e91d4202
AM
16852006-03-19 Alan Mackenzie <acm@muc.de>
1686
290e4aae 1687 * text.texi (Special Properties): Clarify `fontified' property.
e91d4202 1688
e8a5f60b
RS
16892006-03-16 Richard Stallman <rms@gnu.org>
1690
1691 * display.texi (Defining Images): Minor cleanup.
1692
486daaa5
BW
16932006-03-16 Bill Wohler <wohler@newt.com>
1694
1695 * display.texi (Defining Images): In image-load-path-for-library,
1696 prefer user's images.
1697
4ffc92c2
SM
16982006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1699
1700 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
1701
874a6ef8
BW
17022006-03-15 Bill Wohler <wohler@newt.com>
1703
1704 * display.texi (Defining Images): Fix example in
1705 image-load-path-for-library by not recommending that one binds
fc2cb772 1706 image-load-path. Just defvar it to placate compiler and only use
874a6ef8
BW
1707 it if previously defined.
1708
70949f30
BW
17092006-03-14 Bill Wohler <wohler@newt.com>
1710
1711 * display.texi (Defining Images): In image-load-path-for-library,
1712 always return list of directories. Update example.
1713
c852c516
AM
17142006-03-14 Alan Mackenzie <acm@muc.de>
1715
1716 * modes.texi: New node, "Region to Fontify" (for Font Lock).
1717 This describes font-lock-extend-region-function.
4ffc92c2 1718 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
c852c516
AM
1719 the new node "Region to Fontify".
1720
7cd3712b
RS
17212006-03-13 Richard Stallman <rms@gnu.org>
1722
1723 * display.texi (Invisible Text): The impossible position is
1724 now before the invisible text, not after.
1725 (Defining Images): Clean up last change.
1726
2c676341
BW
17272006-03-11 Bill Wohler <wohler@newt.com>
1728
1729 * display.texi (Defining Images): Add image-load-path-for-library.
1730
6f49b4c5
LT
17312006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1732
2d14c9bf
LT
1733 * text.texi (Adaptive Fill): Fix Texinfo usage.
1734
1735 * strings.texi (Creating Strings): Fix Texinfo usage.
1736
6f49b4c5
LT
1737 * searching.texi (Regexp Special): Use @samp for regular
1738 expressions that are not in Lisp syntax.
1739
fc1d3386
LT
17402006-03-08 Luc Teirlinck <teirllm@auburn.edu>
1741
1742 * searching.texi (Regexp Special): Put remark between parentheses
1743 to avoid misreading.
1744
7b2c2ca9
LT
17452006-03-07 Luc Teirlinck <teirllm@auburn.edu>
1746
1747 * searching.texi (Syntax of Regexps): More accurately describe
1748 which characters are special in which situations.
1749 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
1750 are not special. Describe in detail when `[' and `]' are special.
1751 (Regexp Backslash): Plenty of regexps with unbalanced square
1752 brackets are valid, so reword that statement.
1753
f79bc642
KS
17542006-03-02 Kim F. Storm <storm@cua.dk>
1755
1756 * keymaps.texi (Tool Bar): Add tool-bar-border.
1757
1d9a5237
LT
17582006-02-28 Luc Teirlinck <teirllm@auburn.edu>
1759
a86b01fa 1760 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
1d9a5237 1761
2534ef94
LT
17622006-02-27 Luc Teirlinck <teirllm@auburn.edu>
1763
1764 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
1765
1766 * files.texi (Locating Files): Suggest additional values for the
1767 SUFFIXES arg of `locate-file'. Update pxref.
1768
1769 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
1770 (How Programs Do Loading): Discuss the effects of Auto Compression
1771 mode on `load'.
1772 (Load Suffixes): New node.
394e96d5 1773 (Library Search): Delete description of `load-suffixes'; it was
2534ef94
LT
1774 moved to "Load Suffixes".
1775 (Autoload, Named Features): Mention `load-suffixes'.
1776
dd9959da 17772006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2bb56fbf
JB
1778
1779 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
1780
1781 * windows.texi (Window Tree): Fix typo.
1782
49af2995
KS
17832006-02-20 Kim F. Storm <storm@cua.dk>
1784
1785 * display.texi (Fringe Indicators): New section.
1786 Move indicate-empty-lines, indicate-buffer-boundaries, and
1787 default-indicate-buffer-boundaries here.
1788 Add fringe-indicator-alist and default-fringes-indicator-alist.
1789 Add list of logical fringe indicator symbols.
1790 Update list of standard bitmap names.
1791 (Fringe Cursors): New section.
1792 Move overflow-newline-into-fringe here.
1793 Add fringe-cursor-alist and default-fringes-cursor-alist.
1794 Add list of fringe cursor symbols.
1795
58f71009
JB
17962006-02-20 Juanma Barranquero <lekktu@gmail.com>
1797
1798 * commands.texi (Using Interactive): Fix reference to node
1799 "Minibuffers".
1800
5498b6af
RS
18012006-02-19 Richard M. Stallman <rms@gnu.org>
1802
1803 * minibuf.texi (High-Level Completion):
1804 Add xref to read-input-method-name.
1805
1806 * files.texi (Relative File Names): Move file-relative-name here.
1807 (File Name Expansion): From here. Minor clarifications.
1808
1809 * commands.texi (Using Interactive): Add xrefs about reading input.
1810 Clarify remarks about that moving point and mark.
1811 Put string case before list case.
1812
43ce897a 18132006-02-16 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
b6498a68 1814
4ffc92c2
SM
1815 * display.texi (Other Display Specs, Image Descriptors):
1816 Revert erroneous changes. The previous description of
1817 image-descriptors as `(image . PROPS)' was correct.
b6498a68 1818
1324d26e
RS
18192006-02-14 Richard M. Stallman <rms@gnu.org>
1820
1821 * variables.texi (File Local Variables): Clarifications.
1822
0da93350
JB
18232006-02-14 Juanma Barranquero <lekktu@gmail.com>
1824
1825 * variables.texi (File Local Variables): Use @code for a cons
1826 cell, not @var.
1827
51a39bab
CY
18282006-02-13 Chong Yidong <cyd@stupidchicken.com>
1829
1830 * variables.texi (File Local Variables): Document new file local
1831 variable behavior.
1832
d342156c
KS
18332006-02-10 Kim F. Storm <storm@cua.dk>
1834
1835 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
1836
8392fe4a
JB
18372006-02-08 Juanma Barranquero <lekktu@gmail.com>
1838
1839 * modes.texi (%-Constructs): Remove obsolete info about
1840 `global-mode-string'.
1841
cd6cd82a
RS
18422006-02-07 Richard M. Stallman <rms@gnu.org>
1843
d78dc2d8
RS
1844 * commands.texi (Prefix Command Arguments): Minor cleanup.
1845
1846 * display.texi: "Graphical display", not window system.
1847
cd6cd82a
RS
1848 * functions.texi (What Is a Function): Fix xref.
1849
1850 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
1851 (Changing Key Bindings): Clarify when remapping is better than
1852 substitute-key-definition.
1853
18542006-02-02 Richard M. Stallman <rms@gnu.org>
1855
1856 * minibuf.texi (Basic Completion): Completion alists are risky.
1857
1858 * keymaps.texi (Active Keymaps): Clarifications.
1859 (Searching Keymaps): New node.
1860 (Keymaps): Update menu.
1861
1862 * frames.texi (Layout Parameters): Minor clarification.
1863 (Drag and Drop): New node.
1864 (Frames): Update menu.
1865
cf052abc
CY
18662006-01-29 Chong Yidong <cyd@stupidchicken.com>
1867
4ffc92c2
SM
1868 * display.texi (Other Display Specs, Image Descriptors):
1869 Image description is a list, not a cons cell.
cf052abc 1870
1f2907ee
LT
18712006-01-28 Luc Teirlinck <teirllm@auburn.edu>
1872
1873 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
1874 list is not necessarily a list).
1875
a849f77d
EZ
18762006-01-27 Eli Zaretskii <eliz@gnu.org>
1877
1878 * frames.texi (Layout Parameters): border-width and
1879 internal-border-width belong to the frame, not the window.
1880
d322eb9b
RS
18812006-01-19 Richard M. Stallman <rms@gnu.org>
1882
1883 * nonascii.texi (Translation of Characters): Search cmds use
1884 translation-table-for-input. Automatically made local.
1885
1886 * markers.texi (Overview of Markers): Count insertion type
1887 as one of a marker's attributes.
1888
cd6cd82a
RS
1889 * keymaps.texi (Controlling Active Maps): New node, split out of
1890 Active Keymaps.
1891 (Keymaps): Menu updated.
1892 (Active Keymaps): Give pseudocode to explain how the active
1893 maps are searched. current-active-maps and key-binding moved here.
1894 (Functions for Key Lookup): current-active-maps and key-binding moved.
1895 Clarifications.
1896 (Searching the Keymaps): New subnode.
1897
d322eb9b
RS
1898 * elisp.texi (Top): Menu clarification.
1899
1900 * display.texi (Other Display Specs): Delete duplicate entry for
1901 just a string as display spec. Move text about recursive display
1902 specs on such a string.
1903
1904 * commands.texi (Key Sequence Input): Clarify.
1905 Move num-nonmacro-input-events out.
1906 (Reading One Event): num-nonmacro-input-events moved here.
1907
2ac77b5a
NR
19082006-01-14 Nick Roberts <nickrob@snap.net.nz>
1909
1910 * advice.texi (Simple Advice): Update example to fit argument
1911 change in previous-line.
1912
a203a18c
RS
19132006-01-05 Richard M. Stallman <rms@gnu.org>
1914
1915 * markers.texi (The Mark): Fix in `mark'.
1916
d9043ddf
RS
19172006-01-04 Richard M. Stallman <rms@gnu.org>
1918
1919 * processes.texi (Misc Network, Make Network): Minor cleanups.
1920
8a5db8ae
KS
19212006-01-04 Kim F. Storm <storm@cua.dk>
1922
1923 * processes.texi (Make Network): Add IPv6 addresses and handling.
1924 (Network Feature Testing): Mention (:family ipv6).
1925 (Misc Network): Add IPv6 formats to format-network-address.
1926
19bb7940
RS
19272005-12-30 Richard M. Stallman <rms@gnu.org>
1928
1929 * text.texi (Changing Properties):
1930 Don't use return value of set-text-properties.
1931
b9cb50d9
LT
19322005-12-29 Luc Teirlinck <teirllm@auburn.edu>
1933
1934 * modes.texi (Mode Line Format): Correct typo in menu.
1935
94a867a6
RS
19362005-12-29 Richard M. Stallman <rms@gnu.org>
1937
1938 * modes.texi (Mode Line Top): New node.
1939 (Mode Line Data): Some text moved to new node.
1940 Explain the data structure more concretely.
1941 (Mode Line Basics): Clarifications.
1942 (Mode Line Variables): Clarify intro paragraph.
1943 (%-Constructs): Clarify intro paragraph.
1944 (Mode Line Format): Update menu.
1945
ba455131
LT
19462005-12-28 Luc Teirlinck <teirllm@auburn.edu>
1947
1948 * minibuf.texi (Basic Completion): Update lazy-completion-table
1949 examples for removal of ARGS argument.
1950
2b6abe1e
RS
19512005-12-23 Richard M. Stallman <rms@gnu.org>
1952
1953 * text.texi (Undo): Restore some explanation from the version
1954 that was deleted.
1955
2d7409f2
EZ
19562005-12-23 Eli Zaretskii <eliz@gnu.org>
1957
abeb5483 1958 * text.texi (Undo): Remove duplicate descriptions of `apply
2d7409f2
EZ
1959 funname' and `apply delta' elements of the undo list.
1960
2e23b82e
RS
19612005-12-20 Richard M. Stallman <rms@gnu.org>
1962
1963 * help.texi (Help Functions): Update documentation of `apropos'.
1964
a31687ce
LT
19652005-12-20 Luc Teirlinck <teirllm@auburn.edu>
1966
1967 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
1968 because it is confusing. If the :help-echo keyword is a function,
1969 it is not directly used as the :help-echo overlay property, as the
1970 xref seems to suggest (it does not take the appropriate args).
1971
0e83c4e9
LT
19722005-12-19 Luc Teirlinck <teirllm@auburn.edu>
1973
1974 * customize.texi (Common Keywords): Fix Texinfo usage.
1975 (Group Definitions, Variable Definitions): Update for new
1976 conventions for using `*' in docstrings.
77df907a
LT
1977
1978 * tips.texi (Documentation Tips): Update for new conventions for
1979 using `*' in docstrings.
1980
69487a1f
RS
19812005-12-16 Richard M. Stallman <rms@gnu.org>
1982
1983 * minibuf.texi (Minibuffer Contents): Minor cleanup.
1984
2a502a32
JL
19852005-12-16 Juri Linkov <juri@jurta.org>
1986
1987 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
1988
b158c851
RF
19892005-12-14 Romain Francoise <romain@orebokech.com>
1990
1991 * modes.texi (Customizing Keywords): Rename `append' to `how'.
1992 Fix typo.
1993
d7d1f75e
JL
19942005-12-11 Juri Linkov <juri@jurta.org>
1995
1996 * minibuf.texi (Completion Commands): Add mention of read-file-name
1997 for filename completion keymaps.
1998 (Reading File Names): Add mention of filename completion keymaps
1999 for read-file-name and xref to `Completion Commands'.
2000
4b1c16c2
RS
20012005-12-10 Richard M. Stallman <rms@gnu.org>
2002
2003 * customize.texi (Common Keywords): State caveats for use of :tag.
2004
1d49d5d9
RS
20052005-12-08 Richard M. Stallman <rms@gnu.org>
2006
2663a204
RS
2007 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
2008 with xrefs and better explanation.
2009 (Completion Commands): Add the filename completion maps.
2010
1d49d5d9
RS
2011 * objects.texi (Character Type): Clarify that \s is not space
2012 if a dash follows.
2013
fa0d4d0c
RS
20142005-12-05 Richard M. Stallman <rms@gnu.org>
2015
2016 * windows.texi (Resizing Windows): Delete preserve-before args.
2017
d64b177a
SM
20182005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2019
2020 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
2021 in full keymaps, since the quirk has been fixed.
2022
79019cc9
EZ
20232005-12-03 Eli Zaretskii <eliz@gnu.org>
2024
2025 * hooks.texi (Standard Hooks): Add index entries. Mention
2026 `compilation-finish-functions'.
2027
161ef3be
RS
20282005-11-27 Richard M. Stallman <rms@gnu.org>
2029
2030 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
2031
17c1971a
JL
20322005-11-21 Juri Linkov <juri@jurta.org>
2033
2034 * customize.texi (Common Keywords): Update links types
2035 custom-manual and url-link. Add link types emacs-library-link,
2036 file-link, function-link, variable-link, custom-group-link.
2037
5890344b
CY
20382005-11-20 Chong Yidong <cyd@stupidchicken.com>
2039
2040 * display.texi: Revert 2005-11-20 change.
2041
cbce0752
TTN
20422005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
2043
2044 * processes.texi (Bindat Functions):
2045 Say "third" to refer to zero-based index "2".
2046
ff04c885
LT
20472005-11-18 Luc Teirlinck <teirllm@auburn.edu>
2048
2049 * loading.texi (Library Search): Update the default value of
2050 `load-suffixes'.
2051
ce8d4e00
CY
20522005-11-17 Chong Yidong <cyd@stupidchicken.com>
2053
2054 * display.texi (Attribute Functions): Mention :ignore-defface.
2055
cbad4a9e
SM
20562005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
16b4c38b 2059 (Minor Mode Conventions): Mention the use of a hook.
cbad4a9e 2060
fda12b27
RS
20612005-11-06 Richard M. Stallman <rms@gnu.org>
2062
2063 * files.texi (Magic File Names): find-file-name-handler checks the
2064 `operations' property of the handler.
2065
e082564e
RS
20662005-11-03 Richard M. Stallman <rms@gnu.org>
2067
2068 * variables.texi (Frame-Local Variables): Small clarification.
2069
f0cdd9e4
CY
20702005-10-29 Chong Yidong <cyd@stupidchicken.com>
2071
2072 * os.texi (Init File): Document ~/.emacs.d/init.el.
2073
685abb98
RS
20742005-10-29 Richard M. Stallman <rms@gnu.org>
2075
2076 * internals.texi (Garbage Collection): Document memory-full.
2077
7000848e
BW
20782005-10-28 Bill Wohler <wohler@newt.com>
2079
2080 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
2081 for URLs.
2082
107fb6c9
RS
20832005-10-28 Richard M. Stallman <rms@gnu.org>
2084
2085 * minibuf.texi (Completion Commands): Clean up prev change.
2086
20872005-10-26 Kevin Ryde <user42@zip.com.au>
2088
2089 * compile.texi (Eval During Compile): Explain recommended uses
2090 of eval-when-compile and eval-and-compile.
2091
1d8e69a2
MY
20922005-10-27 Masatake YAMATO <jet@gyve.org>
2093
cbad4a9e 2094 * minibuf.texi (Completion Commands):
1d8e69a2 2095 Write about new optional argument for `display-completion-list'.
cbad4a9e 2096
6a897887
RS
20972005-10-23 Richard M. Stallman <rms@gnu.org>
2098
2099 * display.texi (Overlay Arrow): Clarify about local bindings of
2100 overlay-arrow-position.
2101
6d1e17be
EZ
21022005-10-22 Eli Zaretskii <eliz@gnu.org>
2103
2104 * internals.texi (Building Emacs): Fix last change.
2105
db5fe0a6
RS
21062005-10-22 Richard M. Stallman <rms@gnu.org>
2107
2108 * internals.texi (Building Emacs): Document eval-at-startup.
2109
45158e77
RS
21102005-10-21 Richard M. Stallman <rms@gnu.org>
2111
2112 * loading.texi (Where Defined): load-history contains abs file names.
2113 symbol-file returns abs file names.
2114
e50165ec
KS
21152005-10-19 Kim F. Storm <storm@cua.dk>
2116
2117 * display.texi (Showing Images): Add max-image-size integer value.
2118
63ab30d0
CY
21192005-10-18 Chong Yidong <cyd@stupidchicken.com>
2120
2121 * display.texi (Showing Images): Document max-image-size.
2122
f8252852
RS
21232005-10-17 Richard M. Stallman <rms@gnu.org>
2124
2125 * commands.texi (Quitting): Minor clarification.
2126
2127 * processes.texi (Sentinels): Clarify about output and quitting.
2128 (Filter Functions): Mention with-local-quit.
2129
c1bed3aa
JL
21302005-10-17 Juri Linkov <juri@jurta.org>
2131
2132 * buffers.texi (Current Buffer):
2133 * commands.texi (Event Input Misc):
2134 * compile.texi (Eval During Compile, Compiler Errors):
2135 * customize.texi (Group Definitions):
2136 * display.texi (Progress, Defining Faces):
2137 * files.texi (Writing to Files):
2138 * modes.texi (Mode Hooks, Defining Minor Modes):
2139 * streams.texi (Output Functions):
2140 * syntax.texi (Syntax Table Functions):
2141 * text.texi (Change Hooks):
2142 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
2143
2144 * commands.texi (Quitting): Replace arg `forms' with `body' in
2145 `with-local-quit'.
2146
2147 * positions.texi (Excursions): Replace arg `forms' with `body' in
2148 `save-excursion'.
2149
ef1b4c9e
KS
21502005-10-08 Kim F. Storm <storm@cua.dk>
2151
2152 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
2153 Rename manual section accordingly.
2154
abc8ce50
KS
21552005-10-04 Kim F. Storm <storm@cua.dk>
2156
2157 * windows.texi (Window Split Tree): New section describing
2158 new function window-split-tree function.
2159
a1f5a1f0
NR
21602005-10-03 Nick Roberts <nickrob@snap.net.nz>
2161
2162 * display.texi (Fringe Size/Pos): Simplify and add detail.
2163
97c3e4cc
RF
21642005-09-30 Romain Francoise <romain@orebokech.com>
2165
2166 * minibuf.texi (High-Level Completion): Explain that the prompt
2167 given to `read-buffer' should end with a colon and a space.
2168 Update usage examples.
2169
8ad8c5ce
JL
21702005-09-29 Juri Linkov <juri@jurta.org>
2171
2172 * display.texi (Displaying Messages): Rename argument name
2173 `string' to `format-string' in functions `message', `message-box',
2174 `message-or-box'.
2175
63182706
CY
21762005-09-26 Chong Yidong <cyd@stupidchicken.com>
2177
fc2cb772 2178 * errors.texi (Standard Errors): Correct xrefs.
63182706 2179
906320ec
CY
21802005-09-18 Chong Yidong <cyd@stupidchicken.com>
2181
fc2cb772 2182 * display.texi (Defining Images): Update documentation for
906320ec
CY
2183 `image-load-path'.
2184
8ccd3630
RS
21852005-09-17 Richard M. Stallman <rms@gnu.org>
2186
2187 * display.texi (Defining Images): Clean up previous change.
2188
7260457b
RF
21892005-09-16 Romain Francoise <romain@orebokech.com>
2190
2191 * elisp.texi: Specify GFDL version 1.2.
2192
2193 * doclicense.texi (GNU Free Documentation License): Update to
2194 version 1.2.
2195
5b51c037
CY
21962005-09-15 Chong Yidong <cyd@stupidchicken.com>
2197
2198 * display.texi (Defining Images): Document `image-load-path'.
2199
5c4757d3
RS
22002005-09-15 Richard M. Stallman <rms@gnu.org>
2201
2202 * objects.texi (Printed Representation): Minor cleanup.
2203 (Box Diagrams): Minor fix.
2204 (Cons Cell Type): Move (...) index item here.
2205 (Box Diagrams): From here.
2206 (Array Type): Minor fix.
2207 (Type Predicates): Delete index "predicates".
2208 (Hash Table Type): Clarify xref.
2209 (Dotted Pair Notation): Minor fix.
2210
2bb8b80c
CY
22112005-09-10 Chong Yidong <cyd@stupidchicken.com>
2212
2213 * files.texi (Saving Buffers): Fix typo.
2214
47b8bc5d
RS
22152005-09-08 Richard M. Stallman <rms@gnu.org>
2216
2217 * tips.texi (Programming Tips): Correct the "default" prompt spec.
2218
475aab0d
CY
22192005-09-08 Chong Yidong <cyd@stupidchicken.com>
2220
2221 * locals.texi (Standard Buffer-Local Variables): Don't include
2222 mode variables for minor modes.
2223 Fix xrefs for buffer-display-count, buffer-display-table,
2224 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
2225 enable-multibyte-characters, fill-column, header-line-format,
2226 left-fringe-width, left-margin, and right-fringe-width.
2227
2228 * hooks.texi (Standard Hooks): All hooks should conform to the
2229 standard naming convention now.
2230 Fix xref for `echo-area-clear-hook'.
2231
2232 * display.texi (Usual Display): Note that indicate-empty-lines and
2233 tab-width are buffer-local.
2234
2235 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
2236
2237 * modes.texi (Mode Help): Note that major-mode is buffer-local.
2238
2239 * nonascii.texi (Encoding and I/O): Note that
2240 buffer-file-coding-system is buffer-local.
2241
2242 * positions.texi (List Motion): Note that defun-prompt-regexp is
2243 buffer-local.
2244
2245 * text.texi (Auto Filling): Note that auto-fill-function is
2246 buffer-local.
2247 (Undo): Note that buffer-undo-list is buffer-local.
2248
2249 * windows.texi (Buffers and Windows): Document
2250 buffer-display-count.
2251
2a6bc1f7
RS
22522005-09-06 Richard M. Stallman <rms@gnu.org>
2253
2254 * tips.texi (Coding Conventions): Sometimes it is ok to put the
2255 package prefix elsewhere than at the start of the name.
2256
d7ea8b71
RS
22572005-09-03 Richard M. Stallman <rms@gnu.org>
2258
2259 * tips.texi (Programming Tips): Add conventions for minibuffer
2260 questions and prompts.
2261
0c6087a6
RS
22622005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
2263
2264 * intro.texi (nil and t): Minor cleanup.
2265 Delete spurious mention of keyword symbols.
2266 (Evaluation Notation): Add index entry.
2267 (A Sample Function Description): Minor cleanup.
2268 (A Sample Variable Description): Not all vars can be set.
2269
4b5fa40e
TTN
22702005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
2271
2272 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
2273
2274 (Insertion): Document precise type of `insert-char' arg COUNT.
2275
34b50776
SM
22762005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2277
2278 * modes.texi (Other Font Lock Variables): Sync the default of
2279 font-lock-lines-before.
2280
c1105d05
MA
22812005-08-31 Michael Albinus <michael.albinus@gmx.de>
2282
2283 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
2284
62929713
RS
22852005-08-29 Richard M. Stallman <rms@gnu.org>
2286
2287 * elisp.texi (Top): Update subnode menu.
2288
2289 * searching.texi (Searching and Matching): Move node.
2290 Rearrange contents and add overall explanation.
2291 (Searching and Case): Move node.
2292 (Searching and Matching): Update menu.
2293
0fb57cc0
EZ
22942005-08-27 Eli Zaretskii <eliz@gnu.org>
2295
2296 * os.texi (Startup Summary): Fix the description of the initial
2297 startup message display.
2298
3e80c4c1
RS
22992005-08-25 Richard M. Stallman <rms@gnu.org>
2300
2301 * searching.texi (Search and Replace): Add replace-regexp-in-string.
2302
23032005-08-25 Emilio C. Lopes <eclig@gmx.net>
2304
2305 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
2306 `next-overlay-change' example.
c1105d05 2307
79a8defb
JL
23082005-08-22 Juri Linkov <juri@jurta.org>
2309
2310 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
2311 Fix invert-face. Fix args of face-background.
2312
16691d29
JL
2313 * display.texi (Standard Faces): Delete node.
2314 (Faces): Add xref to `(emacs)Standard Faces'.
2315 (Displaying Faces): Fix xref to `Standard Faces'.
2316
2317 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
2318
217b694f
EZ
23192005-08-20 Alan Mackenzie <acm@muc.de>
2320
2321 * buffers.texi (The Buffer List): Clarify the manipulation of the
2322 buffer list.
2323
0bf14bfd
RS
23242005-08-14 Richard M. Stallman <rms@gnu.org>
2325
7ad1498e
AS
2326 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
2327 a regexp.
0bf14bfd 2328
c118d09e
RS
23292005-08-11 Richard M. Stallman <rms@gnu.org>
2330
59cb8c23
RS
2331 * elisp.texi (Top): Update subnode lists.
2332
2333 * display.texi (Inverse Video): Node deleted.
2334
c118d09e
RS
2335 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
2336 New nodes split out of Coding Conventions.
2337
2338 * searching.texi (Regular Expressions): Document re-builder.
2339
2340 * os.texi (Time Parsing): New node split out of Time Conversion.
2341
2342 * processes.texi (Misc Network, Network Feature Testing)
2343 (Network Options, Make Network): New nodes split out of
2344 Low-Level Network.
2345
67ec7f41
RS
23462005-08-09 Richard M. Stallman <rms@gnu.org>
2347
76d47f0d
RS
2348 * frames.texi (Geometry): New node, split from Size and Position.
2349 (Frame Parameters): Refer to Geometry.
2350
67ec7f41 2351 * buffers.texi (The Buffer List): Fix xrefs.
c1105d05 2352
67ec7f41
RS
2353 * windows.texi (Splitting Windows): Fix xref.
2354
2355 * frames.texi (Layout Parameters): Add xref.
2356
2357 * display.texi (Line Height, Scroll Bars): Fix xrefs.
2358
2359 * keymaps.texi (Menu Bar): Fix xref.
2360
2361 * locals.texi (Standard Buffer-Local Variables): Fix xref.
2362
2363 * modes.texi (%-Constructs): Fix xref.
2364
2365 * frames.texi (Window Frame Parameters): Node split up.
2366 (Basic Parameters, Position Parameters, Size Parameters)
2367 (Layout Parameters, Buffer Parameters, Management Parameters)
2368 (Cursor Parameters, Color Parameters): New subnodes.
2369
adb5e445
LT
23702005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2371
2372 * positions.texi (Screen Lines): Update xref for previous change
2373 in minibuf.texi.
2374
2375 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
2376 change in minibuf.texi.
2377
61298e17
RS
23782005-08-09 Richard M. Stallman <rms@gnu.org>
2379
2380 * tips.texi (Coding Conventions): Minor cleanup.
2381
2382 * modes.texi (Defining Minor Modes): Explain when init-value
2383 can be non-nil.
2384
2385 * elisp.texi (Top): Update submenu for Minibuffer.
2386
2387 * minibuf.texi (Minibuffer Misc): Node split up.
2388 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
2389 (Recursive Mini): New nodes split out from Minibuffer Misc.
2390 (Minibuffer Misc): Document max-mini-window-height.
2391
2392 * hash.texi (Defining Hash): Delete stray paren in example.
2393
2394 * display.texi (Echo Area Customization): Don't define
2395 max-mini-window-height here; xref instead.
2396
2397 * commands.texi (Event Input Misc): Update while-no-input.
2398
2399 * advice.texi (Advising Functions): Explain when to use advice
2400 and when to use a hook.
2401
43e124e6
EZ
24022005-07-30 Eli Zaretskii <eliz@gnu.org>
2403
2404 * makefile.w32-in (info): Don't run install-info.
2405 ($(infodir)/dir): New target, produced by running install-info.
2406
653aea22
LT
24072005-07-27 Luc Teirlinck <teirllm@auburn.edu>
2408
2409 * modes.texi (Defining Minor Modes): The keyword for the initial
2410 value is :init-value, not :initial-value.
2411
ba6ebbd5
EZ
24122005-07-23 Eli Zaretskii <eliz@gnu.org>
2413
2414 * loading.texi (Autoload): Make the `doctor' example be consistent
2415 with what's in current loaddefs.el. Describe the "fn" magic in
2416 the usage portion of the doc string.
2417
6696f2a4
RS
24182005-07-22 Richard M. Stallman <rms@gnu.org>
2419
2420 * internals.texi (Garbage Collection): Clarify previous change.
2421
0c17e67c
SM
24222005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
2423
2424 * internals.texi (Garbage Collection): Add gc-cons-percentage.
2425
426179e1
JL
24262005-07-18 Juri Linkov <juri@jurta.org>
2427
2428 * commands.texi (Accessing Events):
2429 * frames.texi (Text Terminal Colors, Resources):
2430 * markers.texi (The Mark):
2431 * modes.texi (Defining Minor Modes):
2432 Delete duplicate duplicate words.
2433
9b0c2c56
RS
24342005-07-16 Richard M. Stallman <rms@gnu.org>
2435
2436 * display.texi (Managing Overlays): Clarify make-overlay
2437 args for insertion types.
2438
fd90b80c
LT
24392005-07-13 Luc Teirlinck <teirllm@auburn.edu>
2440
0c17e67c
SM
2441 * customize.texi (Variable Definitions):
2442 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
fd90b80c
LT
2443 `standard-value' is a list too.
2444 (Defining New Types): Use @key{RET} instead of @key{ret}.
2445
37aa90e5
TTN
24462005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
2447
2448 * os.texi (Translating Input): Fix typo.
2449
917e0c95
RS
24502005-07-08 Richard M. Stallman <rms@gnu.org>
2451
2452 * README: Update edition number and size estimate.
2453
2454 * elisp.texi (VERSION): Set to 2.9.
2455
7d90e71d
RS
24562005-07-07 Richard M. Stallman <rms@gnu.org>
2457
c330dafe
RS
2458 * book-spine.texinfo: Update Emacs version.
2459
7d90e71d
RS
2460 * display.texi (Inverse Video): Delete mode-line-inverse-video.
2461
dc2204be
RS
24622005-07-06 Richard M. Stallman <rms@gnu.org>
2463
2464 * searching.texi (Regexp Search): Clarify what re-search-forward
2465 does when the search fails.
2466
a0ec7a4a
LK
24672005-07-05 Lute Kamstra <lute@gnu.org>
2468
dc2204be 2469 * Update FSF's address in GPL notices.
a0ec7a4a
LK
2470
2471 * doclicense.texi (GNU Free Documentation License):
2472 * gpl.texi (GPL):
2473 * tips.texi (Coding Conventions, Library Headers):
2474 * vol1.texi:
2475 * vol2.texi: Update FSF's address.
2476
4af33176
RS
24772005-07-04 Richard M. Stallman <rms@gnu.org>
2478
2479 * hooks.texi (Standard Hooks): Add occur-hook.
2480
b3ab615b
LT
24812005-07-03 Luc Teirlinck <teirllm@auburn.edu>
2482
2483 * display.texi (The Echo Area): Correct menu.
2484
3d393029
RS
24852005-07-03 Richard M. Stallman <rms@gnu.org>
2486
7fe48b75
RS
2487 * elisp.texi (Top): Update subnode menu for Display.
2488
2489 * display.texi (Displaying Messages): New node, with most
2490 of what was in The Echo Area.
2491 (Progress): Moved under The Echo Area.
2492 (Logging Messages): New node with new text.
2493 (Echo Area Customization): New node, the rest of what was
2494 in The Echo Area. Document message-truncate-lines with @defvar.
2495 (Display): Update menu.
2496
3d393029
RS
2497 * windows.texi (Textual Scrolling): Doc 3 values for
2498 scroll-preserve-screen-position.
2499
2500 * text.texi (Special Properties): Change hook functions
2501 should bind inhibit-modification-hooks around altering buffer text.
2502
2503 * keymaps.texi (Key Binding Commands): Call binding BINDING
2504 rather than DEFINITION.
2505
b26860ad
JB
25062005-06-29 Juanma Barranquero <lekktu@gmail.com>
2507
2508 * variables.texi (Defining Variables): `user-variable-p' returns t
2509 for aliases of user options, nil for alias loops.
2510
025691ed
RS
25112005-06-28 Richard M. Stallman <rms@gnu.org>
2512
2513 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
2514 make-keymap.
2515
b61bfa4d
LT
25162005-06-27 Luc Teirlinck <teirllm@auburn.edu>
2517
2518 * variables.texi (Setting Variables): Correct and clarify
2519 description of `add-to-ordered-list'.
2520
24ee714d
RS
25212005-06-26 Richard M. Stallman <rms@gnu.org>
2522
2523 * display.texi (Faces): Minor cleanup.
2524
33b79ce4
LT
25252005-06-25 Luc Teirlinck <teirllm@auburn.edu>
2526
2527 * display.texi (Faces): `facep' returns t for strings that are
2528 face names.
2529
df13531d
RS
25302005-06-25 Richard M. Stallman <rms@gnu.org>
2531
2532 * objects.texi (Equality Predicates): Clarify meaning of equal.
2533
2534 * windows.texi (Selecting Windows): save-selected-window
2535 and with-selected-window save and restore the current buffer.
2536
cf444441
RS
25372005-06-24 Richard M. Stallman <rms@gnu.org>
2538
2539 * numbers.texi (Float Basics): Explain how to test for NaN,
2540 and printing the sign of NaNs.
2541
6cdd056d
EZ
25422005-06-24 Eli Zaretskii <eliz@gnu.org>
2543
2544 * makefile.w32-in (MAKEINFO): Use --force.
2545
b93e3c3b
RS
25462005-06-23 Richard M. Stallman <rms@gnu.org>
2547
2548 * display.texi (Face Functions): Correct Texinfo usage.
2549
6fb276bd
LT
25502005-06-23 Luc Teirlinck <teirllm@auburn.edu>
2551
2552 * lists.texi (Rings): `ring-elements' now returns the elements of
2553 RING in order.
2554
1d1c7e75
JB
25552005-06-23 Juanma Barranquero <lekktu@gmail.com>
2556
2557 * markers.texi (The Mark): Texinfo usage fix.
2558
9d12e52b
KS
25592005-06-23 Kim F. Storm <storm@cua.dk>
2560
2561 * searching.texi (Entire Match Data): Remove evaporate option for
2562 match-data. Do not mention evaporate option for set-match-data.
2563
6d44324c
GM
25642005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
2565
2566 * display.texi (Face Functions): Mention face aliases.
2567
80df27a7
RS
25682005-06-21 Richard M. Stallman <rms@gnu.org>
2569
2570 * anti.texi (Antinews): Texinfo usage fix.
2571
e121563b
KB
25722005-06-21 Karl Berry <karl@gnu.org>
2573
9d7d543c
KB
2574 * elisp.texi: Use @copying.
2575
e121563b
KB
2576 * elisp.texi: Put @summarycontents and @contents before the Top
2577 node, instead of the end of the file, so that the contents appear
2578 in the right place in the dvi/pdf output.
2579
36a3b076
JL
25802005-06-21 Juri Linkov <juri@jurta.org>
2581
2582 * display.texi (Defining Faces): Add `customized-face'.
2583
5c796e80
KS
25842005-06-20 Kim F. Storm <storm@cua.dk>
2585
b7d1f38f
KS
2586 * variables.texi (Setting Variables): Any type of element can be
2587 given order in add-to-ordered-list. Compare elements with eq.
2588
5c796e80
KS
2589 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
2590
fb056bef
KB
25912005-06-20 Karl Berry <karl@gnu.org>
2592
2593 * syntax.texi (Syntax Flags): Make last column very slightly wider
2594 to avoid "generic comment" breaking on two lines and causing an
2595 underfull box.
2596
84398baa
LT
25972005-06-19 Luc Teirlinck <teirllm@auburn.edu>
2598
2599 * lists.texi (Rings): Various minor clarifications and corrections.
2600
07ff1e4b
RS
26012005-06-18 Richard M. Stallman <rms@gnu.org>
2602
2603 * functions.texi (Obsolete Functions): Simplify.
2604
2605 * variables.texi (Variable Aliases): Simplify.
2606
2607 * anti.texi, backups.texi, compile.texi, customization.texi:
2608 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
2609 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
2610 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
2611 * variables.texi: Fix formatting ugliness.
2612
2613 * elisp.texi: Add links to Rings and Byte Packing.
2614 Update version and copyright years.
2615
2616 * minibuf.texi: Fix formatting ugliness.
2617 (Completion Commands): Move keymap vars to the end
2618 and vars completing-read binds to the top.
2619
3f7fab24
LT
26202005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2621
2622 * processes.texi: Fix typos.
2623 (Bindat Spec): Correct Texinfo error.
926c4c9b 2624 (Byte Packing): Fix ungrammatical sentence.
3f7fab24 2625
f19b57e3
RS
26262005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
2627
2628 * lists.texi (Rings): New node.
2629 (Lists): Add it to menu.
2630
a80c5da7 2631 * processes.texi (Byte Packing): New node.
f19b57e3
RS
2632 (Processes): Add it to menu.
2633
26342005-06-17 Richard M. Stallman <rms@gnu.org>
2635
2636 * syntax.texi (Parsing Expressions): Fix texinfo usage.
2637
2638 * help.texi (Documentation Basics): Explain the xref to
2639 Documentation Tips.
2640
2641 * debugging.texi (Debugger Commands): Minor fix.
2642
67c1390d
LT
26432005-06-16 Luc Teirlinck <teirllm@auburn.edu>
2644
2645 * edebug.texi (Instrumenting): Eliminate duplicate link.
2646 (Specification List): Replace references to "below", referring to
2647 a later node, with one @ref to that node.
2648
2649 * os.texi (Timers): Timers should save and restore the match data
2650 if they change it.
2651
2652 * debugging.texi (Debugger Commands): Mention that the Lisp
2653 debugger can not step through primitive functions.
2654
51cd2a8c
JB
26552005-06-16 Juanma Barranquero <lekktu@gmail.com>
2656
2657 * functions.texi (Obsolete Functions): Update argument names of
2658 `make-obsolete' and `define-obsolete-function-alias'.
2659
2660 * variables.texi (Variable Aliases): Update argument names of
2661 `defvaralias', `make-obsolete-variable' and
2662 `define-obsolete-variable-alias'.
2663
f5e6ac4a
KS
26642005-06-15 Kim F. Storm <storm@cua.dk>
2665
2666 * searching.texi (Entire Match Data): Rephrase warnings about
2667 evaporate arg to match-data and set-match-data.
2668
fe2a9972
LT
26692005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2670
67774855
LT
2671 * elisp.texi (Top): Update detailed menu.
2672
fe2a9972
LT
2673 * edebug.texi (Edebug): Update menu.
2674 (Instrumenting): Update xrefs.
2675 (Edebug Execution Modes): Correct xref.
2676 (Jumping): Clarify description of `h' command.
2677 Eliminate redundant @ref.
2678 (Breaks): New node.
9b7fa297 2679 (Breakpoints): Is now a subsubsection.
fe2a9972
LT
2680 (Global Break Condition): Mention `C-x X X'.
2681 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
2682 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
2683 (Edebug Display Update): Correct pxref.
2684 (Edebug and Macros): New node.
2685 (Instrumenting Macro Calls): Is now a subsubsection.
2686 Neither arg of `def-edebug-spec' is evaluated.
2687 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
2688 (Specification Examples): Fix typo.
2689
b59f605b
LK
26902005-06-14 Lute Kamstra <lute@gnu.org>
2691
2692 * debugging.texi (Function Debugging): Primitives can break on
2693 entry too.
2694
a5c99dc9
KS
26952005-06-14 Kim F. Storm <storm@cua.dk>
2696
2697 * variables.texi (Setting Variables): Add add-to-ordered-list.
2698
f99ed2f8
SM
26992005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * syntax.texi (Parsing Expressions): Document aux functions and vars of
2702 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
2703
9d42ffaa
LK
27042005-06-13 Lute Kamstra <lute@gnu.org>
2705
2706 * text.texi (Special Properties): Fix cross reference.
2707
32cc0b00
LT
27082005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2709
2710 * debugging.texi (Function Debugging): Delete mention of empty
2711 string argument to `cancel-debug-on-entry'. Delete inaccurate
2712 description of the return value of that command.
2713
98d1a1cf
EZ
27142005-06-11 Alan Mackenzie <acm@muc.de>
2715
2716 * text.texi (Adaptive Fill): Amplify the description of
2717 fill-context-prefix.
2718
4b53b8d7
LT
27192005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2720
84398baa 2721 * syntax.texi (Parsing Expressions): Fix Texinfo error.
4b53b8d7 2722
b5305167
SM
27232005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2724
2725 * syntax.texi (Parsing Expressions): Document syntax-ppss.
2726
9bd4c3ad
LT
27272005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2728
2729 * debugging.texi (Error Debugging): Minor rewording.
2730 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
2731 is optional.
2732
257914aa
LK
27332005-06-10 Lute Kamstra <lute@gnu.org>
2734
b5305167 2735 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
257914aa
LK
2736 (Top): Give it a title. Correct version number. Give the
2737 detailed node listing a more prominent header.
b5305167
SM
2738 * intro.texi: Don't set VERSION here a second time.
2739 Mention Emacs's version too.
257914aa
LK
2740 * anti.texi (Antinews): Use EMACSVER to refer to the current
2741 version of Emacs.
2742
b7aae902
KS
27432005-06-09 Kim F. Storm <storm@cua.dk>
2744
2745 * searching.texi (Entire Match Data): Explain new `reseat' argument to
2746 match-data and set-match-data.
2747
99598737
RS
27482005-06-08 Richard M. Stallman <rms@gnu.org>
2749
2750 * searching.texi (Entire Match Data): Clarify when match-data
2751 returns markers and when integers.
2752
2753 * display.texi (Defining Faces): Explain that face name should not
2754 end in `-face'.
2755
2756 * modes.texi (Mode Line Data): Minor cleanup.
2757 (Customizing Keywords): Node split out of Search-based Fontification.
2758 Add example of using font-lock-add-keywords from a hook.
2759 Clarify when MODE should be non-nil, and when nil.
2760
27612005-06-06 Richard M. Stallman <rms@gnu.org>
2762
2763 * modes.texi (Mode Line Data): Explain what happens when the car
2764 of a list is a void symbol.
2765 (Search-based Fontification): Explain MODE arg to
2766 font-lock-add-keywords and warn about calls from major modes.
2767
ecc8893a
JL
27682005-06-08 Juri Linkov <juri@jurta.org>
2769
2770 * display.texi (Standard Faces): Add `shadow' face.
2771
7fa9f4eb
LT
27722005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2773
2774 * modes.texi (Major Mode Conventions): A derived mode only needs
2775 to put the call to the parent mode inside `delay-mode-hooks'.
2776
bebcc4b1
RS
27772005-05-29 Richard M. Stallman <rms@gnu.org>
2778
c16b1394
RS
2779 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
2780 new, and what that implies. Clarify.
2781
2782 * files.texi (Locating Files): Clean up the text.
2783
bebcc4b1
RS
2784 * frames.texi (Window Frame Parameters): Document user-size.
2785 Shorten entry for top by referring to left.
2786
27872005-05-26 Richard M. Stallman <rms@gnu.org>
2788
2789 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
2790 is new, and what the implications are. Other clarifications.
2791
217797bc
RS
27922005-05-24 Richard M. Stallman <rms@gnu.org>
2793
2794 * frames.texi (Dialog Boxes): Minor fixes.
2795
3565fe07
MY
27962005-05-25 Masatake YAMATO <jet@gyve.org>
2797
2798 * display.texi (Standard Faces): Write about `mode-line-highlight'.
2799
817089df
LT
28002005-05-24 Luc Teirlinck <teirllm@auburn.edu>
2801
2802 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
2803 is optional.
2804
cb5db137
NR
28052005-05-24 Nick Roberts <nickrob@snap.net.nz>
2806
2807 * frames.texi (Dialog Boxes): Descibe new optional argument.
2808
3c8572f5
LK
28092005-05-23 Lute Kamstra <lute@gnu.org>
2810
2811 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
2812 syntax-begin-function over font-lock-beginning-of-syntax-function.
2813
2a4d7cb3
LT
28142005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2815
71f800cf
LT
2816 * minibuf.texi (Reading File Names): Update description of
2817 `read-directory-name'.
2818
2a4d7cb3
LT
2819 * modes.texi (Derived Modes): Clarify :group keyword.
2820
bb4afd09
EZ
28212005-05-21 Eli Zaretskii <eliz@gnu.org>
2822
b5305167
SM
2823 * files.texi (Locating Files): New subsection.
2824 Describe locate-file and executable-find.
bb4afd09 2825
a2c9aee6
EZ
28262005-05-21 Kevin Ryde <user42@zip.com.au>
2827
2828 * frames.texi (Initial Parameters): Update cross reference to
2829 "Emacs Invocation".
2830
6900105f
LT
28312005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2832
ca1b0914
LT
2833 * keymaps.texi (Active Keymaps): Add anchor.
2834
6900105f
LT
2835 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
2836 (Major Mode Conventions): Refer to `Auto Major Mode' in more
2837 appropriate place.
2838 (Derived Modes): Small clarifications.
b5305167
SM
2839 (Minor Mode Conventions, Keymaps and Minor Modes):
2840 Replace references to nodes with references to anchors.
6900105f
LT
2841 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
2842 Clarify description of lists whose first element is an integer.
2843 (Mode Line Variables): Add anchor.
2844 (%-Constructs): Clarify description of integer after %.
2845 (Emulating Mode Line): Describe nil value for FACE.
2846
54d06364
LT
28472005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2848
2849 * modes.texi (Derived Modes): Correct references to non-existing
2850 variable standard-syntax-table.
2851
f8d0b769
LK
28522005-05-17 Lute Kamstra <lute@gnu.org>
2853
2854 * modes.texi (Defining Minor Modes): Mention the mode hook.
2855
294c599c
KS
28562005-05-15 Kim F. Storm <storm@cua.dk>
2857
2858 * processes.texi (Network): Remove open-network-stream-nowait.
2859 (Network Servers): Remove open-network-stream-server.
2860
4214af69
LT
28612005-05-15 Luc Teirlinck <teirllm@auburn.edu>
2862
2863 * elisp.texi (Top): Update detailed menu.
2864
2865 * variables.texi: Reorder nodes.
2866 (Variables): Update menu.
2867 (File Local Variables): Do not refer to the `-*-' line as
2868 a "local variables list". Add pxref.
2869
302691ab
LT
28702005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2871
56d4215a
LT
2872 * elisp.texi (Top): Update detailed menu for node changes.
2873
302691ab 2874 * modes.texi (Modes): Update Menu.
6db11765 2875 (Hooks): Move to beginning of chapter.
302691ab
LT
2876 Most minor modes run mode hooks too.
2877 `add-hook' can handle void hooks or hooks whose value is a single
2878 function.
2879 (Major Modes): Update Menu.
2880 (Major Mode Basics): New node, split off from `Major Modes'.
2881 (Major Mode Conventions): Correct xref. Explain how to handle
2882 auto-mode-alist if the major mode command has an autoload cookie.
2883 (Auto Major Mode): Major update. Add magic-mode-alist.
2884 (Derived Modes): Major update.
2885 (Mode Line Format): Update Menu.
2886 (Mode Line Basics): New node, split off from `Mode Line Format'.
2887
2888 * loading.texi (Autoload): Mention `autoload cookie' as synonym
2889 for `magic autoload comment'. Add index entries and anchor.
2890
d06ba294
RS
28912005-05-14 Richard M. Stallman <rms@gnu.org>
2892
2893 * tips.texi (Coding Conventions): Explain how important it is
2894 that just loading certain files not change Emacs behavior.
2895
2896 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
2897
405cb12a
LK
28982005-05-12 Lute Kamstra <lute@gnu.org>
2899
19958124
LK
2900 * modes.texi (Generic Modes): Update.
2901 (Major Modes): Refer to node "Generic Modes".
2902
405cb12a
LK
2903 * elisp.texi (Top): Update to the current structure of the manual.
2904 * processes.texi (Processes): Add menu description.
2905 * customize.texi (Customization): Add menu descriptions.
2906
f714dd1b
TTN
29072005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2908
cc9442f2
TTN
2909 * processes.texi (Signals to Processes)
2910 (Low-Level Network): Fix typos.
f714dd1b 2911
36ad23ec
LK
29122005-05-11 Lute Kamstra <lute@gnu.org>
2913
2914 * elisp.texi (Top): Add some nodes from the chapter "Major and
2915 Minor Modes" to the detailed node listing.
2916
d101bf56
RS
29172005-05-10 Richard M. Stallman <rms@gnu.org>
2918
2919 * keymaps.texi (Extended Menu Items): Menu item filter functions
2920 can be called at any time.
2921
698b0510
LT
29222005-05-08 Luc Teirlinck <teirllm@auburn.edu>
2923
2924 * variables.texi (File Local Variables): `(hack-local-variables t)'
2925 now also checks whether a mode is specified in the local variables
2926 list.
2927
2c6b25c7
EZ
29282005-05-05 Kevin Ryde <user42@zip.com.au>
2929
2930 * display.texi (The Echo Area): Correct format function cross
2931 reference.
2932
643b4cf5
LT
29332005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2934
2935 * variables.texi (Variable Aliases): Change description of
2936 `define-obsolete-variable-alias'.
2937
2938 * functions.texi (Functions): Add "Obsolete Functions" to menu.
2939 (Defining Functions): Add xref.
2940 (Obsolete Functions): New node.
2941 (Function Safety): Standardize capitalization of section title.
2942
2943 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
2944 (Dialog Boxes): Complete description of `x-popup-dialog'.
2945
053bc8e4
RS
29462005-05-04 Richard M. Stallman <rms@gnu.org>
2947
2948 * commands.texi (Interactive Codes): Fix Texinfo usage.
2949 Document U more clearly.
2950
f6b1b15a
LT
29512005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2952
3b925015
LT
2953 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
2954 function and not a macro.
2955
f6b1b15a
LT
2956 * frames.texi (Pop-Up Menus): Correct and clarify description of
2957 `x-popup-menu'.
2958 (Dialog Boxes): Clarify description of `x-popup-dialog'.
2959
ebbfa918
RS
29602005-05-01 Richard M. Stallman <rms@gnu.org>
2961
2962 * edebug.texi (Checking Whether to Stop): Fix previous change.
2963
abe2f96e
LT
29642005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2965
d6028ef2
LT
2966 * display.texi: Fix typos and Texinfo usage.
2967
abe2f96e
LT
2968 * edebug.texi (Checking Whether to Stop): executing-macro ->
2969 executing-kbd-macro.
2970
b2cfb30b
RS
29712005-05-01 Richard M. Stallman <rms@gnu.org>
2972
2973 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
2974
7e995a23
RS
29752005-04-30 Richard M. Stallman <rms@gnu.org>
2976
2977 * files.texi (Magic File Names): Document `operations' property.
2978
57efa539
LK
29792005-04-29 Lute Kamstra <lute@gnu.org>
2980
2981 * modes.texi (Generic Modes): New node.
2982 (Major Modes): Add it to the menu.
2983 (Derived Modes): Add "derived mode" to concept index.
2984
0a20b1dc
LK
29852005-04-28 Lute Kamstra <lute@gnu.org>
2986
2987 * modes.texi (Defining Minor Modes): Fix previous change.
2988 (Font Lock Mode): Simplify.
2989 (Font Lock Basics): Say that font-lock-defaults is buffer-local
2990 when set and that some parts are optional. Add cross references.
2991 (Search-based Fontification): Say how to specify font-lock-keywords.
b5305167
SM
2992 Add cross references. Add font-lock-multiline to index.
2993 Move font-lock-keywords-case-fold-search here from node "Other Font
0a20b1dc 2994 Lock Variables". Document font-lock-add-keywords and
b5305167 2995 font-lock-remove-keywords.
0a20b1dc
LK
2996 (Other Font Lock Variables): Move font-lock-keywords-only,
2997 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
2998 and font-lock-syntactic-face-function to node "Syntactic Font
2999 Lock". Move font-lock-keywords-case-fold-search to node
3000 "Search-based Fontification". Document font-lock-inhibit-thing-lock
3001 and font-lock-{,un}fontify-{buffer,region}-function.
3002 (Precalculated Fontification): Remove reference to deleted variable
3003 font-lock-core-only.
3004 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
3005 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
3006 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
3007 and font-lock-syntactic-face-function here from node "Other Font
3008 Lock Variables". Move font-lock-syntactic-keywords to "Setting
3009 Syntax Properties". Add cross references.
b5305167
SM
3010 (Setting Syntax Properties): New node.
3011 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
0a20b1dc
LK
3012 * syntax.texi (Syntax Properties): Add cross reference.
3013 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
3014
68a94f5a
RS
30152005-04-26 Richard M. Stallman <rms@gnu.org>
3016
3017 * display.texi (Defining Faces):
3018 Document `default' elements of defface spec.
3019
3020 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
3021
3022 * variables.texi (Variable Aliases): Clarify text.
3023
30242005-04-25 Chong Yidong <cyd@stupidchicken.com>
3025
3026 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
3027
7f48f143
LT
30282005-04-25 Luc Teirlinck <teirllm@auburn.edu>
3029
3030 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
3031
45d2f8e8
EZ
30322005-04-24 Eli Zaretskii <eliz@gnu.org>
3033
f3714ab2
EZ
3034 * syntax.texi (Syntax Table Internals): Elaborate documentation of
3035 syntax-after and syntax-class.
3036
45d2f8e8 3037 * files.texi (Changing Files): Fix last change's cross-reference.
5eb20bca
EZ
3038 (Unique File Names): Don't mention "numbers" in the documentation
3039 of make-temp-file and make-temp-name.
45d2f8e8 3040
469bc679
RS
30412005-04-23 Richard M. Stallman <rms@gnu.org>
3042
3043 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
3044
c9fa5dc9
RS
30452005-04-22 Nick Roberts <nickrob@snap.net.nz>
3046
3047 * windows.texi (Cyclic Window Ordering): Clarify window-list.
3048
230e1e80
NR
30492005-04-22 Nick Roberts <nickrob@snap.net.nz>
3050
3051 * variables.texi (Variable Aliases): Describe make-obsolete-variable
3052 and define-obsolete-variable-alias.
3053
1ba52906
KS
30542005-04-22 Kim F. Storm <storm@cua.dk>
3055
3056 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
3057 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
3058
9721d904
LK
30592005-04-21 Lute Kamstra <lute@gnu.org>
3060
3061 * lists.texi (Association Lists): Document rassq-delete-all.
3062
ed35c736
RS
30632005-04-19 Richard M. Stallman <rms@gnu.org>
3064
3065 * modes.texi (Search-based Fontification): Explain that
3066 facespec is an expression to be evaluated.
3067
42fc00a4
RS
30682005-04-19 Kevin Ryde <user42@zip.com.au>
3069
b5305167 3070 * streams.texi (Output Functions): Fix xref.
42fc00a4
RS
3071 * strings.texi (String Conversion): Fix xref.
3072
5827e9d4
KS
30732005-04-19 Kim F. Storm <storm@cua.dk>
3074
3075 * symbols.texi (Symbol Plists): Add safe-get.
3076 Mention that `get' may signal an error.
3077
47872da9
NR
30782005-04-18 Nick Roberts <nickrob@snap.net.nz>
3079
3080 * customize.texi (Variable Definitions): Replace tooltip-mode
3081 example with save-place.
3082
ec0cf966
RS
30832005-04-17 Richard M. Stallman <rms@gnu.org>
3084
3085 * buffers.texi (Indirect Buffers): Clarify.
3086
3087 * positions.texi (Positions): Clarify converting marker to integer.
3088
3089 * strings.texi (String Basics): Mention string-match; clarify.
3090
199bb209
LK
30912005-04-08 Lute Kamstra <lute@gnu.org>
3092
3093 * modes.texi (Search-based Fontification): Fix cross references.
3094 Use consistent terminology. Document anchored highlighting.
3095
bfa54668
LK
30962005-04-05 Lute Kamstra <lute@gnu.org>
3097
3098 * modes.texi (Defining Minor Modes): Document :group keyword
3099 argument and its default value.
3100
07e5fb9e
LK
31012005-04-03 Lute Kamstra <lute@gnu.org>
3102
3103 * hooks.texi (Standard Hooks): Add some hooks. Add cross
3104 references and/or descriptions. Delete major mode hooks; mention
3105 them as a category instead. Rename or delete obsolete hooks.
3106
aa945b59
RS
31072005-04-02 Richard M. Stallman <rms@gnu.org>
3108
3109 * nonascii.texi (Coding System Basics): Another wording cleanup.
3110
8b918214
RS
31112005-04-01 Richard M. Stallman <rms@gnu.org>
3112
3113 * nonascii.texi (Coding System Basics): Clarify previous change.
3114
41639988
KH
31152005-04-01 Kenichi Handa <handa@m17n.org>
3116
3117 * nonascii.texi (Coding System Basics): Describe about rondtrip
3118 identity of coding systems.
3119
8e669bbd
RS
31202005-03-29 Chong Yidong <cyd@stupidchicken.com>
3121
3122 * text.texi (Buffer Contents): Add filter-buffer-substring and
3123 buffer-substring-filters.
3124
f60a6f87
RS
31252005-03-26 Chong Yidong <cyd@stupidchicken.com>
3126
3127 * anti.texi (Antinews): Mention `G' interactive code.
3128
3129 * tips.texi (Compilation Tips): Mention benchmark.el.
3130
aaac1251
LT
31312005-03-27 Luc Teirlinck <teirllm@auburn.edu>
3132
3133 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
3134 is now bound to M-o M-o.
3135
3136 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
3137
45325173
GM
31382005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
3139
3140 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
3141 in the Emacs Manual).
3142 * Makefile.in (srcs): Remove calendar.texi.
3143 * makefile.w32-in (srcs): Remove calendar.texi.
3144 * display.texi (Display): Change name of next node.
3145 * os.texi (System In): Change name of previous node.
3146 * elisp.texi (Top): Remove Calendar references.
3147 * vol1.texi (Top): Remove Calendar references.
3148 * vol2.texi (Top): Remove Calendar references.
3149
85df292e
RS
31502005-03-25 Richard M. Stallman <rms@gnu.org>
3151
45325173 3152 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
85df292e
RS
3153 Cleanup previous change.
3154
31552005-03-25 Chong Yidong <cyd@stupidchicken.com>
3156
3157 * display.texi (Face Attributes): Faces earlier in an :inherit
3158 list take precedence.
3159 (Scroll Bars): Fix description of vertical-scroll-bars.
3160 Document frame-current-scroll-bars and window-current-scroll-bars.
3161
3162 * markers.texi (The Mark): Document temporary Transient Mark mode.
3163
b5305167
SM
3164 * minibuf.texi (Reading File Names):
3165 Document read-file-name-completion-ignore-case.
85df292e
RS
3166
3167 * positions.texi (Screen Lines): Document nil for width argument
3168 to compute-motion.
3169
1fe54d69
KS
31702005-03-23 Kim F. Storm <storm@cua.dk>
3171
3172 * display.texi (Standard Faces): Other faces used in the fringe
3173 implicitly inherits from the fringe face.
3174 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
3175 properties implicitly inherits from fringe face.
3176 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
3177
a775dff4
RS
31782005-03-20 Chong Yidong <cyd@stupidchicken.com>
3179
3180 * display.texi (Invisible Text): State default value of
3181 line-move-ignore-invisible.
3182 (Managing Overlays): Document remove-overlays.
3183 (Standard Faces): Document escape-glyph face.
3184
b5305167 3185 * minibuf.texi (Reading File Names): Document read-file-name-function.
a775dff4 3186
b5305167
SM
3187 * modes.texi (Other Font Lock Variables):
3188 Document font-lock-lines-before.
a775dff4
RS
3189
3190 * positions.texi (Skipping Characters): skip-chars-forward allows
3191 character classes.
3192
077f7085
LK
31932005-03-18 Lute Kamstra <lute@gnu.org>
3194
3195 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
3196
d69ea7ab
RS
31972005-03-17 Richard M. Stallman <rms@gnu.org>
3198
c7bd5d57
RS
3199 * text.texi (Undo): Document extensible undo entries.
3200
d69ea7ab
RS
3201 * searching.texi (String Search, Regexp Search, Regexp Search):
3202 Cleanups.
3203
3204 * nonascii.texi (Character Codes): Minor fix.
3205
3206 * display.texi (Display Property): Explain the significance
3207 of having text properties that are eq.
3208 (Other Display Specs): Explain string as display spec.
3209
3210 * commands.texi (Interactive Codes): Document G option.
3211
32122005-03-17 Chong Yidong <cyd@stupidchicken.com>
3213
3214 * text.texi (Filling): Add sentence-end-without-period and
3215 sentence-end-without-space.
3216 (Changing Properties): Minor fix.
3217
3218 * anti.texi: Total rewrite.
3219
a7679889
LK
32202005-03-15 Lute Kamstra <lute@gnu.org>
3221
3222 * edebug.texi (Instrumenting Macro Calls): Fix typos.
3223
6eb8e247
KS
32242005-03-08 Kim F. Storm <storm@cua.dk>
3225
3226 * display.texi (Specified Space): Property :width is support on
3227 non-graphic terminals, :height is not.
3228
bfa8be14
RS
32292005-03-07 Richard M. Stallman <rms@gnu.org>
3230
3231 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
3232 Now subnodes of Fringes.
3233 (Overlay Arrow): Document overlay-arrow-variable-list.
3234 (Fringe Size/Pos): New node, broken out of Fringes.
3235 (Display): Explain clearing vs redisplay better.
3236 (Truncation): Clarify use of bitmaps.
3237 (The Echo Area): Clarify the uses of the echo area.
3238 Add max-mini-window-height.
3239 (Progress): Clarify.
3240 (Invisible Text): Explain that main loop moves point out.
3241 (Selective Display): Say "hidden", not "invisible".
b5305167 3242 (Managing Overlays): Move up. Describe relation to Undo here.
bfa8be14
RS
3243 (Overlay Properties): Clarify intro.
3244 (Finding Overlays): Explain return values when nothing found.
3245 (Width): truncate-string-to-width has added arg.
3246 (Displaying Faces): Clarify and update mode line face handling.
3247 (Face Functions): Minor cleanup.
b5305167 3248 (Conditional Display): Merge into Other Display Specs.
bfa8be14
RS
3249 (Pixel Specification, Other Display Specs): Minor cleanups.
3250 (Images, Image Descriptors): Minor cleanups.
3251 (GIF Images): Patents have expired.
3252 (Showing Images): Explain default text for insert-image.
b5305167 3253 (Manipulating Button Types): Merge into Manipulating Buttons.
bfa8be14
RS
3254 (Making Buttons): Explain return values.
3255 (Button Buffer Commands): Add xref.
3256 (Inverse Video): Update mode-line-inverse-video.
3257 (Display Table Format): Clarify.
3258 (Active Display Table): Give defaults for window-display-table.
3259
3260 * calendar.texi (Calendar Customizing): calendar-holiday-marker
3261 and calendar-today-marker are strings, not chars.
3262 (Holiday Customizing): Minor fix.
3263
bfa8be14
RS
3264 * internals.texi (Writing Emacs Primitives): Update `or' example.
3265 Update limit on # args of subr.
3266
3267 * edebug.texi (Using Edebug): Arrow is in fringe.
3268 (Instrumenting): Arg to eval-defun works without loading edebug.
3269 (Edebug Execution Modes): Add xref.
3270
3271 * customize.texi (Common Keywords): Clarify :require.
3272 Mention :version here.
3273 (Variable Definitions, Group Definitions): Not here.
3274 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
3275
d69ea7ab
RS
32762005-03-07 Chong Yidong <cyd@stupidchicken.com>
3277 * nonascii.texi (Text Representations): Clarify position-bytes.
3278 (Character Sets): Add list-charset-chars.
3279 (Scanning Charsets): Add charset-after.
3280 (Encoding and I/O): Minor fix.
3281
34398e6c
RS
32822005-03-06 Richard M. Stallman <rms@gnu.org>
3283
3284 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
3285 (Resizing Windows): Likewise.
3286
3287 * text.texi (Change Hooks): Get rid of "Emacs 21".
3288
3289 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
3290
3291 * streams.texi (Output Variables): Get rid of "Emacs 21".
3292
3293 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
3294
3295 * os.texi (Translating Input): Replace flow-control example
3296 with a less obsolete example that uses `keyboard-translate'.
3297
6eb8e247 3298 * objects.texi (Hash Table Type, Circular Objects):
34398e6c 3299 Get rid of "Emacs 21".
6eb8e247 3300
34398e6c
RS
3301 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
3302 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
3303
3304 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
3305
3306 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
3307
3308 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
3309 (Menu Bar): Fix when menu-bar-update-hook is called.
3310
3311 * hash.texi (Hash Tables): Get rid of "Emacs 21".
3312
3313 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
3314 and make it read better.
3315
3316 * files.texi (Writing to Files): Get rid of "Emacs 21".
3317 (Unique File Names): Likewise.
3318
3319 * elisp.texi: Update Emacs version to 22.
3320
3321 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
3322 (Overlay Properties, Face Attributes): Likewise.
3323 (Managing Overlays): Fix punctuation.
3324 (Attribute Functions): Clarify set-face-font; get rid of
3325 info about old Emacs versions.
3326 (Auto Faces, Font Lookup, Display Property, Images):
3327 Get rid of "Emacs 21".
3328
3329 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
3330
d2178387
RS
33312005-03-05 Richard M. Stallman <rms@gnu.org>
3332
3333 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
3334
524352d6
LK
33352005-03-04 Lute Kamstra <lute@gnu.org>
3336
3337 * debugging.texi (Error Debugging): Document stack-trace-on-error.
3338
33392005-03-03 Lute Kamstra <lute@gnu.org>
3340
3341 * edebug.texi (Instrumenting Macro Calls): Fix typo.
3342
284f0680
LK
33432005-03-01 Lute Kamstra <lute@gnu.org>
3344
3345 * debugging.texi (Debugger Commands): Update `j'.
3346
a9ee5cac
LK
33472005-02-28 Lute Kamstra <lute@gnu.org>
3348
3349 * debugging.texi (Debugging): Fix typo.
3350 (Error Debugging): Document eval-expression-debug-on-error.
3351 (Function Debugging): Update example.
3352 (Using Debugger): Mention starred stack frames.
3353 (Debugger Commands): Document `j' and `l'.
3354 (Invoking the Debugger): `d' and `j' exit recursive edit too.
3355 Update the messages that the debugger displays.
3356 (Internals of Debugger): Add cross reference. Update example.
3357 (Excess Open): Minor improvement.
3358 (Excess Close): Minor improvement.
3359
378d0f8e
RS
33602005-02-26 Richard M. Stallman <rms@gnu.org>
3361
3362 * tips.texi (Coding Conventions): Clarify.
3363 Put all the major mode key reservations together.
3364 Mention the Mouse-1 => Mouse-2 conventions.
3365
3366 * syntax.texi (Syntax Class Table): Clarify.
3367 (Syntax Table Functions): syntax-after moved from here.
3368 (Syntax Table Internals): syntax-after moved to here.
3369 (Parsing Expressions): Update info on number of values
3370 and what's meaningful in the STATE argument.
3371 (Categories): Fix typo.
3372
3373 * sequences.texi (Arrays): Cleanup.
3374 (Char-Tables): Clarify.
3375
3376 * processes.texi (Deleting Processes): Cleanups, add xref.
3377 (Subprocess Creation): Explain nil in exec-path. Cleanup.
3378 (Process Information): set-process-coding-system, some args optional.
3379 (Input to Processes): Explain various types for PROCESS args.
3380 Rename them from PROCESS-NAME to PROCESS.
3381 (Signals to Processes): Likewise.
3382 (Decoding Output): Cleanup.
3383 (Query Before Exit): Clarify.
3384
3385 * os.texi (Startup Summary): Correct the options; add missing ones.
3386 (Terminal Output, Batch Mode): Clarify.
3387 (Flow Control): Node deleted.
3388
3389 * markers.texi (The Mark): Clarify.
3390
3391 * macros.texi (Expansion): Cleanup.
3392 (Indenting Macros): indent-spec allows ints, not floats.
3393
3394 * keymaps.texi (Keymaps): Clarify.
3395 (Format of Keymaps): Update lisp-mode-map example.
3396 (Active Keymaps, Key Lookup): Clarify.
3397 (Changing Key Bindings): Add xref to `kbd'.
3398 (Key Binding Commands, Simple Menu Items): Clarify.
3399 (Mouse Menus, Menu Bar): Clarify.
3400 (Menu Example): Replace print example with menu-bar-replace-menu.
3401
3402 * help.texi (Documentation Basics): Add function-documentation prop.
3403
3404 * elisp.texi (Top): Don't refer to Flow Control node.
3405
3406 * commands.texi (Command Overview): Improve xrefs.
3407 (Adjusting Point): Adjusting point applies to intangible and invis.
3408 (Key Sequence Input): Doc extra read-key-sequence args.
3409 Likewise for read-key-sequence-vector.
3410
3411 * backups.texi (Rename or Copy): Minor fix.
3412 (Numbered Backups): For version-control, say the default.
3413 (Auto-Saving): make-auto-save-file-name example is simplified.
3414
3415 * advice.texi (Advising Functions): Don't imply one part of Emacs
3416 should advise another part. Markup changes.
3417 (Defining Advice): Move transitional para.
3418 (Activation of Advice): Cleanup.
3419 Explain if COMPILE is nil or negative.
3420
3421 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
3422
2e20c83d
LK
34232005-02-24 Lute Kamstra <lute@gnu.org>
3424
3425 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
3426 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
3427
65c492fd
LK
34282005-02-23 Lute Kamstra <lute@gnu.org>
3429
b02c3eed
LK
3430 * modes.texi (Defining Minor Modes): define-minor-mode can be used
3431 to define global minor modes as well.
3432
65c492fd
LK
3433 * display.texi (Managing Overlays): overlay-buffer returns nil for
3434 deleted overlays.
3435
b686dd59
KS
34362005-02-22 Kim F. Storm <storm@cua.dk>
3437
3438 * minibuf.texi (Basic Completion): Allow symbols in addition to
3439 strings in try-completion and all-completions.
3440
23e8c095
LK
34412005-02-14 Lute Kamstra <lute@gnu.org>
3442
3443 * elisp.texi (Top): Remove reference to deleted node.
3444
3445 * lists.texi (Lists): Remove reference to deleted node.
3446 (Cons Cells): Fix typo.
3447
3448 * loading.texi (Where Defined): Fix typo.
3449
134948fc
RS
34502005-02-14 Richard M. Stallman <rms@gnu.org>
3451
3452 * variables.texi (Creating Buffer-Local): change-major-mode-hook
3453 is useful for discarding some minor modes.
3454
3455 * symbols.texi (Symbol Components): Reorder examples.
3456
3457 * streams.texi (Input Functions): State standard-input default.
3458 (Output Variables): State standard-output default.
3459
3460 * objects.texi (Printed Representation): Clarify read syntax vs print.
3461 (Floating Point Type): Explain meaning better.
3462 (Symbol Type): Explain uniqueness better.
3463 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
3464 List examples sooner.
3465 (Box Diagrams): New subnode broken out.
3466 Some examples moved from old Lists as Boxes node.
3467 (Dotted Pair Notation): Clarify intro.
3468 (Array Type): Clarify.
3469 (Type Predicates): Add hash-table-p.
3470
3471 * numbers.texi (Integer Basics): Clarify radix explanation.
3472 (Predicates on Numbers): Minor clarification.
3473 (Comparison of Numbers): Minor clarification. Clarify eql.
3474 Typos in min, max.
3475 (Math Functions): Clarify overflow in expt.
3476
3477 * minibuf.texi (Text from Minibuffer): Minor clarification.
3478 Mention arrow keys.
3479
3480 * loading.texi (Autoload): defun's doc string overrides autoload's
3481 doc string.
3482 (Repeated Loading): Modernize "add to list" examples.
3483 (Where Defined): Finish updating table of load-history elts.
3484
3485 * lists.texi (List-related Predicates): Minor wording improvement.
3486 (Lists as Boxes): Node deleted.
3487 (Building Lists): Explain trivial cases of number-sequence.
3488
3489 * hash.texi (Hash Tables): Add desc to menu items.
3490 (Creating Hash): Expain "full" means "make larger",
3491 (Hash Access): Any object can be a key.
3492 State value of maphash.
3493
3494 * functions.texi (What Is a Function): Wording cleanup.
3495 (Function Documentation): Minor cleanup.
3496 Explain purpose of calling convention at end of doc string.
3497 (Function Names): Wording cleanup.
3498 (Calling Functions): Wording cleanup.
3499 Explain better how funcall calls the function.
3500 (Function Cells): Delete example of saving and redefining function.
3501
3502 * control.texi (Combining Conditions): Wording cleanup.
3503 (Iteration): dolist and dotimes bind VAR locally.
3504 (Cleanups): Xref to Atomic Changes.
3505
3506 * compile.texi (Byte Compilation): Delete 19.29 info.
3507 (Compilation Functions): Macros' difficulties don't affect defsubst.
3508 (Docs and Compilation): Delete 19.29 info.
3509
44291460
RS
35102005-02-10 Richard M. Stallman <rms@gnu.org>
3511
3512 * objects.texi (Symbol Type): Minor correction.
3513
1f9ad95a
LK
35142005-02-06 Lute Kamstra <lute@gnu.org>
3515
3516 * modes.texi (Example Major Modes): Fix typos.
3517
ba2c991c
RS
35182005-02-06 Richard M. Stallman <rms@gnu.org>
3519
3520 * text.texi (Margins): fill-nobreak-predicate can be one function.
3521
3522 * strings.texi (Modifying Strings): clear-string can make unibyte.
3523 (Formatting Strings): format gives error if values missing.
3524
3525 * positions.texi (Character Motion): Mention default arg
3526 for forward-char. backward-char refers to forward-char.
3527 (Word Motion): Mention default arg for forward-word.
3528 (Buffer End Motion): Mention default arg for beginning-of-buffer.
3529 Simplify end-of-buffer.
3530 (Text Lines): Mention default arg for forward-line.
3531 (List Motion): Mention default arg for beginning/end-of-defun.
3532 (Skipping Characters): Minor fixes in explaining character-set.
3533
3534 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
3535 Mode inheritance applies only when default-major-mode is nil.
3536 Clarifications.
3537 (Example Major Modes): Update Text mode and Lisp mode examples.
3538 (Minor Mode Conventions): Mention define-minor-mode at top.
3539 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
3540 (Mode Line Format): Update mode line face display info.
3541 (Properties in Mode): Mention effect of risky vars.
3542 (Imenu): Define imenu-add-to-menubar.
3543 (Font Lock Mode): Add descriptions to menu lines.
3544 (Faces for Font Lock): Add font-lock-doc-face.
3545
9bf6d576
LK
35462005-02-05 Lute Kamstra <lute@gnu.org>
3547
3548 * text.texi (Maintaining Undo): Remove obsolete function.
3549
cb602754
EZ
35502005-02-05 Eli Zaretskii <eliz@gnu.org>
3551
3552 * frames.texi (Color Names): Add pointer to the X docs about RGB
3553 color specifications. Improve indexing
3554 (Text Terminal Colors): Replace the description of RGB values by
3555 an xref to "Color Names".
3556
4e07258f
RS
35572005-02-03 Richard M. Stallman <rms@gnu.org>
3558
3559 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
3560 Clarify.
3561 (Selecting Windows): Clarify save-selected-window.
3562 (Cyclic Window Ordering): Clarify walk-windows.
3563 (Window Point): Clarify.
3564 (Window Start): Add comment to example.
3565 (Resizing Windows): Add `interactive' specs in examples.
3566 Document fit-window-to-buffer.
3567
3568 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
3569 (Undo, Maintaining Undo): Clarify last change.
3570 (Sorting): In sort-numeric-fields, explain about octal and hex.
3571 Mention sort-numeric-base.
3572 (Format Properties): Add xref for hard newlines.
3573
3574 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
3575 (Pop-Up Menus): Fix typo.
3576 (Color Names): Explain all types of color names.
3577 Explain color-values on B&W terminal.
3578 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
3579
3580 * files.texi (File Locks): Not supported on MS systems.
3581 (Testing Accessibility): Clarify.
3582
3583 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
3584 (Coverage Testing): Fix typo.
3585
3586 * commands.texi (Misc Events): Remove stray space.
3587
3588 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
3589 (Modification Time): Clarify when visited-file-modtime returns 0.
3590 (The Buffer List): Clarify bury-buffer.
3591 (Killing Buffers): Clarify.
3592 (Indirect Buffers): Add clone-indirect-buffer.
3593
35942005-02-02 Matt Hodges <MPHodges@member.fsf.org>
3595
3596 * edebug.texi (Printing in Edebug): Fix default value of
3597 edebug-print-circle.
3598 (Coverage Testing): Fix displayed frequency count data.
3599
36002005-02-02 Luc Teirlinck <teirllm@auburn.edu>
d4d66807
LT
3601
3602 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
3603
4e07258f 36042005-02-02 Kim F. Storm <storm@cua.dk>
fb89c330
KS
3605
3606 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
3607
28d986b9
EZ
36082005-01-29 Eli Zaretskii <eliz@gnu.org>
3609
3610 * commands.texi (Misc Events): Describe the help-echo event.
3611
3612 * text.texi (Special Properties) <help-echo>: Use `pos'
b5305167
SM
3613 consistently in description of the help-echo property.
3614 Use @code{nil} instead of @var{nil}.
28d986b9
EZ
3615
3616 * display.texi (Overlay Properties): Fix the index entry for
3617 help-echo overlay property.
3618
3619 * customize.texi (Type Keywords): Uncomment the xref to the
3620 help-echo property documentation.
3621
8f958b40
KS
36222005-01-23 Kim F. Storm <storm@cua.dk>
3623
3624 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
3625 return value. Third element FULLY replaced by PARTIAL which
3626 specifies number of invisible pixels if row is only partially visible.
3627 (Textual Scrolling): Mention auto-window-vscroll.
3628 (Vertical Scrolling): New defvar auto-window-vscroll.
3629
cd7e5dd6
LT
36302005-01-16 Luc Teirlinck <teirllm@auburn.edu>
3631
3632 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
3633 command remapping.
3634
6f771c32
RS
36352005-01-15 Richard M. Stallman <rms@gnu.org>
3636
3637 * display.texi (Defining Images): Mention DATA-P arg of create-image.
3638
6ac8a822
KS
36392005-01-14 Kim F. Storm <storm@cua.dk>
3640
88948d55
KS
3641 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
3642
6ac8a822
KS
3643 * text.texi (Links and Mouse-1): Fix string and vector item.
3644
20d6de82
RS
36452005-01-13 Richard M. Stallman <rms@gnu.org>
3646
3647 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
3648 descriptions of overriding-local-map and overriding-terminal-local-map.
3649
3650 * text.texi (Links and Mouse-1): Clarify text.
3651
f75a592e
KS
36522005-01-13 Kim F. Storm <storm@cua.dk>
3653
3654 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
3655
910f60b1
TTN
36562005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
3657
3658 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
3659
37181fc4
KS
36602005-01-12 Kim F. Storm <storm@cua.dk>
3661
3662 * text.texi (Links and Mouse-1): Rename section from Enabling
3663 Mouse-1 to Following Links. Change xrefs.
3664 Add examples for define-button-type and define-widget.
3665
3666 * display.texi (Button Properties, Button Buffer Commands):
3667 Clarify mouse-1 and follow-link functionality.
3668
28f94a34
RS
36692005-01-12 Richard M. Stallman <rms@gnu.org>
3670
3671 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
3672
3673 * display.texi (Beeping): Fix Texinfo usage.
3674
3675 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
3676
bac2d936
KS
36772005-01-11 Kim F. Storm <storm@cua.dk>
3678
3679 * display.texi (Button Properties, Button Buffer Commands):
93381d62 3680 Mention mouse-1 binding. Add follow-link keyword.
bac2d936
KS
3681
3682 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
3683 (Enabling Mouse-1 to Follow Links): New subsection.
3684
de968ddb
RS
36852005-01-06 Richard M. Stallman <rms@gnu.org>
3686
3687 * text.texi (Special Properties): Minor change.
3688
3689 * os.texi (Timers): Clarify previous change.
3690
3691 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
3692
a3a43b3b
LT
36932005-01-01 Luc Teirlinck <teirllm@auburn.edu>
3694
3695 * display.texi (Face Attributes): Correct xref to renamed node.
3696
732bb9ce
RS
36972005-01-01 Richard M. Stallman <rms@gnu.org>
3698
3699 * display.texi (Face Attributes): Describe hex color specs.
3700
c734ae59
RS
37012004-12-31 Richard M. Stallman <rms@gnu.org>
3702
3703 * os.texi (Timers): Update previous change.
3704
33b2f4ea
KS
37052004-12-30 Kim F. Storm <storm@cua.dk>
3706
3707 * display.texi (Line Height): Total line-height is now specified
3708 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
3709 in cons cells. (nil . RATIO) is relative to actual line height.
3710 Use line-height `t' instead of `0' to get minimum height.
3711
99ec74b9
RS
37122004-12-29 Richard M. Stallman <rms@gnu.org>
3713
3714 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
3715
eab463f6
RS
37162004-12-28 Richard M. Stallman <rms@gnu.org>
3717
3718 * commands.texi (Quitting): Clarify value of with-local-quit.
3719
3720 * elisp.texi (Top): Fix previous change.
3721
3722 * loading.texi (Loading): Fix previous change.
3723
ebbd14f1
RS
37242004-12-27 Richard M. Stallman <rms@gnu.org>
3725
4ae98fc5
RS
3726 * Makefile.in (MAKEINFO): Specify --force.
3727
8f430046
RS
3728 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
3729
56011a8c
RS
3730 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
3731
3732 * display.texi (Line Height): Further clarify.
3733
3734 * elisp.texi (Top): Update Loading submenu.
3735
ebbd14f1
RS
3736 * loading.texi (Where Defined): New node.
3737 (Unloading): load-history moved to Where Defined.
3738
fda2922a
RS
37392004-12-21 Richard M. Stallman <rms@gnu.org>
3740
3741 * commands.texi (Event Input Misc): Add while-no-input.
3742
9eb8959a
RS
37432004-12-11 Richard M. Stallman <rms@gnu.org>
3744
3745 * display.texi (Line Height): Rewrite text for clarity.
3746
adf87c29
KS
37472004-12-11 Kim F. Storm <storm@cua.dk>
3748
3749 * display.texi (Display): Add node "Line Height" to menu.
3750 (Line Height): New node. Move full description of line-spacing
3751 and line-height text properties here from text.texi.
3752 (Scroll Bars): Add vertical-scroll-bar variable.
3753
3754 * frames.texi (Window Frame Parameters): Remove line-height defvar.
3755
3756 * locals.texi (Standard Buffer-Local Variables): Fix xref for
3757 line-spacing and vertical-scroll-bar.
3758
3759 * text.texi (Special Properties): Just mention line-spacing and
3760 line-height here, add xref to new "Line Height" node.
3761
31e4729e
TTN
37622004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
3763
3764 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
3765
3766 * locals.texi (Standard Buffer-Local Variables):
3767 Add @xref for `line-spacing'.
3768
cc60c723
RS
37692004-12-05 Richard M. Stallman <rms@gnu.org>
3770
3771 * Makefile.in (maintainer-clean): Remove the info files
3772 in $(infodir) where they are created.
3773
f6101ac9
RS
37742004-12-03 Richard M. Stallman <rms@gnu.org>
3775
3776 * windows.texi (Selecting Windows): get-lru-window and
3777 get-largest-window don't consider dedicated windows.
3778
3779 * text.texi (Undo): Document undo-in-progress.
3780
94221759
RS
37812004-11-26 Richard M. Stallman <rms@gnu.org>
3782
3783 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
3784 Remove a few vars that are not always buffer-local.
3785
7092c5e8
LT
37862004-11-24 Luc Teirlinck <teirllm@auburn.edu>
3787
3788 * locals.texi (Standard Buffer-Local Variables): Comment out
3789 xref's to non-existent node `Yet to be written'.
3790
261b01c6
RS
37912004-11-24 Richard M. Stallman <rms@gnu.org>
3792
3793 * processes.texi (Synchronous Processes): Grammar fix.
3794
3795 * numbers.texi (Comparison of Numbers): Add eql.
3796
3797 * locals.texi (Standard Buffer-Local Variables): Add many vars.
3798
3799 * intro.texi (Printing Notation): Fix previous change.
3800
3801 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
3802 and default-indicate-buffer-boundaries from here.
3803 (Usual Display): To here.
3804 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
3805 (Usual Display): Move tab-width up.
3806
3807 * customize.texi (Variable Definitions): Replace
3808 show-paren-mode example with tooltip-mode.
7092c5e8 3809 (Simple Types, Composite Types, Defining New Types):
261b01c6 3810 Minor cleanups.
7092c5e8 3811
c1aa4864
JH
38122004-11-21 Jesper Harder <harder@ifa.au.dk>
3813
3814 * processes.texi (Synchronous Processes, Output from Processes):
3815 Markup fix.
3816
dedbac89
RS
38172004-11-20 Richard M. Stallman <rms@gnu.org>
3818
07c8c65a
RS
3819 * positions.texi (Skipping Characters): skip-chars-forward
3820 now handles char classes.
3821
8f40a868
RS
3822 * intro.texi (Printing Notation): Avoid confusion of `print'
3823 when explaining @print.
3824
3825 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
3826
3827 * display.texi (Display Table Format): Minor fix.
3828
3829 * streams.texi (Output Functions): Fix print example.
3830
fd6866c8
RS
3831 * Makefile.in (elisp): New target.
3832 (dist): Depend on $(infodir)/elisp, not elisp.
3833 Copy the info files from $(infodir).
3834
9d00469f
RS
3835 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
3836 read-from-minibuffer.
3837
dedbac89
RS
3838 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
3839
6de891db
RS
38402004-11-19 Richard M. Stallman <rms@gnu.org>
3841
3842 * searching.texi (Regexp Search): Add search-whitespace-regexp.
3843
e1c1c5a7
TTN
38442004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
3845
3846 * tips.texi (Coding Conventions): Fix typo.
3847
ee31cd78
RS
38482004-11-16 Richard M. Stallman <rms@gnu.org>
3849
3850 * tips.texi (Coding Conventions): Separate defvar and require
3851 methods to avoid warnings. Use require only when there are many
3852 functions and variables from that package.
3853
3854 * minibuf.texi (Minibuffer Completion): When ignoring case,
3855 predicate must not be case-sensitive.
3856
3857 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
3858 (Test Coverage): Don't talk about "splotches". Clarified.
3859
4bd38e94
TTN
38602004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
3861
3862 * frames.texi (Window Frame Parameters): Fix typo.
3863
6d073ae1
KS
38642004-11-15 Kim F. Storm <storm@cua.dk>
3865
9f89426b
KS
3866 * symbols.texi (Other Plists): Note that plist-get may signal error.
3867 Add safe-plist-get.
6d073ae1 3868
10980463
TTN
38692004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
3870
3871 * modes.texi (Font Lock Basics): Fix typo.
3872
1efc19eb
RS
38732004-11-08 Richard M. Stallman <rms@gnu.org>
3874
3875 * syntax.texi (Syntax Table Functions): Add syntax-after.
3876
6159c232
EZ
38772004-11-06 Lars Brinkhoff <lars@nocrew.org>
3878
3879 * os.texi (Processor Run Time): New section documenting
3880 get-internal-run-time.
3881
59dede22
EZ
38822004-11-06 Eli Zaretskii <eliz@gnu.org>
3883
3884 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
3885 it nukes elisp-cover.texi.
3886 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
3887 elisp-0 etc.
3888
4cc8522c
LT
38892004-11-05 Luc Teirlinck <teirllm@auburn.edu>
3890
3891 * commands.texi (Keyboard Macros): Document `append' return value
3892 of `defining-kbd-macro'.
3893
2d1ef312
RS
38942004-11-01 Richard M. Stallman <rms@gnu.org>
3895
3896 * commands.texi (Interactive Call): Add called-interactively-p.
3897
6f4e005d
SJ
38982004-10-29 Simon Josefsson <jas@extundo.com>
3899
3900 * minibuf.texi (Reading a Password): Revert.
3901
4f71c13f
RS
39022004-10-28 Richard M. Stallman <rms@gnu.org>
3903
3904 * frames.texi (Display Feature Testing): Explain about "vendor".
3905
4660a9e3
RS
39062004-10-27 Richard M. Stallman <rms@gnu.org>
3907
3908 * commands.texi (Interactive Codes): `N' uses numeric prefix,
3909 not raw. Clarify `n'.
3910 (Interactive Call): Rewrite interactive-p, focusing on when
3911 and how to use it.
3912 (Misc Events): Clarify previous change.
3913
3914 * advice.texi (Simple Advice): Clarify what job the example does.
3915 (Around-Advice): Clarify ad-do-it.
3916 (Activation of Advice): An option of ad-default-compilation-action
3917 is `never', not `nil'.
3918
c8636435
KS
39192004-10-26 Kim F. Storm <storm@cua.dk>
3920
3921 * commands.texi (Interactive Codes): Add U code letter.
3922
acd4089b
SJ
39232004-10-25 Simon Josefsson <jas@extundo.com>
3924
3925 * minibuf.texi (Reading a Password): Add.
3926
29dc7809
JR
39272004-10-24 Jason Rumney <jasonr@gnu.org>
3928
9b7fa297 3929 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
29dc7809
JR
3930 and wheel-down.
3931
bb5d6d34
KG
39322004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
3933
3934 * processes.texi (Synchronous Processes): Document process-file.
3935
d0ee2ed3
KH
39362004-10-22 Kenichi Handa <handa@m17n.org>
3937
3938 * text.texi (translate-region): Document that it accepts also a
3939 char-table.
3940
38be9dbb
DP
39412004-10-22 David Ponce <david@dponce.com>
3942
3943 * windows.texi (Resizing Windows): Document the `preserve-before'
3944 argument of the functions `enlarge-window' and `shrink-window'.
3945
63c80452
JR
39462004-10-19 Jason Rumney <jasonr@gnu.org>
3947
3948 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
3949
9f4b6e73
LT
39502004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3951
3952 * text.texi (Filling): Add anchor for definition of
3953 `sentence-end-double-space'.
3954
3955 * searching.texi (Regexp Example): Update description of how
3956 Emacs currently recognizes the end of a sentence.
3957 (Standard Regexps): Update definition of the variable
3958 `sentence-end'. Add definition of the function `sentence-end'.
3959
657f0f9c
EZ
39602004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3961
3962 * display.texi (Progress): New node.
3963
35ab4857
KS
39642004-10-05 Kim F. Storm <storm@cua.dk>
3965
3966 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
3967
f2a54fbc
KS
39682004-09-29 Kim F. Storm <storm@cua.dk>
3969
3970 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
3971 to identify bitmaps. Remove -fringe-bitmap suffix for standard
3972 fringe bitmap symbols, as they now have their own namespace.
3973 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
3974 vs. pixels. Signal error if no free bitmap slots.
3975 (Pixel Specification): Change IMAGE to @var{image}.
3976
4676d6f3
RS
39772004-09-28 Richard M. Stallman <rms@gnu.org>
3978
3979 * text.texi (Special Properties): Clarify line-spacing and line-height.
3980
3981 * searching.texi (Regexp Search): Add looking-back.
3982
17234906
LT
39832004-09-25 Luc Teirlinck <teirllm@auburn.edu>
3984
3985 * display.texi: Correct typos.
3986 (Image Descriptors): Correct xref's.
3987
4de43c8b
RS
39882004-09-25 Richard M. Stallman <rms@gnu.org>
3989
3990 * text.texi (Special Properties): Cleanups in `cursor'.
3991 Rewrites in `line-height' and `line-spacing'; exchange them.
3992
3993 * display.texi (Fringes): Rewrite previous change.
3994 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
3995 (Display Fringe Bitmaps): Node deleted, text moved.
3996 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
3997 (Scroll Bars): Clarify set-window-scroll-bars.
3998 (Pointer Shape): Rewrite.
3999 (Specified Space): Clarify :align-to, etc.
4000 (Pixel Specification): Use @var. Clarify new text.
4001 (Other Display Specs): Clarify `slice'.
4002 (Image Descriptors): Cleanups.
4003 (Showing Images): Cleanups.
4004
a3ee0299
LT
40052004-09-24 Luc Teirlinck <teirllm@auburn.edu>
4006
e88ebce6
LT
4007 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
4008
a3ee0299
LT
4009 * modes.texi: Various minor changes in addition to:
4010 (Major Mode Conventions): Final call to `run-mode-hooks' should
4011 not be inside the `delay-mode-hooks' form.
4012 (Mode Hooks): New node.
4013 (Hooks): Delete obsolete example.
4014 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
4015 node "Mode Hooks".
4016
6db2bc02
LT
40172004-09-22 Luc Teirlinck <teirllm@auburn.edu>
4018
4019 * display.texi: Correct various typos.
4020 (Display): Rename node "Pointer Shapes" to "Pointer
4021 Shape". (There is already a node called "Pointer Shapes" in
4022 frames.texi.)
4023 (Images): Remove non-existent node "Image Slices" from menu.
4024
ed2846bd
KS
40252004-09-23 Kim F. Storm <storm@cua.dk>
4026
4027 * text.texi (Special Properties): Add `cursor', `pointer',
4028 `line-height', and `line-spacing' properties.
4029
4030 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
4031 Shapes' to menu.
4032 (Standard Faces): Doc fix for fringe face.
4033 (Fringes): Add `overflow-newline-into-fringe' and
4034 'indicate-buffer-boundaries'.
4035 (Fringe Bitmaps, Pointer Shapes): New nodes.
4036 (Display Property): Add 'Pixel Specification' and 'Display Fringe
4037 Bitmaps' to menu.
4038 (Specified Space): Describe pixel width and height.
4039 (Pixel Specification): New node.
4040 (Other Display Specs): Add `slice' property.
4041 (Display Fringe Bitmaps): New node.
4042 (Images): Add 'Image Slices' to menu.
4043 (Image Descriptors): Add `:pointer' and `:map' properties.
4044 (Showing Images): Add slice arg to `insert-image'. Add
4045 'insert-sliced-image'.
4046
4d894c98
RS
40472004-09-20 Richard M. Stallman <rms@gnu.org>
4048
4049 * commands.texi (Key Sequence Input):
4050 Clarify downcasing in read-key-sequence.
4051
7e388eb7
JL
40522004-09-08 Juri Linkov <juri@jurta.org>
4053
4054 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
4055
a020987f
LT
40562004-09-07 Luc Teirlinck <teirllm@auburn.edu>
4057
4058 * locals.texi (Standard Buffer-Local Variables): Add
4059 `buffer-auto-save-file-format'.
4060 * internals.texi (Buffer Internals): Describe new
4061 auto_save_file_format field of the buffer structure.
4062 * files.texi (Format Conversion): `auto-save-file-format' has been
4063 renamed `buffer-auto-save-file-format'.
4064
2b96f80c
LT
40652004-08-27 Luc Teirlinck <teirllm@auburn.edu>
4066
4067 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
4068 an integer or a marker.
4069 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
4070
2ee3b79e
RS
40712004-08-22 Richard M. Stallman <rms@gnu.org>
4072
4073 * modes.texi (Major Mode Conventions): Discuss rebinding of
4074 standard key bindings.
4075
c438dc33
KS
40762004-08-18 Kim F. Storm <storm@cua.dk>
4077
4078 * processes.texi (Accepting Output): Add `just-this-one' arg to
4079 `accept-process-output'.
101c421e 4080 (Output from Processes): New var `process-adaptive-read-buffering'.
c438dc33 4081
db8af011
LT
40822004-08-10 Luc Teirlinck <teirllm@auburn.edu>
4083
4084 * keymaps.texi: Various changes in addition to:
4085 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
4086 Give more varied examples for `kbd'.
4087 (Creating Keymaps): Char tables have slots for all characters
4088 without modifiers.
4089 (Active Keymaps): `overriding-local-map' and
4090 `overriding-terminal-local-map' also override text property and
4091 overlay keymaps.
4092 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
4093 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
4094 to denote a prefix of no events.
4095 `map-keymap' includes parent's bindings _recursively_.
4096 Clarify and correct description of `where-is-internal'.
4097 Mention BUFFER-OR-NAME arg to `describe-bindings'.
4098 (Menu Example): For menus intended for use with the keyboard, the
4099 menu items should be bound to characters or real function keys.
4100
de700726
LT
41012004-08-08 Luc Teirlinck <teirllm@auburn.edu>
4102
30e75a87
LT
4103 * objects.texi (Character Type): Reposition `@anchor' to prevent
4104 double space inside sentence in Info.
4105
de700726
LT
4106 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
4107 renamed to `disabled-command-function'.
7c5b95c9 4108 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
de700726
LT
4109 (Command Loop Info): Replace reference to it.
4110 (Disabling Commands): `disabled-command-hook' has been renamed to
4111 `disabled-command-function'.
4112
81909a1a
LT
41132004-08-07 Luc Teirlinck <teirllm@auburn.edu>
4114
4115 * os.texi (Translating Input): Only non-prefix bindings in
4116 `key-translation-map' override actual key bindings. Warn about
4117 possible indirect effect of actual key bindings on non-prefix
4118 bindings in `key-translation-map'.
4119
5504e99c
LT
41202004-08-06 Luc Teirlinck <teirllm@auburn.edu>
4121
4122 * minibuf.texi (High-Level Completion): Add anchor for definition
4123 of `read-variable'.
4124
4125 * commands.texi: Various changes in addition to:
4126 (Using Interactive): Clarify description of `interactive-form'.
4127 (Interactive Call): Mention default for KEYS argument to
4128 `call-interactively'.
4129 (Command Loop Info): Clarify description of `this-command-keys'.
4130 Mention KEEP-RECORD argument to `clear-this-command-keys'.
4131 Value of `last-event-frame' can be `macro'.
4132 (Repeat Events): `double-click-fuzz' is also used to distinguish
4133 clicks and drags.
4134 (Classifying Events): Clarify descriptions of `event-modifiers'
4135 `event-basic-type' and `event-convert-list'.
4136 (Accessing Events): `posn-timestamp' takes POSITION argument.
4137 (Quoted Character Input): Clarify description of
4138 `read-quoted-char' and fix example.
4139 (Quitting): Add `with-local-quit'.
6db11765 4140 (Disabling Commands): Correct and clarify descriptions of
5504e99c
LT
4141 `enable-command' and `disable-command'.
4142 Mention what happens if `disabled-command-hook' is nil.
4143 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
4144 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
4145
f478a72a
LT
41462004-07-24 Luc Teirlinck <teirllm@auburn.edu>
4147
4148 * frames.texi: Various changes in addition to:
4149 (Creating Frames): Expand and clarify description of `make-frame'.
4150 (Window Frame Parameters): Either none or both of the `icon-left'
4151 and `icon-top' parameters must be specified. Put descriptions of
4152 `menu-bar-lines' and `toolbar-lines' closer together and change
4153 them accordingly.
4154 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
4155 except while processing `frame-title-format' or `icon-title-format'.
4156 (Deleting Frames): Correct description of `delete-frame'.
4157 Non-nil return values of `frame-live-p' are like those of `framep'.
9b7fa297 4158 (Frames and Windows): Mention return value of
f478a72a
LT
4159 `set-frame-selected-window'.
4160 (Visibility of Frames): Mention `force' argument to
4161 `make-frame-invisible'. `frame-visible-p' returns t for all
4162 frames on text-only terminals.
4163 (Frame Configurations): Restoring a frame configuration does not
4164 restore deleted frames.
4165 (Window System Selections): `x-set-selection' returns DATA.
4166 (Resources): Add example.
4167 (Display Feature Testing): Clarify descriptions of
4168 `display-pixel-height', `display-pixel-width', `x-server-version'
4169 and `x-server-vendor'.
4170
4171 * windows.texi (Choosing Window): Add anchor.
4172 * minibuf.texi (Minibuffer Misc): Add anchor.
4173
bc135062
JPW
41742004-07-23 John Paul Wallington <jpw@gnu.org>
4175
4176 * macros.texi (Defining Macros): Declaration keyword for setting
4177 Edebug spec is `debug' not `edebug'.
4178
cb7516e5
LT
41792004-07-19 Luc Teirlinck <teirllm@auburn.edu>
4180
4181 * windows.texi: Various small changes in addition to:
4182 (Window Point): Mention return value of `set-window-point'.
4183 (Window Start): `pos-visible-in-window-p' disregards horizontal
4184 scrolling. Explain return value if PARTIALLY is non-nil.
4185 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
4186 and `set-window-vscroll'.
4187 (Size of Window): The argument WINDOW to `window-inside-edges',
4188 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
4189 (Resizing Windows): Explain return value of
4190 `shrink-window-if-larger-than-buffer'.
4191 `window-size-fixed' automatically becomes buffer local when set.
4192 (Window Configurations): Explain return value of
4193 `set-window-configuration'.
4194
4195 * minibuf.texi (Minibuffer Misc): Add anchor for
4196 `minibuffer-scroll-window'.
4197
4198 * positions.texi (Text Lines): Add anchor for `count-lines'.
4199
3751eb00
RS
42002004-07-17 Richard M. Stallman <rms@gnu.org>
4201
4202 * display.texi (Overlay Properties): Adding `evaporate' prop
4203 deletes empty overlay immediately.
4204
4205 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
4206 fix example.
4207
9a7e97c6
LT
42082004-07-16 Jim Blandy <jimb@redhat.com>
4209
4210 * searching.texi (Regexp Backslash): Document new \_< and \_>
4211 operators.
4212
aa0e4da8
JB
42132004-07-16 Juanma Barranquero <lektu@terra.es>
4214
4215 * display.texi (Images): Fix Texinfo usage.
4216
cbbfedb2
LT
42172004-07-14 Luc Teirlinck <teirllm@auburn.edu>
4218
4219 * buffers.texi (Modification Time): `visited-file-modtime' now
4220 returns a list of two integers, instead of a cons.
4221
3a052bd3
LT
42222004-07-13 Luc Teirlinck <teirllm@auburn.edu>
4223
4224 * windows.texi: Various changes in addition to:
4225 (Splitting Windows): Add `split-window-keep-point'.
4226
02c04e6f
RS
42272004-07-09 Richard M. Stallman <rms@gnu.org>
4228
4229 * frames.texi (Input Focus): Minor fix.
4230
cb4f1287
LT
42312004-07-07 Luc Teirlinck <teirllm@auburn.edu>
4232
4233 * frames.texi (Input Focus): Clarify descriptions of
4234 `select-frame-set-input-focus' and `select-frame'.
4235
339902ec
LT
42362004-07-06 Luc Teirlinck <teirllm@auburn.edu>
4237
4238 * os.texi: Various small changes in addition to:
4239 (Killing Emacs): Expand and clarify description of
4240 `kill-emacs-query-functions' and `kill-emacs-hook'.
4241 (System Environment): Expand and clarify description of `getenv'
4242 and `setenv'.
4243 (Timers): Clarify description of `run-at-time'.
4244 (Translating Input): Correct description of
4245 `extra-keyboard-modifiers'.
4246 (Flow Control): Correct description of `enable-flow-control'.
4247
fe3b7e35
TTN
42482004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
4249
4250 * os.texi: Update copyright.
4251 (Session Management): Grammar fix.
4252 Clarify which Emacs does the restarting.
4253 Use @samp for *scratch* buffer.
4254
59db7d6e
LT
42552004-07-04 Alan Mackenzie <acm@muc.de>
4256
4257 * frames.texi (Input Focus): Add documentation for
4258 `select-frame-set-input-focus'. Replace refs to non-existent
4259 `switch-frame' with `select-frame'. Minor corrections and tidying
4260 up of text-only terminal stuff.
4261
e3ccf404
RS
42622004-07-02 Richard M. Stallman <rms@gnu.org>
4263
4264 * files.texi (Saving Buffers): Cleanup write-contents-function.
4265 (Magic File Names): Cleanup file-remote-p.
4266
8addb6eb
KG
42672004-07-02 Kai Grossjohann <kai@emptydomain.de>
4268
4269 * files.texi (Magic File Names): `file-remote-p' returns an
4270 identifier of the remote system, not just t.
4271
7a58d84d
DK
42722004-07-02 David Kastrup <dak@gnu.org>
4273
4274 * searching.texi (Entire Match Data): Add explanation about new
4275 match-data behavior when @var{integers} is non-nil.
4276
d8c379f8
RS
42772004-06-24 Richard M. Stallman <rms@gnu.org>
4278
b4a4b0ae
RS
4279 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
4280
d8c379f8
RS
4281 * customize.texi (Variable Definitions): Note about doc strings
4282 and :set.
4283
4284 * keymaps.texi (Keymap Terminology): Document `kbd'.
4285 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
4286
4287 * display.texi (Invisible Text): Setting buffer-invisibility-spec
4288 makes it buffer-local.
4289
4290 * files.texi (Saving Buffers): Correct previous change.
4291
4292 * commands.texi (Accessing Events):
4293 Clarify posn-col-row and posn-actual-col-row.
4294
42952004-06-24 David Ponce <david.ponce@wanadoo.fr>
4296
4297 * commands.texi (Accessing Events): New functions
4298 posn-at-point and posn-at-x-y. Add example to posn-x-y.
4299
dce417e7
LT
43002004-06-23 Luc Teirlinck <teirllm@auburn.edu>
4301
4302 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
4303 * frames.texi, buffers.texi, backups.texi, variables.texi:
4304 * loading.texi, eval.texi, functions.texi, control.texi:
4305 * symbols.texi, minibuf.texi: Reposition @anchor's.
4306
4307 * help.texi: Various small changes in addition to the following.
4308 (Describing Characters): Describe PREFIX argument to
4309 `key-description'. Correct and clarify definition of
4310 `text-char-description'. Describe NEED-VECTOR argument to
4311 `read-kbd-macro'.
4312 (Help Functions): Clarify definition of `apropos'.
4313
255d07dc
LH
43142004-06-23 Lars Hansen <larsh@math.ku.dk>
4315
4316 * files.texi (Saving Buffers): Correct description of
4317 `write-contents-functions'.
4318
4e9691e9
JB
43192004-06-21 Juanma Barranquero <lektu@terra.es>
4320
4321 * display.texi (Images): Remove redundant @vindex directives.
4322 Rewrite `image-library-alist' doc in active voice.
4323
1ebd4f78
JB
43242004-06-14 Juanma Barranquero <lektu@terra.es>
4325
4326 * display.texi (Images): Document new delayed library loading,
4327 variable `image-library-alist' and (existing but undocumented)
4328 function `image-type-available-p'.
4329
ddfb8369
RS
43302004-06-05 Richard M. Stallman <rms@gnu.org>
4331
4332 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
4333 refer the user to the Initial Input node.
4334 (Text from Minibuffer): Likewise.
4335 (Initial Input): New node. Document this feature
4336 and say it is mostly deprecated.
4337
18684a3a
RS
43382004-05-30 Richard M. Stallman <rms@gnu.org>
4339
7a61e456
RS
4340 * loading.texi (Named Features): Clarify return value
4341 and meaning of NOERROR.
4342
18684a3a
RS
4343 * variables.texi (File Local Variables): Minor cleanup.
4344
c8364415
MA
43452004-05-30 Michael Albinus <michael.albinus@gmx.de>
4346
4347 * files.texi (Magic File Names): Add `file-remote-p' as operation
4348 of file name handlers.
4349
08fd1251
RS
43502004-05-29 Richard M. Stallman <rms@gnu.org>
4351
4352 * modes.texi (Minor Mode Conventions): (-) has no special meaning
4353 as arg to a minor mode command.
4354
71d5a208
RS
43552004-05-22 Richard M. Stallman <rms@gnu.org>
4356
4357 * syntax.texi (Syntax Class Table): Word syntax not just for English.
4358
4359 * streams.texi (Output Variables): Doc float-output-format.
4360
4361 * searching.texi (Regexp Special): Nested repetition can be infloop.
4362
4363 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
4364 real stack overflow.
4365
4366 * compile.texi: Minor cleanups.
4367
43682004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
4369
4370 * lists.texi (Cons Cells): Explain dotted lists, true lists,
4371 circular lists.
4372 (List Elements): Explain handling of circular and dotted lists.
1ebd4f78 4373
022cb162
TTN
43742004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
4375
4376 * modes.texi (Search-based Fontification): Fix typo.
4377
aa7094ba
JB
43782004-05-10 Juanma Barranquero <lektu@terra.es>
4379
4380 * modes.texi (Mode Line Variables): Fix description of
4381 global-mode-string, which is now after which-func-mode, not the
4382 buffer name.
4383
c2383279
LH
43842004-05-07 Lars Hansen <larsh@math.ku.dk>
4385
4386 * modes.texi (Desktop Save Mode): Add.
4387 (Modes): Add menu entry Desktop Save Mode.
4388
4389 * hooks.texi: Add desktop-after-read-hook,
4390 desktop-no-desktop-file-hook and desktop-save-hook.
4391
4392 * locals.texi: Add desktop-save-buffer.
4393
058296d3
JH
43942004-04-30 Jesper Harder <harder@ifa.au.dk>
4395
4396 * display.texi: emacs -> Emacs.
4397
0c54865e
EZ
43982004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
4399
4400 * files.texi (Changing Files): Document set-file-times.
4401
d814862a
JB
44022004-04-23 Juanma Barranquero <lektu@terra.es>
4403
4404 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4405
e8d6f886
JH
44062004-04-18 Jesper Harder <harder@ifa.au.dk>
4407
4408 * tips.texi (Coding Conventions): defopt -> defcustom.
4409
3a424014
LT
44102004-04-16 Luc Teirlinck <teirllm@auburn.edu>
4411
4412 * sequences.texi: Various clarifications.
4413
9e860631
LT
44142004-04-14 Luc Teirlinck <teirllm@auburn.edu>
4415
4416 * buffers.texi (Read Only Buffers): Mention optional ARG to
4417 `toggle-read-only'.
4418
5e30a0fb
NR
44192004-04-14 Nick Roberts <nick@nick.uklinux.net>
4420
9e860631 4421 * windows.texi (Selecting Windows): Note that get-lru-window
5e30a0fb
NR
4422 returns a full-width window if possible.
4423
619fb950
LT
44242004-04-13 Luc Teirlinck <teirllm@auburn.edu>
4425
4426 * buffers.texi: Various changes in addition to:
4427 (Buffer File Name): Add `find-buffer-visiting'.
4428 (Buffer Modification): Mention optional ARG to `not-modified'.
4429 (Indirect Buffers): Mention optional CLONE argument to
4430 `make-indirect-buffer'.
4431
4432 * files.texi: Various changes in addition to:
4433 (Visiting Functions): `find-file-hook' is now a normal hook.
4434 (File Name Expansion): Explain difference between the way that
4435 `expand-file-name' and `file-truename' treat `..'.
4436 (Contents of Directories): Mention optional ID-FORMAT argument to
4437 `directory-files-and-attributes'.
4438 (Format Conversion): Mention new optional CONFIRM argument to
4439 `format-write-file'.
4440
a2295d32
MB
44412004-04-12 Miles Bader <miles@gnu.org>
4442
4443 * macros.texi (Expansion): Add description of `macroexpand-all'.
4444
571fd4d5
JH
44452004-04-05 Jesper Harder <harder@ifa.au.dk>
4446
4447 * variables.texi (Variable Aliases): Mention
4448 cyclic-variable-indirection.
4449
4450 * errors.texi (Standard Errors): Ditto.
4451
4ba2fd66
LT
44522004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4453
6db11765 4454 * backups.texi: Various small changes in addition to:
4ba2fd66
LT
4455 (Making Backups): Mention return value of `backup-buffer'.
4456 (Auto-Saving): Mention optional FORCE argument to
4457 `delete-auto-save-file-if-necessary'.
4458 (Reverting): Mention optional PRESERVE-MODES argument to
4459 `revert-buffer'. Correct description of `revert-buffer-function'.
4460
8f7ea687
JL
44612004-03-22 Juri Linkov <juri@jurta.org>
4462
4463 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
4464 with `Vector Functions'.
4465
4466 * text.texi (Sorting): Add missing quote.
4467
0eeca3c1
LT
44682004-03-14 Luc Teirlinck <teirllm@auburn.edu>
4469
4470 * intro.texi (Lisp History): Replace xref to `cl' manual with
4471 inforef.
4472
e69cfac2
RS
44732004-03-12 Richard M. Stallman <rms@gnu.org>
4474
4475 * intro.texi (Version Info): Add arg to emacs-version.
4476 (Lisp History): Change xref to CL manual.
4477
1b91d47f
LT
44782004-03-09 Luc Teirlinck <teirllm@auburn.edu>
4479
4480 * minibuf.texi (Completion Commands): Add xref to Emacs manual
4481 for Partial Completion mode.
4482
97073664
TTN
44832004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
4484
9b7fa297 4485 * customize.texi: Fix typo. Remove eol whitespace.
97073664 4486
04a6e76b
RS
44872004-03-04 Richard M. Stallman <rms@gnu.org>
4488
4489 * processes.texi: Fix typos.
4490
4491 * lists.texi (Building Lists): Minor clarification.
4492
4493 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
4494 in make-hash-table.
4495
5bb0fcd1
JB
44962004-02-29 Juanma Barranquero <lektu@terra.es>
4497
4498 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
4499 rm, and ignore exit code.
4500
9022d421
EZ
45012004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
4502
4503 * display.texi (Defining Faces): Add description for min-colors.
4504 Update example.
4505
92f5fba2
LT
45062004-02-23 Luc Teirlinck <teirllm@auburn.edu>
4507
4508 * abbrevs.texi: Various corrections and clarifications in addition
4509 to the following:
4510 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
4511
7e83e178
GM
45122004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4513
4514 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
4515
9c5609e8
LT
45162004-02-21 Luc Teirlinck <teirllm@auburn.edu>
4517
e2b9b51f
LT
4518 * text.texi: Various small changes in addition to the following:
4519 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
4520 to delete-horizontal-space.
9b7fa297 4521 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
e2b9b51f
LT
4522 description of yank-handler text property at various places.
4523
7daa0e81
LT
4524 * frames.texi (Window System Selections): Add anchor.
4525
9c5609e8
LT
4526 * syntax.texi (Syntax Table Functions): Clarify and correct
4527 descriptions of make-syntax-table and copy-syntax-table.
4528 (Motion and Syntax): Clarify SYNTAXES argument to
4529 skip-syntax-forward.
4530 (Parsing Expressions): Mention that the return value of
4531 parse-partial-sexp is currently a list of ten rather than nine
4532 elements.
4533 (Categories): Various corrections and clarifications.
4534
d29edb21
LT
45352004-02-17 Luc Teirlinck <teirllm@auburn.edu>
4536
4537 * markers.texi (Marker Insertion Types): Minor change.
4538
4539 * locals.texi (Standard Buffer-Local Variables):
4540 * commands.texi (Interactive Codes, Using Interactive):
4541 * functions.texi (Related Topics): Fix xrefs.
4542
43e48bda
LT
45432004-02-16 Luc Teirlinck <teirllm@auburn.edu>
4544
4545 * lists.texi (Sets And Lists): Update description of delete-dups.
4546
84e34002
RS
45472004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4548
4549 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
4550
45512004-02-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4552
4553 * frames.texi (Parameter Access): frame-parameters arg is optional.
4554 modify-frame-parameters handles nil for FRAME.
4555 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
4556 are all-or-nothing for certain toolkits.
4557 Mention parameter wait-for-wm.
4558 (Frames and Windows): In frame-first-window and frame-selected-window
4559 the arg is optional.
4560 (Input Focus): In redirect-frame-focus the second arg is optional.
4561 (Window System Selections): Mention selection type CLIPBOARD.
4562 Mention data-type UTF8_STRING.
4563 Mention numbering of cut buffers.
4564 (Resources): Describe x-resource-name.
4565
45662004-02-16 Richard M. Stallman <rms@gnu.org>
4567
4568 * windows.texi (Buffers and Windows): Delete false table
4569 about all-frames.
4570
4571 * syntax.texi (Parsing Expressions): Delete old caveat
4572 about parse-sexp-ignore-comments.
4573
4574 * streams.texi (Output Variables): Add print-quoted.
4575
4576 * lists.texi (Building Lists): Minor cleanup.
4577
4578 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
4579
4580 * display.texi (Overlays): Explain overlays use markers.
4581 (Managing Overlays): Explain front-advance and rear-advance
4582 in more detail.
4583
4584 * loading.texi (Unloading): Document unload-feature-special-hooks.
4585 Get rid of fns-NNN.el file.
4586
45872004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4588
4589 * help.texi (Describing Characters): Fix text-char-description
4590 example output.
4591
4592 * edebug.texi (Using Edebug): Fix example.
4593
4594 * debugging.texi (Internals of Debugger): Fix return value.
43e48bda 4595
84e34002
RS
4596 * files.texi (Changing Files): Fix argname.
4597
4598 * calendar.texi: Fix parens, and default values.
4599
4600 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
4601 * nonascii.texi, objects.texi, os.texi: Minor fixes.
4602 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
4603
4604 * positions.texi (Text Lines): Don't add -1 in current-line.
4605
46062004-02-16 Richard M. Stallman <rms@gnu.org>
4607
4608 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
4609
c33b76da
EZ
46102004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
4611
4612 * processes.texi (Low-Level Network): Fix a typo.
4613
9d7271e8
KS
46142004-02-12 Kim F. Storm <storm@cua.dk>
4615
4616 * display.texi (Fringes): Use consistent wording.
4617 Note that window-fringe's window arg is optional.
4618 (Scroll Bars): Use consistent wording.
4619
6827d730
LT
46202004-02-11 Luc Teirlinck <teirllm@auburn.edu>
4621
4622 * tips.texi (Comment Tips): Document the new conventions for
4623 commenting out code.
4624
1cb60b5a
JD
46252004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4626
4627 * positions.texi (Text Lines): Added missing end defun.
4628
7fdd1f62
KS
46292004-02-07 Kim F. Storm <storm@cua.dk>
4630
4631 * positions.texi (Text Lines): Add line-number-at-pos.
4632
eb3c144c
JPW
46332004-02-06 John Paul Wallington <jpw@gnu.org>
4634
4635 * display.texi (Button Properties, Button Buffer Commands):
4636 mouse-2 invokes button, not down-mouse-1.
4637
a1d38d63
JR
46382004-02-04 Jason Rumney <jasonr@gnu.org>
4639
4640 * makefile.w32-in: Sync with Makefile.in changes.
4641
4b574f3d
LT
46422004-02-03 Luc Teirlinck <teirllm@auburn.edu>
4643
4644 * minibuf.texi (Text from Minibuffer): Various corrections and
4645 clarifications.
4646 (Object from Minibuffer): Correct Lisp description of
4647 read-minibuffer.
4648 (Minibuffer History): Clarify description of cons values for
4649 HISTORY arguments.
4650 (Basic Completion): Various corrections and clarifications. Add
4651 completion-regexp-list.
4652 (Minibuffer Completion): Correct and clarify description of
4653 completing-read.
6f6b0433 4654 (Completion Commands): Mention Partial Completion mode. Various
4b574f3d
LT
4655 other minor changes.
4656 (High-Level Completion): Various corrections and clarifications.
4657 (Reading File Names): Ditto.
4658 (Minibuffer Misc): Ditto.
4659
d8186297
LT
46602004-01-26 Luc Teirlinck <teirllm@auburn.edu>
4661
4662 * strings.texi (Text Comparison): assoc-string also matches
4663 elements of alists that are strings instead of conses.
4664 (Formatting Strings): Standardize Texinfo usage. Update index
4665 entries.
4666
9adcb5f2
LT
46672004-01-20 Luc Teirlinck <teirllm@auburn.edu>
4668
4669 * lists.texi (Sets And Lists): Add delete-dups.
4670
3e7274ae
LT
46712004-01-15 Luc Teirlinck <teirllm@auburn.edu>
4672
4673 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
4674 special form.
4675 * macros.texi (Defining Macros): Update description of `declare',
4676 which now is a macro.
4677 (Wrong Time): Fix typos.
4678
944e099f
LT
46792004-01-14 Luc Teirlinck <teirllm@auburn.edu>
4680
4681 * compile.texi (Compilation Functions): Expand descriptions of
e75c1a57 4682 `compile-defun', `byte-compile-file', `byte-recompile-directory'
944e099f
LT
4683 and `batch-byte-compile'. In particular, mention and describe
4684 all optional arguments.
4685 (Disassembly): Correct and clarify the description of `disassemble'.
4686
90c3aa59
LT
46872004-01-11 Luc Teirlinck <teirllm@auburn.edu>
4688
4689 * searching.texi: Various small changes in addition to the
4690 following.
4691 (Regexp Example): Adapt to new value of `sentence-end'.
4692 (Regexp Functions): The PAREN argument to `regexp-opt' can be
4693 `words'.
4694 (Search and Replace): Add usage note for `perform-replace'.
4695 (Entire Match Data): Mention INTEGERS and REUSE arguments to
4696 `match-data'.
4697 (Standard Regexps): Update for new values of `paragraph-start'
4698 and `sentence-end'.
4699
583c353d
LT
47002004-01-07 Luc Teirlinck <teirllm@auburn.edu>
4701
4702 * files.texi (Saving Buffers): Clarify descriptions of
4703 `write-contents-functions' and `before-save-hook'.
4704 Make the defvar's for `before-save-hook' and `after-save-hook'
4705 into defopt's.
4706
05faee07
KS
47072004-01-07 Kim F. Storm <storm@cua.dk>
4708
4709 * commands.texi (Click Events): Describe new image and
4710 width/height elements of click events.
4711 (Accessing Events): Add posn-string, posn-image, and
4712 posn-object-width-height. Change posn-object to return either
4713 image or string object.
4714
a0465ec3
SJ
47152004-01-01 Simon Josefsson <jas@extundo.com>
4716
4717 * hooks.texi (Standard Hooks): Add before-save-hook.
4718 * files.texi (Saving Buffers): Likewise.
4719
972c0c49
RS
47202004-01-03 Richard M. Stallman <rms@gnu.org>
4721
4722 * frames.texi (Frames and Windows): Delete frame-root-window.
4723
dbcd463f
LT
47242004-01-03 Luc Teirlinck <teirllm@auburn.edu>
4725
4726 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
4727
4728 * functions.texi: Various small changes in addition to the
4729 following.
4730 (What Is a Function): `functionp' returns nil for macros. Clarify
4731 behavior of this and following functions for symbol arguments.
4732 (Function Documentation): Add `\' in front of (fn @var{arglist})
4733 and explain why.
4734 (Defining Functions): Mention DOCSTRING argument to `defalias'.
4735 Add anchor.
4736 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
4737
02c77ee9
MB
47382004-01-01 Miles Bader <miles@gnu.org>
4739
4740 * display.texi (Buttons): New section.
4741
903a1a91
AS
47422003-12-31 Andreas Schwab <schwab@suse.de>
4743
4744 * numbers.texi (Math Functions): sqrt reports a domain-error
4745 error.
4746 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
4747
697cf92a
LT
47482003-12-30 Luc Teirlinck <teirllm@auburn.edu>
4749
3f70fe82
LT
4750 * tips.texi (Documentation Tips): Update item on hyperlinks in
4751 documentation strings.
4752
697cf92a
LT
4753 * errors.texi (Standard Errors): Various small corrections and
4754 additions.
4755
4756 * control.texi: Various small changes in addition to the
4757 following.
4758 (Signaling Errors): Provide some more details on how `signal'
4759 constructs the error message. Add anchor to the definition of
4760 `signal'.
4761 (Error Symbols): Describe special treatment of `quit'.
4762 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
4763 to emphasize that it has to be a single form.
4764
4765 * buffers.texi: Add anchor.
4766
4d25144d
RS
47672003-12-29 Richard M. Stallman <rms@gnu.org>
4768
4769 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
4770 (Window Configurations): Add window-configuration-frame.
4771
4772 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
4773
4774 * text.texi (Examining Properties): Add get-char-property-and-overlay.
4775 Change arg name in get-char-property.
4776 (Special Properties): Update handling of keymap property.
4777
4778 * strings.texi (Modifying Strings): Add clear-string.
4779 (Text Comparison): Add assoc-string and remove
4780 assoc-ignore-case, assoc-ignore-representation.
4781
4782 * os.texi (Time of Day): Add set-time-zone-rule.
4783
4784 * numbers.texi (Math Functions): asin, acos, log, log10
697cf92a 4785 report domain-error errors.
4d25144d 4786
697cf92a 4787 * nonascii.texi (Converting Representations):
4d25144d
RS
4788 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
4789 (Encoding and I/O): Add file-name-coding-system.
4790
4791 * modes.texi (Search-based Fontification): Explain that
4792 face specs are symbols with face names as values.
4793
4794 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
4795
4796 * lists.texi (Building Lists): remq moved elsewhere.
4797 (Sets And Lists): remq moved here.
4798 (Association Lists): Refer to assoc-string.
4799
4800 * internals.texi (Garbage Collection): Add memory-use-counts.
4801
4802 * frames.texi (Frames and Windows): Add set-frame-selected-window
4803 and frame-root-window.
4804
697cf92a 4805 * files.texi (Contents of Directories):
4d25144d
RS
4806 Add directory-files-and-attributes.
4807
4808 * display.texi (Refresh Screen): Add force-window-update.
4809 (Invisible Text): Explain about moving point out of invis text.
4810 (Overlay Properties): Add overlay-properties.
4811 (Managing Overlays): Add overlayp.
4812 (GIF Images): Invalid image number displays a hollow box.
4813
4814 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
4815 (Killing Buffers): Add buffer-live-p.
4816
67fafe38
MR
48172003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
4818
4819 * display.texi (Fringes): Fix typo "set-buffer-window".
4820
68e74f25
LT
48212003-12-24 Luc Teirlinck <teirllm@auburn.edu>
4822
4823 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
4824 * nonascii.texi, processes.texi, tips.texi, variables.texi:
4825 Add or change various xrefs and anchors.
4826
4827 * commands.texi: Replace all occurrences of @acronym{CAR} with
4828 @sc{car}, for consistency with the rest of the Elisp manual.
4829 `car' and `cdr' are historically acronyms, but are no longer
4830 widely thought of as such.
4831
4832 * internals.texi (Pure Storage): Mention that `purecopy' does not
4833 copy text properties.
4834 (Object Internals): Now 29 bits are used (in most implementations)
4835 to address Lisp objects.
4836
4837 * variables.texi (Variables with Restricted Values): New node.
4838
4839 * objects.texi (Lisp Data Types): Mention that certain variables
4840 can only take on a restricted set of values and add an xref to
4841 the new node "Variables with Restricted Values".
4842
4843 * eval.texi (Function Indirection): Describe the errors that
4844 `indirect-function' can signal.
4845 (Eval): Clarify the descriptions of `eval-region' and `values'.
4846 Describe `eval-buffer' instead of `eval-current-buffer' and
4847 mention `eval-current-buffer' as an alias for `current-buffer'.
4848 Correct the description and mention all optional arguments.
4849
697cf92a 4850 * nonascii.texi: Various small changes in addition to the
68e74f25
LT
4851 following.
4852 (Converting Representations): Clarify behavior of
4853 `string-make-multibyte' and `string-to-multibyte' for unibyte all
4854 ASCII arguments.
4855 (Character Sets): Document the variable `charset-list' and adapt
4856 the definition of the function `charset-list' accordingly.
4857 (Translation of Characters): Clarify use of generic characters in
4858 `make-translation-table'. Clarify and correct the description of
4859 the use of translation tables in encoding and decoding.
4860 (User-Chosen Coding Systems): Correct and clarify the description
4861 of `select-safe-coding-system'.
4862 (Default Coding Systems): Clarify description of
4863 `file-coding-system-alist'.
4864
a62f71e4
LT
48652003-11-30 Luc Teirlinck <teirllm@auburn.edu>
4866
4867 * strings.texi (Text Comparison): Correctly describe when two
4868 strings are `equal'. Combine and clarify descriptions of
4869 `assoc-ignore-case' and `assoc-ignore-representation'.
4870
4871 * objects.texi (Non-ASCII in Strings): Clarify description of
4872 when a string is unibyte or multibyte.
4873 (Bool-Vector Type): Update examples.
4874 (Equality Predicates): Correctly describe when two strings are
4875 `equal'.
4876
19017752
LT
48772003-11-29 Luc Teirlinck <teirllm@auburn.edu>
4878
4879 * lists.texi (Building Lists): `append' no longer accepts integer
4880 arguments. Update the description of `number-sequence' to reflect
4881 recent changes.
4882 (Sets And Lists): Describe `member-ignore-case' after `member'.
4883
0f6a07a8
KS
48842003-11-27 Kim F. Storm <storm@cua.dk>
4885
4886 * commands.texi (Click Events): Click object may be an images.
4887 Describe (dx . dy) element of click positions.
4888 (Accessing Events): Remove duplicate posn-timestamp.
4889 New functions posn-object and posn-object-x-y.
4890
1ce7c819
KS
48912003-11-23 Kim F. Storm <storm@cua.dk>
4892
4893 * commands.texi (Click Events): Describe enhancements to event
4894 position lists, including new text-pos and (col . row) items.
4895 Mention left-fringe and right-fringe area events.
0f6a07a8 4896 (Accessing Events): New functions posn-area and
1ce7c819
KS
4897 posn-actual-col-row. Mention posn-timestamp. Mention that
4898 posn-point in non-text area still returns buffer position.
4899 Clarify posn-col-row.
4900
cae8ddbb
LH
49012003-11-21 Lars Hansen <larsh@math.ku.dk>
4902
4903 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4904 * anti.texi (File Attributes): Describe removed parameter
4905 ID-FORMAT.
4906
f7f1a248
LT
49072003-11-20 Luc Teirlinck <teirllm@auburn.edu>
4908
68e74f25 4909 * positions.texi (Positions): Mention that, if a marker is used as
f7f1a248
LT
4910 a position, its buffer is ignored.
4911
4912 * markers.texi (Overview of Markers): Mention it here too.
4913
c5e2fb05
LT
49142003-11-12 Luc Teirlinck <teirllm@auburn.edu>
4915
4916 * numbers.texi (Numeric Conversions): Not just `floor', but also
4917 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
4918
e57d0aa8
LT
49192003-11-10 Luc Teirlinck <teirllm@auburn.edu>
4920
4921 * markers.texi (Creating Markers): Specify insertion type of
4922 created markers. Add xref to `Marker Insertion Types'.
4923 Second argument to `copy-marker' is optional.
4924 (Marker Insertion Types): Mention that most markers are created
4925 with insertion type nil.
4926 (The Mark): Correctly describe when `mark' signals an error.
4927 (The Region): Correctly describe when `region-beginning' and
4928 `region-end' signal an error.
4929
bb3612ec
LT
49302003-11-08 Luc Teirlinck <teirllm@auburn.edu>
4931
4932 * hash.texi (Creating Hash): Clarify description of `eql'.
4933 `makehash' is obsolete.
4934 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
4935
4936 * positions.texi (Point): Change description of `buffer-end', so
4937 that it is also correct for floating point arguments.
4938 (List Motion): Correct argument lists of `beginning-of-defun' and
4939 `end-of-defun'.
4940 (Excursions): Add xref to `Marker Insertion Types'.
4941 (Narrowing): Argument to `narrow-to-page' is optional.
4942
cfb8a797
LT
49432003-11-06 Luc Teirlinck <teirllm@auburn.edu>
4944
4945 * streams.texi (Output Streams): Clarify behavior of point for
4946 marker output streams.
4947
c6177909
LT
49482003-11-04 Luc Teirlinck <teirllm@auburn.edu>
4949
4950 * variables.texi (Defining Variables): Second argument to
4951 `defconst' is not optional.
4952 (Setting Variables): Mention optional argument APPEND to
4953 `add-to-list'.
4954 (Creating Buffer-Local): Expand description of
4955 `make-variable-buffer-local'.
4956 (Frame-Local Variables): Expand description of
4957 `make-variable-frame-local'.
4958 (Variable Aliases): Correct description of optional argument
4959 DOCSTRING to `defvaralias'. Mention return value of
4960 `defvaralias'.
4961 (File Local Variables): Add xref to `File variables' in Emacs
4962 Manual. Correct description of `hack-local-variables'. Mention
4963 `safe-local-variable' property. Mention optional second argument
4964 to `risky-local-variable-p'.
4965
b3645067
LT
49662003-11-03 Luc Teirlinck <teirllm@auburn.edu>
4967
4968 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
4969
10695e5c
EZ
49702003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
4971
4972 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
4973 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
4974 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
4975 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
4976 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
b3645067 4977 lispref/processes.texi, lispref/searching.texi,
10695e5c
EZ
4978 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
4979 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
4980 @acronym{FOO}.
4981
a2f4def1
LT
49822003-10-27 Luc Teirlinck <teirllm@auburn.edu>
4983
4984 * strings.texi (Creating Strings): Argument START to `substring'
4985 can not be `nil'. Expand description of
4986 `substring-no-properties'. Correct description of `split-string',
4987 especially with respect to empty matches. Prevent very bad line
4988 break in definition of `split-string-default-separators'.
4989 (Text Comparison): `string=' and `string<' also accept symbols as
4990 arguments.
4991 (String Conversion): More completely describe argument BASE in
4992 `string-to-number'.
5bb0fcd1 4993 (Formatting Strings): `%s' and `%S' in `format' do require
a2f4def1
LT
4994 corresponding object. Clarify behavior of numeric prefix after
4995 `%' in `format'.
4996 (Case Conversion): The argument to `upcase-initials' can be a
4997 character.
4998
a2296bf9
KH
49992003-10-27 Kenichi Handa <handa@m17n.org>
5000
5001 * display.texi (Fontsets): Fix texinfo usage.
5002
885fef7c
KH
50032003-10-25 Kenichi Handa <handa@m17n.org>
5004
5005 * display.texi (Fontsets): Add description of the function
5006 set-fontset-font.
5007
0c6b7a1f
LT
50082003-10-23 Luc Teirlinck <teirllm@auburn.edu>
5009
5010 * display.texi (Temporary Displays): Add xref to `Documentation
5011 Tips'.
5012
5013 * functions.texi (Function Safety): Use inforef instead of pxref
5014 for SES.
5015
c3cda320
AS
50162003-10-23 Andreas Schwab <schwab@suse.de>
5017
5018 * Makefile.in (TEX, texinputdir): Don't define.
5019 (TEXI2DVI): Define.
5020 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
5021 add $(srcdir)/index.texi.
5022 ($(infodir)/elisp): Remove index.texi dependency.
5023 (elisp.dvi): Likewise. Use $(TEXI2DVI).
5024 (index.texi): Remove target.
5025 (dist): Don't link $(srcdir)/permute-index.
83badb71
AS
5026 (clean): Don't remove index.texi.
5027
c3cda320
AS
5028 * permute-index, index.perm: Remove.
5029 * index.texi: Rename from index.unperm.
5030
e5dadca7
LT
50312003-10-22 Luc Teirlinck <teirllm@auburn.edu>
5032
5033 * tips.texi (Documentation Tips): Document new behavior for face
5034 and variable hyperlinks in Help mode.
5035
6cfb0777
LT
50362003-10-21 Luc Teirlinck <teirllm@auburn.edu>
5037
5038 * objects.texi (Integer Type): Update for extra bit of integer range.
5039 (Character Type): Ditto.
5040
a6eeaa81 50412003-10-16 Eli Zaretskii <eliz@gnu.org>
a4fc3ab3
EZ
5042
5043 * numbers.texi (Integer Basics): Add index entries for reading
5044 numbers in hex, octal, and binary.
5045
c8f9ba83
LK
50462003-10-16 Lute Kamstra <lute@gnu.org>
5047
5048 * modes.texi (Mode Line Format): Mention force-mode-line-update's
5049 argument.
5050
b52a26fb
LT
50512003-10-13 Luc Teirlinck <teirllm@auburn.edu>
5052
5053 * windows.texi (Choosing Window): Fix typo.
5054 * edebug.texi (Edebug Execution Modes): Fix typo.
5055
f7005886
RS
50562003-10-13 Richard M. Stallman <rms@gnu.org>
5057
5058 * windows.texi (Basic Windows): A window has fringe settings,
5059 display margins and scroll-bar settings.
5060 (Splitting Windows): Doc split-window return value.
5061 Clean up one-window-p.
5062 (Selecting Windows): Fix typo.
5063 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
5064 (Buffers and Windows): In set-window-buffer, explain effect
5065 on fringe settings and scroll bar settings.
5066 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
5067 (Choosing Window): Use defopt for pop-up-frame-function.
5068 For special-display-buffer-names, explain same-window and same-frame.
5069 Clarify window-dedicated-p return value.
5070 (Textual Scrolling): scroll-up and scroll-down can get an error.
5071 (Horizontal Scrolling): Clarify auto-hscroll-mode.
5072 Clarify set-window-hscroll.
5073 (Size of Window): Don't mention tool bar in window-height.
5074 (Coordinates and Windows): Explain what coordinates-in-window-p
5075 returns for fringes and display margins.
5076 (Window Configurations): Explain saving fringes, etc.
5077
5078 * tips.texi (Library Headers): Clean up Documentation.
5079
5080 * syntax.texi (Parsing Expressions): Clean up forward-comment
5081 and parse-sexp-lookup-properties.
5082
5083 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
5084
5085 * os.texi (System Environment): Clean up text for load-average errors.
5086
5087 * modes.texi (Hooks): Don't explain local hook details at front.
5088 Clarify run-hooks and run-hook-with-args a little.
5089 Clean up add-hook and remove-hook.
5090
5091 * edebug.texi (Edebug Execution Modes): Clarify t.
5092 Document edebug-sit-for-seconds.
5093 (Coverage Testing): Document C-x X = and =.
5094 (Instrumenting Macro Calls): Fix typo.
5095 (Specification List): Don't index the specification keywords.
5096
c989ebe9
KS
50972003-10-10 Kim F. Storm <storm@cua.dk>
5098
5099 * processes.texi (Network): Introduce make-network-process.
5100
f9525eef
LT
51012003-10-09 Luc Teirlinck <teirllm@auburn.edu>
5102
5103 * tips.texi (Library Headers): Fix typo.
5104
f008b925
LK
51052003-10-07 Juri Linkov <juri@jurta.org>
5106
5107 * modes.texi (Imenu): Mention imenu-create-index-function's
5108 default value. Explain submenus better.
5109
c22c5da6
LK
51102003-10-07 Lute Kamstra <lute@gnu.org>
5111
5112 * modes.texi (Faces for Font Lock): Fix typo.
5113 (Hooks): Explain how buffer-local hook variables can refer to
5114 global hook variables.
5115 Various minor clarifications.
5116
49247521
LK
51172003-10-06 Lute Kamstra <lute@gnu.org>
5118
5119 * tips.texi (Coding Conventions): Mention naming conventions for
5120 hooks.
5121
9296c947
LT
51222003-10-05 Luc Teirlinck <teirllm@auburn.edu>
5123
5124 * loading.texi (Library Search): Correct default value of
5125 load-suffixes.
5126 (Named Features): Fix typo.
5127
0e9b293a
RS
51282003-10-05 Richard M. Stallman <rms@gnu.org>
5129
5130 * loading.texi (Named Features): In `provide',
5131 say how to test for subfeatures.
5132 (Unloading): In unload-feature, use new var name
5133 unload-feature-special-hooks.
5134
49247521 51352003-10-03 Lute Kamstra <lute@gnu.org>
10ee4e90
LK
5136
5137 * modes.texi (Major Mode Conventions): Mention third way to set up
5138 Imenu.
5139 (Imenu): A number of small fixes.
5140 Delete documentation of internal variable imenu--index-alist.
5141 Document the return value format of imenu-create-index-function
5142 functions.
5143
ab8f7d5c
RS
51442003-09-30 Richard M. Stallman <rms@gnu.org>
5145
5146 * processes.texi (Network): Say what stopped datagram connections do.
5147
5148 * lists.texi (Association Lists): Clarify `assq-delete-all'.
5149
5150 * display.texi (Overlay Properties): Clarify `evaporate' property.
5151
49247521 51522003-09-29 Lute Kamstra <lute@gnu.org>
86b9b767
LK
5153
5154 * modes.texi (Mode Line Data): Explain when symbols in mode-line
c22c5da6 5155 constructs should be marked as risky.
86b9b767
LK
5156 Change cons cell into proper list.
5157 (Mode Line Variables): Change cons cell into proper list.
5158
49247521 51592003-09-26 Lute Kamstra <lute@gnu.org>
bc3b02f9
LK
5160
5161 * modes.texi (Mode Line Data): Document the :propertize construct.
5162 (Mode Line Variables): Reorder the descriptions of the variables
c22c5da6 5163 to match their order in the default mode-line-format.
bc3b02f9
LK
5164 Describe the new variables mode-line-position and mode-line-modes.
5165 Update the default values of mode-line-frame-identification,
5166 minor-mode-alist, and default-mode-line-format.
5167 (Properties in Mode): Mention the :propertize construct.
6142d1d0 5168
bc3b02f9 51692003-09-26 Richard M. Stallman <rms@gnu.org>
6142d1d0 5170
c22c5da6 5171 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6142d1d0
RS
5172 * loading.texi, minibuf.texi, text.texi, variables.texi:
5173 Avoid @strong{Note:}.
5174
51752003-09-26 Richard M. Stallman <rms@gnu.org>
5176
5177 * keymaps.texi (Remapping Commands): Fix typo.
5178
41beda59
LT
51792003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
5180
5181 * processes.texi (Low-Level Network): Fix typo.
5182
ef6ae4ff
KS
51832003-09-23 Kim F. Storm <storm@cua.dk>
5184
5185 * processes.texi (Network, Network Servers): Fix typos.
5186 (Low-Level Network): Add timeout value for :server keyword.
5187 Add new option keywords to make-network-process.
5188 Add set-network-process-options.
5189 Explain how to test availability of network options.
5190
b0f23edf
RS
51912003-09-19 Richard M. Stallman <rms@gnu.org>
5192
5193 * text.texi (Motion by Indent): Arg to
5194 backward-to-indentation and forward-to-indentation is optional.
5195
5196 * strings.texi (Creating Strings): Add substring-no-properties.
5197
5198 * processes.texi
5199 (Process Information): Add list-processes arg QUERY-ONLY.
5200 Delete process-contact from here.
5201 Add new status values for process-status.
5202 Add process-get, process-put, process-plist, set-process-plist.
5203 (Synchronous Processes): Add call-process-shell-command.
5204 (Signals to Processes): signal-process allows process objects.
5205 (Network): Complete rewrite.
5206 (Network Servers, Datagrams, Low-Level Network): New nodes.
5207
5208 * positions.texi (Word Motion): forward-word, backward-word
5209 arg is optional. Reword.
5210
5211 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
5212
c22c5da6 5213 * variables.texi (Creating Buffer-Local):
b0f23edf
RS
5214 Delete duplicate definition of buffer-local-value.
5215 (File Local Variables): Explain about discarding text props.
5216
f387bdea
RS
52172003-09-11 Richard M. Stallman <rms@gnu.org>
5218
5219 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
5220 changes variables that record input events.
5221 (Minibuffer Misc): Add minibuffer-selected-window.
5222
5223 * lists.texi (Building Lists): Add copy-tree.
5224
5225 * display.texi (Fontsets): Add char-displayable-p.
5226 (Scroll Bars): New node.
5227
49247521 52282003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
5229
5230 * modes.texi (%-Constructs): Document new `%i' and `%I'
5231 constructs.
5232
fd026ee1
JR
52332003-09-03 Peter Runestig <peter@runestig.com>
5234
5235 * makefile.w32-in: New file.
5236
4828b4d7
RS
52372003-08-29 Richard M. Stallman <rms@gnu.org>
5238
5239 * display.texi (Overlay Properties): Clarify how priorities
5240 affect use of the properties.
5241
a4e4f05d
LT
52422003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
5243
5244 * customize.texi (Type Keywords): Correct the description of
5245 `:help-echo' in the case where `motion-doc' is a function.
5246
3ebe0346
JPW
52472003-08-14 John Paul Wallington <jpw@gnu.org>
5248
5249 * modes.texi (Emulating Mode Line): Subsection, not section.
5250
3afe8e39
RS
52512003-08-13 Richard M. Stallman <rms@gnu.org>
5252
5253 * elisp.texi (Top): Update subnode lists in menu.
5254
5255 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
5256 (Kill Functions): kill-region has new arg yank-handler.
5257 (Yanking): New node.
5258 (Yank Commands): Add yank-undo-function.
5259 (Low-Level Kill Ring):
5260 kill-new and kill-append have new arg yank-handler.
5261 (Changing Properties): Add remove-list-of-text-properties.
5262 (Atomic Changes): New node.
5263
5264 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
5265
5266 * streams.texi (Output Variables): Add eval-expression-print-length
5267 and eval-expression-print-level.
5268
5269 * os.texi (Time Conversion): For encode-time, explain limits on year.
5270
5271 * objects.texi (Character Type): Define anchor "modifier bits".
5272
5273 * modes.texi (Emulating Mode Line): New node.
5274 (Search-based Fontification): Font Lock uses font-lock-face property.
5275 (Other Font Lock Variables): Likewise.
5276
5277 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
5278 not vectors.
5279 (Active Keymaps): Add emulation-mode-map-alists.
5280 (Functions for Key Lookup): key-binding has new arg no-remap.
5281 (Remapping Commands): New node.
5282 (Scanning Keymaps): where-is-internal has new arg no-remap.
5283 (Tool Bar): Add tool-bar-local-item-from-menu.
5284 Clarify when to use tool-bar-add-item-from-menu.
5285
5286 * commands.texi (Interactive Call): commandp has new arg.
5287 (Command Loop Info): Add this-original-command.
5288
e37769b1
JPW
52892003-08-06 John Paul Wallington <jpw@gnu.org>
5290
5291 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
5292
5293 * display.texi (Warning Basics): Fix typo.
5294 (Fringes): Add closing curly bracket and fix typo.
5295
5296 * elisp.texi (Top): Fix typo.
5297
c5e0561f
RS
52982003-08-05 Richard M. Stallman <rms@gnu.org>
5299
5300 * elisp.texi: Update lists of subnodes.
5301
5302 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
5303
5304 * variables.texi (Local Variables): Use lc for example variable names.
5305
5306 * tips.texi (Library Headers): Explain where to put -*-.
5307
5308 * strings.texi (Creating Strings): Fix xref for vconcat.
5309
5310 * sequences.texi (Vector Functions):
5311 vconcat no longer allows integer args.
5312
5313 * minibuf.texi (Reading File Names): read-file-name has new
5314 arg PREDICATE. New function read-directory-name.
5315
5316 * macros.texi (Defining Macros): Give definition of `declare'
5317 (Indenting Macros): New node.
5318
5319 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
5320 (Window Frame Parameters): Make separate table of parameters
5321 that are coupled with specific face attributes.
5322 (Deleting Frames): delete-frame-hooks renamed to
5323 delete-frame-functions.
5324
5325 * files.texi (Magic File Names): Add file-remote-p.
5326 Clarify file-local-copy.
5327
5328 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
5329 here; instead xref Defining Macros.
5330
5331 * display.texi (Warnings): New node, and subnodes.
5332 (Fringes): New node.
5333
5334 * debugging.texi (Test Coverage): New node.
5335
5336 * compile.texi (Compiler Errors): Explain with-no-warnings
5337 and other ways to suppress warnings.
5338
5339 * commands.texi (Interactive Call): Minor clarification.
5340
5341 * buffers.texi (Buffer File Name): set-visited-file-name
5342 renames the buffer too.
5343
5344 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
5345
ee59dede
MR
53462003-07-24 Markus Rost <rost@math.ohio-state.edu>
5347
5348 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
5349
f0514b34
MR
53502003-07-22 Markus Rost <rost@math.ohio-state.edu>
5351
5352 * internals.texi (Garbage Collection): Fix previous change.
5353
c73983bb
RS
53542003-07-22 Richard M. Stallman <rms@gnu.org>
5355
5356 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
5357
5358 * display.texi (Width): Use \s syntax in example.
5359 (Font Selection): Add face-font-rescale-alist.
5360
5361 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
5362 Remove spurious indent in example.
5363
5364 * lists.texi (Building Lists): Add number-sequence.
5365
5366 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
5367
5368 * functions.texi (Function Documentation): Explain how to
5369 show calling convention explicitly in the doc string.
5370
5371 * windows.texi (Selecting Windows): save-selected-window saves
5372 selected window of each frame.
5373 (Window Configurations): Minor change.
5374
5375 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
5376
5377 * streams.texi (Output Variables): Add print-continuous-numbering
5378 and print-number-table.
5379
5380 * processes.texi (Decoding Output): New node.
5381
5382 * os.texi (Time Conversion): decode-time arg is optional.
5383
5384 * objects.texi (Character Type): Don't use space as example for \.
5385 Make list of char names and \-sequences correspond.
5386 Explain that \s is not used in strings. `\ ' needs space after.
5387
5388 * nonascii.texi (Converting Representations): Add string-to-multibyte.
5389 (Translation of Characters): Add translation-table-for-input.
5390 (Default Coding Systems): Add auto-coding-functions.
5391 (Explicit Encoding): Add decode-coding-inserted-region.
5392 (Locales): Add locale-info.
5393
5394 * minibuf.texi (Basic Completion): Describe test-completion.
5395 Collections can be lists of strings.
5396 Clean up lazy-completion-table.
5397 (Programmed Completion): Mention test-completion.
5398 Clarify why lambda expressions are not accepted.
5399 (Minibuffer Misc): Describe minibufferp.
5400
51a8b435
RS
54012003-07-14 Richard M. Stallman <rms@gnu.org>
5402
5403 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
5404
5405 * windows.texi (Selecting Windows): New arg to select-window.
5406 (Selecting Windows): Add with-selected-window.
5407 (Size of Window): Add window-inside-edges, etc.
5408
5409 * internals.texi (Garbage Collection): Add post-gc-hook.
5410
5411 * processes.texi (Subprocess Creation): Add exec-suffixes.
5412
5413 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
5414 (Scanning Keymaps): Add map-keymaps.
5415 (Defining Menus): Add keymap-prompt.
5416
5417 * numbers.texi (Integer Basics): Add most-positive-fixnum,
5418 most-negative-fixnum.
5419
5420 * compile.texi (Byte Compilation): Explain no-byte-compile
5421 (Compiler Errors): New node.
5422
5423 * os.texi (User Identification): user-uid, user-real-uid
5424 can return float.
5425
5426 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
5427 and about derived modes.
5428 (Minor Modes): Add minor-mode-list.
5429 (Defining Minor Modes): Keyword args for define-minor-mode.
5430 (Search-based Fontification): Explain managing other properties.
5431 (Other Font Lock Variables): Add font-lock-extra-managed-props.
5432 (Faces for Font Lock): Add font-locl-preprocessor-face.
5433 (Hooks): Add run-mode-hooks and delay-mode-hooks.
5434
5435 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
e57d0aa8 5436 (Variable Aliases): Clarify defvaralias.
51a8b435
RS
5437
5438 * loading.texi (Library Search): Add load-suffixes.
5439
5440 * minibuf.texi (Basic Completion): Add lazy-completion-table.
5441 (Programmed Completion): Add dynamic-completion-table.
5442
5443 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
5444 (Magic File Names): Specify precedence order of handlers.
199bb209 5445
51a8b435
RS
5446 * commands.texi (Command Overview): Emacs server runs pre-command-hook
5447 and post-command-hook.
5448 (Waiting): New calling convention for sit-for.
5449
5450 * text.texi (Special Properties): local-map and keymap properties
5451 apply based on their stickiness.
5452
c6de56a0
RS
54532003-07-07 Richard M. Stallman <rms@gnu.org>
5454
5455 * modes.texi (Minor Mode Conventions): Specify only some kinds
5456 of list values as args to minor modes.
5457
5458 * files.texi (File Name Expansion): Warn about iterative use
5459 of substitute-in-file-name.
5460
5461 * advice.texi (Activation of Advice): Clean up previous change.
5462
8c761ea6
MR
54632003-07-06 Markus Rost <rost@math.ohio-state.edu>
5464
5465 * advice.texi (Activation of Advice): Note that ad-start-advice is
5466 turned on by default.
5467
c6de56a0
RS
54682003-06-30 Richard M. Stallman <rms@gnu.org>
5469
5470 * text.texi (Buffer Contents): Document current-word.
5471 (Change Hooks): Not called for *Messages*.
5472
5473 * functions.texi (Defining Functions): Explain about redefining
5474 primitives.
5475 (Function Safety): Renamed. Minor changes.
5476 Comment out the detailed criteria for what is safe.
5477
3fe4e567
AS
54782003-06-22 Andreas Schwab <schwab@suse.de>
5479
5480 * objects.texi (Symbol Type): Fix description of examples.
5481
cda7bd13
AS
54822003-06-16 Andreas Schwab <schwab@suse.de>
5483
5484 * hash.texi (Creating Hash): Fix description of :weakness.
5485
fbcffa4a
KG
54862003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
5487
5488 * files.texi (Changing Files): copy-file copies file modes, too.
5489
ff6a3bfb
RS
54902003-05-28 Richard M. Stallman <rms@gnu.org>
5491
5492 * strings.texi (Creating Strings): Clarify split-string.
5493
1463a05d
JB
54942003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
5495
5496 * strings.texi (Creating Strings): Update split-string specification
5497 and examples.
5498
af253914
RS
54992003-05-19 Richard M. Stallman <rms@gnu.org>
5500
5501 * elisp.texi: Correct invariant section names.
5502
7ea52f92
RS
55032003-04-20 Richard M. Stallman <rms@gnu.org>
5504
5505 * os.texi (Timers): Explain about timers and quitting.
5506
e31afc09
RS
55072003-04-19 Richard M. Stallman <rms@gnu.org>
5508
5509 * internals.texi (Writing Emacs Primitives): Strings are
5510 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
5511 Explain GCPRO convention for varargs function args.
5512
5ceea398
RS
55132003-04-16 Richard M. Stallman <rms@gnu.org>
5514
5515 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
5516
b0ada147
RS
55172003-04-08 Richard M. Stallman <rms@gnu.org>
5518
5519 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
5520
b23375aa
KS
55212003-02-13 Kim F. Storm <storm@cua.dk>
5522
5523 * objects.texi (Character Type): New \s escape for space.
5524
c60ee5e7
JB
55252003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5526
5527 * os.texi (System Environment): Added cygwin system-type.
5528
84e47416
RS
55292003-01-25 Richard M. Stallman <rms@gnu.org>
5530
5531 * keymaps.texi: Document that a symbol can act as a keymap.
5532
3e8cf2ea
RS
55332003-01-13 Richard M. Stallman <rms@gnu.org>
5534
5535 * text.texi (Changing Properties): Say string indices are origin-0.
5536
5537 * positions.texi (Screen Lines) <compute-motion>:
5538 Correct order of elts in return value.
5539
5540 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
5541 how to define a default binding.
5542
7abb9fc5 55432002-12-07 Markus Rost <rost@math.ohio-state.edu>
177f790c 5544
104bc3aa 5545 * loading.texi (Unloading): Fix recent change for load-history.
5b1fc152 5546
104bc3aa 5547 * customize.texi (Simple Types): Clarify description of custom
9b7fa297 5548 type 'number. Describe new custom type 'float.
177f790c 5549
7abb9fc5 55502002-12-04 Markus Rost <rost@math.ohio-state.edu>
24ff45f3
MR
5551
5552 * variables.texi (File Local Variables): Fix typo.
5553
df140a68 55542002-10-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
c60ee5e7 5555
df140a68
KG
5556 From Michael Albinus <Michael.Albinus@alcatel.de>.
5557
5558 * README: Target for Info file is `make info'.
5559
5560 * files.texi (File Name Components): Fixed typos in
5561 `file-name-sans-extension'.
5562 (Magic File Names): Complete list of operations for magic file
5563 name handlers.
5564
7ed9159a
JY
55652002-09-16 Jonathan Yavner <jyavner@engineer.com>
5566
5567 * variables.texi (File Local Variables): New function
5568 risky-local-variable-p.
5569
55702002-09-15 Jonathan Yavner <jyavner@engineer.com>
5571
5572 * functions.texi (Function safety): New node about unsafep.
5573
241f79af
PA
55742002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
5575
5576 * customize.texi (Splicing into Lists): Fixed example.
5577 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
5578
72459b15
JB
55792002-06-17 Juanma Barranquero <lektu@terra.es>
5580
5581 * frames.texi (Display Feature Testing): Fix typo.
5582
61f7e0f5
AS
55832002-06-12 Andreas Schwab <schwab@suse.de>
5584
5585 * frames.texi (Initial Parameters, Resources): Fix references to
5586 the Emacs manual.
5587
4e792dbd
KS
55882002-05-13 Kim F. Storm <storm@cua.dk>
5589
5590 * variables.texi (Intro to Buffer-Local): Updated warning and
5591 example relating to changing buffer inside let.
5592
940344d4 55932002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
d873ec96
JD
5594
5595 * os.texi (Session Management): New node about X Session management.
5596
231ac53b
EZ
55972002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
5598
5599 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
5600 to which the manual corresponds, and the copyright years.
5601
5602 * Makefile.in (VERSION): Set to 2.9.
5603
140cc574
EZ
56042001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
5605
5606 * elisp.texi: Change the category in @dircategory to "Emacs", to
5607 make it consistent with info/dir.
5608
9c7fce05
MB
56092001-11-25 Miles Bader <miles@gnu.org>
5610
5611 * text.texi (Fields): Describe new `limit' arg in
5612 field-beginning/field-end.
5613
9f8bbf0f
EZ
56142001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5615
a5e6715c
EZ
5616 * permute-index: Don't depend on csh-specific features. Replace
5617 the interpreter name with /bin/sh.
5618
9f8bbf0f
EZ
5619 * two-volume-cross-refs.txt: New file.
5620 * two.el: New file.
5621 * spellfile: New file.
5622
1756e2fb
EZ
56232001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
5624
5625 * permute-index: New file.
5626
5627 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
5628 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
5629 8+3 restricted namespace.
ad050e54
EZ
5630
5631 * Makefile.in (infodir): Define relative to $(srcdir).
5632 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
5633 include directories list via -I switch to makeinfo.
5634 (index.texi): Use cp if both hard and symbolic links fail.
5635
10fa7f8e
EZ
56362001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5637
7a1494ce
EZ
5638 * Makefile.in (distclean): Add.
5639
10fa7f8e
EZ
5640 The following changes make ELisp manual part of the Emacs
5641 distribution:
5642
5643 * Makefile.in: Add Copyright notice.
5644 (prefix): Remove.
5645 (infodir): Change value to "../info".
5646 (VPATH): New variable.
5647 (MAKE): Don't define.
5648 (texmacrodir): Don't define.
5649 (texinputdir): Append the existing value of TEXINPUTS.
5650 ($(infodir)/elisp): Instead of just "elisp". Reformat the
5651 command to be compatible with man/Makefile.in, and to put the
5652 output into ../info.
5c32b7c5 5653 (info): Add target.
10fa7f8e
EZ
5654 (installall): Target removed.
5655
74686736 56562001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
5657
5658 * tips.texi (Coding Conventions): Fix typo.
5659
6fd735df
GM
56602001-10-23 Gerd Moellmann <gerd@gnu.org>
5661
5662 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
5663
b704d54b
EZ
56642001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5665
5666 * files.texi (File Name Components): Update the description of
5667 file-name-sans-extension and file-name-extension, as they now
5668 ignore leading dots.
5669
71431a0e
GM
56702001-10-20 Gerd Moellmann <gerd@gnu.org>
5671
6aa97356 5672 * (Version 21.1 released.)
71431a0e 5673
79f1f96c
MB
56742001-10-19 Miles Bader <miles@gnu.org>
5675
5676 * positions.texi (Text Lines): Describe behavior of
5677 `beginning-of-line'/`end-of-line' in the presence of field properties.
5678
892a8f36
GM
56792001-10-17 Gerd Moellmann <gerd@gnu.org>
5680
5681 * Makefile.in (VERSION): Set to 2.8.
5682 (manual): Use `manual-21'.
5683
8c1cc9e8 5684 * elisp.texi (VERSION): Add and use it where the version
892a8f36
GM
5685 number was used. Set it to 2.8.
5686
5687 * intro.texi: Likewise.
5688
51724e26
EZ
56892001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5690
5691 * files.texi (File Name Completion): Document the significance of
5692 a trailing slash in elements of completion-ignored-extensions.
5693
57b338e8
MB
56942001-10-06 Miles Bader <miles@gnu.org>
5695
5696 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
5697
c89e4bc5
GM
56982001-10-04 Gerd Moellmann <gerd@gnu.org>
5699
5700 * variables.texi (Variable Aliases): New node.
5701
ab952a4f
GM
57022001-10-04 Gerd Moellmann <gerd@gnu.org>
5703
5704 * Branch for 21.1.
dff28924 5705
9db3a582
MB
57062001-10-02 Miles Bader <miles@gnu.org>
5707
ae1a9581
MB
5708 * minibuf.texi (Minibuffer Misc): Add entries for
5709 `minibuffer-contents', `minibuffer-contents-no-properties', and
5710 `delete-minibuffer-contents'.
5711 Correct description for `minibuffer-prompt-end'.
5712
9db3a582
MB
5713 * text.texi (Property Search): Correct descriptions of
5714 `next-char-property-change' and `previous-char-property-change'.
5715 Add entries for `next-single-char-property-change' and
5716 `previous-single-char-property-change'.
5717 Make operand names a bit more consistent.
5718
03be5931
EZ
57192001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
5720
5721 * frames.texi (Finding All Frames): Document that next-frame and
5722 previous-frame are local to current terminal.
5723
974548ec
EZ
57242001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
5725
5726 * keymaps.texi (Creating Keymaps): Fix the description of the
dff28924 5727 result of make-keymap.
974548ec 5728
8d82c597
EZ
57292001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
5730
5731 * display.texi (Font Lookup, Attribute Functions)
5732 (Image Descriptors): Add cross-references to the definition of
5733 selected frame.
5734
5735 * buffers.texi (The Buffer List): Add cross-references to the
5736 definition of selected frame.
5737
5738 * frames.texi (Input Focus): Clarify which frame is _the_ selected
5739 frame at any given time.
5740 (Multiple Displays, Size and Position): Add a cross-reference to
5741 the definition of the selected frame.
5742
2842de30
EZ
57432001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5744
5745 * strings.texi (String Conversion) <string-to-number>: Document
5746 that a float is returned for integers that are too large.
5747
5748 * frames.texi (Mouse Position): Document mouse-position-function.
5749 (Display Feature Testing): Document display-images-p.
5750 (Window Frame Parameters): Document the cursor-type variable.
5751
5752 * numbers.texi (Integer Basics): Document CL style read syntax for
5753 integers in bases other than 10.
5754
5755 * positions.texi (List Motion): Document
5756 open-paren-in-column-0-is-defun-start.
5757
5758 * lists.texi (Sets And Lists): Document member-ignore-case.
5759
5760 * internals.texi (Garbage Collection): Document the used and free
5761 strings report.
5762 (Memory Usage): Document strings-consed.
5763
5764 * os.texi (Time of Day): Document float-time.
5765 (Recording Input): Document that clear-this-command-keys clears
5766 the vector to be returned by recent-keys.
5767
5768 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
5769 argument keymap can be a list.
5770
5771 * nonascii.texi (User-Chosen Coding Systems)
5772 <select-safe-coding-system>: Document the new argument
5773 accept-default-p and the variable
5774 select-safe-coding-system-accept-default-p. Tell what happens if
5775 buffer-file-coding-system is undecided.
5776 (Default Coding Systems): Document auto-coding-regexp-alist.
5777
5778 * display.texi (The Echo Area) <message>: Document
5779 message-truncate-lines.
5780 (Glyphs): Document that the glyph table is unused on windowed
5781 displays.
5782
5783 * help.texi (Describing Characters) <single-key-description>:
5784 Document the new argument no-angles.
5785 (Accessing Documentation) <documentation-property>: Document that
5786 a non-string property is evaluated.
5787 <documentation>: Document that the function-documentation property
5788 is looked for.
5789
5790 * windows.texi (Selecting Windows): Document some-window.
5791
5792 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
5793
5794 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
5795 apropos-mode-hook.
5796
5797 * commands.texi (Using Interactive): Document interactive-form.
5798 (Keyboard Macros): Document kbd-macro-termination-hook.
5799 (Command Loop Info): Document that clear-this-command-keys clears
5800 the vector to be returned by recent-keys.
5801
2d43d823
GM
58022001-09-04 Werner LEMBERG <wl@gnu.org>
5803
5804 * Makefile.in (srcdir, texinputdir): New variables.
5805 (srcs, index.texi, install): Use $(srcdir).
5806 (.PHONY): Remove elisp.dvi.
5807 (elisp): Use -I switch for makeinfo.
5808 (elisp.dvi): Use $(srcdir) and $(texinputdir).
5809 (installall, dist): Use $(srcdir).
5810 Fix path to texinfo.tex.
5811 (maintainer-clean): Add elisp.dvi and elisp.oaux.
5812
fa739b31
GM
58132001-08-30 Gerd Moellmann <gerd@gnu.org>
5814
92a25631
GM
5815 * display.texi (Conditional Display): Adjust to API change.
5816
fa739b31
GM
5817 * configure: New file.
5818
cef68af5
GM
58192001-07-30 Gerd Moellmann <gerd@gnu.org>
5820
5821 * commands.texi (Repeat Events): Add description of
5822 double-click-fuzz.
5823
d1f08d85
SM
58242001-05-08 Stefan Monnier <monnier@cs.yale.edu>
5825
5826 * syntax.texi (Syntax Class Table): Add the missing designator for
5827 comment and string fences.
5828 (Syntax Properties): Add a xref to syntax table internals.
5829 (Syntax Table Internals): Document string-to-syntax.
5830
1e9fc92e
GM
58312001-05-07 Gerd Moellmann <gerd@gnu.org>
5832
5833 * Makefile.in (install): Use install-info command line options
5834 like in Emacs' Makefile.in.
5835
00480554
MB
58362000-12-09 Miles Bader <miles@gnu.org>
5837
5838 * windows.texi (Window Start): Update documentation for
5839 `pos-visible-in-window-p'.
5840
1e344ee2
SM
58412000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5842
5843 * lists.texi (Building Lists): Add footnote to explain how to add
5844 to the end of a list.
5845
a540f6ed
GM
58462000-10-25 Gerd Moellmann <gerd@gnu.org>
5847
5848 * files.texi (Visiting Functions): Typos.
5849
28bcdbee
KH
58502000-10-25 Kenichi Handa <handa@etl.go.jp>
5851
5852 * files.texi (Visiting Functions): Return value of
5853 find-file-noselect may be a list of buffers if wildcards are used.
5854
22d1a4ed
MB
58552000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5856
5857 * display.texi (Defining Faces): Document `graphic' display type
5858 in face specs.
5859
916a89db
KG
58602000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5861
1e9fc92e 5862 * hooks.texi (Standard Hooks): Replace obsolete
916a89db
KG
5863 `after-make-frame-hook' with `after-make-frame-functions'.
5864
1e9fc92e 5865 * frames.texi (Creating Frames): Ditto.
916a89db 5866
1e9fc92e 5867 * variables.texi (Future Local Variables): Ditto.
916a89db 5868
483de32b
GM
58692000-10-16 Gerd Moellmann <gerd@gnu.org>
5870
5871 * display.texi (Other Image Types): Add description of :foreground
5872 and :background properties of mono PBM images.
5873
e23a63a5
WL
58742000-08-17 Werner LEMBERG <wl@gnu.org>
5875
5876 * .cvsignore: New file.
5877
dfc16043
GM
58782000-01-05 Gerd Moellmann <gerd@gnu.org>
5879
5880 * tindex.pl: New script.
5881
602613fe
DL
58821999-12-03 Dave Love <fx@gnu.org>
5883
5884 * Makefile.in (MAKEINFO): New parameter.
5885
94ec544d
DL
58861999-09-17 Richard Stallman <rms@gnu.org>
5887
5888 * Makefile.in (srcs): Add hash.texi.
5889 (VERSION): Update to 20.6.
5890
58911999-09-13 Richard Stallman <rms@gnu.org>
5892
5893 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
5894
58951998-08-29 Karl Heuer <kwzh@gnu.org>
5896
5897 * configure.in: New file.
5898 * Makefile.in: Renamed from Makefile.
5899 (prefix, infodir): Use value obtained from configure.
5900 (emacslibdir): Obsolete variable deleted.
5901 (dist): Distribute configure.in, configure, Makefile.in.
5902
59031998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
5904
5905 * Makefile (INSTALL_INFO): New variable.
5906 (install): Run install-info.
5907
59081998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
5909
5910 * Makefile (elisp.dvi): Add missing backslash.
5911
59121998-05-02 Richard Stallman <rms@psilocin.gnu.org>
5913
5914 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
5915 Run texindex without `./'. Always run texindex on elisp.tp.
5916 (elisp.tps): Target deleted.
5917
59181998-04-05 Richard Stallman <rms@psilocin.gnu.org>
5919
5920 * Makefile (srcs): Add nonascii.texi and customize.texi.
5921 (dist): Start by deleting `temp'.
5922
59231998-02-17 Richard Stallman <rms@psilocin.gnu.org>
5924
5925 * Makefile (makeinfo, texindex): Targets deleted.
5926 (makeinfo.o, texindex.o): Targets deleted.
5927 (clean, dist): Don't do anything with them or with getopt*.
5928
59291998-01-30 Richard Stallman <rms@psilocin.gnu.org>
5930
5931 * Makefile (SHELL): Defined.
5932
59331998-01-27 Richard Stallman <rms@psilocin.gnu.org>
5934
5935 * Makefile (elisp.tps): New target.
5936 (elisp.dvi): Depend on elisp.tps.
5937
5938Wed Apr 3 15:24:25 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
5939
5940 * README: Update phone number.
5941
5942 * Makefile (elisp): Make this be the default target.
5943 Depend on makeinfo.c instead of makeinfo.
5944 (install): Don't depend on elisp.dvi, since we don't install that.
5945 Use mkinstalldirs.
5946 (dist): Add mkinstalldirs.
5947
5948Mon Jun 19 14:35:26 1995 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5949
5950 * Makefile (VERSION): Update version number.
5951 (maintainer-clean): Renamed from realclean.
5952
5953Wed Jun 7 17:04:59 1995 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5954
5955 * Makefile (realclean): New target.
5956 (elisp): Remove any old elisp-* files first.
5957
5958Tue Nov 23 19:59:40 1993 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
5959
d1f08d85
SM
5960 * Makefile (VERSION): New variable.
5961 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
5962 Compressed file suffix should be `.gz', not `.z'.
94ec544d
DL
5963
5964Mon Nov 22 15:06:19 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5965
5966 * Makefile (elisp): Depend on makeinfo.
5967
5968Fri Nov 19 02:29:33 1993 Noah Friedman (friedman@gnu.ai.mit.edu)
5969
d1f08d85 5970 * Makefile (srcs): Add anti.texi.
94ec544d
DL
5971
5972Fri May 28 18:04:53 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5973
5974 * Makefile (infodir, prefix): New vars.
5975 (install): Use infodir.
5976 (emacsinfodir): Deleted.
5977
5978Thu May 27 02:11:25 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5979
5980 * Makefile (srcs): Add calendar.texi.
5981
5982 * Makefile (dist): Copy texindex.c and makeinfo.c.
5983 Limit elisp-* files to those with one or two digits.
5984
5985Sun May 16 17:58:21 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5986
5987 * Makefile (dist): Changed to use Gzip instead of compress.
5988
5989Fri Apr 23 01:05:23 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
5990
5991 * loading.texi (Unloading): define-function changed back to
5992 defalias. It may not stay this way, but at least it's
5993 consistent with the known-good version of the code patch.
5994
5995Fri Mar 26 21:14:54 1993 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5996
5997 * modes.texi (Hooks): Document new optional arg of add-hook.
5998
5999Wed Mar 17 08:48:24 1993 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
6000
d1f08d85 6001 * variables.texi: Document nil initial value of buffer-local variables.
94ec544d
DL
6002
6003 * tips.texi: Add new section on standard library headers.
6004
6005Sat Feb 27 18:00:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6006
6007 * Makefile (srcs): Add frame.texi to the list of sources.
6008
6009Tue Feb 23 10:50:25 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6010
6011 * Makefile (dist): Don't bother excluding autosave files; they'll
6012 never make it into the temp directory anyway, and the hash marks
6013 in the name are problematic for make and the Bourne shell.
dff28924 6014 (srcs):
94ec544d
DL
6015
6016Fri Feb 12 16:54:38 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6017
d1f08d85 6018 * Makefile (dist): Don't include backup files or autosave files in
94ec544d
DL
6019 the distribution tar file.
6020
dff28924 6021Tue Nov 26 21:10:34 1991 Richard Stallman (rms@mole.gnu.ai.mit.edu)
94ec544d
DL
6022
6023 * Makefile (srcs): Added index.perm.
6024 (elisp.dvi): Remove erroneous shell comment.
6025 Expect output of permute-index in permuted.fns.
6026 Save old elisp.aux in elisp.oaux.
6027 (clean): Added index.texi to be deleted.
6028
dff28924 6029Sat Aug 11 17:39:10 1990 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
6030
6031 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
6032
dff28924 6033Tue Jun 26 09:57:26 1990 David Lawrence (tale@geech)
94ec544d 6034
6db11765 6035 * files.texi: Noted that completion-ignored-extensions is ignored
94ec544d
DL
6036 when making *Completions*.
6037
6038Fri Jun 8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
6039
6040 * Makefile make dist now depends on elisp.dvi, since it tries
6041 to include it in the dist file.
6042
dff28924 6043Wed Mar 28 22:57:35 1990 Jim Kingdon (kingdon@mole.ai.mit.edu)
94ec544d
DL
6044
6045 * functions.texinfo (Mapping Functions): Add missing quote
6046
dff28924 6047Mon Jun 19 18:09:24 1989 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
94ec544d
DL
6048
6049 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
6050 (defunargs): Turn off \hyphenchar of \sl font temporarily.
6051
dff28924 6052Wed May 10 18:01:17 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
6053
6054 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
6055 and @error{} are the terms now being used. The files in the
6056 directory have been changed to reflect this.
6057
d1f08d85 6058 * All instances of @indentedresultt{} have been changed to
94ec544d
DL
6059 ` @result{}', using 5 spaces at the begining of the line.
6060
dff28924 6061Mon Apr 24 21:02:55 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
6062
6063 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
6064 experimental @indentedresult{}, @indentedexpandsto{} are part of
6065 the texinfo.tex in this directory. These TeX macros are not
6066 stable yet.
6067
dff28924 6068Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d 6069
6db11765 6070 * texinfo.tex: Temporarily added
d1f08d85 6071 \let\result=\dblarrow
94ec544d
DL
6072 \def\error{{\it ERROR} \longdblarrow}
6073 We need to do this better soon.
6074
dff28924 6075Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
94ec544d
DL
6076
6077 * Applied Karl Berry's patches to *.texinfo files, but not to
9b7fa297 6078 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
94ec544d
DL
6079 new title page format is also not applied, since it requires
6080 texinfo.tex changes.)
6081
6082 * Cleaned up `Makefile' and defined the `emacslibdir' directory
6083 for the Project GNU development environment.
6084
ad050e54 6085;; Local Variables:
fd026ee1 6086;; coding: iso-2022-7bit
33462dfa 6087;; add-log-time-zone-rule: t
ad050e54 6088;; End:
2a34a036 6089
651f374c 6090 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
de529e21 6091 2005, 2006, 2007 Free Software Foundation, Inc.
5b87ad55
GM
6092
6093 This file is part of GNU Emacs.
6094
6095 GNU Emacs is free software; you can redistribute it and/or modify
6096 it under the terms of the GNU General Public License as published by
6097 the Free Software Foundation; either version 2, or (at your option)
6098 any later version.
6099
6100 GNU Emacs is distributed in the hope that it will be useful,
6101 but WITHOUT ANY WARRANTY; without even the implied warranty of
6102 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6103 GNU General Public License for more details.
6104
6105 You should have received a copy of the GNU General Public License
6106 along with GNU Emacs; see the file COPYING. If not, write to the
6107 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
6108 Boston, MA 02110-1301, USA.
ab5796a9
MB
6109
6110;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda