eval-after-load fix for bug#10946
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
2cc775f9
CY
12012-03-11 Chong Yidong <cyd@gnu.org>
2
3 * windows.texi (Window Configurations): save-window-excursion is
4 now a macro.
5
6 * display.texi (Temporary Displays): with-output-to-temp-buffer is
7 now a macro.
8
66c5eebd
CY
9 * text.texi (Fields): Minor copyedit.
10
310a820f
EZ
112012-03-10 Eli Zaretskii <eliz@gnu.org>
12
83a96c08
EZ
13 * strings.texi (String Basics):
14 * sequences.texi (Sequence Functions): Mention that `length' is
15 not appropriate for computing the string width on display; add a
16 cross-reference to the description of `string-width'. (Bug#10978)
17
310a820f
EZ
18 * eval.texi (Autoloading): Minor change of wording.
19
83ef8187
CY
202012-03-10 Chong Yidong <cyd@gnu.org>
21
bc44be50
CY
22 * loading.texi (Autoload): Explicitly state which forms are
23 processed specially (Bug#7783).
24
83ef8187
CY
25 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
26 non-default situation. Describe one-submenu exception (Bug#7695).
27
28 * nonascii.texi (Character Properties): Copyedits.
29
483ab230
CY
302012-03-08 Chong Yidong <cyd@gnu.org>
31
32 * text.texi (Mode-Specific Indent): Document new behavior of
33 indent-for-tab-command. Document tab-always-indent.
34 (Special Properties): Copyedits.
35 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
36 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
37 libxml-parse-html-region.
38
00e84de0
GM
392012-03-07 Glenn Morris <rgm@gnu.org>
40
eaa6bc3c
GM
41 * markers.texi (The Region): Briefly mention use-empty-active-region
42 and region-active-p.
a9685db7 43 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 44 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 45
67cd45a2
CY
462012-03-07 Chong Yidong <cyd@gnu.org>
47
48 * text.texi (Buffer Contents): Don't duplicate explanation of
49 region arguments from Text node. Put doc of obsolete var
50 buffer-substring-filters back, since it is referred to.
51 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
52 selection by default.
53
54 * markers.texi (The Mark): Fix typo.
55 (The Region): Copyedits.
56
2ad80941
GM
572012-03-07 Glenn Morris <rgm@gnu.org>
58
59 * markers.texi (Overview of Markers): Copyedits.
60 (Creating Markers): Update approximate example buffer size.
61 (The Mark): Don't mention uninteresting return values.
62
ef959d3a
CY
632012-03-05 Chong Yidong <cyd@gnu.org>
64
65 * positions.texi (Text Lines): Document count-words.
66
a08a07e3
CY
672012-03-04 Chong Yidong <cyd@gnu.org>
68
69 * frames.texi (Frames): Remove little-used "terminal frame" and
70 "window frame" terminology.
71 (Frame Parameters, Font and Color Parameters, Initial Parameters)
72 (Size and Position, Visibility of Frames): Callers changed.
73 (Frames): Clarify which terminals in framep are graphical.
74 (Initial Parameters): --geometry is not the only option which adds
75 to initial-frame-alist.
76 (Position Parameters): Note that icon-left and icon-top are for
77 old window managers only.
78 (Size Parameters): Sizes are in characters even on graphical
79 displays.
80 (Management Parameters): Note that window-id and outer-window-id
81 can't really be changed, and that auto-raise isn't always obeyed.
82 (Cursor Parameters): Document cursor-type explicitly.
83 (Size and Position): The aliases set-screen-height and
84 set-screen-width have been deleted.
85 (Visibility of Frames): Mention "minimization".
86
87 * os.texi (Startup Summary): Minor clarifications.
88 (Startup Summary, Suspending Emacs): Standardize on "text
89 terminal" terminology.
90
91 * windows.texi (Basic Windows, Coordinates and Windows)
92 (Coordinates and Windows):
93 * display.texi (Refresh Screen, Line Height, Face Attributes)
94 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
95
ea16568d
GM
962012-03-04 Glenn Morris <rgm@gnu.org>
97
98 * abbrevs.texi: Small copyedits throughout.
99 (Abbrev Mode): Remove this section, folding it into the top-level.
100 (Abbrev Tables): Don't mention irrelevant return values.
101 (Abbrev Expansion): Add cross-ref for wrapper hooks.
102 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
103 (Abbrev Table Properties): Update nil :regexp description.
104
b3134b95
GM
1052012-03-03 Glenn Morris <rgm@gnu.org>
106
520f2425
GM
107 * internals.texi: Change @appendix section commands to @section.
108 (Building Emacs): Say less about CANNOT_DUMP platforms.
109 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 110 (Pure Storage): Small changes.
01a6dcc8 111 (Memory Usage): Copyedit.
7d2d7cc0
GM
112 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
113 example definitions. Give examples of things with non-nil
114 interactive args. Mention eval_sub. Remove old info about
115 strings and GCPRO. Mention cus-start.el.
116 (Buffer Internals, Window Internals, Process Internals):
117 Misc small updates and fixes for fields.
520f2425 118
b3134b95
GM
119 * tips.texi: Copyedits.
120 (Coding Conventions): Mention autoloads.
121 Combine partially duplicated macro items. Fix xref.
122 Refer to Library Headers for copyright notice.
123 (Programming Tips): edit-options is long-obsolete.
124 (Compilation Tips): Mention loading bytecomp for byte-compile props.
125 (Warning Tips): Mention declare-function.
126 (Documentation Tips): Remove old info.
127 (Comment Tips): Mention comment-dwim, not indent-for-comment.
128 (Library Headers): General update.
129
2064cc6a
GM
1302012-03-02 Glenn Morris <rgm@gnu.org>
131
6945faa6
GM
132 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
133 and relocate entry. Mention buffer-stale-function.
134
4186e877
GM
135 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
136
2064cc6a
GM
137 * hooks.texi (Standard Hooks): General update.
138 Put related hooks together. Add and remove items.
139 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
140 * modes.texi (Hooks): Tweak cross-ref description.
141
7272fbf3
MA
1422012-03-01 Michael Albinus <michael.albinus@gmx.de>
143
144 * files.texi (Kinds of Files): The return value of file-equal-p is
145 unspecified, if FILE1 or FILE2 does not exist.
146
53a1239b
GM
1472012-03-01 Glenn Morris <rgm@gnu.org>
148
90db9af9
GM
149 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
150
53a1239b
GM
151 * maps.texi (Standard Keymaps): General update.
152 Remove mode-specific maps, talk about the more general keymaps.
153 * help.texi (Help Functions): Add vindex for Helper-help-map.
154 * keymaps.texi (Active Keymaps): Minor rephrasing.
155
775b55af
GM
1562012-02-29 Glenn Morris <rgm@gnu.org>
157
158 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
159
96b49301 1602012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
161
7272fbf3 162 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 163 Update changed behavior of file-subdir-of-p.
96b49301 164
1383d930
GM
1652012-02-28 Glenn Morris <rgm@gnu.org>
166
44e97401
GM
167 * advice.texi, anti.texi, display.texi, elisp.texi:
168 * processes.texi, variables.texi, vol1.texi, vol2.texi:
169 Standardize possessive apostrophe usage.
170
e3c73f1e
GM
171 * locals.texi: Remove file.
172 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
173 Remove menu entry.
174 * errors.texi, maps.texi: Adjust node pointers.
175 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 176 * makefile.w32-in (srcs):
e3c73f1e
GM
177 * Makefile.in (srcs): Remove locals.texi.
178
1383d930
GM
179 * frames.texi (Mouse Position): Fix cross-ref.
180
431ee44b
CY
1812012-02-27 Chong Yidong <cyd@gnu.org>
182
183 * buffers.texi (Creating Buffers): Clarify that
184 generate-new-buffer uses generate-new-buffer-names.
185 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
186
187 * files.texi (Directory Names): Index entry for file name abbreviations.
188 (Relative File Names, File Name Expansion): Refer to it.
189 (Locating Files): Move locate-user-emacs-file documentation to
190 Standard File Names.
191 (Standard File Names): Add locate-user-emacs-file; update examples.
192
6a11ec9d
MA
1932012-02-26 Michael Albinus <michael.albinus@gmx.de>
194
195 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
196
9a4888c0
CY
1972012-02-26 Chong Yidong <cyd@gnu.org>
198
199 * files.texi (Kinds of Files): Improve documentation of
200 files-equal-p and file-subdir-of-p.
201
f0e751b9
GM
2022012-02-26 Glenn Morris <rgm@gnu.org>
203
204 * intro.texi (Acknowledgements): Small changes.
205
7e05b1ec
GM
2062012-02-25 Glenn Morris <rgm@gnu.org>
207
208 * errors.texi: Don't try to list _all_ the error symbols.
209 Add circular-list, cl-assertion-failed, compression-error.
210 * elisp.texi, vol1.texi, vol2.texi:
211 * control.texi (Error Symbols): Tweak "Standard Errors" description.
212
23453255 2132012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
214
215 * files.texi (files-equal-p, file-subdir-of-p): New,
216 add initial documentation.
217
4963495d
CY
2182012-02-25 Chong Yidong <cyd@gnu.org>
219
fa74b241
CY
220 * files.texi (File Attributes): Document file-selinux-context.
221 (Changing Files): Link to it.
222 (Changing Files): Document set-file-selinux-context.
223
224 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
225 changed. Mention default value of backup-directory-alist.
226 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
227 (Auto-Saving): New minor mode behavior for auto-save-mode.
228 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 229
4963495d
CY
230 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
231
4bb82fa8
GM
2322012-02-24 Glenn Morris <rgm@gnu.org>
233
234 * errors.texi (Standard Errors): Mention dbus-error.
235 For arith-error sub-classes, just use one cross-ref.
236
2cb228f7
AM
2372012-02-23 Alan Mackenzie <acm@muc.de>
238
239 * modes.texi (Defining Minor Modes): Document the new keyword
240 :after-hook.
241
a59225b1
CY
2422012-02-21 Chong Yidong <cyd@gnu.org>
243
244 * files.texi (Files): Mention magic file names as arguments.
245 (Reading from Files): Copyedits.
246 (File Attributes): Mention how to change file modes.
247 (Changing Files): Use standard "file permissions" terminology.
248 Add xref to File Attributes node.
249 (Locating Files): Document locate-user-emacs-file.
250 (Unique File Names): Recommend against using make-temp-name.
251
8376d7c2
CY
2522012-02-19 Chong Yidong <cyd@gnu.org>
253
254 * help.texi (Documentation, Documentation Basics, Help Functions):
255 Minor clarifications.
256 (Accessing Documentation): Clarify what documentation-property is
257 for. Add xref to Keys in Documentation.
258
259 * tips.texi (Documentation Tips): Don't recommend using * in
260 docstrings.
261
262 * macros.texi (Defining Macros):
263 * modes.texi (Derived Modes): Say "documentation string" instead
264 of docstring.
265
82233bea
CY
2662012-02-18 Chong Yidong <cyd@gnu.org>
267
268 * modes.texi (Tabulated List Mode): New node.
269 (Basic Major Modes): Add xref to it.
270
271 * processes.texi (Process Information): Mention Process Menu mode.
272
7b926f3f
CY
2732012-02-17 Chong Yidong <cyd@gnu.org>
274
275 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
276
0fd2c9a3
GM
2772012-02-17 Glenn Morris <rgm@gnu.org>
278
279 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
280
f700caa3
CY
2812012-02-16 Chong Yidong <cyd@gnu.org>
282
4230351b
CY
283 * syntax.texi (Syntax Tables, Syntax Descriptors)
284 (Syntax Table Functions): Copyedits.
285 (Syntax Basics): Don't repeat the material in the preceding node.
286 (Syntax Class Table): Use a table.
287 (Syntax Properties): Document syntax-propertize-function and
288 syntax-propertize-extend-region-functions.
289 (Motion via Parsing): Clarify scan-lists. Fix indentation.
290 (Parser State): Update for the new "c" comment style. Fix
291 description of item 7 (comment style).
292
f700caa3
CY
293 * modes.texi (Minor Modes): Update how mode commands should treat
294 arguments now.
295 (Mode Line Basics): Clarify force-mode-line-update.
296 (Mode Line Top): Note that the example is not realistic.
297 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
298 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
299 "mode line construct" instead of "mode line specification".
300 (Syntactic Font Lock): Remove mention of obsolete variable
301 font-lock-syntactic-keywords.
302 (Setting Syntax Properties): Node deleted.
303 (Font Lock Mode): Note that Font Lock mode is a minor mode.
304 (Font Lock Basics): Note that syntactic fontification falls back
305 on `syntax-table'.
306 (Search-based Fontification): Emphasize that font-lock-keywords
307 should not be set directly.
308 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
309 (Syntactic Font Lock): Minor clarifications. Add xref to
310 Syntactic Font Lock node.
f700caa3 311
60236b0d
CY
3122012-02-15 Chong Yidong <cyd@gnu.org>
313
314 * minibuf.texi (Basic Completion): Define "completion table".
315 Move completion-in-region to Completion in Buffers node.
316 (Completion Commands): Use "completion table" terminology.
317 (Completion in Buffers): New node.
318
319 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
320 (Setting Hooks): Update minor mode usage example.
321 (Major Mode Conventions): Note that completion-at-point-functions
322 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
323 Remove duplicate tip about auto-mode-alist.
324 (Minor Modes): Rewrite introduction.
325 (Minor Mode Conventions): Copyedits. Don't recommend
326 variable-only minor modes since few minor modes are like that.
60236b0d 327
d7dbb11a
GM
3282012-02-15 Glenn Morris <rgm@gnu.org>
329
330 * processes.texi (Network): Document open-network-stream :parameters.
331
3d8badf4
CY
3322012-02-14 Chong Yidong <cyd@gnu.org>
333
334 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
335 was removed on 2009-09-10. Update lisp-mode-map example.
336 (Inheritance and Keymaps): Minor clarification.
337 (Searching Keymaps): Remove out-of-place enumeration.
338 (Key Lookup): Remove unnecessary example (one was already given in
339 Format of Keymaps).
340 (Changing Key Bindings): Update suppress-keymap example.
341 (Menu Bar, Tool Bar): Copyedits.
342 (Tool Bar): Update tool-bar-map example.
343
faccede1
CY
3442012-02-12 Chong Yidong <cyd@gnu.org>
345
346 * debugging.texi (Debugger Commands): Continuing is now allowed
347 for errors.
348
355cabc6
CY
3492012-02-11 Chong Yidong <cyd@gnu.org>
350
d860baa0
CY
351 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
352 Move the list of standard bitmaps there.
353 (Fringe Cursors): Rewrite for clarity.
354 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
355
34106abe
CY
356 * commands.texi (Command Overview): Mention read-key.
357 (Using Interactive, Interactive Call): Minor clarifications.
358 (Function Keys, Click Events): Avoid "input stream" terminology.
359 (Click Events): Add xref to Window Sizes and Accessing Mouse.
360 Clarify column and row components.
361 (Accessing Mouse): Add xref to Click Events. Minor fixes.
362 (Special Events): Copyedits.
363
364 * streams.texi (Input Streams): De-document get-file-char.
365 (Output Variables): Don't refer to old backquote syntax.
366
355cabc6
CY
367 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
368 (Error Debugging): Note that debug-ignored-errors overrides list
369 values of debug-on-error too. Add xref to Signaling Errors. Note
370 that debug-on-signal is not customizable. Mention
371 condition-case-unless-debug.
372 (Compilation Errors): Node deleted.
373
374 * compile.texi (Compiler Errors): Move a paragraph here from
375 deleted node Compilation Errors.
376
1be3ca5a
LL
3772012-02-10 Leo Liu <sdl.web@gmail.com>
378
379 * control.texi (Handling Errors): Change condition-case-no-debug
380 to condition-case-unless-debug.
381
25dec365
CY
3822012-02-10 Chong Yidong <cyd@gnu.org>
383
384 * advice.texi (Defining Advice): Clarify ad-unadvise.
385 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
386 is not abnormal.
387 (Advising Primitives): Node deleted; ad-define-subr-args has been
388 removed.
389
390 * compile.texi (Speed of Byte-Code): Use float-time in example.
391 (Compilation Functions): Note that the log uses Compilation mode.
392 Don't discuss the contents of byte-code function object here.
393 (Compilation Functions): De-document internal function byte-code.
394 (Docs and Compilation): Minor clarifications.
395
396 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
397 Objects.
398
5f5e4ea1
GM
3992012-02-10 Glenn Morris <rgm@gnu.org>
400
401 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
402 Mention secure-hash.
403 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
404
6c1e4b46
CY
4052012-02-10 Chong Yidong <cyd@gnu.org>
406
407 * loading.texi (Loading): Don't emphasize "library" terminology.
408 (Library Search): load-path is not a user option. Mention role of
409 -L option and packages. Improve examples.
410 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
411 obsolete.
412 (Autoload): Minor clarifications.
413
72ca698c
GM
4142012-02-10 Glenn Morris <rgm@gnu.org>
415
b011fbfe
GM
416 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
417
72ca698c
GM
418 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
419
14a1f380
GM
4202012-02-08 Glenn Morris <rgm@gnu.org>
421
422 * loading.texi (Named Features): Update the require example.
423
60d47423
GM
4242012-02-07 Glenn Morris <rgm@gnu.org>
425
426 * modes.texi (Defining Minor Modes):
427 Expand on args of defined minor modes.
428
0992bd9c
CY
4292012-02-07 Chong Yidong <cyd@gnu.org>
430
431 * variables.texi (Creating Buffer-Local): Minor clarification
432 to buffer-local-variables doc (Bug#10715).
433
af008560
GM
4342012-02-07 Glenn Morris <rgm@gnu.org>
435
e80e1825 436 * display.texi (ImageMagick Images): General update.
af008560
GM
437 Move most details of imagemagick-render-type to the variable's doc.
438
866c1d22
GM
4392012-02-06 Glenn Morris <rgm@gnu.org>
440
f7c9199f 441 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
442 (Inheritance and Keymaps):
443 Mention make-composed-keymap and multiple inheritance.
f7c9199f 444
e7bc51d0
GM
445 * modes.texi (Running Hooks): Mention run-hook-wrapped.
446
866c1d22
GM
447 * control.texi (Handling Errors):
448 Mention condition-case-no-debug and with-demoted-errors.
449
03988c98
CY
4502012-02-05 Chong Yidong <cyd@gnu.org>
451
452 * customize.texi (Common Keywords): Minor clarifications.
453 Document custom-unlispify-remove-prefixes.
454 (Variable Definitions): Backquotes in defcustom seem to work fine
455 now. Various other copyedits.
e1161b06
CY
456 (Simple Types): Copyedits. Document color selector.
457 (Composite Types): Copyedits.
458 (Splicing into Lists): Clarifications.
03988c98
CY
459
460 * eval.texi (Backquote): Move from macros.texi.
461
462 * macros.texi (Expansion): Minor clarification.
463 (Backquote): Move node to eval.texi.
464 (Defining Macros): Move an example from Backquote node.
465 (Argument Evaluation): No need to mention Pascal.
466 (Indenting Macros): Add xref to Defining Macros.
467
649f602c
GM
4682012-02-05 Glenn Morris <rgm@gnu.org>
469
470 * debugging.texi (Error Debugging): Mention debug-on-event default.
471
34c99998
GM
4722012-02-04 Glenn Morris <rgm@gnu.org>
473
8f05da42
GM
474 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
475
7aa5aad8
GM
476 * debugging.texi (Error Debugging): Mention debug-on-event.
477 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
478
c7291ad9
GM
479 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
480
34c99998
GM
481 * text.texi (Buffer Contents):
482 Update filter-buffer-substring description.
483
735cc5ca
CY
4842012-02-04 Chong Yidong <cyd@gnu.org>
485
486 * functions.texi (What Is a Function): Add closures. Mention
487 "return value" terminology. Add xref for command-execute. Remove
488 unused "keystroke command" terminology.
489 (Lambda Expressions): Give a different example than in the
490 following subsection. Add xref to Anonymous Functions.
491 (Function Documentation): Remove gratuitous markup.
492 (Function Names): Move introductory text to `What Is a Function'.
493 (Defining Functions): Fix defun argument spec.
494 (Anonymous Functions): Document lambda macro explicitly. Mention
495 effects on lexical binding.
496 (Function Cells): Downplay direct usage of fset.
497 (Closures): New node.
498 (Inline Functions): Remove "open-code" terminology.
499 (Declaring Functions): Minor tweak; .m is not C code.
500
501 * variables.texi (Variables): Don't refer to "global value".
502 (Local Variables, Void Variables): Copyedits.
503 (Lexical Binding): Minor clarification of example.
504 (File Local Variables): Mention :safe and :risky defcustom args.
505 (Lexical Binding): Add xref to Closures node.
506
94bc7984
GM
5072012-02-04 Glenn Morris <rgm@gnu.org>
508
509 * minibuf.texi (High-Level Completion): Updates for read-color.
510
4f5a10ef
GM
5112012-02-03 Glenn Morris <rgm@gnu.org>
512
eea14f31
GM
513 * display.texi (GIF Images): Mention animation.
514 Remove commented-out old example of animation.
515 (Animated Images): New subsection.
516 * elisp.texi (Top):
517 * vol1.texi (Top):
518 * vol2.texi (Top): Add Animated Images menu entry.
519
4f5a10ef
GM
520 * display.texi (Image Formats): Remove oddly specific information
521 on versions of image libraries.
204e728d 522 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 523
12f381b7
GM
5242012-02-02 Glenn Morris <rgm@gnu.org>
525
1b9f60cc
GM
526 * processes.texi (Synchronous Processes):
527 Mention call-process's :file gets overwritten.
528
7e2734bc
GM
529 * commands.texi (Reading One Event):
530 * help.texi (Help Functions): Document read-char-choice.
531
f58b9822
GM
532 * hooks.texi (Standard Hooks):
533 * modes.texi (Keymaps and Minor Modes):
534 * text.texi (Commands for Insertion): Document post-self-insert-hook.
535
536 * hooks.texi (Standard Hooks): Add prog-mode-hook.
537
12f381b7
GM
538 * hooks.texi (Standard Hooks):
539 * modes.texi (Major Mode Conventions, Mode Hooks):
540 Document change-major-mode-after-body-hook.
541
7a9a2fc6
GM
5422012-02-01 Glenn Morris <rgm@gnu.org>
543
544 * modes.texi (Defining Minor Modes):
545 Mention disabling global minor modes on a per-major-mode basis.
546
a037c171
CY
5472012-01-31 Chong Yidong <cyd@gnu.org>
548
549 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
550 (Parser State): Remove unnecessary statement (Bug#10661).
551
552 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
553
56afad3a
GM
5542012-01-31 Glenn Morris <rgm@gnu.org>
555
556 * modes.texi (Defining Minor Modes):
557 Document define-minor-mode's new :variable keyword.
558
0f29fa41
CY
5592012-01-29 Chong Yidong <cyd@gnu.org>
560
837a390a
CY
561 * syntax.texi (Syntax Class Table): Tweak description of newline
562 char syntax (Bug#9619).
563
0f29fa41
CY
564 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
565 description (Bug#10189).
566
182148ee
GM
5672012-01-29 Glenn Morris <rgm@gnu.org>
568
a49ca6b9
GM
569 * files.texi (Changing Files): Document SELinux support.
570
182148ee
GM
571 * windows.texi (Window Sizes): Fix typo.
572
9962192e
CY
5732012-01-28 Chong Yidong <cyd@gnu.org>
574
8c6e1920
CY
575 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
576 doc (Bug#8568).
577
9583ec59
CY
578 * frames.texi (Input Focus): Add NORECORD arg to
579 select-frame-set-input-focus. Clarify its role in select-frame.
580
10256988
CY
581 * text.texi (Transposition): We don't use transpose-region as an
582 internal subroutine (Bug#3249).
583
9962192e
CY
584 * modes.texi (Example Major Modes): Update Lisp example code to
585 current sources. Delete the old non-derived-major-mode example,
586 which has diverged badly from current sources.
587
2aa43abb
GM
5882012-01-27 Glenn Morris <rgm@gnu.org>
589
590 * makefile.w32-in (texinputdir): Fix (presumed) typo.
591 (VERSION, manual): Remove, unused.
592
9f40220d
CY
5932012-01-27 Chong Yidong <cyd@gnu.org>
594
595 * commands.texi (Command Overview): Minor clarification (Bug#10384).
596
acc28cb9
CY
5972012-01-26 Chong Yidong <cyd@gnu.org>
598
599 * searching.texi (String Search): Document negative repeat count
600 (Bug#10507).
601
48da7392
GM
6022012-01-26 Glenn Morris <rgm@gnu.org>
603
604 * variables.texi (Using Lexical Binding):
605 Mention that lexical-binding should be set in the first line.
606
69b0acb9
LI
6072012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
608
609 * macros.texi (Defining Macros): Don't claim that `declare' only
610 affects Edebug and indentation.
611
543757a8
LI
6122012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
613
614 * macros.texi (Defining Macros): Slight `declare' fixup.
615
450e3cae
GM
6162012-01-25 Glenn Morris <rgm@gnu.org>
617
24189ce0 618 * makefile.w32-in (texinputdir):
450e3cae
GM
619 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
620
1021c761
CY
6212012-01-24 Chong Yidong <cyd@gnu.org>
622
623 * variables.texi (Variables, Local Variables, Void Variables):
624 Edit to make the descriptions less specific to dynamic binding.
625 (Local Variables): Default max-specpdl-size is now 1300.
626 (Defining Variables): Edits for lexical scoping. Delete
627 information about starting docstrings with *. De-document
628 user-variable-p.
629 (Tips for Defining): Remove an unimportant discussion of quitting
630 in the middle of a load.
631 (Accessing Variables, Setting Variables): Discuss lexical binding.
632 (Variable Scoping): Rewrite.
633 (Scope, Extent, Impl of Scope): Nodes deleted.
634 (Dynamic Binding): New node, with material from Scope, Extent, and
635 Impl of Scope nodes.
636 (Dynamic Binding Tips): Rename from Using Scoping.
637 (Lexical Binding): Rewrite.
638 (Using Lexical Binding): Rename from Converting to Lexical
639 Binding. Convert to subsection.
640
641 * customize.texi (Variable Definitions): Add custom-variable-p.
642 Move user-variable-p documentation here.
643
31cbea1d
CY
6442012-01-23 Chong Yidong <cyd@gnu.org>
645
646 * strings.texi (Text Comparison): Minor qualification.
647
648 * lists.texi (Cons Cells): Copyedits.
649 (List Elements): Mention push.
650 (List Variables): Mention pop.
651 (Rings): Move to sequences.texi.
652
653 * sequences.texi (Sequence Functions): Don't repeat the
654 introduction already given in the parent.
655 (Vectors): Copyedits.
656 (Rings): Move from lists.texi. Note that this is specific to the
657 ring package.
658
659 * symbols.texi (Definitions, Symbol Components): Mention variable
660 scoping issues.
661 (Plists and Alists): Copyedits.
662
663 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
664 correctness with lexical scoping.
665 (Eval): Copyedits.
666
fead402d
CY
6672012-01-21 Chong Yidong <cyd@gnu.org>
668
669 * intro.texi (A Sample Function Description): Special notation
670 used for macros too.
671
672 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
673 (Symbol Type): Add xref for keyword symbols.
674 (Sequence Type): Clarify differences between sequence types.
675 (Cons Cell Type): Add "linked list" index entry.
676 (Non-ASCII in Strings): Copyedits.
677 (Equality Predicates): Symbols with same name need not be eq.
678
679 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
680 ldexp. Move float-e and float-pi to Math Functions node.
681
61086eb6
GM
6822012-01-21 Glenn Morris <rgm@gnu.org>
683
684 * modes.texi (Auto Major Mode):
685 * variables.texi (File Local Variables):
686 Mention inhibit-local-variables-regexps.
687
34a02f46
MR
6882012-01-19 Martin Rudalics <rudalics@gmx.at>
689
690 * windows.texi (Window Configurations): Rewrite references to
691 persistent window parameters.
692 (Window Parameters): Fix description of persistent window
693 parameters.
694
f5064cae
JB
6952012-01-16 Juanma Barranquero <lekktu@gmail.com>
696
697 * windows.texi (Window Parameters): Use @pxref.
698
6a6ee00d
MR
6992012-01-16 Martin Rudalics <rudalics@gmx.at>
700
701 * windows.texi (Window Configurations, Window Parameters):
702 Describe persistent window parameters.
703
9ca4c014
SM
7042011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
705
706 * variables.texi (Creating Buffer-Local): Warn against misuses of
707 make-variable-buffer-local (bug#10258).
708
d027f83d
LMI
7092012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
710
711 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
712
89bd9ccd
CY
7132012-01-06 Chong Yidong <cyd@gnu.org>
714
715 * variables.texi (Directory Local Variables): Document
716 hack-dir-local-variables-non-file-buffer.
717
c869783d
GM
7182012-01-06 Glenn Morris <rgm@gnu.org>
719
720 * maps.texi (Standard Keymaps): Refer to Info-edit by name
721 rather than by keybinding.
722
2cae5ba4
JB
7232011-12-29 Juanma Barranquero <lekktu@gmail.com>
724
725 * frames.texi (Font and Color Parameters): Add @pxref.
726
43da4d08
DC
7272011-12-29 Daniel Colascione <dan.colascione@gmail.com>
728
729 * frames.texi (Font and Color Parameters):
730 Document w32 font backends (bug#10399).
731
8d80ef01
PE
7322011-12-28 Paul Eggert <eggert@cs.ucla.edu>
733
734 * files.texi (File Attributes, Changing Files):
735 Use a more-natural notation for octal numbers.
736
9022ae07
JB
7372011-12-23 Juanma Barranquero <lekktu@gmail.com>
738
739 * variables.texi (Variables with Restricted Values):
740 Change reference to variable (bug#10354).
741
454592a6
MR
7422011-12-13 Martin Rudalics <rudalics@gmx.at>
743
744 * windows.texi (Splitting Windows): Use t instead of non-nil
745 when describing window-combination-resize.
746
a7cdbfce
SM
7472011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * text.texi (Special Properties): Warn against `intangible' properties
750 (bug#10222).
751
a3dcc84e
EZ
7522011-11-26 Eli Zaretskii <eliz@gnu.org>
753
579ebf8f
EZ
754 * display.texi (Truncation):
755 * text.texi (Special Properties): Describe what a stretch-glyph is
756 instead of using that term without explanation. Make the
757 cross-references more accurate.
758
a3dcc84e
EZ
759 * display.texi (Usual Display): Update the description,
760 cross-references, and indexing related to display of control
761 characters and raw bytes.
762
94af99a4
MR
7632011-11-25 Martin Rudalics <rudalics@gmx.at>
764
765 * windows.texi (Splitting Windows): Fix description of
766 window-combination-limit. Suggested by Eli Zaretskii.
767
1c3d7a13
CY
7682011-11-23 Chong Yidong <cyd@gnu.org>
769
770 * windows.texi (Window Sizes): Move window-top-line,
771 window-left-column, and window-*-pixel-edges to Coordinates and
772 Windows node.
773 (Coordinates and Windows): Restore window-edges doc.
774
90151a1e
MR
7752011-11-21 Martin Rudalics <rudalics@gmx.at>
776
a7cdbfce
SM
777 * windows.texi (Windows and Frames, Splitting Windows):
778 Fix typos.
90151a1e 779
a9b9b7f5
CY
7802011-11-21 Chong Yidong <cyd@gnu.org>
781
782 * windows.texi (Splitting Windows): Fix error in documentation of
783 window-combination-limit.
784 (Cyclic Window Ordering): Minor fixes to next-window,
785 one-window-p, and get-lru-window docs. Don't document
786 window-list-1.
787 (Buffers and Windows): Copyedits.
788 (Choosing Window): Document special handling of special-display-*.
789 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
790 Don't document even-window-heights, which is going away.
791 Clarify which options are obeyed by which action functions.
a9b9b7f5 792
f4e90db0
SM
7932011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
794
795 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
796
d2999b1a
MR
7972011-11-20 Martin Rudalics <rudalics@gmx.at>
798
f4e90db0
SM
799 * windows.texi (Resizing Windows, Splitting Windows):
800 Remove term "status" when talking about combination limits.
d2999b1a 801
cd1181db
JB
8022011-11-20 Juanma Barranquero <lekktu@gmail.com>
803
804 * compile.texi (Compiler Errors):
805 * help.texi (Help Functions): Fix typos.
806
7bf54975
CY
8072011-11-19 Chong Yidong <cyd@gnu.org>
808
809 * windows.texi (Splitting Windows): Clarify role of window
810 parameters in split-window. Shorten the example.
f4e90db0
SM
811 (Deleting Windows): Rewrite intro to handle internal windows.
812 Fix delete-windows-on doc.
7bf54975
CY
813 (Selecting Windows): Copyedits.
814
a0c2d0ae
MR
8152011-11-17 Martin Rudalics <rudalics@gmx.at>
816
817 * windows.texi (Resizing Windows, Splitting Windows)
818 (Deleting Windows): Use term window-combination-resize instead
819 of window-splits.
820
b6f67890
MR
8212011-11-16 Martin Rudalics <rudalics@gmx.at>
822
f4e90db0
SM
823 * windows.texi (Resizing Windows, Splitting Windows):
824 Rename occurrences of window-nest to window-combination-limit.
b6f67890 825
0b381c7e
JB
8262011-11-14 Juanma Barranquero <lekktu@gmail.com>
827
828 * intro.texi (Lisp History): Fix typo.
829
89d61221
MR
8302011-11-12 Martin Rudalics <rudalics@gmx.at>
831
f4e90db0
SM
832 * windows.texi (Splitting Windows, Deleting Windows):
833 Remove references to splits status of windows.
89d61221 834
b2621720
GM
8352011-11-10 Glenn Morris <rgm@gnu.org>
836
837 * buffers.texi (Read Only Buffers): Expand a bit on why
838 toggle-read-only should only be used interactively. (Bug#7292)
839
d2ad7ee1
CY
8402011-11-09 Chong Yidong <cyd@gnu.org>
841
842 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 843 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
844 window-inside-absolute-pixel-edges.
845 (Resizing Windows): shrink-window-if-larger-than-buffer works on
846 non-full-width windows.
847
2cffd681
MR
8482011-11-09 Martin Rudalics <rudalics@gmx.at>
849
850 * windows.texi (Resizing Windows): Rewrite documentation of
851 window-resizable.
852
f6f6d7e7
CY
8532011-11-09 Chong Yidong <cyd@gnu.org>
854
855 * windows.texi (Splitting Windows): Simplify example.
856
a79db6e0
CY
8572011-11-08 Chong Yidong <cyd@gnu.org>
858
859 * windows.texi (Window Sizes): Copyedits. Document
860 window-text-height. Remove window-min-height and window-min-width
861 discussion, referring instead to Emacs manual.
862 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
863 (Resizing Windows): Simplify introduction. Don't document
864 enlarge-window, shrink-window, enlarge-window-horizontally, and
865 shrink-window-horizontally; they are no longer preferred for
866 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 867
441950c7
GM
8682011-11-07 Glenn Morris <rgm@gnu.org>
869
870 * windows.texi (Choosing Window): Fix keybinding typo.
871
be7f5545
MR
8722011-11-07 Martin Rudalics <rudalics@gmx.at>
873
874 * windows.texi (Resizing Windows, Splitting Windows)
875 (Window Configurations): Use "child window" instead of
876 "subwindow".
877
291d142b
CY
8782011-11-06 Chong Yidong <cyd@gnu.org>
879
880 * windows.texi (Basic Windows): Clarify various definitions.
881 Treat window-normalize-* as internal; don't document them.
882 (Windows and Frames): Various clarifications, e.g. non-live
883 windows also belong to frames. Fix window-list description.
884 Simplify window nesting example.
f4e90db0
SM
885 (Splitting Windows, Window Configurations):
886 Use split-window-below.
291d142b 887
89bd5ee1
EZ
8882011-11-04 Eli Zaretskii <eliz@gnu.org>
889
890 * windows.texi (Window Sizes): Mention in the doc string that the
891 return values of `window-body-height' and `window-body-width' are
892 in frame's canonical units. (Bug#9949)
893
3d8daefe
MR
8942011-10-30 Martin Rudalics <rudalics@gmx.at>
895
896 * windows.texi (Windows and Frames): Remove "iso-" infix from
897 documentation of window-iso-combined-p.
898
60754666
CY
8992011-10-26 Chong Yidong <cyd@gnu.org>
900
901 * modes.texi (Running Hooks): Document with-wrapper-hook.
902
d366bd53
CY
9032011-10-18 Chong Yidong <cyd@gnu.org>
904
905 * display.texi (Glyphless Chars): New node.
906
50b063c3
CY
9072011-10-13 Chong Yidong <cyd@stupidchicken.com>
908
909 * text.texi (Yanking): Document yank-excluded-properties.
910
911 * package.texi (Packaging Basics): The commentary should say how
912 to begin using the package.
913
c72063fa
MR
9142011-10-11 Martin Rudalics <rudalics@gmx.at>
915
916 * windows.texi (Deleting Windows): Mention which window gets
917 selected when deleting the selected window.
918
d83dc65b
MR
9192011-10-09 Martin Rudalics <rudalics@gmx.at>
920
921 * buffers.texi (The Buffer List): Describe how bury-buffer deals
922 with the selected window.
923 * windows.texi (Buffers and Windows): Reformulate text on how
924 replace-buffer-in-windows deals with a window.
925 (Quitting Windows): Describe how quit-window deals with a
926 standalone frame. Describe new option frame-auto-hide-function.
927
c599682c
GM
9282011-10-08 Glenn Morris <rgm@gnu.org>
929
48bca619
GM
930 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
931
c599682c
GM
932 * positions.texi (Excursions): Update warning message.
933
969aa734
CY
9342011-10-05 Chong Yidong <cyd@stupidchicken.com>
935
f4e90db0
SM
936 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
937 Fix Emacs manual xref (Bug#9675).
969aa734 938
550f41cd
CY
9392011-10-01 Chong Yidong <cyd@stupidchicken.com>
940
941 * windows.texi (Textual Scrolling): Document scroll-up-command,
942 scroll-down-command, scroll-error-top-bottom, and the
943 scroll-command symbol property.
717a1362
CY
944 (Display Action Functions): Fix description of
945 display-buffer-pop-up-window.
550f41cd 946
a239d4e9
JB
9472011-09-28 Juanma Barranquero <lekktu@gmail.com>
948
949 * windows.texi (Splitting Windows): Fix typos.
950
590c056d
MR
9512011-09-25 Martin Rudalics <rudalics@gmx.at>
952
953 * windows.texi (Windows and Frames, Display Action Functions)
954 (Switching Buffers): Fix some typos.
955 (Buffers and Windows): Remove reference to window-auto-delete.
956 Reword description of replace-buffer-in-windows.
957 (Window History): Fix some typos and refer to frame local buffer
958 list.
c419f5cb
MR
959 (Quitting Windows): New node.
960 (Window Configurations): Add descriptions of window-state-get
961 and window-state-put.
962 (Window Parameters): Describe variable ignore-window-parameters.
963 Sketch some window parameters currently in use.
964 * elisp.texi (Top): Update node listing.
590c056d 965
9ec20d36
CY
9662011-09-25 Chong Yidong <cyd@stupidchicken.com>
967
968 * windows.texi (Display Action Functions)
969 (Choosing Window Options): New nodes.
970
0e406a72
CY
9712011-09-24 Chong Yidong <cyd@stupidchicken.com>
972
973 * windows.texi (Window History): New node. Move text here from
974 Buffers and Windows.
975 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
976 don't document display-buffer here; callers changed.
977 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
978 switch-to-buffer-other-frame. Delete duplicate
979 replace-buffer-in-windows doc.
980 (Choosing Window): Document display actions.
981
6bf7006f
EZ
9822011-09-24 Eli Zaretskii <eliz@gnu.org>
983
984 * display.texi (Forcing Redisplay): Update the description of
985 redisplay-dont-pause due to change in the default value.
986
b33b68a3
MR
9872011-09-23 Martin Rudalics <rudalics@gmx.at>
988
989 * frames.texi (Frames and Windows): Move section and rename to
990 Windows and Frames in windows.texi.
991 * windows.texi (Windows): Restructure.
992 (Basic Windows): Rewrite. Explain live and internal windows and
993 normalization functions.
994 (Windows and Frames): Move section here from frames.texi.
995 Describe subwindows, window combinations, window tree, and
996 corresponding functions including window-list here.
997 (Window Sizes): Rename section from Size of Window and move it
998 up in chapter. Describe total and body sizes and the
999 corresponding functions. Explain new semantics of
1000 window-min-height/-width.
1001 (Resizing Windows): Move section up in chapter. Describe new
1002 resize functions.
1003 (Splitting Windows): Describe new behavior of split-window,
1004 split-window-above-each-other and split-window-side-by-side.
1005 Provide examples. Describe window-nest and window-splits
1006 options.
1007 (Deleting Windows): Minor rewrite.
f4e90db0
SM
1008 (Selecting Windows): Minor rewrite.
1009 Describe frame-selected-window and set-frame-selected-window here.
1010 (Cyclic Window Ordering): Minor rewrite.
1011 Describe window-list-1.
b33b68a3
MR
1012 (Buffers and Windows): Rewrite. Explain a window's previous and
1013 next buffers and the corresponding functions.
c4682d18 1014 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
1015 * elisp.texi (Top): Update node listings for frames and windows
1016 sections.
1017
4d3786ac
SM
10182011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
1021
713df35b
LMI
10222011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1023
1024 * errors.texi (Standard Errors): Remove apparent placeholder text
1025 (bug#9491).
1026
33ed493b
CY
10272011-09-18 Chong Yidong <cyd@stupidchicken.com>
1028
1029 * frames.texi (Management Parameters): Fix description of
1030 icon-type parameter.
1031
b8f0a954
CY
10322011-09-17 Chong Yidong <cyd@stupidchicken.com>
1033
1034 * tips.texi (Key Binding Conventions): Don't bind a key sequence
1035 ending in C-g. Suggested by Edward O'Connor.
1036
eddf142c
EZ
10372011-09-17 Eli Zaretskii <eliz@gnu.org>
1038
1039 * numbers.texi (Integer Basics): Add indexing for
1040 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
1041
bf1af6c7
DM
10422011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1043
1044 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
1045
cec2eab8
JB
10462011-09-11 Juanma Barranquero <lekktu@gmail.com>
1047
1048 * processes.texi (Network Servers): Clarify what the process
1049 buffer is used for (bug#9233).
1050
51751aa2 10512011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
1052
1053 * lists.texi (Building Lists): Fix typo.
1054
35137ed3
CY
10552011-08-30 Chong Yidong <cyd@stupidchicken.com>
1056
1057 * display.texi (Basic Faces): New node. Document new faces.
1058
1059 * modes.texi (Major Mode Conventions): Move some text there.
1060 (Mode Help): Remove major-mode var, duplicated in Major Modes.
1061
3fd50d5c
CY
10622011-08-29 Chong Yidong <cyd@stupidchicken.com>
1063
1064 * modes.texi (Basic Major Modes): New node. Callers updated.
1065 (Major Modes): Document fundamental-mode and major-mode.
1066 (Major Mode Basics): Node deleted; text moved to Major Modes.
1067 (Derived Modes): Document derived-mode-p.
1068
ddb54206
CY
10692011-08-28 Chong Yidong <cyd@stupidchicken.com>
1070
a6326082
CY
1071 * files.texi (Changing Files, Create/Delete Dirs): Document new
1072 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
1073 (Visiting Functions): Remove view-file; it is documented in the
1074 Emacs manual.
04e2ce72 1075
ddb54206
CY
1076 * frames.texi (Layout Parameters): The defaults for the
1077 menu-bar-lines and tool-bar-lines parameters depend on the mode.
1078
1079 * display.texi (Progress): Document spinner functionality.
1080
1081 * os.texi (Killing Emacs): Note that kill-emacs can be called by
1082 operating system signals. Refer to save-buffers-kill-terminal
1083 instead of save-buffers-kill-emacs.
1084
1085 * objects.texi (Symbol Type): Document ## print representation.
1086
0c95fcf7
EZ
10872011-08-25 Eli Zaretskii <eliz@gnu.org>
1088
1089 * display.texi (Specified Space): Mention that `space' specs
1090 influence bidi reordering.
1091 (Bidirectional Display): Explain how to use `(space . PROPS)' for
1092 separating fields with bidirectional content.
1093
5980d4c6
EZ
10942011-08-24 Eli Zaretskii <eliz@gnu.org>
1095
1096 * display.texi (Bidirectional Display): Document return value in
1097 buffers that are not bidi-reordered for display, and in unibyte
1098 buffers.
1099
bca633fb
EZ
11002011-08-23 Eli Zaretskii <eliz@gnu.org>
1101
1102 * nonascii.texi (Character Properties): Document the values for
1103 unassigned codepoints.
1104
c094bb0c
EZ
11052011-08-18 Eli Zaretskii <eliz@gnu.org>
1106
1107 * nonascii.texi (Character Properties): Document use of
1108 `bidi-class' and `mirroring' properties as part of reordering.
1109 Provide cross-references to "Bidirectional Display".
1110
1111 * display.texi (Bidirectional Display): Document the pitfalls of
1112 concatenating strings with bidirectional content, with possible
f4e90db0
SM
1113 solutions. Document bidi-string-mark-left-to-right.
1114 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
1115 Document use of `bidi-class' and `mirroring' properties as part of
1116 reordering.
c094bb0c 1117
1ea897d5
EZ
11182011-08-16 Eli Zaretskii <eliz@gnu.org>
1119
9adfcd0b
EZ
1120 * modes.texi (Major Mode Conventions): Improve the documentation
1121 of `mode-class' `special' modes.
1122
10862873
EZ
1123 * nonascii.texi (Character Properties): Document the `mirroring'
1124 property. Add index entries.
1125
1ea897d5
EZ
1126 * syntax.texi (Categories): Add an example of defining a new
1127 category and category table.
1128
1129 * searching.texi (Regexp Backslash): Document how to display
1130 existing categories. Mention the possibility of adding
1131 categories, and add an xref to where this is described. Add an
1132 index entry.
1133
ebb552ed
CY
11342011-08-09 Chong Yidong <cyd@stupidchicken.com>
1135
1136 * text.texi (Special Properties):
1137 * display.texi (Overlay Properties): Note that mouse-face cannot
1138 change the text size (Bug#8530).
1139
51a714e1
CY
11402011-08-08 Chong Yidong <cyd@stupidchicken.com>
1141
1142 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
1143 using setenv instead.
1144
4cc60b9b
EZ
11452011-07-28 Eli Zaretskii <eliz@gnu.org>
1146
1147 * display.texi (Bidirectional Display): Document the fact that
1148 bidi-display-reordering is t by default.
1149
5deb92fd
EZ
11502011-07-23 Eli Zaretskii <eliz@gnu.org>
1151
1152 * display.texi (Bidirectional Display): New section.
1153
011b0ad6 11542011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
1155 Tim Cross <theophilusx@gmail.com> (tiny change)
1156 Glenn Morris <rgm@gnu.org>
011b0ad6 1157
67f9b9f8 1158 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 1159
4baf28e6
AS
11602011-07-15 Andreas Schwab <schwab@linux-m68k.org>
1161
1162 * help.texi (Keys in Documentation): Revert last change.
1163
66249842
LMI
11642011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1165
f863868c
LMI
1166 * help.texi (Keys in Documentation): Clarify that \= only quotes
1167 the next character, and doesn't affect longer sequences in
1168 particular (bug#8935).
1169
f4e90db0
SM
1170 * debugging.texi (Using Debugger):
1171 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 1172
0bb23927 11732011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
1174
1175 * display.texi (Other Display Specs): Document that `left-fringe'
1176 and `right-fringe' display specifications are of the "replacing"
1177 kind.
1178
f2027cdf
LMI
11792011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1180
1181 * help.texi (Documentation Basics): Add a link to the Function
1182 Documentation node (bug#6580).
1183
f987fde4
LMI
11842011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1185
0bc59b25
LMI
1186 * keymaps.texi (Menu Bar): Mention :visible and :enable
1187 (bug#6344). Text by Drew Adams.
1188
63d55f1f
LMI
1189 * modes.texi (Running Hooks): Mention buffer-local hook variables
1190 (bug#6218).
1191
f987fde4
LMI
1192 * objects.texi (General Escape Syntax): "a with grave accent" is
1193 ?xe0, not ?x8e0 (bug#5259).
1194
b7527639
CY
11952011-07-12 Chong Yidong <cyd@stupidchicken.com>
1196
1197 * display.texi (Face Attributes, Font Selection): Add references
1198 to the Fonts node in the Emacs manual (Bug#4178).
1199
c830e5ae
CY
12002011-07-12 Chong Yidong <cyd@stupidchicken.com>
1201
1202 * display.texi (Window Systems): `window-system' is
1203 terminal-local.
1204
1205 * frames.texi (Frame Parameters, Parameter Access): Don't mention
1206 frame-local variables.
1207
1208 * variables.texi (Buffer-Local Variables): Don't mention obsolete
1209 frame-local variables.
1210 (Frame-Local Variables): Node deleted.
1211
1212 * elisp.texi (Top): Update node listing.
1213
91223e54
LMI
12142011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1215
1216 * elisp.texi: Change "inferiors" to "subnodes" in three places
1217 (bug#3523).
1218
963578d3
CY
12192011-07-11 Chong Yidong <cyd@stupidchicken.com>
1220
1221 * frames.texi (Window System Selections): Discussion of
1222 x-select-enable-clipboard moved to Emacs manual.
1223
07151e49
DD
12242011-07-11 Deniz Dogan <deniz@dogan.se>
1225
1226 * commands.texi (Prefix Command Arguments): Remove excessive
1227 apostrophe.
1228
7261e1cf
LMI
12292011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1230
ad21a12a
LMI
1231 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
1232 description is a string (bug#3313).
1233
7261e1cf
LMI
1234 * frames.texi (Display Feature Testing): Try to explain what all
1235 the visual classes mean (bug#3042).
1236
568f7b79
LMI
12372011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1238
18d59e29
LMI
1239 * modes.texi (Mode Line Variables): Document `mode-line-remote'
1240 and `mode-line-client' (bug#2974).
1241
568f7b79
LMI
1242 * text.texi (Insertion): Clarify marker movements (bug#1651).
1243 Text from Drew Adams.
1244
54e10184
LMI
12452011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1246
d94d85e9
LMI
1247 * text.texi (Special Properties): Clarify the format of `face'
1248 (bug#1375).
1249
54e10184
LMI
1250 * commands.texi (Interactive Call): Add a `call-interactively'
1251 example (bug#1010).
1252
413c488d
LMI
12532011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1254
1255 * functions.texi (Calling Functions): Link to the "Interactive
1256 Call" node (bug#1001).
1257
322b7dab 12582011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 1259
3deead93
CY
1260 * customize.texi (Composite Types): Move alist and plist to here
1261 from Simple Types (Bug#7545).
1262
1263 * elisp.texi (Top): Update menu description.
1264
b00d8c1a
CY
1265 * display.texi (Face Attributes): Document negative line widths
1266 (Bug#6113).
1267
d2a6c43b
TR
12682011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1269
1270 * searching.texi (Match Data): Note that match data can be
1271 overwritten by most functions (bug#2499).
1272
c7844a27
LMI
12732011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1274
a9ab721e
LMI
1275 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
1276 flags mean (bug#6659).
1277
c7844a27
LMI
1278 * functions.texi (What Is a Function): Document the autoload
1279 object (bug#6496).
1280
f68d76d0
LMI
12812011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1282
8a20ca4c
LMI
1283 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
1284 is only used in the Customize user interface (bug#6089).
1285
f68d76d0 1286 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 1287 images (bug#7836).
f68d76d0 1288
7018dbe7
EZ
12892011-07-02 Eli Zaretskii <eliz@gnu.org>
1290
1291 * variables.texi (Defining Variables, Void Variables)
1292 (Constant Variables): Fix incorrect usage of @kindex.
1293
36cb87a1
LMI
12942011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1295
28ee97c7
LMI
1296 * variables.texi (Defining Variables): Add an index entry for
1297 `set-variable' (bug#7262).
8d4294e9 1298 (Defining Variables): Use @findex for functions.
28ee97c7 1299
8862ffd5
LMI
1300 * frames.texi (Basic Parameters): Document the `explicit-name'
1301 parameter (bug#6951).
1302
0ec389b9
LMI
1303 * customize.texi (Type Keywords): Clarify that :value provides a
1304 default value for all types (bug#7386).
1305
36cb87a1
LMI
1306 * streams.texi (Output Functions): Document `pp'.
1307
11fdef7d 13082011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
1309
1310 * keymaps.texi (Searching Keymaps):
1311 * display.texi (Overlay Properties): Fix errors in 2011-05-29
1312 change. Suggested by Johan Bockgård.
1313
eeafcea7
CY
13142011-06-15 Chong Yidong <cyd@stupidchicken.com>
1315
1316 * text.texi (Special Properties): Clarify role of font-lock-face.
1317
b96e6cde
LMI
13182011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1319
f4e90db0 1320 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
1321 to `process-live-p' for consistency with other `-live-p' functions.
1322
be14b9ab
PE
13232011-06-03 Paul Eggert <eggert@cs.ucla.edu>
1324
1325 Document wide integers better.
1326 * files.texi (File Attributes): Document ino_t values better.
2d365993 1327 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
1328 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
1329 (Bitwise Operations):
001903b5
PE
1330 * objects.texi (Integer Type): Use a binary notation that is a bit easier
1331 to read, and that will port better if 62-bits becomes the default.
1332 Fix or remove incorrect examples.
be14b9ab
PE
1333 * os.texi (Time Conversion): Document time_t values better.
1334
bcd54f83
LMI
13352011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1336
f4e90db0
SM
1337 * processes.texi (Process Information):
1338 Document `process-alive-p'.
bcd54f83 1339
049bcbcb
CY
13402011-05-29 Chong Yidong <cyd@stupidchicken.com>
1341
1342 * help.texi (Accessing Documentation):
1343 * display.texi (Pixel Specification):
1344 * processes.texi (Serial Ports, Serial Ports):
1345 * nonascii.texi (Character Properties, Default Coding Systems):
1346 * text.texi (Changing Properties, Special Properties):
1347 * windows.texi (Window Start and End):
1348 * modes.texi (SMIE Indentation Example, SMIE Tricks):
1349 * keymaps.texi (Searching Keymaps, Tool Bar):
1350 * minibuf.texi (Basic Completion):
1351 * compile.texi (Eval During Compile):
1352 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
1353 7x9 paper in printed manual.
1354
1355 * lists.texi (Sets And Lists): Fix misplaced text.
1356
58539c63
CY
13572011-05-29 Chong Yidong <cyd@stupidchicken.com>
1358
1359 * keymaps.texi (Remapping Commands): Emphasize that the keymap
1360 needs to be active (Bug#8350).
1361
6b5681bf
CY
13622011-05-28 Chong Yidong <cyd@stupidchicken.com>
1363
b4d52acc
CY
1364 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
1365
6b5681bf
CY
1366 * tips.texi (Coding Conventions): Remove antediluvian filename
1367 limit recommendation (Bug#8538).
1368
e145f188
GM
13692011-05-27 Glenn Morris <rgm@gnu.org>
1370
1371 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
1372
eafed945
GM
13732011-05-26 Glenn Morris <rgm@gnu.org>
1374
1375 * variables.texi (File Local Variables):
1376 Update hack-local-variables `mode-only' return value.
2d3ba9e7 1377 Add some more details on what this function does in the other case.
eafed945 1378
bc8410af
GM
13792011-05-19 Glenn Morris <rgm@gnu.org>
1380
1381 * lists.texi (Sets And Lists): Mention cl provides union etc.
1382
35a30759
N
13832011-05-19 Nix <nix@esperi.org.uk>
1384
1385 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
1386
1387 * text.texi (Parsing HTML): Update for function name changes.
1388
1389 * syntax.texi (Syntax Flags): Small fix.
1390
1391 * keymaps.texi (Active Keymaps): Typo fix.
1392 (Changing Key Bindings): Grammar fix.
1393
1394 * frames.texi (Minibuffers and Frames): Grammar fix.
1395 (Window System Selections): x-select-enable-clipboard now defaults to t.
1396
1397 * customize.texi (Common Keywords):
1398 * display.texi (Abstract Display):
1399 * modes.texi (Auto-Indentation):
1400 * nonascii.texi (Converting Representations): Typo fixes.
1401
1402 * control.texi (Examples of Catch): Call it "goto" not "go to".
1403
e3934a8a
EZ
14042011-05-14 Eli Zaretskii <eliz@gnu.org>
1405
bc039a3b
EZ
1406 * nonascii.texi (Character Properties): Fix inconsistencies with
1407 implementation.
1408
e3934a8a
EZ
1409 * text.texi (Special Properties): Move @defvar's out of the
1410 @table. (Bug#8652)
1411
e2c94218
GM
14122011-05-12 Glenn Morris <rgm@gnu.org>
1413
1414 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
1415
d2fc7e3d 14162011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
1417
1418 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
1419 (Multiline Font Lock):
1420 * vol2.texi (Top):
1421 * vol1.texi (Top):
1422 * elisp.texi (Top): Update menu accordingly.
1423
d2fc7e3d 14242011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
1425
1426 * modes.texi (Region to Fontify): Fix typo.
1427
79b70037
GM
14282011-05-10 Jim Meyering <meyering@redhat.com>
1429
1430 * minibuf.texi: Fix typo "in in -> in".
1431
b08a63cc 14322011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
1433
1434 * numbers.texi (Integer Basics): Large integers are treated as floats.
1435
1ef14cb4
LMI
14362011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1437
1438 * processes.texi (Synchronous Processes): Document the (:file
1439 "/file-name") syntax for `call-process'.
1440
4ffd0d6b 14412011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
1442
1443 * windows.texi (Choosing Window): Fix typo.
1444
4ffd0d6b 14452011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
1446
1447 * frames.texi (Layout Parameters): Note the difference between
1448 querying and setting parameters for left-fringe and right-fringe
1449 (Bug#6930).
1450
fd5a8ae8
SM
14512011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1452
1453 * minibuf.texi (Basic Completion): Be a bit more precise about the
1454 valid kinds of completion tables.
1455 (Programmed Completion): Remove obsolete text about lambda expressions
1456 not being valid completion tables.
1457
c1bcd0d5
CY
14582011-03-19 Chong Yidong <cyd@stupidchicken.com>
1459
1460 * positions.texi (Excursions): Explain the "save-excursion
1461 defeated by set-buffer" warning.
1462
1463 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
1464 save-excursion. Suggested by Uday S Reddy.
1465
03408648 14662011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 1467
03408648
SM
1468 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
1469 (Lexical Binding): New sub-section.
ba83908c 1470
03408648
SM
1471 * eval.texi (Eval): Discourage the use of `eval'.
1472 Document its new `lexical' argument.
6c075cd7 1473
f6d62986
SM
14742011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1475
03408648 1476 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
1477 nil any more.
1478
84ea5558 14792011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
1480
1481 * strings.texi (String Conversion): Don't mention
1482 string-make-(uni|multi)byte (bug#8262).
1483 * nonascii.texi (Converting Representations): Fix up range.
1484 * keymaps.texi (Key Binding Commands): Update code point, avoid
1485 "unibyte character" and remove mention of unibyte bindings.
1486
62d94509
EZ
14872011-03-10 Eli Zaretskii <eliz@gnu.org>
1488
1489 * modes.texi (Operator Precedence Grammars): Don't use characters
1490 outside ISO-8859-1.
1491
63a329f8
EZ
14922011-03-09 Eli Zaretskii <eliz@gnu.org>
1493
1494 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
1495
1496 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
1497
6446548e
GM
14982011-03-08 Glenn Morris <rgm@gnu.org>
1499
1500 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
1501 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 1502 * elisp.texi: Set documentencoding.
6446548e 1503
33383987
JB
15042011-03-07 Chong Yidong <cyd@stupidchicken.com>
1505
1506 * Version 23.3 released.
1507
0b3ceceb
CY
15082011-03-06 Chong Yidong <cyd@stupidchicken.com>
1509
1510 * package.texi: Update index keywords.
1511 (Package Archives): New node contents. Document package-x.el.
1512
78f5433f
JB
15132011-03-06 Juanma Barranquero <lekktu@gmail.com>
1514
1515 * makefile.w32-in (srcs): Add package.texi.
1516
555e9b5c
CY
15172011-03-06 Chong Yidong <cyd@stupidchicken.com>
1518
120d9389
CY
1519 * package.texi (Packaging, Packaging Basics, Simple Packages)
1520 (Multi-file Packages): Expand and clarify.
1521 (Package Archives): Temporary placeholder node.
1522
1523 * elisp.texi (Top): Update node listing.
1524
555e9b5c
CY
1525 * Makefile.in (srcs): Add package.texi.
1526
b59a4335
CY
15272011-03-05 Chong Yidong <cyd@stupidchicken.com>
1528
1529 * processes.texi (Synchronous Processes): Minor clarification
1530 (Bug#8149).
1531
06083aa1
GM
15322011-03-03 Glenn Morris <rgm@gnu.org>
1533
1534 * files.texi (Truenames): Minor clarification. (Bug#2341)
1535
6640b281
GM
15362011-03-01 Glenn Morris <rgm@gnu.org>
1537
1538 * variables.texi (Directory Local Variables):
1539 Mention `(subdirs . nil)' alist element.
1540
2b0c7330 15412011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
1542
1543 * variables.texi (Directory Local Variables): Mention the optional
1544 mtime argument of dir-locals-set-directory-class. (Bug#3577)
1545
b923f7a9
CY
15462011-02-27 Chong Yidong <cyd@stupidchicken.com>
1547
1548 * minibuf.texi (Minibuffer History): Clarify discussion of
1549 minibuffer history lists (Bug#8085).
1550
67ab0163 15512011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 1552
e979a521
EZ
1553 * elisp.texi: Sync @dircategory with ../../info/dir.
1554
e03b2fd4
EZ
1555 * files.texi (Visiting Functions): Document find-file-literally,
1556 both the command and the variable.
1557
86ec878a
EZ
1558 * variables.texi (Creating Buffer-Local): Explain the meaning of
1559 permanent local variables.
1560
67ab0163
GM
1561 * files.texi (Visiting Functions): Document find-file-literally,
1562 both the command and the variable.
1563
1564 * variables.texi (Creating Buffer-Local): Explain the meaning of
1565 permanent local variables.
1566
15672011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
1568
1569 * keymaps.texi (Remapping Commands): Mention how to undo it.
1570
bfcb151a
RT
15712011-02-09 Reuben Thomas <rrt@sc3d.org>
1572
1573 * loading.texi (Hooks for Loading): Remove unnecessary advice
1574 about eval-after-load (Bug#7986).
1575
a41c8660
CY
15762011-02-05 Chong Yidong <cyd@stupidchicken.com>
1577
1578 * commands.texi (Accessing Mouse): Note that a header line is not
1579 included in the row of posn-col-row.
1580
e0dd6837
CY
15812011-02-02 Chong Yidong <cyd@stupidchicken.com>
1582
1583 * modes.texi (Major Mode Conventions): Add face guidelines.
1584 (Faces for Font Lock): List faces in order of prominence.
1585
a4180391
PE
15862011-02-01 Paul Eggert <eggert@cs.ucla.edu>
1587
1588 format-time-string now supports subsecond time stamp resolution
1589 * os.texi (Time Parsing): Document %N.
1590
7427eb97
CY
15912011-01-28 Chong Yidong <cyd@stupidchicken.com>
1592
61db307f
CY
1593 * vol1.texi (Top):
1594 * vol2.texi (Top):
1595 * elisp.texi (Top):
1596 * display.texi (Display Property): Shorten the menu description of
1597 the "Other Display Specs" node (Bug#7816).
1598
7427eb97
CY
1599 * keymaps.texi (Defining Menus): Add "menu item" and "extended
1600 menu item" concept index entries (Bug#7805).
1601
bf3dae7e
EZ
16022011-01-29 Eli Zaretskii <eliz@gnu.org>
1603
1604 * makefile.w32-in (texinfodir): New variable.
1605 (usermanualdir): Remove as redundant with $(emacsdir).
1606 (MAKEINFO): Remove options, leave only program name.
1607 (MAKEINFO_OPTS): New variable.
1608 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
1609
06d8ace5 16102011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
1611 Richard Kim <emacs18@gmail.com>
1612
1613 * loading.texi (Library Search): Document list-load-path-shadows
1614 (Bug#7757).
1615
06d8ace5 16162011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
1617
1618 * searching.texi (Regexp Special): Remove outdated discussion of
1619 character sets (Bug#7780).
1620
28a88153
CY
1621 * frames.texi (Pop-Up Menus): Document where menu title comes
1622 from (Bug#7684).
1623
06d8ace5 16242011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
1625
1626 * display.texi (Making Buttons): Mention limitation of text buttons.
1627
a8e1e9ee
WL
16282011-01-23 Werner Lemberg <wl@gnu.org>
1629
1630 * Makefile.in (MAKEINFO): Now controlled by `configure'.
1631 (MAKEINFO_OPTS): New variable. Use it where appropriate.
1632 (ENVADD): New variable to control texi2dvi and texi2pdf.
1633
362b9d48
GM
16342011-01-15 Chong Yidong <cyd@stupidchicken.com>
1635
1636 * files.texi (Directory Names): Move directory-abbrev-alist doc to
1637 Emacs manual.
1638
16392011-01-15 Eli Zaretskii <eliz@gnu.org>
1640
1641 * files.texi (Directory Names): Explain why FROM in
1642 directory-abbrev-alist should begin with \`. (Bug#7777)
1643
3fa173b4
SM
16442011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1645
1646 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
1647
7c420169 16482011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
1649
1650 * modes.texi (Emulating Mode Line): Fix last change.
1651
7c420169 16522011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
1653
1654 * modes.texi (Emulating Mode Line): Update documentation of
1655 format-mode-line according to changes that fixed bug #7587.
1656
80b33766
SM
16572010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
1658
1659 * modes.texi (Derived Modes): Mention prog-mode.
1660
1661 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
1662 of the key-binding-data cache since we don't use it any more.
1663
f49d1f52 16642010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 1665
4bb49a92
EZ
1666 * processes.texi (Shell Arguments):
1667 * strings.texi (Creating Strings): Don't mention "shell commands";
1668 make it explicit that `split-string-and-unquote' and
1669 `combine-and-quote-strings' are mainly for working with arguments
1670 to call-process and start-process.
1671
3c73e30e
EZ
1672 * processes.texi (Shell Arguments): Fix documentation of
1673 `split-string-and-unquote'. Add indexing. (Bug#7563)
1674
f49d1f52 16752010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
1676
1677 * modes.texi (Auto-Indentation): New section to document SMIE.
1678 (Major Mode Conventions):
1679 * text.texi (Mode-Specific Indent): Refer to it.
1680
f49d1f52 16812010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
1682
1683 * display.texi (Other Display Specs): Document left-fringe and
1684 right-fringe display specs.
1685
f49d1f52 16862010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
1687
1688 * backups.texi (Making Backups):
1689 * modes.texi (Example Major Modes): Use recommended coding style.
1690 (Major Mode Basics, Derived Modes): Encourge more strongly use of
1691 define-derived-mode. Mention completion-at-point-functions.
1692
f49d1f52 16932010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1694
5dcb4c4e
SM
1695 * nonascii.texi (Converting Representations):
1696 Document byte-to-string.
e1115396 1697
ec1b9b17
GM
16982010-12-08 Glenn Morris <rgm@gnu.org>
1699
1700 * buffers.texi (Modification Time):
1701 verify-visited-file-modtime now defaults to the current buffer.
1702
07976ae3 17032010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 1704
ec1b9b17 1705 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
1706
1707 * strings.texi (Creating Strings): Don't mention semi-obsolete
1708 function char-to-string.
1709 (String Conversion): Shorten discussion of semi-obsolete function
1710 string-to-char. Link to Converting Representations.
1711
1712 * objects.texi (Symbol Type):
1713 * text.texi (Near Point):
1714 * help.texi (Help Functions):
1715 * functions.texi (Mapping Functions): Use string instead of
1716 char-to-string in examples.
1717
07976ae3 17182010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
1719
1720 * text.texi (Kill Functions, Kill Functions)
1721 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
1722 YANK-HANDLER args.
1723
1724 * symbols.texi (Creating Symbols): Using unintern without an
1725 obarray arg is now obsolete.
1726
1727 * numbers.texi (Float Basics): Document float-e and float-pi.
1728
1729 * variables.texi (Defining Variables): Change "pi" example to
1730 "float-pi".
1731
8547874a
EZ
17322010-11-26 Eli Zaretskii <eliz@gnu.org>
1733
1734 * commands.texi (Click Events): Document the values of X, Y and
1735 COL, ROW in the event's position, when the click is on the header
1736 or mode line, on the fringes, or in the margins.
1737
4a47c275 17382010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 1739
5b05d75b
EZ
1740 * customize.texi (Composite Types): Lower-case index entry.
1741
5dcb4c4e
SM
1742 * loading.texi (How Programs Do Loading):
1743 Document load-file-name. (Bug#7346)
c7926fe2 1744
4a47c275 17452010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
1746
1747 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
1748
0eb025fb
EZ
17492010-11-13 Eli Zaretskii <eliz@gnu.org>
1750
1751 * display.texi (Usual Display): Characters with no fonts are not
1752 necessarily displayed as empty boxes.
1753
2699a554 17542010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
1755
1756 * maps.texi (Standard Keymaps): Update File menu description.
1757
8289f37b
GM
17582010-10-28 Glenn Morris <rgm@gnu.org>
1759
1760 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
1761
5793a7bc 17622010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
1763
1764 * display.texi (Window Systems): Deprecate use of window-system as
1765 a predicate.
1766
17284e30
GM
17672010-10-23 Glenn Morris <rgm@gnu.org>
1768
1769 * help.texi (Documentation Basics): Remove mentions of digest-doc and
1770 sorted-doc.
1771
00f113eb
JB
17722010-10-15 Eli Zaretskii <eliz@gnu.org>
1773
1774 * os.texi (Dynamic Libraries): New node, with slightly modified
1775 text deleted from "Image Formats".
1776 (System Interface): Add @menu entry for "Dynamic Libraries".
1777
1778 * display.texi (Image Formats): Remove description of
1779 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
1780
07277eb8
GM
17812010-10-12 Glenn Morris <rgm@gnu.org>
1782
1783 * book-spine.texinfo: Rename to book-spine.texi.
1784
c12e4a81
GM
17852010-10-11 Glenn Morris <rgm@gnu.org>
1786
df187c62
GM
1787 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
1788
c12e4a81 1789 * Makefile.in (DVIPS): New variable.
234db610
GM
1790 (.PHONY): Add html, ps.
1791 (html, elisp.html, ps, elisp.ps): New targets.
1792 (clean): Delete html, ps files.
1793 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 1794
6513b232
EZ
17952010-10-09 Eli Zaretskii <eliz@gnu.org>
1796
1797 * makefile.w32-in (emacsdir): New variable.
1798 (srcs): Add emacsver.texi.
1799 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
1800
abd40fb4
GM
18012010-10-09 Glenn Morris <rgm@gnu.org>
1802
c1dc72b3
GM
1803 * Makefile.in (VPATH): Remove.
1804 (infodir): Make it absolute.
1805 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
1806
4393405b
GM
1807 * Makefile.in (dist): Anchor regexps.
1808
eef3ab94
GM
1809 * Makefile.in (srcs): Put elisp.texi first.
1810 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
1811
aa9db089
GM
1812 * Makefile.in (infoclean): Remove harmless, long-standing error.
1813
abd40fb4
GM
1814 * Makefile.in ($(infodir)): Delete rule.
1815 (mkinfodir): New.
1816 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
1817
68db69ed 1818 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 1819 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 1820
ea274122
GM
18212010-10-09 Glenn Morris <rgm@gnu.org>
1822
f7a31f11
GM
1823 * Makefile.in (emacsdir): New variable.
1824 (MAKEINFO): Add -I $emacsdir.
1825 (dist): Copy emacsver.texi.
b13254e7
GM
1826 (srcs): Add emacsver.texi.
1827
f7a31f11
GM
1828 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1829 Set EMACSVER by including emacsver.texi.
1830
ea274122
GM
1831 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1832
17ca7950
GM
18332010-10-07 Glenn Morris <rgm@gnu.org>
1834
1835 * Makefile.in (version): New, set by configure.
1836 (clean): Delete dist tar file.
1837 (dist): Use version in tar name.
1838
4c83f6e1
GM
18392010-10-06 Glenn Morris <rgm@gnu.org>
1840
1841 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1842 (INSTALL_INFO): Remove unused variable.
1843 (mostlyclean, infoclean, dist): New rules.
1844 (clean): Delete dvi and pdf files.
1845 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1846 ($(infodir)): Add parallel build workaround.
4c83f6e1 1847
0264072d
GM
18482010-10-04 Glenn Morris <rgm@gnu.org>
1849
1850 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1851 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1852 Fix -I typo.
0264072d
GM
1853 (clean): No 'make.out' or 'core' files.
1854 (.PHONY): Declare clean rules.
1855 (maintainer-clean): Delete pdf file. Guard against cd failures.
1856
77f38949
GM
18572010-10-03 Glenn Morris <rgm@gnu.org>
1858
1859 * files.texi (File Name Components): Remove ignored section about
1860 deleted variable directory-sep-char.
1861
178fdd41
MA
18622010-10-03 Michael Albinus <michael.albinus@gmx.de>
1863
1864 * files.texi (Magic File Names): New defopt
1865 remote-file-name-inhibit-cache.
1866
9c524fcb
GM
18672010-10-02 Glenn Morris <rgm@gnu.org>
1868
1869 * os.texi (Killing Emacs): Hook now runs in batch mode.
1870
f816790b
SM
18712010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1872
1873 * text.texi (Special Properties): Clarify when modification-hooks run.
1874
7cf78aac
SM
18752010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 * syntax.texi (Syntax Flags): Document new `c' flag.
1878
ca0d44e4
GM
18792010-09-09 Glenn Morris <rgm@gnu.org>
1880
1881 * display.texi (ImageMagick Images): General cleanup.
1882
10999305 18832010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1884
1885 * files.texi (Directory Names): Use \` rather than ^.
1886
45240125
JD
18872010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1888
1889 * text.texi (Low-Level Kill Ring):
1890 * frames.texi (Window System Selections): Remove cut buffer
1891 documentation.
1892
4abe5bf6
EZ
18932010-08-28 Eli Zaretskii <eliz@gnu.org>
1894
1895 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1896 Parameters", where the default fringe width is described.
1897
1898 * frames.texi (Window Frame Parameters, Basic Parameters)
1899 (Position Parameters, Layout Parameters, Management Parameters)
1900 (Cursor Parameters, Font and Color Parameters): Add indexing for
1901 frame parameters. (Bug#6929)
1902
fdc76236
TT
19032010-08-25 Tom Tromey <tromey@redhat.com>
1904
1905 * vol2.texi (Top): Update.
1906 * vol1.texi (Top): Update.
1907 * tips.texi (Library Headers): Mention Package-Version and
1908 Package-Requires.
1909 * package.texi: New file.
1910 * os.texi (System Interface): Update pointers.
1911 * elisp.texi (Top): Link to new nodes. Include package.texi.
1912 * anti.texi (Antinews): Update pointers.
1913
1e5c1c80
EZ
19142010-08-25 Eli Zaretskii <eliz@gnu.org>
1915
1916 * processes.texi (Filter Functions): Fix last change.
1917
78e33835
CY
19182010-08-24 Markus Triska <triska@gmx.at>
1919
1920 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1921 of `buffer-name' in the main text as well as in the example
1922 (Bug#3098).
1923
198a7a97
CY
19242010-08-22 Chong Yidong <cyd@stupidchicken.com>
1925
1926 * nonascii.texi (Text Representations):
1927 * loading.texi (Loading Non-ASCII):
1928 * compile.texi (Byte Compilation): Don't mention obsolete
1929 --unibyte command-line argument.
1930
bc7d7ea6
CY
19312010-08-22 Chong Yidong <cyd@stupidchicken.com>
1932
1933 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1934
b0126eac 19352010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1936
1937 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1938
e8a6cc19
EZ
19392010-08-20 Eli Zaretskii <eliz@gnu.org>
1940
1941 * commands.texi (Misc Events): Add cross-references to where
1942 POSITION of a mouse event is described in detail.
1943
c4e7c63a 19442010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1945
c4e7c63a 1946 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1947
7815fe19 19482010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1949
1950 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1951 Suggested by Štěpán Němec <stepnem@gmail.com>.
1952
7815fe19 19532010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1954
1955 * minibuf.texi (High-Level Completion): Document args of
1956 `read-buffer-function' (bug#5625).
1957
8b2dd508
JD
19582010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1959
1960 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1961
bace45fe
MA
19622010-07-29 Michael Albinus <michael.albinus@gmx.de>
1963
1964 * processes.texi (Process Information): Explain process property
1965 `remote-tty'.
1966
4ce5a4cc
JB
19672010-07-27 Juanma Barranquero <lekktu@gmail.com>
1968
1969 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1970 instead of "\C-\^?" (bug#6334).
1971
1c84bc7a
JB
1972 * text.texi (Special Properties): Fix typo.
1973
b88746ba
EZ
19742010-07-09 Eli Zaretskii <eliz@gnu.org>
1975
1976 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1977 calling sequences, which are now the standard.
1978
51422d6d
CY
19792010-06-24 Chong Yidong <cyd@stupidchicken.com>
1980
1981 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1982
1983 * commands.texi (Command Overview): Mention undo-boundary call.
1984
d24880de
GM
19852010-06-23 Glenn Morris <rgm@gnu.org>
1986
1987 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1988 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1989 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1990 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1991 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1992 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1993 Untabify Texinfo files.
1994
0fc76035
CY
19952010-06-20 Chong Yidong <cyd@stupidchicken.com>
1996
1997 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1998
5338dc0b
CY
19992010-06-19 Chong Yidong <cyd@stupidchicken.com>
2000
a628ad9d 2001 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 2002
2c3a3c1d
CY
20032010-06-02 Chong Yidong <cyd@stupidchicken.com>
2004
ba3bf1d9
CY
2005 * searching.texi (Regexp Special): Remove obsolete information
2006 about matching non-ASCII characters, and suggest using char
2007 classes (Bug#6283).
2c3a3c1d 2008
7f4b4249
JB
20092010-05-30 Juanma Barranquero <lekktu@gmail.com>
2010
2011 * minibuf.texi (Basic Completion): Add missing "@end defun".
2012
637821cd
SM
20132010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2014
2015 * minibuf.texi (Basic Completion): Document completion-boundaries.
2016 (Programmed Completion): Document the new fourth method for boundaries.
2017
e13051c3
CY
20182010-05-22 Chong Yidong <cyd@stupidchicken.com>
2019
a628ad9d 2020 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 2021
0235128c 20222010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
2023
2024 * windows.texi (Textual Scrolling):
2025 * tips.texi (Coding Conventions):
2026 * minibuf.texi (Minibuffer History):
2027 * maps.texi (Standard Keymaps):
2028 * loading.texi (Where Defined):
2029 * edebug.texi (Instrumenting): Fix typos.
2030
0235128c 20312010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 2032
c7c32279
CY
2033 * keymaps.texi (Menu Bar): Document :advertised-binding property.
2034
0235128c
SM
2035 * functions.texi (Obsolete Functions):
2036 Document set-advertised-calling-convention.
eb5ed549
CY
2037
2038 * minibuf.texi (Basic Completion): Document completion-in-region.
2039 (Programmed Completion): Document completion-annotate-function.
2040
2041 * commands.texi (Reading One Event): Document read-key.
2042 (Distinguish Interactive): Document KIND arg to
2043 called-interactively-p. Delete obsolete interactive-p.
2044
2045 * elisp.texi (Top): Update node description.
2046
f8848423
EZ
20472010-05-08 Eli Zaretskii <eliz@gnu.org>
2048
0235128c
SM
2049 * nonascii.texi (Character Properties):
2050 Document unicode-category-table. Add an index entry for Unicode
2051 general category.
2052
20532010-05-07 Chong Yidong <cyd@stupidchicken.com>
2054
2055 * Version 23.2 released.
f8848423 2056
938efb77
JB
20572010-04-20 Juanma Barranquero <lekktu@gmail.com>
2058
2059 * locals.texi (Standard Buffer-Local Variables):
2060 Remove @ignore'd reference to `direction-reversed'.
2061
5854c267
JL
20622010-04-14 Juri Linkov <juri@jurta.org>
2063
2064 Fix @deffn without category.
2065
2066 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
2067 for `abbrev-insert'.
2068
2069 * buffers.texi (Indirect Buffers): Add category `Command'
2070 to @deffn of `clone-indirect-buffer'.
2071
2072 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
2073 for `next-window' and `previous-window'. Add category `Command'
2074 to @deffn of `pop-to-buffer'.
2075
8a14dec7
CY
20762010-04-01 Chong Yidong <cyd@stupidchicken.com>
2077
2078 * nonascii.texi (Text Representations): Don't mark
2079 enable-multibyte-characters as a user option.
2080
7a1831cf
EZ
20812010-03-31 Eli Zaretskii <eliz@gnu.org>
2082
2083 * control.texi (Handling Errors): How to re-throw a signal caught
2084 by condition-case.
2085
c3863713
CY
20862010-03-26 Chong Yidong <cyd@stupidchicken.com>
2087
2088 * loading.texi (Hooks for Loading): Document after-load-functions.
2089 Copyedits.
2090
c333f279
AM
20912010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
2092
2093 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
2094
e867cb5d 20952010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
2096
2097 * processes.texi (Network Processes): Document seqpacket type.
2098
605f35cd
DN
20992010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2100
2101 * os.texi (System Environment): Do not mention lynxos.
2102
288f9fc0
CY
21032010-03-10 Chong Yidong <cyd@stupidchicken.com>
2104
2105 * Branch for 23.2.
2106
eed5c93a
CY
21072010-03-06 Chong Yidong <cyd@stupidchicken.com>
2108
2109 * objects.texi (Integer Type): Take note of the read syntax
2110 exception for numbers that cannot fit in the integer type.
2111
1ddd6622
GM
21122010-03-03 Glenn Morris <rgm@gnu.org>
2113
2114 * numbers.texi (Integer Basics, Bitwise Operations):
2115 * objects.texi (Integer Type): Update for integers now being 30-bit.
2116
a908c79a
CY
21172010-02-27 Chong Yidong <cyd@stupidchicken.com>
2118
2119 * display.texi (Low-Level Font): Document :otf font-spec property.
2120
cd61af01
SM
21212010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2122
2123 * display.texi (Line Height): Avoid obsolete special default variables
2124 like default-major-mode.
2125
c02f8fe2
AM
21262010-01-28 Alan Mackenzie <acm@muc.de>
2127
2128 * display.texi (Auto Faces): Say fontification-functions is called
2129 whether or not Font Lock is enabled. Tidy up the wording a bit.
2130
d738d18b
CY
21312010-01-17 Chong Yidong <cyd@stupidchicken.com>
2132
2133 * elisp.texi: Remove duplicate edition information (Bug#5407).
2134
4963739e
JB
21352010-01-17 Juanma Barranquero <lekktu@gmail.com>
2136
2137 * two.el (volume-header-toc-markup): Fix typos in docstring.
2138
c57008f6
SM
21392010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
2140
2141 Avoid dubious uses of save-excursions.
2142 * positions.texi (Excursions): Recommend the use of
2143 save-current-buffer if applicable.
2144 * text.texi (Clickable Text): Fix the example code which used
2145 save-excursion in a naive way which sometimes preserves point and
2146 sometimes not.
2147 * variables.texi (Creating Buffer-Local):
2148 * os.texi (Session Management):
2149 * display.texi (GIF Images):
2150 * control.texi (Cleanups): Use (save|with)-current-buffer.
2151
2f3725cd
EZ
21522010-01-02 Eli Zaretskii <eliz@gnu.org>
2153
2154 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
2155
85eeac93
CY
21562010-01-02 Chong Yidong <cyd@stupidchicken.com>
2157
2158 * nonascii.texi (Text Representations, Character Codes)
2159 (Converting Representations, Explicit Encoding)
2160 (Translation of Characters): Use hex notation consistently.
2161 (Character Sets): Fix map-charset-chars doc (Bug#5197).
2162
4801c5fa
CY
21632010-01-01 Chong Yidong <cyd@stupidchicken.com>
2164
2165 * loading.texi (Where Defined): Make it clearer that these are
2166 loaded files (Bug#5068).
2167
26e533e2
CY
21682009-12-29 Chong Yidong <cyd@stupidchicken.com>
2169
2170 * minibuf.texi (Completion Styles): Document `initials' style.
2171
16d1ff5f
CY
21722009-12-25 Chong Yidong <cyd@stupidchicken.com>
2173
2174 * frames.texi (Resources): Describe inhibit-x-resources.
2175 (Size Parameters): Copyedit.
2176
2177 * hash.texi (Creating Hash):
2178 * objects.texi (Hash Table Type): Document the new hash table
2179 printed representation.
2180
2181 * minibuf.texi (Basic Completion): 4th arg to all-completions is
2182 obsolete.
2183
5dcb4c4e
SM
2184 * processes.texi (Process Buffers):
2185 Document process-kill-buffer-query-function.
16d1ff5f 2186
9a5de3d9
GM
21872009-12-05 Glenn Morris <rgm@gnu.org>
2188
2189 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
2190 diary-display-function, and no longer recommended to be a hook.
2191 Update for changes in the names of calendar and diary hooks.
2192 diary-print-entries-hook has changed section.
2193
b640eb52
EZ
21942009-11-28 Eli Zaretskii <eliz@gnu.org>
2195
2196 * text.texi (Special Properties): More accurate description of
2197 what the `cursor' property does.
2198
be1674ab
KR
21992009-11-26 Kevin Ryde <user42@zip.com.au>
2200
2201 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
2202 mouse-wheel-down-event, the closest thing to a definition for them.
2203 * os.texi (Startup Summary): vindex inhibit-startup-message and
2204 inhibit-splash-screen.
2205 (Command-Line Arguments): vindex argv.
2206 (Suspending Emacs): vindex suspend-tty-functions and
2207 resume-tty-functions. Don't want to index every hook, but having
2208 the programming ones is helpful.
2209
603f5979
CY
22102009-11-14 Chong Yidong <cyd@stupidchicken.com>
2211
2212 * commands.texi (Motion Events): Fix typo (Bug#4907).
2213
4359a806
CY
22142009-11-08 Chong Yidong <cyd@stupidchicken.com>
2215
2216 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
2217 are affected by case-fold-search (Bug#4483).
2218
0f063651
CY
22192009-11-02 Chong Yidong <cyd@stupidchicken.com>
2220
2221 * minibuf.texi (Reading File Names): Note that read-file-name may
2222 use a graphical file dialog.
2223
9bd79893
GM
22242009-10-31 Glenn Morris <rgm@gnu.org>
2225
2226 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
2227
ebe479ec
KR
22282009-10-16 Kevin Ryde <user42@zip.com.au>
2229
2230 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
2231 in particular so `info-lookup-symbol' can find its docs.
2232
2640fa86
CY
22332009-10-16 Chong Yidong <cyd@stupidchicken.com>
2234
2235 * variables.texi (Constant Variables): Distinguish from defconst
2236 variables.
2237 (Defining Variables): Add cindex.
2238
edd6a733
CY
22392009-10-15 Chong Yidong <cyd@stupidchicken.com>
2240
2241 * os.texi (Time of Day): Clarify that the microsecond part is
2242 ignored (Bug#4637).
2243
5feb0b73
GM
22442009-10-11 Glenn Morris <rgm@gnu.org>
2245
2246 * frames.texi (Size and Position): Clarify what is included in the frame
2247 height. (Bug#4535)
2248
0c5413c8
GM
22492009-10-10 Glenn Morris <rgm@gnu.org>
2250
2251 * windows.texi (Size of Window): The relationship between window and
2252 frame heights is not so simple. (Bug#4535)
2253 Mention window-full-height-p.
2254
7f8b600a
SM
22552009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2256
2257 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
2258 used from Lisp.
2259
6185de1c
EZ
22602009-10-07 Eli Zaretskii <eliz@gnu.org>
2261
7f8b600a
SM
2262 * files.texi (Directory Names) <abbreviate-file-name>:
2263 Document that root home directories are not replaced with "~".
6185de1c 2264
9972911f
EZ
22652009-10-06 Eli Zaretskii <eliz@gnu.org>
2266
2267 * text.texi (Special Properties): Document the meaning of the
2268 `cursor' text property whose value is an integer.
2269
2a3f19ef
MA
22702009-10-05 Michael Albinus <michael.albinus@gmx.de>
2271
2272 * files.texi (Magic File Names): Add `copy-directory'.
2273
804543b5
EZ
22742009-10-05 Eli Zaretskii <eliz@gnu.org>
2275
2276 * files.texi (File Attributes): Fix description of file
2277 attributes. (Bug#4638) Update attributes of files.texi example to
2278 be more representative.
2279
461bf92b
MA
22802009-10-05 Michael Albinus <michael.albinus@gmx.de>
2281
2282 * files.texi (Create/Delete Dirs): New command copy-directory.
2283
a86cd395
JB
22842009-10-04 Juanma Barranquero <lekktu@gmail.com>
2285
2286 * anti.texi (Antinews):
2287 * macros.texi (Indenting Macros):
2288 * strings.texi (Creating Strings, Case Conversion):
2289 Remove duplicate words.
2290
d3080264
MA
22912009-10-01 Michael Albinus <michael.albinus@gmx.de>
2292
2293 * files.texi (Create/Delete Dirs): delete-directory has an
2294 optional parameter RECURSIVE.
2295
85d14563
SM
22962009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2297
2298 * buffers.texi (Swapping Text): Minor clarification.
2299
3d9842c6
GM
23002009-10-01 Glenn Morris <rgm@gnu.org>
2301
2302 * functions.texi (Declaring Functions): Mention that we also search for
2303 ".m" files in the src/ directory.
2304
78427304
CY
23052009-09-25 David Engster <deng@randomsample.de>
2306
3d9842c6 2307 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 2308
b578c9cc
GM
23092009-09-22 Glenn Morris <rgm@gnu.org>
2310
2311 * internals.texi (Building Emacs): Mention preloaded-file-list.
2312
beee5da7
AM
23132009-09-14 Alan Mackenzie <acm@muc.de>
2314
2315 * os.texi (Terminal Output): Put "@code{}" around "stdout".
2316
5d6ab672
CY
23172009-09-13 Chong Yidong <cyd@stupidchicken.com>
2318
2319 * functions.texi (Anonymous Functions): Rearrange discussion,
2320 giving usage of unquoted lambda forms first. Mention that
2321 `function' and `#'' are no longer required (Bug#4290).
2322
59375eeb
AM
23232009-09-11 Alan Mackenzie <acm@muc.de>
2324
a86cd395 2325 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
2326 batch mode.
2327
e7e2f529
GM
23282009-09-01 Glenn Morris <rgm@gnu.org>
2329
2330 * display.texi (Face Functions): Mention define-obsolete-face-alias.
2331
eae47088
GM
23322009-08-26 Ulrich Mueller <ulm@gentoo.org>
2333
2334 * nonascii.texi (Character Codes): Fix typos.
2335
3691a0a6
MA
23362009-08-25 Michael Albinus <michael.albinus@gmx.de>
2337
2338 * processes.texi (Synchronous Processes): New defvar
2339 process-file-side-effects.
2340
664d56b8
GM
23412009-08-25 Glenn Morris <rgm@gnu.org>
2342
2343 * display.texi (Fontsets): Fix typo.
2344
0706c025
GM
2345 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
2346
03a74b84
SM
23472009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2348
2349 * processes.texi (Asynchronous Processes): Adjust arglist of
2350 start-process-shell-command and start-file-process-shell-command.
2351
f6de8a37
CY
23522009-08-15 Chong Yidong <cyd@stupidchicken.com>
2353
4b1ed1bb
CY
2354 * advice.texi (Argument Access in Advice): Note that argument
2355 positions are zero-based (Bug#3932).
2356
89a9e058
CY
2357 * commands.texi (Distinguish Interactive): Minor copyedit.
2358
23696fd7
CY
2359 * display.texi (Face Attributes): Add xref to Displaying Faces for
2360 explanation of "underlying face".
2361
f6de8a37
CY
2362 * customize.texi (Common Keywords): Add xref to Loading.
2363
2364 * loading.texi (How Programs Do Loading): Add xref to Lisp
2365 Libraries node in the Emacs manual.
2366
417f77e6
CY
23672009-08-13 Chong Yidong <cyd@stupidchicken.com>
2368
2369 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
2370
0999039c
CY
23712009-07-18 Chong Yidong <cyd@stupidchicken.com>
2372
2373 * processes.texi (Shell Arguments): Copyedits.
2374
9af167bc
GM
23752009-07-18 Glenn Morris <rgm@gnu.org>
2376
2377 * loading.texi (Repeated Loading): Fix typo.
2378
137987ab
RS
23792009-07-16 Richard Stallman <rms@gnu.org>
2380
2381 * buffers.texi (Swapping Text): Recommend setting
2382 write-region-annotate-functions and buffer-saved-size.
2383
2384 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
2385
622fa380
GM
23862009-07-15 Glenn Morris <rgm@gnu.org>
2387
2388 * edebug.texi: Minor re-phrasings throughout.
2389 (Edebug Execution Modes): Sit-for affects continue mode too.
2390 (Jumping): Use `forward-sexp' rather than its keybinding.
2391 (Edebug Misc): Fix Q binding.
2392 (Edebug Eval): Remove cl version.
2393 (Printing in Edebug): Clarify print-length etc.
2394 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
2395 (Specification List): Remove edebug-unwrap findex entry.
2396 (Specification Examples): defmacro is actually not the same as defun.
2397 Escape "`" in example.
2398
6bbd4600
CY
23992009-07-15 Chong Yidong <cyd@stupidchicken.com>
2400
2401 * markers.texi (The Mark): Document optional arg to
2402 deactivate-mark.
2403
e538d479
GM
24042009-07-11 Kevin Ryde <user42@zip.com.au>
2405
2406 * hooks.texi (Standard Hooks): Fix cross-references.
2407
4c98b9ed
GM
2408 * loading.texi (Named Features): Refer to eval-after-load.
2409
5300838c
GM
24102009-07-11 Glenn Morris <rgm@gnu.org>
2411
64fbeb16
GM
2412 * Makefile.in (TEXI2PDF): New.
2413 (elisp.pdf): New target.
2414
4c98b9ed
GM
2415 * searching.texi (Regexp Backslash): Fix typo.
2416
2417 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 2418
51d9979c
GM
24192009-07-10 Glenn Morris <rgm@gnu.org>
2420
561c0216
GM
2421 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
2422
5b594a58
GM
2423 * customize.texi (Customization Types):
2424 * display.texi (Abstract Display):
0cc8c85a 2425 * objects.texi (Character Type, String Type):
5b594a58 2426 Merge in some menu descriptions from elisp.texi.
51d9979c 2427
c3cbbb40
GM
2428 * hash.texi (Hash Tables):
2429 * modes.texi (Multiline Font Lock):
2430 End menu description with period.
fe42c16a 2431
28528402
GM
24322009-07-09 Glenn Morris <rgm@gnu.org>
2433
2434 * back.texi: Don't hard-code texinfo location.
2435
2436 * two-volume.make (texinfodir): New, with location of texinfo.tex.
2437 (tex): Add texinfodir to TEXINPUTS.
2438 (elisp1med-init, elisp2med-init): Use texinfodir.
2439
2440 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
2441 (clean): Add two-volume.make intermediate files.
2442
2443 * elisp.texi, vol1.texi, vol2.texi:
2444 Use a DATE variable with the publication date, and update it.
2445 Fix antinews menu description.
2446
2447 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
2448 Update the detailed node listing to match elisp.texi.
2449
2450 * README: Update edition to match elisp.texi.
2451
2452 * objects.texi (General Escape Syntax):
2453 * nonascii.texi (Character Sets):
2454 Use consistent case for "Unicode Standard".
2455
2456 * anti.texi (Antinews):
2457 * customize.texi (Variable Definitions):
2458 * functions.texi (Declaring Functions):
2459 * nonascii.texi (Character Properties):
2460 * processes.texi (Serial Ports):
2461 * text.texi (Special Properties):
2462 * tips.texi (Coding Conventions):
2463 Minor rearrangements to improve TeX line-filling.
2464
2465 * commands.texi (Using Interactive): Fix cross-reference.
2466
17db8e10
JD
24672009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2468
2469 * frames.texi (Management Parameters): Mention sticky.
2470
77c7e2e1
AS
24712009-07-01 Andreas Schwab <aschwab@redhat.com>
2472
2473 * help.texi (Help Functions): Fix description of help-buffer and
2474 help-setup-xref to use @defun instead of @deffn.
2475
3f1c6666
JD
24762009-07-01 Jan Djärv <jan.h.d@swipnet.se>
2477
2478 * frames.texi (Size Parameters): Mention maximized for fullscreen.
2479
ca27c21b
CY
24802009-06-24 Chong Yidong <cyd@stupidchicken.com>
2481
2482 * display.texi (Window Systems): Add ns to the list.
2483
70243478
CY
24842009-06-21 Chong Yidong <cyd@stupidchicken.com>
2485
2486 * Branch for 23.1.
2487
df006536
MR
24882009-06-17 Martin Rudalics <rudalics@gmx.at>
2489
2490 * windows.texi (Dedicated Windows): Fix typo.
2491 (Resizing Windows): Replace @defun by @deffn.
2492
d259fc4b
GM
24932009-06-17 Glenn Morris <rgm@gnu.org>
2494
2495 * variables.texi (Directory Local Variables):
2496 Update for 2009-04-11 name-change of dir-locals-directory-alist.
2497
30781db6
KH
24982009-06-09 Kenichi Handa <handa@m17n.org>
2499
2500 * nonascii.texi (Character Sets): State clearly that FROM and TO
2501 are codepoints of CHARSET.
2502
62e8099c
CY
25032009-06-07 Chong Yidong <cyd@stupidchicken.com>
2504
2505 * minibuf.texi (Reading File Names): Fix introductory text.
2506 Suggested by stan@derbycityprints.com.
2507 (High-Level Completion): Fix typo.
2508
ee1b1917
CY
25092009-05-28 Chong Yidong <cyd@stupidchicken.com>
2510
2511 * frames.texi (Text Terminal Colors): Multi-tty is already
2512 implemented, but tty-local colors are not.
2513
5df647e8
CY
25142009-05-27 Chong Yidong <cyd@stupidchicken.com>
2515
2516 * hooks.texi (Standard Hooks): Remove mention of obsolete
2517 redisplay-end-trigger-functions.
2518
2519 * internals.texi (Window Internals): Remove mention of obsolete
2520 redisplay-end-trigger-functions.
2521
01f17ae2
MR
25222009-05-21 Martin Rudalics <rudalics@gmx.at>
2523
2524 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
2525
2526 * backups.texi (Making Backups): backup-directory-alist and
2527 make-backup-file-name-function are options.
2528 (Auto-Saving): auto-save-list-file-prefix is an option.
2529
2530 * buffers.texi (Killing Buffers): buffer-offer-save is an
2531 option.
2532
2533 * display.texi (Refresh Screen): no-redraw-on-reenter is an
2534 option.
2535 (Echo Area Customization): echo-keystrokes is an option.
2536 (Selective Display): selective-display-ellipses is an option.
2537 (Temporary Displays): temp-buffer-show-function is an option.
2538 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
2539 are options.
2540 (Font Selection): face-font-family-alternatives,
2541 face-font-selection-order, face-font-registry-alternatives, and
2542 scalable-fonts-allowed are options.
2543 (Fringe Indicators): indicate-buffer-boundaries is an option.
2544 (Fringe Cursors): overflow-newline-into-fringe is an option.
2545 (Scroll Bars): scroll-bar-mode is an option.
2546
2547 * eval.texi (Eval): max-lisp-eval-depth is an option.
2548
2549 * files.texi (Visiting Functions): find-file-hook is an option.
2550 (Directory Names): directory-abbrev-alist is an option.
2551 (Unique File Names): temporary-file-directory and
2552 small-temporary-file-directory are options.
2553
2554 * frames.texi (Initial Parameters): initial-frame-alist,
2555 minibuffer-frame-alist and default-frame-alist are options.
2556 (Cursor Parameters): blink-cursor-alist and
2557 cursor-in-non-selected-windows ar options.
2558 (Window System Selections): selection-coding-system is an
2559 option.
2560 (Display Feature Testing): display-mm-dimensions-alist is an
2561 option.
2562
2563 * help.texi (Help Functions): help-char and help-event-list are
2564 options.
2565
2566 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
2567 an option.
2568
2569 * minibuf.texi (Minibuffer History): history-length and
2570 history-delete-duplicates are options.
2571 (High-Level Completion): read-buffer-function and
2572 read-buffer-completion-ignore-case are options.
2573 (Reading File Names): read-file-name-completion-ignore-case is
2574 an option.
2575
2576 * modes.texi (Mode Line Top): mode-line-format is an option.
2577 (Mode Line Variables): mode-line-position and mode-line-modes
2578 are options.
2579
2580 * nonascii.texi (Text Representations):
2581 enable-multibyte-characters is an option.
2582 (Default Coding Systems): auto-coding-regexp-alist,
2583 file-coding-system-alist, auto-coding-alist and
2584 auto-coding-functions are options.
2585 (Specifying Coding Systems): inhibit-eol-conversion is an
2586 option.
2587
2588 * os.texi (Init File): site-run-file is an option.
2589 (System Environment): mail-host-address is an option.
2590 (User Identification): user-mail-address is an option.
2591 (Terminal Output): baud-rate is an option.
2592
2593 * positions.texi (Word Motion): words-include-escapes is an
2594 option.
2595
2596 * searching.texi (Standard Regexps): page-delimiter,
2597 paragraph-separate, paragraph-separate and sentence-end are
2598 options.
2599
2600 * text.texi (Margins): left-margin and fill-nobreak-predicate
2601 are options.
2602
2603 * variables.texi (Local Variables): max-specpdl-size is an
2604 option.
2605
2606 * windows.texi (Choosing Window):
2607 split-window-preferred-function, special-display-function and
2608 display-buffer-function are options.
2609
106e6894
CY
26102009-05-20 Chong Yidong <cyd@stupidchicken.com>
2611
4a83454d
CY
2612 Fix errors spotted by Martin Rudalics.
2613
106e6894
CY
2614 * syntax.texi (Position Parse): Document rationale for ignored
2615 arguments to syntax-ppss-flush-cache.
2616
2617 * processes.texi (Input to Processes): Mark PROCESS arg to
2618 process-running-child-p as optional.
2619 (Network Options): Document NO-ERROR arg to
2620 set-network-process-option.
2621
2622 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
2623 command.
2624
2625 * searching.texi (POSIX Regexps): Mark posix-search-forward and
2626 posix-search-backward as commands.
2627
2628 * os.texi (Killing Emacs): Mark kill-emacs as a command.
2629 (Suspending Emacs): Mark suspend-emacs as a command.
2630 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
2631 commands.
5dcb4c4e
SM
2632 (Terminal Output): Remove obsolete function baud-rate.
2633 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
2634
2635 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
2636 terminal-coding-system and set-terminal-coding-system.
2637 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
2638 as optional.
2639 (Character Sets): Document RESTRICTION arg of char-charset.
2640 (Character Codes): Mark POS argument to get-byte as optional.
2641
2642 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
2643 minibuffer-message.
2644
2645 * files.texi (Create/Delete Dirs): Mark make-directory and
2646 delete-directory as commands.
2647
2648 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
2649
2650 * text.texi (Base 64): Mark base64-decode-string and
2651 base64-encode-string as commands.
2652 (Columns): Mark move-to-column as a command.
2653 (Mode-Specific Indent): Document RIGID arg to
2654 indent-for-tab-command.
2655 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
2656 Mark indent-code-rigidly as a command.
2657 (Substitution): Mark translate-region as a command.
2658
2659 * frames.texi (Size and Position): Remove obsolete functions
2660 screen-height and screen-width.
2661
04173931
CY
26622009-05-19 Chong Yidong <cyd@stupidchicken.com>
2663
2664 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
2665 (Displaying Buffers, Resizing Windows): Correct mistakes;
2666 next-window, previous-window, and pop-to-buffer are not commands,
2667 and fit-window-to-buffer" is a command. (Pointed out by Martin
2668 Rudalics.)
2669
eae7d8f8
RS
26702009-05-17 Richard M Stallman <rms@gnu.org>
2671
2672 * modes.texi (Precalculated Fontification): Clarify text.
2673
b8766179
MR
26742009-05-17 Martin Rudalics <rudalics@gmx.at>
2675
2676 * windows.texi (Selecting Windows): Clarify descriptions of
2677 with-selected-window and get-lru-window.
2678 (Cyclic Window Ordering): Refer to particular frame when talking
2679 about how splitting affects the ordering.
2680 (Displaying Buffers): Fix descriptions of switch-to-buffer and
2681 switch-to-buffer-other-window. Explain how setting of
2682 display-buffer-reuse-frames affects pop-to-buffer.
2683 (Choosing Window): Clarify some details in descriptions of
2684 display-buffer-reuse-frames, pop-up-frames, and
2685 pop-up-frame-function.
2686 (Dedicated Windows): Clarify some details.
2687 (Textual Scrolling): Replace term vscroll by term vertical
2688 scroll position.
2689 (Vertical Scrolling): Fix typo.
2690 (Window Hooks): Relate text on jit-lock-register to window
2691 scrolling and size changes.
2692
734b5e3b
CY
26932009-05-14 Chong Yidong <cyd@stupidchicken.com>
2694
0a65633e
CY
2695 * frames.texi (Initial Parameters): Clarify what the initial
2696 minibuffer frame is.
05be46d7
CY
2697 (Buffer Parameters): Note that the minibuffer parameter can not be
2698 altered.
0a65633e 2699
734b5e3b
CY
2700 * anti.texi (Antinews): Copyedits. Rearrange some entries.
2701 Document display-buffer changes.
2702
925672cd
CY
27032009-05-13 Chong Yidong <cyd@stupidchicken.com>
2704
17ecd7af
CY
2705 * anti.texi (Antinews): Rewrite for Emacs 22.
2706
925672cd
CY
2707 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
2708 obarrays are first mentioned. Define "system abbrev" more
2709 prominently, and add it to the index.
2710 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
2711 Copyedits.
2712 (Abbrev Expansion): Document abbrev-insert.
2713
80be4dd7
CY
27142009-05-12 Chong Yidong <cyd@stupidchicken.com>
2715
2716 * frames.texi (Font and Color Parameters): Rename from Color
2717 Parameters. Document font-backend parameter.
2718
2719 * vol2.texi (Top): Update node listing.
2720 * vol1.texi (Top): Update node listing.
2721 * elisp.texi (Top): Update node listing.
2722
372a93ac
MR
27232009-05-11 Martin Rudalics <rudalics@gmx.at>
2724
2725 * windows.texi (Choosing Window): Don't explicitly refer to
2726 split-window-sensibly's window argument in descriptions of
2727 split-height-threshold and split-width-threshold.
2728
714c3541
MR
27292009-05-10 Martin Rudalics <rudalics@gmx.at>
2730
2731 * windows.texi (Choosing Window): Fix rewrite of window
2732 splitting section.
2733
0e90e7be
EZ
27342009-05-09 Eli Zaretskii <eliz@gnu.org>
2735
f4e90db0
SM
2736 * nonascii.texi (Default Coding Systems):
2737 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 2738 Add indexing.
0e90e7be
EZ
2739 (Lisp and Coding Systems): Add index entries.
2740
d3c0c321
MR
27412009-05-09 Martin Rudalics <rudalics@gmx.at>
2742
2743 * windows.texi (Choosing Window): Describe split-window-sensibly
2744 and rewrite section on window splitting accordingly.
2745 (Textual Scrolling): Replace `...' by @code{...}.
2746
c773345a
CY
27472009-05-04 Chong Yidong <cyd@stupidchicken.com>
2748
ee2d5b5e
CY
2749 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
2750 Remove obsoleted pre-abbrev-expand-hook.
2751
2752 * locals.texi (Standard Buffer-Local Variables): Consolidate table
2753 entries.
2754
c773345a
CY
2755 * internals.texi (Object Internals): Don't assume 32-bit machines
2756 are the norm.
2757 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
2758 (Window Internals): Synch field names to window.h.
2759 (Process Internals): Synch field names to process.h.
c773345a 2760
dd449674
CY
27612009-04-29 Chong Yidong <cyd@stupidchicken.com>
2762
2763 * variables.texi (File Local Variables): Note that read-circle is
2764 bound to nil when reading file-local variables.
2765
2766 * streams.texi (Input Functions): Document read-circle.
2767 (Output Variables): Add xref to Circular Objects.
2768
4f1e25e2
CY
27692009-04-25 Chong Yidong <cyd@stupidchicken.com>
2770
2771 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
2772 Features and Coding System Basics. Node that "p" stands for
2773 "predicate". Recommend utf-8-emacs instead of emacs-mule.
2774 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
2775 mouse-appearance-menu.
2776 (Programming Tips): Add xref to Progress.
2777
dca019f8
CY
27782009-04-22 Chong Yidong <cyd@stupidchicken.com>
2779
5dcb4c4e
SM
2780 * os.texi (Command-Line Arguments):
2781 Document command-line-args-left.
dca019f8
CY
2782 (Suspending Emacs): Adapt text to multi-tty case. Document use of
2783 terminal objects for tty arguments.
2784 (Startup Summary): Add xref to Session Management.
2785 (Session Management): Mention emacs-session-restore. Copyedits.
2786
02a89103
CY
27872009-04-20 Chong Yidong <cyd@stupidchicken.com>
2788
2789 * os.texi (Startup Summary): Copyedits. The init file is not
2790 necessarily named .emacs now. Document initial-buffer-choice and
2791 initial-scratch-message. Note where Emacs exits in batch mode.
2792 Document inhibit-splash-screen as an alias.
2793 (Init File): Be neutral about which init file name to use.
2794
27952009-04-16 Chong Yidong <cyd@stupidchicken.com>
2796
2797 * os.texi (System Interface): Fix Texinfo usage.
2798
0c1cfe01
CY
27992009-04-15 Chong Yidong <cyd@stupidchicken.com>
2800
80d7cdca
CY
2801 * searching.texi (Regexp Backslash): Also refer to shy groups as
2802 non-capturing or unnumbered groups.
2803 (Regexp Functions): Add cross-reference to Regexp Backslash.
2804
0c1cfe01
CY
2805 * display.texi (Truncation): Overlays can use line-prefix and
2806 wrap-prefix too.
2807 (Overlay Properties): Document wrap-prefix and line-prefix.
2808 (Face Attributes): Document underline-minimum-offset.
2809 (Face Remapping): Copyedits.
2810 (Low-Level Font): Copyedits.
2811 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
2812 (Line Height): Emphasize that line-spacing only takes effect on
2813 graphical terminals.
0c1cfe01 2814
c4adeee0
CY
28152009-04-13 Chong Yidong <cyd@stupidchicken.com>
2816
2817 * display.texi (Refresh Screen): Note that a passage about screen
2818 refreshing is text terminal only.
2819 (Forcing Redisplay): Delete misleading comment---sit-for calls
2820 redisplay, not the other way around.
2821 (Truncation): Note new values of truncate-partial-width-windows.
2822 Copyedits.
2823 (Invisible Text): Document invisible-p.
2824
b20ecfa1
EZ
28252009-04-11 Eli Zaretskii <eliz@gnu.org>
2826
2827 * display.texi (Overlays): Overlays don't scale well. See
2828 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2829
97d8273f
CY
28302009-04-10 Chong Yidong <cyd@stupidchicken.com>
2831
f147ff75
CY
2832 * syntax.texi (Syntax Table Functions): Document cons cell
2833 argument for modify-syntax-entry.
2834 (Categories): Document cons cell argument for
2835 modify-category-entry.
2836
fca4ec76
CY
2837 * searching.texi (String Search): Document word-search-forward-lax
2838 and word-search-backward-lax.
2839 (Searching and Case): Describe isearch behavior more precisely.
2840
9c283d5b
CY
2841 * keymaps.texi (Tool Bar): Mention that some platforms do not
2842 support multi-line toolbars. Suggested by Stephen Eglen.
2843
2844 * frames.texi (Layout Parameters): Mention that Nextstep also
2845 allows only one tool-bar line. Suggested by Stephen Eglen.
2846
97d8273f
CY
2847 * nonascii.texi (Text Representations): Copyedits.
2848 (Coding System Basics): Also mention utf-8-emacs.
2849 (Converting Representations, Selecting a Representation)
2850 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2851 Copyedits.
2852 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2853
2bad3299
CY
28542009-04-09 Chong Yidong <cyd@stupidchicken.com>
2855
2856 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2857 (Filling): Clarify REGION argument of fill-paragraph.
2858 Document fill-forward-paragraph-function.
2bad3299
CY
2859 (Special Properties): Remove "new in Emacs 22" declaration.
2860 (Clickable Text): Merge with Links and Mouse-1 node.
2861
5dcb4c4e
SM
2862 * display.texi (Button Properties, Button Buffer Commands):
2863 Change xref to Clickable Text.
2bad3299
CY
2864
2865 * tips.texi (Key Binding Conventions): Change xref to Clickable
2866 Text.
2867
2868 * elisp.texi (Top): Update node listing.
2869
ea30ce4f
CY
28702009-04-05 Chong Yidong <cyd@stupidchicken.com>
2871
47af2f4b
CY
2872 * markers.texi (The Mark): Copyedits. Improve description of
2873 handle-shift-selection.
2874 (The Region): Move use-region-p here from The Mark.
2875
ea30ce4f
CY
2876 * positions.texi (Screen Lines): Document (cols . lines) argument
2877 for vertical-motion.
2878
2aa8ea6e
CY
28792009-04-04 Chong Yidong <cyd@stupidchicken.com>
2880
3ec61d4e
CY
2881 * frames.texi (Frames): Clean up introduction. Document `ns'
2882 return value for framep.
2883 (Creating Frames): Note how the terminal is chosen.
2884 (Multiple Terminals, Multiple Displays): Merge into a single node.
2885 (Color Parameters): Fix typo.
2886
2887 * variables.texi (Local Variables, Buffer-Local Variables)
2888 (Creating Buffer-Local): Change link to Multiple Terminals.
2889
2890 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2891
2892 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2893 Terminals.
2894
2895 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2896 to Multiple Terminals.
2897
2898 * elisp.texi (Top): Update node listing.
2899 * vol2.texi (Top): Update node listing.
2900 * vol1.texi (Top): Update node listing.
2901
9257072f
CY
2902 * buffers.texi (Current Buffer): Note that the append-to-buffer
2903 example is no longer in synch with the latest code. Tie the two
2904 examples together.
2905
2aa8ea6e
CY
2906 * files.texi (File Attributes): Move note about MS-DOS from
2907 Changing Files to File Attributes.
2908 (Create/Delete Dirs): Note that mkdir is an alias for this.
2909
22e74b17
CY
29102009-04-01 Markus Triska <triska@gmx.at>
2911
2912 * processes.texi (Filter Functions): Suggest how to handle output
2913 batches.
2914
4bbe48ec
CY
29152009-03-30 Chong Yidong <cyd@stupidchicken.com>
2916
2917 * help.texi (Accessing Documentation): Update example to use
2918 help-setup-xref and with-help-window.
2919 (Help Functions): Remove print-help-return-message, which is
2920 semi-obsolete due to with-help-window. Document help-buffer and
2921 help-setup-xref.
2922
b9723f39
CY
29232009-03-29 Chong Yidong <cyd@stupidchicken.com>
2924
5dcb4c4e
SM
2925 * help.texi (Accessing Documentation, Help Functions):
2926 Remove information about long-obsolete Emacs versions.
9eb52e90 2927
b9723f39
CY
2928 * modes.texi (Mode Line Variables): The default values of the mode
2929 line variables are now more complicated.
2930
b0cc32db
CY
29312009-03-28 Chong Yidong <cyd@stupidchicken.com>
2932
3c25a5a9
CY
2933 * modes.texi (Major Mode Conventions): Note that specialness is
2934 inherited.
31c9eebb
CY
2935 (Derived Modes): Note that define-derive-mode sets the mode-class
2936 property.
3c25a5a9 2937
b0cc32db
CY
2938 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2939 goto-map. Add search-map to the list.
2940
c5e0006d
EZ
29412009-03-27 Eli Zaretskii <eliz@gnu.org>
2942
1213465a
EZ
2943 * os.texi (System Environment): Update the list of system-type
2944 values.
2945
c5e0006d
EZ
2946 * markers.texi (The Mark) <handle-shift-selection>: Update for
2947 removal of the optional argument DEACTIVATE.
2948
48bab3d6
CY
29492009-03-25 Chong Yidong <cyd@stupidchicken.com>
2950
2951 * commands.texi (Focus Events): Most X window managers don't use
2952 focus-follows-mouse nowadays.
2953
6e4ff1b6
CY
29542009-03-24 Chong Yidong <cyd@stupidchicken.com>
2955
2956 * commands.texi (Defining Commands): Clarify introduction.
2957 (Using Interactive): Not that interactive can be put in a symbol
2958 property.
2959 (Interactive Call): Note that a symbol with a non-nil
2960 interactive-form property satisfies commandp.
2961
11625308
JB
29622009-03-23 Juanma Barranquero <lekktu@gmail.com>
2963
2964 * minibuf.texi (Intro to Minibuffers): Fix typos.
2965
7b34420d
CY
29662009-03-23 Chong Yidong <cyd@stupidchicken.com>
2967
2968 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2969 about minibuffers in old Emacs versions. Copyedits.
2970 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2971 (Text from Minibuffer): Simplify introduction.
2972
f9257eed
AM
29732009-03-22 Alan Mackenzie <acm@muc.de>
2974
2975 * commands.texi (Using Interactive): Clarify string argument to
2976 `interactive' - even promptless elements need \n separators.
2977
f639ba70
CY
29782009-03-18 Chong Yidong <cyd@stupidchicken.com>
2979
2980 * minibuf.texi (Completion Styles): New node.
2981
2982 * elisp.texi (Top): Update node listing.
2983
d897e8ee
CY
29842009-03-17 Chong Yidong <cyd@stupidchicken.com>
2985
2986 * minibuf.texi (Basic Completion): Note that
2987 read-file-name-completion-ignore-case and
2988 read-buffer-completion-ignore-case can override
2989 completion-ignore-case.
2990 (Minibuffer Completion): Document completing-read changes.
2991 (Completion Commands): Avoid mentioning partial completion mode.
2992 Document minibuffer-completion-confirm changes, and
2993 minibuffer-confirm-exit-commands.
2994 (High-Level Completion): Document new require-match behavior for
2995 read-buffer. Document read-buffer-completion-ignore-case.
2996 (Reading File Names): Document new require-match behavior for
2997 read-file-name.
2998
b1f23349
CY
29992009-03-14 Chong Yidong <cyd@stupidchicken.com>
3000
3001 * debugging.texi (Error Debugging): Don't mislead the reader into
3002 thinking that debug-on-error enters debugger for C-f at EOB.
3003 (Error Debugging): Setting debug-on-init within the init file
3004 works, and has for some time.
3005
d6eb4e25
KH
30062009-03-13 Kenichi Handa <handa@m17n.org>
3007
3008 * display.texi (Fontsets): Update the description.
3009
1cf53dc5
CY
30102009-03-13 Chong Yidong <cyd@stupidchicken.com>
3011
3012 * advice.texi (Advising Primitives): Link to What Is a Function.
3013
81f919fc
CY
30142009-03-12 Chong Yidong <cyd@stupidchicken.com>
3015
cf4229eb
CY
3016 * compile.texi (Speed of Byte-Code): Update example.
3017 (Disassembly): Update examples.
3018
81f919fc 3019 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
3020
3021 * customize.texi (Common Keywords): It's not necessary to use :tag
3022 to remove hyphens, as custom-unlispify-tag-name does it
3023 automatically.
5dcb4c4e
SM
3024 (Variable Definitions): Link to File Local Variables.
3025 Document customized-value symbol property.
f2bbc08c
CY
3026 (Customization Types): Move menu to end of node.
3027
955964d7
CY
30282009-03-10 Chong Yidong <cyd@stupidchicken.com>
3029
3030 * macros.texi (Compiling Macros): Omit misleading sentence, which
3031 implied that macros can only be used in the same file they are
3032 defined.
3033 (Backquote): Remove obsolete information about Emacs 19.
3034
d25ed7db
GM
30352009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
3036
3037 * display.texi (Display Margins): Fix paren typo.
3038
d55f6ca5
CY
30392009-02-27 Chong Yidong <cyd@stupidchicken.com>
3040
f0e57ed8
CY
3041 * elisp.texi (Top): Update node listing.
3042
3043 * variables.texi (Variables): Clarify introduction.
3044 (Global Variables): Mention that setq is a special form.
3045 (Local Variables): Use active voice.
3046 (Tips for Defining): Mention marking variables as safe.
3047 (Buffer-Local Variables): Mention terminal-local and frame-local
3048 variables together.
3049 (File Local Variables): Copyedits.
3050 (Frame-Local Variables): Note that they are not really useful.
3051 (Future Local Variables): Node deleted.
3052
d55f6ca5 3053 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 3054 Unicode escape syntax.
d55f6ca5 3055
ca8f09a8
CY
30562009-02-23 Chong Yidong <cyd@stupidchicken.com>
3057
3058 * control.texi (Control Structures): Add cindex entry for "textual
3059 order".
3060
3061 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
3062 instead of "expression" throughout.
3063 (Function Indirection): Copyedits. Use active voice.
3064 (Eval): The default value of max-lisp-eval-depth is now 400.
3065
a20878b6
MB
30662009-02-23 Miles Bader <miles@gnu.org>
3067
3068 * processes.texi (System Processes): Rename `system-process-attributes'
3069 to `process-attributes'.
3070
61f66044
CY
30712009-02-22 Chong Yidong <cyd@stupidchicken.com>
3072
1b80d1f3
CY
3073 * symbols.texi (Property Lists): Emphasize that property lists are
3074 not restricted to symbol cells.
3075 (Other Plists): Copyedit.
3076
61f66044
CY
3077 * sequences.texi (Sequences Arrays Vectors): Make introduction
3078 more concise.
3079 (Arrays): Mention char-tables and bool-vectors too.
3080 (Vectors): Don't repeat information given in Arrays node. Link to
3081 nodes that explain the vector usage examples.
3082 (Char-Tables): Note that char-table elements can have arbitrary
3083 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 3084 Link to Property Lists node.
61f66044 3085
9403944b
CY
30862009-02-22 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
3089 `append'.
4068c7b4 3090 (List Elements): Copyedits.
9403944b
CY
3091
3092 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
3093 of `vconcat'.
3094
3095 * strings.texi (Creating Strings): Copyedits. Remove obsolete
3096 Emacs 20 usage of `concat'.
3097 (Case Conversion): Copyedits.
3098
b87a185f
CY
30992009-02-21 Chong Yidong <cyd@stupidchicken.com>
3100
3101 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
3102 Minor edits.
3103 (Frame Configuration Type): Emphasize that it is not primitive.
3104 (Font Type): New node.
3105 (Type Predicates): Add fontp; type-of now recognizes font object
3106 types.
3107
3108 * intro.texi (Version Info): Update version numbers in examples.
3109 (Acknowledgements): List more contributors.
3110
3111 * elisp.texi: Bump version number to 3.0.
3112 (Top): Link to Font Type node.
3113
867d4bb3
JB
31142009-02-20 Juanma Barranquero <lekktu@gmail.com>
3115
3116 * modes.texi (Major Mode Conventions): Remove duplicate words.
3117 (Customizing Keywords): Fix typo.
3118
77730170
EZ
31192009-02-14 Eli Zaretskii <eliz@gnu.org>
3120
3121 * nonascii.texi (User-Chosen Coding Systems): Document that
3122 select-safe-coding-system suggests raw-text if there are raw bytes
3123 in the region.
3124 (Explicit Encoding): Warn not to use `undecided' when encoding.
3125
c8736212
GM
31262009-02-11 Glenn Morris <rgm@gnu.org>
3127
3128 * frames.texi (Visibility of Frames): Mention the effect multiple
3129 workspaces/desktops can have on visibility.
3130
ab992d66
EZ
31312009-02-07 Eli Zaretskii <eliz@gnu.org>
3132
c8736212
GM
3133 * text.texi (Commands for Insertion):
3134 * commands.texi (Event Mod):
3135 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
3136 * nonascii.texi (Translation of Characters):
3137 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
3138 (Explicit Encoding): Document the `charset' text property produced
3139 by decode-coding-region and decode-coding-string.
ab992d66 3140
e651a255
AM
31412009-01-27 Alan Mackenzie <acm@muc.de>
3142
3143 * modes.texi (Search-based Fontification): Correct a typo.
3144
bc5cde4b
JB
31452009-01-25 Juanma Barranquero <lekktu@gmail.com>
3146
3147 * abbrevs.texi (Abbrev Table Properties): Fix typo.
3148 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
3149
3533155b
EZ
31502009-01-24 Eli Zaretskii <eliz@gnu.org>
3151
f721deda
EZ
3152 * display.texi (Window Systems): Document the value of
3153 `initial-window-system' under --daemon.
3154
3533155b
EZ
3155 * os.texi (System Environment): Remove description of the
3156 `environment' function which has been deleted.
3157
f79b43b2
DN
31582009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3159
3160 * frames.texi (Multiple Displays): Remove documentation for
3161 removed function make-frame-on-tty.
3162
e3aa6669
CY
31632009-01-22 Chong Yidong <cyd@stupidchicken.com>
3164
3165 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
3166 write-region-annotate-functions.
3167 Document write-region-post-annotation-function.
e3aa6669 3168
fb13a416
CY
31692009-01-19 Chong Yidong <cyd@stupidchicken.com>
3170
3171 * display.texi (Font Lookup): Document WIDTH argument of
3172 x-list-fonts.
3173
02eccf6b
EZ
31742009-01-17 Eli Zaretskii <eliz@gnu.org>
3175
ead3f58d
EZ
3176 * maps.texi (Standard Keymaps): Rename function-key-map to
3177 local-function-key-map.
3178
3179 * keymaps.texi (Translation Keymaps): Rename function-key-map to
3180 local-function-key-map.
3181
3182 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
3183 and `set-keyboard-coding-system' now accept an optional terminal
3184 argument.
3185
3186 * commands.texi (Event Mod): `keyboard-translate-table' is now
3187 terminal-local.
3188 (Function Keys): Rename function-key-map to
3189 local-function-key-map.
3190
df05a163
EZ
3191 * elisp.texi (Top): Make @detailmenu be consistent with changes in
3192 frames.texi.
3193
0ed8034e 3194 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
3195 `delete-terminal-functions', `suspend-tty-functions' and
3196 `resume-tty-functions'.
0ed8034e
EZ
3197
3198 * frames.texi (Frames): Document `frame-terminal' and
3199 `terminal-live-p'.
3200 (Multiple Displays): Document `make-frame-on-tty'.
3201 (Multiple Terminals): Document `terminal-list', `delete-terminal',
3202 `terminal-name', and `get-device-terminal'.
490f1197
EZ
3203 (Terminal Parameters): Document `terminal-parameters',
3204 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
3205
3206 * os.texi (System Environment): Document `environment' and
3207 `initial-environment'.
490f1197
EZ
3208 (Suspending Emacs): Update for multi-tty; document
3209 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 3210
02eccf6b
EZ
3211 * nonascii.texi (Coding System Basics): More accurate description
3212 of `raw-text'.
3213
f19fea97
JB
32142009-01-12 Juanma Barranquero <lekktu@gmail.com>
3215
3216 * display.texi (Low-Level Font): Fix typo.
3217
16fa292f
CY
32182009-01-10 Chong Yidong <cyd@stupidchicken.com>
3219
3220 * elisp.texi (Top): Update node listing.
3221
3222 * display.texi (PostScript Images): Node deleted.
3223
0b4faef3
EZ
32242009-01-10 Eli Zaretskii <eliz@gnu.org>
3225
3355f04d
EZ
3226 * processes.texi (Decoding Output): Document that null bytes force
3227 no-conversion for reading process output.
3228
3229 * files.texi (Reading from Files): Document that null bytes force
3230 no-conversion when visiting files.
3231
11625308 3232 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 3233
5dcb4c4e
SM
3234 * nonascii.texi (Lisp and Coding Systems):
3235 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 3236 (Character Properties): Improve wording.
0b4faef3 3237
ce9cf065
CY
32382009-01-09 Chong Yidong <cyd@stupidchicken.com>
3239
3240 * display.texi (Font Lookup): Remove obsolete function
3241 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
3242 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
3243 (Font Selection): Reorder order of variable descriptions.
3244 Minor clarifications.
ce9cf065
CY
3245
3246 * elisp.texi (Top): Update node listing.
3247
ab756fb3
GM
32482009-01-09 Glenn Morris <rgm@gnu.org>
3249
3250 * commands.texi (Command Loop Info): Say that last-command-char and
3251 last-input-char are obsolete aliases.
3252
3253 * edebug.texi (Edebug Recursive Edit): Remove separate references to
3254 last-input-char and last-command-char, since they are just aliases for
3255 last-input-event and last-command-event.
3256
3257 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
3258 last-command-char.
3259
6b2b8ab1
CY
32602009-01-08 Chong Yidong <cyd@stupidchicken.com>
3261
3262 * elisp.texi: Update node listing.
3263
3264 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
3265 (Face Attributes): Don't link to Font Lookup.
3266 Document font-family-list.
6b2b8ab1
CY
3267 (Fonts): New node.
3268
3568e767
JR
32692009-01-08 Jason Rumney <jasonr@gnu.org>
3270
3271 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 3272 changing the standard pointer shapes. (Bug#1485)
3568e767 3273
6221c8db
CY
32742009-01-08 Chong Yidong <cyd@stupidchicken.com>
3275
3276 * display.texi (Attribute Functions): Note that a function value
3277 :height is relative, and that compatibility functions work by
3278 calling set-face-attribute.
3279 (Displaying Faces): Reorder list in order of increasing priority.
3280 (Face Remapping): New node. Content moved here from Displaying
3281 Faces.
3282 (Glyphs): Link to Face Functions.
3283
e3d3799a
CY
32842009-01-08 Chong Yidong <cyd@stupidchicken.com>
3285
3286 * display.texi (Faces): Don't discuss face id here. facep does
3287 not return t.
3288 (Defining Faces): Minor clarification.
3289 (Face Attributes): Rearrange items to match docstring of
3290 set-face-attribute. Add :foundry attribute. Document new role of
3291 :font attribute. Texinfo usage fix.
3292 (Attribute Functions): Copyedits.
3293 (Face Functions): Note that face number is seldom used.
3294
638a2457
RS
32952009-01-05 Richard M Stallman <rms@gnu.org>
3296
3297 * strings.texi (Predicates for Strings): Minor clarification.
3298
3299 * functions.texi (Function Safety): Texinfo usage fix.
3300
49ea0074
JB
33012009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
3302
3303 * objects.texi (General Escape Syntax): Fix typo.
3304
9f822178
MR
33052009-01-03 Martin Rudalics <rudalics@gmx.at>
3306
3307 * windows.texi (Choosing Window): Say that pop-up-frame-alist
3308 works via the default value of pop-up-frame-function.
3309
af34ad36
EZ
33102009-01-02 Eli Zaretskii <eliz@gnu.org>
3311
3312 * processes.texi (System Processes): Document the `time' and
3313 `ctime' attributes of `system-process-attributes'.
3314
d31f6679
CY
33152009-01-01 Chong Yidong <cyd@stupidchicken.com>
3316
3317 * display.texi (Face Attributes): Clarify :height attribute.
3318
174dc00c
MR
33192008-12-31 Martin Rudalics <rudalics@gmx.at>
3320
3321 * buffers.texi (The Buffer List): Clarify what moves a buffer to
3322 the front of the buffer list. Add entries for `last-buffer' and
3323 `unbury-buffer'.
3324
b8afe7e4
EZ
33252008-12-27 Eli Zaretskii <eliz@gnu.org>
3326
d14030f5
EZ
3327 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
3328 and its subsections.
3329
3330 * frames.texi (Multiple Terminals, Low-level Terminal)
3331 (Terminal Parameters, Frames on Other TTY devices): New sections.
3332 (Frames): Add an xref to "Multiple Terminals".
3333
765980a4
EZ
3334 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
3335
3336 * objects.texi (Terminal Type): New node.
3337 (Editing Types): Add it to the menu.
3338
47bd5577
EZ
3339 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
3340 Variables".
3341
eb22b78c 3342 * variables.texi (Directory Local Variables): New node.
47bd5577 3343 (Variables): Add a menu item for it.
eb22b78c 3344
b8afe7e4
EZ
3345 * loading.texi (Autoload): Document `generate-autoload-cookie' and
3346 `generated-autoload-file'.
3347
77bb0476
EZ
33482008-12-20 Eli Zaretskii <eliz@gnu.org>
3349
028e2c19
EZ
3350 * os.texi (Startup Summary): Add xref to documentation of
3351 `initial-window-system'.
3352
77bb0476
EZ
3353 * display.texi (Window Systems): Document `window-system' the
3354 function. The variable `window-system' is now frame-local.
028e2c19 3355 Document `initial-window-system'.
77bb0476 3356
dda87836
MR
33572008-12-19 Martin Rudalics <rudalics@gmx.at>
3358
3359 * windows.texi (Windows): Rewrite description of
3360 fit-window-to-buffer.
3361
caef3ed2
GM
33622008-12-13 Glenn Morris <rgm@gnu.org>
3363
3364 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
3365 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
3366
21c58e4d
GM
33672008-12-12 Glenn Morris <rgm@gnu.org>
3368
3369 * debugging.texi (Error Debugging): Refer forwards to
3370 eval-expression-debug-on-error.
3371
af38459f
EZ
33722008-12-05 Eli Zaretskii <eliz@gnu.org>
3373
5dedd9b5
EZ
3374 * strings.texi (String Basics): Only unibyte strings that
3375 represent key sequences hold 8-bit raw bytes.
3376
af38459f
EZ
3377 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
3378 paragraph to speak about `undecided'.
3379 (Character Properties): Don't explain the meaning of each
3380 property; instead, identify their Unicode Standard names.
b3f1f4a5 3381 (Character Sets): Document `map-charset-chars'.
af38459f 3382
fa047ae7
GM
33832008-12-02 Glenn Morris <rgm@gnu.org>
3384
3385 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
3386 section yet again.
3387
47dbc044
EZ
33882008-11-29 Eli Zaretskii <eliz@gnu.org>
3389
98d05998
EZ
3390 * nonascii.texi (Character Properties): New Section.
3391 (Specifying Coding Systems): Document
3392 `coding-system-priority-list', `set-coding-system-priority', and
3393 `with-coding-priority'.
3394 (Lisp and Coding Systems): Document `check-coding-systems-region'
3395 and `coding-system-charset-list'.
3396 (Coding System Basics): Document `coding-system-aliases'.
3397
3398 * elisp.texi (Top): Add a @detailmenu entry for "Character
3399 Properties".
3400
47dbc044
EZ
3401 * objects.texi (Character Type): Correct the range of Emacs
3402 characters. Add an @xref to "Character Codes".
3403
3404 * strings.texi (String Basics): Add an @xref to "Character Codes".
3405
3406 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
3407
3408 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
3409 (Character Codes): Document `max-char'.
3410
8b80cdf5
EZ
34112008-11-28 Eli Zaretskii <eliz@gnu.org>
3412
3413 * nonascii.texi (Text Representations, Converting Representations)
3414 (Character Sets, Scanning Charsets, Translation of Characters):
3415 Make text more accurate.
3416
a99dceba
GM
34172008-11-28 Glenn Morris <rgm@gnu.org>
3418
3419 * files.texi (Format Conversion Round-Trip): Improve previous change.
3420
f6dc3bed
CY
34212008-11-26 Chong Yidong <cyd@stupidchicken.com>
3422
3423 * modes.texi (Auto Major Mode): Fix example.
3424
5da9413d
GM
34252008-11-25 Glenn Morris <rgm@gnu.org>
3426
3427 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
3428
3429 * files.texi (Format Conversion Round-Trip):
3430 Use active voice for previous change.
3431
fcca848c
CY
34322008-11-25 Chong Yidong <cyd@stupidchicken.com>
3433
3434 * os.texi (Processor Run Time):
3435 * processes.texi (Transaction Queues):
3436 * markers.texi (The Mark):
3437 * windows.texi (Choosing Window, Selecting Windows):
3438 * files.texi (Changing Files, Magic File Names):
3439 * commands.texi (Key Sequence Input):
3440 * functions.texi (Declaring Functions):
3441 * strings.texi (Predicates for Strings):
3442 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
3443
36c8dc54
CY
34442008-11-24 Chong Yidong <cyd@stupidchicken.com>
3445
3446 * help.texi (Accessing Documentation): Update example.
3447
3448 * variables.texi (Defining Variables): Note that `*' is not
3449 necessary if defcustom is used.
3450
2a79b242
EZ
34512008-11-22 Eli Zaretskii <eliz@gnu.org>
3452
3453 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
3454 Characters" from @detailmenu.
3455
3456 * nonascii.texi (Character Codes, Character Sets)
3457 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
3458 (Chars and Bytes, Splitting Characters): Sections removed.
3459
392f0d26
LK
34602008-11-22 Lute Kamstra <lute@gnu.org>
3461
3462 * positions.texi (Text Lines): Update goto-line documentation.
3463
af1a5cd5
MR
34642008-11-21 Martin Rudalics <rudalics@gmx.at>
3465
6a4cfb0c
MR
3466 * frames.texi (Frames): Fix typo, add cross references, reword.
3467 (Initial Parameters): Reword special-display-frame-alist text.
3468 (Frames and Windows): Reword. Describe argument norecord for
3469 set-frame-selected-window.
3470 (Input Focus): Describe argument norecord for select-frame.
3471 Remove comment on MS-Windows behavior for focus-follows-mouse.
3472 (Raising and Lowering): Mention windows-frames dichotomy in
3473 metaphor.
3474
af1a5cd5
MR
3475 * windows.texi (Displaying Buffers, Vertical Scrolling)
3476 (Horizontal Scrolling): Fix indenting and rewording issues
3477 introduced with 2008-11-07 change.
3478
c249fa9c
GM
34792008-11-20 Glenn Morris <rgm@gnu.org>
3480
3481 * files.texi (Format Conversion Round-Trip): Mention `preserve'
3482 element of `format-alist'.
3483
204d4665
GM
34842008-11-19 Glenn Morris <rgm@gnu.org>
3485
3486 * doclicense.texi: Update to FDL 1.3.
3487 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
3488
cc0910af
CY
34892008-11-18 Chong Yidong <cyd@stupidchicken.com>
3490
efe6e7c4
CY
3491 * windows.texi (Window Hooks): Remove *-end-trigger-functions
3492 vars, which are obsolete. Mention jit-lock-register.
3493
5dcb4c4e
SM
3494 * modes.texi (Other Font Lock Variables):
3495 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 3496
cc0910af
CY
3497 * frames.texi (Color Parameters): Document alpha parameter.
3498
aeeedf76
MR
34992008-11-16 Martin Rudalics <rudalics@gmx.at>
3500
3501 * windows.texi (Splitting Windows, Deleting Windows)
3502 (Selecting Windows, Cyclic Window Ordering)
3503 (Buffers and Windows, Displaying Buffers, Choosing Window)
3504 (Dedicated Windows, Window Point, Window Start and End)
3505 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
3506 (Size of Window, Resizing Windows, Window Configurations)
3507 (Window Parameters): Avoid @var at beginning of sentences and
3508 reword accordingly.
3509
4c565c5c
LK
35102008-11-11 Lute Kamstra <lute@gnu.org>
3511
3512 * files.texi (File Name Components): Fix file-name-extension
3513 documentation.
3514
25f494c9
JB
35152008-11-11 Juanma Barranquero <lekktu@gmail.com>
3516
3517 * frames.texi (Basic Parameters): Remove display-environment-variable
3518 and term-environment-variable.
3519
a1401ab1
EZ
35202008-11-08 Eli Zaretskii <eliz@gnu.org>
3521
3522 * windows.texi (Basic Windows, Splitting Windows)
3523 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
3524 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
3525 (Resizing Windows, Window Configurations, Window Parameters):
3526 Fix wording and markup.
a1401ab1 3527
efafc282
MR
35282008-11-07 Martin Rudalics <rudalics@gmx.at>
3529
3530 * windows.texi (Windows): Update entries.
3531 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 3532 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
3533 (Selecting Windows, Cyclic Window Ordering): Reword with special
3534 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
3535 (Buffers and Windows, Choosing Window): Reword with special
3536 emphasis on dedicated windows.
3537 (Displaying Buffers): Reword. For switch-to-buffer mention that
3538 it may fall back on pop-to-buffer. For other-window try to
3539 explain how it treats the cyclic ordering of windows.
efafc282
MR
3540 (Dedicated Windows): New node and section discussing dedicated
3541 windows and associated functions.
86ab855a 3542 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
3543 (Window Start and End): Rename node and section title. Reword.
3544 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
3545 Minor rewording.
3546 (Size of Window): Reword, in particular text on window-width.
3547 (Resizing Windows): Reword. Add text on balancing windows.
3548 (Window Configurations): Reword. Mention window parameters.
3549 (Window Parameters): New node and section on window parameters.
3550 (Window Hooks): Reword. Mention that
3551 window-configuration-change-hook is run "buffer-locally".
3552 * elisp.texi (Top): Update Windows entries in @detailmenu
3553 section.
3554
d60a8ab2
JB
35552008-11-04 Juanma Barranquero <lekktu@gmail.com>
3556
3557 * searching.texi (Regexp Search): Fix typo.
3558
01777627
CY
35592008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3560
3561 * searching.texi (Regexp Search): Document GREEDY arg.
3562 (Simple Match Data): Fix return value.
3563
c4526e93
EZ
35642008-11-01 Eli Zaretskii <eliz@gnu.org>
3565
3566 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
3567 with Emacs 23 internal representation of characters.
3568 Document `unibyte-string'.
c4526e93 3569
fe2ae8b5
CY
35702008-10-28 Chong Yidong <cyd@stupidchicken.com>
3571
3572 * processes.texi (Process Information): Note that process-status
3573 does not accept buffer names.
3574
cc5a21e3
CY
35752008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
3576
3577 * positions.texi (Skipping Characters): Correct return value of
3578 skip-chars-forward.
3579
09460d9a
MR
35802008-10-25 Martin Rudalics <rudalics@gmx.at>
3581
520b29e7
MR
3582 * windows.texi (Deleting Windows): Update documentation of
3583 delete-windows-on.
3584 (Buffers and Windows): Update documentations of
3585 get-buffer-window and get-buffer-window-list.
3586 (Displaying Buffers): Update documentation of
3587 replace-buffer-in-windows.
3588
09460d9a
MR
3589 * buffers.texi (Current Buffer): Reword set-buffer and
3590 with-current-buffer documentations.
3591 (Creating Buffers): Reword documentation of get-buffer-create.
3592
4d48fcdc
MR
35932008-10-23 Martin Rudalics <rudalics@gmx.at>
3594
3595 * buffers.texi (Current Buffer): Reword documentation of
3596 set-buffer.
3597 (Buffer Names): Reword documentation of buffer-name.
3598 (The Buffer List): For bury-buffer explain what happens with the
3599 buffer's window.
3600 (Creating Buffers): Say that get-buffer-create's arg is called
3601 buffer-or-name.
3602
f0143c43
CY
36032008-10-22 Chong Yidong <cyd@stupidchicken.com>
3604
3e5dbbd3
CY
3605 * advice.texi (Computed Advice): Explain what DEFINITION is.
3606
f0143c43
CY
3607 * nonascii.texi (Character Codes): Remove obsolete function
3608 char-valid-p, and document characterp instead.
3609
52a94b85
MR
36102008-10-22 Martin Rudalics <rudalics@gmx.at>
3611
3612 * windows.texi (Displaying Buffers): Reword documentation of
3613 pop-to-buffer.
3614 (Choosing Window): Rewrite documentation of display-buffer and
3615 its options.
3616
f76f8246
MR
3617 * buffers.texi (Killing Buffers): Update documentation of
3618 kill-buffer.
3619
acc8b598
EZ
36202008-10-21 Eli Zaretskii <eliz@gnu.org>
3621
80e6b6df
EZ
3622 * processes.texi (Serial Ports): Fix wording and improve markup.
3623
3645358a
EZ
3624 * searching.texi (Regexp Search): Document `string-match-p' and
3625 `looking-at-p'.
3626 (POSIX Regexps): Add an xref for "non-greedy".
3627 (Regexp Special): Add @cindex entry for "non-greedy".
3628
b3d50cff 3629 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 3630 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 3631
73b7530a
EZ
3632 * frames.texi (Color Names): Add an xref to `read-color'.
3633
3634 * minibuf.texi (High-Level Completion): Document `read-color'.
3635
acc8b598
EZ
3636 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
3637
3638 * positions.texi (Narrowing): Add an xref to "Swapping Text".
3639
3640 * buffers.texi (Swapping Text): New section, documents
3641 `buffer-swap-text'.
3642
10e187e8
MR
36432008-10-21 Martin Rudalics <rudalics@gmx.at>
3644
3645 * windows.texi (Resizing Windows): Minor wording fix.
3646
fd6f900c
EZ
36472008-10-20 Eli Zaretskii <eliz@gnu.org>
3648
3649 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
3650 and `combine-and-quote-strings'.
3651
3652 * strings.texi (Creating Strings): Add xrefs for them.
3653
e4372165
EZ
36542008-10-19 Eli Zaretskii <eliz@gnu.org>
3655
d6328fba
EZ
3656 * elisp.texi (Top): Make descriptive text for "Reading File Names"
3657 match the corresponding menu in minibuf.texi.
3658
e4372165
EZ
3659 * minibuf.texi (Reading File Names): Document `read-shell-command'
3660 and `minibuffer-local-shell-command-map'.
3661
5d8dda33
MR
36622008-10-19 Martin Rudalics <rudalics@gmx.at>
3663
3664 * windows.texi (Resizing Windows): Remove var{} around "window" in
3665 documentation of enlarge-window.
3666 Rewrite documentation of window-min-height and window-min-width.
3667
437706cd
EZ
36682008-10-19 Eli Zaretskii <eliz@gnu.org>
3669
80f85d7c
EZ
3670 * functions.texi (Calling Functions): Document `apply-partially'.
3671
291703b5
EZ
3672 * hooks.texi (Standard Hooks): Mention
3673 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
3674
3675 * variables.texi (File Local Variables): Document
3676 `file-local-variables-alist', `before-hack-local-variables-hook'
3677 and `hack-local-variables-hook'.
3678
583d8b3c
EZ
3679 * processes.texi (Synchronous Processes): Document `process-lines'.
3680
5dcb4c4e
SM
3681 * customize.texi (Variable Definitions):
3682 Document `custom-reevaluate-setting'.
437706cd 3683
7e51d89b
MR
36842008-10-18 Martin Rudalics <rudalics@gmx.at>
3685
3686 * windows.texi (Choosing Window, Deleting Windows)
3687 (Displaying Buffers): Expand documentation of dedicated windows.
3688
43c59a3d
EZ
36892008-10-18 Eli Zaretskii <eliz@gnu.org>
3690
018a960d
EZ
3691 * files.texi (Changing Files): Document symbolic input of file
3692 modes to `set-file-modes'. Document `read-file-modes' and
3693 `file-modes-symbolic-to-number'.
3694
2c0b8144
EZ
3695 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
3696 and `search-map'.
3697
5dcb4c4e
SM
3698 * searching.texi (Search and Replace):
3699 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 3700 Document `multi-query-replace-map'.
80120f13 3701
6d4913f0 3702 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
3703 (Completion Commands, Reading File Names):
3704 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
3705 `minibuffer-local-filename-must-match-map'.
3706 (Minibuffer Completion): The `require-match' argument to
3707 `completing-read' can now have the value `confirm-only'.
3708
43c59a3d
EZ
3709 * windows.texi (Displaying Buffers): Minor wording fix.
3710 (Choosing Window): `split-height-threshold' can now be nil.
3711 Document `split-width-threshold'. `pop-up-frames' can have the
3712 value `graphic-only'.
3713
f36acfd9
EZ
37142008-10-17 Eli Zaretskii <eliz@gnu.org>
3715
3716 * os.texi (Startup Summary): Document `before-init-time' and
3717 `after-init-time'. Document `initial-window-system' and
3718 `window-system-initialization-alist'. Document reading the
3719 abbrevs file. Document the call to `server-start' under --daemon.
3720 Rearrange a bit to be consistent with the code flow.
53728487
EZ
3721 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
3722 (Time Parsing): Document `format-seconds'.
f36acfd9 3723
96995b89
MR
37242008-10-17 Martin Rudalics <rudalics@gmx.at>
3725
3726 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
3727 and reword.
3728
2de17c73
EZ
37292008-10-16 Eli Zaretskii <eliz@gnu.org>
3730
3731 * markers.texi (The Mark): Document use-region-p.
3732
9cf52b11
EZ
37332008-10-15 Eli Zaretskii <eliz@gnu.org>
3734
c3aaf1d7
EZ
3735 * internals.texi (Writing Emacs Primitives): The interactive spec
3736 of a primitive can be a Lisp form.
3737
841a1743
EZ
3738 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
3739 values of transient-mark-mode. Document handle-shift-selection.
3740
3741 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
3742 (Interactive Examples): Show an example of `^'.
3743 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
3744 (Defining Commands, Using Interactive): The interactive-form of a
3745 function can be added via its symbol's property.
841a1743 3746
52441368
EZ
3747 * positions.texi (List Motion): beginning-of-defun-function can
3748 now accept an argument.
3749
8e8c1a72
EZ
3750 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
3751 now return a list of strings.
3752
a33a1f2a
EZ
3753 * control.texi (Handling Errors): Document ignore-errors.
3754
4fb04348
EZ
3755 * frames.texi (Creating Frames): Document frame-inherited-parameters.
3756 (Parameter Access): Document set-frame-parameter.
3757
ee666f84
EZ
3758 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
3759 Hooks" for the effect of kill-all-local-variables on local hook
3760 functions.
3761
9cf52b11
EZ
3762 * modes.texi (Major Mode Conventions, Mode Line Variables):
3763 `mode-name' need not be a string. xref to "Mode Line Data" for
3764 details, and to "Emulating Mode Line" for computing a string
3765 value.
3766
22526bc4
EZ
37672008-10-14 Eli Zaretskii <eliz@gnu.org>
3768
a65f6a85
EZ
3769 * processes.texi (System Processes): New section.
3770 (Processes, Signals to Processes): Add xrefs to it.
3771
3772 * objects.texi (Editing Types): A `process' is a subprocess of
3773 Emacs, not just any process running on the OS.
3774
3775 * elisp.texi (Top): Adjust the @detailmenu for the above two
3776 changes.
3777
2724b26a
EZ
3778 * sequences.texi (Char-Tables): Remove documentation of
3779 set-char-table-default, which has no effect since Emacs 23.
3780 <char-table-range, set-char-table-range>: Don't mention generic
3781 characters and charsets. Add a cons cell as a possible argument.
3782
3783 * nonascii.texi (Splitting Characters)
3784 (Translation of Characters): Don't mention generic characters.
3785
3786 * display.texi (Fontsets): Don't mention generic characters.
3787
22526bc4 3788 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 3789 argument FUNCTION with a cons cell as KEY.
22526bc4 3790
eaf4b689
EZ
37912008-10-13 Eli Zaretskii <eliz@gnu.org>
3792
45e46036
EZ
3793 * objects.texi (Primitive Function Type): Move "@cindex special
3794 forms" from here...
3795
3796 * eval.texi (Special Forms): ...to here.
3797
3798 * functions.texi (What Is a Function): `functionp' returns nil for
3799 special forms. Add an xref.
3800
eaf4b689
EZ
3801 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
3802 Variables".
3803
3804 * variables.texi (Frame-Local Variables): New section.
3805 (Buffer-Local Variables): Add an xref to it.
3806 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
3807 have both frame-local and buffer-local binding.
3808
3809 * frames.texi (Frames): Mention multiple tty frames.
3810 (Frame Parameters, Parameter Access): Mention frame-local variable
3811 bindings.
3812
15688fce
GM
38132008-09-20 Glenn Morris <rgm@gnu.org>
3814
3815 * display.texi (Defining Faces): Recommend against face variables.
3816
35539065
JB
38172008-09-16 Juanma Barranquero <lekktu@gmail.com>
3818
3819 * display.texi (Echo Area Customization): Fix typo.
3820
6a57054b
JB
38212008-09-09 Juanma Barranquero <lekktu@gmail.com>
3822
3823 * loading.texi (Where Defined): Add `defface' item.
3824
d632fb82
MR
38252008-09-06 Martin Rudalics <rudalics@gmx.at>
3826
3827 * loading.texi (Where Defined): Fix description of symbol-file.
3828
905a9adb
JR
38292008-08-26 Jason Rumney <jasonr@gnu.org>
3830
3831 * display.texi (TIFF Images): New section describing :index property.
3832
852e91b7
CY
38332008-08-23 Chong Yidong <cyd@stupidchicken.com>
3834
3835 * display.texi (Temporary Displays): Remove unnecessary comment
3836 about usage of temp-buffer-show-hook.
3837
6be001ee
CY
38382008-08-05 Chong Yidong <cyd@stupidchicken.com>
3839
3840 * symbols.texi (Other Plists): Fix incorrect example.
3841 Suggested by Florian Beck.
3842
58e3d8e8
JB
38432008-07-31 Juanma Barranquero <lekktu@gmail.com>
3844
3845 * os.texi: Fix previous change.
3846
7c2fb837
DN
38472008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3848
3849 * os.texi:
3850 * intro.texi:
3851 * files.texi: Remove VMS support.
3852
9e2a2647
DN
38532008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3854
3855 * os.texi:
3856 * frames.texi:
3857 * display.texi: Remove mentions of Mac Carbon.
3858
c4f4682b
MB
38592008-07-01 Miles Bader <miles@gnu.org>
3860
3861 * text.texi (Special Properties):
3862 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3863
3696411e
JB
38642008-06-28 Johan Bockgård <bojohan@gnu.org>
3865
3866 * display.texi (Other Image Types): Fix copy/paste error; say
3867 "PBM", not "XBM".
3868
f2a77c3a
DN
38692008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3870
3871 * os.texi: Remove references to obsolete systems.
3872
6d52677d
EZ
38732008-06-20 Eli Zaretskii <eliz@gnu.org>
3874
3875 * makefile.w32-in (distclean): Remove makefile.
3876
1a87da4c
GM
38772008-06-17 Glenn Morris <rgm@gnu.org>
3878
3879 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3880 (elisp, dist): Remove rules and variables that are obsolete now
3881 the lisp manual is no longer distributed separately.
3882
fdda1c5d
GM
38832008-06-16 Glenn Morris <rgm@gnu.org>
3884
646692e9
GM
3885 * configure, configure.in, mkinstalldirs: Remove unused files.
3886
3887 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3888 * vol1.texi (EMACSVER):
6a57054b 3889 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3890
3891 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3892 as per maintain.info.
3893
611bee81
GM
38942008-06-15 Glenn Morris <rgm@gnu.org>
3895
a7bed3a0
GM
3896 * makefile.w32-in (manual): Use "23" rather than "21".
3897
3898 * Makefile.in (emacsver): New, set by configure.
3899 (manual): Use emacsver.
3900
d794edf2
GM
3901 * intro.texi: Report bugs using M-x report-emacs-bug.
3902
611bee81
GM
3903 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3904
c73e02fa
GM
39052008-06-13 Daniel Engeler <engeler@gmail.com>
3906
3907 * elisp.texi, internals.texi, processes.texi: Add documentation
3908 about serial port access.
3909
e40a85cd
MB
39102008-06-05 Miles Bader <miles@gnu.org>
3911
3912 * display.texi (Displaying Faces): Update to reflect function
3913 renamings in face-remap.el.
3914
7b753744
JB
39152008-06-05 Juanma Barranquero <lekktu@gmail.com>
3916
3917 * display.texi (Fontsets): Fix typos.
3918
9d3d42fb
MB
39192008-06-03 Miles Bader <miles@gnu.org>
3920
7b753744
JB
3921 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3922 remove-relative-face-remapping, set-base-face-remapping,
3923 and set-default-base-face-remapping.
9d3d42fb 3924
f2cec7a9
MB
39252008-06-01 Miles Bader <miles@gnu.org>
3926
3927 * display.texi (Displaying Faces): Add face-remapping-alist.
3928
8f39c96d
SM
39292008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3930
3931 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3932 variable names.
3933
1ef5eecc
ER
39342008-05-03 Eric S. Raymond <esr@golux>
3935
352c8b4a 3936 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3937 (current-global-map) return references, not copies.
3938
63b4387f
JL
39392008-05-02 Juri Linkov <juri@jurta.org>
3940
3941 * minibuf.texi (Text from Minibuffer): Document a list of
3942 default values for `read-from-minibuffer'.
3943
38a8b703
JB
39442008-04-24 Juanma Barranquero <lekktu@gmail.com>
3945
3946 * nonascii.texi (Translation of Characters): Fix previous change.
3947
7c42e639
CY
39482008-04-20 Chong Yidong <cyd@stupidchicken.com>
3949
3950 * display.texi (Overlay Properties): Clarify role of underlying
3951 textprop and overlay keymaps for display strings.
3952
3953 * keymaps.texi (Active Keymaps): Ditto.
3954
25c0d999
SM
39552008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3956
3957 * minibuf.texi (Programmed Completion):
3958 Replace dynamic-completion-table with the new completion-table-dynamic.
3959
e3af5968
CY
39602008-04-07 Chong Yidong <cyd@stupidchicken.com>
3961
3962 * intro.texi (Some Terms): Change "fonts in this manual" index
3963 entry to "typographic conventions".
3964
6bfc8698
EZ
39652008-04-05 Eli Zaretskii <eliz@gnu.org>
3966
3967 * objects.texi (Text Props and Strings): Add indexing for read
3968 syntax of text properties.
3969
4972c361
SM
39702008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3971
3972 * processes.texi (Decoding Output): Remove process-filter-multibyte
3973 functions.
3974
c70a68db
MR
39752008-03-15 Martin Rudalics <rudalics@gmx.at>
3976
3977 * display.texi (Finding Overlays): Say that empty overlays at
3978 the end of the buffer are reported too.
3979
1291fd36
GM
39802008-03-13 Glenn Morris <rgm@gnu.org>
3981
3982 * elisp.texi (EMACSVER): Set to 23.0.60.
3983
c6b0dfd5
CY
39842008-02-26 Chong Yidong <cyd@stupidchicken.com>
3985
38a8b703 3986 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3987
875fc30c
GM
39882008-02-22 Glenn Morris <rgm@gnu.org>
3989
3990 * frames.texi (Position Parameters): Clarify the description of
3991 `left' and `top', using information from "Geometry".
3992 (Geometry): Give a pointer to "Position Parameters", rather than
3993 repeating information.
3994
d8c8e45a
GM
39952008-02-11 Glenn Morris <rgm@gnu.org>
3996
3997 * objects.texi (Equality Predicates): No longer talk about "two"
3998 functions.
3999
38a8b703 40002008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
4001
4002 * objects.texi (Equality Predicates): Add defun for
4003 equal-including-properties.
4004
bfffe0b1
GM
40052008-02-10 Glenn Morris <rgm@gnu.org>
4006
4007 * objects.texi (Equality Predicates):
4008 Mention equal-including-properties.
4009
431b78c9
RS
40102008-02-07 Richard Stallman <rms@gnu.org>
4011
4012 * windows.texi (Window Start): Mention the feature of moving
4013 window-start to start of line.
4014
c8763fb6 40152008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
4016
4017 * keymaps.texi (Tool Bar): Document rtl property.
4018
1a256502
TTN
40192008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
4020
4021 * display.texi (Button Types):
4022 For define-button-type, clarify type of NAME.
4023
569382c2
MR
40242008-01-19 Martin Rudalics <rudalics@gmx.at>
4025
4026 * buffers.texi (Buffer Modification): Fix typo.
4027
f3041af1
DN
40282008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4029
4030 * os.texi (System Environment): Remove references to OSes that are
4031 not supported anymore.
4032
d35e1cd7
DN
40332008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4034
4035 * os.texi (System Environment): Remove mention for Masscomp.
4036
23af7580
RS
40372008-01-04 Richard Stallman <rms@gnu.org>
4038
4039 * display.texi (Faces): Don't talk about internal face vector as arg
4040 to facep.
4041
4042 * customize.texi (Type Keywords): Fix previous change.
4043
4044 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
4045 * elisp.texi (Top): Fix menu for commands.texi change.
4046
ec7d5b1e
RS
40472007-12-30 Richard Stallman <rms@gnu.org>
4048
5dcb4c4e 4049 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
4050 (Accessing Scroll): New node broken out of Accessing Mouse.
4051
101a6cea
RS
40522007-12-28 Richard Stallman <rms@gnu.org>
4053
4054 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 4055 (Basic Parameters): For `title', refer to title bar.
041817a4 4056 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 4057
72b7e664
RS
40582007-12-23 Richard Stallman <rms@gnu.org>
4059
4060 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
4061 Improve some of the commented-out keywords' text too.
4062
27a4f445
MR
40632007-12-14 Martin Rudalics <rudalics@gmx.at>
4064
e2e3f1d7
MR
4065 * nonascii.texi (Encoding and I/O): Reword to avoid saying
4066 "visit the current buffer".
4067
27a4f445
MR
4068 * os.texi (System Interface): Fix typo.
4069
a2afc99d
RS
40702007-12-04 Richard Stallman <rms@gnu.org>
4071
4072 * objects.texi (Symbol Type): Fix typo.
4073
b694135c
RS
40742007-12-03 Richard Stallman <rms@gnu.org>
4075
4076 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
4077
f99a19da
GM
40782007-12-01 Glenn Morris <rgm@gnu.org>
4079
4080 * functions.texi (Declaring Functions): Improve previous change.
4081
8f4b37d8
GM
40822007-11-30 Glenn Morris <rgm@gnu.org>
4083
4084 * functions.texi (Declaring Functions): Add optional fourth
4085 argument of declare-function, and setting third argument to `t'.
4086
61a2fe01
RS
40872007-11-29 Richard Stallman <rms@gnu.org>
4088
4089 * customize.texi (Composite Types): Document `group' type.
4090
cbfc5193
GM
40912007-11-29 Glenn Morris <rgm@gnu.org>
4092
5dcb4c4e
SM
4093 * functions.texi (Declaring Functions): Add findex.
4094 Mention `external' files.
cbfc5193 4095
8386283a
JB
40962007-11-26 Juanma Barranquero <lekktu@gmail.com>
4097
4098 * functions.texi (Declaring Functions): Fix directive.
4099
a07c9a8b
RS
41002007-11-25 Richard Stallman <rms@gnu.org>
4101
4102 * help.texi (Help Functions): Clean up last change.
4103
4104 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
4105
4106 * loading.texi (Named Features): Minor cleanup.
4107
4108 * macros.texi (Eval During Expansion): Minor cleanup.
4109
4110 * variables.texi (Variable Aliases): Minor cleanup.
4111
a0925923
RS
41122007-11-24 Richard Stallman <rms@gnu.org>
4113
4114 * functions.texi (Declaring Functions): Clarify previous change.
4115
4116 * compile.texi (Compiler Errors): Clarify previous change.
4117
20c63e44
RS
41182007-11-24 Richard Stallman <rms@gnu.org>
4119
e5e76c04 4120 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
4121 Clarify the text and move items around.
4122
5bb0cda3
GM
41232007-11-24 Glenn Morris <rgm@gnu.org>
4124
4125 * functions.texi (Declaring Functions): New section.
4126 * compile.texi (Compiler Errors): Mention declaring functions,
4127 defvar with no initvalue, and byte-compile-warnings.
4128
af13c86a
MR
41292007-11-15 Martin Rudalics <rudalics@gmx.at>
4130
4131 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
4132 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
4133
a5373305
MR
41342007-11-13 Martin Rudalics <rudalics@gmx.at>
4135
4136 * help.texi (Help Functions): Document new macro `with-help-window'.
4137
fe284805
JL
41382007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
4139
4140 * searching.texi (Replacing Match): Describe new
4141 `match-substitute-replacement'.
4142
2c3a09b1
RS
41432007-10-31 Richard Stallman <rms@gnu.org>
4144
4145 * strings.texi (Creating Strings): Null strings from concat not unique.
4146
f2b480f4
RS
41472007-10-26 Richard Stallman <rms@gnu.org>
4148
4149 * objects.texi (Equality Predicates): Null strings are uniquified.
4150
4151 * minibuf.texi: Minor clarifications in previous change.
4152
db21122c
GM
41532007-10-25 Glenn Morris <rgm@gnu.org>
4154
4155 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
4156
2328cbb3
RS
41572007-10-24 Richard Stallman <rms@gnu.org>
4158
4159 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
4160
4161 * variables.texi (Frame-Local Variables): Node deleted.
4162 (Variables): Delete Frame-Local Variables from menu.
4163 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
4164 (Default Value): Don't mention frame-local vars.
4165
4166 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
4167
4168 * loading.texi (Unloading): Document FEATURE-unload-function
4169 instead of FEATURE-unload-hook.
4170
2328cbb3
RS
4171 * frames.texi (Multiple Displays): Don't mention frame-local vars.
4172
c066bafa
JL
41732007-10-22 Juri Linkov <juri@jurta.org>
4174
4175 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
4176 (High-Level Completion): Document a list of default value strings
4177 in the DEFAULT argument, for which minibuffer functions return the
4178 first element.
4179
65ced25f
JL
41802007-10-17 Juri Linkov <juri@jurta.org>
4181
4182 * text.texi (Filling): Update arguments of fill-paragraph.
4183 fill-paragraph operates on the active region in Transient Mark mode.
4184 Remove fill-paragraph-or-region.
4185
ee46ec8e
KB
41862007-10-13 Karl Berry <karl@gnu.org>
4187
4188 * elisp.texi (@dircategory): Move to after @copying,
4189 since we want @copying as close as possible to the beginning of
4190 the output.
4191
61bbdbc6
RS
41922007-10-12 Richard Stallman <rms@gnu.org>
4193
4194 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
4195
4196 * commands.texi (Distinguish Interactive): New node,
4197 broken out from Interactive Call and rewritten.
4198 (Command Loop): Put Distinguish Interactive in menu.
4199
af23e1e8
RS
42002007-10-09 Richard Stallman <rms@gnu.org>
4201
4202 * text.texi (Examining Properties): Mention overlay priority.
4203
4204 * display.texi (Display Margins): Correct the description
4205 of margin display specifications.
4206 (Replacing Specs): New subnode broken out of Display Property.
4207
e1965a69
JL
42082007-10-06 Juri Linkov <juri@jurta.org>
4209
4210 * text.texi (Filling): Document fill-paragraph-or-region.
4211
4638454b
JB
42122007-10-05 Juanma Barranquero <lekktu@gmail.com>
4213
4214 * display.texi (Auto Faces): Fix typo.
4215
7ed54cc5
RS
42162007-10-02 Richard Stallman <rms@gnu.org>
4217
4218 * display.texi (Display Property): Explain some display specs
4219 don't let you move point in.
4220
5dcb4c4e
SM
4221 * frames.texi (Cursor Parameters):
4222 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
4223
4224 * windows.texi (Basic Windows): Don't describe
4225 cursor-in-non-selected-windows here.
4226
305a7ef2
EZ
42272007-10-01 Eli Zaretskii <eliz@gnu.org>
4228
4229 * processes.texi (Misc Network): Note that these functions are
4230 supported only on some systems.
4231
f7a7f4eb
RS
42322007-10-01 Richard Stallman <rms@gnu.org>
4233
4234 * display.texi (Overlay Properties): Explain nil as priority.
4235 Explain that conflicts are unpredictable if not resolved by
4236 priorities.
4237
780d7bb9
RS
42382007-09-23 Richard Stallman <rms@gnu.org>
4239
4240 * macros.texi (Backquote): Minor clarification.
4241
14b4fdfb
RS
42422007-09-19 Richard Stallman <rms@gnu.org>
4243
4244 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
4245 Clarify when they work in parallel and when one overrides.
4246 Fix error in example.
14b4fdfb 4247
b8d4c8d0
GM
42482007-09-06 Glenn Morris <rgm@gnu.org>
4249
b3e755a9 4250 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
4251 commands to use ../../info.
4252 * Makefile.in (infodir): Go up one more level.
4638454b 4253 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
4254 (miscmanualdir): New.
4255 (dist): Use new variable miscmanualdir.
4256 * makefile.w32-in (infodir, texinputdir): Go up one more level.
4257 (usermanualdir): Change from ../man to ../emacs.
4258
1bb1f7d3
MR
42592007-08-30 Martin Rudalics <rudalics@gmx.at>
4260
4261 * commands.texi (Command Loop Info): Advise against changing
4262 most variables described here. Explain new variable
4263 last-repeatable-command.
4264
b8d4c8d0
GM
42652007-08-29 Glenn Morris <rgm@gnu.org>
4266
4267 * elisp.texi (EMACSVER): Increase to 23.0.50.
4268
42692007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4270
4271 * frames.texi (Basic Parameters): Add display-environment-variable
4272 and term-environment-variable.
4273
42742007-08-28 Juri Linkov <juri@jurta.org>
4275
4276 * display.texi (Image Formats, Other Image Types): Add SVG.
4277
42782007-08-28 Juri Linkov <juri@jurta.org>
4279
4280 * display.texi (Images): Move formats-related text to new node
4281 "Image Formats".
4282 (Image Formats): New node.
4283
619fb9ee
RS
42842007-08-27 Richard Stallman <rms@gnu.org>
4285
4286 * windows.texi (Window Configurations): Clarify what
4287 a window configuration saves.
4288
b8d4c8d0
GM
42892007-08-25 Richard Stallman <rms@gnu.org>
4290
4291 * display.texi (Images): Delete redundant @findex.
4292
39f9da30
GM
42932007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
4294
4295 * text.texi (Change Hooks): (after|before)-change-functions are no
4296 longer bound to nil while running; rather inhibit-modification-hooks
4297 is t.
4298
b8d4c8d0
GM
42992007-08-16 Richard Stallman <rms@gnu.org>
4300
5dcb4c4e
SM
4301 * processes.texi (Asynchronous Processes):
4302 Clarify doc of start-file-process.
b8d4c8d0
GM
4303
43042007-08-08 Martin Rudalics <rudalics@gmx.at>
4305
4306 * modes.texi (Example Major Modes): Fix typo.
4307
43082007-08-08 Glenn Morris <rgm@gnu.org>
4309
4310 * intro.texi (nil and t): Do not use `iff' in documentation.
4311
4312 * tips.texi (Documentation Tips): Recommend against `iff'.
4313
43142007-08-07 Chong Yidong <cyd@stupidchicken.com>
4315
4316 * display.texi (Image Cache): Document image-refresh.
4317
43182007-08-06 Martin Rudalics <rudalics@gmx.at>
4319
4320 * windows.texi (Size of Window): Document window-full-width-p.
4321
43222007-07-25 Glenn Morris <rgm@gnu.org>
4323
4324 * gpl.texi (GPL): Replace license with GPLv3.
4325
4326 * Relicense all FSF files to GPLv3 or later.
4327
43282007-07-24 Michael Albinus <michael.albinus@gmx.de>
4329
4638454b
JB
4330 * processes.texi (Synchronous Processes):
4331 Add `process-file-shell-command'.
b8d4c8d0
GM
4332 (Asynchronous Processes): Mention restricted use of
4333 `process-filter' and `process-sentinel' in
4334 `start-file-process'. Add `start-file-process-shell-command'.
4335
43362007-07-17 Michael Albinus <michael.albinus@gmx.de>
4337
4338 * files.texi (Magic File Names): Introduce optional parameter
4339 IDENTIFICATION for `file-remote-p'.
4340
43412007-07-16 Richard Stallman <rms@gnu.org>
4342
4343 * display.texi (Defining Faces): Fix previous change.
4344
43452007-07-14 Richard Stallman <rms@gnu.org>
4346
4347 * control.texi (Handling Errors): Document `debug' in handler list.
4348
43492007-07-10 Richard Stallman <rms@gnu.org>
4350
4351 * display.texi (Defining Faces): Explain C-M-x feature for defface.
4352
43532007-07-09 Richard Stallman <rms@gnu.org>
4354
4355 * files.texi (Magic File Names): Rewrite previous change.
4356
43572007-07-08 Michael Albinus <michael.albinus@gmx.de>
4358
4359 * files.texi (Magic File Names): Introduce optional parameter
4360 CONNECTED for `file-remote-p'.
4361
43622007-07-07 Michael Albinus <michael.albinus@gmx.de>
4363
4364 * processes.texi (Asynchronous Processes):
4365 * files.texi (Magic File Names): Add `start-file-process'.
4366
43672007-06-27 Richard Stallman <rms@gnu.org>
4368
5dcb4c4e
SM
4369 * files.texi (Format Conversion Piecemeal):
4370 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
4371
43722007-06-27 Michael Albinus <michael.albinus@gmx.de>
4373
4638454b
JB
4374 * files.texi (Magic File Names): Remove `dired-call-process'.
4375 Add `process-file'.
b8d4c8d0
GM
4376
43772007-06-27 Kenichi Handa <handa@m17n.org>
4378
4379 * text.texi (Special Properties): Fix description about
4638454b 4380 `composition' property.
b8d4c8d0
GM
4381
43822007-06-26 Kenichi Handa <handa@m17n.org>
4383
4384 * nonascii.texi (Default Coding Systems): Document about the
4385 return value `undecided'.
4386
43872007-06-25 David Kastrup <dak@gnu.org>
4388
4389 * keymaps.texi (Active Keymaps): Document new POSITION argument of
4390 `current-active-maps'.
4391
43922007-06-24 Karl Berry <karl@gnu.org>
4393
4638454b 4394 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
4395
43962007-06-15 Juanma Barranquero <lekktu@gmail.com>
4397
4398 * display.texi (Overlay Arrow): Doc fix.
4399
44002007-06-14 Karl Berry <karl@tug.org>
4401
4402 * anti.texi (Antinews): Typo.
4403
44042007-06-14 Chong Yidong <cyd@stupidchicken.com>
4405
4406 * display.texi (Image Cache): Document image-refresh.
4407
44082007-06-12 Karl Berry <karl@gnu.org>
4409
4410 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
4411 * two-volume.make: New file.
4412 * .cvsignore: Ignore two-volume files.
4413
44142007-06-12 Tom Tromey <tromey@redhat.com>
4415
4416 * os.texi (Init File): Document user-emacs-directory.
4417
44182007-06-03 Nick Roberts <nickrob@snap.net.nz>
4419
4420 * commands.texi (Click Events): Describe width and height when
4421 object is nil.
4422
44232007-05-30 Nick Roberts <nickrob@snap.net.nz>
4424
5dcb4c4e
SM
4425 * commands.texi (Click Events): Layout more logically.
4426 Describe width and height.
b8d4c8d0
GM
4427 (Drag Events, Motion Events): Update to new format for position.
4428
44292007-06-02 Richard Stallman <rms@gnu.org>
4430
4431 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
4432
44332007-06-02 Chong Yidong <cyd@stupidchicken.com>
4434
4435 * Version 22.1 released.
4436
44372007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4438
4439 * text.texi (Special Properties): Correct meaning of fontified face.
4440
44412007-05-30 Richard Stallman <rms@gnu.org>
4442
4443 * text.texi (Special Properties): Add link to Adjusting Point.
4444
44452007-05-12 Richard Stallman <rms@gnu.org>
4446
4447 * text.texi (Margins): indent-to-left-margin is not the default.
4448 (Mode-Specific Indent): For indent-line-function, the default
4449 is indent-relative.
4450
4451 * modes.texi (Example Major Modes): Explain last line of text-mode
4452 is redundant.
4453
44542007-05-10 Richard Stallman <rms@gnu.org>
4455
4456 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
4457
4458 * help.texi (Keys in Documentation): Add reference to
4459 Documentation Tips.
4460
4461 * files.texi (Format Conversion): TO-FN gets three arguments.
4462
4463 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
4464
44652007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4466
4467 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
4468 * files.texi (Format Conversion): Expand intro; add menu.
4469 (Format Conversion Overview, Format Conversion Round-Trip)
4470 (Format Conversion Piecemeal): New nodes/subsections.
4471 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
4472 * text.texi (Text Properties): Remove "Saving Properties" from menu.
4473 (Saving Properties): Delete node/subsection.
4474
44752007-05-07 Karl Berry <karl@gnu.org>
4476
4477 * elisp.texi (EMACSVER): Back to 22.
4478
44792007-05-06 Richard Stallman <rms@gnu.org>
4480
4481 * processes.texi (Accepting Output): Revert most of previous change.
4482
44832007-05-05 Richard Stallman <rms@gnu.org>
4484
4485 * processes.texi (Accepting Output): accept-process-output
4486 uses microseconds, not milliseconds. But that arg is obsolete.
4487
44882007-05-04 Karl Berry <karl@tug.org>
4489
4490 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
4491
44922007-05-04 Eli Zaretskii <eliz@gnu.org>
4493
4494 * tips.texi (Documentation Tips): Rearrange items to place the
4495 more important ones first. Add an index entry for hyperlinks.
4496
44972007-05-03 Karl Berry <karl@gnu.org>
4498
4499 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
4500 (EMACSVER) [smallbook]: 22 for printed version.
4501
4502 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
4503 so restore anchor to normal position after defun. Found by Kevin Ryde.
4504
45052007-04-26 Glenn Morris <rgm@gnu.org>
4506
4507 * elisp.texi (EMACSVER): Increase to 22.1.50.
4508
45092007-04-28 Karl Berry <karl@gnu.org>
4510
4511 * elisp.texi: Improve line breaks on copyright page,
4512 similar layout to emacs manual, 8.5x11 by default.
4513
45142007-04-24 Richard Stallman <rms@gnu.org>
4515
4516 * text.texi (Special Properties): Add xref to Overlay Properties.
4517
4518 * display.texi (Overlay Properties): Add xref to Special Properties.
4519
45202007-04-22 Richard Stallman <rms@gnu.org>
4521
4522 * keymaps.texi (Extended Menu Items): Move the info about
4523 format with cached keyboard binding.
4524
45252007-04-21 Richard Stallman <rms@gnu.org>
4526
4527 * text.texi (Special Properties): Clarify previous change.
4528
4529 * files.texi (File Name Expansion): Clarify previous change.
4530
4531 * display.texi (Attribute Functions): Fix example for
4532 face-attribute-relative-p.
4533
45342007-04-19 Kenichi Handa <handa@m17n.org>
4535
4536 * text.texi (Special Properties): Document composition property.
4537
45382007-04-19 Glenn Morris <rgm@gnu.org>
4539
4540 * files.texi (File Name Expansion): Mention "superroot".
4541
45422007-04-15 Chong Yidong <cyd@stupidchicken.com>
4543
4544 * frames.texi (Multiple Displays): Add note about "multi-monitor"
4545 setups.
4546 (Display Feature Testing): Note that display refers to all
4547 physical monitors for multi-monitor setups.
4548
45492007-04-14 Richard Stallman <rms@gnu.org>
4550
4551 * lists.texi (Sets And Lists): Clarify `delete' examples.
4552 Remove spurious xref to same node.
4553 Clarify xref for add-to-list.
4554
45552007-04-12 Nick Roberts <nickrob@snap.net.nz>
4556
4557 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
4558 value of lisp-mode-map.
4559
45602007-04-11 Karl Berry <karl@gnu.org>
4561
4562 * anti.texi (Antinews):
4563 * display.texi (Overlay Properties, Defining Images):
4564 * processes.texi (Synchronous Processes, Sentinels):
4565 * syntax.texi (Syntax Table Internals):
4566 * searching.texi (Regexp Special):
4567 * nonascii.texi (Default Coding Systems):
4568 * text.texi (Special Properties):
4569 * minibuf.texi (Basic Completion): Wording to improve breaks in
4570 8.5x11 format.
4571 * elisp.texi (smallbook): New @set to more easily switch between
4572 smallbook and 8.5x11.
4573
45742007-04-11 Richard Stallman <rms@gnu.org>
4575
4576 * text.texi (Lazy Properties): Minor fix.
4577
45782007-04-08 Karl Berry <karl@gnu.org>
4579
4580 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
4581 * macros.texi (Backquote): Downcase Backquote in index entries for
4582 consistency.
4583
45842007-04-08 Richard Stallman <rms@gnu.org>
4585
4586 * text.texi (Adaptive Fill): Just describe default,
4587 don't show it (since it contains non-ASCII chars).
4588
45892007-04-07 Karl Berry <karl@gnu.org>
4590
4591 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
4592 adaptive-fill-regexp's value, since they are not in the standard
4593 TeX fonts.
4594
45952007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
4596
4597 * display.texi (Defining Faces): Fix example.
4598
45992007-04-07 Karl Berry <karl@gnu.org>
4600
4601 * display.texi (Button Buffer Commands): Improve page break.
4602
46032007-04-07 Richard Stallman <rms@gnu.org>
4604
4605 * advice.texi (Activation of Advice): Remove redundant index entry.
4606
4607 * backups.texi: Improve index entries. Remove redundant ones.
4608
4609 * compile.texi (Byte Compilation): Improve index entry.
4610
4611 * hash.texi (Creating Hash): Improve index entry.
4612
4613 * symbols.texi (Definitions): Improve index entry.
4614
4615 * edebug.texi: Improve index entries. Remove redundant/useless ones.
4616
4617 * maps.texi (Standard Keymaps): Remove useless index entry.
4618
4619 * help.texi (Documentation Basics): Remove redundant index entries.
4620
4621 * customize.texi: Improve index entries.
4622 Remove redundant/useless ones.
4623
4624 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
4625
4626 * streams.texi (Output Variables): Improve index entry.
4627
4628 * abbrevs.texi (Abbrevs): Remove useless index entry.
4629
4630 * macros.texi (Expansion): Remove useless index entry.
4631
4632 * text.texi: Improve index entries. Remove redundant/useless ones.
4633 (Text Properties, Examining Properties)
4634 (Special Properties): Use "property category" instead of "category"
4635 to refer to the `category' property.
4636
4637 * positions.texi: Improve index entries. Remove useless one.
4638
4639 * lists.texi: Improve index entries. Remove redundant/useless ones.
4640
4641 * os.texi: Improve index entries.
4642 (Timers): Fix previous change.
4643
4644 * buffers.texi: Improve index entries.
4645 (Modification Time): Get rid of term "obsolete buffer".
4646
4647 * debugging.texi: Improve index entries.
4648 (Test Coverage): Add xref to other test coverage ftr.
4649
4650 * eval.texi: Improve index entry. Remove redundant ones.
4651
4652 * numbers.texi: Improve index entries. Remove redundant/useless ones.
4653
4654 * files.texi: Improve index entries. Remove redundant/useless ones.
4655
4656 * objects.texi: Improve index entries.
4657
4658 * processes.texi: Improve index entries.
4659
4660 * modes.texi: Improve index entry. Remove redundant one.
4661
4662 * nonascii.texi: Improve index entries.
4663
4664 * internals.texi: Improve index entries.
4665
4666 * syntax.texi: Improve index entries.
4667
4668 * keymaps.texi (Active Keymaps): Improve index entries.
4669
4670 * commands.texi: Improve index entries. Remove redundant/useless ones.
4671
4672 * frames.texi: Improve index entries. Remove redundant/useless ones.
4673
4674 * markers.texi: Improve index entries. Remove redundant ones.
4675
4676 * tips.texi: Improve index entries.
4677
4678 * loading.texi (Unloading): Improve index entry.
4679
4680 * variables.texi: Improve index entries. Remove redundant one.
4681
4682 * sequences.texi: Improve index entry.
4683
4684 * display.texi: Improve index entries. Remove redundant ones.
4685
4686 * windows.texi: Improve index entries.
4687
4688 * searching.texi: Improve index entries. Remove redundant one.
4689
4690 * strings.texi (Case Tables): Improve last change.
4691
46922007-04-04 Chong Yidong <cyd@stupidchicken.com>
4693
4694 * strings.texi (Case Tables): Document with-case-table and
4695 ascii-case-table.
4696
46972007-04-03 Karl Berry <karl@gnu.org>
4698
4699 * processes.texi (Network): Reword to improve page break.
4700
47012007-04-03 Eli Zaretskii <eliz@gnu.org>
4702
4703 * functions.texi (Inline Functions): Describe more disadvantages
4704 of defsubst, and make advice against it stronger.
4705
47062007-04-02 Karl Berry <karl@gnu.org>
4707
4708 * backups.texi (Backup Names): Avoid widow words.
4709 * modes.texi (Example Major Modes): Align last comment.
4710
47112007-04-01 Chong Yidong <cyd@stupidchicken.com>
4712
4713 * keymaps.texi (Remapping Commands): Document new arg to
4714 command-remapping.
4715
47162007-04-01 Karl Berry <karl@gnu.org>
4717
4718 * processes.texi (Low-Level Network): Typo.
4719 * loading.texi (Hooks for Loading): Avoid double "the".
4720 * keymaps.texi (Key Sequences): No double "and".
4721 (Changing Key Bindings): Shorten to improve line break.
4722
47232007-03-31 Glenn Morris <rgm@gnu.org>
4724
4725 * os.texi (Timers): Fix description of run-at-time TIME formats.
4726
47272007-03-31 Richard Stallman <rms@gnu.org>
4728
4729 * display.texi (Invisible Text): Correct buffer-invisibility-spec
4730 regarding ellipsis.
4731
47322007-03-31 Eli Zaretskii <eliz@gnu.org>
4733
4734 * intro.texi (nil and t):
4735 * symbols.texi (Plists and Alists):
4736 * variables.texi (Variable Aliases, Constant Variables):
4737 * functions.texi (Defining Functions):
4738 * advice.texi (Advising Primitives):
4739 * debugging.texi (Syntax Errors, Compilation Errors):
4740 * minibuf.texi (Minibuffer Windows):
4741 * commands.texi (Adjusting Point):
4742 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
4743 (Auto Major Mode, Major Mode Conventions):
4744 * help.texi (Describing Characters):
4745 * files.texi (Create/Delete Dirs, Information about Files)
4746 (File Locks, Writing to Files, Reading from Files)
4747 (Saving Buffers):
4748 * windows.texi (Resizing Windows, Cyclic Window Ordering):
4749 * frames.texi (Finding All Frames):
4750 * positions.texi (Buffer End, Motion):
4751 * markers.texi (The Region):
4752 * text.texi (Deletion, Near Point):
4753 * display.texi (Displaying Messages, Truncation):
4754 * os.texi (Processor Run Time):
4755 * tips.texi (Key Binding Conventions, Programming Tips)
4756 (Warning Tips, Documentation Tips, Comment Tips):
4757 * internals.texi (Memory Usage): Improve indexing.
4758
4759 * variables.texi (Frame-Local Variables):
4760 * functions.texi (Argument List):
4761 * loading.texi (Library Search):
4762 * streams.texi (Output Variables):
4763 * keymaps.texi (Translation Keymaps, Searching Keymaps):
4764 * searching.texi (Replacing Match, Search and Replace):
4765 * processes.texi (Byte Packing, Decoding Output)
4766 (Accepting Output, Network Servers, Shell Arguments):
4767 * display.texi (Abstract Display, Image Cache, Scroll Bars):
4768 * windows.texi (Window Point, Window Start):
4769 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
4770 * commands.texi (Reading Input, Keyboard Events):
4771 * minibuf.texi (Reading File Names, Minibuffer Completion)
4772 (Recursive Mini):
4773 * positions.texi (List Motion):
4774 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
4775 * numbers.texi (Arithmetic Operations, Math Functions)
4776 (Predicates on Numbers, Comparison of Numbers):
4777 (Numeric Conversions):
4778 * locals.texi (Standard Buffer-Local Variables):
4779 * maps.texi (Standard Keymaps):
4780 * os.texi (User Identification, System Environment, Recording Input)
4781 (X11 Keysyms):
4782 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
4783 * backups.texi (Backups and Auto-Saving):
4784 * customize.texi (Customization, Group Definitions)
4785 (Variable Definitions):
4786 * compile.texi (Byte Compilation): Improve index entries.
4787
47882007-03-31 Karl Berry <karl@gnu.org>
4789
4790 * macros.texi (Defining Macros): Avoid widow syllable.
4791
47922007-03-31 Eli Zaretskii <eliz@gnu.org>
4793
4794 * elisp.texi (Top): Postscript -> PostScript.
4795
4796 * display.texi (Images, Postscript Images): Postscript -> PostScript.
4797
47982007-03-31 Markus Triska <markus.triska@gmx.at>
4799
4800 * internals.texi (Writing Emacs Primitives): Untabify `For'.
4801
48022007-03-30 Karl Berry <karl@gnu.org>
4803
4804 * lists.texi (List-related Predicates): Remove spurious @need.
4805 (Setcdr): Use @smallexample to improve page break.
4806 (Association Lists) <assoc>: Reword to improve page break.
4807
4808 * strings.texi (String Conversion): Insert blank line to improve
4809 page break.
4810
4811 * numbers.texi (Random Numbers): Use @minus{}.
4812 (Math Functions): Use @minus{}.
4813
4814 * intro.texi (Acknowledgements): Avoid line breaks before middle
4815 initials.
4816
48172007-03-24 Eli Zaretskii <eliz@gnu.org>
4818
4819 * errors.texi (Standard Errors): Add an index entry.
4820
48212007-03-19 Richard Stallman <rms@gnu.org>
4822
4823 * os.texi (Recording Input): recent-keys now gives 300 keys.
4824
48252007-03-12 Glenn Morris <rgm@gnu.org>
4826
4827 * os.texi: Replace "daylight savings" with "daylight saving"
4828 throughout.
4829
48302007-03-05 Richard Stallman <rms@gnu.org>
4831
5dcb4c4e
SM
4832 * variables.texi (File Local Variables):
4833 Update enable-local-variables values.
b8d4c8d0
GM
4834
48352007-03-04 Richard Stallman <rms@gnu.org>
4836
4837 * syntax.texi (Control Parsing): Minor clarification.
4838
4839 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4840
4841 * sequences.texi (Sequence Functions): Move string-bytes away,
4842 add xref.
4843
4844 * nonascii.texi (Text Representations): Move string-bytes here.
4845
4846 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4847
4848 * minibuf.texi (Basic Completion): Minor clarification.
4849
4850 * markers.texi (The Mark): Clarify existence vs activation of mark.
4851 Other cleanup.
4852
4853 * display.texi (Finding Overlays): Write better example.
4854
4855 * compile.texi (Eval During Compile): Clarify putting macros
4856 in eval-when-compile.
4857
c5602427 48582007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4859
4860 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4861 load-read-function definition doc.
b8d4c8d0
GM
4862
48632007-02-21 Kim F. Storm <storm@cua.dk>
4864
4865 * strings.texi (Text Comparison): Mention that assoc-string
4866 converts symbols to strings before testing.
4867
48682007-02-17 Kim F. Storm <storm@cua.dk>
4869
4870 * processes.texi (Bindat Spec): Vector types can have optional
4871 element type.
4872 (Bindat Examples): Fix example. Add vector with element type.
4873
48742007-02-16 Andreas Schwab <schwab@suse.de>
4875
4876 * strings.texi (Formatting Strings): Document '+' flag.
4877
48782007-02-15 Juanma Barranquero <lekktu@gmail.com>
4879
4880 * strings.texi (Modifying Strings): Clarify that `clear-string'
4881 always converts the string to unibyte.
4882
48832007-02-14 Kim F. Storm <storm@cua.dk>
4884
4885 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4886 Rewrite glyph code description to refer to these functions.
4887 Remove details of encoding face number and char into integer code.
4888
48892007-02-03 Alan Mackenzie <acm@muc.de>
4890
4891 * loading.texi (Hooks for Loading): Make the description of
4892 `eval-after-load' more detailed, and amend the description of
4893 after-load-alist, in accordance with changes from 2006-05.
4894
48952007-02-03 Chong Yidong <cyd@stupidchicken.com>
4896
4897 * modes.texi (Defining Minor Modes): Document that a :require
4898 keyword or similar may be required to make saved customization
4899 variables work.
4900
49012007-02-03 Eli Zaretskii <eliz@gnu.org>
4902
4903 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4904 Texinfo guidelines and with what texnfo-upd.el expects.
4905 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4906 parts needed by `texinfo-multiple-files-update'.
4907
49082007-02-02 Eli Zaretskii <eliz@gnu.org>
4909
4910 * elisp.texi (Top): Update the top-level menus.
4911
4912 * syntax.texi (Categories): Add index entries.
4913
49142007-02-01 Juanma Barranquero <lekktu@gmail.com>
4915
4916 * display.texi (Attribute Functions): Fix name and description of
4917 the UNDERLINE arg of `set-face-underline-p'.
4918
49192007-01-29 Eli Zaretskii <eliz@gnu.org>
4920
4921 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4922 Variables", and "Standard Keymaps" to the detailed menu.
4923
4924 * variables.texi (Future Local Variables): Add index entry.
4925
49262007-01-28 Richard Stallman <rms@gnu.org>
4927
4928 * tips.texi (Coding Conventions): Clarify the tip about macros
4929 that define a function or a variable.
4930
4931 * files.texi (File Attributes): UID and GID can be floats.
4932 (Magic File Names): Explain why deferring all operations to
4933 the standard handler does not work.
4934
49352007-01-23 Martin Rudalics <rudalics@gmx.at>
4936
4937 * backups.texi (Reverting): Use "buffer" instead of "file"
4938 when talking about major and minor modes.
4939
49402007-01-21 Richard Stallman <rms@gnu.org>
4941
4942 * help.texi (Documentation): Add xref to Documentation Tips.
4943
49442007-01-14 Juanma Barranquero <lekktu@gmail.com>
4945
4946 * tips.texi (Coding Conventions): Fix typos.
4947
49482007-01-05 Richard Stallman <rms@gnu.org>
4949
4950 * modes.texi (Defining Minor Modes): Fix previous change.
4951
49522007-01-03 Richard Stallman <rms@gnu.org>
4953
4954 * customize.texi (Variable Definitions, Customization Types):
4955 Don't use * in doc string for defcustom.
4956
49572007-01-02 Richard Stallman <rms@gnu.org>
4958
4959 * variables.texi (Variable Aliases): Clarify that aliases vars
4960 always have the same value.
4961
4962 * processes.texi (Bindat Spec): Fix Texinfo usage.
4963
4964 * modes.texi (Defining Minor Modes): Explain effect of command
4965 defined with define-global-minor-mode on new buffers.
4966
49672006-12-30 Kim F. Storm <storm@cua.dk>
4968
4969 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4970 `auto-resize-tool-bars'.
4971
49722006-12-30 Richard Stallman <rms@gnu.org>
4973
4974 * keymaps.texi (Active Keymaps): Fix previous change.
4975
49762006-12-30 Nick Roberts <nickrob@snap.net.nz>
4977
4978 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4979
49802006-12-30 Kim F. Storm <storm@cua.dk>
4981
4982 * processes.texi (Bindat Spec): Clarify using field names in
4983 length specifications.
4984
49852006-12-29 Kim F. Storm <storm@cua.dk>
4986
4987 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4988 Add count and index variables for eval forms in repeat blocks.
4989
49902006-12-24 Richard Stallman <rms@gnu.org>
4991
5dcb4c4e
SM
4992 * customize.texi (Variable Definitions):
4993 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4994
49952006-12-19 Kim F. Storm <storm@cua.dk>
4996
4997 * commands.texi (Misc Events): User signals now result in sigusr1
4998 and sigusr2 events which are handled through special-event-map.
4999 (Special Events): User signals and drag-n-drop are special.
5000
50012006-12-17 Richard Stallman <rms@gnu.org>
5002
5003 * loading.texi (Named Features): Explain subfeatures better.
5004
5005 * customize.texi: Use "option" only for user options.
5006 For the keyword values inside defcustom etc, say "keywords".
5007 For :options value's elements, say "elements".
5008 :group should not be omitted.
5009
5010 * syntax.texi (Parsing Expressions): Split up node.
5011 (Motion via Parsing, Position Parse, Parser State)
5012 (Low-Level Parsing, Control Parsing): New subnodes.
5013 (Parser State): Document syntax-ppss-toplevel-pos.
5014
5015 * positions.texi (List Motion): Punctuation fix.
5016
5017 * files.texi (File Name Completion): Document PREDICATE arg
5018 to file-name-completion.
5019
50202006-12-16 Eli Zaretskii <eliz@gnu.org>
5021
5022 * internals.texi (Building Emacs, Writing Emacs Primitives):
5023 Add index entries.
5024
50252006-12-11 Richard Stallman <rms@gnu.org>
5026
5027 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
5028 affects face menu. Explain how to make it non-nil without enabling
5029 any fontification.
5030
50312006-12-10 Chong Yidong <cyd@stupidchicken.com>
5032
5033 * modes.texi (Font Lock Basics): Document nil value of
5034 font-lock-defaults.
5035
50362006-12-10 Glenn Morris <rgm@gnu.org>
5037
5038 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
5039 value for system-flag argument. Abbrev tables may not be empty
5040 when major modes are loaded.
5041
50422006-12-08 Juanma Barranquero <lekktu@gmail.com>
5043
5044 * makefile.w32-in (maintainer-clean): Partially revert last
5045 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
5046 to protect elisp-covers.texi.
5047
50482006-12-07 Juanma Barranquero <lekktu@gmail.com>
5049
5050 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
5051 Don't remove elisp* info files; they are already deleted by the
5052 `clean' and `distclean' targets, and they are in the $(infodir)
5053 directory, not the current one.
5054
50552006-12-04 Kim F. Storm <storm@cua.dk>
5056
5057 * commands.texi (Misc Events): Update signal events.
5058 (Event Examples): Add signal example.
5059
50602006-11-29 Richard Stallman <rms@gnu.org>
5061
5062 * frames.texi (Visibility of Frames): Explain visible windows
5063 can be covered by others. Add xref for raise-frame.
5064
50652006-11-28 Richard Stallman <rms@gnu.org>
5066
5067 * searching.texi (Regexp Special): Update when ^ is special.
5068
50692006-11-27 Eli Zaretskii <eliz@gnu.org>
5070
5071 * customize.texi (Customization, Common Keywords)
5072 (Group Definitions, Variable Definitions, Composite Types)
5073 (Type Keywords, Customization Types): Add index entries for
5074 various customization keywords.
5075
50762006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5077
5078 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
5079
c8763fb6 50802006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5081
5082 * frames.texi (Window System Selections): Remove clipboard from
5083 description of selection-coding-system.
5084
50852006-11-06 Richard Stallman <rms@gnu.org>
5086
5087 * lists.texi (List Variables): Document COMPARE-FN.
5088
5089 * keymaps.texi: Avoid use of "binding" to mean a relation;
5090 use it only to refer to the meaning associated with a key.
5091 (Keymaps): Change menu node description.
5092
5093 * elisp.texi (Top): Change menu node description.
5094
5095 * display.texi (Managing Overlays): Document overlay-recenter.
5096
50972006-10-29 Chong Yidong <cyd@stupidchicken.com>
5098
5099 * Makefile.in: Use relative paths to avoid advertising filesystem
5100 contents during compilation.
5101
51022006-10-23 Kim F. Storm <storm@cua.dk>
5103
5104 * commands.texi (Event Input Misc): Update unread-command-events.
5105
51062006-10-23 Nick Roberts <nickrob@snap.net.nz>
5107
5108 * lists.texi (Sets And Lists): Fix typos.
5109
51102006-10-18 Juanma Barranquero <lekktu@gmail.com>
5111
5112 * control.texi (Processing of Errors): Use @var for an argument,
5113 not @code.
5114
51152006-10-16 Richard Stallman <rms@gnu.org>
5116
5117 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
5118
5119 * keymaps.texi (Format of Keymaps): Show all the keymap element
5120 patterns that result from menu items.
5121 (Key Lookup): Minor cleanups.
5122
5123 * modes.texi (Precalculated Fontification): Don't say that
5124 not setting font-lock-defaults avoids loading font-lock.
5125
5126 * help.texi (Documentation): Move xref to Emacs Manual here.
5127 (Documentation Basics): From here.
5128 Also doc emacs-lisp-docstring-fill-column.
5129
5130 * elisp.texi: Update version and ISBN.
5131
5132 * commands.texi (Interactive Call): Clarify KEYS arg to
5133 call-interactively is a vector.
5134 (Command Loop Info): Delete anchor in this-command-keys.
5135 Add anchor in this-command-keys-vector.
5136 (Recursive Editing): Document how recursive-edit
5137 handles the current buffer.
5138
51392006-10-13 Chong Yidong <cyd@stupidchicken.com>
5140
5141 * frames.texi (Frame Titles): %c and %l are ignored in
5142 frame-title-format.
5143
51442006-10-11 Richard Stallman <rms@gnu.org>
5145
5146 * keymaps.texi (Key Sequences): Clarify use of kbd.
5147
51482006-10-10 Kim F. Storm <storm@cua.dk>
5149
5150 * lists.texi (Sets And Lists): Add memql.
5151
51522006-10-03 Richard Stallman <rms@gnu.org>
5153
5154 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
5155 Clarify :ascii: and :nonascii:.
5156
51572006-09-29 Juri Linkov <juri@jurta.org>
5158
5159 * modes.texi (%-Constructs): Reorder coding systems in the
5160 documentation of %z to the real order displayed in the modeline.
5161
51622006-09-25 Richard Stallman <rms@gnu.org>
5163
5164 * os.texi (Timers): Describe timer-max-repeats.
5165
51662006-09-25 Chong Yidong <cyd@stupidchicken.com>
5167
5168 * os.texi (Timers): Mention with-local-quit.
5169
51702006-09-24 Richard Stallman <rms@gnu.org>
5171
5172 * searching.texi (Searching and Matching): Mention property search.
5173
5174 * commands.texi (Command Loop Info): Explain how read-event affects
5175 this-command-keys.
5176
51772006-09-20 Richard Stallman <rms@gnu.org>
5178
5179 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
5180
5181 * windows.texi (Window Start): Minor cleanups.
5182
51832006-09-20 Kim F. Storm <storm@cua.dk>
5184
5185 * windows.texi (Window Start): pos-visible-in-window-p allows
5186 specifying t for position to mean "end of window".
5187 Add window-line-height.
5188
5189 * anti.texi (Antinews): Mention window-line-height.
5190
51912006-09-19 David Kastrup <dak@gnu.org>
5192
5193 * keymaps.texi (Searching Keymaps): Small clarification.
5194
51952006-09-18 Richard Stallman <rms@gnu.org>
5196
5197 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
5198 cause keyboard menus.
5199 (Menu Keymaps): Likewise.
5200 (Defining Menus, Keyboard Menus): Clarify.
5201
5202 * text.texi (Fields): Clarify explanation of constrain-to-field.
5203
52042006-09-16 Eli Zaretskii <eliz@gnu.org>
5205
5206 * variables.texi (Tips for Defining): Fix a typo.
5207
52082006-09-15 Richard Stallman <rms@gnu.org>
5209
5210 * keymaps.texi (Remapping Commands, Searching Keymaps)
5211 (Active Keymaps): Clean up previous change.
5212
52132006-09-15 Jay Belanger <belanger@truman.edu>
5214
5215 * gpl.texi: Replace "Library Public License" by "Lesser Public
5216 License" throughout.
5217
52182006-09-15 David Kastrup <dak@gnu.org>
5219
5220 * keymaps.texi (Active Keymaps): Adapt description to use
5221 `get-char-property' instead `get-text-property'. Explain how
5222 mouse events change this. Explain the new optional argument of
5223 `key-binding' and its mouse-dependent lookup.
5224 (Searching Keymaps): Adapt description similarly.
5225 (Remapping Commands): Explain the new optional argument of
5226 `command-remapping'.
5227
52282006-09-14 Richard Stallman <rms@gnu.org>
5229
5230 * keymaps.texi (Searching Keymaps): Clarification.
5231 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
5232
52332006-09-13 Richard Stallman <rms@gnu.org>
5234
5235 * objects.texi (Character Type): Node split.
5236 Add xref to Describing Characters.
5237 (Basic Char Syntax, General Escape Syntax)
5238 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
5239
52402006-09-11 Richard Stallman <rms@gnu.org>
5241
5242 * display.texi (Display Table Format): Wording clarification.
5243 (Glyphs): Clarifications.
5244
52452006-09-10 Chong Yidong <cyd@stupidchicken.com>
5246
5247 * keymaps.texi (Active Keymaps): Mention that key-binding checks
5248 local maps.
5249
52502006-09-10 Kim F. Storm <storm@cua.dk>
5251
5252 * display.texi (Forcing Redisplay): Document return value of
5253 function redisplay.
5254
52552006-09-09 Richard Stallman <rms@gnu.org>
5256
5257 * windows.texi (Window Hooks): Explain limits of
5258 window-scroll-functions.
5259
5260 * display.texi (Fringe Indicators): Update for last change in
5261 indicate-buffer-boundaries.
5262
52632006-09-08 Richard Stallman <rms@gnu.org>
5264
5265 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
5266
52672006-09-06 Kim F. Storm <storm@cua.dk>
5268
5269 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
5270
5271 * windows.texi (Window Start): Update pos-visible-in-window-p.
5272
52732006-09-04 Richard Stallman <rms@gnu.org>
5274
5275 * processes.texi (Accepting Output): Explain SECONDS=0 for
5276 accept-process-output.
5277
5278 * os.texi (Idle Timers): Explain why timer functions should not
5279 loop until (input-pending-p).
5280
52812006-09-02 Eli Zaretskii <eliz@gnu.org>
5282
5283 * makefile.w32-in (usermanualdir): New variable.
5284 (elisp.dvi): Use it.
5285
52862006-09-01 Eli Zaretskii <eliz@gnu.org>
5287
5288 * buffers.texi (Buffer Modification): Fix last change.
5289
52902006-09-01 Chong Yidong <cyd@stupidchicken.com>
5291
5dcb4c4e
SM
5292 * buffers.texi (Buffer Modification):
5293 Document buffer-chars-modified-tick.
b8d4c8d0
GM
5294
52952006-08-31 Richard Stallman <rms@gnu.org>
5296
5297 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
5298
52992006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
5300
5301 * modes.texi (Syntactic Font Lock):
5302 Mention font-lock-syntactic-face-function
5303 instead of specific faces.
5304
53052006-08-29 Chong Yidong <cyd@stupidchicken.com>
5306
5307 * display.texi (Images): Add xrref to display-images-p.
5308
53092006-08-28 Kenichi Handa <handa@m17n.org>
5310
5311 * nonascii.texi (Lisp and Coding Systems): Fix description of
5312 detect-coding-region.
5313
53142006-08-27 Michael Olson <mwolson@gnu.org>
5315
5316 * processes.texi (Transaction Queues): Remove stray quote
5317 character.
5318
53192006-08-25 Richard Stallman <rms@gnu.org>
5320
5321 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
5322 Add xref.
5323
53242006-08-24 Chong Yidong <cyd@stupidchicken.com>
5325
5326 * os.texi (Timers): Avoid waiting inside timers.
5327
53282006-08-21 Lute Kamstra <lute@gnu.org>
5329
5330 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
5331
53322006-08-20 Richard Stallman <rms@gnu.org>
5333
5334 * os.texi (Idle Timers): New node, split out from Timers.
5335 Document current-idle-time.
5336 * commands.texi (Reading One Event): Update xref.
5337 * elisp.texi (Top): Update subnode menu.
5338
53392006-08-16 Richard Stallman <rms@gnu.org>
5340
5341 * keymaps.texi (Extended Menu Items): Show format of cached
5342 bindings in extended menu items.
5343
5344 * customize.texi (Variable Definitions): Explain when the
5345 standard value expression is evaluated.
5346
53472006-08-15 Chong Yidong <cyd@stupidchicken.com>
5348
5349 * commands.texi (Reading One Event): Explain idleness in
5350 `read-event'.
5351
53522006-08-12 Chong Yidong <cyd@stupidchicken.com>
5353
5354 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 5355 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
5356 relevant for Lisp programming.
5357 (Yank Commands): Rewrite introduction.
5358 (Undo): Clarify.
5359 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
5360 (Filling): Remove redundant comment. Clarify return value of
5361 current-justification.
5362 (Margins): Minor clarifications.
5363 (Adaptive Fill): Update default value of adaptive-fill-regexp.
5364 (Sorting): Update definition of sort-lines.
5365 (Columns): Clarify behavior of sort-columns.
5366 (Indent Tabs): Link to Tab Stops in Emacs manual.
5367 (Special Properties): Clarify.
5368 (Clickable Text): Mention Buttons package.
5369
53702006-08-12 Kevin Ryde <user42@zip.com.au>
5371
5372 * os.texi (Time Parsing): Add %z to description of
5373 format-time-string, as per docstring. Add cross reference to
5374 glibc manual for strftime.
5375
53762006-08-08 Richard Stallman <rms@gnu.org>
5377
5378 * modes.texi: Clean up wording in previous change.
5379
53802006-08-07 Chong Yidong <cyd@stupidchicken.com>
5381
5382 * modes.texi (Hooks): Clarify.
5383 (Major Mode Basics): Mention define-derived-mode explicitly.
5384 (Major Mode Conventions): Rebinding RET is OK for some modes.
5385 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 5386 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
5387 (Mode Line Basics): Clarify.
5388 (Mode Line Data): Mention help-echo and local-map in strings.
5389 Explain reason for treatment of non-risky variables.
5390 (Properties in Mode): Clarify.
5391 (Faces for Font Lock): Add font-lock-negation-char-face.
5392
53932006-08-04 Eli Zaretskii <eliz@gnu.org>
5394
5395 * strings.texi (Formatting Strings): Warn against arbitrary
5396 strings as first arg to `format'.
5397
53982006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
5399
5400 * text.texi (Clickable Text): Mention `help-echo' text property.
5401 Update intro, examples and associated explanations.
5402
54032006-07-31 Richard Stallman <rms@gnu.org>
5404
5405 * commands.texi: Update xrefs.
5406 (Event Mod): New node, cut out from old Translating Input.
5407
5408 * maps.texi: Update xrefs.
5409
5410 * keymaps.texi (Translation Keymaps): New node.
5411 Update xrefs from Translating Input to Translation Keymaps.
5412
5413 * elisp.texi (Top): Update subnode menu.
5414
5415 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
5416
5417 * os.texi (System Interface): Fix menu descriptions of some nodes.
5418 (Translating Input): Node deleted.
5419
54202006-07-31 Nick Roberts <nickrob@snap.net.nz>
5421
5422 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
5423
5424 * lists.texi (Sets And Lists): Likewise.
5425
54262006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
5427
5428 * text.texi (Fields): Mention POS
5429 requirement when narrowing is in effect.
5430
54312006-07-28 Richard Stallman <rms@gnu.org>
5432
5433 * display.texi (Face Attributes): Simplify wording.
5434 (Attribute Functions): Clarify meaning of new-frame default
5435 attribute settings.
5436
5437 * customize.texi (Common Keywords): Document how to use
5438 :package-version in a package not in Emacs.
5439
54402006-07-28 Kim F. Storm <storm@cua.dk>
5441
5442 * commands.texi (Reading One Event): Fix last change.
5443
54442006-07-26 Chong Yidong <cyd@stupidchicken.com>
5445
5446 * commands.texi (Reading One Event): Document SECONDS argument for
5447 read-event, read-char, and read-char-exclusive.
5448
54492006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
5450
5451 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
5452 to ensure correct identification.
5453
54542006-07-24 Richard Stallman <rms@gnu.org>
5455
5456 * text.texi (Clickable Text): Clarify.
5457
5458 * sequences.texi (Vector Functions): Delete duplicate xref.
5459
5460 * objects.texi (Function Type): Clarify.
5461
5462 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
5463 modes.
5464
5465 * lists.texi (List Variables): New node.
5466 Material moved from other nodes.
5467
5468 * variables.texi (Setting Variables): add-to-list and
5469 add-to-ordered-list moved to List Variables node.
5470
54712006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
5472
5473 * text.texi (Links and Mouse-1):
5474 For mouse-on-link-p, expand on arg POS.
5475
54762006-07-21 Kim F. Storm <storm@cua.dk>
5477
5478 * display.texi (Forcing Redisplay): Don't mention systems which
5479 don't support sub-second timers for redisplay-preemption-period.
5480
5481 * os.texi (Terminal Output): Clarify text vs graphical terminal.
5482
54832006-07-21 Eli Zaretskii <eliz@gnu.org>
5484
5485 * frames.texi (Input Focus): Document that focus-follows-mouse has
5486 no effect on MS-Windows.
5487
54882006-07-18 Richard Stallman <rms@gnu.org>
5489
5490 * display.texi (Forcing Redisplay): Cleanups in previous change.
5491
5492 * processes.texi (Low-Level Network): Make menu more convenient.
5493
54942006-07-18 Kim F. Storm <storm@cua.dk>
5495
5496 * display.texi (Forcing Redisplay): redisplay-preemption-period
5497 only used on window systems. Add xref to Terminal Output.
5498
5499 * os.texi (Terminal Output): baud-rate only controls preemption on
5500 non-window systems. Add xref to Forcing Redisplay.
5501
5502 * processes.texi (Low-Level Network): Rename node "Make Network"
5503 to "Network Processes".
5504
55052006-07-18 Karl Berry <karl@gnu.org>
5506
5507 * variables.texi, functions.texi, customize.texi, loading.texi:
5508 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
5509
55102006-07-17 Chong Yidong <cyd@stupidchicken.com>
5511
5512 * commands.texi (Waiting): Document batch-mode sit-for behavior.
5513
55142006-07-17 Richard Stallman <rms@gnu.org>
5515
5516 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
5517 Put period and comma inside quotes.
5518
5519 * loading.texi, markers.texi: Use real doublequote inside menus.
5520
5521 * windows.texi: Put point and comma inside quotes.
5522 (Textual Scrolling): Use @samp for error message.
5523
5524 * variables.texi, tips.texi, syntax.texi, symbols.texi:
5525 * strings.texi, streams.texi, processes.texi, os.texi:
5526 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
5527 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
5528 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
5529 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
5530 Put point and comma inside quotes.
5531
5532 * control.texi (Processing of Errors): Add command-error-function.
5533
5534 * variables.texi (File Local Variables): Clarify that
5535 file local variables make buffer-local bindings.
5536
5537 * modes.texi (Syntactic Font Lock): Give default for
5538 font-lock-syntax-table.
5539
55402006-07-17 Nick Roberts <nickrob@snap.net.nz>
5541
5542 * text.texi (Special Properties): Clean up previous change.
5543
55442006-07-16 Karl Berry <karl@gnu.org>
5545
5546 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
5547 * control.texi: Fix bad page breaks through chapter 10 (control).
5548
5549 * anti.texi (Antinews): Reorder face-attribute fns to avoid
5550 underfull hbox.
5551
55522006-07-15 Nick Roberts <nickrob@snap.net.nz>
5553
5554 * text.texi (Special Properties): Describe fontified text property
5555 in relation to a character (not text).
5556
55572006-07-15 Kim F. Storm <storm@cua.dk>
5558
5559 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
5560 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
5561 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
5562
5563 * anti.texi (Antinews): Mention redisplay function.
5564 The kbd macro existed, but was not documented, before 22.x.
5565 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
5566
55672006-07-14 Nick Roberts <nickrob@snap.net.nz>
5568
5569 * display.texi (Displaying Messages): Add anchor.
5570
5571 * frames.texi (Dialog Boxes): Use it.
5572
55732006-07-12 Richard Stallman <rms@gnu.org>
5574
5575 * objects.texi (Frame Type): Explain nature of frames better.
5576
5577 * frames.texi (Frames): Explain nature of frames better.
5578
55792006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
5580
5581 * tips.texi (Coding Conventions): Explain why use cl at compile time.
5582
55832006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5584
5585 * frames.texi (Window System Selections): Mention scrap support for Mac.
5586 Default value of x-select-enable-clipboard is t on Mac.
5587
5588 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
5589
55902006-07-11 Kim F. Storm <storm@cua.dk>
5591
5592 * display.texi (Forcing Redisplay): Add `redisplay' function.
5593 Don't mention (sit-for -1) -- use (redisplay t) instead.
5594
5595 * commands.texi (Waiting): (sit-for -1) is no longer special.
5596 (sit-for 0) is equivalent to (redisplay).
5597 Iconifying/deiconifying no longer makes sit-for return.
5598
55992006-07-10 Nick Roberts <nickrob@snap.net.nz>
5600
5601 * display.texi (Buttons): Fix typo.
5602
5603 * index.texi, elisp.texi (New Symbols): Comment node out.
5604
56052006-07-09 Richard Stallman <rms@gnu.org>
5606
5607 * display.texi (Truncation): Clean up previous change.
5608
56092006-07-08 Richard Stallman <rms@gnu.org>
5610
5611 * commands.texi (Interactive Call): Use 3 as prefix in example
5612 for execute-extended-command.
5613
5614 * display.texi (Attribute Functions): Move paragraph about
5615 compatibility with Emacs < 21.
5616
56172006-07-09 Kim F. Storm <storm@cua.dk>
5618
5619 * display.texi (Refresh Screen): Clarify force-window-update.
5620 (Truncation): "Normally" indicated by fringe arrows.
5621
56222006-07-08 Eli Zaretskii <eliz@gnu.org>
5623
5624 * windows.texi (Textual Scrolling, Resizing Windows):
5625 * variables.texi (Constant Variables):
5626 * text.texi (Buffer Contents, Deletion, Changing Properties)
5627 (Property Search, Special Properties, Sticky Properties)
5628 (Links and Mouse-1, Fields, Change Hooks):
5629 * syntax.texi (Syntax Table Functions, Parsing Expressions)
5630 (Categories):
5631 * symbols.texi (Other Plists):
5632 * streams.texi (Output Variables):
5633 * processes.texi (Input to Processes, Query Before Exit):
5634 * positions.texi (Word Motion, Text Lines, List Motion):
5635 * os.texi (Init File, System Environment, Sound Output)
5636 (Session Management):
5637 * nonascii.texi (Text Representations, Character Sets)
5638 (Chars and Bytes, Locales):
5639 * modes.texi (Defining Minor Modes, Header Lines):
5640 * minibuf.texi (Minibuffer Contents):
5641 * markers.texi (Information from Markers):
5642 * lists.texi (List Elements, Building Lists, Association Lists):
5643 * keymaps.texi (Tool Bar):
5644 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
5645 * functions.texi (What Is a Function, Mapping Functions):
5646 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
5647 (Color Names, Text Terminal Colors, Display Feature Testing):
5648 * files.texi (Visiting Functions, File Name Components)
5649 (Unique File Names, Contents of Directories):
5650 * display.texi (Forcing Redisplay, Displaying Messages)
5651 (Temporary Displays, Font Selection, Auto Faces)
5652 (Font Lookup, Fringe Indicators, Display Margins)
5653 (Image Descriptors, Showing Images, Image Cache, Button Types)
5654 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
5655 (Display Table Format, Glyphs):
5656 * control.texi (Iteration):
5657 * commands.texi (Command Loop Info, Adjusting Point):
5658 * backups.texi (Making Backups, Auto-Saving):
5659 Remove @tindex entries.
5660
56612006-07-07 Kim F. Storm <storm@cua.dk>
5662
5663 * display.texi (Fringe Cursors): Fix typo.
5664 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
5665 (Overlay Arrow): Default is overlay-arrow fringe indicator.
5666
56672006-07-05 Richard Stallman <rms@gnu.org>
5668
5669 * text.texi (Buffer Contents): Add example of text props
5670 in result of buffer-substring.
5671 (Text Properties): Explain better about use of specific property names.
5672 (Property Search): Some cleanups; reorder some functions.
5673
5674 * keymaps.texi (Changing Key Bindings): Cleanup.
5675 Add xref to Key Binding Conventions.
5676
5677 * display.texi (Attribute Functions): Add examples for
5678 face-attribute-relative-p.
5679
5680 * tips.texi (Coding Conventions): Cleanup last change.
5681
56822006-07-05 Karl Berry <karl@gnu.org>
5683
5684 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
5685 Remove @setchapternewpage odd.
5686 Result is 1013 pages, down from 1100.
5687
5688 * anti.texi, customize.texi, display.texi, internals.texi:
5689 * minibuf.texi, modes.texi, tips.texi:
5690 Fix overfull/underfull boxes.
5691
56922006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
5693
5694 * edebug.texi (Instrumenting):
5695 Add Edebug-specific findex for eval-buffer.
5696 * loading.texi (Loading):
5697 Replace eval-current-buffer with eval-buffer.
5698
56992006-06-30 Nick Roberts <nickrob@snap.net.nz>
5700
5701 * locals.texi (Standard Buffer-Local Variables): Update the list
5702 of variables.
5703
57042006-06-26 Nick Roberts <nickrob@snap.net.nz>
5705
5706 * files.texi (File Name Completion): Point user to the node
5707 "Reading File Names".
5708
57092006-06-24 Eli Zaretskii <eliz@gnu.org>
5710
5711 * files.texi (Contents of Directories): Document case-insensitive
5712 behavior on respective filesystems.
5713
5714 * objects.texi (Character Type): Document that Emacs signals an
5715 error for unsupported Unicode characters specified as \uNNNN.
5716
57172006-06-19 Richard Stallman <rms@gnu.org>
5718
5719 * processes.texi (Bindat Spec): Clarify previous change.
5720
57212006-06-16 Richard Stallman <rms@gnu.org>
5722
5723 * tips.texi (Coding Conventions): Better explain conventions
5724 for definition constructs.
5725
5726 * text.texi (Special Properties): String value of `read-only'
5727 serves as the error message.
5728
5729 * objects.texi (Character Type): Clarify prev. change.
5730 (Non-ASCII in Strings): Mention \u and \U.
5731
5732 * commands.texi (Using Interactive): Explain problem of
5733 markers, etc., in command-history.
5734
57352006-06-14 Kim F. Storm <storm@cua.dk>
5736
5737 * commands.texi (Waiting): Negative arg to sit-for forces
5738 redisplay even if input is pending.
5739
5740 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
5741 redisplay. Remove incorrect example of binding redisplay-dont-pause
5742 around (sit-for 0).
5743
57442006-06-13 Richard Stallman <rms@gnu.org>
5745
5746 * display.texi (Forcing Redisplay): Clarify previous change.
5747
57482006-06-13 Romain Francoise <romain@orebokech.com>
5749
5750 * display.texi (Forcing Redisplay): Fix typo.
5751
57522006-06-13 Kim F. Storm <storm@cua.dk>
5753
5754 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
5755
57562006-06-10 Luc Teirlinck <teirllm@auburn.edu>
5757
5758 * tips.texi (Coding Conventions): Add `@end itemize'.
5759
57602006-06-10 Richard Stallman <rms@gnu.org>
5761
5762 * tips.texi (Coding Conventions): Explain use of coding systems
5763 to ensure one decoding for strings.
5764
57652006-06-09 Aidan Kehoe <kehoea@parhasard.net>
5766
5767 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
5768 syntax.
5769
57702006-06-07 Eli Zaretskii <eliz@gnu.org>
5771
5772 * display.texi (Font Selection): Remove description of
5773 clear-face-cache.
5774
5775 * compile.texi (Eval During Compile): Fix a typo. Add index
5776 entries for possible uses of eval-when-compile.
5777
57782006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
5779
5780 * display.texi (Abstract Display): Fix typo.
5781
57822006-06-03 Eli Zaretskii <eliz@gnu.org>
5783
5784 * minibuf.texi (Minibuffer History) <history-add-new-input>:
5785 Reword variable's description.
5786
57872006-06-01 Richard Stallman <rms@gnu.org>
5788
5789 * windows.texi (Splitting Windows): Clarify splitting nonselected
5790 window.
5791
57922006-05-31 Juri Linkov <juri@jurta.org>
5793
5794 * minibuf.texi (Minibuffer History): Add history-add-new-input.
5795
57962006-05-30 Richard Stallman <rms@gnu.org>
5797
5798 * display.texi (Line Height): Fix errors in description of
10d1d0af 5799 default line height and line-height property.
b8d4c8d0
GM
5800
5801 * nonascii.texi (Default Coding Systems): Further clarification.
5802
58032006-05-29 Luc Teirlinck <teirllm@auburn.edu>
5804
5805 * internals.texi (Pure Storage): Mention that an overflow in pure
5806 space causes a memory leak.
5807 (Garbage Collection): If there was an overflow in pure space,
5808 `garbage-collect' returns nil.
5809
58102006-05-30 Eli Zaretskii <eliz@gnu.org>
5811
5812 * nonascii.texi (Default Coding Systems): Fix it some more.
5813
58142006-05-29 Eli Zaretskii <eliz@gnu.org>
5815
5816 * nonascii.texi (Default Coding Systems): Fix last change.
5817
58182006-05-29 Kenichi Handa <handa@m17n.org>
5819
5820 * nonascii.texi (find-operation-coding-system): Describe the new
5821 argument format (FILENAME . BUFFER).
5822
58232006-05-28 Richard Stallman <rms@gnu.org>
5824
5825 * tips.texi (Coding Conventions): Better explain reasons not to
5826 advise other packages or use `eval-after-load'.
5827
58282006-05-29 Kim F. Storm <storm@cua.dk>
5829
5830 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5831 `bindat-idx' and `bindat-raw' for clarity.
5832
58332006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5834
5835 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5836
5837 * display.texi (Display): Add "Abstract Display" to menu.
5838 (Abstract Display, Abstract Display Functions)
5839 (Abstract Display Example): New nodes.
5840 * elisp.texi (Top): Add "Abstract Display" to menu.
5841
58422006-05-27 Chong Yidong <cyd@stupidchicken.com>
5843
5844 * keymaps.texi (Key Sequences): Link to input events definition.
5845 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5846
5847 * files.texi (Changing Files): Document updated argument list for
5848 copy-file.
5849
58502006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5851
5852 * processes.texi (Bindat Functions): Explain term "total length".
5853 Use it in bindat-length and bindat-pack descriptions.
5854
58552006-05-26 Eli Zaretskii <eliz@gnu.org>
5856
5857 * tips.texi (Coding Conventions): Advise against using
5858 eval-after-load in packages. Add an index entry.
5859
58602006-05-25 Juri Linkov <juri@jurta.org>
5861
5862 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5863
5864 * modes.texi (%-Constructs): Add %e, %z, %Z.
5865
58662006-05-25 Richard Stallman <rms@gnu.org>
5867
5868 * elisp.texi (Top): Update subnode menu.
5869
5870 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5871 (Keymaps): Update menu.
5872
58732006-05-25 Chong Yidong <cyd@stupidchicken.com>
5874
5875 * keymaps.texi (Key Sequences): Some clarifications.
5876
58772006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5878
5879 * processes.texi (Bindat Functions): Say "unibyte string"
5880 explicitly for bindat-unpack and bindat-pack descriptions.
5881 (Bindat Examples): Don't call `string-make-unibyte' in example.
5882
58832006-05-25 Chong Yidong <cyd@stupidchicken.com>
5884
5dcb4c4e 5885 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5886 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5887
5888 * keymaps.texi (Changing Key Bindings):
dd7b651b 5889 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5890 * help.texi (Describing Characters): Refer to it.
5891
58922006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5893
5894 * frames.texi (Pointer Shape): @end table -> @end defvar.
5895
58962006-05-22 Richard Stallman <rms@gnu.org>
5897
5898 * elisp.texi (Top): Update subnode menus.
5899
5900 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5901 Contents rewritten; material from old Pointer Shape node moved here.
5902
5903 * display.texi (Pointer Shape): Node deleted.
5904 (Image Descriptors): Minor cleanup.
5905
59062006-05-21 Richard Stallman <rms@gnu.org>
5907
5908 * syntax.texi (Parsing Expressions): Update info on which STATE
5909 elements are ignored.
5910
59112006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5912
5913 * hooks.texi (Standard Hooks): Correct typo.
5914
5915 * gpl.texi (GPL): ifinfo -> ifnottex.
5916
59172006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5918
5919 * searching.texi (Simple Match Data): Warn about match data being
5920 set anew by every search.
5921
59222006-05-17 Richard Stallman <rms@gnu.org>
5923
5924 * minibuf.texi (Minibuffer History): Clarify.
5925
5926 * searching.texi (Regexp Special): Clarify nested regexp warning.
5927
59282006-05-16 Kim F. Storm <storm@cua.dk>
5929
5930 * minibuf.texi (Minibuffer History): Update add-to-history.
5931
59322006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5933
5dcb4c4e
SM
5934 * nonascii.texi (Explicit Encoding):
5935 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5936
59372006-05-14 Richard Stallman <rms@gnu.org>
5938
5939 * buffers.texi (Creating Buffers): Cleanup.
5940
5941 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5942
59432006-05-13 Eli Zaretskii <eliz@gnu.org>
5944
5945 * buffers.texi (Current Buffer): Document that with-temp-buffer
5946 disables undo.
5947
5948 * os.texi (Terminal-Specific): More accurate description of how
5949 Emacs searches for the terminal-specific libraries.
5950
59512006-05-12 Eli Zaretskii <eliz@gnu.org>
5952
5953 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5954 emacs-xtra to @inforef's.
5955
5956 * text.texi (Undo): Document that undo is turned off in buffers
5957 whose names begin with a space.
5958
5959 * buffers.texi (Buffer Names): Add index entries for buffers whose
5960 names begin with a space.
5961 (Creating Buffers): Document that undo is turned off in buffers
5962 whose names begin with a space.
5963
5964 * files.texi (Visiting Functions, Reading from Files)
5965 (Saving Buffers): Mention code and EOL conversions by file I/O
5966 primitives and subroutines.
5967
f4e90db0
SM
5968 * nonascii.texi (Lisp and Coding Systems):
5969 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
5970
5971 * display.texi (Defining Faces): Mention `mac', and add an xref to
5972 where window-system is described.
5973
59742006-05-10 Richard Stallman <rms@gnu.org>
5975
5976 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5977
59782006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5979
5980 * variables.texi (File Local Variables): Recommend to quote lambda
5981 expressions in safe-local-variable property.
5982
59832006-05-09 Richard Stallman <rms@gnu.org>
5984
5dcb4c4e
SM
5985 * variables.texi (File Local Variables):
5986 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5987
59882006-05-07 Kim F. Storm <storm@cua.dk>
5989
5990 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5991 from add-to-history.
5992
59932006-05-07 Romain Francoise <romain@orebokech.com>
5994
5995 * commands.texi (Event Input Misc):
5996 * compile.texi (Eval During Compile):
5997 * internals.texi (Buffer Internals):
5998 * minibuf.texi (Initial Input):
5999 * nonascii.texi (Scanning Charsets):
6000 * numbers.texi (Comparison of Numbers):
6001 * windows.texi (Textual Scrolling, Vertical Scrolling):
6002 Fix various typos.
6003
60042006-05-06 Eli Zaretskii <eliz@gnu.org>
6005
6006 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
6007 conditional xref's to either emacs or emacs-xtra, depending on
6008 @iftex/@ifnottex.
6009
6010 * minibuf.texi (Minibuffer History): Document add-to-history.
6011
60122006-05-05 Eli Zaretskii <eliz@gnu.org>
6013
6014 * internals.texi (Pure Storage): Mention the pure overflow message
6015 at startup.
6016
c8763fb6 60172006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6018
6019 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
6020 (Searching Keymaps): Fix pseudo-Lisp description of keymap
6021 search.
6022
60232006-05-01 Richard Stallman <rms@gnu.org>
6024
6025 * intro.texi (nil and t): Clarify.
6026
6027 * variables.texi (File Local Variables): Suggest using booleanp.
6028
60292006-05-01 Juanma Barranquero <lekktu@gmail.com>
6030
6031 * objects.texi (Type Predicates): Fix typos.
6032
60332006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6034
6035 * intro.texi (nil and t): Add booleanp.
6036
6037 * objects.texi (Type Predicates): Add links for booleanp and
6038 string-or-null-p.
6039
60402006-04-29 Richard Stallman <rms@gnu.org>
6041
6042 * modes.texi (Multiline Font Lock): Rename from
6043 Multi line Font Lock Elements. Much clarification.
6044 (Font Lock Multiline, Region to Fontify): Much clarification.
6045
60462006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6047
6048 * variables.texi (File Local Variables): Remove the special case t for
6049 safe-local-variable.
6050
60512006-04-26 Richard Stallman <rms@gnu.org>
6052
6053 * syntax.texi (Parsing Expressions): Minor cleanup.
6054
60552006-04-18 Richard Stallman <rms@gnu.org>
6056
6057 * tips.texi (Coding Conventions): Explain when the package's
6058 prefix should appear later on (not at the start of the name).
6059
6060 * searching.texi (String Search): Clarify effect of NOERROR.
6061
6062 * modes.texi (Imenu): Clarify what special items do.
6063
6064 * hooks.texi (Standard Hooks): Delete text about old hook names.
6065
60662006-04-17 Romain Francoise <romain@orebokech.com>
6067
6068 * variables.texi (Local Variables): Update the default value of
6069 `max-specpdl-size'.
6070
60712006-04-15 Michael Olson <mwolson@gnu.org>
6072
6073 * processes.texi (Transaction Queues): Mention the new optional
6074 `delay-question' argument for `tq-enqueue'.
6075
60762006-04-13 Bill Wohler <wohler@newt.com>
6077
6078 * customize.texi (Common Keywords): Use dotted notation for
6079 :package-version value. Specify its values. Improve documentation
6080 for customize-package-emacs-version-alist.
6081
60822006-04-12 Bill Wohler <wohler@newt.com>
6083
6084 * customize.texi (Common Keywords): Move description of
6085 customize-package-emacs-version-alist to @defvar.
6086
60872006-04-10 Bill Wohler <wohler@newt.com>
6088
6089 * customize.texi (Common Keywords): Add :package-version.
6090
60912006-04-10 Kim F. Storm <storm@cua.dk>
6092
6093 * text.texi (Buffer Contents): Add NOPROPS arg to
6094 filter-buffer-substring.
6095
60962006-04-08 Kevin Ryde <user42@zip.com.au>
6097
6098 * os.texi (Command-Line Arguments): Update xref to emacs manual
6099 "Command Arguments" -> "Emacs Invocation", per change there.
6100
61012006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
6102
6103 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
6104 be on one line to help makeinfo not render two spaces after the dot.
6105
61062006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6107
6108 * strings.texi (Predicates for Strings): Add string-or-null-p.
6109
61102006-03-28 Kim F. Storm <storm@cua.dk>
6111
6112 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
6113 remarks about systems that don't support fractional seconds.
6114
61152006-03-25 Karl Berry <karl@gnu.org>
6116
6117 * elisp.texi: Use @copyright{} instead of (C), and do not indent
6118 the year list.
6119
61202006-03-21 Nick Roberts <nickrob@snap.net.nz>
6121
6122 * display.texi (Fringe Indicators): Fix typos.
6123
61242006-03-19 Luc Teirlinck <teirllm@auburn.edu>
6125
6126 * tips.texi (Documentation Tips): One can now also write `program'
6127 in front of a quoted symbol in a docstring to prevent making a
6128 hyperlink.
6129
61302006-03-19 Alan Mackenzie <acm@muc.de>
6131
6132 * text.texi (Special Properties): Clarify `fontified' property.
6133
61342006-03-16 Richard Stallman <rms@gnu.org>
6135
6136 * display.texi (Defining Images): Minor cleanup.
6137
61382006-03-16 Bill Wohler <wohler@newt.com>
6139
6140 * display.texi (Defining Images): In image-load-path-for-library,
6141 prefer user's images.
6142
61432006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6144
6145 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
6146
61472006-03-15 Bill Wohler <wohler@newt.com>
6148
6149 * display.texi (Defining Images): Fix example in
6150 image-load-path-for-library by not recommending that one binds
6151 image-load-path. Just defvar it to placate compiler and only use
6152 it if previously defined.
6153
61542006-03-14 Bill Wohler <wohler@newt.com>
6155
6156 * display.texi (Defining Images): In image-load-path-for-library,
6157 always return list of directories. Update example.
6158
61592006-03-14 Alan Mackenzie <acm@muc.de>
6160
6161 * modes.texi: New node, "Region to Fontify" (for Font Lock).
6162 This describes font-lock-extend-region-function.
6163 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
6164 the new node "Region to Fontify".
6165
61662006-03-13 Richard Stallman <rms@gnu.org>
6167
6168 * display.texi (Invisible Text): The impossible position is
6169 now before the invisible text, not after.
6170 (Defining Images): Clean up last change.
6171
61722006-03-11 Bill Wohler <wohler@newt.com>
6173
6174 * display.texi (Defining Images): Add image-load-path-for-library.
6175
61762006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6177
6178 * text.texi (Adaptive Fill): Fix Texinfo usage.
6179
6180 * strings.texi (Creating Strings): Fix Texinfo usage.
6181
6182 * searching.texi (Regexp Special): Use @samp for regular
6183 expressions that are not in Lisp syntax.
6184
61852006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6186
6187 * searching.texi (Regexp Special): Put remark between parentheses
6188 to avoid misreading.
6189
61902006-03-07 Luc Teirlinck <teirllm@auburn.edu>
6191
6192 * searching.texi (Syntax of Regexps): More accurately describe
6193 which characters are special in which situations.
6194 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
6195 are not special. Describe in detail when `[' and `]' are special.
6196 (Regexp Backslash): Plenty of regexps with unbalanced square
6197 brackets are valid, so reword that statement.
6198
61992006-03-02 Kim F. Storm <storm@cua.dk>
6200
6201 * keymaps.texi (Tool Bar): Add tool-bar-border.
6202
62032006-02-28 Luc Teirlinck <teirllm@auburn.edu>
6204
6205 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
6206
62072006-02-27 Luc Teirlinck <teirllm@auburn.edu>
6208
6209 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
6210
6211 * files.texi (Locating Files): Suggest additional values for the
6212 SUFFIXES arg of `locate-file'. Update pxref.
6213
6214 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
6215 (How Programs Do Loading): Discuss the effects of Auto Compression
6216 mode on `load'.
6217 (Load Suffixes): New node.
6218 (Library Search): Delete description of `load-suffixes'; it was
6219 moved to "Load Suffixes".
6220 (Autoload, Named Features): Mention `load-suffixes'.
6221
62222006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6223
6224 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
6225
6226 * windows.texi (Window Tree): Fix typo.
6227
62282006-02-20 Kim F. Storm <storm@cua.dk>
6229
6230 * display.texi (Fringe Indicators): New section.
6231 Move indicate-empty-lines, indicate-buffer-boundaries, and
6232 default-indicate-buffer-boundaries here.
6233 Add fringe-indicator-alist and default-fringes-indicator-alist.
6234 Add list of logical fringe indicator symbols.
6235 Update list of standard bitmap names.
6236 (Fringe Cursors): New section.
6237 Move overflow-newline-into-fringe here.
6238 Add fringe-cursor-alist and default-fringes-cursor-alist.
6239 Add list of fringe cursor symbols.
6240
62412006-02-20 Juanma Barranquero <lekktu@gmail.com>
6242
6243 * commands.texi (Using Interactive): Fix reference to node
6244 "Minibuffers".
6245
62462006-02-19 Richard M. Stallman <rms@gnu.org>
6247
6248 * minibuf.texi (High-Level Completion):
6249 Add xref to read-input-method-name.
6250
6251 * files.texi (Relative File Names): Move file-relative-name here.
6252 (File Name Expansion): From here. Minor clarifications.
6253
6254 * commands.texi (Using Interactive): Add xrefs about reading input.
6255 Clarify remarks about that moving point and mark.
6256 Put string case before list case.
6257
c8763fb6 62582006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
6259
6260 * display.texi (Other Display Specs, Image Descriptors):
6261 Revert erroneous changes. The previous description of
6262 image-descriptors as `(image . PROPS)' was correct.
6263
62642006-02-14 Richard M. Stallman <rms@gnu.org>
6265
6266 * variables.texi (File Local Variables): Clarifications.
6267
62682006-02-14 Juanma Barranquero <lekktu@gmail.com>
6269
6270 * variables.texi (File Local Variables): Use @code for a cons
6271 cell, not @var.
6272
62732006-02-13 Chong Yidong <cyd@stupidchicken.com>
6274
6275 * variables.texi (File Local Variables): Document new file local
6276 variable behavior.
6277
62782006-02-10 Kim F. Storm <storm@cua.dk>
6279
6280 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
6281
62822006-02-08 Juanma Barranquero <lekktu@gmail.com>
6283
6284 * modes.texi (%-Constructs): Remove obsolete info about
6285 `global-mode-string'.
6286
62872006-02-07 Richard M. Stallman <rms@gnu.org>
6288
6289 * commands.texi (Prefix Command Arguments): Minor cleanup.
6290
6291 * display.texi: "Graphical display", not window system.
6292
6293 * functions.texi (What Is a Function): Fix xref.
6294
6295 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
6296 (Changing Key Bindings): Clarify when remapping is better than
6297 substitute-key-definition.
6298
62992006-02-02 Richard M. Stallman <rms@gnu.org>
6300
6301 * minibuf.texi (Basic Completion): Completion alists are risky.
6302
6303 * keymaps.texi (Active Keymaps): Clarifications.
6304 (Searching Keymaps): New node.
6305 (Keymaps): Update menu.
6306
6307 * frames.texi (Layout Parameters): Minor clarification.
6308 (Drag and Drop): New node.
6309 (Frames): Update menu.
6310
63112006-01-29 Chong Yidong <cyd@stupidchicken.com>
6312
6313 * display.texi (Other Display Specs, Image Descriptors):
6314 Image description is a list, not a cons cell.
6315
63162006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6317
6318 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
6319 list is not necessarily a list).
6320
63212006-01-27 Eli Zaretskii <eliz@gnu.org>
6322
6323 * frames.texi (Layout Parameters): border-width and
6324 internal-border-width belong to the frame, not the window.
6325
63262006-01-19 Richard M. Stallman <rms@gnu.org>
6327
6328 * nonascii.texi (Translation of Characters): Search cmds use
6329 translation-table-for-input. Automatically made local.
6330
6331 * markers.texi (Overview of Markers): Count insertion type
6332 as one of a marker's attributes.
6333
6334 * keymaps.texi (Controlling Active Maps): New node, split out of
6335 Active Keymaps.
6336 (Keymaps): Menu updated.
6337 (Active Keymaps): Give pseudocode to explain how the active
6338 maps are searched. current-active-maps and key-binding moved here.
6339 (Functions for Key Lookup): current-active-maps and key-binding moved.
6340 Clarifications.
6341 (Searching the Keymaps): New subnode.
6342
6343 * elisp.texi (Top): Menu clarification.
6344
6345 * display.texi (Other Display Specs): Delete duplicate entry for
6346 just a string as display spec. Move text about recursive display
6347 specs on such a string.
6348
6349 * commands.texi (Key Sequence Input): Clarify.
6350 Move num-nonmacro-input-events out.
6351 (Reading One Event): num-nonmacro-input-events moved here.
6352
63532006-01-14 Nick Roberts <nickrob@snap.net.nz>
6354
6355 * advice.texi (Simple Advice): Update example to fit argument
6356 change in previous-line.
6357
63582006-01-05 Richard M. Stallman <rms@gnu.org>
6359
6360 * markers.texi (The Mark): Fix in `mark'.
6361
63622006-01-04 Richard M. Stallman <rms@gnu.org>
6363
6364 * processes.texi (Misc Network, Make Network): Minor cleanups.
6365
63662006-01-04 Kim F. Storm <storm@cua.dk>
6367
6368 * processes.texi (Make Network): Add IPv6 addresses and handling.
6369 (Network Feature Testing): Mention (:family ipv6).
6370 (Misc Network): Add IPv6 formats to format-network-address.
6371
63722005-12-30 Richard M. Stallman <rms@gnu.org>
6373
6374 * text.texi (Changing Properties):
6375 Don't use return value of set-text-properties.
6376
63772005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6378
6379 * modes.texi (Mode Line Format): Correct typo in menu.
6380
63812005-12-29 Richard M. Stallman <rms@gnu.org>
6382
6383 * modes.texi (Mode Line Top): New node.
6384 (Mode Line Data): Some text moved to new node.
6385 Explain the data structure more concretely.
6386 (Mode Line Basics): Clarifications.
6387 (Mode Line Variables): Clarify intro paragraph.
6388 (%-Constructs): Clarify intro paragraph.
6389 (Mode Line Format): Update menu.
6390
63912005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6392
6393 * minibuf.texi (Basic Completion): Update lazy-completion-table
6394 examples for removal of ARGS argument.
6395
63962005-12-23 Richard M. Stallman <rms@gnu.org>
6397
6398 * text.texi (Undo): Restore some explanation from the version
6399 that was deleted.
6400
64012005-12-23 Eli Zaretskii <eliz@gnu.org>
6402
6403 * text.texi (Undo): Remove duplicate descriptions of `apply
6404 funname' and `apply delta' elements of the undo list.
6405
64062005-12-20 Richard M. Stallman <rms@gnu.org>
6407
6408 * help.texi (Help Functions): Update documentation of `apropos'.
6409
64102005-12-20 Luc Teirlinck <teirllm@auburn.edu>
6411
6412 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
6413 because it is confusing. If the :help-echo keyword is a function,
6414 it is not directly used as the :help-echo overlay property, as the
6415 xref seems to suggest (it does not take the appropriate args).
6416
64172005-12-19 Luc Teirlinck <teirllm@auburn.edu>
6418
6419 * customize.texi (Common Keywords): Fix Texinfo usage.
6420 (Group Definitions, Variable Definitions): Update for new
6421 conventions for using `*' in docstrings.
6422
6423 * tips.texi (Documentation Tips): Update for new conventions for
6424 using `*' in docstrings.
6425
64262005-12-16 Richard M. Stallman <rms@gnu.org>
6427
6428 * minibuf.texi (Minibuffer Contents): Minor cleanup.
6429
64302005-12-16 Juri Linkov <juri@jurta.org>
6431
6432 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
6433
64342005-12-14 Romain Francoise <romain@orebokech.com>
6435
6436 * modes.texi (Customizing Keywords): Rename `append' to `how'.
6437 Fix typo.
6438
64392005-12-11 Juri Linkov <juri@jurta.org>
6440
6441 * minibuf.texi (Completion Commands): Add mention of read-file-name
6442 for filename completion keymaps.
6443 (Reading File Names): Add mention of filename completion keymaps
6444 for read-file-name and xref to `Completion Commands'.
6445
64462005-12-10 Richard M. Stallman <rms@gnu.org>
6447
6448 * customize.texi (Common Keywords): State caveats for use of :tag.
6449
64502005-12-08 Richard M. Stallman <rms@gnu.org>
6451
6452 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
6453 with xrefs and better explanation.
6454 (Completion Commands): Add the filename completion maps.
6455
6456 * objects.texi (Character Type): Clarify that \s is not space
6457 if a dash follows.
6458
64592005-12-05 Richard M. Stallman <rms@gnu.org>
6460
6461 * windows.texi (Resizing Windows): Delete preserve-before args.
6462
64632005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6464
6465 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
6466 in full keymaps, since the quirk has been fixed.
6467
64682005-12-03 Eli Zaretskii <eliz@gnu.org>
6469
5dcb4c4e
SM
6470 * hooks.texi (Standard Hooks): Add index entries.
6471 Mention `compilation-finish-functions'.
b8d4c8d0
GM
6472
64732005-11-27 Richard M. Stallman <rms@gnu.org>
6474
6475 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
6476
64772005-11-21 Juri Linkov <juri@jurta.org>
6478
6479 * customize.texi (Common Keywords): Update links types
6480 custom-manual and url-link. Add link types emacs-library-link,
6481 file-link, function-link, variable-link, custom-group-link.
6482
64832005-11-20 Chong Yidong <cyd@stupidchicken.com>
6484
6485 * display.texi: Revert 2005-11-20 change.
6486
64872005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6488
6489 * processes.texi (Bindat Functions):
6490 Say "third" to refer to zero-based index "2".
6491
64922005-11-18 Luc Teirlinck <teirllm@auburn.edu>
6493
6494 * loading.texi (Library Search): Update the default value of
6495 `load-suffixes'.
6496
64972005-11-17 Chong Yidong <cyd@stupidchicken.com>
6498
6499 * display.texi (Attribute Functions): Mention :ignore-defface.
6500
65012005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6502
6503 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
6504 (Minor Mode Conventions): Mention the use of a hook.
6505
65062005-11-06 Richard M. Stallman <rms@gnu.org>
6507
6508 * files.texi (Magic File Names): find-file-name-handler checks the
6509 `operations' property of the handler.
6510
65112005-11-03 Richard M. Stallman <rms@gnu.org>
6512
6513 * variables.texi (Frame-Local Variables): Small clarification.
6514
65152005-10-29 Chong Yidong <cyd@stupidchicken.com>
6516
6517 * os.texi (Init File): Document ~/.emacs.d/init.el.
6518
65192005-10-29 Richard M. Stallman <rms@gnu.org>
6520
6521 * internals.texi (Garbage Collection): Document memory-full.
6522
65232005-10-28 Bill Wohler <wohler@newt.com>
6524
6525 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
6526 for URLs.
6527
65282005-10-28 Richard M. Stallman <rms@gnu.org>
6529
6530 * minibuf.texi (Completion Commands): Clean up prev change.
6531
65322005-10-26 Kevin Ryde <user42@zip.com.au>
6533
6534 * compile.texi (Eval During Compile): Explain recommended uses
6535 of eval-when-compile and eval-and-compile.
6536
65372005-10-27 Masatake YAMATO <jet@gyve.org>
6538
6539 * minibuf.texi (Completion Commands):
6540 Write about new optional argument for `display-completion-list'.
6541
65422005-10-23 Richard M. Stallman <rms@gnu.org>
6543
6544 * display.texi (Overlay Arrow): Clarify about local bindings of
6545 overlay-arrow-position.
6546
65472005-10-22 Eli Zaretskii <eliz@gnu.org>
6548
6549 * internals.texi (Building Emacs): Fix last change.
6550
65512005-10-22 Richard M. Stallman <rms@gnu.org>
6552
6553 * internals.texi (Building Emacs): Document eval-at-startup.
6554
65552005-10-21 Richard M. Stallman <rms@gnu.org>
6556
6557 * loading.texi (Where Defined): load-history contains abs file names.
6558 symbol-file returns abs file names.
6559
65602005-10-19 Kim F. Storm <storm@cua.dk>
6561
6562 * display.texi (Showing Images): Add max-image-size integer value.
6563
65642005-10-18 Chong Yidong <cyd@stupidchicken.com>
6565
6566 * display.texi (Showing Images): Document max-image-size.
6567
65682005-10-17 Richard M. Stallman <rms@gnu.org>
6569
6570 * commands.texi (Quitting): Minor clarification.
6571
6572 * processes.texi (Sentinels): Clarify about output and quitting.
6573 (Filter Functions): Mention with-local-quit.
6574
65752005-10-17 Juri Linkov <juri@jurta.org>
6576
6577 * buffers.texi (Current Buffer):
6578 * commands.texi (Event Input Misc):
6579 * compile.texi (Eval During Compile, Compiler Errors):
6580 * customize.texi (Group Definitions):
6581 * display.texi (Progress, Defining Faces):
6582 * files.texi (Writing to Files):
6583 * modes.texi (Mode Hooks, Defining Minor Modes):
6584 * streams.texi (Output Functions):
6585 * syntax.texi (Syntax Table Functions):
6586 * text.texi (Change Hooks):
6587 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
6588
6589 * commands.texi (Quitting): Replace arg `forms' with `body' in
6590 `with-local-quit'.
6591
6592 * positions.texi (Excursions): Replace arg `forms' with `body' in
6593 `save-excursion'.
6594
65952005-10-08 Kim F. Storm <storm@cua.dk>
6596
6597 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
6598 Rename manual section accordingly.
6599
66002005-10-04 Kim F. Storm <storm@cua.dk>
6601
6602 * windows.texi (Window Split Tree): New section describing
6603 new function window-split-tree function.
6604
66052005-10-03 Nick Roberts <nickrob@snap.net.nz>
6606
6607 * display.texi (Fringe Size/Pos): Simplify and add detail.
6608
66092005-09-30 Romain Francoise <romain@orebokech.com>
6610
6611 * minibuf.texi (High-Level Completion): Explain that the prompt
6612 given to `read-buffer' should end with a colon and a space.
6613 Update usage examples.
6614
66152005-09-29 Juri Linkov <juri@jurta.org>
6616
6617 * display.texi (Displaying Messages): Rename argument name
6618 `string' to `format-string' in functions `message', `message-box',
6619 `message-or-box'.
6620
66212005-09-26 Chong Yidong <cyd@stupidchicken.com>
6622
6623 * errors.texi (Standard Errors): Correct xrefs.
6624
66252005-09-18 Chong Yidong <cyd@stupidchicken.com>
6626
6627 * display.texi (Defining Images): Update documentation for
6628 `image-load-path'.
6629
66302005-09-17 Richard M. Stallman <rms@gnu.org>
6631
6632 * display.texi (Defining Images): Clean up previous change.
6633
66342005-09-16 Romain Francoise <romain@orebokech.com>
6635
6636 * elisp.texi: Specify GFDL version 1.2.
6637
6638 * doclicense.texi (GNU Free Documentation License): Update to
6639 version 1.2.
6640
66412005-09-15 Chong Yidong <cyd@stupidchicken.com>
6642
6643 * display.texi (Defining Images): Document `image-load-path'.
6644
66452005-09-15 Richard M. Stallman <rms@gnu.org>
6646
6647 * objects.texi (Printed Representation): Minor cleanup.
6648 (Box Diagrams): Minor fix.
6649 (Cons Cell Type): Move (...) index item here.
6650 (Box Diagrams): From here.
6651 (Array Type): Minor fix.
6652 (Type Predicates): Delete index "predicates".
6653 (Hash Table Type): Clarify xref.
6654 (Dotted Pair Notation): Minor fix.
6655
66562005-09-10 Chong Yidong <cyd@stupidchicken.com>
6657
6658 * files.texi (Saving Buffers): Fix typo.
6659
66602005-09-08 Richard M. Stallman <rms@gnu.org>
6661
6662 * tips.texi (Programming Tips): Correct the "default" prompt spec.
6663
66642005-09-08 Chong Yidong <cyd@stupidchicken.com>
6665
6666 * locals.texi (Standard Buffer-Local Variables): Don't include
6667 mode variables for minor modes.
6668 Fix xrefs for buffer-display-count, buffer-display-table,
6669 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
6670 enable-multibyte-characters, fill-column, header-line-format,
6671 left-fringe-width, left-margin, and right-fringe-width.
6672
6673 * hooks.texi (Standard Hooks): All hooks should conform to the
6674 standard naming convention now.
6675 Fix xref for `echo-area-clear-hook'.
6676
6677 * display.texi (Usual Display): Note that indicate-empty-lines and
6678 tab-width are buffer-local.
6679
6680 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
6681
6682 * modes.texi (Mode Help): Note that major-mode is buffer-local.
6683
6684 * nonascii.texi (Encoding and I/O): Note that
6685 buffer-file-coding-system is buffer-local.
6686
6687 * positions.texi (List Motion): Note that defun-prompt-regexp is
6688 buffer-local.
6689
6690 * text.texi (Auto Filling): Note that auto-fill-function is
6691 buffer-local.
6692 (Undo): Note that buffer-undo-list is buffer-local.
6693
5dcb4c4e
SM
6694 * windows.texi (Buffers and Windows):
6695 Document buffer-display-count.
b8d4c8d0
GM
6696
66972005-09-06 Richard M. Stallman <rms@gnu.org>
6698
6699 * tips.texi (Coding Conventions): Sometimes it is ok to put the
6700 package prefix elsewhere than at the start of the name.
6701
67022005-09-03 Richard M. Stallman <rms@gnu.org>
6703
6704 * tips.texi (Programming Tips): Add conventions for minibuffer
6705 questions and prompts.
6706
67072005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
6708
6709 * intro.texi (nil and t): Minor cleanup.
6710 Delete spurious mention of keyword symbols.
6711 (Evaluation Notation): Add index entry.
6712 (A Sample Function Description): Minor cleanup.
6713 (A Sample Variable Description): Not all vars can be set.
6714
67152005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
6716
6717 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
6718
6719 (Insertion): Document precise type of `insert-char' arg COUNT.
6720
67212005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6722
6723 * modes.texi (Other Font Lock Variables): Sync the default of
6724 font-lock-lines-before.
6725
67262005-08-31 Michael Albinus <michael.albinus@gmx.de>
6727
6728 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
6729
67302005-08-29 Richard M. Stallman <rms@gnu.org>
6731
6732 * elisp.texi (Top): Update subnode menu.
6733
6734 * searching.texi (Searching and Matching): Move node.
6735 Rearrange contents and add overall explanation.
6736 (Searching and Case): Move node.
6737 (Searching and Matching): Update menu.
6738
67392005-08-27 Eli Zaretskii <eliz@gnu.org>
6740
6741 * os.texi (Startup Summary): Fix the description of the initial
6742 startup message display.
6743
67442005-08-25 Richard M. Stallman <rms@gnu.org>
6745
6746 * searching.texi (Search and Replace): Add replace-regexp-in-string.
6747
67482005-08-25 Emilio C. Lopes <eclig@gmx.net>
6749
6750 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
6751 `next-overlay-change' example.
6752
67532005-08-22 Juri Linkov <juri@jurta.org>
6754
6755 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
6756 Fix invert-face. Fix args of face-background.
6757
6758 * display.texi (Standard Faces): Delete node.
6759 (Faces): Add xref to `(emacs)Standard Faces'.
6760 (Displaying Faces): Fix xref to `Standard Faces'.
6761
6762 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
6763
67642005-08-20 Alan Mackenzie <acm@muc.de>
6765
6766 * buffers.texi (The Buffer List): Clarify the manipulation of the
6767 buffer list.
6768
67692005-08-14 Richard M. Stallman <rms@gnu.org>
6770
6771 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
6772 a regexp.
6773
67742005-08-11 Richard M. Stallman <rms@gnu.org>
6775
6776 * elisp.texi (Top): Update subnode lists.
6777
6778 * display.texi (Inverse Video): Node deleted.
6779
6780 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
6781 New nodes split out of Coding Conventions.
6782
6783 * searching.texi (Regular Expressions): Document re-builder.
6784
6785 * os.texi (Time Parsing): New node split out of Time Conversion.
6786
6787 * processes.texi (Misc Network, Network Feature Testing)
6788 (Network Options, Make Network): New nodes split out of
6789 Low-Level Network.
6790
67912005-08-09 Richard M. Stallman <rms@gnu.org>
6792
6793 * frames.texi (Geometry): New node, split from Size and Position.
6794 (Frame Parameters): Refer to Geometry.
6795
6796 * buffers.texi (The Buffer List): Fix xrefs.
6797
6798 * windows.texi (Splitting Windows): Fix xref.
6799
6800 * frames.texi (Layout Parameters): Add xref.
6801
6802 * display.texi (Line Height, Scroll Bars): Fix xrefs.
6803
6804 * keymaps.texi (Menu Bar): Fix xref.
6805
6806 * locals.texi (Standard Buffer-Local Variables): Fix xref.
6807
6808 * modes.texi (%-Constructs): Fix xref.
6809
6810 * frames.texi (Window Frame Parameters): Node split up.
6811 (Basic Parameters, Position Parameters, Size Parameters)
6812 (Layout Parameters, Buffer Parameters, Management Parameters)
6813 (Cursor Parameters, Color Parameters): New subnodes.
6814
68152005-08-09 Luc Teirlinck <teirllm@auburn.edu>
6816
6817 * positions.texi (Screen Lines): Update xref for previous change
6818 in minibuf.texi.
6819
6820 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
6821 change in minibuf.texi.
6822
68232005-08-09 Richard M. Stallman <rms@gnu.org>
6824
6825 * tips.texi (Coding Conventions): Minor cleanup.
6826
6827 * modes.texi (Defining Minor Modes): Explain when init-value
6828 can be non-nil.
6829
6830 * elisp.texi (Top): Update submenu for Minibuffer.
6831
6832 * minibuf.texi (Minibuffer Misc): Node split up.
6833 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6834 (Recursive Mini): New nodes split out from Minibuffer Misc.
6835 (Minibuffer Misc): Document max-mini-window-height.
6836
6837 * hash.texi (Defining Hash): Delete stray paren in example.
6838
6839 * display.texi (Echo Area Customization): Don't define
6840 max-mini-window-height here; xref instead.
6841
6842 * commands.texi (Event Input Misc): Update while-no-input.
6843
6844 * advice.texi (Advising Functions): Explain when to use advice
6845 and when to use a hook.
6846
68472005-07-30 Eli Zaretskii <eliz@gnu.org>
6848
6849 * makefile.w32-in (info): Don't run install-info.
6850 ($(infodir)/dir): New target, produced by running install-info.
6851
68522005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6853
6854 * modes.texi (Defining Minor Modes): The keyword for the initial
6855 value is :init-value, not :initial-value.
6856
68572005-07-23 Eli Zaretskii <eliz@gnu.org>
6858
6859 * loading.texi (Autoload): Make the `doctor' example be consistent
6860 with what's in current loaddefs.el. Describe the "fn" magic in
6861 the usage portion of the doc string.
6862
68632005-07-22 Richard M. Stallman <rms@gnu.org>
6864
6865 * internals.texi (Garbage Collection): Clarify previous change.
6866
68672005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6868
6869 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6870
68712005-07-18 Juri Linkov <juri@jurta.org>
6872
6873 * commands.texi (Accessing Events):
6874 * frames.texi (Text Terminal Colors, Resources):
6875 * markers.texi (The Mark):
6876 * modes.texi (Defining Minor Modes):
6877 Delete duplicate duplicate words.
6878
68792005-07-16 Richard M. Stallman <rms@gnu.org>
6880
6881 * display.texi (Managing Overlays): Clarify make-overlay
6882 args for insertion types.
6883
68842005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6885
6886 * customize.texi (Variable Definitions):
6887 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6888 `standard-value' is a list too.
6889 (Defining New Types): Use @key{RET} instead of @key{ret}.
6890
68912005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6892
6893 * os.texi (Translating Input): Fix typo.
6894
68952005-07-08 Richard M. Stallman <rms@gnu.org>
6896
6897 * README: Update edition number and size estimate.
6898
6899 * elisp.texi (VERSION): Set to 2.9.
6900
69012005-07-07 Richard M. Stallman <rms@gnu.org>
6902
6903 * book-spine.texinfo: Update Emacs version.
6904
6905 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6906
69072005-07-06 Richard M. Stallman <rms@gnu.org>
6908
6909 * searching.texi (Regexp Search): Clarify what re-search-forward
6910 does when the search fails.
6911
69122005-07-05 Lute Kamstra <lute@gnu.org>
6913
6914 * Update FSF's address in GPL notices.
6915
6916 * doclicense.texi (GNU Free Documentation License):
6917 * gpl.texi (GPL):
6918 * tips.texi (Coding Conventions, Library Headers):
6919 * vol1.texi:
6920 * vol2.texi: Update FSF's address.
6921
69222005-07-04 Richard M. Stallman <rms@gnu.org>
6923
6924 * hooks.texi (Standard Hooks): Add occur-hook.
6925
69262005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6927
6928 * display.texi (The Echo Area): Correct menu.
6929
69302005-07-03 Richard M. Stallman <rms@gnu.org>
6931
6932 * elisp.texi (Top): Update subnode menu for Display.
6933
6934 * display.texi (Displaying Messages): New node, with most
6935 of what was in The Echo Area.
5dcb4c4e 6936 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6937 (Logging Messages): New node with new text.
6938 (Echo Area Customization): New node, the rest of what was
6939 in The Echo Area. Document message-truncate-lines with @defvar.
6940 (Display): Update menu.
6941
6942 * windows.texi (Textual Scrolling): Doc 3 values for
6943 scroll-preserve-screen-position.
6944
6945 * text.texi (Special Properties): Change hook functions
6946 should bind inhibit-modification-hooks around altering buffer text.
6947
6948 * keymaps.texi (Key Binding Commands): Call binding BINDING
6949 rather than DEFINITION.
6950
69512005-06-29 Juanma Barranquero <lekktu@gmail.com>
6952
6953 * variables.texi (Defining Variables): `user-variable-p' returns t
6954 for aliases of user options, nil for alias loops.
6955
69562005-06-28 Richard M. Stallman <rms@gnu.org>
6957
6958 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6959 make-keymap.
6960
69612005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6962
6963 * variables.texi (Setting Variables): Correct and clarify
6964 description of `add-to-ordered-list'.
6965
69662005-06-26 Richard M. Stallman <rms@gnu.org>
6967
6968 * display.texi (Faces): Minor cleanup.
6969
69702005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6971
6972 * display.texi (Faces): `facep' returns t for strings that are
6973 face names.
6974
69752005-06-25 Richard M. Stallman <rms@gnu.org>
6976
6977 * objects.texi (Equality Predicates): Clarify meaning of equal.
6978
6979 * windows.texi (Selecting Windows): save-selected-window
6980 and with-selected-window save and restore the current buffer.
6981
69822005-06-24 Richard M. Stallman <rms@gnu.org>
6983
6984 * numbers.texi (Float Basics): Explain how to test for NaN,
6985 and printing the sign of NaNs.
6986
69872005-06-24 Eli Zaretskii <eliz@gnu.org>
6988
6989 * makefile.w32-in (MAKEINFO): Use --force.
6990
69912005-06-23 Richard M. Stallman <rms@gnu.org>
6992
6993 * display.texi (Face Functions): Correct Texinfo usage.
6994
69952005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6996
6997 * lists.texi (Rings): `ring-elements' now returns the elements of
6998 RING in order.
6999
70002005-06-23 Juanma Barranquero <lekktu@gmail.com>
7001
7002 * markers.texi (The Mark): Texinfo usage fix.
7003
70042005-06-23 Kim F. Storm <storm@cua.dk>
7005
7006 * searching.texi (Entire Match Data): Remove evaporate option for
7007 match-data. Do not mention evaporate option for set-match-data.
7008
70092005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7010
7011 * display.texi (Face Functions): Mention face aliases.
7012
70132005-06-21 Richard M. Stallman <rms@gnu.org>
7014
7015 * anti.texi (Antinews): Texinfo usage fix.
7016
70172005-06-21 Karl Berry <karl@gnu.org>
7018
7019 * elisp.texi: Use @copying.
7020
7021 * elisp.texi: Put @summarycontents and @contents before the Top
7022 node, instead of the end of the file, so that the contents appear
7023 in the right place in the dvi/pdf output.
7024
70252005-06-21 Juri Linkov <juri@jurta.org>
7026
7027 * display.texi (Defining Faces): Add `customized-face'.
7028
70292005-06-20 Kim F. Storm <storm@cua.dk>
7030
7031 * variables.texi (Setting Variables): Any type of element can be
7032 given order in add-to-ordered-list. Compare elements with eq.
7033
7034 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
7035
70362005-06-20 Karl Berry <karl@gnu.org>
7037
7038 * syntax.texi (Syntax Flags): Make last column very slightly wider
7039 to avoid "generic comment" breaking on two lines and causing an
7040 underfull box.
7041
70422005-06-19 Luc Teirlinck <teirllm@auburn.edu>
7043
7044 * lists.texi (Rings): Various minor clarifications and corrections.
7045
70462005-06-18 Richard M. Stallman <rms@gnu.org>
7047
7048 * functions.texi (Obsolete Functions): Simplify.
7049
7050 * variables.texi (Variable Aliases): Simplify.
7051
7052 * anti.texi, backups.texi, compile.texi, customization.texi:
7053 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
7054 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
7055 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
7056 * variables.texi: Fix formatting ugliness.
7057
7058 * elisp.texi: Add links to Rings and Byte Packing.
7059 Update version and copyright years.
7060
7061 * minibuf.texi: Fix formatting ugliness.
7062 (Completion Commands): Move keymap vars to the end
7063 and vars completing-read binds to the top.
7064
70652005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7066
7067 * processes.texi: Fix typos.
7068 (Bindat Spec): Correct Texinfo error.
7069 (Byte Packing): Fix ungrammatical sentence.
7070
70712005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
7072
7073 * lists.texi (Rings): New node.
7074 (Lists): Add it to menu.
7075
7076 * processes.texi (Byte Packing): New node.
7077 (Processes): Add it to menu.
7078
70792005-06-17 Richard M. Stallman <rms@gnu.org>
7080
7081 * syntax.texi (Parsing Expressions): Fix texinfo usage.
7082
7083 * help.texi (Documentation Basics): Explain the xref to
7084 Documentation Tips.
7085
7086 * debugging.texi (Debugger Commands): Minor fix.
7087
70882005-06-16 Luc Teirlinck <teirllm@auburn.edu>
7089
7090 * edebug.texi (Instrumenting): Eliminate duplicate link.
7091 (Specification List): Replace references to "below", referring to
7092 a later node, with one @ref to that node.
7093
7094 * os.texi (Timers): Timers should save and restore the match data
7095 if they change it.
7096
7097 * debugging.texi (Debugger Commands): Mention that the Lisp
7098 debugger can not step through primitive functions.
7099
71002005-06-16 Juanma Barranquero <lekktu@gmail.com>
7101
7102 * functions.texi (Obsolete Functions): Update argument names of
7103 `make-obsolete' and `define-obsolete-function-alias'.
7104
7105 * variables.texi (Variable Aliases): Update argument names of
7106 `defvaralias', `make-obsolete-variable' and
7107 `define-obsolete-variable-alias'.
7108
71092005-06-15 Kim F. Storm <storm@cua.dk>
7110
7111 * searching.texi (Entire Match Data): Rephrase warnings about
7112 evaporate arg to match-data and set-match-data.
7113
71142005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7115
7116 * elisp.texi (Top): Update detailed menu.
7117
7118 * edebug.texi (Edebug): Update menu.
7119 (Instrumenting): Update xrefs.
7120 (Edebug Execution Modes): Correct xref.
7121 (Jumping): Clarify description of `h' command.
7122 Eliminate redundant @ref.
7123 (Breaks): New node.
7124 (Breakpoints): Is now a subsubsection.
7125 (Global Break Condition): Mention `C-x X X'.
7126 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
7127 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
7128 (Edebug Display Update): Correct pxref.
7129 (Edebug and Macros): New node.
7130 (Instrumenting Macro Calls): Is now a subsubsection.
7131 Neither arg of `def-edebug-spec' is evaluated.
7132 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
7133 (Specification Examples): Fix typo.
7134
71352005-06-14 Lute Kamstra <lute@gnu.org>
7136
7137 * debugging.texi (Function Debugging): Primitives can break on
7138 entry too.
7139
71402005-06-14 Kim F. Storm <storm@cua.dk>
7141
7142 * variables.texi (Setting Variables): Add add-to-ordered-list.
7143
71442005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7145
7146 * syntax.texi (Parsing Expressions): Document aux functions and vars of
7147 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
7148
71492005-06-13 Lute Kamstra <lute@gnu.org>
7150
7151 * text.texi (Special Properties): Fix cross reference.
7152
71532005-06-11 Luc Teirlinck <teirllm@auburn.edu>
7154
7155 * debugging.texi (Function Debugging): Delete mention of empty
7156 string argument to `cancel-debug-on-entry'. Delete inaccurate
7157 description of the return value of that command.
7158
71592005-06-11 Alan Mackenzie <acm@muc.de>
7160
7161 * text.texi (Adaptive Fill): Amplify the description of
7162 fill-context-prefix.
7163
71642005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7165
7166 * syntax.texi (Parsing Expressions): Fix Texinfo error.
7167
71682005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7169
7170 * syntax.texi (Parsing Expressions): Document syntax-ppss.
7171
71722005-06-10 Luc Teirlinck <teirllm@auburn.edu>
7173
7174 * debugging.texi (Error Debugging): Minor rewording.
7175 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
7176 is optional.
7177
71782005-06-10 Lute Kamstra <lute@gnu.org>
7179
7180 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
7181 (Top): Give it a title. Correct version number. Give the
7182 detailed node listing a more prominent header.
7183 * intro.texi: Don't set VERSION here a second time.
7184 Mention Emacs's version too.
7185 * anti.texi (Antinews): Use EMACSVER to refer to the current
7186 version of Emacs.
7187
71882005-06-09 Kim F. Storm <storm@cua.dk>
7189
7190 * searching.texi (Entire Match Data): Explain new `reseat' argument to
7191 match-data and set-match-data.
7192
71932005-06-08 Richard M. Stallman <rms@gnu.org>
7194
7195 * searching.texi (Entire Match Data): Clarify when match-data
7196 returns markers and when integers.
7197
7198 * display.texi (Defining Faces): Explain that face name should not
7199 end in `-face'.
7200
7201 * modes.texi (Mode Line Data): Minor cleanup.
7202 (Customizing Keywords): Node split out of Search-based Fontification.
7203 Add example of using font-lock-add-keywords from a hook.
7204 Clarify when MODE should be non-nil, and when nil.
7205
72062005-06-06 Richard M. Stallman <rms@gnu.org>
7207
7208 * modes.texi (Mode Line Data): Explain what happens when the car
7209 of a list is a void symbol.
7210 (Search-based Fontification): Explain MODE arg to
7211 font-lock-add-keywords and warn about calls from major modes.
7212
72132005-06-08 Juri Linkov <juri@jurta.org>
7214
7215 * display.texi (Standard Faces): Add `shadow' face.
7216
72172005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7218
7219 * modes.texi (Major Mode Conventions): A derived mode only needs
7220 to put the call to the parent mode inside `delay-mode-hooks'.
7221
72222005-05-29 Richard M. Stallman <rms@gnu.org>
7223
7224 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
7225 new, and what that implies. Clarify.
7226
7227 * files.texi (Locating Files): Clean up the text.
7228
7229 * frames.texi (Window Frame Parameters): Document user-size.
7230 Shorten entry for top by referring to left.
7231
72322005-05-26 Richard M. Stallman <rms@gnu.org>
7233
7234 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
7235 is new, and what the implications are. Other clarifications.
7236
72372005-05-24 Richard M. Stallman <rms@gnu.org>
7238
7239 * frames.texi (Dialog Boxes): Minor fixes.
7240
72412005-05-25 Masatake YAMATO <jet@gyve.org>
7242
7243 * display.texi (Standard Faces): Write about `mode-line-highlight'.
7244
72452005-05-24 Luc Teirlinck <teirllm@auburn.edu>
7246
7247 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
7248 is optional.
7249
72502005-05-24 Nick Roberts <nickrob@snap.net.nz>
7251
10d1d0af 7252 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
7253
72542005-05-23 Lute Kamstra <lute@gnu.org>
7255
7256 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
7257 syntax-begin-function over font-lock-beginning-of-syntax-function.
7258
72592005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7260
7261 * minibuf.texi (Reading File Names): Update description of
7262 `read-directory-name'.
7263
7264 * modes.texi (Derived Modes): Clarify :group keyword.
7265
72662005-05-21 Eli Zaretskii <eliz@gnu.org>
7267
7268 * files.texi (Locating Files): New subsection.
7269 Describe locate-file and executable-find.
7270
72712005-05-21 Kevin Ryde <user42@zip.com.au>
7272
7273 * frames.texi (Initial Parameters): Update cross reference to
7274 "Emacs Invocation".
7275
72762005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7277
7278 * keymaps.texi (Active Keymaps): Add anchor.
7279
7280 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
7281 (Major Mode Conventions): Refer to `Auto Major Mode' in more
7282 appropriate place.
7283 (Derived Modes): Small clarifications.
7284 (Minor Mode Conventions, Keymaps and Minor Modes):
7285 Replace references to nodes with references to anchors.
7286 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
7287 Clarify description of lists whose first element is an integer.
7288 (Mode Line Variables): Add anchor.
7289 (%-Constructs): Clarify description of integer after %.
7290 (Emulating Mode Line): Describe nil value for FACE.
7291
72922005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7293
7294 * modes.texi (Derived Modes): Correct references to non-existing
7295 variable standard-syntax-table.
7296
72972005-05-17 Lute Kamstra <lute@gnu.org>
7298
7299 * modes.texi (Defining Minor Modes): Mention the mode hook.
7300
73012005-05-15 Kim F. Storm <storm@cua.dk>
7302
7303 * processes.texi (Network): Remove open-network-stream-nowait.
7304 (Network Servers): Remove open-network-stream-server.
7305
73062005-05-15 Luc Teirlinck <teirllm@auburn.edu>
7307
7308 * elisp.texi (Top): Update detailed menu.
7309
7310 * variables.texi: Reorder nodes.
7311 (Variables): Update menu.
7312 (File Local Variables): Do not refer to the `-*-' line as
7313 a "local variables list". Add pxref.
7314
73152005-05-14 Luc Teirlinck <teirllm@auburn.edu>
7316
7317 * elisp.texi (Top): Update detailed menu for node changes.
7318
7319 * modes.texi (Modes): Update Menu.
7320 (Hooks): Move to beginning of chapter.
7321 Most minor modes run mode hooks too.
7322 `add-hook' can handle void hooks or hooks whose value is a single
7323 function.
7324 (Major Modes): Update Menu.
7325 (Major Mode Basics): New node, split off from `Major Modes'.
7326 (Major Mode Conventions): Correct xref. Explain how to handle
7327 auto-mode-alist if the major mode command has an autoload cookie.
7328 (Auto Major Mode): Major update. Add magic-mode-alist.
7329 (Derived Modes): Major update.
7330 (Mode Line Format): Update Menu.
7331 (Mode Line Basics): New node, split off from `Mode Line Format'.
7332
7333 * loading.texi (Autoload): Mention `autoload cookie' as synonym
7334 for `magic autoload comment'. Add index entries and anchor.
7335
73362005-05-14 Richard M. Stallman <rms@gnu.org>
7337
7338 * tips.texi (Coding Conventions): Explain how important it is
7339 that just loading certain files not change Emacs behavior.
7340
7341 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
7342
73432005-05-12 Lute Kamstra <lute@gnu.org>
7344
7345 * modes.texi (Generic Modes): Update.
7346 (Major Modes): Refer to node "Generic Modes".
7347
7348 * elisp.texi (Top): Update to the current structure of the manual.
7349 * processes.texi (Processes): Add menu description.
7350 * customize.texi (Customization): Add menu descriptions.
7351
73522005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
7353
7354 * processes.texi (Signals to Processes)
7355 (Low-Level Network): Fix typos.
7356
73572005-05-11 Lute Kamstra <lute@gnu.org>
7358
7359 * elisp.texi (Top): Add some nodes from the chapter "Major and
7360 Minor Modes" to the detailed node listing.
7361
73622005-05-10 Richard M. Stallman <rms@gnu.org>
7363
7364 * keymaps.texi (Extended Menu Items): Menu item filter functions
7365 can be called at any time.
7366
73672005-05-08 Luc Teirlinck <teirllm@auburn.edu>
7368
7369 * variables.texi (File Local Variables): `(hack-local-variables t)'
7370 now also checks whether a mode is specified in the local variables
7371 list.
7372
73732005-05-05 Kevin Ryde <user42@zip.com.au>
7374
7375 * display.texi (The Echo Area): Correct format function cross
7376 reference.
7377
73782005-05-05 Luc Teirlinck <teirllm@auburn.edu>
7379
7380 * variables.texi (Variable Aliases): Change description of
7381 `define-obsolete-variable-alias'.
7382
7383 * functions.texi (Functions): Add "Obsolete Functions" to menu.
7384 (Defining Functions): Add xref.
7385 (Obsolete Functions): New node.
7386 (Function Safety): Standardize capitalization of section title.
7387
7388 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
7389 (Dialog Boxes): Complete description of `x-popup-dialog'.
7390
73912005-05-04 Richard M. Stallman <rms@gnu.org>
7392
7393 * commands.texi (Interactive Codes): Fix Texinfo usage.
7394 Document U more clearly.
7395
73962005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7397
7398 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
7399 function and not a macro.
7400
7401 * frames.texi (Pop-Up Menus): Correct and clarify description of
7402 `x-popup-menu'.
7403 (Dialog Boxes): Clarify description of `x-popup-dialog'.
7404
74052005-05-01 Richard M. Stallman <rms@gnu.org>
7406
7407 * edebug.texi (Checking Whether to Stop): Fix previous change.
7408
74092005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7410
7411 * display.texi: Fix typos and Texinfo usage.
7412
7413 * edebug.texi (Checking Whether to Stop): executing-macro ->
7414 executing-kbd-macro.
7415
74162005-05-01 Richard M. Stallman <rms@gnu.org>
7417
7418 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
7419
74202005-04-30 Richard M. Stallman <rms@gnu.org>
7421
7422 * files.texi (Magic File Names): Document `operations' property.
7423
74242005-04-29 Lute Kamstra <lute@gnu.org>
7425
7426 * modes.texi (Generic Modes): New node.
7427 (Major Modes): Add it to the menu.
7428 (Derived Modes): Add "derived mode" to concept index.
7429
74302005-04-28 Lute Kamstra <lute@gnu.org>
7431
7432 * modes.texi (Defining Minor Modes): Fix previous change.
7433 (Font Lock Mode): Simplify.
7434 (Font Lock Basics): Say that font-lock-defaults is buffer-local
7435 when set and that some parts are optional. Add cross references.
7436 (Search-based Fontification): Say how to specify font-lock-keywords.
7437 Add cross references. Add font-lock-multiline to index.
7438 Move font-lock-keywords-case-fold-search here from node "Other Font
7439 Lock Variables". Document font-lock-add-keywords and
7440 font-lock-remove-keywords.
7441 (Other Font Lock Variables): Move font-lock-keywords-only,
7442 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7443 and font-lock-syntactic-face-function to node "Syntactic Font
7444 Lock". Move font-lock-keywords-case-fold-search to node
7445 "Search-based Fontification". Document font-lock-inhibit-thing-lock
7446 and font-lock-{,un}fontify-{buffer,region}-function.
7447 (Precalculated Fontification): Remove reference to deleted variable
7448 font-lock-core-only.
7449 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
7450 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
7451 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
7452 and font-lock-syntactic-face-function here from node "Other Font
7453 Lock Variables". Move font-lock-syntactic-keywords to "Setting
7454 Syntax Properties". Add cross references.
7455 (Setting Syntax Properties): New node.
7456 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
7457 * syntax.texi (Syntax Properties): Add cross reference.
7458 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
7459
74602005-04-26 Richard M. Stallman <rms@gnu.org>
7461
7462 * display.texi (Defining Faces):
7463 Document `default' elements of defface spec.
7464
7465 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
7466
7467 * variables.texi (Variable Aliases): Clarify text.
7468
74692005-04-25 Chong Yidong <cyd@stupidchicken.com>
7470
7471 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
7472
74732005-04-25 Luc Teirlinck <teirllm@auburn.edu>
7474
7475 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
7476
74772005-04-24 Eli Zaretskii <eliz@gnu.org>
7478
7479 * syntax.texi (Syntax Table Internals): Elaborate documentation of
7480 syntax-after and syntax-class.
7481
7482 * files.texi (Changing Files): Fix last change's cross-reference.
7483 (Unique File Names): Don't mention "numbers" in the documentation
7484 of make-temp-file and make-temp-name.
7485
74862005-04-23 Richard M. Stallman <rms@gnu.org>
7487
7488 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
7489
74902005-04-22 Nick Roberts <nickrob@snap.net.nz>
7491
7492 * windows.texi (Cyclic Window Ordering): Clarify window-list.
7493
74942005-04-22 Nick Roberts <nickrob@snap.net.nz>
7495
7496 * variables.texi (Variable Aliases): Describe make-obsolete-variable
7497 and define-obsolete-variable-alias.
7498
74992005-04-22 Kim F. Storm <storm@cua.dk>
7500
7501 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
7502 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
7503
75042005-04-21 Lute Kamstra <lute@gnu.org>
7505
7506 * lists.texi (Association Lists): Document rassq-delete-all.
7507
75082005-04-19 Richard M. Stallman <rms@gnu.org>
7509
7510 * modes.texi (Search-based Fontification): Explain that
7511 facespec is an expression to be evaluated.
7512
75132005-04-19 Kevin Ryde <user42@zip.com.au>
7514
7515 * streams.texi (Output Functions): Fix xref.
7516 * strings.texi (String Conversion): Fix xref.
7517
75182005-04-19 Kim F. Storm <storm@cua.dk>
7519
7520 * symbols.texi (Symbol Plists): Add safe-get.
7521 Mention that `get' may signal an error.
7522
75232005-04-18 Nick Roberts <nickrob@snap.net.nz>
7524
7525 * customize.texi (Variable Definitions): Replace tooltip-mode
7526 example with save-place.
7527
75282005-04-17 Richard M. Stallman <rms@gnu.org>
7529
7530 * buffers.texi (Indirect Buffers): Clarify.
7531
7532 * positions.texi (Positions): Clarify converting marker to integer.
7533
7534 * strings.texi (String Basics): Mention string-match; clarify.
7535
75362005-04-08 Lute Kamstra <lute@gnu.org>
7537
7538 * modes.texi (Search-based Fontification): Fix cross references.
7539 Use consistent terminology. Document anchored highlighting.
7540
75412005-04-05 Lute Kamstra <lute@gnu.org>
7542
7543 * modes.texi (Defining Minor Modes): Document :group keyword
7544 argument and its default value.
7545
75462005-04-03 Lute Kamstra <lute@gnu.org>
7547
7548 * hooks.texi (Standard Hooks): Add some hooks. Add cross
7549 references and/or descriptions. Delete major mode hooks; mention
7550 them as a category instead. Rename or delete obsolete hooks.
7551
75522005-04-02 Richard M. Stallman <rms@gnu.org>
7553
7554 * nonascii.texi (Coding System Basics): Another wording cleanup.
7555
75562005-04-01 Richard M. Stallman <rms@gnu.org>
7557
7558 * nonascii.texi (Coding System Basics): Clarify previous change.
7559
75602005-04-01 Kenichi Handa <handa@m17n.org>
7561
10d1d0af 7562 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
7563 identity of coding systems.
7564
75652005-03-29 Chong Yidong <cyd@stupidchicken.com>
7566
7567 * text.texi (Buffer Contents): Add filter-buffer-substring and
7568 buffer-substring-filters.
7569
75702005-03-26 Chong Yidong <cyd@stupidchicken.com>
7571
7572 * anti.texi (Antinews): Mention `G' interactive code.
7573
7574 * tips.texi (Compilation Tips): Mention benchmark.el.
7575
75762005-03-27 Luc Teirlinck <teirllm@auburn.edu>
7577
7578 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
7579 is now bound to M-o M-o.
7580
7581 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
7582
75832005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7584
7585 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
7586 in the Emacs Manual).
7587 * Makefile.in (srcs): Remove calendar.texi.
7588 * makefile.w32-in (srcs): Remove calendar.texi.
7589 * display.texi (Display): Change name of next node.
7590 * os.texi (System In): Change name of previous node.
7591 * elisp.texi (Top): Remove Calendar references.
7592 * vol1.texi (Top): Remove Calendar references.
7593 * vol2.texi (Top): Remove Calendar references.
7594
75952005-03-25 Richard M. Stallman <rms@gnu.org>
7596
7597 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
7598 Cleanup previous change.
7599
76002005-03-25 Chong Yidong <cyd@stupidchicken.com>
7601
7602 * display.texi (Face Attributes): Faces earlier in an :inherit
7603 list take precedence.
7604 (Scroll Bars): Fix description of vertical-scroll-bars.
7605 Document frame-current-scroll-bars and window-current-scroll-bars.
7606
7607 * markers.texi (The Mark): Document temporary Transient Mark mode.
7608
7609 * minibuf.texi (Reading File Names):
7610 Document read-file-name-completion-ignore-case.
7611
7612 * positions.texi (Screen Lines): Document nil for width argument
7613 to compute-motion.
7614
76152005-03-23 Kim F. Storm <storm@cua.dk>
7616
7617 * display.texi (Standard Faces): Other faces used in the fringe
7618 implicitly inherits from the fringe face.
7619 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
7620 properties implicitly inherits from fringe face.
7621 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
7622
76232005-03-20 Chong Yidong <cyd@stupidchicken.com>
7624
7625 * display.texi (Invisible Text): State default value of
7626 line-move-ignore-invisible.
7627 (Managing Overlays): Document remove-overlays.
7628 (Standard Faces): Document escape-glyph face.
7629
7630 * minibuf.texi (Reading File Names): Document read-file-name-function.
7631
7632 * modes.texi (Other Font Lock Variables):
7633 Document font-lock-lines-before.
7634
7635 * positions.texi (Skipping Characters): skip-chars-forward allows
7636 character classes.
7637
76382005-03-18 Lute Kamstra <lute@gnu.org>
7639
7640 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
7641
76422005-03-17 Richard M. Stallman <rms@gnu.org>
7643
7644 * text.texi (Undo): Document extensible undo entries.
7645
dd7b651b 7646 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
7647
7648 * nonascii.texi (Character Codes): Minor fix.
7649
7650 * display.texi (Display Property): Explain the significance
7651 of having text properties that are eq.
7652 (Other Display Specs): Explain string as display spec.
7653
7654 * commands.texi (Interactive Codes): Document G option.
7655
76562005-03-17 Chong Yidong <cyd@stupidchicken.com>
7657
7658 * text.texi (Filling): Add sentence-end-without-period and
7659 sentence-end-without-space.
7660 (Changing Properties): Minor fix.
7661
7662 * anti.texi: Total rewrite.
7663
76642005-03-15 Lute Kamstra <lute@gnu.org>
7665
7666 * edebug.texi (Instrumenting Macro Calls): Fix typos.
7667
76682005-03-08 Kim F. Storm <storm@cua.dk>
7669
7670 * display.texi (Specified Space): Property :width is support on
7671 non-graphic terminals, :height is not.
7672
76732005-03-07 Richard M. Stallman <rms@gnu.org>
7674
7675 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
7676 Now subnodes of Fringes.
7677 (Overlay Arrow): Document overlay-arrow-variable-list.
7678 (Fringe Size/Pos): New node, broken out of Fringes.
7679 (Display): Explain clearing vs redisplay better.
7680 (Truncation): Clarify use of bitmaps.
7681 (The Echo Area): Clarify the uses of the echo area.
7682 Add max-mini-window-height.
7683 (Progress): Clarify.
7684 (Invisible Text): Explain that main loop moves point out.
7685 (Selective Display): Say "hidden", not "invisible".
7686 (Managing Overlays): Move up. Describe relation to Undo here.
7687 (Overlay Properties): Clarify intro.
7688 (Finding Overlays): Explain return values when nothing found.
7689 (Width): truncate-string-to-width has added arg.
7690 (Displaying Faces): Clarify and update mode line face handling.
7691 (Face Functions): Minor cleanup.
7692 (Conditional Display): Merge into Other Display Specs.
7693 (Pixel Specification, Other Display Specs): Minor cleanups.
7694 (Images, Image Descriptors): Minor cleanups.
7695 (GIF Images): Patents have expired.
7696 (Showing Images): Explain default text for insert-image.
7697 (Manipulating Button Types): Merge into Manipulating Buttons.
7698 (Making Buttons): Explain return values.
7699 (Button Buffer Commands): Add xref.
7700 (Inverse Video): Update mode-line-inverse-video.
7701 (Display Table Format): Clarify.
7702 (Active Display Table): Give defaults for window-display-table.
7703
7704 * calendar.texi (Calendar Customizing): calendar-holiday-marker
7705 and calendar-today-marker are strings, not chars.
7706 (Holiday Customizing): Minor fix.
7707
7708 * internals.texi (Writing Emacs Primitives): Update `or' example.
7709 Update limit on # args of subr.
7710
7711 * edebug.texi (Using Edebug): Arrow is in fringe.
7712 (Instrumenting): Arg to eval-defun works without loading edebug.
7713 (Edebug Execution Modes): Add xref.
7714
7715 * customize.texi (Common Keywords): Clarify :require.
7716 Mention :version here.
7717 (Variable Definitions, Group Definitions): Not here.
7718 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
7719
77202005-03-07 Chong Yidong <cyd@stupidchicken.com>
7721 * nonascii.texi (Text Representations): Clarify position-bytes.
7722 (Character Sets): Add list-charset-chars.
7723 (Scanning Charsets): Add charset-after.
7724 (Encoding and I/O): Minor fix.
7725
77262005-03-06 Richard M. Stallman <rms@gnu.org>
7727
7728 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
7729 (Resizing Windows): Likewise.
7730
7731 * text.texi (Change Hooks): Get rid of "Emacs 21".
7732
7733 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
7734
7735 * streams.texi (Output Variables): Get rid of "Emacs 21".
7736
7737 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
7738
7739 * os.texi (Translating Input): Replace flow-control example
7740 with a less obsolete example that uses `keyboard-translate'.
7741
7742 * objects.texi (Hash Table Type, Circular Objects):
7743 Get rid of "Emacs 21".
7744
7745 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
7746 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
7747
7748 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
7749
7750 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
7751
7752 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
7753 (Menu Bar): Fix when menu-bar-update-hook is called.
7754
7755 * hash.texi (Hash Tables): Get rid of "Emacs 21".
7756
7757 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
7758 and make it read better.
7759
7760 * files.texi (Writing to Files): Get rid of "Emacs 21".
7761 (Unique File Names): Likewise.
7762
7763 * elisp.texi: Update Emacs version to 22.
7764
7765 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
7766 (Overlay Properties, Face Attributes): Likewise.
7767 (Managing Overlays): Fix punctuation.
7768 (Attribute Functions): Clarify set-face-font; get rid of
7769 info about old Emacs versions.
7770 (Auto Faces, Font Lookup, Display Property, Images):
7771 Get rid of "Emacs 21".
7772
7773 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
7774
77752005-03-05 Richard M. Stallman <rms@gnu.org>
7776
7777 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
7778
77792005-03-04 Lute Kamstra <lute@gnu.org>
7780
7781 * debugging.texi (Error Debugging): Document stack-trace-on-error.
7782
77832005-03-03 Lute Kamstra <lute@gnu.org>
7784
7785 * edebug.texi (Instrumenting Macro Calls): Fix typo.
7786
77872005-03-01 Lute Kamstra <lute@gnu.org>
7788
7789 * debugging.texi (Debugger Commands): Update `j'.
7790
77912005-02-28 Lute Kamstra <lute@gnu.org>
7792
7793 * debugging.texi (Debugging): Fix typo.
7794 (Error Debugging): Document eval-expression-debug-on-error.
7795 (Function Debugging): Update example.
7796 (Using Debugger): Mention starred stack frames.
7797 (Debugger Commands): Document `j' and `l'.
7798 (Invoking the Debugger): `d' and `j' exit recursive edit too.
7799 Update the messages that the debugger displays.
7800 (Internals of Debugger): Add cross reference. Update example.
7801 (Excess Open): Minor improvement.
7802 (Excess Close): Minor improvement.
7803
78042005-02-26 Richard M. Stallman <rms@gnu.org>
7805
7806 * tips.texi (Coding Conventions): Clarify.
7807 Put all the major mode key reservations together.
7808 Mention the Mouse-1 => Mouse-2 conventions.
7809
7810 * syntax.texi (Syntax Class Table): Clarify.
7811 (Syntax Table Functions): syntax-after moved from here.
7812 (Syntax Table Internals): syntax-after moved to here.
7813 (Parsing Expressions): Update info on number of values
7814 and what's meaningful in the STATE argument.
7815 (Categories): Fix typo.
7816
7817 * sequences.texi (Arrays): Cleanup.
7818 (Char-Tables): Clarify.
7819
7820 * processes.texi (Deleting Processes): Cleanups, add xref.
7821 (Subprocess Creation): Explain nil in exec-path. Cleanup.
7822 (Process Information): set-process-coding-system, some args optional.
7823 (Input to Processes): Explain various types for PROCESS args.
7824 Rename them from PROCESS-NAME to PROCESS.
7825 (Signals to Processes): Likewise.
7826 (Decoding Output): Cleanup.
7827 (Query Before Exit): Clarify.
7828
7829 * os.texi (Startup Summary): Correct the options; add missing ones.
7830 (Terminal Output, Batch Mode): Clarify.
7831 (Flow Control): Node deleted.
7832
7833 * markers.texi (The Mark): Clarify.
7834
7835 * macros.texi (Expansion): Cleanup.
7836 (Indenting Macros): indent-spec allows ints, not floats.
7837
7838 * keymaps.texi (Keymaps): Clarify.
7839 (Format of Keymaps): Update lisp-mode-map example.
7840 (Active Keymaps, Key Lookup): Clarify.
7841 (Changing Key Bindings): Add xref to `kbd'.
7842 (Key Binding Commands, Simple Menu Items): Clarify.
7843 (Mouse Menus, Menu Bar): Clarify.
7844 (Menu Example): Replace print example with menu-bar-replace-menu.
7845
7846 * help.texi (Documentation Basics): Add function-documentation prop.
7847
7848 * elisp.texi (Top): Don't refer to Flow Control node.
7849
7850 * commands.texi (Command Overview): Improve xrefs.
7851 (Adjusting Point): Adjusting point applies to intangible and invis.
7852 (Key Sequence Input): Doc extra read-key-sequence args.
7853 Likewise for read-key-sequence-vector.
7854
7855 * backups.texi (Rename or Copy): Minor fix.
7856 (Numbered Backups): For version-control, say the default.
7857 (Auto-Saving): make-auto-save-file-name example is simplified.
7858
7859 * advice.texi (Advising Functions): Don't imply one part of Emacs
7860 should advise another part. Markup changes.
7861 (Defining Advice): Move transitional para.
7862 (Activation of Advice): Cleanup.
7863 Explain if COMPILE is nil or negative.
7864
7865 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7866
78672005-02-24 Lute Kamstra <lute@gnu.org>
7868
7869 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7870 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7871
78722005-02-23 Lute Kamstra <lute@gnu.org>
7873
7874 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7875 to define global minor modes as well.
7876
7877 * display.texi (Managing Overlays): overlay-buffer returns nil for
7878 deleted overlays.
7879
78802005-02-22 Kim F. Storm <storm@cua.dk>
7881
7882 * minibuf.texi (Basic Completion): Allow symbols in addition to
7883 strings in try-completion and all-completions.
7884
78852005-02-14 Lute Kamstra <lute@gnu.org>
7886
7887 * elisp.texi (Top): Remove reference to deleted node.
7888
7889 * lists.texi (Lists): Remove reference to deleted node.
7890 (Cons Cells): Fix typo.
7891
7892 * loading.texi (Where Defined): Fix typo.
7893
78942005-02-14 Richard M. Stallman <rms@gnu.org>
7895
7896 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7897 is useful for discarding some minor modes.
7898
7899 * symbols.texi (Symbol Components): Reorder examples.
7900
7901 * streams.texi (Input Functions): State standard-input default.
7902 (Output Variables): State standard-output default.
7903
7904 * objects.texi (Printed Representation): Clarify read syntax vs print.
7905 (Floating Point Type): Explain meaning better.
7906 (Symbol Type): Explain uniqueness better.
7907 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7908 List examples sooner.
7909 (Box Diagrams): New subnode broken out.
7910 Some examples moved from old Lists as Boxes node.
7911 (Dotted Pair Notation): Clarify intro.
7912 (Array Type): Clarify.
7913 (Type Predicates): Add hash-table-p.
7914
7915 * numbers.texi (Integer Basics): Clarify radix explanation.
7916 (Predicates on Numbers): Minor clarification.
7917 (Comparison of Numbers): Minor clarification. Clarify eql.
7918 Typos in min, max.
7919 (Math Functions): Clarify overflow in expt.
7920
7921 * minibuf.texi (Text from Minibuffer): Minor clarification.
7922 Mention arrow keys.
7923
7924 * loading.texi (Autoload): defun's doc string overrides autoload's
7925 doc string.
7926 (Repeated Loading): Modernize "add to list" examples.
7927 (Where Defined): Finish updating table of load-history elts.
7928
7929 * lists.texi (List-related Predicates): Minor wording improvement.
7930 (Lists as Boxes): Node deleted.
7931 (Building Lists): Explain trivial cases of number-sequence.
7932
7933 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7934 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7935 (Hash Access): Any object can be a key.
7936 State value of maphash.
7937
7938 * functions.texi (What Is a Function): Wording cleanup.
7939 (Function Documentation): Minor cleanup.
7940 Explain purpose of calling convention at end of doc string.
7941 (Function Names): Wording cleanup.
7942 (Calling Functions): Wording cleanup.
7943 Explain better how funcall calls the function.
7944 (Function Cells): Delete example of saving and redefining function.
7945
7946 * control.texi (Combining Conditions): Wording cleanup.
7947 (Iteration): dolist and dotimes bind VAR locally.
7948 (Cleanups): Xref to Atomic Changes.
7949
7950 * compile.texi (Byte Compilation): Delete 19.29 info.
7951 (Compilation Functions): Macros' difficulties don't affect defsubst.
7952 (Docs and Compilation): Delete 19.29 info.
7953
79542005-02-10 Richard M. Stallman <rms@gnu.org>
7955
7956 * objects.texi (Symbol Type): Minor correction.
7957
79582005-02-06 Lute Kamstra <lute@gnu.org>
7959
7960 * modes.texi (Example Major Modes): Fix typos.
7961
79622005-02-06 Richard M. Stallman <rms@gnu.org>
7963
7964 * text.texi (Margins): fill-nobreak-predicate can be one function.
7965
7966 * strings.texi (Modifying Strings): clear-string can make unibyte.
7967 (Formatting Strings): format gives error if values missing.
7968
7969 * positions.texi (Character Motion): Mention default arg
7970 for forward-char. backward-char refers to forward-char.
7971 (Word Motion): Mention default arg for forward-word.
7972 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7973 Simplify end-of-buffer.
7974 (Text Lines): Mention default arg for forward-line.
7975 (List Motion): Mention default arg for beginning/end-of-defun.
7976 (Skipping Characters): Minor fixes in explaining character-set.
7977
7978 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7979 Mode inheritance applies only when default-major-mode is nil.
7980 Clarifications.
7981 (Example Major Modes): Update Text mode and Lisp mode examples.
7982 (Minor Mode Conventions): Mention define-minor-mode at top.
7983 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7984 (Mode Line Format): Update mode line face display info.
7985 (Properties in Mode): Mention effect of risky vars.
7986 (Imenu): Define imenu-add-to-menubar.
7987 (Font Lock Mode): Add descriptions to menu lines.
7988 (Faces for Font Lock): Add font-lock-doc-face.
7989
79902005-02-05 Lute Kamstra <lute@gnu.org>
7991
7992 * text.texi (Maintaining Undo): Remove obsolete function.
7993
79942005-02-05 Eli Zaretskii <eliz@gnu.org>
7995
7996 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7997 color specifications. Improve indexing.
b8d4c8d0
GM
7998 (Text Terminal Colors): Replace the description of RGB values by
7999 an xref to "Color Names".
8000
80012005-02-03 Richard M. Stallman <rms@gnu.org>
8002
8003 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
8004 Clarify.
8005 (Selecting Windows): Clarify save-selected-window.
8006 (Cyclic Window Ordering): Clarify walk-windows.
8007 (Window Point): Clarify.
8008 (Window Start): Add comment to example.
8009 (Resizing Windows): Add `interactive' specs in examples.
8010 Document fit-window-to-buffer.
8011
8012 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
8013 (Undo, Maintaining Undo): Clarify last change.
8014 (Sorting): In sort-numeric-fields, explain about octal and hex.
8015 Mention sort-numeric-base.
8016 (Format Properties): Add xref for hard newlines.
8017
8018 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
8019 (Pop-Up Menus): Fix typo.
8020 (Color Names): Explain all types of color names.
8021 Explain color-values on B&W terminal.
8022 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
8023
8024 * files.texi (File Locks): Not supported on MS systems.
8025 (Testing Accessibility): Clarify.
8026
8027 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
8028 (Coverage Testing): Fix typo.
8029
8030 * commands.texi (Misc Events): Remove stray space.
8031
8032 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
8033 (Modification Time): Clarify when visited-file-modtime returns 0.
8034 (The Buffer List): Clarify bury-buffer.
8035 (Killing Buffers): Clarify.
8036 (Indirect Buffers): Add clone-indirect-buffer.
8037
80382005-02-02 Matt Hodges <MPHodges@member.fsf.org>
8039
8040 * edebug.texi (Printing in Edebug): Fix default value of
8041 edebug-print-circle.
8042 (Coverage Testing): Fix displayed frequency count data.
8043
80442005-02-02 Luc Teirlinck <teirllm@auburn.edu>
8045
8046 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
8047
80482005-02-02 Kim F. Storm <storm@cua.dk>
8049
8050 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
8051
80522005-01-29 Eli Zaretskii <eliz@gnu.org>
8053
8054 * commands.texi (Misc Events): Describe the help-echo event.
8055
8056 * text.texi (Special Properties) <help-echo>: Use `pos'
8057 consistently in description of the help-echo property.
8058 Use @code{nil} instead of @var{nil}.
8059
8060 * display.texi (Overlay Properties): Fix the index entry for
8061 help-echo overlay property.
8062
8063 * customize.texi (Type Keywords): Uncomment the xref to the
8064 help-echo property documentation.
8065
80662005-01-23 Kim F. Storm <storm@cua.dk>
8067
8068 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
8069 return value. Third element FULLY replaced by PARTIAL which
8070 specifies number of invisible pixels if row is only partially visible.
8071 (Textual Scrolling): Mention auto-window-vscroll.
8072 (Vertical Scrolling): New defvar auto-window-vscroll.
8073
80742005-01-16 Luc Teirlinck <teirllm@auburn.edu>
8075
8076 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
8077 command remapping.
8078
80792005-01-15 Richard M. Stallman <rms@gnu.org>
8080
8081 * display.texi (Defining Images): Mention DATA-P arg of create-image.
8082
80832005-01-14 Kim F. Storm <storm@cua.dk>
8084
8085 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
8086
8087 * text.texi (Links and Mouse-1): Fix string and vector item.
8088
80892005-01-13 Richard M. Stallman <rms@gnu.org>
8090
8091 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
8092 descriptions of overriding-local-map and overriding-terminal-local-map.
8093
8094 * text.texi (Links and Mouse-1): Clarify text.
8095
80962005-01-13 Kim F. Storm <storm@cua.dk>
8097
8098 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
8099
81002005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
8101
8102 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
8103
81042005-01-12 Kim F. Storm <storm@cua.dk>
8105
8106 * text.texi (Links and Mouse-1): Rename section from Enabling
8107 Mouse-1 to Following Links. Change xrefs.
8108 Add examples for define-button-type and define-widget.
8109
8110 * display.texi (Button Properties, Button Buffer Commands):
8111 Clarify mouse-1 and follow-link functionality.
8112
81132005-01-12 Richard M. Stallman <rms@gnu.org>
8114
8115 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
8116
8117 * display.texi (Beeping): Fix Texinfo usage.
8118
8119 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
8120
81212005-01-11 Kim F. Storm <storm@cua.dk>
8122
8123 * display.texi (Button Properties, Button Buffer Commands):
8124 Mention mouse-1 binding. Add follow-link keyword.
8125
8126 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
8127 (Enabling Mouse-1 to Follow Links): New subsection.
8128
81292005-01-06 Richard M. Stallman <rms@gnu.org>
8130
8131 * text.texi (Special Properties): Minor change.
8132
8133 * os.texi (Timers): Clarify previous change.
8134
8135 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
8136
81372005-01-01 Luc Teirlinck <teirllm@auburn.edu>
8138
8139 * display.texi (Face Attributes): Correct xref to renamed node.
8140
81412005-01-01 Richard M. Stallman <rms@gnu.org>
8142
8143 * display.texi (Face Attributes): Describe hex color specs.
8144
81452004-12-31 Richard M. Stallman <rms@gnu.org>
8146
8147 * os.texi (Timers): Update previous change.
8148
81492004-12-30 Kim F. Storm <storm@cua.dk>
8150
8151 * display.texi (Line Height): Total line-height is now specified
8152 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
8153 in cons cells. (nil . RATIO) is relative to actual line height.
8154 Use line-height `t' instead of `0' to get minimum height.
8155
81562004-12-29 Richard M. Stallman <rms@gnu.org>
8157
8158 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
8159
81602004-12-28 Richard M. Stallman <rms@gnu.org>
8161
8162 * commands.texi (Quitting): Clarify value of with-local-quit.
8163
8164 * elisp.texi (Top): Fix previous change.
8165
8166 * loading.texi (Loading): Fix previous change.
8167
81682004-12-27 Richard M. Stallman <rms@gnu.org>
8169
8170 * Makefile.in (MAKEINFO): Specify --force.
8171
8172 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
8173
8174 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
8175
8176 * display.texi (Line Height): Further clarify.
8177
8178 * elisp.texi (Top): Update Loading submenu.
8179
8180 * loading.texi (Where Defined): New node.
8181 (Unloading): load-history moved to Where Defined.
8182
81832004-12-21 Richard M. Stallman <rms@gnu.org>
8184
8185 * commands.texi (Event Input Misc): Add while-no-input.
8186
81872004-12-11 Richard M. Stallman <rms@gnu.org>
8188
8189 * display.texi (Line Height): Rewrite text for clarity.
8190
81912004-12-11 Kim F. Storm <storm@cua.dk>
8192
8193 * display.texi (Display): Add node "Line Height" to menu.
8194 (Line Height): New node. Move full description of line-spacing
8195 and line-height text properties here from text.texi.
8196 (Scroll Bars): Add vertical-scroll-bar variable.
8197
8198 * frames.texi (Window Frame Parameters): Remove line-height defvar.
8199
8200 * locals.texi (Standard Buffer-Local Variables): Fix xref for
8201 line-spacing and vertical-scroll-bar.
8202
8203 * text.texi (Special Properties): Just mention line-spacing and
8204 line-height here, add xref to new "Line Height" node.
8205
82062004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
8207
8208 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
8209
8210 * locals.texi (Standard Buffer-Local Variables):
8211 Add @xref for `line-spacing'.
8212
82132004-12-05 Richard M. Stallman <rms@gnu.org>
8214
8215 * Makefile.in (maintainer-clean): Remove the info files
8216 in $(infodir) where they are created.
8217
82182004-12-03 Richard M. Stallman <rms@gnu.org>
8219
8220 * windows.texi (Selecting Windows): get-lru-window and
8221 get-largest-window don't consider dedicated windows.
8222
8223 * text.texi (Undo): Document undo-in-progress.
8224
82252004-11-26 Richard M. Stallman <rms@gnu.org>
8226
8227 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
8228 Remove a few vars that are not always buffer-local.
8229
82302004-11-24 Luc Teirlinck <teirllm@auburn.edu>
8231
8232 * locals.texi (Standard Buffer-Local Variables): Comment out
8233 xref's to non-existent node `Yet to be written'.
8234
82352004-11-24 Richard M. Stallman <rms@gnu.org>
8236
8237 * processes.texi (Synchronous Processes): Grammar fix.
8238
8239 * numbers.texi (Comparison of Numbers): Add eql.
8240
8241 * locals.texi (Standard Buffer-Local Variables): Add many vars.
8242
8243 * intro.texi (Printing Notation): Fix previous change.
8244
8245 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
8246 and default-indicate-buffer-boundaries from here.
8247 (Usual Display): To here.
8248 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
8249 (Usual Display): Move tab-width up.
8250
5dcb4c4e
SM
8251 * customize.texi (Variable Definitions):
8252 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
8253 (Simple Types, Composite Types, Defining New Types):
8254 Minor cleanups.
8255
82562004-11-21 Jesper Harder <harder@ifa.au.dk>
8257
8258 * processes.texi (Synchronous Processes, Output from Processes):
8259 Markup fix.
8260
82612004-11-20 Richard M. Stallman <rms@gnu.org>
8262
8263 * positions.texi (Skipping Characters): skip-chars-forward
8264 now handles char classes.
8265
8266 * intro.texi (Printing Notation): Avoid confusion of `print'
8267 when explaining @print.
8268
8269 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
8270
8271 * display.texi (Display Table Format): Minor fix.
8272
8273 * streams.texi (Output Functions): Fix print example.
8274
8275 * Makefile.in (elisp): New target.
8276 (dist): Depend on $(infodir)/elisp, not elisp.
8277 Copy the info files from $(infodir).
8278
8279 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
8280 read-from-minibuffer.
8281
8282 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
8283
82842004-11-19 Richard M. Stallman <rms@gnu.org>
8285
8286 * searching.texi (Regexp Search): Add search-whitespace-regexp.
8287
82882004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
8289
8290 * tips.texi (Coding Conventions): Fix typo.
8291
82922004-11-16 Richard M. Stallman <rms@gnu.org>
8293
8294 * tips.texi (Coding Conventions): Separate defvar and require
8295 methods to avoid warnings. Use require only when there are many
8296 functions and variables from that package.
8297
8298 * minibuf.texi (Minibuffer Completion): When ignoring case,
8299 predicate must not be case-sensitive.
8300
8301 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
8302 (Test Coverage): Don't talk about "splotches". Clarified.
8303
83042004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
8305
8306 * frames.texi (Window Frame Parameters): Fix typo.
8307
83082004-11-15 Kim F. Storm <storm@cua.dk>
8309
8310 * symbols.texi (Other Plists): Note that plist-get may signal error.
8311 Add safe-plist-get.
8312
83132004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8314
8315 * modes.texi (Font Lock Basics): Fix typo.
8316
83172004-11-08 Richard M. Stallman <rms@gnu.org>
8318
8319 * syntax.texi (Syntax Table Functions): Add syntax-after.
8320
83212004-11-06 Lars Brinkhoff <lars@nocrew.org>
8322
8323 * os.texi (Processor Run Time): New section documenting
8324 get-internal-run-time.
8325
83262004-11-06 Eli Zaretskii <eliz@gnu.org>
8327
8328 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
8329 it nukes elisp-cover.texi.
8330 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
8331 elisp-0 etc.
8332
83332004-11-05 Luc Teirlinck <teirllm@auburn.edu>
8334
8335 * commands.texi (Keyboard Macros): Document `append' return value
8336 of `defining-kbd-macro'.
8337
83382004-11-01 Richard M. Stallman <rms@gnu.org>
8339
8340 * commands.texi (Interactive Call): Add called-interactively-p.
8341
83422004-10-29 Simon Josefsson <jas@extundo.com>
8343
8344 * minibuf.texi (Reading a Password): Revert.
8345
83462004-10-28 Richard M. Stallman <rms@gnu.org>
8347
8348 * frames.texi (Display Feature Testing): Explain about "vendor".
8349
83502004-10-27 Richard M. Stallman <rms@gnu.org>
8351
8352 * commands.texi (Interactive Codes): `N' uses numeric prefix,
8353 not raw. Clarify `n'.
8354 (Interactive Call): Rewrite interactive-p, focusing on when
8355 and how to use it.
8356 (Misc Events): Clarify previous change.
8357
8358 * advice.texi (Simple Advice): Clarify what job the example does.
8359 (Around-Advice): Clarify ad-do-it.
8360 (Activation of Advice): An option of ad-default-compilation-action
8361 is `never', not `nil'.
8362
83632004-10-26 Kim F. Storm <storm@cua.dk>
8364
8365 * commands.texi (Interactive Codes): Add U code letter.
8366
83672004-10-25 Simon Josefsson <jas@extundo.com>
8368
8369 * minibuf.texi (Reading a Password): Add.
8370
83712004-10-24 Jason Rumney <jasonr@gnu.org>
8372
8373 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
8374 and wheel-down.
8375
83762004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
8377
8378 * processes.texi (Synchronous Processes): Document process-file.
8379
83802004-10-22 Kenichi Handa <handa@m17n.org>
8381
8382 * text.texi (translate-region): Document that it accepts also a
8383 char-table.
8384
83852004-10-22 David Ponce <david@dponce.com>
8386
8387 * windows.texi (Resizing Windows): Document the `preserve-before'
8388 argument of the functions `enlarge-window' and `shrink-window'.
8389
83902004-10-19 Jason Rumney <jasonr@gnu.org>
8391
8392 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
8393
83942004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8395
8396 * text.texi (Filling): Add anchor for definition of
8397 `sentence-end-double-space'.
8398
8399 * searching.texi (Regexp Example): Update description of how
8400 Emacs currently recognizes the end of a sentence.
8401 (Standard Regexps): Update definition of the variable
8402 `sentence-end'. Add definition of the function `sentence-end'.
8403
84042004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8405
8406 * display.texi (Progress): New node.
8407
84082004-10-05 Kim F. Storm <storm@cua.dk>
8409
8410 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
8411
84122004-09-29 Kim F. Storm <storm@cua.dk>
8413
8414 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
8415 to identify bitmaps. Remove -fringe-bitmap suffix for standard
8416 fringe bitmap symbols, as they now have their own namespace.
8417 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
8418 vs. pixels. Signal error if no free bitmap slots.
8419 (Pixel Specification): Change IMAGE to @var{image}.
8420
84212004-09-28 Richard M. Stallman <rms@gnu.org>
8422
8423 * text.texi (Special Properties): Clarify line-spacing and line-height.
8424
8425 * searching.texi (Regexp Search): Add looking-back.
8426
84272004-09-25 Luc Teirlinck <teirllm@auburn.edu>
8428
8429 * display.texi: Correct typos.
8430 (Image Descriptors): Correct xref's.
8431
84322004-09-25 Richard M. Stallman <rms@gnu.org>
8433
8434 * text.texi (Special Properties): Cleanups in `cursor'.
8435 Rewrites in `line-height' and `line-spacing'; exchange them.
8436
8437 * display.texi (Fringes): Rewrite previous change.
8438 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
8439 (Display Fringe Bitmaps): Node deleted, text moved.
8440 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
8441 (Scroll Bars): Clarify set-window-scroll-bars.
8442 (Pointer Shape): Rewrite.
8443 (Specified Space): Clarify :align-to, etc.
8444 (Pixel Specification): Use @var. Clarify new text.
8445 (Other Display Specs): Clarify `slice'.
8446 (Image Descriptors): Cleanups.
8447 (Showing Images): Cleanups.
8448
84492004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8450
8451 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
8452
8453 * modes.texi: Various minor changes in addition to:
8454 (Major Mode Conventions): Final call to `run-mode-hooks' should
8455 not be inside the `delay-mode-hooks' form.
8456 (Mode Hooks): New node.
8457 (Hooks): Delete obsolete example.
8458 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
8459 node "Mode Hooks".
8460
84612004-09-22 Luc Teirlinck <teirllm@auburn.edu>
8462
8463 * display.texi: Correct various typos.
8464 (Display): Rename node "Pointer Shapes" to "Pointer
8465 Shape". (There is already a node called "Pointer Shapes" in
8466 frames.texi.)
8467 (Images): Remove non-existent node "Image Slices" from menu.
8468
84692004-09-23 Kim F. Storm <storm@cua.dk>
8470
8471 * text.texi (Special Properties): Add `cursor', `pointer',
8472 `line-height', and `line-spacing' properties.
8473
8474 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
8475 Shapes' to menu.
8476 (Standard Faces): Doc fix for fringe face.
8477 (Fringes): Add `overflow-newline-into-fringe' and
8478 'indicate-buffer-boundaries'.
8479 (Fringe Bitmaps, Pointer Shapes): New nodes.
8480 (Display Property): Add 'Pixel Specification' and 'Display Fringe
8481 Bitmaps' to menu.
8482 (Specified Space): Describe pixel width and height.
8483 (Pixel Specification): New node.
8484 (Other Display Specs): Add `slice' property.
8485 (Display Fringe Bitmaps): New node.
8486 (Images): Add 'Image Slices' to menu.
8487 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
8488 (Showing Images): Add slice arg to `insert-image'.
8489 Add 'insert-sliced-image'.
b8d4c8d0
GM
8490
84912004-09-20 Richard M. Stallman <rms@gnu.org>
8492
8493 * commands.texi (Key Sequence Input):
8494 Clarify downcasing in read-key-sequence.
8495
84962004-09-08 Juri Linkov <juri@jurta.org>
8497
8498 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
8499
85002004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8501
5dcb4c4e
SM
8502 * locals.texi (Standard Buffer-Local Variables):
8503 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
8504 * internals.texi (Buffer Internals): Describe new
8505 auto_save_file_format field of the buffer structure.
8506 * files.texi (Format Conversion): `auto-save-file-format' has been
8507 renamed `buffer-auto-save-file-format'.
8508
85092004-08-27 Luc Teirlinck <teirllm@auburn.edu>
8510
8511 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
8512 an integer or a marker.
8513 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
8514
85152004-08-22 Richard M. Stallman <rms@gnu.org>
8516
8517 * modes.texi (Major Mode Conventions): Discuss rebinding of
8518 standard key bindings.
8519
85202004-08-18 Kim F. Storm <storm@cua.dk>
8521
8522 * processes.texi (Accepting Output): Add `just-this-one' arg to
8523 `accept-process-output'.
8524 (Output from Processes): New var `process-adaptive-read-buffering'.
8525
85262004-08-10 Luc Teirlinck <teirllm@auburn.edu>
8527
8528 * keymaps.texi: Various changes in addition to:
8529 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
8530 Give more varied examples for `kbd'.
8531 (Creating Keymaps): Char tables have slots for all characters
8532 without modifiers.
8533 (Active Keymaps): `overriding-local-map' and
8534 `overriding-terminal-local-map' also override text property and
8535 overlay keymaps.
8536 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
8537 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
8538 to denote a prefix of no events.
8539 `map-keymap' includes parent's bindings _recursively_.
8540 Clarify and correct description of `where-is-internal'.
8541 Mention BUFFER-OR-NAME arg to `describe-bindings'.
8542 (Menu Example): For menus intended for use with the keyboard, the
8543 menu items should be bound to characters or real function keys.
8544
85452004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8546
8547 * objects.texi (Character Type): Reposition `@anchor' to prevent
8548 double space inside sentence in Info.
8549
8550 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
8551 renamed to `disabled-command-function'.
8552 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
8553 (Command Loop Info): Replace reference to it.
8554 (Disabling Commands): `disabled-command-hook' has been renamed to
8555 `disabled-command-function'.
8556
85572004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8558
8559 * os.texi (Translating Input): Only non-prefix bindings in
8560 `key-translation-map' override actual key bindings. Warn about
8561 possible indirect effect of actual key bindings on non-prefix
8562 bindings in `key-translation-map'.
8563
85642004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8565
8566 * minibuf.texi (High-Level Completion): Add anchor for definition
8567 of `read-variable'.
8568
8569 * commands.texi: Various changes in addition to:
8570 (Using Interactive): Clarify description of `interactive-form'.
8571 (Interactive Call): Mention default for KEYS argument to
8572 `call-interactively'.
8573 (Command Loop Info): Clarify description of `this-command-keys'.
8574 Mention KEEP-RECORD argument to `clear-this-command-keys'.
8575 Value of `last-event-frame' can be `macro'.
8576 (Repeat Events): `double-click-fuzz' is also used to distinguish
8577 clicks and drags.
8578 (Classifying Events): Clarify descriptions of `event-modifiers'
8579 `event-basic-type' and `event-convert-list'.
8580 (Accessing Events): `posn-timestamp' takes POSITION argument.
8581 (Quoted Character Input): Clarify description of
8582 `read-quoted-char' and fix example.
8583 (Quitting): Add `with-local-quit'.
8584 (Disabling Commands): Correct and clarify descriptions of
8585 `enable-command' and `disable-command'.
8586 Mention what happens if `disabled-command-hook' is nil.
8587 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
8588 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
8589
85902004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8591
8592 * frames.texi: Various changes in addition to:
8593 (Creating Frames): Expand and clarify description of `make-frame'.
8594 (Window Frame Parameters): Either none or both of the `icon-left'
8595 and `icon-top' parameters must be specified. Put descriptions of
8596 `menu-bar-lines' and `toolbar-lines' closer together and change
8597 them accordingly.
8598 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
8599 except while processing `frame-title-format' or `icon-title-format'.
8600 (Deleting Frames): Correct description of `delete-frame'.
8601 Non-nil return values of `frame-live-p' are like those of `framep'.
8602 (Frames and Windows): Mention return value of
8603 `set-frame-selected-window'.
8604 (Visibility of Frames): Mention `force' argument to
8605 `make-frame-invisible'. `frame-visible-p' returns t for all
8606 frames on text-only terminals.
8607 (Frame Configurations): Restoring a frame configuration does not
8608 restore deleted frames.
8609 (Window System Selections): `x-set-selection' returns DATA.
8610 (Resources): Add example.
8611 (Display Feature Testing): Clarify descriptions of
8612 `display-pixel-height', `display-pixel-width', `x-server-version'
8613 and `x-server-vendor'.
8614
8615 * windows.texi (Choosing Window): Add anchor.
8616 * minibuf.texi (Minibuffer Misc): Add anchor.
8617
86182004-07-23 John Paul Wallington <jpw@gnu.org>
8619
8620 * macros.texi (Defining Macros): Declaration keyword for setting
8621 Edebug spec is `debug' not `edebug'.
8622
86232004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8624
8625 * windows.texi: Various small changes in addition to:
8626 (Window Point): Mention return value of `set-window-point'.
8627 (Window Start): `pos-visible-in-window-p' disregards horizontal
8628 scrolling. Explain return value if PARTIALLY is non-nil.
8629 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
8630 and `set-window-vscroll'.
8631 (Size of Window): The argument WINDOW to `window-inside-edges',
8632 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
8633 (Resizing Windows): Explain return value of
8634 `shrink-window-if-larger-than-buffer'.
8635 `window-size-fixed' automatically becomes buffer local when set.
8636 (Window Configurations): Explain return value of
8637 `set-window-configuration'.
8638
8639 * minibuf.texi (Minibuffer Misc): Add anchor for
8640 `minibuffer-scroll-window'.
8641
8642 * positions.texi (Text Lines): Add anchor for `count-lines'.
8643
86442004-07-17 Richard M. Stallman <rms@gnu.org>
8645
8646 * display.texi (Overlay Properties): Adding `evaporate' prop
8647 deletes empty overlay immediately.
8648
8649 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
8650 fix example.
8651
86522004-07-16 Jim Blandy <jimb@redhat.com>
8653
8654 * searching.texi (Regexp Backslash): Document new \_< and \_>
8655 operators.
8656
86572004-07-16 Juanma Barranquero <lektu@terra.es>
8658
8659 * display.texi (Images): Fix Texinfo usage.
8660
86612004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8662
8663 * buffers.texi (Modification Time): `visited-file-modtime' now
8664 returns a list of two integers, instead of a cons.
8665
86662004-07-13 Luc Teirlinck <teirllm@auburn.edu>
8667
8668 * windows.texi: Various changes in addition to:
8669 (Splitting Windows): Add `split-window-keep-point'.
8670
86712004-07-09 Richard M. Stallman <rms@gnu.org>
8672
8673 * frames.texi (Input Focus): Minor fix.
8674
86752004-07-07 Luc Teirlinck <teirllm@auburn.edu>
8676
8677 * frames.texi (Input Focus): Clarify descriptions of
8678 `select-frame-set-input-focus' and `select-frame'.
8679
86802004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8681
8682 * os.texi: Various small changes in addition to:
8683 (Killing Emacs): Expand and clarify description of
8684 `kill-emacs-query-functions' and `kill-emacs-hook'.
8685 (System Environment): Expand and clarify description of `getenv'
8686 and `setenv'.
8687 (Timers): Clarify description of `run-at-time'.
8688 (Translating Input): Correct description of
8689 `extra-keyboard-modifiers'.
8690 (Flow Control): Correct description of `enable-flow-control'.
8691
86922004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
8693
8694 * os.texi: Update copyright.
8695 (Session Management): Grammar fix.
8696 Clarify which Emacs does the restarting.
8697 Use @samp for *scratch* buffer.
8698
86992004-07-04 Alan Mackenzie <acm@muc.de>
8700
8701 * frames.texi (Input Focus): Add documentation for
8702 `select-frame-set-input-focus'. Replace refs to non-existent
8703 `switch-frame' with `select-frame'. Minor corrections and tidying
8704 up of text-only terminal stuff.
8705
87062004-07-02 Richard M. Stallman <rms@gnu.org>
8707
8708 * files.texi (Saving Buffers): Cleanup write-contents-function.
8709 (Magic File Names): Cleanup file-remote-p.
8710
b344d29d 87112004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
8712
8713 * files.texi (Magic File Names): `file-remote-p' returns an
8714 identifier of the remote system, not just t.
8715
87162004-07-02 David Kastrup <dak@gnu.org>
8717
8718 * searching.texi (Entire Match Data): Add explanation about new
8719 match-data behavior when @var{integers} is non-nil.
8720
87212004-06-24 Richard M. Stallman <rms@gnu.org>
8722
8723 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
8724
8725 * customize.texi (Variable Definitions): Note about doc strings
8726 and :set.
8727
8728 * keymaps.texi (Keymap Terminology): Document `kbd'.
8729 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
8730
8731 * display.texi (Invisible Text): Setting buffer-invisibility-spec
8732 makes it buffer-local.
8733
8734 * files.texi (Saving Buffers): Correct previous change.
8735
8736 * commands.texi (Accessing Events):
8737 Clarify posn-col-row and posn-actual-col-row.
8738
87392004-06-24 David Ponce <david.ponce@wanadoo.fr>
8740
8741 * commands.texi (Accessing Events): New functions
8742 posn-at-point and posn-at-x-y. Add example to posn-x-y.
8743
87442004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8745
8746 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
8747 * frames.texi, buffers.texi, backups.texi, variables.texi:
8748 * loading.texi, eval.texi, functions.texi, control.texi:
8749 * symbols.texi, minibuf.texi: Reposition @anchor's.
8750
8751 * help.texi: Various small changes in addition to the following.
8752 (Describing Characters): Describe PREFIX argument to
8753 `key-description'. Correct and clarify definition of
8754 `text-char-description'. Describe NEED-VECTOR argument to
8755 `read-kbd-macro'.
8756 (Help Functions): Clarify definition of `apropos'.
8757
87582004-06-23 Lars Hansen <larsh@math.ku.dk>
8759
8760 * files.texi (Saving Buffers): Correct description of
8761 `write-contents-functions'.
8762
87632004-06-21 Juanma Barranquero <lektu@terra.es>
8764
8765 * display.texi (Images): Remove redundant @vindex directives.
8766 Rewrite `image-library-alist' doc in active voice.
8767
87682004-06-14 Juanma Barranquero <lektu@terra.es>
8769
8770 * display.texi (Images): Document new delayed library loading,
8771 variable `image-library-alist' and (existing but undocumented)
8772 function `image-type-available-p'.
8773
87742004-06-05 Richard M. Stallman <rms@gnu.org>
8775
8776 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
8777 refer the user to the Initial Input node.
8778 (Text from Minibuffer): Likewise.
8779 (Initial Input): New node. Document this feature
8780 and say it is mostly deprecated.
8781
87822004-05-30 Richard M. Stallman <rms@gnu.org>
8783
8784 * loading.texi (Named Features): Clarify return value
8785 and meaning of NOERROR.
8786
8787 * variables.texi (File Local Variables): Minor cleanup.
8788
87892004-05-30 Michael Albinus <michael.albinus@gmx.de>
8790
8791 * files.texi (Magic File Names): Add `file-remote-p' as operation
8792 of file name handlers.
8793
87942004-05-29 Richard M. Stallman <rms@gnu.org>
8795
8796 * modes.texi (Minor Mode Conventions): (-) has no special meaning
8797 as arg to a minor mode command.
8798
87992004-05-22 Richard M. Stallman <rms@gnu.org>
8800
8801 * syntax.texi (Syntax Class Table): Word syntax not just for English.
8802
8803 * streams.texi (Output Variables): Doc float-output-format.
8804
8805 * searching.texi (Regexp Special): Nested repetition can be infloop.
8806
8807 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
8808 real stack overflow.
8809
8810 * compile.texi: Minor cleanups.
8811
88122004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
8813
8814 * lists.texi (Cons Cells): Explain dotted lists, true lists,
8815 circular lists.
8816 (List Elements): Explain handling of circular and dotted lists.
8817
88182004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
8819
8820 * modes.texi (Search-based Fontification): Fix typo.
8821
88222004-05-10 Juanma Barranquero <lektu@terra.es>
8823
8824 * modes.texi (Mode Line Variables): Fix description of
8825 global-mode-string, which is now after which-func-mode, not the
8826 buffer name.
8827
88282004-05-07 Lars Hansen <larsh@math.ku.dk>
8829
8830 * modes.texi (Desktop Save Mode): Add.
8831 (Modes): Add menu entry Desktop Save Mode.
8832
8833 * hooks.texi: Add desktop-after-read-hook,
8834 desktop-no-desktop-file-hook and desktop-save-hook.
8835
8836 * locals.texi: Add desktop-save-buffer.
8837
88382004-04-30 Jesper Harder <harder@ifa.au.dk>
8839
8840 * display.texi: emacs -> Emacs.
8841
88422004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8843
8844 * files.texi (Changing Files): Document set-file-times.
8845
88462004-04-23 Juanma Barranquero <lektu@terra.es>
8847
8848 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8849
88502004-04-18 Jesper Harder <harder@ifa.au.dk>
8851
8852 * tips.texi (Coding Conventions): defopt -> defcustom.
8853
88542004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8855
8856 * sequences.texi: Various clarifications.
8857
88582004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8859
8860 * buffers.texi (Read Only Buffers): Mention optional ARG to
8861 `toggle-read-only'.
8862
88632004-04-14 Nick Roberts <nick@nick.uklinux.net>
8864
8865 * windows.texi (Selecting Windows): Note that get-lru-window
8866 returns a full-width window if possible.
8867
88682004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8869
8870 * buffers.texi: Various changes in addition to:
8871 (Buffer File Name): Add `find-buffer-visiting'.
8872 (Buffer Modification): Mention optional ARG to `not-modified'.
8873 (Indirect Buffers): Mention optional CLONE argument to
8874 `make-indirect-buffer'.
8875
8876 * files.texi: Various changes in addition to:
8877 (Visiting Functions): `find-file-hook' is now a normal hook.
8878 (File Name Expansion): Explain difference between the way that
8879 `expand-file-name' and `file-truename' treat `..'.
8880 (Contents of Directories): Mention optional ID-FORMAT argument to
8881 `directory-files-and-attributes'.
8882 (Format Conversion): Mention new optional CONFIRM argument to
8883 `format-write-file'.
8884
88852004-04-12 Miles Bader <miles@gnu.org>
8886
8887 * macros.texi (Expansion): Add description of `macroexpand-all'.
8888
88892004-04-05 Jesper Harder <harder@ifa.au.dk>
8890
5dcb4c4e
SM
8891 * variables.texi (Variable Aliases):
8892 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8893
8894 * errors.texi (Standard Errors): Ditto.
8895
88962004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8897
8898 * backups.texi: Various small changes in addition to:
8899 (Making Backups): Mention return value of `backup-buffer'.
8900 (Auto-Saving): Mention optional FORCE argument to
8901 `delete-auto-save-file-if-necessary'.
8902 (Reverting): Mention optional PRESERVE-MODES argument to
8903 `revert-buffer'. Correct description of `revert-buffer-function'.
8904
89052004-03-22 Juri Linkov <juri@jurta.org>
8906
8907 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8908 with `Vector Functions'.
8909
8910 * text.texi (Sorting): Add missing quote.
8911
89122004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8913
8914 * intro.texi (Lisp History): Replace xref to `cl' manual with
8915 inforef.
8916
89172004-03-12 Richard M. Stallman <rms@gnu.org>
8918
8919 * intro.texi (Version Info): Add arg to emacs-version.
8920 (Lisp History): Change xref to CL manual.
8921
89222004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8923
8924 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8925 for Partial Completion mode.
8926
89272004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8928
8929 * customize.texi: Fix typo. Remove eol whitespace.
8930
89312004-03-04 Richard M. Stallman <rms@gnu.org>
8932
8933 * processes.texi: Fix typos.
8934
8935 * lists.texi (Building Lists): Minor clarification.
8936
8937 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8938 in make-hash-table.
8939
89402004-02-29 Juanma Barranquero <lektu@terra.es>
8941
8942 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8943 rm, and ignore exit code.
8944
89452004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8946
8947 * display.texi (Defining Faces): Add description for min-colors.
8948 Update example.
8949
89502004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8951
8952 * abbrevs.texi: Various corrections and clarifications in addition
8953 to the following:
8954 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8955
89562004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8957
8958 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8959
89602004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8961
8962 * text.texi: Various small changes in addition to the following:
8963 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8964 to delete-horizontal-space.
8965 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8966 description of yank-handler text property at various places.
8967
8968 * frames.texi (Window System Selections): Add anchor.
8969
8970 * syntax.texi (Syntax Table Functions): Clarify and correct
8971 descriptions of make-syntax-table and copy-syntax-table.
8972 (Motion and Syntax): Clarify SYNTAXES argument to
8973 skip-syntax-forward.
8974 (Parsing Expressions): Mention that the return value of
8975 parse-partial-sexp is currently a list of ten rather than nine
8976 elements.
8977 (Categories): Various corrections and clarifications.
8978
89792004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8980
8981 * markers.texi (Marker Insertion Types): Minor change.
8982
8983 * locals.texi (Standard Buffer-Local Variables):
8984 * commands.texi (Interactive Codes, Using Interactive):
8985 * functions.texi (Related Topics): Fix xrefs.
8986
89872004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8988
8989 * lists.texi (Sets And Lists): Update description of delete-dups.
8990
89912004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8992
8993 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8994
c8763fb6 89952004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8996
8997 * frames.texi (Parameter Access): frame-parameters arg is optional.
8998 modify-frame-parameters handles nil for FRAME.
8999 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
9000 are all-or-nothing for certain toolkits.
9001 Mention parameter wait-for-wm.
9002 (Frames and Windows): In frame-first-window and frame-selected-window
9003 the arg is optional.
9004 (Input Focus): In redirect-frame-focus the second arg is optional.
9005 (Window System Selections): Mention selection type CLIPBOARD.
9006 Mention data-type UTF8_STRING.
9007 Mention numbering of cut buffers.
9008 (Resources): Describe x-resource-name.
9009
90102004-02-16 Richard M. Stallman <rms@gnu.org>
9011
9012 * windows.texi (Buffers and Windows): Delete false table
9013 about all-frames.
9014
9015 * syntax.texi (Parsing Expressions): Delete old caveat
9016 about parse-sexp-ignore-comments.
9017
9018 * streams.texi (Output Variables): Add print-quoted.
9019
9020 * lists.texi (Building Lists): Minor cleanup.
9021
9022 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
9023
9024 * display.texi (Overlays): Explain overlays use markers.
9025 (Managing Overlays): Explain front-advance and rear-advance
9026 in more detail.
9027
9028 * loading.texi (Unloading): Document unload-feature-special-hooks.
9029 Get rid of fns-NNN.el file.
9030
90312004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9032
9033 * help.texi (Describing Characters): Fix text-char-description
9034 example output.
9035
9036 * edebug.texi (Using Edebug): Fix example.
9037
9038 * debugging.texi (Internals of Debugger): Fix return value.
9039
9040 * files.texi (Changing Files): Fix argname.
9041
9042 * calendar.texi: Fix parens, and default values.
9043
9044 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
9045 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 9046 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
9047
9048 * positions.texi (Text Lines): Don't add -1 in current-line.
9049
90502004-02-16 Richard M. Stallman <rms@gnu.org>
9051
9052 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
9053
90542004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9055
9056 * processes.texi (Low-Level Network): Fix a typo.
9057
90582004-02-12 Kim F. Storm <storm@cua.dk>
9059
9060 * display.texi (Fringes): Use consistent wording.
9061 Note that window-fringe's window arg is optional.
9062 (Scroll Bars): Use consistent wording.
9063
90642004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9065
9066 * tips.texi (Comment Tips): Document the new conventions for
9067 commenting out code.
9068
c8763fb6 90692004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 9070
5dcb4c4e 9071 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
9072
90732004-02-07 Kim F. Storm <storm@cua.dk>
9074
9075 * positions.texi (Text Lines): Add line-number-at-pos.
9076
90772004-02-06 John Paul Wallington <jpw@gnu.org>
9078
9079 * display.texi (Button Properties, Button Buffer Commands):
9080 mouse-2 invokes button, not down-mouse-1.
9081
90822004-02-04 Jason Rumney <jasonr@gnu.org>
9083
9084 * makefile.w32-in: Sync with Makefile.in changes.
9085
90862004-02-03 Luc Teirlinck <teirllm@auburn.edu>
9087
9088 * minibuf.texi (Text from Minibuffer): Various corrections and
9089 clarifications.
9090 (Object from Minibuffer): Correct Lisp description of
9091 read-minibuffer.
9092 (Minibuffer History): Clarify description of cons values for
9093 HISTORY arguments.
5dcb4c4e
SM
9094 (Basic Completion): Various corrections and clarifications.
9095 Add completion-regexp-list.
b8d4c8d0
GM
9096 (Minibuffer Completion): Correct and clarify description of
9097 completing-read.
5dcb4c4e
SM
9098 (Completion Commands): Mention Partial Completion mode.
9099 Various other minor changes.
b8d4c8d0
GM
9100 (High-Level Completion): Various corrections and clarifications.
9101 (Reading File Names): Ditto.
9102 (Minibuffer Misc): Ditto.
9103
91042004-01-26 Luc Teirlinck <teirllm@auburn.edu>
9105
9106 * strings.texi (Text Comparison): assoc-string also matches
9107 elements of alists that are strings instead of conses.
9108 (Formatting Strings): Standardize Texinfo usage. Update index
9109 entries.
9110
91112004-01-20 Luc Teirlinck <teirllm@auburn.edu>
9112
9113 * lists.texi (Sets And Lists): Add delete-dups.
9114
91152004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9116
9117 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
9118 special form.
9119 * macros.texi (Defining Macros): Update description of `declare',
9120 which now is a macro.
9121 (Wrong Time): Fix typos.
9122
91232004-01-14 Luc Teirlinck <teirllm@auburn.edu>
9124
9125 * compile.texi (Compilation Functions): Expand descriptions of
9126 `compile-defun', `byte-compile-file', `byte-recompile-directory'
9127 and `batch-byte-compile'. In particular, mention and describe
9128 all optional arguments.
9129 (Disassembly): Correct and clarify the description of `disassemble'.
9130
91312004-01-11 Luc Teirlinck <teirllm@auburn.edu>
9132
9133 * searching.texi: Various small changes in addition to the
9134 following.
9135 (Regexp Example): Adapt to new value of `sentence-end'.
9136 (Regexp Functions): The PAREN argument to `regexp-opt' can be
9137 `words'.
9138 (Search and Replace): Add usage note for `perform-replace'.
9139 (Entire Match Data): Mention INTEGERS and REUSE arguments to
9140 `match-data'.
9141 (Standard Regexps): Update for new values of `paragraph-start'
9142 and `sentence-end'.
9143
91442004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9145
9146 * files.texi (Saving Buffers): Clarify descriptions of
9147 `write-contents-functions' and `before-save-hook'.
9148 Make the defvar's for `before-save-hook' and `after-save-hook'
9149 into defopt's.
9150
91512004-01-07 Kim F. Storm <storm@cua.dk>
9152
9153 * commands.texi (Click Events): Describe new image and
9154 width/height elements of click events.
9155 (Accessing Events): Add posn-string, posn-image, and
9156 posn-object-width-height. Change posn-object to return either
9157 image or string object.
9158
91592004-01-01 Simon Josefsson <jas@extundo.com>
9160
9161 * hooks.texi (Standard Hooks): Add before-save-hook.
9162 * files.texi (Saving Buffers): Likewise.
9163
91642004-01-03 Richard M. Stallman <rms@gnu.org>
9165
9166 * frames.texi (Frames and Windows): Delete frame-root-window.
9167
91682004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9169
9170 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
9171
9172 * functions.texi: Various small changes in addition to the
9173 following.
5dcb4c4e
SM
9174 (What Is a Function): `functionp' returns nil for macros.
9175 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
9176 (Function Documentation): Add `\' in front of (fn @var{arglist})
9177 and explain why.
9178 (Defining Functions): Mention DOCSTRING argument to `defalias'.
9179 Add anchor.
9180 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
9181
91822004-01-01 Miles Bader <miles@gnu.org>
9183
9184 * display.texi (Buttons): New section.
9185
91862003-12-31 Andreas Schwab <schwab@suse.de>
9187
9188 * numbers.texi (Math Functions): sqrt reports a domain-error
9189 error.
9190 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
9191
91922003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9193
9194 * tips.texi (Documentation Tips): Update item on hyperlinks in
9195 documentation strings.
9196
9197 * errors.texi (Standard Errors): Various small corrections and
9198 additions.
9199
9200 * control.texi: Various small changes in addition to the
9201 following.
9202 (Signaling Errors): Provide some more details on how `signal'
9203 constructs the error message. Add anchor to the definition of
9204 `signal'.
9205 (Error Symbols): Describe special treatment of `quit'.
9206 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
9207 to emphasize that it has to be a single form.
9208
9209 * buffers.texi: Add anchor.
9210
92112003-12-29 Richard M. Stallman <rms@gnu.org>
9212
9213 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
9214 (Window Configurations): Add window-configuration-frame.
9215
9216 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
9217
9218 * text.texi (Examining Properties): Add get-char-property-and-overlay.
9219 Change arg name in get-char-property.
9220 (Special Properties): Update handling of keymap property.
9221
9222 * strings.texi (Modifying Strings): Add clear-string.
9223 (Text Comparison): Add assoc-string and remove
9224 assoc-ignore-case, assoc-ignore-representation.
9225
9226 * os.texi (Time of Day): Add set-time-zone-rule.
9227
9228 * numbers.texi (Math Functions): asin, acos, log, log10
9229 report domain-error errors.
9230
9231 * nonascii.texi (Converting Representations):
9232 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
9233 (Encoding and I/O): Add file-name-coding-system.
9234
9235 * modes.texi (Search-based Fontification): Explain that
9236 face specs are symbols with face names as values.
9237
9238 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
9239
9240 * lists.texi (Building Lists): remq moved elsewhere.
9241 (Sets And Lists): remq moved here.
9242 (Association Lists): Refer to assoc-string.
9243
9244 * internals.texi (Garbage Collection): Add memory-use-counts.
9245
9246 * frames.texi (Frames and Windows): Add set-frame-selected-window
9247 and frame-root-window.
9248
9249 * files.texi (Contents of Directories):
9250 Add directory-files-and-attributes.
9251
9252 * display.texi (Refresh Screen): Add force-window-update.
9253 (Invisible Text): Explain about moving point out of invis text.
9254 (Overlay Properties): Add overlay-properties.
9255 (Managing Overlays): Add overlayp.
9256 (GIF Images): Invalid image number displays a hollow box.
9257
9258 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
9259 (Killing Buffers): Add buffer-live-p.
9260
92612003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9262
9263 * display.texi (Fringes): Fix typo "set-buffer-window".
9264
92652003-12-24 Luc Teirlinck <teirllm@auburn.edu>
9266
9267 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
9268 * nonascii.texi, processes.texi, tips.texi, variables.texi:
9269 Add or change various xrefs and anchors.
9270
9271 * commands.texi: Replace all occurrences of @acronym{CAR} with
9272 @sc{car}, for consistency with the rest of the Elisp manual.
9273 `car' and `cdr' are historically acronyms, but are no longer
9274 widely thought of as such.
9275
9276 * internals.texi (Pure Storage): Mention that `purecopy' does not
9277 copy text properties.
9278 (Object Internals): Now 29 bits are used (in most implementations)
9279 to address Lisp objects.
9280
9281 * variables.texi (Variables with Restricted Values): New node.
9282
9283 * objects.texi (Lisp Data Types): Mention that certain variables
9284 can only take on a restricted set of values and add an xref to
9285 the new node "Variables with Restricted Values".
9286
9287 * eval.texi (Function Indirection): Describe the errors that
9288 `indirect-function' can signal.
9289 (Eval): Clarify the descriptions of `eval-region' and `values'.
9290 Describe `eval-buffer' instead of `eval-current-buffer' and
9291 mention `eval-current-buffer' as an alias for `current-buffer'.
9292 Correct the description and mention all optional arguments.
9293
9294 * nonascii.texi: Various small changes in addition to the
9295 following.
9296 (Converting Representations): Clarify behavior of
9297 `string-make-multibyte' and `string-to-multibyte' for unibyte all
9298 ASCII arguments.
9299 (Character Sets): Document the variable `charset-list' and adapt
9300 the definition of the function `charset-list' accordingly.
9301 (Translation of Characters): Clarify use of generic characters in
9302 `make-translation-table'. Clarify and correct the description of
9303 the use of translation tables in encoding and decoding.
9304 (User-Chosen Coding Systems): Correct and clarify the description
9305 of `select-safe-coding-system'.
9306 (Default Coding Systems): Clarify description of
9307 `file-coding-system-alist'.
9308
93092003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9310
9311 * strings.texi (Text Comparison): Correctly describe when two
9312 strings are `equal'. Combine and clarify descriptions of
9313 `assoc-ignore-case' and `assoc-ignore-representation'.
9314
9315 * objects.texi (Non-ASCII in Strings): Clarify description of
9316 when a string is unibyte or multibyte.
9317 (Bool-Vector Type): Update examples.
9318 (Equality Predicates): Correctly describe when two strings are
9319 `equal'.
9320
93212003-11-29 Luc Teirlinck <teirllm@auburn.edu>
9322
9323 * lists.texi (Building Lists): `append' no longer accepts integer
9324 arguments. Update the description of `number-sequence' to reflect
9325 recent changes.
9326 (Sets And Lists): Describe `member-ignore-case' after `member'.
9327
93282003-11-27 Kim F. Storm <storm@cua.dk>
9329
9330 * commands.texi (Click Events): Click object may be an images.
9331 Describe (dx . dy) element of click positions.
9332 (Accessing Events): Remove duplicate posn-timestamp.
9333 New functions posn-object and posn-object-x-y.
9334
93352003-11-23 Kim F. Storm <storm@cua.dk>
9336
9337 * commands.texi (Click Events): Describe enhancements to event
9338 position lists, including new text-pos and (col . row) items.
9339 Mention left-fringe and right-fringe area events.
9340 (Accessing Events): New functions posn-area and
9341 posn-actual-col-row. Mention posn-timestamp. Mention that
9342 posn-point in non-text area still returns buffer position.
9343 Clarify posn-col-row.
9344
93452003-11-21 Lars Hansen <larsh@math.ku.dk>
9346
9347 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
9348 * anti.texi (File Attributes): Describe removed parameter
9349 ID-FORMAT.
9350
93512003-11-20 Luc Teirlinck <teirllm@auburn.edu>
9352
9353 * positions.texi (Positions): Mention that, if a marker is used as
9354 a position, its buffer is ignored.
9355
9356 * markers.texi (Overview of Markers): Mention it here too.
9357
93582003-11-12 Luc Teirlinck <teirllm@auburn.edu>
9359
9360 * numbers.texi (Numeric Conversions): Not just `floor', but also
9361 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
9362
93632003-11-10 Luc Teirlinck <teirllm@auburn.edu>
9364
9365 * markers.texi (Creating Markers): Specify insertion type of
9366 created markers. Add xref to `Marker Insertion Types'.
9367 Second argument to `copy-marker' is optional.
9368 (Marker Insertion Types): Mention that most markers are created
9369 with insertion type nil.
9370 (The Mark): Correctly describe when `mark' signals an error.
9371 (The Region): Correctly describe when `region-beginning' and
9372 `region-end' signal an error.
9373
93742003-11-08 Luc Teirlinck <teirllm@auburn.edu>
9375
9376 * hash.texi (Creating Hash): Clarify description of `eql'.
9377 `makehash' is obsolete.
9378 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
9379
9380 * positions.texi (Point): Change description of `buffer-end', so
9381 that it is also correct for floating point arguments.
9382 (List Motion): Correct argument lists of `beginning-of-defun' and
9383 `end-of-defun'.
9384 (Excursions): Add xref to `Marker Insertion Types'.
9385 (Narrowing): Argument to `narrow-to-page' is optional.
9386
93872003-11-06 Luc Teirlinck <teirllm@auburn.edu>
9388
9389 * streams.texi (Output Streams): Clarify behavior of point for
9390 marker output streams.
9391
93922003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9393
9394 * variables.texi (Defining Variables): Second argument to
9395 `defconst' is not optional.
9396 (Setting Variables): Mention optional argument APPEND to
9397 `add-to-list'.
9398 (Creating Buffer-Local): Expand description of
9399 `make-variable-buffer-local'.
9400 (Frame-Local Variables): Expand description of
9401 `make-variable-frame-local'.
9402 (Variable Aliases): Correct description of optional argument
9403 DOCSTRING to `defvaralias'. Mention return value of
9404 `defvaralias'.
9405 (File Local Variables): Add xref to `File variables' in Emacs
9406 Manual. Correct description of `hack-local-variables'. Mention
9407 `safe-local-variable' property. Mention optional second argument
9408 to `risky-local-variable-p'.
9409
94102003-11-03 Luc Teirlinck <teirllm@auburn.edu>
9411
9412 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
9413
94142003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
9415
9416 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
9417 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
9418 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
9419 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
9420 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
9421 lispref/processes.texi, lispref/searching.texi,
9422 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
9423 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
9424 @acronym{FOO}.
9425
94262003-10-27 Luc Teirlinck <teirllm@auburn.edu>
9427
9428 * strings.texi (Creating Strings): Argument START to `substring'
9429 can not be `nil'. Expand description of
9430 `substring-no-properties'. Correct description of `split-string',
9431 especially with respect to empty matches. Prevent very bad line
9432 break in definition of `split-string-default-separators'.
9433 (Text Comparison): `string=' and `string<' also accept symbols as
9434 arguments.
9435 (String Conversion): More completely describe argument BASE in
9436 `string-to-number'.
9437 (Formatting Strings): `%s' and `%S' in `format' do require
9438 corresponding object. Clarify behavior of numeric prefix after
9439 `%' in `format'.
9440 (Case Conversion): The argument to `upcase-initials' can be a
9441 character.
9442
94432003-10-27 Kenichi Handa <handa@m17n.org>
9444
9445 * display.texi (Fontsets): Fix texinfo usage.
9446
94472003-10-25 Kenichi Handa <handa@m17n.org>
9448
9449 * display.texi (Fontsets): Add description of the function
9450 set-fontset-font.
9451
94522003-10-23 Luc Teirlinck <teirllm@auburn.edu>
9453
9454 * display.texi (Temporary Displays): Add xref to `Documentation
9455 Tips'.
9456
9457 * functions.texi (Function Safety): Use inforef instead of pxref
9458 for SES.
9459
94602003-10-23 Andreas Schwab <schwab@suse.de>
9461
9462 * Makefile.in (TEX, texinputdir): Don't define.
9463 (TEXI2DVI): Define.
9464 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
9465 add $(srcdir)/index.texi.
9466 ($(infodir)/elisp): Remove index.texi dependency.
9467 (elisp.dvi): Likewise. Use $(TEXI2DVI).
9468 (index.texi): Remove target.
9469 (dist): Don't link $(srcdir)/permute-index.
9470 (clean): Don't remove index.texi.
9471
9472 * permute-index, index.perm: Remove.
9473 * index.texi: Rename from index.unperm.
9474
94752003-10-22 Luc Teirlinck <teirllm@auburn.edu>
9476
9477 * tips.texi (Documentation Tips): Document new behavior for face
9478 and variable hyperlinks in Help mode.
9479
94802003-10-21 Luc Teirlinck <teirllm@auburn.edu>
9481
9482 * objects.texi (Integer Type): Update for extra bit of integer range.
9483 (Character Type): Ditto.
9484
94852003-10-16 Eli Zaretskii <eliz@gnu.org>
9486
9487 * numbers.texi (Integer Basics): Add index entries for reading
9488 numbers in hex, octal, and binary.
9489
94902003-10-16 Lute Kamstra <lute@gnu.org>
9491
9492 * modes.texi (Mode Line Format): Mention force-mode-line-update's
9493 argument.
9494
94952003-10-13 Luc Teirlinck <teirllm@auburn.edu>
9496
9497 * windows.texi (Choosing Window): Fix typo.
9498 * edebug.texi (Edebug Execution Modes): Fix typo.
9499
95002003-10-13 Richard M. Stallman <rms@gnu.org>
9501
9502 * windows.texi (Basic Windows): A window has fringe settings,
9503 display margins and scroll-bar settings.
9504 (Splitting Windows): Doc split-window return value.
9505 Clean up one-window-p.
9506 (Selecting Windows): Fix typo.
9507 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
9508 (Buffers and Windows): In set-window-buffer, explain effect
9509 on fringe settings and scroll bar settings.
9510 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
9511 (Choosing Window): Use defopt for pop-up-frame-function.
9512 For special-display-buffer-names, explain same-window and same-frame.
9513 Clarify window-dedicated-p return value.
9514 (Textual Scrolling): scroll-up and scroll-down can get an error.
9515 (Horizontal Scrolling): Clarify auto-hscroll-mode.
9516 Clarify set-window-hscroll.
9517 (Size of Window): Don't mention tool bar in window-height.
9518 (Coordinates and Windows): Explain what coordinates-in-window-p
9519 returns for fringes and display margins.
9520 (Window Configurations): Explain saving fringes, etc.
9521
9522 * tips.texi (Library Headers): Clean up Documentation.
9523
9524 * syntax.texi (Parsing Expressions): Clean up forward-comment
9525 and parse-sexp-lookup-properties.
9526
9527 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
9528
9529 * os.texi (System Environment): Clean up text for load-average errors.
9530
9531 * modes.texi (Hooks): Don't explain local hook details at front.
9532 Clarify run-hooks and run-hook-with-args a little.
9533 Clean up add-hook and remove-hook.
9534
9535 * edebug.texi (Edebug Execution Modes): Clarify t.
9536 Document edebug-sit-for-seconds.
9537 (Coverage Testing): Document C-x X = and =.
9538 (Instrumenting Macro Calls): Fix typo.
9539 (Specification List): Don't index the specification keywords.
9540
95412003-10-10 Kim F. Storm <storm@cua.dk>
9542
9543 * processes.texi (Network): Introduce make-network-process.
9544
95452003-10-09 Luc Teirlinck <teirllm@auburn.edu>
9546
9547 * tips.texi (Library Headers): Fix typo.
9548
95492003-10-07 Juri Linkov <juri@jurta.org>
9550
9551 * modes.texi (Imenu): Mention imenu-create-index-function's
9552 default value. Explain submenus better.
9553
95542003-10-07 Lute Kamstra <lute@gnu.org>
9555
9556 * modes.texi (Faces for Font Lock): Fix typo.
9557 (Hooks): Explain how buffer-local hook variables can refer to
9558 global hook variables.
9559 Various minor clarifications.
9560
95612003-10-06 Lute Kamstra <lute@gnu.org>
9562
9563 * tips.texi (Coding Conventions): Mention naming conventions for
9564 hooks.
9565
95662003-10-05 Luc Teirlinck <teirllm@auburn.edu>
9567
9568 * loading.texi (Library Search): Correct default value of
9569 load-suffixes.
9570 (Named Features): Fix typo.
9571
95722003-10-05 Richard M. Stallman <rms@gnu.org>
9573
9574 * loading.texi (Named Features): In `provide',
9575 say how to test for subfeatures.
9576 (Unloading): In unload-feature, use new var name
9577 unload-feature-special-hooks.
9578
95792003-10-03 Lute Kamstra <lute@gnu.org>
9580
9581 * modes.texi (Major Mode Conventions): Mention third way to set up
9582 Imenu.
9583 (Imenu): A number of small fixes.
9584 Delete documentation of internal variable imenu--index-alist.
9585 Document the return value format of imenu-create-index-function
9586 functions.
9587
95882003-09-30 Richard M. Stallman <rms@gnu.org>
9589
9590 * processes.texi (Network): Say what stopped datagram connections do.
9591
9592 * lists.texi (Association Lists): Clarify `assq-delete-all'.
9593
9594 * display.texi (Overlay Properties): Clarify `evaporate' property.
9595
95962003-09-29 Lute Kamstra <lute@gnu.org>
9597
9598 * modes.texi (Mode Line Data): Explain when symbols in mode-line
9599 constructs should be marked as risky.
9600 Change cons cell into proper list.
9601 (Mode Line Variables): Change cons cell into proper list.
9602
96032003-09-26 Lute Kamstra <lute@gnu.org>
9604
9605 * modes.texi (Mode Line Data): Document the :propertize construct.
9606 (Mode Line Variables): Reorder the descriptions of the variables
9607 to match their order in the default mode-line-format.
9608 Describe the new variables mode-line-position and mode-line-modes.
9609 Update the default values of mode-line-frame-identification,
9610 minor-mode-alist, and default-mode-line-format.
9611 (Properties in Mode): Mention the :propertize construct.
9612
96132003-09-26 Richard M. Stallman <rms@gnu.org>
9614
9615 * buffers.texi, commands.texi, debugging.texi, eval.texi:
9616 * loading.texi, minibuf.texi, text.texi, variables.texi:
9617 Avoid @strong{Note:}.
9618
96192003-09-26 Richard M. Stallman <rms@gnu.org>
9620
9621 * keymaps.texi (Remapping Commands): Fix typo.
9622
96232003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
9624
9625 * processes.texi (Low-Level Network): Fix typo.
9626
96272003-09-23 Kim F. Storm <storm@cua.dk>
9628
9629 * processes.texi (Network, Network Servers): Fix typos.
9630 (Low-Level Network): Add timeout value for :server keyword.
9631 Add new option keywords to make-network-process.
9632 Add set-network-process-options.
9633 Explain how to test availability of network options.
9634
96352003-09-19 Richard M. Stallman <rms@gnu.org>
9636
9637 * text.texi (Motion by Indent): Arg to
9638 backward-to-indentation and forward-to-indentation is optional.
9639
9640 * strings.texi (Creating Strings): Add substring-no-properties.
9641
9642 * processes.texi
9643 (Process Information): Add list-processes arg QUERY-ONLY.
9644 Delete process-contact from here.
9645 Add new status values for process-status.
9646 Add process-get, process-put, process-plist, set-process-plist.
9647 (Synchronous Processes): Add call-process-shell-command.
9648 (Signals to Processes): signal-process allows process objects.
9649 (Network): Complete rewrite.
9650 (Network Servers, Datagrams, Low-Level Network): New nodes.
9651
9652 * positions.texi (Word Motion): forward-word, backward-word
9653 arg is optional. Reword.
9654
9655 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
9656
9657 * variables.texi (Creating Buffer-Local):
9658 Delete duplicate definition of buffer-local-value.
9659 (File Local Variables): Explain about discarding text props.
9660
96612003-09-11 Richard M. Stallman <rms@gnu.org>
9662
9663 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
9664 changes variables that record input events.
9665 (Minibuffer Misc): Add minibuffer-selected-window.
9666
9667 * lists.texi (Building Lists): Add copy-tree.
9668
9669 * display.texi (Fontsets): Add char-displayable-p.
9670 (Scroll Bars): New node.
9671
96722003-09-08 Lute Kamstra <lute@gnu.org>
9673
9674 * modes.texi (%-Constructs): Document new `%i' and `%I'
9675 constructs.
9676
96772003-09-03 Peter Runestig <peter@runestig.com>
9678
9679 * makefile.w32-in: New file.
9680
96812003-08-29 Richard M. Stallman <rms@gnu.org>
9682
9683 * display.texi (Overlay Properties): Clarify how priorities
9684 affect use of the properties.
9685
96862003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
9687
9688 * customize.texi (Type Keywords): Correct the description of
9689 `:help-echo' in the case where `motion-doc' is a function.
9690
96912003-08-14 John Paul Wallington <jpw@gnu.org>
9692
9693 * modes.texi (Emulating Mode Line): Subsection, not section.
9694
96952003-08-13 Richard M. Stallman <rms@gnu.org>
9696
9697 * elisp.texi (Top): Update subnode lists in menu.
9698
9699 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
9700 (Kill Functions): kill-region has new arg yank-handler.
9701 (Yanking): New node.
9702 (Yank Commands): Add yank-undo-function.
9703 (Low-Level Kill Ring):
9704 kill-new and kill-append have new arg yank-handler.
9705 (Changing Properties): Add remove-list-of-text-properties.
9706 (Atomic Changes): New node.
9707
9708 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
9709
9710 * streams.texi (Output Variables): Add eval-expression-print-length
9711 and eval-expression-print-level.
9712
9713 * os.texi (Time Conversion): For encode-time, explain limits on year.
9714
9715 * objects.texi (Character Type): Define anchor "modifier bits".
9716
9717 * modes.texi (Emulating Mode Line): New node.
9718 (Search-based Fontification): Font Lock uses font-lock-face property.
9719 (Other Font Lock Variables): Likewise.
9720
9721 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
9722 not vectors.
9723 (Active Keymaps): Add emulation-mode-map-alists.
9724 (Functions for Key Lookup): key-binding has new arg no-remap.
9725 (Remapping Commands): New node.
9726 (Scanning Keymaps): where-is-internal has new arg no-remap.
9727 (Tool Bar): Add tool-bar-local-item-from-menu.
9728 Clarify when to use tool-bar-add-item-from-menu.
9729
9730 * commands.texi (Interactive Call): commandp has new arg.
9731 (Command Loop Info): Add this-original-command.
9732
97332003-08-06 John Paul Wallington <jpw@gnu.org>
9734
9735 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
9736
9737 * display.texi (Warning Basics): Fix typo.
9738 (Fringes): Add closing curly bracket and fix typo.
9739
9740 * elisp.texi (Top): Fix typo.
9741
97422003-08-05 Richard M. Stallman <rms@gnu.org>
9743
9744 * elisp.texi: Update lists of subnodes.
9745
9746 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
9747
9748 * variables.texi (Local Variables): Use lc for example variable names.
9749
9750 * tips.texi (Library Headers): Explain where to put -*-.
9751
9752 * strings.texi (Creating Strings): Fix xref for vconcat.
9753
9754 * sequences.texi (Vector Functions):
9755 vconcat no longer allows integer args.
9756
9757 * minibuf.texi (Reading File Names): read-file-name has new
9758 arg PREDICATE. New function read-directory-name.
9759
c4cc8b9a 9760 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
9761 (Indenting Macros): New node.
9762
9763 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
9764 (Window Frame Parameters): Make separate table of parameters
9765 that are coupled with specific face attributes.
9766 (Deleting Frames): delete-frame-hooks renamed to
9767 delete-frame-functions.
9768
9769 * files.texi (Magic File Names): Add file-remote-p.
9770 Clarify file-local-copy.
9771
9772 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
9773 here; instead xref Defining Macros.
9774
9775 * display.texi (Warnings): New node, and subnodes.
9776 (Fringes): New node.
9777
9778 * debugging.texi (Test Coverage): New node.
9779
9780 * compile.texi (Compiler Errors): Explain with-no-warnings
9781 and other ways to suppress warnings.
9782
9783 * commands.texi (Interactive Call): Minor clarification.
9784
9785 * buffers.texi (Buffer File Name): set-visited-file-name
9786 renames the buffer too.
9787
9788 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
9789
97902003-07-24 Markus Rost <rost@math.ohio-state.edu>
9791
9792 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
9793
97942003-07-22 Markus Rost <rost@math.ohio-state.edu>
9795
9796 * internals.texi (Garbage Collection): Fix previous change.
9797
97982003-07-22 Richard M. Stallman <rms@gnu.org>
9799
9800 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
9801
9802 * display.texi (Width): Use \s syntax in example.
9803 (Font Selection): Add face-font-rescale-alist.
9804
9805 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
9806 Remove spurious indent in example.
9807
9808 * lists.texi (Building Lists): Add number-sequence.
9809
9810 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
9811
9812 * functions.texi (Function Documentation): Explain how to
9813 show calling convention explicitly in the doc string.
9814
9815 * windows.texi (Selecting Windows): save-selected-window saves
9816 selected window of each frame.
9817 (Window Configurations): Minor change.
9818
9819 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
9820
9821 * streams.texi (Output Variables): Add print-continuous-numbering
9822 and print-number-table.
9823
9824 * processes.texi (Decoding Output): New node.
9825
9826 * os.texi (Time Conversion): decode-time arg is optional.
9827
9828 * objects.texi (Character Type): Don't use space as example for \.
9829 Make list of char names and \-sequences correspond.
9830 Explain that \s is not used in strings. `\ ' needs space after.
9831
9832 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9833 (Translation of Characters): Add translation-table-for-input.
9834 (Default Coding Systems): Add auto-coding-functions.
9835 (Explicit Encoding): Add decode-coding-inserted-region.
9836 (Locales): Add locale-info.
9837
9838 * minibuf.texi (Basic Completion): Describe test-completion.
9839 Collections can be lists of strings.
9840 Clean up lazy-completion-table.
9841 (Programmed Completion): Mention test-completion.
9842 Clarify why lambda expressions are not accepted.
9843 (Minibuffer Misc): Describe minibufferp.
9844
98452003-07-14 Richard M. Stallman <rms@gnu.org>
9846
9847 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9848
9849 * windows.texi (Selecting Windows): New arg to select-window.
9850 (Selecting Windows): Add with-selected-window.
9851 (Size of Window): Add window-inside-edges, etc.
9852
9853 * internals.texi (Garbage Collection): Add post-gc-hook.
9854
9855 * processes.texi (Subprocess Creation): Add exec-suffixes.
9856
9857 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9858 (Scanning Keymaps): Add map-keymaps.
9859 (Defining Menus): Add keymap-prompt.
9860
9861 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9862 most-negative-fixnum.
9863
c4cc8b9a 9864 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9865 (Compiler Errors): New node.
9866
9867 * os.texi (User Identification): user-uid, user-real-uid
9868 can return float.
9869
9870 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9871 and about derived modes.
9872 (Minor Modes): Add minor-mode-list.
9873 (Defining Minor Modes): Keyword args for define-minor-mode.
9874 (Search-based Fontification): Explain managing other properties.
9875 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9876 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9877 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9878
9879 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9880 (Variable Aliases): Clarify defvaralias.
9881
9882 * loading.texi (Library Search): Add load-suffixes.
9883
9884 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9885 (Programmed Completion): Add dynamic-completion-table.
9886
9887 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9888 (Magic File Names): Specify precedence order of handlers.
9889
9890 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9891 and post-command-hook.
9892 (Waiting): New calling convention for sit-for.
9893
9894 * text.texi (Special Properties): local-map and keymap properties
9895 apply based on their stickiness.
9896
98972003-07-07 Richard M. Stallman <rms@gnu.org>
9898
9899 * modes.texi (Minor Mode Conventions): Specify only some kinds
9900 of list values as args to minor modes.
9901
9902 * files.texi (File Name Expansion): Warn about iterative use
9903 of substitute-in-file-name.
9904
9905 * advice.texi (Activation of Advice): Clean up previous change.
9906
99072003-07-06 Markus Rost <rost@math.ohio-state.edu>
9908
9909 * advice.texi (Activation of Advice): Note that ad-start-advice is
9910 turned on by default.
9911
99122003-06-30 Richard M. Stallman <rms@gnu.org>
9913
9914 * text.texi (Buffer Contents): Document current-word.
9915 (Change Hooks): Not called for *Messages*.
9916
9917 * functions.texi (Defining Functions): Explain about redefining
9918 primitives.
f4e90db0 9919 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
9920 Comment out the detailed criteria for what is safe.
9921
99222003-06-22 Andreas Schwab <schwab@suse.de>
9923
9924 * objects.texi (Symbol Type): Fix description of examples.
9925
99262003-06-16 Andreas Schwab <schwab@suse.de>
9927
9928 * hash.texi (Creating Hash): Fix description of :weakness.
9929
c8763fb6 99302003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9931
9932 * files.texi (Changing Files): copy-file copies file modes, too.
9933
99342003-05-28 Richard M. Stallman <rms@gnu.org>
9935
9936 * strings.texi (Creating Strings): Clarify split-string.
9937
99382003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9939
9940 * strings.texi (Creating Strings): Update split-string specification
9941 and examples.
9942
99432003-05-19 Richard M. Stallman <rms@gnu.org>
9944
9945 * elisp.texi: Correct invariant section names.
9946
99472003-04-20 Richard M. Stallman <rms@gnu.org>
9948
9949 * os.texi (Timers): Explain about timers and quitting.
9950
99512003-04-19 Richard M. Stallman <rms@gnu.org>
9952
9953 * internals.texi (Writing Emacs Primitives): Strings are
9954 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9955 Explain GCPRO convention for varargs function args.
9956
99572003-04-16 Richard M. Stallman <rms@gnu.org>
9958
9959 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9960
99612003-04-08 Richard M. Stallman <rms@gnu.org>
9962
9963 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9964
99652003-02-13 Kim F. Storm <storm@cua.dk>
9966
9967 * objects.texi (Character Type): New \s escape for space.
9968
99692003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9970
5dcb4c4e 9971 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9972
99732003-01-25 Richard M. Stallman <rms@gnu.org>
9974
9975 * keymaps.texi: Document that a symbol can act as a keymap.
9976
99772003-01-13 Richard M. Stallman <rms@gnu.org>
9978
9979 * text.texi (Changing Properties): Say string indices are origin-0.
9980
9981 * positions.texi (Screen Lines) <compute-motion>:
9982 Correct order of elts in return value.
9983
9984 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9985 how to define a default binding.
9986
99872002-12-07 Markus Rost <rost@math.ohio-state.edu>
9988
9989 * loading.texi (Unloading): Fix recent change for load-history.
9990
9991 * customize.texi (Simple Types): Clarify description of custom
9992 type 'number. Describe new custom type 'float.
9993
99942002-12-04 Markus Rost <rost@math.ohio-state.edu>
9995
9996 * variables.texi (File Local Variables): Fix typo.
9997
c8763fb6 99982002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9999
10000 From Michael Albinus <Michael.Albinus@alcatel.de>.
10001
10002 * README: Target for Info file is `make info'.
10003
5dcb4c4e 10004 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
10005 `file-name-sans-extension'.
10006 (Magic File Names): Complete list of operations for magic file
10007 name handlers.
10008
100092002-09-16 Jonathan Yavner <jyavner@engineer.com>
10010
10011 * variables.texi (File Local Variables): New function
10012 risky-local-variable-p.
10013
100142002-09-15 Jonathan Yavner <jyavner@engineer.com>
10015
10016 * functions.texi (Function safety): New node about unsafep.
10017
100182002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
10019
5dcb4c4e 10020 * customize.texi (Splicing into Lists): Fix example.
a86cd395 10021 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
10022
100232002-06-17 Juanma Barranquero <lektu@terra.es>
10024
10025 * frames.texi (Display Feature Testing): Fix typo.
10026
100272002-06-12 Andreas Schwab <schwab@suse.de>
10028
10029 * frames.texi (Initial Parameters, Resources): Fix references to
10030 the Emacs manual.
10031
100322002-05-13 Kim F. Storm <storm@cua.dk>
10033
10034 * variables.texi (Intro to Buffer-Local): Updated warning and
10035 example relating to changing buffer inside let.
10036
c8763fb6 100372002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10038
10039 * os.texi (Session Management): New node about X Session management.
10040
100412002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
10042
10043 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
10044 to which the manual corresponds, and the copyright years.
10045
10046 * Makefile.in (VERSION): Set to 2.9.
10047
100482001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
10049
10050 * elisp.texi: Change the category in @dircategory to "Emacs", to
10051 make it consistent with info/dir.
10052
100532001-11-25 Miles Bader <miles@gnu.org>
10054
10055 * text.texi (Fields): Describe new `limit' arg in
10056 field-beginning/field-end.
10057
100582001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
10059
5dcb4c4e
SM
10060 * permute-index: Don't depend on csh-specific features.
10061 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
10062
10063 * two-volume-cross-refs.txt: New file.
10064 * two.el: New file.
10065 * spellfile: New file.
10066
100672001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10068
10069 * permute-index: New file.
10070
10071 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
10072 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
10073 8+3 restricted namespace.
10074
10075 * Makefile.in (infodir): Define relative to $(srcdir).
10076 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
10077 include directories list via -I switch to makeinfo.
10078 (index.texi): Use cp if both hard and symbolic links fail.
10079
100802001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
10081
10082 * Makefile.in (distclean): Add.
10083
10084 The following changes make ELisp manual part of the Emacs
10085 distribution:
10086
10087 * Makefile.in: Add Copyright notice.
10088 (prefix): Remove.
10089 (infodir): Change value to "../info".
10090 (VPATH): New variable.
10091 (MAKE): Don't define.
10092 (texmacrodir): Don't define.
10093 (texinputdir): Append the existing value of TEXINPUTS.
10094 ($(infodir)/elisp): Instead of just "elisp". Reformat the
10095 command to be compatible with man/Makefile.in, and to put the
10096 output into ../info.
10097 (info): Add target.
10098 (installall): Target removed.
10099
c8763fb6 101002001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
10101
10102 * tips.texi (Coding Conventions): Fix typo.
10103
101042001-10-23 Gerd Moellmann <gerd@gnu.org>
10105
10106 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
10107
101082001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
10109
10110 * files.texi (File Name Components): Update the description of
10111 file-name-sans-extension and file-name-extension, as they now
10112 ignore leading dots.
10113
101142001-10-20 Gerd Moellmann <gerd@gnu.org>
10115
10116 * (Version 21.1 released.)
10117
101182001-10-19 Miles Bader <miles@gnu.org>
10119
10120 * positions.texi (Text Lines): Describe behavior of
10121 `beginning-of-line'/`end-of-line' in the presence of field properties.
10122
101232001-10-17 Gerd Moellmann <gerd@gnu.org>
10124
10125 * Makefile.in (VERSION): Set to 2.8.
10126 (manual): Use `manual-21'.
10127
10128 * elisp.texi (VERSION): Add and use it where the version
10129 number was used. Set it to 2.8.
10130
10131 * intro.texi: Likewise.
10132
101332001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10134
10135 * files.texi (File Name Completion): Document the significance of
10136 a trailing slash in elements of completion-ignored-extensions.
10137
101382001-10-06 Miles Bader <miles@gnu.org>
10139
10140 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
10141
101422001-10-04 Gerd Moellmann <gerd@gnu.org>
10143
10144 * variables.texi (Variable Aliases): New node.
10145
101462001-10-04 Gerd Moellmann <gerd@gnu.org>
10147
10148 * Branch for 21.1.
10149
101502001-10-02 Miles Bader <miles@gnu.org>
10151
10152 * minibuf.texi (Minibuffer Misc): Add entries for
10153 `minibuffer-contents', `minibuffer-contents-no-properties', and
10154 `delete-minibuffer-contents'.
10155 Correct description for `minibuffer-prompt-end'.
10156
10157 * text.texi (Property Search): Correct descriptions of
10158 `next-char-property-change' and `previous-char-property-change'.
10159 Add entries for `next-single-char-property-change' and
10160 `previous-single-char-property-change'.
10161 Make operand names a bit more consistent.
10162
101632001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
10164
10165 * frames.texi (Finding All Frames): Document that next-frame and
10166 previous-frame are local to current terminal.
10167
101682001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
10169
10170 * keymaps.texi (Creating Keymaps): Fix the description of the
10171 result of make-keymap.
10172
101732001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
10174
10175 * display.texi (Font Lookup, Attribute Functions)
10176 (Image Descriptors): Add cross-references to the definition of
10177 selected frame.
10178
10179 * buffers.texi (The Buffer List): Add cross-references to the
10180 definition of selected frame.
10181
10182 * frames.texi (Input Focus): Clarify which frame is _the_ selected
10183 frame at any given time.
10184 (Multiple Displays, Size and Position): Add a cross-reference to
10185 the definition of the selected frame.
10186
101872001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10188
10189 * strings.texi (String Conversion) <string-to-number>: Document
10190 that a float is returned for integers that are too large.
10191
10192 * frames.texi (Mouse Position): Document mouse-position-function.
10193 (Display Feature Testing): Document display-images-p.
10194 (Window Frame Parameters): Document the cursor-type variable.
10195
10196 * numbers.texi (Integer Basics): Document CL style read syntax for
10197 integers in bases other than 10.
10198
5dcb4c4e
SM
10199 * positions.texi (List Motion):
10200 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
10201
10202 * lists.texi (Sets And Lists): Document member-ignore-case.
10203
10204 * internals.texi (Garbage Collection): Document the used and free
10205 strings report.
10206 (Memory Usage): Document strings-consed.
10207
10208 * os.texi (Time of Day): Document float-time.
10209 (Recording Input): Document that clear-this-command-keys clears
10210 the vector to be returned by recent-keys.
10211
10212 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
10213 argument keymap can be a list.
10214
10215 * nonascii.texi (User-Chosen Coding Systems)
10216 <select-safe-coding-system>: Document the new argument
10217 accept-default-p and the variable
10218 select-safe-coding-system-accept-default-p. Tell what happens if
10219 buffer-file-coding-system is undecided.
10220 (Default Coding Systems): Document auto-coding-regexp-alist.
10221
10222 * display.texi (The Echo Area) <message>: Document
10223 message-truncate-lines.
10224 (Glyphs): Document that the glyph table is unused on windowed
10225 displays.
10226
10227 * help.texi (Describing Characters) <single-key-description>:
10228 Document the new argument no-angles.
10229 (Accessing Documentation) <documentation-property>: Document that
10230 a non-string property is evaluated.
10231 <documentation>: Document that the function-documentation property
10232 is looked for.
10233
10234 * windows.texi (Selecting Windows): Document some-window.
10235
10236 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
10237
10238 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
10239 apropos-mode-hook.
10240
10241 * commands.texi (Using Interactive): Document interactive-form.
10242 (Keyboard Macros): Document kbd-macro-termination-hook.
10243 (Command Loop Info): Document that clear-this-command-keys clears
10244 the vector to be returned by recent-keys.
10245
102462001-09-04 Werner LEMBERG <wl@gnu.org>
10247
10248 * Makefile.in (srcdir, texinputdir): New variables.
10249 (srcs, index.texi, install): Use $(srcdir).
10250 (.PHONY): Remove elisp.dvi.
10251 (elisp): Use -I switch for makeinfo.
10252 (elisp.dvi): Use $(srcdir) and $(texinputdir).
10253 (installall, dist): Use $(srcdir).
10254 Fix path to texinfo.tex.
10255 (maintainer-clean): Add elisp.dvi and elisp.oaux.
10256
102572001-08-30 Gerd Moellmann <gerd@gnu.org>
10258
10259 * display.texi (Conditional Display): Adjust to API change.
10260
10261 * configure: New file.
10262
102632001-07-30 Gerd Moellmann <gerd@gnu.org>
10264
10265 * commands.texi (Repeat Events): Add description of
10266 double-click-fuzz.
10267
102682001-05-08 Stefan Monnier <monnier@cs.yale.edu>
10269
10270 * syntax.texi (Syntax Class Table): Add the missing designator for
10271 comment and string fences.
10272 (Syntax Properties): Add a xref to syntax table internals.
10273 (Syntax Table Internals): Document string-to-syntax.
10274
102752001-05-07 Gerd Moellmann <gerd@gnu.org>
10276
10277 * Makefile.in (install): Use install-info command line options
10278 like in Emacs' Makefile.in.
10279
102802000-12-09 Miles Bader <miles@gnu.org>
10281
10282 * windows.texi (Window Start): Update documentation for
10283 `pos-visible-in-window-p'.
10284
102852000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10286
10287 * lists.texi (Building Lists): Add footnote to explain how to add
10288 to the end of a list.
10289
102902000-10-25 Gerd Moellmann <gerd@gnu.org>
10291
10292 * files.texi (Visiting Functions): Typos.
10293
102942000-10-25 Kenichi Handa <handa@etl.go.jp>
10295
10296 * files.texi (Visiting Functions): Return value of
10297 find-file-noselect may be a list of buffers if wildcards are used.
10298
102992000-10-24 Miles Bader <miles@lsi.nec.co.jp>
10300
10301 * display.texi (Defining Faces): Document `graphic' display type
10302 in face specs.
10303
b344d29d 103042000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
10305
10306 * hooks.texi (Standard Hooks): Replace obsolete
10307 `after-make-frame-hook' with `after-make-frame-functions'.
10308
10309 * frames.texi (Creating Frames): Ditto.
10310
10311 * variables.texi (Future Local Variables): Ditto.
10312
103132000-10-16 Gerd Moellmann <gerd@gnu.org>
10314
10315 * display.texi (Other Image Types): Add description of :foreground
10316 and :background properties of mono PBM images.
10317
103182000-08-17 Werner LEMBERG <wl@gnu.org>
10319
10320 * .cvsignore: New file.
10321
103222000-01-05 Gerd Moellmann <gerd@gnu.org>
10323
10324 * tindex.pl: New script.
10325
103261999-12-03 Dave Love <fx@gnu.org>
10327
10328 * Makefile.in (MAKEINFO): New parameter.
10329
103301999-09-17 Richard Stallman <rms@gnu.org>
10331
10332 * Makefile.in (srcs): Add hash.texi.
10333 (VERSION): Update to 20.6.
10334
103351999-09-13 Richard Stallman <rms@gnu.org>
10336
10337 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
10338
103391998-08-29 Karl Heuer <kwzh@gnu.org>
10340
10341 * configure.in: New file.
10342 * Makefile.in: Renamed from Makefile.
10343 (prefix, infodir): Use value obtained from configure.
10344 (emacslibdir): Obsolete variable deleted.
10345 (dist): Distribute configure.in, configure, Makefile.in.
10346
103471998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10348
10349 * Makefile (INSTALL_INFO): New variable.
10350 (install): Run install-info.
10351
103521998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
10353
10354 * Makefile (elisp.dvi): Add missing backslash.
10355
103561998-05-02 Richard Stallman <rms@psilocin.gnu.org>
10357
10358 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
10359 Run texindex without `./'. Always run texindex on elisp.tp.
10360 (elisp.tps): Target deleted.
10361
103621998-04-05 Richard Stallman <rms@psilocin.gnu.org>
10363
10364 * Makefile (srcs): Add nonascii.texi and customize.texi.
10365 (dist): Start by deleting `temp'.
10366
103671998-02-17 Richard Stallman <rms@psilocin.gnu.org>
10368
10369 * Makefile (makeinfo, texindex): Targets deleted.
10370 (makeinfo.o, texindex.o): Targets deleted.
10371 (clean, dist): Don't do anything with them or with getopt*.
10372
103731998-01-30 Richard Stallman <rms@psilocin.gnu.org>
10374
10375 * Makefile (SHELL): Defined.
10376
103771998-01-27 Richard Stallman <rms@psilocin.gnu.org>
10378
10379 * Makefile (elisp.tps): New target.
10380 (elisp.dvi): Depend on elisp.tps.
10381
c5602427 103821996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
10383
10384 * README: Update phone number.
10385
10386 * Makefile (elisp): Make this be the default target.
10387 Depend on makeinfo.c instead of makeinfo.
10388 (install): Don't depend on elisp.dvi, since we don't install that.
10389 Use mkinstalldirs.
10390 (dist): Add mkinstalldirs.
10391
c5602427 103921995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
10393
10394 * Makefile (VERSION): Update version number.
5dcb4c4e 10395 (maintainer-clean): Rename from realclean.
b8d4c8d0 10396
c5602427 103971995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
10398
10399 * Makefile (realclean): New target.
10400 (elisp): Remove any old elisp-* files first.
10401
c5602427 104021993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
10403
10404 * Makefile (VERSION): New variable.
10405 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
10406 Compressed file suffix should be `.gz', not `.z'.
10407
ce058493 104081993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10409
10410 * Makefile (elisp): Depend on makeinfo.
10411
c5602427 104121993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
10413
10414 * Makefile (srcs): Add anti.texi.
10415
c5602427 104161993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10417
10418 * Makefile (infodir, prefix): New vars.
10419 (install): Use infodir.
f4e90db0 10420 (emacsinfodir): Delete.
b8d4c8d0 10421
c5602427 104221993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10423
10424 * Makefile (srcs): Add calendar.texi.
10425
10426 * Makefile (dist): Copy texindex.c and makeinfo.c.
10427 Limit elisp-* files to those with one or two digits.
10428
c5602427 104291993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 10430
f4e90db0 10431 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 10432
c5602427 104331993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10434
10435 * loading.texi (Unloading): define-function changed back to
10436 defalias. It may not stay this way, but at least it's
10437 consistent with the known-good version of the code patch.
10438
c5602427 104391993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
10440
10441 * modes.texi (Hooks): Document new optional arg of add-hook.
10442
c5602427 104431993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
10444
10445 * variables.texi: Document nil initial value of buffer-local variables.
10446
10447 * tips.texi: Add new section on standard library headers.
10448
c5602427 104491993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10450
10451 * Makefile (srcs): Add frame.texi to the list of sources.
10452
c5602427 104531993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10454
10455 * Makefile (dist): Don't bother excluding autosave files; they'll
10456 never make it into the temp directory anyway, and the hash marks
10457 in the name are problematic for make and the Bourne shell.
10458 (srcs):
10459
c5602427 104601993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
10461
10462 * Makefile (dist): Don't include backup files or autosave files in
10463 the distribution tar file.
10464
c5602427 104651991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 10466
5dcb4c4e 10467 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
10468 (elisp.dvi): Remove erroneous shell comment.
10469 Expect output of permute-index in permuted.fns.
10470 Save old elisp.aux in elisp.oaux.
5dcb4c4e 10471 (clean): Add index.texi to be deleted.
b8d4c8d0 10472
c5602427 104731990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10474
10475 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
10476
c5602427 104771990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
10478
10479 * files.texi: Noted that completion-ignored-extensions is ignored
10480 when making *Completions*.
10481
3e868ee3 104821990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
10483
10484 * Makefile make dist now depends on elisp.dvi, since it tries
10485 to include it in the dist file.
10486
c5602427 104871990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 10488
c5602427 10489 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 10490
c5602427 104911989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
10492
10493 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
10494 (defunargs): Turn off \hyphenchar of \sl font temporarily.
10495
c5602427 104961989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10497
10498 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
10499 and @error{} are the terms now being used. The files in the
10500 directory have been changed to reflect this.
10501
10502 * All instances of @indentedresultt{} have been changed to
333f9019 10503 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 10504
c5602427 105051989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10506
10507 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
10508 experimental @indentedresult{}, @indentedexpandsto{} are part of
10509 the texinfo.tex in this directory. These TeX macros are not
10510 stable yet.
10511
c5602427 105121989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10513
10514 * texinfo.tex: Temporarily added
10515 \let\result=\dblarrow
10516 \def\error{{\it ERROR} \longdblarrow}
10517 We need to do this better soon.
10518
c5602427 105191989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
10520
10521 * Applied Karl Berry's patches to *.texinfo files, but not to
10522 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
10523 new title page format is also not applied, since it requires
10524 texinfo.tex changes.)
10525
10526 * Cleaned up `Makefile' and defined the `emacslibdir' directory
10527 for the Project GNU development environment.
10528
10529;; Local Variables:
c8763fb6 10530;; coding: utf-8
b8d4c8d0
GM
10531;; End:
10532
acaf905b 10533 Copyright (C) 1998-2012 Free Software Foundation, Inc.
b8d4c8d0
GM
10534
10535 This file is part of GNU Emacs.
10536
352c8b4a 10537 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 10538 it under the terms of the GNU General Public License as published by
352c8b4a
GM
10539 the Free Software Foundation, either version 3 of the License, or
10540 (at your option) any later version.
b8d4c8d0
GM
10541
10542 GNU Emacs is distributed in the hope that it will be useful,
10543 but WITHOUT ANY WARRANTY; without even the implied warranty of
10544 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10545 GNU General Public License for more details.
10546
10547 You should have received a copy of the GNU General Public License
352c8b4a 10548 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.