* src/keyboard.c (safe_run_hooks_error): Don't unquote strings.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
d14daa28
GM
12012-03-28 Glenn Morris <rgm@gnu.org>
2
3 * searching.texi (Regular Expressions, Regexp Special):
4 (Regexp Backslash, Regexp Example): Copyedits.
5 (Regexp Special): Mention collation.
6 Clarify char classes with an example.
7
dcb6e7b3
MR
82012-03-27 Martin Rudalics <rudalics@gmx.at>
9
10 * windows.texi (Window History): Describe new option
11 switch-to-visible-buffer.
12
cf0495f2
GM
132012-03-27 Glenn Morris <rgm@gnu.org>
14
4fb9a543
GM
15 * searching.texi (String Search): Add xref to Emacs manual.
16 Copyedits. Mention the function word-search-regexp.
17 (Searching and Case): Add xref to Emacs manual. Copyedits.
18
9364727b
GM
19 * processes.texi (Network Servers): Standardize apostrophe usage.
20
cf0495f2
GM
21 * os.texi (System Environment): Copyedits. Remove some examples
22 that do not seem useful. Mention setenv third arg.
23 tty-erase-char does not seem to be nil under a window-system.
24 (User Identification): Copyedits.
25 Remove some examples that do not seem useful.
26
33da7b16
GM
272012-03-26 Glenn Morris <rgm@gnu.org>
28
29 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
30 (Init File): Copyedits.
31 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
32 (Killing Emacs): Copyedits.
33 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
34 Shorten the example, use more standard shell prompts.
33da7b16 35
9a69676a
CY
362012-03-25 Chong Yidong <cyd@gnu.org>
37
38 * display.texi (Fringes): Note that fringes are shown on graphical
39 displays only.
40 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
41 (Replacing Specs): Clarify example.
42 (Manipulating Buttons): Note that button-at can return a marker.
43 (Buttons): Minor rewrite.
44 (Character Display): New node. Consolidate all character display
45 related nodes into its subsections.
46 (Usual Display): Character 127 is also affected by ctl-arrow.
47 (Display Tables): Improve example.
48
c8f6ec5c
GM
492012-03-22 Glenn Morris <rgm@gnu.org>
50
51 * strings.texi (Text Comparison): Mention string-prefix-p.
52
fb5b8aca
CY
532012-03-21 Chong Yidong <cyd@gnu.org>
54
55 * display.texi (The Echo Area): Add xref to Output Streams.
56 (Displaying Messages): Improve doc of message.
57 (Echo Area Customization, Invisible Text): Copyedits.
58 (Invisible Text): Mention that spec comparison is done with eq.
59 (Width): Improve doc of char-width.
60 (Faces): Recommend using symbol instead of string for face name.
61 Minor clarifications.
62 (Defining Faces): Copyedits. Update face example.
63 (Attribute Functions): Mark set-face-foreground etc as commands.
64 (Face Remapping): Mention text-scale-adjust. Clarify
65 face-remapping-alist and related docs.
66 (Face Functions): Don't document make-face or copy-face.
67
025de85b
CY
682012-03-20 Chong Yidong <cyd@gnu.org>
69
70 * display.texi (Forcing Redisplay): Various rewrites to reflect
71 new value of redisplay-dont-pause.
72 (Truncation): Copyedits.
73
a5656eae
GM
742012-03-20 Glenn Morris <rgm@gnu.org>
75
76 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
77 Add summary table of some relevant command-line options.
78
d15aac68
CY
792012-03-18 Chong Yidong <cyd@gnu.org>
80
81 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
82 (Writing Emacs Primitives): Re-organize discussion of functions
83 with variable Lisp arguments are handled. Delete an obsolete
84 remark, previously tagged as FIXME.
85
86 * os.texi (Idle Timers): Minor clarification.
87 (Idle Timers): Link to Time of Day for description of time list.
88
b59af549
GM
892012-03-18 Glenn Morris <rgm@gnu.org>
90
91 * os.texi (System Interface): Flow control was removed.
92 (Startup Summary): General update.
93 (Init File): Don't mention compiling it.
94
986bd52a
CY
952012-03-17 Chong Yidong <cyd@gnu.org>
96
97 * os.texi (Startup Summary): Mention package loading.
98 (Init File): Don't refer to .emacs in section title. Copyedits.
99 (Terminal-Specific): Give a realistic example.
100 (Command-Line Arguments): Reference Entering Emacs instead of
101 repeating the spiel about not restarting Emacs.
102 (Time of Day): Discuss time representation at beginning of node.
103 (Sound Output): Copyedits.
104
105 * package.texi (Packaging Basics): Document package-initialize.
106
f761251a
EZ
1072012-03-17 Eli Zaretskii <eliz@gnu.org>
108
109 * frames.texi (Initial Parameters): Add an index entry for
110 minibuffer-only frame.
111
da986230
GM
1122012-03-16 Glenn Morris <rgm@gnu.org>
113
114 * modes.texi (Major Mode Conventions): Mention the strange
115 relationship between View mode and special modes. (Bug#10650)
116
2cc775f9
CY
1172012-03-11 Chong Yidong <cyd@gnu.org>
118
119 * windows.texi (Window Configurations): save-window-excursion is
120 now a macro.
121
122 * display.texi (Temporary Displays): with-output-to-temp-buffer is
123 now a macro.
124
66c5eebd
CY
125 * text.texi (Fields): Minor copyedit.
126
310a820f
EZ
1272012-03-10 Eli Zaretskii <eliz@gnu.org>
128
83a96c08
EZ
129 * strings.texi (String Basics):
130 * sequences.texi (Sequence Functions): Mention that `length' is
131 not appropriate for computing the string width on display; add a
132 cross-reference to the description of `string-width'. (Bug#10978)
133
310a820f
EZ
134 * eval.texi (Autoloading): Minor change of wording.
135
83ef8187
CY
1362012-03-10 Chong Yidong <cyd@gnu.org>
137
bc44be50
CY
138 * loading.texi (Autoload): Explicitly state which forms are
139 processed specially (Bug#7783).
140
83ef8187
CY
141 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
142 non-default situation. Describe one-submenu exception (Bug#7695).
143
144 * nonascii.texi (Character Properties): Copyedits.
145
483ab230
CY
1462012-03-08 Chong Yidong <cyd@gnu.org>
147
148 * text.texi (Mode-Specific Indent): Document new behavior of
149 indent-for-tab-command. Document tab-always-indent.
150 (Special Properties): Copyedits.
151 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
152 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
153 libxml-parse-html-region.
154
00e84de0
GM
1552012-03-07 Glenn Morris <rgm@gnu.org>
156
eaa6bc3c
GM
157 * markers.texi (The Region): Briefly mention use-empty-active-region
158 and region-active-p.
a9685db7 159 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 160 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 161
67cd45a2
CY
1622012-03-07 Chong Yidong <cyd@gnu.org>
163
164 * text.texi (Buffer Contents): Don't duplicate explanation of
165 region arguments from Text node. Put doc of obsolete var
166 buffer-substring-filters back, since it is referred to.
167 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
168 selection by default.
169
170 * markers.texi (The Mark): Fix typo.
171 (The Region): Copyedits.
172
2ad80941
GM
1732012-03-07 Glenn Morris <rgm@gnu.org>
174
175 * markers.texi (Overview of Markers): Copyedits.
176 (Creating Markers): Update approximate example buffer size.
177 (The Mark): Don't mention uninteresting return values.
178
ef959d3a
CY
1792012-03-05 Chong Yidong <cyd@gnu.org>
180
181 * positions.texi (Text Lines): Document count-words.
182
a08a07e3
CY
1832012-03-04 Chong Yidong <cyd@gnu.org>
184
185 * frames.texi (Frames): Remove little-used "terminal frame" and
186 "window frame" terminology.
187 (Frame Parameters, Font and Color Parameters, Initial Parameters)
188 (Size and Position, Visibility of Frames): Callers changed.
189 (Frames): Clarify which terminals in framep are graphical.
190 (Initial Parameters): --geometry is not the only option which adds
191 to initial-frame-alist.
192 (Position Parameters): Note that icon-left and icon-top are for
193 old window managers only.
194 (Size Parameters): Sizes are in characters even on graphical
195 displays.
196 (Management Parameters): Note that window-id and outer-window-id
197 can't really be changed, and that auto-raise isn't always obeyed.
198 (Cursor Parameters): Document cursor-type explicitly.
199 (Size and Position): The aliases set-screen-height and
200 set-screen-width have been deleted.
201 (Visibility of Frames): Mention "minimization".
202
203 * os.texi (Startup Summary): Minor clarifications.
204 (Startup Summary, Suspending Emacs): Standardize on "text
205 terminal" terminology.
206
207 * windows.texi (Basic Windows, Coordinates and Windows)
208 (Coordinates and Windows):
209 * display.texi (Refresh Screen, Line Height, Face Attributes)
210 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
211
ea16568d
GM
2122012-03-04 Glenn Morris <rgm@gnu.org>
213
214 * abbrevs.texi: Small copyedits throughout.
215 (Abbrev Mode): Remove this section, folding it into the top-level.
216 (Abbrev Tables): Don't mention irrelevant return values.
217 (Abbrev Expansion): Add cross-ref for wrapper hooks.
218 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
219 (Abbrev Table Properties): Update nil :regexp description.
220
b3134b95
GM
2212012-03-03 Glenn Morris <rgm@gnu.org>
222
520f2425
GM
223 * internals.texi: Change @appendix section commands to @section.
224 (Building Emacs): Say less about CANNOT_DUMP platforms.
225 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 226 (Pure Storage): Small changes.
01a6dcc8 227 (Memory Usage): Copyedit.
7d2d7cc0
GM
228 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
229 example definitions. Give examples of things with non-nil
230 interactive args. Mention eval_sub. Remove old info about
231 strings and GCPRO. Mention cus-start.el.
232 (Buffer Internals, Window Internals, Process Internals):
233 Misc small updates and fixes for fields.
520f2425 234
b3134b95
GM
235 * tips.texi: Copyedits.
236 (Coding Conventions): Mention autoloads.
237 Combine partially duplicated macro items. Fix xref.
238 Refer to Library Headers for copyright notice.
239 (Programming Tips): edit-options is long-obsolete.
240 (Compilation Tips): Mention loading bytecomp for byte-compile props.
241 (Warning Tips): Mention declare-function.
242 (Documentation Tips): Remove old info.
243 (Comment Tips): Mention comment-dwim, not indent-for-comment.
244 (Library Headers): General update.
245
2064cc6a
GM
2462012-03-02 Glenn Morris <rgm@gnu.org>
247
6945faa6
GM
248 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
249 and relocate entry. Mention buffer-stale-function.
250
4186e877
GM
251 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
252
2064cc6a
GM
253 * hooks.texi (Standard Hooks): General update.
254 Put related hooks together. Add and remove items.
255 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
256 * modes.texi (Hooks): Tweak cross-ref description.
257
7272fbf3
MA
2582012-03-01 Michael Albinus <michael.albinus@gmx.de>
259
260 * files.texi (Kinds of Files): The return value of file-equal-p is
261 unspecified, if FILE1 or FILE2 does not exist.
262
53a1239b
GM
2632012-03-01 Glenn Morris <rgm@gnu.org>
264
90db9af9
GM
265 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
266
53a1239b
GM
267 * maps.texi (Standard Keymaps): General update.
268 Remove mode-specific maps, talk about the more general keymaps.
269 * help.texi (Help Functions): Add vindex for Helper-help-map.
270 * keymaps.texi (Active Keymaps): Minor rephrasing.
271
775b55af
GM
2722012-02-29 Glenn Morris <rgm@gnu.org>
273
274 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
275
96b49301 2762012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
277
7272fbf3 278 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 279 Update changed behavior of file-subdir-of-p.
96b49301 280
1383d930
GM
2812012-02-28 Glenn Morris <rgm@gnu.org>
282
44e97401
GM
283 * advice.texi, anti.texi, display.texi, elisp.texi:
284 * processes.texi, variables.texi, vol1.texi, vol2.texi:
285 Standardize possessive apostrophe usage.
286
e3c73f1e
GM
287 * locals.texi: Remove file.
288 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
289 Remove menu entry.
290 * errors.texi, maps.texi: Adjust node pointers.
291 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 292 * makefile.w32-in (srcs):
e3c73f1e
GM
293 * Makefile.in (srcs): Remove locals.texi.
294
1383d930
GM
295 * frames.texi (Mouse Position): Fix cross-ref.
296
431ee44b
CY
2972012-02-27 Chong Yidong <cyd@gnu.org>
298
299 * buffers.texi (Creating Buffers): Clarify that
300 generate-new-buffer uses generate-new-buffer-names.
301 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
302
303 * files.texi (Directory Names): Index entry for file name abbreviations.
304 (Relative File Names, File Name Expansion): Refer to it.
305 (Locating Files): Move locate-user-emacs-file documentation to
306 Standard File Names.
307 (Standard File Names): Add locate-user-emacs-file; update examples.
308
6a11ec9d
MA
3092012-02-26 Michael Albinus <michael.albinus@gmx.de>
310
311 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
312
9a4888c0
CY
3132012-02-26 Chong Yidong <cyd@gnu.org>
314
315 * files.texi (Kinds of Files): Improve documentation of
316 files-equal-p and file-subdir-of-p.
317
f0e751b9
GM
3182012-02-26 Glenn Morris <rgm@gnu.org>
319
320 * intro.texi (Acknowledgements): Small changes.
321
7e05b1ec
GM
3222012-02-25 Glenn Morris <rgm@gnu.org>
323
324 * errors.texi: Don't try to list _all_ the error symbols.
325 Add circular-list, cl-assertion-failed, compression-error.
326 * elisp.texi, vol1.texi, vol2.texi:
327 * control.texi (Error Symbols): Tweak "Standard Errors" description.
328
23453255 3292012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
330
331 * files.texi (files-equal-p, file-subdir-of-p): New,
332 add initial documentation.
333
4963495d
CY
3342012-02-25 Chong Yidong <cyd@gnu.org>
335
fa74b241
CY
336 * files.texi (File Attributes): Document file-selinux-context.
337 (Changing Files): Link to it.
338 (Changing Files): Document set-file-selinux-context.
339
340 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
341 changed. Mention default value of backup-directory-alist.
342 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
343 (Auto-Saving): New minor mode behavior for auto-save-mode.
344 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 345
4963495d
CY
346 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
347
4bb82fa8
GM
3482012-02-24 Glenn Morris <rgm@gnu.org>
349
350 * errors.texi (Standard Errors): Mention dbus-error.
351 For arith-error sub-classes, just use one cross-ref.
352
2cb228f7
AM
3532012-02-23 Alan Mackenzie <acm@muc.de>
354
355 * modes.texi (Defining Minor Modes): Document the new keyword
356 :after-hook.
357
a59225b1
CY
3582012-02-21 Chong Yidong <cyd@gnu.org>
359
360 * files.texi (Files): Mention magic file names as arguments.
361 (Reading from Files): Copyedits.
362 (File Attributes): Mention how to change file modes.
363 (Changing Files): Use standard "file permissions" terminology.
364 Add xref to File Attributes node.
365 (Locating Files): Document locate-user-emacs-file.
366 (Unique File Names): Recommend against using make-temp-name.
367
8376d7c2
CY
3682012-02-19 Chong Yidong <cyd@gnu.org>
369
370 * help.texi (Documentation, Documentation Basics, Help Functions):
371 Minor clarifications.
372 (Accessing Documentation): Clarify what documentation-property is
373 for. Add xref to Keys in Documentation.
374
375 * tips.texi (Documentation Tips): Don't recommend using * in
376 docstrings.
377
378 * macros.texi (Defining Macros):
379 * modes.texi (Derived Modes): Say "documentation string" instead
380 of docstring.
381
82233bea
CY
3822012-02-18 Chong Yidong <cyd@gnu.org>
383
384 * modes.texi (Tabulated List Mode): New node.
385 (Basic Major Modes): Add xref to it.
386
387 * processes.texi (Process Information): Mention Process Menu mode.
388
7b926f3f
CY
3892012-02-17 Chong Yidong <cyd@gnu.org>
390
391 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
392
0fd2c9a3
GM
3932012-02-17 Glenn Morris <rgm@gnu.org>
394
395 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
396
f700caa3
CY
3972012-02-16 Chong Yidong <cyd@gnu.org>
398
4230351b
CY
399 * syntax.texi (Syntax Tables, Syntax Descriptors)
400 (Syntax Table Functions): Copyedits.
401 (Syntax Basics): Don't repeat the material in the preceding node.
402 (Syntax Class Table): Use a table.
403 (Syntax Properties): Document syntax-propertize-function and
404 syntax-propertize-extend-region-functions.
405 (Motion via Parsing): Clarify scan-lists. Fix indentation.
406 (Parser State): Update for the new "c" comment style. Fix
407 description of item 7 (comment style).
408
f700caa3
CY
409 * modes.texi (Minor Modes): Update how mode commands should treat
410 arguments now.
411 (Mode Line Basics): Clarify force-mode-line-update.
412 (Mode Line Top): Note that the example is not realistic.
413 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
414 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
415 "mode line construct" instead of "mode line specification".
416 (Syntactic Font Lock): Remove mention of obsolete variable
417 font-lock-syntactic-keywords.
418 (Setting Syntax Properties): Node deleted.
419 (Font Lock Mode): Note that Font Lock mode is a minor mode.
420 (Font Lock Basics): Note that syntactic fontification falls back
421 on `syntax-table'.
422 (Search-based Fontification): Emphasize that font-lock-keywords
423 should not be set directly.
424 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
425 (Syntactic Font Lock): Minor clarifications. Add xref to
426 Syntactic Font Lock node.
f700caa3 427
60236b0d
CY
4282012-02-15 Chong Yidong <cyd@gnu.org>
429
430 * minibuf.texi (Basic Completion): Define "completion table".
431 Move completion-in-region to Completion in Buffers node.
432 (Completion Commands): Use "completion table" terminology.
433 (Completion in Buffers): New node.
434
435 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
436 (Setting Hooks): Update minor mode usage example.
437 (Major Mode Conventions): Note that completion-at-point-functions
438 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
439 Remove duplicate tip about auto-mode-alist.
440 (Minor Modes): Rewrite introduction.
441 (Minor Mode Conventions): Copyedits. Don't recommend
442 variable-only minor modes since few minor modes are like that.
60236b0d 443
d7dbb11a
GM
4442012-02-15 Glenn Morris <rgm@gnu.org>
445
446 * processes.texi (Network): Document open-network-stream :parameters.
447
3d8badf4
CY
4482012-02-14 Chong Yidong <cyd@gnu.org>
449
450 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
451 was removed on 2009-09-10. Update lisp-mode-map example.
452 (Inheritance and Keymaps): Minor clarification.
453 (Searching Keymaps): Remove out-of-place enumeration.
454 (Key Lookup): Remove unnecessary example (one was already given in
455 Format of Keymaps).
456 (Changing Key Bindings): Update suppress-keymap example.
457 (Menu Bar, Tool Bar): Copyedits.
458 (Tool Bar): Update tool-bar-map example.
459
faccede1
CY
4602012-02-12 Chong Yidong <cyd@gnu.org>
461
462 * debugging.texi (Debugger Commands): Continuing is now allowed
463 for errors.
464
355cabc6
CY
4652012-02-11 Chong Yidong <cyd@gnu.org>
466
d860baa0
CY
467 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
468 Move the list of standard bitmaps there.
469 (Fringe Cursors): Rewrite for clarity.
470 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
471
34106abe
CY
472 * commands.texi (Command Overview): Mention read-key.
473 (Using Interactive, Interactive Call): Minor clarifications.
474 (Function Keys, Click Events): Avoid "input stream" terminology.
475 (Click Events): Add xref to Window Sizes and Accessing Mouse.
476 Clarify column and row components.
477 (Accessing Mouse): Add xref to Click Events. Minor fixes.
478 (Special Events): Copyedits.
479
480 * streams.texi (Input Streams): De-document get-file-char.
481 (Output Variables): Don't refer to old backquote syntax.
482
355cabc6
CY
483 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
484 (Error Debugging): Note that debug-ignored-errors overrides list
485 values of debug-on-error too. Add xref to Signaling Errors. Note
486 that debug-on-signal is not customizable. Mention
487 condition-case-unless-debug.
488 (Compilation Errors): Node deleted.
489
490 * compile.texi (Compiler Errors): Move a paragraph here from
491 deleted node Compilation Errors.
492
1be3ca5a
LL
4932012-02-10 Leo Liu <sdl.web@gmail.com>
494
495 * control.texi (Handling Errors): Change condition-case-no-debug
496 to condition-case-unless-debug.
497
25dec365
CY
4982012-02-10 Chong Yidong <cyd@gnu.org>
499
500 * advice.texi (Defining Advice): Clarify ad-unadvise.
501 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
502 is not abnormal.
503 (Advising Primitives): Node deleted; ad-define-subr-args has been
504 removed.
505
506 * compile.texi (Speed of Byte-Code): Use float-time in example.
507 (Compilation Functions): Note that the log uses Compilation mode.
508 Don't discuss the contents of byte-code function object here.
509 (Compilation Functions): De-document internal function byte-code.
510 (Docs and Compilation): Minor clarifications.
511
512 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
513 Objects.
514
5f5e4ea1
GM
5152012-02-10 Glenn Morris <rgm@gnu.org>
516
517 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
518 Mention secure-hash.
519 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
520
6c1e4b46
CY
5212012-02-10 Chong Yidong <cyd@gnu.org>
522
523 * loading.texi (Loading): Don't emphasize "library" terminology.
524 (Library Search): load-path is not a user option. Mention role of
525 -L option and packages. Improve examples.
526 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
527 obsolete.
528 (Autoload): Minor clarifications.
529
72ca698c
GM
5302012-02-10 Glenn Morris <rgm@gnu.org>
531
b011fbfe
GM
532 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
533
72ca698c
GM
534 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
535
14a1f380
GM
5362012-02-08 Glenn Morris <rgm@gnu.org>
537
538 * loading.texi (Named Features): Update the require example.
539
60d47423
GM
5402012-02-07 Glenn Morris <rgm@gnu.org>
541
542 * modes.texi (Defining Minor Modes):
543 Expand on args of defined minor modes.
544
0992bd9c
CY
5452012-02-07 Chong Yidong <cyd@gnu.org>
546
547 * variables.texi (Creating Buffer-Local): Minor clarification
548 to buffer-local-variables doc (Bug#10715).
549
af008560
GM
5502012-02-07 Glenn Morris <rgm@gnu.org>
551
e80e1825 552 * display.texi (ImageMagick Images): General update.
af008560
GM
553 Move most details of imagemagick-render-type to the variable's doc.
554
866c1d22
GM
5552012-02-06 Glenn Morris <rgm@gnu.org>
556
f7c9199f 557 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
558 (Inheritance and Keymaps):
559 Mention make-composed-keymap and multiple inheritance.
f7c9199f 560
e7bc51d0
GM
561 * modes.texi (Running Hooks): Mention run-hook-wrapped.
562
866c1d22
GM
563 * control.texi (Handling Errors):
564 Mention condition-case-no-debug and with-demoted-errors.
565
03988c98
CY
5662012-02-05 Chong Yidong <cyd@gnu.org>
567
568 * customize.texi (Common Keywords): Minor clarifications.
569 Document custom-unlispify-remove-prefixes.
570 (Variable Definitions): Backquotes in defcustom seem to work fine
571 now. Various other copyedits.
e1161b06
CY
572 (Simple Types): Copyedits. Document color selector.
573 (Composite Types): Copyedits.
574 (Splicing into Lists): Clarifications.
03988c98
CY
575
576 * eval.texi (Backquote): Move from macros.texi.
577
578 * macros.texi (Expansion): Minor clarification.
579 (Backquote): Move node to eval.texi.
580 (Defining Macros): Move an example from Backquote node.
581 (Argument Evaluation): No need to mention Pascal.
582 (Indenting Macros): Add xref to Defining Macros.
583
649f602c
GM
5842012-02-05 Glenn Morris <rgm@gnu.org>
585
586 * debugging.texi (Error Debugging): Mention debug-on-event default.
587
34c99998
GM
5882012-02-04 Glenn Morris <rgm@gnu.org>
589
8f05da42
GM
590 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
591
7aa5aad8
GM
592 * debugging.texi (Error Debugging): Mention debug-on-event.
593 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
594
c7291ad9
GM
595 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
596
34c99998
GM
597 * text.texi (Buffer Contents):
598 Update filter-buffer-substring description.
599
735cc5ca
CY
6002012-02-04 Chong Yidong <cyd@gnu.org>
601
602 * functions.texi (What Is a Function): Add closures. Mention
603 "return value" terminology. Add xref for command-execute. Remove
604 unused "keystroke command" terminology.
605 (Lambda Expressions): Give a different example than in the
606 following subsection. Add xref to Anonymous Functions.
607 (Function Documentation): Remove gratuitous markup.
608 (Function Names): Move introductory text to `What Is a Function'.
609 (Defining Functions): Fix defun argument spec.
610 (Anonymous Functions): Document lambda macro explicitly. Mention
611 effects on lexical binding.
612 (Function Cells): Downplay direct usage of fset.
613 (Closures): New node.
614 (Inline Functions): Remove "open-code" terminology.
615 (Declaring Functions): Minor tweak; .m is not C code.
616
617 * variables.texi (Variables): Don't refer to "global value".
618 (Local Variables, Void Variables): Copyedits.
619 (Lexical Binding): Minor clarification of example.
620 (File Local Variables): Mention :safe and :risky defcustom args.
621 (Lexical Binding): Add xref to Closures node.
622
94bc7984
GM
6232012-02-04 Glenn Morris <rgm@gnu.org>
624
625 * minibuf.texi (High-Level Completion): Updates for read-color.
626
4f5a10ef
GM
6272012-02-03 Glenn Morris <rgm@gnu.org>
628
eea14f31
GM
629 * display.texi (GIF Images): Mention animation.
630 Remove commented-out old example of animation.
631 (Animated Images): New subsection.
632 * elisp.texi (Top):
633 * vol1.texi (Top):
634 * vol2.texi (Top): Add Animated Images menu entry.
635
4f5a10ef
GM
636 * display.texi (Image Formats): Remove oddly specific information
637 on versions of image libraries.
204e728d 638 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 639
12f381b7
GM
6402012-02-02 Glenn Morris <rgm@gnu.org>
641
1b9f60cc
GM
642 * processes.texi (Synchronous Processes):
643 Mention call-process's :file gets overwritten.
644
7e2734bc
GM
645 * commands.texi (Reading One Event):
646 * help.texi (Help Functions): Document read-char-choice.
647
f58b9822
GM
648 * hooks.texi (Standard Hooks):
649 * modes.texi (Keymaps and Minor Modes):
650 * text.texi (Commands for Insertion): Document post-self-insert-hook.
651
652 * hooks.texi (Standard Hooks): Add prog-mode-hook.
653
12f381b7
GM
654 * hooks.texi (Standard Hooks):
655 * modes.texi (Major Mode Conventions, Mode Hooks):
656 Document change-major-mode-after-body-hook.
657
7a9a2fc6
GM
6582012-02-01 Glenn Morris <rgm@gnu.org>
659
660 * modes.texi (Defining Minor Modes):
661 Mention disabling global minor modes on a per-major-mode basis.
662
a037c171
CY
6632012-01-31 Chong Yidong <cyd@gnu.org>
664
665 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
666 (Parser State): Remove unnecessary statement (Bug#10661).
667
668 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
669
56afad3a
GM
6702012-01-31 Glenn Morris <rgm@gnu.org>
671
672 * modes.texi (Defining Minor Modes):
673 Document define-minor-mode's new :variable keyword.
674
0f29fa41
CY
6752012-01-29 Chong Yidong <cyd@gnu.org>
676
837a390a
CY
677 * syntax.texi (Syntax Class Table): Tweak description of newline
678 char syntax (Bug#9619).
679
0f29fa41
CY
680 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
681 description (Bug#10189).
682
182148ee
GM
6832012-01-29 Glenn Morris <rgm@gnu.org>
684
a49ca6b9
GM
685 * files.texi (Changing Files): Document SELinux support.
686
182148ee
GM
687 * windows.texi (Window Sizes): Fix typo.
688
9962192e
CY
6892012-01-28 Chong Yidong <cyd@gnu.org>
690
8c6e1920
CY
691 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
692 doc (Bug#8568).
693
9583ec59
CY
694 * frames.texi (Input Focus): Add NORECORD arg to
695 select-frame-set-input-focus. Clarify its role in select-frame.
696
10256988
CY
697 * text.texi (Transposition): We don't use transpose-region as an
698 internal subroutine (Bug#3249).
699
9962192e
CY
700 * modes.texi (Example Major Modes): Update Lisp example code to
701 current sources. Delete the old non-derived-major-mode example,
702 which has diverged badly from current sources.
703
2aa43abb
GM
7042012-01-27 Glenn Morris <rgm@gnu.org>
705
706 * makefile.w32-in (texinputdir): Fix (presumed) typo.
707 (VERSION, manual): Remove, unused.
708
9f40220d
CY
7092012-01-27 Chong Yidong <cyd@gnu.org>
710
711 * commands.texi (Command Overview): Minor clarification (Bug#10384).
712
acc28cb9
CY
7132012-01-26 Chong Yidong <cyd@gnu.org>
714
715 * searching.texi (String Search): Document negative repeat count
716 (Bug#10507).
717
48da7392
GM
7182012-01-26 Glenn Morris <rgm@gnu.org>
719
720 * variables.texi (Using Lexical Binding):
721 Mention that lexical-binding should be set in the first line.
722
69b0acb9
LI
7232012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
724
725 * macros.texi (Defining Macros): Don't claim that `declare' only
726 affects Edebug and indentation.
727
543757a8
LI
7282012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
729
730 * macros.texi (Defining Macros): Slight `declare' fixup.
731
450e3cae
GM
7322012-01-25 Glenn Morris <rgm@gnu.org>
733
24189ce0 734 * makefile.w32-in (texinputdir):
450e3cae
GM
735 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
736
1021c761
CY
7372012-01-24 Chong Yidong <cyd@gnu.org>
738
739 * variables.texi (Variables, Local Variables, Void Variables):
740 Edit to make the descriptions less specific to dynamic binding.
741 (Local Variables): Default max-specpdl-size is now 1300.
742 (Defining Variables): Edits for lexical scoping. Delete
743 information about starting docstrings with *. De-document
744 user-variable-p.
745 (Tips for Defining): Remove an unimportant discussion of quitting
746 in the middle of a load.
747 (Accessing Variables, Setting Variables): Discuss lexical binding.
748 (Variable Scoping): Rewrite.
749 (Scope, Extent, Impl of Scope): Nodes deleted.
750 (Dynamic Binding): New node, with material from Scope, Extent, and
751 Impl of Scope nodes.
752 (Dynamic Binding Tips): Rename from Using Scoping.
753 (Lexical Binding): Rewrite.
754 (Using Lexical Binding): Rename from Converting to Lexical
755 Binding. Convert to subsection.
756
757 * customize.texi (Variable Definitions): Add custom-variable-p.
758 Move user-variable-p documentation here.
759
31cbea1d
CY
7602012-01-23 Chong Yidong <cyd@gnu.org>
761
762 * strings.texi (Text Comparison): Minor qualification.
763
764 * lists.texi (Cons Cells): Copyedits.
765 (List Elements): Mention push.
766 (List Variables): Mention pop.
767 (Rings): Move to sequences.texi.
768
769 * sequences.texi (Sequence Functions): Don't repeat the
770 introduction already given in the parent.
771 (Vectors): Copyedits.
772 (Rings): Move from lists.texi. Note that this is specific to the
773 ring package.
774
775 * symbols.texi (Definitions, Symbol Components): Mention variable
776 scoping issues.
777 (Plists and Alists): Copyedits.
778
779 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
780 correctness with lexical scoping.
781 (Eval): Copyedits.
782
fead402d
CY
7832012-01-21 Chong Yidong <cyd@gnu.org>
784
785 * intro.texi (A Sample Function Description): Special notation
786 used for macros too.
787
788 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
789 (Symbol Type): Add xref for keyword symbols.
790 (Sequence Type): Clarify differences between sequence types.
791 (Cons Cell Type): Add "linked list" index entry.
792 (Non-ASCII in Strings): Copyedits.
793 (Equality Predicates): Symbols with same name need not be eq.
794
795 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
796 ldexp. Move float-e and float-pi to Math Functions node.
797
61086eb6
GM
7982012-01-21 Glenn Morris <rgm@gnu.org>
799
800 * modes.texi (Auto Major Mode):
801 * variables.texi (File Local Variables):
802 Mention inhibit-local-variables-regexps.
803
34a02f46
MR
8042012-01-19 Martin Rudalics <rudalics@gmx.at>
805
806 * windows.texi (Window Configurations): Rewrite references to
807 persistent window parameters.
808 (Window Parameters): Fix description of persistent window
809 parameters.
810
f5064cae
JB
8112012-01-16 Juanma Barranquero <lekktu@gmail.com>
812
813 * windows.texi (Window Parameters): Use @pxref.
814
6a6ee00d
MR
8152012-01-16 Martin Rudalics <rudalics@gmx.at>
816
817 * windows.texi (Window Configurations, Window Parameters):
818 Describe persistent window parameters.
819
9ca4c014
SM
8202011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
821
822 * variables.texi (Creating Buffer-Local): Warn against misuses of
823 make-variable-buffer-local (bug#10258).
824
d027f83d
LMI
8252012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
826
827 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
828
89bd9ccd
CY
8292012-01-06 Chong Yidong <cyd@gnu.org>
830
831 * variables.texi (Directory Local Variables): Document
832 hack-dir-local-variables-non-file-buffer.
833
c869783d
GM
8342012-01-06 Glenn Morris <rgm@gnu.org>
835
836 * maps.texi (Standard Keymaps): Refer to Info-edit by name
837 rather than by keybinding.
838
2cae5ba4
JB
8392011-12-29 Juanma Barranquero <lekktu@gmail.com>
840
841 * frames.texi (Font and Color Parameters): Add @pxref.
842
43da4d08
DC
8432011-12-29 Daniel Colascione <dan.colascione@gmail.com>
844
845 * frames.texi (Font and Color Parameters):
846 Document w32 font backends (bug#10399).
847
8d80ef01
PE
8482011-12-28 Paul Eggert <eggert@cs.ucla.edu>
849
850 * files.texi (File Attributes, Changing Files):
851 Use a more-natural notation for octal numbers.
852
9022ae07
JB
8532011-12-23 Juanma Barranquero <lekktu@gmail.com>
854
855 * variables.texi (Variables with Restricted Values):
856 Change reference to variable (bug#10354).
857
454592a6
MR
8582011-12-13 Martin Rudalics <rudalics@gmx.at>
859
860 * windows.texi (Splitting Windows): Use t instead of non-nil
861 when describing window-combination-resize.
862
a7cdbfce
SM
8632011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
864
865 * text.texi (Special Properties): Warn against `intangible' properties
866 (bug#10222).
867
a3dcc84e
EZ
8682011-11-26 Eli Zaretskii <eliz@gnu.org>
869
579ebf8f
EZ
870 * display.texi (Truncation):
871 * text.texi (Special Properties): Describe what a stretch-glyph is
872 instead of using that term without explanation. Make the
873 cross-references more accurate.
874
a3dcc84e
EZ
875 * display.texi (Usual Display): Update the description,
876 cross-references, and indexing related to display of control
877 characters and raw bytes.
878
94af99a4
MR
8792011-11-25 Martin Rudalics <rudalics@gmx.at>
880
881 * windows.texi (Splitting Windows): Fix description of
882 window-combination-limit. Suggested by Eli Zaretskii.
883
1c3d7a13
CY
8842011-11-23 Chong Yidong <cyd@gnu.org>
885
886 * windows.texi (Window Sizes): Move window-top-line,
887 window-left-column, and window-*-pixel-edges to Coordinates and
888 Windows node.
889 (Coordinates and Windows): Restore window-edges doc.
890
90151a1e
MR
8912011-11-21 Martin Rudalics <rudalics@gmx.at>
892
a7cdbfce
SM
893 * windows.texi (Windows and Frames, Splitting Windows):
894 Fix typos.
90151a1e 895
a9b9b7f5
CY
8962011-11-21 Chong Yidong <cyd@gnu.org>
897
898 * windows.texi (Splitting Windows): Fix error in documentation of
899 window-combination-limit.
900 (Cyclic Window Ordering): Minor fixes to next-window,
901 one-window-p, and get-lru-window docs. Don't document
902 window-list-1.
903 (Buffers and Windows): Copyedits.
904 (Choosing Window): Document special handling of special-display-*.
905 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
906 Don't document even-window-heights, which is going away.
907 Clarify which options are obeyed by which action functions.
a9b9b7f5 908
f4e90db0
SM
9092011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
912
d2999b1a
MR
9132011-11-20 Martin Rudalics <rudalics@gmx.at>
914
f4e90db0
SM
915 * windows.texi (Resizing Windows, Splitting Windows):
916 Remove term "status" when talking about combination limits.
d2999b1a 917
cd1181db
JB
9182011-11-20 Juanma Barranquero <lekktu@gmail.com>
919
920 * compile.texi (Compiler Errors):
921 * help.texi (Help Functions): Fix typos.
922
7bf54975
CY
9232011-11-19 Chong Yidong <cyd@gnu.org>
924
925 * windows.texi (Splitting Windows): Clarify role of window
926 parameters in split-window. Shorten the example.
f4e90db0
SM
927 (Deleting Windows): Rewrite intro to handle internal windows.
928 Fix delete-windows-on doc.
7bf54975
CY
929 (Selecting Windows): Copyedits.
930
a0c2d0ae
MR
9312011-11-17 Martin Rudalics <rudalics@gmx.at>
932
933 * windows.texi (Resizing Windows, Splitting Windows)
934 (Deleting Windows): Use term window-combination-resize instead
935 of window-splits.
936
b6f67890
MR
9372011-11-16 Martin Rudalics <rudalics@gmx.at>
938
f4e90db0
SM
939 * windows.texi (Resizing Windows, Splitting Windows):
940 Rename occurrences of window-nest to window-combination-limit.
b6f67890 941
0b381c7e
JB
9422011-11-14 Juanma Barranquero <lekktu@gmail.com>
943
944 * intro.texi (Lisp History): Fix typo.
945
89d61221
MR
9462011-11-12 Martin Rudalics <rudalics@gmx.at>
947
f4e90db0
SM
948 * windows.texi (Splitting Windows, Deleting Windows):
949 Remove references to splits status of windows.
89d61221 950
b2621720
GM
9512011-11-10 Glenn Morris <rgm@gnu.org>
952
953 * buffers.texi (Read Only Buffers): Expand a bit on why
954 toggle-read-only should only be used interactively. (Bug#7292)
955
d2ad7ee1
CY
9562011-11-09 Chong Yidong <cyd@gnu.org>
957
958 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 959 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
960 window-inside-absolute-pixel-edges.
961 (Resizing Windows): shrink-window-if-larger-than-buffer works on
962 non-full-width windows.
963
2cffd681
MR
9642011-11-09 Martin Rudalics <rudalics@gmx.at>
965
966 * windows.texi (Resizing Windows): Rewrite documentation of
967 window-resizable.
968
f6f6d7e7
CY
9692011-11-09 Chong Yidong <cyd@gnu.org>
970
971 * windows.texi (Splitting Windows): Simplify example.
972
a79db6e0
CY
9732011-11-08 Chong Yidong <cyd@gnu.org>
974
975 * windows.texi (Window Sizes): Copyedits. Document
976 window-text-height. Remove window-min-height and window-min-width
977 discussion, referring instead to Emacs manual.
978 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
979 (Resizing Windows): Simplify introduction. Don't document
980 enlarge-window, shrink-window, enlarge-window-horizontally, and
981 shrink-window-horizontally; they are no longer preferred for
982 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 983
441950c7
GM
9842011-11-07 Glenn Morris <rgm@gnu.org>
985
986 * windows.texi (Choosing Window): Fix keybinding typo.
987
be7f5545
MR
9882011-11-07 Martin Rudalics <rudalics@gmx.at>
989
990 * windows.texi (Resizing Windows, Splitting Windows)
991 (Window Configurations): Use "child window" instead of
992 "subwindow".
993
291d142b
CY
9942011-11-06 Chong Yidong <cyd@gnu.org>
995
996 * windows.texi (Basic Windows): Clarify various definitions.
997 Treat window-normalize-* as internal; don't document them.
998 (Windows and Frames): Various clarifications, e.g. non-live
999 windows also belong to frames. Fix window-list description.
1000 Simplify window nesting example.
f4e90db0
SM
1001 (Splitting Windows, Window Configurations):
1002 Use split-window-below.
291d142b 1003
89bd5ee1
EZ
10042011-11-04 Eli Zaretskii <eliz@gnu.org>
1005
1006 * windows.texi (Window Sizes): Mention in the doc string that the
1007 return values of `window-body-height' and `window-body-width' are
1008 in frame's canonical units. (Bug#9949)
1009
3d8daefe
MR
10102011-10-30 Martin Rudalics <rudalics@gmx.at>
1011
1012 * windows.texi (Windows and Frames): Remove "iso-" infix from
1013 documentation of window-iso-combined-p.
1014
60754666
CY
10152011-10-26 Chong Yidong <cyd@gnu.org>
1016
1017 * modes.texi (Running Hooks): Document with-wrapper-hook.
1018
d366bd53
CY
10192011-10-18 Chong Yidong <cyd@gnu.org>
1020
1021 * display.texi (Glyphless Chars): New node.
1022
50b063c3
CY
10232011-10-13 Chong Yidong <cyd@stupidchicken.com>
1024
1025 * text.texi (Yanking): Document yank-excluded-properties.
1026
1027 * package.texi (Packaging Basics): The commentary should say how
1028 to begin using the package.
1029
c72063fa
MR
10302011-10-11 Martin Rudalics <rudalics@gmx.at>
1031
1032 * windows.texi (Deleting Windows): Mention which window gets
1033 selected when deleting the selected window.
1034
d83dc65b
MR
10352011-10-09 Martin Rudalics <rudalics@gmx.at>
1036
1037 * buffers.texi (The Buffer List): Describe how bury-buffer deals
1038 with the selected window.
1039 * windows.texi (Buffers and Windows): Reformulate text on how
1040 replace-buffer-in-windows deals with a window.
1041 (Quitting Windows): Describe how quit-window deals with a
1042 standalone frame. Describe new option frame-auto-hide-function.
1043
c599682c
GM
10442011-10-08 Glenn Morris <rgm@gnu.org>
1045
48bca619
GM
1046 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
1047
c599682c
GM
1048 * positions.texi (Excursions): Update warning message.
1049
969aa734
CY
10502011-10-05 Chong Yidong <cyd@stupidchicken.com>
1051
f4e90db0
SM
1052 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
1053 Fix Emacs manual xref (Bug#9675).
969aa734 1054
550f41cd
CY
10552011-10-01 Chong Yidong <cyd@stupidchicken.com>
1056
1057 * windows.texi (Textual Scrolling): Document scroll-up-command,
1058 scroll-down-command, scroll-error-top-bottom, and the
1059 scroll-command symbol property.
717a1362
CY
1060 (Display Action Functions): Fix description of
1061 display-buffer-pop-up-window.
550f41cd 1062
a239d4e9
JB
10632011-09-28 Juanma Barranquero <lekktu@gmail.com>
1064
1065 * windows.texi (Splitting Windows): Fix typos.
1066
590c056d
MR
10672011-09-25 Martin Rudalics <rudalics@gmx.at>
1068
1069 * windows.texi (Windows and Frames, Display Action Functions)
1070 (Switching Buffers): Fix some typos.
1071 (Buffers and Windows): Remove reference to window-auto-delete.
1072 Reword description of replace-buffer-in-windows.
1073 (Window History): Fix some typos and refer to frame local buffer
1074 list.
c419f5cb
MR
1075 (Quitting Windows): New node.
1076 (Window Configurations): Add descriptions of window-state-get
1077 and window-state-put.
1078 (Window Parameters): Describe variable ignore-window-parameters.
1079 Sketch some window parameters currently in use.
1080 * elisp.texi (Top): Update node listing.
590c056d 1081
9ec20d36
CY
10822011-09-25 Chong Yidong <cyd@stupidchicken.com>
1083
1084 * windows.texi (Display Action Functions)
1085 (Choosing Window Options): New nodes.
1086
0e406a72
CY
10872011-09-24 Chong Yidong <cyd@stupidchicken.com>
1088
1089 * windows.texi (Window History): New node. Move text here from
1090 Buffers and Windows.
1091 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
1092 don't document display-buffer here; callers changed.
1093 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
1094 switch-to-buffer-other-frame. Delete duplicate
1095 replace-buffer-in-windows doc.
1096 (Choosing Window): Document display actions.
1097
6bf7006f
EZ
10982011-09-24 Eli Zaretskii <eliz@gnu.org>
1099
1100 * display.texi (Forcing Redisplay): Update the description of
1101 redisplay-dont-pause due to change in the default value.
1102
b33b68a3
MR
11032011-09-23 Martin Rudalics <rudalics@gmx.at>
1104
1105 * frames.texi (Frames and Windows): Move section and rename to
1106 Windows and Frames in windows.texi.
1107 * windows.texi (Windows): Restructure.
1108 (Basic Windows): Rewrite. Explain live and internal windows and
1109 normalization functions.
1110 (Windows and Frames): Move section here from frames.texi.
1111 Describe subwindows, window combinations, window tree, and
1112 corresponding functions including window-list here.
1113 (Window Sizes): Rename section from Size of Window and move it
1114 up in chapter. Describe total and body sizes and the
1115 corresponding functions. Explain new semantics of
1116 window-min-height/-width.
1117 (Resizing Windows): Move section up in chapter. Describe new
1118 resize functions.
1119 (Splitting Windows): Describe new behavior of split-window,
1120 split-window-above-each-other and split-window-side-by-side.
1121 Provide examples. Describe window-nest and window-splits
1122 options.
1123 (Deleting Windows): Minor rewrite.
f4e90db0
SM
1124 (Selecting Windows): Minor rewrite.
1125 Describe frame-selected-window and set-frame-selected-window here.
1126 (Cyclic Window Ordering): Minor rewrite.
1127 Describe window-list-1.
b33b68a3
MR
1128 (Buffers and Windows): Rewrite. Explain a window's previous and
1129 next buffers and the corresponding functions.
c4682d18 1130 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
1131 * elisp.texi (Top): Update node listings for frames and windows
1132 sections.
1133
4d3786ac
SM
11342011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1135
1136 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1137
713df35b
LMI
11382011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1139
1140 * errors.texi (Standard Errors): Remove apparent placeholder text
1141 (bug#9491).
1142
33ed493b
CY
11432011-09-18 Chong Yidong <cyd@stupidchicken.com>
1144
1145 * frames.texi (Management Parameters): Fix description of
1146 icon-type parameter.
1147
b8f0a954
CY
11482011-09-17 Chong Yidong <cyd@stupidchicken.com>
1149
1150 * tips.texi (Key Binding Conventions): Don't bind a key sequence
1151 ending in C-g. Suggested by Edward O'Connor.
1152
eddf142c
EZ
11532011-09-17 Eli Zaretskii <eliz@gnu.org>
1154
1155 * numbers.texi (Integer Basics): Add indexing for
1156 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
1157
bf1af6c7
DM
11582011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1159
1160 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
1161
cec2eab8
JB
11622011-09-11 Juanma Barranquero <lekktu@gmail.com>
1163
1164 * processes.texi (Network Servers): Clarify what the process
1165 buffer is used for (bug#9233).
1166
51751aa2 11672011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
1168
1169 * lists.texi (Building Lists): Fix typo.
1170
35137ed3
CY
11712011-08-30 Chong Yidong <cyd@stupidchicken.com>
1172
1173 * display.texi (Basic Faces): New node. Document new faces.
1174
1175 * modes.texi (Major Mode Conventions): Move some text there.
1176 (Mode Help): Remove major-mode var, duplicated in Major Modes.
1177
3fd50d5c
CY
11782011-08-29 Chong Yidong <cyd@stupidchicken.com>
1179
1180 * modes.texi (Basic Major Modes): New node. Callers updated.
1181 (Major Modes): Document fundamental-mode and major-mode.
1182 (Major Mode Basics): Node deleted; text moved to Major Modes.
1183 (Derived Modes): Document derived-mode-p.
1184
ddb54206
CY
11852011-08-28 Chong Yidong <cyd@stupidchicken.com>
1186
a6326082
CY
1187 * files.texi (Changing Files, Create/Delete Dirs): Document new
1188 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
1189 (Visiting Functions): Remove view-file; it is documented in the
1190 Emacs manual.
04e2ce72 1191
ddb54206
CY
1192 * frames.texi (Layout Parameters): The defaults for the
1193 menu-bar-lines and tool-bar-lines parameters depend on the mode.
1194
1195 * display.texi (Progress): Document spinner functionality.
1196
1197 * os.texi (Killing Emacs): Note that kill-emacs can be called by
1198 operating system signals. Refer to save-buffers-kill-terminal
1199 instead of save-buffers-kill-emacs.
1200
1201 * objects.texi (Symbol Type): Document ## print representation.
1202
0c95fcf7
EZ
12032011-08-25 Eli Zaretskii <eliz@gnu.org>
1204
1205 * display.texi (Specified Space): Mention that `space' specs
1206 influence bidi reordering.
1207 (Bidirectional Display): Explain how to use `(space . PROPS)' for
1208 separating fields with bidirectional content.
1209
5980d4c6
EZ
12102011-08-24 Eli Zaretskii <eliz@gnu.org>
1211
1212 * display.texi (Bidirectional Display): Document return value in
1213 buffers that are not bidi-reordered for display, and in unibyte
1214 buffers.
1215
bca633fb
EZ
12162011-08-23 Eli Zaretskii <eliz@gnu.org>
1217
1218 * nonascii.texi (Character Properties): Document the values for
1219 unassigned codepoints.
1220
c094bb0c
EZ
12212011-08-18 Eli Zaretskii <eliz@gnu.org>
1222
1223 * nonascii.texi (Character Properties): Document use of
1224 `bidi-class' and `mirroring' properties as part of reordering.
1225 Provide cross-references to "Bidirectional Display".
1226
1227 * display.texi (Bidirectional Display): Document the pitfalls of
1228 concatenating strings with bidirectional content, with possible
f4e90db0
SM
1229 solutions. Document bidi-string-mark-left-to-right.
1230 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
1231 Document use of `bidi-class' and `mirroring' properties as part of
1232 reordering.
c094bb0c 1233
1ea897d5
EZ
12342011-08-16 Eli Zaretskii <eliz@gnu.org>
1235
9adfcd0b
EZ
1236 * modes.texi (Major Mode Conventions): Improve the documentation
1237 of `mode-class' `special' modes.
1238
10862873
EZ
1239 * nonascii.texi (Character Properties): Document the `mirroring'
1240 property. Add index entries.
1241
1ea897d5
EZ
1242 * syntax.texi (Categories): Add an example of defining a new
1243 category and category table.
1244
1245 * searching.texi (Regexp Backslash): Document how to display
1246 existing categories. Mention the possibility of adding
1247 categories, and add an xref to where this is described. Add an
1248 index entry.
1249
ebb552ed
CY
12502011-08-09 Chong Yidong <cyd@stupidchicken.com>
1251
1252 * text.texi (Special Properties):
1253 * display.texi (Overlay Properties): Note that mouse-face cannot
1254 change the text size (Bug#8530).
1255
51a714e1
CY
12562011-08-08 Chong Yidong <cyd@stupidchicken.com>
1257
1258 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1259 using setenv instead.
1260
4cc60b9b
EZ
12612011-07-28 Eli Zaretskii <eliz@gnu.org>
1262
1263 * display.texi (Bidirectional Display): Document the fact that
1264 bidi-display-reordering is t by default.
1265
5deb92fd
EZ
12662011-07-23 Eli Zaretskii <eliz@gnu.org>
1267
1268 * display.texi (Bidirectional Display): New section.
1269
011b0ad6 12702011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
1271 Tim Cross <theophilusx@gmail.com> (tiny change)
1272 Glenn Morris <rgm@gnu.org>
011b0ad6 1273
67f9b9f8 1274 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 1275
4baf28e6
AS
12762011-07-15 Andreas Schwab <schwab@linux-m68k.org>
1277
1278 * help.texi (Keys in Documentation): Revert last change.
1279
66249842
LMI
12802011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1281
f863868c
LMI
1282 * help.texi (Keys in Documentation): Clarify that \= only quotes
1283 the next character, and doesn't affect longer sequences in
1284 particular (bug#8935).
1285
f4e90db0
SM
1286 * debugging.texi (Using Debugger):
1287 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 1288
0bb23927 12892011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
1290
1291 * display.texi (Other Display Specs): Document that `left-fringe'
1292 and `right-fringe' display specifications are of the "replacing"
1293 kind.
1294
f2027cdf
LMI
12952011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1296
1297 * help.texi (Documentation Basics): Add a link to the Function
1298 Documentation node (bug#6580).
1299
f987fde4
LMI
13002011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1301
0bc59b25
LMI
1302 * keymaps.texi (Menu Bar): Mention :visible and :enable
1303 (bug#6344). Text by Drew Adams.
1304
63d55f1f
LMI
1305 * modes.texi (Running Hooks): Mention buffer-local hook variables
1306 (bug#6218).
1307
f987fde4
LMI
1308 * objects.texi (General Escape Syntax): "a with grave accent" is
1309 ?xe0, not ?x8e0 (bug#5259).
1310
b7527639
CY
13112011-07-12 Chong Yidong <cyd@stupidchicken.com>
1312
1313 * display.texi (Face Attributes, Font Selection): Add references
1314 to the Fonts node in the Emacs manual (Bug#4178).
1315
c830e5ae
CY
13162011-07-12 Chong Yidong <cyd@stupidchicken.com>
1317
1318 * display.texi (Window Systems): `window-system' is
1319 terminal-local.
1320
1321 * frames.texi (Frame Parameters, Parameter Access): Don't mention
1322 frame-local variables.
1323
1324 * variables.texi (Buffer-Local Variables): Don't mention obsolete
1325 frame-local variables.
1326 (Frame-Local Variables): Node deleted.
1327
1328 * elisp.texi (Top): Update node listing.
1329
91223e54
LMI
13302011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1331
1332 * elisp.texi: Change "inferiors" to "subnodes" in three places
1333 (bug#3523).
1334
963578d3
CY
13352011-07-11 Chong Yidong <cyd@stupidchicken.com>
1336
1337 * frames.texi (Window System Selections): Discussion of
1338 x-select-enable-clipboard moved to Emacs manual.
1339
07151e49
DD
13402011-07-11 Deniz Dogan <deniz@dogan.se>
1341
1342 * commands.texi (Prefix Command Arguments): Remove excessive
1343 apostrophe.
1344
7261e1cf
LMI
13452011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1346
ad21a12a
LMI
1347 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1348 description is a string (bug#3313).
1349
7261e1cf
LMI
1350 * frames.texi (Display Feature Testing): Try to explain what all
1351 the visual classes mean (bug#3042).
1352
568f7b79
LMI
13532011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1354
18d59e29
LMI
1355 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1356 and `mode-line-client' (bug#2974).
1357
568f7b79
LMI
1358 * text.texi (Insertion): Clarify marker movements (bug#1651).
1359 Text from Drew Adams.
1360
54e10184
LMI
13612011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1362
d94d85e9
LMI
1363 * text.texi (Special Properties): Clarify the format of `face'
1364 (bug#1375).
1365
54e10184
LMI
1366 * commands.texi (Interactive Call): Add a `call-interactively'
1367 example (bug#1010).
1368
413c488d
LMI
13692011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1370
1371 * functions.texi (Calling Functions): Link to the "Interactive
1372 Call" node (bug#1001).
1373
322b7dab 13742011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 1375
3deead93
CY
1376 * customize.texi (Composite Types): Move alist and plist to here
1377 from Simple Types (Bug#7545).
1378
1379 * elisp.texi (Top): Update menu description.
1380
b00d8c1a
CY
1381 * display.texi (Face Attributes): Document negative line widths
1382 (Bug#6113).
1383
d2a6c43b
TR
13842011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1385
1386 * searching.texi (Match Data): Note that match data can be
1387 overwritten by most functions (bug#2499).
1388
c7844a27
LMI
13892011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1390
a9ab721e
LMI
1391 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1392 flags mean (bug#6659).
1393
c7844a27
LMI
1394 * functions.texi (What Is a Function): Document the autoload
1395 object (bug#6496).
1396
f68d76d0
LMI
13972011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1398
8a20ca4c
LMI
1399 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1400 is only used in the Customize user interface (bug#6089).
1401
f68d76d0 1402 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1403 images (bug#7836).
f68d76d0 1404
7018dbe7
EZ
14052011-07-02 Eli Zaretskii <eliz@gnu.org>
1406
1407 * variables.texi (Defining Variables, Void Variables)
1408 (Constant Variables): Fix incorrect usage of @kindex.
1409
36cb87a1
LMI
14102011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1411
28ee97c7
LMI
1412 * variables.texi (Defining Variables): Add an index entry for
1413 `set-variable' (bug#7262).
8d4294e9 1414 (Defining Variables): Use @findex for functions.
28ee97c7 1415
8862ffd5
LMI
1416 * frames.texi (Basic Parameters): Document the `explicit-name'
1417 parameter (bug#6951).
1418
0ec389b9
LMI
1419 * customize.texi (Type Keywords): Clarify that :value provides a
1420 default value for all types (bug#7386).
1421
36cb87a1
LMI
1422 * streams.texi (Output Functions): Document `pp'.
1423
11fdef7d 14242011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1425
1426 * keymaps.texi (Searching Keymaps):
1427 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1428 change. Suggested by Johan Bockgård.
1429
eeafcea7
CY
14302011-06-15 Chong Yidong <cyd@stupidchicken.com>
1431
1432 * text.texi (Special Properties): Clarify role of font-lock-face.
1433
b96e6cde
LMI
14342011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1435
f4e90db0 1436 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1437 to `process-live-p' for consistency with other `-live-p' functions.
1438
be14b9ab
PE
14392011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1440
1441 Document wide integers better.
1442 * files.texi (File Attributes): Document ino_t values better.
2d365993 1443 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1444 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1445 (Bitwise Operations):
001903b5
PE
1446 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1447 to read, and that will port better if 62-bits becomes the default.
1448 Fix or remove incorrect examples.
be14b9ab
PE
1449 * os.texi (Time Conversion): Document time_t values better.
1450
bcd54f83
LMI
14512011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1452
f4e90db0
SM
1453 * processes.texi (Process Information):
1454 Document `process-alive-p'.
bcd54f83 1455
049bcbcb
CY
14562011-05-29 Chong Yidong <cyd@stupidchicken.com>
1457
1458 * help.texi (Accessing Documentation):
1459 * display.texi (Pixel Specification):
1460 * processes.texi (Serial Ports, Serial Ports):
1461 * nonascii.texi (Character Properties, Default Coding Systems):
1462 * text.texi (Changing Properties, Special Properties):
1463 * windows.texi (Window Start and End):
1464 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1465 * keymaps.texi (Searching Keymaps, Tool Bar):
1466 * minibuf.texi (Basic Completion):
1467 * compile.texi (Eval During Compile):
1468 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1469 7x9 paper in printed manual.
1470
1471 * lists.texi (Sets And Lists): Fix misplaced text.
1472
58539c63
CY
14732011-05-29 Chong Yidong <cyd@stupidchicken.com>
1474
1475 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1476 needs to be active (Bug#8350).
1477
6b5681bf
CY
14782011-05-28 Chong Yidong <cyd@stupidchicken.com>
1479
b4d52acc
CY
1480 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1481
6b5681bf
CY
1482 * tips.texi (Coding Conventions): Remove antediluvian filename
1483 limit recommendation (Bug#8538).
1484
e145f188
GM
14852011-05-27 Glenn Morris <rgm@gnu.org>
1486
1487 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1488
eafed945
GM
14892011-05-26 Glenn Morris <rgm@gnu.org>
1490
1491 * variables.texi (File Local Variables):
1492 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1493 Add some more details on what this function does in the other case.
eafed945 1494
bc8410af
GM
14952011-05-19 Glenn Morris <rgm@gnu.org>
1496
1497 * lists.texi (Sets And Lists): Mention cl provides union etc.
1498
35a30759
N
14992011-05-19 Nix <nix@esperi.org.uk>
1500
1501 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1502
1503 * text.texi (Parsing HTML): Update for function name changes.
1504
1505 * syntax.texi (Syntax Flags): Small fix.
1506
1507 * keymaps.texi (Active Keymaps): Typo fix.
1508 (Changing Key Bindings): Grammar fix.
1509
1510 * frames.texi (Minibuffers and Frames): Grammar fix.
1511 (Window System Selections): x-select-enable-clipboard now defaults to t.
1512
1513 * customize.texi (Common Keywords):
1514 * display.texi (Abstract Display):
1515 * modes.texi (Auto-Indentation):
1516 * nonascii.texi (Converting Representations): Typo fixes.
1517
1518 * control.texi (Examples of Catch): Call it "goto" not "go to".
1519
e3934a8a
EZ
15202011-05-14 Eli Zaretskii <eliz@gnu.org>
1521
bc039a3b
EZ
1522 * nonascii.texi (Character Properties): Fix inconsistencies with
1523 implementation.
1524
e3934a8a
EZ
1525 * text.texi (Special Properties): Move @defvar's out of the
1526 @table. (Bug#8652)
1527
e2c94218
GM
15282011-05-12 Glenn Morris <rgm@gnu.org>
1529
1530 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1531
d2fc7e3d 15322011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1533
1534 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1535 (Multiline Font Lock):
1536 * vol2.texi (Top):
1537 * vol1.texi (Top):
1538 * elisp.texi (Top): Update menu accordingly.
1539
d2fc7e3d 15402011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1541
1542 * modes.texi (Region to Fontify): Fix typo.
1543
79b70037
GM
15442011-05-10 Jim Meyering <meyering@redhat.com>
1545
1546 * minibuf.texi: Fix typo "in in -> in".
1547
b08a63cc 15482011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1549
1550 * numbers.texi (Integer Basics): Large integers are treated as floats.
1551
1ef14cb4
LMI
15522011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1553
1554 * processes.texi (Synchronous Processes): Document the (:file
1555 "/file-name") syntax for `call-process'.
1556
4ffd0d6b 15572011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1558
1559 * windows.texi (Choosing Window): Fix typo.
1560
4ffd0d6b 15612011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1562
1563 * frames.texi (Layout Parameters): Note the difference between
1564 querying and setting parameters for left-fringe and right-fringe
1565 (Bug#6930).
1566
fd5a8ae8
SM
15672011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1568
1569 * minibuf.texi (Basic Completion): Be a bit more precise about the
1570 valid kinds of completion tables.
1571 (Programmed Completion): Remove obsolete text about lambda expressions
1572 not being valid completion tables.
1573
c1bcd0d5
CY
15742011-03-19 Chong Yidong <cyd@stupidchicken.com>
1575
1576 * positions.texi (Excursions): Explain the "save-excursion
1577 defeated by set-buffer" warning.
1578
1579 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1580 save-excursion. Suggested by Uday S Reddy.
1581
03408648 15822011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1583
03408648
SM
1584 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1585 (Lexical Binding): New sub-section.
ba83908c 1586
03408648
SM
1587 * eval.texi (Eval): Discourage the use of `eval'.
1588 Document its new `lexical' argument.
6c075cd7 1589
f6d62986
SM
15902011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1591
03408648 1592 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1593 nil any more.
1594
84ea5558 15952011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1596
1597 * strings.texi (String Conversion): Don't mention
1598 string-make-(uni|multi)byte (bug#8262).
1599 * nonascii.texi (Converting Representations): Fix up range.
1600 * keymaps.texi (Key Binding Commands): Update code point, avoid
1601 "unibyte character" and remove mention of unibyte bindings.
1602
62d94509
EZ
16032011-03-10 Eli Zaretskii <eliz@gnu.org>
1604
1605 * modes.texi (Operator Precedence Grammars): Don't use characters
1606 outside ISO-8859-1.
1607
63a329f8
EZ
16082011-03-09 Eli Zaretskii <eliz@gnu.org>
1609
1610 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1611
1612 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1613
6446548e
GM
16142011-03-08 Glenn Morris <rgm@gnu.org>
1615
1616 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1617 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1618 * elisp.texi: Set documentencoding.
6446548e 1619
33383987
JB
16202011-03-07 Chong Yidong <cyd@stupidchicken.com>
1621
1622 * Version 23.3 released.
1623
0b3ceceb
CY
16242011-03-06 Chong Yidong <cyd@stupidchicken.com>
1625
1626 * package.texi: Update index keywords.
1627 (Package Archives): New node contents. Document package-x.el.
1628
78f5433f
JB
16292011-03-06 Juanma Barranquero <lekktu@gmail.com>
1630
1631 * makefile.w32-in (srcs): Add package.texi.
1632
555e9b5c
CY
16332011-03-06 Chong Yidong <cyd@stupidchicken.com>
1634
120d9389
CY
1635 * package.texi (Packaging, Packaging Basics, Simple Packages)
1636 (Multi-file Packages): Expand and clarify.
1637 (Package Archives): Temporary placeholder node.
1638
1639 * elisp.texi (Top): Update node listing.
1640
555e9b5c
CY
1641 * Makefile.in (srcs): Add package.texi.
1642
b59a4335
CY
16432011-03-05 Chong Yidong <cyd@stupidchicken.com>
1644
1645 * processes.texi (Synchronous Processes): Minor clarification
1646 (Bug#8149).
1647
06083aa1
GM
16482011-03-03 Glenn Morris <rgm@gnu.org>
1649
1650 * files.texi (Truenames): Minor clarification. (Bug#2341)
1651
6640b281
GM
16522011-03-01 Glenn Morris <rgm@gnu.org>
1653
1654 * variables.texi (Directory Local Variables):
1655 Mention `(subdirs . nil)' alist element.
1656
2b0c7330 16572011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1658
1659 * variables.texi (Directory Local Variables): Mention the optional
1660 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1661
b923f7a9
CY
16622011-02-27 Chong Yidong <cyd@stupidchicken.com>
1663
1664 * minibuf.texi (Minibuffer History): Clarify discussion of
1665 minibuffer history lists (Bug#8085).
1666
67ab0163 16672011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1668
e979a521
EZ
1669 * elisp.texi: Sync @dircategory with ../../info/dir.
1670
e03b2fd4
EZ
1671 * files.texi (Visiting Functions): Document find-file-literally,
1672 both the command and the variable.
1673
86ec878a
EZ
1674 * variables.texi (Creating Buffer-Local): Explain the meaning of
1675 permanent local variables.
1676
67ab0163
GM
1677 * files.texi (Visiting Functions): Document find-file-literally,
1678 both the command and the variable.
1679
1680 * variables.texi (Creating Buffer-Local): Explain the meaning of
1681 permanent local variables.
1682
16832011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1684
1685 * keymaps.texi (Remapping Commands): Mention how to undo it.
1686
bfcb151a
RT
16872011-02-09 Reuben Thomas <rrt@sc3d.org>
1688
1689 * loading.texi (Hooks for Loading): Remove unnecessary advice
1690 about eval-after-load (Bug#7986).
1691
a41c8660
CY
16922011-02-05 Chong Yidong <cyd@stupidchicken.com>
1693
1694 * commands.texi (Accessing Mouse): Note that a header line is not
1695 included in the row of posn-col-row.
1696
e0dd6837
CY
16972011-02-02 Chong Yidong <cyd@stupidchicken.com>
1698
1699 * modes.texi (Major Mode Conventions): Add face guidelines.
1700 (Faces for Font Lock): List faces in order of prominence.
1701
a4180391
PE
17022011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1703
1704 format-time-string now supports subsecond time stamp resolution
1705 * os.texi (Time Parsing): Document %N.
1706
7427eb97
CY
17072011-01-28 Chong Yidong <cyd@stupidchicken.com>
1708
61db307f
CY
1709 * vol1.texi (Top):
1710 * vol2.texi (Top):
1711 * elisp.texi (Top):
1712 * display.texi (Display Property): Shorten the menu description of
1713 the "Other Display Specs" node (Bug#7816).
1714
7427eb97
CY
1715 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1716 menu item" concept index entries (Bug#7805).
1717
bf3dae7e
EZ
17182011-01-29 Eli Zaretskii <eliz@gnu.org>
1719
1720 * makefile.w32-in (texinfodir): New variable.
1721 (usermanualdir): Remove as redundant with $(emacsdir).
1722 (MAKEINFO): Remove options, leave only program name.
1723 (MAKEINFO_OPTS): New variable.
1724 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1725
06d8ace5 17262011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1727 Richard Kim <emacs18@gmail.com>
1728
1729 * loading.texi (Library Search): Document list-load-path-shadows
1730 (Bug#7757).
1731
06d8ace5 17322011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1733
1734 * searching.texi (Regexp Special): Remove outdated discussion of
1735 character sets (Bug#7780).
1736
28a88153
CY
1737 * frames.texi (Pop-Up Menus): Document where menu title comes
1738 from (Bug#7684).
1739
06d8ace5 17402011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1741
1742 * display.texi (Making Buttons): Mention limitation of text buttons.
1743
a8e1e9ee
WL
17442011-01-23 Werner Lemberg <wl@gnu.org>
1745
1746 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1747 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1748 (ENVADD): New variable to control texi2dvi and texi2pdf.
1749
362b9d48
GM
17502011-01-15 Chong Yidong <cyd@stupidchicken.com>
1751
1752 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1753 Emacs manual.
1754
17552011-01-15 Eli Zaretskii <eliz@gnu.org>
1756
1757 * files.texi (Directory Names): Explain why FROM in
1758 directory-abbrev-alist should begin with \`. (Bug#7777)
1759
3fa173b4
SM
17602011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1763
7c420169 17642011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1765
1766 * modes.texi (Emulating Mode Line): Fix last change.
1767
7c420169 17682011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1769
1770 * modes.texi (Emulating Mode Line): Update documentation of
1771 format-mode-line according to changes that fixed bug #7587.
1772
80b33766
SM
17732010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1774
1775 * modes.texi (Derived Modes): Mention prog-mode.
1776
1777 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1778 of the key-binding-data cache since we don't use it any more.
1779
f49d1f52 17802010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1781
4bb49a92
EZ
1782 * processes.texi (Shell Arguments):
1783 * strings.texi (Creating Strings): Don't mention "shell commands";
1784 make it explicit that `split-string-and-unquote' and
1785 `combine-and-quote-strings' are mainly for working with arguments
1786 to call-process and start-process.
1787
3c73e30e
EZ
1788 * processes.texi (Shell Arguments): Fix documentation of
1789 `split-string-and-unquote'. Add indexing. (Bug#7563)
1790
f49d1f52 17912010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1792
1793 * modes.texi (Auto-Indentation): New section to document SMIE.
1794 (Major Mode Conventions):
1795 * text.texi (Mode-Specific Indent): Refer to it.
1796
f49d1f52 17972010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1798
1799 * display.texi (Other Display Specs): Document left-fringe and
1800 right-fringe display specs.
1801
f49d1f52 18022010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1803
1804 * backups.texi (Making Backups):
1805 * modes.texi (Example Major Modes): Use recommended coding style.
1806 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1807 define-derived-mode. Mention completion-at-point-functions.
1808
f49d1f52 18092010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1810
5dcb4c4e
SM
1811 * nonascii.texi (Converting Representations):
1812 Document byte-to-string.
e1115396 1813
ec1b9b17
GM
18142010-12-08 Glenn Morris <rgm@gnu.org>
1815
1816 * buffers.texi (Modification Time):
1817 verify-visited-file-modtime now defaults to the current buffer.
1818
07976ae3 18192010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1820
ec1b9b17 1821 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1822
1823 * strings.texi (Creating Strings): Don't mention semi-obsolete
1824 function char-to-string.
1825 (String Conversion): Shorten discussion of semi-obsolete function
1826 string-to-char. Link to Converting Representations.
1827
1828 * objects.texi (Symbol Type):
1829 * text.texi (Near Point):
1830 * help.texi (Help Functions):
1831 * functions.texi (Mapping Functions): Use string instead of
1832 char-to-string in examples.
1833
07976ae3 18342010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1835
1836 * text.texi (Kill Functions, Kill Functions)
1837 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1838 YANK-HANDLER args.
1839
1840 * symbols.texi (Creating Symbols): Using unintern without an
1841 obarray arg is now obsolete.
1842
1843 * numbers.texi (Float Basics): Document float-e and float-pi.
1844
1845 * variables.texi (Defining Variables): Change "pi" example to
1846 "float-pi".
1847
8547874a
EZ
18482010-11-26 Eli Zaretskii <eliz@gnu.org>
1849
1850 * commands.texi (Click Events): Document the values of X, Y and
1851 COL, ROW in the event's position, when the click is on the header
1852 or mode line, on the fringes, or in the margins.
1853
4a47c275 18542010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1855
5b05d75b
EZ
1856 * customize.texi (Composite Types): Lower-case index entry.
1857
5dcb4c4e
SM
1858 * loading.texi (How Programs Do Loading):
1859 Document load-file-name. (Bug#7346)
c7926fe2 1860
4a47c275 18612010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1862
1863 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1864
0eb025fb
EZ
18652010-11-13 Eli Zaretskii <eliz@gnu.org>
1866
1867 * display.texi (Usual Display): Characters with no fonts are not
1868 necessarily displayed as empty boxes.
1869
2699a554 18702010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1871
1872 * maps.texi (Standard Keymaps): Update File menu description.
1873
8289f37b
GM
18742010-10-28 Glenn Morris <rgm@gnu.org>
1875
1876 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1877
5793a7bc 18782010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1879
1880 * display.texi (Window Systems): Deprecate use of window-system as
1881 a predicate.
1882
17284e30
GM
18832010-10-23 Glenn Morris <rgm@gnu.org>
1884
1885 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1886 sorted-doc.
1887
00f113eb
JB
18882010-10-15 Eli Zaretskii <eliz@gnu.org>
1889
1890 * os.texi (Dynamic Libraries): New node, with slightly modified
1891 text deleted from "Image Formats".
1892 (System Interface): Add @menu entry for "Dynamic Libraries".
1893
1894 * display.texi (Image Formats): Remove description of
1895 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1896
07277eb8
GM
18972010-10-12 Glenn Morris <rgm@gnu.org>
1898
1899 * book-spine.texinfo: Rename to book-spine.texi.
1900
c12e4a81
GM
19012010-10-11 Glenn Morris <rgm@gnu.org>
1902
df187c62
GM
1903 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1904
c12e4a81 1905 * Makefile.in (DVIPS): New variable.
234db610
GM
1906 (.PHONY): Add html, ps.
1907 (html, elisp.html, ps, elisp.ps): New targets.
1908 (clean): Delete html, ps files.
1909 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1910
6513b232
EZ
19112010-10-09 Eli Zaretskii <eliz@gnu.org>
1912
1913 * makefile.w32-in (emacsdir): New variable.
1914 (srcs): Add emacsver.texi.
1915 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1916
abd40fb4
GM
19172010-10-09 Glenn Morris <rgm@gnu.org>
1918
c1dc72b3
GM
1919 * Makefile.in (VPATH): Remove.
1920 (infodir): Make it absolute.
1921 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1922
4393405b
GM
1923 * Makefile.in (dist): Anchor regexps.
1924
eef3ab94
GM
1925 * Makefile.in (srcs): Put elisp.texi first.
1926 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1927
aa9db089
GM
1928 * Makefile.in (infoclean): Remove harmless, long-standing error.
1929
abd40fb4
GM
1930 * Makefile.in ($(infodir)): Delete rule.
1931 (mkinfodir): New.
1932 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1933
68db69ed 1934 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1935 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1936
ea274122
GM
19372010-10-09 Glenn Morris <rgm@gnu.org>
1938
f7a31f11
GM
1939 * Makefile.in (emacsdir): New variable.
1940 (MAKEINFO): Add -I $emacsdir.
1941 (dist): Copy emacsver.texi.
b13254e7
GM
1942 (srcs): Add emacsver.texi.
1943
f7a31f11
GM
1944 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1945 Set EMACSVER by including emacsver.texi.
1946
ea274122
GM
1947 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1948
17ca7950
GM
19492010-10-07 Glenn Morris <rgm@gnu.org>
1950
1951 * Makefile.in (version): New, set by configure.
1952 (clean): Delete dist tar file.
1953 (dist): Use version in tar name.
1954
4c83f6e1
GM
19552010-10-06 Glenn Morris <rgm@gnu.org>
1956
1957 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1958 (INSTALL_INFO): Remove unused variable.
1959 (mostlyclean, infoclean, dist): New rules.
1960 (clean): Delete dvi and pdf files.
1961 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1962 ($(infodir)): Add parallel build workaround.
4c83f6e1 1963
0264072d
GM
19642010-10-04 Glenn Morris <rgm@gnu.org>
1965
1966 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1967 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1968 Fix -I typo.
0264072d
GM
1969 (clean): No 'make.out' or 'core' files.
1970 (.PHONY): Declare clean rules.
1971 (maintainer-clean): Delete pdf file. Guard against cd failures.
1972
77f38949
GM
19732010-10-03 Glenn Morris <rgm@gnu.org>
1974
1975 * files.texi (File Name Components): Remove ignored section about
1976 deleted variable directory-sep-char.
1977
178fdd41
MA
19782010-10-03 Michael Albinus <michael.albinus@gmx.de>
1979
1980 * files.texi (Magic File Names): New defopt
1981 remote-file-name-inhibit-cache.
1982
9c524fcb
GM
19832010-10-02 Glenn Morris <rgm@gnu.org>
1984
1985 * os.texi (Killing Emacs): Hook now runs in batch mode.
1986
f816790b
SM
19872010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1988
1989 * text.texi (Special Properties): Clarify when modification-hooks run.
1990
7cf78aac
SM
19912010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1992
1993 * syntax.texi (Syntax Flags): Document new `c' flag.
1994
ca0d44e4
GM
19952010-09-09 Glenn Morris <rgm@gnu.org>
1996
1997 * display.texi (ImageMagick Images): General cleanup.
1998
10999305 19992010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
2000
2001 * files.texi (Directory Names): Use \` rather than ^.
2002
45240125
JD
20032010-09-02 Jan Djärv <jan.h.d@swipnet.se>
2004
2005 * text.texi (Low-Level Kill Ring):
2006 * frames.texi (Window System Selections): Remove cut buffer
2007 documentation.
2008
4abe5bf6
EZ
20092010-08-28 Eli Zaretskii <eliz@gnu.org>
2010
2011 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
2012 Parameters", where the default fringe width is described.
2013
2014 * frames.texi (Window Frame Parameters, Basic Parameters)
2015 (Position Parameters, Layout Parameters, Management Parameters)
2016 (Cursor Parameters, Font and Color Parameters): Add indexing for
2017 frame parameters. (Bug#6929)
2018
fdc76236
TT
20192010-08-25 Tom Tromey <tromey@redhat.com>
2020
2021 * vol2.texi (Top): Update.
2022 * vol1.texi (Top): Update.
2023 * tips.texi (Library Headers): Mention Package-Version and
2024 Package-Requires.
2025 * package.texi: New file.
2026 * os.texi (System Interface): Update pointers.
2027 * elisp.texi (Top): Link to new nodes. Include package.texi.
2028 * anti.texi (Antinews): Update pointers.
2029
1e5c1c80
EZ
20302010-08-25 Eli Zaretskii <eliz@gnu.org>
2031
2032 * processes.texi (Filter Functions): Fix last change.
2033
78e33835
CY
20342010-08-24 Markus Triska <triska@gmx.at>
2035
2036 * processes.texi (Filter Functions): Use `buffer-live-p' instead
2037 of `buffer-name' in the main text as well as in the example
2038 (Bug#3098).
2039
198a7a97
CY
20402010-08-22 Chong Yidong <cyd@stupidchicken.com>
2041
2042 * nonascii.texi (Text Representations):
2043 * loading.texi (Loading Non-ASCII):
2044 * compile.texi (Byte Compilation): Don't mention obsolete
2045 --unibyte command-line argument.
2046
bc7d7ea6
CY
20472010-08-22 Chong Yidong <cyd@stupidchicken.com>
2048
2049 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
2050
b0126eac 20512010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
2052
2053 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
2054
e8a6cc19
EZ
20552010-08-20 Eli Zaretskii <eliz@gnu.org>
2056
2057 * commands.texi (Misc Events): Add cross-references to where
2058 POSITION of a mouse event is described in detail.
2059
c4e7c63a 20602010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 2061
c4e7c63a 2062 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 2063
7815fe19 20642010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
2065
2066 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
2067 Suggested by Štěpán Němec <stepnem@gmail.com>.
2068
7815fe19 20692010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
2070
2071 * minibuf.texi (High-Level Completion): Document args of
2072 `read-buffer-function' (bug#5625).
2073
8b2dd508
JD
20742010-07-29 Jan Djärv <jan.h.d@swipnet.se>
2075
2076 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
2077
bace45fe
MA
20782010-07-29 Michael Albinus <michael.albinus@gmx.de>
2079
2080 * processes.texi (Process Information): Explain process property
2081 `remote-tty'.
2082
4ce5a4cc
JB
20832010-07-27 Juanma Barranquero <lekktu@gmail.com>
2084
2085 * modes.texi (Defining Minor Modes): Use C-delete in examples,
2086 instead of "\C-\^?" (bug#6334).
2087
1c84bc7a
JB
2088 * text.texi (Special Properties): Fix typo.
2089
b88746ba
EZ
20902010-07-09 Eli Zaretskii <eliz@gnu.org>
2091
2092 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
2093 calling sequences, which are now the standard.
2094
51422d6d
CY
20952010-06-24 Chong Yidong <cyd@stupidchicken.com>
2096
2097 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
2098
2099 * commands.texi (Command Overview): Mention undo-boundary call.
2100
d24880de
GM
21012010-06-23 Glenn Morris <rgm@gnu.org>
2102
2103 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
2104 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
2105 * frames.texi, functions.texi, internals.texi, keymaps.texi:
2106 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
2107 * searching.texi, sequences.texi, strings.texi, syntax.texi:
2108 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
2109 Untabify Texinfo files.
2110
0fc76035
CY
21112010-06-20 Chong Yidong <cyd@stupidchicken.com>
2112
2113 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
2114
5338dc0b
CY
21152010-06-19 Chong Yidong <cyd@stupidchicken.com>
2116
a628ad9d 2117 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 2118
2c3a3c1d
CY
21192010-06-02 Chong Yidong <cyd@stupidchicken.com>
2120
ba3bf1d9
CY
2121 * searching.texi (Regexp Special): Remove obsolete information
2122 about matching non-ASCII characters, and suggest using char
2123 classes (Bug#6283).
2c3a3c1d 2124
7f4b4249
JB
21252010-05-30 Juanma Barranquero <lekktu@gmail.com>
2126
2127 * minibuf.texi (Basic Completion): Add missing "@end defun".
2128
637821cd
SM
21292010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2130
2131 * minibuf.texi (Basic Completion): Document completion-boundaries.
2132 (Programmed Completion): Document the new fourth method for boundaries.
2133
e13051c3
CY
21342010-05-22 Chong Yidong <cyd@stupidchicken.com>
2135
a628ad9d 2136 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 2137
0235128c 21382010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2139
2140 * windows.texi (Textual Scrolling):
2141 * tips.texi (Coding Conventions):
2142 * minibuf.texi (Minibuffer History):
2143 * maps.texi (Standard Keymaps):
2144 * loading.texi (Where Defined):
2145 * edebug.texi (Instrumenting): Fix typos.
2146
0235128c 21472010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 2148
c7c32279
CY
2149 * keymaps.texi (Menu Bar): Document :advertised-binding property.
2150
0235128c
SM
2151 * functions.texi (Obsolete Functions):
2152 Document set-advertised-calling-convention.
eb5ed549
CY
2153
2154 * minibuf.texi (Basic Completion): Document completion-in-region.
2155 (Programmed Completion): Document completion-annotate-function.
2156
2157 * commands.texi (Reading One Event): Document read-key.
2158 (Distinguish Interactive): Document KIND arg to
2159 called-interactively-p. Delete obsolete interactive-p.
2160
2161 * elisp.texi (Top): Update node description.
2162
f8848423
EZ
21632010-05-08 Eli Zaretskii <eliz@gnu.org>
2164
0235128c
SM
2165 * nonascii.texi (Character Properties):
2166 Document unicode-category-table. Add an index entry for Unicode
2167 general category.
2168
21692010-05-07 Chong Yidong <cyd@stupidchicken.com>
2170
2171 * Version 23.2 released.
f8848423 2172
938efb77
JB
21732010-04-20 Juanma Barranquero <lekktu@gmail.com>
2174
2175 * locals.texi (Standard Buffer-Local Variables):
2176 Remove @ignore'd reference to `direction-reversed'.
2177
5854c267
JL
21782010-04-14 Juri Linkov <juri@jurta.org>
2179
2180 Fix @deffn without category.
2181
2182 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2183 for `abbrev-insert'.
2184
2185 * buffers.texi (Indirect Buffers): Add category `Command'
2186 to @deffn of `clone-indirect-buffer'.
2187
2188 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2189 for `next-window' and `previous-window'. Add category `Command'
2190 to @deffn of `pop-to-buffer'.
2191
8a14dec7
CY
21922010-04-01 Chong Yidong <cyd@stupidchicken.com>
2193
2194 * nonascii.texi (Text Representations): Don't mark
2195 enable-multibyte-characters as a user option.
2196
7a1831cf
EZ
21972010-03-31 Eli Zaretskii <eliz@gnu.org>
2198
2199 * control.texi (Handling Errors): How to re-throw a signal caught
2200 by condition-case.
2201
c3863713
CY
22022010-03-26 Chong Yidong <cyd@stupidchicken.com>
2203
2204 * loading.texi (Hooks for Loading): Document after-load-functions.
2205 Copyedits.
2206
c333f279
AM
22072010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
2208
2209 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
2210
e867cb5d 22112010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
2212
2213 * processes.texi (Network Processes): Document seqpacket type.
2214
605f35cd
DN
22152010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2216
2217 * os.texi (System Environment): Do not mention lynxos.
2218
288f9fc0
CY
22192010-03-10 Chong Yidong <cyd@stupidchicken.com>
2220
2221 * Branch for 23.2.
2222
eed5c93a
CY
22232010-03-06 Chong Yidong <cyd@stupidchicken.com>
2224
2225 * objects.texi (Integer Type): Take note of the read syntax
2226 exception for numbers that cannot fit in the integer type.
2227
1ddd6622
GM
22282010-03-03 Glenn Morris <rgm@gnu.org>
2229
2230 * numbers.texi (Integer Basics, Bitwise Operations):
2231 * objects.texi (Integer Type): Update for integers now being 30-bit.
2232
a908c79a
CY
22332010-02-27 Chong Yidong <cyd@stupidchicken.com>
2234
2235 * display.texi (Low-Level Font): Document :otf font-spec property.
2236
cd61af01
SM
22372010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2238
2239 * display.texi (Line Height): Avoid obsolete special default variables
2240 like default-major-mode.
2241
c02f8fe2
AM
22422010-01-28 Alan Mackenzie <acm@muc.de>
2243
2244 * display.texi (Auto Faces): Say fontification-functions is called
2245 whether or not Font Lock is enabled. Tidy up the wording a bit.
2246
d738d18b
CY
22472010-01-17 Chong Yidong <cyd@stupidchicken.com>
2248
2249 * elisp.texi: Remove duplicate edition information (Bug#5407).
2250
4963739e
JB
22512010-01-17 Juanma Barranquero <lekktu@gmail.com>
2252
2253 * two.el (volume-header-toc-markup): Fix typos in docstring.
2254
c57008f6
SM
22552010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2256
2257 Avoid dubious uses of save-excursions.
2258 * positions.texi (Excursions): Recommend the use of
2259 save-current-buffer if applicable.
2260 * text.texi (Clickable Text): Fix the example code which used
2261 save-excursion in a naive way which sometimes preserves point and
2262 sometimes not.
2263 * variables.texi (Creating Buffer-Local):
2264 * os.texi (Session Management):
2265 * display.texi (GIF Images):
2266 * control.texi (Cleanups): Use (save|with)-current-buffer.
2267
2f3725cd
EZ
22682010-01-02 Eli Zaretskii <eliz@gnu.org>
2269
2270 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
2271
85eeac93
CY
22722010-01-02 Chong Yidong <cyd@stupidchicken.com>
2273
2274 * nonascii.texi (Text Representations, Character Codes)
2275 (Converting Representations, Explicit Encoding)
2276 (Translation of Characters): Use hex notation consistently.
2277 (Character Sets): Fix map-charset-chars doc (Bug#5197).
2278
4801c5fa
CY
22792010-01-01 Chong Yidong <cyd@stupidchicken.com>
2280
2281 * loading.texi (Where Defined): Make it clearer that these are
2282 loaded files (Bug#5068).
2283
26e533e2
CY
22842009-12-29 Chong Yidong <cyd@stupidchicken.com>
2285
2286 * minibuf.texi (Completion Styles): Document `initials' style.
2287
16d1ff5f
CY
22882009-12-25 Chong Yidong <cyd@stupidchicken.com>
2289
2290 * frames.texi (Resources): Describe inhibit-x-resources.
2291 (Size Parameters): Copyedit.
2292
2293 * hash.texi (Creating Hash):
2294 * objects.texi (Hash Table Type): Document the new hash table
2295 printed representation.
2296
2297 * minibuf.texi (Basic Completion): 4th arg to all-completions is
2298 obsolete.
2299
5dcb4c4e
SM
2300 * processes.texi (Process Buffers):
2301 Document process-kill-buffer-query-function.
16d1ff5f 2302
9a5de3d9
GM
23032009-12-05 Glenn Morris <rgm@gnu.org>
2304
2305 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2306 diary-display-function, and no longer recommended to be a hook.
2307 Update for changes in the names of calendar and diary hooks.
2308 diary-print-entries-hook has changed section.
2309
b640eb52
EZ
23102009-11-28 Eli Zaretskii <eliz@gnu.org>
2311
2312 * text.texi (Special Properties): More accurate description of
2313 what the `cursor' property does.
2314
be1674ab
KR
23152009-11-26 Kevin Ryde <user42@zip.com.au>
2316
2317 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2318 mouse-wheel-down-event, the closest thing to a definition for them.
2319 * os.texi (Startup Summary): vindex inhibit-startup-message and
2320 inhibit-splash-screen.
2321 (Command-Line Arguments): vindex argv.
2322 (Suspending Emacs): vindex suspend-tty-functions and
2323 resume-tty-functions. Don't want to index every hook, but having
2324 the programming ones is helpful.
2325
603f5979
CY
23262009-11-14 Chong Yidong <cyd@stupidchicken.com>
2327
2328 * commands.texi (Motion Events): Fix typo (Bug#4907).
2329
4359a806
CY
23302009-11-08 Chong Yidong <cyd@stupidchicken.com>
2331
2332 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2333 are affected by case-fold-search (Bug#4483).
2334
0f063651
CY
23352009-11-02 Chong Yidong <cyd@stupidchicken.com>
2336
2337 * minibuf.texi (Reading File Names): Note that read-file-name may
2338 use a graphical file dialog.
2339
9bd79893
GM
23402009-10-31 Glenn Morris <rgm@gnu.org>
2341
2342 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2343
ebe479ec
KR
23442009-10-16 Kevin Ryde <user42@zip.com.au>
2345
2346 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2347 in particular so `info-lookup-symbol' can find its docs.
2348
2640fa86
CY
23492009-10-16 Chong Yidong <cyd@stupidchicken.com>
2350
2351 * variables.texi (Constant Variables): Distinguish from defconst
2352 variables.
2353 (Defining Variables): Add cindex.
2354
edd6a733
CY
23552009-10-15 Chong Yidong <cyd@stupidchicken.com>
2356
2357 * os.texi (Time of Day): Clarify that the microsecond part is
2358 ignored (Bug#4637).
2359
5feb0b73
GM
23602009-10-11 Glenn Morris <rgm@gnu.org>
2361
2362 * frames.texi (Size and Position): Clarify what is included in the frame
2363 height. (Bug#4535)
2364
0c5413c8
GM
23652009-10-10 Glenn Morris <rgm@gnu.org>
2366
2367 * windows.texi (Size of Window): The relationship between window and
2368 frame heights is not so simple. (Bug#4535)
2369 Mention window-full-height-p.
2370
7f8b600a
SM
23712009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2372
2373 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2374 used from Lisp.
2375
6185de1c
EZ
23762009-10-07 Eli Zaretskii <eliz@gnu.org>
2377
7f8b600a
SM
2378 * files.texi (Directory Names) <abbreviate-file-name>:
2379 Document that root home directories are not replaced with "~".
6185de1c 2380
9972911f
EZ
23812009-10-06 Eli Zaretskii <eliz@gnu.org>
2382
2383 * text.texi (Special Properties): Document the meaning of the
2384 `cursor' text property whose value is an integer.
2385
2a3f19ef
MA
23862009-10-05 Michael Albinus <michael.albinus@gmx.de>
2387
2388 * files.texi (Magic File Names): Add `copy-directory'.
2389
804543b5
EZ
23902009-10-05 Eli Zaretskii <eliz@gnu.org>
2391
2392 * files.texi (File Attributes): Fix description of file
2393 attributes. (Bug#4638) Update attributes of files.texi example to
2394 be more representative.
2395
461bf92b
MA
23962009-10-05 Michael Albinus <michael.albinus@gmx.de>
2397
2398 * files.texi (Create/Delete Dirs): New command copy-directory.
2399
a86cd395
JB
24002009-10-04 Juanma Barranquero <lekktu@gmail.com>
2401
2402 * anti.texi (Antinews):
2403 * macros.texi (Indenting Macros):
2404 * strings.texi (Creating Strings, Case Conversion):
2405 Remove duplicate words.
2406
d3080264
MA
24072009-10-01 Michael Albinus <michael.albinus@gmx.de>
2408
2409 * files.texi (Create/Delete Dirs): delete-directory has an
2410 optional parameter RECURSIVE.
2411
85d14563
SM
24122009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2413
2414 * buffers.texi (Swapping Text): Minor clarification.
2415
3d9842c6
GM
24162009-10-01 Glenn Morris <rgm@gnu.org>
2417
2418 * functions.texi (Declaring Functions): Mention that we also search for
2419 ".m" files in the src/ directory.
2420
78427304
CY
24212009-09-25 David Engster <deng@randomsample.de>
2422
3d9842c6 2423 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2424
b578c9cc
GM
24252009-09-22 Glenn Morris <rgm@gnu.org>
2426
2427 * internals.texi (Building Emacs): Mention preloaded-file-list.
2428
beee5da7
AM
24292009-09-14 Alan Mackenzie <acm@muc.de>
2430
2431 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2432
5d6ab672
CY
24332009-09-13 Chong Yidong <cyd@stupidchicken.com>
2434
2435 * functions.texi (Anonymous Functions): Rearrange discussion,
2436 giving usage of unquoted lambda forms first. Mention that
2437 `function' and `#'' are no longer required (Bug#4290).
2438
59375eeb
AM
24392009-09-11 Alan Mackenzie <acm@muc.de>
2440
a86cd395 2441 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2442 batch mode.
2443
e7e2f529
GM
24442009-09-01 Glenn Morris <rgm@gnu.org>
2445
2446 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2447
eae47088
GM
24482009-08-26 Ulrich Mueller <ulm@gentoo.org>
2449
2450 * nonascii.texi (Character Codes): Fix typos.
2451
3691a0a6
MA
24522009-08-25 Michael Albinus <michael.albinus@gmx.de>
2453
2454 * processes.texi (Synchronous Processes): New defvar
2455 process-file-side-effects.
2456
664d56b8
GM
24572009-08-25 Glenn Morris <rgm@gnu.org>
2458
2459 * display.texi (Fontsets): Fix typo.
2460
0706c025
GM
2461 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2462
03a74b84
SM
24632009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2464
2465 * processes.texi (Asynchronous Processes): Adjust arglist of
2466 start-process-shell-command and start-file-process-shell-command.
2467
f6de8a37
CY
24682009-08-15 Chong Yidong <cyd@stupidchicken.com>
2469
4b1ed1bb
CY
2470 * advice.texi (Argument Access in Advice): Note that argument
2471 positions are zero-based (Bug#3932).
2472
89a9e058
CY
2473 * commands.texi (Distinguish Interactive): Minor copyedit.
2474
23696fd7
CY
2475 * display.texi (Face Attributes): Add xref to Displaying Faces for
2476 explanation of "underlying face".
2477
f6de8a37
CY
2478 * customize.texi (Common Keywords): Add xref to Loading.
2479
2480 * loading.texi (How Programs Do Loading): Add xref to Lisp
2481 Libraries node in the Emacs manual.
2482
417f77e6
CY
24832009-08-13 Chong Yidong <cyd@stupidchicken.com>
2484
2485 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2486
0999039c
CY
24872009-07-18 Chong Yidong <cyd@stupidchicken.com>
2488
2489 * processes.texi (Shell Arguments): Copyedits.
2490
9af167bc
GM
24912009-07-18 Glenn Morris <rgm@gnu.org>
2492
2493 * loading.texi (Repeated Loading): Fix typo.
2494
137987ab
RS
24952009-07-16 Richard Stallman <rms@gnu.org>
2496
2497 * buffers.texi (Swapping Text): Recommend setting
2498 write-region-annotate-functions and buffer-saved-size.
2499
2500 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2501
622fa380
GM
25022009-07-15 Glenn Morris <rgm@gnu.org>
2503
2504 * edebug.texi: Minor re-phrasings throughout.
2505 (Edebug Execution Modes): Sit-for affects continue mode too.
2506 (Jumping): Use `forward-sexp' rather than its keybinding.
2507 (Edebug Misc): Fix Q binding.
2508 (Edebug Eval): Remove cl version.
2509 (Printing in Edebug): Clarify print-length etc.
2510 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2511 (Specification List): Remove edebug-unwrap findex entry.
2512 (Specification Examples): defmacro is actually not the same as defun.
2513 Escape "`" in example.
2514
6bbd4600
CY
25152009-07-15 Chong Yidong <cyd@stupidchicken.com>
2516
2517 * markers.texi (The Mark): Document optional arg to
2518 deactivate-mark.
2519
e538d479
GM
25202009-07-11 Kevin Ryde <user42@zip.com.au>
2521
2522 * hooks.texi (Standard Hooks): Fix cross-references.
2523
4c98b9ed
GM
2524 * loading.texi (Named Features): Refer to eval-after-load.
2525
5300838c
GM
25262009-07-11 Glenn Morris <rgm@gnu.org>
2527
64fbeb16
GM
2528 * Makefile.in (TEXI2PDF): New.
2529 (elisp.pdf): New target.
2530
4c98b9ed
GM
2531 * searching.texi (Regexp Backslash): Fix typo.
2532
2533 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2534
51d9979c
GM
25352009-07-10 Glenn Morris <rgm@gnu.org>
2536
561c0216
GM
2537 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2538
5b594a58
GM
2539 * customize.texi (Customization Types):
2540 * display.texi (Abstract Display):
0cc8c85a 2541 * objects.texi (Character Type, String Type):
5b594a58 2542 Merge in some menu descriptions from elisp.texi.
51d9979c 2543
c3cbbb40
GM
2544 * hash.texi (Hash Tables):
2545 * modes.texi (Multiline Font Lock):
2546 End menu description with period.
fe42c16a 2547
28528402
GM
25482009-07-09 Glenn Morris <rgm@gnu.org>
2549
2550 * back.texi: Don't hard-code texinfo location.
2551
2552 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2553 (tex): Add texinfodir to TEXINPUTS.
2554 (elisp1med-init, elisp2med-init): Use texinfodir.
2555
2556 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2557 (clean): Add two-volume.make intermediate files.
2558
2559 * elisp.texi, vol1.texi, vol2.texi:
2560 Use a DATE variable with the publication date, and update it.
2561 Fix antinews menu description.
2562
2563 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2564 Update the detailed node listing to match elisp.texi.
2565
2566 * README: Update edition to match elisp.texi.
2567
2568 * objects.texi (General Escape Syntax):
2569 * nonascii.texi (Character Sets):
2570 Use consistent case for "Unicode Standard".
2571
2572 * anti.texi (Antinews):
2573 * customize.texi (Variable Definitions):
2574 * functions.texi (Declaring Functions):
2575 * nonascii.texi (Character Properties):
2576 * processes.texi (Serial Ports):
2577 * text.texi (Special Properties):
2578 * tips.texi (Coding Conventions):
2579 Minor rearrangements to improve TeX line-filling.
2580
2581 * commands.texi (Using Interactive): Fix cross-reference.
2582
17db8e10
JD
25832009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2584
2585 * frames.texi (Management Parameters): Mention sticky.
2586
77c7e2e1
AS
25872009-07-01 Andreas Schwab <aschwab@redhat.com>
2588
2589 * help.texi (Help Functions): Fix description of help-buffer and
2590 help-setup-xref to use @defun instead of @deffn.
2591
3f1c6666
JD
25922009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2593
2594 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2595
ca27c21b
CY
25962009-06-24 Chong Yidong <cyd@stupidchicken.com>
2597
2598 * display.texi (Window Systems): Add ns to the list.
2599
70243478
CY
26002009-06-21 Chong Yidong <cyd@stupidchicken.com>
2601
2602 * Branch for 23.1.
2603
df006536
MR
26042009-06-17 Martin Rudalics <rudalics@gmx.at>
2605
2606 * windows.texi (Dedicated Windows): Fix typo.
2607 (Resizing Windows): Replace @defun by @deffn.
2608
d259fc4b
GM
26092009-06-17 Glenn Morris <rgm@gnu.org>
2610
2611 * variables.texi (Directory Local Variables):
2612 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2613
30781db6
KH
26142009-06-09 Kenichi Handa <handa@m17n.org>
2615
2616 * nonascii.texi (Character Sets): State clearly that FROM and TO
2617 are codepoints of CHARSET.
2618
62e8099c
CY
26192009-06-07 Chong Yidong <cyd@stupidchicken.com>
2620
2621 * minibuf.texi (Reading File Names): Fix introductory text.
2622 Suggested by stan@derbycityprints.com.
2623 (High-Level Completion): Fix typo.
2624
ee1b1917
CY
26252009-05-28 Chong Yidong <cyd@stupidchicken.com>
2626
2627 * frames.texi (Text Terminal Colors): Multi-tty is already
2628 implemented, but tty-local colors are not.
2629
5df647e8
CY
26302009-05-27 Chong Yidong <cyd@stupidchicken.com>
2631
2632 * hooks.texi (Standard Hooks): Remove mention of obsolete
2633 redisplay-end-trigger-functions.
2634
2635 * internals.texi (Window Internals): Remove mention of obsolete
2636 redisplay-end-trigger-functions.
2637
01f17ae2
MR
26382009-05-21 Martin Rudalics <rudalics@gmx.at>
2639
2640 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2641
2642 * backups.texi (Making Backups): backup-directory-alist and
2643 make-backup-file-name-function are options.
2644 (Auto-Saving): auto-save-list-file-prefix is an option.
2645
2646 * buffers.texi (Killing Buffers): buffer-offer-save is an
2647 option.
2648
2649 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2650 option.
2651 (Echo Area Customization): echo-keystrokes is an option.
2652 (Selective Display): selective-display-ellipses is an option.
2653 (Temporary Displays): temp-buffer-show-function is an option.
2654 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2655 are options.
2656 (Font Selection): face-font-family-alternatives,
2657 face-font-selection-order, face-font-registry-alternatives, and
2658 scalable-fonts-allowed are options.
2659 (Fringe Indicators): indicate-buffer-boundaries is an option.
2660 (Fringe Cursors): overflow-newline-into-fringe is an option.
2661 (Scroll Bars): scroll-bar-mode is an option.
2662
2663 * eval.texi (Eval): max-lisp-eval-depth is an option.
2664
2665 * files.texi (Visiting Functions): find-file-hook is an option.
2666 (Directory Names): directory-abbrev-alist is an option.
2667 (Unique File Names): temporary-file-directory and
2668 small-temporary-file-directory are options.
2669
2670 * frames.texi (Initial Parameters): initial-frame-alist,
2671 minibuffer-frame-alist and default-frame-alist are options.
2672 (Cursor Parameters): blink-cursor-alist and
2673 cursor-in-non-selected-windows ar options.
2674 (Window System Selections): selection-coding-system is an
2675 option.
2676 (Display Feature Testing): display-mm-dimensions-alist is an
2677 option.
2678
2679 * help.texi (Help Functions): help-char and help-event-list are
2680 options.
2681
2682 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2683 an option.
2684
2685 * minibuf.texi (Minibuffer History): history-length and
2686 history-delete-duplicates are options.
2687 (High-Level Completion): read-buffer-function and
2688 read-buffer-completion-ignore-case are options.
2689 (Reading File Names): read-file-name-completion-ignore-case is
2690 an option.
2691
2692 * modes.texi (Mode Line Top): mode-line-format is an option.
2693 (Mode Line Variables): mode-line-position and mode-line-modes
2694 are options.
2695
2696 * nonascii.texi (Text Representations):
2697 enable-multibyte-characters is an option.
2698 (Default Coding Systems): auto-coding-regexp-alist,
2699 file-coding-system-alist, auto-coding-alist and
2700 auto-coding-functions are options.
2701 (Specifying Coding Systems): inhibit-eol-conversion is an
2702 option.
2703
2704 * os.texi (Init File): site-run-file is an option.
2705 (System Environment): mail-host-address is an option.
2706 (User Identification): user-mail-address is an option.
2707 (Terminal Output): baud-rate is an option.
2708
2709 * positions.texi (Word Motion): words-include-escapes is an
2710 option.
2711
2712 * searching.texi (Standard Regexps): page-delimiter,
2713 paragraph-separate, paragraph-separate and sentence-end are
2714 options.
2715
2716 * text.texi (Margins): left-margin and fill-nobreak-predicate
2717 are options.
2718
2719 * variables.texi (Local Variables): max-specpdl-size is an
2720 option.
2721
2722 * windows.texi (Choosing Window):
2723 split-window-preferred-function, special-display-function and
2724 display-buffer-function are options.
2725
106e6894
CY
27262009-05-20 Chong Yidong <cyd@stupidchicken.com>
2727
4a83454d
CY
2728 Fix errors spotted by Martin Rudalics.
2729
106e6894
CY
2730 * syntax.texi (Position Parse): Document rationale for ignored
2731 arguments to syntax-ppss-flush-cache.
2732
2733 * processes.texi (Input to Processes): Mark PROCESS arg to
2734 process-running-child-p as optional.
2735 (Network Options): Document NO-ERROR arg to
2736 set-network-process-option.
2737
2738 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2739 command.
2740
2741 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2742 posix-search-backward as commands.
2743
2744 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2745 (Suspending Emacs): Mark suspend-emacs as a command.
2746 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2747 commands.
5dcb4c4e
SM
2748 (Terminal Output): Remove obsolete function baud-rate.
2749 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2750
2751 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2752 terminal-coding-system and set-terminal-coding-system.
2753 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2754 as optional.
2755 (Character Sets): Document RESTRICTION arg of char-charset.
2756 (Character Codes): Mark POS argument to get-byte as optional.
2757
2758 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2759 minibuffer-message.
2760
2761 * files.texi (Create/Delete Dirs): Mark make-directory and
2762 delete-directory as commands.
2763
2764 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2765
2766 * text.texi (Base 64): Mark base64-decode-string and
2767 base64-encode-string as commands.
2768 (Columns): Mark move-to-column as a command.
2769 (Mode-Specific Indent): Document RIGID arg to
2770 indent-for-tab-command.
2771 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2772 Mark indent-code-rigidly as a command.
2773 (Substitution): Mark translate-region as a command.
2774
2775 * frames.texi (Size and Position): Remove obsolete functions
2776 screen-height and screen-width.
2777
04173931
CY
27782009-05-19 Chong Yidong <cyd@stupidchicken.com>
2779
2780 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2781 (Displaying Buffers, Resizing Windows): Correct mistakes;
2782 next-window, previous-window, and pop-to-buffer are not commands,
2783 and fit-window-to-buffer" is a command. (Pointed out by Martin
2784 Rudalics.)
2785
eae7d8f8
RS
27862009-05-17 Richard M Stallman <rms@gnu.org>
2787
2788 * modes.texi (Precalculated Fontification): Clarify text.
2789
b8766179
MR
27902009-05-17 Martin Rudalics <rudalics@gmx.at>
2791
2792 * windows.texi (Selecting Windows): Clarify descriptions of
2793 with-selected-window and get-lru-window.
2794 (Cyclic Window Ordering): Refer to particular frame when talking
2795 about how splitting affects the ordering.
2796 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2797 switch-to-buffer-other-window. Explain how setting of
2798 display-buffer-reuse-frames affects pop-to-buffer.
2799 (Choosing Window): Clarify some details in descriptions of
2800 display-buffer-reuse-frames, pop-up-frames, and
2801 pop-up-frame-function.
2802 (Dedicated Windows): Clarify some details.
2803 (Textual Scrolling): Replace term vscroll by term vertical
2804 scroll position.
2805 (Vertical Scrolling): Fix typo.
2806 (Window Hooks): Relate text on jit-lock-register to window
2807 scrolling and size changes.
2808
734b5e3b
CY
28092009-05-14 Chong Yidong <cyd@stupidchicken.com>
2810
0a65633e
CY
2811 * frames.texi (Initial Parameters): Clarify what the initial
2812 minibuffer frame is.
05be46d7
CY
2813 (Buffer Parameters): Note that the minibuffer parameter can not be
2814 altered.
0a65633e 2815
734b5e3b
CY
2816 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2817 Document display-buffer changes.
2818
925672cd
CY
28192009-05-13 Chong Yidong <cyd@stupidchicken.com>
2820
17ecd7af
CY
2821 * anti.texi (Antinews): Rewrite for Emacs 22.
2822
925672cd
CY
2823 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2824 obarrays are first mentioned. Define "system abbrev" more
2825 prominently, and add it to the index.
2826 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2827 Copyedits.
2828 (Abbrev Expansion): Document abbrev-insert.
2829
80be4dd7
CY
28302009-05-12 Chong Yidong <cyd@stupidchicken.com>
2831
2832 * frames.texi (Font and Color Parameters): Rename from Color
2833 Parameters. Document font-backend parameter.
2834
2835 * vol2.texi (Top): Update node listing.
2836 * vol1.texi (Top): Update node listing.
2837 * elisp.texi (Top): Update node listing.
2838
372a93ac
MR
28392009-05-11 Martin Rudalics <rudalics@gmx.at>
2840
2841 * windows.texi (Choosing Window): Don't explicitly refer to
2842 split-window-sensibly's window argument in descriptions of
2843 split-height-threshold and split-width-threshold.
2844
714c3541
MR
28452009-05-10 Martin Rudalics <rudalics@gmx.at>
2846
2847 * windows.texi (Choosing Window): Fix rewrite of window
2848 splitting section.
2849
0e90e7be
EZ
28502009-05-09 Eli Zaretskii <eliz@gnu.org>
2851
f4e90db0
SM
2852 * nonascii.texi (Default Coding Systems):
2853 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2854 Add indexing.
0e90e7be
EZ
2855 (Lisp and Coding Systems): Add index entries.
2856
d3c0c321
MR
28572009-05-09 Martin Rudalics <rudalics@gmx.at>
2858
2859 * windows.texi (Choosing Window): Describe split-window-sensibly
2860 and rewrite section on window splitting accordingly.
2861 (Textual Scrolling): Replace `...' by @code{...}.
2862
c773345a
CY
28632009-05-04 Chong Yidong <cyd@stupidchicken.com>
2864
ee2d5b5e
CY
2865 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2866 Remove obsoleted pre-abbrev-expand-hook.
2867
2868 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2869 entries.
2870
c773345a
CY
2871 * internals.texi (Object Internals): Don't assume 32-bit machines
2872 are the norm.
2873 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2874 (Window Internals): Synch field names to window.h.
2875 (Process Internals): Synch field names to process.h.
c773345a 2876
dd449674
CY
28772009-04-29 Chong Yidong <cyd@stupidchicken.com>
2878
2879 * variables.texi (File Local Variables): Note that read-circle is
2880 bound to nil when reading file-local variables.
2881
2882 * streams.texi (Input Functions): Document read-circle.
2883 (Output Variables): Add xref to Circular Objects.
2884
4f1e25e2
CY
28852009-04-25 Chong Yidong <cyd@stupidchicken.com>
2886
2887 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2888 Features and Coding System Basics. Node that "p" stands for
2889 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2890 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2891 mouse-appearance-menu.
2892 (Programming Tips): Add xref to Progress.
2893
dca019f8
CY
28942009-04-22 Chong Yidong <cyd@stupidchicken.com>
2895
5dcb4c4e
SM
2896 * os.texi (Command-Line Arguments):
2897 Document command-line-args-left.
dca019f8
CY
2898 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2899 terminal objects for tty arguments.
2900 (Startup Summary): Add xref to Session Management.
2901 (Session Management): Mention emacs-session-restore. Copyedits.
2902
02a89103
CY
29032009-04-20 Chong Yidong <cyd@stupidchicken.com>
2904
2905 * os.texi (Startup Summary): Copyedits. The init file is not
2906 necessarily named .emacs now. Document initial-buffer-choice and
2907 initial-scratch-message. Note where Emacs exits in batch mode.
2908 Document inhibit-splash-screen as an alias.
2909 (Init File): Be neutral about which init file name to use.
2910
29112009-04-16 Chong Yidong <cyd@stupidchicken.com>
2912
2913 * os.texi (System Interface): Fix Texinfo usage.
2914
0c1cfe01
CY
29152009-04-15 Chong Yidong <cyd@stupidchicken.com>
2916
80d7cdca
CY
2917 * searching.texi (Regexp Backslash): Also refer to shy groups as
2918 non-capturing or unnumbered groups.
2919 (Regexp Functions): Add cross-reference to Regexp Backslash.
2920
0c1cfe01
CY
2921 * display.texi (Truncation): Overlays can use line-prefix and
2922 wrap-prefix too.
2923 (Overlay Properties): Document wrap-prefix and line-prefix.
2924 (Face Attributes): Document underline-minimum-offset.
2925 (Face Remapping): Copyedits.
2926 (Low-Level Font): Copyedits.
2927 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2928 (Line Height): Emphasize that line-spacing only takes effect on
2929 graphical terminals.
0c1cfe01 2930
c4adeee0
CY
29312009-04-13 Chong Yidong <cyd@stupidchicken.com>
2932
2933 * display.texi (Refresh Screen): Note that a passage about screen
2934 refreshing is text terminal only.
2935 (Forcing Redisplay): Delete misleading comment---sit-for calls
2936 redisplay, not the other way around.
2937 (Truncation): Note new values of truncate-partial-width-windows.
2938 Copyedits.
2939 (Invisible Text): Document invisible-p.
2940
b20ecfa1
EZ
29412009-04-11 Eli Zaretskii <eliz@gnu.org>
2942
2943 * display.texi (Overlays): Overlays don't scale well. See
2944 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2945
97d8273f
CY
29462009-04-10 Chong Yidong <cyd@stupidchicken.com>
2947
f147ff75
CY
2948 * syntax.texi (Syntax Table Functions): Document cons cell
2949 argument for modify-syntax-entry.
2950 (Categories): Document cons cell argument for
2951 modify-category-entry.
2952
fca4ec76
CY
2953 * searching.texi (String Search): Document word-search-forward-lax
2954 and word-search-backward-lax.
2955 (Searching and Case): Describe isearch behavior more precisely.
2956
9c283d5b
CY
2957 * keymaps.texi (Tool Bar): Mention that some platforms do not
2958 support multi-line toolbars. Suggested by Stephen Eglen.
2959
2960 * frames.texi (Layout Parameters): Mention that Nextstep also
2961 allows only one tool-bar line. Suggested by Stephen Eglen.
2962
97d8273f
CY
2963 * nonascii.texi (Text Representations): Copyedits.
2964 (Coding System Basics): Also mention utf-8-emacs.
2965 (Converting Representations, Selecting a Representation)
2966 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2967 Copyedits.
2968 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2969
2bad3299
CY
29702009-04-09 Chong Yidong <cyd@stupidchicken.com>
2971
2972 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2973 (Filling): Clarify REGION argument of fill-paragraph.
2974 Document fill-forward-paragraph-function.
2bad3299
CY
2975 (Special Properties): Remove "new in Emacs 22" declaration.
2976 (Clickable Text): Merge with Links and Mouse-1 node.
2977
5dcb4c4e
SM
2978 * display.texi (Button Properties, Button Buffer Commands):
2979 Change xref to Clickable Text.
2bad3299
CY
2980
2981 * tips.texi (Key Binding Conventions): Change xref to Clickable
2982 Text.
2983
2984 * elisp.texi (Top): Update node listing.
2985
ea30ce4f
CY
29862009-04-05 Chong Yidong <cyd@stupidchicken.com>
2987
47af2f4b
CY
2988 * markers.texi (The Mark): Copyedits. Improve description of
2989 handle-shift-selection.
2990 (The Region): Move use-region-p here from The Mark.
2991
ea30ce4f
CY
2992 * positions.texi (Screen Lines): Document (cols . lines) argument
2993 for vertical-motion.
2994
2aa8ea6e
CY
29952009-04-04 Chong Yidong <cyd@stupidchicken.com>
2996
3ec61d4e
CY
2997 * frames.texi (Frames): Clean up introduction. Document `ns'
2998 return value for framep.
2999 (Creating Frames): Note how the terminal is chosen.
3000 (Multiple Terminals, Multiple Displays): Merge into a single node.
3001 (Color Parameters): Fix typo.
3002
3003 * variables.texi (Local Variables, Buffer-Local Variables)
3004 (Creating Buffer-Local): Change link to Multiple Terminals.
3005
3006 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
3007
3008 * keymaps.texi (Controlling Active Maps): Change link to Multiple
3009 Terminals.
3010
3011 * commands.texi (Command Loop Info, Keyboard Macros): Change link
3012 to Multiple Terminals.
3013
3014 * elisp.texi (Top): Update node listing.
3015 * vol2.texi (Top): Update node listing.
3016 * vol1.texi (Top): Update node listing.
3017
9257072f
CY
3018 * buffers.texi (Current Buffer): Note that the append-to-buffer
3019 example is no longer in synch with the latest code. Tie the two
3020 examples together.
3021
2aa8ea6e
CY
3022 * files.texi (File Attributes): Move note about MS-DOS from
3023 Changing Files to File Attributes.
3024 (Create/Delete Dirs): Note that mkdir is an alias for this.
3025
22e74b17
CY
30262009-04-01 Markus Triska <triska@gmx.at>
3027
3028 * processes.texi (Filter Functions): Suggest how to handle output
3029 batches.
3030
4bbe48ec
CY
30312009-03-30 Chong Yidong <cyd@stupidchicken.com>
3032
3033 * help.texi (Accessing Documentation): Update example to use
3034 help-setup-xref and with-help-window.
3035 (Help Functions): Remove print-help-return-message, which is
3036 semi-obsolete due to with-help-window. Document help-buffer and
3037 help-setup-xref.
3038
b9723f39
CY
30392009-03-29 Chong Yidong <cyd@stupidchicken.com>
3040
5dcb4c4e
SM
3041 * help.texi (Accessing Documentation, Help Functions):
3042 Remove information about long-obsolete Emacs versions.
9eb52e90 3043
b9723f39
CY
3044 * modes.texi (Mode Line Variables): The default values of the mode
3045 line variables are now more complicated.
3046
b0cc32db
CY
30472009-03-28 Chong Yidong <cyd@stupidchicken.com>
3048
3c25a5a9
CY
3049 * modes.texi (Major Mode Conventions): Note that specialness is
3050 inherited.
31c9eebb
CY
3051 (Derived Modes): Note that define-derive-mode sets the mode-class
3052 property.
3c25a5a9 3053
b0cc32db
CY
3054 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
3055 goto-map. Add search-map to the list.
3056
c5e0006d
EZ
30572009-03-27 Eli Zaretskii <eliz@gnu.org>
3058
1213465a
EZ
3059 * os.texi (System Environment): Update the list of system-type
3060 values.
3061
c5e0006d
EZ
3062 * markers.texi (The Mark) <handle-shift-selection>: Update for
3063 removal of the optional argument DEACTIVATE.
3064
48bab3d6
CY
30652009-03-25 Chong Yidong <cyd@stupidchicken.com>
3066
3067 * commands.texi (Focus Events): Most X window managers don't use
3068 focus-follows-mouse nowadays.
3069
6e4ff1b6
CY
30702009-03-24 Chong Yidong <cyd@stupidchicken.com>
3071
3072 * commands.texi (Defining Commands): Clarify introduction.
3073 (Using Interactive): Not that interactive can be put in a symbol
3074 property.
3075 (Interactive Call): Note that a symbol with a non-nil
3076 interactive-form property satisfies commandp.
3077
11625308
JB
30782009-03-23 Juanma Barranquero <lekktu@gmail.com>
3079
3080 * minibuf.texi (Intro to Minibuffers): Fix typos.
3081
7b34420d
CY
30822009-03-23 Chong Yidong <cyd@stupidchicken.com>
3083
3084 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
3085 about minibuffers in old Emacs versions. Copyedits.
3086 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
3087 (Text from Minibuffer): Simplify introduction.
3088
f9257eed
AM
30892009-03-22 Alan Mackenzie <acm@muc.de>
3090
3091 * commands.texi (Using Interactive): Clarify string argument to
3092 `interactive' - even promptless elements need \n separators.
3093
f639ba70
CY
30942009-03-18 Chong Yidong <cyd@stupidchicken.com>
3095
3096 * minibuf.texi (Completion Styles): New node.
3097
3098 * elisp.texi (Top): Update node listing.
3099
d897e8ee
CY
31002009-03-17 Chong Yidong <cyd@stupidchicken.com>
3101
3102 * minibuf.texi (Basic Completion): Note that
3103 read-file-name-completion-ignore-case and
3104 read-buffer-completion-ignore-case can override
3105 completion-ignore-case.
3106 (Minibuffer Completion): Document completing-read changes.
3107 (Completion Commands): Avoid mentioning partial completion mode.
3108 Document minibuffer-completion-confirm changes, and
3109 minibuffer-confirm-exit-commands.
3110 (High-Level Completion): Document new require-match behavior for
3111 read-buffer. Document read-buffer-completion-ignore-case.
3112 (Reading File Names): Document new require-match behavior for
3113 read-file-name.
3114
b1f23349
CY
31152009-03-14 Chong Yidong <cyd@stupidchicken.com>
3116
3117 * debugging.texi (Error Debugging): Don't mislead the reader into
3118 thinking that debug-on-error enters debugger for C-f at EOB.
3119 (Error Debugging): Setting debug-on-init within the init file
3120 works, and has for some time.
3121
d6eb4e25
KH
31222009-03-13 Kenichi Handa <handa@m17n.org>
3123
3124 * display.texi (Fontsets): Update the description.
3125
1cf53dc5
CY
31262009-03-13 Chong Yidong <cyd@stupidchicken.com>
3127
3128 * advice.texi (Advising Primitives): Link to What Is a Function.
3129
81f919fc
CY
31302009-03-12 Chong Yidong <cyd@stupidchicken.com>
3131
cf4229eb
CY
3132 * compile.texi (Speed of Byte-Code): Update example.
3133 (Disassembly): Update examples.
3134
81f919fc 3135 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
3136
3137 * customize.texi (Common Keywords): It's not necessary to use :tag
3138 to remove hyphens, as custom-unlispify-tag-name does it
3139 automatically.
5dcb4c4e
SM
3140 (Variable Definitions): Link to File Local Variables.
3141 Document customized-value symbol property.
f2bbc08c
CY
3142 (Customization Types): Move menu to end of node.
3143
955964d7
CY
31442009-03-10 Chong Yidong <cyd@stupidchicken.com>
3145
3146 * macros.texi (Compiling Macros): Omit misleading sentence, which
3147 implied that macros can only be used in the same file they are
3148 defined.
3149 (Backquote): Remove obsolete information about Emacs 19.
3150
d25ed7db
GM
31512009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
3152
3153 * display.texi (Display Margins): Fix paren typo.
3154
d55f6ca5
CY
31552009-02-27 Chong Yidong <cyd@stupidchicken.com>
3156
f0e57ed8
CY
3157 * elisp.texi (Top): Update node listing.
3158
3159 * variables.texi (Variables): Clarify introduction.
3160 (Global Variables): Mention that setq is a special form.
3161 (Local Variables): Use active voice.
3162 (Tips for Defining): Mention marking variables as safe.
3163 (Buffer-Local Variables): Mention terminal-local and frame-local
3164 variables together.
3165 (File Local Variables): Copyedits.
3166 (Frame-Local Variables): Note that they are not really useful.
3167 (Future Local Variables): Node deleted.
3168
d55f6ca5 3169 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 3170 Unicode escape syntax.
d55f6ca5 3171
ca8f09a8
CY
31722009-02-23 Chong Yidong <cyd@stupidchicken.com>
3173
3174 * control.texi (Control Structures): Add cindex entry for "textual
3175 order".
3176
3177 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
3178 instead of "expression" throughout.
3179 (Function Indirection): Copyedits. Use active voice.
3180 (Eval): The default value of max-lisp-eval-depth is now 400.
3181
a20878b6
MB
31822009-02-23 Miles Bader <miles@gnu.org>
3183
3184 * processes.texi (System Processes): Rename `system-process-attributes'
3185 to `process-attributes'.
3186
61f66044
CY
31872009-02-22 Chong Yidong <cyd@stupidchicken.com>
3188
1b80d1f3
CY
3189 * symbols.texi (Property Lists): Emphasize that property lists are
3190 not restricted to symbol cells.
3191 (Other Plists): Copyedit.
3192
61f66044
CY
3193 * sequences.texi (Sequences Arrays Vectors): Make introduction
3194 more concise.
3195 (Arrays): Mention char-tables and bool-vectors too.
3196 (Vectors): Don't repeat information given in Arrays node. Link to
3197 nodes that explain the vector usage examples.
3198 (Char-Tables): Note that char-table elements can have arbitrary
3199 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 3200 Link to Property Lists node.
61f66044 3201
9403944b
CY
32022009-02-22 Chong Yidong <cyd@stupidchicken.com>
3203
3204 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3205 `append'.
4068c7b4 3206 (List Elements): Copyedits.
9403944b
CY
3207
3208 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3209 of `vconcat'.
3210
3211 * strings.texi (Creating Strings): Copyedits. Remove obsolete
3212 Emacs 20 usage of `concat'.
3213 (Case Conversion): Copyedits.
3214
b87a185f
CY
32152009-02-21 Chong Yidong <cyd@stupidchicken.com>
3216
3217 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3218 Minor edits.
3219 (Frame Configuration Type): Emphasize that it is not primitive.
3220 (Font Type): New node.
3221 (Type Predicates): Add fontp; type-of now recognizes font object
3222 types.
3223
3224 * intro.texi (Version Info): Update version numbers in examples.
3225 (Acknowledgements): List more contributors.
3226
3227 * elisp.texi: Bump version number to 3.0.
3228 (Top): Link to Font Type node.
3229
867d4bb3
JB
32302009-02-20 Juanma Barranquero <lekktu@gmail.com>
3231
3232 * modes.texi (Major Mode Conventions): Remove duplicate words.
3233 (Customizing Keywords): Fix typo.
3234
77730170
EZ
32352009-02-14 Eli Zaretskii <eliz@gnu.org>
3236
3237 * nonascii.texi (User-Chosen Coding Systems): Document that
3238 select-safe-coding-system suggests raw-text if there are raw bytes
3239 in the region.
3240 (Explicit Encoding): Warn not to use `undecided' when encoding.
3241
c8736212
GM
32422009-02-11 Glenn Morris <rgm@gnu.org>
3243
3244 * frames.texi (Visibility of Frames): Mention the effect multiple
3245 workspaces/desktops can have on visibility.
3246
ab992d66
EZ
32472009-02-07 Eli Zaretskii <eliz@gnu.org>
3248
c8736212
GM
3249 * text.texi (Commands for Insertion):
3250 * commands.texi (Event Mod):
3251 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
3252 * nonascii.texi (Translation of Characters):
3253 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
3254 (Explicit Encoding): Document the `charset' text property produced
3255 by decode-coding-region and decode-coding-string.
ab992d66 3256
e651a255
AM
32572009-01-27 Alan Mackenzie <acm@muc.de>
3258
3259 * modes.texi (Search-based Fontification): Correct a typo.
3260
bc5cde4b
JB
32612009-01-25 Juanma Barranquero <lekktu@gmail.com>
3262
3263 * abbrevs.texi (Abbrev Table Properties): Fix typo.
3264 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
3265
3533155b
EZ
32662009-01-24 Eli Zaretskii <eliz@gnu.org>
3267
f721deda
EZ
3268 * display.texi (Window Systems): Document the value of
3269 `initial-window-system' under --daemon.
3270
3533155b
EZ
3271 * os.texi (System Environment): Remove description of the
3272 `environment' function which has been deleted.
3273
f79b43b2
DN
32742009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3275
3276 * frames.texi (Multiple Displays): Remove documentation for
3277 removed function make-frame-on-tty.
3278
e3aa6669
CY
32792009-01-22 Chong Yidong <cyd@stupidchicken.com>
3280
3281 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
3282 write-region-annotate-functions.
3283 Document write-region-post-annotation-function.
e3aa6669 3284
fb13a416
CY
32852009-01-19 Chong Yidong <cyd@stupidchicken.com>
3286
3287 * display.texi (Font Lookup): Document WIDTH argument of
3288 x-list-fonts.
3289
02eccf6b
EZ
32902009-01-17 Eli Zaretskii <eliz@gnu.org>
3291
ead3f58d
EZ
3292 * maps.texi (Standard Keymaps): Rename function-key-map to
3293 local-function-key-map.
3294
3295 * keymaps.texi (Translation Keymaps): Rename function-key-map to
3296 local-function-key-map.
3297
3298 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3299 and `set-keyboard-coding-system' now accept an optional terminal
3300 argument.
3301
3302 * commands.texi (Event Mod): `keyboard-translate-table' is now
3303 terminal-local.
3304 (Function Keys): Rename function-key-map to
3305 local-function-key-map.
3306
df05a163
EZ
3307 * elisp.texi (Top): Make @detailmenu be consistent with changes in
3308 frames.texi.
3309
0ed8034e 3310 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
3311 `delete-terminal-functions', `suspend-tty-functions' and
3312 `resume-tty-functions'.
0ed8034e
EZ
3313
3314 * frames.texi (Frames): Document `frame-terminal' and
3315 `terminal-live-p'.
3316 (Multiple Displays): Document `make-frame-on-tty'.
3317 (Multiple Terminals): Document `terminal-list', `delete-terminal',
3318 `terminal-name', and `get-device-terminal'.
490f1197
EZ
3319 (Terminal Parameters): Document `terminal-parameters',
3320 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
3321
3322 * os.texi (System Environment): Document `environment' and
3323 `initial-environment'.
490f1197
EZ
3324 (Suspending Emacs): Update for multi-tty; document
3325 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 3326
02eccf6b
EZ
3327 * nonascii.texi (Coding System Basics): More accurate description
3328 of `raw-text'.
3329
f19fea97
JB
33302009-01-12 Juanma Barranquero <lekktu@gmail.com>
3331
3332 * display.texi (Low-Level Font): Fix typo.
3333
16fa292f
CY
33342009-01-10 Chong Yidong <cyd@stupidchicken.com>
3335
3336 * elisp.texi (Top): Update node listing.
3337
3338 * display.texi (PostScript Images): Node deleted.
3339
0b4faef3
EZ
33402009-01-10 Eli Zaretskii <eliz@gnu.org>
3341
3355f04d
EZ
3342 * processes.texi (Decoding Output): Document that null bytes force
3343 no-conversion for reading process output.
3344
3345 * files.texi (Reading from Files): Document that null bytes force
3346 no-conversion when visiting files.
3347
11625308 3348 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 3349
5dcb4c4e
SM
3350 * nonascii.texi (Lisp and Coding Systems):
3351 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 3352 (Character Properties): Improve wording.
0b4faef3 3353
ce9cf065
CY
33542009-01-09 Chong Yidong <cyd@stupidchicken.com>
3355
3356 * display.texi (Font Lookup): Remove obsolete function
3357 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3358 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
3359 (Font Selection): Reorder order of variable descriptions.
3360 Minor clarifications.
ce9cf065
CY
3361
3362 * elisp.texi (Top): Update node listing.
3363
ab756fb3
GM
33642009-01-09 Glenn Morris <rgm@gnu.org>
3365
3366 * commands.texi (Command Loop Info): Say that last-command-char and
3367 last-input-char are obsolete aliases.
3368
3369 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3370 last-input-char and last-command-char, since they are just aliases for
3371 last-input-event and last-command-event.
3372
3373 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3374 last-command-char.
3375
6b2b8ab1
CY
33762009-01-08 Chong Yidong <cyd@stupidchicken.com>
3377
3378 * elisp.texi: Update node listing.
3379
3380 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
3381 (Face Attributes): Don't link to Font Lookup.
3382 Document font-family-list.
6b2b8ab1
CY
3383 (Fonts): New node.
3384
3568e767
JR
33852009-01-08 Jason Rumney <jasonr@gnu.org>
3386
3387 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 3388 changing the standard pointer shapes. (Bug#1485)
3568e767 3389
6221c8db
CY
33902009-01-08 Chong Yidong <cyd@stupidchicken.com>
3391
3392 * display.texi (Attribute Functions): Note that a function value
3393 :height is relative, and that compatibility functions work by
3394 calling set-face-attribute.
3395 (Displaying Faces): Reorder list in order of increasing priority.
3396 (Face Remapping): New node. Content moved here from Displaying
3397 Faces.
3398 (Glyphs): Link to Face Functions.
3399
e3d3799a
CY
34002009-01-08 Chong Yidong <cyd@stupidchicken.com>
3401
3402 * display.texi (Faces): Don't discuss face id here. facep does
3403 not return t.
3404 (Defining Faces): Minor clarification.
3405 (Face Attributes): Rearrange items to match docstring of
3406 set-face-attribute. Add :foundry attribute. Document new role of
3407 :font attribute. Texinfo usage fix.
3408 (Attribute Functions): Copyedits.
3409 (Face Functions): Note that face number is seldom used.
3410
638a2457
RS
34112009-01-05 Richard M Stallman <rms@gnu.org>
3412
3413 * strings.texi (Predicates for Strings): Minor clarification.
3414
3415 * functions.texi (Function Safety): Texinfo usage fix.
3416
49ea0074
JB
34172009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3418
3419 * objects.texi (General Escape Syntax): Fix typo.
3420
9f822178
MR
34212009-01-03 Martin Rudalics <rudalics@gmx.at>
3422
3423 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3424 works via the default value of pop-up-frame-function.
3425
af34ad36
EZ
34262009-01-02 Eli Zaretskii <eliz@gnu.org>
3427
3428 * processes.texi (System Processes): Document the `time' and
3429 `ctime' attributes of `system-process-attributes'.
3430
d31f6679
CY
34312009-01-01 Chong Yidong <cyd@stupidchicken.com>
3432
3433 * display.texi (Face Attributes): Clarify :height attribute.
3434
174dc00c
MR
34352008-12-31 Martin Rudalics <rudalics@gmx.at>
3436
3437 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3438 the front of the buffer list. Add entries for `last-buffer' and
3439 `unbury-buffer'.
3440
b8afe7e4
EZ
34412008-12-27 Eli Zaretskii <eliz@gnu.org>
3442
d14030f5
EZ
3443 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3444 and its subsections.
3445
3446 * frames.texi (Multiple Terminals, Low-level Terminal)
3447 (Terminal Parameters, Frames on Other TTY devices): New sections.
3448 (Frames): Add an xref to "Multiple Terminals".
3449
765980a4
EZ
3450 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3451
3452 * objects.texi (Terminal Type): New node.
3453 (Editing Types): Add it to the menu.
3454
47bd5577
EZ
3455 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3456 Variables".
3457
eb22b78c 3458 * variables.texi (Directory Local Variables): New node.
47bd5577 3459 (Variables): Add a menu item for it.
eb22b78c 3460
b8afe7e4
EZ
3461 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3462 `generated-autoload-file'.
3463
77bb0476
EZ
34642008-12-20 Eli Zaretskii <eliz@gnu.org>
3465
028e2c19
EZ
3466 * os.texi (Startup Summary): Add xref to documentation of
3467 `initial-window-system'.
3468
77bb0476
EZ
3469 * display.texi (Window Systems): Document `window-system' the
3470 function. The variable `window-system' is now frame-local.
028e2c19 3471 Document `initial-window-system'.
77bb0476 3472
dda87836
MR
34732008-12-19 Martin Rudalics <rudalics@gmx.at>
3474
3475 * windows.texi (Windows): Rewrite description of
3476 fit-window-to-buffer.
3477
caef3ed2
GM
34782008-12-13 Glenn Morris <rgm@gnu.org>
3479
3480 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3481 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3482
21c58e4d
GM
34832008-12-12 Glenn Morris <rgm@gnu.org>
3484
3485 * debugging.texi (Error Debugging): Refer forwards to
3486 eval-expression-debug-on-error.
3487
af38459f
EZ
34882008-12-05 Eli Zaretskii <eliz@gnu.org>
3489
5dedd9b5
EZ
3490 * strings.texi (String Basics): Only unibyte strings that
3491 represent key sequences hold 8-bit raw bytes.
3492
af38459f
EZ
3493 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3494 paragraph to speak about `undecided'.
3495 (Character Properties): Don't explain the meaning of each
3496 property; instead, identify their Unicode Standard names.
b3f1f4a5 3497 (Character Sets): Document `map-charset-chars'.
af38459f 3498
fa047ae7
GM
34992008-12-02 Glenn Morris <rgm@gnu.org>
3500
3501 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3502 section yet again.
3503
47dbc044
EZ
35042008-11-29 Eli Zaretskii <eliz@gnu.org>
3505
98d05998
EZ
3506 * nonascii.texi (Character Properties): New Section.
3507 (Specifying Coding Systems): Document
3508 `coding-system-priority-list', `set-coding-system-priority', and
3509 `with-coding-priority'.
3510 (Lisp and Coding Systems): Document `check-coding-systems-region'
3511 and `coding-system-charset-list'.
3512 (Coding System Basics): Document `coding-system-aliases'.
3513
3514 * elisp.texi (Top): Add a @detailmenu entry for "Character
3515 Properties".
3516
47dbc044
EZ
3517 * objects.texi (Character Type): Correct the range of Emacs
3518 characters. Add an @xref to "Character Codes".
3519
3520 * strings.texi (String Basics): Add an @xref to "Character Codes".
3521
3522 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3523
3524 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3525 (Character Codes): Document `max-char'.
3526
8b80cdf5
EZ
35272008-11-28 Eli Zaretskii <eliz@gnu.org>
3528
3529 * nonascii.texi (Text Representations, Converting Representations)
3530 (Character Sets, Scanning Charsets, Translation of Characters):
3531 Make text more accurate.
3532
a99dceba
GM
35332008-11-28 Glenn Morris <rgm@gnu.org>
3534
3535 * files.texi (Format Conversion Round-Trip): Improve previous change.
3536
f6dc3bed
CY
35372008-11-26 Chong Yidong <cyd@stupidchicken.com>
3538
3539 * modes.texi (Auto Major Mode): Fix example.
3540
5da9413d
GM
35412008-11-25 Glenn Morris <rgm@gnu.org>
3542
3543 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3544
3545 * files.texi (Format Conversion Round-Trip):
3546 Use active voice for previous change.
3547
fcca848c
CY
35482008-11-25 Chong Yidong <cyd@stupidchicken.com>
3549
3550 * os.texi (Processor Run Time):
3551 * processes.texi (Transaction Queues):
3552 * markers.texi (The Mark):
3553 * windows.texi (Choosing Window, Selecting Windows):
3554 * files.texi (Changing Files, Magic File Names):
3555 * commands.texi (Key Sequence Input):
3556 * functions.texi (Declaring Functions):
3557 * strings.texi (Predicates for Strings):
3558 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3559
36c8dc54
CY
35602008-11-24 Chong Yidong <cyd@stupidchicken.com>
3561
3562 * help.texi (Accessing Documentation): Update example.
3563
3564 * variables.texi (Defining Variables): Note that `*' is not
3565 necessary if defcustom is used.
3566
2a79b242
EZ
35672008-11-22 Eli Zaretskii <eliz@gnu.org>
3568
3569 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3570 Characters" from @detailmenu.
3571
3572 * nonascii.texi (Character Codes, Character Sets)
3573 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3574 (Chars and Bytes, Splitting Characters): Sections removed.
3575
392f0d26
LK
35762008-11-22 Lute Kamstra <lute@gnu.org>
3577
3578 * positions.texi (Text Lines): Update goto-line documentation.
3579
af1a5cd5
MR
35802008-11-21 Martin Rudalics <rudalics@gmx.at>
3581
6a4cfb0c
MR
3582 * frames.texi (Frames): Fix typo, add cross references, reword.
3583 (Initial Parameters): Reword special-display-frame-alist text.
3584 (Frames and Windows): Reword. Describe argument norecord for
3585 set-frame-selected-window.
3586 (Input Focus): Describe argument norecord for select-frame.
3587 Remove comment on MS-Windows behavior for focus-follows-mouse.
3588 (Raising and Lowering): Mention windows-frames dichotomy in
3589 metaphor.
3590
af1a5cd5
MR
3591 * windows.texi (Displaying Buffers, Vertical Scrolling)
3592 (Horizontal Scrolling): Fix indenting and rewording issues
3593 introduced with 2008-11-07 change.
3594
c249fa9c
GM
35952008-11-20 Glenn Morris <rgm@gnu.org>
3596
3597 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3598 element of `format-alist'.
3599
204d4665
GM
36002008-11-19 Glenn Morris <rgm@gnu.org>
3601
3602 * doclicense.texi: Update to FDL 1.3.
3603 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3604
cc0910af
CY
36052008-11-18 Chong Yidong <cyd@stupidchicken.com>
3606
efe6e7c4
CY
3607 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3608 vars, which are obsolete. Mention jit-lock-register.
3609
5dcb4c4e
SM
3610 * modes.texi (Other Font Lock Variables):
3611 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3612
cc0910af
CY
3613 * frames.texi (Color Parameters): Document alpha parameter.
3614
aeeedf76
MR
36152008-11-16 Martin Rudalics <rudalics@gmx.at>
3616
3617 * windows.texi (Splitting Windows, Deleting Windows)
3618 (Selecting Windows, Cyclic Window Ordering)
3619 (Buffers and Windows, Displaying Buffers, Choosing Window)
3620 (Dedicated Windows, Window Point, Window Start and End)
3621 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3622 (Size of Window, Resizing Windows, Window Configurations)
3623 (Window Parameters): Avoid @var at beginning of sentences and
3624 reword accordingly.
3625
4c565c5c
LK
36262008-11-11 Lute Kamstra <lute@gnu.org>
3627
3628 * files.texi (File Name Components): Fix file-name-extension
3629 documentation.
3630
25f494c9
JB
36312008-11-11 Juanma Barranquero <lekktu@gmail.com>
3632
3633 * frames.texi (Basic Parameters): Remove display-environment-variable
3634 and term-environment-variable.
3635
a1401ab1
EZ
36362008-11-08 Eli Zaretskii <eliz@gnu.org>
3637
3638 * windows.texi (Basic Windows, Splitting Windows)
3639 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3640 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3641 (Resizing Windows, Window Configurations, Window Parameters):
3642 Fix wording and markup.
a1401ab1 3643
efafc282
MR
36442008-11-07 Martin Rudalics <rudalics@gmx.at>
3645
3646 * windows.texi (Windows): Update entries.
3647 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3648 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3649 (Selecting Windows, Cyclic Window Ordering): Reword with special
3650 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3651 (Buffers and Windows, Choosing Window): Reword with special
3652 emphasis on dedicated windows.
3653 (Displaying Buffers): Reword. For switch-to-buffer mention that
3654 it may fall back on pop-to-buffer. For other-window try to
3655 explain how it treats the cyclic ordering of windows.
efafc282
MR
3656 (Dedicated Windows): New node and section discussing dedicated
3657 windows and associated functions.
86ab855a 3658 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3659 (Window Start and End): Rename node and section title. Reword.
3660 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3661 Minor rewording.
3662 (Size of Window): Reword, in particular text on window-width.
3663 (Resizing Windows): Reword. Add text on balancing windows.
3664 (Window Configurations): Reword. Mention window parameters.
3665 (Window Parameters): New node and section on window parameters.
3666 (Window Hooks): Reword. Mention that
3667 window-configuration-change-hook is run "buffer-locally".
3668 * elisp.texi (Top): Update Windows entries in @detailmenu
3669 section.
3670
d60a8ab2
JB
36712008-11-04 Juanma Barranquero <lekktu@gmail.com>
3672
3673 * searching.texi (Regexp Search): Fix typo.
3674
01777627
CY
36752008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3676
3677 * searching.texi (Regexp Search): Document GREEDY arg.
3678 (Simple Match Data): Fix return value.
3679
c4526e93
EZ
36802008-11-01 Eli Zaretskii <eliz@gnu.org>
3681
3682 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3683 with Emacs 23 internal representation of characters.
3684 Document `unibyte-string'.
c4526e93 3685
fe2ae8b5
CY
36862008-10-28 Chong Yidong <cyd@stupidchicken.com>
3687
3688 * processes.texi (Process Information): Note that process-status
3689 does not accept buffer names.
3690
cc5a21e3
CY
36912008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3692
3693 * positions.texi (Skipping Characters): Correct return value of
3694 skip-chars-forward.
3695
09460d9a
MR
36962008-10-25 Martin Rudalics <rudalics@gmx.at>
3697
520b29e7
MR
3698 * windows.texi (Deleting Windows): Update documentation of
3699 delete-windows-on.
3700 (Buffers and Windows): Update documentations of
3701 get-buffer-window and get-buffer-window-list.
3702 (Displaying Buffers): Update documentation of
3703 replace-buffer-in-windows.
3704
09460d9a
MR
3705 * buffers.texi (Current Buffer): Reword set-buffer and
3706 with-current-buffer documentations.
3707 (Creating Buffers): Reword documentation of get-buffer-create.
3708
4d48fcdc
MR
37092008-10-23 Martin Rudalics <rudalics@gmx.at>
3710
3711 * buffers.texi (Current Buffer): Reword documentation of
3712 set-buffer.
3713 (Buffer Names): Reword documentation of buffer-name.
3714 (The Buffer List): For bury-buffer explain what happens with the
3715 buffer's window.
3716 (Creating Buffers): Say that get-buffer-create's arg is called
3717 buffer-or-name.
3718
f0143c43
CY
37192008-10-22 Chong Yidong <cyd@stupidchicken.com>
3720
3e5dbbd3
CY
3721 * advice.texi (Computed Advice): Explain what DEFINITION is.
3722
f0143c43
CY
3723 * nonascii.texi (Character Codes): Remove obsolete function
3724 char-valid-p, and document characterp instead.
3725
52a94b85
MR
37262008-10-22 Martin Rudalics <rudalics@gmx.at>
3727
3728 * windows.texi (Displaying Buffers): Reword documentation of
3729 pop-to-buffer.
3730 (Choosing Window): Rewrite documentation of display-buffer and
3731 its options.
3732
f76f8246
MR
3733 * buffers.texi (Killing Buffers): Update documentation of
3734 kill-buffer.
3735
acc8b598
EZ
37362008-10-21 Eli Zaretskii <eliz@gnu.org>
3737
80e6b6df
EZ
3738 * processes.texi (Serial Ports): Fix wording and improve markup.
3739
3645358a
EZ
3740 * searching.texi (Regexp Search): Document `string-match-p' and
3741 `looking-at-p'.
3742 (POSIX Regexps): Add an xref for "non-greedy".
3743 (Regexp Special): Add @cindex entry for "non-greedy".
3744
b3d50cff 3745 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3746 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3747
73b7530a
EZ
3748 * frames.texi (Color Names): Add an xref to `read-color'.
3749
3750 * minibuf.texi (High-Level Completion): Document `read-color'.
3751
acc8b598
EZ
3752 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3753
3754 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3755
3756 * buffers.texi (Swapping Text): New section, documents
3757 `buffer-swap-text'.
3758
10e187e8
MR
37592008-10-21 Martin Rudalics <rudalics@gmx.at>
3760
3761 * windows.texi (Resizing Windows): Minor wording fix.
3762
fd6f900c
EZ
37632008-10-20 Eli Zaretskii <eliz@gnu.org>
3764
3765 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3766 and `combine-and-quote-strings'.
3767
3768 * strings.texi (Creating Strings): Add xrefs for them.
3769
e4372165
EZ
37702008-10-19 Eli Zaretskii <eliz@gnu.org>
3771
d6328fba
EZ
3772 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3773 match the corresponding menu in minibuf.texi.
3774
e4372165
EZ
3775 * minibuf.texi (Reading File Names): Document `read-shell-command'
3776 and `minibuffer-local-shell-command-map'.
3777
5d8dda33
MR
37782008-10-19 Martin Rudalics <rudalics@gmx.at>
3779
3780 * windows.texi (Resizing Windows): Remove var{} around "window" in
3781 documentation of enlarge-window.
3782 Rewrite documentation of window-min-height and window-min-width.
3783
437706cd
EZ
37842008-10-19 Eli Zaretskii <eliz@gnu.org>
3785
80f85d7c
EZ
3786 * functions.texi (Calling Functions): Document `apply-partially'.
3787
291703b5
EZ
3788 * hooks.texi (Standard Hooks): Mention
3789 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3790
3791 * variables.texi (File Local Variables): Document
3792 `file-local-variables-alist', `before-hack-local-variables-hook'
3793 and `hack-local-variables-hook'.
3794
583d8b3c
EZ
3795 * processes.texi (Synchronous Processes): Document `process-lines'.
3796
5dcb4c4e
SM
3797 * customize.texi (Variable Definitions):
3798 Document `custom-reevaluate-setting'.
437706cd 3799
7e51d89b
MR
38002008-10-18 Martin Rudalics <rudalics@gmx.at>
3801
3802 * windows.texi (Choosing Window, Deleting Windows)
3803 (Displaying Buffers): Expand documentation of dedicated windows.
3804
43c59a3d
EZ
38052008-10-18 Eli Zaretskii <eliz@gnu.org>
3806
018a960d
EZ
3807 * files.texi (Changing Files): Document symbolic input of file
3808 modes to `set-file-modes'. Document `read-file-modes' and
3809 `file-modes-symbolic-to-number'.
3810
2c0b8144
EZ
3811 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3812 and `search-map'.
3813
5dcb4c4e
SM
3814 * searching.texi (Search and Replace):
3815 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3816 Document `multi-query-replace-map'.
80120f13 3817
6d4913f0 3818 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3819 (Completion Commands, Reading File Names):
3820 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3821 `minibuffer-local-filename-must-match-map'.
3822 (Minibuffer Completion): The `require-match' argument to
3823 `completing-read' can now have the value `confirm-only'.
3824
43c59a3d
EZ
3825 * windows.texi (Displaying Buffers): Minor wording fix.
3826 (Choosing Window): `split-height-threshold' can now be nil.
3827 Document `split-width-threshold'. `pop-up-frames' can have the
3828 value `graphic-only'.
3829
f36acfd9
EZ
38302008-10-17 Eli Zaretskii <eliz@gnu.org>
3831
3832 * os.texi (Startup Summary): Document `before-init-time' and
3833 `after-init-time'. Document `initial-window-system' and
3834 `window-system-initialization-alist'. Document reading the
3835 abbrevs file. Document the call to `server-start' under --daemon.
3836 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3837 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3838 (Time Parsing): Document `format-seconds'.
f36acfd9 3839
96995b89
MR
38402008-10-17 Martin Rudalics <rudalics@gmx.at>
3841
3842 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3843 and reword.
3844
2de17c73
EZ
38452008-10-16 Eli Zaretskii <eliz@gnu.org>
3846
3847 * markers.texi (The Mark): Document use-region-p.
3848
9cf52b11
EZ
38492008-10-15 Eli Zaretskii <eliz@gnu.org>
3850
c3aaf1d7
EZ
3851 * internals.texi (Writing Emacs Primitives): The interactive spec
3852 of a primitive can be a Lisp form.
3853
841a1743
EZ
3854 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3855 values of transient-mark-mode. Document handle-shift-selection.
3856
3857 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3858 (Interactive Examples): Show an example of `^'.
3859 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3860 (Defining Commands, Using Interactive): The interactive-form of a
3861 function can be added via its symbol's property.
841a1743 3862
52441368
EZ
3863 * positions.texi (List Motion): beginning-of-defun-function can
3864 now accept an argument.
3865
8e8c1a72
EZ
3866 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3867 now return a list of strings.
3868
a33a1f2a
EZ
3869 * control.texi (Handling Errors): Document ignore-errors.
3870
4fb04348
EZ
3871 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3872 (Parameter Access): Document set-frame-parameter.
3873
ee666f84
EZ
3874 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3875 Hooks" for the effect of kill-all-local-variables on local hook
3876 functions.
3877
9cf52b11
EZ
3878 * modes.texi (Major Mode Conventions, Mode Line Variables):
3879 `mode-name' need not be a string. xref to "Mode Line Data" for
3880 details, and to "Emulating Mode Line" for computing a string
3881 value.
3882
22526bc4
EZ
38832008-10-14 Eli Zaretskii <eliz@gnu.org>
3884
a65f6a85
EZ
3885 * processes.texi (System Processes): New section.
3886 (Processes, Signals to Processes): Add xrefs to it.
3887
3888 * objects.texi (Editing Types): A `process' is a subprocess of
3889 Emacs, not just any process running on the OS.
3890
3891 * elisp.texi (Top): Adjust the @detailmenu for the above two
3892 changes.
3893
2724b26a
EZ
3894 * sequences.texi (Char-Tables): Remove documentation of
3895 set-char-table-default, which has no effect since Emacs 23.
3896 <char-table-range, set-char-table-range>: Don't mention generic
3897 characters and charsets. Add a cons cell as a possible argument.
3898
3899 * nonascii.texi (Splitting Characters)
3900 (Translation of Characters): Don't mention generic characters.
3901
3902 * display.texi (Fontsets): Don't mention generic characters.
3903
22526bc4 3904 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3905 argument FUNCTION with a cons cell as KEY.
22526bc4 3906
eaf4b689
EZ
39072008-10-13 Eli Zaretskii <eliz@gnu.org>
3908
45e46036
EZ
3909 * objects.texi (Primitive Function Type): Move "@cindex special
3910 forms" from here...
3911
3912 * eval.texi (Special Forms): ...to here.
3913
3914 * functions.texi (What Is a Function): `functionp' returns nil for
3915 special forms. Add an xref.
3916
eaf4b689
EZ
3917 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3918 Variables".
3919
3920 * variables.texi (Frame-Local Variables): New section.
3921 (Buffer-Local Variables): Add an xref to it.
3922 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3923 have both frame-local and buffer-local binding.
3924
3925 * frames.texi (Frames): Mention multiple tty frames.
3926 (Frame Parameters, Parameter Access): Mention frame-local variable
3927 bindings.
3928
15688fce
GM
39292008-09-20 Glenn Morris <rgm@gnu.org>
3930
3931 * display.texi (Defining Faces): Recommend against face variables.
3932
35539065
JB
39332008-09-16 Juanma Barranquero <lekktu@gmail.com>
3934
3935 * display.texi (Echo Area Customization): Fix typo.
3936
6a57054b
JB
39372008-09-09 Juanma Barranquero <lekktu@gmail.com>
3938
3939 * loading.texi (Where Defined): Add `defface' item.
3940
d632fb82
MR
39412008-09-06 Martin Rudalics <rudalics@gmx.at>
3942
3943 * loading.texi (Where Defined): Fix description of symbol-file.
3944
905a9adb
JR
39452008-08-26 Jason Rumney <jasonr@gnu.org>
3946
3947 * display.texi (TIFF Images): New section describing :index property.
3948
852e91b7
CY
39492008-08-23 Chong Yidong <cyd@stupidchicken.com>
3950
3951 * display.texi (Temporary Displays): Remove unnecessary comment
3952 about usage of temp-buffer-show-hook.
3953
6be001ee
CY
39542008-08-05 Chong Yidong <cyd@stupidchicken.com>
3955
3956 * symbols.texi (Other Plists): Fix incorrect example.
3957 Suggested by Florian Beck.
3958
58e3d8e8
JB
39592008-07-31 Juanma Barranquero <lekktu@gmail.com>
3960
3961 * os.texi: Fix previous change.
3962
7c2fb837
DN
39632008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3964
3965 * os.texi:
3966 * intro.texi:
3967 * files.texi: Remove VMS support.
3968
9e2a2647
DN
39692008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3970
3971 * os.texi:
3972 * frames.texi:
3973 * display.texi: Remove mentions of Mac Carbon.
3974
c4f4682b
MB
39752008-07-01 Miles Bader <miles@gnu.org>
3976
3977 * text.texi (Special Properties):
3978 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3979
3696411e
JB
39802008-06-28 Johan Bockgård <bojohan@gnu.org>
3981
3982 * display.texi (Other Image Types): Fix copy/paste error; say
3983 "PBM", not "XBM".
3984
f2a77c3a
DN
39852008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3986
3987 * os.texi: Remove references to obsolete systems.
3988
6d52677d
EZ
39892008-06-20 Eli Zaretskii <eliz@gnu.org>
3990
3991 * makefile.w32-in (distclean): Remove makefile.
3992
1a87da4c
GM
39932008-06-17 Glenn Morris <rgm@gnu.org>
3994
3995 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3996 (elisp, dist): Remove rules and variables that are obsolete now
3997 the lisp manual is no longer distributed separately.
3998
fdda1c5d
GM
39992008-06-16 Glenn Morris <rgm@gnu.org>
4000
646692e9
GM
4001 * configure, configure.in, mkinstalldirs: Remove unused files.
4002
4003 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 4004 * vol1.texi (EMACSVER):
6a57054b 4005 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
4006
4007 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
4008 as per maintain.info.
4009
611bee81
GM
40102008-06-15 Glenn Morris <rgm@gnu.org>
4011
a7bed3a0
GM
4012 * makefile.w32-in (manual): Use "23" rather than "21".
4013
4014 * Makefile.in (emacsver): New, set by configure.
4015 (manual): Use emacsver.
4016
d794edf2
GM
4017 * intro.texi: Report bugs using M-x report-emacs-bug.
4018
611bee81
GM
4019 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
4020
c73e02fa
GM
40212008-06-13 Daniel Engeler <engeler@gmail.com>
4022
4023 * elisp.texi, internals.texi, processes.texi: Add documentation
4024 about serial port access.
4025
e40a85cd
MB
40262008-06-05 Miles Bader <miles@gnu.org>
4027
4028 * display.texi (Displaying Faces): Update to reflect function
4029 renamings in face-remap.el.
4030
7b753744
JB
40312008-06-05 Juanma Barranquero <lekktu@gmail.com>
4032
4033 * display.texi (Fontsets): Fix typos.
4034
9d3d42fb
MB
40352008-06-03 Miles Bader <miles@gnu.org>
4036
7b753744
JB
4037 * display.texi (Displaying Faces): Add add-relative-face-remapping,
4038 remove-relative-face-remapping, set-base-face-remapping,
4039 and set-default-base-face-remapping.
9d3d42fb 4040
f2cec7a9
MB
40412008-06-01 Miles Bader <miles@gnu.org>
4042
4043 * display.texi (Displaying Faces): Add face-remapping-alist.
4044
8f39c96d
SM
40452008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4046
4047 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
4048 variable names.
4049
1ef5eecc
ER
40502008-05-03 Eric S. Raymond <esr@golux>
4051
352c8b4a 4052 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
4053 (current-global-map) return references, not copies.
4054
63b4387f
JL
40552008-05-02 Juri Linkov <juri@jurta.org>
4056
4057 * minibuf.texi (Text from Minibuffer): Document a list of
4058 default values for `read-from-minibuffer'.
4059
38a8b703
JB
40602008-04-24 Juanma Barranquero <lekktu@gmail.com>
4061
4062 * nonascii.texi (Translation of Characters): Fix previous change.
4063
7c42e639
CY
40642008-04-20 Chong Yidong <cyd@stupidchicken.com>
4065
4066 * display.texi (Overlay Properties): Clarify role of underlying
4067 textprop and overlay keymaps for display strings.
4068
4069 * keymaps.texi (Active Keymaps): Ditto.
4070
25c0d999
SM
40712008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4072
4073 * minibuf.texi (Programmed Completion):
4074 Replace dynamic-completion-table with the new completion-table-dynamic.
4075
e3af5968
CY
40762008-04-07 Chong Yidong <cyd@stupidchicken.com>
4077
4078 * intro.texi (Some Terms): Change "fonts in this manual" index
4079 entry to "typographic conventions".
4080
6bfc8698
EZ
40812008-04-05 Eli Zaretskii <eliz@gnu.org>
4082
4083 * objects.texi (Text Props and Strings): Add indexing for read
4084 syntax of text properties.
4085
4972c361
SM
40862008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4087
4088 * processes.texi (Decoding Output): Remove process-filter-multibyte
4089 functions.
4090
c70a68db
MR
40912008-03-15 Martin Rudalics <rudalics@gmx.at>
4092
4093 * display.texi (Finding Overlays): Say that empty overlays at
4094 the end of the buffer are reported too.
4095
1291fd36
GM
40962008-03-13 Glenn Morris <rgm@gnu.org>
4097
4098 * elisp.texi (EMACSVER): Set to 23.0.60.
4099
c6b0dfd5
CY
41002008-02-26 Chong Yidong <cyd@stupidchicken.com>
4101
38a8b703 4102 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 4103
875fc30c
GM
41042008-02-22 Glenn Morris <rgm@gnu.org>
4105
4106 * frames.texi (Position Parameters): Clarify the description of
4107 `left' and `top', using information from "Geometry".
4108 (Geometry): Give a pointer to "Position Parameters", rather than
4109 repeating information.
4110
d8c8e45a
GM
41112008-02-11 Glenn Morris <rgm@gnu.org>
4112
4113 * objects.texi (Equality Predicates): No longer talk about "two"
4114 functions.
4115
38a8b703 41162008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
4117
4118 * objects.texi (Equality Predicates): Add defun for
4119 equal-including-properties.
4120
bfffe0b1
GM
41212008-02-10 Glenn Morris <rgm@gnu.org>
4122
4123 * objects.texi (Equality Predicates):
4124 Mention equal-including-properties.
4125
431b78c9
RS
41262008-02-07 Richard Stallman <rms@gnu.org>
4127
4128 * windows.texi (Window Start): Mention the feature of moving
4129 window-start to start of line.
4130
c8763fb6 41312008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
4132
4133 * keymaps.texi (Tool Bar): Document rtl property.
4134
1a256502
TTN
41352008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4136
4137 * display.texi (Button Types):
4138 For define-button-type, clarify type of NAME.
4139
569382c2
MR
41402008-01-19 Martin Rudalics <rudalics@gmx.at>
4141
4142 * buffers.texi (Buffer Modification): Fix typo.
4143
f3041af1
DN
41442008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4145
4146 * os.texi (System Environment): Remove references to OSes that are
4147 not supported anymore.
4148
d35e1cd7
DN
41492008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4150
4151 * os.texi (System Environment): Remove mention for Masscomp.
4152
23af7580
RS
41532008-01-04 Richard Stallman <rms@gnu.org>
4154
4155 * display.texi (Faces): Don't talk about internal face vector as arg
4156 to facep.
4157
4158 * customize.texi (Type Keywords): Fix previous change.
4159
4160 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4161 * elisp.texi (Top): Fix menu for commands.texi change.
4162
ec7d5b1e
RS
41632007-12-30 Richard Stallman <rms@gnu.org>
4164
5dcb4c4e 4165 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
4166 (Accessing Scroll): New node broken out of Accessing Mouse.
4167
101a6cea
RS
41682007-12-28 Richard Stallman <rms@gnu.org>
4169
4170 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 4171 (Basic Parameters): For `title', refer to title bar.
041817a4 4172 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 4173
72b7e664
RS
41742007-12-23 Richard Stallman <rms@gnu.org>
4175
4176 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4177 Improve some of the commented-out keywords' text too.
4178
27a4f445
MR
41792007-12-14 Martin Rudalics <rudalics@gmx.at>
4180
e2e3f1d7
MR
4181 * nonascii.texi (Encoding and I/O): Reword to avoid saying
4182 "visit the current buffer".
4183
27a4f445
MR
4184 * os.texi (System Interface): Fix typo.
4185
a2afc99d
RS
41862007-12-04 Richard Stallman <rms@gnu.org>
4187
4188 * objects.texi (Symbol Type): Fix typo.
4189
b694135c
RS
41902007-12-03 Richard Stallman <rms@gnu.org>
4191
4192 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4193
f99a19da
GM
41942007-12-01 Glenn Morris <rgm@gnu.org>
4195
4196 * functions.texi (Declaring Functions): Improve previous change.
4197
8f4b37d8
GM
41982007-11-30 Glenn Morris <rgm@gnu.org>
4199
4200 * functions.texi (Declaring Functions): Add optional fourth
4201 argument of declare-function, and setting third argument to `t'.
4202
61a2fe01
RS
42032007-11-29 Richard Stallman <rms@gnu.org>
4204
4205 * customize.texi (Composite Types): Document `group' type.
4206
cbfc5193
GM
42072007-11-29 Glenn Morris <rgm@gnu.org>
4208
5dcb4c4e
SM
4209 * functions.texi (Declaring Functions): Add findex.
4210 Mention `external' files.
cbfc5193 4211
8386283a
JB
42122007-11-26 Juanma Barranquero <lekktu@gmail.com>
4213
4214 * functions.texi (Declaring Functions): Fix directive.
4215
a07c9a8b
RS
42162007-11-25 Richard Stallman <rms@gnu.org>
4217
4218 * help.texi (Help Functions): Clean up last change.
4219
4220 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4221
4222 * loading.texi (Named Features): Minor cleanup.
4223
4224 * macros.texi (Eval During Expansion): Minor cleanup.
4225
4226 * variables.texi (Variable Aliases): Minor cleanup.
4227
a0925923
RS
42282007-11-24 Richard Stallman <rms@gnu.org>
4229
4230 * functions.texi (Declaring Functions): Clarify previous change.
4231
4232 * compile.texi (Compiler Errors): Clarify previous change.
4233
20c63e44
RS
42342007-11-24 Richard Stallman <rms@gnu.org>
4235
e5e76c04 4236 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
4237 Clarify the text and move items around.
4238
5bb0cda3
GM
42392007-11-24 Glenn Morris <rgm@gnu.org>
4240
4241 * functions.texi (Declaring Functions): New section.
4242 * compile.texi (Compiler Errors): Mention declaring functions,
4243 defvar with no initvalue, and byte-compile-warnings.
4244
af13c86a
MR
42452007-11-15 Martin Rudalics <rudalics@gmx.at>
4246
4247 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4248 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4249
a5373305
MR
42502007-11-13 Martin Rudalics <rudalics@gmx.at>
4251
4252 * help.texi (Help Functions): Document new macro `with-help-window'.
4253
fe284805
JL
42542007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4255
4256 * searching.texi (Replacing Match): Describe new
4257 `match-substitute-replacement'.
4258
2c3a09b1
RS
42592007-10-31 Richard Stallman <rms@gnu.org>
4260
4261 * strings.texi (Creating Strings): Null strings from concat not unique.
4262
f2b480f4
RS
42632007-10-26 Richard Stallman <rms@gnu.org>
4264
4265 * objects.texi (Equality Predicates): Null strings are uniquified.
4266
4267 * minibuf.texi: Minor clarifications in previous change.
4268
db21122c
GM
42692007-10-25 Glenn Morris <rgm@gnu.org>
4270
4271 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4272
2328cbb3
RS
42732007-10-24 Richard Stallman <rms@gnu.org>
4274
4275 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4276
4277 * variables.texi (Frame-Local Variables): Node deleted.
4278 (Variables): Delete Frame-Local Variables from menu.
4279 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4280 (Default Value): Don't mention frame-local vars.
4281
4282 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4283
4284 * loading.texi (Unloading): Document FEATURE-unload-function
4285 instead of FEATURE-unload-hook.
4286
2328cbb3
RS
4287 * frames.texi (Multiple Displays): Don't mention frame-local vars.
4288
c066bafa
JL
42892007-10-22 Juri Linkov <juri@jurta.org>
4290
4291 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4292 (High-Level Completion): Document a list of default value strings
4293 in the DEFAULT argument, for which minibuffer functions return the
4294 first element.
4295
65ced25f
JL
42962007-10-17 Juri Linkov <juri@jurta.org>
4297
4298 * text.texi (Filling): Update arguments of fill-paragraph.
4299 fill-paragraph operates on the active region in Transient Mark mode.
4300 Remove fill-paragraph-or-region.
4301
ee46ec8e
KB
43022007-10-13 Karl Berry <karl@gnu.org>
4303
4304 * elisp.texi (@dircategory): Move to after @copying,
4305 since we want @copying as close as possible to the beginning of
4306 the output.
4307
61bbdbc6
RS
43082007-10-12 Richard Stallman <rms@gnu.org>
4309
4310 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4311
4312 * commands.texi (Distinguish Interactive): New node,
4313 broken out from Interactive Call and rewritten.
4314 (Command Loop): Put Distinguish Interactive in menu.
4315
af23e1e8
RS
43162007-10-09 Richard Stallman <rms@gnu.org>
4317
4318 * text.texi (Examining Properties): Mention overlay priority.
4319
4320 * display.texi (Display Margins): Correct the description
4321 of margin display specifications.
4322 (Replacing Specs): New subnode broken out of Display Property.
4323
e1965a69
JL
43242007-10-06 Juri Linkov <juri@jurta.org>
4325
4326 * text.texi (Filling): Document fill-paragraph-or-region.
4327
4638454b
JB
43282007-10-05 Juanma Barranquero <lekktu@gmail.com>
4329
4330 * display.texi (Auto Faces): Fix typo.
4331
7ed54cc5
RS
43322007-10-02 Richard Stallman <rms@gnu.org>
4333
4334 * display.texi (Display Property): Explain some display specs
4335 don't let you move point in.
4336
5dcb4c4e
SM
4337 * frames.texi (Cursor Parameters):
4338 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
4339
4340 * windows.texi (Basic Windows): Don't describe
4341 cursor-in-non-selected-windows here.
4342
305a7ef2
EZ
43432007-10-01 Eli Zaretskii <eliz@gnu.org>
4344
4345 * processes.texi (Misc Network): Note that these functions are
4346 supported only on some systems.
4347
f7a7f4eb
RS
43482007-10-01 Richard Stallman <rms@gnu.org>
4349
4350 * display.texi (Overlay Properties): Explain nil as priority.
4351 Explain that conflicts are unpredictable if not resolved by
4352 priorities.
4353
780d7bb9
RS
43542007-09-23 Richard Stallman <rms@gnu.org>
4355
4356 * macros.texi (Backquote): Minor clarification.
4357
14b4fdfb
RS
43582007-09-19 Richard Stallman <rms@gnu.org>
4359
4360 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
4361 Clarify when they work in parallel and when one overrides.
4362 Fix error in example.
14b4fdfb 4363
b8d4c8d0
GM
43642007-09-06 Glenn Morris <rgm@gnu.org>
4365
b3e755a9 4366 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
4367 commands to use ../../info.
4368 * Makefile.in (infodir): Go up one more level.
4638454b 4369 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
4370 (miscmanualdir): New.
4371 (dist): Use new variable miscmanualdir.
4372 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4373 (usermanualdir): Change from ../man to ../emacs.
4374
1bb1f7d3
MR
43752007-08-30 Martin Rudalics <rudalics@gmx.at>
4376
4377 * commands.texi (Command Loop Info): Advise against changing
4378 most variables described here. Explain new variable
4379 last-repeatable-command.
4380
b8d4c8d0
GM
43812007-08-29 Glenn Morris <rgm@gnu.org>
4382
4383 * elisp.texi (EMACSVER): Increase to 23.0.50.
4384
43852007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4386
4387 * frames.texi (Basic Parameters): Add display-environment-variable
4388 and term-environment-variable.
4389
43902007-08-28 Juri Linkov <juri@jurta.org>
4391
4392 * display.texi (Image Formats, Other Image Types): Add SVG.
4393
43942007-08-28 Juri Linkov <juri@jurta.org>
4395
4396 * display.texi (Images): Move formats-related text to new node
4397 "Image Formats".
4398 (Image Formats): New node.
4399
619fb9ee
RS
44002007-08-27 Richard Stallman <rms@gnu.org>
4401
4402 * windows.texi (Window Configurations): Clarify what
4403 a window configuration saves.
4404
b8d4c8d0
GM
44052007-08-25 Richard Stallman <rms@gnu.org>
4406
4407 * display.texi (Images): Delete redundant @findex.
4408
39f9da30
GM
44092007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4410
4411 * text.texi (Change Hooks): (after|before)-change-functions are no
4412 longer bound to nil while running; rather inhibit-modification-hooks
4413 is t.
4414
b8d4c8d0
GM
44152007-08-16 Richard Stallman <rms@gnu.org>
4416
5dcb4c4e
SM
4417 * processes.texi (Asynchronous Processes):
4418 Clarify doc of start-file-process.
b8d4c8d0
GM
4419
44202007-08-08 Martin Rudalics <rudalics@gmx.at>
4421
4422 * modes.texi (Example Major Modes): Fix typo.
4423
44242007-08-08 Glenn Morris <rgm@gnu.org>
4425
4426 * intro.texi (nil and t): Do not use `iff' in documentation.
4427
4428 * tips.texi (Documentation Tips): Recommend against `iff'.
4429
44302007-08-07 Chong Yidong <cyd@stupidchicken.com>
4431
4432 * display.texi (Image Cache): Document image-refresh.
4433
44342007-08-06 Martin Rudalics <rudalics@gmx.at>
4435
4436 * windows.texi (Size of Window): Document window-full-width-p.
4437
44382007-07-25 Glenn Morris <rgm@gnu.org>
4439
4440 * gpl.texi (GPL): Replace license with GPLv3.
4441
4442 * Relicense all FSF files to GPLv3 or later.
4443
44442007-07-24 Michael Albinus <michael.albinus@gmx.de>
4445
4638454b
JB
4446 * processes.texi (Synchronous Processes):
4447 Add `process-file-shell-command'.
b8d4c8d0
GM
4448 (Asynchronous Processes): Mention restricted use of
4449 `process-filter' and `process-sentinel' in
4450 `start-file-process'. Add `start-file-process-shell-command'.
4451
44522007-07-17 Michael Albinus <michael.albinus@gmx.de>
4453
4454 * files.texi (Magic File Names): Introduce optional parameter
4455 IDENTIFICATION for `file-remote-p'.
4456
44572007-07-16 Richard Stallman <rms@gnu.org>
4458
4459 * display.texi (Defining Faces): Fix previous change.
4460
44612007-07-14 Richard Stallman <rms@gnu.org>
4462
4463 * control.texi (Handling Errors): Document `debug' in handler list.
4464
44652007-07-10 Richard Stallman <rms@gnu.org>
4466
4467 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4468
44692007-07-09 Richard Stallman <rms@gnu.org>
4470
4471 * files.texi (Magic File Names): Rewrite previous change.
4472
44732007-07-08 Michael Albinus <michael.albinus@gmx.de>
4474
4475 * files.texi (Magic File Names): Introduce optional parameter
4476 CONNECTED for `file-remote-p'.
4477
44782007-07-07 Michael Albinus <michael.albinus@gmx.de>
4479
4480 * processes.texi (Asynchronous Processes):
4481 * files.texi (Magic File Names): Add `start-file-process'.
4482
44832007-06-27 Richard Stallman <rms@gnu.org>
4484
5dcb4c4e
SM
4485 * files.texi (Format Conversion Piecemeal):
4486 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4487
44882007-06-27 Michael Albinus <michael.albinus@gmx.de>
4489
4638454b
JB
4490 * files.texi (Magic File Names): Remove `dired-call-process'.
4491 Add `process-file'.
b8d4c8d0
GM
4492
44932007-06-27 Kenichi Handa <handa@m17n.org>
4494
4495 * text.texi (Special Properties): Fix description about
4638454b 4496 `composition' property.
b8d4c8d0
GM
4497
44982007-06-26 Kenichi Handa <handa@m17n.org>
4499
4500 * nonascii.texi (Default Coding Systems): Document about the
4501 return value `undecided'.
4502
45032007-06-25 David Kastrup <dak@gnu.org>
4504
4505 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4506 `current-active-maps'.
4507
45082007-06-24 Karl Berry <karl@gnu.org>
4509
4638454b 4510 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4511
45122007-06-15 Juanma Barranquero <lekktu@gmail.com>
4513
4514 * display.texi (Overlay Arrow): Doc fix.
4515
45162007-06-14 Karl Berry <karl@tug.org>
4517
4518 * anti.texi (Antinews): Typo.
4519
45202007-06-14 Chong Yidong <cyd@stupidchicken.com>
4521
4522 * display.texi (Image Cache): Document image-refresh.
4523
45242007-06-12 Karl Berry <karl@gnu.org>
4525
4526 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4527 * two-volume.make: New file.
4528 * .cvsignore: Ignore two-volume files.
4529
45302007-06-12 Tom Tromey <tromey@redhat.com>
4531
4532 * os.texi (Init File): Document user-emacs-directory.
4533
45342007-06-03 Nick Roberts <nickrob@snap.net.nz>
4535
4536 * commands.texi (Click Events): Describe width and height when
4537 object is nil.
4538
45392007-05-30 Nick Roberts <nickrob@snap.net.nz>
4540
5dcb4c4e
SM
4541 * commands.texi (Click Events): Layout more logically.
4542 Describe width and height.
b8d4c8d0
GM
4543 (Drag Events, Motion Events): Update to new format for position.
4544
45452007-06-02 Richard Stallman <rms@gnu.org>
4546
4547 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4548
45492007-06-02 Chong Yidong <cyd@stupidchicken.com>
4550
4551 * Version 22.1 released.
4552
45532007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4554
4555 * text.texi (Special Properties): Correct meaning of fontified face.
4556
45572007-05-30 Richard Stallman <rms@gnu.org>
4558
4559 * text.texi (Special Properties): Add link to Adjusting Point.
4560
45612007-05-12 Richard Stallman <rms@gnu.org>
4562
4563 * text.texi (Margins): indent-to-left-margin is not the default.
4564 (Mode-Specific Indent): For indent-line-function, the default
4565 is indent-relative.
4566
4567 * modes.texi (Example Major Modes): Explain last line of text-mode
4568 is redundant.
4569
45702007-05-10 Richard Stallman <rms@gnu.org>
4571
4572 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4573
4574 * help.texi (Keys in Documentation): Add reference to
4575 Documentation Tips.
4576
4577 * files.texi (Format Conversion): TO-FN gets three arguments.
4578
4579 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4580
45812007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4582
4583 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4584 * files.texi (Format Conversion): Expand intro; add menu.
4585 (Format Conversion Overview, Format Conversion Round-Trip)
4586 (Format Conversion Piecemeal): New nodes/subsections.
4587 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4588 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4589 (Saving Properties): Delete node/subsection.
4590
45912007-05-07 Karl Berry <karl@gnu.org>
4592
4593 * elisp.texi (EMACSVER): Back to 22.
4594
45952007-05-06 Richard Stallman <rms@gnu.org>
4596
4597 * processes.texi (Accepting Output): Revert most of previous change.
4598
45992007-05-05 Richard Stallman <rms@gnu.org>
4600
4601 * processes.texi (Accepting Output): accept-process-output
4602 uses microseconds, not milliseconds. But that arg is obsolete.
4603
46042007-05-04 Karl Berry <karl@tug.org>
4605
4606 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4607
46082007-05-04 Eli Zaretskii <eliz@gnu.org>
4609
4610 * tips.texi (Documentation Tips): Rearrange items to place the
4611 more important ones first. Add an index entry for hyperlinks.
4612
46132007-05-03 Karl Berry <karl@gnu.org>
4614
4615 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4616 (EMACSVER) [smallbook]: 22 for printed version.
4617
4618 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4619 so restore anchor to normal position after defun. Found by Kevin Ryde.
4620
46212007-04-26 Glenn Morris <rgm@gnu.org>
4622
4623 * elisp.texi (EMACSVER): Increase to 22.1.50.
4624
46252007-04-28 Karl Berry <karl@gnu.org>
4626
4627 * elisp.texi: Improve line breaks on copyright page,
4628 similar layout to emacs manual, 8.5x11 by default.
4629
46302007-04-24 Richard Stallman <rms@gnu.org>
4631
4632 * text.texi (Special Properties): Add xref to Overlay Properties.
4633
4634 * display.texi (Overlay Properties): Add xref to Special Properties.
4635
46362007-04-22 Richard Stallman <rms@gnu.org>
4637
4638 * keymaps.texi (Extended Menu Items): Move the info about
4639 format with cached keyboard binding.
4640
46412007-04-21 Richard Stallman <rms@gnu.org>
4642
4643 * text.texi (Special Properties): Clarify previous change.
4644
4645 * files.texi (File Name Expansion): Clarify previous change.
4646
4647 * display.texi (Attribute Functions): Fix example for
4648 face-attribute-relative-p.
4649
46502007-04-19 Kenichi Handa <handa@m17n.org>
4651
4652 * text.texi (Special Properties): Document composition property.
4653
46542007-04-19 Glenn Morris <rgm@gnu.org>
4655
4656 * files.texi (File Name Expansion): Mention "superroot".
4657
46582007-04-15 Chong Yidong <cyd@stupidchicken.com>
4659
4660 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4661 setups.
4662 (Display Feature Testing): Note that display refers to all
4663 physical monitors for multi-monitor setups.
4664
46652007-04-14 Richard Stallman <rms@gnu.org>
4666
4667 * lists.texi (Sets And Lists): Clarify `delete' examples.
4668 Remove spurious xref to same node.
4669 Clarify xref for add-to-list.
4670
46712007-04-12 Nick Roberts <nickrob@snap.net.nz>
4672
4673 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4674 value of lisp-mode-map.
4675
46762007-04-11 Karl Berry <karl@gnu.org>
4677
4678 * anti.texi (Antinews):
4679 * display.texi (Overlay Properties, Defining Images):
4680 * processes.texi (Synchronous Processes, Sentinels):
4681 * syntax.texi (Syntax Table Internals):
4682 * searching.texi (Regexp Special):
4683 * nonascii.texi (Default Coding Systems):
4684 * text.texi (Special Properties):
4685 * minibuf.texi (Basic Completion): Wording to improve breaks in
4686 8.5x11 format.
4687 * elisp.texi (smallbook): New @set to more easily switch between
4688 smallbook and 8.5x11.
4689
46902007-04-11 Richard Stallman <rms@gnu.org>
4691
4692 * text.texi (Lazy Properties): Minor fix.
4693
46942007-04-08 Karl Berry <karl@gnu.org>
4695
4696 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4697 * macros.texi (Backquote): Downcase Backquote in index entries for
4698 consistency.
4699
47002007-04-08 Richard Stallman <rms@gnu.org>
4701
4702 * text.texi (Adaptive Fill): Just describe default,
4703 don't show it (since it contains non-ASCII chars).
4704
47052007-04-07 Karl Berry <karl@gnu.org>
4706
4707 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4708 adaptive-fill-regexp's value, since they are not in the standard
4709 TeX fonts.
4710
47112007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4712
4713 * display.texi (Defining Faces): Fix example.
4714
47152007-04-07 Karl Berry <karl@gnu.org>
4716
4717 * display.texi (Button Buffer Commands): Improve page break.
4718
47192007-04-07 Richard Stallman <rms@gnu.org>
4720
4721 * advice.texi (Activation of Advice): Remove redundant index entry.
4722
4723 * backups.texi: Improve index entries. Remove redundant ones.
4724
4725 * compile.texi (Byte Compilation): Improve index entry.
4726
4727 * hash.texi (Creating Hash): Improve index entry.
4728
4729 * symbols.texi (Definitions): Improve index entry.
4730
4731 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4732
4733 * maps.texi (Standard Keymaps): Remove useless index entry.
4734
4735 * help.texi (Documentation Basics): Remove redundant index entries.
4736
4737 * customize.texi: Improve index entries.
4738 Remove redundant/useless ones.
4739
4740 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4741
4742 * streams.texi (Output Variables): Improve index entry.
4743
4744 * abbrevs.texi (Abbrevs): Remove useless index entry.
4745
4746 * macros.texi (Expansion): Remove useless index entry.
4747
4748 * text.texi: Improve index entries. Remove redundant/useless ones.
4749 (Text Properties, Examining Properties)
4750 (Special Properties): Use "property category" instead of "category"
4751 to refer to the `category' property.
4752
4753 * positions.texi: Improve index entries. Remove useless one.
4754
4755 * lists.texi: Improve index entries. Remove redundant/useless ones.
4756
4757 * os.texi: Improve index entries.
4758 (Timers): Fix previous change.
4759
4760 * buffers.texi: Improve index entries.
4761 (Modification Time): Get rid of term "obsolete buffer".
4762
4763 * debugging.texi: Improve index entries.
4764 (Test Coverage): Add xref to other test coverage ftr.
4765
4766 * eval.texi: Improve index entry. Remove redundant ones.
4767
4768 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4769
4770 * files.texi: Improve index entries. Remove redundant/useless ones.
4771
4772 * objects.texi: Improve index entries.
4773
4774 * processes.texi: Improve index entries.
4775
4776 * modes.texi: Improve index entry. Remove redundant one.
4777
4778 * nonascii.texi: Improve index entries.
4779
4780 * internals.texi: Improve index entries.
4781
4782 * syntax.texi: Improve index entries.
4783
4784 * keymaps.texi (Active Keymaps): Improve index entries.
4785
4786 * commands.texi: Improve index entries. Remove redundant/useless ones.
4787
4788 * frames.texi: Improve index entries. Remove redundant/useless ones.
4789
4790 * markers.texi: Improve index entries. Remove redundant ones.
4791
4792 * tips.texi: Improve index entries.
4793
4794 * loading.texi (Unloading): Improve index entry.
4795
4796 * variables.texi: Improve index entries. Remove redundant one.
4797
4798 * sequences.texi: Improve index entry.
4799
4800 * display.texi: Improve index entries. Remove redundant ones.
4801
4802 * windows.texi: Improve index entries.
4803
4804 * searching.texi: Improve index entries. Remove redundant one.
4805
4806 * strings.texi (Case Tables): Improve last change.
4807
48082007-04-04 Chong Yidong <cyd@stupidchicken.com>
4809
4810 * strings.texi (Case Tables): Document with-case-table and
4811 ascii-case-table.
4812
48132007-04-03 Karl Berry <karl@gnu.org>
4814
4815 * processes.texi (Network): Reword to improve page break.
4816
48172007-04-03 Eli Zaretskii <eliz@gnu.org>
4818
4819 * functions.texi (Inline Functions): Describe more disadvantages
4820 of defsubst, and make advice against it stronger.
4821
48222007-04-02 Karl Berry <karl@gnu.org>
4823
4824 * backups.texi (Backup Names): Avoid widow words.
4825 * modes.texi (Example Major Modes): Align last comment.
4826
48272007-04-01 Chong Yidong <cyd@stupidchicken.com>
4828
4829 * keymaps.texi (Remapping Commands): Document new arg to
4830 command-remapping.
4831
48322007-04-01 Karl Berry <karl@gnu.org>
4833
4834 * processes.texi (Low-Level Network): Typo.
4835 * loading.texi (Hooks for Loading): Avoid double "the".
4836 * keymaps.texi (Key Sequences): No double "and".
4837 (Changing Key Bindings): Shorten to improve line break.
4838
48392007-03-31 Glenn Morris <rgm@gnu.org>
4840
4841 * os.texi (Timers): Fix description of run-at-time TIME formats.
4842
48432007-03-31 Richard Stallman <rms@gnu.org>
4844
4845 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4846 regarding ellipsis.
4847
48482007-03-31 Eli Zaretskii <eliz@gnu.org>
4849
4850 * intro.texi (nil and t):
4851 * symbols.texi (Plists and Alists):
4852 * variables.texi (Variable Aliases, Constant Variables):
4853 * functions.texi (Defining Functions):
4854 * advice.texi (Advising Primitives):
4855 * debugging.texi (Syntax Errors, Compilation Errors):
4856 * minibuf.texi (Minibuffer Windows):
4857 * commands.texi (Adjusting Point):
4858 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4859 (Auto Major Mode, Major Mode Conventions):
4860 * help.texi (Describing Characters):
4861 * files.texi (Create/Delete Dirs, Information about Files)
4862 (File Locks, Writing to Files, Reading from Files)
4863 (Saving Buffers):
4864 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4865 * frames.texi (Finding All Frames):
4866 * positions.texi (Buffer End, Motion):
4867 * markers.texi (The Region):
4868 * text.texi (Deletion, Near Point):
4869 * display.texi (Displaying Messages, Truncation):
4870 * os.texi (Processor Run Time):
4871 * tips.texi (Key Binding Conventions, Programming Tips)
4872 (Warning Tips, Documentation Tips, Comment Tips):
4873 * internals.texi (Memory Usage): Improve indexing.
4874
4875 * variables.texi (Frame-Local Variables):
4876 * functions.texi (Argument List):
4877 * loading.texi (Library Search):
4878 * streams.texi (Output Variables):
4879 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4880 * searching.texi (Replacing Match, Search and Replace):
4881 * processes.texi (Byte Packing, Decoding Output)
4882 (Accepting Output, Network Servers, Shell Arguments):
4883 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4884 * windows.texi (Window Point, Window Start):
4885 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4886 * commands.texi (Reading Input, Keyboard Events):
4887 * minibuf.texi (Reading File Names, Minibuffer Completion)
4888 (Recursive Mini):
4889 * positions.texi (List Motion):
4890 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4891 * numbers.texi (Arithmetic Operations, Math Functions)
4892 (Predicates on Numbers, Comparison of Numbers):
4893 (Numeric Conversions):
4894 * locals.texi (Standard Buffer-Local Variables):
4895 * maps.texi (Standard Keymaps):
4896 * os.texi (User Identification, System Environment, Recording Input)
4897 (X11 Keysyms):
4898 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4899 * backups.texi (Backups and Auto-Saving):
4900 * customize.texi (Customization, Group Definitions)
4901 (Variable Definitions):
4902 * compile.texi (Byte Compilation): Improve index entries.
4903
49042007-03-31 Karl Berry <karl@gnu.org>
4905
4906 * macros.texi (Defining Macros): Avoid widow syllable.
4907
49082007-03-31 Eli Zaretskii <eliz@gnu.org>
4909
4910 * elisp.texi (Top): Postscript -> PostScript.
4911
4912 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4913
49142007-03-31 Markus Triska <markus.triska@gmx.at>
4915
4916 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4917
49182007-03-30 Karl Berry <karl@gnu.org>
4919
4920 * lists.texi (List-related Predicates): Remove spurious @need.
4921 (Setcdr): Use @smallexample to improve page break.
4922 (Association Lists) <assoc>: Reword to improve page break.
4923
4924 * strings.texi (String Conversion): Insert blank line to improve
4925 page break.
4926
4927 * numbers.texi (Random Numbers): Use @minus{}.
4928 (Math Functions): Use @minus{}.
4929
4930 * intro.texi (Acknowledgements): Avoid line breaks before middle
4931 initials.
4932
49332007-03-24 Eli Zaretskii <eliz@gnu.org>
4934
4935 * errors.texi (Standard Errors): Add an index entry.
4936
49372007-03-19 Richard Stallman <rms@gnu.org>
4938
4939 * os.texi (Recording Input): recent-keys now gives 300 keys.
4940
49412007-03-12 Glenn Morris <rgm@gnu.org>
4942
4943 * os.texi: Replace "daylight savings" with "daylight saving"
4944 throughout.
4945
49462007-03-05 Richard Stallman <rms@gnu.org>
4947
5dcb4c4e
SM
4948 * variables.texi (File Local Variables):
4949 Update enable-local-variables values.
b8d4c8d0
GM
4950
49512007-03-04 Richard Stallman <rms@gnu.org>
4952
4953 * syntax.texi (Control Parsing): Minor clarification.
4954
4955 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4956
4957 * sequences.texi (Sequence Functions): Move string-bytes away,
4958 add xref.
4959
4960 * nonascii.texi (Text Representations): Move string-bytes here.
4961
4962 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4963
4964 * minibuf.texi (Basic Completion): Minor clarification.
4965
4966 * markers.texi (The Mark): Clarify existence vs activation of mark.
4967 Other cleanup.
4968
4969 * display.texi (Finding Overlays): Write better example.
4970
4971 * compile.texi (Eval During Compile): Clarify putting macros
4972 in eval-when-compile.
4973
c5602427 49742007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4975
4976 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4977 load-read-function definition doc.
b8d4c8d0
GM
4978
49792007-02-21 Kim F. Storm <storm@cua.dk>
4980
4981 * strings.texi (Text Comparison): Mention that assoc-string
4982 converts symbols to strings before testing.
4983
49842007-02-17 Kim F. Storm <storm@cua.dk>
4985
4986 * processes.texi (Bindat Spec): Vector types can have optional
4987 element type.
4988 (Bindat Examples): Fix example. Add vector with element type.
4989
49902007-02-16 Andreas Schwab <schwab@suse.de>
4991
4992 * strings.texi (Formatting Strings): Document '+' flag.
4993
49942007-02-15 Juanma Barranquero <lekktu@gmail.com>
4995
4996 * strings.texi (Modifying Strings): Clarify that `clear-string'
4997 always converts the string to unibyte.
4998
49992007-02-14 Kim F. Storm <storm@cua.dk>
5000
5001 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
5002 Rewrite glyph code description to refer to these functions.
5003 Remove details of encoding face number and char into integer code.
5004
50052007-02-03 Alan Mackenzie <acm@muc.de>
5006
5007 * loading.texi (Hooks for Loading): Make the description of
5008 `eval-after-load' more detailed, and amend the description of
5009 after-load-alist, in accordance with changes from 2006-05.
5010
50112007-02-03 Chong Yidong <cyd@stupidchicken.com>
5012
5013 * modes.texi (Defining Minor Modes): Document that a :require
5014 keyword or similar may be required to make saved customization
5015 variables work.
5016
50172007-02-03 Eli Zaretskii <eliz@gnu.org>
5018
5019 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
5020 Texinfo guidelines and with what texnfo-upd.el expects.
5021 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
5022 parts needed by `texinfo-multiple-files-update'.
5023
50242007-02-02 Eli Zaretskii <eliz@gnu.org>
5025
5026 * elisp.texi (Top): Update the top-level menus.
5027
5028 * syntax.texi (Categories): Add index entries.
5029
50302007-02-01 Juanma Barranquero <lekktu@gmail.com>
5031
5032 * display.texi (Attribute Functions): Fix name and description of
5033 the UNDERLINE arg of `set-face-underline-p'.
5034
50352007-01-29 Eli Zaretskii <eliz@gnu.org>
5036
5037 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
5038 Variables", and "Standard Keymaps" to the detailed menu.
5039
5040 * variables.texi (Future Local Variables): Add index entry.
5041
50422007-01-28 Richard Stallman <rms@gnu.org>
5043
5044 * tips.texi (Coding Conventions): Clarify the tip about macros
5045 that define a function or a variable.
5046
5047 * files.texi (File Attributes): UID and GID can be floats.
5048 (Magic File Names): Explain why deferring all operations to
5049 the standard handler does not work.
5050
50512007-01-23 Martin Rudalics <rudalics@gmx.at>
5052
5053 * backups.texi (Reverting): Use "buffer" instead of "file"
5054 when talking about major and minor modes.
5055
50562007-01-21 Richard Stallman <rms@gnu.org>
5057
5058 * help.texi (Documentation): Add xref to Documentation Tips.
5059
50602007-01-14 Juanma Barranquero <lekktu@gmail.com>
5061
5062 * tips.texi (Coding Conventions): Fix typos.
5063
50642007-01-05 Richard Stallman <rms@gnu.org>
5065
5066 * modes.texi (Defining Minor Modes): Fix previous change.
5067
50682007-01-03 Richard Stallman <rms@gnu.org>
5069
5070 * customize.texi (Variable Definitions, Customization Types):
5071 Don't use * in doc string for defcustom.
5072
50732007-01-02 Richard Stallman <rms@gnu.org>
5074
5075 * variables.texi (Variable Aliases): Clarify that aliases vars
5076 always have the same value.
5077
5078 * processes.texi (Bindat Spec): Fix Texinfo usage.
5079
5080 * modes.texi (Defining Minor Modes): Explain effect of command
5081 defined with define-global-minor-mode on new buffers.
5082
50832006-12-30 Kim F. Storm <storm@cua.dk>
5084
5085 * keymaps.texi (Tool Bar): Describe `grow-only' value of
5086 `auto-resize-tool-bars'.
5087
50882006-12-30 Richard Stallman <rms@gnu.org>
5089
5090 * keymaps.texi (Active Keymaps): Fix previous change.
5091
50922006-12-30 Nick Roberts <nickrob@snap.net.nz>
5093
5094 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
5095
50962006-12-30 Kim F. Storm <storm@cua.dk>
5097
5098 * processes.texi (Bindat Spec): Clarify using field names in
5099 length specifications.
5100
51012006-12-29 Kim F. Storm <storm@cua.dk>
5102
5103 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
5104 Add count and index variables for eval forms in repeat blocks.
5105
51062006-12-24 Richard Stallman <rms@gnu.org>
5107
5dcb4c4e
SM
5108 * customize.texi (Variable Definitions):
5109 Document new name custom-add-frequent-value.
b8d4c8d0
GM
5110
51112006-12-19 Kim F. Storm <storm@cua.dk>
5112
5113 * commands.texi (Misc Events): User signals now result in sigusr1
5114 and sigusr2 events which are handled through special-event-map.
5115 (Special Events): User signals and drag-n-drop are special.
5116
51172006-12-17 Richard Stallman <rms@gnu.org>
5118
5119 * loading.texi (Named Features): Explain subfeatures better.
5120
5121 * customize.texi: Use "option" only for user options.
5122 For the keyword values inside defcustom etc, say "keywords".
5123 For :options value's elements, say "elements".
5124 :group should not be omitted.
5125
5126 * syntax.texi (Parsing Expressions): Split up node.
5127 (Motion via Parsing, Position Parse, Parser State)
5128 (Low-Level Parsing, Control Parsing): New subnodes.
5129 (Parser State): Document syntax-ppss-toplevel-pos.
5130
5131 * positions.texi (List Motion): Punctuation fix.
5132
5133 * files.texi (File Name Completion): Document PREDICATE arg
5134 to file-name-completion.
5135
51362006-12-16 Eli Zaretskii <eliz@gnu.org>
5137
5138 * internals.texi (Building Emacs, Writing Emacs Primitives):
5139 Add index entries.
5140
51412006-12-11 Richard Stallman <rms@gnu.org>
5142
5143 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5144 affects face menu. Explain how to make it non-nil without enabling
5145 any fontification.
5146
51472006-12-10 Chong Yidong <cyd@stupidchicken.com>
5148
5149 * modes.texi (Font Lock Basics): Document nil value of
5150 font-lock-defaults.
5151
51522006-12-10 Glenn Morris <rgm@gnu.org>
5153
5154 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5155 value for system-flag argument. Abbrev tables may not be empty
5156 when major modes are loaded.
5157
51582006-12-08 Juanma Barranquero <lekktu@gmail.com>
5159
5160 * makefile.w32-in (maintainer-clean): Partially revert last
5161 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5162 to protect elisp-covers.texi.
5163
51642006-12-07 Juanma Barranquero <lekktu@gmail.com>
5165
5166 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5167 Don't remove elisp* info files; they are already deleted by the
5168 `clean' and `distclean' targets, and they are in the $(infodir)
5169 directory, not the current one.
5170
51712006-12-04 Kim F. Storm <storm@cua.dk>
5172
5173 * commands.texi (Misc Events): Update signal events.
5174 (Event Examples): Add signal example.
5175
51762006-11-29 Richard Stallman <rms@gnu.org>
5177
5178 * frames.texi (Visibility of Frames): Explain visible windows
5179 can be covered by others. Add xref for raise-frame.
5180
51812006-11-28 Richard Stallman <rms@gnu.org>
5182
5183 * searching.texi (Regexp Special): Update when ^ is special.
5184
51852006-11-27 Eli Zaretskii <eliz@gnu.org>
5186
5187 * customize.texi (Customization, Common Keywords)
5188 (Group Definitions, Variable Definitions, Composite Types)
5189 (Type Keywords, Customization Types): Add index entries for
5190 various customization keywords.
5191
51922006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5193
5194 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5195
c8763fb6 51962006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5197
5198 * frames.texi (Window System Selections): Remove clipboard from
5199 description of selection-coding-system.
5200
52012006-11-06 Richard Stallman <rms@gnu.org>
5202
5203 * lists.texi (List Variables): Document COMPARE-FN.
5204
5205 * keymaps.texi: Avoid use of "binding" to mean a relation;
5206 use it only to refer to the meaning associated with a key.
5207 (Keymaps): Change menu node description.
5208
5209 * elisp.texi (Top): Change menu node description.
5210
5211 * display.texi (Managing Overlays): Document overlay-recenter.
5212
52132006-10-29 Chong Yidong <cyd@stupidchicken.com>
5214
5215 * Makefile.in: Use relative paths to avoid advertising filesystem
5216 contents during compilation.
5217
52182006-10-23 Kim F. Storm <storm@cua.dk>
5219
5220 * commands.texi (Event Input Misc): Update unread-command-events.
5221
52222006-10-23 Nick Roberts <nickrob@snap.net.nz>
5223
5224 * lists.texi (Sets And Lists): Fix typos.
5225
52262006-10-18 Juanma Barranquero <lekktu@gmail.com>
5227
5228 * control.texi (Processing of Errors): Use @var for an argument,
5229 not @code.
5230
52312006-10-16 Richard Stallman <rms@gnu.org>
5232
5233 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5234
5235 * keymaps.texi (Format of Keymaps): Show all the keymap element
5236 patterns that result from menu items.
5237 (Key Lookup): Minor cleanups.
5238
5239 * modes.texi (Precalculated Fontification): Don't say that
5240 not setting font-lock-defaults avoids loading font-lock.
5241
5242 * help.texi (Documentation): Move xref to Emacs Manual here.
5243 (Documentation Basics): From here.
5244 Also doc emacs-lisp-docstring-fill-column.
5245
5246 * elisp.texi: Update version and ISBN.
5247
5248 * commands.texi (Interactive Call): Clarify KEYS arg to
5249 call-interactively is a vector.
5250 (Command Loop Info): Delete anchor in this-command-keys.
5251 Add anchor in this-command-keys-vector.
5252 (Recursive Editing): Document how recursive-edit
5253 handles the current buffer.
5254
52552006-10-13 Chong Yidong <cyd@stupidchicken.com>
5256
5257 * frames.texi (Frame Titles): %c and %l are ignored in
5258 frame-title-format.
5259
52602006-10-11 Richard Stallman <rms@gnu.org>
5261
5262 * keymaps.texi (Key Sequences): Clarify use of kbd.
5263
52642006-10-10 Kim F. Storm <storm@cua.dk>
5265
5266 * lists.texi (Sets And Lists): Add memql.
5267
52682006-10-03 Richard Stallman <rms@gnu.org>
5269
5270 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5271 Clarify :ascii: and :nonascii:.
5272
52732006-09-29 Juri Linkov <juri@jurta.org>
5274
5275 * modes.texi (%-Constructs): Reorder coding systems in the
5276 documentation of %z to the real order displayed in the modeline.
5277
52782006-09-25 Richard Stallman <rms@gnu.org>
5279
5280 * os.texi (Timers): Describe timer-max-repeats.
5281
52822006-09-25 Chong Yidong <cyd@stupidchicken.com>
5283
5284 * os.texi (Timers): Mention with-local-quit.
5285
52862006-09-24 Richard Stallman <rms@gnu.org>
5287
5288 * searching.texi (Searching and Matching): Mention property search.
5289
5290 * commands.texi (Command Loop Info): Explain how read-event affects
5291 this-command-keys.
5292
52932006-09-20 Richard Stallman <rms@gnu.org>
5294
5295 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5296
5297 * windows.texi (Window Start): Minor cleanups.
5298
52992006-09-20 Kim F. Storm <storm@cua.dk>
5300
5301 * windows.texi (Window Start): pos-visible-in-window-p allows
5302 specifying t for position to mean "end of window".
5303 Add window-line-height.
5304
5305 * anti.texi (Antinews): Mention window-line-height.
5306
53072006-09-19 David Kastrup <dak@gnu.org>
5308
5309 * keymaps.texi (Searching Keymaps): Small clarification.
5310
53112006-09-18 Richard Stallman <rms@gnu.org>
5312
5313 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5314 cause keyboard menus.
5315 (Menu Keymaps): Likewise.
5316 (Defining Menus, Keyboard Menus): Clarify.
5317
5318 * text.texi (Fields): Clarify explanation of constrain-to-field.
5319
53202006-09-16 Eli Zaretskii <eliz@gnu.org>
5321
5322 * variables.texi (Tips for Defining): Fix a typo.
5323
53242006-09-15 Richard Stallman <rms@gnu.org>
5325
5326 * keymaps.texi (Remapping Commands, Searching Keymaps)
5327 (Active Keymaps): Clean up previous change.
5328
53292006-09-15 Jay Belanger <belanger@truman.edu>
5330
5331 * gpl.texi: Replace "Library Public License" by "Lesser Public
5332 License" throughout.
5333
53342006-09-15 David Kastrup <dak@gnu.org>
5335
5336 * keymaps.texi (Active Keymaps): Adapt description to use
5337 `get-char-property' instead `get-text-property'. Explain how
5338 mouse events change this. Explain the new optional argument of
5339 `key-binding' and its mouse-dependent lookup.
5340 (Searching Keymaps): Adapt description similarly.
5341 (Remapping Commands): Explain the new optional argument of
5342 `command-remapping'.
5343
53442006-09-14 Richard Stallman <rms@gnu.org>
5345
5346 * keymaps.texi (Searching Keymaps): Clarification.
5347 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5348
53492006-09-13 Richard Stallman <rms@gnu.org>
5350
5351 * objects.texi (Character Type): Node split.
5352 Add xref to Describing Characters.
5353 (Basic Char Syntax, General Escape Syntax)
5354 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5355
53562006-09-11 Richard Stallman <rms@gnu.org>
5357
5358 * display.texi (Display Table Format): Wording clarification.
5359 (Glyphs): Clarifications.
5360
53612006-09-10 Chong Yidong <cyd@stupidchicken.com>
5362
5363 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5364 local maps.
5365
53662006-09-10 Kim F. Storm <storm@cua.dk>
5367
5368 * display.texi (Forcing Redisplay): Document return value of
5369 function redisplay.
5370
53712006-09-09 Richard Stallman <rms@gnu.org>
5372
5373 * windows.texi (Window Hooks): Explain limits of
5374 window-scroll-functions.
5375
5376 * display.texi (Fringe Indicators): Update for last change in
5377 indicate-buffer-boundaries.
5378
53792006-09-08 Richard Stallman <rms@gnu.org>
5380
5381 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5382
53832006-09-06 Kim F. Storm <storm@cua.dk>
5384
5385 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5386
5387 * windows.texi (Window Start): Update pos-visible-in-window-p.
5388
53892006-09-04 Richard Stallman <rms@gnu.org>
5390
5391 * processes.texi (Accepting Output): Explain SECONDS=0 for
5392 accept-process-output.
5393
5394 * os.texi (Idle Timers): Explain why timer functions should not
5395 loop until (input-pending-p).
5396
53972006-09-02 Eli Zaretskii <eliz@gnu.org>
5398
5399 * makefile.w32-in (usermanualdir): New variable.
5400 (elisp.dvi): Use it.
5401
54022006-09-01 Eli Zaretskii <eliz@gnu.org>
5403
5404 * buffers.texi (Buffer Modification): Fix last change.
5405
54062006-09-01 Chong Yidong <cyd@stupidchicken.com>
5407
5dcb4c4e
SM
5408 * buffers.texi (Buffer Modification):
5409 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5410
54112006-08-31 Richard Stallman <rms@gnu.org>
5412
5413 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5414
54152006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5416
5417 * modes.texi (Syntactic Font Lock):
5418 Mention font-lock-syntactic-face-function
5419 instead of specific faces.
5420
54212006-08-29 Chong Yidong <cyd@stupidchicken.com>
5422
5423 * display.texi (Images): Add xrref to display-images-p.
5424
54252006-08-28 Kenichi Handa <handa@m17n.org>
5426
5427 * nonascii.texi (Lisp and Coding Systems): Fix description of
5428 detect-coding-region.
5429
54302006-08-27 Michael Olson <mwolson@gnu.org>
5431
5432 * processes.texi (Transaction Queues): Remove stray quote
5433 character.
5434
54352006-08-25 Richard Stallman <rms@gnu.org>
5436
5437 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5438 Add xref.
5439
54402006-08-24 Chong Yidong <cyd@stupidchicken.com>
5441
5442 * os.texi (Timers): Avoid waiting inside timers.
5443
54442006-08-21 Lute Kamstra <lute@gnu.org>
5445
5446 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5447
54482006-08-20 Richard Stallman <rms@gnu.org>
5449
5450 * os.texi (Idle Timers): New node, split out from Timers.
5451 Document current-idle-time.
5452 * commands.texi (Reading One Event): Update xref.
5453 * elisp.texi (Top): Update subnode menu.
5454
54552006-08-16 Richard Stallman <rms@gnu.org>
5456
5457 * keymaps.texi (Extended Menu Items): Show format of cached
5458 bindings in extended menu items.
5459
5460 * customize.texi (Variable Definitions): Explain when the
5461 standard value expression is evaluated.
5462
54632006-08-15 Chong Yidong <cyd@stupidchicken.com>
5464
5465 * commands.texi (Reading One Event): Explain idleness in
5466 `read-event'.
5467
54682006-08-12 Chong Yidong <cyd@stupidchicken.com>
5469
5470 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5471 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5472 relevant for Lisp programming.
5473 (Yank Commands): Rewrite introduction.
5474 (Undo): Clarify.
5475 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5476 (Filling): Remove redundant comment. Clarify return value of
5477 current-justification.
5478 (Margins): Minor clarifications.
5479 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5480 (Sorting): Update definition of sort-lines.
5481 (Columns): Clarify behavior of sort-columns.
5482 (Indent Tabs): Link to Tab Stops in Emacs manual.
5483 (Special Properties): Clarify.
5484 (Clickable Text): Mention Buttons package.
5485
54862006-08-12 Kevin Ryde <user42@zip.com.au>
5487
5488 * os.texi (Time Parsing): Add %z to description of
5489 format-time-string, as per docstring. Add cross reference to
5490 glibc manual for strftime.
5491
54922006-08-08 Richard Stallman <rms@gnu.org>
5493
5494 * modes.texi: Clean up wording in previous change.
5495
54962006-08-07 Chong Yidong <cyd@stupidchicken.com>
5497
5498 * modes.texi (Hooks): Clarify.
5499 (Major Mode Basics): Mention define-derived-mode explicitly.
5500 (Major Mode Conventions): Rebinding RET is OK for some modes.
5501 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5502 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5503 (Mode Line Basics): Clarify.
5504 (Mode Line Data): Mention help-echo and local-map in strings.
5505 Explain reason for treatment of non-risky variables.
5506 (Properties in Mode): Clarify.
5507 (Faces for Font Lock): Add font-lock-negation-char-face.
5508
55092006-08-04 Eli Zaretskii <eliz@gnu.org>
5510
5511 * strings.texi (Formatting Strings): Warn against arbitrary
5512 strings as first arg to `format'.
5513
55142006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5515
5516 * text.texi (Clickable Text): Mention `help-echo' text property.
5517 Update intro, examples and associated explanations.
5518
55192006-07-31 Richard Stallman <rms@gnu.org>
5520
5521 * commands.texi: Update xrefs.
5522 (Event Mod): New node, cut out from old Translating Input.
5523
5524 * maps.texi: Update xrefs.
5525
5526 * keymaps.texi (Translation Keymaps): New node.
5527 Update xrefs from Translating Input to Translation Keymaps.
5528
5529 * elisp.texi (Top): Update subnode menu.
5530
5531 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5532
5533 * os.texi (System Interface): Fix menu descriptions of some nodes.
5534 (Translating Input): Node deleted.
5535
55362006-07-31 Nick Roberts <nickrob@snap.net.nz>
5537
5538 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5539
5540 * lists.texi (Sets And Lists): Likewise.
5541
55422006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5543
5544 * text.texi (Fields): Mention POS
5545 requirement when narrowing is in effect.
5546
55472006-07-28 Richard Stallman <rms@gnu.org>
5548
5549 * display.texi (Face Attributes): Simplify wording.
5550 (Attribute Functions): Clarify meaning of new-frame default
5551 attribute settings.
5552
5553 * customize.texi (Common Keywords): Document how to use
5554 :package-version in a package not in Emacs.
5555
55562006-07-28 Kim F. Storm <storm@cua.dk>
5557
5558 * commands.texi (Reading One Event): Fix last change.
5559
55602006-07-26 Chong Yidong <cyd@stupidchicken.com>
5561
5562 * commands.texi (Reading One Event): Document SECONDS argument for
5563 read-event, read-char, and read-char-exclusive.
5564
55652006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5566
5567 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5568 to ensure correct identification.
5569
55702006-07-24 Richard Stallman <rms@gnu.org>
5571
5572 * text.texi (Clickable Text): Clarify.
5573
5574 * sequences.texi (Vector Functions): Delete duplicate xref.
5575
5576 * objects.texi (Function Type): Clarify.
5577
5578 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5579 modes.
5580
5581 * lists.texi (List Variables): New node.
5582 Material moved from other nodes.
5583
5584 * variables.texi (Setting Variables): add-to-list and
5585 add-to-ordered-list moved to List Variables node.
5586
55872006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5588
5589 * text.texi (Links and Mouse-1):
5590 For mouse-on-link-p, expand on arg POS.
5591
55922006-07-21 Kim F. Storm <storm@cua.dk>
5593
5594 * display.texi (Forcing Redisplay): Don't mention systems which
5595 don't support sub-second timers for redisplay-preemption-period.
5596
5597 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5598
55992006-07-21 Eli Zaretskii <eliz@gnu.org>
5600
5601 * frames.texi (Input Focus): Document that focus-follows-mouse has
5602 no effect on MS-Windows.
5603
56042006-07-18 Richard Stallman <rms@gnu.org>
5605
5606 * display.texi (Forcing Redisplay): Cleanups in previous change.
5607
5608 * processes.texi (Low-Level Network): Make menu more convenient.
5609
56102006-07-18 Kim F. Storm <storm@cua.dk>
5611
5612 * display.texi (Forcing Redisplay): redisplay-preemption-period
5613 only used on window systems. Add xref to Terminal Output.
5614
5615 * os.texi (Terminal Output): baud-rate only controls preemption on
5616 non-window systems. Add xref to Forcing Redisplay.
5617
5618 * processes.texi (Low-Level Network): Rename node "Make Network"
5619 to "Network Processes".
5620
56212006-07-18 Karl Berry <karl@gnu.org>
5622
5623 * variables.texi, functions.texi, customize.texi, loading.texi:
5624 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5625
56262006-07-17 Chong Yidong <cyd@stupidchicken.com>
5627
5628 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5629
56302006-07-17 Richard Stallman <rms@gnu.org>
5631
5632 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5633 Put period and comma inside quotes.
5634
5635 * loading.texi, markers.texi: Use real doublequote inside menus.
5636
5637 * windows.texi: Put point and comma inside quotes.
5638 (Textual Scrolling): Use @samp for error message.
5639
5640 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5641 * strings.texi, streams.texi, processes.texi, os.texi:
5642 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5643 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5644 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5645 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5646 Put point and comma inside quotes.
5647
5648 * control.texi (Processing of Errors): Add command-error-function.
5649
5650 * variables.texi (File Local Variables): Clarify that
5651 file local variables make buffer-local bindings.
5652
5653 * modes.texi (Syntactic Font Lock): Give default for
5654 font-lock-syntax-table.
5655
56562006-07-17 Nick Roberts <nickrob@snap.net.nz>
5657
5658 * text.texi (Special Properties): Clean up previous change.
5659
56602006-07-16 Karl Berry <karl@gnu.org>
5661
5662 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5663 * control.texi: Fix bad page breaks through chapter 10 (control).
5664
5665 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5666 underfull hbox.
5667
56682006-07-15 Nick Roberts <nickrob@snap.net.nz>
5669
5670 * text.texi (Special Properties): Describe fontified text property
5671 in relation to a character (not text).
5672
56732006-07-15 Kim F. Storm <storm@cua.dk>
5674
5675 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5676 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5677 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5678
5679 * anti.texi (Antinews): Mention redisplay function.
5680 The kbd macro existed, but was not documented, before 22.x.
5681 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5682
56832006-07-14 Nick Roberts <nickrob@snap.net.nz>
5684
5685 * display.texi (Displaying Messages): Add anchor.
5686
5687 * frames.texi (Dialog Boxes): Use it.
5688
56892006-07-12 Richard Stallman <rms@gnu.org>
5690
5691 * objects.texi (Frame Type): Explain nature of frames better.
5692
5693 * frames.texi (Frames): Explain nature of frames better.
5694
56952006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5696
5697 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5698
56992006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5700
5701 * frames.texi (Window System Selections): Mention scrap support for Mac.
5702 Default value of x-select-enable-clipboard is t on Mac.
5703
5704 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5705
57062006-07-11 Kim F. Storm <storm@cua.dk>
5707
5708 * display.texi (Forcing Redisplay): Add `redisplay' function.
5709 Don't mention (sit-for -1) -- use (redisplay t) instead.
5710
5711 * commands.texi (Waiting): (sit-for -1) is no longer special.
5712 (sit-for 0) is equivalent to (redisplay).
5713 Iconifying/deiconifying no longer makes sit-for return.
5714
57152006-07-10 Nick Roberts <nickrob@snap.net.nz>
5716
5717 * display.texi (Buttons): Fix typo.
5718
5719 * index.texi, elisp.texi (New Symbols): Comment node out.
5720
57212006-07-09 Richard Stallman <rms@gnu.org>
5722
5723 * display.texi (Truncation): Clean up previous change.
5724
57252006-07-08 Richard Stallman <rms@gnu.org>
5726
5727 * commands.texi (Interactive Call): Use 3 as prefix in example
5728 for execute-extended-command.
5729
5730 * display.texi (Attribute Functions): Move paragraph about
5731 compatibility with Emacs < 21.
5732
57332006-07-09 Kim F. Storm <storm@cua.dk>
5734
5735 * display.texi (Refresh Screen): Clarify force-window-update.
5736 (Truncation): "Normally" indicated by fringe arrows.
5737
57382006-07-08 Eli Zaretskii <eliz@gnu.org>
5739
5740 * windows.texi (Textual Scrolling, Resizing Windows):
5741 * variables.texi (Constant Variables):
5742 * text.texi (Buffer Contents, Deletion, Changing Properties)
5743 (Property Search, Special Properties, Sticky Properties)
5744 (Links and Mouse-1, Fields, Change Hooks):
5745 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5746 (Categories):
5747 * symbols.texi (Other Plists):
5748 * streams.texi (Output Variables):
5749 * processes.texi (Input to Processes, Query Before Exit):
5750 * positions.texi (Word Motion, Text Lines, List Motion):
5751 * os.texi (Init File, System Environment, Sound Output)
5752 (Session Management):
5753 * nonascii.texi (Text Representations, Character Sets)
5754 (Chars and Bytes, Locales):
5755 * modes.texi (Defining Minor Modes, Header Lines):
5756 * minibuf.texi (Minibuffer Contents):
5757 * markers.texi (Information from Markers):
5758 * lists.texi (List Elements, Building Lists, Association Lists):
5759 * keymaps.texi (Tool Bar):
5760 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5761 * functions.texi (What Is a Function, Mapping Functions):
5762 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5763 (Color Names, Text Terminal Colors, Display Feature Testing):
5764 * files.texi (Visiting Functions, File Name Components)
5765 (Unique File Names, Contents of Directories):
5766 * display.texi (Forcing Redisplay, Displaying Messages)
5767 (Temporary Displays, Font Selection, Auto Faces)
5768 (Font Lookup, Fringe Indicators, Display Margins)
5769 (Image Descriptors, Showing Images, Image Cache, Button Types)
5770 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5771 (Display Table Format, Glyphs):
5772 * control.texi (Iteration):
5773 * commands.texi (Command Loop Info, Adjusting Point):
5774 * backups.texi (Making Backups, Auto-Saving):
5775 Remove @tindex entries.
5776
57772006-07-07 Kim F. Storm <storm@cua.dk>
5778
5779 * display.texi (Fringe Cursors): Fix typo.
5780 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5781 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5782
57832006-07-05 Richard Stallman <rms@gnu.org>
5784
5785 * text.texi (Buffer Contents): Add example of text props
5786 in result of buffer-substring.
5787 (Text Properties): Explain better about use of specific property names.
5788 (Property Search): Some cleanups; reorder some functions.
5789
5790 * keymaps.texi (Changing Key Bindings): Cleanup.
5791 Add xref to Key Binding Conventions.
5792
5793 * display.texi (Attribute Functions): Add examples for
5794 face-attribute-relative-p.
5795
5796 * tips.texi (Coding Conventions): Cleanup last change.
5797
57982006-07-05 Karl Berry <karl@gnu.org>
5799
5800 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5801 Remove @setchapternewpage odd.
5802 Result is 1013 pages, down from 1100.
5803
5804 * anti.texi, customize.texi, display.texi, internals.texi:
5805 * minibuf.texi, modes.texi, tips.texi:
5806 Fix overfull/underfull boxes.
5807
58082006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5809
5810 * edebug.texi (Instrumenting):
5811 Add Edebug-specific findex for eval-buffer.
5812 * loading.texi (Loading):
5813 Replace eval-current-buffer with eval-buffer.
5814
58152006-06-30 Nick Roberts <nickrob@snap.net.nz>
5816
5817 * locals.texi (Standard Buffer-Local Variables): Update the list
5818 of variables.
5819
58202006-06-26 Nick Roberts <nickrob@snap.net.nz>
5821
5822 * files.texi (File Name Completion): Point user to the node
5823 "Reading File Names".
5824
58252006-06-24 Eli Zaretskii <eliz@gnu.org>
5826
5827 * files.texi (Contents of Directories): Document case-insensitive
5828 behavior on respective filesystems.
5829
5830 * objects.texi (Character Type): Document that Emacs signals an
5831 error for unsupported Unicode characters specified as \uNNNN.
5832
58332006-06-19 Richard Stallman <rms@gnu.org>
5834
5835 * processes.texi (Bindat Spec): Clarify previous change.
5836
58372006-06-16 Richard Stallman <rms@gnu.org>
5838
5839 * tips.texi (Coding Conventions): Better explain conventions
5840 for definition constructs.
5841
5842 * text.texi (Special Properties): String value of `read-only'
5843 serves as the error message.
5844
5845 * objects.texi (Character Type): Clarify prev. change.
5846 (Non-ASCII in Strings): Mention \u and \U.
5847
5848 * commands.texi (Using Interactive): Explain problem of
5849 markers, etc., in command-history.
5850
58512006-06-14 Kim F. Storm <storm@cua.dk>
5852
5853 * commands.texi (Waiting): Negative arg to sit-for forces
5854 redisplay even if input is pending.
5855
5856 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5857 redisplay. Remove incorrect example of binding redisplay-dont-pause
5858 around (sit-for 0).
5859
58602006-06-13 Richard Stallman <rms@gnu.org>
5861
5862 * display.texi (Forcing Redisplay): Clarify previous change.
5863
58642006-06-13 Romain Francoise <romain@orebokech.com>
5865
5866 * display.texi (Forcing Redisplay): Fix typo.
5867
58682006-06-13 Kim F. Storm <storm@cua.dk>
5869
5870 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5871
58722006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5873
5874 * tips.texi (Coding Conventions): Add `@end itemize'.
5875
58762006-06-10 Richard Stallman <rms@gnu.org>
5877
5878 * tips.texi (Coding Conventions): Explain use of coding systems
5879 to ensure one decoding for strings.
5880
58812006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5882
5883 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5884 syntax.
5885
58862006-06-07 Eli Zaretskii <eliz@gnu.org>
5887
5888 * display.texi (Font Selection): Remove description of
5889 clear-face-cache.
5890
5891 * compile.texi (Eval During Compile): Fix a typo. Add index
5892 entries for possible uses of eval-when-compile.
5893
58942006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5895
5896 * display.texi (Abstract Display): Fix typo.
5897
58982006-06-03 Eli Zaretskii <eliz@gnu.org>
5899
5900 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5901 Reword variable's description.
5902
59032006-06-01 Richard Stallman <rms@gnu.org>
5904
5905 * windows.texi (Splitting Windows): Clarify splitting nonselected
5906 window.
5907
59082006-05-31 Juri Linkov <juri@jurta.org>
5909
5910 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5911
59122006-05-30 Richard Stallman <rms@gnu.org>
5913
5914 * display.texi (Line Height): Fix errors in description of
10d1d0af 5915 default line height and line-height property.
b8d4c8d0
GM
5916
5917 * nonascii.texi (Default Coding Systems): Further clarification.
5918
59192006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5920
5921 * internals.texi (Pure Storage): Mention that an overflow in pure
5922 space causes a memory leak.
5923 (Garbage Collection): If there was an overflow in pure space,
5924 `garbage-collect' returns nil.
5925
59262006-05-30 Eli Zaretskii <eliz@gnu.org>
5927
5928 * nonascii.texi (Default Coding Systems): Fix it some more.
5929
59302006-05-29 Eli Zaretskii <eliz@gnu.org>
5931
5932 * nonascii.texi (Default Coding Systems): Fix last change.
5933
59342006-05-29 Kenichi Handa <handa@m17n.org>
5935
5936 * nonascii.texi (find-operation-coding-system): Describe the new
5937 argument format (FILENAME . BUFFER).
5938
59392006-05-28 Richard Stallman <rms@gnu.org>
5940
5941 * tips.texi (Coding Conventions): Better explain reasons not to
5942 advise other packages or use `eval-after-load'.
5943
59442006-05-29 Kim F. Storm <storm@cua.dk>
5945
5946 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5947 `bindat-idx' and `bindat-raw' for clarity.
5948
59492006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5950
5951 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5952
5953 * display.texi (Display): Add "Abstract Display" to menu.
5954 (Abstract Display, Abstract Display Functions)
5955 (Abstract Display Example): New nodes.
5956 * elisp.texi (Top): Add "Abstract Display" to menu.
5957
59582006-05-27 Chong Yidong <cyd@stupidchicken.com>
5959
5960 * keymaps.texi (Key Sequences): Link to input events definition.
5961 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5962
5963 * files.texi (Changing Files): Document updated argument list for
5964 copy-file.
5965
59662006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5967
5968 * processes.texi (Bindat Functions): Explain term "total length".
5969 Use it in bindat-length and bindat-pack descriptions.
5970
59712006-05-26 Eli Zaretskii <eliz@gnu.org>
5972
5973 * tips.texi (Coding Conventions): Advise against using
5974 eval-after-load in packages. Add an index entry.
5975
59762006-05-25 Juri Linkov <juri@jurta.org>
5977
5978 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5979
5980 * modes.texi (%-Constructs): Add %e, %z, %Z.
5981
59822006-05-25 Richard Stallman <rms@gnu.org>
5983
5984 * elisp.texi (Top): Update subnode menu.
5985
5986 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5987 (Keymaps): Update menu.
5988
59892006-05-25 Chong Yidong <cyd@stupidchicken.com>
5990
5991 * keymaps.texi (Key Sequences): Some clarifications.
5992
59932006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5994
5995 * processes.texi (Bindat Functions): Say "unibyte string"
5996 explicitly for bindat-unpack and bindat-pack descriptions.
5997 (Bindat Examples): Don't call `string-make-unibyte' in example.
5998
59992006-05-25 Chong Yidong <cyd@stupidchicken.com>
6000
5dcb4c4e 6001 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 6002 Explain string and vector representations of key sequences.
b8d4c8d0
GM
6003
6004 * keymaps.texi (Changing Key Bindings):
dd7b651b 6005 * commands.texi (Interactive Codes):
b8d4c8d0
GM
6006 * help.texi (Describing Characters): Refer to it.
6007
60082006-05-23 Luc Teirlinck <teirllm@auburn.edu>
6009
6010 * frames.texi (Pointer Shape): @end table -> @end defvar.
6011
60122006-05-22 Richard Stallman <rms@gnu.org>
6013
6014 * elisp.texi (Top): Update subnode menus.
6015
6016 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
6017 Contents rewritten; material from old Pointer Shape node moved here.
6018
6019 * display.texi (Pointer Shape): Node deleted.
6020 (Image Descriptors): Minor cleanup.
6021
60222006-05-21 Richard Stallman <rms@gnu.org>
6023
6024 * syntax.texi (Parsing Expressions): Update info on which STATE
6025 elements are ignored.
6026
60272006-05-19 Luc Teirlinck <teirllm@auburn.edu>
6028
6029 * hooks.texi (Standard Hooks): Correct typo.
6030
6031 * gpl.texi (GPL): ifinfo -> ifnottex.
6032
60332006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
6034
6035 * searching.texi (Simple Match Data): Warn about match data being
6036 set anew by every search.
6037
60382006-05-17 Richard Stallman <rms@gnu.org>
6039
6040 * minibuf.texi (Minibuffer History): Clarify.
6041
6042 * searching.texi (Regexp Special): Clarify nested regexp warning.
6043
60442006-05-16 Kim F. Storm <storm@cua.dk>
6045
6046 * minibuf.texi (Minibuffer History): Update add-to-history.
6047
60482006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
6049
5dcb4c4e
SM
6050 * nonascii.texi (Explicit Encoding):
6051 Fix typo (encoding<->decoding).
b8d4c8d0
GM
6052
60532006-05-14 Richard Stallman <rms@gnu.org>
6054
6055 * buffers.texi (Creating Buffers): Cleanup.
6056
6057 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
6058
60592006-05-13 Eli Zaretskii <eliz@gnu.org>
6060
6061 * buffers.texi (Current Buffer): Document that with-temp-buffer
6062 disables undo.
6063
6064 * os.texi (Terminal-Specific): More accurate description of how
6065 Emacs searches for the terminal-specific libraries.
6066
60672006-05-12 Eli Zaretskii <eliz@gnu.org>
6068
6069 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
6070 emacs-xtra to @inforef's.
6071
6072 * text.texi (Undo): Document that undo is turned off in buffers
6073 whose names begin with a space.
6074
6075 * buffers.texi (Buffer Names): Add index entries for buffers whose
6076 names begin with a space.
6077 (Creating Buffers): Document that undo is turned off in buffers
6078 whose names begin with a space.
6079
6080 * files.texi (Visiting Functions, Reading from Files)
6081 (Saving Buffers): Mention code and EOL conversions by file I/O
6082 primitives and subroutines.
6083
f4e90db0
SM
6084 * nonascii.texi (Lisp and Coding Systems):
6085 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
6086
6087 * display.texi (Defining Faces): Mention `mac', and add an xref to
6088 where window-system is described.
6089
60902006-05-10 Richard Stallman <rms@gnu.org>
6091
6092 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
6093
60942006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
6095
6096 * variables.texi (File Local Variables): Recommend to quote lambda
6097 expressions in safe-local-variable property.
6098
60992006-05-09 Richard Stallman <rms@gnu.org>
6100
5dcb4c4e
SM
6101 * variables.texi (File Local Variables):
6102 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
6103
61042006-05-07 Kim F. Storm <storm@cua.dk>
6105
6106 * minibuf.texi (Minibuffer History): Remove keep-dups arg
6107 from add-to-history.
6108
61092006-05-07 Romain Francoise <romain@orebokech.com>
6110
6111 * commands.texi (Event Input Misc):
6112 * compile.texi (Eval During Compile):
6113 * internals.texi (Buffer Internals):
6114 * minibuf.texi (Initial Input):
6115 * nonascii.texi (Scanning Charsets):
6116 * numbers.texi (Comparison of Numbers):
6117 * windows.texi (Textual Scrolling, Vertical Scrolling):
6118 Fix various typos.
6119
61202006-05-06 Eli Zaretskii <eliz@gnu.org>
6121
6122 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6123 conditional xref's to either emacs or emacs-xtra, depending on
6124 @iftex/@ifnottex.
6125
6126 * minibuf.texi (Minibuffer History): Document add-to-history.
6127
61282006-05-05 Eli Zaretskii <eliz@gnu.org>
6129
6130 * internals.texi (Pure Storage): Mention the pure overflow message
6131 at startup.
6132
c8763fb6 61332006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6134
6135 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6136 (Searching Keymaps): Fix pseudo-Lisp description of keymap
6137 search.
6138
61392006-05-01 Richard Stallman <rms@gnu.org>
6140
6141 * intro.texi (nil and t): Clarify.
6142
6143 * variables.texi (File Local Variables): Suggest using booleanp.
6144
61452006-05-01 Juanma Barranquero <lekktu@gmail.com>
6146
6147 * objects.texi (Type Predicates): Fix typos.
6148
61492006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6150
6151 * intro.texi (nil and t): Add booleanp.
6152
6153 * objects.texi (Type Predicates): Add links for booleanp and
6154 string-or-null-p.
6155
61562006-04-29 Richard Stallman <rms@gnu.org>
6157
6158 * modes.texi (Multiline Font Lock): Rename from
6159 Multi line Font Lock Elements. Much clarification.
6160 (Font Lock Multiline, Region to Fontify): Much clarification.
6161
61622006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * variables.texi (File Local Variables): Remove the special case t for
6165 safe-local-variable.
6166
61672006-04-26 Richard Stallman <rms@gnu.org>
6168
6169 * syntax.texi (Parsing Expressions): Minor cleanup.
6170
61712006-04-18 Richard Stallman <rms@gnu.org>
6172
6173 * tips.texi (Coding Conventions): Explain when the package's
6174 prefix should appear later on (not at the start of the name).
6175
6176 * searching.texi (String Search): Clarify effect of NOERROR.
6177
6178 * modes.texi (Imenu): Clarify what special items do.
6179
6180 * hooks.texi (Standard Hooks): Delete text about old hook names.
6181
61822006-04-17 Romain Francoise <romain@orebokech.com>
6183
6184 * variables.texi (Local Variables): Update the default value of
6185 `max-specpdl-size'.
6186
61872006-04-15 Michael Olson <mwolson@gnu.org>
6188
6189 * processes.texi (Transaction Queues): Mention the new optional
6190 `delay-question' argument for `tq-enqueue'.
6191
61922006-04-13 Bill Wohler <wohler@newt.com>
6193
6194 * customize.texi (Common Keywords): Use dotted notation for
6195 :package-version value. Specify its values. Improve documentation
6196 for customize-package-emacs-version-alist.
6197
61982006-04-12 Bill Wohler <wohler@newt.com>
6199
6200 * customize.texi (Common Keywords): Move description of
6201 customize-package-emacs-version-alist to @defvar.
6202
62032006-04-10 Bill Wohler <wohler@newt.com>
6204
6205 * customize.texi (Common Keywords): Add :package-version.
6206
62072006-04-10 Kim F. Storm <storm@cua.dk>
6208
6209 * text.texi (Buffer Contents): Add NOPROPS arg to
6210 filter-buffer-substring.
6211
62122006-04-08 Kevin Ryde <user42@zip.com.au>
6213
6214 * os.texi (Command-Line Arguments): Update xref to emacs manual
6215 "Command Arguments" -> "Emacs Invocation", per change there.
6216
62172006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
6218
6219 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6220 be on one line to help makeinfo not render two spaces after the dot.
6221
62222006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6223
6224 * strings.texi (Predicates for Strings): Add string-or-null-p.
6225
62262006-03-28 Kim F. Storm <storm@cua.dk>
6227
6228 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6229 remarks about systems that don't support fractional seconds.
6230
62312006-03-25 Karl Berry <karl@gnu.org>
6232
6233 * elisp.texi: Use @copyright{} instead of (C), and do not indent
6234 the year list.
6235
62362006-03-21 Nick Roberts <nickrob@snap.net.nz>
6237
6238 * display.texi (Fringe Indicators): Fix typos.
6239
62402006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6241
6242 * tips.texi (Documentation Tips): One can now also write `program'
6243 in front of a quoted symbol in a docstring to prevent making a
6244 hyperlink.
6245
62462006-03-19 Alan Mackenzie <acm@muc.de>
6247
6248 * text.texi (Special Properties): Clarify `fontified' property.
6249
62502006-03-16 Richard Stallman <rms@gnu.org>
6251
6252 * display.texi (Defining Images): Minor cleanup.
6253
62542006-03-16 Bill Wohler <wohler@newt.com>
6255
6256 * display.texi (Defining Images): In image-load-path-for-library,
6257 prefer user's images.
6258
62592006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6260
6261 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6262
62632006-03-15 Bill Wohler <wohler@newt.com>
6264
6265 * display.texi (Defining Images): Fix example in
6266 image-load-path-for-library by not recommending that one binds
6267 image-load-path. Just defvar it to placate compiler and only use
6268 it if previously defined.
6269
62702006-03-14 Bill Wohler <wohler@newt.com>
6271
6272 * display.texi (Defining Images): In image-load-path-for-library,
6273 always return list of directories. Update example.
6274
62752006-03-14 Alan Mackenzie <acm@muc.de>
6276
6277 * modes.texi: New node, "Region to Fontify" (for Font Lock).
6278 This describes font-lock-extend-region-function.
6279 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6280 the new node "Region to Fontify".
6281
62822006-03-13 Richard Stallman <rms@gnu.org>
6283
6284 * display.texi (Invisible Text): The impossible position is
6285 now before the invisible text, not after.
6286 (Defining Images): Clean up last change.
6287
62882006-03-11 Bill Wohler <wohler@newt.com>
6289
6290 * display.texi (Defining Images): Add image-load-path-for-library.
6291
62922006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6293
6294 * text.texi (Adaptive Fill): Fix Texinfo usage.
6295
6296 * strings.texi (Creating Strings): Fix Texinfo usage.
6297
6298 * searching.texi (Regexp Special): Use @samp for regular
6299 expressions that are not in Lisp syntax.
6300
63012006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6302
6303 * searching.texi (Regexp Special): Put remark between parentheses
6304 to avoid misreading.
6305
63062006-03-07 Luc Teirlinck <teirllm@auburn.edu>
6307
6308 * searching.texi (Syntax of Regexps): More accurately describe
6309 which characters are special in which situations.
6310 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6311 are not special. Describe in detail when `[' and `]' are special.
6312 (Regexp Backslash): Plenty of regexps with unbalanced square
6313 brackets are valid, so reword that statement.
6314
63152006-03-02 Kim F. Storm <storm@cua.dk>
6316
6317 * keymaps.texi (Tool Bar): Add tool-bar-border.
6318
63192006-02-28 Luc Teirlinck <teirllm@auburn.edu>
6320
6321 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
6322
63232006-02-27 Luc Teirlinck <teirllm@auburn.edu>
6324
6325 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6326
6327 * files.texi (Locating Files): Suggest additional values for the
6328 SUFFIXES arg of `locate-file'. Update pxref.
6329
6330 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6331 (How Programs Do Loading): Discuss the effects of Auto Compression
6332 mode on `load'.
6333 (Load Suffixes): New node.
6334 (Library Search): Delete description of `load-suffixes'; it was
6335 moved to "Load Suffixes".
6336 (Autoload, Named Features): Mention `load-suffixes'.
6337
63382006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6339
6340 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6341
6342 * windows.texi (Window Tree): Fix typo.
6343
63442006-02-20 Kim F. Storm <storm@cua.dk>
6345
6346 * display.texi (Fringe Indicators): New section.
6347 Move indicate-empty-lines, indicate-buffer-boundaries, and
6348 default-indicate-buffer-boundaries here.
6349 Add fringe-indicator-alist and default-fringes-indicator-alist.
6350 Add list of logical fringe indicator symbols.
6351 Update list of standard bitmap names.
6352 (Fringe Cursors): New section.
6353 Move overflow-newline-into-fringe here.
6354 Add fringe-cursor-alist and default-fringes-cursor-alist.
6355 Add list of fringe cursor symbols.
6356
63572006-02-20 Juanma Barranquero <lekktu@gmail.com>
6358
6359 * commands.texi (Using Interactive): Fix reference to node
6360 "Minibuffers".
6361
63622006-02-19 Richard M. Stallman <rms@gnu.org>
6363
6364 * minibuf.texi (High-Level Completion):
6365 Add xref to read-input-method-name.
6366
6367 * files.texi (Relative File Names): Move file-relative-name here.
6368 (File Name Expansion): From here. Minor clarifications.
6369
6370 * commands.texi (Using Interactive): Add xrefs about reading input.
6371 Clarify remarks about that moving point and mark.
6372 Put string case before list case.
6373
c8763fb6 63742006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6375
6376 * display.texi (Other Display Specs, Image Descriptors):
6377 Revert erroneous changes. The previous description of
6378 image-descriptors as `(image . PROPS)' was correct.
6379
63802006-02-14 Richard M. Stallman <rms@gnu.org>
6381
6382 * variables.texi (File Local Variables): Clarifications.
6383
63842006-02-14 Juanma Barranquero <lekktu@gmail.com>
6385
6386 * variables.texi (File Local Variables): Use @code for a cons
6387 cell, not @var.
6388
63892006-02-13 Chong Yidong <cyd@stupidchicken.com>
6390
6391 * variables.texi (File Local Variables): Document new file local
6392 variable behavior.
6393
63942006-02-10 Kim F. Storm <storm@cua.dk>
6395
6396 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6397
63982006-02-08 Juanma Barranquero <lekktu@gmail.com>
6399
6400 * modes.texi (%-Constructs): Remove obsolete info about
6401 `global-mode-string'.
6402
64032006-02-07 Richard M. Stallman <rms@gnu.org>
6404
6405 * commands.texi (Prefix Command Arguments): Minor cleanup.
6406
6407 * display.texi: "Graphical display", not window system.
6408
6409 * functions.texi (What Is a Function): Fix xref.
6410
6411 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6412 (Changing Key Bindings): Clarify when remapping is better than
6413 substitute-key-definition.
6414
64152006-02-02 Richard M. Stallman <rms@gnu.org>
6416
6417 * minibuf.texi (Basic Completion): Completion alists are risky.
6418
6419 * keymaps.texi (Active Keymaps): Clarifications.
6420 (Searching Keymaps): New node.
6421 (Keymaps): Update menu.
6422
6423 * frames.texi (Layout Parameters): Minor clarification.
6424 (Drag and Drop): New node.
6425 (Frames): Update menu.
6426
64272006-01-29 Chong Yidong <cyd@stupidchicken.com>
6428
6429 * display.texi (Other Display Specs, Image Descriptors):
6430 Image description is a list, not a cons cell.
6431
64322006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6433
6434 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6435 list is not necessarily a list).
6436
64372006-01-27 Eli Zaretskii <eliz@gnu.org>
6438
6439 * frames.texi (Layout Parameters): border-width and
6440 internal-border-width belong to the frame, not the window.
6441
64422006-01-19 Richard M. Stallman <rms@gnu.org>
6443
6444 * nonascii.texi (Translation of Characters): Search cmds use
6445 translation-table-for-input. Automatically made local.
6446
6447 * markers.texi (Overview of Markers): Count insertion type
6448 as one of a marker's attributes.
6449
6450 * keymaps.texi (Controlling Active Maps): New node, split out of
6451 Active Keymaps.
6452 (Keymaps): Menu updated.
6453 (Active Keymaps): Give pseudocode to explain how the active
6454 maps are searched. current-active-maps and key-binding moved here.
6455 (Functions for Key Lookup): current-active-maps and key-binding moved.
6456 Clarifications.
6457 (Searching the Keymaps): New subnode.
6458
6459 * elisp.texi (Top): Menu clarification.
6460
6461 * display.texi (Other Display Specs): Delete duplicate entry for
6462 just a string as display spec. Move text about recursive display
6463 specs on such a string.
6464
6465 * commands.texi (Key Sequence Input): Clarify.
6466 Move num-nonmacro-input-events out.
6467 (Reading One Event): num-nonmacro-input-events moved here.
6468
64692006-01-14 Nick Roberts <nickrob@snap.net.nz>
6470
6471 * advice.texi (Simple Advice): Update example to fit argument
6472 change in previous-line.
6473
64742006-01-05 Richard M. Stallman <rms@gnu.org>
6475
6476 * markers.texi (The Mark): Fix in `mark'.
6477
64782006-01-04 Richard M. Stallman <rms@gnu.org>
6479
6480 * processes.texi (Misc Network, Make Network): Minor cleanups.
6481
64822006-01-04 Kim F. Storm <storm@cua.dk>
6483
6484 * processes.texi (Make Network): Add IPv6 addresses and handling.
6485 (Network Feature Testing): Mention (:family ipv6).
6486 (Misc Network): Add IPv6 formats to format-network-address.
6487
64882005-12-30 Richard M. Stallman <rms@gnu.org>
6489
6490 * text.texi (Changing Properties):
6491 Don't use return value of set-text-properties.
6492
64932005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6494
6495 * modes.texi (Mode Line Format): Correct typo in menu.
6496
64972005-12-29 Richard M. Stallman <rms@gnu.org>
6498
6499 * modes.texi (Mode Line Top): New node.
6500 (Mode Line Data): Some text moved to new node.
6501 Explain the data structure more concretely.
6502 (Mode Line Basics): Clarifications.
6503 (Mode Line Variables): Clarify intro paragraph.
6504 (%-Constructs): Clarify intro paragraph.
6505 (Mode Line Format): Update menu.
6506
65072005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6508
6509 * minibuf.texi (Basic Completion): Update lazy-completion-table
6510 examples for removal of ARGS argument.
6511
65122005-12-23 Richard M. Stallman <rms@gnu.org>
6513
6514 * text.texi (Undo): Restore some explanation from the version
6515 that was deleted.
6516
65172005-12-23 Eli Zaretskii <eliz@gnu.org>
6518
6519 * text.texi (Undo): Remove duplicate descriptions of `apply
6520 funname' and `apply delta' elements of the undo list.
6521
65222005-12-20 Richard M. Stallman <rms@gnu.org>
6523
6524 * help.texi (Help Functions): Update documentation of `apropos'.
6525
65262005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6527
6528 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6529 because it is confusing. If the :help-echo keyword is a function,
6530 it is not directly used as the :help-echo overlay property, as the
6531 xref seems to suggest (it does not take the appropriate args).
6532
65332005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6534
6535 * customize.texi (Common Keywords): Fix Texinfo usage.
6536 (Group Definitions, Variable Definitions): Update for new
6537 conventions for using `*' in docstrings.
6538
6539 * tips.texi (Documentation Tips): Update for new conventions for
6540 using `*' in docstrings.
6541
65422005-12-16 Richard M. Stallman <rms@gnu.org>
6543
6544 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6545
65462005-12-16 Juri Linkov <juri@jurta.org>
6547
6548 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6549
65502005-12-14 Romain Francoise <romain@orebokech.com>
6551
6552 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6553 Fix typo.
6554
65552005-12-11 Juri Linkov <juri@jurta.org>
6556
6557 * minibuf.texi (Completion Commands): Add mention of read-file-name
6558 for filename completion keymaps.
6559 (Reading File Names): Add mention of filename completion keymaps
6560 for read-file-name and xref to `Completion Commands'.
6561
65622005-12-10 Richard M. Stallman <rms@gnu.org>
6563
6564 * customize.texi (Common Keywords): State caveats for use of :tag.
6565
65662005-12-08 Richard M. Stallman <rms@gnu.org>
6567
6568 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6569 with xrefs and better explanation.
6570 (Completion Commands): Add the filename completion maps.
6571
6572 * objects.texi (Character Type): Clarify that \s is not space
6573 if a dash follows.
6574
65752005-12-05 Richard M. Stallman <rms@gnu.org>
6576
6577 * windows.texi (Resizing Windows): Delete preserve-before args.
6578
65792005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6580
6581 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6582 in full keymaps, since the quirk has been fixed.
6583
65842005-12-03 Eli Zaretskii <eliz@gnu.org>
6585
5dcb4c4e
SM
6586 * hooks.texi (Standard Hooks): Add index entries.
6587 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6588
65892005-11-27 Richard M. Stallman <rms@gnu.org>
6590
6591 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6592
65932005-11-21 Juri Linkov <juri@jurta.org>
6594
6595 * customize.texi (Common Keywords): Update links types
6596 custom-manual and url-link. Add link types emacs-library-link,
6597 file-link, function-link, variable-link, custom-group-link.
6598
65992005-11-20 Chong Yidong <cyd@stupidchicken.com>
6600
6601 * display.texi: Revert 2005-11-20 change.
6602
66032005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6604
6605 * processes.texi (Bindat Functions):
6606 Say "third" to refer to zero-based index "2".
6607
66082005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6609
6610 * loading.texi (Library Search): Update the default value of
6611 `load-suffixes'.
6612
66132005-11-17 Chong Yidong <cyd@stupidchicken.com>
6614
6615 * display.texi (Attribute Functions): Mention :ignore-defface.
6616
66172005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6618
6619 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6620 (Minor Mode Conventions): Mention the use of a hook.
6621
66222005-11-06 Richard M. Stallman <rms@gnu.org>
6623
6624 * files.texi (Magic File Names): find-file-name-handler checks the
6625 `operations' property of the handler.
6626
66272005-11-03 Richard M. Stallman <rms@gnu.org>
6628
6629 * variables.texi (Frame-Local Variables): Small clarification.
6630
66312005-10-29 Chong Yidong <cyd@stupidchicken.com>
6632
6633 * os.texi (Init File): Document ~/.emacs.d/init.el.
6634
66352005-10-29 Richard M. Stallman <rms@gnu.org>
6636
6637 * internals.texi (Garbage Collection): Document memory-full.
6638
66392005-10-28 Bill Wohler <wohler@newt.com>
6640
6641 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6642 for URLs.
6643
66442005-10-28 Richard M. Stallman <rms@gnu.org>
6645
6646 * minibuf.texi (Completion Commands): Clean up prev change.
6647
66482005-10-26 Kevin Ryde <user42@zip.com.au>
6649
6650 * compile.texi (Eval During Compile): Explain recommended uses
6651 of eval-when-compile and eval-and-compile.
6652
66532005-10-27 Masatake YAMATO <jet@gyve.org>
6654
6655 * minibuf.texi (Completion Commands):
6656 Write about new optional argument for `display-completion-list'.
6657
66582005-10-23 Richard M. Stallman <rms@gnu.org>
6659
6660 * display.texi (Overlay Arrow): Clarify about local bindings of
6661 overlay-arrow-position.
6662
66632005-10-22 Eli Zaretskii <eliz@gnu.org>
6664
6665 * internals.texi (Building Emacs): Fix last change.
6666
66672005-10-22 Richard M. Stallman <rms@gnu.org>
6668
6669 * internals.texi (Building Emacs): Document eval-at-startup.
6670
66712005-10-21 Richard M. Stallman <rms@gnu.org>
6672
6673 * loading.texi (Where Defined): load-history contains abs file names.
6674 symbol-file returns abs file names.
6675
66762005-10-19 Kim F. Storm <storm@cua.dk>
6677
6678 * display.texi (Showing Images): Add max-image-size integer value.
6679
66802005-10-18 Chong Yidong <cyd@stupidchicken.com>
6681
6682 * display.texi (Showing Images): Document max-image-size.
6683
66842005-10-17 Richard M. Stallman <rms@gnu.org>
6685
6686 * commands.texi (Quitting): Minor clarification.
6687
6688 * processes.texi (Sentinels): Clarify about output and quitting.
6689 (Filter Functions): Mention with-local-quit.
6690
66912005-10-17 Juri Linkov <juri@jurta.org>
6692
6693 * buffers.texi (Current Buffer):
6694 * commands.texi (Event Input Misc):
6695 * compile.texi (Eval During Compile, Compiler Errors):
6696 * customize.texi (Group Definitions):
6697 * display.texi (Progress, Defining Faces):
6698 * files.texi (Writing to Files):
6699 * modes.texi (Mode Hooks, Defining Minor Modes):
6700 * streams.texi (Output Functions):
6701 * syntax.texi (Syntax Table Functions):
6702 * text.texi (Change Hooks):
6703 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6704
6705 * commands.texi (Quitting): Replace arg `forms' with `body' in
6706 `with-local-quit'.
6707
6708 * positions.texi (Excursions): Replace arg `forms' with `body' in
6709 `save-excursion'.
6710
67112005-10-08 Kim F. Storm <storm@cua.dk>
6712
6713 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6714 Rename manual section accordingly.
6715
67162005-10-04 Kim F. Storm <storm@cua.dk>
6717
6718 * windows.texi (Window Split Tree): New section describing
6719 new function window-split-tree function.
6720
67212005-10-03 Nick Roberts <nickrob@snap.net.nz>
6722
6723 * display.texi (Fringe Size/Pos): Simplify and add detail.
6724
67252005-09-30 Romain Francoise <romain@orebokech.com>
6726
6727 * minibuf.texi (High-Level Completion): Explain that the prompt
6728 given to `read-buffer' should end with a colon and a space.
6729 Update usage examples.
6730
67312005-09-29 Juri Linkov <juri@jurta.org>
6732
6733 * display.texi (Displaying Messages): Rename argument name
6734 `string' to `format-string' in functions `message', `message-box',
6735 `message-or-box'.
6736
67372005-09-26 Chong Yidong <cyd@stupidchicken.com>
6738
6739 * errors.texi (Standard Errors): Correct xrefs.
6740
67412005-09-18 Chong Yidong <cyd@stupidchicken.com>
6742
6743 * display.texi (Defining Images): Update documentation for
6744 `image-load-path'.
6745
67462005-09-17 Richard M. Stallman <rms@gnu.org>
6747
6748 * display.texi (Defining Images): Clean up previous change.
6749
67502005-09-16 Romain Francoise <romain@orebokech.com>
6751
6752 * elisp.texi: Specify GFDL version 1.2.
6753
6754 * doclicense.texi (GNU Free Documentation License): Update to
6755 version 1.2.
6756
67572005-09-15 Chong Yidong <cyd@stupidchicken.com>
6758
6759 * display.texi (Defining Images): Document `image-load-path'.
6760
67612005-09-15 Richard M. Stallman <rms@gnu.org>
6762
6763 * objects.texi (Printed Representation): Minor cleanup.
6764 (Box Diagrams): Minor fix.
6765 (Cons Cell Type): Move (...) index item here.
6766 (Box Diagrams): From here.
6767 (Array Type): Minor fix.
6768 (Type Predicates): Delete index "predicates".
6769 (Hash Table Type): Clarify xref.
6770 (Dotted Pair Notation): Minor fix.
6771
67722005-09-10 Chong Yidong <cyd@stupidchicken.com>
6773
6774 * files.texi (Saving Buffers): Fix typo.
6775
67762005-09-08 Richard M. Stallman <rms@gnu.org>
6777
6778 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6779
67802005-09-08 Chong Yidong <cyd@stupidchicken.com>
6781
6782 * locals.texi (Standard Buffer-Local Variables): Don't include
6783 mode variables for minor modes.
6784 Fix xrefs for buffer-display-count, buffer-display-table,
6785 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6786 enable-multibyte-characters, fill-column, header-line-format,
6787 left-fringe-width, left-margin, and right-fringe-width.
6788
6789 * hooks.texi (Standard Hooks): All hooks should conform to the
6790 standard naming convention now.
6791 Fix xref for `echo-area-clear-hook'.
6792
6793 * display.texi (Usual Display): Note that indicate-empty-lines and
6794 tab-width are buffer-local.
6795
6796 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6797
6798 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6799
6800 * nonascii.texi (Encoding and I/O): Note that
6801 buffer-file-coding-system is buffer-local.
6802
6803 * positions.texi (List Motion): Note that defun-prompt-regexp is
6804 buffer-local.
6805
6806 * text.texi (Auto Filling): Note that auto-fill-function is
6807 buffer-local.
6808 (Undo): Note that buffer-undo-list is buffer-local.
6809
5dcb4c4e
SM
6810 * windows.texi (Buffers and Windows):
6811 Document buffer-display-count.
b8d4c8d0
GM
6812
68132005-09-06 Richard M. Stallman <rms@gnu.org>
6814
6815 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6816 package prefix elsewhere than at the start of the name.
6817
68182005-09-03 Richard M. Stallman <rms@gnu.org>
6819
6820 * tips.texi (Programming Tips): Add conventions for minibuffer
6821 questions and prompts.
6822
68232005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6824
6825 * intro.texi (nil and t): Minor cleanup.
6826 Delete spurious mention of keyword symbols.
6827 (Evaluation Notation): Add index entry.
6828 (A Sample Function Description): Minor cleanup.
6829 (A Sample Variable Description): Not all vars can be set.
6830
68312005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6832
6833 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6834
6835 (Insertion): Document precise type of `insert-char' arg COUNT.
6836
68372005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6838
6839 * modes.texi (Other Font Lock Variables): Sync the default of
6840 font-lock-lines-before.
6841
68422005-08-31 Michael Albinus <michael.albinus@gmx.de>
6843
6844 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6845
68462005-08-29 Richard M. Stallman <rms@gnu.org>
6847
6848 * elisp.texi (Top): Update subnode menu.
6849
6850 * searching.texi (Searching and Matching): Move node.
6851 Rearrange contents and add overall explanation.
6852 (Searching and Case): Move node.
6853 (Searching and Matching): Update menu.
6854
68552005-08-27 Eli Zaretskii <eliz@gnu.org>
6856
6857 * os.texi (Startup Summary): Fix the description of the initial
6858 startup message display.
6859
68602005-08-25 Richard M. Stallman <rms@gnu.org>
6861
6862 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6863
68642005-08-25 Emilio C. Lopes <eclig@gmx.net>
6865
6866 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6867 `next-overlay-change' example.
6868
68692005-08-22 Juri Linkov <juri@jurta.org>
6870
6871 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6872 Fix invert-face. Fix args of face-background.
6873
6874 * display.texi (Standard Faces): Delete node.
6875 (Faces): Add xref to `(emacs)Standard Faces'.
6876 (Displaying Faces): Fix xref to `Standard Faces'.
6877
6878 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6879
68802005-08-20 Alan Mackenzie <acm@muc.de>
6881
6882 * buffers.texi (The Buffer List): Clarify the manipulation of the
6883 buffer list.
6884
68852005-08-14 Richard M. Stallman <rms@gnu.org>
6886
6887 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6888 a regexp.
6889
68902005-08-11 Richard M. Stallman <rms@gnu.org>
6891
6892 * elisp.texi (Top): Update subnode lists.
6893
6894 * display.texi (Inverse Video): Node deleted.
6895
6896 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6897 New nodes split out of Coding Conventions.
6898
6899 * searching.texi (Regular Expressions): Document re-builder.
6900
6901 * os.texi (Time Parsing): New node split out of Time Conversion.
6902
6903 * processes.texi (Misc Network, Network Feature Testing)
6904 (Network Options, Make Network): New nodes split out of
6905 Low-Level Network.
6906
69072005-08-09 Richard M. Stallman <rms@gnu.org>
6908
6909 * frames.texi (Geometry): New node, split from Size and Position.
6910 (Frame Parameters): Refer to Geometry.
6911
6912 * buffers.texi (The Buffer List): Fix xrefs.
6913
6914 * windows.texi (Splitting Windows): Fix xref.
6915
6916 * frames.texi (Layout Parameters): Add xref.
6917
6918 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6919
6920 * keymaps.texi (Menu Bar): Fix xref.
6921
6922 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6923
6924 * modes.texi (%-Constructs): Fix xref.
6925
6926 * frames.texi (Window Frame Parameters): Node split up.
6927 (Basic Parameters, Position Parameters, Size Parameters)
6928 (Layout Parameters, Buffer Parameters, Management Parameters)
6929 (Cursor Parameters, Color Parameters): New subnodes.
6930
69312005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6932
6933 * positions.texi (Screen Lines): Update xref for previous change
6934 in minibuf.texi.
6935
6936 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6937 change in minibuf.texi.
6938
69392005-08-09 Richard M. Stallman <rms@gnu.org>
6940
6941 * tips.texi (Coding Conventions): Minor cleanup.
6942
6943 * modes.texi (Defining Minor Modes): Explain when init-value
6944 can be non-nil.
6945
6946 * elisp.texi (Top): Update submenu for Minibuffer.
6947
6948 * minibuf.texi (Minibuffer Misc): Node split up.
6949 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6950 (Recursive Mini): New nodes split out from Minibuffer Misc.
6951 (Minibuffer Misc): Document max-mini-window-height.
6952
6953 * hash.texi (Defining Hash): Delete stray paren in example.
6954
6955 * display.texi (Echo Area Customization): Don't define
6956 max-mini-window-height here; xref instead.
6957
6958 * commands.texi (Event Input Misc): Update while-no-input.
6959
6960 * advice.texi (Advising Functions): Explain when to use advice
6961 and when to use a hook.
6962
69632005-07-30 Eli Zaretskii <eliz@gnu.org>
6964
6965 * makefile.w32-in (info): Don't run install-info.
6966 ($(infodir)/dir): New target, produced by running install-info.
6967
69682005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6969
6970 * modes.texi (Defining Minor Modes): The keyword for the initial
6971 value is :init-value, not :initial-value.
6972
69732005-07-23 Eli Zaretskii <eliz@gnu.org>
6974
6975 * loading.texi (Autoload): Make the `doctor' example be consistent
6976 with what's in current loaddefs.el. Describe the "fn" magic in
6977 the usage portion of the doc string.
6978
69792005-07-22 Richard M. Stallman <rms@gnu.org>
6980
6981 * internals.texi (Garbage Collection): Clarify previous change.
6982
69832005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6984
6985 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6986
69872005-07-18 Juri Linkov <juri@jurta.org>
6988
6989 * commands.texi (Accessing Events):
6990 * frames.texi (Text Terminal Colors, Resources):
6991 * markers.texi (The Mark):
6992 * modes.texi (Defining Minor Modes):
6993 Delete duplicate duplicate words.
6994
69952005-07-16 Richard M. Stallman <rms@gnu.org>
6996
6997 * display.texi (Managing Overlays): Clarify make-overlay
6998 args for insertion types.
6999
70002005-07-13 Luc Teirlinck <teirllm@auburn.edu>
7001
7002 * customize.texi (Variable Definitions):
7003 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
7004 `standard-value' is a list too.
7005 (Defining New Types): Use @key{RET} instead of @key{ret}.
7006
70072005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
7008
7009 * os.texi (Translating Input): Fix typo.
7010
70112005-07-08 Richard M. Stallman <rms@gnu.org>
7012
7013 * README: Update edition number and size estimate.
7014
7015 * elisp.texi (VERSION): Set to 2.9.
7016
70172005-07-07 Richard M. Stallman <rms@gnu.org>
7018
7019 * book-spine.texinfo: Update Emacs version.
7020
7021 * display.texi (Inverse Video): Delete mode-line-inverse-video.
7022
70232005-07-06 Richard M. Stallman <rms@gnu.org>
7024
7025 * searching.texi (Regexp Search): Clarify what re-search-forward
7026 does when the search fails.
7027
70282005-07-05 Lute Kamstra <lute@gnu.org>
7029
7030 * Update FSF's address in GPL notices.
7031
7032 * doclicense.texi (GNU Free Documentation License):
7033 * gpl.texi (GPL):
7034 * tips.texi (Coding Conventions, Library Headers):
7035 * vol1.texi:
7036 * vol2.texi: Update FSF's address.
7037
70382005-07-04 Richard M. Stallman <rms@gnu.org>
7039
7040 * hooks.texi (Standard Hooks): Add occur-hook.
7041
70422005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7043
7044 * display.texi (The Echo Area): Correct menu.
7045
70462005-07-03 Richard M. Stallman <rms@gnu.org>
7047
7048 * elisp.texi (Top): Update subnode menu for Display.
7049
7050 * display.texi (Displaying Messages): New node, with most
7051 of what was in The Echo Area.
5dcb4c4e 7052 (Progress): Move under The Echo Area.
b8d4c8d0
GM
7053 (Logging Messages): New node with new text.
7054 (Echo Area Customization): New node, the rest of what was
7055 in The Echo Area. Document message-truncate-lines with @defvar.
7056 (Display): Update menu.
7057
7058 * windows.texi (Textual Scrolling): Doc 3 values for
7059 scroll-preserve-screen-position.
7060
7061 * text.texi (Special Properties): Change hook functions
7062 should bind inhibit-modification-hooks around altering buffer text.
7063
7064 * keymaps.texi (Key Binding Commands): Call binding BINDING
7065 rather than DEFINITION.
7066
70672005-06-29 Juanma Barranquero <lekktu@gmail.com>
7068
7069 * variables.texi (Defining Variables): `user-variable-p' returns t
7070 for aliases of user options, nil for alias loops.
7071
70722005-06-28 Richard M. Stallman <rms@gnu.org>
7073
7074 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
7075 make-keymap.
7076
70772005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7078
7079 * variables.texi (Setting Variables): Correct and clarify
7080 description of `add-to-ordered-list'.
7081
70822005-06-26 Richard M. Stallman <rms@gnu.org>
7083
7084 * display.texi (Faces): Minor cleanup.
7085
70862005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7087
7088 * display.texi (Faces): `facep' returns t for strings that are
7089 face names.
7090
70912005-06-25 Richard M. Stallman <rms@gnu.org>
7092
7093 * objects.texi (Equality Predicates): Clarify meaning of equal.
7094
7095 * windows.texi (Selecting Windows): save-selected-window
7096 and with-selected-window save and restore the current buffer.
7097
70982005-06-24 Richard M. Stallman <rms@gnu.org>
7099
7100 * numbers.texi (Float Basics): Explain how to test for NaN,
7101 and printing the sign of NaNs.
7102
71032005-06-24 Eli Zaretskii <eliz@gnu.org>
7104
7105 * makefile.w32-in (MAKEINFO): Use --force.
7106
71072005-06-23 Richard M. Stallman <rms@gnu.org>
7108
7109 * display.texi (Face Functions): Correct Texinfo usage.
7110
71112005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7112
7113 * lists.texi (Rings): `ring-elements' now returns the elements of
7114 RING in order.
7115
71162005-06-23 Juanma Barranquero <lekktu@gmail.com>
7117
7118 * markers.texi (The Mark): Texinfo usage fix.
7119
71202005-06-23 Kim F. Storm <storm@cua.dk>
7121
7122 * searching.texi (Entire Match Data): Remove evaporate option for
7123 match-data. Do not mention evaporate option for set-match-data.
7124
71252005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7126
7127 * display.texi (Face Functions): Mention face aliases.
7128
71292005-06-21 Richard M. Stallman <rms@gnu.org>
7130
7131 * anti.texi (Antinews): Texinfo usage fix.
7132
71332005-06-21 Karl Berry <karl@gnu.org>
7134
7135 * elisp.texi: Use @copying.
7136
7137 * elisp.texi: Put @summarycontents and @contents before the Top
7138 node, instead of the end of the file, so that the contents appear
7139 in the right place in the dvi/pdf output.
7140
71412005-06-21 Juri Linkov <juri@jurta.org>
7142
7143 * display.texi (Defining Faces): Add `customized-face'.
7144
71452005-06-20 Kim F. Storm <storm@cua.dk>
7146
7147 * variables.texi (Setting Variables): Any type of element can be
7148 given order in add-to-ordered-list. Compare elements with eq.
7149
7150 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7151
71522005-06-20 Karl Berry <karl@gnu.org>
7153
7154 * syntax.texi (Syntax Flags): Make last column very slightly wider
7155 to avoid "generic comment" breaking on two lines and causing an
7156 underfull box.
7157
71582005-06-19 Luc Teirlinck <teirllm@auburn.edu>
7159
7160 * lists.texi (Rings): Various minor clarifications and corrections.
7161
71622005-06-18 Richard M. Stallman <rms@gnu.org>
7163
7164 * functions.texi (Obsolete Functions): Simplify.
7165
7166 * variables.texi (Variable Aliases): Simplify.
7167
7168 * anti.texi, backups.texi, compile.texi, customization.texi:
7169 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7170 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7171 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7172 * variables.texi: Fix formatting ugliness.
7173
7174 * elisp.texi: Add links to Rings and Byte Packing.
7175 Update version and copyright years.
7176
7177 * minibuf.texi: Fix formatting ugliness.
7178 (Completion Commands): Move keymap vars to the end
7179 and vars completing-read binds to the top.
7180
71812005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7182
7183 * processes.texi: Fix typos.
7184 (Bindat Spec): Correct Texinfo error.
7185 (Byte Packing): Fix ungrammatical sentence.
7186
71872005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
7188
7189 * lists.texi (Rings): New node.
7190 (Lists): Add it to menu.
7191
7192 * processes.texi (Byte Packing): New node.
7193 (Processes): Add it to menu.
7194
71952005-06-17 Richard M. Stallman <rms@gnu.org>
7196
7197 * syntax.texi (Parsing Expressions): Fix texinfo usage.
7198
7199 * help.texi (Documentation Basics): Explain the xref to
7200 Documentation Tips.
7201
7202 * debugging.texi (Debugger Commands): Minor fix.
7203
72042005-06-16 Luc Teirlinck <teirllm@auburn.edu>
7205
7206 * edebug.texi (Instrumenting): Eliminate duplicate link.
7207 (Specification List): Replace references to "below", referring to
7208 a later node, with one @ref to that node.
7209
7210 * os.texi (Timers): Timers should save and restore the match data
7211 if they change it.
7212
7213 * debugging.texi (Debugger Commands): Mention that the Lisp
7214 debugger can not step through primitive functions.
7215
72162005-06-16 Juanma Barranquero <lekktu@gmail.com>
7217
7218 * functions.texi (Obsolete Functions): Update argument names of
7219 `make-obsolete' and `define-obsolete-function-alias'.
7220
7221 * variables.texi (Variable Aliases): Update argument names of
7222 `defvaralias', `make-obsolete-variable' and
7223 `define-obsolete-variable-alias'.
7224
72252005-06-15 Kim F. Storm <storm@cua.dk>
7226
7227 * searching.texi (Entire Match Data): Rephrase warnings about
7228 evaporate arg to match-data and set-match-data.
7229
72302005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7231
7232 * elisp.texi (Top): Update detailed menu.
7233
7234 * edebug.texi (Edebug): Update menu.
7235 (Instrumenting): Update xrefs.
7236 (Edebug Execution Modes): Correct xref.
7237 (Jumping): Clarify description of `h' command.
7238 Eliminate redundant @ref.
7239 (Breaks): New node.
7240 (Breakpoints): Is now a subsubsection.
7241 (Global Break Condition): Mention `C-x X X'.
7242 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
7243 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7244 (Edebug Display Update): Correct pxref.
7245 (Edebug and Macros): New node.
7246 (Instrumenting Macro Calls): Is now a subsubsection.
7247 Neither arg of `def-edebug-spec' is evaluated.
7248 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7249 (Specification Examples): Fix typo.
7250
72512005-06-14 Lute Kamstra <lute@gnu.org>
7252
7253 * debugging.texi (Function Debugging): Primitives can break on
7254 entry too.
7255
72562005-06-14 Kim F. Storm <storm@cua.dk>
7257
7258 * variables.texi (Setting Variables): Add add-to-ordered-list.
7259
72602005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7261
7262 * syntax.texi (Parsing Expressions): Document aux functions and vars of
7263 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7264
72652005-06-13 Lute Kamstra <lute@gnu.org>
7266
7267 * text.texi (Special Properties): Fix cross reference.
7268
72692005-06-11 Luc Teirlinck <teirllm@auburn.edu>
7270
7271 * debugging.texi (Function Debugging): Delete mention of empty
7272 string argument to `cancel-debug-on-entry'. Delete inaccurate
7273 description of the return value of that command.
7274
72752005-06-11 Alan Mackenzie <acm@muc.de>
7276
7277 * text.texi (Adaptive Fill): Amplify the description of
7278 fill-context-prefix.
7279
72802005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7281
7282 * syntax.texi (Parsing Expressions): Fix Texinfo error.
7283
72842005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7285
7286 * syntax.texi (Parsing Expressions): Document syntax-ppss.
7287
72882005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7289
7290 * debugging.texi (Error Debugging): Minor rewording.
7291 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7292 is optional.
7293
72942005-06-10 Lute Kamstra <lute@gnu.org>
7295
7296 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7297 (Top): Give it a title. Correct version number. Give the
7298 detailed node listing a more prominent header.
7299 * intro.texi: Don't set VERSION here a second time.
7300 Mention Emacs's version too.
7301 * anti.texi (Antinews): Use EMACSVER to refer to the current
7302 version of Emacs.
7303
73042005-06-09 Kim F. Storm <storm@cua.dk>
7305
7306 * searching.texi (Entire Match Data): Explain new `reseat' argument to
7307 match-data and set-match-data.
7308
73092005-06-08 Richard M. Stallman <rms@gnu.org>
7310
7311 * searching.texi (Entire Match Data): Clarify when match-data
7312 returns markers and when integers.
7313
7314 * display.texi (Defining Faces): Explain that face name should not
7315 end in `-face'.
7316
7317 * modes.texi (Mode Line Data): Minor cleanup.
7318 (Customizing Keywords): Node split out of Search-based Fontification.
7319 Add example of using font-lock-add-keywords from a hook.
7320 Clarify when MODE should be non-nil, and when nil.
7321
73222005-06-06 Richard M. Stallman <rms@gnu.org>
7323
7324 * modes.texi (Mode Line Data): Explain what happens when the car
7325 of a list is a void symbol.
7326 (Search-based Fontification): Explain MODE arg to
7327 font-lock-add-keywords and warn about calls from major modes.
7328
73292005-06-08 Juri Linkov <juri@jurta.org>
7330
7331 * display.texi (Standard Faces): Add `shadow' face.
7332
73332005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7334
7335 * modes.texi (Major Mode Conventions): A derived mode only needs
7336 to put the call to the parent mode inside `delay-mode-hooks'.
7337
73382005-05-29 Richard M. Stallman <rms@gnu.org>
7339
7340 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7341 new, and what that implies. Clarify.
7342
7343 * files.texi (Locating Files): Clean up the text.
7344
7345 * frames.texi (Window Frame Parameters): Document user-size.
7346 Shorten entry for top by referring to left.
7347
73482005-05-26 Richard M. Stallman <rms@gnu.org>
7349
7350 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7351 is new, and what the implications are. Other clarifications.
7352
73532005-05-24 Richard M. Stallman <rms@gnu.org>
7354
7355 * frames.texi (Dialog Boxes): Minor fixes.
7356
73572005-05-25 Masatake YAMATO <jet@gyve.org>
7358
7359 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7360
73612005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7362
7363 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7364 is optional.
7365
73662005-05-24 Nick Roberts <nickrob@snap.net.nz>
7367
10d1d0af 7368 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
7369
73702005-05-23 Lute Kamstra <lute@gnu.org>
7371
7372 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7373 syntax-begin-function over font-lock-beginning-of-syntax-function.
7374
73752005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7376
7377 * minibuf.texi (Reading File Names): Update description of
7378 `read-directory-name'.
7379
7380 * modes.texi (Derived Modes): Clarify :group keyword.
7381
73822005-05-21 Eli Zaretskii <eliz@gnu.org>
7383
7384 * files.texi (Locating Files): New subsection.
7385 Describe locate-file and executable-find.
7386
73872005-05-21 Kevin Ryde <user42@zip.com.au>
7388
7389 * frames.texi (Initial Parameters): Update cross reference to
7390 "Emacs Invocation".
7391
73922005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7393
7394 * keymaps.texi (Active Keymaps): Add anchor.
7395
7396 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7397 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7398 appropriate place.
7399 (Derived Modes): Small clarifications.
7400 (Minor Mode Conventions, Keymaps and Minor Modes):
7401 Replace references to nodes with references to anchors.
7402 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7403 Clarify description of lists whose first element is an integer.
7404 (Mode Line Variables): Add anchor.
7405 (%-Constructs): Clarify description of integer after %.
7406 (Emulating Mode Line): Describe nil value for FACE.
7407
74082005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7409
7410 * modes.texi (Derived Modes): Correct references to non-existing
7411 variable standard-syntax-table.
7412
74132005-05-17 Lute Kamstra <lute@gnu.org>
7414
7415 * modes.texi (Defining Minor Modes): Mention the mode hook.
7416
74172005-05-15 Kim F. Storm <storm@cua.dk>
7418
7419 * processes.texi (Network): Remove open-network-stream-nowait.
7420 (Network Servers): Remove open-network-stream-server.
7421
74222005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7423
7424 * elisp.texi (Top): Update detailed menu.
7425
7426 * variables.texi: Reorder nodes.
7427 (Variables): Update menu.
7428 (File Local Variables): Do not refer to the `-*-' line as
7429 a "local variables list". Add pxref.
7430
74312005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7432
7433 * elisp.texi (Top): Update detailed menu for node changes.
7434
7435 * modes.texi (Modes): Update Menu.
7436 (Hooks): Move to beginning of chapter.
7437 Most minor modes run mode hooks too.
7438 `add-hook' can handle void hooks or hooks whose value is a single
7439 function.
7440 (Major Modes): Update Menu.
7441 (Major Mode Basics): New node, split off from `Major Modes'.
7442 (Major Mode Conventions): Correct xref. Explain how to handle
7443 auto-mode-alist if the major mode command has an autoload cookie.
7444 (Auto Major Mode): Major update. Add magic-mode-alist.
7445 (Derived Modes): Major update.
7446 (Mode Line Format): Update Menu.
7447 (Mode Line Basics): New node, split off from `Mode Line Format'.
7448
7449 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7450 for `magic autoload comment'. Add index entries and anchor.
7451
74522005-05-14 Richard M. Stallman <rms@gnu.org>
7453
7454 * tips.texi (Coding Conventions): Explain how important it is
7455 that just loading certain files not change Emacs behavior.
7456
7457 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7458
74592005-05-12 Lute Kamstra <lute@gnu.org>
7460
7461 * modes.texi (Generic Modes): Update.
7462 (Major Modes): Refer to node "Generic Modes".
7463
7464 * elisp.texi (Top): Update to the current structure of the manual.
7465 * processes.texi (Processes): Add menu description.
7466 * customize.texi (Customization): Add menu descriptions.
7467
74682005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7469
7470 * processes.texi (Signals to Processes)
7471 (Low-Level Network): Fix typos.
7472
74732005-05-11 Lute Kamstra <lute@gnu.org>
7474
7475 * elisp.texi (Top): Add some nodes from the chapter "Major and
7476 Minor Modes" to the detailed node listing.
7477
74782005-05-10 Richard M. Stallman <rms@gnu.org>
7479
7480 * keymaps.texi (Extended Menu Items): Menu item filter functions
7481 can be called at any time.
7482
74832005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7484
7485 * variables.texi (File Local Variables): `(hack-local-variables t)'
7486 now also checks whether a mode is specified in the local variables
7487 list.
7488
74892005-05-05 Kevin Ryde <user42@zip.com.au>
7490
7491 * display.texi (The Echo Area): Correct format function cross
7492 reference.
7493
74942005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7495
7496 * variables.texi (Variable Aliases): Change description of
7497 `define-obsolete-variable-alias'.
7498
7499 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7500 (Defining Functions): Add xref.
7501 (Obsolete Functions): New node.
7502 (Function Safety): Standardize capitalization of section title.
7503
7504 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7505 (Dialog Boxes): Complete description of `x-popup-dialog'.
7506
75072005-05-04 Richard M. Stallman <rms@gnu.org>
7508
7509 * commands.texi (Interactive Codes): Fix Texinfo usage.
7510 Document U more clearly.
7511
75122005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7513
7514 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7515 function and not a macro.
7516
7517 * frames.texi (Pop-Up Menus): Correct and clarify description of
7518 `x-popup-menu'.
7519 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7520
75212005-05-01 Richard M. Stallman <rms@gnu.org>
7522
7523 * edebug.texi (Checking Whether to Stop): Fix previous change.
7524
75252005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7526
7527 * display.texi: Fix typos and Texinfo usage.
7528
7529 * edebug.texi (Checking Whether to Stop): executing-macro ->
7530 executing-kbd-macro.
7531
75322005-05-01 Richard M. Stallman <rms@gnu.org>
7533
7534 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7535
75362005-04-30 Richard M. Stallman <rms@gnu.org>
7537
7538 * files.texi (Magic File Names): Document `operations' property.
7539
75402005-04-29 Lute Kamstra <lute@gnu.org>
7541
7542 * modes.texi (Generic Modes): New node.
7543 (Major Modes): Add it to the menu.
7544 (Derived Modes): Add "derived mode" to concept index.
7545
75462005-04-28 Lute Kamstra <lute@gnu.org>
7547
7548 * modes.texi (Defining Minor Modes): Fix previous change.
7549 (Font Lock Mode): Simplify.
7550 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7551 when set and that some parts are optional. Add cross references.
7552 (Search-based Fontification): Say how to specify font-lock-keywords.
7553 Add cross references. Add font-lock-multiline to index.
7554 Move font-lock-keywords-case-fold-search here from node "Other Font
7555 Lock Variables". Document font-lock-add-keywords and
7556 font-lock-remove-keywords.
7557 (Other Font Lock Variables): Move font-lock-keywords-only,
7558 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7559 and font-lock-syntactic-face-function to node "Syntactic Font
7560 Lock". Move font-lock-keywords-case-fold-search to node
7561 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7562 and font-lock-{,un}fontify-{buffer,region}-function.
7563 (Precalculated Fontification): Remove reference to deleted variable
7564 font-lock-core-only.
7565 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7566 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7567 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7568 and font-lock-syntactic-face-function here from node "Other Font
7569 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7570 Syntax Properties". Add cross references.
7571 (Setting Syntax Properties): New node.
7572 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7573 * syntax.texi (Syntax Properties): Add cross reference.
7574 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7575
75762005-04-26 Richard M. Stallman <rms@gnu.org>
7577
7578 * display.texi (Defining Faces):
7579 Document `default' elements of defface spec.
7580
7581 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7582
7583 * variables.texi (Variable Aliases): Clarify text.
7584
75852005-04-25 Chong Yidong <cyd@stupidchicken.com>
7586
7587 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7588
75892005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7590
7591 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7592
75932005-04-24 Eli Zaretskii <eliz@gnu.org>
7594
7595 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7596 syntax-after and syntax-class.
7597
7598 * files.texi (Changing Files): Fix last change's cross-reference.
7599 (Unique File Names): Don't mention "numbers" in the documentation
7600 of make-temp-file and make-temp-name.
7601
76022005-04-23 Richard M. Stallman <rms@gnu.org>
7603
7604 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7605
76062005-04-22 Nick Roberts <nickrob@snap.net.nz>
7607
7608 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7609
76102005-04-22 Nick Roberts <nickrob@snap.net.nz>
7611
7612 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7613 and define-obsolete-variable-alias.
7614
76152005-04-22 Kim F. Storm <storm@cua.dk>
7616
7617 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7618 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7619
76202005-04-21 Lute Kamstra <lute@gnu.org>
7621
7622 * lists.texi (Association Lists): Document rassq-delete-all.
7623
76242005-04-19 Richard M. Stallman <rms@gnu.org>
7625
7626 * modes.texi (Search-based Fontification): Explain that
7627 facespec is an expression to be evaluated.
7628
76292005-04-19 Kevin Ryde <user42@zip.com.au>
7630
7631 * streams.texi (Output Functions): Fix xref.
7632 * strings.texi (String Conversion): Fix xref.
7633
76342005-04-19 Kim F. Storm <storm@cua.dk>
7635
7636 * symbols.texi (Symbol Plists): Add safe-get.
7637 Mention that `get' may signal an error.
7638
76392005-04-18 Nick Roberts <nickrob@snap.net.nz>
7640
7641 * customize.texi (Variable Definitions): Replace tooltip-mode
7642 example with save-place.
7643
76442005-04-17 Richard M. Stallman <rms@gnu.org>
7645
7646 * buffers.texi (Indirect Buffers): Clarify.
7647
7648 * positions.texi (Positions): Clarify converting marker to integer.
7649
7650 * strings.texi (String Basics): Mention string-match; clarify.
7651
76522005-04-08 Lute Kamstra <lute@gnu.org>
7653
7654 * modes.texi (Search-based Fontification): Fix cross references.
7655 Use consistent terminology. Document anchored highlighting.
7656
76572005-04-05 Lute Kamstra <lute@gnu.org>
7658
7659 * modes.texi (Defining Minor Modes): Document :group keyword
7660 argument and its default value.
7661
76622005-04-03 Lute Kamstra <lute@gnu.org>
7663
7664 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7665 references and/or descriptions. Delete major mode hooks; mention
7666 them as a category instead. Rename or delete obsolete hooks.
7667
76682005-04-02 Richard M. Stallman <rms@gnu.org>
7669
7670 * nonascii.texi (Coding System Basics): Another wording cleanup.
7671
76722005-04-01 Richard M. Stallman <rms@gnu.org>
7673
7674 * nonascii.texi (Coding System Basics): Clarify previous change.
7675
76762005-04-01 Kenichi Handa <handa@m17n.org>
7677
10d1d0af 7678 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7679 identity of coding systems.
7680
76812005-03-29 Chong Yidong <cyd@stupidchicken.com>
7682
7683 * text.texi (Buffer Contents): Add filter-buffer-substring and
7684 buffer-substring-filters.
7685
76862005-03-26 Chong Yidong <cyd@stupidchicken.com>
7687
7688 * anti.texi (Antinews): Mention `G' interactive code.
7689
7690 * tips.texi (Compilation Tips): Mention benchmark.el.
7691
76922005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7693
7694 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7695 is now bound to M-o M-o.
7696
7697 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7698
76992005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7700
7701 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7702 in the Emacs Manual).
7703 * Makefile.in (srcs): Remove calendar.texi.
7704 * makefile.w32-in (srcs): Remove calendar.texi.
7705 * display.texi (Display): Change name of next node.
7706 * os.texi (System In): Change name of previous node.
7707 * elisp.texi (Top): Remove Calendar references.
7708 * vol1.texi (Top): Remove Calendar references.
7709 * vol2.texi (Top): Remove Calendar references.
7710
77112005-03-25 Richard M. Stallman <rms@gnu.org>
7712
7713 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7714 Cleanup previous change.
7715
77162005-03-25 Chong Yidong <cyd@stupidchicken.com>
7717
7718 * display.texi (Face Attributes): Faces earlier in an :inherit
7719 list take precedence.
7720 (Scroll Bars): Fix description of vertical-scroll-bars.
7721 Document frame-current-scroll-bars and window-current-scroll-bars.
7722
7723 * markers.texi (The Mark): Document temporary Transient Mark mode.
7724
7725 * minibuf.texi (Reading File Names):
7726 Document read-file-name-completion-ignore-case.
7727
7728 * positions.texi (Screen Lines): Document nil for width argument
7729 to compute-motion.
7730
77312005-03-23 Kim F. Storm <storm@cua.dk>
7732
7733 * display.texi (Standard Faces): Other faces used in the fringe
7734 implicitly inherits from the fringe face.
7735 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7736 properties implicitly inherits from fringe face.
7737 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7738
77392005-03-20 Chong Yidong <cyd@stupidchicken.com>
7740
7741 * display.texi (Invisible Text): State default value of
7742 line-move-ignore-invisible.
7743 (Managing Overlays): Document remove-overlays.
7744 (Standard Faces): Document escape-glyph face.
7745
7746 * minibuf.texi (Reading File Names): Document read-file-name-function.
7747
7748 * modes.texi (Other Font Lock Variables):
7749 Document font-lock-lines-before.
7750
7751 * positions.texi (Skipping Characters): skip-chars-forward allows
7752 character classes.
7753
77542005-03-18 Lute Kamstra <lute@gnu.org>
7755
7756 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7757
77582005-03-17 Richard M. Stallman <rms@gnu.org>
7759
7760 * text.texi (Undo): Document extensible undo entries.
7761
dd7b651b 7762 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7763
7764 * nonascii.texi (Character Codes): Minor fix.
7765
7766 * display.texi (Display Property): Explain the significance
7767 of having text properties that are eq.
7768 (Other Display Specs): Explain string as display spec.
7769
7770 * commands.texi (Interactive Codes): Document G option.
7771
77722005-03-17 Chong Yidong <cyd@stupidchicken.com>
7773
7774 * text.texi (Filling): Add sentence-end-without-period and
7775 sentence-end-without-space.
7776 (Changing Properties): Minor fix.
7777
7778 * anti.texi: Total rewrite.
7779
77802005-03-15 Lute Kamstra <lute@gnu.org>
7781
7782 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7783
77842005-03-08 Kim F. Storm <storm@cua.dk>
7785
7786 * display.texi (Specified Space): Property :width is support on
7787 non-graphic terminals, :height is not.
7788
77892005-03-07 Richard M. Stallman <rms@gnu.org>
7790
7791 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7792 Now subnodes of Fringes.
7793 (Overlay Arrow): Document overlay-arrow-variable-list.
7794 (Fringe Size/Pos): New node, broken out of Fringes.
7795 (Display): Explain clearing vs redisplay better.
7796 (Truncation): Clarify use of bitmaps.
7797 (The Echo Area): Clarify the uses of the echo area.
7798 Add max-mini-window-height.
7799 (Progress): Clarify.
7800 (Invisible Text): Explain that main loop moves point out.
7801 (Selective Display): Say "hidden", not "invisible".
7802 (Managing Overlays): Move up. Describe relation to Undo here.
7803 (Overlay Properties): Clarify intro.
7804 (Finding Overlays): Explain return values when nothing found.
7805 (Width): truncate-string-to-width has added arg.
7806 (Displaying Faces): Clarify and update mode line face handling.
7807 (Face Functions): Minor cleanup.
7808 (Conditional Display): Merge into Other Display Specs.
7809 (Pixel Specification, Other Display Specs): Minor cleanups.
7810 (Images, Image Descriptors): Minor cleanups.
7811 (GIF Images): Patents have expired.
7812 (Showing Images): Explain default text for insert-image.
7813 (Manipulating Button Types): Merge into Manipulating Buttons.
7814 (Making Buttons): Explain return values.
7815 (Button Buffer Commands): Add xref.
7816 (Inverse Video): Update mode-line-inverse-video.
7817 (Display Table Format): Clarify.
7818 (Active Display Table): Give defaults for window-display-table.
7819
7820 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7821 and calendar-today-marker are strings, not chars.
7822 (Holiday Customizing): Minor fix.
7823
7824 * internals.texi (Writing Emacs Primitives): Update `or' example.
7825 Update limit on # args of subr.
7826
7827 * edebug.texi (Using Edebug): Arrow is in fringe.
7828 (Instrumenting): Arg to eval-defun works without loading edebug.
7829 (Edebug Execution Modes): Add xref.
7830
7831 * customize.texi (Common Keywords): Clarify :require.
7832 Mention :version here.
7833 (Variable Definitions, Group Definitions): Not here.
7834 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7835
78362005-03-07 Chong Yidong <cyd@stupidchicken.com>
7837 * nonascii.texi (Text Representations): Clarify position-bytes.
7838 (Character Sets): Add list-charset-chars.
7839 (Scanning Charsets): Add charset-after.
7840 (Encoding and I/O): Minor fix.
7841
78422005-03-06 Richard M. Stallman <rms@gnu.org>
7843
7844 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7845 (Resizing Windows): Likewise.
7846
7847 * text.texi (Change Hooks): Get rid of "Emacs 21".
7848
7849 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7850
7851 * streams.texi (Output Variables): Get rid of "Emacs 21".
7852
7853 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7854
7855 * os.texi (Translating Input): Replace flow-control example
7856 with a less obsolete example that uses `keyboard-translate'.
7857
7858 * objects.texi (Hash Table Type, Circular Objects):
7859 Get rid of "Emacs 21".
7860
7861 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7862 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7863
7864 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7865
7866 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7867
7868 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7869 (Menu Bar): Fix when menu-bar-update-hook is called.
7870
7871 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7872
7873 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7874 and make it read better.
7875
7876 * files.texi (Writing to Files): Get rid of "Emacs 21".
7877 (Unique File Names): Likewise.
7878
7879 * elisp.texi: Update Emacs version to 22.
7880
7881 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7882 (Overlay Properties, Face Attributes): Likewise.
7883 (Managing Overlays): Fix punctuation.
7884 (Attribute Functions): Clarify set-face-font; get rid of
7885 info about old Emacs versions.
7886 (Auto Faces, Font Lookup, Display Property, Images):
7887 Get rid of "Emacs 21".
7888
7889 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7890
78912005-03-05 Richard M. Stallman <rms@gnu.org>
7892
7893 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7894
78952005-03-04 Lute Kamstra <lute@gnu.org>
7896
7897 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7898
78992005-03-03 Lute Kamstra <lute@gnu.org>
7900
7901 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7902
79032005-03-01 Lute Kamstra <lute@gnu.org>
7904
7905 * debugging.texi (Debugger Commands): Update `j'.
7906
79072005-02-28 Lute Kamstra <lute@gnu.org>
7908
7909 * debugging.texi (Debugging): Fix typo.
7910 (Error Debugging): Document eval-expression-debug-on-error.
7911 (Function Debugging): Update example.
7912 (Using Debugger): Mention starred stack frames.
7913 (Debugger Commands): Document `j' and `l'.
7914 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7915 Update the messages that the debugger displays.
7916 (Internals of Debugger): Add cross reference. Update example.
7917 (Excess Open): Minor improvement.
7918 (Excess Close): Minor improvement.
7919
79202005-02-26 Richard M. Stallman <rms@gnu.org>
7921
7922 * tips.texi (Coding Conventions): Clarify.
7923 Put all the major mode key reservations together.
7924 Mention the Mouse-1 => Mouse-2 conventions.
7925
7926 * syntax.texi (Syntax Class Table): Clarify.
7927 (Syntax Table Functions): syntax-after moved from here.
7928 (Syntax Table Internals): syntax-after moved to here.
7929 (Parsing Expressions): Update info on number of values
7930 and what's meaningful in the STATE argument.
7931 (Categories): Fix typo.
7932
7933 * sequences.texi (Arrays): Cleanup.
7934 (Char-Tables): Clarify.
7935
7936 * processes.texi (Deleting Processes): Cleanups, add xref.
7937 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7938 (Process Information): set-process-coding-system, some args optional.
7939 (Input to Processes): Explain various types for PROCESS args.
7940 Rename them from PROCESS-NAME to PROCESS.
7941 (Signals to Processes): Likewise.
7942 (Decoding Output): Cleanup.
7943 (Query Before Exit): Clarify.
7944
7945 * os.texi (Startup Summary): Correct the options; add missing ones.
7946 (Terminal Output, Batch Mode): Clarify.
7947 (Flow Control): Node deleted.
7948
7949 * markers.texi (The Mark): Clarify.
7950
7951 * macros.texi (Expansion): Cleanup.
7952 (Indenting Macros): indent-spec allows ints, not floats.
7953
7954 * keymaps.texi (Keymaps): Clarify.
7955 (Format of Keymaps): Update lisp-mode-map example.
7956 (Active Keymaps, Key Lookup): Clarify.
7957 (Changing Key Bindings): Add xref to `kbd'.
7958 (Key Binding Commands, Simple Menu Items): Clarify.
7959 (Mouse Menus, Menu Bar): Clarify.
7960 (Menu Example): Replace print example with menu-bar-replace-menu.
7961
7962 * help.texi (Documentation Basics): Add function-documentation prop.
7963
7964 * elisp.texi (Top): Don't refer to Flow Control node.
7965
7966 * commands.texi (Command Overview): Improve xrefs.
7967 (Adjusting Point): Adjusting point applies to intangible and invis.
7968 (Key Sequence Input): Doc extra read-key-sequence args.
7969 Likewise for read-key-sequence-vector.
7970
7971 * backups.texi (Rename or Copy): Minor fix.
7972 (Numbered Backups): For version-control, say the default.
7973 (Auto-Saving): make-auto-save-file-name example is simplified.
7974
7975 * advice.texi (Advising Functions): Don't imply one part of Emacs
7976 should advise another part. Markup changes.
7977 (Defining Advice): Move transitional para.
7978 (Activation of Advice): Cleanup.
7979 Explain if COMPILE is nil or negative.
7980
7981 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7982
79832005-02-24 Lute Kamstra <lute@gnu.org>
7984
7985 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7986 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7987
79882005-02-23 Lute Kamstra <lute@gnu.org>
7989
7990 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7991 to define global minor modes as well.
7992
7993 * display.texi (Managing Overlays): overlay-buffer returns nil for
7994 deleted overlays.
7995
79962005-02-22 Kim F. Storm <storm@cua.dk>
7997
7998 * minibuf.texi (Basic Completion): Allow symbols in addition to
7999 strings in try-completion and all-completions.
8000
80012005-02-14 Lute Kamstra <lute@gnu.org>
8002
8003 * elisp.texi (Top): Remove reference to deleted node.
8004
8005 * lists.texi (Lists): Remove reference to deleted node.
8006 (Cons Cells): Fix typo.
8007
8008 * loading.texi (Where Defined): Fix typo.
8009
80102005-02-14 Richard M. Stallman <rms@gnu.org>
8011
8012 * variables.texi (Creating Buffer-Local): change-major-mode-hook
8013 is useful for discarding some minor modes.
8014
8015 * symbols.texi (Symbol Components): Reorder examples.
8016
8017 * streams.texi (Input Functions): State standard-input default.
8018 (Output Variables): State standard-output default.
8019
8020 * objects.texi (Printed Representation): Clarify read syntax vs print.
8021 (Floating Point Type): Explain meaning better.
8022 (Symbol Type): Explain uniqueness better.
8023 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
8024 List examples sooner.
8025 (Box Diagrams): New subnode broken out.
8026 Some examples moved from old Lists as Boxes node.
8027 (Dotted Pair Notation): Clarify intro.
8028 (Array Type): Clarify.
8029 (Type Predicates): Add hash-table-p.
8030
8031 * numbers.texi (Integer Basics): Clarify radix explanation.
8032 (Predicates on Numbers): Minor clarification.
8033 (Comparison of Numbers): Minor clarification. Clarify eql.
8034 Typos in min, max.
8035 (Math Functions): Clarify overflow in expt.
8036
8037 * minibuf.texi (Text from Minibuffer): Minor clarification.
8038 Mention arrow keys.
8039
8040 * loading.texi (Autoload): defun's doc string overrides autoload's
8041 doc string.
8042 (Repeated Loading): Modernize "add to list" examples.
8043 (Where Defined): Finish updating table of load-history elts.
8044
8045 * lists.texi (List-related Predicates): Minor wording improvement.
8046 (Lists as Boxes): Node deleted.
8047 (Building Lists): Explain trivial cases of number-sequence.
8048
8049 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 8050 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
8051 (Hash Access): Any object can be a key.
8052 State value of maphash.
8053
8054 * functions.texi (What Is a Function): Wording cleanup.
8055 (Function Documentation): Minor cleanup.
8056 Explain purpose of calling convention at end of doc string.
8057 (Function Names): Wording cleanup.
8058 (Calling Functions): Wording cleanup.
8059 Explain better how funcall calls the function.
8060 (Function Cells): Delete example of saving and redefining function.
8061
8062 * control.texi (Combining Conditions): Wording cleanup.
8063 (Iteration): dolist and dotimes bind VAR locally.
8064 (Cleanups): Xref to Atomic Changes.
8065
8066 * compile.texi (Byte Compilation): Delete 19.29 info.
8067 (Compilation Functions): Macros' difficulties don't affect defsubst.
8068 (Docs and Compilation): Delete 19.29 info.
8069
80702005-02-10 Richard M. Stallman <rms@gnu.org>
8071
8072 * objects.texi (Symbol Type): Minor correction.
8073
80742005-02-06 Lute Kamstra <lute@gnu.org>
8075
8076 * modes.texi (Example Major Modes): Fix typos.
8077
80782005-02-06 Richard M. Stallman <rms@gnu.org>
8079
8080 * text.texi (Margins): fill-nobreak-predicate can be one function.
8081
8082 * strings.texi (Modifying Strings): clear-string can make unibyte.
8083 (Formatting Strings): format gives error if values missing.
8084
8085 * positions.texi (Character Motion): Mention default arg
8086 for forward-char. backward-char refers to forward-char.
8087 (Word Motion): Mention default arg for forward-word.
8088 (Buffer End Motion): Mention default arg for beginning-of-buffer.
8089 Simplify end-of-buffer.
8090 (Text Lines): Mention default arg for forward-line.
8091 (List Motion): Mention default arg for beginning/end-of-defun.
8092 (Skipping Characters): Minor fixes in explaining character-set.
8093
8094 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
8095 Mode inheritance applies only when default-major-mode is nil.
8096 Clarifications.
8097 (Example Major Modes): Update Text mode and Lisp mode examples.
8098 (Minor Mode Conventions): Mention define-minor-mode at top.
8099 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
8100 (Mode Line Format): Update mode line face display info.
8101 (Properties in Mode): Mention effect of risky vars.
8102 (Imenu): Define imenu-add-to-menubar.
8103 (Font Lock Mode): Add descriptions to menu lines.
8104 (Faces for Font Lock): Add font-lock-doc-face.
8105
81062005-02-05 Lute Kamstra <lute@gnu.org>
8107
8108 * text.texi (Maintaining Undo): Remove obsolete function.
8109
81102005-02-05 Eli Zaretskii <eliz@gnu.org>
8111
8112 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 8113 color specifications. Improve indexing.
b8d4c8d0
GM
8114 (Text Terminal Colors): Replace the description of RGB values by
8115 an xref to "Color Names".
8116
81172005-02-03 Richard M. Stallman <rms@gnu.org>
8118
8119 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8120 Clarify.
8121 (Selecting Windows): Clarify save-selected-window.
8122 (Cyclic Window Ordering): Clarify walk-windows.
8123 (Window Point): Clarify.
8124 (Window Start): Add comment to example.
8125 (Resizing Windows): Add `interactive' specs in examples.
8126 Document fit-window-to-buffer.
8127
8128 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8129 (Undo, Maintaining Undo): Clarify last change.
8130 (Sorting): In sort-numeric-fields, explain about octal and hex.
8131 Mention sort-numeric-base.
8132 (Format Properties): Add xref for hard newlines.
8133
8134 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8135 (Pop-Up Menus): Fix typo.
8136 (Color Names): Explain all types of color names.
8137 Explain color-values on B&W terminal.
8138 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
8139
8140 * files.texi (File Locks): Not supported on MS systems.
8141 (Testing Accessibility): Clarify.
8142
8143 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8144 (Coverage Testing): Fix typo.
8145
8146 * commands.texi (Misc Events): Remove stray space.
8147
8148 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8149 (Modification Time): Clarify when visited-file-modtime returns 0.
8150 (The Buffer List): Clarify bury-buffer.
8151 (Killing Buffers): Clarify.
8152 (Indirect Buffers): Add clone-indirect-buffer.
8153
81542005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8155
8156 * edebug.texi (Printing in Edebug): Fix default value of
8157 edebug-print-circle.
8158 (Coverage Testing): Fix displayed frequency count data.
8159
81602005-02-02 Luc Teirlinck <teirllm@auburn.edu>
8161
8162 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8163
81642005-02-02 Kim F. Storm <storm@cua.dk>
8165
8166 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8167
81682005-01-29 Eli Zaretskii <eliz@gnu.org>
8169
8170 * commands.texi (Misc Events): Describe the help-echo event.
8171
8172 * text.texi (Special Properties) <help-echo>: Use `pos'
8173 consistently in description of the help-echo property.
8174 Use @code{nil} instead of @var{nil}.
8175
8176 * display.texi (Overlay Properties): Fix the index entry for
8177 help-echo overlay property.
8178
8179 * customize.texi (Type Keywords): Uncomment the xref to the
8180 help-echo property documentation.
8181
81822005-01-23 Kim F. Storm <storm@cua.dk>
8183
8184 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8185 return value. Third element FULLY replaced by PARTIAL which
8186 specifies number of invisible pixels if row is only partially visible.
8187 (Textual Scrolling): Mention auto-window-vscroll.
8188 (Vertical Scrolling): New defvar auto-window-vscroll.
8189
81902005-01-16 Luc Teirlinck <teirllm@auburn.edu>
8191
8192 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8193 command remapping.
8194
81952005-01-15 Richard M. Stallman <rms@gnu.org>
8196
8197 * display.texi (Defining Images): Mention DATA-P arg of create-image.
8198
81992005-01-14 Kim F. Storm <storm@cua.dk>
8200
8201 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8202
8203 * text.texi (Links and Mouse-1): Fix string and vector item.
8204
82052005-01-13 Richard M. Stallman <rms@gnu.org>
8206
8207 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8208 descriptions of overriding-local-map and overriding-terminal-local-map.
8209
8210 * text.texi (Links and Mouse-1): Clarify text.
8211
82122005-01-13 Kim F. Storm <storm@cua.dk>
8213
8214 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8215
82162005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
8217
8218 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8219
82202005-01-12 Kim F. Storm <storm@cua.dk>
8221
8222 * text.texi (Links and Mouse-1): Rename section from Enabling
8223 Mouse-1 to Following Links. Change xrefs.
8224 Add examples for define-button-type and define-widget.
8225
8226 * display.texi (Button Properties, Button Buffer Commands):
8227 Clarify mouse-1 and follow-link functionality.
8228
82292005-01-12 Richard M. Stallman <rms@gnu.org>
8230
8231 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8232
8233 * display.texi (Beeping): Fix Texinfo usage.
8234
8235 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8236
82372005-01-11 Kim F. Storm <storm@cua.dk>
8238
8239 * display.texi (Button Properties, Button Buffer Commands):
8240 Mention mouse-1 binding. Add follow-link keyword.
8241
8242 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8243 (Enabling Mouse-1 to Follow Links): New subsection.
8244
82452005-01-06 Richard M. Stallman <rms@gnu.org>
8246
8247 * text.texi (Special Properties): Minor change.
8248
8249 * os.texi (Timers): Clarify previous change.
8250
8251 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8252
82532005-01-01 Luc Teirlinck <teirllm@auburn.edu>
8254
8255 * display.texi (Face Attributes): Correct xref to renamed node.
8256
82572005-01-01 Richard M. Stallman <rms@gnu.org>
8258
8259 * display.texi (Face Attributes): Describe hex color specs.
8260
82612004-12-31 Richard M. Stallman <rms@gnu.org>
8262
8263 * os.texi (Timers): Update previous change.
8264
82652004-12-30 Kim F. Storm <storm@cua.dk>
8266
8267 * display.texi (Line Height): Total line-height is now specified
8268 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
8269 in cons cells. (nil . RATIO) is relative to actual line height.
8270 Use line-height `t' instead of `0' to get minimum height.
8271
82722004-12-29 Richard M. Stallman <rms@gnu.org>
8273
8274 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8275
82762004-12-28 Richard M. Stallman <rms@gnu.org>
8277
8278 * commands.texi (Quitting): Clarify value of with-local-quit.
8279
8280 * elisp.texi (Top): Fix previous change.
8281
8282 * loading.texi (Loading): Fix previous change.
8283
82842004-12-27 Richard M. Stallman <rms@gnu.org>
8285
8286 * Makefile.in (MAKEINFO): Specify --force.
8287
8288 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8289
8290 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8291
8292 * display.texi (Line Height): Further clarify.
8293
8294 * elisp.texi (Top): Update Loading submenu.
8295
8296 * loading.texi (Where Defined): New node.
8297 (Unloading): load-history moved to Where Defined.
8298
82992004-12-21 Richard M. Stallman <rms@gnu.org>
8300
8301 * commands.texi (Event Input Misc): Add while-no-input.
8302
83032004-12-11 Richard M. Stallman <rms@gnu.org>
8304
8305 * display.texi (Line Height): Rewrite text for clarity.
8306
83072004-12-11 Kim F. Storm <storm@cua.dk>
8308
8309 * display.texi (Display): Add node "Line Height" to menu.
8310 (Line Height): New node. Move full description of line-spacing
8311 and line-height text properties here from text.texi.
8312 (Scroll Bars): Add vertical-scroll-bar variable.
8313
8314 * frames.texi (Window Frame Parameters): Remove line-height defvar.
8315
8316 * locals.texi (Standard Buffer-Local Variables): Fix xref for
8317 line-spacing and vertical-scroll-bar.
8318
8319 * text.texi (Special Properties): Just mention line-spacing and
8320 line-height here, add xref to new "Line Height" node.
8321
83222004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
8323
8324 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8325
8326 * locals.texi (Standard Buffer-Local Variables):
8327 Add @xref for `line-spacing'.
8328
83292004-12-05 Richard M. Stallman <rms@gnu.org>
8330
8331 * Makefile.in (maintainer-clean): Remove the info files
8332 in $(infodir) where they are created.
8333
83342004-12-03 Richard M. Stallman <rms@gnu.org>
8335
8336 * windows.texi (Selecting Windows): get-lru-window and
8337 get-largest-window don't consider dedicated windows.
8338
8339 * text.texi (Undo): Document undo-in-progress.
8340
83412004-11-26 Richard M. Stallman <rms@gnu.org>
8342
8343 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8344 Remove a few vars that are not always buffer-local.
8345
83462004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8347
8348 * locals.texi (Standard Buffer-Local Variables): Comment out
8349 xref's to non-existent node `Yet to be written'.
8350
83512004-11-24 Richard M. Stallman <rms@gnu.org>
8352
8353 * processes.texi (Synchronous Processes): Grammar fix.
8354
8355 * numbers.texi (Comparison of Numbers): Add eql.
8356
8357 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8358
8359 * intro.texi (Printing Notation): Fix previous change.
8360
8361 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8362 and default-indicate-buffer-boundaries from here.
8363 (Usual Display): To here.
8364 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8365 (Usual Display): Move tab-width up.
8366
5dcb4c4e
SM
8367 * customize.texi (Variable Definitions):
8368 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
8369 (Simple Types, Composite Types, Defining New Types):
8370 Minor cleanups.
8371
83722004-11-21 Jesper Harder <harder@ifa.au.dk>
8373
8374 * processes.texi (Synchronous Processes, Output from Processes):
8375 Markup fix.
8376
83772004-11-20 Richard M. Stallman <rms@gnu.org>
8378
8379 * positions.texi (Skipping Characters): skip-chars-forward
8380 now handles char classes.
8381
8382 * intro.texi (Printing Notation): Avoid confusion of `print'
8383 when explaining @print.
8384
8385 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8386
8387 * display.texi (Display Table Format): Minor fix.
8388
8389 * streams.texi (Output Functions): Fix print example.
8390
8391 * Makefile.in (elisp): New target.
8392 (dist): Depend on $(infodir)/elisp, not elisp.
8393 Copy the info files from $(infodir).
8394
8395 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8396 read-from-minibuffer.
8397
8398 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8399
84002004-11-19 Richard M. Stallman <rms@gnu.org>
8401
8402 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8403
84042004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8405
8406 * tips.texi (Coding Conventions): Fix typo.
8407
84082004-11-16 Richard M. Stallman <rms@gnu.org>
8409
8410 * tips.texi (Coding Conventions): Separate defvar and require
8411 methods to avoid warnings. Use require only when there are many
8412 functions and variables from that package.
8413
8414 * minibuf.texi (Minibuffer Completion): When ignoring case,
8415 predicate must not be case-sensitive.
8416
8417 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8418 (Test Coverage): Don't talk about "splotches". Clarified.
8419
84202004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8421
8422 * frames.texi (Window Frame Parameters): Fix typo.
8423
84242004-11-15 Kim F. Storm <storm@cua.dk>
8425
8426 * symbols.texi (Other Plists): Note that plist-get may signal error.
8427 Add safe-plist-get.
8428
84292004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8430
8431 * modes.texi (Font Lock Basics): Fix typo.
8432
84332004-11-08 Richard M. Stallman <rms@gnu.org>
8434
8435 * syntax.texi (Syntax Table Functions): Add syntax-after.
8436
84372004-11-06 Lars Brinkhoff <lars@nocrew.org>
8438
8439 * os.texi (Processor Run Time): New section documenting
8440 get-internal-run-time.
8441
84422004-11-06 Eli Zaretskii <eliz@gnu.org>
8443
8444 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8445 it nukes elisp-cover.texi.
8446 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8447 elisp-0 etc.
8448
84492004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8450
8451 * commands.texi (Keyboard Macros): Document `append' return value
8452 of `defining-kbd-macro'.
8453
84542004-11-01 Richard M. Stallman <rms@gnu.org>
8455
8456 * commands.texi (Interactive Call): Add called-interactively-p.
8457
84582004-10-29 Simon Josefsson <jas@extundo.com>
8459
8460 * minibuf.texi (Reading a Password): Revert.
8461
84622004-10-28 Richard M. Stallman <rms@gnu.org>
8463
8464 * frames.texi (Display Feature Testing): Explain about "vendor".
8465
84662004-10-27 Richard M. Stallman <rms@gnu.org>
8467
8468 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8469 not raw. Clarify `n'.
8470 (Interactive Call): Rewrite interactive-p, focusing on when
8471 and how to use it.
8472 (Misc Events): Clarify previous change.
8473
8474 * advice.texi (Simple Advice): Clarify what job the example does.
8475 (Around-Advice): Clarify ad-do-it.
8476 (Activation of Advice): An option of ad-default-compilation-action
8477 is `never', not `nil'.
8478
84792004-10-26 Kim F. Storm <storm@cua.dk>
8480
8481 * commands.texi (Interactive Codes): Add U code letter.
8482
84832004-10-25 Simon Josefsson <jas@extundo.com>
8484
8485 * minibuf.texi (Reading a Password): Add.
8486
84872004-10-24 Jason Rumney <jasonr@gnu.org>
8488
8489 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8490 and wheel-down.
8491
84922004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8493
8494 * processes.texi (Synchronous Processes): Document process-file.
8495
84962004-10-22 Kenichi Handa <handa@m17n.org>
8497
8498 * text.texi (translate-region): Document that it accepts also a
8499 char-table.
8500
85012004-10-22 David Ponce <david@dponce.com>
8502
8503 * windows.texi (Resizing Windows): Document the `preserve-before'
8504 argument of the functions `enlarge-window' and `shrink-window'.
8505
85062004-10-19 Jason Rumney <jasonr@gnu.org>
8507
8508 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8509
85102004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8511
8512 * text.texi (Filling): Add anchor for definition of
8513 `sentence-end-double-space'.
8514
8515 * searching.texi (Regexp Example): Update description of how
8516 Emacs currently recognizes the end of a sentence.
8517 (Standard Regexps): Update definition of the variable
8518 `sentence-end'. Add definition of the function `sentence-end'.
8519
85202004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8521
8522 * display.texi (Progress): New node.
8523
85242004-10-05 Kim F. Storm <storm@cua.dk>
8525
8526 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8527
85282004-09-29 Kim F. Storm <storm@cua.dk>
8529
8530 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8531 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8532 fringe bitmap symbols, as they now have their own namespace.
8533 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8534 vs. pixels. Signal error if no free bitmap slots.
8535 (Pixel Specification): Change IMAGE to @var{image}.
8536
85372004-09-28 Richard M. Stallman <rms@gnu.org>
8538
8539 * text.texi (Special Properties): Clarify line-spacing and line-height.
8540
8541 * searching.texi (Regexp Search): Add looking-back.
8542
85432004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8544
8545 * display.texi: Correct typos.
8546 (Image Descriptors): Correct xref's.
8547
85482004-09-25 Richard M. Stallman <rms@gnu.org>
8549
8550 * text.texi (Special Properties): Cleanups in `cursor'.
8551 Rewrites in `line-height' and `line-spacing'; exchange them.
8552
8553 * display.texi (Fringes): Rewrite previous change.
8554 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8555 (Display Fringe Bitmaps): Node deleted, text moved.
8556 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8557 (Scroll Bars): Clarify set-window-scroll-bars.
8558 (Pointer Shape): Rewrite.
8559 (Specified Space): Clarify :align-to, etc.
8560 (Pixel Specification): Use @var. Clarify new text.
8561 (Other Display Specs): Clarify `slice'.
8562 (Image Descriptors): Cleanups.
8563 (Showing Images): Cleanups.
8564
85652004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8566
8567 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8568
8569 * modes.texi: Various minor changes in addition to:
8570 (Major Mode Conventions): Final call to `run-mode-hooks' should
8571 not be inside the `delay-mode-hooks' form.
8572 (Mode Hooks): New node.
8573 (Hooks): Delete obsolete example.
8574 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8575 node "Mode Hooks".
8576
85772004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8578
8579 * display.texi: Correct various typos.
8580 (Display): Rename node "Pointer Shapes" to "Pointer
8581 Shape". (There is already a node called "Pointer Shapes" in
8582 frames.texi.)
8583 (Images): Remove non-existent node "Image Slices" from menu.
8584
85852004-09-23 Kim F. Storm <storm@cua.dk>
8586
8587 * text.texi (Special Properties): Add `cursor', `pointer',
8588 `line-height', and `line-spacing' properties.
8589
8590 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8591 Shapes' to menu.
8592 (Standard Faces): Doc fix for fringe face.
8593 (Fringes): Add `overflow-newline-into-fringe' and
8594 'indicate-buffer-boundaries'.
8595 (Fringe Bitmaps, Pointer Shapes): New nodes.
8596 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8597 Bitmaps' to menu.
8598 (Specified Space): Describe pixel width and height.
8599 (Pixel Specification): New node.
8600 (Other Display Specs): Add `slice' property.
8601 (Display Fringe Bitmaps): New node.
8602 (Images): Add 'Image Slices' to menu.
8603 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8604 (Showing Images): Add slice arg to `insert-image'.
8605 Add 'insert-sliced-image'.
b8d4c8d0
GM
8606
86072004-09-20 Richard M. Stallman <rms@gnu.org>
8608
8609 * commands.texi (Key Sequence Input):
8610 Clarify downcasing in read-key-sequence.
8611
86122004-09-08 Juri Linkov <juri@jurta.org>
8613
8614 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8615
86162004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8617
5dcb4c4e
SM
8618 * locals.texi (Standard Buffer-Local Variables):
8619 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8620 * internals.texi (Buffer Internals): Describe new
8621 auto_save_file_format field of the buffer structure.
8622 * files.texi (Format Conversion): `auto-save-file-format' has been
8623 renamed `buffer-auto-save-file-format'.
8624
86252004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8626
8627 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8628 an integer or a marker.
8629 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8630
86312004-08-22 Richard M. Stallman <rms@gnu.org>
8632
8633 * modes.texi (Major Mode Conventions): Discuss rebinding of
8634 standard key bindings.
8635
86362004-08-18 Kim F. Storm <storm@cua.dk>
8637
8638 * processes.texi (Accepting Output): Add `just-this-one' arg to
8639 `accept-process-output'.
8640 (Output from Processes): New var `process-adaptive-read-buffering'.
8641
86422004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8643
8644 * keymaps.texi: Various changes in addition to:
8645 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8646 Give more varied examples for `kbd'.
8647 (Creating Keymaps): Char tables have slots for all characters
8648 without modifiers.
8649 (Active Keymaps): `overriding-local-map' and
8650 `overriding-terminal-local-map' also override text property and
8651 overlay keymaps.
8652 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8653 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8654 to denote a prefix of no events.
8655 `map-keymap' includes parent's bindings _recursively_.
8656 Clarify and correct description of `where-is-internal'.
8657 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8658 (Menu Example): For menus intended for use with the keyboard, the
8659 menu items should be bound to characters or real function keys.
8660
86612004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8662
8663 * objects.texi (Character Type): Reposition `@anchor' to prevent
8664 double space inside sentence in Info.
8665
8666 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8667 renamed to `disabled-command-function'.
8668 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8669 (Command Loop Info): Replace reference to it.
8670 (Disabling Commands): `disabled-command-hook' has been renamed to
8671 `disabled-command-function'.
8672
86732004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8674
8675 * os.texi (Translating Input): Only non-prefix bindings in
8676 `key-translation-map' override actual key bindings. Warn about
8677 possible indirect effect of actual key bindings on non-prefix
8678 bindings in `key-translation-map'.
8679
86802004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8681
8682 * minibuf.texi (High-Level Completion): Add anchor for definition
8683 of `read-variable'.
8684
8685 * commands.texi: Various changes in addition to:
8686 (Using Interactive): Clarify description of `interactive-form'.
8687 (Interactive Call): Mention default for KEYS argument to
8688 `call-interactively'.
8689 (Command Loop Info): Clarify description of `this-command-keys'.
8690 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8691 Value of `last-event-frame' can be `macro'.
8692 (Repeat Events): `double-click-fuzz' is also used to distinguish
8693 clicks and drags.
8694 (Classifying Events): Clarify descriptions of `event-modifiers'
8695 `event-basic-type' and `event-convert-list'.
8696 (Accessing Events): `posn-timestamp' takes POSITION argument.
8697 (Quoted Character Input): Clarify description of
8698 `read-quoted-char' and fix example.
8699 (Quitting): Add `with-local-quit'.
8700 (Disabling Commands): Correct and clarify descriptions of
8701 `enable-command' and `disable-command'.
8702 Mention what happens if `disabled-command-hook' is nil.
8703 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8704 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8705
87062004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8707
8708 * frames.texi: Various changes in addition to:
8709 (Creating Frames): Expand and clarify description of `make-frame'.
8710 (Window Frame Parameters): Either none or both of the `icon-left'
8711 and `icon-top' parameters must be specified. Put descriptions of
8712 `menu-bar-lines' and `toolbar-lines' closer together and change
8713 them accordingly.
8714 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8715 except while processing `frame-title-format' or `icon-title-format'.
8716 (Deleting Frames): Correct description of `delete-frame'.
8717 Non-nil return values of `frame-live-p' are like those of `framep'.
8718 (Frames and Windows): Mention return value of
8719 `set-frame-selected-window'.
8720 (Visibility of Frames): Mention `force' argument to
8721 `make-frame-invisible'. `frame-visible-p' returns t for all
8722 frames on text-only terminals.
8723 (Frame Configurations): Restoring a frame configuration does not
8724 restore deleted frames.
8725 (Window System Selections): `x-set-selection' returns DATA.
8726 (Resources): Add example.
8727 (Display Feature Testing): Clarify descriptions of
8728 `display-pixel-height', `display-pixel-width', `x-server-version'
8729 and `x-server-vendor'.
8730
8731 * windows.texi (Choosing Window): Add anchor.
8732 * minibuf.texi (Minibuffer Misc): Add anchor.
8733
87342004-07-23 John Paul Wallington <jpw@gnu.org>
8735
8736 * macros.texi (Defining Macros): Declaration keyword for setting
8737 Edebug spec is `debug' not `edebug'.
8738
87392004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8740
8741 * windows.texi: Various small changes in addition to:
8742 (Window Point): Mention return value of `set-window-point'.
8743 (Window Start): `pos-visible-in-window-p' disregards horizontal
8744 scrolling. Explain return value if PARTIALLY is non-nil.
8745 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8746 and `set-window-vscroll'.
8747 (Size of Window): The argument WINDOW to `window-inside-edges',
8748 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8749 (Resizing Windows): Explain return value of
8750 `shrink-window-if-larger-than-buffer'.
8751 `window-size-fixed' automatically becomes buffer local when set.
8752 (Window Configurations): Explain return value of
8753 `set-window-configuration'.
8754
8755 * minibuf.texi (Minibuffer Misc): Add anchor for
8756 `minibuffer-scroll-window'.
8757
8758 * positions.texi (Text Lines): Add anchor for `count-lines'.
8759
87602004-07-17 Richard M. Stallman <rms@gnu.org>
8761
8762 * display.texi (Overlay Properties): Adding `evaporate' prop
8763 deletes empty overlay immediately.
8764
8765 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8766 fix example.
8767
87682004-07-16 Jim Blandy <jimb@redhat.com>
8769
8770 * searching.texi (Regexp Backslash): Document new \_< and \_>
8771 operators.
8772
87732004-07-16 Juanma Barranquero <lektu@terra.es>
8774
8775 * display.texi (Images): Fix Texinfo usage.
8776
87772004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8778
8779 * buffers.texi (Modification Time): `visited-file-modtime' now
8780 returns a list of two integers, instead of a cons.
8781
87822004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8783
8784 * windows.texi: Various changes in addition to:
8785 (Splitting Windows): Add `split-window-keep-point'.
8786
87872004-07-09 Richard M. Stallman <rms@gnu.org>
8788
8789 * frames.texi (Input Focus): Minor fix.
8790
87912004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8792
8793 * frames.texi (Input Focus): Clarify descriptions of
8794 `select-frame-set-input-focus' and `select-frame'.
8795
87962004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8797
8798 * os.texi: Various small changes in addition to:
8799 (Killing Emacs): Expand and clarify description of
8800 `kill-emacs-query-functions' and `kill-emacs-hook'.
8801 (System Environment): Expand and clarify description of `getenv'
8802 and `setenv'.
8803 (Timers): Clarify description of `run-at-time'.
8804 (Translating Input): Correct description of
8805 `extra-keyboard-modifiers'.
8806 (Flow Control): Correct description of `enable-flow-control'.
8807
88082004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8809
8810 * os.texi: Update copyright.
8811 (Session Management): Grammar fix.
8812 Clarify which Emacs does the restarting.
8813 Use @samp for *scratch* buffer.
8814
88152004-07-04 Alan Mackenzie <acm@muc.de>
8816
8817 * frames.texi (Input Focus): Add documentation for
8818 `select-frame-set-input-focus'. Replace refs to non-existent
8819 `switch-frame' with `select-frame'. Minor corrections and tidying
8820 up of text-only terminal stuff.
8821
88222004-07-02 Richard M. Stallman <rms@gnu.org>
8823
8824 * files.texi (Saving Buffers): Cleanup write-contents-function.
8825 (Magic File Names): Cleanup file-remote-p.
8826
b344d29d 88272004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8828
8829 * files.texi (Magic File Names): `file-remote-p' returns an
8830 identifier of the remote system, not just t.
8831
88322004-07-02 David Kastrup <dak@gnu.org>
8833
8834 * searching.texi (Entire Match Data): Add explanation about new
8835 match-data behavior when @var{integers} is non-nil.
8836
88372004-06-24 Richard M. Stallman <rms@gnu.org>
8838
8839 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8840
8841 * customize.texi (Variable Definitions): Note about doc strings
8842 and :set.
8843
8844 * keymaps.texi (Keymap Terminology): Document `kbd'.
8845 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8846
8847 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8848 makes it buffer-local.
8849
8850 * files.texi (Saving Buffers): Correct previous change.
8851
8852 * commands.texi (Accessing Events):
8853 Clarify posn-col-row and posn-actual-col-row.
8854
88552004-06-24 David Ponce <david.ponce@wanadoo.fr>
8856
8857 * commands.texi (Accessing Events): New functions
8858 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8859
88602004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8861
8862 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8863 * frames.texi, buffers.texi, backups.texi, variables.texi:
8864 * loading.texi, eval.texi, functions.texi, control.texi:
8865 * symbols.texi, minibuf.texi: Reposition @anchor's.
8866
8867 * help.texi: Various small changes in addition to the following.
8868 (Describing Characters): Describe PREFIX argument to
8869 `key-description'. Correct and clarify definition of
8870 `text-char-description'. Describe NEED-VECTOR argument to
8871 `read-kbd-macro'.
8872 (Help Functions): Clarify definition of `apropos'.
8873
88742004-06-23 Lars Hansen <larsh@math.ku.dk>
8875
8876 * files.texi (Saving Buffers): Correct description of
8877 `write-contents-functions'.
8878
88792004-06-21 Juanma Barranquero <lektu@terra.es>
8880
8881 * display.texi (Images): Remove redundant @vindex directives.
8882 Rewrite `image-library-alist' doc in active voice.
8883
88842004-06-14 Juanma Barranquero <lektu@terra.es>
8885
8886 * display.texi (Images): Document new delayed library loading,
8887 variable `image-library-alist' and (existing but undocumented)
8888 function `image-type-available-p'.
8889
88902004-06-05 Richard M. Stallman <rms@gnu.org>
8891
8892 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8893 refer the user to the Initial Input node.
8894 (Text from Minibuffer): Likewise.
8895 (Initial Input): New node. Document this feature
8896 and say it is mostly deprecated.
8897
88982004-05-30 Richard M. Stallman <rms@gnu.org>
8899
8900 * loading.texi (Named Features): Clarify return value
8901 and meaning of NOERROR.
8902
8903 * variables.texi (File Local Variables): Minor cleanup.
8904
89052004-05-30 Michael Albinus <michael.albinus@gmx.de>
8906
8907 * files.texi (Magic File Names): Add `file-remote-p' as operation
8908 of file name handlers.
8909
89102004-05-29 Richard M. Stallman <rms@gnu.org>
8911
8912 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8913 as arg to a minor mode command.
8914
89152004-05-22 Richard M. Stallman <rms@gnu.org>
8916
8917 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8918
8919 * streams.texi (Output Variables): Doc float-output-format.
8920
8921 * searching.texi (Regexp Special): Nested repetition can be infloop.
8922
8923 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8924 real stack overflow.
8925
8926 * compile.texi: Minor cleanups.
8927
89282004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8929
8930 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8931 circular lists.
8932 (List Elements): Explain handling of circular and dotted lists.
8933
89342004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8935
8936 * modes.texi (Search-based Fontification): Fix typo.
8937
89382004-05-10 Juanma Barranquero <lektu@terra.es>
8939
8940 * modes.texi (Mode Line Variables): Fix description of
8941 global-mode-string, which is now after which-func-mode, not the
8942 buffer name.
8943
89442004-05-07 Lars Hansen <larsh@math.ku.dk>
8945
8946 * modes.texi (Desktop Save Mode): Add.
8947 (Modes): Add menu entry Desktop Save Mode.
8948
8949 * hooks.texi: Add desktop-after-read-hook,
8950 desktop-no-desktop-file-hook and desktop-save-hook.
8951
8952 * locals.texi: Add desktop-save-buffer.
8953
89542004-04-30 Jesper Harder <harder@ifa.au.dk>
8955
8956 * display.texi: emacs -> Emacs.
8957
89582004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8959
8960 * files.texi (Changing Files): Document set-file-times.
8961
89622004-04-23 Juanma Barranquero <lektu@terra.es>
8963
8964 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8965
89662004-04-18 Jesper Harder <harder@ifa.au.dk>
8967
8968 * tips.texi (Coding Conventions): defopt -> defcustom.
8969
89702004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8971
8972 * sequences.texi: Various clarifications.
8973
89742004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8975
8976 * buffers.texi (Read Only Buffers): Mention optional ARG to
8977 `toggle-read-only'.
8978
89792004-04-14 Nick Roberts <nick@nick.uklinux.net>
8980
8981 * windows.texi (Selecting Windows): Note that get-lru-window
8982 returns a full-width window if possible.
8983
89842004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8985
8986 * buffers.texi: Various changes in addition to:
8987 (Buffer File Name): Add `find-buffer-visiting'.
8988 (Buffer Modification): Mention optional ARG to `not-modified'.
8989 (Indirect Buffers): Mention optional CLONE argument to
8990 `make-indirect-buffer'.
8991
8992 * files.texi: Various changes in addition to:
8993 (Visiting Functions): `find-file-hook' is now a normal hook.
8994 (File Name Expansion): Explain difference between the way that
8995 `expand-file-name' and `file-truename' treat `..'.
8996 (Contents of Directories): Mention optional ID-FORMAT argument to
8997 `directory-files-and-attributes'.
8998 (Format Conversion): Mention new optional CONFIRM argument to
8999 `format-write-file'.
9000
90012004-04-12 Miles Bader <miles@gnu.org>
9002
9003 * macros.texi (Expansion): Add description of `macroexpand-all'.
9004
90052004-04-05 Jesper Harder <harder@ifa.au.dk>
9006
5dcb4c4e
SM
9007 * variables.texi (Variable Aliases):
9008 Mention cyclic-variable-indirection.
b8d4c8d0
GM
9009
9010 * errors.texi (Standard Errors): Ditto.
9011
90122004-04-04 Luc Teirlinck <teirllm@auburn.edu>
9013
9014 * backups.texi: Various small changes in addition to:
9015 (Making Backups): Mention return value of `backup-buffer'.
9016 (Auto-Saving): Mention optional FORCE argument to
9017 `delete-auto-save-file-if-necessary'.
9018 (Reverting): Mention optional PRESERVE-MODES argument to
9019 `revert-buffer'. Correct description of `revert-buffer-function'.
9020
90212004-03-22 Juri Linkov <juri@jurta.org>
9022
9023 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
9024 with `Vector Functions'.
9025
9026 * text.texi (Sorting): Add missing quote.
9027
90282004-03-14 Luc Teirlinck <teirllm@auburn.edu>
9029
9030 * intro.texi (Lisp History): Replace xref to `cl' manual with
9031 inforef.
9032
90332004-03-12 Richard M. Stallman <rms@gnu.org>
9034
9035 * intro.texi (Version Info): Add arg to emacs-version.
9036 (Lisp History): Change xref to CL manual.
9037
90382004-03-09 Luc Teirlinck <teirllm@auburn.edu>
9039
9040 * minibuf.texi (Completion Commands): Add xref to Emacs manual
9041 for Partial Completion mode.
9042
90432004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
9044
9045 * customize.texi: Fix typo. Remove eol whitespace.
9046
90472004-03-04 Richard M. Stallman <rms@gnu.org>
9048
9049 * processes.texi: Fix typos.
9050
9051 * lists.texi (Building Lists): Minor clarification.
9052
9053 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
9054 in make-hash-table.
9055
90562004-02-29 Juanma Barranquero <lektu@terra.es>
9057
9058 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
9059 rm, and ignore exit code.
9060
90612004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9062
9063 * display.texi (Defining Faces): Add description for min-colors.
9064 Update example.
9065
90662004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9067
9068 * abbrevs.texi: Various corrections and clarifications in addition
9069 to the following:
9070 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
9071
90722004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9073
9074 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
9075
90762004-02-21 Luc Teirlinck <teirllm@auburn.edu>
9077
9078 * text.texi: Various small changes in addition to the following:
9079 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
9080 to delete-horizontal-space.
9081 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
9082 description of yank-handler text property at various places.
9083
9084 * frames.texi (Window System Selections): Add anchor.
9085
9086 * syntax.texi (Syntax Table Functions): Clarify and correct
9087 descriptions of make-syntax-table and copy-syntax-table.
9088 (Motion and Syntax): Clarify SYNTAXES argument to
9089 skip-syntax-forward.
9090 (Parsing Expressions): Mention that the return value of
9091 parse-partial-sexp is currently a list of ten rather than nine
9092 elements.
9093 (Categories): Various corrections and clarifications.
9094
90952004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9096
9097 * markers.texi (Marker Insertion Types): Minor change.
9098
9099 * locals.texi (Standard Buffer-Local Variables):
9100 * commands.texi (Interactive Codes, Using Interactive):
9101 * functions.texi (Related Topics): Fix xrefs.
9102
91032004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9104
9105 * lists.texi (Sets And Lists): Update description of delete-dups.
9106
91072004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9108
9109 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
9110
c8763fb6 91112004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9112
9113 * frames.texi (Parameter Access): frame-parameters arg is optional.
9114 modify-frame-parameters handles nil for FRAME.
9115 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9116 are all-or-nothing for certain toolkits.
9117 Mention parameter wait-for-wm.
9118 (Frames and Windows): In frame-first-window and frame-selected-window
9119 the arg is optional.
9120 (Input Focus): In redirect-frame-focus the second arg is optional.
9121 (Window System Selections): Mention selection type CLIPBOARD.
9122 Mention data-type UTF8_STRING.
9123 Mention numbering of cut buffers.
9124 (Resources): Describe x-resource-name.
9125
91262004-02-16 Richard M. Stallman <rms@gnu.org>
9127
9128 * windows.texi (Buffers and Windows): Delete false table
9129 about all-frames.
9130
9131 * syntax.texi (Parsing Expressions): Delete old caveat
9132 about parse-sexp-ignore-comments.
9133
9134 * streams.texi (Output Variables): Add print-quoted.
9135
9136 * lists.texi (Building Lists): Minor cleanup.
9137
9138 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9139
9140 * display.texi (Overlays): Explain overlays use markers.
9141 (Managing Overlays): Explain front-advance and rear-advance
9142 in more detail.
9143
9144 * loading.texi (Unloading): Document unload-feature-special-hooks.
9145 Get rid of fns-NNN.el file.
9146
91472004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9148
9149 * help.texi (Describing Characters): Fix text-char-description
9150 example output.
9151
9152 * edebug.texi (Using Edebug): Fix example.
9153
9154 * debugging.texi (Internals of Debugger): Fix return value.
9155
9156 * files.texi (Changing Files): Fix argname.
9157
9158 * calendar.texi: Fix parens, and default values.
9159
9160 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9161 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 9162 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
9163
9164 * positions.texi (Text Lines): Don't add -1 in current-line.
9165
91662004-02-16 Richard M. Stallman <rms@gnu.org>
9167
9168 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9169
91702004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9171
9172 * processes.texi (Low-Level Network): Fix a typo.
9173
91742004-02-12 Kim F. Storm <storm@cua.dk>
9175
9176 * display.texi (Fringes): Use consistent wording.
9177 Note that window-fringe's window arg is optional.
9178 (Scroll Bars): Use consistent wording.
9179
91802004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9181
9182 * tips.texi (Comment Tips): Document the new conventions for
9183 commenting out code.
9184
c8763fb6 91852004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 9186
5dcb4c4e 9187 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
9188
91892004-02-07 Kim F. Storm <storm@cua.dk>
9190
9191 * positions.texi (Text Lines): Add line-number-at-pos.
9192
91932004-02-06 John Paul Wallington <jpw@gnu.org>
9194
9195 * display.texi (Button Properties, Button Buffer Commands):
9196 mouse-2 invokes button, not down-mouse-1.
9197
91982004-02-04 Jason Rumney <jasonr@gnu.org>
9199
9200 * makefile.w32-in: Sync with Makefile.in changes.
9201
92022004-02-03 Luc Teirlinck <teirllm@auburn.edu>
9203
9204 * minibuf.texi (Text from Minibuffer): Various corrections and
9205 clarifications.
9206 (Object from Minibuffer): Correct Lisp description of
9207 read-minibuffer.
9208 (Minibuffer History): Clarify description of cons values for
9209 HISTORY arguments.
5dcb4c4e
SM
9210 (Basic Completion): Various corrections and clarifications.
9211 Add completion-regexp-list.
b8d4c8d0
GM
9212 (Minibuffer Completion): Correct and clarify description of
9213 completing-read.
5dcb4c4e
SM
9214 (Completion Commands): Mention Partial Completion mode.
9215 Various other minor changes.
b8d4c8d0
GM
9216 (High-Level Completion): Various corrections and clarifications.
9217 (Reading File Names): Ditto.
9218 (Minibuffer Misc): Ditto.
9219
92202004-01-26 Luc Teirlinck <teirllm@auburn.edu>
9221
9222 * strings.texi (Text Comparison): assoc-string also matches
9223 elements of alists that are strings instead of conses.
9224 (Formatting Strings): Standardize Texinfo usage. Update index
9225 entries.
9226
92272004-01-20 Luc Teirlinck <teirllm@auburn.edu>
9228
9229 * lists.texi (Sets And Lists): Add delete-dups.
9230
92312004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9232
9233 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9234 special form.
9235 * macros.texi (Defining Macros): Update description of `declare',
9236 which now is a macro.
9237 (Wrong Time): Fix typos.
9238
92392004-01-14 Luc Teirlinck <teirllm@auburn.edu>
9240
9241 * compile.texi (Compilation Functions): Expand descriptions of
9242 `compile-defun', `byte-compile-file', `byte-recompile-directory'
9243 and `batch-byte-compile'. In particular, mention and describe
9244 all optional arguments.
9245 (Disassembly): Correct and clarify the description of `disassemble'.
9246
92472004-01-11 Luc Teirlinck <teirllm@auburn.edu>
9248
9249 * searching.texi: Various small changes in addition to the
9250 following.
9251 (Regexp Example): Adapt to new value of `sentence-end'.
9252 (Regexp Functions): The PAREN argument to `regexp-opt' can be
9253 `words'.
9254 (Search and Replace): Add usage note for `perform-replace'.
9255 (Entire Match Data): Mention INTEGERS and REUSE arguments to
9256 `match-data'.
9257 (Standard Regexps): Update for new values of `paragraph-start'
9258 and `sentence-end'.
9259
92602004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9261
9262 * files.texi (Saving Buffers): Clarify descriptions of
9263 `write-contents-functions' and `before-save-hook'.
9264 Make the defvar's for `before-save-hook' and `after-save-hook'
9265 into defopt's.
9266
92672004-01-07 Kim F. Storm <storm@cua.dk>
9268
9269 * commands.texi (Click Events): Describe new image and
9270 width/height elements of click events.
9271 (Accessing Events): Add posn-string, posn-image, and
9272 posn-object-width-height. Change posn-object to return either
9273 image or string object.
9274
92752004-01-01 Simon Josefsson <jas@extundo.com>
9276
9277 * hooks.texi (Standard Hooks): Add before-save-hook.
9278 * files.texi (Saving Buffers): Likewise.
9279
92802004-01-03 Richard M. Stallman <rms@gnu.org>
9281
9282 * frames.texi (Frames and Windows): Delete frame-root-window.
9283
92842004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9285
9286 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9287
9288 * functions.texi: Various small changes in addition to the
9289 following.
5dcb4c4e
SM
9290 (What Is a Function): `functionp' returns nil for macros.
9291 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
9292 (Function Documentation): Add `\' in front of (fn @var{arglist})
9293 and explain why.
9294 (Defining Functions): Mention DOCSTRING argument to `defalias'.
9295 Add anchor.
9296 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
9297
92982004-01-01 Miles Bader <miles@gnu.org>
9299
9300 * display.texi (Buttons): New section.
9301
93022003-12-31 Andreas Schwab <schwab@suse.de>
9303
9304 * numbers.texi (Math Functions): sqrt reports a domain-error
9305 error.
9306 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9307
93082003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9309
9310 * tips.texi (Documentation Tips): Update item on hyperlinks in
9311 documentation strings.
9312
9313 * errors.texi (Standard Errors): Various small corrections and
9314 additions.
9315
9316 * control.texi: Various small changes in addition to the
9317 following.
9318 (Signaling Errors): Provide some more details on how `signal'
9319 constructs the error message. Add anchor to the definition of
9320 `signal'.
9321 (Error Symbols): Describe special treatment of `quit'.
9322 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9323 to emphasize that it has to be a single form.
9324
9325 * buffers.texi: Add anchor.
9326
93272003-12-29 Richard M. Stallman <rms@gnu.org>
9328
9329 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9330 (Window Configurations): Add window-configuration-frame.
9331
9332 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9333
9334 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9335 Change arg name in get-char-property.
9336 (Special Properties): Update handling of keymap property.
9337
9338 * strings.texi (Modifying Strings): Add clear-string.
9339 (Text Comparison): Add assoc-string and remove
9340 assoc-ignore-case, assoc-ignore-representation.
9341
9342 * os.texi (Time of Day): Add set-time-zone-rule.
9343
9344 * numbers.texi (Math Functions): asin, acos, log, log10
9345 report domain-error errors.
9346
9347 * nonascii.texi (Converting Representations):
9348 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9349 (Encoding and I/O): Add file-name-coding-system.
9350
9351 * modes.texi (Search-based Fontification): Explain that
9352 face specs are symbols with face names as values.
9353
9354 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9355
9356 * lists.texi (Building Lists): remq moved elsewhere.
9357 (Sets And Lists): remq moved here.
9358 (Association Lists): Refer to assoc-string.
9359
9360 * internals.texi (Garbage Collection): Add memory-use-counts.
9361
9362 * frames.texi (Frames and Windows): Add set-frame-selected-window
9363 and frame-root-window.
9364
9365 * files.texi (Contents of Directories):
9366 Add directory-files-and-attributes.
9367
9368 * display.texi (Refresh Screen): Add force-window-update.
9369 (Invisible Text): Explain about moving point out of invis text.
9370 (Overlay Properties): Add overlay-properties.
9371 (Managing Overlays): Add overlayp.
9372 (GIF Images): Invalid image number displays a hollow box.
9373
9374 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9375 (Killing Buffers): Add buffer-live-p.
9376
93772003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9378
9379 * display.texi (Fringes): Fix typo "set-buffer-window".
9380
93812003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9382
9383 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9384 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9385 Add or change various xrefs and anchors.
9386
9387 * commands.texi: Replace all occurrences of @acronym{CAR} with
9388 @sc{car}, for consistency with the rest of the Elisp manual.
9389 `car' and `cdr' are historically acronyms, but are no longer
9390 widely thought of as such.
9391
9392 * internals.texi (Pure Storage): Mention that `purecopy' does not
9393 copy text properties.
9394 (Object Internals): Now 29 bits are used (in most implementations)
9395 to address Lisp objects.
9396
9397 * variables.texi (Variables with Restricted Values): New node.
9398
9399 * objects.texi (Lisp Data Types): Mention that certain variables
9400 can only take on a restricted set of values and add an xref to
9401 the new node "Variables with Restricted Values".
9402
9403 * eval.texi (Function Indirection): Describe the errors that
9404 `indirect-function' can signal.
9405 (Eval): Clarify the descriptions of `eval-region' and `values'.
9406 Describe `eval-buffer' instead of `eval-current-buffer' and
9407 mention `eval-current-buffer' as an alias for `current-buffer'.
9408 Correct the description and mention all optional arguments.
9409
9410 * nonascii.texi: Various small changes in addition to the
9411 following.
9412 (Converting Representations): Clarify behavior of
9413 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9414 ASCII arguments.
9415 (Character Sets): Document the variable `charset-list' and adapt
9416 the definition of the function `charset-list' accordingly.
9417 (Translation of Characters): Clarify use of generic characters in
9418 `make-translation-table'. Clarify and correct the description of
9419 the use of translation tables in encoding and decoding.
9420 (User-Chosen Coding Systems): Correct and clarify the description
9421 of `select-safe-coding-system'.
9422 (Default Coding Systems): Clarify description of
9423 `file-coding-system-alist'.
9424
94252003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9426
9427 * strings.texi (Text Comparison): Correctly describe when two
9428 strings are `equal'. Combine and clarify descriptions of
9429 `assoc-ignore-case' and `assoc-ignore-representation'.
9430
9431 * objects.texi (Non-ASCII in Strings): Clarify description of
9432 when a string is unibyte or multibyte.
9433 (Bool-Vector Type): Update examples.
9434 (Equality Predicates): Correctly describe when two strings are
9435 `equal'.
9436
94372003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9438
9439 * lists.texi (Building Lists): `append' no longer accepts integer
9440 arguments. Update the description of `number-sequence' to reflect
9441 recent changes.
9442 (Sets And Lists): Describe `member-ignore-case' after `member'.
9443
94442003-11-27 Kim F. Storm <storm@cua.dk>
9445
9446 * commands.texi (Click Events): Click object may be an images.
9447 Describe (dx . dy) element of click positions.
9448 (Accessing Events): Remove duplicate posn-timestamp.
9449 New functions posn-object and posn-object-x-y.
9450
94512003-11-23 Kim F. Storm <storm@cua.dk>
9452
9453 * commands.texi (Click Events): Describe enhancements to event
9454 position lists, including new text-pos and (col . row) items.
9455 Mention left-fringe and right-fringe area events.
9456 (Accessing Events): New functions posn-area and
9457 posn-actual-col-row. Mention posn-timestamp. Mention that
9458 posn-point in non-text area still returns buffer position.
9459 Clarify posn-col-row.
9460
94612003-11-21 Lars Hansen <larsh@math.ku.dk>
9462
9463 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9464 * anti.texi (File Attributes): Describe removed parameter
9465 ID-FORMAT.
9466
94672003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9468
9469 * positions.texi (Positions): Mention that, if a marker is used as
9470 a position, its buffer is ignored.
9471
9472 * markers.texi (Overview of Markers): Mention it here too.
9473
94742003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9475
9476 * numbers.texi (Numeric Conversions): Not just `floor', but also
9477 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9478
94792003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9480
9481 * markers.texi (Creating Markers): Specify insertion type of
9482 created markers. Add xref to `Marker Insertion Types'.
9483 Second argument to `copy-marker' is optional.
9484 (Marker Insertion Types): Mention that most markers are created
9485 with insertion type nil.
9486 (The Mark): Correctly describe when `mark' signals an error.
9487 (The Region): Correctly describe when `region-beginning' and
9488 `region-end' signal an error.
9489
94902003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9491
9492 * hash.texi (Creating Hash): Clarify description of `eql'.
9493 `makehash' is obsolete.
9494 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9495
9496 * positions.texi (Point): Change description of `buffer-end', so
9497 that it is also correct for floating point arguments.
9498 (List Motion): Correct argument lists of `beginning-of-defun' and
9499 `end-of-defun'.
9500 (Excursions): Add xref to `Marker Insertion Types'.
9501 (Narrowing): Argument to `narrow-to-page' is optional.
9502
95032003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9504
9505 * streams.texi (Output Streams): Clarify behavior of point for
9506 marker output streams.
9507
95082003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9509
9510 * variables.texi (Defining Variables): Second argument to
9511 `defconst' is not optional.
9512 (Setting Variables): Mention optional argument APPEND to
9513 `add-to-list'.
9514 (Creating Buffer-Local): Expand description of
9515 `make-variable-buffer-local'.
9516 (Frame-Local Variables): Expand description of
9517 `make-variable-frame-local'.
9518 (Variable Aliases): Correct description of optional argument
9519 DOCSTRING to `defvaralias'. Mention return value of
9520 `defvaralias'.
9521 (File Local Variables): Add xref to `File variables' in Emacs
9522 Manual. Correct description of `hack-local-variables'. Mention
9523 `safe-local-variable' property. Mention optional second argument
9524 to `risky-local-variable-p'.
9525
95262003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9527
9528 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9529
95302003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9531
9532 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9533 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9534 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9535 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9536 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9537 lispref/processes.texi, lispref/searching.texi,
9538 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9539 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9540 @acronym{FOO}.
9541
95422003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9543
9544 * strings.texi (Creating Strings): Argument START to `substring'
9545 can not be `nil'. Expand description of
9546 `substring-no-properties'. Correct description of `split-string',
9547 especially with respect to empty matches. Prevent very bad line
9548 break in definition of `split-string-default-separators'.
9549 (Text Comparison): `string=' and `string<' also accept symbols as
9550 arguments.
9551 (String Conversion): More completely describe argument BASE in
9552 `string-to-number'.
9553 (Formatting Strings): `%s' and `%S' in `format' do require
9554 corresponding object. Clarify behavior of numeric prefix after
9555 `%' in `format'.
9556 (Case Conversion): The argument to `upcase-initials' can be a
9557 character.
9558
95592003-10-27 Kenichi Handa <handa@m17n.org>
9560
9561 * display.texi (Fontsets): Fix texinfo usage.
9562
95632003-10-25 Kenichi Handa <handa@m17n.org>
9564
9565 * display.texi (Fontsets): Add description of the function
9566 set-fontset-font.
9567
95682003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9569
9570 * display.texi (Temporary Displays): Add xref to `Documentation
9571 Tips'.
9572
9573 * functions.texi (Function Safety): Use inforef instead of pxref
9574 for SES.
9575
95762003-10-23 Andreas Schwab <schwab@suse.de>
9577
9578 * Makefile.in (TEX, texinputdir): Don't define.
9579 (TEXI2DVI): Define.
9580 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9581 add $(srcdir)/index.texi.
9582 ($(infodir)/elisp): Remove index.texi dependency.
9583 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9584 (index.texi): Remove target.
9585 (dist): Don't link $(srcdir)/permute-index.
9586 (clean): Don't remove index.texi.
9587
9588 * permute-index, index.perm: Remove.
9589 * index.texi: Rename from index.unperm.
9590
95912003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9592
9593 * tips.texi (Documentation Tips): Document new behavior for face
9594 and variable hyperlinks in Help mode.
9595
95962003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9597
9598 * objects.texi (Integer Type): Update for extra bit of integer range.
9599 (Character Type): Ditto.
9600
96012003-10-16 Eli Zaretskii <eliz@gnu.org>
9602
9603 * numbers.texi (Integer Basics): Add index entries for reading
9604 numbers in hex, octal, and binary.
9605
96062003-10-16 Lute Kamstra <lute@gnu.org>
9607
9608 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9609 argument.
9610
96112003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9612
9613 * windows.texi (Choosing Window): Fix typo.
9614 * edebug.texi (Edebug Execution Modes): Fix typo.
9615
96162003-10-13 Richard M. Stallman <rms@gnu.org>
9617
9618 * windows.texi (Basic Windows): A window has fringe settings,
9619 display margins and scroll-bar settings.
9620 (Splitting Windows): Doc split-window return value.
9621 Clean up one-window-p.
9622 (Selecting Windows): Fix typo.
9623 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9624 (Buffers and Windows): In set-window-buffer, explain effect
9625 on fringe settings and scroll bar settings.
9626 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9627 (Choosing Window): Use defopt for pop-up-frame-function.
9628 For special-display-buffer-names, explain same-window and same-frame.
9629 Clarify window-dedicated-p return value.
9630 (Textual Scrolling): scroll-up and scroll-down can get an error.
9631 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9632 Clarify set-window-hscroll.
9633 (Size of Window): Don't mention tool bar in window-height.
9634 (Coordinates and Windows): Explain what coordinates-in-window-p
9635 returns for fringes and display margins.
9636 (Window Configurations): Explain saving fringes, etc.
9637
9638 * tips.texi (Library Headers): Clean up Documentation.
9639
9640 * syntax.texi (Parsing Expressions): Clean up forward-comment
9641 and parse-sexp-lookup-properties.
9642
9643 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9644
9645 * os.texi (System Environment): Clean up text for load-average errors.
9646
9647 * modes.texi (Hooks): Don't explain local hook details at front.
9648 Clarify run-hooks and run-hook-with-args a little.
9649 Clean up add-hook and remove-hook.
9650
9651 * edebug.texi (Edebug Execution Modes): Clarify t.
9652 Document edebug-sit-for-seconds.
9653 (Coverage Testing): Document C-x X = and =.
9654 (Instrumenting Macro Calls): Fix typo.
9655 (Specification List): Don't index the specification keywords.
9656
96572003-10-10 Kim F. Storm <storm@cua.dk>
9658
9659 * processes.texi (Network): Introduce make-network-process.
9660
96612003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9662
9663 * tips.texi (Library Headers): Fix typo.
9664
96652003-10-07 Juri Linkov <juri@jurta.org>
9666
9667 * modes.texi (Imenu): Mention imenu-create-index-function's
9668 default value. Explain submenus better.
9669
96702003-10-07 Lute Kamstra <lute@gnu.org>
9671
9672 * modes.texi (Faces for Font Lock): Fix typo.
9673 (Hooks): Explain how buffer-local hook variables can refer to
9674 global hook variables.
9675 Various minor clarifications.
9676
96772003-10-06 Lute Kamstra <lute@gnu.org>
9678
9679 * tips.texi (Coding Conventions): Mention naming conventions for
9680 hooks.
9681
96822003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9683
9684 * loading.texi (Library Search): Correct default value of
9685 load-suffixes.
9686 (Named Features): Fix typo.
9687
96882003-10-05 Richard M. Stallman <rms@gnu.org>
9689
9690 * loading.texi (Named Features): In `provide',
9691 say how to test for subfeatures.
9692 (Unloading): In unload-feature, use new var name
9693 unload-feature-special-hooks.
9694
96952003-10-03 Lute Kamstra <lute@gnu.org>
9696
9697 * modes.texi (Major Mode Conventions): Mention third way to set up
9698 Imenu.
9699 (Imenu): A number of small fixes.
9700 Delete documentation of internal variable imenu--index-alist.
9701 Document the return value format of imenu-create-index-function
9702 functions.
9703
97042003-09-30 Richard M. Stallman <rms@gnu.org>
9705
9706 * processes.texi (Network): Say what stopped datagram connections do.
9707
9708 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9709
9710 * display.texi (Overlay Properties): Clarify `evaporate' property.
9711
97122003-09-29 Lute Kamstra <lute@gnu.org>
9713
9714 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9715 constructs should be marked as risky.
9716 Change cons cell into proper list.
9717 (Mode Line Variables): Change cons cell into proper list.
9718
97192003-09-26 Lute Kamstra <lute@gnu.org>
9720
9721 * modes.texi (Mode Line Data): Document the :propertize construct.
9722 (Mode Line Variables): Reorder the descriptions of the variables
9723 to match their order in the default mode-line-format.
9724 Describe the new variables mode-line-position and mode-line-modes.
9725 Update the default values of mode-line-frame-identification,
9726 minor-mode-alist, and default-mode-line-format.
9727 (Properties in Mode): Mention the :propertize construct.
9728
97292003-09-26 Richard M. Stallman <rms@gnu.org>
9730
9731 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9732 * loading.texi, minibuf.texi, text.texi, variables.texi:
9733 Avoid @strong{Note:}.
9734
97352003-09-26 Richard M. Stallman <rms@gnu.org>
9736
9737 * keymaps.texi (Remapping Commands): Fix typo.
9738
97392003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9740
9741 * processes.texi (Low-Level Network): Fix typo.
9742
97432003-09-23 Kim F. Storm <storm@cua.dk>
9744
9745 * processes.texi (Network, Network Servers): Fix typos.
9746 (Low-Level Network): Add timeout value for :server keyword.
9747 Add new option keywords to make-network-process.
9748 Add set-network-process-options.
9749 Explain how to test availability of network options.
9750
97512003-09-19 Richard M. Stallman <rms@gnu.org>
9752
9753 * text.texi (Motion by Indent): Arg to
9754 backward-to-indentation and forward-to-indentation is optional.
9755
9756 * strings.texi (Creating Strings): Add substring-no-properties.
9757
9758 * processes.texi
9759 (Process Information): Add list-processes arg QUERY-ONLY.
9760 Delete process-contact from here.
9761 Add new status values for process-status.
9762 Add process-get, process-put, process-plist, set-process-plist.
9763 (Synchronous Processes): Add call-process-shell-command.
9764 (Signals to Processes): signal-process allows process objects.
9765 (Network): Complete rewrite.
9766 (Network Servers, Datagrams, Low-Level Network): New nodes.
9767
9768 * positions.texi (Word Motion): forward-word, backward-word
9769 arg is optional. Reword.
9770
9771 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9772
9773 * variables.texi (Creating Buffer-Local):
9774 Delete duplicate definition of buffer-local-value.
9775 (File Local Variables): Explain about discarding text props.
9776
97772003-09-11 Richard M. Stallman <rms@gnu.org>
9778
9779 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9780 changes variables that record input events.
9781 (Minibuffer Misc): Add minibuffer-selected-window.
9782
9783 * lists.texi (Building Lists): Add copy-tree.
9784
9785 * display.texi (Fontsets): Add char-displayable-p.
9786 (Scroll Bars): New node.
9787
97882003-09-08 Lute Kamstra <lute@gnu.org>
9789
9790 * modes.texi (%-Constructs): Document new `%i' and `%I'
9791 constructs.
9792
97932003-09-03 Peter Runestig <peter@runestig.com>
9794
9795 * makefile.w32-in: New file.
9796
97972003-08-29 Richard M. Stallman <rms@gnu.org>
9798
9799 * display.texi (Overlay Properties): Clarify how priorities
9800 affect use of the properties.
9801
98022003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9803
9804 * customize.texi (Type Keywords): Correct the description of
9805 `:help-echo' in the case where `motion-doc' is a function.
9806
98072003-08-14 John Paul Wallington <jpw@gnu.org>
9808
9809 * modes.texi (Emulating Mode Line): Subsection, not section.
9810
98112003-08-13 Richard M. Stallman <rms@gnu.org>
9812
9813 * elisp.texi (Top): Update subnode lists in menu.
9814
9815 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9816 (Kill Functions): kill-region has new arg yank-handler.
9817 (Yanking): New node.
9818 (Yank Commands): Add yank-undo-function.
9819 (Low-Level Kill Ring):
9820 kill-new and kill-append have new arg yank-handler.
9821 (Changing Properties): Add remove-list-of-text-properties.
9822 (Atomic Changes): New node.
9823
9824 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9825
9826 * streams.texi (Output Variables): Add eval-expression-print-length
9827 and eval-expression-print-level.
9828
9829 * os.texi (Time Conversion): For encode-time, explain limits on year.
9830
9831 * objects.texi (Character Type): Define anchor "modifier bits".
9832
9833 * modes.texi (Emulating Mode Line): New node.
9834 (Search-based Fontification): Font Lock uses font-lock-face property.
9835 (Other Font Lock Variables): Likewise.
9836
9837 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9838 not vectors.
9839 (Active Keymaps): Add emulation-mode-map-alists.
9840 (Functions for Key Lookup): key-binding has new arg no-remap.
9841 (Remapping Commands): New node.
9842 (Scanning Keymaps): where-is-internal has new arg no-remap.
9843 (Tool Bar): Add tool-bar-local-item-from-menu.
9844 Clarify when to use tool-bar-add-item-from-menu.
9845
9846 * commands.texi (Interactive Call): commandp has new arg.
9847 (Command Loop Info): Add this-original-command.
9848
98492003-08-06 John Paul Wallington <jpw@gnu.org>
9850
9851 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9852
9853 * display.texi (Warning Basics): Fix typo.
9854 (Fringes): Add closing curly bracket and fix typo.
9855
9856 * elisp.texi (Top): Fix typo.
9857
98582003-08-05 Richard M. Stallman <rms@gnu.org>
9859
9860 * elisp.texi: Update lists of subnodes.
9861
9862 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9863
9864 * variables.texi (Local Variables): Use lc for example variable names.
9865
9866 * tips.texi (Library Headers): Explain where to put -*-.
9867
9868 * strings.texi (Creating Strings): Fix xref for vconcat.
9869
9870 * sequences.texi (Vector Functions):
9871 vconcat no longer allows integer args.
9872
9873 * minibuf.texi (Reading File Names): read-file-name has new
9874 arg PREDICATE. New function read-directory-name.
9875
c4cc8b9a 9876 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9877 (Indenting Macros): New node.
9878
9879 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9880 (Window Frame Parameters): Make separate table of parameters
9881 that are coupled with specific face attributes.
9882 (Deleting Frames): delete-frame-hooks renamed to
9883 delete-frame-functions.
9884
9885 * files.texi (Magic File Names): Add file-remote-p.
9886 Clarify file-local-copy.
9887
9888 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9889 here; instead xref Defining Macros.
9890
9891 * display.texi (Warnings): New node, and subnodes.
9892 (Fringes): New node.
9893
9894 * debugging.texi (Test Coverage): New node.
9895
9896 * compile.texi (Compiler Errors): Explain with-no-warnings
9897 and other ways to suppress warnings.
9898
9899 * commands.texi (Interactive Call): Minor clarification.
9900
9901 * buffers.texi (Buffer File Name): set-visited-file-name
9902 renames the buffer too.
9903
9904 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9905
99062003-07-24 Markus Rost <rost@math.ohio-state.edu>
9907
9908 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9909
99102003-07-22 Markus Rost <rost@math.ohio-state.edu>
9911
9912 * internals.texi (Garbage Collection): Fix previous change.
9913
99142003-07-22 Richard M. Stallman <rms@gnu.org>
9915
9916 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9917
9918 * display.texi (Width): Use \s syntax in example.
9919 (Font Selection): Add face-font-rescale-alist.
9920
9921 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9922 Remove spurious indent in example.
9923
9924 * lists.texi (Building Lists): Add number-sequence.
9925
9926 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9927
9928 * functions.texi (Function Documentation): Explain how to
9929 show calling convention explicitly in the doc string.
9930
9931 * windows.texi (Selecting Windows): save-selected-window saves
9932 selected window of each frame.
9933 (Window Configurations): Minor change.
9934
9935 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9936
9937 * streams.texi (Output Variables): Add print-continuous-numbering
9938 and print-number-table.
9939
9940 * processes.texi (Decoding Output): New node.
9941
9942 * os.texi (Time Conversion): decode-time arg is optional.
9943
9944 * objects.texi (Character Type): Don't use space as example for \.
9945 Make list of char names and \-sequences correspond.
9946 Explain that \s is not used in strings. `\ ' needs space after.
9947
9948 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9949 (Translation of Characters): Add translation-table-for-input.
9950 (Default Coding Systems): Add auto-coding-functions.
9951 (Explicit Encoding): Add decode-coding-inserted-region.
9952 (Locales): Add locale-info.
9953
9954 * minibuf.texi (Basic Completion): Describe test-completion.
9955 Collections can be lists of strings.
9956 Clean up lazy-completion-table.
9957 (Programmed Completion): Mention test-completion.
9958 Clarify why lambda expressions are not accepted.
9959 (Minibuffer Misc): Describe minibufferp.
9960
99612003-07-14 Richard M. Stallman <rms@gnu.org>
9962
9963 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9964
9965 * windows.texi (Selecting Windows): New arg to select-window.
9966 (Selecting Windows): Add with-selected-window.
9967 (Size of Window): Add window-inside-edges, etc.
9968
9969 * internals.texi (Garbage Collection): Add post-gc-hook.
9970
9971 * processes.texi (Subprocess Creation): Add exec-suffixes.
9972
9973 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9974 (Scanning Keymaps): Add map-keymaps.
9975 (Defining Menus): Add keymap-prompt.
9976
9977 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9978 most-negative-fixnum.
9979
c4cc8b9a 9980 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9981 (Compiler Errors): New node.
9982
9983 * os.texi (User Identification): user-uid, user-real-uid
9984 can return float.
9985
9986 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9987 and about derived modes.
9988 (Minor Modes): Add minor-mode-list.
9989 (Defining Minor Modes): Keyword args for define-minor-mode.
9990 (Search-based Fontification): Explain managing other properties.
9991 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9992 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9993 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9994
9995 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9996 (Variable Aliases): Clarify defvaralias.
9997
9998 * loading.texi (Library Search): Add load-suffixes.
9999
10000 * minibuf.texi (Basic Completion): Add lazy-completion-table.
10001 (Programmed Completion): Add dynamic-completion-table.
10002
10003 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
10004 (Magic File Names): Specify precedence order of handlers.
10005
10006 * commands.texi (Command Overview): Emacs server runs pre-command-hook
10007 and post-command-hook.
10008 (Waiting): New calling convention for sit-for.
10009
10010 * text.texi (Special Properties): local-map and keymap properties
10011 apply based on their stickiness.
10012
100132003-07-07 Richard M. Stallman <rms@gnu.org>
10014
10015 * modes.texi (Minor Mode Conventions): Specify only some kinds
10016 of list values as args to minor modes.
10017
10018 * files.texi (File Name Expansion): Warn about iterative use
10019 of substitute-in-file-name.
10020
10021 * advice.texi (Activation of Advice): Clean up previous change.
10022
100232003-07-06 Markus Rost <rost@math.ohio-state.edu>
10024
10025 * advice.texi (Activation of Advice): Note that ad-start-advice is
10026 turned on by default.
10027
100282003-06-30 Richard M. Stallman <rms@gnu.org>
10029
10030 * text.texi (Buffer Contents): Document current-word.
10031 (Change Hooks): Not called for *Messages*.
10032
10033 * functions.texi (Defining Functions): Explain about redefining
10034 primitives.
f4e90db0 10035 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
10036 Comment out the detailed criteria for what is safe.
10037
100382003-06-22 Andreas Schwab <schwab@suse.de>
10039
10040 * objects.texi (Symbol Type): Fix description of examples.
10041
100422003-06-16 Andreas Schwab <schwab@suse.de>
10043
10044 * hash.texi (Creating Hash): Fix description of :weakness.
10045
c8763fb6 100462003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
10047
10048 * files.texi (Changing Files): copy-file copies file modes, too.
10049
100502003-05-28 Richard M. Stallman <rms@gnu.org>
10051
10052 * strings.texi (Creating Strings): Clarify split-string.
10053
100542003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
10055
10056 * strings.texi (Creating Strings): Update split-string specification
10057 and examples.
10058
100592003-05-19 Richard M. Stallman <rms@gnu.org>
10060
10061 * elisp.texi: Correct invariant section names.
10062
100632003-04-20 Richard M. Stallman <rms@gnu.org>
10064
10065 * os.texi (Timers): Explain about timers and quitting.
10066
100672003-04-19 Richard M. Stallman <rms@gnu.org>
10068
10069 * internals.texi (Writing Emacs Primitives): Strings are
10070 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
10071 Explain GCPRO convention for varargs function args.
10072
100732003-04-16 Richard M. Stallman <rms@gnu.org>
10074
10075 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
10076
100772003-04-08 Richard M. Stallman <rms@gnu.org>
10078
10079 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
10080
100812003-02-13 Kim F. Storm <storm@cua.dk>
10082
10083 * objects.texi (Character Type): New \s escape for space.
10084
100852003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
10086
5dcb4c4e 10087 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
10088
100892003-01-25 Richard M. Stallman <rms@gnu.org>
10090
10091 * keymaps.texi: Document that a symbol can act as a keymap.
10092
100932003-01-13 Richard M. Stallman <rms@gnu.org>
10094
10095 * text.texi (Changing Properties): Say string indices are origin-0.
10096
10097 * positions.texi (Screen Lines) <compute-motion>:
10098 Correct order of elts in return value.
10099
10100 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
10101 how to define a default binding.
10102
101032002-12-07 Markus Rost <rost@math.ohio-state.edu>
10104
10105 * loading.texi (Unloading): Fix recent change for load-history.
10106
10107 * customize.texi (Simple Types): Clarify description of custom
10108 type 'number. Describe new custom type 'float.
10109
101102002-12-04 Markus Rost <rost@math.ohio-state.edu>
10111
10112 * variables.texi (File Local Variables): Fix typo.
10113
c8763fb6 101142002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
10115
10116 From Michael Albinus <Michael.Albinus@alcatel.de>.
10117
10118 * README: Target for Info file is `make info'.
10119
5dcb4c4e 10120 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
10121 `file-name-sans-extension'.
10122 (Magic File Names): Complete list of operations for magic file
10123 name handlers.
10124
101252002-09-16 Jonathan Yavner <jyavner@engineer.com>
10126
10127 * variables.texi (File Local Variables): New function
10128 risky-local-variable-p.
10129
101302002-09-15 Jonathan Yavner <jyavner@engineer.com>
10131
10132 * functions.texi (Function safety): New node about unsafep.
10133
101342002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
10135
5dcb4c4e 10136 * customize.texi (Splicing into Lists): Fix example.
a86cd395 10137 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
10138
101392002-06-17 Juanma Barranquero <lektu@terra.es>
10140
10141 * frames.texi (Display Feature Testing): Fix typo.
10142
101432002-06-12 Andreas Schwab <schwab@suse.de>
10144
10145 * frames.texi (Initial Parameters, Resources): Fix references to
10146 the Emacs manual.
10147
101482002-05-13 Kim F. Storm <storm@cua.dk>
10149
10150 * variables.texi (Intro to Buffer-Local): Updated warning and
10151 example relating to changing buffer inside let.
10152
c8763fb6 101532002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10154
10155 * os.texi (Session Management): New node about X Session management.
10156
101572002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
10158
10159 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
10160 to which the manual corresponds, and the copyright years.
10161
10162 * Makefile.in (VERSION): Set to 2.9.
10163
101642001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
10165
10166 * elisp.texi: Change the category in @dircategory to "Emacs", to
10167 make it consistent with info/dir.
10168
101692001-11-25 Miles Bader <miles@gnu.org>
10170
10171 * text.texi (Fields): Describe new `limit' arg in
10172 field-beginning/field-end.
10173
101742001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
10175
5dcb4c4e
SM
10176 * permute-index: Don't depend on csh-specific features.
10177 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
10178
10179 * two-volume-cross-refs.txt: New file.
10180 * two.el: New file.
10181 * spellfile: New file.
10182
101832001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10184
10185 * permute-index: New file.
10186
10187 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10188 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10189 8+3 restricted namespace.
10190
10191 * Makefile.in (infodir): Define relative to $(srcdir).
10192 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10193 include directories list via -I switch to makeinfo.
10194 (index.texi): Use cp if both hard and symbolic links fail.
10195
101962001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
10197
10198 * Makefile.in (distclean): Add.
10199
10200 The following changes make ELisp manual part of the Emacs
10201 distribution:
10202
10203 * Makefile.in: Add Copyright notice.
10204 (prefix): Remove.
10205 (infodir): Change value to "../info".
10206 (VPATH): New variable.
10207 (MAKE): Don't define.
10208 (texmacrodir): Don't define.
10209 (texinputdir): Append the existing value of TEXINPUTS.
10210 ($(infodir)/elisp): Instead of just "elisp". Reformat the
10211 command to be compatible with man/Makefile.in, and to put the
10212 output into ../info.
10213 (info): Add target.
10214 (installall): Target removed.
10215
c8763fb6 102162001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
10217
10218 * tips.texi (Coding Conventions): Fix typo.
10219
102202001-10-23 Gerd Moellmann <gerd@gnu.org>
10221
10222 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10223
102242001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
10225
10226 * files.texi (File Name Components): Update the description of
10227 file-name-sans-extension and file-name-extension, as they now
10228 ignore leading dots.
10229
102302001-10-20 Gerd Moellmann <gerd@gnu.org>
10231
10232 * (Version 21.1 released.)
10233
102342001-10-19 Miles Bader <miles@gnu.org>
10235
10236 * positions.texi (Text Lines): Describe behavior of
10237 `beginning-of-line'/`end-of-line' in the presence of field properties.
10238
102392001-10-17 Gerd Moellmann <gerd@gnu.org>
10240
10241 * Makefile.in (VERSION): Set to 2.8.
10242 (manual): Use `manual-21'.
10243
10244 * elisp.texi (VERSION): Add and use it where the version
10245 number was used. Set it to 2.8.
10246
10247 * intro.texi: Likewise.
10248
102492001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10250
10251 * files.texi (File Name Completion): Document the significance of
10252 a trailing slash in elements of completion-ignored-extensions.
10253
102542001-10-06 Miles Bader <miles@gnu.org>
10255
10256 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10257
102582001-10-04 Gerd Moellmann <gerd@gnu.org>
10259
10260 * variables.texi (Variable Aliases): New node.
10261
102622001-10-04 Gerd Moellmann <gerd@gnu.org>
10263
10264 * Branch for 21.1.
10265
102662001-10-02 Miles Bader <miles@gnu.org>
10267
10268 * minibuf.texi (Minibuffer Misc): Add entries for
10269 `minibuffer-contents', `minibuffer-contents-no-properties', and
10270 `delete-minibuffer-contents'.
10271 Correct description for `minibuffer-prompt-end'.
10272
10273 * text.texi (Property Search): Correct descriptions of
10274 `next-char-property-change' and `previous-char-property-change'.
10275 Add entries for `next-single-char-property-change' and
10276 `previous-single-char-property-change'.
10277 Make operand names a bit more consistent.
10278
102792001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
10280
10281 * frames.texi (Finding All Frames): Document that next-frame and
10282 previous-frame are local to current terminal.
10283
102842001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
10285
10286 * keymaps.texi (Creating Keymaps): Fix the description of the
10287 result of make-keymap.
10288
102892001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
10290
10291 * display.texi (Font Lookup, Attribute Functions)
10292 (Image Descriptors): Add cross-references to the definition of
10293 selected frame.
10294
10295 * buffers.texi (The Buffer List): Add cross-references to the
10296 definition of selected frame.
10297
10298 * frames.texi (Input Focus): Clarify which frame is _the_ selected
10299 frame at any given time.
10300 (Multiple Displays, Size and Position): Add a cross-reference to
10301 the definition of the selected frame.
10302
103032001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10304
10305 * strings.texi (String Conversion) <string-to-number>: Document
10306 that a float is returned for integers that are too large.
10307
10308 * frames.texi (Mouse Position): Document mouse-position-function.
10309 (Display Feature Testing): Document display-images-p.
10310 (Window Frame Parameters): Document the cursor-type variable.
10311
10312 * numbers.texi (Integer Basics): Document CL style read syntax for
10313 integers in bases other than 10.
10314
5dcb4c4e
SM
10315 * positions.texi (List Motion):
10316 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
10317
10318 * lists.texi (Sets And Lists): Document member-ignore-case.
10319
10320 * internals.texi (Garbage Collection): Document the used and free
10321 strings report.
10322 (Memory Usage): Document strings-consed.
10323
10324 * os.texi (Time of Day): Document float-time.
10325 (Recording Input): Document that clear-this-command-keys clears
10326 the vector to be returned by recent-keys.
10327
10328 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10329 argument keymap can be a list.
10330
10331 * nonascii.texi (User-Chosen Coding Systems)
10332 <select-safe-coding-system>: Document the new argument
10333 accept-default-p and the variable
10334 select-safe-coding-system-accept-default-p. Tell what happens if
10335 buffer-file-coding-system is undecided.
10336 (Default Coding Systems): Document auto-coding-regexp-alist.
10337
10338 * display.texi (The Echo Area) <message>: Document
10339 message-truncate-lines.
10340 (Glyphs): Document that the glyph table is unused on windowed
10341 displays.
10342
10343 * help.texi (Describing Characters) <single-key-description>:
10344 Document the new argument no-angles.
10345 (Accessing Documentation) <documentation-property>: Document that
10346 a non-string property is evaluated.
10347 <documentation>: Document that the function-documentation property
10348 is looked for.
10349
10350 * windows.texi (Selecting Windows): Document some-window.
10351
10352 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10353
10354 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10355 apropos-mode-hook.
10356
10357 * commands.texi (Using Interactive): Document interactive-form.
10358 (Keyboard Macros): Document kbd-macro-termination-hook.
10359 (Command Loop Info): Document that clear-this-command-keys clears
10360 the vector to be returned by recent-keys.
10361
103622001-09-04 Werner LEMBERG <wl@gnu.org>
10363
10364 * Makefile.in (srcdir, texinputdir): New variables.
10365 (srcs, index.texi, install): Use $(srcdir).
10366 (.PHONY): Remove elisp.dvi.
10367 (elisp): Use -I switch for makeinfo.
10368 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10369 (installall, dist): Use $(srcdir).
10370 Fix path to texinfo.tex.
10371 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10372
103732001-08-30 Gerd Moellmann <gerd@gnu.org>
10374
10375 * display.texi (Conditional Display): Adjust to API change.
10376
10377 * configure: New file.
10378
103792001-07-30 Gerd Moellmann <gerd@gnu.org>
10380
10381 * commands.texi (Repeat Events): Add description of
10382 double-click-fuzz.
10383
103842001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10385
10386 * syntax.texi (Syntax Class Table): Add the missing designator for
10387 comment and string fences.
10388 (Syntax Properties): Add a xref to syntax table internals.
10389 (Syntax Table Internals): Document string-to-syntax.
10390
103912001-05-07 Gerd Moellmann <gerd@gnu.org>
10392
10393 * Makefile.in (install): Use install-info command line options
10394 like in Emacs' Makefile.in.
10395
103962000-12-09 Miles Bader <miles@gnu.org>
10397
10398 * windows.texi (Window Start): Update documentation for
10399 `pos-visible-in-window-p'.
10400
104012000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10402
10403 * lists.texi (Building Lists): Add footnote to explain how to add
10404 to the end of a list.
10405
104062000-10-25 Gerd Moellmann <gerd@gnu.org>
10407
10408 * files.texi (Visiting Functions): Typos.
10409
104102000-10-25 Kenichi Handa <handa@etl.go.jp>
10411
10412 * files.texi (Visiting Functions): Return value of
10413 find-file-noselect may be a list of buffers if wildcards are used.
10414
104152000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10416
10417 * display.texi (Defining Faces): Document `graphic' display type
10418 in face specs.
10419
b344d29d 104202000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10421
10422 * hooks.texi (Standard Hooks): Replace obsolete
10423 `after-make-frame-hook' with `after-make-frame-functions'.
10424
10425 * frames.texi (Creating Frames): Ditto.
10426
10427 * variables.texi (Future Local Variables): Ditto.
10428
104292000-10-16 Gerd Moellmann <gerd@gnu.org>
10430
10431 * display.texi (Other Image Types): Add description of :foreground
10432 and :background properties of mono PBM images.
10433
104342000-08-17 Werner LEMBERG <wl@gnu.org>
10435
10436 * .cvsignore: New file.
10437
104382000-01-05 Gerd Moellmann <gerd@gnu.org>
10439
10440 * tindex.pl: New script.
10441
104421999-12-03 Dave Love <fx@gnu.org>
10443
10444 * Makefile.in (MAKEINFO): New parameter.
10445
104461999-09-17 Richard Stallman <rms@gnu.org>
10447
10448 * Makefile.in (srcs): Add hash.texi.
10449 (VERSION): Update to 20.6.
10450
104511999-09-13 Richard Stallman <rms@gnu.org>
10452
10453 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10454
104551998-08-29 Karl Heuer <kwzh@gnu.org>
10456
10457 * configure.in: New file.
10458 * Makefile.in: Renamed from Makefile.
10459 (prefix, infodir): Use value obtained from configure.
10460 (emacslibdir): Obsolete variable deleted.
10461 (dist): Distribute configure.in, configure, Makefile.in.
10462
104631998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10464
10465 * Makefile (INSTALL_INFO): New variable.
10466 (install): Run install-info.
10467
104681998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10469
10470 * Makefile (elisp.dvi): Add missing backslash.
10471
104721998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10473
10474 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10475 Run texindex without `./'. Always run texindex on elisp.tp.
10476 (elisp.tps): Target deleted.
10477
104781998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10479
10480 * Makefile (srcs): Add nonascii.texi and customize.texi.
10481 (dist): Start by deleting `temp'.
10482
104831998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10484
10485 * Makefile (makeinfo, texindex): Targets deleted.
10486 (makeinfo.o, texindex.o): Targets deleted.
10487 (clean, dist): Don't do anything with them or with getopt*.
10488
104891998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10490
10491 * Makefile (SHELL): Defined.
10492
104931998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10494
10495 * Makefile (elisp.tps): New target.
10496 (elisp.dvi): Depend on elisp.tps.
10497
c5602427 104981996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10499
10500 * README: Update phone number.
10501
10502 * Makefile (elisp): Make this be the default target.
10503 Depend on makeinfo.c instead of makeinfo.
10504 (install): Don't depend on elisp.dvi, since we don't install that.
10505 Use mkinstalldirs.
10506 (dist): Add mkinstalldirs.
10507
c5602427 105081995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10509
10510 * Makefile (VERSION): Update version number.
5dcb4c4e 10511 (maintainer-clean): Rename from realclean.
b8d4c8d0 10512
c5602427 105131995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10514
10515 * Makefile (realclean): New target.
10516 (elisp): Remove any old elisp-* files first.
10517
c5602427 105181993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10519
10520 * Makefile (VERSION): New variable.
10521 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10522 Compressed file suffix should be `.gz', not `.z'.
10523
ce058493 105241993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10525
10526 * Makefile (elisp): Depend on makeinfo.
10527
c5602427 105281993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10529
10530 * Makefile (srcs): Add anti.texi.
10531
c5602427 105321993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10533
10534 * Makefile (infodir, prefix): New vars.
10535 (install): Use infodir.
f4e90db0 10536 (emacsinfodir): Delete.
b8d4c8d0 10537
c5602427 105381993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10539
10540 * Makefile (srcs): Add calendar.texi.
10541
10542 * Makefile (dist): Copy texindex.c and makeinfo.c.
10543 Limit elisp-* files to those with one or two digits.
10544
c5602427 105451993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10546
f4e90db0 10547 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10548
c5602427 105491993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10550
10551 * loading.texi (Unloading): define-function changed back to
10552 defalias. It may not stay this way, but at least it's
10553 consistent with the known-good version of the code patch.
10554
c5602427 105551993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10556
10557 * modes.texi (Hooks): Document new optional arg of add-hook.
10558
c5602427 105591993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10560
10561 * variables.texi: Document nil initial value of buffer-local variables.
10562
10563 * tips.texi: Add new section on standard library headers.
10564
c5602427 105651993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10566
10567 * Makefile (srcs): Add frame.texi to the list of sources.
10568
c5602427 105691993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10570
10571 * Makefile (dist): Don't bother excluding autosave files; they'll
10572 never make it into the temp directory anyway, and the hash marks
10573 in the name are problematic for make and the Bourne shell.
10574 (srcs):
10575
c5602427 105761993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10577
10578 * Makefile (dist): Don't include backup files or autosave files in
10579 the distribution tar file.
10580
c5602427 105811991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10582
5dcb4c4e 10583 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10584 (elisp.dvi): Remove erroneous shell comment.
10585 Expect output of permute-index in permuted.fns.
10586 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10587 (clean): Add index.texi to be deleted.
b8d4c8d0 10588
c5602427 105891990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10590
10591 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10592
c5602427 105931990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10594
10595 * files.texi: Noted that completion-ignored-extensions is ignored
10596 when making *Completions*.
10597
3e868ee3 105981990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10599
10600 * Makefile make dist now depends on elisp.dvi, since it tries
10601 to include it in the dist file.
10602
c5602427 106031990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10604
c5602427 10605 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10606
c5602427 106071989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10608
10609 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10610 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10611
c5602427 106121989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10613
10614 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10615 and @error{} are the terms now being used. The files in the
10616 directory have been changed to reflect this.
10617
10618 * All instances of @indentedresultt{} have been changed to
333f9019 10619 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10620
c5602427 106211989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10622
10623 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10624 experimental @indentedresult{}, @indentedexpandsto{} are part of
10625 the texinfo.tex in this directory. These TeX macros are not
10626 stable yet.
10627
c5602427 106281989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10629
10630 * texinfo.tex: Temporarily added
10631 \let\result=\dblarrow
10632 \def\error{{\it ERROR} \longdblarrow}
10633 We need to do this better soon.
10634
c5602427 106351989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10636
10637 * Applied Karl Berry's patches to *.texinfo files, but not to
10638 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10639 new title page format is also not applied, since it requires
10640 texinfo.tex changes.)
10641
10642 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10643 for the Project GNU development environment.
10644
10645;; Local Variables:
c8763fb6 10646;; coding: utf-8
b8d4c8d0
GM
10647;; End:
10648
acaf905b 10649 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10650
10651 This file is part of GNU Emacs.
10652
352c8b4a 10653 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10654 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10655 the Free Software Foundation, either version 3 of the License, or
10656 (at your option) any later version.
b8d4c8d0
GM
10657
10658 GNU Emacs is distributed in the hope that it will be useful,
10659 but WITHOUT ANY WARRANTY; without even the implied warranty of
10660 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10661 GNU General Public License for more details.
10662
10663 You should have received a copy of the GNU General Public License
352c8b4a 10664 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.