Replace non-portable use of $< in ordinary make rules
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
f48a9cb4
GM
12012-04-07 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in: Replace non-portable use of $< in ordinary rules.
4
ea0ff314
CY
52012-04-06 Chong Yidong <cyd@gnu.org>
6
7 * minibuf.texi (Programmed Completion): Document metadata method.
8 (Completion Variables): Document completion-category-overrides.
9
91b65361
CY
102012-04-05 Chong Yidong <cyd@gnu.org>
11
12 * anti.texi (Antinews): Rewrite for Emacs 23.
13
3d439cd1
CY
142012-04-04 Chong Yidong <cyd@gnu.org>
15
321cc491
CY
16 * minibuf.texi (Programmed Completion): Remove obsolete variable
17 completion-annotate-function.
18 (Completion Variables): Rename from Completion Styles. Document
19 completion-extra-properties. Document completion-styles-alist
20 change.
245d176b
CY
21 (Reading File Names): minibuffer-local-filename-must-match-map is
22 not used anymore.
23 (Minibuffer Completion): Document completing-read-function.
24 (Completion in Buffers): completion-at-point-functions can return
25 properties recognized in completion-extra-properties.
321cc491 26
3d439cd1
CY
27 * display.texi (Delayed Warnings): New node.
28
a7972adf
CY
29 * os.texi (Notifications): Copyedits.
30
97f4a299
GM
312012-04-04 Glenn Morris <rgm@gnu.org>
32
33 * os.texi (Notifications): Copyedits.
34
9ff687e1
MA
352012-04-03 Michael Albinus <michael.albinus@gmx.de>
36
37 * os.texi (Terminal-Specific): Fix typo.
38 (Notifications): New section.
39
40 * elisp.texi (Top):
41 * vol1.texi (Top):
42 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
43 menu entries.
44
42ee526b
CY
452012-04-01 Chong Yidong <cyd@gnu.org>
46
47 * files.texi (Kinds of Files): file-subdir-of-p renamed to
48 file-in-directory-p.
49
0b021094
GM
502012-03-31 Glenn Morris <rgm@gnu.org>
51
52 * edebug.texi (Instrumenting Macro Calls):
53 Mention defining macros at instrumentation time.
54 (Edebug Options): Mention edebug-unwrap-results.
55
50fe197c
EZ
562012-03-31 Eli Zaretskii <eliz@gnu.org>
57
58 * text.texi (Special Properties): Clarify the description of the
59 effect of integer values of the 'cursor' property on cursor
60 position. See the discussions in bug#11068 for more details and
61 context.
62
650b6d0b
GM
632012-03-31 Glenn Morris <rgm@gnu.org>
64
65 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
66 Copyedits.
67
5319014e
CY
682012-03-30 Chong Yidong <cyd@gnu.org>
69
70 * display.texi (Image Formats): Add imagemagick type.
71 (Image Descriptors): Mention how they are used.
72 (ImageMagick Images): Clarify role of imagemagick-register-types.
73 (Character Display): Don't mention glyph tables.
74 (Display Tables): Use make-glyph-code in example.
75 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
76 tables are semi-obsolete. De-document create-glyph.
77 (Glyphless Chars): Note that display tables override this.
78 (Bidirectional Display): Copyedits. Introduce "bidirectional
79 reordering" terminology, and use it.
80
f1224267
GM
812012-03-30 Glenn Morris <rgm@gnu.org>
82
83 * edebug.texi (Jumping): Give name of `i' binding.
84
d14daa28
GM
852012-03-28 Glenn Morris <rgm@gnu.org>
86
87 * searching.texi (Regular Expressions, Regexp Special):
fee88ca0
GM
88 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
89 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
90 (Regexp Special): Mention collation.
91 Clarify char classes with an example.
fee88ca0
GM
92 (Regexp Functions): Mention regexp-opt is not guaranteed.
93 Mention regexp-opt-charset.
94 (Regexp Search): Recommend against looking-back.
95 (Search and Replace): Use Texinfo recommended quote convention.
96 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 97
dcb6e7b3
MR
982012-03-27 Martin Rudalics <rudalics@gmx.at>
99
100 * windows.texi (Window History): Describe new option
101 switch-to-visible-buffer.
102
cf0495f2
GM
1032012-03-27 Glenn Morris <rgm@gnu.org>
104
4fb9a543
GM
105 * searching.texi (String Search): Add xref to Emacs manual.
106 Copyedits. Mention the function word-search-regexp.
107 (Searching and Case): Add xref to Emacs manual. Copyedits.
108
9364727b
GM
109 * processes.texi (Network Servers): Standardize apostrophe usage.
110
cf0495f2
GM
111 * os.texi (System Environment): Copyedits. Remove some examples
112 that do not seem useful. Mention setenv third arg.
113 tty-erase-char does not seem to be nil under a window-system.
114 (User Identification): Copyedits.
115 Remove some examples that do not seem useful.
116
33da7b16
GM
1172012-03-26 Glenn Morris <rgm@gnu.org>
118
119 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
120 (Init File): Copyedits.
121 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
122 (Killing Emacs): Copyedits.
123 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
124 Shorten the example, use more standard shell prompts.
33da7b16 125
9a69676a
CY
1262012-03-25 Chong Yidong <cyd@gnu.org>
127
128 * display.texi (Fringes): Note that fringes are shown on graphical
129 displays only.
130 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
131 (Replacing Specs): Clarify example.
132 (Manipulating Buttons): Note that button-at can return a marker.
133 (Buttons): Minor rewrite.
134 (Character Display): New node. Consolidate all character display
135 related nodes into its subsections.
136 (Usual Display): Character 127 is also affected by ctl-arrow.
137 (Display Tables): Improve example.
138
c8f6ec5c
GM
1392012-03-22 Glenn Morris <rgm@gnu.org>
140
141 * strings.texi (Text Comparison): Mention string-prefix-p.
142
fb5b8aca
CY
1432012-03-21 Chong Yidong <cyd@gnu.org>
144
145 * display.texi (The Echo Area): Add xref to Output Streams.
146 (Displaying Messages): Improve doc of message.
147 (Echo Area Customization, Invisible Text): Copyedits.
148 (Invisible Text): Mention that spec comparison is done with eq.
149 (Width): Improve doc of char-width.
150 (Faces): Recommend using symbol instead of string for face name.
151 Minor clarifications.
152 (Defining Faces): Copyedits. Update face example.
153 (Attribute Functions): Mark set-face-foreground etc as commands.
154 (Face Remapping): Mention text-scale-adjust. Clarify
155 face-remapping-alist and related docs.
156 (Face Functions): Don't document make-face or copy-face.
157
025de85b
CY
1582012-03-20 Chong Yidong <cyd@gnu.org>
159
160 * display.texi (Forcing Redisplay): Various rewrites to reflect
161 new value of redisplay-dont-pause.
162 (Truncation): Copyedits.
163
a5656eae
GM
1642012-03-20 Glenn Morris <rgm@gnu.org>
165
166 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
167 Add summary table of some relevant command-line options.
168
d15aac68
CY
1692012-03-18 Chong Yidong <cyd@gnu.org>
170
171 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
172 (Writing Emacs Primitives): Re-organize discussion of functions
173 with variable Lisp arguments are handled. Delete an obsolete
174 remark, previously tagged as FIXME.
175
176 * os.texi (Idle Timers): Minor clarification.
177 (Idle Timers): Link to Time of Day for description of time list.
178
b59af549
GM
1792012-03-18 Glenn Morris <rgm@gnu.org>
180
181 * os.texi (System Interface): Flow control was removed.
182 (Startup Summary): General update.
183 (Init File): Don't mention compiling it.
184
986bd52a
CY
1852012-03-17 Chong Yidong <cyd@gnu.org>
186
187 * os.texi (Startup Summary): Mention package loading.
188 (Init File): Don't refer to .emacs in section title. Copyedits.
189 (Terminal-Specific): Give a realistic example.
190 (Command-Line Arguments): Reference Entering Emacs instead of
191 repeating the spiel about not restarting Emacs.
192 (Time of Day): Discuss time representation at beginning of node.
193 (Sound Output): Copyedits.
194
195 * package.texi (Packaging Basics): Document package-initialize.
196
f761251a
EZ
1972012-03-17 Eli Zaretskii <eliz@gnu.org>
198
199 * frames.texi (Initial Parameters): Add an index entry for
200 minibuffer-only frame.
201
da986230
GM
2022012-03-16 Glenn Morris <rgm@gnu.org>
203
204 * modes.texi (Major Mode Conventions): Mention the strange
205 relationship between View mode and special modes. (Bug#10650)
206
2cc775f9
CY
2072012-03-11 Chong Yidong <cyd@gnu.org>
208
209 * windows.texi (Window Configurations): save-window-excursion is
210 now a macro.
211
212 * display.texi (Temporary Displays): with-output-to-temp-buffer is
213 now a macro.
214
66c5eebd
CY
215 * text.texi (Fields): Minor copyedit.
216
310a820f
EZ
2172012-03-10 Eli Zaretskii <eliz@gnu.org>
218
83a96c08
EZ
219 * strings.texi (String Basics):
220 * sequences.texi (Sequence Functions): Mention that `length' is
221 not appropriate for computing the string width on display; add a
222 cross-reference to the description of `string-width'. (Bug#10978)
223
310a820f
EZ
224 * eval.texi (Autoloading): Minor change of wording.
225
83ef8187
CY
2262012-03-10 Chong Yidong <cyd@gnu.org>
227
bc44be50
CY
228 * loading.texi (Autoload): Explicitly state which forms are
229 processed specially (Bug#7783).
230
83ef8187
CY
231 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
232 non-default situation. Describe one-submenu exception (Bug#7695).
233
234 * nonascii.texi (Character Properties): Copyedits.
235
483ab230
CY
2362012-03-08 Chong Yidong <cyd@gnu.org>
237
238 * text.texi (Mode-Specific Indent): Document new behavior of
239 indent-for-tab-command. Document tab-always-indent.
240 (Special Properties): Copyedits.
241 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
242 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
243 libxml-parse-html-region.
244
00e84de0
GM
2452012-03-07 Glenn Morris <rgm@gnu.org>
246
eaa6bc3c
GM
247 * markers.texi (The Region): Briefly mention use-empty-active-region
248 and region-active-p.
a9685db7 249 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 250 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 251
67cd45a2
CY
2522012-03-07 Chong Yidong <cyd@gnu.org>
253
254 * text.texi (Buffer Contents): Don't duplicate explanation of
255 region arguments from Text node. Put doc of obsolete var
256 buffer-substring-filters back, since it is referred to.
257 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
258 selection by default.
259
260 * markers.texi (The Mark): Fix typo.
261 (The Region): Copyedits.
262
2ad80941
GM
2632012-03-07 Glenn Morris <rgm@gnu.org>
264
265 * markers.texi (Overview of Markers): Copyedits.
266 (Creating Markers): Update approximate example buffer size.
267 (The Mark): Don't mention uninteresting return values.
268
ef959d3a
CY
2692012-03-05 Chong Yidong <cyd@gnu.org>
270
271 * positions.texi (Text Lines): Document count-words.
272
a08a07e3
CY
2732012-03-04 Chong Yidong <cyd@gnu.org>
274
275 * frames.texi (Frames): Remove little-used "terminal frame" and
276 "window frame" terminology.
277 (Frame Parameters, Font and Color Parameters, Initial Parameters)
278 (Size and Position, Visibility of Frames): Callers changed.
279 (Frames): Clarify which terminals in framep are graphical.
280 (Initial Parameters): --geometry is not the only option which adds
281 to initial-frame-alist.
282 (Position Parameters): Note that icon-left and icon-top are for
283 old window managers only.
284 (Size Parameters): Sizes are in characters even on graphical
285 displays.
286 (Management Parameters): Note that window-id and outer-window-id
287 can't really be changed, and that auto-raise isn't always obeyed.
288 (Cursor Parameters): Document cursor-type explicitly.
289 (Size and Position): The aliases set-screen-height and
290 set-screen-width have been deleted.
291 (Visibility of Frames): Mention "minimization".
292
293 * os.texi (Startup Summary): Minor clarifications.
294 (Startup Summary, Suspending Emacs): Standardize on "text
295 terminal" terminology.
296
297 * windows.texi (Basic Windows, Coordinates and Windows)
298 (Coordinates and Windows):
299 * display.texi (Refresh Screen, Line Height, Face Attributes)
300 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
301
ea16568d
GM
3022012-03-04 Glenn Morris <rgm@gnu.org>
303
304 * abbrevs.texi: Small copyedits throughout.
305 (Abbrev Mode): Remove this section, folding it into the top-level.
306 (Abbrev Tables): Don't mention irrelevant return values.
307 (Abbrev Expansion): Add cross-ref for wrapper hooks.
308 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
309 (Abbrev Table Properties): Update nil :regexp description.
310
b3134b95
GM
3112012-03-03 Glenn Morris <rgm@gnu.org>
312
520f2425
GM
313 * internals.texi: Change @appendix section commands to @section.
314 (Building Emacs): Say less about CANNOT_DUMP platforms.
315 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 316 (Pure Storage): Small changes.
01a6dcc8 317 (Memory Usage): Copyedit.
7d2d7cc0
GM
318 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
319 example definitions. Give examples of things with non-nil
320 interactive args. Mention eval_sub. Remove old info about
321 strings and GCPRO. Mention cus-start.el.
322 (Buffer Internals, Window Internals, Process Internals):
323 Misc small updates and fixes for fields.
520f2425 324
b3134b95
GM
325 * tips.texi: Copyedits.
326 (Coding Conventions): Mention autoloads.
327 Combine partially duplicated macro items. Fix xref.
328 Refer to Library Headers for copyright notice.
329 (Programming Tips): edit-options is long-obsolete.
330 (Compilation Tips): Mention loading bytecomp for byte-compile props.
331 (Warning Tips): Mention declare-function.
332 (Documentation Tips): Remove old info.
333 (Comment Tips): Mention comment-dwim, not indent-for-comment.
334 (Library Headers): General update.
335
2064cc6a
GM
3362012-03-02 Glenn Morris <rgm@gnu.org>
337
6945faa6
GM
338 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
339 and relocate entry. Mention buffer-stale-function.
340
4186e877
GM
341 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
342
2064cc6a
GM
343 * hooks.texi (Standard Hooks): General update.
344 Put related hooks together. Add and remove items.
345 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
346 * modes.texi (Hooks): Tweak cross-ref description.
347
7272fbf3
MA
3482012-03-01 Michael Albinus <michael.albinus@gmx.de>
349
350 * files.texi (Kinds of Files): The return value of file-equal-p is
351 unspecified, if FILE1 or FILE2 does not exist.
352
53a1239b
GM
3532012-03-01 Glenn Morris <rgm@gnu.org>
354
90db9af9
GM
355 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
356
53a1239b
GM
357 * maps.texi (Standard Keymaps): General update.
358 Remove mode-specific maps, talk about the more general keymaps.
359 * help.texi (Help Functions): Add vindex for Helper-help-map.
360 * keymaps.texi (Active Keymaps): Minor rephrasing.
361
775b55af
GM
3622012-02-29 Glenn Morris <rgm@gnu.org>
363
364 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
365
96b49301 3662012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
367
7272fbf3 368 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 369 Update changed behavior of file-subdir-of-p.
96b49301 370
1383d930
GM
3712012-02-28 Glenn Morris <rgm@gnu.org>
372
44e97401
GM
373 * advice.texi, anti.texi, display.texi, elisp.texi:
374 * processes.texi, variables.texi, vol1.texi, vol2.texi:
375 Standardize possessive apostrophe usage.
376
e3c73f1e
GM
377 * locals.texi: Remove file.
378 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
379 Remove menu entry.
380 * errors.texi, maps.texi: Adjust node pointers.
381 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 382 * makefile.w32-in (srcs):
e3c73f1e
GM
383 * Makefile.in (srcs): Remove locals.texi.
384
1383d930
GM
385 * frames.texi (Mouse Position): Fix cross-ref.
386
431ee44b
CY
3872012-02-27 Chong Yidong <cyd@gnu.org>
388
389 * buffers.texi (Creating Buffers): Clarify that
390 generate-new-buffer uses generate-new-buffer-names.
391 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
392
393 * files.texi (Directory Names): Index entry for file name abbreviations.
394 (Relative File Names, File Name Expansion): Refer to it.
395 (Locating Files): Move locate-user-emacs-file documentation to
396 Standard File Names.
397 (Standard File Names): Add locate-user-emacs-file; update examples.
398
6a11ec9d
MA
3992012-02-26 Michael Albinus <michael.albinus@gmx.de>
400
401 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
402
9a4888c0
CY
4032012-02-26 Chong Yidong <cyd@gnu.org>
404
405 * files.texi (Kinds of Files): Improve documentation of
406 files-equal-p and file-subdir-of-p.
407
f0e751b9
GM
4082012-02-26 Glenn Morris <rgm@gnu.org>
409
410 * intro.texi (Acknowledgements): Small changes.
411
7e05b1ec
GM
4122012-02-25 Glenn Morris <rgm@gnu.org>
413
414 * errors.texi: Don't try to list _all_ the error symbols.
415 Add circular-list, cl-assertion-failed, compression-error.
416 * elisp.texi, vol1.texi, vol2.texi:
417 * control.texi (Error Symbols): Tweak "Standard Errors" description.
418
23453255 4192012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
420
421 * files.texi (files-equal-p, file-subdir-of-p): New,
422 add initial documentation.
423
4963495d
CY
4242012-02-25 Chong Yidong <cyd@gnu.org>
425
fa74b241
CY
426 * files.texi (File Attributes): Document file-selinux-context.
427 (Changing Files): Link to it.
428 (Changing Files): Document set-file-selinux-context.
429
430 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
431 changed. Mention default value of backup-directory-alist.
432 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
433 (Auto-Saving): New minor mode behavior for auto-save-mode.
434 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 435
4963495d
CY
436 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
437
4bb82fa8
GM
4382012-02-24 Glenn Morris <rgm@gnu.org>
439
440 * errors.texi (Standard Errors): Mention dbus-error.
441 For arith-error sub-classes, just use one cross-ref.
442
2cb228f7
AM
4432012-02-23 Alan Mackenzie <acm@muc.de>
444
445 * modes.texi (Defining Minor Modes): Document the new keyword
446 :after-hook.
447
a59225b1
CY
4482012-02-21 Chong Yidong <cyd@gnu.org>
449
450 * files.texi (Files): Mention magic file names as arguments.
451 (Reading from Files): Copyedits.
452 (File Attributes): Mention how to change file modes.
453 (Changing Files): Use standard "file permissions" terminology.
454 Add xref to File Attributes node.
455 (Locating Files): Document locate-user-emacs-file.
456 (Unique File Names): Recommend against using make-temp-name.
457
8376d7c2
CY
4582012-02-19 Chong Yidong <cyd@gnu.org>
459
460 * help.texi (Documentation, Documentation Basics, Help Functions):
461 Minor clarifications.
462 (Accessing Documentation): Clarify what documentation-property is
463 for. Add xref to Keys in Documentation.
464
465 * tips.texi (Documentation Tips): Don't recommend using * in
466 docstrings.
467
468 * macros.texi (Defining Macros):
469 * modes.texi (Derived Modes): Say "documentation string" instead
470 of docstring.
471
82233bea
CY
4722012-02-18 Chong Yidong <cyd@gnu.org>
473
474 * modes.texi (Tabulated List Mode): New node.
475 (Basic Major Modes): Add xref to it.
476
477 * processes.texi (Process Information): Mention Process Menu mode.
478
7b926f3f
CY
4792012-02-17 Chong Yidong <cyd@gnu.org>
480
481 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
482
0fd2c9a3
GM
4832012-02-17 Glenn Morris <rgm@gnu.org>
484
485 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
486
f700caa3
CY
4872012-02-16 Chong Yidong <cyd@gnu.org>
488
4230351b
CY
489 * syntax.texi (Syntax Tables, Syntax Descriptors)
490 (Syntax Table Functions): Copyedits.
491 (Syntax Basics): Don't repeat the material in the preceding node.
492 (Syntax Class Table): Use a table.
493 (Syntax Properties): Document syntax-propertize-function and
494 syntax-propertize-extend-region-functions.
495 (Motion via Parsing): Clarify scan-lists. Fix indentation.
496 (Parser State): Update for the new "c" comment style. Fix
497 description of item 7 (comment style).
498
f700caa3
CY
499 * modes.texi (Minor Modes): Update how mode commands should treat
500 arguments now.
501 (Mode Line Basics): Clarify force-mode-line-update.
502 (Mode Line Top): Note that the example is not realistic.
503 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
504 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
505 "mode line construct" instead of "mode line specification".
506 (Syntactic Font Lock): Remove mention of obsolete variable
507 font-lock-syntactic-keywords.
508 (Setting Syntax Properties): Node deleted.
509 (Font Lock Mode): Note that Font Lock mode is a minor mode.
510 (Font Lock Basics): Note that syntactic fontification falls back
511 on `syntax-table'.
512 (Search-based Fontification): Emphasize that font-lock-keywords
513 should not be set directly.
514 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
515 (Syntactic Font Lock): Minor clarifications. Add xref to
516 Syntactic Font Lock node.
f700caa3 517
60236b0d
CY
5182012-02-15 Chong Yidong <cyd@gnu.org>
519
520 * minibuf.texi (Basic Completion): Define "completion table".
521 Move completion-in-region to Completion in Buffers node.
522 (Completion Commands): Use "completion table" terminology.
523 (Completion in Buffers): New node.
524
525 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
526 (Setting Hooks): Update minor mode usage example.
527 (Major Mode Conventions): Note that completion-at-point-functions
528 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
529 Remove duplicate tip about auto-mode-alist.
530 (Minor Modes): Rewrite introduction.
531 (Minor Mode Conventions): Copyedits. Don't recommend
532 variable-only minor modes since few minor modes are like that.
60236b0d 533
d7dbb11a
GM
5342012-02-15 Glenn Morris <rgm@gnu.org>
535
536 * processes.texi (Network): Document open-network-stream :parameters.
537
3d8badf4
CY
5382012-02-14 Chong Yidong <cyd@gnu.org>
539
540 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
541 was removed on 2009-09-10. Update lisp-mode-map example.
542 (Inheritance and Keymaps): Minor clarification.
543 (Searching Keymaps): Remove out-of-place enumeration.
544 (Key Lookup): Remove unnecessary example (one was already given in
545 Format of Keymaps).
546 (Changing Key Bindings): Update suppress-keymap example.
547 (Menu Bar, Tool Bar): Copyedits.
548 (Tool Bar): Update tool-bar-map example.
549
faccede1
CY
5502012-02-12 Chong Yidong <cyd@gnu.org>
551
552 * debugging.texi (Debugger Commands): Continuing is now allowed
553 for errors.
554
355cabc6
CY
5552012-02-11 Chong Yidong <cyd@gnu.org>
556
d860baa0
CY
557 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
558 Move the list of standard bitmaps there.
559 (Fringe Cursors): Rewrite for clarity.
560 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
561
34106abe
CY
562 * commands.texi (Command Overview): Mention read-key.
563 (Using Interactive, Interactive Call): Minor clarifications.
564 (Function Keys, Click Events): Avoid "input stream" terminology.
565 (Click Events): Add xref to Window Sizes and Accessing Mouse.
566 Clarify column and row components.
567 (Accessing Mouse): Add xref to Click Events. Minor fixes.
568 (Special Events): Copyedits.
569
570 * streams.texi (Input Streams): De-document get-file-char.
571 (Output Variables): Don't refer to old backquote syntax.
572
355cabc6
CY
573 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
574 (Error Debugging): Note that debug-ignored-errors overrides list
575 values of debug-on-error too. Add xref to Signaling Errors. Note
576 that debug-on-signal is not customizable. Mention
577 condition-case-unless-debug.
578 (Compilation Errors): Node deleted.
579
580 * compile.texi (Compiler Errors): Move a paragraph here from
581 deleted node Compilation Errors.
582
1be3ca5a
LL
5832012-02-10 Leo Liu <sdl.web@gmail.com>
584
585 * control.texi (Handling Errors): Change condition-case-no-debug
586 to condition-case-unless-debug.
587
25dec365
CY
5882012-02-10 Chong Yidong <cyd@gnu.org>
589
590 * advice.texi (Defining Advice): Clarify ad-unadvise.
591 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
592 is not abnormal.
593 (Advising Primitives): Node deleted; ad-define-subr-args has been
594 removed.
595
596 * compile.texi (Speed of Byte-Code): Use float-time in example.
597 (Compilation Functions): Note that the log uses Compilation mode.
598 Don't discuss the contents of byte-code function object here.
599 (Compilation Functions): De-document internal function byte-code.
600 (Docs and Compilation): Minor clarifications.
601
602 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
603 Objects.
604
5f5e4ea1
GM
6052012-02-10 Glenn Morris <rgm@gnu.org>
606
607 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
608 Mention secure-hash.
609 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
610
6c1e4b46
CY
6112012-02-10 Chong Yidong <cyd@gnu.org>
612
613 * loading.texi (Loading): Don't emphasize "library" terminology.
614 (Library Search): load-path is not a user option. Mention role of
615 -L option and packages. Improve examples.
616 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
617 obsolete.
618 (Autoload): Minor clarifications.
619
72ca698c
GM
6202012-02-10 Glenn Morris <rgm@gnu.org>
621
b011fbfe
GM
622 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
623
72ca698c
GM
624 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
625
14a1f380
GM
6262012-02-08 Glenn Morris <rgm@gnu.org>
627
628 * loading.texi (Named Features): Update the require example.
629
60d47423
GM
6302012-02-07 Glenn Morris <rgm@gnu.org>
631
632 * modes.texi (Defining Minor Modes):
633 Expand on args of defined minor modes.
634
0992bd9c
CY
6352012-02-07 Chong Yidong <cyd@gnu.org>
636
637 * variables.texi (Creating Buffer-Local): Minor clarification
638 to buffer-local-variables doc (Bug#10715).
639
af008560
GM
6402012-02-07 Glenn Morris <rgm@gnu.org>
641
e80e1825 642 * display.texi (ImageMagick Images): General update.
af008560
GM
643 Move most details of imagemagick-render-type to the variable's doc.
644
866c1d22
GM
6452012-02-06 Glenn Morris <rgm@gnu.org>
646
f7c9199f 647 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
648 (Inheritance and Keymaps):
649 Mention make-composed-keymap and multiple inheritance.
f7c9199f 650
e7bc51d0
GM
651 * modes.texi (Running Hooks): Mention run-hook-wrapped.
652
866c1d22
GM
653 * control.texi (Handling Errors):
654 Mention condition-case-no-debug and with-demoted-errors.
655
03988c98
CY
6562012-02-05 Chong Yidong <cyd@gnu.org>
657
658 * customize.texi (Common Keywords): Minor clarifications.
659 Document custom-unlispify-remove-prefixes.
660 (Variable Definitions): Backquotes in defcustom seem to work fine
661 now. Various other copyedits.
e1161b06
CY
662 (Simple Types): Copyedits. Document color selector.
663 (Composite Types): Copyedits.
664 (Splicing into Lists): Clarifications.
03988c98
CY
665
666 * eval.texi (Backquote): Move from macros.texi.
667
668 * macros.texi (Expansion): Minor clarification.
669 (Backquote): Move node to eval.texi.
670 (Defining Macros): Move an example from Backquote node.
671 (Argument Evaluation): No need to mention Pascal.
672 (Indenting Macros): Add xref to Defining Macros.
673
649f602c
GM
6742012-02-05 Glenn Morris <rgm@gnu.org>
675
676 * debugging.texi (Error Debugging): Mention debug-on-event default.
677
34c99998
GM
6782012-02-04 Glenn Morris <rgm@gnu.org>
679
8f05da42
GM
680 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
681
7aa5aad8
GM
682 * debugging.texi (Error Debugging): Mention debug-on-event.
683 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
684
c7291ad9
GM
685 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
686
34c99998
GM
687 * text.texi (Buffer Contents):
688 Update filter-buffer-substring description.
689
735cc5ca
CY
6902012-02-04 Chong Yidong <cyd@gnu.org>
691
692 * functions.texi (What Is a Function): Add closures. Mention
693 "return value" terminology. Add xref for command-execute. Remove
694 unused "keystroke command" terminology.
695 (Lambda Expressions): Give a different example than in the
696 following subsection. Add xref to Anonymous Functions.
697 (Function Documentation): Remove gratuitous markup.
698 (Function Names): Move introductory text to `What Is a Function'.
699 (Defining Functions): Fix defun argument spec.
700 (Anonymous Functions): Document lambda macro explicitly. Mention
701 effects on lexical binding.
702 (Function Cells): Downplay direct usage of fset.
703 (Closures): New node.
704 (Inline Functions): Remove "open-code" terminology.
705 (Declaring Functions): Minor tweak; .m is not C code.
706
707 * variables.texi (Variables): Don't refer to "global value".
708 (Local Variables, Void Variables): Copyedits.
709 (Lexical Binding): Minor clarification of example.
710 (File Local Variables): Mention :safe and :risky defcustom args.
711 (Lexical Binding): Add xref to Closures node.
712
94bc7984
GM
7132012-02-04 Glenn Morris <rgm@gnu.org>
714
715 * minibuf.texi (High-Level Completion): Updates for read-color.
716
4f5a10ef
GM
7172012-02-03 Glenn Morris <rgm@gnu.org>
718
eea14f31
GM
719 * display.texi (GIF Images): Mention animation.
720 Remove commented-out old example of animation.
721 (Animated Images): New subsection.
722 * elisp.texi (Top):
723 * vol1.texi (Top):
724 * vol2.texi (Top): Add Animated Images menu entry.
725
4f5a10ef
GM
726 * display.texi (Image Formats): Remove oddly specific information
727 on versions of image libraries.
204e728d 728 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 729
12f381b7
GM
7302012-02-02 Glenn Morris <rgm@gnu.org>
731
1b9f60cc
GM
732 * processes.texi (Synchronous Processes):
733 Mention call-process's :file gets overwritten.
734
7e2734bc
GM
735 * commands.texi (Reading One Event):
736 * help.texi (Help Functions): Document read-char-choice.
737
f58b9822
GM
738 * hooks.texi (Standard Hooks):
739 * modes.texi (Keymaps and Minor Modes):
740 * text.texi (Commands for Insertion): Document post-self-insert-hook.
741
742 * hooks.texi (Standard Hooks): Add prog-mode-hook.
743
12f381b7
GM
744 * hooks.texi (Standard Hooks):
745 * modes.texi (Major Mode Conventions, Mode Hooks):
746 Document change-major-mode-after-body-hook.
747
7a9a2fc6
GM
7482012-02-01 Glenn Morris <rgm@gnu.org>
749
750 * modes.texi (Defining Minor Modes):
751 Mention disabling global minor modes on a per-major-mode basis.
752
a037c171
CY
7532012-01-31 Chong Yidong <cyd@gnu.org>
754
755 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
756 (Parser State): Remove unnecessary statement (Bug#10661).
757
758 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
759
56afad3a
GM
7602012-01-31 Glenn Morris <rgm@gnu.org>
761
762 * modes.texi (Defining Minor Modes):
763 Document define-minor-mode's new :variable keyword.
764
0f29fa41
CY
7652012-01-29 Chong Yidong <cyd@gnu.org>
766
837a390a
CY
767 * syntax.texi (Syntax Class Table): Tweak description of newline
768 char syntax (Bug#9619).
769
0f29fa41
CY
770 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
771 description (Bug#10189).
772
182148ee
GM
7732012-01-29 Glenn Morris <rgm@gnu.org>
774
a49ca6b9
GM
775 * files.texi (Changing Files): Document SELinux support.
776
182148ee
GM
777 * windows.texi (Window Sizes): Fix typo.
778
9962192e
CY
7792012-01-28 Chong Yidong <cyd@gnu.org>
780
8c6e1920
CY
781 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
782 doc (Bug#8568).
783
9583ec59
CY
784 * frames.texi (Input Focus): Add NORECORD arg to
785 select-frame-set-input-focus. Clarify its role in select-frame.
786
10256988
CY
787 * text.texi (Transposition): We don't use transpose-region as an
788 internal subroutine (Bug#3249).
789
9962192e
CY
790 * modes.texi (Example Major Modes): Update Lisp example code to
791 current sources. Delete the old non-derived-major-mode example,
792 which has diverged badly from current sources.
793
2aa43abb
GM
7942012-01-27 Glenn Morris <rgm@gnu.org>
795
796 * makefile.w32-in (texinputdir): Fix (presumed) typo.
797 (VERSION, manual): Remove, unused.
798
9f40220d
CY
7992012-01-27 Chong Yidong <cyd@gnu.org>
800
801 * commands.texi (Command Overview): Minor clarification (Bug#10384).
802
acc28cb9
CY
8032012-01-26 Chong Yidong <cyd@gnu.org>
804
805 * searching.texi (String Search): Document negative repeat count
806 (Bug#10507).
807
48da7392
GM
8082012-01-26 Glenn Morris <rgm@gnu.org>
809
810 * variables.texi (Using Lexical Binding):
811 Mention that lexical-binding should be set in the first line.
812
69b0acb9
LI
8132012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
814
815 * macros.texi (Defining Macros): Don't claim that `declare' only
816 affects Edebug and indentation.
817
543757a8
LI
8182012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
819
820 * macros.texi (Defining Macros): Slight `declare' fixup.
821
450e3cae
GM
8222012-01-25 Glenn Morris <rgm@gnu.org>
823
24189ce0 824 * makefile.w32-in (texinputdir):
450e3cae
GM
825 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
826
1021c761
CY
8272012-01-24 Chong Yidong <cyd@gnu.org>
828
829 * variables.texi (Variables, Local Variables, Void Variables):
830 Edit to make the descriptions less specific to dynamic binding.
831 (Local Variables): Default max-specpdl-size is now 1300.
832 (Defining Variables): Edits for lexical scoping. Delete
833 information about starting docstrings with *. De-document
834 user-variable-p.
835 (Tips for Defining): Remove an unimportant discussion of quitting
836 in the middle of a load.
837 (Accessing Variables, Setting Variables): Discuss lexical binding.
838 (Variable Scoping): Rewrite.
839 (Scope, Extent, Impl of Scope): Nodes deleted.
840 (Dynamic Binding): New node, with material from Scope, Extent, and
841 Impl of Scope nodes.
842 (Dynamic Binding Tips): Rename from Using Scoping.
843 (Lexical Binding): Rewrite.
844 (Using Lexical Binding): Rename from Converting to Lexical
845 Binding. Convert to subsection.
846
847 * customize.texi (Variable Definitions): Add custom-variable-p.
848 Move user-variable-p documentation here.
849
31cbea1d
CY
8502012-01-23 Chong Yidong <cyd@gnu.org>
851
852 * strings.texi (Text Comparison): Minor qualification.
853
854 * lists.texi (Cons Cells): Copyedits.
855 (List Elements): Mention push.
856 (List Variables): Mention pop.
857 (Rings): Move to sequences.texi.
858
859 * sequences.texi (Sequence Functions): Don't repeat the
860 introduction already given in the parent.
861 (Vectors): Copyedits.
862 (Rings): Move from lists.texi. Note that this is specific to the
863 ring package.
864
865 * symbols.texi (Definitions, Symbol Components): Mention variable
866 scoping issues.
867 (Plists and Alists): Copyedits.
868
869 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
870 correctness with lexical scoping.
871 (Eval): Copyedits.
872
fead402d
CY
8732012-01-21 Chong Yidong <cyd@gnu.org>
874
875 * intro.texi (A Sample Function Description): Special notation
876 used for macros too.
877
878 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
879 (Symbol Type): Add xref for keyword symbols.
880 (Sequence Type): Clarify differences between sequence types.
881 (Cons Cell Type): Add "linked list" index entry.
882 (Non-ASCII in Strings): Copyedits.
883 (Equality Predicates): Symbols with same name need not be eq.
884
885 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
886 ldexp. Move float-e and float-pi to Math Functions node.
887
61086eb6
GM
8882012-01-21 Glenn Morris <rgm@gnu.org>
889
890 * modes.texi (Auto Major Mode):
891 * variables.texi (File Local Variables):
892 Mention inhibit-local-variables-regexps.
893
34a02f46
MR
8942012-01-19 Martin Rudalics <rudalics@gmx.at>
895
896 * windows.texi (Window Configurations): Rewrite references to
897 persistent window parameters.
898 (Window Parameters): Fix description of persistent window
899 parameters.
900
f5064cae
JB
9012012-01-16 Juanma Barranquero <lekktu@gmail.com>
902
903 * windows.texi (Window Parameters): Use @pxref.
904
6a6ee00d
MR
9052012-01-16 Martin Rudalics <rudalics@gmx.at>
906
907 * windows.texi (Window Configurations, Window Parameters):
908 Describe persistent window parameters.
909
9ca4c014
SM
9102011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
911
912 * variables.texi (Creating Buffer-Local): Warn against misuses of
913 make-variable-buffer-local (bug#10258).
914
d027f83d
LMI
9152012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
916
917 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
918
89bd9ccd
CY
9192012-01-06 Chong Yidong <cyd@gnu.org>
920
921 * variables.texi (Directory Local Variables): Document
922 hack-dir-local-variables-non-file-buffer.
923
c869783d
GM
9242012-01-06 Glenn Morris <rgm@gnu.org>
925
926 * maps.texi (Standard Keymaps): Refer to Info-edit by name
927 rather than by keybinding.
928
2cae5ba4
JB
9292011-12-29 Juanma Barranquero <lekktu@gmail.com>
930
931 * frames.texi (Font and Color Parameters): Add @pxref.
932
43da4d08
DC
9332011-12-29 Daniel Colascione <dan.colascione@gmail.com>
934
935 * frames.texi (Font and Color Parameters):
936 Document w32 font backends (bug#10399).
937
8d80ef01
PE
9382011-12-28 Paul Eggert <eggert@cs.ucla.edu>
939
940 * files.texi (File Attributes, Changing Files):
941 Use a more-natural notation for octal numbers.
942
9022ae07
JB
9432011-12-23 Juanma Barranquero <lekktu@gmail.com>
944
945 * variables.texi (Variables with Restricted Values):
946 Change reference to variable (bug#10354).
947
454592a6
MR
9482011-12-13 Martin Rudalics <rudalics@gmx.at>
949
950 * windows.texi (Splitting Windows): Use t instead of non-nil
951 when describing window-combination-resize.
952
a7cdbfce
SM
9532011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
954
955 * text.texi (Special Properties): Warn against `intangible' properties
956 (bug#10222).
957
a3dcc84e
EZ
9582011-11-26 Eli Zaretskii <eliz@gnu.org>
959
579ebf8f
EZ
960 * display.texi (Truncation):
961 * text.texi (Special Properties): Describe what a stretch-glyph is
962 instead of using that term without explanation. Make the
963 cross-references more accurate.
964
a3dcc84e
EZ
965 * display.texi (Usual Display): Update the description,
966 cross-references, and indexing related to display of control
967 characters and raw bytes.
968
94af99a4
MR
9692011-11-25 Martin Rudalics <rudalics@gmx.at>
970
971 * windows.texi (Splitting Windows): Fix description of
972 window-combination-limit. Suggested by Eli Zaretskii.
973
1c3d7a13
CY
9742011-11-23 Chong Yidong <cyd@gnu.org>
975
976 * windows.texi (Window Sizes): Move window-top-line,
977 window-left-column, and window-*-pixel-edges to Coordinates and
978 Windows node.
979 (Coordinates and Windows): Restore window-edges doc.
980
90151a1e
MR
9812011-11-21 Martin Rudalics <rudalics@gmx.at>
982
a7cdbfce
SM
983 * windows.texi (Windows and Frames, Splitting Windows):
984 Fix typos.
90151a1e 985
a9b9b7f5
CY
9862011-11-21 Chong Yidong <cyd@gnu.org>
987
988 * windows.texi (Splitting Windows): Fix error in documentation of
989 window-combination-limit.
990 (Cyclic Window Ordering): Minor fixes to next-window,
991 one-window-p, and get-lru-window docs. Don't document
992 window-list-1.
993 (Buffers and Windows): Copyedits.
994 (Choosing Window): Document special handling of special-display-*.
995 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
996 Don't document even-window-heights, which is going away.
997 Clarify which options are obeyed by which action functions.
a9b9b7f5 998
f4e90db0
SM
9992011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1000
1001 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
1002
d2999b1a
MR
10032011-11-20 Martin Rudalics <rudalics@gmx.at>
1004
f4e90db0
SM
1005 * windows.texi (Resizing Windows, Splitting Windows):
1006 Remove term "status" when talking about combination limits.
d2999b1a 1007
cd1181db
JB
10082011-11-20 Juanma Barranquero <lekktu@gmail.com>
1009
1010 * compile.texi (Compiler Errors):
1011 * help.texi (Help Functions): Fix typos.
1012
7bf54975
CY
10132011-11-19 Chong Yidong <cyd@gnu.org>
1014
1015 * windows.texi (Splitting Windows): Clarify role of window
1016 parameters in split-window. Shorten the example.
f4e90db0
SM
1017 (Deleting Windows): Rewrite intro to handle internal windows.
1018 Fix delete-windows-on doc.
7bf54975
CY
1019 (Selecting Windows): Copyedits.
1020
a0c2d0ae
MR
10212011-11-17 Martin Rudalics <rudalics@gmx.at>
1022
1023 * windows.texi (Resizing Windows, Splitting Windows)
1024 (Deleting Windows): Use term window-combination-resize instead
1025 of window-splits.
1026
b6f67890
MR
10272011-11-16 Martin Rudalics <rudalics@gmx.at>
1028
f4e90db0
SM
1029 * windows.texi (Resizing Windows, Splitting Windows):
1030 Rename occurrences of window-nest to window-combination-limit.
b6f67890 1031
0b381c7e
JB
10322011-11-14 Juanma Barranquero <lekktu@gmail.com>
1033
1034 * intro.texi (Lisp History): Fix typo.
1035
89d61221
MR
10362011-11-12 Martin Rudalics <rudalics@gmx.at>
1037
f4e90db0
SM
1038 * windows.texi (Splitting Windows, Deleting Windows):
1039 Remove references to splits status of windows.
89d61221 1040
b2621720
GM
10412011-11-10 Glenn Morris <rgm@gnu.org>
1042
1043 * buffers.texi (Read Only Buffers): Expand a bit on why
1044 toggle-read-only should only be used interactively. (Bug#7292)
1045
d2ad7ee1
CY
10462011-11-09 Chong Yidong <cyd@gnu.org>
1047
1048 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 1049 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
1050 window-inside-absolute-pixel-edges.
1051 (Resizing Windows): shrink-window-if-larger-than-buffer works on
1052 non-full-width windows.
1053
2cffd681
MR
10542011-11-09 Martin Rudalics <rudalics@gmx.at>
1055
1056 * windows.texi (Resizing Windows): Rewrite documentation of
1057 window-resizable.
1058
f6f6d7e7
CY
10592011-11-09 Chong Yidong <cyd@gnu.org>
1060
1061 * windows.texi (Splitting Windows): Simplify example.
1062
a79db6e0
CY
10632011-11-08 Chong Yidong <cyd@gnu.org>
1064
1065 * windows.texi (Window Sizes): Copyedits. Document
1066 window-text-height. Remove window-min-height and window-min-width
1067 discussion, referring instead to Emacs manual.
1068 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
1069 (Resizing Windows): Simplify introduction. Don't document
1070 enlarge-window, shrink-window, enlarge-window-horizontally, and
1071 shrink-window-horizontally; they are no longer preferred for
1072 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 1073
441950c7
GM
10742011-11-07 Glenn Morris <rgm@gnu.org>
1075
1076 * windows.texi (Choosing Window): Fix keybinding typo.
1077
be7f5545
MR
10782011-11-07 Martin Rudalics <rudalics@gmx.at>
1079
1080 * windows.texi (Resizing Windows, Splitting Windows)
1081 (Window Configurations): Use "child window" instead of
1082 "subwindow".
1083
291d142b
CY
10842011-11-06 Chong Yidong <cyd@gnu.org>
1085
1086 * windows.texi (Basic Windows): Clarify various definitions.
1087 Treat window-normalize-* as internal; don't document them.
1088 (Windows and Frames): Various clarifications, e.g. non-live
1089 windows also belong to frames. Fix window-list description.
1090 Simplify window nesting example.
f4e90db0
SM
1091 (Splitting Windows, Window Configurations):
1092 Use split-window-below.
291d142b 1093
89bd5ee1
EZ
10942011-11-04 Eli Zaretskii <eliz@gnu.org>
1095
1096 * windows.texi (Window Sizes): Mention in the doc string that the
1097 return values of `window-body-height' and `window-body-width' are
1098 in frame's canonical units. (Bug#9949)
1099
3d8daefe
MR
11002011-10-30 Martin Rudalics <rudalics@gmx.at>
1101
1102 * windows.texi (Windows and Frames): Remove "iso-" infix from
1103 documentation of window-iso-combined-p.
1104
60754666
CY
11052011-10-26 Chong Yidong <cyd@gnu.org>
1106
1107 * modes.texi (Running Hooks): Document with-wrapper-hook.
1108
d366bd53
CY
11092011-10-18 Chong Yidong <cyd@gnu.org>
1110
1111 * display.texi (Glyphless Chars): New node.
1112
50b063c3
CY
11132011-10-13 Chong Yidong <cyd@stupidchicken.com>
1114
1115 * text.texi (Yanking): Document yank-excluded-properties.
1116
1117 * package.texi (Packaging Basics): The commentary should say how
1118 to begin using the package.
1119
c72063fa
MR
11202011-10-11 Martin Rudalics <rudalics@gmx.at>
1121
1122 * windows.texi (Deleting Windows): Mention which window gets
1123 selected when deleting the selected window.
1124
d83dc65b
MR
11252011-10-09 Martin Rudalics <rudalics@gmx.at>
1126
1127 * buffers.texi (The Buffer List): Describe how bury-buffer deals
1128 with the selected window.
1129 * windows.texi (Buffers and Windows): Reformulate text on how
1130 replace-buffer-in-windows deals with a window.
1131 (Quitting Windows): Describe how quit-window deals with a
1132 standalone frame. Describe new option frame-auto-hide-function.
1133
c599682c
GM
11342011-10-08 Glenn Morris <rgm@gnu.org>
1135
48bca619
GM
1136 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
1137
c599682c
GM
1138 * positions.texi (Excursions): Update warning message.
1139
969aa734
CY
11402011-10-05 Chong Yidong <cyd@stupidchicken.com>
1141
f4e90db0
SM
1142 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
1143 Fix Emacs manual xref (Bug#9675).
969aa734 1144
550f41cd
CY
11452011-10-01 Chong Yidong <cyd@stupidchicken.com>
1146
1147 * windows.texi (Textual Scrolling): Document scroll-up-command,
1148 scroll-down-command, scroll-error-top-bottom, and the
1149 scroll-command symbol property.
717a1362
CY
1150 (Display Action Functions): Fix description of
1151 display-buffer-pop-up-window.
550f41cd 1152
a239d4e9
JB
11532011-09-28 Juanma Barranquero <lekktu@gmail.com>
1154
1155 * windows.texi (Splitting Windows): Fix typos.
1156
590c056d
MR
11572011-09-25 Martin Rudalics <rudalics@gmx.at>
1158
1159 * windows.texi (Windows and Frames, Display Action Functions)
1160 (Switching Buffers): Fix some typos.
1161 (Buffers and Windows): Remove reference to window-auto-delete.
1162 Reword description of replace-buffer-in-windows.
1163 (Window History): Fix some typos and refer to frame local buffer
1164 list.
c419f5cb
MR
1165 (Quitting Windows): New node.
1166 (Window Configurations): Add descriptions of window-state-get
1167 and window-state-put.
1168 (Window Parameters): Describe variable ignore-window-parameters.
1169 Sketch some window parameters currently in use.
1170 * elisp.texi (Top): Update node listing.
590c056d 1171
9ec20d36
CY
11722011-09-25 Chong Yidong <cyd@stupidchicken.com>
1173
1174 * windows.texi (Display Action Functions)
1175 (Choosing Window Options): New nodes.
1176
0e406a72
CY
11772011-09-24 Chong Yidong <cyd@stupidchicken.com>
1178
1179 * windows.texi (Window History): New node. Move text here from
1180 Buffers and Windows.
1181 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
1182 don't document display-buffer here; callers changed.
1183 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
1184 switch-to-buffer-other-frame. Delete duplicate
1185 replace-buffer-in-windows doc.
1186 (Choosing Window): Document display actions.
1187
6bf7006f
EZ
11882011-09-24 Eli Zaretskii <eliz@gnu.org>
1189
1190 * display.texi (Forcing Redisplay): Update the description of
1191 redisplay-dont-pause due to change in the default value.
1192
b33b68a3
MR
11932011-09-23 Martin Rudalics <rudalics@gmx.at>
1194
1195 * frames.texi (Frames and Windows): Move section and rename to
1196 Windows and Frames in windows.texi.
1197 * windows.texi (Windows): Restructure.
1198 (Basic Windows): Rewrite. Explain live and internal windows and
1199 normalization functions.
1200 (Windows and Frames): Move section here from frames.texi.
1201 Describe subwindows, window combinations, window tree, and
1202 corresponding functions including window-list here.
1203 (Window Sizes): Rename section from Size of Window and move it
1204 up in chapter. Describe total and body sizes and the
1205 corresponding functions. Explain new semantics of
1206 window-min-height/-width.
1207 (Resizing Windows): Move section up in chapter. Describe new
1208 resize functions.
1209 (Splitting Windows): Describe new behavior of split-window,
1210 split-window-above-each-other and split-window-side-by-side.
1211 Provide examples. Describe window-nest and window-splits
1212 options.
1213 (Deleting Windows): Minor rewrite.
f4e90db0
SM
1214 (Selecting Windows): Minor rewrite.
1215 Describe frame-selected-window and set-frame-selected-window here.
1216 (Cyclic Window Ordering): Minor rewrite.
1217 Describe window-list-1.
b33b68a3
MR
1218 (Buffers and Windows): Rewrite. Explain a window's previous and
1219 next buffers and the corresponding functions.
c4682d18 1220 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
1221 * elisp.texi (Top): Update node listings for frames and windows
1222 sections.
1223
4d3786ac
SM
12242011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1227
713df35b
LMI
12282011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1229
1230 * errors.texi (Standard Errors): Remove apparent placeholder text
1231 (bug#9491).
1232
33ed493b
CY
12332011-09-18 Chong Yidong <cyd@stupidchicken.com>
1234
1235 * frames.texi (Management Parameters): Fix description of
1236 icon-type parameter.
1237
b8f0a954
CY
12382011-09-17 Chong Yidong <cyd@stupidchicken.com>
1239
1240 * tips.texi (Key Binding Conventions): Don't bind a key sequence
1241 ending in C-g. Suggested by Edward O'Connor.
1242
eddf142c
EZ
12432011-09-17 Eli Zaretskii <eliz@gnu.org>
1244
1245 * numbers.texi (Integer Basics): Add indexing for
1246 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
1247
bf1af6c7
DM
12482011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1249
1250 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
1251
cec2eab8
JB
12522011-09-11 Juanma Barranquero <lekktu@gmail.com>
1253
1254 * processes.texi (Network Servers): Clarify what the process
1255 buffer is used for (bug#9233).
1256
51751aa2 12572011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
1258
1259 * lists.texi (Building Lists): Fix typo.
1260
35137ed3
CY
12612011-08-30 Chong Yidong <cyd@stupidchicken.com>
1262
1263 * display.texi (Basic Faces): New node. Document new faces.
1264
1265 * modes.texi (Major Mode Conventions): Move some text there.
1266 (Mode Help): Remove major-mode var, duplicated in Major Modes.
1267
3fd50d5c
CY
12682011-08-29 Chong Yidong <cyd@stupidchicken.com>
1269
1270 * modes.texi (Basic Major Modes): New node. Callers updated.
1271 (Major Modes): Document fundamental-mode and major-mode.
1272 (Major Mode Basics): Node deleted; text moved to Major Modes.
1273 (Derived Modes): Document derived-mode-p.
1274
ddb54206
CY
12752011-08-28 Chong Yidong <cyd@stupidchicken.com>
1276
a6326082
CY
1277 * files.texi (Changing Files, Create/Delete Dirs): Document new
1278 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
1279 (Visiting Functions): Remove view-file; it is documented in the
1280 Emacs manual.
04e2ce72 1281
ddb54206
CY
1282 * frames.texi (Layout Parameters): The defaults for the
1283 menu-bar-lines and tool-bar-lines parameters depend on the mode.
1284
1285 * display.texi (Progress): Document spinner functionality.
1286
1287 * os.texi (Killing Emacs): Note that kill-emacs can be called by
1288 operating system signals. Refer to save-buffers-kill-terminal
1289 instead of save-buffers-kill-emacs.
1290
1291 * objects.texi (Symbol Type): Document ## print representation.
1292
0c95fcf7
EZ
12932011-08-25 Eli Zaretskii <eliz@gnu.org>
1294
1295 * display.texi (Specified Space): Mention that `space' specs
1296 influence bidi reordering.
1297 (Bidirectional Display): Explain how to use `(space . PROPS)' for
1298 separating fields with bidirectional content.
1299
5980d4c6
EZ
13002011-08-24 Eli Zaretskii <eliz@gnu.org>
1301
1302 * display.texi (Bidirectional Display): Document return value in
1303 buffers that are not bidi-reordered for display, and in unibyte
1304 buffers.
1305
bca633fb
EZ
13062011-08-23 Eli Zaretskii <eliz@gnu.org>
1307
1308 * nonascii.texi (Character Properties): Document the values for
1309 unassigned codepoints.
1310
c094bb0c
EZ
13112011-08-18 Eli Zaretskii <eliz@gnu.org>
1312
1313 * nonascii.texi (Character Properties): Document use of
1314 `bidi-class' and `mirroring' properties as part of reordering.
1315 Provide cross-references to "Bidirectional Display".
1316
1317 * display.texi (Bidirectional Display): Document the pitfalls of
1318 concatenating strings with bidirectional content, with possible
f4e90db0
SM
1319 solutions. Document bidi-string-mark-left-to-right.
1320 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
1321 Document use of `bidi-class' and `mirroring' properties as part of
1322 reordering.
c094bb0c 1323
1ea897d5
EZ
13242011-08-16 Eli Zaretskii <eliz@gnu.org>
1325
9adfcd0b
EZ
1326 * modes.texi (Major Mode Conventions): Improve the documentation
1327 of `mode-class' `special' modes.
1328
10862873
EZ
1329 * nonascii.texi (Character Properties): Document the `mirroring'
1330 property. Add index entries.
1331
1ea897d5
EZ
1332 * syntax.texi (Categories): Add an example of defining a new
1333 category and category table.
1334
1335 * searching.texi (Regexp Backslash): Document how to display
1336 existing categories. Mention the possibility of adding
1337 categories, and add an xref to where this is described. Add an
1338 index entry.
1339
ebb552ed
CY
13402011-08-09 Chong Yidong <cyd@stupidchicken.com>
1341
1342 * text.texi (Special Properties):
1343 * display.texi (Overlay Properties): Note that mouse-face cannot
1344 change the text size (Bug#8530).
1345
51a714e1
CY
13462011-08-08 Chong Yidong <cyd@stupidchicken.com>
1347
1348 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1349 using setenv instead.
1350
4cc60b9b
EZ
13512011-07-28 Eli Zaretskii <eliz@gnu.org>
1352
1353 * display.texi (Bidirectional Display): Document the fact that
1354 bidi-display-reordering is t by default.
1355
5deb92fd
EZ
13562011-07-23 Eli Zaretskii <eliz@gnu.org>
1357
1358 * display.texi (Bidirectional Display): New section.
1359
011b0ad6 13602011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
1361 Tim Cross <theophilusx@gmail.com> (tiny change)
1362 Glenn Morris <rgm@gnu.org>
011b0ad6 1363
67f9b9f8 1364 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 1365
4baf28e6
AS
13662011-07-15 Andreas Schwab <schwab@linux-m68k.org>
1367
1368 * help.texi (Keys in Documentation): Revert last change.
1369
66249842
LMI
13702011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1371
f863868c
LMI
1372 * help.texi (Keys in Documentation): Clarify that \= only quotes
1373 the next character, and doesn't affect longer sequences in
1374 particular (bug#8935).
1375
f4e90db0
SM
1376 * debugging.texi (Using Debugger):
1377 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 1378
0bb23927 13792011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
1380
1381 * display.texi (Other Display Specs): Document that `left-fringe'
1382 and `right-fringe' display specifications are of the "replacing"
1383 kind.
1384
f2027cdf
LMI
13852011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1386
1387 * help.texi (Documentation Basics): Add a link to the Function
1388 Documentation node (bug#6580).
1389
f987fde4
LMI
13902011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1391
0bc59b25
LMI
1392 * keymaps.texi (Menu Bar): Mention :visible and :enable
1393 (bug#6344). Text by Drew Adams.
1394
63d55f1f
LMI
1395 * modes.texi (Running Hooks): Mention buffer-local hook variables
1396 (bug#6218).
1397
f987fde4
LMI
1398 * objects.texi (General Escape Syntax): "a with grave accent" is
1399 ?xe0, not ?x8e0 (bug#5259).
1400
b7527639
CY
14012011-07-12 Chong Yidong <cyd@stupidchicken.com>
1402
1403 * display.texi (Face Attributes, Font Selection): Add references
1404 to the Fonts node in the Emacs manual (Bug#4178).
1405
c830e5ae
CY
14062011-07-12 Chong Yidong <cyd@stupidchicken.com>
1407
1408 * display.texi (Window Systems): `window-system' is
1409 terminal-local.
1410
1411 * frames.texi (Frame Parameters, Parameter Access): Don't mention
1412 frame-local variables.
1413
1414 * variables.texi (Buffer-Local Variables): Don't mention obsolete
1415 frame-local variables.
1416 (Frame-Local Variables): Node deleted.
1417
1418 * elisp.texi (Top): Update node listing.
1419
91223e54
LMI
14202011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1421
1422 * elisp.texi: Change "inferiors" to "subnodes" in three places
1423 (bug#3523).
1424
963578d3
CY
14252011-07-11 Chong Yidong <cyd@stupidchicken.com>
1426
1427 * frames.texi (Window System Selections): Discussion of
1428 x-select-enable-clipboard moved to Emacs manual.
1429
07151e49
DD
14302011-07-11 Deniz Dogan <deniz@dogan.se>
1431
1432 * commands.texi (Prefix Command Arguments): Remove excessive
1433 apostrophe.
1434
7261e1cf
LMI
14352011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1436
ad21a12a
LMI
1437 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1438 description is a string (bug#3313).
1439
7261e1cf
LMI
1440 * frames.texi (Display Feature Testing): Try to explain what all
1441 the visual classes mean (bug#3042).
1442
568f7b79
LMI
14432011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1444
18d59e29
LMI
1445 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1446 and `mode-line-client' (bug#2974).
1447
568f7b79
LMI
1448 * text.texi (Insertion): Clarify marker movements (bug#1651).
1449 Text from Drew Adams.
1450
54e10184
LMI
14512011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1452
d94d85e9
LMI
1453 * text.texi (Special Properties): Clarify the format of `face'
1454 (bug#1375).
1455
54e10184
LMI
1456 * commands.texi (Interactive Call): Add a `call-interactively'
1457 example (bug#1010).
1458
413c488d
LMI
14592011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1460
1461 * functions.texi (Calling Functions): Link to the "Interactive
1462 Call" node (bug#1001).
1463
322b7dab 14642011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 1465
3deead93
CY
1466 * customize.texi (Composite Types): Move alist and plist to here
1467 from Simple Types (Bug#7545).
1468
1469 * elisp.texi (Top): Update menu description.
1470
b00d8c1a
CY
1471 * display.texi (Face Attributes): Document negative line widths
1472 (Bug#6113).
1473
d2a6c43b
TR
14742011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1475
1476 * searching.texi (Match Data): Note that match data can be
1477 overwritten by most functions (bug#2499).
1478
c7844a27
LMI
14792011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1480
a9ab721e
LMI
1481 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1482 flags mean (bug#6659).
1483
c7844a27
LMI
1484 * functions.texi (What Is a Function): Document the autoload
1485 object (bug#6496).
1486
f68d76d0
LMI
14872011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1488
8a20ca4c
LMI
1489 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1490 is only used in the Customize user interface (bug#6089).
1491
f68d76d0 1492 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1493 images (bug#7836).
f68d76d0 1494
7018dbe7
EZ
14952011-07-02 Eli Zaretskii <eliz@gnu.org>
1496
1497 * variables.texi (Defining Variables, Void Variables)
1498 (Constant Variables): Fix incorrect usage of @kindex.
1499
36cb87a1
LMI
15002011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1501
28ee97c7
LMI
1502 * variables.texi (Defining Variables): Add an index entry for
1503 `set-variable' (bug#7262).
8d4294e9 1504 (Defining Variables): Use @findex for functions.
28ee97c7 1505
8862ffd5
LMI
1506 * frames.texi (Basic Parameters): Document the `explicit-name'
1507 parameter (bug#6951).
1508
0ec389b9
LMI
1509 * customize.texi (Type Keywords): Clarify that :value provides a
1510 default value for all types (bug#7386).
1511
36cb87a1
LMI
1512 * streams.texi (Output Functions): Document `pp'.
1513
11fdef7d 15142011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1515
1516 * keymaps.texi (Searching Keymaps):
1517 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1518 change. Suggested by Johan Bockgård.
1519
eeafcea7
CY
15202011-06-15 Chong Yidong <cyd@stupidchicken.com>
1521
1522 * text.texi (Special Properties): Clarify role of font-lock-face.
1523
b96e6cde
LMI
15242011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1525
f4e90db0 1526 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1527 to `process-live-p' for consistency with other `-live-p' functions.
1528
be14b9ab
PE
15292011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1530
1531 Document wide integers better.
1532 * files.texi (File Attributes): Document ino_t values better.
2d365993 1533 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1534 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1535 (Bitwise Operations):
001903b5
PE
1536 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1537 to read, and that will port better if 62-bits becomes the default.
1538 Fix or remove incorrect examples.
be14b9ab
PE
1539 * os.texi (Time Conversion): Document time_t values better.
1540
bcd54f83
LMI
15412011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1542
f4e90db0
SM
1543 * processes.texi (Process Information):
1544 Document `process-alive-p'.
bcd54f83 1545
049bcbcb
CY
15462011-05-29 Chong Yidong <cyd@stupidchicken.com>
1547
1548 * help.texi (Accessing Documentation):
1549 * display.texi (Pixel Specification):
1550 * processes.texi (Serial Ports, Serial Ports):
1551 * nonascii.texi (Character Properties, Default Coding Systems):
1552 * text.texi (Changing Properties, Special Properties):
1553 * windows.texi (Window Start and End):
1554 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1555 * keymaps.texi (Searching Keymaps, Tool Bar):
1556 * minibuf.texi (Basic Completion):
1557 * compile.texi (Eval During Compile):
1558 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1559 7x9 paper in printed manual.
1560
1561 * lists.texi (Sets And Lists): Fix misplaced text.
1562
58539c63
CY
15632011-05-29 Chong Yidong <cyd@stupidchicken.com>
1564
1565 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1566 needs to be active (Bug#8350).
1567
6b5681bf
CY
15682011-05-28 Chong Yidong <cyd@stupidchicken.com>
1569
b4d52acc
CY
1570 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1571
6b5681bf
CY
1572 * tips.texi (Coding Conventions): Remove antediluvian filename
1573 limit recommendation (Bug#8538).
1574
e145f188
GM
15752011-05-27 Glenn Morris <rgm@gnu.org>
1576
1577 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1578
eafed945
GM
15792011-05-26 Glenn Morris <rgm@gnu.org>
1580
1581 * variables.texi (File Local Variables):
1582 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1583 Add some more details on what this function does in the other case.
eafed945 1584
bc8410af
GM
15852011-05-19 Glenn Morris <rgm@gnu.org>
1586
1587 * lists.texi (Sets And Lists): Mention cl provides union etc.
1588
35a30759
N
15892011-05-19 Nix <nix@esperi.org.uk>
1590
1591 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1592
1593 * text.texi (Parsing HTML): Update for function name changes.
1594
1595 * syntax.texi (Syntax Flags): Small fix.
1596
1597 * keymaps.texi (Active Keymaps): Typo fix.
1598 (Changing Key Bindings): Grammar fix.
1599
1600 * frames.texi (Minibuffers and Frames): Grammar fix.
1601 (Window System Selections): x-select-enable-clipboard now defaults to t.
1602
1603 * customize.texi (Common Keywords):
1604 * display.texi (Abstract Display):
1605 * modes.texi (Auto-Indentation):
1606 * nonascii.texi (Converting Representations): Typo fixes.
1607
1608 * control.texi (Examples of Catch): Call it "goto" not "go to".
1609
e3934a8a
EZ
16102011-05-14 Eli Zaretskii <eliz@gnu.org>
1611
bc039a3b
EZ
1612 * nonascii.texi (Character Properties): Fix inconsistencies with
1613 implementation.
1614
e3934a8a
EZ
1615 * text.texi (Special Properties): Move @defvar's out of the
1616 @table. (Bug#8652)
1617
e2c94218
GM
16182011-05-12 Glenn Morris <rgm@gnu.org>
1619
1620 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1621
d2fc7e3d 16222011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1623
1624 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1625 (Multiline Font Lock):
1626 * vol2.texi (Top):
1627 * vol1.texi (Top):
1628 * elisp.texi (Top): Update menu accordingly.
1629
d2fc7e3d 16302011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1631
1632 * modes.texi (Region to Fontify): Fix typo.
1633
79b70037
GM
16342011-05-10 Jim Meyering <meyering@redhat.com>
1635
1636 * minibuf.texi: Fix typo "in in -> in".
1637
b08a63cc 16382011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1639
1640 * numbers.texi (Integer Basics): Large integers are treated as floats.
1641
1ef14cb4
LMI
16422011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1643
1644 * processes.texi (Synchronous Processes): Document the (:file
1645 "/file-name") syntax for `call-process'.
1646
4ffd0d6b 16472011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1648
1649 * windows.texi (Choosing Window): Fix typo.
1650
4ffd0d6b 16512011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1652
1653 * frames.texi (Layout Parameters): Note the difference between
1654 querying and setting parameters for left-fringe and right-fringe
1655 (Bug#6930).
1656
fd5a8ae8
SM
16572011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1658
1659 * minibuf.texi (Basic Completion): Be a bit more precise about the
1660 valid kinds of completion tables.
1661 (Programmed Completion): Remove obsolete text about lambda expressions
1662 not being valid completion tables.
1663
c1bcd0d5
CY
16642011-03-19 Chong Yidong <cyd@stupidchicken.com>
1665
1666 * positions.texi (Excursions): Explain the "save-excursion
1667 defeated by set-buffer" warning.
1668
1669 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1670 save-excursion. Suggested by Uday S Reddy.
1671
03408648 16722011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1673
03408648
SM
1674 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1675 (Lexical Binding): New sub-section.
ba83908c 1676
03408648
SM
1677 * eval.texi (Eval): Discourage the use of `eval'.
1678 Document its new `lexical' argument.
6c075cd7 1679
f6d62986
SM
16802011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1681
03408648 1682 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1683 nil any more.
1684
84ea5558 16852011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1686
1687 * strings.texi (String Conversion): Don't mention
1688 string-make-(uni|multi)byte (bug#8262).
1689 * nonascii.texi (Converting Representations): Fix up range.
1690 * keymaps.texi (Key Binding Commands): Update code point, avoid
1691 "unibyte character" and remove mention of unibyte bindings.
1692
62d94509
EZ
16932011-03-10 Eli Zaretskii <eliz@gnu.org>
1694
1695 * modes.texi (Operator Precedence Grammars): Don't use characters
1696 outside ISO-8859-1.
1697
63a329f8
EZ
16982011-03-09 Eli Zaretskii <eliz@gnu.org>
1699
1700 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1701
1702 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1703
6446548e
GM
17042011-03-08 Glenn Morris <rgm@gnu.org>
1705
1706 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1707 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1708 * elisp.texi: Set documentencoding.
6446548e 1709
33383987
JB
17102011-03-07 Chong Yidong <cyd@stupidchicken.com>
1711
1712 * Version 23.3 released.
1713
0b3ceceb
CY
17142011-03-06 Chong Yidong <cyd@stupidchicken.com>
1715
1716 * package.texi: Update index keywords.
1717 (Package Archives): New node contents. Document package-x.el.
1718
78f5433f
JB
17192011-03-06 Juanma Barranquero <lekktu@gmail.com>
1720
1721 * makefile.w32-in (srcs): Add package.texi.
1722
555e9b5c
CY
17232011-03-06 Chong Yidong <cyd@stupidchicken.com>
1724
120d9389
CY
1725 * package.texi (Packaging, Packaging Basics, Simple Packages)
1726 (Multi-file Packages): Expand and clarify.
1727 (Package Archives): Temporary placeholder node.
1728
1729 * elisp.texi (Top): Update node listing.
1730
555e9b5c
CY
1731 * Makefile.in (srcs): Add package.texi.
1732
b59a4335
CY
17332011-03-05 Chong Yidong <cyd@stupidchicken.com>
1734
1735 * processes.texi (Synchronous Processes): Minor clarification
1736 (Bug#8149).
1737
06083aa1
GM
17382011-03-03 Glenn Morris <rgm@gnu.org>
1739
1740 * files.texi (Truenames): Minor clarification. (Bug#2341)
1741
6640b281
GM
17422011-03-01 Glenn Morris <rgm@gnu.org>
1743
1744 * variables.texi (Directory Local Variables):
1745 Mention `(subdirs . nil)' alist element.
1746
2b0c7330 17472011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1748
1749 * variables.texi (Directory Local Variables): Mention the optional
1750 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1751
b923f7a9
CY
17522011-02-27 Chong Yidong <cyd@stupidchicken.com>
1753
1754 * minibuf.texi (Minibuffer History): Clarify discussion of
1755 minibuffer history lists (Bug#8085).
1756
67ab0163 17572011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1758
e979a521
EZ
1759 * elisp.texi: Sync @dircategory with ../../info/dir.
1760
e03b2fd4
EZ
1761 * files.texi (Visiting Functions): Document find-file-literally,
1762 both the command and the variable.
1763
86ec878a
EZ
1764 * variables.texi (Creating Buffer-Local): Explain the meaning of
1765 permanent local variables.
1766
67ab0163
GM
1767 * files.texi (Visiting Functions): Document find-file-literally,
1768 both the command and the variable.
1769
1770 * variables.texi (Creating Buffer-Local): Explain the meaning of
1771 permanent local variables.
1772
17732011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1774
1775 * keymaps.texi (Remapping Commands): Mention how to undo it.
1776
bfcb151a
RT
17772011-02-09 Reuben Thomas <rrt@sc3d.org>
1778
1779 * loading.texi (Hooks for Loading): Remove unnecessary advice
1780 about eval-after-load (Bug#7986).
1781
a41c8660
CY
17822011-02-05 Chong Yidong <cyd@stupidchicken.com>
1783
1784 * commands.texi (Accessing Mouse): Note that a header line is not
1785 included in the row of posn-col-row.
1786
e0dd6837
CY
17872011-02-02 Chong Yidong <cyd@stupidchicken.com>
1788
1789 * modes.texi (Major Mode Conventions): Add face guidelines.
1790 (Faces for Font Lock): List faces in order of prominence.
1791
a4180391
PE
17922011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1793
1794 format-time-string now supports subsecond time stamp resolution
1795 * os.texi (Time Parsing): Document %N.
1796
7427eb97
CY
17972011-01-28 Chong Yidong <cyd@stupidchicken.com>
1798
61db307f
CY
1799 * vol1.texi (Top):
1800 * vol2.texi (Top):
1801 * elisp.texi (Top):
1802 * display.texi (Display Property): Shorten the menu description of
1803 the "Other Display Specs" node (Bug#7816).
1804
7427eb97
CY
1805 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1806 menu item" concept index entries (Bug#7805).
1807
bf3dae7e
EZ
18082011-01-29 Eli Zaretskii <eliz@gnu.org>
1809
1810 * makefile.w32-in (texinfodir): New variable.
1811 (usermanualdir): Remove as redundant with $(emacsdir).
1812 (MAKEINFO): Remove options, leave only program name.
1813 (MAKEINFO_OPTS): New variable.
1814 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1815
06d8ace5 18162011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1817 Richard Kim <emacs18@gmail.com>
1818
1819 * loading.texi (Library Search): Document list-load-path-shadows
1820 (Bug#7757).
1821
06d8ace5 18222011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1823
1824 * searching.texi (Regexp Special): Remove outdated discussion of
1825 character sets (Bug#7780).
1826
28a88153
CY
1827 * frames.texi (Pop-Up Menus): Document where menu title comes
1828 from (Bug#7684).
1829
06d8ace5 18302011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1831
1832 * display.texi (Making Buttons): Mention limitation of text buttons.
1833
a8e1e9ee
WL
18342011-01-23 Werner Lemberg <wl@gnu.org>
1835
1836 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1837 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1838 (ENVADD): New variable to control texi2dvi and texi2pdf.
1839
362b9d48
GM
18402011-01-15 Chong Yidong <cyd@stupidchicken.com>
1841
1842 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1843 Emacs manual.
1844
18452011-01-15 Eli Zaretskii <eliz@gnu.org>
1846
1847 * files.texi (Directory Names): Explain why FROM in
1848 directory-abbrev-alist should begin with \`. (Bug#7777)
1849
3fa173b4
SM
18502011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1851
1852 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1853
7c420169 18542011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1855
1856 * modes.texi (Emulating Mode Line): Fix last change.
1857
7c420169 18582011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1859
1860 * modes.texi (Emulating Mode Line): Update documentation of
1861 format-mode-line according to changes that fixed bug #7587.
1862
80b33766
SM
18632010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1864
1865 * modes.texi (Derived Modes): Mention prog-mode.
1866
1867 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1868 of the key-binding-data cache since we don't use it any more.
1869
f49d1f52 18702010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1871
4bb49a92
EZ
1872 * processes.texi (Shell Arguments):
1873 * strings.texi (Creating Strings): Don't mention "shell commands";
1874 make it explicit that `split-string-and-unquote' and
1875 `combine-and-quote-strings' are mainly for working with arguments
1876 to call-process and start-process.
1877
3c73e30e
EZ
1878 * processes.texi (Shell Arguments): Fix documentation of
1879 `split-string-and-unquote'. Add indexing. (Bug#7563)
1880
f49d1f52 18812010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1882
1883 * modes.texi (Auto-Indentation): New section to document SMIE.
1884 (Major Mode Conventions):
1885 * text.texi (Mode-Specific Indent): Refer to it.
1886
f49d1f52 18872010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1888
1889 * display.texi (Other Display Specs): Document left-fringe and
1890 right-fringe display specs.
1891
f49d1f52 18922010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1893
1894 * backups.texi (Making Backups):
1895 * modes.texi (Example Major Modes): Use recommended coding style.
1896 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1897 define-derived-mode. Mention completion-at-point-functions.
1898
f49d1f52 18992010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1900
5dcb4c4e
SM
1901 * nonascii.texi (Converting Representations):
1902 Document byte-to-string.
e1115396 1903
ec1b9b17
GM
19042010-12-08 Glenn Morris <rgm@gnu.org>
1905
1906 * buffers.texi (Modification Time):
1907 verify-visited-file-modtime now defaults to the current buffer.
1908
07976ae3 19092010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1910
ec1b9b17 1911 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1912
1913 * strings.texi (Creating Strings): Don't mention semi-obsolete
1914 function char-to-string.
1915 (String Conversion): Shorten discussion of semi-obsolete function
1916 string-to-char. Link to Converting Representations.
1917
1918 * objects.texi (Symbol Type):
1919 * text.texi (Near Point):
1920 * help.texi (Help Functions):
1921 * functions.texi (Mapping Functions): Use string instead of
1922 char-to-string in examples.
1923
07976ae3 19242010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1925
1926 * text.texi (Kill Functions, Kill Functions)
1927 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1928 YANK-HANDLER args.
1929
1930 * symbols.texi (Creating Symbols): Using unintern without an
1931 obarray arg is now obsolete.
1932
1933 * numbers.texi (Float Basics): Document float-e and float-pi.
1934
1935 * variables.texi (Defining Variables): Change "pi" example to
1936 "float-pi".
1937
8547874a
EZ
19382010-11-26 Eli Zaretskii <eliz@gnu.org>
1939
1940 * commands.texi (Click Events): Document the values of X, Y and
1941 COL, ROW in the event's position, when the click is on the header
1942 or mode line, on the fringes, or in the margins.
1943
4a47c275 19442010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1945
5b05d75b
EZ
1946 * customize.texi (Composite Types): Lower-case index entry.
1947
5dcb4c4e
SM
1948 * loading.texi (How Programs Do Loading):
1949 Document load-file-name. (Bug#7346)
c7926fe2 1950
4a47c275 19512010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1952
1953 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1954
0eb025fb
EZ
19552010-11-13 Eli Zaretskii <eliz@gnu.org>
1956
1957 * display.texi (Usual Display): Characters with no fonts are not
1958 necessarily displayed as empty boxes.
1959
2699a554 19602010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1961
1962 * maps.texi (Standard Keymaps): Update File menu description.
1963
8289f37b
GM
19642010-10-28 Glenn Morris <rgm@gnu.org>
1965
1966 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1967
5793a7bc 19682010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1969
1970 * display.texi (Window Systems): Deprecate use of window-system as
1971 a predicate.
1972
17284e30
GM
19732010-10-23 Glenn Morris <rgm@gnu.org>
1974
1975 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1976 sorted-doc.
1977
00f113eb
JB
19782010-10-15 Eli Zaretskii <eliz@gnu.org>
1979
1980 * os.texi (Dynamic Libraries): New node, with slightly modified
1981 text deleted from "Image Formats".
1982 (System Interface): Add @menu entry for "Dynamic Libraries".
1983
1984 * display.texi (Image Formats): Remove description of
1985 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1986
07277eb8
GM
19872010-10-12 Glenn Morris <rgm@gnu.org>
1988
1989 * book-spine.texinfo: Rename to book-spine.texi.
1990
c12e4a81
GM
19912010-10-11 Glenn Morris <rgm@gnu.org>
1992
df187c62
GM
1993 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1994
c12e4a81 1995 * Makefile.in (DVIPS): New variable.
234db610
GM
1996 (.PHONY): Add html, ps.
1997 (html, elisp.html, ps, elisp.ps): New targets.
1998 (clean): Delete html, ps files.
1999 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 2000
6513b232
EZ
20012010-10-09 Eli Zaretskii <eliz@gnu.org>
2002
2003 * makefile.w32-in (emacsdir): New variable.
2004 (srcs): Add emacsver.texi.
2005 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
2006
abd40fb4
GM
20072010-10-09 Glenn Morris <rgm@gnu.org>
2008
c1dc72b3
GM
2009 * Makefile.in (VPATH): Remove.
2010 (infodir): Make it absolute.
2011 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
2012
4393405b
GM
2013 * Makefile.in (dist): Anchor regexps.
2014
eef3ab94
GM
2015 * Makefile.in (srcs): Put elisp.texi first.
2016 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
2017
aa9db089
GM
2018 * Makefile.in (infoclean): Remove harmless, long-standing error.
2019
abd40fb4
GM
2020 * Makefile.in ($(infodir)): Delete rule.
2021 (mkinfodir): New.
2022 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
2023
68db69ed 2024 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 2025 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 2026
ea274122
GM
20272010-10-09 Glenn Morris <rgm@gnu.org>
2028
f7a31f11
GM
2029 * Makefile.in (emacsdir): New variable.
2030 (MAKEINFO): Add -I $emacsdir.
2031 (dist): Copy emacsver.texi.
b13254e7
GM
2032 (srcs): Add emacsver.texi.
2033
f7a31f11
GM
2034 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
2035 Set EMACSVER by including emacsver.texi.
2036
ea274122
GM
2037 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
2038
17ca7950
GM
20392010-10-07 Glenn Morris <rgm@gnu.org>
2040
2041 * Makefile.in (version): New, set by configure.
2042 (clean): Delete dist tar file.
2043 (dist): Use version in tar name.
2044
4c83f6e1
GM
20452010-10-06 Glenn Morris <rgm@gnu.org>
2046
2047 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
2048 (INSTALL_INFO): Remove unused variable.
2049 (mostlyclean, infoclean, dist): New rules.
2050 (clean): Delete dvi and pdf files.
2051 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 2052 ($(infodir)): Add parallel build workaround.
4c83f6e1 2053
0264072d
GM
20542010-10-04 Glenn Morris <rgm@gnu.org>
2055
2056 * Makefile.in (dvi, pdf, $(infodir)): New targets.
2057 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 2058 Fix -I typo.
0264072d
GM
2059 (clean): No 'make.out' or 'core' files.
2060 (.PHONY): Declare clean rules.
2061 (maintainer-clean): Delete pdf file. Guard against cd failures.
2062
77f38949
GM
20632010-10-03 Glenn Morris <rgm@gnu.org>
2064
2065 * files.texi (File Name Components): Remove ignored section about
2066 deleted variable directory-sep-char.
2067
178fdd41
MA
20682010-10-03 Michael Albinus <michael.albinus@gmx.de>
2069
2070 * files.texi (Magic File Names): New defopt
2071 remote-file-name-inhibit-cache.
2072
9c524fcb
GM
20732010-10-02 Glenn Morris <rgm@gnu.org>
2074
2075 * os.texi (Killing Emacs): Hook now runs in batch mode.
2076
f816790b
SM
20772010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2078
2079 * text.texi (Special Properties): Clarify when modification-hooks run.
2080
7cf78aac
SM
20812010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2082
2083 * syntax.texi (Syntax Flags): Document new `c' flag.
2084
ca0d44e4
GM
20852010-09-09 Glenn Morris <rgm@gnu.org>
2086
2087 * display.texi (ImageMagick Images): General cleanup.
2088
10999305 20892010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
2090
2091 * files.texi (Directory Names): Use \` rather than ^.
2092
45240125
JD
20932010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2094
2095 * text.texi (Low-Level Kill Ring):
2096 * frames.texi (Window System Selections): Remove cut buffer
2097 documentation.
2098
4abe5bf6
EZ
20992010-08-28 Eli Zaretskii <eliz@gnu.org>
2100
2101 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
2102 Parameters", where the default fringe width is described.
2103
2104 * frames.texi (Window Frame Parameters, Basic Parameters)
2105 (Position Parameters, Layout Parameters, Management Parameters)
2106 (Cursor Parameters, Font and Color Parameters): Add indexing for
2107 frame parameters. (Bug#6929)
2108
fdc76236
TT
21092010-08-25 Tom Tromey <tromey@redhat.com>
2110
2111 * vol2.texi (Top): Update.
2112 * vol1.texi (Top): Update.
2113 * tips.texi (Library Headers): Mention Package-Version and
2114 Package-Requires.
2115 * package.texi: New file.
2116 * os.texi (System Interface): Update pointers.
2117 * elisp.texi (Top): Link to new nodes. Include package.texi.
2118 * anti.texi (Antinews): Update pointers.
2119
1e5c1c80
EZ
21202010-08-25 Eli Zaretskii <eliz@gnu.org>
2121
2122 * processes.texi (Filter Functions): Fix last change.
2123
78e33835
CY
21242010-08-24 Markus Triska <triska@gmx.at>
2125
2126 * processes.texi (Filter Functions): Use `buffer-live-p' instead
2127 of `buffer-name' in the main text as well as in the example
2128 (Bug#3098).
2129
198a7a97
CY
21302010-08-22 Chong Yidong <cyd@stupidchicken.com>
2131
2132 * nonascii.texi (Text Representations):
2133 * loading.texi (Loading Non-ASCII):
2134 * compile.texi (Byte Compilation): Don't mention obsolete
2135 --unibyte command-line argument.
2136
bc7d7ea6
CY
21372010-08-22 Chong Yidong <cyd@stupidchicken.com>
2138
2139 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
2140
b0126eac 21412010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
2142
2143 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2144
e8a6cc19
EZ
21452010-08-20 Eli Zaretskii <eliz@gnu.org>
2146
2147 * commands.texi (Misc Events): Add cross-references to where
2148 POSITION of a mouse event is described in detail.
2149
c4e7c63a 21502010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 2151
c4e7c63a 2152 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 2153
7815fe19 21542010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
2155
2156 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2157 Suggested by Štěpán Němec <stepnem@gmail.com>.
2158
7815fe19 21592010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
2160
2161 * minibuf.texi (High-Level Completion): Document args of
2162 `read-buffer-function' (bug#5625).
2163
8b2dd508
JD
21642010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2165
2166 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
2167
bace45fe
MA
21682010-07-29 Michael Albinus <michael.albinus@gmx.de>
2169
2170 * processes.texi (Process Information): Explain process property
2171 `remote-tty'.
2172
4ce5a4cc
JB
21732010-07-27 Juanma Barranquero <lekktu@gmail.com>
2174
2175 * modes.texi (Defining Minor Modes): Use C-delete in examples,
2176 instead of "\C-\^?" (bug#6334).
2177
1c84bc7a
JB
2178 * text.texi (Special Properties): Fix typo.
2179
b88746ba
EZ
21802010-07-09 Eli Zaretskii <eliz@gnu.org>
2181
2182 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
2183 calling sequences, which are now the standard.
2184
51422d6d
CY
21852010-06-24 Chong Yidong <cyd@stupidchicken.com>
2186
2187 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2188
2189 * commands.texi (Command Overview): Mention undo-boundary call.
2190
d24880de
GM
21912010-06-23 Glenn Morris <rgm@gnu.org>
2192
2193 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2194 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2195 * frames.texi, functions.texi, internals.texi, keymaps.texi:
2196 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2197 * searching.texi, sequences.texi, strings.texi, syntax.texi:
2198 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2199 Untabify Texinfo files.
2200
0fc76035
CY
22012010-06-20 Chong Yidong <cyd@stupidchicken.com>
2202
2203 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2204
5338dc0b
CY
22052010-06-19 Chong Yidong <cyd@stupidchicken.com>
2206
a628ad9d 2207 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 2208
2c3a3c1d
CY
22092010-06-02 Chong Yidong <cyd@stupidchicken.com>
2210
ba3bf1d9
CY
2211 * searching.texi (Regexp Special): Remove obsolete information
2212 about matching non-ASCII characters, and suggest using char
2213 classes (Bug#6283).
2c3a3c1d 2214
7f4b4249
JB
22152010-05-30 Juanma Barranquero <lekktu@gmail.com>
2216
2217 * minibuf.texi (Basic Completion): Add missing "@end defun".
2218
637821cd
SM
22192010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2220
2221 * minibuf.texi (Basic Completion): Document completion-boundaries.
2222 (Programmed Completion): Document the new fourth method for boundaries.
2223
e13051c3
CY
22242010-05-22 Chong Yidong <cyd@stupidchicken.com>
2225
a628ad9d 2226 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 2227
0235128c 22282010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2229
2230 * windows.texi (Textual Scrolling):
2231 * tips.texi (Coding Conventions):
2232 * minibuf.texi (Minibuffer History):
2233 * maps.texi (Standard Keymaps):
2234 * loading.texi (Where Defined):
2235 * edebug.texi (Instrumenting): Fix typos.
2236
0235128c 22372010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 2238
c7c32279
CY
2239 * keymaps.texi (Menu Bar): Document :advertised-binding property.
2240
0235128c
SM
2241 * functions.texi (Obsolete Functions):
2242 Document set-advertised-calling-convention.
eb5ed549
CY
2243
2244 * minibuf.texi (Basic Completion): Document completion-in-region.
2245 (Programmed Completion): Document completion-annotate-function.
2246
2247 * commands.texi (Reading One Event): Document read-key.
2248 (Distinguish Interactive): Document KIND arg to
2249 called-interactively-p. Delete obsolete interactive-p.
2250
2251 * elisp.texi (Top): Update node description.
2252
f8848423
EZ
22532010-05-08 Eli Zaretskii <eliz@gnu.org>
2254
0235128c
SM
2255 * nonascii.texi (Character Properties):
2256 Document unicode-category-table. Add an index entry for Unicode
2257 general category.
2258
22592010-05-07 Chong Yidong <cyd@stupidchicken.com>
2260
2261 * Version 23.2 released.
f8848423 2262
938efb77
JB
22632010-04-20 Juanma Barranquero <lekktu@gmail.com>
2264
2265 * locals.texi (Standard Buffer-Local Variables):
2266 Remove @ignore'd reference to `direction-reversed'.
2267
5854c267
JL
22682010-04-14 Juri Linkov <juri@jurta.org>
2269
2270 Fix @deffn without category.
2271
2272 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2273 for `abbrev-insert'.
2274
2275 * buffers.texi (Indirect Buffers): Add category `Command'
2276 to @deffn of `clone-indirect-buffer'.
2277
2278 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2279 for `next-window' and `previous-window'. Add category `Command'
2280 to @deffn of `pop-to-buffer'.
2281
8a14dec7
CY
22822010-04-01 Chong Yidong <cyd@stupidchicken.com>
2283
2284 * nonascii.texi (Text Representations): Don't mark
2285 enable-multibyte-characters as a user option.
2286
7a1831cf
EZ
22872010-03-31 Eli Zaretskii <eliz@gnu.org>
2288
2289 * control.texi (Handling Errors): How to re-throw a signal caught
2290 by condition-case.
2291
c3863713
CY
22922010-03-26 Chong Yidong <cyd@stupidchicken.com>
2293
2294 * loading.texi (Hooks for Loading): Document after-load-functions.
2295 Copyedits.
2296
c333f279
AM
22972010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
2298
2299 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
2300
e867cb5d 23012010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
2302
2303 * processes.texi (Network Processes): Document seqpacket type.
2304
605f35cd
DN
23052010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2306
2307 * os.texi (System Environment): Do not mention lynxos.
2308
288f9fc0
CY
23092010-03-10 Chong Yidong <cyd@stupidchicken.com>
2310
2311 * Branch for 23.2.
2312
eed5c93a
CY
23132010-03-06 Chong Yidong <cyd@stupidchicken.com>
2314
2315 * objects.texi (Integer Type): Take note of the read syntax
2316 exception for numbers that cannot fit in the integer type.
2317
1ddd6622
GM
23182010-03-03 Glenn Morris <rgm@gnu.org>
2319
2320 * numbers.texi (Integer Basics, Bitwise Operations):
2321 * objects.texi (Integer Type): Update for integers now being 30-bit.
2322
a908c79a
CY
23232010-02-27 Chong Yidong <cyd@stupidchicken.com>
2324
2325 * display.texi (Low-Level Font): Document :otf font-spec property.
2326
cd61af01
SM
23272010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2328
2329 * display.texi (Line Height): Avoid obsolete special default variables
2330 like default-major-mode.
2331
c02f8fe2
AM
23322010-01-28 Alan Mackenzie <acm@muc.de>
2333
2334 * display.texi (Auto Faces): Say fontification-functions is called
2335 whether or not Font Lock is enabled. Tidy up the wording a bit.
2336
d738d18b
CY
23372010-01-17 Chong Yidong <cyd@stupidchicken.com>
2338
2339 * elisp.texi: Remove duplicate edition information (Bug#5407).
2340
4963739e
JB
23412010-01-17 Juanma Barranquero <lekktu@gmail.com>
2342
2343 * two.el (volume-header-toc-markup): Fix typos in docstring.
2344
c57008f6
SM
23452010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2346
2347 Avoid dubious uses of save-excursions.
2348 * positions.texi (Excursions): Recommend the use of
2349 save-current-buffer if applicable.
2350 * text.texi (Clickable Text): Fix the example code which used
2351 save-excursion in a naive way which sometimes preserves point and
2352 sometimes not.
2353 * variables.texi (Creating Buffer-Local):
2354 * os.texi (Session Management):
2355 * display.texi (GIF Images):
2356 * control.texi (Cleanups): Use (save|with)-current-buffer.
2357
2f3725cd
EZ
23582010-01-02 Eli Zaretskii <eliz@gnu.org>
2359
2360 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
2361
85eeac93
CY
23622010-01-02 Chong Yidong <cyd@stupidchicken.com>
2363
2364 * nonascii.texi (Text Representations, Character Codes)
2365 (Converting Representations, Explicit Encoding)
2366 (Translation of Characters): Use hex notation consistently.
2367 (Character Sets): Fix map-charset-chars doc (Bug#5197).
2368
4801c5fa
CY
23692010-01-01 Chong Yidong <cyd@stupidchicken.com>
2370
2371 * loading.texi (Where Defined): Make it clearer that these are
2372 loaded files (Bug#5068).
2373
26e533e2
CY
23742009-12-29 Chong Yidong <cyd@stupidchicken.com>
2375
2376 * minibuf.texi (Completion Styles): Document `initials' style.
2377
16d1ff5f
CY
23782009-12-25 Chong Yidong <cyd@stupidchicken.com>
2379
2380 * frames.texi (Resources): Describe inhibit-x-resources.
2381 (Size Parameters): Copyedit.
2382
2383 * hash.texi (Creating Hash):
2384 * objects.texi (Hash Table Type): Document the new hash table
2385 printed representation.
2386
2387 * minibuf.texi (Basic Completion): 4th arg to all-completions is
2388 obsolete.
2389
5dcb4c4e
SM
2390 * processes.texi (Process Buffers):
2391 Document process-kill-buffer-query-function.
16d1ff5f 2392
9a5de3d9
GM
23932009-12-05 Glenn Morris <rgm@gnu.org>
2394
2395 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2396 diary-display-function, and no longer recommended to be a hook.
2397 Update for changes in the names of calendar and diary hooks.
2398 diary-print-entries-hook has changed section.
2399
b640eb52
EZ
24002009-11-28 Eli Zaretskii <eliz@gnu.org>
2401
2402 * text.texi (Special Properties): More accurate description of
2403 what the `cursor' property does.
2404
be1674ab
KR
24052009-11-26 Kevin Ryde <user42@zip.com.au>
2406
2407 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2408 mouse-wheel-down-event, the closest thing to a definition for them.
2409 * os.texi (Startup Summary): vindex inhibit-startup-message and
2410 inhibit-splash-screen.
2411 (Command-Line Arguments): vindex argv.
2412 (Suspending Emacs): vindex suspend-tty-functions and
2413 resume-tty-functions. Don't want to index every hook, but having
2414 the programming ones is helpful.
2415
603f5979
CY
24162009-11-14 Chong Yidong <cyd@stupidchicken.com>
2417
2418 * commands.texi (Motion Events): Fix typo (Bug#4907).
2419
4359a806
CY
24202009-11-08 Chong Yidong <cyd@stupidchicken.com>
2421
2422 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2423 are affected by case-fold-search (Bug#4483).
2424
0f063651
CY
24252009-11-02 Chong Yidong <cyd@stupidchicken.com>
2426
2427 * minibuf.texi (Reading File Names): Note that read-file-name may
2428 use a graphical file dialog.
2429
9bd79893
GM
24302009-10-31 Glenn Morris <rgm@gnu.org>
2431
2432 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2433
ebe479ec
KR
24342009-10-16 Kevin Ryde <user42@zip.com.au>
2435
2436 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2437 in particular so `info-lookup-symbol' can find its docs.
2438
2640fa86
CY
24392009-10-16 Chong Yidong <cyd@stupidchicken.com>
2440
2441 * variables.texi (Constant Variables): Distinguish from defconst
2442 variables.
2443 (Defining Variables): Add cindex.
2444
edd6a733
CY
24452009-10-15 Chong Yidong <cyd@stupidchicken.com>
2446
2447 * os.texi (Time of Day): Clarify that the microsecond part is
2448 ignored (Bug#4637).
2449
5feb0b73
GM
24502009-10-11 Glenn Morris <rgm@gnu.org>
2451
2452 * frames.texi (Size and Position): Clarify what is included in the frame
2453 height. (Bug#4535)
2454
0c5413c8
GM
24552009-10-10 Glenn Morris <rgm@gnu.org>
2456
2457 * windows.texi (Size of Window): The relationship between window and
2458 frame heights is not so simple. (Bug#4535)
2459 Mention window-full-height-p.
2460
7f8b600a
SM
24612009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2462
2463 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2464 used from Lisp.
2465
6185de1c
EZ
24662009-10-07 Eli Zaretskii <eliz@gnu.org>
2467
7f8b600a
SM
2468 * files.texi (Directory Names) <abbreviate-file-name>:
2469 Document that root home directories are not replaced with "~".
6185de1c 2470
9972911f
EZ
24712009-10-06 Eli Zaretskii <eliz@gnu.org>
2472
2473 * text.texi (Special Properties): Document the meaning of the
2474 `cursor' text property whose value is an integer.
2475
2a3f19ef
MA
24762009-10-05 Michael Albinus <michael.albinus@gmx.de>
2477
2478 * files.texi (Magic File Names): Add `copy-directory'.
2479
804543b5
EZ
24802009-10-05 Eli Zaretskii <eliz@gnu.org>
2481
2482 * files.texi (File Attributes): Fix description of file
2483 attributes. (Bug#4638) Update attributes of files.texi example to
2484 be more representative.
2485
461bf92b
MA
24862009-10-05 Michael Albinus <michael.albinus@gmx.de>
2487
2488 * files.texi (Create/Delete Dirs): New command copy-directory.
2489
a86cd395
JB
24902009-10-04 Juanma Barranquero <lekktu@gmail.com>
2491
2492 * anti.texi (Antinews):
2493 * macros.texi (Indenting Macros):
2494 * strings.texi (Creating Strings, Case Conversion):
2495 Remove duplicate words.
2496
d3080264
MA
24972009-10-01 Michael Albinus <michael.albinus@gmx.de>
2498
2499 * files.texi (Create/Delete Dirs): delete-directory has an
2500 optional parameter RECURSIVE.
2501
85d14563
SM
25022009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2503
2504 * buffers.texi (Swapping Text): Minor clarification.
2505
3d9842c6
GM
25062009-10-01 Glenn Morris <rgm@gnu.org>
2507
2508 * functions.texi (Declaring Functions): Mention that we also search for
2509 ".m" files in the src/ directory.
2510
78427304
CY
25112009-09-25 David Engster <deng@randomsample.de>
2512
3d9842c6 2513 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2514
b578c9cc
GM
25152009-09-22 Glenn Morris <rgm@gnu.org>
2516
2517 * internals.texi (Building Emacs): Mention preloaded-file-list.
2518
beee5da7
AM
25192009-09-14 Alan Mackenzie <acm@muc.de>
2520
2521 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2522
5d6ab672
CY
25232009-09-13 Chong Yidong <cyd@stupidchicken.com>
2524
2525 * functions.texi (Anonymous Functions): Rearrange discussion,
2526 giving usage of unquoted lambda forms first. Mention that
2527 `function' and `#'' are no longer required (Bug#4290).
2528
59375eeb
AM
25292009-09-11 Alan Mackenzie <acm@muc.de>
2530
a86cd395 2531 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2532 batch mode.
2533
e7e2f529
GM
25342009-09-01 Glenn Morris <rgm@gnu.org>
2535
2536 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2537
eae47088
GM
25382009-08-26 Ulrich Mueller <ulm@gentoo.org>
2539
2540 * nonascii.texi (Character Codes): Fix typos.
2541
3691a0a6
MA
25422009-08-25 Michael Albinus <michael.albinus@gmx.de>
2543
2544 * processes.texi (Synchronous Processes): New defvar
2545 process-file-side-effects.
2546
664d56b8
GM
25472009-08-25 Glenn Morris <rgm@gnu.org>
2548
2549 * display.texi (Fontsets): Fix typo.
2550
0706c025
GM
2551 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2552
03a74b84
SM
25532009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2554
2555 * processes.texi (Asynchronous Processes): Adjust arglist of
2556 start-process-shell-command and start-file-process-shell-command.
2557
f6de8a37
CY
25582009-08-15 Chong Yidong <cyd@stupidchicken.com>
2559
4b1ed1bb
CY
2560 * advice.texi (Argument Access in Advice): Note that argument
2561 positions are zero-based (Bug#3932).
2562
89a9e058
CY
2563 * commands.texi (Distinguish Interactive): Minor copyedit.
2564
23696fd7
CY
2565 * display.texi (Face Attributes): Add xref to Displaying Faces for
2566 explanation of "underlying face".
2567
f6de8a37
CY
2568 * customize.texi (Common Keywords): Add xref to Loading.
2569
2570 * loading.texi (How Programs Do Loading): Add xref to Lisp
2571 Libraries node in the Emacs manual.
2572
417f77e6
CY
25732009-08-13 Chong Yidong <cyd@stupidchicken.com>
2574
2575 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2576
0999039c
CY
25772009-07-18 Chong Yidong <cyd@stupidchicken.com>
2578
2579 * processes.texi (Shell Arguments): Copyedits.
2580
9af167bc
GM
25812009-07-18 Glenn Morris <rgm@gnu.org>
2582
2583 * loading.texi (Repeated Loading): Fix typo.
2584
137987ab
RS
25852009-07-16 Richard Stallman <rms@gnu.org>
2586
2587 * buffers.texi (Swapping Text): Recommend setting
2588 write-region-annotate-functions and buffer-saved-size.
2589
2590 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2591
622fa380
GM
25922009-07-15 Glenn Morris <rgm@gnu.org>
2593
2594 * edebug.texi: Minor re-phrasings throughout.
2595 (Edebug Execution Modes): Sit-for affects continue mode too.
2596 (Jumping): Use `forward-sexp' rather than its keybinding.
2597 (Edebug Misc): Fix Q binding.
2598 (Edebug Eval): Remove cl version.
2599 (Printing in Edebug): Clarify print-length etc.
2600 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2601 (Specification List): Remove edebug-unwrap findex entry.
2602 (Specification Examples): defmacro is actually not the same as defun.
2603 Escape "`" in example.
2604
6bbd4600
CY
26052009-07-15 Chong Yidong <cyd@stupidchicken.com>
2606
2607 * markers.texi (The Mark): Document optional arg to
2608 deactivate-mark.
2609
e538d479
GM
26102009-07-11 Kevin Ryde <user42@zip.com.au>
2611
2612 * hooks.texi (Standard Hooks): Fix cross-references.
2613
4c98b9ed
GM
2614 * loading.texi (Named Features): Refer to eval-after-load.
2615
5300838c
GM
26162009-07-11 Glenn Morris <rgm@gnu.org>
2617
64fbeb16
GM
2618 * Makefile.in (TEXI2PDF): New.
2619 (elisp.pdf): New target.
2620
4c98b9ed
GM
2621 * searching.texi (Regexp Backslash): Fix typo.
2622
2623 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2624
51d9979c
GM
26252009-07-10 Glenn Morris <rgm@gnu.org>
2626
561c0216
GM
2627 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2628
5b594a58
GM
2629 * customize.texi (Customization Types):
2630 * display.texi (Abstract Display):
0cc8c85a 2631 * objects.texi (Character Type, String Type):
5b594a58 2632 Merge in some menu descriptions from elisp.texi.
51d9979c 2633
c3cbbb40
GM
2634 * hash.texi (Hash Tables):
2635 * modes.texi (Multiline Font Lock):
2636 End menu description with period.
fe42c16a 2637
28528402
GM
26382009-07-09 Glenn Morris <rgm@gnu.org>
2639
2640 * back.texi: Don't hard-code texinfo location.
2641
2642 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2643 (tex): Add texinfodir to TEXINPUTS.
2644 (elisp1med-init, elisp2med-init): Use texinfodir.
2645
2646 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2647 (clean): Add two-volume.make intermediate files.
2648
2649 * elisp.texi, vol1.texi, vol2.texi:
2650 Use a DATE variable with the publication date, and update it.
2651 Fix antinews menu description.
2652
2653 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2654 Update the detailed node listing to match elisp.texi.
2655
2656 * README: Update edition to match elisp.texi.
2657
2658 * objects.texi (General Escape Syntax):
2659 * nonascii.texi (Character Sets):
2660 Use consistent case for "Unicode Standard".
2661
2662 * anti.texi (Antinews):
2663 * customize.texi (Variable Definitions):
2664 * functions.texi (Declaring Functions):
2665 * nonascii.texi (Character Properties):
2666 * processes.texi (Serial Ports):
2667 * text.texi (Special Properties):
2668 * tips.texi (Coding Conventions):
2669 Minor rearrangements to improve TeX line-filling.
2670
2671 * commands.texi (Using Interactive): Fix cross-reference.
2672
17db8e10
JD
26732009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2674
2675 * frames.texi (Management Parameters): Mention sticky.
2676
77c7e2e1
AS
26772009-07-01 Andreas Schwab <aschwab@redhat.com>
2678
2679 * help.texi (Help Functions): Fix description of help-buffer and
2680 help-setup-xref to use @defun instead of @deffn.
2681
3f1c6666
JD
26822009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2683
2684 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2685
ca27c21b
CY
26862009-06-24 Chong Yidong <cyd@stupidchicken.com>
2687
2688 * display.texi (Window Systems): Add ns to the list.
2689
70243478
CY
26902009-06-21 Chong Yidong <cyd@stupidchicken.com>
2691
2692 * Branch for 23.1.
2693
df006536
MR
26942009-06-17 Martin Rudalics <rudalics@gmx.at>
2695
2696 * windows.texi (Dedicated Windows): Fix typo.
2697 (Resizing Windows): Replace @defun by @deffn.
2698
d259fc4b
GM
26992009-06-17 Glenn Morris <rgm@gnu.org>
2700
2701 * variables.texi (Directory Local Variables):
2702 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2703
30781db6
KH
27042009-06-09 Kenichi Handa <handa@m17n.org>
2705
2706 * nonascii.texi (Character Sets): State clearly that FROM and TO
2707 are codepoints of CHARSET.
2708
62e8099c
CY
27092009-06-07 Chong Yidong <cyd@stupidchicken.com>
2710
2711 * minibuf.texi (Reading File Names): Fix introductory text.
2712 Suggested by stan@derbycityprints.com.
2713 (High-Level Completion): Fix typo.
2714
ee1b1917
CY
27152009-05-28 Chong Yidong <cyd@stupidchicken.com>
2716
2717 * frames.texi (Text Terminal Colors): Multi-tty is already
2718 implemented, but tty-local colors are not.
2719
5df647e8
CY
27202009-05-27 Chong Yidong <cyd@stupidchicken.com>
2721
2722 * hooks.texi (Standard Hooks): Remove mention of obsolete
2723 redisplay-end-trigger-functions.
2724
2725 * internals.texi (Window Internals): Remove mention of obsolete
2726 redisplay-end-trigger-functions.
2727
01f17ae2
MR
27282009-05-21 Martin Rudalics <rudalics@gmx.at>
2729
2730 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2731
2732 * backups.texi (Making Backups): backup-directory-alist and
2733 make-backup-file-name-function are options.
2734 (Auto-Saving): auto-save-list-file-prefix is an option.
2735
2736 * buffers.texi (Killing Buffers): buffer-offer-save is an
2737 option.
2738
2739 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2740 option.
2741 (Echo Area Customization): echo-keystrokes is an option.
2742 (Selective Display): selective-display-ellipses is an option.
2743 (Temporary Displays): temp-buffer-show-function is an option.
2744 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2745 are options.
2746 (Font Selection): face-font-family-alternatives,
2747 face-font-selection-order, face-font-registry-alternatives, and
2748 scalable-fonts-allowed are options.
2749 (Fringe Indicators): indicate-buffer-boundaries is an option.
2750 (Fringe Cursors): overflow-newline-into-fringe is an option.
2751 (Scroll Bars): scroll-bar-mode is an option.
2752
2753 * eval.texi (Eval): max-lisp-eval-depth is an option.
2754
2755 * files.texi (Visiting Functions): find-file-hook is an option.
2756 (Directory Names): directory-abbrev-alist is an option.
2757 (Unique File Names): temporary-file-directory and
2758 small-temporary-file-directory are options.
2759
2760 * frames.texi (Initial Parameters): initial-frame-alist,
2761 minibuffer-frame-alist and default-frame-alist are options.
2762 (Cursor Parameters): blink-cursor-alist and
2763 cursor-in-non-selected-windows ar options.
2764 (Window System Selections): selection-coding-system is an
2765 option.
2766 (Display Feature Testing): display-mm-dimensions-alist is an
2767 option.
2768
2769 * help.texi (Help Functions): help-char and help-event-list are
2770 options.
2771
2772 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2773 an option.
2774
2775 * minibuf.texi (Minibuffer History): history-length and
2776 history-delete-duplicates are options.
2777 (High-Level Completion): read-buffer-function and
2778 read-buffer-completion-ignore-case are options.
2779 (Reading File Names): read-file-name-completion-ignore-case is
2780 an option.
2781
2782 * modes.texi (Mode Line Top): mode-line-format is an option.
2783 (Mode Line Variables): mode-line-position and mode-line-modes
2784 are options.
2785
2786 * nonascii.texi (Text Representations):
2787 enable-multibyte-characters is an option.
2788 (Default Coding Systems): auto-coding-regexp-alist,
2789 file-coding-system-alist, auto-coding-alist and
2790 auto-coding-functions are options.
2791 (Specifying Coding Systems): inhibit-eol-conversion is an
2792 option.
2793
2794 * os.texi (Init File): site-run-file is an option.
2795 (System Environment): mail-host-address is an option.
2796 (User Identification): user-mail-address is an option.
2797 (Terminal Output): baud-rate is an option.
2798
2799 * positions.texi (Word Motion): words-include-escapes is an
2800 option.
2801
2802 * searching.texi (Standard Regexps): page-delimiter,
2803 paragraph-separate, paragraph-separate and sentence-end are
2804 options.
2805
2806 * text.texi (Margins): left-margin and fill-nobreak-predicate
2807 are options.
2808
2809 * variables.texi (Local Variables): max-specpdl-size is an
2810 option.
2811
2812 * windows.texi (Choosing Window):
2813 split-window-preferred-function, special-display-function and
2814 display-buffer-function are options.
2815
106e6894
CY
28162009-05-20 Chong Yidong <cyd@stupidchicken.com>
2817
4a83454d
CY
2818 Fix errors spotted by Martin Rudalics.
2819
106e6894
CY
2820 * syntax.texi (Position Parse): Document rationale for ignored
2821 arguments to syntax-ppss-flush-cache.
2822
2823 * processes.texi (Input to Processes): Mark PROCESS arg to
2824 process-running-child-p as optional.
2825 (Network Options): Document NO-ERROR arg to
2826 set-network-process-option.
2827
2828 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2829 command.
2830
2831 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2832 posix-search-backward as commands.
2833
2834 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2835 (Suspending Emacs): Mark suspend-emacs as a command.
2836 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2837 commands.
5dcb4c4e
SM
2838 (Terminal Output): Remove obsolete function baud-rate.
2839 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2840
2841 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2842 terminal-coding-system and set-terminal-coding-system.
2843 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2844 as optional.
2845 (Character Sets): Document RESTRICTION arg of char-charset.
2846 (Character Codes): Mark POS argument to get-byte as optional.
2847
2848 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2849 minibuffer-message.
2850
2851 * files.texi (Create/Delete Dirs): Mark make-directory and
2852 delete-directory as commands.
2853
2854 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2855
2856 * text.texi (Base 64): Mark base64-decode-string and
2857 base64-encode-string as commands.
2858 (Columns): Mark move-to-column as a command.
2859 (Mode-Specific Indent): Document RIGID arg to
2860 indent-for-tab-command.
2861 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2862 Mark indent-code-rigidly as a command.
2863 (Substitution): Mark translate-region as a command.
2864
2865 * frames.texi (Size and Position): Remove obsolete functions
2866 screen-height and screen-width.
2867
04173931
CY
28682009-05-19 Chong Yidong <cyd@stupidchicken.com>
2869
2870 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2871 (Displaying Buffers, Resizing Windows): Correct mistakes;
2872 next-window, previous-window, and pop-to-buffer are not commands,
2873 and fit-window-to-buffer" is a command. (Pointed out by Martin
2874 Rudalics.)
2875
eae7d8f8
RS
28762009-05-17 Richard M Stallman <rms@gnu.org>
2877
2878 * modes.texi (Precalculated Fontification): Clarify text.
2879
b8766179
MR
28802009-05-17 Martin Rudalics <rudalics@gmx.at>
2881
2882 * windows.texi (Selecting Windows): Clarify descriptions of
2883 with-selected-window and get-lru-window.
2884 (Cyclic Window Ordering): Refer to particular frame when talking
2885 about how splitting affects the ordering.
2886 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2887 switch-to-buffer-other-window. Explain how setting of
2888 display-buffer-reuse-frames affects pop-to-buffer.
2889 (Choosing Window): Clarify some details in descriptions of
2890 display-buffer-reuse-frames, pop-up-frames, and
2891 pop-up-frame-function.
2892 (Dedicated Windows): Clarify some details.
2893 (Textual Scrolling): Replace term vscroll by term vertical
2894 scroll position.
2895 (Vertical Scrolling): Fix typo.
2896 (Window Hooks): Relate text on jit-lock-register to window
2897 scrolling and size changes.
2898
734b5e3b
CY
28992009-05-14 Chong Yidong <cyd@stupidchicken.com>
2900
0a65633e
CY
2901 * frames.texi (Initial Parameters): Clarify what the initial
2902 minibuffer frame is.
05be46d7
CY
2903 (Buffer Parameters): Note that the minibuffer parameter can not be
2904 altered.
0a65633e 2905
734b5e3b
CY
2906 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2907 Document display-buffer changes.
2908
925672cd
CY
29092009-05-13 Chong Yidong <cyd@stupidchicken.com>
2910
17ecd7af
CY
2911 * anti.texi (Antinews): Rewrite for Emacs 22.
2912
925672cd
CY
2913 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2914 obarrays are first mentioned. Define "system abbrev" more
2915 prominently, and add it to the index.
2916 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2917 Copyedits.
2918 (Abbrev Expansion): Document abbrev-insert.
2919
80be4dd7
CY
29202009-05-12 Chong Yidong <cyd@stupidchicken.com>
2921
2922 * frames.texi (Font and Color Parameters): Rename from Color
2923 Parameters. Document font-backend parameter.
2924
2925 * vol2.texi (Top): Update node listing.
2926 * vol1.texi (Top): Update node listing.
2927 * elisp.texi (Top): Update node listing.
2928
372a93ac
MR
29292009-05-11 Martin Rudalics <rudalics@gmx.at>
2930
2931 * windows.texi (Choosing Window): Don't explicitly refer to
2932 split-window-sensibly's window argument in descriptions of
2933 split-height-threshold and split-width-threshold.
2934
714c3541
MR
29352009-05-10 Martin Rudalics <rudalics@gmx.at>
2936
2937 * windows.texi (Choosing Window): Fix rewrite of window
2938 splitting section.
2939
0e90e7be
EZ
29402009-05-09 Eli Zaretskii <eliz@gnu.org>
2941
f4e90db0
SM
2942 * nonascii.texi (Default Coding Systems):
2943 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2944 Add indexing.
0e90e7be
EZ
2945 (Lisp and Coding Systems): Add index entries.
2946
d3c0c321
MR
29472009-05-09 Martin Rudalics <rudalics@gmx.at>
2948
2949 * windows.texi (Choosing Window): Describe split-window-sensibly
2950 and rewrite section on window splitting accordingly.
2951 (Textual Scrolling): Replace `...' by @code{...}.
2952
c773345a
CY
29532009-05-04 Chong Yidong <cyd@stupidchicken.com>
2954
ee2d5b5e
CY
2955 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2956 Remove obsoleted pre-abbrev-expand-hook.
2957
2958 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2959 entries.
2960
c773345a
CY
2961 * internals.texi (Object Internals): Don't assume 32-bit machines
2962 are the norm.
2963 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2964 (Window Internals): Synch field names to window.h.
2965 (Process Internals): Synch field names to process.h.
c773345a 2966
dd449674
CY
29672009-04-29 Chong Yidong <cyd@stupidchicken.com>
2968
2969 * variables.texi (File Local Variables): Note that read-circle is
2970 bound to nil when reading file-local variables.
2971
2972 * streams.texi (Input Functions): Document read-circle.
2973 (Output Variables): Add xref to Circular Objects.
2974
4f1e25e2
CY
29752009-04-25 Chong Yidong <cyd@stupidchicken.com>
2976
2977 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2978 Features and Coding System Basics. Node that "p" stands for
2979 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2980 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2981 mouse-appearance-menu.
2982 (Programming Tips): Add xref to Progress.
2983
dca019f8
CY
29842009-04-22 Chong Yidong <cyd@stupidchicken.com>
2985
5dcb4c4e
SM
2986 * os.texi (Command-Line Arguments):
2987 Document command-line-args-left.
dca019f8
CY
2988 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2989 terminal objects for tty arguments.
2990 (Startup Summary): Add xref to Session Management.
2991 (Session Management): Mention emacs-session-restore. Copyedits.
2992
02a89103
CY
29932009-04-20 Chong Yidong <cyd@stupidchicken.com>
2994
2995 * os.texi (Startup Summary): Copyedits. The init file is not
2996 necessarily named .emacs now. Document initial-buffer-choice and
2997 initial-scratch-message. Note where Emacs exits in batch mode.
2998 Document inhibit-splash-screen as an alias.
2999 (Init File): Be neutral about which init file name to use.
3000
30012009-04-16 Chong Yidong <cyd@stupidchicken.com>
3002
3003 * os.texi (System Interface): Fix Texinfo usage.
3004
0c1cfe01
CY
30052009-04-15 Chong Yidong <cyd@stupidchicken.com>
3006
80d7cdca
CY
3007 * searching.texi (Regexp Backslash): Also refer to shy groups as
3008 non-capturing or unnumbered groups.
3009 (Regexp Functions): Add cross-reference to Regexp Backslash.
3010
0c1cfe01
CY
3011 * display.texi (Truncation): Overlays can use line-prefix and
3012 wrap-prefix too.
3013 (Overlay Properties): Document wrap-prefix and line-prefix.
3014 (Face Attributes): Document underline-minimum-offset.
3015 (Face Remapping): Copyedits.
3016 (Low-Level Font): Copyedits.
3017 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
3018 (Line Height): Emphasize that line-spacing only takes effect on
3019 graphical terminals.
0c1cfe01 3020
c4adeee0
CY
30212009-04-13 Chong Yidong <cyd@stupidchicken.com>
3022
3023 * display.texi (Refresh Screen): Note that a passage about screen
3024 refreshing is text terminal only.
3025 (Forcing Redisplay): Delete misleading comment---sit-for calls
3026 redisplay, not the other way around.
3027 (Truncation): Note new values of truncate-partial-width-windows.
3028 Copyedits.
3029 (Invisible Text): Document invisible-p.
3030
b20ecfa1
EZ
30312009-04-11 Eli Zaretskii <eliz@gnu.org>
3032
3033 * display.texi (Overlays): Overlays don't scale well. See
3034 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
3035
97d8273f
CY
30362009-04-10 Chong Yidong <cyd@stupidchicken.com>
3037
f147ff75
CY
3038 * syntax.texi (Syntax Table Functions): Document cons cell
3039 argument for modify-syntax-entry.
3040 (Categories): Document cons cell argument for
3041 modify-category-entry.
3042
fca4ec76
CY
3043 * searching.texi (String Search): Document word-search-forward-lax
3044 and word-search-backward-lax.
3045 (Searching and Case): Describe isearch behavior more precisely.
3046
9c283d5b
CY
3047 * keymaps.texi (Tool Bar): Mention that some platforms do not
3048 support multi-line toolbars. Suggested by Stephen Eglen.
3049
3050 * frames.texi (Layout Parameters): Mention that Nextstep also
3051 allows only one tool-bar line. Suggested by Stephen Eglen.
3052
97d8273f
CY
3053 * nonascii.texi (Text Representations): Copyedits.
3054 (Coding System Basics): Also mention utf-8-emacs.
3055 (Converting Representations, Selecting a Representation)
3056 (Scanning Charsets, Translation of Characters, Encoding and I/O):
3057 Copyedits.
3058 (Character Codes): Mention role of codepoints 1114112 to 4194175.
3059
2bad3299
CY
30602009-04-09 Chong Yidong <cyd@stupidchicken.com>
3061
3062 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
3063 (Filling): Clarify REGION argument of fill-paragraph.
3064 Document fill-forward-paragraph-function.
2bad3299
CY
3065 (Special Properties): Remove "new in Emacs 22" declaration.
3066 (Clickable Text): Merge with Links and Mouse-1 node.
3067
5dcb4c4e
SM
3068 * display.texi (Button Properties, Button Buffer Commands):
3069 Change xref to Clickable Text.
2bad3299
CY
3070
3071 * tips.texi (Key Binding Conventions): Change xref to Clickable
3072 Text.
3073
3074 * elisp.texi (Top): Update node listing.
3075
ea30ce4f
CY
30762009-04-05 Chong Yidong <cyd@stupidchicken.com>
3077
47af2f4b
CY
3078 * markers.texi (The Mark): Copyedits. Improve description of
3079 handle-shift-selection.
3080 (The Region): Move use-region-p here from The Mark.
3081
ea30ce4f
CY
3082 * positions.texi (Screen Lines): Document (cols . lines) argument
3083 for vertical-motion.
3084
2aa8ea6e
CY
30852009-04-04 Chong Yidong <cyd@stupidchicken.com>
3086
3ec61d4e
CY
3087 * frames.texi (Frames): Clean up introduction. Document `ns'
3088 return value for framep.
3089 (Creating Frames): Note how the terminal is chosen.
3090 (Multiple Terminals, Multiple Displays): Merge into a single node.
3091 (Color Parameters): Fix typo.
3092
3093 * variables.texi (Local Variables, Buffer-Local Variables)
3094 (Creating Buffer-Local): Change link to Multiple Terminals.
3095
3096 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
3097
3098 * keymaps.texi (Controlling Active Maps): Change link to Multiple
3099 Terminals.
3100
3101 * commands.texi (Command Loop Info, Keyboard Macros): Change link
3102 to Multiple Terminals.
3103
3104 * elisp.texi (Top): Update node listing.
3105 * vol2.texi (Top): Update node listing.
3106 * vol1.texi (Top): Update node listing.
3107
9257072f
CY
3108 * buffers.texi (Current Buffer): Note that the append-to-buffer
3109 example is no longer in synch with the latest code. Tie the two
3110 examples together.
3111
2aa8ea6e
CY
3112 * files.texi (File Attributes): Move note about MS-DOS from
3113 Changing Files to File Attributes.
3114 (Create/Delete Dirs): Note that mkdir is an alias for this.
3115
22e74b17
CY
31162009-04-01 Markus Triska <triska@gmx.at>
3117
3118 * processes.texi (Filter Functions): Suggest how to handle output
3119 batches.
3120
4bbe48ec
CY
31212009-03-30 Chong Yidong <cyd@stupidchicken.com>
3122
3123 * help.texi (Accessing Documentation): Update example to use
3124 help-setup-xref and with-help-window.
3125 (Help Functions): Remove print-help-return-message, which is
3126 semi-obsolete due to with-help-window. Document help-buffer and
3127 help-setup-xref.
3128
b9723f39
CY
31292009-03-29 Chong Yidong <cyd@stupidchicken.com>
3130
5dcb4c4e
SM
3131 * help.texi (Accessing Documentation, Help Functions):
3132 Remove information about long-obsolete Emacs versions.
9eb52e90 3133
b9723f39
CY
3134 * modes.texi (Mode Line Variables): The default values of the mode
3135 line variables are now more complicated.
3136
b0cc32db
CY
31372009-03-28 Chong Yidong <cyd@stupidchicken.com>
3138
3c25a5a9
CY
3139 * modes.texi (Major Mode Conventions): Note that specialness is
3140 inherited.
31c9eebb
CY
3141 (Derived Modes): Note that define-derive-mode sets the mode-class
3142 property.
3c25a5a9 3143
b0cc32db
CY
3144 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
3145 goto-map. Add search-map to the list.
3146
c5e0006d
EZ
31472009-03-27 Eli Zaretskii <eliz@gnu.org>
3148
1213465a
EZ
3149 * os.texi (System Environment): Update the list of system-type
3150 values.
3151
c5e0006d
EZ
3152 * markers.texi (The Mark) <handle-shift-selection>: Update for
3153 removal of the optional argument DEACTIVATE.
3154
48bab3d6
CY
31552009-03-25 Chong Yidong <cyd@stupidchicken.com>
3156
3157 * commands.texi (Focus Events): Most X window managers don't use
3158 focus-follows-mouse nowadays.
3159
6e4ff1b6
CY
31602009-03-24 Chong Yidong <cyd@stupidchicken.com>
3161
3162 * commands.texi (Defining Commands): Clarify introduction.
3163 (Using Interactive): Not that interactive can be put in a symbol
3164 property.
3165 (Interactive Call): Note that a symbol with a non-nil
3166 interactive-form property satisfies commandp.
3167
11625308
JB
31682009-03-23 Juanma Barranquero <lekktu@gmail.com>
3169
3170 * minibuf.texi (Intro to Minibuffers): Fix typos.
3171
7b34420d
CY
31722009-03-23 Chong Yidong <cyd@stupidchicken.com>
3173
3174 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
3175 about minibuffers in old Emacs versions. Copyedits.
3176 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
3177 (Text from Minibuffer): Simplify introduction.
3178
f9257eed
AM
31792009-03-22 Alan Mackenzie <acm@muc.de>
3180
3181 * commands.texi (Using Interactive): Clarify string argument to
3182 `interactive' - even promptless elements need \n separators.
3183
f639ba70
CY
31842009-03-18 Chong Yidong <cyd@stupidchicken.com>
3185
3186 * minibuf.texi (Completion Styles): New node.
3187
3188 * elisp.texi (Top): Update node listing.
3189
d897e8ee
CY
31902009-03-17 Chong Yidong <cyd@stupidchicken.com>
3191
3192 * minibuf.texi (Basic Completion): Note that
3193 read-file-name-completion-ignore-case and
3194 read-buffer-completion-ignore-case can override
3195 completion-ignore-case.
3196 (Minibuffer Completion): Document completing-read changes.
3197 (Completion Commands): Avoid mentioning partial completion mode.
3198 Document minibuffer-completion-confirm changes, and
3199 minibuffer-confirm-exit-commands.
3200 (High-Level Completion): Document new require-match behavior for
3201 read-buffer. Document read-buffer-completion-ignore-case.
3202 (Reading File Names): Document new require-match behavior for
3203 read-file-name.
3204
b1f23349
CY
32052009-03-14 Chong Yidong <cyd@stupidchicken.com>
3206
3207 * debugging.texi (Error Debugging): Don't mislead the reader into
3208 thinking that debug-on-error enters debugger for C-f at EOB.
3209 (Error Debugging): Setting debug-on-init within the init file
3210 works, and has for some time.
3211
d6eb4e25
KH
32122009-03-13 Kenichi Handa <handa@m17n.org>
3213
3214 * display.texi (Fontsets): Update the description.
3215
1cf53dc5
CY
32162009-03-13 Chong Yidong <cyd@stupidchicken.com>
3217
3218 * advice.texi (Advising Primitives): Link to What Is a Function.
3219
81f919fc
CY
32202009-03-12 Chong Yidong <cyd@stupidchicken.com>
3221
cf4229eb
CY
3222 * compile.texi (Speed of Byte-Code): Update example.
3223 (Disassembly): Update examples.
3224
81f919fc 3225 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
3226
3227 * customize.texi (Common Keywords): It's not necessary to use :tag
3228 to remove hyphens, as custom-unlispify-tag-name does it
3229 automatically.
5dcb4c4e
SM
3230 (Variable Definitions): Link to File Local Variables.
3231 Document customized-value symbol property.
f2bbc08c
CY
3232 (Customization Types): Move menu to end of node.
3233
955964d7
CY
32342009-03-10 Chong Yidong <cyd@stupidchicken.com>
3235
3236 * macros.texi (Compiling Macros): Omit misleading sentence, which
3237 implied that macros can only be used in the same file they are
3238 defined.
3239 (Backquote): Remove obsolete information about Emacs 19.
3240
d25ed7db
GM
32412009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
3242
3243 * display.texi (Display Margins): Fix paren typo.
3244
d55f6ca5
CY
32452009-02-27 Chong Yidong <cyd@stupidchicken.com>
3246
f0e57ed8
CY
3247 * elisp.texi (Top): Update node listing.
3248
3249 * variables.texi (Variables): Clarify introduction.
3250 (Global Variables): Mention that setq is a special form.
3251 (Local Variables): Use active voice.
3252 (Tips for Defining): Mention marking variables as safe.
3253 (Buffer-Local Variables): Mention terminal-local and frame-local
3254 variables together.
3255 (File Local Variables): Copyedits.
3256 (Frame-Local Variables): Note that they are not really useful.
3257 (Future Local Variables): Node deleted.
3258
d55f6ca5 3259 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 3260 Unicode escape syntax.
d55f6ca5 3261
ca8f09a8
CY
32622009-02-23 Chong Yidong <cyd@stupidchicken.com>
3263
3264 * control.texi (Control Structures): Add cindex entry for "textual
3265 order".
3266
3267 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
3268 instead of "expression" throughout.
3269 (Function Indirection): Copyedits. Use active voice.
3270 (Eval): The default value of max-lisp-eval-depth is now 400.
3271
a20878b6
MB
32722009-02-23 Miles Bader <miles@gnu.org>
3273
3274 * processes.texi (System Processes): Rename `system-process-attributes'
3275 to `process-attributes'.
3276
61f66044
CY
32772009-02-22 Chong Yidong <cyd@stupidchicken.com>
3278
1b80d1f3
CY
3279 * symbols.texi (Property Lists): Emphasize that property lists are
3280 not restricted to symbol cells.
3281 (Other Plists): Copyedit.
3282
61f66044
CY
3283 * sequences.texi (Sequences Arrays Vectors): Make introduction
3284 more concise.
3285 (Arrays): Mention char-tables and bool-vectors too.
3286 (Vectors): Don't repeat information given in Arrays node. Link to
3287 nodes that explain the vector usage examples.
3288 (Char-Tables): Note that char-table elements can have arbitrary
3289 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 3290 Link to Property Lists node.
61f66044 3291
9403944b
CY
32922009-02-22 Chong Yidong <cyd@stupidchicken.com>
3293
3294 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3295 `append'.
4068c7b4 3296 (List Elements): Copyedits.
9403944b
CY
3297
3298 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3299 of `vconcat'.
3300
3301 * strings.texi (Creating Strings): Copyedits. Remove obsolete
3302 Emacs 20 usage of `concat'.
3303 (Case Conversion): Copyedits.
3304
b87a185f
CY
33052009-02-21 Chong Yidong <cyd@stupidchicken.com>
3306
3307 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3308 Minor edits.
3309 (Frame Configuration Type): Emphasize that it is not primitive.
3310 (Font Type): New node.
3311 (Type Predicates): Add fontp; type-of now recognizes font object
3312 types.
3313
3314 * intro.texi (Version Info): Update version numbers in examples.
3315 (Acknowledgements): List more contributors.
3316
3317 * elisp.texi: Bump version number to 3.0.
3318 (Top): Link to Font Type node.
3319
867d4bb3
JB
33202009-02-20 Juanma Barranquero <lekktu@gmail.com>
3321
3322 * modes.texi (Major Mode Conventions): Remove duplicate words.
3323 (Customizing Keywords): Fix typo.
3324
77730170
EZ
33252009-02-14 Eli Zaretskii <eliz@gnu.org>
3326
3327 * nonascii.texi (User-Chosen Coding Systems): Document that
3328 select-safe-coding-system suggests raw-text if there are raw bytes
3329 in the region.
3330 (Explicit Encoding): Warn not to use `undecided' when encoding.
3331
c8736212
GM
33322009-02-11 Glenn Morris <rgm@gnu.org>
3333
3334 * frames.texi (Visibility of Frames): Mention the effect multiple
3335 workspaces/desktops can have on visibility.
3336
ab992d66
EZ
33372009-02-07 Eli Zaretskii <eliz@gnu.org>
3338
c8736212
GM
3339 * text.texi (Commands for Insertion):
3340 * commands.texi (Event Mod):
3341 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
3342 * nonascii.texi (Translation of Characters):
3343 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
3344 (Explicit Encoding): Document the `charset' text property produced
3345 by decode-coding-region and decode-coding-string.
ab992d66 3346
e651a255
AM
33472009-01-27 Alan Mackenzie <acm@muc.de>
3348
3349 * modes.texi (Search-based Fontification): Correct a typo.
3350
bc5cde4b
JB
33512009-01-25 Juanma Barranquero <lekktu@gmail.com>
3352
3353 * abbrevs.texi (Abbrev Table Properties): Fix typo.
3354 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
3355
3533155b
EZ
33562009-01-24 Eli Zaretskii <eliz@gnu.org>
3357
f721deda
EZ
3358 * display.texi (Window Systems): Document the value of
3359 `initial-window-system' under --daemon.
3360
3533155b
EZ
3361 * os.texi (System Environment): Remove description of the
3362 `environment' function which has been deleted.
3363
f79b43b2
DN
33642009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3365
3366 * frames.texi (Multiple Displays): Remove documentation for
3367 removed function make-frame-on-tty.
3368
e3aa6669
CY
33692009-01-22 Chong Yidong <cyd@stupidchicken.com>
3370
3371 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
3372 write-region-annotate-functions.
3373 Document write-region-post-annotation-function.
e3aa6669 3374
fb13a416
CY
33752009-01-19 Chong Yidong <cyd@stupidchicken.com>
3376
3377 * display.texi (Font Lookup): Document WIDTH argument of
3378 x-list-fonts.
3379
02eccf6b
EZ
33802009-01-17 Eli Zaretskii <eliz@gnu.org>
3381
ead3f58d
EZ
3382 * maps.texi (Standard Keymaps): Rename function-key-map to
3383 local-function-key-map.
3384
3385 * keymaps.texi (Translation Keymaps): Rename function-key-map to
3386 local-function-key-map.
3387
3388 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3389 and `set-keyboard-coding-system' now accept an optional terminal
3390 argument.
3391
3392 * commands.texi (Event Mod): `keyboard-translate-table' is now
3393 terminal-local.
3394 (Function Keys): Rename function-key-map to
3395 local-function-key-map.
3396
df05a163
EZ
3397 * elisp.texi (Top): Make @detailmenu be consistent with changes in
3398 frames.texi.
3399
0ed8034e 3400 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
3401 `delete-terminal-functions', `suspend-tty-functions' and
3402 `resume-tty-functions'.
0ed8034e
EZ
3403
3404 * frames.texi (Frames): Document `frame-terminal' and
3405 `terminal-live-p'.
3406 (Multiple Displays): Document `make-frame-on-tty'.
3407 (Multiple Terminals): Document `terminal-list', `delete-terminal',
3408 `terminal-name', and `get-device-terminal'.
490f1197
EZ
3409 (Terminal Parameters): Document `terminal-parameters',
3410 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
3411
3412 * os.texi (System Environment): Document `environment' and
3413 `initial-environment'.
490f1197
EZ
3414 (Suspending Emacs): Update for multi-tty; document
3415 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 3416
02eccf6b
EZ
3417 * nonascii.texi (Coding System Basics): More accurate description
3418 of `raw-text'.
3419
f19fea97
JB
34202009-01-12 Juanma Barranquero <lekktu@gmail.com>
3421
3422 * display.texi (Low-Level Font): Fix typo.
3423
16fa292f
CY
34242009-01-10 Chong Yidong <cyd@stupidchicken.com>
3425
3426 * elisp.texi (Top): Update node listing.
3427
3428 * display.texi (PostScript Images): Node deleted.
3429
0b4faef3
EZ
34302009-01-10 Eli Zaretskii <eliz@gnu.org>
3431
3355f04d
EZ
3432 * processes.texi (Decoding Output): Document that null bytes force
3433 no-conversion for reading process output.
3434
3435 * files.texi (Reading from Files): Document that null bytes force
3436 no-conversion when visiting files.
3437
11625308 3438 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 3439
5dcb4c4e
SM
3440 * nonascii.texi (Lisp and Coding Systems):
3441 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 3442 (Character Properties): Improve wording.
0b4faef3 3443
ce9cf065
CY
34442009-01-09 Chong Yidong <cyd@stupidchicken.com>
3445
3446 * display.texi (Font Lookup): Remove obsolete function
3447 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3448 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
3449 (Font Selection): Reorder order of variable descriptions.
3450 Minor clarifications.
ce9cf065
CY
3451
3452 * elisp.texi (Top): Update node listing.
3453
ab756fb3
GM
34542009-01-09 Glenn Morris <rgm@gnu.org>
3455
3456 * commands.texi (Command Loop Info): Say that last-command-char and
3457 last-input-char are obsolete aliases.
3458
3459 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3460 last-input-char and last-command-char, since they are just aliases for
3461 last-input-event and last-command-event.
3462
3463 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3464 last-command-char.
3465
6b2b8ab1
CY
34662009-01-08 Chong Yidong <cyd@stupidchicken.com>
3467
3468 * elisp.texi: Update node listing.
3469
3470 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
3471 (Face Attributes): Don't link to Font Lookup.
3472 Document font-family-list.
6b2b8ab1
CY
3473 (Fonts): New node.
3474
3568e767
JR
34752009-01-08 Jason Rumney <jasonr@gnu.org>
3476
3477 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 3478 changing the standard pointer shapes. (Bug#1485)
3568e767 3479
6221c8db
CY
34802009-01-08 Chong Yidong <cyd@stupidchicken.com>
3481
3482 * display.texi (Attribute Functions): Note that a function value
3483 :height is relative, and that compatibility functions work by
3484 calling set-face-attribute.
3485 (Displaying Faces): Reorder list in order of increasing priority.
3486 (Face Remapping): New node. Content moved here from Displaying
3487 Faces.
3488 (Glyphs): Link to Face Functions.
3489
e3d3799a
CY
34902009-01-08 Chong Yidong <cyd@stupidchicken.com>
3491
3492 * display.texi (Faces): Don't discuss face id here. facep does
3493 not return t.
3494 (Defining Faces): Minor clarification.
3495 (Face Attributes): Rearrange items to match docstring of
3496 set-face-attribute. Add :foundry attribute. Document new role of
3497 :font attribute. Texinfo usage fix.
3498 (Attribute Functions): Copyedits.
3499 (Face Functions): Note that face number is seldom used.
3500
638a2457
RS
35012009-01-05 Richard M Stallman <rms@gnu.org>
3502
3503 * strings.texi (Predicates for Strings): Minor clarification.
3504
3505 * functions.texi (Function Safety): Texinfo usage fix.
3506
49ea0074
JB
35072009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3508
3509 * objects.texi (General Escape Syntax): Fix typo.
3510
9f822178
MR
35112009-01-03 Martin Rudalics <rudalics@gmx.at>
3512
3513 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3514 works via the default value of pop-up-frame-function.
3515
af34ad36
EZ
35162009-01-02 Eli Zaretskii <eliz@gnu.org>
3517
3518 * processes.texi (System Processes): Document the `time' and
3519 `ctime' attributes of `system-process-attributes'.
3520
d31f6679
CY
35212009-01-01 Chong Yidong <cyd@stupidchicken.com>
3522
3523 * display.texi (Face Attributes): Clarify :height attribute.
3524
174dc00c
MR
35252008-12-31 Martin Rudalics <rudalics@gmx.at>
3526
3527 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3528 the front of the buffer list. Add entries for `last-buffer' and
3529 `unbury-buffer'.
3530
b8afe7e4
EZ
35312008-12-27 Eli Zaretskii <eliz@gnu.org>
3532
d14030f5
EZ
3533 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3534 and its subsections.
3535
3536 * frames.texi (Multiple Terminals, Low-level Terminal)
3537 (Terminal Parameters, Frames on Other TTY devices): New sections.
3538 (Frames): Add an xref to "Multiple Terminals".
3539
765980a4
EZ
3540 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3541
3542 * objects.texi (Terminal Type): New node.
3543 (Editing Types): Add it to the menu.
3544
47bd5577
EZ
3545 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3546 Variables".
3547
eb22b78c 3548 * variables.texi (Directory Local Variables): New node.
47bd5577 3549 (Variables): Add a menu item for it.
eb22b78c 3550
b8afe7e4
EZ
3551 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3552 `generated-autoload-file'.
3553
77bb0476
EZ
35542008-12-20 Eli Zaretskii <eliz@gnu.org>
3555
028e2c19
EZ
3556 * os.texi (Startup Summary): Add xref to documentation of
3557 `initial-window-system'.
3558
77bb0476
EZ
3559 * display.texi (Window Systems): Document `window-system' the
3560 function. The variable `window-system' is now frame-local.
028e2c19 3561 Document `initial-window-system'.
77bb0476 3562
dda87836
MR
35632008-12-19 Martin Rudalics <rudalics@gmx.at>
3564
3565 * windows.texi (Windows): Rewrite description of
3566 fit-window-to-buffer.
3567
caef3ed2
GM
35682008-12-13 Glenn Morris <rgm@gnu.org>
3569
3570 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3571 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3572
21c58e4d
GM
35732008-12-12 Glenn Morris <rgm@gnu.org>
3574
3575 * debugging.texi (Error Debugging): Refer forwards to
3576 eval-expression-debug-on-error.
3577
af38459f
EZ
35782008-12-05 Eli Zaretskii <eliz@gnu.org>
3579
5dedd9b5
EZ
3580 * strings.texi (String Basics): Only unibyte strings that
3581 represent key sequences hold 8-bit raw bytes.
3582
af38459f
EZ
3583 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3584 paragraph to speak about `undecided'.
3585 (Character Properties): Don't explain the meaning of each
3586 property; instead, identify their Unicode Standard names.
b3f1f4a5 3587 (Character Sets): Document `map-charset-chars'.
af38459f 3588
fa047ae7
GM
35892008-12-02 Glenn Morris <rgm@gnu.org>
3590
3591 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3592 section yet again.
3593
47dbc044
EZ
35942008-11-29 Eli Zaretskii <eliz@gnu.org>
3595
98d05998
EZ
3596 * nonascii.texi (Character Properties): New Section.
3597 (Specifying Coding Systems): Document
3598 `coding-system-priority-list', `set-coding-system-priority', and
3599 `with-coding-priority'.
3600 (Lisp and Coding Systems): Document `check-coding-systems-region'
3601 and `coding-system-charset-list'.
3602 (Coding System Basics): Document `coding-system-aliases'.
3603
3604 * elisp.texi (Top): Add a @detailmenu entry for "Character
3605 Properties".
3606
47dbc044
EZ
3607 * objects.texi (Character Type): Correct the range of Emacs
3608 characters. Add an @xref to "Character Codes".
3609
3610 * strings.texi (String Basics): Add an @xref to "Character Codes".
3611
3612 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3613
3614 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3615 (Character Codes): Document `max-char'.
3616
8b80cdf5
EZ
36172008-11-28 Eli Zaretskii <eliz@gnu.org>
3618
3619 * nonascii.texi (Text Representations, Converting Representations)
3620 (Character Sets, Scanning Charsets, Translation of Characters):
3621 Make text more accurate.
3622
a99dceba
GM
36232008-11-28 Glenn Morris <rgm@gnu.org>
3624
3625 * files.texi (Format Conversion Round-Trip): Improve previous change.
3626
f6dc3bed
CY
36272008-11-26 Chong Yidong <cyd@stupidchicken.com>
3628
3629 * modes.texi (Auto Major Mode): Fix example.
3630
5da9413d
GM
36312008-11-25 Glenn Morris <rgm@gnu.org>
3632
3633 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3634
3635 * files.texi (Format Conversion Round-Trip):
3636 Use active voice for previous change.
3637
fcca848c
CY
36382008-11-25 Chong Yidong <cyd@stupidchicken.com>
3639
3640 * os.texi (Processor Run Time):
3641 * processes.texi (Transaction Queues):
3642 * markers.texi (The Mark):
3643 * windows.texi (Choosing Window, Selecting Windows):
3644 * files.texi (Changing Files, Magic File Names):
3645 * commands.texi (Key Sequence Input):
3646 * functions.texi (Declaring Functions):
3647 * strings.texi (Predicates for Strings):
3648 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3649
36c8dc54
CY
36502008-11-24 Chong Yidong <cyd@stupidchicken.com>
3651
3652 * help.texi (Accessing Documentation): Update example.
3653
3654 * variables.texi (Defining Variables): Note that `*' is not
3655 necessary if defcustom is used.
3656
2a79b242
EZ
36572008-11-22 Eli Zaretskii <eliz@gnu.org>
3658
3659 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3660 Characters" from @detailmenu.
3661
3662 * nonascii.texi (Character Codes, Character Sets)
3663 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3664 (Chars and Bytes, Splitting Characters): Sections removed.
3665
392f0d26
LK
36662008-11-22 Lute Kamstra <lute@gnu.org>
3667
3668 * positions.texi (Text Lines): Update goto-line documentation.
3669
af1a5cd5
MR
36702008-11-21 Martin Rudalics <rudalics@gmx.at>
3671
6a4cfb0c
MR
3672 * frames.texi (Frames): Fix typo, add cross references, reword.
3673 (Initial Parameters): Reword special-display-frame-alist text.
3674 (Frames and Windows): Reword. Describe argument norecord for
3675 set-frame-selected-window.
3676 (Input Focus): Describe argument norecord for select-frame.
3677 Remove comment on MS-Windows behavior for focus-follows-mouse.
3678 (Raising and Lowering): Mention windows-frames dichotomy in
3679 metaphor.
3680
af1a5cd5
MR
3681 * windows.texi (Displaying Buffers, Vertical Scrolling)
3682 (Horizontal Scrolling): Fix indenting and rewording issues
3683 introduced with 2008-11-07 change.
3684
c249fa9c
GM
36852008-11-20 Glenn Morris <rgm@gnu.org>
3686
3687 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3688 element of `format-alist'.
3689
204d4665
GM
36902008-11-19 Glenn Morris <rgm@gnu.org>
3691
3692 * doclicense.texi: Update to FDL 1.3.
3693 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3694
cc0910af
CY
36952008-11-18 Chong Yidong <cyd@stupidchicken.com>
3696
efe6e7c4
CY
3697 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3698 vars, which are obsolete. Mention jit-lock-register.
3699
5dcb4c4e
SM
3700 * modes.texi (Other Font Lock Variables):
3701 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3702
cc0910af
CY
3703 * frames.texi (Color Parameters): Document alpha parameter.
3704
aeeedf76
MR
37052008-11-16 Martin Rudalics <rudalics@gmx.at>
3706
3707 * windows.texi (Splitting Windows, Deleting Windows)
3708 (Selecting Windows, Cyclic Window Ordering)
3709 (Buffers and Windows, Displaying Buffers, Choosing Window)
3710 (Dedicated Windows, Window Point, Window Start and End)
3711 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3712 (Size of Window, Resizing Windows, Window Configurations)
3713 (Window Parameters): Avoid @var at beginning of sentences and
3714 reword accordingly.
3715
4c565c5c
LK
37162008-11-11 Lute Kamstra <lute@gnu.org>
3717
3718 * files.texi (File Name Components): Fix file-name-extension
3719 documentation.
3720
25f494c9
JB
37212008-11-11 Juanma Barranquero <lekktu@gmail.com>
3722
3723 * frames.texi (Basic Parameters): Remove display-environment-variable
3724 and term-environment-variable.
3725
a1401ab1
EZ
37262008-11-08 Eli Zaretskii <eliz@gnu.org>
3727
3728 * windows.texi (Basic Windows, Splitting Windows)
3729 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3730 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3731 (Resizing Windows, Window Configurations, Window Parameters):
3732 Fix wording and markup.
a1401ab1 3733
efafc282
MR
37342008-11-07 Martin Rudalics <rudalics@gmx.at>
3735
3736 * windows.texi (Windows): Update entries.
3737 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3738 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3739 (Selecting Windows, Cyclic Window Ordering): Reword with special
3740 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3741 (Buffers and Windows, Choosing Window): Reword with special
3742 emphasis on dedicated windows.
3743 (Displaying Buffers): Reword. For switch-to-buffer mention that
3744 it may fall back on pop-to-buffer. For other-window try to
3745 explain how it treats the cyclic ordering of windows.
efafc282
MR
3746 (Dedicated Windows): New node and section discussing dedicated
3747 windows and associated functions.
86ab855a 3748 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3749 (Window Start and End): Rename node and section title. Reword.
3750 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3751 Minor rewording.
3752 (Size of Window): Reword, in particular text on window-width.
3753 (Resizing Windows): Reword. Add text on balancing windows.
3754 (Window Configurations): Reword. Mention window parameters.
3755 (Window Parameters): New node and section on window parameters.
3756 (Window Hooks): Reword. Mention that
3757 window-configuration-change-hook is run "buffer-locally".
3758 * elisp.texi (Top): Update Windows entries in @detailmenu
3759 section.
3760
d60a8ab2
JB
37612008-11-04 Juanma Barranquero <lekktu@gmail.com>
3762
3763 * searching.texi (Regexp Search): Fix typo.
3764
01777627
CY
37652008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3766
3767 * searching.texi (Regexp Search): Document GREEDY arg.
3768 (Simple Match Data): Fix return value.
3769
c4526e93
EZ
37702008-11-01 Eli Zaretskii <eliz@gnu.org>
3771
3772 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3773 with Emacs 23 internal representation of characters.
3774 Document `unibyte-string'.
c4526e93 3775
fe2ae8b5
CY
37762008-10-28 Chong Yidong <cyd@stupidchicken.com>
3777
3778 * processes.texi (Process Information): Note that process-status
3779 does not accept buffer names.
3780
cc5a21e3
CY
37812008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3782
3783 * positions.texi (Skipping Characters): Correct return value of
3784 skip-chars-forward.
3785
09460d9a
MR
37862008-10-25 Martin Rudalics <rudalics@gmx.at>
3787
520b29e7
MR
3788 * windows.texi (Deleting Windows): Update documentation of
3789 delete-windows-on.
3790 (Buffers and Windows): Update documentations of
3791 get-buffer-window and get-buffer-window-list.
3792 (Displaying Buffers): Update documentation of
3793 replace-buffer-in-windows.
3794
09460d9a
MR
3795 * buffers.texi (Current Buffer): Reword set-buffer and
3796 with-current-buffer documentations.
3797 (Creating Buffers): Reword documentation of get-buffer-create.
3798
4d48fcdc
MR
37992008-10-23 Martin Rudalics <rudalics@gmx.at>
3800
3801 * buffers.texi (Current Buffer): Reword documentation of
3802 set-buffer.
3803 (Buffer Names): Reword documentation of buffer-name.
3804 (The Buffer List): For bury-buffer explain what happens with the
3805 buffer's window.
3806 (Creating Buffers): Say that get-buffer-create's arg is called
3807 buffer-or-name.
3808
f0143c43
CY
38092008-10-22 Chong Yidong <cyd@stupidchicken.com>
3810
3e5dbbd3
CY
3811 * advice.texi (Computed Advice): Explain what DEFINITION is.
3812
f0143c43
CY
3813 * nonascii.texi (Character Codes): Remove obsolete function
3814 char-valid-p, and document characterp instead.
3815
52a94b85
MR
38162008-10-22 Martin Rudalics <rudalics@gmx.at>
3817
3818 * windows.texi (Displaying Buffers): Reword documentation of
3819 pop-to-buffer.
3820 (Choosing Window): Rewrite documentation of display-buffer and
3821 its options.
3822
f76f8246
MR
3823 * buffers.texi (Killing Buffers): Update documentation of
3824 kill-buffer.
3825
acc8b598
EZ
38262008-10-21 Eli Zaretskii <eliz@gnu.org>
3827
80e6b6df
EZ
3828 * processes.texi (Serial Ports): Fix wording and improve markup.
3829
3645358a
EZ
3830 * searching.texi (Regexp Search): Document `string-match-p' and
3831 `looking-at-p'.
3832 (POSIX Regexps): Add an xref for "non-greedy".
3833 (Regexp Special): Add @cindex entry for "non-greedy".
3834
b3d50cff 3835 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3836 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3837
73b7530a
EZ
3838 * frames.texi (Color Names): Add an xref to `read-color'.
3839
3840 * minibuf.texi (High-Level Completion): Document `read-color'.
3841
acc8b598
EZ
3842 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3843
3844 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3845
3846 * buffers.texi (Swapping Text): New section, documents
3847 `buffer-swap-text'.
3848
10e187e8
MR
38492008-10-21 Martin Rudalics <rudalics@gmx.at>
3850
3851 * windows.texi (Resizing Windows): Minor wording fix.
3852
fd6f900c
EZ
38532008-10-20 Eli Zaretskii <eliz@gnu.org>
3854
3855 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3856 and `combine-and-quote-strings'.
3857
3858 * strings.texi (Creating Strings): Add xrefs for them.
3859
e4372165
EZ
38602008-10-19 Eli Zaretskii <eliz@gnu.org>
3861
d6328fba
EZ
3862 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3863 match the corresponding menu in minibuf.texi.
3864
e4372165
EZ
3865 * minibuf.texi (Reading File Names): Document `read-shell-command'
3866 and `minibuffer-local-shell-command-map'.
3867
5d8dda33
MR
38682008-10-19 Martin Rudalics <rudalics@gmx.at>
3869
3870 * windows.texi (Resizing Windows): Remove var{} around "window" in
3871 documentation of enlarge-window.
3872 Rewrite documentation of window-min-height and window-min-width.
3873
437706cd
EZ
38742008-10-19 Eli Zaretskii <eliz@gnu.org>
3875
80f85d7c
EZ
3876 * functions.texi (Calling Functions): Document `apply-partially'.
3877
291703b5
EZ
3878 * hooks.texi (Standard Hooks): Mention
3879 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3880
3881 * variables.texi (File Local Variables): Document
3882 `file-local-variables-alist', `before-hack-local-variables-hook'
3883 and `hack-local-variables-hook'.
3884
583d8b3c
EZ
3885 * processes.texi (Synchronous Processes): Document `process-lines'.
3886
5dcb4c4e
SM
3887 * customize.texi (Variable Definitions):
3888 Document `custom-reevaluate-setting'.
437706cd 3889
7e51d89b
MR
38902008-10-18 Martin Rudalics <rudalics@gmx.at>
3891
3892 * windows.texi (Choosing Window, Deleting Windows)
3893 (Displaying Buffers): Expand documentation of dedicated windows.
3894
43c59a3d
EZ
38952008-10-18 Eli Zaretskii <eliz@gnu.org>
3896
018a960d
EZ
3897 * files.texi (Changing Files): Document symbolic input of file
3898 modes to `set-file-modes'. Document `read-file-modes' and
3899 `file-modes-symbolic-to-number'.
3900
2c0b8144
EZ
3901 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3902 and `search-map'.
3903
5dcb4c4e
SM
3904 * searching.texi (Search and Replace):
3905 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3906 Document `multi-query-replace-map'.
80120f13 3907
6d4913f0 3908 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3909 (Completion Commands, Reading File Names):
3910 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3911 `minibuffer-local-filename-must-match-map'.
3912 (Minibuffer Completion): The `require-match' argument to
3913 `completing-read' can now have the value `confirm-only'.
3914
43c59a3d
EZ
3915 * windows.texi (Displaying Buffers): Minor wording fix.
3916 (Choosing Window): `split-height-threshold' can now be nil.
3917 Document `split-width-threshold'. `pop-up-frames' can have the
3918 value `graphic-only'.
3919
f36acfd9
EZ
39202008-10-17 Eli Zaretskii <eliz@gnu.org>
3921
3922 * os.texi (Startup Summary): Document `before-init-time' and
3923 `after-init-time'. Document `initial-window-system' and
3924 `window-system-initialization-alist'. Document reading the
3925 abbrevs file. Document the call to `server-start' under --daemon.
3926 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3927 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3928 (Time Parsing): Document `format-seconds'.
f36acfd9 3929
96995b89
MR
39302008-10-17 Martin Rudalics <rudalics@gmx.at>
3931
3932 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3933 and reword.
3934
2de17c73
EZ
39352008-10-16 Eli Zaretskii <eliz@gnu.org>
3936
3937 * markers.texi (The Mark): Document use-region-p.
3938
9cf52b11
EZ
39392008-10-15 Eli Zaretskii <eliz@gnu.org>
3940
c3aaf1d7
EZ
3941 * internals.texi (Writing Emacs Primitives): The interactive spec
3942 of a primitive can be a Lisp form.
3943
841a1743
EZ
3944 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3945 values of transient-mark-mode. Document handle-shift-selection.
3946
3947 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3948 (Interactive Examples): Show an example of `^'.
3949 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3950 (Defining Commands, Using Interactive): The interactive-form of a
3951 function can be added via its symbol's property.
841a1743 3952
52441368
EZ
3953 * positions.texi (List Motion): beginning-of-defun-function can
3954 now accept an argument.
3955
8e8c1a72
EZ
3956 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3957 now return a list of strings.
3958
a33a1f2a
EZ
3959 * control.texi (Handling Errors): Document ignore-errors.
3960
4fb04348
EZ
3961 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3962 (Parameter Access): Document set-frame-parameter.
3963
ee666f84
EZ
3964 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3965 Hooks" for the effect of kill-all-local-variables on local hook
3966 functions.
3967
9cf52b11
EZ
3968 * modes.texi (Major Mode Conventions, Mode Line Variables):
3969 `mode-name' need not be a string. xref to "Mode Line Data" for
3970 details, and to "Emulating Mode Line" for computing a string
3971 value.
3972
22526bc4
EZ
39732008-10-14 Eli Zaretskii <eliz@gnu.org>
3974
a65f6a85
EZ
3975 * processes.texi (System Processes): New section.
3976 (Processes, Signals to Processes): Add xrefs to it.
3977
3978 * objects.texi (Editing Types): A `process' is a subprocess of
3979 Emacs, not just any process running on the OS.
3980
3981 * elisp.texi (Top): Adjust the @detailmenu for the above two
3982 changes.
3983
2724b26a
EZ
3984 * sequences.texi (Char-Tables): Remove documentation of
3985 set-char-table-default, which has no effect since Emacs 23.
3986 <char-table-range, set-char-table-range>: Don't mention generic
3987 characters and charsets. Add a cons cell as a possible argument.
3988
3989 * nonascii.texi (Splitting Characters)
3990 (Translation of Characters): Don't mention generic characters.
3991
3992 * display.texi (Fontsets): Don't mention generic characters.
3993
22526bc4 3994 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3995 argument FUNCTION with a cons cell as KEY.
22526bc4 3996
eaf4b689
EZ
39972008-10-13 Eli Zaretskii <eliz@gnu.org>
3998
45e46036
EZ
3999 * objects.texi (Primitive Function Type): Move "@cindex special
4000 forms" from here...
4001
4002 * eval.texi (Special Forms): ...to here.
4003
4004 * functions.texi (What Is a Function): `functionp' returns nil for
4005 special forms. Add an xref.
4006
eaf4b689
EZ
4007 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
4008 Variables".
4009
4010 * variables.texi (Frame-Local Variables): New section.
4011 (Buffer-Local Variables): Add an xref to it.
4012 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
4013 have both frame-local and buffer-local binding.
4014
4015 * frames.texi (Frames): Mention multiple tty frames.
4016 (Frame Parameters, Parameter Access): Mention frame-local variable
4017 bindings.
4018
15688fce
GM
40192008-09-20 Glenn Morris <rgm@gnu.org>
4020
4021 * display.texi (Defining Faces): Recommend against face variables.
4022
35539065
JB
40232008-09-16 Juanma Barranquero <lekktu@gmail.com>
4024
4025 * display.texi (Echo Area Customization): Fix typo.
4026
6a57054b
JB
40272008-09-09 Juanma Barranquero <lekktu@gmail.com>
4028
4029 * loading.texi (Where Defined): Add `defface' item.
4030
d632fb82
MR
40312008-09-06 Martin Rudalics <rudalics@gmx.at>
4032
4033 * loading.texi (Where Defined): Fix description of symbol-file.
4034
905a9adb
JR
40352008-08-26 Jason Rumney <jasonr@gnu.org>
4036
4037 * display.texi (TIFF Images): New section describing :index property.
4038
852e91b7
CY
40392008-08-23 Chong Yidong <cyd@stupidchicken.com>
4040
4041 * display.texi (Temporary Displays): Remove unnecessary comment
4042 about usage of temp-buffer-show-hook.
4043
6be001ee
CY
40442008-08-05 Chong Yidong <cyd@stupidchicken.com>
4045
4046 * symbols.texi (Other Plists): Fix incorrect example.
4047 Suggested by Florian Beck.
4048
58e3d8e8
JB
40492008-07-31 Juanma Barranquero <lekktu@gmail.com>
4050
4051 * os.texi: Fix previous change.
4052
7c2fb837
DN
40532008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4054
4055 * os.texi:
4056 * intro.texi:
4057 * files.texi: Remove VMS support.
4058
9e2a2647
DN
40592008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4060
4061 * os.texi:
4062 * frames.texi:
4063 * display.texi: Remove mentions of Mac Carbon.
4064
c4f4682b
MB
40652008-07-01 Miles Bader <miles@gnu.org>
4066
4067 * text.texi (Special Properties):
4068 * display.texi (Truncation): Add wrap-prefix and line-prefix.
4069
3696411e
JB
40702008-06-28 Johan Bockgård <bojohan@gnu.org>
4071
4072 * display.texi (Other Image Types): Fix copy/paste error; say
4073 "PBM", not "XBM".
4074
f2a77c3a
DN
40752008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4076
4077 * os.texi: Remove references to obsolete systems.
4078
6d52677d
EZ
40792008-06-20 Eli Zaretskii <eliz@gnu.org>
4080
4081 * makefile.w32-in (distclean): Remove makefile.
4082
1a87da4c
GM
40832008-06-17 Glenn Morris <rgm@gnu.org>
4084
4085 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
4086 (elisp, dist): Remove rules and variables that are obsolete now
4087 the lisp manual is no longer distributed separately.
4088
fdda1c5d
GM
40892008-06-16 Glenn Morris <rgm@gnu.org>
4090
646692e9
GM
4091 * configure, configure.in, mkinstalldirs: Remove unused files.
4092
4093 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 4094 * vol1.texi (EMACSVER):
6a57054b 4095 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
4096
4097 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
4098 as per maintain.info.
4099
611bee81
GM
41002008-06-15 Glenn Morris <rgm@gnu.org>
4101
a7bed3a0
GM
4102 * makefile.w32-in (manual): Use "23" rather than "21".
4103
4104 * Makefile.in (emacsver): New, set by configure.
4105 (manual): Use emacsver.
4106
d794edf2
GM
4107 * intro.texi: Report bugs using M-x report-emacs-bug.
4108
611bee81
GM
4109 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
4110
c73e02fa
GM
41112008-06-13 Daniel Engeler <engeler@gmail.com>
4112
4113 * elisp.texi, internals.texi, processes.texi: Add documentation
4114 about serial port access.
4115
e40a85cd
MB
41162008-06-05 Miles Bader <miles@gnu.org>
4117
4118 * display.texi (Displaying Faces): Update to reflect function
4119 renamings in face-remap.el.
4120
7b753744
JB
41212008-06-05 Juanma Barranquero <lekktu@gmail.com>
4122
4123 * display.texi (Fontsets): Fix typos.
4124
9d3d42fb
MB
41252008-06-03 Miles Bader <miles@gnu.org>
4126
7b753744
JB
4127 * display.texi (Displaying Faces): Add add-relative-face-remapping,
4128 remove-relative-face-remapping, set-base-face-remapping,
4129 and set-default-base-face-remapping.
9d3d42fb 4130
f2cec7a9
MB
41312008-06-01 Miles Bader <miles@gnu.org>
4132
4133 * display.texi (Displaying Faces): Add face-remapping-alist.
4134
8f39c96d
SM
41352008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4136
4137 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
4138 variable names.
4139
1ef5eecc
ER
41402008-05-03 Eric S. Raymond <esr@golux>
4141
352c8b4a 4142 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
4143 (current-global-map) return references, not copies.
4144
63b4387f
JL
41452008-05-02 Juri Linkov <juri@jurta.org>
4146
4147 * minibuf.texi (Text from Minibuffer): Document a list of
4148 default values for `read-from-minibuffer'.
4149
38a8b703
JB
41502008-04-24 Juanma Barranquero <lekktu@gmail.com>
4151
4152 * nonascii.texi (Translation of Characters): Fix previous change.
4153
7c42e639
CY
41542008-04-20 Chong Yidong <cyd@stupidchicken.com>
4155
4156 * display.texi (Overlay Properties): Clarify role of underlying
4157 textprop and overlay keymaps for display strings.
4158
4159 * keymaps.texi (Active Keymaps): Ditto.
4160
25c0d999
SM
41612008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4162
4163 * minibuf.texi (Programmed Completion):
4164 Replace dynamic-completion-table with the new completion-table-dynamic.
4165
e3af5968
CY
41662008-04-07 Chong Yidong <cyd@stupidchicken.com>
4167
4168 * intro.texi (Some Terms): Change "fonts in this manual" index
4169 entry to "typographic conventions".
4170
6bfc8698
EZ
41712008-04-05 Eli Zaretskii <eliz@gnu.org>
4172
4173 * objects.texi (Text Props and Strings): Add indexing for read
4174 syntax of text properties.
4175
4972c361
SM
41762008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4177
4178 * processes.texi (Decoding Output): Remove process-filter-multibyte
4179 functions.
4180
c70a68db
MR
41812008-03-15 Martin Rudalics <rudalics@gmx.at>
4182
4183 * display.texi (Finding Overlays): Say that empty overlays at
4184 the end of the buffer are reported too.
4185
1291fd36
GM
41862008-03-13 Glenn Morris <rgm@gnu.org>
4187
4188 * elisp.texi (EMACSVER): Set to 23.0.60.
4189
c6b0dfd5
CY
41902008-02-26 Chong Yidong <cyd@stupidchicken.com>
4191
38a8b703 4192 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 4193
875fc30c
GM
41942008-02-22 Glenn Morris <rgm@gnu.org>
4195
4196 * frames.texi (Position Parameters): Clarify the description of
4197 `left' and `top', using information from "Geometry".
4198 (Geometry): Give a pointer to "Position Parameters", rather than
4199 repeating information.
4200
d8c8e45a
GM
42012008-02-11 Glenn Morris <rgm@gnu.org>
4202
4203 * objects.texi (Equality Predicates): No longer talk about "two"
4204 functions.
4205
38a8b703 42062008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
4207
4208 * objects.texi (Equality Predicates): Add defun for
4209 equal-including-properties.
4210
bfffe0b1
GM
42112008-02-10 Glenn Morris <rgm@gnu.org>
4212
4213 * objects.texi (Equality Predicates):
4214 Mention equal-including-properties.
4215
431b78c9
RS
42162008-02-07 Richard Stallman <rms@gnu.org>
4217
4218 * windows.texi (Window Start): Mention the feature of moving
4219 window-start to start of line.
4220
c8763fb6 42212008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
4222
4223 * keymaps.texi (Tool Bar): Document rtl property.
4224
1a256502
TTN
42252008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4226
4227 * display.texi (Button Types):
4228 For define-button-type, clarify type of NAME.
4229
569382c2
MR
42302008-01-19 Martin Rudalics <rudalics@gmx.at>
4231
4232 * buffers.texi (Buffer Modification): Fix typo.
4233
f3041af1
DN
42342008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4235
4236 * os.texi (System Environment): Remove references to OSes that are
4237 not supported anymore.
4238
d35e1cd7
DN
42392008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4240
4241 * os.texi (System Environment): Remove mention for Masscomp.
4242
23af7580
RS
42432008-01-04 Richard Stallman <rms@gnu.org>
4244
4245 * display.texi (Faces): Don't talk about internal face vector as arg
4246 to facep.
4247
4248 * customize.texi (Type Keywords): Fix previous change.
4249
4250 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4251 * elisp.texi (Top): Fix menu for commands.texi change.
4252
ec7d5b1e
RS
42532007-12-30 Richard Stallman <rms@gnu.org>
4254
5dcb4c4e 4255 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
4256 (Accessing Scroll): New node broken out of Accessing Mouse.
4257
101a6cea
RS
42582007-12-28 Richard Stallman <rms@gnu.org>
4259
4260 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 4261 (Basic Parameters): For `title', refer to title bar.
041817a4 4262 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 4263
72b7e664
RS
42642007-12-23 Richard Stallman <rms@gnu.org>
4265
4266 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4267 Improve some of the commented-out keywords' text too.
4268
27a4f445
MR
42692007-12-14 Martin Rudalics <rudalics@gmx.at>
4270
e2e3f1d7
MR
4271 * nonascii.texi (Encoding and I/O): Reword to avoid saying
4272 "visit the current buffer".
4273
27a4f445
MR
4274 * os.texi (System Interface): Fix typo.
4275
a2afc99d
RS
42762007-12-04 Richard Stallman <rms@gnu.org>
4277
4278 * objects.texi (Symbol Type): Fix typo.
4279
b694135c
RS
42802007-12-03 Richard Stallman <rms@gnu.org>
4281
4282 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4283
f99a19da
GM
42842007-12-01 Glenn Morris <rgm@gnu.org>
4285
4286 * functions.texi (Declaring Functions): Improve previous change.
4287
8f4b37d8
GM
42882007-11-30 Glenn Morris <rgm@gnu.org>
4289
4290 * functions.texi (Declaring Functions): Add optional fourth
4291 argument of declare-function, and setting third argument to `t'.
4292
61a2fe01
RS
42932007-11-29 Richard Stallman <rms@gnu.org>
4294
4295 * customize.texi (Composite Types): Document `group' type.
4296
cbfc5193
GM
42972007-11-29 Glenn Morris <rgm@gnu.org>
4298
5dcb4c4e
SM
4299 * functions.texi (Declaring Functions): Add findex.
4300 Mention `external' files.
cbfc5193 4301
8386283a
JB
43022007-11-26 Juanma Barranquero <lekktu@gmail.com>
4303
4304 * functions.texi (Declaring Functions): Fix directive.
4305
a07c9a8b
RS
43062007-11-25 Richard Stallman <rms@gnu.org>
4307
4308 * help.texi (Help Functions): Clean up last change.
4309
4310 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4311
4312 * loading.texi (Named Features): Minor cleanup.
4313
4314 * macros.texi (Eval During Expansion): Minor cleanup.
4315
4316 * variables.texi (Variable Aliases): Minor cleanup.
4317
a0925923
RS
43182007-11-24 Richard Stallman <rms@gnu.org>
4319
4320 * functions.texi (Declaring Functions): Clarify previous change.
4321
4322 * compile.texi (Compiler Errors): Clarify previous change.
4323
20c63e44
RS
43242007-11-24 Richard Stallman <rms@gnu.org>
4325
e5e76c04 4326 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
4327 Clarify the text and move items around.
4328
5bb0cda3
GM
43292007-11-24 Glenn Morris <rgm@gnu.org>
4330
4331 * functions.texi (Declaring Functions): New section.
4332 * compile.texi (Compiler Errors): Mention declaring functions,
4333 defvar with no initvalue, and byte-compile-warnings.
4334
af13c86a
MR
43352007-11-15 Martin Rudalics <rudalics@gmx.at>
4336
4337 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4338 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4339
a5373305
MR
43402007-11-13 Martin Rudalics <rudalics@gmx.at>
4341
4342 * help.texi (Help Functions): Document new macro `with-help-window'.
4343
fe284805
JL
43442007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4345
4346 * searching.texi (Replacing Match): Describe new
4347 `match-substitute-replacement'.
4348
2c3a09b1
RS
43492007-10-31 Richard Stallman <rms@gnu.org>
4350
4351 * strings.texi (Creating Strings): Null strings from concat not unique.
4352
f2b480f4
RS
43532007-10-26 Richard Stallman <rms@gnu.org>
4354
4355 * objects.texi (Equality Predicates): Null strings are uniquified.
4356
4357 * minibuf.texi: Minor clarifications in previous change.
4358
db21122c
GM
43592007-10-25 Glenn Morris <rgm@gnu.org>
4360
4361 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4362
2328cbb3
RS
43632007-10-24 Richard Stallman <rms@gnu.org>
4364
4365 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4366
4367 * variables.texi (Frame-Local Variables): Node deleted.
4368 (Variables): Delete Frame-Local Variables from menu.
4369 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4370 (Default Value): Don't mention frame-local vars.
4371
4372 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4373
4374 * loading.texi (Unloading): Document FEATURE-unload-function
4375 instead of FEATURE-unload-hook.
4376
2328cbb3
RS
4377 * frames.texi (Multiple Displays): Don't mention frame-local vars.
4378
c066bafa
JL
43792007-10-22 Juri Linkov <juri@jurta.org>
4380
4381 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4382 (High-Level Completion): Document a list of default value strings
4383 in the DEFAULT argument, for which minibuffer functions return the
4384 first element.
4385
65ced25f
JL
43862007-10-17 Juri Linkov <juri@jurta.org>
4387
4388 * text.texi (Filling): Update arguments of fill-paragraph.
4389 fill-paragraph operates on the active region in Transient Mark mode.
4390 Remove fill-paragraph-or-region.
4391
ee46ec8e
KB
43922007-10-13 Karl Berry <karl@gnu.org>
4393
4394 * elisp.texi (@dircategory): Move to after @copying,
4395 since we want @copying as close as possible to the beginning of
4396 the output.
4397
61bbdbc6
RS
43982007-10-12 Richard Stallman <rms@gnu.org>
4399
4400 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4401
4402 * commands.texi (Distinguish Interactive): New node,
4403 broken out from Interactive Call and rewritten.
4404 (Command Loop): Put Distinguish Interactive in menu.
4405
af23e1e8
RS
44062007-10-09 Richard Stallman <rms@gnu.org>
4407
4408 * text.texi (Examining Properties): Mention overlay priority.
4409
4410 * display.texi (Display Margins): Correct the description
4411 of margin display specifications.
4412 (Replacing Specs): New subnode broken out of Display Property.
4413
e1965a69
JL
44142007-10-06 Juri Linkov <juri@jurta.org>
4415
4416 * text.texi (Filling): Document fill-paragraph-or-region.
4417
4638454b
JB
44182007-10-05 Juanma Barranquero <lekktu@gmail.com>
4419
4420 * display.texi (Auto Faces): Fix typo.
4421
7ed54cc5
RS
44222007-10-02 Richard Stallman <rms@gnu.org>
4423
4424 * display.texi (Display Property): Explain some display specs
4425 don't let you move point in.
4426
5dcb4c4e
SM
4427 * frames.texi (Cursor Parameters):
4428 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
4429
4430 * windows.texi (Basic Windows): Don't describe
4431 cursor-in-non-selected-windows here.
4432
305a7ef2
EZ
44332007-10-01 Eli Zaretskii <eliz@gnu.org>
4434
4435 * processes.texi (Misc Network): Note that these functions are
4436 supported only on some systems.
4437
f7a7f4eb
RS
44382007-10-01 Richard Stallman <rms@gnu.org>
4439
4440 * display.texi (Overlay Properties): Explain nil as priority.
4441 Explain that conflicts are unpredictable if not resolved by
4442 priorities.
4443
780d7bb9
RS
44442007-09-23 Richard Stallman <rms@gnu.org>
4445
4446 * macros.texi (Backquote): Minor clarification.
4447
14b4fdfb
RS
44482007-09-19 Richard Stallman <rms@gnu.org>
4449
4450 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
4451 Clarify when they work in parallel and when one overrides.
4452 Fix error in example.
14b4fdfb 4453
b8d4c8d0
GM
44542007-09-06 Glenn Morris <rgm@gnu.org>
4455
b3e755a9 4456 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
4457 commands to use ../../info.
4458 * Makefile.in (infodir): Go up one more level.
4638454b 4459 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
4460 (miscmanualdir): New.
4461 (dist): Use new variable miscmanualdir.
4462 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4463 (usermanualdir): Change from ../man to ../emacs.
4464
1bb1f7d3
MR
44652007-08-30 Martin Rudalics <rudalics@gmx.at>
4466
4467 * commands.texi (Command Loop Info): Advise against changing
4468 most variables described here. Explain new variable
4469 last-repeatable-command.
4470
b8d4c8d0
GM
44712007-08-29 Glenn Morris <rgm@gnu.org>
4472
4473 * elisp.texi (EMACSVER): Increase to 23.0.50.
4474
44752007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4476
4477 * frames.texi (Basic Parameters): Add display-environment-variable
4478 and term-environment-variable.
4479
44802007-08-28 Juri Linkov <juri@jurta.org>
4481
4482 * display.texi (Image Formats, Other Image Types): Add SVG.
4483
44842007-08-28 Juri Linkov <juri@jurta.org>
4485
4486 * display.texi (Images): Move formats-related text to new node
4487 "Image Formats".
4488 (Image Formats): New node.
4489
619fb9ee
RS
44902007-08-27 Richard Stallman <rms@gnu.org>
4491
4492 * windows.texi (Window Configurations): Clarify what
4493 a window configuration saves.
4494
b8d4c8d0
GM
44952007-08-25 Richard Stallman <rms@gnu.org>
4496
4497 * display.texi (Images): Delete redundant @findex.
4498
39f9da30
GM
44992007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4500
4501 * text.texi (Change Hooks): (after|before)-change-functions are no
4502 longer bound to nil while running; rather inhibit-modification-hooks
4503 is t.
4504
b8d4c8d0
GM
45052007-08-16 Richard Stallman <rms@gnu.org>
4506
5dcb4c4e
SM
4507 * processes.texi (Asynchronous Processes):
4508 Clarify doc of start-file-process.
b8d4c8d0
GM
4509
45102007-08-08 Martin Rudalics <rudalics@gmx.at>
4511
4512 * modes.texi (Example Major Modes): Fix typo.
4513
45142007-08-08 Glenn Morris <rgm@gnu.org>
4515
4516 * intro.texi (nil and t): Do not use `iff' in documentation.
4517
4518 * tips.texi (Documentation Tips): Recommend against `iff'.
4519
45202007-08-07 Chong Yidong <cyd@stupidchicken.com>
4521
4522 * display.texi (Image Cache): Document image-refresh.
4523
45242007-08-06 Martin Rudalics <rudalics@gmx.at>
4525
4526 * windows.texi (Size of Window): Document window-full-width-p.
4527
45282007-07-25 Glenn Morris <rgm@gnu.org>
4529
4530 * gpl.texi (GPL): Replace license with GPLv3.
4531
4532 * Relicense all FSF files to GPLv3 or later.
4533
45342007-07-24 Michael Albinus <michael.albinus@gmx.de>
4535
4638454b
JB
4536 * processes.texi (Synchronous Processes):
4537 Add `process-file-shell-command'.
b8d4c8d0
GM
4538 (Asynchronous Processes): Mention restricted use of
4539 `process-filter' and `process-sentinel' in
4540 `start-file-process'. Add `start-file-process-shell-command'.
4541
45422007-07-17 Michael Albinus <michael.albinus@gmx.de>
4543
4544 * files.texi (Magic File Names): Introduce optional parameter
4545 IDENTIFICATION for `file-remote-p'.
4546
45472007-07-16 Richard Stallman <rms@gnu.org>
4548
4549 * display.texi (Defining Faces): Fix previous change.
4550
45512007-07-14 Richard Stallman <rms@gnu.org>
4552
4553 * control.texi (Handling Errors): Document `debug' in handler list.
4554
45552007-07-10 Richard Stallman <rms@gnu.org>
4556
4557 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4558
45592007-07-09 Richard Stallman <rms@gnu.org>
4560
4561 * files.texi (Magic File Names): Rewrite previous change.
4562
45632007-07-08 Michael Albinus <michael.albinus@gmx.de>
4564
4565 * files.texi (Magic File Names): Introduce optional parameter
4566 CONNECTED for `file-remote-p'.
4567
45682007-07-07 Michael Albinus <michael.albinus@gmx.de>
4569
4570 * processes.texi (Asynchronous Processes):
4571 * files.texi (Magic File Names): Add `start-file-process'.
4572
45732007-06-27 Richard Stallman <rms@gnu.org>
4574
5dcb4c4e
SM
4575 * files.texi (Format Conversion Piecemeal):
4576 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4577
45782007-06-27 Michael Albinus <michael.albinus@gmx.de>
4579
4638454b
JB
4580 * files.texi (Magic File Names): Remove `dired-call-process'.
4581 Add `process-file'.
b8d4c8d0
GM
4582
45832007-06-27 Kenichi Handa <handa@m17n.org>
4584
4585 * text.texi (Special Properties): Fix description about
4638454b 4586 `composition' property.
b8d4c8d0
GM
4587
45882007-06-26 Kenichi Handa <handa@m17n.org>
4589
4590 * nonascii.texi (Default Coding Systems): Document about the
4591 return value `undecided'.
4592
45932007-06-25 David Kastrup <dak@gnu.org>
4594
4595 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4596 `current-active-maps'.
4597
45982007-06-24 Karl Berry <karl@gnu.org>
4599
4638454b 4600 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4601
46022007-06-15 Juanma Barranquero <lekktu@gmail.com>
4603
4604 * display.texi (Overlay Arrow): Doc fix.
4605
46062007-06-14 Karl Berry <karl@tug.org>
4607
4608 * anti.texi (Antinews): Typo.
4609
46102007-06-14 Chong Yidong <cyd@stupidchicken.com>
4611
4612 * display.texi (Image Cache): Document image-refresh.
4613
46142007-06-12 Karl Berry <karl@gnu.org>
4615
4616 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4617 * two-volume.make: New file.
4618 * .cvsignore: Ignore two-volume files.
4619
46202007-06-12 Tom Tromey <tromey@redhat.com>
4621
4622 * os.texi (Init File): Document user-emacs-directory.
4623
46242007-06-03 Nick Roberts <nickrob@snap.net.nz>
4625
4626 * commands.texi (Click Events): Describe width and height when
4627 object is nil.
4628
46292007-05-30 Nick Roberts <nickrob@snap.net.nz>
4630
5dcb4c4e
SM
4631 * commands.texi (Click Events): Layout more logically.
4632 Describe width and height.
b8d4c8d0
GM
4633 (Drag Events, Motion Events): Update to new format for position.
4634
46352007-06-02 Richard Stallman <rms@gnu.org>
4636
4637 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4638
46392007-06-02 Chong Yidong <cyd@stupidchicken.com>
4640
4641 * Version 22.1 released.
4642
46432007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4644
4645 * text.texi (Special Properties): Correct meaning of fontified face.
4646
46472007-05-30 Richard Stallman <rms@gnu.org>
4648
4649 * text.texi (Special Properties): Add link to Adjusting Point.
4650
46512007-05-12 Richard Stallman <rms@gnu.org>
4652
4653 * text.texi (Margins): indent-to-left-margin is not the default.
4654 (Mode-Specific Indent): For indent-line-function, the default
4655 is indent-relative.
4656
4657 * modes.texi (Example Major Modes): Explain last line of text-mode
4658 is redundant.
4659
46602007-05-10 Richard Stallman <rms@gnu.org>
4661
4662 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4663
4664 * help.texi (Keys in Documentation): Add reference to
4665 Documentation Tips.
4666
4667 * files.texi (Format Conversion): TO-FN gets three arguments.
4668
4669 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4670
46712007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4672
4673 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4674 * files.texi (Format Conversion): Expand intro; add menu.
4675 (Format Conversion Overview, Format Conversion Round-Trip)
4676 (Format Conversion Piecemeal): New nodes/subsections.
4677 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4678 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4679 (Saving Properties): Delete node/subsection.
4680
46812007-05-07 Karl Berry <karl@gnu.org>
4682
4683 * elisp.texi (EMACSVER): Back to 22.
4684
46852007-05-06 Richard Stallman <rms@gnu.org>
4686
4687 * processes.texi (Accepting Output): Revert most of previous change.
4688
46892007-05-05 Richard Stallman <rms@gnu.org>
4690
4691 * processes.texi (Accepting Output): accept-process-output
4692 uses microseconds, not milliseconds. But that arg is obsolete.
4693
46942007-05-04 Karl Berry <karl@tug.org>
4695
4696 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4697
46982007-05-04 Eli Zaretskii <eliz@gnu.org>
4699
4700 * tips.texi (Documentation Tips): Rearrange items to place the
4701 more important ones first. Add an index entry for hyperlinks.
4702
47032007-05-03 Karl Berry <karl@gnu.org>
4704
4705 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4706 (EMACSVER) [smallbook]: 22 for printed version.
4707
4708 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4709 so restore anchor to normal position after defun. Found by Kevin Ryde.
4710
47112007-04-26 Glenn Morris <rgm@gnu.org>
4712
4713 * elisp.texi (EMACSVER): Increase to 22.1.50.
4714
47152007-04-28 Karl Berry <karl@gnu.org>
4716
4717 * elisp.texi: Improve line breaks on copyright page,
4718 similar layout to emacs manual, 8.5x11 by default.
4719
47202007-04-24 Richard Stallman <rms@gnu.org>
4721
4722 * text.texi (Special Properties): Add xref to Overlay Properties.
4723
4724 * display.texi (Overlay Properties): Add xref to Special Properties.
4725
47262007-04-22 Richard Stallman <rms@gnu.org>
4727
4728 * keymaps.texi (Extended Menu Items): Move the info about
4729 format with cached keyboard binding.
4730
47312007-04-21 Richard Stallman <rms@gnu.org>
4732
4733 * text.texi (Special Properties): Clarify previous change.
4734
4735 * files.texi (File Name Expansion): Clarify previous change.
4736
4737 * display.texi (Attribute Functions): Fix example for
4738 face-attribute-relative-p.
4739
47402007-04-19 Kenichi Handa <handa@m17n.org>
4741
4742 * text.texi (Special Properties): Document composition property.
4743
47442007-04-19 Glenn Morris <rgm@gnu.org>
4745
4746 * files.texi (File Name Expansion): Mention "superroot".
4747
47482007-04-15 Chong Yidong <cyd@stupidchicken.com>
4749
4750 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4751 setups.
4752 (Display Feature Testing): Note that display refers to all
4753 physical monitors for multi-monitor setups.
4754
47552007-04-14 Richard Stallman <rms@gnu.org>
4756
4757 * lists.texi (Sets And Lists): Clarify `delete' examples.
4758 Remove spurious xref to same node.
4759 Clarify xref for add-to-list.
4760
47612007-04-12 Nick Roberts <nickrob@snap.net.nz>
4762
4763 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4764 value of lisp-mode-map.
4765
47662007-04-11 Karl Berry <karl@gnu.org>
4767
4768 * anti.texi (Antinews):
4769 * display.texi (Overlay Properties, Defining Images):
4770 * processes.texi (Synchronous Processes, Sentinels):
4771 * syntax.texi (Syntax Table Internals):
4772 * searching.texi (Regexp Special):
4773 * nonascii.texi (Default Coding Systems):
4774 * text.texi (Special Properties):
4775 * minibuf.texi (Basic Completion): Wording to improve breaks in
4776 8.5x11 format.
4777 * elisp.texi (smallbook): New @set to more easily switch between
4778 smallbook and 8.5x11.
4779
47802007-04-11 Richard Stallman <rms@gnu.org>
4781
4782 * text.texi (Lazy Properties): Minor fix.
4783
47842007-04-08 Karl Berry <karl@gnu.org>
4785
4786 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4787 * macros.texi (Backquote): Downcase Backquote in index entries for
4788 consistency.
4789
47902007-04-08 Richard Stallman <rms@gnu.org>
4791
4792 * text.texi (Adaptive Fill): Just describe default,
4793 don't show it (since it contains non-ASCII chars).
4794
47952007-04-07 Karl Berry <karl@gnu.org>
4796
4797 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4798 adaptive-fill-regexp's value, since they are not in the standard
4799 TeX fonts.
4800
48012007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4802
4803 * display.texi (Defining Faces): Fix example.
4804
48052007-04-07 Karl Berry <karl@gnu.org>
4806
4807 * display.texi (Button Buffer Commands): Improve page break.
4808
48092007-04-07 Richard Stallman <rms@gnu.org>
4810
4811 * advice.texi (Activation of Advice): Remove redundant index entry.
4812
4813 * backups.texi: Improve index entries. Remove redundant ones.
4814
4815 * compile.texi (Byte Compilation): Improve index entry.
4816
4817 * hash.texi (Creating Hash): Improve index entry.
4818
4819 * symbols.texi (Definitions): Improve index entry.
4820
4821 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4822
4823 * maps.texi (Standard Keymaps): Remove useless index entry.
4824
4825 * help.texi (Documentation Basics): Remove redundant index entries.
4826
4827 * customize.texi: Improve index entries.
4828 Remove redundant/useless ones.
4829
4830 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4831
4832 * streams.texi (Output Variables): Improve index entry.
4833
4834 * abbrevs.texi (Abbrevs): Remove useless index entry.
4835
4836 * macros.texi (Expansion): Remove useless index entry.
4837
4838 * text.texi: Improve index entries. Remove redundant/useless ones.
4839 (Text Properties, Examining Properties)
4840 (Special Properties): Use "property category" instead of "category"
4841 to refer to the `category' property.
4842
4843 * positions.texi: Improve index entries. Remove useless one.
4844
4845 * lists.texi: Improve index entries. Remove redundant/useless ones.
4846
4847 * os.texi: Improve index entries.
4848 (Timers): Fix previous change.
4849
4850 * buffers.texi: Improve index entries.
4851 (Modification Time): Get rid of term "obsolete buffer".
4852
4853 * debugging.texi: Improve index entries.
4854 (Test Coverage): Add xref to other test coverage ftr.
4855
4856 * eval.texi: Improve index entry. Remove redundant ones.
4857
4858 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4859
4860 * files.texi: Improve index entries. Remove redundant/useless ones.
4861
4862 * objects.texi: Improve index entries.
4863
4864 * processes.texi: Improve index entries.
4865
4866 * modes.texi: Improve index entry. Remove redundant one.
4867
4868 * nonascii.texi: Improve index entries.
4869
4870 * internals.texi: Improve index entries.
4871
4872 * syntax.texi: Improve index entries.
4873
4874 * keymaps.texi (Active Keymaps): Improve index entries.
4875
4876 * commands.texi: Improve index entries. Remove redundant/useless ones.
4877
4878 * frames.texi: Improve index entries. Remove redundant/useless ones.
4879
4880 * markers.texi: Improve index entries. Remove redundant ones.
4881
4882 * tips.texi: Improve index entries.
4883
4884 * loading.texi (Unloading): Improve index entry.
4885
4886 * variables.texi: Improve index entries. Remove redundant one.
4887
4888 * sequences.texi: Improve index entry.
4889
4890 * display.texi: Improve index entries. Remove redundant ones.
4891
4892 * windows.texi: Improve index entries.
4893
4894 * searching.texi: Improve index entries. Remove redundant one.
4895
4896 * strings.texi (Case Tables): Improve last change.
4897
48982007-04-04 Chong Yidong <cyd@stupidchicken.com>
4899
4900 * strings.texi (Case Tables): Document with-case-table and
4901 ascii-case-table.
4902
49032007-04-03 Karl Berry <karl@gnu.org>
4904
4905 * processes.texi (Network): Reword to improve page break.
4906
49072007-04-03 Eli Zaretskii <eliz@gnu.org>
4908
4909 * functions.texi (Inline Functions): Describe more disadvantages
4910 of defsubst, and make advice against it stronger.
4911
49122007-04-02 Karl Berry <karl@gnu.org>
4913
4914 * backups.texi (Backup Names): Avoid widow words.
4915 * modes.texi (Example Major Modes): Align last comment.
4916
49172007-04-01 Chong Yidong <cyd@stupidchicken.com>
4918
4919 * keymaps.texi (Remapping Commands): Document new arg to
4920 command-remapping.
4921
49222007-04-01 Karl Berry <karl@gnu.org>
4923
4924 * processes.texi (Low-Level Network): Typo.
4925 * loading.texi (Hooks for Loading): Avoid double "the".
4926 * keymaps.texi (Key Sequences): No double "and".
4927 (Changing Key Bindings): Shorten to improve line break.
4928
49292007-03-31 Glenn Morris <rgm@gnu.org>
4930
4931 * os.texi (Timers): Fix description of run-at-time TIME formats.
4932
49332007-03-31 Richard Stallman <rms@gnu.org>
4934
4935 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4936 regarding ellipsis.
4937
49382007-03-31 Eli Zaretskii <eliz@gnu.org>
4939
4940 * intro.texi (nil and t):
4941 * symbols.texi (Plists and Alists):
4942 * variables.texi (Variable Aliases, Constant Variables):
4943 * functions.texi (Defining Functions):
4944 * advice.texi (Advising Primitives):
4945 * debugging.texi (Syntax Errors, Compilation Errors):
4946 * minibuf.texi (Minibuffer Windows):
4947 * commands.texi (Adjusting Point):
4948 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4949 (Auto Major Mode, Major Mode Conventions):
4950 * help.texi (Describing Characters):
4951 * files.texi (Create/Delete Dirs, Information about Files)
4952 (File Locks, Writing to Files, Reading from Files)
4953 (Saving Buffers):
4954 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4955 * frames.texi (Finding All Frames):
4956 * positions.texi (Buffer End, Motion):
4957 * markers.texi (The Region):
4958 * text.texi (Deletion, Near Point):
4959 * display.texi (Displaying Messages, Truncation):
4960 * os.texi (Processor Run Time):
4961 * tips.texi (Key Binding Conventions, Programming Tips)
4962 (Warning Tips, Documentation Tips, Comment Tips):
4963 * internals.texi (Memory Usage): Improve indexing.
4964
4965 * variables.texi (Frame-Local Variables):
4966 * functions.texi (Argument List):
4967 * loading.texi (Library Search):
4968 * streams.texi (Output Variables):
4969 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4970 * searching.texi (Replacing Match, Search and Replace):
4971 * processes.texi (Byte Packing, Decoding Output)
4972 (Accepting Output, Network Servers, Shell Arguments):
4973 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4974 * windows.texi (Window Point, Window Start):
4975 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4976 * commands.texi (Reading Input, Keyboard Events):
4977 * minibuf.texi (Reading File Names, Minibuffer Completion)
4978 (Recursive Mini):
4979 * positions.texi (List Motion):
4980 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4981 * numbers.texi (Arithmetic Operations, Math Functions)
4982 (Predicates on Numbers, Comparison of Numbers):
4983 (Numeric Conversions):
4984 * locals.texi (Standard Buffer-Local Variables):
4985 * maps.texi (Standard Keymaps):
4986 * os.texi (User Identification, System Environment, Recording Input)
4987 (X11 Keysyms):
4988 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4989 * backups.texi (Backups and Auto-Saving):
4990 * customize.texi (Customization, Group Definitions)
4991 (Variable Definitions):
4992 * compile.texi (Byte Compilation): Improve index entries.
4993
49942007-03-31 Karl Berry <karl@gnu.org>
4995
4996 * macros.texi (Defining Macros): Avoid widow syllable.
4997
49982007-03-31 Eli Zaretskii <eliz@gnu.org>
4999
5000 * elisp.texi (Top): Postscript -> PostScript.
5001
5002 * display.texi (Images, Postscript Images): Postscript -> PostScript.
5003
50042007-03-31 Markus Triska <markus.triska@gmx.at>
5005
5006 * internals.texi (Writing Emacs Primitives): Untabify `For'.
5007
50082007-03-30 Karl Berry <karl@gnu.org>
5009
5010 * lists.texi (List-related Predicates): Remove spurious @need.
5011 (Setcdr): Use @smallexample to improve page break.
5012 (Association Lists) <assoc>: Reword to improve page break.
5013
5014 * strings.texi (String Conversion): Insert blank line to improve
5015 page break.
5016
5017 * numbers.texi (Random Numbers): Use @minus{}.
5018 (Math Functions): Use @minus{}.
5019
5020 * intro.texi (Acknowledgements): Avoid line breaks before middle
5021 initials.
5022
50232007-03-24 Eli Zaretskii <eliz@gnu.org>
5024
5025 * errors.texi (Standard Errors): Add an index entry.
5026
50272007-03-19 Richard Stallman <rms@gnu.org>
5028
5029 * os.texi (Recording Input): recent-keys now gives 300 keys.
5030
50312007-03-12 Glenn Morris <rgm@gnu.org>
5032
5033 * os.texi: Replace "daylight savings" with "daylight saving"
5034 throughout.
5035
50362007-03-05 Richard Stallman <rms@gnu.org>
5037
5dcb4c4e
SM
5038 * variables.texi (File Local Variables):
5039 Update enable-local-variables values.
b8d4c8d0
GM
5040
50412007-03-04 Richard Stallman <rms@gnu.org>
5042
5043 * syntax.texi (Control Parsing): Minor clarification.
5044
5045 * strings.texi (Formatting Strings): Clarify width, precision, flags.
5046
5047 * sequences.texi (Sequence Functions): Move string-bytes away,
5048 add xref.
5049
5050 * nonascii.texi (Text Representations): Move string-bytes here.
5051
5052 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
5053
5054 * minibuf.texi (Basic Completion): Minor clarification.
5055
5056 * markers.texi (The Mark): Clarify existence vs activation of mark.
5057 Other cleanup.
5058
5059 * display.texi (Finding Overlays): Write better example.
5060
5061 * compile.texi (Eval During Compile): Clarify putting macros
5062 in eval-when-compile.
5063
c5602427 50642007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
5065
5066 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 5067 load-read-function definition doc.
b8d4c8d0
GM
5068
50692007-02-21 Kim F. Storm <storm@cua.dk>
5070
5071 * strings.texi (Text Comparison): Mention that assoc-string
5072 converts symbols to strings before testing.
5073
50742007-02-17 Kim F. Storm <storm@cua.dk>
5075
5076 * processes.texi (Bindat Spec): Vector types can have optional
5077 element type.
5078 (Bindat Examples): Fix example. Add vector with element type.
5079
50802007-02-16 Andreas Schwab <schwab@suse.de>
5081
5082 * strings.texi (Formatting Strings): Document '+' flag.
5083
50842007-02-15 Juanma Barranquero <lekktu@gmail.com>
5085
5086 * strings.texi (Modifying Strings): Clarify that `clear-string'
5087 always converts the string to unibyte.
5088
50892007-02-14 Kim F. Storm <storm@cua.dk>
5090
5091 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
5092 Rewrite glyph code description to refer to these functions.
5093 Remove details of encoding face number and char into integer code.
5094
50952007-02-03 Alan Mackenzie <acm@muc.de>
5096
5097 * loading.texi (Hooks for Loading): Make the description of
5098 `eval-after-load' more detailed, and amend the description of
5099 after-load-alist, in accordance with changes from 2006-05.
5100
51012007-02-03 Chong Yidong <cyd@stupidchicken.com>
5102
5103 * modes.texi (Defining Minor Modes): Document that a :require
5104 keyword or similar may be required to make saved customization
5105 variables work.
5106
51072007-02-03 Eli Zaretskii <eliz@gnu.org>
5108
5109 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
5110 Texinfo guidelines and with what texnfo-upd.el expects.
5111 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
5112 parts needed by `texinfo-multiple-files-update'.
5113
51142007-02-02 Eli Zaretskii <eliz@gnu.org>
5115
5116 * elisp.texi (Top): Update the top-level menus.
5117
5118 * syntax.texi (Categories): Add index entries.
5119
51202007-02-01 Juanma Barranquero <lekktu@gmail.com>
5121
5122 * display.texi (Attribute Functions): Fix name and description of
5123 the UNDERLINE arg of `set-face-underline-p'.
5124
51252007-01-29 Eli Zaretskii <eliz@gnu.org>
5126
5127 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
5128 Variables", and "Standard Keymaps" to the detailed menu.
5129
5130 * variables.texi (Future Local Variables): Add index entry.
5131
51322007-01-28 Richard Stallman <rms@gnu.org>
5133
5134 * tips.texi (Coding Conventions): Clarify the tip about macros
5135 that define a function or a variable.
5136
5137 * files.texi (File Attributes): UID and GID can be floats.
5138 (Magic File Names): Explain why deferring all operations to
5139 the standard handler does not work.
5140
51412007-01-23 Martin Rudalics <rudalics@gmx.at>
5142
5143 * backups.texi (Reverting): Use "buffer" instead of "file"
5144 when talking about major and minor modes.
5145
51462007-01-21 Richard Stallman <rms@gnu.org>
5147
5148 * help.texi (Documentation): Add xref to Documentation Tips.
5149
51502007-01-14 Juanma Barranquero <lekktu@gmail.com>
5151
5152 * tips.texi (Coding Conventions): Fix typos.
5153
51542007-01-05 Richard Stallman <rms@gnu.org>
5155
5156 * modes.texi (Defining Minor Modes): Fix previous change.
5157
51582007-01-03 Richard Stallman <rms@gnu.org>
5159
5160 * customize.texi (Variable Definitions, Customization Types):
5161 Don't use * in doc string for defcustom.
5162
51632007-01-02 Richard Stallman <rms@gnu.org>
5164
5165 * variables.texi (Variable Aliases): Clarify that aliases vars
5166 always have the same value.
5167
5168 * processes.texi (Bindat Spec): Fix Texinfo usage.
5169
5170 * modes.texi (Defining Minor Modes): Explain effect of command
5171 defined with define-global-minor-mode on new buffers.
5172
51732006-12-30 Kim F. Storm <storm@cua.dk>
5174
5175 * keymaps.texi (Tool Bar): Describe `grow-only' value of
5176 `auto-resize-tool-bars'.
5177
51782006-12-30 Richard Stallman <rms@gnu.org>
5179
5180 * keymaps.texi (Active Keymaps): Fix previous change.
5181
51822006-12-30 Nick Roberts <nickrob@snap.net.nz>
5183
5184 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5185
51862006-12-30 Kim F. Storm <storm@cua.dk>
5187
5188 * processes.texi (Bindat Spec): Clarify using field names in
5189 length specifications.
5190
51912006-12-29 Kim F. Storm <storm@cua.dk>
5192
5193 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5194 Add count and index variables for eval forms in repeat blocks.
5195
51962006-12-24 Richard Stallman <rms@gnu.org>
5197
5dcb4c4e
SM
5198 * customize.texi (Variable Definitions):
5199 Document new name custom-add-frequent-value.
b8d4c8d0
GM
5200
52012006-12-19 Kim F. Storm <storm@cua.dk>
5202
5203 * commands.texi (Misc Events): User signals now result in sigusr1
5204 and sigusr2 events which are handled through special-event-map.
5205 (Special Events): User signals and drag-n-drop are special.
5206
52072006-12-17 Richard Stallman <rms@gnu.org>
5208
5209 * loading.texi (Named Features): Explain subfeatures better.
5210
5211 * customize.texi: Use "option" only for user options.
5212 For the keyword values inside defcustom etc, say "keywords".
5213 For :options value's elements, say "elements".
5214 :group should not be omitted.
5215
5216 * syntax.texi (Parsing Expressions): Split up node.
5217 (Motion via Parsing, Position Parse, Parser State)
5218 (Low-Level Parsing, Control Parsing): New subnodes.
5219 (Parser State): Document syntax-ppss-toplevel-pos.
5220
5221 * positions.texi (List Motion): Punctuation fix.
5222
5223 * files.texi (File Name Completion): Document PREDICATE arg
5224 to file-name-completion.
5225
52262006-12-16 Eli Zaretskii <eliz@gnu.org>
5227
5228 * internals.texi (Building Emacs, Writing Emacs Primitives):
5229 Add index entries.
5230
52312006-12-11 Richard Stallman <rms@gnu.org>
5232
5233 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5234 affects face menu. Explain how to make it non-nil without enabling
5235 any fontification.
5236
52372006-12-10 Chong Yidong <cyd@stupidchicken.com>
5238
5239 * modes.texi (Font Lock Basics): Document nil value of
5240 font-lock-defaults.
5241
52422006-12-10 Glenn Morris <rgm@gnu.org>
5243
5244 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5245 value for system-flag argument. Abbrev tables may not be empty
5246 when major modes are loaded.
5247
52482006-12-08 Juanma Barranquero <lekktu@gmail.com>
5249
5250 * makefile.w32-in (maintainer-clean): Partially revert last
5251 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5252 to protect elisp-covers.texi.
5253
52542006-12-07 Juanma Barranquero <lekktu@gmail.com>
5255
5256 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5257 Don't remove elisp* info files; they are already deleted by the
5258 `clean' and `distclean' targets, and they are in the $(infodir)
5259 directory, not the current one.
5260
52612006-12-04 Kim F. Storm <storm@cua.dk>
5262
5263 * commands.texi (Misc Events): Update signal events.
5264 (Event Examples): Add signal example.
5265
52662006-11-29 Richard Stallman <rms@gnu.org>
5267
5268 * frames.texi (Visibility of Frames): Explain visible windows
5269 can be covered by others. Add xref for raise-frame.
5270
52712006-11-28 Richard Stallman <rms@gnu.org>
5272
5273 * searching.texi (Regexp Special): Update when ^ is special.
5274
52752006-11-27 Eli Zaretskii <eliz@gnu.org>
5276
5277 * customize.texi (Customization, Common Keywords)
5278 (Group Definitions, Variable Definitions, Composite Types)
5279 (Type Keywords, Customization Types): Add index entries for
5280 various customization keywords.
5281
52822006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5283
5284 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5285
c8763fb6 52862006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5287
5288 * frames.texi (Window System Selections): Remove clipboard from
5289 description of selection-coding-system.
5290
52912006-11-06 Richard Stallman <rms@gnu.org>
5292
5293 * lists.texi (List Variables): Document COMPARE-FN.
5294
5295 * keymaps.texi: Avoid use of "binding" to mean a relation;
5296 use it only to refer to the meaning associated with a key.
5297 (Keymaps): Change menu node description.
5298
5299 * elisp.texi (Top): Change menu node description.
5300
5301 * display.texi (Managing Overlays): Document overlay-recenter.
5302
53032006-10-29 Chong Yidong <cyd@stupidchicken.com>
5304
5305 * Makefile.in: Use relative paths to avoid advertising filesystem
5306 contents during compilation.
5307
53082006-10-23 Kim F. Storm <storm@cua.dk>
5309
5310 * commands.texi (Event Input Misc): Update unread-command-events.
5311
53122006-10-23 Nick Roberts <nickrob@snap.net.nz>
5313
5314 * lists.texi (Sets And Lists): Fix typos.
5315
53162006-10-18 Juanma Barranquero <lekktu@gmail.com>
5317
5318 * control.texi (Processing of Errors): Use @var for an argument,
5319 not @code.
5320
53212006-10-16 Richard Stallman <rms@gnu.org>
5322
5323 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5324
5325 * keymaps.texi (Format of Keymaps): Show all the keymap element
5326 patterns that result from menu items.
5327 (Key Lookup): Minor cleanups.
5328
5329 * modes.texi (Precalculated Fontification): Don't say that
5330 not setting font-lock-defaults avoids loading font-lock.
5331
5332 * help.texi (Documentation): Move xref to Emacs Manual here.
5333 (Documentation Basics): From here.
5334 Also doc emacs-lisp-docstring-fill-column.
5335
5336 * elisp.texi: Update version and ISBN.
5337
5338 * commands.texi (Interactive Call): Clarify KEYS arg to
5339 call-interactively is a vector.
5340 (Command Loop Info): Delete anchor in this-command-keys.
5341 Add anchor in this-command-keys-vector.
5342 (Recursive Editing): Document how recursive-edit
5343 handles the current buffer.
5344
53452006-10-13 Chong Yidong <cyd@stupidchicken.com>
5346
5347 * frames.texi (Frame Titles): %c and %l are ignored in
5348 frame-title-format.
5349
53502006-10-11 Richard Stallman <rms@gnu.org>
5351
5352 * keymaps.texi (Key Sequences): Clarify use of kbd.
5353
53542006-10-10 Kim F. Storm <storm@cua.dk>
5355
5356 * lists.texi (Sets And Lists): Add memql.
5357
53582006-10-03 Richard Stallman <rms@gnu.org>
5359
5360 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5361 Clarify :ascii: and :nonascii:.
5362
53632006-09-29 Juri Linkov <juri@jurta.org>
5364
5365 * modes.texi (%-Constructs): Reorder coding systems in the
5366 documentation of %z to the real order displayed in the modeline.
5367
53682006-09-25 Richard Stallman <rms@gnu.org>
5369
5370 * os.texi (Timers): Describe timer-max-repeats.
5371
53722006-09-25 Chong Yidong <cyd@stupidchicken.com>
5373
5374 * os.texi (Timers): Mention with-local-quit.
5375
53762006-09-24 Richard Stallman <rms@gnu.org>
5377
5378 * searching.texi (Searching and Matching): Mention property search.
5379
5380 * commands.texi (Command Loop Info): Explain how read-event affects
5381 this-command-keys.
5382
53832006-09-20 Richard Stallman <rms@gnu.org>
5384
5385 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5386
5387 * windows.texi (Window Start): Minor cleanups.
5388
53892006-09-20 Kim F. Storm <storm@cua.dk>
5390
5391 * windows.texi (Window Start): pos-visible-in-window-p allows
5392 specifying t for position to mean "end of window".
5393 Add window-line-height.
5394
5395 * anti.texi (Antinews): Mention window-line-height.
5396
53972006-09-19 David Kastrup <dak@gnu.org>
5398
5399 * keymaps.texi (Searching Keymaps): Small clarification.
5400
54012006-09-18 Richard Stallman <rms@gnu.org>
5402
5403 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5404 cause keyboard menus.
5405 (Menu Keymaps): Likewise.
5406 (Defining Menus, Keyboard Menus): Clarify.
5407
5408 * text.texi (Fields): Clarify explanation of constrain-to-field.
5409
54102006-09-16 Eli Zaretskii <eliz@gnu.org>
5411
5412 * variables.texi (Tips for Defining): Fix a typo.
5413
54142006-09-15 Richard Stallman <rms@gnu.org>
5415
5416 * keymaps.texi (Remapping Commands, Searching Keymaps)
5417 (Active Keymaps): Clean up previous change.
5418
54192006-09-15 Jay Belanger <belanger@truman.edu>
5420
5421 * gpl.texi: Replace "Library Public License" by "Lesser Public
5422 License" throughout.
5423
54242006-09-15 David Kastrup <dak@gnu.org>
5425
5426 * keymaps.texi (Active Keymaps): Adapt description to use
5427 `get-char-property' instead `get-text-property'. Explain how
5428 mouse events change this. Explain the new optional argument of
5429 `key-binding' and its mouse-dependent lookup.
5430 (Searching Keymaps): Adapt description similarly.
5431 (Remapping Commands): Explain the new optional argument of
5432 `command-remapping'.
5433
54342006-09-14 Richard Stallman <rms@gnu.org>
5435
5436 * keymaps.texi (Searching Keymaps): Clarification.
5437 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5438
54392006-09-13 Richard Stallman <rms@gnu.org>
5440
5441 * objects.texi (Character Type): Node split.
5442 Add xref to Describing Characters.
5443 (Basic Char Syntax, General Escape Syntax)
5444 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5445
54462006-09-11 Richard Stallman <rms@gnu.org>
5447
5448 * display.texi (Display Table Format): Wording clarification.
5449 (Glyphs): Clarifications.
5450
54512006-09-10 Chong Yidong <cyd@stupidchicken.com>
5452
5453 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5454 local maps.
5455
54562006-09-10 Kim F. Storm <storm@cua.dk>
5457
5458 * display.texi (Forcing Redisplay): Document return value of
5459 function redisplay.
5460
54612006-09-09 Richard Stallman <rms@gnu.org>
5462
5463 * windows.texi (Window Hooks): Explain limits of
5464 window-scroll-functions.
5465
5466 * display.texi (Fringe Indicators): Update for last change in
5467 indicate-buffer-boundaries.
5468
54692006-09-08 Richard Stallman <rms@gnu.org>
5470
5471 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5472
54732006-09-06 Kim F. Storm <storm@cua.dk>
5474
5475 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5476
5477 * windows.texi (Window Start): Update pos-visible-in-window-p.
5478
54792006-09-04 Richard Stallman <rms@gnu.org>
5480
5481 * processes.texi (Accepting Output): Explain SECONDS=0 for
5482 accept-process-output.
5483
5484 * os.texi (Idle Timers): Explain why timer functions should not
5485 loop until (input-pending-p).
5486
54872006-09-02 Eli Zaretskii <eliz@gnu.org>
5488
5489 * makefile.w32-in (usermanualdir): New variable.
5490 (elisp.dvi): Use it.
5491
54922006-09-01 Eli Zaretskii <eliz@gnu.org>
5493
5494 * buffers.texi (Buffer Modification): Fix last change.
5495
54962006-09-01 Chong Yidong <cyd@stupidchicken.com>
5497
5dcb4c4e
SM
5498 * buffers.texi (Buffer Modification):
5499 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5500
55012006-08-31 Richard Stallman <rms@gnu.org>
5502
5503 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5504
55052006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5506
5507 * modes.texi (Syntactic Font Lock):
5508 Mention font-lock-syntactic-face-function
5509 instead of specific faces.
5510
55112006-08-29 Chong Yidong <cyd@stupidchicken.com>
5512
5513 * display.texi (Images): Add xrref to display-images-p.
5514
55152006-08-28 Kenichi Handa <handa@m17n.org>
5516
5517 * nonascii.texi (Lisp and Coding Systems): Fix description of
5518 detect-coding-region.
5519
55202006-08-27 Michael Olson <mwolson@gnu.org>
5521
5522 * processes.texi (Transaction Queues): Remove stray quote
5523 character.
5524
55252006-08-25 Richard Stallman <rms@gnu.org>
5526
5527 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5528 Add xref.
5529
55302006-08-24 Chong Yidong <cyd@stupidchicken.com>
5531
5532 * os.texi (Timers): Avoid waiting inside timers.
5533
55342006-08-21 Lute Kamstra <lute@gnu.org>
5535
5536 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5537
55382006-08-20 Richard Stallman <rms@gnu.org>
5539
5540 * os.texi (Idle Timers): New node, split out from Timers.
5541 Document current-idle-time.
5542 * commands.texi (Reading One Event): Update xref.
5543 * elisp.texi (Top): Update subnode menu.
5544
55452006-08-16 Richard Stallman <rms@gnu.org>
5546
5547 * keymaps.texi (Extended Menu Items): Show format of cached
5548 bindings in extended menu items.
5549
5550 * customize.texi (Variable Definitions): Explain when the
5551 standard value expression is evaluated.
5552
55532006-08-15 Chong Yidong <cyd@stupidchicken.com>
5554
5555 * commands.texi (Reading One Event): Explain idleness in
5556 `read-event'.
5557
55582006-08-12 Chong Yidong <cyd@stupidchicken.com>
5559
5560 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5561 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5562 relevant for Lisp programming.
5563 (Yank Commands): Rewrite introduction.
5564 (Undo): Clarify.
5565 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5566 (Filling): Remove redundant comment. Clarify return value of
5567 current-justification.
5568 (Margins): Minor clarifications.
5569 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5570 (Sorting): Update definition of sort-lines.
5571 (Columns): Clarify behavior of sort-columns.
5572 (Indent Tabs): Link to Tab Stops in Emacs manual.
5573 (Special Properties): Clarify.
5574 (Clickable Text): Mention Buttons package.
5575
55762006-08-12 Kevin Ryde <user42@zip.com.au>
5577
5578 * os.texi (Time Parsing): Add %z to description of
5579 format-time-string, as per docstring. Add cross reference to
5580 glibc manual for strftime.
5581
55822006-08-08 Richard Stallman <rms@gnu.org>
5583
5584 * modes.texi: Clean up wording in previous change.
5585
55862006-08-07 Chong Yidong <cyd@stupidchicken.com>
5587
5588 * modes.texi (Hooks): Clarify.
5589 (Major Mode Basics): Mention define-derived-mode explicitly.
5590 (Major Mode Conventions): Rebinding RET is OK for some modes.
5591 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5592 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5593 (Mode Line Basics): Clarify.
5594 (Mode Line Data): Mention help-echo and local-map in strings.
5595 Explain reason for treatment of non-risky variables.
5596 (Properties in Mode): Clarify.
5597 (Faces for Font Lock): Add font-lock-negation-char-face.
5598
55992006-08-04 Eli Zaretskii <eliz@gnu.org>
5600
5601 * strings.texi (Formatting Strings): Warn against arbitrary
5602 strings as first arg to `format'.
5603
56042006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5605
5606 * text.texi (Clickable Text): Mention `help-echo' text property.
5607 Update intro, examples and associated explanations.
5608
56092006-07-31 Richard Stallman <rms@gnu.org>
5610
5611 * commands.texi: Update xrefs.
5612 (Event Mod): New node, cut out from old Translating Input.
5613
5614 * maps.texi: Update xrefs.
5615
5616 * keymaps.texi (Translation Keymaps): New node.
5617 Update xrefs from Translating Input to Translation Keymaps.
5618
5619 * elisp.texi (Top): Update subnode menu.
5620
5621 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5622
5623 * os.texi (System Interface): Fix menu descriptions of some nodes.
5624 (Translating Input): Node deleted.
5625
56262006-07-31 Nick Roberts <nickrob@snap.net.nz>
5627
5628 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5629
5630 * lists.texi (Sets And Lists): Likewise.
5631
56322006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5633
5634 * text.texi (Fields): Mention POS
5635 requirement when narrowing is in effect.
5636
56372006-07-28 Richard Stallman <rms@gnu.org>
5638
5639 * display.texi (Face Attributes): Simplify wording.
5640 (Attribute Functions): Clarify meaning of new-frame default
5641 attribute settings.
5642
5643 * customize.texi (Common Keywords): Document how to use
5644 :package-version in a package not in Emacs.
5645
56462006-07-28 Kim F. Storm <storm@cua.dk>
5647
5648 * commands.texi (Reading One Event): Fix last change.
5649
56502006-07-26 Chong Yidong <cyd@stupidchicken.com>
5651
5652 * commands.texi (Reading One Event): Document SECONDS argument for
5653 read-event, read-char, and read-char-exclusive.
5654
56552006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5656
5657 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5658 to ensure correct identification.
5659
56602006-07-24 Richard Stallman <rms@gnu.org>
5661
5662 * text.texi (Clickable Text): Clarify.
5663
5664 * sequences.texi (Vector Functions): Delete duplicate xref.
5665
5666 * objects.texi (Function Type): Clarify.
5667
5668 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5669 modes.
5670
5671 * lists.texi (List Variables): New node.
5672 Material moved from other nodes.
5673
5674 * variables.texi (Setting Variables): add-to-list and
5675 add-to-ordered-list moved to List Variables node.
5676
56772006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5678
5679 * text.texi (Links and Mouse-1):
5680 For mouse-on-link-p, expand on arg POS.
5681
56822006-07-21 Kim F. Storm <storm@cua.dk>
5683
5684 * display.texi (Forcing Redisplay): Don't mention systems which
5685 don't support sub-second timers for redisplay-preemption-period.
5686
5687 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5688
56892006-07-21 Eli Zaretskii <eliz@gnu.org>
5690
5691 * frames.texi (Input Focus): Document that focus-follows-mouse has
5692 no effect on MS-Windows.
5693
56942006-07-18 Richard Stallman <rms@gnu.org>
5695
5696 * display.texi (Forcing Redisplay): Cleanups in previous change.
5697
5698 * processes.texi (Low-Level Network): Make menu more convenient.
5699
57002006-07-18 Kim F. Storm <storm@cua.dk>
5701
5702 * display.texi (Forcing Redisplay): redisplay-preemption-period
5703 only used on window systems. Add xref to Terminal Output.
5704
5705 * os.texi (Terminal Output): baud-rate only controls preemption on
5706 non-window systems. Add xref to Forcing Redisplay.
5707
5708 * processes.texi (Low-Level Network): Rename node "Make Network"
5709 to "Network Processes".
5710
57112006-07-18 Karl Berry <karl@gnu.org>
5712
5713 * variables.texi, functions.texi, customize.texi, loading.texi:
5714 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5715
57162006-07-17 Chong Yidong <cyd@stupidchicken.com>
5717
5718 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5719
57202006-07-17 Richard Stallman <rms@gnu.org>
5721
5722 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5723 Put period and comma inside quotes.
5724
5725 * loading.texi, markers.texi: Use real doublequote inside menus.
5726
5727 * windows.texi: Put point and comma inside quotes.
5728 (Textual Scrolling): Use @samp for error message.
5729
5730 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5731 * strings.texi, streams.texi, processes.texi, os.texi:
5732 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5733 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5734 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5735 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5736 Put point and comma inside quotes.
5737
5738 * control.texi (Processing of Errors): Add command-error-function.
5739
5740 * variables.texi (File Local Variables): Clarify that
5741 file local variables make buffer-local bindings.
5742
5743 * modes.texi (Syntactic Font Lock): Give default for
5744 font-lock-syntax-table.
5745
57462006-07-17 Nick Roberts <nickrob@snap.net.nz>
5747
5748 * text.texi (Special Properties): Clean up previous change.
5749
57502006-07-16 Karl Berry <karl@gnu.org>
5751
5752 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5753 * control.texi: Fix bad page breaks through chapter 10 (control).
5754
5755 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5756 underfull hbox.
5757
57582006-07-15 Nick Roberts <nickrob@snap.net.nz>
5759
5760 * text.texi (Special Properties): Describe fontified text property
5761 in relation to a character (not text).
5762
57632006-07-15 Kim F. Storm <storm@cua.dk>
5764
5765 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5766 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5767 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5768
5769 * anti.texi (Antinews): Mention redisplay function.
5770 The kbd macro existed, but was not documented, before 22.x.
5771 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5772
57732006-07-14 Nick Roberts <nickrob@snap.net.nz>
5774
5775 * display.texi (Displaying Messages): Add anchor.
5776
5777 * frames.texi (Dialog Boxes): Use it.
5778
57792006-07-12 Richard Stallman <rms@gnu.org>
5780
5781 * objects.texi (Frame Type): Explain nature of frames better.
5782
5783 * frames.texi (Frames): Explain nature of frames better.
5784
57852006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5786
5787 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5788
57892006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5790
5791 * frames.texi (Window System Selections): Mention scrap support for Mac.
5792 Default value of x-select-enable-clipboard is t on Mac.
5793
5794 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5795
57962006-07-11 Kim F. Storm <storm@cua.dk>
5797
5798 * display.texi (Forcing Redisplay): Add `redisplay' function.
5799 Don't mention (sit-for -1) -- use (redisplay t) instead.
5800
5801 * commands.texi (Waiting): (sit-for -1) is no longer special.
5802 (sit-for 0) is equivalent to (redisplay).
5803 Iconifying/deiconifying no longer makes sit-for return.
5804
58052006-07-10 Nick Roberts <nickrob@snap.net.nz>
5806
5807 * display.texi (Buttons): Fix typo.
5808
5809 * index.texi, elisp.texi (New Symbols): Comment node out.
5810
58112006-07-09 Richard Stallman <rms@gnu.org>
5812
5813 * display.texi (Truncation): Clean up previous change.
5814
58152006-07-08 Richard Stallman <rms@gnu.org>
5816
5817 * commands.texi (Interactive Call): Use 3 as prefix in example
5818 for execute-extended-command.
5819
5820 * display.texi (Attribute Functions): Move paragraph about
5821 compatibility with Emacs < 21.
5822
58232006-07-09 Kim F. Storm <storm@cua.dk>
5824
5825 * display.texi (Refresh Screen): Clarify force-window-update.
5826 (Truncation): "Normally" indicated by fringe arrows.
5827
58282006-07-08 Eli Zaretskii <eliz@gnu.org>
5829
5830 * windows.texi (Textual Scrolling, Resizing Windows):
5831 * variables.texi (Constant Variables):
5832 * text.texi (Buffer Contents, Deletion, Changing Properties)
5833 (Property Search, Special Properties, Sticky Properties)
5834 (Links and Mouse-1, Fields, Change Hooks):
5835 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5836 (Categories):
5837 * symbols.texi (Other Plists):
5838 * streams.texi (Output Variables):
5839 * processes.texi (Input to Processes, Query Before Exit):
5840 * positions.texi (Word Motion, Text Lines, List Motion):
5841 * os.texi (Init File, System Environment, Sound Output)
5842 (Session Management):
5843 * nonascii.texi (Text Representations, Character Sets)
5844 (Chars and Bytes, Locales):
5845 * modes.texi (Defining Minor Modes, Header Lines):
5846 * minibuf.texi (Minibuffer Contents):
5847 * markers.texi (Information from Markers):
5848 * lists.texi (List Elements, Building Lists, Association Lists):
5849 * keymaps.texi (Tool Bar):
5850 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5851 * functions.texi (What Is a Function, Mapping Functions):
5852 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5853 (Color Names, Text Terminal Colors, Display Feature Testing):
5854 * files.texi (Visiting Functions, File Name Components)
5855 (Unique File Names, Contents of Directories):
5856 * display.texi (Forcing Redisplay, Displaying Messages)
5857 (Temporary Displays, Font Selection, Auto Faces)
5858 (Font Lookup, Fringe Indicators, Display Margins)
5859 (Image Descriptors, Showing Images, Image Cache, Button Types)
5860 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5861 (Display Table Format, Glyphs):
5862 * control.texi (Iteration):
5863 * commands.texi (Command Loop Info, Adjusting Point):
5864 * backups.texi (Making Backups, Auto-Saving):
5865 Remove @tindex entries.
5866
58672006-07-07 Kim F. Storm <storm@cua.dk>
5868
5869 * display.texi (Fringe Cursors): Fix typo.
5870 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5871 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5872
58732006-07-05 Richard Stallman <rms@gnu.org>
5874
5875 * text.texi (Buffer Contents): Add example of text props
5876 in result of buffer-substring.
5877 (Text Properties): Explain better about use of specific property names.
5878 (Property Search): Some cleanups; reorder some functions.
5879
5880 * keymaps.texi (Changing Key Bindings): Cleanup.
5881 Add xref to Key Binding Conventions.
5882
5883 * display.texi (Attribute Functions): Add examples for
5884 face-attribute-relative-p.
5885
5886 * tips.texi (Coding Conventions): Cleanup last change.
5887
58882006-07-05 Karl Berry <karl@gnu.org>
5889
5890 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5891 Remove @setchapternewpage odd.
5892 Result is 1013 pages, down from 1100.
5893
5894 * anti.texi, customize.texi, display.texi, internals.texi:
5895 * minibuf.texi, modes.texi, tips.texi:
5896 Fix overfull/underfull boxes.
5897
58982006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5899
5900 * edebug.texi (Instrumenting):
5901 Add Edebug-specific findex for eval-buffer.
5902 * loading.texi (Loading):
5903 Replace eval-current-buffer with eval-buffer.
5904
59052006-06-30 Nick Roberts <nickrob@snap.net.nz>
5906
5907 * locals.texi (Standard Buffer-Local Variables): Update the list
5908 of variables.
5909
59102006-06-26 Nick Roberts <nickrob@snap.net.nz>
5911
5912 * files.texi (File Name Completion): Point user to the node
5913 "Reading File Names".
5914
59152006-06-24 Eli Zaretskii <eliz@gnu.org>
5916
5917 * files.texi (Contents of Directories): Document case-insensitive
5918 behavior on respective filesystems.
5919
5920 * objects.texi (Character Type): Document that Emacs signals an
5921 error for unsupported Unicode characters specified as \uNNNN.
5922
59232006-06-19 Richard Stallman <rms@gnu.org>
5924
5925 * processes.texi (Bindat Spec): Clarify previous change.
5926
59272006-06-16 Richard Stallman <rms@gnu.org>
5928
5929 * tips.texi (Coding Conventions): Better explain conventions
5930 for definition constructs.
5931
5932 * text.texi (Special Properties): String value of `read-only'
5933 serves as the error message.
5934
5935 * objects.texi (Character Type): Clarify prev. change.
5936 (Non-ASCII in Strings): Mention \u and \U.
5937
5938 * commands.texi (Using Interactive): Explain problem of
5939 markers, etc., in command-history.
5940
59412006-06-14 Kim F. Storm <storm@cua.dk>
5942
5943 * commands.texi (Waiting): Negative arg to sit-for forces
5944 redisplay even if input is pending.
5945
5946 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5947 redisplay. Remove incorrect example of binding redisplay-dont-pause
5948 around (sit-for 0).
5949
59502006-06-13 Richard Stallman <rms@gnu.org>
5951
5952 * display.texi (Forcing Redisplay): Clarify previous change.
5953
59542006-06-13 Romain Francoise <romain@orebokech.com>
5955
5956 * display.texi (Forcing Redisplay): Fix typo.
5957
59582006-06-13 Kim F. Storm <storm@cua.dk>
5959
5960 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5961
59622006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5963
5964 * tips.texi (Coding Conventions): Add `@end itemize'.
5965
59662006-06-10 Richard Stallman <rms@gnu.org>
5967
5968 * tips.texi (Coding Conventions): Explain use of coding systems
5969 to ensure one decoding for strings.
5970
59712006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5972
5973 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5974 syntax.
5975
59762006-06-07 Eli Zaretskii <eliz@gnu.org>
5977
5978 * display.texi (Font Selection): Remove description of
5979 clear-face-cache.
5980
5981 * compile.texi (Eval During Compile): Fix a typo. Add index
5982 entries for possible uses of eval-when-compile.
5983
59842006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5985
5986 * display.texi (Abstract Display): Fix typo.
5987
59882006-06-03 Eli Zaretskii <eliz@gnu.org>
5989
5990 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5991 Reword variable's description.
5992
59932006-06-01 Richard Stallman <rms@gnu.org>
5994
5995 * windows.texi (Splitting Windows): Clarify splitting nonselected
5996 window.
5997
59982006-05-31 Juri Linkov <juri@jurta.org>
5999
6000 * minibuf.texi (Minibuffer History): Add history-add-new-input.
6001
60022006-05-30 Richard Stallman <rms@gnu.org>
6003
6004 * display.texi (Line Height): Fix errors in description of
10d1d0af 6005 default line height and line-height property.
b8d4c8d0
GM
6006
6007 * nonascii.texi (Default Coding Systems): Further clarification.
6008
60092006-05-29 Luc Teirlinck <teirllm@auburn.edu>
6010
6011 * internals.texi (Pure Storage): Mention that an overflow in pure
6012 space causes a memory leak.
6013 (Garbage Collection): If there was an overflow in pure space,
6014 `garbage-collect' returns nil.
6015
60162006-05-30 Eli Zaretskii <eliz@gnu.org>
6017
6018 * nonascii.texi (Default Coding Systems): Fix it some more.
6019
60202006-05-29 Eli Zaretskii <eliz@gnu.org>
6021
6022 * nonascii.texi (Default Coding Systems): Fix last change.
6023
60242006-05-29 Kenichi Handa <handa@m17n.org>
6025
6026 * nonascii.texi (find-operation-coding-system): Describe the new
6027 argument format (FILENAME . BUFFER).
6028
60292006-05-28 Richard Stallman <rms@gnu.org>
6030
6031 * tips.texi (Coding Conventions): Better explain reasons not to
6032 advise other packages or use `eval-after-load'.
6033
60342006-05-29 Kim F. Storm <storm@cua.dk>
6035
6036 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
6037 `bindat-idx' and `bindat-raw' for clarity.
6038
60392006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6040
6041 * processes.texi (Bindat Spec): Expand on `repeat' handler.
6042
6043 * display.texi (Display): Add "Abstract Display" to menu.
6044 (Abstract Display, Abstract Display Functions)
6045 (Abstract Display Example): New nodes.
6046 * elisp.texi (Top): Add "Abstract Display" to menu.
6047
60482006-05-27 Chong Yidong <cyd@stupidchicken.com>
6049
6050 * keymaps.texi (Key Sequences): Link to input events definition.
6051 (Format of Keymaps): Delete material duplicated in Keymap Basics.
6052
6053 * files.texi (Changing Files): Document updated argument list for
6054 copy-file.
6055
60562006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
6057
6058 * processes.texi (Bindat Functions): Explain term "total length".
6059 Use it in bindat-length and bindat-pack descriptions.
6060
60612006-05-26 Eli Zaretskii <eliz@gnu.org>
6062
6063 * tips.texi (Coding Conventions): Advise against using
6064 eval-after-load in packages. Add an index entry.
6065
60662006-05-25 Juri Linkov <juri@jurta.org>
6067
6068 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
6069
6070 * modes.texi (%-Constructs): Add %e, %z, %Z.
6071
60722006-05-25 Richard Stallman <rms@gnu.org>
6073
6074 * elisp.texi (Top): Update subnode menu.
6075
6076 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
6077 (Keymaps): Update menu.
6078
60792006-05-25 Chong Yidong <cyd@stupidchicken.com>
6080
6081 * keymaps.texi (Key Sequences): Some clarifications.
6082
60832006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
6084
6085 * processes.texi (Bindat Functions): Say "unibyte string"
6086 explicitly for bindat-unpack and bindat-pack descriptions.
6087 (Bindat Examples): Don't call `string-make-unibyte' in example.
6088
60892006-05-25 Chong Yidong <cyd@stupidchicken.com>
6090
5dcb4c4e 6091 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 6092 Explain string and vector representations of key sequences.
b8d4c8d0
GM
6093
6094 * keymaps.texi (Changing Key Bindings):
dd7b651b 6095 * commands.texi (Interactive Codes):
b8d4c8d0
GM
6096 * help.texi (Describing Characters): Refer to it.
6097
60982006-05-23 Luc Teirlinck <teirllm@auburn.edu>
6099
6100 * frames.texi (Pointer Shape): @end table -> @end defvar.
6101
61022006-05-22 Richard Stallman <rms@gnu.org>
6103
6104 * elisp.texi (Top): Update subnode menus.
6105
6106 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
6107 Contents rewritten; material from old Pointer Shape node moved here.
6108
6109 * display.texi (Pointer Shape): Node deleted.
6110 (Image Descriptors): Minor cleanup.
6111
61122006-05-21 Richard Stallman <rms@gnu.org>
6113
6114 * syntax.texi (Parsing Expressions): Update info on which STATE
6115 elements are ignored.
6116
61172006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6118
6119 * hooks.texi (Standard Hooks): Correct typo.
6120
6121 * gpl.texi (GPL): ifinfo -> ifnottex.
6122
61232006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
6124
6125 * searching.texi (Simple Match Data): Warn about match data being
6126 set anew by every search.
6127
61282006-05-17 Richard Stallman <rms@gnu.org>
6129
6130 * minibuf.texi (Minibuffer History): Clarify.
6131
6132 * searching.texi (Regexp Special): Clarify nested regexp warning.
6133
61342006-05-16 Kim F. Storm <storm@cua.dk>
6135
6136 * minibuf.texi (Minibuffer History): Update add-to-history.
6137
61382006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
6139
5dcb4c4e
SM
6140 * nonascii.texi (Explicit Encoding):
6141 Fix typo (encoding<->decoding).
b8d4c8d0
GM
6142
61432006-05-14 Richard Stallman <rms@gnu.org>
6144
6145 * buffers.texi (Creating Buffers): Cleanup.
6146
6147 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
6148
61492006-05-13 Eli Zaretskii <eliz@gnu.org>
6150
6151 * buffers.texi (Current Buffer): Document that with-temp-buffer
6152 disables undo.
6153
6154 * os.texi (Terminal-Specific): More accurate description of how
6155 Emacs searches for the terminal-specific libraries.
6156
61572006-05-12 Eli Zaretskii <eliz@gnu.org>
6158
6159 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
6160 emacs-xtra to @inforef's.
6161
6162 * text.texi (Undo): Document that undo is turned off in buffers
6163 whose names begin with a space.
6164
6165 * buffers.texi (Buffer Names): Add index entries for buffers whose
6166 names begin with a space.
6167 (Creating Buffers): Document that undo is turned off in buffers
6168 whose names begin with a space.
6169
6170 * files.texi (Visiting Functions, Reading from Files)
6171 (Saving Buffers): Mention code and EOL conversions by file I/O
6172 primitives and subroutines.
6173
f4e90db0
SM
6174 * nonascii.texi (Lisp and Coding Systems):
6175 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
6176
6177 * display.texi (Defining Faces): Mention `mac', and add an xref to
6178 where window-system is described.
6179
61802006-05-10 Richard Stallman <rms@gnu.org>
6181
6182 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6183
61842006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
6185
6186 * variables.texi (File Local Variables): Recommend to quote lambda
6187 expressions in safe-local-variable property.
6188
61892006-05-09 Richard Stallman <rms@gnu.org>
6190
5dcb4c4e
SM
6191 * variables.texi (File Local Variables):
6192 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
6193
61942006-05-07 Kim F. Storm <storm@cua.dk>
6195
6196 * minibuf.texi (Minibuffer History): Remove keep-dups arg
6197 from add-to-history.
6198
61992006-05-07 Romain Francoise <romain@orebokech.com>
6200
6201 * commands.texi (Event Input Misc):
6202 * compile.texi (Eval During Compile):
6203 * internals.texi (Buffer Internals):
6204 * minibuf.texi (Initial Input):
6205 * nonascii.texi (Scanning Charsets):
6206 * numbers.texi (Comparison of Numbers):
6207 * windows.texi (Textual Scrolling, Vertical Scrolling):
6208 Fix various typos.
6209
62102006-05-06 Eli Zaretskii <eliz@gnu.org>
6211
6212 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6213 conditional xref's to either emacs or emacs-xtra, depending on
6214 @iftex/@ifnottex.
6215
6216 * minibuf.texi (Minibuffer History): Document add-to-history.
6217
62182006-05-05 Eli Zaretskii <eliz@gnu.org>
6219
6220 * internals.texi (Pure Storage): Mention the pure overflow message
6221 at startup.
6222
c8763fb6 62232006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6224
6225 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6226 (Searching Keymaps): Fix pseudo-Lisp description of keymap
6227 search.
6228
62292006-05-01 Richard Stallman <rms@gnu.org>
6230
6231 * intro.texi (nil and t): Clarify.
6232
6233 * variables.texi (File Local Variables): Suggest using booleanp.
6234
62352006-05-01 Juanma Barranquero <lekktu@gmail.com>
6236
6237 * objects.texi (Type Predicates): Fix typos.
6238
62392006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6240
6241 * intro.texi (nil and t): Add booleanp.
6242
6243 * objects.texi (Type Predicates): Add links for booleanp and
6244 string-or-null-p.
6245
62462006-04-29 Richard Stallman <rms@gnu.org>
6247
6248 * modes.texi (Multiline Font Lock): Rename from
6249 Multi line Font Lock Elements. Much clarification.
6250 (Font Lock Multiline, Region to Fontify): Much clarification.
6251
62522006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6253
6254 * variables.texi (File Local Variables): Remove the special case t for
6255 safe-local-variable.
6256
62572006-04-26 Richard Stallman <rms@gnu.org>
6258
6259 * syntax.texi (Parsing Expressions): Minor cleanup.
6260
62612006-04-18 Richard Stallman <rms@gnu.org>
6262
6263 * tips.texi (Coding Conventions): Explain when the package's
6264 prefix should appear later on (not at the start of the name).
6265
6266 * searching.texi (String Search): Clarify effect of NOERROR.
6267
6268 * modes.texi (Imenu): Clarify what special items do.
6269
6270 * hooks.texi (Standard Hooks): Delete text about old hook names.
6271
62722006-04-17 Romain Francoise <romain@orebokech.com>
6273
6274 * variables.texi (Local Variables): Update the default value of
6275 `max-specpdl-size'.
6276
62772006-04-15 Michael Olson <mwolson@gnu.org>
6278
6279 * processes.texi (Transaction Queues): Mention the new optional
6280 `delay-question' argument for `tq-enqueue'.
6281
62822006-04-13 Bill Wohler <wohler@newt.com>
6283
6284 * customize.texi (Common Keywords): Use dotted notation for
6285 :package-version value. Specify its values. Improve documentation
6286 for customize-package-emacs-version-alist.
6287
62882006-04-12 Bill Wohler <wohler@newt.com>
6289
6290 * customize.texi (Common Keywords): Move description of
6291 customize-package-emacs-version-alist to @defvar.
6292
62932006-04-10 Bill Wohler <wohler@newt.com>
6294
6295 * customize.texi (Common Keywords): Add :package-version.
6296
62972006-04-10 Kim F. Storm <storm@cua.dk>
6298
6299 * text.texi (Buffer Contents): Add NOPROPS arg to
6300 filter-buffer-substring.
6301
63022006-04-08 Kevin Ryde <user42@zip.com.au>
6303
6304 * os.texi (Command-Line Arguments): Update xref to emacs manual
6305 "Command Arguments" -> "Emacs Invocation", per change there.
6306
63072006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
6308
6309 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6310 be on one line to help makeinfo not render two spaces after the dot.
6311
63122006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6313
6314 * strings.texi (Predicates for Strings): Add string-or-null-p.
6315
63162006-03-28 Kim F. Storm <storm@cua.dk>
6317
6318 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6319 remarks about systems that don't support fractional seconds.
6320
63212006-03-25 Karl Berry <karl@gnu.org>
6322
6323 * elisp.texi: Use @copyright{} instead of (C), and do not indent
6324 the year list.
6325
63262006-03-21 Nick Roberts <nickrob@snap.net.nz>
6327
6328 * display.texi (Fringe Indicators): Fix typos.
6329
63302006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6331
6332 * tips.texi (Documentation Tips): One can now also write `program'
6333 in front of a quoted symbol in a docstring to prevent making a
6334 hyperlink.
6335
63362006-03-19 Alan Mackenzie <acm@muc.de>
6337
6338 * text.texi (Special Properties): Clarify `fontified' property.
6339
63402006-03-16 Richard Stallman <rms@gnu.org>
6341
6342 * display.texi (Defining Images): Minor cleanup.
6343
63442006-03-16 Bill Wohler <wohler@newt.com>
6345
6346 * display.texi (Defining Images): In image-load-path-for-library,
6347 prefer user's images.
6348
63492006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6350
6351 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6352
63532006-03-15 Bill Wohler <wohler@newt.com>
6354
6355 * display.texi (Defining Images): Fix example in
6356 image-load-path-for-library by not recommending that one binds
6357 image-load-path. Just defvar it to placate compiler and only use
6358 it if previously defined.
6359
63602006-03-14 Bill Wohler <wohler@newt.com>
6361
6362 * display.texi (Defining Images): In image-load-path-for-library,
6363 always return list of directories. Update example.
6364
63652006-03-14 Alan Mackenzie <acm@muc.de>
6366
6367 * modes.texi: New node, "Region to Fontify" (for Font Lock).
6368 This describes font-lock-extend-region-function.
6369 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6370 the new node "Region to Fontify".
6371
63722006-03-13 Richard Stallman <rms@gnu.org>
6373
6374 * display.texi (Invisible Text): The impossible position is
6375 now before the invisible text, not after.
6376 (Defining Images): Clean up last change.
6377
63782006-03-11 Bill Wohler <wohler@newt.com>
6379
6380 * display.texi (Defining Images): Add image-load-path-for-library.
6381
63822006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6383
6384 * text.texi (Adaptive Fill): Fix Texinfo usage.
6385
6386 * strings.texi (Creating Strings): Fix Texinfo usage.
6387
6388 * searching.texi (Regexp Special): Use @samp for regular
6389 expressions that are not in Lisp syntax.
6390
63912006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6392
6393 * searching.texi (Regexp Special): Put remark between parentheses
6394 to avoid misreading.
6395
63962006-03-07 Luc Teirlinck <teirllm@auburn.edu>
6397
6398 * searching.texi (Syntax of Regexps): More accurately describe
6399 which characters are special in which situations.
6400 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6401 are not special. Describe in detail when `[' and `]' are special.
6402 (Regexp Backslash): Plenty of regexps with unbalanced square
6403 brackets are valid, so reword that statement.
6404
64052006-03-02 Kim F. Storm <storm@cua.dk>
6406
6407 * keymaps.texi (Tool Bar): Add tool-bar-border.
6408
64092006-02-28 Luc Teirlinck <teirllm@auburn.edu>
6410
6411 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
6412
64132006-02-27 Luc Teirlinck <teirllm@auburn.edu>
6414
6415 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6416
6417 * files.texi (Locating Files): Suggest additional values for the
6418 SUFFIXES arg of `locate-file'. Update pxref.
6419
6420 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6421 (How Programs Do Loading): Discuss the effects of Auto Compression
6422 mode on `load'.
6423 (Load Suffixes): New node.
6424 (Library Search): Delete description of `load-suffixes'; it was
6425 moved to "Load Suffixes".
6426 (Autoload, Named Features): Mention `load-suffixes'.
6427
64282006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6429
6430 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6431
6432 * windows.texi (Window Tree): Fix typo.
6433
64342006-02-20 Kim F. Storm <storm@cua.dk>
6435
6436 * display.texi (Fringe Indicators): New section.
6437 Move indicate-empty-lines, indicate-buffer-boundaries, and
6438 default-indicate-buffer-boundaries here.
6439 Add fringe-indicator-alist and default-fringes-indicator-alist.
6440 Add list of logical fringe indicator symbols.
6441 Update list of standard bitmap names.
6442 (Fringe Cursors): New section.
6443 Move overflow-newline-into-fringe here.
6444 Add fringe-cursor-alist and default-fringes-cursor-alist.
6445 Add list of fringe cursor symbols.
6446
64472006-02-20 Juanma Barranquero <lekktu@gmail.com>
6448
6449 * commands.texi (Using Interactive): Fix reference to node
6450 "Minibuffers".
6451
64522006-02-19 Richard M. Stallman <rms@gnu.org>
6453
6454 * minibuf.texi (High-Level Completion):
6455 Add xref to read-input-method-name.
6456
6457 * files.texi (Relative File Names): Move file-relative-name here.
6458 (File Name Expansion): From here. Minor clarifications.
6459
6460 * commands.texi (Using Interactive): Add xrefs about reading input.
6461 Clarify remarks about that moving point and mark.
6462 Put string case before list case.
6463
c8763fb6 64642006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6465
6466 * display.texi (Other Display Specs, Image Descriptors):
6467 Revert erroneous changes. The previous description of
6468 image-descriptors as `(image . PROPS)' was correct.
6469
64702006-02-14 Richard M. Stallman <rms@gnu.org>
6471
6472 * variables.texi (File Local Variables): Clarifications.
6473
64742006-02-14 Juanma Barranquero <lekktu@gmail.com>
6475
6476 * variables.texi (File Local Variables): Use @code for a cons
6477 cell, not @var.
6478
64792006-02-13 Chong Yidong <cyd@stupidchicken.com>
6480
6481 * variables.texi (File Local Variables): Document new file local
6482 variable behavior.
6483
64842006-02-10 Kim F. Storm <storm@cua.dk>
6485
6486 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6487
64882006-02-08 Juanma Barranquero <lekktu@gmail.com>
6489
6490 * modes.texi (%-Constructs): Remove obsolete info about
6491 `global-mode-string'.
6492
64932006-02-07 Richard M. Stallman <rms@gnu.org>
6494
6495 * commands.texi (Prefix Command Arguments): Minor cleanup.
6496
6497 * display.texi: "Graphical display", not window system.
6498
6499 * functions.texi (What Is a Function): Fix xref.
6500
6501 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6502 (Changing Key Bindings): Clarify when remapping is better than
6503 substitute-key-definition.
6504
65052006-02-02 Richard M. Stallman <rms@gnu.org>
6506
6507 * minibuf.texi (Basic Completion): Completion alists are risky.
6508
6509 * keymaps.texi (Active Keymaps): Clarifications.
6510 (Searching Keymaps): New node.
6511 (Keymaps): Update menu.
6512
6513 * frames.texi (Layout Parameters): Minor clarification.
6514 (Drag and Drop): New node.
6515 (Frames): Update menu.
6516
65172006-01-29 Chong Yidong <cyd@stupidchicken.com>
6518
6519 * display.texi (Other Display Specs, Image Descriptors):
6520 Image description is a list, not a cons cell.
6521
65222006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6523
6524 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6525 list is not necessarily a list).
6526
65272006-01-27 Eli Zaretskii <eliz@gnu.org>
6528
6529 * frames.texi (Layout Parameters): border-width and
6530 internal-border-width belong to the frame, not the window.
6531
65322006-01-19 Richard M. Stallman <rms@gnu.org>
6533
6534 * nonascii.texi (Translation of Characters): Search cmds use
6535 translation-table-for-input. Automatically made local.
6536
6537 * markers.texi (Overview of Markers): Count insertion type
6538 as one of a marker's attributes.
6539
6540 * keymaps.texi (Controlling Active Maps): New node, split out of
6541 Active Keymaps.
6542 (Keymaps): Menu updated.
6543 (Active Keymaps): Give pseudocode to explain how the active
6544 maps are searched. current-active-maps and key-binding moved here.
6545 (Functions for Key Lookup): current-active-maps and key-binding moved.
6546 Clarifications.
6547 (Searching the Keymaps): New subnode.
6548
6549 * elisp.texi (Top): Menu clarification.
6550
6551 * display.texi (Other Display Specs): Delete duplicate entry for
6552 just a string as display spec. Move text about recursive display
6553 specs on such a string.
6554
6555 * commands.texi (Key Sequence Input): Clarify.
6556 Move num-nonmacro-input-events out.
6557 (Reading One Event): num-nonmacro-input-events moved here.
6558
65592006-01-14 Nick Roberts <nickrob@snap.net.nz>
6560
6561 * advice.texi (Simple Advice): Update example to fit argument
6562 change in previous-line.
6563
65642006-01-05 Richard M. Stallman <rms@gnu.org>
6565
6566 * markers.texi (The Mark): Fix in `mark'.
6567
65682006-01-04 Richard M. Stallman <rms@gnu.org>
6569
6570 * processes.texi (Misc Network, Make Network): Minor cleanups.
6571
65722006-01-04 Kim F. Storm <storm@cua.dk>
6573
6574 * processes.texi (Make Network): Add IPv6 addresses and handling.
6575 (Network Feature Testing): Mention (:family ipv6).
6576 (Misc Network): Add IPv6 formats to format-network-address.
6577
65782005-12-30 Richard M. Stallman <rms@gnu.org>
6579
6580 * text.texi (Changing Properties):
6581 Don't use return value of set-text-properties.
6582
65832005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6584
6585 * modes.texi (Mode Line Format): Correct typo in menu.
6586
65872005-12-29 Richard M. Stallman <rms@gnu.org>
6588
6589 * modes.texi (Mode Line Top): New node.
6590 (Mode Line Data): Some text moved to new node.
6591 Explain the data structure more concretely.
6592 (Mode Line Basics): Clarifications.
6593 (Mode Line Variables): Clarify intro paragraph.
6594 (%-Constructs): Clarify intro paragraph.
6595 (Mode Line Format): Update menu.
6596
65972005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6598
6599 * minibuf.texi (Basic Completion): Update lazy-completion-table
6600 examples for removal of ARGS argument.
6601
66022005-12-23 Richard M. Stallman <rms@gnu.org>
6603
6604 * text.texi (Undo): Restore some explanation from the version
6605 that was deleted.
6606
66072005-12-23 Eli Zaretskii <eliz@gnu.org>
6608
6609 * text.texi (Undo): Remove duplicate descriptions of `apply
6610 funname' and `apply delta' elements of the undo list.
6611
66122005-12-20 Richard M. Stallman <rms@gnu.org>
6613
6614 * help.texi (Help Functions): Update documentation of `apropos'.
6615
66162005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6617
6618 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6619 because it is confusing. If the :help-echo keyword is a function,
6620 it is not directly used as the :help-echo overlay property, as the
6621 xref seems to suggest (it does not take the appropriate args).
6622
66232005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6624
6625 * customize.texi (Common Keywords): Fix Texinfo usage.
6626 (Group Definitions, Variable Definitions): Update for new
6627 conventions for using `*' in docstrings.
6628
6629 * tips.texi (Documentation Tips): Update for new conventions for
6630 using `*' in docstrings.
6631
66322005-12-16 Richard M. Stallman <rms@gnu.org>
6633
6634 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6635
66362005-12-16 Juri Linkov <juri@jurta.org>
6637
6638 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6639
66402005-12-14 Romain Francoise <romain@orebokech.com>
6641
6642 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6643 Fix typo.
6644
66452005-12-11 Juri Linkov <juri@jurta.org>
6646
6647 * minibuf.texi (Completion Commands): Add mention of read-file-name
6648 for filename completion keymaps.
6649 (Reading File Names): Add mention of filename completion keymaps
6650 for read-file-name and xref to `Completion Commands'.
6651
66522005-12-10 Richard M. Stallman <rms@gnu.org>
6653
6654 * customize.texi (Common Keywords): State caveats for use of :tag.
6655
66562005-12-08 Richard M. Stallman <rms@gnu.org>
6657
6658 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6659 with xrefs and better explanation.
6660 (Completion Commands): Add the filename completion maps.
6661
6662 * objects.texi (Character Type): Clarify that \s is not space
6663 if a dash follows.
6664
66652005-12-05 Richard M. Stallman <rms@gnu.org>
6666
6667 * windows.texi (Resizing Windows): Delete preserve-before args.
6668
66692005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6670
6671 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6672 in full keymaps, since the quirk has been fixed.
6673
66742005-12-03 Eli Zaretskii <eliz@gnu.org>
6675
5dcb4c4e
SM
6676 * hooks.texi (Standard Hooks): Add index entries.
6677 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6678
66792005-11-27 Richard M. Stallman <rms@gnu.org>
6680
6681 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6682
66832005-11-21 Juri Linkov <juri@jurta.org>
6684
6685 * customize.texi (Common Keywords): Update links types
6686 custom-manual and url-link. Add link types emacs-library-link,
6687 file-link, function-link, variable-link, custom-group-link.
6688
66892005-11-20 Chong Yidong <cyd@stupidchicken.com>
6690
6691 * display.texi: Revert 2005-11-20 change.
6692
66932005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6694
6695 * processes.texi (Bindat Functions):
6696 Say "third" to refer to zero-based index "2".
6697
66982005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6699
6700 * loading.texi (Library Search): Update the default value of
6701 `load-suffixes'.
6702
67032005-11-17 Chong Yidong <cyd@stupidchicken.com>
6704
6705 * display.texi (Attribute Functions): Mention :ignore-defface.
6706
67072005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6708
6709 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6710 (Minor Mode Conventions): Mention the use of a hook.
6711
67122005-11-06 Richard M. Stallman <rms@gnu.org>
6713
6714 * files.texi (Magic File Names): find-file-name-handler checks the
6715 `operations' property of the handler.
6716
67172005-11-03 Richard M. Stallman <rms@gnu.org>
6718
6719 * variables.texi (Frame-Local Variables): Small clarification.
6720
67212005-10-29 Chong Yidong <cyd@stupidchicken.com>
6722
6723 * os.texi (Init File): Document ~/.emacs.d/init.el.
6724
67252005-10-29 Richard M. Stallman <rms@gnu.org>
6726
6727 * internals.texi (Garbage Collection): Document memory-full.
6728
67292005-10-28 Bill Wohler <wohler@newt.com>
6730
6731 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6732 for URLs.
6733
67342005-10-28 Richard M. Stallman <rms@gnu.org>
6735
6736 * minibuf.texi (Completion Commands): Clean up prev change.
6737
67382005-10-26 Kevin Ryde <user42@zip.com.au>
6739
6740 * compile.texi (Eval During Compile): Explain recommended uses
6741 of eval-when-compile and eval-and-compile.
6742
67432005-10-27 Masatake YAMATO <jet@gyve.org>
6744
6745 * minibuf.texi (Completion Commands):
6746 Write about new optional argument for `display-completion-list'.
6747
67482005-10-23 Richard M. Stallman <rms@gnu.org>
6749
6750 * display.texi (Overlay Arrow): Clarify about local bindings of
6751 overlay-arrow-position.
6752
67532005-10-22 Eli Zaretskii <eliz@gnu.org>
6754
6755 * internals.texi (Building Emacs): Fix last change.
6756
67572005-10-22 Richard M. Stallman <rms@gnu.org>
6758
6759 * internals.texi (Building Emacs): Document eval-at-startup.
6760
67612005-10-21 Richard M. Stallman <rms@gnu.org>
6762
6763 * loading.texi (Where Defined): load-history contains abs file names.
6764 symbol-file returns abs file names.
6765
67662005-10-19 Kim F. Storm <storm@cua.dk>
6767
6768 * display.texi (Showing Images): Add max-image-size integer value.
6769
67702005-10-18 Chong Yidong <cyd@stupidchicken.com>
6771
6772 * display.texi (Showing Images): Document max-image-size.
6773
67742005-10-17 Richard M. Stallman <rms@gnu.org>
6775
6776 * commands.texi (Quitting): Minor clarification.
6777
6778 * processes.texi (Sentinels): Clarify about output and quitting.
6779 (Filter Functions): Mention with-local-quit.
6780
67812005-10-17 Juri Linkov <juri@jurta.org>
6782
6783 * buffers.texi (Current Buffer):
6784 * commands.texi (Event Input Misc):
6785 * compile.texi (Eval During Compile, Compiler Errors):
6786 * customize.texi (Group Definitions):
6787 * display.texi (Progress, Defining Faces):
6788 * files.texi (Writing to Files):
6789 * modes.texi (Mode Hooks, Defining Minor Modes):
6790 * streams.texi (Output Functions):
6791 * syntax.texi (Syntax Table Functions):
6792 * text.texi (Change Hooks):
6793 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6794
6795 * commands.texi (Quitting): Replace arg `forms' with `body' in
6796 `with-local-quit'.
6797
6798 * positions.texi (Excursions): Replace arg `forms' with `body' in
6799 `save-excursion'.
6800
68012005-10-08 Kim F. Storm <storm@cua.dk>
6802
6803 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6804 Rename manual section accordingly.
6805
68062005-10-04 Kim F. Storm <storm@cua.dk>
6807
6808 * windows.texi (Window Split Tree): New section describing
6809 new function window-split-tree function.
6810
68112005-10-03 Nick Roberts <nickrob@snap.net.nz>
6812
6813 * display.texi (Fringe Size/Pos): Simplify and add detail.
6814
68152005-09-30 Romain Francoise <romain@orebokech.com>
6816
6817 * minibuf.texi (High-Level Completion): Explain that the prompt
6818 given to `read-buffer' should end with a colon and a space.
6819 Update usage examples.
6820
68212005-09-29 Juri Linkov <juri@jurta.org>
6822
6823 * display.texi (Displaying Messages): Rename argument name
6824 `string' to `format-string' in functions `message', `message-box',
6825 `message-or-box'.
6826
68272005-09-26 Chong Yidong <cyd@stupidchicken.com>
6828
6829 * errors.texi (Standard Errors): Correct xrefs.
6830
68312005-09-18 Chong Yidong <cyd@stupidchicken.com>
6832
6833 * display.texi (Defining Images): Update documentation for
6834 `image-load-path'.
6835
68362005-09-17 Richard M. Stallman <rms@gnu.org>
6837
6838 * display.texi (Defining Images): Clean up previous change.
6839
68402005-09-16 Romain Francoise <romain@orebokech.com>
6841
6842 * elisp.texi: Specify GFDL version 1.2.
6843
6844 * doclicense.texi (GNU Free Documentation License): Update to
6845 version 1.2.
6846
68472005-09-15 Chong Yidong <cyd@stupidchicken.com>
6848
6849 * display.texi (Defining Images): Document `image-load-path'.
6850
68512005-09-15 Richard M. Stallman <rms@gnu.org>
6852
6853 * objects.texi (Printed Representation): Minor cleanup.
6854 (Box Diagrams): Minor fix.
6855 (Cons Cell Type): Move (...) index item here.
6856 (Box Diagrams): From here.
6857 (Array Type): Minor fix.
6858 (Type Predicates): Delete index "predicates".
6859 (Hash Table Type): Clarify xref.
6860 (Dotted Pair Notation): Minor fix.
6861
68622005-09-10 Chong Yidong <cyd@stupidchicken.com>
6863
6864 * files.texi (Saving Buffers): Fix typo.
6865
68662005-09-08 Richard M. Stallman <rms@gnu.org>
6867
6868 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6869
68702005-09-08 Chong Yidong <cyd@stupidchicken.com>
6871
6872 * locals.texi (Standard Buffer-Local Variables): Don't include
6873 mode variables for minor modes.
6874 Fix xrefs for buffer-display-count, buffer-display-table,
6875 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6876 enable-multibyte-characters, fill-column, header-line-format,
6877 left-fringe-width, left-margin, and right-fringe-width.
6878
6879 * hooks.texi (Standard Hooks): All hooks should conform to the
6880 standard naming convention now.
6881 Fix xref for `echo-area-clear-hook'.
6882
6883 * display.texi (Usual Display): Note that indicate-empty-lines and
6884 tab-width are buffer-local.
6885
6886 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6887
6888 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6889
6890 * nonascii.texi (Encoding and I/O): Note that
6891 buffer-file-coding-system is buffer-local.
6892
6893 * positions.texi (List Motion): Note that defun-prompt-regexp is
6894 buffer-local.
6895
6896 * text.texi (Auto Filling): Note that auto-fill-function is
6897 buffer-local.
6898 (Undo): Note that buffer-undo-list is buffer-local.
6899
5dcb4c4e
SM
6900 * windows.texi (Buffers and Windows):
6901 Document buffer-display-count.
b8d4c8d0
GM
6902
69032005-09-06 Richard M. Stallman <rms@gnu.org>
6904
6905 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6906 package prefix elsewhere than at the start of the name.
6907
69082005-09-03 Richard M. Stallman <rms@gnu.org>
6909
6910 * tips.texi (Programming Tips): Add conventions for minibuffer
6911 questions and prompts.
6912
69132005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6914
6915 * intro.texi (nil and t): Minor cleanup.
6916 Delete spurious mention of keyword symbols.
6917 (Evaluation Notation): Add index entry.
6918 (A Sample Function Description): Minor cleanup.
6919 (A Sample Variable Description): Not all vars can be set.
6920
69212005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6922
6923 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6924
6925 (Insertion): Document precise type of `insert-char' arg COUNT.
6926
69272005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6928
6929 * modes.texi (Other Font Lock Variables): Sync the default of
6930 font-lock-lines-before.
6931
69322005-08-31 Michael Albinus <michael.albinus@gmx.de>
6933
6934 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6935
69362005-08-29 Richard M. Stallman <rms@gnu.org>
6937
6938 * elisp.texi (Top): Update subnode menu.
6939
6940 * searching.texi (Searching and Matching): Move node.
6941 Rearrange contents and add overall explanation.
6942 (Searching and Case): Move node.
6943 (Searching and Matching): Update menu.
6944
69452005-08-27 Eli Zaretskii <eliz@gnu.org>
6946
6947 * os.texi (Startup Summary): Fix the description of the initial
6948 startup message display.
6949
69502005-08-25 Richard M. Stallman <rms@gnu.org>
6951
6952 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6953
69542005-08-25 Emilio C. Lopes <eclig@gmx.net>
6955
6956 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6957 `next-overlay-change' example.
6958
69592005-08-22 Juri Linkov <juri@jurta.org>
6960
6961 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6962 Fix invert-face. Fix args of face-background.
6963
6964 * display.texi (Standard Faces): Delete node.
6965 (Faces): Add xref to `(emacs)Standard Faces'.
6966 (Displaying Faces): Fix xref to `Standard Faces'.
6967
6968 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6969
69702005-08-20 Alan Mackenzie <acm@muc.de>
6971
6972 * buffers.texi (The Buffer List): Clarify the manipulation of the
6973 buffer list.
6974
69752005-08-14 Richard M. Stallman <rms@gnu.org>
6976
6977 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6978 a regexp.
6979
69802005-08-11 Richard M. Stallman <rms@gnu.org>
6981
6982 * elisp.texi (Top): Update subnode lists.
6983
6984 * display.texi (Inverse Video): Node deleted.
6985
6986 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6987 New nodes split out of Coding Conventions.
6988
6989 * searching.texi (Regular Expressions): Document re-builder.
6990
6991 * os.texi (Time Parsing): New node split out of Time Conversion.
6992
6993 * processes.texi (Misc Network, Network Feature Testing)
6994 (Network Options, Make Network): New nodes split out of
6995 Low-Level Network.
6996
69972005-08-09 Richard M. Stallman <rms@gnu.org>
6998
6999 * frames.texi (Geometry): New node, split from Size and Position.
7000 (Frame Parameters): Refer to Geometry.
7001
7002 * buffers.texi (The Buffer List): Fix xrefs.
7003
7004 * windows.texi (Splitting Windows): Fix xref.
7005
7006 * frames.texi (Layout Parameters): Add xref.
7007
7008 * display.texi (Line Height, Scroll Bars): Fix xrefs.
7009
7010 * keymaps.texi (Menu Bar): Fix xref.
7011
7012 * locals.texi (Standard Buffer-Local Variables): Fix xref.
7013
7014 * modes.texi (%-Constructs): Fix xref.
7015
7016 * frames.texi (Window Frame Parameters): Node split up.
7017 (Basic Parameters, Position Parameters, Size Parameters)
7018 (Layout Parameters, Buffer Parameters, Management Parameters)
7019 (Cursor Parameters, Color Parameters): New subnodes.
7020
70212005-08-09 Luc Teirlinck <teirllm@auburn.edu>
7022
7023 * positions.texi (Screen Lines): Update xref for previous change
7024 in minibuf.texi.
7025
7026 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
7027 change in minibuf.texi.
7028
70292005-08-09 Richard M. Stallman <rms@gnu.org>
7030
7031 * tips.texi (Coding Conventions): Minor cleanup.
7032
7033 * modes.texi (Defining Minor Modes): Explain when init-value
7034 can be non-nil.
7035
7036 * elisp.texi (Top): Update submenu for Minibuffer.
7037
7038 * minibuf.texi (Minibuffer Misc): Node split up.
7039 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
7040 (Recursive Mini): New nodes split out from Minibuffer Misc.
7041 (Minibuffer Misc): Document max-mini-window-height.
7042
7043 * hash.texi (Defining Hash): Delete stray paren in example.
7044
7045 * display.texi (Echo Area Customization): Don't define
7046 max-mini-window-height here; xref instead.
7047
7048 * commands.texi (Event Input Misc): Update while-no-input.
7049
7050 * advice.texi (Advising Functions): Explain when to use advice
7051 and when to use a hook.
7052
70532005-07-30 Eli Zaretskii <eliz@gnu.org>
7054
7055 * makefile.w32-in (info): Don't run install-info.
7056 ($(infodir)/dir): New target, produced by running install-info.
7057
70582005-07-27 Luc Teirlinck <teirllm@auburn.edu>
7059
7060 * modes.texi (Defining Minor Modes): The keyword for the initial
7061 value is :init-value, not :initial-value.
7062
70632005-07-23 Eli Zaretskii <eliz@gnu.org>
7064
7065 * loading.texi (Autoload): Make the `doctor' example be consistent
7066 with what's in current loaddefs.el. Describe the "fn" magic in
7067 the usage portion of the doc string.
7068
70692005-07-22 Richard M. Stallman <rms@gnu.org>
7070
7071 * internals.texi (Garbage Collection): Clarify previous change.
7072
70732005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7074
7075 * internals.texi (Garbage Collection): Add gc-cons-percentage.
7076
70772005-07-18 Juri Linkov <juri@jurta.org>
7078
7079 * commands.texi (Accessing Events):
7080 * frames.texi (Text Terminal Colors, Resources):
7081 * markers.texi (The Mark):
7082 * modes.texi (Defining Minor Modes):
7083 Delete duplicate duplicate words.
7084
70852005-07-16 Richard M. Stallman <rms@gnu.org>
7086
7087 * display.texi (Managing Overlays): Clarify make-overlay
7088 args for insertion types.
7089
70902005-07-13 Luc Teirlinck <teirllm@auburn.edu>
7091
7092 * customize.texi (Variable Definitions):
7093 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
7094 `standard-value' is a list too.
7095 (Defining New Types): Use @key{RET} instead of @key{ret}.
7096
70972005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
7098
7099 * os.texi (Translating Input): Fix typo.
7100
71012005-07-08 Richard M. Stallman <rms@gnu.org>
7102
7103 * README: Update edition number and size estimate.
7104
7105 * elisp.texi (VERSION): Set to 2.9.
7106
71072005-07-07 Richard M. Stallman <rms@gnu.org>
7108
7109 * book-spine.texinfo: Update Emacs version.
7110
7111 * display.texi (Inverse Video): Delete mode-line-inverse-video.
7112
71132005-07-06 Richard M. Stallman <rms@gnu.org>
7114
7115 * searching.texi (Regexp Search): Clarify what re-search-forward
7116 does when the search fails.
7117
71182005-07-05 Lute Kamstra <lute@gnu.org>
7119
7120 * Update FSF's address in GPL notices.
7121
7122 * doclicense.texi (GNU Free Documentation License):
7123 * gpl.texi (GPL):
7124 * tips.texi (Coding Conventions, Library Headers):
7125 * vol1.texi:
7126 * vol2.texi: Update FSF's address.
7127
71282005-07-04 Richard M. Stallman <rms@gnu.org>
7129
7130 * hooks.texi (Standard Hooks): Add occur-hook.
7131
71322005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7133
7134 * display.texi (The Echo Area): Correct menu.
7135
71362005-07-03 Richard M. Stallman <rms@gnu.org>
7137
7138 * elisp.texi (Top): Update subnode menu for Display.
7139
7140 * display.texi (Displaying Messages): New node, with most
7141 of what was in The Echo Area.
5dcb4c4e 7142 (Progress): Move under The Echo Area.
b8d4c8d0
GM
7143 (Logging Messages): New node with new text.
7144 (Echo Area Customization): New node, the rest of what was
7145 in The Echo Area. Document message-truncate-lines with @defvar.
7146 (Display): Update menu.
7147
7148 * windows.texi (Textual Scrolling): Doc 3 values for
7149 scroll-preserve-screen-position.
7150
7151 * text.texi (Special Properties): Change hook functions
7152 should bind inhibit-modification-hooks around altering buffer text.
7153
7154 * keymaps.texi (Key Binding Commands): Call binding BINDING
7155 rather than DEFINITION.
7156
71572005-06-29 Juanma Barranquero <lekktu@gmail.com>
7158
7159 * variables.texi (Defining Variables): `user-variable-p' returns t
7160 for aliases of user options, nil for alias loops.
7161
71622005-06-28 Richard M. Stallman <rms@gnu.org>
7163
7164 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
7165 make-keymap.
7166
71672005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7168
7169 * variables.texi (Setting Variables): Correct and clarify
7170 description of `add-to-ordered-list'.
7171
71722005-06-26 Richard M. Stallman <rms@gnu.org>
7173
7174 * display.texi (Faces): Minor cleanup.
7175
71762005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7177
7178 * display.texi (Faces): `facep' returns t for strings that are
7179 face names.
7180
71812005-06-25 Richard M. Stallman <rms@gnu.org>
7182
7183 * objects.texi (Equality Predicates): Clarify meaning of equal.
7184
7185 * windows.texi (Selecting Windows): save-selected-window
7186 and with-selected-window save and restore the current buffer.
7187
71882005-06-24 Richard M. Stallman <rms@gnu.org>
7189
7190 * numbers.texi (Float Basics): Explain how to test for NaN,
7191 and printing the sign of NaNs.
7192
71932005-06-24 Eli Zaretskii <eliz@gnu.org>
7194
7195 * makefile.w32-in (MAKEINFO): Use --force.
7196
71972005-06-23 Richard M. Stallman <rms@gnu.org>
7198
7199 * display.texi (Face Functions): Correct Texinfo usage.
7200
72012005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7202
7203 * lists.texi (Rings): `ring-elements' now returns the elements of
7204 RING in order.
7205
72062005-06-23 Juanma Barranquero <lekktu@gmail.com>
7207
7208 * markers.texi (The Mark): Texinfo usage fix.
7209
72102005-06-23 Kim F. Storm <storm@cua.dk>
7211
7212 * searching.texi (Entire Match Data): Remove evaporate option for
7213 match-data. Do not mention evaporate option for set-match-data.
7214
72152005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7216
7217 * display.texi (Face Functions): Mention face aliases.
7218
72192005-06-21 Richard M. Stallman <rms@gnu.org>
7220
7221 * anti.texi (Antinews): Texinfo usage fix.
7222
72232005-06-21 Karl Berry <karl@gnu.org>
7224
7225 * elisp.texi: Use @copying.
7226
7227 * elisp.texi: Put @summarycontents and @contents before the Top
7228 node, instead of the end of the file, so that the contents appear
7229 in the right place in the dvi/pdf output.
7230
72312005-06-21 Juri Linkov <juri@jurta.org>
7232
7233 * display.texi (Defining Faces): Add `customized-face'.
7234
72352005-06-20 Kim F. Storm <storm@cua.dk>
7236
7237 * variables.texi (Setting Variables): Any type of element can be
7238 given order in add-to-ordered-list. Compare elements with eq.
7239
7240 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7241
72422005-06-20 Karl Berry <karl@gnu.org>
7243
7244 * syntax.texi (Syntax Flags): Make last column very slightly wider
7245 to avoid "generic comment" breaking on two lines and causing an
7246 underfull box.
7247
72482005-06-19 Luc Teirlinck <teirllm@auburn.edu>
7249
7250 * lists.texi (Rings): Various minor clarifications and corrections.
7251
72522005-06-18 Richard M. Stallman <rms@gnu.org>
7253
7254 * functions.texi (Obsolete Functions): Simplify.
7255
7256 * variables.texi (Variable Aliases): Simplify.
7257
7258 * anti.texi, backups.texi, compile.texi, customization.texi:
7259 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7260 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7261 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7262 * variables.texi: Fix formatting ugliness.
7263
7264 * elisp.texi: Add links to Rings and Byte Packing.
7265 Update version and copyright years.
7266
7267 * minibuf.texi: Fix formatting ugliness.
7268 (Completion Commands): Move keymap vars to the end
7269 and vars completing-read binds to the top.
7270
72712005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7272
7273 * processes.texi: Fix typos.
7274 (Bindat Spec): Correct Texinfo error.
7275 (Byte Packing): Fix ungrammatical sentence.
7276
72772005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
7278
7279 * lists.texi (Rings): New node.
7280 (Lists): Add it to menu.
7281
7282 * processes.texi (Byte Packing): New node.
7283 (Processes): Add it to menu.
7284
72852005-06-17 Richard M. Stallman <rms@gnu.org>
7286
7287 * syntax.texi (Parsing Expressions): Fix texinfo usage.
7288
7289 * help.texi (Documentation Basics): Explain the xref to
7290 Documentation Tips.
7291
7292 * debugging.texi (Debugger Commands): Minor fix.
7293
72942005-06-16 Luc Teirlinck <teirllm@auburn.edu>
7295
7296 * edebug.texi (Instrumenting): Eliminate duplicate link.
7297 (Specification List): Replace references to "below", referring to
7298 a later node, with one @ref to that node.
7299
7300 * os.texi (Timers): Timers should save and restore the match data
7301 if they change it.
7302
7303 * debugging.texi (Debugger Commands): Mention that the Lisp
7304 debugger can not step through primitive functions.
7305
73062005-06-16 Juanma Barranquero <lekktu@gmail.com>
7307
7308 * functions.texi (Obsolete Functions): Update argument names of
7309 `make-obsolete' and `define-obsolete-function-alias'.
7310
7311 * variables.texi (Variable Aliases): Update argument names of
7312 `defvaralias', `make-obsolete-variable' and
7313 `define-obsolete-variable-alias'.
7314
73152005-06-15 Kim F. Storm <storm@cua.dk>
7316
7317 * searching.texi (Entire Match Data): Rephrase warnings about
7318 evaporate arg to match-data and set-match-data.
7319
73202005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7321
7322 * elisp.texi (Top): Update detailed menu.
7323
7324 * edebug.texi (Edebug): Update menu.
7325 (Instrumenting): Update xrefs.
7326 (Edebug Execution Modes): Correct xref.
7327 (Jumping): Clarify description of `h' command.
7328 Eliminate redundant @ref.
7329 (Breaks): New node.
7330 (Breakpoints): Is now a subsubsection.
7331 (Global Break Condition): Mention `C-x X X'.
7332 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
7333 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7334 (Edebug Display Update): Correct pxref.
7335 (Edebug and Macros): New node.
7336 (Instrumenting Macro Calls): Is now a subsubsection.
7337 Neither arg of `def-edebug-spec' is evaluated.
7338 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7339 (Specification Examples): Fix typo.
7340
73412005-06-14 Lute Kamstra <lute@gnu.org>
7342
7343 * debugging.texi (Function Debugging): Primitives can break on
7344 entry too.
7345
73462005-06-14 Kim F. Storm <storm@cua.dk>
7347
7348 * variables.texi (Setting Variables): Add add-to-ordered-list.
7349
73502005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7351
7352 * syntax.texi (Parsing Expressions): Document aux functions and vars of
7353 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7354
73552005-06-13 Lute Kamstra <lute@gnu.org>
7356
7357 * text.texi (Special Properties): Fix cross reference.
7358
73592005-06-11 Luc Teirlinck <teirllm@auburn.edu>
7360
7361 * debugging.texi (Function Debugging): Delete mention of empty
7362 string argument to `cancel-debug-on-entry'. Delete inaccurate
7363 description of the return value of that command.
7364
73652005-06-11 Alan Mackenzie <acm@muc.de>
7366
7367 * text.texi (Adaptive Fill): Amplify the description of
7368 fill-context-prefix.
7369
73702005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7371
7372 * syntax.texi (Parsing Expressions): Fix Texinfo error.
7373
73742005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7375
7376 * syntax.texi (Parsing Expressions): Document syntax-ppss.
7377
73782005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7379
7380 * debugging.texi (Error Debugging): Minor rewording.
7381 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7382 is optional.
7383
73842005-06-10 Lute Kamstra <lute@gnu.org>
7385
7386 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7387 (Top): Give it a title. Correct version number. Give the
7388 detailed node listing a more prominent header.
7389 * intro.texi: Don't set VERSION here a second time.
7390 Mention Emacs's version too.
7391 * anti.texi (Antinews): Use EMACSVER to refer to the current
7392 version of Emacs.
7393
73942005-06-09 Kim F. Storm <storm@cua.dk>
7395
7396 * searching.texi (Entire Match Data): Explain new `reseat' argument to
7397 match-data and set-match-data.
7398
73992005-06-08 Richard M. Stallman <rms@gnu.org>
7400
7401 * searching.texi (Entire Match Data): Clarify when match-data
7402 returns markers and when integers.
7403
7404 * display.texi (Defining Faces): Explain that face name should not
7405 end in `-face'.
7406
7407 * modes.texi (Mode Line Data): Minor cleanup.
7408 (Customizing Keywords): Node split out of Search-based Fontification.
7409 Add example of using font-lock-add-keywords from a hook.
7410 Clarify when MODE should be non-nil, and when nil.
7411
74122005-06-06 Richard M. Stallman <rms@gnu.org>
7413
7414 * modes.texi (Mode Line Data): Explain what happens when the car
7415 of a list is a void symbol.
7416 (Search-based Fontification): Explain MODE arg to
7417 font-lock-add-keywords and warn about calls from major modes.
7418
74192005-06-08 Juri Linkov <juri@jurta.org>
7420
7421 * display.texi (Standard Faces): Add `shadow' face.
7422
74232005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7424
7425 * modes.texi (Major Mode Conventions): A derived mode only needs
7426 to put the call to the parent mode inside `delay-mode-hooks'.
7427
74282005-05-29 Richard M. Stallman <rms@gnu.org>
7429
7430 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7431 new, and what that implies. Clarify.
7432
7433 * files.texi (Locating Files): Clean up the text.
7434
7435 * frames.texi (Window Frame Parameters): Document user-size.
7436 Shorten entry for top by referring to left.
7437
74382005-05-26 Richard M. Stallman <rms@gnu.org>
7439
7440 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7441 is new, and what the implications are. Other clarifications.
7442
74432005-05-24 Richard M. Stallman <rms@gnu.org>
7444
7445 * frames.texi (Dialog Boxes): Minor fixes.
7446
74472005-05-25 Masatake YAMATO <jet@gyve.org>
7448
7449 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7450
74512005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7452
7453 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7454 is optional.
7455
74562005-05-24 Nick Roberts <nickrob@snap.net.nz>
7457
10d1d0af 7458 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
7459
74602005-05-23 Lute Kamstra <lute@gnu.org>
7461
7462 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7463 syntax-begin-function over font-lock-beginning-of-syntax-function.
7464
74652005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7466
7467 * minibuf.texi (Reading File Names): Update description of
7468 `read-directory-name'.
7469
7470 * modes.texi (Derived Modes): Clarify :group keyword.
7471
74722005-05-21 Eli Zaretskii <eliz@gnu.org>
7473
7474 * files.texi (Locating Files): New subsection.
7475 Describe locate-file and executable-find.
7476
74772005-05-21 Kevin Ryde <user42@zip.com.au>
7478
7479 * frames.texi (Initial Parameters): Update cross reference to
7480 "Emacs Invocation".
7481
74822005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7483
7484 * keymaps.texi (Active Keymaps): Add anchor.
7485
7486 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7487 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7488 appropriate place.
7489 (Derived Modes): Small clarifications.
7490 (Minor Mode Conventions, Keymaps and Minor Modes):
7491 Replace references to nodes with references to anchors.
7492 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7493 Clarify description of lists whose first element is an integer.
7494 (Mode Line Variables): Add anchor.
7495 (%-Constructs): Clarify description of integer after %.
7496 (Emulating Mode Line): Describe nil value for FACE.
7497
74982005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7499
7500 * modes.texi (Derived Modes): Correct references to non-existing
7501 variable standard-syntax-table.
7502
75032005-05-17 Lute Kamstra <lute@gnu.org>
7504
7505 * modes.texi (Defining Minor Modes): Mention the mode hook.
7506
75072005-05-15 Kim F. Storm <storm@cua.dk>
7508
7509 * processes.texi (Network): Remove open-network-stream-nowait.
7510 (Network Servers): Remove open-network-stream-server.
7511
75122005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7513
7514 * elisp.texi (Top): Update detailed menu.
7515
7516 * variables.texi: Reorder nodes.
7517 (Variables): Update menu.
7518 (File Local Variables): Do not refer to the `-*-' line as
7519 a "local variables list". Add pxref.
7520
75212005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7522
7523 * elisp.texi (Top): Update detailed menu for node changes.
7524
7525 * modes.texi (Modes): Update Menu.
7526 (Hooks): Move to beginning of chapter.
7527 Most minor modes run mode hooks too.
7528 `add-hook' can handle void hooks or hooks whose value is a single
7529 function.
7530 (Major Modes): Update Menu.
7531 (Major Mode Basics): New node, split off from `Major Modes'.
7532 (Major Mode Conventions): Correct xref. Explain how to handle
7533 auto-mode-alist if the major mode command has an autoload cookie.
7534 (Auto Major Mode): Major update. Add magic-mode-alist.
7535 (Derived Modes): Major update.
7536 (Mode Line Format): Update Menu.
7537 (Mode Line Basics): New node, split off from `Mode Line Format'.
7538
7539 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7540 for `magic autoload comment'. Add index entries and anchor.
7541
75422005-05-14 Richard M. Stallman <rms@gnu.org>
7543
7544 * tips.texi (Coding Conventions): Explain how important it is
7545 that just loading certain files not change Emacs behavior.
7546
7547 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7548
75492005-05-12 Lute Kamstra <lute@gnu.org>
7550
7551 * modes.texi (Generic Modes): Update.
7552 (Major Modes): Refer to node "Generic Modes".
7553
7554 * elisp.texi (Top): Update to the current structure of the manual.
7555 * processes.texi (Processes): Add menu description.
7556 * customize.texi (Customization): Add menu descriptions.
7557
75582005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7559
7560 * processes.texi (Signals to Processes)
7561 (Low-Level Network): Fix typos.
7562
75632005-05-11 Lute Kamstra <lute@gnu.org>
7564
7565 * elisp.texi (Top): Add some nodes from the chapter "Major and
7566 Minor Modes" to the detailed node listing.
7567
75682005-05-10 Richard M. Stallman <rms@gnu.org>
7569
7570 * keymaps.texi (Extended Menu Items): Menu item filter functions
7571 can be called at any time.
7572
75732005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7574
7575 * variables.texi (File Local Variables): `(hack-local-variables t)'
7576 now also checks whether a mode is specified in the local variables
7577 list.
7578
75792005-05-05 Kevin Ryde <user42@zip.com.au>
7580
7581 * display.texi (The Echo Area): Correct format function cross
7582 reference.
7583
75842005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7585
7586 * variables.texi (Variable Aliases): Change description of
7587 `define-obsolete-variable-alias'.
7588
7589 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7590 (Defining Functions): Add xref.
7591 (Obsolete Functions): New node.
7592 (Function Safety): Standardize capitalization of section title.
7593
7594 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7595 (Dialog Boxes): Complete description of `x-popup-dialog'.
7596
75972005-05-04 Richard M. Stallman <rms@gnu.org>
7598
7599 * commands.texi (Interactive Codes): Fix Texinfo usage.
7600 Document U more clearly.
7601
76022005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7603
7604 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7605 function and not a macro.
7606
7607 * frames.texi (Pop-Up Menus): Correct and clarify description of
7608 `x-popup-menu'.
7609 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7610
76112005-05-01 Richard M. Stallman <rms@gnu.org>
7612
7613 * edebug.texi (Checking Whether to Stop): Fix previous change.
7614
76152005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7616
7617 * display.texi: Fix typos and Texinfo usage.
7618
7619 * edebug.texi (Checking Whether to Stop): executing-macro ->
7620 executing-kbd-macro.
7621
76222005-05-01 Richard M. Stallman <rms@gnu.org>
7623
7624 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7625
76262005-04-30 Richard M. Stallman <rms@gnu.org>
7627
7628 * files.texi (Magic File Names): Document `operations' property.
7629
76302005-04-29 Lute Kamstra <lute@gnu.org>
7631
7632 * modes.texi (Generic Modes): New node.
7633 (Major Modes): Add it to the menu.
7634 (Derived Modes): Add "derived mode" to concept index.
7635
76362005-04-28 Lute Kamstra <lute@gnu.org>
7637
7638 * modes.texi (Defining Minor Modes): Fix previous change.
7639 (Font Lock Mode): Simplify.
7640 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7641 when set and that some parts are optional. Add cross references.
7642 (Search-based Fontification): Say how to specify font-lock-keywords.
7643 Add cross references. Add font-lock-multiline to index.
7644 Move font-lock-keywords-case-fold-search here from node "Other Font
7645 Lock Variables". Document font-lock-add-keywords and
7646 font-lock-remove-keywords.
7647 (Other Font Lock Variables): Move font-lock-keywords-only,
7648 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7649 and font-lock-syntactic-face-function to node "Syntactic Font
7650 Lock". Move font-lock-keywords-case-fold-search to node
7651 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7652 and font-lock-{,un}fontify-{buffer,region}-function.
7653 (Precalculated Fontification): Remove reference to deleted variable
7654 font-lock-core-only.
7655 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7656 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7657 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7658 and font-lock-syntactic-face-function here from node "Other Font
7659 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7660 Syntax Properties". Add cross references.
7661 (Setting Syntax Properties): New node.
7662 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7663 * syntax.texi (Syntax Properties): Add cross reference.
7664 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7665
76662005-04-26 Richard M. Stallman <rms@gnu.org>
7667
7668 * display.texi (Defining Faces):
7669 Document `default' elements of defface spec.
7670
7671 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7672
7673 * variables.texi (Variable Aliases): Clarify text.
7674
76752005-04-25 Chong Yidong <cyd@stupidchicken.com>
7676
7677 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7678
76792005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7680
7681 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7682
76832005-04-24 Eli Zaretskii <eliz@gnu.org>
7684
7685 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7686 syntax-after and syntax-class.
7687
7688 * files.texi (Changing Files): Fix last change's cross-reference.
7689 (Unique File Names): Don't mention "numbers" in the documentation
7690 of make-temp-file and make-temp-name.
7691
76922005-04-23 Richard M. Stallman <rms@gnu.org>
7693
7694 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7695
76962005-04-22 Nick Roberts <nickrob@snap.net.nz>
7697
7698 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7699
77002005-04-22 Nick Roberts <nickrob@snap.net.nz>
7701
7702 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7703 and define-obsolete-variable-alias.
7704
77052005-04-22 Kim F. Storm <storm@cua.dk>
7706
7707 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7708 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7709
77102005-04-21 Lute Kamstra <lute@gnu.org>
7711
7712 * lists.texi (Association Lists): Document rassq-delete-all.
7713
77142005-04-19 Richard M. Stallman <rms@gnu.org>
7715
7716 * modes.texi (Search-based Fontification): Explain that
7717 facespec is an expression to be evaluated.
7718
77192005-04-19 Kevin Ryde <user42@zip.com.au>
7720
7721 * streams.texi (Output Functions): Fix xref.
7722 * strings.texi (String Conversion): Fix xref.
7723
77242005-04-19 Kim F. Storm <storm@cua.dk>
7725
7726 * symbols.texi (Symbol Plists): Add safe-get.
7727 Mention that `get' may signal an error.
7728
77292005-04-18 Nick Roberts <nickrob@snap.net.nz>
7730
7731 * customize.texi (Variable Definitions): Replace tooltip-mode
7732 example with save-place.
7733
77342005-04-17 Richard M. Stallman <rms@gnu.org>
7735
7736 * buffers.texi (Indirect Buffers): Clarify.
7737
7738 * positions.texi (Positions): Clarify converting marker to integer.
7739
7740 * strings.texi (String Basics): Mention string-match; clarify.
7741
77422005-04-08 Lute Kamstra <lute@gnu.org>
7743
7744 * modes.texi (Search-based Fontification): Fix cross references.
7745 Use consistent terminology. Document anchored highlighting.
7746
77472005-04-05 Lute Kamstra <lute@gnu.org>
7748
7749 * modes.texi (Defining Minor Modes): Document :group keyword
7750 argument and its default value.
7751
77522005-04-03 Lute Kamstra <lute@gnu.org>
7753
7754 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7755 references and/or descriptions. Delete major mode hooks; mention
7756 them as a category instead. Rename or delete obsolete hooks.
7757
77582005-04-02 Richard M. Stallman <rms@gnu.org>
7759
7760 * nonascii.texi (Coding System Basics): Another wording cleanup.
7761
77622005-04-01 Richard M. Stallman <rms@gnu.org>
7763
7764 * nonascii.texi (Coding System Basics): Clarify previous change.
7765
77662005-04-01 Kenichi Handa <handa@m17n.org>
7767
10d1d0af 7768 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7769 identity of coding systems.
7770
77712005-03-29 Chong Yidong <cyd@stupidchicken.com>
7772
7773 * text.texi (Buffer Contents): Add filter-buffer-substring and
7774 buffer-substring-filters.
7775
77762005-03-26 Chong Yidong <cyd@stupidchicken.com>
7777
7778 * anti.texi (Antinews): Mention `G' interactive code.
7779
7780 * tips.texi (Compilation Tips): Mention benchmark.el.
7781
77822005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7783
7784 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7785 is now bound to M-o M-o.
7786
7787 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7788
77892005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7790
7791 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7792 in the Emacs Manual).
7793 * Makefile.in (srcs): Remove calendar.texi.
7794 * makefile.w32-in (srcs): Remove calendar.texi.
7795 * display.texi (Display): Change name of next node.
7796 * os.texi (System In): Change name of previous node.
7797 * elisp.texi (Top): Remove Calendar references.
7798 * vol1.texi (Top): Remove Calendar references.
7799 * vol2.texi (Top): Remove Calendar references.
7800
78012005-03-25 Richard M. Stallman <rms@gnu.org>
7802
7803 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7804 Cleanup previous change.
7805
78062005-03-25 Chong Yidong <cyd@stupidchicken.com>
7807
7808 * display.texi (Face Attributes): Faces earlier in an :inherit
7809 list take precedence.
7810 (Scroll Bars): Fix description of vertical-scroll-bars.
7811 Document frame-current-scroll-bars and window-current-scroll-bars.
7812
7813 * markers.texi (The Mark): Document temporary Transient Mark mode.
7814
7815 * minibuf.texi (Reading File Names):
7816 Document read-file-name-completion-ignore-case.
7817
7818 * positions.texi (Screen Lines): Document nil for width argument
7819 to compute-motion.
7820
78212005-03-23 Kim F. Storm <storm@cua.dk>
7822
7823 * display.texi (Standard Faces): Other faces used in the fringe
7824 implicitly inherits from the fringe face.
7825 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7826 properties implicitly inherits from fringe face.
7827 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7828
78292005-03-20 Chong Yidong <cyd@stupidchicken.com>
7830
7831 * display.texi (Invisible Text): State default value of
7832 line-move-ignore-invisible.
7833 (Managing Overlays): Document remove-overlays.
7834 (Standard Faces): Document escape-glyph face.
7835
7836 * minibuf.texi (Reading File Names): Document read-file-name-function.
7837
7838 * modes.texi (Other Font Lock Variables):
7839 Document font-lock-lines-before.
7840
7841 * positions.texi (Skipping Characters): skip-chars-forward allows
7842 character classes.
7843
78442005-03-18 Lute Kamstra <lute@gnu.org>
7845
7846 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7847
78482005-03-17 Richard M. Stallman <rms@gnu.org>
7849
7850 * text.texi (Undo): Document extensible undo entries.
7851
dd7b651b 7852 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7853
7854 * nonascii.texi (Character Codes): Minor fix.
7855
7856 * display.texi (Display Property): Explain the significance
7857 of having text properties that are eq.
7858 (Other Display Specs): Explain string as display spec.
7859
7860 * commands.texi (Interactive Codes): Document G option.
7861
78622005-03-17 Chong Yidong <cyd@stupidchicken.com>
7863
7864 * text.texi (Filling): Add sentence-end-without-period and
7865 sentence-end-without-space.
7866 (Changing Properties): Minor fix.
7867
7868 * anti.texi: Total rewrite.
7869
78702005-03-15 Lute Kamstra <lute@gnu.org>
7871
7872 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7873
78742005-03-08 Kim F. Storm <storm@cua.dk>
7875
7876 * display.texi (Specified Space): Property :width is support on
7877 non-graphic terminals, :height is not.
7878
78792005-03-07 Richard M. Stallman <rms@gnu.org>
7880
7881 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7882 Now subnodes of Fringes.
7883 (Overlay Arrow): Document overlay-arrow-variable-list.
7884 (Fringe Size/Pos): New node, broken out of Fringes.
7885 (Display): Explain clearing vs redisplay better.
7886 (Truncation): Clarify use of bitmaps.
7887 (The Echo Area): Clarify the uses of the echo area.
7888 Add max-mini-window-height.
7889 (Progress): Clarify.
7890 (Invisible Text): Explain that main loop moves point out.
7891 (Selective Display): Say "hidden", not "invisible".
7892 (Managing Overlays): Move up. Describe relation to Undo here.
7893 (Overlay Properties): Clarify intro.
7894 (Finding Overlays): Explain return values when nothing found.
7895 (Width): truncate-string-to-width has added arg.
7896 (Displaying Faces): Clarify and update mode line face handling.
7897 (Face Functions): Minor cleanup.
7898 (Conditional Display): Merge into Other Display Specs.
7899 (Pixel Specification, Other Display Specs): Minor cleanups.
7900 (Images, Image Descriptors): Minor cleanups.
7901 (GIF Images): Patents have expired.
7902 (Showing Images): Explain default text for insert-image.
7903 (Manipulating Button Types): Merge into Manipulating Buttons.
7904 (Making Buttons): Explain return values.
7905 (Button Buffer Commands): Add xref.
7906 (Inverse Video): Update mode-line-inverse-video.
7907 (Display Table Format): Clarify.
7908 (Active Display Table): Give defaults for window-display-table.
7909
7910 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7911 and calendar-today-marker are strings, not chars.
7912 (Holiday Customizing): Minor fix.
7913
7914 * internals.texi (Writing Emacs Primitives): Update `or' example.
7915 Update limit on # args of subr.
7916
7917 * edebug.texi (Using Edebug): Arrow is in fringe.
7918 (Instrumenting): Arg to eval-defun works without loading edebug.
7919 (Edebug Execution Modes): Add xref.
7920
7921 * customize.texi (Common Keywords): Clarify :require.
7922 Mention :version here.
7923 (Variable Definitions, Group Definitions): Not here.
7924 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7925
79262005-03-07 Chong Yidong <cyd@stupidchicken.com>
7927 * nonascii.texi (Text Representations): Clarify position-bytes.
7928 (Character Sets): Add list-charset-chars.
7929 (Scanning Charsets): Add charset-after.
7930 (Encoding and I/O): Minor fix.
7931
79322005-03-06 Richard M. Stallman <rms@gnu.org>
7933
7934 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7935 (Resizing Windows): Likewise.
7936
7937 * text.texi (Change Hooks): Get rid of "Emacs 21".
7938
7939 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7940
7941 * streams.texi (Output Variables): Get rid of "Emacs 21".
7942
7943 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7944
7945 * os.texi (Translating Input): Replace flow-control example
7946 with a less obsolete example that uses `keyboard-translate'.
7947
7948 * objects.texi (Hash Table Type, Circular Objects):
7949 Get rid of "Emacs 21".
7950
7951 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7952 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7953
7954 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7955
7956 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7957
7958 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7959 (Menu Bar): Fix when menu-bar-update-hook is called.
7960
7961 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7962
7963 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7964 and make it read better.
7965
7966 * files.texi (Writing to Files): Get rid of "Emacs 21".
7967 (Unique File Names): Likewise.
7968
7969 * elisp.texi: Update Emacs version to 22.
7970
7971 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7972 (Overlay Properties, Face Attributes): Likewise.
7973 (Managing Overlays): Fix punctuation.
7974 (Attribute Functions): Clarify set-face-font; get rid of
7975 info about old Emacs versions.
7976 (Auto Faces, Font Lookup, Display Property, Images):
7977 Get rid of "Emacs 21".
7978
7979 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7980
79812005-03-05 Richard M. Stallman <rms@gnu.org>
7982
7983 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7984
79852005-03-04 Lute Kamstra <lute@gnu.org>
7986
7987 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7988
79892005-03-03 Lute Kamstra <lute@gnu.org>
7990
7991 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7992
79932005-03-01 Lute Kamstra <lute@gnu.org>
7994
7995 * debugging.texi (Debugger Commands): Update `j'.
7996
79972005-02-28 Lute Kamstra <lute@gnu.org>
7998
7999 * debugging.texi (Debugging): Fix typo.
8000 (Error Debugging): Document eval-expression-debug-on-error.
8001 (Function Debugging): Update example.
8002 (Using Debugger): Mention starred stack frames.
8003 (Debugger Commands): Document `j' and `l'.
8004 (Invoking the Debugger): `d' and `j' exit recursive edit too.
8005 Update the messages that the debugger displays.
8006 (Internals of Debugger): Add cross reference. Update example.
8007 (Excess Open): Minor improvement.
8008 (Excess Close): Minor improvement.
8009
80102005-02-26 Richard M. Stallman <rms@gnu.org>
8011
8012 * tips.texi (Coding Conventions): Clarify.
8013 Put all the major mode key reservations together.
8014 Mention the Mouse-1 => Mouse-2 conventions.
8015
8016 * syntax.texi (Syntax Class Table): Clarify.
8017 (Syntax Table Functions): syntax-after moved from here.
8018 (Syntax Table Internals): syntax-after moved to here.
8019 (Parsing Expressions): Update info on number of values
8020 and what's meaningful in the STATE argument.
8021 (Categories): Fix typo.
8022
8023 * sequences.texi (Arrays): Cleanup.
8024 (Char-Tables): Clarify.
8025
8026 * processes.texi (Deleting Processes): Cleanups, add xref.
8027 (Subprocess Creation): Explain nil in exec-path. Cleanup.
8028 (Process Information): set-process-coding-system, some args optional.
8029 (Input to Processes): Explain various types for PROCESS args.
8030 Rename them from PROCESS-NAME to PROCESS.
8031 (Signals to Processes): Likewise.
8032 (Decoding Output): Cleanup.
8033 (Query Before Exit): Clarify.
8034
8035 * os.texi (Startup Summary): Correct the options; add missing ones.
8036 (Terminal Output, Batch Mode): Clarify.
8037 (Flow Control): Node deleted.
8038
8039 * markers.texi (The Mark): Clarify.
8040
8041 * macros.texi (Expansion): Cleanup.
8042 (Indenting Macros): indent-spec allows ints, not floats.
8043
8044 * keymaps.texi (Keymaps): Clarify.
8045 (Format of Keymaps): Update lisp-mode-map example.
8046 (Active Keymaps, Key Lookup): Clarify.
8047 (Changing Key Bindings): Add xref to `kbd'.
8048 (Key Binding Commands, Simple Menu Items): Clarify.
8049 (Mouse Menus, Menu Bar): Clarify.
8050 (Menu Example): Replace print example with menu-bar-replace-menu.
8051
8052 * help.texi (Documentation Basics): Add function-documentation prop.
8053
8054 * elisp.texi (Top): Don't refer to Flow Control node.
8055
8056 * commands.texi (Command Overview): Improve xrefs.
8057 (Adjusting Point): Adjusting point applies to intangible and invis.
8058 (Key Sequence Input): Doc extra read-key-sequence args.
8059 Likewise for read-key-sequence-vector.
8060
8061 * backups.texi (Rename or Copy): Minor fix.
8062 (Numbered Backups): For version-control, say the default.
8063 (Auto-Saving): make-auto-save-file-name example is simplified.
8064
8065 * advice.texi (Advising Functions): Don't imply one part of Emacs
8066 should advise another part. Markup changes.
8067 (Defining Advice): Move transitional para.
8068 (Activation of Advice): Cleanup.
8069 Explain if COMPILE is nil or negative.
8070
8071 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
8072
80732005-02-24 Lute Kamstra <lute@gnu.org>
8074
8075 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
8076 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
8077
80782005-02-23 Lute Kamstra <lute@gnu.org>
8079
8080 * modes.texi (Defining Minor Modes): define-minor-mode can be used
8081 to define global minor modes as well.
8082
8083 * display.texi (Managing Overlays): overlay-buffer returns nil for
8084 deleted overlays.
8085
80862005-02-22 Kim F. Storm <storm@cua.dk>
8087
8088 * minibuf.texi (Basic Completion): Allow symbols in addition to
8089 strings in try-completion and all-completions.
8090
80912005-02-14 Lute Kamstra <lute@gnu.org>
8092
8093 * elisp.texi (Top): Remove reference to deleted node.
8094
8095 * lists.texi (Lists): Remove reference to deleted node.
8096 (Cons Cells): Fix typo.
8097
8098 * loading.texi (Where Defined): Fix typo.
8099
81002005-02-14 Richard M. Stallman <rms@gnu.org>
8101
8102 * variables.texi (Creating Buffer-Local): change-major-mode-hook
8103 is useful for discarding some minor modes.
8104
8105 * symbols.texi (Symbol Components): Reorder examples.
8106
8107 * streams.texi (Input Functions): State standard-input default.
8108 (Output Variables): State standard-output default.
8109
8110 * objects.texi (Printed Representation): Clarify read syntax vs print.
8111 (Floating Point Type): Explain meaning better.
8112 (Symbol Type): Explain uniqueness better.
8113 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
8114 List examples sooner.
8115 (Box Diagrams): New subnode broken out.
8116 Some examples moved from old Lists as Boxes node.
8117 (Dotted Pair Notation): Clarify intro.
8118 (Array Type): Clarify.
8119 (Type Predicates): Add hash-table-p.
8120
8121 * numbers.texi (Integer Basics): Clarify radix explanation.
8122 (Predicates on Numbers): Minor clarification.
8123 (Comparison of Numbers): Minor clarification. Clarify eql.
8124 Typos in min, max.
8125 (Math Functions): Clarify overflow in expt.
8126
8127 * minibuf.texi (Text from Minibuffer): Minor clarification.
8128 Mention arrow keys.
8129
8130 * loading.texi (Autoload): defun's doc string overrides autoload's
8131 doc string.
8132 (Repeated Loading): Modernize "add to list" examples.
8133 (Where Defined): Finish updating table of load-history elts.
8134
8135 * lists.texi (List-related Predicates): Minor wording improvement.
8136 (Lists as Boxes): Node deleted.
8137 (Building Lists): Explain trivial cases of number-sequence.
8138
8139 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 8140 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
8141 (Hash Access): Any object can be a key.
8142 State value of maphash.
8143
8144 * functions.texi (What Is a Function): Wording cleanup.
8145 (Function Documentation): Minor cleanup.
8146 Explain purpose of calling convention at end of doc string.
8147 (Function Names): Wording cleanup.
8148 (Calling Functions): Wording cleanup.
8149 Explain better how funcall calls the function.
8150 (Function Cells): Delete example of saving and redefining function.
8151
8152 * control.texi (Combining Conditions): Wording cleanup.
8153 (Iteration): dolist and dotimes bind VAR locally.
8154 (Cleanups): Xref to Atomic Changes.
8155
8156 * compile.texi (Byte Compilation): Delete 19.29 info.
8157 (Compilation Functions): Macros' difficulties don't affect defsubst.
8158 (Docs and Compilation): Delete 19.29 info.
8159
81602005-02-10 Richard M. Stallman <rms@gnu.org>
8161
8162 * objects.texi (Symbol Type): Minor correction.
8163
81642005-02-06 Lute Kamstra <lute@gnu.org>
8165
8166 * modes.texi (Example Major Modes): Fix typos.
8167
81682005-02-06 Richard M. Stallman <rms@gnu.org>
8169
8170 * text.texi (Margins): fill-nobreak-predicate can be one function.
8171
8172 * strings.texi (Modifying Strings): clear-string can make unibyte.
8173 (Formatting Strings): format gives error if values missing.
8174
8175 * positions.texi (Character Motion): Mention default arg
8176 for forward-char. backward-char refers to forward-char.
8177 (Word Motion): Mention default arg for forward-word.
8178 (Buffer End Motion): Mention default arg for beginning-of-buffer.
8179 Simplify end-of-buffer.
8180 (Text Lines): Mention default arg for forward-line.
8181 (List Motion): Mention default arg for beginning/end-of-defun.
8182 (Skipping Characters): Minor fixes in explaining character-set.
8183
8184 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8185 Mode inheritance applies only when default-major-mode is nil.
8186 Clarifications.
8187 (Example Major Modes): Update Text mode and Lisp mode examples.
8188 (Minor Mode Conventions): Mention define-minor-mode at top.
8189 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8190 (Mode Line Format): Update mode line face display info.
8191 (Properties in Mode): Mention effect of risky vars.
8192 (Imenu): Define imenu-add-to-menubar.
8193 (Font Lock Mode): Add descriptions to menu lines.
8194 (Faces for Font Lock): Add font-lock-doc-face.
8195
81962005-02-05 Lute Kamstra <lute@gnu.org>
8197
8198 * text.texi (Maintaining Undo): Remove obsolete function.
8199
82002005-02-05 Eli Zaretskii <eliz@gnu.org>
8201
8202 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 8203 color specifications. Improve indexing.
b8d4c8d0
GM
8204 (Text Terminal Colors): Replace the description of RGB values by
8205 an xref to "Color Names".
8206
82072005-02-03 Richard M. Stallman <rms@gnu.org>
8208
8209 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8210 Clarify.
8211 (Selecting Windows): Clarify save-selected-window.
8212 (Cyclic Window Ordering): Clarify walk-windows.
8213 (Window Point): Clarify.
8214 (Window Start): Add comment to example.
8215 (Resizing Windows): Add `interactive' specs in examples.
8216 Document fit-window-to-buffer.
8217
8218 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8219 (Undo, Maintaining Undo): Clarify last change.
8220 (Sorting): In sort-numeric-fields, explain about octal and hex.
8221 Mention sort-numeric-base.
8222 (Format Properties): Add xref for hard newlines.
8223
8224 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8225 (Pop-Up Menus): Fix typo.
8226 (Color Names): Explain all types of color names.
8227 Explain color-values on B&W terminal.
8228 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
8229
8230 * files.texi (File Locks): Not supported on MS systems.
8231 (Testing Accessibility): Clarify.
8232
8233 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8234 (Coverage Testing): Fix typo.
8235
8236 * commands.texi (Misc Events): Remove stray space.
8237
8238 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8239 (Modification Time): Clarify when visited-file-modtime returns 0.
8240 (The Buffer List): Clarify bury-buffer.
8241 (Killing Buffers): Clarify.
8242 (Indirect Buffers): Add clone-indirect-buffer.
8243
82442005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8245
8246 * edebug.texi (Printing in Edebug): Fix default value of
8247 edebug-print-circle.
8248 (Coverage Testing): Fix displayed frequency count data.
8249
82502005-02-02 Luc Teirlinck <teirllm@auburn.edu>
8251
8252 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8253
82542005-02-02 Kim F. Storm <storm@cua.dk>
8255
8256 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8257
82582005-01-29 Eli Zaretskii <eliz@gnu.org>
8259
8260 * commands.texi (Misc Events): Describe the help-echo event.
8261
8262 * text.texi (Special Properties) <help-echo>: Use `pos'
8263 consistently in description of the help-echo property.
8264 Use @code{nil} instead of @var{nil}.
8265
8266 * display.texi (Overlay Properties): Fix the index entry for
8267 help-echo overlay property.
8268
8269 * customize.texi (Type Keywords): Uncomment the xref to the
8270 help-echo property documentation.
8271
82722005-01-23 Kim F. Storm <storm@cua.dk>
8273
8274 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8275 return value. Third element FULLY replaced by PARTIAL which
8276 specifies number of invisible pixels if row is only partially visible.
8277 (Textual Scrolling): Mention auto-window-vscroll.
8278 (Vertical Scrolling): New defvar auto-window-vscroll.
8279
82802005-01-16 Luc Teirlinck <teirllm@auburn.edu>
8281
8282 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8283 command remapping.
8284
82852005-01-15 Richard M. Stallman <rms@gnu.org>
8286
8287 * display.texi (Defining Images): Mention DATA-P arg of create-image.
8288
82892005-01-14 Kim F. Storm <storm@cua.dk>
8290
8291 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8292
8293 * text.texi (Links and Mouse-1): Fix string and vector item.
8294
82952005-01-13 Richard M. Stallman <rms@gnu.org>
8296
8297 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8298 descriptions of overriding-local-map and overriding-terminal-local-map.
8299
8300 * text.texi (Links and Mouse-1): Clarify text.
8301
83022005-01-13 Kim F. Storm <storm@cua.dk>
8303
8304 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8305
83062005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
8307
8308 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8309
83102005-01-12 Kim F. Storm <storm@cua.dk>
8311
8312 * text.texi (Links and Mouse-1): Rename section from Enabling
8313 Mouse-1 to Following Links. Change xrefs.
8314 Add examples for define-button-type and define-widget.
8315
8316 * display.texi (Button Properties, Button Buffer Commands):
8317 Clarify mouse-1 and follow-link functionality.
8318
83192005-01-12 Richard M. Stallman <rms@gnu.org>
8320
8321 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8322
8323 * display.texi (Beeping): Fix Texinfo usage.
8324
8325 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8326
83272005-01-11 Kim F. Storm <storm@cua.dk>
8328
8329 * display.texi (Button Properties, Button Buffer Commands):
8330 Mention mouse-1 binding. Add follow-link keyword.
8331
8332 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8333 (Enabling Mouse-1 to Follow Links): New subsection.
8334
83352005-01-06 Richard M. Stallman <rms@gnu.org>
8336
8337 * text.texi (Special Properties): Minor change.
8338
8339 * os.texi (Timers): Clarify previous change.
8340
8341 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8342
83432005-01-01 Luc Teirlinck <teirllm@auburn.edu>
8344
8345 * display.texi (Face Attributes): Correct xref to renamed node.
8346
83472005-01-01 Richard M. Stallman <rms@gnu.org>
8348
8349 * display.texi (Face Attributes): Describe hex color specs.
8350
83512004-12-31 Richard M. Stallman <rms@gnu.org>
8352
8353 * os.texi (Timers): Update previous change.
8354
83552004-12-30 Kim F. Storm <storm@cua.dk>
8356
8357 * display.texi (Line Height): Total line-height is now specified
8358 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
8359 in cons cells. (nil . RATIO) is relative to actual line height.
8360 Use line-height `t' instead of `0' to get minimum height.
8361
83622004-12-29 Richard M. Stallman <rms@gnu.org>
8363
8364 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8365
83662004-12-28 Richard M. Stallman <rms@gnu.org>
8367
8368 * commands.texi (Quitting): Clarify value of with-local-quit.
8369
8370 * elisp.texi (Top): Fix previous change.
8371
8372 * loading.texi (Loading): Fix previous change.
8373
83742004-12-27 Richard M. Stallman <rms@gnu.org>
8375
8376 * Makefile.in (MAKEINFO): Specify --force.
8377
8378 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8379
8380 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8381
8382 * display.texi (Line Height): Further clarify.
8383
8384 * elisp.texi (Top): Update Loading submenu.
8385
8386 * loading.texi (Where Defined): New node.
8387 (Unloading): load-history moved to Where Defined.
8388
83892004-12-21 Richard M. Stallman <rms@gnu.org>
8390
8391 * commands.texi (Event Input Misc): Add while-no-input.
8392
83932004-12-11 Richard M. Stallman <rms@gnu.org>
8394
8395 * display.texi (Line Height): Rewrite text for clarity.
8396
83972004-12-11 Kim F. Storm <storm@cua.dk>
8398
8399 * display.texi (Display): Add node "Line Height" to menu.
8400 (Line Height): New node. Move full description of line-spacing
8401 and line-height text properties here from text.texi.
8402 (Scroll Bars): Add vertical-scroll-bar variable.
8403
8404 * frames.texi (Window Frame Parameters): Remove line-height defvar.
8405
8406 * locals.texi (Standard Buffer-Local Variables): Fix xref for
8407 line-spacing and vertical-scroll-bar.
8408
8409 * text.texi (Special Properties): Just mention line-spacing and
8410 line-height here, add xref to new "Line Height" node.
8411
84122004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
8413
8414 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8415
8416 * locals.texi (Standard Buffer-Local Variables):
8417 Add @xref for `line-spacing'.
8418
84192004-12-05 Richard M. Stallman <rms@gnu.org>
8420
8421 * Makefile.in (maintainer-clean): Remove the info files
8422 in $(infodir) where they are created.
8423
84242004-12-03 Richard M. Stallman <rms@gnu.org>
8425
8426 * windows.texi (Selecting Windows): get-lru-window and
8427 get-largest-window don't consider dedicated windows.
8428
8429 * text.texi (Undo): Document undo-in-progress.
8430
84312004-11-26 Richard M. Stallman <rms@gnu.org>
8432
8433 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8434 Remove a few vars that are not always buffer-local.
8435
84362004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8437
8438 * locals.texi (Standard Buffer-Local Variables): Comment out
8439 xref's to non-existent node `Yet to be written'.
8440
84412004-11-24 Richard M. Stallman <rms@gnu.org>
8442
8443 * processes.texi (Synchronous Processes): Grammar fix.
8444
8445 * numbers.texi (Comparison of Numbers): Add eql.
8446
8447 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8448
8449 * intro.texi (Printing Notation): Fix previous change.
8450
8451 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8452 and default-indicate-buffer-boundaries from here.
8453 (Usual Display): To here.
8454 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8455 (Usual Display): Move tab-width up.
8456
5dcb4c4e
SM
8457 * customize.texi (Variable Definitions):
8458 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
8459 (Simple Types, Composite Types, Defining New Types):
8460 Minor cleanups.
8461
84622004-11-21 Jesper Harder <harder@ifa.au.dk>
8463
8464 * processes.texi (Synchronous Processes, Output from Processes):
8465 Markup fix.
8466
84672004-11-20 Richard M. Stallman <rms@gnu.org>
8468
8469 * positions.texi (Skipping Characters): skip-chars-forward
8470 now handles char classes.
8471
8472 * intro.texi (Printing Notation): Avoid confusion of `print'
8473 when explaining @print.
8474
8475 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8476
8477 * display.texi (Display Table Format): Minor fix.
8478
8479 * streams.texi (Output Functions): Fix print example.
8480
8481 * Makefile.in (elisp): New target.
8482 (dist): Depend on $(infodir)/elisp, not elisp.
8483 Copy the info files from $(infodir).
8484
8485 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8486 read-from-minibuffer.
8487
8488 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8489
84902004-11-19 Richard M. Stallman <rms@gnu.org>
8491
8492 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8493
84942004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8495
8496 * tips.texi (Coding Conventions): Fix typo.
8497
84982004-11-16 Richard M. Stallman <rms@gnu.org>
8499
8500 * tips.texi (Coding Conventions): Separate defvar and require
8501 methods to avoid warnings. Use require only when there are many
8502 functions and variables from that package.
8503
8504 * minibuf.texi (Minibuffer Completion): When ignoring case,
8505 predicate must not be case-sensitive.
8506
8507 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8508 (Test Coverage): Don't talk about "splotches". Clarified.
8509
85102004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8511
8512 * frames.texi (Window Frame Parameters): Fix typo.
8513
85142004-11-15 Kim F. Storm <storm@cua.dk>
8515
8516 * symbols.texi (Other Plists): Note that plist-get may signal error.
8517 Add safe-plist-get.
8518
85192004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8520
8521 * modes.texi (Font Lock Basics): Fix typo.
8522
85232004-11-08 Richard M. Stallman <rms@gnu.org>
8524
8525 * syntax.texi (Syntax Table Functions): Add syntax-after.
8526
85272004-11-06 Lars Brinkhoff <lars@nocrew.org>
8528
8529 * os.texi (Processor Run Time): New section documenting
8530 get-internal-run-time.
8531
85322004-11-06 Eli Zaretskii <eliz@gnu.org>
8533
8534 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8535 it nukes elisp-cover.texi.
8536 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8537 elisp-0 etc.
8538
85392004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8540
8541 * commands.texi (Keyboard Macros): Document `append' return value
8542 of `defining-kbd-macro'.
8543
85442004-11-01 Richard M. Stallman <rms@gnu.org>
8545
8546 * commands.texi (Interactive Call): Add called-interactively-p.
8547
85482004-10-29 Simon Josefsson <jas@extundo.com>
8549
8550 * minibuf.texi (Reading a Password): Revert.
8551
85522004-10-28 Richard M. Stallman <rms@gnu.org>
8553
8554 * frames.texi (Display Feature Testing): Explain about "vendor".
8555
85562004-10-27 Richard M. Stallman <rms@gnu.org>
8557
8558 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8559 not raw. Clarify `n'.
8560 (Interactive Call): Rewrite interactive-p, focusing on when
8561 and how to use it.
8562 (Misc Events): Clarify previous change.
8563
8564 * advice.texi (Simple Advice): Clarify what job the example does.
8565 (Around-Advice): Clarify ad-do-it.
8566 (Activation of Advice): An option of ad-default-compilation-action
8567 is `never', not `nil'.
8568
85692004-10-26 Kim F. Storm <storm@cua.dk>
8570
8571 * commands.texi (Interactive Codes): Add U code letter.
8572
85732004-10-25 Simon Josefsson <jas@extundo.com>
8574
8575 * minibuf.texi (Reading a Password): Add.
8576
85772004-10-24 Jason Rumney <jasonr@gnu.org>
8578
8579 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8580 and wheel-down.
8581
85822004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8583
8584 * processes.texi (Synchronous Processes): Document process-file.
8585
85862004-10-22 Kenichi Handa <handa@m17n.org>
8587
8588 * text.texi (translate-region): Document that it accepts also a
8589 char-table.
8590
85912004-10-22 David Ponce <david@dponce.com>
8592
8593 * windows.texi (Resizing Windows): Document the `preserve-before'
8594 argument of the functions `enlarge-window' and `shrink-window'.
8595
85962004-10-19 Jason Rumney <jasonr@gnu.org>
8597
8598 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8599
86002004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8601
8602 * text.texi (Filling): Add anchor for definition of
8603 `sentence-end-double-space'.
8604
8605 * searching.texi (Regexp Example): Update description of how
8606 Emacs currently recognizes the end of a sentence.
8607 (Standard Regexps): Update definition of the variable
8608 `sentence-end'. Add definition of the function `sentence-end'.
8609
86102004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8611
8612 * display.texi (Progress): New node.
8613
86142004-10-05 Kim F. Storm <storm@cua.dk>
8615
8616 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8617
86182004-09-29 Kim F. Storm <storm@cua.dk>
8619
8620 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8621 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8622 fringe bitmap symbols, as they now have their own namespace.
8623 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8624 vs. pixels. Signal error if no free bitmap slots.
8625 (Pixel Specification): Change IMAGE to @var{image}.
8626
86272004-09-28 Richard M. Stallman <rms@gnu.org>
8628
8629 * text.texi (Special Properties): Clarify line-spacing and line-height.
8630
8631 * searching.texi (Regexp Search): Add looking-back.
8632
86332004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8634
8635 * display.texi: Correct typos.
8636 (Image Descriptors): Correct xref's.
8637
86382004-09-25 Richard M. Stallman <rms@gnu.org>
8639
8640 * text.texi (Special Properties): Cleanups in `cursor'.
8641 Rewrites in `line-height' and `line-spacing'; exchange them.
8642
8643 * display.texi (Fringes): Rewrite previous change.
8644 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8645 (Display Fringe Bitmaps): Node deleted, text moved.
8646 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8647 (Scroll Bars): Clarify set-window-scroll-bars.
8648 (Pointer Shape): Rewrite.
8649 (Specified Space): Clarify :align-to, etc.
8650 (Pixel Specification): Use @var. Clarify new text.
8651 (Other Display Specs): Clarify `slice'.
8652 (Image Descriptors): Cleanups.
8653 (Showing Images): Cleanups.
8654
86552004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8656
8657 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8658
8659 * modes.texi: Various minor changes in addition to:
8660 (Major Mode Conventions): Final call to `run-mode-hooks' should
8661 not be inside the `delay-mode-hooks' form.
8662 (Mode Hooks): New node.
8663 (Hooks): Delete obsolete example.
8664 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8665 node "Mode Hooks".
8666
86672004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8668
8669 * display.texi: Correct various typos.
8670 (Display): Rename node "Pointer Shapes" to "Pointer
8671 Shape". (There is already a node called "Pointer Shapes" in
8672 frames.texi.)
8673 (Images): Remove non-existent node "Image Slices" from menu.
8674
86752004-09-23 Kim F. Storm <storm@cua.dk>
8676
8677 * text.texi (Special Properties): Add `cursor', `pointer',
8678 `line-height', and `line-spacing' properties.
8679
8680 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8681 Shapes' to menu.
8682 (Standard Faces): Doc fix for fringe face.
8683 (Fringes): Add `overflow-newline-into-fringe' and
8684 'indicate-buffer-boundaries'.
8685 (Fringe Bitmaps, Pointer Shapes): New nodes.
8686 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8687 Bitmaps' to menu.
8688 (Specified Space): Describe pixel width and height.
8689 (Pixel Specification): New node.
8690 (Other Display Specs): Add `slice' property.
8691 (Display Fringe Bitmaps): New node.
8692 (Images): Add 'Image Slices' to menu.
8693 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8694 (Showing Images): Add slice arg to `insert-image'.
8695 Add 'insert-sliced-image'.
b8d4c8d0
GM
8696
86972004-09-20 Richard M. Stallman <rms@gnu.org>
8698
8699 * commands.texi (Key Sequence Input):
8700 Clarify downcasing in read-key-sequence.
8701
87022004-09-08 Juri Linkov <juri@jurta.org>
8703
8704 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8705
87062004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8707
5dcb4c4e
SM
8708 * locals.texi (Standard Buffer-Local Variables):
8709 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8710 * internals.texi (Buffer Internals): Describe new
8711 auto_save_file_format field of the buffer structure.
8712 * files.texi (Format Conversion): `auto-save-file-format' has been
8713 renamed `buffer-auto-save-file-format'.
8714
87152004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8716
8717 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8718 an integer or a marker.
8719 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8720
87212004-08-22 Richard M. Stallman <rms@gnu.org>
8722
8723 * modes.texi (Major Mode Conventions): Discuss rebinding of
8724 standard key bindings.
8725
87262004-08-18 Kim F. Storm <storm@cua.dk>
8727
8728 * processes.texi (Accepting Output): Add `just-this-one' arg to
8729 `accept-process-output'.
8730 (Output from Processes): New var `process-adaptive-read-buffering'.
8731
87322004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8733
8734 * keymaps.texi: Various changes in addition to:
8735 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8736 Give more varied examples for `kbd'.
8737 (Creating Keymaps): Char tables have slots for all characters
8738 without modifiers.
8739 (Active Keymaps): `overriding-local-map' and
8740 `overriding-terminal-local-map' also override text property and
8741 overlay keymaps.
8742 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8743 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8744 to denote a prefix of no events.
8745 `map-keymap' includes parent's bindings _recursively_.
8746 Clarify and correct description of `where-is-internal'.
8747 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8748 (Menu Example): For menus intended for use with the keyboard, the
8749 menu items should be bound to characters or real function keys.
8750
87512004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8752
8753 * objects.texi (Character Type): Reposition `@anchor' to prevent
8754 double space inside sentence in Info.
8755
8756 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8757 renamed to `disabled-command-function'.
8758 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8759 (Command Loop Info): Replace reference to it.
8760 (Disabling Commands): `disabled-command-hook' has been renamed to
8761 `disabled-command-function'.
8762
87632004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8764
8765 * os.texi (Translating Input): Only non-prefix bindings in
8766 `key-translation-map' override actual key bindings. Warn about
8767 possible indirect effect of actual key bindings on non-prefix
8768 bindings in `key-translation-map'.
8769
87702004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8771
8772 * minibuf.texi (High-Level Completion): Add anchor for definition
8773 of `read-variable'.
8774
8775 * commands.texi: Various changes in addition to:
8776 (Using Interactive): Clarify description of `interactive-form'.
8777 (Interactive Call): Mention default for KEYS argument to
8778 `call-interactively'.
8779 (Command Loop Info): Clarify description of `this-command-keys'.
8780 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8781 Value of `last-event-frame' can be `macro'.
8782 (Repeat Events): `double-click-fuzz' is also used to distinguish
8783 clicks and drags.
8784 (Classifying Events): Clarify descriptions of `event-modifiers'
8785 `event-basic-type' and `event-convert-list'.
8786 (Accessing Events): `posn-timestamp' takes POSITION argument.
8787 (Quoted Character Input): Clarify description of
8788 `read-quoted-char' and fix example.
8789 (Quitting): Add `with-local-quit'.
8790 (Disabling Commands): Correct and clarify descriptions of
8791 `enable-command' and `disable-command'.
8792 Mention what happens if `disabled-command-hook' is nil.
8793 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8794 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8795
87962004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8797
8798 * frames.texi: Various changes in addition to:
8799 (Creating Frames): Expand and clarify description of `make-frame'.
8800 (Window Frame Parameters): Either none or both of the `icon-left'
8801 and `icon-top' parameters must be specified. Put descriptions of
8802 `menu-bar-lines' and `toolbar-lines' closer together and change
8803 them accordingly.
8804 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8805 except while processing `frame-title-format' or `icon-title-format'.
8806 (Deleting Frames): Correct description of `delete-frame'.
8807 Non-nil return values of `frame-live-p' are like those of `framep'.
8808 (Frames and Windows): Mention return value of
8809 `set-frame-selected-window'.
8810 (Visibility of Frames): Mention `force' argument to
8811 `make-frame-invisible'. `frame-visible-p' returns t for all
8812 frames on text-only terminals.
8813 (Frame Configurations): Restoring a frame configuration does not
8814 restore deleted frames.
8815 (Window System Selections): `x-set-selection' returns DATA.
8816 (Resources): Add example.
8817 (Display Feature Testing): Clarify descriptions of
8818 `display-pixel-height', `display-pixel-width', `x-server-version'
8819 and `x-server-vendor'.
8820
8821 * windows.texi (Choosing Window): Add anchor.
8822 * minibuf.texi (Minibuffer Misc): Add anchor.
8823
88242004-07-23 John Paul Wallington <jpw@gnu.org>
8825
8826 * macros.texi (Defining Macros): Declaration keyword for setting
8827 Edebug spec is `debug' not `edebug'.
8828
88292004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8830
8831 * windows.texi: Various small changes in addition to:
8832 (Window Point): Mention return value of `set-window-point'.
8833 (Window Start): `pos-visible-in-window-p' disregards horizontal
8834 scrolling. Explain return value if PARTIALLY is non-nil.
8835 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8836 and `set-window-vscroll'.
8837 (Size of Window): The argument WINDOW to `window-inside-edges',
8838 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8839 (Resizing Windows): Explain return value of
8840 `shrink-window-if-larger-than-buffer'.
8841 `window-size-fixed' automatically becomes buffer local when set.
8842 (Window Configurations): Explain return value of
8843 `set-window-configuration'.
8844
8845 * minibuf.texi (Minibuffer Misc): Add anchor for
8846 `minibuffer-scroll-window'.
8847
8848 * positions.texi (Text Lines): Add anchor for `count-lines'.
8849
88502004-07-17 Richard M. Stallman <rms@gnu.org>
8851
8852 * display.texi (Overlay Properties): Adding `evaporate' prop
8853 deletes empty overlay immediately.
8854
8855 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8856 fix example.
8857
88582004-07-16 Jim Blandy <jimb@redhat.com>
8859
8860 * searching.texi (Regexp Backslash): Document new \_< and \_>
8861 operators.
8862
88632004-07-16 Juanma Barranquero <lektu@terra.es>
8864
8865 * display.texi (Images): Fix Texinfo usage.
8866
88672004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8868
8869 * buffers.texi (Modification Time): `visited-file-modtime' now
8870 returns a list of two integers, instead of a cons.
8871
88722004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8873
8874 * windows.texi: Various changes in addition to:
8875 (Splitting Windows): Add `split-window-keep-point'.
8876
88772004-07-09 Richard M. Stallman <rms@gnu.org>
8878
8879 * frames.texi (Input Focus): Minor fix.
8880
88812004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8882
8883 * frames.texi (Input Focus): Clarify descriptions of
8884 `select-frame-set-input-focus' and `select-frame'.
8885
88862004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8887
8888 * os.texi: Various small changes in addition to:
8889 (Killing Emacs): Expand and clarify description of
8890 `kill-emacs-query-functions' and `kill-emacs-hook'.
8891 (System Environment): Expand and clarify description of `getenv'
8892 and `setenv'.
8893 (Timers): Clarify description of `run-at-time'.
8894 (Translating Input): Correct description of
8895 `extra-keyboard-modifiers'.
8896 (Flow Control): Correct description of `enable-flow-control'.
8897
88982004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8899
8900 * os.texi: Update copyright.
8901 (Session Management): Grammar fix.
8902 Clarify which Emacs does the restarting.
8903 Use @samp for *scratch* buffer.
8904
89052004-07-04 Alan Mackenzie <acm@muc.de>
8906
8907 * frames.texi (Input Focus): Add documentation for
8908 `select-frame-set-input-focus'. Replace refs to non-existent
8909 `switch-frame' with `select-frame'. Minor corrections and tidying
8910 up of text-only terminal stuff.
8911
89122004-07-02 Richard M. Stallman <rms@gnu.org>
8913
8914 * files.texi (Saving Buffers): Cleanup write-contents-function.
8915 (Magic File Names): Cleanup file-remote-p.
8916
b344d29d 89172004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8918
8919 * files.texi (Magic File Names): `file-remote-p' returns an
8920 identifier of the remote system, not just t.
8921
89222004-07-02 David Kastrup <dak@gnu.org>
8923
8924 * searching.texi (Entire Match Data): Add explanation about new
8925 match-data behavior when @var{integers} is non-nil.
8926
89272004-06-24 Richard M. Stallman <rms@gnu.org>
8928
8929 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8930
8931 * customize.texi (Variable Definitions): Note about doc strings
8932 and :set.
8933
8934 * keymaps.texi (Keymap Terminology): Document `kbd'.
8935 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8936
8937 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8938 makes it buffer-local.
8939
8940 * files.texi (Saving Buffers): Correct previous change.
8941
8942 * commands.texi (Accessing Events):
8943 Clarify posn-col-row and posn-actual-col-row.
8944
89452004-06-24 David Ponce <david.ponce@wanadoo.fr>
8946
8947 * commands.texi (Accessing Events): New functions
8948 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8949
89502004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8951
8952 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8953 * frames.texi, buffers.texi, backups.texi, variables.texi:
8954 * loading.texi, eval.texi, functions.texi, control.texi:
8955 * symbols.texi, minibuf.texi: Reposition @anchor's.
8956
8957 * help.texi: Various small changes in addition to the following.
8958 (Describing Characters): Describe PREFIX argument to
8959 `key-description'. Correct and clarify definition of
8960 `text-char-description'. Describe NEED-VECTOR argument to
8961 `read-kbd-macro'.
8962 (Help Functions): Clarify definition of `apropos'.
8963
89642004-06-23 Lars Hansen <larsh@math.ku.dk>
8965
8966 * files.texi (Saving Buffers): Correct description of
8967 `write-contents-functions'.
8968
89692004-06-21 Juanma Barranquero <lektu@terra.es>
8970
8971 * display.texi (Images): Remove redundant @vindex directives.
8972 Rewrite `image-library-alist' doc in active voice.
8973
89742004-06-14 Juanma Barranquero <lektu@terra.es>
8975
8976 * display.texi (Images): Document new delayed library loading,
8977 variable `image-library-alist' and (existing but undocumented)
8978 function `image-type-available-p'.
8979
89802004-06-05 Richard M. Stallman <rms@gnu.org>
8981
8982 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8983 refer the user to the Initial Input node.
8984 (Text from Minibuffer): Likewise.
8985 (Initial Input): New node. Document this feature
8986 and say it is mostly deprecated.
8987
89882004-05-30 Richard M. Stallman <rms@gnu.org>
8989
8990 * loading.texi (Named Features): Clarify return value
8991 and meaning of NOERROR.
8992
8993 * variables.texi (File Local Variables): Minor cleanup.
8994
89952004-05-30 Michael Albinus <michael.albinus@gmx.de>
8996
8997 * files.texi (Magic File Names): Add `file-remote-p' as operation
8998 of file name handlers.
8999
90002004-05-29 Richard M. Stallman <rms@gnu.org>
9001
9002 * modes.texi (Minor Mode Conventions): (-) has no special meaning
9003 as arg to a minor mode command.
9004
90052004-05-22 Richard M. Stallman <rms@gnu.org>
9006
9007 * syntax.texi (Syntax Class Table): Word syntax not just for English.
9008
9009 * streams.texi (Output Variables): Doc float-output-format.
9010
9011 * searching.texi (Regexp Special): Nested repetition can be infloop.
9012
9013 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
9014 real stack overflow.
9015
9016 * compile.texi: Minor cleanups.
9017
90182004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
9019
9020 * lists.texi (Cons Cells): Explain dotted lists, true lists,
9021 circular lists.
9022 (List Elements): Explain handling of circular and dotted lists.
9023
90242004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
9025
9026 * modes.texi (Search-based Fontification): Fix typo.
9027
90282004-05-10 Juanma Barranquero <lektu@terra.es>
9029
9030 * modes.texi (Mode Line Variables): Fix description of
9031 global-mode-string, which is now after which-func-mode, not the
9032 buffer name.
9033
90342004-05-07 Lars Hansen <larsh@math.ku.dk>
9035
9036 * modes.texi (Desktop Save Mode): Add.
9037 (Modes): Add menu entry Desktop Save Mode.
9038
9039 * hooks.texi: Add desktop-after-read-hook,
9040 desktop-no-desktop-file-hook and desktop-save-hook.
9041
9042 * locals.texi: Add desktop-save-buffer.
9043
90442004-04-30 Jesper Harder <harder@ifa.au.dk>
9045
9046 * display.texi: emacs -> Emacs.
9047
90482004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
9049
9050 * files.texi (Changing Files): Document set-file-times.
9051
90522004-04-23 Juanma Barranquero <lektu@terra.es>
9053
9054 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9055
90562004-04-18 Jesper Harder <harder@ifa.au.dk>
9057
9058 * tips.texi (Coding Conventions): defopt -> defcustom.
9059
90602004-04-16 Luc Teirlinck <teirllm@auburn.edu>
9061
9062 * sequences.texi: Various clarifications.
9063
90642004-04-14 Luc Teirlinck <teirllm@auburn.edu>
9065
9066 * buffers.texi (Read Only Buffers): Mention optional ARG to
9067 `toggle-read-only'.
9068
90692004-04-14 Nick Roberts <nick@nick.uklinux.net>
9070
9071 * windows.texi (Selecting Windows): Note that get-lru-window
9072 returns a full-width window if possible.
9073
90742004-04-13 Luc Teirlinck <teirllm@auburn.edu>
9075
9076 * buffers.texi: Various changes in addition to:
9077 (Buffer File Name): Add `find-buffer-visiting'.
9078 (Buffer Modification): Mention optional ARG to `not-modified'.
9079 (Indirect Buffers): Mention optional CLONE argument to
9080 `make-indirect-buffer'.
9081
9082 * files.texi: Various changes in addition to:
9083 (Visiting Functions): `find-file-hook' is now a normal hook.
9084 (File Name Expansion): Explain difference between the way that
9085 `expand-file-name' and `file-truename' treat `..'.
9086 (Contents of Directories): Mention optional ID-FORMAT argument to
9087 `directory-files-and-attributes'.
9088 (Format Conversion): Mention new optional CONFIRM argument to
9089 `format-write-file'.
9090
90912004-04-12 Miles Bader <miles@gnu.org>
9092
9093 * macros.texi (Expansion): Add description of `macroexpand-all'.
9094
90952004-04-05 Jesper Harder <harder@ifa.au.dk>
9096
5dcb4c4e
SM
9097 * variables.texi (Variable Aliases):
9098 Mention cyclic-variable-indirection.
b8d4c8d0
GM
9099
9100 * errors.texi (Standard Errors): Ditto.
9101
91022004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9103
9104 * backups.texi: Various small changes in addition to:
9105 (Making Backups): Mention return value of `backup-buffer'.
9106 (Auto-Saving): Mention optional FORCE argument to
9107 `delete-auto-save-file-if-necessary'.
9108 (Reverting): Mention optional PRESERVE-MODES argument to
9109 `revert-buffer'. Correct description of `revert-buffer-function'.
9110
91112004-03-22 Juri Linkov <juri@jurta.org>
9112
9113 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
9114 with `Vector Functions'.
9115
9116 * text.texi (Sorting): Add missing quote.
9117
91182004-03-14 Luc Teirlinck <teirllm@auburn.edu>
9119
9120 * intro.texi (Lisp History): Replace xref to `cl' manual with
9121 inforef.
9122
91232004-03-12 Richard M. Stallman <rms@gnu.org>
9124
9125 * intro.texi (Version Info): Add arg to emacs-version.
9126 (Lisp History): Change xref to CL manual.
9127
91282004-03-09 Luc Teirlinck <teirllm@auburn.edu>
9129
9130 * minibuf.texi (Completion Commands): Add xref to Emacs manual
9131 for Partial Completion mode.
9132
91332004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
9134
9135 * customize.texi: Fix typo. Remove eol whitespace.
9136
91372004-03-04 Richard M. Stallman <rms@gnu.org>
9138
9139 * processes.texi: Fix typos.
9140
9141 * lists.texi (Building Lists): Minor clarification.
9142
9143 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
9144 in make-hash-table.
9145
91462004-02-29 Juanma Barranquero <lektu@terra.es>
9147
9148 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
9149 rm, and ignore exit code.
9150
91512004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9152
9153 * display.texi (Defining Faces): Add description for min-colors.
9154 Update example.
9155
91562004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9157
9158 * abbrevs.texi: Various corrections and clarifications in addition
9159 to the following:
9160 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
9161
91622004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9163
9164 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
9165
91662004-02-21 Luc Teirlinck <teirllm@auburn.edu>
9167
9168 * text.texi: Various small changes in addition to the following:
9169 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9170 to delete-horizontal-space.
9171 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
9172 description of yank-handler text property at various places.
9173
9174 * frames.texi (Window System Selections): Add anchor.
9175
9176 * syntax.texi (Syntax Table Functions): Clarify and correct
9177 descriptions of make-syntax-table and copy-syntax-table.
9178 (Motion and Syntax): Clarify SYNTAXES argument to
9179 skip-syntax-forward.
9180 (Parsing Expressions): Mention that the return value of
9181 parse-partial-sexp is currently a list of ten rather than nine
9182 elements.
9183 (Categories): Various corrections and clarifications.
9184
91852004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9186
9187 * markers.texi (Marker Insertion Types): Minor change.
9188
9189 * locals.texi (Standard Buffer-Local Variables):
9190 * commands.texi (Interactive Codes, Using Interactive):
9191 * functions.texi (Related Topics): Fix xrefs.
9192
91932004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9194
9195 * lists.texi (Sets And Lists): Update description of delete-dups.
9196
91972004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9198
9199 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9200
c8763fb6 92012004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9202
9203 * frames.texi (Parameter Access): frame-parameters arg is optional.
9204 modify-frame-parameters handles nil for FRAME.
9205 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9206 are all-or-nothing for certain toolkits.
9207 Mention parameter wait-for-wm.
9208 (Frames and Windows): In frame-first-window and frame-selected-window
9209 the arg is optional.
9210 (Input Focus): In redirect-frame-focus the second arg is optional.
9211 (Window System Selections): Mention selection type CLIPBOARD.
9212 Mention data-type UTF8_STRING.
9213 Mention numbering of cut buffers.
9214 (Resources): Describe x-resource-name.
9215
92162004-02-16 Richard M. Stallman <rms@gnu.org>
9217
9218 * windows.texi (Buffers and Windows): Delete false table
9219 about all-frames.
9220
9221 * syntax.texi (Parsing Expressions): Delete old caveat
9222 about parse-sexp-ignore-comments.
9223
9224 * streams.texi (Output Variables): Add print-quoted.
9225
9226 * lists.texi (Building Lists): Minor cleanup.
9227
9228 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9229
9230 * display.texi (Overlays): Explain overlays use markers.
9231 (Managing Overlays): Explain front-advance and rear-advance
9232 in more detail.
9233
9234 * loading.texi (Unloading): Document unload-feature-special-hooks.
9235 Get rid of fns-NNN.el file.
9236
92372004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9238
9239 * help.texi (Describing Characters): Fix text-char-description
9240 example output.
9241
9242 * edebug.texi (Using Edebug): Fix example.
9243
9244 * debugging.texi (Internals of Debugger): Fix return value.
9245
9246 * files.texi (Changing Files): Fix argname.
9247
9248 * calendar.texi: Fix parens, and default values.
9249
9250 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9251 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 9252 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
9253
9254 * positions.texi (Text Lines): Don't add -1 in current-line.
9255
92562004-02-16 Richard M. Stallman <rms@gnu.org>
9257
9258 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9259
92602004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9261
9262 * processes.texi (Low-Level Network): Fix a typo.
9263
92642004-02-12 Kim F. Storm <storm@cua.dk>
9265
9266 * display.texi (Fringes): Use consistent wording.
9267 Note that window-fringe's window arg is optional.
9268 (Scroll Bars): Use consistent wording.
9269
92702004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9271
9272 * tips.texi (Comment Tips): Document the new conventions for
9273 commenting out code.
9274
c8763fb6 92752004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 9276
5dcb4c4e 9277 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
9278
92792004-02-07 Kim F. Storm <storm@cua.dk>
9280
9281 * positions.texi (Text Lines): Add line-number-at-pos.
9282
92832004-02-06 John Paul Wallington <jpw@gnu.org>
9284
9285 * display.texi (Button Properties, Button Buffer Commands):
9286 mouse-2 invokes button, not down-mouse-1.
9287
92882004-02-04 Jason Rumney <jasonr@gnu.org>
9289
9290 * makefile.w32-in: Sync with Makefile.in changes.
9291
92922004-02-03 Luc Teirlinck <teirllm@auburn.edu>
9293
9294 * minibuf.texi (Text from Minibuffer): Various corrections and
9295 clarifications.
9296 (Object from Minibuffer): Correct Lisp description of
9297 read-minibuffer.
9298 (Minibuffer History): Clarify description of cons values for
9299 HISTORY arguments.
5dcb4c4e
SM
9300 (Basic Completion): Various corrections and clarifications.
9301 Add completion-regexp-list.
b8d4c8d0
GM
9302 (Minibuffer Completion): Correct and clarify description of
9303 completing-read.
5dcb4c4e
SM
9304 (Completion Commands): Mention Partial Completion mode.
9305 Various other minor changes.
b8d4c8d0
GM
9306 (High-Level Completion): Various corrections and clarifications.
9307 (Reading File Names): Ditto.
9308 (Minibuffer Misc): Ditto.
9309
93102004-01-26 Luc Teirlinck <teirllm@auburn.edu>
9311
9312 * strings.texi (Text Comparison): assoc-string also matches
9313 elements of alists that are strings instead of conses.
9314 (Formatting Strings): Standardize Texinfo usage. Update index
9315 entries.
9316
93172004-01-20 Luc Teirlinck <teirllm@auburn.edu>
9318
9319 * lists.texi (Sets And Lists): Add delete-dups.
9320
93212004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9322
9323 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9324 special form.
9325 * macros.texi (Defining Macros): Update description of `declare',
9326 which now is a macro.
9327 (Wrong Time): Fix typos.
9328
93292004-01-14 Luc Teirlinck <teirllm@auburn.edu>
9330
9331 * compile.texi (Compilation Functions): Expand descriptions of
9332 `compile-defun', `byte-compile-file', `byte-recompile-directory'
9333 and `batch-byte-compile'. In particular, mention and describe
9334 all optional arguments.
9335 (Disassembly): Correct and clarify the description of `disassemble'.
9336
93372004-01-11 Luc Teirlinck <teirllm@auburn.edu>
9338
9339 * searching.texi: Various small changes in addition to the
9340 following.
9341 (Regexp Example): Adapt to new value of `sentence-end'.
9342 (Regexp Functions): The PAREN argument to `regexp-opt' can be
9343 `words'.
9344 (Search and Replace): Add usage note for `perform-replace'.
9345 (Entire Match Data): Mention INTEGERS and REUSE arguments to
9346 `match-data'.
9347 (Standard Regexps): Update for new values of `paragraph-start'
9348 and `sentence-end'.
9349
93502004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9351
9352 * files.texi (Saving Buffers): Clarify descriptions of
9353 `write-contents-functions' and `before-save-hook'.
9354 Make the defvar's for `before-save-hook' and `after-save-hook'
9355 into defopt's.
9356
93572004-01-07 Kim F. Storm <storm@cua.dk>
9358
9359 * commands.texi (Click Events): Describe new image and
9360 width/height elements of click events.
9361 (Accessing Events): Add posn-string, posn-image, and
9362 posn-object-width-height. Change posn-object to return either
9363 image or string object.
9364
93652004-01-01 Simon Josefsson <jas@extundo.com>
9366
9367 * hooks.texi (Standard Hooks): Add before-save-hook.
9368 * files.texi (Saving Buffers): Likewise.
9369
93702004-01-03 Richard M. Stallman <rms@gnu.org>
9371
9372 * frames.texi (Frames and Windows): Delete frame-root-window.
9373
93742004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9375
9376 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9377
9378 * functions.texi: Various small changes in addition to the
9379 following.
5dcb4c4e
SM
9380 (What Is a Function): `functionp' returns nil for macros.
9381 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
9382 (Function Documentation): Add `\' in front of (fn @var{arglist})
9383 and explain why.
9384 (Defining Functions): Mention DOCSTRING argument to `defalias'.
9385 Add anchor.
9386 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
9387
93882004-01-01 Miles Bader <miles@gnu.org>
9389
9390 * display.texi (Buttons): New section.
9391
93922003-12-31 Andreas Schwab <schwab@suse.de>
9393
9394 * numbers.texi (Math Functions): sqrt reports a domain-error
9395 error.
9396 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9397
93982003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9399
9400 * tips.texi (Documentation Tips): Update item on hyperlinks in
9401 documentation strings.
9402
9403 * errors.texi (Standard Errors): Various small corrections and
9404 additions.
9405
9406 * control.texi: Various small changes in addition to the
9407 following.
9408 (Signaling Errors): Provide some more details on how `signal'
9409 constructs the error message. Add anchor to the definition of
9410 `signal'.
9411 (Error Symbols): Describe special treatment of `quit'.
9412 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9413 to emphasize that it has to be a single form.
9414
9415 * buffers.texi: Add anchor.
9416
94172003-12-29 Richard M. Stallman <rms@gnu.org>
9418
9419 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9420 (Window Configurations): Add window-configuration-frame.
9421
9422 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9423
9424 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9425 Change arg name in get-char-property.
9426 (Special Properties): Update handling of keymap property.
9427
9428 * strings.texi (Modifying Strings): Add clear-string.
9429 (Text Comparison): Add assoc-string and remove
9430 assoc-ignore-case, assoc-ignore-representation.
9431
9432 * os.texi (Time of Day): Add set-time-zone-rule.
9433
9434 * numbers.texi (Math Functions): asin, acos, log, log10
9435 report domain-error errors.
9436
9437 * nonascii.texi (Converting Representations):
9438 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9439 (Encoding and I/O): Add file-name-coding-system.
9440
9441 * modes.texi (Search-based Fontification): Explain that
9442 face specs are symbols with face names as values.
9443
9444 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9445
9446 * lists.texi (Building Lists): remq moved elsewhere.
9447 (Sets And Lists): remq moved here.
9448 (Association Lists): Refer to assoc-string.
9449
9450 * internals.texi (Garbage Collection): Add memory-use-counts.
9451
9452 * frames.texi (Frames and Windows): Add set-frame-selected-window
9453 and frame-root-window.
9454
9455 * files.texi (Contents of Directories):
9456 Add directory-files-and-attributes.
9457
9458 * display.texi (Refresh Screen): Add force-window-update.
9459 (Invisible Text): Explain about moving point out of invis text.
9460 (Overlay Properties): Add overlay-properties.
9461 (Managing Overlays): Add overlayp.
9462 (GIF Images): Invalid image number displays a hollow box.
9463
9464 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9465 (Killing Buffers): Add buffer-live-p.
9466
94672003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9468
9469 * display.texi (Fringes): Fix typo "set-buffer-window".
9470
94712003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9472
9473 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9474 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9475 Add or change various xrefs and anchors.
9476
9477 * commands.texi: Replace all occurrences of @acronym{CAR} with
9478 @sc{car}, for consistency with the rest of the Elisp manual.
9479 `car' and `cdr' are historically acronyms, but are no longer
9480 widely thought of as such.
9481
9482 * internals.texi (Pure Storage): Mention that `purecopy' does not
9483 copy text properties.
9484 (Object Internals): Now 29 bits are used (in most implementations)
9485 to address Lisp objects.
9486
9487 * variables.texi (Variables with Restricted Values): New node.
9488
9489 * objects.texi (Lisp Data Types): Mention that certain variables
9490 can only take on a restricted set of values and add an xref to
9491 the new node "Variables with Restricted Values".
9492
9493 * eval.texi (Function Indirection): Describe the errors that
9494 `indirect-function' can signal.
9495 (Eval): Clarify the descriptions of `eval-region' and `values'.
9496 Describe `eval-buffer' instead of `eval-current-buffer' and
9497 mention `eval-current-buffer' as an alias for `current-buffer'.
9498 Correct the description and mention all optional arguments.
9499
9500 * nonascii.texi: Various small changes in addition to the
9501 following.
9502 (Converting Representations): Clarify behavior of
9503 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9504 ASCII arguments.
9505 (Character Sets): Document the variable `charset-list' and adapt
9506 the definition of the function `charset-list' accordingly.
9507 (Translation of Characters): Clarify use of generic characters in
9508 `make-translation-table'. Clarify and correct the description of
9509 the use of translation tables in encoding and decoding.
9510 (User-Chosen Coding Systems): Correct and clarify the description
9511 of `select-safe-coding-system'.
9512 (Default Coding Systems): Clarify description of
9513 `file-coding-system-alist'.
9514
95152003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9516
9517 * strings.texi (Text Comparison): Correctly describe when two
9518 strings are `equal'. Combine and clarify descriptions of
9519 `assoc-ignore-case' and `assoc-ignore-representation'.
9520
9521 * objects.texi (Non-ASCII in Strings): Clarify description of
9522 when a string is unibyte or multibyte.
9523 (Bool-Vector Type): Update examples.
9524 (Equality Predicates): Correctly describe when two strings are
9525 `equal'.
9526
95272003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9528
9529 * lists.texi (Building Lists): `append' no longer accepts integer
9530 arguments. Update the description of `number-sequence' to reflect
9531 recent changes.
9532 (Sets And Lists): Describe `member-ignore-case' after `member'.
9533
95342003-11-27 Kim F. Storm <storm@cua.dk>
9535
9536 * commands.texi (Click Events): Click object may be an images.
9537 Describe (dx . dy) element of click positions.
9538 (Accessing Events): Remove duplicate posn-timestamp.
9539 New functions posn-object and posn-object-x-y.
9540
95412003-11-23 Kim F. Storm <storm@cua.dk>
9542
9543 * commands.texi (Click Events): Describe enhancements to event
9544 position lists, including new text-pos and (col . row) items.
9545 Mention left-fringe and right-fringe area events.
9546 (Accessing Events): New functions posn-area and
9547 posn-actual-col-row. Mention posn-timestamp. Mention that
9548 posn-point in non-text area still returns buffer position.
9549 Clarify posn-col-row.
9550
95512003-11-21 Lars Hansen <larsh@math.ku.dk>
9552
9553 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9554 * anti.texi (File Attributes): Describe removed parameter
9555 ID-FORMAT.
9556
95572003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9558
9559 * positions.texi (Positions): Mention that, if a marker is used as
9560 a position, its buffer is ignored.
9561
9562 * markers.texi (Overview of Markers): Mention it here too.
9563
95642003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9565
9566 * numbers.texi (Numeric Conversions): Not just `floor', but also
9567 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9568
95692003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9570
9571 * markers.texi (Creating Markers): Specify insertion type of
9572 created markers. Add xref to `Marker Insertion Types'.
9573 Second argument to `copy-marker' is optional.
9574 (Marker Insertion Types): Mention that most markers are created
9575 with insertion type nil.
9576 (The Mark): Correctly describe when `mark' signals an error.
9577 (The Region): Correctly describe when `region-beginning' and
9578 `region-end' signal an error.
9579
95802003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9581
9582 * hash.texi (Creating Hash): Clarify description of `eql'.
9583 `makehash' is obsolete.
9584 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9585
9586 * positions.texi (Point): Change description of `buffer-end', so
9587 that it is also correct for floating point arguments.
9588 (List Motion): Correct argument lists of `beginning-of-defun' and
9589 `end-of-defun'.
9590 (Excursions): Add xref to `Marker Insertion Types'.
9591 (Narrowing): Argument to `narrow-to-page' is optional.
9592
95932003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9594
9595 * streams.texi (Output Streams): Clarify behavior of point for
9596 marker output streams.
9597
95982003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9599
9600 * variables.texi (Defining Variables): Second argument to
9601 `defconst' is not optional.
9602 (Setting Variables): Mention optional argument APPEND to
9603 `add-to-list'.
9604 (Creating Buffer-Local): Expand description of
9605 `make-variable-buffer-local'.
9606 (Frame-Local Variables): Expand description of
9607 `make-variable-frame-local'.
9608 (Variable Aliases): Correct description of optional argument
9609 DOCSTRING to `defvaralias'. Mention return value of
9610 `defvaralias'.
9611 (File Local Variables): Add xref to `File variables' in Emacs
9612 Manual. Correct description of `hack-local-variables'. Mention
9613 `safe-local-variable' property. Mention optional second argument
9614 to `risky-local-variable-p'.
9615
96162003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9617
9618 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9619
96202003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9621
9622 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9623 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9624 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9625 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9626 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9627 lispref/processes.texi, lispref/searching.texi,
9628 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9629 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9630 @acronym{FOO}.
9631
96322003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9633
9634 * strings.texi (Creating Strings): Argument START to `substring'
9635 can not be `nil'. Expand description of
9636 `substring-no-properties'. Correct description of `split-string',
9637 especially with respect to empty matches. Prevent very bad line
9638 break in definition of `split-string-default-separators'.
9639 (Text Comparison): `string=' and `string<' also accept symbols as
9640 arguments.
9641 (String Conversion): More completely describe argument BASE in
9642 `string-to-number'.
9643 (Formatting Strings): `%s' and `%S' in `format' do require
9644 corresponding object. Clarify behavior of numeric prefix after
9645 `%' in `format'.
9646 (Case Conversion): The argument to `upcase-initials' can be a
9647 character.
9648
96492003-10-27 Kenichi Handa <handa@m17n.org>
9650
9651 * display.texi (Fontsets): Fix texinfo usage.
9652
96532003-10-25 Kenichi Handa <handa@m17n.org>
9654
9655 * display.texi (Fontsets): Add description of the function
9656 set-fontset-font.
9657
96582003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9659
9660 * display.texi (Temporary Displays): Add xref to `Documentation
9661 Tips'.
9662
9663 * functions.texi (Function Safety): Use inforef instead of pxref
9664 for SES.
9665
96662003-10-23 Andreas Schwab <schwab@suse.de>
9667
9668 * Makefile.in (TEX, texinputdir): Don't define.
9669 (TEXI2DVI): Define.
9670 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9671 add $(srcdir)/index.texi.
9672 ($(infodir)/elisp): Remove index.texi dependency.
9673 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9674 (index.texi): Remove target.
9675 (dist): Don't link $(srcdir)/permute-index.
9676 (clean): Don't remove index.texi.
9677
9678 * permute-index, index.perm: Remove.
9679 * index.texi: Rename from index.unperm.
9680
96812003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9682
9683 * tips.texi (Documentation Tips): Document new behavior for face
9684 and variable hyperlinks in Help mode.
9685
96862003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9687
9688 * objects.texi (Integer Type): Update for extra bit of integer range.
9689 (Character Type): Ditto.
9690
96912003-10-16 Eli Zaretskii <eliz@gnu.org>
9692
9693 * numbers.texi (Integer Basics): Add index entries for reading
9694 numbers in hex, octal, and binary.
9695
96962003-10-16 Lute Kamstra <lute@gnu.org>
9697
9698 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9699 argument.
9700
97012003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9702
9703 * windows.texi (Choosing Window): Fix typo.
9704 * edebug.texi (Edebug Execution Modes): Fix typo.
9705
97062003-10-13 Richard M. Stallman <rms@gnu.org>
9707
9708 * windows.texi (Basic Windows): A window has fringe settings,
9709 display margins and scroll-bar settings.
9710 (Splitting Windows): Doc split-window return value.
9711 Clean up one-window-p.
9712 (Selecting Windows): Fix typo.
9713 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9714 (Buffers and Windows): In set-window-buffer, explain effect
9715 on fringe settings and scroll bar settings.
9716 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9717 (Choosing Window): Use defopt for pop-up-frame-function.
9718 For special-display-buffer-names, explain same-window and same-frame.
9719 Clarify window-dedicated-p return value.
9720 (Textual Scrolling): scroll-up and scroll-down can get an error.
9721 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9722 Clarify set-window-hscroll.
9723 (Size of Window): Don't mention tool bar in window-height.
9724 (Coordinates and Windows): Explain what coordinates-in-window-p
9725 returns for fringes and display margins.
9726 (Window Configurations): Explain saving fringes, etc.
9727
9728 * tips.texi (Library Headers): Clean up Documentation.
9729
9730 * syntax.texi (Parsing Expressions): Clean up forward-comment
9731 and parse-sexp-lookup-properties.
9732
9733 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9734
9735 * os.texi (System Environment): Clean up text for load-average errors.
9736
9737 * modes.texi (Hooks): Don't explain local hook details at front.
9738 Clarify run-hooks and run-hook-with-args a little.
9739 Clean up add-hook and remove-hook.
9740
9741 * edebug.texi (Edebug Execution Modes): Clarify t.
9742 Document edebug-sit-for-seconds.
9743 (Coverage Testing): Document C-x X = and =.
9744 (Instrumenting Macro Calls): Fix typo.
9745 (Specification List): Don't index the specification keywords.
9746
97472003-10-10 Kim F. Storm <storm@cua.dk>
9748
9749 * processes.texi (Network): Introduce make-network-process.
9750
97512003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9752
9753 * tips.texi (Library Headers): Fix typo.
9754
97552003-10-07 Juri Linkov <juri@jurta.org>
9756
9757 * modes.texi (Imenu): Mention imenu-create-index-function's
9758 default value. Explain submenus better.
9759
97602003-10-07 Lute Kamstra <lute@gnu.org>
9761
9762 * modes.texi (Faces for Font Lock): Fix typo.
9763 (Hooks): Explain how buffer-local hook variables can refer to
9764 global hook variables.
9765 Various minor clarifications.
9766
97672003-10-06 Lute Kamstra <lute@gnu.org>
9768
9769 * tips.texi (Coding Conventions): Mention naming conventions for
9770 hooks.
9771
97722003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9773
9774 * loading.texi (Library Search): Correct default value of
9775 load-suffixes.
9776 (Named Features): Fix typo.
9777
97782003-10-05 Richard M. Stallman <rms@gnu.org>
9779
9780 * loading.texi (Named Features): In `provide',
9781 say how to test for subfeatures.
9782 (Unloading): In unload-feature, use new var name
9783 unload-feature-special-hooks.
9784
97852003-10-03 Lute Kamstra <lute@gnu.org>
9786
9787 * modes.texi (Major Mode Conventions): Mention third way to set up
9788 Imenu.
9789 (Imenu): A number of small fixes.
9790 Delete documentation of internal variable imenu--index-alist.
9791 Document the return value format of imenu-create-index-function
9792 functions.
9793
97942003-09-30 Richard M. Stallman <rms@gnu.org>
9795
9796 * processes.texi (Network): Say what stopped datagram connections do.
9797
9798 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9799
9800 * display.texi (Overlay Properties): Clarify `evaporate' property.
9801
98022003-09-29 Lute Kamstra <lute@gnu.org>
9803
9804 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9805 constructs should be marked as risky.
9806 Change cons cell into proper list.
9807 (Mode Line Variables): Change cons cell into proper list.
9808
98092003-09-26 Lute Kamstra <lute@gnu.org>
9810
9811 * modes.texi (Mode Line Data): Document the :propertize construct.
9812 (Mode Line Variables): Reorder the descriptions of the variables
9813 to match their order in the default mode-line-format.
9814 Describe the new variables mode-line-position and mode-line-modes.
9815 Update the default values of mode-line-frame-identification,
9816 minor-mode-alist, and default-mode-line-format.
9817 (Properties in Mode): Mention the :propertize construct.
9818
98192003-09-26 Richard M. Stallman <rms@gnu.org>
9820
9821 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9822 * loading.texi, minibuf.texi, text.texi, variables.texi:
9823 Avoid @strong{Note:}.
9824
98252003-09-26 Richard M. Stallman <rms@gnu.org>
9826
9827 * keymaps.texi (Remapping Commands): Fix typo.
9828
98292003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9830
9831 * processes.texi (Low-Level Network): Fix typo.
9832
98332003-09-23 Kim F. Storm <storm@cua.dk>
9834
9835 * processes.texi (Network, Network Servers): Fix typos.
9836 (Low-Level Network): Add timeout value for :server keyword.
9837 Add new option keywords to make-network-process.
9838 Add set-network-process-options.
9839 Explain how to test availability of network options.
9840
98412003-09-19 Richard M. Stallman <rms@gnu.org>
9842
9843 * text.texi (Motion by Indent): Arg to
9844 backward-to-indentation and forward-to-indentation is optional.
9845
9846 * strings.texi (Creating Strings): Add substring-no-properties.
9847
9848 * processes.texi
9849 (Process Information): Add list-processes arg QUERY-ONLY.
9850 Delete process-contact from here.
9851 Add new status values for process-status.
9852 Add process-get, process-put, process-plist, set-process-plist.
9853 (Synchronous Processes): Add call-process-shell-command.
9854 (Signals to Processes): signal-process allows process objects.
9855 (Network): Complete rewrite.
9856 (Network Servers, Datagrams, Low-Level Network): New nodes.
9857
9858 * positions.texi (Word Motion): forward-word, backward-word
9859 arg is optional. Reword.
9860
9861 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9862
9863 * variables.texi (Creating Buffer-Local):
9864 Delete duplicate definition of buffer-local-value.
9865 (File Local Variables): Explain about discarding text props.
9866
98672003-09-11 Richard M. Stallman <rms@gnu.org>
9868
9869 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9870 changes variables that record input events.
9871 (Minibuffer Misc): Add minibuffer-selected-window.
9872
9873 * lists.texi (Building Lists): Add copy-tree.
9874
9875 * display.texi (Fontsets): Add char-displayable-p.
9876 (Scroll Bars): New node.
9877
98782003-09-08 Lute Kamstra <lute@gnu.org>
9879
9880 * modes.texi (%-Constructs): Document new `%i' and `%I'
9881 constructs.
9882
98832003-09-03 Peter Runestig <peter@runestig.com>
9884
9885 * makefile.w32-in: New file.
9886
98872003-08-29 Richard M. Stallman <rms@gnu.org>
9888
9889 * display.texi (Overlay Properties): Clarify how priorities
9890 affect use of the properties.
9891
98922003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9893
9894 * customize.texi (Type Keywords): Correct the description of
9895 `:help-echo' in the case where `motion-doc' is a function.
9896
98972003-08-14 John Paul Wallington <jpw@gnu.org>
9898
9899 * modes.texi (Emulating Mode Line): Subsection, not section.
9900
99012003-08-13 Richard M. Stallman <rms@gnu.org>
9902
9903 * elisp.texi (Top): Update subnode lists in menu.
9904
9905 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9906 (Kill Functions): kill-region has new arg yank-handler.
9907 (Yanking): New node.
9908 (Yank Commands): Add yank-undo-function.
9909 (Low-Level Kill Ring):
9910 kill-new and kill-append have new arg yank-handler.
9911 (Changing Properties): Add remove-list-of-text-properties.
9912 (Atomic Changes): New node.
9913
9914 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9915
9916 * streams.texi (Output Variables): Add eval-expression-print-length
9917 and eval-expression-print-level.
9918
9919 * os.texi (Time Conversion): For encode-time, explain limits on year.
9920
9921 * objects.texi (Character Type): Define anchor "modifier bits".
9922
9923 * modes.texi (Emulating Mode Line): New node.
9924 (Search-based Fontification): Font Lock uses font-lock-face property.
9925 (Other Font Lock Variables): Likewise.
9926
9927 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9928 not vectors.
9929 (Active Keymaps): Add emulation-mode-map-alists.
9930 (Functions for Key Lookup): key-binding has new arg no-remap.
9931 (Remapping Commands): New node.
9932 (Scanning Keymaps): where-is-internal has new arg no-remap.
9933 (Tool Bar): Add tool-bar-local-item-from-menu.
9934 Clarify when to use tool-bar-add-item-from-menu.
9935
9936 * commands.texi (Interactive Call): commandp has new arg.
9937 (Command Loop Info): Add this-original-command.
9938
99392003-08-06 John Paul Wallington <jpw@gnu.org>
9940
9941 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9942
9943 * display.texi (Warning Basics): Fix typo.
9944 (Fringes): Add closing curly bracket and fix typo.
9945
9946 * elisp.texi (Top): Fix typo.
9947
99482003-08-05 Richard M. Stallman <rms@gnu.org>
9949
9950 * elisp.texi: Update lists of subnodes.
9951
9952 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9953
9954 * variables.texi (Local Variables): Use lc for example variable names.
9955
9956 * tips.texi (Library Headers): Explain where to put -*-.
9957
9958 * strings.texi (Creating Strings): Fix xref for vconcat.
9959
9960 * sequences.texi (Vector Functions):
9961 vconcat no longer allows integer args.
9962
9963 * minibuf.texi (Reading File Names): read-file-name has new
9964 arg PREDICATE. New function read-directory-name.
9965
c4cc8b9a 9966 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9967 (Indenting Macros): New node.
9968
9969 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9970 (Window Frame Parameters): Make separate table of parameters
9971 that are coupled with specific face attributes.
9972 (Deleting Frames): delete-frame-hooks renamed to
9973 delete-frame-functions.
9974
9975 * files.texi (Magic File Names): Add file-remote-p.
9976 Clarify file-local-copy.
9977
9978 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9979 here; instead xref Defining Macros.
9980
9981 * display.texi (Warnings): New node, and subnodes.
9982 (Fringes): New node.
9983
9984 * debugging.texi (Test Coverage): New node.
9985
9986 * compile.texi (Compiler Errors): Explain with-no-warnings
9987 and other ways to suppress warnings.
9988
9989 * commands.texi (Interactive Call): Minor clarification.
9990
9991 * buffers.texi (Buffer File Name): set-visited-file-name
9992 renames the buffer too.
9993
9994 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9995
99962003-07-24 Markus Rost <rost@math.ohio-state.edu>
9997
9998 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9999
100002003-07-22 Markus Rost <rost@math.ohio-state.edu>
10001
10002 * internals.texi (Garbage Collection): Fix previous change.
10003
100042003-07-22 Richard M. Stallman <rms@gnu.org>
10005
10006 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
10007
10008 * display.texi (Width): Use \s syntax in example.
10009 (Font Selection): Add face-font-rescale-alist.
10010
10011 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
10012 Remove spurious indent in example.
10013
10014 * lists.texi (Building Lists): Add number-sequence.
10015
10016 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
10017
10018 * functions.texi (Function Documentation): Explain how to
10019 show calling convention explicitly in the doc string.
10020
10021 * windows.texi (Selecting Windows): save-selected-window saves
10022 selected window of each frame.
10023 (Window Configurations): Minor change.
10024
10025 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
10026
10027 * streams.texi (Output Variables): Add print-continuous-numbering
10028 and print-number-table.
10029
10030 * processes.texi (Decoding Output): New node.
10031
10032 * os.texi (Time Conversion): decode-time arg is optional.
10033
10034 * objects.texi (Character Type): Don't use space as example for \.
10035 Make list of char names and \-sequences correspond.
10036 Explain that \s is not used in strings. `\ ' needs space after.
10037
10038 * nonascii.texi (Converting Representations): Add string-to-multibyte.
10039 (Translation of Characters): Add translation-table-for-input.
10040 (Default Coding Systems): Add auto-coding-functions.
10041 (Explicit Encoding): Add decode-coding-inserted-region.
10042 (Locales): Add locale-info.
10043
10044 * minibuf.texi (Basic Completion): Describe test-completion.
10045 Collections can be lists of strings.
10046 Clean up lazy-completion-table.
10047 (Programmed Completion): Mention test-completion.
10048 Clarify why lambda expressions are not accepted.
10049 (Minibuffer Misc): Describe minibufferp.
10050
100512003-07-14 Richard M. Stallman <rms@gnu.org>
10052
10053 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
10054
10055 * windows.texi (Selecting Windows): New arg to select-window.
10056 (Selecting Windows): Add with-selected-window.
10057 (Size of Window): Add window-inside-edges, etc.
10058
10059 * internals.texi (Garbage Collection): Add post-gc-hook.
10060
10061 * processes.texi (Subprocess Creation): Add exec-suffixes.
10062
10063 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
10064 (Scanning Keymaps): Add map-keymaps.
10065 (Defining Menus): Add keymap-prompt.
10066
10067 * numbers.texi (Integer Basics): Add most-positive-fixnum,
10068 most-negative-fixnum.
10069
c4cc8b9a 10070 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
10071 (Compiler Errors): New node.
10072
10073 * os.texi (User Identification): user-uid, user-real-uid
10074 can return float.
10075
10076 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
10077 and about derived modes.
10078 (Minor Modes): Add minor-mode-list.
10079 (Defining Minor Modes): Keyword args for define-minor-mode.
10080 (Search-based Fontification): Explain managing other properties.
10081 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 10082 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
10083 (Hooks): Add run-mode-hooks and delay-mode-hooks.
10084
10085 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
10086 (Variable Aliases): Clarify defvaralias.
10087
10088 * loading.texi (Library Search): Add load-suffixes.
10089
10090 * minibuf.texi (Basic Completion): Add lazy-completion-table.
10091 (Programmed Completion): Add dynamic-completion-table.
10092
10093 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
10094 (Magic File Names): Specify precedence order of handlers.
10095
10096 * commands.texi (Command Overview): Emacs server runs pre-command-hook
10097 and post-command-hook.
10098 (Waiting): New calling convention for sit-for.
10099
10100 * text.texi (Special Properties): local-map and keymap properties
10101 apply based on their stickiness.
10102
101032003-07-07 Richard M. Stallman <rms@gnu.org>
10104
10105 * modes.texi (Minor Mode Conventions): Specify only some kinds
10106 of list values as args to minor modes.
10107
10108 * files.texi (File Name Expansion): Warn about iterative use
10109 of substitute-in-file-name.
10110
10111 * advice.texi (Activation of Advice): Clean up previous change.
10112
101132003-07-06 Markus Rost <rost@math.ohio-state.edu>
10114
10115 * advice.texi (Activation of Advice): Note that ad-start-advice is
10116 turned on by default.
10117
101182003-06-30 Richard M. Stallman <rms@gnu.org>
10119
10120 * text.texi (Buffer Contents): Document current-word.
10121 (Change Hooks): Not called for *Messages*.
10122
10123 * functions.texi (Defining Functions): Explain about redefining
10124 primitives.
f4e90db0 10125 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
10126 Comment out the detailed criteria for what is safe.
10127
101282003-06-22 Andreas Schwab <schwab@suse.de>
10129
10130 * objects.texi (Symbol Type): Fix description of examples.
10131
101322003-06-16 Andreas Schwab <schwab@suse.de>
10133
10134 * hash.texi (Creating Hash): Fix description of :weakness.
10135
c8763fb6 101362003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
10137
10138 * files.texi (Changing Files): copy-file copies file modes, too.
10139
101402003-05-28 Richard M. Stallman <rms@gnu.org>
10141
10142 * strings.texi (Creating Strings): Clarify split-string.
10143
101442003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
10145
10146 * strings.texi (Creating Strings): Update split-string specification
10147 and examples.
10148
101492003-05-19 Richard M. Stallman <rms@gnu.org>
10150
10151 * elisp.texi: Correct invariant section names.
10152
101532003-04-20 Richard M. Stallman <rms@gnu.org>
10154
10155 * os.texi (Timers): Explain about timers and quitting.
10156
101572003-04-19 Richard M. Stallman <rms@gnu.org>
10158
10159 * internals.texi (Writing Emacs Primitives): Strings are
10160 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
10161 Explain GCPRO convention for varargs function args.
10162
101632003-04-16 Richard M. Stallman <rms@gnu.org>
10164
10165 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
10166
101672003-04-08 Richard M. Stallman <rms@gnu.org>
10168
10169 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
10170
101712003-02-13 Kim F. Storm <storm@cua.dk>
10172
10173 * objects.texi (Character Type): New \s escape for space.
10174
101752003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
10176
5dcb4c4e 10177 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
10178
101792003-01-25 Richard M. Stallman <rms@gnu.org>
10180
10181 * keymaps.texi: Document that a symbol can act as a keymap.
10182
101832003-01-13 Richard M. Stallman <rms@gnu.org>
10184
10185 * text.texi (Changing Properties): Say string indices are origin-0.
10186
10187 * positions.texi (Screen Lines) <compute-motion>:
10188 Correct order of elts in return value.
10189
10190 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10191 how to define a default binding.
10192
101932002-12-07 Markus Rost <rost@math.ohio-state.edu>
10194
10195 * loading.texi (Unloading): Fix recent change for load-history.
10196
10197 * customize.texi (Simple Types): Clarify description of custom
10198 type 'number. Describe new custom type 'float.
10199
102002002-12-04 Markus Rost <rost@math.ohio-state.edu>
10201
10202 * variables.texi (File Local Variables): Fix typo.
10203
c8763fb6 102042002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
10205
10206 From Michael Albinus <Michael.Albinus@alcatel.de>.
10207
10208 * README: Target for Info file is `make info'.
10209
5dcb4c4e 10210 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
10211 `file-name-sans-extension'.
10212 (Magic File Names): Complete list of operations for magic file
10213 name handlers.
10214
102152002-09-16 Jonathan Yavner <jyavner@engineer.com>
10216
10217 * variables.texi (File Local Variables): New function
10218 risky-local-variable-p.
10219
102202002-09-15 Jonathan Yavner <jyavner@engineer.com>
10221
10222 * functions.texi (Function safety): New node about unsafep.
10223
102242002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
10225
5dcb4c4e 10226 * customize.texi (Splicing into Lists): Fix example.
a86cd395 10227 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
10228
102292002-06-17 Juanma Barranquero <lektu@terra.es>
10230
10231 * frames.texi (Display Feature Testing): Fix typo.
10232
102332002-06-12 Andreas Schwab <schwab@suse.de>
10234
10235 * frames.texi (Initial Parameters, Resources): Fix references to
10236 the Emacs manual.
10237
102382002-05-13 Kim F. Storm <storm@cua.dk>
10239
10240 * variables.texi (Intro to Buffer-Local): Updated warning and
10241 example relating to changing buffer inside let.
10242
c8763fb6 102432002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10244
10245 * os.texi (Session Management): New node about X Session management.
10246
102472002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
10248
10249 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
10250 to which the manual corresponds, and the copyright years.
10251
10252 * Makefile.in (VERSION): Set to 2.9.
10253
102542001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
10255
10256 * elisp.texi: Change the category in @dircategory to "Emacs", to
10257 make it consistent with info/dir.
10258
102592001-11-25 Miles Bader <miles@gnu.org>
10260
10261 * text.texi (Fields): Describe new `limit' arg in
10262 field-beginning/field-end.
10263
102642001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
10265
5dcb4c4e
SM
10266 * permute-index: Don't depend on csh-specific features.
10267 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
10268
10269 * two-volume-cross-refs.txt: New file.
10270 * two.el: New file.
10271 * spellfile: New file.
10272
102732001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10274
10275 * permute-index: New file.
10276
10277 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10278 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10279 8+3 restricted namespace.
10280
10281 * Makefile.in (infodir): Define relative to $(srcdir).
10282 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10283 include directories list via -I switch to makeinfo.
10284 (index.texi): Use cp if both hard and symbolic links fail.
10285
102862001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
10287
10288 * Makefile.in (distclean): Add.
10289
10290 The following changes make ELisp manual part of the Emacs
10291 distribution:
10292
10293 * Makefile.in: Add Copyright notice.
10294 (prefix): Remove.
10295 (infodir): Change value to "../info".
10296 (VPATH): New variable.
10297 (MAKE): Don't define.
10298 (texmacrodir): Don't define.
10299 (texinputdir): Append the existing value of TEXINPUTS.
10300 ($(infodir)/elisp): Instead of just "elisp". Reformat the
10301 command to be compatible with man/Makefile.in, and to put the
10302 output into ../info.
10303 (info): Add target.
10304 (installall): Target removed.
10305
c8763fb6 103062001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
10307
10308 * tips.texi (Coding Conventions): Fix typo.
10309
103102001-10-23 Gerd Moellmann <gerd@gnu.org>
10311
10312 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10313
103142001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
10315
10316 * files.texi (File Name Components): Update the description of
10317 file-name-sans-extension and file-name-extension, as they now
10318 ignore leading dots.
10319
103202001-10-20 Gerd Moellmann <gerd@gnu.org>
10321
10322 * (Version 21.1 released.)
10323
103242001-10-19 Miles Bader <miles@gnu.org>
10325
10326 * positions.texi (Text Lines): Describe behavior of
10327 `beginning-of-line'/`end-of-line' in the presence of field properties.
10328
103292001-10-17 Gerd Moellmann <gerd@gnu.org>
10330
10331 * Makefile.in (VERSION): Set to 2.8.
10332 (manual): Use `manual-21'.
10333
10334 * elisp.texi (VERSION): Add and use it where the version
10335 number was used. Set it to 2.8.
10336
10337 * intro.texi: Likewise.
10338
103392001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10340
10341 * files.texi (File Name Completion): Document the significance of
10342 a trailing slash in elements of completion-ignored-extensions.
10343
103442001-10-06 Miles Bader <miles@gnu.org>
10345
10346 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10347
103482001-10-04 Gerd Moellmann <gerd@gnu.org>
10349
10350 * variables.texi (Variable Aliases): New node.
10351
103522001-10-04 Gerd Moellmann <gerd@gnu.org>
10353
10354 * Branch for 21.1.
10355
103562001-10-02 Miles Bader <miles@gnu.org>
10357
10358 * minibuf.texi (Minibuffer Misc): Add entries for
10359 `minibuffer-contents', `minibuffer-contents-no-properties', and
10360 `delete-minibuffer-contents'.
10361 Correct description for `minibuffer-prompt-end'.
10362
10363 * text.texi (Property Search): Correct descriptions of
10364 `next-char-property-change' and `previous-char-property-change'.
10365 Add entries for `next-single-char-property-change' and
10366 `previous-single-char-property-change'.
10367 Make operand names a bit more consistent.
10368
103692001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
10370
10371 * frames.texi (Finding All Frames): Document that next-frame and
10372 previous-frame are local to current terminal.
10373
103742001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
10375
10376 * keymaps.texi (Creating Keymaps): Fix the description of the
10377 result of make-keymap.
10378
103792001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
10380
10381 * display.texi (Font Lookup, Attribute Functions)
10382 (Image Descriptors): Add cross-references to the definition of
10383 selected frame.
10384
10385 * buffers.texi (The Buffer List): Add cross-references to the
10386 definition of selected frame.
10387
10388 * frames.texi (Input Focus): Clarify which frame is _the_ selected
10389 frame at any given time.
10390 (Multiple Displays, Size and Position): Add a cross-reference to
10391 the definition of the selected frame.
10392
103932001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10394
10395 * strings.texi (String Conversion) <string-to-number>: Document
10396 that a float is returned for integers that are too large.
10397
10398 * frames.texi (Mouse Position): Document mouse-position-function.
10399 (Display Feature Testing): Document display-images-p.
10400 (Window Frame Parameters): Document the cursor-type variable.
10401
10402 * numbers.texi (Integer Basics): Document CL style read syntax for
10403 integers in bases other than 10.
10404
5dcb4c4e
SM
10405 * positions.texi (List Motion):
10406 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
10407
10408 * lists.texi (Sets And Lists): Document member-ignore-case.
10409
10410 * internals.texi (Garbage Collection): Document the used and free
10411 strings report.
10412 (Memory Usage): Document strings-consed.
10413
10414 * os.texi (Time of Day): Document float-time.
10415 (Recording Input): Document that clear-this-command-keys clears
10416 the vector to be returned by recent-keys.
10417
10418 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10419 argument keymap can be a list.
10420
10421 * nonascii.texi (User-Chosen Coding Systems)
10422 <select-safe-coding-system>: Document the new argument
10423 accept-default-p and the variable
10424 select-safe-coding-system-accept-default-p. Tell what happens if
10425 buffer-file-coding-system is undecided.
10426 (Default Coding Systems): Document auto-coding-regexp-alist.
10427
10428 * display.texi (The Echo Area) <message>: Document
10429 message-truncate-lines.
10430 (Glyphs): Document that the glyph table is unused on windowed
10431 displays.
10432
10433 * help.texi (Describing Characters) <single-key-description>:
10434 Document the new argument no-angles.
10435 (Accessing Documentation) <documentation-property>: Document that
10436 a non-string property is evaluated.
10437 <documentation>: Document that the function-documentation property
10438 is looked for.
10439
10440 * windows.texi (Selecting Windows): Document some-window.
10441
10442 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10443
10444 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10445 apropos-mode-hook.
10446
10447 * commands.texi (Using Interactive): Document interactive-form.
10448 (Keyboard Macros): Document kbd-macro-termination-hook.
10449 (Command Loop Info): Document that clear-this-command-keys clears
10450 the vector to be returned by recent-keys.
10451
104522001-09-04 Werner LEMBERG <wl@gnu.org>
10453
10454 * Makefile.in (srcdir, texinputdir): New variables.
10455 (srcs, index.texi, install): Use $(srcdir).
10456 (.PHONY): Remove elisp.dvi.
10457 (elisp): Use -I switch for makeinfo.
10458 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10459 (installall, dist): Use $(srcdir).
10460 Fix path to texinfo.tex.
10461 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10462
104632001-08-30 Gerd Moellmann <gerd@gnu.org>
10464
10465 * display.texi (Conditional Display): Adjust to API change.
10466
10467 * configure: New file.
10468
104692001-07-30 Gerd Moellmann <gerd@gnu.org>
10470
10471 * commands.texi (Repeat Events): Add description of
10472 double-click-fuzz.
10473
104742001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10475
10476 * syntax.texi (Syntax Class Table): Add the missing designator for
10477 comment and string fences.
10478 (Syntax Properties): Add a xref to syntax table internals.
10479 (Syntax Table Internals): Document string-to-syntax.
10480
104812001-05-07 Gerd Moellmann <gerd@gnu.org>
10482
10483 * Makefile.in (install): Use install-info command line options
10484 like in Emacs' Makefile.in.
10485
104862000-12-09 Miles Bader <miles@gnu.org>
10487
10488 * windows.texi (Window Start): Update documentation for
10489 `pos-visible-in-window-p'.
10490
104912000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10492
10493 * lists.texi (Building Lists): Add footnote to explain how to add
10494 to the end of a list.
10495
104962000-10-25 Gerd Moellmann <gerd@gnu.org>
10497
10498 * files.texi (Visiting Functions): Typos.
10499
105002000-10-25 Kenichi Handa <handa@etl.go.jp>
10501
10502 * files.texi (Visiting Functions): Return value of
10503 find-file-noselect may be a list of buffers if wildcards are used.
10504
105052000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10506
10507 * display.texi (Defining Faces): Document `graphic' display type
10508 in face specs.
10509
b344d29d 105102000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10511
10512 * hooks.texi (Standard Hooks): Replace obsolete
10513 `after-make-frame-hook' with `after-make-frame-functions'.
10514
10515 * frames.texi (Creating Frames): Ditto.
10516
10517 * variables.texi (Future Local Variables): Ditto.
10518
105192000-10-16 Gerd Moellmann <gerd@gnu.org>
10520
10521 * display.texi (Other Image Types): Add description of :foreground
10522 and :background properties of mono PBM images.
10523
105242000-08-17 Werner LEMBERG <wl@gnu.org>
10525
10526 * .cvsignore: New file.
10527
105282000-01-05 Gerd Moellmann <gerd@gnu.org>
10529
10530 * tindex.pl: New script.
10531
105321999-12-03 Dave Love <fx@gnu.org>
10533
10534 * Makefile.in (MAKEINFO): New parameter.
10535
105361999-09-17 Richard Stallman <rms@gnu.org>
10537
10538 * Makefile.in (srcs): Add hash.texi.
10539 (VERSION): Update to 20.6.
10540
105411999-09-13 Richard Stallman <rms@gnu.org>
10542
10543 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10544
105451998-08-29 Karl Heuer <kwzh@gnu.org>
10546
10547 * configure.in: New file.
10548 * Makefile.in: Renamed from Makefile.
10549 (prefix, infodir): Use value obtained from configure.
10550 (emacslibdir): Obsolete variable deleted.
10551 (dist): Distribute configure.in, configure, Makefile.in.
10552
105531998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10554
10555 * Makefile (INSTALL_INFO): New variable.
10556 (install): Run install-info.
10557
105581998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10559
10560 * Makefile (elisp.dvi): Add missing backslash.
10561
105621998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10563
10564 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10565 Run texindex without `./'. Always run texindex on elisp.tp.
10566 (elisp.tps): Target deleted.
10567
105681998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10569
10570 * Makefile (srcs): Add nonascii.texi and customize.texi.
10571 (dist): Start by deleting `temp'.
10572
105731998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10574
10575 * Makefile (makeinfo, texindex): Targets deleted.
10576 (makeinfo.o, texindex.o): Targets deleted.
10577 (clean, dist): Don't do anything with them or with getopt*.
10578
105791998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10580
10581 * Makefile (SHELL): Defined.
10582
105831998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10584
10585 * Makefile (elisp.tps): New target.
10586 (elisp.dvi): Depend on elisp.tps.
10587
c5602427 105881996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10589
10590 * README: Update phone number.
10591
10592 * Makefile (elisp): Make this be the default target.
10593 Depend on makeinfo.c instead of makeinfo.
10594 (install): Don't depend on elisp.dvi, since we don't install that.
10595 Use mkinstalldirs.
10596 (dist): Add mkinstalldirs.
10597
c5602427 105981995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10599
10600 * Makefile (VERSION): Update version number.
5dcb4c4e 10601 (maintainer-clean): Rename from realclean.
b8d4c8d0 10602
c5602427 106031995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10604
10605 * Makefile (realclean): New target.
10606 (elisp): Remove any old elisp-* files first.
10607
c5602427 106081993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10609
10610 * Makefile (VERSION): New variable.
10611 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10612 Compressed file suffix should be `.gz', not `.z'.
10613
ce058493 106141993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10615
10616 * Makefile (elisp): Depend on makeinfo.
10617
c5602427 106181993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10619
10620 * Makefile (srcs): Add anti.texi.
10621
c5602427 106221993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10623
10624 * Makefile (infodir, prefix): New vars.
10625 (install): Use infodir.
f4e90db0 10626 (emacsinfodir): Delete.
b8d4c8d0 10627
c5602427 106281993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10629
10630 * Makefile (srcs): Add calendar.texi.
10631
10632 * Makefile (dist): Copy texindex.c and makeinfo.c.
10633 Limit elisp-* files to those with one or two digits.
10634
c5602427 106351993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10636
f4e90db0 10637 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10638
c5602427 106391993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10640
10641 * loading.texi (Unloading): define-function changed back to
10642 defalias. It may not stay this way, but at least it's
10643 consistent with the known-good version of the code patch.
10644
c5602427 106451993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10646
10647 * modes.texi (Hooks): Document new optional arg of add-hook.
10648
c5602427 106491993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10650
10651 * variables.texi: Document nil initial value of buffer-local variables.
10652
10653 * tips.texi: Add new section on standard library headers.
10654
c5602427 106551993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10656
10657 * Makefile (srcs): Add frame.texi to the list of sources.
10658
c5602427 106591993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10660
10661 * Makefile (dist): Don't bother excluding autosave files; they'll
10662 never make it into the temp directory anyway, and the hash marks
10663 in the name are problematic for make and the Bourne shell.
10664 (srcs):
10665
c5602427 106661993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10667
10668 * Makefile (dist): Don't include backup files or autosave files in
10669 the distribution tar file.
10670
c5602427 106711991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10672
5dcb4c4e 10673 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10674 (elisp.dvi): Remove erroneous shell comment.
10675 Expect output of permute-index in permuted.fns.
10676 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10677 (clean): Add index.texi to be deleted.
b8d4c8d0 10678
c5602427 106791990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10680
10681 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10682
c5602427 106831990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10684
10685 * files.texi: Noted that completion-ignored-extensions is ignored
10686 when making *Completions*.
10687
3e868ee3 106881990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10689
10690 * Makefile make dist now depends on elisp.dvi, since it tries
10691 to include it in the dist file.
10692
c5602427 106931990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10694
c5602427 10695 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10696
c5602427 106971989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10698
10699 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10700 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10701
c5602427 107021989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10703
10704 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10705 and @error{} are the terms now being used. The files in the
10706 directory have been changed to reflect this.
10707
10708 * All instances of @indentedresultt{} have been changed to
333f9019 10709 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10710
c5602427 107111989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10712
10713 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10714 experimental @indentedresult{}, @indentedexpandsto{} are part of
10715 the texinfo.tex in this directory. These TeX macros are not
10716 stable yet.
10717
c5602427 107181989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10719
10720 * texinfo.tex: Temporarily added
10721 \let\result=\dblarrow
10722 \def\error{{\it ERROR} \longdblarrow}
10723 We need to do this better soon.
10724
c5602427 107251989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10726
10727 * Applied Karl Berry's patches to *.texinfo files, but not to
10728 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10729 new title page format is also not applied, since it requires
10730 texinfo.tex changes.)
10731
10732 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10733 for the Project GNU development environment.
10734
10735;; Local Variables:
c8763fb6 10736;; coding: utf-8
b8d4c8d0
GM
10737;; End:
10738
acaf905b 10739 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10740
10741 This file is part of GNU Emacs.
10742
352c8b4a 10743 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10744 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10745 the Free Software Foundation, either version 3 of the License, or
10746 (at your option) any later version.
b8d4c8d0
GM
10747
10748 GNU Emacs is distributed in the hope that it will be useful,
10749 but WITHOUT ANY WARRANTY; without even the implied warranty of
10750 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10751 GNU General Public License for more details.
10752
10753 You should have received a copy of the GNU General Public License
352c8b4a 10754 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.